@hyperframes/studio 0.6.0-alpha.9 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/assets/{hyperframes-player-DjsVzYFP.js → hyperframes-player-DOFETgjy.js} +1 -1
  2. package/dist/assets/index-D1JDq7Gg.css +1 -0
  3. package/dist/assets/index-DUqUmaoH.js +117 -0
  4. package/dist/favicon.svg +14 -0
  5. package/dist/index.html +3 -2
  6. package/package.json +9 -9
  7. package/src/App.tsx +428 -4299
  8. package/src/components/AskAgentModal.tsx +120 -0
  9. package/src/components/StudioHeader.tsx +133 -0
  10. package/src/components/StudioLeftSidebar.tsx +125 -0
  11. package/src/components/StudioPreviewArea.tsx +163 -0
  12. package/src/components/StudioRightPanel.tsx +198 -0
  13. package/src/components/TimelineToolbar.tsx +89 -0
  14. package/src/components/editor/DomEditOverlay.tsx +15 -1
  15. package/src/components/editor/PropertyPanel.test.ts +0 -49
  16. package/src/components/editor/PropertyPanel.tsx +132 -2763
  17. package/src/components/editor/domEditing.ts +38 -5
  18. package/src/components/editor/manualEditingAvailability.test.ts +2 -2
  19. package/src/components/editor/manualEditingAvailability.ts +1 -1
  20. package/src/components/editor/manualEdits.ts +32 -0
  21. package/src/components/editor/propertyPanelColor.tsx +371 -0
  22. package/src/components/editor/propertyPanelFill.tsx +421 -0
  23. package/src/components/editor/propertyPanelFont.tsx +455 -0
  24. package/src/components/editor/propertyPanelHelpers.ts +401 -0
  25. package/src/components/editor/propertyPanelPrimitives.tsx +357 -0
  26. package/src/components/editor/propertyPanelSections.tsx +453 -0
  27. package/src/components/editor/propertyPanelStyleSections.tsx +411 -0
  28. package/src/components/nle/NLELayout.tsx +8 -11
  29. package/src/components/nle/NLEPreview.tsx +3 -0
  30. package/src/components/renders/RenderQueue.tsx +102 -31
  31. package/src/components/renders/useRenderQueue.ts +8 -2
  32. package/src/components/sidebar/LeftSidebar.tsx +186 -186
  33. package/src/contexts/DomEditContext.tsx +137 -0
  34. package/src/contexts/FileManagerContext.tsx +110 -0
  35. package/src/contexts/PanelLayoutContext.tsx +68 -0
  36. package/src/contexts/StudioContext.tsx +135 -0
  37. package/src/hooks/useAppHotkeys.ts +326 -0
  38. package/src/hooks/useAskAgentModal.ts +162 -0
  39. package/src/hooks/useCaptionDetection.ts +132 -0
  40. package/src/hooks/useCompositionDimensions.ts +25 -0
  41. package/src/hooks/useConsoleErrorCapture.ts +60 -0
  42. package/src/hooks/useDomEditCommits.ts +437 -0
  43. package/src/hooks/useDomEditSession.ts +342 -0
  44. package/src/hooks/useDomEditTextCommits.ts +330 -0
  45. package/src/hooks/useDomSelection.ts +398 -0
  46. package/src/hooks/useFileManager.ts +431 -0
  47. package/src/hooks/useFrameCapture.ts +77 -0
  48. package/src/hooks/useLintModal.ts +35 -0
  49. package/src/hooks/useManifestPersistence.ts +492 -0
  50. package/src/hooks/usePanelLayout.ts +68 -0
  51. package/src/hooks/usePreviewInteraction.ts +153 -0
  52. package/src/hooks/useRenderClipContent.ts +124 -0
  53. package/src/hooks/useTimelineEditing.ts +472 -0
  54. package/src/player/components/Player.tsx +33 -2
  55. package/src/player/components/Timeline.test.ts +0 -8
  56. package/src/player/components/Timeline.tsx +10 -103
  57. package/src/player/components/TimelineClip.tsx +9 -244
  58. package/src/player/hooks/useTimelinePlayer.ts +140 -103
  59. package/src/utils/domEditHelpers.ts +50 -0
  60. package/src/utils/studioFontHelpers.ts +83 -0
  61. package/src/utils/studioHelpers.ts +214 -0
  62. package/src/utils/studioPreviewHelpers.ts +185 -0
  63. package/src/utils/timelineDiscovery.ts +1 -1
  64. package/dist/assets/index-14zH9lqh.css +0 -1
  65. package/dist/assets/index-DYCiFGWQ.js +0 -108
  66. package/src/player/components/TimelineClip.test.ts +0 -92
@@ -0,0 +1,117 @@
1
+ (function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const l of i)if(l.type==="childList")for(const o of l.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(i){const l={};return i.integrity&&(l.integrity=i.integrity),i.referrerPolicy&&(l.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?l.credentials="include":i.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function r(i){if(i.ep)return;i.ep=!0;const l=n(i);fetch(i.href,l)}})();function hT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var bm={exports:{}},yc={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var a5;function dT(){if(a5)return yc;a5=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.fragment");function n(r,i,l){var o=null;if(l!==void 0&&(o=""+l),i.key!==void 0&&(o=""+i.key),"key"in i){l={};for(var c in i)c!=="key"&&(l[c]=i[c])}else l=i;return i=l.ref,{$$typeof:t,type:r,key:o,ref:i!==void 0?i:null,props:l}}return yc.Fragment=e,yc.jsx=n,yc.jsxs=n,yc}var l5;function mT(){return l5||(l5=1,bm.exports=dT()),bm.exports}var g=mT(),vm={exports:{}},Je={};/**
10
+ * @license React
11
+ * react.production.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var s5;function pT(){if(s5)return Je;s5=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),o=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),O=Symbol.for("react.activity"),b=Symbol.iterator;function v(T){return T===null||typeof T!="object"?null:(T=b&&T[b]||T["@@iterator"],typeof T=="function"?T:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,k={};function M(T,C,B){this.props=T,this.context=C,this.refs=k,this.updater=B||S}M.prototype.isReactComponent={},M.prototype.setState=function(T,C){if(typeof T!="object"&&typeof T!="function"&&T!=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,T,C,"setState")},M.prototype.forceUpdate=function(T){this.updater.enqueueForceUpdate(this,T,"forceUpdate")};function R(){}R.prototype=M.prototype;function $(T,C,B){this.props=T,this.context=C,this.refs=k,this.updater=B||S}var P=$.prototype=new R;P.constructor=$,w(P,M.prototype),P.isPureReactComponent=!0;var E=Array.isArray;function j(){}var Q={H:null,A:null,T:null,S:null},_=Object.prototype.hasOwnProperty;function W(T,C,B){var ee=B.ref;return{$$typeof:t,type:T,key:C,ref:ee!==void 0?ee:null,props:B}}function G(T,C){return W(T.type,C,T.props)}function X(T){return typeof T=="object"&&T!==null&&T.$$typeof===t}function H(T){var C={"=":"=0",":":"=2"};return"$"+T.replace(/[=:]/g,function(B){return C[B]})}var q=/\/+/g;function oe(T,C){return typeof T=="object"&&T!==null&&T.key!=null?H(""+T.key):C.toString(36)}function D(T){switch(T.status){case"fulfilled":return T.value;case"rejected":throw T.reason;default:switch(typeof T.status=="string"?T.then(j,j):(T.status="pending",T.then(function(C){T.status==="pending"&&(T.status="fulfilled",T.value=C)},function(C){T.status==="pending"&&(T.status="rejected",T.reason=C)})),T.status){case"fulfilled":return T.value;case"rejected":throw T.reason}}throw T}function N(T,C,B,ee,ue){var ye=typeof T;(ye==="undefined"||ye==="boolean")&&(T=null);var Oe=!1;if(T===null)Oe=!0;else switch(ye){case"bigint":case"string":case"number":Oe=!0;break;case"object":switch(T.$$typeof){case t:case e:Oe=!0;break;case p:return Oe=T._init,N(Oe(T._payload),C,B,ee,ue)}}if(Oe)return ue=ue(T),Oe=ee===""?"."+oe(T,0):ee,E(ue)?(B="",Oe!=null&&(B=Oe.replace(q,"$&/")+"/"),N(ue,C,B,"",function(se){return se})):ue!=null&&(X(ue)&&(ue=G(ue,B+(ue.key==null||T&&T.key===ue.key?"":(""+ue.key).replace(q,"$&/")+"/")+Oe)),C.push(ue)),1;Oe=0;var He=ee===""?".":ee+":";if(E(T))for(var Ye=0;Ye<T.length;Ye++)ee=T[Ye],ye=He+oe(ee,Ye),Oe+=N(ee,C,B,ye,ue);else if(Ye=v(T),typeof Ye=="function")for(T=Ye.call(T),Ye=0;!(ee=T.next()).done;)ee=ee.value,ye=He+oe(ee,Ye++),Oe+=N(ee,C,B,ye,ue);else if(ye==="object"){if(typeof T.then=="function")return N(D(T),C,B,ee,ue);throw C=String(T),Error("Objects are not valid as a React child (found: "+(C==="[object Object]"?"object with keys {"+Object.keys(T).join(", ")+"}":C)+"). If you meant to render a collection of children, use an array instead.")}return Oe}function z(T,C,B){if(T==null)return T;var ee=[],ue=0;return N(T,ee,"","",function(ye){return C.call(B,ye,ue++)}),ee}function V(T){if(T._status===-1){var C=T._result;C=C(),C.then(function(B){(T._status===0||T._status===-1)&&(T._status=1,T._result=B)},function(B){(T._status===0||T._status===-1)&&(T._status=2,T._result=B)}),T._status===-1&&(T._status=0,T._result=C)}if(T._status===1)return T._result.default;throw T._result}var L=typeof reportError=="function"?reportError:function(T){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var C=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof T=="object"&&T!==null&&typeof T.message=="string"?String(T.message):String(T),error:T});if(!window.dispatchEvent(C))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",T);return}console.error(T)},F={map:z,forEach:function(T,C,B){z(T,function(){C.apply(this,arguments)},B)},count:function(T){var C=0;return z(T,function(){C++}),C},toArray:function(T){return z(T,function(C){return C})||[]},only:function(T){if(!X(T))throw Error("React.Children.only expected to receive a single React element child.");return T}};return Je.Activity=O,Je.Children=F,Je.Component=M,Je.Fragment=n,Je.Profiler=i,Je.PureComponent=$,Je.StrictMode=r,Je.Suspense=f,Je.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Q,Je.__COMPILER_RUNTIME={__proto__:null,c:function(T){return Q.H.useMemoCache(T)}},Je.cache=function(T){return function(){return T.apply(null,arguments)}},Je.cacheSignal=function(){return null},Je.cloneElement=function(T,C,B){if(T==null)throw Error("The argument must be a React element, but you passed "+T+".");var ee=w({},T.props),ue=T.key;if(C!=null)for(ye in C.key!==void 0&&(ue=""+C.key),C)!_.call(C,ye)||ye==="key"||ye==="__self"||ye==="__source"||ye==="ref"&&C.ref===void 0||(ee[ye]=C[ye]);var ye=arguments.length-2;if(ye===1)ee.children=B;else if(1<ye){for(var Oe=Array(ye),He=0;He<ye;He++)Oe[He]=arguments[He+2];ee.children=Oe}return W(T.type,ue,ee)},Je.createContext=function(T){return T={$$typeof:o,_currentValue:T,_currentValue2:T,_threadCount:0,Provider:null,Consumer:null},T.Provider=T,T.Consumer={$$typeof:l,_context:T},T},Je.createElement=function(T,C,B){var ee,ue={},ye=null;if(C!=null)for(ee in C.key!==void 0&&(ye=""+C.key),C)_.call(C,ee)&&ee!=="key"&&ee!=="__self"&&ee!=="__source"&&(ue[ee]=C[ee]);var Oe=arguments.length-2;if(Oe===1)ue.children=B;else if(1<Oe){for(var He=Array(Oe),Ye=0;Ye<Oe;Ye++)He[Ye]=arguments[Ye+2];ue.children=He}if(T&&T.defaultProps)for(ee in Oe=T.defaultProps,Oe)ue[ee]===void 0&&(ue[ee]=Oe[ee]);return W(T,ye,ue)},Je.createRef=function(){return{current:null}},Je.forwardRef=function(T){return{$$typeof:c,render:T}},Je.isValidElement=X,Je.lazy=function(T){return{$$typeof:p,_payload:{_status:-1,_result:T},_init:V}},Je.memo=function(T,C){return{$$typeof:m,type:T,compare:C===void 0?null:C}},Je.startTransition=function(T){var C=Q.T,B={};Q.T=B;try{var ee=T(),ue=Q.S;ue!==null&&ue(B,ee),typeof ee=="object"&&ee!==null&&typeof ee.then=="function"&&ee.then(j,L)}catch(ye){L(ye)}finally{C!==null&&B.types!==null&&(C.types=B.types),Q.T=C}},Je.unstable_useCacheRefresh=function(){return Q.H.useCacheRefresh()},Je.use=function(T){return Q.H.use(T)},Je.useActionState=function(T,C,B){return Q.H.useActionState(T,C,B)},Je.useCallback=function(T,C){return Q.H.useCallback(T,C)},Je.useContext=function(T){return Q.H.useContext(T)},Je.useDebugValue=function(){},Je.useDeferredValue=function(T,C){return Q.H.useDeferredValue(T,C)},Je.useEffect=function(T,C){return Q.H.useEffect(T,C)},Je.useEffectEvent=function(T){return Q.H.useEffectEvent(T)},Je.useId=function(){return Q.H.useId()},Je.useImperativeHandle=function(T,C,B){return Q.H.useImperativeHandle(T,C,B)},Je.useInsertionEffect=function(T,C){return Q.H.useInsertionEffect(T,C)},Je.useLayoutEffect=function(T,C){return Q.H.useLayoutEffect(T,C)},Je.useMemo=function(T,C){return Q.H.useMemo(T,C)},Je.useOptimistic=function(T,C){return Q.H.useOptimistic(T,C)},Je.useReducer=function(T,C,B){return Q.H.useReducer(T,C,B)},Je.useRef=function(T){return Q.H.useRef(T)},Je.useState=function(T){return Q.H.useState(T)},Je.useSyncExternalStore=function(T,C,B){return Q.H.useSyncExternalStore(T,C,B)},Je.useTransition=function(){return Q.H.useTransition()},Je.version="19.2.6",Je}var o5;function fg(){return o5||(o5=1,vm.exports=pT()),vm.exports}var h=fg();const z0=hT(h);var Sm={exports:{}},bc={},wm={exports:{}},Am={};/**
18
+ * @license React
19
+ * scheduler.production.js
20
+ *
21
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
22
+ *
23
+ * This source code is licensed under the MIT license found in the
24
+ * LICENSE file in the root directory of this source tree.
25
+ */var c5;function gT(){return c5||(c5=1,(function(t){function e(N,z){var V=N.length;N.push(z);e:for(;0<V;){var L=V-1>>>1,F=N[L];if(0<i(F,z))N[L]=z,N[V]=F,V=L;else break e}}function n(N){return N.length===0?null:N[0]}function r(N){if(N.length===0)return null;var z=N[0],V=N.pop();if(V!==z){N[0]=V;e:for(var L=0,F=N.length,T=F>>>1;L<T;){var C=2*(L+1)-1,B=N[C],ee=C+1,ue=N[ee];if(0>i(B,V))ee<F&&0>i(ue,B)?(N[L]=ue,N[ee]=V,L=ee):(N[L]=B,N[C]=V,L=C);else if(ee<F&&0>i(ue,V))N[L]=ue,N[ee]=V,L=ee;else break e}}return z}function i(N,z){var V=N.sortIndex-z.sortIndex;return V!==0?V:N.id-z.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,O=null,b=3,v=!1,S=!1,w=!1,k=!1,M=typeof setTimeout=="function"?setTimeout:null,R=typeof clearTimeout=="function"?clearTimeout:null,$=typeof setImmediate<"u"?setImmediate:null;function P(N){for(var z=n(m);z!==null;){if(z.callback===null)r(m);else if(z.startTime<=N)r(m),z.sortIndex=z.expirationTime,e(f,z);else break;z=n(m)}}function E(N){if(w=!1,P(N),!S)if(n(f)!==null)S=!0,j||(j=!0,H());else{var z=n(m);z!==null&&D(E,z.startTime-N)}}var j=!1,Q=-1,_=5,W=-1;function G(){return k?!0:!(t.unstable_now()-W<_)}function X(){if(k=!1,j){var N=t.unstable_now();W=N;var z=!0;try{e:{S=!1,w&&(w=!1,R(Q),Q=-1),v=!0;var V=b;try{t:{for(P(N),O=n(f);O!==null&&!(O.expirationTime>N&&G());){var L=O.callback;if(typeof L=="function"){O.callback=null,b=O.priorityLevel;var F=L(O.expirationTime<=N);if(N=t.unstable_now(),typeof F=="function"){O.callback=F,P(N),z=!0;break t}O===n(f)&&r(f),P(N)}else r(f);O=n(f)}if(O!==null)z=!0;else{var T=n(m);T!==null&&D(E,T.startTime-N),z=!1}}break e}finally{O=null,b=V,v=!1}z=void 0}}finally{z?H():j=!1}}}var H;if(typeof $=="function")H=function(){$(X)};else if(typeof MessageChannel<"u"){var q=new MessageChannel,oe=q.port2;q.port1.onmessage=X,H=function(){oe.postMessage(null)}}else H=function(){M(X,0)};function D(N,z){Q=M(function(){N(t.unstable_now())},z)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(N){N.callback=null},t.unstable_forceFrameRate=function(N){0>N||125<N?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):_=0<N?Math.floor(1e3/N):5},t.unstable_getCurrentPriorityLevel=function(){return b},t.unstable_next=function(N){switch(b){case 1:case 2:case 3:var z=3;break;default:z=b}var V=b;b=z;try{return N()}finally{b=V}},t.unstable_requestPaint=function(){k=!0},t.unstable_runWithPriority=function(N,z){switch(N){case 1:case 2:case 3:case 4:case 5:break;default:N=3}var V=b;b=N;try{return z()}finally{b=V}},t.unstable_scheduleCallback=function(N,z,V){var L=t.unstable_now();switch(typeof V=="object"&&V!==null?(V=V.delay,V=typeof V=="number"&&0<V?L+V:L):V=L,N){case 1:var F=-1;break;case 2:F=250;break;case 5:F=1073741823;break;case 4:F=1e4;break;default:F=5e3}return F=V+F,N={id:p++,callback:z,priorityLevel:N,startTime:V,expirationTime:F,sortIndex:-1},V>L?(N.sortIndex=V,e(m,N),n(f)===null&&N===n(m)&&(w?(R(Q),Q=-1):w=!0,D(E,V-L))):(N.sortIndex=F,e(f,N),S||v||(S=!0,j||(j=!0,H()))),N},t.unstable_shouldYield=G,t.unstable_wrapCallback=function(N){var z=b;return function(){var V=b;b=z;try{return N.apply(this,arguments)}finally{b=V}}}})(Am)),Am}var u5;function OT(){return u5||(u5=1,wm.exports=gT()),wm.exports}var km={exports:{}},_n={};/**
26
+ * @license React
27
+ * react-dom.production.js
28
+ *
29
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */var f5;function xT(){if(f5)return _n;f5=1;var t=fg();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 O=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:i,key:O==null?null:""+O,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 _n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,_n.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)},_n.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()}},_n.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))},_n.prefetchDNS=function(f){typeof f=="string"&&r.d.D(f)},_n.preinit=function(f,m){if(typeof f=="string"&&m&&typeof m.as=="string"){var p=m.as,O=c(p,m.crossOrigin),b=typeof m.integrity=="string"?m.integrity:void 0,v=typeof m.fetchPriority=="string"?m.fetchPriority:void 0;p==="style"?r.d.S(f,typeof m.precedence=="string"?m.precedence:void 0,{crossOrigin:O,integrity:b,fetchPriority:v}):p==="script"&&r.d.X(f,{crossOrigin:O,integrity:b,fetchPriority:v,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},_n.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)},_n.preload=function(f,m){if(typeof f=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var p=m.as,O=c(p,m.crossOrigin);r.d.L(f,p,{crossOrigin:O,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})}},_n.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)},_n.requestFormReset=function(f){r.d.r(f)},_n.unstable_batchedUpdates=function(f,m){return f(m)},_n.useFormState=function(f,m,p){return o.H.useFormState(f,m,p)},_n.useFormStatus=function(){return o.H.useHostTransitionStatus()},_n.version="19.2.6",_n}var h5;function Pb(){if(h5)return km.exports;h5=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(),km.exports=xT(),km.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 d5;function yT(){if(d5)return bc;d5=1;var t=OT(),e=fg(),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 x=u.return;if(x===null)break;var y=x.alternate;if(y===null){if(d=x.return,d!==null){u=d;continue}break}if(x.child===y.child){for(y=x.child;y;){if(y===u)return f(x),a;if(y===d)return f(x),s;y=y.sibling}throw Error(r(188))}if(u.return!==d.return)u=x,d=y;else{for(var A=!1,Z=x.child;Z;){if(Z===u){A=!0,u=x,d=y;break}if(Z===d){A=!0,d=x,u=y;break}Z=Z.sibling}if(!A){for(Z=y.child;Z;){if(Z===u){A=!0,u=y,d=x;break}if(Z===d){A=!0,d=y,u=x;break}Z=Z.sibling}if(!A)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 O=Object.assign,b=Symbol.for("react.element"),v=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),k=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),R=Symbol.for("react.consumer"),$=Symbol.for("react.context"),P=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),Q=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),W=Symbol.for("react.activity"),G=Symbol.for("react.memo_cache_sentinel"),X=Symbol.iterator;function H(a){return a===null||typeof a!="object"?null:(a=X&&a[X]||a["@@iterator"],typeof a=="function"?a:null)}var q=Symbol.for("react.client.reference");function oe(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 M:return"Profiler";case k:return"StrictMode";case E:return"Suspense";case j:return"SuspenseList";case W:return"Activity"}if(typeof a=="object")switch(a.$$typeof){case S:return"Portal";case $:return a.displayName||"Context";case R:return(a._context.displayName||"Context")+".Consumer";case P:var s=a.render;return a=a.displayName,a||(a=s.displayName||s.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case Q:return s=a.displayName||null,s!==null?s:oe(a.type)||"Memo";case _:s=a._payload,a=a._init;try{return oe(a(s))}catch{}}return null}var D=Array.isArray,N=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,V={pending:!1,data:null,method:null,action:null},L=[],F=-1;function T(a){return{current:a}}function C(a){0>F||(a.current=L[F],L[F]=null,F--)}function B(a,s){F++,L[F]=a.current,a.current=s}var ee=T(null),ue=T(null),ye=T(null),Oe=T(null);function He(a,s){switch(B(ye,s),B(ue,a),B(ee,null),s.nodeType){case 9:case 11:a=(a=s.documentElement)&&(a=a.namespaceURI)?E4(a):0;break;default:if(a=s.tagName,s=s.namespaceURI)s=E4(s),a=$4(s,a);else switch(a){case"svg":a=1;break;case"math":a=2;break;default:a=0}}C(ee),B(ee,a)}function Ye(){C(ee),C(ue),C(ye)}function se(a){a.memoizedState!==null&&B(Oe,a);var s=ee.current,u=$4(s,a.type);s!==u&&(B(ue,a),B(ee,u))}function me(a){ue.current===a&&(C(ee),C(ue)),Oe.current===a&&(C(Oe),pc._currentValue=V)}var ve,we;function pe(a){if(ve===void 0)try{throw Error()}catch(u){var s=u.stack.trim().match(/\n( *(at )?)/);ve=s&&s[1]||"",we=-1<u.stack.indexOf(`
42
+ at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return`
43
+ `+ve+a+we}var Pe=!1;function je(a,s){if(!a||Pe)return"";Pe=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var d={DetermineComponentFrameRoot:function(){try{if(s){var he=function(){throw Error()};if(Object.defineProperty(he.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(he,[])}catch(le){var re=le}Reflect.construct(a,[],he)}else{try{he.call()}catch(le){re=le}a.call(he.prototype)}}else{try{throw Error()}catch(le){re=le}(he=a())&&typeof he.catch=="function"&&he.catch(function(){})}}catch(le){if(le&&re&&typeof le.stack=="string")return[le.stack,re.stack]}return[null,null]}};d.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var x=Object.getOwnPropertyDescriptor(d.DetermineComponentFrameRoot,"name");x&&x.configurable&&Object.defineProperty(d.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var y=d.DetermineComponentFrameRoot(),A=y[0],Z=y[1];if(A&&Z){var Y=A.split(`
44
+ `),ne=Z.split(`
45
+ `);for(x=d=0;d<Y.length&&!Y[d].includes("DetermineComponentFrameRoot");)d++;for(;x<ne.length&&!ne[x].includes("DetermineComponentFrameRoot");)x++;if(d===Y.length||x===ne.length)for(d=Y.length-1,x=ne.length-1;1<=d&&0<=x&&Y[d]!==ne[x];)x--;for(;1<=d&&0<=x;d--,x--)if(Y[d]!==ne[x]){if(d!==1||x!==1)do if(d--,x--,0>x||Y[d]!==ne[x]){var ce=`
46
+ `+Y[d].replace(" at new "," at ");return a.displayName&&ce.includes("<anonymous>")&&(ce=ce.replace("<anonymous>",a.displayName)),ce}while(1<=d&&0<=x);break}}}finally{Pe=!1,Error.prepareStackTrace=u}return(u=a?a.displayName||a.name:"")?pe(u):""}function Ie(a,s){switch(a.tag){case 26:case 27:case 5:return pe(a.type);case 16:return pe("Lazy");case 13:return a.child!==s&&s!==null?pe("Suspense Fallback"):pe("Suspense");case 19:return pe("SuspenseList");case 0:case 15:return je(a.type,!1);case 11:return je(a.type.render,!1);case 1:return je(a.type,!0);case 31:return pe("Activity");default:return""}}function We(a){try{var s="",u=null;do s+=Ie(a,u),u=a,a=a.return;while(a);return s}catch(d){return`
47
+ Error generating stack: `+d.message+`
48
+ `+d.stack}}var tt=Object.prototype.hasOwnProperty,mt=t.unstable_scheduleCallback,Ae=t.unstable_cancelCallback,$e=t.unstable_shouldYield,Fe=t.unstable_requestPaint,Ve=t.unstable_now,qe=t.unstable_getCurrentPriorityLevel,at=t.unstable_ImmediatePriority,xt=t.unstable_UserBlockingPriority,Pt=t.unstable_NormalPriority,an=t.unstable_LowPriority,wn=t.unstable_IdlePriority,er=t.log,ae=t.unstable_setDisableYieldValue,ie=null,Se=null;function ke(a){if(typeof er=="function"&&ae(a),Se&&typeof Se.setStrictMode=="function")try{Se.setStrictMode(ie,a)}catch{}}var Qe=Math.clz32?Math.clz32:pt,yt=Math.log,Ke=Math.LN2;function pt(a){return a>>>=0,a===0?32:31-(yt(a)/Ke|0)|0}var Ue=256,ge=262144,Me=4194304;function rt(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 ot(a,s,u){var d=a.pendingLanes;if(d===0)return 0;var x=0,y=a.suspendedLanes,A=a.pingedLanes;a=a.warmLanes;var Z=d&134217727;return Z!==0?(d=Z&~y,d!==0?x=rt(d):(A&=Z,A!==0?x=rt(A):u||(u=Z&~a,u!==0&&(x=rt(u))))):(Z=d&~y,Z!==0?x=rt(Z):A!==0?x=rt(A):u||(u=d&~a,u!==0&&(x=rt(u)))),x===0?0:s!==0&&s!==x&&(s&y)===0&&(y=x&-x,u=s&-s,y>=u||y===32&&(u&4194048)!==0)?s:x}function vt(a,s){return(a.pendingLanes&~(a.suspendedLanes&~a.pingedLanes)&s)===0}function gt(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 Vt(){var a=Me;return Me<<=1,(Me&62914560)===0&&(Me=4194304),a}function Fn(a){for(var s=[],u=0;31>u;u++)s.push(a);return s}function qn(a,s){a.pendingLanes|=s,s!==268435456&&(a.suspendedLanes=0,a.pingedLanes=0,a.warmLanes=0)}function Qr(a,s,u,d,x,y){var A=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 Z=a.entanglements,Y=a.expirationTimes,ne=a.hiddenUpdates;for(u=A&~u;0<u;){var ce=31-Qe(u),he=1<<ce;Z[ce]=0,Y[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&=~he}d!==0&&Et(a,d,0),y!==0&&x===0&&a.tag!==0&&(a.suspendedLanes|=y&~(A&~s))}function Et(a,s,u){a.pendingLanes|=s,a.suspendedLanes&=~s;var d=31-Qe(s);a.entangledLanes|=s,a.entanglements[d]=a.entanglements[d]|1073741824|u&261930}function Br(a,s){var u=a.entangledLanes|=s;for(a=a.entanglements;u;){var d=31-Qe(u),x=1<<d;x&s|a[d]&s&&(a[d]|=s),u&=~x}}function mn(a,s){var u=s&-s;return u=(u&42)!==0?1:Cr(u),(u&(a.suspendedLanes|s))!==0?0:u}function Cr(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 Fr(a){return a&=-a,2<a?8<a?(a&134217727)!==0?32:268435456:8:2}function ll(){var a=z.p;return a!==0?a:(a=window.event,a===void 0?32:K4(a.type))}function Cu(a,s){var u=z.p;try{return z.p=a,s()}finally{z.p=u}}var qr=Math.random().toString(36).slice(2),qt="__reactFiber$"+qr,Vn="__reactProps$"+qr,fa="__reactContainer$"+qr,Mo="__reactEvents$"+qr,Eo="__reactListeners$"+qr,ts="__reactHandles$"+qr,$o="__reactResources$"+qr,ha="__reactMarker$"+qr;function sl(a){delete a[qt],delete a[Vn],delete a[Mo],delete a[Eo],delete a[ts]}function An(a){var s=a[qt];if(s)return s;for(var u=a.parentNode;u;){if(s=u[fa]||u[qt]){if(u=s.alternate,s.child!==null||u!==null&&u.child!==null)for(a=N4(a);a!==null;){if(u=a[qt])return u;a=N4(a)}return s}a=u,u=a.parentNode}return null}function kn(a){if(a=a[qt]||a[fa]){var s=a.tag;if(s===5||s===6||s===13||s===31||s===26||s===27||s===3)return a}return null}function Qi(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a.stateNode;throw Error(r(33))}function Ci(a){var s=a[$o];return s||(s=a[$o]={hoistableStyles:new Map,hoistableScripts:new Map}),s}function K(a){a[ha]=!0}var be=new Set,Ce={};function xe(a,s){Xe(a,s),Xe(a+"Capture",s)}function Xe(a,s){for(Ce[a]=s,a=0;a<s.length;a++)be.add(s[a])}var Te=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]*$"),Qt={},Tn={};function ln(a){return tt.call(Tn,a)?!0:tt.call(Qt,a)?!1:Te.test(a)?Tn[a]=!0:(Qt[a]=!0,!1)}function Mn(a,s,u){if(ln(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 Ln(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 tr(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 sn(a){switch(typeof a){case"bigint":case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return""}}function da(a){var s=a.type;return(a=a.nodeName)&&a.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function ph(a,s,u){var d=Object.getOwnPropertyDescriptor(a.constructor.prototype,s);if(!a.hasOwnProperty(s)&&typeof d<"u"&&typeof d.get=="function"&&typeof d.set=="function"){var x=d.get,y=d.set;return Object.defineProperty(a,s,{configurable:!0,get:function(){return x.call(this)},set:function(A){u=""+A,y.call(this,A)}}),Object.defineProperty(a,s,{enumerable:d.enumerable}),{getValue:function(){return u},setValue:function(A){u=""+A},stopTracking:function(){a._valueTracker=null,delete a[s]}}}}function Zu(a){if(!a._valueTracker){var s=da(a)?"checked":"value";a._valueTracker=ph(a,s,""+a[s])}}function Qo(a){if(!a)return!1;var s=a._valueTracker;if(!s)return!0;var u=s.getValue(),d="";return a&&(d=da(a)?a.checked?"true":"false":a.value),a=d,a!==u?(s.setValue(a),!0):!1}function Lt(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 li=/[\n"\\]/g;function En(a){return a.replace(li,function(s){return"\\"+s.charCodeAt(0).toString(16)+" "})}function ma(a,s,u,d,x,y,A,Z){a.name="",A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"?a.type=A:a.removeAttribute("type"),s!=null?A==="number"?(s===0&&a.value===""||a.value!=s)&&(a.value=""+sn(s)):a.value!==""+sn(s)&&(a.value=""+sn(s)):A!=="submit"&&A!=="reset"||a.removeAttribute("value"),s!=null?ns(a,A,sn(s)):u!=null?ns(a,A,sn(u)):d!=null&&a.removeAttribute("value"),x==null&&y!=null&&(a.defaultChecked=!!y),x!=null&&(a.checked=x&&typeof x!="function"&&typeof x!="symbol"),Z!=null&&typeof Z!="function"&&typeof Z!="symbol"&&typeof Z!="boolean"?a.name=""+sn(Z):a.removeAttribute("name")}function Co(a,s,u,d,x,y,A,Z){if(y!=null&&typeof y!="function"&&typeof y!="symbol"&&typeof y!="boolean"&&(a.type=y),s!=null||u!=null){if(!(y!=="submit"&&y!=="reset"||s!=null)){Zu(a);return}u=u!=null?""+sn(u):"",s=s!=null?""+sn(s):u,Z||s===a.value||(a.value=s),a.defaultValue=s}d=d??x,d=typeof d!="function"&&typeof d!="symbol"&&!!d,a.checked=Z?a.checked:!!d,a.defaultChecked=!!d,A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"&&(a.name=A),Zu(a)}function ns(a,s,u){s==="number"&&Lt(a.ownerDocument)===a||a.defaultValue===""+u||(a.defaultValue=""+u)}function rs(a,s,u,d){if(a=a.options,s){s={};for(var x=0;x<u.length;x++)s["$"+u[x]]=!0;for(u=0;u<a.length;u++)x=s.hasOwnProperty("$"+a[u].value),a[u].selected!==x&&(a[u].selected=x),x&&d&&(a[u].defaultSelected=!0)}else{for(u=""+sn(u),s=null,x=0;x<a.length;x++){if(a[x].value===u){a[x].selected=!0,d&&(a[x].defaultSelected=!0);return}s!==null||a[x].disabled||(s=a[x])}s!==null&&(s.selected=!0)}}function wO(a,s,u){if(s!=null&&(s=""+sn(s),s!==a.value&&(a.value=s),u==null)){a.defaultValue!==s&&(a.defaultValue=s);return}a.defaultValue=u!=null?""+sn(u):""}function AO(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=sn(s),a.defaultValue=u,d=a.textContent,d===u&&d!==""&&d!==null&&(a.value=d),Zu(a)}function is(a,s){if(s){var u=a.firstChild;if(u&&u===a.lastChild&&u.nodeType===3){u.nodeValue=s;return}}a.textContent=s}var sA=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function kO(a,s,u){var 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||sA.has(s)?s==="float"?a.cssFloat=u:a[s]=(""+u).trim():a[s]=u+"px"}function TO(a,s,u){if(s!=null&&typeof s!="object")throw Error(r(62));if(a=a.style,u!=null){for(var d in u)!u.hasOwnProperty(d)||s!=null&&s.hasOwnProperty(d)||(d.indexOf("--")===0?a.setProperty(d,""):d==="float"?a.cssFloat="":a[d]="");for(var x in s)d=s[x],s.hasOwnProperty(x)&&u[x]!==d&&kO(a,x,d)}else for(var y in s)s.hasOwnProperty(y)&&kO(a,y,s[y])}function gh(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 oA=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"]]),cA=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function Pu(a){return cA.test(""+a)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":a}function Zi(){}var Oh=null;function xh(a){return a=a.target||a.srcElement||window,a.correspondingUseElement&&(a=a.correspondingUseElement),a.nodeType===3?a.parentNode:a}var as=null,ls=null;function MO(a){var s=kn(a);if(s&&(a=s.stateNode)){var u=a[Vn]||null;e:switch(a=s.stateNode,s.type){case"input":if(ma(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="'+En(""+s)+'"][type="radio"]'),s=0;s<u.length;s++){var d=u[s];if(d!==a&&d.form===a.form){var x=d[Vn]||null;if(!x)throw Error(r(90));ma(d,x.value,x.defaultValue,x.defaultValue,x.checked,x.defaultChecked,x.type,x.name)}}for(s=0;s<u.length;s++)d=u[s],d.form===a.form&&Qo(d)}break e;case"textarea":wO(a,u.value,u.defaultValue);break e;case"select":s=u.value,s!=null&&rs(a,!!u.multiple,s,!1)}}}var yh=!1;function EO(a,s,u){if(yh)return a(s,u);yh=!0;try{var d=a(s);return d}finally{if(yh=!1,(as!==null||ls!==null)&&(b0(),as&&(s=as,a=ls,ls=as=null,MO(s),a)))for(s=0;s<a.length;s++)MO(a[s])}}function Zo(a,s){var u=a.stateNode;if(u===null)return null;var d=u[Vn]||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"),bh=!1;if(Pi)try{var Po={};Object.defineProperty(Po,"passive",{get:function(){bh=!0}}),window.addEventListener("test",Po,Po),window.removeEventListener("test",Po,Po)}catch{bh=!1}var pa=null,vh=null,ju=null;function $O(){if(ju)return ju;var a,s=vh,u=s.length,d,x="value"in pa?pa.value:pa.textContent,y=x.length;for(a=0;a<u&&s[a]===x[a];a++);var A=u-a;for(d=1;d<=A&&s[u-d]===x[y-d];d++);return ju=x.slice(a,1<d?1-d:void 0)}function Ru(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 Nu(){return!0}function QO(){return!1}function nr(a){function s(u,d,x,y,A){this._reactName=u,this._targetInst=x,this.type=d,this.nativeEvent=y,this.target=A,this.currentTarget=null;for(var Z in a)a.hasOwnProperty(Z)&&(u=a[Z],this[Z]=u?u(y):y[Z]);return this.isDefaultPrevented=(y.defaultPrevented!=null?y.defaultPrevented:y.returnValue===!1)?Nu:QO,this.isPropagationStopped=QO,this}return O(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=Nu)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=Nu)},persist:function(){},isPersistent:Nu}),s}var ol={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Vu=nr(ol),jo=O({},ol,{view:0,detail:0}),uA=nr(jo),Sh,wh,Ro,Lu=O({},jo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:kh,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!==Ro&&(Ro&&a.type==="mousemove"?(Sh=a.screenX-Ro.screenX,wh=a.screenY-Ro.screenY):wh=Sh=0,Ro=a),Sh)},movementY:function(a){return"movementY"in a?a.movementY:wh}}),CO=nr(Lu),fA=O({},Lu,{dataTransfer:0}),hA=nr(fA),dA=O({},jo,{relatedTarget:0}),Ah=nr(dA),mA=O({},ol,{animationName:0,elapsedTime:0,pseudoElement:0}),pA=nr(mA),gA=O({},ol,{clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),OA=nr(gA),xA=O({},ol,{data:0}),ZO=nr(xA),yA={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},bA={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"},vA={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function SA(a){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(a):(a=vA[a])?!!s[a]:!1}function kh(){return SA}var wA=O({},jo,{key:function(a){if(a.key){var s=yA[a.key]||a.key;if(s!=="Unidentified")return s}return a.type==="keypress"?(a=Ru(a),a===13?"Enter":String.fromCharCode(a)):a.type==="keydown"||a.type==="keyup"?bA[a.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:kh,charCode:function(a){return a.type==="keypress"?Ru(a):0},keyCode:function(a){return a.type==="keydown"||a.type==="keyup"?a.keyCode:0},which:function(a){return a.type==="keypress"?Ru(a):a.type==="keydown"||a.type==="keyup"?a.keyCode:0}}),AA=nr(wA),kA=O({},Lu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),PO=nr(kA),TA=O({},jo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:kh}),MA=nr(TA),EA=O({},ol,{propertyName:0,elapsedTime:0,pseudoElement:0}),$A=nr(EA),QA=O({},Lu,{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}),CA=nr(QA),ZA=O({},ol,{newState:0,oldState:0}),PA=nr(ZA),jA=[9,13,27,32],Th=Pi&&"CompositionEvent"in window,No=null;Pi&&"documentMode"in document&&(No=document.documentMode);var RA=Pi&&"TextEvent"in window&&!No,jO=Pi&&(!Th||No&&8<No&&11>=No),RO=" ",NO=!1;function VO(a,s){switch(a){case"keyup":return jA.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function LO(a){return a=a.detail,typeof a=="object"&&"data"in a?a.data:null}var ss=!1;function NA(a,s){switch(a){case"compositionend":return LO(s);case"keypress":return s.which!==32?null:(NO=!0,RO);case"textInput":return a=s.data,a===RO&&NO?null:a;default:return null}}function VA(a,s){if(ss)return a==="compositionend"||!Th&&VO(a,s)?(a=$O(),ju=vh=pa=null,ss=!1,a):null;switch(a){case"paste":return null;case"keypress":if(!(s.ctrlKey||s.altKey||s.metaKey)||s.ctrlKey&&s.altKey){if(s.char&&1<s.char.length)return s.char;if(s.which)return String.fromCharCode(s.which)}return null;case"compositionend":return jO&&s.locale!=="ko"?null:s.data;default:return null}}var LA={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function _O(a){var s=a&&a.nodeName&&a.nodeName.toLowerCase();return s==="input"?!!LA[a.type]:s==="textarea"}function DO(a,s,u,d){as?ls?ls.push(d):ls=[d]:as=d,s=M0(s,"onChange"),0<s.length&&(u=new Vu("onChange","change",null,u,d),a.push({event:u,listeners:s}))}var Vo=null,Lo=null;function _A(a){S4(a,0)}function _u(a){var s=Qi(a);if(Qo(s))return a}function XO(a,s){if(a==="change")return s}var zO=!1;if(Pi){var Mh;if(Pi){var Eh="oninput"in document;if(!Eh){var HO=document.createElement("div");HO.setAttribute("oninput","return;"),Eh=typeof HO.oninput=="function"}Mh=Eh}else Mh=!1;zO=Mh&&(!document.documentMode||9<document.documentMode)}function YO(){Vo&&(Vo.detachEvent("onpropertychange",BO),Lo=Vo=null)}function BO(a){if(a.propertyName==="value"&&_u(Lo)){var s=[];DO(s,Lo,a,xh(a)),EO(_A,s)}}function DA(a,s,u){a==="focusin"?(YO(),Vo=s,Lo=u,Vo.attachEvent("onpropertychange",BO)):a==="focusout"&&YO()}function XA(a){if(a==="selectionchange"||a==="keyup"||a==="keydown")return _u(Lo)}function zA(a,s){if(a==="click")return _u(s)}function HA(a,s){if(a==="input"||a==="change")return _u(s)}function YA(a,s){return a===s&&(a!==0||1/a===1/s)||a!==a&&s!==s}var gr=typeof Object.is=="function"?Object.is:YA;function _o(a,s){if(gr(a,s))return!0;if(typeof a!="object"||a===null||typeof s!="object"||s===null)return!1;var u=Object.keys(a),d=Object.keys(s);if(u.length!==d.length)return!1;for(d=0;d<u.length;d++){var x=u[d];if(!tt.call(s,x)||!gr(a[x],s[x]))return!1}return!0}function FO(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function qO(a,s){var u=FO(a);a=0;for(var 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=FO(u)}}function UO(a,s){return a&&s?a===s?!0:a&&a.nodeType===3?!1:s&&s.nodeType===3?UO(a,s.parentNode):"contains"in a?a.contains(s):a.compareDocumentPosition?!!(a.compareDocumentPosition(s)&16):!1:!1}function IO(a){a=a!=null&&a.ownerDocument!=null&&a.ownerDocument.defaultView!=null?a.ownerDocument.defaultView:window;for(var s=Lt(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=Lt(a.document)}return s}function $h(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 BA=Pi&&"documentMode"in document&&11>=document.documentMode,os=null,Qh=null,Do=null,Ch=!1;function WO(a,s,u){var d=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;Ch||os==null||os!==Lt(d)||(d=os,"selectionStart"in d&&$h(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}),Do&&_o(Do,d)||(Do=d,d=M0(Qh,"onSelect"),0<d.length&&(s=new Vu("onSelect","select",null,s,u),a.push({event:s,listeners:d}),s.target=os)))}function cl(a,s){var u={};return u[a.toLowerCase()]=s.toLowerCase(),u["Webkit"+a]="webkit"+s,u["Moz"+a]="moz"+s,u}var cs={animationend:cl("Animation","AnimationEnd"),animationiteration:cl("Animation","AnimationIteration"),animationstart:cl("Animation","AnimationStart"),transitionrun:cl("Transition","TransitionRun"),transitionstart:cl("Transition","TransitionStart"),transitioncancel:cl("Transition","TransitionCancel"),transitionend:cl("Transition","TransitionEnd")},Zh={},GO={};Pi&&(GO=document.createElement("div").style,"AnimationEvent"in window||(delete cs.animationend.animation,delete cs.animationiteration.animation,delete cs.animationstart.animation),"TransitionEvent"in window||delete cs.transitionend.transition);function ul(a){if(Zh[a])return Zh[a];if(!cs[a])return a;var s=cs[a],u;for(u in s)if(s.hasOwnProperty(u)&&u in GO)return Zh[a]=s[u];return a}var KO=ul("animationend"),JO=ul("animationiteration"),e8=ul("animationstart"),FA=ul("transitionrun"),qA=ul("transitionstart"),UA=ul("transitioncancel"),t8=ul("transitionend"),n8=new Map,Ph="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");Ph.push("scrollEnd");function Ur(a,s){n8.set(a,s),xe(s,[a])}var Du=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)},Zr=[],us=0,jh=0;function Xu(){for(var a=us,s=jh=us=0;s<a;){var u=Zr[s];Zr[s++]=null;var d=Zr[s];Zr[s++]=null;var x=Zr[s];Zr[s++]=null;var y=Zr[s];if(Zr[s++]=null,d!==null&&x!==null){var A=d.pending;A===null?x.next=x:(x.next=A.next,A.next=x),d.pending=x}y!==0&&r8(u,x,y)}}function zu(a,s,u,d){Zr[us++]=a,Zr[us++]=s,Zr[us++]=u,Zr[us++]=d,jh|=d,a.lanes|=d,a=a.alternate,a!==null&&(a.lanes|=d)}function Rh(a,s,u,d){return zu(a,s,u,d),Hu(a)}function fl(a,s){return zu(a,null,null,s),Hu(a)}function r8(a,s,u){a.lanes|=u;var d=a.alternate;d!==null&&(d.lanes|=u);for(var x=!1,y=a.return;y!==null;)y.childLanes|=u,d=y.alternate,d!==null&&(d.childLanes|=u),y.tag===22&&(a=y.stateNode,a===null||a._visibility&1||(x=!0)),a=y,y=y.return;return a.tag===3?(y=a.stateNode,x&&s!==null&&(x=31-Qe(u),a=y.hiddenUpdates,d=a[x],d===null?a[x]=[s]:d.push(s),s.lane=u|536870912),y):null}function Hu(a){if(50<oc)throw oc=0,Yd=null,Error(r(185));for(var s=a.return;s!==null;)a=s,s=a.return;return a.tag===3?a.stateNode:null}var fs={};function IA(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 Or(a,s,u,d){return new IA(a,s,u,d)}function Nh(a){return a=a.prototype,!(!a||!a.isReactComponent)}function ji(a,s){var u=a.alternate;return u===null?(u=Or(a.tag,s,a.key,a.mode),u.elementType=a.elementType,u.type=a.type,u.stateNode=a.stateNode,u.alternate=a,a.alternate=u):(u.pendingProps=s,u.type=a.type,u.flags=0,u.subtreeFlags=0,u.deletions=null),u.flags=a.flags&65011712,u.childLanes=a.childLanes,u.lanes=a.lanes,u.child=a.child,u.memoizedProps=a.memoizedProps,u.memoizedState=a.memoizedState,u.updateQueue=a.updateQueue,s=a.dependencies,u.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},u.sibling=a.sibling,u.index=a.index,u.ref=a.ref,u.refCleanup=a.refCleanup,u}function i8(a,s){a.flags&=65011714;var u=a.alternate;return u===null?(a.childLanes=0,a.lanes=s,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=u.childLanes,a.lanes=u.lanes,a.child=u.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=u.memoizedProps,a.memoizedState=u.memoizedState,a.updateQueue=u.updateQueue,a.type=u.type,s=u.dependencies,a.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext}),a}function Yu(a,s,u,d,x,y){var A=0;if(d=a,typeof a=="function")Nh(a)&&(A=1);else if(typeof a=="string")A=eT(a,u,ee.current)?26:a==="html"||a==="head"||a==="body"?27:5;else e:switch(a){case W:return a=Or(31,u,s,x),a.elementType=W,a.lanes=y,a;case w:return hl(u.children,x,y,s);case k:A=8,x|=24;break;case M:return a=Or(12,u,s,x|2),a.elementType=M,a.lanes=y,a;case E:return a=Or(13,u,s,x),a.elementType=E,a.lanes=y,a;case j:return a=Or(19,u,s,x),a.elementType=j,a.lanes=y,a;default:if(typeof a=="object"&&a!==null)switch(a.$$typeof){case $:A=10;break e;case R:A=9;break e;case P:A=11;break e;case Q:A=14;break e;case _:A=16,d=null;break e}A=29,u=Error(r(130,a===null?"null":typeof a,"")),d=null}return s=Or(A,u,s,x),s.elementType=a,s.type=d,s.lanes=y,s}function hl(a,s,u,d){return a=Or(7,a,d,s),a.lanes=u,a}function Vh(a,s,u){return a=Or(6,a,null,s),a.lanes=u,a}function a8(a){var s=Or(18,null,null,0);return s.stateNode=a,s}function Lh(a,s,u){return s=Or(4,a.children!==null?a.children:[],a.key,s),s.lanes=u,s.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation},s}var l8=new WeakMap;function Pr(a,s){if(typeof a=="object"&&a!==null){var u=l8.get(a);return u!==void 0?u:(s={value:a,source:s,stack:We(s)},l8.set(a,s),s)}return{value:a,source:s,stack:We(s)}}var hs=[],ds=0,Bu=null,Xo=0,jr=[],Rr=0,ga=null,si=1,oi="";function Ri(a,s){hs[ds++]=Xo,hs[ds++]=Bu,Bu=a,Xo=s}function s8(a,s,u){jr[Rr++]=si,jr[Rr++]=oi,jr[Rr++]=ga,ga=a;var d=si;a=oi;var x=32-Qe(d)-1;d&=~(1<<x),u+=1;var y=32-Qe(s)+x;if(30<y){var A=x-x%5;y=(d&(1<<A)-1).toString(32),d>>=A,x-=A,si=1<<32-Qe(s)+x|u<<x|d,oi=y+a}else si=1<<y|u<<x|d,oi=a}function _h(a){a.return!==null&&(Ri(a,1),s8(a,1,0))}function Dh(a){for(;a===Bu;)Bu=hs[--ds],hs[ds]=null,Xo=hs[--ds],hs[ds]=null;for(;a===ga;)ga=jr[--Rr],jr[Rr]=null,oi=jr[--Rr],jr[Rr]=null,si=jr[--Rr],jr[Rr]=null}function o8(a,s){jr[Rr++]=si,jr[Rr++]=oi,jr[Rr++]=ga,si=s.id,oi=s.overflow,ga=a}var $n=null,zt=null,Ot=!1,Oa=null,Nr=!1,Xh=Error(r(519));function xa(a){var s=Error(r(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw zo(Pr(s,a)),Xh}function c8(a){var s=a.stateNode,u=a.type,d=a.memoizedProps;switch(s[qt]=a,s[Vn]=d,u){case"dialog":ut("cancel",s),ut("close",s);break;case"iframe":case"object":case"embed":ut("load",s);break;case"video":case"audio":for(u=0;u<uc.length;u++)ut(uc[u],s);break;case"source":ut("error",s);break;case"img":case"image":case"link":ut("error",s),ut("load",s);break;case"details":ut("toggle",s);break;case"input":ut("invalid",s),Co(s,d.value,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name,!0);break;case"select":ut("invalid",s);break;case"textarea":ut("invalid",s),AO(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||T4(s.textContent,u)?(d.popover!=null&&(ut("beforetoggle",s),ut("toggle",s)),d.onScroll!=null&&ut("scroll",s),d.onScrollEnd!=null&&ut("scrollend",s),d.onClick!=null&&(s.onclick=Zi),s=!0):s=!1,s||xa(a,!0)}function u8(a){for($n=a.return;$n;)switch($n.tag){case 5:case 31:case 13:Nr=!1;return;case 27:case 3:Nr=!0;return;default:$n=$n.return}}function ms(a){if(a!==$n)return!1;if(!Ot)return u8(a),Ot=!0,!1;var s=a.tag,u;if((u=s!==3&&s!==27)&&((u=s===5)&&(u=a.type,u=!(u!=="form"&&u!=="button")||am(a.type,a.memoizedProps)),u=!u),u&&zt&&xa(a),u8(a),s===13){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));zt=R4(a)}else if(s===31){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));zt=R4(a)}else s===27?(s=zt,Za(a.type)?(a=um,um=null,zt=a):zt=s):zt=$n?Lr(a.stateNode.nextSibling):null;return!0}function dl(){zt=$n=null,Ot=!1}function zh(){var a=Oa;return a!==null&&(lr===null?lr=a:lr.push.apply(lr,a),Oa=null),a}function zo(a){Oa===null?Oa=[a]:Oa.push(a)}var Hh=T(null),ml=null,Ni=null;function ya(a,s,u){B(Hh,s._currentValue),s._currentValue=u}function Vi(a){a._currentValue=Hh.current,C(Hh)}function Yh(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 Bh(a,s,u,d){var x=a.child;for(x!==null&&(x.return=a);x!==null;){var y=x.dependencies;if(y!==null){var A=x.child;y=y.firstContext;e:for(;y!==null;){var Z=y;y=x;for(var Y=0;Y<s.length;Y++)if(Z.context===s[Y]){y.lanes|=u,Z=y.alternate,Z!==null&&(Z.lanes|=u),Yh(y.return,u,a),d||(A=null);break e}y=Z.next}}else if(x.tag===18){if(A=x.return,A===null)throw Error(r(341));A.lanes|=u,y=A.alternate,y!==null&&(y.lanes|=u),Yh(A,u,a),A=null}else A=x.child;if(A!==null)A.return=x;else for(A=x;A!==null;){if(A===a){A=null;break}if(x=A.sibling,x!==null){x.return=A.return,A=x;break}A=A.return}x=A}}function ps(a,s,u,d){a=null;for(var x=s,y=!1;x!==null;){if(!y){if((x.flags&524288)!==0)y=!0;else if((x.flags&262144)!==0)break}if(x.tag===10){var A=x.alternate;if(A===null)throw Error(r(387));if(A=A.memoizedProps,A!==null){var Z=x.type;gr(x.pendingProps.value,A.value)||(a!==null?a.push(Z):a=[Z])}}else if(x===Oe.current){if(A=x.alternate,A===null)throw Error(r(387));A.memoizedState.memoizedState!==x.memoizedState.memoizedState&&(a!==null?a.push(pc):a=[pc])}x=x.return}a!==null&&Bh(s,a,u,d),s.flags|=262144}function Fu(a){for(a=a.firstContext;a!==null;){if(!gr(a.context._currentValue,a.memoizedValue))return!0;a=a.next}return!1}function pl(a){ml=a,Ni=null,a=a.dependencies,a!==null&&(a.firstContext=null)}function Qn(a){return f8(ml,a)}function qu(a,s){return ml===null&&pl(a),f8(a,s)}function f8(a,s){var u=s._currentValue;if(s={context:s,memoizedValue:u,next:null},Ni===null){if(a===null)throw Error(r(308));Ni=s,a.dependencies={lanes:0,firstContext:s},a.flags|=524288}else Ni=Ni.next=s;return u}var WA=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()})}},GA=t.unstable_scheduleCallback,KA=t.unstable_NormalPriority,on={$$typeof:$,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Fh(){return{controller:new WA,data:new Map,refCount:0}}function Ho(a){a.refCount--,a.refCount===0&&GA(KA,function(){a.controller.abort()})}var Yo=null,qh=0,gs=0,Os=null;function JA(a,s){if(Yo===null){var u=Yo=[];qh=0,gs=Wd(),Os={status:"pending",value:void 0,then:function(d){u.push(d)}}}return qh++,s.then(h8,h8),s}function h8(){if(--qh===0&&Yo!==null){Os!==null&&(Os.status="fulfilled");var a=Yo;Yo=null,gs=0,Os=null;for(var s=0;s<a.length;s++)(0,a[s])()}}function ek(a,s){var u=[],d={status:"pending",value:null,reason:null,then:function(x){u.push(x)}};return a.then(function(){d.status="fulfilled",d.value=s;for(var x=0;x<u.length;x++)(0,u[x])(s)},function(x){for(d.status="rejected",d.reason=x,x=0;x<u.length;x++)(0,u[x])(void 0)}),d}var d8=N.S;N.S=function(a,s){W6=Ve(),typeof s=="object"&&s!==null&&typeof s.then=="function"&&JA(a,s),d8!==null&&d8(a,s)};var gl=T(null);function Uh(){var a=gl.current;return a!==null?a:_t.pooledCache}function Uu(a,s){s===null?B(gl,gl.current):B(gl,s.pool)}function m8(){var a=Uh();return a===null?null:{parent:on._currentValue,pool:a}}var xs=Error(r(460)),Ih=Error(r(474)),Iu=Error(r(542)),Wu={then:function(){}};function p8(a){return a=a.status,a==="fulfilled"||a==="rejected"}function g8(a,s,u){switch(u=a[u],u===void 0?a.push(s):u!==s&&(s.then(Zi,Zi),s=u),s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,x8(a),a;default:if(typeof s.status=="string")s.then(Zi,Zi);else{if(a=_t,a!==null&&100<a.shellSuspendCounter)throw Error(r(482));a=s,a.status="pending",a.then(function(d){if(s.status==="pending"){var x=s;x.status="fulfilled",x.value=d}},function(d){if(s.status==="pending"){var x=s;x.status="rejected",x.reason=d}})}switch(s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,x8(a),a}throw xl=s,xs}}function Ol(a){try{var s=a._init;return s(a._payload)}catch(u){throw u!==null&&typeof u=="object"&&typeof u.then=="function"?(xl=u,xs):u}}var xl=null;function O8(){if(xl===null)throw Error(r(459));var a=xl;return xl=null,a}function x8(a){if(a===xs||a===Iu)throw Error(r(483))}var ys=null,Bo=0;function Gu(a){var s=Bo;return Bo+=1,ys===null&&(ys=[]),g8(ys,a,s)}function Fo(a,s){s=s.props.ref,a.ref=s!==void 0?s:null}function Ku(a,s){throw s.$$typeof===b?Error(r(525)):(a=Object.prototype.toString.call(s),Error(r(31,a==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":a)))}function y8(a){function s(J,I){if(a){var te=J.deletions;te===null?(J.deletions=[I],J.flags|=16):te.push(I)}}function u(J,I){if(!a)return null;for(;I!==null;)s(J,I),I=I.sibling;return null}function d(J){for(var I=new Map;J!==null;)J.key!==null?I.set(J.key,J):I.set(J.index,J),J=J.sibling;return I}function x(J,I){return J=ji(J,I),J.index=0,J.sibling=null,J}function y(J,I,te){return J.index=te,a?(te=J.alternate,te!==null?(te=te.index,te<I?(J.flags|=67108866,I):te):(J.flags|=67108866,I)):(J.flags|=1048576,I)}function A(J){return a&&J.alternate===null&&(J.flags|=67108866),J}function Z(J,I,te,fe){return I===null||I.tag!==6?(I=Vh(te,J.mode,fe),I.return=J,I):(I=x(I,te),I.return=J,I)}function Y(J,I,te,fe){var Be=te.type;return Be===w?ce(J,I,te.props.children,fe,te.key):I!==null&&(I.elementType===Be||typeof Be=="object"&&Be!==null&&Be.$$typeof===_&&Ol(Be)===I.type)?(I=x(I,te.props),Fo(I,te),I.return=J,I):(I=Yu(te.type,te.key,te.props,null,J.mode,fe),Fo(I,te),I.return=J,I)}function ne(J,I,te,fe){return I===null||I.tag!==4||I.stateNode.containerInfo!==te.containerInfo||I.stateNode.implementation!==te.implementation?(I=Lh(te,J.mode,fe),I.return=J,I):(I=x(I,te.children||[]),I.return=J,I)}function ce(J,I,te,fe,Be){return I===null||I.tag!==7?(I=hl(te,J.mode,fe,Be),I.return=J,I):(I=x(I,te),I.return=J,I)}function he(J,I,te){if(typeof I=="string"&&I!==""||typeof I=="number"||typeof I=="bigint")return I=Vh(""+I,J.mode,te),I.return=J,I;if(typeof I=="object"&&I!==null){switch(I.$$typeof){case v:return te=Yu(I.type,I.key,I.props,null,J.mode,te),Fo(te,I),te.return=J,te;case S:return I=Lh(I,J.mode,te),I.return=J,I;case _:return I=Ol(I),he(J,I,te)}if(D(I)||H(I))return I=hl(I,J.mode,te,null),I.return=J,I;if(typeof I.then=="function")return he(J,Gu(I),te);if(I.$$typeof===$)return he(J,qu(J,I),te);Ku(J,I)}return null}function re(J,I,te,fe){var Be=I!==null?I.key:null;if(typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint")return Be!==null?null:Z(J,I,""+te,fe);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case v:return te.key===Be?Y(J,I,te,fe):null;case S:return te.key===Be?ne(J,I,te,fe):null;case _:return te=Ol(te),re(J,I,te,fe)}if(D(te)||H(te))return Be!==null?null:ce(J,I,te,fe,null);if(typeof te.then=="function")return re(J,I,Gu(te),fe);if(te.$$typeof===$)return re(J,I,qu(J,te),fe);Ku(J,te)}return null}function le(J,I,te,fe,Be){if(typeof fe=="string"&&fe!==""||typeof fe=="number"||typeof fe=="bigint")return J=J.get(te)||null,Z(I,J,""+fe,Be);if(typeof fe=="object"&&fe!==null){switch(fe.$$typeof){case v:return J=J.get(fe.key===null?te:fe.key)||null,Y(I,J,fe,Be);case S:return J=J.get(fe.key===null?te:fe.key)||null,ne(I,J,fe,Be);case _:return fe=Ol(fe),le(J,I,te,fe,Be)}if(D(fe)||H(fe))return J=J.get(te)||null,ce(I,J,fe,Be,null);if(typeof fe.then=="function")return le(J,I,te,Gu(fe),Be);if(fe.$$typeof===$)return le(J,I,te,qu(I,fe),Be);Ku(I,fe)}return null}function Ne(J,I,te,fe){for(var Be=null,kt=null,De=I,lt=I=0,dt=null;De!==null&&lt<te.length;lt++){De.index>lt?(dt=De,De=null):dt=De.sibling;var Tt=re(J,De,te[lt],fe);if(Tt===null){De===null&&(De=dt);break}a&&De&&Tt.alternate===null&&s(J,De),I=y(Tt,I,lt),kt===null?Be=Tt:kt.sibling=Tt,kt=Tt,De=dt}if(lt===te.length)return u(J,De),Ot&&Ri(J,lt),Be;if(De===null){for(;lt<te.length;lt++)De=he(J,te[lt],fe),De!==null&&(I=y(De,I,lt),kt===null?Be=De:kt.sibling=De,kt=De);return Ot&&Ri(J,lt),Be}for(De=d(De);lt<te.length;lt++)dt=le(De,J,lt,te[lt],fe),dt!==null&&(a&&dt.alternate!==null&&De.delete(dt.key===null?lt:dt.key),I=y(dt,I,lt),kt===null?Be=dt:kt.sibling=dt,kt=dt);return a&&De.forEach(function(Va){return s(J,Va)}),Ot&&Ri(J,lt),Be}function Ge(J,I,te,fe){if(te==null)throw Error(r(151));for(var Be=null,kt=null,De=I,lt=I=0,dt=null,Tt=te.next();De!==null&&!Tt.done;lt++,Tt=te.next()){De.index>lt?(dt=De,De=null):dt=De.sibling;var Va=re(J,De,Tt.value,fe);if(Va===null){De===null&&(De=dt);break}a&&De&&Va.alternate===null&&s(J,De),I=y(Va,I,lt),kt===null?Be=Va:kt.sibling=Va,kt=Va,De=dt}if(Tt.done)return u(J,De),Ot&&Ri(J,lt),Be;if(De===null){for(;!Tt.done;lt++,Tt=te.next())Tt=he(J,Tt.value,fe),Tt!==null&&(I=y(Tt,I,lt),kt===null?Be=Tt:kt.sibling=Tt,kt=Tt);return Ot&&Ri(J,lt),Be}for(De=d(De);!Tt.done;lt++,Tt=te.next())Tt=le(De,J,lt,Tt.value,fe),Tt!==null&&(a&&Tt.alternate!==null&&De.delete(Tt.key===null?lt:Tt.key),I=y(Tt,I,lt),kt===null?Be=Tt:kt.sibling=Tt,kt=Tt);return a&&De.forEach(function(fT){return s(J,fT)}),Ot&&Ri(J,lt),Be}function Nt(J,I,te,fe){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 v:e:{for(var Be=te.key;I!==null;){if(I.key===Be){if(Be=te.type,Be===w){if(I.tag===7){u(J,I.sibling),fe=x(I,te.props.children),fe.return=J,J=fe;break e}}else if(I.elementType===Be||typeof Be=="object"&&Be!==null&&Be.$$typeof===_&&Ol(Be)===I.type){u(J,I.sibling),fe=x(I,te.props),Fo(fe,te),fe.return=J,J=fe;break e}u(J,I);break}else s(J,I);I=I.sibling}te.type===w?(fe=hl(te.props.children,J.mode,fe,te.key),fe.return=J,J=fe):(fe=Yu(te.type,te.key,te.props,null,J.mode,fe),Fo(fe,te),fe.return=J,J=fe)}return A(J);case S:e:{for(Be=te.key;I!==null;){if(I.key===Be)if(I.tag===4&&I.stateNode.containerInfo===te.containerInfo&&I.stateNode.implementation===te.implementation){u(J,I.sibling),fe=x(I,te.children||[]),fe.return=J,J=fe;break e}else{u(J,I);break}else s(J,I);I=I.sibling}fe=Lh(te,J.mode,fe),fe.return=J,J=fe}return A(J);case _:return te=Ol(te),Nt(J,I,te,fe)}if(D(te))return Ne(J,I,te,fe);if(H(te)){if(Be=H(te),typeof Be!="function")throw Error(r(150));return te=Be.call(te),Ge(J,I,te,fe)}if(typeof te.then=="function")return Nt(J,I,Gu(te),fe);if(te.$$typeof===$)return Nt(J,I,qu(J,te),fe);Ku(J,te)}return typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint"?(te=""+te,I!==null&&I.tag===6?(u(J,I.sibling),fe=x(I,te),fe.return=J,J=fe):(u(J,I),fe=Vh(te,J.mode,fe),fe.return=J,J=fe),A(J)):u(J,I)}return function(J,I,te,fe){try{Bo=0;var Be=Nt(J,I,te,fe);return ys=null,Be}catch(De){if(De===xs||De===Iu)throw De;var kt=Or(29,De,null,J.mode);return kt.lanes=fe,kt.return=J,kt}finally{}}}var yl=y8(!0),b8=y8(!1),ba=!1;function Wh(a){a.updateQueue={baseState:a.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Gh(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 va(a){return{lane:a,tag:0,payload:null,callback:null,next:null}}function Sa(a,s,u){var d=a.updateQueue;if(d===null)return null;if(d=d.shared,(Mt&2)!==0){var x=d.pending;return x===null?s.next=s:(s.next=x.next,x.next=s),d.pending=s,s=Hu(a),r8(a,null,u),s}return zu(a,d,s,u),Hu(a)}function qo(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,Br(a,u)}}function Kh(a,s){var u=a.updateQueue,d=a.alternate;if(d!==null&&(d=d.updateQueue,u===d)){var x=null,y=null;if(u=u.firstBaseUpdate,u!==null){do{var A={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};y===null?x=y=A:y=y.next=A,u=u.next}while(u!==null);y===null?x=y=s:y=y.next=s}else x=y=s;u={baseState:d.baseState,firstBaseUpdate:x,lastBaseUpdate:y,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 Jh=!1;function Uo(){if(Jh){var a=Os;if(a!==null)throw a}}function Io(a,s,u,d){Jh=!1;var x=a.updateQueue;ba=!1;var y=x.firstBaseUpdate,A=x.lastBaseUpdate,Z=x.shared.pending;if(Z!==null){x.shared.pending=null;var Y=Z,ne=Y.next;Y.next=null,A===null?y=ne:A.next=ne,A=Y;var ce=a.alternate;ce!==null&&(ce=ce.updateQueue,Z=ce.lastBaseUpdate,Z!==A&&(Z===null?ce.firstBaseUpdate=ne:Z.next=ne,ce.lastBaseUpdate=Y))}if(y!==null){var he=x.baseState;A=0,ce=ne=Y=null,Z=y;do{var re=Z.lane&-536870913,le=re!==Z.lane;if(le?(ht&re)===re:(d&re)===re){re!==0&&re===gs&&(Jh=!0),ce!==null&&(ce=ce.next={lane:0,tag:Z.tag,payload:Z.payload,callback:null,next:null});e:{var Ne=a,Ge=Z;re=s;var Nt=u;switch(Ge.tag){case 1:if(Ne=Ge.payload,typeof Ne=="function"){he=Ne.call(Nt,he,re);break e}he=Ne;break e;case 3:Ne.flags=Ne.flags&-65537|128;case 0:if(Ne=Ge.payload,re=typeof Ne=="function"?Ne.call(Nt,he,re):Ne,re==null)break e;he=O({},he,re);break e;case 2:ba=!0}}re=Z.callback,re!==null&&(a.flags|=64,le&&(a.flags|=8192),le=x.callbacks,le===null?x.callbacks=[re]:le.push(re))}else le={lane:re,tag:Z.tag,payload:Z.payload,callback:Z.callback,next:null},ce===null?(ne=ce=le,Y=he):ce=ce.next=le,A|=re;if(Z=Z.next,Z===null){if(Z=x.shared.pending,Z===null)break;le=Z,Z=le.next,le.next=null,x.lastBaseUpdate=le,x.shared.pending=null}}while(!0);ce===null&&(Y=he),x.baseState=Y,x.firstBaseUpdate=ne,x.lastBaseUpdate=ce,y===null&&(x.shared.lanes=0),Ma|=A,a.lanes=A,a.memoizedState=he}}function v8(a,s){if(typeof a!="function")throw Error(r(191,a));a.call(s)}function S8(a,s){var u=a.callbacks;if(u!==null)for(a.callbacks=null,a=0;a<u.length;a++)v8(u[a],s)}var bs=T(null),Ju=T(0);function w8(a,s){a=Fi,B(Ju,a),B(bs,s),Fi=a|s.baseLanes}function ed(){B(Ju,Fi),B(bs,bs.current)}function td(){Fi=Ju.current,C(bs),C(Ju)}var xr=T(null),Vr=null;function wa(a){var s=a.alternate;B(Jt,Jt.current&1),B(xr,a),Vr===null&&(s===null||bs.current!==null||s.memoizedState!==null)&&(Vr=a)}function nd(a){B(Jt,Jt.current),B(xr,a),Vr===null&&(Vr=a)}function A8(a){a.tag===22?(B(Jt,Jt.current),B(xr,a),Vr===null&&(Vr=a)):Aa()}function Aa(){B(Jt,Jt.current),B(xr,xr.current)}function yr(a){C(xr),Vr===a&&(Vr=null),C(Jt)}var Jt=T(0);function e0(a){for(var s=a;s!==null;){if(s.tag===13){var u=s.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||om(u)||cm(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 Li=0,it=null,jt=null,cn=null,t0=!1,vs=!1,bl=!1,n0=0,Wo=0,Ss=null,tk=0;function Ut(){throw Error(r(321))}function rd(a,s){if(s===null)return!1;for(var u=0;u<s.length&&u<a.length;u++)if(!gr(a[u],s[u]))return!1;return!0}function id(a,s,u,d,x,y){return Li=y,it=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,N.H=a===null||a.memoizedState===null?s6:yd,bl=!1,y=u(d,x),bl=!1,vs&&(y=T8(s,u,d,x)),k8(a),y}function k8(a){N.H=Jo;var s=jt!==null&&jt.next!==null;if(Li=0,cn=jt=it=null,t0=!1,Wo=0,Ss=null,s)throw Error(r(300));a===null||un||(a=a.dependencies,a!==null&&Fu(a)&&(un=!0))}function T8(a,s,u,d){it=a;var x=0;do{if(vs&&(Ss=null),Wo=0,vs=!1,25<=x)throw Error(r(301));if(x+=1,cn=jt=null,a.updateQueue!=null){var y=a.updateQueue;y.lastEffect=null,y.events=null,y.stores=null,y.memoCache!=null&&(y.memoCache.index=0)}N.H=o6,y=s(u,d)}while(vs);return y}function nk(){var a=N.H,s=a.useState()[0];return s=typeof s.then=="function"?Go(s):s,a=a.useState()[0],(jt!==null?jt.memoizedState:null)!==a&&(it.flags|=1024),s}function ad(){var a=n0!==0;return n0=0,a}function ld(a,s,u){s.updateQueue=a.updateQueue,s.flags&=-2053,a.lanes&=~u}function sd(a){if(t0){for(a=a.memoizedState;a!==null;){var s=a.queue;s!==null&&(s.pending=null),a=a.next}t0=!1}Li=0,cn=jt=it=null,vs=!1,Wo=n0=0,Ss=null}function Un(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return cn===null?it.memoizedState=cn=a:cn=cn.next=a,cn}function en(){if(jt===null){var a=it.alternate;a=a!==null?a.memoizedState:null}else a=jt.next;var s=cn===null?it.memoizedState:cn.next;if(s!==null)cn=s,jt=a;else{if(a===null)throw it.alternate===null?Error(r(467)):Error(r(310));jt=a,a={memoizedState:jt.memoizedState,baseState:jt.baseState,baseQueue:jt.baseQueue,queue:jt.queue,next:null},cn===null?it.memoizedState=cn=a:cn=cn.next=a}return cn}function r0(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Go(a){var s=Wo;return Wo+=1,Ss===null&&(Ss=[]),a=g8(Ss,a,s),s=it,(cn===null?s.memoizedState:cn.next)===null&&(s=s.alternate,N.H=s===null||s.memoizedState===null?s6:yd),a}function i0(a){if(a!==null&&typeof a=="object"){if(typeof a.then=="function")return Go(a);if(a.$$typeof===$)return Qn(a)}throw Error(r(438,String(a)))}function od(a){var s=null,u=it.updateQueue;if(u!==null&&(s=u.memoCache),s==null){var d=it.alternate;d!==null&&(d=d.updateQueue,d!==null&&(d=d.memoCache,d!=null&&(s={data:d.data.map(function(x){return x.slice()}),index:0})))}if(s==null&&(s={data:[],index:0}),u===null&&(u=r0(),it.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]=G;return s.index++,u}function _i(a,s){return typeof s=="function"?s(a):s}function a0(a){var s=en();return cd(s,jt,a)}function cd(a,s,u){var d=a.queue;if(d===null)throw Error(r(311));d.lastRenderedReducer=u;var x=a.baseQueue,y=d.pending;if(y!==null){if(x!==null){var A=x.next;x.next=y.next,y.next=A}s.baseQueue=x=y,d.pending=null}if(y=a.baseState,x===null)a.memoizedState=y;else{s=x.next;var Z=A=null,Y=null,ne=s,ce=!1;do{var he=ne.lane&-536870913;if(he!==ne.lane?(ht&he)===he:(Li&he)===he){var re=ne.revertLane;if(re===0)Y!==null&&(Y=Y.next={lane:0,revertLane:0,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null}),he===gs&&(ce=!0);else if((Li&re)===re){ne=ne.next,re===gs&&(ce=!0);continue}else he={lane:0,revertLane:ne.revertLane,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},Y===null?(Z=Y=he,A=y):Y=Y.next=he,it.lanes|=re,Ma|=re;he=ne.action,bl&&u(y,he),y=ne.hasEagerState?ne.eagerState:u(y,he)}else re={lane:he,revertLane:ne.revertLane,gesture:ne.gesture,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},Y===null?(Z=Y=re,A=y):Y=Y.next=re,it.lanes|=he,Ma|=he;ne=ne.next}while(ne!==null&&ne!==s);if(Y===null?A=y:Y.next=Z,!gr(y,a.memoizedState)&&(un=!0,ce&&(u=Os,u!==null)))throw u;a.memoizedState=y,a.baseState=A,a.baseQueue=Y,d.lastRenderedState=y}return x===null&&(d.lanes=0),[a.memoizedState,d.dispatch]}function ud(a){var s=en(),u=s.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=a;var d=u.dispatch,x=u.pending,y=s.memoizedState;if(x!==null){u.pending=null;var A=x=x.next;do y=a(y,A.action),A=A.next;while(A!==x);gr(y,s.memoizedState)||(un=!0),s.memoizedState=y,s.baseQueue===null&&(s.baseState=y),u.lastRenderedState=y}return[y,d]}function M8(a,s,u){var d=it,x=en(),y=Ot;if(y){if(u===void 0)throw Error(r(407));u=u()}else u=s();var A=!gr((jt||x).memoizedState,u);if(A&&(x.memoizedState=u,un=!0),x=x.queue,dd(Q8.bind(null,d,x,a),[a]),x.getSnapshot!==s||A||cn!==null&&cn.memoizedState.tag&1){if(d.flags|=2048,ws(9,{destroy:void 0},$8.bind(null,d,x,u,s),null),_t===null)throw Error(r(349));y||(Li&127)!==0||E8(d,s,u)}return u}function E8(a,s,u){a.flags|=16384,a={getSnapshot:s,value:u},s=it.updateQueue,s===null?(s=r0(),it.updateQueue=s,s.stores=[a]):(u=s.stores,u===null?s.stores=[a]:u.push(a))}function $8(a,s,u,d){s.value=u,s.getSnapshot=d,C8(s)&&Z8(a)}function Q8(a,s,u){return u(function(){C8(s)&&Z8(a)})}function C8(a){var s=a.getSnapshot;a=a.value;try{var u=s();return!gr(a,u)}catch{return!0}}function Z8(a){var s=fl(a,2);s!==null&&sr(s,a,2)}function fd(a){var s=Un();if(typeof a=="function"){var u=a;if(a=u(),bl){ke(!0);try{u()}finally{ke(!1)}}}return s.memoizedState=s.baseState=a,s.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:_i,lastRenderedState:a},s}function P8(a,s,u,d){return a.baseState=u,cd(a,jt,typeof d=="function"?d:_i)}function rk(a,s,u,d,x){if(o0(a))throw Error(r(485));if(a=s.action,a!==null){var y={payload:x,action:a,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(A){y.listeners.push(A)}};N.T!==null?u(!0):y.isTransition=!1,d(y),u=s.pending,u===null?(y.next=s.pending=y,j8(s,y)):(y.next=u.next,s.pending=u.next=y)}}function j8(a,s){var u=s.action,d=s.payload,x=a.state;if(s.isTransition){var y=N.T,A={};N.T=A;try{var Z=u(x,d),Y=N.S;Y!==null&&Y(A,Z),R8(a,s,Z)}catch(ne){hd(a,s,ne)}finally{y!==null&&A.types!==null&&(y.types=A.types),N.T=y}}else try{y=u(x,d),R8(a,s,y)}catch(ne){hd(a,s,ne)}}function R8(a,s,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(d){N8(a,s,d)},function(d){return hd(a,s,d)}):N8(a,s,u)}function N8(a,s,u){s.status="fulfilled",s.value=u,V8(s),a.state=u,s=a.pending,s!==null&&(u=s.next,u===s?a.pending=null:(u=u.next,s.next=u,j8(a,u)))}function hd(a,s,u){var d=a.pending;if(a.pending=null,d!==null){d=d.next;do s.status="rejected",s.reason=u,V8(s),s=s.next;while(s!==d)}a.action=null}function V8(a){a=a.listeners;for(var s=0;s<a.length;s++)(0,a[s])()}function L8(a,s){return s}function _8(a,s){if(Ot){var u=_t.formState;if(u!==null){e:{var d=it;if(Ot){if(zt){t:{for(var x=zt,y=Nr;x.nodeType!==8;){if(!y){x=null;break t}if(x=Lr(x.nextSibling),x===null){x=null;break t}}y=x.data,x=y==="F!"||y==="F"?x:null}if(x){zt=Lr(x.nextSibling),d=x.data==="F!";break e}}xa(d)}d=!1}d&&(s=u[0])}}return u=Un(),u.memoizedState=u.baseState=s,d={pending:null,lanes:0,dispatch:null,lastRenderedReducer:L8,lastRenderedState:s},u.queue=d,u=i6.bind(null,it,d),d.dispatch=u,d=fd(!1),y=xd.bind(null,it,!1,d.queue),d=Un(),x={state:s,dispatch:null,action:a,pending:null},d.queue=x,u=rk.bind(null,it,x,y,u),x.dispatch=u,d.memoizedState=a,[s,u,!1]}function D8(a){var s=en();return X8(s,jt,a)}function X8(a,s,u){if(s=cd(a,s,L8)[0],a=a0(_i)[0],typeof s=="object"&&s!==null&&typeof s.then=="function")try{var d=Go(s)}catch(A){throw A===xs?Iu:A}else d=s;s=en();var x=s.queue,y=x.dispatch;return u!==s.memoizedState&&(it.flags|=2048,ws(9,{destroy:void 0},ik.bind(null,x,u),null)),[d,y,a]}function ik(a,s){a.action=s}function z8(a){var s=en(),u=jt;if(u!==null)return X8(s,u,a);en(),s=s.memoizedState,u=en();var d=u.queue.dispatch;return u.memoizedState=a,[s,d,!1]}function ws(a,s,u,d){return a={tag:a,create:u,deps:d,inst:s,next:null},s=it.updateQueue,s===null&&(s=r0(),it.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 H8(){return en().memoizedState}function l0(a,s,u,d){var x=Un();it.flags|=a,x.memoizedState=ws(1|s,{destroy:void 0},u,d===void 0?null:d)}function s0(a,s,u,d){var x=en();d=d===void 0?null:d;var y=x.memoizedState.inst;jt!==null&&d!==null&&rd(d,jt.memoizedState.deps)?x.memoizedState=ws(s,y,u,d):(it.flags|=a,x.memoizedState=ws(1|s,y,u,d))}function Y8(a,s){l0(8390656,8,a,s)}function dd(a,s){s0(2048,8,a,s)}function ak(a){it.flags|=4;var s=it.updateQueue;if(s===null)s=r0(),it.updateQueue=s,s.events=[a];else{var u=s.events;u===null?s.events=[a]:u.push(a)}}function B8(a){var s=en().memoizedState;return ak({ref:s,nextImpl:a}),function(){if((Mt&2)!==0)throw Error(r(440));return s.impl.apply(void 0,arguments)}}function F8(a,s){return s0(4,2,a,s)}function q8(a,s){return s0(4,4,a,s)}function U8(a,s){if(typeof s=="function"){a=a();var u=s(a);return function(){typeof u=="function"?u():s(null)}}if(s!=null)return a=a(),s.current=a,function(){s.current=null}}function I8(a,s,u){u=u!=null?u.concat([a]):null,s0(4,4,U8.bind(null,s,a),u)}function md(){}function W8(a,s){var u=en();s=s===void 0?null:s;var d=u.memoizedState;return s!==null&&rd(s,d[1])?d[0]:(u.memoizedState=[a,s],a)}function G8(a,s){var u=en();s=s===void 0?null:s;var d=u.memoizedState;if(s!==null&&rd(s,d[1]))return d[0];if(d=a(),bl){ke(!0);try{a()}finally{ke(!1)}}return u.memoizedState=[d,s],d}function pd(a,s,u){return u===void 0||(Li&1073741824)!==0&&(ht&261930)===0?a.memoizedState=s:(a.memoizedState=u,a=K6(),it.lanes|=a,Ma|=a,u)}function K8(a,s,u,d){return gr(u,s)?u:bs.current!==null?(a=pd(a,u,d),gr(a,s)||(un=!0),a):(Li&42)===0||(Li&1073741824)!==0&&(ht&261930)===0?(un=!0,a.memoizedState=u):(a=K6(),it.lanes|=a,Ma|=a,s)}function J8(a,s,u,d,x){var y=z.p;z.p=y!==0&&8>y?y:8;var A=N.T,Z={};N.T=Z,xd(a,!1,s,u);try{var Y=x(),ne=N.S;if(ne!==null&&ne(Z,Y),Y!==null&&typeof Y=="object"&&typeof Y.then=="function"){var ce=ek(Y,d);Ko(a,s,ce,Sr(a))}else Ko(a,s,d,Sr(a))}catch(he){Ko(a,s,{then:function(){},status:"rejected",reason:he},Sr())}finally{z.p=y,A!==null&&Z.types!==null&&(A.types=Z.types),N.T=A}}function lk(){}function gd(a,s,u,d){if(a.tag!==5)throw Error(r(476));var x=e6(a).queue;J8(a,x,s,V,u===null?lk:function(){return t6(a),u(d)})}function e6(a){var s=a.memoizedState;if(s!==null)return s;s={memoizedState:V,baseState:V,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:_i,lastRenderedState:V},next:null};var u={};return s.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:_i,lastRenderedState:u},next:null},a.memoizedState=s,a=a.alternate,a!==null&&(a.memoizedState=s),s}function t6(a){var s=e6(a);s.next===null&&(s=a.alternate.memoizedState),Ko(a,s.next.queue,{},Sr())}function Od(){return Qn(pc)}function n6(){return en().memoizedState}function r6(){return en().memoizedState}function sk(a){for(var s=a.return;s!==null;){switch(s.tag){case 24:case 3:var u=Sr();a=va(u);var d=Sa(s,a,u);d!==null&&(sr(d,s,u),qo(d,s,u)),s={cache:Fh()},a.payload=s;return}s=s.return}}function ok(a,s,u){var d=Sr();u={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null},o0(a)?a6(s,u):(u=Rh(a,s,u,d),u!==null&&(sr(u,a,d),l6(u,s,d)))}function i6(a,s,u){var d=Sr();Ko(a,s,u,d)}function Ko(a,s,u,d){var x={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null};if(o0(a))a6(s,x);else{var y=a.alternate;if(a.lanes===0&&(y===null||y.lanes===0)&&(y=s.lastRenderedReducer,y!==null))try{var A=s.lastRenderedState,Z=y(A,u);if(x.hasEagerState=!0,x.eagerState=Z,gr(Z,A))return zu(a,s,x,0),_t===null&&Xu(),!1}catch{}finally{}if(u=Rh(a,s,x,d),u!==null)return sr(u,a,d),l6(u,s,d),!0}return!1}function xd(a,s,u,d){if(d={lane:2,revertLane:Wd(),gesture:null,action:d,hasEagerState:!1,eagerState:null,next:null},o0(a)){if(s)throw Error(r(479))}else s=Rh(a,u,d,2),s!==null&&sr(s,a,2)}function o0(a){var s=a.alternate;return a===it||s!==null&&s===it}function a6(a,s){vs=t0=!0;var u=a.pending;u===null?s.next=s:(s.next=u.next,u.next=s),a.pending=s}function l6(a,s,u){if((u&4194048)!==0){var d=s.lanes;d&=a.pendingLanes,u|=d,s.lanes=u,Br(a,u)}}var Jo={readContext:Qn,use:i0,useCallback:Ut,useContext:Ut,useEffect:Ut,useImperativeHandle:Ut,useLayoutEffect:Ut,useInsertionEffect:Ut,useMemo:Ut,useReducer:Ut,useRef:Ut,useState:Ut,useDebugValue:Ut,useDeferredValue:Ut,useTransition:Ut,useSyncExternalStore:Ut,useId:Ut,useHostTransitionStatus:Ut,useFormState:Ut,useActionState:Ut,useOptimistic:Ut,useMemoCache:Ut,useCacheRefresh:Ut};Jo.useEffectEvent=Ut;var s6={readContext:Qn,use:i0,useCallback:function(a,s){return Un().memoizedState=[a,s===void 0?null:s],a},useContext:Qn,useEffect:Y8,useImperativeHandle:function(a,s,u){u=u!=null?u.concat([a]):null,l0(4194308,4,U8.bind(null,s,a),u)},useLayoutEffect:function(a,s){return l0(4194308,4,a,s)},useInsertionEffect:function(a,s){l0(4,2,a,s)},useMemo:function(a,s){var u=Un();s=s===void 0?null:s;var d=a();if(bl){ke(!0);try{a()}finally{ke(!1)}}return u.memoizedState=[d,s],d},useReducer:function(a,s,u){var d=Un();if(u!==void 0){var x=u(s);if(bl){ke(!0);try{u(s)}finally{ke(!1)}}}else x=s;return d.memoizedState=d.baseState=x,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:x},d.queue=a,a=a.dispatch=ok.bind(null,it,a),[d.memoizedState,a]},useRef:function(a){var s=Un();return a={current:a},s.memoizedState=a},useState:function(a){a=fd(a);var s=a.queue,u=i6.bind(null,it,s);return s.dispatch=u,[a.memoizedState,u]},useDebugValue:md,useDeferredValue:function(a,s){var u=Un();return pd(u,a,s)},useTransition:function(){var a=fd(!1);return a=J8.bind(null,it,a.queue,!0,!1),Un().memoizedState=a,[!1,a]},useSyncExternalStore:function(a,s,u){var d=it,x=Un();if(Ot){if(u===void 0)throw Error(r(407));u=u()}else{if(u=s(),_t===null)throw Error(r(349));(ht&127)!==0||E8(d,s,u)}x.memoizedState=u;var y={value:u,getSnapshot:s};return x.queue=y,Y8(Q8.bind(null,d,y,a),[a]),d.flags|=2048,ws(9,{destroy:void 0},$8.bind(null,d,y,u,s),null),u},useId:function(){var a=Un(),s=_t.identifierPrefix;if(Ot){var u=oi,d=si;u=(d&~(1<<32-Qe(d)-1)).toString(32)+u,s="_"+s+"R_"+u,u=n0++,0<u&&(s+="H"+u.toString(32)),s+="_"}else u=tk++,s="_"+s+"r_"+u.toString(32)+"_";return a.memoizedState=s},useHostTransitionStatus:Od,useFormState:_8,useActionState:_8,useOptimistic:function(a){var s=Un();s.memoizedState=s.baseState=a;var u={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return s.queue=u,s=xd.bind(null,it,!0,u),u.dispatch=s,[a,s]},useMemoCache:od,useCacheRefresh:function(){return Un().memoizedState=sk.bind(null,it)},useEffectEvent:function(a){var s=Un(),u={impl:a};return s.memoizedState=u,function(){if((Mt&2)!==0)throw Error(r(440));return u.impl.apply(void 0,arguments)}}},yd={readContext:Qn,use:i0,useCallback:W8,useContext:Qn,useEffect:dd,useImperativeHandle:I8,useInsertionEffect:F8,useLayoutEffect:q8,useMemo:G8,useReducer:a0,useRef:H8,useState:function(){return a0(_i)},useDebugValue:md,useDeferredValue:function(a,s){var u=en();return K8(u,jt.memoizedState,a,s)},useTransition:function(){var a=a0(_i)[0],s=en().memoizedState;return[typeof a=="boolean"?a:Go(a),s]},useSyncExternalStore:M8,useId:n6,useHostTransitionStatus:Od,useFormState:D8,useActionState:D8,useOptimistic:function(a,s){var u=en();return P8(u,jt,a,s)},useMemoCache:od,useCacheRefresh:r6};yd.useEffectEvent=B8;var o6={readContext:Qn,use:i0,useCallback:W8,useContext:Qn,useEffect:dd,useImperativeHandle:I8,useInsertionEffect:F8,useLayoutEffect:q8,useMemo:G8,useReducer:ud,useRef:H8,useState:function(){return ud(_i)},useDebugValue:md,useDeferredValue:function(a,s){var u=en();return jt===null?pd(u,a,s):K8(u,jt.memoizedState,a,s)},useTransition:function(){var a=ud(_i)[0],s=en().memoizedState;return[typeof a=="boolean"?a:Go(a),s]},useSyncExternalStore:M8,useId:n6,useHostTransitionStatus:Od,useFormState:z8,useActionState:z8,useOptimistic:function(a,s){var u=en();return jt!==null?P8(u,jt,a,s):(u.baseState=a,[a,u.queue.dispatch])},useMemoCache:od,useCacheRefresh:r6};o6.useEffectEvent=B8;function bd(a,s,u,d){s=a.memoizedState,u=u(d,s),u=u==null?s:O({},s,u),a.memoizedState=u,a.lanes===0&&(a.updateQueue.baseState=u)}var vd={enqueueSetState:function(a,s,u){a=a._reactInternals;var d=Sr(),x=va(d);x.payload=s,u!=null&&(x.callback=u),s=Sa(a,x,d),s!==null&&(sr(s,a,d),qo(s,a,d))},enqueueReplaceState:function(a,s,u){a=a._reactInternals;var d=Sr(),x=va(d);x.tag=1,x.payload=s,u!=null&&(x.callback=u),s=Sa(a,x,d),s!==null&&(sr(s,a,d),qo(s,a,d))},enqueueForceUpdate:function(a,s){a=a._reactInternals;var u=Sr(),d=va(u);d.tag=2,s!=null&&(d.callback=s),s=Sa(a,d,u),s!==null&&(sr(s,a,u),qo(s,a,u))}};function c6(a,s,u,d,x,y,A){return a=a.stateNode,typeof a.shouldComponentUpdate=="function"?a.shouldComponentUpdate(d,y,A):s.prototype&&s.prototype.isPureReactComponent?!_o(u,d)||!_o(x,y):!0}function u6(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&&vd.enqueueReplaceState(s,s.state,null)}function vl(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=O({},u));for(var x in a)u[x]===void 0&&(u[x]=a[x])}return u}function f6(a){Du(a)}function h6(a){console.error(a)}function d6(a){Du(a)}function c0(a,s){try{var u=a.onUncaughtError;u(s.value,{componentStack:s.stack})}catch(d){setTimeout(function(){throw d})}}function m6(a,s,u){try{var d=a.onCaughtError;d(u.value,{componentStack:u.stack,errorBoundary:s.tag===1?s.stateNode:null})}catch(x){setTimeout(function(){throw x})}}function Sd(a,s,u){return u=va(u),u.tag=3,u.payload={element:null},u.callback=function(){c0(a,s)},u}function p6(a){return a=va(a),a.tag=3,a}function g6(a,s,u,d){var x=u.type.getDerivedStateFromError;if(typeof x=="function"){var y=d.value;a.payload=function(){return x(y)},a.callback=function(){m6(s,u,d)}}var A=u.stateNode;A!==null&&typeof A.componentDidCatch=="function"&&(a.callback=function(){m6(s,u,d),typeof x!="function"&&(Ea===null?Ea=new Set([this]):Ea.add(this));var Z=d.stack;this.componentDidCatch(d.value,{componentStack:Z!==null?Z:""})})}function ck(a,s,u,d,x){if(u.flags|=32768,d!==null&&typeof d=="object"&&typeof d.then=="function"){if(s=u.alternate,s!==null&&ps(s,u,x,!0),u=xr.current,u!==null){switch(u.tag){case 31:case 13:return Vr===null?v0():u.alternate===null&&It===0&&(It=3),u.flags&=-257,u.flags|=65536,u.lanes=x,d===Wu?u.flags|=16384:(s=u.updateQueue,s===null?u.updateQueue=new Set([d]):s.add(d),qd(a,d,x)),!1;case 22:return u.flags|=65536,d===Wu?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)),qd(a,d,x)),!1}throw Error(r(435,u.tag))}return qd(a,d,x),v0(),!1}if(Ot)return s=xr.current,s!==null?((s.flags&65536)===0&&(s.flags|=256),s.flags|=65536,s.lanes=x,d!==Xh&&(a=Error(r(422),{cause:d}),zo(Pr(a,u)))):(d!==Xh&&(s=Error(r(423),{cause:d}),zo(Pr(s,u))),a=a.current.alternate,a.flags|=65536,x&=-x,a.lanes|=x,d=Pr(d,u),x=Sd(a.stateNode,d,x),Kh(a,x),It!==4&&(It=2)),!1;var y=Error(r(520),{cause:d});if(y=Pr(y,u),sc===null?sc=[y]:sc.push(y),It!==4&&(It=2),s===null)return!0;d=Pr(d,u),u=s;do{switch(u.tag){case 3:return u.flags|=65536,a=x&-x,u.lanes|=a,a=Sd(u.stateNode,d,a),Kh(u,a),!1;case 1:if(s=u.type,y=u.stateNode,(u.flags&128)===0&&(typeof s.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(Ea===null||!Ea.has(y))))return u.flags|=65536,x&=-x,u.lanes|=x,x=p6(x),g6(x,a,u,d),Kh(u,x),!1}u=u.return}while(u!==null);return!1}var wd=Error(r(461)),un=!1;function Cn(a,s,u,d){s.child=a===null?b8(s,null,u,d):yl(s,a.child,u,d)}function O6(a,s,u,d,x){u=u.render;var y=s.ref;if("ref"in d){var A={};for(var Z in d)Z!=="ref"&&(A[Z]=d[Z])}else A=d;return pl(s),d=id(a,s,u,A,y,x),Z=ad(),a!==null&&!un?(ld(a,s,x),Di(a,s,x)):(Ot&&Z&&_h(s),s.flags|=1,Cn(a,s,d,x),s.child)}function x6(a,s,u,d,x){if(a===null){var y=u.type;return typeof y=="function"&&!Nh(y)&&y.defaultProps===void 0&&u.compare===null?(s.tag=15,s.type=y,y6(a,s,y,d,x)):(a=Yu(u.type,null,d,s,s.mode,x),a.ref=s.ref,a.return=s,s.child=a)}if(y=a.child,!Cd(a,x)){var A=y.memoizedProps;if(u=u.compare,u=u!==null?u:_o,u(A,d)&&a.ref===s.ref)return Di(a,s,x)}return s.flags|=1,a=ji(y,d),a.ref=s.ref,a.return=s,s.child=a}function y6(a,s,u,d,x){if(a!==null){var y=a.memoizedProps;if(_o(y,d)&&a.ref===s.ref)if(un=!1,s.pendingProps=d=y,Cd(a,x))(a.flags&131072)!==0&&(un=!0);else return s.lanes=a.lanes,Di(a,s,x)}return Ad(a,s,u,d,x)}function b6(a,s,u,d){var x=d.children,y=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(y=y!==null?y.baseLanes|u:u,a!==null){for(d=s.child=a.child,x=0;d!==null;)x=x|d.lanes|d.childLanes,d=d.sibling;d=x&~y}else d=0,s.child=null;return v6(a,s,y,u,d)}if((u&536870912)!==0)s.memoizedState={baseLanes:0,cachePool:null},a!==null&&Uu(s,y!==null?y.cachePool:null),y!==null?w8(s,y):ed(),A8(s);else return d=s.lanes=536870912,v6(a,s,y!==null?y.baseLanes|u:u,u,d)}else y!==null?(Uu(s,y.cachePool),w8(s,y),Aa(),s.memoizedState=null):(a!==null&&Uu(s,null),ed(),Aa());return Cn(a,s,x,u),s.child}function ec(a,s){return a!==null&&a.tag===22||s.stateNode!==null||(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.sibling}function v6(a,s,u,d,x){var y=Uh();return y=y===null?null:{parent:on._currentValue,pool:y},s.memoizedState={baseLanes:u,cachePool:y},a!==null&&Uu(s,null),ed(),A8(s),a!==null&&ps(a,s,d,!0),s.childLanes=x,null}function u0(a,s){return s=h0({mode:s.mode,children:s.children},a.mode),s.ref=a.ref,a.child=s,s.return=a,s}function S6(a,s,u){return yl(s,a.child,null,u),a=u0(s,s.pendingProps),a.flags|=2,yr(s),s.memoizedState=null,a}function uk(a,s,u){var d=s.pendingProps,x=(s.flags&128)!==0;if(s.flags&=-129,a===null){if(Ot){if(d.mode==="hidden")return a=u0(s,d),s.lanes=536870912,ec(null,a);if(nd(s),(a=zt)?(a=j4(a,Nr),a=a!==null&&a.data==="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:ga!==null?{id:si,overflow:oi}:null,retryLane:536870912,hydrationErrors:null},u=a8(a),u.return=s,s.child=u,$n=s,zt=null)):a=null,a===null)throw xa(s);return s.lanes=536870912,null}return u0(s,d)}var y=a.memoizedState;if(y!==null){var A=y.dehydrated;if(nd(s),x)if(s.flags&256)s.flags&=-257,s=S6(a,s,u);else if(s.memoizedState!==null)s.child=a.child,s.flags|=128,s=null;else throw Error(r(558));else if(un||ps(a,s,u,!1),x=(u&a.childLanes)!==0,un||x){if(d=_t,d!==null&&(A=mn(d,u),A!==0&&A!==y.retryLane))throw y.retryLane=A,fl(a,A),sr(d,a,A),wd;v0(),s=S6(a,s,u)}else a=y.treeContext,zt=Lr(A.nextSibling),$n=s,Ot=!0,Oa=null,Nr=!1,a!==null&&o8(s,a),s=u0(s,d),s.flags|=4096;return s}return a=ji(a.child,{mode:d.mode,children:d.children}),a.ref=s.ref,s.child=a,a.return=s,a}function f0(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 Ad(a,s,u,d,x){return pl(s),u=id(a,s,u,d,void 0,x),d=ad(),a!==null&&!un?(ld(a,s,x),Di(a,s,x)):(Ot&&d&&_h(s),s.flags|=1,Cn(a,s,u,x),s.child)}function w6(a,s,u,d,x,y){return pl(s),s.updateQueue=null,u=T8(s,d,u,x),k8(a),d=ad(),a!==null&&!un?(ld(a,s,y),Di(a,s,y)):(Ot&&d&&_h(s),s.flags|=1,Cn(a,s,u,y),s.child)}function A6(a,s,u,d,x){if(pl(s),s.stateNode===null){var y=fs,A=u.contextType;typeof A=="object"&&A!==null&&(y=Qn(A)),y=new u(d,y),s.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,y.updater=vd,s.stateNode=y,y._reactInternals=s,y=s.stateNode,y.props=d,y.state=s.memoizedState,y.refs={},Wh(s),A=u.contextType,y.context=typeof A=="object"&&A!==null?Qn(A):fs,y.state=s.memoizedState,A=u.getDerivedStateFromProps,typeof A=="function"&&(bd(s,u,A,d),y.state=s.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(A=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),A!==y.state&&vd.enqueueReplaceState(y,y.state,null),Io(s,d,y,x),Uo(),y.state=s.memoizedState),typeof y.componentDidMount=="function"&&(s.flags|=4194308),d=!0}else if(a===null){y=s.stateNode;var Z=s.memoizedProps,Y=vl(u,Z);y.props=Y;var ne=y.context,ce=u.contextType;A=fs,typeof ce=="object"&&ce!==null&&(A=Qn(ce));var he=u.getDerivedStateFromProps;ce=typeof he=="function"||typeof y.getSnapshotBeforeUpdate=="function",Z=s.pendingProps!==Z,ce||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(Z||ne!==A)&&u6(s,y,d,A),ba=!1;var re=s.memoizedState;y.state=re,Io(s,d,y,x),Uo(),ne=s.memoizedState,Z||re!==ne||ba?(typeof he=="function"&&(bd(s,u,he,d),ne=s.memoizedState),(Y=ba||c6(s,u,Y,d,re,ne,A))?(ce||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount()),typeof y.componentDidMount=="function"&&(s.flags|=4194308)):(typeof y.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=d,s.memoizedState=ne),y.props=d,y.state=ne,y.context=A,d=Y):(typeof y.componentDidMount=="function"&&(s.flags|=4194308),d=!1)}else{y=s.stateNode,Gh(a,s),A=s.memoizedProps,ce=vl(u,A),y.props=ce,he=s.pendingProps,re=y.context,ne=u.contextType,Y=fs,typeof ne=="object"&&ne!==null&&(Y=Qn(ne)),Z=u.getDerivedStateFromProps,(ne=typeof Z=="function"||typeof y.getSnapshotBeforeUpdate=="function")||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(A!==he||re!==Y)&&u6(s,y,d,Y),ba=!1,re=s.memoizedState,y.state=re,Io(s,d,y,x),Uo();var le=s.memoizedState;A!==he||re!==le||ba||a!==null&&a.dependencies!==null&&Fu(a.dependencies)?(typeof Z=="function"&&(bd(s,u,Z,d),le=s.memoizedState),(ce=ba||c6(s,u,ce,d,re,le,Y)||a!==null&&a.dependencies!==null&&Fu(a.dependencies))?(ne||typeof y.UNSAFE_componentWillUpdate!="function"&&typeof y.componentWillUpdate!="function"||(typeof y.componentWillUpdate=="function"&&y.componentWillUpdate(d,le,Y),typeof y.UNSAFE_componentWillUpdate=="function"&&y.UNSAFE_componentWillUpdate(d,le,Y)),typeof y.componentDidUpdate=="function"&&(s.flags|=4),typeof y.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof y.componentDidUpdate!="function"||A===a.memoizedProps&&re===a.memoizedState||(s.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||A===a.memoizedProps&&re===a.memoizedState||(s.flags|=1024),s.memoizedProps=d,s.memoizedState=le),y.props=d,y.state=le,y.context=Y,d=ce):(typeof y.componentDidUpdate!="function"||A===a.memoizedProps&&re===a.memoizedState||(s.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||A===a.memoizedProps&&re===a.memoizedState||(s.flags|=1024),d=!1)}return y=d,f0(a,s),d=(s.flags&128)!==0,y||d?(y=s.stateNode,u=d&&typeof u.getDerivedStateFromError!="function"?null:y.render(),s.flags|=1,a!==null&&d?(s.child=yl(s,a.child,null,x),s.child=yl(s,null,u,x)):Cn(a,s,u,x),s.memoizedState=y.state,a=s.child):a=Di(a,s,x),a}function k6(a,s,u,d){return dl(),s.flags|=256,Cn(a,s,u,d),s.child}var kd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Td(a){return{baseLanes:a,cachePool:m8()}}function Md(a,s,u){return a=a!==null?a.childLanes&~u:0,s&&(a|=vr),a}function T6(a,s,u){var d=s.pendingProps,x=!1,y=(s.flags&128)!==0,A;if((A=y)||(A=a!==null&&a.memoizedState===null?!1:(Jt.current&2)!==0),A&&(x=!0,s.flags&=-129),A=(s.flags&32)!==0,s.flags&=-33,a===null){if(Ot){if(x?wa(s):Aa(),(a=zt)?(a=j4(a,Nr),a=a!==null&&a.data!=="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:ga!==null?{id:si,overflow:oi}:null,retryLane:536870912,hydrationErrors:null},u=a8(a),u.return=s,s.child=u,$n=s,zt=null)):a=null,a===null)throw xa(s);return cm(a)?s.lanes=32:s.lanes=536870912,null}var Z=d.children;return d=d.fallback,x?(Aa(),x=s.mode,Z=h0({mode:"hidden",children:Z},x),d=hl(d,x,u,null),Z.return=s,d.return=s,Z.sibling=d,s.child=Z,d=s.child,d.memoizedState=Td(u),d.childLanes=Md(a,A,u),s.memoizedState=kd,ec(null,d)):(wa(s),Ed(s,Z))}var Y=a.memoizedState;if(Y!==null&&(Z=Y.dehydrated,Z!==null)){if(y)s.flags&256?(wa(s),s.flags&=-257,s=$d(a,s,u)):s.memoizedState!==null?(Aa(),s.child=a.child,s.flags|=128,s=null):(Aa(),Z=d.fallback,x=s.mode,d=h0({mode:"visible",children:d.children},x),Z=hl(Z,x,u,null),Z.flags|=2,d.return=s,Z.return=s,d.sibling=Z,s.child=d,yl(s,a.child,null,u),d=s.child,d.memoizedState=Td(u),d.childLanes=Md(a,A,u),s.memoizedState=kd,s=ec(null,d));else if(wa(s),cm(Z)){if(A=Z.nextSibling&&Z.nextSibling.dataset,A)var ne=A.dgst;A=ne,d=Error(r(419)),d.stack="",d.digest=A,zo({value:d,source:null,stack:null}),s=$d(a,s,u)}else if(un||ps(a,s,u,!1),A=(u&a.childLanes)!==0,un||A){if(A=_t,A!==null&&(d=mn(A,u),d!==0&&d!==Y.retryLane))throw Y.retryLane=d,fl(a,d),sr(A,a,d),wd;om(Z)||v0(),s=$d(a,s,u)}else om(Z)?(s.flags|=192,s.child=a.child,s=null):(a=Y.treeContext,zt=Lr(Z.nextSibling),$n=s,Ot=!0,Oa=null,Nr=!1,a!==null&&o8(s,a),s=Ed(s,d.children),s.flags|=4096);return s}return x?(Aa(),Z=d.fallback,x=s.mode,Y=a.child,ne=Y.sibling,d=ji(Y,{mode:"hidden",children:d.children}),d.subtreeFlags=Y.subtreeFlags&65011712,ne!==null?Z=ji(ne,Z):(Z=hl(Z,x,u,null),Z.flags|=2),Z.return=s,d.return=s,d.sibling=Z,s.child=d,ec(null,d),d=s.child,Z=a.child.memoizedState,Z===null?Z=Td(u):(x=Z.cachePool,x!==null?(Y=on._currentValue,x=x.parent!==Y?{parent:Y,pool:Y}:x):x=m8(),Z={baseLanes:Z.baseLanes|u,cachePool:x}),d.memoizedState=Z,d.childLanes=Md(a,A,u),s.memoizedState=kd,ec(a.child,d)):(wa(s),u=a.child,a=u.sibling,u=ji(u,{mode:"visible",children:d.children}),u.return=s,u.sibling=null,a!==null&&(A=s.deletions,A===null?(s.deletions=[a],s.flags|=16):A.push(a)),s.child=u,s.memoizedState=null,u)}function Ed(a,s){return s=h0({mode:"visible",children:s},a.mode),s.return=a,a.child=s}function h0(a,s){return a=Or(22,a,null,s),a.lanes=0,a}function $d(a,s,u){return yl(s,a.child,null,u),a=Ed(s,s.pendingProps.children),a.flags|=2,s.memoizedState=null,a}function M6(a,s,u){a.lanes|=s;var d=a.alternate;d!==null&&(d.lanes|=s),Yh(a.return,s,u)}function Qd(a,s,u,d,x,y){var A=a.memoizedState;A===null?a.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:d,tail:u,tailMode:x,treeForkCount:y}:(A.isBackwards=s,A.rendering=null,A.renderingStartTime=0,A.last=d,A.tail=u,A.tailMode=x,A.treeForkCount=y)}function E6(a,s,u){var d=s.pendingProps,x=d.revealOrder,y=d.tail;d=d.children;var A=Jt.current,Z=(A&2)!==0;if(Z?(A=A&1|2,s.flags|=128):A&=1,B(Jt,A),Cn(a,s,d,u),d=Ot?Xo:0,!Z&&a!==null&&(a.flags&128)!==0)e:for(a=s.child;a!==null;){if(a.tag===13)a.memoizedState!==null&&M6(a,u,s);else if(a.tag===19)M6(a,u,s);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===s)break e;for(;a.sibling===null;){if(a.return===null||a.return===s)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}switch(x){case"forwards":for(u=s.child,x=null;u!==null;)a=u.alternate,a!==null&&e0(a)===null&&(x=u),u=u.sibling;u=x,u===null?(x=s.child,s.child=null):(x=u.sibling,u.sibling=null),Qd(s,!1,x,u,y,d);break;case"backwards":case"unstable_legacy-backwards":for(u=null,x=s.child,s.child=null;x!==null;){if(a=x.alternate,a!==null&&e0(a)===null){s.child=x;break}a=x.sibling,x.sibling=u,u=x,x=a}Qd(s,!0,u,null,y,d);break;case"together":Qd(s,!1,null,null,void 0,d);break;default:s.memoizedState=null}return s.child}function Di(a,s,u){if(a!==null&&(s.dependencies=a.dependencies),Ma|=s.lanes,(u&s.childLanes)===0)if(a!==null){if(ps(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=ji(a,a.pendingProps),s.child=u,u.return=s;a.sibling!==null;)a=a.sibling,u=u.sibling=ji(a,a.pendingProps),u.return=s;u.sibling=null}return s.child}function Cd(a,s){return(a.lanes&s)!==0?!0:(a=a.dependencies,!!(a!==null&&Fu(a)))}function fk(a,s,u){switch(s.tag){case 3:He(s,s.stateNode.containerInfo),ya(s,on,a.memoizedState.cache),dl();break;case 27:case 5:se(s);break;case 4:He(s,s.stateNode.containerInfo);break;case 10:ya(s,s.type,s.memoizedProps.value);break;case 31:if(s.memoizedState!==null)return s.flags|=128,nd(s),null;break;case 13:var d=s.memoizedState;if(d!==null)return d.dehydrated!==null?(wa(s),s.flags|=128,null):(u&s.child.childLanes)!==0?T6(a,s,u):(wa(s),a=Di(a,s,u),a!==null?a.sibling:null);wa(s);break;case 19:var x=(a.flags&128)!==0;if(d=(u&s.childLanes)!==0,d||(ps(a,s,u,!1),d=(u&s.childLanes)!==0),x){if(d)return E6(a,s,u);s.flags|=128}if(x=s.memoizedState,x!==null&&(x.rendering=null,x.tail=null,x.lastEffect=null),B(Jt,Jt.current),d)break;return null;case 22:return s.lanes=0,b6(a,s,u,s.pendingProps);case 24:ya(s,on,a.memoizedState.cache)}return Di(a,s,u)}function $6(a,s,u){if(a!==null)if(a.memoizedProps!==s.pendingProps)un=!0;else{if(!Cd(a,u)&&(s.flags&128)===0)return un=!1,fk(a,s,u);un=(a.flags&131072)!==0}else un=!1,Ot&&(s.flags&1048576)!==0&&s8(s,Xo,s.index);switch(s.lanes=0,s.tag){case 16:e:{var d=s.pendingProps;if(a=Ol(s.elementType),s.type=a,typeof a=="function")Nh(a)?(d=vl(a,d),s.tag=1,s=A6(null,s,a,d,u)):(s.tag=0,s=Ad(null,s,a,d,u));else{if(a!=null){var x=a.$$typeof;if(x===P){s.tag=11,s=O6(null,s,a,d,u);break e}else if(x===Q){s.tag=14,s=x6(null,s,a,d,u);break e}}throw s=oe(a)||a,Error(r(306,s,""))}}return s;case 0:return Ad(a,s,s.type,s.pendingProps,u);case 1:return d=s.type,x=vl(d,s.pendingProps),A6(a,s,d,x,u);case 3:e:{if(He(s,s.stateNode.containerInfo),a===null)throw Error(r(387));d=s.pendingProps;var y=s.memoizedState;x=y.element,Gh(a,s),Io(s,d,null,u);var A=s.memoizedState;if(d=A.cache,ya(s,on,d),d!==y.cache&&Bh(s,[on],u,!0),Uo(),d=A.element,y.isDehydrated)if(y={element:d,isDehydrated:!1,cache:A.cache},s.updateQueue.baseState=y,s.memoizedState=y,s.flags&256){s=k6(a,s,d,u);break e}else if(d!==x){x=Pr(Error(r(424)),s),zo(x),s=k6(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(zt=Lr(a.firstChild),$n=s,Ot=!0,Oa=null,Nr=!0,u=b8(s,null,d,u),s.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling}else{if(dl(),d===x){s=Di(a,s,u);break e}Cn(a,s,d,u)}s=s.child}return s;case 26:return f0(a,s),a===null?(u=D4(s.type,null,s.pendingProps,null))?s.memoizedState=u:Ot||(u=s.type,a=s.pendingProps,d=E0(ye.current).createElement(u),d[qt]=s,d[Vn]=a,Zn(d,u,a),K(d),s.stateNode=d):s.memoizedState=D4(s.type,a.memoizedProps,s.pendingProps,a.memoizedState),null;case 27:return se(s),a===null&&Ot&&(d=s.stateNode=V4(s.type,s.pendingProps,ye.current),$n=s,Nr=!0,x=zt,Za(s.type)?(um=x,zt=Lr(d.firstChild)):zt=x),Cn(a,s,s.pendingProps.children,u),f0(a,s),a===null&&(s.flags|=4194304),s.child;case 5:return a===null&&Ot&&((x=d=zt)&&(d=Xk(d,s.type,s.pendingProps,Nr),d!==null?(s.stateNode=d,$n=s,zt=Lr(d.firstChild),Nr=!1,x=!0):x=!1),x||xa(s)),se(s),x=s.type,y=s.pendingProps,A=a!==null?a.memoizedProps:null,d=y.children,am(x,y)?d=null:A!==null&&am(x,A)&&(s.flags|=32),s.memoizedState!==null&&(x=id(a,s,nk,null,null,u),pc._currentValue=x),f0(a,s),Cn(a,s,d,u),s.child;case 6:return a===null&&Ot&&((a=u=zt)&&(u=zk(u,s.pendingProps,Nr),u!==null?(s.stateNode=u,$n=s,zt=null,a=!0):a=!1),a||xa(s)),null;case 13:return T6(a,s,u);case 4:return He(s,s.stateNode.containerInfo),d=s.pendingProps,a===null?s.child=yl(s,null,d,u):Cn(a,s,d,u),s.child;case 11:return O6(a,s,s.type,s.pendingProps,u);case 7:return Cn(a,s,s.pendingProps,u),s.child;case 8:return Cn(a,s,s.pendingProps.children,u),s.child;case 12:return Cn(a,s,s.pendingProps.children,u),s.child;case 10:return d=s.pendingProps,ya(s,s.type,d.value),Cn(a,s,d.children,u),s.child;case 9:return x=s.type._context,d=s.pendingProps.children,pl(s),x=Qn(x),d=d(x),s.flags|=1,Cn(a,s,d,u),s.child;case 14:return x6(a,s,s.type,s.pendingProps,u);case 15:return y6(a,s,s.type,s.pendingProps,u);case 19:return E6(a,s,u);case 31:return uk(a,s,u);case 22:return b6(a,s,u,s.pendingProps);case 24:return pl(s),d=Qn(on),a===null?(x=Uh(),x===null&&(x=_t,y=Fh(),x.pooledCache=y,y.refCount++,y!==null&&(x.pooledCacheLanes|=u),x=y),s.memoizedState={parent:d,cache:x},Wh(s),ya(s,on,x)):((a.lanes&u)!==0&&(Gh(a,s),Io(s,null,null,u),Uo()),x=a.memoizedState,y=s.memoizedState,x.parent!==d?(x={parent:d,cache:d},s.memoizedState=x,s.lanes===0&&(s.memoizedState=s.updateQueue.baseState=x),ya(s,on,d)):(d=y.cache,ya(s,on,d),d!==x.cache&&Bh(s,[on],u,!0))),Cn(a,s,s.pendingProps.children,u),s.child;case 29:throw s.pendingProps}throw Error(r(156,s.tag))}function Xi(a){a.flags|=4}function Zd(a,s,u,d,x){if((s=(a.mode&32)!==0)&&(s=!1),s){if(a.flags|=16777216,(x&335544128)===x)if(a.stateNode.complete)a.flags|=8192;else if(n4())a.flags|=8192;else throw xl=Wu,Ih}else a.flags&=-16777217}function Q6(a,s){if(s.type!=="stylesheet"||(s.state.loading&4)!==0)a.flags&=-16777217;else if(a.flags|=16777216,!B4(s))if(n4())a.flags|=8192;else throw xl=Wu,Ih}function d0(a,s){s!==null&&(a.flags|=4),a.flags&16384&&(s=a.tag!==22?Vt():536870912,a.lanes|=s,Ms|=s)}function tc(a,s){if(!Ot)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 Ht(a){var s=a.alternate!==null&&a.alternate.child===a.child,u=0,d=0;if(s)for(var x=a.child;x!==null;)u|=x.lanes|x.childLanes,d|=x.subtreeFlags&65011712,d|=x.flags&65011712,x.return=a,x=x.sibling;else for(x=a.child;x!==null;)u|=x.lanes|x.childLanes,d|=x.subtreeFlags,d|=x.flags,x.return=a,x=x.sibling;return a.subtreeFlags|=d,a.childLanes=u,s}function hk(a,s,u){var d=s.pendingProps;switch(Dh(s),s.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ht(s),null;case 1:return Ht(s),null;case 3:return u=s.stateNode,d=null,a!==null&&(d=a.memoizedState.cache),s.memoizedState.cache!==d&&(s.flags|=2048),Vi(on),Ye(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(a===null||a.child===null)&&(ms(s)?Xi(s):a===null||a.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,zh())),Ht(s),null;case 26:var x=s.type,y=s.memoizedState;return a===null?(Xi(s),y!==null?(Ht(s),Q6(s,y)):(Ht(s),Zd(s,x,null,d,u))):y?y!==a.memoizedState?(Xi(s),Ht(s),Q6(s,y)):(Ht(s),s.flags&=-16777217):(a=a.memoizedProps,a!==d&&Xi(s),Ht(s),Zd(s,x,a,d,u)),null;case 27:if(me(s),u=ye.current,x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&Xi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return Ht(s),null}a=ee.current,ms(s)?c8(s):(a=V4(x,d,u),s.stateNode=a,Xi(s))}return Ht(s),null;case 5:if(me(s),x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&Xi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return Ht(s),null}if(y=ee.current,ms(s))c8(s);else{var A=E0(ye.current);switch(y){case 1:y=A.createElementNS("http://www.w3.org/2000/svg",x);break;case 2:y=A.createElementNS("http://www.w3.org/1998/Math/MathML",x);break;default:switch(x){case"svg":y=A.createElementNS("http://www.w3.org/2000/svg",x);break;case"math":y=A.createElementNS("http://www.w3.org/1998/Math/MathML",x);break;case"script":y=A.createElement("div"),y.innerHTML="<script><\/script>",y=y.removeChild(y.firstChild);break;case"select":y=typeof d.is=="string"?A.createElement("select",{is:d.is}):A.createElement("select"),d.multiple?y.multiple=!0:d.size&&(y.size=d.size);break;default:y=typeof d.is=="string"?A.createElement(x,{is:d.is}):A.createElement(x)}}y[qt]=s,y[Vn]=d;e:for(A=s.child;A!==null;){if(A.tag===5||A.tag===6)y.appendChild(A.stateNode);else if(A.tag!==4&&A.tag!==27&&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}s.stateNode=y;e:switch(Zn(y,x,d),x){case"button":case"input":case"select":case"textarea":d=!!d.autoFocus;break e;case"img":d=!0;break e;default:d=!1}d&&Xi(s)}}return Ht(s),Zd(s,s.type,a===null?null:a.memoizedProps,s.pendingProps,u),null;case 6:if(a&&s.stateNode!=null)a.memoizedProps!==d&&Xi(s);else{if(typeof d!="string"&&s.stateNode===null)throw Error(r(166));if(a=ye.current,ms(s)){if(a=s.stateNode,u=s.memoizedProps,d=null,x=$n,x!==null)switch(x.tag){case 27:case 5:d=x.memoizedProps}a[qt]=s,a=!!(a.nodeValue===u||d!==null&&d.suppressHydrationWarning===!0||T4(a.nodeValue,u)),a||xa(s,!0)}else a=E0(a).createTextNode(d),a[qt]=s,s.stateNode=a}return Ht(s),null;case 31:if(u=s.memoizedState,a===null||a.memoizedState!==null){if(d=ms(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[qt]=s}else dl(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;Ht(s),a=!1}else u=zh(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=u),a=!0;if(!a)return s.flags&256?(yr(s),s):(yr(s),null);if((s.flags&128)!==0)throw Error(r(558))}return Ht(s),null;case 13:if(d=s.memoizedState,a===null||a.memoizedState!==null&&a.memoizedState.dehydrated!==null){if(x=ms(s),d!==null&&d.dehydrated!==null){if(a===null){if(!x)throw Error(r(318));if(x=s.memoizedState,x=x!==null?x.dehydrated:null,!x)throw Error(r(317));x[qt]=s}else dl(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;Ht(s),x=!1}else x=zh(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=x),x=!0;if(!x)return s.flags&256?(yr(s),s):(yr(s),null)}return yr(s),(s.flags&128)!==0?(s.lanes=u,s):(u=d!==null,a=a!==null&&a.memoizedState!==null,u&&(d=s.child,x=null,d.alternate!==null&&d.alternate.memoizedState!==null&&d.alternate.memoizedState.cachePool!==null&&(x=d.alternate.memoizedState.cachePool.pool),y=null,d.memoizedState!==null&&d.memoizedState.cachePool!==null&&(y=d.memoizedState.cachePool.pool),y!==x&&(d.flags|=2048)),u!==a&&u&&(s.child.flags|=8192),d0(s,s.updateQueue),Ht(s),null);case 4:return Ye(),a===null&&em(s.stateNode.containerInfo),Ht(s),null;case 10:return Vi(s.type),Ht(s),null;case 19:if(C(Jt),d=s.memoizedState,d===null)return Ht(s),null;if(x=(s.flags&128)!==0,y=d.rendering,y===null)if(x)tc(d,!1);else{if(It!==0||a!==null&&(a.flags&128)!==0)for(a=s.child;a!==null;){if(y=e0(a),y!==null){for(s.flags|=128,tc(d,!1),a=y.updateQueue,s.updateQueue=a,d0(s,a),s.subtreeFlags=0,a=u,u=s.child;u!==null;)i8(u,a),u=u.sibling;return B(Jt,Jt.current&1|2),Ot&&Ri(s,d.treeForkCount),s.child}a=a.sibling}d.tail!==null&&Ve()>x0&&(s.flags|=128,x=!0,tc(d,!1),s.lanes=4194304)}else{if(!x)if(a=e0(y),a!==null){if(s.flags|=128,x=!0,a=a.updateQueue,s.updateQueue=a,d0(s,a),tc(d,!0),d.tail===null&&d.tailMode==="hidden"&&!y.alternate&&!Ot)return Ht(s),null}else 2*Ve()-d.renderingStartTime>x0&&u!==536870912&&(s.flags|=128,x=!0,tc(d,!1),s.lanes=4194304);d.isBackwards?(y.sibling=s.child,s.child=y):(a=d.last,a!==null?a.sibling=y:s.child=y,d.last=y)}return d.tail!==null?(a=d.tail,d.rendering=a,d.tail=a.sibling,d.renderingStartTime=Ve(),a.sibling=null,u=Jt.current,B(Jt,x?u&1|2:u&1),Ot&&Ri(s,d.treeForkCount),a):(Ht(s),null);case 22:case 23:return yr(s),td(),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&&(Ht(s),s.subtreeFlags&6&&(s.flags|=8192)):Ht(s),u=s.updateQueue,u!==null&&d0(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&&C(gl),null;case 24:return u=null,a!==null&&(u=a.memoizedState.cache),s.memoizedState.cache!==u&&(s.flags|=2048),Vi(on),Ht(s),null;case 25:return null;case 30:return null}throw Error(r(156,s.tag))}function dk(a,s){switch(Dh(s),s.tag){case 1:return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 3:return Vi(on),Ye(),a=s.flags,(a&65536)!==0&&(a&128)===0?(s.flags=a&-65537|128,s):null;case 26:case 27:case 5:return me(s),null;case 31:if(s.memoizedState!==null){if(yr(s),s.alternate===null)throw Error(r(340));dl()}return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 13:if(yr(s),a=s.memoizedState,a!==null&&a.dehydrated!==null){if(s.alternate===null)throw Error(r(340));dl()}return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 19:return C(Jt),null;case 4:return Ye(),null;case 10:return Vi(s.type),null;case 22:case 23:return yr(s),td(),a!==null&&C(gl),a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 24:return Vi(on),null;case 25:return null;default:return null}}function C6(a,s){switch(Dh(s),s.tag){case 3:Vi(on),Ye();break;case 26:case 27:case 5:me(s);break;case 4:Ye();break;case 31:s.memoizedState!==null&&yr(s);break;case 13:yr(s);break;case 19:C(Jt);break;case 10:Vi(s.type);break;case 22:case 23:yr(s),td(),a!==null&&C(gl);break;case 24:Vi(on)}}function nc(a,s){try{var u=s.updateQueue,d=u!==null?u.lastEffect:null;if(d!==null){var x=d.next;u=x;do{if((u.tag&a)===a){d=void 0;var y=u.create,A=u.inst;d=y(),A.destroy=d}u=u.next}while(u!==x)}}catch(Z){Zt(s,s.return,Z)}}function ka(a,s,u){try{var d=s.updateQueue,x=d!==null?d.lastEffect:null;if(x!==null){var y=x.next;d=y;do{if((d.tag&a)===a){var A=d.inst,Z=A.destroy;if(Z!==void 0){A.destroy=void 0,x=s;var Y=u,ne=Z;try{ne()}catch(ce){Zt(x,Y,ce)}}}d=d.next}while(d!==y)}}catch(ce){Zt(s,s.return,ce)}}function Z6(a){var s=a.updateQueue;if(s!==null){var u=a.stateNode;try{S8(s,u)}catch(d){Zt(a,a.return,d)}}}function P6(a,s,u){u.props=vl(a.type,a.memoizedProps),u.state=a.memoizedState;try{u.componentWillUnmount()}catch(d){Zt(a,s,d)}}function rc(a,s){try{var u=a.ref;if(u!==null){switch(a.tag){case 26:case 27:case 5:var d=a.stateNode;break;case 30:d=a.stateNode;break;default:d=a.stateNode}typeof u=="function"?a.refCleanup=u(d):u.current=d}}catch(x){Zt(a,s,x)}}function ci(a,s){var u=a.ref,d=a.refCleanup;if(u!==null)if(typeof d=="function")try{d()}catch(x){Zt(a,s,x)}finally{a.refCleanup=null,a=a.alternate,a!=null&&(a.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(x){Zt(a,s,x)}else u.current=null}function j6(a){var s=a.type,u=a.memoizedProps,d=a.stateNode;try{e:switch(s){case"button":case"input":case"select":case"textarea":u.autoFocus&&d.focus();break e;case"img":u.src?d.src=u.src:u.srcSet&&(d.srcset=u.srcSet)}}catch(x){Zt(a,a.return,x)}}function Pd(a,s,u){try{var d=a.stateNode;Rk(d,a.type,u,s),d[Vn]=s}catch(x){Zt(a,a.return,x)}}function R6(a){return a.tag===5||a.tag===3||a.tag===26||a.tag===27&&Za(a.type)||a.tag===4}function jd(a){e:for(;;){for(;a.sibling===null;){if(a.return===null||R6(a.return))return null;a=a.return}for(a.sibling.return=a.return,a=a.sibling;a.tag!==5&&a.tag!==6&&a.tag!==18;){if(a.tag===27&&Za(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 Rd(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=Zi));else if(d!==4&&(d===27&&Za(a.type)&&(u=a.stateNode,s=null),a=a.child,a!==null))for(Rd(a,s,u),a=a.sibling;a!==null;)Rd(a,s,u),a=a.sibling}function m0(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&&Za(a.type)&&(u=a.stateNode),a=a.child,a!==null))for(m0(a,s,u),a=a.sibling;a!==null;)m0(a,s,u),a=a.sibling}function N6(a){var s=a.stateNode,u=a.memoizedProps;try{for(var d=a.type,x=s.attributes;x.length;)s.removeAttributeNode(x[0]);Zn(s,d,u),s[qt]=a,s[Vn]=u}catch(y){Zt(a,a.return,y)}}var zi=!1,fn=!1,Nd=!1,V6=typeof WeakSet=="function"?WeakSet:Set,xn=null;function mk(a,s){if(a=a.containerInfo,rm=R0,a=IO(a),$h(a)){if("selectionStart"in a)var u={start:a.selectionStart,end:a.selectionEnd};else e:{u=(u=a.ownerDocument)&&u.defaultView||window;var d=u.getSelection&&u.getSelection();if(d&&d.rangeCount!==0){u=d.anchorNode;var x=d.anchorOffset,y=d.focusNode;d=d.focusOffset;try{u.nodeType,y.nodeType}catch{u=null;break e}var A=0,Z=-1,Y=-1,ne=0,ce=0,he=a,re=null;t:for(;;){for(var le;he!==u||x!==0&&he.nodeType!==3||(Z=A+x),he!==y||d!==0&&he.nodeType!==3||(Y=A+d),he.nodeType===3&&(A+=he.nodeValue.length),(le=he.firstChild)!==null;)re=he,he=le;for(;;){if(he===a)break t;if(re===u&&++ne===x&&(Z=A),re===y&&++ce===d&&(Y=A),(le=he.nextSibling)!==null)break;he=re,re=he.parentNode}he=le}u=Z===-1||Y===-1?null:{start:Z,end:Y}}else u=null}u=u||{start:0,end:0}}else u=null;for(im={focusedElem:a,selectionRange:u},R0=!1,xn=s;xn!==null;)if(s=xn,a=s.child,(s.subtreeFlags&1028)!==0&&a!==null)a.return=s,xn=a;else for(;xn!==null;){switch(s=xn,y=s.alternate,a=s.flags,s.tag){case 0:if((a&4)!==0&&(a=s.updateQueue,a=a!==null?a.events:null,a!==null))for(u=0;u<a.length;u++)x=a[u],x.ref.impl=x.nextImpl;break;case 11:case 15:break;case 1:if((a&1024)!==0&&y!==null){a=void 0,u=s,x=y.memoizedProps,y=y.memoizedState,d=u.stateNode;try{var Ne=vl(u.type,x);a=d.getSnapshotBeforeUpdate(Ne,y),d.__reactInternalSnapshotBeforeUpdate=a}catch(Ge){Zt(u,u.return,Ge)}}break;case 3:if((a&1024)!==0){if(a=s.stateNode.containerInfo,u=a.nodeType,u===9)sm(a);else if(u===1)switch(a.nodeName){case"HEAD":case"HTML":case"BODY":sm(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,xn=a;break}xn=s.return}}function L6(a,s,u){var d=u.flags;switch(u.tag){case 0:case 11:case 15:Yi(a,u),d&4&&nc(5,u);break;case 1:if(Yi(a,u),d&4)if(a=u.stateNode,s===null)try{a.componentDidMount()}catch(A){Zt(u,u.return,A)}else{var x=vl(u.type,s.memoizedProps);s=s.memoizedState;try{a.componentDidUpdate(x,s,a.__reactInternalSnapshotBeforeUpdate)}catch(A){Zt(u,u.return,A)}}d&64&&Z6(u),d&512&&rc(u,u.return);break;case 3:if(Yi(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{S8(a,s)}catch(A){Zt(u,u.return,A)}}break;case 27:s===null&&d&4&&N6(u);case 26:case 5:Yi(a,u),s===null&&d&4&&j6(u),d&512&&rc(u,u.return);break;case 12:Yi(a,u);break;case 31:Yi(a,u),d&4&&X6(a,u);break;case 13:Yi(a,u),d&4&&z6(a,u),d&64&&(a=u.memoizedState,a!==null&&(a=a.dehydrated,a!==null&&(u=wk.bind(null,u),Hk(a,u))));break;case 22:if(d=u.memoizedState!==null||zi,!d){s=s!==null&&s.memoizedState!==null||fn,x=zi;var y=fn;zi=d,(fn=s)&&!y?Bi(a,u,(u.subtreeFlags&8772)!==0):Yi(a,u),zi=x,fn=y}break;case 30:break;default:Yi(a,u)}}function _6(a){var s=a.alternate;s!==null&&(a.alternate=null,_6(s)),a.child=null,a.deletions=null,a.sibling=null,a.tag===5&&(s=a.stateNode,s!==null&&sl(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 Yt=null,rr=!1;function Hi(a,s,u){for(u=u.child;u!==null;)D6(a,s,u),u=u.sibling}function D6(a,s,u){if(Se&&typeof Se.onCommitFiberUnmount=="function")try{Se.onCommitFiberUnmount(ie,u)}catch{}switch(u.tag){case 26:fn||ci(u,s),Hi(a,s,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:fn||ci(u,s);var d=Yt,x=rr;Za(u.type)&&(Yt=u.stateNode,rr=!1),Hi(a,s,u),hc(u.stateNode),Yt=d,rr=x;break;case 5:fn||ci(u,s);case 6:if(d=Yt,x=rr,Yt=null,Hi(a,s,u),Yt=d,rr=x,Yt!==null)if(rr)try{(Yt.nodeType===9?Yt.body:Yt.nodeName==="HTML"?Yt.ownerDocument.body:Yt).removeChild(u.stateNode)}catch(y){Zt(u,s,y)}else try{Yt.removeChild(u.stateNode)}catch(y){Zt(u,s,y)}break;case 18:Yt!==null&&(rr?(a=Yt,Z4(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,u.stateNode),Rs(a)):Z4(Yt,u.stateNode));break;case 4:d=Yt,x=rr,Yt=u.stateNode.containerInfo,rr=!0,Hi(a,s,u),Yt=d,rr=x;break;case 0:case 11:case 14:case 15:ka(2,u,s),fn||ka(4,u,s),Hi(a,s,u);break;case 1:fn||(ci(u,s),d=u.stateNode,typeof d.componentWillUnmount=="function"&&P6(u,s,d)),Hi(a,s,u);break;case 21:Hi(a,s,u);break;case 22:fn=(d=fn)||u.memoizedState!==null,Hi(a,s,u),fn=d;break;default:Hi(a,s,u)}}function X6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null))){a=a.dehydrated;try{Rs(a)}catch(u){Zt(s,s.return,u)}}}function z6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null&&(a=a.dehydrated,a!==null))))try{Rs(a)}catch(u){Zt(s,s.return,u)}}function pk(a){switch(a.tag){case 31:case 13:case 19:var s=a.stateNode;return s===null&&(s=a.stateNode=new V6),s;case 22:return a=a.stateNode,s=a._retryCache,s===null&&(s=a._retryCache=new V6),s;default:throw Error(r(435,a.tag))}}function p0(a,s){var u=pk(a);s.forEach(function(d){if(!u.has(d)){u.add(d);var x=Ak.bind(null,a,d);d.then(x,x)}})}function ir(a,s){var u=s.deletions;if(u!==null)for(var d=0;d<u.length;d++){var x=u[d],y=a,A=s,Z=A;e:for(;Z!==null;){switch(Z.tag){case 27:if(Za(Z.type)){Yt=Z.stateNode,rr=!1;break e}break;case 5:Yt=Z.stateNode,rr=!1;break e;case 3:case 4:Yt=Z.stateNode.containerInfo,rr=!0;break e}Z=Z.return}if(Yt===null)throw Error(r(160));D6(y,A,x),Yt=null,rr=!1,y=x.alternate,y!==null&&(y.return=null),x.return=null}if(s.subtreeFlags&13886)for(s=s.child;s!==null;)H6(s,a),s=s.sibling}var Ir=null;function H6(a,s){var u=a.alternate,d=a.flags;switch(a.tag){case 0:case 11:case 14:case 15:ir(s,a),ar(a),d&4&&(ka(3,a,a.return),nc(3,a),ka(5,a,a.return));break;case 1:ir(s,a),ar(a),d&512&&(fn||u===null||ci(u,u.return)),d&64&&zi&&(a=a.updateQueue,a!==null&&(d=a.callbacks,d!==null&&(u=a.shared.hiddenCallbacks,a.shared.hiddenCallbacks=u===null?d:u.concat(d))));break;case 26:var x=Ir;if(ir(s,a),ar(a),d&512&&(fn||u===null||ci(u,u.return)),d&4){var y=u!==null?u.memoizedState:null;if(d=a.memoizedState,u===null)if(d===null)if(a.stateNode===null){e:{d=a.type,u=a.memoizedProps,x=x.ownerDocument||x;t:switch(d){case"title":y=x.getElementsByTagName("title")[0],(!y||y[ha]||y[qt]||y.namespaceURI==="http://www.w3.org/2000/svg"||y.hasAttribute("itemprop"))&&(y=x.createElement(d),x.head.insertBefore(y,x.querySelector("head > title"))),Zn(y,d,u),y[qt]=a,K(y),d=y;break e;case"link":var A=H4("link","href",x).get(d+(u.href||""));if(A){for(var Z=0;Z<A.length;Z++)if(y=A[Z],y.getAttribute("href")===(u.href==null||u.href===""?null:u.href)&&y.getAttribute("rel")===(u.rel==null?null:u.rel)&&y.getAttribute("title")===(u.title==null?null:u.title)&&y.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){A.splice(Z,1);break t}}y=x.createElement(d),Zn(y,d,u),x.head.appendChild(y);break;case"meta":if(A=H4("meta","content",x).get(d+(u.content||""))){for(Z=0;Z<A.length;Z++)if(y=A[Z],y.getAttribute("content")===(u.content==null?null:""+u.content)&&y.getAttribute("name")===(u.name==null?null:u.name)&&y.getAttribute("property")===(u.property==null?null:u.property)&&y.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&y.getAttribute("charset")===(u.charSet==null?null:u.charSet)){A.splice(Z,1);break t}}y=x.createElement(d),Zn(y,d,u),x.head.appendChild(y);break;default:throw Error(r(468,d))}y[qt]=a,K(y),d=y}a.stateNode=d}else Y4(x,a.type,a.stateNode);else a.stateNode=z4(x,d,a.memoizedProps);else y!==d?(y===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):y.count--,d===null?Y4(x,a.type,a.stateNode):z4(x,d,a.memoizedProps)):d===null&&a.stateNode!==null&&Pd(a,a.memoizedProps,u.memoizedProps)}break;case 27:ir(s,a),ar(a),d&512&&(fn||u===null||ci(u,u.return)),u!==null&&d&4&&Pd(a,a.memoizedProps,u.memoizedProps);break;case 5:if(ir(s,a),ar(a),d&512&&(fn||u===null||ci(u,u.return)),a.flags&32){x=a.stateNode;try{is(x,"")}catch(Ne){Zt(a,a.return,Ne)}}d&4&&a.stateNode!=null&&(x=a.memoizedProps,Pd(a,x,u!==null?u.memoizedProps:x)),d&1024&&(Nd=!0);break;case 6:if(ir(s,a),ar(a),d&4){if(a.stateNode===null)throw Error(r(162));d=a.memoizedProps,u=a.stateNode;try{u.nodeValue=d}catch(Ne){Zt(a,a.return,Ne)}}break;case 3:if(C0=null,x=Ir,Ir=$0(s.containerInfo),ir(s,a),Ir=x,ar(a),d&4&&u!==null&&u.memoizedState.isDehydrated)try{Rs(s.containerInfo)}catch(Ne){Zt(a,a.return,Ne)}Nd&&(Nd=!1,Y6(a));break;case 4:d=Ir,Ir=$0(a.stateNode.containerInfo),ir(s,a),ar(a),Ir=d;break;case 12:ir(s,a),ar(a);break;case 31:ir(s,a),ar(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,p0(a,d)));break;case 13:ir(s,a),ar(a),a.child.flags&8192&&a.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(O0=Ve()),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,p0(a,d)));break;case 22:x=a.memoizedState!==null;var Y=u!==null&&u.memoizedState!==null,ne=zi,ce=fn;if(zi=ne||x,fn=ce||Y,ir(s,a),fn=ce,zi=ne,ar(a),d&8192)e:for(s=a.stateNode,s._visibility=x?s._visibility&-2:s._visibility|1,x&&(u===null||Y||zi||fn||Sl(a)),u=null,s=a;;){if(s.tag===5||s.tag===26){if(u===null){Y=u=s;try{if(y=Y.stateNode,x)A=y.style,typeof A.setProperty=="function"?A.setProperty("display","none","important"):A.display="none";else{Z=Y.stateNode;var he=Y.memoizedProps.style,re=he!=null&&he.hasOwnProperty("display")?he.display:null;Z.style.display=re==null||typeof re=="boolean"?"":(""+re).trim()}}catch(Ne){Zt(Y,Y.return,Ne)}}}else if(s.tag===6){if(u===null){Y=s;try{Y.stateNode.nodeValue=x?"":Y.memoizedProps}catch(Ne){Zt(Y,Y.return,Ne)}}}else if(s.tag===18){if(u===null){Y=s;try{var le=Y.stateNode;x?P4(le,!0):P4(Y.stateNode,!1)}catch(Ne){Zt(Y,Y.return,Ne)}}}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,p0(a,u))));break;case 19:ir(s,a),ar(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,p0(a,d)));break;case 30:break;case 21:break;default:ir(s,a),ar(a)}}function ar(a){var s=a.flags;if(s&2){try{for(var u,d=a.return;d!==null;){if(R6(d)){u=d;break}d=d.return}if(u==null)throw Error(r(160));switch(u.tag){case 27:var x=u.stateNode,y=jd(a);m0(a,y,x);break;case 5:var A=u.stateNode;u.flags&32&&(is(A,""),u.flags&=-33);var Z=jd(a);m0(a,Z,A);break;case 3:case 4:var Y=u.stateNode.containerInfo,ne=jd(a);Rd(a,ne,Y);break;default:throw Error(r(161))}}catch(ce){Zt(a,a.return,ce)}a.flags&=-3}s&4096&&(a.flags&=-4097)}function Y6(a){if(a.subtreeFlags&1024)for(a=a.child;a!==null;){var s=a;Y6(s),s.tag===5&&s.flags&1024&&s.stateNode.reset(),a=a.sibling}}function Yi(a,s){if(s.subtreeFlags&8772)for(s=s.child;s!==null;)L6(a,s.alternate,s),s=s.sibling}function Sl(a){for(a=a.child;a!==null;){var s=a;switch(s.tag){case 0:case 11:case 14:case 15:ka(4,s,s.return),Sl(s);break;case 1:ci(s,s.return);var u=s.stateNode;typeof u.componentWillUnmount=="function"&&P6(s,s.return,u),Sl(s);break;case 27:hc(s.stateNode);case 26:case 5:ci(s,s.return),Sl(s);break;case 22:s.memoizedState===null&&Sl(s);break;case 30:Sl(s);break;default:Sl(s)}a=a.sibling}}function Bi(a,s,u){for(u=u&&(s.subtreeFlags&8772)!==0,s=s.child;s!==null;){var d=s.alternate,x=a,y=s,A=y.flags;switch(y.tag){case 0:case 11:case 15:Bi(x,y,u),nc(4,y);break;case 1:if(Bi(x,y,u),d=y,x=d.stateNode,typeof x.componentDidMount=="function")try{x.componentDidMount()}catch(ne){Zt(d,d.return,ne)}if(d=y,x=d.updateQueue,x!==null){var Z=d.stateNode;try{var Y=x.shared.hiddenCallbacks;if(Y!==null)for(x.shared.hiddenCallbacks=null,x=0;x<Y.length;x++)v8(Y[x],Z)}catch(ne){Zt(d,d.return,ne)}}u&&A&64&&Z6(y),rc(y,y.return);break;case 27:N6(y);case 26:case 5:Bi(x,y,u),u&&d===null&&A&4&&j6(y),rc(y,y.return);break;case 12:Bi(x,y,u);break;case 31:Bi(x,y,u),u&&A&4&&X6(x,y);break;case 13:Bi(x,y,u),u&&A&4&&z6(x,y);break;case 22:y.memoizedState===null&&Bi(x,y,u),rc(y,y.return);break;case 30:break;default:Bi(x,y,u)}s=s.sibling}}function Vd(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&&Ho(u))}function Ld(a,s){a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&Ho(a))}function Wr(a,s,u,d){if(s.subtreeFlags&10256)for(s=s.child;s!==null;)B6(a,s,u,d),s=s.sibling}function B6(a,s,u,d){var x=s.flags;switch(s.tag){case 0:case 11:case 15:Wr(a,s,u,d),x&2048&&nc(9,s);break;case 1:Wr(a,s,u,d);break;case 3:Wr(a,s,u,d),x&2048&&(a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&Ho(a)));break;case 12:if(x&2048){Wr(a,s,u,d),a=s.stateNode;try{var y=s.memoizedProps,A=y.id,Z=y.onPostCommit;typeof Z=="function"&&Z(A,s.alternate===null?"mount":"update",a.passiveEffectDuration,-0)}catch(Y){Zt(s,s.return,Y)}}else Wr(a,s,u,d);break;case 31:Wr(a,s,u,d);break;case 13:Wr(a,s,u,d);break;case 23:break;case 22:y=s.stateNode,A=s.alternate,s.memoizedState!==null?y._visibility&2?Wr(a,s,u,d):ic(a,s):y._visibility&2?Wr(a,s,u,d):(y._visibility|=2,As(a,s,u,d,(s.subtreeFlags&10256)!==0||!1)),x&2048&&Vd(A,s);break;case 24:Wr(a,s,u,d),x&2048&&Ld(s.alternate,s);break;default:Wr(a,s,u,d)}}function As(a,s,u,d,x){for(x=x&&((s.subtreeFlags&10256)!==0||!1),s=s.child;s!==null;){var y=a,A=s,Z=u,Y=d,ne=A.flags;switch(A.tag){case 0:case 11:case 15:As(y,A,Z,Y,x),nc(8,A);break;case 23:break;case 22:var ce=A.stateNode;A.memoizedState!==null?ce._visibility&2?As(y,A,Z,Y,x):ic(y,A):(ce._visibility|=2,As(y,A,Z,Y,x)),x&&ne&2048&&Vd(A.alternate,A);break;case 24:As(y,A,Z,Y,x),x&&ne&2048&&Ld(A.alternate,A);break;default:As(y,A,Z,Y,x)}s=s.sibling}}function ic(a,s){if(s.subtreeFlags&10256)for(s=s.child;s!==null;){var u=a,d=s,x=d.flags;switch(d.tag){case 22:ic(u,d),x&2048&&Vd(d.alternate,d);break;case 24:ic(u,d),x&2048&&Ld(d.alternate,d);break;default:ic(u,d)}s=s.sibling}}var ac=8192;function ks(a,s,u){if(a.subtreeFlags&ac)for(a=a.child;a!==null;)F6(a,s,u),a=a.sibling}function F6(a,s,u){switch(a.tag){case 26:ks(a,s,u),a.flags&ac&&a.memoizedState!==null&&tT(u,Ir,a.memoizedState,a.memoizedProps);break;case 5:ks(a,s,u);break;case 3:case 4:var d=Ir;Ir=$0(a.stateNode.containerInfo),ks(a,s,u),Ir=d;break;case 22:a.memoizedState===null&&(d=a.alternate,d!==null&&d.memoizedState!==null?(d=ac,ac=16777216,ks(a,s,u),ac=d):ks(a,s,u));break;default:ks(a,s,u)}}function q6(a){var s=a.alternate;if(s!==null&&(a=s.child,a!==null)){s.child=null;do s=a.sibling,a.sibling=null,a=s;while(a!==null)}}function lc(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];xn=d,I6(d,a)}q6(a)}if(a.subtreeFlags&10256)for(a=a.child;a!==null;)U6(a),a=a.sibling}function U6(a){switch(a.tag){case 0:case 11:case 15:lc(a),a.flags&2048&&ka(9,a,a.return);break;case 3:lc(a);break;case 12:lc(a);break;case 22:var s=a.stateNode;a.memoizedState!==null&&s._visibility&2&&(a.return===null||a.return.tag!==13)?(s._visibility&=-3,g0(a)):lc(a);break;default:lc(a)}}function g0(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];xn=d,I6(d,a)}q6(a)}for(a=a.child;a!==null;){switch(s=a,s.tag){case 0:case 11:case 15:ka(8,s,s.return),g0(s);break;case 22:u=s.stateNode,u._visibility&2&&(u._visibility&=-3,g0(s));break;default:g0(s)}a=a.sibling}}function I6(a,s){for(;xn!==null;){var u=xn;switch(u.tag){case 0:case 11:case 15:ka(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:Ho(u.memoizedState.cache)}if(d=u.child,d!==null)d.return=u,xn=d;else e:for(u=a;xn!==null;){d=xn;var x=d.sibling,y=d.return;if(_6(d),d===u){xn=null;break e}if(x!==null){x.return=y,xn=x;break e}xn=y}}}var gk={getCacheForType:function(a){var s=Qn(on),u=s.data.get(a);return u===void 0&&(u=a(),s.data.set(a,u)),u},cacheSignal:function(){return Qn(on).controller.signal}},Ok=typeof WeakMap=="function"?WeakMap:Map,Mt=0,_t=null,ct=null,ht=0,Ct=0,br=null,Ta=!1,Ts=!1,_d=!1,Fi=0,It=0,Ma=0,wl=0,Dd=0,vr=0,Ms=0,sc=null,lr=null,Xd=!1,O0=0,W6=0,x0=1/0,y0=null,Ea=null,pn=0,$a=null,Es=null,qi=0,zd=0,Hd=null,G6=null,oc=0,Yd=null;function Sr(){return(Mt&2)!==0&&ht!==0?ht&-ht:N.T!==null?Wd():ll()}function K6(){if(vr===0)if((ht&536870912)===0||Ot){var a=ge;ge<<=1,(ge&3932160)===0&&(ge=262144),vr=a}else vr=536870912;return a=xr.current,a!==null&&(a.flags|=32),vr}function sr(a,s,u){(a===_t&&(Ct===2||Ct===9)||a.cancelPendingCommit!==null)&&($s(a,0),Qa(a,ht,vr,!1)),qn(a,u),((Mt&2)===0||a!==_t)&&(a===_t&&((Mt&2)===0&&(wl|=u),It===4&&Qa(a,ht,vr,!1)),ui(a))}function J6(a,s,u){if((Mt&6)!==0)throw Error(r(327));var d=!u&&(s&127)===0&&(s&a.expiredLanes)===0||vt(a,s),x=d?bk(a,s):Fd(a,s,!0),y=d;do{if(x===0){Ts&&!d&&Qa(a,s,0,!1);break}else{if(u=a.current.alternate,y&&!xk(u)){x=Fd(a,s,!1),y=!1;continue}if(x===2){if(y=s,a.errorRecoveryDisabledLanes&y)var A=0;else A=a.pendingLanes&-536870913,A=A!==0?A:A&536870912?536870912:0;if(A!==0){s=A;e:{var Z=a;x=sc;var Y=Z.current.memoizedState.isDehydrated;if(Y&&($s(Z,A).flags|=256),A=Fd(Z,A,!1),A!==2){if(_d&&!Y){Z.errorRecoveryDisabledLanes|=y,wl|=y,x=4;break e}y=lr,lr=x,y!==null&&(lr===null?lr=y:lr.push.apply(lr,y))}x=A}if(y=!1,x!==2)continue}}if(x===1){$s(a,0),Qa(a,s,0,!0);break}e:{switch(d=a,y=x,y){case 0:case 1:throw Error(r(345));case 4:if((s&4194048)!==s)break;case 6:Qa(d,s,vr,!Ta);break e;case 2:lr=null;break;case 3:case 5:break;default:throw Error(r(329))}if((s&62914560)===s&&(x=O0+300-Ve(),10<x)){if(Qa(d,s,vr,!Ta),ot(d,0,!0)!==0)break e;qi=s,d.timeoutHandle=Q4(e4.bind(null,d,u,lr,y0,Xd,s,vr,wl,Ms,Ta,y,"Throttled",-0,0),x);break e}e4(d,u,lr,y0,Xd,s,vr,wl,Ms,Ta,y,null,-0,0)}}break}while(!0);ui(a)}function e4(a,s,u,d,x,y,A,Z,Y,ne,ce,he,re,le){if(a.timeoutHandle=-1,he=s.subtreeFlags,he&8192||(he&16785408)===16785408){he={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Zi},F6(s,y,he);var Ne=(y&62914560)===y?O0-Ve():(y&4194048)===y?W6-Ve():0;if(Ne=nT(he,Ne),Ne!==null){qi=y,a.cancelPendingCommit=Ne(o4.bind(null,a,s,y,u,d,x,A,Z,Y,ce,he,null,re,le)),Qa(a,y,A,!ne);return}}o4(a,s,y,u,d,x,A,Z,Y)}function xk(a){for(var s=a;;){var u=s.tag;if((u===0||u===11||u===15)&&s.flags&16384&&(u=s.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var d=0;d<u.length;d++){var x=u[d],y=x.getSnapshot;x=x.value;try{if(!gr(y(),x))return!1}catch{return!1}}if(u=s.child,s.subtreeFlags&16384&&u!==null)u.return=s,s=u;else{if(s===a)break;for(;s.sibling===null;){if(s.return===null||s.return===a)return!0;s=s.return}s.sibling.return=s.return,s=s.sibling}}return!0}function Qa(a,s,u,d){s&=~Dd,s&=~wl,a.suspendedLanes|=s,a.pingedLanes&=~s,d&&(a.warmLanes|=s),d=a.expirationTimes;for(var x=s;0<x;){var y=31-Qe(x),A=1<<y;d[y]=-1,x&=~A}u!==0&&Et(a,u,s)}function b0(){return(Mt&6)===0?(cc(0),!1):!0}function Bd(){if(ct!==null){if(Ct===0)var a=ct.return;else a=ct,Ni=ml=null,sd(a),ys=null,Bo=0,a=ct;for(;a!==null;)C6(a.alternate,a),a=a.return;ct=null}}function $s(a,s){var u=a.timeoutHandle;u!==-1&&(a.timeoutHandle=-1,Lk(u)),u=a.cancelPendingCommit,u!==null&&(a.cancelPendingCommit=null,u()),qi=0,Bd(),_t=a,ct=u=ji(a.current,null),ht=s,Ct=0,br=null,Ta=!1,Ts=vt(a,s),_d=!1,Ms=vr=Dd=wl=Ma=It=0,lr=sc=null,Xd=!1,(s&8)!==0&&(s|=s&32);var d=a.entangledLanes;if(d!==0)for(a=a.entanglements,d&=s;0<d;){var x=31-Qe(d),y=1<<x;s|=a[x],d&=~y}return Fi=s,Xu(),u}function t4(a,s){it=null,N.H=Jo,s===xs||s===Iu?(s=O8(),Ct=3):s===Ih?(s=O8(),Ct=4):Ct=s===wd?8:s!==null&&typeof s=="object"&&typeof s.then=="function"?6:1,br=s,ct===null&&(It=1,c0(a,Pr(s,a.current)))}function n4(){var a=xr.current;return a===null?!0:(ht&4194048)===ht?Vr===null:(ht&62914560)===ht||(ht&536870912)!==0?a===Vr:!1}function r4(){var a=N.H;return N.H=Jo,a===null?Jo:a}function i4(){var a=N.A;return N.A=gk,a}function v0(){It=4,Ta||(ht&4194048)!==ht&&xr.current!==null||(Ts=!0),(Ma&134217727)===0&&(wl&134217727)===0||_t===null||Qa(_t,ht,vr,!1)}function Fd(a,s,u){var d=Mt;Mt|=2;var x=r4(),y=i4();(_t!==a||ht!==s)&&(y0=null,$s(a,s)),s=!1;var A=It;e:do try{if(Ct!==0&&ct!==null){var Z=ct,Y=br;switch(Ct){case 8:Bd(),A=6;break e;case 3:case 2:case 9:case 6:xr.current===null&&(s=!0);var ne=Ct;if(Ct=0,br=null,Qs(a,Z,Y,ne),u&&Ts){A=0;break e}break;default:ne=Ct,Ct=0,br=null,Qs(a,Z,Y,ne)}}yk(),A=It;break}catch(ce){t4(a,ce)}while(!0);return s&&a.shellSuspendCounter++,Ni=ml=null,Mt=d,N.H=x,N.A=y,ct===null&&(_t=null,ht=0,Xu()),A}function yk(){for(;ct!==null;)a4(ct)}function bk(a,s){var u=Mt;Mt|=2;var d=r4(),x=i4();_t!==a||ht!==s?(y0=null,x0=Ve()+500,$s(a,s)):Ts=vt(a,s);e:do try{if(Ct!==0&&ct!==null){s=ct;var y=br;t:switch(Ct){case 1:Ct=0,br=null,Qs(a,s,y,1);break;case 2:case 9:if(p8(y)){Ct=0,br=null,l4(s);break}s=function(){Ct!==2&&Ct!==9||_t!==a||(Ct=7),ui(a)},y.then(s,s);break e;case 3:Ct=7;break e;case 4:Ct=5;break e;case 7:p8(y)?(Ct=0,br=null,l4(s)):(Ct=0,br=null,Qs(a,s,y,7));break;case 5:var A=null;switch(ct.tag){case 26:A=ct.memoizedState;case 5:case 27:var Z=ct;if(A?B4(A):Z.stateNode.complete){Ct=0,br=null;var Y=Z.sibling;if(Y!==null)ct=Y;else{var ne=Z.return;ne!==null?(ct=ne,S0(ne)):ct=null}break t}}Ct=0,br=null,Qs(a,s,y,5);break;case 6:Ct=0,br=null,Qs(a,s,y,6);break;case 8:Bd(),It=6;break e;default:throw Error(r(462))}}vk();break}catch(ce){t4(a,ce)}while(!0);return Ni=ml=null,N.H=d,N.A=x,Mt=u,ct!==null?0:(_t=null,ht=0,Xu(),It)}function vk(){for(;ct!==null&&!$e();)a4(ct)}function a4(a){var s=$6(a.alternate,a,Fi);a.memoizedProps=a.pendingProps,s===null?S0(a):ct=s}function l4(a){var s=a,u=s.alternate;switch(s.tag){case 15:case 0:s=w6(u,s,s.pendingProps,s.type,void 0,ht);break;case 11:s=w6(u,s,s.pendingProps,s.type.render,s.ref,ht);break;case 5:sd(s);default:C6(u,s),s=ct=i8(s,Fi),s=$6(u,s,Fi)}a.memoizedProps=a.pendingProps,s===null?S0(a):ct=s}function Qs(a,s,u,d){Ni=ml=null,sd(s),ys=null,Bo=0;var x=s.return;try{if(ck(a,x,s,u,ht)){It=1,c0(a,Pr(u,a.current)),ct=null;return}}catch(y){if(x!==null)throw ct=x,y;It=1,c0(a,Pr(u,a.current)),ct=null;return}s.flags&32768?(Ot||d===1?a=!0:Ts||(ht&536870912)!==0?a=!1:(Ta=a=!0,(d===2||d===9||d===3||d===6)&&(d=xr.current,d!==null&&d.tag===13&&(d.flags|=16384))),s4(s,a)):S0(s)}function S0(a){var s=a;do{if((s.flags&32768)!==0){s4(s,Ta);return}a=s.return;var u=hk(s.alternate,s,Fi);if(u!==null){ct=u;return}if(s=s.sibling,s!==null){ct=s;return}ct=s=a}while(s!==null);It===0&&(It=5)}function s4(a,s){do{var u=dk(a.alternate,a);if(u!==null){u.flags&=32767,ct=u;return}if(u=a.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!s&&(a=a.sibling,a!==null)){ct=a;return}ct=a=u}while(a!==null);It=6,ct=null}function o4(a,s,u,d,x,y,A,Z,Y){a.cancelPendingCommit=null;do w0();while(pn!==0);if((Mt&6)!==0)throw Error(r(327));if(s!==null){if(s===a.current)throw Error(r(177));if(y=s.lanes|s.childLanes,y|=jh,Qr(a,u,y,A,Z,Y),a===_t&&(ct=_t=null,ht=0),Es=s,$a=a,qi=u,zd=y,Hd=x,G6=d,(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?(a.callbackNode=null,a.callbackPriority=0,kk(Pt,function(){return d4(),null})):(a.callbackNode=null,a.callbackPriority=0),d=(s.flags&13878)!==0,(s.subtreeFlags&13878)!==0||d){d=N.T,N.T=null,x=z.p,z.p=2,A=Mt,Mt|=4;try{mk(a,s,u)}finally{Mt=A,z.p=x,N.T=d}}pn=1,c4(),u4(),f4()}}function c4(){if(pn===1){pn=0;var a=$a,s=Es,u=(s.flags&13878)!==0;if((s.subtreeFlags&13878)!==0||u){u=N.T,N.T=null;var d=z.p;z.p=2;var x=Mt;Mt|=4;try{H6(s,a);var y=im,A=IO(a.containerInfo),Z=y.focusedElem,Y=y.selectionRange;if(A!==Z&&Z&&Z.ownerDocument&&UO(Z.ownerDocument.documentElement,Z)){if(Y!==null&&$h(Z)){var ne=Y.start,ce=Y.end;if(ce===void 0&&(ce=ne),"selectionStart"in Z)Z.selectionStart=ne,Z.selectionEnd=Math.min(ce,Z.value.length);else{var he=Z.ownerDocument||document,re=he&&he.defaultView||window;if(re.getSelection){var le=re.getSelection(),Ne=Z.textContent.length,Ge=Math.min(Y.start,Ne),Nt=Y.end===void 0?Ge:Math.min(Y.end,Ne);!le.extend&&Ge>Nt&&(A=Nt,Nt=Ge,Ge=A);var J=qO(Z,Ge),I=qO(Z,Nt);if(J&&I&&(le.rangeCount!==1||le.anchorNode!==J.node||le.anchorOffset!==J.offset||le.focusNode!==I.node||le.focusOffset!==I.offset)){var te=he.createRange();te.setStart(J.node,J.offset),le.removeAllRanges(),Ge>Nt?(le.addRange(te),le.extend(I.node,I.offset)):(te.setEnd(I.node,I.offset),le.addRange(te))}}}}for(he=[],le=Z;le=le.parentNode;)le.nodeType===1&&he.push({element:le,left:le.scrollLeft,top:le.scrollTop});for(typeof Z.focus=="function"&&Z.focus(),Z=0;Z<he.length;Z++){var fe=he[Z];fe.element.scrollLeft=fe.left,fe.element.scrollTop=fe.top}}R0=!!rm,im=rm=null}finally{Mt=x,z.p=d,N.T=u}}a.current=s,pn=2}}function u4(){if(pn===2){pn=0;var a=$a,s=Es,u=(s.flags&8772)!==0;if((s.subtreeFlags&8772)!==0||u){u=N.T,N.T=null;var d=z.p;z.p=2;var x=Mt;Mt|=4;try{L6(a,s.alternate,s)}finally{Mt=x,z.p=d,N.T=u}}pn=3}}function f4(){if(pn===4||pn===3){pn=0,Fe();var a=$a,s=Es,u=qi,d=G6;(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?pn=5:(pn=0,Es=$a=null,h4(a,a.pendingLanes));var x=a.pendingLanes;if(x===0&&(Ea=null),Fr(u),s=s.stateNode,Se&&typeof Se.onCommitFiberRoot=="function")try{Se.onCommitFiberRoot(ie,s,void 0,(s.current.flags&128)===128)}catch{}if(d!==null){s=N.T,x=z.p,z.p=2,N.T=null;try{for(var y=a.onRecoverableError,A=0;A<d.length;A++){var Z=d[A];y(Z.value,{componentStack:Z.stack})}}finally{N.T=s,z.p=x}}(qi&3)!==0&&w0(),ui(a),x=a.pendingLanes,(u&261930)!==0&&(x&42)!==0?a===Yd?oc++:(oc=0,Yd=a):oc=0,cc(0)}}function h4(a,s){(a.pooledCacheLanes&=s)===0&&(s=a.pooledCache,s!=null&&(a.pooledCache=null,Ho(s)))}function w0(){return c4(),u4(),f4(),d4()}function d4(){if(pn!==5)return!1;var a=$a,s=zd;zd=0;var u=Fr(qi),d=N.T,x=z.p;try{z.p=32>u?32:u,N.T=null,u=Hd,Hd=null;var y=$a,A=qi;if(pn=0,Es=$a=null,qi=0,(Mt&6)!==0)throw Error(r(331));var Z=Mt;if(Mt|=4,U6(y.current),B6(y,y.current,A,u),Mt=Z,cc(0,!1),Se&&typeof Se.onPostCommitFiberRoot=="function")try{Se.onPostCommitFiberRoot(ie,y)}catch{}return!0}finally{z.p=x,N.T=d,h4(a,s)}}function m4(a,s,u){s=Pr(u,s),s=Sd(a.stateNode,s,2),a=Sa(a,s,2),a!==null&&(qn(a,2),ui(a))}function Zt(a,s,u){if(a.tag===3)m4(a,a,u);else for(;s!==null;){if(s.tag===3){m4(s,a,u);break}else if(s.tag===1){var d=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(Ea===null||!Ea.has(d))){a=Pr(u,a),u=p6(2),d=Sa(s,u,2),d!==null&&(g6(u,d,s,a),qn(d,2),ui(d));break}}s=s.return}}function qd(a,s,u){var d=a.pingCache;if(d===null){d=a.pingCache=new Ok;var x=new Set;d.set(s,x)}else x=d.get(s),x===void 0&&(x=new Set,d.set(s,x));x.has(u)||(_d=!0,x.add(u),a=Sk.bind(null,a,s,u),s.then(a,a))}function Sk(a,s,u){var d=a.pingCache;d!==null&&d.delete(s),a.pingedLanes|=a.suspendedLanes&u,a.warmLanes&=~u,_t===a&&(ht&u)===u&&(It===4||It===3&&(ht&62914560)===ht&&300>Ve()-O0?(Mt&2)===0&&$s(a,0):Dd|=u,Ms===ht&&(Ms=0)),ui(a)}function p4(a,s){s===0&&(s=Vt()),a=fl(a,s),a!==null&&(qn(a,s),ui(a))}function wk(a){var s=a.memoizedState,u=0;s!==null&&(u=s.retryLane),p4(a,u)}function Ak(a,s){var u=0;switch(a.tag){case 31:case 13:var d=a.stateNode,x=a.memoizedState;x!==null&&(u=x.retryLane);break;case 19:d=a.stateNode;break;case 22:d=a.stateNode._retryCache;break;default:throw Error(r(314))}d!==null&&d.delete(s),p4(a,u)}function kk(a,s){return mt(a,s)}var A0=null,Cs=null,Ud=!1,k0=!1,Id=!1,Ca=0;function ui(a){a!==Cs&&a.next===null&&(Cs===null?A0=Cs=a:Cs=Cs.next=a),k0=!0,Ud||(Ud=!0,Mk())}function cc(a,s){if(!Id&&k0){Id=!0;do for(var u=!1,d=A0;d!==null;){if(a!==0){var x=d.pendingLanes;if(x===0)var y=0;else{var A=d.suspendedLanes,Z=d.pingedLanes;y=(1<<31-Qe(42|a)+1)-1,y&=x&~(A&~Z),y=y&201326741?y&201326741|1:y?y|2:0}y!==0&&(u=!0,y4(d,y))}else y=ht,y=ot(d,d===_t?y:0,d.cancelPendingCommit!==null||d.timeoutHandle!==-1),(y&3)===0||vt(d,y)||(u=!0,y4(d,y));d=d.next}while(u);Id=!1}}function Tk(){g4()}function g4(){k0=Ud=!1;var a=0;Ca!==0&&Vk()&&(a=Ca);for(var s=Ve(),u=null,d=A0;d!==null;){var x=d.next,y=O4(d,s);y===0?(d.next=null,u===null?A0=x:u.next=x,x===null&&(Cs=u)):(u=d,(a!==0||(y&3)!==0)&&(k0=!0)),d=x}pn!==0&&pn!==5||cc(a),Ca!==0&&(Ca=0)}function O4(a,s){for(var u=a.suspendedLanes,d=a.pingedLanes,x=a.expirationTimes,y=a.pendingLanes&-62914561;0<y;){var A=31-Qe(y),Z=1<<A,Y=x[A];Y===-1?((Z&u)===0||(Z&d)!==0)&&(x[A]=gt(Z,s)):Y<=s&&(a.expiredLanes|=Z),y&=~Z}if(s=_t,u=ht,u=ot(a,a===s?u:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d=a.callbackNode,u===0||a===s&&(Ct===2||Ct===9)||a.cancelPendingCommit!==null)return d!==null&&d!==null&&Ae(d),a.callbackNode=null,a.callbackPriority=0;if((u&3)===0||vt(a,u)){if(s=u&-u,s===a.callbackPriority)return s;switch(d!==null&&Ae(d),Fr(u)){case 2:case 8:u=xt;break;case 32:u=Pt;break;case 268435456:u=wn;break;default:u=Pt}return d=x4.bind(null,a),u=mt(u,d),a.callbackPriority=s,a.callbackNode=u,s}return d!==null&&d!==null&&Ae(d),a.callbackPriority=2,a.callbackNode=null,2}function x4(a,s){if(pn!==0&&pn!==5)return a.callbackNode=null,a.callbackPriority=0,null;var u=a.callbackNode;if(w0()&&a.callbackNode!==u)return null;var d=ht;return d=ot(a,a===_t?d:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d===0?null:(J6(a,d,s),O4(a,Ve()),a.callbackNode!=null&&a.callbackNode===u?x4.bind(null,a):null)}function y4(a,s){if(w0())return null;J6(a,s,!0)}function Mk(){_k(function(){(Mt&6)!==0?mt(at,Tk):g4()})}function Wd(){if(Ca===0){var a=gs;a===0&&(a=Ue,Ue<<=1,(Ue&261888)===0&&(Ue=256)),Ca=a}return Ca}function b4(a){return a==null||typeof a=="symbol"||typeof a=="boolean"?null:typeof a=="function"?a:Pu(""+a)}function v4(a,s){var u=s.ownerDocument.createElement("input");return u.name=s.name,u.value=s.value,a.id&&u.setAttribute("form",a.id),s.parentNode.insertBefore(u,s),a=new FormData(a),u.parentNode.removeChild(u),a}function Ek(a,s,u,d,x){if(s==="submit"&&u&&u.stateNode===x){var y=b4((x[Vn]||null).action),A=d.submitter;A&&(s=(s=A[Vn]||null)?b4(s.formAction):A.getAttribute("formAction"),s!==null&&(y=s,A=null));var Z=new Vu("action","action",null,d,x);a.push({event:Z,listeners:[{instance:null,listener:function(){if(d.defaultPrevented){if(Ca!==0){var Y=A?v4(x,A):new FormData(x);gd(u,{pending:!0,data:Y,method:x.method,action:y},null,Y)}}else typeof y=="function"&&(Z.preventDefault(),Y=A?v4(x,A):new FormData(x),gd(u,{pending:!0,data:Y,method:x.method,action:y},y,Y))},currentTarget:x}]})}}for(var Gd=0;Gd<Ph.length;Gd++){var Kd=Ph[Gd],$k=Kd.toLowerCase(),Qk=Kd[0].toUpperCase()+Kd.slice(1);Ur($k,"on"+Qk)}Ur(KO,"onAnimationEnd"),Ur(JO,"onAnimationIteration"),Ur(e8,"onAnimationStart"),Ur("dblclick","onDoubleClick"),Ur("focusin","onFocus"),Ur("focusout","onBlur"),Ur(FA,"onTransitionRun"),Ur(qA,"onTransitionStart"),Ur(UA,"onTransitionCancel"),Ur(t8,"onTransitionEnd"),Xe("onMouseEnter",["mouseout","mouseover"]),Xe("onMouseLeave",["mouseout","mouseover"]),Xe("onPointerEnter",["pointerout","pointerover"]),Xe("onPointerLeave",["pointerout","pointerover"]),xe("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),xe("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),xe("onBeforeInput",["compositionend","keypress","textInput","paste"]),xe("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),xe("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),xe("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var uc="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(" "),Ck=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(uc));function S4(a,s){s=(s&4)!==0;for(var u=0;u<a.length;u++){var d=a[u],x=d.event;d=d.listeners;e:{var y=void 0;if(s)for(var A=d.length-1;0<=A;A--){var Z=d[A],Y=Z.instance,ne=Z.currentTarget;if(Z=Z.listener,Y!==y&&x.isPropagationStopped())break e;y=Z,x.currentTarget=ne;try{y(x)}catch(ce){Du(ce)}x.currentTarget=null,y=Y}else for(A=0;A<d.length;A++){if(Z=d[A],Y=Z.instance,ne=Z.currentTarget,Z=Z.listener,Y!==y&&x.isPropagationStopped())break e;y=Z,x.currentTarget=ne;try{y(x)}catch(ce){Du(ce)}x.currentTarget=null,y=Y}}}}function ut(a,s){var u=s[Mo];u===void 0&&(u=s[Mo]=new Set);var d=a+"__bubble";u.has(d)||(w4(s,a,2,!1),u.add(d))}function Jd(a,s,u){var d=0;s&&(d|=4),w4(u,a,d,s)}var T0="_reactListening"+Math.random().toString(36).slice(2);function em(a){if(!a[T0]){a[T0]=!0,be.forEach(function(u){u!=="selectionchange"&&(Ck.has(u)||Jd(u,!1,a),Jd(u,!0,a))});var s=a.nodeType===9?a:a.ownerDocument;s===null||s[T0]||(s[T0]=!0,Jd("selectionchange",!1,s))}}function w4(a,s,u,d){switch(K4(s)){case 2:var x=aT;break;case 8:x=lT;break;default:x=pm}u=x.bind(null,s,u,a),x=void 0,!bh||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(x=!0),d?x!==void 0?a.addEventListener(s,u,{capture:!0,passive:x}):a.addEventListener(s,u,!0):x!==void 0?a.addEventListener(s,u,{passive:x}):a.addEventListener(s,u,!1)}function tm(a,s,u,d,x){var y=d;if((s&1)===0&&(s&2)===0&&d!==null)e:for(;;){if(d===null)return;var A=d.tag;if(A===3||A===4){var Z=d.stateNode.containerInfo;if(Z===x)break;if(A===4)for(A=d.return;A!==null;){var Y=A.tag;if((Y===3||Y===4)&&A.stateNode.containerInfo===x)return;A=A.return}for(;Z!==null;){if(A=An(Z),A===null)return;if(Y=A.tag,Y===5||Y===6||Y===26||Y===27){d=y=A;continue e}Z=Z.parentNode}}d=d.return}EO(function(){var ne=y,ce=xh(u),he=[];e:{var re=n8.get(a);if(re!==void 0){var le=Vu,Ne=a;switch(a){case"keypress":if(Ru(u)===0)break e;case"keydown":case"keyup":le=AA;break;case"focusin":Ne="focus",le=Ah;break;case"focusout":Ne="blur",le=Ah;break;case"beforeblur":case"afterblur":le=Ah;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=CO;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":le=hA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":le=MA;break;case KO:case JO:case e8:le=pA;break;case t8:le=$A;break;case"scroll":case"scrollend":le=uA;break;case"wheel":le=CA;break;case"copy":case"cut":case"paste":le=OA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":le=PO;break;case"toggle":case"beforetoggle":le=PA}var Ge=(s&4)!==0,Nt=!Ge&&(a==="scroll"||a==="scrollend"),J=Ge?re!==null?re+"Capture":null:re;Ge=[];for(var I=ne,te;I!==null;){var fe=I;if(te=fe.stateNode,fe=fe.tag,fe!==5&&fe!==26&&fe!==27||te===null||J===null||(fe=Zo(I,J),fe!=null&&Ge.push(fc(I,fe,te))),Nt)break;I=I.return}0<Ge.length&&(re=new le(re,Ne,null,u,ce),he.push({event:re,listeners:Ge}))}}if((s&7)===0){e:{if(re=a==="mouseover"||a==="pointerover",le=a==="mouseout"||a==="pointerout",re&&u!==Oh&&(Ne=u.relatedTarget||u.fromElement)&&(An(Ne)||Ne[fa]))break e;if((le||re)&&(re=ce.window===ce?ce:(re=ce.ownerDocument)?re.defaultView||re.parentWindow:window,le?(Ne=u.relatedTarget||u.toElement,le=ne,Ne=Ne?An(Ne):null,Ne!==null&&(Nt=l(Ne),Ge=Ne.tag,Ne!==Nt||Ge!==5&&Ge!==27&&Ge!==6)&&(Ne=null)):(le=null,Ne=ne),le!==Ne)){if(Ge=CO,fe="onMouseLeave",J="onMouseEnter",I="mouse",(a==="pointerout"||a==="pointerover")&&(Ge=PO,fe="onPointerLeave",J="onPointerEnter",I="pointer"),Nt=le==null?re:Qi(le),te=Ne==null?re:Qi(Ne),re=new Ge(fe,I+"leave",le,u,ce),re.target=Nt,re.relatedTarget=te,fe=null,An(ce)===ne&&(Ge=new Ge(J,I+"enter",Ne,u,ce),Ge.target=te,Ge.relatedTarget=Nt,fe=Ge),Nt=fe,le&&Ne)t:{for(Ge=Zk,J=le,I=Ne,te=0,fe=J;fe;fe=Ge(fe))te++;fe=0;for(var Be=I;Be;Be=Ge(Be))fe++;for(;0<te-fe;)J=Ge(J),te--;for(;0<fe-te;)I=Ge(I),fe--;for(;te--;){if(J===I||I!==null&&J===I.alternate){Ge=J;break t}J=Ge(J),I=Ge(I)}Ge=null}else Ge=null;le!==null&&A4(he,re,le,Ge,!1),Ne!==null&&Nt!==null&&A4(he,Nt,Ne,Ge,!0)}}e:{if(re=ne?Qi(ne):window,le=re.nodeName&&re.nodeName.toLowerCase(),le==="select"||le==="input"&&re.type==="file")var kt=XO;else if(_O(re))if(zO)kt=HA;else{kt=XA;var De=DA}else le=re.nodeName,!le||le.toLowerCase()!=="input"||re.type!=="checkbox"&&re.type!=="radio"?ne&&gh(ne.elementType)&&(kt=XO):kt=zA;if(kt&&(kt=kt(a,ne))){DO(he,kt,u,ce);break e}De&&De(a,re,ne),a==="focusout"&&ne&&re.type==="number"&&ne.memoizedProps.value!=null&&ns(re,"number",re.value)}switch(De=ne?Qi(ne):window,a){case"focusin":(_O(De)||De.contentEditable==="true")&&(os=De,Qh=ne,Do=null);break;case"focusout":Do=Qh=os=null;break;case"mousedown":Ch=!0;break;case"contextmenu":case"mouseup":case"dragend":Ch=!1,WO(he,u,ce);break;case"selectionchange":if(BA)break;case"keydown":case"keyup":WO(he,u,ce)}var lt;if(Th)e:{switch(a){case"compositionstart":var dt="onCompositionStart";break e;case"compositionend":dt="onCompositionEnd";break e;case"compositionupdate":dt="onCompositionUpdate";break e}dt=void 0}else ss?VO(a,u)&&(dt="onCompositionEnd"):a==="keydown"&&u.keyCode===229&&(dt="onCompositionStart");dt&&(jO&&u.locale!=="ko"&&(ss||dt!=="onCompositionStart"?dt==="onCompositionEnd"&&ss&&(lt=$O()):(pa=ce,vh="value"in pa?pa.value:pa.textContent,ss=!0)),De=M0(ne,dt),0<De.length&&(dt=new ZO(dt,a,null,u,ce),he.push({event:dt,listeners:De}),lt?dt.data=lt:(lt=LO(u),lt!==null&&(dt.data=lt)))),(lt=RA?NA(a,u):VA(a,u))&&(dt=M0(ne,"onBeforeInput"),0<dt.length&&(De=new ZO("onBeforeInput","beforeinput",null,u,ce),he.push({event:De,listeners:dt}),De.data=lt)),Ek(he,a,ne,u,ce)}S4(he,s)})}function fc(a,s,u){return{instance:a,listener:s,currentTarget:u}}function M0(a,s){for(var u=s+"Capture",d=[];a!==null;){var x=a,y=x.stateNode;if(x=x.tag,x!==5&&x!==26&&x!==27||y===null||(x=Zo(a,u),x!=null&&d.unshift(fc(a,x,y)),x=Zo(a,s),x!=null&&d.push(fc(a,x,y))),a.tag===3)return d;a=a.return}return[]}function Zk(a){if(a===null)return null;do a=a.return;while(a&&a.tag!==5&&a.tag!==27);return a||null}function A4(a,s,u,d,x){for(var y=s._reactName,A=[];u!==null&&u!==d;){var Z=u,Y=Z.alternate,ne=Z.stateNode;if(Z=Z.tag,Y!==null&&Y===d)break;Z!==5&&Z!==26&&Z!==27||ne===null||(Y=ne,x?(ne=Zo(u,y),ne!=null&&A.unshift(fc(u,ne,Y))):x||(ne=Zo(u,y),ne!=null&&A.push(fc(u,ne,Y)))),u=u.return}A.length!==0&&a.push({event:s,listeners:A})}var Pk=/\r\n?/g,jk=/\u0000|\uFFFD/g;function k4(a){return(typeof a=="string"?a:""+a).replace(Pk,`
49
+ `).replace(jk,"")}function T4(a,s){return s=k4(s),k4(a)===s}function Rt(a,s,u,d,x,y){switch(u){case"children":typeof d=="string"?s==="body"||s==="textarea"&&d===""||is(a,d):(typeof d=="number"||typeof d=="bigint")&&s!=="body"&&is(a,""+d);break;case"className":Ln(a,"class",d);break;case"tabIndex":Ln(a,"tabindex",d);break;case"dir":case"role":case"viewBox":case"width":case"height":Ln(a,u,d);break;case"style":TO(a,d,y);break;case"data":if(s!=="object"){Ln(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=Pu(""+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 y=="function"&&(u==="formAction"?(s!=="input"&&Rt(a,s,"name",x.name,x,null),Rt(a,s,"formEncType",x.formEncType,x,null),Rt(a,s,"formMethod",x.formMethod,x,null),Rt(a,s,"formTarget",x.formTarget,x,null)):(Rt(a,s,"encType",x.encType,x,null),Rt(a,s,"method",x.method,x,null),Rt(a,s,"target",x.target,x,null)));if(d==null||typeof d=="symbol"||typeof d=="boolean"){a.removeAttribute(u);break}d=Pu(""+d),a.setAttribute(u,d);break;case"onClick":d!=null&&(a.onclick=Zi);break;case"onScroll":d!=null&&ut("scroll",a);break;case"onScrollEnd":d!=null&&ut("scrollend",a);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"multiple":a.multiple=d&&typeof d!="function"&&typeof d!="symbol";break;case"muted":a.muted=d&&typeof d!="function"&&typeof d!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(d==null||typeof d=="function"||typeof d=="boolean"||typeof d=="symbol"){a.removeAttribute("xlink:href");break}u=Pu(""+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":ut("beforetoggle",a),ut("toggle",a),Mn(a,"popover",d);break;case"xlinkActuate":tr(a,"http://www.w3.org/1999/xlink","xlink:actuate",d);break;case"xlinkArcrole":tr(a,"http://www.w3.org/1999/xlink","xlink:arcrole",d);break;case"xlinkRole":tr(a,"http://www.w3.org/1999/xlink","xlink:role",d);break;case"xlinkShow":tr(a,"http://www.w3.org/1999/xlink","xlink:show",d);break;case"xlinkTitle":tr(a,"http://www.w3.org/1999/xlink","xlink:title",d);break;case"xlinkType":tr(a,"http://www.w3.org/1999/xlink","xlink:type",d);break;case"xmlBase":tr(a,"http://www.w3.org/XML/1998/namespace","xml:base",d);break;case"xmlLang":tr(a,"http://www.w3.org/XML/1998/namespace","xml:lang",d);break;case"xmlSpace":tr(a,"http://www.w3.org/XML/1998/namespace","xml:space",d);break;case"is":Mn(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=oA.get(u)||u,Mn(a,u,d))}}function nm(a,s,u,d,x,y){switch(u){case"style":TO(a,d,y);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"children":typeof d=="string"?is(a,d):(typeof d=="number"||typeof d=="bigint")&&is(a,""+d);break;case"onScroll":d!=null&&ut("scroll",a);break;case"onScrollEnd":d!=null&&ut("scrollend",a);break;case"onClick":d!=null&&(a.onclick=Zi);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Ce.hasOwnProperty(u))e:{if(u[0]==="o"&&u[1]==="n"&&(x=u.endsWith("Capture"),s=u.slice(2,x?u.length-7:void 0),y=a[Vn]||null,y=y!=null?y[u]:null,typeof y=="function"&&a.removeEventListener(s,y,x),typeof d=="function")){typeof y!="function"&&y!==null&&(u in a?a[u]=null:a.hasAttribute(u)&&a.removeAttribute(u)),a.addEventListener(s,d,x);break e}u in a?a[u]=d:d===!0?a.setAttribute(u,""):Mn(a,u,d)}}}function Zn(a,s,u){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":ut("error",a),ut("load",a);var d=!1,x=!1,y;for(y in u)if(u.hasOwnProperty(y)){var A=u[y];if(A!=null)switch(y){case"src":d=!0;break;case"srcSet":x=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:Rt(a,s,y,A,u,null)}}x&&Rt(a,s,"srcSet",u.srcSet,u,null),d&&Rt(a,s,"src",u.src,u,null);return;case"input":ut("invalid",a);var Z=y=A=x=null,Y=null,ne=null;for(d in u)if(u.hasOwnProperty(d)){var ce=u[d];if(ce!=null)switch(d){case"name":x=ce;break;case"type":A=ce;break;case"checked":Y=ce;break;case"defaultChecked":ne=ce;break;case"value":y=ce;break;case"defaultValue":Z=ce;break;case"children":case"dangerouslySetInnerHTML":if(ce!=null)throw Error(r(137,s));break;default:Rt(a,s,d,ce,u,null)}}Co(a,y,Z,Y,ne,A,x,!1);return;case"select":ut("invalid",a),d=A=y=null;for(x in u)if(u.hasOwnProperty(x)&&(Z=u[x],Z!=null))switch(x){case"value":y=Z;break;case"defaultValue":A=Z;break;case"multiple":d=Z;default:Rt(a,s,x,Z,u,null)}s=y,u=A,a.multiple=!!d,s!=null?rs(a,!!d,s,!1):u!=null&&rs(a,!!d,u,!0);return;case"textarea":ut("invalid",a),y=x=d=null;for(A in u)if(u.hasOwnProperty(A)&&(Z=u[A],Z!=null))switch(A){case"value":d=Z;break;case"defaultValue":x=Z;break;case"children":y=Z;break;case"dangerouslySetInnerHTML":if(Z!=null)throw Error(r(91));break;default:Rt(a,s,A,Z,u,null)}AO(a,d,x,y);return;case"option":for(Y in u)if(u.hasOwnProperty(Y)&&(d=u[Y],d!=null))switch(Y){case"selected":a.selected=d&&typeof d!="function"&&typeof d!="symbol";break;default:Rt(a,s,Y,d,u,null)}return;case"dialog":ut("beforetoggle",a),ut("toggle",a),ut("cancel",a),ut("close",a);break;case"iframe":case"object":ut("load",a);break;case"video":case"audio":for(d=0;d<uc.length;d++)ut(uc[d],a);break;case"image":ut("error",a),ut("load",a);break;case"details":ut("toggle",a);break;case"embed":case"source":case"link":ut("error",a),ut("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:Rt(a,s,ne,d,u,null)}return;default:if(gh(s)){for(ce in u)u.hasOwnProperty(ce)&&(d=u[ce],d!==void 0&&nm(a,s,ce,d,u,void 0));return}}for(Z in u)u.hasOwnProperty(Z)&&(d=u[Z],d!=null&&Rt(a,s,Z,d,u,null))}function Rk(a,s,u,d){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var x=null,y=null,A=null,Z=null,Y=null,ne=null,ce=null;for(le in u){var he=u[le];if(u.hasOwnProperty(le)&&he!=null)switch(le){case"checked":break;case"value":break;case"defaultValue":Y=he;default:d.hasOwnProperty(le)||Rt(a,s,le,null,d,he)}}for(var re in d){var le=d[re];if(he=u[re],d.hasOwnProperty(re)&&(le!=null||he!=null))switch(re){case"type":y=le;break;case"name":x=le;break;case"checked":ne=le;break;case"defaultChecked":ce=le;break;case"value":A=le;break;case"defaultValue":Z=le;break;case"children":case"dangerouslySetInnerHTML":if(le!=null)throw Error(r(137,s));break;default:le!==he&&Rt(a,s,re,le,d,he)}}ma(a,A,Z,Y,ne,ce,y,x);return;case"select":le=A=Z=re=null;for(y in u)if(Y=u[y],u.hasOwnProperty(y)&&Y!=null)switch(y){case"value":break;case"multiple":le=Y;default:d.hasOwnProperty(y)||Rt(a,s,y,null,d,Y)}for(x in d)if(y=d[x],Y=u[x],d.hasOwnProperty(x)&&(y!=null||Y!=null))switch(x){case"value":re=y;break;case"defaultValue":Z=y;break;case"multiple":A=y;default:y!==Y&&Rt(a,s,x,y,d,Y)}s=Z,u=A,d=le,re!=null?rs(a,!!u,re,!1):!!d!=!!u&&(s!=null?rs(a,!!u,s,!0):rs(a,!!u,u?[]:"",!1));return;case"textarea":le=re=null;for(Z in u)if(x=u[Z],u.hasOwnProperty(Z)&&x!=null&&!d.hasOwnProperty(Z))switch(Z){case"value":break;case"children":break;default:Rt(a,s,Z,null,d,x)}for(A in d)if(x=d[A],y=u[A],d.hasOwnProperty(A)&&(x!=null||y!=null))switch(A){case"value":re=x;break;case"defaultValue":le=x;break;case"children":break;case"dangerouslySetInnerHTML":if(x!=null)throw Error(r(91));break;default:x!==y&&Rt(a,s,A,x,d,y)}wO(a,re,le);return;case"option":for(var Ne in u)if(re=u[Ne],u.hasOwnProperty(Ne)&&re!=null&&!d.hasOwnProperty(Ne))switch(Ne){case"selected":a.selected=!1;break;default:Rt(a,s,Ne,null,d,re)}for(Y in d)if(re=d[Y],le=u[Y],d.hasOwnProperty(Y)&&re!==le&&(re!=null||le!=null))switch(Y){case"selected":a.selected=re&&typeof re!="function"&&typeof re!="symbol";break;default:Rt(a,s,Y,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 Ge in u)re=u[Ge],u.hasOwnProperty(Ge)&&re!=null&&!d.hasOwnProperty(Ge)&&Rt(a,s,Ge,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:Rt(a,s,ne,re,d,le)}return;default:if(gh(s)){for(var Nt in u)re=u[Nt],u.hasOwnProperty(Nt)&&re!==void 0&&!d.hasOwnProperty(Nt)&&nm(a,s,Nt,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||nm(a,s,ce,re,d,le);return}}for(var J in u)re=u[J],u.hasOwnProperty(J)&&re!=null&&!d.hasOwnProperty(J)&&Rt(a,s,J,null,d,re);for(he in d)re=d[he],le=u[he],!d.hasOwnProperty(he)||re===le||re==null&&le==null||Rt(a,s,he,re,d,le)}function M4(a){switch(a){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Nk(){if(typeof performance.getEntriesByType=="function"){for(var a=0,s=0,u=performance.getEntriesByType("resource"),d=0;d<u.length;d++){var x=u[d],y=x.transferSize,A=x.initiatorType,Z=x.duration;if(y&&Z&&M4(A)){for(A=0,Z=x.responseEnd,d+=1;d<u.length;d++){var Y=u[d],ne=Y.startTime;if(ne>Z)break;var ce=Y.transferSize,he=Y.initiatorType;ce&&M4(he)&&(Y=Y.responseEnd,A+=ce*(Y<Z?1:(Z-ne)/(Y-ne)))}if(--d,s+=8*(y+A)/(x.duration/1e3),a++,10<a)break}}if(0<a)return s/a/1e6}return navigator.connection&&(a=navigator.connection.downlink,typeof a=="number")?a:5}var rm=null,im=null;function E0(a){return a.nodeType===9?a:a.ownerDocument}function E4(a){switch(a){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function $4(a,s){if(a===0)switch(s){case"svg":return 1;case"math":return 2;default:return 0}return a===1&&s==="foreignObject"?0:a}function am(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 lm=null;function Vk(){var a=window.event;return a&&a.type==="popstate"?a===lm?!1:(lm=a,!0):(lm=null,!1)}var Q4=typeof setTimeout=="function"?setTimeout:void 0,Lk=typeof clearTimeout=="function"?clearTimeout:void 0,C4=typeof Promise=="function"?Promise:void 0,_k=typeof queueMicrotask=="function"?queueMicrotask:typeof C4<"u"?function(a){return C4.resolve(null).then(a).catch(Dk)}:Q4;function Dk(a){setTimeout(function(){throw a})}function Za(a){return a==="head"}function Z4(a,s){var u=s,d=0;do{var x=u.nextSibling;if(a.removeChild(u),x&&x.nodeType===8)if(u=x.data,u==="/$"||u==="/&"){if(d===0){a.removeChild(x),Rs(s);return}d--}else if(u==="$"||u==="$?"||u==="$~"||u==="$!"||u==="&")d++;else if(u==="html")hc(a.ownerDocument.documentElement);else if(u==="head"){u=a.ownerDocument.head,hc(u);for(var y=u.firstChild;y;){var A=y.nextSibling,Z=y.nodeName;y[ha]||Z==="SCRIPT"||Z==="STYLE"||Z==="LINK"&&y.rel.toLowerCase()==="stylesheet"||u.removeChild(y),y=A}}else u==="body"&&hc(a.ownerDocument.body);u=x}while(u);Rs(s)}function P4(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 sm(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":sm(u),sl(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}a.removeChild(u)}}function Xk(a,s,u,d){for(;a.nodeType===1;){var x=u;if(a.nodeName.toLowerCase()!==s.toLowerCase()){if(!d&&(a.nodeName!=="INPUT"||a.type!=="hidden"))break}else if(d){if(!a[ha])switch(s){case"meta":if(!a.hasAttribute("itemprop"))break;return a;case"link":if(y=a.getAttribute("rel"),y==="stylesheet"&&a.hasAttribute("data-precedence"))break;if(y!==x.rel||a.getAttribute("href")!==(x.href==null||x.href===""?null:x.href)||a.getAttribute("crossorigin")!==(x.crossOrigin==null?null:x.crossOrigin)||a.getAttribute("title")!==(x.title==null?null:x.title))break;return a;case"style":if(a.hasAttribute("data-precedence"))break;return a;case"script":if(y=a.getAttribute("src"),(y!==(x.src==null?null:x.src)||a.getAttribute("type")!==(x.type==null?null:x.type)||a.getAttribute("crossorigin")!==(x.crossOrigin==null?null:x.crossOrigin))&&y&&a.hasAttribute("async")&&!a.hasAttribute("itemprop"))break;return a;default:return a}}else if(s==="input"&&a.type==="hidden"){var y=x.name==null?null:""+x.name;if(x.type==="hidden"&&a.getAttribute("name")===y)return a}else return a;if(a=Lr(a.nextSibling),a===null)break}return null}function zk(a,s,u){if(s==="")return null;for(;a.nodeType!==3;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!u||(a=Lr(a.nextSibling),a===null))return null;return a}function j4(a,s){for(;a.nodeType!==8;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!s||(a=Lr(a.nextSibling),a===null))return null;return a}function om(a){return a.data==="$?"||a.data==="$~"}function cm(a){return a.data==="$!"||a.data==="$?"&&a.ownerDocument.readyState!=="loading"}function Hk(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 Lr(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 um=null;function R4(a){a=a.nextSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="/$"||u==="/&"){if(s===0)return Lr(a.nextSibling);s--}else u!=="$"&&u!=="$!"&&u!=="$?"&&u!=="$~"&&u!=="&"||s++}a=a.nextSibling}return null}function N4(a){a=a.previousSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="$"||u==="$!"||u==="$?"||u==="$~"||u==="&"){if(s===0)return a;s--}else u!=="/$"&&u!=="/&"||s++}a=a.previousSibling}return null}function V4(a,s,u){switch(s=E0(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 hc(a){for(var s=a.attributes;s.length;)a.removeAttributeNode(s[0]);sl(a)}var _r=new Map,L4=new Set;function $0(a){return typeof a.getRootNode=="function"?a.getRootNode():a.nodeType===9?a:a.ownerDocument}var Ui=z.d;z.d={f:Yk,r:Bk,D:Fk,C:qk,L:Uk,m:Ik,X:Gk,S:Wk,M:Kk};function Yk(){var a=Ui.f(),s=b0();return a||s}function Bk(a){var s=kn(a);s!==null&&s.tag===5&&s.type==="form"?t6(s):Ui.r(a)}var Zs=typeof document>"u"?null:document;function _4(a,s,u){var d=Zs;if(d&&typeof s=="string"&&s){var x=En(s);x='link[rel="'+a+'"][href="'+x+'"]',typeof u=="string"&&(x+='[crossorigin="'+u+'"]'),L4.has(x)||(L4.add(x),a={rel:a,crossOrigin:u,href:s},d.querySelector(x)===null&&(s=d.createElement("link"),Zn(s,"link",a),K(s),d.head.appendChild(s)))}}function Fk(a){Ui.D(a),_4("dns-prefetch",a,null)}function qk(a,s){Ui.C(a,s),_4("preconnect",a,s)}function Uk(a,s,u){Ui.L(a,s,u);var d=Zs;if(d&&a&&s){var x='link[rel="preload"][as="'+En(s)+'"]';s==="image"&&u&&u.imageSrcSet?(x+='[imagesrcset="'+En(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(x+='[imagesizes="'+En(u.imageSizes)+'"]')):x+='[href="'+En(a)+'"]';var y=x;switch(s){case"style":y=Ps(a);break;case"script":y=js(a)}_r.has(y)||(a=O({rel:"preload",href:s==="image"&&u&&u.imageSrcSet?void 0:a,as:s},u),_r.set(y,a),d.querySelector(x)!==null||s==="style"&&d.querySelector(dc(y))||s==="script"&&d.querySelector(mc(y))||(s=d.createElement("link"),Zn(s,"link",a),K(s),d.head.appendChild(s)))}}function Ik(a,s){Ui.m(a,s);var u=Zs;if(u&&a){var d=s&&typeof s.as=="string"?s.as:"script",x='link[rel="modulepreload"][as="'+En(d)+'"][href="'+En(a)+'"]',y=x;switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":y=js(a)}if(!_r.has(y)&&(a=O({rel:"modulepreload",href:a},s),_r.set(y,a),u.querySelector(x)===null)){switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(mc(y)))return}d=u.createElement("link"),Zn(d,"link",a),K(d),u.head.appendChild(d)}}}function Wk(a,s,u){Ui.S(a,s,u);var d=Zs;if(d&&a){var x=Ci(d).hoistableStyles,y=Ps(a);s=s||"default";var A=x.get(y);if(!A){var Z={loading:0,preload:null};if(A=d.querySelector(dc(y)))Z.loading=5;else{a=O({rel:"stylesheet",href:a,"data-precedence":s},u),(u=_r.get(y))&&fm(a,u);var Y=A=d.createElement("link");K(Y),Zn(Y,"link",a),Y._p=new Promise(function(ne,ce){Y.onload=ne,Y.onerror=ce}),Y.addEventListener("load",function(){Z.loading|=1}),Y.addEventListener("error",function(){Z.loading|=2}),Z.loading|=4,Q0(A,s,d)}A={type:"stylesheet",instance:A,count:1,state:Z},x.set(y,A)}}}function Gk(a,s){Ui.X(a,s);var u=Zs;if(u&&a){var d=Ci(u).hoistableScripts,x=js(a),y=d.get(x);y||(y=u.querySelector(mc(x)),y||(a=O({src:a,async:!0},s),(s=_r.get(x))&&hm(a,s),y=u.createElement("script"),K(y),Zn(y,"link",a),u.head.appendChild(y)),y={type:"script",instance:y,count:1,state:null},d.set(x,y))}}function Kk(a,s){Ui.M(a,s);var u=Zs;if(u&&a){var d=Ci(u).hoistableScripts,x=js(a),y=d.get(x);y||(y=u.querySelector(mc(x)),y||(a=O({src:a,async:!0,type:"module"},s),(s=_r.get(x))&&hm(a,s),y=u.createElement("script"),K(y),Zn(y,"link",a),u.head.appendChild(y)),y={type:"script",instance:y,count:1,state:null},d.set(x,y))}}function D4(a,s,u,d){var x=(x=ye.current)?$0(x):null;if(!x)throw Error(r(446));switch(a){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(s=Ps(u.href),u=Ci(x).hoistableStyles,d=u.get(s),d||(d={type:"style",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){a=Ps(u.href);var y=Ci(x).hoistableStyles,A=y.get(a);if(A||(x=x.ownerDocument||x,A={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},y.set(a,A),(y=x.querySelector(dc(a)))&&!y._p&&(A.instance=y,A.state.loading=5),_r.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},_r.set(a,u),y||Jk(x,a,u,A.state))),s&&d===null)throw Error(r(528,""));return A}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=js(u),u=Ci(x).hoistableScripts,d=u.get(s),d||(d={type:"script",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,a))}}function Ps(a){return'href="'+En(a)+'"'}function dc(a){return'link[rel="stylesheet"]['+a+"]"}function X4(a){return O({},a,{"data-precedence":a.precedence,precedence:null})}function Jk(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}),Zn(s,"link",u),K(s),a.head.appendChild(s))}function js(a){return'[src="'+En(a)+'"]'}function mc(a){return"script[async]"+a}function z4(a,s,u){if(s.count++,s.instance===null)switch(s.type){case"style":var d=a.querySelector('style[data-href~="'+En(u.href)+'"]');if(d)return s.instance=d,K(d),d;var x=O({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return d=(a.ownerDocument||a).createElement("style"),K(d),Zn(d,"style",x),Q0(d,u.precedence,a),s.instance=d;case"stylesheet":x=Ps(u.href);var y=a.querySelector(dc(x));if(y)return s.state.loading|=4,s.instance=y,K(y),y;d=X4(u),(x=_r.get(x))&&fm(d,x),y=(a.ownerDocument||a).createElement("link"),K(y);var A=y;return A._p=new Promise(function(Z,Y){A.onload=Z,A.onerror=Y}),Zn(y,"link",d),s.state.loading|=4,Q0(y,u.precedence,a),s.instance=y;case"script":return y=js(u.src),(x=a.querySelector(mc(y)))?(s.instance=x,K(x),x):(d=u,(x=_r.get(y))&&(d=O({},u),hm(d,x)),a=a.ownerDocument||a,x=a.createElement("script"),K(x),Zn(x,"link",d),a.head.appendChild(x),s.instance=x);case"void":return null;default:throw Error(r(443,s.type))}else s.type==="stylesheet"&&(s.state.loading&4)===0&&(d=s.instance,s.state.loading|=4,Q0(d,u.precedence,a));return s.instance}function Q0(a,s,u){for(var d=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),x=d.length?d[d.length-1]:null,y=x,A=0;A<d.length;A++){var Z=d[A];if(Z.dataset.precedence===s)y=Z;else if(y!==x)break}y?y.parentNode.insertBefore(a,y.nextSibling):(s=u.nodeType===9?u.head:u,s.insertBefore(a,s.firstChild))}function fm(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.title==null&&(a.title=s.title)}function hm(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.integrity==null&&(a.integrity=s.integrity)}var C0=null;function H4(a,s,u){if(C0===null){var d=new Map,x=C0=new Map;x.set(u,d)}else x=C0,d=x.get(u),d||(d=new Map,x.set(u,d));if(d.has(a))return d;for(d.set(a,null),u=u.getElementsByTagName(a),x=0;x<u.length;x++){var y=u[x];if(!(y[ha]||y[qt]||a==="link"&&y.getAttribute("rel")==="stylesheet")&&y.namespaceURI!=="http://www.w3.org/2000/svg"){var A=y.getAttribute(s)||"";A=a+A;var Z=d.get(A);Z?Z.push(y):d.set(A,[y])}}return d}function Y4(a,s,u){a=a.ownerDocument||a,a.head.insertBefore(u,s==="title"?a.querySelector("head > title"):null)}function eT(a,s,u){if(u===1||s.itemProp!=null)return!1;switch(a){case"meta":case"title":return!0;case"style":if(typeof s.precedence!="string"||typeof s.href!="string"||s.href==="")break;return!0;case"link":if(typeof s.rel!="string"||typeof s.href!="string"||s.href===""||s.onLoad||s.onError)break;switch(s.rel){case"stylesheet":return a=s.disabled,typeof s.precedence=="string"&&a==null;default:return!0}case"script":if(s.async&&typeof s.async!="function"&&typeof s.async!="symbol"&&!s.onLoad&&!s.onError&&s.src&&typeof s.src=="string")return!0}return!1}function B4(a){return!(a.type==="stylesheet"&&(a.state.loading&3)===0)}function tT(a,s,u,d){if(u.type==="stylesheet"&&(typeof d.media!="string"||matchMedia(d.media).matches!==!1)&&(u.state.loading&4)===0){if(u.instance===null){var x=Ps(d.href),y=s.querySelector(dc(x));if(y){s=y._p,s!==null&&typeof s=="object"&&typeof s.then=="function"&&(a.count++,a=Z0.bind(a),s.then(a,a)),u.state.loading|=4,u.instance=y,K(y);return}y=s.ownerDocument||s,d=X4(d),(x=_r.get(x))&&fm(d,x),y=y.createElement("link"),K(y);var A=y;A._p=new Promise(function(Z,Y){A.onload=Z,A.onerror=Y}),Zn(y,"link",d),u.instance=y}a.stylesheets===null&&(a.stylesheets=new Map),a.stylesheets.set(u,s),(s=u.state.preload)&&(u.state.loading&3)===0&&(a.count++,u=Z0.bind(a),s.addEventListener("load",u),s.addEventListener("error",u))}}var dm=0;function nT(a,s){return a.stylesheets&&a.count===0&&j0(a,a.stylesheets),0<a.count||0<a.imgCount?function(u){var d=setTimeout(function(){if(a.stylesheets&&j0(a,a.stylesheets),a.unsuspend){var y=a.unsuspend;a.unsuspend=null,y()}},6e4+s);0<a.imgBytes&&dm===0&&(dm=62500*Nk());var x=setTimeout(function(){if(a.waitingForImages=!1,a.count===0&&(a.stylesheets&&j0(a,a.stylesheets),a.unsuspend)){var y=a.unsuspend;a.unsuspend=null,y()}},(a.imgBytes>dm?50:800)+s);return a.unsuspend=u,function(){a.unsuspend=null,clearTimeout(d),clearTimeout(x)}}:null}function Z0(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)j0(this,this.stylesheets);else if(this.unsuspend){var a=this.unsuspend;this.unsuspend=null,a()}}}var P0=null;function j0(a,s){a.stylesheets=null,a.unsuspend!==null&&(a.count++,P0=new Map,s.forEach(rT,a),P0=null,Z0.call(a))}function rT(a,s){if(!(s.state.loading&4)){var u=P0.get(a);if(u)var d=u.get(null);else{u=new Map,P0.set(a,u);for(var x=a.querySelectorAll("link[data-precedence],style[data-precedence]"),y=0;y<x.length;y++){var A=x[y];(A.nodeName==="LINK"||A.getAttribute("media")!=="not all")&&(u.set(A.dataset.precedence,A),d=A)}d&&u.set(null,d)}x=s.instance,A=x.getAttribute("data-precedence"),y=u.get(A)||d,y===d&&u.set(null,x),u.set(A,x),this.count++,d=Z0.bind(this),x.addEventListener("load",d),x.addEventListener("error",d),y?y.parentNode.insertBefore(x,y.nextSibling):(a=a.nodeType===9?a.head:a,a.insertBefore(x,a.firstChild)),s.state.loading|=4}}var pc={$$typeof:$,Provider:null,Consumer:null,_currentValue:V,_currentValue2:V,_threadCount:0};function iT(a,s,u,d,x,y,A,Z,Y){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=Fn(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Fn(0),this.hiddenUpdates=Fn(null),this.identifierPrefix=d,this.onUncaughtError=x,this.onCaughtError=y,this.onRecoverableError=A,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=Y,this.incompleteTransitions=new Map}function F4(a,s,u,d,x,y,A,Z,Y,ne,ce,he){return a=new iT(a,s,u,A,Y,ne,ce,he,Z),s=1,y===!0&&(s|=24),y=Or(3,null,null,s),a.current=y,y.stateNode=a,s=Fh(),s.refCount++,a.pooledCache=s,s.refCount++,y.memoizedState={element:d,isDehydrated:u,cache:s},Wh(y),a}function q4(a){return a?(a=fs,a):fs}function U4(a,s,u,d,x,y){x=q4(x),d.context===null?d.context=x:d.pendingContext=x,d=va(s),d.payload={element:u},y=y===void 0?null:y,y!==null&&(d.callback=y),u=Sa(a,d,s),u!==null&&(sr(u,a,s),qo(u,a,s))}function I4(a,s){if(a=a.memoizedState,a!==null&&a.dehydrated!==null){var u=a.retryLane;a.retryLane=u!==0&&u<s?u:s}}function mm(a,s){I4(a,s),(a=a.alternate)&&I4(a,s)}function W4(a){if(a.tag===13||a.tag===31){var s=fl(a,67108864);s!==null&&sr(s,a,67108864),mm(a,67108864)}}function G4(a){if(a.tag===13||a.tag===31){var s=Sr();s=Cr(s);var u=fl(a,s);u!==null&&sr(u,a,s),mm(a,s)}}var R0=!0;function aT(a,s,u,d){var x=N.T;N.T=null;var y=z.p;try{z.p=2,pm(a,s,u,d)}finally{z.p=y,N.T=x}}function lT(a,s,u,d){var x=N.T;N.T=null;var y=z.p;try{z.p=8,pm(a,s,u,d)}finally{z.p=y,N.T=x}}function pm(a,s,u,d){if(R0){var x=gm(d);if(x===null)tm(a,s,d,N0,u),J4(a,d);else if(oT(x,a,s,u,d))d.stopPropagation();else if(J4(a,d),s&4&&-1<sT.indexOf(a)){for(;x!==null;){var y=kn(x);if(y!==null)switch(y.tag){case 3:if(y=y.stateNode,y.current.memoizedState.isDehydrated){var A=rt(y.pendingLanes);if(A!==0){var Z=y;for(Z.pendingLanes|=2,Z.entangledLanes|=2;A;){var Y=1<<31-Qe(A);Z.entanglements[1]|=Y,A&=~Y}ui(y),(Mt&6)===0&&(x0=Ve()+500,cc(0))}}break;case 31:case 13:Z=fl(y,2),Z!==null&&sr(Z,y,2),b0(),mm(y,2)}if(y=gm(d),y===null&&tm(a,s,d,N0,u),y===x)break;x=y}x!==null&&d.stopPropagation()}else tm(a,s,d,null,u)}}function gm(a){return a=xh(a),Om(a)}var N0=null;function Om(a){if(N0=null,a=An(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 N0=a,null}function K4(a){switch(a){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(qe()){case at:return 2;case xt:return 8;case Pt:case an:return 32;case wn:return 268435456;default:return 32}default:return 32}}var xm=!1,Pa=null,ja=null,Ra=null,gc=new Map,Oc=new Map,Na=[],sT="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function J4(a,s){switch(a){case"focusin":case"focusout":Pa=null;break;case"dragenter":case"dragleave":ja=null;break;case"mouseover":case"mouseout":Ra=null;break;case"pointerover":case"pointerout":gc.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":Oc.delete(s.pointerId)}}function xc(a,s,u,d,x,y){return a===null||a.nativeEvent!==y?(a={blockedOn:s,domEventName:u,eventSystemFlags:d,nativeEvent:y,targetContainers:[x]},s!==null&&(s=kn(s),s!==null&&W4(s)),a):(a.eventSystemFlags|=d,s=a.targetContainers,x!==null&&s.indexOf(x)===-1&&s.push(x),a)}function oT(a,s,u,d,x){switch(s){case"focusin":return Pa=xc(Pa,a,s,u,d,x),!0;case"dragenter":return ja=xc(ja,a,s,u,d,x),!0;case"mouseover":return Ra=xc(Ra,a,s,u,d,x),!0;case"pointerover":var y=x.pointerId;return gc.set(y,xc(gc.get(y)||null,a,s,u,d,x)),!0;case"gotpointercapture":return y=x.pointerId,Oc.set(y,xc(Oc.get(y)||null,a,s,u,d,x)),!0}return!1}function e5(a){var s=An(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,Cu(a.priority,function(){G4(u)});return}}else if(s===31){if(s=c(u),s!==null){a.blockedOn=s,Cu(a.priority,function(){G4(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 V0(a){if(a.blockedOn!==null)return!1;for(var s=a.targetContainers;0<s.length;){var u=gm(a.nativeEvent);if(u===null){u=a.nativeEvent;var d=new u.constructor(u.type,u);Oh=d,u.target.dispatchEvent(d),Oh=null}else return s=kn(u),s!==null&&W4(s),a.blockedOn=u,!1;s.shift()}return!0}function t5(a,s,u){V0(a)&&u.delete(s)}function cT(){xm=!1,Pa!==null&&V0(Pa)&&(Pa=null),ja!==null&&V0(ja)&&(ja=null),Ra!==null&&V0(Ra)&&(Ra=null),gc.forEach(t5),Oc.forEach(t5)}function L0(a,s){a.blockedOn===s&&(a.blockedOn=null,xm||(xm=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,cT)))}var _0=null;function n5(a){_0!==a&&(_0=a,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){_0===a&&(_0=null);for(var s=0;s<a.length;s+=3){var u=a[s],d=a[s+1],x=a[s+2];if(typeof d!="function"){if(Om(d||u)===null)continue;break}var y=kn(u);y!==null&&(a.splice(s,3),s-=3,gd(y,{pending:!0,data:x,method:u.method,action:d},d,x))}}))}function Rs(a){function s(Y){return L0(Y,a)}Pa!==null&&L0(Pa,a),ja!==null&&L0(ja,a),Ra!==null&&L0(Ra,a),gc.forEach(s),Oc.forEach(s);for(var u=0;u<Na.length;u++){var d=Na[u];d.blockedOn===a&&(d.blockedOn=null)}for(;0<Na.length&&(u=Na[0],u.blockedOn===null);)e5(u),u.blockedOn===null&&Na.shift();if(u=(a.ownerDocument||a).$$reactFormReplay,u!=null)for(d=0;d<u.length;d+=3){var x=u[d],y=u[d+1],A=x[Vn]||null;if(typeof y=="function")A||n5(u);else if(A){var Z=null;if(y&&y.hasAttribute("formAction")){if(x=y,A=y[Vn]||null)Z=A.formAction;else if(Om(x)!==null)continue}else Z=A.action;typeof Z=="function"?u[d+1]=Z:(u.splice(d,3),d-=3),n5(u)}}}function r5(){function a(y){y.canIntercept&&y.info==="react-transition"&&y.intercept({handler:function(){return new Promise(function(A){return x=A})},focusReset:"manual",scroll:"manual"})}function s(){x!==null&&(x(),x=null),d||setTimeout(u,20)}function u(){if(!d&&!navigation.transition){var y=navigation.currentEntry;y&&y.url!=null&&navigation.navigate(y.url,{state:y.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var d=!1,x=null;return navigation.addEventListener("navigate",a),navigation.addEventListener("navigatesuccess",s),navigation.addEventListener("navigateerror",s),setTimeout(u,100),function(){d=!0,navigation.removeEventListener("navigate",a),navigation.removeEventListener("navigatesuccess",s),navigation.removeEventListener("navigateerror",s),x!==null&&(x(),x=null)}}}function ym(a){this._internalRoot=a}D0.prototype.render=ym.prototype.render=function(a){var s=this._internalRoot;if(s===null)throw Error(r(409));var u=s.current,d=Sr();U4(u,d,a,s,null,null)},D0.prototype.unmount=ym.prototype.unmount=function(){var a=this._internalRoot;if(a!==null){this._internalRoot=null;var s=a.containerInfo;U4(a.current,2,null,a,null,null),b0(),s[fa]=null}};function D0(a){this._internalRoot=a}D0.prototype.unstable_scheduleHydration=function(a){if(a){var s=ll();a={blockedOn:null,target:a,priority:s};for(var u=0;u<Na.length&&s!==0&&s<Na[u].priority;u++);Na.splice(u,0,a),u===0&&e5(a)}};var i5=e.version;if(i5!=="19.2.6")throw Error(r(527,i5,"19.2.6"));z.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 uT={bundleType:0,version:"19.2.6",rendererPackageName:"react-dom",currentDispatcherRef:N,reconcilerVersion:"19.2.6"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var X0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!X0.isDisabled&&X0.supportsFiber)try{ie=X0.inject(uT),Se=X0}catch{}}return bc.createRoot=function(a,s){if(!i(a))throw Error(r(299));var u=!1,d="",x=f6,y=h6,A=d6;return s!=null&&(s.unstable_strictMode===!0&&(u=!0),s.identifierPrefix!==void 0&&(d=s.identifierPrefix),s.onUncaughtError!==void 0&&(x=s.onUncaughtError),s.onCaughtError!==void 0&&(y=s.onCaughtError),s.onRecoverableError!==void 0&&(A=s.onRecoverableError)),s=F4(a,1,!1,null,null,u,d,null,x,y,A,r5),a[fa]=s.current,em(a),new ym(s)},bc.hydrateRoot=function(a,s,u){if(!i(a))throw Error(r(299));var d=!1,x="",y=f6,A=h6,Z=d6,Y=null;return u!=null&&(u.unstable_strictMode===!0&&(d=!0),u.identifierPrefix!==void 0&&(x=u.identifierPrefix),u.onUncaughtError!==void 0&&(y=u.onUncaughtError),u.onCaughtError!==void 0&&(A=u.onCaughtError),u.onRecoverableError!==void 0&&(Z=u.onRecoverableError),u.formState!==void 0&&(Y=u.formState)),s=F4(a,1,!0,s,u??null,d,x,Y,y,A,Z,r5),s.context=q4(null),u=s.current,d=Sr(),d=Cr(d),x=va(d),x.callback=null,Sa(u,x,d),u=d,s.current.lanes=u,qn(s,u),ui(s),a[fa]=s.current,em(a),new D0(s)},bc.version="19.2.6",bc}var m5;function bT(){if(m5)return Sm.exports;m5=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Sm.exports=yT(),Sm.exports}var vT=bT();function Gt(t){h.useEffect(t,[])}function ST(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(O=>{const b=new Set(O.map(S=>S.id)),v=p.renders.filter(S=>!b.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[...O,...v]})}catch{}},[t]);h.useEffect(()=>{l()},[l]);const o=h.useCallback(async(m={})=>{if(!t)return;const p=m.fps??30,O=m.quality??"standard",b=m.format??"mp4",v=m.resolution,S=Date.now(),w={fps:p,quality:O,format:b};v&&v!=="auto"&&(w.resolution=v);let k;try{k=await fetch(`/api/projects/${t}/render`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)})}catch{const j={id:crypto.randomUUID(),status:"failed",progress:0,error:"Could not reach render server. Use `hyperframes render` from the CLI instead.",filename:"Export failed",createdAt:S};n(Q=>[...Q,j]);return}if(!k.ok){const j={id:crypto.randomUUID(),status:"failed",progress:0,error:`Server error (${k.status}). Check the terminal for details.`,filename:"Export failed",createdAt:S};n(Q=>[...Q,j]);return}const{jobId:M}=await k.json(),$={mp4:".mp4",webm:".webm",mov:".mov"}[b]??".mp4",P={id:M,status:"rendering",progress:0,filename:`${M}${$}`,createdAt:S};n(j=>[...j,P]),i.current=M;const E=new EventSource(`/api/render/${M}/progress`);return r.current=E,E.addEventListener("progress",j=>{try{const Q=JSON.parse(j.data);n(_=>_.map(W=>W.id===M?{...W,progress:Q.progress??W.progress,stage:Q.stage??Q.message??W.stage,status:Q.status==="complete"?"complete":Q.status==="failed"?"failed":W.status,durationMs:Q.status==="complete"?Date.now()-S:void 0,error:Q.error??W.error}:W)),(Q.status==="complete"||Q.status==="failed")&&(E.close(),i.current=null)}catch{}}),E.onerror=()=>{E.close(),n(j=>j.map(Q=>Q.id===M&&Q.status==="rendering"?{...Q,status:"failed",error:"Connection lost. Is the render server running?"}:Q)),i.current=null},M},[t]),c=h.useCallback(async m=>{try{await fetch(`/api/render/${m}`,{method:"DELETE"})}catch{}n(p=>p.filter(O=>O.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 wT="modulepreload",AT=function(t){return"/"+t},p5={},kT=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(O=>({status:"fulfilled",value:O}),O=>({status:"rejected",reason:O}))))};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=AT(m),m in p5)return;p5[m]=!0;const p=m.endsWith(".css"),O=p?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${O}`))return;const b=document.createElement("link");if(b.rel=p?"stylesheet":wT,p||(b.as="script"),b.crossOrigin="",b.href=m,f&&b.setAttribute("nonce",f),document.head.appendChild(b),p)return new Promise((v,S)=>{b.addEventListener("load",v),b.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 TT(t){if(typeof t!="object"||t===null)return!0;const e=t;return e.isLoaded===!0||typeof e.totalFrames=="number"&&e.totalFrames>0}const jb={primary:["bg-white text-neutral-950 font-medium","shadow-btn-primary","hover:bg-neutral-200","active:scale-[0.97]"].join(" "),secondary:["bg-transparent text-neutral-300 font-medium","border border-border","hover:bg-surface-hover hover:text-white hover:border-border-strong","active:scale-[0.98]"].join(" "),danger:["bg-accent-red text-white font-medium","hover:bg-red-600","active:scale-[0.97]"].join(" "),ghost:["bg-transparent text-neutral-400","hover:bg-surface-hover hover:text-white","active:scale-[0.98]"].join(" ")},MT={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"},ET=h.forwardRef(({variant:t="secondary",size:e="md",loading:n,icon:r,children:i,className:l="",disabled:o,...c},f)=>g.jsxs("button",{ref:f,disabled:o||n,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",jb[t],MT[e],l].join(" "),...c,children:[n?g.jsxs("svg",{className:"animate-spin h-3.5 w-3.5",viewBox:"0 0 24 24",fill:"none",children:[g.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),g.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"})]}):r?g.jsx("span",{className:"flex-shrink-0",children:r}):null,i&&g.jsx("span",{children:i})]}));ET.displayName="Button";const $T={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"},QT=h.forwardRef(({icon:t,size:e="md",variant:n="ghost",className:r="",...i},l)=>g.jsx("button",{ref:l,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",jb[n],$T[e],r].join(" "),...i,children:t}));QT.displayName="IconButton";function g5({title:t,detail:e,mono:n,size:r=64,progress:i}){const l=typeof i=="number"&&Number.isFinite(i)?Math.min(1,Math.max(0,i)):void 0,o=Math.round(r*1.16);return g.jsxs("div",{className:"hf-loader",draggable:!1,children:[g.jsx("div",{className:"hf-loader-mark-frame",style:{width:o,height:o},draggable:!1,children:g.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:[g.jsx("g",{className:"hf-loader-mark__mark",transform:"translate(50 50)",children:g.jsx("g",{className:"hf-loader-mark__core",transform:"scale(1)",opacity:".92",children:g.jsxs("g",{transform:"translate(-50 -50)",children:[g.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)"}),g.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)"})]})})}),g.jsxs("defs",{children:[g.jsxs("linearGradient",{id:"hf-loader-grad-left",x1:"48.5676",y1:"25",x2:"44.7804",y2:"71.9384",gradientUnits:"userSpaceOnUse",children:[g.jsx("stop",{stopColor:"#06E3FA"}),g.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]}),g.jsxs("linearGradient",{id:"hf-loader-grad-right",x1:"54.8282",y1:"73.8392",x2:"72.0989",y2:"32.8932",gradientUnits:"userSpaceOnUse",children:[g.jsx("stop",{stopColor:"#06E3FA"}),g.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]})]})]})}),g.jsx("div",{className:"hf-loader-title",children:t}),e&&g.jsx("div",{className:"hf-loader-detail",children:e}),l!==void 0&&g.jsx("div",{className:"hf-loader-progress","aria-hidden":"true",children:g.jsx("div",{className:"hf-loader-progress__fill",style:{transform:`scaleX(${l})`}})}),n&&g.jsx("div",{className:"hf-loader-mono",children:n})]})}const CT=3,ZT=3;function O5(t){return typeof t=="object"&&t!==null}function PT(t){if(!(t instanceof CustomEvent))return null;const e=t.detail;if(!O5(e))return null;const n=e.state;return O5(n)?n.loading===!0&&n.ready!==!0:null}const jT=400;function RT(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 NT(t){const e=t.tagName.toLowerCase();return e==="video"||e==="audio"}function x5(t,e){try{const n=t.contentWindow,r=t.contentDocument;if(!n||!r)return e;for(const l of r.querySelectorAll("video, audio"))if(NT(l)&&!l.error&&l.networkState!==ZT&&l.readyState<CT)return!0;const i=n.__hfLottie;if(i!=null&&i.length){for(const l of i)if(!TT(l))return!0}return!1}catch{return e}}const _2=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),O=h.useRef(null),[b,v]=h.useState(!1),[S,w]=h.useState(!1),[k,M]=h.useState(!1),[R,$]=h.useState(!1),[P,E]=h.useState(!0),[j,Q]=h.useState(!0);h.useEffect(()=>{if(!P){Q(!0);return}const G=setTimeout(()=>Q(!1),jT);return()=>clearTimeout(G)},[P]),Gt(()=>{const G=f.current;if(!G)return;let X=!1,H;return kT(()=>import("./hyperframes-player-DOFETgjy.js"),[]).then(()=>{if(X)return;const q=document.createElement("hyperframes-player"),oe=e||`/api/projects/${t}/preview`;q.setAttribute("shader-capture-scale","1"),q.setAttribute("shader-loading","player"),q.setAttribute("src",oe),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",G.appendChild(q),RT(q);const D=q.iframeElement;typeof c=="function"?c(D):c&&(c.current=D);const N=T=>T.stopImmediatePropagation();q.addEventListener("click",N,{capture:!0});const z=T=>{const C=PT(T);C!==null&&$(C)};q.addEventListener("shadertransitionstate",z);const V=()=>{E(!1)},L=()=>{E(!1)};q.addEventListener("ready",V),q.addEventListener("error",L);const F=()=>{if(m.current++,$(!1),E(!0),m.current>1){G.classList.remove("preview-revealing"),G.offsetWidth,G.classList.add("preview-revealing");const C=()=>G.classList.remove("preview-revealing");G.addEventListener("animationend",C,{once:!0})}n(),p.current&&clearInterval(p.current);let T=x5(D,!1);if(T){v(!0);let C=0;p.current=setInterval(()=>{C+=1,T=x5(D,T),(!T||C>100)&&(p.current&&clearInterval(p.current),p.current=null,v(!1),T&&console.debug("[Player] Asset-loading overlay timed out after 10s; hiding anyway. Check network or asset integrity."))},100)}else v(!1)};D.addEventListener("load",F),H=()=>{D.removeEventListener("load",F),q.removeEventListener("click",N,{capture:!0}),q.removeEventListener("shadertransitionstate",z),q.removeEventListener("ready",V),q.removeEventListener("error",L),p.current&&clearInterval(p.current),p.current=null,G.removeChild(q),typeof c=="function"?c(null):c&&(c.current=null)}}),()=>{X=!0,H==null||H()}}),h.useEffect(()=>{if(O.current&&(clearTimeout(O.current),O.current=null),b){w(!0),M(!1);return}return M(!0),O.current=setTimeout(()=>{w(!1),M(!1),O.current=null},240),()=>{O.current&&(clearTimeout(O.current),O.current=null)}},[b]);const _=!o&&!j&&P,W=S&&!R&&!_;return h.useEffect(()=>{r==null||r(_||W)},[r,_,W]),g.jsxs("div",{className:"relative w-full h-full max-w-full max-h-full overflow-hidden bg-black flex items-center justify-center",style:l,children:[g.jsx("div",{ref:f,className:"w-full h-full"}),_&&g.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:G=>G.preventDefault(),onMouseDown:G=>G.preventDefault(),onPointerDown:G=>G.preventDefault(),children:g.jsx(g5,{title:"Loading composition",detail:"Preparing the Studio preview.",size:56})}),W&&g.jsx("div",{className:"absolute inset-0 bg-black flex items-center justify-center z-20 select-none","data-hyperframes-ignore":"",draggable:!1,style:{opacity:k?0:1,pointerEvents:k?"none":"auto",transition:"opacity 240ms ease-out"},onDragStart:G=>G.preventDefault(),onMouseDown:G=>G.preventDefault(),onPointerDown:G=>G.preventDefault(),children:g.jsx(g5,{title:"Preparing preview assets",detail:"Waiting for media and motion assets before playback starts.",size:56})})]})});_2.displayName="Player";const gu=30;function Gn(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 D2(t,e=gu){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:Math.round(t*e)}function Rb(t,e=gu){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:t/e}function X2(t,e,n=gu){const r=D2(t,n),i=Math.max(0,r+e);return Rb(i,n)}function y5(t,e,n=gu){const r=D2(t,n),i=D2(e,n);return`${r}f / ${i}f`}const b5=t=>{let e;const n=new Set,r=(m,p)=>{const O=typeof m=="function"?m(e):m;if(!Object.is(O,e)){const b=e;e=p??(typeof O!="object"||O===null)?O:Object.assign({},e,O),n.forEach(v=>v(e,b))}},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},VT=(t=>t?b5(t):b5),LT=t=>t;function _T(t,e=LT){const n=z0.useSyncExternalStore(t.subscribe,z0.useCallback(()=>e(t.getState()),[t,e]),z0.useCallback(()=>e(t.getInitialState()),[t,e]));return z0.useDebugValue(n),n}const v5=t=>{const e=VT(t),n=r=>_T(e,r);return Object.assign(n,e),n},Nb=(t=>t?v5(t):v5),Tm=new Set,Oi={notify:t=>Tm.forEach(e=>e(t)),subscribe:t=>(Tm.add(t),()=>Tm.delete(t))},Ze=Nb(t=>({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null,playbackRate:1,loopEnabled:!1,zoomMode:"fit",manualZoomPercent:100,setIsPlaying:e=>t({isPlaying:e}),setPlaybackRate:e=>t({playbackRate:e}),setLoopEnabled:e=>t({loopEnabled:e}),setZoomMode:e=>t({zoomMode:e}),setManualZoomPercent:e=>t({manualZoomPercent:Math.max(10,Math.min(2e3,Math.round(e)))}),setCurrentTime:e=>t({currentTime:Number.isFinite(e)?e:0}),setDuration:e=>t({duration:Number.isFinite(e)?e:0}),setTimelineReady:e=>t({timelineReady:e}),setElements:e=>t({elements:e}),setSelectedElementId:e=>t({selectedElementId:e}),updateElement:(e,n)=>t(r=>({elements:r.elements.map(i=>(i.key??i.id)===e?{...i,...n}:i)})),reset:()=>t({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null})})),DT=[.25,.5,1,1.5,2],XT=8,zT=[{key:"J",label:"Play backward"},{key:"K",label:"Stop playback"},{key:"L",label:"Play forward"},{key:"←/→",label:"Step one frame backward or forward"}];function HT(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,XT/n);return i<=l?0:i>=1-l?1:i}const YT=h.memo(function({onTogglePlay:e,onSeek:n,disabled:r=!1}){const i=Ze(V=>V.isPlaying),l=Ze(V=>V.duration),o=Ze(V=>V.timelineReady),c=Ze(V=>V.playbackRate),f=Ze(V=>V.loopEnabled),m=Ze.getState().setPlaybackRate,p=Ze.getState().setLoopEnabled,[O,b]=h.useState(!1),[v,S]=h.useState("time"),[w,k]=h.useState(""),M=h.useRef(null),R=h.useRef(null),$=h.useRef(null),P=h.useRef(null),E=h.useRef(null),j=h.useRef(null),Q=h.useRef(!1),_=h.useRef(0),W=h.useRef(v);W.current=v;const G=h.useRef(l);G.current=l;const X=r||!o;Gt(()=>{const V=T=>{_.current=T;const C=G.current,B=C>0?Math.min(100,T/C*100):0;M.current&&(M.current.style.width=`${B}%`),R.current&&(R.current.style.left=`${B}%`),$.current&&($.current.textContent=W.current==="frame"?y5(T,C):Gn(T)),E.current&&E.current.setAttribute("aria-valuenow",String(Math.round(T)))},L=Oi.subscribe(V);V(Ze.getState().currentTime);const F=setInterval(()=>{const T=Ze.getState().currentTime,C=Ze.getState().duration;if(C>0&&T>0){const B=Math.min(100,T/C*100);M.current&&(M.current.style.width=`${B}%`),R.current&&(R.current.style.left=`${B}%`)}},500);return()=>{L(),clearInterval(F)}}),h.useEffect(()=>{if(!$.current)return;const V=_.current;$.current.textContent=v==="frame"?y5(V,l):Gn(V)},[l,v]),h.useEffect(()=>{if(!O)return;const V=L=>{j.current&&!j.current.contains(L.target)&&b(!1)};return document.addEventListener("mousedown",V),()=>{document.removeEventListener("mousedown",V)}},[O]);const H=h.useCallback(V=>{if(r)return;const L=P.current;if(!L||l<=0)return;const F=L.getBoundingClientRect(),T=HT(V,F.left,F.width),C=T*100;M.current&&(M.current.style.width=`${C}%`),R.current&&(R.current.style.left=`${C}%`),n(T*l)},[r,l,n]),q=h.useCallback(V=>{if(V.button!==0)return;V.preventDefault(),V.currentTarget.focus(),Q.current=!0;const L=V.currentTarget,F=V.pointerId;try{L.setPointerCapture(F)}catch{}H(V.clientX);const T=ue=>{ue.pointerId===F&&Q.current&&H(ue.clientX)},C=()=>{Q.current=!1;try{L.releasePointerCapture(F)}catch{}L.removeEventListener("pointermove",T),L.removeEventListener("pointerup",B),L.removeEventListener("pointercancel",B),window.removeEventListener("pointerup",B),window.removeEventListener("pointercancel",B),document.removeEventListener("visibilitychange",ee),window.removeEventListener("blur",C)},B=ue=>{ue.pointerId===F&&C()},ee=()=>{document.visibilityState==="hidden"&&C()};L.addEventListener("pointermove",T),L.addEventListener("pointerup",B),L.addEventListener("pointercancel",B),window.addEventListener("pointerup",B),window.addEventListener("pointercancel",B),document.addEventListener("visibilitychange",ee),window.addEventListener("blur",C)},[H]),oe=h.useCallback(V=>{if(r||!o||l<=0)return;const L=V.shiftKey?10:1;V.key==="ArrowLeft"?(V.preventDefault(),n(X2(_.current,-L))):V.key==="ArrowRight"&&(V.preventDefault(),n(Math.min(l,X2(_.current,L))))},[r,o,l,n]),D=h.useCallback(()=>{if(r)return;const V=Number.parseInt(w,10);!Number.isFinite(V)||l<=0||n(Math.min(l,Rb(Math.max(0,V))))},[r,l,w,n]),N=h.useCallback(V=>{V.preventDefault(),D()},[D]),z=h.useCallback(V=>{V.key==="Enter"&&(V.preventDefault(),D())},[D]);return g.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:[g.jsx("button",{type:"button","aria-label":i?"Pause":"Play",onClick:e,disabled:X,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?g.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:[g.jsx("rect",{x:"6",y:"4",width:"4",height:"16",rx:"1"}),g.jsx("rect",{x:"14",y:"4",width:"4",height:"16",rx:"1"})]}):g.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:g.jsx("polygon",{points:"6,3 20,12 6,21"})})}),g.jsxs("span",{className:"font-mono text-[11px] tabular-nums flex-shrink-0 w-[118px]",style:{color:"#A1A1AA"},children:[g.jsx("span",{ref:$,children:Gn(0)}),v==="time"?g.jsxs(g.Fragment,{children:[g.jsx("span",{style:{color:"#3F3F46",margin:"0 2px"},children:"/"}),g.jsx("span",{style:{color:"#52525B"},children:Gn(l)})]}):null]}),g.jsx("div",{ref:V=>{P.current=V,E.current=V},role:"slider",tabIndex:r?-1:0,"aria-label":"Seek","aria-disabled":r||void 0,"aria-valuemin":0,"aria-valuemax":Math.round(l),"aria-valuenow":0,className:`min-w-[96px] flex-1 h-6 flex items-center group ${r?"cursor-not-allowed opacity-50":"cursor-pointer"}`,style:{touchAction:"none"},onPointerDown:q,onKeyDown:oe,children:g.jsxs("div",{className:"w-full rounded-full relative",style:{background:"rgba(255,255,255,0.15)",height:"3px"},children:[g.jsx("div",{ref:M,className:"absolute top-0 bottom-0 left-0 z-[1] rounded-full",style:{background:"linear-gradient(90deg, var(--hf-accent, #3CE6AC), #2BBFA0)"}}),g.jsx("div",{ref:R,className:"absolute top-1/2 z-[2] w-3 h-3 rounded-full -translate-y-1/2 -translate-x-1/2 transition-transform group-hover:scale-125",style:{background:"var(--hf-accent, #3CE6AC)",boxShadow:"0 0 6px rgba(60,230,172,0.4), 0 1px 4px rgba(0,0,0,0.4)"}})]})}),g.jsxs("div",{ref:j,className:"relative flex-shrink-0",children:[g.jsx("button",{type:"button",onClick:()=>b(V=>!V),disabled:r,className:"w-10 px-2 py-1 rounded-md text-[10px] font-mono tabular-nums transition-colors",style:{color:"#71717A",background:"rgba(255,255,255,0.04)"},children:c===1?"1x":`${c}x`}),O&&g.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:DT.map(V=>g.jsxs("button",{onClick:()=>{m(V),b(!1)},className:"block w-full px-3 py-1.5 text-[11px] text-left font-mono tabular-nums transition-colors",style:{color:V===c?"#FAFAFA":"#71717A",background:V===c?"rgba(255,255,255,0.06)":"transparent"},onMouseEnter:L=>{V!==c&&(L.currentTarget.style.background="rgba(255,255,255,0.04)")},onMouseLeave:L=>{V!==c&&(L.currentTarget.style.background="transparent")},children:[V,"x"]},V))})]}),g.jsx("button",{type:"button",onClick:()=>p(!f),disabled:r,className:`h-7 w-14 rounded-md border px-2 text-[10px] font-medium transition-colors ${f?"text-studio-accent bg-studio-accent/10 border-studio-accent/30":"border-neutral-700 text-neutral-400 hover:border-neutral-500 hover:bg-neutral-800"}`,title:"Loop playback","aria-label":f?"Disable loop playback":"Enable loop playback","aria-pressed":f,children:"Loop"}),g.jsx("button",{type:"button",onClick:()=>S(V=>V==="time"?"frame":"time"),disabled:r,className:"h-7 w-14 rounded-md border border-neutral-700 px-2 text-[10px] font-mono text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800",title:"Toggle time/frame display","aria-label":"Toggle time and frame display",children:v==="time"?"m:ss":"frames"}),g.jsx("form",{onSubmit:N,className:"hidden sm:flex flex-shrink-0 w-[58px] items-center",children:g.jsx("input",{value:w,onChange:V=>k(V.target.value),disabled:r,inputMode:"numeric",pattern:"[0-9]*","aria-label":"Jump to frame",placeholder:"frame",className:"h-7 w-[58px] rounded-md border border-neutral-700 bg-neutral-900 px-2 text-[10px] font-mono tabular-nums text-neutral-200 outline-none transition-colors placeholder:text-neutral-600 focus:border-studio-accent/60",onKeyDown:z,onBlur:D})}),g.jsx("div",{className:"hidden lg:flex items-center gap-1 text-[9px] font-mono text-neutral-500","aria-label":"Playback shortcuts: J backward, K stop, L forward, arrows step one frame",children:zT.map(V=>g.jsxs("span",{className:"group relative rounded border border-neutral-800 px-1 py-0.5",children:[V.key,g.jsx("span",{className:"pointer-events-none absolute bottom-full left-1/2 z-50 mb-1.5 hidden -translate-x-1/2 whitespace-nowrap rounded-md border border-neutral-700 bg-neutral-950 px-2 py-1 font-sans text-[10px] text-neutral-200 shadow-lg group-hover:block",children:V.label})]},V.key))})]})}),S5="#3CE6AC",BT="#E9FFF6",FT="rgba(60,230,172,0.12)";function mi(){return{clip:S5,accent:S5,label:BT,iconBackground:FT}}const w5={video:mi(),audio:mi(),img:mi(),div:mi(),span:mi(),p:mi(),h1:mi(),section:mi(),sfx:mi()},qT=mi(),Vb={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 UT(t){const e=t.toLowerCase();return e.startsWith("h")&&e.length===2&&"123456".includes(e[1]??"")?w5.h1:w5[e]??qT}function IT({isHovered:t,isSelected:e,isDragging:n}){return n?.95:e?.82:t?.76:0}function WT({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 A5=100;function Hs(t){return Math.round(t*A5)/A5}function Uc(t,e,n){return Math.min(Math.max(t,e),n)}const k5=.55,H0=40,T5=12;function M5(t,e,n){const r=(i,l,o)=>{if(o<i+H0){const c=Math.max(0,1-(o-i)/H0);return-Math.round(T5*c)}if(o>l-H0){const c=Math.max(0,1-(l-o)/H0);return Math.round(T5*c)}return 0};return{x:r(t.left,t.right,e),y:r(t.top,t.bottom,n)}}function GT(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=Uc(m,0,Math.max(0,t.trackOrder.length-1)),O=Math.min(...t.trackOrder),b=Math.max(...t.trackOrder);let v=t.trackOrder[p]??t.track;const S=f===0,w=f===t.trackOrder.length-1;return S&&m<0&&f+o<=-k5?v=O-1:w&&m>t.trackOrder.length-1&&f+o>=t.trackOrder.length-1+k5&&(v=b+1),{start:Uc(Hs(t.start+l),0,Math.max(0,t.maxStart)),track:v}}function Mm(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 KT(t,e,n){const r=Math.max(.05,t.minDuration??.1),i=(n-t.originClientX)/Math.max(t.pixelsPerSecond,1);if(e==="end"){const v=Uc(Hs(t.duration+i),r,Math.max(r,t.maxEnd-t.start));return{start:t.start,duration:v,playbackStart:t.playbackStart}}const l=Math.max(.1,t.playbackRate??1),o=t.playbackStart!=null?t.playbackStart/l:Number.POSITIVE_INFINITY,c=-Math.min(t.start-t.minStart,o),f=t.duration-r,m=Uc(i,c,f),p=Hs(t.start+m),O=Hs(t.duration-m),b=t.playbackStart!=null?Hs(Math.max(0,t.playbackStart+m*l)):void 0;return{start:p,duration:O,playbackStart:b}}function JT(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 eM(t){return!!(t.domId||t.selector)}function tM(t){if(t.playbackStartAttr!=null||t.playbackStart!=null)return!0;const e=t.tag.toLowerCase();return["video","audio"].includes(e)}function Lb(t){if(t.timingSource==="implicit")return{canMove:!1,canTrimStart:!1,canTrimEnd:!1};const e=eM(t),n=Number.isFinite(t.duration)&&t.duration>0,r=JT(t);return{canMove:e&&(r||n),canTrimEnd:e&&n&&r,canTrimStart:e&&n&&tM(t)}}function nM(t){if(t.capabilities.canMove)return null;const e=Math.max(0,t.width),n=Uc(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 rM(t,e){return{start:t.start,end:t.start+t.duration,anchorX:e.anchorX,anchorY:e.anchorY}}function iM({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}) — ${Gn(c.start)} to ${Gn(c.start+c.duration)}, track ${c.track}`).join(`
50
+ `);return`Edit the following HyperFrames composition:
51
+
52
+ Time range: ${Gn(i)} — ${Gn(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 E5(t){return t.trim()}function Al(t){return Number(Hs(t).toFixed(2)).toString()}const $5=h.memo(function({el:e,pps:n,clipY:r,isSelected:i,isHovered:l,isDragging:o=!1,hasCustomContent:c,theme:f=Vb,trackStyle:m,isComposition:p,onHoverStart:O,onHoverEnd:b,onPointerDown:v,onResizeStart:S,onClick:w,onDoubleClick:k,children:M}){const R=e.start*n,$=Math.max(e.duration*n,4),P=IT({isHovered:l,isSelected:i,isDragging:o}),E=i?f.clipBorderActive:l?f.clipBorderHover:f.clipBorder,j=o?f.clipShadowDragging:i?f.clipShadowActive:l?f.clipShadowHover:f.clipShadow,Q=Lb(e),_=e.label||e.id||e.tag,W=P>.01;return g.jsxs("div",{"data-clip":"true",className:c?"absolute overflow-hidden":"absolute flex items-center overflow-hidden",style:{left:R,width:$,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 ${E}`,boxShadow:j,transition:"border-color 120ms ease-out, box-shadow 140ms ease-out, background 140ms ease-out",zIndex:o?20:i?10:l?5:1,cursor:Q.canMove?"grab":"default",transform:o?"translateY(-1px)":void 0},title:p?`${e.compositionSrc} • Double-click to open`:`${_} • ${e.start.toFixed(1)}s – ${(e.start+e.duration).toFixed(1)}s`,onPointerEnter:O,onPointerLeave:b,onPointerDown:v,onClick:w,onDoubleClick:k,children:[g.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:G=>S==null?void 0:S("start",G),style:{position:"absolute",left:0,top:0,bottom:0,width:18,opacity:W&&Q.canTrimStart?1:0,pointerEvents:S&&Q.canTrimStart?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:W&&Q.canTrimStart?`linear-gradient(90deg, ${m.accent}4d 0%, ${m.accent}22 42%, transparent 100%)`:"transparent"},children:g.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:P,pointerEvents:"none"}})}),g.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:G=>S==null?void 0:S("end",G),style:{position:"absolute",right:0,top:0,bottom:0,width:18,opacity:W&&Q.canTrimEnd?1:0,pointerEvents:S&&Q.canTrimEnd?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:W&&Q.canTrimEnd?`linear-gradient(270deg, ${m.accent}4d 0%, ${m.accent}22 42%, transparent 100%)`:"transparent"},children:g.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:P,pointerEvents:"none"}})}),M]})});function Q5(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 aM(){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 Ic(t){const e=aM();if(e&&Q5(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&&Q5(t)}function lM({rangeStart:t,rangeEnd:e,anchorX:n,anchorY:r,onClose:i}){const l=Ze(E=>E.elements),[o,c]=h.useState(""),[f,m]=h.useState(!1),[p,O]=h.useState(!1),b=h.useRef(null),v=h.useRef(null),S=Math.min(t,e),w=Math.max(t,e),k=h.useMemo(()=>l.filter(E=>{const j=E.start+E.duration;return E.start<w&&j>S}),[l,S,w]);Gt(()=>{setTimeout(()=>{var E;return(E=v.current)==null?void 0:E.focus()},50)}),Gt(()=>{const E=j=>{j.key==="Escape"&&i()};return window.addEventListener("keydown",E),()=>window.removeEventListener("keydown",E)}),Gt(()=>{const E=j=>{b.current&&!b.current.contains(j.target)&&i()};return setTimeout(()=>window.addEventListener("mousedown",E),100),()=>window.removeEventListener("mousedown",E)});const M=h.useCallback(()=>iM({rangeStart:S,rangeEnd:w,elements:k,prompt:o}),[S,w,k,o]),R=h.useCallback(async()=>{await Ic(M())&&(m(!0),setTimeout(()=>{m(!1),i()},800))},[M,i]),$=h.useCallback(async()=>{const E=E5(o);!E||!await Ic(E)||(O(!0),setTimeout(()=>{O(!1)},800))},[o]),P={position:"fixed",left:Math.max(8,Math.min(n-160,window.innerWidth-336)),top:Math.max(8,r-280),zIndex:200};return g.jsx("div",{ref:b,style:P,children:g.jsxs("div",{className:"w-80 bg-neutral-900 border border-neutral-700/60 rounded-xl shadow-2xl shadow-black/40 overflow-hidden",children:[g.jsxs("div",{className:"flex items-center justify-between px-4 py-2.5 border-b border-neutral-800/60",children:[g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-studio-accent"}),g.jsxs("span",{className:"text-[11px] font-medium text-neutral-300",children:[Gn(S)," — ",Gn(w)]})]}),g.jsxs("span",{className:"text-[10px] text-neutral-600",children:[k.length," element",k.length!==1?"s":""]})]}),k.length>0&&g.jsx("div",{className:"px-4 py-2 border-b border-neutral-800/40 max-h-24 overflow-y-auto",children:k.map(E=>g.jsxs("div",{className:"flex items-center justify-between py-0.5",children:[g.jsxs("span",{className:"text-[10px] font-mono text-studio-accent/80",children:["#",E.id]}),g.jsx("span",{className:"text-[10px] text-neutral-600",children:E.tag})]},E.id))}),g.jsx("div",{className:"p-3",children:g.jsx("textarea",{ref:v,value:o,onChange:E=>c(E.target.value),onKeyDown:E=>{E.key==="Enter"&&(E.metaKey||E.ctrlKey)&&(E.preventDefault(),R())},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"})}),g.jsxs("div",{className:"grid grid-cols-2 gap-2 px-3 pb-3",children:[g.jsx("button",{onClick:$,disabled:!E5(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"}),g.jsxs("button",{onClick:R,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&&g.jsx("span",{className:"text-[9px] text-studio-accent/50 ml-1.5",children:"Cmd+Enter"})]})]})]})})}const sM=10,oM=2e3,cM=.8,uM=1.25,fM=.0035;function hg(t){return Number.isFinite(t)?Math.max(sM,Math.min(oM,Math.round(t))):100}function Pf(t,e){return t==="fit"?100:hg(e)}function hM(t,e,n){if(!Number.isFinite(t)||t<=0)return 100;const r=Pf(e,n);return e==="fit"?t:t*(r/100)}function C5(t,e,n){const r=Pf(e,n),i=t==="in"?r*uM:r*cM;return hg(i)}function dM(t,e,n){const r=Pf(e,n);return!Number.isFinite(t)||t===0?r:hg(r*Math.exp(-t*fM))}const Wc=/\.(jpg|jpeg|png|gif|webp|svg|ico)$/i,dg=/\.(mp4|webm|mov)$/i,mg=/\.(mp3|wav|ogg|m4a|aac)$/i,C1=/\.(woff|woff2|ttf|ttc|otf|eot)$/i,_b=/\.(mp4|webm|mov|mp3|wav|ogg|m4a|aac|jpg|jpeg|png|gif|webp|svg|ico)$/i;function Db(t){return _b.test(t)}const z2="application/x-hyperframes-asset",mM=5;function Z5(t){return Wc.test(t)?"image":dg.test(t)?"video":mg.test(t)?"audio":null}function pM(t,e){const i=(t.split("/").pop()??"asset").replace(/\.[^.]+$/,"").replace(/[^a-zA-Z0-9_-]+/g,"_").replace(/^_+|_+$/g,"").toLowerCase()||"asset",l=new Set(e);if(!l.has(i))return i;let o=2;for(;l.has(`${i}_${o}`);)o+=1;return`${i}_${o}`}function gM(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 OM(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:mM),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),O=p+Math.max(0,m.duration);return i<O&&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 xM(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 yM(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 bM(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)}`}const gn=32,Ls=72,Ys=24,P5=3,vM=18,SM=20,bo="/icons/timeline";function vo({src:t}){return g.jsx("img",{src:t,alt:"",width:12,height:12,style:{filter:"brightness(0) invert(1)"},draggable:!1})}const wM=g.jsx(vo,{src:`${bo}/captions.svg`}),j5=g.jsx(vo,{src:`${bo}/image.svg`}),AM=g.jsx(vo,{src:`${bo}/music.svg`}),R5=g.jsx(vo,{src:`${bo}/text.svg`}),H2=g.jsx(vo,{src:`${bo}/composition.svg`}),kM=g.jsx(vo,{src:`${bo}/audio.svg`}),N5={video:j5,audio:AM,img:j5,div:H2,span:wM,p:R5,h1:R5,section:H2,sfx:kM};function vc(t){const e=UT(t),n=t.toLowerCase(),r=n.startsWith("h")&&n.length===2&&"123456".includes(n[1]??"")?N5.h1:N5[n]??H2;return{...e,icon:r}}function TM(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 MM(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 EM(t,e){if(t<=0||!Number.isFinite(t)||t>7200)return{major:[],minor:[]};const n=TM(t,e),r=MM(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 $M(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`${Gn(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 Gn(r)}function V5(t,e,n){return t==="fit"||!Number.isFinite(e)||!Number.isFinite(n)?!1:e-n>1}function QM(t,e,n){return t==="manual"&&e==="fit"?0:n}function CM(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 L5(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?gn:gn+Math.max(0,t)*Math.max(0,e)}function ZM(t){return Ys+Math.max(0,t)*Ls+SM}function PM(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?!0:t-e<=1}function jM(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 _5(t,e,n){const r=e-t.rectLeft+t.scrollLeft-gn,i=n-t.rectTop+t.scrollTop-Ys,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:jM(t.trackOrder,o)}}const RM=h.memo(function({onSeek:e,onDrillDown:n,renderClipContent:r,renderClipOverlay:i,onFileDrop:l,onAssetDrop:o,onDeleteElement:c,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,onSelectElement:O,theme:b}={}){const v=h.useMemo(()=>({...Vb,...b}),[b]),S=Ze(K=>K.elements),w=Ze(K=>K.duration),k=Ze(K=>K.timelineReady),M=Ze(K=>K.selectedElementId),R=Ze(K=>K.setSelectedElementId),$=Ze(K=>K.updateElement),P=Ze(K=>K.currentTime),E=Ze(K=>K.zoomMode),j=Ze(K=>K.manualZoomPercent),Q=Ze(K=>K.setZoomMode),_=Ze(K=>K.setManualZoomPercent),W=h.useRef(null),G=h.useRef(null),X=h.useRef(null),[H,q]=h.useState(null),oe=h.useRef(!1),D=h.useRef(null),[N,z]=h.useState(!1);Gt(()=>{const K=xe=>xe.key==="Shift"&&z(!0),be=xe=>xe.key==="Shift"&&z(!1),Ce=()=>z(!1);return window.addEventListener("keydown",K),window.addEventListener("keyup",be),window.addEventListener("blur",Ce),()=>{window.removeEventListener("keydown",K),window.removeEventListener("keyup",be),window.removeEventListener("blur",Ce)}});const V=h.useRef(!1),L=h.useRef(0),[F,T]=h.useState(null),[C,B]=h.useState(null),ee=h.useRef(null);ee.current=C;const[ue,ye]=h.useState(null),Oe=h.useRef(null);Oe.current=ue;const He=h.useRef(null),Ye=h.useRef(f);Ye.current=f;const se=h.useRef(m);se.current=m;const me=h.useRef(c);me.current=c;const ve=h.useRef(!1),[we,pe]=h.useState(!1),[Pe,je]=h.useState(!0),[Ie,We]=h.useState(0),tt=h.useRef(null),mt=h.useRef(0),Ae=h.useCallback(()=>{const K=X.current;je(K?PM(K.scrollHeight,K.clientHeight):!0)},[]),$e=h.useCallback(()=>{mt.current&&cancelAnimationFrame(mt.current),mt.current=requestAnimationFrame(()=>{mt.current=0,Ae()})},[Ae]),Fe=h.useCallback(K=>{tt.current&&(tt.current.disconnect(),tt.current=null),G.current=K,K&&(We(K.clientWidth),$e(),tt.current=new ResizeObserver(([be])=>{We(be.contentRect.width),$e()}),tt.current.observe(K))},[$e]);Gt(()=>()=>{var K;(K=tt.current)==null||K.disconnect(),mt.current&&cancelAnimationFrame(mt.current)});const Ve=h.useMemo(()=>{const K=Number.isFinite(w)?w:0;if(S.length===0)return K;const be=Math.max(...S.map(xe=>xe.start+xe.duration)),Ce=Math.max(K,be);return Number.isFinite(Ce)?Ce:K},[S,w]),qe=h.useMemo(()=>{const K=new Map;for(const be of S){const Ce=K.get(be.track)??[];Ce.push(be),K.set(be.track,Ce)}return Array.from(K.entries()).sort(([be],[Ce])=>be-Ce)},[S]),at=h.useMemo(()=>{var be;const K=new Map;for(const[Ce,xe]of qe)K.set(Ce,vc(((be=xe[0])==null?void 0:be.tag)??""));return K},[qe]),xt=h.useMemo(()=>qe.map(([K])=>K),[qe]),Pt=h.useRef(xt);Pt.current=xt;const an=h.useMemo(()=>!(C!=null&&C.started)||xt.length===0||xt.includes(C.previewTrack)?xt:[...xt,C.previewTrack].sort((K,be)=>K-be),[C,xt]),wn=ZM(an.length),er=h.useMemo(()=>S.find(K=>(K.key??K.id)===M)??null,[S,M]),ae=h.useRef(er);ae.current=er;const ie=Ie>gn&&Ve>0?(Ie-gn-2)/Ve:100,Se=hM(ie,E,j),ke=Math.max(0,Ve*Se),Qe=h.useRef(E);Qe.current=E;const yt=h.useRef(j);yt.current=j;const Ke=h.useRef(E),pt=h.useRef(ie);pt.current=ie;const Ue=h.useRef(Ve);Ue.current=Ve;const ge=h.useRef(Se);ge.current=Se;const Me=h.useCallback(K=>{!W.current||Ue.current<=0||(W.current.style.left=`${L5(K,ge.current)}px`)},[]);h.useEffect(()=>{Me(P)},[P,Se,Me]),h.useEffect(()=>{const K=X.current;if(!K){Ke.current=E;return}K.scrollLeft=QM(Ke.current,E,K.scrollLeft),Ke.current=E},[E]),Gt(()=>Oi.subscribe(be=>{const Ce=Ue.current;if(!W.current||Ce<=0)return;const xe=L5(be,ge.current);W.current.style.left=`${xe}px`;const Xe=X.current;if(Xe&&!oe.current&&V5(Qe.current,Xe.scrollWidth,Xe.clientWidth)){const Te=Xe.scrollLeft+Xe.clientWidth,Qt=Xe.scrollLeft,Tn=Xe.clientWidth*.12;xe>Te-Tn?Xe.scrollLeft=xe-Xe.clientWidth*.15:xe<Qt+gn&&(Xe.scrollLeft=Math.max(0,xe-gn))}}));const rt=h.useRef(0),ot=h.useRef(0),vt=h.useRef(null),gt=h.useCallback((K,be,Ce)=>{const xe=X.current,Xe=GT({start:K.element.start,track:K.element.track,duration:K.element.duration,originClientX:K.originClientX,originClientY:K.originClientY,originScrollLeft:K.originScrollLeft,originScrollTop:K.originScrollTop,currentScrollLeft:(xe==null?void 0:xe.scrollLeft)??K.originScrollLeft,currentScrollTop:(xe==null?void 0:xe.scrollTop)??K.originScrollTop,pixelsPerSecond:ge.current,trackHeight:Ls,maxStart:Math.max(0,Ue.current-K.element.duration),trackOrder:Pt.current},be,Ce);return{...K,started:!0,pointerClientX:be,pointerClientY:Ce,previewStart:Xe.start,previewTrack:Xe.track}},[]),Vt=h.useCallback(()=>{vt.current=null,ot.current&&(cancelAnimationFrame(ot.current),ot.current=0)},[]),Fn=h.useCallback(()=>{ot.current=0;const K=ee.current,be=vt.current,Ce=X.current;if(!K||!be||!Ce)return;const xe=Ce.getBoundingClientRect(),Xe=M5(xe,be.clientX,be.clientY);if(Xe.x===0&&Xe.y===0)return;const Te=Math.max(0,Ce.scrollWidth-Ce.clientWidth),Qt=Math.max(0,Ce.scrollHeight-Ce.clientHeight),Tn=Math.max(0,Math.min(Te,Ce.scrollLeft+Xe.x)),ln=Math.max(0,Math.min(Qt,Ce.scrollTop+Xe.y));(Tn!==Ce.scrollLeft||ln!==Ce.scrollTop)&&(Ce.scrollLeft=Tn,Ce.scrollTop=ln,B(Ln=>Ln&&gt(Ln,be.clientX,be.clientY)),ot.current=requestAnimationFrame(Fn))},[gt]),qn=h.useCallback((K,be)=>{vt.current={clientX:K,clientY:be};const Ce=X.current;if(!Ce)return;const xe=Ce.getBoundingClientRect(),Xe=M5(xe,K,be);if(Xe.x===0&&Xe.y===0){ot.current&&(cancelAnimationFrame(ot.current),ot.current=0);return}ot.current||(ot.current=requestAnimationFrame(Fn))},[Fn]),Qr=h.useRef(gt);Qr.current=gt;const Et=h.useRef(qn);Et.current=qn;const Br=h.useRef(Vt);Br.current=Vt;const mn=h.useCallback(K=>{const be=X.current;if(!be||Ve<=0)return;const Ce=be.getBoundingClientRect(),xe=be.scrollLeft,Xe=K-Ce.left+xe-gn;if(Xe<0)return;const Te=Math.max(0,Math.min(Ve,Xe/Se));Oi.notify(Te),e==null||e(Te)},[Ve,e,Se]),Cr=h.useCallback(K=>{cancelAnimationFrame(rt.current);const be=X.current;if(!be||!oe.current||!V5(Qe.current,be.scrollWidth,be.clientWidth))return;const Ce=be.getBoundingClientRect(),xe=40,Xe=12;let Te=0;if(K<Ce.left+xe){const Qt=Math.max(0,1-(K-Ce.left)/xe);Te=-Xe*Qt}else if(K>Ce.right-xe){const Qt=Math.max(0,1-(Ce.right-K)/xe);Te=Xe*Qt}Te!==0&&(be.scrollLeft+=Te,mn(K),rt.current=requestAnimationFrame(()=>Cr(K)))},[mn]);Gt(()=>{const K=()=>{requestAnimationFrame(()=>{ve.current=!1})},be=xe=>{const Xe=ee.current,Te=Oe.current,Qt=He.current;if(Te){const ln=Math.abs(xe.clientX-Te.originClientX);if(!Te.started&&ln<2)return;pe(!1),T(null);const Mn=Te.element.sourceDuration!=null?Math.max(0,(Te.element.sourceDuration-(Te.element.playbackStart??0))/Math.max(Te.element.playbackRate??1,.1)):Number.POSITIVE_INFINITY,Ln=Te.element.tag.toLowerCase(),tr=Ln==="audio"||Ln==="video",sn=KT({start:Te.element.start,duration:Te.element.duration,originClientX:Te.originClientX,pixelsPerSecond:ge.current,minStart:0,maxEnd:Math.min(Ue.current,Te.element.start+Mn),playbackStart:Te.edge==="start"&&tr?Te.element.playbackStart??0:Te.element.playbackStart,playbackRate:Te.element.playbackRate},Te.edge,xe.clientX);ye(da=>da&&{...da,started:!0,previewStart:sn.start,previewDuration:sn.duration,previewPlaybackStart:sn.playbackStart});return}if(Qt){const ln=Math.hypot(xe.clientX-Qt.originClientX,xe.clientY-Qt.originClientY),Mn=Qt.intent==="move"?4:2;if(!Qt.started&&ln<Mn)return;Qt.started||(Qt.started=!0,He.current=Qt,ve.current=!0,pe(!1),T(null),p==null||p(Qt.element,Qt.intent));return}if(!Xe)return;const Tn=Math.hypot(xe.clientX-Xe.originClientX,xe.clientY-Xe.originClientY);!Xe.started&&Tn<4||(pe(!1),T(null),B(ln=>ln&&Qr.current(ln,xe.clientX,xe.clientY)),Et.current(xe.clientX,xe.clientY))},Ce=()=>{var Tn,ln;Br.current();const xe=Oe.current;if(xe){if(Oe.current=null,ye(null),!xe.started||(ve.current=!0,K(),!(xe.previewStart!==xe.element.start||xe.previewDuration!==xe.element.duration||xe.previewPlaybackStart!==xe.element.playbackStart)))return;$(xe.element.key??xe.element.id,{start:xe.previewStart,duration:xe.previewDuration,playbackStart:xe.previewPlaybackStart}),Promise.resolve((Tn=se.current)==null?void 0:Tn.call(se,xe.element,{start:xe.previewStart,duration:xe.previewDuration,playbackStart:xe.previewPlaybackStart})).catch(Ln=>{$(xe.element.key??xe.element.id,{start:xe.element.start,duration:xe.element.duration,playbackStart:xe.element.playbackStart}),console.error("[Timeline] Failed to persist clip resize",Ln)});return}const Xe=He.current;if(Xe){if(He.current=null,!Xe.started)return;K();return}const Te=ee.current;!Te||(ee.current=null,B(null),!Te.started)||(ve.current=!0,K(),!(Te.previewStart!==Te.element.start||Te.previewTrack!==Te.element.track))||($(Te.element.key??Te.element.id,{start:Te.previewStart,track:Te.previewTrack}),Promise.resolve((ln=Ye.current)==null?void 0:ln.call(Ye,Te.element,{start:Te.previewStart,track:Te.previewTrack})).catch(Mn=>{$(Te.element.key??Te.element.id,{start:Te.element.start,track:Te.element.track}),console.error("[Timeline] Failed to persist clip move",Mn)}))};return window.addEventListener("pointermove",be),window.addEventListener("pointerup",Ce),window.addEventListener("pointercancel",Ce),()=>{Br.current(),window.removeEventListener("pointermove",be),window.removeEventListener("pointerup",Ce),window.removeEventListener("pointercancel",Ce)}});const Fr=h.useRef(ae.current);h.useEffect(()=>{const K=Fr.current,be=ae.current;Fr.current=be,K&&!be&&(pe(!1),T(null))});const ll=h.useCallback(K=>{var be,Ce;if(K.button===0){if(K.shiftKey){K.currentTarget.setPointerCapture(K.pointerId),V.current=!0,pe(!1);const xe=(be=X.current)==null?void 0:be.getBoundingClientRect();if(xe){const Xe=K.clientX-xe.left+(((Ce=X.current)==null?void 0:Ce.scrollLeft)??0)-gn,Te=Math.max(0,Xe/Se);L.current=Te,T({start:Te,end:Te,anchorX:K.clientX,anchorY:K.clientY})}return}D.current=null,!K.target.closest("[data-clip]")&&(K.currentTarget.setPointerCapture(K.pointerId),oe.current=!0,T(null),pe(!1),mn(K.clientX))}},[mn,Se]),Cu=h.useCallback(K=>{var be,Ce;if(V.current){const xe=(be=X.current)==null?void 0:be.getBoundingClientRect();if(xe){const Xe=K.clientX-xe.left+(((Ce=X.current)==null?void 0:Ce.scrollLeft)??0)-gn,Te=Math.max(0,Xe/Se);T(Qt=>Qt?{...Qt,end:Te,anchorX:K.clientX,anchorY:K.clientY}:null)}return}oe.current&&(mn(K.clientX),Cr(K.clientX))},[mn,Cr,Se]),qr=h.useCallback(()=>{if(V.current){V.current=!1;const K=D.current;D.current=null,T(be=>be&&K&&Math.abs(be.end-be.start)<=.2?(pe(!0),rM(K.element,K)):be&&Math.abs(be.end-be.start)>.2?(pe(!0),be):null);return}oe.current=!1,cancelAnimationFrame(rt.current)},[]),{major:qt,minor:Vn}=h.useMemo(()=>EM(Ve,Se),[Ve,Se]),fa=qt.length>=2?Math.max(.25,qt[1]-qt[0]):Ve;h.useEffect(()=>{Ae()},[Ae,k,S.length,wn]);const Mo=h.useCallback(K=>ue&&(ue.element.key??ue.element.id)===(K.key??K.id)?{...K,start:ue.previewStart,duration:ue.previewDuration,playbackStart:ue.previewPlaybackStart}:K,[ue]),[Eo,ts]=h.useState(!1),$o=h.useCallback(K=>{const be=K.dataTransfer.files.length>0,Ce=Array.from(K.dataTransfer.types).includes(z2);!be&&!Ce||(K.preventDefault(),Ce&&(K.dataTransfer.dropEffect="copy"),ts(!0))},[]),ha=h.useCallback(K=>{if(K.preventDefault(),ts(!1),l&&K.dataTransfer.files.length>0){const Ce=X.current,xe=Ce==null?void 0:Ce.getBoundingClientRect(),Xe=Ce&&xe?_5({rectLeft:xe.left,rectTop:xe.top,scrollLeft:Ce.scrollLeft,scrollTop:Ce.scrollTop,pixelsPerSecond:ge.current,duration:Ue.current,trackHeight:Ls,trackOrder:Pt.current},K.clientX,K.clientY):void 0;l(Array.from(K.dataTransfer.files),Xe);return}const be=K.dataTransfer.getData(z2);if(!(!be||!o))try{const Ce=JSON.parse(be);if(!Ce.path)return;const xe=X.current,Xe=xe==null?void 0:xe.getBoundingClientRect();if(!xe||!Xe)return;const Te=_5({rectLeft:Xe.left,rectTop:Xe.top,scrollLeft:xe.scrollLeft,scrollTop:xe.scrollTop,pixelsPerSecond:ge.current,duration:Ue.current,trackHeight:Ls,trackOrder:Pt.current},K.clientX,K.clientY);o(Ce.path,Te)}catch{}},[o,l]),sl=h.useCallback(K=>{if(!K.ctrlKey)return;const be=X.current;if(!be||Ue.current<=0||pt.current<=0||ge.current<=0)return;K.preventDefault(),K.stopPropagation();const Ce=be.getBoundingClientRect(),xe=K.clientX-Ce.left,Xe=dM(K.deltaY,Qe.current,yt.current);if(Xe===yt.current&&Qe.current==="manual")return;const Te=pt.current*(Xe/100),Qt=CM({pointerX:xe,currentScrollLeft:be.scrollLeft,gutter:gn,currentPixelsPerSecond:ge.current,nextPixelsPerSecond:Te,duration:Ue.current});Q("manual"),_(Xe),requestAnimationFrame(()=>{const Tn=Math.max(0,be.scrollWidth-be.clientWidth);be.scrollLeft=Math.min(Tn,Qt)})},[_,Q]);if(h.useEffect(()=>{const K=X.current;if(K)return K.addEventListener("wheel",sl,{passive:!1,capture:!0}),()=>{K.removeEventListener("wheel",sl,{capture:!0})}},[sl,k,S.length]),!k||S.length===0)return g.jsxs("div",{className:`h-full border-t bg-[#0a0a0b] flex flex-col select-none transition-colors duration-150 ${Eo?"border-studio-accent/50 bg-studio-accent/[0.03]":"border-neutral-800/50"}`,onDragOver:$o,onDragLeave:()=>ts(!1),onDrop:ha,children:[g.jsx("div",{className:"flex-shrink-0 border-b border-neutral-800/40 flex items-end relative",style:{height:Ys,paddingLeft:gn},children:[0,10,20,30,40,50].map(K=>g.jsxs("div",{className:"flex flex-col items-center",style:{position:"absolute",left:gn+K*14},children:[g.jsx("span",{className:"text-[9px] text-neutral-600 font-mono tabular-nums leading-none mb-0.5",children:`${Math.floor(K/60)}:${(K%60).toString().padStart(2,"0")}`}),g.jsx("div",{className:"w-px h-[5px] bg-neutral-700/40"})]},K))}),g.jsx("div",{className:"flex-1 flex items-center justify-center",children:g.jsx("div",{className:`flex items-center gap-3 px-6 py-3 border border-dashed rounded-lg transition-colors duration-150 ${Eo?"border-studio-accent/60 bg-studio-accent/[0.06]":"border-neutral-700/50"}`,children:Eo?g.jsxs(g.Fragment,{children:[g.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:[g.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),g.jsx("polyline",{points:"7 10 12 15 17 10"}),g.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),g.jsx("span",{className:"text-[13px] text-studio-accent",children:"Drop media files to import"})]}):g.jsxs(g.Fragment,{children:[g.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:[g.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2"}),g.jsx("path",{d:"M7 2v20"}),g.jsx("path",{d:"M17 2v20"}),g.jsx("path",{d:"M2 7h20"}),g.jsx("path",{d:"M2 17h20"})]}),g.jsx("span",{className:"text-[13px] text-neutral-500",children:l?"Drop media here or describe your video to start":"Describe your video to start creating"})]})})})]});const An=(C==null?void 0:C.element)??null,kn=(C==null?void 0:C.started)===!0&&An?WT({element:An,draggedElementId:An.key??An.id,previewStart:C.previewStart,previewTrack:C.previewTrack}):null,Qi=(C==null?void 0:C.started)===!0&&kn&&X.current?{left:C.pointerClientX-X.current.getBoundingClientRect().left+X.current.scrollLeft-C.pointerOffsetX,top:C.pointerClientY-X.current.getBoundingClientRect().top+X.current.scrollTop-C.pointerOffsetY}:null,Ci=(K,be)=>g.jsxs(g.Fragment,{children:[i==null?void 0:i(K),g.jsx("div",{className:r?"absolute inset-0 overflow-hidden":"flex flex-col justify-center overflow-hidden flex-1 min-w-0 px-6",children:(r==null?void 0:r(K,be))??g.jsxs("div",{className:"flex h-full min-h-0 flex-col justify-between py-3",children:[g.jsx("div",{className:"flex items-start",children:g.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:be.label,background:`${be.accent}26`,boxShadow:`inset 0 0 0 1px ${be.accent}33`},children:K.tag})}),g.jsx("div",{className:"flex items-center",children:g.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:v.textSecondary,background:"rgba(255,255,255,0.04)"},children:[Gn(K.start)," ","→"," ",Gn(K.start+K.duration)]})})]})})]});return g.jsxs("div",{ref:Fe,"aria-label":"Timeline",className:`relative border-t select-none h-full overflow-hidden ${N?"cursor-crosshair":"cursor-default"}`,style:{touchAction:"pan-x pan-y",background:v.shellBackground,borderColor:v.shellBorder},children:[g.jsx("div",{ref:X,className:`${E==="fit"?"overflow-x-hidden":"overflow-x-auto"} overflow-y-auto h-full`,onDragOver:$o,onDragLeave:()=>ts(!1),onDrop:ha,onPointerDown:ll,onPointerMove:Cu,onPointerUp:qr,onLostPointerCapture:qr,children:g.jsxs("div",{className:"relative",style:{height:wn,width:gn+ke},children:[g.jsx("svg",{className:"absolute pointer-events-none",style:{left:gn,width:ke},height:wn,children:qt.map(K=>{const be=K*Se;return g.jsx("line",{x1:be,y1:Ys,x2:be,y2:wn,stroke:v.tickMinor,strokeWidth:"1"},`g-${K}`)})}),g.jsxs("div",{className:"relative overflow-hidden",style:{height:Ys,marginLeft:gn,width:ke},children:[N&&!F&&g.jsx("div",{className:"absolute inset-0 flex items-center justify-center pointer-events-none z-10",children:g.jsx("span",{className:"text-[9px] font-medium",style:{color:v.textSecondary},children:"Drag or click a clip to edit range"})}),Vn.map(K=>g.jsx("div",{className:"absolute bottom-0",style:{left:K*Se},children:g.jsx("div",{className:"w-px h-[3px]",style:{background:v.tickMinor}})},`m-${K}`)),qt.map(K=>g.jsxs("div",{className:"absolute bottom-0 flex flex-col items-center",style:{left:K*Se},children:[g.jsx("span",{className:"text-[9px] font-mono tabular-nums leading-none mb-0.5",style:{color:v.tickText},children:$M(K,Ve,fa)}),g.jsx("div",{className:"w-px h-[5px]",style:{background:v.tickMajor}})]},`M-${K}`))]}),an.map(K=>{var Xe;const be=((Xe=qe.find(([Te])=>Te===K))==null?void 0:Xe[1])??[],Ce=at.get(K)??vc(""),xe=(C==null?void 0:C.started)===!0&&!xt.includes(K)&&be.length===0;return g.jsxs("div",{className:"relative flex",style:{height:Ls,background:v.rowBackground,borderBottom:`1px solid ${v.rowBorder}`},children:[g.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",style:{width:gn,background:v.gutterBackground,borderRight:`1px solid ${v.gutterBorder}`},children:g.jsx("div",{className:"flex items-center justify-center",style:{width:18,height:18,borderRadius:6,backgroundColor:Ce.iconBackground,border:`1px solid ${v.gutterBorder}`,color:"#fff"},children:Ce.icon})}),g.jsxs("div",{style:{width:ke},className:"relative",children:[xe&&g.jsx("div",{className:"absolute inset-0 flex items-center",style:{paddingLeft:16,color:Ce.label,fontSize:11,letterSpacing:"0.08em",textTransform:"uppercase",background:`linear-gradient(90deg, ${Ce.accent}14, transparent 28%)`,boxShadow:`inset 0 0 0 1px ${Ce.accent}24`},children:"New track"}),be.map((Te,Qt)=>{const Tn=vc(Te.tag),ln=Te.key??Te.id,Mn=Lb(Te),Ln=M===ln,tr=!!Te.compositionSrc,sn=`${ln}-${Qt}`,da=H===sn,ph=!!r;if((C==null?void 0:C.started)===!0&&((An==null?void 0:An.key)??(An==null?void 0:An.id))===ln)return null;const Qo=Mo(Te);return g.jsx($5,{el:Qo,pps:Se,clipY:P5,isSelected:Ln,isHovered:da,isDragging:!1,hasCustomContent:ph,theme:v,trackStyle:Tn,isComposition:tr,onHoverStart:()=>q(sn),onHoverEnd:()=>q(null),onResizeStart:(Lt,li)=>{li.button!==0||li.shiftKey||!m||Lt==="start"&&!Mn.canTrimStart||Lt==="end"&&!Mn.canTrimEnd||(li.stopPropagation(),He.current=null,pe(!1),T(null),ye({element:Te,edge:Lt,originClientX:li.clientX,previewStart:Te.start,previewDuration:Te.duration,previewPlaybackStart:Te.playbackStart,started:!1}))},onPointerDown:Lt=>{var Co,ns;if(Lt.button!==0)return;if(Lt.shiftKey){D.current={element:Te,anchorX:Lt.clientX,anchorY:Lt.clientY};return}const En=Lt.currentTarget.getBoundingClientRect(),ma=nM({width:En.width,offsetX:Lt.clientX-En.left,handleWidth:vM,capabilities:Mn});if(ma&&(ma==="move"&&f||ma!=="move"&&m)){He.current={element:Te,intent:ma,originClientX:Lt.clientX,originClientY:Lt.clientY,started:!1};return}!f||!Mn.canMove||(He.current=null,pe(!1),T(null),B({element:Te,originClientX:Lt.clientX,originClientY:Lt.clientY,originScrollLeft:((Co=X.current)==null?void 0:Co.scrollLeft)??0,originScrollTop:((ns=X.current)==null?void 0:ns.scrollTop)??0,pointerClientX:Lt.clientX,pointerClientY:Lt.clientY,pointerOffsetX:Lt.clientX-En.left,pointerOffsetY:Lt.clientY-En.top,previewStart:Te.start,previewTrack:Te.track,started:!1}))},onClick:Lt=>{if(Lt.stopPropagation(),ve.current)return;const li=Ln?null:Te;R(li?ln:null),O==null||O(li)},onDoubleClick:Lt=>{Lt.stopPropagation(),!ve.current&&tr&&n&&n(Te)},children:Ci(Qo,Tn)},sn)})]})]},K)}),kn&&Qi&&g.jsx("div",{className:"absolute pointer-events-none",style:{top:Qi.top,left:Qi.left,width:Math.max(kn.duration*Se,4),height:Ls-P5*2,zIndex:40},children:g.jsx($5,{el:{...kn,start:0},pps:Se,clipY:0,isSelected:M===(kn.key??kn.id),isHovered:!1,isDragging:!0,hasCustomContent:!!r,theme:v,trackStyle:vc(kn.tag),isComposition:!!kn.compositionSrc,onHoverStart:()=>{},onHoverEnd:()=>{},onResizeStart:()=>{},onClick:()=>{},onDoubleClick:()=>{},children:Ci(kn,vc(kn.tag))})}),F&&g.jsx("div",{className:"absolute pointer-events-none",style:{left:gn+Math.min(F.start,F.end)*Se,width:Math.abs(F.end-F.start)*Se,top:Ys,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}}),g.jsxs("div",{ref:W,className:"absolute top-0 bottom-0 pointer-events-none",style:{left:`${gn}px`,zIndex:100},children:[g.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)"}}),g.jsx("div",{className:"absolute",style:{left:"50%",top:0,transform:"translateX(-50%)"},children:g.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))"}})})]})]})}),Pe&&!we&&!F&&g.jsx("div",{className:"absolute bottom-2 right-3 pointer-events-none z-20",children:g.jsxs("div",{className:"flex items-center gap-1.5 px-2 py-1 rounded-md border",style:{background:"rgba(17,23,35,0.84)",borderColor:v.gutterBorder},children:[g.jsx("kbd",{className:"text-[9px] font-mono px-1 py-0.5 rounded",style:{color:v.textSecondary,background:"rgba(255,255,255,0.06)"},children:"Shift"}),g.jsx("span",{className:"text-[9px]",style:{color:v.textSecondary},children:"+ drag/click to edit range"})]})}),we&&F&&g.jsx(lM,{rangeStart:F.start,rangeEnd:F.end,anchorX:F.anchorX,anchorY:F.anchorY,onClose:()=>{pe(!1),T(null)}})]})}),D5=66,X5=6,NM=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([]),[O,b]=h.useState(16/9),v=h.useRef(null),S=h.useRef(null),w=h.useRef(!1),k=h.useCallback($=>{var j,Q,_;if((j=v.current)==null||j.disconnect(),(Q=S.current)==null||Q.disconnect(),!$)return;const P=((_=$.parentElement)==null?void 0:_.clientWidth)||$.clientWidth;o(P),v.current=new IntersectionObserver(([W])=>{var G;W.isIntersecting&&(f(!0),(G=v.current)==null||G.disconnect())},{rootMargin:"200px"}),v.current.observe($);const E=$.parentElement||$;S.current=new ResizeObserver(([W])=>{o(W.contentRect.width)}),S.current.observe(E)},[]);Gt(()=>()=>{var $,P;($=v.current)==null||$.disconnect(),(P=S.current)==null||P.disconnect()}),h.useEffect(()=>{if(!c||w.current)return;w.current=!0;const $=document.createElement("video");$.crossOrigin="anonymous",$.muted=!0,$.preload="auto";const P=document.createElement("canvas"),E=P.getContext("2d");if(!E){w.current=!1;return}const j=[],Q=Math.min(.4,i*.05);for(let X=0;X<X5;X++){const H=X/(X5-1)*i;j.push(Math.max(H,Q))}let _=0,W=!1;const G=()=>{if(W||_>=j.length){W||($.src="",$.load());return}$.currentTime=j[_]};return $.addEventListener("loadedmetadata",()=>{if($.videoWidth>0&&$.videoHeight>0){b($.videoWidth/$.videoHeight);const X=D5*2,H=Math.round(X*($.videoWidth/$.videoHeight));P.width=H,P.height=X}G()}),$.addEventListener("seeked",()=>{if(W)return;E.drawImage($,0,0,P.width,P.height);const X=P.toDataURL("image/jpeg",.6);p(H=>[...H,X]),_++,G()}),$.addEventListener("error",()=>{}),$.src=e,$.load(),()=>{W=!0,w.current=!1,p([]),$.src="",$.load()}},[c,e,i]);const M=Math.round(D5*O),R=l>0?Math.max(1,Math.ceil(l/M)):1;return g.jsxs("div",{ref:k,className:"absolute inset-0 overflow-hidden",children:[c&&m.length>0&&g.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:R}).map(($,P)=>{const E=m[P%m.length];return g.jsx("div",{className:"flex-shrink-0 h-full relative overflow-hidden bg-neutral-900",style:{width:M},children:g.jsx("img",{src:E,alt:"",draggable:!1,className:"absolute inset-0 w-full h-full object-cover"})},P)})}),c&&m.length===0&&g.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%)"}}),g.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:g.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})})]})}),VM=66,LM="v3",z5=10;function _M({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",LM),r&&(f.searchParams.set("selector",r),i!=null&&i>0&&f.searchParams.set("selectorIndex",String(i))),f.toString()}const Em=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),[O,b]=h.useState(!1),[v,S]=h.useState(16/9),w=h.useRef(null),k=h.useCallback(P=>{var Q,_;if((Q=w.current)==null||Q.disconnect(),!P)return;const E=((_=P.parentElement)==null?void 0:_.clientWidth)||P.clientWidth;p(E);const j=P.parentElement||P;w.current=new ResizeObserver(([W])=>{p(W.contentRect.width)}),w.current.observe(j)},[]);Gt(()=>()=>{var P;(P=w.current)==null||P.disconnect()});const M=_M({previewUrl:e,seekTime:c,duration:f,selector:l,selectorIndex:o,origin:window.location.origin}),R=Math.max(48,Math.round(VM*v)),$=m>0?Math.max(1,Math.ceil(m/R)):1;return g.jsxs("div",{ref:k,className:"absolute inset-0 overflow-hidden",children:[g.jsx("img",{src:M,alt:"",draggable:!1,loading:"eager",onLoad:P=>{const E=P.currentTarget;E.naturalWidth>0&&E.naturalHeight>0&&S(E.naturalWidth/E.naturalHeight),b(!0)},className:"hidden"}),O?g.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:$}).map((P,E)=>g.jsx("div",{className:"relative h-full flex-shrink-0 overflow-hidden",style:{width:R},children:g.jsx("img",{src:M,alt:"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover opacity-60"})},E))}):g.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%)"}}),g.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))`}}),g.jsx("div",{className:"absolute left-2 top-2",style:{zIndex:z5},children:g.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})}),g.jsx("div",{className:"absolute bottom-0 left-0 right-0 px-1.5 pb-0.5 pt-3",style:{zIndex:z5,background:"linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%)"},children:g.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 DM=0;const H5={isEditMode:!1,model:null,selectedSegmentIds:new Set,selectedGroupId:null,sourceFilePath:null},wt=Nb(t=>({...H5,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-${DM++}`,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),O=[...r.model.groupOrder];O.splice(p+1,0,f);const b=new Map(r.model.segments);return c.forEach((v,S)=>{const w=b.get(v);w&&b.set(v,{...w,groupIndex:S})}),{model:{...r.model,groups:m,segments:b,groupOrder:O}}}),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(O=>O!==n),m=new Map(r.model.segments);l.segmentIds.forEach((O,b)=>{const v=m.get(O);v&&m.set(O,{...v,groupIndex:i.segmentIds.length+b})});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({...H5,selectedSegmentIds:new Set})}));function Xb(t){return Number.isFinite(t)&&t>0}function Y5(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 B5(t){if(!t)return 0;const e=Number.parseFloat(t.getAttribute("data-duration")??"")||Number.parseFloat(t.getAttribute("data-hf-authored-duration")??"");return Xb(e)?e:0}function XM(t){if(!t)return 0;const e=B5(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=B5(r);!Number.isFinite(i)||i<0||l<=0||(n=Math.max(n,i+l))}return n}function $m(t){if(!t)return 0;try{const e=Number(t.getDuration());return Xb(e)?e:0}catch{return 0}}function zM(t){return{now:()=>t.performance.now(),requestAnimationFrame:e=>t.requestAnimationFrame(e),cancelAnimationFrame:e=>t.cancelAnimationFrame(e)}}function HM(t,e,n,r=()=>1){var v;const i=Math.max(0,Number.isFinite(e)?e:0);let l=Y5(Number(((v=t.getTime)==null?void 0:v.call(t))??0),i),o=!1,c=0,f=l,m=n.now();const p=S=>{var w;if(l=Y5(S,i),typeof t.renderSeek=="function"){t.renderSeek(l);return}(w=t.seek)==null||w.call(t,l)},O=()=>{c&&(n.cancelAnimationFrame(c),c=0)},b=S=>{if(!o)return;const w=Math.max(.1,Number(r())||1),k=(S-m)/1e3*w;if(p(f+k),l>=i){o=!1,c=0;return}c=n.requestAnimationFrame(b)};return{play:()=>{o||i<=0||(l>=i&&p(0),o=!0,f=l,m=n.now(),O(),c=n.requestAnimationFrame(b))},pause:()=>{o=!1,O()},seek:S=>{p(S),o&&(f=l,m=n.now())},getTime:()=>l,getDuration:()=>i,isPlaying:()=>o}}function F5(t){return{play:()=>t.play(),pause:()=>t.pause(),seek:e=>{t.pause(),t.seek(e)},getTime:()=>t.time(),getDuration:()=>t.duration(),isPlaying:()=>t.isActive()}}function zb(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 Hb(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 O=parseFloat(r);Number.isFinite(O)&&(t.playbackStart=O)}n&&(t.playbackStartAttr=n);const i=zb(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)}const q5=[1,2,4],YM=new Set(["ArrowLeft","ArrowRight"]),BM=["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 FM(t){if(!t||typeof t!="object")return!1;const e=t;return typeof e.closest!="function"?!1:e.closest.call(t,BM)!==null}function qM(t,e={isCaptionEditMode:!1,selectedCaptionSegmentCount:0}){return t.metaKey||t.ctrlKey||t.altKey||FM(t.target)?!0:YM.has(t.code)&&e.isCaptionEditMode&&e.selectedCaptionSegmentCount>0}function Ou(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 UM=new Set(["base","link","meta","noscript","script","style","template"]);function U5(t){return t.trim().replace(/[_-]+/g," ").replace(/\s+/g," ").replace(/\b\w/g,e=>e.toUpperCase())}function IM(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 U5(t.id);const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];return r?U5(r):Ou({tag:t.tagName})}function WM(t,e){if(!Y2(e)||e.parentElement!==t)return!1;const n=e.tagName.toLowerCase();return UM.has(n)||e.hasAttribute("data-start")||e.hasAttribute("data-track-index")?!1:!!Ll(e)}function Yb(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(F2)),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(!WM(r,c))continue;const f=Ll(c);if(!f)continue;const m=Kc(t,c,f),p=Gc(c),O=IM(c),b=Jc({preferredId:c.id||null,label:O,fallbackIndex:n.length+o.length,domId:c.id||void 0,selector:f,selectorIndex:m,sourceFile:p});i.has(b.key)||i.has(b.id)||o.push({domId:c.id||void 0,duration:e,id:b.id,key:b.key,label:O,selector:f,selectorIndex:m,sourceFile:p,start:0,tag:c.tagName.toLowerCase(),timingSource:"implicit",track:l+1+o.length})}return o}function I5(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 O=0;const b=c.getAttribute("data-duration");if(b!=null&&(O=parseFloat(b)),(isNaN(O)||O<=0)&&(O=Math.max(0,e-m)),Number.isFinite(e)&&e>0&&(O=Math.min(O,Math.max(0,e-m))),!Number.isFinite(O)||O<=0)return;const v=c.getAttribute("data-track-index"),S=v!=null?parseInt(v,10):l++,w=c.getAttribute("data-composition-id"),k=Ll(c),M=Gc(c),R=Kc(t,c,k),$=Ou({id:c.id||w||null,label:c.getAttribute("data-timeline-label")??c.getAttribute("data-label"),tag:p}),P=Jc({preferredId:c.id||w||null,label:$,fallbackIndex:i.length,domId:c.id||void 0,selector:k,selectorIndex:R,sourceFile:M}),E={id:P.id,label:$,key:P.key,tag:p,start:m,duration:O,track:isNaN(S)?0:S,domId:c.id||void 0,selector:k,selectorIndex:R,sourceFile:M,timingSource:"authored"},j=zb(c);if(j){j.tagName==="IMG"&&(E.tag="img");const _=j.getAttribute("src");_&&(E.src=_);const W=c.getAttribute("data-volume")??j.getAttribute("data-volume");W&&(E.volume=parseFloat(W)),Hb(E,c)}const Q=c.getAttribute("data-composition-src")||c.getAttribute("data-composition-file");if(Q)E.compositionSrc=Q;else if(w&&w!==(n==null?void 0:n.getAttribute("data-composition-id"))){const _=c.querySelector("video[src]");_&&(E.src=_.getAttribute("src")||void 0,E.tag="video")}i.push(E)}),[...i,...Yb(t,e,i)]}function Y2(t){var n;const e=((n=t.ownerDocument.defaultView)==null?void 0:n.HTMLElement)??globalThis.HTMLElement;return typeof e<"u"&&t instanceof e}function Ll(t){if(Y2(t)&&t.id)return`#${t.id}`;const e=t.getAttribute("data-composition-id");if(e)return`[data-composition-id="${e}"]`;if(Y2(t)){const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];if(r)return`.${r}`}}function Gc(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 Kc(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 B2(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 Jc(t){var r;const e=((r=t.preferredId)==null?void 0:r.trim())||B2({id:t.label,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile}),n=B2({id:e,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile});return{id:e,key:n}}function F2(t){return t.key??t.id}function GM(t){const e=t.querySelector("[data-composition-id]");return Array.from(t.querySelectorAll("[data-start]")).filter(n=>n!==e)}function W5(t,e){return Math.abs(t-e)<.001}function KM(t,e){var o;const n=(o=e.tagName)==null?void 0:o.toLowerCase();if(n&&t.tagName.toLowerCase()!==n)return!1;const r=Number.parseFloat(t.getAttribute("data-start")??"");if(Number.isFinite(r)&&!W5(r,e.start))return!1;const i=Number.parseFloat(t.getAttribute("data-duration")??"");if(Number.isFinite(i)&&!W5(i,e.duration))return!1;const l=Number.parseInt(t.getAttribute("data-track-index")??"",10);return!(Number.isFinite(l)&&l!==e.track)}function JM(t,e,n,r=new Set){const i=e.id?tE(t,e.id):null;if(i&&!r.has(i))return i;const l=GM(t).filter(c=>!r.has(c)),o=l.find(c=>KM(c,e));return o||(l[n]??null)}function eE(t){const{clip:e,fallbackIndex:n,doc:r}=t;let i=t.hostEl??null;const l=Ou({id:e.id,label:e.label,tag:e.tagName||e.kind});let o,c,f,m;i&&(o=i.id||void 0,c=Ll(i),f=r&&c?Kc(r,i,c):void 0,m=Gc(i));const p=Jc({preferredId:e.id,label:l,fallbackIndex:n,domId:o,selector:c,selectorIndex:f,sourceFile:m}),O={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&&Hb(O,i),e.assetUrl&&(O.src=e.assetUrl),e.kind==="composition"&&e.compositionId){let b=e.compositionSrc;if(b||(i=(r==null?void 0:r.querySelector(`[data-composition-id="${e.compositionId}"]`))??i,b=(i==null?void 0:i.getAttribute("data-composition-src"))??(i==null?void 0:i.getAttribute("data-composition-file"))??null),b)O.compositionSrc=b;else if(i){const v=i.querySelector("video[src]");v&&(O.src=v.getAttribute("src")||void 0,O.tag="video")}if(i){O.domId=i.id||void 0,O.selector=Ll(i),O.selectorIndex=r&&O.selector?Kc(r,i,O.selector):void 0,O.sourceFile=Gc(i);const v=Jc({preferredId:e.id,label:l,fallbackIndex:n,domId:O.domId,selector:O.selector,selectorIndex:O.selectorIndex,sourceFile:O.sourceFile});O.id=v.id,O.key=v.key}}return O}function tE(t,e){return t.getElementById(e)??t.querySelector(`[data-composition-id="${e}"]`)??t.querySelector(`.${e}`)??null}function nE(t){const e=t.match(/\/preview\/comp\/(.+?)(?:\?|$)/);return e?decodeURIComponent(e[1]):void 0}function rE(t){if(!Number.isFinite(t.rootDuration)||t.rootDuration<=0)return null;const e=nE(t.iframeSrc);return{id:t.compositionId,label:Ou({id:t.compositionId,tag:t.tagName}),key:B2({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 iE(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 aE(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 Qm(t){var e;if(t)try{(e=t.contentWindow)==null||e.postMessage({source:"hf-parent",type:"control",action:"set-muted",muted:!1},"*")}catch(n){console.warn("[useTimelinePlayer] Failed to unmute preview media",n)}}function lE(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(F2)),c=t.filter(f=>!o.has(F2(f)));return c.length===0?e:[...e,...c]}function sE(){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(new Set),m=h.useRef(null),p=h.useRef(()=>{}),O=h.useRef(()=>{}),b=h.useRef(0),v=h.useRef(null),{setIsPlaying:S,setCurrentTime:w,setDuration:k,setTimelineReady:M,setElements:R}=Ze.getState(),$=h.useCallback((se,me)=>{const ve=Ze.getState(),we=me??ve.duration,pe=lE(ve.elements,se,ve.duration,we);(pe.length!==ve.elements.length||pe.some((je,Ie)=>{const We=ve.elements[Ie];return!We||je.id!==We.id||je.start!==We.start||je.duration!==We.duration||je.track!==We.track}))&&R(pe),Number.isFinite(me)&&(me??0)>0&&me!==ve.duration&&k(me??0),ve.timelineReady||M(!0)},[R,M,k]),P=h.useCallback(()=>{var se,me;try{const ve=t.current,we=ve==null?void 0:ve.contentWindow;if(!ve||!we)return null;const pe=we.__player&&typeof we.__player.play=="function"?we.__player:null;if($m(pe)>0)return pe;if(we.__timeline){const je=F5(we.__timeline);if($m(je)>0)return je}if(we.__timelines){const je=Object.keys(we.__timelines);if(je.length>0){const Ie=(me=(se=ve==null?void 0:ve.contentDocument)==null?void 0:se.querySelector("[data-composition-id]"))==null?void 0:me.getAttribute("data-composition-id"),We=Ie&&Ie in we.__timelines?Ie:je[je.length-1],tt=F5(we.__timelines[We]);if($m(tt)>0)return tt}}const Pe=Math.max(Ze.getState().duration,XM(ve.contentDocument));if(pe&&Pe>0&&(typeof pe.renderSeek=="function"||typeof pe.seek=="function")){const je=v.current;if((je==null?void 0:je.player)===pe&&je.duration===Pe)return je.adapter;je==null||je.adapter.pause();const Ie=HM(pe,Pe,zM(we),()=>Ze.getState().playbackRate);return v.current={player:pe,duration:Pe,adapter:Ie},Ie}return pe}catch(ve){return console.warn("[useTimelinePlayer] Could not get playback adapter (cross-origin)",ve),null}},[]),E=h.useCallback(()=>{cancelAnimationFrame(l.current)},[]),j=h.useCallback(()=>{const se=()=>{const me=P();if(me){const ve=me.getTime(),we=me.getDuration();if(Oi.notify(ve),ve>=we&&!me.isPlaying()){if(Ze.getState().loopEnabled&&we>0){me.seek(0),Oi.notify(0),me.play(),S(!0),e.current=requestAnimationFrame(se);return}w(ve),S(!1),cancelAnimationFrame(e.current);return}}e.current=requestAnimationFrame(se)};e.current=requestAnimationFrame(se)},[P,w,S]),Q=h.useCallback(()=>{cancelAnimationFrame(e.current)},[]),_=h.useCallback(se=>{var ve;const me=t.current;if(me){(ve=me.contentWindow)==null||ve.postMessage({source:"hf-parent",type:"control",action:"set-playback-rate",playbackRate:se},"*");try{const we=me.contentWindow;if(we!=null&&we.__timelines)for(const pe of Object.values(we.__timelines))pe&&typeof pe.timeScale=="function"&&pe.timeScale(se)}catch(we){console.warn("[useTimelinePlayer] Could not set playback rate (cross-origin)",we)}}},[]),W=h.useCallback(()=>{Q(),E();const se=P();se&&(se.getTime()>=se.getDuration()&&se.seek(0),Qm(t.current),_(Ze.getState().playbackRate),se.play(),o.current="forward",S(!0),j())},[P,S,j,_,Q,E]),G=h.useCallback(se=>{Q(),E();const me=P();if(!me)return;const ve=Math.max(0,me.getDuration()),we=me.getTime()<=0&&ve>0?ve:me.getTime();me.pause(),we!==me.getTime()&&me.seek(we),Qm(t.current);const pe=Math.max(.1,Math.min(4,se));let Pe=we,je=performance.now();const Ie=We=>{const tt=(We-je)/1e3*pe;let mt=Pe-tt;if(mt<=0)if(Ze.getState().loopEnabled&&ve>0)Pe=ve,je=We,mt=ve;else{me.seek(0),Oi.notify(0),w(0),S(!1),o.current=null,l.current=0;return}me.seek(Math.max(0,mt)),Oi.notify(Math.max(0,mt)),S(!0),l.current=requestAnimationFrame(Ie)};S(!0),o.current="backward",l.current=requestAnimationFrame(Ie)},[P,w,S,Q,E]),X=h.useCallback(()=>{E();const se=P();se&&(se.pause(),w(se.getTime()),S(!1),o.current=null,c.current=0,Q())},[P,w,S,Q,E]),H=h.useCallback(()=>{Ze.getState().isPlaying?X():W()},[W,X]),q=h.useCallback(se=>{E();const me=P();if(!me)return;const ve=Math.max(0,me.getDuration()),we=Math.max(0,ve>0?Math.min(ve,se):se);me.seek(we),Oi.notify(we),w(we),Q(),Ze.getState().isPlaying&&S(!1),o.current=null,c.current=0},[P,w,S,Q,E]),oe=h.useCallback(se=>{const me=P(),ve=(me==null?void 0:me.getTime())??Ze.getState().currentTime;q(X2(ve,se,gu))},[P,q]),D=h.useCallback(se=>{o.current===se?c.current=Math.min(c.current+1,q5.length-1):c.current=0;const me=q5[c.current];Ze.getState().setPlaybackRate(me),se==="forward"?W():G(me)},[W,G]),N=h.useCallback(se=>{if(se.defaultPrevented)return;const me=wt.getState();if(!qM(se,{isCaptionEditMode:me.isEditMode,selectedCaptionSegmentCount:me.selectedSegmentIds.size})){if(f.current.add(se.code),se.code==="Space"){se.preventDefault(),H();return}if(se.code==="ArrowLeft"){se.preventDefault(),oe(se.shiftKey?-10:-1);return}if(se.code==="ArrowRight"){se.preventDefault(),oe(se.shiftKey?10:1);return}if(!se.repeat){if(se.code==="KeyK"){se.preventDefault(),X();return}if(se.code==="KeyJ"){if(se.preventDefault(),f.current.has("KeyK")){oe(-1);return}D("backward");return}if(se.code==="KeyL"){if(se.preventDefault(),f.current.has("KeyK")){oe(1);return}D("forward")}}}},[X,D,oe,H]),z=h.useCallback(se=>{f.current.delete(se.code)},[]);p.current=N,O.current=z;const V=h.useCallback(()=>{var pe,Pe,je;(pe=m.current)==null||pe.call(m),m.current=null;const se=(Pe=t.current)==null?void 0:Pe.contentWindow,me=(je=t.current)==null?void 0:je.contentDocument;if(!se&&!me)return;const ve=Ie=>p.current(Ie),we=Ie=>O.current(Ie);se==null||se.addEventListener("keydown",ve,!0),se==null||se.addEventListener("keyup",we,!0),me==null||me.addEventListener("keydown",ve,!0),me==null||me.addEventListener("keyup",we,!0),m.current=()=>{se==null||se.removeEventListener("keydown",ve,!0),se==null||se.removeEventListener("keyup",we,!0),me==null||me.removeEventListener("keydown",ve,!0),me==null||me.removeEventListener("keyup",we,!0)}},[]),L=h.useCallback(se=>{var Ae;if(!se.clips||se.clips.length===0)return;const me=new Set(se.clips.map($e=>$e.compositionId).filter(Boolean)),ve=se.clips.filter($e=>!$e.parentCompositionId||!me.has($e.parentCompositionId));let we=null;try{we=((Ae=t.current)==null?void 0:Ae.contentDocument)??null}catch{we=null}const pe=new Set,Pe=ve.map(($e,Fe)=>{const Ve=we?JM(we,$e,Fe,pe):null;return Ve&&pe.add(Ve),eE({clip:$e,fallbackIndex:Fe,doc:we,hostEl:Ve})}),je=se.durationInFrames/30,Ie=Number.isFinite(je)&&je<7200?je:0,We=Ie>0?Ie:Ze.getState().duration,tt=We>0?Pe.filter($e=>$e.start<We).map($e=>({...$e,duration:Math.min($e.duration,We-$e.start)})).filter($e=>$e.duration>0):Pe,mt=we&&We>0?[...tt,...Yb(we,We,tt)]:tt;mt.length>0&&$(mt,Ie>0?Ie:void 0)},[$]),F=h.useCallback(()=>{try{const se=t.current,me=se==null?void 0:se.contentDocument,ve=se==null?void 0:se.contentWindow;if(!me||!ve)return;const we=Ze.getState().elements,pe=new Set(we.map(Ae=>Ae.id)),Pe=me.querySelector("[data-composition-id]"),je=Pe==null?void 0:Pe.getAttribute("data-composition-id"),Ie=me.querySelectorAll("[data-composition-id][data-start]"),We=[];Ie.forEach(Ae=>{var yt,Ke,pt,Ue,ge,Me,rt,ot,vt;const $e=Ae,Fe=$e.getAttribute("data-composition-id");if(!Fe||Fe===je||pe.has($e.id)||pe.has(Fe))return;const Ve=$e.getAttribute("data-start")??"0";let qe=parseFloat(Ve);if(isNaN(qe)){const gt=me.getElementById(Ve)||me.querySelector(`[data-composition-id="${Ve}"]`);if(gt){const Vt=gt.getAttribute("data-start")??"0";let Fn=parseFloat(Vt);if(isNaN(Fn)){const Et=me.getElementById(Vt)||me.querySelector(`[data-composition-id="${Vt}"]`),Br=parseFloat((Et==null?void 0:Et.getAttribute("data-start"))??"0")||0,mn=Et==null?void 0:Et.getAttribute("data-composition-id"),Cr=parseFloat((Et==null?void 0:Et.getAttribute("data-duration"))??"")||(mn?((pt=(Ke=(yt=ve.__timelines)==null?void 0:yt[mn])==null?void 0:Ke.duration)==null?void 0:pt.call(Ke))??0:0);Fn=Br+Cr}const qn=gt.getAttribute("data-composition-id"),Qr=parseFloat(gt.getAttribute("data-duration")??"")||(qn?((Me=(ge=(Ue=ve.__timelines)==null?void 0:Ue[qn])==null?void 0:ge.duration)==null?void 0:Me.call(ge))??0:0);qe=Fn+Qr}else qe=0}let at=parseFloat($e.getAttribute("data-duration")??"");if((isNaN(at)||at<=0)&&(at=((vt=(ot=(rt=ve.__timelines)==null?void 0:rt[Fe])==null?void 0:ot.duration)==null?void 0:vt.call(ot))??0),!Number.isFinite(at)||at<=0)return;Number.isFinite(qe)||(qe=0);const xt=Ze.getState().duration;if(Number.isFinite(xt)&&xt>0&&(qe>=xt||(at=Math.min(at,Math.max(0,xt-qe)),at<=0)))return;const Pt=$e.getAttribute("data-track-index"),an=Pt!=null?parseInt(Pt,10):0,wn=$e.getAttribute("data-composition-src")||$e.getAttribute("data-composition-file"),er=Ll($e),ae=Gc($e),ie=Kc(me,$e,er),Se=Ou({id:$e.id||Fe||null,label:$e.getAttribute("data-timeline-label")??$e.getAttribute("data-label"),tag:$e.tagName}),ke=Jc({preferredId:$e.id||Fe||null,label:Se,fallbackIndex:We.length,domId:$e.id||void 0,selector:er,selectorIndex:ie,sourceFile:ae}),Qe={id:ke.id,label:Se,key:ke.key,tag:$e.tagName.toLowerCase(),start:qe,duration:at,track:isNaN(an)?0:an,domId:$e.id||void 0,selector:er,selectorIndex:ie,sourceFile:ae};if(wn)Qe.compositionSrc=wn;else{const gt=$e.querySelector("video[src]");gt&&(Qe.src=gt.getAttribute("src")||void 0,Qe.tag="video")}We.push(Qe)});let tt=!1;const mt=we.map(Ae=>{if(Ae.compositionSrc)return Ae;const $e=me.getElementById(Ae.id)??me.querySelector(`[data-composition-id="${Ae.id}"]`);if(!$e)return Ae;const Fe=$e.getAttribute("data-composition-src")||$e.getAttribute("data-composition-file");return Fe?(tt=!0,{...Ae,compositionSrc:Fe}):Ae});if(We.length>0||tt){const Ae=new Set(mt.map(Fe=>Fe.id)),$e=We.filter(Fe=>!Ae.has(Fe.id));$([...mt,...$e])}}catch(se){console.warn("[useTimelinePlayer] enrichMissingCompositions failed",se)}},[$]),T=h.useCallback(()=>{const se=P();if(!se||se.getDuration()<=0)return!1;se.pause();const me=r.current;r.current=null;const ve=me!=null?Math.min(me,se.getDuration()):0;se.seek(ve);const we=se.getDuration();Number.isFinite(we)&&we>0&&we<7200&&we!==Ze.getState().duration&&k(we),w(ve),i.current||M(!0),i.current=!1,S(!1);try{const pe=t.current,Pe=pe==null?void 0:pe.contentDocument,je=pe==null?void 0:pe.contentWindow;Pe&&je&&(iE(Pe,je),aE(Pe),V());const Ie=je==null?void 0:je.__clipManifest;if(Ie&&Ie.clips.length>0&&L(Ie),F(),Ze.getState().elements.length===0&&Pe){const We=I5(Pe,se.getDuration());We.length>0&&$(We)}if(Ze.getState().elements.length===0&&Pe){const We=Pe.querySelector("[data-composition-id]"),tt=se.getDuration();if(We&&tt>0){const mt=rE({compositionId:We.getAttribute("data-composition-id")||"composition",tagName:We.tagName||"div",rootDuration:tt,iframeSrc:(pe==null?void 0:pe.src)||"",selector:Ll(We)});mt&&$([mt])}}}catch(pe){console.warn("[useTimelinePlayer] Could not read timeline elements from iframe",pe)}return!0},[P,k,w,M,S,L,F,$,V]),C=h.useCallback(()=>{if(Qm(t.current),n.current&&clearInterval(n.current),T())return;const se=t.current;let me=!1;const ve=()=>{me||T()&&(me=!0,window.removeEventListener("message",we),n.current&&clearInterval(n.current))},we=pe=>{if(pe.source&&se&&pe.source!==se.contentWindow)return;const Pe=pe.data;(Pe==null?void 0:Pe.source)==="hf-preview"&&((Pe==null?void 0:Pe.type)==="state"||(Pe==null?void 0:Pe.type)==="timeline")&&ve()};window.addEventListener("message",we),n.current=setTimeout(()=>{me||(ve(),me||console.warn("[useTimelinePlayer] Runtime did not signal readiness within 5s")),window.removeEventListener("message",we)},5e3)},[T]),B=h.useCallback(()=>{const se=P();r.current=se?se.getTime():Ze.getState().currentTime??0,i.current=!0,Q(),E(),S(!1)},[P,Q,S,E]),ee=h.useRef(H);ee.current=H;const ue=h.useCallback(()=>{const se=t.current;if(!se)return;B();const me=se.src,ve=new URL(me,window.location.origin);ve.searchParams.set("_t",String(Date.now())),se.src=ve.toString()},[B]),ye=h.useRef(P);ye.current=P;const Oe=h.useRef(L);Oe.current=L;const He=h.useRef(F);He.current=F,Gt(()=>{const se=pe=>p.current(pe),me=pe=>O.current(pe),ve=pe=>{const Pe=pe.data,je=t.current;if(!(pe.source&&je&&pe.source!==je.contentWindow)){if((Pe==null?void 0:Pe.source)==="hf-preview"&&(Pe==null?void 0:Pe.type)==="state")try{if(Ze.getState().elements.length===0){const We=je==null?void 0:je.contentWindow,tt=We==null?void 0:We.__clipManifest;tt&&tt.clips.length>0&&Oe.current(tt)}Date.now()-b.current>500&&He.current()}catch(Ie){console.warn("[useTimelinePlayer] Could not read clip manifest from iframe",Ie)}if((Pe==null?void 0:Pe.source)==="hf-preview"&&(Pe==null?void 0:Pe.type)==="timeline"&&Array.isArray(Pe.clips)&&(b.current=Date.now(),Oe.current(Pe),He.current(),Ze.getState().elements.length===0))try{const Ie=je==null?void 0:je.contentDocument,We=P();if(Ie&&We){const tt=I5(Ie,We.getDuration());tt.length>0&&$(tt)}}catch(Ie){console.warn("[useTimelinePlayer] Could not read timeline elements on navigate (cross-origin)",Ie)}}},we=()=>{var pe;if(document.hidden&&Ze.getState().isPlaying){const Pe=(pe=ye.current)==null?void 0:pe.call(ye);Pe&&(Pe.pause(),S(!1),Q())}};return window.addEventListener("keydown",se,!0),window.addEventListener("keyup",me,!0),window.addEventListener("message",ve),document.addEventListener("visibilitychange",we),()=>{var pe;window.removeEventListener("keydown",se,!0),window.removeEventListener("keyup",me,!0),(pe=m.current)==null||pe.call(m),m.current=null,window.removeEventListener("message",ve),document.removeEventListener("visibilitychange",we),Q(),E(),n.current&&clearInterval(n.current)}});const Ye=h.useCallback(()=>{Q(),E(),n.current&&clearInterval(n.current),Ze.getState().reset()},[Q,E]);return{iframeRef:t,play:W,pause:X,togglePlay:H,seek:q,onIframeLoad:C,refreshPlayer:ue,saveSeekPosition:B,resetPlayer:Ye}}const oE=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"}))]]),cE=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"}))]]),uE=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"}))]]),fE=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"}))]]),hE=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"}))]]),dE=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"}))]]),mE=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"}))]]),pE=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"}))]]),gE=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"}))]]),OE=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"}))]]),xE=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"}))]]),yE=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"}))]]),bE=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"}))]]),vE=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"}))]]),SE=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"}))]]),wE=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"}))]]),AE=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"}))]]),kE=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"}))]]),TE=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"}))]]),ME=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"}))]]),EE=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"}))]]),$E=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"}))]]),QE=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"}))]]),CE=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"}))]]),ZE=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"}))]]),PE=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"}))]]),jE=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"}))]]),RE=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"}))]]),NE=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"}))]]),VE=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"}))]]),LE=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"}))]]),_E=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"}))]]),DE=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"}))]]),XE=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"}))]]),zE=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"}))]]),HE=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"}))]]),YE=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"}))]]),BE=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"}))]]),FE=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"}))]]),qE=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"}))]]),UE=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"}))]]),IE=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"}))]]),WE=h.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),nt=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:O,weight:b="regular",mirrored:v=!1,...S}=h.useContext(WE);return h.createElement("svg",{ref:e,xmlns:"http://www.w3.org/2000/svg",width:i??O,height:i??O,fill:r??p,viewBox:"0 0 256 256",transform:o||v?"scale(-1, 1)":void 0,...S,...m},!!n&&h.createElement("title",null,n),c,f.get(l??b))});nt.displayName="IconBase";const Bb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:oE}));Bb.displayName="ArrowClockwiseIcon";const GE=Bb,Fb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:cE}));Fb.displayName="ArrowCounterClockwiseIcon";const KE=Fb,qb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:uE}));qb.displayName="ArrowLeftIcon";const JE=qb,Ub=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:fE}));Ub.displayName="ArrowsOutCardinalIcon";const e$=Ub,Ib=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:hE}));Ib.displayName="CameraIcon";const t$=Ib,Wb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:dE}));Wb.displayName="CaretDownIcon";const n$=Wb,F1=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:mE}));F1.displayName="CaretRightIcon";const Gb=F1,Kb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:pE}));Kb.displayName="ChatCenteredTextIcon";const r$=Kb,Jb=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:gE}));Jb.displayName="CheckCircleIcon";const ev=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:OE}));ev.displayName="CopyIcon";const i$=ev,tv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:xE}));tv.displayName="EyeIcon";const a$=tv,nv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:yE}));nv.displayName="FileIcon";const l$=nv,rv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:bE}));rv.displayName="FileCodeIcon";const s$=rv,iv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:vE}));iv.displayName="FileCssIcon";const o$=iv,av=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:SE}));av.displayName="FileHtmlIcon";const c$=av,lv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:wE}));lv.displayName="FileJpgIcon";const u$=lv,sv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:AE}));sv.displayName="FileJsIcon";const f$=sv,ov=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:kE}));ov.displayName="FileJsxIcon";const h$=ov,cv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:TE}));cv.displayName="FileMdIcon";const d$=cv,uv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:ME}));uv.displayName="FilePlusIcon";const G5=uv,fv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:EE}));fv.displayName="FilePngIcon";const m$=fv,hv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:$E}));hv.displayName="FileSvgIcon";const p$=hv,dv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:QE}));dv.displayName="FileTsIcon";const g$=dv,mv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:CE}));mv.displayName="FileTsxIcon";const O$=mv,pv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:ZE}));pv.displayName="FileTxtIcon";const x$=pv,gv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:PE}));gv.displayName="FileVideoIcon";const y$=gv,Ov=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:jE}));Ov.displayName="FolderSimpleIcon";const b$=Ov,xv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:RE}));xv.displayName="FolderSimplePlusIcon";const yv=xv,bv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:NE}));bv.displayName="GearIcon";const v$=bv,vv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:VE}));vv.displayName="ImageIcon";const S$=vv,Sv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:LE}));Sv.displayName="LightningIcon";const w$=Sv,wv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:_E}));wv.displayName="PaletteIcon";const A$=wv,Av=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:DE}));Av.displayName="PencilSimpleIcon";const k$=Av,kv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:XE}));kv.displayName="PlusIcon";const Tv=kv,Mv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:zE}));Mv.displayName="SquareIcon";const T$=Mv,Ev=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:HE}));Ev.displayName="StackIcon";const M$=Ev,$v=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:YE}));$v.displayName="TextAaIcon";const E$=$v,Qv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:BE}));Qv.displayName="TextTIcon";const $$=Qv,Cv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:FE}));Cv.displayName="TrashIcon";const Q$=Cv,Z1=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:qE}));Z1.displayName="WarningIcon";const Zv=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:UE}));Zv.displayName="WaveformIcon";const C$=Zv,pg=h.forwardRef((t,e)=>h.createElement(nt,{ref:e,...t,weights:IE}));pg.displayName="XIcon";const Z$=pg;function K5({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(b=>{let v=`[${b.severity}] ${b.message}`;return b.file&&(v+=`
64
+ File: ${b.file}`),b.fixHint&&(v+=`
65
+ Fix: ${b.fixHint}`),v}),p=`Fix these HyperFrames lint issues for project "${e}":
66
+
67
+ Project path: ${window.location.href}
68
+
69
+ ${m.join(`
70
+
71
+ `)}`;await Ic(p)&&(c(!0),setTimeout(()=>c(!1),2e3))};return g.jsx("div",{className:"fixed inset-0 z-[100] flex items-center justify-center bg-black/60 backdrop-blur-sm",onClick:n,children:g.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:[g.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800",children:[g.jsxs("div",{className:"flex items-center gap-3",children:[l?g.jsx("div",{className:"w-8 h-8 rounded-full bg-red-500/10 flex items-center justify-center",children:g.jsx(Z1,{size:18,className:"text-red-400",weight:"fill"})}):g.jsx("div",{className:"w-8 h-8 rounded-full bg-studio-accent/10 flex items-center justify-center",children:g.jsx(Jb,{size:18,className:"text-studio-accent",weight:"fill"})}),g.jsxs("div",{children:[g.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"}),g.jsx("p",{className:"text-xs text-neutral-500",children:"HyperFrame Lint Results"})]})]}),g.jsx("button",{onClick:n,className:"p-1.5 rounded-lg text-neutral-500 hover:text-neutral-200 hover:bg-neutral-800 transition-colors",children:g.jsx(pg,{size:16})})]}),l&&g.jsx("div",{className:"flex items-center justify-end px-5 py-2 border-b border-neutral-800/50",children:g.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"})}),g.jsxs("div",{className:"flex-1 overflow-y-auto px-5 py-3",children:[!l&&g.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)=>g.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:g.jsxs("div",{className:"flex items-start gap-2",children:[g.jsx(Z1,{size:14,className:"text-red-400 flex-shrink-0 mt-0.5",weight:"fill"}),g.jsxs("div",{className:"min-w-0",children:[g.jsx("p",{className:"text-sm text-neutral-200",children:m.message}),m.file&&g.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:m.file}),m.fixHint&&g.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[g.jsx(F1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),g.jsx("p",{className:"text-xs text-studio-accent",children:m.fixHint})]})]})]})},`e-${p}`)),i.map((m,p)=>g.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:g.jsxs("div",{className:"flex items-start gap-2",children:[g.jsx(Z1,{size:14,className:"text-amber-400 flex-shrink-0 mt-0.5"}),g.jsxs("div",{className:"min-w-0",children:[g.jsx("p",{className:"text-sm text-neutral-300",children:m.message}),m.file&&g.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:m.file}),m.fixHint&&g.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[g.jsx(F1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),g.jsx("p",{className:"text-xs text-studio-accent",children:m.fixHint})]})]})]})},`w-${p}`))]})]})})}function P$(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 j$(t){const e=h.useRef(t);e.current=t;const n=h.useRef(null),r=h.useRef(!1),i=h.useCallback(()=>{const o=wt.getState();if(!o.model||!o.sourceFilePath||!o.isEditMode)return;const c=e.current;if(!c)return;const f=P$(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))},[]);Gt(()=>{let o=wt.getState().model;const c=wt.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=wt.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 O=o.model,b=[],v=new Map;for(const w of O.groupOrder){const k=O.groups.get(w);if(k)for(const M of k.segmentIds){b.push(M);const R=O.segments.get(M);R!=null&&R.wordId&&v.set(R.wordId,M)}}const S=new Map(O.segments);for(const w of p){const k=(w.wordId?v.get(w.wordId):void 0)??b[w.wordIndex];if(!k)continue;const M=S.get(k);if(!M)continue;const R={...M.style};w.x!==void 0&&(R.x=w.x),w.y!==void 0&&(R.y=w.y),w.scale!==void 0&&(R.scaleX=w.scale,R.scaleY=w.scale),w.rotation!==void 0&&(R.rotation=w.rotation),w.activeColor!==void 0&&(R.activeColor=w.activeColor),w.dimColor!==void 0&&(R.dimColor=w.dimColor),w.opacity!==void 0&&(R.opacity=w.opacity),w.fontSize!==void 0&&(R.fontSize=w.fontSize),w.fontWeight!==void 0&&(R.fontWeight=w.fontWeight),w.fontFamily!==void 0&&(R.fontFamily=w.fontFamily),S.set(k,{...M,style:R})}r.current=!0,wt.getState().setModel({...O,segments:S})}catch{}},[]);return{save:i,loadOverrides:l}}const R$=100,N$=1500;function q2(t){let e=2166136261;for(let n=0;n<t.length;n+=1)e^=t.charCodeAt(n),e=Math.imul(e,16777619);return(e>>>0).toString(16).padStart(8,"0")}function U2(t){return{version:1,updatedAt:0,undo:[],redo:[]}}function V$(t){const e={};for(const[n,r]of Object.entries(t.files))r.before!==r.after&&(e[n]={before:r.before,after:r.after,beforeHash:q2(r.before),afterHash:q2(r.after)});return{id:t.id,projectId:t.projectId,label:t.label,kind:t.kind??"manual",coalesceKey:t.coalesceKey,createdAt:t.now,files:e}}function L$(t,e,n){if(Object.keys(e.files).length===0)return t;const r=N$,i=R$,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 Pv(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 _$(t,e,n){const r=t.undo[t.undo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Pv(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 D$(t,e,n){const r=t.redo[t.redo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Pv(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 X$="hyperframes-studio-edit-history",z$=1,q1="project-history";function H$(){return new Promise((t,e)=>{if(!globalThis.indexedDB){e(new Error("IndexedDB is not available"));return}const n=globalThis.indexedDB.open(X$,z$);n.onupgradeneeded=()=>{const r=n.result;r.objectStoreNames.contains(q1)||r.createObjectStore(q1)},n.onerror=()=>e(n.error??new Error("Failed to open edit history db")),n.onsuccess=()=>t(n.result)})}function Cm(t,e){return H$().then(n=>new Promise((r,i)=>{const l=n.transaction(q1,t),o=e(l.objectStore(q1));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 Y$(){return{async get(t){return await Cm("readonly",e=>e.get(t))??null},async set(t,e){await Cm("readwrite",n=>n.put(e,t))},async delete(t){await Cm("readwrite",e=>e.delete(t))}}}async function B$(t,e){return await t.get(e)??U2()}async function F$(t,e,n){await t.set(e,n)}function q$(t){return`edit-${t.toString(36)}-${Math.random().toString(36).slice(2,10)}`}function jv(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 J5(t,e){const n={},r={};for(const i of t){const l=await e(i);n[i]=l,r[i]=q2(l)}return{currentFiles:n,currentHashes:r}}async function ex({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 tx({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 F$(e,t,m)}catch{}},f=async m=>{const p=o.then(async()=>{const{state:O,result:b}=await m(l);return O!==l&&await c(O),b});return o=p.then(()=>{},()=>{}),p};return{snapshot:()=>jv(l),async recordEdit(m){await f(async p=>{const O=r(),b=V$({...m,id:q$(O),projectId:t,now:O});return{state:L$(p,b),result:void 0}})},async undo(m){return f(async p=>{const O=p.undo[p.undo.length-1];if(!O)return{state:p,result:{ok:!1,reason:"empty"}};const{currentFiles:b,currentHashes:v}=await J5(Object.keys(O.files),m.readFile),S=_$(p,v,r());return S.ok?(await ex({files:S.filesToWrite,rollbackFiles:b,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 O=p.redo[p.redo.length-1];if(!O)return{state:p,result:{ok:!1,reason:"empty"}};const{currentFiles:b,currentHashes:v}=await J5(Object.keys(O.files),m.readFile),S=D$(p,v,r());return S.ok?(await ex({files:S.filesToWrite,rollbackFiles:b,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 U$(t){const e=h.useMemo(()=>t.storage??Y$(),[t.storage]),n=t.now??Date.now,[r,i]=h.useState(()=>U2()),[l,o]=h.useState(!1),c=t.projectId,f=h.useRef(null);h.useEffect(()=>{let b=!1;const v=U2();if(f.current=null,i(v),o(!1),!c){o(!0);return}return B$(e,c).then(S=>{b||(f.current=tx({projectId:c,storage:e,initialState:S,now:n,onChange:i}),i(S))}).catch(()=>{b||(f.current=tx({projectId:c,storage:e,initialState:v,now:n,onChange:i}),i(v))}).finally(()=>{b||o(!0)}),()=>{b=!0}},[n,c,e]);const m=h.useCallback(async b=>{var v;await((v=f.current)==null?void 0:v.recordEdit(b))},[]),p=h.useCallback(async b=>{var v;return((v=f.current)==null?void 0:v.undo(b))??{ok:!1,reason:"empty"}},[]),O=h.useCallback(async b=>{var v;return((v=f.current)==null?void 0:v.redo(b))??{ok:!1,reason:"empty"}},[]);return{loaded:l,...jv(r),recordEdit:m,undo:p,redo:O}}function I$(){const[t,e]=h.useState(240),[n,r]=h.useState(400),[i,l]=h.useState(!1),[o,c]=h.useState(!0),[f,m]=h.useState("renders"),p=h.useRef(null),O=h.useCallback(()=>{l(w=>!w)},[]),b=h.useCallback((w,k)=>{k.preventDefault(),k.target.setPointerCapture(k.pointerId),p.current={side:w,startX:k.clientX,startW:w==="left"?t:n}},[t,n]),v=h.useCallback(w=>{const k=p.current;if(!k)return;const M=w.clientX-k.startX,R=Math.floor(window.innerWidth*.5),$=Math.max(160,Math.min(k.side==="left"?R:600,k.startW+(k.side==="left"?M:-M)));k.side==="left"?e($):r($)},[]),S=h.useCallback(()=>{p.current=null},[]);return{leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:i,setLeftCollapsed:l,rightCollapsed:o,setRightCollapsed:c,rightPanelTab:f,setRightPanelTab:m,toggleLeftSidebar:O,handlePanelResizeStart:b,handlePanelResizeMove:v,handlePanelResizeEnd:S}}const W$=/\.(eot|otf|ttc|ttf|woff2?)$/i,nx=/\s+(thin|extralight|extra light|light|regular|roman|medium|semibold|semi bold|bold|extrabold|extra bold|black|italic|oblique|variable)$/i;function rx(t){return JSON.stringify(t)}function so(t){const e=decodeURIComponent(t.split(/[\\/]/).pop()??t).replace(W$,"");let n=e.replace(/[_-]+/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim();for(;nx.test(n);)n=n.replace(nx,"").trim();return n||e}function gg(t,e=t.url){return`@font-face { font-family: ${rx(t.family)}; src: url(${rx(e)}); font-display: swap; }`}async function ta({label:t,kind:e,coalesceKey:n,files:r,readFile:i,writeFile:l,recordEdit:o}){const c={};for(const[p,O]of Object.entries(r)){const b=await i(p);b!==O&&(c[p]={before:b,after:O})}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 O of m.reverse())await l(O,c[O].before)}catch(O){throw new AggregateError([p,O],"Failed to save project files and rollback did not complete")}throw p}return f}function G$({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([]),O=h.useRef(l==null?void 0:l.path);O.current=l==null?void 0:l.path;const b=h.useRef(t);b.current=t;const v=h.useRef(null),S=h.useRef(null),w=h.useRef([]);h.useEffect(()=>{if(!t)return;let V=!1;return fetch(`/api/projects/${t}`).then(L=>L.json()).then(L=>{!V&&L.files&&p(L.files),V||f(typeof L.dir=="string"?L.dir:null)}).catch(()=>{V||f(null)}),()=>{V=!0}},[t]);const k=h.useCallback(async V=>{const L=b.current;if(!L)throw new Error("No active project");const F=await fetch(`/api/projects/${L}/files/${encodeURIComponent(V)}`);if(!F.ok)throw new Error(`Failed to read ${V}`);const T=await F.json();if(typeof T.content!="string")throw new Error(`Missing file contents for ${V}`);return T.content},[]),M=h.useCallback(async(V,L)=>{const F=b.current;if(!F)throw new Error("No active project");if(!(await fetch(`/api/projects/${F}/files/${encodeURIComponent(V)}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:L})).ok)throw new Error(`Failed to save ${V}`);O.current===V&&o({path:V,content:L})},[]),R=h.useCallback(async V=>{const L=b.current;if(!L)throw new Error("No active project");const F=await fetch(`/api/projects/${L}/files/${encodeURIComponent(V)}`);if(F.status===404)return"";if(!F.ok)throw new Error(`Failed to read ${V}`);const T=await F.json();return typeof T.content=="string"?T.content:""},[]),$=h.useCallback(V=>{const L=b.current;if(L){if(Db(V)){o({path:V,content:null});return}fetch(`/api/projects/${L}/files/${encodeURIComponent(V)}`).then(F=>F.json()).then(F=>{F.content!=null&&o({path:V,content:F.content})}).catch(()=>{})}},[]),P=h.useCallback(V=>{const L=b.current;if(!L)return;const F=O.current;F&&(v.current&&clearTimeout(v.current),v.current=setTimeout(()=>{r.current=Date.now(),ta({projectId:L,label:"Edit source",kind:"source",coalesceKey:`source:${F}`,files:{[F]:V},readFile:k,writeFile:M,recordEdit:n}).then(()=>{S.current&&clearTimeout(S.current),S.current=setTimeout(()=>i(T=>T+1),600)}).catch(()=>{})},600))},[r,k,n,i,M]),E=h.useCallback(async()=>{const V=b.current;if(!V)return;const F=await(await fetch(`/api/projects/${V}`)).json();F.files&&p(F.files)},[]),j=h.useCallback(async(V,L)=>{var ee,ue;const F=b.current,T=Array.from(V);if(!F||T.length===0)return[];const C=new FormData;for(const ye of T)C.append("file",ye);const B=L?`?dir=${encodeURIComponent(L)}`:"";try{const ye=await fetch(`/api/projects/${F}/upload${B}`,{method:"POST",body:C});if(ye.ok){const Oe=await ye.json();if((ee=Oe.skipped)!=null&&ee.length&&e(`Skipped (too large): ${Oe.skipped.join(", ")}`),(ue=Oe.invalid)!=null&&ue.length){const He=Oe.invalid.map(Ye=>Ye.name).join(", ");e(`Unsupported media skipped: ${He}`)}return await E(),i(He=>He+1),Array.isArray(Oe.files)?Oe.files:[]}else ye.status===413?e("Upload rejected: payload too large"):e(`Upload failed (${ye.status})`)}catch{e("Upload failed: network error")}return[]},[E,i,e]),Q=h.useCallback(async V=>{const L=b.current;if(!L)return;let F="";V.endsWith(".html")&&(F=`<!DOCTYPE html>
72
+ <html>
73
+ <head>
74
+ <meta charset="UTF-8">
75
+ </head>
76
+ <body>
77
+
78
+ </body>
79
+ </html>
80
+ `);const T=await fetch(`/api/projects/${L}/files/${encodeURIComponent(V)}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:F});if(T.ok)await E(),$(V);else{const C=await T.json().catch(()=>({error:"unknown"}));console.error(`Create file failed: ${C.error}`)}},[E,$]),_=h.useCallback(async V=>{const L=b.current;if(!L)return;const F=await fetch(`/api/projects/${L}/files/${encodeURIComponent(V+"/.gitkeep")}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:""});if(F.ok)await E();else{const T=await F.json().catch(()=>({error:"unknown"}));console.error(`Create folder failed: ${T.error}`)}},[E]),W=h.useCallback(async V=>{const L=b.current;if(!L)return;const F=await fetch(`/api/projects/${L}/files/${encodeURIComponent(V)}`,{method:"DELETE"});if(F.ok)O.current===V&&o(null),await E();else{const T=await F.json().catch(()=>({error:"unknown"}));console.error(`Delete failed: ${T.error}`)}},[E]),G=h.useCallback(async(V,L)=>{const F=b.current;if(!F)return;const T=await fetch(`/api/projects/${F}/files/${encodeURIComponent(V)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({newPath:L})});if(T.ok)O.current===V&&$(L),await E(),i(C=>C+1);else{const C=await T.json().catch(()=>({error:"unknown"}));console.error(`Rename failed: ${C.error}`)}},[E,$,i]),X=h.useCallback(async V=>{const L=b.current;if(!L)return;const F=await fetch(`/api/projects/${L}/duplicate-file`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:V})});if(F.ok){const T=await F.json();await E(),T.path&&$(T.path)}else{const T=await F.json().catch(()=>({error:"unknown"}));console.error(`Duplicate failed: ${T.error}`)}},[E,$]),H=G,q=h.useCallback(async(V,L)=>j(Array.from(V),L),[j]),oe=h.useCallback(async V=>{const L=await j(Array.from(V).filter(C=>C1.test(C.name)),"assets/fonts"),F=b.current,T=L.filter(C=>C1.test(C)).map(C=>({family:so(C),path:C,url:`/api/projects/${F}/preview/${C}`}));return w.current=[...T,...w.current.filter(C=>!T.some(B=>B.family.toLowerCase()===C.family.toLowerCase()))],T},[j]),D=h.useMemo(()=>m.filter(V=>V==="index.html"||V.startsWith("compositions/")),[m]),N=h.useMemo(()=>m.filter(V=>!V.endsWith(".html")&&!V.endsWith(".md")&&!V.endsWith(".json")),[m]),z=h.useMemo(()=>N.filter(V=>C1.test(V)).map(V=>({family:so(V),path:V,url:`/api/projects/${t}/preview/${V}`})),[N,t]);return{editingFile:l,setEditingFile:o,projectDir:c,fileTree:m,setFileTree:p,editingPathRef:O,projectIdRef:b,saveTimerRef:v,importedFontAssetsRef:w,readProjectFile:k,writeProjectFile:M,readOptionalProjectFile:R,handleFileSelect:$,handleContentChange:P,refreshFileTree:E,uploadProjectFiles:j,handleCreateFile:Q,handleCreateFolder:_,handleDeleteFile:W,handleRenameFile:G,handleDuplicateFile:X,handleMoveFile:H,handleImportFiles:q,handleImportFonts:oe,compositions:D,assets:N,fontAssets:z}}const El=".hyperframes/studio-manual-edits.json",aa="--hf-studio-offset-x",la="--hf-studio-offset-y",Il="--hf-studio-width",Wl="--hf-studio-height",ca="--hf-studio-rotation",_l="data-hf-studio-path-offset",oo="data-hf-studio-manual-edit-gesture",Dl="data-hf-studio-box-size",Xl="data-hf-studio-rotation",Ia="data-hf-studio-original-translate",zl="data-hf-studio-original-inline-translate",jf="data-hf-studio-original-width",Rf="data-hf-studio-original-height",xu="data-hf-studio-original-min-width",Nf="data-hf-studio-original-min-height",Vf="data-hf-studio-original-max-width",Lf="data-hf-studio-original-max-height",yu="data-hf-studio-original-flex-basis",_f="data-hf-studio-original-flex-grow",Df="data-hf-studio-original-flex-shrink",Xf="data-hf-studio-original-box-sizing",Wa="data-hf-studio-original-scale",bu="data-hf-studio-original-transform-origin",zf="data-hf-studio-original-display",Ga="data-hf-studio-original-rotate",Hl="data-hf-studio-original-inline-rotate",Yl="data-hf-studio-original-rotation-transform-origin",Gl="data-hf-studio-rotation-draft",K$="__hfStudioManualEditsApply",I2="__hfStudioManualEditsWrapped",Y0="__hfStudioManualEditsPlaybackFrame",J$="center center";let ix=0;function Bs(){return{version:1,edits:[]}}function na(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function eQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="path-offset")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=na(e.x),f=na(e.y);return c==null||f==null?null:{kind:"path-offset",target:{sourceFile:i,selector:l,selectorIndex:na(r.selectorIndex)??void 0,id:o},x:c,y:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function tQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="box-size")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=na(e.width),f=na(e.height);return c==null||f==null||c<=0||f<=0?null:{kind:"box-size",target:{sourceFile:i,selector:l,selectorIndex:na(r.selectorIndex)??void 0,id:o},width:c,height:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function nQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="rotation")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=na(e.angle);return c==null?null:{kind:"rotation",target:{sourceFile:i,selector:l,selectorIndex:na(r.selectorIndex)??void 0,id:o},angle:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function rQ(t){return eQ(t)??tQ(t)??nQ(t)}function ax(t){if(!t.trim())return Bs();try{const e=JSON.parse(t);if(!e||typeof e!="object")return Bs();const n=e.edits;return Array.isArray(n)?{version:1,edits:n.map(rQ).filter(r=>r!==null)}:Bs()}catch{return Bs()}}function Zm(t){return`${JSON.stringify(t,null,2)}
81
+ `}function Zc(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function W2(t){if(typeof t=="string"){const n=t.trim();if(!n)return null;if(n.startsWith("{"))try{return W2(JSON.parse(n))}catch{return Zc(n)}return Zc(n)}if(!t||typeof t!="object")return null;const e=t;return typeof e.path=="string"?Zc(e.path):typeof e.filePath=="string"?Zc(e.filePath):"data"in e?W2(e.data):null}function iQ(t){return W2(t)}function aQ(t){if(!t)return!1;const e=Zc(t);return e===El||e.endsWith(`/${El}`)}function Hf(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function Ka(t){return[t.sourceFile,t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function Og(t){return Math.round(t*10)/10}function lx(t,e,n){const r=Hf(e),i=Ka(r),l={kind:"path-offset",target:r,x:Math.round(n.x),y:Math.round(n.y),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="path-offset"||Ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function lQ(t,e,n){const r=Hf(e),i=Ka(r),l={kind:"box-size",target:r,width:Math.round(Math.max(1,n.width)),height:Math.round(Math.max(1,n.height)),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="box-size"||Ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function sQ(t,e,n){const r=Hf(e),i=Ka(r),l={kind:"rotation",target:r,angle:Og(n.angle),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="rotation"||Ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function oQ(t,e){const n=Ka(Hf(e)),r=t.edits.filter(i=>Ka(i.target)!==n);return r.length===t.edits.length?t:{version:1,edits:r}}function U1(t,e){const n=Number.parseFloat(t.style.getPropertyValue(e));return Number.isFinite(n)?n:0}function cQ(t,e){const n=Number.parseFloat(t.style.getPropertyValue(e));return Number.isFinite(n)?n:0}function G2(t){return{x:U1(t,aa),y:U1(t,la)}}function I1(t){return{width:U1(t,Il),height:U1(t,Wl)}}function Rv(t){return{angle:cQ(t,ca)}}function Nv(t){ix+=1;const e=`gesture-${ix}`;return t.setAttribute(oo,e),e}function Gr(t,e){e&&t.getAttribute(oo)!==e||t.removeAttribute(oo)}function W1(t){return t.hasAttribute(oo)}function B0(t,e){return t.getAttribute(oo)===e}function uQ(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 Vv(t,e,n){var l;const r=(l=t.getAttribute(Ia))==null?void 0:l.trim();if(!r||r==="none")return`${e} ${n}`;const i=uQ(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 Lv(t,e){const n=K2(t,e).trim();return n==="none"?"":n}function fQ(t,e){const n=t.style.getPropertyValue("translate"),r=Lv(t,"translate"),i=t.hasAttribute(_l),l=!J2(r);i?e&&l&&!W1(t)&&t.setAttribute(Ia,r):(t.setAttribute(zl,J2(n)?"":n),t.setAttribute(Ia,l?r:""))}function _v(t,e,n={}){fQ(t,n.updateBase??!0),t.setAttribute(_l,"true"),t.style.setProperty(aa,`${Math.round(e.x)}px`),t.style.setProperty(la,`${Math.round(e.y)}px`)}function hQ(t,e){t.hasAttribute(Dl)||(t.setAttribute(jf,t.style.getPropertyValue("width")),t.setAttribute(Rf,t.style.getPropertyValue("height")),t.setAttribute(xu,t.style.getPropertyValue("min-width")),t.setAttribute(Nf,t.style.getPropertyValue("min-height")),t.setAttribute(Vf,t.style.getPropertyValue("max-width")),t.setAttribute(Lf,t.style.getPropertyValue("max-height")),t.setAttribute(yu,t.style.getPropertyValue("flex-basis")),t.setAttribute(_f,t.style.getPropertyValue("flex-grow")),t.setAttribute(Df,t.style.getPropertyValue("flex-shrink")),t.setAttribute(Xf,t.style.getPropertyValue("box-sizing")),t.setAttribute(Wa,t.style.getPropertyValue("scale")),t.setAttribute(bu,t.style.getPropertyValue("transform-origin")),t.setAttribute(zf,t.style.getPropertyValue("display"))),t.setAttribute(Dl,"true"),t.style.setProperty(Il,`${Math.round(Math.max(1,e.width))}px`),t.style.setProperty(Wl,`${Math.round(Math.max(1,e.height))}px`)}function dQ(t,e){const n=t.style.getPropertyValue("rotate"),r=Lv(t,"rotate"),i=t.hasAttribute(Xl),l=!ep(r)&&!OQ(t,r);i?e&&l&&!W1(t)&&t.setAttribute(Ga,r):(t.setAttribute(Hl,ep(n)?"":n),t.setAttribute(Ga,l?r:"")),t.hasAttribute(Yl)||t.setAttribute(Yl,t.style.getPropertyValue("transform-origin"))}function Dv(t,e,n={}){dQ(t,n.updateBase??!0),t.setAttribute(Xl,"true"),t.style.setProperty(ca,`${Og(e.angle)}deg`),t.style.setProperty("transform-origin",J$)}function mQ(t){return/^-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad|turn|grad)$/.test(t.trim())}function xg(t,e){var r;const n=(r=t.getAttribute(Ga))==null?void 0:r.trim();return!n||n==="none"||!mQ(n)?e:`calc(${n} + ${e})`}function yg(t,e){var n;try{return((n=t.ownerDocument.defaultView)==null?void 0:n.getComputedStyle(t).getPropertyValue(e))??""}catch{return""}}function K2(t,e){return t.style.getPropertyValue(e)||yg(t,e)}function pQ(t,e){const n=t.parentElement;if(!n)return null;const r=K2(n,"display").trim();if(r!=="flex"&&r!=="inline-flex")return null;const i=K2(n,"flex-direction").trim();return Math.round(Math.max(1,i.startsWith("column")?e.height:e.width))}function gQ(t){t.hasAttribute(Wa)&&(In(t,"scale",Wa),In(t,"transform-origin",bu))}function Xv(t,e){hQ(t,e),gQ(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=pQ(t,e);i!=null&&(t.style.setProperty("flex-basis",`${i}px`),t.style.setProperty("flex-grow","0"),t.style.setProperty("flex-shrink","0")),yg(t,"display")==="inline"&&t.style.setProperty("display","inline-block")}function J2(t){return t.includes(aa)||t.includes(la)}function sx(t){return t.includes(Il)||t.includes(Wl)}function ep(t){return t.includes(ca)}function ox(t){return t.replace(/\s+/g,"").toLowerCase()}function OQ(t,e){if(!t.hasAttribute(Gl))return!1;const n=t.style.getPropertyValue(ca).trim();return!n||!e.trim()?!1:ox(e)===ox(xg(t,n))}const eu="data-hf-studio-original-transform-display";function So(t){yg(t,"display")==="inline"&&(t.hasAttribute(eu)||t.setAttribute(eu,t.style.getPropertyValue("display")),t.style.setProperty("display","inline-block"))}function bg(t){const e=t.getAttribute(eu);e!=null&&(e===""?t.style.removeProperty("display"):t.style.setProperty("display",e),t.removeAttribute(eu))}function zv(t,e){So(t),_v(t,e),t.style.setProperty("translate",Vv(t,`var(${aa}, 0px)`,`var(${la}, 0px)`))}function P1(t,e){So(t),_v(t,e,{updateBase:!1}),t.style.setProperty("translate",Vv(t,`${Math.round(e.x)}px`,`${Math.round(e.y)}px`))}function Hv(t,e){So(t),Xv(t,e)}function xQ(t,e){So(t),Xv(t,e)}function Yv(t,e){So(t),Dv(t,e),t.removeAttribute(Gl),t.style.setProperty("rotate",xg(t,`var(${ca}, 0deg)`))}function yQ(t,e){So(t),Dv(t,e,{updateBase:!1}),t.setAttribute(Gl,"true"),t.style.setProperty("rotate",xg(t,`${Og(e.angle)}deg`))}function bQ(t){(t.hasAttribute(_l)||J2(t.style.getPropertyValue("translate")))&&wQ(t),bg(t),t.style.removeProperty(aa),t.style.removeProperty(la),t.removeAttribute(_l),t.removeAttribute(Ia),t.removeAttribute(zl)}function vQ(t){(t.hasAttribute(Xl)||ep(t.style.getPropertyValue("rotate")))&&SQ(t),bg(t),t.style.removeProperty(ca),t.removeAttribute(Xl),t.removeAttribute(Gl),t.removeAttribute(Ga),t.removeAttribute(Hl),t.removeAttribute(Yl)}function In(t,e,n){const r=t.getAttribute(n);r==null||r===""?t.style.removeProperty(e):t.style.setProperty(e,r),t.removeAttribute(n)}function SQ(t){const e=t.getAttribute(Hl);e==null||e===""?t.style.removeProperty("rotate"):t.style.setProperty("rotate",e),t.removeAttribute(Hl),t.removeAttribute(Ga);const n=t.getAttribute(Yl);n!=null&&(n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n)),t.removeAttribute(Yl)}function wQ(t){const e=t.getAttribute(zl);e==null||e===""?t.style.removeProperty("translate"):t.style.setProperty("translate",e),t.removeAttribute(zl),t.removeAttribute(Ia)}function AQ(t){(t.hasAttribute(Dl)||sx(t.style.getPropertyValue("width"))||sx(t.style.getPropertyValue("height"))||t.hasAttribute(Wa))&&(In(t,"width",jf),In(t,"height",Rf),In(t,"min-width",xu),In(t,"min-height",Nf),In(t,"max-width",Vf),In(t,"max-height",Lf),In(t,"flex-basis",yu),In(t,"flex-grow",_f),In(t,"flex-shrink",Df),In(t,"box-sizing",Xf),In(t,"scale",Wa),In(t,"transform-origin",bu),In(t,"display",zf)),bg(t),t.style.removeProperty(Il),t.style.removeProperty(Wl),t.removeAttribute(Dl)}function kQ(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(Il),studioHeight:t.style.getPropertyValue(Wl),marker:t.getAttribute(Dl),originalWidth:t.getAttribute(jf),originalHeight:t.getAttribute(Rf),originalMinWidth:t.getAttribute(xu),originalMinHeight:t.getAttribute(Nf),originalMaxWidth:t.getAttribute(Vf),originalMaxHeight:t.getAttribute(Lf),originalFlexBasis:t.getAttribute(yu),originalFlexGrow:t.getAttribute(_f),originalFlexShrink:t.getAttribute(Df),originalBoxSizing:t.getAttribute(Xf),originalScale:t.getAttribute(Wa),originalTransformOrigin:t.getAttribute(bu),originalDisplay:t.getAttribute(zf)}}function TQ(t){return{rotate:t.style.getPropertyValue("rotate"),transformOrigin:t.style.getPropertyValue("transform-origin"),studioRotation:t.style.getPropertyValue(ca),marker:t.getAttribute(Xl),draftMarker:t.getAttribute(Gl),originalRotate:t.getAttribute(Ga),originalInlineRotate:t.getAttribute(Hl),originalTransformOrigin:t.getAttribute(Yl)}}function vg(t){return{translate:t.style.getPropertyValue("translate"),x:t.style.getPropertyValue(aa),y:t.style.getPropertyValue(la),marker:t.getAttribute(_l),originalTranslate:t.getAttribute(Ia),originalInlineTranslate:t.getAttribute(zl)}}function Wt(t,e,n){n==null?t.removeAttribute(e):t.setAttribute(e,n)}function bn(t,e,n){n?t.style.setProperty(e,n):t.style.removeProperty(e)}function Pm(t,e){bn(t,"width",e.width),bn(t,"height",e.height),bn(t,"min-width",e.minWidth),bn(t,"min-height",e.minHeight),bn(t,"max-width",e.maxWidth),bn(t,"max-height",e.maxHeight),bn(t,"flex-basis",e.flexBasis),bn(t,"flex-grow",e.flexGrow),bn(t,"flex-shrink",e.flexShrink),bn(t,"box-sizing",e.boxSizing),bn(t,"scale",e.scale),bn(t,"transform-origin",e.transformOrigin),bn(t,"display",e.display),bn(t,Il,e.studioWidth),bn(t,Wl,e.studioHeight),Wt(t,Dl,e.marker),Wt(t,jf,e.originalWidth),Wt(t,Rf,e.originalHeight),Wt(t,xu,e.originalMinWidth),Wt(t,Nf,e.originalMinHeight),Wt(t,Vf,e.originalMaxWidth),Wt(t,Lf,e.originalMaxHeight),Wt(t,yu,e.originalFlexBasis),Wt(t,_f,e.originalFlexGrow),Wt(t,Df,e.originalFlexShrink),Wt(t,Xf,e.originalBoxSizing),Wt(t,Wa,e.originalScale),Wt(t,bu,e.originalTransformOrigin),Wt(t,zf,e.originalDisplay)}function jm(t,e){bn(t,"rotate",e.rotate),bn(t,"transform-origin",e.transformOrigin),bn(t,ca,e.studioRotation),Wt(t,Xl,e.marker),Wt(t,Gl,e.draftMarker),Wt(t,Ga,e.originalRotate),Wt(t,Hl,e.originalInlineRotate),Wt(t,Yl,e.originalTransformOrigin)}function $l(t,e){e.translate?t.style.setProperty("translate",e.translate):t.style.removeProperty("translate"),e.x?t.style.setProperty(aa,e.x):t.style.removeProperty(aa),e.y?t.style.setProperty(la,e.y):t.style.removeProperty(la),Wt(t,_l,e.marker),Wt(t,Ia,e.originalTranslate),Wt(t,zl,e.originalInlineTranslate)}function Sg(t){try{Object.defineProperty(t,I2,{configurable:!1,enumerable:!1,value:!0})}catch{try{t[I2]=!0}catch{}}}function wg(t){return!!t[I2]}function Sc(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(wg(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};Sg(l);try{e[n]=l}catch{return!1}return!0}function wc(t,e){const n=t[e];if(typeof n!="function")return null;try{return na(n.call(t))}catch{return null}}function MQ(t){const e=wc(t,"duration")??wc(t,"getDuration");if(e==null)return!0;if(e<=0)return!1;const n=wc(t,"time")??wc(t,"totalTime")??wc(t,"getTime");return n==null?!0:n<e}function Rm(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 MQ(t)}const r=t.isActive;if(typeof r=="function")try{return!!r.call(t)}catch{return!1}return!1}function Bv(t){return Rm(t.__player)||Rm(t.__timeline)?!0:Object.values(t.__timelines??{}).some(Rm)}function Fv(t){var n;if((n=t.__hfStudioManualEditsApply)==null||n.call(t),t[Y0]!=null)return;const e=()=>{var r;if((r=t.__hfStudioManualEditsApply)==null||r.call(t),!Bv(t)){t[Y0]=null;return}t[Y0]=t.requestAnimationFrame(e)};t[Y0]=t.requestAnimationFrame(e)}function Nm(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(wg(i))return!0;const l=function(...o){const c=i.apply(this,o);return Fv(t),c};Sg(l);try{e[n]=l}catch{return!1}return!0}function Vm(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(wg(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};Sg(l);try{e[n]=l}catch{return!1}return!0}function EQ(t,e){const n=t;n[K$]=e;const r=Sc(n,n.__hf,"seek"),i=Sc(n,n.__player,"seek"),l=Sc(n,n.__player,"renderSeek"),o=Sc(n,n.__timeline,"seek"),c=Nm(n,n.__player,"play"),f=Nm(n,n.__timeline,"play"),m=Vm(n,n.__player,"pause"),p=Vm(n,n.__timeline,"pause");let O=!1,b=!1,v=!1;for(const S of Object.values(n.__timelines??{}))O=Sc(n,S,"seek")||O,b=Nm(n,S,"play")||b,v=Vm(n,S,"pause")||v;return Bv(n)&&Fv(n),r||i||l||o||c||f||m||p||O||b||v}function $Q(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 Lm(t,e,n){return $Q(t,n)===e}function QQ(t,e,n){var l;const r=o=>o instanceof n,i=(l=e.match(/^\.([A-Za-z0-9_-]+)$/))==null?void 0:l[1];return i?Array.from(t.getElementsByTagName("*")).filter(o=>r(o)&&o.classList.contains(i)):/^[A-Za-z][A-Za-z0-9-]*$/.test(e)?Array.from(t.getElementsByTagName(e)).filter(r):Array.from(t.querySelectorAll(e)).filter(r)}function CQ(t,e,n){var i;const r=(i=t.defaultView)==null?void 0:i.HTMLElement;if(!r)return null;if(e.target.id){const l=t.getElementById(e.target.id);if(l instanceof r&&Lm(l,e.target.sourceFile,n))return l;const o=[t.documentElement,...Array.from(t.getElementsByTagName("*"))].filter(c=>c instanceof r&&c.id===e.target.id&&Lm(c,e.target.sourceFile,n));if(o[0])return o[0]}if(!e.target.selector)return null;try{return QQ(t,e.target.selector,r).filter(o=>Lm(o,e.target.sourceFile,n))[e.target.selectorIndex??0]??null}catch{return null}}function ZQ(t){var r;const e=(r=t.defaultView)==null?void 0:r.HTMLElement;return e?[t.documentElement,...Array.from(t.getElementsByTagName("*"))].filter(i=>i instanceof e).filter(i=>i.hasAttribute(_l)||i.hasAttribute(oo)||i.hasAttribute(Dl)||i.hasAttribute(Xl)||i.hasAttribute(Gl)||i.hasAttribute(Ia)||i.hasAttribute(zl)||i.hasAttribute(eu)||i.hasAttribute(xu)||i.hasAttribute(yu)||i.hasAttribute(Wa)||i.hasAttribute(Ga)||i.hasAttribute(Hl)||!!i.style.getPropertyValue(aa)||!!i.style.getPropertyValue(la)||!!i.style.getPropertyValue(Il)||!!i.style.getPropertyValue(Wl)||!!i.style.getPropertyValue(ca)):[]}function PQ(t,e,n){const r=[],i=new Set,l=new Set,o=new Set;for(const f of e.edits){const m=CQ(t,f,n);m&&(W1(m)||(r.push({edit:f,element:m}),f.kind==="path-offset"&&i.add(m),f.kind==="box-size"&&l.add(m),f.kind==="rotation"&&o.add(m)))}for(const f of ZQ(t))W1(f)||(i.has(f)||bQ(f),l.has(f)||AQ(f),o.has(f)||vQ(f));let c=0;for(const{edit:f,element:m}of r)f.kind==="path-offset"?zv(m,{x:f.x,y:f.y}):f.kind==="box-size"?Hv(m,{width:f.width,height:f.height}):Yv(m,{angle:f.angle}),c+=1;return c}const Ql=".hyperframes/studio-motion.json",_m="studio-motion",tu="data-hf-studio-motion",tp="data-hf-studio-motion-original-transform",np="data-hf-studio-motion-original-opacity",rp="data-hf-studio-motion-original-visibility",F0=["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"],Pc={x1:.215,y1:.61,x2:.355,y2:1},jQ={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}},RQ=/^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 Fs(){return{version:1,motions:[]}}function cx(t,e){return Number.isFinite(t)&&t>0?t:e}function NQ(t,e){return Number.isFinite(t)&&t>=0?t:e}function VQ(t){return t.trim()||"none"}function jc(t){return Math.round(t*1e3)/1e3}function q0(t,e,n,r){return Number.isFinite(t)?Math.min(n,Math.max(e,t)):r}function Ag(t){return{x1:jc(q0(t.x1??Pc.x1,0,1,.215)),y1:jc(q0(t.y1??Pc.y1,-.6,1.6,.61)),x2:jc(q0(t.x2??Pc.x2,0,1,.355)),y2:jc(q0(t.y2??Pc.y2,-.6,1.6,1))}}function ux(t){if(!t)return null;const e=t.trim().match(RQ);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)?Ag(n):null}function U0(t){const e=jc(t);return Object.is(e,-0)?"0":`${e}`}function qv(t){const e=Ag(t);return`M0,0 C${U0(e.x1)},${U0(e.y1)} ${U0(e.x2)},${U0(e.y2)} 1,1`}function Uv(t){return jQ[t]??Pc}function LQ(t,e){const n=NQ(e.start,0),r=cx(e.duration,.6),i=cx(e.distance,32),l=VQ(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 G1(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function fx(t){if(!t||typeof t!="object")return null;const e=t,n={};for(const r of["x","y","scale","rotation","opacity","autoAlpha"]){const i=G1(e[r]);i!=null&&(n[r]=i)}return Object.keys(n).length>0?n:null}function _Q(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:G1(e.selectorIndex)??void 0,id:i}}function DQ(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 XQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="gsap-motion")return null;const n=_Q(e.target);if(!n)return null;const r=G1(e.start),i=G1(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=fx(e.from),c=fx(e.to);return!o||!c?null:{kind:"gsap-motion",target:n,start:r,duration:i,ease:l,customEase:DQ(e.customEase),from:o,to:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function hx(t){if(!t.trim())return Fs();try{const e=JSON.parse(t);if(!e||typeof e!="object")return Fs();const n=e.motions;return Array.isArray(n)?{version:1,motions:n.map(XQ).filter(r=>r!==null)}:Fs()}catch{return Fs()}}function Dm(t){return`${JSON.stringify(t,null,2)}
82
+ `}function zQ(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function HQ(t){if(!t)return!1;const e=zQ(t);return e===Ql||e.endsWith(`/${Ql}`)}function Iv(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function K1(t){return[t.sourceFile,t.id?`id:${t.id}`:"",t.selector?`selector:${t.selector}`:"",t.selectorIndex!=null?`index:${t.selectorIndex}`:""].join("|")}function Wv(t,e){const n=Iv(e);return t.target.sourceFile!==n.sourceFile?!1:t.target.id&&n.id&&t.target.id===n.id?!0:K1(t.target)===K1(n)}function YQ(t,e,n){const r=Iv(e),i={kind:"gsap-motion",target:r,...n,updatedAt:new Date().toISOString()};return{version:1,motions:[...t.motions.filter(l=>K1(l.target)!==K1(r)),i]}}function BQ(t,e){return{version:1,motions:t.motions.filter(n=>!Wv(n,e))}}function FQ(t,e){return t.motions.find(n=>Wv(n,e))??null}function qQ(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 dx(t,e,n){return qQ(t,n)===e}function UQ(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 IQ(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&&dx(l,e.sourceFile,n))return l}if(!e.selector)return null;try{return UQ(t,e.selector).filter(o=>dx(o,e.sourceFile,n))[Math.max(0,Math.floor(e.selectorIndex??0))]??null}catch{return null}}function WQ(t){t.hasAttribute(tu)||(t.setAttribute(tp,t.style.transform),t.setAttribute(np,t.style.opacity),t.setAttribute(rp,t.style.visibility))}function GQ(t,e){var n;t.hasAttribute(tu)&&((n=e==null?void 0:e.set)==null||n.call(e,t,{clearProps:"transform,opacity,visibility"}),t.style.transform=t.getAttribute(tp)??"",t.style.opacity=t.getAttribute(np)??"",t.style.visibility=t.getAttribute(rp)??"",t.removeAttribute(tu),t.removeAttribute(tp),t.removeAttribute(np),t.removeAttribute(rp))}function KQ(t,e){var r;const n=(r=t.defaultView)==null?void 0:r.HTMLElement;if(n)for(const i of Array.from(t.querySelectorAll(`[${tu}]`)))i instanceof n&&GQ(i,e)}function JQ(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 eC(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 tC(t,e,n=null,r){var m,p,O,b,v;const i=t.defaultView;if(!i)return 0;const l=i.gsap;if(i.__timelines=i.__timelines??{},(p=(m=i.__timelines[_m])==null?void 0:m.kill)==null||p.call(m),delete i.__timelines[_m],KQ(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=IQ(t,S.target,n);if(!w||!o.fromTo)continue;WQ(w),w.setAttribute(tu,"true");const k={...S.from},M={...S.to,duration:S.duration,ease:JQ(i,S),overwrite:"auto",immediateRender:!1};o.fromTo(w,k,M,S.start),c+=1}if(c===0)return(O=o.kill)==null||O.call(o),0;i.__timelines[_m]=o,(b=o.pause)==null||b.call(o);const f=eC(i);return o.totalTime?o.totalTime(f,!1):(v=o.time)==null||v.call(o,f),c}function nC(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 rC({projectId:t,showToast:e,readOptionalProjectFile:n,writeProjectFile:r,recordEdit:i,previewIframeRef:l,activeCompPathRef:o}){const[,c]=h.useState(0),f=h.useRef(0),m=h.useRef(0),p=h.useRef(Promise.resolve()),O=h.useRef(Bs()),b=h.useRef(0),v=h.useRef(Fs()),S=h.useRef(0),w=h.useRef(async()=>{}),k=h.useRef(async()=>{}),M=h.useRef(t),R=h.useRef(t);R.current=t;const $=h.useCallback(H=>{const q=p.current.catch(()=>{}).then(H);return p.current=q.then(()=>{},()=>{}),q},[]),P=h.useCallback(async()=>{await p.current.catch(()=>{})},[]),E=h.useCallback((H=l.current)=>{var V,L,F,T,C,B;if(!H)return;let q=null;try{q=H.contentDocument}catch{return}if(!q)return;const oe=q,D=()=>{PQ(oe,O.current,o.current)},N=()=>{D(),H.contentWindow&&EQ(H.contentWindow,D)},z=H.contentWindow;N(),(V=z==null?void 0:z.requestAnimationFrame)==null||V.call(z,N),(L=z==null?void 0:z.setTimeout)==null||L.call(z,N,80),(F=z==null?void 0:z.setTimeout)==null||F.call(z,N,250),(T=z==null?void 0:z.setTimeout)==null||T.call(z,N,500),(C=z==null?void 0:z.setTimeout)==null||C.call(z,N,1e3),(B=z==null?void 0:z.setTimeout)==null||B.call(z,N,2e3)},[o,l]),j=h.useCallback(async(H=l.current,q)=>{if(!!!(q!=null&&q.forceFromDisk||q!=null&&q.readFromDiskFirst)){E(H);return}const D=b.current;let N;try{N=await n(El)}catch(z){const V=z instanceof Error?z.message:"Failed to read manual edit manifest";e(V),E(H);return}(q!=null&&q.forceFromDisk||D===b.current)&&(O.current=ax(N),q!=null&&q.forceFromDisk&&(b.current+=1)),E(H)},[E,l,n,e]);w.current=j;const Q=h.useCallback((H=l.current)=>{var V,L;if(!H)return;let q=null;try{q=H.contentDocument}catch{return}if(!q)return;const oe=q,D=()=>{tC(oe,v.current,o.current)},N=()=>{D(),H.contentWindow&&nC(H.contentWindow,D)},z=H.contentWindow;(V=z==null?void 0:z.requestAnimationFrame)==null||V.call(z,N),(L=z==null?void 0:z.setTimeout)==null||L.call(z,N,120)},[o,l]),_=h.useCallback(async(H=l.current,q)=>{if(!!!(q!=null&&q.forceFromDisk||q!=null&&q.readFromDiskFirst)){Q(H);return}const D=S.current;let N;try{N=await n(Ql)}catch(z){const V=z instanceof Error?z.message:"Failed to read motion manifest";e(V),Q(H);return}(q!=null&&q.forceFromDisk||D===S.current)&&(v.current=hx(N),q!=null&&q.forceFromDisk&&(S.current+=1),c(z=>z+1)),Q(H)},[Q,l,n,e]);k.current=_;const W=h.useCallback((H,q)=>{const oe=O.current,D=H(oe),N=Zm(oe);if(Zm(D)===N)return;const V=b.current+1;b.current=V,O.current=D,E(l.current),$(async()=>{const F=await n(El),T=ax(F),C=H(T),B=Zm(C);if(B===F)return;const ee=R.current;if(!ee)throw new Error("No active project");f.current=Date.now(),await ta({projectId:ee,label:q.label,kind:"manual",coalesceKey:q.coalesceKey,files:{[El]:B},readFile:async()=>F,writeFile:r,recordEdit:i}),f.current=Date.now(),b.current===V&&(O.current=C,E(l.current))}).catch(F=>{b.current===V&&(b.current+=1,O.current=oe,E(l.current));const T=F instanceof Error?F.message:"Failed to save manual edit";e(T)})},[E,i,$,n,e,r,l]),G=h.useCallback((H,q)=>{const oe=v.current,D=H(oe),N=Dm(oe);if(Dm(D)===N)return;const V=S.current+1;S.current=V,v.current=D,c(F=>F+1),Q(l.current),$(async()=>{const F=await n(Ql),T=hx(F),C=H(T),B=Dm(C);if(B===F)return;const ee=R.current;if(!ee)throw new Error("No active project");f.current=Date.now(),await ta({projectId:ee,label:q.label,kind:"motion",coalesceKey:q.coalesceKey,files:{[Ql]:B},readFile:async()=>F,writeFile:r,recordEdit:i}),f.current=Date.now(),S.current===V&&(v.current=C,c(ue=>ue+1),Q(l.current))}).catch(F=>{S.current===V&&(S.current+=1,v.current=oe,c(C=>C+1),Q(l.current));const T=F instanceof Error?F.message:"Failed to save motion edit";e(T)})},[Q,i,$,n,e,r,l]),X=h.useCallback(async H=>{const q=H??[],oe=q.length>0&&q.every(z=>z===El),D=q.length>0&&q.every(z=>z===Ql);if(oe){await j(l.current,{forceFromDisk:!0});return}if(D){await _(l.current,{forceFromDisk:!0});return}const N=l.current;if(N!=null&&N.contentWindow)try{N.contentWindow.location.reload();return}catch{}},[j,_,l]);return h.useEffect(()=>{const H=M.current;M.current=t,!(!H||H===t)&&(O.current=Bs(),b.current+=1,v.current=Fs(),S.current+=1,c(q=>q+1))},[t]),Gt(()=>{const H=oe=>{const D=iQ(oe),N=Date.now()-f.current<1200;if(aQ(D)){N||w.current(l.current,{forceFromDisk:!0});return}if(HQ(D)){N||k.current(l.current,{forceFromDisk:!0});return}},q=new EventSource("/api/events");return q.addEventListener("file-change",H),()=>q.close()}),{domEditSaveTimestampRef:f,domTextCommitVersionRef:m,domEditSaveQueueRef:p,studioManualEditManifestRef:O,studioManualEditRevisionRef:b,studioMotionManifestRef:v,studioMotionRevisionRef:S,applyStudioManualEditsToPreviewRef:w,applyStudioMotionToPreviewRef:k,studioManualEditProjectRef:M,queueDomEditSave:$,waitForPendingDomEditSaves:P,applyCurrentStudioManualEditsToPreview:E,applyStudioManualEditsToPreview:j,applyCurrentStudioMotionToPreview:Q,applyStudioMotionToPreview:_,commitStudioManualEditManifestOptimistically:W,commitStudioMotionManifestOptimistically:G,syncHistoryPreviewAfterApply:X}}function Nl(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function mx(t,e){return e==='"'?t.replace(/"/g,"&quot;"):t.replace(/'/g,"&#39;")}function iC(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 aC(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${Nl(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1];return Gv(t,o,n,r)}function Gv(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 iC(l)){const O=p.indexOf(":");if(O<0)continue;const b=p.slice(0,O).trim(),v=p.slice(O+1).trim();b&&c.set(b,v)}c.set(n,r);const f=Array.from(c.entries()).map(([p,O])=>`${p}: ${mx(O,o)}`).join("; "),m=e.replace(i[0],`style=${o}${f}${o}`);return t.replace(e,m)}else{const l=e.replace(/>$/,"")+` style="${n}: ${mx(r,'"')}"`;return t.replace(e,l)}}function lC(t,e,n,r){const i=vu(t,e);if(!i)return t;const l=Gv(i.tag,i.tag,n,r);return ip(t,i,l)}function ip(t,e,n){return`${t.slice(0,e.start)}${n}${t.slice(e.end)}`}function vu(t,e){if(e.id){const l=new RegExp(`(<[^>]*\\bid=(["'])${Nl(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=(["'])${Nl(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${Nl(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 px(t,e,n){const r=vu(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 sC(t,e){const n=vu(t,e);return n==null?void 0:n.tag}function oC(t,e,n,r){const i=vu(t,e);if(!i)return t;const l=n.startsWith("data-")?n:`data-${n}`,o=new RegExp(`\\b${l}=(["'])([^"']*)\\1`),c=i.tag;if(o.test(c)){const m=c.replace(o,`${l}="${r}"`);return ip(t,i,m)}const f=c+` ${l}="${r}"`;return ip(t,i,f)}function cC(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${Nl(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1],c=n.startsWith("data-")?n:`data-${n}`,f=new RegExp(`\\b${c}=(["'])([^"']*)\\1`);if(f.test(o)){const m=o.replace(f,`${c}="${r}"`);return t.replace(o,m)}else{const m=o+` ${c}="${r}"`;return t.replace(o,m)}}function uC(t,e,n){const i=new RegExp(`(<([a-z0-9-]+)[^>]*\\bid=(["'])${Nl(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=Kv(t,o,c);return f<0?t:`${t.slice(0,c)}${n}${t.slice(f)}`}function Kv(t,e,n){const r=new RegExp(`</?${Nl(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 fC(t,e,n){const r=vu(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=Kv(t,l,r.end+1);return o<0?t:`${t.slice(0,r.end+1)}${n}${t.slice(o)}`}function hC(t,e,n){switch(n.type){case"inline-style":return aC(t,e,n.property,n.value);case"attribute":return cC(t,e,n.property,n.value);case"text-content":return uC(t,e,n.value);default:return t}}function Wi(t,e,n){if(e.id){const r=hC(t,e.id,n);if(r!==t||!e.selector)return r}switch(n.type){case"inline-style":return lC(t,e,n.property,n.value);case"attribute":return oC(t,e,n.property,n.value);case"text-content":return fC(t,e,n.value);default:return t}}function _s(t){return t.label||t.id||t.tag}function gx(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function dC(t,e){const n=gx(t).split("/").filter(Boolean),r=gx(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 mC(t){return/^(?:\/|[A-Za-z]:[\\/]|\\\\)/.test(t)}function pC(t,e){const n=e.trim();if(!n)return;const r=n.replace(/\\/g,"/");if(mC(r))return r;const i=t==null?void 0:t.trim().replace(/\\/g,"/").replace(/\/+$/,"");if(i)return`${i}/${r.replace(/^\.?\//,"")}`}function Xm(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 Ox(t){return/^url\(/i.test(t.trim())}function gC(t){return t==="left"||t==="top"||t==="width"||t==="height"}function Jv(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 xx(t){const e=Jv(t);return e?!!e.closest("input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"):!1}function I0(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 yx(t,e){const n=t.sourceFile||"index.html";for(const r of e){const i=r.sourceFile||"index.html";if(t.id&&r.domId===t.id&&i===n||t.isCompositionHost&&t.compositionSrc&&r.compositionSrc===t.compositionSrc||t.selector&&r.selector===t.selector&&(r.selectorIndex??0)===(t.selectorIndex??0)&&(r.sourceFile??"index.html")===t.sourceFile)return r.key??r.id}return null}function bx(t,e,n){return n<e?e:Math.min(Math.max(t,e),n)}function OC(t){return Array.from(t.matchAll(/\bid="([^"]+)"/g),e=>e[1]??"")}const W0={image:3,video:5,audio:5};async function vx(t,e,n){if(n==="image")return W0.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(W0[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:W0[n])},{once:!0}),r.addEventListener("error",()=>c(W0[n]),{once:!0})});return r.src="",r.load(),i}function Ns(t){return t.domId?{id:t.domId,selector:t.selector,selectorIndex:t.selectorIndex}:t.selector?{selector:t.selector,selectorIndex:t.selectorIndex}:null}async function G0(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 xC({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),O=h.useCallback(async(M,R)=>{const $=m.current;if(!$)throw new Error("No active project");const P=M.sourceFile||e||"index.html",E=await G0($,P),j=Ns(M);if(!j)throw new Error(`Timeline element ${M.id} is missing a patchable target`);const Q=P,_=n.map(X=>(X.key??X.id)===(M.key??M.id)?{...X,start:R.start,track:R.track}:X).filter(X=>(X.sourceFile||e||"index.html")===Q),W=Mm(_.map(X=>X.track));let G=Wi(E,j,{type:"attribute",property:"start",value:Al(R.start)});G=Wi(G,j,{type:"attribute",property:"track-index",value:String(R.track)});for(const X of _){const H=Ns(X);if(!H)continue;const q=W.get(X.track);q!=null&&(G=Wi(G,H,{type:"inline-style",property:"z-index",value:String(q)}))}if(G===E)throw new Error(`Unable to patch timeline element ${M.id} in ${P}`);o.current=Date.now(),await ta({projectId:$,label:"Move timeline clip",kind:"timeline",files:{[P]:G},readFile:async()=>E,writeFile:i,recordEdit:l}),c()},[e,l,n,i,o,c]),b=h.useCallback(async(M,R)=>{const $=m.current;if(!$)throw new Error("No active project");const P=M.sourceFile||e||"index.html",E=await G0($,P),j=Ns(M);if(!j)throw new Error(`Timeline element ${M.id} is missing a patchable target`);const Q=M.playbackStartAttr==="playback-start"?"playback-start":"media-start",_=px(E,j,"playback-start")??px(E,j,"media-start"),W=_!=null?parseFloat(_):void 0,G=R.start-M.start,X=R.playbackStart==null&&G!==0&&Number.isFinite(W)&&W!=null?Math.max(0,W+G*Math.max(M.playbackRate??1,.1)):void 0,H=R.playbackStart??X;let q=E;if(q=Wi(q,j,{type:"attribute",property:"start",value:Al(R.start)}),q=Wi(q,j,{type:"attribute",property:"duration",value:Al(R.duration)}),H!=null&&(q=Wi(q,j,{type:"attribute",property:Q,value:Al(H)})),q===E)throw new Error(`Unable to patch timeline element ${M.id} in ${P}`);o.current=Date.now(),await ta({projectId:$,label:"Resize timeline clip",kind:"timeline",files:{[P]:q},readFile:async()=>E,writeFile:i,recordEdit:l}),c()},[e,l,i,o,c]),v=h.useCallback(async M=>{const R=m.current;if(!R)throw new Error("No active project");const $=_s(M),P=M.sourceFile||e||"index.html";try{const E=await G0(R,P),j=Ns(M);if(!j)throw new Error(`Timeline element ${M.id} is missing a patchable target`);const Q=P||"index.html",_=n.filter(q=>(q.key??q.id)!==(M.key??M.id)&&(q.sourceFile||e||"index.html")===Q),W=Mm(_.map(q=>q.track)),G=await fetch(`/api/projects/${R}/file-mutations/remove-element/${encodeURIComponent(P)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:j})});if(!G.ok)throw new Error(`Failed to delete ${M.id} from ${P}`);const X=await G.json();let H=typeof X.content=="string"?X.content:E;for(const q of _){const oe=Ns(q);if(!oe)continue;const D=W.get(q.track);D!=null&&(H=Wi(H,oe,{type:"inline-style",property:"z-index",value:String(D)}))}o.current=Date.now(),await ta({projectId:R,label:"Delete timeline clip",kind:"timeline",files:{[P]:H},readFile:async()=>E,writeFile:i,recordEdit:l}),Ze.getState().setElements(n.filter(q=>(q.key??q.id)!==(M.key??M.id))),Ze.getState().setSelectedElementId(null),c(),r(`Deleted ${$}. Use Undo to restore it.`,"info")}catch(E){const j=E instanceof Error?E.message:"Failed to delete timeline clip";r(j)}},[e,l,r,n,i,o,c]),S=h.useCallback(async(M,R,$)=>{const P=m.current;if(!P)throw new Error("No active project");const E=Z5(M);if(!E){r("Only image, video, and audio assets can be dropped onto the timeline.");return}const j=e||"index.html";try{const Q=await G0(P,j),_=Number(Al(R.start)),W=Number.isFinite($)&&$!=null&&$>0?$:await vx(P,M,E),G=Number(Al(W)),X=pM(M,OC(Q)),H=gM(j,M),q=j||"index.html",oe=n.filter(z=>(z.sourceFile||e||"index.html")===q),D=Mm([...oe.map(z=>z.track),R.track]);let N=Q;for(const z of oe){const V=Ns(z);if(!V)continue;const L=D.get(z.track);L!=null&&(N=Wi(N,V,{type:"inline-style",property:"z-index",value:String(L)}))}N=bM(N,yM({id:X,assetPath:H,kind:E,start:_,duration:G,track:R.track,zIndex:D.get(R.track)??1,geometry:xM(Q)})),o.current=Date.now(),await ta({projectId:P,label:"Add timeline asset",kind:"timeline",files:{[j]:N},readFile:async()=>Q,writeFile:i,recordEdit:l}),c()}catch(Q){const _=Q instanceof Error?Q.message:"Failed to drop asset onto timeline";r(_)}},[e,l,r,n,i,o,c]),w=h.useCallback(async(M,R)=>{const $=m.current;if(!$)return;const P=await f(M);if(P.length===0)return;const E=[];for(const Q of P){const _=Z5(Q),W=_?await vx($,Q,_):0;E.push(Number(Al(W)))}const j=OM(R??{start:0,track:0},E,n.filter(Q=>(Q.sourceFile||e||"index.html")===(e||"index.html")).map(Q=>({start:Q.start,duration:Q.duration,track:Q.track})));for(const[Q,_]of P.entries())await S(_,j[Q]??j[0],E[Q])},[e,S,n,f]),k=h.useCallback(M=>{const R=Date.now();R-p.current<1500||(p.current=R,r("This clip can't be moved or resized from the timeline yet.","info"))},[r]);return{handleTimelineElementMove:O,handleTimelineElementResize:b,handleTimelineElementDelete:v,handleTimelineAssetDrop:S,handleTimelineFileDrop:w,handleBlockedTimelineEdit:k}}const yC={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},bC="VITE_STUDIO_ENABLE_PREVIEW_MANUAL_DRAGGING",vC="VITE_STUDIO_ENABLE_INSPECTOR_PANELS",SC="VITE_STUDIO_ENABLE_MOTION_PANEL",wC="VITE_STUDIO_ENABLE_TIMELINE_LAYER_INSPECTOR",AC=new Set(["1","true","yes","on","enabled"]),kC=new Set(["0","false","no","off","disabled"]);function Yf(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(AC.has(l))return!0;if(kC.has(l))return!1}}return n}const Bf=yC,TC=Yf(Bf,[bC,"VITE_STUDIO_PREVIEW_MANUAL_EDITING_ENABLED"],!0),Nn=Yf(Bf,[vC,"VITE_STUDIO_INSPECTOR_PANELS_ENABLED"],!0),eS=Yf(Bf,[SC,"VITE_STUDIO_MOTION_PANEL_ENABLED"],!1);Nn&&Yf(Bf,[wC,"VITE_STUDIO_TIMELINE_LAYER_INSPECTOR_ENABLED"],!0);const ap=Nn,Sx="Manual editing is temporarily disabled",tS=["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 Ti(t){return typeof t=="object"&&t!==null&&"nodeType"in t&&typeof t.nodeType=="number"&&t.nodeType===1}function La(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 MC(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 EC(t){return["div","span","p","strong","h1","h2","h3","h4","h5","h6"].includes(t)}function nS(t){var r;const e={},n=(r=t.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(t);if(!n)return e;for(const i of tS){const l=n.getPropertyValue(i);l&&(e[i]=l)}return e}function wx(t,e){let n=t;for(;n;){const r=n;if(e.some(i=>r.hasAttribute(i)))return r;n=n.parentElement}return null}function Vl(t,e){const n=wx(t,["data-composition-file","data-composition-src"]),r=wx(t,["data-composition-id"]),i=(n==null?void 0:n.getAttribute("data-composition-file"))??(n==null?void 0:n.getAttribute("data-composition-src"))??(r==null?void 0:r.getAttribute("data-composition-file"))??(r==null?void 0:r.getAttribute("data-composition-src"))??e??"index.html";return{sourceFile:i,compositionPath:i}}function $C(t){let e=t;for(;e;){if(e.classList.contains("clip")&&(!(e.hasAttribute("data-composition-src")||e.hasAttribute("data-composition-file"))||e===t))return e;e=e.parentElement}return null}function QC(t,e){if(e.preferClipAncestor){const n=$C(t);if(n)return n}return t}function rS(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?`.${iS(n)}`:void 0}function iS(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,O=r===1&&t.startsWith("-")&&o;if(m||p||O){n+=`\\${l.toString(16)} `;continue}if(c||f||o||i==="-"||i==="_"||l>=128){n+=i;continue}n+=`\\${i}`}return n}function lp(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\a ").replace(/\r/g,"\\d ").replace(/\f/g,"\\c ")}function Ax(t){const e=t==null?void 0:t.trim();if(!e)return;let n=e;try{n=new URL(e,"http://studio.local").pathname}catch{n=e}for(const r of["/preview/comp/","/preview/"]){const i=n.indexOf(r);if(i<0)continue;return n.slice(i+r.length).replace(/^\/+/,"")||e}return e}function sp(t,e){try{return Array.from(t.querySelectorAll(e))}catch{return[]}}function K0(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 aS(t){if(t.id)return`#${iS(t.id)}`;const e=t.getAttribute("data-composition-id");return e?`[data-composition-id="${lp(e)}"]`:rS(t)}function lS(t,e,n,r,i){if(!(n!=null&&n.startsWith(".")))return;const o=sp(t,n).filter(c=>Ti(c)&&Vl(c,i).sourceFile===r).indexOf(e);return o>=0?o:void 0}function sS(t){const e=t.selectorIndex??0;return`${t.sourceFile}:${t.id??t.selector??"layer"}:${e}`}function oS(t){const e=t.getAttribute("data-composition-id");if(e&&e!=="main")return K0(e);const n=t.getAttribute("data-composition-src")??t.getAttribute("data-composition-file");if(n)return K0(n);if(t.id)return K0(t.id);const r=rS(t);if(r)return K0(r.replace(/^\./,""));const i=(t.textContent??"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,39)}…`:i:t.tagName.toLowerCase()}const CC=new Set(["base","br","canvas","link","meta","script","source","style","template","track","wbr"]);function ZC(t){var r;const e=t.tagName.toLowerCase();if(CC.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 kg(t,e){if(!ZC(t))return null;const n=aS(t);if(!n)return null;const{sourceFile:r}=Vl(t,e);return{id:t.id||void 0,selector:n,selectorIndex:lS(t.ownerDocument,t,n,r,e),sourceFile:r}}function PC(t){let e=0,n=t.parentElement;for(;n;)e+=1,n=n.parentElement;return e}const kx=new Set(["img","video","canvas","svg","audio"]);function cS(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 jC(t){const e=t.tagName.toLowerCase();if(kx.has(e))return!1;const n=t.children;if(n.length===0)return(t.textContent??"").trim().length===0;for(let r=0;r<n.length;r+=1){const i=n[r];if(Ti(i)&&(kx.has(i.tagName.toLowerCase())||cS(i)))return!1}return!0}function RC(t){const e=t.getBoundingClientRect();return!(e.width<=1||e.height<=1||!cS(t)||jC(t))}function NC(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=op(t)||["img","video","canvas","svg"].includes(n)?2e3:0;return PC(t)*1e4+o+l-e}function VC(t,e){let n=null,r=0;for(const i of t){if(!Ti(i)){r+=1;continue}if(RC(i)&&kg(i,e.activeCompositionPath)){const l=NC(i,r);(!n||l>n.score)&&(n={element:i,score:l})}r+=1}return(n==null?void 0:n.element)??null}function LC(t){var n;const e=(n=t.computedStyles["background-image"])==null?void 0:n.trim();return!!(e&&e!=="none")}function _C(t,e){if(!(t.tagName.toLowerCase()==="img"||LC(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 DC(t,e){return Array.from(t.children).filter(n=>Ti(n)&&kg(n,e.activeCompositionPath)!==null)}function XC(t,e,n=80){if(!t)return[];const r=[],i=(l,o)=>{if(r.length>=n)return;const c=kg(l,e.activeCompositionPath);c&&r.push({key:sS(c),element:l,label:oS(l),tagName:l.tagName.toLowerCase(),depth:o,childCount:DC(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(Ti(m)&&(i(m,f),r.length>=n))return};return i(t,0),r}function zC(t){const e={};for(const n of t.attributes)n.name.startsWith("data-")&&(e[n.name.slice(5)]=n.value);return e}function uS(t){const e={};for(const n of tS){const r=t.style.getPropertyValue(n);r&&(e[n]=r)}return e}function op(t){return EC(t.tagName.toLowerCase())&&t.children.length===0}function HC(t,e,n,r){return r==="self"||n===1?"Content":`Text ${e+1}`}function Tx(t,e,n,r){const i=t.tagName.toLowerCase();return{key:t.getAttribute("data-hf-text-key")??`${r}:${e}:${i}`,label:HC(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:uS(t),computedStyles:nS(t),source:r}}function YC(t){const e=Array.from(t.children).filter(Ti).filter(op);return e.length>0?e.map((n,r)=>Tx(n,r,e.length,"child")):op(t)?[Tx(t,0,1,"self")]:[]}function BC(t){return t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function FC(t){const e=Object.entries(t.inlineStyles).filter(([,n])=>!!n);return e.length===0?"":e.map(([n,r])=>`${n}: ${r}`).join("; ")}function Mx(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=FC(e),i=r?` style="${r.replace(/"/g,"&quot;")}"`:"";return`<${e.tagName}${n}${i}>${BC(e.value)}</${e.tagName}>`}).join("")}function qC(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 UC(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=La(t.inlineStyles.left)??La(t.computedStyles.left),r=La(t.inlineStyles.top)??La(t.computedStyles.top),i=La(t.inlineStyles.width)??La(t.computedStyles.width),l=La(t.inlineStyles.height)??La(t.computedStyles.height),o=!MC(t.computedStyles.transform),c=(e==="absolute"||e==="fixed")&&n!=null&&r!=null&&!o,f=c&&(i!=null||l!=null),m=!t.isCompositionHost,p=m,O=m,b=m,v=m?void 0:"Select an internal layer to transform it.";return t.isCompositionHost&&t.isMasterView?{canSelect:!0,canEditStyles:!1,canMove:c,canResize:f,canApplyManualOffset:p,canApplyManualSize:O,canApplyManualRotation:b,reasonIfDisabled:v}:{canSelect:!0,canEditStyles:!0,canMove:c,canResize:f,canApplyManualOffset:p,canApplyManualSize:O,canApplyManualRotation:b,reasonIfDisabled:v}}function fS(t,e){var i;if(!t)return null;const n=t.ownerDocument;let r=QC(t,e);for(;r&&r!==n.body&&r!==n.documentElement;){const l=aS(r);if(!l){r=r.parentElement;continue}const{sourceFile:o,compositionPath:c}=Vl(r,e.activeCompositionPath),f=lS(n,r,l,o,e.activeCompositionPath),m=r.getAttribute("data-composition-src")??r.getAttribute("data-composition-file")??void 0,p=uS(r),O=nS(r),b=YC(r),v=UC({selector:l,tagName:r.tagName.toLowerCase(),className:r.className,inlineStyles:p,computedStyles:O,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:oS(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:zC(r),inlineStyles:p,computedStyles:O,textFields:b,capabilities:v}}return null}function Gi(t){return[t.sourceFile||"index.html",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function Jr(t,e,n=null){if(e.id){const i=t.getElementById(e.id);if(Ti(i)&&(!e.sourceFile||Vl(i,n).sourceFile===e.sourceFile))return i}return e.selector?e.selector.startsWith(".")&&e.selectorIndex!=null?sp(t,e.selector).filter(l=>Ti(l)&&(!e.sourceFile||Vl(l,n).sourceFile===e.sourceFile))[e.selectorIndex]??null:sp(t,e.selector).filter(i=>Ti(i)&&(!e.sourceFile||Vl(i,n).sourceFile===e.sourceFile))[0]??null:null}function IC(t,e,n){var O;const r=typeof e.id=="string"?e.id:"",i=Ax(e.compositionSrc)??((O=n.compIdToSrc)==null?void 0:O.get(r)),l=i??Ax(e.sourceFile)??n.activeCompositionPath??"index.html",o=lp(r),c=i?lp(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 b=Jr(t,{id:e.domId??void 0,selector:f,selectorIndex:e.selectorIndex,sourceFile:l},n.activeCompositionPath);if(b)return b}const m=!!(e.domId||e.selector||i);if(n.isMasterView||m||!n.activeCompositionPath)return null;const p=t.querySelector("[data-composition-id]");return Ti(p)&&Vl(p,n.activeCompositionPath).sourceFile===l?p:null}function J0(t,e){return{type:"inline-style",property:t,value:e}}function Ex(t){return{type:"text-content",property:"text",value:t}}function WC(t){return`x=${Math.round(t.x)}, y=${Math.round(t.y)}, width=${Math.round(t.width)}, height=${Math.round(t.height)}`}function $x(t){return Object.entries(t).filter(([,e])=>e&&e!=="initial").map(([e,n])=>`${e}: ${n}`).join(`
83
+ `)}function GC(t){return t.map(e=>`- key=${e.key}; tag=<${e.tagName}>; source=${e.source}; text=${JSON.stringify(e.value)}`).join(`
84
+ `)}function KC({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: ${Gn(e)}`,`Source file: ${o}`,`DOM id: ${t.id??"(none)"}`,`Selector: ${t.selector??"(none)"}`,`Selector index: ${t.selectorIndex??0}`,`Tag: <${t.tagName}>`,`Bounds: ${WC(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=GC(t.textFields);m&&c.push("","Text fields:",m);const p=$x(t.inlineStyles);p&&c.push("","Inline styles:",p);const O=$x(t.computedStyles);return O&&c.push("","Computed styles (browser-resolved):",O),n&&c.push("","Target HTML:",n),c.push("","Guardrails:","- Make a targeted change to this element only.","- Preserve the rest of the composition and its timing.","- Do not modify other elements' data-* attributes or positioning.","- Prefer existing inline styles or existing CSS rules for this element over adding unrelated selectors."),c.join(`
85
+ `)}function Tg(t){return t.textFields.length>0&&!t.isCompositionHost}function JC({activeCompPath:t,projectDir:e,projectIdRef:n,currentTime:r,showToast:i,domEditSelectionRef:l,domEditSelection:o}){const[c,f]=h.useState(),[m,p]=h.useState(),[O,b]=h.useState(null),[v,S]=h.useState(!1),[w,k]=h.useState(!1),M=h.useRef(null),R=h.useCallback(async E=>{const j=n.current;if(!j)return;const Q=E.sourceFile||t||"index.html";try{const _=await fetch(`/api/projects/${j}/files/${encodeURIComponent(Q)}`);if(!_.ok)return;const G=(await _.json()).content,X=typeof G=="string"?sC(G,E):void 0;f(H=>l.current!==E?H:X)}catch{}},[t,l,n]),$=h.useCallback(()=>{o&&(f(void 0),p(void 0),b(null),R(o),k(!0))},[o,R]),P=h.useCallback(async E=>{if(!o)return;const j=o.sourceFile||t||"index.html",Q=c??o.element.outerHTML,_=KC({selection:o,currentTime:r,tagSnippet:Q,selectionContext:m,userInstruction:E,sourceFilePath:pC(e,j)});if(!await Ic(_)){i("Could not copy prompt to clipboard.","error");return}k(!1),p(void 0),b(null),M.current&&clearTimeout(M.current),S(!0),M.current=setTimeout(()=>S(!1),1600)},[t,m,c,r,o,e,i]);return h.useEffect(()=>{f(void 0),p(void 0),b(null),S(!1)},[o]),h.useEffect(()=>()=>{M.current&&clearTimeout(M.current)},[]),{agentModalOpen:w,agentModalAnchorPoint:O,copiedAgentPrompt:v,agentPromptSelectionContext:m,setAgentModalOpen:k,setAgentPromptSelectionContext:p,setAgentModalAnchorPoint:b,preloadAgentPromptSnippet:R,handleAskAgent:$,handleAgentModalSubmit:P}}function hS(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,O=l.height/m;return{x:(r-l.left)/p,y:(i-l.top)/O,viewport:{width:f,height:m}}}function eZ(t,e,n){let r=null,i=null;try{r=t.contentDocument,i=t.contentWindow}catch{return null}return!r||!i?null:hS(t,r,i,e,n)}function tZ(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=hS(t,i,l,e,n);if(!o)return null;if(typeof i.elementsFromPoint=="function"){const c=VC(i.elementsFromPoint(o.x,o.y),{activeCompositionPath:r});if(c)return c}return Jv(i.elementFromPoint(o.x,o.y))}function nZ(t,e){return["The user clicked a large raster/background element in the Studio preview.",`Preview click: x=${Math.round(e.x)}px, y=${Math.round(e.y)}px in a ${Math.round(e.viewport.width)}x${Math.round(e.viewport.height)} composition.`,`Selected target: <${t.tagName}> ${t.selector??t.id??t.label}.`,"Visible copy or artwork at that point may be baked into the selected image/background rather than a selectable DOM text layer.","If the request mentions text seen at the click location, inspect or replace the image asset, or recreate that visible copy as editable DOM."].join(`
86
+ `)}function e1(t){return t&&(typeof t=="object"||typeof t=="function")?t:null}function zm(t,e){const n=t?Reflect.get(t,e):null;if(typeof n=="function")try{n.call(t)}catch{}}function Hm(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 rZ(t){const e=t==null?void 0:t.contentWindow;if(!e)return null;try{let n=null;const r=e1(Reflect.get(e,"__player"));n=Hm(r,"getTime")??n,zm(r,"pause");const i=e1(Reflect.get(e,"__timeline"));n=n??Hm(i,"time"),zm(i,"pause");const l=e1(Reflect.get(e,"__timelines"));if(l)for(const o of Object.values(l)){const c=e1(o);n=n??Hm(c,"time"),zm(c,"pause")}return n}catch{return null}}function Cl(t,e){return t===e?!0:!t||!e?!1:Gi(t)===Gi(e)}function Dc(t,e){return e?t.some(n=>Cl(n,e)):!1}function iZ(t,e){return Dc(t,e)?t.filter(n=>!Cl(n,e)):[...t,e]}function aZ(t,e){let n=!1;const r=t.map(i=>Cl(i,e)?(n=!0,e):i);return n?r:[...t,e]}function lZ(t,e){return!e||Dc(t,e)?t:[e,...t]}function sZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,previewIframeRef:l,timelineElements:o,setSelectedTimelineElementId:c,setRightCollapsed:f,setRightPanelTab:m,previewIframe:p,refreshKey:O,rightPanelTab:b}){const[v,S]=h.useState(null),[w,k]=h.useState([]),[M,R]=h.useState(null),$=h.useRef(v),P=h.useRef(w),E=h.useRef(M);$.current=v,P.current=w,E.current=M;const j=h.useCallback((D,N)=>{if(!D){$.current=null,P.current=[],S(null),k([]),c(null);return}if(!Nn){$.current=null,P.current=[],S(null),k([]),c(null);return}const z=!!(N!=null&&N.additive),V=$.current,L=P.current,F=z?lZ(L,V):L,T=Dc(F,D),C=N!=null&&N.preserveGroup?aZ(F,D):z?iZ(F,D):[D],B=N!=null&&N.preserveGroup?D:z&&T?Cl(V,D)?C[0]??null:Dc(C,V)?V:C[0]??null:D;if($.current=B,P.current=C,S(B),k(C),B){(N==null?void 0:N.revealPanel)!==!1&&(f(!1),m("design"));const ee=yx(B,o);c(ee);return}c(null)},[c,o,f,m]),Q=h.useCallback(()=>{j(null,{revealPanel:!1})},[j]),_=h.useCallback((D,N)=>fS(D,{activeCompositionPath:e,isMasterView:n,preferClipAncestor:N==null?void 0:N.preferClipAncestor}),[e,n]),W=h.useCallback((D,N,z)=>{const V=l.current;if(!V||i)return null;const L=tZ(V,D,N,e);return L?_(L,{preferClipAncestor:z==null?void 0:z.preferClipAncestor}):null},[e,_,i,l]),G=h.useCallback(D=>{Cl(E.current,D)||(E.current=D,R(D))},[]),X=h.useCallback(D=>{const N=l.current;let z=null;try{z=(N==null?void 0:N.contentDocument)??null}catch{return null}if(!z)return null;const V=IC(z,D,{activeCompositionPath:e,compIdToSrc:r,isMasterView:n});return V?_(V,{preferClipAncestor:!1}):null},[e,_,r,n,l]),H=h.useCallback(D=>{if(!Nn)return;if(!D){j(null,{revealPanel:!1});return}const N=X(D);N&&j(N)},[j,X]),q=h.useCallback(D=>{const N=l.current;let z=null;try{z=(N==null?void 0:N.contentDocument)??null}catch{return}if(!z)return;const V=Jr(z,D,e);if(!V)return;const L=_(V);L&&j(L,{revealPanel:!1,preserveGroup:!0})},[e,j,_,l]),oe=h.useCallback(D=>{const N=l.current;let z=null;try{z=(N==null?void 0:N.contentDocument)??null}catch{return}if(!z)return;const V=[];for(const T of D){const C=Jr(z,T,e);if(!C)continue;const B=_(C);B&&V.push(B)}if(V.length===0)return;const L=$.current,F=V.find(T=>Cl(T,L))??V[0]??null;$.current=F,P.current=V,S(F),k(V),c(F?yx(F,o):null)},[e,_,c,o,l]);return h.useEffect(()=>{i&&G(null)},[i,G]),h.useEffect(()=>{G(null)},[e,t,p,O,G]),h.useEffect(()=>{if(!M)return;const D=Cl(M,v),N=Dc(w,M);!D&&!N||G(null)},[w,M,v,G]),h.useEffect(()=>{M&&(M.element.isConnected||G(null))},[M,G]),h.useEffect(()=>{i&&j(null,{revealPanel:!1})},[j,i]),h.useEffect(()=>{Nn||(G(null),j(null,{revealPanel:!1}),b!=="renders"&&m("renders"))},[j,b,G,m]),{domEditSelection:v,domEditGroupSelections:w,domEditHoverSelection:M,domEditSelectionRef:$,domEditGroupSelectionsRef:P,domEditHoverSelectionRef:E,setDomEditSelection:S,setDomEditGroupSelections:k,applyDomSelection:j,clearDomSelection:Q,buildDomSelectionFromTarget:_,resolveDomSelectionFromPreviewPoint:W,updateDomEditHoverSelection:G,buildDomSelectionForTimelineElement:X,handleTimelineElementSelect:H,refreshDomEditSelectionFromPreview:q,refreshDomEditGroupSelectionsFromPreview:oe}}function oZ({captionEditMode:t,compositionLoading:e,previewIframeRef:n,showToast:r,applyDomSelection:i,resolveDomSelectionFromPreviewPoint:l,updateDomEditHoverSelection:o,preloadAgentPromptSnippet:c,setAgentPromptSelectionContext:f,setAgentModalAnchorPoint:m,setAgentModalOpen:p}){const O=h.useCallback((k,M)=>{if(!ap||t||e)return;const R=l(k.clientX,k.clientY,{preferClipAncestor:(M==null?void 0:M.preferClipAncestor)??!1});if(!R){k.shiftKey||i(null,{revealPanel:!1});return}k.preventDefault(),k.stopPropagation();const $=n.current?eZ(n.current,k.clientX,k.clientY):null;i(R,{additive:k.shiftKey}),!k.shiftKey&&$&&_C(R,$.viewport)&&(f(nZ(R,$)),m({x:k.clientX,y:k.clientY}),c(R),p(!0))},[i,t,e,c,l,n,m,p,f]),b=h.useCallback((k,M)=>{if(!ap||t||e)return o(null),null;const R=l(k.clientX,k.clientY,{preferClipAncestor:(M==null?void 0:M.preferClipAncestor)??!1});return o(R),R},[t,e,l,o]),v=h.useCallback(()=>{o(null)},[o]),S=h.useCallback(k=>{r(k.capabilities.reasonIfDisabled??"This element can't be adjusted directly from the preview.","info")},[r]),w=h.useCallback(()=>{const k=rZ(n.current),M=Ze.getState();M.setIsPlaying(!1),k!=null&&(M.setCurrentTime(k),Oi.notify(k))},[n]);return{handlePreviewCanvasMouseDown:O,handlePreviewCanvasPointerMove:b,handlePreviewCanvasPointerLeave:v,handleBlockedDomMove:S,handleDomManualDragStart:w}}const Qx=["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"],cp=["TT Norms Pro","SF Pro Display","SF Pro Text","Avenir","Avenir Next","Helvetica Neue","Arial","Georgia","Times New Roman","Menlo","Monaco","Courier New"];function dS(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 cZ=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 uZ(t){return(t.split(",")[0]??"").trim().replace(/^["']|["']$/g,"")}function fZ(t){var e;return((e=t.split(",")[0])==null?void 0:e.trim().replace(/^["']|["']$/g,"").trim())??""}function Cx(t,e){const n=uZ(e);if(!n||cZ.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=dS(n),t.head.appendChild(i)}function Zx(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=gg(e),t.head.appendChild(r)}function Px(t,e,n){const r=gg(e,dC(n,e.path));if(t.includes(r))return t;const l=/<style\b[^>]*data-hf-studio-fonts=(["'])true\1[^>]*>([\s\S]*?)<\/style>/i.exec(t);if(l){const c=`${l[2].trim()}
87
+ ${r}`.trim();return t.replace(l[0],`<style data-hf-studio-fonts="true">
88
+ ${c}
89
+ </style>`)}const o=`<style data-hf-studio-fonts="true">
90
+ ${r}
91
+ </style>`;return/<\/head>/i.test(t)?t.replace(/<\/head>/i,` ${o}
92
+ </head>`):`${o}
93
+ ${t}`}function hZ({activeCompPath:t,previewIframeRef:e,domEditSelection:n,applyDomSelection:r,refreshDomEditSelectionFromPreview:i,buildDomSelectionFromTarget:l,persistDomEditOperations:o,resolveImportedFontAsset:c}){const f=h.useRef(0),m=h.useCallback(async(w,k)=>{if(!n||gC(w)||!n.capabilities.canEditStyles)return;const M=w==="font-family"?c(k):null,R=e.current,$=R==null?void 0:R.contentDocument;if($){const j=Jr($,n,t);j&&(j.style.setProperty(w,Xm(w,k)),w==="font-family"&&(Cx($,k),M&&Zx($,M)),w==="background-image"&&Ox(k)&&(j.style.setProperty("background-position","center"),j.style.setProperty("background-repeat","no-repeat"),j.style.setProperty("background-size","contain")))}const P=[J0(w,Xm(w,k))];w==="background-image"&&Ox(k)&&P.push(J0("background-position","center"),J0("background-repeat","no-repeat"),J0("background-size","contain"));const E=w!=="z-index";try{await o(n,P,{label:"Edit layer style",skipRefresh:E,prepareContent:M?(j,Q)=>Px(j,M,Q):void 0})}catch(j){console.warn("[Studio] Style persist failed:",j instanceof Error?j.message:j)}i(n)},[t,n,o,i,c,e]),p=h.useCallback(async(w,k)=>{if(!n||!Tg(n))return;const M=f.current+1;f.current=M;const R=n.textFields.length>0?n.textFields.map(j=>j.key===k?{...j,value:w}:j):[],$=R.length>1||R.some(j=>j.source==="child")?Mx(R):w,P=e.current,E=P==null?void 0:P.contentDocument;if(E){const j=Jr(E,n,t);j&&(R.length>1||R.some(Q=>Q.source==="child")?j.innerHTML=$:j.textContent=w)}if(await o(n,[Ex($)],{label:"Edit text",skipRefresh:!0,shouldSave:()=>f.current===M}),f.current===M&&E){const j=Jr(E,n,t);if(j){const Q=l(j);Q&&r(Q,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,n,o,e]),O=h.useCallback(async(w,k,M)=>{var j;const R=k.length>1||k.some(Q=>Q.source==="child")?Mx(k):((j=k[0])==null?void 0:j.value)??"",$=e.current,P=$==null?void 0:$.contentDocument;if(P){const Q=Jr(P,w,t);Q&&(k.length>1||k.some(_=>_.source==="child")?Q.innerHTML=R:Q.textContent=R)}const E=(M==null?void 0:M.importedFont)??null;if(await o(w,[Ex(R)],{label:"Edit text",skipRefresh:!0,prepareContent:E?(Q,_)=>Px(Q,E,_):void 0}),P){const Q=Jr(P,w,t);if(Q){const _=l(Q);_&&r(_,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,o,e]),b=h.useCallback(async(w,k,M)=>{var j;if(!n)return;const R=n.textFields.find(Q=>Q.key===w);if(!R)return;if(R.source==="self"){await m(k,M);return}const $=Xm(k,M),P=k==="font-family"?c(M):null;if(k==="font-family"){const Q=(j=e.current)==null?void 0:j.contentDocument;Q&&(Cx(Q,$),P&&Zx(Q,P))}const E=n.textFields.map(Q=>Q.key===w?{...Q,inlineStyles:{...Q.inlineStyles,[k]:$},computedStyles:{...Q.computedStyles,[k]:$}}:Q);await O(n,E,{importedFont:P})},[O,n,m,c,e]),v=h.useCallback(async w=>{if(!n||!n.textFields.some(P=>P.source==="child"))return null;const k=n.textFields.findIndex(P=>P.key===w),M=n.textFields[k>=0?k:0]??n.textFields[0],R=qC(M),$=[...n.textFields];return $.splice(k>=0?k+1:$.length,0,R),await O(n,$),R.key},[O,n]),S=h.useCallback(async w=>{if(!n)return;const k=n.textFields.find(R=>R.key===w);if(!k)return;if(k.source==="self"){await p("",w);return}const M=n.textFields.filter(R=>R.key!==w);await O(n,M)},[O,n,p]);return{handleDomStyleCommit:m,handleDomTextCommit:p,commitDomTextFields:O,handleDomTextFieldStyleCommit:b,handleDomAddTextField:v,handleDomRemoveTextField:S}}function dZ({activeCompPath:t,previewIframeRef:e,showToast:n,commitStudioManualEditManifestOptimistically:r,commitStudioMotionManifestOptimistically:i,applyCurrentStudioManualEditsToPreview:l,applyCurrentStudioMotionToPreview:o,writeProjectFile:c,domEditSaveTimestampRef:f,editHistory:m,fileTree:p,importedFontAssetsRef:O,projectId:b,projectIdRef:v,reloadPreview:S,domEditSelection:w,domEditGroupSelectionsRef:k,applyDomSelection:M,clearDomSelection:R,refreshDomEditSelectionFromPreview:$,refreshDomEditGroupSelectionsFromPreview:P,buildDomSelectionFromTarget:E}){const j=h.useCallback(C=>{const B=fZ(C);if(!B)return null;const ee=O.current.find(ye=>ye.family.toLowerCase()===B.toLowerCase());if(ee)return ee;const ue=p.find(ye=>C1.test(ye)&&so(ye).toLowerCase()===B.toLowerCase());return ue?{family:so(ue),path:ue,url:`/api/projects/${b}/preview/${ue}`}:null},[p,b,O]),Q=h.useCallback(async(C,B,ee)=>{const ue=v.current;if(!ue)throw new Error("No active project");if(ee!=null&&ee.shouldSave&&!ee.shouldSave())return;const ye=C.sourceFile||t||"index.html",Oe=await fetch(`/api/projects/${ue}/files/${encodeURIComponent(ye)}`);if(!Oe.ok)throw new Error(`Failed to read ${ye}`);const Ye=(await Oe.json()).content;if(typeof Ye!="string")throw new Error(`Missing file contents for ${ye}`);let se=Ye;for(const me of B)se=Wi(se,C,me);if(ee!=null&&ee.prepareContent&&(se=ee.prepareContent(se,ye)),!(ee!=null&&ee.shouldSave&&!ee.shouldSave())){if(se===Ye)throw new Error(`Unable to patch ${C.selector??C.id??"selection"}`);await ta({projectId:ue,label:(ee==null?void 0:ee.label)??"Edit layer",kind:"manual",coalesceKey:ee==null?void 0:ee.coalesceKey,files:{[ye]:se},readFile:async()=>Ye,writeFile:c,recordEdit:m.recordEdit}),ee!=null&&ee.skipRefresh?f.current=Date.now():S()}},[t,m.recordEdit,c,v,f,S]),{handleDomStyleCommit:_,handleDomTextCommit:W,commitDomTextFields:G,handleDomTextFieldStyleCommit:X,handleDomAddTextField:H,handleDomRemoveTextField:q}=hZ({activeCompPath:t,previewIframeRef:e,domEditSelection:w,applyDomSelection:M,refreshDomEditSelectionFromPreview:$,buildDomSelectionFromTarget:E,persistDomEditOperations:Q,resolveImportedFontAsset:j}),oe=h.useCallback((C,B)=>{r(ee=>lx(ee,C,B),{label:"Move layer",coalesceKey:`path-offset:${Gi(C)}`}),$(C)},[r,$]),D=h.useCallback(C=>{if(C.length===0)return;const B=C.map(ee=>Gi(ee.selection)).sort().join(":");r(ee=>C.reduce((ue,ye)=>lx(ue,ye.selection,ye.next),ee),{label:`Move ${C.length} layers`,coalesceKey:`group-path-offset:${B}`}),P(k.current)},[r,k,P]),N=h.useCallback((C,B)=>{r(ee=>lQ(ee,C,B),{label:"Resize layer box",coalesceKey:`box-size:${Gi(C)}`}),$(C)},[r,$]),z=h.useCallback((C,B)=>{r(ee=>sQ(ee,C,B),{label:"Rotate layer",coalesceKey:`rotation:${Gi(C)}`}),$(C)},[r,$]),V=h.useCallback(C=>{r(B=>oQ(B,C),{label:"Reset layer edits",coalesceKey:`manual-reset:${Gi(C)}`}),l(e.current),$(C)},[l,r,$,e]),L=h.useCallback((C,B)=>{i(ee=>YQ(ee,C,B),{label:"Set GSAP motion",coalesceKey:`motion:${Gi(C)}`}),$(C)},[i,$]),F=h.useCallback(C=>{i(B=>BQ(B,C),{label:"Clear GSAP motion",coalesceKey:`motion:${Gi(C)}`}),o(e.current),$(C)},[o,i,$,e]),T=h.useCallback(async C=>{const B=v.current;if(!B)return;const ee=C.label||C.id||C.selector||C.tagName,ue=C.sourceFile||t||"index.html";try{const ye=await fetch(`/api/projects/${B}/files/${encodeURIComponent(ue)}`);if(!ye.ok)throw new Error(`Failed to read ${ue}`);const He=(await ye.json()).content;if(typeof He!="string")throw new Error(`Missing file contents for ${ue}`);const Ye=C.id?{id:C.id,selector:C.selector,selectorIndex:C.selectorIndex}:C.selector?{selector:C.selector,selectorIndex:C.selectorIndex}:{};if(!Ye.id&&!Ye.selector)throw new Error("Selected element has no patchable target");const se=await fetch(`/api/projects/${B}/file-mutations/remove-element/${encodeURIComponent(ue)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:Ye})});if(!se.ok)throw new Error(`Failed to delete element from ${ue}`);const me=await se.json(),ve=typeof me.content=="string"?me.content:He;f.current=Date.now(),await ta({projectId:B,label:"Delete element",kind:"timeline",files:{[ue]:ve},readFile:async()=>He,writeFile:c,recordEdit:m.recordEdit}),R(),Ze.getState().setSelectedElementId(null),S(),n(`Deleted ${ee}. Use Undo to restore it.`,"info")}catch(ye){const Oe=ye instanceof Error?ye.message:"Failed to delete element";n(Oe)}},[t,R,f,m.recordEdit,v,S,n,c]);return{resolveImportedFontAsset:j,handleDomStyleCommit:_,handleDomTextCommit:W,commitDomTextFields:G,handleDomTextFieldStyleCommit:X,handleDomAddTextField:H,handleDomRemoveTextField:q,handleDomPathOffsetCommit:oe,handleDomGroupPathOffsetCommit:D,handleDomBoxSizeCommit:N,handleDomRotationCommit:z,handleDomManualEditsReset:V,handleDomMotionCommit:L,handleDomMotionClear:F,handleDomEditElementDelete:T}}function mZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,compositionLoading:l,previewIframeRef:o,timelineElements:c,currentTime:f,setSelectedTimelineElementId:m,setRightCollapsed:p,setRightPanelTab:O,showToast:b,refreshPreviewDocumentVersion:v,commitStudioManualEditManifestOptimistically:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioManualEditsToPreview:k,applyCurrentStudioMotionToPreview:M,readProjectFile:R,writeProjectFile:$,domEditSaveTimestampRef:P,editHistory:E,fileTree:j,importedFontAssetsRef:Q,projectDir:_,projectIdRef:W,previewIframe:G,refreshKey:X,rightPanelTab:H,applyStudioManualEditsToPreviewRef:q,applyStudioMotionToPreviewRef:oe,syncPreviewHistoryHotkey:D,reloadPreview:N,setRefreshKey:z}){const{domEditSelection:V,domEditGroupSelections:L,domEditHoverSelection:F,domEditSelectionRef:T,domEditGroupSelectionsRef:C,applyDomSelection:B,clearDomSelection:ee,buildDomSelectionFromTarget:ue,resolveDomSelectionFromPreviewPoint:ye,updateDomEditHoverSelection:Oe,buildDomSelectionForTimelineElement:He,handleTimelineElementSelect:Ye,refreshDomEditSelectionFromPreview:se,refreshDomEditGroupSelectionsFromPreview:me}=sZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,previewIframeRef:o,timelineElements:c,setSelectedTimelineElementId:m,setRightCollapsed:p,setRightPanelTab:O,previewIframe:G,refreshKey:X,rightPanelTab:H}),{agentModalOpen:ve,agentModalAnchorPoint:we,copiedAgentPrompt:pe,agentPromptSelectionContext:Pe,setAgentModalOpen:je,setAgentPromptSelectionContext:Ie,setAgentModalAnchorPoint:We,preloadAgentPromptSnippet:tt,handleAskAgent:mt,handleAgentModalSubmit:Ae}=JC({activeCompPath:e,projectDir:_,projectIdRef:W,currentTime:f,showToast:b,domEditSelectionRef:T,domEditSelection:V}),{handlePreviewCanvasMouseDown:$e,handlePreviewCanvasPointerMove:Fe,handlePreviewCanvasPointerLeave:Ve,handleBlockedDomMove:qe,handleDomManualDragStart:at}=oZ({captionEditMode:i,compositionLoading:l,previewIframeRef:o,showToast:b,applyDomSelection:B,resolveDomSelectionFromPreviewPoint:ye,updateDomEditHoverSelection:Oe,preloadAgentPromptSnippet:tt,setAgentPromptSelectionContext:Ie,setAgentModalAnchorPoint:We,setAgentModalOpen:je}),{resolveImportedFontAsset:xt,handleDomStyleCommit:Pt,handleDomTextCommit:an,handleDomTextFieldStyleCommit:wn,handleDomAddTextField:er,handleDomRemoveTextField:ae,handleDomPathOffsetCommit:ie,handleDomGroupPathOffsetCommit:Se,handleDomBoxSizeCommit:ke,handleDomRotationCommit:Qe,handleDomManualEditsReset:yt,handleDomMotionCommit:Ke,handleDomMotionClear:pt,handleDomEditElementDelete:Ue}=dZ({activeCompPath:e,previewIframeRef:o,showToast:b,commitStudioManualEditManifestOptimistically:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioManualEditsToPreview:k,applyCurrentStudioMotionToPreview:M,writeProjectFile:$,domEditSaveTimestampRef:P,editHistory:E,fileTree:j,importedFontAssetsRef:Q,projectId:t,projectIdRef:W,reloadPreview:N,domEditSelection:V,domEditSelectionRef:T,domEditGroupSelectionsRef:C,applyDomSelection:B,clearDomSelection:ee,refreshDomEditSelectionFromPreview:se,refreshDomEditGroupSelectionsFromPreview:me,buildDomSelectionFromTarget:ue});return h.useEffect(()=>{if(!G)return;const ge=()=>{if(!Nn||i)return;const rt=T.current;if(!rt)return;let ot=null;try{ot=G.contentDocument}catch{return}if(!ot)return;const vt=Jr(ot,rt,e);if(!vt){B(null,{revealPanel:!1});return}const gt=ue(vt);gt&&B(gt,{revealPanel:!1,preserveGroup:!0})};D(G),(async()=>(await q.current(G),await oe.current(G)))(),ge(),v();const Me=()=>{D(G),(async()=>(await q.current(G),await oe.current(G)))(),ge(),v()};return G.addEventListener("load",Me),()=>{G.removeEventListener("load",Me)}},[e,B,ue,i,T,G,v,D,q,oe]),{domEditSelection:V,domEditGroupSelections:L,domEditHoverSelection:F,agentModalOpen:ve,agentModalAnchorPoint:we,copiedAgentPrompt:pe,agentPromptSelectionContext:Pe,domEditSelectionRef:T,handleTimelineElementSelect:Ye,handlePreviewCanvasMouseDown:$e,handlePreviewCanvasPointerMove:Fe,handlePreviewCanvasPointerLeave:Ve,applyDomSelection:B,clearDomSelection:ee,handleDomStyleCommit:Pt,handleDomPathOffsetCommit:ie,handleDomGroupPathOffsetCommit:Se,handleDomBoxSizeCommit:ke,handleDomRotationCommit:Qe,handleDomManualEditsReset:yt,handleDomMotionCommit:Ke,handleDomMotionClear:pt,handleDomTextCommit:an,handleDomTextFieldStyleCommit:wn,handleDomAddTextField:er,handleDomRemoveTextField:ae,handleAskAgent:mt,handleAgentModalSubmit:Ae,handleBlockedDomMove:qe,handleDomManualDragStart:at,handleDomEditElementDelete:Ue,buildDomSelectionForTimelineElement:He,resolveImportedFontAsset:xt,setAgentModalOpen:je,setAgentPromptSelectionContext:Ie,setAgentModalAnchorPoint:We}}const mS="Shift+T";function pS(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 pZ(t){return t.metaKey||t.ctrlKey||t.altKey||!t.shiftKey||t.key.toLowerCase()!=="t"?!1:!pS(t.target)}function gS(t){return`${t?"Hide":"Show"} timeline editor (${mS})`}function gZ({toggleTimelineVisibility:t,handleTimelineElementDelete:e,handleDomEditElementDelete:n,domEditSelectionRef:r,clearDomSelectionRef:i,editHistory:l,readOptionalProjectFile:o,readProjectFile:c,writeProjectFile:f,domEditSaveTimestampRef:m,showToast:p,syncHistoryPreviewAfterApply:O,waitForPendingDomEditSaves:b,leftSidebarRef:v}){const S=h.useRef(null),w=h.useRef(void 0),k=h.useRef(null),M=h.useCallback(D=>{pZ(D)&&(D.preventDefault(),t())},[t]),R=h.useCallback(async D=>D===El||D===Ql?o(D):c(D),[o,c]),$=h.useCallback(async(D,N)=>{m.current=Date.now(),await f(D,N)},[m,f]),P=h.useCallback(async()=>{await b();const D=await l.undo({readFile:R,writeFile:$});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 O(D.paths),p(`Undid ${D.label}`,"info"))},[i,l,R,p,O,b,$]),E=h.useCallback(async()=>{await b();const D=await l.redo({readFile:R,writeFile:$});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 O(D.paths),p(`Redid ${D.label}`,"info"))},[i,l,R,p,O,b,$]),j=h.useRef(M);j.current=M;const Q=h.useRef(e);Q.current=e;const _=h.useRef(n);_.current=n;const W=h.useRef(P);W.current=P;const G=h.useRef(E);G.current=E,w.current=D=>{var N,z;if(j.current(D),D.metaKey||D.ctrlKey){if(!xx(D.target)){const V=D.key.toLowerCase();if(V==="z"&&!D.shiftKey){D.preventDefault(),W.current();return}if(V==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&V==="y"){D.preventDefault(),G.current();return}}if(D.key==="1"){D.preventDefault(),(N=v.current)==null||N.selectTab("compositions");return}if(D.key==="2"){D.preventDefault(),(z=v.current)==null||z.selectTab("assets");return}}if((D.key==="Delete"||D.key==="Backspace")&&!D.metaKey&&!D.ctrlKey&&!D.altKey&&!pS(D.target)){const{selectedElementId:V,elements:L}=Ze.getState();if(V){const T=L.find(C=>(C.key??C.id)===V);if(T){D.preventDefault(),Q.current(T);return}}const F=r.current;F&&(D.preventDefault(),_.current(F))}},h.useEffect(()=>{function D(N){var z;(z=w.current)==null||z.call(w,N)}return window.addEventListener("keydown",D,!0),()=>window.removeEventListener("keydown",D,!0)},[]);const X=h.useCallback(D=>{var N;(N=w.current)==null||N.call(w,D)},[]),H=h.useCallback(D=>{const N=(D==null?void 0:D.contentWindow)??null;S.current!==N&&(S.current&&S.current.removeEventListener("keydown",X),S.current=N,N==null||N.addEventListener("keydown",X,!0))},[X]);h.useEffect(()=>()=>{S.current&&(S.current.removeEventListener("keydown",X),S.current=null)},[X]);const q=h.useCallback(D=>{if(!(D.metaKey||D.ctrlKey)||xx(D.target))return;const N=D.key.toLowerCase();if(N==="z"&&!D.shiftKey){D.preventDefault(),W.current();return}(N==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&N==="y")&&(D.preventDefault(),G.current())},[]),oe=h.useCallback(D=>{var V;(V=k.current)==null||V.call(k),k.current=null;const N=(D==null?void 0:D.contentWindow)??null;let z=null;try{z=(D==null?void 0:D.contentDocument)??null}catch{z=null}!N&&!z||(N==null||N.addEventListener("keydown",q,!0),z==null||z.addEventListener("keydown",q,!0),k.current=()=>{N==null||N.removeEventListener("keydown",q,!0),z==null||z.removeEventListener("keydown",q,!0)})},[q]);return h.useEffect(()=>()=>{var D;(D=k.current)==null||D.call(k),k.current=null},[]),{handleUndo:P,handleRedo:E,syncPreviewTimelineHotkey:H,syncPreviewHistoryHotkey:oe,handleTimelineToggleHotkey:M}}const OS={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"},OZ={backgroundColor:"transparent",backgroundOpacity:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,borderRadius:0,borderWidth:0,borderColor:"transparent",borderStyle:"solid",boxShadow:"none"},jx={preset:"fade",duration:.2,ease:"power2.out",stagger:0,staggerDirection:"start",intensity:1},Vs={entrance:jx,highlight:null,exit:{...jx}};function xZ(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),O=`group-${m/l}`,b=[];p.forEach((S,w)=>{const k=`segment-${m+w}`,M={id:k,wordId:S.id??`w${m+w}`,text:S.text,start:S.start,end:S.end,groupIndex:w,style:{},animation:{}};o.set(k,M),b.push(k)});const v={id:O,segmentIds:b,style:{...OS},animation:{entrance:{...Vs.entrance},highlight:Vs.highlight,exit:{...Vs.exit}},containerStyle:{...OZ}};c.set(O,v),f.push(O)}return{width:n,height:r,duration:i,segments:o,groups:c,groupOrder:f,defaultAnimation:{entrance:{...Vs.entrance},highlight:Vs.highlight,exit:{...Vs.exit}}}}function yZ(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 vZ(r)}catch{return[]}}function bZ(t,e,n,r,i,l){const o=yZ(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=xZ(o,{width:r,height:i,duration:l,wordsPerGroup:m}),O=f.item(0),b=c.item(0),v=O??b;if(v){const S=e.getComputedStyle(v),w={},k=parseFloat(S.fontSize);!isNaN(k)&&k>0&&(w.fontSize=k);const M=S.fontWeight;if(M){const Q=parseInt(M,10);w.fontWeight=isNaN(Q)?M:Q}const R=S.fontFamily;R&&(w.fontFamily=R);const $=S.color;$&&(w.color=$);const P=S.textTransform;(P==="none"||P==="uppercase"||P==="lowercase"||P==="capitalize")&&(w.textTransform=P);const E=S.letterSpacing;if(E&&E!=="normal"){const Q=parseFloat(E),_=w.fontSize??OS.fontSize;!isNaN(Q)&&_>0&&(w.letterSpacing=Q/_)}const j={};if(b){const Q=e.getComputedStyle(b),_=Q.backgroundColor;_&&_!=="rgba(0, 0, 0, 0)"&&_!=="transparent"&&(j.backgroundColor=_,j.backgroundOpacity=1);const W=parseFloat(Q.borderRadius);!isNaN(W)&&W>0&&(j.borderRadius=W);const G=parseFloat(Q.paddingTop),X=parseFloat(Q.paddingRight),H=parseFloat(Q.paddingBottom),q=parseFloat(Q.paddingLeft);isNaN(G)||(j.paddingTop=G),isNaN(X)||(j.paddingRight=X),isNaN(H)||(j.paddingBottom=H),isNaN(q)||(j.paddingLeft=q)}for(const Q of p.groupOrder){const _=p.groups.get(Q);_&&(_.style={..._.style,...w},_.containerStyle={..._.containerStyle,...j})}}return p}function vZ(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 SZ({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(wt.getState().isEditMode||f)return;const O=l.current;let b=null,v=null;try{b=(O==null?void 0:O.contentDocument)??null,v=(O==null?void 0:O.contentWindow)??null}catch{return}if(!b||!v||b.querySelectorAll(".caption-group").length===0)return;let w=null;const k=b.querySelectorAll("[data-composition-src], [data-composition-file]");for(const R of k){const $=R.getAttribute("data-composition-src")||R.getAttribute("data-composition-file");if($&&$.includes("captions")){w=$;break}}if(!w){for(const[R,$]of n)if(R.includes("caption")||$.includes("caption")){w=$;break}}if(!w&&(e!=null&&e.includes("captions"))&&(w=e),!w){const R=b.querySelector('[data-composition-id*="caption"]');if(R){const $=R.getAttribute("data-composition-id")||"";w=n.get($)||null}}if(!w)return;f=!0;const M=w;fetch(`/api/projects/${t}/files/${encodeURIComponent(M)}`).then(R=>R.json()).then(R=>{if(!R.content||!b||!v||wt.getState().isEditMode)return;const $=b.querySelector("[data-composition-id]"),P=parseInt(($==null?void 0:$.getAttribute("data-width"))??"1920",10),E=parseInt(($==null?void 0:$.getAttribute("data-height"))??"1080",10),j=parseFloat(($==null?void 0:$.getAttribute("data-duration"))??"0"),Q=bZ(b,v,R.content,P,E,j);if(!Q)return;const _=wt.getState();_.setModel(Q),_.setSourceFilePath(M),_.setEditMode(!0),o.loadOverrides()}).catch(()=>{}).finally(()=>{f=!1})},p=O=>{const b=O.data;(b==null?void 0:b.source)==="hf-preview"&&((b==null?void 0:b.type)==="state"||(b==null?void 0:b.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 xS=2,wZ=1,Rx=xS+wZ;function AZ(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 kZ(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 Nx=new Map,Ym=new Map,TZ=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(Nx.get(f)??null);h.useEffect(()=>{if(m||!f)return;let v=!1,S=Ym.get(f);return S||(S=(n?fetch(n).then(w=>w.json()).then(w=>{if(!Array.isArray(w.peaks))throw new Error("bad response");return w.peaks}):fetch(e).then(w=>w.arrayBuffer()).then(w=>{const k=new AudioContext;return k.decodeAudioData(w).finally(()=>k.close())}).then(w=>AZ(w.getChannelData(0),4e3))).catch(()=>kZ(f,4e3)).then(w=>(Nx.set(f,w),w)).finally(()=>Ym.delete(f)),Ym.set(f,S)),S.then(w=>{v||p(w)}),()=>{v=!0}},[e,n,f,m]);const O=h.useCallback(()=>{const v=l.current,S=o.current;if(!v||!S||!m)return;const w=v.clientWidth||400,k=Math.min(Math.floor(w/Rx),m.length);let M="";for(let R=0;R<k;R++){const $=Math.floor(R/k*m.length),P=m[$]??0,E=Math.max(3,Math.round(P*100)),j=(.45+P*.4).toFixed(2);M+=`<div style="position:absolute;bottom:0;left:${R*Rx}px;width:${xS}px;height:${E}%;background:rgba(75,163,210,${j})"></div>`}S.innerHTML=M},[m]),b=h.useCallback(v=>{var S;(S=c.current)==null||S.disconnect(),l.current=v,v&&(O(),c.current=new ResizeObserver(()=>O()),c.current.observe(v))},[O]);return h.useEffect(()=>{O()},[O]),h.useEffect(()=>()=>{var v;(v=c.current)==null||v.disconnect()},[]),g.jsxs("div",{ref:b,className:"absolute inset-0 overflow-hidden",children:[g.jsx("div",{ref:o,className:"absolute left-0 right-0 bottom-0",style:{top:16}}),!m&&g.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%)"}}),g.jsx("div",{className:"absolute top-0 left-0 right-0 px-1.5 py-0.5 z-10",children:g.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 MZ({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(Em,{previewUrl:`/api/projects/${o}/preview/comp/${c}`,label:_s(i),labelColor:l.label,accentColor:l.clip,seekTime:0,duration:i.duration});if(n&&i.duration>0)return h.createElement(Em,{previewUrl:n,label:_s(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/`,O=(m=i.src)!=null&&m.startsWith("http")?i.src.indexOf(p):-1,b=i.src?O!==-1?decodeURIComponent(i.src.slice(O+p.length)):i.src.startsWith("http")?null:i.src:null,v=b?`/api/projects/${o}/preview/${b}`:i.src??"",S=b?`/api/projects/${o}/waveform/${b}`:void 0;return h.createElement(TZ,{audioUrl:v,waveformUrl:S,label:_s(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(NM,{videoSrc:p,label:_s(i),labelColor:l.label,duration:i.duration})}return f?h.createElement(Em,{previewUrl:`/api/projects/${o}/preview`,label:_s(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 EZ(t){const[e,n]=h.useState(null),r=h.useRef([]),i=()=>{r.current=[],n(null)};return h.useEffect(()=>{if(!t)return;const l=()=>{try{const c=t.contentWindow;if(!c||c.__hfErrorCapture)return;c.__hfErrorCapture=!0;const f=c.console.error.bind(c.console);c.console.error=function(...m){f(...m);const p=m.map(O=>O instanceof Error?O.message:String(O)).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 up="#project/";function yS(t){return encodeURIComponent(t)}function $Z(t){return`${up}${yS(t)}`}function QZ(t){if(!t.startsWith(up))return null;const e=t.slice(up.length);if(!e||e.includes("/"))return null;try{return decodeURIComponent(e)}catch{return e}}function CZ(t,e=""){const n=e&&!e.startsWith("/")?`/${e}`:e;return`/api/projects/${yS(t)}${n}`}function bS(t){return t&&t!=="master"?t:"index.html"}function Vx({projectId:t,compositionPath:e,currentTime:n,origin:r=window.location.origin}){const i=bS(e),l=new URL(CZ(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 Lx(t,e){var l;const r=((l=bS(t).split("/").pop())==null?void 0:l.replace(/\.html$/i,""))||"frame",i=Math.max(0,e).toFixed(3).replace(".","-");return`${r}-${i}s.png`}function ZZ({projectId:t,activeCompPath:e,showToast:n,waitForPendingDomEditSaves:r}){const[i,l]=h.useState(0);Gt(()=>(l(Ze.getState().currentTime),Oi.subscribe(l)));const o=h.useCallback(()=>{l(Ze.getState().currentTime)},[]),c=h.useCallback(async p=>{if(!t)return;p.preventDefault();const O=Ze.getState().currentTime;l(O),await r();const b=Vx({projectId:t,compositionPath:e,currentTime:O}),v=Lx(e,O);try{const S=await fetch(b,{cache:"no-store"});if(!S.ok)throw new Error(`Capture failed (${S.status})`);const w=await S.blob(),k=URL.createObjectURL(w),M=document.createElement("a");M.href=k,M.download=v,document.body.appendChild(M),M.click(),M.remove(),setTimeout(()=>URL.revokeObjectURL(k),0)}catch(S){n(S instanceof Error?S.message:"Capture failed")}},[e,t,n,r]),f=t?Vx({projectId:t,compositionPath:e,currentTime:i}):"#",m=Lx(e,i);return{captureFrameHref:f,captureFrameFilename:m,handleCaptureFrameClick:c,refreshCaptureFrameTime:o}}function PZ(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 jZ(){const[t,e]=h.useState(null);return Gt(()=>{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}const RZ=.08;function NZ(t){return t?t.key??t.id:null}function VZ(t,e,n=RZ){if(!e||!Number.isFinite(t)||!Number.isFinite(e.start)||!Number.isFinite(e.duration))return!1;const r=Math.max(0,e.start),i=Math.max(r,r+Math.max(0,e.duration)),l=Math.max(0,n);return t>=r-l&&t<=i+l}function LZ(t){if(!t||typeof window>"u")return;const e=480,n=270,r=16,i=bx(t.x,r+e/2,window.innerWidth-r-e/2),l=bx(t.y+12,r,window.innerHeight-r-n);return{left:i,top:l,transform:"translateX(-50%)"}}function _Z({selectionLabel:t,anchorPoint:e=null,onSubmit:n,onClose:r}){const[i,l]=h.useState(""),o=h.useRef(null),c=LZ(e);Gt(()=>{requestAnimationFrame(()=>{var m;return(m=o.current)==null?void 0:m.focus()})});const f=()=>{i.trim()&&n(i.trim())};return g.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:g.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:[g.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800/60",children:[g.jsxs("div",{children:[g.jsx("h3",{className:"text-sm font-medium text-neutral-200",children:"Ask agent"}),g.jsx("p",{className:"text-xs text-neutral-500 mt-0.5",children:t.length>50?`${t.slice(0,49)}…`:t})]}),g.jsx("button",{className:"p-1 rounded-md text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800/50",onClick:r,children:g.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[g.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),g.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),g.jsx("div",{className:"px-5 py-4",children:g.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()}})}),g.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-t border-neutral-800/60",children:[g.jsxs("span",{className:"text-[11px] text-neutral-600",children:[navigator.platform.includes("Mac")?"⌘":"Ctrl","+Enter to copy"]}),g.jsx("button",{className:"px-4 py-1.5 rounded-lg bg-studio-accent/90 text-xs font-medium text-neutral-950 hover:bg-studio-accent disabled:opacity-40 disabled:cursor-not-allowed",disabled:!i.trim(),onClick:f,children:"Copy prompt"})]})]})})}const Yn=t=>({title:n,...r})=>g.jsx(t,{alt:n,"aria-label":n,"aria-hidden":n?void 0:!0,...r}),vS=Yn(a$),J1=Yn(M$),DZ=Yn(r$),XZ=Yn(e$),zZ=Yn(A$),Mg=Yn(Tv),HZ=Yn(T$),_x=Yn($$),Ff=Yn(Z$),Eg=Yn(w$),YZ=Yn(n$),BZ=Yn(Gb),qf=Yn(KE),FZ=Yn(t$),qZ=Yn(GE),UZ=Yn(v$),SS=h.createContext(null);function Uf(){const t=h.useContext(SS);if(!t)throw new Error("useStudioContext must be used within StudioProvider");return t}function IZ({value:t,children:e}){const{projectId:n,activeCompPath:r,setActiveCompPath:i,showToast:l,previewIframeRef:o,captionEditMode:c,compositionLoading:f,refreshKey:m,setRefreshKey:p,currentTime:O,timelineElements:b,isPlaying:v,editHistory:S,handleUndo:w,handleRedo:k,renderQueue:M,compositionDimensions:R,waitForPendingDomEditSaves:$,handlePreviewIframeRef:P,refreshPreviewDocumentVersion:E,timelineVisible:j,toggleTimelineVisibility:Q}=t,_=h.useMemo(()=>({projectId:n,activeCompPath:r,setActiveCompPath:i,showToast:l,previewIframeRef:o,captionEditMode:c,compositionLoading:f,refreshKey:m,setRefreshKey:p,currentTime:O,timelineElements:b,isPlaying:v,editHistory:S,handleUndo:w,handleRedo:k,renderQueue:M,compositionDimensions:R,waitForPendingDomEditSaves:$,handlePreviewIframeRef:P,refreshPreviewDocumentVersion:E,timelineVisible:j,toggleTimelineVisibility:Q}),[n,r,c,f,m,O,v,R,j,S,b,M,i,l,o,p,w,k,$,P,E,Q]);return g.jsx(SS,{value:_,children:e})}const wS=h.createContext(null);function $g(){const t=h.useContext(wS);if(!t)throw new Error("usePanelLayoutContext must be used within PanelLayoutProvider");return t}function WZ({value:{leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:r,setLeftCollapsed:i,rightCollapsed:l,setRightCollapsed:o,rightPanelTab:c,setRightPanelTab:f,toggleLeftSidebar:m,handlePanelResizeStart:p,handlePanelResizeMove:O,handlePanelResizeEnd:b},children:v}){const S=h.useMemo(()=>({leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:r,setLeftCollapsed:i,rightCollapsed:l,setRightCollapsed:o,rightPanelTab:c,setRightPanelTab:f,toggleLeftSidebar:m,handlePanelResizeStart:p,handlePanelResizeMove:O,handlePanelResizeEnd:b}),[t,e,n,r,i,l,o,c,f,m,p,O,b]);return g.jsx(wS,{value:S,children:v})}const AS=h.createContext(null);function Qg(){const t=h.useContext(AS);if(!t)throw new Error("useDomEditContext must be used within DomEditProvider");return t}function GZ({value:{domEditSelection:t,domEditGroupSelections:e,domEditHoverSelection:n,agentModalOpen:r,agentModalAnchorPoint:i,copiedAgentPrompt:l,agentPromptSelectionContext:o,domEditSelectionRef:c,handleTimelineElementSelect:f,handlePreviewCanvasMouseDown:m,handlePreviewCanvasPointerMove:p,handlePreviewCanvasPointerLeave:O,applyDomSelection:b,clearDomSelection:v,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:k,handleDomBoxSizeCommit:M,handleDomRotationCommit:R,handleDomManualEditsReset:$,handleDomMotionCommit:P,handleDomMotionClear:E,handleDomTextCommit:j,handleDomTextFieldStyleCommit:Q,handleDomAddTextField:_,handleDomRemoveTextField:W,handleAskAgent:G,handleAgentModalSubmit:X,handleBlockedDomMove:H,handleDomManualDragStart:q,handleDomEditElementDelete:oe,buildDomSelectionForTimelineElement:D,resolveImportedFontAsset:N,setAgentModalOpen:z,setAgentPromptSelectionContext:V,setAgentModalAnchorPoint:L},children:F}){const T=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:O,applyDomSelection:b,clearDomSelection:v,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:k,handleDomBoxSizeCommit:M,handleDomRotationCommit:R,handleDomManualEditsReset:$,handleDomMotionCommit:P,handleDomMotionClear:E,handleDomTextCommit:j,handleDomTextFieldStyleCommit:Q,handleDomAddTextField:_,handleDomRemoveTextField:W,handleAskAgent:G,handleAgentModalSubmit:X,handleBlockedDomMove:H,handleDomManualDragStart:q,handleDomEditElementDelete:oe,buildDomSelectionForTimelineElement:D,resolveImportedFontAsset:N,setAgentModalOpen:z,setAgentPromptSelectionContext:V,setAgentModalAnchorPoint:L}),[t,e,n,r,i,l,o,c,f,m,p,O,b,v,S,w,k,M,R,$,P,E,j,Q,_,W,G,X,H,q,oe,D,N,z,V,L]);return g.jsx(AS,{value:T,children:F})}function KZ({captureFrameHref:t,captureFrameFilename:e,handleCaptureFrameClick:n,refreshCaptureFrameTime:r,inspectorButtonActive:i,inspectorPanelActive:l}){const{projectId:o,editHistory:c,handleUndo:f,handleRedo:m}=Uf(),{rightCollapsed:p,setRightCollapsed:O,setRightPanelTab:b}=$g(),{clearDomSelection:v}=Qg();return g.jsxs("div",{className:"flex items-center justify-between h-10 px-3 bg-neutral-900 border-b border-neutral-800 flex-shrink-0",children:[g.jsx("div",{className:"flex items-center gap-2",children:g.jsx("span",{className:"text-[11px] font-medium text-neutral-400",children:o})}),g.jsxs("div",{className:"flex items-center gap-1.5",children:[g.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} (${I0("undo")})`:`Undo (${I0("undo")})`,"aria-label":"Undo",children:g.jsx(qf,{size:14})}),g.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} (${I0("redo")})`:`Redo (${I0("redo")})`,"aria-label":"Redo",children:g.jsx(qZ,{size:14})}),g.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:[g.jsx(FZ,{size:14}),g.jsx("span",{children:"Capture"})]}),g.jsxs("button",{type:"button",onClick:()=>{if(Nn){if(p||!l){b("design"),O(!1);return}v(),O(!0)}},disabled:!Nn,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":Nn?"text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800 border-transparent":"cursor-not-allowed border-transparent text-neutral-700"}`,title:Nn?"Inspector":Sx,"aria-label":Nn?"Inspector":Sx,children:[g.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[g.jsx("circle",{cx:"12",cy:"12",r:"10"}),g.jsx("polygon",{points:"10 8 16 12 10 16",fill:"currentColor",stroke:"none"})]}),"Inspector"]})]})]})}let fp=[],kS=[];(()=>{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?kS:fp).push(n=n+t[e])})();function JZ(t){if(t<768)return!1;for(let e=0,n=fp.length;;){let r=e+n>>1;if(t<fp[r])n=r;else if(t>=kS[r])e=r+1;else return!0;if(e==n)return!1}}function Dx(t){return t>=127462&&t<=127487}const Xx=8205;function eP(t,e,n=!0,r=!0){return(n?TS:tP)(t,e,r)}function TS(t,e,n){if(e==t.length)return e;e&&MS(t.charCodeAt(e))&&ES(t.charCodeAt(e-1))&&e--;let r=Bm(t,e);for(e+=zx(r);e<t.length;){let i=Bm(t,e);if(r==Xx||i==Xx||n&&JZ(i))e+=zx(i),r=i;else if(Dx(i)){let l=0,o=e-2;for(;o>=0&&Dx(Bm(t,o));)l++,o-=2;if(l%2==0)break;e+=2}else break}return e}function tP(t,e,n){for(;e>0;){let r=TS(t,e-2,n);if(r<e)return r;e--}return 0}function Bm(t,e){let n=t.charCodeAt(e);if(!ES(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return MS(r)?(n-55296<<10)+(r-56320)+65536:n}function MS(t){return t>=56320&&t<57344}function ES(t){return t>=55296&&t<56320}function zx(t){return t<65536?1:2}class bt{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]=co(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),xi.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]=co(this,e,n);let r=[];return this.decompose(e,n,r,0),xi.from(r,n-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let n=this.scanIdentical(e,1),r=this.length-this.scanIdentical(e,-1),i=new Xc(this),l=new Xc(e);for(let o=n,c=n;;){if(i.next(o),l.next(o),o=0,i.lineBreak!=l.lineBreak||i.done!=l.done||i.value!=l.value)return!1;if(c+=i.value.length,i.done||c>=r)return!0}}iter(e=1){return new Xc(this,e)}iterRange(e,n=this.length){return new $S(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 QS(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]?bt.empty:e.length<=32?new tn(e):xi.from(tn.split(e,[]))}}class tn extends bt{constructor(e,n=nP(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 rP(i,c,r,o);i=c+1,r++}}decompose(e,n,r,i){let l=e<=0&&n>=this.length?this:new tn(Hx(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(i&1){let o=r.pop(),c=j1(l.text,o.text.slice(),0,l.length);if(c.length<=32)r.push(new tn(c,o.length+l.length));else{let f=c.length>>1;r.push(new tn(c.slice(0,f)),new tn(c.slice(f)))}}else r.push(l)}replace(e,n,r){if(!(r instanceof tn))return super.replace(e,n,r);[e,n]=co(this,e,n);let i=j1(this.text,j1(r.text,Hx(this.text,0,e)),n),l=this.length+r.length-(n-e);return i.length<=32?new tn(i,l):xi.from(tn.split(i,[]),l)}sliceString(e,n=this.length,r=`
94
+ `){[e,n]=co(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 tn(r,i)),r=[],i=-1);return i>-1&&n.push(new tn(r,i)),n}}class xi extends bt{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]=co(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 xi(p,this.length-(n-e)+r.length)}return super.replace(l,c,f)}l=c+1}return super.replace(e,n,r)}sliceString(e,n=this.length,r=`
95
+ `){[e,n]=co(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 xi))return 0;let r=0,[i,l,o,c]=n>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=n,l+=n){if(i==o||l==c)return r;let f=this.children[i],m=e.children[l];if(f!=m)return r+f.scanIdentical(m,n);r+=f.length+1}}static from(e,n=e.reduce((r,i)=>r+i.length+1,-1)){let r=0;for(let v of e)r+=v.lines;if(r<32){let v=[];for(let S of e)S.flatten(v);return new tn(v,n)}let i=Math.max(32,r>>5),l=i<<1,o=i>>1,c=[],f=0,m=-1,p=[];function O(v){let S;if(v.lines>l&&v instanceof xi)for(let w of v.children)O(w);else v.lines>o&&(f>o||!f)?(b(),c.push(v)):v instanceof tn&&f&&(S=p[p.length-1])instanceof tn&&v.lines+S.lines<=32?(f+=v.lines,m+=v.length+1,p[p.length-1]=new tn(S.text.concat(v.text),S.length+1+v.length)):(f+v.lines>i&&b(),f+=v.lines,m+=v.length+1,p.push(v))}function b(){f!=0&&(c.push(p.length==1?p[0]:xi.from(p,m)),m=-1,f=p.length=0)}for(let v of e)O(v);return b(),c.length==1?c[0]:new xi(c,n)}}bt.empty=new tn([""],0);function nP(t){let e=-1;for(let n of t)e+=n.length+1;return e}function j1(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 Hx(t,e,n){return j1(t,[""],e,n)}class Xc{constructor(e,n=1){this.dir=n,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[n>0?1:(e instanceof tn?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 tn?i.text.length:i.children.length;if(o==(n>0?c:0)){if(r==0)return this.done=!0,this.value="",this;n>0&&this.offsets[r-1]++,this.nodes.pop(),this.offsets.pop()}else if((l&1)==(n>0?0:1)){if(this.offsets[r]+=n,e==0)return this.lineBreak=!0,this.value=`
96
+ `,this;e--}else if(i instanceof tn){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 tn?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 $S{constructor(e,n,r){this.value="",this.done=!1,this.cursor=new Xc(e,n>r?-1:1),this.pos=n>r?e.length:0,this.from=Math.min(n,r),this.to=Math.max(n,r)}nextInner(e,n){if(n<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,n<0?this.pos-this.to:this.from-this.pos);let r=n<0?this.pos-this.from:this.to-this.pos;e>r&&(e=r),r-=e;let{value:i}=this.cursor.next(e);return this.pos+=(i.length+e)*n,this.value=i.length<=r?i:n<0?i.slice(i.length-r):i.slice(0,r),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&this.value!=""}}class QS{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"&&(bt.prototype[Symbol.iterator]=function(){return this.iter()},Xc.prototype[Symbol.iterator]=$S.prototype[Symbol.iterator]=QS.prototype[Symbol.iterator]=function(){return this});class rP{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 co(t,e,n){return e=Math.max(0,Math.min(t.length,e)),[e,Math.max(e,Math.min(t.length,n))]}function Sn(t,e,n=!0,r=!0){return eP(t,e,n,r)}function iP(t){return t>=56320&&t<57344}function aP(t){return t>=55296&&t<56320}function Kl(t,e){let n=t.charCodeAt(e);if(!aP(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return iP(r)?(n-55296<<10)+(r-56320)+65536:n}function CS(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}function Su(t){return t<65536?1:2}const hp=/\r\n?|\n/;var Xn=(function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t})(Xn||(Xn={}));class Mi{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){dp(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 Mi(e)}composeDesc(e){return this.empty?e:e.empty?this:ZS(this,e)}mapDesc(e,n=!1){return e.empty?this:mp(this,e,n)}mapPos(e,n=-1,r=Xn.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!=Xn.Simple&&m>=e&&(r==Xn.TrackDel&&i<e&&m>e||r==Xn.TrackBefore&&i<e||r==Xn.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 Mi(e)}static create(e){return new Mi(e)}}class On extends Mi{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 dp(this,(n,r,i,l,o)=>e=e.replace(i,i+(r-n),o),!1),e}mapDesc(e,n=!1){return mp(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(bt.empty);r.push(o?e.slice(l,l+o):bt.empty)}l+=o}return new On(n,r)}compose(e){return this.empty?e:e.empty?this:ZS(this,e,!0)}map(e,n=!1){return e.empty?this:mp(this,e,n,!0)}iterChanges(e,n=!1){dp(this,e,n)}get desc(){return Mi.create(this.sections)}filter(e){let n=[],r=[],i=[],l=new nu(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);Dn(i,p,-1);let O=l.ins==-1?-1:l.off==0?l.ins:0;Dn(n,p,O),O>0&&Fa(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);Dn(n,p,-1),Dn(i,p,l.ins==-1?-1:l.off==0?l.ins:0),l.forward(p),c+=p}}return{changes:new On(n,r),filtered:Mi.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&&Dn(i,n-o,-1);let O=new On(i,l);c=c?c.compose(O.map(c)):O,i=[],l=[],o=0}function m(p){if(Array.isArray(p))for(let O of p)m(O);else if(p instanceof On){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:O,to:b=O,insert:v}=p;if(O>b||O<0||b>n)throw new RangeError(`Invalid change range ${O} to ${b} (in doc of length ${n})`);let S=v?typeof v=="string"?bt.of(v.split(r||hp)):v:bt.empty,w=S.length;if(O==b&&w==0)return;O<o&&f(),O>o&&Dn(i,O-o,-1),Dn(i,b-O,w),Fa(l,i,S),o=b}}return m(e),f(!c),c}static empty(e){return new On(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(bt.empty);r[i]=bt.of(l.slice(1)),n.push(l[0],r[i].length)}}}return new On(n,r)}static createSet(e,n){return new On(e,n)}}function Dn(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 Fa(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(bt.empty);t.push(n)}}function dp(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,O=bt.empty;for(;m+=c,p+=f,f&&r&&(O=O.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,O),i=m,l=p}}}function mp(t,e,n,r=!1){let i=[],l=r?[]:null,o=new nu(t),c=new nu(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);Dn(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(Dn(i,c.ins,-1);m;){let p=Math.min(o.len,m);o.ins>=0&&f<o.i&&o.len<=p&&(Dn(i,0,o.ins),l&&Fa(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 O=Math.min(p,c.len);m+=O,p-=O,c.forward(O)}else if(c.ins==0&&c.len<p)p-=c.len,c.next();else break;Dn(i,m,f<o.i?o.ins:0),l&&f<o.i&&Fa(l,i,o.text),f=o.i,o.forward(o.len-p)}else{if(o.done&&c.done)return l?On.createSet(i,l):Mi.create(i);throw new Error("Mismatched change set lengths")}}}function ZS(t,e,n=!1){let r=[],i=n?[]:null,l=new nu(t),o=new nu(e);for(let c=!1;;){if(l.done&&o.done)return i?On.createSet(r,i):Mi.create(r);if(l.ins==0)Dn(r,l.len,0,c),l.next();else if(o.len==0&&!o.done)Dn(r,0,o.ins,c),i&&Fa(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;Dn(r,f,p,c),i&&p&&Fa(i,r,o.text)}else o.ins==-1?(Dn(r,l.off?0:l.len,f,c),i&&Fa(i,r,l.textBit(f))):(Dn(r,l.off?0:l.len,o.off?0:o.ins,c),i&&!o.off&&Fa(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 nu{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?bt.empty:e[n]}textBit(e){let{inserted:n}=this.set,r=this.i-2>>1;return r>=n.length&&!e?bt.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 Zl{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 Zl(r,i,this.flags)}extend(e,n=e,r=0){if(e<=this.anchor&&n>=this.anchor)return de.range(e,n,void 0,void 0,r);let i=Math.abs(e-this.anchor)>Math.abs(n-this.anchor)?e:n;return de.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 de.range(e.anchor,e.head)}static create(e,n,r){return new Zl(e,n,r)}}class de{constructor(e,n){this.ranges=e,this.mainIndex=n}map(e,n=-1){return e.empty?this:de.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 de([this.main],0)}addRange(e,n=!0){return de.create([e].concat(this.ranges),n?0:this.mainIndex+1)}replaceRange(e,n=this.mainIndex){let r=this.ranges.slice();return r[n]=e,de.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 de(e.ranges.map(n=>Zl.fromJSON(n)),e.main)}static single(e,n=e){return new de([de.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 de.normalized(e.slice(),n);r=l.to}return new de(e,n)}static cursor(e,n=0,r,i){return Zl.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?Zl.create(n,e,48|o):Zl.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?de.range(f,c):de.range(c,f))}}return new de(e,n)}}function PS(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let Cg=0;class _e{constructor(e,n,r,i,l){this.combine=e,this.compareInput=n,this.compare=r,this.isStatic=i,this.id=Cg++,this.default=e([]),this.extensions=typeof l=="function"?l(this):l}get reader(){return this}static define(e={}){return new _e(e.combine||(n=>n),e.compareInput||((n,r)=>n===r),e.compare||(e.combine?(n,r)=>n===r:Zg),!!e.static,e.enables)}of(e){return new R1([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new R1(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new R1(e,this,2,n)}from(e,n){return n||(n=r=>r),this.compute([e],r=>n(r.field(e)))}}function Zg(t,e){return t==e||t.length==e.length&&t.every((n,r)=>n===e[r])}class R1{constructor(e,n,r,i){this.dependencies=e,this.facet=n,this.type=r,this.value=i,this.id=Cg++}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 O of this.dependencies)O=="doc"?f=!0:O=="selection"?m=!0:(((n=e[O.id])!==null&&n!==void 0?n:1)&1)==0&&p.push(e[O.id]);return{create(O){return O.values[o]=r(O),1},update(O,b){if(f&&b.docChanged||m&&(b.docChanged||b.selection)||pp(O,p)){let v=r(O);if(c?!Yx(v,O.values[o],i):!i(v,O.values[o]))return O.values[o]=v,1}return 0},reconfigure:(O,b)=>{let v,S=b.config.address[l];if(S!=null){let w=tf(b,S);if(this.dependencies.every(k=>k instanceof _e?b.facet(k)===O.facet(k):k instanceof Er?b.field(k,!1)==O.field(k,!1):!0)||(c?Yx(v=r(O),w,i):i(v=r(O),w)))return O.values[o]=w,0}else v=r(O);return O.values[o]=v,1}}}}function Yx(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 pp(t,e){let n=!1;for(let r of e)zc(t,r)&1&&(n=!0);return n}function lP(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 O=tf(f,r[p]);if(i[p]==2)for(let b of O)m.push(b);else m.push(O)}return e.combine(m)}return{create(f){for(let m of r)zc(f,m);return f.values[o]=c(f),1},update(f,m){if(!pp(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=pp(f,r),O=m.config.facets[e.id],b=m.facet(e);if(O&&!p&&Zg(n,O))return f.values[o]=b,0;let v=c(f);return e.compare(v,b)?(f.values[o]=b,0):(f.values[o]=v,1)}}}const t1=_e.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(Cg++,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(t1).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(t1),o=i.facet(t1),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,t1.of({field:this,create:e})]}get extension(){return this}}const Ml={lowest:4,low:3,default:2,high:1,highest:0};function Ac(t){return e=>new jS(e,t)}const wu={highest:Ac(Ml.highest),high:Ac(Ml.high),default:Ac(Ml.default),low:Ac(Ml.low),lowest:Ac(Ml.lowest)};class jS{constructor(e,n){this.inner=e,this.prec=n}}class If{of(e){return new gp(this,e)}reconfigure(e){return If.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class gp{constructor(e,n){this.compartment=e,this.inner=n}}class ef{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 b of sP(e,n,o))b instanceof Er?i.push(b):(l[b.facet.id]||(l[b.facet.id]=[])).push(b);let c=Object.create(null),f=[],m=[];for(let b of i)c[b.id]=m.length<<1,m.push(v=>b.slot(v));let p=r==null?void 0:r.config.facets;for(let b in l){let v=l[b],S=v[0].facet,w=p&&p[b]||[];if(v.every(k=>k.type==0))if(c[S.id]=f.length<<1|1,Zg(w,v))f.push(r.facet(S));else{let k=S.combine(v.map(M=>M.value));f.push(r&&S.compare(k,r.facet(S))?r.facet(S):k)}else{for(let k of v)k.type==0?(c[k.id]=f.length<<1|1,f.push(k.value)):(c[k.id]=m.length<<1,m.push(M=>k.dynamicSlot(M)));c[S.id]=m.length<<1,m.push(k=>lP(k,S,v))}}let O=m.map(b=>b(c));return new ef(e,o,O,c,f,l)}}function sP(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 gp&&n.delete(o.compartment)}if(i.set(o,c),Array.isArray(o))for(let m of o)l(m,c);else if(o instanceof gp){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 jS)l(o.inner,o.prec);else if(o instanceof Er)r[c].push(o),o.provides&&l(o.provides,c);else if(o instanceof R1)r[c].push(o),o.facet.extensions&&l(o.facet.extensions,Ml.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,Ml.default),r.reduce((o,c)=>o.concat(c))}function zc(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 tf(t,e){return e&1?t.config.staticValues[e>>1]:t.values[e>>1]}const RS=_e.define(),Op=_e.define({combine:t=>t.some(e=>e),static:!0}),NS=_e.define({combine:t=>t.length?t[0]:void 0,static:!0}),VS=_e.define(),LS=_e.define(),_S=_e.define(),DS=_e.define({combine:t=>t.length?t[0]:!1});class ua{constructor(e,n){this.type=e,this.value=n}static define(){return new oP}}class oP{of(e){return new ua(this,e)}}class cP{constructor(e){this.map=e}of(e){return new At(this,e)}}class At{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 At(this.type,n)}is(e){return this.type==e}static define(e={}){return new cP(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}}At.reconfigure=At.define();At.appendConfig=At.define();class dn{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&&PS(r,n.newLength),l.some(c=>c.type==dn.time)||(this.annotations=l.concat(dn.time.of(Date.now())))}static create(e,n,r,i,l,o){return new dn(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(dn.userEvent);return!!(n&&(n==e||n.length>e.length&&n.slice(0,e.length)==e&&n[e.length]=="."))}}dn.time=ua.define();dn.userEvent=ua.define();dn.addToHistory=ua.define();dn.remote=ua.define();function uP(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 XS(t,e,n){var r;let i,l,o;return n?(i=e.changes,l=On.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:At.mapEffects(t.effects,i).concat(At.mapEffects(e.effects,l)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function xp(t,e,n){let r=e.selection,i=eo(e.annotations);return e.userEvent&&(i=i.concat(dn.userEvent.of(e.userEvent))),{changes:e.changes instanceof On?e.changes:On.of(e.changes||[],n,t.facet(NS)),selection:r&&(r instanceof de?r:de.single(r.anchor,r.head)),effects:eo(e.effects),annotations:i,scrollIntoView:!!e.scrollIntoView}}function zS(t,e,n){let r=xp(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=XS(r,xp(t,e[l],o?r.changes.newLength:t.doc.length),o)}let i=dn.create(t,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return hP(n?fP(i):i)}function fP(t){let e=t.startState,n=!0;for(let i of e.facet(VS)){let l=i(t);if(l===!1){n=!1;break}Array.isArray(l)&&(n=n===!0?l:uP(n,l))}if(n!==!0){let i,l;if(n===!1)l=t.changes.invertedDesc,i=On.empty(e.doc.length);else{let o=t.changes.filter(n);i=o.changes,l=o.filtered.mapDesc(o.changes).invertedDesc}t=dn.create(e,i,t.selection&&t.selection.map(l),At.mapEffects(t.effects,l),t.annotations,t.scrollIntoView)}let r=e.facet(LS);for(let i=r.length-1;i>=0;i--){let l=r[i](t);l instanceof dn?t=l:Array.isArray(l)&&l.length==1&&l[0]instanceof dn?t=l[0]:t=zS(e,eo(l),!1)}return t}function hP(t){let e=t.startState,n=e.facet(_S),r=t;for(let i=n.length-1;i>=0;i--){let l=n[i](t);l&&Object.keys(l).length&&(r=XS(r,xp(e,l,t.changes.newLength),!0))}return r==t?t:dn.create(e,t.changes,t.selection,r.effects,r.annotations,r.scrollIntoView)}const dP=[];function eo(t){return t==null?dP:Array.isArray(t)?t:[t]}var Bt=(function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t})(Bt||(Bt={}));const mP=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let yp;try{yp=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function pP(t){if(yp)return yp.test(t);for(let e=0;e<t.length;e++){let n=t[e];if(/\w/.test(n)||n>"€"&&(n.toUpperCase()!=n.toLowerCase()||mP.test(n)))return!0}return!1}function gP(t){return e=>{if(!/\S/.test(e))return Bt.Space;if(pP(e))return Bt.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return Bt.Word;return Bt.Other}}class St{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++)zc(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 zc(this,r),tf(this,r)}update(...e){return zS(this,e,!0)}applyTransaction(e){let n=this.config,{base:r,compartments:i}=n;for(let c of e.effects)c.is(If.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(At.reconfigure)?(n=null,r=c.value):c.is(At.appendConfig)&&(n=null,r=eo(r).concat(c.value));let l;n?l=e.startState.values.slice():(n=ef.resolve(r,i,this),l=new St(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(f,m)=>m.reconfigure(f,this),null).values);let o=e.startState.facet(Op)?e.newSelection:e.newSelection.asSingle();new St(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:de.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=eo(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 b=0;b<c;b++)l[b]=l[b].map(p);let O=i.mapDesc(m,!0);l.push(f.range.map(O)),i=i.compose(p),o=At.mapEffects(o,p).concat(At.mapEffects(eo(f.effects),O))}return{changes:i,selection:de.create(l,n.mainIndex),effects:o}}changes(e=[]){return e instanceof On?e:On.of(e,this.doc.length,this.facet(St.lineSeparator))}toText(e){return bt.of(e.split(this.facet(St.lineSeparator)||hp))}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:(zc(this,n),tf(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 St.create({doc:e.doc,selection:de.fromJSON(e.selection),extensions:n.extensions?i.concat([n.extensions]):i})}static create(e={}){let n=ef.resolve(e.extensions||[],new Map),r=e.doc instanceof bt?e.doc:bt.of((e.doc||"").split(n.staticFacet(St.lineSeparator)||hp)),i=e.selection?e.selection instanceof de?e.selection:de.single(e.selection.anchor,e.selection.head):de.single(0);return PS(i,r.length),n.staticFacet(Op)||(i=i.asSingle()),new St(n,r,i,n.dynamicSlots.map(()=>null),(l,o)=>o.create(l),null)}get tabSize(){return this.facet(St.tabSize)}get lineBreak(){return this.facet(St.lineSeparator)||`
97
+ `}get readOnly(){return this.facet(DS)}phrase(e,...n){for(let r of this.facet(St.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(RS))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 gP(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=Sn(n,o,!1);if(l(n.slice(f,o))!=Bt.Word)break;o=f}for(;c<i;){let f=Sn(n,c);if(l(n.slice(c,f))!=Bt.Word)break;c=f}return o==c?null:de.range(o+r,c+r)}}St.allowMultipleSelections=Op;St.tabSize=_e.define({combine:t=>t.length?t[0]:4});St.lineSeparator=NS;St.readOnly=DS;St.phrases=_e.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])}});St.languageData=RS;St.changeFilter=VS;St.transactionFilter=LS;St.transactionExtender=_S;If.reconfigure=At.define();function wo(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 Ja{eq(e){return this==e}range(e,n=e){return bp.create(e,n,this)}}Ja.prototype.startSide=Ja.prototype.endSide=0;Ja.prototype.point=!1;Ja.prototype.mapMode=Xn.TrackDel;function Pg(t,e){return t==e||t.constructor==e.constructor&&t.eq(e)}let bp=class HS{constructor(e,n,r){this.from=e,this.to=n,this.value=r}static create(e,n,r){return new HS(e,n,r)}};function vp(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class jg{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,O=this.to[f]+e,b,v;if(p==O){let S=n.mapPos(p,m.startSide,m.mapMode);if(S==null||(b=v=S,m.startSide!=m.endSide&&(v=n.mapPos(p,m.endSide),v<b)))continue}else if(b=n.mapPos(p,m.startSide),v=n.mapPos(O,m.endSide),b>v||b==v&&m.startSide>0&&m.endSide<=0)continue;(v-b||m.endSide-m.startSide)<0||(o<0&&(o=b),m.point&&(c=Math.max(c,v-b)),r.push(m),i.push(b-o),l.push(v-o))}return{mapped:r.length?new jg(i,l,r,c):null,pos:o}}}class ft{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 ft(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(vp)),this.isEmpty)return n.length?ft.of(n):this;let c=new YS(this,null,-1).goto(0),f=0,m=[],p=new Bl;for(;c.value||f<n.length;)if(f<n.length&&(c.from-n[f].from||c.startSide-n[f].value.startSide)>=0){let O=n[f++];p.addInner(O.from,O.to,O.value)||m.push(O)}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(bp.create(c.from,c.to,c.value))),c.next());return p.finishInner(this.nextLayer.isEmpty&&!m.length?ft.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:O}=f.map(c,e);p&&(i=Math.max(i,p.maxPoint),n.push(p),r.push(O))}}let l=this.nextLayer.map(e);return n.length==0?l:new ft(r,n,l||ft.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 ru.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,n=0){return ru.from(e).goto(n)}static compare(e,n,r,i,l=-1){let o=e.filter(O=>O.maxPoint>0||!O.isEmpty&&O.maxPoint>=l),c=n.filter(O=>O.maxPoint>0||!O.isEmpty&&O.maxPoint>=l),f=Bx(o,c,r),m=new kc(o,f,l),p=new kc(c,f,l);r.iterGaps((O,b,v)=>Fx(m,O,p,b,v,i)),r.empty&&r.length==0&&Fx(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=Bx(l,o),f=new kc(l,c,0).goto(r),m=new kc(o,c,0).goto(r);for(;;){if(f.to!=m.to||!Sp(f.active,m.active)||f.point&&(!m.point||!Pg(f.point,m.point)))return!1;if(f.to>i)return!0;f.next(),m.next()}}static spans(e,n,r,i,l=-1){let o=new kc(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),O=o.pointFrom<n?p.length+1:o.point.startSide<0?p.length:Math.min(p.length,f);i.point(c,m,o.point,p,O,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 Bl;for(let i of e instanceof bp?[e]:n?OP(e):e)r.add(i.from,i.to,i.value);return r.finish()}static join(e){if(!e.length)return ft.empty;let n=e[e.length-1];for(let r=e.length-2;r>=0;r--)for(let i=e[r];i!=ft.empty;i=i.nextLayer)n=new ft(i.chunkPos,i.chunk,n,Math.max(i.maxPoint,n.maxPoint));return n}}ft.empty=new ft([],[],null,-1);function OP(t){if(t.length>1)for(let e=t[0],n=1;n<t.length;n++){let r=t[n];if(vp(e,r)>0)return t.slice().sort(vp);e=r}return t}ft.empty.nextLayer=ft.empty;class Bl{finishChunk(e){this.chunks.push(new jg(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 Bl)).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(ft.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let n=ft.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function Bx(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 YS{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 ru{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 YS(o,n,r,l));return i.length==1?i[0]:new ru(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--)Fm(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--)Fm(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(),Fm(this.heap,0)}}}function Fm(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 kc{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=ru.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){n1(this.active,e),n1(this.activeTo,e),n1(this.activeRank,e),this.minActive=qx(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++;r1(this.active,n,r),r1(this.activeTo,n,i),r1(this.activeRank,n,l),e&&r1(e,n,this.cursor.from),this.minActive=qx(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&&n1(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 Fx(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 O=t.to+f-n.to,b=O||t.endSide-n.endSide,v=b<0?t.to+f:n.to,S=Math.min(v,o);if(t.point||n.point?(t.point&&n.point&&Pg(t.point,n.point)&&Sp(t.activeForPoint(t.to),n.activeForPoint(n.to))||l.comparePoint(c,S,t.point,n.point),p=!1):(p&&l.boundChange(c),S>c&&!Sp(t.active,n.active)&&l.compareRange(c,S,t.active,n.active),m&&S<o&&(O||t.openEnd(v)!=n.openEnd(v))&&(p=!0)),v>o)break;c=v,b<=0&&t.next(),b>=0&&n.next()}}function Sp(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(t[n]!=e[n]&&!Pg(t[n],e[n]))return!1;return!0}function n1(t,e){for(let n=e,r=t.length-1;n<r;n++)t[n]=t[n+1];t.pop()}function r1(t,e,n){for(let r=t.length-1;r>=e;r--)t[r+1]=t[r];t[e]=n}function qx(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 Wf(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=Sn(t,i));return r}function xP(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=Sn(t,i)}return t.length}const wp="ͼ",Ux=typeof Symbol>"u"?"__"+wp:Symbol.for(wp),Ap=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),Ix=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class el{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=[],O=/^@(\w+)\b/.exec(o[0]),b=O&&O[1]=="keyframes";if(O&&c==null)return f.push(o[0]+";");for(let v in c){let S=c[v];if(/&/.test(v))l(v.split(/,\s*/).map(w=>o.map(k=>w.replace(/&/,k))).reduce((w,k)=>w.concat(k)),S,f);else if(S&&typeof S=="object"){if(!O)throw new RangeError("The value of a property ("+v+") should be a primitive value.");l(i(v),S,p,b)}else S!=null&&p.push(v.replace(/_.*/,"").replace(/[A-Z]/g,w=>"-"+w.toLowerCase())+": "+S+";")}(p.length||b)&&f.push((r&&!O&&!m?o.map(r):o).join(", ")+" {"+p.join(" ")+"}")}for(let o in e)l(i(o),e[o],this.rules)}getRules(){return this.rules.join(`
98
+ `)}static newName(){let e=Ix[Ux]||1;return Ix[Ux]=e+1,wp+e.toString(36)}static mount(e,n,r){let i=e[Ap],l=r&&r.nonce;i?l&&i.setNonce(l):i=new yP(e,l),i.mount(Array.isArray(n)?n:[n],e)}}let Wx=new Map;class yP{constructor(e,n){let r=e.ownerDocument||e,i=r.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let l=Wx.get(r);if(l)return e[Ap]=l;this.sheet=new i.CSSStyleSheet,Wx.set(r,this)}else this.styleTag=r.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[Ap]=this}mount(e,n){let r=this.sheet,i=0,l=0;for(let o=0;o<e.length;o++){let c=e[o],f=this.modules.indexOf(c);if(f<l&&f>-1&&(this.modules.splice(f,1),l--,f=-1),f==-1){if(this.modules.splice(l++,0,c),r)for(let m=0;m<c.rules.length;m++)r.insertRule(c.rules[m],i++)}else{for(;l<f;)i+=this.modules[l++].rules.length;i+=c.rules.length,l++}}if(r)n.adoptedStyleSheets.indexOf(this.sheet)<0&&(n.adoptedStyleSheets=[this.sheet,...n.adoptedStyleSheets]);else{let o="";for(let f=0;f<this.modules.length;f++)o+=this.modules[f].getRules()+`
99
+ `;this.styleTag.textContent=o;let c=n.head||n;this.styleTag.parentNode!=c&&c.insertBefore(this.styleTag,c.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}var tl={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:"'"},iu={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},bP=typeof navigator<"u"&&/Mac/.test(navigator.platform),vP=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var Rn=0;Rn<10;Rn++)tl[48+Rn]=tl[96+Rn]=String(Rn);for(var Rn=1;Rn<=24;Rn++)tl[Rn+111]="F"+Rn;for(var Rn=65;Rn<=90;Rn++)tl[Rn]=String.fromCharCode(Rn+32),iu[Rn]=String.fromCharCode(Rn);for(var qm in tl)iu.hasOwnProperty(qm)||(iu[qm]=tl[qm]);function SP(t){var e=bP&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||vP&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?iu:tl)[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 vn(){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++)BS(t,arguments[e]);return t}function BS(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++)BS(t,e[n]);else throw new RangeError("Unsupported child node: "+e)}let Wn=typeof navigator<"u"?navigator:{userAgent:"",vendor:"",platform:""},kp=typeof document<"u"?document:{documentElement:{style:{}}};const Tp=/Edge\/(\d+)/.exec(Wn.userAgent),FS=/MSIE \d/.test(Wn.userAgent),Mp=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Wn.userAgent),Gf=!!(FS||Mp||Tp),Gx=!Gf&&/gecko\/(\d+)/i.test(Wn.userAgent),Um=!Gf&&/Chrome\/(\d+)/.exec(Wn.userAgent),wP="webkitFontSmoothing"in kp.documentElement.style,Ep=!Gf&&/Apple Computer/.test(Wn.vendor),Kx=Ep&&(/Mobile\/\w+/.test(Wn.userAgent)||Wn.maxTouchPoints>2);var Re={mac:Kx||/Mac/.test(Wn.platform),windows:/Win/.test(Wn.platform),linux:/Linux|X11/.test(Wn.platform),ie:Gf,ie_version:FS?kp.documentMode||6:Mp?+Mp[1]:Tp?+Tp[1]:0,gecko:Gx,gecko_version:Gx?+(/Firefox\/(\d+)/.exec(Wn.userAgent)||[0,0])[1]:0,chrome:!!Um,chrome_version:Um?+Um[1]:0,ios:Kx,android:/Android\b/.test(Wn.userAgent),webkit_version:wP?+(/\bAppleWebKit\/(\d+)/.exec(Wn.userAgent)||[0,0])[1]:0,safari:Ep,safari_version:Ep?+(/\bVersion\/(\d+(\.\d+)?)/.exec(Wn.userAgent)||[0,0])[1]:0,tabSize:kp.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};function Rg(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 nf=Object.create(null);function Ng(t,e,n){if(t==e)return!0;t||(t=nf),e||(e=nf);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 AP(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 Jx(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 kP(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 Jl{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 dr=(function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t})(dr||(dr={}));class et extends Ja{constructor(e,n,r,i){super(),this.startSide=e,this.endSide=n,this.widget=r,this.spec=i}get heightRelevant(){return!1}static mark(e){return new Au(e)}static widget(e){let n=Math.max(-1e4,Math.min(1e4,e.side||0)),r=!!e.block;return n+=r&&!e.inlineOrder?n>0?3e8:-4e8:n>0?1e8:-1e8,new Fl(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}=qS(e,n);r=(l?n?-3e8:-1:5e8)-1,i=(o?n?2e8:1:-6e8)+1}return new Fl(e,r,i,n,e.widget||null,!0)}static line(e){return new ku(e)}static set(e,n=!1){return ft.of(e,n)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}et.none=ft.empty;class Au extends et{constructor(e){let{start:n,end:r}=qS(e);super(n?-1:5e8,r?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?Rg(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||nf}eq(e){return this==e||e instanceof Au&&this.tagName==e.tagName&&Ng(this.attrs,e.attrs)}range(e,n=e){if(e>=n)throw new RangeError("Mark decorations may not be empty");return super.range(e,n)}}Au.prototype.point=!1;class ku extends et{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof ku&&this.spec.class==e.spec.class&&Ng(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)}}ku.prototype.mapMode=Xn.TrackBefore;ku.prototype.point=!0;class Fl extends et{constructor(e,n,r,i,l,o){super(n,r,l,e),this.block=i,this.isReplace=o,this.mapMode=i?n<=0?Xn.TrackBefore:Xn.TrackAfter:Xn.TrackDel}get type(){return this.startSide!=this.endSide?dr.WidgetRange:this.startSide<=0?dr.WidgetBefore:dr.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof Fl&&TP(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)}}Fl.prototype.point=!0;function qS(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 TP(t,e){return t==e||!!(t&&e&&t.compare(e))}function to(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 au extends Ja{constructor(e,n){super(),this.tagName=e,this.attributes=n}eq(e){return e==this||e instanceof au&&this.tagName==e.tagName&&Ng(this.attributes,e.attributes)}static create(e){return new au(e.tagName,e.attributes||nf)}static set(e,n=!1){return ft.of(e,n)}}au.prototype.startSide=au.prototype.endSide=-1;function lu(t){let e;return t.nodeType==11?e=t.getSelection?t:t.ownerDocument:e=t,e.getSelection()}function $p(t,e){return e?t==e||t.contains(e.nodeType!=1?e.parentNode:e):!1}function Hc(t,e){if(!e.anchorNode)return!1;try{return $p(t,e.anchorNode)}catch{return!1}}function N1(t){return t.nodeType==3?su(t,0,t.nodeValue.length).getClientRects():t.nodeType==1?t.getClientRects():[]}function Yc(t,e,n,r){return n?ey(t,e,n,r,-1)||ey(t,e,n,r,1):!1}function nl(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e}function rf(t){return t.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function ey(t,e,n,r,i){for(;;){if(t==n&&e==r)return!0;if(e==(i<0?0:sa(t))){if(t.nodeName=="DIV")return!1;let l=t.parentNode;if(!l||l.nodeType!=1)return!1;e=nl(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?sa(t):0}else return!1}}function sa(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function af(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function MP(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 US(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 EP(t,e,n,r,i,l,o,c){let f=t.ownerDocument,m=f.defaultView||window;for(let p=t,O=!1;p&&!O;)if(p.nodeType==1){let b,v=p==f.body,S=1,w=1;if(v)b=MP(m);else{if(/^(fixed|sticky)$/.test(getComputedStyle(p).position)&&(O=!0),p.scrollHeight<=p.clientHeight&&p.scrollWidth<=p.clientWidth){p=p.assignedSlot||p.parentNode;continue}let R=p.getBoundingClientRect();({scaleX:S,scaleY:w}=US(p,R)),b={left:R.left,right:R.left+p.clientWidth*S,top:R.top,bottom:R.top+p.clientHeight*w}}let k=0,M=0;if(i=="nearest")e.top<b.top?(M=e.top-(b.top+o),n>0&&e.bottom>b.bottom+M&&(M=e.bottom-b.bottom+o)):e.bottom>b.bottom&&(M=e.bottom-b.bottom+o,n<0&&e.top-M<b.top&&(M=e.top-(b.top+o)));else{let R=e.bottom-e.top,$=b.bottom-b.top;M=(i=="center"&&R<=$?e.top+R/2-$/2:i=="start"||i=="center"&&n<0?e.top-o:e.bottom-$+o)-b.top}if(r=="nearest"?e.left<b.left?(k=e.left-(b.left+l),n>0&&e.right>b.right+k&&(k=e.right-b.right+l)):e.right>b.right&&(k=e.right-b.right+l,n<0&&e.left<b.left+k&&(k=e.left-(b.left+l))):k=(r=="center"?e.left+(e.right-e.left)/2-(b.right-b.left)/2:r=="start"==c?e.left-l:e.right-(b.right-b.left)+l)-b.left,k||M)if(v)m.scrollBy(k,M);else{let R=0,$=0;if(M){let P=p.scrollTop;p.scrollTop+=M/w,$=(p.scrollTop-P)*w}if(k){let P=p.scrollLeft;p.scrollLeft+=k/S,R=(p.scrollLeft-P)*S}e={left:e.left-R,top:e.top-$,right:e.right-R,bottom:e.bottom-$},R&&Math.abs(R-k)<1&&(r="nearest"),$&&Math.abs($-M)<1&&(i="nearest")}if(v)break;(e.top<b.top||e.bottom>b.bottom||e.left<b.left||e.right>b.right)&&(e={left:Math.max(e.left,b.left),right:Math.min(e.right,b.right),top:Math.max(e.top,b.top),bottom:Math.min(e.bottom,b.bottom)}),p=p.assignedSlot||p.parentNode}else if(p.nodeType==11)p=p.host;else break}function IS(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 $P{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?sa(n):0),r,Math.min(e.focusOffset,r?sa(r):0))}set(e,n,r,i){this.anchorNode=e,this.anchorOffset=n,this.focusNode=r,this.focusOffset=i}}let Tl=null;Re.safari&&Re.safari_version>=26&&(Tl=!1);function WS(t){if(t.setActive)return t.setActive();if(Tl)return t.focus(Tl);let e=[];for(let n=t;n&&(e.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(t.focus(Tl==null?{get preventScroll(){return Tl={preventScroll:!0},!0}}:void 0),!Tl){Tl=!1;for(let n=0;n<e.length;){let r=e[n++],i=e[n++],l=e[n++];r.scrollTop!=i&&(r.scrollTop=i),r.scrollLeft!=l&&(r.scrollLeft=l)}}}let ty;function su(t,e,n=e){let r=ty||(ty=document.createRange());return r.setEnd(t,n),r.setStart(t,e),r}function no(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 QP(t){for(;t;){if(t&&(t.nodeType==9||t.nodeType==11&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}function CP(t,e){let n=e.focusNode,r=e.focusOffset;if(!n||e.anchorNode!=n||e.anchorOffset!=r)return!1;for(r=Math.min(r,sa(n));;)if(r){if(n.nodeType!=1)return!1;let i=n.childNodes[r-1];i.contentEditable=="false"?r--:(n=i,r=sa(n))}else{if(n==t)return!0;r=nl(n),n=n.parentNode}}function GS(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 KS(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=sa(n)}else if(n.parentNode&&!rf(n))r=nl(n),n=n.parentNode;else return null}}function JS(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&&!rf(n))r=nl(n)+1,n=n.parentNode;else return null}}class ti{constructor(e,n,r=!0){this.node=e,this.offset=n,this.precise=r}static before(e,n){return new ti(e.parentNode,nl(e),n)}static after(e,n){return new ti(e.parentNode,nl(e)+1,n)}}var nn=(function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t})(nn||(nn={}));const ql=nn.LTR,Vg=nn.RTL;function e7(t){let e=[];for(let n=0;n<t.length;n++)e.push(1<<+t[n]);return e}const ZP=e7("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),PP=e7("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Qp=Object.create(null),fi=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),n=t.charCodeAt(1);Qp[e]=n,Qp[n]=-e}function t7(t){return t<=247?ZP[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?PP[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const jP=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class bi{get dir(){return this.level%2?Vg:ql}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 n7(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||!n7(r.inner,i.inner))return!1}return!0}const Dt=[];function RP(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,O=f;m<c;m++){let b=t7(t.charCodeAt(m));b==512?b=p:b==8&&O==4&&(b=16),Dt[m]=b==4?2:b,b&7&&(O=b),p=b}for(let m=o,p=f,O=f;m<c;m++){let b=Dt[m];if(b==128)m<c-1&&p==Dt[m+1]&&p&24?b=Dt[m]=p:Dt[m]=256;else if(b==64){let v=m+1;for(;v<c&&Dt[v]==64;)v++;let S=m&&p==8||v<n&&Dt[v]==8?O==1?1:8:256;for(let w=m;w<v;w++)Dt[w]=S;m=v-1}else b==8&&O==1&&(Dt[m]=1);p=b,b&7&&(O=b)}}}function NP(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 O=m,b,v,S;O<p;O++)if(v=Qp[b=t.charCodeAt(O)])if(v<0){for(let w=c-3;w>=0;w-=3)if(fi[w+1]==-v){let k=fi[w+2],M=k&2?i:k&4?k&1?l:i:0;M&&(Dt[O]=Dt[fi[w]]=M),c=w;break}}else{if(fi.length==189)break;fi[c++]=O,fi[c++]=b,fi[c++]=f}else if((S=Dt[O])==2||S==1){let w=S==i;f=w?0:1;for(let k=c-3;k>=0;k-=3){let M=fi[k+2];if(M&2)break;if(w)fi[k+2]|=2;else{if(M&4)break;fi[k+2]|=4}}}}}function VP(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=Dt[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(Dt[p]==256)p++;else break;let O=l==1,b=(p<e?Dt[p]:r)==1,v=O==b?O?1:2:r;for(let S=p,w=i,k=w?n[w-1].to:t;S>f;)S==k&&(S=n[--w].from,k=w?n[w-1].to:t),Dt[--S]=v;f=p}else l=m,f++}}}function Cp(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,O=!1;if(m==l.length||f<l[m].from){let w=Dt[f];w!=c&&(p=!1,O=w==16)}let b=!p&&c==1?[]:null,v=p?r:r+1,S=f;e:for(;;)if(m<l.length&&S==l[m].from){if(O)break e;let w=l[m];if(!p)for(let k=w.to,M=m+1;;){if(k==n)break e;if(M<l.length&&l[M].from==k)k=l[M++].to;else{if(Dt[k]==c)break e;break}}if(m++,b)b.push(w);else{w.from>f&&o.push(new bi(f,w.from,v));let k=w.direction==ql!=!(v%2);Zp(t,k?r+1:r,i,w.inner,w.from,w.to,o),f=w.to}S=w.to}else{if(S==n||(p?Dt[S]!=c:Dt[S]==c))break;S++}b?Cp(t,f,S,r+1,i,b,o):f<S&&o.push(new bi(f,S,v)),f=S}else for(let f=n,m=l.length;f>e;){let p=!0,O=!1;if(!m||f>l[m-1].to){let w=Dt[f-1];w!=c&&(p=!1,O=w==16)}let b=!p&&c==1?[]:null,v=p?r:r+1,S=f;e:for(;;)if(m&&S==l[m-1].to){if(O)break e;let w=l[--m];if(!p)for(let k=w.from,M=m;;){if(k==e)break e;if(M&&l[M-1].to==k)k=l[--M].from;else{if(Dt[k-1]==c)break e;break}}if(b)b.push(w);else{w.to<f&&o.push(new bi(w.to,f,v));let k=w.direction==ql!=!(v%2);Zp(t,k?r+1:r,i,w.inner,w.from,w.to,o),f=w.from}S=w.from}else{if(S==e||(p?Dt[S-1]!=c:Dt[S-1]==c))break;S--}b?Cp(t,S,f,r+1,i,b,o):S<f&&o.push(new bi(S,f,v)),f=S}}function Zp(t,e,n,r,i,l,o){let c=e%2?2:1;RP(t,i,l,r,c),NP(t,i,l,r,c),VP(i,l,r,c),Cp(t,i,l,e,n,r,o)}function LP(t,e,n){if(!t)return[new bi(0,0,e==Vg?1:0)];if(e==ql&&!n.length&&!jP.test(t))return r7(t.length);if(n.length)for(;t.length>Dt.length;)Dt[Dt.length]=256;let r=[],i=e==ql?0:1;return Zp(t,i,i,n,0,t.length,r),r}function r7(t){return[new bi(0,t,0)]}let i7="";function _P(t,e,n,r,i){var l;let o=r.head-t.from,c=bi.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 b=c+=i?1:-1;if(b<0||b>=e.length)return null;f=e[c=b],o=f.side(!i,n),m=f.side(i,n)}let p=Sn(t.text,o,f.forward(i,n));(p<f.from||p>f.to)&&(p=m),i7=t.text.slice(Math.min(o,p),Math.max(o,p));let O=c==(i?e.length-1:0)?null:e[c+(i?1:-1)];return O&&p==m&&O.level+(i?0:1)<f.level?de.cursor(O.side(!i,n)+t.from,O.forward(i,n)?1:-1,O.level):de.cursor(p+t.from,f.forward(i,n)?-1:1,f.level)}function DP(t,e,n){for(let r=e;r<n;r++){let i=t7(t.charCodeAt(r));if(i==1)return ql;if(i==2||i==4)return Vg}return ql}const a7=_e.define(),l7=_e.define(),s7=_e.define(),o7=_e.define(),Pp=_e.define(),c7=_e.define(),u7=_e.define(),Lg=_e.define(),_g=_e.define(),f7=_e.define({combine:t=>t.some(e=>e)}),XP=_e.define({combine:t=>t.some(e=>e)}),h7=_e.define();class ro{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 ro(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 ro(de.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const i1=At.define({map:(t,e)=>t.map(e)}),d7=At.define();function vi(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 Ji=_e.define({combine:t=>t.length?t[0]:!0});let zP=0;const qs=_e.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 mr{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(qs.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(qs.of({plugin:this,arg:e}))}static define(e,n){const{eventHandlers:r,eventObservers:i,provide:l,decorations:o}=n||{};return new mr(zP++,e,r,i,c=>{let f=[];return o&&f.push(Kf.of(m=>{let p=m.plugin(c);return p?o(p):et.none})),l&&f.push(l(c)),f})}static fromClass(e,n){return mr.define((r,i)=>new e(r,i),n)}}class Im{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(vi(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){vi(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){vi(e.state,r,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const m7=_e.define(),Dg=_e.define(),Kf=_e.define(),p7=_e.define(),Xg=_e.define(),Tu=_e.define(),g7=_e.define();function ny(t,e){let n=t.state.facet(g7);if(!n.length)return n;let r=n.map(l=>l instanceof Function?l(t):l),i=[];return ft.spans(r,e.from,e.to,{point(){},span(l,o,c,f){let m=l-e.from,p=o-e.from,O=i;for(let b=c.length-1;b>=0;b--,f--){let v=c[b].spec.bidiIsolate,S;if(v==null&&(v=DP(e.text,m,p)),f>0&&O.length&&(S=O[O.length-1]).to==m&&S.direction==v)S.to=p,O=S.inner;else{let w={from:m,to:p,direction:v,inner:[]};O.push(w),O=w.inner}}}}),i}const O7=_e.define();function x7(t){let e=0,n=0,r=0,i=0;for(let l of t.state.facet(O7)){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 Rc=_e.define();class Xr{constructor(e,n,r,i){this.fromA=e,this.toA=n,this.fromB=r,this.toB=i}join(e){return new Xr(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,O=m,b=p;for(;;)if(l<n.length&&n[l]<=O){let v=n[l+1];l+=2,O=Math.max(O,v);for(let S=i;S<e.length&&e[S].fromB<=O;S++)o=e[S].toA-e[S].toB;b=Math.max(b,v+o)}else if(i<e.length&&e[i].fromB<=O){let v=e[i++];O=Math.max(O,v.toB),b=Math.max(b,v.toA),o=v.toA-v.toB}else break;r.push(new Xr(p,b,m,O))}return r}}class lf{constructor(e,n,r){this.view=e,this.state=n,this.transactions=r,this.flags=0,this.startState=e.state,this.changes=On.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 Xr(l,o,c,f))),this.changedRanges=i}static create(e,n,r){return new lf(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 HP=[];class Kt{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 HP}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&&AP(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=nl(this.dom),i=this.length?e>0:n>0;return new ti(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 eh)return e;return null}static get(e){return e.cmTile}}class Jf extends Kt{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=ry(i);else n.insertBefore(c.dom,i);r=c.dom}for(i=r?r.nextSibling:n.firstChild,l&&i&&(l.written=!0);i;)i=ry(i);this.length=o}}function ry(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class eh extends Jf{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=Kt.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 ra)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 ra extends Jf{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 ra(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class uo extends Jf{constructor(e,n){super(e),this.attrs=n}isLine(){return!0}static start(e,n,r){let i=new uo(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,O){for(let b=0,v=0;b<p.children.length&&v<=O;b++){let S=p.children[b],w=v+S.length;w>=O&&(S.isComposite()?f(S,O-v):(!o||o.isHidden&&(n>0||r&&BP(o,S)))&&(w>O||S.flags&32)?(o=S,c=O-v):(v<O||S.flags&16&&!S.isHidden)&&(i=S,l=O-v)),v=w}}f(this,e);let m=(n<0?i:o)||i||o;return m?{tile:m,offset:m==i?l:c}:null}coordsIn(e,n){let r=this.resolveInline(e,n,!0);return r?r.tile.coordsIn(Math.max(0,r.offset),n):YP(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 ti(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 ti(f.dom,0);f==r.tile&&(c=!0)}}return new ti(this.dom,0)}}function YP(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let n=N1(e);return n[n.length-1]||null}function BP(t,e){let n=t.coordsIn(0,1),r=e.coordsIn(0,1);return n&&r&&r.top<n.bottom}class fr extends Jf{constructor(e,n){super(e),this.mark=n}get domAttrs(){return this.mark.attrs}static of(e,n){let r=new fr(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class Pl extends Kt{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?Re.chrome||Re.gecko||(e?(i--,o=1):l<r&&(l++,o=-1)):n<0?i--:l<r&&l++;let c=su(this.dom,i,l).getClientRects();if(!c.length)return null;let f=c[(o?o<0:n>=0)?0:c.length-1];return Re.safari&&!o&&f.width==0&&(f=Array.prototype.find.call(c,m=>m.width)||f),o?af(f,o<0):f||null}static of(e,n){let r=new Pl(n||document.createTextNode(e),e);return n||(r.flags|=2),r}}class Ul extends Kt{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 af(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 af(o,!c)}}get overrideDOMText(){if(!this.length)return bt.empty;let{root:e}=this;if(!e)return bt.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 Ul(l,r,e,i)}}class sf extends Kt{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 bt.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class FP{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 qP{constructor(e,n,r,i){this.from=e,this.to=n,this.wrapper=r,this.rank=i}}class UP{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 Pl(c.dom,c.text+e);f.parent=o}else o.append(i||Pl.of(e,(l=this.cache.find(Pl))===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)?Wm(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 fr&&m.mark.eq(f.mark))m.dom!=f.dom&&m.setDOM(Wm(f.dom)),i=m;else{if(this.cache.reused.get(f)){let O=Kt.get(f.dom);O&&O.setDOM(Wm(f.dom))}let p=fr.of(f.mark,f.dom);i.append(p),i=p}this.cache.reused.set(f,2)}let l=Kt.get(e.text);l&&this.cache.reused.set(l,2);let o=new Pl(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=y7);let i=uo.start(e,n||((r=this.cache.find(uo))===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 fr&&c.mark.eq(o))i=c,n--;else{let f=fr.of(o,(r=this.cache.find(fr,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||!iy(this.curLine,!1)||e.dom.nodeName!="BR"&&e.isWidget()&&!(Re.ios&&iy(this.curLine,!0)))&&this.curLine.append(this.cache.findWidget(Gm,0,32)||new Ul(Gm.toDOM(),0,Gm,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 qP(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 ra&&i.wrapper.eq(r.wrapper))n=i;else{let l=ra.of(r.wrapper,(e=this.cache.find(ra,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(sf,void 0,1);return r&&(r.flags=n),r||new sf(n)}flushBuffer(){this.afterWidget&&!(this.afterWidget.flags&32)&&(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class IP{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 of=[Ul,uo,Pl,fr,sf,ra,eh];for(let t=0;t<of.length;t++)of[t].bucket=t;class WP{constructor(e){this.view=e,this.buckets=of.map(()=>[]),this.index=of.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 Ul(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 GP{constructor(e,n,r,i,l){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=l,this.openWidget=!1,this.openMarks=0,this.cache=new WP(e),this.text=new IP(e.state.doc),this.builder=new UP(this.cache,new eh(e,e.contentDOM),ft.iter(r)),this.cache.reused.set(n,2),this.old=new FP(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=ej(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?Ul.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 sf)this.cache.add(o);else if(o instanceof fr)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 fr&&i.unshift(o.mark)),this.openWidget=!1},leave:o=>{o.isLine()?i.length&&(i.length=l=0):o instanceof fr&&(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=ft.spans(this.decorations,e,n,{point:(c,f,m,p,O,b)=>{if(m instanceof Fl){if(this.disallowBlockEffectsFor[b]){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,O>p.length)i.continueWidget(f-c);else{let v=m.widget||(m.block?fo.block:fo.inline),S=KP(m),w=this.cache.findWidget(v,f-c,S)||Ul.of(v,this.view,f-c,S);m.block?(m.startSide>0&&i.addLineStartIfNotCovered(r),i.addBlockWidget(w)):(i.ensureLine(r),i.addInlineWidget(w,p,O))}r=null}else r=JP(r,m);f>c&&this.text.skip(f-c)},span:(c,f,m,p)=>{for(let O=c;O<f;){let b=this.text.next(Math.min(512,f-O));b==null?(i.addLineStartIfNotCovered(r),i.addBreak(),O++):(i.ensureLine(r),i.addText(b,m,O==c?p:m.length),O+=b.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=Kt.get(i);if(i==this.view.contentDOM)break;l instanceof fr?n.push(l):l!=null&&l.isLine()?r=l:l instanceof ra||(i.nodeName=="DIV"&&!r&&i!=this.view.contentDOM?r=new uo(i,y7):r||n.push(fr.of(new Au({tagName:i.nodeName.toLowerCase(),attributes:kP(i)}),i)))}return{line:r,marks:n}}}function iy(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 KP(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 y7={class:"cm-line"};function JP(t,e){let n=e.spec.attributes,r=e.spec.class;return!n&&!r||(t||(t={class:"cm-line"}),n&&Rg(n,t),r&&(t.class+=" "+r)),t}function ej(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 fr&&e.push(r.mark)}return e}function Wm(t){let e=Kt.get(t);return e&&e.setDOM(t.cloneNode()),t}class fo extends Jl{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}}fo.inline=new fo("span");fo.block=new fo("div");const Gm=new class extends Jl{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class ay{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=et.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 eh(e,e.contentDOM),this.updateInner([new Xr(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:O})=>O<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:!cj(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:O}=this.hasComposition;r=new Xr(p,O,e.changes.mapPos(p,-1),e.changes.mapPos(O,1)).addToSet(r.slice())}this.hasComposition=l?{from:l.range.fromB,to:l.range.toB}:null,(Re.ie||Re.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=aj(o,this.decorations,e.changes);f.length&&(r=Xr.extendWithRanges(r,f));let m=sj(c,this.blockWrappers,e.changes);return m.length&&(r=Xr.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 GP(this.view,o,this.blockWrappers,this.decorations,this.dynamicDecorationMap);n&&Kt.get(n.text)&&c.cache.reused.set(Kt.get(n.text),2),this.tile=c.run(e,n),jp(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=Re.chrome||Re.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 Km&&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(d7)&&(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(Ji)||r.tabIndex>-1)&&Hc(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)),Re.gecko&&f.empty&&!this.hasComposition&&tj(m)){let b=document.createTextNode("");this.view.observer.ignore(()=>m.node.insertBefore(b,m.node.childNodes[m.offset]||null)),m=p=new ti(b,0),c=!0}let O=this.view.observer.selectionRange;(c||!O.focusNode||(!Yc(m.node,m.offset,O.anchorNode,O.anchorOffset)||!Yc(p.node,p.offset,O.focusNode,O.focusOffset))&&!this.suppressWidgetCursorChange(O,f))&&(this.view.observer.ignore(()=>{Re.android&&Re.chrome&&r.contains(O.focusNode)&&oj(O.focusNode,r)&&(r.blur(),r.focus({preventScroll:!0}));let b=lu(this.view.root);if(b)if(f.empty){if(Re.gecko){let v=rj(m.node,m.offset);if(v&&v!=3){let S=(v==1?KS:JS)(m.node,m.offset);S&&(m=new ti(S.node,S.offset))}}b.collapse(m.node,m.offset),f.bidiLevel!=null&&b.caretBidiLevel!==void 0&&(b.caretBidiLevel=f.bidiLevel)}else if(b.extend){b.collapse(m.node,m.offset);try{b.extend(p.node,p.offset)}catch{}}else{let v=document.createRange();f.anchor>f.head&&([m,p]=[p,m]),v.setEnd(p.node,p.offset),v.setStart(m.node,m.offset),b.removeAllRanges(),b.addRange(v)}o&&this.view.root.activeElement==r&&(r.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(m,p)),this.impreciseAnchor=m.precise?null:new ti(O.anchorNode,O.anchorOffset),this.impreciseHead=p.precise?null:new ti(O.focusNode,O.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&Yc(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=lu(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 O=e.observer.selectionRange;e.docView.posFromDOM(O.anchorNode,O.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=sa(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&&!Kt.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 O=p+m.length;if(p<=e&&(r=m,i=e-p,l=O<e),O>=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 Km?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=Sn(l.text,o);if(c==o)return null;let f=su(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==nn.LTR,m=0,p=(O,b,v)=>{for(let S=0;S<O.children.length&&!(b>i);S++){let w=O.children[S],k=b+w.length,M=w.dom.getBoundingClientRect(),{height:R}=M;if(v&&!S&&(m+=M.top-v.top),w instanceof ra)k>r&&p(w,b,M);else if(b>=r&&(m>0&&n.push(-m),n.push(R+m),m=0,o)){let $=w.dom.lastChild,P=$?N1($):[];if(P.length){let E=P[P.length-1],j=f?E.right-M.left:M.right-E.left;j>c&&(c=j,this.minWidth=l,this.minWidthFrom=b,this.minWidthTo=k)}}v&&S==O.children.length-1&&(m+=v.bottom-M.bottom),b=k+w.breakAfter}};return p(this.tile,0,null),n}textDirectionAt(e){let{tile:n}=this.tile.resolveBlock(e,1);return getComputedStyle(n.dom).direction=="rtl"?nn.RTL:nn.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=N1(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=N1(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(et.replace({widget:new Km(c),block:!0,inclusive:!0,isBlockGap:!0}).range(r,o))}if(!l)break;r=l.to+1}return et.set(e)}updateDeco(){let e=1,n=this.view.state.facet(Kf).map(l=>(this.dynamicDecorationMap[e++]=typeof l=="function")?l(this.view):l),r=!1,i=this.view.state.facet(Xg).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(ft.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(p7).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(h7))try{if(p(this.view,e.range,e))return!0}catch(O){vi(this.view.state,O,"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=x7(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(EP(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==nn.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(){jp(this.tile)}}function jp(t,e){let n=e==null?void 0:e.get(t);if(n!=1){n==null&&t.destroy();for(let r of t.children)jp(r,e)}}function tj(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 b7(t,e){let n=t.observer.selectionRange;if(!n.focusNode)return null;let r=KS(n.focusNode,n.focusOffset),i=JS(n.focusNode,n.focusOffset),l=r||i;if(i&&r&&i.node!=r.node){let c=Kt.get(i.node);if(!c||c.isText()&&c.text!=i.node.nodeValue)l=i;else if(t.docView.lastCompositionAfterCursor){let f=Kt.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=b7(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 Xr(f.mapPos(l),f.mapPos(o),l,o),text:i}}function rj(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 ij=class{constructor(){this.changes=[]}compareRange(e,n){to(e,n,this.changes)}comparePoint(e,n){to(e,n,this.changes)}boundChange(e){to(e,e,this.changes)}};function aj(t,e,n){let r=new ij;return ft.compare(t,e,n,r),r.changes}class lj{constructor(){this.changes=[]}compareRange(e,n){to(e,n,this.changes)}comparePoint(){}boundChange(e){to(e,e,this.changes)}}function sj(t,e,n){let r=new lj;return ft.compare(t,e,n,r),r.changes}function oj(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 cj(t,e){let n=!1;return e&&t.iterChangedRanges((r,i)=>{r<e.to&&i>e.from&&(n=!0)}),n}class Km extends Jl{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 uj(t,e,n=1){let r=t.charCategorizer(e),i=t.doc.lineAt(e),l=e-i.from;if(i.length==0)return de.cursor(e);l==0?n=1:l==i.length&&(n=-1);let o=l,c=l;n<0?o=Sn(i.text,l,!1):c=Sn(i.text,l);let f=r(i.text.slice(o,c));for(;o>0;){let m=Sn(i.text,o,!1);if(r(i.text.slice(m,o))!=f)break;o=m}for(;c<i.length;){let m=Sn(i.text,c);if(r(i.text.slice(c,m))!=f)break;c=m}return de.range(o+i.from,c+i.from)}function fj(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+xP(o,l,t.state.tabSize)}function hj(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==dr.Text&&(i.type!=l.type||(n<0?l.from<e:l.to>e)))&&(i=l)}}return i||r}return r}function dj(t,e,n,r){let i=hj(t,e.head,e.assoc||-1),l=!r||i.type!=dr.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==nn.LTR)?o.right-1:o.left+1,y:(l.top+l.bottom)/2});if(f!=null)return de.cursor(f,n?-1:1)}return de.cursor(n?i.to:i.from,n?-1:1)}function ly(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=_P(i,l,o,c,n),p=i7;if(!m){if(i.number==(n?t.state.doc.lines:1))return c;p=`
100
+ `,i=t.state.doc.line(i.number+(n?1:-1)),l=t.bidiSpans(i),m=t.visualLineSide(i,!n)}if(f){if(!f(p))return c}else{if(!r)return m;f=r(p)}c=m}}function mj(t,e,n){let r=t.state.charCategorizer(e),i=r(n);return l=>{let o=r(l);return i==Bt.Space&&(i=o),i==o}}function pj(t,e,n,r){let i=e.head,l=n?1:-1;if(i==(n?t.state.doc.length:0))return de.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 O=f.left+o,b=t.viewState.heightOracle.textHeight>>1,v=r??b;for(let S=0;;S+=b){let w=c+(v+S)*l,k=Rp(t,{x:O,y:w},!1,l);if(n?w>f.bottom:w<f.top)return de.cursor(k.pos,k.assoc);let M=t.coordsAtPos(k.pos,k.assoc),R=M?(M.top+M.bottom)/2:0;if(!M||(n?R>c:R<c))return de.cursor(k.pos,k.assoc,void 0,o)}}function Bc(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 v7(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=Bc(t,i.from,0);o!=i.from&&(l=de.cursor(o,-1))}else{let o=Bc(t,i.from,-1),c=Bc(t,i.to,1);(o!=i.from||c!=i.to)&&(l=de.range(i.from==i.anchor?o:c,i.from==i.head?o:c))}l&&(n||(n=e.ranges.slice()),n[r]=l)}return n?de.create(n,e.mainIndex):e}function Jm(t,e,n){let r=Bc(t.state.facet(Tu).map(i=>i(t)),n.from,e.head>n.from?-1:1);return r==n.from?n:de.cursor(r,r<n.from?1:-1)}class yi{constructor(e,n){this.pos=e,this.assoc=n}}function Rp(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 yi(0,1);if(f>t.viewState.docHeight)return new yi(t.state.doc.length,-1);if(m=t.elementAtHeight(f),r==null)break;if(m.type==dr.Text){if(r<0?m.to<t.viewport.from:m.from>t.viewport.to)break;let b=t.docView.coordsAt(r<0?m.from:m.to,r>0?-1:1);if(b&&(r<0?b.top<=f+l:b.bottom>=f+l))break}let O=t.viewState.heightOracle.textHeight/2;f=r>0?m.bottom+O:m.top-O}if(t.viewport.from>=m.to||t.viewport.to<=m.from){if(n)return null;if(m.type==dr.Text){let O=fj(t,i,m,o,c);return new yi(O,O==m.from?1:-1)}}if(m.type!=dr.Text)return f<(m.top+m.bottom)/2?new yi(m.from,1):new yi(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 gj(t,o,c,t.textDirectionAt(m.from)).scanTile(p,m.from)}class gj{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[bi.find(i,e-r.from,-1,n)].level==this.baseDir}dirAt(e,n){let{line:r,spans:i}=this.bidiSpansAt(e);return i[bi.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,O;e:for(;r<i;){let v=i-r,S=r+i>>1;t:if(l.has(S)){let k=r+Math.floor(Math.random()*v);for(let M=0;M<v;M++){if(!l.has(k)){S=k;break t}k++,k==i&&(k=r)}break e}l.add(S);let w=n(S);if(w)for(let k=0;k<w.length;k++){let M=w[k],R=0;if(!(M.width==0&&w.length>1)){if(M.bottom<this.y)(!c||c.bottom<M.bottom)&&(c=M),R=1;else if(M.top>this.y)(!f||f.top>M.top)&&(f=M),R=-1;else{let $=M.left>this.x?this.x-M.left:M.right<this.x?this.x-M.right:0,P=Math.abs($);P<p&&(m=S,p=P,O=M),$&&(R=$<0==(this.baseDir==nn.LTR)?-1:1)}R==-1&&(!o||this.baseDirAt(e[S],1))?i=S:R==1&&(!o||this.baseDirAt(e[S+1],-1))&&(r=S+1)}}}if(!O){let v=c&&(!f||this.y-c.bottom<f.top-this.y)?c:f;return this.y=(v.top+v.bottom)/2,this.scan(e,n)}let b=(o?this.dirAt(e[m],1):this.baseDir)==nn.LTR;return{i:m,after:this.x>(O.left+O.right)/2==b}}scanText(e,n){let r=[];for(let l=0;l<e.length;l=Sn(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 su(e.dom,o,c).getClientRects()});return i.after?new yi(r[i.i+1],-1):new yi(r[i.i],1)}scanTile(e,n){if(!e.length)return new yi(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:su(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 yi(r[i.i+1],-1):new yi(o,1)}}const Ds="￿";class Oj{constructor(e,n){this.points=e,this.view=n,this.text="",this.lineSeparator=n.state.facet(St.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=Ds}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=Kt.get(i),c=i.nextSibling;if(c==n){o!=null&&o.breakAfter&&!c&&r!=this.view.contentDOM&&this.lineBreak();break}let f=Kt.get(c);(o&&f?o.breakAfter:(o?o.breakAfter:rf(i))||rf(c)&&(i.nodeName!="BR"||o!=null&&o.isWidget())&&this.text.length>l)&&!yj(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=Kt.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+(xj(e,r.node,r.offset)?n:0))}}function xj(t,e,n){for(;;){if(!e||n<sa(e))return!1;if(e==t)return!0;n=nl(e)+1,e=e.parentNode}}function yj(t,e){let n;for(;!(t==e||!t);t=t.nextSibling){let r=Kt.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 sy{constructor(e,n){this.node=e,this.offset=n,this.pos=-1}}class bj{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=S7(e.docView.tile,n,r,0))){let f=l||o?[]:Sj(e),m=new Oj(f,e);m.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=m.text,this.newSel=wj(f,this.bounds.from)}else{let f=e.observer.selectionRange,m=l&&l.node==f.focusNode&&l.offset==f.focusOffset||!$p(e.contentDOM,f.focusNode)?c.main.head:e.docView.posFromDOM(f.focusNode,f.focusOffset),p=o&&o.node==f.anchorNode&&o.offset==f.anchorOffset||!$p(e.contentDOM,f.anchorNode)?c.main.anchor:e.docView.posFromDOM(f.anchorNode,f.anchorOffset),O=e.viewport;if((Re.ios||Re.chrome)&&c.main.empty&&m!=p&&(O.from>0||O.to<e.state.doc.length)){let b=Math.min(m,p),v=Math.max(m,p),S=O.from-b,w=O.to-v;(S==0||S==1||b==0)&&(w==0||w==-1||v==e.state.doc.length)&&(m=0,p=e.state.doc.length)}if(e.inputState.composing>-1&&c.ranges.length>1)this.newSel=c.replaceRange(de.range(p,m));else if(e.lineWrapping&&p==m&&!(c.main.empty&&c.main.head==m)&&e.inputState.lastTouchTime>Date.now()-100){let b=e.coordsAtPos(m,-1),v=0;b&&(v=e.inputState.lastTouchY<=b.bottom?-1:1),this.newSel=de.create([de.cursor(m,v)])}else this.newSel=de.single(p,m)}}}function S7(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 O=t.children[f],b=m+O.length;if(m<e&&b>n)return S7(O,e,n,m);if(b>=e&&i==-1&&(i=f,l=m),m>n&&O.dom.parentNode==t.dom){o=f,c=p;break}p=b,m=b+O.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 w7(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||Re.android&&e.text.length<f-c)&&(m=l.to,p="end");let O=i.doc.sliceString(c,f,Ds),b,v;!l.empty&&l.from>=c&&l.to<=f&&(e.typeOver||O!=e.text)&&O.slice(0,l.from-c)==e.text.slice(0,l.from-c)&&O.slice(l.to-c)==e.text.slice(b=e.text.length-(O.length-(l.to-c)))?n={from:l.from,to:l.to,insert:bt.of(e.text.slice(l.from-c,b).split(Ds))}:(v=A7(O,e.text,m-c,p))&&(Re.chrome&&o==13&&v.toB==v.from+2&&e.text.slice(v.from,v.toB)==Ds+Ds&&v.toB--,n={from:c+v.from,to:c+v.toA,insert:bt.of(e.text.slice(v.from,v.toB).split(Ds))})}else r&&(!t.hasFocus&&i.facet(Ji)||cf(r,l))&&(r=null);if(!n&&!r)return!1;if((Re.mac||Re.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=de.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:bt.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)}:Re.chrome&&n&&n.from==n.to&&n.from==l.head&&n.insert.toString()==`
101
+ `&&t.lineWrapping&&(r&&(r=de.single(r.main.anchor-1,r.main.head-1)),n={from:l.from,to:l.to,insert:bt.of([" "])}),n)return zg(t,n,r,o);if(r&&!cf(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=v7(i.facet(Tu).map(m=>m(t)),r))),t.dispatch({selection:r,scrollIntoView:c,userEvent:f}),!0}else return!1}function zg(t,e,n,r=-1){if(Re.ios&&t.inputState.flushIOSKey(e))return!0;let i=t.state.selection.main;if(Re.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&&no(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)&&no(t.contentDOM,"Backspace",8)||e.from==i.from&&e.to==i.to+1&&e.insert.length==0&&no(t.contentDOM,"Delete",46)))return!0;let l=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let o,c=()=>o||(o=vj(t,e,n));return t.state.facet(c7).some(f=>f(t,e.from,e.to,l,c))||t.dispatch(c()),!0}function vj(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=Bc(i.facet(Tu).map(O=>O(t)),m,f);e.from==p&&(o=p)}if(o>-1)r={changes:e,selection:de.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),O,b=n&&b7(t,n.main.head);if(b){let S=e.insert.length-(e.to-e.from);O={from:b.from,to:b.to-S}}else O=t.state.doc.lineAt(l.head);let v=l.to-e.to;r=i.changeByRange(S=>{if(S.from==l.from&&S.to==l.to)return{changes:f,range:m||S.map(f)};let w=S.to-v,k=w-p.length;if(t.state.sliceDoc(k,w)!=p||w>=O.from&&k<=O.to)return{range:S};let M=i.changes({from:k,to:w,insert:e.insert}),R=S.to-l.to;return{changes:M,range:m?de.range(Math.max(0,m.anchor+R),Math.max(0,m.head+R)):S.map(M)}})}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 A7(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 Sj(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 sy(n,r)),(i!=n||l!=r)&&e.push(new sy(i,l))),e}function wj(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?de.single(n+e,r+e):null}function cf(t,e){return e.head==t.main.head&&e.anchor==t.main.anchor}class Aj{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,Re.safari&&e.contentDOM.addEventListener("input",()=>null),Re.gecko&&_j(e.contentDOM.ownerDocument)}handleEvent(e){!Zj(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=kj(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&&T7.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),Re.android&&Re.chrome&&!e.synthetic&&(e.keyCode==13||e.keyCode==8))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let n;return Re.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&!e.shiftKey&&((n=k7.find(r=>r.keyCode==e.keyCode))&&!e.ctrlKey||Tj.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,no(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:Re.safari&&!Re.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 oy(t,e){return(n,r)=>{try{return e.call(t,r,n)}catch(i){vi(n.state,i)}}}function kj(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(oy(r.value,f))}if(o)for(let c in o){let f=o[c];f&&n(c).observers.push(oy(r.value,f))}}for(let r in ri)n(r).handlers.push(ri[r]);for(let r in pr)n(r).observers.push(pr[r]);return e}const k7=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Tj="dthko",T7=[16,17,18,20,91,92,224,225],a1=6;function l1(t){return Math.max(0,t)*.7+8}function Mj(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}class Ej{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=IS(e.contentDOM),this.atoms=e.state.facet(Tu).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(St.allowMultipleSelections)&&$j(e,n),this.dragging=Cj(e,n)&&$7(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&&Mj(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=x7(this.view);e.clientX-f.left<=i+a1?n=-l1(i-e.clientX):e.clientX+f.right>=o-a1&&(n=l1(e.clientX-o)),e.clientY-f.top<=l+a1?r=-l1(l-e.clientY):e.clientY+f.bottom>=c-a1&&(r=l1(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=v7(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 $j(t,e){let n=t.state.facet(a7);return n.length?n[0](e):Re.mac?e.metaKey:e.ctrlKey}function Qj(t,e){let n=t.state.facet(l7);return n.length?n[0](e):Re.mac?!e.altKey:!e.ctrlKey}function Cj(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let r=lu(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 Zj(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=Kt.get(n))&&r.isWidget()&&!r.isHidden&&r.widget.ignoreEvent(e))return!1;return!0}const ri=Object.create(null),pr=Object.create(null),M7=Re.ie&&Re.ie_version<15||Re.ios&&Re.webkit_version<604;function Pj(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(),E7(t,n.value)},50)}function th(t,e,n){for(let r of t.facet(e))n=r(n,t);return n}function E7(t,e){e=th(t.state,Lg,e);let{state:n}=t,r,i=1,l=n.toText(e),o=l.lines==n.selection.ranges.length;if(Np!=null&&n.selection.ranges.every(f=>f.empty)&&Np==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 O=n.toText((o?l.line(i++).text:e)+n.lineBreak);return{changes:{from:p.from,insert:O},range:de.cursor(m.from+O.length)}})}else o?r=n.changeByRange(f=>{let m=l.line(i++);return{changes:{from:f.from,to:f.to,insert:m.text},range:de.cursor(f.from+m.length)}}):r=n.replaceSelection(l);t.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}pr.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft};pr.wheel=pr.mousewheel=t=>{t.inputState.lastWheelEvent=Date.now()};ri.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),e.keyCode==27&&t.inputState.tabFocusMode!=0&&(t.inputState.tabFocusMode=Date.now()+2e3),!1);pr.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")};pr.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")};ri.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(s7))if(n=r(t,e),n)break;if(!n&&e.button==0&&(n=Rj(t,e)),n){let r=!t.hasFocus;t.inputState.startMouseSelection(new Ej(t,e,n,r)),r&&t.observer.ignore(()=>{WS(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 cy(t,e,n,r){if(r==1)return de.cursor(e,n);if(r==2)return uj(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++,de.range(o,c)}}const jj=Re.ie&&Re.ie_version<=11;let uy=null,fy=0,hy=0;function $7(t){if(!jj)return t.detail;let e=uy,n=hy;return uy=t,hy=Date.now(),fy=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(fy+1)%3:1}function Rj(t,e){let n=t.posAndSideAtCoords({x:e.clientX,y:e.clientY},!1),r=$7(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=cy(t,f.pos,f.assoc,r);if(n.pos!=f.pos&&!o){let O=cy(t,n.pos,n.assoc,r),b=Math.min(O.from,p.from),v=Math.max(O.to,p.to);p=b<p.from?de.range(b,v,p.assoc):de.range(v,b,p.assoc)}return o?i.replaceRange(i.main.extend(p.from,p.to,p.assoc)):c&&r==1&&i.ranges.length>1&&(m=Nj(i,f.pos))?m:c?i.addRange(p):de.create([p])}}}function Nj(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 de.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}ri.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=de.range(l,o))}}let{inputState:r}=t;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,e.dataTransfer&&(e.dataTransfer.setData("Text",th(t.state,_g,t.state.sliceDoc(n.from,n.to))),e.dataTransfer.effectAllowed="copyMove"),!1};ri.dragend=t=>(t.inputState.draggedContent=null,!1);function dy(t,e,n,r){if(n=th(t.state,Lg,n),!n)return;let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:l}=t.inputState,o=r&&l&&Qj(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}ri.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&&dy(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 dy(t,e,r,!0),!0}return!1};ri.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=M7?null:e.clipboardData;return n?(E7(t,n.getData("text/plain")||n.getData("text/uri-list")),!0):(Pj(t),!1)};function Vj(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 Lj(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:th(t,_g,e.join(t.lineBreak)),ranges:n,linewise:r}}let Np=null;ri.copy=ri.cut=(t,e)=>{if(!Hc(t.contentDOM,t.observer.selectionRange))return!1;let{text:n,ranges:r,linewise:i}=Lj(t.state);if(!n&&!i)return!1;Np=i?n:null,e.type=="cut"&&!t.state.readOnly&&t.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let l=M7?null:e.clipboardData;return l?(l.clearData(),l.setData("text/plain",n),!0):(Vj(t,n),!1)};const Q7=ua.define();function C7(t,e){let n=[];for(let r of t.facet(u7)){let i=r(t,e);i&&n.push(i)}return n.length?t.update({effects:n,annotations:Q7.of(!0)}):null}function Z7(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=C7(t.state,e);n?t.dispatch(n):t.update([])}},10)}pr.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),Z7(t)};pr.blur=t=>{t.observer.clearSelectionRange(),Z7(t)};pr.compositionstart=pr.compositionupdate=t=>{t.observer.editContext||(t.inputState.compositionFirstChange==null&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))};pr.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,Re.chrome&&Re.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50))};pr.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()};ri.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 zg(t,{from:f,to:m,insert:t.state.toText(l)},null),!0}}let i;if(Re.chrome&&Re.android&&(i=k7.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 Re.ios&&e.inputType=="deleteContentForward"&&t.observer.flushSoon(),Re.safari&&e.inputType=="insertText"&&t.inputState.composing>=0&&setTimeout(()=>pr.compositionend(t,e),20),!1};const my=new Set;function _j(t){my.has(t)||(my.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}const py=["pre-wrap","normal","pre-line","break-spaces"];let ho=!1;function gy(){ho=!1}class Dj{constructor(e){this.lineWrapping=e,this.doc=bt.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 py.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=py.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 Xj{constructor(e,n){this.from=e,this.heights=n,this.index=0}get more(){return this.index<this.heights.length}}class ei{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"?dr.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 Fl?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 ei(this.from,this.length+e.length,this.top,this.height+e.height,n)}}var Xt=(function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t})(Xt||(Xt={}));const V1=.001;class Kn{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)>V1&&(ho=!0),this.height=e)}replace(e,n,r){return Kn.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:O}=i[c],b=l.lineAt(f,Xt.ByPosNoHeight,r.setDoc(n),0,0),v=b.to>=m?b:l.lineAt(m,Xt.ByPosNoHeight,r,0,0);for(O+=v.to-m,m=v.to;c>0&&b.from<=i[c-1].toA;)f=i[c-1].fromA,p=i[c-1].fromB,c--,f<b.from&&(b=l.lineAt(f,Xt.ByPosNoHeight,r,0,0));p+=b.from-f,f=b.from;let S=Hg.build(r.setDoc(o),e,p,O);l=uf(l,l.replace(f,m,S))}return l.updateHeight(r,0)}static empty(){return new Tr(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 Hj(Kn.of(e.slice(0,n)),o,Kn.of(e.slice(r)))}}function uf(t,e){return t==e?t:(t.constructor!=e.constructor&&(ho=!0),e)}Kn.prototype.size=1;const zj=et.replace({});class P7 extends Kn{constructor(e,n,r){super(e,n),this.deco=r,this.spaceAbove=0}mainBlock(e,n){return new ei(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 ei(i,0,r,this.spaceAbove,zj):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,Xt.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 Tr extends P7{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 ei(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 Tr||i instanceof jn&&i.flags&4)&&Math.abs(this.length-i.length)<10?(i instanceof jn?i=new Tr(i.length,this.height,this.spaceAbove):i.height=this.height,this.outdated||(i.outdated=!1),i):Kn.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 jn extends Kn{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),O=c+p.length*f,b=Math.max(r,e-O/2);return new ei(p.from,p.length,b,O,0)}else{let m=Math.max(0,Math.min(o-l,Math.floor((e-r)/c))),{from:p,length:O}=n.doc.line(l+m);return new ei(p,O,r+c*m,c,0)}}lineAt(e,n,r,i,l){if(n==Xt.ByHeight)return this.blockAt(e,r,i,l);if(n==Xt.ByPosNoHeight){let{from:v,to:S}=r.doc.lineAt(e);return new ei(v,S-v,0,0,0)}let{firstLine:o,perLine:c,perChar:f}=this.heightMetrics(r,l),m=r.doc.lineAt(e),p=c+m.length*f,O=m.number-o,b=i+c*O+f*(m.from-l-O);return new ei(m.from,m.length,Math.max(i,Math.min(b,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,O=i;p<=n;){let b=r.doc.lineAt(p);if(p==e){let S=b.number-c;O+=f*S+m*(e-l-S)}let v=f+m*b.length;o(new ei(b.from,b.length,O,v,0)),O+=v,p=b.to+1}}replace(e,n,r){let i=this.length-n;if(i>0){let l=r[r.length-1];l instanceof jn?r[r.length-1]=new jn(l.length+i):r.push(null,new jn(i-1))}if(e>0){let l=r[0];l instanceof jn?r[0]=new jn(e+l.length):r.unshift(new jn(e-1),null)}return Kn.of(r)}decomposeLeft(e,n){n.push(new jn(e-1),null)}decomposeRight(e,n){n.push(null,new jn(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 jn(i.from-n-1).updateHeight(e,n));c<=l&&i.more;){let p=e.doc.lineAt(c).length;o.length&&o.push(null);let O=i.heights[i.index++],b=0;O<0&&(b=-O,O=i.heights[i.index++]),f==-1?f=O:Math.abs(O-f)>=V1&&(f=-2);let v=new Tr(p,O,b);v.outdated=!1,o.push(v),c+=p+1}c<=l&&o.push(null,new jn(l-c).updateHeight(e,c));let m=Kn.of(o);return(f<0||Math.abs(m.height-this.height)>=V1||Math.abs(f-this.heightMetrics(e,n).perLine)>=V1)&&(ho=!0),uf(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 Hj extends Kn{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==Xt.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==Xt.ByPosNoHeight?Xt.ByPosNoHeight:Xt.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,Xt.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&&Oy(l,o-1),n<this.length){let c=l.length;this.decomposeRight(n,l),Oy(l,c)}return Kn.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?Kn.of(this.break?[e,null,n]:[e,n]):(this.left=uf(this.left,e),this.right=uf(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 Oy(t,e){let n,r;t[e]==null&&(n=t[e-1])instanceof jn&&(r=t[e+1])instanceof jn&&t.splice(e-1,3,new jn(n.length+1+r.length))}const Yj=5;class Hg{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 Tr?i.length+=r-this.pos:(r>this.pos||!this.isCovered)&&this.nodes.push(new Tr(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 P7(o,i,r)):(o||l||i>=Yj)&&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 Tr(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,n){let r=new jn(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 Tr)return e;let n=new Tr(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 Tr)&&!this.isCovered?this.nodes.push(new Tr(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 Tr&&i.updateHeight(this.oracle,r),r+=i?i.length:1;return this.nodes}static build(e,n,r,i){let l=new Hg(r,e);return ft.spans(n,r,i,l,0),l.finish(r)}}function Bj(t,e,n){let r=new Fj;return ft.compare(t,e,n,r,0),r.changes}class Fj{constructor(){this.changes=[]}compareRange(){}comparePoint(e,n,r,i){(e<n||r&&r.heightRelevant||i&&i.heightRelevant)&&to(e,n,this.changes,5)}}function qj(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,O=window.getComputedStyle(p);if((p.scrollHeight>p.clientHeight||p.scrollWidth>p.clientWidth)&&O.overflow!="visible"){let b=p.getBoundingClientRect();l=Math.max(l,b.left),o=Math.min(o,b.right),c=Math.max(c,b.top),f=Math.min(m==t.parentNode?i.innerHeight:f,b.bottom)}m=O.position=="absolute"||O.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 Uj(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 Ij(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class e2{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 et.replace({widget:new Wj(this.displaySize*(n?e.scaleY:e.scaleX),n)}).range(this.from,this.to)}}class Wj extends Jl{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 xy{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=yy,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=nn.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let r=n.facet(Dg).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new Dj(r),this.stateDeco=by(n),this.heightMap=Kn.empty().applyChanges(this.stateDeco,bt.empty,this.heightOracle.setDoc(n.doc),[new Xr(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=et.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 s1(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?yy:new Yg(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(Nc(e,this.scaler))})}update(e,n=null){this.state=e.state;let r=this.stateDeco;this.stateDeco=by(this.state);let i=e.changedRanges,l=Xr.extendWithRanges(i,Bj(r,this.stateDeco,e?e.changes:On.empty(this.state.doc.length))),o=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);gy(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=o||ho)&&(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(XP)&&(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"?nn.RTL:nn.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:E,scaleY:j}=US(n,c);(E>.005&&Math.abs(this.scaleX-E)>.005||j>.005&&Math.abs(this.scaleY-j)>.005)&&(this.scaleX=E,this.scaleY=j,m|=16,o=f=!0)}let O=(parseInt(r.paddingTop)||0)*this.scaleY,b=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=O||this.paddingBottom!=b)&&(this.paddingTop=O,this.paddingBottom=b,m|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(f=!0),this.editorWidth=e.scrollDOM.clientWidth,m|=16);let v=IS(this.view.contentDOM,!1).y;v!=this.scrollParent&&(this.scrollParent=v,this.scrollAnchorHeight=-1,this.scrollOffset=0);let S=this.getScrollOffset();this.scrollOffset!=S&&(this.scrollAnchorHeight=-1,this.scrollOffset=S),this.scrolledToBottom=GS(this.scrollParent||e.win);let w=(this.printing?Ij:qj)(n,this.paddingTop),k=w.top-this.pixelViewport.top,M=w.bottom-this.pixelViewport.bottom;this.pixelViewport=w;let R=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(R!=this.inView&&(this.inView=R,R&&(f=!0)),!this.inView&&!this.scrollTarget&&!Uj(e.dom))return 0;let $=c.width;if((this.contentDOMWidth!=$||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=e.scrollDOM.clientHeight,m|=16),f){let E=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights(E)&&(o=!0),o||i.lineWrapping&&Math.abs($-this.contentDOMWidth)>i.charWidth){let{lineHeight:j,charWidth:Q,textHeight:_}=e.docView.measureTextSize();o=j>0&&i.refresh(l,j,Q,_,Math.max(5,$/Q),E),o&&(e.docView.minWidth=0,m|=16)}k>0&&M>0?p=Math.max(k,M):k<0&&M<0&&(p=Math.min(k,M)),gy();for(let j of this.viewports){let Q=j.from==this.viewport.from?E:e.docView.measureVisibleLineHeights(j);this.heightMap=(o?Kn.empty().applyChanges(this.stateDeco,bt.empty,this.heightOracle,[new Xr(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,o,new Xj(j.from,Q))}ho&&(m|=2)}let P=!this.viewportIsAppropriate(this.viewport,p)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return P&&(m&2&&(m|=this.updateScaler()),this.viewport=this.getViewport(p,this.scrollTarget),m|=this.updateForViewport()),(m&2||P)&&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 s1(i.lineAt(o-r*1e3,Xt.ByHeight,l,0,0).from,i.lineAt(c+(1-r)*1e3,Xt.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),O=i.lineAt(m,Xt.ByPos,l,0,0),b;n.y=="center"?b=(O.top+O.bottom)/2-p/2:n.y=="start"||n.y=="nearest"&&m<f.from?b=O.top:b=O.bottom-p,f=new s1(i.lineAt(b-1e3/2,Xt.ByHeight,l,0,0).from,i.lineAt(b+p+1e3/2,Xt.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 s1(this.heightMap.lineAt(r,Xt.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,Xt.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,Xt.ByPos,this.heightOracle,0,0),{bottom:l}=this.heightMap.lineAt(n,Xt.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 e2(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!=nn.LTR&&!r)return[];let c=[],f=(p,O,b,v)=>{if(O-p<l)return;let S=this.state.selection.main,w=[S.from];S.empty||w.push(S.to);for(let M of w)if(M>p&&M<O){f(p,M-10,b,v),f(M+10,O,b,v);return}let k=Kj(e,M=>M.from>=b.from&&M.to<=b.to&&Math.abs(M.from-p)<l&&Math.abs(M.to-O)<l&&!w.some(R=>M.from<R&&M.to>R));if(!k){if(O<b.to&&n&&r&&n.visibleRanges.some($=>$.from<=O&&$.to>=O)){let $=n.moveToLineBoundary(de.cursor(O),!1,!0).head;$>p&&(O=$)}let M=this.gapSize(b,p,O,v),R=r||M<2e6?M:2e6;k=new e2(p,O,M,R)}c.push(k)},m=p=>{if(p.length<o||p.type!=dr.Text)return;let O=Gj(p.from,p.to,this.stateDeco);if(O.total<o)return;let b=this.scrollTarget?this.scrollTarget.range.head:null,v,S;if(r){let w=i/this.heightOracle.lineLength*this.heightOracle.lineHeight,k,M;if(b!=null){let R=c1(O,b),$=((this.visibleBottom-this.visibleTop)/2+w)/p.height;k=R-$,M=R+$}else k=(this.visibleTop-p.top-w)/p.height,M=(this.visibleBottom-p.top+w)/p.height;v=o1(O,k),S=o1(O,M)}else{let w=O.total*this.heightOracle.charWidth,k=i*this.heightOracle.charWidth,M=0;if(w>2e6)for(let j of e)j.from>=p.from&&j.from<p.to&&j.size!=j.displaySize&&j.from*this.heightOracle.charWidth+M<this.pixelViewport.left&&(M=j.size-j.displaySize);let R=this.pixelViewport.left+M,$=this.pixelViewport.right+M,P,E;if(b!=null){let j=c1(O,b),Q=(($-R)/2+k)/w;P=j-Q,E=j+Q}else P=(R-k)/w,E=($+k)/w;v=o1(O,P),S=o1(O,E)}v>p.from&&f(p.from,v,p,O),S<p.to&&f(S,p.to,p,O)};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=c1(i,r)-c1(i,n);return this.heightOracle.lineWrapping?e.height*l:i.total*this.heightOracle.charWidth*l}updateLineGaps(e){e2.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=et.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=[];ft.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)||Nc(this.heightMap.lineAt(e,Xt.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)||Nc(this.heightMap.lineAt(this.scaler.fromDOM(e),Xt.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 Nc(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 s1{constructor(e,n){this.from=e,this.to=n}}function Gj(t,e,n){let r=[],i=t,l=0;return ft.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 o1({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 c1(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 Kj(t,e){for(let n of t)if(e(n))return n}const yy={toDOM(t){return t},fromDOM(t){return t},scale:1,eq(t){return t==this}};function by(t){let e=t.facet(Kf).filter(r=>typeof r!="function"),n=t.facet(Xg).filter(r=>typeof r!="function");return n.length&&e.push(ft.join(n)),e}class Yg{constructor(e,n,r){let i=0,l=0,o=0;this.viewports=r.map(({from:c,to:f})=>{let m=n.lineAt(c,Xt.ByPos,e,0,0).top,p=n.lineAt(f,Xt.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 Yg?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 Nc(t,e){if(e.scale==1)return t;let n=e.toDOM(t.top),r=e.toDOM(t.bottom);return new ei(t.from,t.length,n,r-n,Array.isArray(t._content)?t._content.map(i=>Nc(i,e)):t._content)}const u1=_e.define({combine:t=>t.join(" ")}),Vp=_e.define({combine:t=>t.indexOf(!0)>-1}),Lp=el.newName(),j7=el.newName(),R7=el.newName(),N7={"&light":"."+j7,"&dark":"."+R7};function _p(t,e,n){return new el(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 Jj=_p("."+Lp,{"&":{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"}},N7),eR={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},t2=Re.ie&&Re.ie_version<=11;class tR{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new $P,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);(Re.ie&&Re.ie_version<=11||Re.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&&Re.android&&e.constructor.EDIT_CONTEXT!==!1&&!(Re.chrome&&Re.chrome_version<126)&&(this.editContext=new rR(e),e.state.facet(Ji)&&(e.contentDOM.editContext=this.editContext.editContext)),t2&&(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(Ji)?r.root.activeElement!=this.dom:!Hc(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}(Re.ie&&Re.ie_version<=11||Re.android&&Re.chrome)&&!r.state.selection.main.empty&&i.focusNode&&Yc(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=lu(e.root);if(!n)return!1;let r=Re.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=Hc(this.dom,r);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&CP(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,eR),t2&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),t2&&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&&no(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&&Hc(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 bj(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=w7(this.view,n);return this.view.state==r&&(n.domChanged||n.newSel&&!cf(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=vy(n,e.previousSibling||e.target.previousSibling,-1),i=vy(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(Ji)!=e.state.facet(Ji)&&(e.view.contentDOM.editContext=e.state.facet(Ji)?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 vy(t,e,n){for(;e;){let r=Kt.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 Sy(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 Yc(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 Sy(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?Sy(t,n):null}class rR{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=A7(e.state.sliceDoc(c,f),r.text,(m?i.from:i.to)-c,m?"end":null);if(!p){let b=de.single(this.toEditorPos(r.selectionStart),this.toEditorPos(r.selectionEnd));cf(b,i)||e.dispatch({selection:b,userEvent:"select"});return}let O={from:p.from+c,to:p.toA+c,insert:bt.of(r.text.slice(p.from,p.toB).split(`
102
+ `))};if((Re.mac||Re.android)&&O.from==o-1&&/^\. ?$/.test(r.text)&&e.contentDOM.getAttribute("autocorrect")=="off"&&(O={from:c,to:f,insert:bt.of([r.text.replace("."," ")])}),this.pendingContextChange=O,!e.state.readOnly){let b=this.to-this.from+(O.to-O.from+O.insert.length);zg(e,O,de.single(this.toEditorPos(r.selectionStart,b),this.toEditorPos(r.selectionEnd,b)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state)),O.from<O.to&&!O.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(et.mark({attributes:{style:p}}).range(f,m))}}}e.dispatch({effects:d7.of(et.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=lu(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 Le{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||QP(e.parent)||document,this.viewState=new xy(this,e.state||St.create(e)),e.scrollTo&&e.scrollTo.is(i1)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(qs).map(i=>new Im(i));for(let i of this.plugins)i.update(this);this.observer=new tR(this),this.inputState=new Aj(this),this.inputState.ensureHandlers(this.plugins),this.docView=new ay(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 dn?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 b of e){if(b.startState!=l)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");l=b.state}if(this.destroyed){this.viewState.state=l;return}let o=this.hasFocus,c=0,f=null;e.some(b=>b.annotation(Q7))?(this.inputState.notifiedFocused=o,c=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,f=C7(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(St.phrases)!=this.state.facet(St.phrases))return this.setState(l);i=lf.create(this,l,e),i.flags|=c;let O=this.viewState.scrollTarget;try{this.updateState=2;for(let b of e){if(O&&(O=O.map(b.changes)),b.scrollIntoView){let{main:v}=b.state.selection;O=new ro(v.empty?v:de.cursor(v.head,v.head>v.anchor?-1:1))}for(let v of b.effects)v.is(i1)&&(O=v.value.clip(this.state))}this.viewState.update(i,O),this.bidiCache=ff.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),n=this.docView.update(i),this.state.facet(Rc)!=this.styleModules&&this.mountStyles(),r=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(b=>b.isUserEvent("select.pointer")))}finally{this.updateState=0}if(i.startState.facet(u1)!=i.state.facet(u1)&&(this.viewState.mustMeasureContent=!0),(n||r||O||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!i.empty)for(let b of this.state.facet(Pp))try{b(i)}catch(v){vi(this.state,v,"update listener")}(f||p)&&Promise.resolve().then(()=>{f&&this.state==f.startState&&this.dispatch(f),p&&!w7(this,p)&&m.force&&no(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 xy(this,e),this.plugins=e.facet(qs).map(r=>new Im(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new ay(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(qs),r=e.state.facet(qs);if(n!=r){let i=[];for(let l of r){let o=n.indexOf(l);if(o<0)i.push(new Im(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){vi(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(GS(r||this.win))l=-1,o=this.viewState.heightMap.height;else{let v=this.viewState.scrollAnchorAt(i);l=v.from,o=v.top}this.updateState=1;let f=this.viewState.measure();if(!f&&!this.measureRequests.length&&this.viewState.scrollTarget==null)break;if(c>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let m=[];f&4||([this.measureRequests,m]=[m,this.measureRequests]);let p=m.map(v=>{try{return v.read(this)}catch(S){return vi(this.state,S),wy}}),O=lf.create(this,this.state,[]),b=!1;O.flags|=f,n?n.flags|=f:n=O,this.updateState=2,O.empty||(this.updatePlugins(O),this.inputState.update(O),this.updateAttrs(),b=this.docView.update(O),b&&this.docViewUpdate());for(let v=0;v<m.length;v++)if(p[v]!=wy)try{let S=m[v];S.write&&S.write(p[v],this)}catch(S){vi(this.state,S)}if(b&&this.docView.updateSelection(!0),!O.viewportChanged&&this.measureRequests.length==0){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}else{let S=((l<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(l).top)-o)/this.scaleY;if((S>1||S<-1)&&(r==this.scrollDOM||this.hasFocus||Math.max(this.inputState.lastWheelEvent,this.inputState.lastTouchTime)>Date.now()-100)){i=i+S,r?r.scrollTop+=S:this.win.scrollBy(0,S),o=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(n&&!n.empty)for(let c of this.state.facet(Pp))c(n)}get themeClasses(){return Lp+" "+(this.state.facet(Vp)?R7:j7)+" "+this.state.facet(u1)}updateAttrs(){let e=Ay(this,m7,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Ji)?"true":"false",class:"cm-content",style:`${Re.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),Ay(this,Dg,n);let r=this.observer.ignore(()=>{let i=Jx(this.contentDOM,this.contentAttrs,n),l=Jx(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(Le.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(Rc);let e=this.state.facet(Le.cspNonce);el.mount(this.root,this.styleModules.concat(Jj).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(this.updateState==2)throw new Error("Reading the editor layout isn't allowed during an update");this.updateState==0&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(e.key!=null){for(let n=0;n<this.measureRequests.length;n++)if(this.measureRequests[n].key===e.key){this.measureRequests[n]=e;return}}this.measureRequests.push(e)}}plugin(e){let n=this.pluginMap.get(e);return(n===void 0||n&&n.plugin!=e)&&this.pluginMap.set(e,n=this.plugins.find(r=>r.plugin==e)||null),n&&n.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,n,r){return Jm(this,e,ly(this,e,n,r))}moveByGroup(e,n){return Jm(this,e,ly(this,e,n,r=>mj(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 de.cursor(l.side(n,i)+e.from,l.forward(!n,i)?1:-1)}moveToLineBoundary(e,n,r=!0){return dj(this,e,n,r)}moveVertically(e,n,r){return Jm(this,e,pj(this,e,n,r))}domAtPos(e,n=1){return this.docView.domAtPos(e,n)}posAtDOM(e,n=0){return this.docView.posFromDOM(e,n)}posAtCoords(e,n=!0){this.readMeasured();let r=Rp(this,e,n);return r&&r.pos}posAndSideAtCoords(e,n=!0){return this.readMeasured(),Rp(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[bi.find(l,e-i.from,-1,n)];return af(r,o.dir==nn.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(f7)||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>iR)return r7(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||n7(l.isolates,r=ny(this,e))))return l.order;r||(r=ny(this,e));let i=LP(e.text,n,r);return this.bidiCache.push(new ff(e.from,e.to,n,r,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||Re.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{WS(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 i1.of(new ro(typeof e=="number"?de.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 i1.of(new ro(de.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 mr.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return mr.define(()=>({}),{eventObservers:e})}static theme(e,n){let r=el.newName(),i=[u1.of(r),Rc.of(_p(`.${r}`,e))];return n&&n.dark&&i.push(Vp.of(!0)),i}static baseTheme(e){return wu.lowest(Rc.of(_p("."+Lp,e,N7)))}static findFromDOM(e){var n;let r=e.querySelector(".cm-content"),i=r&&Kt.get(r)||Kt.get(e);return((n=i==null?void 0:i.root)===null||n===void 0?void 0:n.view)||null}}Le.styleModule=Rc;Le.inputHandler=c7;Le.clipboardInputFilter=Lg;Le.clipboardOutputFilter=_g;Le.scrollHandler=h7;Le.focusChangeEffect=u7;Le.perLineTextDirection=f7;Le.exceptionSink=o7;Le.updateListener=Pp;Le.editable=Ji;Le.mouseSelectionStyle=s7;Le.dragMovesSelection=l7;Le.clickAddsSelectionRange=a7;Le.decorations=Kf;Le.blockWrappers=p7;Le.outerDecorations=Xg;Le.atomicRanges=Tu;Le.bidiIsolatedRanges=g7;Le.scrollMargins=O7;Le.darkTheme=Vp;Le.cspNonce=_e.define({combine:t=>t.length?t[0]:""});Le.contentAttributes=Dg;Le.editorAttributes=m7;Le.lineWrapping=Le.contentAttributes.of({class:"cm-lineWrapping"});Le.announce=At.define();const iR=4096,wy={};class ff{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:nn.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 ff(n.mapPos(o.from,1),n.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return r}}function Ay(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&&Rg(o,n)}return n}const aR=Re.mac?"mac":Re.windows?"win":Re.linux?"linux":"key";function lR(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 f1(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 sR=wu.default(Le.domEventHandlers({keydown(t,e){return L7(V7(e.state),t,e,"editor")}})),Bg=_e.define({enables:sR}),ky=new WeakMap;function V7(t){let e=t.facet(Bg),n=ky.get(e);return n||ky.set(e,n=uR(e.reduce((r,i)=>r.concat(i),[]))),n}function oR(t,e,n){return L7(V7(t.state),e,t,n)}let Ya=null;const cR=4e3;function uR(t,e=aR){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 O,b;let v=n[o]||(n[o]=Object.create(null)),S=c.split(/ (?!$)/).map(M=>lR(M,e));for(let M=1;M<S.length;M++){let R=S.slice(0,M).join(" ");i(R,!0),v[R]||(v[R]={preventDefault:!0,stopPropagation:!1,run:[$=>{let P=Ya={view:$,prefix:R,scope:o};return setTimeout(()=>{Ya==P&&(Ya=null)},cR),!0}]})}let w=S.join(" ");i(w,!1);let k=v[w]||(v[w]={preventDefault:!1,stopPropagation:!1,run:((b=(O=v._any)===null||O===void 0?void 0:O.run)===null||b===void 0?void 0:b.slice())||[]});f&&k.run.push(f),m&&(k.preventDefault=!0),p&&(k.stopPropagation=!0)};for(let o of t){let c=o.scope?o.scope.split(" "):["editor"];if(o.any)for(let m of c){let p=n[m]||(n[m]=Object.create(null));p._any||(p._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:O}=o;for(let b in p)p[b].run.push(v=>O(v,Dp))}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 Dp=null;function L7(t,e,n,r){Dp=e;let i=SP(e),l=Kl(i,0),o=Su(l)==i.length&&i!=" ",c="",f=!1,m=!1,p=!1;Ya&&Ya.view==n&&Ya.scope==r&&(c=Ya.prefix+" ",T7.indexOf(e.keyCode)<0&&(m=!0,Ya=null));let O=new Set,b=k=>{if(k){for(let M of k.run)if(!O.has(M)&&(O.add(M),M(n)))return k.stopPropagation&&(p=!0),!0;k.preventDefault&&(k.stopPropagation&&(p=!0),m=!0)}return!1},v=t[r],S,w;return v&&(b(v[c+f1(i,e,!o)])?f=!0:o&&(e.altKey||e.metaKey||e.ctrlKey)&&!(Re.windows&&e.ctrlKey&&e.altKey)&&!(Re.mac&&e.altKey&&!(e.ctrlKey||e.metaKey))&&(S=tl[e.keyCode])&&S!=i?(b(v[c+f1(S,e,!0)])||e.shiftKey&&(w=iu[e.keyCode])!=i&&w!=S&&b(v[c+f1(w,e,!1)]))&&(f=!0):o&&e.shiftKey&&b(v[c+f1(i,e,!0)])&&(f=!0),!f&&b(v._any)&&(f=!0)),m&&(f=!0),f&&p&&e.stopPropagation(),Dp=null,f}function fR(){return dR}const hR=et.line({class:"cm-activeLine"}),dR=mr.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(hR.range(i.from)),e=i.from)}return et.set(n)}},{decorations:t=>t.decorations}),Ty=_e.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 _7(t,e){let n=t.plugin(D7),r=n?n.specs.indexOf(e):-1;return r>-1?n.panels[r]:null}const D7=mr.fromClass(class{constructor(t){this.input=t.state.facet(hf),this.specs=this.input.filter(n=>n),this.panels=this.specs.map(n=>n(t));let e=t.state.facet(Ty);this.top=new h1(t,!0,e.topContainer),this.bottom=new h1(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(Ty);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new h1(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new h1(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=t.state.facet(hf);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=>Le.scrollMargins.of(e=>{let n=e.plugin(t);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class h1{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=My(e);e=e.nextSibling}else this.dom.insertBefore(n.dom,e);for(;e;)e=My(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 My(t){let e=t.nextSibling;return t.remove(),e}const hf=_e.define({enables:D7});function mR(t,e){let n,r=new Promise(o=>n=o),i=o=>pR(o,e,n);t.state.field(n2,!1)?t.dispatch({effects:X7.of(i)}):t.dispatch({effects:At.appendConfig.of(n2.init(()=>[i]))});let l=z7.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(X7)?t=[n.value].concat(t):n.is(z7)&&(t=t.filter(r=>r!=n.value));return t},provide:t=>hf.computeN([t],e=>e.field(t))}),X7=At.define(),z7=At.define();function pR(t,e,n){let r=e.content?e.content(t,()=>o(null)):null;if(!r){if(r=vn("form"),e.input){let c=vn("input",e.input);/^(text|password|number|email|tel|url)$/.test(c.type)&&c.classList.add("cm-textfield"),c.name||(c.name="input"),r.appendChild(vn("label",(e.label||"")+": ",c))}else r.appendChild(document.createTextNode(e.label||""));r.appendChild(document.createTextNode(" ")),r.appendChild(vn("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=vn("div",r,vn("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 oa extends Ja{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}oa.prototype.elementClass="";oa.prototype.toDOM=void 0;oa.prototype.mapMode=Xn.TrackBefore;oa.prototype.startSide=oa.prototype.endSide=-1;oa.prototype.point=!0;const L1=_e.define(),gR=_e.define(),OR={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>ft.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},Fc=_e.define();function xR(t){return[H7(),Fc.of({...OR,...t})]}const Ey=_e.define({combine:t=>t.some(e=>e)});function H7(t){return[yR]}const yR=mr.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(Fc).map(e=>new Qy(t,e)),this.fixed=!t.state.facet(Ey);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(Ey)!=!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=ft.iter(this.view.state.facet(L1),this.view.viewport.from),r=[],i=this.gutters.map(l=>new bR(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==dr.Text&&o){Xp(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==dr.Text){Xp(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(Fc),n=t.state.facet(Fc),r=t.docChanged||t.heightChanged||t.viewportChanged||!ft.eq(t.startState.facet(L1),t.state.facet(L1),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 Qy(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=>Le.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==nn.LTR?{left:r,right:i}:{right:r,left:i}})});function $y(t){return Array.isArray(t)?t:[t]}function Xp(t,e,n){for(;t.value&&t.from<=n;)t.from==n&&e.push(t.value),t.next()}class bR{constructor(e,n,r){this.gutter=e,this.height=r,this.i=0,this.cursor=ft.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 Y7(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=[];Xp(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(gR)){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 Qy{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=$y(n.markers(e)),n.initialSpacer&&(this.spacer=new Y7(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=$y(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!ft.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 Y7{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":""),vR(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 O=o;O<this.markers.length;O++)if(this.markers[O].compare(f)){c=O,m=!0;break}}else c=this.markers.length;for(;o<c;){let p=this.markers[o++];if(p.toDOM){p.destroy(i);let O=i.nextSibling;i.remove(),i=O}}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 vR(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 SR=_e.define(),wR=_e.define(),Us=_e.define({combine(t){return wo(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 r2 extends oa{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function i2(t,e){return t.state.facet(Us).formatNumber(e,t.state)}const AR=Fc.compute([Us],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers(e){return e.state.facet(SR)},lineMarker(e,n,r){return r.some(i=>i.toDOM)?null:new r2(i2(e,e.state.doc.lineAt(n.from).number))},widgetMarker:(e,n,r)=>{for(let i of e.state.facet(wR)){let l=i(e,n,r);if(l)return l}return null},lineMarkerChange:e=>e.startState.facet(Us)!=e.state.facet(Us),initialSpacer(e){return new r2(i2(e,Cy(e.state.doc.lines)))},updateSpacer(e,n){let r=i2(n.view,Cy(n.view.state.doc.lines));return r==e.number?e:new r2(r)},domEventHandlers:t.facet(Us).domEventHandlers,side:"before"}));function kR(t={}){return[Us.of(t),H7(),AR]}function Cy(t){let e=9;for(;e<t;)e=e*10+9;return e}const TR=new class extends oa{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},MR=L1.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(TR.range(i)))}return ft.of(e)});function ER(){return MR}const B7=1024;let $R=0;class zr{constructor(e,n){this.from=e,this.to=n}}class st{constructor(e={}){this.id=$R++,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=Jn.match(e)),n=>{let r=e(n);return r===void 0?null:[this,r]}}}st.closedBy=new st({deserialize:t=>t.split(" ")});st.openedBy=new st({deserialize:t=>t.split(" ")});st.group=new st({deserialize:t=>t.split(" ")});st.isolate=new st({deserialize:t=>{if(t&&t!="rtl"&&t!="ltr"&&t!="auto")throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}});st.contextHash=new st({perNode:!0});st.lookAhead=new st({perNode:!0});st.mounted=new st({perNode:!0});class io{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[st.mounted.id]}}const QR=Object.create(null);class Jn{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):QR,r=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(e.name==null?8:0),i=new Jn(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(st.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(st.group),l=-1;l<(i?i.length:0);l++){let o=n[l<0?r.name:i[l]];if(o)return o}}}}Jn.none=new Jn("",Object.create(null),0,8);class Fg{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 Jn(r.name,i,r.id,r.flags):r)}return new Fg(n)}}const d1=new WeakMap,Zy=new WeakMap;var $t;(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"})($t||($t={}));class Ft{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=io.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 df(this.topNode,e)}cursorAt(e,n=0,r=0){let i=d1.get(this)||this.topNode,l=new df(i);return l.moveTo(e,n),d1.set(this,l._tree),l}get topNode(){return new Hn(this,0,0,null)}resolve(e,n=0){let r=ou(d1.get(this)||this.topNode,e,n,!1);return d1.set(this,r),r}resolveInner(e,n=0){let r=ou(Zy.get(this)||this.topNode,e,n,!0);return Zy.set(this,r),r}resolveStack(e,n=0){return PR(this,e,n)}iterate(e){let{enter:n,leave:r,from:i=0,to:l=this.length}=e,o=e.mode||0,c=(o&$t.IncludeAnonymous)>0;for(let f=this.cursor(o|$t.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:Ig(Jn.none,this.children,this.positions,0,this.children.length,0,this.length,(n,r,i)=>new Ft(this.type,n,r,i,this.propValues),e.makeTree||((n,r,i)=>new Ft(Jn.none,n,r,i)))}static build(e){return jR(e)}}Ft.empty=new Ft(Jn.none,[],[],0);class qg{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 qg(this.buffer,this.index)}}class rl{constructor(e,n,r){this.buffer=e,this.length=n,this.set=r}get type(){return Jn.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&&!(F7(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 rl(l,o,this.set)}}function F7(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 ou(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 Hn&&t.index<0?null:t.parent;if(!o)return t;t=o}let l=r?0:$t.IgnoreOverlays;if(r)for(let o=t,c=o.parent;c;o=c,c=o.parent)o instanceof Hn&&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 q7{cursor(e=0){return new df(this,e)}getChild(e,n=null,r=null){let i=Py(this,e,n,r);return i.length?i[0]:null}getChildren(e,n=null,r=null){return Py(this,e,n,r)}resolve(e,n=0){return ou(this,e,n,!1)}resolveInner(e,n=0){return ou(this,e,n,!0)}matchContext(e){return zp(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 Hn extends q7{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],O=f[e]+o.from,b;if(!(!(l&$t.EnterBracketed&&p instanceof Ft&&(b=io.get(p))&&!b.overlay&&b.bracketed&&r>=O&&r<=O+p.length)&&!F7(i,r,O,O+p.length))){if(p instanceof rl){if(l&$t.ExcludeBuffers)continue;let v=p.findChild(0,p.buffer.length,n,r-O,i);if(v>-1)return new Si(new CR(o,p,e,O),null,v)}else if(l&$t.IncludeAnonymous||!p.type.isAnonymous||Ug(p)){let v;if(!(l&$t.IgnoreMounts)&&(v=io.get(p))&&!v.overlay)return new Hn(v.tree,O,e,o);let S=new Hn(p,O,e,o);return l&$t.IncludeAnonymous||!S.type.isAnonymous?S:S.nextChild(n<0?p.children.length-1:0,n,r,i,l)}}}if(l&$t.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&$t.IgnoreOverlays)&&(i=io.get(this._tree))&&i.overlay){let l=e-this.from,o=r&$t.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 Hn(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 Py(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 zp(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 CR{constructor(e,n,r,i){this.parent=e,this.buffer=n,this.index=r,this.start=i}}class Si extends q7{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 Si(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&$t.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 Si(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 Si(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 Si(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 Ft(this.type,e,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function U7(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 Hn&&n.index<0?null:n.parent,i=t.slice();return r?i[e]=r:i.splice(e,1),new ZR(i,n)}class ZR{constructor(e,n){this.heads=e,this.node=n}get next(){return U7(this.heads)}}function PR(t,e,n){let r=t.resolveInner(e,n),i=null;for(let l=r instanceof Hn?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=io.get(l.tree);if(o&&o.overlay&&o.overlay[0].from<=e&&o.overlay[o.overlay.length-1].to>=e){let c=new Hn(o.tree,o.overlay[0].from+l.from,-1,l);(i||(i=[r])).push(ou(c,e,n,!1))}}return i?U7(i):r}class df{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&~$t.EnterBracketed,e instanceof Hn)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 Hn?(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&$t.ExcludeBuffers?!1:this.enterChild(1,e,n):this.yield(this._tree.enter(e,n,r))}parent(){if(!this.buffer)return this.yieldNode(this.mode&$t.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&$t.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&$t.IncludeAnonymous||c instanceof rl||!c.type.isAnonymous||Ug(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 Si(this.buffer,n,this.stack[i]);return this.bufferNode=new Si(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 zp(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 zp(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 Ug(t){return t.children.some(e=>e instanceof rl||!e.type.isAnonymous||Ug(e))}function jR(t){var e;let{buffer:n,nodeSet:r,maxBufferLength:i=B7,reused:l=[],minRepeatType:o=r.types.length}=t,c=Array.isArray(n)?new qg(n,n.length):n,f=r.types,m=0,p=0;function O(E,j,Q,_,W,G){let{id:X,start:H,end:q,size:oe}=c,D=p,N=m;if(oe<0)if(c.next(),oe==-1){let T=l[X];Q.push(T),_.push(H-E);return}else if(oe==-3){m=X;return}else if(oe==-4){p=X;return}else throw new RangeError(`Unrecognized record size: ${oe}`);let z=f[X],V,L,F=H-E;if(q-H<=i&&(L=k(c.pos-j,W))){let T=new Uint16Array(L.size-L.skip),C=c.pos-L.size,B=T.length;for(;c.pos>C;)B=M(L.start,T,B);V=new rl(T,q-L.start,r),F=L.start-E}else{let T=c.pos-oe;c.next();let C=[],B=[],ee=X>=o?X:-1,ue=0,ye=q;for(;c.pos>T;)ee>=0&&c.id==ee&&c.size>=0?(c.end<=ye-i&&(S(C,B,H,ue,c.end,ye,ee,D,N),ue=C.length,ye=c.end),c.next()):G>2500?b(H,T,C,B):O(H,T,C,B,ee,G+1);if(ee>=0&&ue>0&&ue<C.length&&S(C,B,H,ue,H,ye,ee,D,N),C.reverse(),B.reverse(),ee>-1&&ue>0){let Oe=v(z,N);V=Ig(z,C,B,0,C.length,0,q-H,Oe,Oe)}else V=w(z,C,B,q-H,D-q,N)}Q.push(V),_.push(F)}function b(E,j,Q,_){let W=[],G=0,X=-1;for(;c.pos>j;){let{id:H,start:q,end:oe,size:D}=c;if(D>4)c.next();else{if(X>-1&&q<X)break;X<0&&(X=oe-i),W.push(H,q,oe),G++,c.next()}}if(G){let H=new Uint16Array(G*4),q=W[W.length-2];for(let oe=W.length-3,D=0;oe>=0;oe-=3)H[D++]=W[oe],H[D++]=W[oe+1]-q,H[D++]=W[oe+2]-q,H[D++]=D;Q.push(new rl(H,W[2]-q,r)),_.push(q-E)}}function v(E,j){return(Q,_,W)=>{let G=0,X=Q.length-1,H,q;if(X>=0&&(H=Q[X])instanceof Ft){if(!X&&H.type==E&&H.length==W)return H;(q=H.prop(st.lookAhead))&&(G=_[X]+H.length+q)}return w(E,Q,_,W,G,j)}}function S(E,j,Q,_,W,G,X,H,q){let oe=[],D=[];for(;E.length>_;)oe.push(E.pop()),D.push(j.pop()+Q-W);E.push(w(r.types[X],oe,D,G-W,H-G,q)),j.push(W-Q)}function w(E,j,Q,_,W,G,X){if(G){let H=[st.contextHash,G];X=X?[H].concat(X):[H]}if(W>25){let H=[st.lookAhead,W];X=X?[H].concat(X):[H]}return new Ft(E,j,Q,_,X)}function k(E,j){let Q=c.fork(),_=0,W=0,G=0,X=Q.end-i,H={size:0,start:0,skip:0};e:for(let q=Q.pos-E;Q.pos>q;){let oe=Q.size;if(Q.id==j&&oe>=0){H.size=_,H.start=W,H.skip=G,G+=4,_+=4,Q.next();continue}let D=Q.pos-oe;if(oe<0||D<q||Q.start<X)break;let N=Q.id>=o?4:0,z=Q.start;for(Q.next();Q.pos>D;){if(Q.size<0)if(Q.size==-3||Q.size==-4)N+=4;else break e;else Q.id>=o&&(N+=4);Q.next()}W=z,_+=oe,G+=N}return(j<0||_==E)&&(H.size=_,H.start=W,H.skip=G),H.size>4?H:void 0}function M(E,j,Q){let{id:_,start:W,end:G,size:X}=c;if(c.next(),X>=0&&_<o){let H=Q;if(X>4){let q=c.pos-(X-4);for(;c.pos>q;)Q=M(E,j,Q)}j[--Q]=H,j[--Q]=G-E,j[--Q]=W-E,j[--Q]=_}else X==-3?m=_:X==-4&&(p=_);return Q}let R=[],$=[];for(;c.pos>0;)O(t.start||0,t.bufferStart||0,R,$,-1,0);let P=(e=t.length)!==null&&e!==void 0?e:R.length?$[0]+R[0].length:0;return new Ft(f[t.topID],R.reverse(),$.reverse(),P)}const jy=new WeakMap;function _1(t,e){if(!t.isAnonymous||e instanceof rl||e.type!=t)return 1;let n=jy.get(e);if(n==null){n=1;for(let r of e.children){if(r.type!=t||!(r instanceof Ft)){n=1;break}n+=_1(t,r)}jy.set(e,n)}return n}function Ig(t,e,n,r,i,l,o,c,f){let m=0;for(let S=r;S<i;S++)m+=_1(t,e[S]);let p=Math.ceil(m*1.5/8),O=[],b=[];function v(S,w,k,M,R){for(let $=k;$<M;){let P=$,E=w[$],j=_1(t,S[$]);for($++;$<M;$++){let Q=_1(t,S[$]);if(j+Q>=p)break;j+=Q}if($==P+1){if(j>p){let Q=S[P];v(Q.children,Q.positions,0,Q.children.length,w[P]+R);continue}O.push(S[P])}else{let Q=w[$-1]+S[$-1].length-E;O.push(Ig(t,S,w,P,$,E,Q,null,f))}b.push(E+R-l)}}return v(e,n,r,i,0),(c||f)(O,b,o)}class I7{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 Si?this.setBuffer(e.context.buffer,e.index,n):e instanceof Hn&&this.map.set(e.tree,n)}get(e){return e instanceof Si?this.getBuffer(e.context.buffer,e.index):e instanceof Hn?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 ia{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 ia(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,O=p?p.fromA:1e9;if(O-f>=r)for(;o&&o.from<O;){let b=o;if(f>=b.from||O<=b.to||m){let v=Math.max(b.from,f)-m,S=Math.min(b.to,O)-m;b=v>=S?null:new ia(v,S,b.tree,b.offset+m,c>0,!!p)}if(b&&i.push(b),o.to>O)break;o=l<e.length?e[l++]:null}if(!p)break;f=p.toA,m=p.toA-p.toB}return i}}class W7{startParse(e,n,r){return typeof e=="string"&&(e=new RR(e)),r=r?r.length?r.map(i=>new zr(i.from,i.to)):[new zr(0,0)]:[new zr(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 RR{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 NR(t){return(e,n,r,i)=>new LR(e,t,n,r,i)}class Ry{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 Ny(t){if(!t.length||t.some(e=>e.from>=e.to))throw new RangeError("Invalid inner parse ranges given: "+JSON.stringify(t))}class VR{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 Hp=new st({perNode:!0});class LR{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 Ft(r.type,r.children,r.positions,r.length,r.propValues.concat([[Hp,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[st.mounted.id]=new io(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 XR(this.fragments),n=null,r=null,i=new df(new Hn(this.baseTree,this.ranges[0].from,0,null),$t.IncludeAnonymous|$t.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 O=p.from+m.pos,b=p.to+m.pos;O>=i.from&&b<=i.to&&!n.ranges.some(v=>v.from<b&&v.to>O)&&n.ranges.push({from:O,to:b})}}c=!1}else if(r&&(o=_R(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||(DR(i),n&&n.depth++,r&&r.depth++);let m=e.findMounts(i.from,l.parser);if(typeof l.overlay=="function")n=new VR(l.parser,l.overlay,m,this.inner.length,i.from,!!l.bracketed,i.tree,n);else{let p=_y(this.ranges,l.overlay||(i.from<i.to?[new zr(i.from,i.to)]:[]));p.length&&Ny(p),(p.length||!l.overlay)&&this.inner.push(new Ry(l.parser,p.length?l.parser.startParse(this.input,Dy(m,p),p):l.parser.startParse(""),l.overlay?l.overlay.map(O=>new zr(O.from-i.from,O.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 zr(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=_y(this.ranges,n.ranges);m.length&&(Ny(m),this.inner.splice(n.index,0,new Ry(n.parser,n.parser.startParse(this.input,Dy(n.mounts,m),m),n.ranges.map(p=>new zr(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 _R(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 Vy(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 DR(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,O,b,v,S,w){let k=n[w],M=[],R=[];Vy(o,p,k,M,R,v);let $=c[k+1],P=c[k+2];f.push(M.length);let E=w?m(k+4,c[k+3],o.set.types[c[k]],$,P-$,w-1):e.toTree();return M.push(E),R.push($-v),Vy(o,c[k+3],O,M,R,v),new Ft(b,M,R,S)}i.children[l]=m(0,c.length,Jn.none,0,o.length,n.length-1);for(let p of f){let O=t.tree.children[p],b=t.tree.positions[p];t.yield(new Hn(O,b+t.from,p,t._tree))}}class Ly{constructor(e,n){this.offset=n,this.done=!1,this.cursor=e.cursor($t.IncludeAnonymous|$t.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,$t.IgnoreOverlays|$t.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 Ft)n=n.children[0];else break}return!1}}let XR=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(Hp))!==null&&n!==void 0?n:r.to,this.inner=new Ly(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(Hp))!==null&&e!==void 0?e:n.to,this.inner=new Ly(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(st.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 _y(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 zr(f.from,o),f.to>c&&n.splice(l+1,0,new zr(c,f.to))):f.to>c?n[l--]=new zr(c,f.to):n.splice(l--,1))}}return r}function zR(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,O=l==e.length?1e9:c?e[l].to:e[l].from;if(o!=c){let b=Math.max(f,n),v=Math.min(p,O,r);b<v&&m.push(new zr(b,v))}if(f=Math.min(p,O),f==1e9)break;p==f&&(o?(o=!1,i++):o=!0),O==f&&(c?(c=!1,l++):c=!0)}return m}function Dy(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(b=>new zr(b.from+r,b.to+r)),O=zR(e,p,f,m);for(let b=0,v=f;;b++){let S=b==O.length,w=S?m:O[b].from;if(w>v&&n.push(new ia(v,w,i.tree,-o,l.from>=v||l.openStart,l.to<=w||l.openEnd)),S)break;v=O[b].to}}else n.push(new ia(f,m,i.tree,-o,l.from>=o||l.openStart,l.to<=c||l.openEnd))}return n}let HR=0;class Dr{constructor(e,n,r,i){this.name=e,this.set=n,this.base=r,this.modified=i,this.id=HR++}toString(){let{name:e}=this;for(let n of this.modified)n.name&&(e=`${n.name}(${e})`);return e}static define(e,n){let r=typeof e=="string"?e:"?";if(e instanceof Dr&&(n=e),n!=null&&n.base)throw new Error("Can not derive from a modified tag");let i=new Dr(r,[],null,[]);if(i.set.push(i),n)for(let l of n.set)i.set.push(l);return i}static defineModifier(e){let n=new mf(e);return r=>r.modified.indexOf(n)>-1?r:mf.get(r.base||r,r.modified.concat(n).sort((i,l)=>i.id-l.id))}}let YR=0;class mf{constructor(e){this.name=e,this.instances=[],this.id=YR++}static get(e,n){if(!n.length)return e;let r=n[0].instances.find(c=>c.base==e&&BR(n,c.modified));if(r)return r;let i=[],l=new Dr(e.name,i,e,n);for(let c of n)c.instances.push(l);let o=FR(n);for(let c of e.set)if(!c.modified.length)for(let f of o)i.push(mf.get(c,f));return l}}function BR(t,e){return t.length==e.length&&t.every((n,r)=>n==e[r])}function FR(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 nh(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 O=0;;){if(c=="..."&&O>0&&O+3==i.length){o=1;break}let b=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(c);if(!b)throw new RangeError("Invalid path: "+i);if(l.push(b[0]=="*"?"":b[0][0]=='"'?JSON.parse(b[0]):b[0]),O+=b[0].length,O==i.length)break;let v=i[O++];if(O==i.length&&v=="!"){o=0;break}if(v!="/")throw new RangeError("Invalid path: "+i);c=i.slice(O)}let f=l.length-1,m=l[f];if(!m)throw new RangeError("Invalid path: "+i);let p=new cu(r,o,f>0?l.slice(0,f):null);e[m]=p.sort(e[m])}}return G7.add(e)}const G7=new st({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 cu(i.tags,i.mode,i.context);n?n.next=l:r=l,n=l}return r}});class cu{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}}cu.empty=new cu([],2,null);function K7(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 qR(t,e){let n=null;for(let r of t){let i=r.style(e);i&&(n=n?n+" "+i:i)}return n}function UR(t,e,n,r=0,i=t.length){let l=new IR(r,Array.isArray(e)?e:[e],n);l.highlightRange(t.cursor(),r,i,"",l.highlighters),l.flush(i)}class IR{constructor(e,n,r){this.at=e,this.highlighters=n,this.span=r,this.class=""}startSpan(e,n){n!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=n)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,n,r,i,l){let{type:o,from:c,to:f}=e;if(c>=r||f<=n)return;o.isTop&&(l=this.highlighters.filter(v=>!v.scope||v.scope(o)));let m=i,p=WR(e)||cu.empty,O=qR(l,p.tags);if(O&&(m&&(m+=" "),m+=O,p.mode==1&&(i+=(i?" ":"")+O)),this.startSpan(Math.max(n,c),m),p.opaque)return;let b=e.tree&&e.tree.prop(st.mounted);if(b&&b.overlay){let v=e.node.enter(b.overlay[0].from+c,1),S=this.highlighters.filter(k=>!k.scope||k.scope(b.tree.type)),w=e.firstChild();for(let k=0,M=c;;k++){let R=k<b.overlay.length?b.overlay[k]:null,$=R?R.from+c:f,P=Math.max(n,M),E=Math.min(r,$);if(P<E&&w)for(;e.from<E&&(this.highlightRange(e,P,E,i,l),this.startSpan(Math.min(E,e.to),m),!(e.to>=$||!e.nextSibling())););if(!R||$>r)break;M=R.to+c,M>n&&(this.highlightRange(v.cursor(),Math.max(n,R.from+c),Math.min(r,M),"",S),this.startSpan(Math.min(r,M),m))}w&&e.parent()}else if(e.firstChild()){b&&(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 WR(t){let e=t.type.prop(G7);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}const Ee=Dr.define,m1=Ee(),Da=Ee(),Xy=Ee(Da),zy=Ee(Da),Xa=Ee(),p1=Ee(Xa),a2=Ee(Xa),pi=Ee(),kl=Ee(pi),hi=Ee(),di=Ee(),Yp=Ee(),Tc=Ee(Yp),g1=Ee(),U={comment:m1,lineComment:Ee(m1),blockComment:Ee(m1),docComment:Ee(m1),name:Da,variableName:Ee(Da),typeName:Xy,tagName:Ee(Xy),propertyName:zy,attributeName:Ee(zy),className:Ee(Da),labelName:Ee(Da),namespace:Ee(Da),macroName:Ee(Da),literal:Xa,string:p1,docString:Ee(p1),character:Ee(p1),attributeValue:Ee(p1),number:a2,integer:Ee(a2),float:Ee(a2),bool:Ee(Xa),regexp:Ee(Xa),escape:Ee(Xa),color:Ee(Xa),url:Ee(Xa),keyword:hi,self:Ee(hi),null:Ee(hi),atom:Ee(hi),unit:Ee(hi),modifier:Ee(hi),operatorKeyword:Ee(hi),controlKeyword:Ee(hi),definitionKeyword:Ee(hi),moduleKeyword:Ee(hi),operator:di,derefOperator:Ee(di),arithmeticOperator:Ee(di),logicOperator:Ee(di),bitwiseOperator:Ee(di),compareOperator:Ee(di),updateOperator:Ee(di),definitionOperator:Ee(di),typeOperator:Ee(di),controlOperator:Ee(di),punctuation:Yp,separator:Ee(Yp),bracket:Tc,angleBracket:Ee(Tc),squareBracket:Ee(Tc),paren:Ee(Tc),brace:Ee(Tc),content:pi,heading:kl,heading1:Ee(kl),heading2:Ee(kl),heading3:Ee(kl),heading4:Ee(kl),heading5:Ee(kl),heading6:Ee(kl),contentSeparator:Ee(pi),list:Ee(pi),quote:Ee(pi),emphasis:Ee(pi),strong:Ee(pi),link:Ee(pi),monospace:Ee(pi),strikethrough:Ee(pi),inserted:Ee(),deleted:Ee(),changed:Ee(),invalid:Ee(),meta:g1,documentMeta:Ee(g1),annotation:Ee(g1),processingInstruction:Ee(g1),definition:Dr.defineModifier("definition"),constant:Dr.defineModifier("constant"),function:Dr.defineModifier("function"),standard:Dr.defineModifier("standard"),local:Dr.defineModifier("local"),special:Dr.defineModifier("special")};for(let t in U){let e=U[t];e instanceof Dr&&(e.name=t)}K7([{tag:U.link,class:"tok-link"},{tag:U.heading,class:"tok-heading"},{tag:U.emphasis,class:"tok-emphasis"},{tag:U.strong,class:"tok-strong"},{tag:U.keyword,class:"tok-keyword"},{tag:U.atom,class:"tok-atom"},{tag:U.bool,class:"tok-bool"},{tag:U.url,class:"tok-url"},{tag:U.labelName,class:"tok-labelName"},{tag:U.inserted,class:"tok-inserted"},{tag:U.deleted,class:"tok-deleted"},{tag:U.literal,class:"tok-literal"},{tag:U.string,class:"tok-string"},{tag:U.number,class:"tok-number"},{tag:[U.regexp,U.escape,U.special(U.string)],class:"tok-string2"},{tag:U.variableName,class:"tok-variableName"},{tag:U.local(U.variableName),class:"tok-variableName tok-local"},{tag:U.definition(U.variableName),class:"tok-variableName tok-definition"},{tag:U.special(U.variableName),class:"tok-variableName2"},{tag:U.definition(U.propertyName),class:"tok-propertyName tok-definition"},{tag:U.typeName,class:"tok-typeName"},{tag:U.namespace,class:"tok-namespace"},{tag:U.className,class:"tok-className"},{tag:U.macroName,class:"tok-macroName"},{tag:U.propertyName,class:"tok-propertyName"},{tag:U.operator,class:"tok-operator"},{tag:U.comment,class:"tok-comment"},{tag:U.meta,class:"tok-meta"},{tag:U.invalid,class:"tok-invalid"},{tag:U.punctuation,class:"tok-punctuation"}]);var l2;const Is=new st;function J7(t){return _e.define({combine:t?e=>e.concat(t):void 0})}const Wg=new st;class ni{constructor(e,n,r=[],i=""){this.data=e,this.name=i,St.prototype.hasOwnProperty("tree")||Object.defineProperty(St.prototype,"tree",{get(){return rn(this)}}),this.parser=n,this.extension=[il.of(this),St.languageData.of((l,o,c)=>{let f=Hy(l,o,c),m=f.type.prop(Is);if(!m)return[];let p=l.facet(m),O=f.type.prop(Wg);if(O){let b=f.resolve(o-f.from,c);for(let v of O)if(v.test(b,l)){let S=l.facet(v.facet);return v.type=="replace"?S:S.concat(p)}}return p})].concat(r)}isActiveAt(e,n,r=-1){return Hy(e,n,r).type.prop(Is)==this.data}findRegions(e){let n=e.facet(il);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(Is)==this.data){r.push({from:o,to:o+l.length});return}let c=l.prop(st.mounted);if(c){if(c.tree.prop(Is)==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 Ft&&i(m,l.positions[f]+o)}};return i(rn(e),0),r}get allowsNesting(){return!0}}ni.setState=At.define();function Hy(t,e,n){let r=t.facet(il),i=rn(t).topNode;if(!r||r.allowsNesting)for(let l=i;l;l=l.enter(e,n,$t.ExcludeBuffers|$t.EnterBracketed))l.type.isTop&&(i=l);return i}class mo extends ni{constructor(e,n,r){super(e,n,[],r),this.parser=n}static define(e){let n=J7(e.languageData);return new mo(n,e.parser.configure({props:[Is.add(r=>r.isTop?n:void 0)]}),e.name)}configure(e,n){return new mo(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function rn(t){let e=t.field(ni.state,!1);return e?e.tree:Ft.empty}class GR{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 Mc=null;class pf{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 pf(e,n,[],Ft.empty,0,r,[],null)}startParse(){return this.parser.startParse(new GR(this.state.doc),this.fragments)}work(e,n){return n!=null&&n>=this.state.doc.length&&(n=void 0),this.tree!=Ft.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(ia.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(ia.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=Mc;Mc=this;try{return e()}finally{Mc=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=Yy(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,O,b)=>f.push({fromA:m,toA:p,fromB:O,toB:b})),r=ia.applyChanges(r,f),i=Ft.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),O=e.mapPos(m.to,-1);p<O&&c.push({from:p,to:O})}}}return new pf(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=Yy(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 W7{createParse(n,r,i){let l=i[0].from,o=i[i.length-1].to;return{parsedPos:l,advance(){let f=Mc;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 Ft(Jn.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 Mc}}function Yy(t,e,n){return ia.applyChanges(t,[{fromA:e,toA:n,fromB:e,toB:n}])}class po{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 po(n)}static init(e){let n=Math.min(3e3,e.doc.length),r=pf.create(e.facet(il).parser,e,{from:0,to:n});return r.work(20,n)||r.takeTree(),new po(r)}}ni.state=Er.define({create:po.init,update(t,e){for(let n of e.effects)if(n.is(ni.setState))return n.value;return e.startState.facet(il)!=e.state.facet(il)?po.init(e.state):t.apply(e)}});let ew=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(ew=t=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const s2=typeof navigator<"u"&&(!((l2=navigator.scheduling)===null||l2===void 0)&&l2.isInputPending)?()=>navigator.scheduling.isInputPending():null,KR=mr.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(ni.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(ni.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=ew(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(ni.state);if(l.tree==l.context.tree&&l.context.isDone(i+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!s2?Math.max(25,e.timeRemaining()-5):1e9),c=l.context.treeLen<i&&r.doc.length>i+1e3,f=l.context.work(()=>s2&&s2()||Date.now()>o,i+(c?0:1e5));this.chunkBudget-=Date.now()-n,(f||this.chunkBudget<=0)&&(l.context.takeTree(),this.view.dispatch({effects:ni.setState.of(new po(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=>vi(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()}}}),il=_e.define({combine(t){return t.length?t[0]:null},enables:t=>[ni.state,KR,Le.contentAttributes.compute([t],e=>{let n=e.facet(t);return n&&n.name?{"data-language":n.name}:{}})]});class Gg{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const JR=_e.define(),rh=_e.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 gf(t){let e=t.facet(rh);return e.charCodeAt(0)==9?t.tabSize*e.length:e.length}function uu(t,e){let n="",r=t.tabSize,i=t.facet(rh)[0];if(i==" "){for(;e>=r;)n+=" ",e-=r;i=" "}for(let l=0;l<e;l++)n+=i;return n}function Kg(t,e){t instanceof St&&(t=new ih(t));for(let r of t.state.facet(JR)){let i=r(t,e);if(i!==void 0)return i}let n=rn(t.state);return n.length>=e?eN(t,n,e):null}class ih{constructor(e,n={}){this.state=e,this.options=n,this.unit=gf(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 Wf(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 ah=new st;function eN(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 tw(r,t,n)}function tw(t,e,n){for(let r=t;r;r=r.next){let i=nN(r.node);if(i)return i(Jg.create(e,n,r))}return 0}function tN(t){return t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak}function nN(t){let e=t.type.prop(ah);if(e)return e;let n=t.firstChild,r;if(n&&(r=n.type.prop(st.closedBy))){let i=t.lastChild,l=i&&r.indexOf(i.name)>-1;return o=>nw(o,!0,1,void 0,l&&!tN(o)?i.from:void 0)}return t.parent==null?rN:null}function rN(){return 0}class Jg extends ih{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 Jg(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(iN(r,e))break;n=this.state.doc.lineAt(r.from)}return this.lineIndent(n.from)}continue(){return tw(this.context.next,this.base,this.pos)}}function iN(t,e){for(let n=e;n;n=n.parent)if(t==n)return!0;return!1}function aN(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 lN({closing:t,align:e=!0,units:n=1}){return r=>nw(r,e,n,t)}function nw(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?aN(t):null;return f?c?t.column(f.from):t.column(f.to):t.baseIndent+(c?0:t.unit*n)}const sN=t=>t.baseIndent;function D1({except:t,units:e=1}={}){return n=>{let r=t&&t.test(n.textAfter);return n.baseIndent+(r?0:e*n.unit)}}const oN=200;function cN(){return St.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+oN)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 O=Kg(o,p.from);if(O==null)continue;let b=/^\s*/.exec(p.text)[0],v=uu(o,O);b!=v&&f.push({from:p.from,to:p.from+b.length,insert:v})}return f.length?[t,{changes:f,sequential:!0}]:t})}const uN=_e.define(),lh=new st;function rw(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 fN(t,e,n){let r=rn(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(lh);if(f&&(c.to<r.length-50||r.length==t.doc.length||!hN(c))){let m=f(c,t);m&&m.from<=n&&m.from>=e&&m.to>n&&(l=m)}}return l}function hN(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function By(t,e,n){for(let r of t.facet(uN)){let i=r(t,e,n);if(i)return i}return fN(t,e,n)}function iw(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 aw=At.define({map:iw}),eO=At.define({map:iw}),Of=Er.define({create(){return et.none},update(t,e){e.isUserEvent("delete")&&e.changes.iterChangedRanges((n,r)=>t=Fy(t,n,r)),t=t.map(e.changes);for(let n of e.effects)if(n.is(aw)&&!dN(t,n.value.from,n.value.to)){let{preparePlaceholder:r}=e.state.facet(lw),i=r?et.replace({widget:new gN(r(e.state,n.value))}):qy;t=t.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(eO)&&(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=Fy(t,e.selection.main.head)),t},provide:t=>Le.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(qy.range(r,i))}return et.set(e,!0)}});function Fy(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 Bp(t,e,n){var r;let i=null;return(r=t.field(Of,!1))===null||r===void 0||r.between(e,n,(l,o)=>{(!i||i.from>l)&&(i={from:l,to:o})}),i}function dN(t,e,n){let r=!1;return t.between(e,e,(i,l)=>{i==e&&l==n&&(r=!0)}),r}const mN={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},lw=_e.define({combine(t){return wo(t,mN)}});function pN(t){return[Of,yN]}function sw(t,e){let{state:n}=t,r=n.facet(lw),i=o=>{let c=t.lineBlockAt(t.posAtDOM(o.target)),f=Bp(t.state,c.from,c.to);f&&t.dispatch({effects:eO.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 qy=et.replace({widget:new class extends Jl{toDOM(t){return sw(t,null)}}});class gN extends Jl{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return sw(e,this.value)}}const ON={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class o2 extends oa{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 xN(t={}){let e={...ON,...t},n=new o2(e,!0),r=new o2(e,!1),i=mr.fromClass(class{constructor(o){this.from=o.viewport.from,this.markers=this.buildMarkers(o)}update(o){(o.docChanged||o.viewportChanged||o.startState.facet(il)!=o.state.facet(il)||o.startState.field(Of,!1)!=o.state.field(Of,!1)||rn(o.startState)!=rn(o.state)||e.foldingChanged(o))&&(this.markers=this.buildMarkers(o.view))}buildMarkers(o){let c=new Bl;for(let f of o.viewportLineBlocks){let m=Bp(o.state,f.from,f.to)?r:By(o.state,f.from,f.to)?n:null;m&&c.add(f.from,f.from,m)}return c.finish()}}),{domEventHandlers:l}=e;return[i,xR({class:"cm-foldGutter",markers(o){var c;return((c=o.plugin(i))===null||c===void 0?void 0:c.markers)||ft.empty},initialSpacer(){return new o2(e,!1)},domEventHandlers:{...l,click:(o,c,f)=>{if(l.click&&l.click(o,c,f))return!0;let m=Bp(o.state,c.from,c.to);if(m)return o.dispatch({effects:eO.of(m)}),!0;let p=By(o.state,c.from,c.to);return p?(o.dispatch({effects:aw.of(p)}),!0):!1}}}),pN()]}const yN=Le.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 sh{constructor(e,n){this.specs=e;let r;function i(c){let f=el.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 ni?c=>c.prop(Is)==o.data:o?c=>c==o:void 0,this.style=K7(e.map(c=>({tag:c.tag,class:c.class||i(Object.assign({},c,{tag:null}))})),{all:l}).style,this.module=r?new el(r):null,this.themeType=n.themeType}static define(e,n){return new sh(e,n||{})}}const Fp=_e.define(),bN=_e.define({combine(t){return t.length?[t[0]]:null}});function c2(t){let e=t.facet(Fp);return e.length?e:t.facet(bN)}function vN(t,e){let n=[wN],r;return t instanceof sh&&(t.module&&n.push(Le.styleModule.of(t.module)),r=t.themeType),r?n.push(Fp.computeN([Le.darkTheme],i=>i.facet(Le.darkTheme)==(r=="dark")?[t]:[])):n.push(Fp.of(t)),n}class SN{constructor(e){this.markCache=Object.create(null),this.tree=rn(e.state),this.decorations=this.buildDeco(e,c2(e.state)),this.decoratedTo=e.viewport.to}update(e){let n=rn(e.state),r=c2(e.state),i=r!=c2(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 et.none;let r=new Bl;for(let{from:i,to:l}of e.visibleRanges)UR(this.tree,n,(o,c,f)=>{r.add(o,c,this.markCache[f]||(this.markCache[f]=et.mark({class:f})))},i,l);return r.finish()}}const wN=wu.high(mr.fromClass(SN,{decorations:t=>t.decorations})),AN=Le.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),ow=1e4,cw="()[]{}",uw=_e.define({combine(t){return wo(t,{afterCursor:!0,brackets:cw,maxScanDistance:ow,renderMatch:MN})}}),kN=et.mark({class:"cm-matchingBracket"}),TN=et.mark({class:"cm-nonmatchingBracket"});function MN(t){let e=[],n=t.matched?kN:TN;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 Uy(t){let e=[],n=t.facet(uw);for(let r of t.selection.ranges){if(!r.empty)continue;let i=wi(t,r.head,-1,n)||r.head>0&&wi(t,r.head-1,1,n)||n.afterCursor&&(wi(t,r.head,1,n)||r.head<t.doc.length&&wi(t,r.head+1,-1,n));i&&(e=e.concat(n.renderMatch(i,t)))}return et.set(e,!0)}const EN=mr.fromClass(class{constructor(t){this.paused=!1,this.decorations=Uy(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=Uy(t.state),this.paused=!1))}},{decorations:t=>t.decorations}),$N=[EN,AN];function QN(t={}){return[uw.of(t),$N]}const fw=new st;function qp(t,e,n){let r=t.prop(e<0?st.openedBy:st.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 Up(t){let e=t.type.prop(fw);return e?e(t.node):t}function wi(t,e,n,r={}){let i=r.maxScanDistance||ow,l=r.brackets||cw,o=rn(t),c=o.resolveInner(e,n);for(let f=c;f;f=f.parent){let m=qp(f.type,n,l);if(m&&f.from<f.to){let p=Up(f);if(p&&(n>0?e>=p.from&&e<p.to:e>p.from&&e<=p.to))return CN(t,e,n,f,p,m,l)}}return ZN(t,e,n,o,c.type,i,l)}function CN(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 O=Up(p);return{start:f,end:O?{from:O.from,to:O.to}:void 0,matched:!0}}else if(qp(p.type,n,o))m++;else if(qp(p.type,-n,o)){if(m==0){let O=Up(p);return{start:f,end:O&&O.from<O.to?{from:O.from,to:O.to}:void 0,matched:!1}}m--}}while(n<0?p.prevSibling():p.nextSibling());return{start:f,matched:!1}}function ZN(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),O=0;for(let b=0;!p.next().done&&b<=l;){let v=p.value;n<0&&(b+=v.length);let S=e+b*n;for(let w=n>0?0:v.length-1,k=n>0?v.length:-1;w!=k;w+=n){let M=o.indexOf(v[w]);if(!(M<0||r.resolveInner(S+w,1).type!=i))if(M%2==0==n>0)O++;else{if(O==1)return{start:m,end:{from:S+w,to:S+w+1},matched:M>>1==f>>1};O--}}n>0&&(b+=v.length)}return p.done?{start:m,matched:!1}:null}const PN=Object.create(null),Iy=[Jn.none],Wy=[],Gy=Object.create(null),jN=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"]])jN[t]=RN(PN,e);function u2(t,e){Wy.indexOf(t)>-1||(Wy.push(t),console.warn(e))}function RN(t,e){let n=[];for(let c of e.split(" ")){let f=[];for(let m of c.split(".")){let p=t[m]||U[m];p?typeof p=="function"?f.length?f=f.map(p):u2(m,`Modifier ${m} used at start of tag`):f.length?u2(m,`Tag ${m} used as modifier`):f=Array.isArray(p)?p:[p]:u2(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=Gy[i];if(l)return l.id;let o=Gy[i]=Jn.define({id:Iy.length,name:r,props:[nh({[r]:n})]});return Iy.push(o),o.id}nn.RTL,nn.LTR;const NN=t=>{let{state:e}=t,n=e.doc.lineAt(e.selection.main.from),r=nO(t.state,n.from);return r.line?VN(t):r.block?_N(t):!1};function tO(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 VN=tO(zN,0),LN=tO(hw,0),_N=tO((t,e)=>hw(t,e,XN(e)),0);function nO(t,e){let n=t.languageDataAt("commentTokens",e,1);return n.length?n[0]:{}}const Ec=50;function DN(t,{open:e,close:n},r,i){let l=t.sliceDoc(r-Ec,r),o=t.sliceDoc(i,i+Ec),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,O;i-r<=2*Ec?p=O=t.sliceDoc(r,i):(p=t.sliceDoc(r,r+Ec),O=t.sliceDoc(i-Ec,i));let b=/^\s*/.exec(p)[0].length,v=/\s*$/.exec(O)[0].length,S=O.length-v-n.length;return p.slice(b,b+e.length)==e&&O.slice(S,S+n.length)==n?{open:{pos:r+b+e.length,margin:/\s/.test(p.charAt(b+e.length))?1:0},close:{pos:i-v-n.length,margin:/\s/.test(O.charAt(S-1))?1:0}}:null}function XN(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 hw(t,e,n=e.selection.ranges){let r=n.map(l=>nO(e,l.from).block);if(!r.every(l=>l))return null;let i=n.map((l,o)=>DN(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 zN(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 O=e.doc.lineAt(p);if(m==null&&(m=nO(e,O.from).line,!m))continue e;if(O.from>i&&(l==o||o>O.from)){i=O.from;let b=/^\s*/.exec(O.text)[0].length,v=b==O.length,S=O.text.slice(b,b+m.length)==m?b:-1;b<O.text.length&&b<f&&(f=b),r.push({line:O,comment:S,token:m,indent:b,empty:v,single:!1})}p=O.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:O}of r)(O||!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 Ip=ua.define(),HN=ua.define(),YN=_e.define(),dw=_e.define({combine(t){return wo(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)})}}),mw=Er.define({create(){return Ai.empty},update(t,e){let n=e.state.facet(dw),r=e.annotation(Ip);if(r){let f=hr.fromTransaction(e,r.selection),m=r.side,p=m==0?t.undone:t.done;return f?p=xf(p,p.length,n.minDepth,f):p=Ow(p,e.startState.selection),new Ai(m==0?r.rest:p,m==0?p:r.rest)}let i=e.annotation(HN);if((i=="full"||i=="before")&&(t=t.isolate()),e.annotation(dn.addToHistory)===!1)return e.changes.empty?t:t.addMapping(e.changes.desc);let l=hr.fromTransaction(e),o=e.annotation(dn.time),c=e.annotation(dn.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 Ai(t.done.map(hr.fromJSON),t.undone.map(hr.fromJSON))}});function BN(t={}){return[mw,dw.of(t),Le.domEventHandlers({beforeinput(e,n){let r=e.inputType=="historyUndo"?pw:e.inputType=="historyRedo"?Wp:null;return r?(e.preventDefault(),r(n)):!1}})]}function oh(t,e){return function({state:n,dispatch:r}){if(!e&&n.readOnly)return!1;let i=n.field(mw,!1);if(!i)return!1;let l=i.pop(t,n,e);return l?(r(l),!0):!1}}const pw=oh(0,!1),Wp=oh(1,!1),FN=oh(0,!0),qN=oh(1,!0);class hr{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 hr(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 hr(e.changes&&On.fromJSON(e.changes),[],e.mapped&&Mi.fromJSON(e.mapped),e.startSelection&&de.fromJSON(e.startSelection),e.selectionsAfter.map(de.fromJSON))}static fromTransaction(e,n){let r=Hr;for(let i of e.startState.facet(YN)){let l=i(e);l.length&&(r=r.concat(l))}return!r.length&&e.changes.empty?null:new hr(e.changes.invert(e.startState.doc),r,void 0,n||e.startState.selection,Hr)}static selection(e){return new hr(void 0,Hr,void 0,void 0,e)}}function xf(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 UN(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 IN(t,e){return t.ranges.length==e.ranges.length&&t.ranges.filter((n,r)=>n.empty!=e.ranges[r].empty).length===0}function gw(t,e){return t.length?e.length?t.concat(e):t:e}const Hr=[],WN=200;function Ow(t,e){if(t.length){let n=t[t.length-1],r=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-WN));return r.length&&r[r.length-1].eq(e)?t:(r.push(e),xf(t,t.length-1,1e9,n.setSelAfter(r)))}else return[hr.selection([e])]}function GN(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 f2(t,e){if(!t.length)return t;let n=t.length,r=Hr;for(;n;){let i=KN(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?[hr.selection(r)]:Hr}function KN(t,e,n){let r=gw(t.selectionsAfter.length?t.selectionsAfter.map(c=>c.map(e)):Hr,n);if(!t.changes)return hr.selection(r);let i=t.changes.map(e),l=e.mapDesc(t.changes,!0),o=t.mapped?t.mapped.composeDesc(l):l;return new hr(i,At.mapEffects(t.effects,e),o,t.startSelection.map(l),r)}const JN=/^(input\.type|delete)($|\.)/;class Ai{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 Ai(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||JN.test(r))&&(!c.selectionsAfter.length&&n-this.prevTime<i.newGroupDelay&&i.joinToEvent(l,UN(c.changes,e.changes))||r=="input.type.compose")?o=xf(o,o.length-1,i.minDepth,new hr(e.changes.compose(c.changes),gw(At.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,Hr)):o=xf(o,o.length,i.minDepth,e),new Ai(o,Hr,n,r)}addSelection(e,n,r,i){let l=this.done.length?this.done[this.done.length-1].selectionsAfter:Hr;return l.length>0&&n-this.prevTime<i&&r==this.prevUserEvent&&r&&/^select($|\.)/.test(r)&&IN(l[l.length-1],e)?this:new Ai(Ow(this.done,e),this.undone,n,r)}addMapping(e){return new Ai(f2(this.done,e),f2(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:Ip.of({side:e,rest:GN(i),selection:o}),userEvent:e==0?"select.undo":"select.redo",scrollIntoView:!0});if(l.changes){let c=i.length==1?Hr:i.slice(0,i.length-1);return l.mapped&&(c=f2(c,l.mapped)),n.update({changes:l.changes,selection:l.startSelection,effects:l.effects,annotations:Ip.of({side:e,rest:c,selection:o}),filter:!1,userEvent:e==0?"undo":"redo",scrollIntoView:!0})}else return null}}Ai.empty=new Ai(Hr,Hr);const eV=[{key:"Mod-z",run:pw,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Wp,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Wp,preventDefault:!0},{key:"Mod-u",run:FN,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:qN,preventDefault:!0}];function Ao(t,e){return de.create(t.ranges.map(e),t.mainIndex)}function ii(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function ai({state:t,dispatch:e},n){let r=Ao(t.selection,n);return r.eq(t.selection,!0)?!1:(e(ii(t,r)),!0)}function ch(t,e){return de.cursor(e?t.to:t.from)}function xw(t,e){return ai(t,n=>n.empty?t.moveByChar(n,e):ch(n,e))}function Bn(t){return t.textDirectionAt(t.state.selection.main.head)==nn.LTR}const yw=t=>xw(t,!Bn(t)),bw=t=>xw(t,Bn(t));function vw(t,e){return ai(t,n=>n.empty?t.moveByGroup(n,e):ch(n,e))}const tV=t=>vw(t,!Bn(t)),nV=t=>vw(t,Bn(t));function rV(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 uh(t,e,n){let r=rn(t).resolveInner(e.head),i=n?st.closedBy:st.openedBy;for(let f=e.head;;){let m=n?r.childAfter(f):r.childBefore(f);if(!m)break;rV(t,m,i)?r=m:f=n?m.to:m.from}let l=r.type.prop(i),o,c;return l&&(o=n?wi(t,r.from,1):wi(t,r.to,-1))&&o.matched?c=n?o.end.to:o.end.from:c=n?r.to:r.from,de.cursor(c,n?-1:1)}const iV=t=>ai(t,e=>uh(t.state,e,!Bn(t))),aV=t=>ai(t,e=>uh(t.state,e,Bn(t)));function Sw(t,e){return ai(t,n=>{if(!n.empty)return ch(n,e);let r=t.moveVertically(n,e);return r.head!=n.head?r:t.moveToLineBoundary(n,e)})}const ww=t=>Sw(t,!1),Aw=t=>Sw(t,!0);function kw(t){let e=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,r=0,i;if(e){for(let l of t.state.facet(Le.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 Tw(t,e){let n=kw(t),{state:r}=t,i=Ao(r.selection,o=>o.empty?t.moveVertically(o,e,n.height):ch(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=Le.scrollIntoView(i.main.head,{y:"start",yMargin:o.top-f}))}return t.dispatch(ii(r,i),{effects:l}),!0}const Ky=t=>Tw(t,!1),Gp=t=>Tw(t,!0);function al(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=de.cursor(r.from+l))}return i}const lV=t=>ai(t,e=>al(t,e,!0)),sV=t=>ai(t,e=>al(t,e,!1)),oV=t=>ai(t,e=>al(t,e,!Bn(t))),cV=t=>ai(t,e=>al(t,e,Bn(t))),uV=t=>ai(t,e=>de.cursor(t.lineBlockAt(e.head).from,1)),fV=t=>ai(t,e=>de.cursor(t.lineBlockAt(e.head).to,-1));function hV(t,e,n){let r=!1,i=Ao(t.selection,l=>{let o=wi(t,l.head,-1)||wi(t,l.head,1)||l.head>0&&wi(t,l.head-1,1)||l.head<t.doc.length&&wi(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 de.cursor(c)});return r?(e(ii(t,i)),!0):!1}const dV=({state:t,dispatch:e})=>hV(t,e);function Yr(t,e){let n=Ao(t.state.selection,r=>{let i=e(r);return de.range(r.anchor,i.head,i.goalColumn,i.bidiLevel||void 0,i.assoc)});return n.eq(t.state.selection)?!1:(t.dispatch(ii(t.state,n)),!0)}function Mw(t,e){return Yr(t,n=>t.moveByChar(n,e))}const Ew=t=>Mw(t,!Bn(t)),$w=t=>Mw(t,Bn(t));function Qw(t,e){return Yr(t,n=>t.moveByGroup(n,e))}const mV=t=>Qw(t,!Bn(t)),pV=t=>Qw(t,Bn(t)),gV=t=>Yr(t,e=>uh(t.state,e,!Bn(t))),OV=t=>Yr(t,e=>uh(t.state,e,Bn(t)));function Cw(t,e){return Yr(t,n=>t.moveVertically(n,e))}const Zw=t=>Cw(t,!1),Pw=t=>Cw(t,!0);function jw(t,e){return Yr(t,n=>t.moveVertically(n,e,kw(t).height))}const Jy=t=>jw(t,!1),e3=t=>jw(t,!0),xV=t=>Yr(t,e=>al(t,e,!0)),yV=t=>Yr(t,e=>al(t,e,!1)),bV=t=>Yr(t,e=>al(t,e,!Bn(t))),vV=t=>Yr(t,e=>al(t,e,Bn(t))),SV=t=>Yr(t,e=>de.cursor(t.lineBlockAt(e.head).from)),wV=t=>Yr(t,e=>de.cursor(t.lineBlockAt(e.head).to)),t3=({state:t,dispatch:e})=>(e(ii(t,{anchor:0})),!0),n3=({state:t,dispatch:e})=>(e(ii(t,{anchor:t.doc.length})),!0),r3=({state:t,dispatch:e})=>(e(ii(t,{anchor:t.selection.main.anchor,head:0})),!0),i3=({state:t,dispatch:e})=>(e(ii(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0),AV=({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0),kV=({state:t,dispatch:e})=>{let n=fh(t).map(({from:r,to:i})=>de.range(r,Math.min(i+1,t.doc.length)));return e(t.update({selection:de.create(n),userEvent:"select"})),!0},TV=({state:t,dispatch:e})=>{let n=Ao(t.selection,r=>{let i=rn(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 de.range(c.to,c.from)}return r});return n.eq(t.selection)?!1:(e(ii(t,n)),!0)};function Rw(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(ii(n,de.create(i,i.length-1))),!0)}const MV=t=>Rw(t,!1),EV=t=>Rw(t,!0),$V=({state:t,dispatch:e})=>{let n=t.selection,r=null;return n.ranges.length>1?r=de.create([n.main]):n.main.empty||(r=de.create([de.cursor(n.main.head)])),r?(e(ii(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=O1(t,f,!1)):f>o&&(n="delete.forward",f=O1(t,f,!0)),o=Math.min(o,f),c=Math.max(c,f)}else o=O1(t,o,!1),c=O1(t,c,!0);return o==c?{range:l}:{changes:{from:o,to:c},range:de.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"?Le.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function O1(t,e,n){if(t instanceof Le)for(let r of t.state.facet(Le.atomicRanges).map(i=>i(t)))r.between(e,e,(i,l)=>{i<e&&l>e&&(e=n?l:i)});return e}const Nw=(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=Wf(c,l.tabSize),p=m%gf(l)||gf(l);for(let O=0;O<p&&c[c.length-1-O]==" ";O++)i--;f=i}else f=Sn(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=Sn(o.text,f-o.from,!1,!1)+o.from);return f}),Kp=t=>Nw(t,!1,!0),Vw=t=>Nw(t,!0,!1),Lw=(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=Sn(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}),_w=t=>Lw(t,!1),QV=t=>Lw(t,!0),CV=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)}),ZV=t=>Mu(t,e=>{let n=t.moveToLineBoundary(e,!1).head;return e.head>n?n:Math.max(0,e.head-1)}),PV=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)}),jV=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=t.changeByRange(r=>({changes:{from:r.from,to:r.to,insert:bt.of(["",""])},range:de.cursor(r.from)}));return e(t.update(n,{scrollIntoView:!0,userEvent:"input"})),!0},RV=({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:Sn(l.text,i-l.from,!1)+l.from,c=i==l.to?i+1:Sn(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:de.cursor(c)}});return n.changes.empty?!1:(e(t.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)};function fh(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 Dw(t,e,n){if(t.readOnly)return!1;let r=[],i=[];for(let l of fh(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(de.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(de.range(f.anchor-c,f.head-c))}}return r.length?(e(t.update({changes:r,scrollIntoView:!0,selection:de.create(i,t.selection.mainIndex),userEvent:"move.line"})),!0):!1}const NV=({state:t,dispatch:e})=>Dw(t,e,!1),VV=({state:t,dispatch:e})=>Dw(t,e,!0);function Xw(t,e,n){if(t.readOnly)return!1;let r=[];for(let l of fh(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 LV=({state:t,dispatch:e})=>Xw(t,e,!1),_V=({state:t,dispatch:e})=>Xw(t,e,!0),DV=t=>{if(t.state.readOnly)return!1;let{state:e}=t,n=e.changes(fh(e).map(({from:i,to:l})=>(i>0?i--:l<e.doc.length&&l++,{from:i,to:l}))),r=Ao(e.selection,i=>{let l;if(t.lineWrapping){let o=t.lineBlockAt(i.head),c=t.coordsAtPos(i.head,i.assoc||1);c&&(l=o.bottom+t.documentTop-c.bottom+t.defaultLineHeight/2)}return t.moveVertically(i,!0,l)}).map(n);return t.dispatch({changes:n,selection:r,scrollIntoView:!0,userEvent:"delete.line"}),!0};function XV(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let n=rn(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(st.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 a3=zw(!1),zV=zw(!0);function zw(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&&XV(e,l);t&&(l=o=(o<=c.to?c:e.doc.lineAt(o)).to);let m=new ih(e,{simulateBreak:l,simulateDoubleBreak:!!f}),p=Kg(m,l);for(p==null&&(p=Wf(/^\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 O=["",uu(e,p)];return f&&O.push(uu(e,m.lineIndent(c.from,-1))),{changes:{from:l,to:o,insert:bt.of(O)},range:de.cursor(l+1+O[1].length)}});return n(e.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function rO(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:de.range(l.mapPos(r.anchor,1),l.mapPos(r.head,1))}})}const HV=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=Object.create(null),r=new ih(t,{overrideIndentation:l=>{let o=n[l];return o??-1}}),i=rO(t,(l,o,c)=>{let f=Kg(r,l.from);if(f==null)return;/\S/.test(l.text)||(f=0);let m=/^\s*/.exec(l.text)[0],p=uu(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},YV=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(rO(t,(n,r)=>{r.push({from:n.from,insert:t.facet(rh)})}),{userEvent:"input.indent"})),!0),BV=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(rO(t,(n,r)=>{let i=/^\s*/.exec(n.text)[0];if(!i)return;let l=Wf(i,t.tabSize),o=0,c=uu(t,Math.max(0,l-gf(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),FV=t=>(t.setTabFocusMode(),!0),qV=[{key:"Ctrl-b",run:yw,shift:Ew,preventDefault:!0},{key:"Ctrl-f",run:bw,shift:$w},{key:"Ctrl-p",run:ww,shift:Zw},{key:"Ctrl-n",run:Aw,shift:Pw},{key:"Ctrl-a",run:uV,shift:SV},{key:"Ctrl-e",run:fV,shift:wV},{key:"Ctrl-d",run:Vw},{key:"Ctrl-h",run:Kp},{key:"Ctrl-k",run:CV},{key:"Ctrl-Alt-h",run:_w},{key:"Ctrl-o",run:jV},{key:"Ctrl-t",run:RV},{key:"Ctrl-v",run:Gp}],UV=[{key:"ArrowLeft",run:yw,shift:Ew,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:tV,shift:mV,preventDefault:!0},{mac:"Cmd-ArrowLeft",run:oV,shift:bV,preventDefault:!0},{key:"ArrowRight",run:bw,shift:$w,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:nV,shift:pV,preventDefault:!0},{mac:"Cmd-ArrowRight",run:cV,shift:vV,preventDefault:!0},{key:"ArrowUp",run:ww,shift:Zw,preventDefault:!0},{mac:"Cmd-ArrowUp",run:t3,shift:r3},{mac:"Ctrl-ArrowUp",run:Ky,shift:Jy},{key:"ArrowDown",run:Aw,shift:Pw,preventDefault:!0},{mac:"Cmd-ArrowDown",run:n3,shift:i3},{mac:"Ctrl-ArrowDown",run:Gp,shift:e3},{key:"PageUp",run:Ky,shift:Jy},{key:"PageDown",run:Gp,shift:e3},{key:"Home",run:sV,shift:yV,preventDefault:!0},{key:"Mod-Home",run:t3,shift:r3},{key:"End",run:lV,shift:xV,preventDefault:!0},{key:"Mod-End",run:n3,shift:i3},{key:"Enter",run:a3,shift:a3},{key:"Mod-a",run:AV},{key:"Backspace",run:Kp,shift:Kp,preventDefault:!0},{key:"Delete",run:Vw,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:_w,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:QV,preventDefault:!0},{mac:"Mod-Backspace",run:ZV,preventDefault:!0},{mac:"Mod-Delete",run:PV,preventDefault:!0}].concat(qV.map(t=>({mac:t.key,run:t.run,shift:t.shift}))),IV=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:iV,shift:gV},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:aV,shift:OV},{key:"Alt-ArrowUp",run:NV},{key:"Shift-Alt-ArrowUp",run:LV},{key:"Alt-ArrowDown",run:VV},{key:"Shift-Alt-ArrowDown",run:_V},{key:"Mod-Alt-ArrowUp",run:MV},{key:"Mod-Alt-ArrowDown",run:EV},{key:"Escape",run:$V},{key:"Mod-Enter",run:zV},{key:"Alt-l",mac:"Ctrl-l",run:kV},{key:"Mod-i",run:TV,preventDefault:!0},{key:"Mod-[",run:BV},{key:"Mod-]",run:YV},{key:"Mod-Alt-\\",run:HV},{key:"Shift-Mod-k",run:DV},{key:"Shift-Mod-\\",run:dV},{key:"Mod-/",run:NN},{key:"Alt-A",run:LN},{key:"Ctrl-m",mac:"Shift-Alt-m",run:FV}].concat(UV);function l3(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 WV(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=l3(e)+l3(n)+"*$";return[new RegExp("^"+r),new RegExp(r)]}function GV(t){let e=t.map(i=>typeof i=="string"?{label:i}:i),[n,r]=e.every(i=>/^\w+$/.test(i.label))?[/\w*$/,/\w+$/]:WV(e);return i=>{let l=i.matchBefore(r);return l||i.explicit?{from:l?l.from:i.pos,options:e,validFor:n}:null}}function KV(t,e){return n=>{for(let r=rn(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 JV=ua.define(),eL=Le.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 tL{constructor(e,n,r,i){this.field=e,this.line=n,this.from=r,this.to=i}}class iO{constructor(e,n,r){this.field=e,this.from=n,this.to=r}map(e){let n=e.mapPos(this.from,-1,Xn.TrackDel),r=e.mapPos(this.to,1,Xn.TrackDel);return n==null||r==null?null:new iO(this.field,n,r)}}class aO{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 O=0;O<p;O++)m+=e.facet(rh);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 iO(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,O=>O[1]);for(let O=0;O<n.length;O++)(c!=null?n[O].seq==c:p&&n[O].name==p)&&(m=O);if(m<0){let O=0;for(;O<n.length&&(c==null||n[O].seq!=null&&n[O].seq<c);)O++;n.splice(O,0,{seq:c,name:p}),m=O;for(let b of i)b.field>=m&&b.field++}for(let O of i)if(O.line==r.length&&O.from>l.index){let b=l[2]?3+(l[1]||"").length:2;O.from-=b,O.to-=b}i.push(new tL(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 aO(r,i)}}let nL=et.widget({widget:new class extends Jl{toDOM(){let t=document.createElement("span");return t.className="cm-snippetFieldPosition",t}ignoreEvent(){return!1}}}),rL=et.mark({class:"cm-snippetField"});class ko{constructor(e,n){this.ranges=e,this.active=n,this.deco=et.set(e.map(r=>(r.from==r.to?nL:rL).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 ko(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 Eu=At.define({map(t,e){return t&&t.map(e)}}),iL=At.define(),fu=Er.define({create(){return null},update(t,e){for(let n of e.effects){if(n.is(Eu))return n.value;if(n.is(iL)&&t)return new ko(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=>Le.decorations.from(t,e=>e?e.deco:et.none)});function lO(t,e){return de.create(t.filter(n=>n.field==e).map(n=>de.range(n.from,n.to)))}function aL(t){let e=aO.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:bt.of(o)},scrollIntoView:!0,annotations:r?[JV.of(r),dn.userEvent.of("input.complete")]:void 0};if(c.length&&(m.selection=lO(c,0)),c.some(p=>p.field>0)){let p=new ko(c,0),O=m.effects=[Eu.of(p)];n.state.field(fu,!1)===void 0&&O.push(At.appendConfig.of([fu,uL,fL,eL]))}n.dispatch(n.state.update(m))}}function Hw(t){return({state:e,dispatch:n})=>{let r=e.field(fu,!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:lO(r.ranges,i),effects:Eu.of(l?null:new ko(r.ranges,i)),scrollIntoView:!0})),!0}}const lL=({state:t,dispatch:e})=>t.field(fu,!1)?(e(t.update({effects:Eu.of(null)})),!0):!1,sL=Hw(1),oL=Hw(-1),cL=[{key:"Tab",run:sL,shift:oL},{key:"Escape",run:lL}],s3=_e.define({combine(t){return t.length?t[0]:cL}}),uL=wu.highest(Bg.compute([s3],t=>t.facet(s3)));function cr(t,e){return{...e,apply:aL(t)}}const fL=Le.domEventHandlers({mousedown(t,e){let n=e.state.field(fu,!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:lO(n.ranges,i.field),effects:Eu.of(n.ranges.some(l=>l.field>i.field)?new ko(n.ranges,i.field):null),scrollIntoView:!0}),!0)}}),hu={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},jl=At.define({map(t,e){let n=e.mapPos(t,-1,Xn.TrackAfter);return n??void 0}}),sO=new class extends Ja{};sO.startSide=1;sO.endSide=-1;const Yw=Er.define({create(){return ft.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(jl)&&(t=t.update({add:[sO.range(n.value,n.value+1)]}));return t}});function hL(){return[mL,Yw]}const h2="()[]{}<>«»»«[]{}";function Bw(t){for(let e=0;e<h2.length;e+=2)if(h2.charCodeAt(e)==t)return h2.charAt(e+1);return CS(t<128?t:t+1)}function Fw(t,e){return t.languageDataAt("closeBrackets",e)[0]||hu}const dL=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),mL=Le.inputHandler.of((t,e,n,r)=>{if((dL?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let i=t.state.selection.main;if(r.length>2||r.length==2&&Su(Kl(r,0))==1||e!=i.from||n!=i.to)return!1;let l=OL(t.state,r);return l?(t.dispatch(l),!0):!1}),pL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let r=Fw(t,t.selection.main.head).brackets||hu.brackets,i=null,l=t.changeByRange(o=>{if(o.empty){let c=xL(t.doc,o.head);for(let f of r)if(f==c&&hh(t.doc,o.head)==Bw(Kl(f,0)))return{changes:{from:o.head-f.length,to:o.head+f.length},range:de.cursor(o.head-f.length)}}return{range:i=o}});return i||e(t.update(l,{scrollIntoView:!0,userEvent:"delete.backward"})),!i},gL=[{key:"Backspace",run:pL}];function OL(t,e){let n=Fw(t,t.selection.main.head),r=n.brackets||hu.brackets;for(let i of r){let l=Bw(Kl(i,0));if(e==i)return l==i?vL(t,i,r.indexOf(i+i+i)>-1,n):yL(t,i,l,n.before||hu.before);if(e==l&&qw(t,t.selection.main.from))return bL(t,i,l)}return null}function qw(t,e){let n=!1;return t.field(Yw).between(0,t.doc.length,r=>{r==e&&(n=!0)}),n}function hh(t,e){let n=t.sliceString(e,e+2);return n.slice(0,Su(Kl(n,0)))}function xL(t,e){let n=t.sliceString(e-2,e);return Su(Kl(n,0))==n.length?n:n.slice(1)}function yL(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:jl.of(o.to+e.length),range:de.range(o.anchor+e.length,o.head+e.length)};let c=hh(t.doc,o.head);return!c||/\s/.test(c)||r.indexOf(c)>-1?{changes:{insert:e+n,from:o.head},effects:jl.of(o.head+e.length),range:de.cursor(o.head+e.length)}:{range:i=o}});return i?null:t.update(l,{scrollIntoView:!0,userEvent:"input.type"})}function bL(t,e,n){let r=null,i=t.changeByRange(l=>l.empty&&hh(t.doc,l.head)==n?{changes:{from:l.head,to:l.head+n.length,insert:n},range:de.cursor(l.head+n.length)}:r={range:l});return r?null:t.update(i,{scrollIntoView:!0,userEvent:"input.type"})}function vL(t,e,n,r){let i=r.stringPrefixes||hu.stringPrefixes,l=null,o=t.changeByRange(c=>{if(!c.empty)return{changes:[{insert:e,from:c.from},{insert:e,from:c.to}],effects:jl.of(c.to+e.length),range:de.range(c.anchor+e.length,c.head+e.length)};let f=c.head,m=hh(t.doc,f),p;if(m==e){if(o3(t,f))return{changes:{insert:e+e,from:f},effects:jl.of(f+e.length),range:de.cursor(f+e.length)};if(qw(t,f)){let b=n&&t.sliceDoc(f,f+e.length*3)==e+e+e?e+e+e:e;return{changes:{from:f,to:f+b.length,insert:b},range:de.cursor(f+b.length)}}}else{if(n&&t.sliceDoc(f-2*e.length,f)==e+e&&(p=c3(t,f-2*e.length,i))>-1&&o3(t,p))return{changes:{insert:e+e+e+e,from:f},effects:jl.of(f+e.length),range:de.cursor(f+e.length)};if(t.charCategorizer(f)(m)!=Bt.Word&&c3(t,f,i)>-1&&!SL(t,f,e,i))return{changes:{insert:e+e,from:f},effects:jl.of(f+e.length),range:de.cursor(f+e.length)}}return{range:l=c}});return l?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function o3(t,e){let n=rn(t).resolveInner(e+1);return n.parent&&n.from==e}function SL(t,e,n,r){let i=rn(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 c3(t,e,n){let r=t.charCategorizer(e);if(r(t.sliceDoc(e-1,e))!=Bt.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))!=Bt.Word)return l}return-1}const u3=typeof String.prototype.normalize=="function"?t=>t.normalize("NFKD"):t=>t;class go{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(u3(c)):u3,this.query=this.normalize(n)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return Kl(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let n=CS(e),r=this.bufferStart+this.bufferPos;this.bufferPos+=Su(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"&&(go.prototype[Symbol.iterator]=function(){return this});const Uw={from:-1,to:-1,match:/.*/.exec(""),precise:!0},oO="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=Uw,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new Ww(e,n,r,i,l);this.re=new RegExp(n,oO+(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=yf(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=yf(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 d2=new WeakMap;class ao{constructor(e,n){this.from=e,this.text=n}get to(){return this.from+this.text.length}static get(e,n,r){let i=d2.get(e);if(!i||i.from>=r||i.to<=n){let c=new ao(n,e.sliceString(n,r));return d2.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)),d2.set(e,new ao(o,l)),new ao(n,l.slice(n-o,r-o))}}class Ww{constructor(e,n,r,i,l){this.text=e,this.to=l,this.done=!1,this.value=Uw,this.matchPos=yf(e,i),this.re=new RegExp(n,oO+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=ao.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=yf(this.text,i+(r==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=ao.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(Iw.prototype[Symbol.iterator]=Ww.prototype[Symbol.iterator]=function(){return this});function wL(t){try{return new RegExp(t,oO),!0}catch{return!1}}function yf(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 AL=t=>{let{state:e}=t,n=String(e.doc.lineAt(t.state.selection.main.head).number),{close:r,result:i}=mR(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,O]=o,b=p?+p.slice(1):0,v=m?+m:c.number;if(m&&O){let k=v/100;f&&(k=k*(f=="-"?-1:1)+c.number/e.doc.lines),v=Math.round(e.doc.lines*k)}else m&&f&&(v=v*(f=="-"?-1:1)+c.number);let S=e.doc.line(Math.max(1,Math.min(e.doc.lines,v))),w=de.cursor(S.from+Math.max(0,Math.min(b,S.length)));t.dispatch({effects:[r,Le.scrollIntoView(w.from,{y:"center"})],selection:w})}),!0},kL={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},TL=_e.define({combine(t){return wo(t,kL,{highlightWordAroundCursor:(e,n)=>e||n,minSelectionLength:Math.min,maxMatches:Math.min})}});function ML(t){return[ZL,CL]}const EL=et.mark({class:"cm-selectionMatch"}),$L=et.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function f3(t,e,n,r){return(n==0||t(e.sliceDoc(n-1,n))!=Bt.Word)&&(r==e.doc.length||t(e.sliceDoc(r,r+1))!=Bt.Word)}function QL(t,e,n,r){return t(e.sliceDoc(n,n+1))==Bt.Word&&t(e.sliceDoc(r-1,r))==Bt.Word}const CL=mr.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(TL),{state:n}=t,r=n.selection;if(r.ranges.length>1)return et.none;let i=r.main,l,o=null;if(i.empty){if(!e.highlightWordAroundCursor)return et.none;let f=n.wordAt(i.head);if(!f)return et.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 et.none;if(e.wholeWords){if(l=n.sliceDoc(i.from,i.to),o=n.charCategorizer(i.head),!(f3(o,n,i.from,i.to)&&QL(o,n,i.from,i.to)))return et.none}else if(l=n.sliceDoc(i.from,i.to),!l)return et.none}let c=[];for(let f of t.visibleRanges){let m=new go(n.doc,l,f.from,f.to);for(;!m.next().done;){let{from:p,to:O}=m.value;if((!o||f3(o,n,p,O))&&(i.empty&&p<=i.from&&O>=i.to?c.push($L.range(p,O)):(p>=i.to||O<=i.from)&&c.push(EL.range(p,O)),c.length>e.maxMatches))return et.none}}return et.set(c)}},{decorations:t=>t.decorations}),ZL=Le.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),PL=({state:t,dispatch:e})=>{let{selection:n}=t,r=de.create(n.ranges.map(i=>t.wordAt(i.head)||de.cursor(i.head)),n.mainIndex);return r.eq(n)?!1:(e(t.update({selection:r})),!0)};function jL(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 go(t.doc,e,r[r.length-1].to);;)if(c.next(),c.done){if(o)return null;c=new go(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 RL=({state:t,dispatch:e})=>{let{ranges:n}=t.selection;if(n.some(l=>l.from===l.to))return PL({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=jL(t,r);return i?(e(t.update({selection:t.selection.addRange(de.range(i.from,i.to),!1),effects:Le.scrollIntoView(i.to)})),!0):!1},To=_e.define({combine(t){return wo(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new IL(e),scrollToMatch:e=>Le.scrollIntoView(e)})}});class Gw{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||wL(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!e.wholeWord,this.test=e.test}unquote(e){return this.literal?e:e.replace(/\\([nrt\\])/g,(n,r)=>r=="n"?`
103
+ `:r=="r"?"\r":r=="t"?" ":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSensitive&&this.regexp==e.regexp&&this.wholeWord==e.wholeWord&&this.test==e.test}create(){return this.regexp?new XL(this):new LL(this)}getCursor(e,n=0,r){let i=e.doc?e:St.create({doc:e});return r==null&&(r=i.doc.length),this.regexp?zs(this,i,n,r):Xs(this,i,n,r)}}class Kw{constructor(e){this.spec=e}}function NL(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 Xs(t,e,n,r){let i;return t.wholeWord&&(i=VL(e.doc,e.charCategorizer(e.selection.main.head))),t.test&&(i=NL(t.test,e,i)),new go(e.doc,t.unquoted,n,r,t.caseSensitive?void 0:l=>l.toLowerCase(),i)}function VL(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(bf(i,n-l))!=Bt.Word||e(vf(i,n-l))!=Bt.Word)&&(e(vf(i,r-l))!=Bt.Word||e(bf(i,r-l))!=Bt.Word))}class LL extends Kw{constructor(e){super(e)}nextMatch(e,n,r){let i=Xs(this.spec,e,r,e.doc.length).nextOverlapping();if(i.done){let l=Math.min(e.doc.length,n+this.spec.unquoted.length);i=Xs(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=Xs(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=Xs(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=Xs(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 _L(t,e,n){return(r,i,l)=>(!n||n(r,i,l))&&t(l[0],e,r,i)}function zs(t,e,n,r){let i;return t.wholeWord&&(i=DL(e.charCategorizer(e.selection.main.head))),t.test&&(i=_L(t.test,e,i)),new Iw(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:i},n,r)}function bf(t,e){return t.slice(Sn(t,e,!1),e)}function vf(t,e){return t.slice(e,Sn(t,e))}function DL(t){return(e,n,r)=>!r[0].length||(t(bf(r.input,r.index))!=Bt.Word||t(vf(r.input,r.index))!=Bt.Word)&&(t(vf(r.input,r.index+r[0].length))!=Bt.Word||t(bf(r.input,r.index+r[0].length))!=Bt.Word)}class XL extends Kw{nextMatch(e,n,r){let i=zs(this.spec,e,r,e.doc.length).next();return i.done&&(i=zs(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=zs(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=zs(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=zs(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 du=At.define(),cO=At.define(),Ua=Er.define({create(t){return new m2(Jp(t).create(),null)},update(t,e){for(let n of e.effects)n.is(du)?t=new m2(n.value.create(),t.panel):n.is(cO)&&(t=new m2(t.query,n.value?uO:null));return t},provide:t=>hf.from(t,e=>e.panel)});class m2{constructor(e,n){this.query=e,this.panel=n}}const zL=et.mark({class:"cm-searchMatch"}),HL=et.mark({class:"cm-searchMatch cm-searchMatch-selected"}),YL=mr.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(Ua))}update(t){let e=t.state.field(Ua);(e!=t.startState.field(Ua)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return et.none;let{view:n}=this,r=new Bl;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 O=n.state.selection.ranges.some(b=>b.from==m&&b.to==p);r.add(m,p,O?HL:zL)})}return r.finish()}},{decorations:t=>t.decorations});function $u(t){return e=>{let n=e.state.field(Ua,!1);return n&&n.query.spec.valid?t(e,n):t9(e)}}const Sf=$u((t,{query:e})=>{let{to:n}=t.state.selection.main,r=e.nextMatch(t.state,n,n);if(!r)return!1;let i=de.single(r.from,r.to),l=t.state.facet(To);return t.dispatch({selection:i,effects:[fO(t,r),l.scrollToMatch(i.main,t)],userEvent:"select.search"}),e9(t),!0}),wf=$u((t,{query:e})=>{let{state:n}=t,{from:r}=n.selection.main,i=e.prevMatch(n,r,r);if(!i)return!1;let l=de.single(i.from,i.to),o=t.state.facet(To);return t.dispatch({selection:l,effects:[fO(t,i),o.scrollToMatch(l.main,t)],userEvent:"select.search"}),e9(t),!0}),BL=$u((t,{query:e})=>{let n=e.matchAll(t.state,1e3);return!n||!n.length?!1:(t.dispatch({selection:de.create(n.map(r=>de.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),FL=({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 go(t.doc,t.sliceDoc(r,i));!c.next().done;){if(l.length>1e3)return!1;c.value.from==r&&(o=l.length),l.push(de.range(c.value.from,c.value.to))}return e(t.update({selection:de.create(l,o),userEvent:"select.search.matches"})),!0},h3=$u((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(Le.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+"."))):o=e.nextMatch(n,o.from,o.to);let O=t.state.changes(c);return o&&(f=de.single(o.from,o.to).map(O),p.push(fO(t,o)),p.push(n.facet(To).scrollToMatch(f.main,t))),t.dispatch({changes:O,selection:f,effects:p,userEvent:"input.replace"}),!0}),qL=$u((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:Le.announce.of(r),userEvent:"input.replace.all"}),!0});function uO(t){return t.state.facet(To).createPanel(t)}function Jp(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(To);return new Gw({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 Jw(t){let e=_7(t,uO);return e&&e.dom.querySelector("[main-field]")}function e9(t){let e=Jw(t);e&&e==t.root.activeElement&&e.select()}const t9=t=>{let e=t.state.field(Ua,!1);if(e&&e.panel){let n=Jw(t);if(n&&n!=t.root.activeElement){let r=Jp(t.state,e.query.spec);r.valid&&t.dispatch({effects:du.of(r)}),n.focus(),n.select()}}else t.dispatch({effects:[cO.of(!0),e?du.of(Jp(t.state,e.query.spec)):At.appendConfig.of(GL)]});return!0},n9=t=>{let e=t.state.field(Ua,!1);if(!e||!e.panel)return!1;let n=_7(t,uO);return n&&n.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:cO.of(!1)}),!0},UL=[{key:"Mod-f",run:t9,scope:"editor search-panel"},{key:"F3",run:Sf,shift:wf,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:Sf,shift:wf,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:n9,scope:"editor search-panel"},{key:"Mod-Shift-l",run:FL},{key:"Mod-Alt-g",run:AL},{key:"Mod-d",run:RL,preventDefault:!0}];class IL{constructor(e){this.view=e;let n=this.query=e.state.field(Ua).query.spec;this.commit=this.commit.bind(this),this.searchField=vn("input",{value:n.search,placeholder:wr(e,"Find"),"aria-label":wr(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=vn("input",{value:n.replace,placeholder:wr(e,"Replace"),"aria-label":wr(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=vn("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=vn("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=vn("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(i,l,o){return vn("button",{class:"cm-button",name:i,onclick:l,type:"button"},o)}this.dom=vn("div",{onkeydown:i=>this.keydown(i),class:"cm-search"},[this.searchField,r("next",()=>Sf(e),[wr(e,"next")]),r("prev",()=>wf(e),[wr(e,"previous")]),r("select",()=>BL(e),[wr(e,"all")]),vn("label",null,[this.caseField,wr(e,"match case")]),vn("label",null,[this.reField,wr(e,"regexp")]),vn("label",null,[this.wordField,wr(e,"by word")]),...e.state.readOnly?[]:[vn("br"),this.replaceField,r("replace",()=>h3(e),[wr(e,"replace")]),r("replaceAll",()=>qL(e),[wr(e,"replace all")])],vn("button",{name:"close",onclick:()=>n9(e),"aria-label":wr(e,"close"),type:"button"},["×"])])}commit(){let e=new Gw({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:du.of(e)}))}keydown(e){oR(this.view,e,"search-panel")?e.preventDefault():e.keyCode==13&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?wf:Sf)(this.view)):e.keyCode==13&&e.target==this.replaceField&&(e.preventDefault(),h3(this.view))}update(e){for(let n of e.transactions)for(let r of n.effects)r.is(du)&&!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(To).top}}function wr(t,e){return t.state.phrase(e)}const x1=30,y1=/[\s\.,:;?!]/;function fO(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-x1),o=Math.min(i,n+x1),c=t.state.sliceDoc(l,o);if(l!=r.from){for(let f=0;f<x1;f++)if(!y1.test(c[f+1])&&y1.test(c[f])){c=c.slice(f);break}}if(o!=i){for(let f=c.length-1;f>c.length-x1;f--)if(!y1.test(c[f-1])&&y1.test(c[f])){c=c.slice(0,f);break}}return Le.announce.of(`${t.state.phrase("current match")}. ${c} ${t.state.phrase("on line")} ${r.number}.`)}const WL=Le.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"}}),GL=[Ua,wu.low(YL),WL],KL="#e5c07b",d3="#e06c75",JL="#56b6c2",e_="#ffffff",X1="#abb2bf",eg="#7d8799",t_="#61afef",n_="#98c379",m3="#d19a66",r_="#c678dd",i_="#21252b",p3="#2c313a",g3="#282c34",p2="#353a42",a_="#3E4451",O3="#528bff",l_=Le.theme({"&":{color:X1,backgroundColor:g3},".cm-content":{caretColor:O3},".cm-cursor, .cm-dropCursor":{borderLeftColor:O3},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:a_},".cm-panels":{backgroundColor:i_,color:X1},".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:g3,color:eg,border:"none"},".cm-activeLineGutter":{backgroundColor:p3},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:p2},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:p2,borderBottomColor:p2},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:p3,color:X1}}},{dark:!0}),s_=sh.define([{tag:U.keyword,color:r_},{tag:[U.name,U.deleted,U.character,U.propertyName,U.macroName],color:d3},{tag:[U.function(U.variableName),U.labelName],color:t_},{tag:[U.color,U.constant(U.name),U.standard(U.name)],color:m3},{tag:[U.definition(U.name),U.separator],color:X1},{tag:[U.typeName,U.className,U.number,U.changed,U.annotation,U.modifier,U.self,U.namespace],color:KL},{tag:[U.operator,U.operatorKeyword,U.url,U.escape,U.regexp,U.link,U.special(U.string)],color:JL},{tag:[U.meta,U.comment],color:eg},{tag:U.strong,fontWeight:"bold"},{tag:U.emphasis,fontStyle:"italic"},{tag:U.strikethrough,textDecoration:"line-through"},{tag:U.link,color:eg,textDecoration:"underline"},{tag:U.heading,fontWeight:"bold",color:d3},{tag:[U.atom,U.bool,U.special(U.variableName)],color:m3},{tag:[U.processingInstruction,U.string,U.inserted],color:n_},{tag:U.invalid,color:e_}]),o_=[l_,vN(s_)];var x3={};class Af{constructor(e,n,r,i,l,o,c,f,m,p=0,O){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=O}toString(){return`[${this.stack.filter((e,n)=>n%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,n,r=0){let i=e.parser.context;return new Af(e,[],n,r,r,0,[],0,i?new y3(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 O=f?this.stack[f-1]:0,b=this.bufferBase+this.buffer.length-O;if(i<l.minRepeatTerm||e&131072){let v=l.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,m,v,b+4,!0)}if(e&262144)this.state=this.stack[f];else{let v=this.stack[f-3];this.state=l.getGoto(v,i,!0)}for(;this.stack.length>f;)this.stack.pop();this.reduceContext(i,m)}storeNode(e,n,r,i=4,l=!1){if(e==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let o=this.buffer.length;if(o>0&&this.buffer[o-4]==0&&this.buffer[o-1]>-1){if(n==r)return;if(this.buffer[o-2]>=n){this.buffer[o-2]=r;return}}}if(!l||this.pos==r)this.buffer.push(e,n,r,i);else{let o=this.buffer.length;if(o>0&&(this.buffer[o-4]!=0||this.buffer[o-1]<0)){let c=!1;for(let f=o;f>0&&this.buffer[f-2]>r;f-=4)if(this.buffer[f-1]>=0){c=!0;break}if(c)for(;o>0&&this.buffer[o-2]>r;)this.buffer[o]=this.buffer[o-4],this.buffer[o+1]=this.buffer[o-3],this.buffer[o+2]=this.buffer[o-2],this.buffer[o+3]=this.buffer[o-1],o-=4,i>4&&(i-=4)}this.buffer[o]=e,this.buffer[o+1]=n,this.buffer[o+2]=r,this.buffer[o+3]=i}}shift(e,n,r,i){if(e&131072)this.pushState(e&65535,this.pos);else if((e&262144)==0){let l=e,{parser:o}=this.p;this.pos=i;let c=o.stateFlag(l,1);!c&&(i>r||n<=o.maxNode)&&(this.reducePos=i),this.pushState(l,c?r:Math.min(r,this.reducePos)),this.shiftContext(n,r),n<=o.maxNode&&this.buffer.push(n,r,i,4)}else this.pos=i,this.shiftContext(n,r),n<=this.p.parser.maxNode&&this.buffer.push(n,r,i,4)}apply(e,n,r,i){e&65536?this.reduce(e):this.shift(e,n,r,i)}useNode(e,n){let r=this.p.reused.length-1;(r<0||this.p.reused[r]!=e)&&(this.p.reused.push(e),r++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(n,i),this.buffer.push(r,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,n=e.buffer.length;for(n&&e.buffer[n-4]==0&&(n-=4);n>0&&e.buffer[n-2]>e.reducePos;)n-=4;let r=e.buffer.slice(n),i=e.bufferBase+n;for(;e&&i==e.bufferBase;)e=e.parent;return new Af(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,r,i,this.curContext,this.lookAhead,e)}recoverByDelete(e,n){let r=e<=this.p.parser.maxNode;r&&this.storeNode(e,this.pos,n,4),this.storeNode(0,this.pos,n,r?8:4),this.pos=this.reducePos=n,this.score-=190}canShift(e){for(let n=new c_(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 y3(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 y3{constructor(e,n){this.tracker=e,this.context=n,this.hash=e.strict?e.hash(n):0}}class c_{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 kf{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 kf(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 kf(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 z1{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const b3=new z1;class u_{constructor(e,n){this.input=e,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=b3,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=b3,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 lo{constructor(e,n){this.data=e,this.id=n}token(e,n){let{parser:r}=n.p;r9(this.data,e,n,this.id,r.data,r.tokenPrecTable)}}lo.prototype.contextual=lo.prototype.fallback=lo.prototype.extend=!1;class Tf{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(r9(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))}}Tf.prototype.contextual=lo.prototype.fallback=lo.prototype.extend=!1;class $r{constructor(e,n={}){this.token=e,this.contextual=!!n.contextual,this.fallback=!!n.fallback,this.extend=!!n.extend}}function r9(t,e,n,r,i,l){let o=0,c=1<<r,{dialect:f}=n.p.parser;e:for(;(c&t[o])!=0;){let m=t[o+1];for(let v=o+3;v<m;v+=2)if((t[v+1]&c)>0){let S=t[v];if(f.allows(S)&&(e.token.value==-1||e.token.value==S||f_(S,e.token.value,i,l))){e.acceptToken(S);break}}let p=e.next,O=0,b=t[o+2];if(e.next<0&&b>O&&t[m+b*3-3]==65535){o=t[m+b*3-1];continue e}for(;O<b;){let v=O+b>>1,S=m+v+(v<<1),w=t[S],k=t[S+1]||65536;if(p<w)b=v;else if(p>=k)O=v+1;else{o=t[S+2],e.advance();continue e}}break}}function v3(t,e,n){for(let r=e,i;(i=t[r])!=65535;r++)if(i==n)return r-e;return-1}function f_(t,e,n,r){let i=v3(n,r,e);return i<0||v3(n,r,t)<i}const Ar=typeof process<"u"&&x3&&/\bparse\b/.test(x3.LOG);let g2=null;function S3(t,e,n){let r=t.cursor($t.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 h_{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?S3(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?S3(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 Ft){if(o==e){if(o<this.safeFrom)return null;let c=o+l.length;if(c<=this.safeTo){let f=l.prop(st.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 d_{constructor(e,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(r=>new z1)}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],O=this.tokens[m];if(!(r&&!p.fallback)&&((p.contextual||O.start!=e.pos||O.mask!=o||O.context!=c)&&(this.updateCachedToken(O,p,e),O.mask=o,O.context=c),O.lookAhead>O.end+25&&(f=Math.max(O.lookAhead,f)),O.value!=0)){let b=n;if(O.extended>-1&&(n=this.addActions(e,O.extended,O.end,n)),n=this.addActions(e,O.value,O.end,n),!p.extend&&(r=O,n>b))break}}for(;this.actions.length>n;)this.actions.pop();return f&&e.setLookAhead(f),!r&&e.pos==this.stream.end&&(r=new z1,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 z1,{pos:r,p:i}=e;return n.start=r,n.end=Math.min(r+1,i.stream.end),n.value=r==i.stream.end?i.parser.eofTerm:0,n}updateCachedToken(e,n,r){let i=this.stream.clipPos(r.pos);if(n.token(this.stream.reset(i,e),r),e.value>-1){let{parser:l}=r.p;for(let o=0;o<l.specialized.length;o++)if(l.specialized[o]==e.value){let c=l.specializers[o](this.stream.read(e.start,e.end),r);if(c>=0&&r.p.parser.dialect.allows(c>>1)){(c&1)==0?e.value=c>>1:e.extended=c>>1;break}}}else e.value=0,e.end=this.stream.clipPos(i+1)}putAction(e,n,r,i){for(let l=0;l<i;l+=3)if(this.actions[l]==e)return i;return this.actions[i++]=e,this.actions[i++]=n,this.actions[i++]=r,i}addActions(e,n,r,i){let{state:l}=e,{parser:o}=e.p,{data:c}=o;for(let f=0;f<2;f++)for(let m=o.stateSlot(l,f?2:1);;m+=3){if(c[m]==65535)if(c[m+1]==1)m=Ki(c,m+2);else{i==0&&c[m+1]==2&&(i=this.putAction(Ki(c,m+2),n,r,i));break}c[m]==n&&(i=this.putAction(Ki(c,m+1),n,r,i))}return i}}class m_{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 u_(n,i),this.tokens=new d_(e,this.stream),this.topTerm=e.top[1];let{from:l}=i[0];this.stacks=[Af.start(this,e.top[0],l)],this.fragments=r.length&&this.stream.end-l>e.bufferLength*4?new h_(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&&g_(i);if(o)return Ar&&console.log("Finish with "+this.stackID(o)),this.stackToTree(o);if(this.parser.strict)throw Ar&&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 Ar&&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=Ar?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 O=this.fragments.nodeAt(i);O;){let b=this.parser.nodeSet.types[O.type.id]==O.type?l.getGoto(e.state,O.type.id):-1;if(b>-1&&O.length&&(!m||(O.prop(st.contextHash)||0)==p))return e.useNode(O,b),Ar&&console.log(o+this.stackID(e)+` (via reuse of ${l.getName(O.type.id)})`),!0;if(!(O instanceof Ft)||O.children.length==0||O.positions[0]>0)break;let v=O.children[0];if(v instanceof Ft&&O.positions[0]==0)O=v;else break}}let c=l.stateSlot(e.state,4);if(c>0)return e.reduce(c),Ar&&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++],O=f[m++],b=f[m++],v=m==f.length||!r,S=v?e:e.split(),w=this.tokens.mainToken;if(S.apply(p,O,w?w.start:S.pos,b),Ar&&console.log(o+this.stackID(S)+` (via ${(p&65536)==0?"shift":`reduce of ${l.getName(p&65535)}`} for ${l.getName(O)} @ ${i}${S==e?"":", split"})`),v)return!0;S.pos>i?n.push(S):r.push(S)}return!1}advanceFully(e,n){let r=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>r)return w3(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=Ar?this.stackID(c)+" -> ":"";if(c.deadEnd&&(l||(l=!0,c.restart(),Ar&&console.log(p+this.stackID(c)+" (restarted)"),this.advanceFully(c,r))))continue;let O=c.split(),b=p;for(let v=0;v<10&&O.forceReduce()&&(Ar&&console.log(b+this.stackID(O)+" (via force-reduce)"),!this.advanceFully(O,r));v++)Ar&&(b=this.stackID(O)+" -> ");for(let v of c.recoverByInsert(f))Ar&&console.log(p+this.stackID(v)+" (via recover-insert)"),this.advanceFully(v,r);this.stream.end>c.pos?(m==c.pos&&(m++,f=0),c.recoverByDelete(f,m),Ar&&console.log(p+this.stackID(c)+` (via recover-delete ${this.parser.getName(f)})`),w3(c,r)):(!i||i.score<O.score)&&(i=O)}return i}stackToTree(e){return e.close(),Ft.build({buffer:kf.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=(g2||(g2=new WeakMap)).get(e);return n||g2.set(e,n=String.fromCodePoint(this.nextStackID++)),n+e}}function w3(t,e){for(let n=0;n<e.length;n++){let r=e[n];if(r.pos==t.pos&&r.sameState(t)){e[n].score<t.score&&(e[n]=t);return}}e.push(t)}class p_{constructor(e,n,r){this.source=e,this.flags=n,this.disabled=r}allows(e){return!this.disabled||this.disabled[e]==0}}const O2=t=>t;class i9{constructor(e){this.start=e.start,this.shift=e.shift||O2,this.reduce=e.reduce||O2,this.reuse=e.reuse||O2,this.hash=e.hash||(()=>0),this.strict=e.strict!==!1}}class Oo extends W7{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=st[f]);for(let m=1;m<c.length;){let p=c[m++];if(p>=0)l(p,f,c[m++]);else{let O=c[m+-p];for(let b=-p;b>0;b--)l(c[m++],f,O);m++}}}this.nodeSet=new Fg(n.map((c,f)=>Jn.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=B7;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(A3),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 lo(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 m_(this,e,n,r);for(let l of this.wrappers)i=l(i,e,n,r);return i}getGoto(e,n,r=!1){let i=this.goto;if(n>=i[0])return-1;for(let l=i[n+1];;){let o=i[l++],c=o&1,f=i[l++];if(c&&r)return f;for(let m=l+(o>>1);l<m;l++)if(i[l]==e)return f;if(c)return-1}}hasAction(e,n){let r=this.data;for(let i=0;i<2;i++)for(let l=this.stateSlot(e,i?2:1),o;;l+=3){if((o=r[l])==65535)if(r[l+1]==1)o=r[l=Ki(r,l+2)];else{if(r[l+1]==2)return Ki(r,l+2);break}if(o==n||o==0)return Ki(r,l+1)}return 0}stateSlot(e,n){return this.states[e*6+n]}stateFlag(e,n){return(this.stateSlot(e,0)&n)>0}validAction(e,n){return!!this.allActions(e,r=>r==n?!0:null)}allActions(e,n){let r=this.stateSlot(e,4),i=r?n(r):void 0;for(let l=this.stateSlot(e,1);i==null;l+=3){if(this.data[l]==65535)if(this.data[l+1]==1)l=Ki(this.data,l+2);else break;i=n(Ki(this.data,l+1))}return i}nextStates(e){let n=[];for(let r=this.stateSlot(e,1);;r+=3){if(this.data[r]==65535)if(this.data[r+1]==1)r=Ki(this.data,r+2);else break;if((this.data[r+2]&1)==0){let i=this.data[r+1];n.some((l,o)=>o&1&&l==i)||n.push(this.data[r],i)}}return n}configure(e){let n=Object.assign(Object.create(Oo.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]=A3(o),o})),e.contextTracker&&(n.context=e.contextTracker),e.dialect&&(n.dialect=this.parseDialect(e.dialect)),e.strict!=null&&(n.strict=e.strict),e.wrap&&(n.wrappers=n.wrappers.concat(e.wrap)),e.bufferLength!=null&&(n.bufferLength=e.bufferLength),n}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let n=this.dynamicPrecedences;return n==null?0:n[e]||0}parseDialect(e){let n=Object.keys(this.dialects),r=n.map(()=>!1);if(e)for(let l of e.split(" ")){let o=n.indexOf(l);o>=0&&(r[o]=!0)}let i=null;for(let l=0;l<n.length;l++)if(!r[l])for(let o=this.dialects[n[l]],c;(c=this.data[o++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[c]=1;return new p_(e,r,i)}static deserialize(e){return new Oo(e)}}function Ki(t,e){return t[e]|t[e+1]<<16}function g_(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 A3(t){if(t.external){let e=t.extend?1:0;return(n,r)=>t.external(n,r)<<1|e}return t.get}const O_=55,x_=1,y_=56,b_=2,v_=57,S_=3,k3=4,w_=5,hO=6,a9=7,l9=8,s9=9,o9=10,A_=11,k_=12,T_=13,x2=58,M_=14,E_=15,T3=59,c9=21,$_=23,u9=24,Q_=25,tg=27,f9=28,C_=29,Z_=32,P_=35,j_=37,R_=38,N_=0,V_=1,L_={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},__={dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},M3={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 D_(t){return t==45||t==46||t==58||t>=65&&t<=90||t==95||t>=97&&t<=122||t>=161}let E3=null,$3=null,Q3=0;function ng(t,e){let n=t.pos+e;if(Q3==n&&$3==t)return E3;let r=t.peek(e),i="";for(;D_(r);)i+=String.fromCharCode(r),r=t.peek(++e);return $3=t,Q3=n,E3=i?i.toLowerCase():r==X_||r==z_?void 0:null}const h9=60,Mf=62,dO=47,X_=63,z_=33,H_=45;function C3(t,e){this.name=t,this.parent=e}const Y_=[hO,o9,a9,l9,s9],B_=new i9({start:null,shift(t,e,n,r){return Y_.indexOf(e)>-1?new C3(ng(r,1)||"",t):t},reduce(t,e){return e==c9&&t?t.parent:t},reuse(t,e,n,r){let i=e.type.id;return i==hO||i==j_?new C3(ng(r,1)||"",t):t},strict:!1}),F_=new $r((t,e)=>{if(t.next!=h9){t.next<0&&e.context&&t.acceptToken(x2);return}t.advance();let n=t.next==dO;n&&t.advance();let r=ng(t,0);if(r===void 0)return;if(!r)return t.acceptToken(n?E_:M_);let i=e.context?e.context.name:null;if(n){if(r==i)return t.acceptToken(A_);if(i&&__[i])return t.acceptToken(x2,-2);if(e.dialectEnabled(N_))return t.acceptToken(k_);for(let l=e.context;l;l=l.parent)if(l.name==r)return;t.acceptToken(T_)}else{if(r=="script")return t.acceptToken(a9);if(r=="style")return t.acceptToken(l9);if(r=="textarea")return t.acceptToken(s9);if(L_.hasOwnProperty(r))return t.acceptToken(o9);i&&M3[i]&&M3[i][r]?t.acceptToken(x2,-1):t.acceptToken(hO)}},{contextual:!0}),q_=new $r(t=>{for(let e=0,n=0;;n++){if(t.next<0){n&&t.acceptToken(T3);break}if(t.next==H_)e++;else if(t.next==Mf&&e>=2){n>=3&&t.acceptToken(T3,-2);break}else e=0;t.advance()}});function U_(t){for(;t;t=t.parent)if(t.name=="svg"||t.name=="math")return!0;return!1}const I_=new $r((t,e)=>{if(t.next==dO&&t.peek(1)==Mf){let n=e.dialectEnabled(V_)||U_(e.context);t.acceptToken(n?w_:k3,2)}else t.next==Mf&&t.acceptToken(k3,1)});function mO(t,e,n){let r=2+t.length;return new $r(i=>{for(let l=0,o=0,c=0;;c++){if(i.next<0){c&&i.acceptToken(e);break}if(l==0&&i.next==h9||l==1&&i.next==dO||l>=2&&l<r&&i.next==t.charCodeAt(l-2))l++,o++;else if(l==r&&i.next==Mf){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 W_=mO("script",O_,x_),G_=mO("style",y_,b_),K_=mO("textarea",v_,S_),J_=nh({"Text RawText IncompleteTag IncompleteCloseTag":U.content,"StartTag StartCloseTag SelfClosingEndTag EndTag":U.angleBracket,TagName:U.tagName,"MismatchedCloseTag/TagName":[U.tagName,U.invalid],AttributeName:U.attributeName,"AttributeValue UnquotedAttributeValue":U.attributeValue,Is:U.definitionOperator,"EntityReference CharacterReference":U.character,Comment:U.blockComment,ProcessingInst:U.processingInstruction,DoctypeDecl:U.documentMeta}),eD=Oo.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:B_,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:[J_],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:[W_,G_,K_,I_,F_,q_,0,1,2,3,4,5],topRules:{Document:[0,16]},dialects:{noMatch:0,selfClosing:515},tokenPrec:517});function d9(t,e){let n=Object.create(null);for(let r of t.getChildren(u9)){let i=r.getChild(Q_),l=r.getChild(tg)||r.getChild(f9);i&&(n[e.read(i.from,i.to)]=l?l.type.id==tg?e.read(l.from+1,l.to-1):e.read(l.from,l.to):"")}return n}function Z3(t,e){let n=t.getChild($_);return n?e.read(n.from,n.to):" "}function y2(t,e,n){let r;for(let i of n)if(!i.attrs||i.attrs(r||(r=d9(t.node.parent.firstChild,e))))return{parser:i.parser,bracketed:!0};return null}function m9(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 NR((c,f)=>{let m=c.type.id;if(m==C_)return y2(c,f,n);if(m==Z_)return y2(c,f,r);if(m==P_)return y2(c,f,i);if(m==c9&&l.length){let p=c.node,O=p.firstChild,b=O&&Z3(O,f),v;if(b){for(let S of l)if(S.tag==b&&(!S.attrs||S.attrs(v||(v=d9(O,f))))){let w=p.lastChild,k=w.type.id==R_?w.from:p.to;if(k>O.to)return{parser:S.parser,overlay:[{from:O.to,to:k}]}}}}if(o&&m==u9){let p=c.node,O;if(O=p.firstChild){let b=o[f.read(O.from,O.to)];if(b)for(let v of b){if(v.tagName&&v.tagName!=Z3(p.parent,f))continue;let S=p.lastChild;if(S.type.id==tg){let w=S.from+1,k=S.lastChild,M=S.to-(k&&k.isError?0:1);if(M>w)return{parser:v.parser,overlay:[{from:w,to:M}],bracketed:!0}}else if(S.type.id==f9)return{parser:v.parser,overlay:[{from:S.from,to:S.to}]}}}}return null})}const tD=135,P3=1,nD=136,rD=137,p9=2,iD=138,aD=3,lD=4,g9=[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],sD=58,oD=40,O9=95,cD=91,H1=45,uD=46,fD=35,hD=37,dD=38,mD=92,pD=10,gD=42;function mu(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function pO(t){return t>=48&&t<=57}function j3(t){return pO(t)||t>=97&&t<=102||t>=65&&t<=70}const x9=(t,e,n)=>(r,i)=>{for(let l=!1,o=0,c=0;;c++){let{next:f}=r;if(mu(f)||f==H1||f==O9||l&&pO(f))!l&&(f!=H1||c>0)&&(l=!0),o===c&&f==H1&&o++,r.advance();else if(f==mD&&r.peek(1)!=pD){if(r.advance(),j3(r.next)){do r.advance();while(j3(r.next));r.next==32&&r.advance()}else r.next>-1&&r.advance();l=!0}else{l&&r.acceptToken(o==2&&i.canShift(p9)?e:f==oD?n:t);break}}},OD=new $r(x9(nD,p9,rD),{contextual:!0}),xD=new $r(x9(iD,aD,lD),{contextual:!0}),yD=new $r(t=>{if(g9.includes(t.peek(-1))){let{next:e}=t;(mu(e)||e==O9||e==fD||e==uD||e==gD||e==cD||e==sD&&mu(t.peek(1))||e==H1||e==dD)&&t.acceptToken(tD)}}),bD=new $r(t=>{if(!g9.includes(t.peek(-1))){let{next:e}=t;if(e==hD&&(t.advance(),t.acceptToken(P3)),mu(e)){do t.advance();while(mu(t.next)||pO(t.next));t.acceptToken(P3)}}}),vD=nh({"AtKeyword import charset namespace keyframes media supports font-feature-values":U.definitionKeyword,"from to selector scope MatchFlag":U.keyword,NamespaceName:U.namespace,KeyframeName:U.labelName,KeyframeRangeName:U.operatorKeyword,TagName:U.tagName,ClassName:U.className,PseudoClassName:U.constant(U.className),IdName:U.labelName,"FeatureName PropertyName":U.propertyName,AttributeName:U.attributeName,NumberLiteral:U.number,KeywordQuery:U.keyword,UnaryQueryOp:U.operatorKeyword,"CallTag ValueName FontName":U.atom,VariableName:U.variableName,Callee:U.operatorKeyword,Unit:U.unit,"UniversalSelector NestingSelector":U.definitionOperator,"MatchOp CompareOp":U.compareOperator,"ChildOp SiblingOp, LogicOp":U.logicOperator,BinOp:U.arithmeticOperator,Important:U.modifier,Comment:U.blockComment,ColorLiteral:U.color,"ParenthesizedContent StringLiteral":U.string,":":U.punctuation,"PseudoOp #":U.derefOperator,"; , |":U.separator,"( )":U.paren,"[ ]":U.squareBracket,"{ }":U.brace}),SD={__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},wD={__proto__:null,or:104,and:104,not:112,only:112,layer:186},AD={__proto__:null,selector:118,layer:182},kD={__proto__:null,"@import":178,"@media":190,"@charset":194,"@namespace":198,"@keyframes":204,"@supports":216,"@scope":220,"@font-feature-values":226},TD={__proto__:null,to:223},MD=Oo.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:[vD],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:[yD,bD,OD,xD,1,2,3,4,new Tf("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=>SD[t]||-1},{term:138,get:t=>wD[t]||-1},{term:4,get:t=>AD[t]||-1},{term:28,get:t=>kD[t]||-1},{term:136,get:t=>TD[t]||-1}],tokenPrec:2256});let b2=null;function v2(){if(!b2&&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)));b2=e.sort().map(r=>({type:"property",label:r,apply:r+": "}))}return b2||[]}const R3=["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})),N3=["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}))),ED=["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})),$D=["@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})),Ii=/^(\w[\w-]*|-\w[\w-]*|)$/,QD=/^-(-[\w-]*)?$/;function CD(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 V3=new I7,ZD=["Declaration"];function PD(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function y9(t,e,n){if(e.to-e.from>4096){let r=V3.get(e);if(r)return r;let i=[],l=new Set,o=e.cursor($t.IncludeAnonymous);if(o.firstChild())do for(let c of y9(t,o.node,n))l.has(c.label)||(l.add(c.label),i.push(c));while(o.nextSibling());return V3.set(e,i),i}else{let r=[],i=new Set;return e.cursor().iterate(l=>{var o;if(n(l)&&l.matchContext(ZD)&&((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 jD=t=>e=>{let{state:n,pos:r}=e,i=rn(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:v2(),validFor:Ii};if(i.name=="ValueName")return{from:i.from,options:N3,validFor:Ii};if(i.name=="PseudoClassName")return{from:i.from,options:R3,validFor:Ii};if(t(i)||(e.explicit||l)&&CD(i,n.doc))return{from:t(i)||l?i.from:r,options:y9(n.doc,PD(i),t),validFor:QD};if(i.name=="TagName"){for(let{parent:f}=i;f;f=f.parent)if(f.name=="Block")return{from:i.from,options:v2(),validFor:Ii};return{from:i.from,options:ED,validFor:Ii}}if(i.name=="AtKeyword")return{from:i.from,options:$D,validFor:Ii};if(!e.explicit)return null;let o=i.resolve(r),c=o.childBefore(r);return c&&c.name==":"&&o.name=="PseudoClassSelector"?{from:r,options:R3,validFor:Ii}:c&&c.name==":"&&o.name=="Declaration"||o.name=="ArgList"?{from:r,options:N3,validFor:Ii}:o.name=="Block"||o.name=="Styles"?{from:r,options:v2(),validFor:Ii}:null},RD=jD(t=>t.name=="VariableName"),Ef=mo.define({name:"css",parser:MD.configure({props:[ah.add({Declaration:D1()}),lh.add({"Block KeyframeList":rw})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function b9(){return new Gg(Ef,Ef.data.of({autocomplete:RD}))}const ND=316,VD=317,L3=1,LD=2,_D=3,DD=4,XD=318,zD=320,HD=321,YD=5,BD=6,FD=0,rg=[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],v9=125,qD=59,ig=47,UD=42,ID=43,WD=45,GD=60,KD=44,JD=63,eX=46,tX=91,nX=new i9({start:!1,shift(t,e){return e==YD||e==BD||e==zD?t:e==HD},strict:!1}),rX=new $r((t,e)=>{let{next:n}=t;(n==v9||n==-1||e.context)&&t.acceptToken(XD)},{contextual:!0,fallback:!0}),iX=new $r((t,e)=>{let{next:n}=t,r;rg.indexOf(n)>-1||n==ig&&((r=t.peek(1))==ig||r==UD)||n!=v9&&n!=qD&&n!=-1&&!e.context&&t.acceptToken(ND)},{contextual:!0}),aX=new $r((t,e)=>{t.next==tX&&!e.context&&t.acceptToken(VD)},{contextual:!0}),lX=new $r((t,e)=>{let{next:n}=t;if(n==ID||n==WD){if(t.advance(),n==t.next){t.advance();let r=!e.context&&e.canShift(L3);t.acceptToken(r?L3:LD)}}else n==JD&&t.peek(1)==eX&&(t.advance(),t.advance(),(t.next<48||t.next>57)&&t.acceptToken(_D))},{contextual:!0});function S2(t,e){return t>=65&&t<=90||t>=97&&t<=122||t==95||t>=192||!e&&t>=48&&t<=57}const sX=new $r((t,e)=>{if(t.next!=GD||!e.dialectEnabled(FD)||(t.advance(),t.next==ig))return;let n=0;for(;rg.indexOf(t.next)>-1;)t.advance(),n++;if(S2(t.next,!0)){for(t.advance(),n++;S2(t.next,!1);)t.advance(),n++;for(;rg.indexOf(t.next)>-1;)t.advance(),n++;if(t.next==KD)return;for(let r=0;;r++){if(r==7){if(!S2(t.next,!0))return;break}if(t.next!="extends".charCodeAt(r))break;t.advance(),n++}}t.acceptToken(DD,-n)}),oX=nh({"get set async static":U.modifier,"for while do if else switch try catch finally return throw break continue default case defer":U.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":U.operatorKeyword,"let var const using function class extends":U.definitionKeyword,"import export from":U.moduleKeyword,"with debugger new":U.keyword,TemplateString:U.special(U.string),super:U.atom,BooleanLiteral:U.bool,this:U.self,null:U.null,Star:U.modifier,VariableName:U.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":U.function(U.variableName),VariableDefinition:U.definition(U.variableName),Label:U.labelName,PropertyName:U.propertyName,PrivatePropertyName:U.special(U.propertyName),"CallExpression/MemberExpression/PropertyName":U.function(U.propertyName),"FunctionDeclaration/VariableDefinition":U.function(U.definition(U.variableName)),"ClassDeclaration/VariableDefinition":U.definition(U.className),"NewExpression/VariableName":U.className,PropertyDefinition:U.definition(U.propertyName),PrivatePropertyDefinition:U.definition(U.special(U.propertyName)),UpdateOp:U.updateOperator,"LineComment Hashbang":U.lineComment,BlockComment:U.blockComment,Number:U.number,String:U.string,Escape:U.escape,ArithOp:U.arithmeticOperator,LogicOp:U.logicOperator,BitOp:U.bitwiseOperator,CompareOp:U.compareOperator,RegExp:U.regexp,Equals:U.definitionOperator,Arrow:U.function(U.punctuation),": Spread":U.punctuation,"( )":U.paren,"[ ]":U.squareBracket,"{ }":U.brace,"InterpolationStart InterpolationEnd":U.special(U.brace),".":U.derefOperator,", ;":U.separator,"@":U.meta,TypeName:U.typeName,TypeDefinition:U.definition(U.typeName),"type enum interface implements namespace module declare":U.definitionKeyword,"abstract global Privacy readonly override":U.modifier,"is keyof unique infer asserts":U.operatorKeyword,JSXAttributeValue:U.attributeValue,JSXText:U.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":U.angleBracket,"JSXIdentifier JSXNameSpacedName":U.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":U.attributeName,"JSXBuiltin/JSXIdentifier":U.standard(U.tagName)}),cX={__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},uX={__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},fX={__proto__:null,"<":193},hX=Oo.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:[oX],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:[iX,aX,lX,sX,2,3,4,5,6,7,8,9,10,11,12,13,14,rX,new Tf("$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 Tf("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=>cX[t]||-1},{term:343,get:t=>uX[t]||-1},{term:95,get:t=>fX[t]||-1}],tokenPrec:15201}),S9=[cr("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),cr("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),cr("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),cr("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),cr("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),cr(`try {
104
+ \${}
105
+ } catch (\${error}) {
106
+ \${}
107
+ }`,{label:"try",detail:"/ catch block",type:"keyword"}),cr("if (${}) {\n ${}\n}",{label:"if",detail:"block",type:"keyword"}),cr(`if (\${}) {
108
+ \${}
109
+ } else {
110
+ \${}
111
+ }`,{label:"if",detail:"/ else block",type:"keyword"}),cr(`class \${name} {
112
+ constructor(\${params}) {
113
+ \${}
114
+ }
115
+ }`,{label:"class",detail:"definition",type:"keyword"}),cr('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),cr('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],dX=S9.concat([cr("interface ${name} {\n ${}\n}",{label:"interface",detail:"definition",type:"keyword"}),cr("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),cr("enum ${name} {\n ${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),_3=new I7,w9=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function $c(t){return(e,n)=>{let r=e.node.getChild("VariableDefinition");return r&&n(r,t),!0}}const mX=["FunctionDeclaration"],pX={FunctionDeclaration:$c("function"),ClassDeclaration:$c("class"),ClassExpression:()=>!0,EnumDeclaration:$c("constant"),TypeAliasDeclaration:$c("type"),NamespaceDeclaration:$c("namespace"),VariableDefinition(t,e){t.matchContext(mX)||e(t,"variable")},TypeDefinition(t,e){e(t,"type")},__proto__:null};function A9(t,e){let n=_3.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($t.IncludeAnonymous).iterate(o=>{if(i)i=!1;else if(o.name){let c=pX[o.name];if(c&&c(o,l)||w9.has(o.name))return!1}else if(o.to-o.from>8192){for(let c of A9(t,o.node))r.push(c);return!1}}),_3.set(e,r),r}const D3=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,k9=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName","JSXText","JSXAttributeValue","JSXOpenTag","JSXCloseTag","JSXSelfClosingTag",".","?."];function gX(t){let e=rn(t.state).resolveInner(t.pos,-1);if(k9.indexOf(e.name)>-1)return null;let n=e.name=="VariableName"||e.to-e.from<20&&D3.test(t.state.sliceDoc(e.from,e.to));if(!n&&!t.explicit)return null;let r=[];for(let i=e;i;i=i.parent)w9.has(i.name)&&(r=r.concat(A9(t.state.doc,i)));return{options:r,from:n?e.from:t.pos,validFor:D3}}const Ei=mo.define({name:"javascript",parser:hX.configure({props:[ah.add({IfStatement:D1({except:/^\s*({|else\b)/}),TryStatement:D1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:sN,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:lN({closing:"}"}),ArrowFunction:t=>t.baseIndent+t.unit,"TemplateString BlockComment":()=>null,"Statement Property":D1({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}}),lh.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":rw,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:"$"}}),T9={test:t=>/^JSX/.test(t.name),facet:J7({commentTokens:{block:{open:"{/*",close:"*/}"}}})},M9=Ei.configure({dialect:"ts"},"typescript"),E9=Ei.configure({dialect:"jsx",props:[Wg.add(t=>t.isTop?[T9]:void 0)]}),$9=Ei.configure({dialect:"jsx ts",props:[Wg.add(t=>t.isTop?[T9]:void 0)]},"typescript");let Q9=t=>({label:t,type:"keyword"});const C9="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(Q9),OX=C9.concat(["declare","implements","private","protected","public"].map(Q9));function Z9(t={}){let e=t.jsx?t.typescript?$9:E9:t.typescript?M9:Ei,n=t.typescript?dX.concat(OX):S9.concat(C9);return new Gg(e,[Ei.data.of({autocomplete:KV(k9,GV(n))}),Ei.data.of({autocomplete:gX}),t.jsx?bX:[]])}function xX(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 X3(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 yX=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),bX=Le.inputHandler.of((t,e,n,r,i)=>{if((yX?t.composing:t.compositionStarted)||t.state.readOnly||e!=n||r!=">"&&r!="/"||!Ei.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m;let{head:p}=f,O=rn(o).resolveInner(p-1,-1),b;if(O.name=="JSXStartTag"&&(O=O.parent),!(o.doc.sliceString(p-1,p)!=r||O.name=="JSXAttributeValue"&&O.to>p)){if(r==">"&&O.name=="JSXFragmentTag")return{range:f,changes:{from:p,insert:"</>"}};if(r=="/"&&O.name=="JSXStartCloseTag"){let v=O.parent,S=v.parent;if(S&&v.from==p-2&&((b=X3(o.doc,S.firstChild,p))||((m=S.firstChild)===null||m===void 0?void 0:m.name)=="JSXFragmentTag")){let w=`${b}>`;return{range:de.cursor(p+w.length,-1),changes:{from:p,insert:w}}}}else if(r==">"){let v=xX(O);if(v&&v.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(o.doc.sliceString(p,p+2))&&(b=X3(o.doc,v,p)))return{range:f,changes:{from:p,insert:`</${b}>`}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)}),Qc=["_blank","_self","_top","_parent"],w2=["ascii","utf-8","utf-16","latin1","latin1"],A2=["get","post","put","delete"],k2=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],kr=["true","false"],ze={},vX={a:{attrs:{href:null,ping:null,type:null,media:null,target:Qc,hreflang:null}},abbr:ze,address:ze,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:null,hreflang:null,type:null,shape:["default","rect","circle","poly"]}},article:ze,aside:ze,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["autoplay"],loop:["loop"],controls:["controls"]}},b:ze,base:{attrs:{href:null,target:Qc}},bdi:ze,bdo:ze,blockquote:{attrs:{cite:null}},body:ze,br:ze,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["autofocus"],disabled:["autofocus"],formenctype:k2,formmethod:A2,formnovalidate:["novalidate"],formtarget:Qc,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:ze,center:ze,cite:ze,code:ze,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:ze,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["open"]}},dfn:ze,div:ze,dl:ze,dt:ze,em:ze,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["disabled"],form:null,name:null}},figcaption:ze,figure:ze,footer:ze,form:{attrs:{action:null,name:null,"accept-charset":w2,autocomplete:["on","off"],enctype:k2,method:A2,novalidate:["novalidate"],target:Qc}},h1:ze,h2:ze,h3:ze,h4:ze,h5:ze,h6:ze,head:{children:["title","base","link","style","meta","script","noscript","command"]},header:ze,hgroup:ze,hr:ze,html:{attrs:{manifest:null}},i:ze,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:k2,formmethod:A2,formnovalidate:["novalidate"],formtarget:Qc,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:ze,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["autofocus"],disabled:["disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:ze,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:ze,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:w2,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:ze,noscript:ze,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:ze,param:{attrs:{name:null,value:null}},pre:ze,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:ze,rt:ze,ruby:ze,samp:ze,script:{attrs:{type:["text/javascript"],src:null,async:["async"],defer:["defer"],charset:w2}},section:ze,select:{attrs:{form:null,name:null,size:null,autofocus:["autofocus"],disabled:["disabled"],multiple:["multiple"]}},slot:{attrs:{name:null}},small:ze,source:{attrs:{src:null,type:null,media:null}},span:ze,strong:ze,style:{attrs:{type:["text/css"],media:null,scoped:null}},sub:ze,summary:ze,sup:ze,table:ze,tbody:ze,td:{attrs:{colspan:null,rowspan:null,headers:null}},template:ze,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:ze,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:ze,time:{attrs:{datetime:null}},title:ze,tr:ze,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:null}},ul:{children:["li","script","template","ul","ol"]},var:ze,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:ze},P9={accesskey:null,class:null,contenteditable:kr,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:kr,autocorrect:kr,autocapitalize:kr,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":kr,"aria-autocomplete":["inline","list","both","none"],"aria-busy":kr,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":kr,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":kr,"aria-hidden":kr,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":kr,"aria-multiselectable":kr,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":kr,"aria-relevant":null,"aria-required":kr,"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},j9="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 j9)P9[t]=null;class $f{constructor(e,n){this.tags={...vX,...e},this.globalAttrs={...P9,...n},this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}}$f.default=new $f;function xo(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 yo(t,e=!1){for(;t;t=t.parent)if(t.name=="Element")if(e)e=!1;else return t;return null}function R9(t,e,n){let r=n.tags[xo(t,yo(e))];return(r==null?void 0:r.children)||n.allTags}function gO(t,e){let n=[];for(let r=yo(e);r&&!r.type.isTop;r=yo(r.parent)){let i=xo(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 N9=/^[:\-\.\w\u00b7-\uffff]*$/;function z3(t,e,n,r,i){let l=/\s*>/.test(t.sliceDoc(i,i+5))?"":">",o=yo(n,n.name=="StartTag"||n.name=="TagName");return{from:r,to:i,options:R9(t.doc,o,e).map(c=>({label:c,type:"type"})).concat(gO(t.doc,n).map((c,f)=>({label:"/"+c,apply:"/"+c+l,type:"type",boost:99-f}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}function H3(t,e,n,r){let i=/\s*>/.test(t.sliceDoc(r,r+5))?"":">";return{from:n,to:r,options:gO(t.doc,e).map((l,o)=>({label:l,apply:l+i,type:"type",boost:99-o})),validFor:N9}}function SX(t,e,n,r){let i=[],l=0;for(let o of R9(t.doc,n,e))i.push({label:"<"+o,type:"type"});for(let o of gO(t.doc,n))i.push({label:"</"+o+">",type:"type",boost:99-l++});return{from:r,to:r,options:i,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}function wX(t,e,n,r,i){let l=yo(n),o=l?e.tags[xo(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:N9}}function AX(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 O=yo(n),b=O?e.tags[xo(t.doc,O)]:null;p=(b==null?void 0:b.attrs)&&b.attrs[m]}if(p){let O=t.sliceDoc(r,i).toLowerCase(),b='"',v='"';/^['"]/.test(O)?(f=O[0]=='"'?/^[^"]*$/:/^[^']*$/,b="",v=t.sliceDoc(i,i+1)==O[0]?"":O[0],O=O.slice(1),r++):f=/^[^\s<>='"]*$/;for(let S of p)c.push({label:S,apply:b+S+v,type:"constant"})}}return{from:r,to:i,options:c,validFor:f}}function kX(t,e){let{state:n,pos:r}=e,i=rn(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)?H3(n,i,i.from,r):z3(n,t,i,i.from,r):i.name=="StartTag"||i.name=="IncompleteTag"?z3(n,t,i,r,r):i.name=="StartCloseTag"||i.name=="IncompleteCloseTag"?H3(n,i,r,r):i.name=="OpenTag"||i.name=="SelfClosingTag"||i.name=="AttributeName"?wX(n,t,i,i.name=="AttributeName"?i.from:r,r):i.name=="Is"||i.name=="AttributeValue"||i.name=="UnquotedAttributeValue"?AX(n,t,i,i.name=="Is"?r:i.from,r):e.explicit&&(l.name=="Element"||l.name=="Text"||l.name=="Document")?SX(n,t,i,r):null}function TX(t){let{extraTags:e,extraGlobalAttributes:n}=t,r=n||e?new $f(e,n):$f.default;return i=>kX(r,i)}const MX=Ei.parser.configure({top:"SingleExpression"}),V9=[{tag:"script",attrs:t=>t.type=="text/typescript"||t.lang=="ts",parser:M9.parser},{tag:"script",attrs:t=>t.type=="text/babel"||t.type=="text/jsx",parser:E9.parser},{tag:"script",attrs:t=>t.type=="text/typescript-jsx",parser:$9.parser},{tag:"script",attrs(t){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(t.type)},parser:MX},{tag:"script",attrs(t){return!t.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(t.type)},parser:Ei.parser},{tag:"style",attrs(t){return(!t.lang||t.lang=="css")&&(!t.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(t.type))},parser:Ef.parser}],L9=[{name:"style",parser:Ef.parser.configure({top:"Styles"})}].concat(j9.map(t=>({name:t,parser:Ei.parser}))),_9=mo.define({name:"html",parser:eD.configure({props:[ah.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}}),lh.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}}}),fw.add({"OpenTag CloseTag":t=>t.getChild("TagName")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-_"}}),Y1=_9.configure({wrap:m9(V9,L9)});function Y3(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=m9((t.nestedLanguages||[]).concat(V9),(t.nestedAttributes||[]).concat(L9)));let r=n?_9.configure({wrap:n,dialect:e}):e?Y1.configure({dialect:e}):Y1;return new Gg(r,[Y1.data.of({autocomplete:TX(t)}),t.autoCloseTags!==!1?EX:[],Z9().support,b9().support])}const B3=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),EX=Le.inputHandler.of((t,e,n,r,i)=>{if(t.composing||t.state.readOnly||e!=n||r!=">"&&r!="/"||!Y1.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m,p,O;let b=o.doc.sliceString(f.from-1,f.to)==r,{head:v}=f,S=rn(o).resolveInner(v,-1),w;if(b&&r==">"&&S.name=="EndTag"){let k=S.parent;if(((p=(m=k.parent)===null||m===void 0?void 0:m.lastChild)===null||p===void 0?void 0:p.name)!="CloseTag"&&(w=xo(o.doc,k.parent,v))&&!B3.has(w)){let M=v+(o.doc.sliceString(v,v+1)===">"?1:0),R=`</${w}>`;return{range:f,changes:{from:v,to:M,insert:R}}}}else if(b&&r=="/"&&S.name=="IncompleteCloseTag"){let k=S.parent;if(S.from==v-2&&((O=k.lastChild)===null||O===void 0?void 0:O.name)!="CloseTag"&&(w=xo(o.doc,k,v))&&!B3.has(w)){let M=v+(o.doc.sliceString(v,v+1)===">"?1:0),R=`${w}>`;return{range:de.cursor(v+R.length,-1),changes:{from:v,to:M,insert:R}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function $X(t){switch(t){case"html":return Y3();case"css":return b9();case"javascript":case"js":case"typescript":case"ts":return Z9({typescript:t==="typescript"||t==="ts"});default:return Y3()}}function QX(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 CX=h.memo(function({content:e,filePath:n,language:r,onChange:i,readOnly:l=!1}){const o=h.useRef(null),c=h.useRef(null),f=h.useRef(i);f.current=i;const m=h.useCallback(p=>{if(o.current&&(o.current.destroy(),o.current=null),!p)return;c.current=p;const O=r??(n?QX(n):"html"),b=Le.updateListener.of(S=>{S.docChanged&&f.current&&f.current(S.state.doc.toString())}),v=St.create({doc:e,extensions:[kR(),fR(),ER(),BN(),xN(),cN(),QN(),hL(),ML(),Bg.of([...gL,...IV,...UL,...eV]),$X(O),o_,b,St.readOnly.of(l),Le.theme({"&":{height:"100%"},".cm-scroller":{overflow:"auto"}})]});o.current=new Le({state:v,parent:p})},[e,n,r,l]);return g.jsx("div",{ref:m,className:"h-full w-full overflow-hidden"})}),Ws={width:1920,height:1080},F3=3,ZX=10;function PX(t){const e=Number.isFinite(t.stageWidth)&&t.stageWidth>0?t.stageWidth:Ws.width,n=Number.isFinite(t.stageHeight)&&t.stageHeight>0?t.stageHeight:Ws.height,r=t.cardWidth/e,i=t.cardHeight/n;return Math.min(r,i)}function jX(t){return Number.isFinite(t)&&t!=null&&t>0&&t<F3?t/2:F3}function q3(t){if(t==null)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function RX(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 q3((i==null?void 0:i.getAttribute("data-composition-duration"))??null)??q3((i==null?void 0:i.getAttribute("data-duration"))??null)}function NX(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,jX(RX(t))),!0):!1}function VX({projectId:t,comp:e,isActive:n,onSelect:r}){const[i,l]=h.useState(!1),[o,c]=h.useState(Ws),f=h.useRef(null),m=h.useRef(null),p=h.useRef(null),O=h.useCallback(M=>{p.current&&(clearTimeout(p.current),p.current=null);const R=$=>{NX(f.current,M)||$<=0||(p.current=setTimeout(()=>R($-1),100))};R(ZX)},[]),b=()=>{m.current=setTimeout(()=>l(!0),300)},v=()=>{m.current&&(clearTimeout(m.current),m.current=null),l(!1)},S=e.replace(/^compositions\//,"").replace(/\.html$/,""),w=`/api/projects/${t}/preview/comp/${e}`,k=PX({cardWidth:80,cardHeight:45,stageWidth:o.width,stageHeight:o.height});return h.useEffect(()=>{O(i)},[i,O]),h.useEffect(()=>()=>{m.current&&clearTimeout(m.current),p.current&&clearTimeout(p.current)},[]),g.jsxs("div",{onClick:r,onPointerEnter:b,onPointerLeave:v,className:`w-full text-left px-2 py-1.5 flex items-center gap-2.5 transition-colors cursor-pointer ${n?"bg-studio-accent/10 border-l-2 border-studio-accent":"border-l-2 border-transparent hover:bg-neutral-800/50"}`,children:[g.jsx("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:g.jsx("iframe",{ref:f,src:w,sandbox:"allow-scripts allow-same-origin",loading:"lazy",className:"absolute left-0 top-0 border-none pointer-events-none",style:{transformOrigin:"0 0",width:o.width,height:o.height,transform:`scale(${k})`},onLoad:M=>{var R;try{const P=(R=M.currentTarget.contentDocument)==null?void 0:R.querySelector("[data-composition-id]"),E=Number(P==null?void 0:P.getAttribute("data-width"))||Ws.width,j=Number(P==null?void 0:P.getAttribute("data-height"))||Ws.height;c({width:E,height:j}),O(i)}catch{c(Ws)}},title:`${S} preview`,tabIndex:-1})}),g.jsxs("div",{className:"min-w-0 flex-1",children:[g.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:S}),g.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})]})}const LX=h.memo(function({projectId:e,compositions:n,activeComposition:r,onSelect:i}){return n.length===0?g.jsx("div",{className:"flex-1 flex items-center justify-center px-4",children:g.jsx("p",{className:"text-xs text-neutral-600 text-center",children:"No compositions found"})}):g.jsx("div",{className:"flex-1 overflow-y-auto",children:n.map(l=>g.jsx(VX,{projectId:e,comp:l,isActive:r===l,onSelect:()=>i(l)},l))})});function D9({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?g.jsx("img",{src:e,alt:"",draggable:!1,className:"w-full h-full object-contain"}):g.jsx("div",{className:"w-full h-full bg-neutral-800 animate-pulse"})}function _X({serveUrl:t,name:e,isImage:n,isVideo:r,isAudio:i}){return g.jsxs(g.Fragment,{children:[n&&g.jsx("img",{src:t,alt:e,loading:"lazy",className:"w-full h-full object-contain",onError:l=>{l.target.style.display="none"}}),r&&g.jsx(D9,{src:t}),i&&g.jsx("div",{className:"w-full h-full flex items-center justify-center",children:g.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-purple-400",children:[g.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("circle",{cx:"6",cy:"18",r:"3"}),g.jsx("circle",{cx:"18",cy:"16",r:"3"})]})}),!n&&!r&&!i&&g.jsx("div",{className:"w-full h-full flex items-center justify-center",children:g.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[g.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]})})]})}function DX({projectId:t,asset:e,onCopy:n,isCopied:r,onDelete:i,onRename:l}){const[o,c]=h.useState(!1),[f,m]=h.useState(null),[p,O]=h.useState(!1),[b,v]=h.useState(""),[S,w]=h.useState(!1),k=e.split("/").pop()??e,M=`/api/projects/${t}/preview/${e}`,R=dg.test(e);return g.jsxs(g.Fragment,{children:[g.jsxs("div",{draggable:!0,onClick:()=>n(e),onDragStart:$=>{$.dataTransfer.effectAllowed="copy",$.dataTransfer.setData(z2,JSON.stringify({path:e})),$.dataTransfer.setData("text/plain",e)},onContextMenu:$=>{$.preventDefault(),m({x:$.clientX,y:$.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:[g.jsxs("div",{className:"w-16 h-10 rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[g.jsx(_X,{serveUrl:M,name:k,isImage:Wc.test(e),isVideo:R,isAudio:mg.test(e)}),R&&o&&g.jsx("video",{src:M,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"})]}),g.jsx("div",{className:"min-w-0 flex-1",children:p?g.jsx("input",{autoFocus:!0,value:b,onChange:$=>v($.target.value),onKeyDown:$=>{if($.key==="Enter"){$.preventDefault();const P=b.trim();if(P&&P!==k){const E=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,E+P)}O(!1)}else $.key==="Escape"&&O(!1)},onBlur:()=>{const $=b.trim();if($&&$!==k){const P=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,P+$)}O(!1)},onClick:$=>$.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}):g.jsxs(g.Fragment,{children:[g.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:k}),r?g.jsx("span",{className:"text-[9px] text-studio-accent",children:"Copied!"}):g.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})})]}),f&&g.jsx("div",{className:"fixed inset-0 z-[200]",onClick:()=>m(null),onContextMenu:$=>{$.preventDefault(),m(null)},children:g.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:[g.jsx("button",{onClick:$=>{$.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&&g.jsx("button",{onClick:$=>{$.stopPropagation(),v(k),O(!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&&g.jsx("button",{onClick:$=>{$.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&&g.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:[g.jsxs("span",{className:"text-[10px] text-red-400 truncate",children:["Delete ",k,"?"]}),g.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[g.jsx("button",{onClick:$=>{$.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"}),g.jsx("button",{onClick:$=>{$.stopPropagation(),w(!1)},className:"px-2 py-0.5 text-[10px] rounded text-neutral-400 hover:text-neutral-200 transition-colors",children:"Cancel"})]})]})]})}const XX=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),O=h.useCallback(S=>{S.preventDefault(),f(!1),S.dataTransfer.files.length&&(r==null||r(S.dataTransfer.files))},[r]),b=h.useCallback(async S=>{await Ic(S)&&(p(S),setTimeout(()=>p(null),1500))},[]),v=n.filter(S=>_b.test(S));return g.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:O,children:[r&&g.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800/40 flex-shrink-0",children:[g.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:[g.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",children:g.jsx("path",{d:"M12 5v14M5 12h14"})}),"Import media"]}),g.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="")}})]}),g.jsx("div",{className:"flex-1 overflow-y-auto",children:v.length===0?g.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[g.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[g.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("polyline",{points:"17 8 12 3 7 8",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15",strokeLinecap:"round"})]}),g.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"Drop media files here"})]}):v.map(S=>g.jsx(DX,{projectId:e,asset:S,onCopy:b,isCopied:m===S,onDelete:i,onRename:l},S))})]})}),yn=14,Pn="duotone";function X9({path:t}){var r;const e=((r=t.split(".").pop())==null?void 0:r.toLowerCase())??"",n="flex-shrink-0";return e==="html"?g.jsx(c$,{size:yn,weight:Pn,color:"#E44D26",className:n}):e==="css"?g.jsx(o$,{size:yn,weight:Pn,color:"#264DE4",className:n}):e==="js"||e==="mjs"||e==="cjs"?g.jsx(f$,{size:yn,weight:Pn,color:"#F0DB4F",className:n}):e==="jsx"?g.jsx(h$,{size:yn,weight:Pn,color:"#61DAFB",className:n}):e==="ts"||e==="mts"?g.jsx(g$,{size:yn,weight:Pn,color:"#3178C6",className:n}):e==="tsx"?g.jsx(O$,{size:yn,weight:Pn,color:"#3178C6",className:n}):e==="json"?g.jsx(s$,{size:yn,weight:Pn,color:"#4ADE80",className:n}):e==="svg"?g.jsx(p$,{size:yn,weight:Pn,color:"#F97316",className:n}):e==="md"||e==="mdx"?g.jsx(d$,{size:yn,weight:Pn,color:"#9CA3AF",className:n}):e==="txt"?g.jsx(x$,{size:yn,weight:Pn,color:"#9CA3AF",className:n}):e==="png"?g.jsx(m$,{size:yn,weight:Pn,color:"#22C55E",className:n}):e==="jpg"||e==="jpeg"?g.jsx(u$,{size:yn,weight:Pn,color:"#22C55E",className:n}):e==="webp"||e==="gif"||e==="ico"?g.jsx(S$,{size:yn,weight:Pn,color:"#22C55E",className:n}):e==="mp4"||e==="webm"||e==="mov"?g.jsx(y$,{size:yn,weight:Pn,color:"#A855F7",className:n}):e==="mp3"||e==="wav"||e==="ogg"||e==="m4a"?g.jsx(C$,{size:yn,weight:Pn,color:"#3CE6AC",className:n}):e==="woff"||e==="woff2"||e==="ttf"||e==="otf"?g.jsx(E$,{size:yn,weight:Pn,color:"#6B7280",className:n}):g.jsx(l$,{size:yn,weight:Pn,color:"#6B7280",className:n})}function zX(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 z9(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 OO(t,e){if(!e)return!1;if(t.fullPath===e)return!0;for(const n of t.children.values())if(OO(n,e))return!0;return!1}function HX({state:t,onClose:e,onNewFile:n,onNewFolder:r,onRename:i,onDuplicate:l,onDelete:o}){const c=h.useRef(null);h.useEffect(()=>{const O=v=>{c.current&&!c.current.contains(v.target)&&e()},b=v=>{v.key==="Escape"&&e()};return document.addEventListener("mousedown",O),document.addEventListener("keydown",b),()=>{document.removeEventListener("mousedown",O),document.removeEventListener("keydown",b)}},[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 g.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&&g.jsxs(g.Fragment,{children:[g.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:[g.jsx(G5,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),g.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:[g.jsx(yv,{size:12,weight:"duotone",className:"text-neutral-500"}),"New Folder"]}),g.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),!t.targetIsFolder&&g.jsxs(g.Fragment,{children:[g.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:[g.jsx(G5,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),g.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),g.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:[g.jsx(k$,{size:12,weight:"duotone",className:"text-neutral-500"}),"Rename"]}),!t.targetIsFolder&&g.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:[g.jsx(i$,{size:12,weight:"duotone",className:"text-neutral-500"}),"Duplicate"]}),g.jsx("div",{className:"border-t border-neutral-700 my-1"}),g.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:[g.jsx(Q$,{size:12,weight:"duotone"}),"Delete"]})]})}function Qf({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 b=l.current;if(b)if(b.focus(),t&&t.includes(".")){const v=t.lastIndexOf(".");b.setSelectionRange(0,v)}else b.select()},[t]);const m=b=>{o.current||(o.current=!0,r(b))},p=b=>{if(b.key==="Enter"){b.preventDefault();const v=c.trim();v&&!(/[/\\]/.test(v)||v.includes(".."))?m(v):i()}else b.key==="Escape"&&(b.preventDefault(),i())},O=()=>{const b=c.trim();b&&b!==t&&!(/[/\\]/.test(b)||b.includes(".."))?m(b):i()};return g.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?g.jsx(b$,{size:yn,weight:"duotone",color:"#6B7280",className:"flex-shrink-0"}):g.jsx(X9,{path:c}),g.jsx("input",{ref:l,value:c,onChange:b=>f(b.target.value),onKeyDown:p,onBlur:O,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 YX({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]),g.jsxs("div",{ref:r,className:"mx-1 my-0.5 p-2 bg-neutral-800 border border-neutral-700 rounded-md text-xs",children:[g.jsxs("p",{className:"text-neutral-300 mb-2",children:["Delete ",g.jsx("span",{className:"font-medium text-neutral-100",children:t}),"?"]}),g.jsxs("div",{className:"flex gap-1.5",children:[g.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"}),g.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"})]})]})}function H9({node:t,depth:e,activeFile:n,onSelectFile:r,defaultOpen:i,onContextMenu:l,inlineInput:o,onDragStart:c,onDragOver:f,onDrop:m,onDragLeave:p,dragOverFolder:O}){const[b,v]=h.useState(i),S=h.useCallback(()=>v($=>!$),[]),w=h.useMemo(()=>z9(t.children),[t.children]),k=b?YZ:BZ,M=O===t.fullPath;return(o==null?void 0:o.mode)==="rename"&&o.originalPath===t.fullPath?g.jsx(Qf,{defaultValue:o.originalName??t.name,depth:e,isFolder:!0,onCommit:$=>{var P;(P=o==null?void 0:o.onCommit)==null||P.call(o,$)},onCancel:()=>{var $;($=o==null?void 0:o.onCancel)==null||$.call(o)}}):g.jsxs(g.Fragment,{children:[g.jsxs("button",{draggable:!0,onDragStart:$=>c($,t.fullPath),onClick:S,onContextMenu:$=>{$.preventDefault(),l($,t.fullPath,!0)},onDragOver:$=>{$.preventDefault(),$.stopPropagation(),f($,t.fullPath)},onDrop:$=>{$.preventDefault(),$.stopPropagation(),m($,t.fullPath)},onDragLeave:p,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 ${M?"bg-[#3CE6AC]/10 outline outline-1 outline-[#3CE6AC]/40":""}`,style:{paddingLeft:`${8+e*12}px`},children:[g.jsx(k,{size:10,className:"flex-shrink-0 text-neutral-600"}),g.jsx("span",{className:"truncate font-medium",children:t.name})]}),b&&g.jsxs(g.Fragment,{children:[o&&(o.mode==="new-file"||o.mode==="new-folder")&&o.parentPath===t.fullPath&&g.jsx(Qf,{defaultValue:"",depth:e+1,isFolder:o.mode==="new-folder",onCommit:$=>{var P;(P=o==null?void 0:o.onCommit)==null||P.call(o,$)},onCancel:()=>{var $;($=o==null?void 0:o.onCancel)==null||$.call(o)}}),w.map($=>$.isFile&&$.children.size===0?g.jsx(ag,{node:$,depth:e+1,activeFile:n,onSelectFile:r,onContextMenu:l,inlineInput:o,onDragStart:c},$.fullPath):$.children.size>0?g.jsx(H9,{node:$,depth:e+1,activeFile:n,onSelectFile:r,defaultOpen:OO($,n),onContextMenu:l,inlineInput:o,onDragStart:c,onDragOver:f,onDrop:m,onDragLeave:p,dragOverFolder:O},$.fullPath):g.jsx(ag,{node:$,depth:e+1,activeFile:n,onSelectFile:r,onContextMenu:l,inlineInput:o,onDragStart:c},$.fullPath))]})]})}function ag({node:t,depth:e,activeFile:n,onSelectFile:r,onContextMenu:i,inlineInput:l,onDragStart:o}){const c=t.fullPath===n;return(l==null?void 0:l.mode)==="rename"&&l.originalPath===t.fullPath?g.jsx(Qf,{defaultValue:l.originalName??t.name,depth:e,isFolder:!1,onCommit:m=>{var p;(p=l==null?void 0:l.onCommit)==null||p.call(l,m)},onCancel:()=>{var m;(m=l==null?void 0:l.onCancel)==null||m.call(l)}}):g.jsxs("button",{draggable:!0,onDragStart:m=>o(m,t.fullPath),onClick:()=>r(t.fullPath),onContextMenu:m=>{m.preventDefault(),i(m,t.fullPath,!1)},className:`w-full flex items-center gap-2 py-1 min-h-7 text-left transition-all text-xs ${c?"bg-neutral-800/60 text-neutral-200":"text-neutral-500 hover:bg-neutral-800/30 hover:text-neutral-300"}`,style:{paddingLeft:`${8+e*12+14}px`},children:[g.jsx(X9,{path:t.name}),g.jsx("span",{className:"truncate",children:t.name})]})}const BX=h.memo(function({files:e,activeFile:n,onSelectFile:r,onCreateFile:i,onCreateFolder:l,onDeleteFile:o,onRenameFile:c,onDuplicateFile:f,onMoveFile:m,onImportFiles:p}){const O=h.useMemo(()=>zX(e),[e]),b=h.useMemo(()=>z9(O.children),[O]),[v,S]=h.useState(null),[w,k]=h.useState(null),[M,R]=h.useState(null),[$,P]=h.useState(null),E=h.useRef(null),j=!!(i||l||o||c||f),Q=h.useCallback((T,C,B)=>{j&&(T.preventDefault(),S({x:T.clientX,y:T.clientY,targetPath:C,targetIsFolder:B}))},[j]),_=h.useCallback(()=>S(null),[]),W=h.useCallback(T=>{k({parentPath:T,mode:"new-file",onCommit:C=>{const B=T?`${T}/${C}`:C;i==null||i(B),k(null)},onCancel:()=>k(null)})},[i]),G=h.useCallback(T=>{k({parentPath:T,mode:"new-folder",onCommit:C=>{const B=T?`${T}/${C}`:C;l==null||l(B),k(null)},onCancel:()=>k(null)})},[l]),X=h.useCallback(T=>{const C=T.includes("/")?T.slice(T.lastIndexOf("/")+1):T,B=T.includes("/")?T.slice(0,T.lastIndexOf("/")):"";k({parentPath:B,mode:"rename",originalPath:T,originalName:C,onCommit:ee=>{if(ee!==C){const ue=B?`${B}/${ee}`:ee;c==null||c(T,ue)}k(null)},onCancel:()=>k(null)})},[c]),H=h.useCallback(T=>{f==null||f(T)},[f]),q=h.useCallback(T=>{R(T)},[]),oe=h.useCallback(()=>{M&&(o==null||o(M),R(null))},[M,o]),D=h.useCallback(()=>{R(null)},[]),N=h.useCallback((T,C)=>{E.current=C,T.dataTransfer.effectAllowed="move",T.dataTransfer.setData("text/plain",C)},[]),z=h.useCallback((T,C)=>{P(C)},[]),V=h.useCallback((T,C)=>{if(T.dataTransfer.files.length>0&&!E.current){T.preventDefault(),p==null||p(T.dataTransfer.files,C||void 0),P(null);return}const B=E.current;if(!B||!m){P(null);return}const ee=B.includes("/")?B.slice(B.lastIndexOf("/")+1):B,ue=C?`${C}/${ee}`:ee;ue!==B&&!C.startsWith(B+"/")&&m(B,ue),P(null),E.current=null},[m,p]),L=h.useCallback(()=>{P(null)},[]),F=h.useCallback(T=>{j&&T.target===T.currentTarget&&(T.preventDefault(),S({x:T.clientX,y:T.clientY,targetPath:"",targetIsFolder:!0}))},[j]);return g.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[j&&g.jsxs("div",{className:"flex items-center justify-between px-2.5 py-1.5 border-b border-neutral-800/50 flex-shrink-0",children:[g.jsx("span",{className:"text-[10px] font-semibold tracking-wider text-neutral-600 uppercase",children:"Files"}),g.jsxs("div",{className:"flex items-center gap-0.5",children:[g.jsx("button",{onClick:()=>W(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New File",children:g.jsx(Tv,{size:12,weight:"bold"})}),g.jsx("button",{onClick:()=>G(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New Folder",children:g.jsx(yv,{size:12,weight:"duotone"})})]})]}),g.jsxs("div",{className:`flex-1 overflow-y-auto py-1 transition-colors ${$===""?"bg-[#3CE6AC]/5 outline outline-1 outline-[#3CE6AC]/30 -outline-offset-1":""}`,onContextMenu:F,onDragOver:T=>{T.preventDefault(),T.target===T.currentTarget&&P("")},onDragLeave:T=>{T.target===T.currentTarget&&P(null)},onDrop:T=>{T.preventDefault(),V(T,"")},children:[w&&(w.mode==="new-file"||w.mode==="new-folder")&&w.parentPath===""&&g.jsx(Qf,{defaultValue:"",depth:0,isFolder:w.mode==="new-folder",onCommit:T=>{var C;return(C=w.onCommit)==null?void 0:C.call(w,T)},onCancel:()=>{var T;return(T=w.onCancel)==null?void 0:T.call(w)}}),b.map(T=>T.isFile&&T.children.size===0?g.jsx(ag,{node:T,depth:0,activeFile:n,onSelectFile:r,onContextMenu:Q,inlineInput:w,onDragStart:N},T.fullPath):g.jsx(H9,{node:T,depth:0,activeFile:n,onSelectFile:r,defaultOpen:OO(T,n),onContextMenu:Q,inlineInput:w,onDragStart:N,onDragOver:z,onDrop:V,onDragLeave:L,dragOverFolder:$},T.fullPath))]}),M&&g.jsx("div",{className:"border-t border-neutral-800/50 flex-shrink-0",children:g.jsx(YX,{name:M.includes("/")?M.slice(M.lastIndexOf("/")+1):M,onConfirm:oe,onCancel:D})}),v&&g.jsx(HX,{state:v,onClose:_,onNewFile:W,onNewFolder:G,onRename:X,onDuplicate:H,onDelete:q})]})}),Y9="hf-studio-sidebar-tab";function FX(){const t=localStorage.getItem(Y9);return t==="assets"?"assets":t==="code"?"code":"compositions"}const qX=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:O,onCreateFolder:b,onDeleteFile:v,onRenameFile:S,onDuplicateFile:w,onMoveFile:k,codeChildren:M,onLint:R,linting:$,onToggleCollapse:P,takeoverContent:E},j){const[Q,_]=h.useState(FX),W=h.useCallback(G=>{_(G),localStorage.setItem(Y9,G)},[]);return h.useImperativeHandle(j,()=>({selectTab:W}),[W]),g.jsx("div",{className:"flex flex-col h-full bg-neutral-950 border-r border-neutral-800/50",style:{width:e},children:E?g.jsx("div",{className:"flex min-h-0 flex-1",children:E}):g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"border-b border-neutral-800/50 px-3 py-3 flex-shrink-0",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.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:[g.jsx("button",{type:"button",onClick:()=>W("code"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Q==="code"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Code"}),g.jsx("button",{type:"button",onClick:()=>W("compositions"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Q==="compositions"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Comps"}),g.jsx("button",{type:"button",onClick:()=>W("assets"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Q==="assets"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Assets"})]}),P&&g.jsx("button",{type:"button",onClick:P,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:g.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:[g.jsx("path",{d:"m14 7-5 5 5 5"}),g.jsx("path",{d:"M19 4v16"})]})})]})}),Q==="compositions"&&g.jsx(LX,{projectId:n,compositions:r,activeComposition:l,onSelect:o}),Q==="assets"&&g.jsx(XX,{projectId:n,assets:i,onImport:c,onDelete:v,onRename:S}),Q==="code"&&g.jsxs("div",{className:"flex flex-1 min-h-0",children:[((f==null?void 0:f.length)??0)>0&&g.jsx("div",{className:"w-[160px] flex-shrink-0 border-r border-neutral-800 overflow-y-auto",children:g.jsx(BX,{files:f??[],activeFile:(m==null?void 0:m.path)??null,onSelectFile:p??(()=>{}),onCreateFile:O,onCreateFolder:b,onDeleteFile:v,onRenameFile:S,onDuplicateFile:w,onMoveFile:k,onImportFiles:c})}),g.jsx("div",{className:"flex-1 overflow-hidden min-w-0",children:M??g.jsx("div",{className:"flex items-center justify-center h-full text-neutral-600 text-sm",children:"Select a file to edit"})})]}),R&&g.jsx("div",{className:"border-t border-neutral-800 p-2 flex-shrink-0",children:g.jsxs("button",{onClick:R,disabled:$,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:[g.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[g.jsx("path",{d:"M9 11l3 3L22 4"}),g.jsx("path",{d:"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11"})]}),$?"Linting…":"Lint"]})})]})})}));function UX({projectId:t,filePath:e}){const n=`/api/projects/${t}/preview/${e}`,r=e.split("/").pop()??e;return Wc.test(e)?g.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[g.jsx("img",{src:n,alt:r,className:"max-w-full max-h-[70%] object-contain rounded border border-neutral-800"}),g.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):dg.test(e)?g.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[g.jsx("video",{src:n,controls:!0,className:"max-w-full max-h-[70%] rounded border border-neutral-800"}),g.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):mg.test(e)?g.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-3",children:[g.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[g.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("circle",{cx:"6",cy:"18",r:"3"}),g.jsx("circle",{cx:"18",cy:"16",r:"3"})]}),g.jsx("audio",{src:n,controls:!0,className:"w-full max-w-[280px]"}),g.jsx("span",{className:"text-[11px] text-neutral-500 font-mono",children:e})]}):g.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-2",children:[g.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[g.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]}),g.jsx("span",{className:"text-sm text-neutral-400 font-medium",children:r}),g.jsx("span",{className:"text-[11px] text-neutral-600 font-mono",children:e}),g.jsx("span",{className:"text-[10px] text-neutral-600",children:"Binary file — preview not available"})]})}const B9=h.createContext(null);function F9(){const t=h.useContext(B9);if(!t)throw new Error("useFileManagerContext must be used within FileManagerProvider");return t}function IX({value:{editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,setFileTree:i,editingPathRef:l,projectIdRef:o,saveTimerRef:c,importedFontAssetsRef:f,readProjectFile:m,writeProjectFile:p,readOptionalProjectFile:O,handleFileSelect:b,handleContentChange:v,refreshFileTree:S,uploadProjectFiles:w,handleCreateFile:k,handleCreateFolder:M,handleDeleteFile:R,handleRenameFile:$,handleDuplicateFile:P,handleMoveFile:E,handleImportFiles:j,handleImportFonts:Q,compositions:_,assets:W,fontAssets:G},children:X}){const H=h.useMemo(()=>({editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,setFileTree:i,editingPathRef:l,projectIdRef:o,saveTimerRef:c,importedFontAssetsRef:f,readProjectFile:m,writeProjectFile:p,readOptionalProjectFile:O,handleFileSelect:b,handleContentChange:v,refreshFileTree:S,uploadProjectFiles:w,handleCreateFile:k,handleCreateFolder:M,handleDeleteFile:R,handleRenameFile:$,handleDuplicateFile:P,handleMoveFile:E,handleImportFiles:j,handleImportFonts:Q,compositions:_,assets:W,fontAssets:G}),[t,e,n,r,i,l,o,c,f,m,p,O,b,v,S,w,k,M,R,$,P,E,j,Q,_,W,G]);return g.jsx(B9,{value:H,children:X})}function WX({leftSidebarRef:t,onSelectComposition:e,onLint:n,linting:r}){const{leftCollapsed:i,leftWidth:l,toggleLeftSidebar:o,handlePanelResizeStart:c,handlePanelResizeMove:f,handlePanelResizeEnd:m}=$g(),{projectId:p}=Uf(),{compositions:O,assets:b,editingFile:v,fileTree:S,handleFileSelect:w,handleCreateFile:k,handleCreateFolder:M,handleDeleteFile:R,handleRenameFile:$,handleDuplicateFile:P,handleMoveFile:E,handleImportFiles:j,handleContentChange:Q}=F9();return i?g.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:g.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:g.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:[g.jsx("path",{d:"M5 4v16"}),g.jsx("path",{d:"m10 7 5 5-5 5"})]})})}):g.jsxs(g.Fragment,{children:[g.jsx(qX,{ref:t,width:l,projectId:p,compositions:O,assets:b,activeComposition:(v==null?void 0:v.path)??null,onSelectComposition:e,fileTree:S,editingFile:v,onSelectFile:w,onCreateFile:k,onCreateFolder:M,onDeleteFile:R,onRenameFile:$,onDuplicateFile:P,onMoveFile:E,onImportFiles:j,codeChildren:v?Db(v.path)?g.jsx(UX,{projectId:p,filePath:v.path}):g.jsx(CX,{content:v.content??"",filePath:v.path,onChange:Q}):void 0,onLint:n,linting:r,onToggleCollapse:o}),g.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:_=>c("left",_),onPointerMove:f,onPointerUp:m,children:g.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})})]})}function GX({projectId:t,directUrl:e}){return e??t}const KX=h.memo(function({projectId:e,iframeRef:n,onIframeLoad:r,onCompositionLoadingChange:i,portrait:l,directUrl:o,refreshKey:c,suppressLoadingOverlay:f}){const m=GX({projectId:e,directUrl:o}),p=h.useRef(c),[O,b]=h.useState(null),v=h.useRef(null);if(c!==p.current){const k=`${m}:${p.current??0}`;p.current=c,b(k)}const S=`${m}:${c??0}`,w=()=>{r(),v.current&&clearTimeout(v.current),v.current=setTimeout(()=>{b(null),v.current=null},160)};return g.jsx("div",{className:"flex flex-col h-full min-h-0",children:g.jsxs("div",{className:"relative flex-1 flex items-center justify-center p-2 overflow-hidden min-h-0 outline-none focus:ring-1 focus:ring-studio-accent/40",tabIndex:0,"aria-label":"Composition preview",children:[O&&g.jsx(_2,{projectId:o?void 0:e,directUrl:o,onLoad:()=>{},portrait:l,style:{position:"absolute",inset:0,zIndex:0,opacity:1}},O),g.jsx(_2,{ref:n,projectId:o?void 0:e,directUrl:o,onLoad:O?w:r,onCompositionLoadingChange:i,portrait:l,style:O?{position:"absolute",inset:0,zIndex:1}:void 0,suppressLoadingOverlay:f},S)]})})});function JX({stack:t,onNavigate:e}){return t.length<=1?null:g.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:[g.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:g.jsx(JE,{size:12,weight:"bold"})}),t.map((n,r)=>{const i=r===t.length-1;return g.jsxs("span",{className:"flex items-center gap-1",children:[r>0&&g.jsx(Gb,{size:10,className:"text-neutral-600 flex-shrink-0"}),i?g.jsx("span",{className:"text-xs text-neutral-200 font-medium",children:n.label}):g.jsx("button",{type:"button",onClick:()=>e(r),className:"text-xs text-neutral-500 hover:text-neutral-200 transition-colors",children:n.label})]},n.id)})]})}const ez=100,tz=220,nz=120;const rz=h.memo(function({projectId:e,portrait:n,previewOverlay:r,timelineToolbar:i,timelineFooter:l,refreshKey:o,activeCompositionPath:c,onIframeRef:f,onCompositionChange:m,renderClipContent:p,onFileDrop:O,onDeleteElement:b,onAssetDrop:v,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:k,onSelectTimelineElement:M,onCompIdToSrcChange:R,timelineVisible:$,onToggleTimeline:P,onCompositionLoadingChange:E}){const{iframeRef:j,togglePlay:Q,seek:_,onIframeLoad:W,saveSeekPosition:G}=sE(),X=h.useRef(e);X.current!==e&&(X.current=e,Ze.getState().reset());const H=h.useRef(o);h.useEffect(()=>{o!==H.current&&(H.current=o,G())},[o,G]);const q=h.useCallback(()=>{W(),f==null||f(j.current)},[W,j,f]),[oe,D]=h.useState(new Map);Gt(()=>{fetch(`/api/projects/${e}/files/index.html`).then(Ae=>Ae.json()).then(Ae=>{const $e=Ae.content||"",Fe=new Map,Ve=/data-composition-id=["']([^"']+)["'][^>]*data-composition-src=["']([^"']+)["']|data-composition-src=["']([^"']+)["'][^>]*data-composition-id=["']([^"']+)["']/g;let qe;for(;(qe=Ve.exec($e))!==null;){const at=qe[1]||qe[4],xt=qe[2]||qe[3];at&&xt&&Fe.set(at,xt)}D(Fe),R==null||R(Fe)}).catch(()=>{})});const N=h.useRef(oe);N.current=oe,h.useEffect(()=>{if(oe.size===0)return;const Ae=Ve=>{const qe=N.current;if(qe.size===0)return null;let at=!1;const xt=Ve.map(Pt=>{if(Pt.compositionSrc)return Pt;const an=qe.get(Pt.id)??qe.get(Pt.id.replace(/-(host|comp|layer)$/,""));return an?(at=!0,{...Pt,compositionSrc:an}):Pt});return at?xt:null},$e=Ae(Ze.getState().elements);$e&&Ze.getState().setElements($e);let Fe=!1;return Ze.subscribe((Ve,qe)=>{if(Fe||Ve.elements===qe.elements||Ve.elements.length===0||Ve.elements.every(xt=>xt.compositionSrc))return;Fe=!0;const at=Ae(Ve.elements);at&&Ve.setElements(at),Fe=!1})},[oe]);const[z,V]=h.useState([{id:"master",label:"Master",previewUrl:`/api/projects/${e}/preview`}]),L=h.useRef(m);L.current=m;const F=h.useCallback(Ae=>{V($e=>{var qe;const Fe=typeof Ae=="function"?Ae($e):Ae,Ve=(qe=Fe[Fe.length-1])==null?void 0:qe.id;return queueMicrotask(()=>{var at;return(at=L.current)==null?void 0:at.call(L,Ve==="master"?null:Ve)}),Fe})},[]),[T,C]=h.useState(tz),B=h.useRef(!1),[ee,ue]=h.useState(!0),ye=h.useCallback(Ae=>{Ae||(B.current=!0),!(Ae&&B.current)&&ue(Ae)},[]),Oe=ee;h.useEffect(()=>{E==null||E(ee)},[ee,E]);const He=$??!0,Ye=h.useRef(!1),se=h.useRef(null),me=z[z.length-1],ve=z.length>1?me.previewUrl:void 0;h.useEffect(()=>{f==null||f(j.current)},[z.length,f,o,j]);const we=h.useRef(0),pe=j,Pe=h.useCallback(Ae=>{var Ve;if(!Ae.compositionSrc)return;we.current=Ze.getState().currentTime,G();const $e=Ae.id;let Fe=oe.get($e);if(!Fe)try{const qe=(Ve=pe.current)==null?void 0:Ve.contentDocument;if(qe){const at=qe.querySelector(`[data-composition-id="${$e}"][data-composition-src]`);at&&(Fe=at.getAttribute("data-composition-src")||void 0)}}catch{}if(!Fe){const qe=Ae.compositionSrc,at=qe.match(/compositions\/.*\.html/);Fe=at?at[0]:qe}Ze.getState().setElements([]),F(qe=>{var an;if(qe[qe.length-1].id===Fe&&qe.length>1)return qe.slice(0,-1);const xt=((an=Fe.split("/").pop())==null?void 0:an.replace(/\.html$/,""))||Fe,Pt=`/api/projects/${e}/preview/comp/${Fe}`;return[...qe,{id:Fe,label:xt,previewUrl:Pt}]})},[e,oe]),je=h.useCallback(Ae=>{Ae===0&&we.current>0&&Ze.getState().setCurrentTime(we.current),G(),Ze.getState().setElements([]),F($e=>$e.slice(0,Ae+1))},[]);h.useEffect(()=>{if(c==="index.html")Ze.getState().setElements([]),F(Ae=>Ae.length>1?[Ae[0]]:Ae);else if(c&&c.startsWith("compositions/")){const Ae=c.replace(/^compositions\//,"").replace(/\.html$/,""),$e=`/api/projects/${e}/preview/comp/${c}`;Ze.getState().setElements([]),F(Fe=>{var Ve;return((Ve=Fe[Fe.length-1])==null?void 0:Ve.id)===c?Fe:[{id:"master",label:"Master",previewUrl:`/api/projects/${e}/preview`},{id:c,label:Ae,previewUrl:$e}]})}else c||Ze.getState().setElements([])},[c,e,F]);const Ie=h.useCallback(Ae=>{Oe||(Ae.preventDefault(),Ye.current=!0,Ae.target.setPointerCapture(Ae.pointerId))},[Oe]),We=h.useCallback(Ae=>{if(Oe||!Ye.current||!se.current)return;const $e=se.current.getBoundingClientRect(),Fe=Ae.clientY-$e.top,Ve=$e.height,qe=Math.max(ez,Math.min(Ve-nz,Ve-Fe));C(qe)},[Oe]),tt=h.useCallback(()=>{Ye.current=!1},[]),mt=h.useCallback(Ae=>{Ae.key==="Escape"&&z.length>1&&F($e=>$e.slice(0,-1))},[z.length]);return g.jsxs("div",{ref:se,className:"flex flex-col h-full min-h-0 bg-neutral-950",onKeyDown:mt,tabIndex:-1,children:[g.jsxs("div",{className:"flex-1 min-h-0 flex flex-col",children:[g.jsxs("div",{className:"flex-1 min-h-0 relative",children:[g.jsx(KX,{projectId:e,iframeRef:j,onIframeLoad:q,onCompositionLoadingChange:ye,portrait:n,directUrl:ve,refreshKey:o,suppressLoadingOverlay:B.current}),r]}),g.jsxs("div",{className:"bg-neutral-950 border-t border-neutral-800/50 flex-shrink-0",children:[z.length>1&&g.jsx(JX,{stack:z,onNavigate:je}),g.jsx(YT,{onTogglePlay:Q,onSeek:_,disabled:Oe})]})]}),He?g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"group h-2 flex-shrink-0 cursor-row-resize flex items-center justify-center z-10",style:{touchAction:"none"},onPointerDown:Ie,onPointerMove:We,onPointerUp:tt,children:g.jsx("div",{className:"h-px w-full bg-white/10 transition-colors group-hover:bg-white/16 group-active:bg-white/22"})}),g.jsxs("div",{className:"relative flex flex-col flex-shrink-0",style:{height:T},"aria-disabled":Oe||void 0,children:[g.jsxs("div",{className:"flex flex-col flex-1 min-h-0 overflow-hidden bg-neutral-950",onDoubleClick:Ae=>{Ae.target.closest("[data-clip]")||Oe||z.length>1&&F($e=>$e.slice(0,-1))},children:[g.jsx("div",{className:"flex-shrink-0",children:i}),g.jsx(RM,{onSeek:_,onDrillDown:Pe,renderClipContent:p,onFileDrop:O,onDeleteElement:b,onAssetDrop:v,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:k,onSelectElement:M})]}),l&&g.jsx("div",{className:"flex-shrink-0",children:l}),Oe&&g.jsx("div",{className:"absolute inset-0 z-30 cursor-not-allowed bg-black/18","data-testid":"timeline-loading-disabled-overlay","aria-hidden":"true",onPointerDown:Ae=>Ae.preventDefault(),onDragOver:Ae=>Ae.preventDefault(),onDrop:Ae=>Ae.preventDefault()})]})]}):P?g.jsx("div",{className:"flex-shrink-0 border-t border-neutral-800/50 bg-neutral-950/96",children:g.jsxs("div",{className:"flex h-10 items-center justify-between px-3",children:[g.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),g.jsxs("button",{type:"button",onClick:P,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:gS(!1),"aria-label":"Show timeline editor",children:[g.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:[g.jsx("rect",{x:"3",y:"13",width:"18",height:"8",rx:"1"}),g.jsx("path",{d:"M7 9h10"}),g.jsx("path",{d:"M8 5h8"})]}),g.jsx("span",{children:"Show"}),g.jsx("span",{className:"hidden rounded bg-white/5 px-1 py-0.5 font-mono text-[9px] text-neutral-500 sm:inline",children:mS})]})]})}):null]})}),iz=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function az(t){return t.metaKey||t.ctrlKey||t.altKey?!1:iz.has(t.key)}function lz(t,e,n){var v,S;let r=null,i=null;try{r=t.contentDocument,i=t.contentWindow}catch{return[]}if(!r||!i)return[];const l=t.getBoundingClientRect(),o=n.getBoundingClientRect(),c=parseFloat(t.style.width)||l.width,f=l.width/c,m=l.left-o.left,p=l.top-o.top,O=r.querySelectorAll(".caption-group"),b=[];for(let w=0;w<e.groupOrder.length;w++){const k=e.groupOrder[w],M=e.groups.get(k);if(!M)continue;const R=O[w];if(!R)continue;const $=i.getComputedStyle(R);if(parseFloat($.opacity)<=.01||$.visibility==="hidden")continue;const P=[];for(const E of R.children){const j=E;if(j.dataset.captionWrapper==="true"){const Q=j.querySelector(":scope > span");Q&&P.push(Q)}else j.tagName==="SPAN"&&P.push(j)}if(P.length===0&&((v=R.textContent)!=null&&v.trim())){const E=R.childNodes[0];if(E&&E.nodeType===Node.TEXT_NODE){const j=(E.textContent||"").split(/\s+/).filter(Boolean),Q=r.createDocumentFragment();for(const _ of j){const W=r.createElement("span");W.textContent=_+" ",W.style.display="inline",Q.appendChild(W),P.push(W)}R.replaceChild(Q,E)}else{const j=R.querySelector(":scope > span");if(j&&((S=j.textContent)!=null&&S.trim())){const Q=j.textContent.split(/\s+/).filter(Boolean),_=r.createDocumentFragment();for(const W of Q){const G=r.createElement("span");G.textContent=W+" ",G.style.display="inline",_.appendChild(G),P.push(G)}j.replaceWith(_)}}}for(let E=0;E<M.segmentIds.length;E++){const j=M.segmentIds[E],Q=P[E];if(!Q)continue;const _=Q.getBoundingClientRect();b.push({segmentId:j,groupId:k,groupIndex:w,wordIndex:E,x:_.left*f+m,y:_.top*f+p,width:_.width*f,height:_.height*f})}}return b}function b1(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 Lc(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 Gs(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 v1(t,e,n,r,i,l){const o=Gs(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 U3(t,e,n){const r=Gs(e),{x:i,y:l,scale:o,rotation:c}=Lc(r,n),f={};Math.abs(i)>.5&&(f.x=i),Math.abs(l)>.5&&(f.y=l),Math.abs(o-1)>.001&&(f.scaleX=o,f.scaleY=o),Math.abs(c)>.1&&(f.rotation=c),Object.keys(f).length>0&&wt.getState().updateSegmentStyle(t,f)}const or=8,T2=20,sz=h.memo(function({iframeRef:e}){const n=wt(P=>P.isEditMode),r=wt(P=>P.model),i=wt(P=>P.selectedSegmentIds),l=wt(P=>P.selectSegment),o=wt(P=>P.clearSelection),[c,f]=h.useState([]),m=h.useRef(null),p=h.useRef(r);p.current=r;const O=h.useRef(null);Gt(()=>{if(!n)return;let P=[];const E=()=>{const _=e.current,W=p.current,G=m.current;if(!_||!W||!G)return;const X=lz(_,W,G);X.length===P.length&&X.every((H,q)=>Math.abs(H.x-P[q].x)<.5&&Math.abs(H.y-P[q].y)<.5)||(P=X,f(X))},j=setInterval(E,66);E();const Q=_=>{const{selectedSegmentIds:W,model:G}=wt.getState();if(W.size===0||!G)return;const X=_.key;if(!az(_))return;_.preventDefault();const H=_.shiftKey?10:1,q=X==="ArrowLeft"?-H:X==="ArrowRight"?H:0,oe=X==="ArrowUp"?-H:X==="ArrowDown"?H:0,D=e.current,N=D==null?void 0:D.contentWindow;if(!(!D||!N))for(const z of W)for(let V=0;V<G.groupOrder.length;V++){const L=G.groups.get(G.groupOrder[V]);if(!L)continue;const F=L.segmentIds.indexOf(z);if(F<0)continue;const T=b1(D,V,F);if(!T)continue;const C=Gs(T),B=Lc(C,N);v1(T,N,B.x+q,B.y+oe,B.scale,B.rotation),U3(z,T,N);break}};return window.addEventListener("keydown",Q),()=>{clearInterval(j),window.removeEventListener("keydown",Q)}});const b=h.useCallback(()=>{const P=e.current;if(!P)return 1;const E=P.getBoundingClientRect(),j=parseFloat(P.style.width)||E.width;return E.width/j},[e]),v=h.useCallback((P,E,j,Q)=>{Q.stopPropagation(),Q.currentTarget.setPointerCapture(Q.pointerId);const _=e.current;if(!_)return;const W=b1(_,P,E),G=_.contentWindow;if(!W||!G)return;const X=Lc(Gs(W),G);O.current={type:"move",wordEl:W,segmentId:j,startMX:Q.clientX,startMY:Q.clientY,origTX:X.x,origTY:X.y,origScale:X.scale,origRotation:X.rotation}},[e]),S=h.useCallback((P,E,j,Q)=>{var D;Q.stopPropagation(),Q.preventDefault(),Q.currentTarget.setPointerCapture(Q.pointerId);const _=e.current;if(!_)return;const W=b1(_,P,E),G=_.contentWindow;if(!W||!G)return;const X=W.getBoundingClientRect(),H=b(),q=X.left*H+(((D=e.current)==null?void 0:D.getBoundingClientRect().left)??0)+X.width*H/2,oe=Lc(Gs(W),G);O.current={type:"scale",wordEl:W,segmentId:j,startMX:Q.clientX,startDxFromCenter:Q.clientX-q,origTX:oe.x,origTY:oe.y,origScale:oe.scale,origRotation:oe.rotation}},[e,b]),w=h.useCallback((P,E)=>{E.stopPropagation(),E.preventDefault(),E.currentTarget.setPointerCapture(E.pointerId);const j=e.current;if(!j)return;const Q=b1(j,P.groupIndex,P.wordIndex),_=j.contentWindow;if(!Q||!_)return;const W=Lc(Gs(Q),_);O.current={type:"rotate",wordEl:Q,segmentId:P.segmentId,startMX:E.clientX,origTX:W.x,origTY:W.y,origRotation:W.rotation,origScale:W.scale}},[e]),k=h.useCallback(()=>{var P;try{return((P=e.current)==null?void 0:P.contentWindow)??null}catch{return null}},[e]),M=h.useCallback(P=>{const E=O.current;if(!E)return;const j=k();if(j){if(E.type==="move"){const Q=b(),_=(P.clientX-E.startMX)/Q,W=(P.clientY-E.startMY)/Q;v1(E.wordEl,j,E.origTX+_,E.origTY+W,E.origScale,E.origRotation)}else if(E.type==="scale"){const Q=E.startMX-E.startDxFromCenter,_=Math.abs(E.startDxFromCenter),W=Math.abs(P.clientX-Q),G=_>5?W/_:1,X=Math.max(.1,E.origScale*G);v1(E.wordEl,j,E.origTX,E.origTY,X,E.origRotation)}else if(E.type==="rotate"){const _=(P.clientX-E.startMX)/200*90;v1(E.wordEl,j,E.origTX,E.origTY,E.origScale,E.origRotation+_)}}},[b,k]),R=h.useCallback(()=>{const P=O.current;if(P){const E=k();E&&U3(P.segmentId,P.wordEl,E),O.current=null}},[k]),$=h.useCallback(P=>{P.target===P.currentTarget&&o()},[o]);return n?g.jsx("div",{ref:m,className:"absolute inset-0 z-50",style:{pointerEvents:"auto"},onClick:$,onPointerMove:M,onPointerUp:R,onLostPointerCapture:R,children:c.map(P=>{const E=i.has(P.segmentId);return g.jsx("div",{className:["absolute",E?"ring-2 ring-studio-accent":"hover:ring-1 hover:ring-white/30"].join(" "),style:{left:P.x,top:P.y,width:P.width,height:P.height,cursor:E?"move":"pointer",touchAction:"none",borderRadius:2},onClick:j=>{j.stopPropagation(),l(P.segmentId,j.shiftKey)},onPointerDown:j=>{E&&v(P.groupIndex,P.wordIndex,P.segmentId,j)},children:E&&g.jsxs(g.Fragment,{children:[g.jsx("div",{style:{position:"absolute",left:"50%",top:-T2-or,marginLeft:-or/2,width:or,height:or,borderRadius:"50%",backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",cursor:"grab",touchAction:"none"},onPointerDown:j=>w(P,j)}),g.jsx("div",{style:{position:"absolute",left:"50%",top:-T2,width:1,height:T2,marginLeft:-.5,backgroundColor:"var(--hf-accent, #3CE6AC)",opacity:.5,pointerEvents:"none"}}),[{right:-or/2,bottom:-or/2,cursor:"nwse-resize"},{left:-or/2,top:-or/2,cursor:"nwse-resize"},{right:-or/2,top:-or/2,cursor:"nesw-resize"},{left:-or/2,bottom:-or/2,cursor:"nesw-resize"}].map((j,Q)=>g.jsx("div",{style:{position:"absolute",...j,width:or,height:or,backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",borderRadius:2,touchAction:"none"},onPointerDown:_=>S(P.groupIndex,P.wordIndex,P.segmentId,_)},Q))]})},P.segmentId)})}):null}),I3=["#3CE6AC","#FF6B6B","#4ECDC4","#FFE66D","#A78BFA","#F472B6","#34D399","#FB923C","#60A5FA","#C084FC"],oz=h.memo(function({pixelsPerSecond:e,onSeek:n}){const r=wt(w=>w.model),i=wt(w=>w.selectedSegmentIds),l=wt(w=>w.selectSegment),o=wt(w=>w.updateSegmentTiming),c=wt(w=>w.splitGroup),f=h.useRef(null),m=h.useCallback((w,k,M,R,$)=>{w.stopPropagation(),w.preventDefault(),w.target.setPointerCapture(w.pointerId),f.current={segId:k,edge:M,originalStart:R,originalEnd:$,startX:w.clientX}},[]),p=h.useCallback(w=>{const k=f.current;if(!k)return;const M=(w.clientX-k.startX)/e;if(k.edge==="start"){const R=Math.max(0,k.originalStart+M),$=Math.min(R,k.originalEnd-.05);o(k.segId,$,k.originalEnd)}else{const R=Math.max(k.originalStart+.05,k.originalEnd+M),$=Math.max(0,R);o(k.segId,k.originalStart,$)}},[e,o]),O=h.useCallback(()=>{f.current=null},[]),b=h.useCallback((w,k)=>{w.stopPropagation(),l(k,w.shiftKey)},[l]),v=h.useCallback((w,k,M)=>{w.stopPropagation(),c(k,M)},[c]),S=h.useCallback(w=>{if(!n)return;const k=w.currentTarget.getBoundingClientRect(),M=w.clientX-k.left-32,R=Math.max(0,M/e);n(R)},[n,e]);return r?g.jsx("div",{className:"relative select-none overflow-x-auto",style:{height:40,minWidth:"100%"},onPointerMove:p,onPointerUp:O,onPointerLeave:O,onClick:S,children:r.groupOrder.map((w,k)=>{const M=r.groups.get(w);if(!M)return null;const R=I3[k%I3.length];return M.segmentIds.map($=>{const P=r.segments.get($);if(!P)return null;const E=32+P.start*e,j=Math.max((P.end-P.start)*e,4),Q=i.has($);return g.jsxs("div",{className:`absolute top-1 bottom-1 rounded flex items-center overflow-hidden cursor-pointer${Q?" ring-1 ring-white/50 z-10":""}`,style:{left:E,width:j,backgroundColor:R,zIndex:Q?10:1},onClick:_=>b(_,$),onDoubleClick:_=>v(_,w,$),children:[g.jsx("div",{className:"absolute left-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:_=>m(_,$,"start",P.start,P.end)}),g.jsx("span",{className:"flex-1 truncate px-2 pointer-events-none",style:{fontSize:9,color:"#000000",lineHeight:1},children:P.text}),g.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:_=>m(_,$,"end",P.start,P.end)})]},$)})})}):null}),cz=100,W3=.01,uz=1e-6;function G3(t){return Number.isFinite(t.x)&&Number.isFinite(t.y)}function K3(t){return Math.hypot(t.x,t.y)}function J3(t){return Number.isFinite(t.left)&&Number.isFinite(t.top)&&Number.isFinite(t.width)&&Number.isFinite(t.height)}function fz(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 hz(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 M2(t){const e=t.getBoundingClientRect();if(!J3(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=hz(r);if(!i)break;const l=i.getBoundingClientRect();if(!J3(l)||l.width<=0||l.height<=0)return null;const o=fz(r);n={x:l.left+n.x*(l.width/o.width),y:l.top+n.y*(l.height/o.height)},r=i.ownerDocument.defaultView}return n}function dz(t){const e=t.a*t.d-t.b*t.c;return!Number.isFinite(e)||Math.abs(e)<uz?null:{a:t.d/e,b:-t.b/e,c:-t.c/e,d:t.a/e}}function mz(t,e){return{x:t.a*e.x+t.c*e.y,y:t.b*e.x+t.d*e.y}}function pz(t,e,n={}){const r=n.probeSize??cz;if(!Number.isFinite(r)||r<=0)return{ok:!1,reason:"Invalid movement probe size."};const i=vg(t);try{P1(t,e);const l=M2(t);if(!l)return{ok:!1,reason:"Element has no measurable box."};P1(t,{x:e.x+r,y:e.y});const o=M2(t);if(!o)return{ok:!1,reason:"Element X movement could not be measured."};P1(t,{x:e.x,y:e.y+r});const c=M2(t);if(!c)return{ok:!1,reason:"Element Y movement could not be measured."};const f={x:(o.x-l.x)/r,y:(o.y-l.y)/r},m={x:(c.x-l.x)/r,y:(c.y-l.y)/r};if(!G3(f)||!G3(m)||K3(f)<W3||K3(m)<W3)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},O=dz(p);return O?{ok:!0,matrix:O}:{ok:!1,reason:"Element movement response is not invertible."}}finally{$l(t,i)}}function gz(t){const e=mz(t.screenToOffset,{x:t.dx,y:t.dy});return{x:t.initialOffset.x+e.x,y:t.initialOffset.y+e.y}}function eb(t){const e=G2(t.element),n=vg(t.element),r=Nv(t.element),i=pz(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}}:($l(t.element,n),Gr(t.element,r),{ok:!1,reason:i.reason,selection:t.selection})}function q9(t,e,n){return gz({initialOffset:t.initialOffset,screenToOffset:t.screenToOffset,dx:e,dy:n})}function tb(t,e,n){const r=q9(t,e,n);return P1(t.element,r),r}function nb(t,e,n){const r=q9(t,e,n);return zv(t.element,r),r}function Oz(t){$l(t.element,t.initialPathOffset),Gr(t.element,t.gestureToken)}function rb(t){for(const e of t)Oz(e)}function ib(t){for(const e of t)Gr(e.element,e.gestureToken)}function xz(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 S1(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(),O=r.width/f,b=r.height/m,v=yz(n),S=v==null?void 0:v.getBoundingClientRect(),w=bz({rootScaleX:O,rootScaleY:b,sourceRectWidth:S==null?void 0:S.width,sourceRectHeight:S==null?void 0:S.height,sourceWidth:ab((v==null?void 0:v.getAttribute("data-width"))??null),sourceHeight:ab((v==null?void 0:v.getAttribute("data-height"))??null)});return{left:r.left-i.left+(p.left-c.left)*O,top:r.top-i.top+(p.top-c.top)*b,width:p.width*O,height:p.height*b,editScaleX:w.scaleX,editScaleY:w.scaleY}}function ab(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function yz(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 bz(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}}const w1=4,A1=20,k1=.5,vz=.05,lb=15;function B1(t,e){return t===e?!0:!t||!e?!1:Math.abs(t.left-e.left)<k1&&Math.abs(t.top-e.top)<k1&&Math.abs(t.width-e.width)<k1&&Math.abs(t.height-e.height)<k1&&Math.abs(t.editScaleX-e.editScaleX)<.001&&Math.abs(t.editScaleY-e.editScaleY)<.001}function sb(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&&B1(n.rect,i.rect))})}function Sz(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 wz(t){return t.filter(e=>!t.some(n=>n!==e&&n.element.contains(e.element)))}function _a(t){return[t.sourceFile??"",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function Az(t){t==null||t.focus({preventScroll:!0})}function kz(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(A1,o*e),overlayHeight:Math.max(A1,o*n),width:o,height:o}}return{overlayWidth:Math.max(A1,t.originWidth+t.dx),overlayHeight:Math.max(A1,t.originHeight+t.dy),width:Math.max(1,t.actualWidth+t.dx/e),height:Math.max(1,t.actualHeight+t.dy/n)}}function ob(t,e,n,r){return Math.atan2(r-e,n-t)*180/Math.PI}function Tz(t){return((t+180)%360+360)%360-180}function Mz(t){return Math.round(t*10)/10}function cb(t){const e=ob(t.centerX,t.centerY,t.startX,t.startY),n=ob(t.centerX,t.centerY,t.currentX,t.currentY),r=Tz(n-e),i=t.actualAngle+r;return{angle:t.snap?Math.round(i/lb)*lb:Mz(i)}}function Ez(t,e){return Math.abs(e-t)>=vz}const $z=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:O,onManualDragStart:b,onPathOffsetCommit:v,onGroupPathOffsetCommit:S,onBoxSizeCommit:w,onRotationCommit:k}){const M=h.useRef(null),R=h.useRef(null),[$,P]=h.useState(null),[E,j]=h.useState(null),[Q,_]=h.useState([]),W=h.useRef(null),G=h.useRef(null),X=h.useRef(null),H=h.useRef(!1),q=h.useRef(!1),oe=h.useRef(!1),D=h.useRef(!1),N=h.useRef(null),z=h.useRef(null),V=h.useRef(new Map),L=h.useRef(r);L.current=r;const F=h.useRef(n);F.current=n;const T=h.useRef(i);T.current=i;const C=h.useRef(l);C.current=l;const B=h.useRef($);B.current=$;const ee=h.useRef(E);ee.current=E;const ue=h.useRef(Q);ue.current=Q;const ye=h.useRef(v);ye.current=v;const Oe=h.useRef(S);Oe.current=S;const He=h.useRef(w);He.current=w;const Ye=h.useRef(k);Ye.current=k;const se=h.useRef(O);se.current=O;const me=h.useRef(b);me.current=b;const ve=h.useRef(f);ve.current=f;const we=h.useRef(m);we.current=m;const pe=h.useRef(p);pe.current=p,Gt(()=>{let ae=0;const ie=()=>{B.current&&(B.current=null,P(null))},Se=Me=>{B1(B.current,Me)||(B.current=Me,P(Me))},ke=()=>{ee.current&&(ee.current=null,j(null))},Qe=Me=>{B1(ee.current,Me)||(ee.current=Me,j(Me))},yt=()=>{ue.current.length!==0&&(ue.current=[],_([]))},Ke=Me=>{sb(ue.current,Me)||(ue.current=Me,_(Me))},pt=(Me,rt,ot)=>{const vt=_a(rt),gt=ot.current;if((gt==null?void 0:gt.key)===vt&&gt.element.isConnected&&gt.element.ownerDocument===Me)return gt.element;const Vt=Jr(Me,rt,F.current);return ot.current=Vt?{key:vt,element:Vt}:null,Vt},Ue=(Me,rt)=>{const ot=_a(rt),vt=V.current.get(ot);if(vt!=null&&vt.isConnected&&vt.ownerDocument===Me)return vt;const gt=Jr(Me,rt,F.current);return gt?V.current.set(ot,gt):V.current.delete(ot),gt},ge=()=>{if(ae=requestAnimationFrame(ge),D.current)return;const Me=L.current,rt=e.current,ot=M.current;if(!rt||!ot){N.current=null,z.current=null,V.current.clear(),ie(),ke(),yt();return}const vt=rt.contentDocument;if(!vt){N.current=null,z.current=null,V.current.clear(),ie(),ke(),yt();return}if(Me){const Et=pt(vt,Me,N);Et&&xz(Et)?Se(S1(ot,rt,Et)):ie()}else N.current=null,ie();const gt=T.current;if(gt.length>0){const Et=[],Br=new Set;for(const mn of gt){const Cr=_a(mn);Br.add(Cr);const Fr=Ue(vt,mn),ll=Fr?S1(ot,rt,Fr):null;Fr&&ll&&Et.push({key:Cr,selection:mn,element:Fr,rect:ll})}for(const mn of V.current.keys())Br.has(mn)||V.current.delete(mn);Ke(Et)}else V.current.clear(),yt();const Vt=C.current,Fn=!!(Me&&Vt&&_a(Me)===_a(Vt)),qn=!!(Vt&&gt.some(Et=>_a(Et)===_a(Vt)));if(!Vt||Fn||qn){z.current=null,ke();return}const Qr=pt(vt,Vt,z);if(!Qr){ke();return}Qe(S1(ot,rt,Qr))};return ae=requestAnimationFrame(ge),()=>cancelAnimationFrame(ae)});const Pe=h.useMemo(()=>r?`${r.sourceFile}:${r.id??r.selector??r.label}:${r.selectorIndex??0}`:"none",[r]),je=h.useMemo(()=>Sz(Q.map(ae=>ae.rect)),[Q]),Ie=i.length>1,We=Ie&&Q.length>1&&Q.every(ae=>ae.selection.capabilities.canApplyManualOffset),tt=ae=>{B1(B.current,ae)||(B.current=ae,P(ae))},mt=ae=>{tt({left:ae.originLeft,top:ae.originTop,width:ae.originWidth,height:ae.originHeight,editScaleX:ae.editScaleX,editScaleY:ae.editScaleY})},Ae=ae=>{sb(ue.current,ae)||(ue.current=ae,_(ae))},$e=ae=>{Ae(ae.originItems)},Fe=ae=>{var yt,Ke;const ie=ue.current;if(ie.length<=1)return!1;const Se=(yt=ie.find(pt=>!pt.selection.capabilities.canApplyManualOffset))==null?void 0:yt.selection;if(Se)return ae.preventDefault(),ae.stopPropagation(),se.current(Se),!1;(Ke=me.current)==null||Ke.call(me);const ke=wz(ie),Qe=[];for(const pt of ke){const Ue=eb({key:pt.key,selection:pt.selection,element:pt.element,rect:pt.rect});if(!Ue.ok)return rb(Qe),ae.preventDefault(),ae.stopPropagation(),se.current(Ue.selection),!1;Qe.push(Ue.member)}return ae.preventDefault(),ae.stopPropagation(),ae.currentTarget.setPointerCapture(ae.pointerId),D.current=!0,G.current={startX:ae.clientX,startY:ae.clientY,originItems:ie,members:Qe},!0},Ve=ae=>{rb(ae.members),$e(ae)},qe=(ae,ie,Se)=>{var Qr;const ke=(Se==null?void 0:Se.selection)??L.current,Qe=(Se==null?void 0:Se.rect)??B.current,yt=R.current,Ke=M.current;if(!ke||!Qe||ae!=="drag"&&!yt)return!1;const pt=ae==="rotate"?"rotation":ae==="drag"?"path-offset":"box-size";if(ae==="drag"&&!ke.capabilities.canApplyManualOffset||ae==="resize"&&!ke.capabilities.canApplyManualSize||ae==="rotate"&&!ke.capabilities.canApplyManualRotation||ae==="resize"&&(!Number.isFinite(Qe.width)||!Number.isFinite(Qe.height)))return!1;const Ue=I1(ke.element),ge=Rv(ke.element),Me=Ue.width>0?Ue.width:Qe.width/Qe.editScaleX,rt=Ue.height>0?Ue.height:Qe.height/Qe.editScaleY;let ot=vg(ke.element),vt,gt;if(ae==="drag"){(Qr=me.current)==null||Qr.call(me);const Et=eb({key:_a(ke),selection:ke,element:ke.element,rect:Qe});if(!Et.ok)return se.current(Et.selection),!1;gt=Et.member,ot=Et.member.initialPathOffset,vt=Et.member.gestureToken}else vt=Nv(ke.element);const Vt=Ke==null?void 0:Ke.getBoundingClientRect(),Fn=((Vt==null?void 0:Vt.left)??0)+Qe.left+Qe.width/2,qn=((Vt==null?void 0:Vt.top)??0)+Qe.top+Qe.height/2;return ie.preventDefault(),ie.stopPropagation(),ie.currentTarget.setPointerCapture(ie.pointerId),D.current=!0,W.current={kind:ae,mode:pt,selection:ke,startX:ie.clientX,startY:ie.clientY,centerX:Fn,centerY:qn,initialPathOffset:ot,initialRotation:TQ(ke.element),initialBoxSize:kQ(ke.element),pathOffsetMember:gt,originLeft:Qe.left,originTop:Qe.top,originWidth:Qe.width,originHeight:Qe.height,actualWidth:Me,actualHeight:rt,actualRotation:ge.angle,editScaleX:Qe.editScaleX,editScaleY:Qe.editScaleY,manualEditDragToken:vt},!0},at=ae=>{const ie=W.current,Se=G.current,ke=(ie==null?void 0:ie.selection)??L.current,Qe=R.current,yt=X.current;if(!yt&&!ie&&!Se&&ve.current(ae,{preferClipAncestor:!1}),yt&&ke){const Ue=ae.clientX-yt.startX,ge=ae.clientY-yt.startY;!yt.notified&&Math.hypot(Ue,ge)>=w1&&(yt.notified=!0,H.current=!0,se.current(ke));return}if(Se){const Ue=ae.clientX-Se.startX,ge=ae.clientY-Se.startY;Ae(Se.originItems.map(Me=>({...Me,rect:{...Me.rect,left:Me.rect.left+Ue,top:Me.rect.top+ge}})));for(const Me of Se.members)tb(Me,Ue,ge);return}if(!ie||!ke)return;const Ke=ae.clientX-ie.startX,pt=ae.clientY-ie.startY;if(ie.kind==="rotate"){const Ue=cb({centerX:ie.centerX,centerY:ie.centerY,startX:ie.startX,startY:ie.startY,currentX:ae.clientX,currentY:ae.clientY,actualAngle:ie.actualRotation,snap:ae.shiftKey});yQ(ke.element,Ue);return}if(ie.kind==="drag"){const Ue=ie.originLeft+Ke,ge=ie.originTop+pt;tt({left:Ue,top:ge,width:ie.originWidth,height:ie.originHeight,editScaleX:ie.editScaleX,editScaleY:ie.editScaleY}),Qe&&(Qe.style.left=`${Ue}px`,Qe.style.top=`${ge}px`),ie.pathOffsetMember&&tb(ie.pathOffsetMember,Ke,pt)}else{if(!Qe)return;const Ue=kz({originWidth:ie.originWidth,originHeight:ie.originHeight,actualWidth:ie.actualWidth,actualHeight:ie.actualHeight,scaleX:ie.editScaleX,scaleY:ie.editScaleY,dx:Ke,dy:pt,uniform:ae.shiftKey});tt({left:ie.originLeft,top:ie.originTop,width:Ue.overlayWidth,height:Ue.overlayHeight,editScaleX:ie.editScaleX,editScaleY:ie.editScaleY}),Qe.style.width=`${Ue.overlayWidth}px`,Qe.style.height=`${Ue.overlayHeight}px`,xQ(ke.element,Ue)}},xt=ae=>{const ie=W.current,Se=G.current,ke=(ie==null?void 0:ie.selection)??L.current,Qe=R.current;if(X.current=null,Se){G.current=null,D.current=!1;const Ke=ae.clientX-Se.startX,pt=ae.clientY-Se.startY;if(Math.hypot(ae.clientX-Se.startX,ae.clientY-Se.startY)<w1){Ve(Se),H.current=!0;return}Ae(Se.originItems.map(Me=>({...Me,rect:{...Me.rect,left:Me.rect.left+Ke,top:Me.rect.top+pt}})));const ge=Se.members.map(Me=>{const rt=nb(Me,Ke,pt);return{selection:Me.selection,next:rt}});Promise.resolve(Oe.current(ge)).catch(()=>{for(const Me of Se.members)Me.gestureToken&&B0(Me.element,Me.gestureToken)&&$l(Me.element,Me.initialPathOffset)}).finally(()=>{ib(Se.members)});return}if(!ie||!ke){W.current=null,D.current=!1;return}W.current=null,D.current=!1;const yt=Math.hypot(ae.clientX-ie.startX,ae.clientY-ie.startY);if(ie.kind==="drag"&&yt<w1){$l(ke.element,ie.initialPathOffset),Gr(ke.element,ie.manualEditDragToken),Qe&&(Qe.style.left=`${ie.originLeft}px`,Qe.style.top=`${ie.originTop}px`),mt(ie),H.current=!0,c(ae,{preferClipAncestor:!1});return}if(ie.kind==="resize"&&yt<w1){Pm(ke.element,ie.initialBoxSize),Gr(ke.element,ie.manualEditDragToken),Qe&&(Qe.style.width=`${ie.originWidth}px`,Qe.style.height=`${ie.originHeight}px`),mt(ie);return}if(ie.kind==="rotate"){const Ke=cb({centerX:ie.centerX,centerY:ie.centerY,startX:ie.startX,startY:ie.startY,currentX:ae.clientX,currentY:ae.clientY,actualAngle:ie.actualRotation,snap:ae.shiftKey});if(!Ez(ie.actualRotation,Ke.angle)){jm(ke.element,ie.initialRotation),Gr(ke.element,ie.manualEditDragToken);return}Yv(ke.element,Ke),Promise.resolve(Ye.current(ke,Ke)).catch(()=>{ie.manualEditDragToken&&B0(ke.element,ie.manualEditDragToken)&&jm(ke.element,ie.initialRotation)}).finally(()=>{Gr(ke.element,ie.manualEditDragToken)})}else if(ie.kind==="drag"){const Ke=ae.clientX-ie.startX,pt=ae.clientY-ie.startY;if(!ie.pathOffsetMember)return;const Ue=nb(ie.pathOffsetMember,Ke,pt),ge=ie.originLeft+Ke,Me=ie.originTop+pt;tt({left:ge,top:Me,width:ie.originWidth,height:ie.originHeight,editScaleX:ie.editScaleX,editScaleY:ie.editScaleY}),Qe&&(Qe.style.left=`${ge}px`,Qe.style.top=`${Me}px`),Promise.resolve(ye.current(ke,Ue)).catch(()=>{var rt;(rt=ie.pathOffsetMember)!=null&&rt.gestureToken&&B0(ke.element,ie.pathOffsetMember.gestureToken)&&$l(ke.element,ie.initialPathOffset)}).finally(()=>{ie.pathOffsetMember&&ib([ie.pathOffsetMember])})}else{const Ke=I1(ke.element);Hv(ke.element,Ke),Promise.resolve(He.current(ke,Ke)).catch(()=>{ie.manualEditDragToken&&B0(ke.element,ie.manualEditDragToken)&&Pm(ke.element,ie.initialBoxSize)}).finally(()=>{Gr(ke.element,ie.manualEditDragToken)})}},Pt=ae=>{if(oe.current){oe.current=!1,q.current=!1,H.current=!1,ae.preventDefault(),ae.stopPropagation();return}const ie=ae.target;ie!=null&&ie.closest('[data-dom-edit-selection-box="true"]')||(c(ae,{preferClipAncestor:!1}),ae.shiftKey&&(q.current=!0,H.current=!0))},an=ae=>{if(!o||ae.button!==0)return;if(ae.shiftKey){const Ue=ve.current(ae,{preferClipAncestor:!1})??C.current;if(!Ue)return;ae.preventDefault(),ae.stopPropagation(),oe.current=!0,q.current=!0,H.current=!0,pe.current(Ue,{additive:!0});return}const ie=ae.target;if(ie!=null&&ie.closest('[data-dom-edit-selection-box="true"]'))return;const ke=ve.current(ae,{preferClipAncestor:!1})??C.current;if(!(ke!=null&&ke.capabilities.canApplyManualOffset))return;const Qe=M.current,yt=e.current,Ke=Qe&&yt?S1(Qe,yt,ke.element):null;if(!Ke)return;if(oe.current=!0,L.current=ke,B.current=Ke,ee.current=null,P(Ke),j(null),!qe("drag",ae,{selection:ke,rect:Ke})){oe.current=!1;return}pe.current(ke)},wn=ae=>{if(!(W.current||G.current)){if(H.current){H.current=!1,ae.stopPropagation();return}c(ae,{preferClipAncestor:!1})}},er=()=>{const ae=G.current;ae&&Ve(ae);const ie=W.current,Se=(ie==null?void 0:ie.selection)??L.current;(ie==null?void 0:ie.mode)==="path-offset"&&Se&&($l(Se.element,ie.initialPathOffset),Gr(Se.element,ie.manualEditDragToken),mt(ie)),(ie==null?void 0:ie.mode)==="box-size"&&Se&&(Pm(Se.element,ie.initialBoxSize),Gr(Se.element,ie.manualEditDragToken),mt(ie)),(ie==null?void 0:ie.mode)==="rotation"&&Se&&(jm(Se.element,ie.initialRotation),Gr(Se.element,ie.manualEditDragToken)),X.current=null,G.current=null,W.current=null,D.current=!1};return g.jsxs("div",{ref:M,className:"absolute inset-0 z-10 pointer-events-auto outline-none",tabIndex:-1,"aria-label":"Composition canvas",onPointerDownCapture:ae=>Az(ae.currentTarget),onPointerDown:an,onMouseDown:Pt,onPointerMove:at,onPointerLeave:()=>we.current(),onPointerUp:xt,onPointerCancel:er,children:[l&&E&&g.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:E.left,top:E.top,width:E.width,height:E.height}}),Ie&&Q.length>1&&je&&g.jsxs(g.Fragment,{children:[Q.map(ae=>g.jsx("div",{"aria-hidden":"true",className:"pointer-events-none absolute rounded-xl border border-studio-accent/70 bg-studio-accent/[0.03]",style:{left:ae.rect.left,top:ae.rect.top,width:ae.rect.width,height:ae.rect.height}},ae.key)),g.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:je.left,top:je.top,width:je.width,height:je.height,cursor:o&&We?"move":"default"},onPointerDown:ae=>{o&&(ae.shiftKey||Fe(ae))},onMouseDown:ae=>{q.current&&(q.current=!1,ae.preventDefault(),ae.stopPropagation())},onClick:wn})]}),!Ie&&r&&$&&g.jsxs(g.Fragment,{children:[o&&r.capabilities.canApplyManualRotation&&g.jsxs("div",{className:"pointer-events-none absolute",style:{left:$.left+$.width/2,top:$.top-34,width:28,height:34,transform:"translateX(-50%)"},children:[g.jsx("div",{className:"absolute left-1/2 top-3 bottom-0 w-px -translate-x-1/2 bg-studio-accent/60"}),g.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:ae=>{ae.stopPropagation(),qe("rotate",ae)}})]}),g.jsx("div",{ref:R,"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:ae=>{if(o&&!ae.shiftKey){if(r.capabilities.canApplyManualOffset){qe("drag",ae);return}ae.preventDefault(),ae.stopPropagation(),ae.currentTarget.setPointerCapture(ae.pointerId),X.current={pointerId:ae.pointerId,startX:ae.clientX,startY:ae.clientY,notified:!1}}},onMouseDown:ae=>{q.current&&(q.current=!1,ae.preventDefault(),ae.stopPropagation())},onClick:wn,children:o&&r.capabilities.canApplyManualSize&&g.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:ae=>{ae.stopPropagation(),qe("resize",ae)}})},Pe)]})]})});function Qz({timelineToolbar:t,renderClipContent:e,handleTimelineElementDelete:n,handleTimelineAssetDrop:r,handleTimelineFileDrop:i,handleTimelineElementMove:l,handleTimelineElementResize:o,handleBlockedTimelineEdit:c,setCompIdToSrc:f,setCompositionLoading:m,shouldShowSelectedDomBounds:p}){const{projectId:O,refreshKey:b,activeCompPath:v,setActiveCompPath:S,captionEditMode:w,compositionLoading:k,isPlaying:M,previewIframeRef:R,refreshPreviewDocumentVersion:$,handlePreviewIframeRef:P,timelineVisible:E,toggleTimelineVisibility:j}=Uf(),{domEditHoverSelection:Q,domEditSelection:_,domEditGroupSelections:W,handleTimelineElementSelect:G,handlePreviewCanvasMouseDown:X,handlePreviewCanvasPointerMove:H,handlePreviewCanvasPointerLeave:q,applyDomSelection:oe,handleBlockedDomMove:D,handleDomManualDragStart:N,handleDomPathOffsetCommit:z,handleDomGroupPathOffsetCommit:V,handleDomBoxSizeCommit:L,handleDomRotationCommit:F}=Qg();return g.jsx("div",{className:"flex-1 relative min-w-0",children:g.jsx(rz,{projectId:O,refreshKey:b,activeCompositionPath:v,timelineToolbar:t,renderClipContent:e,onDeleteElement:n,onAssetDrop:r,onFileDrop:i,onMoveElement:l,onResizeElement:o,onBlockedEditAttempt:c,onSelectTimelineElement:G,onCompIdToSrcChange:f,onCompositionLoadingChange:m,onCompositionChange:T=>{S(T),$()},onIframeRef:P,previewOverlay:w?g.jsx(sz,{iframeRef:R}):Nn?g.jsx($z,{iframeRef:R,activeCompositionPath:v,hoverSelection:ap&&!w&&!k&&!M?Q:null,selection:p?_:null,groupSelections:p?W:[],allowCanvasMovement:TC,onCanvasMouseDown:X,onCanvasPointerMove:H,onCanvasPointerLeave:q,onSelectionChange:oe,onBlockedMove:D,onManualDragStart:N,onPathOffsetCommit:z,onGroupPathOffsetCommit:V,onBoxSizeCommit:L,onRotationCommit:F}):null,timelineFooter:w?g.jsxs("div",{className:"border-t border-neutral-800/30 flex-shrink-0",style:{height:60},children:[g.jsx("div",{className:"flex items-center gap-1.5 px-2 py-0.5",children:g.jsx("span",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider",children:"Captions"})}),g.jsx(oz,{pixelsPerSecond:100})]}):void 0,timelineVisible:E,onToggleTimeline:j})})}function Mr(t){return Math.max(0,Math.min(255,Math.round(t)))}function xO(t){return Math.max(0,Math.min(1,t))}function E2(t){return Mr(t).toString(16).padStart(2,"0")}function Cz(t){return`${Math.round(xO(t)*100)/100}`}function U9(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:Mr(Number.parseFloat(i[1])),green:Mr(Number.parseFloat(i[2])),blue:Mr(Number.parseFloat(i[3])),alpha:xO(i[4]!=null?Number.parseFloat(i[4]):1)}:null}function $2(t){return`#${E2(t.red)}${E2(t.green)}${E2(t.blue)}`}function T1(t){const e=Mr(t.red),n=Mr(t.green),r=Mr(t.blue),i=xO(t.alpha);return i>=1?`rgb(${e}, ${n}, ${r})`:`rgba(${e}, ${n}, ${r}, ${Cz(i)})`}function Zz(t){const e=Mr(t.red)/255,n=Mr(t.green)/255,r=Mr(t.blue)/255,i=Math.max(e,n,r),l=Math.min(e,n,r),o=i-l;let c=0;return o!==0&&(i===e?c=60*((n-r)/o%6):i===n?c=60*((r-e)/o+2):c=60*((e-n)/o+4)),c<0&&(c+=360),{hue:c,saturation:i===0?0:o/i,value:i}}function ub(t){const e=(t.hue%360+360)%360/60,n=Math.max(0,Math.min(1,t.saturation)),r=Math.max(0,Math.min(1,t.value)),i=r*n,l=i*(1-Math.abs(e%2-1)),o=r-i;let c=0,f=0,m=0;return e>=0&&e<1?(c=i,f=l):e>=1&&e<2?(c=l,f=i):e>=2&&e<3?(f=i,m=l):e>=3&&e<4?(f=l,m=i):e>=4&&e<5?(c=l,m=i):(c=i,m=l),{red:Mr((c+o)*255),green:Mr((f+o)*255),blue:Mr((m+o)*255)}}const I9=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"]),Pz=[...cp,"Inter","system-ui","sans-serif","serif","monospace"];function fb(t){return t.replace(/[^\w .-]+/g," ").replace(/\s+/g," ").trim()}function M1(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 Q2(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 hb(t){const e=new Set;return t.reduce((n,r)=>{const i=r.family.trim();if(!i)return n;const l=i.toLowerCase();return e.has(l)||(e.add(l),n.push({family:i,source:r.source})),n},[])}function jz(t){return[...t].sort((e,n)=>{const r=db(e.source)-db(n.source);if(r!==0)return r;const i=cp.findIndex(c=>c.toLowerCase()===e.family.toLowerCase()),l=cp.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 db(t){return t==="Current"?0:t==="Document"?1:t==="Imported"?2:t==="Google"?3:t==="Local"?4:5}const $i="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",zn="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",ki="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",Rz={},lg="none",W9={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 C2(t){return U9(t)??{red:0,green:0,blue:0,alpha:1}}function mb(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)?e:null}function hn(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function es(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 za(t){const e=es(t);return!e||e.unit&&e.unit.toLowerCase()!=="px"?null:e.value}function G9(t,e,n,r){return Number.isFinite(t)?Math.max(e,Math.min(n,t)):r}function Nz(t,e={}){const n=es(t.trim());if(!n||n.unit&&n.unit.toLowerCase()!=="px")return null;const r=G9(n.value,e.min??Number.NEGATIVE_INFINITY,e.max??Number.POSITIVE_INFINITY,e.fallback??0);return`${hn(r)}px`}function Ks(t){return`${hn(t)}px`}function pb(t,e){const n=e.trim();if(!n||n==="normal")return n||"normal";const r=es(n);return r?t==="letter-spacing"?r.unit?n:`${hn(r.value)}px`:r.unit?n:r.value>4?`${hn(r.value)}px`:hn(r.value):n}function Vz(t){const e=[];let n="",r=0;for(const i of t.trim()){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),/\s/.test(i)&&r===0){n.trim()&&e.push(n.trim()),n="";continue}n+=i}return n.trim()&&e.push(n.trim()),e}function gb(t,e){const n=t==null?void 0:t.trim();if(!n||n===lg)return 0;const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),i=new RegExp(`(?:^|\\s)${r}\\((-?\\d+(?:\\.\\d+)?)px\\)`,"i").exec(n);if(!i)return 0;const l=Number.parseFloat(i[1]);return Number.isFinite(l)?Math.max(0,l):0}function Ob(t,e,n){const r=G9(n,0,200,0),i=Vz(t&&t.trim()!==lg?t:""),l=e.toLowerCase(),o=i.filter(c=>!c.toLowerCase().startsWith(`${l}(`));return r>0&&o.push(`${e}(${hn(r)}px)`),o.length>0?o.join(" "):lg}function Lz(t){const e=(t==null?void 0:t.trim())||"none";for(const[n,r]of Object.entries(W9))if(e===r)return n;return e==="none"?"none":"custom"}function _z(t,e){return t==="custom"?(e==null?void 0:e.trim())||"none":W9[t]}function Dz(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 Xz(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 zz(t,e){const n=[["border-width",t]],r=es(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 Hz(t,e){const n=[["border-style",t]],r=t.trim().toLowerCase();if(!r||r==="none"||r==="hidden")return n;const i=es((e==null?void 0:e.trim())||"0");return(!i||i.value<=0)&&n.push(["border-width","1px"]),n}function Yz(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 ${hn(Math.max(0,e))}px)`:"none"}function Bz(t,e){return`inset(${hn(Math.max(0,t))}px round ${hn(Math.max(0,e))}px)`}function xb(t,e,n){const r=es(t);if(!r)return null;const i=n!=null&&n.altKey?.1:n!=null&&n.shiftKey?10:1,l=r.value+i*e;return`${hn(l)}${r.unit}`}function Fz(t){if(!t)return"";const n=t.toLowerCase().indexOf("url(");if(n<0)return"";let r=n+4;for(;r<t.length&&(t[r]===" "||t[r]===`
116
+ `||t[r]==="\r"||t[r]===" "||t[r]==="\f");)r+=1;const i=t[r]==='"'||t[r]==="'"?t[r]:null;if(i){r+=1;const o=t.indexOf(i,r);return o>=r?t.slice(r,o):""}const l=t.indexOf(")",r);return l<r?"":t.slice(r,l).trim()}function K9({value:t,disabled:e,liveCommit:n,onCommit:r}){const[i,l]=h.useState(t),o=h.useRef(null),c=h.useRef(t),f=h.useRef(i),m=h.useRef(null);c.current=t,f.current=i,h.useEffect(()=>{l(t)},[t]),h.useEffect(()=>{const v=m.current;if(!v)return;const S=w=>{if(e)return;const k=w.deltaY===0?w.deltaX:w.deltaY;if(k===0)return;const M=xb(f.current,k<0?1:-1,w);M&&(w.preventDefault(),w.stopPropagation(),l(M),b.current(M))};return v.addEventListener("wheel",S,{passive:!1}),()=>v.removeEventListener("wheel",S)},[e]),h.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]);const p=v=>{o.current&&clearTimeout(o.current),v!==c.current&&r(v)},O=v=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{v!==c.current&&r(v)},120)},b=h.useRef(O);return b.current=O,g.jsx("input",{ref:m,type:"text",value:i,disabled:e,onChange:v=>{l(v.target.value),n&&O(v.target.value)},onBlur:()=>p(i),onKeyDown:v=>{if(v.key==="Enter"){v.target.blur();return}if(v.key!=="ArrowUp"&&v.key!=="ArrowDown")return;const S=xb(i,v.key==="ArrowUp"?1:-1,v);S&&(v.preventDefault(),l(S),O(S))},title:es(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 Ha({label:t,value:e,disabled:n,liveCommit:r,scrub:i,onCommit:l}){const o=h.useRef(null),c=h.useCallback(O=>{if(n||!i)return;const b=parseFloat(e);Number.isFinite(b)&&(O.target.setPointerCapture(O.pointerId),o.current={startX:O.clientX,startValue:b,pointerId:O.pointerId})},[n,i,e]),f=h.useCallback(O=>{const b=o.current;if(!b)return;const v=O.clientX-b.startX;l(String(Math.round(b.startValue+v)))},[l]),m=h.useCallback(()=>{o.current=null},[]),p=i&&!n?{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500 cursor-ew-resize select-none",onPointerDown:c,onPointerMove:f,onPointerUp:m}:{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500"};return g.jsx("div",{className:$i,children:g.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[g.jsx("span",{...p,children:t}),g.jsx(K9,{value:e,disabled:n,liveCommit:r,onCommit:l})]})})}function yO({label:t,value:e,disabled:n,onCommit:r}){return g.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:t}),g.jsx("div",{className:$i,children:g.jsx(K9,{value:e,disabled:n,onCommit:r})})]})}function Ba({value:t,min:e,max:n,step:r,displayValue:i,formatDisplayValue:l,disabled:o,onCommit:c}){const[f,m]=h.useState(t),p=h.useRef(null),O=h.useRef(t);O.current=t,h.useEffect(()=>{m(t)},[t]),h.useEffect(()=>()=>{p.current&&clearTimeout(p.current)},[]);const b=S=>{p.current&&clearTimeout(p.current),S!==O.current&&c(S)},v=S=>{p.current&&clearTimeout(p.current),p.current=setTimeout(()=>{S!==O.current&&c(S)},40)};return g.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_auto] items-center gap-2",children:[g.jsx("input",{type:"range",min:e,max:n,step:r,value:f,disabled:o,onChange:S=>{const w=Number(S.target.value);m(w),v(w)},onMouseUp:()=>b(f),onTouchEnd:()=>b(f),onBlur:()=>b(f),className:"h-2 min-w-0 w-full cursor-pointer appearance-none rounded-full bg-neutral-800 accent-[#3ce6ac] disabled:cursor-not-allowed"}),g.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 sg({options:t,value:e,disabled:n,onChange:r}){return g.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=>g.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 ur({label:t,value:e,disabled:n,options:r,onChange:i}){const l=e&&!r.includes(e)?[e,...r]:r;return g.jsxs("label",{className:`${$i} flex items-center gap-3`,children:[g.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:t}),g.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=>g.jsx("option",{value:o,children:o},o))})]})}function Kr({title:t,icon:e,children:n,accessory:r}){return g.jsxs("section",{className:"min-w-0 border-t border-neutral-800/80 px-4 py-4",children:[g.jsxs("div",{className:"mb-3 flex min-w-0 flex-wrap items-center justify-between gap-2",children:[g.jsxs("div",{className:"flex min-w-0 items-center gap-2.5",children:[g.jsx("span",{className:"flex-shrink-0 text-neutral-500",children:e}),g.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.12em] text-neutral-300",children:t})]}),r]}),n]})}var qz=Pb();function Z2(t,e,n){return Math.max(e,Math.min(n,t))}function Uz(t,e,n,r){const o=Math.max(12,e.width-n.width-12),c=t.left+t.width/2-n.width/2,f=Z2(c,12,o),m=t.bottom+8,p=t.top-n.height-8,O=m+n.height<=e.height-12,b=p>=12;return O||!b?{left:f,top:Z2(m,12,Math.max(12,e.height-n.height-12)),placement:"bottom"}:{left:f,top:Z2(p,12,Math.max(12,e.height-n.height-12)),placement:"top"}}const yb={width:292,height:386};function bb({label:t,value:e,min:n,max:r,step:i,displayValue:l,background:o,thumbColor:c,disabled:f,onCommit:m}){const p=h.useRef(null),O=(e-n)/(r-n)*100,b=S=>{var R;const w=(R=p.current)==null?void 0:R.getBoundingClientRect();if(!w||w.width<=0)return;const k=n+(S-w.left)/w.width*(r-n),M=Math.round(k/i)*i;m(Math.max(n,Math.min(r,M)))},v=S=>{m(Math.max(n,Math.min(r,S)))};return g.jsxs("div",{className:"grid gap-1.5",children:[g.jsxs("div",{className:"flex items-center justify-between",children:[g.jsx("span",{className:zn,children:t}),g.jsx("span",{className:"text-[10px] font-medium text-neutral-400",children:l})]}),g.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),b(S.clientX))},onPointerMove:S=>{f||S.buttons!==1||b(S.clientX)},onKeyDown:S=>{f||(S.key==="ArrowRight"||S.key==="ArrowUp"?(S.preventDefault(),v(e+i)):S.key==="ArrowLeft"||S.key==="ArrowDown"?(S.preventDefault(),v(e-i)):S.key==="Home"?(S.preventDefault(),v(n)):S.key==="End"&&(S.preventDefault(),v(r)))},children:g.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,O))}%`,backgroundColor:c}})})]})}function qc({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,O]=h.useState(()=>C2(e)),[b,v]=h.useState(()=>$2(C2(e)).toUpperCase()),S=Zz(p),w=T1({...ub({hue:S.hue,saturation:1,value:1}),alpha:1}),k=T1({...p,alpha:1}),M=T1(p),R=Math.round(S.saturation*100),$=Math.round(S.value*100),P=Math.round(p.alpha*100);h.useEffect(()=>{const H=C2(e);O(H),v($2(H).toUpperCase())},[e]);const E=h.useCallback(()=>{var oe,D;const H=(oe=i.current)==null?void 0:oe.getBoundingClientRect();if(!H)return;const q=(D=l.current)==null?void 0:D.getBoundingClientRect();m(Uz(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;E();const H=()=>E();return window.addEventListener("resize",H),window.addEventListener("scroll",H,!0),()=>{window.removeEventListener("resize",H),window.removeEventListener("scroll",H,!0)}},[o,E]),h.useEffect(()=>{if(!o)return;const H=oe=>{var N,z;const D=oe.target;D&&((N=l.current)!=null&&N.contains(D)||(z=i.current)!=null&&z.contains(D)||c(!1))},q=oe=>{oe.key==="Escape"&&c(!1)};return document.addEventListener("pointerdown",H),document.addEventListener("keydown",q),()=>{document.removeEventListener("pointerdown",H),document.removeEventListener("keydown",q)}},[o]);const j=H=>{O(H),v($2(H).toUpperCase()),r(T1(H))},Q=H=>{const q=ub({hue:H.hue??S.hue,saturation:H.saturation??S.saturation,value:H.value??S.value});j({...q,alpha:p.alpha})},_=(H,q,oe)=>{const D=oe.getBoundingClientRect(),N=Math.max(0,Math.min(1,(H-D.left)/D.width)),z=Math.max(0,Math.min(1,1-(q-D.top)/D.height));Q({saturation:N,value:z})},W=H=>{v(H);const q=H.trim().startsWith("#")?H.trim():`#${H.trim()}`,oe=U9(q);oe&&j({...oe,alpha:p.alpha})},G=o?qz.createPortal(g.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:[g.jsxs("div",{className:"flex items-center justify-between border-b border-neutral-800 px-3 py-2",children:[g.jsxs("div",{className:"min-w-0",children:[g.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:t}),g.jsx("div",{className:"text-[9px] uppercase tracking-[0.16em] text-neutral-600",children:"Color"})]}),g.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:g.jsx(Ff,{size:13})})]}),g.jsxs("div",{className:"space-y-3 p-3",children:[g.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),_(H.clientX,H.clientY,H.currentTarget)},onPointerMove:H=>{H.buttons===1&&_(H.clientX,H.clientY,H.currentTarget)},children:[g.jsx("div",{className:"absolute inset-0 bg-gradient-to-r from-white to-transparent"}),g.jsx("div",{className:"absolute inset-0 bg-gradient-to-t from-black to-transparent"}),g.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}%`}}),g.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}%`}}),g.jsx("div",{className:"pointer-events-none absolute h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,0.85),0_8px_18px_rgba(0,0,0,0.45)]",style:{left:`${S.saturation*100}%`,top:`${(1-S.value)*100}%`,backgroundColor:k}})]}),g.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[g.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:M}}),g.jsxs("div",{className:"min-w-0 flex-1",children:[g.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:M}),g.jsxs("div",{className:"mt-0.5 text-[9px] uppercase tracking-[0.12em] text-neutral-600",children:["S ",R,"% · B ",$,"% · A ",P,"%"]})]})]}),g.jsx(bb,{label:"Hue",value:S.hue,min:0,max:360,step:1,displayValue:`${Math.round(S.hue)}°`,background:"linear-gradient(90deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)",thumbColor:w,disabled:n,onCommit:H=>Q({hue:H})}),g.jsx(bb,{label:"Alpha",value:p.alpha,min:0,max:1,step:.01,displayValue:`${P}%`,background:`linear-gradient(90deg, transparent, ${k})`,thumbColor:M,disabled:n,onCommit:H=>j({...p,alpha:H})}),g.jsxs("label",{className:"grid gap-1.5",children:[g.jsx("span",{className:zn,children:"Hex"}),g.jsx("input",{value:b,onChange:H=>W(H.target.value),className:`${$i} h-10 w-full text-[11px] font-medium outline-none`,spellCheck:!1})]})]})]}),document.body):null,X=()=>{n||(c(H=>!H),o||requestAnimationFrame(E))};return g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:t}),g.jsxs("button",{type:"button",disabled:n,"aria-label":`Pick ${t.toLowerCase()} color`,ref:i,onClick:X,className:`${$i} flex items-center gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed ${o?"border-neutral-600":""}`,children:[g.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"}}),g.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",children:e})]}),G]})}function Iz(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 Wz(t){return Iz(t)[0]??"inherit"}function Gz(t){const e=t.trim();return I9.has(e.toLowerCase())?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function E1(t){const e=t.trim();return e?I9.has(e.toLowerCase())?e:`${Gz(e)}, ui-sans-serif, system-ui, sans-serif`:"inherit"}function Kz(){if(typeof document>"u")return[];const t=document.fonts;return t?Array.from(t,e=>e.family.replace(/^["']|["']$/g,"").trim()).filter(Boolean).sort((e,n)=>e.localeCompare(n)):[]}function vb(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"")}function Jz(t,e){const n=e.trim().toLowerCase();return!n||t.toLowerCase().includes(n)?!0:vb(t).includes(vb(n))}function Sb(t){if(typeof document>"u")return;const e=t.trim();if(!e)return;const n=`studio-google-font-${e.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(document.getElementById(n))return;if(!document.querySelector('link[data-studio-google-font-preconnect="true"]')){const l=document.createElement("link");l.setAttribute("data-studio-google-font-preconnect","true"),l.rel="preconnect",l.href="https://fonts.gstatic.com",l.crossOrigin="anonymous",document.head.appendChild(l)}const i=document.createElement("link");i.id=n,i.rel="stylesheet",i.href=dS(e),document.head.appendChild(i)}function $1(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=gg(t),document.head.appendChild(n)}function eH({value:t,disabled:e,importedFonts:n,onImportFonts:r,onCommit:i}){const l=Wz(t),o=h.useRef(null),c=h.useRef(null),f=h.useRef(null),[m,p]=h.useState(!1),[O,b]=h.useState(""),[v,S]=h.useState([]),[w,k]=h.useState([]),[M,R]=h.useState(()=>[...Qx]),[$,P]=h.useState(!1),[E,j]=h.useState(!1),[Q,_]=h.useState(!1),[W,G]=h.useState(null),X=typeof window<"u"&&typeof window.queryLocalFonts=="function";h.useEffect(()=>{if(!m)return;const L=F=>{var C;const T=F.target;T instanceof Node&&((C=o.current)!=null&&C.contains(T)||p(!1))};return document.addEventListener("pointerdown",L),()=>document.removeEventListener("pointerdown",L)},[m]),h.useEffect(()=>{m&&requestAnimationFrame(()=>{var L;return(L=c.current)==null?void 0:L.focus()})},[m]),h.useEffect(()=>{let L=!1;return fetch("/api/fonts").then(F=>F.ok?F.json():null).then(F=>{L||!Array.isArray(F==null?void 0:F.fonts)||S(T=>Q2([...T,...F.fonts]))}).catch(()=>{}),()=>{L=!0}},[]),h.useEffect(()=>{let L=!1;return j(!0),fetch("/api/fonts/google").then(F=>F.ok?F.json():null).then(F=>{L||!Array.isArray(F==null?void 0:F.fonts)||R(Q2([...F.fonts,...Qx]))}).catch(()=>{}).finally(()=>{L||j(!1)}),()=>{L=!0}},[]),h.useEffect(()=>{M.some(F=>F.toLowerCase()===l.toLowerCase())&&Sb(l);const L=n.find(F=>F.family.toLowerCase()===l.toLowerCase());L&&$1(L)},[l,M,n]);const H=async()=>{if(!X||!window.queryLocalFonts){G("This browser does not expose installed fonts. Import a font file instead.");return}P(!0),G(null);try{const L=await window.queryLocalFonts(),F=[...L].sort((C,B)=>M1(C)-M1(B)),T=F.map(C=>C.family).filter(C=>!!C).map(C=>so(`${C}.ttf`));k(F),S(C=>Q2([...C,...T])),G(L.length===0?"No browser-local fonts were returned.":null)}catch(L){const F=L instanceof Error?L.name:"";G(F==="NotAllowedError"?"Local font access was denied. Import a font file instead.":"Local font access is unavailable. Import a font file instead.")}finally{P(!1)}},q=async L=>{if(!(!(L!=null&&L.length)||!r)){_(!0),G(null);try{const F=await r(L);for(const C of F)$1(C);const T=F[0];T?(i(E1(T.family)),b(""),p(!1)):G("No supported font files were imported.")}finally{_(!1)}}},oe=h.useMemo(()=>hb(n.map(L=>({family:L.family,source:"Imported"}))),[n]),D=h.useMemo(()=>{const L=Kz(),F=new Set(M.map(C=>C.toLowerCase())),T=v.map(C=>({family:C,source:F.has(C.toLowerCase())?"Google":"Local"}));return jz(hb([{family:l,source:"Current"},...L.map(C=>({family:C,source:"Document"})),...oe,...M.map(C=>({family:C,source:"Google"})),...T,...Pz.map(C=>({family:C,source:"System"}))]))},[l,M,v,oe]),N=h.useMemo(()=>{const L=D.filter(C=>Jz(C.family,O));if(O.trim())return L.slice(0,200);const F=new Map;for(const C of L){const B=F.get(C.source)??[];B.push(C),F.set(C.source,B)}const T=[];for(const C of["Current","Document","Imported"])T.push(...F.get(C)??[]);return T.push(...(F.get("Google")??[]).slice(0,100)),T.push(...(F.get("Local")??[]).slice(0,80)),T.push(...F.get("System")??[]),T},[D,O]),z=async L=>{if(!r)return null;const T=w.filter(Oe=>so(`${Oe.family}.ttf`)===L).sort((Oe,He)=>M1(Oe)-M1(He)).find(Oe=>typeof Oe.blob=="function");if(!(T!=null&&T.blob))return null;const C=await T.blob(),B=fb(T.style??"Regular")||"Regular",ee=fb(`${L} ${B}`)||L,ue=new File([C],`${ee}.ttf`,{type:C.type||"font/ttf"}),ye=await r([ue]);return ye.find(Oe=>Oe.family.toLowerCase()===L.toLowerCase())??ye[0]??null},V=async L=>{if(L.source==="Local"){_(!0),G(null);try{const T=await z(L.family);if(T){$1(T),i(E1(T.family)),b(""),p(!1);return}i(E1(L.family)),b(""),p(!1)}finally{_(!1)}return}L.source==="Google"&&Sb(L.family);const F=n.find(T=>T.family.toLowerCase()===L.family.toLowerCase());F&&$1(F),i(E1(L.family)),b(""),p(!1)};return g.jsxs("div",{ref:o,className:"relative grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Font family"}),g.jsxs("button",{type:"button",disabled:e,onClick:()=>p(L=>!L),className:`${$i} flex h-10 items-center justify-between gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed`,children:[g.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",style:{fontFamily:t},children:l}),g.jsx("span",{className:"flex-shrink-0 text-[10px] uppercase tracking-[0.14em] text-neutral-600",children:"Font"})]}),m&&g.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:[g.jsxs("div",{className:"grid grid-cols-[minmax(0,1fr)_auto_auto] gap-2 border-b border-neutral-800 p-2",children:[g.jsx("input",{ref:c,type:"text",value:O,disabled:e,placeholder:E?"Loading Google Fonts...":"Search fonts",onChange:L=>b(L.target.value),onKeyDown:L=>{L.key==="Escape"&&(L.preventDefault(),p(!1)),L.key==="Enter"&&N[0]&&(L.preventDefault(),V(N[0]))},className:"min-w-0 rounded-lg border border-neutral-800 bg-neutral-900 px-2.5 py-2 text-[11px] font-medium text-neutral-100 outline-none placeholder:text-neutral-600 focus:border-neutral-600"}),X&&g.jsx("button",{type:"button",disabled:e||$,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:$?"...":"Local"}),g.jsx("button",{type:"button",disabled:e||Q||!r,onClick:()=>{var L;return(L=f.current)==null?void 0:L.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:Q?"...":"Import"}),g.jsx("input",{ref:f,type:"file",accept:".ttf,.otf,.ttc,.woff,.woff2,.eot,font/*",multiple:!0,"aria-label":"Import local font files",disabled:e||Q||!r,className:"hidden",onChange:async L=>{await q(L.target.files),L.target.value=""}})]}),W&&g.jsx("div",{className:"border-b border-neutral-800 px-3 py-2 text-[10px] leading-4 text-neutral-500",children:W}),g.jsx("div",{className:"max-h-64 overflow-y-auto p-1",children:N.length===0?g.jsx("div",{className:"px-2 py-3 text-[11px] text-neutral-500",children:"No fonts found."}):N.map(L=>g.jsxs("button",{type:"button",onClick:()=>V(L),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 ${L.family===l?"bg-studio-accent/15 text-neutral-50":"text-neutral-300 hover:bg-neutral-900 hover:text-neutral-100"}`,children:[g.jsx("span",{className:"min-w-0 truncate font-medium",children:L.family}),g.jsx("span",{className:"flex-shrink-0 text-[9px] uppercase tracking-[0.14em] text-neutral-600",children:L.source})]},`${L.source}-${L.family}`))})]})]})}const tH=["closest-side","closest-corner","farthest-side","farthest-corner"];function J9(t){return t===" "||t===`
117
+ `||t==="\r"||t===" "||t==="\f"}function og(t){return t!=null&&t>="0"&&t<="9"}function eA(t){if(!t)return!1;let e=t[0]==="-"?1:0,n=0;for(;og(t[e]);)e+=1,n+=1;if(t[e]===".")for(e+=1;og(t[e]);)e+=1,n+=1;return n>0&&e===t.length}function bO(t){if(!t)return null;const e=t.trim();if(!eA(e))return null;const n=Number(e);return Number.isFinite(n)?n:null}function vO(t){const e=[];let n="";for(const r of t){if(J9(r)){n&&(e.push(n),n="");continue}n+=r}return n&&e.push(n),e}function Js(t,e){return vO(t.toLowerCase()).includes(e)}function Cf(t,e){if(!(t!=null&&t.endsWith("%")))return e;const n=bO(t.slice(0,-1));return n==null?e:Qu(n,0,100)}function tA(t){const e=t==null?void 0:t.trim().toLowerCase();return e!=null&&e.endsWith("deg")?bO(e.slice(0,-3)):null}function nH(t){if(!t.endsWith("%"))return null;const e=t.slice(0,-1).trimEnd();let n=e.length;for(;n>0&&(og(e[n-1])||e[n-1]===".");)n-=1;n>0&&e[n-1]==="-"&&(n-=1);const r=e.slice(n);return!eA(r)||n===0||!J9(e[n-1])?null:n}function Qu(t,e,n){return Math.min(n,Math.max(e,t))}function gi(t){return Math.round(t*100)/100}function rH(t,e){const n=bO(t);return n==null?e:Qu(n,0,100)}function SO(t){const e=t.trim(),n=nH(e);if(n==null)return{color:e,position:null};const r=e.slice(0,-1).trimEnd();return{color:r.slice(0,n).trim(),position:rH(r.slice(n),0)}}function dh(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:gi(Qu(n.position,0,100))}))}function iH(t){const e=[];let n="",r=0;for(const i of t){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),i===","&&r===0){n.trim()&&e.push(n.trim()),n="";continue}n+=i}return n.trim()&&e.push(n.trim()),e}function aH(t){const e=t.trim().toLowerCase(),n={"to top":0,"to top right":45,"to right top":45,"to right":90,"to bottom right":135,"to right bottom":135,"to bottom":180,"to bottom left":225,"to left bottom":225,"to left":270,"to top left":315,"to left top":315};return e in n?n[e]:null}function lH(t){const e=t[0]??"",n=aH(e),r=tA(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:dh(o.map(SO))}}function sH(t){const e=t[0]??"",n=e.toLowerCase(),r=Js(n,"at")||Js(n,"circle")||Js(n,"ellipse")||n.includes("closest-")||n.includes("farthest-"),i=r?e:"",l=r?t.slice(1):t,o=i.toLowerCase(),c=vO(o),f=c.indexOf("at"),m=Js(o,"circle")?"circle":"ellipse",p=tH.find(O=>c.includes(O))??"farthest-corner";return{kind:"radial",repeating:!1,angle:180,centerX:Cf(c[f+1],50),centerY:Cf(c[f+2],50),shape:m,radialSize:p,stops:dh(l.map(SO))}}function oH(t){const e=t[0]??"",n=e.toLowerCase(),r=Js(n,"from")||Js(n,"at"),i=r?e:"",l=r?t.slice(1):t,o=vO(i.toLowerCase()),c=o.indexOf("from"),f=o.indexOf("at");return{kind:"conic",repeating:!1,angle:tA(o[c+1])??0,centerX:Cf(o[f+1],50),centerY:Cf(o[f+2],50),shape:"ellipse",radialSize:"farthest-corner",stops:dh(l.map(SO))}}function cg(t){return{kind:"linear",repeating:!1,angle:135,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:dh([{color:t&&t!=="transparent"?t:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}])}}function cH(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=iH(e.slice(n+1,-1));return{...o==="linear"?lH(f):o==="radial"?sH(f):oH(f),repeating:c}}function uH(t){return`${t.color} ${gi(t.position)}%`}function Zf(t){const e=`${t.repeating?"repeating-":""}${t.kind}-gradient`,n=t.stops.map(uH).join(", ");return t.kind==="linear"?`${e}(${gi(t.angle)}deg, ${n})`:t.kind==="radial"?`${e}(${t.shape} ${t.radialSize} at ${gi(t.centerX)}% ${gi(t.centerY)}%, ${n})`:`${e}(from ${gi(t.angle)}deg at ${gi(t.centerX)}% ${gi(t.centerY)}%, ${n})`}function P2(t,e,n){return Math.round(t+(e-t)*n)}function j2(t){return t.toString(16).padStart(2,"0")}function fH(t,e){var k;const n=Qu(e,0,100),r=[...t.stops].sort((M,R)=>M.position-R.position),i=r.find(M=>Math.abs(M.position-n)<.001);if(i)return i.color;const l=r.find(M=>M.position>n)??r.at(-1),o=[...r].reverse().find(M=>M.position<n)??r[0];if(!o||!l)return((k=r[0])==null?void 0:k.color)??"rgba(255, 255, 255, 1)";if(o===l)return o.color;const c=o.color,f=l.color,m=c?Ab(c):null,p=f?Ab(f):null;if(!m||!p)return o.color;const O=(n-o.position)/Math.max(1,l.position-o.position),b=P2(m.red,p.red,O),v=P2(m.green,p.green,O),S=P2(m.blue,p.blue,O),w=gi(m.alpha+(p.alpha-m.alpha)*O);return w>=1?`#${j2(b)}${j2(v)}${j2(S)}`.toUpperCase():`rgba(${b}, ${v}, ${S}, ${w})`}function wb(t,e){const n=gi(Qu(e,0,100)),r=fH(t,n),i=[...t.stops,{color:r,position:n}].sort((l,o)=>l.position-o.position);return{...t,stops:i}}function Ab(t){const e=t.trim().toLowerCase();if(e==="transparent")return{red:0,green:0,blue:0,alpha:0};const n=e.match(/^#([0-9a-f]{6})$/i);if(n)return{red:Number.parseInt(n[1].slice(0,2),16),green:Number.parseInt(n[1].slice(2,4),16),blue:Number.parseInt(n[1].slice(4,6),16),alpha:1};const r=e.match(/^rgba?\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*,\s*([0-9.]+)(?:\s*,\s*([0-9.]+))?\s*\)$/i);return r?{red:Number.parseFloat(r[1]),green:Number.parseFloat(r[2]),blue:Number.parseFloat(r[3]),alpha:r[4]!=null?Number.parseFloat(r[4]):1}:null}function pu(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function hH(t,e){const n=pu(t).split("/").filter(Boolean),r=pu(e).split("/").filter(Boolean);for(n.pop();n.length>0&&r.length>0&&n[0]===r[0];)n.shift(),r.shift();return[...n.map(()=>".."),...r].join("/")||e}function kb(t){return pu(t)}function dH(t,e,n){const r=pu(t);if(!r)return null;for(const i of n){const l=pu(i),o=hH(e,i);if(r===l||r===o||r.endsWith(`/${l}`)||r.endsWith(`/${o}`))return i}return null}function mH({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=>Wc.test(S)),[r]),O=h.useMemo(()=>dH(n,e,p),[p,e,n]),b=O?"":n,v=async S=>{if(!(!(S!=null&&S.length)||!o)){m(!0);try{const k=(await o(S)).find(M=>Wc.test(M));k&&l(`url("${kb(k)}")`)}finally{m(!1)}}};return g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[g.jsx("span",{className:zn,children:"Project asset"}),g.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:[g.jsx(Mg,{size:12,className:"flex-shrink-0"}),g.jsx("span",{className:"truncate",children:f?"Uploading…":"Upload image"})]}),g.jsx("input",{ref:c,type:"file",accept:"image/*","aria-label":"Upload image asset",disabled:i||f,className:"hidden",onChange:async S=>{await v(S.target.files),S.target.value=""}})]}),p.length>0?g.jsxs("div",{className:"space-y-3",children:[O&&g.jsx("div",{className:"overflow-hidden rounded-xl border border-neutral-800 bg-neutral-900/80",children:g.jsx("img",{src:`/api/projects/${t}/preview/${O}`,alt:O.split("/").pop()??O,className:"h-28 w-full object-contain bg-neutral-950/80"})}),g.jsx("div",{className:$i,children:g.jsxs("select",{value:O??"",disabled:i,onChange:S=>{const w=S.target.value;if(!w){l("none");return}l(`url("${kb(w)}")`)},className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:[g.jsx("option",{value:"",children:"None"}),p.map(S=>g.jsx("option",{value:S,children:S},S))]})})]}):g.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."})]}),g.jsx(yO,{label:"External URL",value:b,disabled:i,onCommit:S=>l(S.trim()?`url("${S.trim()}")`:"none")})]})}function pH({value:t,fallbackColor:e,disabled:n,onCommit:r}){const i=h.useRef(null),l=cH(t)??cg(e),o=b=>r(Zf(b)),c=b=>o({...l,...b}),f=(b,v)=>{const S=l.stops.map((w,k)=>k===b?{...w,...v}:w);o({...l,stops:S})},m=b=>{var S,w;const v=b!=null?wb(l,b):wb(l,((S=l.stops.at(-1))==null?void 0:S.position)!=null?Math.min(100,(((w=l.stops.at(-1))==null?void 0:w.position)??90)+10):100);o(v)},p=b=>{l.stops.length<=2||o({...l,stops:l.stops.filter((v,S)=>S!==b)})},O={backgroundImage:Zf(l)};return g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:`${$i} space-y-3 p-3`,children:[g.jsx("div",{ref:i,className:"relative h-11 overflow-hidden rounded-lg border border-neutral-700",style:O,onClick:b=>{var S;if(n)return;const v=(S=i.current)==null?void 0:S.getBoundingClientRect();!v||v.width<=0||m((b.clientX-v.left)/v.width*100)},children:l.stops.map((b,v)=>g.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(${b.position}% - 8px)`,backgroundColor:b.color}},`stop-preview-${v}`))}),g.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[g.jsx(sg,{disabled:n,value:l.kind,onChange:b=>c({kind:b}),options:[{label:"Linear",value:"linear"},{label:"Radial",value:"radial"},{label:"Conic",value:"conic"}]}),g.jsxs("label",{className:"flex items-center gap-2 text-[11px] font-medium text-neutral-400",children:[g.jsx("input",{type:"checkbox",checked:l.repeating,disabled:n,onChange:b=>c({repeating:b.target.checked}),className:"h-4 w-4 rounded border-neutral-700 bg-neutral-950 text-[#3ce6ac] focus:ring-[#3ce6ac]"}),"Repeat"]}),g.jsxs("button",{type:"button",disabled:n,onClick:()=>o({...l,stops:[...l.stops].reverse().map(b=>({...b,position:100-b.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:[g.jsx(qf,{size:12}),"Reverse"]})]})]}),(l.kind==="linear"||l.kind==="conic")&&g.jsxs("div",{className:"grid gap-1.5",children:[g.jsx("span",{className:zn,children:l.kind==="linear"?"Angle":"Start angle"}),g.jsx(Ba,{value:l.angle,min:0,max:360,step:1,disabled:n,displayValue:`${Math.round(l.angle)}°`,formatDisplayValue:b=>`${Math.round(b)}°`,onCommit:b=>c({angle:b})})]}),l.kind==="radial"&&g.jsxs("div",{className:ki,children:[g.jsx(ur,{label:"Shape",value:l.shape,disabled:n,onChange:b=>c({shape:b}),options:["ellipse","circle"]}),g.jsx(ur,{label:"Size",value:l.radialSize,disabled:n,onChange:b=>c({radialSize:b}),options:["closest-side","closest-corner","farthest-side","farthest-corner"]})]}),(l.kind==="radial"||l.kind==="conic")&&g.jsxs("div",{className:ki,children:[g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Center X"}),g.jsx(Ba,{value:l.centerX,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerX)}%`,formatDisplayValue:b=>`${Math.round(b)}%`,onCommit:b=>c({centerX:b})})]}),g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Center Y"}),g.jsx(Ba,{value:l.centerY,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerY)}%`,formatDisplayValue:b=>`${Math.round(b)}%`,onCommit:b=>c({centerY:b})})]})]}),g.jsxs("div",{className:"space-y-3",children:[g.jsxs("div",{className:"flex items-center justify-between",children:[g.jsx("span",{className:zn,children:"Stops"}),g.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:[g.jsx(Mg,{size:12}),"Add stop"]})]}),g.jsx("div",{className:"space-y-3",children:l.stops.map((b,v)=>g.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_68px_28px] gap-2",children:[g.jsx(qc,{label:`Stop ${v+1}`,value:b.color,disabled:n,onCommit:S=>f(v,{color:S})}),g.jsx(yO,{label:"Pos",value:`${Math.round(b.position)}%`,disabled:n,onCommit:S=>f(v,{position:Number.parseFloat(S.replace("%",""))||0})}),g.jsx("button",{type:"button",disabled:n||l.stops.length<=2,onClick:()=>p(v),className:"mt-[22px] flex h-10 items-center justify-center rounded-lg border border-neutral-700 bg-neutral-950 text-neutral-400 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-700","aria-label":`Remove stop ${v+1}`,children:g.jsx(Ff,{size:12})})]},`stop-editor-${v}`))})]})]})}function gH({projectId:t,element:e,styles:n,assets:r,onSetStyle:i,onImportAssets:l}){const o=!e.capabilities.canEditStyles,c=n.display==="flex"||n.display==="inline-flex",f=mb(n["border-radius"])??0,m=Math.round((mb(n.opacity)??1)*100),p=za(n["border-width"]??"")??za(n["border-top-width"]??"")??0,O=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,b=n["border-style"]||n["border-top-style"]||"none",v=n["border-color"]||n["border-top-color"]||"rgba(255, 255, 255, 0.18)",S=Lz(n["box-shadow"]),w=gb(n.filter,"blur"),k=gb(n["backdrop-filter"],"blur"),M=n["clip-path"]||"none",R=Dz(M),$=Xz(M),P=n["background-image"]??"none",E=Tg(e),j=P&&P!=="none"?P.includes("gradient")?"Gradient":"Image":"Solid",[Q,_]=h.useState(j),W=Fz(P);h.useEffect(()=>{_(j)},[j,e.id,e.selector,P]);const G=X=>{if(_(X),X==="Solid"){i("background-image","none");return}X==="Gradient"&&!P.includes("gradient")&&i("background-image",Zf(cg(n["background-color"])))};return g.jsxs(g.Fragment,{children:[c&&g.jsx(Kr,{title:"Flex",icon:g.jsx(J1,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsx(sg,{disabled:o,value:n["flex-direction"]||"row",onChange:X=>i("flex-direction",X),options:[{label:"→ Row",value:"row"},{label:"↓ Column",value:"column"}]}),g.jsxs("div",{className:ki,children:[g.jsx(ur,{label:"Justify",value:n["justify-content"]||"flex-start",disabled:o,onChange:X=>i("justify-content",X),options:["flex-start","center","space-between","space-around","space-evenly","flex-end"]}),g.jsx(ur,{label:"Align",value:n["align-items"]||"stretch",disabled:o,onChange:X=>i("align-items",X),options:["stretch","flex-start","center","flex-end","baseline"]})]}),g.jsx(yO,{label:"Gap",value:n.gap??"0px",disabled:o,onCommit:X=>i("gap",X.endsWith("px")?X:`${X}px`)})]})}),O&&g.jsx(Kr,{title:"Radius",icon:g.jsx(UZ,{size:15}),children:g.jsx(Ba,{value:f,min:0,max:Math.max(240,Math.ceil(f)),step:1,disabled:o,displayValue:`${hn(f)}px`,formatDisplayValue:X=>`${hn(X)}px`,onCommit:X=>i("border-radius",`${hn(X)}px`)})}),g.jsx(Kr,{title:"Stroke",icon:g.jsx(HZ,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:ki,children:[g.jsx(Ha,{label:"Width",value:Ks(p),disabled:o,liveCommit:!0,onCommit:async X=>{const H=Nz(X,{min:0,max:200,fallback:p});if(H)for(const[q,oe]of zz(H,b))await i(q,oe)}}),g.jsx(ur,{label:"Style",value:b,disabled:o,onChange:async X=>{for(const[H,q]of Hz(X,Ks(p)))await i(H,q)},options:["none","solid","dashed","dotted","double","hidden","groove","ridge","inset","outset"]})]}),g.jsx(qc,{label:"Stroke color",value:v,disabled:o,onCommit:X=>i("border-color",X)})]})}),g.jsx(Kr,{title:"Effects",icon:g.jsx(Eg,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsx(ur,{label:"Shadow",value:S,disabled:o,onChange:X=>{X!=="custom"&&i("box-shadow",_z(X,n["box-shadow"]))},options:["custom","none","soft","lift","glow"]}),g.jsxs("div",{className:ki,children:[g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Layer blur"}),g.jsx(Ba,{value:w,min:0,max:Math.max(40,Math.ceil(w)),step:1,disabled:o,displayValue:`${hn(w)}px`,formatDisplayValue:X=>`${hn(X)}px`,onCommit:X=>i("filter",Ob(n.filter,"blur",X))})]}),g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Backdrop"}),g.jsx(Ba,{value:k,min:0,max:Math.max(60,Math.ceil(k)),step:1,disabled:o,displayValue:`${hn(k)}px`,formatDisplayValue:X=>`${hn(X)}px`,onCommit:X=>i("backdrop-filter",Ob(n["backdrop-filter"],"blur",X))})]})]})]})}),g.jsx(Kr,{title:"Clip",icon:g.jsx(J1,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:ki,children:[g.jsx(ur,{label:"Overflow",value:n.overflow||"visible",disabled:o,onChange:X=>i("overflow",X),options:["visible","hidden","clip","auto","scroll"]}),g.jsx(ur,{label:"Mask",value:R,disabled:o,onChange:X=>{X!=="custom"&&i("clip-path",Yz(X,f,M))},options:["custom","none","inset","circle"]})]}),g.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:"Mask inset"}),g.jsx(Ba,{value:$,min:0,max:Math.max(120,Math.ceil($)),step:1,disabled:o,displayValue:`${hn($)}px`,formatDisplayValue:X=>`${hn(X)}px`,onCommit:X=>i("clip-path",Bz(X,f))})]})]})}),g.jsx(Kr,{title:"Transparency",icon:g.jsx(vS,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsx(Ba,{value:m,min:0,max:100,step:1,disabled:o,displayValue:`${m}%`,formatDisplayValue:X=>`${Math.round(X)}%`,onCommit:X=>i("opacity",hn(X/100))}),g.jsx(ur,{label:"Mode",value:n["mix-blend-mode"]||"normal",disabled:o,onChange:X=>i("mix-blend-mode",X),options:["normal","multiply","screen","overlay","darken","lighten"]})]})}),g.jsx(Kr,{title:"Fill",icon:g.jsx(zZ,{size:15}),accessory:g.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:Q}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsx(sg,{disabled:o,value:Q,onChange:G,options:[{label:"Solid",value:"Solid"},{label:"Gradient",value:"Gradient"},{label:"Image",value:"Image"}]}),Q==="Solid"?g.jsx(qc,{label:"Fill color",value:n["background-color"]??"transparent",disabled:o,onCommit:X=>i("background-color",X)}):Q==="Gradient"?g.jsx(pH,{value:P!=="none"?P:Zf(cg(n["background-color"])),fallbackColor:n["background-color"],disabled:o,onCommit:X=>i("background-image",X)}):g.jsx(mH,{projectId:t,sourceFile:e.sourceFile,value:W,assets:r,disabled:o,onCommit:X=>i("background-image",X),onImportAssets:l}),!E&&g.jsx(qc,{label:"Text color",value:n.color??"rgb(0, 0, 0)",disabled:o,onCommit:X=>i("color",X)})]})})]})}function nA(t){const e=t.trim().replace(/\s+/g," ");return e.length<=56?e:`${e.slice(0,55)}…`}function rA(t,e){return t.computedStyles.color||e.color||"rgb(0, 0, 0)"}function Cc(t,e,n,r){return t.computedStyles[n]||e[n]||r}const _c=["100","200","300","400","500","600","700","800","900"],OH={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 xH(t){var i;const e=document.fonts;if(!e)return _c;const n=(i=t.split(",")[0])==null?void 0:i.trim().replace(/['"]/g,"");if(!n)return _c;const r=[];for(const l of _c)e.check(`${l} 16px "${n}"`)&&r.push(l);return r.length>0?r:_c}function yH({label:t,value:e,disabled:n,autoFocus:r,onCommit:i}){const[l,o]=h.useState(e),c=h.useRef(null),f=h.useRef(null),m=h.useRef(!1),p=h.useRef(e);p.current=e,h.useEffect(()=>{m.current||o(e)},[e]),h.useEffect(()=>()=>{f.current&&clearTimeout(f.current)},[]),h.useEffect(()=>{var v;r&&((v=c.current)==null||v.focus())},[r]);const O=v=>{f.current&&clearTimeout(f.current),v!==p.current&&i(v)},b=v=>{f.current&&clearTimeout(f.current),f.current=setTimeout(()=>{v!==p.current&&i(v)},120)};return g.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:zn,children:t}),g.jsx("div",{className:$i,children:g.jsx("textarea",{ref:c,value:l,disabled:n,rows:4,onFocus:()=>{m.current=!0},onChange:v=>{o(v.target.value),b(v.target.value)},onBlur:()=>{m.current=!1,O(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 bH({value:t,disabled:e,fontFamily:n,onCommit:r}){const i=n?xH(n):_c,l=t&&!i.includes(t)?[t,...i]:i;return g.jsx("div",{className:$i,children:g.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[g.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:"Weight"}),g.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=>g.jsx("option",{value:o,children:OH[o]??o},o))})]})})}function vH({field:t,inheritedStyles:e,disabled:n,onCommit:r}){return g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:ki,children:[g.jsx(ur,{label:"Line",value:Cc(t,e,"line-height","normal"),disabled:n,options:["normal","1","1.1","1.2","1.25","1.3","1.4","1.5","1.6","1.75","2"],onChange:i=>r("line-height",pb("line-height",i))}),g.jsx(ur,{label:"Track",value:Cc(t,e,"letter-spacing","0px"),disabled:n,options:["0px","-0.05em","-0.04em","-0.03em","-0.02em","-0.01em","0em","0.01em","0.02em","0.03em","0.05em","0.1em","0.15em","0.2em"],onChange:i=>r("letter-spacing",pb("letter-spacing",i))})]}),g.jsxs("div",{className:ki,children:[g.jsx(ur,{label:"Align",value:Cc(t,e,"text-align","start"),disabled:n,onChange:i=>r("text-align",i),options:["start","left","center","right","justify","end"]}),g.jsx(ur,{label:"Case",value:Cc(t,e,"text-transform","none"),disabled:n,onChange:i=>r("text-transform",i),options:["none","uppercase","lowercase","capitalize"]})]}),g.jsx(ur,{label:"Style",value:Cc(t,e,"font-style","normal"),disabled:n,onChange:i=>r("font-style",i),options:["normal","italic"]})]})}function Tb({field:t,styles:e,fontAssets:n,onImportFonts:r,showRemove:i,onSetText:l,onSetTextFieldStyle:o,onRemoveTextField:c}){return g.jsxs("div",{className:"space-y-4 rounded-xl border border-neutral-800 bg-neutral-900/60 p-3",children:[g.jsxs("div",{className:i?"flex min-w-0 items-center justify-between gap-2":"min-w-0",children:[g.jsxs("div",{className:"min-w-0",children:[g.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:nA(t.value)||"Text"}),g.jsx("div",{className:"text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:t.tagName})]}),i&&g.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"})]}),g.jsx(yH,{label:"Content",value:t.value,disabled:!1,autoFocus:i,onCommit:f=>l(f,t.key)},t.key),g.jsx(qc,{label:"Text color",value:rA(t,e),disabled:!1,onCommit:f=>o(t.key,"color",f)}),g.jsxs("div",{className:ki,children:[g.jsx(Ha,{label:"Size",value:t.computedStyles["font-size"]||e["font-size"]||"16px",disabled:!1,liveCommit:!0,onCommit:f=>o(t.key,"font-size",f)}),g.jsx(bH,{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)})]}),g.jsx(eH,{value:t.computedStyles["font-family"]||e["font-family"]||"inherit",disabled:!1,importedFonts:n,onImportFonts:r,onCommit:f=>o(t.key,"font-family",f)}),g.jsx(vH,{field:t,inheritedStyles:e,disabled:!1,onCommit:(f,m)=>o(t.key,f,m)})]})}function SH({element:t,styles:e,fontAssets:n,onImportFonts:r,onSetText:i,onSetTextFieldStyle:l,onAddTextField:o,onRemoveTextField:c}){var v;const f=Tg(t),[m,p]=h.useState(((v=t.textFields[0])==null?void 0:v.key)??null);if(h.useEffect(()=>{const S=t.textFields;p(w=>{var k;return w&&S.some(M=>M.key===w)?w:((k=S[0])==null?void 0:k.key)??null})},[t.id,t.selector,t.textFields]),!f)return null;const O=t.textFields,b=O.find(S=>S.key===m)??O[0];return b?O.length===1?g.jsx(Kr,{title:"Text",icon:g.jsx(_x,{size:15}),children:g.jsx(Tb,{field:b,styles:e,fontAssets:n,onImportFonts:r,showRemove:!1,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})}):g.jsx(Kr,{title:"Text",icon:g.jsx(_x,{size:15}),children:g.jsxs("div",{className:"space-y-4",children:[g.jsxs("div",{className:"grid gap-1.5",children:[g.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[g.jsx("span",{className:zn,children:"Text layers"}),g.jsxs("button",{type:"button",onClick:()=>{Promise.resolve(o(b.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:[g.jsx(Mg,{size:12,className:"flex-shrink-0"}),g.jsx("span",{className:"truncate",children:"Add text"})]})]}),g.jsx("div",{className:"grid gap-2",children:O.map((S,w)=>{const k=S.key===b.key;return g.jsx("button",{type:"button",onClick:()=>p(S.key),className:`min-w-0 w-full rounded-xl border px-3 py-2 text-left transition-colors ${k?"border-studio-accent/50 bg-studio-accent/10":"border-neutral-800 bg-neutral-900/80 hover:border-neutral-700 hover:bg-neutral-900"}`,children:g.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[g.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[g.jsx("span",{className:"h-4 w-4 flex-shrink-0 rounded border border-neutral-700 bg-neutral-950",style:{backgroundColor:rA(S,e)}}),g.jsx("span",{className:"min-w-0 truncate text-[11px] font-medium text-neutral-100",children:nA(S.value)||`Text ${w+1}`})]}),g.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)})})]}),g.jsx(Tb,{field:b,styles:e,fontAssets:n,onImportFonts:r,showRemove:!0,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})]})}):null}function wH({element:t,activeCompositionPath:e,onSelectLayer:n}){const r=XC(t==null?void 0:t.element,{activeCompositionPath:e});if(r.length<=1)return null;const i=t?sS(t):null;return g.jsx(Kr,{title:"Layers",icon:g.jsx(J1,{size:15}),children:g.jsx("div",{className:"space-y-0.5",children:r.map(l=>{const o=l.key===i;return g.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:[g.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)}),g.jsx("span",{className:"min-w-0 flex-1 truncate text-xs",children:l.label}),l.childCount>0&&g.jsx("span",{className:"text-[9px] tabular-nums text-neutral-500",children:l.childCount})]},l.key)})})})}const AH=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:O,onSetTextFieldStyle:b,onAddTextField:v,onRemoveTextField:S,onResetManualEdits:w,onAskAgent:k,onImportAssets:M,fontAssets:R=[],onImportFonts:$,activeCompositionPath:P=null,onSelectLayer:E}){const j=(r==null?void 0:r.computedStyles)??Rz;if(!r)return g.jsx("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:i>1?g.jsxs(g.Fragment,{children:[g.jsx(J1,{size:18,className:"mb-3 text-neutral-600"}),g.jsxs("p",{className:"text-sm font-medium text-neutral-200",children:[i," elements selected"]}),g.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."})]}):g.jsxs(g.Fragment,{children:[g.jsx(vS,{size:18,className:"mb-3 text-neutral-600"}),g.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element in the preview."}),g.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 Q=!r.capabilities.canApplyManualOffset,_=!r.capabilities.canApplyManualSize,W=r.id?`#${r.id}`:r.selector,G=r.capabilities.canEditStyles,X=G2(r.element),H=I1(r.element),q=H.width>0?H.width:za(j.width??"")??r.boundingBox.width,oe=H.height>0?H.height:za(j.height??"")??r.boundingBox.height,D=(L,F)=>{const T=za(F);if(T==null)return;const C=G2(r.element);f(r,{x:L==="x"?T:C.x,y:L==="y"?T:C.y})},N=(L,F)=>{const T=za(F);if(T==null||T<=0)return;const C=I1(r.element),B=C.width>0?C.width:za(j.width??"")??r.boundingBox.width,ee=C.height>0?C.height:za(j.height??"")??r.boundingBox.height;m(r,{width:L==="width"?T:B,height:L==="height"?T:ee})},z=Rv(r.element),V=L=>{const F=Number.parseFloat(L);Number.isFinite(F)&&p(r,{angle:F})};return g.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[g.jsxs("div",{className:"border-b border-neutral-800 px-4 py-5",children:[g.jsxs("div",{className:"flex items-start justify-between gap-4",children:[g.jsxs("div",{className:"min-w-0",children:[g.jsx("div",{className:zn,children:"Document"}),g.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:r.label}),g.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:W})]}),g.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:g.jsx(Ff,{size:13})})]}),g.jsxs("div",{className:"mt-4 flex min-w-0 flex-wrap items-center gap-2",children:[g.jsxs("button",{type:"button",onClick:k,className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-studio-accent/40 hover:text-studio-accent",children:[g.jsx(DZ,{size:15}),g.jsx("span",{children:l?"Prompt copied":"Ask agent"})]}),g.jsxs("button",{type:"button",onClick:()=>w(r),title:"Reset move, size, and rotation edits",className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-neutral-500 hover:text-white",children:[g.jsx(qf,{size:14}),g.jsx("span",{children:"Reset edits"})]})]})]}),g.jsxs("div",{className:"flex-1 overflow-y-auto",children:[g.jsx(SH,{element:r,styles:j,fontAssets:R,onImportFonts:$,onSetText:O,onSetTextFieldStyle:b,onAddTextField:v,onRemoveTextField:S}),E&&g.jsx(wH,{element:r,activeCompositionPath:P,onSelectLayer:E}),g.jsxs(Kr,{title:"Layout",icon:g.jsx(XZ,{size:15}),children:[g.jsxs("div",{className:ki,children:[g.jsx(Ha,{label:"X",value:Ks(X.x),disabled:Q,scrub:!0,onCommit:L=>D("x",L)}),g.jsx(Ha,{label:"Y",value:Ks(X.y),disabled:Q,scrub:!0,onCommit:L=>D("y",L)}),g.jsx(Ha,{label:"W",value:Ks(q),disabled:_,scrub:!0,onCommit:L=>N("width",L)}),g.jsx(Ha,{label:"H",value:Ks(oe),disabled:_,scrub:!0,onCommit:L=>N("height",L)}),g.jsx(Ha,{label:"R",value:`${z.angle}°`,onCommit:L=>V(L.replace("°",""))})]}),g.jsx("div",{className:"mt-3",children:g.jsx(Ha,{label:"Layer",value:String(parseInt(j["z-index"]||"auto",10)||0),scrub:!0,onCommit:L=>c("z-index",L)})})]}),G&&g.jsx(gH,{projectId:e,element:r,styles:j,assets:n,onSetStyle:c,onImportAssets:M})]})]})}),iA="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",mh="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",Mb="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",kH=[{label:"Fade Up",value:"fade-up"},{label:"Slide",value:"slide"},{label:"Pop",value:"pop"}],TH=["up","down","left","right"];function Rl(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function R2(t,e,n,r){return t==null||!Number.isFinite(t)?r:Math.min(n,Math.max(e,t))}function N2(t){const e=Number.parseFloat(t.trim());return Number.isFinite(e)?e:null}function MH(t){return t?Math.max(Math.abs(t.from.x??0),Math.abs(t.from.y??0),1):32}function EH(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 $H(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`}function QH({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 g.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 Q1({label:t,value:e,disabled:n,onCommit:r}){return g.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:mh,children:t}),g.jsx("div",{className:iA,children:g.jsx(QH,{value:e,disabled:n,onCommit:r})})]})}function CH({value:t,options:e,onChange:n}){return g.jsx("div",{className:"grid grid-cols-3 gap-1 rounded-2xl border border-neutral-800 bg-neutral-950 p-1",children:e.map(r=>g.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 $b({label:t,value:e,options:n,onChange:r}){return g.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[g.jsx("span",{className:mh,children:t}),g.jsx("div",{className:iA,children:g.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=>g.jsx("option",{value:i,children:i},i))})})]})}function Qb({title:t,children:e,accessory:n}){return g.jsxs("section",{className:"border-b border-neutral-800 px-4 py-5",children:[g.jsxs("div",{className:"mb-4 flex items-center justify-between gap-3",children:[g.jsxs("div",{className:"flex items-center gap-3",children:[g.jsx(Eg,{size:15,className:"text-neutral-500"}),g.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.22em] text-neutral-300",children:t})]}),n]}),e]})}function ZH(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 PH(t,e){const n=[];for(let r=0;r<=48;r+=1){const i=e(ZH(r/48,t));n.push(`${r===0?"M":"L"}${i.x.toFixed(2)},${i.y.toFixed(2)}`)}return n.join(" ")}function jH({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,O=E=>({x:f.left+E.x*f.width,y:f.top+(p-E.y)/(p-m)*f.height}),b=E=>{var W;const j=(W=n.current)==null?void 0:W.getBoundingClientRect();if(!j)return null;const Q=(E.clientX-j.left)/j.width*o,_=(E.clientY-j.top)/j.height*c;return Ag({x1:l.current==="p1"?(Q-f.left)/f.width:r.x1,y1:l.current==="p1"?p-(_-f.top)/f.height*(p-m):r.y1,x2:l.current==="p2"?(Q-f.left)/f.width:r.x2,y2:l.current==="p2"?p-(_-f.top)/f.height*(p-m):r.y2})},v=O({x:0,y:0}),S=O({x:1,y:1}),w=O({x:r.x1,y:r.y1}),k=O({x:r.x2,y:r.y2}),M=PH(r,O),R=E=>{if(!l.current)return;E.preventDefault();const j=b(E);j&&i(j)},$=()=>{l.current&&(l.current=null,e(r))},P=(E,j)=>{j.preventDefault(),j.stopPropagation(),l.current=E,j.currentTarget.setPointerCapture(j.pointerId)};return g.jsxs("div",{className:"overflow-hidden rounded-2xl border border-neutral-800 bg-black/40",children:[g.jsxs("div",{className:"flex items-center justify-between gap-3 border-b border-neutral-800 px-3 py-2",children:[g.jsxs("div",{children:[g.jsx("div",{className:mh,children:"CustomEase"}),g.jsx("div",{className:"mt-1 font-mono text-[10px] text-neutral-500",children:qv(r)})]}),g.jsxs("button",{type:"button",onClick:()=>{const E=Uv("power3.out");i(E),e(E)},className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-800 bg-neutral-950 px-3 text-[10px] font-semibold uppercase tracking-[0.14em] text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-100",children:[g.jsx(qf,{size:13}),"Reset"]})]}),g.jsxs("svg",{ref:n,viewBox:`0 0 ${o} ${c}`,className:"block w-full select-none touch-none",onPointerMove:R,onPointerUp:$,onPointerCancel:$,children:[g.jsx("rect",{x:"0",y:"0",width:o,height:c,fill:"transparent"}),[0,.5,1].map(E=>{const j=O({x:0,y:E});return g.jsxs("g",{children:[g.jsx("line",{x1:f.left,x2:f.left+f.width,y1:j.y,y2:j.y,stroke:"rgba(255,255,255,0.12)",strokeDasharray:"5 8"}),g.jsx("text",{x:f.left-12,y:j.y+4,textAnchor:"end",className:"fill-neutral-500 text-[10px] font-semibold",children:E})]},E)}),g.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)"}),g.jsx("line",{x1:f.left,x2:f.left,y1:f.top,y2:f.top+f.height,stroke:"rgba(255,255,255,0.18)"}),g.jsx("line",{x1:v.x,y1:v.y,x2:w.x,y2:w.y,stroke:"rgba(255,221,87,0.34)"}),g.jsx("line",{x1:S.x,y1:S.y,x2:k.x,y2:k.y,stroke:"rgba(255,221,87,0.34)"}),g.jsx("path",{d:M,fill:"none",stroke:"#ffdd57",strokeWidth:"4",strokeLinecap:"round"}),g.jsx("circle",{cx:v.x,cy:v.y,r:"5",fill:"#ffdd57"}),g.jsx("circle",{cx:S.x,cy:S.y,r:"5",fill:"#ffdd57"}),g.jsx("circle",{cx:w.x,cy:w.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:E=>P("p1",E)}),g.jsx("circle",{cx:k.x,cy:k.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:E=>P("p2",E)}),g.jsx("text",{x:w.x+12,y:w.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P1"}),g.jsx("text",{x:k.x+12,y:k.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P2"})]}),g.jsxs("div",{className:"grid grid-cols-2 gap-2 border-t border-neutral-800 p-3",children:[g.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 ",Rl(r.x1),", ",Rl(r.y1)]}),g.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 ",Rl(r.x2),", ",Rl(r.y2)]})]})]})}const RH=h.memo(function({element:e,motion:n,onClearSelection:r,onSetMotion:i,onClearMotion:l}){var P;const o=EH(n),c=$H(n),f=(n==null?void 0:n.start)??0,m=(n==null?void 0:n.duration)??.6,p=MH(n),O=(n==null?void 0:n.ease)??"power3.out",b=((P=n==null?void 0:n.customEase)==null?void 0:P.data)??"",v=b.trim().length>0,S=h.useMemo(()=>ux(b)??Uv(F0.includes(O)?O:"power3.out"),[O,b]);if(!e)return g.jsxs("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:[g.jsx(Eg,{size:18,className:"mb-3 text-neutral-600"}),g.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element for motion."}),g.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"Timeline layers and inspector selections can receive Studio-authored GSAP motion."})]});const w=e.id?`#${e.id}`:e.selector,k=v?"CustomEase":F0.includes(O)?O:"power3.out",M=v?["CustomEase",...F0]:F0,R=E=>{var W;const j=E.customEaseData??b,Q=j.trim()?{id:((W=n==null?void 0:n.customEase)==null?void 0:W.id)??Eb(e),data:j.trim()}:void 0,_=Q?Q.id:(E.ease??O).trim()||"none";i(e,LQ(E.preset??o,{start:R2(E.start??f,0,3600,0),duration:R2(E.duration??m,.01,3600,.6),distance:R2(E.distance??p,1,2e3,32),direction:E.direction??c,ease:_,customEase:Q}))},$=E=>{R({ease:Eb(e),customEaseData:qv(E)})};return g.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[g.jsx("div",{className:"border-b border-neutral-800 px-4 py-5",children:g.jsxs("div",{className:"flex items-start justify-between gap-4",children:[g.jsxs("div",{className:"min-w-0",children:[g.jsx("div",{className:mh,children:"Motion Target"}),g.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:e.label}),g.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:w})]}),g.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:g.jsx(Ff,{size:13})})]})}),g.jsxs("div",{className:"flex-1 overflow-y-auto",children:[g.jsx(Qb,{title:"GSAP Motion",accessory:g.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:g.jsxs("div",{className:"space-y-4",children:[g.jsx(CH,{value:o,onChange:E=>R({preset:E}),options:kH}),g.jsxs("div",{className:Mb,children:[g.jsx($b,{label:"Direction",value:c,onChange:E=>R({direction:E}),options:TH}),g.jsx($b,{label:"Ease",value:k,onChange:E=>{E!=="CustomEase"&&R({ease:E,customEaseData:""})},options:M})]}),g.jsxs("div",{className:Mb,children:[g.jsx(Q1,{label:"Start",value:Rl(f),onCommit:E=>R({start:N2(E)??0})}),g.jsx(Q1,{label:"Duration",value:Rl(m),onCommit:E=>R({duration:N2(E)??.6})}),g.jsx(Q1,{label:"Distance",value:Rl(p),onCommit:E=>R({distance:N2(E)??32})})]})]})}),g.jsx(Qb,{title:"Ease Curve",accessory:g.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:g.jsxs("div",{className:"space-y-4",children:[g.jsx(jH,{points:S,onCommit:$}),g.jsx(Q1,{label:"CustomEase path",value:b,onCommit:E=>{const j=ux(E);j&&$(j)}}),g.jsx("div",{className:"flex justify-end",children:g.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"})})]})})]})]})}),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 ug({label:t,children:e}){return g.jsxs("div",{className:"mb-3",children:[g.jsx("div",{className:"flex items-center gap-1.5 mt-2 mb-1.5",children:g.jsx("span",{className:"text-2xs font-medium text-neutral-500 uppercase tracking-wider",children:t})}),g.jsx("div",{className:"space-y-1",children:e})]})}function ea({label:t,children:e}){return g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx("span",{className:"text-2xs text-neutral-600 w-14 text-right flex-shrink-0",children:t}),g.jsx("div",{className:"flex-1 min-w-0",children:e})]})}const NH=["none","fade","slide-up","slide-down","slide-left","slide-right","pop","slam","bounce","typewriter","blur-in","flip","drop"],VH=["none","color-change","scale-pop","glow-pulse","underline-sweep","background-fill","bounce"],LH=["none","fade","slide-up","slide-down","slide-left","slide-right","scatter","drop","collapse","blur-out","shrink"],_H=["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 V2({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 g.jsxs(ug,{label:t,children:[g.jsx(ea,{label:"Preset",children:g.jsx("select",{value:l,onChange:p=>i({preset:p.target.value}),className:qa,children:e.map(p=>g.jsx("option",{value:p,children:p},p))})}),g.jsx(ea,{label:"Duration",children:g.jsx("input",{type:"number",value:o,step:.05,min:0,max:2,onChange:p=>i({duration:Number(p.target.value)}),className:qa})}),g.jsx(ea,{label:"Ease",children:g.jsx("select",{value:c,onChange:p=>i({ease:p.target.value}),className:qa,children:_H.map(p=>g.jsx("option",{value:p,children:p},p))})}),g.jsx(ea,{label:"Stagger",children:g.jsx("input",{type:"number",value:f,step:.02,min:0,max:.5,onChange:p=>i({stagger:Number(p.target.value)}),className:qa})}),r&&g.jsx(ea,{label:"Intensity",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.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"}),g.jsx("span",{className:"text-2xs text-neutral-400 font-mono w-8 text-right flex-shrink-0",children:m.toFixed(2)})]})})]})}const DH=h.memo(function(){const e=wt(v=>v.model),n=wt(v=>v.selectedGroupId),r=wt(v=>v.selectedSegmentIds),i=wt(v=>v.updateGroupAnimation),l=wt(v=>v.applyAnimationToAll);let o=n;if(!o&&e&&r.size>0){const v=[...r][0];if(v){for(const[S,w]of e.groups)if(w.segmentIds.includes(v)){o=S;break}}}const c=o?e==null?void 0:e.groups.get(o):void 0,f=c==null?void 0:c.animation,m=h.useCallback(v=>{o&&i(o,"entrance",v)},[o,i]),p=h.useCallback(v=>{o&&i(o,"highlight",v)},[o,i]),O=h.useCallback(v=>{o&&i(o,"exit",v)},[o,i]),b=h.useCallback(()=>{f&&l(f)},[f,l]);return!c||!o||!f?g.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:g.jsx("p",{className:"text-xs text-neutral-500",children:"Select a caption group to edit animations"})}):g.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[g.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[g.jsx(V2,{label:"Entrance",presets:NH,animation:f.entrance,onChange:m}),g.jsx(V2,{label:"Highlight",presets:VH,animation:f.highlight,showIntensity:!0,onChange:p}),g.jsx(V2,{label:"Exit",presets:LH,animation:f.exit,onChange:O})]}),g.jsx("div",{className:"flex-shrink-0 px-3 py-2 border-t border-neutral-800",children:g.jsx("button",{type:"button",onClick:b,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"})})]})}),XH=h.memo(function({iframeRef:e}){var j;const n=wt(Q=>Q.model),r=wt(Q=>Q.selectedSegmentIds),i=wt(Q=>Q.selectedGroupId),l=wt(Q=>Q.updateSelectedStyle),o=wt(Q=>Q.updateGroupStyle),[c,f]=h.useState("style"),m=r.size>0?[...r][0]:void 0,p=n==null?void 0:n.segments.get(m??"");let O=null;if(n&&m)for(const Q of n.groupOrder){const _=n.groups.get(Q);if(_&&_.segmentIds.includes(m)){O=Q;break}}const b=O?(j=n==null?void 0:n.groups.get(O))==null?void 0:j.style:void 0,v=(p==null?void 0:p.style)??{},S={...b,...v},w=h.useCallback(Q=>{var q,oe,D;const _=e.current;if(!_||!n)return;let W=null;try{W=_.contentDocument}catch{return}if(!W)return;const G=W.querySelectorAll(".caption-group"),X=[];for(const N of r)for(let z=0;z<n.groupOrder.length;z++){const V=n.groups.get(n.groupOrder[z]);if(!V)continue;const L=V.segmentIds.indexOf(N);if(L<0)continue;const F=G[z];if(!F)continue;const T=F.children;let C=0;for(const B of T){const ee=B;if(ee.dataset.captionWrapper==="true"){const ue=ee.querySelector(":scope > span");if(ue&&C===L){X.push(ue);break}}else if(ee.tagName==="SPAN"&&C===L){X.push(ee);break}C++}break}if(Q.x!==void 0||Q.y!==void 0||Q.scaleX!==void 0||Q.scaleY!==void 0||Q.rotation!==void 0)try{const N=(oe=(q=e.current)==null?void 0:q.contentWindow)==null?void 0:oe.gsap;if(N)for(const z of X){let V=z.parentElement;(!V||V.dataset.captionWrapper!=="true")&&(V=W.createElement("span"),V.style.display="inline-block",V.dataset.captionWrapper="true",(D=z.parentNode)==null||D.insertBefore(V,z),V.appendChild(z));const L=N.getProperty(V,"x")||0,F=N.getProperty(V,"y")||0,T=N.getProperty(V,"scale")||1,C=N.getProperty(V,"rotation")||0;N.set(V,{x:Q.x??L,y:Q.y??F,scale:Q.scaleX??T,rotation:Q.rotation??C})}}catch{}},[e,n,r]),k=h.useCallback(Q=>{i?o(i,Q):l(Q),w(Q)},[i,o,l,w]);if(r.size===0)return g.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:g.jsx("p",{className:"text-xs text-neutral-500",children:"Select caption words to edit their style"})});const M=S.x??0,R=S.y??0,$=S.rotation??0,P=S.scaleX??1,E=r.size===1?"1 word":`${r.size} words`;return g.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[g.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800 flex-shrink-0",children:[g.jsx("div",{className:"flex items-center justify-between mb-1.5",children:g.jsx("span",{className:"text-2xs text-neutral-500",children:E})}),g.jsxs("div",{className:"flex gap-1",children:[g.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"}),g.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"&&g.jsx(DH,{}),c==="style"&&g.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[g.jsxs(ug,{label:"Position",children:[g.jsx(ea,{label:"X",children:g.jsx("input",{type:"number",value:M,onChange:Q=>k({x:Number(Q.target.value)}),className:qa})}),g.jsx(ea,{label:"Y",children:g.jsx("input",{type:"number",value:R,onChange:Q=>k({y:Number(Q.target.value)}),className:qa})})]}),g.jsxs(ug,{label:"Transform",children:[g.jsx(ea,{label:"Scale",children:g.jsx("input",{type:"number",value:P,step:.1,onChange:Q=>k({scaleX:Number(Q.target.value),scaleY:Number(Q.target.value)}),className:qa})}),g.jsx(ea,{label:"Rotation",children:g.jsx("input",{type:"number",value:$,onChange:Q=>k({rotation:Number(Q.target.value)}),className:qa})})]})]})]})});function zH(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 HH(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 YH=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(O=>{O.stopPropagation();const b=document.createElement("a");b.href=o,b.download=e.filename,b.click()},[o,e.filename]),m=o,p=e.status==="complete";return g.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:g.jsxs("div",{className:"flex items-center gap-2.5",children:[g.jsxs("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[p&&g.jsxs(g.Fragment,{children:[i&&g.jsx("video",{src:m,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"}),g.jsx("div",{className:"absolute inset-0 transition-opacity duration-150",style:{opacity:i?0:1},children:g.jsx(D9,{src:m})})]}),e.status==="rendering"&&g.jsx("div",{className:"w-full h-full flex items-center justify-center",children:g.jsx("div",{className:"w-2 h-2 rounded-full bg-studio-accent animate-pulse"})}),e.status==="failed"&&g.jsx("div",{className:"w-full h-full flex items-center justify-center",children:g.jsx("div",{className:"w-2 h-2 rounded-full bg-red-400"})}),e.status==="cancelled"&&g.jsx("div",{className:"w-full h-full flex items-center justify-center",children:g.jsx("div",{className:"w-2 h-2 rounded-full bg-neutral-600"})})]}),g.jsxs("div",{className:"flex-1 min-w-0",children:[g.jsxs("div",{className:"flex items-center gap-1.5",children:[g.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate",children:e.filename}),e.durationMs&&g.jsx("span",{className:"text-[9px] text-neutral-600 flex-shrink-0",children:zH(e.durationMs)})]}),e.status==="rendering"&&g.jsxs("div",{className:"mt-1",children:[g.jsxs("div",{className:"flex items-center justify-between mb-0.5",children:[g.jsx("span",{className:"text-[9px] text-neutral-500",children:e.stage||"Rendering"}),g.jsxs("span",{className:"text-[9px] font-mono text-studio-accent",children:[e.progress,"%"]})]}),g.jsx("div",{className:"w-full h-1 bg-neutral-800 rounded-full overflow-hidden",children:g.jsx("div",{className:"h-full bg-studio-accent rounded-full transition-all duration-300",style:{width:`${e.progress}%`}})})]}),e.status==="failed"&&e.error&&g.jsx("span",{className:"text-[9px] text-red-400 mt-0.5 block",children:e.error}),e.status!=="rendering"&&g.jsx("span",{className:"text-[9px] text-neutral-600",children:HH(e.createdAt)})]}),i&&g.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[p&&g.jsx("button",{onClick:f,className:"p-1 rounded text-neutral-500 hover:text-green-400 transition-colors",title:"Download",children:g.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[g.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"}),g.jsx("polyline",{points:"7 10 12 15 17 10"}),g.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})}),g.jsx("button",{onClick:O=>{O.stopPropagation(),r()},className:"p-1 rounded text-neutral-500 hover:text-red-400 transition-colors",title:"Remove",children:g.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:g.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]})]})})}),BH=["auto","1080p","4k"],Cb={auto:"Auto","1080p":"1080p","4k":"4K"},aA={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 FH(t){return t==null?"landscape":t.width===t.height?"square":t.height>t.width?"portrait":"landscape"}function lA(t,e){if(t==="auto")return"auto";const n=FH(e);return t==="1080p"?n:n==="landscape"?"landscape-4k":n==="portrait"?"portrait-4k":"square-4k"}function qH(t,e){if(t==="auto")return e??null;const n=lA(t,e);return n==="auto"?null:aA[n]}function UH(t,e){if(t==="auto"||e==null)return!0;const n=lA(t,e);if(n==="auto")return!0;const r=aA[n];return r.width*e.height!==r.height*e.width||r.width<e.width?!1:Number.isInteger(r.width/e.width)}function IH(t,e){const n=qH(t,e);return n?`${Cb[t]} · ${n.width}×${n.height}`:Cb[t]}const L2={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 WH({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=L2[t];return g.jsxs("div",{className:"relative",onPointerEnter:i,onPointerLeave:l,children:[g.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:[g.jsx("circle",{cx:"12",cy:"12",r:"10"}),g.jsx("path",{d:"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"}),g.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),e&&g.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:[g.jsx("p",{className:"text-[10px] font-semibold text-neutral-200 mb-0.5",children:o.label}),g.jsx("p",{className:"text-[9px] text-neutral-400 leading-tight",children:o.desc}),g.jsx("div",{className:"mt-1.5 pt-1.5 border-t border-neutral-800",children:["mp4","mov","webm"].filter(c=>c!==t).map(c=>g.jsxs("p",{className:"text-[9px] text-neutral-500 leading-relaxed",children:[g.jsx("span",{className:"text-neutral-400 font-medium",children:L2[c].label})," — ",L2[c].desc]},c))})]})]})}const Zb=[{value:"draft",label:"Draft",title:"Fast render, smaller file"},{value:"standard",label:"Standard",title:"Good quality, balanced file size"},{value:"high",label:"High Quality",title:"Best quality, larger file"}];function GH({onStartRender:t,isRendering:e,compositionDimensions:n}){var b;const[r,i]=h.useState("mp4"),[l,o]=h.useState("standard"),[c,f]=h.useState("auto"),[m,p]=h.useState(30),O=r!=="mov";return g.jsxs("div",{className:"flex items-center gap-1",children:[g.jsx(WH,{format:r}),g.jsx("select",{value:c,onChange:v=>f(v.target.value),disabled:e,className:"h-5 px-1 text-[10px] rounded-l bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:BH.map(v=>g.jsx("option",{value:v,disabled:!UH(v,n),children:IH(v,n)},v))}),O&&g.jsx("select",{value:l,onChange:v=>o(v.target.value),disabled:e,title:(b=Zb.find(v=>v.value===l))==null?void 0:b.title,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:Zb.map(v=>g.jsx("option",{value:v.value,title:v.title,children:v.label},v.value))}),g.jsxs("select",{value:m,onChange:v=>p(Number(v.target.value)),disabled:e,title:"Frames per second",className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[g.jsx("option",{value:24,children:"24fps"}),g.jsx("option",{value:30,children:"30fps"}),g.jsx("option",{value:60,children:"60fps"})]}),g.jsxs("select",{value:r,onChange:v=>i(v.target.value),disabled:e,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[g.jsx("option",{value:"mp4",children:"MP4"}),g.jsx("option",{value:"mov",children:"MOV"}),g.jsx("option",{value:"webm",children:"WebM"})]}),g.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 KH=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 g.jsxs("div",{className:"flex flex-col h-full",children:[g.jsx("div",{className:"flex items-center justify-end px-3 py-2 border-b border-neutral-800/50 flex-shrink-0",children:g.jsxs("div",{className:"flex items-center gap-1.5",children:[m>0&&g.jsx("button",{onClick:i,className:"text-[10px] text-neutral-600 hover:text-neutral-400 transition-colors",children:"Clear"}),g.jsx(GH,{onStartRender:l,isRendering:o,compositionDimensions:c})]})}),g.jsx("div",{ref:f,className:"flex-1 overflow-y-auto",children:e.length===0?g.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[g.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[g.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18",strokeLinecap:"round",strokeLinejoin:"round"}),g.jsx("path",{d:"M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5",strokeLinecap:"round",strokeLinejoin:"round"})]}),g.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"No renders yet"})]}):e.map(p=>g.jsx(YH,{job:p,projectId:n,onDelete:()=>r(p.id)},p.id))})]})});function JH({selectedStudioMotion:t,designPanelActive:e,motionPanelActive:n}){const{rightWidth:r,rightPanelTab:i,setRightPanelTab:l,handlePanelResizeStart:o,handlePanelResizeMove:c,handlePanelResizeEnd:f}=$g(),{captionEditMode:m,previewIframeRef:p,projectId:O,activeCompPath:b,compositionDimensions:v,waitForPendingDomEditSaves:S,renderQueue:w}=Uf(),{domEditSelection:k,domEditGroupSelections:M,copiedAgentPrompt:R,clearDomSelection:$,handleDomStyleCommit:P,handleDomPathOffsetCommit:E,handleDomBoxSizeCommit:j,handleDomRotationCommit:Q,handleDomTextCommit:_,handleDomTextFieldStyleCommit:W,handleDomAddTextField:G,handleDomRemoveTextField:X,handleDomManualEditsReset:H,handleAskAgent:q,handleDomMotionCommit:oe,handleDomMotionClear:D,applyDomSelection:N}=Qg(),{assets:z,fontAssets:V,handleImportFiles:L,handleImportFonts:F}=F9(),T=!b||b==="index.html",C=h.useCallback(ee=>{const ue=fS(ee.element,{activeCompositionPath:b,isMasterView:T,preferClipAncestor:!1});ue&&N(ue)},[b,T,N]),B=w.jobs;return g.jsxs(g.Fragment,{children:[g.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:ee=>o("right",ee),onPointerMove:c,onPointerUp:f,children:g.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})}),g.jsx("div",{className:"flex flex-col border-l border-neutral-800 bg-neutral-900 flex-shrink-0",style:{width:r},children:m?g.jsx(XH,{iframeRef:p}):g.jsxs(g.Fragment,{children:[g.jsxs("div",{className:"flex items-center gap-1 border-b border-neutral-800 px-3 py-2",children:[Nn&&g.jsxs(g.Fragment,{children:[g.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"}),eS&&g.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"})]}),g.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:B.length>0?`Renders (${B.length})`:"Renders"})]}),g.jsx("div",{className:"min-h-0 flex-1",children:e?g.jsx(AH,{projectId:O,assets:z,element:M.length>1?null:k,multiSelectCount:M.length,copiedAgentPrompt:R,onClearSelection:$,onSetStyle:P,onSetManualOffset:E,onSetManualSize:j,onSetManualRotation:Q,onSetText:_,onSetTextFieldStyle:W,onAddTextField:G,onRemoveTextField:X,onResetManualEdits:H,onAskAgent:q,onImportAssets:L,fontAssets:V,onImportFonts:F,activeCompositionPath:b,onSelectLayer:C}):n?g.jsx(RH,{element:M.length>1?null:k,motion:t,onClearSelection:$,onSetMotion:oe,onClearMotion:D}):g.jsx(KH,{jobs:B,projectId:O,onDelete:w.deleteRender,onClearCompleted:w.clearCompleted,onStartRender:async(ee,ue,ye,Oe)=>{await S(),await w.startRender({fps:Oe,quality:ue,format:ee,resolution:ye})},compositionDimensions:v,isRendering:w.isRendering})})]})})]})}function eY({toggleTimelineVisibility:t}){const e=Ze(o=>o.zoomMode),n=Ze(o=>o.manualZoomPercent),r=Ze(o=>o.setZoomMode),i=Ze(o=>o.setManualZoomPercent),l=Pf(e,n);return g.jsx("div",{className:"border-b border-neutral-800/40 bg-neutral-950/96",children:g.jsxs("div",{className:"flex items-center justify-between px-3 py-2",children:[g.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),g.jsxs("div",{className:"flex items-center gap-1",children:[g.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"}),g.jsx("button",{type:"button",onClick:()=>{r("manual"),i(C5("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:"-"}),g.jsx("div",{className:"min-w-[58px] text-center text-[10px] font-medium tabular-nums text-neutral-500",children:`${l}%`}),g.jsx("button",{type:"button",onClick:()=>{r("manual"),i(C5("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:"+"}),g.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:gS(!0),"aria-label":"Hide timeline editor",children:g.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:[g.jsx("path",{d:"M5 7h14"}),g.jsx("path",{d:"m8 11 4 4 4-4"})]})})]})]})})}function tY(){const[t,e]=h.useState(null),[n,r]=h.useState(!0);Gt(()=>{const ge=QZ(window.location.hash);if(ge){e(ge),r(!1);return}fetch("/api/projects").then(Me=>Me.json()).then(Me=>{const rt=(Me.projects??[])[0];rt&&(e(rt.id),window.location.hash=$Z(rt.id))}).catch(()=>{}).finally(()=>r(!1))});const[i,l]=h.useState(null),[o,c]=h.useState(new Map),[f,m]=h.useState(null),[p,O]=h.useState(!0),[b,v]=h.useState(0),[,S]=h.useState(0),w=h.useRef(null),k=h.useRef(i);k.current=i;const M=h.useRef(null),R=ST(t),$=wt(ge=>ge.isEditMode),P=wt(ge=>ge.selectedSegmentIds.size>0),E=j$(t),j=Ze(ge=>ge.currentTime),Q=Ze(ge=>ge.elements),_=Ze(ge=>ge.selectedElementId),W=Ze(ge=>ge.setSelectedElementId),G=Ze(ge=>ge.duration),X=Ze(ge=>ge.isPlaying),H=!i||i==="index.html",q=i?`/api/projects/${t}/preview/comp/${i}`:null,oe=h.useMemo(()=>{const ge=Q.length>0?Math.max(...Q.map(Me=>Me.start+Me.duration)):0;return Math.max(G,ge)},[G,Q]),D=h.useCallback(()=>{S(ge=>ge+1),window.setTimeout(()=>S(ge=>ge+1),80),window.setTimeout(()=>S(ge=>ge+1),300)},[]),[N,z]=h.useState(!0),V=h.useCallback(()=>z(ge=>!ge),[]),[L,F]=h.useState(null),T=h.useRef(null),C=h.useCallback((ge,Me="error")=>{T.current&&clearTimeout(T.current),F({message:ge,tone:Me}),T.current=setTimeout(()=>F(null),4e3)},[]);Gt(()=>()=>{T.current&&clearTimeout(T.current)});const B=I$(),ee=U$({projectId:t}),ue=h.useRef(0),ye=h.useCallback(()=>{var ge,Me;try{(Me=(ge=w.current)==null?void 0:ge.contentWindow)==null||Me.location.reload()}catch{v(rt=>rt+1)}},[]),Oe=G$({projectId:t,showToast:C,recordEdit:ee.recordEdit,domEditSaveTimestampRef:ue,setRefreshKey:v}),He=rC({projectId:t,showToast:C,readOptionalProjectFile:Oe.readOptionalProjectFile,writeProjectFile:Oe.writeProjectFile,recordEdit:ee.recordEdit,previewIframeRef:w,activeCompPathRef:k}),Ye=xC({projectId:t,activeCompPath:i,timelineElements:Q,showToast:C,writeProjectFile:Oe.writeProjectFile,recordEdit:ee.recordEdit,domEditSaveTimestampRef:ue,reloadPreview:ye,uploadProjectFiles:Oe.uploadProjectFiles}),se=h.useRef(()=>{}),me=h.useRef(null),ve=h.useRef(async()=>{}),we=gZ({toggleTimelineVisibility:V,handleTimelineElementDelete:Ye.handleTimelineElementDelete,handleDomEditElementDelete:async ge=>ve.current(ge),domEditSelectionRef:me,clearDomSelectionRef:se,editHistory:ee,readOptionalProjectFile:Oe.readOptionalProjectFile,readProjectFile:Oe.readProjectFile,writeProjectFile:Oe.writeProjectFile,domEditSaveTimestampRef:ue,showToast:C,syncHistoryPreviewAfterApply:He.syncHistoryPreviewAfterApply,waitForPendingDomEditSaves:He.waitForPendingDomEditSaves,leftSidebarRef:M}),pe=mZ({projectId:t,activeCompPath:i,isMasterView:H,compIdToSrc:o,captionEditMode:$,compositionLoading:p,previewIframeRef:w,timelineElements:Q,currentTime:j,setSelectedTimelineElementId:W,setRightCollapsed:B.setRightCollapsed,setRightPanelTab:B.setRightPanelTab,showToast:C,refreshPreviewDocumentVersion:D,commitStudioManualEditManifestOptimistically:He.commitStudioManualEditManifestOptimistically,commitStudioMotionManifestOptimistically:He.commitStudioMotionManifestOptimistically,applyCurrentStudioManualEditsToPreview:He.applyCurrentStudioManualEditsToPreview,applyCurrentStudioMotionToPreview:He.applyCurrentStudioMotionToPreview,readProjectFile:Oe.readProjectFile,writeProjectFile:Oe.writeProjectFile,domEditSaveTimestampRef:ue,editHistory:{recordEdit:ee.recordEdit},fileTree:Oe.fileTree,importedFontAssetsRef:Oe.importedFontAssetsRef,projectDir:Oe.projectDir,projectIdRef:Oe.projectIdRef,previewIframe:f,refreshKey:b,rightPanelTab:B.rightPanelTab,applyStudioManualEditsToPreviewRef:He.applyStudioManualEditsToPreviewRef,applyStudioMotionToPreviewRef:He.applyStudioMotionToPreviewRef,syncPreviewHistoryHotkey:we.syncPreviewHistoryHotkey,reloadPreview:ye,setRefreshKey:v});me.current=pe.domEditSelection,se.current=pe.clearDomSelection,ve.current=pe.handleDomEditElementDelete,SZ({projectId:t,activeCompPath:i,compIdToSrc:o,captionEditMode:$,captionHasSelection:P,previewIframeRef:w,captionSync:E,setRightCollapsed:B.setRightCollapsed});const Pe=MZ({projectIdRef:Oe.projectIdRef,compIdToSrc:o,activePreviewUrl:q,effectiveTimelineDuration:oe}),je=jZ(),{lintModal:Ie,linting:We,handleLint:tt,closeLintModal:mt}=PZ(t),Ae=ZZ({projectId:t,activeCompPath:i,showToast:C,waitForPendingDomEditSaves:He.waitForPendingDomEditSaves}),{consoleErrors:$e,setConsoleErrors:Fe,resetErrors:Ve}=EZ(f),[qe,at]=h.useState(!1),xt=h.useRef(0),{syncPreviewTimelineHotkey:Pt,syncPreviewHistoryHotkey:an}=we,wn=h.useCallback(ge=>{w.current=ge,m(ge),Pt(ge),an(ge),Ve(),D()},[D,Ve,an,Pt]),er=h.useCallback(ge=>{l(ge==="index.html"||ge.startsWith("compositions/")?ge:null),Oe.setEditingFile({path:ge,content:null}),fetch(`/api/projects/${t}/files/${ge}`).then(Me=>Me.json()).then(Me=>Oe.setEditingFile({path:ge,content:Me.content})).catch(()=>{})},[t,Oe]),ae=Nn&&pe.domEditSelection?FQ(He.studioMotionManifestRef.current,pe.domEditSelection):null,ie=h.useMemo(()=>_?Q.find(ge=>NZ(ge)===_)??null:null,[_,Q]),Se=Nn&&B.rightPanelTab==="design",ke=Nn&&eS&&B.rightPanelTab==="motion",Qe=Se||ke,yt=Qe&&!B.rightCollapsed&&!X&&(!ie||VZ(j,ie)),Ke=Nn&&!B.rightCollapsed&&Qe,pt={projectId:t,activeCompPath:i,setActiveCompPath:l,showToast:C,previewIframeRef:w,captionEditMode:$,compositionLoading:p,refreshKey:b,setRefreshKey:v,currentTime:j,timelineElements:Q,isPlaying:X,editHistory:{canUndo:ee.canUndo,canRedo:ee.canRedo,undoLabel:ee.undoLabel,redoLabel:ee.redoLabel},handleUndo:we.handleUndo,handleRedo:we.handleRedo,renderQueue:{jobs:R.jobs,isRendering:R.isRendering,deleteRender:R.deleteRender,clearCompleted:R.clearCompleted,startRender:R.startRender},compositionDimensions:je,waitForPendingDomEditSaves:He.waitForPendingDomEditSaves,handlePreviewIframeRef:wn,refreshPreviewDocumentVersion:D,timelineVisible:N,toggleTimelineVisibility:V};if(n||!t)return g.jsx("div",{className:"h-full w-full bg-neutral-950 flex items-center justify-center",children:g.jsx("div",{className:"w-4 h-4 rounded-full bg-studio-accent animate-pulse"})});const Ue=g.jsx(eY,{toggleTimelineVisibility:V});return g.jsx(IZ,{value:pt,children:g.jsx(WZ,{value:B,children:g.jsx(IX,{value:Oe,children:g.jsx(GZ,{value:pe,children:g.jsxs("div",{className:"flex flex-col h-full w-full bg-neutral-950 relative",onDragOver:ge=>{ge.dataTransfer.types.includes("Files")&&ge.preventDefault()},onDragEnter:ge=>{ge.dataTransfer.types.includes("Files")&&(ge.preventDefault(),xt.current++,at(!0))},onDragLeave:()=>{xt.current--,xt.current===0&&at(!1)},onDrop:ge=>{xt.current=0,at(!1),!ge.defaultPrevented&&(ge.preventDefault(),ge.dataTransfer.files.length&&Oe.handleImportFiles(ge.dataTransfer.files))},children:[g.jsx(KZ,{captureFrameHref:Ae.captureFrameHref,captureFrameFilename:Ae.captureFrameFilename,handleCaptureFrameClick:Ae.handleCaptureFrameClick,refreshCaptureFrameTime:Ae.refreshCaptureFrameTime,inspectorButtonActive:Ke,inspectorPanelActive:Qe}),g.jsxs("div",{className:"flex flex-1 min-h-0",children:[g.jsx(WX,{leftSidebarRef:M,onSelectComposition:er,onLint:tt,linting:We}),g.jsx(Qz,{timelineToolbar:Ue,renderClipContent:Pe,handleTimelineElementDelete:Ye.handleTimelineElementDelete,handleTimelineAssetDrop:Ye.handleTimelineAssetDrop,handleTimelineFileDrop:Ye.handleTimelineFileDrop,handleTimelineElementMove:Ye.handleTimelineElementMove,handleTimelineElementResize:Ye.handleTimelineElementResize,handleBlockedTimelineEdit:Ye.handleBlockedTimelineEdit,setCompIdToSrc:c,setCompositionLoading:O,shouldShowSelectedDomBounds:yt}),!B.rightCollapsed&&g.jsx(JH,{selectedStudioMotion:ae,designPanelActive:Se,motionPanelActive:ke})]}),Ie!==null&&g.jsx(K5,{findings:Ie,projectId:t,onClose:mt}),$e!==null&&$e.length>0&&g.jsx(K5,{findings:$e,projectId:t,onClose:()=>Fe(null)}),pe.agentModalOpen&&pe.domEditSelection&&g.jsx(_Z,{selectionLabel:pe.domEditSelection.label,anchorPoint:pe.agentModalAnchorPoint,onSubmit:pe.handleAgentModalSubmit,onClose:()=>{pe.setAgentModalOpen(!1),pe.setAgentPromptSelectionContext(void 0),pe.setAgentModalAnchorPoint(null)}}),qe&&g.jsx("div",{className:"absolute inset-0 z-[90] flex items-center justify-center bg-black/50 backdrop-blur-sm pointer-events-none",children:g.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:[g.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:[g.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),g.jsx("polyline",{points:"7 10 12 15 17 10"}),g.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),g.jsx("span",{className:"text-sm font-medium text-studio-accent",children:"Drop files to import into project"})]})}),L&&g.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 ${L.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:L.message})]})})})})})}vT.createRoot(document.getElementById("root")).render(g.jsx(h.StrictMode,{children:g.jsx(tY,{})}));