palmier 0.9.4 → 0.9.6

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 (44) hide show
  1. package/README.md +4 -2
  2. package/dist/commands/init.js +2 -2
  3. package/dist/pwa/apple-touch-icon.png +0 -0
  4. package/dist/pwa/assets/index-D1bIhEbd.css +1 -0
  5. package/dist/pwa/assets/index-MLEFUP3r.js +120 -0
  6. package/dist/pwa/assets/{web-Eg0A6HEi.js → web-B1sKCc7e.js} +1 -1
  7. package/dist/pwa/assets/{web-Dcldtodb.js → web-B4xEa6WO.js} +1 -1
  8. package/dist/pwa/assets/{web-DdVpqhvX.js → web-ETD-8ZHd.js} +1 -1
  9. package/dist/pwa/favicon.ico +0 -0
  10. package/dist/pwa/index.html +3 -3
  11. package/dist/pwa/manifest.webmanifest +1 -1
  12. package/dist/pwa/pwa-192x192.png +0 -0
  13. package/dist/pwa/pwa-512x512.png +0 -0
  14. package/dist/pwa/service-worker.js +1 -1
  15. package/dist/rpc-handler.js +15 -1
  16. package/dist/task.d.ts +1 -0
  17. package/dist/task.js +14 -0
  18. package/package.json +1 -1
  19. package/palmier-server/pwa/index.html +1 -1
  20. package/palmier-server/pwa/logo/logo_20260421.png +0 -0
  21. package/palmier-server/pwa/public/apple-touch-icon.png +0 -0
  22. package/palmier-server/pwa/public/favicon.ico +0 -0
  23. package/palmier-server/pwa/public/pwa-192x192.png +0 -0
  24. package/palmier-server/pwa/public/pwa-512x512.png +0 -0
  25. package/palmier-server/pwa/src/App.css +14 -0
  26. package/palmier-server/pwa/src/components/CapabilityToggles.tsx +1 -1
  27. package/palmier-server/pwa/src/components/ConnectionStatusIcon.tsx +5 -6
  28. package/palmier-server/pwa/src/components/HostMenu.tsx +28 -1
  29. package/palmier-server/pwa/src/components/RunDetailView.tsx +3 -2
  30. package/palmier-server/pwa/src/components/SessionsView.tsx +2 -1
  31. package/palmier-server/pwa/src/components/TaskCard.tsx +14 -6
  32. package/palmier-server/pwa/src/components/TaskForm.tsx +12 -6
  33. package/palmier-server/pwa/src/contexts/HostStoreContext.tsx +12 -0
  34. package/palmier-server/pwa/src/formatTime.ts +38 -4
  35. package/palmier-server/pwa/src/pages/Dashboard.tsx +4 -2
  36. package/palmier-server/pwa/src/types.ts +2 -0
  37. package/palmier-server/pwa/vite.config.ts +1 -1
  38. package/src/commands/init.ts +2 -2
  39. package/src/rpc-handler.ts +12 -1
  40. package/src/task.ts +13 -0
  41. package/dist/pwa/assets/index-BsB1tIsn.css +0 -1
  42. package/dist/pwa/assets/index-DX5qJgHZ.js +0 -120
  43. package/palmier-server/pwa/logo/logo-prompt.md +0 -28
  44. package/palmier-server/pwa/logo/logo_20260330.png +0 -0
@@ -0,0 +1,120 @@
1
+ var Qw=Object.defineProperty;var Zw=(e,t,r)=>t in e?Qw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var C=(e,t,r)=>Zw(e,typeof t!="symbol"?t+"":t,r);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))s(l);new MutationObserver(l=>{for(const u of l)if(u.type==="childList")for(const c of u.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&s(c)}).observe(document,{childList:!0,subtree:!0});function r(l){const u={};return l.integrity&&(u.integrity=l.integrity),l.referrerPolicy&&(u.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?u.credentials="include":l.crossOrigin==="anonymous"?u.credentials="omit":u.credentials="same-origin",u}function s(l){if(l.ep)return;l.ep=!0;const u=r(l);fetch(l.href,u)}})();function Hb(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ch={exports:{}},pl={};/**
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 Vy;function Ww(){if(Vy)return pl;Vy=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(s,l,u){var c=null;if(u!==void 0&&(c=""+u),l.key!==void 0&&(c=""+l.key),"key"in l){u={};for(var f in l)f!=="key"&&(u[f]=l[f])}else u=l;return l=u.ref,{$$typeof:e,type:s,key:c,ref:l!==void 0?l:null,props:u}}return pl.Fragment=t,pl.jsx=r,pl.jsxs=r,pl}var Jy;function eS(){return Jy||(Jy=1,ch.exports=Ww()),ch.exports}var b=eS(),fh={exports:{}},Ye={};/**
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 Xy;function tS(){if(Xy)return Ye;Xy=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),u=Symbol.for("react.consumer"),c=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),g=Symbol.for("react.activity"),x=Symbol.iterator;function w(E){return E===null||typeof E!="object"?null:(E=x&&E[x]||E["@@iterator"],typeof E=="function"?E:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},T=Object.assign,z={};function D(E,K,A){this.props=E,this.context=K,this.refs=z,this.updater=A||S}D.prototype.isReactComponent={},D.prototype.setState=function(E,K){if(typeof E!="object"&&typeof E!="function"&&E!=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,E,K,"setState")},D.prototype.forceUpdate=function(E){this.updater.enqueueForceUpdate(this,E,"forceUpdate")};function q(){}q.prototype=D.prototype;function F(E,K,A){this.props=E,this.context=K,this.refs=z,this.updater=A||S}var oe=F.prototype=new q;oe.constructor=F,T(oe,D.prototype),oe.isPureReactComponent=!0;var B=Array.isArray;function L(){}var W={H:null,A:null,T:null,S:null},$=Object.prototype.hasOwnProperty;function H(E,K,A){var be=A.ref;return{$$typeof:e,type:E,key:K,ref:be!==void 0?be:null,props:A}}function R(E,K){return H(E.type,K,E.props)}function G(E){return typeof E=="object"&&E!==null&&E.$$typeof===e}function J(E){var K={"=":"=0",":":"=2"};return"$"+E.replace(/[=:]/g,function(A){return K[A]})}var fe=/\/+/g;function ie(E,K){return typeof E=="object"&&E!==null&&E.key!=null?J(""+E.key):K.toString(36)}function ee(E){switch(E.status){case"fulfilled":return E.value;case"rejected":throw E.reason;default:switch(typeof E.status=="string"?E.then(L,L):(E.status="pending",E.then(function(K){E.status==="pending"&&(E.status="fulfilled",E.value=K)},function(K){E.status==="pending"&&(E.status="rejected",E.reason=K)})),E.status){case"fulfilled":return E.value;case"rejected":throw E.reason}}throw E}function P(E,K,A,be,je){var _e=typeof E;(_e==="undefined"||_e==="boolean")&&(E=null);var Me=!1;if(E===null)Me=!0;else switch(_e){case"bigint":case"string":case"number":Me=!0;break;case"object":switch(E.$$typeof){case e:case t:Me=!0;break;case y:return Me=E._init,P(Me(E._payload),K,A,be,je)}}if(Me)return je=je(E),Me=be===""?"."+ie(E,0):be,B(je)?(A="",Me!=null&&(A=Me.replace(fe,"$&/")+"/"),P(je,K,A,"",function(Ge){return Ge})):je!=null&&(G(je)&&(je=R(je,A+(je.key==null||E&&E.key===je.key?"":(""+je.key).replace(fe,"$&/")+"/")+Me)),K.push(je)),1;Me=0;var Ie=be===""?".":be+":";if(B(E))for(var ke=0;ke<E.length;ke++)be=E[ke],_e=Ie+ie(be,ke),Me+=P(be,K,A,_e,je);else if(ke=w(E),typeof ke=="function")for(E=ke.call(E),ke=0;!(be=E.next()).done;)be=be.value,_e=Ie+ie(be,ke++),Me+=P(be,K,A,_e,je);else if(_e==="object"){if(typeof E.then=="function")return P(ee(E),K,A,be,je);throw K=String(E),Error("Objects are not valid as a React child (found: "+(K==="[object Object]"?"object with keys {"+Object.keys(E).join(", ")+"}":K)+"). If you meant to render a collection of children, use an array instead.")}return Me}function X(E,K,A){if(E==null)return E;var be=[],je=0;return P(E,be,"","",function(_e){return K.call(A,_e,je++)}),be}function ae(E){if(E._status===-1){var K=E._result;K=K(),K.then(function(A){(E._status===0||E._status===-1)&&(E._status=1,E._result=A)},function(A){(E._status===0||E._status===-1)&&(E._status=2,E._result=A)}),E._status===-1&&(E._status=0,E._result=K)}if(E._status===1)return E._result.default;throw E._result}var pe=typeof reportError=="function"?reportError:function(E){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var K=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof E=="object"&&E!==null&&typeof E.message=="string"?String(E.message):String(E),error:E});if(!window.dispatchEvent(K))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",E);return}console.error(E)},M={map:X,forEach:function(E,K,A){X(E,function(){K.apply(this,arguments)},A)},count:function(E){var K=0;return X(E,function(){K++}),K},toArray:function(E){return X(E,function(K){return K})||[]},only:function(E){if(!G(E))throw Error("React.Children.only expected to receive a single React element child.");return E}};return Ye.Activity=g,Ye.Children=M,Ye.Component=D,Ye.Fragment=r,Ye.Profiler=l,Ye.PureComponent=F,Ye.StrictMode=s,Ye.Suspense=d,Ye.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=W,Ye.__COMPILER_RUNTIME={__proto__:null,c:function(E){return W.H.useMemoCache(E)}},Ye.cache=function(E){return function(){return E.apply(null,arguments)}},Ye.cacheSignal=function(){return null},Ye.cloneElement=function(E,K,A){if(E==null)throw Error("The argument must be a React element, but you passed "+E+".");var be=T({},E.props),je=E.key;if(K!=null)for(_e in K.key!==void 0&&(je=""+K.key),K)!$.call(K,_e)||_e==="key"||_e==="__self"||_e==="__source"||_e==="ref"&&K.ref===void 0||(be[_e]=K[_e]);var _e=arguments.length-2;if(_e===1)be.children=A;else if(1<_e){for(var Me=Array(_e),Ie=0;Ie<_e;Ie++)Me[Ie]=arguments[Ie+2];be.children=Me}return H(E.type,je,be)},Ye.createContext=function(E){return E={$$typeof:c,_currentValue:E,_currentValue2:E,_threadCount:0,Provider:null,Consumer:null},E.Provider=E,E.Consumer={$$typeof:u,_context:E},E},Ye.createElement=function(E,K,A){var be,je={},_e=null;if(K!=null)for(be in K.key!==void 0&&(_e=""+K.key),K)$.call(K,be)&&be!=="key"&&be!=="__self"&&be!=="__source"&&(je[be]=K[be]);var Me=arguments.length-2;if(Me===1)je.children=A;else if(1<Me){for(var Ie=Array(Me),ke=0;ke<Me;ke++)Ie[ke]=arguments[ke+2];je.children=Ie}if(E&&E.defaultProps)for(be in Me=E.defaultProps,Me)je[be]===void 0&&(je[be]=Me[be]);return H(E,_e,je)},Ye.createRef=function(){return{current:null}},Ye.forwardRef=function(E){return{$$typeof:f,render:E}},Ye.isValidElement=G,Ye.lazy=function(E){return{$$typeof:y,_payload:{_status:-1,_result:E},_init:ae}},Ye.memo=function(E,K){return{$$typeof:m,type:E,compare:K===void 0?null:K}},Ye.startTransition=function(E){var K=W.T,A={};W.T=A;try{var be=E(),je=W.S;je!==null&&je(A,be),typeof be=="object"&&be!==null&&typeof be.then=="function"&&be.then(L,pe)}catch(_e){pe(_e)}finally{K!==null&&A.types!==null&&(K.types=A.types),W.T=K}},Ye.unstable_useCacheRefresh=function(){return W.H.useCacheRefresh()},Ye.use=function(E){return W.H.use(E)},Ye.useActionState=function(E,K,A){return W.H.useActionState(E,K,A)},Ye.useCallback=function(E,K){return W.H.useCallback(E,K)},Ye.useContext=function(E){return W.H.useContext(E)},Ye.useDebugValue=function(){},Ye.useDeferredValue=function(E,K){return W.H.useDeferredValue(E,K)},Ye.useEffect=function(E,K){return W.H.useEffect(E,K)},Ye.useEffectEvent=function(E){return W.H.useEffectEvent(E)},Ye.useId=function(){return W.H.useId()},Ye.useImperativeHandle=function(E,K,A){return W.H.useImperativeHandle(E,K,A)},Ye.useInsertionEffect=function(E,K){return W.H.useInsertionEffect(E,K)},Ye.useLayoutEffect=function(E,K){return W.H.useLayoutEffect(E,K)},Ye.useMemo=function(E,K){return W.H.useMemo(E,K)},Ye.useOptimistic=function(E,K){return W.H.useOptimistic(E,K)},Ye.useReducer=function(E,K,A){return W.H.useReducer(E,K,A)},Ye.useRef=function(E){return W.H.useRef(E)},Ye.useState=function(E){return W.H.useState(E)},Ye.useSyncExternalStore=function(E,K,A){return W.H.useSyncExternalStore(E,K,A)},Ye.useTransition=function(){return W.H.useTransition()},Ye.version="19.2.4",Ye}var Ky;function Ed(){return Ky||(Ky=1,fh.exports=tS()),fh.exports}var j=Ed(),hh={exports:{}},gl={},dh={exports:{}},mh={};/**
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 Qy;function nS(){return Qy||(Qy=1,(function(e){function t(P,X){var ae=P.length;P.push(X);e:for(;0<ae;){var pe=ae-1>>>1,M=P[pe];if(0<l(M,X))P[pe]=X,P[ae]=M,ae=pe;else break e}}function r(P){return P.length===0?null:P[0]}function s(P){if(P.length===0)return null;var X=P[0],ae=P.pop();if(ae!==X){P[0]=ae;e:for(var pe=0,M=P.length,E=M>>>1;pe<E;){var K=2*(pe+1)-1,A=P[K],be=K+1,je=P[be];if(0>l(A,ae))be<M&&0>l(je,A)?(P[pe]=je,P[be]=ae,pe=be):(P[pe]=A,P[K]=ae,pe=K);else if(be<M&&0>l(je,ae))P[pe]=je,P[be]=ae,pe=be;else break e}}return X}function l(P,X){var ae=P.sortIndex-X.sortIndex;return ae!==0?ae:P.id-X.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var u=performance;e.unstable_now=function(){return u.now()}}else{var c=Date,f=c.now();e.unstable_now=function(){return c.now()-f}}var d=[],m=[],y=1,g=null,x=3,w=!1,S=!1,T=!1,z=!1,D=typeof setTimeout=="function"?setTimeout:null,q=typeof clearTimeout=="function"?clearTimeout:null,F=typeof setImmediate<"u"?setImmediate:null;function oe(P){for(var X=r(m);X!==null;){if(X.callback===null)s(m);else if(X.startTime<=P)s(m),X.sortIndex=X.expirationTime,t(d,X);else break;X=r(m)}}function B(P){if(T=!1,oe(P),!S)if(r(d)!==null)S=!0,L||(L=!0,J());else{var X=r(m);X!==null&&ee(B,X.startTime-P)}}var L=!1,W=-1,$=5,H=-1;function R(){return z?!0:!(e.unstable_now()-H<$)}function G(){if(z=!1,L){var P=e.unstable_now();H=P;var X=!0;try{e:{S=!1,T&&(T=!1,q(W),W=-1),w=!0;var ae=x;try{t:{for(oe(P),g=r(d);g!==null&&!(g.expirationTime>P&&R());){var pe=g.callback;if(typeof pe=="function"){g.callback=null,x=g.priorityLevel;var M=pe(g.expirationTime<=P);if(P=e.unstable_now(),typeof M=="function"){g.callback=M,oe(P),X=!0;break t}g===r(d)&&s(d),oe(P)}else s(d);g=r(d)}if(g!==null)X=!0;else{var E=r(m);E!==null&&ee(B,E.startTime-P),X=!1}}break e}finally{g=null,x=ae,w=!1}X=void 0}}finally{X?J():L=!1}}}var J;if(typeof F=="function")J=function(){F(G)};else if(typeof MessageChannel<"u"){var fe=new MessageChannel,ie=fe.port2;fe.port1.onmessage=G,J=function(){ie.postMessage(null)}}else J=function(){D(G,0)};function ee(P,X){W=D(function(){P(e.unstable_now())},X)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(P){P.callback=null},e.unstable_forceFrameRate=function(P){0>P||125<P?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):$=0<P?Math.floor(1e3/P):5},e.unstable_getCurrentPriorityLevel=function(){return x},e.unstable_next=function(P){switch(x){case 1:case 2:case 3:var X=3;break;default:X=x}var ae=x;x=X;try{return P()}finally{x=ae}},e.unstable_requestPaint=function(){z=!0},e.unstable_runWithPriority=function(P,X){switch(P){case 1:case 2:case 3:case 4:case 5:break;default:P=3}var ae=x;x=P;try{return X()}finally{x=ae}},e.unstable_scheduleCallback=function(P,X,ae){var pe=e.unstable_now();switch(typeof ae=="object"&&ae!==null?(ae=ae.delay,ae=typeof ae=="number"&&0<ae?pe+ae:pe):ae=pe,P){case 1:var M=-1;break;case 2:M=250;break;case 5:M=1073741823;break;case 4:M=1e4;break;default:M=5e3}return M=ae+M,P={id:y++,callback:X,priorityLevel:P,startTime:ae,expirationTime:M,sortIndex:-1},ae>pe?(P.sortIndex=ae,t(m,P),r(d)===null&&P===r(m)&&(T?(q(W),W=-1):T=!0,ee(B,ae-pe))):(P.sortIndex=M,t(d,P),S||w||(S=!0,L||(L=!0,J()))),P},e.unstable_shouldYield=R,e.unstable_wrapCallback=function(P){var X=x;return function(){var ae=x;x=X;try{return P.apply(this,arguments)}finally{x=ae}}}})(mh)),mh}var Zy;function rS(){return Zy||(Zy=1,dh.exports=nS()),dh.exports}var ph={exports:{}},dn={};/**
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 Wy;function iS(){if(Wy)return dn;Wy=1;var e=Ed();function t(d){var m="https://react.dev/errors/"+d;if(1<arguments.length){m+="?args[]="+encodeURIComponent(arguments[1]);for(var y=2;y<arguments.length;y++)m+="&args[]="+encodeURIComponent(arguments[y])}return"Minified React error #"+d+"; visit "+m+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function r(){}var s={d:{f:r,r:function(){throw Error(t(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},l=Symbol.for("react.portal");function u(d,m,y){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:g==null?null:""+g,children:d,containerInfo:m,implementation:y}}var c=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function f(d,m){if(d==="font")return"";if(typeof m=="string")return m==="use-credentials"?m:""}return dn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=s,dn.createPortal=function(d,m){var y=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m||m.nodeType!==1&&m.nodeType!==9&&m.nodeType!==11)throw Error(t(299));return u(d,m,null,y)},dn.flushSync=function(d){var m=c.T,y=s.p;try{if(c.T=null,s.p=2,d)return d()}finally{c.T=m,s.p=y,s.d.f()}},dn.preconnect=function(d,m){typeof d=="string"&&(m?(m=m.crossOrigin,m=typeof m=="string"?m==="use-credentials"?m:"":void 0):m=null,s.d.C(d,m))},dn.prefetchDNS=function(d){typeof d=="string"&&s.d.D(d)},dn.preinit=function(d,m){if(typeof d=="string"&&m&&typeof m.as=="string"){var y=m.as,g=f(y,m.crossOrigin),x=typeof m.integrity=="string"?m.integrity:void 0,w=typeof m.fetchPriority=="string"?m.fetchPriority:void 0;y==="style"?s.d.S(d,typeof m.precedence=="string"?m.precedence:void 0,{crossOrigin:g,integrity:x,fetchPriority:w}):y==="script"&&s.d.X(d,{crossOrigin:g,integrity:x,fetchPriority:w,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},dn.preinitModule=function(d,m){if(typeof d=="string")if(typeof m=="object"&&m!==null){if(m.as==null||m.as==="script"){var y=f(m.as,m.crossOrigin);s.d.M(d,{crossOrigin:y,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0})}}else m==null&&s.d.M(d)},dn.preload=function(d,m){if(typeof d=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var y=m.as,g=f(y,m.crossOrigin);s.d.L(d,y,{crossOrigin:g,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0,type:typeof m.type=="string"?m.type:void 0,fetchPriority:typeof m.fetchPriority=="string"?m.fetchPriority:void 0,referrerPolicy:typeof m.referrerPolicy=="string"?m.referrerPolicy:void 0,imageSrcSet:typeof m.imageSrcSet=="string"?m.imageSrcSet:void 0,imageSizes:typeof m.imageSizes=="string"?m.imageSizes:void 0,media:typeof m.media=="string"?m.media:void 0})}},dn.preloadModule=function(d,m){if(typeof d=="string")if(m){var y=f(m.as,m.crossOrigin);s.d.m(d,{as:typeof m.as=="string"&&m.as!=="script"?m.as:void 0,crossOrigin:y,integrity:typeof m.integrity=="string"?m.integrity:void 0})}else s.d.m(d)},dn.requestFormReset=function(d){s.d.r(d)},dn.unstable_batchedUpdates=function(d,m){return d(m)},dn.useFormState=function(d,m,y){return c.H.useFormState(d,m,y)},dn.useFormStatus=function(){return c.H.useHostTransitionStatus()},dn.version="19.2.4",dn}var e0;function Ib(){if(e0)return ph.exports;e0=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),ph.exports=iS(),ph.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 t0;function sS(){if(t0)return gl;t0=1;var e=rS(),t=Ed(),r=Ib();function s(n){var i="https://react.dev/errors/"+n;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var a=2;a<arguments.length;a++)i+="&args[]="+encodeURIComponent(arguments[a])}return"Minified React error #"+n+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function l(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function u(n){var i=n,a=n;if(n.alternate)for(;i.return;)i=i.return;else{n=i;do i=n,(i.flags&4098)!==0&&(a=i.return),n=i.return;while(n)}return i.tag===3?a:null}function c(n){if(n.tag===13){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function f(n){if(n.tag===31){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function d(n){if(u(n)!==n)throw Error(s(188))}function m(n){var i=n.alternate;if(!i){if(i=u(n),i===null)throw Error(s(188));return i!==n?null:n}for(var a=n,o=i;;){var h=a.return;if(h===null)break;var p=h.alternate;if(p===null){if(o=h.return,o!==null){a=o;continue}break}if(h.child===p.child){for(p=h.child;p;){if(p===a)return d(h),n;if(p===o)return d(h),i;p=p.sibling}throw Error(s(188))}if(a.return!==o.return)a=h,o=p;else{for(var v=!1,_=h.child;_;){if(_===a){v=!0,a=h,o=p;break}if(_===o){v=!0,o=h,a=p;break}_=_.sibling}if(!v){for(_=p.child;_;){if(_===a){v=!0,a=p,o=h;break}if(_===o){v=!0,o=p,a=h;break}_=_.sibling}if(!v)throw Error(s(189))}}if(a.alternate!==o)throw Error(s(190))}if(a.tag!==3)throw Error(s(188));return a.stateNode.current===a?n:i}function y(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n;for(n=n.child;n!==null;){if(i=y(n),i!==null)return i;n=n.sibling}return null}var g=Object.assign,x=Symbol.for("react.element"),w=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),T=Symbol.for("react.fragment"),z=Symbol.for("react.strict_mode"),D=Symbol.for("react.profiler"),q=Symbol.for("react.consumer"),F=Symbol.for("react.context"),oe=Symbol.for("react.forward_ref"),B=Symbol.for("react.suspense"),L=Symbol.for("react.suspense_list"),W=Symbol.for("react.memo"),$=Symbol.for("react.lazy"),H=Symbol.for("react.activity"),R=Symbol.for("react.memo_cache_sentinel"),G=Symbol.iterator;function J(n){return n===null||typeof n!="object"?null:(n=G&&n[G]||n["@@iterator"],typeof n=="function"?n:null)}var fe=Symbol.for("react.client.reference");function ie(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===fe?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case T:return"Fragment";case D:return"Profiler";case z:return"StrictMode";case B:return"Suspense";case L:return"SuspenseList";case H:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case S:return"Portal";case F:return n.displayName||"Context";case q:return(n._context.displayName||"Context")+".Consumer";case oe:var i=n.render;return n=n.displayName,n||(n=i.displayName||i.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case W:return i=n.displayName||null,i!==null?i:ie(n.type)||"Memo";case $:i=n._payload,n=n._init;try{return ie(n(i))}catch{}}return null}var ee=Array.isArray,P=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,X=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ae={pending:!1,data:null,method:null,action:null},pe=[],M=-1;function E(n){return{current:n}}function K(n){0>M||(n.current=pe[M],pe[M]=null,M--)}function A(n,i){M++,pe[M]=n.current,n.current=i}var be=E(null),je=E(null),_e=E(null),Me=E(null);function Ie(n,i){switch(A(_e,i),A(je,n),A(be,null),i.nodeType){case 9:case 11:n=(n=i.documentElement)&&(n=n.namespaceURI)?gy(n):0;break;default:if(n=i.tagName,i=i.namespaceURI)i=gy(i),n=yy(i,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}K(be),A(be,n)}function ke(){K(be),K(je),K(_e)}function Ge(n){n.memoizedState!==null&&A(Me,n);var i=be.current,a=yy(i,n.type);i!==a&&(A(je,n),A(be,a))}function Ft(n){je.current===n&&(K(be),K(je)),Me.current===n&&(K(Me),fl._currentValue=ae)}var ze,Ae;function Le(n){if(ze===void 0)try{throw Error()}catch(a){var i=a.stack.trim().match(/\n( *(at )?)/);ze=i&&i[1]||"",Ae=-1<a.stack.indexOf(`
42
+ at`)?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return`
43
+ `+ze+n+Ae}var nt=!1;function Ve(n,i){if(!n||nt)return"";nt=!0;var a=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var ge=function(){throw Error()};if(Object.defineProperty(ge.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ge,[])}catch(le){var re=le}Reflect.construct(n,[],ge)}else{try{ge.call()}catch(le){re=le}n.call(ge.prototype)}}else{try{throw Error()}catch(le){re=le}(ge=n())&&typeof ge.catch=="function"&&ge.catch(function(){})}}catch(le){if(le&&re&&typeof le.stack=="string")return[le.stack,re.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var h=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");h&&h.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var p=o.DetermineComponentFrameRoot(),v=p[0],_=p[1];if(v&&_){var I=v.split(`
44
+ `),ne=_.split(`
45
+ `);for(h=o=0;o<I.length&&!I[o].includes("DetermineComponentFrameRoot");)o++;for(;h<ne.length&&!ne[h].includes("DetermineComponentFrameRoot");)h++;if(o===I.length||h===ne.length)for(o=I.length-1,h=ne.length-1;1<=o&&0<=h&&I[o]!==ne[h];)h--;for(;1<=o&&0<=h;o--,h--)if(I[o]!==ne[h]){if(o!==1||h!==1)do if(o--,h--,0>h||I[o]!==ne[h]){var ue=`
46
+ `+I[o].replace(" at new "," at ");return n.displayName&&ue.includes("<anonymous>")&&(ue=ue.replace("<anonymous>",n.displayName)),ue}while(1<=o&&0<=h);break}}}finally{nt=!1,Error.prepareStackTrace=a}return(a=n?n.displayName||n.name:"")?Le(a):""}function Je(n,i){switch(n.tag){case 26:case 27:case 5:return Le(n.type);case 16:return Le("Lazy");case 13:return n.child!==i&&i!==null?Le("Suspense Fallback"):Le("Suspense");case 19:return Le("SuspenseList");case 0:case 15:return Ve(n.type,!1);case 11:return Ve(n.type.render,!1);case 1:return Ve(n.type,!0);case 31:return Le("Activity");default:return""}}function We(n){try{var i="",a=null;do i+=Je(n,a),a=n,n=n.return;while(n);return i}catch(o){return`
47
+ Error generating stack: `+o.message+`
48
+ `+o.stack}}var Fe=Object.prototype.hasOwnProperty,et=e.unstable_scheduleCallback,ft=e.unstable_cancelCallback,ht=e.unstable_shouldYield,Wt=e.unstable_requestPaint,$e=e.unstable_now,yn=e.unstable_getCurrentPriorityLevel,ce=e.unstable_ImmediatePriority,we=e.unstable_UserBlockingPriority,Ue=e.unstable_NormalPriority,Ke=e.unstable_LowPriority,ut=e.unstable_IdlePriority,ln=e.log,bn=e.unstable_setDisableYieldValue,en=null,xt=null;function $t(n){if(typeof ln=="function"&&bn(n),xt&&typeof xt.setStrictMode=="function")try{xt.setStrictMode(en,n)}catch{}}var dt=Math.clz32?Math.clz32:Re,xe=Math.log,He=Math.LN2;function Re(n){return n>>>=0,n===0?32:31-(xe(n)/He|0)|0}var At=256,Lt=262144,xn=4194304;function fr(n){var i=n&42;if(i!==0)return i;switch(n&-n){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 n&261888;case 262144:case 524288:case 1048576:case 2097152:return n&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return n&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return n}}function $i(n,i,a){var o=n.pendingLanes;if(o===0)return 0;var h=0,p=n.suspendedLanes,v=n.pingedLanes;n=n.warmLanes;var _=o&134217727;return _!==0?(o=_&~p,o!==0?h=fr(o):(v&=_,v!==0?h=fr(v):a||(a=_&~n,a!==0&&(h=fr(a))))):(_=o&~p,_!==0?h=fr(_):v!==0?h=fr(v):a||(a=o&~n,a!==0&&(h=fr(a)))),h===0?0:i!==0&&i!==h&&(i&p)===0&&(p=h&-h,a=i&-i,p>=a||p===32&&(a&4194048)!==0)?i:h}function Yi(n,i){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&i)===0}function Ea(n,i){switch(n){case 1:case 2:case 4:case 8:case 64:return i+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 i+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 xs(){var n=xn;return xn<<=1,(xn&62914560)===0&&(xn=4194304),n}function li(n){for(var i=[],a=0;31>a;a++)i.push(n);return i}function hr(n,i){n.pendingLanes|=i,i!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function oi(n,i,a,o,h,p){var v=n.pendingLanes;n.pendingLanes=a,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=a,n.entangledLanes&=a,n.errorRecoveryDisabledLanes&=a,n.shellSuspendCounter=0;var _=n.entanglements,I=n.expirationTimes,ne=n.hiddenUpdates;for(a=v&~a;0<a;){var ue=31-dt(a),ge=1<<ue;_[ue]=0,I[ue]=-1;var re=ne[ue];if(re!==null)for(ne[ue]=null,ue=0;ue<re.length;ue++){var le=re[ue];le!==null&&(le.lane&=-536870913)}a&=~ge}o!==0&&ui(n,o,0),p!==0&&h===0&&n.tag!==0&&(n.suspendedLanes|=p&~(v&~i))}function ui(n,i,a){n.pendingLanes|=i,n.suspendedLanes&=~i;var o=31-dt(i);n.entangledLanes|=i,n.entanglements[o]=n.entanglements[o]|1073741824|a&261930}function Gi(n,i){var a=n.entangledLanes|=i;for(n=n.entanglements;a;){var o=31-dt(a),h=1<<o;h&i|n[o]&i&&(n[o]|=i),a&=~h}}function ci(n,i){var a=i&-i;return a=(a&42)!==0?1:Lr(a),(a&(n.suspendedLanes|i))!==0?0:a}function Lr(n){switch(n){case 2:n=1;break;case 8:n=4;break;case 32:n=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:n=128;break;case 268435456:n=134217728;break;default:n=0}return n}function Vi(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Ca(){var n=X.p;return n!==0?n:(n=window.event,n===void 0?32:qy(n.type))}function Xl(n,i){var a=X.p;try{return X.p=n,i()}finally{X.p=a}}var kr=Math.random().toString(36).slice(2),jt="__reactFiber$"+kr,qt="__reactProps$"+kr,Dn="__reactContainer$"+kr,Ji="__reactEvents$"+kr,Aa="__reactListeners$"+kr,Kl="__reactHandles$"+kr,Ql="__reactResources$"+kr,tn="__reactMarker$"+kr;function vs(n){delete n[jt],delete n[qt],delete n[Ji],delete n[Aa],delete n[Kl]}function k(n){var i=n[jt];if(i)return i;for(var a=n.parentNode;a;){if(i=a[Dn]||a[jt]){if(a=i.alternate,i.child!==null||a!==null&&a.child!==null)for(n=ky(n);n!==null;){if(a=n[jt])return a;n=ky(n)}return i}n=a,a=n.parentNode}return null}function O(n){if(n=n[jt]||n[Dn]){var i=n.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return n}return null}function N(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n.stateNode;throw Error(s(33))}function U(n){var i=n[Ql];return i||(i=n[Ql]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function Y(n){n[tn]=!0}var Z=new Set,me={};function ye(n,i){se(n,i),se(n+"Capture",i)}function se(n,i){for(me[n]=i,n=0;n<i.length;n++)Z.add(i[n])}var de=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]*$"),Ne={},tt={};function Rt(n){return Fe.call(tt,n)?!0:Fe.call(Ne,n)?!1:de.test(n)?tt[n]=!0:(Ne[n]=!0,!1)}function hn(n,i,a){if(Rt(i))if(a===null)n.removeAttribute(i);else{switch(typeof a){case"undefined":case"function":case"symbol":n.removeAttribute(i);return;case"boolean":var o=i.toLowerCase().slice(0,5);if(o!=="data-"&&o!=="aria-"){n.removeAttribute(i);return}}n.setAttribute(i,""+a)}}function dr(n,i,a){if(a===null)n.removeAttribute(i);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(i);return}n.setAttribute(i,""+a)}}function zr(n,i,a,o){if(o===null)n.removeAttribute(a);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(a);return}n.setAttributeNS(i,a,""+o)}}function Qn(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function om(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function $1(n,i,a){var o=Object.getOwnPropertyDescriptor(n.constructor.prototype,i);if(!n.hasOwnProperty(i)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var h=o.get,p=o.set;return Object.defineProperty(n,i,{configurable:!0,get:function(){return h.call(this)},set:function(v){a=""+v,p.call(this,v)}}),Object.defineProperty(n,i,{enumerable:o.enumerable}),{getValue:function(){return a},setValue:function(v){a=""+v},stopTracking:function(){n._valueTracker=null,delete n[i]}}}}function nc(n){if(!n._valueTracker){var i=om(n)?"checked":"value";n._valueTracker=$1(n,i,""+n[i])}}function um(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var a=i.getValue(),o="";return n&&(o=om(n)?n.checked?"true":"false":n.value),n=o,n!==a?(i.setValue(n),!0):!1}function Zl(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}var Y1=/[\n"\\]/g;function Zn(n){return n.replace(Y1,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function rc(n,i,a,o,h,p,v,_){n.name="",v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"?n.type=v:n.removeAttribute("type"),i!=null?v==="number"?(i===0&&n.value===""||n.value!=i)&&(n.value=""+Qn(i)):n.value!==""+Qn(i)&&(n.value=""+Qn(i)):v!=="submit"&&v!=="reset"||n.removeAttribute("value"),i!=null?ic(n,v,Qn(i)):a!=null?ic(n,v,Qn(a)):o!=null&&n.removeAttribute("value"),h==null&&p!=null&&(n.defaultChecked=!!p),h!=null&&(n.checked=h&&typeof h!="function"&&typeof h!="symbol"),_!=null&&typeof _!="function"&&typeof _!="symbol"&&typeof _!="boolean"?n.name=""+Qn(_):n.removeAttribute("name")}function cm(n,i,a,o,h,p,v,_){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(n.type=p),i!=null||a!=null){if(!(p!=="submit"&&p!=="reset"||i!=null)){nc(n);return}a=a!=null?""+Qn(a):"",i=i!=null?""+Qn(i):a,_||i===n.value||(n.value=i),n.defaultValue=i}o=o??h,o=typeof o!="function"&&typeof o!="symbol"&&!!o,n.checked=_?n.checked:!!o,n.defaultChecked=!!o,v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"&&(n.name=v),nc(n)}function ic(n,i,a){i==="number"&&Zl(n.ownerDocument)===n||n.defaultValue===""+a||(n.defaultValue=""+a)}function ws(n,i,a,o){if(n=n.options,i){i={};for(var h=0;h<a.length;h++)i["$"+a[h]]=!0;for(a=0;a<n.length;a++)h=i.hasOwnProperty("$"+n[a].value),n[a].selected!==h&&(n[a].selected=h),h&&o&&(n[a].defaultSelected=!0)}else{for(a=""+Qn(a),i=null,h=0;h<n.length;h++){if(n[h].value===a){n[h].selected=!0,o&&(n[h].defaultSelected=!0);return}i!==null||n[h].disabled||(i=n[h])}i!==null&&(i.selected=!0)}}function fm(n,i,a){if(i!=null&&(i=""+Qn(i),i!==n.value&&(n.value=i),a==null)){n.defaultValue!==i&&(n.defaultValue=i);return}n.defaultValue=a!=null?""+Qn(a):""}function hm(n,i,a,o){if(i==null){if(o!=null){if(a!=null)throw Error(s(92));if(ee(o)){if(1<o.length)throw Error(s(93));o=o[0]}a=o}a==null&&(a=""),i=a}a=Qn(i),n.defaultValue=a,o=n.textContent,o===a&&o!==""&&o!==null&&(n.value=o),nc(n)}function Ss(n,i){if(i){var a=n.firstChild;if(a&&a===n.lastChild&&a.nodeType===3){a.nodeValue=i;return}}n.textContent=i}var G1=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 dm(n,i,a){var o=i.indexOf("--")===0;a==null||typeof a=="boolean"||a===""?o?n.setProperty(i,""):i==="float"?n.cssFloat="":n[i]="":o?n.setProperty(i,a):typeof a!="number"||a===0||G1.has(i)?i==="float"?n.cssFloat=a:n[i]=(""+a).trim():n[i]=a+"px"}function mm(n,i,a){if(i!=null&&typeof i!="object")throw Error(s(62));if(n=n.style,a!=null){for(var o in a)!a.hasOwnProperty(o)||i!=null&&i.hasOwnProperty(o)||(o.indexOf("--")===0?n.setProperty(o,""):o==="float"?n.cssFloat="":n[o]="");for(var h in i)o=i[h],i.hasOwnProperty(h)&&a[h]!==o&&dm(n,h,o)}else for(var p in i)i.hasOwnProperty(p)&&dm(n,p,i[p])}function sc(n){if(n.indexOf("-")===-1)return!1;switch(n){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 V1=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"]]),J1=/^[\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 Wl(n){return J1.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function Ur(){}var ac=null;function lc(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var _s=null,ks=null;function pm(n){var i=O(n);if(i&&(n=i.stateNode)){var a=n[qt]||null;e:switch(n=i.stateNode,i.type){case"input":if(rc(n,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),i=a.name,a.type==="radio"&&i!=null){for(a=n;a.parentNode;)a=a.parentNode;for(a=a.querySelectorAll('input[name="'+Zn(""+i)+'"][type="radio"]'),i=0;i<a.length;i++){var o=a[i];if(o!==n&&o.form===n.form){var h=o[qt]||null;if(!h)throw Error(s(90));rc(o,h.value,h.defaultValue,h.defaultValue,h.checked,h.defaultChecked,h.type,h.name)}}for(i=0;i<a.length;i++)o=a[i],o.form===n.form&&um(o)}break e;case"textarea":fm(n,a.value,a.defaultValue);break e;case"select":i=a.value,i!=null&&ws(n,!!a.multiple,i,!1)}}}var oc=!1;function gm(n,i,a){if(oc)return n(i,a);oc=!0;try{var o=n(i);return o}finally{if(oc=!1,(_s!==null||ks!==null)&&(Ho(),_s&&(i=_s,n=ks,ks=_s=null,pm(i),n)))for(i=0;i<n.length;i++)pm(n[i])}}function ja(n,i){var a=n.stateNode;if(a===null)return null;var o=a[qt]||null;if(o===null)return null;a=o[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(o=!o.disabled)||(n=n.type,o=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!o;break e;default:n=!1}if(n)return null;if(a&&typeof a!="function")throw Error(s(231,i,typeof a));return a}var Br=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),uc=!1;if(Br)try{var Ta={};Object.defineProperty(Ta,"passive",{get:function(){uc=!0}}),window.addEventListener("test",Ta,Ta),window.removeEventListener("test",Ta,Ta)}catch{uc=!1}var fi=null,cc=null,eo=null;function ym(){if(eo)return eo;var n,i=cc,a=i.length,o,h="value"in fi?fi.value:fi.textContent,p=h.length;for(n=0;n<a&&i[n]===h[n];n++);var v=a-n;for(o=1;o<=v&&i[a-o]===h[p-o];o++);return eo=h.slice(n,1<o?1-o:void 0)}function to(n){var i=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&i===13&&(n=13)):n=i,n===10&&(n=13),32<=n||n===13?n:0}function no(){return!0}function bm(){return!1}function Cn(n){function i(a,o,h,p,v){this._reactName=a,this._targetInst=h,this.type=o,this.nativeEvent=p,this.target=v,this.currentTarget=null;for(var _ in n)n.hasOwnProperty(_)&&(a=n[_],this[_]=a?a(p):p[_]);return this.isDefaultPrevented=(p.defaultPrevented!=null?p.defaultPrevented:p.returnValue===!1)?no:bm,this.isPropagationStopped=bm,this}return g(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=no)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=no)},persist:function(){},isPersistent:no}),i}var Xi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ro=Cn(Xi),Na=g({},Xi,{view:0,detail:0}),X1=Cn(Na),fc,hc,Oa,io=g({},Na,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:mc,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Oa&&(Oa&&n.type==="mousemove"?(fc=n.screenX-Oa.screenX,hc=n.screenY-Oa.screenY):hc=fc=0,Oa=n),fc)},movementY:function(n){return"movementY"in n?n.movementY:hc}}),xm=Cn(io),K1=g({},io,{dataTransfer:0}),Q1=Cn(K1),Z1=g({},Na,{relatedTarget:0}),dc=Cn(Z1),W1=g({},Xi,{animationName:0,elapsedTime:0,pseudoElement:0}),ev=Cn(W1),tv=g({},Xi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),nv=Cn(tv),rv=g({},Xi,{data:0}),vm=Cn(rv),iv={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},sv={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"},av={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function lv(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=av[n])?!!i[n]:!1}function mc(){return lv}var ov=g({},Na,{key:function(n){if(n.key){var i=iv[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=to(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?sv[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:mc,charCode:function(n){return n.type==="keypress"?to(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?to(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),uv=Cn(ov),cv=g({},io,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),wm=Cn(cv),fv=g({},Na,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:mc}),hv=Cn(fv),dv=g({},Xi,{propertyName:0,elapsedTime:0,pseudoElement:0}),mv=Cn(dv),pv=g({},io,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),gv=Cn(pv),yv=g({},Xi,{newState:0,oldState:0}),bv=Cn(yv),xv=[9,13,27,32],pc=Br&&"CompositionEvent"in window,Ra=null;Br&&"documentMode"in document&&(Ra=document.documentMode);var vv=Br&&"TextEvent"in window&&!Ra,Sm=Br&&(!pc||Ra&&8<Ra&&11>=Ra),_m=" ",km=!1;function Em(n,i){switch(n){case"keyup":return xv.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Cm(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Es=!1;function wv(n,i){switch(n){case"compositionend":return Cm(i);case"keypress":return i.which!==32?null:(km=!0,_m);case"textInput":return n=i.data,n===_m&&km?null:n;default:return null}}function Sv(n,i){if(Es)return n==="compositionend"||!pc&&Em(n,i)?(n=ym(),eo=cc=fi=null,Es=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return Sm&&i.locale!=="ko"?null:i.data;default:return null}}var _v={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 Am(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!_v[n.type]:i==="textarea"}function jm(n,i,a,o){_s?ks?ks.push(o):ks=[o]:_s=o,i=Jo(i,"onChange"),0<i.length&&(a=new ro("onChange","change",null,a,o),n.push({event:a,listeners:i}))}var Ma=null,Da=null;function kv(n){cy(n,0)}function so(n){var i=N(n);if(um(i))return n}function Tm(n,i){if(n==="change")return i}var Nm=!1;if(Br){var gc;if(Br){var yc="oninput"in document;if(!yc){var Om=document.createElement("div");Om.setAttribute("oninput","return;"),yc=typeof Om.oninput=="function"}gc=yc}else gc=!1;Nm=gc&&(!document.documentMode||9<document.documentMode)}function Rm(){Ma&&(Ma.detachEvent("onpropertychange",Mm),Da=Ma=null)}function Mm(n){if(n.propertyName==="value"&&so(Da)){var i=[];jm(i,Da,n,lc(n)),gm(kv,i)}}function Ev(n,i,a){n==="focusin"?(Rm(),Ma=i,Da=a,Ma.attachEvent("onpropertychange",Mm)):n==="focusout"&&Rm()}function Cv(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return so(Da)}function Av(n,i){if(n==="click")return so(i)}function jv(n,i){if(n==="input"||n==="change")return so(i)}function Tv(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var Ln=typeof Object.is=="function"?Object.is:Tv;function La(n,i){if(Ln(n,i))return!0;if(typeof n!="object"||n===null||typeof i!="object"||i===null)return!1;var a=Object.keys(n),o=Object.keys(i);if(a.length!==o.length)return!1;for(o=0;o<a.length;o++){var h=a[o];if(!Fe.call(i,h)||!Ln(n[h],i[h]))return!1}return!0}function Dm(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Lm(n,i){var a=Dm(n);n=0;for(var o;a;){if(a.nodeType===3){if(o=n+a.textContent.length,n<=i&&o>=i)return{node:a,offset:i-n};n=o}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=Dm(a)}}function zm(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?zm(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function Um(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var i=Zl(n.document);i instanceof n.HTMLIFrameElement;){try{var a=typeof i.contentWindow.location.href=="string"}catch{a=!1}if(a)n=i.contentWindow;else break;i=Zl(n.document)}return i}function bc(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i&&(i==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||i==="textarea"||n.contentEditable==="true")}var Nv=Br&&"documentMode"in document&&11>=document.documentMode,Cs=null,xc=null,za=null,vc=!1;function Bm(n,i,a){var o=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;vc||Cs==null||Cs!==Zl(o)||(o=Cs,"selectionStart"in o&&bc(o)?o={start:o.selectionStart,end:o.selectionEnd}:(o=(o.ownerDocument&&o.ownerDocument.defaultView||window).getSelection(),o={anchorNode:o.anchorNode,anchorOffset:o.anchorOffset,focusNode:o.focusNode,focusOffset:o.focusOffset}),za&&La(za,o)||(za=o,o=Jo(xc,"onSelect"),0<o.length&&(i=new ro("onSelect","select",null,i,a),n.push({event:i,listeners:o}),i.target=Cs)))}function Ki(n,i){var a={};return a[n.toLowerCase()]=i.toLowerCase(),a["Webkit"+n]="webkit"+i,a["Moz"+n]="moz"+i,a}var As={animationend:Ki("Animation","AnimationEnd"),animationiteration:Ki("Animation","AnimationIteration"),animationstart:Ki("Animation","AnimationStart"),transitionrun:Ki("Transition","TransitionRun"),transitionstart:Ki("Transition","TransitionStart"),transitioncancel:Ki("Transition","TransitionCancel"),transitionend:Ki("Transition","TransitionEnd")},wc={},Pm={};Br&&(Pm=document.createElement("div").style,"AnimationEvent"in window||(delete As.animationend.animation,delete As.animationiteration.animation,delete As.animationstart.animation),"TransitionEvent"in window||delete As.transitionend.transition);function Qi(n){if(wc[n])return wc[n];if(!As[n])return n;var i=As[n],a;for(a in i)if(i.hasOwnProperty(a)&&a in Pm)return wc[n]=i[a];return n}var qm=Qi("animationend"),Hm=Qi("animationiteration"),Im=Qi("animationstart"),Ov=Qi("transitionrun"),Rv=Qi("transitionstart"),Mv=Qi("transitioncancel"),Fm=Qi("transitionend"),$m=new Map,Sc="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(" ");Sc.push("scrollEnd");function mr(n,i){$m.set(n,i),ye(i,[n])}var ao=typeof reportError=="function"?reportError:function(n){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var i=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof n=="object"&&n!==null&&typeof n.message=="string"?String(n.message):String(n),error:n});if(!window.dispatchEvent(i))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",n);return}console.error(n)},Wn=[],js=0,_c=0;function lo(){for(var n=js,i=_c=js=0;i<n;){var a=Wn[i];Wn[i++]=null;var o=Wn[i];Wn[i++]=null;var h=Wn[i];Wn[i++]=null;var p=Wn[i];if(Wn[i++]=null,o!==null&&h!==null){var v=o.pending;v===null?h.next=h:(h.next=v.next,v.next=h),o.pending=h}p!==0&&Ym(a,h,p)}}function oo(n,i,a,o){Wn[js++]=n,Wn[js++]=i,Wn[js++]=a,Wn[js++]=o,_c|=o,n.lanes|=o,n=n.alternate,n!==null&&(n.lanes|=o)}function kc(n,i,a,o){return oo(n,i,a,o),uo(n)}function Zi(n,i){return oo(n,null,null,i),uo(n)}function Ym(n,i,a){n.lanes|=a;var o=n.alternate;o!==null&&(o.lanes|=a);for(var h=!1,p=n.return;p!==null;)p.childLanes|=a,o=p.alternate,o!==null&&(o.childLanes|=a),p.tag===22&&(n=p.stateNode,n===null||n._visibility&1||(h=!0)),n=p,p=p.return;return n.tag===3?(p=n.stateNode,h&&i!==null&&(h=31-dt(a),n=p.hiddenUpdates,o=n[h],o===null?n[h]=[i]:o.push(i),i.lane=a|536870912),p):null}function uo(n){if(50<il)throw il=0,Df=null,Error(s(185));for(var i=n.return;i!==null;)n=i,i=n.return;return n.tag===3?n.stateNode:null}var Ts={};function Dv(n,i,a,o){this.tag=n,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=o,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function zn(n,i,a,o){return new Dv(n,i,a,o)}function Ec(n){return n=n.prototype,!(!n||!n.isReactComponent)}function Pr(n,i){var a=n.alternate;return a===null?(a=zn(n.tag,i,n.key,n.mode),a.elementType=n.elementType,a.type=n.type,a.stateNode=n.stateNode,a.alternate=n,n.alternate=a):(a.pendingProps=i,a.type=n.type,a.flags=0,a.subtreeFlags=0,a.deletions=null),a.flags=n.flags&65011712,a.childLanes=n.childLanes,a.lanes=n.lanes,a.child=n.child,a.memoizedProps=n.memoizedProps,a.memoizedState=n.memoizedState,a.updateQueue=n.updateQueue,i=n.dependencies,a.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},a.sibling=n.sibling,a.index=n.index,a.ref=n.ref,a.refCleanup=n.refCleanup,a}function Gm(n,i){n.flags&=65011714;var a=n.alternate;return a===null?(n.childLanes=0,n.lanes=i,n.child=null,n.subtreeFlags=0,n.memoizedProps=null,n.memoizedState=null,n.updateQueue=null,n.dependencies=null,n.stateNode=null):(n.childLanes=a.childLanes,n.lanes=a.lanes,n.child=a.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=a.memoizedProps,n.memoizedState=a.memoizedState,n.updateQueue=a.updateQueue,n.type=a.type,i=a.dependencies,n.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),n}function co(n,i,a,o,h,p){var v=0;if(o=n,typeof n=="function")Ec(n)&&(v=1);else if(typeof n=="string")v=Pw(n,a,be.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case H:return n=zn(31,a,i,h),n.elementType=H,n.lanes=p,n;case T:return Wi(a.children,h,p,i);case z:v=8,h|=24;break;case D:return n=zn(12,a,i,h|2),n.elementType=D,n.lanes=p,n;case B:return n=zn(13,a,i,h),n.elementType=B,n.lanes=p,n;case L:return n=zn(19,a,i,h),n.elementType=L,n.lanes=p,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case F:v=10;break e;case q:v=9;break e;case oe:v=11;break e;case W:v=14;break e;case $:v=16,o=null;break e}v=29,a=Error(s(130,n===null?"null":typeof n,"")),o=null}return i=zn(v,a,i,h),i.elementType=n,i.type=o,i.lanes=p,i}function Wi(n,i,a,o){return n=zn(7,n,o,i),n.lanes=a,n}function Cc(n,i,a){return n=zn(6,n,null,i),n.lanes=a,n}function Vm(n){var i=zn(18,null,null,0);return i.stateNode=n,i}function Ac(n,i,a){return i=zn(4,n.children!==null?n.children:[],n.key,i),i.lanes=a,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}var Jm=new WeakMap;function er(n,i){if(typeof n=="object"&&n!==null){var a=Jm.get(n);return a!==void 0?a:(i={value:n,source:i,stack:We(i)},Jm.set(n,i),i)}return{value:n,source:i,stack:We(i)}}var Ns=[],Os=0,fo=null,Ua=0,tr=[],nr=0,hi=null,Er=1,Cr="";function qr(n,i){Ns[Os++]=Ua,Ns[Os++]=fo,fo=n,Ua=i}function Xm(n,i,a){tr[nr++]=Er,tr[nr++]=Cr,tr[nr++]=hi,hi=n;var o=Er;n=Cr;var h=32-dt(o)-1;o&=~(1<<h),a+=1;var p=32-dt(i)+h;if(30<p){var v=h-h%5;p=(o&(1<<v)-1).toString(32),o>>=v,h-=v,Er=1<<32-dt(i)+h|a<<h|o,Cr=p+n}else Er=1<<p|a<<h|o,Cr=n}function jc(n){n.return!==null&&(qr(n,1),Xm(n,1,0))}function Tc(n){for(;n===fo;)fo=Ns[--Os],Ns[Os]=null,Ua=Ns[--Os],Ns[Os]=null;for(;n===hi;)hi=tr[--nr],tr[nr]=null,Cr=tr[--nr],tr[nr]=null,Er=tr[--nr],tr[nr]=null}function Km(n,i){tr[nr++]=Er,tr[nr++]=Cr,tr[nr++]=hi,Er=i.id,Cr=i.overflow,hi=n}var on=null,Mt=null,ot=!1,di=null,rr=!1,Nc=Error(s(519));function mi(n){var i=Error(s(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Ba(er(i,n)),Nc}function Qm(n){var i=n.stateNode,a=n.type,o=n.memoizedProps;switch(i[jt]=n,i[qt]=o,a){case"dialog":it("cancel",i),it("close",i);break;case"iframe":case"object":case"embed":it("load",i);break;case"video":case"audio":for(a=0;a<al.length;a++)it(al[a],i);break;case"source":it("error",i);break;case"img":case"image":case"link":it("error",i),it("load",i);break;case"details":it("toggle",i);break;case"input":it("invalid",i),cm(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":it("invalid",i);break;case"textarea":it("invalid",i),hm(i,o.value,o.defaultValue,o.children)}a=o.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||i.textContent===""+a||o.suppressHydrationWarning===!0||my(i.textContent,a)?(o.popover!=null&&(it("beforetoggle",i),it("toggle",i)),o.onScroll!=null&&it("scroll",i),o.onScrollEnd!=null&&it("scrollend",i),o.onClick!=null&&(i.onclick=Ur),i=!0):i=!1,i||mi(n,!0)}function Zm(n){for(on=n.return;on;)switch(on.tag){case 5:case 31:case 13:rr=!1;return;case 27:case 3:rr=!0;return;default:on=on.return}}function Rs(n){if(n!==on)return!1;if(!ot)return Zm(n),ot=!0,!1;var i=n.tag,a;if((a=i!==3&&i!==27)&&((a=i===5)&&(a=n.type,a=!(a!=="form"&&a!=="button")||Xf(n.type,n.memoizedProps)),a=!a),a&&Mt&&mi(n),Zm(n),i===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(s(317));Mt=_y(n)}else if(i===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(s(317));Mt=_y(n)}else i===27?(i=Mt,ji(n.type)?(n=eh,eh=null,Mt=n):Mt=i):Mt=on?sr(n.stateNode.nextSibling):null;return!0}function es(){Mt=on=null,ot=!1}function Oc(){var n=di;return n!==null&&(Nn===null?Nn=n:Nn.push.apply(Nn,n),di=null),n}function Ba(n){di===null?di=[n]:di.push(n)}var Rc=E(null),ts=null,Hr=null;function pi(n,i,a){A(Rc,i._currentValue),i._currentValue=a}function Ir(n){n._currentValue=Rc.current,K(Rc)}function Mc(n,i,a){for(;n!==null;){var o=n.alternate;if((n.childLanes&i)!==i?(n.childLanes|=i,o!==null&&(o.childLanes|=i)):o!==null&&(o.childLanes&i)!==i&&(o.childLanes|=i),n===a)break;n=n.return}}function Dc(n,i,a,o){var h=n.child;for(h!==null&&(h.return=n);h!==null;){var p=h.dependencies;if(p!==null){var v=h.child;p=p.firstContext;e:for(;p!==null;){var _=p;p=h;for(var I=0;I<i.length;I++)if(_.context===i[I]){p.lanes|=a,_=p.alternate,_!==null&&(_.lanes|=a),Mc(p.return,a,n),o||(v=null);break e}p=_.next}}else if(h.tag===18){if(v=h.return,v===null)throw Error(s(341));v.lanes|=a,p=v.alternate,p!==null&&(p.lanes|=a),Mc(v,a,n),v=null}else v=h.child;if(v!==null)v.return=h;else for(v=h;v!==null;){if(v===n){v=null;break}if(h=v.sibling,h!==null){h.return=v.return,v=h;break}v=v.return}h=v}}function Ms(n,i,a,o){n=null;for(var h=i,p=!1;h!==null;){if(!p){if((h.flags&524288)!==0)p=!0;else if((h.flags&262144)!==0)break}if(h.tag===10){var v=h.alternate;if(v===null)throw Error(s(387));if(v=v.memoizedProps,v!==null){var _=h.type;Ln(h.pendingProps.value,v.value)||(n!==null?n.push(_):n=[_])}}else if(h===Me.current){if(v=h.alternate,v===null)throw Error(s(387));v.memoizedState.memoizedState!==h.memoizedState.memoizedState&&(n!==null?n.push(fl):n=[fl])}h=h.return}n!==null&&Dc(i,n,a,o),i.flags|=262144}function ho(n){for(n=n.firstContext;n!==null;){if(!Ln(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function ns(n){ts=n,Hr=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function un(n){return Wm(ts,n)}function mo(n,i){return ts===null&&ns(n),Wm(n,i)}function Wm(n,i){var a=i._currentValue;if(i={context:i,memoizedValue:a,next:null},Hr===null){if(n===null)throw Error(s(308));Hr=i,n.dependencies={lanes:0,firstContext:i},n.flags|=524288}else Hr=Hr.next=i;return a}var Lv=typeof AbortController<"u"?AbortController:function(){var n=[],i=this.signal={aborted:!1,addEventListener:function(a,o){n.push(o)}};this.abort=function(){i.aborted=!0,n.forEach(function(a){return a()})}},zv=e.unstable_scheduleCallback,Uv=e.unstable_NormalPriority,Jt={$$typeof:F,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Lc(){return{controller:new Lv,data:new Map,refCount:0}}function Pa(n){n.refCount--,n.refCount===0&&zv(Uv,function(){n.controller.abort()})}var qa=null,zc=0,Ds=0,Ls=null;function Bv(n,i){if(qa===null){var a=qa=[];zc=0,Ds=qf(),Ls={status:"pending",value:void 0,then:function(o){a.push(o)}}}return zc++,i.then(ep,ep),i}function ep(){if(--zc===0&&qa!==null){Ls!==null&&(Ls.status="fulfilled");var n=qa;qa=null,Ds=0,Ls=null;for(var i=0;i<n.length;i++)(0,n[i])()}}function Pv(n,i){var a=[],o={status:"pending",value:null,reason:null,then:function(h){a.push(h)}};return n.then(function(){o.status="fulfilled",o.value=i;for(var h=0;h<a.length;h++)(0,a[h])(i)},function(h){for(o.status="rejected",o.reason=h,h=0;h<a.length;h++)(0,a[h])(void 0)}),o}var tp=P.S;P.S=function(n,i){Bg=$e(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&Bv(n,i),tp!==null&&tp(n,i)};var rs=E(null);function Uc(){var n=rs.current;return n!==null?n:Tt.pooledCache}function po(n,i){i===null?A(rs,rs.current):A(rs,i.pool)}function np(){var n=Uc();return n===null?null:{parent:Jt._currentValue,pool:n}}var zs=Error(s(460)),Bc=Error(s(474)),go=Error(s(542)),yo={then:function(){}};function rp(n){return n=n.status,n==="fulfilled"||n==="rejected"}function ip(n,i,a){switch(a=n[a],a===void 0?n.push(i):a!==i&&(i.then(Ur,Ur),i=a),i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,ap(n),n;default:if(typeof i.status=="string")i.then(Ur,Ur);else{if(n=Tt,n!==null&&100<n.shellSuspendCounter)throw Error(s(482));n=i,n.status="pending",n.then(function(o){if(i.status==="pending"){var h=i;h.status="fulfilled",h.value=o}},function(o){if(i.status==="pending"){var h=i;h.status="rejected",h.reason=o}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,ap(n),n}throw ss=i,zs}}function is(n){try{var i=n._init;return i(n._payload)}catch(a){throw a!==null&&typeof a=="object"&&typeof a.then=="function"?(ss=a,zs):a}}var ss=null;function sp(){if(ss===null)throw Error(s(459));var n=ss;return ss=null,n}function ap(n){if(n===zs||n===go)throw Error(s(483))}var Us=null,Ha=0;function bo(n){var i=Ha;return Ha+=1,Us===null&&(Us=[]),ip(Us,n,i)}function Ia(n,i){i=i.props.ref,n.ref=i!==void 0?i:null}function xo(n,i){throw i.$$typeof===x?Error(s(525)):(n=Object.prototype.toString.call(i),Error(s(31,n==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":n)))}function lp(n){function i(Q,V){if(n){var te=Q.deletions;te===null?(Q.deletions=[V],Q.flags|=16):te.push(V)}}function a(Q,V){if(!n)return null;for(;V!==null;)i(Q,V),V=V.sibling;return null}function o(Q){for(var V=new Map;Q!==null;)Q.key!==null?V.set(Q.key,Q):V.set(Q.index,Q),Q=Q.sibling;return V}function h(Q,V){return Q=Pr(Q,V),Q.index=0,Q.sibling=null,Q}function p(Q,V,te){return Q.index=te,n?(te=Q.alternate,te!==null?(te=te.index,te<V?(Q.flags|=67108866,V):te):(Q.flags|=67108866,V)):(Q.flags|=1048576,V)}function v(Q){return n&&Q.alternate===null&&(Q.flags|=67108866),Q}function _(Q,V,te,he){return V===null||V.tag!==6?(V=Cc(te,Q.mode,he),V.return=Q,V):(V=h(V,te),V.return=Q,V)}function I(Q,V,te,he){var Be=te.type;return Be===T?ue(Q,V,te.props.children,he,te.key):V!==null&&(V.elementType===Be||typeof Be=="object"&&Be!==null&&Be.$$typeof===$&&is(Be)===V.type)?(V=h(V,te.props),Ia(V,te),V.return=Q,V):(V=co(te.type,te.key,te.props,null,Q.mode,he),Ia(V,te),V.return=Q,V)}function ne(Q,V,te,he){return V===null||V.tag!==4||V.stateNode.containerInfo!==te.containerInfo||V.stateNode.implementation!==te.implementation?(V=Ac(te,Q.mode,he),V.return=Q,V):(V=h(V,te.children||[]),V.return=Q,V)}function ue(Q,V,te,he,Be){return V===null||V.tag!==7?(V=Wi(te,Q.mode,he,Be),V.return=Q,V):(V=h(V,te),V.return=Q,V)}function ge(Q,V,te){if(typeof V=="string"&&V!==""||typeof V=="number"||typeof V=="bigint")return V=Cc(""+V,Q.mode,te),V.return=Q,V;if(typeof V=="object"&&V!==null){switch(V.$$typeof){case w:return te=co(V.type,V.key,V.props,null,Q.mode,te),Ia(te,V),te.return=Q,te;case S:return V=Ac(V,Q.mode,te),V.return=Q,V;case $:return V=is(V),ge(Q,V,te)}if(ee(V)||J(V))return V=Wi(V,Q.mode,te,null),V.return=Q,V;if(typeof V.then=="function")return ge(Q,bo(V),te);if(V.$$typeof===F)return ge(Q,mo(Q,V),te);xo(Q,V)}return null}function re(Q,V,te,he){var Be=V!==null?V.key:null;if(typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint")return Be!==null?null:_(Q,V,""+te,he);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case w:return te.key===Be?I(Q,V,te,he):null;case S:return te.key===Be?ne(Q,V,te,he):null;case $:return te=is(te),re(Q,V,te,he)}if(ee(te)||J(te))return Be!==null?null:ue(Q,V,te,he,null);if(typeof te.then=="function")return re(Q,V,bo(te),he);if(te.$$typeof===F)return re(Q,V,mo(Q,te),he);xo(Q,te)}return null}function le(Q,V,te,he,Be){if(typeof he=="string"&&he!==""||typeof he=="number"||typeof he=="bigint")return Q=Q.get(te)||null,_(V,Q,""+he,Be);if(typeof he=="object"&&he!==null){switch(he.$$typeof){case w:return Q=Q.get(he.key===null?te:he.key)||null,I(V,Q,he,Be);case S:return Q=Q.get(he.key===null?te:he.key)||null,ne(V,Q,he,Be);case $:return he=is(he),le(Q,V,te,he,Be)}if(ee(he)||J(he))return Q=Q.get(te)||null,ue(V,Q,he,Be,null);if(typeof he.then=="function")return le(Q,V,te,bo(he),Be);if(he.$$typeof===F)return le(Q,V,te,mo(V,he),Be);xo(V,he)}return null}function Oe(Q,V,te,he){for(var Be=null,pt=null,De=V,Qe=V=0,lt=null;De!==null&&Qe<te.length;Qe++){De.index>Qe?(lt=De,De=null):lt=De.sibling;var gt=re(Q,De,te[Qe],he);if(gt===null){De===null&&(De=lt);break}n&&De&&gt.alternate===null&&i(Q,De),V=p(gt,V,Qe),pt===null?Be=gt:pt.sibling=gt,pt=gt,De=lt}if(Qe===te.length)return a(Q,De),ot&&qr(Q,Qe),Be;if(De===null){for(;Qe<te.length;Qe++)De=ge(Q,te[Qe],he),De!==null&&(V=p(De,V,Qe),pt===null?Be=De:pt.sibling=De,pt=De);return ot&&qr(Q,Qe),Be}for(De=o(De);Qe<te.length;Qe++)lt=le(De,Q,Qe,te[Qe],he),lt!==null&&(n&&lt.alternate!==null&&De.delete(lt.key===null?Qe:lt.key),V=p(lt,V,Qe),pt===null?Be=lt:pt.sibling=lt,pt=lt);return n&&De.forEach(function(Mi){return i(Q,Mi)}),ot&&qr(Q,Qe),Be}function qe(Q,V,te,he){if(te==null)throw Error(s(151));for(var Be=null,pt=null,De=V,Qe=V=0,lt=null,gt=te.next();De!==null&&!gt.done;Qe++,gt=te.next()){De.index>Qe?(lt=De,De=null):lt=De.sibling;var Mi=re(Q,De,gt.value,he);if(Mi===null){De===null&&(De=lt);break}n&&De&&Mi.alternate===null&&i(Q,De),V=p(Mi,V,Qe),pt===null?Be=Mi:pt.sibling=Mi,pt=Mi,De=lt}if(gt.done)return a(Q,De),ot&&qr(Q,Qe),Be;if(De===null){for(;!gt.done;Qe++,gt=te.next())gt=ge(Q,gt.value,he),gt!==null&&(V=p(gt,V,Qe),pt===null?Be=gt:pt.sibling=gt,pt=gt);return ot&&qr(Q,Qe),Be}for(De=o(De);!gt.done;Qe++,gt=te.next())gt=le(De,Q,Qe,gt.value,he),gt!==null&&(n&&gt.alternate!==null&&De.delete(gt.key===null?Qe:gt.key),V=p(gt,V,Qe),pt===null?Be=gt:pt.sibling=gt,pt=gt);return n&&De.forEach(function(Kw){return i(Q,Kw)}),ot&&qr(Q,Qe),Be}function kt(Q,V,te,he){if(typeof te=="object"&&te!==null&&te.type===T&&te.key===null&&(te=te.props.children),typeof te=="object"&&te!==null){switch(te.$$typeof){case w:e:{for(var Be=te.key;V!==null;){if(V.key===Be){if(Be=te.type,Be===T){if(V.tag===7){a(Q,V.sibling),he=h(V,te.props.children),he.return=Q,Q=he;break e}}else if(V.elementType===Be||typeof Be=="object"&&Be!==null&&Be.$$typeof===$&&is(Be)===V.type){a(Q,V.sibling),he=h(V,te.props),Ia(he,te),he.return=Q,Q=he;break e}a(Q,V);break}else i(Q,V);V=V.sibling}te.type===T?(he=Wi(te.props.children,Q.mode,he,te.key),he.return=Q,Q=he):(he=co(te.type,te.key,te.props,null,Q.mode,he),Ia(he,te),he.return=Q,Q=he)}return v(Q);case S:e:{for(Be=te.key;V!==null;){if(V.key===Be)if(V.tag===4&&V.stateNode.containerInfo===te.containerInfo&&V.stateNode.implementation===te.implementation){a(Q,V.sibling),he=h(V,te.children||[]),he.return=Q,Q=he;break e}else{a(Q,V);break}else i(Q,V);V=V.sibling}he=Ac(te,Q.mode,he),he.return=Q,Q=he}return v(Q);case $:return te=is(te),kt(Q,V,te,he)}if(ee(te))return Oe(Q,V,te,he);if(J(te)){if(Be=J(te),typeof Be!="function")throw Error(s(150));return te=Be.call(te),qe(Q,V,te,he)}if(typeof te.then=="function")return kt(Q,V,bo(te),he);if(te.$$typeof===F)return kt(Q,V,mo(Q,te),he);xo(Q,te)}return typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint"?(te=""+te,V!==null&&V.tag===6?(a(Q,V.sibling),he=h(V,te),he.return=Q,Q=he):(a(Q,V),he=Cc(te,Q.mode,he),he.return=Q,Q=he),v(Q)):a(Q,V)}return function(Q,V,te,he){try{Ha=0;var Be=kt(Q,V,te,he);return Us=null,Be}catch(De){if(De===zs||De===go)throw De;var pt=zn(29,De,null,Q.mode);return pt.lanes=he,pt.return=Q,pt}finally{}}}var as=lp(!0),op=lp(!1),gi=!1;function Pc(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function qc(n,i){n=n.updateQueue,i.updateQueue===n&&(i.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,callbacks:null})}function yi(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function bi(n,i,a){var o=n.updateQueue;if(o===null)return null;if(o=o.shared,(yt&2)!==0){var h=o.pending;return h===null?i.next=i:(i.next=h.next,h.next=i),o.pending=i,i=uo(n),Ym(n,null,a),i}return oo(n,o,i,a),uo(n)}function Fa(n,i,a){if(i=i.updateQueue,i!==null&&(i=i.shared,(a&4194048)!==0)){var o=i.lanes;o&=n.pendingLanes,a|=o,i.lanes=a,Gi(n,a)}}function Hc(n,i){var a=n.updateQueue,o=n.alternate;if(o!==null&&(o=o.updateQueue,a===o)){var h=null,p=null;if(a=a.firstBaseUpdate,a!==null){do{var v={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};p===null?h=p=v:p=p.next=v,a=a.next}while(a!==null);p===null?h=p=i:p=p.next=i}else h=p=i;a={baseState:o.baseState,firstBaseUpdate:h,lastBaseUpdate:p,shared:o.shared,callbacks:o.callbacks},n.updateQueue=a;return}n=a.lastBaseUpdate,n===null?a.firstBaseUpdate=i:n.next=i,a.lastBaseUpdate=i}var Ic=!1;function $a(){if(Ic){var n=Ls;if(n!==null)throw n}}function Ya(n,i,a,o){Ic=!1;var h=n.updateQueue;gi=!1;var p=h.firstBaseUpdate,v=h.lastBaseUpdate,_=h.shared.pending;if(_!==null){h.shared.pending=null;var I=_,ne=I.next;I.next=null,v===null?p=ne:v.next=ne,v=I;var ue=n.alternate;ue!==null&&(ue=ue.updateQueue,_=ue.lastBaseUpdate,_!==v&&(_===null?ue.firstBaseUpdate=ne:_.next=ne,ue.lastBaseUpdate=I))}if(p!==null){var ge=h.baseState;v=0,ue=ne=I=null,_=p;do{var re=_.lane&-536870913,le=re!==_.lane;if(le?(at&re)===re:(o&re)===re){re!==0&&re===Ds&&(Ic=!0),ue!==null&&(ue=ue.next={lane:0,tag:_.tag,payload:_.payload,callback:null,next:null});e:{var Oe=n,qe=_;re=i;var kt=a;switch(qe.tag){case 1:if(Oe=qe.payload,typeof Oe=="function"){ge=Oe.call(kt,ge,re);break e}ge=Oe;break e;case 3:Oe.flags=Oe.flags&-65537|128;case 0:if(Oe=qe.payload,re=typeof Oe=="function"?Oe.call(kt,ge,re):Oe,re==null)break e;ge=g({},ge,re);break e;case 2:gi=!0}}re=_.callback,re!==null&&(n.flags|=64,le&&(n.flags|=8192),le=h.callbacks,le===null?h.callbacks=[re]:le.push(re))}else le={lane:re,tag:_.tag,payload:_.payload,callback:_.callback,next:null},ue===null?(ne=ue=le,I=ge):ue=ue.next=le,v|=re;if(_=_.next,_===null){if(_=h.shared.pending,_===null)break;le=_,_=le.next,le.next=null,h.lastBaseUpdate=le,h.shared.pending=null}}while(!0);ue===null&&(I=ge),h.baseState=I,h.firstBaseUpdate=ne,h.lastBaseUpdate=ue,p===null&&(h.shared.lanes=0),_i|=v,n.lanes=v,n.memoizedState=ge}}function up(n,i){if(typeof n!="function")throw Error(s(191,n));n.call(i)}function cp(n,i){var a=n.callbacks;if(a!==null)for(n.callbacks=null,n=0;n<a.length;n++)up(a[n],i)}var Bs=E(null),vo=E(0);function fp(n,i){n=Qr,A(vo,n),A(Bs,i),Qr=n|i.baseLanes}function Fc(){A(vo,Qr),A(Bs,Bs.current)}function $c(){Qr=vo.current,K(Bs),K(vo)}var Un=E(null),ir=null;function xi(n){var i=n.alternate;A(Yt,Yt.current&1),A(Un,n),ir===null&&(i===null||Bs.current!==null||i.memoizedState!==null)&&(ir=n)}function Yc(n){A(Yt,Yt.current),A(Un,n),ir===null&&(ir=n)}function hp(n){n.tag===22?(A(Yt,Yt.current),A(Un,n),ir===null&&(ir=n)):vi()}function vi(){A(Yt,Yt.current),A(Un,Un.current)}function Bn(n){K(Un),ir===n&&(ir=null),K(Yt)}var Yt=E(0);function wo(n){for(var i=n;i!==null;){if(i.tag===13){var a=i.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||Zf(a)||Wf(a)))return i}else if(i.tag===19&&(i.memoizedProps.revealOrder==="forwards"||i.memoizedProps.revealOrder==="backwards"||i.memoizedProps.revealOrder==="unstable_legacy-backwards"||i.memoizedProps.revealOrder==="together")){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var Fr=0,Xe=null,St=null,Xt=null,So=!1,Ps=!1,ls=!1,_o=0,Ga=0,qs=null,qv=0;function Ht(){throw Error(s(321))}function Gc(n,i){if(i===null)return!1;for(var a=0;a<i.length&&a<n.length;a++)if(!Ln(n[a],i[a]))return!1;return!0}function Vc(n,i,a,o,h,p){return Fr=p,Xe=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,P.H=n===null||n.memoizedState===null?Xp:uf,ls=!1,p=a(o,h),ls=!1,Ps&&(p=mp(i,a,o,h)),dp(n),p}function dp(n){P.H=Xa;var i=St!==null&&St.next!==null;if(Fr=0,Xt=St=Xe=null,So=!1,Ga=0,qs=null,i)throw Error(s(300));n===null||Kt||(n=n.dependencies,n!==null&&ho(n)&&(Kt=!0))}function mp(n,i,a,o){Xe=n;var h=0;do{if(Ps&&(qs=null),Ga=0,Ps=!1,25<=h)throw Error(s(301));if(h+=1,Xt=St=null,n.updateQueue!=null){var p=n.updateQueue;p.lastEffect=null,p.events=null,p.stores=null,p.memoCache!=null&&(p.memoCache.index=0)}P.H=Kp,p=i(a,o)}while(Ps);return p}function Hv(){var n=P.H,i=n.useState()[0];return i=typeof i.then=="function"?Va(i):i,n=n.useState()[0],(St!==null?St.memoizedState:null)!==n&&(Xe.flags|=1024),i}function Jc(){var n=_o!==0;return _o=0,n}function Xc(n,i,a){i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~a}function Kc(n){if(So){for(n=n.memoizedState;n!==null;){var i=n.queue;i!==null&&(i.pending=null),n=n.next}So=!1}Fr=0,Xt=St=Xe=null,Ps=!1,Ga=_o=0,qs=null}function vn(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Xt===null?Xe.memoizedState=Xt=n:Xt=Xt.next=n,Xt}function Gt(){if(St===null){var n=Xe.alternate;n=n!==null?n.memoizedState:null}else n=St.next;var i=Xt===null?Xe.memoizedState:Xt.next;if(i!==null)Xt=i,St=n;else{if(n===null)throw Xe.alternate===null?Error(s(467)):Error(s(310));St=n,n={memoizedState:St.memoizedState,baseState:St.baseState,baseQueue:St.baseQueue,queue:St.queue,next:null},Xt===null?Xe.memoizedState=Xt=n:Xt=Xt.next=n}return Xt}function ko(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Va(n){var i=Ga;return Ga+=1,qs===null&&(qs=[]),n=ip(qs,n,i),i=Xe,(Xt===null?i.memoizedState:Xt.next)===null&&(i=i.alternate,P.H=i===null||i.memoizedState===null?Xp:uf),n}function Eo(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return Va(n);if(n.$$typeof===F)return un(n)}throw Error(s(438,String(n)))}function Qc(n){var i=null,a=Xe.updateQueue;if(a!==null&&(i=a.memoCache),i==null){var o=Xe.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(i={data:o.data.map(function(h){return h.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),a===null&&(a=ko(),Xe.updateQueue=a),a.memoCache=i,a=i.data[i.index],a===void 0)for(a=i.data[i.index]=Array(n),o=0;o<n;o++)a[o]=R;return i.index++,a}function $r(n,i){return typeof i=="function"?i(n):i}function Co(n){var i=Gt();return Zc(i,St,n)}function Zc(n,i,a){var o=n.queue;if(o===null)throw Error(s(311));o.lastRenderedReducer=a;var h=n.baseQueue,p=o.pending;if(p!==null){if(h!==null){var v=h.next;h.next=p.next,p.next=v}i.baseQueue=h=p,o.pending=null}if(p=n.baseState,h===null)n.memoizedState=p;else{i=h.next;var _=v=null,I=null,ne=i,ue=!1;do{var ge=ne.lane&-536870913;if(ge!==ne.lane?(at&ge)===ge:(Fr&ge)===ge){var re=ne.revertLane;if(re===0)I!==null&&(I=I.next={lane:0,revertLane:0,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null}),ge===Ds&&(ue=!0);else if((Fr&re)===re){ne=ne.next,re===Ds&&(ue=!0);continue}else ge={lane:0,revertLane:ne.revertLane,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},I===null?(_=I=ge,v=p):I=I.next=ge,Xe.lanes|=re,_i|=re;ge=ne.action,ls&&a(p,ge),p=ne.hasEagerState?ne.eagerState:a(p,ge)}else re={lane:ge,revertLane:ne.revertLane,gesture:ne.gesture,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},I===null?(_=I=re,v=p):I=I.next=re,Xe.lanes|=ge,_i|=ge;ne=ne.next}while(ne!==null&&ne!==i);if(I===null?v=p:I.next=_,!Ln(p,n.memoizedState)&&(Kt=!0,ue&&(a=Ls,a!==null)))throw a;n.memoizedState=p,n.baseState=v,n.baseQueue=I,o.lastRenderedState=p}return h===null&&(o.lanes=0),[n.memoizedState,o.dispatch]}function Wc(n){var i=Gt(),a=i.queue;if(a===null)throw Error(s(311));a.lastRenderedReducer=n;var o=a.dispatch,h=a.pending,p=i.memoizedState;if(h!==null){a.pending=null;var v=h=h.next;do p=n(p,v.action),v=v.next;while(v!==h);Ln(p,i.memoizedState)||(Kt=!0),i.memoizedState=p,i.baseQueue===null&&(i.baseState=p),a.lastRenderedState=p}return[p,o]}function pp(n,i,a){var o=Xe,h=Gt(),p=ot;if(p){if(a===void 0)throw Error(s(407));a=a()}else a=i();var v=!Ln((St||h).memoizedState,a);if(v&&(h.memoizedState=a,Kt=!0),h=h.queue,nf(bp.bind(null,o,h,n),[n]),h.getSnapshot!==i||v||Xt!==null&&Xt.memoizedState.tag&1){if(o.flags|=2048,Hs(9,{destroy:void 0},yp.bind(null,o,h,a,i),null),Tt===null)throw Error(s(349));p||(Fr&127)!==0||gp(o,i,a)}return a}function gp(n,i,a){n.flags|=16384,n={getSnapshot:i,value:a},i=Xe.updateQueue,i===null?(i=ko(),Xe.updateQueue=i,i.stores=[n]):(a=i.stores,a===null?i.stores=[n]:a.push(n))}function yp(n,i,a,o){i.value=a,i.getSnapshot=o,xp(i)&&vp(n)}function bp(n,i,a){return a(function(){xp(i)&&vp(n)})}function xp(n){var i=n.getSnapshot;n=n.value;try{var a=i();return!Ln(n,a)}catch{return!0}}function vp(n){var i=Zi(n,2);i!==null&&On(i,n,2)}function ef(n){var i=vn();if(typeof n=="function"){var a=n;if(n=a(),ls){$t(!0);try{a()}finally{$t(!1)}}}return i.memoizedState=i.baseState=n,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:n},i}function wp(n,i,a,o){return n.baseState=a,Zc(n,St,typeof o=="function"?o:$r)}function Iv(n,i,a,o,h){if(To(n))throw Error(s(485));if(n=i.action,n!==null){var p={payload:h,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(v){p.listeners.push(v)}};P.T!==null?a(!0):p.isTransition=!1,o(p),a=i.pending,a===null?(p.next=i.pending=p,Sp(i,p)):(p.next=a.next,i.pending=a.next=p)}}function Sp(n,i){var a=i.action,o=i.payload,h=n.state;if(i.isTransition){var p=P.T,v={};P.T=v;try{var _=a(h,o),I=P.S;I!==null&&I(v,_),_p(n,i,_)}catch(ne){tf(n,i,ne)}finally{p!==null&&v.types!==null&&(p.types=v.types),P.T=p}}else try{p=a(h,o),_p(n,i,p)}catch(ne){tf(n,i,ne)}}function _p(n,i,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?a.then(function(o){kp(n,i,o)},function(o){return tf(n,i,o)}):kp(n,i,a)}function kp(n,i,a){i.status="fulfilled",i.value=a,Ep(i),n.state=a,i=n.pending,i!==null&&(a=i.next,a===i?n.pending=null:(a=a.next,i.next=a,Sp(n,a)))}function tf(n,i,a){var o=n.pending;if(n.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=a,Ep(i),i=i.next;while(i!==o)}n.action=null}function Ep(n){n=n.listeners;for(var i=0;i<n.length;i++)(0,n[i])()}function Cp(n,i){return i}function Ap(n,i){if(ot){var a=Tt.formState;if(a!==null){e:{var o=Xe;if(ot){if(Mt){t:{for(var h=Mt,p=rr;h.nodeType!==8;){if(!p){h=null;break t}if(h=sr(h.nextSibling),h===null){h=null;break t}}p=h.data,h=p==="F!"||p==="F"?h:null}if(h){Mt=sr(h.nextSibling),o=h.data==="F!";break e}}mi(o)}o=!1}o&&(i=a[0])}}return a=vn(),a.memoizedState=a.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Cp,lastRenderedState:i},a.queue=o,a=Gp.bind(null,Xe,o),o.dispatch=a,o=ef(!1),p=of.bind(null,Xe,!1,o.queue),o=vn(),h={state:i,dispatch:null,action:n,pending:null},o.queue=h,a=Iv.bind(null,Xe,h,p,a),h.dispatch=a,o.memoizedState=n,[i,a,!1]}function jp(n){var i=Gt();return Tp(i,St,n)}function Tp(n,i,a){if(i=Zc(n,i,Cp)[0],n=Co($r)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=Va(i)}catch(v){throw v===zs?go:v}else o=i;i=Gt();var h=i.queue,p=h.dispatch;return a!==i.memoizedState&&(Xe.flags|=2048,Hs(9,{destroy:void 0},Fv.bind(null,h,a),null)),[o,p,n]}function Fv(n,i){n.action=i}function Np(n){var i=Gt(),a=St;if(a!==null)return Tp(i,a,n);Gt(),i=i.memoizedState,a=Gt();var o=a.queue.dispatch;return a.memoizedState=n,[i,o,!1]}function Hs(n,i,a,o){return n={tag:n,create:a,deps:o,inst:i,next:null},i=Xe.updateQueue,i===null&&(i=ko(),Xe.updateQueue=i),a=i.lastEffect,a===null?i.lastEffect=n.next=n:(o=a.next,a.next=n,n.next=o,i.lastEffect=n),n}function Op(){return Gt().memoizedState}function Ao(n,i,a,o){var h=vn();Xe.flags|=n,h.memoizedState=Hs(1|i,{destroy:void 0},a,o===void 0?null:o)}function jo(n,i,a,o){var h=Gt();o=o===void 0?null:o;var p=h.memoizedState.inst;St!==null&&o!==null&&Gc(o,St.memoizedState.deps)?h.memoizedState=Hs(i,p,a,o):(Xe.flags|=n,h.memoizedState=Hs(1|i,p,a,o))}function Rp(n,i){Ao(8390656,8,n,i)}function nf(n,i){jo(2048,8,n,i)}function $v(n){Xe.flags|=4;var i=Xe.updateQueue;if(i===null)i=ko(),Xe.updateQueue=i,i.events=[n];else{var a=i.events;a===null?i.events=[n]:a.push(n)}}function Mp(n){var i=Gt().memoizedState;return $v({ref:i,nextImpl:n}),function(){if((yt&2)!==0)throw Error(s(440));return i.impl.apply(void 0,arguments)}}function Dp(n,i){return jo(4,2,n,i)}function Lp(n,i){return jo(4,4,n,i)}function zp(n,i){if(typeof i=="function"){n=n();var a=i(n);return function(){typeof a=="function"?a():i(null)}}if(i!=null)return n=n(),i.current=n,function(){i.current=null}}function Up(n,i,a){a=a!=null?a.concat([n]):null,jo(4,4,zp.bind(null,i,n),a)}function rf(){}function Bp(n,i){var a=Gt();i=i===void 0?null:i;var o=a.memoizedState;return i!==null&&Gc(i,o[1])?o[0]:(a.memoizedState=[n,i],n)}function Pp(n,i){var a=Gt();i=i===void 0?null:i;var o=a.memoizedState;if(i!==null&&Gc(i,o[1]))return o[0];if(o=n(),ls){$t(!0);try{n()}finally{$t(!1)}}return a.memoizedState=[o,i],o}function sf(n,i,a){return a===void 0||(Fr&1073741824)!==0&&(at&261930)===0?n.memoizedState=i:(n.memoizedState=a,n=qg(),Xe.lanes|=n,_i|=n,a)}function qp(n,i,a,o){return Ln(a,i)?a:Bs.current!==null?(n=sf(n,a,o),Ln(n,i)||(Kt=!0),n):(Fr&42)===0||(Fr&1073741824)!==0&&(at&261930)===0?(Kt=!0,n.memoizedState=a):(n=qg(),Xe.lanes|=n,_i|=n,i)}function Hp(n,i,a,o,h){var p=X.p;X.p=p!==0&&8>p?p:8;var v=P.T,_={};P.T=_,of(n,!1,i,a);try{var I=h(),ne=P.S;if(ne!==null&&ne(_,I),I!==null&&typeof I=="object"&&typeof I.then=="function"){var ue=Pv(I,o);Ja(n,i,ue,Hn(n))}else Ja(n,i,o,Hn(n))}catch(ge){Ja(n,i,{then:function(){},status:"rejected",reason:ge},Hn())}finally{X.p=p,v!==null&&_.types!==null&&(v.types=_.types),P.T=v}}function Yv(){}function af(n,i,a,o){if(n.tag!==5)throw Error(s(476));var h=Ip(n).queue;Hp(n,h,i,ae,a===null?Yv:function(){return Fp(n),a(o)})}function Ip(n){var i=n.memoizedState;if(i!==null)return i;i={memoizedState:ae,baseState:ae,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:ae},next:null};var a={};return i.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:a},next:null},n.memoizedState=i,n=n.alternate,n!==null&&(n.memoizedState=i),i}function Fp(n){var i=Ip(n);i.next===null&&(i=n.alternate.memoizedState),Ja(n,i.next.queue,{},Hn())}function lf(){return un(fl)}function $p(){return Gt().memoizedState}function Yp(){return Gt().memoizedState}function Gv(n){for(var i=n.return;i!==null;){switch(i.tag){case 24:case 3:var a=Hn();n=yi(a);var o=bi(i,n,a);o!==null&&(On(o,i,a),Fa(o,i,a)),i={cache:Lc()},n.payload=i;return}i=i.return}}function Vv(n,i,a){var o=Hn();a={lane:o,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null},To(n)?Vp(i,a):(a=kc(n,i,a,o),a!==null&&(On(a,n,o),Jp(a,i,o)))}function Gp(n,i,a){var o=Hn();Ja(n,i,a,o)}function Ja(n,i,a,o){var h={lane:o,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};if(To(n))Vp(i,h);else{var p=n.alternate;if(n.lanes===0&&(p===null||p.lanes===0)&&(p=i.lastRenderedReducer,p!==null))try{var v=i.lastRenderedState,_=p(v,a);if(h.hasEagerState=!0,h.eagerState=_,Ln(_,v))return oo(n,i,h,0),Tt===null&&lo(),!1}catch{}finally{}if(a=kc(n,i,h,o),a!==null)return On(a,n,o),Jp(a,i,o),!0}return!1}function of(n,i,a,o){if(o={lane:2,revertLane:qf(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},To(n)){if(i)throw Error(s(479))}else i=kc(n,a,o,2),i!==null&&On(i,n,2)}function To(n){var i=n.alternate;return n===Xe||i!==null&&i===Xe}function Vp(n,i){Ps=So=!0;var a=n.pending;a===null?i.next=i:(i.next=a.next,a.next=i),n.pending=i}function Jp(n,i,a){if((a&4194048)!==0){var o=i.lanes;o&=n.pendingLanes,a|=o,i.lanes=a,Gi(n,a)}}var Xa={readContext:un,use:Eo,useCallback:Ht,useContext:Ht,useEffect:Ht,useImperativeHandle:Ht,useLayoutEffect:Ht,useInsertionEffect:Ht,useMemo:Ht,useReducer:Ht,useRef:Ht,useState:Ht,useDebugValue:Ht,useDeferredValue:Ht,useTransition:Ht,useSyncExternalStore:Ht,useId:Ht,useHostTransitionStatus:Ht,useFormState:Ht,useActionState:Ht,useOptimistic:Ht,useMemoCache:Ht,useCacheRefresh:Ht};Xa.useEffectEvent=Ht;var Xp={readContext:un,use:Eo,useCallback:function(n,i){return vn().memoizedState=[n,i===void 0?null:i],n},useContext:un,useEffect:Rp,useImperativeHandle:function(n,i,a){a=a!=null?a.concat([n]):null,Ao(4194308,4,zp.bind(null,i,n),a)},useLayoutEffect:function(n,i){return Ao(4194308,4,n,i)},useInsertionEffect:function(n,i){Ao(4,2,n,i)},useMemo:function(n,i){var a=vn();i=i===void 0?null:i;var o=n();if(ls){$t(!0);try{n()}finally{$t(!1)}}return a.memoizedState=[o,i],o},useReducer:function(n,i,a){var o=vn();if(a!==void 0){var h=a(i);if(ls){$t(!0);try{a(i)}finally{$t(!1)}}}else h=i;return o.memoizedState=o.baseState=h,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:h},o.queue=n,n=n.dispatch=Vv.bind(null,Xe,n),[o.memoizedState,n]},useRef:function(n){var i=vn();return n={current:n},i.memoizedState=n},useState:function(n){n=ef(n);var i=n.queue,a=Gp.bind(null,Xe,i);return i.dispatch=a,[n.memoizedState,a]},useDebugValue:rf,useDeferredValue:function(n,i){var a=vn();return sf(a,n,i)},useTransition:function(){var n=ef(!1);return n=Hp.bind(null,Xe,n.queue,!0,!1),vn().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,i,a){var o=Xe,h=vn();if(ot){if(a===void 0)throw Error(s(407));a=a()}else{if(a=i(),Tt===null)throw Error(s(349));(at&127)!==0||gp(o,i,a)}h.memoizedState=a;var p={value:a,getSnapshot:i};return h.queue=p,Rp(bp.bind(null,o,p,n),[n]),o.flags|=2048,Hs(9,{destroy:void 0},yp.bind(null,o,p,a,i),null),a},useId:function(){var n=vn(),i=Tt.identifierPrefix;if(ot){var a=Cr,o=Er;a=(o&~(1<<32-dt(o)-1)).toString(32)+a,i="_"+i+"R_"+a,a=_o++,0<a&&(i+="H"+a.toString(32)),i+="_"}else a=qv++,i="_"+i+"r_"+a.toString(32)+"_";return n.memoizedState=i},useHostTransitionStatus:lf,useFormState:Ap,useActionState:Ap,useOptimistic:function(n){var i=vn();i.memoizedState=i.baseState=n;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=a,i=of.bind(null,Xe,!0,a),a.dispatch=i,[n,i]},useMemoCache:Qc,useCacheRefresh:function(){return vn().memoizedState=Gv.bind(null,Xe)},useEffectEvent:function(n){var i=vn(),a={impl:n};return i.memoizedState=a,function(){if((yt&2)!==0)throw Error(s(440));return a.impl.apply(void 0,arguments)}}},uf={readContext:un,use:Eo,useCallback:Bp,useContext:un,useEffect:nf,useImperativeHandle:Up,useInsertionEffect:Dp,useLayoutEffect:Lp,useMemo:Pp,useReducer:Co,useRef:Op,useState:function(){return Co($r)},useDebugValue:rf,useDeferredValue:function(n,i){var a=Gt();return qp(a,St.memoizedState,n,i)},useTransition:function(){var n=Co($r)[0],i=Gt().memoizedState;return[typeof n=="boolean"?n:Va(n),i]},useSyncExternalStore:pp,useId:$p,useHostTransitionStatus:lf,useFormState:jp,useActionState:jp,useOptimistic:function(n,i){var a=Gt();return wp(a,St,n,i)},useMemoCache:Qc,useCacheRefresh:Yp};uf.useEffectEvent=Mp;var Kp={readContext:un,use:Eo,useCallback:Bp,useContext:un,useEffect:nf,useImperativeHandle:Up,useInsertionEffect:Dp,useLayoutEffect:Lp,useMemo:Pp,useReducer:Wc,useRef:Op,useState:function(){return Wc($r)},useDebugValue:rf,useDeferredValue:function(n,i){var a=Gt();return St===null?sf(a,n,i):qp(a,St.memoizedState,n,i)},useTransition:function(){var n=Wc($r)[0],i=Gt().memoizedState;return[typeof n=="boolean"?n:Va(n),i]},useSyncExternalStore:pp,useId:$p,useHostTransitionStatus:lf,useFormState:Np,useActionState:Np,useOptimistic:function(n,i){var a=Gt();return St!==null?wp(a,St,n,i):(a.baseState=n,[n,a.queue.dispatch])},useMemoCache:Qc,useCacheRefresh:Yp};Kp.useEffectEvent=Mp;function cf(n,i,a,o){i=n.memoizedState,a=a(o,i),a=a==null?i:g({},i,a),n.memoizedState=a,n.lanes===0&&(n.updateQueue.baseState=a)}var ff={enqueueSetState:function(n,i,a){n=n._reactInternals;var o=Hn(),h=yi(o);h.payload=i,a!=null&&(h.callback=a),i=bi(n,h,o),i!==null&&(On(i,n,o),Fa(i,n,o))},enqueueReplaceState:function(n,i,a){n=n._reactInternals;var o=Hn(),h=yi(o);h.tag=1,h.payload=i,a!=null&&(h.callback=a),i=bi(n,h,o),i!==null&&(On(i,n,o),Fa(i,n,o))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var a=Hn(),o=yi(a);o.tag=2,i!=null&&(o.callback=i),i=bi(n,o,a),i!==null&&(On(i,n,a),Fa(i,n,a))}};function Qp(n,i,a,o,h,p,v){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(o,p,v):i.prototype&&i.prototype.isPureReactComponent?!La(a,o)||!La(h,p):!0}function Zp(n,i,a,o){n=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(a,o),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(a,o),i.state!==n&&ff.enqueueReplaceState(i,i.state,null)}function os(n,i){var a=i;if("ref"in i){a={};for(var o in i)o!=="ref"&&(a[o]=i[o])}if(n=n.defaultProps){a===i&&(a=g({},a));for(var h in n)a[h]===void 0&&(a[h]=n[h])}return a}function Wp(n){ao(n)}function eg(n){console.error(n)}function tg(n){ao(n)}function No(n,i){try{var a=n.onUncaughtError;a(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function ng(n,i,a){try{var o=n.onCaughtError;o(a.value,{componentStack:a.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(h){setTimeout(function(){throw h})}}function hf(n,i,a){return a=yi(a),a.tag=3,a.payload={element:null},a.callback=function(){No(n,i)},a}function rg(n){return n=yi(n),n.tag=3,n}function ig(n,i,a,o){var h=a.type.getDerivedStateFromError;if(typeof h=="function"){var p=o.value;n.payload=function(){return h(p)},n.callback=function(){ng(i,a,o)}}var v=a.stateNode;v!==null&&typeof v.componentDidCatch=="function"&&(n.callback=function(){ng(i,a,o),typeof h!="function"&&(ki===null?ki=new Set([this]):ki.add(this));var _=o.stack;this.componentDidCatch(o.value,{componentStack:_!==null?_:""})})}function Jv(n,i,a,o,h){if(a.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=a.alternate,i!==null&&Ms(i,a,h,!0),a=Un.current,a!==null){switch(a.tag){case 31:case 13:return ir===null?Io():a.alternate===null&&It===0&&(It=3),a.flags&=-257,a.flags|=65536,a.lanes=h,o===yo?a.flags|=16384:(i=a.updateQueue,i===null?a.updateQueue=new Set([o]):i.add(o),Uf(n,o,h)),!1;case 22:return a.flags|=65536,o===yo?a.flags|=16384:(i=a.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([o])},a.updateQueue=i):(a=i.retryQueue,a===null?i.retryQueue=new Set([o]):a.add(o)),Uf(n,o,h)),!1}throw Error(s(435,a.tag))}return Uf(n,o,h),Io(),!1}if(ot)return i=Un.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=h,o!==Nc&&(n=Error(s(422),{cause:o}),Ba(er(n,a)))):(o!==Nc&&(i=Error(s(423),{cause:o}),Ba(er(i,a))),n=n.current.alternate,n.flags|=65536,h&=-h,n.lanes|=h,o=er(o,a),h=hf(n.stateNode,o,h),Hc(n,h),It!==4&&(It=2)),!1;var p=Error(s(520),{cause:o});if(p=er(p,a),rl===null?rl=[p]:rl.push(p),It!==4&&(It=2),i===null)return!0;o=er(o,a),a=i;do{switch(a.tag){case 3:return a.flags|=65536,n=h&-h,a.lanes|=n,n=hf(a.stateNode,o,n),Hc(a,n),!1;case 1:if(i=a.type,p=a.stateNode,(a.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||p!==null&&typeof p.componentDidCatch=="function"&&(ki===null||!ki.has(p))))return a.flags|=65536,h&=-h,a.lanes|=h,h=rg(h),ig(h,n,a,o),Hc(a,h),!1}a=a.return}while(a!==null);return!1}var df=Error(s(461)),Kt=!1;function cn(n,i,a,o){i.child=n===null?op(i,null,a,o):as(i,n.child,a,o)}function sg(n,i,a,o,h){a=a.render;var p=i.ref;if("ref"in o){var v={};for(var _ in o)_!=="ref"&&(v[_]=o[_])}else v=o;return ns(i),o=Vc(n,i,a,v,p,h),_=Jc(),n!==null&&!Kt?(Xc(n,i,h),Yr(n,i,h)):(ot&&_&&jc(i),i.flags|=1,cn(n,i,o,h),i.child)}function ag(n,i,a,o,h){if(n===null){var p=a.type;return typeof p=="function"&&!Ec(p)&&p.defaultProps===void 0&&a.compare===null?(i.tag=15,i.type=p,lg(n,i,p,o,h)):(n=co(a.type,null,o,i,i.mode,h),n.ref=i.ref,n.return=i,i.child=n)}if(p=n.child,!wf(n,h)){var v=p.memoizedProps;if(a=a.compare,a=a!==null?a:La,a(v,o)&&n.ref===i.ref)return Yr(n,i,h)}return i.flags|=1,n=Pr(p,o),n.ref=i.ref,n.return=i,i.child=n}function lg(n,i,a,o,h){if(n!==null){var p=n.memoizedProps;if(La(p,o)&&n.ref===i.ref)if(Kt=!1,i.pendingProps=o=p,wf(n,h))(n.flags&131072)!==0&&(Kt=!0);else return i.lanes=n.lanes,Yr(n,i,h)}return mf(n,i,a,o,h)}function og(n,i,a,o){var h=o.children,p=n!==null?n.memoizedState:null;if(n===null&&i.stateNode===null&&(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),o.mode==="hidden"){if((i.flags&128)!==0){if(p=p!==null?p.baseLanes|a:a,n!==null){for(o=i.child=n.child,h=0;o!==null;)h=h|o.lanes|o.childLanes,o=o.sibling;o=h&~p}else o=0,i.child=null;return ug(n,i,p,a,o)}if((a&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},n!==null&&po(i,p!==null?p.cachePool:null),p!==null?fp(i,p):Fc(),hp(i);else return o=i.lanes=536870912,ug(n,i,p!==null?p.baseLanes|a:a,a,o)}else p!==null?(po(i,p.cachePool),fp(i,p),vi(),i.memoizedState=null):(n!==null&&po(i,null),Fc(),vi());return cn(n,i,h,a),i.child}function Ka(n,i){return n!==null&&n.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function ug(n,i,a,o,h){var p=Uc();return p=p===null?null:{parent:Jt._currentValue,pool:p},i.memoizedState={baseLanes:a,cachePool:p},n!==null&&po(i,null),Fc(),hp(i),n!==null&&Ms(n,i,o,!0),i.childLanes=h,null}function Oo(n,i){return i=Mo({mode:i.mode,children:i.children},n.mode),i.ref=n.ref,n.child=i,i.return=n,i}function cg(n,i,a){return as(i,n.child,null,a),n=Oo(i,i.pendingProps),n.flags|=2,Bn(i),i.memoizedState=null,n}function Xv(n,i,a){var o=i.pendingProps,h=(i.flags&128)!==0;if(i.flags&=-129,n===null){if(ot){if(o.mode==="hidden")return n=Oo(i,o),i.lanes=536870912,Ka(null,n);if(Yc(i),(n=Mt)?(n=Sy(n,rr),n=n!==null&&n.data==="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:hi!==null?{id:Er,overflow:Cr}:null,retryLane:536870912,hydrationErrors:null},a=Vm(n),a.return=i,i.child=a,on=i,Mt=null)):n=null,n===null)throw mi(i);return i.lanes=536870912,null}return Oo(i,o)}var p=n.memoizedState;if(p!==null){var v=p.dehydrated;if(Yc(i),h)if(i.flags&256)i.flags&=-257,i=cg(n,i,a);else if(i.memoizedState!==null)i.child=n.child,i.flags|=128,i=null;else throw Error(s(558));else if(Kt||Ms(n,i,a,!1),h=(a&n.childLanes)!==0,Kt||h){if(o=Tt,o!==null&&(v=ci(o,a),v!==0&&v!==p.retryLane))throw p.retryLane=v,Zi(n,v),On(o,n,v),df;Io(),i=cg(n,i,a)}else n=p.treeContext,Mt=sr(v.nextSibling),on=i,ot=!0,di=null,rr=!1,n!==null&&Km(i,n),i=Oo(i,o),i.flags|=4096;return i}return n=Pr(n.child,{mode:o.mode,children:o.children}),n.ref=i.ref,i.child=n,n.return=i,n}function Ro(n,i){var a=i.ref;if(a===null)n!==null&&n.ref!==null&&(i.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error(s(284));(n===null||n.ref!==a)&&(i.flags|=4194816)}}function mf(n,i,a,o,h){return ns(i),a=Vc(n,i,a,o,void 0,h),o=Jc(),n!==null&&!Kt?(Xc(n,i,h),Yr(n,i,h)):(ot&&o&&jc(i),i.flags|=1,cn(n,i,a,h),i.child)}function fg(n,i,a,o,h,p){return ns(i),i.updateQueue=null,a=mp(i,o,a,h),dp(n),o=Jc(),n!==null&&!Kt?(Xc(n,i,p),Yr(n,i,p)):(ot&&o&&jc(i),i.flags|=1,cn(n,i,a,p),i.child)}function hg(n,i,a,o,h){if(ns(i),i.stateNode===null){var p=Ts,v=a.contextType;typeof v=="object"&&v!==null&&(p=un(v)),p=new a(o,p),i.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,p.updater=ff,i.stateNode=p,p._reactInternals=i,p=i.stateNode,p.props=o,p.state=i.memoizedState,p.refs={},Pc(i),v=a.contextType,p.context=typeof v=="object"&&v!==null?un(v):Ts,p.state=i.memoizedState,v=a.getDerivedStateFromProps,typeof v=="function"&&(cf(i,a,v,o),p.state=i.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(v=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),v!==p.state&&ff.enqueueReplaceState(p,p.state,null),Ya(i,o,p,h),$a(),p.state=i.memoizedState),typeof p.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(n===null){p=i.stateNode;var _=i.memoizedProps,I=os(a,_);p.props=I;var ne=p.context,ue=a.contextType;v=Ts,typeof ue=="object"&&ue!==null&&(v=un(ue));var ge=a.getDerivedStateFromProps;ue=typeof ge=="function"||typeof p.getSnapshotBeforeUpdate=="function",_=i.pendingProps!==_,ue||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(_||ne!==v)&&Zp(i,p,o,v),gi=!1;var re=i.memoizedState;p.state=re,Ya(i,o,p,h),$a(),ne=i.memoizedState,_||re!==ne||gi?(typeof ge=="function"&&(cf(i,a,ge,o),ne=i.memoizedState),(I=gi||Qp(i,a,I,o,re,ne,v))?(ue||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"&&(i.flags|=4194308)):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=o,i.memoizedState=ne),p.props=o,p.state=ne,p.context=v,o=I):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{p=i.stateNode,qc(n,i),v=i.memoizedProps,ue=os(a,v),p.props=ue,ge=i.pendingProps,re=p.context,ne=a.contextType,I=Ts,typeof ne=="object"&&ne!==null&&(I=un(ne)),_=a.getDerivedStateFromProps,(ne=typeof _=="function"||typeof p.getSnapshotBeforeUpdate=="function")||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(v!==ge||re!==I)&&Zp(i,p,o,I),gi=!1,re=i.memoizedState,p.state=re,Ya(i,o,p,h),$a();var le=i.memoizedState;v!==ge||re!==le||gi||n!==null&&n.dependencies!==null&&ho(n.dependencies)?(typeof _=="function"&&(cf(i,a,_,o),le=i.memoizedState),(ue=gi||Qp(i,a,ue,o,re,le,I)||n!==null&&n.dependencies!==null&&ho(n.dependencies))?(ne||typeof p.UNSAFE_componentWillUpdate!="function"&&typeof p.componentWillUpdate!="function"||(typeof p.componentWillUpdate=="function"&&p.componentWillUpdate(o,le,I),typeof p.UNSAFE_componentWillUpdate=="function"&&p.UNSAFE_componentWillUpdate(o,le,I)),typeof p.componentDidUpdate=="function"&&(i.flags|=4),typeof p.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof p.componentDidUpdate!="function"||v===n.memoizedProps&&re===n.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||v===n.memoizedProps&&re===n.memoizedState||(i.flags|=1024),i.memoizedProps=o,i.memoizedState=le),p.props=o,p.state=le,p.context=I,o=ue):(typeof p.componentDidUpdate!="function"||v===n.memoizedProps&&re===n.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||v===n.memoizedProps&&re===n.memoizedState||(i.flags|=1024),o=!1)}return p=o,Ro(n,i),o=(i.flags&128)!==0,p||o?(p=i.stateNode,a=o&&typeof a.getDerivedStateFromError!="function"?null:p.render(),i.flags|=1,n!==null&&o?(i.child=as(i,n.child,null,h),i.child=as(i,null,a,h)):cn(n,i,a,h),i.memoizedState=p.state,n=i.child):n=Yr(n,i,h),n}function dg(n,i,a,o){return es(),i.flags|=256,cn(n,i,a,o),i.child}var pf={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function gf(n){return{baseLanes:n,cachePool:np()}}function yf(n,i,a){return n=n!==null?n.childLanes&~a:0,i&&(n|=qn),n}function mg(n,i,a){var o=i.pendingProps,h=!1,p=(i.flags&128)!==0,v;if((v=p)||(v=n!==null&&n.memoizedState===null?!1:(Yt.current&2)!==0),v&&(h=!0,i.flags&=-129),v=(i.flags&32)!==0,i.flags&=-33,n===null){if(ot){if(h?xi(i):vi(),(n=Mt)?(n=Sy(n,rr),n=n!==null&&n.data!=="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:hi!==null?{id:Er,overflow:Cr}:null,retryLane:536870912,hydrationErrors:null},a=Vm(n),a.return=i,i.child=a,on=i,Mt=null)):n=null,n===null)throw mi(i);return Wf(n)?i.lanes=32:i.lanes=536870912,null}var _=o.children;return o=o.fallback,h?(vi(),h=i.mode,_=Mo({mode:"hidden",children:_},h),o=Wi(o,h,a,null),_.return=i,o.return=i,_.sibling=o,i.child=_,o=i.child,o.memoizedState=gf(a),o.childLanes=yf(n,v,a),i.memoizedState=pf,Ka(null,o)):(xi(i),bf(i,_))}var I=n.memoizedState;if(I!==null&&(_=I.dehydrated,_!==null)){if(p)i.flags&256?(xi(i),i.flags&=-257,i=xf(n,i,a)):i.memoizedState!==null?(vi(),i.child=n.child,i.flags|=128,i=null):(vi(),_=o.fallback,h=i.mode,o=Mo({mode:"visible",children:o.children},h),_=Wi(_,h,a,null),_.flags|=2,o.return=i,_.return=i,o.sibling=_,i.child=o,as(i,n.child,null,a),o=i.child,o.memoizedState=gf(a),o.childLanes=yf(n,v,a),i.memoizedState=pf,i=Ka(null,o));else if(xi(i),Wf(_)){if(v=_.nextSibling&&_.nextSibling.dataset,v)var ne=v.dgst;v=ne,o=Error(s(419)),o.stack="",o.digest=v,Ba({value:o,source:null,stack:null}),i=xf(n,i,a)}else if(Kt||Ms(n,i,a,!1),v=(a&n.childLanes)!==0,Kt||v){if(v=Tt,v!==null&&(o=ci(v,a),o!==0&&o!==I.retryLane))throw I.retryLane=o,Zi(n,o),On(v,n,o),df;Zf(_)||Io(),i=xf(n,i,a)}else Zf(_)?(i.flags|=192,i.child=n.child,i=null):(n=I.treeContext,Mt=sr(_.nextSibling),on=i,ot=!0,di=null,rr=!1,n!==null&&Km(i,n),i=bf(i,o.children),i.flags|=4096);return i}return h?(vi(),_=o.fallback,h=i.mode,I=n.child,ne=I.sibling,o=Pr(I,{mode:"hidden",children:o.children}),o.subtreeFlags=I.subtreeFlags&65011712,ne!==null?_=Pr(ne,_):(_=Wi(_,h,a,null),_.flags|=2),_.return=i,o.return=i,o.sibling=_,i.child=o,Ka(null,o),o=i.child,_=n.child.memoizedState,_===null?_=gf(a):(h=_.cachePool,h!==null?(I=Jt._currentValue,h=h.parent!==I?{parent:I,pool:I}:h):h=np(),_={baseLanes:_.baseLanes|a,cachePool:h}),o.memoizedState=_,o.childLanes=yf(n,v,a),i.memoizedState=pf,Ka(n.child,o)):(xi(i),a=n.child,n=a.sibling,a=Pr(a,{mode:"visible",children:o.children}),a.return=i,a.sibling=null,n!==null&&(v=i.deletions,v===null?(i.deletions=[n],i.flags|=16):v.push(n)),i.child=a,i.memoizedState=null,a)}function bf(n,i){return i=Mo({mode:"visible",children:i},n.mode),i.return=n,n.child=i}function Mo(n,i){return n=zn(22,n,null,i),n.lanes=0,n}function xf(n,i,a){return as(i,n.child,null,a),n=bf(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function pg(n,i,a){n.lanes|=i;var o=n.alternate;o!==null&&(o.lanes|=i),Mc(n.return,i,a)}function vf(n,i,a,o,h,p){var v=n.memoizedState;v===null?n.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:o,tail:a,tailMode:h,treeForkCount:p}:(v.isBackwards=i,v.rendering=null,v.renderingStartTime=0,v.last=o,v.tail=a,v.tailMode=h,v.treeForkCount=p)}function gg(n,i,a){var o=i.pendingProps,h=o.revealOrder,p=o.tail;o=o.children;var v=Yt.current,_=(v&2)!==0;if(_?(v=v&1|2,i.flags|=128):v&=1,A(Yt,v),cn(n,i,o,a),o=ot?Ua:0,!_&&n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&pg(n,a,i);else if(n.tag===19)pg(n,a,i);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===i)break e;for(;n.sibling===null;){if(n.return===null||n.return===i)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}switch(h){case"forwards":for(a=i.child,h=null;a!==null;)n=a.alternate,n!==null&&wo(n)===null&&(h=a),a=a.sibling;a=h,a===null?(h=i.child,i.child=null):(h=a.sibling,a.sibling=null),vf(i,!1,h,a,p,o);break;case"backwards":case"unstable_legacy-backwards":for(a=null,h=i.child,i.child=null;h!==null;){if(n=h.alternate,n!==null&&wo(n)===null){i.child=h;break}n=h.sibling,h.sibling=a,a=h,h=n}vf(i,!0,a,null,p,o);break;case"together":vf(i,!1,null,null,void 0,o);break;default:i.memoizedState=null}return i.child}function Yr(n,i,a){if(n!==null&&(i.dependencies=n.dependencies),_i|=i.lanes,(a&i.childLanes)===0)if(n!==null){if(Ms(n,i,a,!1),(a&i.childLanes)===0)return null}else return null;if(n!==null&&i.child!==n.child)throw Error(s(153));if(i.child!==null){for(n=i.child,a=Pr(n,n.pendingProps),i.child=a,a.return=i;n.sibling!==null;)n=n.sibling,a=a.sibling=Pr(n,n.pendingProps),a.return=i;a.sibling=null}return i.child}function wf(n,i){return(n.lanes&i)!==0?!0:(n=n.dependencies,!!(n!==null&&ho(n)))}function Kv(n,i,a){switch(i.tag){case 3:Ie(i,i.stateNode.containerInfo),pi(i,Jt,n.memoizedState.cache),es();break;case 27:case 5:Ge(i);break;case 4:Ie(i,i.stateNode.containerInfo);break;case 10:pi(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,Yc(i),null;break;case 13:var o=i.memoizedState;if(o!==null)return o.dehydrated!==null?(xi(i),i.flags|=128,null):(a&i.child.childLanes)!==0?mg(n,i,a):(xi(i),n=Yr(n,i,a),n!==null?n.sibling:null);xi(i);break;case 19:var h=(n.flags&128)!==0;if(o=(a&i.childLanes)!==0,o||(Ms(n,i,a,!1),o=(a&i.childLanes)!==0),h){if(o)return gg(n,i,a);i.flags|=128}if(h=i.memoizedState,h!==null&&(h.rendering=null,h.tail=null,h.lastEffect=null),A(Yt,Yt.current),o)break;return null;case 22:return i.lanes=0,og(n,i,a,i.pendingProps);case 24:pi(i,Jt,n.memoizedState.cache)}return Yr(n,i,a)}function yg(n,i,a){if(n!==null)if(n.memoizedProps!==i.pendingProps)Kt=!0;else{if(!wf(n,a)&&(i.flags&128)===0)return Kt=!1,Kv(n,i,a);Kt=(n.flags&131072)!==0}else Kt=!1,ot&&(i.flags&1048576)!==0&&Xm(i,Ua,i.index);switch(i.lanes=0,i.tag){case 16:e:{var o=i.pendingProps;if(n=is(i.elementType),i.type=n,typeof n=="function")Ec(n)?(o=os(n,o),i.tag=1,i=hg(null,i,n,o,a)):(i.tag=0,i=mf(null,i,n,o,a));else{if(n!=null){var h=n.$$typeof;if(h===oe){i.tag=11,i=sg(null,i,n,o,a);break e}else if(h===W){i.tag=14,i=ag(null,i,n,o,a);break e}}throw i=ie(n)||n,Error(s(306,i,""))}}return i;case 0:return mf(n,i,i.type,i.pendingProps,a);case 1:return o=i.type,h=os(o,i.pendingProps),hg(n,i,o,h,a);case 3:e:{if(Ie(i,i.stateNode.containerInfo),n===null)throw Error(s(387));o=i.pendingProps;var p=i.memoizedState;h=p.element,qc(n,i),Ya(i,o,null,a);var v=i.memoizedState;if(o=v.cache,pi(i,Jt,o),o!==p.cache&&Dc(i,[Jt],a,!0),$a(),o=v.element,p.isDehydrated)if(p={element:o,isDehydrated:!1,cache:v.cache},i.updateQueue.baseState=p,i.memoizedState=p,i.flags&256){i=dg(n,i,o,a);break e}else if(o!==h){h=er(Error(s(424)),i),Ba(h),i=dg(n,i,o,a);break e}else{switch(n=i.stateNode.containerInfo,n.nodeType){case 9:n=n.body;break;default:n=n.nodeName==="HTML"?n.ownerDocument.body:n}for(Mt=sr(n.firstChild),on=i,ot=!0,di=null,rr=!0,a=op(i,null,o,a),i.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling}else{if(es(),o===h){i=Yr(n,i,a);break e}cn(n,i,o,a)}i=i.child}return i;case 26:return Ro(n,i),n===null?(a=jy(i.type,null,i.pendingProps,null))?i.memoizedState=a:ot||(a=i.type,n=i.pendingProps,o=Xo(_e.current).createElement(a),o[jt]=i,o[qt]=n,fn(o,a,n),Y(o),i.stateNode=o):i.memoizedState=jy(i.type,n.memoizedProps,i.pendingProps,n.memoizedState),null;case 27:return Ge(i),n===null&&ot&&(o=i.stateNode=Ey(i.type,i.pendingProps,_e.current),on=i,rr=!0,h=Mt,ji(i.type)?(eh=h,Mt=sr(o.firstChild)):Mt=h),cn(n,i,i.pendingProps.children,a),Ro(n,i),n===null&&(i.flags|=4194304),i.child;case 5:return n===null&&ot&&((h=o=Mt)&&(o=Cw(o,i.type,i.pendingProps,rr),o!==null?(i.stateNode=o,on=i,Mt=sr(o.firstChild),rr=!1,h=!0):h=!1),h||mi(i)),Ge(i),h=i.type,p=i.pendingProps,v=n!==null?n.memoizedProps:null,o=p.children,Xf(h,p)?o=null:v!==null&&Xf(h,v)&&(i.flags|=32),i.memoizedState!==null&&(h=Vc(n,i,Hv,null,null,a),fl._currentValue=h),Ro(n,i),cn(n,i,o,a),i.child;case 6:return n===null&&ot&&((n=a=Mt)&&(a=Aw(a,i.pendingProps,rr),a!==null?(i.stateNode=a,on=i,Mt=null,n=!0):n=!1),n||mi(i)),null;case 13:return mg(n,i,a);case 4:return Ie(i,i.stateNode.containerInfo),o=i.pendingProps,n===null?i.child=as(i,null,o,a):cn(n,i,o,a),i.child;case 11:return sg(n,i,i.type,i.pendingProps,a);case 7:return cn(n,i,i.pendingProps,a),i.child;case 8:return cn(n,i,i.pendingProps.children,a),i.child;case 12:return cn(n,i,i.pendingProps.children,a),i.child;case 10:return o=i.pendingProps,pi(i,i.type,o.value),cn(n,i,o.children,a),i.child;case 9:return h=i.type._context,o=i.pendingProps.children,ns(i),h=un(h),o=o(h),i.flags|=1,cn(n,i,o,a),i.child;case 14:return ag(n,i,i.type,i.pendingProps,a);case 15:return lg(n,i,i.type,i.pendingProps,a);case 19:return gg(n,i,a);case 31:return Xv(n,i,a);case 22:return og(n,i,a,i.pendingProps);case 24:return ns(i),o=un(Jt),n===null?(h=Uc(),h===null&&(h=Tt,p=Lc(),h.pooledCache=p,p.refCount++,p!==null&&(h.pooledCacheLanes|=a),h=p),i.memoizedState={parent:o,cache:h},Pc(i),pi(i,Jt,h)):((n.lanes&a)!==0&&(qc(n,i),Ya(i,null,null,a),$a()),h=n.memoizedState,p=i.memoizedState,h.parent!==o?(h={parent:o,cache:o},i.memoizedState=h,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=h),pi(i,Jt,o)):(o=p.cache,pi(i,Jt,o),o!==h.cache&&Dc(i,[Jt],a,!0))),cn(n,i,i.pendingProps.children,a),i.child;case 29:throw i.pendingProps}throw Error(s(156,i.tag))}function Gr(n){n.flags|=4}function Sf(n,i,a,o,h){if((i=(n.mode&32)!==0)&&(i=!1),i){if(n.flags|=16777216,(h&335544128)===h)if(n.stateNode.complete)n.flags|=8192;else if($g())n.flags|=8192;else throw ss=yo,Bc}else n.flags&=-16777217}function bg(n,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!My(i))if($g())n.flags|=8192;else throw ss=yo,Bc}function Do(n,i){i!==null&&(n.flags|=4),n.flags&16384&&(i=n.tag!==22?xs():536870912,n.lanes|=i,Ys|=i)}function Qa(n,i){if(!ot)switch(n.tailMode){case"hidden":i=n.tail;for(var a=null;i!==null;)i.alternate!==null&&(a=i),i=i.sibling;a===null?n.tail=null:a.sibling=null;break;case"collapsed":a=n.tail;for(var o=null;a!==null;)a.alternate!==null&&(o=a),a=a.sibling;o===null?i||n.tail===null?n.tail=null:n.tail.sibling=null:o.sibling=null}}function Dt(n){var i=n.alternate!==null&&n.alternate.child===n.child,a=0,o=0;if(i)for(var h=n.child;h!==null;)a|=h.lanes|h.childLanes,o|=h.subtreeFlags&65011712,o|=h.flags&65011712,h.return=n,h=h.sibling;else for(h=n.child;h!==null;)a|=h.lanes|h.childLanes,o|=h.subtreeFlags,o|=h.flags,h.return=n,h=h.sibling;return n.subtreeFlags|=o,n.childLanes=a,i}function Qv(n,i,a){var o=i.pendingProps;switch(Tc(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Dt(i),null;case 1:return Dt(i),null;case 3:return a=i.stateNode,o=null,n!==null&&(o=n.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),Ir(Jt),ke(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(n===null||n.child===null)&&(Rs(i)?Gr(i):n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Oc())),Dt(i),null;case 26:var h=i.type,p=i.memoizedState;return n===null?(Gr(i),p!==null?(Dt(i),bg(i,p)):(Dt(i),Sf(i,h,null,o,a))):p?p!==n.memoizedState?(Gr(i),Dt(i),bg(i,p)):(Dt(i),i.flags&=-16777217):(n=n.memoizedProps,n!==o&&Gr(i),Dt(i),Sf(i,h,n,o,a)),null;case 27:if(Ft(i),a=_e.current,h=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Gr(i);else{if(!o){if(i.stateNode===null)throw Error(s(166));return Dt(i),null}n=be.current,Rs(i)?Qm(i):(n=Ey(h,o,a),i.stateNode=n,Gr(i))}return Dt(i),null;case 5:if(Ft(i),h=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Gr(i);else{if(!o){if(i.stateNode===null)throw Error(s(166));return Dt(i),null}if(p=be.current,Rs(i))Qm(i);else{var v=Xo(_e.current);switch(p){case 1:p=v.createElementNS("http://www.w3.org/2000/svg",h);break;case 2:p=v.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;default:switch(h){case"svg":p=v.createElementNS("http://www.w3.org/2000/svg",h);break;case"math":p=v.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;case"script":p=v.createElement("div"),p.innerHTML="<script><\/script>",p=p.removeChild(p.firstChild);break;case"select":p=typeof o.is=="string"?v.createElement("select",{is:o.is}):v.createElement("select"),o.multiple?p.multiple=!0:o.size&&(p.size=o.size);break;default:p=typeof o.is=="string"?v.createElement(h,{is:o.is}):v.createElement(h)}}p[jt]=i,p[qt]=o;e:for(v=i.child;v!==null;){if(v.tag===5||v.tag===6)p.appendChild(v.stateNode);else if(v.tag!==4&&v.tag!==27&&v.child!==null){v.child.return=v,v=v.child;continue}if(v===i)break e;for(;v.sibling===null;){if(v.return===null||v.return===i)break e;v=v.return}v.sibling.return=v.return,v=v.sibling}i.stateNode=p;e:switch(fn(p,h,o),h){case"button":case"input":case"select":case"textarea":o=!!o.autoFocus;break e;case"img":o=!0;break e;default:o=!1}o&&Gr(i)}}return Dt(i),Sf(i,i.type,n===null?null:n.memoizedProps,i.pendingProps,a),null;case 6:if(n&&i.stateNode!=null)n.memoizedProps!==o&&Gr(i);else{if(typeof o!="string"&&i.stateNode===null)throw Error(s(166));if(n=_e.current,Rs(i)){if(n=i.stateNode,a=i.memoizedProps,o=null,h=on,h!==null)switch(h.tag){case 27:case 5:o=h.memoizedProps}n[jt]=i,n=!!(n.nodeValue===a||o!==null&&o.suppressHydrationWarning===!0||my(n.nodeValue,a)),n||mi(i,!0)}else n=Xo(n).createTextNode(o),n[jt]=i,i.stateNode=n}return Dt(i),null;case 31:if(a=i.memoizedState,n===null||n.memoizedState!==null){if(o=Rs(i),a!==null){if(n===null){if(!o)throw Error(s(318));if(n=i.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(s(557));n[jt]=i}else es(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Dt(i),n=!1}else a=Oc(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=a),n=!0;if(!n)return i.flags&256?(Bn(i),i):(Bn(i),null);if((i.flags&128)!==0)throw Error(s(558))}return Dt(i),null;case 13:if(o=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(h=Rs(i),o!==null&&o.dehydrated!==null){if(n===null){if(!h)throw Error(s(318));if(h=i.memoizedState,h=h!==null?h.dehydrated:null,!h)throw Error(s(317));h[jt]=i}else es(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Dt(i),h=!1}else h=Oc(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=h),h=!0;if(!h)return i.flags&256?(Bn(i),i):(Bn(i),null)}return Bn(i),(i.flags&128)!==0?(i.lanes=a,i):(a=o!==null,n=n!==null&&n.memoizedState!==null,a&&(o=i.child,h=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(h=o.alternate.memoizedState.cachePool.pool),p=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(p=o.memoizedState.cachePool.pool),p!==h&&(o.flags|=2048)),a!==n&&a&&(i.child.flags|=8192),Do(i,i.updateQueue),Dt(i),null);case 4:return ke(),n===null&&$f(i.stateNode.containerInfo),Dt(i),null;case 10:return Ir(i.type),Dt(i),null;case 19:if(K(Yt),o=i.memoizedState,o===null)return Dt(i),null;if(h=(i.flags&128)!==0,p=o.rendering,p===null)if(h)Qa(o,!1);else{if(It!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(p=wo(n),p!==null){for(i.flags|=128,Qa(o,!1),n=p.updateQueue,i.updateQueue=n,Do(i,n),i.subtreeFlags=0,n=a,a=i.child;a!==null;)Gm(a,n),a=a.sibling;return A(Yt,Yt.current&1|2),ot&&qr(i,o.treeForkCount),i.child}n=n.sibling}o.tail!==null&&$e()>Po&&(i.flags|=128,h=!0,Qa(o,!1),i.lanes=4194304)}else{if(!h)if(n=wo(p),n!==null){if(i.flags|=128,h=!0,n=n.updateQueue,i.updateQueue=n,Do(i,n),Qa(o,!0),o.tail===null&&o.tailMode==="hidden"&&!p.alternate&&!ot)return Dt(i),null}else 2*$e()-o.renderingStartTime>Po&&a!==536870912&&(i.flags|=128,h=!0,Qa(o,!1),i.lanes=4194304);o.isBackwards?(p.sibling=i.child,i.child=p):(n=o.last,n!==null?n.sibling=p:i.child=p,o.last=p)}return o.tail!==null?(n=o.tail,o.rendering=n,o.tail=n.sibling,o.renderingStartTime=$e(),n.sibling=null,a=Yt.current,A(Yt,h?a&1|2:a&1),ot&&qr(i,o.treeForkCount),n):(Dt(i),null);case 22:case 23:return Bn(i),$c(),o=i.memoizedState!==null,n!==null?n.memoizedState!==null!==o&&(i.flags|=8192):o&&(i.flags|=8192),o?(a&536870912)!==0&&(i.flags&128)===0&&(Dt(i),i.subtreeFlags&6&&(i.flags|=8192)):Dt(i),a=i.updateQueue,a!==null&&Do(i,a.retryQueue),a=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(a=n.memoizedState.cachePool.pool),o=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(o=i.memoizedState.cachePool.pool),o!==a&&(i.flags|=2048),n!==null&&K(rs),null;case 24:return a=null,n!==null&&(a=n.memoizedState.cache),i.memoizedState.cache!==a&&(i.flags|=2048),Ir(Jt),Dt(i),null;case 25:return null;case 30:return null}throw Error(s(156,i.tag))}function Zv(n,i){switch(Tc(i),i.tag){case 1:return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return Ir(Jt),ke(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 26:case 27:case 5:return Ft(i),null;case 31:if(i.memoizedState!==null){if(Bn(i),i.alternate===null)throw Error(s(340));es()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 13:if(Bn(i),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(s(340));es()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return K(Yt),null;case 4:return ke(),null;case 10:return Ir(i.type),null;case 22:case 23:return Bn(i),$c(),n!==null&&K(rs),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 24:return Ir(Jt),null;case 25:return null;default:return null}}function xg(n,i){switch(Tc(i),i.tag){case 3:Ir(Jt),ke();break;case 26:case 27:case 5:Ft(i);break;case 4:ke();break;case 31:i.memoizedState!==null&&Bn(i);break;case 13:Bn(i);break;case 19:K(Yt);break;case 10:Ir(i.type);break;case 22:case 23:Bn(i),$c(),n!==null&&K(rs);break;case 24:Ir(Jt)}}function Za(n,i){try{var a=i.updateQueue,o=a!==null?a.lastEffect:null;if(o!==null){var h=o.next;a=h;do{if((a.tag&n)===n){o=void 0;var p=a.create,v=a.inst;o=p(),v.destroy=o}a=a.next}while(a!==h)}}catch(_){wt(i,i.return,_)}}function wi(n,i,a){try{var o=i.updateQueue,h=o!==null?o.lastEffect:null;if(h!==null){var p=h.next;o=p;do{if((o.tag&n)===n){var v=o.inst,_=v.destroy;if(_!==void 0){v.destroy=void 0,h=i;var I=a,ne=_;try{ne()}catch(ue){wt(h,I,ue)}}}o=o.next}while(o!==p)}}catch(ue){wt(i,i.return,ue)}}function vg(n){var i=n.updateQueue;if(i!==null){var a=n.stateNode;try{cp(i,a)}catch(o){wt(n,n.return,o)}}}function wg(n,i,a){a.props=os(n.type,n.memoizedProps),a.state=n.memoizedState;try{a.componentWillUnmount()}catch(o){wt(n,i,o)}}function Wa(n,i){try{var a=n.ref;if(a!==null){switch(n.tag){case 26:case 27:case 5:var o=n.stateNode;break;case 30:o=n.stateNode;break;default:o=n.stateNode}typeof a=="function"?n.refCleanup=a(o):a.current=o}}catch(h){wt(n,i,h)}}function Ar(n,i){var a=n.ref,o=n.refCleanup;if(a!==null)if(typeof o=="function")try{o()}catch(h){wt(n,i,h)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof a=="function")try{a(null)}catch(h){wt(n,i,h)}else a.current=null}function Sg(n){var i=n.type,a=n.memoizedProps,o=n.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":a.autoFocus&&o.focus();break e;case"img":a.src?o.src=a.src:a.srcSet&&(o.srcset=a.srcSet)}}catch(h){wt(n,n.return,h)}}function _f(n,i,a){try{var o=n.stateNode;vw(o,n.type,a,i),o[qt]=i}catch(h){wt(n,n.return,h)}}function _g(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&ji(n.type)||n.tag===4}function kf(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||_g(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.tag===27&&ji(n.type)||n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Ef(n,i,a){var o=n.tag;if(o===5||o===6)n=n.stateNode,i?(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(n,i):(i=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,i.appendChild(n),a=a._reactRootContainer,a!=null||i.onclick!==null||(i.onclick=Ur));else if(o!==4&&(o===27&&ji(n.type)&&(a=n.stateNode,i=null),n=n.child,n!==null))for(Ef(n,i,a),n=n.sibling;n!==null;)Ef(n,i,a),n=n.sibling}function Lo(n,i,a){var o=n.tag;if(o===5||o===6)n=n.stateNode,i?a.insertBefore(n,i):a.appendChild(n);else if(o!==4&&(o===27&&ji(n.type)&&(a=n.stateNode),n=n.child,n!==null))for(Lo(n,i,a),n=n.sibling;n!==null;)Lo(n,i,a),n=n.sibling}function kg(n){var i=n.stateNode,a=n.memoizedProps;try{for(var o=n.type,h=i.attributes;h.length;)i.removeAttributeNode(h[0]);fn(i,o,a),i[jt]=n,i[qt]=a}catch(p){wt(n,n.return,p)}}var Vr=!1,Qt=!1,Cf=!1,Eg=typeof WeakSet=="function"?WeakSet:Set,rn=null;function Wv(n,i){if(n=n.containerInfo,Vf=nu,n=Um(n),bc(n)){if("selectionStart"in n)var a={start:n.selectionStart,end:n.selectionEnd};else e:{a=(a=n.ownerDocument)&&a.defaultView||window;var o=a.getSelection&&a.getSelection();if(o&&o.rangeCount!==0){a=o.anchorNode;var h=o.anchorOffset,p=o.focusNode;o=o.focusOffset;try{a.nodeType,p.nodeType}catch{a=null;break e}var v=0,_=-1,I=-1,ne=0,ue=0,ge=n,re=null;t:for(;;){for(var le;ge!==a||h!==0&&ge.nodeType!==3||(_=v+h),ge!==p||o!==0&&ge.nodeType!==3||(I=v+o),ge.nodeType===3&&(v+=ge.nodeValue.length),(le=ge.firstChild)!==null;)re=ge,ge=le;for(;;){if(ge===n)break t;if(re===a&&++ne===h&&(_=v),re===p&&++ue===o&&(I=v),(le=ge.nextSibling)!==null)break;ge=re,re=ge.parentNode}ge=le}a=_===-1||I===-1?null:{start:_,end:I}}else a=null}a=a||{start:0,end:0}}else a=null;for(Jf={focusedElem:n,selectionRange:a},nu=!1,rn=i;rn!==null;)if(i=rn,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,rn=n;else for(;rn!==null;){switch(i=rn,p=i.alternate,n=i.flags,i.tag){case 0:if((n&4)!==0&&(n=i.updateQueue,n=n!==null?n.events:null,n!==null))for(a=0;a<n.length;a++)h=n[a],h.ref.impl=h.nextImpl;break;case 11:case 15:break;case 1:if((n&1024)!==0&&p!==null){n=void 0,a=i,h=p.memoizedProps,p=p.memoizedState,o=a.stateNode;try{var Oe=os(a.type,h);n=o.getSnapshotBeforeUpdate(Oe,p),o.__reactInternalSnapshotBeforeUpdate=n}catch(qe){wt(a,a.return,qe)}}break;case 3:if((n&1024)!==0){if(n=i.stateNode.containerInfo,a=n.nodeType,a===9)Qf(n);else if(a===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":Qf(n);break;default:n.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((n&1024)!==0)throw Error(s(163))}if(n=i.sibling,n!==null){n.return=i.return,rn=n;break}rn=i.return}}function Cg(n,i,a){var o=a.flags;switch(a.tag){case 0:case 11:case 15:Xr(n,a),o&4&&Za(5,a);break;case 1:if(Xr(n,a),o&4)if(n=a.stateNode,i===null)try{n.componentDidMount()}catch(v){wt(a,a.return,v)}else{var h=os(a.type,i.memoizedProps);i=i.memoizedState;try{n.componentDidUpdate(h,i,n.__reactInternalSnapshotBeforeUpdate)}catch(v){wt(a,a.return,v)}}o&64&&vg(a),o&512&&Wa(a,a.return);break;case 3:if(Xr(n,a),o&64&&(n=a.updateQueue,n!==null)){if(i=null,a.child!==null)switch(a.child.tag){case 27:case 5:i=a.child.stateNode;break;case 1:i=a.child.stateNode}try{cp(n,i)}catch(v){wt(a,a.return,v)}}break;case 27:i===null&&o&4&&kg(a);case 26:case 5:Xr(n,a),i===null&&o&4&&Sg(a),o&512&&Wa(a,a.return);break;case 12:Xr(n,a);break;case 31:Xr(n,a),o&4&&Tg(n,a);break;case 13:Xr(n,a),o&4&&Ng(n,a),o&64&&(n=a.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(a=ow.bind(null,a),jw(n,a))));break;case 22:if(o=a.memoizedState!==null||Vr,!o){i=i!==null&&i.memoizedState!==null||Qt,h=Vr;var p=Qt;Vr=o,(Qt=i)&&!p?Kr(n,a,(a.subtreeFlags&8772)!==0):Xr(n,a),Vr=h,Qt=p}break;case 30:break;default:Xr(n,a)}}function Ag(n){var i=n.alternate;i!==null&&(n.alternate=null,Ag(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&vs(i)),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}var zt=null,An=!1;function Jr(n,i,a){for(a=a.child;a!==null;)jg(n,i,a),a=a.sibling}function jg(n,i,a){if(xt&&typeof xt.onCommitFiberUnmount=="function")try{xt.onCommitFiberUnmount(en,a)}catch{}switch(a.tag){case 26:Qt||Ar(a,i),Jr(n,i,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(a=a.stateNode,a.parentNode.removeChild(a));break;case 27:Qt||Ar(a,i);var o=zt,h=An;ji(a.type)&&(zt=a.stateNode,An=!1),Jr(n,i,a),ol(a.stateNode),zt=o,An=h;break;case 5:Qt||Ar(a,i);case 6:if(o=zt,h=An,zt=null,Jr(n,i,a),zt=o,An=h,zt!==null)if(An)try{(zt.nodeType===9?zt.body:zt.nodeName==="HTML"?zt.ownerDocument.body:zt).removeChild(a.stateNode)}catch(p){wt(a,i,p)}else try{zt.removeChild(a.stateNode)}catch(p){wt(a,i,p)}break;case 18:zt!==null&&(An?(n=zt,vy(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,a.stateNode),Ws(n)):vy(zt,a.stateNode));break;case 4:o=zt,h=An,zt=a.stateNode.containerInfo,An=!0,Jr(n,i,a),zt=o,An=h;break;case 0:case 11:case 14:case 15:wi(2,a,i),Qt||wi(4,a,i),Jr(n,i,a);break;case 1:Qt||(Ar(a,i),o=a.stateNode,typeof o.componentWillUnmount=="function"&&wg(a,i,o)),Jr(n,i,a);break;case 21:Jr(n,i,a);break;case 22:Qt=(o=Qt)||a.memoizedState!==null,Jr(n,i,a),Qt=o;break;default:Jr(n,i,a)}}function Tg(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{Ws(n)}catch(a){wt(i,i.return,a)}}}function Ng(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{Ws(n)}catch(a){wt(i,i.return,a)}}function ew(n){switch(n.tag){case 31:case 13:case 19:var i=n.stateNode;return i===null&&(i=n.stateNode=new Eg),i;case 22:return n=n.stateNode,i=n._retryCache,i===null&&(i=n._retryCache=new Eg),i;default:throw Error(s(435,n.tag))}}function zo(n,i){var a=ew(n);i.forEach(function(o){if(!a.has(o)){a.add(o);var h=uw.bind(null,n,o);o.then(h,h)}})}function jn(n,i){var a=i.deletions;if(a!==null)for(var o=0;o<a.length;o++){var h=a[o],p=n,v=i,_=v;e:for(;_!==null;){switch(_.tag){case 27:if(ji(_.type)){zt=_.stateNode,An=!1;break e}break;case 5:zt=_.stateNode,An=!1;break e;case 3:case 4:zt=_.stateNode.containerInfo,An=!0;break e}_=_.return}if(zt===null)throw Error(s(160));jg(p,v,h),zt=null,An=!1,p=h.alternate,p!==null&&(p.return=null),h.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)Og(i,n),i=i.sibling}var pr=null;function Og(n,i){var a=n.alternate,o=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:jn(i,n),Tn(n),o&4&&(wi(3,n,n.return),Za(3,n),wi(5,n,n.return));break;case 1:jn(i,n),Tn(n),o&512&&(Qt||a===null||Ar(a,a.return)),o&64&&Vr&&(n=n.updateQueue,n!==null&&(o=n.callbacks,o!==null&&(a=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=a===null?o:a.concat(o))));break;case 26:var h=pr;if(jn(i,n),Tn(n),o&512&&(Qt||a===null||Ar(a,a.return)),o&4){var p=a!==null?a.memoizedState:null;if(o=n.memoizedState,a===null)if(o===null)if(n.stateNode===null){e:{o=n.type,a=n.memoizedProps,h=h.ownerDocument||h;t:switch(o){case"title":p=h.getElementsByTagName("title")[0],(!p||p[tn]||p[jt]||p.namespaceURI==="http://www.w3.org/2000/svg"||p.hasAttribute("itemprop"))&&(p=h.createElement(o),h.head.insertBefore(p,h.querySelector("head > title"))),fn(p,o,a),p[jt]=n,Y(p),o=p;break e;case"link":var v=Oy("link","href",h).get(o+(a.href||""));if(v){for(var _=0;_<v.length;_++)if(p=v[_],p.getAttribute("href")===(a.href==null||a.href===""?null:a.href)&&p.getAttribute("rel")===(a.rel==null?null:a.rel)&&p.getAttribute("title")===(a.title==null?null:a.title)&&p.getAttribute("crossorigin")===(a.crossOrigin==null?null:a.crossOrigin)){v.splice(_,1);break t}}p=h.createElement(o),fn(p,o,a),h.head.appendChild(p);break;case"meta":if(v=Oy("meta","content",h).get(o+(a.content||""))){for(_=0;_<v.length;_++)if(p=v[_],p.getAttribute("content")===(a.content==null?null:""+a.content)&&p.getAttribute("name")===(a.name==null?null:a.name)&&p.getAttribute("property")===(a.property==null?null:a.property)&&p.getAttribute("http-equiv")===(a.httpEquiv==null?null:a.httpEquiv)&&p.getAttribute("charset")===(a.charSet==null?null:a.charSet)){v.splice(_,1);break t}}p=h.createElement(o),fn(p,o,a),h.head.appendChild(p);break;default:throw Error(s(468,o))}p[jt]=n,Y(p),o=p}n.stateNode=o}else Ry(h,n.type,n.stateNode);else n.stateNode=Ny(h,o,n.memoizedProps);else p!==o?(p===null?a.stateNode!==null&&(a=a.stateNode,a.parentNode.removeChild(a)):p.count--,o===null?Ry(h,n.type,n.stateNode):Ny(h,o,n.memoizedProps)):o===null&&n.stateNode!==null&&_f(n,n.memoizedProps,a.memoizedProps)}break;case 27:jn(i,n),Tn(n),o&512&&(Qt||a===null||Ar(a,a.return)),a!==null&&o&4&&_f(n,n.memoizedProps,a.memoizedProps);break;case 5:if(jn(i,n),Tn(n),o&512&&(Qt||a===null||Ar(a,a.return)),n.flags&32){h=n.stateNode;try{Ss(h,"")}catch(Oe){wt(n,n.return,Oe)}}o&4&&n.stateNode!=null&&(h=n.memoizedProps,_f(n,h,a!==null?a.memoizedProps:h)),o&1024&&(Cf=!0);break;case 6:if(jn(i,n),Tn(n),o&4){if(n.stateNode===null)throw Error(s(162));o=n.memoizedProps,a=n.stateNode;try{a.nodeValue=o}catch(Oe){wt(n,n.return,Oe)}}break;case 3:if(Zo=null,h=pr,pr=Ko(i.containerInfo),jn(i,n),pr=h,Tn(n),o&4&&a!==null&&a.memoizedState.isDehydrated)try{Ws(i.containerInfo)}catch(Oe){wt(n,n.return,Oe)}Cf&&(Cf=!1,Rg(n));break;case 4:o=pr,pr=Ko(n.stateNode.containerInfo),jn(i,n),Tn(n),pr=o;break;case 12:jn(i,n),Tn(n);break;case 31:jn(i,n),Tn(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,zo(n,o)));break;case 13:jn(i,n),Tn(n),n.child.flags&8192&&n.memoizedState!==null!=(a!==null&&a.memoizedState!==null)&&(Bo=$e()),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,zo(n,o)));break;case 22:h=n.memoizedState!==null;var I=a!==null&&a.memoizedState!==null,ne=Vr,ue=Qt;if(Vr=ne||h,Qt=ue||I,jn(i,n),Qt=ue,Vr=ne,Tn(n),o&8192)e:for(i=n.stateNode,i._visibility=h?i._visibility&-2:i._visibility|1,h&&(a===null||I||Vr||Qt||us(n)),a=null,i=n;;){if(i.tag===5||i.tag===26){if(a===null){I=a=i;try{if(p=I.stateNode,h)v=p.style,typeof v.setProperty=="function"?v.setProperty("display","none","important"):v.display="none";else{_=I.stateNode;var ge=I.memoizedProps.style,re=ge!=null&&ge.hasOwnProperty("display")?ge.display:null;_.style.display=re==null||typeof re=="boolean"?"":(""+re).trim()}}catch(Oe){wt(I,I.return,Oe)}}}else if(i.tag===6){if(a===null){I=i;try{I.stateNode.nodeValue=h?"":I.memoizedProps}catch(Oe){wt(I,I.return,Oe)}}}else if(i.tag===18){if(a===null){I=i;try{var le=I.stateNode;h?wy(le,!0):wy(I.stateNode,!1)}catch(Oe){wt(I,I.return,Oe)}}}else if((i.tag!==22&&i.tag!==23||i.memoizedState===null||i===n)&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break e;for(;i.sibling===null;){if(i.return===null||i.return===n)break e;a===i&&(a=null),i=i.return}a===i&&(a=null),i.sibling.return=i.return,i=i.sibling}o&4&&(o=n.updateQueue,o!==null&&(a=o.retryQueue,a!==null&&(o.retryQueue=null,zo(n,a))));break;case 19:jn(i,n),Tn(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,zo(n,o)));break;case 30:break;case 21:break;default:jn(i,n),Tn(n)}}function Tn(n){var i=n.flags;if(i&2){try{for(var a,o=n.return;o!==null;){if(_g(o)){a=o;break}o=o.return}if(a==null)throw Error(s(160));switch(a.tag){case 27:var h=a.stateNode,p=kf(n);Lo(n,p,h);break;case 5:var v=a.stateNode;a.flags&32&&(Ss(v,""),a.flags&=-33);var _=kf(n);Lo(n,_,v);break;case 3:case 4:var I=a.stateNode.containerInfo,ne=kf(n);Ef(n,ne,I);break;default:throw Error(s(161))}}catch(ue){wt(n,n.return,ue)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function Rg(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var i=n;Rg(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),n=n.sibling}}function Xr(n,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)Cg(n,i.alternate,i),i=i.sibling}function us(n){for(n=n.child;n!==null;){var i=n;switch(i.tag){case 0:case 11:case 14:case 15:wi(4,i,i.return),us(i);break;case 1:Ar(i,i.return);var a=i.stateNode;typeof a.componentWillUnmount=="function"&&wg(i,i.return,a),us(i);break;case 27:ol(i.stateNode);case 26:case 5:Ar(i,i.return),us(i);break;case 22:i.memoizedState===null&&us(i);break;case 30:us(i);break;default:us(i)}n=n.sibling}}function Kr(n,i,a){for(a=a&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var o=i.alternate,h=n,p=i,v=p.flags;switch(p.tag){case 0:case 11:case 15:Kr(h,p,a),Za(4,p);break;case 1:if(Kr(h,p,a),o=p,h=o.stateNode,typeof h.componentDidMount=="function")try{h.componentDidMount()}catch(ne){wt(o,o.return,ne)}if(o=p,h=o.updateQueue,h!==null){var _=o.stateNode;try{var I=h.shared.hiddenCallbacks;if(I!==null)for(h.shared.hiddenCallbacks=null,h=0;h<I.length;h++)up(I[h],_)}catch(ne){wt(o,o.return,ne)}}a&&v&64&&vg(p),Wa(p,p.return);break;case 27:kg(p);case 26:case 5:Kr(h,p,a),a&&o===null&&v&4&&Sg(p),Wa(p,p.return);break;case 12:Kr(h,p,a);break;case 31:Kr(h,p,a),a&&v&4&&Tg(h,p);break;case 13:Kr(h,p,a),a&&v&4&&Ng(h,p);break;case 22:p.memoizedState===null&&Kr(h,p,a),Wa(p,p.return);break;case 30:break;default:Kr(h,p,a)}i=i.sibling}}function Af(n,i){var a=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(a=n.memoizedState.cachePool.pool),n=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(n=i.memoizedState.cachePool.pool),n!==a&&(n!=null&&n.refCount++,a!=null&&Pa(a))}function jf(n,i){n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&Pa(n))}function gr(n,i,a,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)Mg(n,i,a,o),i=i.sibling}function Mg(n,i,a,o){var h=i.flags;switch(i.tag){case 0:case 11:case 15:gr(n,i,a,o),h&2048&&Za(9,i);break;case 1:gr(n,i,a,o);break;case 3:gr(n,i,a,o),h&2048&&(n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&Pa(n)));break;case 12:if(h&2048){gr(n,i,a,o),n=i.stateNode;try{var p=i.memoizedProps,v=p.id,_=p.onPostCommit;typeof _=="function"&&_(v,i.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(I){wt(i,i.return,I)}}else gr(n,i,a,o);break;case 31:gr(n,i,a,o);break;case 13:gr(n,i,a,o);break;case 23:break;case 22:p=i.stateNode,v=i.alternate,i.memoizedState!==null?p._visibility&2?gr(n,i,a,o):el(n,i):p._visibility&2?gr(n,i,a,o):(p._visibility|=2,Is(n,i,a,o,(i.subtreeFlags&10256)!==0||!1)),h&2048&&Af(v,i);break;case 24:gr(n,i,a,o),h&2048&&jf(i.alternate,i);break;default:gr(n,i,a,o)}}function Is(n,i,a,o,h){for(h=h&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var p=n,v=i,_=a,I=o,ne=v.flags;switch(v.tag){case 0:case 11:case 15:Is(p,v,_,I,h),Za(8,v);break;case 23:break;case 22:var ue=v.stateNode;v.memoizedState!==null?ue._visibility&2?Is(p,v,_,I,h):el(p,v):(ue._visibility|=2,Is(p,v,_,I,h)),h&&ne&2048&&Af(v.alternate,v);break;case 24:Is(p,v,_,I,h),h&&ne&2048&&jf(v.alternate,v);break;default:Is(p,v,_,I,h)}i=i.sibling}}function el(n,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var a=n,o=i,h=o.flags;switch(o.tag){case 22:el(a,o),h&2048&&Af(o.alternate,o);break;case 24:el(a,o),h&2048&&jf(o.alternate,o);break;default:el(a,o)}i=i.sibling}}var tl=8192;function Fs(n,i,a){if(n.subtreeFlags&tl)for(n=n.child;n!==null;)Dg(n,i,a),n=n.sibling}function Dg(n,i,a){switch(n.tag){case 26:Fs(n,i,a),n.flags&tl&&n.memoizedState!==null&&qw(a,pr,n.memoizedState,n.memoizedProps);break;case 5:Fs(n,i,a);break;case 3:case 4:var o=pr;pr=Ko(n.stateNode.containerInfo),Fs(n,i,a),pr=o;break;case 22:n.memoizedState===null&&(o=n.alternate,o!==null&&o.memoizedState!==null?(o=tl,tl=16777216,Fs(n,i,a),tl=o):Fs(n,i,a));break;default:Fs(n,i,a)}}function Lg(n){var i=n.alternate;if(i!==null&&(n=i.child,n!==null)){i.child=null;do i=n.sibling,n.sibling=null,n=i;while(n!==null)}}function nl(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var a=0;a<i.length;a++){var o=i[a];rn=o,Ug(o,n)}Lg(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)zg(n),n=n.sibling}function zg(n){switch(n.tag){case 0:case 11:case 15:nl(n),n.flags&2048&&wi(9,n,n.return);break;case 3:nl(n);break;case 12:nl(n);break;case 22:var i=n.stateNode;n.memoizedState!==null&&i._visibility&2&&(n.return===null||n.return.tag!==13)?(i._visibility&=-3,Uo(n)):nl(n);break;default:nl(n)}}function Uo(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var a=0;a<i.length;a++){var o=i[a];rn=o,Ug(o,n)}Lg(n)}for(n=n.child;n!==null;){switch(i=n,i.tag){case 0:case 11:case 15:wi(8,i,i.return),Uo(i);break;case 22:a=i.stateNode,a._visibility&2&&(a._visibility&=-3,Uo(i));break;default:Uo(i)}n=n.sibling}}function Ug(n,i){for(;rn!==null;){var a=rn;switch(a.tag){case 0:case 11:case 15:wi(8,a,i);break;case 23:case 22:if(a.memoizedState!==null&&a.memoizedState.cachePool!==null){var o=a.memoizedState.cachePool.pool;o!=null&&o.refCount++}break;case 24:Pa(a.memoizedState.cache)}if(o=a.child,o!==null)o.return=a,rn=o;else e:for(a=n;rn!==null;){o=rn;var h=o.sibling,p=o.return;if(Ag(o),o===a){rn=null;break e}if(h!==null){h.return=p,rn=h;break e}rn=p}}}var tw={getCacheForType:function(n){var i=un(Jt),a=i.data.get(n);return a===void 0&&(a=n(),i.data.set(n,a)),a},cacheSignal:function(){return un(Jt).controller.signal}},nw=typeof WeakMap=="function"?WeakMap:Map,yt=0,Tt=null,rt=null,at=0,vt=0,Pn=null,Si=!1,$s=!1,Tf=!1,Qr=0,It=0,_i=0,cs=0,Nf=0,qn=0,Ys=0,rl=null,Nn=null,Of=!1,Bo=0,Bg=0,Po=1/0,qo=null,ki=null,nn=0,Ei=null,Gs=null,Zr=0,Rf=0,Mf=null,Pg=null,il=0,Df=null;function Hn(){return(yt&2)!==0&&at!==0?at&-at:P.T!==null?qf():Ca()}function qg(){if(qn===0)if((at&536870912)===0||ot){var n=Lt;Lt<<=1,(Lt&3932160)===0&&(Lt=262144),qn=n}else qn=536870912;return n=Un.current,n!==null&&(n.flags|=32),qn}function On(n,i,a){(n===Tt&&(vt===2||vt===9)||n.cancelPendingCommit!==null)&&(Vs(n,0),Ci(n,at,qn,!1)),hr(n,a),((yt&2)===0||n!==Tt)&&(n===Tt&&((yt&2)===0&&(cs|=a),It===4&&Ci(n,at,qn,!1)),jr(n))}function Hg(n,i,a){if((yt&6)!==0)throw Error(s(327));var o=!a&&(i&127)===0&&(i&n.expiredLanes)===0||Yi(n,i),h=o?sw(n,i):zf(n,i,!0),p=o;do{if(h===0){$s&&!o&&Ci(n,i,0,!1);break}else{if(a=n.current.alternate,p&&!rw(a)){h=zf(n,i,!1),p=!1;continue}if(h===2){if(p=i,n.errorRecoveryDisabledLanes&p)var v=0;else v=n.pendingLanes&-536870913,v=v!==0?v:v&536870912?536870912:0;if(v!==0){i=v;e:{var _=n;h=rl;var I=_.current.memoizedState.isDehydrated;if(I&&(Vs(_,v).flags|=256),v=zf(_,v,!1),v!==2){if(Tf&&!I){_.errorRecoveryDisabledLanes|=p,cs|=p,h=4;break e}p=Nn,Nn=h,p!==null&&(Nn===null?Nn=p:Nn.push.apply(Nn,p))}h=v}if(p=!1,h!==2)continue}}if(h===1){Vs(n,0),Ci(n,i,0,!0);break}e:{switch(o=n,p=h,p){case 0:case 1:throw Error(s(345));case 4:if((i&4194048)!==i)break;case 6:Ci(o,i,qn,!Si);break e;case 2:Nn=null;break;case 3:case 5:break;default:throw Error(s(329))}if((i&62914560)===i&&(h=Bo+300-$e(),10<h)){if(Ci(o,i,qn,!Si),$i(o,0,!0)!==0)break e;Zr=i,o.timeoutHandle=by(Ig.bind(null,o,a,Nn,qo,Of,i,qn,cs,Ys,Si,p,"Throttled",-0,0),h);break e}Ig(o,a,Nn,qo,Of,i,qn,cs,Ys,Si,p,null,-0,0)}}break}while(!0);jr(n)}function Ig(n,i,a,o,h,p,v,_,I,ne,ue,ge,re,le){if(n.timeoutHandle=-1,ge=i.subtreeFlags,ge&8192||(ge&16785408)===16785408){ge={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Ur},Dg(i,p,ge);var Oe=(p&62914560)===p?Bo-$e():(p&4194048)===p?Bg-$e():0;if(Oe=Hw(ge,Oe),Oe!==null){Zr=p,n.cancelPendingCommit=Oe(Kg.bind(null,n,i,p,a,o,h,v,_,I,ue,ge,null,re,le)),Ci(n,p,v,!ne);return}}Kg(n,i,p,a,o,h,v,_,I)}function rw(n){for(var i=n;;){var a=i.tag;if((a===0||a===11||a===15)&&i.flags&16384&&(a=i.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var o=0;o<a.length;o++){var h=a[o],p=h.getSnapshot;h=h.value;try{if(!Ln(p(),h))return!1}catch{return!1}}if(a=i.child,i.subtreeFlags&16384&&a!==null)a.return=i,i=a;else{if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function Ci(n,i,a,o){i&=~Nf,i&=~cs,n.suspendedLanes|=i,n.pingedLanes&=~i,o&&(n.warmLanes|=i),o=n.expirationTimes;for(var h=i;0<h;){var p=31-dt(h),v=1<<p;o[p]=-1,h&=~v}a!==0&&ui(n,a,i)}function Ho(){return(yt&6)===0?(sl(0),!1):!0}function Lf(){if(rt!==null){if(vt===0)var n=rt.return;else n=rt,Hr=ts=null,Kc(n),Us=null,Ha=0,n=rt;for(;n!==null;)xg(n.alternate,n),n=n.return;rt=null}}function Vs(n,i){var a=n.timeoutHandle;a!==-1&&(n.timeoutHandle=-1,_w(a)),a=n.cancelPendingCommit,a!==null&&(n.cancelPendingCommit=null,a()),Zr=0,Lf(),Tt=n,rt=a=Pr(n.current,null),at=i,vt=0,Pn=null,Si=!1,$s=Yi(n,i),Tf=!1,Ys=qn=Nf=cs=_i=It=0,Nn=rl=null,Of=!1,(i&8)!==0&&(i|=i&32);var o=n.entangledLanes;if(o!==0)for(n=n.entanglements,o&=i;0<o;){var h=31-dt(o),p=1<<h;i|=n[h],o&=~p}return Qr=i,lo(),a}function Fg(n,i){Xe=null,P.H=Xa,i===zs||i===go?(i=sp(),vt=3):i===Bc?(i=sp(),vt=4):vt=i===df?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,Pn=i,rt===null&&(It=1,No(n,er(i,n.current)))}function $g(){var n=Un.current;return n===null?!0:(at&4194048)===at?ir===null:(at&62914560)===at||(at&536870912)!==0?n===ir:!1}function Yg(){var n=P.H;return P.H=Xa,n===null?Xa:n}function Gg(){var n=P.A;return P.A=tw,n}function Io(){It=4,Si||(at&4194048)!==at&&Un.current!==null||($s=!0),(_i&134217727)===0&&(cs&134217727)===0||Tt===null||Ci(Tt,at,qn,!1)}function zf(n,i,a){var o=yt;yt|=2;var h=Yg(),p=Gg();(Tt!==n||at!==i)&&(qo=null,Vs(n,i)),i=!1;var v=It;e:do try{if(vt!==0&&rt!==null){var _=rt,I=Pn;switch(vt){case 8:Lf(),v=6;break e;case 3:case 2:case 9:case 6:Un.current===null&&(i=!0);var ne=vt;if(vt=0,Pn=null,Js(n,_,I,ne),a&&$s){v=0;break e}break;default:ne=vt,vt=0,Pn=null,Js(n,_,I,ne)}}iw(),v=It;break}catch(ue){Fg(n,ue)}while(!0);return i&&n.shellSuspendCounter++,Hr=ts=null,yt=o,P.H=h,P.A=p,rt===null&&(Tt=null,at=0,lo()),v}function iw(){for(;rt!==null;)Vg(rt)}function sw(n,i){var a=yt;yt|=2;var o=Yg(),h=Gg();Tt!==n||at!==i?(qo=null,Po=$e()+500,Vs(n,i)):$s=Yi(n,i);e:do try{if(vt!==0&&rt!==null){i=rt;var p=Pn;t:switch(vt){case 1:vt=0,Pn=null,Js(n,i,p,1);break;case 2:case 9:if(rp(p)){vt=0,Pn=null,Jg(i);break}i=function(){vt!==2&&vt!==9||Tt!==n||(vt=7),jr(n)},p.then(i,i);break e;case 3:vt=7;break e;case 4:vt=5;break e;case 7:rp(p)?(vt=0,Pn=null,Jg(i)):(vt=0,Pn=null,Js(n,i,p,7));break;case 5:var v=null;switch(rt.tag){case 26:v=rt.memoizedState;case 5:case 27:var _=rt;if(v?My(v):_.stateNode.complete){vt=0,Pn=null;var I=_.sibling;if(I!==null)rt=I;else{var ne=_.return;ne!==null?(rt=ne,Fo(ne)):rt=null}break t}}vt=0,Pn=null,Js(n,i,p,5);break;case 6:vt=0,Pn=null,Js(n,i,p,6);break;case 8:Lf(),It=6;break e;default:throw Error(s(462))}}aw();break}catch(ue){Fg(n,ue)}while(!0);return Hr=ts=null,P.H=o,P.A=h,yt=a,rt!==null?0:(Tt=null,at=0,lo(),It)}function aw(){for(;rt!==null&&!ht();)Vg(rt)}function Vg(n){var i=yg(n.alternate,n,Qr);n.memoizedProps=n.pendingProps,i===null?Fo(n):rt=i}function Jg(n){var i=n,a=i.alternate;switch(i.tag){case 15:case 0:i=fg(a,i,i.pendingProps,i.type,void 0,at);break;case 11:i=fg(a,i,i.pendingProps,i.type.render,i.ref,at);break;case 5:Kc(i);default:xg(a,i),i=rt=Gm(i,Qr),i=yg(a,i,Qr)}n.memoizedProps=n.pendingProps,i===null?Fo(n):rt=i}function Js(n,i,a,o){Hr=ts=null,Kc(i),Us=null,Ha=0;var h=i.return;try{if(Jv(n,h,i,a,at)){It=1,No(n,er(a,n.current)),rt=null;return}}catch(p){if(h!==null)throw rt=h,p;It=1,No(n,er(a,n.current)),rt=null;return}i.flags&32768?(ot||o===1?n=!0:$s||(at&536870912)!==0?n=!1:(Si=n=!0,(o===2||o===9||o===3||o===6)&&(o=Un.current,o!==null&&o.tag===13&&(o.flags|=16384))),Xg(i,n)):Fo(i)}function Fo(n){var i=n;do{if((i.flags&32768)!==0){Xg(i,Si);return}n=i.return;var a=Qv(i.alternate,i,Qr);if(a!==null){rt=a;return}if(i=i.sibling,i!==null){rt=i;return}rt=i=n}while(i!==null);It===0&&(It=5)}function Xg(n,i){do{var a=Zv(n.alternate,n);if(a!==null){a.flags&=32767,rt=a;return}if(a=n.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!i&&(n=n.sibling,n!==null)){rt=n;return}rt=n=a}while(n!==null);It=6,rt=null}function Kg(n,i,a,o,h,p,v,_,I){n.cancelPendingCommit=null;do $o();while(nn!==0);if((yt&6)!==0)throw Error(s(327));if(i!==null){if(i===n.current)throw Error(s(177));if(p=i.lanes|i.childLanes,p|=_c,oi(n,a,p,v,_,I),n===Tt&&(rt=Tt=null,at=0),Gs=i,Ei=n,Zr=a,Rf=p,Mf=h,Pg=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,cw(Ue,function(){return ty(),null})):(n.callbackNode=null,n.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=P.T,P.T=null,h=X.p,X.p=2,v=yt,yt|=4;try{Wv(n,i,a)}finally{yt=v,X.p=h,P.T=o}}nn=1,Qg(),Zg(),Wg()}}function Qg(){if(nn===1){nn=0;var n=Ei,i=Gs,a=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||a){a=P.T,P.T=null;var o=X.p;X.p=2;var h=yt;yt|=4;try{Og(i,n);var p=Jf,v=Um(n.containerInfo),_=p.focusedElem,I=p.selectionRange;if(v!==_&&_&&_.ownerDocument&&zm(_.ownerDocument.documentElement,_)){if(I!==null&&bc(_)){var ne=I.start,ue=I.end;if(ue===void 0&&(ue=ne),"selectionStart"in _)_.selectionStart=ne,_.selectionEnd=Math.min(ue,_.value.length);else{var ge=_.ownerDocument||document,re=ge&&ge.defaultView||window;if(re.getSelection){var le=re.getSelection(),Oe=_.textContent.length,qe=Math.min(I.start,Oe),kt=I.end===void 0?qe:Math.min(I.end,Oe);!le.extend&&qe>kt&&(v=kt,kt=qe,qe=v);var Q=Lm(_,qe),V=Lm(_,kt);if(Q&&V&&(le.rangeCount!==1||le.anchorNode!==Q.node||le.anchorOffset!==Q.offset||le.focusNode!==V.node||le.focusOffset!==V.offset)){var te=ge.createRange();te.setStart(Q.node,Q.offset),le.removeAllRanges(),qe>kt?(le.addRange(te),le.extend(V.node,V.offset)):(te.setEnd(V.node,V.offset),le.addRange(te))}}}}for(ge=[],le=_;le=le.parentNode;)le.nodeType===1&&ge.push({element:le,left:le.scrollLeft,top:le.scrollTop});for(typeof _.focus=="function"&&_.focus(),_=0;_<ge.length;_++){var he=ge[_];he.element.scrollLeft=he.left,he.element.scrollTop=he.top}}nu=!!Vf,Jf=Vf=null}finally{yt=h,X.p=o,P.T=a}}n.current=i,nn=2}}function Zg(){if(nn===2){nn=0;var n=Ei,i=Gs,a=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||a){a=P.T,P.T=null;var o=X.p;X.p=2;var h=yt;yt|=4;try{Cg(n,i.alternate,i)}finally{yt=h,X.p=o,P.T=a}}nn=3}}function Wg(){if(nn===4||nn===3){nn=0,Wt();var n=Ei,i=Gs,a=Zr,o=Pg;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?nn=5:(nn=0,Gs=Ei=null,ey(n,n.pendingLanes));var h=n.pendingLanes;if(h===0&&(ki=null),Vi(a),i=i.stateNode,xt&&typeof xt.onCommitFiberRoot=="function")try{xt.onCommitFiberRoot(en,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=P.T,h=X.p,X.p=2,P.T=null;try{for(var p=n.onRecoverableError,v=0;v<o.length;v++){var _=o[v];p(_.value,{componentStack:_.stack})}}finally{P.T=i,X.p=h}}(Zr&3)!==0&&$o(),jr(n),h=n.pendingLanes,(a&261930)!==0&&(h&42)!==0?n===Df?il++:(il=0,Df=n):il=0,sl(0)}}function ey(n,i){(n.pooledCacheLanes&=i)===0&&(i=n.pooledCache,i!=null&&(n.pooledCache=null,Pa(i)))}function $o(){return Qg(),Zg(),Wg(),ty()}function ty(){if(nn!==5)return!1;var n=Ei,i=Rf;Rf=0;var a=Vi(Zr),o=P.T,h=X.p;try{X.p=32>a?32:a,P.T=null,a=Mf,Mf=null;var p=Ei,v=Zr;if(nn=0,Gs=Ei=null,Zr=0,(yt&6)!==0)throw Error(s(331));var _=yt;if(yt|=4,zg(p.current),Mg(p,p.current,v,a),yt=_,sl(0,!1),xt&&typeof xt.onPostCommitFiberRoot=="function")try{xt.onPostCommitFiberRoot(en,p)}catch{}return!0}finally{X.p=h,P.T=o,ey(n,i)}}function ny(n,i,a){i=er(a,i),i=hf(n.stateNode,i,2),n=bi(n,i,2),n!==null&&(hr(n,2),jr(n))}function wt(n,i,a){if(n.tag===3)ny(n,n,a);else for(;i!==null;){if(i.tag===3){ny(i,n,a);break}else if(i.tag===1){var o=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(ki===null||!ki.has(o))){n=er(a,n),a=rg(2),o=bi(i,a,2),o!==null&&(ig(a,o,i,n),hr(o,2),jr(o));break}}i=i.return}}function Uf(n,i,a){var o=n.pingCache;if(o===null){o=n.pingCache=new nw;var h=new Set;o.set(i,h)}else h=o.get(i),h===void 0&&(h=new Set,o.set(i,h));h.has(a)||(Tf=!0,h.add(a),n=lw.bind(null,n,i,a),i.then(n,n))}function lw(n,i,a){var o=n.pingCache;o!==null&&o.delete(i),n.pingedLanes|=n.suspendedLanes&a,n.warmLanes&=~a,Tt===n&&(at&a)===a&&(It===4||It===3&&(at&62914560)===at&&300>$e()-Bo?(yt&2)===0&&Vs(n,0):Nf|=a,Ys===at&&(Ys=0)),jr(n)}function ry(n,i){i===0&&(i=xs()),n=Zi(n,i),n!==null&&(hr(n,i),jr(n))}function ow(n){var i=n.memoizedState,a=0;i!==null&&(a=i.retryLane),ry(n,a)}function uw(n,i){var a=0;switch(n.tag){case 31:case 13:var o=n.stateNode,h=n.memoizedState;h!==null&&(a=h.retryLane);break;case 19:o=n.stateNode;break;case 22:o=n.stateNode._retryCache;break;default:throw Error(s(314))}o!==null&&o.delete(i),ry(n,a)}function cw(n,i){return et(n,i)}var Yo=null,Xs=null,Bf=!1,Go=!1,Pf=!1,Ai=0;function jr(n){n!==Xs&&n.next===null&&(Xs===null?Yo=Xs=n:Xs=Xs.next=n),Go=!0,Bf||(Bf=!0,hw())}function sl(n,i){if(!Pf&&Go){Pf=!0;do for(var a=!1,o=Yo;o!==null;){if(n!==0){var h=o.pendingLanes;if(h===0)var p=0;else{var v=o.suspendedLanes,_=o.pingedLanes;p=(1<<31-dt(42|n)+1)-1,p&=h&~(v&~_),p=p&201326741?p&201326741|1:p?p|2:0}p!==0&&(a=!0,ly(o,p))}else p=at,p=$i(o,o===Tt?p:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(p&3)===0||Yi(o,p)||(a=!0,ly(o,p));o=o.next}while(a);Pf=!1}}function fw(){iy()}function iy(){Go=Bf=!1;var n=0;Ai!==0&&Sw()&&(n=Ai);for(var i=$e(),a=null,o=Yo;o!==null;){var h=o.next,p=sy(o,i);p===0?(o.next=null,a===null?Yo=h:a.next=h,h===null&&(Xs=a)):(a=o,(n!==0||(p&3)!==0)&&(Go=!0)),o=h}nn!==0&&nn!==5||sl(n),Ai!==0&&(Ai=0)}function sy(n,i){for(var a=n.suspendedLanes,o=n.pingedLanes,h=n.expirationTimes,p=n.pendingLanes&-62914561;0<p;){var v=31-dt(p),_=1<<v,I=h[v];I===-1?((_&a)===0||(_&o)!==0)&&(h[v]=Ea(_,i)):I<=i&&(n.expiredLanes|=_),p&=~_}if(i=Tt,a=at,a=$i(n,n===i?a:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o=n.callbackNode,a===0||n===i&&(vt===2||vt===9)||n.cancelPendingCommit!==null)return o!==null&&o!==null&&ft(o),n.callbackNode=null,n.callbackPriority=0;if((a&3)===0||Yi(n,a)){if(i=a&-a,i===n.callbackPriority)return i;switch(o!==null&&ft(o),Vi(a)){case 2:case 8:a=we;break;case 32:a=Ue;break;case 268435456:a=ut;break;default:a=Ue}return o=ay.bind(null,n),a=et(a,o),n.callbackPriority=i,n.callbackNode=a,i}return o!==null&&o!==null&&ft(o),n.callbackPriority=2,n.callbackNode=null,2}function ay(n,i){if(nn!==0&&nn!==5)return n.callbackNode=null,n.callbackPriority=0,null;var a=n.callbackNode;if($o()&&n.callbackNode!==a)return null;var o=at;return o=$i(n,n===Tt?o:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o===0?null:(Hg(n,o,i),sy(n,$e()),n.callbackNode!=null&&n.callbackNode===a?ay.bind(null,n):null)}function ly(n,i){if($o())return null;Hg(n,i,!0)}function hw(){kw(function(){(yt&6)!==0?et(ce,fw):iy()})}function qf(){if(Ai===0){var n=Ds;n===0&&(n=At,At<<=1,(At&261888)===0&&(At=256)),Ai=n}return Ai}function oy(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:Wl(""+n)}function uy(n,i){var a=i.ownerDocument.createElement("input");return a.name=i.name,a.value=i.value,n.id&&a.setAttribute("form",n.id),i.parentNode.insertBefore(a,i),n=new FormData(n),a.parentNode.removeChild(a),n}function dw(n,i,a,o,h){if(i==="submit"&&a&&a.stateNode===h){var p=oy((h[qt]||null).action),v=o.submitter;v&&(i=(i=v[qt]||null)?oy(i.formAction):v.getAttribute("formAction"),i!==null&&(p=i,v=null));var _=new ro("action","action",null,o,h);n.push({event:_,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(Ai!==0){var I=v?uy(h,v):new FormData(h);af(a,{pending:!0,data:I,method:h.method,action:p},null,I)}}else typeof p=="function"&&(_.preventDefault(),I=v?uy(h,v):new FormData(h),af(a,{pending:!0,data:I,method:h.method,action:p},p,I))},currentTarget:h}]})}}for(var Hf=0;Hf<Sc.length;Hf++){var If=Sc[Hf],mw=If.toLowerCase(),pw=If[0].toUpperCase()+If.slice(1);mr(mw,"on"+pw)}mr(qm,"onAnimationEnd"),mr(Hm,"onAnimationIteration"),mr(Im,"onAnimationStart"),mr("dblclick","onDoubleClick"),mr("focusin","onFocus"),mr("focusout","onBlur"),mr(Ov,"onTransitionRun"),mr(Rv,"onTransitionStart"),mr(Mv,"onTransitionCancel"),mr(Fm,"onTransitionEnd"),se("onMouseEnter",["mouseout","mouseover"]),se("onMouseLeave",["mouseout","mouseover"]),se("onPointerEnter",["pointerout","pointerover"]),se("onPointerLeave",["pointerout","pointerover"]),ye("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),ye("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),ye("onBeforeInput",["compositionend","keypress","textInput","paste"]),ye("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),ye("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),ye("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var al="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(" "),gw=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(al));function cy(n,i){i=(i&4)!==0;for(var a=0;a<n.length;a++){var o=n[a],h=o.event;o=o.listeners;e:{var p=void 0;if(i)for(var v=o.length-1;0<=v;v--){var _=o[v],I=_.instance,ne=_.currentTarget;if(_=_.listener,I!==p&&h.isPropagationStopped())break e;p=_,h.currentTarget=ne;try{p(h)}catch(ue){ao(ue)}h.currentTarget=null,p=I}else for(v=0;v<o.length;v++){if(_=o[v],I=_.instance,ne=_.currentTarget,_=_.listener,I!==p&&h.isPropagationStopped())break e;p=_,h.currentTarget=ne;try{p(h)}catch(ue){ao(ue)}h.currentTarget=null,p=I}}}}function it(n,i){var a=i[Ji];a===void 0&&(a=i[Ji]=new Set);var o=n+"__bubble";a.has(o)||(fy(i,n,2,!1),a.add(o))}function Ff(n,i,a){var o=0;i&&(o|=4),fy(a,n,o,i)}var Vo="_reactListening"+Math.random().toString(36).slice(2);function $f(n){if(!n[Vo]){n[Vo]=!0,Z.forEach(function(a){a!=="selectionchange"&&(gw.has(a)||Ff(a,!1,n),Ff(a,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[Vo]||(i[Vo]=!0,Ff("selectionchange",!1,i))}}function fy(n,i,a,o){switch(qy(i)){case 2:var h=$w;break;case 8:h=Yw;break;default:h=sh}a=h.bind(null,i,a,n),h=void 0,!uc||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(h=!0),o?h!==void 0?n.addEventListener(i,a,{capture:!0,passive:h}):n.addEventListener(i,a,!0):h!==void 0?n.addEventListener(i,a,{passive:h}):n.addEventListener(i,a,!1)}function Yf(n,i,a,o,h){var p=o;if((i&1)===0&&(i&2)===0&&o!==null)e:for(;;){if(o===null)return;var v=o.tag;if(v===3||v===4){var _=o.stateNode.containerInfo;if(_===h)break;if(v===4)for(v=o.return;v!==null;){var I=v.tag;if((I===3||I===4)&&v.stateNode.containerInfo===h)return;v=v.return}for(;_!==null;){if(v=k(_),v===null)return;if(I=v.tag,I===5||I===6||I===26||I===27){o=p=v;continue e}_=_.parentNode}}o=o.return}gm(function(){var ne=p,ue=lc(a),ge=[];e:{var re=$m.get(n);if(re!==void 0){var le=ro,Oe=n;switch(n){case"keypress":if(to(a)===0)break e;case"keydown":case"keyup":le=uv;break;case"focusin":Oe="focus",le=dc;break;case"focusout":Oe="blur",le=dc;break;case"beforeblur":case"afterblur":le=dc;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":le=xm;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":le=Q1;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":le=hv;break;case qm:case Hm:case Im:le=ev;break;case Fm:le=mv;break;case"scroll":case"scrollend":le=X1;break;case"wheel":le=gv;break;case"copy":case"cut":case"paste":le=nv;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":le=wm;break;case"toggle":case"beforetoggle":le=bv}var qe=(i&4)!==0,kt=!qe&&(n==="scroll"||n==="scrollend"),Q=qe?re!==null?re+"Capture":null:re;qe=[];for(var V=ne,te;V!==null;){var he=V;if(te=he.stateNode,he=he.tag,he!==5&&he!==26&&he!==27||te===null||Q===null||(he=ja(V,Q),he!=null&&qe.push(ll(V,he,te))),kt)break;V=V.return}0<qe.length&&(re=new le(re,Oe,null,a,ue),ge.push({event:re,listeners:qe}))}}if((i&7)===0){e:{if(re=n==="mouseover"||n==="pointerover",le=n==="mouseout"||n==="pointerout",re&&a!==ac&&(Oe=a.relatedTarget||a.fromElement)&&(k(Oe)||Oe[Dn]))break e;if((le||re)&&(re=ue.window===ue?ue:(re=ue.ownerDocument)?re.defaultView||re.parentWindow:window,le?(Oe=a.relatedTarget||a.toElement,le=ne,Oe=Oe?k(Oe):null,Oe!==null&&(kt=u(Oe),qe=Oe.tag,Oe!==kt||qe!==5&&qe!==27&&qe!==6)&&(Oe=null)):(le=null,Oe=ne),le!==Oe)){if(qe=xm,he="onMouseLeave",Q="onMouseEnter",V="mouse",(n==="pointerout"||n==="pointerover")&&(qe=wm,he="onPointerLeave",Q="onPointerEnter",V="pointer"),kt=le==null?re:N(le),te=Oe==null?re:N(Oe),re=new qe(he,V+"leave",le,a,ue),re.target=kt,re.relatedTarget=te,he=null,k(ue)===ne&&(qe=new qe(Q,V+"enter",Oe,a,ue),qe.target=te,qe.relatedTarget=kt,he=qe),kt=he,le&&Oe)t:{for(qe=yw,Q=le,V=Oe,te=0,he=Q;he;he=qe(he))te++;he=0;for(var Be=V;Be;Be=qe(Be))he++;for(;0<te-he;)Q=qe(Q),te--;for(;0<he-te;)V=qe(V),he--;for(;te--;){if(Q===V||V!==null&&Q===V.alternate){qe=Q;break t}Q=qe(Q),V=qe(V)}qe=null}else qe=null;le!==null&&hy(ge,re,le,qe,!1),Oe!==null&&kt!==null&&hy(ge,kt,Oe,qe,!0)}}e:{if(re=ne?N(ne):window,le=re.nodeName&&re.nodeName.toLowerCase(),le==="select"||le==="input"&&re.type==="file")var pt=Tm;else if(Am(re))if(Nm)pt=jv;else{pt=Cv;var De=Ev}else le=re.nodeName,!le||le.toLowerCase()!=="input"||re.type!=="checkbox"&&re.type!=="radio"?ne&&sc(ne.elementType)&&(pt=Tm):pt=Av;if(pt&&(pt=pt(n,ne))){jm(ge,pt,a,ue);break e}De&&De(n,re,ne),n==="focusout"&&ne&&re.type==="number"&&ne.memoizedProps.value!=null&&ic(re,"number",re.value)}switch(De=ne?N(ne):window,n){case"focusin":(Am(De)||De.contentEditable==="true")&&(Cs=De,xc=ne,za=null);break;case"focusout":za=xc=Cs=null;break;case"mousedown":vc=!0;break;case"contextmenu":case"mouseup":case"dragend":vc=!1,Bm(ge,a,ue);break;case"selectionchange":if(Nv)break;case"keydown":case"keyup":Bm(ge,a,ue)}var Qe;if(pc)e:{switch(n){case"compositionstart":var lt="onCompositionStart";break e;case"compositionend":lt="onCompositionEnd";break e;case"compositionupdate":lt="onCompositionUpdate";break e}lt=void 0}else Es?Em(n,a)&&(lt="onCompositionEnd"):n==="keydown"&&a.keyCode===229&&(lt="onCompositionStart");lt&&(Sm&&a.locale!=="ko"&&(Es||lt!=="onCompositionStart"?lt==="onCompositionEnd"&&Es&&(Qe=ym()):(fi=ue,cc="value"in fi?fi.value:fi.textContent,Es=!0)),De=Jo(ne,lt),0<De.length&&(lt=new vm(lt,n,null,a,ue),ge.push({event:lt,listeners:De}),Qe?lt.data=Qe:(Qe=Cm(a),Qe!==null&&(lt.data=Qe)))),(Qe=vv?wv(n,a):Sv(n,a))&&(lt=Jo(ne,"onBeforeInput"),0<lt.length&&(De=new vm("onBeforeInput","beforeinput",null,a,ue),ge.push({event:De,listeners:lt}),De.data=Qe)),dw(ge,n,ne,a,ue)}cy(ge,i)})}function ll(n,i,a){return{instance:n,listener:i,currentTarget:a}}function Jo(n,i){for(var a=i+"Capture",o=[];n!==null;){var h=n,p=h.stateNode;if(h=h.tag,h!==5&&h!==26&&h!==27||p===null||(h=ja(n,a),h!=null&&o.unshift(ll(n,h,p)),h=ja(n,i),h!=null&&o.push(ll(n,h,p))),n.tag===3)return o;n=n.return}return[]}function yw(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function hy(n,i,a,o,h){for(var p=i._reactName,v=[];a!==null&&a!==o;){var _=a,I=_.alternate,ne=_.stateNode;if(_=_.tag,I!==null&&I===o)break;_!==5&&_!==26&&_!==27||ne===null||(I=ne,h?(ne=ja(a,p),ne!=null&&v.unshift(ll(a,ne,I))):h||(ne=ja(a,p),ne!=null&&v.push(ll(a,ne,I)))),a=a.return}v.length!==0&&n.push({event:i,listeners:v})}var bw=/\r\n?/g,xw=/\u0000|\uFFFD/g;function dy(n){return(typeof n=="string"?n:""+n).replace(bw,`
49
+ `).replace(xw,"")}function my(n,i){return i=dy(i),dy(n)===i}function _t(n,i,a,o,h,p){switch(a){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||Ss(n,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&Ss(n,""+o);break;case"className":dr(n,"class",o);break;case"tabIndex":dr(n,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":dr(n,a,o);break;case"style":mm(n,o,p);break;case"data":if(i!=="object"){dr(n,"data",o);break}case"src":case"href":if(o===""&&(i!=="a"||a!=="href")){n.removeAttribute(a);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){n.removeAttribute(a);break}o=Wl(""+o),n.setAttribute(a,o);break;case"action":case"formAction":if(typeof o=="function"){n.setAttribute(a,"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 p=="function"&&(a==="formAction"?(i!=="input"&&_t(n,i,"name",h.name,h,null),_t(n,i,"formEncType",h.formEncType,h,null),_t(n,i,"formMethod",h.formMethod,h,null),_t(n,i,"formTarget",h.formTarget,h,null)):(_t(n,i,"encType",h.encType,h,null),_t(n,i,"method",h.method,h,null),_t(n,i,"target",h.target,h,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){n.removeAttribute(a);break}o=Wl(""+o),n.setAttribute(a,o);break;case"onClick":o!=null&&(n.onclick=Ur);break;case"onScroll":o!=null&&it("scroll",n);break;case"onScrollEnd":o!=null&&it("scrollend",n);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(s(61));if(a=o.__html,a!=null){if(h.children!=null)throw Error(s(60));n.innerHTML=a}}break;case"multiple":n.multiple=o&&typeof o!="function"&&typeof o!="symbol";break;case"muted":n.muted=o&&typeof o!="function"&&typeof o!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(o==null||typeof o=="function"||typeof o=="boolean"||typeof o=="symbol"){n.removeAttribute("xlink:href");break}a=Wl(""+o),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":o!=null&&typeof o!="function"&&typeof o!="symbol"?n.setAttribute(a,""+o):n.removeAttribute(a);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":o&&typeof o!="function"&&typeof o!="symbol"?n.setAttribute(a,""):n.removeAttribute(a);break;case"capture":case"download":o===!0?n.setAttribute(a,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?n.setAttribute(a,o):n.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?n.setAttribute(a,o):n.removeAttribute(a);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?n.removeAttribute(a):n.setAttribute(a,o);break;case"popover":it("beforetoggle",n),it("toggle",n),hn(n,"popover",o);break;case"xlinkActuate":zr(n,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":zr(n,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":zr(n,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":zr(n,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":zr(n,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":zr(n,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":zr(n,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":zr(n,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":zr(n,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":hn(n,"is",o);break;case"innerText":case"textContent":break;default:(!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N")&&(a=V1.get(a)||a,hn(n,a,o))}}function Gf(n,i,a,o,h,p){switch(a){case"style":mm(n,o,p);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(s(61));if(a=o.__html,a!=null){if(h.children!=null)throw Error(s(60));n.innerHTML=a}}break;case"children":typeof o=="string"?Ss(n,o):(typeof o=="number"||typeof o=="bigint")&&Ss(n,""+o);break;case"onScroll":o!=null&&it("scroll",n);break;case"onScrollEnd":o!=null&&it("scrollend",n);break;case"onClick":o!=null&&(n.onclick=Ur);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!me.hasOwnProperty(a))e:{if(a[0]==="o"&&a[1]==="n"&&(h=a.endsWith("Capture"),i=a.slice(2,h?a.length-7:void 0),p=n[qt]||null,p=p!=null?p[a]:null,typeof p=="function"&&n.removeEventListener(i,p,h),typeof o=="function")){typeof p!="function"&&p!==null&&(a in n?n[a]=null:n.hasAttribute(a)&&n.removeAttribute(a)),n.addEventListener(i,o,h);break e}a in n?n[a]=o:o===!0?n.setAttribute(a,""):hn(n,a,o)}}}function fn(n,i,a){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":it("error",n),it("load",n);var o=!1,h=!1,p;for(p in a)if(a.hasOwnProperty(p)){var v=a[p];if(v!=null)switch(p){case"src":o=!0;break;case"srcSet":h=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(s(137,i));default:_t(n,i,p,v,a,null)}}h&&_t(n,i,"srcSet",a.srcSet,a,null),o&&_t(n,i,"src",a.src,a,null);return;case"input":it("invalid",n);var _=p=v=h=null,I=null,ne=null;for(o in a)if(a.hasOwnProperty(o)){var ue=a[o];if(ue!=null)switch(o){case"name":h=ue;break;case"type":v=ue;break;case"checked":I=ue;break;case"defaultChecked":ne=ue;break;case"value":p=ue;break;case"defaultValue":_=ue;break;case"children":case"dangerouslySetInnerHTML":if(ue!=null)throw Error(s(137,i));break;default:_t(n,i,o,ue,a,null)}}cm(n,p,_,I,ne,v,h,!1);return;case"select":it("invalid",n),o=v=p=null;for(h in a)if(a.hasOwnProperty(h)&&(_=a[h],_!=null))switch(h){case"value":p=_;break;case"defaultValue":v=_;break;case"multiple":o=_;default:_t(n,i,h,_,a,null)}i=p,a=v,n.multiple=!!o,i!=null?ws(n,!!o,i,!1):a!=null&&ws(n,!!o,a,!0);return;case"textarea":it("invalid",n),p=h=o=null;for(v in a)if(a.hasOwnProperty(v)&&(_=a[v],_!=null))switch(v){case"value":o=_;break;case"defaultValue":h=_;break;case"children":p=_;break;case"dangerouslySetInnerHTML":if(_!=null)throw Error(s(91));break;default:_t(n,i,v,_,a,null)}hm(n,o,h,p);return;case"option":for(I in a)if(a.hasOwnProperty(I)&&(o=a[I],o!=null))switch(I){case"selected":n.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:_t(n,i,I,o,a,null)}return;case"dialog":it("beforetoggle",n),it("toggle",n),it("cancel",n),it("close",n);break;case"iframe":case"object":it("load",n);break;case"video":case"audio":for(o=0;o<al.length;o++)it(al[o],n);break;case"image":it("error",n),it("load",n);break;case"details":it("toggle",n);break;case"embed":case"source":case"link":it("error",n),it("load",n);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 a)if(a.hasOwnProperty(ne)&&(o=a[ne],o!=null))switch(ne){case"children":case"dangerouslySetInnerHTML":throw Error(s(137,i));default:_t(n,i,ne,o,a,null)}return;default:if(sc(i)){for(ue in a)a.hasOwnProperty(ue)&&(o=a[ue],o!==void 0&&Gf(n,i,ue,o,a,void 0));return}}for(_ in a)a.hasOwnProperty(_)&&(o=a[_],o!=null&&_t(n,i,_,o,a,null))}function vw(n,i,a,o){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var h=null,p=null,v=null,_=null,I=null,ne=null,ue=null;for(le in a){var ge=a[le];if(a.hasOwnProperty(le)&&ge!=null)switch(le){case"checked":break;case"value":break;case"defaultValue":I=ge;default:o.hasOwnProperty(le)||_t(n,i,le,null,o,ge)}}for(var re in o){var le=o[re];if(ge=a[re],o.hasOwnProperty(re)&&(le!=null||ge!=null))switch(re){case"type":p=le;break;case"name":h=le;break;case"checked":ne=le;break;case"defaultChecked":ue=le;break;case"value":v=le;break;case"defaultValue":_=le;break;case"children":case"dangerouslySetInnerHTML":if(le!=null)throw Error(s(137,i));break;default:le!==ge&&_t(n,i,re,le,o,ge)}}rc(n,v,_,I,ne,ue,p,h);return;case"select":le=v=_=re=null;for(p in a)if(I=a[p],a.hasOwnProperty(p)&&I!=null)switch(p){case"value":break;case"multiple":le=I;default:o.hasOwnProperty(p)||_t(n,i,p,null,o,I)}for(h in o)if(p=o[h],I=a[h],o.hasOwnProperty(h)&&(p!=null||I!=null))switch(h){case"value":re=p;break;case"defaultValue":_=p;break;case"multiple":v=p;default:p!==I&&_t(n,i,h,p,o,I)}i=_,a=v,o=le,re!=null?ws(n,!!a,re,!1):!!o!=!!a&&(i!=null?ws(n,!!a,i,!0):ws(n,!!a,a?[]:"",!1));return;case"textarea":le=re=null;for(_ in a)if(h=a[_],a.hasOwnProperty(_)&&h!=null&&!o.hasOwnProperty(_))switch(_){case"value":break;case"children":break;default:_t(n,i,_,null,o,h)}for(v in o)if(h=o[v],p=a[v],o.hasOwnProperty(v)&&(h!=null||p!=null))switch(v){case"value":re=h;break;case"defaultValue":le=h;break;case"children":break;case"dangerouslySetInnerHTML":if(h!=null)throw Error(s(91));break;default:h!==p&&_t(n,i,v,h,o,p)}fm(n,re,le);return;case"option":for(var Oe in a)if(re=a[Oe],a.hasOwnProperty(Oe)&&re!=null&&!o.hasOwnProperty(Oe))switch(Oe){case"selected":n.selected=!1;break;default:_t(n,i,Oe,null,o,re)}for(I in o)if(re=o[I],le=a[I],o.hasOwnProperty(I)&&re!==le&&(re!=null||le!=null))switch(I){case"selected":n.selected=re&&typeof re!="function"&&typeof re!="symbol";break;default:_t(n,i,I,re,o,le)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var qe in a)re=a[qe],a.hasOwnProperty(qe)&&re!=null&&!o.hasOwnProperty(qe)&&_t(n,i,qe,null,o,re);for(ne in o)if(re=o[ne],le=a[ne],o.hasOwnProperty(ne)&&re!==le&&(re!=null||le!=null))switch(ne){case"children":case"dangerouslySetInnerHTML":if(re!=null)throw Error(s(137,i));break;default:_t(n,i,ne,re,o,le)}return;default:if(sc(i)){for(var kt in a)re=a[kt],a.hasOwnProperty(kt)&&re!==void 0&&!o.hasOwnProperty(kt)&&Gf(n,i,kt,void 0,o,re);for(ue in o)re=o[ue],le=a[ue],!o.hasOwnProperty(ue)||re===le||re===void 0&&le===void 0||Gf(n,i,ue,re,o,le);return}}for(var Q in a)re=a[Q],a.hasOwnProperty(Q)&&re!=null&&!o.hasOwnProperty(Q)&&_t(n,i,Q,null,o,re);for(ge in o)re=o[ge],le=a[ge],!o.hasOwnProperty(ge)||re===le||re==null&&le==null||_t(n,i,ge,re,o,le)}function py(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function ww(){if(typeof performance.getEntriesByType=="function"){for(var n=0,i=0,a=performance.getEntriesByType("resource"),o=0;o<a.length;o++){var h=a[o],p=h.transferSize,v=h.initiatorType,_=h.duration;if(p&&_&&py(v)){for(v=0,_=h.responseEnd,o+=1;o<a.length;o++){var I=a[o],ne=I.startTime;if(ne>_)break;var ue=I.transferSize,ge=I.initiatorType;ue&&py(ge)&&(I=I.responseEnd,v+=ue*(I<_?1:(_-ne)/(I-ne)))}if(--o,i+=8*(p+v)/(h.duration/1e3),n++,10<n)break}}if(0<n)return i/n/1e6}return navigator.connection&&(n=navigator.connection.downlink,typeof n=="number")?n:5}var Vf=null,Jf=null;function Xo(n){return n.nodeType===9?n:n.ownerDocument}function gy(n){switch(n){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function yy(n,i){if(n===0)switch(i){case"svg":return 1;case"math":return 2;default:return 0}return n===1&&i==="foreignObject"?0:n}function Xf(n,i){return n==="textarea"||n==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.children=="bigint"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var Kf=null;function Sw(){var n=window.event;return n&&n.type==="popstate"?n===Kf?!1:(Kf=n,!0):(Kf=null,!1)}var by=typeof setTimeout=="function"?setTimeout:void 0,_w=typeof clearTimeout=="function"?clearTimeout:void 0,xy=typeof Promise=="function"?Promise:void 0,kw=typeof queueMicrotask=="function"?queueMicrotask:typeof xy<"u"?function(n){return xy.resolve(null).then(n).catch(Ew)}:by;function Ew(n){setTimeout(function(){throw n})}function ji(n){return n==="head"}function vy(n,i){var a=i,o=0;do{var h=a.nextSibling;if(n.removeChild(a),h&&h.nodeType===8)if(a=h.data,a==="/$"||a==="/&"){if(o===0){n.removeChild(h),Ws(i);return}o--}else if(a==="$"||a==="$?"||a==="$~"||a==="$!"||a==="&")o++;else if(a==="html")ol(n.ownerDocument.documentElement);else if(a==="head"){a=n.ownerDocument.head,ol(a);for(var p=a.firstChild;p;){var v=p.nextSibling,_=p.nodeName;p[tn]||_==="SCRIPT"||_==="STYLE"||_==="LINK"&&p.rel.toLowerCase()==="stylesheet"||a.removeChild(p),p=v}}else a==="body"&&ol(n.ownerDocument.body);a=h}while(a);Ws(i)}function wy(n,i){var a=n;n=0;do{var o=a.nextSibling;if(a.nodeType===1?i?(a._stashedDisplay=a.style.display,a.style.display="none"):(a.style.display=a._stashedDisplay||"",a.getAttribute("style")===""&&a.removeAttribute("style")):a.nodeType===3&&(i?(a._stashedText=a.nodeValue,a.nodeValue=""):a.nodeValue=a._stashedText||""),o&&o.nodeType===8)if(a=o.data,a==="/$"){if(n===0)break;n--}else a!=="$"&&a!=="$?"&&a!=="$~"&&a!=="$!"||n++;a=o}while(a)}function Qf(n){var i=n.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var a=i;switch(i=i.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":Qf(a),vs(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}n.removeChild(a)}}function Cw(n,i,a,o){for(;n.nodeType===1;){var h=a;if(n.nodeName.toLowerCase()!==i.toLowerCase()){if(!o&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(o){if(!n[tn])switch(i){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(p=n.getAttribute("rel"),p==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(p!==h.rel||n.getAttribute("href")!==(h.href==null||h.href===""?null:h.href)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin)||n.getAttribute("title")!==(h.title==null?null:h.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(p=n.getAttribute("src"),(p!==(h.src==null?null:h.src)||n.getAttribute("type")!==(h.type==null?null:h.type)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin))&&p&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(i==="input"&&n.type==="hidden"){var p=h.name==null?null:""+h.name;if(h.type==="hidden"&&n.getAttribute("name")===p)return n}else return n;if(n=sr(n.nextSibling),n===null)break}return null}function Aw(n,i,a){if(i==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!a||(n=sr(n.nextSibling),n===null))return null;return n}function Sy(n,i){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!i||(n=sr(n.nextSibling),n===null))return null;return n}function Zf(n){return n.data==="$?"||n.data==="$~"}function Wf(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function jw(n,i){var a=n.ownerDocument;if(n.data==="$~")n._reactRetry=i;else if(n.data!=="$?"||a.readyState!=="loading")i();else{var o=function(){i(),a.removeEventListener("DOMContentLoaded",o)};a.addEventListener("DOMContentLoaded",o),n._reactRetry=o}}function sr(n){for(;n!=null;n=n.nextSibling){var i=n.nodeType;if(i===1||i===3)break;if(i===8){if(i=n.data,i==="$"||i==="$!"||i==="$?"||i==="$~"||i==="&"||i==="F!"||i==="F")break;if(i==="/$"||i==="/&")return null}}return n}var eh=null;function _y(n){n=n.nextSibling;for(var i=0;n;){if(n.nodeType===8){var a=n.data;if(a==="/$"||a==="/&"){if(i===0)return sr(n.nextSibling);i--}else a!=="$"&&a!=="$!"&&a!=="$?"&&a!=="$~"&&a!=="&"||i++}n=n.nextSibling}return null}function ky(n){n=n.previousSibling;for(var i=0;n;){if(n.nodeType===8){var a=n.data;if(a==="$"||a==="$!"||a==="$?"||a==="$~"||a==="&"){if(i===0)return n;i--}else a!=="/$"&&a!=="/&"||i++}n=n.previousSibling}return null}function Ey(n,i,a){switch(i=Xo(a),n){case"html":if(n=i.documentElement,!n)throw Error(s(452));return n;case"head":if(n=i.head,!n)throw Error(s(453));return n;case"body":if(n=i.body,!n)throw Error(s(454));return n;default:throw Error(s(451))}}function ol(n){for(var i=n.attributes;i.length;)n.removeAttributeNode(i[0]);vs(n)}var ar=new Map,Cy=new Set;function Ko(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var Wr=X.d;X.d={f:Tw,r:Nw,D:Ow,C:Rw,L:Mw,m:Dw,X:zw,S:Lw,M:Uw};function Tw(){var n=Wr.f(),i=Ho();return n||i}function Nw(n){var i=O(n);i!==null&&i.tag===5&&i.type==="form"?Fp(i):Wr.r(n)}var Ks=typeof document>"u"?null:document;function Ay(n,i,a){var o=Ks;if(o&&typeof i=="string"&&i){var h=Zn(i);h='link[rel="'+n+'"][href="'+h+'"]',typeof a=="string"&&(h+='[crossorigin="'+a+'"]'),Cy.has(h)||(Cy.add(h),n={rel:n,crossOrigin:a,href:i},o.querySelector(h)===null&&(i=o.createElement("link"),fn(i,"link",n),Y(i),o.head.appendChild(i)))}}function Ow(n){Wr.D(n),Ay("dns-prefetch",n,null)}function Rw(n,i){Wr.C(n,i),Ay("preconnect",n,i)}function Mw(n,i,a){Wr.L(n,i,a);var o=Ks;if(o&&n&&i){var h='link[rel="preload"][as="'+Zn(i)+'"]';i==="image"&&a&&a.imageSrcSet?(h+='[imagesrcset="'+Zn(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(h+='[imagesizes="'+Zn(a.imageSizes)+'"]')):h+='[href="'+Zn(n)+'"]';var p=h;switch(i){case"style":p=Qs(n);break;case"script":p=Zs(n)}ar.has(p)||(n=g({rel:"preload",href:i==="image"&&a&&a.imageSrcSet?void 0:n,as:i},a),ar.set(p,n),o.querySelector(h)!==null||i==="style"&&o.querySelector(ul(p))||i==="script"&&o.querySelector(cl(p))||(i=o.createElement("link"),fn(i,"link",n),Y(i),o.head.appendChild(i)))}}function Dw(n,i){Wr.m(n,i);var a=Ks;if(a&&n){var o=i&&typeof i.as=="string"?i.as:"script",h='link[rel="modulepreload"][as="'+Zn(o)+'"][href="'+Zn(n)+'"]',p=h;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":p=Zs(n)}if(!ar.has(p)&&(n=g({rel:"modulepreload",href:n},i),ar.set(p,n),a.querySelector(h)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(cl(p)))return}o=a.createElement("link"),fn(o,"link",n),Y(o),a.head.appendChild(o)}}}function Lw(n,i,a){Wr.S(n,i,a);var o=Ks;if(o&&n){var h=U(o).hoistableStyles,p=Qs(n);i=i||"default";var v=h.get(p);if(!v){var _={loading:0,preload:null};if(v=o.querySelector(ul(p)))_.loading=5;else{n=g({rel:"stylesheet",href:n,"data-precedence":i},a),(a=ar.get(p))&&th(n,a);var I=v=o.createElement("link");Y(I),fn(I,"link",n),I._p=new Promise(function(ne,ue){I.onload=ne,I.onerror=ue}),I.addEventListener("load",function(){_.loading|=1}),I.addEventListener("error",function(){_.loading|=2}),_.loading|=4,Qo(v,i,o)}v={type:"stylesheet",instance:v,count:1,state:_},h.set(p,v)}}}function zw(n,i){Wr.X(n,i);var a=Ks;if(a&&n){var o=U(a).hoistableScripts,h=Zs(n),p=o.get(h);p||(p=a.querySelector(cl(h)),p||(n=g({src:n,async:!0},i),(i=ar.get(h))&&nh(n,i),p=a.createElement("script"),Y(p),fn(p,"link",n),a.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(h,p))}}function Uw(n,i){Wr.M(n,i);var a=Ks;if(a&&n){var o=U(a).hoistableScripts,h=Zs(n),p=o.get(h);p||(p=a.querySelector(cl(h)),p||(n=g({src:n,async:!0,type:"module"},i),(i=ar.get(h))&&nh(n,i),p=a.createElement("script"),Y(p),fn(p,"link",n),a.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(h,p))}}function jy(n,i,a,o){var h=(h=_e.current)?Ko(h):null;if(!h)throw Error(s(446));switch(n){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(i=Qs(a.href),a=U(h).hoistableStyles,o=a.get(i),o||(o={type:"style",instance:null,count:0,state:null},a.set(i,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){n=Qs(a.href);var p=U(h).hoistableStyles,v=p.get(n);if(v||(h=h.ownerDocument||h,v={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},p.set(n,v),(p=h.querySelector(ul(n)))&&!p._p&&(v.instance=p,v.state.loading=5),ar.has(n)||(a={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy},ar.set(n,a),p||Bw(h,n,a,v.state))),i&&o===null)throw Error(s(528,""));return v}if(i&&o!==null)throw Error(s(529,""));return null;case"script":return i=a.async,a=a.src,typeof a=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=Zs(a),a=U(h).hoistableScripts,o=a.get(i),o||(o={type:"script",instance:null,count:0,state:null},a.set(i,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error(s(444,n))}}function Qs(n){return'href="'+Zn(n)+'"'}function ul(n){return'link[rel="stylesheet"]['+n+"]"}function Ty(n){return g({},n,{"data-precedence":n.precedence,precedence:null})}function Bw(n,i,a,o){n.querySelector('link[rel="preload"][as="style"]['+i+"]")?o.loading=1:(i=n.createElement("link"),o.preload=i,i.addEventListener("load",function(){return o.loading|=1}),i.addEventListener("error",function(){return o.loading|=2}),fn(i,"link",a),Y(i),n.head.appendChild(i))}function Zs(n){return'[src="'+Zn(n)+'"]'}function cl(n){return"script[async]"+n}function Ny(n,i,a){if(i.count++,i.instance===null)switch(i.type){case"style":var o=n.querySelector('style[data-href~="'+Zn(a.href)+'"]');if(o)return i.instance=o,Y(o),o;var h=g({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return o=(n.ownerDocument||n).createElement("style"),Y(o),fn(o,"style",h),Qo(o,a.precedence,n),i.instance=o;case"stylesheet":h=Qs(a.href);var p=n.querySelector(ul(h));if(p)return i.state.loading|=4,i.instance=p,Y(p),p;o=Ty(a),(h=ar.get(h))&&th(o,h),p=(n.ownerDocument||n).createElement("link"),Y(p);var v=p;return v._p=new Promise(function(_,I){v.onload=_,v.onerror=I}),fn(p,"link",o),i.state.loading|=4,Qo(p,a.precedence,n),i.instance=p;case"script":return p=Zs(a.src),(h=n.querySelector(cl(p)))?(i.instance=h,Y(h),h):(o=a,(h=ar.get(p))&&(o=g({},a),nh(o,h)),n=n.ownerDocument||n,h=n.createElement("script"),Y(h),fn(h,"link",o),n.head.appendChild(h),i.instance=h);case"void":return null;default:throw Error(s(443,i.type))}else i.type==="stylesheet"&&(i.state.loading&4)===0&&(o=i.instance,i.state.loading|=4,Qo(o,a.precedence,n));return i.instance}function Qo(n,i,a){for(var o=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),h=o.length?o[o.length-1]:null,p=h,v=0;v<o.length;v++){var _=o[v];if(_.dataset.precedence===i)p=_;else if(p!==h)break}p?p.parentNode.insertBefore(n,p.nextSibling):(i=a.nodeType===9?a.head:a,i.insertBefore(n,i.firstChild))}function th(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.title==null&&(n.title=i.title)}function nh(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.integrity==null&&(n.integrity=i.integrity)}var Zo=null;function Oy(n,i,a){if(Zo===null){var o=new Map,h=Zo=new Map;h.set(a,o)}else h=Zo,o=h.get(a),o||(o=new Map,h.set(a,o));if(o.has(n))return o;for(o.set(n,null),a=a.getElementsByTagName(n),h=0;h<a.length;h++){var p=a[h];if(!(p[tn]||p[jt]||n==="link"&&p.getAttribute("rel")==="stylesheet")&&p.namespaceURI!=="http://www.w3.org/2000/svg"){var v=p.getAttribute(i)||"";v=n+v;var _=o.get(v);_?_.push(p):o.set(v,[p])}}return o}function Ry(n,i,a){n=n.ownerDocument||n,n.head.insertBefore(a,i==="title"?n.querySelector("head > title"):null)}function Pw(n,i,a){if(a===1||i.itemProp!=null)return!1;switch(n){case"meta":case"title":return!0;case"style":if(typeof i.precedence!="string"||typeof i.href!="string"||i.href==="")break;return!0;case"link":if(typeof i.rel!="string"||typeof i.href!="string"||i.href===""||i.onLoad||i.onError)break;switch(i.rel){case"stylesheet":return n=i.disabled,typeof i.precedence=="string"&&n==null;default:return!0}case"script":if(i.async&&typeof i.async!="function"&&typeof i.async!="symbol"&&!i.onLoad&&!i.onError&&i.src&&typeof i.src=="string")return!0}return!1}function My(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function qw(n,i,a,o){if(a.type==="stylesheet"&&(typeof o.media!="string"||matchMedia(o.media).matches!==!1)&&(a.state.loading&4)===0){if(a.instance===null){var h=Qs(o.href),p=i.querySelector(ul(h));if(p){i=p._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(n.count++,n=Wo.bind(n),i.then(n,n)),a.state.loading|=4,a.instance=p,Y(p);return}p=i.ownerDocument||i,o=Ty(o),(h=ar.get(h))&&th(o,h),p=p.createElement("link"),Y(p);var v=p;v._p=new Promise(function(_,I){v.onload=_,v.onerror=I}),fn(p,"link",o),a.instance=p}n.stylesheets===null&&(n.stylesheets=new Map),n.stylesheets.set(a,i),(i=a.state.preload)&&(a.state.loading&3)===0&&(n.count++,a=Wo.bind(n),i.addEventListener("load",a),i.addEventListener("error",a))}}var rh=0;function Hw(n,i){return n.stylesheets&&n.count===0&&tu(n,n.stylesheets),0<n.count||0<n.imgCount?function(a){var o=setTimeout(function(){if(n.stylesheets&&tu(n,n.stylesheets),n.unsuspend){var p=n.unsuspend;n.unsuspend=null,p()}},6e4+i);0<n.imgBytes&&rh===0&&(rh=62500*ww());var h=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&tu(n,n.stylesheets),n.unsuspend)){var p=n.unsuspend;n.unsuspend=null,p()}},(n.imgBytes>rh?50:800)+i);return n.unsuspend=a,function(){n.unsuspend=null,clearTimeout(o),clearTimeout(h)}}:null}function Wo(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)tu(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var eu=null;function tu(n,i){n.stylesheets=null,n.unsuspend!==null&&(n.count++,eu=new Map,i.forEach(Iw,n),eu=null,Wo.call(n))}function Iw(n,i){if(!(i.state.loading&4)){var a=eu.get(n);if(a)var o=a.get(null);else{a=new Map,eu.set(n,a);for(var h=n.querySelectorAll("link[data-precedence],style[data-precedence]"),p=0;p<h.length;p++){var v=h[p];(v.nodeName==="LINK"||v.getAttribute("media")!=="not all")&&(a.set(v.dataset.precedence,v),o=v)}o&&a.set(null,o)}h=i.instance,v=h.getAttribute("data-precedence"),p=a.get(v)||o,p===o&&a.set(null,h),a.set(v,h),this.count++,o=Wo.bind(this),h.addEventListener("load",o),h.addEventListener("error",o),p?p.parentNode.insertBefore(h,p.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(h,n.firstChild)),i.state.loading|=4}}var fl={$$typeof:F,Provider:null,Consumer:null,_currentValue:ae,_currentValue2:ae,_threadCount:0};function Fw(n,i,a,o,h,p,v,_,I){this.tag=1,this.containerInfo=n,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=li(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=li(0),this.hiddenUpdates=li(null),this.identifierPrefix=o,this.onUncaughtError=h,this.onCaughtError=p,this.onRecoverableError=v,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=I,this.incompleteTransitions=new Map}function Dy(n,i,a,o,h,p,v,_,I,ne,ue,ge){return n=new Fw(n,i,a,v,I,ne,ue,ge,_),i=1,p===!0&&(i|=24),p=zn(3,null,null,i),n.current=p,p.stateNode=n,i=Lc(),i.refCount++,n.pooledCache=i,i.refCount++,p.memoizedState={element:o,isDehydrated:a,cache:i},Pc(p),n}function Ly(n){return n?(n=Ts,n):Ts}function zy(n,i,a,o,h,p){h=Ly(h),o.context===null?o.context=h:o.pendingContext=h,o=yi(i),o.payload={element:a},p=p===void 0?null:p,p!==null&&(o.callback=p),a=bi(n,o,i),a!==null&&(On(a,n,i),Fa(a,n,i))}function Uy(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var a=n.retryLane;n.retryLane=a!==0&&a<i?a:i}}function ih(n,i){Uy(n,i),(n=n.alternate)&&Uy(n,i)}function By(n){if(n.tag===13||n.tag===31){var i=Zi(n,67108864);i!==null&&On(i,n,67108864),ih(n,67108864)}}function Py(n){if(n.tag===13||n.tag===31){var i=Hn();i=Lr(i);var a=Zi(n,i);a!==null&&On(a,n,i),ih(n,i)}}var nu=!0;function $w(n,i,a,o){var h=P.T;P.T=null;var p=X.p;try{X.p=2,sh(n,i,a,o)}finally{X.p=p,P.T=h}}function Yw(n,i,a,o){var h=P.T;P.T=null;var p=X.p;try{X.p=8,sh(n,i,a,o)}finally{X.p=p,P.T=h}}function sh(n,i,a,o){if(nu){var h=ah(o);if(h===null)Yf(n,i,o,ru,a),Hy(n,o);else if(Vw(h,n,i,a,o))o.stopPropagation();else if(Hy(n,o),i&4&&-1<Gw.indexOf(n)){for(;h!==null;){var p=O(h);if(p!==null)switch(p.tag){case 3:if(p=p.stateNode,p.current.memoizedState.isDehydrated){var v=fr(p.pendingLanes);if(v!==0){var _=p;for(_.pendingLanes|=2,_.entangledLanes|=2;v;){var I=1<<31-dt(v);_.entanglements[1]|=I,v&=~I}jr(p),(yt&6)===0&&(Po=$e()+500,sl(0))}}break;case 31:case 13:_=Zi(p,2),_!==null&&On(_,p,2),Ho(),ih(p,2)}if(p=ah(o),p===null&&Yf(n,i,o,ru,a),p===h)break;h=p}h!==null&&o.stopPropagation()}else Yf(n,i,o,null,a)}}function ah(n){return n=lc(n),lh(n)}var ru=null;function lh(n){if(ru=null,n=k(n),n!==null){var i=u(n);if(i===null)n=null;else{var a=i.tag;if(a===13){if(n=c(i),n!==null)return n;n=null}else if(a===31){if(n=f(i),n!==null)return n;n=null}else if(a===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;n=null}else i!==n&&(n=null)}}return ru=n,null}function qy(n){switch(n){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(yn()){case ce:return 2;case we:return 8;case Ue:case Ke:return 32;case ut:return 268435456;default:return 32}default:return 32}}var oh=!1,Ti=null,Ni=null,Oi=null,hl=new Map,dl=new Map,Ri=[],Gw="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 Hy(n,i){switch(n){case"focusin":case"focusout":Ti=null;break;case"dragenter":case"dragleave":Ni=null;break;case"mouseover":case"mouseout":Oi=null;break;case"pointerover":case"pointerout":hl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":dl.delete(i.pointerId)}}function ml(n,i,a,o,h,p){return n===null||n.nativeEvent!==p?(n={blockedOn:i,domEventName:a,eventSystemFlags:o,nativeEvent:p,targetContainers:[h]},i!==null&&(i=O(i),i!==null&&By(i)),n):(n.eventSystemFlags|=o,i=n.targetContainers,h!==null&&i.indexOf(h)===-1&&i.push(h),n)}function Vw(n,i,a,o,h){switch(i){case"focusin":return Ti=ml(Ti,n,i,a,o,h),!0;case"dragenter":return Ni=ml(Ni,n,i,a,o,h),!0;case"mouseover":return Oi=ml(Oi,n,i,a,o,h),!0;case"pointerover":var p=h.pointerId;return hl.set(p,ml(hl.get(p)||null,n,i,a,o,h)),!0;case"gotpointercapture":return p=h.pointerId,dl.set(p,ml(dl.get(p)||null,n,i,a,o,h)),!0}return!1}function Iy(n){var i=k(n.target);if(i!==null){var a=u(i);if(a!==null){if(i=a.tag,i===13){if(i=c(a),i!==null){n.blockedOn=i,Xl(n.priority,function(){Py(a)});return}}else if(i===31){if(i=f(a),i!==null){n.blockedOn=i,Xl(n.priority,function(){Py(a)});return}}else if(i===3&&a.stateNode.current.memoizedState.isDehydrated){n.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}n.blockedOn=null}function iu(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var a=ah(n.nativeEvent);if(a===null){a=n.nativeEvent;var o=new a.constructor(a.type,a);ac=o,a.target.dispatchEvent(o),ac=null}else return i=O(a),i!==null&&By(i),n.blockedOn=a,!1;i.shift()}return!0}function Fy(n,i,a){iu(n)&&a.delete(i)}function Jw(){oh=!1,Ti!==null&&iu(Ti)&&(Ti=null),Ni!==null&&iu(Ni)&&(Ni=null),Oi!==null&&iu(Oi)&&(Oi=null),hl.forEach(Fy),dl.forEach(Fy)}function su(n,i){n.blockedOn===i&&(n.blockedOn=null,oh||(oh=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,Jw)))}var au=null;function $y(n){au!==n&&(au=n,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){au===n&&(au=null);for(var i=0;i<n.length;i+=3){var a=n[i],o=n[i+1],h=n[i+2];if(typeof o!="function"){if(lh(o||a)===null)continue;break}var p=O(a);p!==null&&(n.splice(i,3),i-=3,af(p,{pending:!0,data:h,method:a.method,action:o},o,h))}}))}function Ws(n){function i(I){return su(I,n)}Ti!==null&&su(Ti,n),Ni!==null&&su(Ni,n),Oi!==null&&su(Oi,n),hl.forEach(i),dl.forEach(i);for(var a=0;a<Ri.length;a++){var o=Ri[a];o.blockedOn===n&&(o.blockedOn=null)}for(;0<Ri.length&&(a=Ri[0],a.blockedOn===null);)Iy(a),a.blockedOn===null&&Ri.shift();if(a=(n.ownerDocument||n).$$reactFormReplay,a!=null)for(o=0;o<a.length;o+=3){var h=a[o],p=a[o+1],v=h[qt]||null;if(typeof p=="function")v||$y(a);else if(v){var _=null;if(p&&p.hasAttribute("formAction")){if(h=p,v=p[qt]||null)_=v.formAction;else if(lh(h)!==null)continue}else _=v.action;typeof _=="function"?a[o+1]=_:(a.splice(o,3),o-=3),$y(a)}}}function Yy(){function n(p){p.canIntercept&&p.info==="react-transition"&&p.intercept({handler:function(){return new Promise(function(v){return h=v})},focusReset:"manual",scroll:"manual"})}function i(){h!==null&&(h(),h=null),o||setTimeout(a,20)}function a(){if(!o&&!navigation.transition){var p=navigation.currentEntry;p&&p.url!=null&&navigation.navigate(p.url,{state:p.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var o=!1,h=null;return navigation.addEventListener("navigate",n),navigation.addEventListener("navigatesuccess",i),navigation.addEventListener("navigateerror",i),setTimeout(a,100),function(){o=!0,navigation.removeEventListener("navigate",n),navigation.removeEventListener("navigatesuccess",i),navigation.removeEventListener("navigateerror",i),h!==null&&(h(),h=null)}}}function uh(n){this._internalRoot=n}lu.prototype.render=uh.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(s(409));var a=i.current,o=Hn();zy(a,o,n,i,null,null)},lu.prototype.unmount=uh.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;zy(n.current,2,null,n,null,null),Ho(),i[Dn]=null}};function lu(n){this._internalRoot=n}lu.prototype.unstable_scheduleHydration=function(n){if(n){var i=Ca();n={blockedOn:null,target:n,priority:i};for(var a=0;a<Ri.length&&i!==0&&i<Ri[a].priority;a++);Ri.splice(a,0,n),a===0&&Iy(n)}};var Gy=t.version;if(Gy!=="19.2.4")throw Error(s(527,Gy,"19.2.4"));X.findDOMNode=function(n){var i=n._reactInternals;if(i===void 0)throw typeof n.render=="function"?Error(s(188)):(n=Object.keys(n).join(","),Error(s(268,n)));return n=m(i),n=n!==null?y(n):null,n=n===null?null:n.stateNode,n};var Xw={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:P,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var ou=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!ou.isDisabled&&ou.supportsFiber)try{en=ou.inject(Xw),xt=ou}catch{}}return gl.createRoot=function(n,i){if(!l(n))throw Error(s(299));var a=!1,o="",h=Wp,p=eg,v=tg;return i!=null&&(i.unstable_strictMode===!0&&(a=!0),i.identifierPrefix!==void 0&&(o=i.identifierPrefix),i.onUncaughtError!==void 0&&(h=i.onUncaughtError),i.onCaughtError!==void 0&&(p=i.onCaughtError),i.onRecoverableError!==void 0&&(v=i.onRecoverableError)),i=Dy(n,1,!1,null,null,a,o,null,h,p,v,Yy),n[Dn]=i.current,$f(n),new uh(i)},gl.hydrateRoot=function(n,i,a){if(!l(n))throw Error(s(299));var o=!1,h="",p=Wp,v=eg,_=tg,I=null;return a!=null&&(a.unstable_strictMode===!0&&(o=!0),a.identifierPrefix!==void 0&&(h=a.identifierPrefix),a.onUncaughtError!==void 0&&(p=a.onUncaughtError),a.onCaughtError!==void 0&&(v=a.onCaughtError),a.onRecoverableError!==void 0&&(_=a.onRecoverableError),a.formState!==void 0&&(I=a.formState)),i=Dy(n,1,!0,i,a??null,o,h,I,p,v,_,Yy),i.context=Ly(null),a=i.current,o=Hn(),o=Lr(o),h=yi(o),h.callback=null,bi(a,h,o),a=o,i.current.lanes=a,hr(i,a),jr(i),n[Dn]=i.current,$f(n),new lu(i)},gl.version="19.2.4",gl}var n0;function aS(){if(n0)return hh.exports;n0=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),hh.exports=sS(),hh.exports}var lS=aS();/**
50
+ * react-router v7.13.1
51
+ *
52
+ * Copyright (c) Remix Software Inc.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE.md file in the root directory of this source tree.
56
+ *
57
+ * @license MIT
58
+ */var r0="popstate";function i0(e){return typeof e=="object"&&e!=null&&"pathname"in e&&"search"in e&&"hash"in e&&"state"in e&&"key"in e}function oS(e={}){function t(s,l){var m;let u=(m=l.state)==null?void 0:m.masked,{pathname:c,search:f,hash:d}=u||s.location;return Xh("",{pathname:c,search:f,hash:d},l.state&&l.state.usr||null,l.state&&l.state.key||"default",u?{pathname:s.location.pathname,search:s.location.search,hash:s.location.hash}:void 0)}function r(s,l){return typeof l=="string"?l:Dl(l)}return cS(t,r,null,e)}function Pt(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function Sr(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function uS(){return Math.random().toString(36).substring(2,10)}function s0(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.unstable_mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function Xh(e,t,r=null,s,l){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?xa(t):t,state:r,key:t&&t.key||s||uS(),unstable_mask:l}}function Dl({pathname:e="/",search:t="",hash:r=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function xa(e){let t={};if(e){let r=e.indexOf("#");r>=0&&(t.hash=e.substring(r),e=e.substring(0,r));let s=e.indexOf("?");s>=0&&(t.search=e.substring(s),e=e.substring(0,s)),e&&(t.pathname=e)}return t}function cS(e,t,r,s={}){let{window:l=document.defaultView,v5Compat:u=!1}=s,c=l.history,f="POP",d=null,m=y();m==null&&(m=0,c.replaceState({...c.state,idx:m},""));function y(){return(c.state||{idx:null}).idx}function g(){f="POP";let z=y(),D=z==null?null:z-m;m=z,d&&d({action:f,location:T.location,delta:D})}function x(z,D){f="PUSH";let q=i0(z)?z:Xh(T.location,z,D);m=y()+1;let F=s0(q,m),oe=T.createHref(q.unstable_mask||q);try{c.pushState(F,"",oe)}catch(B){if(B instanceof DOMException&&B.name==="DataCloneError")throw B;l.location.assign(oe)}u&&d&&d({action:f,location:T.location,delta:1})}function w(z,D){f="REPLACE";let q=i0(z)?z:Xh(T.location,z,D);m=y();let F=s0(q,m),oe=T.createHref(q.unstable_mask||q);c.replaceState(F,"",oe),u&&d&&d({action:f,location:T.location,delta:0})}function S(z){return fS(z)}let T={get action(){return f},get location(){return e(l,c)},listen(z){if(d)throw new Error("A history only accepts one active listener");return l.addEventListener(r0,g),d=z,()=>{l.removeEventListener(r0,g),d=null}},createHref(z){return t(l,z)},createURL:S,encodeLocation(z){let D=S(z);return{pathname:D.pathname,search:D.search,hash:D.hash}},push:x,replace:w,go(z){return c.go(z)}};return T}function fS(e,t=!1){let r="http://localhost";typeof window<"u"&&(r=window.location.origin!=="null"?window.location.origin:window.location.href),Pt(r,"No window.location.(origin|href) available to create URL");let s=typeof e=="string"?e:Dl(e);return s=s.replace(/ $/,"%20"),!t&&s.startsWith("//")&&(s=r+s),new URL(s,r)}function Fb(e,t,r="/"){return hS(e,t,r,!1)}function hS(e,t,r,s){let l=typeof t=="string"?xa(t):t,u=ri(l.pathname||"/",r);if(u==null)return null;let c=$b(e);dS(c);let f=null;for(let d=0;f==null&&d<c.length;++d){let m=kS(u);f=SS(c[d],m,s)}return f}function $b(e,t=[],r=[],s="",l=!1){let u=(c,f,d=l,m)=>{let y={relativePath:m===void 0?c.path||"":m,caseSensitive:c.caseSensitive===!0,childrenIndex:f,route:c};if(y.relativePath.startsWith("/")){if(!y.relativePath.startsWith(s)&&d)return;Pt(y.relativePath.startsWith(s),`Absolute route path "${y.relativePath}" nested under path "${s}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),y.relativePath=y.relativePath.slice(s.length)}let g=Rr([s,y.relativePath]),x=r.concat(y);c.children&&c.children.length>0&&(Pt(c.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${g}".`),$b(c.children,t,x,g,d)),!(c.path==null&&!c.index)&&t.push({path:g,score:vS(g,c.index),routesMeta:x})};return e.forEach((c,f)=>{var d;if(c.path===""||!((d=c.path)!=null&&d.includes("?")))u(c,f);else for(let m of Yb(c.path))u(c,f,!0,m)}),t}function Yb(e){let t=e.split("/");if(t.length===0)return[];let[r,...s]=t,l=r.endsWith("?"),u=r.replace(/\?$/,"");if(s.length===0)return l?[u,""]:[u];let c=Yb(s.join("/")),f=[];return f.push(...c.map(d=>d===""?u:[u,d].join("/"))),l&&f.push(...c),f.map(d=>e.startsWith("/")&&d===""?"/":d)}function dS(e){e.sort((t,r)=>t.score!==r.score?r.score-t.score:wS(t.routesMeta.map(s=>s.childrenIndex),r.routesMeta.map(s=>s.childrenIndex)))}var mS=/^:[\w-]+$/,pS=3,gS=2,yS=1,bS=10,xS=-2,a0=e=>e==="*";function vS(e,t){let r=e.split("/"),s=r.length;return r.some(a0)&&(s+=xS),t&&(s+=gS),r.filter(l=>!a0(l)).reduce((l,u)=>l+(mS.test(u)?pS:u===""?yS:bS),s)}function wS(e,t){return e.length===t.length&&e.slice(0,-1).every((s,l)=>s===t[l])?e[e.length-1]-t[t.length-1]:0}function SS(e,t,r=!1){let{routesMeta:s}=e,l={},u="/",c=[];for(let f=0;f<s.length;++f){let d=s[f],m=f===s.length-1,y=u==="/"?t:t.slice(u.length)||"/",g=Cu({path:d.relativePath,caseSensitive:d.caseSensitive,end:m},y),x=d.route;if(!g&&m&&r&&!s[s.length-1].route.index&&(g=Cu({path:d.relativePath,caseSensitive:d.caseSensitive,end:!1},y)),!g)return null;Object.assign(l,g.params),c.push({params:l,pathname:Rr([u,g.pathname]),pathnameBase:jS(Rr([u,g.pathnameBase])),route:x}),g.pathnameBase!=="/"&&(u=Rr([u,g.pathnameBase]))}return c}function Cu(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,s]=_S(e.path,e.caseSensitive,e.end),l=t.match(r);if(!l)return null;let u=l[0],c=u.replace(/(.)\/+$/,"$1"),f=l.slice(1);return{params:s.reduce((m,{paramName:y,isOptional:g},x)=>{if(y==="*"){let S=f[x]||"";c=u.slice(0,u.length-S.length).replace(/(.)\/+$/,"$1")}const w=f[x];return g&&!w?m[y]=void 0:m[y]=(w||"").replace(/%2F/g,"/"),m},{}),pathname:u,pathnameBase:c,pattern:e}}function _S(e,t=!1,r=!0){Sr(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let s=[],l="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(c,f,d,m,y)=>{if(s.push({paramName:f,isOptional:d!=null}),d){let g=y.charAt(m+c.length);return g&&g!=="/"?"/([^\\/]*)":"(?:/([^\\/]*))?"}return"/([^\\/]+)"}).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(s.push({paramName:"*"}),l+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?l+="\\/*$":e!==""&&e!=="/"&&(l+="(?:(?=\\/|$))"),[new RegExp(l,t?void 0:"i"),s]}function kS(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return Sr(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function ri(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let r=t.endsWith("/")?t.length-1:t.length,s=e.charAt(r);return s&&s!=="/"?null:e.slice(r)||"/"}var ES=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function CS(e,t="/"){let{pathname:r,search:s="",hash:l=""}=typeof e=="string"?xa(e):e,u;return r?(r=r.replace(/\/\/+/g,"/"),r.startsWith("/")?u=l0(r.substring(1),"/"):u=l0(r,t)):u=t,{pathname:u,search:TS(s),hash:NS(l)}}function l0(e,t){let r=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(l=>{l===".."?r.length>1&&r.pop():l!=="."&&r.push(l)}),r.length>1?r.join("/"):"/"}function gh(e,t,r,s){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(s)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function AS(e){return e.filter((t,r)=>r===0||t.route.path&&t.route.path.length>0)}function Cd(e){let t=AS(e);return t.map((r,s)=>s===t.length-1?r.pathname:r.pathnameBase)}function Iu(e,t,r,s=!1){let l;typeof e=="string"?l=xa(e):(l={...e},Pt(!l.pathname||!l.pathname.includes("?"),gh("?","pathname","search",l)),Pt(!l.pathname||!l.pathname.includes("#"),gh("#","pathname","hash",l)),Pt(!l.search||!l.search.includes("#"),gh("#","search","hash",l)));let u=e===""||l.pathname==="",c=u?"/":l.pathname,f;if(c==null)f=r;else{let g=t.length-1;if(!s&&c.startsWith("..")){let x=c.split("/");for(;x[0]==="..";)x.shift(),g-=1;l.pathname=x.join("/")}f=g>=0?t[g]:"/"}let d=CS(l,f),m=c&&c!=="/"&&c.endsWith("/"),y=(u||c===".")&&r.endsWith("/");return!d.pathname.endsWith("/")&&(m||y)&&(d.pathname+="/"),d}var Rr=e=>e.join("/").replace(/\/\/+/g,"/"),jS=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),TS=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,NS=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e,OS=class{constructor(e,t,r,s=!1){this.status=e,this.statusText=t||"",this.internal=s,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}};function RS(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}function MS(e){return e.map(t=>t.route.path).filter(Boolean).join("/").replace(/\/\/*/g,"/")||"/"}var Gb=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function Vb(e,t){let r=e;if(typeof r!="string"||!ES.test(r))return{absoluteURL:void 0,isExternal:!1,to:r};let s=r,l=!1;if(Gb)try{let u=new URL(window.location.href),c=r.startsWith("//")?new URL(u.protocol+r):new URL(r),f=ri(c.pathname,t);c.origin===u.origin&&f!=null?r=f+c.search+c.hash:l=!0}catch{Sr(!1,`<Link to="${r}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:s,isExternal:l,to:r}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var Jb=["POST","PUT","PATCH","DELETE"];new Set(Jb);var DS=["GET",...Jb];new Set(DS);var va=j.createContext(null);va.displayName="DataRouter";var Fu=j.createContext(null);Fu.displayName="DataRouterState";var LS=j.createContext(!1),Xb=j.createContext({isTransitioning:!1});Xb.displayName="ViewTransition";var zS=j.createContext(new Map);zS.displayName="Fetchers";var US=j.createContext(null);US.displayName="Await";var Kn=j.createContext(null);Kn.displayName="Navigation";var Il=j.createContext(null);Il.displayName="Location";var _r=j.createContext({outlet:null,matches:[],isDataRoute:!1});_r.displayName="Route";var Ad=j.createContext(null);Ad.displayName="RouteError";var Kb="REACT_ROUTER_ERROR",BS="REDIRECT",PS="ROUTE_ERROR_RESPONSE";function qS(e){if(e.startsWith(`${Kb}:${BS}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t=="object"&&t&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.location=="string"&&typeof t.reloadDocument=="boolean"&&typeof t.replace=="boolean")return t}catch{}}function HS(e){if(e.startsWith(`${Kb}:${PS}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t=="object"&&t&&typeof t.status=="number"&&typeof t.statusText=="string")return new OS(t.status,t.statusText,t.data)}catch{}}function IS(e,{relative:t}={}){Pt(wa(),"useHref() may be used only in the context of a <Router> component.");let{basename:r,navigator:s}=j.useContext(Kn),{hash:l,pathname:u,search:c}=Fl(e,{relative:t}),f=u;return r!=="/"&&(f=u==="/"?r:Rr([r,u])),s.createHref({pathname:f,search:c,hash:l})}function wa(){return j.useContext(Il)!=null}function cr(){return Pt(wa(),"useLocation() may be used only in the context of a <Router> component."),j.useContext(Il).location}var Qb="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function Zb(e){j.useContext(Kn).static||j.useLayoutEffect(e)}function Mr(){let{isDataRoute:e}=j.useContext(_r);return e?t_():FS()}function FS(){Pt(wa(),"useNavigate() may be used only in the context of a <Router> component.");let e=j.useContext(va),{basename:t,navigator:r}=j.useContext(Kn),{matches:s}=j.useContext(_r),{pathname:l}=cr(),u=JSON.stringify(Cd(s)),c=j.useRef(!1);return Zb(()=>{c.current=!0}),j.useCallback((d,m={})=>{if(Sr(c.current,Qb),!c.current)return;if(typeof d=="number"){r.go(d);return}let y=Iu(d,JSON.parse(u),l,m.relative==="path");e==null&&t!=="/"&&(y.pathname=y.pathname==="/"?t:Rr([t,y.pathname])),(m.replace?r.replace:r.push)(y,m.state,m)},[t,r,u,l,e])}j.createContext(null);function $u(){let{matches:e}=j.useContext(_r),t=e[e.length-1];return t?t.params:{}}function Fl(e,{relative:t}={}){let{matches:r}=j.useContext(_r),{pathname:s}=cr(),l=JSON.stringify(Cd(r));return j.useMemo(()=>Iu(e,JSON.parse(l),s,t==="path"),[e,l,s,t])}function $S(e,t){return Wb(e,t)}function Wb(e,t,r){var z;Pt(wa(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:s}=j.useContext(Kn),{matches:l}=j.useContext(_r),u=l[l.length-1],c=u?u.params:{},f=u?u.pathname:"/",d=u?u.pathnameBase:"/",m=u&&u.route;{let D=m&&m.path||"";tx(f,!m||D.endsWith("*")||D.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${f}" (under <Route path="${D}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
59
+
60
+ Please change the parent <Route path="${D}"> to <Route path="${D==="/"?"*":`${D}/*`}">.`)}let y=cr(),g;if(t){let D=typeof t=="string"?xa(t):t;Pt(d==="/"||((z=D.pathname)==null?void 0:z.startsWith(d)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${d}" but pathname "${D.pathname}" was given in the \`location\` prop.`),g=D}else g=y;let x=g.pathname||"/",w=x;if(d!=="/"){let D=d.replace(/^\//,"").split("/");w="/"+x.replace(/^\//,"").split("/").slice(D.length).join("/")}let S=Fb(e,{pathname:w});Sr(m||S!=null,`No routes matched location "${g.pathname}${g.search}${g.hash}" `),Sr(S==null||S[S.length-1].route.element!==void 0||S[S.length-1].route.Component!==void 0||S[S.length-1].route.lazy!==void 0,`Matched leaf route at location "${g.pathname}${g.search}${g.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let T=XS(S&&S.map(D=>Object.assign({},D,{params:Object.assign({},c,D.params),pathname:Rr([d,s.encodeLocation?s.encodeLocation(D.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:D.pathname]),pathnameBase:D.pathnameBase==="/"?d:Rr([d,s.encodeLocation?s.encodeLocation(D.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:D.pathnameBase])})),l,r);return t&&T?j.createElement(Il.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",unstable_mask:void 0,...g},navigationType:"POP"}},T):T}function YS(){let e=e_(),t=RS(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,s="rgba(200,200,200, 0.5)",l={padding:"0.5rem",backgroundColor:s},u={padding:"2px 4px",backgroundColor:s},c=null;return console.error("Error handled by React Router default ErrorBoundary:",e),c=j.createElement(j.Fragment,null,j.createElement("p",null,"💿 Hey developer 👋"),j.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",j.createElement("code",{style:u},"ErrorBoundary")," or"," ",j.createElement("code",{style:u},"errorElement")," prop on your route.")),j.createElement(j.Fragment,null,j.createElement("h2",null,"Unexpected Application Error!"),j.createElement("h3",{style:{fontStyle:"italic"}},t),r?j.createElement("pre",{style:l},r):null,c)}var GS=j.createElement(YS,null),ex=class extends j.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error("React Router caught the following error during render",e)}render(){let e=this.state.error;if(this.context&&typeof e=="object"&&e&&"digest"in e&&typeof e.digest=="string"){const r=HS(e.digest);r&&(e=r)}let t=e!==void 0?j.createElement(_r.Provider,{value:this.props.routeContext},j.createElement(Ad.Provider,{value:e,children:this.props.component})):this.props.children;return this.context?j.createElement(VS,{error:e},t):t}};ex.contextType=LS;var yh=new WeakMap;function VS({children:e,error:t}){let{basename:r}=j.useContext(Kn);if(typeof t=="object"&&t&&"digest"in t&&typeof t.digest=="string"){let s=qS(t.digest);if(s){let l=yh.get(t);if(l)throw l;let u=Vb(s.location,r);if(Gb&&!yh.get(t))if(u.isExternal||s.reloadDocument)window.location.href=u.absoluteURL||u.to;else{const c=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(u.to,{replace:s.replace}));throw yh.set(t,c),c}return j.createElement("meta",{httpEquiv:"refresh",content:`0;url=${u.absoluteURL||u.to}`})}}return e}function JS({routeContext:e,match:t,children:r}){let s=j.useContext(va);return s&&s.static&&s.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(s.staticContext._deepestRenderedBoundaryId=t.route.id),j.createElement(_r.Provider,{value:e},r)}function XS(e,t=[],r){let s=r==null?void 0:r.state;if(e==null){if(!s)return null;if(s.errors)e=s.matches;else if(t.length===0&&!s.initialized&&s.matches.length>0)e=s.matches;else return null}let l=e,u=s==null?void 0:s.errors;if(u!=null){let y=l.findIndex(g=>g.route.id&&(u==null?void 0:u[g.route.id])!==void 0);Pt(y>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(u).join(",")}`),l=l.slice(0,Math.min(l.length,y+1))}let c=!1,f=-1;if(r&&s){c=s.renderFallback;for(let y=0;y<l.length;y++){let g=l[y];if((g.route.HydrateFallback||g.route.hydrateFallbackElement)&&(f=y),g.route.id){let{loaderData:x,errors:w}=s,S=g.route.loader&&!x.hasOwnProperty(g.route.id)&&(!w||w[g.route.id]===void 0);if(g.route.lazy||S){r.isStatic&&(c=!0),f>=0?l=l.slice(0,f+1):l=[l[0]];break}}}}let d=r==null?void 0:r.onError,m=s&&d?(y,g)=>{var x,w;d(y,{location:s.location,params:((w=(x=s.matches)==null?void 0:x[0])==null?void 0:w.params)??{},unstable_pattern:MS(s.matches),errorInfo:g})}:void 0;return l.reduceRight((y,g,x)=>{let w,S=!1,T=null,z=null;s&&(w=u&&g.route.id?u[g.route.id]:void 0,T=g.route.errorElement||GS,c&&(f<0&&x===0?(tx("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),S=!0,z=null):f===x&&(S=!0,z=g.route.hydrateFallbackElement||null)));let D=t.concat(l.slice(0,x+1)),q=()=>{let F;return w?F=T:S?F=z:g.route.Component?F=j.createElement(g.route.Component,null):g.route.element?F=g.route.element:F=y,j.createElement(JS,{match:g,routeContext:{outlet:y,matches:D,isDataRoute:s!=null},children:F})};return s&&(g.route.ErrorBoundary||g.route.errorElement||x===0)?j.createElement(ex,{location:s.location,revalidation:s.revalidation,component:T,error:w,children:q(),routeContext:{outlet:null,matches:D,isDataRoute:!0},onError:m}):q()},null)}function jd(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function KS(e){let t=j.useContext(va);return Pt(t,jd(e)),t}function QS(e){let t=j.useContext(Fu);return Pt(t,jd(e)),t}function ZS(e){let t=j.useContext(_r);return Pt(t,jd(e)),t}function Td(e){let t=ZS(e),r=t.matches[t.matches.length-1];return Pt(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function WS(){return Td("useRouteId")}function e_(){var s;let e=j.useContext(Ad),t=QS("useRouteError"),r=Td("useRouteError");return e!==void 0?e:(s=t.errors)==null?void 0:s[r]}function t_(){let{router:e}=KS("useNavigate"),t=Td("useNavigate"),r=j.useRef(!1);return Zb(()=>{r.current=!0}),j.useCallback(async(l,u={})=>{Sr(r.current,Qb),r.current&&(typeof l=="number"?await e.navigate(l):await e.navigate(l,{fromRouteId:t,...u}))},[e,t])}var o0={};function tx(e,t,r){!t&&!o0[e]&&(o0[e]=!0,Sr(!1,r))}j.memo(n_);function n_({routes:e,future:t,state:r,isStatic:s,onError:l}){return Wb(e,void 0,{state:r,isStatic:s,onError:l})}function Ll({to:e,replace:t,state:r,relative:s}){Pt(wa(),"<Navigate> may be used only in the context of a <Router> component.");let{static:l}=j.useContext(Kn);Sr(!l,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:u}=j.useContext(_r),{pathname:c}=cr(),f=Mr(),d=Iu(e,Cd(u),c,s==="path"),m=JSON.stringify(d);return j.useEffect(()=>{f(JSON.parse(m),{replace:t,state:r,relative:s})},[f,m,s,t,r]),null}function br(e){Pt(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function r_({basename:e="/",children:t=null,location:r,navigationType:s="POP",navigator:l,static:u=!1,unstable_useTransitions:c}){Pt(!wa(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let f=e.replace(/^\/*/,"/"),d=j.useMemo(()=>({basename:f,navigator:l,static:u,unstable_useTransitions:c,future:{}}),[f,l,u,c]);typeof r=="string"&&(r=xa(r));let{pathname:m="/",search:y="",hash:g="",state:x=null,key:w="default",unstable_mask:S}=r,T=j.useMemo(()=>{let z=ri(m,f);return z==null?null:{location:{pathname:z,search:y,hash:g,state:x,key:w,unstable_mask:S},navigationType:s}},[f,m,y,g,x,w,s,S]);return Sr(T!=null,`<Router basename="${f}"> is not able to match the URL "${m}${y}${g}" because it does not start with the basename, so the <Router> won't render anything.`),T==null?null:j.createElement(Kn.Provider,{value:d},j.createElement(Il.Provider,{children:t,value:T}))}function nx({children:e,location:t}){return $S(Kh(e),t)}function Kh(e,t=[]){let r=[];return j.Children.forEach(e,(s,l)=>{if(!j.isValidElement(s))return;let u=[...t,l];if(s.type===j.Fragment){r.push.apply(r,Kh(s.props.children,u));return}Pt(s.type===br,`[${typeof s.type=="string"?s.type:s.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),Pt(!s.props.index||!s.props.children,"An index route cannot have child routes.");let c={id:s.props.id||u.join("-"),caseSensitive:s.props.caseSensitive,element:s.props.element,Component:s.props.Component,index:s.props.index,path:s.props.path,middleware:s.props.middleware,loader:s.props.loader,action:s.props.action,hydrateFallbackElement:s.props.hydrateFallbackElement,HydrateFallback:s.props.HydrateFallback,errorElement:s.props.errorElement,ErrorBoundary:s.props.ErrorBoundary,hasErrorBoundary:s.props.hasErrorBoundary===!0||s.props.ErrorBoundary!=null||s.props.errorElement!=null,shouldRevalidate:s.props.shouldRevalidate,handle:s.props.handle,lazy:s.props.lazy};s.props.children&&(c.children=Kh(s.props.children,u)),r.push(c)}),r}var vu="get",wu="application/x-www-form-urlencoded";function Yu(e){return typeof HTMLElement<"u"&&e instanceof HTMLElement}function i_(e){return Yu(e)&&e.tagName.toLowerCase()==="button"}function s_(e){return Yu(e)&&e.tagName.toLowerCase()==="form"}function a_(e){return Yu(e)&&e.tagName.toLowerCase()==="input"}function l_(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function o_(e,t){return e.button===0&&(!t||t==="_self")&&!l_(e)}var uu=null;function u_(){if(uu===null)try{new FormData(document.createElement("form"),0),uu=!1}catch{uu=!0}return uu}var c_=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function bh(e){return e!=null&&!c_.has(e)?(Sr(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${wu}"`),null):e}function f_(e,t){let r,s,l,u,c;if(s_(e)){let f=e.getAttribute("action");s=f?ri(f,t):null,r=e.getAttribute("method")||vu,l=bh(e.getAttribute("enctype"))||wu,u=new FormData(e)}else if(i_(e)||a_(e)&&(e.type==="submit"||e.type==="image")){let f=e.form;if(f==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let d=e.getAttribute("formaction")||f.getAttribute("action");if(s=d?ri(d,t):null,r=e.getAttribute("formmethod")||f.getAttribute("method")||vu,l=bh(e.getAttribute("formenctype"))||bh(f.getAttribute("enctype"))||wu,u=new FormData(f,e),!u_()){let{name:m,type:y,value:g}=e;if(y==="image"){let x=m?`${m}.`:"";u.append(`${x}x`,"0"),u.append(`${x}y`,"0")}else m&&u.append(m,g)}}else{if(Yu(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=vu,s=null,l=wu,c=e}return u&&l==="text/plain"&&(c=u,u=void 0),{action:s,method:r.toLowerCase(),encType:l,formData:u,body:c}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function Nd(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function h_(e,t,r,s){let l=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return r?l.pathname.endsWith("/")?l.pathname=`${l.pathname}_.${s}`:l.pathname=`${l.pathname}.${s}`:l.pathname==="/"?l.pathname=`_root.${s}`:t&&ri(l.pathname,t)==="/"?l.pathname=`${t.replace(/\/$/,"")}/_root.${s}`:l.pathname=`${l.pathname.replace(/\/$/,"")}.${s}`,l}async function d_(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function m_(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function p_(e,t,r){let s=await Promise.all(e.map(async l=>{let u=t.routes[l.route.id];if(u){let c=await d_(u,r);return c.links?c.links():[]}return[]}));return x_(s.flat(1).filter(m_).filter(l=>l.rel==="stylesheet"||l.rel==="preload").map(l=>l.rel==="stylesheet"?{...l,rel:"prefetch",as:"style"}:{...l,rel:"prefetch"}))}function u0(e,t,r,s,l,u){let c=(d,m)=>r[m]?d.route.id!==r[m].route.id:!0,f=(d,m)=>{var y;return r[m].pathname!==d.pathname||((y=r[m].route.path)==null?void 0:y.endsWith("*"))&&r[m].params["*"]!==d.params["*"]};return u==="assets"?t.filter((d,m)=>c(d,m)||f(d,m)):u==="data"?t.filter((d,m)=>{var g;let y=s.routes[d.route.id];if(!y||!y.hasLoader)return!1;if(c(d,m)||f(d,m))return!0;if(d.route.shouldRevalidate){let x=d.route.shouldRevalidate({currentUrl:new URL(l.pathname+l.search+l.hash,window.origin),currentParams:((g=r[0])==null?void 0:g.params)||{},nextUrl:new URL(e,window.origin),nextParams:d.params,defaultShouldRevalidate:!0});if(typeof x=="boolean")return x}return!0}):[]}function g_(e,t,{includeHydrateFallback:r}={}){return y_(e.map(s=>{let l=t.routes[s.route.id];if(!l)return[];let u=[l.module];return l.clientActionModule&&(u=u.concat(l.clientActionModule)),l.clientLoaderModule&&(u=u.concat(l.clientLoaderModule)),r&&l.hydrateFallbackModule&&(u=u.concat(l.hydrateFallbackModule)),l.imports&&(u=u.concat(l.imports)),u}).flat(1))}function y_(e){return[...new Set(e)]}function b_(e){let t={},r=Object.keys(e).sort();for(let s of r)t[s]=e[s];return t}function x_(e,t){let r=new Set;return new Set(t),e.reduce((s,l)=>{let u=JSON.stringify(b_(l));return r.has(u)||(r.add(u),s.push({key:u,link:l})),s},[])}function rx(){let e=j.useContext(va);return Nd(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function v_(){let e=j.useContext(Fu);return Nd(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var Od=j.createContext(void 0);Od.displayName="FrameworkContext";function ix(){let e=j.useContext(Od);return Nd(e,"You must render this element inside a <HydratedRouter> element"),e}function w_(e,t){let r=j.useContext(Od),[s,l]=j.useState(!1),[u,c]=j.useState(!1),{onFocus:f,onBlur:d,onMouseEnter:m,onMouseLeave:y,onTouchStart:g}=t,x=j.useRef(null);j.useEffect(()=>{if(e==="render"&&c(!0),e==="viewport"){let T=D=>{D.forEach(q=>{c(q.isIntersecting)})},z=new IntersectionObserver(T,{threshold:.5});return x.current&&z.observe(x.current),()=>{z.disconnect()}}},[e]),j.useEffect(()=>{if(s){let T=setTimeout(()=>{c(!0)},100);return()=>{clearTimeout(T)}}},[s]);let w=()=>{l(!0)},S=()=>{l(!1),c(!1)};return r?e!=="intent"?[u,x,{}]:[u,x,{onFocus:yl(f,w),onBlur:yl(d,S),onMouseEnter:yl(m,w),onMouseLeave:yl(y,S),onTouchStart:yl(g,w)}]:[!1,x,{}]}function yl(e,t){return r=>{e&&e(r),r.defaultPrevented||t(r)}}function S_({page:e,...t}){let{router:r}=rx(),s=j.useMemo(()=>Fb(r.routes,e,r.basename),[r.routes,e,r.basename]);return s?j.createElement(k_,{page:e,matches:s,...t}):null}function __(e){let{manifest:t,routeModules:r}=ix(),[s,l]=j.useState([]);return j.useEffect(()=>{let u=!1;return p_(e,t,r).then(c=>{u||l(c)}),()=>{u=!0}},[e,t,r]),s}function k_({page:e,matches:t,...r}){let s=cr(),{future:l,manifest:u,routeModules:c}=ix(),{basename:f}=rx(),{loaderData:d,matches:m}=v_(),y=j.useMemo(()=>u0(e,t,m,u,s,"data"),[e,t,m,u,s]),g=j.useMemo(()=>u0(e,t,m,u,s,"assets"),[e,t,m,u,s]),x=j.useMemo(()=>{if(e===s.pathname+s.search+s.hash)return[];let T=new Set,z=!1;if(t.forEach(q=>{var oe;let F=u.routes[q.route.id];!F||!F.hasLoader||(!y.some(B=>B.route.id===q.route.id)&&q.route.id in d&&((oe=c[q.route.id])!=null&&oe.shouldRevalidate)||F.hasClientLoader?z=!0:T.add(q.route.id))}),T.size===0)return[];let D=h_(e,f,l.unstable_trailingSlashAwareDataRequests,"data");return z&&T.size>0&&D.searchParams.set("_routes",t.filter(q=>T.has(q.route.id)).map(q=>q.route.id).join(",")),[D.pathname+D.search]},[f,l.unstable_trailingSlashAwareDataRequests,d,s,u,y,t,e,c]),w=j.useMemo(()=>g_(g,u),[g,u]),S=__(g);return j.createElement(j.Fragment,null,x.map(T=>j.createElement("link",{key:T,rel:"prefetch",as:"fetch",href:T,...r})),w.map(T=>j.createElement("link",{key:T,rel:"modulepreload",href:T,...r})),S.map(({key:T,link:z})=>j.createElement("link",{key:T,nonce:r.nonce,...z,crossOrigin:z.crossOrigin??r.crossOrigin})))}function E_(...e){return t=>{e.forEach(r=>{typeof r=="function"?r(t):r!=null&&(r.current=t)})}}var C_=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{C_&&(window.__reactRouterVersion="7.13.1")}catch{}function A_({basename:e,children:t,unstable_useTransitions:r,window:s}){let l=j.useRef();l.current==null&&(l.current=oS({window:s,v5Compat:!0}));let u=l.current,[c,f]=j.useState({action:u.action,location:u.location}),d=j.useCallback(m=>{r===!1?f(m):j.startTransition(()=>f(m))},[r]);return j.useLayoutEffect(()=>u.listen(d),[u,d]),j.createElement(r_,{basename:e,children:t,location:c.location,navigationType:c.action,navigator:u,unstable_useTransitions:r})}var sx=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,ax=j.forwardRef(function({onClick:t,discover:r="render",prefetch:s="none",relative:l,reloadDocument:u,replace:c,unstable_mask:f,state:d,target:m,to:y,preventScrollReset:g,viewTransition:x,unstable_defaultShouldRevalidate:w,...S},T){let{basename:z,navigator:D,unstable_useTransitions:q}=j.useContext(Kn),F=typeof y=="string"&&sx.test(y),oe=Vb(y,z);y=oe.to;let B=IS(y,{relative:l}),L=cr(),W=null;if(f){let ee=Iu(f,[],L.unstable_mask?L.unstable_mask.pathname:"/",!0);z!=="/"&&(ee.pathname=ee.pathname==="/"?z:Rr([z,ee.pathname])),W=D.createHref(ee)}let[$,H,R]=w_(s,S),G=O_(y,{replace:c,unstable_mask:f,state:d,target:m,preventScrollReset:g,relative:l,viewTransition:x,unstable_defaultShouldRevalidate:w,unstable_useTransitions:q});function J(ee){t&&t(ee),ee.defaultPrevented||G(ee)}let fe=!(oe.isExternal||u),ie=j.createElement("a",{...S,...R,href:(fe?W:void 0)||oe.absoluteURL||B,onClick:fe?J:t,ref:E_(T,H),target:m,"data-discover":!F&&r==="render"?"true":void 0});return $&&!F?j.createElement(j.Fragment,null,ie,j.createElement(S_,{page:B})):ie});ax.displayName="Link";var j_=j.forwardRef(function({"aria-current":t="page",caseSensitive:r=!1,className:s="",end:l=!1,style:u,to:c,viewTransition:f,children:d,...m},y){let g=Fl(c,{relative:m.relative}),x=cr(),w=j.useContext(Fu),{navigator:S,basename:T}=j.useContext(Kn),z=w!=null&&z_(g)&&f===!0,D=S.encodeLocation?S.encodeLocation(g).pathname:g.pathname,q=x.pathname,F=w&&w.navigation&&w.navigation.location?w.navigation.location.pathname:null;r||(q=q.toLowerCase(),F=F?F.toLowerCase():null,D=D.toLowerCase()),F&&T&&(F=ri(F,T)||F);const oe=D!=="/"&&D.endsWith("/")?D.length-1:D.length;let B=q===D||!l&&q.startsWith(D)&&q.charAt(oe)==="/",L=F!=null&&(F===D||!l&&F.startsWith(D)&&F.charAt(D.length)==="/"),W={isActive:B,isPending:L,isTransitioning:z},$=B?t:void 0,H;typeof s=="function"?H=s(W):H=[s,B?"active":null,L?"pending":null,z?"transitioning":null].filter(Boolean).join(" ");let R=typeof u=="function"?u(W):u;return j.createElement(ax,{...m,"aria-current":$,className:H,ref:y,style:R,to:c,viewTransition:f},typeof d=="function"?d(W):d)});j_.displayName="NavLink";var T_=j.forwardRef(({discover:e="render",fetcherKey:t,navigate:r,reloadDocument:s,replace:l,state:u,method:c=vu,action:f,onSubmit:d,relative:m,preventScrollReset:y,viewTransition:g,unstable_defaultShouldRevalidate:x,...w},S)=>{let{unstable_useTransitions:T}=j.useContext(Kn),z=D_(),D=L_(f,{relative:m}),q=c.toLowerCase()==="get"?"get":"post",F=typeof f=="string"&&sx.test(f),oe=B=>{if(d&&d(B),B.defaultPrevented)return;B.preventDefault();let L=B.nativeEvent.submitter,W=(L==null?void 0:L.getAttribute("formmethod"))||c,$=()=>z(L||B.currentTarget,{fetcherKey:t,method:W,navigate:r,replace:l,state:u,relative:m,preventScrollReset:y,viewTransition:g,unstable_defaultShouldRevalidate:x});T&&r!==!1?j.startTransition(()=>$()):$()};return j.createElement("form",{ref:S,method:q,action:D,onSubmit:s?d:oe,...w,"data-discover":!F&&e==="render"?"true":void 0})});T_.displayName="Form";function N_(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function lx(e){let t=j.useContext(va);return Pt(t,N_(e)),t}function O_(e,{target:t,replace:r,unstable_mask:s,state:l,preventScrollReset:u,relative:c,viewTransition:f,unstable_defaultShouldRevalidate:d,unstable_useTransitions:m}={}){let y=Mr(),g=cr(),x=Fl(e,{relative:c});return j.useCallback(w=>{if(o_(w,t)){w.preventDefault();let S=r!==void 0?r:Dl(g)===Dl(x),T=()=>y(e,{replace:S,unstable_mask:s,state:l,preventScrollReset:u,relative:c,viewTransition:f,unstable_defaultShouldRevalidate:d});m?j.startTransition(()=>T()):T()}},[g,y,x,r,s,l,t,e,u,c,f,d,m])}var R_=0,M_=()=>`__${String(++R_)}__`;function D_(){let{router:e}=lx("useSubmit"),{basename:t}=j.useContext(Kn),r=WS(),s=e.fetch,l=e.navigate;return j.useCallback(async(u,c={})=>{let{action:f,method:d,encType:m,formData:y,body:g}=f_(u,t);if(c.navigate===!1){let x=c.fetcherKey||M_();await s(x,r,c.action||f,{unstable_defaultShouldRevalidate:c.unstable_defaultShouldRevalidate,preventScrollReset:c.preventScrollReset,formData:y,body:g,formMethod:c.method||d,formEncType:c.encType||m,flushSync:c.flushSync})}else await l(c.action||f,{unstable_defaultShouldRevalidate:c.unstable_defaultShouldRevalidate,preventScrollReset:c.preventScrollReset,formData:y,body:g,formMethod:c.method||d,formEncType:c.encType||m,replace:c.replace,state:c.state,fromRouteId:r,flushSync:c.flushSync,viewTransition:c.viewTransition})},[s,l,t,r])}function L_(e,{relative:t}={}){let{basename:r}=j.useContext(Kn),s=j.useContext(_r);Pt(s,"useFormAction must be used inside a RouteContext");let[l]=s.matches.slice(-1),u={...Fl(e||".",{relative:t})},c=cr();if(e==null){u.search=c.search;let f=new URLSearchParams(u.search),d=f.getAll("index");if(d.some(y=>y==="")){f.delete("index"),d.filter(g=>g).forEach(g=>f.append("index",g));let y=f.toString();u.search=y?`?${y}`:""}}return(!e||e===".")&&l.route.index&&(u.search=u.search?u.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(u.pathname=u.pathname==="/"?r:Rr([r,u.pathname])),Dl(u)}function z_(e,{relative:t}={}){let r=j.useContext(Xb);Pt(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:s}=lx("useViewTransitionState"),l=Fl(e,{relative:t});if(!r.isTransitioning)return!1;let u=ri(r.currentLocation.pathname,s)||r.currentLocation.pathname,c=ri(r.nextLocation.pathname,s)||r.nextLocation.pathname;return Cu(l.pathname,c)!=null||Cu(l.pathname,u)!=null}var ds=Ib();const ox=j.createContext(null),ux="palmier_paired_hosts";function U_(){try{const e=localStorage.getItem(ux);if(e)return JSON.parse(e)}catch{}return[]}function B_(e){localStorage.setItem(ux,JSON.stringify(e))}const c0="local",P_=!!window.__PALMIER_SERVE__&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1");function q_({children:e}){const[t,r]=j.useState(()=>{const m=U_();return P_&&!m.some(y=>y.hostId===c0)&&m.push({hostId:c0,clientToken:"",directUrl:window.location.origin}),m});j.useEffect(()=>{B_(t)},[t]);const s=j.useCallback(m=>{r(y=>[...y.filter(x=>x.hostId!==m.hostId),m])},[]),l=j.useCallback(m=>{r(y=>y.filter(g=>g.hostId!==m))},[]),u=j.useCallback((m,y)=>{r(g=>g.map(x=>x.hostId===m?{...x,name:y}:x))},[]),c=j.useCallback((m,y)=>{r(g=>g.map(x=>x.hostId!==m||x.lanUrl===y?x:{...x,lanUrl:y}))},[]),f=j.useCallback((m,y)=>{r(g=>g.map(x=>x.hostId!==m||x.lastAgent===y?x:{...x,lastAgent:y}))},[]),d=j.useCallback((m,y)=>{r(g=>g.map(x=>x.hostId!==m||x.timezone===y?x:{...x,timezone:y}))},[]);return b.jsx(ox.Provider,{value:{pairedHosts:t,addPairedHost:s,removePairedHost:l,renamePairedHost:u,setHostLanUrl:c,setHostLastAgent:f,setHostTimezone:d},children:e})}function Hi(){const e=j.useContext(ox);if(!e)throw new Error("useHostStore must be used within HostStoreProvider");return e}const Jn=new Uint8Array(0),Ii=new TextEncoder,Yn=new TextDecoder;function H_(...e){let t=0;for(let l=0;l<e.length;l++)t+=e[l].length;const r=new Uint8Array(t);let s=0;for(let l=0;l<e.length;l++)r.set(e[l],s),s+=e[l].length;return r}function Al(...e){const t=[];for(let r=0;r<e.length;r++)t.push(Ii.encode(e[r]));return t.length===0?Jn:t.length===1?t[0]:H_(...t)}function f0(e){return!e||e.length===0?"":Yn.decode(e)}const h0="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",d0=36,I_=0xcfd41b9100000,m0=33,F_=333,p0=22;function $_(e){for(let t=0;t<e.length;t++)e[t]=Math.floor(Math.random()*255)}function Y_(e){var t;(t=globalThis==null?void 0:globalThis.crypto)!=null&&t.getRandomValues?globalThis.crypto.getRandomValues(e):$_(e)}class G_{constructor(){C(this,"buf");C(this,"seq");C(this,"inc");C(this,"inited");this.buf=new Uint8Array(p0),this.inited=!1}init(){this.inited=!0,this.setPre(),this.initSeqAndInc(),this.fillSeq()}initSeqAndInc(){this.seq=Math.floor(Math.random()*I_),this.inc=Math.floor(Math.random()*(F_-m0)+m0)}setPre(){const t=new Uint8Array(12);Y_(t);for(let r=0;r<12;r++){const s=t[r]%36;this.buf[r]=h0.charCodeAt(s)}}fillSeq(){let t=this.seq;for(let r=p0-1;r>=12;r--)this.buf[r]=h0.charCodeAt(t%d0),t=Math.floor(t/d0)}next(){return this.inited||this.init(),this.seq+=this.inc,this.seq>0xcfd41b9100000&&(this.setPre(),this.initSeqAndInc()),this.fillSeq(),String.fromCharCode.apply(String,this.buf)}reset(){this.init()}}const Pi=new G_;var ei;(function(e){e.Disconnect="disconnect",e.Reconnect="reconnect",e.Update="update",e.LDM="ldm",e.Error="error"})(ei||(ei={}));var la;(function(e){e.Reconnecting="reconnecting",e.PingTimer="pingTimer",e.StaleConnection="staleConnection",e.ClientInitiatedReconnect="client initiated reconnect"})(la||(la={}));var Se;(function(e){e.ApiError="BAD API",e.BadAuthentication="BAD_AUTHENTICATION",e.BadCreds="BAD_CREDS",e.BadHeader="BAD_HEADER",e.BadJson="BAD_JSON",e.BadPayload="BAD_PAYLOAD",e.BadSubject="BAD_SUBJECT",e.Cancelled="CANCELLED",e.ConnectionClosed="CONNECTION_CLOSED",e.ConnectionDraining="CONNECTION_DRAINING",e.ConnectionRefused="CONNECTION_REFUSED",e.ConnectionTimeout="CONNECTION_TIMEOUT",e.Disconnect="DISCONNECT",e.InvalidOption="INVALID_OPTION",e.InvalidPayload="INVALID_PAYLOAD",e.MaxPayloadExceeded="MAX_PAYLOAD_EXCEEDED",e.NoResponders="503",e.NotFunction="NOT_FUNC",e.RequestError="REQUEST_ERROR",e.ServerOptionNotAvailable="SERVER_OPT_NA",e.SubClosed="SUB_CLOSED",e.SubDraining="SUB_DRAINING",e.Timeout="TIMEOUT",e.Tls="TLS",e.Unknown="UNKNOWN_ERROR",e.WssRequired="WSS_REQUIRED",e.JetStreamInvalidAck="JESTREAM_INVALID_ACK",e.JetStream404NoMessages="404",e.JetStream408RequestTimeout="408",e.JetStream409MaxAckPendingExceeded="409",e.JetStream409="409",e.JetStreamNotEnabled="503",e.JetStreamIdleHeartBeat="IDLE_HEARTBEAT",e.AuthorizationViolation="AUTHORIZATION_VIOLATION",e.AuthenticationExpired="AUTHENTICATION_EXPIRED",e.ProtocolError="NATS_PROTOCOL_ERR",e.PermissionsViolation="PERMISSIONS_VIOLATION",e.AuthenticationTimeout="AUTHENTICATION_TIMEOUT",e.AccountExpired="ACCOUNT_EXPIRED"})(Se||(Se={}));function V_(e){return typeof e.code=="string"}class cx{constructor(){C(this,"messages");this.messages=new Map,this.messages.set(Se.InvalidPayload,"Invalid payload type - payloads can be 'binary', 'string', or 'json'"),this.messages.set(Se.BadJson,"Bad JSON"),this.messages.set(Se.WssRequired,"TLS is required, therefore a secure websocket connection is also required")}static getMessage(t){return J_.getMessage(t)}getMessage(t){return this.messages.get(t)||t}}const J_=new cx;class Te extends Error{constructor(r,s,l){super(r);C(this,"name");C(this,"message");C(this,"code");C(this,"permissionContext");C(this,"chainedError");C(this,"api_error");this.name="NatsError",this.message=r,this.code=s,this.chainedError=l}static errorForCode(r,s){const l=cx.getMessage(r);return new Te(l,r,s)}isAuthError(){return this.code===Se.AuthenticationExpired||this.code===Se.AuthorizationViolation||this.code===Se.AccountExpired}isAuthTimeout(){return this.code===Se.AuthenticationTimeout}isPermissionError(){return this.code===Se.PermissionsViolation}isProtocolError(){return this.code===Se.ProtocolError}isJetStreamError(){return this.api_error!==void 0}jsError(){return this.api_error?this.api_error:null}}var Fn;(function(e){e[e.Exact=0]="Exact",e[e.CanonicalMIME=1]="CanonicalMIME",e[e.IgnoreCase=2]="IgnoreCase"})(Fn||(Fn={}));var xr;(function(e){e.Timer="timer",e.Count="count",e.JitterTimer="jitterTimer",e.SentinelMsg="sentinelMsg"})(xr||(xr={}));var jl;(function(e){e.STATS="io.nats.micro.v1.stats_response",e.INFO="io.nats.micro.v1.info_response",e.PING="io.nats.micro.v1.ping_response"})(jl||(jl={}));const Au="Nats-Service-Error",ju="Nats-Service-Error-Code";class Tu extends Error{constructor(r,s){super(s);C(this,"code");this.code=r}static isServiceError(r){return Tu.toServiceError(r)!==null}static toServiceError(r){var l,u;const s=((l=r==null?void 0:r.headers)==null?void 0:l.get(ju))||"";if(s!==""){const c=parseInt(s)||400,f=((u=r==null?void 0:r.headers)==null?void 0:u.get(Au))||"";return new Tu(c,f.length?f:s)}return null}}function ni(e=""){if(e=e||"_INBOX",typeof e!="string")throw new Error("prefix must be a string");return e.split(".").forEach(t=>{if(t==="*"||t===">")throw new Error(`inbox prefixes cannot have wildcards '${e}'`)}),`${e}.${Pi.next()}`}const Qh="127.0.0.1";var zi;(function(e){e.PING="PING",e.STATS="STATS",e.INFO="INFO"})(zi||(zi={}));function Gu(e,...t){for(let r=0;r<t.length;r++){const s=t[r];Object.keys(s).forEach(function(l){e[l]=s[l]})}return e}function cu(e){return Yn.decode(e).replace(/\n/g,"␊").replace(/\r/g,"␍")}function ma(e,t=!0){const r=t?Te.errorForCode(Se.Timeout):null;let s,l;const u=new Promise((c,f)=>{s={cancel:()=>{l&&clearTimeout(l)}},l=setTimeout(()=>{f(r===null?Te.errorForCode(Se.Timeout):r)},e)});return Object.assign(u,s)}function Sa(e=0){let t;const r=new Promise(s=>{const l=setTimeout(()=>{s()},e);t={cancel:()=>{l&&clearTimeout(l)}}});return Object.assign(r,t)}function Bt(){let e={};const t=new Promise((r,s)=>{e={resolve:r,reject:s}});return Object.assign(t,e)}function fx(e){for(let t=e.length-1;t>0;t--){const r=Math.floor(Math.random()*(t+1));[e[t],e[r]]=[e[r],e[t]]}return e}function X_(e){return e===0?0:Math.floor(e/2+Math.random()*e)}function Rd(e=[0,250,250,500,500,3e3,5e3]){Array.isArray(e)||(e=[0,250,250,500,500,3e3,5e3]);const t=e.length-1;return{backoff(r){return X_(r>t?e[t]:e[r])}}}function Ut(e){return e*1e6}function Md(e){return Math.floor(e/1e6)}function g0(e){let s=!0;const l=new Array(e.length);for(let u=0;u<e.length;u++){let c=e.charCodeAt(u);if(c===58||c<33||c>126)throw new Te(`'${e[u]}' is not a valid character for a header key`,Se.BadHeader);s&&97<=c&&c<=122?c-=32:!s&&65<=c&&c<=90&&(c+=32),l[u]=c,s=c==45}return String.fromCharCode(...l)}function ii(e=0,t=""){if(e===0&&t!==""||e>0&&t==="")throw new Error("setting status requires both code and description");return new Ui(e,t)}const xh="NATS/1.0";class Ui{constructor(t=0,r=""){C(this,"_code");C(this,"headers");C(this,"_description");this._code=t,this._description=r,this.headers=new Map}[Symbol.iterator](){return this.headers.entries()}size(){return this.headers.size}equals(t){if(t&&this.headers.size===t.headers.size&&this._code===t._code){for(const[r,s]of this.headers){const l=t.values(r);if(s.length!==l.length)return!1;const u=[...s].sort(),c=[...l].sort();for(let f=0;f<u.length;f++)if(u[f]!==c[f])return!1}return!0}return!1}static decode(t){const r=new Ui,l=Yn.decode(t).split(`\r
61
+ `),u=l[0];if(u!==xh){let c=u.replace(xh,"").trim();if(c.length>0){r._code=parseInt(c,10),isNaN(r._code)&&(r._code=0);const f=r._code.toString();c=c.replace(f,""),r._description=c.trim()}}return l.length>=1&&l.slice(1).map(c=>{if(c){const f=c.indexOf(":");if(f>-1){const d=c.slice(0,f),m=c.slice(f+1).trim();r.append(d,m)}}}),r}toString(){if(this.headers.size===0&&this._code===0)return"";let t=xh;this._code>0&&this._description!==""&&(t+=` ${this._code} ${this._description}`);for(const[r,s]of this.headers)for(let l=0;l<s.length;l++)t=`${t}\r
62
+ ${r}: ${s[l]}`;return`${t}\r
63
+ \r
64
+ `}encode(){return Ii.encode(this.toString())}static validHeaderValue(t){if(/[\r\n]/.test(t))throw new Te("invalid header value - \\r and \\n are not allowed.",Se.BadHeader);return t.trim()}keys(){const t=[];for(const r of this.headers.keys())t.push(r);return t}findKeys(t,r=Fn.Exact){const s=this.keys();switch(r){case Fn.Exact:return s.filter(l=>l===t);case Fn.CanonicalMIME:return t=g0(t),s.filter(l=>l===t);default:{const l=t.toLowerCase();return s.filter(u=>l===u.toLowerCase())}}}get(t,r=Fn.Exact){const s=this.findKeys(t,r);if(s.length){const l=this.headers.get(s[0]);if(l)return Array.isArray(l)?l[0]:l}return""}last(t,r=Fn.Exact){const s=this.findKeys(t,r);if(s.length){const l=this.headers.get(s[0]);if(l)return Array.isArray(l)?l[l.length-1]:l}return""}has(t,r=Fn.Exact){return this.findKeys(t,r).length>0}set(t,r,s=Fn.Exact){this.delete(t,s),this.append(t,r,s)}append(t,r,s=Fn.Exact){const l=g0(t);s===Fn.CanonicalMIME&&(t=l);const u=this.findKeys(t,s);t=u.length>0?u[0]:t;const c=Ui.validHeaderValue(r);let f=this.headers.get(t);f||(f=[],this.headers.set(t,f)),f.push(c)}values(t,r=Fn.Exact){const s=[];return this.findKeys(t,r).forEach(u=>{const c=this.headers.get(u);c&&s.push(...c)}),s}delete(t,r=Fn.Exact){this.findKeys(t,r).forEach(l=>{this.headers.delete(l)})}get hasError(){return this._code>=300}get status(){return`${this._code} ${this._description}`.trim()}toRecord(){const t={};return this.keys().forEach(r=>{t[r]=this.values(r)}),t}get code(){return this._code}get description(){return this._description}static fromRecord(t){const r=new Ui;for(const s in t)r.headers.set(s,t[s]);return r}}function Nu(){return{encode(e){return Ii.encode(e)},decode(e){return Yn.decode(e)}}}function vr(e){return{encode(t){try{return t===void 0&&(t=null),Ii.encode(JSON.stringify(t))}catch(r){throw Te.errorForCode(Se.BadJson,r)}},decode(t){try{return JSON.parse(Yn.decode(t),e)}catch(r){throw Te.errorForCode(Se.BadJson,r)}}}}function hx(e){var t;return e&&e.data.length===0&&((t=e.headers)==null?void 0:t.code)===503?Te.errorForCode(Se.NoResponders):null}class Dd{constructor(t,r,s){C(this,"_headers");C(this,"_msg");C(this,"_rdata");C(this,"_reply");C(this,"_subject");C(this,"publisher");this._msg=t,this._rdata=r,this.publisher=s}get subject(){return this._subject?this._subject:(this._subject=Yn.decode(this._msg.subject),this._subject)}get reply(){return this._reply?this._reply:(this._reply=Yn.decode(this._msg.reply),this._reply)}get sid(){return this._msg.sid}get headers(){if(this._msg.hdr>-1&&!this._headers){const t=this._rdata.subarray(0,this._msg.hdr);this._headers=Ui.decode(t)}return this._headers}get data(){return this._rdata?this._msg.hdr>-1?this._rdata.subarray(this._msg.hdr):this._rdata:new Uint8Array(0)}respond(t=Jn,r){return this.reply?(this.publisher.publish(this.reply,t,r),!0):!1}size(){var l;const t=this._msg.subject.length,r=((l=this._msg.reply)==null?void 0:l.length)||0,s=this._msg.size===-1?0:this._msg.size;return t+r+s}json(t){return vr(t).decode(this.data)}string(){return Yn.decode(this.data)}requestInfo(){var r;const t=(r=this.headers)==null?void 0:r.get("Nats-Request-Info");return t?JSON.parse(t,function(s,l){return(s==="start"||s==="stop")&&l!==""?new Date(Date.parse(l)):l}):null}}C(Dd,"jc");function oa(e){return Vu("durable",e)}function wn(e){return Vu("stream",e)}function Vu(e,t=""){if(t==="")throw Error(`${e} name required`);return[".","*",">","/","\\"," "," ",`
65
+ `,"\r"].forEach(s=>{if(t.indexOf(s)!==-1){switch(s){case`
66
+ `:s="\\n";break;case"\r":s="\\r";break;case" ":s="\\t";break}throw Error(`invalid ${e} name - ${e} name cannot contain '${s}'`)}}),""}function El(e,t=""){if(t==="")throw Error(`${e} name required`);const r=K_(t);if(r.length)throw new Error(`invalid ${e} name - ${e} name ${r}`)}function K_(e=""){if(e==="")throw Error("name required");const t=/^[-\w]+$/g;if(e.match(t)===null){for(const s of e.split(""))if(s.match(t)===null)return`cannot contain '${s}'`}return""}function Zh(e){if(e.data.length>0)return!1;const t=e.headers;return t?t.code>=100&&t.code<200:!1}function Wh(e){var t;return Zh(e)&&((t=e.headers)==null?void 0:t.description)==="Idle Heartbeat"}function Q_(e,t,r){const s=ii(e,t),l={hdr:1,sid:0,size:0},u=new Dd(l,Jn,{});return u._headers=s,u._subject=r,u}function ua(e){if(e.data.length!==0)return null;const t=e.headers;return t?dx(t.code,t.description):null}var or;(function(e){e.MaxBatchExceeded="exceeded maxrequestbatch of",e.MaxExpiresExceeded="exceeded maxrequestexpires of",e.MaxBytesExceeded="exceeded maxrequestmaxbytes of",e.MaxMessageSizeExceeded="message size exceeds maxbytes",e.PushConsumer="consumer is push based",e.MaxWaitingExceeded="exceeded maxwaiting",e.IdleHeartbeatMissed="idle heartbeats missed",e.ConsumerDeleted="consumer deleted"})(or||(or={}));function Z_(e){return e.code!==Se.JetStream409?!1:[or.MaxBatchExceeded,or.MaxExpiresExceeded,or.MaxBytesExceeded,or.MaxMessageSizeExceeded,or.PushConsumer,or.IdleHeartbeatMissed,or.ConsumerDeleted].find(r=>e.message.indexOf(r)!==-1)!==void 0}function dx(e,t=""){if(e<300)return null;switch(t=t.toLowerCase(),e){case 404:return new Te(t,Se.JetStream404NoMessages);case 408:return new Te(t,Se.JetStream408RequestTimeout);case 409:{const r=t.startsWith(or.IdleHeartbeatMissed)?Se.JetStreamIdleHeartBeat:Se.JetStream409;return new Te(t,r)}case 503:return Te.errorForCode(Se.JetStreamNotEnabled,new Error(t));default:return t===""&&(t=Se.Unknown),new Te(t,`${e}`)}}class an{constructor(){C(this,"inflight");C(this,"processed");C(this,"received");C(this,"noIterator");C(this,"iterClosed");C(this,"done");C(this,"signal");C(this,"yields");C(this,"filtered");C(this,"pendingFiltered");C(this,"ingestionFilterFn");C(this,"protocolFilterFn");C(this,"dispatchedFn");C(this,"ctx");C(this,"_data");C(this,"err");C(this,"time");C(this,"yielding");this.inflight=0,this.filtered=0,this.pendingFiltered=0,this.processed=0,this.received=0,this.noIterator=!1,this.done=!1,this.signal=Bt(),this.yields=[],this.iterClosed=Bt(),this.time=0,this.yielding=!1}[Symbol.asyncIterator](){return this.iterate()}push(t){if(this.done)return;if(typeof t=="function"){this.yields.push(t),this.signal.resolve();return}const{ingest:r,protocol:s}=this.ingestionFilterFn?this.ingestionFilterFn(t,this.ctx||this):{ingest:!0,protocol:!1};r&&(s&&(this.filtered++,this.pendingFiltered++),this.yields.push(t),this.signal.resolve())}async*iterate(){if(this.noIterator)throw new Te("unsupported iterator",Se.ApiError);if(this.yielding)throw new Te("already yielding",Se.ApiError);this.yielding=!0;try{for(;;){if(this.yields.length===0&&await this.signal,this.err)throw this.err;const t=this.yields;this.inflight=t.length,this.yields=[];for(let r=0;r<t.length;r++){if(typeof t[r]=="function"){const l=t[r];try{l()}catch(u){throw u}if(this.err)throw this.err;continue}if(this.protocolFilterFn?this.protocolFilterFn(t[r]):!0){this.processed++;const l=Date.now();yield t[r],this.time=Date.now()-l,this.dispatchedFn&&t[r]&&this.dispatchedFn(t[r])}else this.pendingFiltered--;this.inflight--}if(this.done)break;this.yields.length===0&&(t.length=0,this.yields=t,this.signal=Bt())}}finally{this.stop()}}stop(t){this.done||(this.err=t,this.done=!0,this.signal.resolve(),this.iterClosed.resolve(t))}getProcessed(){return this.noIterator?this.received:this.processed}getPending(){return this.yields.length+this.inflight-this.pendingFiltered}getReceived(){return this.received-this.filtered}}class Ld{constructor(t,r,s={maxOut:2}){C(this,"interval");C(this,"maxOut");C(this,"cancelAfter");C(this,"timer");C(this,"autoCancelTimer");C(this,"last");C(this,"missed");C(this,"count");C(this,"callback");this.interval=t,this.maxOut=(s==null?void 0:s.maxOut)||2,this.cancelAfter=(s==null?void 0:s.cancelAfter)||0,this.last=Date.now(),this.missed=0,this.count=0,this.callback=r,this._schedule()}cancel(){this.autoCancelTimer&&clearTimeout(this.autoCancelTimer),this.timer&&clearInterval(this.timer),this.timer=0,this.autoCancelTimer=0,this.missed=0}work(){this.last=Date.now(),this.missed=0}_change(t,r=0,s=2){this.interval=t,this.maxOut=s,this.cancelAfter=r,this.restart()}restart(){this.cancel(),this._schedule()}_schedule(){this.cancelAfter>0&&(this.autoCancelTimer=setTimeout(()=>{this.cancel()},this.cancelAfter)),this.timer=setInterval(()=>{if(this.count++,Date.now()-this.last>this.interval&&this.missed++,this.missed>=this.maxOut)try{this.callback(this.missed)===!0&&this.cancel()}catch(t){console.log(t)}},this.interval)}}var ed;(function(e){e.Limits="limits",e.Interest="interest",e.Workqueue="workqueue"})(ed||(ed={}));var zl;(function(e){e.Old="old",e.New="new"})(zl||(zl={}));var td;(function(e){e.File="file",e.Memory="memory"})(td||(td={}));var Vt;(function(e){e.All="all",e.Last="last",e.New="new",e.StartSequence="by_start_sequence",e.StartTime="by_start_time",e.LastPerSubject="last_per_subject"})(Vt||(Vt={}));var sn;(function(e){e.None="none",e.All="all",e.Explicit="explicit",e.NotSet=""})(sn||(sn={}));var pa;(function(e){e.Instant="instant",e.Original="original"})(pa||(pa={}));var qi;(function(e){e.None="none",e.S2="s2"})(qi||(qi={}));var Ou;(function(e){e.CreateOrUpdate="",e.Update="update",e.Create="create"})(Ou||(Ou={}));function W_(e,t={}){return Object.assign({name:e,deliver_policy:Vt.All,ack_policy:sn.Explicit,ack_wait:Ut(30*1e3),replay_policy:pa.Instant},t)}var y0;(function(e){e.API="api_audit",e.StreamAction="stream_action",e.ConsumerAction="consumer_action",e.SnapshotCreate="snapshot_create",e.SnapshotComplete="snapshot_complete",e.RestoreCreate="restore_create",e.RestoreComplete="restore_complete",e.MaxDeliver="max_deliver",e.Terminated="terminated",e.Ack="consumer_ack",e.StreamLeaderElected="stream_leader_elected",e.StreamQuorumLost="stream_quorum_lost",e.ConsumerLeaderElected="consumer_leader_elected",e.ConsumerQuorumLost="consumer_quorum_lost"})(y0||(y0={}));var En;(function(e){e.StreamSourceHdr="Nats-Stream-Source",e.LastConsumerSeqHdr="Nats-Last-Consumer",e.LastStreamSeqHdr="Nats-Last-Stream",e.ConsumerStalledHdr="Nats-Consumer-Stalled",e.MessageSizeHdr="Nats-Msg-Size",e.RollupHdr="Nats-Rollup",e.RollupValueSubject="sub",e.RollupValueAll="all",e.PendingMessagesHdr="Nats-Pending-Messages",e.PendingBytesHdr="Nats-Pending-Bytes"})(En||(En={}));var yr;(function(e){e.LastValue="",e.AllHistory="history",e.UpdatesOnly="updates"})(yr||(yr={}));var sa;(function(e){e.Stream="Nats-Stream",e.Sequence="Nats-Sequence",e.TimeStamp="Nats-Time-Stamp",e.Subject="Nats-Subject"})(sa||(sa={}));var b0;(function(e){e.Stream="Nats-Stream",e.Subject="Nats-Subject",e.Sequence="Nats-Sequence",e.LastSequence="Nats-Last-Sequence",e.Size="Nats-Msg-Size"})(b0||(b0={}));const $n="KV_";class e2{constructor(t){C(this,"config");C(this,"ordered");C(this,"mack");C(this,"stream");C(this,"callbackFn");C(this,"max");C(this,"qname");C(this,"isBind");C(this,"filters");this.stream="",this.mack=!1,this.ordered=!1,this.config=W_("",t||{})}getOpts(){var r;const t={};if(t.config=Object.assign({},this.config),t.config.filter_subject&&(this.filterSubject(t.config.filter_subject),t.config.filter_subject=void 0),t.config.filter_subjects&&((r=t.config.filter_subjects)==null||r.forEach(s=>{this.filterSubject(s)}),t.config.filter_subjects=void 0),t.mack=this.mack,t.stream=this.stream,t.callbackFn=this.callbackFn,t.max=this.max,t.queue=this.qname,t.ordered=this.ordered,t.config.ack_policy=t.ordered?sn.None:t.config.ack_policy,t.isBind=t.isBind||!1,this.filters)switch(this.filters.length){case 0:break;case 1:t.config.filter_subject=this.filters[0];break;default:t.config.filter_subjects=this.filters}return t}description(t){return this.config.description=t,this}deliverTo(t){return this.config.deliver_subject=t,this}durable(t){return oa(t),this.config.durable_name=t,this}startSequence(t){if(t<=0)throw new Error("sequence must be greater than 0");return this.config.deliver_policy=Vt.StartSequence,this.config.opt_start_seq=t,this}startTime(t){return this.config.deliver_policy=Vt.StartTime,this.config.opt_start_time=t.toISOString(),this}deliverAll(){return this.config.deliver_policy=Vt.All,this}deliverLastPerSubject(){return this.config.deliver_policy=Vt.LastPerSubject,this}deliverLast(){return this.config.deliver_policy=Vt.Last,this}deliverNew(){return this.config.deliver_policy=Vt.New,this}startAtTimeDelta(t){return this.startTime(new Date(Date.now()-t)),this}headersOnly(){return this.config.headers_only=!0,this}ackNone(){return this.config.ack_policy=sn.None,this}ackAll(){return this.config.ack_policy=sn.All,this}ackExplicit(){return this.config.ack_policy=sn.Explicit,this}ackWait(t){return this.config.ack_wait=Ut(t),this}maxDeliver(t){return this.config.max_deliver=t,this}filterSubject(t){return this.filters=this.filters||[],this.filters.push(t),this}replayInstantly(){return this.config.replay_policy=pa.Instant,this}replayOriginal(){return this.config.replay_policy=pa.Original,this}sample(t){if(t=Math.trunc(t),t<0||t>100)throw new Error("value must be between 0-100");return this.config.sample_freq=`${t}%`,this}limit(t){return this.config.rate_limit_bps=t,this}maxWaiting(t){return this.config.max_waiting=t,this}maxAckPending(t){return this.config.max_ack_pending=t,this}idleHeartbeat(t){return this.config.idle_heartbeat=Ut(t),this}flowControl(){return this.config.flow_control=!0,this}deliverGroup(t){return this.queue(t),this}manualAck(){return this.mack=!0,this}maxMessages(t){return this.max=t,this}callback(t){return this.callbackFn=t,this}queue(t){return this.qname=t,this.config.deliver_group=t,this}orderedConsumer(){return this.ordered=!0,this}bind(t,r){return this.stream=t,this.config.durable_name=r,this.isBind=!0,this}bindStream(t){return this.stream=t,this}inactiveEphemeralThreshold(t){return this.config.inactive_threshold=Ut(t),this}maxPullBatch(t){return this.config.max_batch=t,this}maxPullRequestExpires(t){return this.config.max_expires=Ut(t),this}memory(){return this.config.mem_storage=!0,this}numReplicas(t){return this.config.num_replicas=t,this}consumerName(t){return this.config.name=t,this}}function Bi(e){return new e2(e)}function x0(e){return typeof e.getOpts=="function"}class t2{static encode(t){if(typeof t=="string")return btoa(t);const r=Array.from(t);return btoa(String.fromCharCode(...r))}static decode(t,r=!1){const s=atob(t);return r?Uint8Array.from(s,l=>l.charCodeAt(0)):s}}class ca{static encode(t){return ca.toB64URLEncoding(t2.encode(t))}static decode(t,r=!1){return ca.decode(ca.fromB64URLEncoding(t),r)}static toB64URLEncoding(t){return t.replace(/\+/g,"-").replace(/\//g,"_")}static fromB64URLEncoding(t){return t.replace(/_/g,"/").replace(/-/g,"+")}}class ga{constructor(){C(this,"buffers");C(this,"byteLength");this.buffers=[],this.byteLength=0}static concat(...t){let r=0;for(let u=0;u<t.length;u++)r+=t[u].length;const s=new Uint8Array(r);let l=0;for(let u=0;u<t.length;u++)s.set(t[u],l),l+=t[u].length;return s}static fromAscii(t){return t||(t=""),Ii.encode(t)}static toAscii(t){return Yn.decode(t)}reset(){this.buffers.length=0,this.byteLength=0}pack(){if(this.buffers.length>1){const t=new Uint8Array(this.byteLength);let r=0;for(let s=0;s<this.buffers.length;s++)t.set(this.buffers[s],r),r+=this.buffers[s].length;this.buffers.length=0,this.buffers.push(t)}}shift(){if(this.buffers.length){const t=this.buffers.shift();if(t)return this.byteLength-=t.length,t}return new Uint8Array(0)}drain(t){if(this.buffers.length){this.pack();const r=this.buffers.pop();if(r){const s=this.byteLength;(t===void 0||t>s)&&(t=s);const l=r.subarray(0,t);return s>t&&this.buffers.push(r.subarray(t)),this.byteLength=s-t,l}}return new Uint8Array(0)}fill(t,...r){t&&(this.buffers.push(t),this.byteLength+=t.length);for(let s=0;s<r.length;s++)r[s]&&r[s].length&&(this.buffers.push(r[s]),this.byteLength+=r[s].length)}peek(){return this.buffers.length?(this.pack(),this.buffers[0]):new Uint8Array(0)}size(){return this.byteLength}length(){return this.buffers.length}}function n2(e,t){return t.forEach(function(r){r&&typeof r!="string"&&!Array.isArray(r)&&Object.keys(r).forEach(function(s){if(s!=="default"&&!(s in e)){var l=Object.getOwnPropertyDescriptor(r,s);Object.defineProperty(e,s,l.get?l:{enumerable:!0,get:function(){return r[s]}})}})}),Object.freeze(e)}var r2=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{},bl=r2.performance||{};bl.now||bl.mozNow||bl.msNow||bl.oNow||bl.webkitNow;var v0={versions:{}},i2=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function s2(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(r){var s=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,s.get?s:{enumerable:!0,get:function(){return e[r]}})}),t}var vh,Ju={exports:{}},w0={},S0=s2(n2({__proto__:null,default:w0},[w0]));vh=Ju,(function(){var e="input is invalid type",t=typeof window=="object",r=t?window:{};r.JS_SHA256_NO_WINDOW&&(t=!1);var s=!t&&typeof self=="object",l=!r.JS_SHA256_NO_NODE_JS&&v0.versions&&v0.versions.node;l?r=i2:s&&(r=self);var u=!r.JS_SHA256_NO_COMMON_JS&&vh.exports,c=!r.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",f="0123456789abcdef".split(""),d=[-2147483648,8388608,32768,128],m=[24,16,8,0],y=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],g=["hex","array","digest","arrayBuffer"],x=[];!r.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(B){return Object.prototype.toString.call(B)==="[object Array]"}),!c||!r.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(B){return typeof B=="object"&&B.buffer&&B.buffer.constructor===ArrayBuffer});var w=function(B,L){return function(W){return new q(L,!0).update(W)[B]()}},S=function(B){var L=w("hex",B);l&&(L=T(L,B)),L.create=function(){return new q(B)},L.update=function(H){return L.create().update(H)};for(var W=0;W<g.length;++W){var $=g[W];L[$]=w($,B)}return L},T=function(B,L){var W,$=S0,H=S0.Buffer,R=L?"sha224":"sha256";return W=H.from&&!r.JS_SHA256_NO_BUFFER_FROM?H.from:function(G){return new H(G)},function(G){if(typeof G=="string")return $.createHash(R).update(G,"utf8").digest("hex");if(G==null)throw new Error(e);return G.constructor===ArrayBuffer&&(G=new Uint8Array(G)),Array.isArray(G)||ArrayBuffer.isView(G)||G.constructor===H?$.createHash(R).update(W(G)).digest("hex"):B(G)}},z=function(B,L){return function(W,$){return new F(W,L,!0).update($)[B]()}},D=function(B){var L=z("hex",B);L.create=function(H){return new F(H,B)},L.update=function(H,R){return L.create(H).update(R)};for(var W=0;W<g.length;++W){var $=g[W];L[$]=z($,B)}return L};function q(B,L){L?(x[0]=x[16]=x[1]=x[2]=x[3]=x[4]=x[5]=x[6]=x[7]=x[8]=x[9]=x[10]=x[11]=x[12]=x[13]=x[14]=x[15]=0,this.blocks=x):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],B?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=B}function F(B,L,W){var $,H=typeof B;if(H==="string"){var R,G=[],J=B.length,fe=0;for($=0;$<J;++$)(R=B.charCodeAt($))<128?G[fe++]=R:R<2048?(G[fe++]=192|R>>>6,G[fe++]=128|63&R):R<55296||R>=57344?(G[fe++]=224|R>>>12,G[fe++]=128|R>>>6&63,G[fe++]=128|63&R):(R=65536+((1023&R)<<10|1023&B.charCodeAt(++$)),G[fe++]=240|R>>>18,G[fe++]=128|R>>>12&63,G[fe++]=128|R>>>6&63,G[fe++]=128|63&R);B=G}else{if(H!=="object")throw new Error(e);if(B===null)throw new Error(e);if(c&&B.constructor===ArrayBuffer)B=new Uint8Array(B);else if(!(Array.isArray(B)||c&&ArrayBuffer.isView(B)))throw new Error(e)}B.length>64&&(B=new q(L,!0).update(B).array());var ie=[],ee=[];for($=0;$<64;++$){var P=B[$]||0;ie[$]=92^P,ee[$]=54^P}q.call(this,L,W),this.update(ee),this.oKeyPad=ie,this.inner=!0,this.sharedMemory=W}q.prototype.update=function(B){if(!this.finalized){var L,W=typeof B;if(W!=="string"){if(W!=="object")throw new Error(e);if(B===null)throw new Error(e);if(c&&B.constructor===ArrayBuffer)B=new Uint8Array(B);else if(!(Array.isArray(B)||c&&ArrayBuffer.isView(B)))throw new Error(e);L=!0}for(var $,H,R=0,G=B.length,J=this.blocks;R<G;){if(this.hashed&&(this.hashed=!1,J[0]=this.block,this.block=J[16]=J[1]=J[2]=J[3]=J[4]=J[5]=J[6]=J[7]=J[8]=J[9]=J[10]=J[11]=J[12]=J[13]=J[14]=J[15]=0),L)for(H=this.start;R<G&&H<64;++R)J[H>>>2]|=B[R]<<m[3&H++];else for(H=this.start;R<G&&H<64;++R)($=B.charCodeAt(R))<128?J[H>>>2]|=$<<m[3&H++]:$<2048?(J[H>>>2]|=(192|$>>>6)<<m[3&H++],J[H>>>2]|=(128|63&$)<<m[3&H++]):$<55296||$>=57344?(J[H>>>2]|=(224|$>>>12)<<m[3&H++],J[H>>>2]|=(128|$>>>6&63)<<m[3&H++],J[H>>>2]|=(128|63&$)<<m[3&H++]):($=65536+((1023&$)<<10|1023&B.charCodeAt(++R)),J[H>>>2]|=(240|$>>>18)<<m[3&H++],J[H>>>2]|=(128|$>>>12&63)<<m[3&H++],J[H>>>2]|=(128|$>>>6&63)<<m[3&H++],J[H>>>2]|=(128|63&$)<<m[3&H++]);this.lastByteIndex=H,this.bytes+=H-this.start,H>=64?(this.block=J[16],this.start=H-64,this.hash(),this.hashed=!0):this.start=H}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this}},q.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var B=this.blocks,L=this.lastByteIndex;B[16]=this.block,B[L>>>2]|=d[3&L],this.block=B[16],L>=56&&(this.hashed||this.hash(),B[0]=this.block,B[16]=B[1]=B[2]=B[3]=B[4]=B[5]=B[6]=B[7]=B[8]=B[9]=B[10]=B[11]=B[12]=B[13]=B[14]=B[15]=0),B[14]=this.hBytes<<3|this.bytes>>>29,B[15]=this.bytes<<3,this.hash()}},q.prototype.hash=function(){var B,L,W,$,H,R,G,J,fe,ie=this.h0,ee=this.h1,P=this.h2,X=this.h3,ae=this.h4,pe=this.h5,M=this.h6,E=this.h7,K=this.blocks;for(B=16;B<64;++B)L=((H=K[B-15])>>>7|H<<25)^(H>>>18|H<<14)^H>>>3,W=((H=K[B-2])>>>17|H<<15)^(H>>>19|H<<13)^H>>>10,K[B]=K[B-16]+L+K[B-7]+W|0;for(fe=ee&P,B=0;B<64;B+=4)this.first?(this.is224?(R=300032,E=(H=K[0]-1413257819)-150054599|0,X=H+24177077|0):(R=704751109,E=(H=K[0]-210244248)-1521486534|0,X=H+143694565|0),this.first=!1):(L=(ie>>>2|ie<<30)^(ie>>>13|ie<<19)^(ie>>>22|ie<<10),$=(R=ie&ee)^ie&P^fe,E=X+(H=E+(W=(ae>>>6|ae<<26)^(ae>>>11|ae<<21)^(ae>>>25|ae<<7))+(ae&pe^~ae&M)+y[B]+K[B])|0,X=H+(L+$)|0),L=(X>>>2|X<<30)^(X>>>13|X<<19)^(X>>>22|X<<10),$=(G=X&ie)^X&ee^R,M=P+(H=M+(W=(E>>>6|E<<26)^(E>>>11|E<<21)^(E>>>25|E<<7))+(E&ae^~E&pe)+y[B+1]+K[B+1])|0,L=((P=H+(L+$)|0)>>>2|P<<30)^(P>>>13|P<<19)^(P>>>22|P<<10),$=(J=P&X)^P&ie^G,pe=ee+(H=pe+(W=(M>>>6|M<<26)^(M>>>11|M<<21)^(M>>>25|M<<7))+(M&E^~M&ae)+y[B+2]+K[B+2])|0,L=((ee=H+(L+$)|0)>>>2|ee<<30)^(ee>>>13|ee<<19)^(ee>>>22|ee<<10),$=(fe=ee&P)^ee&X^J,ae=ie+(H=ae+(W=(pe>>>6|pe<<26)^(pe>>>11|pe<<21)^(pe>>>25|pe<<7))+(pe&M^~pe&E)+y[B+3]+K[B+3])|0,ie=H+(L+$)|0,this.chromeBugWorkAround=!0;this.h0=this.h0+ie|0,this.h1=this.h1+ee|0,this.h2=this.h2+P|0,this.h3=this.h3+X|0,this.h4=this.h4+ae|0,this.h5=this.h5+pe|0,this.h6=this.h6+M|0,this.h7=this.h7+E|0},q.prototype.hex=function(){this.finalize();var B=this.h0,L=this.h1,W=this.h2,$=this.h3,H=this.h4,R=this.h5,G=this.h6,J=this.h7,fe=f[B>>>28&15]+f[B>>>24&15]+f[B>>>20&15]+f[B>>>16&15]+f[B>>>12&15]+f[B>>>8&15]+f[B>>>4&15]+f[15&B]+f[L>>>28&15]+f[L>>>24&15]+f[L>>>20&15]+f[L>>>16&15]+f[L>>>12&15]+f[L>>>8&15]+f[L>>>4&15]+f[15&L]+f[W>>>28&15]+f[W>>>24&15]+f[W>>>20&15]+f[W>>>16&15]+f[W>>>12&15]+f[W>>>8&15]+f[W>>>4&15]+f[15&W]+f[$>>>28&15]+f[$>>>24&15]+f[$>>>20&15]+f[$>>>16&15]+f[$>>>12&15]+f[$>>>8&15]+f[$>>>4&15]+f[15&$]+f[H>>>28&15]+f[H>>>24&15]+f[H>>>20&15]+f[H>>>16&15]+f[H>>>12&15]+f[H>>>8&15]+f[H>>>4&15]+f[15&H]+f[R>>>28&15]+f[R>>>24&15]+f[R>>>20&15]+f[R>>>16&15]+f[R>>>12&15]+f[R>>>8&15]+f[R>>>4&15]+f[15&R]+f[G>>>28&15]+f[G>>>24&15]+f[G>>>20&15]+f[G>>>16&15]+f[G>>>12&15]+f[G>>>8&15]+f[G>>>4&15]+f[15&G];return this.is224||(fe+=f[J>>>28&15]+f[J>>>24&15]+f[J>>>20&15]+f[J>>>16&15]+f[J>>>12&15]+f[J>>>8&15]+f[J>>>4&15]+f[15&J]),fe},q.prototype.toString=q.prototype.hex,q.prototype.digest=function(){this.finalize();var B=this.h0,L=this.h1,W=this.h2,$=this.h3,H=this.h4,R=this.h5,G=this.h6,J=this.h7,fe=[B>>>24&255,B>>>16&255,B>>>8&255,255&B,L>>>24&255,L>>>16&255,L>>>8&255,255&L,W>>>24&255,W>>>16&255,W>>>8&255,255&W,$>>>24&255,$>>>16&255,$>>>8&255,255&$,H>>>24&255,H>>>16&255,H>>>8&255,255&H,R>>>24&255,R>>>16&255,R>>>8&255,255&R,G>>>24&255,G>>>16&255,G>>>8&255,255&G];return this.is224||fe.push(J>>>24&255,J>>>16&255,J>>>8&255,255&J),fe},q.prototype.array=q.prototype.digest,q.prototype.arrayBuffer=function(){this.finalize();var B=new ArrayBuffer(this.is224?28:32),L=new DataView(B);return L.setUint32(0,this.h0),L.setUint32(4,this.h1),L.setUint32(8,this.h2),L.setUint32(12,this.h3),L.setUint32(16,this.h4),L.setUint32(20,this.h5),L.setUint32(24,this.h6),this.is224||L.setUint32(28,this.h7),B},F.prototype=new q,F.prototype.finalize=function(){if(q.prototype.finalize.call(this),this.inner){this.inner=!1;var B=this.array();q.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(B),q.prototype.finalize.call(this)}};var oe=S();oe.sha256=oe,oe.sha224=S(!0),oe.sha256.hmac=D(),oe.sha224.hmac=D(!0),u?vh.exports=oe:(r.sha256=oe.sha256,r.sha224=oe.sha224)})();Ju.exports;Ju.exports.sha224;var _0=Ju.exports.sha256;function nd(e){return f2(e)}function a2(e){if(!/^[0-9A-Fa-f]+$/.test(e))return!1;const r=/^[0-9A-F]+$/.test(e),s=/^[0-9a-f]+$/.test(e);return r||s?e.length%2===0:!1}function l2(e){return/^[A-Za-z0-9\-_]*(={0,2})?$/.test(e)||/^[A-Za-z0-9+/]*(={0,2})?$/.test(e)}function o2(e){return a2(e)?"hex":l2(e)?"b64":""}function u2(e){if(e.length%2!==0)throw new Error("hex string must have an even length");const t=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2)t[r/2]=parseInt(e.substring(r,r+2),16);return t}function c2(e){e=e.replace(/-/g,"+"),e=e.replace(/_/g,"/");const t=atob(e);return Uint8Array.from(t,r=>r.charCodeAt(0))}function f2(e){switch(o2(e)){case"hex":return u2(e);case"b64":return c2(e)}return null}function h2(e,t){const r=typeof e=="string"?nd(e):e,s=typeof t=="string"?nd(t):t;if(r===null||s===null||r.length!==s.length)return!1;for(let l=0;l<r.length;l++)if(r[l]!==s[l])return!1;return!0}class mx{constructor(t,r,s=!0){C(this,"token");C(this,"received");C(this,"ctx");C(this,"requestSubject");C(this,"mux");this.mux=t,this.requestSubject=r,this.received=0,this.token=Pi.next(),s&&(this.ctx=new Error)}}class d2 extends mx{constructor(r,s,l={maxWait:1e3}){super(r,s);C(this,"callback");C(this,"done");C(this,"timer");C(this,"max");C(this,"opts");if(this.opts=l,typeof this.opts.callback!="function")throw new Error("callback is required");this.callback=this.opts.callback,this.max=typeof l.maxMessages=="number"&&l.maxMessages>0?l.maxMessages:-1,this.done=Bt(),this.done.then(()=>{this.callback(null,null)}),this.timer=setTimeout(()=>{this.cancel()},l.maxWait)}cancel(r){r&&this.callback(r,null),clearTimeout(this.timer),this.mux.cancel(this),this.done.resolve()}resolver(r,s){r?(this.ctx&&(r.stack+=`
67
+
68
+ ${this.ctx.stack}`),this.cancel(r)):(this.callback(null,s),this.opts.strategy===xr.Count&&(this.max--,this.max===0&&this.cancel()),this.opts.strategy===xr.JitterTimer&&(clearTimeout(this.timer),this.timer=setTimeout(()=>{this.cancel()},this.opts.jitter||300)),this.opts.strategy===xr.SentinelMsg&&s&&s.data.length===0&&this.cancel())}}class px extends mx{constructor(r,s,l={timeout:1e3},u=!0){super(r,s,u);C(this,"deferred");C(this,"timer");this.deferred=Bt(),this.timer=ma(l.timeout,u)}resolver(r,s){this.timer&&this.timer.cancel(),r?(this.ctx&&(r.stack+=`
69
+
70
+ ${this.ctx.stack}`),this.deferred.reject(r)):this.deferred.resolve(s),this.cancel()}cancel(r){this.timer&&this.timer.cancel(),this.mux.cancel(this),this.deferred.reject(r||Te.errorForCode(Se.Cancelled))}}const m2="$JS.API";function p2(e){return e=e||{},e.domain&&(e.apiPrefix=`$JS.${e.domain}.API`,delete e.domain),Gu({apiPrefix:m2,timeout:5e3},e)}class $l{constructor(t,r){C(this,"nc");C(this,"opts");C(this,"prefix");C(this,"timeout");C(this,"jc");this.nc=t,this.opts=p2(r),this._parseOpts(),this.prefix=this.opts.apiPrefix,this.timeout=this.opts.timeout,this.jc=vr()}getOptions(){return Object.assign({},this.opts)}_parseOpts(){let t=this.opts.apiPrefix;if(!t||t.length===0)throw new Error("invalid empty prefix");t[t.length-1]==="."&&(t=t.substr(0,t.length-1)),this.opts.apiPrefix=t}async _request(t,r=null,s){s=s||{},s.timeout=this.timeout;let l=Jn;r&&(l=this.jc.encode(r));let{retries:u}=s;u=u||1,u=u===-1?Number.MAX_SAFE_INTEGER:u;const c=Rd();for(let f=0;f<u;f++)try{const d=await this.nc.request(t,l,s);return this.parseJsResponse(d)}catch(d){const m=d;if((m.code==="503"||m.code===Se.Timeout)&&f+1<u)await Sa(c.backoff(f));else throw d}}async findStream(t){const r={subject:t},l=await this._request(`${this.prefix}.STREAM.NAMES`,r);if(!l.streams||l.streams.length!==1)throw new Error("no stream matches subject");return l.streams[0]}getConnection(){return this.nc}parseJsResponse(t){const r=this.jc.decode(t.data),s=r;if(s.error){const l=dx(s.error.code,s.error.description);if(l!==null)throw l.api_error=s.error,l}return r}}class Cl{constructor(t,r,s,l){C(this,"err");C(this,"offset");C(this,"pageInfo");C(this,"subject");C(this,"jsm");C(this,"filter");C(this,"payload");if(!t)throw new Error("subject is required");this.subject=t,this.jsm=s,this.offset=0,this.pageInfo={},this.filter=r,this.payload=l||{}}async next(){if(this.err)return[];if(this.pageInfo&&this.offset>=this.pageInfo.total)return[];const t={offset:this.offset};this.payload&&Object.assign(t,this.payload);try{const r=await this.jsm._request(this.subject,t,{timeout:this.jsm.timeout});this.pageInfo=r;const s=this.countResponse(r);return s===0?[]:(this.offset+=s,this.filter(r))}catch(r){throw this.err=r,r}}countResponse(t){var r,s,l;switch(t==null?void 0:t.type){case"io.nats.jetstream.api.v1.stream_names_response":case"io.nats.jetstream.api.v1.stream_list_response":return((r=t.streams)==null?void 0:r.length)||0;case"io.nats.jetstream.api.v1.consumer_list_response":return((s=t.consumers)==null?void 0:s.length)||0;default:return console.error(`jslister.ts: unknown API response for paged output: ${t==null?void 0:t.type}`),((l=t.streams)==null?void 0:l.length)||0}return 0}async*[Symbol.asyncIterator](){let t=await this.next();for(;t.length>0;){for(const r of t)yield r;t=await this.next()}}}function ms(e=""){const t=e.match(/(\d+).(\d+).(\d+)/);if(t)return{major:parseInt(t[1]),minor:parseInt(t[2]),micro:parseInt(t[3])};throw new Error(`'${e}' is not a semver value`)}function rd(e,t){return e.major<t.major?-1:e.major>t.major?1:e.minor<t.minor?-1:e.minor>t.minor?1:e.micro<t.micro?-1:e.micro>t.micro?1:0}var mt;(function(e){e.JS_KV="js_kv",e.JS_OBJECTSTORE="js_objectstore",e.JS_PULL_MAX_BYTES="js_pull_max_bytes",e.JS_NEW_CONSUMER_CREATE_API="js_new_consumer_create",e.JS_ALLOW_DIRECT="js_allow_direct",e.JS_MULTIPLE_CONSUMER_FILTER="js_multiple_consumer_filter",e.JS_SIMPLIFICATION="js_simplification",e.JS_STREAM_CONSUMER_METADATA="js_stream_consumer_metadata",e.JS_CONSUMER_FILTER_SUBJECTS="js_consumer_filter_subjects",e.JS_STREAM_FIRST_SEQ="js_stream_first_seq",e.JS_STREAM_SUBJECT_TRANSFORM="js_stream_subject_transform",e.JS_STREAM_SOURCE_SUBJECT_TRANSFORM="js_stream_source_subject_transform",e.JS_STREAM_COMPRESSION="js_stream_compression",e.JS_DEFAULT_CONSUMER_LIMITS="js_default_consumer_limits",e.JS_BATCH_DIRECT_GET="js_batch_direct_get"})(mt||(mt={}));class g2{constructor(t){C(this,"server");C(this,"features");C(this,"disabled");this.features=new Map,this.disabled=[],this.update(t)}resetDisabled(){this.disabled.length=0,this.update(this.server)}disable(t){this.disabled.push(t),this.update(this.server)}isDisabled(t){return this.disabled.indexOf(t)!==-1}update(t){typeof t=="string"&&(t=ms(t)),this.server=t,this.set(mt.JS_KV,"2.6.2"),this.set(mt.JS_OBJECTSTORE,"2.6.3"),this.set(mt.JS_PULL_MAX_BYTES,"2.8.3"),this.set(mt.JS_NEW_CONSUMER_CREATE_API,"2.9.0"),this.set(mt.JS_ALLOW_DIRECT,"2.9.0"),this.set(mt.JS_MULTIPLE_CONSUMER_FILTER,"2.10.0"),this.set(mt.JS_SIMPLIFICATION,"2.9.4"),this.set(mt.JS_STREAM_CONSUMER_METADATA,"2.10.0"),this.set(mt.JS_CONSUMER_FILTER_SUBJECTS,"2.10.0"),this.set(mt.JS_STREAM_FIRST_SEQ,"2.10.0"),this.set(mt.JS_STREAM_SUBJECT_TRANSFORM,"2.10.0"),this.set(mt.JS_STREAM_SOURCE_SUBJECT_TRANSFORM,"2.10.0"),this.set(mt.JS_STREAM_COMPRESSION,"2.10.0"),this.set(mt.JS_DEFAULT_CONSUMER_LIMITS,"2.10.0"),this.set(mt.JS_BATCH_DIRECT_GET,"2.11.0"),this.disabled.forEach(r=>{this.features.delete(r)})}set(t,r){this.features.set(t,{min:r,ok:rd(this.server,ms(r))>=0})}get(t){return this.features.get(t)||{min:"unknown",ok:!1}}supports(t){var r;return((r=this.get(t))==null?void 0:r.ok)||!1}require(t){return typeof t=="string"&&(t=ms(t)),rd(this.server,t)>=0}}class Ru extends $l{constructor(t,r){super(t,r)}async add(t,r,s=Ou.Create){if(wn(t),r.deliver_group&&r.flow_control)throw new Error("jetstream flow control is not supported with queue groups");if(r.deliver_group&&r.idle_heartbeat)throw new Error("jetstream idle heartbeat is not supported with queue groups");const l={};l.config=r,l.stream_name=t,l.action=s,l.config.durable_name&&oa(l.config.durable_name);const u=this.nc;let{min:c,ok:f}=u.features.get(mt.JS_NEW_CONSUMER_CREATE_API);const d=r.name===""?void 0:r.name;if(d&&!f)throw new Error(`consumer 'name' requires server ${c}`);if(d)try{Vu("name",d)}catch(x){const w=x.message,S=w.indexOf("cannot contain");throw S!==-1?new Error(`consumer 'name' ${w.substring(S)}`):x}let m,y="";if(Array.isArray(r.filter_subjects)){const{min:x,ok:w}=u.features.get(mt.JS_MULTIPLE_CONSUMER_FILTER);if(!w)throw new Error(`consumer 'filter_subjects' requires server ${x}`);f=!1}if(r.metadata){const{min:x,ok:w}=u.features.get(mt.JS_STREAM_CONSUMER_METADATA);if(!w)throw new Error(`consumer 'metadata' requires server ${x}`)}if(f&&(y=r.name??r.durable_name??""),y!==""){let x=r.filter_subject??void 0;x===">"&&(x=void 0),m=x!==void 0?`${this.prefix}.CONSUMER.CREATE.${t}.${y}.${x}`:`${this.prefix}.CONSUMER.CREATE.${t}.${y}`}else m=r.durable_name?`${this.prefix}.CONSUMER.DURABLE.CREATE.${t}.${r.durable_name}`:`${this.prefix}.CONSUMER.CREATE.${t}`;return await this._request(m,l)}async update(t,r,s){const l=await this.info(t,r),u=s;return this.add(t,Object.assign(l.config,u),Ou.Update)}async info(t,r){return wn(t),oa(r),await this._request(`${this.prefix}.CONSUMER.INFO.${t}.${r}`)}async delete(t,r){return wn(t),oa(r),(await this._request(`${this.prefix}.CONSUMER.DELETE.${t}.${r}`)).success}list(t){wn(t);const r=l=>l.consumers,s=`${this.prefix}.CONSUMER.LIST.${t}`;return new Cl(s,r,this)}pause(t,r,s){const l=`${this.prefix}.CONSUMER.PAUSE.${t}.${r}`,u={pause_until:s.toISOString()};return this._request(l,u)}resume(t,r){return this.pause(t,r,new Date(0))}}function ea(e,t,r=!1){if(r===!0&&!e)throw Te.errorForCode(Se.ApiError,new Error(`${t} is not a function`));if(e&&typeof e!="function")throw Te.errorForCode(Se.ApiError,new Error(`${t} is not a function`))}class y2 extends an{constructor(r,s,l){super();C(this,"sub");C(this,"adapter");C(this,"subIterDone");ea(l.adapter,"adapter",!0),this.adapter=l.adapter,l.callback&&ea(l.callback,"callback"),this.noIterator=typeof l.callback=="function",l.ingestionFilterFn&&(ea(l.ingestionFilterFn,"ingestionFilterFn"),this.ingestionFilterFn=l.ingestionFilterFn),l.protocolFilterFn&&(ea(l.protocolFilterFn,"protocolFilterFn"),this.protocolFilterFn=l.protocolFilterFn),l.dispatchedFn&&(ea(l.dispatchedFn,"dispatchedFn"),this.dispatchedFn=l.dispatchedFn),l.cleanupFn&&ea(l.cleanupFn,"cleanupFn");let u=(y,g)=>{this.callback(y,g)};if(l.callback){const y=l.callback;u=(g,x)=>{const[w,S]=this.adapter(g,x);if(w){y(w,null);return}const{ingest:T}=this.ingestionFilterFn?this.ingestionFilterFn(S,this):{ingest:!0};T&&(!this.protocolFilterFn||this.protocolFilterFn(S))&&(y(w,S),this.dispatchedFn&&S&&this.dispatchedFn(S))}}const{max:c,queue:f,timeout:d}=l,m={queue:f,timeout:d,callback:u};c&&c>0&&(m.max=c),this.sub=r.subscribe(s,m),l.cleanupFn&&(this.sub.cleanupFn=l.cleanupFn),this.noIterator||this.iterClosed.then(()=>{this.unsubscribe()}),this.subIterDone=Bt(),Promise.all([this.sub.closed,this.iterClosed]).then(()=>{this.subIterDone.resolve()}).catch(()=>{this.subIterDone.resolve()}),(async y=>{await y.closed,this.stop()})(this.sub).then().catch()}unsubscribe(r){this.sub.unsubscribe(r)}drain(){return this.sub.drain()}isDraining(){return this.sub.isDraining()}isClosed(){return this.sub.isClosed()}callback(r,s){this.sub.cancelTimeout();const[l,u]=this.adapter(r,s);l&&this.stop(l),u&&this.push(u)}getSubject(){return this.sub.getSubject()}getReceived(){return this.sub.getReceived()}getProcessed(){return this.sub.getProcessed()}getPending(){return this.sub.getPending()}getID(){return this.sub.getID()}getMax(){return this.sub.getMax()}get closed(){return this.sub.closed}}let Gn;function b2(e){Gn=e}function gx(){return Gn!==void 0&&Gn.defaultPort!==void 0?Gn.defaultPort:4222}function wh(){return Gn!==void 0&&Gn.urlParseFn?Gn.urlParseFn:void 0}function x2(){if(!Gn||typeof Gn.factory!="function")throw new Error("transport fn is not set");return Gn.factory()}function id(){return Gn!==void 0&&Gn.dnsResolveFn?Gn.dnsResolveFn:void 0}const Su=`\r
71
+ `,Mu=ga.fromAscii(Su),v2=new Uint8Array(Mu)[0],w2=new Uint8Array(Mu)[1];function S2(e){for(let t=0;t<e.length;t++){const r=t+1;if(e.byteLength>r&&e[t]===v2&&e[r]===w2)return r+1}return 0}function _2(e){const t=S2(e);if(t>0){const s=new Uint8Array(e).slice(0,t);return Yn.decode(s)}return""}const k2=4,yx=48,E2=65,C2=97;function A2(e,t,r,s){const l=new Uint8Array(16);return[0,0,0,0,0,0,0,0,0,0,255,255].forEach((c,f)=>{l[f]=c}),l[12]=e,l[13]=t,l[14]=r,l[15]=s,l}function sd(e){return j2(e)!==void 0}function j2(e){for(let t=0;t<e.length;t++)switch(e[t]){case".":return bx(e);case":":return T2(e)}}function bx(e){const t=new Uint8Array(4);for(let r=0;r<4;r++){if(e.length===0)return;if(r>0){if(e[0]!==".")return;e=e.substring(1)}const{n:s,c:l,ok:u}=N2(e);if(!u||s>255)return;e=e.substring(l),t[r]=s}return A2(t[0],t[1],t[2],t[3])}function T2(e){const t=new Uint8Array(16);let r=-1;if(e.length>=2&&e[0]===":"&&e[1]===":"&&(r=0,e=e.substring(2),e.length===0))return t;let s=0;for(;s<16;){const{n:l,c:u,ok:c}=O2(e);if(!c||l>65535)return;if(u<e.length&&e[u]==="."){if(r<0&&s!=12||s+4>16)return;const f=bx(e);if(f===void 0)return;t[s]=f[12],t[s+1]=f[13],t[s+2]=f[14],t[s+3]=f[15],e="",s+=k2;break}if(t[s]=l>>8,t[s+1]=l,s+=2,e=e.substring(u),e.length===0)break;if(e[0]!==":"||e.length==1)return;if(e=e.substring(1),e[0]===":"){if(r>=0)return;if(r=s,e=e.substring(1),e.length===0)break}}if(e.length===0){if(s<16){if(r<0)return;const l=16-s;for(let u=s-1;u>=r;u--)t[u+l]=t[u];for(let u=r+l-1;u>=r;u--)t[u]=0}else if(r>=0)return;return t}}function N2(e){let t=0,r=0;for(t=0;t<e.length&&48<=e.charCodeAt(t)&&e.charCodeAt(t)<=57;t++)if(r=r*10+(e.charCodeAt(t)-yx),r>=16777215)return{n:16777215,c:t,ok:!1};return t===0?{n:0,c:0,ok:!1}:{n:r,c:t,ok:!0}}function O2(e){let t=0,r=0;for(r=0;r<e.length;r++){if(48<=e.charCodeAt(r)&&e.charCodeAt(r)<=57)t*=16,t+=e.charCodeAt(r)-yx;else if(97<=e.charCodeAt(r)&&e.charCodeAt(r)<=102)t*=16,t+=e.charCodeAt(r)-C2+10;else if(65<=e.charCodeAt(r)&&e.charCodeAt(r)<=70)t*=16,t+=e.charCodeAt(r)-E2+10;else break;if(t>=16777215)return{n:0,c:r,ok:!1}}return r===0?{n:0,c:r,ok:!1}:{n:t,c:r,ok:!0}}function R2(e){return e.indexOf("[")!==-1||e.indexOf("::")!==-1?!1:e.indexOf(".")!==-1||e.split(":").length<=2}function ad(e){return!R2(e)}function M2(e){const t="::FFFF:",r=e.toUpperCase().indexOf(t);if(r!==-1&&e.indexOf(".")!==-1){let s=e.substring(r+t.length);return s=s.replace("[",""),s.replace("]","")}return e}function D2(e){e=e.trim(),e.match(/^(.*:\/\/)(.*)/m)&&(e=e.replace(/^(.*:\/\/)(.*)/gm,"$2")),e=M2(e),ad(e)&&e.indexOf("[")===-1&&(e=`[${e}]`);const t=ad(e)?e.match(/(]:)(\d+)/):e.match(/(:)(\d+)/),r=t&&t.length===3&&t[1]&&t[2]?parseInt(t[2]):4222,s=r===80?"https":"http",l=new URL(`${s}://${e}`);l.port=`${r}`;let u=l.hostname;return u.charAt(0)==="["&&(u=u.substring(1,u.length-1)),{listen:l.host,hostname:u,port:r}}class Tl{constructor(t,r=!1){C(this,"src");C(this,"listen");C(this,"hostname");C(this,"port");C(this,"didConnect");C(this,"reconnects");C(this,"lastConnect");C(this,"gossiped");C(this,"tlsName");C(this,"resolves");this.src=t,this.tlsName="";const s=D2(t);this.listen=s.listen,this.hostname=s.hostname,this.port=s.port,this.didConnect=!1,this.reconnects=0,this.lastConnect=0,this.gossiped=r}toString(){return this.listen}async resolve(t){if(!t.fn||t.resolve===!1)return[this];const r=[];if(sd(this.hostname))return[this];{const s=await t.fn(this.hostname);t.debug&&console.log(`resolve ${this.hostname} = ${s.join(",")}`);for(const l of s){const u=this.port===80?"https":"http",c=new URL(`${u}://${ad(l)?"["+l+"]":l}`);c.port=`${this.port}`;const f=new Tl(c.host,!1);f.tlsName=this.hostname,r.push(f)}}return t.randomize&&fx(r),this.resolves=r,r}}class L2{constructor(t=[],r={}){C(this,"firstSelect");C(this,"servers");C(this,"currentServer");C(this,"tlsName");C(this,"randomize");this.firstSelect=!0,this.servers=[],this.tlsName="",this.randomize=r.randomize||!1;const s=wh();t&&(t.forEach(l=>{l=s?s(l):l,this.servers.push(new Tl(l))}),this.randomize&&(this.servers=fx(this.servers))),this.servers.length===0&&this.addServer(`${Qh}:${gx()}`,!1),this.currentServer=this.servers[0]}clear(){this.servers.length=0}updateTLSName(){const t=this.getCurrentServer();sd(t.hostname)||(this.tlsName=t.hostname,this.servers.forEach(r=>{r.gossiped&&(r.tlsName=this.tlsName)}))}getCurrentServer(){return this.currentServer}addServer(t,r=!1){const s=wh();t=s?s(t):t;const l=new Tl(t,r);sd(l.hostname)&&(l.tlsName=this.tlsName),this.servers.push(l)}selectServer(){if(this.firstSelect)return this.firstSelect=!1,this.currentServer;const t=this.servers.shift();return t&&(this.servers.push(t),this.currentServer=t),t}removeCurrentServer(){this.removeServer(this.currentServer)}removeServer(t){if(t){const r=this.servers.indexOf(t);this.servers.splice(r,1)}}length(){return this.servers.length}next(){return this.servers.length?this.servers[0]:void 0}getServers(){return this.servers}update(t,r){const s=[];let l=[];const u=wh(),c=new Map;t.connect_urls&&t.connect_urls.length>0&&t.connect_urls.forEach(d=>{d=u?u(d,r):d;const m=new Tl(d,!0);c.set(d,m)});const f=[];return this.servers.forEach((d,m)=>{const y=d.listen;d.gossiped&&this.currentServer.listen!==y&&c.get(y)===void 0&&f.push(m),c.delete(y)}),f.reverse(),f.forEach(d=>{const m=this.servers.splice(d,1);l=l.concat(m[0].listen)}),c.forEach((d,m)=>{this.servers.push(d),s.push(m)}),{added:s,deleted:l}}}class z2{constructor(){C(this,"baseInbox");C(this,"reqs");this.reqs=new Map}size(){return this.reqs.size}init(t){return this.baseInbox=`${ni(t)}.`,this.baseInbox}add(t){isNaN(t.received)||(t.received=0),this.reqs.set(t.token,t)}get(t){return this.reqs.get(t)}cancel(t){this.reqs.delete(t.token)}getToken(t){const r=t.subject||"";return r.indexOf(this.baseInbox)===0?r.substring(this.baseInbox.length):null}all(){return Array.from(this.reqs.values())}handleError(t,r){if(r&&r.permissionContext){if(t)return this.all().forEach(l=>{l.resolver(r,{})}),!0;const s=r.permissionContext;if(s.operation==="publish"){const l=this.all().find(u=>u.requestSubject===s.subject);if(l)return l.resolver(r,{}),!0}}return!1}dispatcher(){return(t,r)=>{const s=this.getToken(r);if(s){const l=this.get(s);l&&(t===null&&r.headers&&(t=hx(r)),l.resolver(t,r))}}}close(){const t=Te.errorForCode(Se.Timeout);this.reqs.forEach(r=>{r.resolver(t,{})})}}class U2{constructor(t,r,s){C(this,"ph");C(this,"interval");C(this,"maxOut");C(this,"timer");C(this,"pendings");this.ph=t,this.interval=r,this.maxOut=s,this.pendings=[]}start(){this.cancel(),this._schedule()}cancel(t){this.timer&&(clearTimeout(this.timer),this.timer=void 0),this._reset(),t&&this.ph.disconnect()}_schedule(){this.timer=setTimeout(()=>{if(this.ph.dispatchStatus({type:la.PingTimer,data:`${this.pendings.length+1}`}),this.pendings.length===this.maxOut){this.cancel(!0);return}const t=Bt();this.ph.flush(t).then(()=>{this._reset()}).catch(()=>{this.cancel()}),this.pendings.push(t),this._schedule()},this.interval)}_reset(){this.pendings=this.pendings.filter(t=>(t.resolve(),!1))}}class B2 extends Error{constructor(t){super(t),this.name="AssertionError"}}function P2(e,t="Assertion failed."){if(!e)throw new B2(t)}const k0=32*1024,Sh=2**32-2;function fu(e,t,r=0){const s=t.byteLength-r;return e.byteLength>s&&(e=e.subarray(0,s)),t.set(e,r),e.byteLength}class _h{constructor(t){C(this,"_buf");C(this,"_off");if(this._off=0,t==null){this._buf=new Uint8Array(0);return}this._buf=new Uint8Array(t)}bytes(t={copy:!0}){return t.copy===!1?this._buf.subarray(this._off):this._buf.slice(this._off)}empty(){return this._buf.byteLength<=this._off}get length(){return this._buf.byteLength-this._off}get capacity(){return this._buf.buffer.byteLength}truncate(t){if(t===0){this.reset();return}if(t<0||t>this.length)throw Error("bytes.Buffer: truncation out of range");this._reslice(this._off+t)}reset(){this._reslice(0),this._off=0}_tryGrowByReslice(t){const r=this._buf.byteLength;return t<=this.capacity-r?(this._reslice(r+t),r):-1}_reslice(t){P2(t<=this._buf.buffer.byteLength),this._buf=new Uint8Array(this._buf.buffer,0,t)}readByte(){const t=new Uint8Array(1);return this.read(t)?t[0]:null}read(t){if(this.empty())return this.reset(),t.byteLength===0?0:null;const r=fu(this._buf.subarray(this._off),t);return this._off+=r,r}writeByte(t){return this.write(Uint8Array.of(t))}writeString(t){return this.write(Ii.encode(t))}write(t){const r=this._grow(t.byteLength);return fu(t,this._buf,r)}_grow(t){const r=this.length;r===0&&this._off!==0&&this.reset();const s=this._tryGrowByReslice(t);if(s>=0)return s;const l=this.capacity;if(t<=Math.floor(l/2)-r)fu(this._buf.subarray(this._off),this._buf);else{if(l+t>Sh)throw new Error("The buffer cannot be grown beyond the maximum size.");{const u=new Uint8Array(Math.min(2*l+t,Sh));fu(this._buf.subarray(this._off),u),this._buf=u}}return this._off=0,this._reslice(Math.min(r+t,Sh)),r}grow(t){if(t<0)throw Error("Buffer._grow: negative count");const r=this._grow(t);this._reslice(r)}readFrom(t){let r=0;const s=new Uint8Array(k0);for(;;){const l=this.capacity-this.length<k0,u=l?s:new Uint8Array(this._buf.buffer,this.length),c=t.read(u);if(c===null)return r;l?this.write(u.subarray(0,c)):this._reslice(this.length+c),r+=c}}}var Sn;(function(e){e[e.OK=0]="OK",e[e.ERR=1]="ERR",e[e.MSG=2]="MSG",e[e.INFO=3]="INFO",e[e.PING=4]="PING",e[e.PONG=5]="PONG"})(Sn||(Sn={}));function E0(){const e={};return e.sid=-1,e.hdr=-1,e.size=-1,e}const q2=48;class C0{constructor(t){C(this,"dispatcher");C(this,"state");C(this,"as");C(this,"drop");C(this,"hdr");C(this,"ma");C(this,"argBuf");C(this,"msgBuf");this.dispatcher=t,this.state=Ee.OP_START,this.as=0,this.drop=0,this.hdr=0}parse(t){let r;for(r=0;r<t.length;r++){const s=t[r];switch(this.state){case Ee.OP_START:switch(s){case Ce.M:case Ce.m:this.state=Ee.OP_M,this.hdr=-1,this.ma=E0();break;case Ce.H:case Ce.h:this.state=Ee.OP_H,this.hdr=0,this.ma=E0();break;case Ce.P:case Ce.p:this.state=Ee.OP_P;break;case Ce.PLUS:this.state=Ee.OP_PLUS;break;case Ce.MINUS:this.state=Ee.OP_MINUS;break;case Ce.I:case Ce.i:this.state=Ee.OP_I;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_H:switch(s){case Ce.M:case Ce.m:this.state=Ee.OP_M;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_M:switch(s){case Ce.S:case Ce.s:this.state=Ee.OP_MS;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MS:switch(s){case Ce.G:case Ce.g:this.state=Ee.OP_MSG;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MSG:switch(s){case Ce.SPACE:case Ce.TAB:this.state=Ee.OP_MSG_SPC;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MSG_SPC:switch(s){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ee.MSG_ARG,this.as=r}break;case Ee.MSG_ARG:switch(s){case Ce.CR:this.drop=1;break;case Ce.NL:{const l=this.argBuf?this.argBuf.bytes():t.subarray(this.as,r-this.drop);this.processMsgArgs(l),this.drop=0,this.as=r+1,this.state=Ee.MSG_PAYLOAD,r=this.as+this.ma.size-1;break}default:this.argBuf&&this.argBuf.writeByte(s)}break;case Ee.MSG_PAYLOAD:if(this.msgBuf)if(this.msgBuf.length>=this.ma.size){const l=this.msgBuf.bytes({copy:!1});this.dispatcher.push({kind:Sn.MSG,msg:this.ma,data:l}),this.argBuf=void 0,this.msgBuf=void 0,this.state=Ee.MSG_END}else{let l=this.ma.size-this.msgBuf.length;const u=t.length-r;u<l&&(l=u),l>0?(this.msgBuf.write(t.subarray(r,r+l)),r=r+l-1):this.msgBuf.writeByte(s)}else r-this.as>=this.ma.size&&(this.dispatcher.push({kind:Sn.MSG,msg:this.ma,data:t.subarray(this.as,r)}),this.argBuf=void 0,this.msgBuf=void 0,this.state=Ee.MSG_END);break;case Ee.MSG_END:switch(s){case Ce.NL:this.drop=0,this.as=r+1,this.state=Ee.OP_START;break;default:continue}break;case Ee.OP_PLUS:switch(s){case Ce.O:case Ce.o:this.state=Ee.OP_PLUS_O;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PLUS_O:switch(s){case Ce.K:case Ce.k:this.state=Ee.OP_PLUS_OK;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PLUS_OK:switch(s){case Ce.NL:this.dispatcher.push({kind:Sn.OK}),this.drop=0,this.state=Ee.OP_START;break}break;case Ee.OP_MINUS:switch(s){case Ce.E:case Ce.e:this.state=Ee.OP_MINUS_E;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MINUS_E:switch(s){case Ce.R:case Ce.r:this.state=Ee.OP_MINUS_ER;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MINUS_ER:switch(s){case Ce.R:case Ce.r:this.state=Ee.OP_MINUS_ERR;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MINUS_ERR:switch(s){case Ce.SPACE:case Ce.TAB:this.state=Ee.OP_MINUS_ERR_SPC;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_MINUS_ERR_SPC:switch(s){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ee.MINUS_ERR_ARG,this.as=r}break;case Ee.MINUS_ERR_ARG:switch(s){case Ce.CR:this.drop=1;break;case Ce.NL:{let l;this.argBuf?(l=this.argBuf.bytes(),this.argBuf=void 0):l=t.subarray(this.as,r-this.drop),this.dispatcher.push({kind:Sn.ERR,data:l}),this.drop=0,this.as=r+1,this.state=Ee.OP_START;break}default:this.argBuf&&this.argBuf.write(Uint8Array.of(s))}break;case Ee.OP_P:switch(s){case Ce.I:case Ce.i:this.state=Ee.OP_PI;break;case Ce.O:case Ce.o:this.state=Ee.OP_PO;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PO:switch(s){case Ce.N:case Ce.n:this.state=Ee.OP_PON;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PON:switch(s){case Ce.G:case Ce.g:this.state=Ee.OP_PONG;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PONG:switch(s){case Ce.NL:this.dispatcher.push({kind:Sn.PONG}),this.drop=0,this.state=Ee.OP_START;break}break;case Ee.OP_PI:switch(s){case Ce.N:case Ce.n:this.state=Ee.OP_PIN;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PIN:switch(s){case Ce.G:case Ce.g:this.state=Ee.OP_PING;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_PING:switch(s){case Ce.NL:this.dispatcher.push({kind:Sn.PING}),this.drop=0,this.state=Ee.OP_START;break}break;case Ee.OP_I:switch(s){case Ce.N:case Ce.n:this.state=Ee.OP_IN;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_IN:switch(s){case Ce.F:case Ce.f:this.state=Ee.OP_INF;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_INF:switch(s){case Ce.O:case Ce.o:this.state=Ee.OP_INFO;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_INFO:switch(s){case Ce.SPACE:case Ce.TAB:this.state=Ee.OP_INFO_SPC;break;default:throw this.fail(t.subarray(r))}break;case Ee.OP_INFO_SPC:switch(s){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ee.INFO_ARG,this.as=r}break;case Ee.INFO_ARG:switch(s){case Ce.CR:this.drop=1;break;case Ce.NL:{let l;this.argBuf?(l=this.argBuf.bytes(),this.argBuf=void 0):l=t.subarray(this.as,r-this.drop),this.dispatcher.push({kind:Sn.INFO,data:l}),this.drop=0,this.as=r+1,this.state=Ee.OP_START;break}default:this.argBuf&&this.argBuf.writeByte(s)}break;default:throw this.fail(t.subarray(r))}}(this.state===Ee.MSG_ARG||this.state===Ee.MINUS_ERR_ARG||this.state===Ee.INFO_ARG)&&!this.argBuf&&(this.argBuf=new _h(t.subarray(this.as,r-this.drop))),this.state===Ee.MSG_PAYLOAD&&!this.msgBuf&&(this.argBuf||this.cloneMsgArg(),this.msgBuf=new _h(t.subarray(this.as)))}cloneMsgArg(){const t=this.ma.subject.length,r=this.ma.reply?this.ma.reply.length:0,s=new Uint8Array(t+r);s.set(this.ma.subject),this.ma.reply&&s.set(this.ma.reply,t),this.argBuf=new _h(s),this.ma.subject=s.subarray(0,t),this.ma.reply&&(this.ma.reply=s.subarray(t))}processMsgArgs(t){if(this.hdr>=0)return this.processHeaderMsgArgs(t);const r=[];let s=-1;for(let l=0;l<t.length;l++)switch(t[l]){case Ce.SPACE:case Ce.TAB:case Ce.CR:case Ce.NL:s>=0&&(r.push(t.subarray(s,l)),s=-1);break;default:s<0&&(s=l)}switch(s>=0&&r.push(t.subarray(s)),r.length){case 3:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=void 0,this.ma.size=this.protoParseInt(r[2]);break;case 4:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=r[2],this.ma.size=this.protoParseInt(r[3]);break;default:throw this.fail(t,"processMsgArgs Parse Error")}if(this.ma.sid<0)throw this.fail(t,"processMsgArgs Bad or Missing Sid Error");if(this.ma.size<0)throw this.fail(t,"processMsgArgs Bad or Missing Size Error")}fail(t,r=""){return r?r=`${r} [${this.state}]`:r=`parse error [${this.state}]`,new Error(`${r}: ${Yn.decode(t)}`)}processHeaderMsgArgs(t){const r=[];let s=-1;for(let l=0;l<t.length;l++)switch(t[l]){case Ce.SPACE:case Ce.TAB:case Ce.CR:case Ce.NL:s>=0&&(r.push(t.subarray(s,l)),s=-1);break;default:s<0&&(s=l)}switch(s>=0&&r.push(t.subarray(s)),r.length){case 4:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=void 0,this.ma.hdr=this.protoParseInt(r[2]),this.ma.size=this.protoParseInt(r[3]);break;case 5:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=r[2],this.ma.hdr=this.protoParseInt(r[3]),this.ma.size=this.protoParseInt(r[4]);break;default:throw this.fail(t,"processHeaderMsgArgs Parse Error")}if(this.ma.sid<0)throw this.fail(t,"processHeaderMsgArgs Bad or Missing Sid Error");if(this.ma.hdr<0||this.ma.hdr>this.ma.size)throw this.fail(t,"processHeaderMsgArgs Bad or Missing Header Size Error");if(this.ma.size<0)throw this.fail(t,"processHeaderMsgArgs Bad or Missing Size Error")}protoParseInt(t){if(t.length===0)return-1;let r=0;for(let s=0;s<t.length;s++){if(t[s]<48||t[s]>57)return-1;r=r*10+(t[s]-q2)}return r}}var Ee;(function(e){e[e.OP_START=0]="OP_START",e[e.OP_PLUS=1]="OP_PLUS",e[e.OP_PLUS_O=2]="OP_PLUS_O",e[e.OP_PLUS_OK=3]="OP_PLUS_OK",e[e.OP_MINUS=4]="OP_MINUS",e[e.OP_MINUS_E=5]="OP_MINUS_E",e[e.OP_MINUS_ER=6]="OP_MINUS_ER",e[e.OP_MINUS_ERR=7]="OP_MINUS_ERR",e[e.OP_MINUS_ERR_SPC=8]="OP_MINUS_ERR_SPC",e[e.MINUS_ERR_ARG=9]="MINUS_ERR_ARG",e[e.OP_M=10]="OP_M",e[e.OP_MS=11]="OP_MS",e[e.OP_MSG=12]="OP_MSG",e[e.OP_MSG_SPC=13]="OP_MSG_SPC",e[e.MSG_ARG=14]="MSG_ARG",e[e.MSG_PAYLOAD=15]="MSG_PAYLOAD",e[e.MSG_END=16]="MSG_END",e[e.OP_H=17]="OP_H",e[e.OP_P=18]="OP_P",e[e.OP_PI=19]="OP_PI",e[e.OP_PIN=20]="OP_PIN",e[e.OP_PING=21]="OP_PING",e[e.OP_PO=22]="OP_PO",e[e.OP_PON=23]="OP_PON",e[e.OP_PONG=24]="OP_PONG",e[e.OP_I=25]="OP_I",e[e.OP_IN=26]="OP_IN",e[e.OP_INF=27]="OP_INF",e[e.OP_INFO=28]="OP_INFO",e[e.OP_INFO_SPC=29]="OP_INFO_SPC",e[e.INFO_ARG=30]="INFO_ARG"})(Ee||(Ee={}));var Ce;(function(e){e[e.CR=13]="CR",e[e.E=69]="E",e[e.e=101]="e",e[e.F=70]="F",e[e.f=102]="f",e[e.G=71]="G",e[e.g=103]="g",e[e.H=72]="H",e[e.h=104]="h",e[e.I=73]="I",e[e.i=105]="i",e[e.K=75]="K",e[e.k=107]="k",e[e.M=77]="M",e[e.m=109]="m",e[e.MINUS=45]="MINUS",e[e.N=78]="N",e[e.n=110]="n",e[e.NL=10]="NL",e[e.O=79]="O",e[e.o=111]="o",e[e.P=80]="P",e[e.p=112]="p",e[e.PLUS=43]="PLUS",e[e.R=82]="R",e[e.r=114]="r",e[e.S=83]="S",e[e.s=115]="s",e[e.SPACE=32]="SPACE",e[e.TAB=9]="TAB"})(Ce||(Ce={}));(function(e){var t=function(k,O){this.hi=k|0,this.lo=O|0},r=function(k){var O,N=new Float64Array(16);if(k)for(O=0;O<k.length;O++)N[O]=k[O];return N},s=function(){throw new Error("no PRNG")},l=new Uint8Array(16),u=new Uint8Array(32);u[0]=9;var c=r(),f=r([1]),d=r([56129,1]),m=r([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),y=r([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),g=r([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),x=r([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),w=r([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function S(k,O){return k<<O|k>>>32-O}function T(k,O){var N=k[O+3]&255;return N=N<<8|k[O+2]&255,N=N<<8|k[O+1]&255,N<<8|k[O+0]&255}function z(k,O){var N=k[O]<<24|k[O+1]<<16|k[O+2]<<8|k[O+3],U=k[O+4]<<24|k[O+5]<<16|k[O+6]<<8|k[O+7];return new t(N,U)}function D(k,O,N){var U;for(U=0;U<4;U++)k[O+U]=N&255,N>>>=8}function q(k,O,N){k[O]=N.hi>>24&255,k[O+1]=N.hi>>16&255,k[O+2]=N.hi>>8&255,k[O+3]=N.hi&255,k[O+4]=N.lo>>24&255,k[O+5]=N.lo>>16&255,k[O+6]=N.lo>>8&255,k[O+7]=N.lo&255}function F(k,O,N,U,Y){var Z,me=0;for(Z=0;Z<Y;Z++)me|=k[O+Z]^N[U+Z];return(1&me-1>>>8)-1}function oe(k,O,N,U){return F(k,O,N,U,16)}function B(k,O,N,U){return F(k,O,N,U,32)}function L(k,O,N,U,Y){var Z=new Uint32Array(16),me=new Uint32Array(16),ye=new Uint32Array(16),se=new Uint32Array(4),de,Ne,tt;for(de=0;de<4;de++)me[5*de]=T(U,4*de),me[1+de]=T(N,4*de),me[6+de]=T(O,4*de),me[11+de]=T(N,16+4*de);for(de=0;de<16;de++)ye[de]=me[de];for(de=0;de<20;de++){for(Ne=0;Ne<4;Ne++){for(tt=0;tt<4;tt++)se[tt]=me[(5*Ne+4*tt)%16];for(se[1]^=S(se[0]+se[3]|0,7),se[2]^=S(se[1]+se[0]|0,9),se[3]^=S(se[2]+se[1]|0,13),se[0]^=S(se[3]+se[2]|0,18),tt=0;tt<4;tt++)Z[4*Ne+(Ne+tt)%4]=se[tt]}for(tt=0;tt<16;tt++)me[tt]=Z[tt]}if(Y){for(de=0;de<16;de++)me[de]=me[de]+ye[de]|0;for(de=0;de<4;de++)me[5*de]=me[5*de]-T(U,4*de)|0,me[6+de]=me[6+de]-T(O,4*de)|0;for(de=0;de<4;de++)D(k,4*de,me[5*de]),D(k,16+4*de,me[6+de])}else for(de=0;de<16;de++)D(k,4*de,me[de]+ye[de]|0)}function W(k,O,N,U){return L(k,O,N,U,!1),0}function $(k,O,N,U){return L(k,O,N,U,!0),0}var H=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function R(k,O,N,U,Y,Z,me){var ye=new Uint8Array(16),se=new Uint8Array(64),de,Ne;if(!Y)return 0;for(Ne=0;Ne<16;Ne++)ye[Ne]=0;for(Ne=0;Ne<8;Ne++)ye[Ne]=Z[Ne];for(;Y>=64;){for(W(se,ye,me,H),Ne=0;Ne<64;Ne++)k[O+Ne]=(N?N[U+Ne]:0)^se[Ne];for(de=1,Ne=8;Ne<16;Ne++)de=de+(ye[Ne]&255)|0,ye[Ne]=de&255,de>>>=8;Y-=64,O+=64,N&&(U+=64)}if(Y>0)for(W(se,ye,me,H),Ne=0;Ne<Y;Ne++)k[O+Ne]=(N?N[U+Ne]:0)^se[Ne];return 0}function G(k,O,N,U,Y){return R(k,O,null,0,N,U,Y)}function J(k,O,N,U,Y){var Z=new Uint8Array(32);return $(Z,U,Y,H),G(k,O,N,U.subarray(16),Z)}function fe(k,O,N,U,Y,Z,me){var ye=new Uint8Array(32);return $(ye,Z,me,H),R(k,O,N,U,Y,Z.subarray(16),ye)}function ie(k,O){var N,U=0;for(N=0;N<17;N++)U=U+(k[N]+O[N]|0)|0,k[N]=U&255,U>>>=8}var ee=new Uint32Array([5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252]);function P(k,O,N,U,Y,Z){var me,ye,se,de,Ne=new Uint32Array(17),tt=new Uint32Array(17),Rt=new Uint32Array(17),hn=new Uint32Array(17),dr=new Uint32Array(17);for(se=0;se<17;se++)tt[se]=Rt[se]=0;for(se=0;se<16;se++)tt[se]=Z[se];for(tt[3]&=15,tt[4]&=252,tt[7]&=15,tt[8]&=252,tt[11]&=15,tt[12]&=252,tt[15]&=15;Y>0;){for(se=0;se<17;se++)hn[se]=0;for(se=0;se<16&&se<Y;++se)hn[se]=N[U+se];for(hn[se]=1,U+=se,Y-=se,ie(Rt,hn),ye=0;ye<17;ye++)for(Ne[ye]=0,se=0;se<17;se++)Ne[ye]=Ne[ye]+Rt[se]*(se<=ye?tt[ye-se]:320*tt[ye+17-se]|0)|0|0;for(ye=0;ye<17;ye++)Rt[ye]=Ne[ye];for(de=0,se=0;se<16;se++)de=de+Rt[se]|0,Rt[se]=de&255,de>>>=8;for(de=de+Rt[16]|0,Rt[16]=de&3,de=5*(de>>>2)|0,se=0;se<16;se++)de=de+Rt[se]|0,Rt[se]=de&255,de>>>=8;de=de+Rt[16]|0,Rt[16]=de}for(se=0;se<17;se++)dr[se]=Rt[se];for(ie(Rt,ee),me=-(Rt[16]>>>7)|0,se=0;se<17;se++)Rt[se]^=me&(dr[se]^Rt[se]);for(se=0;se<16;se++)hn[se]=Z[se+16];for(hn[16]=0,ie(Rt,hn),se=0;se<16;se++)k[O+se]=Rt[se];return 0}function X(k,O,N,U,Y,Z){var me=new Uint8Array(16);return P(me,0,N,U,Y,Z),oe(k,O,me,0)}function ae(k,O,N,U,Y){var Z;if(N<32)return-1;for(fe(k,0,O,0,N,U,Y),P(k,16,k,32,N-32,k),Z=0;Z<16;Z++)k[Z]=0;return 0}function pe(k,O,N,U,Y){var Z,me=new Uint8Array(32);if(N<32||(J(me,0,32,U,Y),X(O,16,O,32,N-32,me)!==0))return-1;for(fe(k,0,O,0,N,U,Y),Z=0;Z<32;Z++)k[Z]=0;return 0}function M(k,O){var N;for(N=0;N<16;N++)k[N]=O[N]|0}function E(k){var O,N;for(N=0;N<16;N++)k[N]+=65536,O=Math.floor(k[N]/65536),k[(N+1)*(N<15?1:0)]+=O-1+37*(O-1)*(N===15?1:0),k[N]-=O*65536}function K(k,O,N){for(var U,Y=~(N-1),Z=0;Z<16;Z++)U=Y&(k[Z]^O[Z]),k[Z]^=U,O[Z]^=U}function A(k,O){var N,U,Y,Z=r(),me=r();for(N=0;N<16;N++)me[N]=O[N];for(E(me),E(me),E(me),U=0;U<2;U++){for(Z[0]=me[0]-65517,N=1;N<15;N++)Z[N]=me[N]-65535-(Z[N-1]>>16&1),Z[N-1]&=65535;Z[15]=me[15]-32767-(Z[14]>>16&1),Y=Z[15]>>16&1,Z[14]&=65535,K(me,Z,1-Y)}for(N=0;N<16;N++)k[2*N]=me[N]&255,k[2*N+1]=me[N]>>8}function be(k,O){var N=new Uint8Array(32),U=new Uint8Array(32);return A(N,k),A(U,O),B(N,0,U,0)}function je(k){var O=new Uint8Array(32);return A(O,k),O[0]&1}function _e(k,O){var N;for(N=0;N<16;N++)k[N]=O[2*N]+(O[2*N+1]<<8);k[15]&=32767}function Me(k,O,N){var U;for(U=0;U<16;U++)k[U]=O[U]+N[U]|0}function Ie(k,O,N){var U;for(U=0;U<16;U++)k[U]=O[U]-N[U]|0}function ke(k,O,N){var U,Y,Z=new Float64Array(31);for(U=0;U<31;U++)Z[U]=0;for(U=0;U<16;U++)for(Y=0;Y<16;Y++)Z[U+Y]+=O[U]*N[Y];for(U=0;U<15;U++)Z[U]+=38*Z[U+16];for(U=0;U<16;U++)k[U]=Z[U];E(k),E(k)}function Ge(k,O){ke(k,O,O)}function Ft(k,O){var N=r(),U;for(U=0;U<16;U++)N[U]=O[U];for(U=253;U>=0;U--)Ge(N,N),U!==2&&U!==4&&ke(N,N,O);for(U=0;U<16;U++)k[U]=N[U]}function ze(k,O){var N=r(),U;for(U=0;U<16;U++)N[U]=O[U];for(U=250;U>=0;U--)Ge(N,N),U!==1&&ke(N,N,O);for(U=0;U<16;U++)k[U]=N[U]}function Ae(k,O,N){var U=new Uint8Array(32),Y=new Float64Array(80),Z,me,ye=r(),se=r(),de=r(),Ne=r(),tt=r(),Rt=r();for(me=0;me<31;me++)U[me]=O[me];for(U[31]=O[31]&127|64,U[0]&=248,_e(Y,N),me=0;me<16;me++)se[me]=Y[me],Ne[me]=ye[me]=de[me]=0;for(ye[0]=Ne[0]=1,me=254;me>=0;--me)Z=U[me>>>3]>>>(me&7)&1,K(ye,se,Z),K(de,Ne,Z),Me(tt,ye,de),Ie(ye,ye,de),Me(de,se,Ne),Ie(se,se,Ne),Ge(Ne,tt),Ge(Rt,ye),ke(ye,de,ye),ke(de,se,tt),Me(tt,ye,de),Ie(ye,ye,de),Ge(se,ye),Ie(de,Ne,Rt),ke(ye,de,d),Me(ye,ye,Ne),ke(de,de,ye),ke(ye,Ne,Rt),ke(Ne,se,Y),Ge(se,tt),K(ye,se,Z),K(de,Ne,Z);for(me=0;me<16;me++)Y[me+16]=ye[me],Y[me+32]=de[me],Y[me+48]=se[me],Y[me+64]=Ne[me];var hn=Y.subarray(32),dr=Y.subarray(16);return Ft(hn,hn),ke(dr,dr,hn),A(k,dr),0}function Le(k,O){return Ae(k,O,u)}function nt(k,O){return s(O,32),Le(k,O)}function Ve(k,O,N){var U=new Uint8Array(32);return Ae(U,N,O),$(k,l,U,H)}var Je=ae,We=pe;function Fe(k,O,N,U,Y,Z){var me=new Uint8Array(32);return Ve(me,Y,Z),Je(k,O,N,U,me)}function et(k,O,N,U,Y,Z){var me=new Uint8Array(32);return Ve(me,Y,Z),We(k,O,N,U,me)}function ft(){var k=0,O=0,N=0,U=0,Y=65535,Z,me,ye;for(ye=0;ye<arguments.length;ye++)Z=arguments[ye].lo,me=arguments[ye].hi,k+=Z&Y,O+=Z>>>16,N+=me&Y,U+=me>>>16;return O+=k>>>16,N+=O>>>16,U+=N>>>16,new t(N&Y|U<<16,k&Y|O<<16)}function ht(k,O){return new t(k.hi>>>O,k.lo>>>O|k.hi<<32-O)}function Wt(){var k=0,O=0,N;for(N=0;N<arguments.length;N++)k^=arguments[N].lo,O^=arguments[N].hi;return new t(O,k)}function $e(k,O){var N,U,Y=32-O;return O<32?(N=k.hi>>>O|k.lo<<Y,U=k.lo>>>O|k.hi<<Y):O<64&&(N=k.lo>>>O|k.hi<<Y,U=k.hi>>>O|k.lo<<Y),new t(N,U)}function yn(k,O,N){var U=k.hi&O.hi^~k.hi&N.hi,Y=k.lo&O.lo^~k.lo&N.lo;return new t(U,Y)}function ce(k,O,N){var U=k.hi&O.hi^k.hi&N.hi^O.hi&N.hi,Y=k.lo&O.lo^k.lo&N.lo^O.lo&N.lo;return new t(U,Y)}function we(k){return Wt($e(k,28),$e(k,34),$e(k,39))}function Ue(k){return Wt($e(k,14),$e(k,18),$e(k,41))}function Ke(k){return Wt($e(k,1),$e(k,8),ht(k,7))}function ut(k){return Wt($e(k,19),$e(k,61),ht(k,6))}var ln=[new t(1116352408,3609767458),new t(1899447441,602891725),new t(3049323471,3964484399),new t(3921009573,2173295548),new t(961987163,4081628472),new t(1508970993,3053834265),new t(2453635748,2937671579),new t(2870763221,3664609560),new t(3624381080,2734883394),new t(310598401,1164996542),new t(607225278,1323610764),new t(1426881987,3590304994),new t(1925078388,4068182383),new t(2162078206,991336113),new t(2614888103,633803317),new t(3248222580,3479774868),new t(3835390401,2666613458),new t(4022224774,944711139),new t(264347078,2341262773),new t(604807628,2007800933),new t(770255983,1495990901),new t(1249150122,1856431235),new t(1555081692,3175218132),new t(1996064986,2198950837),new t(2554220882,3999719339),new t(2821834349,766784016),new t(2952996808,2566594879),new t(3210313671,3203337956),new t(3336571891,1034457026),new t(3584528711,2466948901),new t(113926993,3758326383),new t(338241895,168717936),new t(666307205,1188179964),new t(773529912,1546045734),new t(1294757372,1522805485),new t(1396182291,2643833823),new t(1695183700,2343527390),new t(1986661051,1014477480),new t(2177026350,1206759142),new t(2456956037,344077627),new t(2730485921,1290863460),new t(2820302411,3158454273),new t(3259730800,3505952657),new t(3345764771,106217008),new t(3516065817,3606008344),new t(3600352804,1432725776),new t(4094571909,1467031594),new t(275423344,851169720),new t(430227734,3100823752),new t(506948616,1363258195),new t(659060556,3750685593),new t(883997877,3785050280),new t(958139571,3318307427),new t(1322822218,3812723403),new t(1537002063,2003034995),new t(1747873779,3602036899),new t(1955562222,1575990012),new t(2024104815,1125592928),new t(2227730452,2716904306),new t(2361852424,442776044),new t(2428436474,593698344),new t(2756734187,3733110249),new t(3204031479,2999351573),new t(3329325298,3815920427),new t(3391569614,3928383900),new t(3515267271,566280711),new t(3940187606,3454069534),new t(4118630271,4000239992),new t(116418474,1914138554),new t(174292421,2731055270),new t(289380356,3203993006),new t(460393269,320620315),new t(685471733,587496836),new t(852142971,1086792851),new t(1017036298,365543100),new t(1126000580,2618297676),new t(1288033470,3409855158),new t(1501505948,4234509866),new t(1607167915,987167468),new t(1816402316,1246189591)];function bn(k,O,N){var U=[],Y=[],Z=[],me=[],ye,se,de;for(se=0;se<8;se++)U[se]=Z[se]=z(k,8*se);for(var Ne=0;N>=128;){for(se=0;se<16;se++)me[se]=z(O,8*se+Ne);for(se=0;se<80;se++){for(de=0;de<8;de++)Y[de]=Z[de];for(ye=ft(Z[7],Ue(Z[4]),yn(Z[4],Z[5],Z[6]),ln[se],me[se%16]),Y[7]=ft(ye,we(Z[0]),ce(Z[0],Z[1],Z[2])),Y[3]=ft(Y[3],ye),de=0;de<8;de++)Z[(de+1)%8]=Y[de];if(se%16===15)for(de=0;de<16;de++)me[de]=ft(me[de],me[(de+9)%16],Ke(me[(de+1)%16]),ut(me[(de+14)%16]))}for(se=0;se<8;se++)Z[se]=ft(Z[se],U[se]),U[se]=Z[se];Ne+=128,N-=128}for(se=0;se<8;se++)q(k,8*se,U[se]);return N}var en=new Uint8Array([106,9,230,103,243,188,201,8,187,103,174,133,132,202,167,59,60,110,243,114,254,148,248,43,165,79,245,58,95,29,54,241,81,14,82,127,173,230,130,209,155,5,104,140,43,62,108,31,31,131,217,171,251,65,189,107,91,224,205,25,19,126,33,121]);function xt(k,O,N){var U=new Uint8Array(64),Y=new Uint8Array(256),Z,me=N;for(Z=0;Z<64;Z++)U[Z]=en[Z];for(bn(U,O,N),N%=128,Z=0;Z<256;Z++)Y[Z]=0;for(Z=0;Z<N;Z++)Y[Z]=O[me-N+Z];for(Y[N]=128,N=256-128*(N<112?1:0),Y[N-9]=0,q(Y,N-8,new t(me/536870912|0,me<<3)),bn(U,Y,N),Z=0;Z<64;Z++)k[Z]=U[Z];return 0}function $t(k,O){var N=r(),U=r(),Y=r(),Z=r(),me=r(),ye=r(),se=r(),de=r(),Ne=r();Ie(N,k[1],k[0]),Ie(Ne,O[1],O[0]),ke(N,N,Ne),Me(U,k[0],k[1]),Me(Ne,O[0],O[1]),ke(U,U,Ne),ke(Y,k[3],O[3]),ke(Y,Y,y),ke(Z,k[2],O[2]),Me(Z,Z,Z),Ie(me,U,N),Ie(ye,Z,Y),Me(se,Z,Y),Me(de,U,N),ke(k[0],me,ye),ke(k[1],de,se),ke(k[2],se,ye),ke(k[3],me,de)}function dt(k,O,N){var U;for(U=0;U<4;U++)K(k[U],O[U],N)}function xe(k,O){var N=r(),U=r(),Y=r();Ft(Y,O[2]),ke(N,O[0],Y),ke(U,O[1],Y),A(k,U),k[31]^=je(N)<<7}function He(k,O,N){var U,Y;for(M(k[0],c),M(k[1],f),M(k[2],f),M(k[3],c),Y=255;Y>=0;--Y)U=N[Y/8|0]>>(Y&7)&1,dt(k,O,U),$t(O,k),$t(k,k),dt(k,O,U)}function Re(k,O){var N=[r(),r(),r(),r()];M(N[0],g),M(N[1],x),M(N[2],f),ke(N[3],g,x),He(k,N,O)}function At(k,O,N){var U=new Uint8Array(64),Y=[r(),r(),r(),r()],Z;for(N||s(O,32),xt(U,O,32),U[0]&=248,U[31]&=127,U[31]|=64,Re(Y,U),xe(k,Y),Z=0;Z<32;Z++)O[Z+32]=k[Z];return 0}var Lt=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function xn(k,O){var N,U,Y,Z;for(U=63;U>=32;--U){for(N=0,Y=U-32,Z=U-12;Y<Z;++Y)O[Y]+=N-16*O[U]*Lt[Y-(U-32)],N=Math.floor((O[Y]+128)/256),O[Y]-=N*256;O[Y]+=N,O[U]=0}for(N=0,Y=0;Y<32;Y++)O[Y]+=N-(O[31]>>4)*Lt[Y],N=O[Y]>>8,O[Y]&=255;for(Y=0;Y<32;Y++)O[Y]-=N*Lt[Y];for(U=0;U<32;U++)O[U+1]+=O[U]>>8,k[U]=O[U]&255}function fr(k){var O=new Float64Array(64),N;for(N=0;N<64;N++)O[N]=k[N];for(N=0;N<64;N++)k[N]=0;xn(k,O)}function $i(k,O,N,U){var Y=new Uint8Array(64),Z=new Uint8Array(64),me=new Uint8Array(64),ye,se,de=new Float64Array(64),Ne=[r(),r(),r(),r()];xt(Y,U,32),Y[0]&=248,Y[31]&=127,Y[31]|=64;var tt=N+64;for(ye=0;ye<N;ye++)k[64+ye]=O[ye];for(ye=0;ye<32;ye++)k[32+ye]=Y[32+ye];for(xt(me,k.subarray(32),N+32),fr(me),Re(Ne,me),xe(k,Ne),ye=32;ye<64;ye++)k[ye]=U[ye];for(xt(Z,k,N+64),fr(Z),ye=0;ye<64;ye++)de[ye]=0;for(ye=0;ye<32;ye++)de[ye]=me[ye];for(ye=0;ye<32;ye++)for(se=0;se<32;se++)de[ye+se]+=Z[ye]*Y[se];return xn(k.subarray(32),de),tt}function Yi(k,O){var N=r(),U=r(),Y=r(),Z=r(),me=r(),ye=r(),se=r();return M(k[2],f),_e(k[1],O),Ge(Y,k[1]),ke(Z,Y,m),Ie(Y,Y,k[2]),Me(Z,k[2],Z),Ge(me,Z),Ge(ye,me),ke(se,ye,me),ke(N,se,Y),ke(N,N,Z),ze(N,N),ke(N,N,Y),ke(N,N,Z),ke(N,N,Z),ke(k[0],N,Z),Ge(U,k[0]),ke(U,U,Z),be(U,Y)&&ke(k[0],k[0],w),Ge(U,k[0]),ke(U,U,Z),be(U,Y)?-1:(je(k[0])===O[31]>>7&&Ie(k[0],c,k[0]),ke(k[3],k[0],k[1]),0)}function Ea(k,O,N,U){var Y,Z=new Uint8Array(32),me=new Uint8Array(64),ye=[r(),r(),r(),r()],se=[r(),r(),r(),r()];if(N<64||Yi(se,U))return-1;for(Y=0;Y<N;Y++)k[Y]=O[Y];for(Y=0;Y<32;Y++)k[Y+32]=U[Y];if(xt(me,k,N),fr(me),He(ye,se,me),Re(se,O.subarray(32)),$t(ye,se),xe(Z,ye),N-=64,B(O,0,Z,0)){for(Y=0;Y<N;Y++)k[Y]=0;return-1}for(Y=0;Y<N;Y++)k[Y]=O[Y+64];return N}var xs=32,li=24,hr=32,oi=16,ui=32,Gi=32,ci=32,Lr=32,Vi=32,Ca=li,Xl=hr,kr=oi,jt=64,qt=32,Dn=64,Ji=32,Aa=64;e.lowlevel={crypto_core_hsalsa20:$,crypto_stream_xor:fe,crypto_stream:J,crypto_stream_salsa20_xor:R,crypto_stream_salsa20:G,crypto_onetimeauth:P,crypto_onetimeauth_verify:X,crypto_verify_16:oe,crypto_verify_32:B,crypto_secretbox:ae,crypto_secretbox_open:pe,crypto_scalarmult:Ae,crypto_scalarmult_base:Le,crypto_box_beforenm:Ve,crypto_box_afternm:Je,crypto_box:Fe,crypto_box_open:et,crypto_box_keypair:nt,crypto_hash:xt,crypto_sign:$i,crypto_sign_keypair:At,crypto_sign_open:Ea,crypto_secretbox_KEYBYTES:xs,crypto_secretbox_NONCEBYTES:li,crypto_secretbox_ZEROBYTES:hr,crypto_secretbox_BOXZEROBYTES:oi,crypto_scalarmult_BYTES:ui,crypto_scalarmult_SCALARBYTES:Gi,crypto_box_PUBLICKEYBYTES:ci,crypto_box_SECRETKEYBYTES:Lr,crypto_box_BEFORENMBYTES:Vi,crypto_box_NONCEBYTES:Ca,crypto_box_ZEROBYTES:Xl,crypto_box_BOXZEROBYTES:kr,crypto_sign_BYTES:jt,crypto_sign_PUBLICKEYBYTES:qt,crypto_sign_SECRETKEYBYTES:Dn,crypto_sign_SEEDBYTES:Ji,crypto_hash_BYTES:Aa,gf:r,D:m,L:Lt,pack25519:A,unpack25519:_e,M:ke,A:Me,S:Ge,Z:Ie,pow2523:ze,add:$t,set25519:M,modL:xn,scalarmult:He,scalarbase:Re};function Kl(k,O){if(k.length!==xs)throw new Error("bad key size");if(O.length!==li)throw new Error("bad nonce size")}function Ql(k,O){if(k.length!==ci)throw new Error("bad public key size");if(O.length!==Lr)throw new Error("bad secret key size")}function tn(){for(var k=0;k<arguments.length;k++)if(!(arguments[k]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function vs(k){for(var O=0;O<k.length;O++)k[O]=0}e.randomBytes=function(k){var O=new Uint8Array(k);return s(O,k),O},e.secretbox=function(k,O,N){tn(k,O,N),Kl(N,O);for(var U=new Uint8Array(hr+k.length),Y=new Uint8Array(U.length),Z=0;Z<k.length;Z++)U[Z+hr]=k[Z];return ae(Y,U,U.length,O,N),Y.subarray(oi)},e.secretbox.open=function(k,O,N){tn(k,O,N),Kl(N,O);for(var U=new Uint8Array(oi+k.length),Y=new Uint8Array(U.length),Z=0;Z<k.length;Z++)U[Z+oi]=k[Z];return U.length<32||pe(Y,U,U.length,O,N)!==0?null:Y.subarray(hr)},e.secretbox.keyLength=xs,e.secretbox.nonceLength=li,e.secretbox.overheadLength=oi,e.scalarMult=function(k,O){if(tn(k,O),k.length!==Gi)throw new Error("bad n size");if(O.length!==ui)throw new Error("bad p size");var N=new Uint8Array(ui);return Ae(N,k,O),N},e.scalarMult.base=function(k){if(tn(k),k.length!==Gi)throw new Error("bad n size");var O=new Uint8Array(ui);return Le(O,k),O},e.scalarMult.scalarLength=Gi,e.scalarMult.groupElementLength=ui,e.box=function(k,O,N,U){var Y=e.box.before(N,U);return e.secretbox(k,O,Y)},e.box.before=function(k,O){tn(k,O),Ql(k,O);var N=new Uint8Array(Vi);return Ve(N,k,O),N},e.box.after=e.secretbox,e.box.open=function(k,O,N,U){var Y=e.box.before(N,U);return e.secretbox.open(k,O,Y)},e.box.open.after=e.secretbox.open,e.box.keyPair=function(){var k=new Uint8Array(ci),O=new Uint8Array(Lr);return nt(k,O),{publicKey:k,secretKey:O}},e.box.keyPair.fromSecretKey=function(k){if(tn(k),k.length!==Lr)throw new Error("bad secret key size");var O=new Uint8Array(ci);return Le(O,k),{publicKey:O,secretKey:new Uint8Array(k)}},e.box.publicKeyLength=ci,e.box.secretKeyLength=Lr,e.box.sharedKeyLength=Vi,e.box.nonceLength=Ca,e.box.overheadLength=e.secretbox.overheadLength,e.sign=function(k,O){if(tn(k,O),O.length!==Dn)throw new Error("bad secret key size");var N=new Uint8Array(jt+k.length);return $i(N,k,k.length,O),N},e.sign.open=function(k,O){if(tn(k,O),O.length!==qt)throw new Error("bad public key size");var N=new Uint8Array(k.length),U=Ea(N,k,k.length,O);if(U<0)return null;for(var Y=new Uint8Array(U),Z=0;Z<Y.length;Z++)Y[Z]=N[Z];return Y},e.sign.detached=function(k,O){for(var N=e.sign(k,O),U=new Uint8Array(jt),Y=0;Y<U.length;Y++)U[Y]=N[Y];return U},e.sign.detached.verify=function(k,O,N){if(tn(k,O,N),O.length!==jt)throw new Error("bad signature size");if(N.length!==qt)throw new Error("bad public key size");var U=new Uint8Array(jt+k.length),Y=new Uint8Array(jt+k.length),Z;for(Z=0;Z<jt;Z++)U[Z]=O[Z];for(Z=0;Z<k.length;Z++)U[Z+jt]=k[Z];return Ea(Y,U,U.length,N)>=0},e.sign.keyPair=function(){var k=new Uint8Array(qt),O=new Uint8Array(Dn);return At(k,O),{publicKey:k,secretKey:O}},e.sign.keyPair.fromSecretKey=function(k){if(tn(k),k.length!==Dn)throw new Error("bad secret key size");for(var O=new Uint8Array(qt),N=0;N<O.length;N++)O[N]=k[32+N];return{publicKey:O,secretKey:new Uint8Array(k)}},e.sign.keyPair.fromSeed=function(k){if(tn(k),k.length!==Ji)throw new Error("bad seed size");for(var O=new Uint8Array(qt),N=new Uint8Array(Dn),U=0;U<32;U++)N[U]=k[U];return At(O,N,!0),{publicKey:O,secretKey:N}},e.sign.publicKeyLength=qt,e.sign.secretKeyLength=Dn,e.sign.seedLength=Ji,e.sign.signatureLength=jt,e.hash=function(k){tn(k);var O=new Uint8Array(Aa);return xt(O,k,k.length),O},e.hash.hashLength=Aa,e.verify=function(k,O){return tn(k,O),k.length===0||O.length===0||k.length!==O.length?!1:F(k,0,O,0,k.length)===0},e.setPRNG=function(k){s=k},(function(){var k=typeof globalThis<"u"?globalThis.crypto||globalThis.msCrypto:null;if(k&&k.getRandomValues){var O=65536;e.setPRNG(function(N,U){var Y,Z=new Uint8Array(U);for(Y=0;Y<U;Y+=O)k.getRandomValues(Z.subarray(Y,Y+Math.min(U-Y,O)));for(Y=0;Y<U;Y++)N[Y]=Z[Y];vs(Z)})}else typeof require<"u"&&(k=require("crypto"),k&&k.randomBytes&&e.setPRNG(function(N,U){var Y,Z=k.randomBytes(U);for(Y=0;Y<U;Y++)N[Y]=Z[Y];vs(Z)}))})()})(typeof module<"u"&&module.exports?module.exports:globalThis.nacl=globalThis.nacl||{});const hu=typeof module<"u"&&module.exports?module.exports:globalThis.nacl,H2={fromSeed:hu.sign.keyPair.fromSeed,sign:hu.sign.detached,verify:hu.sign.detached.verify,randomBytes:hu.randomBytes};let xx;function I2(e){xx=e}function Li(){return xx}const F2=new Uint16Array([0,4129,8258,12387,16516,20645,24774,28903,33032,37161,41290,45419,49548,53677,57806,61935,4657,528,12915,8786,21173,17044,29431,25302,37689,33560,45947,41818,54205,50076,62463,58334,9314,13379,1056,5121,25830,29895,17572,21637,42346,46411,34088,38153,58862,62927,50604,54669,13907,9842,5649,1584,30423,26358,22165,18100,46939,42874,38681,34616,63455,59390,55197,51132,18628,22757,26758,30887,2112,6241,10242,14371,51660,55789,59790,63919,35144,39273,43274,47403,23285,19156,31415,27286,6769,2640,14899,10770,56317,52188,64447,60318,39801,35672,47931,43802,27814,31879,19684,23749,11298,15363,3168,7233,60846,64911,52716,56781,44330,48395,36200,40265,32407,28342,24277,20212,15891,11826,7761,3696,65439,61374,57309,53244,48923,44858,40793,36728,37256,33193,45514,41451,53516,49453,61774,57711,4224,161,12482,8419,20484,16421,28742,24679,33721,37784,41979,46042,49981,54044,58239,62302,689,4752,8947,13010,16949,21012,25207,29270,46570,42443,38312,34185,62830,58703,54572,50445,13538,9411,5280,1153,29798,25671,21540,17413,42971,47098,34713,38840,59231,63358,50973,55100,9939,14066,1681,5808,26199,30326,17941,22068,55628,51565,63758,59695,39368,35305,47498,43435,22596,18533,30726,26663,6336,2273,14466,10403,52093,56156,60223,64286,35833,39896,43963,48026,19061,23124,27191,31254,2801,6864,10931,14994,64814,60687,56684,52557,48554,44427,40424,36297,31782,27655,23652,19525,15522,11395,7392,3265,61215,65342,53085,57212,44955,49082,36825,40952,28183,32310,20053,24180,11923,16050,3793,7920]);class Du{static checksum(t){let r=0;for(let s=0;s<t.byteLength;s++){let l=t[s];r=r<<8&65535^F2[(r>>8^l)&255]}return r}static validate(t,r){return Du.checksum(t)==r}}const kh="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";class A0{static encode(t){let r=0,s=0,l=new Uint8Array(t),u=new Uint8Array(t.byteLength*2),c=0;for(let f=0;f<l.byteLength;f++)for(s=s<<8|l[f],r+=8;r>=5;){let d=s>>>r-5&31;u[c++]=kh.charAt(d).charCodeAt(0),r-=5}if(r>0){let f=s<<5-r&31;u[c++]=kh.charAt(f).charCodeAt(0)}return u.slice(0,c)}static decode(t){let r=0,s=0,l=0,u=new Uint8Array(t),c=new Uint8Array(u.byteLength*5/8|0);for(let f=0;f<u.byteLength;f++){let d=String.fromCharCode(u[f]),m=kh.indexOf(d);if(m===-1)throw new Error("Illegal Base32 character: "+u[f]);s=s<<5|m,r+=5,r>=8&&(c[l++]=s>>>r-8&255,r-=8)}return c.slice(0,l)}}class Ct extends Error{constructor(r,s){super(r);C(this,"name");C(this,"code");C(this,"chainedError");this.name="NKeysError",this.code=r,this.chainedError=s}}function $2(){return Xu(Et.Operator)}function Y2(){return Xu(Et.Account)}function G2(){return Xu(Et.User)}var bt;(function(e){e.InvalidPrefixByte="nkeys: invalid prefix byte",e.InvalidKey="nkeys: invalid key",e.InvalidPublicKey="nkeys: invalid public key",e.InvalidSeedLen="nkeys: invalid seed length",e.InvalidSeed="nkeys: invalid seed",e.InvalidEncoding="nkeys: invalid encoded key",e.InvalidSignature="nkeys: signature verification failed",e.CannotSign="nkeys: cannot sign, no private key available",e.PublicKeyOnly="nkeys: no seed or private key available",e.InvalidChecksum="nkeys: invalid checksum",e.SerializationError="nkeys: serialization error",e.ApiError="nkeys: api error",e.ClearedPair="nkeys: pair is cleared"})(bt||(bt={}));var Et;(function(e){e[e.Seed=144]="Seed",e[e.Private=120]="Private",e[e.Operator=112]="Operator",e[e.Server=104]="Server",e[e.Cluster=16]="Cluster",e[e.Account=0]="Account",e[e.User=160]="User"})(Et||(Et={}));class aa{static isValidPublicPrefix(t){return t==Et.Server||t==Et.Operator||t==Et.Cluster||t==Et.Account||t==Et.User}static startsWithValidPrefix(t){let r=t[0];return r=="S"||r=="P"||r=="O"||r=="N"||r=="C"||r=="A"||r=="U"}static isValidPrefix(t){return this.parsePrefix(t)!=-1}static parsePrefix(t){switch(t){case Et.Seed:return Et.Seed;case Et.Private:return Et.Private;case Et.Operator:return Et.Operator;case Et.Server:return Et.Server;case Et.Cluster:return Et.Cluster;case Et.Account:return Et.Account;case Et.User:return Et.User;default:return-1}}}class _n{static encode(t,r){if(!r||!(r instanceof Uint8Array))throw new Ct(bt.SerializationError);if(!aa.isValidPrefix(t))throw new Ct(bt.InvalidPrefixByte);return _n._encode(!1,t,r)}static encodeSeed(t,r){if(!r)throw new Ct(bt.ApiError);if(!aa.isValidPublicPrefix(t))throw new Ct(bt.InvalidPrefixByte);if(r.byteLength!==32)throw new Ct(bt.InvalidSeedLen);return _n._encode(!0,t,r)}static decode(t,r){if(!aa.isValidPrefix(t))throw new Ct(bt.InvalidPrefixByte);const s=_n._decode(r);if(s[0]!==t)throw new Ct(bt.InvalidPrefixByte);return s.slice(1)}static decodeSeed(t){const r=_n._decode(t),s=_n._decodePrefix(r);if(s[0]!=Et.Seed)throw new Ct(bt.InvalidSeed);if(!aa.isValidPublicPrefix(s[1]))throw new Ct(bt.InvalidPrefixByte);return{buf:r.slice(2),prefix:s[1]}}static _encode(t,r,s){const l=t?2:1,u=s.byteLength,c=l+u+2,f=l+u,d=new Uint8Array(c);if(t){const g=_n._encodePrefix(Et.Seed,r);d.set(g)}else d[0]=r;d.set(s,l);const m=Du.checksum(d.slice(0,f));return new DataView(d.buffer).setUint16(f,m,!0),A0.encode(d)}static _decode(t){if(t.byteLength<4)throw new Ct(bt.InvalidEncoding);let r;try{r=A0.decode(t)}catch(f){throw new Ct(bt.InvalidEncoding,f)}const s=r.byteLength-2,u=new DataView(r.buffer).getUint16(s,!0),c=r.slice(0,s);if(!Du.validate(c,u))throw new Ct(bt.InvalidChecksum);return c}static _encodePrefix(t,r){const s=t|r>>5,l=(r&31)<<3;return new Uint8Array([s,l])}static _decodePrefix(t){const r=t[0]&248,s=(t[0]&7)<<5|(t[1]&248)>>3;return new Uint8Array([r,s])}}class vx{constructor(t){C(this,"seed");this.seed=t}getRawSeed(){if(!this.seed)throw new Ct(bt.ClearedPair);return _n.decodeSeed(this.seed).buf}getSeed(){if(!this.seed)throw new Ct(bt.ClearedPair);return this.seed}getPublicKey(){if(!this.seed)throw new Ct(bt.ClearedPair);const t=_n.decodeSeed(this.seed),r=Li().fromSeed(this.getRawSeed()),s=_n.encode(t.prefix,r.publicKey);return new TextDecoder().decode(s)}getPrivateKey(){if(!this.seed)throw new Ct(bt.ClearedPair);const t=Li().fromSeed(this.getRawSeed());return _n.encode(Et.Private,t.secretKey)}sign(t){if(!this.seed)throw new Ct(bt.ClearedPair);const r=Li().fromSeed(this.getRawSeed());return Li().sign(t,r.secretKey)}verify(t,r){if(!this.seed)throw new Ct(bt.ClearedPair);const s=Li().fromSeed(this.getRawSeed());return Li().verify(t,r,s.publicKey)}clear(){this.seed&&(this.seed.fill(0),this.seed=void 0)}}function Xu(e){const t=Li().randomBytes(32);let r=_n.encodeSeed(e,new Uint8Array(t));return new vx(r)}class V2{constructor(t){C(this,"publicKey");this.publicKey=t}getPublicKey(){if(!this.publicKey)throw new Ct(bt.ClearedPair);return new TextDecoder().decode(this.publicKey)}getPrivateKey(){throw this.publicKey?new Ct(bt.PublicKeyOnly):new Ct(bt.ClearedPair)}getSeed(){throw this.publicKey?new Ct(bt.PublicKeyOnly):new Ct(bt.ClearedPair)}sign(t){throw this.publicKey?new Ct(bt.CannotSign):new Ct(bt.ClearedPair)}verify(t,r){if(!this.publicKey)throw new Ct(bt.ClearedPair);let s=_n._decode(this.publicKey);return Li().verify(t,r,s.slice(1))}clear(){this.publicKey&&(this.publicKey.fill(0),this.publicKey=void 0)}}function J2(e){const t=new TextEncoder().encode(e),r=_n._decode(t),s=aa.parsePrefix(r[0]);if(aa.isValidPublicPrefix(s))return new V2(t);throw new Ct(bt.InvalidPublicKey)}function X2(e){return _n.decodeSeed(e),new vx(e)}function K2(e){return btoa(String.fromCharCode(...e))}function Q2(e){const t=atob(e),r=new Uint8Array(t.length);for(let s=0;s<t.length;s++)r[s]=t.charCodeAt(s);return r}I2(H2);const j0={createAccount:Y2,createOperator:$2,createPair:Xu,createUser:G2,fromPublic:J2,fromSeed:X2,NKeysError:Ct,NKeysErrorCode:bt,Prefix:Et,decode:Q2,encode:K2};function Z2(e){return t=>{let r={};return e.forEach(s=>{const l=s(t)||{};r=Object.assign(r,l)}),r}}function W2(){return()=>{}}function ek(e,t){return()=>{const r=typeof e=="function"?e():e,s=typeof t=="function"?t():t;return{user:r,pass:s}}}function tk(e){return()=>({auth_token:typeof e=="function"?e():e})}function nk(e){return t=>{const r=typeof e=="function"?e():e,s=r?j0.fromSeed(r):void 0,l=s?s.getPublicKey():"",u=Ii.encode(t||""),c=s!==void 0&&t?s.sign(u):void 0,f=c?j0.encode(c):"";return{nkey:l,sig:f}}}function wx(e,t){return r=>{const s=typeof e=="function"?e():e,l=nk(t),{nkey:u,sig:c}=l(r);return{jwt:s,nkey:u,sig:c}}}const Sx=120*1e3,rk=2,_x=2*1e3;function ik(){return{maxPingOut:2,maxReconnectAttempts:10,noRandomize:!1,pedantic:!1,pingInterval:Sx,reconnect:!0,reconnectJitter:100,reconnectJitterTLS:1e3,reconnectTimeWait:_x,tls:void 0,verbose:!1,waitOnFirstConnect:!1,ignoreAuthErrorAbort:!1}}function sk(e){const t=[];return typeof e.authenticator=="function"&&t.push(e.authenticator),Array.isArray(e.authenticator)&&t.push(...e.authenticator),e.token&&t.push(tk(e.token)),e.user&&t.push(ek(e.user,e.pass)),t.length===0?W2():Z2(t)}function ak(e){const t=`${Qh}:${gx()}`;if(e=e||{servers:[t]},e.servers=e.servers||[],typeof e.servers=="string"&&(e.servers=[e.servers]),e.servers.length>0&&e.port)throw new Te("port and servers options are mutually exclusive",Se.InvalidOption);e.servers.length===0&&e.port&&(e.servers=[`${Qh}:${e.port}`]),e.servers&&e.servers.length===0&&(e.servers=[t]);const r=Gu(ik(),e);if(r.authenticator=sk(r),["reconnectDelayHandler","authenticator"].forEach(s=>{if(r[s]&&typeof r[s]!="function")throw new Te(`${s} option should be a function`,Se.NotFunction)}),r.reconnectDelayHandler||(r.reconnectDelayHandler=()=>{let s=r.tls?r.reconnectJitterTLS:r.reconnectJitter;return s&&(s++,s=Math.floor(Math.random()*s)),r.reconnectTimeWait+s}),r.inboxPrefix)try{ni(r.inboxPrefix)}catch(s){throw new Te(s.message,Se.ApiError)}if(r.resolve===void 0&&(r.resolve=typeof id()=="function"),r.resolve&&typeof id()!="function")throw new Te("'resolve' is not supported on this client",Se.InvalidOption);return r}function lk(e,t){const{proto:r,tls_required:s,tls_available:l}=e;if((r===void 0||r<1)&&t.noEcho)throw new Te("noEcho",Se.ServerOptionNotAvailable);const u=s||l||!1;if(t.tls&&!u)throw new Te("tls",Se.ServerOptionNotAvailable)}const ok=1024*32,uk=/^INFO\s+([^\r\n]+)\r\n/i,ck=Al(`PONG\r
72
+ `),T0=Al(`PING\r
73
+ `);class fk{constructor(t,r,s){C(this,"echo");C(this,"no_responders");C(this,"protocol");C(this,"verbose");C(this,"pedantic");C(this,"jwt");C(this,"nkey");C(this,"sig");C(this,"user");C(this,"pass");C(this,"auth_token");C(this,"tls_required");C(this,"name");C(this,"lang");C(this,"version");C(this,"headers");this.protocol=1,this.version=t.version,this.lang=t.lang,this.echo=r.noEcho?!1:void 0,this.verbose=r.verbose,this.pedantic=r.pedantic,this.tls_required=r.tls?!0:void 0,this.name=r.name;const l=(r&&typeof r.authenticator=="function"?r.authenticator(s):{})||{};Gu(this,l)}}class kx extends an{constructor(r,s,l={}){var c;super();C(this,"sid");C(this,"queue");C(this,"draining");C(this,"max");C(this,"subject");C(this,"drained");C(this,"protocol");C(this,"timer");C(this,"info");C(this,"cleanupFn");C(this,"closed");C(this,"requestSubject");Gu(this,l),this.protocol=r,this.subject=s,this.draining=!1,this.noIterator=typeof l.callback=="function",this.closed=Bt();const u=!((c=r.options)!=null&&c.noAsyncTraces);l.timeout&&(this.timer=ma(l.timeout,u),this.timer.then(()=>{this.timer=void 0}).catch(f=>{this.stop(f),this.noIterator&&this.callback(f,{})})),this.noIterator||this.iterClosed.then(()=>{this.closed.resolve(),this.unsubscribe()})}setPrePostHandlers(r){if(this.noIterator){const s=this.callback,l=r.ingestionFilterFn?r.ingestionFilterFn:()=>({ingest:!0,protocol:!1}),u=r.protocolFilterFn?r.protocolFilterFn:()=>!0,c=r.dispatchedFn?r.dispatchedFn:()=>{};this.callback=(f,d)=>{const{ingest:m}=l(d);m&&u(d)&&(s(f,d),c(d))}}else this.protocolFilterFn=r.protocolFilterFn,this.dispatchedFn=r.dispatchedFn}callback(r,s){this.cancelTimeout(),r?this.stop(r):this.push(s)}close(){if(!this.isClosed()){this.cancelTimeout();const r=()=>{if(this.stop(),this.cleanupFn)try{this.cleanupFn(this,this.info)}catch{}this.closed.resolve()};this.noIterator?r():this.push(r)}}unsubscribe(r){this.protocol.unsubscribe(this,r)}cancelTimeout(){this.timer&&(this.timer.cancel(),this.timer=void 0)}drain(){return this.protocol.isClosed()?Promise.reject(Te.errorForCode(Se.ConnectionClosed)):this.isClosed()?Promise.reject(Te.errorForCode(Se.SubClosed)):(this.drained||(this.draining=!0,this.protocol.unsub(this),this.drained=this.protocol.flush(Bt()).then(()=>{this.protocol.subscriptions.cancel(this)}).catch(()=>{this.protocol.subscriptions.cancel(this)})),this.drained)}isDraining(){return this.draining}isClosed(){return this.done}getSubject(){return this.subject}getMax(){return this.max}getID(){return this.sid}}class hk{constructor(){C(this,"mux");C(this,"subs");C(this,"sidCounter");this.sidCounter=0,this.mux=null,this.subs=new Map}size(){return this.subs.size}add(t){return this.sidCounter++,t.sid=this.sidCounter,this.subs.set(t.sid,t),t}setMux(t){return this.mux=t,t}getMux(){return this.mux}get(t){return this.subs.get(t)}resub(t){return this.sidCounter++,this.subs.delete(t.sid),t.sid=this.sidCounter,this.subs.set(t.sid,t),t}all(){return Array.from(this.subs.values())}cancel(t){t&&(t.close(),this.subs.delete(t.sid))}handleError(t){if(t&&t.permissionContext){const r=t.permissionContext,s=this.all();let l;if(r.operation==="subscription"&&(l=s.find(u=>u.subject===r.subject&&u.queue===r.queue)),r.operation==="publish"&&(l=s.find(u=>u.requestSubject===r.subject)),l)return l.callback(t,{}),l.close(),this.subs.delete(l.sid),l!==this.mux}return!1}close(){this.subs.forEach(t=>{t.close()})}}class Lu{constructor(t,r){C(this,"connected");C(this,"connectedOnce");C(this,"infoReceived");C(this,"info");C(this,"muxSubscriptions");C(this,"options");C(this,"outbound");C(this,"pongs");C(this,"subscriptions");C(this,"transport");C(this,"noMorePublishing");C(this,"connectError");C(this,"publisher");C(this,"_closed");C(this,"closed");C(this,"listeners");C(this,"heartbeats");C(this,"parser");C(this,"outMsgs");C(this,"inMsgs");C(this,"outBytes");C(this,"inBytes");C(this,"pendingLimit");C(this,"lastError");C(this,"abortReconnect");C(this,"whyClosed");C(this,"servers");C(this,"server");C(this,"features");C(this,"connectPromise");this._closed=!1,this.connected=!1,this.connectedOnce=!1,this.infoReceived=!1,this.noMorePublishing=!1,this.abortReconnect=!1,this.listeners=[],this.pendingLimit=ok,this.outMsgs=0,this.inMsgs=0,this.outBytes=0,this.inBytes=0,this.options=t,this.publisher=r,this.subscriptions=new hk,this.muxSubscriptions=new z2,this.outbound=new ga,this.pongs=[],this.whyClosed="",this.pendingLimit=t.pendingLimit||this.pendingLimit,this.features=new g2({major:0,minor:0,micro:0}),this.connectPromise=null;const s=typeof t.servers=="string"?[t.servers]:t.servers;this.servers=new L2(s,{randomize:!t.noRandomize}),this.closed=Bt(),this.parser=new C0(this),this.heartbeats=new U2(this,this.options.pingInterval||Sx,this.options.maxPingOut||rk)}resetOutbound(){this.outbound.reset();const t=this.pongs;this.pongs=[];const r=Te.errorForCode(Se.Disconnect);r.stack="",t.forEach(s=>{s.reject(r)}),this.parser=new C0(this),this.infoReceived=!1}dispatchStatus(t){this.listeners.forEach(r=>{r.push(t)})}status(){const t=new an;return this.listeners.push(t),t}prepare(){this.transport&&this.transport.discard(),this.info=void 0,this.resetOutbound();const t=Bt();return t.catch(()=>{}),this.pongs.unshift(t),this.connectError=r=>{t.reject(r)},this.transport=x2(),this.transport.closed().then(async r=>{if(this.connected=!1,!this.isClosed()){await this.disconnected(this.transport.closeError||this.lastError);return}}),t}disconnect(){this.dispatchStatus({type:la.StaleConnection,data:""}),this.transport.disconnect()}reconnect(){return this.connected&&(this.dispatchStatus({type:la.ClientInitiatedReconnect,data:""}),this.transport.disconnect()),Promise.resolve()}async disconnected(t){this.dispatchStatus({type:ei.Disconnect,data:this.servers.getCurrentServer().toString()}),this.options.reconnect?await this.dialLoop().then(()=>{var r;this.dispatchStatus({type:ei.Reconnect,data:this.servers.getCurrentServer().toString()}),((r=this.lastError)==null?void 0:r.code)===Se.AuthenticationExpired&&(this.lastError=void 0)}).catch(r=>{this._close(r)}):await this._close(t)}async dial(t){const r=this.prepare();let s;try{s=ma(this.options.timeout||2e4);const l=this.transport.connect(t,this.options);await Promise.race([l,s]),(async()=>{try{for await(const u of this.transport)this.parser.parse(u)}catch(u){console.log("reader closed",u)}})().then()}catch(l){r.reject(l)}try{await Promise.race([s,r]),s&&s.cancel(),this.connected=!0,this.connectError=void 0,this.sendSubscriptions(),this.connectedOnce=!0,this.server.didConnect=!0,this.server.reconnects=0,this.flushPending(),this.heartbeats.start()}catch(l){throw s&&s.cancel(),await this.transport.close(l),l}}async _doDial(t){const{resolve:r}=this.options,s=await t.resolve({fn:id(),debug:this.options.debug,randomize:!this.options.noRandomize,resolve:r});let l=null;for(const u of s)try{l=null,this.dispatchStatus({type:la.Reconnecting,data:u.toString()}),await this.dial(u);return}catch(c){l=c}throw l}dialLoop(){return this.connectPromise===null&&(this.connectPromise=this.dodialLoop(),this.connectPromise.then(()=>{}).catch(()=>{}).finally(()=>{this.connectPromise=null})),this.connectPromise}async dodialLoop(){let t;for(;;){this._closed&&this.servers.clear();const r=this.options.reconnectDelayHandler?this.options.reconnectDelayHandler():_x;let s=r;const l=this.selectServer();if(!l||this.abortReconnect)throw t||(this.lastError?this.lastError:Te.errorForCode(Se.ConnectionRefused));const u=Date.now();if(l.lastConnect===0||l.lastConnect+r<=u){l.lastConnect=Date.now();try{await this._doDial(l);break}catch(c){if(t=c,!this.connectedOnce){if(this.options.waitOnFirstConnect)continue;this.servers.removeCurrentServer()}l.reconnects++;const f=this.options.maxReconnectAttempts||0;f!==-1&&l.reconnects>=f&&this.servers.removeCurrentServer()}}else s=Math.min(s,l.lastConnect+r-u),await Sa(s)}}static async connect(t,r){const s=new Lu(t,r);return await s.dialLoop(),s}static toError(t){const r=t?t.toLowerCase():"";if(r.indexOf("permissions violation")!==-1){const s=new Te(t,Se.PermissionsViolation),l=t.match(/(Publish|Subscription) to "(\S+)"/);if(l){s.permissionContext={operation:l[1].toLowerCase(),subject:l[2],queue:void 0};const u=t.match(/using queue "(\S+)"/);u&&(s.permissionContext.queue=u[1])}return s}else return r.indexOf("authorization violation")!==-1?new Te(t,Se.AuthorizationViolation):r.indexOf("user authentication expired")!==-1?new Te(t,Se.AuthenticationExpired):r.indexOf("account authentication expired")!=-1?new Te(t,Se.AccountExpired):r.indexOf("authentication timeout")!==-1?new Te(t,Se.AuthenticationTimeout):new Te(t,Se.ProtocolError)}processMsg(t,r){if(this.inMsgs++,this.inBytes+=r.length,!this.subscriptions.sidCounter)return;const s=this.subscriptions.get(t.sid);s&&(s.received+=1,s.callback&&s.callback(null,new Dd(t,r,this)),s.max!==void 0&&s.received>=s.max&&s.unsubscribe())}processError(t){const r=f0(t),s=Lu.toError(r),l={type:ei.Error,data:s.code};if(s.isPermissionError()){let u=!1;if(s.permissionContext){l.permissionContext=s.permissionContext;const c=this.subscriptions.getMux();u=(c==null?void 0:c.subject)===s.permissionContext.subject}this.subscriptions.handleError(s),this.muxSubscriptions.handleError(u,s),u&&this.subscriptions.setMux(null)}this.dispatchStatus(l),this.handleError(s)}handleError(t){t.isAuthError()?this.handleAuthError(t):t.isProtocolError()?this.lastError=t:t.isAuthTimeout()&&(this.lastError=t),t.isPermissionError()||(this.lastError=t)}handleAuthError(t){this.lastError&&t.code===this.lastError.code&&this.options.ignoreAuthErrorAbort===!1&&(this.abortReconnect=!0),this.connectError?this.connectError(t):this.disconnect()}processPing(){this.transport.send(ck)}processPong(){const t=this.pongs.shift();t&&t.resolve()}processInfo(t){const r=JSON.parse(f0(t));this.info=r;const s=this.options&&this.options.ignoreClusterUpdates?void 0:this.servers.update(r,this.transport.isEncrypted());if(!this.infoReceived){this.features.update(ms(r.version)),this.infoReceived=!0,this.transport.isEncrypted()&&this.servers.updateTLSName();const{version:u,lang:c}=this.transport;try{const f=new fk({version:u,lang:c},this.options,r.nonce);r.headers&&(f.headers=!0,f.no_responders=!0);const d=JSON.stringify(f);this.transport.send(Al(`CONNECT ${d}${Su}`)),this.transport.send(T0)}catch(f){this._close(f)}}s&&this.dispatchStatus({type:ei.Update,data:s}),(r.ldm!==void 0?r.ldm:!1)&&this.dispatchStatus({type:ei.LDM,data:this.servers.getCurrentServer().toString()})}push(t){switch(t.kind){case Sn.MSG:{const{msg:r,data:s}=t;this.processMsg(r,s);break}case Sn.OK:break;case Sn.ERR:this.processError(t.data);break;case Sn.PING:this.processPing();break;case Sn.PONG:this.processPong();break;case Sn.INFO:this.processInfo(t.data);break}}sendCommand(t,...r){const s=this.outbound.length();let l;typeof t=="string"?l=Al(t):l=t,this.outbound.fill(l,...r),s===0?queueMicrotask(()=>{this.flushPending()}):this.outbound.size()>=this.pendingLimit&&this.flushPending()}publish(t,r=Jn,s){let l;if(r instanceof Uint8Array)l=r;else if(typeof r=="string")l=Ii.encode(r);else throw Te.errorForCode(Se.BadPayload);let u=l.length;s=s||{},s.reply=s.reply||"";let c=Jn,f=0;if(s.headers){if(this.info&&!this.info.headers)throw new Te("headers",Se.ServerOptionNotAvailable);c=s.headers.encode(),f=c.length,u=l.length+f}if(this.info&&u>this.info.max_payload)throw Te.errorForCode(Se.MaxPayloadExceeded);this.outBytes+=u,this.outMsgs++;let d;s.headers?(s.reply?d=`HPUB ${t} ${s.reply} ${f} ${u}\r
74
+ `:d=`HPUB ${t} ${f} ${u}\r
75
+ `,this.sendCommand(d,c,l,Mu)):(s.reply?d=`PUB ${t} ${s.reply} ${u}\r
76
+ `:d=`PUB ${t} ${u}\r
77
+ `,this.sendCommand(d,l,Mu))}request(t){return this.initMux(),this.muxSubscriptions.add(t),t}subscribe(t){return this.subscriptions.add(t),this._subunsub(t),t}_sub(t){t.queue?this.sendCommand(`SUB ${t.subject} ${t.queue} ${t.sid}\r
78
+ `):this.sendCommand(`SUB ${t.subject} ${t.sid}\r
79
+ `)}_subunsub(t){return this._sub(t),t.max&&this.unsubscribe(t,t.max),t}unsubscribe(t,r){this.unsub(t,r),(t.max===void 0||t.received>=t.max)&&this.subscriptions.cancel(t)}unsub(t,r){!t||this.isClosed()||(r?this.sendCommand(`UNSUB ${t.sid} ${r}\r
80
+ `):this.sendCommand(`UNSUB ${t.sid}\r
81
+ `),t.max=r)}resub(t,r){!t||this.isClosed()||(this.unsub(t),t.subject=r,this.subscriptions.resub(t),this._sub(t))}flush(t){return t||(t=Bt()),this.pongs.push(t),this.outbound.fill(T0),this.flushPending(),t}sendSubscriptions(){const t=[];this.subscriptions.all().forEach(r=>{const s=r;s.queue?t.push(`SUB ${s.subject} ${s.queue} ${s.sid}${Su}`):t.push(`SUB ${s.subject} ${s.sid}${Su}`)}),t.length&&this.transport.send(Al(t.join("")))}async _close(t){this._closed||(this.whyClosed=new Error("close trace").stack||"",this.heartbeats.cancel(),this.connectError&&(this.connectError(t),this.connectError=void 0),this.muxSubscriptions.close(),this.subscriptions.close(),this.listeners.forEach(r=>{r.stop()}),this._closed=!0,await this.transport.close(t),await this.closed.resolve(t))}close(){return this._close()}isClosed(){return this._closed}drain(){const t=this.subscriptions.all(),r=[];return t.forEach(s=>{r.push(s.drain())}),Promise.all(r).then(async()=>(this.noMorePublishing=!0,await this.flush(),this.close())).catch(()=>{})}flushPending(){if(!(!this.infoReceived||!this.connected)&&this.outbound.size()){const t=this.outbound.drain();this.transport.send(t)}}initMux(){if(!this.subscriptions.getMux()){const r=this.muxSubscriptions.init(this.options.inboxPrefix),s=new kx(this,`${r}*`);s.callback=this.muxSubscriptions.dispatcher(),this.subscriptions.setMux(s),this.subscribe(s)}}selectServer(){const t=this.servers.selectServer();if(t!==void 0)return this.server=t,this.server}getServer(){return this.server}}const dk="$SRV";class N0{constructor(t){C(this,"msg");this.msg=t}get data(){return this.msg.data}get sid(){return this.msg.sid}get subject(){return this.msg.subject}get reply(){return this.msg.reply||""}get headers(){return this.msg.headers}respond(t,r){return this.msg.respond(t,r)}respondError(t,r,s,l){var u,c;return l=l||{},l.headers=l.headers||ii(),(u=l.headers)==null||u.set(ju,`${t}`),(c=l.headers)==null||c.set(Au,r),this.msg.respond(s,l)}json(t){return this.msg.json(t)}string(){return this.msg.string()}}class Ul{constructor(t,r="",s=""){C(this,"subject");C(this,"queue");C(this,"srv");r!==""&&pk("service group",r);let l="";if(t instanceof Yl)this.srv=t,l="";else if(t instanceof Ul){const u=t;this.srv=u.srv,s===""&&u.queue!==""&&(s=u.queue),l=u.subject}else throw new Error("unknown ServiceGroup type");this.subject=this.calcSubject(l,r),this.queue=s}calcSubject(t,r=""){return r===""?t:t!==""?`${t}.${r}`:r}addEndpoint(t="",r){r=r||{subject:t};const s=typeof r=="function"?{handler:r,subject:t}:r;El("endpoint",t);let{subject:l,handler:u,metadata:c,queue:f}=s;l=l||t,f=f||this.queue,mk("endpoint subject",l),l=this.calcSubject(this.subject,l);const d={name:t,subject:l,queue:f,handler:u,metadata:c};return this.srv._addEndpoint(d)}addGroup(t="",r=""){return new Ul(this,t,r)}}function mk(e,t){if(t==="")throw new Error(`${e} cannot be empty`);if(t.indexOf(" ")!==-1)throw new Error(`${e} cannot contain spaces: '${t}'`);const r=t.split(".");r.forEach((s,l)=>{if(s===">"&&l!==r.length-1)throw new Error(`${e} cannot have internal '>': '${t}'`)})}function pk(e,t){if(t.indexOf(" ")!==-1)throw new Error(`${e} cannot contain spaces: '${t}'`);t.split(".").forEach(s=>{if(s===">")throw new Error(`${e} name cannot contain internal '>': '${t}'`)})}class Yl{constructor(t,r={name:"",version:""}){C(this,"nc");C(this,"_id");C(this,"config");C(this,"handlers");C(this,"internal");C(this,"_stopped");C(this,"_done");C(this,"started");this.nc=t,this.config=Object.assign({},r),this.config.queue||(this.config.queue="q"),El("name",this.config.name),El("queue",this.config.queue),ms(this.config.version),this._id=Pi.next(),this.internal=[],this._done=Bt(),this._stopped=!1,this.handlers=[],this.started=new Date().toISOString(),this.reset(),this.nc.closed().then(()=>{this.close().catch()}).catch(s=>{this.close(s).catch()})}static controlSubject(t,r="",s="",l){const u=l??dk;return r===""&&s===""?`${u}.${t}`:(El("control subject name",r),s!==""?(El("control subject id",s),`${u}.${t}.${r}.${s}`):`${u}.${t}.${r}`)}get subjects(){return this.handlers.filter(t=>t.internal===!1).map(t=>t.subject)}get id(){return this._id}get name(){return this.config.name}get description(){return this.config.description??""}get version(){return this.config.version}get metadata(){return this.config.metadata}errorToHeader(t){const r=ii();if(t instanceof Tu){const s=t;r.set(Au,s.message),r.set(ju,`${s.code}`)}else r.set(Au,t.message),r.set(ju,"500");return r}setupHandler(t,r=!1){const s=r?"":t.queue?t.queue:this.config.queue,{name:l,subject:u,handler:c}=t,f=t;f.internal=r,r&&this.internal.push(f),f.stats=new gk(l,u,s),f.queue=s;const d=c?(m,y)=>{if(m){this.close(m);return}const g=Date.now();try{c(m,new N0(y))}catch(x){f.stats.countError(x),y==null||y.respond(Jn,{headers:this.errorToHeader(x)})}finally{f.stats.countLatency(g)}}:void 0;return f.sub=this.nc.subscribe(u,{callback:d,queue:s}),f.sub.closed.then(()=>{this._stopped||this.close(new Error(`required subscription ${t.subject} stopped`)).catch()}).catch(m=>{if(!this._stopped){const y=new Error(`required subscription ${t.subject} errored: ${m.message}`);y.stack=m.stack,this.close(y).catch()}}),f}info(){return{type:jl.INFO,name:this.name,id:this.id,version:this.version,description:this.description,metadata:this.metadata,endpoints:this.endpoints()}}endpoints(){return this.handlers.map(t=>{const{subject:r,metadata:s,name:l,queue:u}=t;return{subject:r,metadata:s,name:l,queue_group:u}})}async stats(){const t=[];for(const r of this.handlers){if(typeof this.config.statsHandler=="function")try{r.stats.data=await this.config.statsHandler(r)}catch(s){r.stats.countError(s)}t.push(r.stats.stats(r.qi))}return{type:jl.STATS,name:this.name,id:this.id,version:this.version,started:this.started,metadata:this.metadata,endpoints:t}}addInternalHandler(t,r){const s=`${t}`.toUpperCase();this._doAddInternalHandler(`${s}-all`,t,r),this._doAddInternalHandler(`${s}-kind`,t,r,this.name),this._doAddInternalHandler(`${s}`,t,r,this.name,this.id)}_doAddInternalHandler(t,r,s,l="",u=""){const c={};c.name=t,c.subject=Yl.controlSubject(r,l,u),c.handler=s,this.setupHandler(c,!0)}start(){const t=vr(),r=(c,f)=>c?(this.close(c),Promise.reject(c)):this.stats().then(d=>(f==null||f.respond(t.encode(d)),Promise.resolve())),s=(c,f)=>c?(this.close(c),Promise.reject(c)):(f==null||f.respond(t.encode(this.info())),Promise.resolve()),l=t.encode(this.ping()),u=(c,f)=>c?(this.close(c).then().catch(),Promise.reject(c)):(f.respond(l),Promise.resolve());return this.addInternalHandler(zi.PING,u),this.addInternalHandler(zi.STATS,r),this.addInternalHandler(zi.INFO,s),this.handlers.forEach(c=>{const{subject:f}=c;typeof f=="string"&&c.handler!==null&&this.setupHandler(c)}),Promise.resolve(this)}close(t){if(this._stopped)return this._done;this._stopped=!0;let r=[];return this.nc.isClosed()||(r=this.handlers.concat(this.internal).map(s=>s.sub.drain())),Promise.allSettled(r).then(()=>{this._done.resolve(t||null)}),this._done}get stopped(){return this._done}get isStopped(){return this._stopped}stop(t){return this.close(t)}ping(){return{type:jl.PING,name:this.name,id:this.id,version:this.version,metadata:this.metadata}}reset(){if(this.started=new Date().toISOString(),this.handlers)for(const t of this.handlers)t.stats.reset(t.qi)}addGroup(t,r){return new Ul(this,t,r)}addEndpoint(t,r){return new Ul(this).addEndpoint(t,r)}_addEndpoint(t){const r=new an;r.noIterator=typeof t.handler=="function",r.noIterator||(t.handler=(l,u)=>{l?this.stop(l).catch():r.push(new N0(u))},r.iterClosed.then(()=>{this.close().catch()}));const s=this.setupHandler(t,!1);return s.qi=r,this.handlers.push(s),r}}class gk{constructor(t,r,s=""){C(this,"name");C(this,"subject");C(this,"average_processing_time");C(this,"num_requests");C(this,"processing_time");C(this,"num_errors");C(this,"last_error");C(this,"data");C(this,"metadata");C(this,"queue");this.name=t,this.subject=r,this.average_processing_time=0,this.num_errors=0,this.num_requests=0,this.processing_time=0,this.queue=s}reset(t){this.num_requests=0,this.processing_time=0,this.average_processing_time=0,this.num_errors=0,this.last_error=void 0,this.data=void 0;const r=t;r&&(r.time=0,r.processed=0)}countLatency(t){this.num_requests++,this.processing_time+=Ut(Date.now()-t),this.average_processing_time=Math.round(this.processing_time/this.num_requests)}countError(t){this.num_errors++,this.last_error=t.message}_stats(){const{name:t,subject:r,average_processing_time:s,num_errors:l,num_requests:u,processing_time:c,last_error:f,data:d,queue:m}=this;return{name:t,subject:r,average_processing_time:s,num_errors:l,num_requests:u,processing_time:c,last_error:f,data:d,queue_group:m}}stats(t){const r=t;return(r==null?void 0:r.noIterator)===!1&&(this.processing_time=Ut(r.time),this.num_requests=r.processed,this.average_processing_time=this.processing_time>0&&this.num_requests>0?this.processing_time/this.num_requests:0),this._stats()}}class yk{constructor(t,r={strategy:xr.JitterTimer,maxWait:2e3},s){C(this,"nc");C(this,"prefix");C(this,"opts");this.nc=t,this.prefix=s,this.opts=r}ping(t="",r=""){return this.q(zi.PING,t,r)}stats(t="",r=""){return this.q(zi.STATS,t,r)}info(t="",r=""){return this.q(zi.INFO,t,r)}async q(t,r="",s=""){const l=new an,u=vr(),c=Yl.controlSubject(t,r,s,this.prefix),f=await this.nc.requestMany(c,Jn,this.opts);return(async()=>{for await(const d of f)try{const m=u.decode(d.data);l.push(m)}catch(m){l.push(()=>{l.stop(m)})}l.push(()=>{l.stop()})})().catch(d=>{l.stop(d)}),l}}function Ex(){return{key:{encode(e){return e},decode(e){return e}},value:{encode(e){return e},decode(e){return e}}}}function bk(){return{replicas:1,history:1,timeout:2e3,max_bytes:-1,maxValueSize:-1,codec:Ex(),storage:td.File}}const zu="KV-Operation",O0="$KV",xk=/^[-/=.\w]+$/,vk=/^[-/=.>*\w]+$/,wk=/^[-\w]+$/;function Sk(e){if(e.startsWith(".")||e.endsWith(".")||!xk.test(e))throw new Error(`invalid key: ${e}`)}function _k(e){if(e.startsWith(".")||e.endsWith(".")||!vk.test(e))throw new Error(`invalid key: ${e}`)}function kk(e){if(e.startsWith(".")||e.endsWith("."))throw new Error(`invalid key: ${e}`);const t=e.split(".");let r=!1;for(let s=0;s<t.length;s++)switch(t[s]){case"*":r=!0;break;case">":if(s!==t.length-1)throw new Error(`invalid key: ${e}`);r=!0;break}return r}function _u(e){if(!wk.test(e))throw new Error(`invalid bucket name: ${e}`)}var Nr;(function(e){e.MsgIdHdr="Nats-Msg-Id",e.ExpectedStreamHdr="Nats-Expected-Stream",e.ExpectedLastSeqHdr="Nats-Expected-Last-Sequence",e.ExpectedLastMsgIdHdr="Nats-Expected-Last-Msg-Id",e.ExpectedLastSubjectSequenceHdr="Nats-Expected-Last-Subject-Sequence"})(Nr||(Nr={}));class Bl{constructor(t,r,s){C(this,"js");C(this,"jsm");C(this,"stream");C(this,"bucket");C(this,"direct");C(this,"codec");C(this,"prefix");C(this,"editPrefix");C(this,"useJsPrefix");C(this,"_prefixLen");C(this,"validateKey",Sk);C(this,"validateSearchKey",_k);C(this,"hasWildcards",kk);_u(t),this.js=r,this.jsm=s,this.bucket=t,this.prefix=O0,this.editPrefix="",this.useJsPrefix=!1,this._prefixLen=0}static async create(t,r,s={}){_u(r);const l=await t.jetstreamManager(),u=new Bl(r,t,l);return await u.init(s),u}static async bind(t,r,s={}){const l=await t.jetstreamManager(),u={config:{allow_direct:s.allow_direct}};_u(r);const c=new Bl(r,t,l);return u.config.name=s.streamName??c.bucketName(),Object.assign(c,u),c.stream=u.config.name,c.codec=s.codec||Ex(),c.direct=u.config.allow_direct??!1,c.initializePrefixes(u),c}async init(t={}){const r=Object.assign(bk(),t);this.codec=r.codec;const s={};this.stream=s.name=t.streamName??this.bucketName(),s.retention=ed.Limits,s.max_msgs_per_subject=r.history,r.maxBucketSize&&(r.max_bytes=r.maxBucketSize),r.max_bytes&&(s.max_bytes=r.max_bytes),s.max_msg_size=r.maxValueSize,s.storage=r.storage;const l=t.placementCluster??"";if(l&&(t.placement={},t.placement.cluster=l,t.placement.tags=[]),t.placement&&(s.placement=t.placement),t.republish&&(s.republish=t.republish),t.description&&(s.description=t.description),t.mirror){const g=Object.assign({},t.mirror);g.name.startsWith($n)||(g.name=`${$n}${g.name}`),s.mirror=g,s.mirror_direct=!0}else if(t.sources){const g=t.sources.map(x=>{const w=Object.assign({},x),S=w.name.startsWith($n)?w.name.substring($n.length):w.name;return w.name.startsWith($n)||(w.name=`${$n}${w.name}`),!x.external&&S!==this.bucket&&(w.subject_transforms=[{src:`$KV.${S}.>`,dest:`$KV.${this.bucket}.>`}]),w});s.sources=g,s.subjects=[this.subjectForBucket()]}else s.subjects=[this.subjectForBucket()];t.metadata&&(s.metadata=t.metadata),typeof t.compression=="boolean"&&(s.compression=t.compression?qi.S2:qi.None);const u=this.js.nc,c=u.getServerVersion(),f=c?rd(c,ms("2.7.2"))>=0:!1;s.discard=f?zl.New:zl.Old;const{ok:d,min:m}=u.features.get(mt.JS_ALLOW_DIRECT);if(!d&&t.allow_direct===!0){const g=c?`${c.major}.${c.minor}.${c.micro}`:"unknown";return Promise.reject(new Error(`allow_direct is not available on server version ${g} - requires ${m}`))}t.allow_direct=typeof t.allow_direct=="boolean"?t.allow_direct:d,s.allow_direct=t.allow_direct,this.direct=s.allow_direct,s.num_replicas=r.replicas,r.ttl&&(s.max_age=Ut(r.ttl)),s.allow_rollup_hdrs=!0;let y;try{y=await this.jsm.streams.info(s.name),!y.config.allow_direct&&this.direct===!0&&(this.direct=!1)}catch(g){if(g.message==="stream not found")y=await this.jsm.streams.add(s);else throw g}this.initializePrefixes(y)}initializePrefixes(t){this._prefixLen=0,this.prefix=`$KV.${this.bucket}`,this.useJsPrefix=this.js.apiPrefix!=="$JS.API";const{mirror:r}=t.config;if(r){let s=r.name;if(s.startsWith($n)&&(s=s.substring($n.length)),r.external&&r.external.api!==""){const l=r.name.substring($n.length);this.useJsPrefix=!1,this.prefix=`$KV.${l}`,this.editPrefix=`${r.external.api}.$KV.${s}`}else this.editPrefix=this.prefix}}bucketName(){return this.stream??`${$n}${this.bucket}`}subjectForBucket(){return`${this.prefix}.${this.bucket}.>`}subjectForKey(t,r=!1){const s=[];return r?(this.useJsPrefix&&s.push(this.js.apiPrefix),this.editPrefix!==""?s.push(this.editPrefix):s.push(this.prefix)):this.prefix&&s.push(this.prefix),s.push(t),s.join(".")}fullKeyName(t){return this.prefix!==""?`${this.prefix}.${t}`:`${O0}.${this.bucket}.${t}`}get prefixLen(){return this._prefixLen===0&&(this._prefixLen=this.prefix.length+1),this._prefixLen}encodeKey(t){const r=[];for(const s of t.split("."))switch(s){case">":case"*":r.push(s);break;default:r.push(this.codec.key.encode(s));break}return r.join(".")}decodeKey(t){const r=[];for(const s of t.split("."))switch(s){case">":case"*":r.push(s);break;default:r.push(this.codec.key.decode(s));break}return r.join(".")}close(){return Promise.resolve()}dataLen(t,r){const s=r&&r.get(En.MessageSizeHdr)||"";return s!==""?parseInt(s,10):t.length}smToEntry(t){return new Pk(this.bucket,this.prefixLen,t)}jmToEntry(t){const r=this.decodeKey(t.subject.substring(this.prefixLen));return new qk(this.bucket,r,t)}async create(t,r){var u;let s;try{const c=await this.put(t,r,{previousSeq:0});return Promise.resolve(c)}catch(c){if(s=c,((u=c==null?void 0:c.api_error)==null?void 0:u.err_code)!==10071)return Promise.reject(c)}let l=0;try{const c=await this.get(t);return(c==null?void 0:c.operation)==="DEL"||(c==null?void 0:c.operation)==="PURGE"?(l=c!==null?c.revision:0,this.update(t,r,l)):Promise.reject(s)}catch(c){return Promise.reject(c)}}update(t,r,s){if(s<=0)throw new Error("version must be greater than 0");return this.put(t,r,{previousSeq:s})}async put(t,r,s={}){var c,f;const l=this.encodeKey(t);this.validateKey(l);const u={};if(s.previousSeq!==void 0){const d=ii();u.headers=d,d.set(Nr.ExpectedLastSubjectSequenceHdr,`${s.previousSeq}`)}try{return(await this.js.publish(this.subjectForKey(l,!0),r,u)).seq}catch(d){const m=d;return m.isJetStreamError()?(m.message=(c=m.api_error)==null?void 0:c.description,m.code=`${(f=m.api_error)==null?void 0:f.code}`,Promise.reject(m)):Promise.reject(d)}}async get(t,r){const s=this.encodeKey(t);this.validateKey(s);let l={last_by_subj:this.subjectForKey(s)};r&&r.revision>0&&(l={seq:r.revision});let u;try{this.direct?u=await this.jsm.direct.getMessage(this.bucketName(),l):u=await this.jsm.streams.getMessage(this.bucketName(),l);const c=this.smToEntry(u);return c.key!==s?null:c}catch(c){if(c.code===Se.JetStream404NoMessages)return null;throw c}}purge(t,r){return this._deleteOrPurge(t,"PURGE",r)}delete(t,r){return this._deleteOrPurge(t,"DEL",r)}async purgeDeletes(t=1800*1e3){const r=Bt(),s=[],l=await this.watch({key:">",initializedFn:()=>{r.resolve()}});(async()=>{for await(const d of l)(d.operation==="DEL"||d.operation==="PURGE")&&s.push(d)})().then(),await r,l.stop();const u=Date.now()-t,c=s.map(d=>{const m=this.subjectForKey(d.key);return d.created.getTime()>=u?this.jsm.streams.purge(this.stream,{filter:m,keep:1}):this.jsm.streams.purge(this.stream,{filter:m,keep:0})}),f=await Promise.all(c);return f.unshift({success:!0,purged:0}),f.reduce((d,m)=>(d.purged+=m.purged,d))}async _deleteOrPurge(t,r,s){if(!this.hasWildcards(t))return this._doDeleteOrPurge(t,r,s);const l=await this.keys(t),u=[];for await(const c of l)u.push(this._doDeleteOrPurge(c,r)),u.length===100&&(await Promise.all(u),u.length=0);u.length>0&&await Promise.all(u)}async _doDeleteOrPurge(t,r,s){const l=this.encodeKey(t);this.validateKey(l);const u=ii();u.set(zu,r),r==="PURGE"&&u.set(En.RollupHdr,En.RollupValueSubject),s!=null&&s.previousSeq&&u.set(Nr.ExpectedLastSubjectSequenceHdr,`${s.previousSeq}`),await this.js.publish(this.subjectForKey(l,!0),Jn,{headers:u})}_buildCC(t,r,s={}){let u=(Array.isArray(t)?t:[t]).map(d=>{const m=this.encodeKey(d);return this.validateSearchKey(d),this.fullKeyName(m)}),c=Vt.LastPerSubject;r===yr.AllHistory&&(c=Vt.All),r===yr.UpdatesOnly&&(c=Vt.New);let f;return u.length===1&&(f=u[0],u=void 0),Object.assign({deliver_policy:c,ack_policy:sn.None,filter_subjects:u,filter_subject:f,flow_control:!0,idle_heartbeat:Ut(5*1e3)},s)}remove(t){return this.purge(t)}async history(t={}){const r=t.key??">",s=new an,l={};l.headers_only=t.headers_only||!1;let u;u=()=>{s.stop()};let c=0;const f=this._buildCC(r,yr.AllHistory,l),d=f.filter_subject,m=Bi(f);m.bindStream(this.stream),m.orderedConsumer(),m.callback((g,x)=>{if(g){s.stop(g);return}if(x){const w=this.jmToEntry(x);s.push(w),s.received++,(u&&c>0&&s.received>=c||x.info.pending===0)&&(s.push(u),u=void 0)}});const y=await this.js.subscribe(d,m);if(u){const{info:{last:g}}=y,x=g.num_pending+g.delivered.consumer_seq;if(x===0||s.received>=x)try{u()}catch(w){s.stop(w)}finally{u=void 0}else c=x}return s._data=y,s.iterClosed.then(()=>{y.unsubscribe()}),y.closed.then(()=>{s.stop()}).catch(g=>{s.stop(g)}),s}canSetWatcherName(){const r=this.js.nc,{ok:s}=r.features.get(mt.JS_NEW_CONSUMER_CREATE_API);return s}async watch(t={}){const r=t.key??">",s=new an,l={};l.headers_only=t.headers_only||!1;let u=yr.LastValue;t.include===yr.AllHistory?u=yr.AllHistory:t.include===yr.UpdatesOnly&&(u=yr.UpdatesOnly);const c=t.ignoreDeletes===!0;let f=t.initializedFn,d=0;const m=this._buildCC(r,u,l),y=m.filter_subject,g=Bi(m);this.canSetWatcherName()&&g.consumerName(Pi.next()),g.bindStream(this.stream),t.resumeFromRevision&&t.resumeFromRevision>0&&g.startSequence(t.resumeFromRevision),g.orderedConsumer(),g.callback((w,S)=>{if(w){s.stop(w);return}if(S){const T=this.jmToEntry(S);if(c&&T.operation==="DEL")return;s.push(T),s.received++,f&&(d>0&&s.received>=d||S.info.pending===0)&&(s.push(f),f=void 0)}});const x=await this.js.subscribe(y,g);if(f){const{info:{last:w}}=x,S=w.num_pending+w.delivered.consumer_seq;if(S===0||s.received>=S)try{f()}catch(T){s.stop(T)}finally{f=void 0}else d=S}return s._data=x,s.iterClosed.then(()=>{x.unsubscribe()}),x.closed.then(()=>{s.stop()}).catch(w=>{s.stop(w)}),s}async keys(t=">"){const r=new an,s=this._buildCC(t,yr.LastValue,{headers_only:!0}),l=Array.isArray(t)?">":s.filter_subject,u=Bi(s);u.bindStream(this.stream),u.orderedConsumer();const c=await this.js.subscribe(l,u);return(async()=>{var d;for await(const m of c){const y=(d=m.headers)==null?void 0:d.get(zu);if(y!=="DEL"&&y!=="PURGE"){const g=this.decodeKey(m.subject.substring(this.prefixLen));r.push(g)}m.info.pending===0&&c.unsubscribe()}})().then(()=>{r.stop()}).catch(d=>{r.stop(d)}),c.info.last.num_pending===0&&c.unsubscribe(),r}purgeBucket(t){return this.jsm.streams.purge(this.bucketName(),t)}destroy(){return this.jsm.streams.delete(this.bucketName())}async status(){var u;const r=((u=this.js.nc.info)==null?void 0:u.cluster)??"",s=this.bucketName(),l=await this.jsm.streams.info(s);return new Cx(l,r)}}class Cx{constructor(t,r=""){C(this,"si");C(this,"cluster");this.si=t,this.cluster=r}get bucket(){return this.si.config.name.startsWith($n)?this.si.config.name.substring($n.length):this.si.config.name}get values(){return this.si.state.messages}get history(){return this.si.config.max_msgs_per_subject}get ttl(){return Md(this.si.config.max_age)}get bucket_location(){return this.cluster}get backingStore(){return this.si.config.storage}get storage(){return this.si.config.storage}get replicas(){return this.si.config.num_replicas}get description(){return this.si.config.description??""}get maxBucketSize(){return this.si.config.max_bytes}get maxValueSize(){return this.si.config.max_msg_size}get max_bytes(){return this.si.config.max_bytes}get placement(){return this.si.config.placement||{cluster:"",tags:[]}}get placementCluster(){var t;return((t=this.si.config.placement)==null?void 0:t.cluster)??""}get republish(){return this.si.config.republish??{src:"",dest:""}}get streamInfo(){return this.si}get size(){return this.si.state.bytes}get metadata(){return this.si.config.metadata??{}}get compression(){return this.si.config.compression?this.si.config.compression!==qi.None:!1}}const zd="OBJ_",R0="SHA-256=";function Ek(e){return _u(e),`${zd}${e}`}function Ck(e){return e.startsWith(zd)?e.substring(4):e}class ld{constructor(t){C(this,"si");C(this,"backingStore");this.si=t,this.backingStore="JetStream"}get bucket(){return Ck(this.si.config.name)}get description(){return this.si.config.description??""}get ttl(){return this.si.config.max_age}get storage(){return this.si.config.storage}get replicas(){return this.si.config.num_replicas}get sealed(){return this.si.config.sealed}get size(){return this.si.state.bytes}get streamInfo(){return this.si}get metadata(){return this.si.config.metadata}get compression(){return this.si.config.compression?this.si.config.compression!==qi.None:!1}}function du(e){if(e===void 0)return;const{domain:t}=e;if(t===void 0)return e;const r=Object.assign({},e);if(delete r.domain,t==="")return r;if(r.external)throw new Error("domain and external are both set");return r.external={api:`$JS.${t}.API`},r}var lr;(function(e){e[e.Unset=-1]="Unset",e[e.Consume=0]="Consume",e[e.Fetch=1]="Fetch"})(lr||(lr={}));var Or;(function(e){e.HeartbeatsMissed="heartbeats_missed",e.ConsumerNotFound="consumer_not_found",e.StreamNotFound="stream_not_found",e.ConsumerDeleted="consumer_deleted",e.OrderedConsumerRecreated="ordered_consumer_recreated",e.NoResponders="no_responders"})(Or||(Or={}));var fa;(function(e){e.DebugEvent="debug",e.Discard="discard",e.Reset="reset",e.Next="next"})(fa||(fa={}));const M0=Uint8Array.of(43,65,67,75),Ak=Uint8Array.of(45,78,65,75),xl=Uint8Array.of(43,87,80,73),jk=Uint8Array.of(43,78,88,84),Tk=Uint8Array.of(43,84,69,82,77),Nk=Uint8Array.of(32);function Pl(e,t=5e3){return new Vk(e,t)}class Eh extends an{constructor(r,s,l=!1){super();C(this,"consumer");C(this,"opts");C(this,"sub");C(this,"monitor");C(this,"pending");C(this,"inbox");C(this,"refilling");C(this,"pong");C(this,"callback");C(this,"timeout");C(this,"cleanupHandler");C(this,"listeners");C(this,"statusIterator");C(this,"forOrderedConsumer");C(this,"resetHandler");C(this,"abortOnMissingResource");C(this,"bind");C(this,"inBackOff");this.consumer=r;const u=s;this.opts=this.parseOptions(s,l),this.callback=u.callback||null,this.noIterator=typeof this.callback=="function",this.monitor=null,this.pong=null,this.pending={msgs:0,bytes:0,requests:0},this.refilling=l,this.timeout=null,this.inbox=ni(r.api.nc.options.inboxPrefix),this.listeners=[],this.forOrderedConsumer=!1,this.abortOnMissingResource=u.abort_on_missing_resource===!0,this.bind=u.bind===!0,this.inBackOff=!1,this.start()}start(){const{max_messages:r,max_bytes:s,idle_heartbeat:l,threshold_bytes:u,threshold_messages:c}=this.opts;this.closed().then(d=>{if(this.cleanupHandler)try{this.cleanupHandler(d)}catch{}});const{sub:f}=this;f&&f.unsubscribe(),this.sub=this.consumer.api.nc.subscribe(this.inbox,{callback:(d,m)=>{var g,x,w,S;if(d){this.stop(d);return}if((g=this.monitor)==null||g.work(),m.subject===this.inbox){if(Wh(m))return;const T=(x=m.headers)==null?void 0:x.code,z=((S=(w=m.headers)==null?void 0:w.description)==null?void 0:S.toLowerCase())||"unknown",{msgsLeft:D,bytesLeft:q}=this.parseDiscard(m.headers);if(D>0||q>0)this.pending.msgs-=D,this.pending.bytes-=q,this.pending.requests--,this.notify(fa.Discard,{msgsLeft:D,bytesLeft:q});else if(T===400){this.stop(new Te(z,`${T}`));return}else if(T===409&&z==="consumer deleted"){if(this.notify(Or.ConsumerDeleted,`${T} ${z}`),!this.refilling||this.abortOnMissingResource){const F=new Te(z,`${T}`);this.stop(F);return}}else if(T===503){if(this.notify(Or.NoResponders,`${T} No Responders`),!this.refilling||this.abortOnMissingResource){const F=new Te("no responders",`${T}`);this.stop(F);return}}else this.notify(fa.DebugEvent,`${T} ${z}`)}else this._push(Pl(m,this.consumer.api.timeout)),this.received++,this.pending.msgs&&this.pending.msgs--,this.pending.bytes&&(this.pending.bytes-=m.size());if(this.pending.msgs===0&&this.pending.bytes===0&&(this.pending.requests=0),this.refilling){if(r&&this.pending.msgs<=c||s&&this.pending.bytes<=u){const T=this.pullOptions();this.pull(T)}}else this.pending.requests===0&&this._push(()=>{this.stop()})}}),this.sub.closed.then(()=>{this.sub.draining&&this._push(()=>{this.stop()})}),l&&(this.monitor=new Ld(l,d=>(this.notify(Or.HeartbeatsMissed,d),this.resetPending().then(()=>{}).catch(()=>{}),!1),{maxOut:2})),(async()=>{var m;const d=this.consumer.api.nc.status();this.statusIterator=d;for await(const y of d)switch(y.type){case ei.Disconnect:(m=this.monitor)==null||m.cancel();break;case ei.Reconnect:this.resetPending().then(g=>{var x;g&&((x=this.monitor)==null||x.restart())}).catch(()=>{});break}})(),this.pull(this.pullOptions())}_push(r){if(!this.callback)super.push(r);else{const s=typeof r=="function"?r:null;try{s?s():this.callback(r)}catch(l){this.stop(l)}}}notify(r,s){this.listeners.length>0&&this.listeners.forEach(l=>{l.done||l.push({type:r,data:s})})}resetPending(){return this.bind?this.resetPendingNoInfo():this.resetPendingWithInfo()}resetPendingNoInfo(){return this.pending.msgs=0,this.pending.bytes=0,this.pending.requests=0,this.pull(this.pullOptions()),Promise.resolve(!0)}async resetPendingWithInfo(){if(this.inBackOff)return!1;let r=0,s=0;const l=Rd([this.opts.expires]);let u=0;for(;;){if(this.done)return!1;if(this.consumer.api.nc.isClosed())return console.error("aborting resetPending - connection is closed"),!1;try{return await this.consumer.info(),this.inBackOff=!1,r=0,this.pending.msgs=0,this.pending.bytes=0,this.pending.requests=0,this.pull(this.pullOptions()),!0}catch(c){if(c.message==="stream not found"){if(s++,this.notify(Or.StreamNotFound,s),!this.refilling||this.abortOnMissingResource)return this.stop(c),!1}else if(c.message==="consumer not found"){if(r++,this.notify(Or.ConsumerNotFound,r),this.resetHandler)try{this.resetHandler()}catch{}if(!this.refilling||this.abortOnMissingResource)return this.stop(c),!1;if(this.forOrderedConsumer)return!1}else r=0,s=0;this.inBackOff=!0;const f=l.backoff(u),d=Sa(f);await Promise.race([d,this.consumer.api.nc.closed()]),d.cancel(),u++}}}pull(r){this.pending.bytes+=r.max_bytes??0,this.pending.msgs+=r.batch??0,this.pending.requests++;const s=this.consumer.api.nc;this._push(()=>{s.publish(`${this.consumer.api.prefix}.CONSUMER.MSG.NEXT.${this.consumer.stream}.${this.consumer.name}`,this.consumer.api.jc.encode(r),{reply:this.inbox}),this.notify(fa.Next,r)})}pullOptions(){const r=this.opts.max_messages-this.pending.msgs,s=this.opts.max_bytes-this.pending.bytes,l=Ut(this.opts.idle_heartbeat),u=Ut(this.opts.expires);return{batch:r,max_bytes:s,idle_heartbeat:l,expires:u}}parseDiscard(r){const s={msgsLeft:0,bytesLeft:0},l=r==null?void 0:r.get(En.PendingMessagesHdr);l&&(s.msgsLeft=parseInt(l));const u=r==null?void 0:r.get(En.PendingBytesHdr);return u&&(s.bytesLeft=parseInt(u)),s}trackTimeout(r){this.timeout=r}close(){return this.stop(),this.iterClosed}closed(){return this.iterClosed}clearTimers(){var r,s;(r=this.monitor)==null||r.cancel(),this.monitor=null,(s=this.timeout)==null||s.cancel(),this.timeout=null}setCleanupHandler(r){this.cleanupHandler=r}stop(r){var s,l;this.done||((s=this.sub)==null||s.unsubscribe(),this.clearTimers(),(l=this.statusIterator)==null||l.stop(),this._push(()=>{super.stop(r),this.listeners.forEach(u=>{u.stop()})}))}parseOptions(r,s=!1){const l=r||{};if(l.max_messages=l.max_messages||0,l.max_bytes=l.max_bytes||0,l.max_messages!==0&&l.max_bytes!==0)throw new Error("only specify one of max_messages or max_bytes");if(l.max_messages===0&&(l.max_messages=100),l.expires=l.expires||3e4,l.expires<1e3)throw new Error("expires should be at least 1000ms");if(l.idle_heartbeat=l.idle_heartbeat||l.expires/2,l.idle_heartbeat=l.idle_heartbeat>3e4?3e4:l.idle_heartbeat,s){const u=Math.round(l.max_messages*.75)||1;l.threshold_messages=l.threshold_messages||u;const c=Math.round(l.max_bytes*.75)||1;l.threshold_bytes=l.threshold_bytes||c}return l}status(){const r=new an;return this.listeners.push(r),Promise.resolve(r)}}class Ok extends an{constructor(){super();C(this,"src");C(this,"listeners");this.listeners=[]}setSource(r){this.src&&(this.src.resetHandler=void 0,this.src.setCleanupHandler(),this.src.stop()),this.src=r,this.src.setCleanupHandler(s=>{this.stop(s||void 0)}),(async()=>{const s=await this.src.status();for await(const l of s)this.notify(l.type,l.data)})().catch(()=>{})}notify(r,s){this.listeners.length>0&&this.listeners.forEach(l=>{l.done||l.push({type:r,data:s})})}stop(r){var s;this.done||((s=this.src)==null||s.stop(r),super.stop(r),this.listeners.forEach(l=>{l.stop()}))}close(){return this.stop(),this.iterClosed}closed(){return this.iterClosed}status(){const r=new an;return this.listeners.push(r),Promise.resolve(r)}}class od{constructor(t,r){C(this,"api");C(this,"_info");C(this,"stream");C(this,"name");this.api=t,this._info=r,this.stream=r.stream_name,this.name=r.name}consume(t={max_messages:100,expires:3e4}){return Promise.resolve(new Eh(this,t,!0))}fetch(t={max_messages:100,expires:3e4}){const r=new Eh(this,t,!1),s=Math.round(r.opts.expires*1.05),l=ma(s);return r.closed().catch(()=>{}).finally(()=>{l.cancel()}),l.catch(()=>{r.close().catch()}),r.trackTimeout(l),Promise.resolve(r)}next(t={expires:3e4}){const r=Bt(),s=t;s.max_messages=1;const l=new Eh(this,s,!1),u=Math.round(l.opts.expires*1.05);u>=6e4&&(async()=>{for await(const f of await l.status())if(f.type===Or.HeartbeatsMissed&&f.data>=2){r.reject(new Error("consumer missed heartbeats"));break}})().catch(),(async()=>{for await(const f of l){r.resolve(f);break}})().catch(()=>{});const c=ma(u);return l.closed().then(f=>{f?r.reject(f):r.resolve(null)}).catch(f=>{r.reject(f)}).finally(()=>{c.cancel()}),c.catch(f=>{r.resolve(null),l.close().catch()}),l.trackTimeout(c),r}delete(){const{stream_name:t,name:r}=this._info;return this.api.delete(t,r)}info(t=!1){if(t)return Promise.resolve(this._info);const{stream_name:r,name:s}=this._info;return this.api.info(r,s).then(l=>(this._info=l,this._info))}}class Rk{constructor(t,r,s={}){C(this,"api");C(this,"consumerOpts");C(this,"consumer");C(this,"opts");C(this,"cursor");C(this,"stream");C(this,"namePrefix");C(this,"serial");C(this,"currentConsumer");C(this,"userCallback");C(this,"iter");C(this,"type");C(this,"startSeq");C(this,"maxInitialReset");this.api=t,this.stream=r,this.cursor={stream_seq:1,deliver_seq:0},this.namePrefix=Pi.next(),typeof s.name_prefix=="string"&&(Vu("name_prefix",s.name_prefix),this.namePrefix=s.name_prefix+this.namePrefix),this.serial=0,this.currentConsumer=null,this.userCallback=null,this.iter=null,this.type=lr.Unset,this.consumerOpts=s,this.maxInitialReset=30,this.startSeq=this.consumerOpts.opt_start_seq||0,this.cursor.stream_seq=this.startSeq>0?this.startSeq-1:0}getConsumerOpts(t){this.serial++;const r=`${this.namePrefix}_${this.serial}`;t=t===0?1:t;const s={name:r,deliver_policy:Vt.StartSequence,opt_start_seq:t,ack_policy:sn.None,inactive_threshold:Ut(300*1e3),num_replicas:1};return this.consumerOpts.headers_only===!0&&(s.headers_only=!0),Array.isArray(this.consumerOpts.filterSubjects)&&(s.filter_subjects=this.consumerOpts.filterSubjects),typeof this.consumerOpts.filterSubjects=="string"&&(s.filter_subject=this.consumerOpts.filterSubjects),this.consumerOpts.replay_policy&&(s.replay_policy=this.consumerOpts.replay_policy),t===this.startSeq+1&&(s.deliver_policy=this.consumerOpts.deliver_policy||Vt.StartSequence,(this.consumerOpts.deliver_policy===Vt.LastPerSubject||this.consumerOpts.deliver_policy===Vt.New||this.consumerOpts.deliver_policy===Vt.Last)&&(delete s.opt_start_seq,s.deliver_policy=this.consumerOpts.deliver_policy),s.deliver_policy===Vt.LastPerSubject&&typeof s.filter_subjects>"u"&&typeof s.filter_subject>"u"&&(s.filter_subject=">"),this.consumerOpts.opt_start_time&&(delete s.opt_start_seq,s.deliver_policy=Vt.StartTime,s.opt_start_time=this.consumerOpts.opt_start_time),this.consumerOpts.inactive_threshold&&(s.inactive_threshold=Ut(this.consumerOpts.inactive_threshold))),s}async resetConsumer(t=0){var c,f,d,m,y;Pi.next();const r=this.serial===0;(c=this.consumer)==null||c.delete().catch(()=>{}),t=t===0?1:t,this.cursor.deliver_seq=0;const s=this.getConsumerOpts(t);s.max_deliver=1,s.mem_storage=!0;const l=Rd([((f=this.opts)==null?void 0:f.expires)||3e4]);let u;for(let g=0;;g++)try{u=await this.api.add(this.stream,s),(d=this.iter)==null||d.notify(Or.OrderedConsumerRecreated,u.name);break}catch(x){if(x.message==="stream not found"&&((m=this.iter)==null||m.notify(Or.StreamNotFound,g),this.type===lr.Fetch||this.opts.abort_on_missing_resource===!0))return(y=this.iter)==null||y.stop(x),Promise.reject(x);if(r&&g>=this.maxInitialReset)throw x;await Sa(l.backoff(g+1))}return u}internalHandler(t){return r=>{var l;if(this.serial!==t)return;const s=r.info.deliverySequence;if(s!==this.cursor.deliver_seq+1){this.notifyOrderedResetAndReset();return}this.cursor.deliver_seq=s,this.cursor.stream_seq=r.info.streamSequence,this.userCallback?this.userCallback(r):(l=this.iter)==null||l.push(r)}}async reset(t={max_messages:100,expires:3e4},r){var d,m;r=r||{};const s=r.fromFetch||!1,l=r.orderedReset||!1;if(this.type===lr.Fetch&&l){(d=this.iter)==null||d.src.stop(),await((m=this.iter)==null?void 0:m.closed()),this.currentConsumer=null;return}(this.currentConsumer===null||l)&&(this.currentConsumer=await this.resetConsumer(this.cursor.stream_seq+1)),(this.iter===null||s)&&(this.iter=new Ok),this.consumer=new od(this.api,this.currentConsumer);const u=t;u.callback=this.internalHandler(this.serial);let c=null;this.type===lr.Fetch&&s?c=await this.consumer.fetch(t):this.type===lr.Consume&&(c=await this.consumer.consume(t));const f=c;f.forOrderedConsumer=!0,f.resetHandler=()=>{this.notifyOrderedResetAndReset()},this.iter.setSource(f)}notifyOrderedResetAndReset(){var t;(t=this.iter)==null||t.notify(fa.Reset,""),this.reset(this.opts,{orderedReset:!0})}async consume(t={max_messages:100,expires:3e4}){if(t.bind)return Promise.reject(new Error("bind is not supported"));if(this.type===lr.Fetch)return Promise.reject(new Error("ordered consumer initialized as fetch"));if(this.type===lr.Consume)return Promise.reject(new Error("ordered consumer doesn't support concurrent consume"));const{callback:s}=t;return s&&(this.userCallback=s),this.type=lr.Consume,this.opts=t,await this.reset(t),this.iter}async fetch(t={max_messages:100,expires:3e4}){var l;if(t.bind)return Promise.reject(new Error("bind is not supported"));if(this.type===lr.Consume)return Promise.reject(new Error("ordered consumer already initialized as consume"));if(((l=this.iter)==null?void 0:l.done)===!1)return Promise.reject(new Error("ordered consumer doesn't support concurrent fetch"));const{callback:s}=t;return s&&(this.userCallback=s),this.type=lr.Fetch,this.opts=t,await this.reset(t,{fromFetch:!0}),this.iter}async next(t={expires:3e4}){const r=t;if(r.bind)return Promise.reject(new Error("bind is not supported"));r.max_messages=1;const s=Bt();return r.callback=u=>{this.userCallback=null,s.resolve(u)},(await this.fetch(r)).iterClosed.then(u=>{u&&s.reject(u),s.resolve(null)}).catch(u=>{s.reject(u)}),s}delete(){return this.currentConsumer?this.api.delete(this.stream,this.currentConsumer.name).then(t=>Promise.resolve(t)).catch(t=>Promise.reject(t)).finally(()=>{this.currentConsumer=null}):Promise.resolve(!1)}async info(t){return this.currentConsumer==null?(this.currentConsumer=await this.resetConsumer(this.startSeq),Promise.resolve(this.currentConsumer)):t&&this.currentConsumer?Promise.resolve(this.currentConsumer):this.api.info(this.stream,this.currentConsumer.name)}}class ud{constructor(t){C(this,"api");C(this,"notified");this.api=t,this.notified=!1}checkVersion(){const t=this.api.nc.features.get(mt.JS_SIMPLIFICATION);return t.ok?Promise.resolve():Promise.reject(new Error(`consumers framework is only supported on servers ${t.min} or better`))}getPullConsumerFor(t){if(t.config.deliver_subject!==void 0)throw new Error("push consumer not supported");return new od(this.api,t)}async get(t,r={}){return typeof r=="object"?this.ordered(t,r):(await this.checkVersion(),this.api.info(t,r).then(s=>s.config.deliver_subject!==void 0?Promise.reject(new Error("push consumer not supported")):new od(this.api,s)).catch(s=>Promise.reject(s)))}async ordered(t,r){await this.checkVersion();const s=this.api;return new Ud(s.nc,s.opts).info(t).then(u=>Promise.resolve(new Rk(this.api,t,r))).catch(u=>Promise.reject(u))}}class Ku{constructor(t,r){C(this,"api");C(this,"_info");this.api=t,this._info=r}get name(){return this._info.config.name}alternates(){return this.info().then(t=>t.alternates?t.alternates:[])}async best(){if(await this.info(),this._info.alternates){const t=await this.api.info(this._info.alternates[0].name);return new Ku(this.api,t)}else return this}info(t=!1,r){return t?Promise.resolve(this._info):this.api.info(this.name,r).then(s=>(this._info=s,this._info))}getConsumerFromInfo(t){return new ud(new Ru(this.api.nc,this.api.opts)).getPullConsumerFor(t)}getConsumer(t){return new ud(new Ru(this.api.nc,this.api.opts)).get(this.name,t)}getMessage(t){return this.api.getMessage(this.name,t)}deleteMessage(t,r){return this.api.deleteMessage(this.name,t,r)}}class Ud extends $l{constructor(t,r){super(t,r)}checkStreamConfigVersions(t){const r=this.nc;if(t.metadata){const{min:l,ok:u}=r.features.get(mt.JS_STREAM_CONSUMER_METADATA);if(!u)throw new Error(`stream 'metadata' requires server ${l}`)}if(t.first_seq){const{min:l,ok:u}=r.features.get(mt.JS_STREAM_FIRST_SEQ);if(!u)throw new Error(`stream 'first_seq' requires server ${l}`)}if(t.subject_transform){const{min:l,ok:u}=r.features.get(mt.JS_STREAM_SUBJECT_TRANSFORM);if(!u)throw new Error(`stream 'subject_transform' requires server ${l}`)}if(t.compression){const{min:l,ok:u}=r.features.get(mt.JS_STREAM_COMPRESSION);if(!u)throw new Error(`stream 'compression' requires server ${l}`)}if(t.consumer_limits){const{min:l,ok:u}=r.features.get(mt.JS_DEFAULT_CONSUMER_LIMITS);if(!u)throw new Error(`stream 'consumer_limits' requires server ${l}`)}function s(l,u){var f;if((((f=u==null?void 0:u.subject_transforms)==null?void 0:f.length)||0)>0){const{min:d,ok:m}=r.features.get(mt.JS_STREAM_SOURCE_SUBJECT_TRANSFORM);if(!m)throw new Error(`${l} 'subject_transforms' requires server ${d}`)}}t.sources&&t.sources.forEach(l=>{s("stream sources",l)}),t.mirror&&s("stream mirror",t.mirror)}async add(t={}){var l;this.checkStreamConfigVersions(t),wn(t.name),t.mirror=du(t.mirror),t.sources=(l=t.sources)==null?void 0:l.map(du);const s=await this._request(`${this.prefix}.STREAM.CREATE.${t.name}`,t);return this._fixInfo(s),s}async delete(t){return wn(t),(await this._request(`${this.prefix}.STREAM.DELETE.${t}`)).success}async update(t,r={}){var f;if(typeof t=="object"){const d=t;t=d.name,r=d,console.trace("\x1B[33m >> streams.update(config: StreamConfig) api changed to streams.update(name: string, config: StreamUpdateConfig) - this shim will be removed - update your code. \x1B[0m")}this.checkStreamConfigVersions(r),wn(t);const s=await this.info(t),l=Object.assign(s.config,r);l.mirror=du(l.mirror),l.sources=(f=l.sources)==null?void 0:f.map(du);const c=await this._request(`${this.prefix}.STREAM.UPDATE.${t}`,l);return this._fixInfo(c),c}async info(t,r){wn(t);const s=`${this.prefix}.STREAM.INFO.${t}`;let u=await this._request(s,r),{total:c,limit:f}=u,d=u.state.subjects?Object.getOwnPropertyNames(u.state.subjects).length:1;if(c&&c>d){const m=[u],y=r||{};let g=0;for(;c>d;){g++,y.offset=f*g;const w=await this._request(s,y);c=w.total,m.push(w);const S=Object.getOwnPropertyNames(w.state.subjects).length;if(d+=S,S<f)break}let x={};for(let w=0;w<m.length;w++)u=m[w],u.state.subjects&&(x=Object.assign(x,u.state.subjects));u.offset=0,u.total=0,u.limit=0,u.state.subjects=x}return this._fixInfo(u),u}list(t=""){const r=t!=null&&t.length?{subject:t}:{},s=u=>{const c=u;return c.streams.forEach(f=>{this._fixInfo(f)}),c.streams},l=`${this.prefix}.STREAM.LIST`;return new Cl(l,s,this,r)}_fixInfo(t){t.config.sealed=t.config.sealed||!1,t.config.deny_delete=t.config.deny_delete||!1,t.config.deny_purge=t.config.deny_purge||!1,t.config.allow_rollup_hdrs=t.config.allow_rollup_hdrs||!1}async purge(t,r){if(r){const{keep:l,seq:u}=r;if(typeof l=="number"&&typeof u=="number")throw new Error("can specify one of keep or seq")}return wn(t),await this._request(`${this.prefix}.STREAM.PURGE.${t}`,r)}async deleteMessage(t,r,s=!0){wn(t);const l={seq:r};return s||(l.no_erase=!0),(await this._request(`${this.prefix}.STREAM.MSG.DELETE.${t}`,l)).success}async getMessage(t,r){wn(t);const l=await this._request(`${this.prefix}.STREAM.MSG.GET.${t}`,r);return new Ax(l)}find(t){return this.findStream(t)}listKvs(){const t=s=>{var d;const u=s.streams.filter(m=>m.config.name.startsWith($n));u.forEach(m=>{this._fixInfo(m)});let c="";return u.length&&(c=((d=this.nc.info)==null?void 0:d.cluster)??""),u.map(m=>new Cx(m,c))},r=`${this.prefix}.STREAM.LIST`;return new Cl(r,t,this)}listObjectStores(){const t=s=>{const u=s.streams.filter(f=>f.config.name.startsWith(zd));return u.forEach(f=>{this._fixInfo(f)}),u.map(f=>new ld(f))},r=`${this.prefix}.STREAM.LIST`;return new Cl(r,t,this)}names(t=""){const r=t!=null&&t.length?{subject:t}:{},s=u=>u.streams,l=`${this.prefix}.STREAM.NAMES`;return new Cl(l,s,this,r)}async get(t){const r=await this.info(t);return Promise.resolve(new Ku(this,r))}}class Mk extends $l{constructor(t,r){super(t,r)}async getMessage(t,r){wn(t);let s=r;const{last_by_subj:l}=s;l&&(s=null);const u=s?this.jc.encode(s):Jn,c=this.opts.apiPrefix||"$JS.API",f=l?`${c}.DIRECT.GET.${t}.${l}`:`${c}.DIRECT.GET.${t}`,d=await this.nc.request(f,u,{timeout:this.timeout}),m=ua(d);if(m)return Promise.reject(m);const y=new cd(d);return Promise.resolve(y)}async getBatch(t,r){wn(t);const l=`${this.opts.apiPrefix||"$JS.API"}.DIRECT.GET.${t}`;if(!Array.isArray(r.multi_last)||r.multi_last.length===0)return Promise.reject("multi_last is required");const u=JSON.stringify(r,(d,m)=>d==="up_to_time"&&m instanceof Date?m.toISOString():m),c=new an,f=await this.nc.requestMany(l,u,{strategy:xr.SentinelMsg});return(async()=>{var g,x,w;let d=!1,m=!1,y;for await(const S of f){if(!d){d=!0;const T=((g=S.headers)==null?void 0:g.code)||0;if(T!==0&&T<200||T>299){y=(x=S.headers)==null?void 0:x.description.toLowerCase();break}if(((w=S.headers)==null?void 0:w.get("Nats-Num-Pending"))===""){m=!0;break}}if(S.data.length===0)break;c.push(new cd(S))}c.push(()=>{if(m)throw new Error("batch direct get not supported by the server");if(y)throw new Error(`bad request: ${y}`);c.stop()})})(),Promise.resolve(c)}}class cd{constructor(t){C(this,"data");C(this,"header");if(!t.headers)throw new Error("headers expected");this.data=t.data,this.header=t.headers}get subject(){return this.header.last(sa.Subject)}get seq(){const t=this.header.last(sa.Sequence);return typeof t=="string"?parseInt(t):0}get time(){return new Date(Date.parse(this.timestamp))}get timestamp(){return this.header.last(sa.TimeStamp)}get stream(){return this.header.last(sa.Stream)}json(t){return vr(t).decode(this.data)}string(){return Yn.decode(this.data)}}C(cd,"jc");class Dk extends $l{constructor(r,s){super(r,s);C(this,"streams");C(this,"consumers");C(this,"direct");this.streams=new Ud(r,s),this.consumers=new Ru(r,s),this.direct=new Mk(r,s)}async getAccountInfo(){return await this._request(`${this.prefix}.INFO`)}jetstream(){return this.nc.jetstream(this.getOptions())}advisories(){const r=new an;return this.nc.subscribe("$JS.EVENT.ADVISORY.>",{callback:(s,l)=>{if(s)throw s;try{const u=this.parseJsResponse(l),c=u.type.split("."),f=c[c.length-1];r.push({kind:f,data:u})}catch(u){r.stop(u)}}}),r}}class Ax{constructor(t){C(this,"_header");C(this,"smr");this.smr=t}get subject(){return this.smr.message.subject}get seq(){return this.smr.message.seq}get timestamp(){return this.smr.message.time}get time(){return new Date(Date.parse(this.timestamp))}get data(){return this.smr.message.data?this._parse(this.smr.message.data):Jn}get header(){if(!this._header)if(this.smr.message.hdrs){const t=this._parse(this.smr.message.hdrs);this._header=Ui.decode(t)}else this._header=ii();return this._header}_parse(t){const r=atob(t),s=r.length,l=new Uint8Array(s);for(let u=0;u<s;u++)l[u]=r.charCodeAt(u);return l}json(t){return vr(t).decode(this.data)}string(){return Yn.decode(this.data)}}C(Ax,"jc");class Lk{constructor(t){C(this,"api");this.api=t}get(t){return this.api.info(t).then(r=>new Ku(this.api,r))}}class Ch{constructor(t){C(this,"info");C(this,"hdrs");this.info=t}get name(){return this.info.name}get description(){return this.info.description??""}get headers(){return this.hdrs||(this.hdrs=Ui.fromRecord(this.info.headers||{})),this.hdrs}get options(){return this.info.options}get bucket(){return this.info.bucket}get chunks(){return this.info.chunks}get deleted(){return this.info.deleted??!1}get digest(){return this.info.digest}get mtime(){return this.info.mtime}get nuid(){return this.info.nuid}get size(){return this.info.size}get revision(){return this.info.revision}get metadata(){return this.info.metadata||{}}isLink(){var t,r;return((t=this.info.options)==null?void 0:t.link)!==void 0&&((r=this.info.options)==null?void 0:r.link)!==null}}function D0(e){const t={name:e.name,description:e.description??"",options:e.options,metadata:e.metadata};if(e.headers){const r=e.headers;t.headers=r.toRecord()}return t}function zk(){return new ReadableStream({pull(e){e.enqueue(new Uint8Array(0)),e.close()}})}class Nl{constructor(t,r,s){C(this,"jsm");C(this,"js");C(this,"stream");C(this,"name");this.name=t,this.jsm=r,this.js=s}_checkNotEmpty(t){return!t||t.length===0?{name:t,error:new Error("name cannot be empty")}:{name:t}}async info(t){const r=await this.rawInfo(t);return r?new Ch(r):null}async list(){const t=[],r=await this.watch({ignoreDeletes:!0,includeHistory:!0});for await(const s of r){if(s===null)break;t.push(s)}return Promise.resolve(t)}async rawInfo(t){const{name:r,error:s}=this._checkNotEmpty(t);if(s)return Promise.reject(s);const l=this._metaSubject(r);try{const u=await this.jsm.streams.getMessage(this.stream,{last_by_subj:l}),f=vr().decode(u.data);return f.revision=u.seq,f}catch(u){return u.code==="404"?null:Promise.reject(u)}}async _si(t){try{return await this.jsm.streams.info(this.stream,t)}catch(r){return r.code==="404"?null:Promise.reject(r)}}async seal(){let t=await this._si();return t===null?Promise.reject(new Error("object store not found")):(t.config.sealed=!0,t=await this.jsm.streams.update(this.stream,t.config),Promise.resolve(new ld(t)))}async status(t){const r=await this._si(t);return r===null?Promise.reject(new Error("object store not found")):Promise.resolve(new ld(r))}destroy(){return this.jsm.streams.delete(this.stream)}async _put(t,r,s){var oe;const l=this.js.getOptions();s=s||{timeout:l.timeout},s.timeout=s.timeout||l.timeout,s.previousRevision=s.previousRevision??void 0;const{timeout:u,previousRevision:c}=s,f=this.js.nc.info,d=(f==null?void 0:f.max_payload)||1024;t=t||{},t.options=t.options||{};let m=((oe=t.options)==null?void 0:oe.max_chunk_size)||128*1024;m=m>d?d:m,t.options.max_chunk_size=m;const y=await this.info(t.name),{name:g,error:x}=this._checkNotEmpty(t.name);if(x)return Promise.reject(x);const w=Pi.next(),S=this._chunkSubject(w),T=this._metaSubject(g),z=Object.assign({bucket:this.name,nuid:w,size:0,chunks:0},D0(t)),D=Bt(),q=[],F=new ga;try{const B=r?r.getReader():null,L=_0.create();for(;;){const{done:W,value:$}=B?await B.read():{done:!0,value:void 0};if(W){if(F.size()>0){const J=F.drain();L.update(J),z.chunks++,z.size+=J.length,q.push(this.js.publish(S,J,{timeout:u}))}await Promise.all(q),q.length=0,z.mtime=new Date().toISOString();const H=ca.encode(L.digest());z.digest=`${R0}${H}`,z.deleted=!1;const R=ii();typeof c=="number"&&R.set(Nr.ExpectedLastSubjectSequenceHdr,`${c}`),R.set(En.RollupHdr,En.RollupValueSubject);const G=await this.js.publish(T,vr().encode(z),{headers:R,timeout:u});if(z.revision=G.seq,y)try{await this.jsm.streams.purge(this.stream,{filter:`$O.${this.name}.C.${y.nuid}`})}catch{}D.resolve(new Ch(z));break}if($)for(F.fill($);F.size()>m;){z.chunks++,z.size+=m;const H=F.drain(t.options.max_chunk_size);L.update(H),q.push(this.js.publish(S,H,{timeout:u}))}}}catch(B){await this.jsm.streams.purge(this.stream,{filter:S}),D.reject(B)}return D}putBlob(t,r,s){function l(u){return new ReadableStream({pull(c){c.enqueue(u),c.close()}})}return r===null&&(r=new Uint8Array(0)),this.put(t,l(r),s)}put(t,r,s){var l;return(l=t==null?void 0:t.options)!=null&&l.link?Promise.reject(new Error("link cannot be set when putting the object in bucket")):this._put(t,r,s)}async getBlob(t){async function r(u){const c=new ga,f=u.getReader();for(;;){const{done:d,value:m}=await f.read();if(d)return c.drain();m&&m.length&&c.fill(m)}}const s=await this.get(t);if(s===null)return Promise.resolve(null);const l=await Promise.all([s.error,r(s.data)]);return l[0]?Promise.reject(l[0]):Promise.resolve(l[1])}async get(t){const r=await this.rawInfo(t);if(r===null||r.deleted)return Promise.resolve(null);if(r.options&&r.options.link){const g=r.options.link.name||"";if(g==="")throw new Error("link is a bucket");return(r.options.link.bucket!==this.name?await Nl.create(this.js,r.options.link.bucket):this).get(g)}if(!r.digest.startsWith(R0))return Promise.reject(new Error(`unknown digest type: ${r.digest}`));const s=nd(r.digest.substring(8));if(s===null)return Promise.reject(new Error(`unable to parse digest: ${r.digest}`));const l=Bt(),u={info:new Ch(r),error:l};if(r.size===0)return u.data=zk(),l.resolve(null),Promise.resolve(u);let c;const f=Bi();f.orderedConsumer();const d=_0.create(),m=`$O.${this.name}.C.${r.nuid}`,y=await this.js.subscribe(m,f);return(async()=>{for await(const g of y)g.data.length>0&&(d.update(g.data),c.enqueue(g.data)),g.info.pending===0&&(h2(s,d.digest())?c.close():c.error(new Error(`received a corrupt object, digests do not match received: ${r.digest} calculated ${s}`)),y.unsubscribe())})().then(()=>{l.resolve()}).catch(g=>{c.error(g),l.reject(g)}),u.data=new ReadableStream({start(g){c=g},cancel(){y.unsubscribe()}}),u}linkStore(t,r){if(!(r instanceof Nl))return Promise.reject("bucket required");const s=r,{name:l,error:u}=this._checkNotEmpty(t);if(u)return Promise.reject(u);const c={name:l,options:{link:{bucket:s.name}}};return this._put(c,null)}async link(t,r){const{name:s,error:l}=this._checkNotEmpty(t);if(l)return Promise.reject(l);if(r.deleted)return Promise.reject(new Error("src object is deleted"));if(r.isLink())return Promise.reject(new Error("src object is a link"));const u=await this.rawInfo(t);if(u!==null&&!u.deleted)return Promise.reject(new Error("an object already exists with that name"));const c={bucket:r.bucket,name:r.name},f={name:s,bucket:r.bucket,options:{link:c}};await this.js.publish(this._metaSubject(t),JSON.stringify(f));const d=await this.info(t);return Promise.resolve(d)}async delete(t){const r=await this.rawInfo(t);if(r===null)return Promise.resolve({purged:0,success:!1});r.deleted=!0,r.size=0,r.chunks=0,r.digest="";const s=vr(),l=ii();return l.set(En.RollupHdr,En.RollupValueSubject),await this.js.publish(this._metaSubject(r.name),s.encode(r),{headers:l}),this.jsm.streams.purge(this.stream,{filter:this._chunkSubject(r.nuid)})}async update(t,r={}){const s=await this.rawInfo(t);if(s===null)return Promise.reject(new Error("object not found"));if(s.deleted)return Promise.reject(new Error("cannot update meta for a deleted object"));r.name=r.name??s.name;const{name:l,error:u}=this._checkNotEmpty(r.name);if(u)return Promise.reject(u);if(t!==r.name){const d=await this.info(r.name);if(d&&!d.deleted)return Promise.reject(new Error("an object already exists with that name"))}r.name=l;const c=Object.assign({},s,D0(r)),f=await this.js.publish(this._metaSubject(c.name),JSON.stringify(c));return t!==r.name&&await this.jsm.streams.purge(this.stream,{filter:this._metaSubject(t)}),Promise.resolve(f)}async watch(t={}){t.includeHistory=t.includeHistory??!1,t.ignoreDeletes=t.ignoreDeletes??!1;let r=!1;const s=new an,l=this._metaSubjectAll();try{await this.jsm.streams.getMessage(this.stream,{last_by_subj:l})}catch(d){d.code==="404"?(s.push(null),r=!0):s.stop(d)}const u=vr(),c=Bi();c.orderedConsumer(),t.includeHistory?c.deliverLastPerSubject():(r=!0,c.deliverNew()),c.callback((d,m)=>{var y;if(d){s.stop(d);return}if(m!==null){const g=u.decode(m.data);g.deleted&&t.ignoreDeletes===!0||s.push(g),((y=m.info)==null?void 0:y.pending)===0&&!r&&(r=!0,s.push(null))}});const f=await this.js.subscribe(l,c);return s._data=f,s.iterClosed.then(()=>{f.unsubscribe()}),f.closed.then(()=>{s.stop()}).catch(d=>{s.stop(d)}),s}_chunkSubject(t){return`$O.${this.name}.C.${t}`}_metaSubject(t){return`$O.${this.name}.M.${ca.encode(t)}`}_metaSubjectAll(){return`$O.${this.name}.M.>`}async init(t={}){try{this.stream=Ek(this.name)}catch(l){return Promise.reject(l)}const r=(t==null?void 0:t.ttl)||0;delete t.ttl;const s=Object.assign({max_age:r},t);s.name=this.stream,s.num_replicas=t.replicas??1,s.allow_direct=!0,s.allow_rollup_hdrs=!0,s.discard=zl.New,s.subjects=[`$O.${this.name}.C.>`,`$O.${this.name}.M.>`],t.placement&&(s.placement=t.placement),t.metadata&&(s.metadata=t.metadata),typeof t.compression=="boolean"&&(s.compression=t.compression?qi.S2:qi.None);try{await this.jsm.streams.info(s.name)}catch(l){l.message==="stream not found"&&await this.jsm.streams.add(s)}}static async create(t,r,s={}){const l=await t.jetstreamManager(),u=new Nl(r,l,t);return await u.init(s),Promise.resolve(u)}}class Uk{constructor(t){C(this,"js");this.js=t}kv(t,r={}){const s=this.js,{ok:l,min:u}=s.nc.features.get(mt.JS_KV);return l?r.bindOnly?Bl.bind(this.js,t,r):Bl.create(this.js,t,r):Promise.reject(new Error(`kv is only supported on servers ${u} or better`))}os(t,r={}){var c;if(typeof((c=crypto==null?void 0:crypto.subtle)==null?void 0:c.digest)!="function")return Promise.reject(new Error("objectstore: unable to calculate hashes - crypto.subtle.digest with sha256 support is required"));const s=this.js,{ok:l,min:u}=s.nc.features.get(mt.JS_OBJECTSTORE);return l?Nl.create(this.js,t,r):Promise.reject(new Error(`objectstore is only supported on servers ${u} or better`))}}class Bd extends $l{constructor(r,s){super(r,s);C(this,"consumers");C(this,"streams");C(this,"consumerAPI");C(this,"streamAPI");this.consumerAPI=new Ru(r,s),this.streamAPI=new Ud(r,s),this.consumers=new ud(this.consumerAPI),this.streams=new Lk(this.streamAPI)}jetstreamManager(r){r===void 0&&(r=this.opts.checkAPI);const s=Object.assign({},this.opts,{checkAPI:r});return this.nc.jetstreamManager(s)}get apiPrefix(){return this.prefix}get views(){return new Uk(this)}async publish(r,s=Jn,l){l=l||{},l.expect=l.expect||{};const u=(l==null?void 0:l.headers)||ii();l&&(l.msgID&&u.set(Nr.MsgIdHdr,l.msgID),l.expect.lastMsgID&&u.set(Nr.ExpectedLastMsgIdHdr,l.expect.lastMsgID),l.expect.streamName&&u.set(Nr.ExpectedStreamHdr,l.expect.streamName),typeof l.expect.lastSequence=="number"&&u.set(Nr.ExpectedLastSeqHdr,`${l.expect.lastSequence}`),typeof l.expect.lastSubjectSequence=="number"&&u.set(Nr.ExpectedLastSubjectSequenceHdr,`${l.expect.lastSubjectSequence}`));const c=l.timeout||this.timeout,f={};c&&(f.timeout=c),l&&(f.headers=u);let{retries:d,retry_delay:m}=l;d=d||1,m=m||250;let y;for(let x=0;x<d;x++)try{y=await this.nc.request(r,s,f);break}catch(w){if(w.code==="503"&&x+1<d)await Sa(m);else throw w}const g=this.parseJsResponse(y);if(g.stream==="")throw Te.errorForCode(Se.JetStreamInvalidAck);return g.duplicate=g.duplicate?g.duplicate:!1,g}async pull(r,s,l=0){wn(r),oa(s);let u=this.timeout;l>u&&(u=l),l=l<0?0:Ut(l);const c={batch:1,no_wait:l===0,expires:l},f=await this.nc.request(`${this.prefix}.CONSUMER.MSG.NEXT.${r}.${s}`,this.jc.encode(c),{noMux:!0,timeout:u}),d=ua(f);if(d)throw d;return Pl(f,this.timeout)}fetch(r,s,l={}){wn(r),oa(s);let u=null;const c=(l.max_bytes??0)>0;let f=0;const d=c?l.max_bytes:0;let m=null;const y={};if(y.batch=l.batch||1,d){const q=this.nc.features.get(mt.JS_PULL_MAX_BYTES);if(!q.ok)throw new Error(`max_bytes is only supported on servers ${q.min} or better`);y.max_bytes=d}y.no_wait=l.no_wait||!1,y.no_wait&&y.expires&&(y.expires=0);const g=l.expires||0;if(g&&(y.expires=Ut(g)),g===0&&y.no_wait===!1)throw new Error("expires or no_wait is required");const x=l.idle_heartbeat||0;x&&(y.idle_heartbeat=Ut(x),l.delay_heartbeat===!0&&(y.idle_heartbeat=Ut(x*4)));const w=new an,S=y.batch;let T=0;w.protocolFilterFn=(q,F=!1)=>Wh(q.msg)?(m==null||m.work(),!1):!0,w.dispatchedFn=q=>{if(q){if(c&&(f+=q.data.length),T++,u&&q.info.pending===0)return;(w.getPending()===1&&q.info.pending===0||S===T||d>0&&f>=d)&&w.stop()}};const z=ni(this.nc.options.inboxPrefix),D=this.nc.subscribe(z,{max:l.batch,callback:(q,F)=>{q===null&&(q=ua(F)),q!==null?(u&&(u.cancel(),u=null),V_(q)?w.stop(Tx(q)===null?void 0:q):w.stop(q)):(m==null||m.work(),w.received++,w.push(Pl(F,this.timeout)))}});return g&&(u=ma(g),u.catch(()=>{D.isClosed()||(D.drain().catch(()=>{}),u=null),m&&m.cancel()})),(async()=>{try{x&&(m=new Ld(x,q=>(w.push(()=>{w.err=new Te(`${or.IdleHeartbeatMissed}: ${q}`,Se.JetStreamIdleHeartBeat)}),!0)))}catch{}await D.closed,u!==null&&(u.cancel(),u=null),m&&m.cancel(),w.stop()})().catch(),this.nc.publish(`${this.prefix}.CONSUMER.MSG.NEXT.${r}.${s}`,this.jc.encode(y),{reply:z}),w}async pullSubscribe(r,s=Bi()){const l=await this._processOptions(r,s);if(l.ordered)throw new Error("pull subscribers cannot be be ordered");if(l.config.deliver_subject)throw new Error("consumer info specifies deliver_subject - pull consumers cannot have deliver_subject set");const u=l.config.ack_policy;if(u===sn.None||u===sn.All)throw new Error("ack policy for pull consumers must be explicit");const c=this._buildTypedSubscriptionOpts(l),f=new Hk(this,l.deliver,c);f.info=l;try{await this._maybeCreateConsumer(l)}catch(d){throw f.unsubscribe(),d}return f}async subscribe(r,s=Bi()){const l=await this._processOptions(r,s);if(!l.isBind&&!l.config.deliver_subject)throw new Error("push consumer requires deliver_subject");const u=this._buildTypedSubscriptionOpts(l),c=new jx(this,l.deliver,u);c.info=l;try{await this._maybeCreateConsumer(l)}catch(f){throw c.unsubscribe(),f}return c._maybeSetupHbMonitoring(),c}async _processOptions(r,s=Bi()){const l=x0(s)?s.getOpts():s;if(l.isBind=x0(s)?s.isBind:!1,l.flow_control={heartbeat_count:0,fc_count:0,consumer_restarts:0},l.ordered){if(l.ordered_consumer_sequence={stream_seq:0,delivery_seq:0},l.config.ack_policy!==sn.NotSet&&l.config.ack_policy!==sn.None)throw new Te("ordered consumer: ack_policy can only be set to 'none'",Se.ApiError);if(l.config.durable_name&&l.config.durable_name.length>0)throw new Te("ordered consumer: durable_name cannot be set",Se.ApiError);if(l.config.deliver_subject&&l.config.deliver_subject.length>0)throw new Te("ordered consumer: deliver_subject cannot be set",Se.ApiError);if(l.config.max_deliver!==void 0&&l.config.max_deliver>1)throw new Te("ordered consumer: max_deliver cannot be set",Se.ApiError);if(l.config.deliver_group&&l.config.deliver_group.length>0)throw new Te("ordered consumer: deliver_group cannot be set",Se.ApiError);l.config.deliver_subject=ni(this.nc.options.inboxPrefix),l.config.ack_policy=sn.None,l.config.max_deliver=1,l.config.flow_control=!0,l.config.idle_heartbeat=l.config.idle_heartbeat||Ut(5e3),l.config.ack_wait=Ut(1320*60*1e3),l.config.mem_storage=!0,l.config.num_replicas=1}if(l.config.ack_policy===sn.NotSet&&(l.config.ack_policy=sn.All),l.api=this,l.config=l.config||{},l.stream=l.stream?l.stream:await this.findStream(r),l.attached=!1,l.config.durable_name)try{const u=await this.consumerAPI.info(l.stream,l.config.durable_name);if(u){if(u.config.filter_subject&&u.config.filter_subject!==r)throw new Error("subject does not match consumer");const c=l.config.deliver_group??"";if(c===""&&u.push_bound===!0)throw new Error("duplicate subscription");const f=u.config.deliver_group??"";if(c!==f)throw f===""?new Error("durable requires no queue group"):new Error(`durable requires queue group '${f}'`);l.last=u,l.config=u.config,l.attached=!0,l.config.durable_name||(l.name=u.name)}}catch(u){if(u.code!=="404")throw u}return!l.attached&&l.config.filter_subject===void 0&&l.config.filter_subjects===void 0&&(l.config.filter_subject=r),l.deliver=l.config.deliver_subject||ni(this.nc.options.inboxPrefix),l}_buildTypedSubscriptionOpts(r){const s={};return s.adapter=Ik(r.callbackFn===void 0,this.timeout),s.ingestionFilterFn=Bd.ingestionFn(r.ordered),s.protocolFilterFn=(l,u=!1)=>{const c=l;return Zh(c.msg)?(u||c.msg.respond(),!1):!0},!r.mack&&r.config.ack_policy!==sn.None&&(s.dispatchedFn=Yk),r.callbackFn&&(s.callback=r.callbackFn),s.max=r.max||0,s.queue=r.queue,s}async _maybeCreateConsumer(r){if(r.attached)return;if(r.isBind)throw new Error(`unable to bind - durable consumer ${r.config.durable_name} doesn't exist in ${r.stream}`);r.config=Object.assign({deliver_policy:Vt.All,ack_policy:sn.Explicit,ack_wait:Ut(30*1e3),replay_policy:pa.Instant},r.config);const s=await this.consumerAPI.add(r.stream,r.config);if(Array.isArray(r.config.filter_subjects&&!Array.isArray(s.config.filter_subjects)))throw new Error("jetstream server doesn't support consumers with multiple filter subjects");r.name=s.name,r.config=s.config,r.last=s}static ingestionFn(r){return(s,l)=>{var d;const u=l;if(!s)return{ingest:!1,protocol:!1};const c=s;if(ua(c.msg)||(d=u.monitor)==null||d.work(),Wh(c.msg)){const m=r?u._checkHbOrderConsumer(c.msg):!0;return r||u.info.flow_control.heartbeat_count++,{ingest:m,protocol:!0}}else if(Zh(c.msg))return u.info.flow_control.fc_count++,{ingest:!0,protocol:!0};return{ingest:r?u._checkOrderedConsumer(s):!0,protocol:!1}}}}class Pd{constructor(t){C(this,"options");C(this,"protocol");C(this,"draining");C(this,"listeners");C(this,"_services");this.draining=!1,this.options=ak(t),this.listeners=[]}static connect(t={}){return new Promise((r,s)=>{const l=new Pd(t);Lu.connect(l.options,l).then(u=>{l.protocol=u,(async function(){for await(const c of u.status())l.listeners.forEach(f=>{f.push(c)})})(),r(l)}).catch(u=>{s(u)})})}closed(){return this.protocol.closed}async close(){await this.protocol.close()}_check(t,r,s){if(this.isClosed())throw Te.errorForCode(Se.ConnectionClosed);if(r&&this.isDraining()||s&&this.protocol.noMorePublishing)throw Te.errorForCode(Se.ConnectionDraining);if(t=t||"",t.length===0)throw Te.errorForCode(Se.BadSubject)}publish(t,r,s){this._check(t,!1,!0),this.protocol.publish(t,r,s)}publishMessage(t){return this.publish(t.subject,t.data,{reply:t.reply,headers:t.headers})}respondMessage(t){return t.reply?(this.publish(t.reply,t.data,{reply:t.reply,headers:t.headers}),!0):!1}subscribe(t,r={}){this._check(t,!0,!1);const s=new kx(this.protocol,t,r);return this.protocol.subscribe(s),s}_resub(t,r,s){this._check(r,!0,!1);const l=t;l.max=s,s&&(l.max=s+l.received),this.protocol.resub(l,r)}requestMany(t,r=Jn,s={maxWait:1e3,maxMessages:-1}){const l=!this.protocol.options.noAsyncTraces;try{this._check(t,!0,!0)}catch(d){return Promise.reject(d)}if(s.strategy=s.strategy||xr.Timer,s.maxWait=s.maxWait||1e3,s.maxWait<1)return Promise.reject(new Te("timeout",Se.InvalidOption));const u=new an;function c(d){u.push(()=>{u.stop(d)})}function f(d,m){d||m===null?c(d===null?void 0:d):u.push(m)}if(s.noMux){const d=l?new Error().stack:null;let m=typeof s.maxMessages=="number"&&s.maxMessages>0?s.maxMessages:-1;const y=this.subscribe(ni(this.options.inboxPrefix),{callback:(S,T)=>{var z,D;if(((z=T==null?void 0:T.data)==null?void 0:z.length)===0&&((D=T==null?void 0:T.headers)==null?void 0:D.status)===Se.NoResponders&&(S=Te.errorForCode(Se.NoResponders)),S){d&&(S.stack+=`
82
+
83
+ ${d}`),g(S);return}f(null,T),s.strategy===xr.Count&&(m--,m===0&&g()),s.strategy===xr.JitterTimer&&(w(),x=setTimeout(()=>{g()},300)),s.strategy===xr.SentinelMsg&&T&&T.data.length===0&&g()}});y.requestSubject=t,y.closed.then(()=>{c()}).catch(S=>{u.stop(S)});const g=S=>{S&&u.push(()=>{throw S}),w(),y.drain().then(()=>{c()}).catch(T=>{c()})};u.iterClosed.then(()=>{w(),y==null||y.unsubscribe()}).catch(S=>{w(),y==null||y.unsubscribe()});try{this.publish(t,r,{reply:y.getSubject()})}catch(S){g(S)}let x=setTimeout(()=>{g()},s.maxWait);const w=()=>{x&&clearTimeout(x)}}else{const d=s;d.callback=f,u.iterClosed.then(()=>{m.cancel()}).catch(y=>{m.cancel(y)});const m=new d2(this.protocol.muxSubscriptions,t,d);this.protocol.request(m);try{this.publish(t,r,{reply:`${this.protocol.muxSubscriptions.baseInbox}${m.token}`,headers:s.headers})}catch(y){m.cancel(y)}}return Promise.resolve(u)}request(t,r,s={timeout:1e3,noMux:!1}){try{this._check(t,!0,!0)}catch(u){return Promise.reject(u)}const l=!this.protocol.options.noAsyncTraces;if(s.timeout=s.timeout||1e3,s.timeout<1)return Promise.reject(new Te("timeout",Se.InvalidOption));if(!s.noMux&&s.reply)return Promise.reject(new Te("reply can only be used with noMux",Se.InvalidOption));if(s.noMux){const u=s.reply?s.reply:ni(this.options.inboxPrefix),c=Bt(),f=l?new Error:null,d=this.subscribe(u,{max:1,timeout:s.timeout,callback:(m,y)=>{m?(f&&m.code!==Se.Timeout&&(m.stack+=`
84
+
85
+ ${f.stack}`),d.unsubscribe(),c.reject(m)):(m=hx(y),m?(f&&(m.stack+=`
86
+
87
+ ${f.stack}`),c.reject(m)):c.resolve(y))}});return d.requestSubject=t,this.protocol.publish(t,r,{reply:u,headers:s.headers}),c}else{const u=new px(this.protocol.muxSubscriptions,t,s,l);this.protocol.request(u);try{this.publish(t,r,{reply:`${this.protocol.muxSubscriptions.baseInbox}${u.token}`,headers:s.headers})}catch(f){u.cancel(f)}const c=Promise.race([u.timer,u.deferred]);return c.catch(()=>{u.cancel()}),c}}flush(){return this.isClosed()?Promise.reject(Te.errorForCode(Se.ConnectionClosed)):this.protocol.flush()}drain(){return this.isClosed()?Promise.reject(Te.errorForCode(Se.ConnectionClosed)):this.isDraining()?Promise.reject(Te.errorForCode(Se.ConnectionDraining)):(this.draining=!0,this.protocol.drain())}isClosed(){return this.protocol.isClosed()}isDraining(){return this.draining}getServer(){const t=this.protocol.getServer();return t?t.listen:""}status(){const t=new an;return t.iterClosed.then(()=>{const r=this.listeners.indexOf(t);this.listeners.splice(r,1)}),this.listeners.push(t),t}get info(){return this.protocol.isClosed()?void 0:this.protocol.info}async context(){return(await this.request("$SYS.REQ.USER.INFO")).json((r,s)=>r==="time"?new Date(Date.parse(s)):s)}stats(){return{inBytes:this.protocol.inBytes,outBytes:this.protocol.outBytes,inMsgs:this.protocol.inMsgs,outMsgs:this.protocol.outMsgs}}async jetstreamManager(t={}){const r=new Dk(this,t);if(t.checkAPI!==!1)try{await r.getAccountInfo()}catch(s){const l=s;throw l.code===Se.NoResponders&&(l.code=Se.JetStreamNotEnabled),l}return r}jetstream(t={}){return new Bd(this,t)}getServerVersion(){const t=this.info;return t?ms(t.version):void 0}async rtt(){if(!this.protocol._closed&&!this.protocol.connected)throw Te.errorForCode(Se.Disconnect);const t=Date.now();return await this.flush(),Date.now()-t}get features(){return this.protocol.features}get services(){return this._services||(this._services=new Bk(this)),this._services}reconnect(){return this.isClosed()?Promise.reject(Te.errorForCode(Se.ConnectionClosed)):this.isDraining()?Promise.reject(Te.errorForCode(Se.ConnectionDraining)):this.protocol.reconnect()}}class Bk{constructor(t){C(this,"nc");this.nc=t}add(t){try{return new Yl(this.nc,t).start()}catch(r){return Promise.reject(r)}}client(t,r){return new yk(this.nc,t,r)}}class Pk{constructor(t,r,s){C(this,"bucket");C(this,"sm");C(this,"prefixLen");this.bucket=t,this.prefixLen=r,this.sm=s}get key(){return this.sm.subject.substring(this.prefixLen)}get value(){return this.sm.data}get delta(){return 0}get created(){return this.sm.time}get revision(){return this.sm.seq}get operation(){return this.sm.header.get(zu)||"PUT"}get length(){const t=this.sm.header.get(En.MessageSizeHdr)||"";return t!==""?parseInt(t,10):this.sm.data.length}json(){return this.sm.json()}string(){return this.sm.string()}}class qk{constructor(t,r,s){C(this,"bucket");C(this,"key");C(this,"sm");this.bucket=t,this.key=r,this.sm=s}get value(){return this.sm.data}get created(){return new Date(Md(this.sm.info.timestampNanos))}get revision(){return this.sm.seq}get operation(){var t;return((t=this.sm.headers)==null?void 0:t.get(zu))||"PUT"}get delta(){return this.sm.info.pending}get length(){var r;const t=((r=this.sm.headers)==null?void 0:r.get(En.MessageSizeHdr))||"";return t!==""?parseInt(t,10):this.sm.data.length}json(){return this.sm.json()}string(){return this.sm.string()}}class jx extends y2{constructor(r,s,l){super(r.nc,s,l);C(this,"js");C(this,"monitor");this.js=r,this.monitor=null,this.sub.closed.then(()=>{this.monitor&&this.monitor.cancel()})}set info(r){this.sub.info=r}get info(){return this.sub.info}_resetOrderedConsumer(r){if(this.info===null||this.sub.isClosed())return;const s=ni(this.js.nc.options.inboxPrefix);this.js.nc._resub(this.sub,s);const u=this.info;u.config.name=Pi.next(),u.ordered_consumer_sequence.delivery_seq=0,u.flow_control.heartbeat_count=0,u.flow_control.fc_count=0,u.flow_control.consumer_restarts++,u.deliver=s,u.config.deliver_subject=s,u.config.deliver_policy=Vt.StartSequence,u.config.opt_start_seq=r;const c={};c.stream_name=this.info.stream,c.config=u.config;const f=`${u.api.prefix}.CONSUMER.CREATE.${u.stream}`;this.js._request(f,c,{retries:-1}).then(d=>{const m=d,y=this.sub.info;y.last=m,this.info.config=m.config,this.info.name=m.name}).catch(d=>{const m=new Te(`unable to recreate ordered consumer ${u.stream} at seq ${r}`,Se.RequestError,d);this.sub.callback(m,{})})}_maybeSetupHbMonitoring(){var s,l;const r=((l=(s=this.info)==null?void 0:s.config)==null?void 0:l.idle_heartbeat)||0;r&&this._setupHbMonitoring(Md(r))}_setupHbMonitoring(r,s=0){const l={cancelAfter:0,maxOut:2};s&&(l.cancelAfter=s);const u=this.sub,c=f=>{var y,g,x,w;const d=Q_(409,`${or.IdleHeartbeatMissed}: ${f}`,this.sub.subject);if(!((y=this.info)==null?void 0:y.ordered))this.sub.callback(null,d);else{if(!this.js.nc.protocol.connected)return!1;const S=((x=(g=this.info)==null?void 0:g.ordered_consumer_sequence)==null?void 0:x.stream_seq)||0;return this._resetOrderedConsumer(S+1),(w=this.monitor)==null||w.restart(),!1}return!u.noIterator};this.monitor=new Ld(r,c,l)}_checkHbOrderConsumer(r){const s=r.headers.get(En.ConsumerStalledHdr);s!==""&&this.js.nc.publish(s);const l=parseInt(r.headers.get(En.LastConsumerSeqHdr),10),u=this.info.ordered_consumer_sequence;return this.info.flow_control.heartbeat_count++,l!==u.delivery_seq&&this._resetOrderedConsumer(u.stream_seq+1),!1}_checkOrderedConsumer(r){const s=this.info.ordered_consumer_sequence,l=r.info.streamSequence,u=r.info.deliverySequence;return u!=s.delivery_seq+1?(this._resetOrderedConsumer(s.stream_seq+1),!1):(s.delivery_seq=u,s.stream_seq=l,!0)}async destroy(){this.isClosed()||await this.drain();const r=this.sub.info,s=r.config.durable_name||r.name,l=`${r.api.prefix}.CONSUMER.DELETE.${r.stream}.${s}`;await r.api._request(l)}async consumerInfo(){const r=this.sub.info,s=r.config.durable_name||r.name,l=`${r.api.prefix}.CONSUMER.INFO.${r.stream}.${s}`,u=await r.api._request(l);return r.last=u,u}}class Hk extends jx{constructor(t,r,s){super(t,r,s)}pull(t={batch:1}){const{stream:r,config:s,name:l}=this.sub.info,u=s.durable_name??l,c={};if(c.batch=t.batch||1,c.no_wait=t.no_wait||!1,(t.max_bytes??0)>0){const m=this.js.nc.features.get(mt.JS_PULL_MAX_BYTES);if(!m.ok)throw new Error(`max_bytes is only supported on servers ${m.min} or better`);c.max_bytes=t.max_bytes}let f=0;t.expires&&t.expires>0&&(f=t.expires,c.expires=Ut(f));let d=0;if(t.idle_heartbeat&&t.idle_heartbeat>0&&(d=t.idle_heartbeat,c.idle_heartbeat=Ut(d)),d&&f===0)throw new Error("idle_heartbeat requires expires");if(d>f)throw new Error("expires must be greater than idle_heartbeat");if(this.info){this.monitor&&this.monitor.cancel(),f&&d&&(this.monitor?this.monitor._change(d,f):this._setupHbMonitoring(d,f));const m=this.info.api,y=`${m.prefix}.CONSUMER.MSG.NEXT.${r}.${u}`,g=this.sub.subject;m.nc.publish(y,m.jc.encode(c),{reply:g})}}}function Ik(e,t){return e?$k(t):Fk(t)}function Fk(e){return(t,r)=>t?[t,null]:(t=ua(r),t?[t,null]:[null,Pl(r,e)])}function $k(e){return(t,r)=>{if(t)return[t,null];const s=ua(r);return s!==null?[Tx(s),null]:[null,Pl(r,e)]}}function Tx(e){if(e!==null)switch(e.code){case Se.JetStream404NoMessages:case Se.JetStream408RequestTimeout:return null;case Se.JetStream409:return Z_(e)?e:null;default:return e}return null}function Yk(e){e&&e.ack()}function Gk(e){const t=e.split(".");if(t.length===9&&t.splice(2,0,"_",""),t.length<11||t[0]!=="$JS"||t[1]!=="ACK")throw new Error("not js message");const r={};return r.domain=t[2]==="_"?"":t[2],r.account_hash=t[3],r.stream=t[4],r.consumer=t[5],r.deliveryCount=parseInt(t[6],10),r.redeliveryCount=r.deliveryCount,r.redelivered=r.deliveryCount>1,r.streamSequence=parseInt(t[7],10),r.deliverySequence=parseInt(t[8],10),r.timestampNanos=parseInt(t[9],10),r.pending=parseInt(t[10],10),r}class Vk{constructor(t,r){C(this,"msg");C(this,"di");C(this,"didAck");C(this,"timeout");this.msg=t,this.didAck=!1,this.timeout=r}get subject(){return this.msg.subject}get sid(){return this.msg.sid}get data(){return this.msg.data}get headers(){return this.msg.headers}get info(){return this.di||(this.di=Gk(this.reply)),this.di}get redelivered(){return this.info.deliveryCount>1}get reply(){return this.msg.reply||""}get seq(){return this.info.streamSequence}doAck(t){this.didAck||(this.didAck=!this.isWIP(t),this.msg.respond(t))}isWIP(t){return t.length===4&&t[0]===xl[0]&&t[1]===xl[1]&&t[2]===xl[2]&&t[3]===xl[3]}async ackAck(t){var s;t=t||{},t.timeout=t.timeout||this.timeout;const r=Bt();if(this.didAck)r.resolve(!1);else if(this.didAck=!0,this.msg.reply){const u=this.msg.publisher,c=!((s=u.options)!=null&&s.noAsyncTraces),f=new px(u.muxSubscriptions,this.msg.reply,{timeout:t.timeout},c);u.request(f);try{u.publish(this.msg.reply,M0,{reply:`${u.muxSubscriptions.baseInbox}${f.token}`})}catch(d){f.cancel(d)}try{await Promise.race([f.timer,f.deferred]),r.resolve(!0)}catch(d){f.cancel(d),r.reject(d)}}else r.resolve(!1);return r}ack(){this.doAck(M0)}nak(t){let r=Ak;t&&(r=Nu().encode(`-NAK ${JSON.stringify({delay:Ut(t)})}`)),this.doAck(r)}working(){this.doAck(xl)}next(t,r={batch:1}){const s={};s.batch=r.batch||1,s.no_wait=r.no_wait||!1,r.expires&&r.expires>0&&(s.expires=Ut(r.expires));const l=vr().encode(s),u=ga.concat(jk,Nk,l),c=t?{reply:t}:void 0;this.msg.respond(u,c)}term(t=""){let r=Tk;(t==null?void 0:t.length)>0&&(r=Nu().encode(`+TERM ${t}`)),this.doAck(r)}json(){return this.msg.json()}string(){return this.msg.string()}}const Jk="1.30.3",Xk="nats.ws";class Kk{constructor(){C(this,"version");C(this,"lang");C(this,"closeError");C(this,"connected");C(this,"done");C(this,"socket");C(this,"options");C(this,"socketClosed");C(this,"encrypted");C(this,"peeked");C(this,"yields");C(this,"signal");C(this,"closedNotification");this.version=Jk,this.lang=Xk,this.connected=!1,this.done=!1,this.socketClosed=!1,this.encrypted=!1,this.peeked=!1,this.yields=[],this.signal=Bt(),this.closedNotification=Bt()}async connect(t,r){const s=Bt();if(r.tls)return s.reject(new Te("tls",Se.InvalidOption)),s;this.options=r;const l=t.src;if(r.wsFactory){const{socket:u,encrypted:c}=await r.wsFactory(t.src,r);this.socket=u,this.encrypted=c}else this.encrypted=l.indexOf("wss://")===0,this.socket=new WebSocket(l);return this.socket.binaryType="arraybuffer",this.socket.onopen=()=>{this.isDiscarded()},this.socket.onmessage=u=>{if(this.isDiscarded())return;if(this.yields.push(new Uint8Array(u.data)),this.peeked){this.signal.resolve();return}const c=ga.concat(...this.yields),f=_2(c);if(f!==""){const d=uk.exec(f);if(!d){r.debug&&console.error("!!!",cu(c)),s.reject(new Error("unexpected response from server"));return}try{const m=JSON.parse(d[1]);lk(m,this.options),this.peeked=!0,this.connected=!0,this.signal.resolve(),s.resolve()}catch(m){s.reject(m);return}}},this.socket.onclose=u=>{if(this.isDiscarded())return;this.socketClosed=!0;let c;this.done||(u.wasClean||(c=new Error(u.reason)),this._closed(c))},this.socket.onerror=u=>{if(this.isDiscarded())return;const c=u,f=new Te(c.message,Se.Unknown,new Error(c.error));s.reject(f)},s}disconnect(){this._closed(void 0,!0)}async _closed(t,r=!0){if(!this.isDiscarded()&&this.connected&&!this.done){if(this.closeError=t,!t)for(;!this.socketClosed&&this.socket.bufferedAmount>0;)await Sa(100);this.done=!0;try{this.socket.close(t?1002:1e3,t?t.message:void 0)}catch{}r&&this.closedNotification.resolve(t)}}get isClosed(){return this.done}[Symbol.asyncIterator](){return this.iterate()}async*iterate(){for(;;){if(this.isDiscarded())return;this.yields.length===0&&await this.signal;const t=this.yields;this.yields=[];for(let r=0;r<t.length;r++)this.options.debug&&console.info(`> ${cu(t[r])}`),yield t[r];if(this.done)break;this.yields.length===0&&(t.length=0,this.yields=t,this.signal=Bt())}}isEncrypted(){return this.connected&&this.encrypted}send(t){if(!this.isDiscarded())try{this.socket.send(t.buffer),this.options.debug&&console.info(`< ${cu(t)}`);return}catch(r){this.options.debug&&console.error(`!!! ${cu(t)}: ${r}`)}}close(t){return this._closed(t,!1)}closed(){return this.closedNotification}isDiscarded(){return this.done?(this.discard(),!0):!1}discard(){var t;this.done=!0;try{(t=this.socket)==null||t.close()}catch{}}}function Qk(e,t){/^(.*:\/\/)(.*)/.test(e)||(typeof t=="boolean"?e=`${t===!0?"https":"http"}://${e}`:e=`https://${e}`);let s=new URL(e);const l=s.protocol.toLowerCase();l==="ws:"&&(t=!1),l==="wss:"&&(t=!0),l!=="https:"&&l!=="http"&&(e=e.replace(/^(.*:\/\/)(.*)/gm,"$2"),s=new URL(`http://${e}`));let u,c;const f=s.hostname,d=s.pathname,m=s.search||"";switch(l){case"http:":case"ws:":case"nats:":c=s.port||"80",u="ws:";break;case"https:":case"wss:":case"tls:":c=s.port||"443",u="wss:";break;default:c=s.port||t===!0?"443":"80",u=t===!0?"wss:":"ws:";break}return`${u}//${f}:${c}${d}${m}`}function Nx(e={}){return b2({defaultPort:443,urlParseFn:Qk,factory:()=>new Kk}),Pd.connect(e)}/*! Capacitor: https://capacitorjs.com/ - MIT License */var ya;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(ya||(ya={}));class Ah extends Error{constructor(t,r,s){super(t),this.message=t,this.code=r,this.data=s}}const Zk=e=>{var t,r;return e!=null&&e.androidBridge?"android":!((r=(t=e==null?void 0:e.webkit)===null||t===void 0?void 0:t.messageHandlers)===null||r===void 0)&&r.bridge?"ios":"web"},Wk=e=>{const t=e.CapacitorCustomPlatform||null,r=e.Capacitor||{},s=r.Plugins=r.Plugins||{},l=()=>t!==null?t.name:Zk(e),u=()=>l()!=="web",c=g=>{const x=m.get(g);return!!(x!=null&&x.platforms.has(l())||f(g))},f=g=>{var x;return(x=r.PluginHeaders)===null||x===void 0?void 0:x.find(w=>w.name===g)},d=g=>e.console.error(g),m=new Map,y=(g,x={})=>{const w=m.get(g);if(w)return console.warn(`Capacitor plugin "${g}" already registered. Cannot register plugins twice.`),w.proxy;const S=l(),T=f(g);let z;const D=async()=>(!z&&S in x?z=typeof x[S]=="function"?z=await x[S]():z=x[S]:t!==null&&!z&&"web"in x&&(z=typeof x.web=="function"?z=await x.web():z=x.web),z),q=($,H)=>{var R,G;if(T){const J=T==null?void 0:T.methods.find(fe=>H===fe.name);if(J)return J.rtype==="promise"?fe=>r.nativePromise(g,H.toString(),fe):(fe,ie)=>r.nativeCallback(g,H.toString(),fe,ie);if($)return(R=$[H])===null||R===void 0?void 0:R.bind($)}else{if($)return(G=$[H])===null||G===void 0?void 0:G.bind($);throw new Ah(`"${g}" plugin is not implemented on ${S}`,ya.Unimplemented)}},F=$=>{let H;const R=(...G)=>{const J=D().then(fe=>{const ie=q(fe,$);if(ie){const ee=ie(...G);return H=ee==null?void 0:ee.remove,ee}else throw new Ah(`"${g}.${$}()" is not implemented on ${S}`,ya.Unimplemented)});return $==="addListener"&&(J.remove=async()=>H()),J};return R.toString=()=>`${$.toString()}() { [capacitor code] }`,Object.defineProperty(R,"name",{value:$,writable:!1,configurable:!1}),R},oe=F("addListener"),B=F("removeListener"),L=($,H)=>{const R=oe({eventName:$},H),G=async()=>{const fe=await R;B({eventName:$,callbackId:fe},H)},J=new Promise(fe=>R.then(()=>fe({remove:G})));return J.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await G()},J},W=new Proxy({},{get($,H){switch(H){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return T?L:oe;case"removeListener":return B;default:return F(H)}}});return s[g]=W,m.set(g,{name:g,proxy:W,platforms:new Set([...Object.keys(x),...T?[S]:[]])}),W};return r.convertFileSrc||(r.convertFileSrc=g=>g),r.getPlatform=l,r.handleError=d,r.isNativePlatform=u,r.isPluginAvailable=c,r.registerPlugin=y,r.Exception=Ah,r.DEBUG=!!r.DEBUG,r.isLoggingEnabled=!!r.isLoggingEnabled,r},eE=e=>e.Capacitor=Wk(e),Xn=eE(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),ys=Xn.registerPlugin;class qd{constructor(){this.listeners={},this.retainedEventArguments={},this.windowListeners={}}addListener(t,r){let s=!1;this.listeners[t]||(this.listeners[t]=[],s=!0),this.listeners[t].push(r);const u=this.windowListeners[t];u&&!u.registered&&this.addWindowListener(u),s&&this.sendRetainedArgumentsForEvent(t);const c=async()=>this.removeListener(t,r);return Promise.resolve({remove:c})}async removeAllListeners(){this.listeners={};for(const t in this.windowListeners)this.removeWindowListener(this.windowListeners[t]);this.windowListeners={}}notifyListeners(t,r,s){const l=this.listeners[t];if(!l){if(s){let u=this.retainedEventArguments[t];u||(u=[]),u.push(r),this.retainedEventArguments[t]=u}return}l.forEach(u=>u(r))}hasListeners(t){var r;return!!(!((r=this.listeners[t])===null||r===void 0)&&r.length)}registerWindowListener(t,r){this.windowListeners[r]={registered:!1,windowEventName:t,pluginEventName:r,handler:s=>{this.notifyListeners(r,s)}}}unimplemented(t="not implemented"){return new Xn.Exception(t,ya.Unimplemented)}unavailable(t="not available"){return new Xn.Exception(t,ya.Unavailable)}async removeListener(t,r){const s=this.listeners[t];if(!s)return;const l=s.indexOf(r);this.listeners[t].splice(l,1),this.listeners[t].length||this.removeWindowListener(this.windowListeners[t])}addWindowListener(t){window.addEventListener(t.windowEventName,t.handler),t.registered=!0}removeWindowListener(t){t&&(window.removeEventListener(t.windowEventName,t.handler),t.registered=!1)}sendRetainedArgumentsForEvent(t){const r=this.retainedEventArguments[t];r&&(delete this.retainedEventArguments[t],r.forEach(s=>{this.notifyListeners(t,s)}))}}const L0=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),z0=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class tE extends qd{async getCookies(){const t=document.cookie,r={};return t.split(";").forEach(s=>{if(s.length<=0)return;let[l,u]=s.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");l=z0(l).trim(),u=z0(u).trim(),r[l]=u}),r}async setCookie(t){try{const r=L0(t.key),s=L0(t.value),l=t.expires?`; expires=${t.expires.replace("expires=","")}`:"",u=(t.path||"/").replace("path=",""),c=t.url!=null&&t.url.length>0?`domain=${t.url}`:"";document.cookie=`${r}=${s||""}${l}; path=${u}; ${c};`}catch(r){return Promise.reject(r)}}async deleteCookie(t){try{document.cookie=`${t.key}=; Max-Age=0`}catch(r){return Promise.reject(r)}}async clearCookies(){try{const t=document.cookie.split(";")||[];for(const r of t)document.cookie=r.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(t){return Promise.reject(t)}}async clearAllCookies(){try{await this.clearCookies()}catch(t){return Promise.reject(t)}}}ys("CapacitorCookies",{web:()=>new tE});const nE=async e=>new Promise((t,r)=>{const s=new FileReader;s.onload=()=>{const l=s.result;t(l.indexOf(",")>=0?l.split(",")[1]:l)},s.onerror=l=>r(l),s.readAsDataURL(e)}),rE=(e={})=>{const t=Object.keys(e);return Object.keys(e).map(l=>l.toLocaleLowerCase()).reduce((l,u,c)=>(l[u]=e[t[c]],l),{})},iE=(e,t=!0)=>e?Object.entries(e).reduce((s,l)=>{const[u,c]=l;let f,d;return Array.isArray(c)?(d="",c.forEach(m=>{f=t?encodeURIComponent(m):m,d+=`${u}=${f}&`}),d.slice(0,-1)):(f=t?encodeURIComponent(c):c,d=`${u}=${f}`),`${s}&${d}`},"").substr(1):null,sE=(e,t={})=>{const r=Object.assign({method:e.method||"GET",headers:e.headers},t),l=rE(e.headers)["content-type"]||"";if(typeof e.data=="string")r.body=e.data;else if(l.includes("application/x-www-form-urlencoded")){const u=new URLSearchParams;for(const[c,f]of Object.entries(e.data||{}))u.set(c,f);r.body=u.toString()}else if(l.includes("multipart/form-data")||e.data instanceof FormData){const u=new FormData;if(e.data instanceof FormData)e.data.forEach((f,d)=>{u.append(d,f)});else for(const f of Object.keys(e.data))u.append(f,e.data[f]);r.body=u;const c=new Headers(r.headers);c.delete("content-type"),r.headers=c}else(l.includes("application/json")||typeof e.data=="object")&&(r.body=JSON.stringify(e.data));return r};class aE extends qd{async request(t){const r=sE(t,t.webFetchExtra),s=iE(t.params,t.shouldEncodeUrlParams),l=s?`${t.url}?${s}`:t.url,u=await fetch(l,r),c=u.headers.get("content-type")||"";let{responseType:f="text"}=u.ok?t:{};c.includes("application/json")&&(f="json");let d,m;switch(f){case"arraybuffer":case"blob":m=await u.blob(),d=await nE(m);break;case"json":d=await u.json();break;case"document":case"text":default:d=await u.text()}const y={};return u.headers.forEach((g,x)=>{y[x]=g}),{data:d,headers:y,status:u.status,url:u.url}}async get(t){return this.request(Object.assign(Object.assign({},t),{method:"GET"}))}async post(t){return this.request(Object.assign(Object.assign({},t),{method:"POST"}))}async put(t){return this.request(Object.assign(Object.assign({},t),{method:"PUT"}))}async patch(t){return this.request(Object.assign(Object.assign({},t),{method:"PATCH"}))}async delete(t){return this.request(Object.assign(Object.assign({},t),{method:"DELETE"}))}}ys("CapacitorHttp",{web:()=>new aE});var U0;(function(e){e.Dark="DARK",e.Light="LIGHT",e.Default="DEFAULT"})(U0||(U0={}));var B0;(function(e){e.StatusBar="StatusBar",e.NavigationBar="NavigationBar"})(B0||(B0={}));class lE extends qd{async setStyle(){this.unavailable("not available for web")}async setAnimation(){this.unavailable("not available for web")}async show(){this.unavailable("not available for web")}async hide(){this.unavailable("not available for web")}}ys("SystemBars",{web:()=>new lE});const oE="modulepreload",uE=function(e){return"/"+e},P0={},Hd=function(t,r,s){let l=Promise.resolve();if(r&&r.length>0){let c=function(m){return Promise.all(m.map(y=>Promise.resolve(y).then(g=>({status:"fulfilled",value:g}),g=>({status:"rejected",reason:g}))))};document.getElementsByTagName("link");const f=document.querySelector("meta[property=csp-nonce]"),d=(f==null?void 0:f.nonce)||(f==null?void 0:f.getAttribute("nonce"));l=c(r.map(m=>{if(m=uE(m),m in P0)return;P0[m]=!0;const y=m.endsWith(".css"),g=y?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${g}`))return;const x=document.createElement("link");if(x.rel=y?"stylesheet":oE,y||(x.as="script"),x.crossOrigin="",x.href=m,d&&x.setAttribute("nonce",d),document.head.appendChild(x),y)return new Promise((w,S)=>{x.addEventListener("load",w),x.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${m}`)))})}))}function u(c){const f=new Event("vite:preloadError",{cancelable:!0});if(f.payload=c,window.dispatchEvent(f),!f.defaultPrevented)throw c}return l.then(c=>{for(const f of c||[])f.status==="rejected"&&u(f.reason);return t().catch(u)})},fd=ys("App",{web:()=>Hd(()=>import("./web-B1sKCc7e.js"),[]).then(e=>new e.AppWeb)}),cE=ys("Network",{web:()=>Hd(()=>import("./web-ETD-8ZHd.js"),[]).then(e=>new e.NetworkWeb)}),Uu=Xn.isNativePlatform()?"https://app.palmier.me":"";async function Ox(e,t,r,s){const l=`${Uu}${t}`;console.log(`[API] ${e} ${l}`);const c=await fetch(l,{method:e,headers:{"Content-Type":"application/json"},body:r!=null?JSON.stringify(r):void 0});if(!c.ok){const f=await c.text();let d;try{const m=JSON.parse(f);d=m.error??m.message??f}catch{d=f}throw console.error(`[API] ${e} ${t} failed:`,c.status,d),new Error(d||`Request failed with status ${c.status}`)}return console.log(`[API] ${e} ${t} ->`,c.status),c.json()}function fE(e,t,r){return Ox("POST",e,t)}function hE(e,t){return Ox("GET",e,void 0)}const q0=Xn.isNativePlatform(),Rx=j.createContext(null),dE=2e3,jh=6e3,mE=1500,pE=6e4;function gE({children:e,activeHost:t}){const[r,s]=j.useState(null),[l,u]=j.useState(!1),c=j.useRef(null),[f,d]=j.useState(!1),[m,y]=j.useState(!1),[g,x]=j.useState(!1),[w,S]=j.useState(!1),T=j.useRef(Nu()),z=j.useRef(new Set),D=j.useRef(0),q=!!t.directUrl,F=q0&&!q&&!!t.lanUrl&&w,oe=m||g?"disconnected":q?f?"direct":"connecting":l?F?"lan":"nats":"connecting",B=oe!=="connecting"&&oe!=="disconnected";j.useEffect(()=>{y(!1),x(!1)},[t.hostId,t.clientToken]),j.useEffect(()=>{if(!q0||q||!t.lanUrl){S(!1);return}let $=!1;const H=t.lanUrl,R=t.hostId;async function G(){console.log("[HOST/LAN] probing",H);try{const ee=await fetch(`${H}/health`,{signal:AbortSignal.timeout(mE)});if($)return;if(!ee.ok){console.log("[HOST/LAN] probe got non-ok:",ee.status),S(!1);return}const P=await ee.json(),X=P.hostId===R;X?console.log("[HOST/LAN] reachable"):console.log("[HOST/LAN] hostId mismatch — got:",P.hostId,"expected:",R),S(X)}catch(ee){$||(console.log("[HOST/LAN] probe failed:",ee instanceof Error?ee.message:ee),S(!1))}}G();const J=window.setInterval(G,pE),fe=fd.addListener("appStateChange",ee=>{ee.isActive&&G()}),ie=cE.addListener("networkStatusChange",()=>G());return()=>{$=!0,clearInterval(J),fe.then(ee=>ee.remove()),ie.then(ee=>ee.remove())}},[t.hostId,t.lanUrl,q]),j.useEffect(()=>{if(q){c.current&&(c.current.close().catch(()=>{}),c.current=null,s(null),u(!1));return}let $=!1,H=1e3;const R=3e4;async function G(){for(;!$;)try{const J=await fetch(`${Uu}/api/nats-credentials/${t.hostId}`);if($)return;if(J.status===401||J.status===403||J.status===404){console.error("[NATS] Host not found or rejected by relay:",J.status),x(!0);return}if(!J.ok)throw new Error(`credentials fetch ${J.status}`);const fe=await J.json();if(!fe.natsWsUrl){console.error("[NATS] Relay returned empty natsWsUrl — treating as terminal"),x(!0);return}if($)return;console.log("[NATS] Connecting to",fe.natsWsUrl);const ie=await Nx({servers:fe.natsWsUrl,authenticator:wx(fe.natsJwt,new TextEncoder().encode(fe.natsNkeySeed)),pingInterval:3e4,maxPingOut:2});if($){ie.close().catch(()=>{});return}if(console.log("[NATS] Connected"),c.current=ie,s(ie),u(!0),H=1e3,await ie.closed(),$)return;console.log("[NATS] Connection closed, will reconnect"),c.current=null,s(null),u(!1)}catch(J){if($)return;console.warn(`[NATS] Connect failed, retrying in ${H}ms:`,J),u(!1),await new Promise(fe=>setTimeout(fe,H)),H=Math.min(H*2,R)}}return G(),()=>{$=!0,c.current&&(c.current.close().catch(()=>{}),c.current=null,s(null),u(!1))}},[q,t]),j.useEffect(()=>{if(q)return;const $=fd.addListener("appStateChange",H=>{if(!H.isActive||!c.current)return;const R=c.current;Promise.race([R.flush(),new Promise((G,J)=>setTimeout(()=>J(new Error("ping timeout")),2e3))]).catch(()=>{console.log("[NATS] Resume probe failed — cycling conn"),R.close().catch(()=>{})})});return()=>{$.then(H=>H.remove())}},[q]),j.useEffect(()=>{if(!q){d(!1);return}const $=new AbortController;async function H(){var fe;const G=new AbortController,J=setTimeout(()=>G.abort(),dE);$.signal.addEventListener("abort",()=>G.abort());try{const ie=await fetch(`${t.directUrl}/events`,{headers:{Authorization:`Bearer ${t.clientToken}`},signal:G.signal});return clearTimeout(J),ie.ok?((fe=ie.body)==null?void 0:fe.getReader())??null:null}catch{return clearTimeout(J),null}}async function R(G){d(!0),console.log("[HOST] SSE connected to",t.directUrl),D.current=Date.now();function J(){setTimeout(()=>{$.signal.aborted||Date.now()-D.current<jh||(console.log("[HOST] Heartbeat timeout — no data for",jh/1e3,"s"),$.abort(),d(!1),console.log("[HOST] Direct host unreachable"))},jh)}J();const fe=new TextDecoder;let ie="";try{for(;;){const{done:ee,value:P}=await G.read();if(ee)break;ie+=fe.decode(P,{stream:!0}),D.current=Date.now(),J();const X=ie.split(`
88
+ `);ie=X.pop()??"";for(const ae of X)if(ae.startsWith("data: ")){const pe=ae.slice(6);try{const M=JSON.parse(pe);if(M.task_id&&M.event_type){const E=`host-event.${t.hostId}.${M.task_id}`;for(const K of z.current)K({subject:E,data:T.current.encode(pe)})}}catch{}}}}catch{}}return(async()=>{const G=await H();G&&await R(G)})(),()=>{$.abort(),d(!1)}},[t,q]);const L=j.useCallback(async($,H,R)=>{function G(ie){ie&&typeof ie=="object"&&ie.error==="Unauthorized"&&y(!0)}async function J(ie,ee){console.log(`[HOST/${ee}] → ${$}`,H??"");const P=await fetch(`${ie}/rpc/${$}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t.clientToken}`},body:H!=null?JSON.stringify(H):void 0,signal:R!=null&&R.timeout?AbortSignal.timeout(R.timeout):void 0});if(P.status===401)throw y(!0),new Error("Unauthorized");const X=await P.json();return G(X),console.log(`[HOST/${ee}] ← ${$}`,X),X}async function fe(){if(!c.current)throw new Error("Not connected");const ie=`host.${t.hostId}.rpc.${$}`,ee={...H??{},clientToken:t.clientToken},P=T.current.encode(JSON.stringify(ee));console.log(`[HOST/NATS] → ${$}`,H??"");const X=await c.current.request(ie,P,{timeout:(R==null?void 0:R.timeout)??1e4}),ae=JSON.parse(T.current.decode(X.data));return G(ae),console.log(`[HOST/NATS] ← ${$}`,ae),ae}if(q)return J(t.directUrl,"HTTP");if(F&&t.lanUrl)try{return await J(t.lanUrl,"LAN")}catch(ie){if(ie instanceof Error&&ie.message==="Unauthorized")throw ie;console.log("[HOST/LAN] failed, falling back to NATS:",ie),S(!1)}return fe()},[t,q,F]),W=j.useCallback(($,H)=>{if(q)return z.current.add(H),()=>{z.current.delete(H)};if(c.current){const R=c.current.subscribe(`host-event.${$}.>`);let G=!1;return(async()=>{try{for await(const J of R){if(G)break;H({subject:J.subject,data:J.data})}}catch{}})(),()=>{G=!0,R.unsubscribe()}}return()=>{}},[t,q]);return b.jsx(Rx.Provider,{value:{connected:B,mode:oe,nc:r,request:L,subscribeEvents:W,activeHost:t,unauthorized:m},children:e})}function si(){const e=j.useContext(Rx);if(!e)throw new Error("useHostConnection must be used within HostConnectionProvider");return e}const mn=Xn.isNativePlatform()?ys("Device"):null;function yE(e,t){const r=new Date(e),s=new Date,l=r.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit",timeZone:t}),u={year:"numeric",month:"2-digit",day:"2-digit",timeZone:t};return r.toLocaleDateString(void 0,u)===s.toLocaleDateString(void 0,u)?l:`${r.toLocaleDateString(void 0,{month:"short",day:"numeric",timeZone:t})} ${l}`}function Id(){const{activeHost:e}=si(),t=e.timezone;return j.useCallback(r=>yE(r,t),[t])}function bE(e){const t=new Intl.DateTimeFormat("en-CA",{timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",hour12:!1}).formatToParts(new Date),r=s=>{var l;return((l=t.find(u=>u.type===s))==null?void 0:l.value)??""};return{date:`${r("year")}-${r("month")}-${r("day")}`,time:`${r("hour")}:${r("minute")}`}}const Mx={};function xE(e){for(const t of e)Mx[t.key]=t.label}function hd(e){return Mx[e]??e}const vE=()=>window.matchMedia("(max-width: 600px)").matches;function wE({task:e,lastEvent:t,onEdit:r,onDelete:s,onViewRun:l}){var P;const{request:u,activeHost:c}=si(),f=Id(),d=c.timezone,[m,y]=j.useState(!1),[g,x]=j.useState(!1),[w,S]=j.useState(!1),T=j.useRef(null),z=(t==null?void 0:t.running_state)==="started",D=(((P=e.schedule_values)==null?void 0:P.length)??0)>0,q=e.schedule_type==="on_new_notification"||e.schedule_type==="on_new_sms",oe=!!e.schedule_enabled&&!!e.schedule_type&&(D||q)?z?"var(--color-success)":(t==null?void 0:t.running_state)==="failed"?"var(--color-error)":"var(--color-success)":"var(--color-text-secondary)";j.useEffect(()=>{if(!g)return;function X(ae){T.current&&!T.current.contains(ae.target)&&x(!1)}return document.addEventListener("mousedown",X),()=>document.removeEventListener("mousedown",X)},[g]);function B(){vE()?S(!0):x(X=>!X)}function L(){x(!1),S(!1)}async function W(){if(L(),!!confirm("Abort this task?")){y(!0);try{await u("task.abort",{id:e.id})}catch(X){console.error("Abort failed:",X)}finally{y(!1)}}}async function $(){L();try{const X=await u("task.run",{id:e.id});l(e.id,X.run_id)}catch(X){console.error("Run failed:",X)}}async function H(){if(L(),!!confirm("Delete this task? Results and reports will be kept."))try{await u("task.delete",{id:e.id}),s(e.id)}catch(X){console.error("Delete failed:",X)}}const R={started:"Started",finished:"Finished",aborted:"Aborted",failed:"Failed"};function G(X,ae){if(X==="specific_times"){const Ge=new Date(ae);return{kind:"specific_times",detail:isNaN(Ge.getTime())?ae:`${Ge.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric",timeZone:d})} at ${Ge.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit",timeZone:d})}`}}const pe=ae.split(" ");if(pe.length!==5)return{kind:"unknown",detail:ae};const[M,E,K,,A]=pe,be=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];if(E==="*")return{kind:"hourly",detail:""};const je=Number(E),_e=Number(M),Me=je===0?12:je>12?je-12:je,Ie=je>=12?"PM":"AM",ke=`${Me}:${String(_e).padStart(2,"0")} ${Ie}`;return A!=="*"?{kind:"weekly",detail:`${be[Number(A)]??A} at ${ke}`}:K!=="*"?{kind:"monthly",detail:`day ${K} at ${ke}`}:{kind:"daily",detail:ke}}function J(X,ae){const pe=G(X,ae);return pe.kind==="hourly"?"Every hour":pe.kind==="specific_times"?`Once on ${pe.detail}`:`${pe.kind.charAt(0).toUpperCase()+pe.kind.slice(1)}: ${pe.detail}`}function fe(X,ae){if(!X)return"";if(X==="on_new_notification")return"On new notification";if(X==="on_new_sms")return"On new SMS";if(!ae||ae.length===0)return"";if(ae.length===1)return J(X,ae[0]);const pe=ae.map(E=>G(X,E));if(new Set(pe.map(E=>E.kind)).size===1){const E=pe[0].kind;if(E==="hourly")return"Every hour";const K=pe.map(A=>A.detail);return`${E.charAt(0).toUpperCase()+E.slice(1)}: ${K.join(", ")}`}return ae.map(E=>J(X,E)).join(", ")}const ie=fe(e.schedule_type,e.schedule_values),ee=b.jsxs(b.Fragment,{children:[b.jsxs("button",{onClick:()=>{L(),r(e)},children:[b.jsx("span",{className:"menu-icon",children:"✎"}),"Edit"]}),b.jsxs("button",{onClick:()=>{L(),l(e.id)},children:[b.jsx("span",{className:"menu-icon",children:"📄"}),"View All Runs"]}),z?b.jsxs("button",{className:"menu-item-danger",onClick:W,disabled:m,children:[b.jsx("span",{className:"menu-icon",children:"◼"}),"Abort"]}):b.jsxs(b.Fragment,{children:[b.jsxs("button",{onClick:$,children:[b.jsx("span",{className:"menu-icon",children:"▶"}),"Run Now"]}),b.jsxs("button",{className:"menu-item-danger",onClick:H,children:[b.jsx("span",{className:"menu-icon",children:"🗑"}),"Delete"]})]})]});return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"task-card",onClick:()=>l(e.id,"latest"),children:[b.jsxs("div",{className:"task-card-header",children:[b.jsxs("div",{className:"task-card-title-row",children:[z?b.jsx("span",{className:"status-spinner",children:b.jsx("span",{})}):b.jsx("span",{className:"status-dot",style:{backgroundColor:oe}}),b.jsx("h3",{className:"task-card-name",children:e.name||e.user_prompt})]}),b.jsx("div",{className:"task-card-actions",onClick:X=>X.stopPropagation(),children:b.jsxs("div",{className:"task-card-menu",ref:T,children:[b.jsx("button",{className:"task-card-menu-btn",onClick:B,"aria-label":"Task actions",children:"⋮"}),g&&b.jsx("div",{className:"task-card-menu-dropdown",children:ee})]})})]}),b.jsxs("div",{className:"task-card-meta",children:[e.agent&&b.jsx("span",{className:"task-card-agent",children:hd(e.agent)}),t&&R[t.running_state]&&b.jsxs("span",{className:"task-card-last-event",children:[R[t.running_state]," ",f(t.time_stamp)]}),e.schedule_type&&(D||q)&&b.jsx("span",{className:"task-card-triggers",children:e.schedule_enabled?ie:"Schedule disabled"})]})]}),w&&ds.createPortal(b.jsx("div",{className:"bottom-sheet-overlay",onClick:()=>S(!1),children:b.jsxs("div",{className:"bottom-sheet",onClick:X=>X.stopPropagation(),children:[b.jsx("div",{className:"bottom-sheet-handle"}),b.jsx("div",{className:"bottom-sheet-title",children:e.name||e.user_prompt}),b.jsx("div",{className:"bottom-sheet-actions",children:ee})]})}),document.body)]})}function SE({permissions:e}){return b.jsxs("div",{className:"permissions-dialog",children:[b.jsx("h2",{children:"Granted Permissions"}),b.jsx("div",{className:"permissions-dialog-scroll",children:e&&e.length>0?b.jsx("div",{className:"permissions-section",children:b.jsx("ul",{className:"permissions-list",children:e.map((t,r)=>b.jsxs("li",{className:"permission-item",children:[b.jsx("span",{className:"permission-tool",children:t.name}),b.jsx("span",{className:"permission-desc",children:t.description})]},r))})}):b.jsx("p",{className:"permissions-empty",children:"No permissions have been granted for this task."})}),b.jsx("div",{className:"permissions-dialog-actions",children:b.jsx("button",{className:"btn btn-secondary",onClick:()=>history.back(),children:"Back"})})]})}const ra=[];function _E(){const e=ra.pop();e&&(e.pushed.current=!1,e.close())}let H0=!1;function kE(){H0||(H0=!0,window.addEventListener("popstate",_E))}function dd(e,t){const r=j.useRef(!1),s=j.useRef(t);s.current=t;const l=j.useCallback(()=>s.current(),[]),u=j.useRef({close:l,pushed:r});u.current.close=l,j.useEffect(()=>{if(e&&!r.current)kE(),history.pushState({modal:!0},""),ra.push(u.current),r.current=!0;else if(!e&&r.current){r.current=!1;const c=ra.indexOf(u.current);c!==-1&&ra.splice(c,1),history.back()}},[e,l]),j.useEffect(()=>{const c=u.current;return()=>{if(r.current){r.current=!1;const f=ra.indexOf(c);f!==-1&&ra.splice(f,1),history.back()}}},[])}const EE=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],CE=["specific_times","hourly","daily","weekly","monthly"];function mu(e){return CE.includes(e)}function AE(e){return e==="on_new_notification"||e==="on_new_sms"}function ti(e="daily"){return{schedule:e,time:"00:00",dayOfWeek:"1",dayOfMonth:"1",onceDate:"",onceTime:"00:00"}}function jE(e){const t=e.split(" ");if(t.length!==5)return ti();const[r,s,l,,u]=t;if(s==="*")return ti("hourly");const c=`${s.padStart(2,"0")}:${r.padStart(2,"0")}`;return u!=="*"?{...ti("weekly"),time:c,dayOfWeek:u}:l!=="*"?{...ti("monthly"),time:c,dayOfMonth:l}:{...ti("daily"),time:c}}function Dx(e,t){if(e==="specific_times"){const[r,s]=t.split("T");return{...ti("specific_times"),onceDate:r??"",onceTime:(s??"09:00").slice(0,5)}}return jE(t)}function TE(e){const[t,r]=e.time.split(":").map(Number);switch(e.schedule){case"hourly":return"0 * * * *";case"daily":return`${r} ${t} * * *`;case"weekly":return`${r} ${t} * * ${e.dayOfWeek}`;case"monthly":return`${r} ${t} ${e.dayOfMonth} * *`;default:return"0 * * * *"}}function NE(e){return e.schedule==="specific_times"?e.onceDate?`${e.onceDate}T${e.onceTime}`:null:TE(e)}function Th(e){return e==="specific_times"?"specific_times":e==="on_new_notification"?"on_new_notification":e==="on_new_sms"?"on_new_sms":"crons"}function Nh(e){var s;if(!e)return"daily";if(e.command)return"command";const t=e.schedule_type;if(t==="on_new_notification"||t==="on_new_sms")return t;if(t!=="crons"&&t!=="specific_times")return"ondemand";const r=(s=e.schedule_values)==null?void 0:s[0];return r?Dx(t,r).schedule:"ondemand"}function OE({initial:e,agents:t,hostPlatform:r,isNotificationListener:s,onSaved:l,onRun:u,onCancel:c}){var dt;const{request:f,activeHost:d}=si(),{setHostLastAgent:m}=Hi(),y=()=>{var Re;const xe=d.lastAgent,He=t.map(At=>At.key);return xe&&He.includes(xe)?xe:((Re=t[0])==null?void 0:Re.key)??""},[g,x]=j.useState((e==null?void 0:e.user_prompt)??""),[w,S]=j.useState((e==null?void 0:e.agent)??y()),T=!!((dt=e==null?void 0:e.permissions)!=null&&dt.length),[z,D]=j.useState(!1),q=j.useCallback(()=>D(!1),[]);dd(z,q);const[F,oe]=j.useState(null),[B,L]=j.useState(()=>Nh(e)),[W,$]=j.useState(()=>{const xe=e==null?void 0:e.schedule_type,He=e==null?void 0:e.schedule_values;if(He&&(xe==="crons"||xe==="specific_times"))return He.map(At=>Dx(xe,At));const Re=Nh(e);return mu(Re)?[ti(Re)]:[]}),[H,R]=j.useState((e==null?void 0:e.requires_confirmation)??!1),[G,J]=j.useState(e!=null&&e.schedule_type?e.schedule_enabled??!0:!0),[fe,ie]=j.useState((e==null?void 0:e.yolo_mode)??!1),[ee,P]=j.useState((e==null?void 0:e.foreground_mode)??!1),[X,ae]=j.useState((e==null?void 0:e.command)??""),[pe,M]=j.useState(!1),E=(e==null?void 0:e.schedule_type)==="on_new_notification"&&e.schedule_values&&e.schedule_values.length>0?e.schedule_values[0]:"",[K,A]=j.useState(E),[be,je]=j.useState([]),[_e,Me]=j.useState(!1),[Ie,ke]=j.useState(!1),[Ge,Ft]=j.useState(""),ze=j.useCallback(()=>ke(!1),[]);dd(Ie,ze),j.useEffect(()=>{if(B!=="on_new_notification"||!s||!Xn.isNativePlatform()||!mn)return;let xe=!1;return Me(!0),mn.getInstalledApps().then(({apps:He})=>{if(xe)return;const Re="com.palmier.app",At=He.filter(Lt=>Lt.packageName!==Re).sort((Lt,xn)=>(Lt.appName||Lt.packageName).localeCompare(xn.appName||xn.packageName));je(At)}).catch(()=>{}).finally(()=>{xe||Me(!1)}),()=>{xe=!0}},[B,s]);const Ae=(e==null?void 0:e.schedule_type)==="on_new_sms"&&e.schedule_values&&e.schedule_values.length>0?e.schedule_values[0]:"",[Le,nt]=j.useState(Ae),Ve=j.useRef(null),Je=mu(B),We=B==="command",Fe=AE(B),et=t.find(xe=>xe.key===w),ft=!!(et!=null&&et.supportsYolo);j.useEffect(()=>{!ft&&fe&&ie(!1)},[ft,fe]);const ht=!!e,Wt=Nh(e),$e=!ht||g!==((e==null?void 0:e.user_prompt)??"")||w!==((e==null?void 0:e.agent)??"")||B!==Wt||H!==((e==null?void 0:e.requires_confirmation)??!1)||G!==(e!=null&&e.schedule_type?e.schedule_enabled??!0:!0)||fe!==((e==null?void 0:e.yolo_mode)??!1)||ee!==((e==null?void 0:e.foreground_mode)??!1)||We&&X!==((e==null?void 0:e.command)??"")||Je&&(JSON.stringify(bn())!==JSON.stringify((e==null?void 0:e.schedule_values)??[])||Th(B)!==((e==null?void 0:e.schedule_type)??void 0))||Fe&&B!==(e==null?void 0:e.schedule_type)||B==="on_new_notification"&&K.trim()!==E.trim()||B==="on_new_sms"&&Le.trim()!==Ae.trim(),yn=bE(d.timezone),ce=Je&&W.some(xe=>xe.schedule==="specific_times"&&(!xe.onceDate||xe.onceDate<yn.date||xe.onceDate===yn.date&&(xe.onceTime??"")<=yn.time)),we=$e&&!!g.trim()&&!ce&&(!We||!!X.trim())&&(!Je||W.length>0);function Ue(xe,He){$(Re=>Re.map((At,Lt)=>Lt===xe?{...At,...He}:At))}function Ke(xe){$(He=>He.filter((Re,At)=>At!==xe))}function ut(){mu(B)&&$(xe=>[...xe,xe.length>0?{...xe[xe.length-1]}:ti(B)])}function ln(xe){L(xe),mu(xe)?$([ti(xe)]):($([]),R(!1)),xe==="command"?setTimeout(()=>{var He;return(He=Ve.current)==null?void 0:He.focus()},0):ae(""),xe!=="on_new_notification"&&A(E),xe!=="on_new_sms"&&nt(Ae)}function bn(){return W.flatMap(xe=>{const He=NE(xe);return He?[He]:[]})}function en(){return fe?confirm(`Yolo mode is enabled. The agent will auto-approve all tool calls — it can read, write, delete files, run arbitrary commands, and access the network without asking for permission.
89
+
90
+ Are you sure you want to continue?`):!0}async function xt(){M(!0),oe(null);try{const xe=Je?bn():B==="on_new_notification"&&K.trim()?[K.trim()]:B==="on_new_sms"&&Le.trim()?[Le.trim()]:[],He=Je||Fe?Th(B):null,Re={user_prompt:g,agent:w,schedule_type:He,schedule_values:xe.length>0?xe:null,schedule_enabled:B==="ondemand"?!0:G,requires_confirmation:Je?H:!1,yolo_mode:fe,foreground_mode:ee,command:We?X:""};ht&&(Re.id=e.id);const Lt=await f(ht?"task.update":"task.create",Re,{timeout:45e3});if(Lt.error){oe(Lt.error);return}if(ht||m(d.hostId,w),We&&!ht){l(Lt);try{const xn=await f("task.run",{id:Lt.id});xn.run_id?u(Lt.id,xn.run_id):xn.error||u(Lt.id)}catch{}return}l(Lt)}catch(xe){oe(xe instanceof Error?xe.message:String(xe))}finally{M(!1)}}const $t=ht?"Save":We?"Run":(Je||Fe)&&G?"Schedule":"Save";return b.jsxs("div",{className:"task-form-overlay",children:[b.jsx("div",{className:"task-form",children:z?b.jsx(SE,{permissions:e==null?void 0:e.permissions}):b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"task-form-header",children:b.jsx("h2",{children:e?"Edit Task":"New Task"})}),F&&b.jsx("div",{className:"form-error",children:F}),b.jsx("textarea",{autoFocus:!e,className:"form-textarea",value:g,onChange:xe=>x(xe.target.value),placeholder:We?"If the input email contains an event, create a calendar entry for it.":"Research today's top AI news and write a summary.",rows:4,disabled:pe}),b.jsxs("div",{className:"plan-actions",children:[b.jsxs("div",{className:"agent-picker-section-inline",children:[b.jsx("span",{className:"agent-picker-label",children:"Run with"}),b.jsx("select",{className:"form-select form-select-sm",value:w,onChange:xe=>S(xe.target.value),disabled:pe,children:t.map(xe=>b.jsx("option",{value:xe.key,children:xe.label},xe.key))})]}),ft&&b.jsxs("label",{className:"yolo-inline",style:{marginLeft:"auto"},children:[b.jsx("input",{type:"checkbox",checked:fe,onChange:xe=>ie(xe.target.checked),disabled:pe}),"Yolo"]}),ft&&fe&&b.jsx("p",{className:"yolo-warning",children:"The agent will auto-approve all tool calls without asking for permission."}),T&&b.jsx("div",{className:"granted-permissions-row",children:b.jsx("button",{className:"btn btn-link",onClick:()=>D(!0),children:"Granted Permissions"})})]}),b.jsx("div",{className:"toggles-group",children:b.jsxs("div",{className:"schedule-section",children:[b.jsxs("h3",{className:"schedule-section-title",children:["Schedule ",b.jsx("span",{className:"schedule-section-hint",children:"based on host time"})]}),b.jsxs("select",{className:"form-select",value:B,onChange:xe=>ln(xe.target.value),disabled:pe,children:[b.jsx("option",{value:"ondemand",children:"On Demand"}),b.jsx("option",{value:"specific_times",children:"Specific Times"}),b.jsx("option",{value:"hourly",children:"Hourly"}),b.jsx("option",{value:"daily",children:"Daily"}),b.jsx("option",{value:"weekly",children:"Weekly"}),b.jsx("option",{value:"monthly",children:"Monthly"}),b.jsx("option",{value:"on_new_notification",children:"On New Notification"}),b.jsx("option",{value:"on_new_sms",children:"On New SMS"}),b.jsx("option",{value:"command",children:"Command-triggered"})]}),Fe&&b.jsxs("div",{className:"schedule-reactive",children:[b.jsxs("p",{className:"command-help-text",children:[B==="on_new_notification"?"Runs each time a new push notification arrives on the paired Android device.":"Runs each time a new SMS arrives on the paired Android device."," ","The triggering payload is spliced into your task prompt — reference it as “the new ",B==="on_new_notification"?"notification":"SMS","”."]}),B==="on_new_notification"&&(()=>{const xe=be.find(Re=>Re.packageName===K),He=(xe==null?void 0:xe.appName)||K;return b.jsxs(b.Fragment,{children:[s?K.trim()?b.jsxs("div",{className:"app-filter-selected",children:[b.jsx("span",{className:"app-filter-selected-name",children:He}),(xe==null?void 0:xe.appName)&&b.jsx("span",{className:"app-filter-selected-pkg",children:xe.packageName}),b.jsx("button",{type:"button",className:"app-filter-selected-clear",onClick:()=>A(""),"aria-label":"Clear app filter",disabled:pe,children:"✕"})]}):b.jsx("button",{type:"button",className:"btn btn-link app-filter-trigger",onClick:()=>{Ft(""),ke(!0)},disabled:pe,children:"Select app"}):b.jsx("input",{className:"form-input",type:"text",value:K,onChange:Re=>A(Re.target.value),placeholder:"App (optional), e.g. com.google.android.gm",disabled:pe}),b.jsx("p",{className:"command-help-text app-filter-help",children:K.trim()?`Only notifications from ${He} will trigger this task.`:"Every notification from your device triggers this task."})]})})(),B==="on_new_sms"&&b.jsxs(b.Fragment,{children:[b.jsx("input",{className:"form-input",type:"text",value:Le,onChange:xe=>nt(xe.target.value),placeholder:"From (optional), e.g. +1 555-1234)",disabled:pe}),b.jsx("p",{className:"command-help-text app-filter-help",children:Le.trim()?`Only SMS from ${Le.trim()} will trigger this task. Formatting (spaces, dashes, parens) is ignored.`:"Every SMS that arrives on your device triggers this task."})]})]}),We&&b.jsxs("div",{className:"schedule-reactive",children:[b.jsx("p",{className:"command-help-text",children:"Runs a command and invokes the task for each line of output. Use “the input” in your task description to reference each line."}),b.jsx("input",{ref:Ve,className:"form-input form-input-mono",type:"text",value:X,onChange:xe=>ae(xe.target.value),placeholder:"gws gmail +watch --project my-project",disabled:pe})]}),Je&&B!=="hourly"&&b.jsxs(b.Fragment,{children:[W.map((xe,He)=>b.jsxs("div",{className:"trigger-row-card",children:[b.jsxs("div",{className:"trigger-row-content",children:[B==="daily"&&b.jsx("input",{className:"form-input",type:"time",value:xe.time,onChange:Re=>Ue(He,{time:Re.target.value})}),B==="weekly"&&b.jsxs("div",{className:"trigger-row-top",children:[b.jsx("select",{className:"form-select",value:xe.dayOfWeek,onChange:Re=>Ue(He,{dayOfWeek:Re.target.value}),children:EE.map((Re,At)=>b.jsx("option",{value:String(At),children:Re},At))}),b.jsx("input",{className:"form-input",type:"time",value:xe.time,onChange:Re=>Ue(He,{time:Re.target.value})})]}),B==="monthly"&&b.jsxs("div",{className:"trigger-row-top",children:[b.jsx("select",{className:"form-select",value:xe.dayOfMonth,onChange:Re=>Ue(He,{dayOfMonth:Re.target.value}),children:Array.from({length:28},(Re,At)=>At+1).map(Re=>b.jsxs("option",{value:String(Re),children:["Day ",Re]},Re))}),b.jsx("input",{className:"form-input",type:"time",value:xe.time,onChange:Re=>Ue(He,{time:Re.target.value})})]}),B==="specific_times"&&b.jsxs("div",{className:"trigger-row-top",children:[b.jsx("input",{className:"form-input",type:"date",value:xe.onceDate,min:yn.date,onChange:Re=>Ue(He,{onceDate:Re.target.value})}),b.jsx("input",{className:"form-input",type:"time",value:xe.onceTime,min:xe.onceDate===yn.date?yn.time:void 0,onChange:Re=>Ue(He,{onceTime:Re.target.value})})]})]}),W.length>1&&b.jsx("button",{className:"trigger-remove-btn",onClick:()=>Ke(He),title:"Remove trigger",children:"×"})]},He)),b.jsx("button",{className:"trigger-add-btn",onClick:ut,children:"+ Add"})]}),r==="win32"&&b.jsxs("label",{className:"toggle-label",children:[b.jsx("input",{type:"checkbox",checked:ee,onChange:xe=>P(xe.target.checked),disabled:pe}),"Run in the foreground (host must login to Windows)"]}),Je&&b.jsxs("label",{className:"toggle-label",children:[b.jsx("input",{type:"checkbox",checked:H,onChange:xe=>R(xe.target.checked),disabled:pe}),"Confirm before each run"]}),B!=="ondemand"&&b.jsxs("label",{className:"toggle-label",children:[b.jsx("input",{type:"checkbox",checked:G,onChange:xe=>J(xe.target.checked),disabled:pe}),"Enabled"]})]})}),!fe&&et&&!et.supportsPermissions&&b.jsxs("div",{className:"form-warning",children:["Palmier does not support runtime permission granting for ",et.label,". The task may fail if required permissions are not pre-configured."]}),b.jsxs("div",{className:"form-actions",children:[b.jsxs("button",{className:"btn btn-primary",onClick:()=>en()&&xt(),disabled:!we||pe,children:[pe&&b.jsx("span",{className:"btn-spinner"}),$t]}),b.jsx("button",{className:"btn btn-secondary",onClick:()=>{$e&&g.trim()&&!confirm("You have unsaved changes. Discard?")||c()},style:{marginLeft:"auto"},children:"Cancel"})]})]})}),Ie&&(()=>{const xe=Ge.trim().toLowerCase(),He=xe?be.filter(Re=>Re.packageName.toLowerCase().includes(xe)||Re.appName.toLowerCase().includes(xe)):be;return b.jsx("div",{className:"app-filter-overlay",onClick:ze,children:b.jsxs("div",{className:"app-filter-dialog",onClick:Re=>Re.stopPropagation(),children:[b.jsxs("div",{className:"app-filter-header",children:[b.jsx("h2",{children:"Select app"}),b.jsx("button",{className:"app-filter-close",onClick:ze,"aria-label":"Close",children:b.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:b.jsx("path",{d:"M4 4L12 12M12 4L4 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),b.jsx("input",{className:"form-input app-filter-search",type:"text",value:Ge,onChange:Re=>Ft(Re.target.value),onKeyDown:Re=>{Re.key==="Enter"&&Ge.trim()&&(A(Ge.trim()),ze())},placeholder:"Search or type a package name",autoFocus:!0}),b.jsxs("ul",{className:"app-filter-list",children:[_e&&be.length===0?Array.from({length:6}).map((Re,At)=>b.jsx("li",{className:"app-filter-row app-filter-skeleton",children:b.jsx("div",{className:"app-filter-skeleton-bar"})},`sk-${At}`)):He.length===0&&!Ge.trim()?b.jsx("li",{className:"app-filter-empty",children:"No apps"}):He.map(Re=>b.jsx("li",{className:"app-filter-row",onClick:()=>{A(Re.packageName),ze()},children:b.jsxs("div",{className:"app-filter-row-labels",children:[b.jsx("div",{className:"app-filter-row-name",children:Re.appName||Re.packageName}),Re.appName&&b.jsx("div",{className:"app-filter-row-pkg",children:Re.packageName})]})},Re.packageName)),Ge.trim()&&b.jsx("li",{className:"app-filter-row",onClick:()=>{A(Ge.trim()),ze()},children:b.jsx("div",{className:"app-filter-row-labels",children:b.jsx("div",{className:"app-filter-row-name",children:Ge.trim()})})})]})]})})})()]})}function Lx({pullDistance:e,refreshing:t,threshold:r}){const s=e>0||t,l=e>=r;return b.jsx("div",{className:"pull-to-refresh",style:{transform:`translateY(${e}px)`,opacity:s?Math.min(1,e/30):0},"aria-hidden":!s,children:b.jsx("div",{className:"pull-to-refresh-badge",children:t?b.jsx("div",{className:"spinner"}):b.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.25",strokeLinecap:"round",strokeLinejoin:"round",style:{transform:l?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.15s"},children:[b.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),b.jsx("polyline",{points:"19 12 12 19 5 12"})]})})})}function zx({onRefresh:e,threshold:t=70,maxPull:r=110,enabled:s=!0}){const[l,u]=j.useState(0),[c,f]=j.useState(!1),d=j.useRef(null),m=j.useRef(!1),y=j.useRef(0),g=j.useRef(!1),x=j.useRef(e);return j.useEffect(()=>{x.current=e}),j.useEffect(()=>{if(!s)return;const w=z=>{if(g.current||window.scrollY>0){d.current=null;return}d.current=z.touches[0].clientY,m.current=!1,y.current=0},S=z=>{if(g.current||d.current==null)return;const D=z.touches[0].clientY-d.current;if(D<=0){m.current=!1,y.current=0,u(0);return}m.current=!0;const q=Math.min(r,D*.5);y.current=q,u(q),z.cancelable&&z.preventDefault()},T=()=>{if(!m.current){d.current=null,u(0);return}const z=y.current;d.current=null,m.current=!1,y.current=0,z>=t?(g.current=!0,f(!0),u(t),Promise.resolve(x.current()).catch(()=>{}).finally(()=>{g.current=!1,f(!1),u(0)})):u(0)};return window.addEventListener("touchstart",w,{passive:!0}),window.addEventListener("touchmove",S,{passive:!1}),window.addEventListener("touchend",T,{passive:!0}),window.addEventListener("touchcancel",T,{passive:!0}),()=>{window.removeEventListener("touchstart",w),window.removeEventListener("touchmove",S),window.removeEventListener("touchend",T),window.removeEventListener("touchcancel",T)}},[s,t,r]),{pullDistance:l,refreshing:c,threshold:t}}function RE({connected:e,hostId:t,request:r,subscribeEvents:s,agents:l,hostPlatform:u,isNotificationListener:c,onViewRun:f}){const[d,m]=j.useState([]),[y,g]=j.useState(!1),[x,w]=j.useState(null),[S,T]=j.useState(new Map),[z,D]=j.useState(!1),[q,F]=j.useState(void 0),oe=j.useCallback(()=>{D(!1),F(void 0)},[]),B=j.useCallback(async()=>{if(e){g(!0),w(null);try{const R=(await r("task.list")).tasks??[],G=new Map;for(const J of R)J.status&&G.set(J.id,J.status);T(G),m(R)}catch(H){const R=H instanceof Error?H.message:String(H);R==="Not connected"||R.includes("503")||R.toLowerCase().includes("no responders")?w(null):w(R),m([])}finally{g(!1)}}},[e,t,r]);j.useEffect(()=>{e?B():(m([]),g(!1))},[e,t,B]);const L=zx({onRefresh:B,enabled:e});j.useEffect(()=>!e||!t?void 0:s(t,async R=>{const G=R.subject.split(".");if(G.length<3)return;const J=G.slice(2).join(".");let fe={};try{fe=JSON.parse(new TextDecoder().decode(R.data))}catch{return}const ie=fe.event_type;if(!(ie!=="running-state"&&ie!=="permission-resolved"))try{const ee=await r("task.status",{id:J},{timeout:5e3});if(ee.error)return;T(P=>{const X=new Map(P);return X.set(J,ee),X})}catch{}}),[e,t,s,r]);function W(H){m(R=>{const G=R.findIndex(J=>J.id===H.id);if(G>=0){const J=[...R];return J[G]=H,J}return[H,...R]}),D(!1),F(void 0)}function $(H){m(R=>R.filter(G=>G.id!==H)),T(R=>{const G=new Map(R);return G.delete(H),G})}return b.jsxs(b.Fragment,{children:[b.jsx(Lx,{pullDistance:L.pullDistance,refreshing:L.refreshing,threshold:L.threshold}),x&&b.jsxs("div",{className:"form-error",children:[x,x.toLowerCase().includes("failed to fetch")&&b.jsxs(b.Fragment,{children:[" ",b.jsx("a",{href:"#",onClick:H=>{H.preventDefault(),window.location.reload()},children:"Reload"})]})]}),y&&!d.length?b.jsx("div",{className:"task-list",children:[0,1,2].map(H=>b.jsxs("div",{className:"task-card",style:{pointerEvents:"none"},children:[b.jsx("div",{className:"task-card-header",children:b.jsxs("div",{className:"task-card-title-row",children:[b.jsx("div",{className:"skeleton-line",style:{width:10,height:10,borderRadius:"50%"}}),b.jsx("div",{className:"skeleton-line",style:{width:`${60+H*12}%`}})]})}),b.jsxs("div",{className:"task-card-meta",children:[b.jsx("div",{className:"skeleton-line",style:{width:"30%"}}),b.jsx("div",{className:"skeleton-line",style:{width:"25%"}})]})]},H))}):d.length===0?b.jsxs("div",{className:"empty-state",children:[b.jsx("p",{className:"empty-state-text",children:"No tasks yet"}),b.jsx("p",{className:"empty-state-hint",children:"Tap the + button to create your first task."})]}):b.jsx("div",{className:"task-list",children:d.map(H=>b.jsx(wE,{task:H,lastEvent:S.get(H.id),onEdit:async R=>{try{const G=await r("task.get",{id:R.id});F(G.error?R:G)}catch{F(R)}D(!0)},onDelete:$,onViewRun:f},H.id))}),b.jsx("button",{className:"fab",onClick:()=>{F(void 0),D(!0)},"aria-label":"New task",title:"New task",children:b.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),b.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})}),z&&b.jsx(OE,{initial:q,agents:l,hostPlatform:u,isNotificationListener:c,onSaved:W,onRun:f,onCancel:oe})]})}let ha=null;function I0(e){ha&&(e.preventDefault(),e.returnValue="")}function Oh(e){const t=!!ha;ha=e;const r=!!ha;r&&!t?window.addEventListener("beforeunload",I0):!r&&t&&window.removeEventListener("beforeunload",I0)}function ps(){return ha?window.confirm(ha):!0}function ME(){const e=Mr(),t=cr(),{hostId:r}=$u(),s=t.pathname.endsWith("/tasks"),l=!s;function u(c){ps()&&r&&e(`/hosts/${encodeURIComponent(r)}${c}`)}return b.jsxs(b.Fragment,{children:[b.jsxs("button",{className:`tab-btn ${l?"tab-btn-active":""}`,onClick:()=>u(""),children:[b.jsx("svg",{className:"tab-icon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:b.jsx("path",{d:"M2 8H4.5L6 4L8 12L10 6L11.5 8H14"})}),"Sessions"]}),b.jsxs("button",{className:`tab-btn ${s?"tab-btn-active":""}`,onClick:()=>u("/tasks"),children:[b.jsxs("svg",{className:"tab-icon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("rect",{x:"2",y:"2",width:"12",height:"12",rx:"2"}),b.jsx("path",{d:"M5.5 8L7 9.5L10.5 6"})]}),"Tasks"]})]})}function Ux(e){const[t,r]=j.useState(()=>window.matchMedia(e).matches);return j.useEffect(()=>{const s=window.matchMedia(e),l=u=>r(u.matches);return s.addEventListener("change",l),r(s.matches),()=>s.removeEventListener("change",l)},[e]),t}const ku=Xn.isNativePlatform(),DE=["Device","Data","Messaging"],LE=[{capability:"sms-read",label:"Read SMS",group:"Messaging"},{capability:"sms-send",label:"Send SMS",group:"Messaging"},{capability:"send-email",label:"Prompt Email to Send",group:"Messaging"},{capability:"notifications",label:"Notifications from Other Apps",group:"Data"},{capability:"contacts",label:"Manage Contacts",group:"Data"},{capability:"calendar",label:"Manage Calendar",group:"Data"},{capability:"location",label:"Get Location",group:"Device"},{capability:"dnd",label:"Set Ringer Mode",group:"Device"},{capability:"alarm",label:"Trigger Alarms",group:"Device"}];async function zE(){if(!ku||!mn)return new Set;try{const{capabilities:e}=await mn.getCapabilityStatus();return new Set(e.filter(t=>t.enabled).map(t=>t.name))}catch{return new Set}}function Bx({onChange:e,confirmDisable:t=!1}){const[r,s]=j.useState(new Map),[l,u]=j.useState(null),[c,f]=j.useState(null),d=j.useCallback(async()=>{if(!(!ku||!mn))try{const{capabilities:S}=await mn.getCapabilityStatus(),T=new Map;for(const z of S)T.set(z.name,z);s(T),e==null||e(new Set(S.filter(z=>z.enabled).map(z=>z.name)))}catch(S){console.error("Failed to read capability status:",S)}},[e]);j.useEffect(()=>{d()},[d]),j.useEffect(()=>{if(!ku)return;const S=fd.addListener("resume",d);return()=>{S.then(T=>T.remove())}},[d]);async function m(S,T){if(mn){u(S.capability);try{const z=await mn.setCapabilityEnabled({capability:S.capability,enabled:T});!z.enabled&&z.reason==="no-email-client"&&alert("No email app is installed on this device. Install one (e.g. Gmail) before enabling Send Email."),await d()}catch(z){console.error(`Failed to toggle ${S.capability}:`,z)}finally{u(null)}}}function y(S){const T=r.get(S.capability);if(T){if(T.enabled&&t){f(S);return}m(S,!T.enabled)}}function g(){const S=c;S&&(f(null),m(S,!1))}if(!ku)return null;const x=DE.map(S=>({group:S,items:LE.filter(T=>{const z=r.get(T.capability);return T.group===S&&(z==null?void 0:z.supported)})})).filter(S=>S.items.length>0);if(x.length===0)return b.jsx("div",{className:"capability-toggles-loading",children:b.jsx("span",{className:"spinner"})});const w=c&&ds.createPortal(b.jsx("div",{className:"confirm-modal-overlay",onClick:()=>f(null),children:b.jsxs("div",{className:"confirm-modal",onClick:S=>S.stopPropagation(),children:[b.jsxs("h2",{className:"confirm-modal-title",children:["Disable ",c.label,"?"]}),b.jsxs("p",{className:"confirm-modal-message",children:["All hosts linked to this device will no longer be able to use ",c.label,"."]}),b.jsxs("div",{className:"confirm-modal-actions",children:[b.jsx("button",{className:"btn btn-secondary",onClick:()=>f(null),children:"Cancel"}),b.jsx("button",{className:"btn btn-danger",onClick:g,children:"Disable"})]})]})}),document.body);return b.jsxs(b.Fragment,{children:[x.map(({group:S,items:T},z)=>b.jsx("div",{className:z>0?"drawer-toggle-group drawer-toggle-group-divided":"drawer-toggle-group",children:T.map(D=>{const q=r.get(D.capability),F=!!(q!=null&&q.enabled);return b.jsxs("label",{className:"drawer-toggle",children:[b.jsx("span",{className:"drawer-toggle-label",children:D.label}),b.jsx("button",{className:`toggle-switch ${F?"toggle-switch-on":""}`,onClick:()=>y(D),disabled:l===D.capability,role:"switch","aria-checked":F,children:b.jsx("span",{className:"toggle-switch-thumb"})})]},D.capability)})},S)),w]})}const F0=!!window.__PALMIER_SERVE__&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1"),UE=Xn.isNativePlatform();function $0({daemonVersion:e,linkedClientToken:t,request:r,onEnabledCapabilitiesChange:s,onLinkedClientTokenChange:l}){var ze;const{pairedHosts:u,removePairedHost:c,renamePairedHost:f}=Hi(),{activeHost:d}=si(),m=Mr(),y=cr(),x=$u().hostId??null,w=d.clientToken||null,S=!!w&&t===w,T=Ux("(min-width: 768px)"),[z,D]=j.useState(!1),[q,F]=j.useState(()=>Date.now());j.useEffect(()=>{const Ae=()=>F(Date.now()),Le=6e4-Date.now()%6e4,nt=setTimeout(()=>{Ae();const Ve=setInterval(Ae,6e4);nt._iv=Ve},Le);return()=>{const Ve=nt._iv;Ve&&clearInterval(Ve),clearTimeout(nt)}},[]);const oe=d.timezone?new Date(q).toLocaleString(void 0,{month:"short",day:"numeric",hour:"numeric",minute:"2-digit",timeZone:d.timezone}):"";async function B(){if(!(!mn||!r||!w)){D(!0);try{const{token:Ae}=await mn.getFcmToken();if(!Ae)return;await r("device.link",{fcmToken:Ae}),l==null||l(w)}catch(Ae){console.error("Failed to make this the linked device:",Ae)}finally{D(!1)}}}async function L(Ae){const Le=Ae===x;if(Le&&r)try{await r("clients.revoke_self")}catch{}c(Ae),X(null),Le&&m("/",{replace:!0})}function W(Ae){const nt=y.pathname.endsWith("/tasks")?"/tasks":"";m(`/hosts/${encodeURIComponent(Ae)}${nt}`)}const[$,H]=j.useState(!1),[R,G]=j.useState(!1),[J,fe]=j.useState(null),[ie,ee]=j.useState(""),[P,X]=j.useState(null),[ae,pe]=j.useState(!1),M=j.useRef(null),E=j.useRef(null),K=j.useCallback(()=>{G(!0)},[]);function A(){R&&(H(!1),G(!1))}function be(){G(!1),H(!0)}function je(Ae,Le){fe(Ae),ee(Le)}function _e(){J&&ie.trim()&&f(J,ie.trim()),fe(null),ee("")}function Me(){fe(null),ee("")}j.useEffect(()=>{J&&E.current&&(E.current.focus(),E.current.select())},[J]),j.useEffect(()=>{if(!$||R)return;function Ae(Le){Le.key==="Escape"&&K()}return document.addEventListener("keydown",Ae),()=>{document.removeEventListener("keydown",Ae)}},[$,R,K]);const Ie=b.jsxs(b.Fragment,{children:[!T&&b.jsx("button",{className:"drawer-close-btn",onClick:K,"aria-label":"Close menu",children:b.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:b.jsx("path",{d:"M4 4L12 12M12 4L4 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})}),!F0&&u.length>0&&b.jsxs("div",{className:"drawer-section",children:[b.jsx("h3",{className:"drawer-section-label",children:"Hosts"}),b.jsx("div",{className:"host-picker-inline",children:b.jsx("div",{className:"host-picker-list",role:"listbox",children:u.map(Ae=>{const Le=Ae.hostId===x,nt=J===Ae.hostId,Ve=Ae.name||Ae.hostId.slice(0,8);return b.jsx("div",{className:"host-picker-item-wrapper",children:b.jsxs("div",{className:`host-picker-item ${Le?"host-picker-item-active":""}`,onClick:()=>{if(!nt&&!Le){if(!ps())return;W(Ae.hostId),T||K()}},role:"option","aria-selected":Le,children:[nt?b.jsx("input",{ref:E,className:"form-input host-picker-rename-input",type:"text",value:ie,onChange:Je=>ee(Je.target.value),onKeyDown:Je=>{Je.key==="Enter"&&_e(),Je.key==="Escape"&&Me()},onBlur:_e,onClick:Je=>Je.stopPropagation()}):b.jsx("span",{className:"host-picker-item-name",children:Ve}),b.jsxs("div",{className:"host-picker-item-actions",children:[Le&&!nt&&b.jsx("button",{className:"host-picker-edit-btn",onClick:Je=>{Je.stopPropagation(),je(Ae.hostId,Ve)},"aria-label":"Rename host",children:b.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",children:b.jsx("path",{d:"M9.5 1.5L11.5 3.5M1.5 11.5L2 9L9 2L11 4L4 11L1.5 11.5Z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})})}),!Le&&b.jsx("button",{className:"host-picker-delete-btn",onClick:Je=>{Je.stopPropagation(),X(Ae.hostId)},"aria-label":`Unpair ${Ve}`,children:b.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:b.jsx("path",{d:"M4 5.5V11C4 11.2761 4.22386 11.5 4.5 11.5H9.5C9.77614 11.5 10 11.2761 10 11V5.5M3 4H11M5.5 4V3C5.5 2.72386 5.72386 2.5 6 2.5H8C8.27614 2.5 8.5 2.72386 8.5 3V4M6.5 6.5V9.5M7.5 6.5V9.5",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})})})]})]})},Ae.hostId)})})})]}),!F0&&b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"drawer-divider"}),b.jsx("div",{className:"drawer-section",children:b.jsx("button",{className:"btn btn-primary btn-full",onClick:()=>{ps()&&(m("/pair"),T||K())},children:"Add New Host"})})]}),UE&&r&&b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"drawer-divider"}),b.jsxs("div",{className:"drawer-section",children:[b.jsx("h3",{className:"drawer-section-label",children:"Device Capabilities"}),S?b.jsx(Bx,{onChange:s,confirmDisable:!0}):b.jsxs(b.Fragment,{children:[b.jsx("p",{className:"drawer-section-hint",children:"This device isn't the linked device for the host, so it can't provide capabilities (SMS, contacts, location, etc.)."}),b.jsx("button",{className:"btn btn-secondary btn-full",onClick:()=>{t&&t!==w?pe(!0):B()},disabled:z,children:z?"Linking…":"Link the host to this device"})]})]})]}),b.jsxs("div",{className:"drawer-footer",children:[d.timezone&&b.jsxs("div",{className:"drawer-host-time",children:["Host time: ",oe," · ",d.timezone]}),e&&b.jsxs("div",{className:"drawer-version",children:["Host version: v",e]}),b.jsxs("div",{className:"drawer-legal",children:[b.jsx("a",{href:"https://www.palmier.me/terms",target:"_blank",rel:"noopener noreferrer",children:"Terms"}),b.jsx("span",{className:"drawer-legal-sep",children:"·"}),b.jsx("a",{href:"https://www.palmier.me/privacy",target:"_blank",rel:"noopener noreferrer",children:"Privacy"})]})]})]}),ke=!!P&&P===x&&S,Ge=P&&ds.createPortal(b.jsx("div",{className:"confirm-modal-overlay",onClick:()=>X(null),children:b.jsxs("div",{className:"confirm-modal",onClick:Ae=>Ae.stopPropagation(),children:[b.jsx("h2",{className:"confirm-modal-title",children:"Remove host?"}),b.jsxs("p",{className:"confirm-modal-message",children:['"',((ze=u.find(Ae=>Ae.hostId===P))==null?void 0:ze.name)||P.slice(0,8),'" will be ',ke?"removed and unlinked":"removed",".",ke&&b.jsx(b.Fragment,{children:" This device is currently linked to the host — unlinking will revoke its access to all device capabilities (SMS, contacts, location, etc.) until another device is linked."})]}),b.jsxs("div",{className:"confirm-modal-actions",children:[b.jsx("button",{className:"btn btn-secondary",onClick:()=>X(null),children:"Cancel"}),b.jsx("button",{className:"btn btn-danger",onClick:()=>L(P),children:"Remove"})]})]})}),document.body),Ft=ae&&ds.createPortal(b.jsx("div",{className:"confirm-modal-overlay",onClick:()=>pe(!1),children:b.jsxs("div",{className:"confirm-modal",onClick:Ae=>Ae.stopPropagation(),children:[b.jsx("h2",{className:"confirm-modal-title",children:"Link the host to this device?"}),b.jsx("p",{className:"confirm-modal-message",children:"Another device is already linked to this host. Only one device can be linked to the host — switching will disable those capabilities on the currently linked device."}),b.jsxs("div",{className:"confirm-modal-actions",children:[b.jsx("button",{className:"btn btn-secondary",onClick:()=>pe(!1),children:"Cancel"}),b.jsx("button",{className:"btn btn-primary",onClick:()=>{pe(!1),B()},children:"Link"})]})]})}),document.body);return T?b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"drawer-panel drawer-panel-desktop",ref:M,children:Ie}),Ge,Ft]}):b.jsxs(b.Fragment,{children:[b.jsx("button",{className:"hamburger-btn",onClick:be,"aria-label":"Open menu",children:b.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:b.jsx("path",{d:"M3 5H17M3 10H17M3 15H17",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})}),$&&ds.createPortal(b.jsx("div",{className:`drawer-overlay ${R?"drawer-overlay-closing":""}`,onClick:K,onAnimationEnd:A,children:b.jsx("div",{className:`drawer-panel ${R?"drawer-panel-closing":""}`,ref:M,onClick:Ae=>Ae.stopPropagation(),children:Ie})}),document.body),Ge,Ft]})}const BE=Xn.isNativePlatform(),Fd={width:16,height:16,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};function PE(){return b.jsxs("svg",{...Fd,"aria-hidden":"true",children:[b.jsx("rect",{x:"3",y:"6",width:"5",height:"12",rx:"1"}),b.jsx("rect",{x:"16",y:"6",width:"5",height:"12",rx:"1"}),b.jsx("line",{x1:"8",y1:"12",x2:"16",y2:"12"})]})}function Y0(){return b.jsxs("svg",{...Fd,"aria-hidden":"true",children:[b.jsx("circle",{cx:"12",cy:"12",r:"10"}),b.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),b.jsx("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"})]})}function qE(){return b.jsxs("svg",{...Fd,"aria-hidden":"true",children:[b.jsx("path",{d:"M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),b.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),b.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]})}function HE(){const{mode:e}=si(),[t,r]=j.useState(!1),s=j.useRef(null);if(j.useEffect(()=>{if(!t)return;function f(m){var y;(y=s.current)!=null&&y.contains(m.target)||r(!1)}document.addEventListener("pointerdown",f);const d=window.setTimeout(()=>r(!1),3e3);return()=>{document.removeEventListener("pointerdown",f),clearTimeout(d)}},[t]),e==="direct")return null;let l,u,c;switch(e){case"lan":l=b.jsx(PE,{}),u="Connected via LAN",c="lan";break;case"nats":l=b.jsx(Y0,{}),u=BE?"Connected via relay":"Connected",c="relay";break;case"disconnected":l=b.jsx(qE,{}),u="Disconnected",c="disconnected";break;case"connecting":default:l=b.jsx(Y0,{}),u="Connecting…",c="connecting";break}return b.jsxs("div",{ref:s,className:`conn-status conn-status--${c}`,children:[b.jsx("button",{type:"button",className:"conn-status-btn","aria-label":u,onClick:()=>r(f=>!f),children:l}),b.jsx("div",{className:`conn-status-popover ${t?"conn-status-popover--open":""}`,role:"tooltip",children:u})]})}function G0(e,t){var s;const r=e.map(l=>l.key);return t&&r.includes(t)?t:((s=e[0])==null?void 0:s.key)??""}function IE({agents:e,hostPlatform:t,onStarted:r}){const{request:s,activeHost:l}=si(),{setHostLastAgent:u}=Hi(),[c,f]=j.useState(""),[d,m]=j.useState(()=>G0(e,l.lastAgent)),[y,g]=j.useState(!1),[x,w]=j.useState(!1),[S,T]=j.useState(null);j.useEffect(()=>{e.length&&(e.find(L=>L.key===d)||m(G0(e,l.lastAgent)))},[e,d,l.lastAgent]),j.useEffect(()=>{const L=c.trim().length>0;return Oh(L?"Your session draft will be lost. Continue?":null),()=>Oh(null)},[c]);const z=e.find(L=>L.key===d),D=!!(z!=null&&z.supportsYolo);j.useEffect(()=>{!D&&y&&g(!1)},[D,y]);const q=!!c.trim()&&!!d&&!x;function F(){return y?confirm(`Yolo mode is enabled. The agent will auto-approve all tool calls — it can read, write, delete files, run arbitrary commands, and access the network without asking for permission.
91
+
92
+ Are you sure you want to continue?`):!0}async function oe(){if(!(!q||!F())){w(!0),T(null);try{const L=await s("task.run_oneoff",{user_prompt:c,agent:d,yolo_mode:y,...t==="win32"?{foreground_mode:!0}:{}});if(L.error){T(L.error);return}u(l.hostId,d),f(""),Oh(null),L.task_id&&r(L.task_id,L.run_id)}catch(L){T(L instanceof Error?L.message:String(L))}finally{w(!1)}}}function B(L){L.key==="Enter"&&(L.metaKey||L.ctrlKey)&&(L.preventDefault(),oe())}return b.jsxs("div",{className:"session-composer",children:[S&&b.jsx("div",{className:"form-error",children:S}),b.jsx("textarea",{className:"session-composer-textarea",value:c,onChange:L=>f(L.target.value),onKeyDown:B,placeholder:"What can I do for you?",rows:3,disabled:x}),b.jsxs("div",{className:"session-composer-controls",children:[b.jsxs("div",{className:"agent-picker-section-inline",children:[b.jsx("span",{className:"agent-picker-label",children:"Run with"}),b.jsx("select",{className:"form-select form-select-sm",value:d,onChange:L=>m(L.target.value),disabled:x||!e.length,children:e.map(L=>b.jsx("option",{value:L.key,children:L.label},L.key))})]}),D&&b.jsxs("label",{className:"session-composer-yolo",children:[b.jsx("input",{type:"checkbox",checked:y,onChange:L=>g(L.target.checked),disabled:x}),"Yolo"]}),b.jsx("button",{className:"btn btn-primary chat-send-btn",onClick:oe,disabled:!q,"aria-label":"Run session",title:"Run session",children:x?b.jsx("span",{className:"btn-spinner"}):b.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),b.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]})})]}),D&&y&&b.jsx("p",{className:"command-help-text",children:"The agent will auto-approve all tool calls without asking for permission."})]})}const fs=72,V0=6;function FE({id:e,revealedId:t,setRevealedId:r,onDelete:s,onClick:l,children:u,actionLabel:c="Delete",confirmMessage:f="Delete this item? This can't be undone."}){const d=t===e,[m,y]=j.useState(0),[g,x]=j.useState(!1),w=j.useRef(0),S=j.useRef(0),T=j.useRef(null),z=j.useRef(0),D=j.useRef(!1),q=j.useRef(null);j.useEffect(()=>{d||y(0)},[d]),j.useEffect(()=>{if(!d)return;function $(H){var R;(R=q.current)!=null&&R.contains(H.target)||r(null)}return document.addEventListener("pointerdown",$),()=>document.removeEventListener("pointerdown",$)},[d,r]);function F($){$.button!==void 0&&$.button!==0||(w.current=$.clientX,S.current=$.clientY,T.current=null,z.current=d?-fs:0,D.current=!1)}function oe($){if($.pointerType==="mouse"&&$.buttons===0)return;const H=$.clientX-w.current,R=$.clientY-S.current;if(T.current===null){if(Math.abs(H)<V0&&Math.abs(R)<V0)return;if(T.current=Math.abs(H)>Math.abs(R)?"x":"y",T.current==="x")try{$.currentTarget.setPointerCapture($.pointerId)}catch{}}if(T.current!=="x")return;D.current=!0,g||x(!0);let G=z.current+H;G>0&&(G=G/4),G<-fs&&(G=-fs+(G+fs)/4),y(G)}function B(){if(T.current!=="x"){x(!1);return}T.current=null,x(!1),m<=-36?(y(-fs),r(e)):(y(0),d&&r(null))}function L($){if(D.current){D.current=!1,$.stopPropagation(),$.preventDefault();return}d&&($.stopPropagation(),$.preventDefault(),r(null))}const W=m!==0?m:d?-fs:0;return b.jsxs("div",{ref:q,className:"swipe-row",children:[b.jsxs("button",{type:"button",className:"swipe-row-action",style:{width:fs},onClick:$=>{$.stopPropagation(),window.confirm(f)&&s()},tabIndex:d?0:-1,"aria-hidden":!d,"aria-label":c,children:[b.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[b.jsx("polyline",{points:"3 6 5 6 21 6"}),b.jsx("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),b.jsx("path",{d:"M10 11v6M14 11v6"}),b.jsx("path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"})]}),b.jsx("span",{className:"swipe-row-action-label",children:c})]}),b.jsx("div",{className:`swipe-row-content ${g?"swipe-row-content-dragging":""}`,style:{transform:`translateX(${W}px)`},onPointerDown:F,onPointerMove:oe,onPointerUp:B,onPointerCancel:B,onClickCapture:L,onClick:l,children:u})]})}const $E=10;function YE({connected:e,hostId:t,request:r,subscribeEvents:s,agents:l,hostPlatform:u,filterTaskId:c,onClearFilter:f}){const d=Id(),[m,y]=j.useState([]),[g,x]=j.useState(0),[w,S]=j.useState(!1),[T,z]=j.useState(!1),[D,q]=j.useState(null),F=Mr();async function oe(P){const X=`${P.task_id}:${P.run_id}`;y(ae=>ae.filter(pe=>`${pe.task_id}:${pe.run_id}`!==X)),x(ae=>Math.max(0,ae-1)),q(null);try{await r("taskrun.delete",{task_id:P.task_id,run_id:P.run_id})}catch(ae){console.error("Failed to delete run:",ae),y(pe=>[P,...pe]),x(pe=>pe+1)}}const B=j.useRef(null),L=j.useCallback(P=>{const X={offset:P,limit:$E};return c&&(X.task_id=c),X},[c]),W=j.useCallback(async(P,X)=>{if(e){X?z(!0):S(!0);try{const ae=await r("taskrun.list",L(P)),pe=ae.entries??[];x(ae.total??0),y(X?M=>{const E=new Set(M.map(A=>`${A.task_id}:${A.run_id}`)),K=pe.filter(A=>!E.has(`${A.task_id}:${A.run_id}`));return[...M,...K]}:pe)}catch(ae){ae instanceof Error&&ae.message==="Not connected"||console.error("Failed to load runs:",ae)}finally{S(!1),z(!1)}}},[e,r,L]);j.useEffect(()=>{e?(y([]),x(0),W(0,!1)):(y([]),x(0))},[e,t,W,c]);const $=zx({onRefresh:()=>W(0,!1),enabled:e});j.useEffect(()=>!e||!t?void 0:s(t,async X=>{try{const ae=JSON.parse(new TextDecoder().decode(X.data));if(ae.event_type==="running-state"&&ae.running_state&&["monitoring","started","finished","failed","aborted"].includes(ae.running_state)){const pe=await r("taskrun.list",L(0)),M=pe.entries??[];x(pe.total??0),y(E=>{const K=new Map(M.map(_e=>[`${_e.task_id}:${_e.run_id}`,_e])),A=E.map(_e=>{const Me=`${_e.task_id}:${_e.run_id}`;return K.get(Me)??_e}),be=new Set(A.map(_e=>`${_e.task_id}:${_e.run_id}`));return[...M.filter(_e=>!be.has(`${_e.task_id}:${_e.run_id}`)),...A]})}}catch{}}),[e,t,s,r]),j.useEffect(()=>{const P=B.current;if(!P)return;const X=new IntersectionObserver(ae=>{ae[0].isIntersecting&&!T&&m.length<g&&W(m.length,!0)},{threshold:.1});return X.observe(P),()=>X.disconnect()},[m.length,g,T,W]);function H(P,X){if(!P||!X)return"";const ae=Math.round((X-P)/1e3);if(ae<60)return`${ae}s`;const pe=Math.floor(ae/60),M=ae%60;return`${pe}m ${M}s`}const R={monitoring:"Monitoring",started:"Running",finished:"Finished",failed:"Failed",aborted:"Aborted"};function G(P,X){ps()&&t&&F(`/hosts/${encodeURIComponent(t)}/runs/${encodeURIComponent(P)}/${encodeURIComponent(X)}`)}const J=!c&&b.jsx(IE,{agents:l,hostPlatform:u,onStarted:(P,X)=>{if(!t)return;const ae=`/hosts/${encodeURIComponent(t)}/runs/${encodeURIComponent(P)}`;F(X?`${ae}/${encodeURIComponent(X)}`:ae)}}),fe=b.jsx(Lx,{pullDistance:$.pullDistance,refreshing:$.refreshing,threshold:$.threshold}),ie=c&&f&&b.jsx("div",{style:{marginBottom:"var(--space-sm)"},children:b.jsxs("span",{className:"sessions-filter-chip",children:["Filtered by task",b.jsx("button",{onClick:f,"aria-label":"Clear filter",children:"×"})]})});function ee(P){if(P==="failed")return"var(--color-error)";if(P==="aborted")return"var(--color-warning, #d97706)"}return w&&m.length===0&&e?b.jsxs(b.Fragment,{children:[fe,J,b.jsx("div",{className:"task-list",children:[0,1,2].map(P=>b.jsxs("div",{className:"task-card",style:{pointerEvents:"none"},children:[b.jsx("div",{className:"task-card-header",children:b.jsx("div",{className:"task-card-title-row",children:b.jsx("div",{className:"skeleton-line",style:{width:`${70+P*10}%`}})})}),b.jsx("div",{className:"task-card-meta",children:b.jsx("div",{className:"skeleton-line",style:{width:"45%"}})})]},P))})]}):!e||w&&m.length===0?b.jsxs(b.Fragment,{children:[fe,J,b.jsx("div",{className:"sessions-view",children:b.jsxs("div",{className:"empty-state",children:[b.jsx("p",{className:"empty-state-text",children:"Sessions"}),b.jsx("p",{className:"empty-state-hint",children:"Your sessions will appear here"})]})})]}):m.length===0?b.jsxs(b.Fragment,{children:[fe,J,ie,b.jsx("div",{className:"sessions-view",children:b.jsxs("div",{className:"empty-state",children:[b.jsx("p",{className:"empty-state-text",children:"No sessions yet"}),b.jsx("p",{className:"empty-state-hint",children:c?"This task hasn't been executed yet. Run it from the task menu or wait for its next trigger.":"Your sessions will appear here."})]})})]}):b.jsxs(b.Fragment,{children:[fe,J,ie,b.jsxs("div",{className:"task-list",children:[m.map((P,X)=>{const ae=`${P.task_id}:${P.run_id}`;return b.jsx(FE,{id:ae,revealedId:D,setRevealedId:q,onDelete:()=>oe(P),confirmMessage:"Delete this session? Its run history will be removed from the host.",onClick:()=>!P.error&&G(P.task_id,P.run_id),children:b.jsxs("div",{className:"sessions-card",children:[b.jsxs("div",{className:"sessions-card-body",children:[b.jsx("h3",{className:"sessions-card-name",children:P.task_name||P.task_id}),b.jsxs("div",{className:"sessions-card-meta",children:[P.running_state==="started"?b.jsx("span",{className:"status-spinner","aria-label":"Running",children:b.jsx("span",{})}):b.jsx("span",{style:{color:ee(P.running_state)},children:R[P.running_state??""]??P.running_state}),P.end_time&&b.jsx("span",{children:d(P.end_time)}),P.start_time&&P.end_time&&b.jsx("span",{style:{color:"var(--color-muted)"},children:H(P.start_time,P.end_time)}),P.error&&b.jsx("span",{style:{color:"var(--color-muted)"},children:P.error})]})]}),b.jsx("span",{className:"sessions-card-chevron",children:"›"})]})},`${ae}-${X}`)}),b.jsx("div",{ref:B,style:{height:1}}),T&&b.jsx("div",{className:"loading-state",style:{padding:"var(--space-md)"},children:b.jsx("div",{className:"spinner"})})]})]})}function GE(e,t){const r={};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const VE=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,JE=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,XE={};function J0(e,t){return(XE.jsx?JE:VE).test(e)}const KE=/[ \t\n\f\r]/g;function QE(e){return typeof e=="object"?e.type==="text"?X0(e.value):!1:X0(e)}function X0(e){return e.replace(KE,"")===""}class Gl{constructor(t,r,s){this.normal=r,this.property=t,s&&(this.space=s)}}Gl.prototype.normal={};Gl.prototype.property={};Gl.prototype.space=void 0;function Px(e,t){const r={},s={};for(const l of e)Object.assign(r,l.property),Object.assign(s,l.normal);return new Gl(r,s,t)}function md(e){return e.toLowerCase()}class Mn{constructor(t,r){this.attribute=r,this.property=t}}Mn.prototype.attribute="";Mn.prototype.booleanish=!1;Mn.prototype.boolean=!1;Mn.prototype.commaOrSpaceSeparated=!1;Mn.prototype.commaSeparated=!1;Mn.prototype.defined=!1;Mn.prototype.mustUseProperty=!1;Mn.prototype.number=!1;Mn.prototype.overloadedBoolean=!1;Mn.prototype.property="";Mn.prototype.spaceSeparated=!1;Mn.prototype.space=void 0;let ZE=0;const Ze=bs(),Zt=bs(),pd=bs(),ve=bs(),Ot=bs(),da=bs(),In=bs();function bs(){return 2**++ZE}const gd=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ze,booleanish:Zt,commaOrSpaceSeparated:In,commaSeparated:da,number:ve,overloadedBoolean:pd,spaceSeparated:Ot},Symbol.toStringTag,{value:"Module"})),Rh=Object.keys(gd);class $d extends Mn{constructor(t,r,s,l){let u=-1;if(super(t,r),K0(this,"space",l),typeof s=="number")for(;++u<Rh.length;){const c=Rh[u];K0(this,Rh[u],(s&gd[c])===gd[c])}}}$d.prototype.defined=!0;function K0(e,t,r){r&&(e[t]=r)}function _a(e){const t={},r={};for(const[s,l]of Object.entries(e.properties)){const u=new $d(s,e.transform(e.attributes||{},s),l,e.space);e.mustUseProperty&&e.mustUseProperty.includes(s)&&(u.mustUseProperty=!0),t[s]=u,r[md(s)]=s,r[md(u.attribute)]=s}return new Gl(t,r,e.space)}const qx=_a({properties:{ariaActiveDescendant:null,ariaAtomic:Zt,ariaAutoComplete:null,ariaBusy:Zt,ariaChecked:Zt,ariaColCount:ve,ariaColIndex:ve,ariaColSpan:ve,ariaControls:Ot,ariaCurrent:null,ariaDescribedBy:Ot,ariaDetails:null,ariaDisabled:Zt,ariaDropEffect:Ot,ariaErrorMessage:null,ariaExpanded:Zt,ariaFlowTo:Ot,ariaGrabbed:Zt,ariaHasPopup:null,ariaHidden:Zt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Ot,ariaLevel:ve,ariaLive:null,ariaModal:Zt,ariaMultiLine:Zt,ariaMultiSelectable:Zt,ariaOrientation:null,ariaOwns:Ot,ariaPlaceholder:null,ariaPosInSet:ve,ariaPressed:Zt,ariaReadOnly:Zt,ariaRelevant:null,ariaRequired:Zt,ariaRoleDescription:Ot,ariaRowCount:ve,ariaRowIndex:ve,ariaRowSpan:ve,ariaSelected:Zt,ariaSetSize:ve,ariaSort:null,ariaValueMax:ve,ariaValueMin:ve,ariaValueNow:ve,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Hx(e,t){return t in e?e[t]:t}function Ix(e,t){return Hx(e,t.toLowerCase())}const WE=_a({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:da,acceptCharset:Ot,accessKey:Ot,action:null,allow:null,allowFullScreen:Ze,allowPaymentRequest:Ze,allowUserMedia:Ze,alt:null,as:null,async:Ze,autoCapitalize:null,autoComplete:Ot,autoFocus:Ze,autoPlay:Ze,blocking:Ot,capture:null,charSet:null,checked:Ze,cite:null,className:Ot,cols:ve,colSpan:null,content:null,contentEditable:Zt,controls:Ze,controlsList:Ot,coords:ve|da,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ze,defer:Ze,dir:null,dirName:null,disabled:Ze,download:pd,draggable:Zt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ze,formTarget:null,headers:Ot,height:ve,hidden:pd,high:ve,href:null,hrefLang:null,htmlFor:Ot,httpEquiv:Ot,id:null,imageSizes:null,imageSrcSet:null,inert:Ze,inputMode:null,integrity:null,is:null,isMap:Ze,itemId:null,itemProp:Ot,itemRef:Ot,itemScope:Ze,itemType:Ot,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ze,low:ve,manifest:null,max:null,maxLength:ve,media:null,method:null,min:null,minLength:ve,multiple:Ze,muted:Ze,name:null,nonce:null,noModule:Ze,noValidate:Ze,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Ze,optimum:ve,pattern:null,ping:Ot,placeholder:null,playsInline:Ze,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ze,referrerPolicy:null,rel:Ot,required:Ze,reversed:Ze,rows:ve,rowSpan:ve,sandbox:Ot,scope:null,scoped:Ze,seamless:Ze,selected:Ze,shadowRootClonable:Ze,shadowRootDelegatesFocus:Ze,shadowRootMode:null,shape:null,size:ve,sizes:null,slot:null,span:ve,spellCheck:Zt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ve,step:null,style:null,tabIndex:ve,target:null,title:null,translate:null,type:null,typeMustMatch:Ze,useMap:null,value:Zt,width:ve,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Ot,axis:null,background:null,bgColor:null,border:ve,borderColor:null,bottomMargin:ve,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ze,declare:Ze,event:null,face:null,frame:null,frameBorder:null,hSpace:ve,leftMargin:ve,link:null,longDesc:null,lowSrc:null,marginHeight:ve,marginWidth:ve,noResize:Ze,noHref:Ze,noShade:Ze,noWrap:Ze,object:null,profile:null,prompt:null,rev:null,rightMargin:ve,rules:null,scheme:null,scrolling:Zt,standby:null,summary:null,text:null,topMargin:ve,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ve,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ze,disableRemotePlayback:Ze,prefix:null,property:null,results:ve,security:null,unselectable:null},space:"html",transform:Ix}),eC=_a({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",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",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",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",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",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",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:In,accentHeight:ve,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ve,amplitude:ve,arabicForm:null,ascent:ve,attributeName:null,attributeType:null,azimuth:ve,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ve,by:null,calcMode:null,capHeight:ve,className:Ot,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ve,diffuseConstant:ve,direction:null,display:null,dur:null,divisor:ve,dominantBaseline:null,download:Ze,dx:null,dy:null,edgeMode:null,editable:null,elevation:ve,enableBackground:null,end:null,event:null,exponent:ve,externalResourcesRequired:null,fill:null,fillOpacity:ve,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:da,g2:da,glyphName:da,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ve,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ve,horizOriginX:ve,horizOriginY:ve,id:null,ideographic:ve,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ve,k:ve,k1:ve,k2:ve,k3:ve,k4:ve,kernelMatrix:In,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ve,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ve,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ve,overlineThickness:ve,paintOrder:null,panose1:null,path:null,pathLength:ve,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Ot,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ve,pointsAtY:ve,pointsAtZ:ve,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:In,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:In,rev:In,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:In,requiredFeatures:In,requiredFonts:In,requiredFormats:In,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ve,specularExponent:ve,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ve,strikethroughThickness:ve,string:null,stroke:null,strokeDashArray:In,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ve,strokeOpacity:ve,strokeWidth:null,style:null,surfaceScale:ve,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:In,tabIndex:ve,tableValues:null,target:null,targetX:ve,targetY:ve,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:In,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ve,underlineThickness:ve,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ve,values:null,vAlphabetic:ve,vMathematical:ve,vectorEffect:null,vHanging:ve,vIdeographic:ve,version:null,vertAdvY:ve,vertOriginX:ve,vertOriginY:ve,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ve,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Hx}),Fx=_a({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),$x=_a({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Ix}),Yx=_a({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),tC={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},nC=/[A-Z]/g,Q0=/-[a-z]/g,rC=/^data[-\w.:]+$/i;function iC(e,t){const r=md(t);let s=t,l=Mn;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&rC.test(t)){if(t.charAt(4)==="-"){const u=t.slice(5).replace(Q0,aC);s="data"+u.charAt(0).toUpperCase()+u.slice(1)}else{const u=t.slice(4);if(!Q0.test(u)){let c=u.replace(nC,sC);c.charAt(0)!=="-"&&(c="-"+c),t="data"+c}}l=$d}return new l(s,t)}function sC(e){return"-"+e.toLowerCase()}function aC(e){return e.charAt(1).toUpperCase()}const lC=Px([qx,WE,Fx,$x,Yx],"html"),Yd=Px([qx,eC,Fx,$x,Yx],"svg");function oC(e){return e.join(" ").trim()}var ta={},Mh,Z0;function uC(){if(Z0)return Mh;Z0=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,r=/^\s*/,s=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,l=/^:\s*/,u=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,f=/^\s+|\s+$/g,d=`
93
+ `,m="/",y="*",g="",x="comment",w="declaration";function S(z,D){if(typeof z!="string")throw new TypeError("First argument must be a string");if(!z)return[];D=D||{};var q=1,F=1;function oe(ie){var ee=ie.match(t);ee&&(q+=ee.length);var P=ie.lastIndexOf(d);F=~P?ie.length-P:F+ie.length}function B(){var ie={line:q,column:F};return function(ee){return ee.position=new L(ie),H(),ee}}function L(ie){this.start=ie,this.end={line:q,column:F},this.source=D.source}L.prototype.content=z;function W(ie){var ee=new Error(D.source+":"+q+":"+F+": "+ie);if(ee.reason=ie,ee.filename=D.source,ee.line=q,ee.column=F,ee.source=z,!D.silent)throw ee}function $(ie){var ee=ie.exec(z);if(ee){var P=ee[0];return oe(P),z=z.slice(P.length),ee}}function H(){$(r)}function R(ie){var ee;for(ie=ie||[];ee=G();)ee!==!1&&ie.push(ee);return ie}function G(){var ie=B();if(!(m!=z.charAt(0)||y!=z.charAt(1))){for(var ee=2;g!=z.charAt(ee)&&(y!=z.charAt(ee)||m!=z.charAt(ee+1));)++ee;if(ee+=2,g===z.charAt(ee-1))return W("End of comment missing");var P=z.slice(2,ee-2);return F+=2,oe(P),z=z.slice(ee),F+=2,ie({type:x,comment:P})}}function J(){var ie=B(),ee=$(s);if(ee){if(G(),!$(l))return W("property missing ':'");var P=$(u),X=ie({type:w,property:T(ee[0].replace(e,g)),value:P?T(P[0].replace(e,g)):g});return $(c),X}}function fe(){var ie=[];R(ie);for(var ee;ee=J();)ee!==!1&&(ie.push(ee),R(ie));return ie}return H(),fe()}function T(z){return z?z.replace(f,g):g}return Mh=S,Mh}var W0;function cC(){if(W0)return ta;W0=1;var e=ta&&ta.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(ta,"__esModule",{value:!0}),ta.default=r;const t=e(uC());function r(s,l){let u=null;if(!s||typeof s!="string")return u;const c=(0,t.default)(s),f=typeof l=="function";return c.forEach(d=>{if(d.type!=="declaration")return;const{property:m,value:y}=d;f?l(m,y,d):y&&(u=u||{},u[m]=y)}),u}return ta}var vl={},eb;function fC(){if(eb)return vl;eb=1,Object.defineProperty(vl,"__esModule",{value:!0}),vl.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,r=/^[^-]+$/,s=/^-(webkit|moz|ms|o|khtml)-/,l=/^-(ms)-/,u=function(m){return!m||r.test(m)||e.test(m)},c=function(m,y){return y.toUpperCase()},f=function(m,y){return"".concat(y,"-")},d=function(m,y){return y===void 0&&(y={}),u(m)?m:(m=m.toLowerCase(),y.reactCompat?m=m.replace(l,f):m=m.replace(s,f),m.replace(t,c))};return vl.camelCase=d,vl}var wl,tb;function hC(){if(tb)return wl;tb=1;var e=wl&&wl.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},t=e(cC()),r=fC();function s(l,u){var c={};return!l||typeof l!="string"||(0,t.default)(l,function(f,d){f&&d&&(c[(0,r.camelCase)(f,u)]=d)}),c}return s.default=s,wl=s,wl}var dC=hC();const mC=Hb(dC),Gx=Vx("end"),Gd=Vx("start");function Vx(e){return t;function t(r){const s=r&&r.position&&r.position[e]||{};if(typeof s.line=="number"&&s.line>0&&typeof s.column=="number"&&s.column>0)return{line:s.line,column:s.column,offset:typeof s.offset=="number"&&s.offset>-1?s.offset:void 0}}}function pC(e){const t=Gd(e),r=Gx(e);if(t&&r)return{start:t,end:r}}function Ol(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?nb(e.position):"start"in e||"end"in e?nb(e):"line"in e||"column"in e?yd(e):""}function yd(e){return rb(e&&e.line)+":"+rb(e&&e.column)}function nb(e){return yd(e&&e.start)+"-"+yd(e&&e.end)}function rb(e){return e&&typeof e=="number"?e:1}class gn extends Error{constructor(t,r,s){super(),typeof r=="string"&&(s=r,r=void 0);let l="",u={},c=!1;if(r&&("line"in r&&"column"in r?u={place:r}:"start"in r&&"end"in r?u={place:r}:"type"in r?u={ancestors:[r],place:r.position}:u={...r}),typeof t=="string"?l=t:!u.cause&&t&&(c=!0,l=t.message,u.cause=t),!u.ruleId&&!u.source&&typeof s=="string"){const d=s.indexOf(":");d===-1?u.ruleId=s:(u.source=s.slice(0,d),u.ruleId=s.slice(d+1))}if(!u.place&&u.ancestors&&u.ancestors){const d=u.ancestors[u.ancestors.length-1];d&&(u.place=d.position)}const f=u.place&&"start"in u.place?u.place.start:u.place;this.ancestors=u.ancestors||void 0,this.cause=u.cause||void 0,this.column=f?f.column:void 0,this.fatal=void 0,this.file="",this.message=l,this.line=f?f.line:void 0,this.name=Ol(u.place)||"1:1",this.place=u.place||void 0,this.reason=this.message,this.ruleId=u.ruleId||void 0,this.source=u.source||void 0,this.stack=c&&u.cause&&typeof u.cause.stack=="string"?u.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}gn.prototype.file="";gn.prototype.name="";gn.prototype.reason="";gn.prototype.message="";gn.prototype.stack="";gn.prototype.column=void 0;gn.prototype.line=void 0;gn.prototype.ancestors=void 0;gn.prototype.cause=void 0;gn.prototype.fatal=void 0;gn.prototype.place=void 0;gn.prototype.ruleId=void 0;gn.prototype.source=void 0;const Vd={}.hasOwnProperty,gC=new Map,yC=/[A-Z]/g,bC=new Set(["table","tbody","thead","tfoot","tr"]),xC=new Set(["td","th"]),Jx="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function vC(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const r=t.filePath||void 0;let s;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");s=jC(r,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");s=AC(r,t.jsx,t.jsxs)}const l={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:s,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:r,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?Yd:lC,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},u=Xx(l,e,void 0);return u&&typeof u!="string"?u:l.create(e,l.Fragment,{children:u||void 0},void 0)}function Xx(e,t,r){if(t.type==="element")return wC(e,t,r);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return SC(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return kC(e,t,r);if(t.type==="mdxjsEsm")return _C(e,t);if(t.type==="root")return EC(e,t,r);if(t.type==="text")return CC(e,t)}function wC(e,t,r){const s=e.schema;let l=s;t.tagName.toLowerCase()==="svg"&&s.space==="html"&&(l=Yd,e.schema=l),e.ancestors.push(t);const u=Qx(e,t.tagName,!1),c=TC(e,t);let f=Xd(e,t);return bC.has(t.tagName)&&(f=f.filter(function(d){return typeof d=="string"?!QE(d):!0})),Kx(e,c,u,t),Jd(c,f),e.ancestors.pop(),e.schema=s,e.create(t,u,c,r)}function SC(e,t){if(t.data&&t.data.estree&&e.evaluater){const s=t.data.estree.body[0];return s.type,e.evaluater.evaluateExpression(s.expression)}ql(e,t.position)}function _C(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);ql(e,t.position)}function kC(e,t,r){const s=e.schema;let l=s;t.name==="svg"&&s.space==="html"&&(l=Yd,e.schema=l),e.ancestors.push(t);const u=t.name===null?e.Fragment:Qx(e,t.name,!0),c=NC(e,t),f=Xd(e,t);return Kx(e,c,u,t),Jd(c,f),e.ancestors.pop(),e.schema=s,e.create(t,u,c,r)}function EC(e,t,r){const s={};return Jd(s,Xd(e,t)),e.create(t,e.Fragment,s,r)}function CC(e,t){return t.value}function Kx(e,t,r,s){typeof r!="string"&&r!==e.Fragment&&e.passNode&&(t.node=s)}function Jd(e,t){if(t.length>0){const r=t.length>1?t:t[0];r&&(e.children=r)}}function AC(e,t,r){return s;function s(l,u,c,f){const m=Array.isArray(c.children)?r:t;return f?m(u,c,f):m(u,c)}}function jC(e,t){return r;function r(s,l,u,c){const f=Array.isArray(u.children),d=Gd(s);return t(l,u,c,f,{columnNumber:d?d.column-1:void 0,fileName:e,lineNumber:d?d.line:void 0},void 0)}}function TC(e,t){const r={};let s,l;for(l in t.properties)if(l!=="children"&&Vd.call(t.properties,l)){const u=OC(e,l,t.properties[l]);if(u){const[c,f]=u;e.tableCellAlignToStyle&&c==="align"&&typeof f=="string"&&xC.has(t.tagName)?s=f:r[c]=f}}if(s){const u=r.style||(r.style={});u[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=s}return r}function NC(e,t){const r={};for(const s of t.attributes)if(s.type==="mdxJsxExpressionAttribute")if(s.data&&s.data.estree&&e.evaluater){const u=s.data.estree.body[0];u.type;const c=u.expression;c.type;const f=c.properties[0];f.type,Object.assign(r,e.evaluater.evaluateExpression(f.argument))}else ql(e,t.position);else{const l=s.name;let u;if(s.value&&typeof s.value=="object")if(s.value.data&&s.value.data.estree&&e.evaluater){const f=s.value.data.estree.body[0];f.type,u=e.evaluater.evaluateExpression(f.expression)}else ql(e,t.position);else u=s.value===null?!0:s.value;r[l]=u}return r}function Xd(e,t){const r=[];let s=-1;const l=e.passKeys?new Map:gC;for(;++s<t.children.length;){const u=t.children[s];let c;if(e.passKeys){const d=u.type==="element"?u.tagName:u.type==="mdxJsxFlowElement"||u.type==="mdxJsxTextElement"?u.name:void 0;if(d){const m=l.get(d)||0;c=d+"-"+m,l.set(d,m+1)}}const f=Xx(e,u,c);f!==void 0&&r.push(f)}return r}function OC(e,t,r){const s=iC(e.schema,t);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=s.commaSeparated?GE(r):oC(r)),s.property==="style"){let l=typeof r=="object"?r:RC(e,String(r));return e.stylePropertyNameCase==="css"&&(l=MC(l)),["style",l]}return[e.elementAttributeNameCase==="react"&&s.space?tC[s.property]||s.property:s.attribute,r]}}function RC(e,t){try{return mC(t,{reactCompat:!0})}catch(r){if(e.ignoreInvalidStyle)return{};const s=r,l=new gn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:s,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw l.file=e.filePath||void 0,l.url=Jx+"#cannot-parse-style-attribute",l}}function Qx(e,t,r){let s;if(!r)s={type:"Literal",value:t};else if(t.includes(".")){const l=t.split(".");let u=-1,c;for(;++u<l.length;){const f=J0(l[u])?{type:"Identifier",name:l[u]}:{type:"Literal",value:l[u]};c=c?{type:"MemberExpression",object:c,property:f,computed:!!(u&&f.type==="Literal"),optional:!1}:f}s=c}else s=J0(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(s.type==="Literal"){const l=s.value;return Vd.call(e.components,l)?e.components[l]:l}if(e.evaluater)return e.evaluater.evaluateExpression(s);ql(e)}function ql(e,t){const r=new gn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw r.file=e.filePath||void 0,r.url=Jx+"#cannot-handle-mdx-estrees-without-createevaluater",r}function MC(e){const t={};let r;for(r in e)Vd.call(e,r)&&(t[DC(r)]=e[r]);return t}function DC(e){let t=e.replace(yC,LC);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function LC(e){return"-"+e.toLowerCase()}const Dh={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},zC={};function Kd(e,t){const r=zC,s=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,l=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return Zx(e,s,l)}function Zx(e,t,r){if(UC(e)){if("value"in e)return e.type==="html"&&!r?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return ib(e.children,t,r)}return Array.isArray(e)?ib(e,t,r):""}function ib(e,t,r){const s=[];let l=-1;for(;++l<e.length;)s[l]=Zx(e[l],t,r);return s.join("")}function UC(e){return!!(e&&typeof e=="object")}const sb=document.createElement("i");function Qd(e){const t="&"+e+";";sb.innerHTML=t;const r=sb.textContent;return r.charCodeAt(r.length-1)===59&&e!=="semi"||r===t?!1:r}function Vn(e,t,r,s){const l=e.length;let u=0,c;if(t<0?t=-t>l?0:l+t:t=t>l?l:t,r=r>0?r:0,s.length<1e4)c=Array.from(s),c.unshift(t,r),e.splice(...c);else for(r&&e.splice(t,r);u<s.length;)c=s.slice(u,u+1e4),c.unshift(t,0),e.splice(...c),u+=1e4,t+=1e4}function ur(e,t){return e.length>0?(Vn(e,e.length,0,t),e):t}const ab={}.hasOwnProperty;function Wx(e){const t={};let r=-1;for(;++r<e.length;)BC(t,e[r]);return t}function BC(e,t){let r;for(r in t){const l=(ab.call(e,r)?e[r]:void 0)||(e[r]={}),u=t[r];let c;if(u)for(c in u){ab.call(l,c)||(l[c]=[]);const f=u[c];PC(l[c],Array.isArray(f)?f:f?[f]:[])}}}function PC(e,t){let r=-1;const s=[];for(;++r<t.length;)(t[r].add==="after"?e:s).push(t[r]);Vn(e,0,0,s)}function e1(e,t){const r=Number.parseInt(e,t);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"�":String.fromCodePoint(r)}function wr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const kn=Fi(/[A-Za-z]/),pn=Fi(/[\dA-Za-z]/),qC=Fi(/[#-'*+\--9=?A-Z^-~]/);function Bu(e){return e!==null&&(e<32||e===127)}const bd=Fi(/\d/),HC=Fi(/[\dA-Fa-f]/),IC=Fi(/[!-/:-@[-`{-~]/);function Pe(e){return e!==null&&e<-2}function Nt(e){return e!==null&&(e<0||e===32)}function st(e){return e===-2||e===-1||e===32}const Qu=Fi(new RegExp("\\p{P}|\\p{S}","u")),gs=Fi(/\s/);function Fi(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function ka(e){const t=[];let r=-1,s=0,l=0;for(;++r<e.length;){const u=e.charCodeAt(r);let c="";if(u===37&&pn(e.charCodeAt(r+1))&&pn(e.charCodeAt(r+2)))l=2;else if(u<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(u))||(c=String.fromCharCode(u));else if(u>55295&&u<57344){const f=e.charCodeAt(r+1);u<56320&&f>56319&&f<57344?(c=String.fromCharCode(u,f),l=1):c="�"}else c=String.fromCharCode(u);c&&(t.push(e.slice(s,r),encodeURIComponent(c)),s=r+l+1,c=""),l&&(r+=l,l=0)}return t.join("")+e.slice(s)}function ct(e,t,r,s){const l=s?s-1:Number.POSITIVE_INFINITY;let u=0;return c;function c(d){return st(d)?(e.enter(r),f(d)):t(d)}function f(d){return st(d)&&u++<l?(e.consume(d),f):(e.exit(r),t(d))}}const FC={tokenize:$C};function $C(e){const t=e.attempt(this.parser.constructs.contentInitial,s,l);let r;return t;function s(f){if(f===null){e.consume(f);return}return e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),ct(e,t,"linePrefix")}function l(f){return e.enter("paragraph"),u(f)}function u(f){const d=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=d),r=d,c(f)}function c(f){if(f===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(f);return}return Pe(f)?(e.consume(f),e.exit("chunkText"),u):(e.consume(f),c)}}const YC={tokenize:GC},lb={tokenize:VC};function GC(e){const t=this,r=[];let s=0,l,u,c;return f;function f(F){if(s<r.length){const oe=r[s];return t.containerState=oe[1],e.attempt(oe[0].continuation,d,m)(F)}return m(F)}function d(F){if(s++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,l&&q();const oe=t.events.length;let B=oe,L;for(;B--;)if(t.events[B][0]==="exit"&&t.events[B][1].type==="chunkFlow"){L=t.events[B][1].end;break}D(s);let W=oe;for(;W<t.events.length;)t.events[W][1].end={...L},W++;return Vn(t.events,B+1,0,t.events.slice(oe)),t.events.length=W,m(F)}return f(F)}function m(F){if(s===r.length){if(!l)return x(F);if(l.currentConstruct&&l.currentConstruct.concrete)return S(F);t.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(lb,y,g)(F)}function y(F){return l&&q(),D(s),x(F)}function g(F){return t.parser.lazy[t.now().line]=s!==r.length,c=t.now().offset,S(F)}function x(F){return t.containerState={},e.attempt(lb,w,S)(F)}function w(F){return s++,r.push([t.currentConstruct,t.containerState]),x(F)}function S(F){if(F===null){l&&q(),D(0),e.consume(F);return}return l=l||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:u}),T(F)}function T(F){if(F===null){z(e.exit("chunkFlow"),!0),D(0),e.consume(F);return}return Pe(F)?(e.consume(F),z(e.exit("chunkFlow")),s=0,t.interrupt=void 0,f):(e.consume(F),T)}function z(F,oe){const B=t.sliceStream(F);if(oe&&B.push(null),F.previous=u,u&&(u.next=F),u=F,l.defineSkip(F.start),l.write(B),t.parser.lazy[F.start.line]){let L=l.events.length;for(;L--;)if(l.events[L][1].start.offset<c&&(!l.events[L][1].end||l.events[L][1].end.offset>c))return;const W=t.events.length;let $=W,H,R;for(;$--;)if(t.events[$][0]==="exit"&&t.events[$][1].type==="chunkFlow"){if(H){R=t.events[$][1].end;break}H=!0}for(D(s),L=W;L<t.events.length;)t.events[L][1].end={...R},L++;Vn(t.events,$+1,0,t.events.slice(W)),t.events.length=L}}function D(F){let oe=r.length;for(;oe-- >F;){const B=r[oe];t.containerState=B[1],B[0].exit.call(t,e)}r.length=F}function q(){l.write([null]),u=void 0,l=void 0,t.containerState._closeFlow=void 0}}function VC(e,t,r){return ct(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function ba(e){if(e===null||Nt(e)||gs(e))return 1;if(Qu(e))return 2}function Zu(e,t,r){const s=[];let l=-1;for(;++l<e.length;){const u=e[l].resolveAll;u&&!s.includes(u)&&(t=u(t,r),s.push(u))}return t}const xd={name:"attention",resolveAll:JC,tokenize:XC};function JC(e,t){let r=-1,s,l,u,c,f,d,m,y;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(s=r;s--;)if(e[s][0]==="exit"&&e[s][1].type==="attentionSequence"&&e[s][1]._open&&t.sliceSerialize(e[s][1]).charCodeAt(0)===t.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[s][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[s][1].end.offset-e[s][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;d=e[s][1].end.offset-e[s][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;const g={...e[s][1].end},x={...e[r][1].start};ob(g,-d),ob(x,d),c={type:d>1?"strongSequence":"emphasisSequence",start:g,end:{...e[s][1].end}},f={type:d>1?"strongSequence":"emphasisSequence",start:{...e[r][1].start},end:x},u={type:d>1?"strongText":"emphasisText",start:{...e[s][1].end},end:{...e[r][1].start}},l={type:d>1?"strong":"emphasis",start:{...c.start},end:{...f.end}},e[s][1].end={...c.start},e[r][1].start={...f.end},m=[],e[s][1].end.offset-e[s][1].start.offset&&(m=ur(m,[["enter",e[s][1],t],["exit",e[s][1],t]])),m=ur(m,[["enter",l,t],["enter",c,t],["exit",c,t],["enter",u,t]]),m=ur(m,Zu(t.parser.constructs.insideSpan.null,e.slice(s+1,r),t)),m=ur(m,[["exit",u,t],["enter",f,t],["exit",f,t],["exit",l,t]]),e[r][1].end.offset-e[r][1].start.offset?(y=2,m=ur(m,[["enter",e[r][1],t],["exit",e[r][1],t]])):y=0,Vn(e,s-1,r-s+3,m),r=s+m.length-y-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function XC(e,t){const r=this.parser.constructs.attentionMarkers.null,s=this.previous,l=ba(s);let u;return c;function c(d){return u=d,e.enter("attentionSequence"),f(d)}function f(d){if(d===u)return e.consume(d),f;const m=e.exit("attentionSequence"),y=ba(d),g=!y||y===2&&l||r.includes(d),x=!l||l===2&&y||r.includes(s);return m._open=!!(u===42?g:g&&(l||!x)),m._close=!!(u===42?x:x&&(y||!g)),t(d)}}function ob(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const KC={name:"autolink",tokenize:QC};function QC(e,t,r){let s=0;return l;function l(w){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(w),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),u}function u(w){return kn(w)?(e.consume(w),c):w===64?r(w):m(w)}function c(w){return w===43||w===45||w===46||pn(w)?(s=1,f(w)):m(w)}function f(w){return w===58?(e.consume(w),s=0,d):(w===43||w===45||w===46||pn(w))&&s++<32?(e.consume(w),f):(s=0,m(w))}function d(w){return w===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(w),e.exit("autolinkMarker"),e.exit("autolink"),t):w===null||w===32||w===60||Bu(w)?r(w):(e.consume(w),d)}function m(w){return w===64?(e.consume(w),y):qC(w)?(e.consume(w),m):r(w)}function y(w){return pn(w)?g(w):r(w)}function g(w){return w===46?(e.consume(w),s=0,y):w===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(w),e.exit("autolinkMarker"),e.exit("autolink"),t):x(w)}function x(w){if((w===45||pn(w))&&s++<63){const S=w===45?x:g;return e.consume(w),S}return r(w)}}const Vl={partial:!0,tokenize:ZC};function ZC(e,t,r){return s;function s(u){return st(u)?ct(e,l,"linePrefix")(u):l(u)}function l(u){return u===null||Pe(u)?t(u):r(u)}}const t1={continuation:{tokenize:eA},exit:tA,name:"blockQuote",tokenize:WC};function WC(e,t,r){const s=this;return l;function l(c){if(c===62){const f=s.containerState;return f.open||(e.enter("blockQuote",{_container:!0}),f.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(c),e.exit("blockQuoteMarker"),u}return r(c)}function u(c){return st(c)?(e.enter("blockQuotePrefixWhitespace"),e.consume(c),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(c))}}function eA(e,t,r){const s=this;return l;function l(c){return st(c)?ct(e,u,"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c):u(c)}function u(c){return e.attempt(t1,t,r)(c)}}function tA(e){e.exit("blockQuote")}const n1={name:"characterEscape",tokenize:nA};function nA(e,t,r){return s;function s(u){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(u),e.exit("escapeMarker"),l}function l(u){return IC(u)?(e.enter("characterEscapeValue"),e.consume(u),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(u)}}const r1={name:"characterReference",tokenize:rA};function rA(e,t,r){const s=this;let l=0,u,c;return f;function f(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),d}function d(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),m):(e.enter("characterReferenceValue"),u=31,c=pn,y(g))}function m(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),u=6,c=HC,y):(e.enter("characterReferenceValue"),u=7,c=bd,y(g))}function y(g){if(g===59&&l){const x=e.exit("characterReferenceValue");return c===pn&&!Qd(s.sliceSerialize(x))?r(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return c(g)&&l++<u?(e.consume(g),y):r(g)}}const ub={partial:!0,tokenize:sA},cb={concrete:!0,name:"codeFenced",tokenize:iA};function iA(e,t,r){const s=this,l={partial:!0,tokenize:B};let u=0,c=0,f;return d;function d(L){return m(L)}function m(L){const W=s.events[s.events.length-1];return u=W&&W[1].type==="linePrefix"?W[2].sliceSerialize(W[1],!0).length:0,f=L,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),y(L)}function y(L){return L===f?(c++,e.consume(L),y):c<3?r(L):(e.exit("codeFencedFenceSequence"),st(L)?ct(e,g,"whitespace")(L):g(L))}function g(L){return L===null||Pe(L)?(e.exit("codeFencedFence"),s.interrupt?t(L):e.check(ub,T,oe)(L)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),x(L))}function x(L){return L===null||Pe(L)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),g(L)):st(L)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),ct(e,w,"whitespace")(L)):L===96&&L===f?r(L):(e.consume(L),x)}function w(L){return L===null||Pe(L)?g(L):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),S(L))}function S(L){return L===null||Pe(L)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),g(L)):L===96&&L===f?r(L):(e.consume(L),S)}function T(L){return e.attempt(l,oe,z)(L)}function z(L){return e.enter("lineEnding"),e.consume(L),e.exit("lineEnding"),D}function D(L){return u>0&&st(L)?ct(e,q,"linePrefix",u+1)(L):q(L)}function q(L){return L===null||Pe(L)?e.check(ub,T,oe)(L):(e.enter("codeFlowValue"),F(L))}function F(L){return L===null||Pe(L)?(e.exit("codeFlowValue"),q(L)):(e.consume(L),F)}function oe(L){return e.exit("codeFenced"),t(L)}function B(L,W,$){let H=0;return R;function R(ee){return L.enter("lineEnding"),L.consume(ee),L.exit("lineEnding"),G}function G(ee){return L.enter("codeFencedFence"),st(ee)?ct(L,J,"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ee):J(ee)}function J(ee){return ee===f?(L.enter("codeFencedFenceSequence"),fe(ee)):$(ee)}function fe(ee){return ee===f?(H++,L.consume(ee),fe):H>=c?(L.exit("codeFencedFenceSequence"),st(ee)?ct(L,ie,"whitespace")(ee):ie(ee)):$(ee)}function ie(ee){return ee===null||Pe(ee)?(L.exit("codeFencedFence"),W(ee)):$(ee)}}}function sA(e,t,r){const s=this;return l;function l(c){return c===null?r(c):(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),u)}function u(c){return s.parser.lazy[s.now().line]?r(c):t(c)}}const Lh={name:"codeIndented",tokenize:lA},aA={partial:!0,tokenize:oA};function lA(e,t,r){const s=this;return l;function l(m){return e.enter("codeIndented"),ct(e,u,"linePrefix",5)(m)}function u(m){const y=s.events[s.events.length-1];return y&&y[1].type==="linePrefix"&&y[2].sliceSerialize(y[1],!0).length>=4?c(m):r(m)}function c(m){return m===null?d(m):Pe(m)?e.attempt(aA,c,d)(m):(e.enter("codeFlowValue"),f(m))}function f(m){return m===null||Pe(m)?(e.exit("codeFlowValue"),c(m)):(e.consume(m),f)}function d(m){return e.exit("codeIndented"),t(m)}}function oA(e,t,r){const s=this;return l;function l(c){return s.parser.lazy[s.now().line]?r(c):Pe(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),l):ct(e,u,"linePrefix",5)(c)}function u(c){const f=s.events[s.events.length-1];return f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?t(c):Pe(c)?l(c):r(c)}}const uA={name:"codeText",previous:fA,resolve:cA,tokenize:hA};function cA(e){let t=e.length-4,r=3,s,l;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(s=r;++s<t;)if(e[s][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[t][1].type="codeTextPadding",r+=2,t-=2;break}}for(s=r-1,t++;++s<=t;)l===void 0?s!==t&&e[s][1].type!=="lineEnding"&&(l=s):(s===t||e[s][1].type==="lineEnding")&&(e[l][1].type="codeTextData",s!==l+2&&(e[l][1].end=e[s-1][1].end,e.splice(l+2,s-l-2),t-=s-l-2,s=l+2),l=void 0);return e}function fA(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function hA(e,t,r){let s=0,l,u;return c;function c(g){return e.enter("codeText"),e.enter("codeTextSequence"),f(g)}function f(g){return g===96?(e.consume(g),s++,f):(e.exit("codeTextSequence"),d(g))}function d(g){return g===null?r(g):g===32?(e.enter("space"),e.consume(g),e.exit("space"),d):g===96?(u=e.enter("codeTextSequence"),l=0,y(g)):Pe(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),d):(e.enter("codeTextData"),m(g))}function m(g){return g===null||g===32||g===96||Pe(g)?(e.exit("codeTextData"),d(g)):(e.consume(g),m)}function y(g){return g===96?(e.consume(g),l++,y):l===s?(e.exit("codeTextSequence"),e.exit("codeText"),t(g)):(u.type="codeTextData",m(g))}}class dA{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,r){const s=r??Number.POSITIVE_INFINITY;return s<this.left.length?this.left.slice(t,s):t>this.left.length?this.right.slice(this.right.length-s+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-s+this.left.length).reverse())}splice(t,r,s){const l=r||0;this.setCursor(Math.trunc(t));const u=this.right.splice(this.right.length-l,Number.POSITIVE_INFINITY);return s&&Sl(this.left,s),u.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),Sl(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Sl(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const r=this.left.splice(t,Number.POSITIVE_INFINITY);Sl(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Sl(this.left,r.reverse())}}}function Sl(e,t){let r=0;if(t.length<1e4)e.push(...t);else for(;r<t.length;)e.push(...t.slice(r,r+1e4)),r+=1e4}function i1(e){const t={};let r=-1,s,l,u,c,f,d,m;const y=new dA(e);for(;++r<y.length;){for(;r in t;)r=t[r];if(s=y.get(r),r&&s[1].type==="chunkFlow"&&y.get(r-1)[1].type==="listItemPrefix"&&(d=s[1]._tokenizer.events,u=0,u<d.length&&d[u][1].type==="lineEndingBlank"&&(u+=2),u<d.length&&d[u][1].type==="content"))for(;++u<d.length&&d[u][1].type!=="content";)d[u][1].type==="chunkText"&&(d[u][1]._isInFirstContentOfListItem=!0,u++);if(s[0]==="enter")s[1].contentType&&(Object.assign(t,mA(y,r)),r=t[r],m=!0);else if(s[1]._container){for(u=r,l=void 0;u--;)if(c=y.get(u),c[1].type==="lineEnding"||c[1].type==="lineEndingBlank")c[0]==="enter"&&(l&&(y.get(l)[1].type="lineEndingBlank"),c[1].type="lineEnding",l=u);else if(!(c[1].type==="linePrefix"||c[1].type==="listItemIndent"))break;l&&(s[1].end={...y.get(l)[1].start},f=y.slice(l,r),f.unshift(s),y.splice(l,r-l+1,f))}}return Vn(e,0,Number.POSITIVE_INFINITY,y.slice(0)),!m}function mA(e,t){const r=e.get(t)[1],s=e.get(t)[2];let l=t-1;const u=[];let c=r._tokenizer;c||(c=s.parser[r.contentType](r.start),r._contentTypeTextTrailing&&(c._contentTypeTextTrailing=!0));const f=c.events,d=[],m={};let y,g,x=-1,w=r,S=0,T=0;const z=[T];for(;w;){for(;e.get(++l)[1]!==w;);u.push(l),w._tokenizer||(y=s.sliceStream(w),w.next||y.push(null),g&&c.defineSkip(w.start),w._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=!0),c.write(y),w._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=void 0)),g=w,w=w.next}for(w=r;++x<f.length;)f[x][0]==="exit"&&f[x-1][0]==="enter"&&f[x][1].type===f[x-1][1].type&&f[x][1].start.line!==f[x][1].end.line&&(T=x+1,z.push(T),w._tokenizer=void 0,w.previous=void 0,w=w.next);for(c.events=[],w?(w._tokenizer=void 0,w.previous=void 0):z.pop(),x=z.length;x--;){const D=f.slice(z[x],z[x+1]),q=u.pop();d.push([q,q+D.length-1]),e.splice(q,2,D)}for(d.reverse(),x=-1;++x<d.length;)m[S+d[x][0]]=S+d[x][1],S+=d[x][1]-d[x][0]-1;return m}const pA={resolve:yA,tokenize:bA},gA={partial:!0,tokenize:xA};function yA(e){return i1(e),e}function bA(e,t){let r;return s;function s(f){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),l(f)}function l(f){return f===null?u(f):Pe(f)?e.check(gA,c,u)(f):(e.consume(f),l)}function u(f){return e.exit("chunkContent"),e.exit("content"),t(f)}function c(f){return e.consume(f),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,l}}function xA(e,t,r){const s=this;return l;function l(c){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),ct(e,u,"linePrefix")}function u(c){if(c===null||Pe(c))return r(c);const f=s.events[s.events.length-1];return!s.parser.constructs.disable.null.includes("codeIndented")&&f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?t(c):e.interrupt(s.parser.constructs.flow,r,t)(c)}}function s1(e,t,r,s,l,u,c,f,d){const m=d||Number.POSITIVE_INFINITY;let y=0;return g;function g(D){return D===60?(e.enter(s),e.enter(l),e.enter(u),e.consume(D),e.exit(u),x):D===null||D===32||D===41||Bu(D)?r(D):(e.enter(s),e.enter(c),e.enter(f),e.enter("chunkString",{contentType:"string"}),T(D))}function x(D){return D===62?(e.enter(u),e.consume(D),e.exit(u),e.exit(l),e.exit(s),t):(e.enter(f),e.enter("chunkString",{contentType:"string"}),w(D))}function w(D){return D===62?(e.exit("chunkString"),e.exit(f),x(D)):D===null||D===60||Pe(D)?r(D):(e.consume(D),D===92?S:w)}function S(D){return D===60||D===62||D===92?(e.consume(D),w):w(D)}function T(D){return!y&&(D===null||D===41||Nt(D))?(e.exit("chunkString"),e.exit(f),e.exit(c),e.exit(s),t(D)):y<m&&D===40?(e.consume(D),y++,T):D===41?(e.consume(D),y--,T):D===null||D===32||D===40||Bu(D)?r(D):(e.consume(D),D===92?z:T)}function z(D){return D===40||D===41||D===92?(e.consume(D),T):T(D)}}function a1(e,t,r,s,l,u){const c=this;let f=0,d;return m;function m(w){return e.enter(s),e.enter(l),e.consume(w),e.exit(l),e.enter(u),y}function y(w){return f>999||w===null||w===91||w===93&&!d||w===94&&!f&&"_hiddenFootnoteSupport"in c.parser.constructs?r(w):w===93?(e.exit(u),e.enter(l),e.consume(w),e.exit(l),e.exit(s),t):Pe(w)?(e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),y):(e.enter("chunkString",{contentType:"string"}),g(w))}function g(w){return w===null||w===91||w===93||Pe(w)||f++>999?(e.exit("chunkString"),y(w)):(e.consume(w),d||(d=!st(w)),w===92?x:g)}function x(w){return w===91||w===92||w===93?(e.consume(w),f++,g):g(w)}}function l1(e,t,r,s,l,u){let c;return f;function f(x){return x===34||x===39||x===40?(e.enter(s),e.enter(l),e.consume(x),e.exit(l),c=x===40?41:x,d):r(x)}function d(x){return x===c?(e.enter(l),e.consume(x),e.exit(l),e.exit(s),t):(e.enter(u),m(x))}function m(x){return x===c?(e.exit(u),d(c)):x===null?r(x):Pe(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),ct(e,m,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===c||x===null||Pe(x)?(e.exit("chunkString"),m(x)):(e.consume(x),x===92?g:y)}function g(x){return x===c||x===92?(e.consume(x),y):y(x)}}function Rl(e,t){let r;return s;function s(l){return Pe(l)?(e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),r=!0,s):st(l)?ct(e,s,r?"linePrefix":"lineSuffix")(l):t(l)}}const vA={name:"definition",tokenize:SA},wA={partial:!0,tokenize:_A};function SA(e,t,r){const s=this;let l;return u;function u(w){return e.enter("definition"),c(w)}function c(w){return a1.call(s,e,f,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(w)}function f(w){return l=wr(s.sliceSerialize(s.events[s.events.length-1][1]).slice(1,-1)),w===58?(e.enter("definitionMarker"),e.consume(w),e.exit("definitionMarker"),d):r(w)}function d(w){return Nt(w)?Rl(e,m)(w):m(w)}function m(w){return s1(e,y,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(w)}function y(w){return e.attempt(wA,g,g)(w)}function g(w){return st(w)?ct(e,x,"whitespace")(w):x(w)}function x(w){return w===null||Pe(w)?(e.exit("definition"),s.parser.defined.push(l),t(w)):r(w)}}function _A(e,t,r){return s;function s(f){return Nt(f)?Rl(e,l)(f):r(f)}function l(f){return l1(e,u,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(f)}function u(f){return st(f)?ct(e,c,"whitespace")(f):c(f)}function c(f){return f===null||Pe(f)?t(f):r(f)}}const kA={name:"hardBreakEscape",tokenize:EA};function EA(e,t,r){return s;function s(u){return e.enter("hardBreakEscape"),e.consume(u),l}function l(u){return Pe(u)?(e.exit("hardBreakEscape"),t(u)):r(u)}}const CA={name:"headingAtx",resolve:AA,tokenize:jA};function AA(e,t){let r=e.length-2,s=3,l,u;return e[s][1].type==="whitespace"&&(s+=2),r-2>s&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(s===r-1||r-4>s&&e[r-2][1].type==="whitespace")&&(r-=s+1===r?2:4),r>s&&(l={type:"atxHeadingText",start:e[s][1].start,end:e[r][1].end},u={type:"chunkText",start:e[s][1].start,end:e[r][1].end,contentType:"text"},Vn(e,s,r-s+1,[["enter",l,t],["enter",u,t],["exit",u,t],["exit",l,t]])),e}function jA(e,t,r){let s=0;return l;function l(y){return e.enter("atxHeading"),u(y)}function u(y){return e.enter("atxHeadingSequence"),c(y)}function c(y){return y===35&&s++<6?(e.consume(y),c):y===null||Nt(y)?(e.exit("atxHeadingSequence"),f(y)):r(y)}function f(y){return y===35?(e.enter("atxHeadingSequence"),d(y)):y===null||Pe(y)?(e.exit("atxHeading"),t(y)):st(y)?ct(e,f,"whitespace")(y):(e.enter("atxHeadingText"),m(y))}function d(y){return y===35?(e.consume(y),d):(e.exit("atxHeadingSequence"),f(y))}function m(y){return y===null||y===35||Nt(y)?(e.exit("atxHeadingText"),f(y)):(e.consume(y),m)}}const TA=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],fb=["pre","script","style","textarea"],NA={concrete:!0,name:"htmlFlow",resolveTo:MA,tokenize:DA},OA={partial:!0,tokenize:zA},RA={partial:!0,tokenize:LA};function MA(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function DA(e,t,r){const s=this;let l,u,c,f,d;return m;function m(A){return y(A)}function y(A){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(A),g}function g(A){return A===33?(e.consume(A),x):A===47?(e.consume(A),u=!0,T):A===63?(e.consume(A),l=3,s.interrupt?t:M):kn(A)?(e.consume(A),c=String.fromCharCode(A),z):r(A)}function x(A){return A===45?(e.consume(A),l=2,w):A===91?(e.consume(A),l=5,f=0,S):kn(A)?(e.consume(A),l=4,s.interrupt?t:M):r(A)}function w(A){return A===45?(e.consume(A),s.interrupt?t:M):r(A)}function S(A){const be="CDATA[";return A===be.charCodeAt(f++)?(e.consume(A),f===be.length?s.interrupt?t:J:S):r(A)}function T(A){return kn(A)?(e.consume(A),c=String.fromCharCode(A),z):r(A)}function z(A){if(A===null||A===47||A===62||Nt(A)){const be=A===47,je=c.toLowerCase();return!be&&!u&&fb.includes(je)?(l=1,s.interrupt?t(A):J(A)):TA.includes(c.toLowerCase())?(l=6,be?(e.consume(A),D):s.interrupt?t(A):J(A)):(l=7,s.interrupt&&!s.parser.lazy[s.now().line]?r(A):u?q(A):F(A))}return A===45||pn(A)?(e.consume(A),c+=String.fromCharCode(A),z):r(A)}function D(A){return A===62?(e.consume(A),s.interrupt?t:J):r(A)}function q(A){return st(A)?(e.consume(A),q):R(A)}function F(A){return A===47?(e.consume(A),R):A===58||A===95||kn(A)?(e.consume(A),oe):st(A)?(e.consume(A),F):R(A)}function oe(A){return A===45||A===46||A===58||A===95||pn(A)?(e.consume(A),oe):B(A)}function B(A){return A===61?(e.consume(A),L):st(A)?(e.consume(A),B):F(A)}function L(A){return A===null||A===60||A===61||A===62||A===96?r(A):A===34||A===39?(e.consume(A),d=A,W):st(A)?(e.consume(A),L):$(A)}function W(A){return A===d?(e.consume(A),d=null,H):A===null||Pe(A)?r(A):(e.consume(A),W)}function $(A){return A===null||A===34||A===39||A===47||A===60||A===61||A===62||A===96||Nt(A)?B(A):(e.consume(A),$)}function H(A){return A===47||A===62||st(A)?F(A):r(A)}function R(A){return A===62?(e.consume(A),G):r(A)}function G(A){return A===null||Pe(A)?J(A):st(A)?(e.consume(A),G):r(A)}function J(A){return A===45&&l===2?(e.consume(A),P):A===60&&l===1?(e.consume(A),X):A===62&&l===4?(e.consume(A),E):A===63&&l===3?(e.consume(A),M):A===93&&l===5?(e.consume(A),pe):Pe(A)&&(l===6||l===7)?(e.exit("htmlFlowData"),e.check(OA,K,fe)(A)):A===null||Pe(A)?(e.exit("htmlFlowData"),fe(A)):(e.consume(A),J)}function fe(A){return e.check(RA,ie,K)(A)}function ie(A){return e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),ee}function ee(A){return A===null||Pe(A)?fe(A):(e.enter("htmlFlowData"),J(A))}function P(A){return A===45?(e.consume(A),M):J(A)}function X(A){return A===47?(e.consume(A),c="",ae):J(A)}function ae(A){if(A===62){const be=c.toLowerCase();return fb.includes(be)?(e.consume(A),E):J(A)}return kn(A)&&c.length<8?(e.consume(A),c+=String.fromCharCode(A),ae):J(A)}function pe(A){return A===93?(e.consume(A),M):J(A)}function M(A){return A===62?(e.consume(A),E):A===45&&l===2?(e.consume(A),M):J(A)}function E(A){return A===null||Pe(A)?(e.exit("htmlFlowData"),K(A)):(e.consume(A),E)}function K(A){return e.exit("htmlFlow"),t(A)}}function LA(e,t,r){const s=this;return l;function l(c){return Pe(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),u):r(c)}function u(c){return s.parser.lazy[s.now().line]?r(c):t(c)}}function zA(e,t,r){return s;function s(l){return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),e.attempt(Vl,t,r)}}const UA={name:"htmlText",tokenize:BA};function BA(e,t,r){const s=this;let l,u,c;return f;function f(M){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(M),d}function d(M){return M===33?(e.consume(M),m):M===47?(e.consume(M),B):M===63?(e.consume(M),F):kn(M)?(e.consume(M),$):r(M)}function m(M){return M===45?(e.consume(M),y):M===91?(e.consume(M),u=0,S):kn(M)?(e.consume(M),q):r(M)}function y(M){return M===45?(e.consume(M),w):r(M)}function g(M){return M===null?r(M):M===45?(e.consume(M),x):Pe(M)?(c=g,X(M)):(e.consume(M),g)}function x(M){return M===45?(e.consume(M),w):g(M)}function w(M){return M===62?P(M):M===45?x(M):g(M)}function S(M){const E="CDATA[";return M===E.charCodeAt(u++)?(e.consume(M),u===E.length?T:S):r(M)}function T(M){return M===null?r(M):M===93?(e.consume(M),z):Pe(M)?(c=T,X(M)):(e.consume(M),T)}function z(M){return M===93?(e.consume(M),D):T(M)}function D(M){return M===62?P(M):M===93?(e.consume(M),D):T(M)}function q(M){return M===null||M===62?P(M):Pe(M)?(c=q,X(M)):(e.consume(M),q)}function F(M){return M===null?r(M):M===63?(e.consume(M),oe):Pe(M)?(c=F,X(M)):(e.consume(M),F)}function oe(M){return M===62?P(M):F(M)}function B(M){return kn(M)?(e.consume(M),L):r(M)}function L(M){return M===45||pn(M)?(e.consume(M),L):W(M)}function W(M){return Pe(M)?(c=W,X(M)):st(M)?(e.consume(M),W):P(M)}function $(M){return M===45||pn(M)?(e.consume(M),$):M===47||M===62||Nt(M)?H(M):r(M)}function H(M){return M===47?(e.consume(M),P):M===58||M===95||kn(M)?(e.consume(M),R):Pe(M)?(c=H,X(M)):st(M)?(e.consume(M),H):P(M)}function R(M){return M===45||M===46||M===58||M===95||pn(M)?(e.consume(M),R):G(M)}function G(M){return M===61?(e.consume(M),J):Pe(M)?(c=G,X(M)):st(M)?(e.consume(M),G):H(M)}function J(M){return M===null||M===60||M===61||M===62||M===96?r(M):M===34||M===39?(e.consume(M),l=M,fe):Pe(M)?(c=J,X(M)):st(M)?(e.consume(M),J):(e.consume(M),ie)}function fe(M){return M===l?(e.consume(M),l=void 0,ee):M===null?r(M):Pe(M)?(c=fe,X(M)):(e.consume(M),fe)}function ie(M){return M===null||M===34||M===39||M===60||M===61||M===96?r(M):M===47||M===62||Nt(M)?H(M):(e.consume(M),ie)}function ee(M){return M===47||M===62||Nt(M)?H(M):r(M)}function P(M){return M===62?(e.consume(M),e.exit("htmlTextData"),e.exit("htmlText"),t):r(M)}function X(M){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(M),e.exit("lineEnding"),ae}function ae(M){return st(M)?ct(e,pe,"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(M):pe(M)}function pe(M){return e.enter("htmlTextData"),c(M)}}const Zd={name:"labelEnd",resolveAll:IA,resolveTo:FA,tokenize:$A},PA={tokenize:YA},qA={tokenize:GA},HA={tokenize:VA};function IA(e){let t=-1;const r=[];for(;++t<e.length;){const s=e[t][1];if(r.push(e[t]),s.type==="labelImage"||s.type==="labelLink"||s.type==="labelEnd"){const l=s.type==="labelImage"?4:2;s.type="data",t+=l}}return e.length!==r.length&&Vn(e,0,e.length,r),e}function FA(e,t){let r=e.length,s=0,l,u,c,f;for(;r--;)if(l=e[r][1],u){if(l.type==="link"||l.type==="labelLink"&&l._inactive)break;e[r][0]==="enter"&&l.type==="labelLink"&&(l._inactive=!0)}else if(c){if(e[r][0]==="enter"&&(l.type==="labelImage"||l.type==="labelLink")&&!l._balanced&&(u=r,l.type!=="labelLink")){s=2;break}}else l.type==="labelEnd"&&(c=r);const d={type:e[u][1].type==="labelLink"?"link":"image",start:{...e[u][1].start},end:{...e[e.length-1][1].end}},m={type:"label",start:{...e[u][1].start},end:{...e[c][1].end}},y={type:"labelText",start:{...e[u+s+2][1].end},end:{...e[c-2][1].start}};return f=[["enter",d,t],["enter",m,t]],f=ur(f,e.slice(u+1,u+s+3)),f=ur(f,[["enter",y,t]]),f=ur(f,Zu(t.parser.constructs.insideSpan.null,e.slice(u+s+4,c-3),t)),f=ur(f,[["exit",y,t],e[c-2],e[c-1],["exit",m,t]]),f=ur(f,e.slice(c+1)),f=ur(f,[["exit",d,t]]),Vn(e,u,e.length,f),e}function $A(e,t,r){const s=this;let l=s.events.length,u,c;for(;l--;)if((s.events[l][1].type==="labelImage"||s.events[l][1].type==="labelLink")&&!s.events[l][1]._balanced){u=s.events[l][1];break}return f;function f(x){return u?u._inactive?g(x):(c=s.parser.defined.includes(wr(s.sliceSerialize({start:u.end,end:s.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(x),e.exit("labelMarker"),e.exit("labelEnd"),d):r(x)}function d(x){return x===40?e.attempt(PA,y,c?y:g)(x):x===91?e.attempt(qA,y,c?m:g)(x):c?y(x):g(x)}function m(x){return e.attempt(HA,y,g)(x)}function y(x){return t(x)}function g(x){return u._balanced=!0,r(x)}}function YA(e,t,r){return s;function s(g){return e.enter("resource"),e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),l}function l(g){return Nt(g)?Rl(e,u)(g):u(g)}function u(g){return g===41?y(g):s1(e,c,f,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(g)}function c(g){return Nt(g)?Rl(e,d)(g):y(g)}function f(g){return r(g)}function d(g){return g===34||g===39||g===40?l1(e,m,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(g):y(g)}function m(g){return Nt(g)?Rl(e,y)(g):y(g)}function y(g){return g===41?(e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),e.exit("resource"),t):r(g)}}function GA(e,t,r){const s=this;return l;function l(f){return a1.call(s,e,u,c,"reference","referenceMarker","referenceString")(f)}function u(f){return s.parser.defined.includes(wr(s.sliceSerialize(s.events[s.events.length-1][1]).slice(1,-1)))?t(f):r(f)}function c(f){return r(f)}}function VA(e,t,r){return s;function s(u){return e.enter("reference"),e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),l}function l(u){return u===93?(e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),e.exit("reference"),t):r(u)}}const JA={name:"labelStartImage",resolveAll:Zd.resolveAll,tokenize:XA};function XA(e,t,r){const s=this;return l;function l(f){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(f),e.exit("labelImageMarker"),u}function u(f){return f===91?(e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelImage"),c):r(f)}function c(f){return f===94&&"_hiddenFootnoteSupport"in s.parser.constructs?r(f):t(f)}}const KA={name:"labelStartLink",resolveAll:Zd.resolveAll,tokenize:QA};function QA(e,t,r){const s=this;return l;function l(c){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelLink"),u}function u(c){return c===94&&"_hiddenFootnoteSupport"in s.parser.constructs?r(c):t(c)}}const zh={name:"lineEnding",tokenize:ZA};function ZA(e,t){return r;function r(s){return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),ct(e,t,"linePrefix")}}const Eu={name:"thematicBreak",tokenize:WA};function WA(e,t,r){let s=0,l;return u;function u(m){return e.enter("thematicBreak"),c(m)}function c(m){return l=m,f(m)}function f(m){return m===l?(e.enter("thematicBreakSequence"),d(m)):s>=3&&(m===null||Pe(m))?(e.exit("thematicBreak"),t(m)):r(m)}function d(m){return m===l?(e.consume(m),s++,d):(e.exit("thematicBreakSequence"),st(m)?ct(e,f,"whitespace")(m):f(m))}}const Rn={continuation:{tokenize:rj},exit:sj,name:"list",tokenize:nj},ej={partial:!0,tokenize:aj},tj={partial:!0,tokenize:ij};function nj(e,t,r){const s=this,l=s.events[s.events.length-1];let u=l&&l[1].type==="linePrefix"?l[2].sliceSerialize(l[1],!0).length:0,c=0;return f;function f(w){const S=s.containerState.type||(w===42||w===43||w===45?"listUnordered":"listOrdered");if(S==="listUnordered"?!s.containerState.marker||w===s.containerState.marker:bd(w)){if(s.containerState.type||(s.containerState.type=S,e.enter(S,{_container:!0})),S==="listUnordered")return e.enter("listItemPrefix"),w===42||w===45?e.check(Eu,r,m)(w):m(w);if(!s.interrupt||w===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),d(w)}return r(w)}function d(w){return bd(w)&&++c<10?(e.consume(w),d):(!s.interrupt||c<2)&&(s.containerState.marker?w===s.containerState.marker:w===41||w===46)?(e.exit("listItemValue"),m(w)):r(w)}function m(w){return e.enter("listItemMarker"),e.consume(w),e.exit("listItemMarker"),s.containerState.marker=s.containerState.marker||w,e.check(Vl,s.interrupt?r:y,e.attempt(ej,x,g))}function y(w){return s.containerState.initialBlankLine=!0,u++,x(w)}function g(w){return st(w)?(e.enter("listItemPrefixWhitespace"),e.consume(w),e.exit("listItemPrefixWhitespace"),x):r(w)}function x(w){return s.containerState.size=u+s.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(w)}}function rj(e,t,r){const s=this;return s.containerState._closeFlow=void 0,e.check(Vl,l,u);function l(f){return s.containerState.furtherBlankLines=s.containerState.furtherBlankLines||s.containerState.initialBlankLine,ct(e,t,"listItemIndent",s.containerState.size+1)(f)}function u(f){return s.containerState.furtherBlankLines||!st(f)?(s.containerState.furtherBlankLines=void 0,s.containerState.initialBlankLine=void 0,c(f)):(s.containerState.furtherBlankLines=void 0,s.containerState.initialBlankLine=void 0,e.attempt(tj,t,c)(f))}function c(f){return s.containerState._closeFlow=!0,s.interrupt=void 0,ct(e,e.attempt(Rn,t,r),"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(f)}}function ij(e,t,r){const s=this;return ct(e,l,"listItemIndent",s.containerState.size+1);function l(u){const c=s.events[s.events.length-1];return c&&c[1].type==="listItemIndent"&&c[2].sliceSerialize(c[1],!0).length===s.containerState.size?t(u):r(u)}}function sj(e){e.exit(this.containerState.type)}function aj(e,t,r){const s=this;return ct(e,l,"listItemPrefixWhitespace",s.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function l(u){const c=s.events[s.events.length-1];return!st(u)&&c&&c[1].type==="listItemPrefixWhitespace"?t(u):r(u)}}const hb={name:"setextUnderline",resolveTo:lj,tokenize:oj};function lj(e,t){let r=e.length,s,l,u;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){s=r;break}e[r][1].type==="paragraph"&&(l=r)}else e[r][1].type==="content"&&e.splice(r,1),!u&&e[r][1].type==="definition"&&(u=r);const c={type:"setextHeading",start:{...e[s][1].start},end:{...e[e.length-1][1].end}};return e[l][1].type="setextHeadingText",u?(e.splice(l,0,["enter",c,t]),e.splice(u+1,0,["exit",e[s][1],t]),e[s][1].end={...e[u][1].end}):e[s][1]=c,e.push(["exit",c,t]),e}function oj(e,t,r){const s=this;let l;return u;function u(m){let y=s.events.length,g;for(;y--;)if(s.events[y][1].type!=="lineEnding"&&s.events[y][1].type!=="linePrefix"&&s.events[y][1].type!=="content"){g=s.events[y][1].type==="paragraph";break}return!s.parser.lazy[s.now().line]&&(s.interrupt||g)?(e.enter("setextHeadingLine"),l=m,c(m)):r(m)}function c(m){return e.enter("setextHeadingLineSequence"),f(m)}function f(m){return m===l?(e.consume(m),f):(e.exit("setextHeadingLineSequence"),st(m)?ct(e,d,"lineSuffix")(m):d(m))}function d(m){return m===null||Pe(m)?(e.exit("setextHeadingLine"),t(m)):r(m)}}const uj={tokenize:cj};function cj(e){const t=this,r=e.attempt(Vl,s,e.attempt(this.parser.constructs.flowInitial,l,ct(e,e.attempt(this.parser.constructs.flow,l,e.attempt(pA,l)),"linePrefix")));return r;function s(u){if(u===null){e.consume(u);return}return e.enter("lineEndingBlank"),e.consume(u),e.exit("lineEndingBlank"),t.currentConstruct=void 0,r}function l(u){if(u===null){e.consume(u);return}return e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),t.currentConstruct=void 0,r}}const fj={resolveAll:u1()},hj=o1("string"),dj=o1("text");function o1(e){return{resolveAll:u1(e==="text"?mj:void 0),tokenize:t};function t(r){const s=this,l=this.parser.constructs[e],u=r.attempt(l,c,f);return c;function c(y){return m(y)?u(y):f(y)}function f(y){if(y===null){r.consume(y);return}return r.enter("data"),r.consume(y),d}function d(y){return m(y)?(r.exit("data"),u(y)):(r.consume(y),d)}function m(y){if(y===null)return!0;const g=l[y];let x=-1;if(g)for(;++x<g.length;){const w=g[x];if(!w.previous||w.previous.call(s,s.previous))return!0}return!1}}}function u1(e){return t;function t(r,s){let l=-1,u;for(;++l<=r.length;)u===void 0?r[l]&&r[l][1].type==="data"&&(u=l,l++):(!r[l]||r[l][1].type!=="data")&&(l!==u+2&&(r[u][1].end=r[l-1][1].end,r.splice(u+2,l-u-2),l=u+2),u=void 0);return e?e(r,s):r}}function mj(e,t){let r=0;for(;++r<=e.length;)if((r===e.length||e[r][1].type==="lineEnding")&&e[r-1][1].type==="data"){const s=e[r-1][1],l=t.sliceStream(s);let u=l.length,c=-1,f=0,d;for(;u--;){const m=l[u];if(typeof m=="string"){for(c=m.length;m.charCodeAt(c-1)===32;)f++,c--;if(c)break;c=-1}else if(m===-2)d=!0,f++;else if(m!==-1){u++;break}}if(t._contentTypeTextTrailing&&r===e.length&&(f=0),f){const m={type:r===e.length||d||f<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:u?c:s.start._bufferIndex+c,_index:s.start._index+u,line:s.end.line,column:s.end.column-f,offset:s.end.offset-f},end:{...s.end}};s.end={...m.start},s.start.offset===s.end.offset?Object.assign(s,m):(e.splice(r,0,["enter",m,t],["exit",m,t]),r+=2)}r++}return e}const pj={42:Rn,43:Rn,45:Rn,48:Rn,49:Rn,50:Rn,51:Rn,52:Rn,53:Rn,54:Rn,55:Rn,56:Rn,57:Rn,62:t1},gj={91:vA},yj={[-2]:Lh,[-1]:Lh,32:Lh},bj={35:CA,42:Eu,45:[hb,Eu],60:NA,61:hb,95:Eu,96:cb,126:cb},xj={38:r1,92:n1},vj={[-5]:zh,[-4]:zh,[-3]:zh,33:JA,38:r1,42:xd,60:[KC,UA],91:KA,92:[kA,n1],93:Zd,95:xd,96:uA},wj={null:[xd,fj]},Sj={null:[42,95]},_j={null:[]},kj=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:Sj,contentInitial:gj,disable:_j,document:pj,flow:bj,flowInitial:yj,insideSpan:wj,string:xj,text:vj},Symbol.toStringTag,{value:"Module"}));function Ej(e,t,r){let s={_bufferIndex:-1,_index:0,line:r&&r.line||1,column:r&&r.column||1,offset:r&&r.offset||0};const l={},u=[];let c=[],f=[];const d={attempt:W(B),check:W(L),consume:q,enter:F,exit:oe,interrupt:W(L,{interrupt:!0})},m={code:null,containerState:{},defineSkip:T,events:[],now:S,parser:e,previous:null,sliceSerialize:x,sliceStream:w,write:g};let y=t.tokenize.call(m,d);return t.resolveAll&&u.push(t),m;function g(G){return c=ur(c,G),z(),c[c.length-1]!==null?[]:($(t,0),m.events=Zu(u,m.events,m),m.events)}function x(G,J){return Aj(w(G),J)}function w(G){return Cj(c,G)}function S(){const{_bufferIndex:G,_index:J,line:fe,column:ie,offset:ee}=s;return{_bufferIndex:G,_index:J,line:fe,column:ie,offset:ee}}function T(G){l[G.line]=G.column,R()}function z(){let G;for(;s._index<c.length;){const J=c[s._index];if(typeof J=="string")for(G=s._index,s._bufferIndex<0&&(s._bufferIndex=0);s._index===G&&s._bufferIndex<J.length;)D(J.charCodeAt(s._bufferIndex));else D(J)}}function D(G){y=y(G)}function q(G){Pe(G)?(s.line++,s.column=1,s.offset+=G===-3?2:1,R()):G!==-1&&(s.column++,s.offset++),s._bufferIndex<0?s._index++:(s._bufferIndex++,s._bufferIndex===c[s._index].length&&(s._bufferIndex=-1,s._index++)),m.previous=G}function F(G,J){const fe=J||{};return fe.type=G,fe.start=S(),m.events.push(["enter",fe,m]),f.push(fe),fe}function oe(G){const J=f.pop();return J.end=S(),m.events.push(["exit",J,m]),J}function B(G,J){$(G,J.from)}function L(G,J){J.restore()}function W(G,J){return fe;function fe(ie,ee,P){let X,ae,pe,M;return Array.isArray(ie)?K(ie):"tokenize"in ie?K([ie]):E(ie);function E(_e){return Me;function Me(Ie){const ke=Ie!==null&&_e[Ie],Ge=Ie!==null&&_e.null,Ft=[...Array.isArray(ke)?ke:ke?[ke]:[],...Array.isArray(Ge)?Ge:Ge?[Ge]:[]];return K(Ft)(Ie)}}function K(_e){return X=_e,ae=0,_e.length===0?P:A(_e[ae])}function A(_e){return Me;function Me(Ie){return M=H(),pe=_e,_e.partial||(m.currentConstruct=_e),_e.name&&m.parser.constructs.disable.null.includes(_e.name)?je():_e.tokenize.call(J?Object.assign(Object.create(m),J):m,d,be,je)(Ie)}}function be(_e){return G(pe,M),ee}function je(_e){return M.restore(),++ae<X.length?A(X[ae]):P}}}function $(G,J){G.resolveAll&&!u.includes(G)&&u.push(G),G.resolve&&Vn(m.events,J,m.events.length-J,G.resolve(m.events.slice(J),m)),G.resolveTo&&(m.events=G.resolveTo(m.events,m))}function H(){const G=S(),J=m.previous,fe=m.currentConstruct,ie=m.events.length,ee=Array.from(f);return{from:ie,restore:P};function P(){s=G,m.previous=J,m.currentConstruct=fe,m.events.length=ie,f=ee,R()}}function R(){s.line in l&&s.column<2&&(s.column=l[s.line],s.offset+=l[s.line]-1)}}function Cj(e,t){const r=t.start._index,s=t.start._bufferIndex,l=t.end._index,u=t.end._bufferIndex;let c;if(r===l)c=[e[r].slice(s,u)];else{if(c=e.slice(r,l),s>-1){const f=c[0];typeof f=="string"?c[0]=f.slice(s):c.shift()}u>0&&c.push(e[l].slice(0,u))}return c}function Aj(e,t){let r=-1;const s=[];let l;for(;++r<e.length;){const u=e[r];let c;if(typeof u=="string")c=u;else switch(u){case-5:{c="\r";break}case-4:{c=`
94
+ `;break}case-3:{c=`\r
95
+ `;break}case-2:{c=t?" ":" ";break}case-1:{if(!t&&l)continue;c=" ";break}default:c=String.fromCharCode(u)}l=u===-2,s.push(c)}return s.join("")}function jj(e){const s={constructs:Wx([kj,...(e||{}).extensions||[]]),content:l(FC),defined:[],document:l(YC),flow:l(uj),lazy:{},string:l(hj),text:l(dj)};return s;function l(u){return c;function c(f){return Ej(s,u,f)}}}function Tj(e){for(;!i1(e););return e}const db=/[\0\t\n\r]/g;function Nj(){let e=1,t="",r=!0,s;return l;function l(u,c,f){const d=[];let m,y,g,x,w;for(u=t+(typeof u=="string"?u.toString():new TextDecoder(c||void 0).decode(u)),g=0,t="",r&&(u.charCodeAt(0)===65279&&g++,r=void 0);g<u.length;){if(db.lastIndex=g,m=db.exec(u),x=m&&m.index!==void 0?m.index:u.length,w=u.charCodeAt(x),!m){t=u.slice(g);break}if(w===10&&g===x&&s)d.push(-3),s=void 0;else switch(s&&(d.push(-5),s=void 0),g<x&&(d.push(u.slice(g,x)),e+=x-g),w){case 0:{d.push(65533),e++;break}case 9:{for(y=Math.ceil(e/4)*4,d.push(-2);e++<y;)d.push(-1);break}case 10:{d.push(-4),e=1;break}default:s=!0,e=1}g=x+1}return f&&(s&&d.push(-5),t&&d.push(t),d.push(null)),d}}const Oj=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Rj(e){return e.replace(Oj,Mj)}function Mj(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){const l=r.charCodeAt(1),u=l===120||l===88;return e1(r.slice(u?2:1),u?16:10)}return Qd(r)||e}const c1={}.hasOwnProperty;function Dj(e,t,r){return t&&typeof t=="object"&&(r=t,t=void 0),Lj(r)(Tj(jj(r).document().write(Nj()(e,t,!0))))}function Lj(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(Fe),autolinkProtocol:H,autolinkEmail:H,atxHeading:u(nt),blockQuote:u(Ge),characterEscape:H,characterReference:H,codeFenced:u(Ft),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:u(Ft,c),codeText:u(ze,c),codeTextData:H,data:H,codeFlowValue:H,definition:u(Ae),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:u(Le),hardBreakEscape:u(Ve),hardBreakTrailing:u(Ve),htmlFlow:u(Je,c),htmlFlowData:H,htmlText:u(Je,c),htmlTextData:H,image:u(We),label:c,link:u(Fe),listItem:u(ft),listItemValue:x,listOrdered:u(et,g),listUnordered:u(et),paragraph:u(ht),reference:A,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:u(nt),strong:u(Wt),thematicBreak:u(yn)},exit:{atxHeading:d(),atxHeadingSequence:B,autolink:d(),autolinkEmail:ke,autolinkProtocol:Ie,blockQuote:d(),characterEscapeValue:R,characterReferenceMarkerHexadecimal:je,characterReferenceMarkerNumeric:je,characterReferenceValue:_e,characterReference:Me,codeFenced:d(z),codeFencedFence:T,codeFencedFenceInfo:w,codeFencedFenceMeta:S,codeFlowValue:R,codeIndented:d(D),codeText:d(ee),codeTextData:R,data:R,definition:d(),definitionDestinationString:oe,definitionLabelString:q,definitionTitleString:F,emphasis:d(),hardBreakEscape:d(J),hardBreakTrailing:d(J),htmlFlow:d(fe),htmlFlowData:R,htmlText:d(ie),htmlTextData:R,image:d(X),label:pe,labelText:ae,lineEnding:G,link:d(P),listItem:d(),listOrdered:d(),listUnordered:d(),paragraph:d(),referenceString:be,resourceDestinationString:M,resourceTitleString:E,resource:K,setextHeading:d($),setextHeadingLineSequence:W,setextHeadingText:L,strong:d(),thematicBreak:d()}};f1(t,(e||{}).mdastExtensions||[]);const r={};return s;function s(ce){let we={type:"root",children:[]};const Ue={stack:[we],tokenStack:[],config:t,enter:f,exit:m,buffer:c,resume:y,data:r},Ke=[];let ut=-1;for(;++ut<ce.length;)if(ce[ut][1].type==="listOrdered"||ce[ut][1].type==="listUnordered")if(ce[ut][0]==="enter")Ke.push(ut);else{const ln=Ke.pop();ut=l(ce,ln,ut)}for(ut=-1;++ut<ce.length;){const ln=t[ce[ut][0]];c1.call(ln,ce[ut][1].type)&&ln[ce[ut][1].type].call(Object.assign({sliceSerialize:ce[ut][2].sliceSerialize},Ue),ce[ut][1])}if(Ue.tokenStack.length>0){const ln=Ue.tokenStack[Ue.tokenStack.length-1];(ln[1]||mb).call(Ue,void 0,ln[0])}for(we.position={start:Di(ce.length>0?ce[0][1].start:{line:1,column:1,offset:0}),end:Di(ce.length>0?ce[ce.length-2][1].end:{line:1,column:1,offset:0})},ut=-1;++ut<t.transforms.length;)we=t.transforms[ut](we)||we;return we}function l(ce,we,Ue){let Ke=we-1,ut=-1,ln=!1,bn,en,xt,$t;for(;++Ke<=Ue;){const dt=ce[Ke];switch(dt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{dt[0]==="enter"?ut++:ut--,$t=void 0;break}case"lineEndingBlank":{dt[0]==="enter"&&(bn&&!$t&&!ut&&!xt&&(xt=Ke),$t=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:$t=void 0}if(!ut&&dt[0]==="enter"&&dt[1].type==="listItemPrefix"||ut===-1&&dt[0]==="exit"&&(dt[1].type==="listUnordered"||dt[1].type==="listOrdered")){if(bn){let xe=Ke;for(en=void 0;xe--;){const He=ce[xe];if(He[1].type==="lineEnding"||He[1].type==="lineEndingBlank"){if(He[0]==="exit")continue;en&&(ce[en][1].type="lineEndingBlank",ln=!0),He[1].type="lineEnding",en=xe}else if(!(He[1].type==="linePrefix"||He[1].type==="blockQuotePrefix"||He[1].type==="blockQuotePrefixWhitespace"||He[1].type==="blockQuoteMarker"||He[1].type==="listItemIndent"))break}xt&&(!en||xt<en)&&(bn._spread=!0),bn.end=Object.assign({},en?ce[en][1].start:dt[1].end),ce.splice(en||Ke,0,["exit",bn,dt[2]]),Ke++,Ue++}if(dt[1].type==="listItemPrefix"){const xe={type:"listItem",_spread:!1,start:Object.assign({},dt[1].start),end:void 0};bn=xe,ce.splice(Ke,0,["enter",xe,dt[2]]),Ke++,Ue++,xt=void 0,$t=!0}}}return ce[we][1]._spread=ln,Ue}function u(ce,we){return Ue;function Ue(Ke){f.call(this,ce(Ke),Ke),we&&we.call(this,Ke)}}function c(){this.stack.push({type:"fragment",children:[]})}function f(ce,we,Ue){this.stack[this.stack.length-1].children.push(ce),this.stack.push(ce),this.tokenStack.push([we,Ue||void 0]),ce.position={start:Di(we.start),end:void 0}}function d(ce){return we;function we(Ue){ce&&ce.call(this,Ue),m.call(this,Ue)}}function m(ce,we){const Ue=this.stack.pop(),Ke=this.tokenStack.pop();if(Ke)Ke[0].type!==ce.type&&(we?we.call(this,ce,Ke[0]):(Ke[1]||mb).call(this,ce,Ke[0]));else throw new Error("Cannot close `"+ce.type+"` ("+Ol({start:ce.start,end:ce.end})+"): it’s not open");Ue.position.end=Di(ce.end)}function y(){return Kd(this.stack.pop())}function g(){this.data.expectingFirstListItemValue=!0}function x(ce){if(this.data.expectingFirstListItemValue){const we=this.stack[this.stack.length-2];we.start=Number.parseInt(this.sliceSerialize(ce),10),this.data.expectingFirstListItemValue=void 0}}function w(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.lang=ce}function S(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.meta=ce}function T(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function z(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.value=ce.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function D(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.value=ce.replace(/(\r?\n|\r)$/g,"")}function q(ce){const we=this.resume(),Ue=this.stack[this.stack.length-1];Ue.label=we,Ue.identifier=wr(this.sliceSerialize(ce)).toLowerCase()}function F(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.title=ce}function oe(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.url=ce}function B(ce){const we=this.stack[this.stack.length-1];if(!we.depth){const Ue=this.sliceSerialize(ce).length;we.depth=Ue}}function L(){this.data.setextHeadingSlurpLineEnding=!0}function W(ce){const we=this.stack[this.stack.length-1];we.depth=this.sliceSerialize(ce).codePointAt(0)===61?1:2}function $(){this.data.setextHeadingSlurpLineEnding=void 0}function H(ce){const Ue=this.stack[this.stack.length-1].children;let Ke=Ue[Ue.length-1];(!Ke||Ke.type!=="text")&&(Ke=$e(),Ke.position={start:Di(ce.start),end:void 0},Ue.push(Ke)),this.stack.push(Ke)}function R(ce){const we=this.stack.pop();we.value+=this.sliceSerialize(ce),we.position.end=Di(ce.end)}function G(ce){const we=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Ue=we.children[we.children.length-1];Ue.position.end=Di(ce.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(we.type)&&(H.call(this,ce),R.call(this,ce))}function J(){this.data.atHardBreak=!0}function fe(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.value=ce}function ie(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.value=ce}function ee(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.value=ce}function P(){const ce=this.stack[this.stack.length-1];if(this.data.inReference){const we=this.data.referenceType||"shortcut";ce.type+="Reference",ce.referenceType=we,delete ce.url,delete ce.title}else delete ce.identifier,delete ce.label;this.data.referenceType=void 0}function X(){const ce=this.stack[this.stack.length-1];if(this.data.inReference){const we=this.data.referenceType||"shortcut";ce.type+="Reference",ce.referenceType=we,delete ce.url,delete ce.title}else delete ce.identifier,delete ce.label;this.data.referenceType=void 0}function ae(ce){const we=this.sliceSerialize(ce),Ue=this.stack[this.stack.length-2];Ue.label=Rj(we),Ue.identifier=wr(we).toLowerCase()}function pe(){const ce=this.stack[this.stack.length-1],we=this.resume(),Ue=this.stack[this.stack.length-1];if(this.data.inReference=!0,Ue.type==="link"){const Ke=ce.children;Ue.children=Ke}else Ue.alt=we}function M(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.url=ce}function E(){const ce=this.resume(),we=this.stack[this.stack.length-1];we.title=ce}function K(){this.data.inReference=void 0}function A(){this.data.referenceType="collapsed"}function be(ce){const we=this.resume(),Ue=this.stack[this.stack.length-1];Ue.label=we,Ue.identifier=wr(this.sliceSerialize(ce)).toLowerCase(),this.data.referenceType="full"}function je(ce){this.data.characterReferenceType=ce.type}function _e(ce){const we=this.sliceSerialize(ce),Ue=this.data.characterReferenceType;let Ke;Ue?(Ke=e1(we,Ue==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ke=Qd(we);const ut=this.stack[this.stack.length-1];ut.value+=Ke}function Me(ce){const we=this.stack.pop();we.position.end=Di(ce.end)}function Ie(ce){R.call(this,ce);const we=this.stack[this.stack.length-1];we.url=this.sliceSerialize(ce)}function ke(ce){R.call(this,ce);const we=this.stack[this.stack.length-1];we.url="mailto:"+this.sliceSerialize(ce)}function Ge(){return{type:"blockquote",children:[]}}function Ft(){return{type:"code",lang:null,meta:null,value:""}}function ze(){return{type:"inlineCode",value:""}}function Ae(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Le(){return{type:"emphasis",children:[]}}function nt(){return{type:"heading",depth:0,children:[]}}function Ve(){return{type:"break"}}function Je(){return{type:"html",value:""}}function We(){return{type:"image",title:null,url:"",alt:null}}function Fe(){return{type:"link",title:null,url:"",children:[]}}function et(ce){return{type:"list",ordered:ce.type==="listOrdered",start:null,spread:ce._spread,children:[]}}function ft(ce){return{type:"listItem",spread:ce._spread,checked:null,children:[]}}function ht(){return{type:"paragraph",children:[]}}function Wt(){return{type:"strong",children:[]}}function $e(){return{type:"text",value:""}}function yn(){return{type:"thematicBreak"}}}function Di(e){return{line:e.line,column:e.column,offset:e.offset}}function f1(e,t){let r=-1;for(;++r<t.length;){const s=t[r];Array.isArray(s)?f1(e,s):zj(e,s)}}function zj(e,t){let r;for(r in t)if(c1.call(t,r))switch(r){case"canContainEols":{const s=t[r];s&&e[r].push(...s);break}case"transforms":{const s=t[r];s&&e[r].push(...s);break}case"enter":case"exit":{const s=t[r];s&&Object.assign(e[r],s);break}}}function mb(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ol({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ol({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ol({start:t.start,end:t.end})+") is still open")}function Uj(e){const t=this;t.parser=r;function r(s){return Dj(s,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function Bj(e,t){const r={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,r),e.applyData(t,r)}function Pj(e,t){const r={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,r),[e.applyData(t,r),{type:"text",value:`
96
+ `}]}function qj(e,t){const r=t.value?t.value+`
97
+ `:"",s={},l=t.lang?t.lang.split(/\s+/):[];l.length>0&&(s.className=["language-"+l[0]]);let u={type:"element",tagName:"code",properties:s,children:[{type:"text",value:r}]};return t.meta&&(u.data={meta:t.meta}),e.patch(t,u),u=e.applyData(t,u),u={type:"element",tagName:"pre",properties:{},children:[u]},e.patch(t,u),u}function Hj(e,t){const r={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Ij(e,t){const r={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Fj(e,t){const r=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",s=String(t.identifier).toUpperCase(),l=ka(s.toLowerCase()),u=e.footnoteOrder.indexOf(s);let c,f=e.footnoteCounts.get(s);f===void 0?(f=0,e.footnoteOrder.push(s),c=e.footnoteOrder.length):c=u+1,f+=1,e.footnoteCounts.set(s,f);const d={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+l,id:r+"fnref-"+l+(f>1?"-"+f:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(c)}]};e.patch(t,d);const m={type:"element",tagName:"sup",properties:{},children:[d]};return e.patch(t,m),e.applyData(t,m)}function $j(e,t){const r={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Yj(e,t){if(e.options.allowDangerousHtml){const r={type:"raw",value:t.value};return e.patch(t,r),e.applyData(t,r)}}function h1(e,t){const r=t.referenceType;let s="]";if(r==="collapsed"?s+="[]":r==="full"&&(s+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+s}];const l=e.all(t),u=l[0];u&&u.type==="text"?u.value="["+u.value:l.unshift({type:"text",value:"["});const c=l[l.length-1];return c&&c.type==="text"?c.value+=s:l.push({type:"text",value:s}),l}function Gj(e,t){const r=String(t.identifier).toUpperCase(),s=e.definitionById.get(r);if(!s)return h1(e,t);const l={src:ka(s.url||""),alt:t.alt};s.title!==null&&s.title!==void 0&&(l.title=s.title);const u={type:"element",tagName:"img",properties:l,children:[]};return e.patch(t,u),e.applyData(t,u)}function Vj(e,t){const r={src:ka(t.url)};t.alt!==null&&t.alt!==void 0&&(r.alt=t.alt),t.title!==null&&t.title!==void 0&&(r.title=t.title);const s={type:"element",tagName:"img",properties:r,children:[]};return e.patch(t,s),e.applyData(t,s)}function Jj(e,t){const r={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,r);const s={type:"element",tagName:"code",properties:{},children:[r]};return e.patch(t,s),e.applyData(t,s)}function Xj(e,t){const r=String(t.identifier).toUpperCase(),s=e.definitionById.get(r);if(!s)return h1(e,t);const l={href:ka(s.url||"")};s.title!==null&&s.title!==void 0&&(l.title=s.title);const u={type:"element",tagName:"a",properties:l,children:e.all(t)};return e.patch(t,u),e.applyData(t,u)}function Kj(e,t){const r={href:ka(t.url)};t.title!==null&&t.title!==void 0&&(r.title=t.title);const s={type:"element",tagName:"a",properties:r,children:e.all(t)};return e.patch(t,s),e.applyData(t,s)}function Qj(e,t,r){const s=e.all(t),l=r?Zj(r):d1(t),u={},c=[];if(typeof t.checked=="boolean"){const y=s[0];let g;y&&y.type==="element"&&y.tagName==="p"?g=y:(g={type:"element",tagName:"p",properties:{},children:[]},s.unshift(g)),g.children.length>0&&g.children.unshift({type:"text",value:" "}),g.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),u.className=["task-list-item"]}let f=-1;for(;++f<s.length;){const y=s[f];(l||f!==0||y.type!=="element"||y.tagName!=="p")&&c.push({type:"text",value:`
98
+ `}),y.type==="element"&&y.tagName==="p"&&!l?c.push(...y.children):c.push(y)}const d=s[s.length-1];d&&(l||d.type!=="element"||d.tagName!=="p")&&c.push({type:"text",value:`
99
+ `});const m={type:"element",tagName:"li",properties:u,children:c};return e.patch(t,m),e.applyData(t,m)}function Zj(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const r=e.children;let s=-1;for(;!t&&++s<r.length;)t=d1(r[s])}return t}function d1(e){const t=e.spread;return t??e.children.length>1}function Wj(e,t){const r={},s=e.all(t);let l=-1;for(typeof t.start=="number"&&t.start!==1&&(r.start=t.start);++l<s.length;){const c=s[l];if(c.type==="element"&&c.tagName==="li"&&c.properties&&Array.isArray(c.properties.className)&&c.properties.className.includes("task-list-item")){r.className=["contains-task-list"];break}}const u={type:"element",tagName:t.ordered?"ol":"ul",properties:r,children:e.wrap(s,!0)};return e.patch(t,u),e.applyData(t,u)}function eT(e,t){const r={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function tT(e,t){const r={type:"root",children:e.wrap(e.all(t))};return e.patch(t,r),e.applyData(t,r)}function nT(e,t){const r={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function rT(e,t){const r=e.all(t),s=r.shift(),l=[];if(s){const c={type:"element",tagName:"thead",properties:{},children:e.wrap([s],!0)};e.patch(t.children[0],c),l.push(c)}if(r.length>0){const c={type:"element",tagName:"tbody",properties:{},children:e.wrap(r,!0)},f=Gd(t.children[1]),d=Gx(t.children[t.children.length-1]);f&&d&&(c.position={start:f,end:d}),l.push(c)}const u={type:"element",tagName:"table",properties:{},children:e.wrap(l,!0)};return e.patch(t,u),e.applyData(t,u)}function iT(e,t,r){const s=r?r.children:void 0,u=(s?s.indexOf(t):1)===0?"th":"td",c=r&&r.type==="table"?r.align:void 0,f=c?c.length:t.children.length;let d=-1;const m=[];for(;++d<f;){const g=t.children[d],x={},w=c?c[d]:void 0;w&&(x.align=w);let S={type:"element",tagName:u,properties:x,children:[]};g&&(S.children=e.all(g),e.patch(g,S),S=e.applyData(g,S)),m.push(S)}const y={type:"element",tagName:"tr",properties:{},children:e.wrap(m,!0)};return e.patch(t,y),e.applyData(t,y)}function sT(e,t){const r={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}const pb=9,gb=32;function aT(e){const t=String(e),r=/\r?\n|\r/g;let s=r.exec(t),l=0;const u=[];for(;s;)u.push(yb(t.slice(l,s.index),l>0,!0),s[0]),l=s.index+s[0].length,s=r.exec(t);return u.push(yb(t.slice(l),l>0,!1)),u.join("")}function yb(e,t,r){let s=0,l=e.length;if(t){let u=e.codePointAt(s);for(;u===pb||u===gb;)s++,u=e.codePointAt(s)}if(r){let u=e.codePointAt(l-1);for(;u===pb||u===gb;)l--,u=e.codePointAt(l-1)}return l>s?e.slice(s,l):""}function lT(e,t){const r={type:"text",value:aT(String(t.value))};return e.patch(t,r),e.applyData(t,r)}function oT(e,t){const r={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,r),e.applyData(t,r)}const uT={blockquote:Bj,break:Pj,code:qj,delete:Hj,emphasis:Ij,footnoteReference:Fj,heading:$j,html:Yj,imageReference:Gj,image:Vj,inlineCode:Jj,linkReference:Xj,link:Kj,listItem:Qj,list:Wj,paragraph:eT,root:tT,strong:nT,table:rT,tableCell:sT,tableRow:iT,text:lT,thematicBreak:oT,toml:pu,yaml:pu,definition:pu,footnoteDefinition:pu};function pu(){}const m1=-1,Wu=0,Ml=1,Pu=2,Wd=3,em=4,tm=5,nm=6,p1=7,g1=8,bb=typeof self=="object"?self:globalThis,cT=(e,t)=>{const r=(l,u)=>(e.set(u,l),l),s=l=>{if(e.has(l))return e.get(l);const[u,c]=t[l];switch(u){case Wu:case m1:return r(c,l);case Ml:{const f=r([],l);for(const d of c)f.push(s(d));return f}case Pu:{const f=r({},l);for(const[d,m]of c)f[s(d)]=s(m);return f}case Wd:return r(new Date(c),l);case em:{const{source:f,flags:d}=c;return r(new RegExp(f,d),l)}case tm:{const f=r(new Map,l);for(const[d,m]of c)f.set(s(d),s(m));return f}case nm:{const f=r(new Set,l);for(const d of c)f.add(s(d));return f}case p1:{const{name:f,message:d}=c;return r(new bb[f](d),l)}case g1:return r(BigInt(c),l);case"BigInt":return r(Object(BigInt(c)),l);case"ArrayBuffer":return r(new Uint8Array(c).buffer,c);case"DataView":{const{buffer:f}=new Uint8Array(c);return r(new DataView(f),c)}}return r(new bb[u](c),l)};return s},xb=e=>cT(new Map,e)(0),na="",{toString:fT}={},{keys:hT}=Object,_l=e=>{const t=typeof e;if(t!=="object"||!e)return[Wu,t];const r=fT.call(e).slice(8,-1);switch(r){case"Array":return[Ml,na];case"Object":return[Pu,na];case"Date":return[Wd,na];case"RegExp":return[em,na];case"Map":return[tm,na];case"Set":return[nm,na];case"DataView":return[Ml,r]}return r.includes("Array")?[Ml,r]:r.includes("Error")?[p1,r]:[Pu,r]},gu=([e,t])=>e===Wu&&(t==="function"||t==="symbol"),dT=(e,t,r,s)=>{const l=(c,f)=>{const d=s.push(c)-1;return r.set(f,d),d},u=c=>{if(r.has(c))return r.get(c);let[f,d]=_l(c);switch(f){case Wu:{let y=c;switch(d){case"bigint":f=g1,y=c.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+d);y=null;break;case"undefined":return l([m1],c)}return l([f,y],c)}case Ml:{if(d){let x=c;return d==="DataView"?x=new Uint8Array(c.buffer):d==="ArrayBuffer"&&(x=new Uint8Array(c)),l([d,[...x]],c)}const y=[],g=l([f,y],c);for(const x of c)y.push(u(x));return g}case Pu:{if(d)switch(d){case"BigInt":return l([d,c.toString()],c);case"Boolean":case"Number":case"String":return l([d,c.valueOf()],c)}if(t&&"toJSON"in c)return u(c.toJSON());const y=[],g=l([f,y],c);for(const x of hT(c))(e||!gu(_l(c[x])))&&y.push([u(x),u(c[x])]);return g}case Wd:return l([f,c.toISOString()],c);case em:{const{source:y,flags:g}=c;return l([f,{source:y,flags:g}],c)}case tm:{const y=[],g=l([f,y],c);for(const[x,w]of c)(e||!(gu(_l(x))||gu(_l(w))))&&y.push([u(x),u(w)]);return g}case nm:{const y=[],g=l([f,y],c);for(const x of c)(e||!gu(_l(x)))&&y.push(u(x));return g}}const{message:m}=c;return l([f,{name:d,message:m}],c)};return u},vb=(e,{json:t,lossy:r}={})=>{const s=[];return dT(!(t||r),!!t,new Map,s)(e),s},qu=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?xb(vb(e,t)):structuredClone(e):(e,t)=>xb(vb(e,t));function mT(e,t){const r=[{type:"text",value:"↩"}];return t>1&&r.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),r}function pT(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function gT(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=e.options.footnoteBackContent||mT,s=e.options.footnoteBackLabel||pT,l=e.options.footnoteLabel||"Footnotes",u=e.options.footnoteLabelTagName||"h2",c=e.options.footnoteLabelProperties||{className:["sr-only"]},f=[];let d=-1;for(;++d<e.footnoteOrder.length;){const m=e.footnoteById.get(e.footnoteOrder[d]);if(!m)continue;const y=e.all(m),g=String(m.identifier).toUpperCase(),x=ka(g.toLowerCase());let w=0;const S=[],T=e.footnoteCounts.get(g);for(;T!==void 0&&++w<=T;){S.length>0&&S.push({type:"text",value:" "});let q=typeof r=="string"?r:r(d,w);typeof q=="string"&&(q={type:"text",value:q}),S.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+x+(w>1?"-"+w:""),dataFootnoteBackref:"",ariaLabel:typeof s=="string"?s:s(d,w),className:["data-footnote-backref"]},children:Array.isArray(q)?q:[q]})}const z=y[y.length-1];if(z&&z.type==="element"&&z.tagName==="p"){const q=z.children[z.children.length-1];q&&q.type==="text"?q.value+=" ":z.children.push({type:"text",value:" "}),z.children.push(...S)}else y.push(...S);const D={type:"element",tagName:"li",properties:{id:t+"fn-"+x},children:e.wrap(y,!0)};e.patch(m,D),f.push(D)}if(f.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:u,properties:{...qu(c),id:"footnote-label"},children:[{type:"text",value:l}]},{type:"text",value:`
100
+ `},{type:"element",tagName:"ol",properties:{},children:e.wrap(f,!0)},{type:"text",value:`
101
+ `}]}}const ec=(function(e){if(e==null)return vT;if(typeof e=="function")return tc(e);if(typeof e=="object")return Array.isArray(e)?yT(e):bT(e);if(typeof e=="string")return xT(e);throw new Error("Expected function, string, or object as test")});function yT(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=ec(e[r]);return tc(s);function s(...l){let u=-1;for(;++u<t.length;)if(t[u].apply(this,l))return!0;return!1}}function bT(e){const t=e;return tc(r);function r(s){const l=s;let u;for(u in e)if(l[u]!==t[u])return!1;return!0}}function xT(e){return tc(t);function t(r){return r&&r.type===e}}function tc(e){return t;function t(r,s,l){return!!(wT(r)&&e.call(this,r,typeof s=="number"?s:void 0,l||void 0))}}function vT(){return!0}function wT(e){return e!==null&&typeof e=="object"&&"type"in e}const y1=[],ST=!0,vd=!1,_T="skip";function b1(e,t,r,s){let l;typeof t=="function"&&typeof r!="function"?(s=r,r=t):l=t;const u=ec(l),c=s?-1:1;f(e,void 0,[])();function f(d,m,y){const g=d&&typeof d=="object"?d:{};if(typeof g.type=="string"){const w=typeof g.tagName=="string"?g.tagName:typeof g.name=="string"?g.name:void 0;Object.defineProperty(x,"name",{value:"node ("+(d.type+(w?"<"+w+">":""))+")"})}return x;function x(){let w=y1,S,T,z;if((!t||u(d,m,y[y.length-1]||void 0))&&(w=kT(r(d,y)),w[0]===vd))return w;if("children"in d&&d.children){const D=d;if(D.children&&w[0]!==_T)for(T=(s?D.children.length:-1)+c,z=y.concat(D);T>-1&&T<D.children.length;){const q=D.children[T];if(S=f(q,T,z)(),S[0]===vd)return S;T=typeof S[1]=="number"?S[1]:T+c}}return w}}}function kT(e){return Array.isArray(e)?e:typeof e=="number"?[ST,e]:e==null?y1:[e]}function rm(e,t,r,s){let l,u,c;typeof t=="function"&&typeof r!="function"?(u=void 0,c=t,l=r):(u=t,c=r,l=s),b1(e,u,f,l);function f(d,m){const y=m[m.length-1],g=y?y.children.indexOf(d):void 0;return c(d,g,y)}}const wd={}.hasOwnProperty,ET={};function CT(e,t){const r=t||ET,s=new Map,l=new Map,u=new Map,c={...uT,...r.handlers},f={all:m,applyData:jT,definitionById:s,footnoteById:l,footnoteCounts:u,footnoteOrder:[],handlers:c,one:d,options:r,patch:AT,wrap:NT};return rm(e,function(y){if(y.type==="definition"||y.type==="footnoteDefinition"){const g=y.type==="definition"?s:l,x=String(y.identifier).toUpperCase();g.has(x)||g.set(x,y)}}),f;function d(y,g){const x=y.type,w=f.handlers[x];if(wd.call(f.handlers,x)&&w)return w(f,y,g);if(f.options.passThrough&&f.options.passThrough.includes(x)){if("children"in y){const{children:T,...z}=y,D=qu(z);return D.children=f.all(y),D}return qu(y)}return(f.options.unknownHandler||TT)(f,y,g)}function m(y){const g=[];if("children"in y){const x=y.children;let w=-1;for(;++w<x.length;){const S=f.one(x[w],y);if(S){if(w&&x[w-1].type==="break"&&(!Array.isArray(S)&&S.type==="text"&&(S.value=wb(S.value)),!Array.isArray(S)&&S.type==="element")){const T=S.children[0];T&&T.type==="text"&&(T.value=wb(T.value))}Array.isArray(S)?g.push(...S):g.push(S)}}}return g}}function AT(e,t){e.position&&(t.position=pC(e))}function jT(e,t){let r=t;if(e&&e.data){const s=e.data.hName,l=e.data.hChildren,u=e.data.hProperties;if(typeof s=="string")if(r.type==="element")r.tagName=s;else{const c="children"in r?r.children:[r];r={type:"element",tagName:s,properties:{},children:c}}r.type==="element"&&u&&Object.assign(r.properties,qu(u)),"children"in r&&r.children&&l!==null&&l!==void 0&&(r.children=l)}return r}function TT(e,t){const r=t.data||{},s="value"in t&&!(wd.call(r,"hProperties")||wd.call(r,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,s),e.applyData(t,s)}function NT(e,t){const r=[];let s=-1;for(t&&r.push({type:"text",value:`
102
+ `});++s<e.length;)s&&r.push({type:"text",value:`
103
+ `}),r.push(e[s]);return t&&e.length>0&&r.push({type:"text",value:`
104
+ `}),r}function wb(e){let t=0,r=e.charCodeAt(t);for(;r===9||r===32;)t++,r=e.charCodeAt(t);return e.slice(t)}function Sb(e,t){const r=CT(e,t),s=r.one(e,void 0),l=gT(r),u=Array.isArray(s)?{type:"root",children:s}:s||{type:"root",children:[]};return l&&u.children.push({type:"text",value:`
105
+ `},l),u}function OT(e,t){return e&&"run"in e?async function(r,s){const l=Sb(r,{file:s,...t});await e.run(l,s)}:function(r,s){return Sb(r,{file:s,...e||t})}}function _b(e){if(e)throw e}var Uh,kb;function RT(){if(kb)return Uh;kb=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=Object.defineProperty,s=Object.getOwnPropertyDescriptor,l=function(m){return typeof Array.isArray=="function"?Array.isArray(m):t.call(m)==="[object Array]"},u=function(m){if(!m||t.call(m)!=="[object Object]")return!1;var y=e.call(m,"constructor"),g=m.constructor&&m.constructor.prototype&&e.call(m.constructor.prototype,"isPrototypeOf");if(m.constructor&&!y&&!g)return!1;var x;for(x in m);return typeof x>"u"||e.call(m,x)},c=function(m,y){r&&y.name==="__proto__"?r(m,y.name,{enumerable:!0,configurable:!0,value:y.newValue,writable:!0}):m[y.name]=y.newValue},f=function(m,y){if(y==="__proto__")if(e.call(m,y)){if(s)return s(m,y).value}else return;return m[y]};return Uh=function d(){var m,y,g,x,w,S,T=arguments[0],z=1,D=arguments.length,q=!1;for(typeof T=="boolean"&&(q=T,T=arguments[1]||{},z=2),(T==null||typeof T!="object"&&typeof T!="function")&&(T={});z<D;++z)if(m=arguments[z],m!=null)for(y in m)g=f(T,y),x=f(m,y),T!==x&&(q&&x&&(u(x)||(w=l(x)))?(w?(w=!1,S=g&&l(g)?g:[]):S=g&&u(g)?g:{},c(T,{name:y,newValue:d(q,S,x)})):typeof x<"u"&&c(T,{name:y,newValue:x}));return T},Uh}var MT=RT();const Bh=Hb(MT);function Sd(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function DT(){const e=[],t={run:r,use:s};return t;function r(...l){let u=-1;const c=l.pop();if(typeof c!="function")throw new TypeError("Expected function as last argument, not "+c);f(null,...l);function f(d,...m){const y=e[++u];let g=-1;if(d){c(d);return}for(;++g<l.length;)(m[g]===null||m[g]===void 0)&&(m[g]=l[g]);l=m,y?LT(y,f)(...m):c(null,...m)}}function s(l){if(typeof l!="function")throw new TypeError("Expected `middelware` to be a function, not "+l);return e.push(l),t}}function LT(e,t){let r;return s;function s(...c){const f=e.length>c.length;let d;f&&c.push(l);try{d=e.apply(this,c)}catch(m){const y=m;if(f&&r)throw y;return l(y)}f||(d&&d.then&&typeof d.then=="function"?d.then(u,l):d instanceof Error?l(d):u(d))}function l(c,...f){r||(r=!0,t(c,...f))}function u(c){l(null,c)}}const Tr={basename:zT,dirname:UT,extname:BT,join:PT,sep:"/"};function zT(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Jl(e);let r=0,s=-1,l=e.length,u;if(t===void 0||t.length===0||t.length>e.length){for(;l--;)if(e.codePointAt(l)===47){if(u){r=l+1;break}}else s<0&&(u=!0,s=l+1);return s<0?"":e.slice(r,s)}if(t===e)return"";let c=-1,f=t.length-1;for(;l--;)if(e.codePointAt(l)===47){if(u){r=l+1;break}}else c<0&&(u=!0,c=l+1),f>-1&&(e.codePointAt(l)===t.codePointAt(f--)?f<0&&(s=l):(f=-1,s=c));return r===s?s=c:s<0&&(s=e.length),e.slice(r,s)}function UT(e){if(Jl(e),e.length===0)return".";let t=-1,r=e.length,s;for(;--r;)if(e.codePointAt(r)===47){if(s){t=r;break}}else s||(s=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function BT(e){Jl(e);let t=e.length,r=-1,s=0,l=-1,u=0,c;for(;t--;){const f=e.codePointAt(t);if(f===47){if(c){s=t+1;break}continue}r<0&&(c=!0,r=t+1),f===46?l<0?l=t:u!==1&&(u=1):l>-1&&(u=-1)}return l<0||r<0||u===0||u===1&&l===r-1&&l===s+1?"":e.slice(l,r)}function PT(...e){let t=-1,r;for(;++t<e.length;)Jl(e[t]),e[t]&&(r=r===void 0?e[t]:r+"/"+e[t]);return r===void 0?".":qT(r)}function qT(e){Jl(e);const t=e.codePointAt(0)===47;let r=HT(e,!t);return r.length===0&&!t&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),t?"/"+r:r}function HT(e,t){let r="",s=0,l=-1,u=0,c=-1,f,d;for(;++c<=e.length;){if(c<e.length)f=e.codePointAt(c);else{if(f===47)break;f=47}if(f===47){if(!(l===c-1||u===1))if(l!==c-1&&u===2){if(r.length<2||s!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(d=r.lastIndexOf("/"),d!==r.length-1){d<0?(r="",s=0):(r=r.slice(0,d),s=r.length-1-r.lastIndexOf("/")),l=c,u=0;continue}}else if(r.length>0){r="",s=0,l=c,u=0;continue}}t&&(r=r.length>0?r+"/..":"..",s=2)}else r.length>0?r+="/"+e.slice(l+1,c):r=e.slice(l+1,c),s=c-l-1;l=c,u=0}else f===46&&u>-1?u++:u=-1}return r}function Jl(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const IT={cwd:FT};function FT(){return"/"}function _d(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function $T(e){if(typeof e=="string")e=new URL(e);else if(!_d(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return YT(e)}function YT(e){if(e.hostname!==""){const s=new TypeError('File URL host must be "localhost" or empty on darwin');throw s.code="ERR_INVALID_FILE_URL_HOST",s}const t=e.pathname;let r=-1;for(;++r<t.length;)if(t.codePointAt(r)===37&&t.codePointAt(r+1)===50){const s=t.codePointAt(r+2);if(s===70||s===102){const l=new TypeError("File URL path must not include encoded / characters");throw l.code="ERR_INVALID_FILE_URL_PATH",l}}return decodeURIComponent(t)}const Ph=["history","path","basename","stem","extname","dirname"];class x1{constructor(t){let r;t?_d(t)?r={path:t}:typeof t=="string"||GT(t)?r={value:t}:r=t:r={},this.cwd="cwd"in r?"":IT.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let s=-1;for(;++s<Ph.length;){const u=Ph[s];u in r&&r[u]!==void 0&&r[u]!==null&&(this[u]=u==="history"?[...r[u]]:r[u])}let l;for(l in r)Ph.includes(l)||(this[l]=r[l])}get basename(){return typeof this.path=="string"?Tr.basename(this.path):void 0}set basename(t){Hh(t,"basename"),qh(t,"basename"),this.path=Tr.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Tr.dirname(this.path):void 0}set dirname(t){Eb(this.basename,"dirname"),this.path=Tr.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Tr.extname(this.path):void 0}set extname(t){if(qh(t,"extname"),Eb(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Tr.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){_d(t)&&(t=$T(t)),Hh(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Tr.basename(this.path,this.extname):void 0}set stem(t){Hh(t,"stem"),qh(t,"stem"),this.path=Tr.join(this.dirname||"",t+(this.extname||""))}fail(t,r,s){const l=this.message(t,r,s);throw l.fatal=!0,l}info(t,r,s){const l=this.message(t,r,s);return l.fatal=void 0,l}message(t,r,s){const l=new gn(t,r,s);return this.path&&(l.name=this.path+":"+l.name,l.file=this.path),l.fatal=!1,this.messages.push(l),l}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function qh(e,t){if(e&&e.includes(Tr.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Tr.sep+"`")}function Hh(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Eb(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function GT(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const VT=(function(e){const s=this.constructor.prototype,l=s[e],u=function(){return l.apply(u,arguments)};return Object.setPrototypeOf(u,s),u}),JT={}.hasOwnProperty;class im extends VT{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=DT()}copy(){const t=new im;let r=-1;for(;++r<this.attachers.length;){const s=this.attachers[r];t.use(...s)}return t.data(Bh(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?($h("data",this.frozen),this.namespace[t]=r,this):JT.call(this.namespace,t)&&this.namespace[t]||void 0:t?($h("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[r,...s]=this.attachers[this.freezeIndex];if(s[0]===!1)continue;s[0]===!0&&(s[0]=void 0);const l=r.call(t,...s);typeof l=="function"&&this.transformers.use(l)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const r=yu(t),s=this.parser||this.Parser;return Ih("parse",s),s(String(r),r)}process(t,r){const s=this;return this.freeze(),Ih("process",this.parser||this.Parser),Fh("process",this.compiler||this.Compiler),r?l(void 0,r):new Promise(l);function l(u,c){const f=yu(t),d=s.parse(f);s.run(d,f,function(y,g,x){if(y||!g||!x)return m(y);const w=g,S=s.stringify(w,x);QT(S)?x.value=S:x.result=S,m(y,x)});function m(y,g){y||!g?c(y):u?u(g):r(void 0,g)}}}processSync(t){let r=!1,s;return this.freeze(),Ih("processSync",this.parser||this.Parser),Fh("processSync",this.compiler||this.Compiler),this.process(t,l),Ab("processSync","process",r),s;function l(u,c){r=!0,_b(u),s=c}}run(t,r,s){Cb(t),this.freeze();const l=this.transformers;return!s&&typeof r=="function"&&(s=r,r=void 0),s?u(void 0,s):new Promise(u);function u(c,f){const d=yu(r);l.run(t,d,m);function m(y,g,x){const w=g||t;y?f(y):c?c(w):s(void 0,w,x)}}}runSync(t,r){let s=!1,l;return this.run(t,r,u),Ab("runSync","run",s),l;function u(c,f){_b(c),l=f,s=!0}}stringify(t,r){this.freeze();const s=yu(r),l=this.compiler||this.Compiler;return Fh("stringify",l),Cb(t),l(t,s)}use(t,...r){const s=this.attachers,l=this.namespace;if($h("use",this.frozen),t!=null)if(typeof t=="function")d(t,r);else if(typeof t=="object")Array.isArray(t)?f(t):c(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function u(m){if(typeof m=="function")d(m,[]);else if(typeof m=="object")if(Array.isArray(m)){const[y,...g]=m;d(y,g)}else c(m);else throw new TypeError("Expected usable value, not `"+m+"`")}function c(m){if(!("plugins"in m)&&!("settings"in m))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");f(m.plugins),m.settings&&(l.settings=Bh(!0,l.settings,m.settings))}function f(m){let y=-1;if(m!=null)if(Array.isArray(m))for(;++y<m.length;){const g=m[y];u(g)}else throw new TypeError("Expected a list of plugins, not `"+m+"`")}function d(m,y){let g=-1,x=-1;for(;++g<s.length;)if(s[g][0]===m){x=g;break}if(x===-1)s.push([m,...y]);else if(y.length>0){let[w,...S]=y;const T=s[x][1];Sd(T)&&Sd(w)&&(w=Bh(!0,T,w)),s[x]=[m,w,...S]}}}}const XT=new im().freeze();function Ih(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function Fh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function $h(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Cb(e){if(!Sd(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Ab(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function yu(e){return KT(e)?e:new x1(e)}function KT(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function QT(e){return typeof e=="string"||ZT(e)}function ZT(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const WT="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",jb=[],Tb={allowDangerousHtml:!0},eN=/^(https?|ircs?|mailto|xmpp)$/i,tN=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function Nb(e){const t=nN(e),r=rN(e);return iN(t.runSync(t.parse(r),r),e)}function nN(e){const t=e.rehypePlugins||jb,r=e.remarkPlugins||jb,s=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Tb}:Tb;return XT().use(Uj).use(r).use(OT,s).use(t)}function rN(e){const t=e.children||"",r=new x1;return typeof t=="string"&&(r.value=t),r}function iN(e,t){const r=t.allowedElements,s=t.allowElement,l=t.components,u=t.disallowedElements,c=t.skipHtml,f=t.unwrapDisallowed,d=t.urlTransform||sN;for(const y of tN)Object.hasOwn(t,y.from)&&(""+y.from+(y.to?"use `"+y.to+"` instead":"remove it")+WT+y.id,void 0);return rm(e,m),vC(e,{Fragment:b.Fragment,components:l,ignoreInvalidStyle:!0,jsx:b.jsx,jsxs:b.jsxs,passKeys:!0,passNode:!0});function m(y,g,x){if(y.type==="raw"&&x&&typeof g=="number")return c?x.children.splice(g,1):x.children[g]={type:"text",value:y.value},g;if(y.type==="element"){let w;for(w in Dh)if(Object.hasOwn(Dh,w)&&Object.hasOwn(y.properties,w)){const S=y.properties[w],T=Dh[w];(T===null||T.includes(y.tagName))&&(y.properties[w]=d(String(S||""),w,y))}}if(y.type==="element"){let w=r?!r.includes(y.tagName):u?u.includes(y.tagName):!1;if(!w&&s&&typeof g=="number"&&(w=!s(y,g,x)),w&&x&&typeof g=="number")return f&&y.children?x.children.splice(g,1,...y.children):x.children.splice(g,1),g}}}function sN(e){const t=e.indexOf(":"),r=e.indexOf("?"),s=e.indexOf("#"),l=e.indexOf("/");return t===-1||l!==-1&&t>l||r!==-1&&t>r||s!==-1&&t>s||eN.test(e.slice(0,t))?e:""}function Ob(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let s=0,l=r.indexOf(t);for(;l!==-1;)s++,l=r.indexOf(t,l+t.length);return s}function aN(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function v1(e,t,r){const l=ec((r||{}).ignore||[]),u=lN(t);let c=-1;for(;++c<u.length;)b1(e,"text",f);function f(m,y){let g=-1,x;for(;++g<y.length;){const w=y[g],S=x?x.children:void 0;if(l(w,S?S.indexOf(w):void 0,x))return;x=w}if(x)return d(m,y)}function d(m,y){const g=y[y.length-1],x=u[c][0],w=u[c][1];let S=0;const z=g.children.indexOf(m);let D=!1,q=[];x.lastIndex=0;let F=x.exec(m.value);for(;F;){const oe=F.index,B={index:F.index,input:F.input,stack:[...y,m]};let L=w(...F,B);if(typeof L=="string"&&(L=L.length>0?{type:"text",value:L}:void 0),L===!1?x.lastIndex=oe+1:(S!==oe&&q.push({type:"text",value:m.value.slice(S,oe)}),Array.isArray(L)?q.push(...L):L&&q.push(L),S=oe+F[0].length,D=!0),!x.global)break;F=x.exec(m.value)}return D?(S<m.value.length&&q.push({type:"text",value:m.value.slice(S)}),g.children.splice(z,1,...q)):q=[m],z+q.length}}function lN(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const r=!e[0]||Array.isArray(e[0])?e:[e];let s=-1;for(;++s<r.length;){const l=r[s];t.push([oN(l[0]),uN(l[1])])}return t}function oN(e){return typeof e=="string"?new RegExp(aN(e),"g"):e}function uN(e){return typeof e=="function"?e:function(){return e}}const Yh="phrasing",Gh=["autolink","link","image","label"];function cN(){return{transforms:[yN],enter:{literalAutolink:hN,literalAutolinkEmail:Vh,literalAutolinkHttp:Vh,literalAutolinkWww:Vh},exit:{literalAutolink:gN,literalAutolinkEmail:pN,literalAutolinkHttp:dN,literalAutolinkWww:mN}}}function fN(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Yh,notInConstruct:Gh},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Yh,notInConstruct:Gh},{character:":",before:"[ps]",after:"\\/",inConstruct:Yh,notInConstruct:Gh}]}}function hN(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Vh(e){this.config.enter.autolinkProtocol.call(this,e)}function dN(e){this.config.exit.autolinkProtocol.call(this,e)}function mN(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function pN(e){this.config.exit.autolinkEmail.call(this,e)}function gN(e){this.exit(e)}function yN(e){v1(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,bN],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),xN]],{ignore:["link","linkReference"]})}function bN(e,t,r,s,l){let u="";if(!w1(l)||(/^w/i.test(t)&&(r=t+r,t="",u="http://"),!vN(r)))return!1;const c=wN(r+s);if(!c[0])return!1;const f={type:"link",title:null,url:u+t+c[0],children:[{type:"text",value:t+c[0]}]};return c[1]?[f,{type:"text",value:c[1]}]:f}function xN(e,t,r,s){return!w1(s,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function vN(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function wN(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let r=t[0],s=r.indexOf(")");const l=Ob(e,"(");let u=Ob(e,")");for(;s!==-1&&l>u;)e+=r.slice(0,s+1),r=r.slice(s+1),s=r.indexOf(")"),u++;return[e,r]}function w1(e,t){const r=e.input.charCodeAt(e.index-1);return(e.index===0||gs(r)||Qu(r))&&(!t||r!==47)}S1.peek=NN;function SN(){this.buffer()}function _N(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function kN(){this.buffer()}function EN(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function CN(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=wr(this.sliceSerialize(e)).toLowerCase(),r.label=t}function AN(e){this.exit(e)}function jN(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=wr(this.sliceSerialize(e)).toLowerCase(),r.label=t}function TN(e){this.exit(e)}function NN(){return"["}function S1(e,t,r,s){const l=r.createTracker(s);let u=l.move("[^");const c=r.enter("footnoteReference"),f=r.enter("reference");return u+=l.move(r.safe(r.associationId(e),{after:"]",before:u})),f(),c(),u+=l.move("]"),u}function ON(){return{enter:{gfmFootnoteCallString:SN,gfmFootnoteCall:_N,gfmFootnoteDefinitionLabelString:kN,gfmFootnoteDefinition:EN},exit:{gfmFootnoteCallString:CN,gfmFootnoteCall:AN,gfmFootnoteDefinitionLabelString:jN,gfmFootnoteDefinition:TN}}}function RN(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:r,footnoteReference:S1},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(s,l,u,c){const f=u.createTracker(c);let d=f.move("[^");const m=u.enter("footnoteDefinition"),y=u.enter("label");return d+=f.move(u.safe(u.associationId(s),{before:d,after:"]"})),y(),d+=f.move("]:"),s.children&&s.children.length>0&&(f.shift(4),d+=f.move((t?`
106
+ `:" ")+u.indentLines(u.containerFlow(s,f.current()),t?_1:MN))),m(),d}}function MN(e,t,r){return t===0?e:_1(e,t,r)}function _1(e,t,r){return(r?"":" ")+e}const DN=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];k1.peek=PN;function LN(){return{canContainEols:["delete"],enter:{strikethrough:UN},exit:{strikethrough:BN}}}function zN(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:DN}],handlers:{delete:k1}}}function UN(e){this.enter({type:"delete",children:[]},e)}function BN(e){this.exit(e)}function k1(e,t,r,s){const l=r.createTracker(s),u=r.enter("strikethrough");let c=l.move("~~");return c+=r.containerPhrasing(e,{...l.current(),before:c,after:"~"}),c+=l.move("~~"),u(),c}function PN(){return"~"}function qN(e){return e.length}function HN(e,t){const r=t||{},s=(r.align||[]).concat(),l=r.stringLength||qN,u=[],c=[],f=[],d=[];let m=0,y=-1;for(;++y<e.length;){const T=[],z=[];let D=-1;for(e[y].length>m&&(m=e[y].length);++D<e[y].length;){const q=IN(e[y][D]);if(r.alignDelimiters!==!1){const F=l(q);z[D]=F,(d[D]===void 0||F>d[D])&&(d[D]=F)}T.push(q)}c[y]=T,f[y]=z}let g=-1;if(typeof s=="object"&&"length"in s)for(;++g<m;)u[g]=Rb(s[g]);else{const T=Rb(s);for(;++g<m;)u[g]=T}g=-1;const x=[],w=[];for(;++g<m;){const T=u[g];let z="",D="";T===99?(z=":",D=":"):T===108?z=":":T===114&&(D=":");let q=r.alignDelimiters===!1?1:Math.max(1,d[g]-z.length-D.length);const F=z+"-".repeat(q)+D;r.alignDelimiters!==!1&&(q=z.length+q+D.length,q>d[g]&&(d[g]=q),w[g]=q),x[g]=F}c.splice(1,0,x),f.splice(1,0,w),y=-1;const S=[];for(;++y<c.length;){const T=c[y],z=f[y];g=-1;const D=[];for(;++g<m;){const q=T[g]||"";let F="",oe="";if(r.alignDelimiters!==!1){const B=d[g]-(z[g]||0),L=u[g];L===114?F=" ".repeat(B):L===99?B%2?(F=" ".repeat(B/2+.5),oe=" ".repeat(B/2-.5)):(F=" ".repeat(B/2),oe=F):oe=" ".repeat(B)}r.delimiterStart!==!1&&!g&&D.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&q==="")&&(r.delimiterStart!==!1||g)&&D.push(" "),r.alignDelimiters!==!1&&D.push(F),D.push(q),r.alignDelimiters!==!1&&D.push(oe),r.padding!==!1&&D.push(" "),(r.delimiterEnd!==!1||g!==m-1)&&D.push("|")}S.push(r.delimiterEnd===!1?D.join("").replace(/ +$/,""):D.join(""))}return S.join(`
107
+ `)}function IN(e){return e==null?"":String(e)}function Rb(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function FN(e,t,r,s){const l=r.enter("blockquote"),u=r.createTracker(s);u.move("> "),u.shift(2);const c=r.indentLines(r.containerFlow(e,u.current()),$N);return l(),c}function $N(e,t,r){return">"+(r?"":" ")+e}function YN(e,t){return Mb(e,t.inConstruct,!0)&&!Mb(e,t.notInConstruct,!1)}function Mb(e,t,r){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return r;let s=-1;for(;++s<t.length;)if(e.includes(t[s]))return!0;return!1}function Db(e,t,r,s){let l=-1;for(;++l<r.unsafe.length;)if(r.unsafe[l].character===`
108
+ `&&YN(r.stack,r.unsafe[l]))return/[ \t]/.test(s.before)?"":" ";return`\\
109
+ `}function GN(e,t){const r=String(e);let s=r.indexOf(t),l=s,u=0,c=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;s!==-1;)s===l?++u>c&&(c=u):u=1,l=s+t.length,s=r.indexOf(t,l);return c}function VN(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function JN(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function XN(e,t,r,s){const l=JN(r),u=e.value||"",c=l==="`"?"GraveAccent":"Tilde";if(VN(e,r)){const g=r.enter("codeIndented"),x=r.indentLines(u,KN);return g(),x}const f=r.createTracker(s),d=l.repeat(Math.max(GN(u,l)+1,3)),m=r.enter("codeFenced");let y=f.move(d);if(e.lang){const g=r.enter(`codeFencedLang${c}`);y+=f.move(r.safe(e.lang,{before:y,after:" ",encode:["`"],...f.current()})),g()}if(e.lang&&e.meta){const g=r.enter(`codeFencedMeta${c}`);y+=f.move(" "),y+=f.move(r.safe(e.meta,{before:y,after:`
110
+ `,encode:["`"],...f.current()})),g()}return y+=f.move(`
111
+ `),u&&(y+=f.move(u+`
112
+ `)),y+=f.move(d),m(),y}function KN(e,t,r){return(r?"":" ")+e}function sm(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function QN(e,t,r,s){const l=sm(r),u=l==='"'?"Quote":"Apostrophe",c=r.enter("definition");let f=r.enter("label");const d=r.createTracker(s);let m=d.move("[");return m+=d.move(r.safe(r.associationId(e),{before:m,after:"]",...d.current()})),m+=d.move("]: "),f(),!e.url||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),m+=d.move("<"),m+=d.move(r.safe(e.url,{before:m,after:">",...d.current()})),m+=d.move(">")):(f=r.enter("destinationRaw"),m+=d.move(r.safe(e.url,{before:m,after:e.title?" ":`
113
+ `,...d.current()}))),f(),e.title&&(f=r.enter(`title${u}`),m+=d.move(" "+l),m+=d.move(r.safe(e.title,{before:m,after:l,...d.current()})),m+=d.move(l),f()),c(),m}function ZN(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function Hl(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Hu(e,t,r){const s=ba(e),l=ba(t);return s===void 0?l===void 0?r==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:s===1?l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}E1.peek=WN;function E1(e,t,r,s){const l=ZN(r),u=r.enter("emphasis"),c=r.createTracker(s),f=c.move(l);let d=c.move(r.containerPhrasing(e,{after:l,before:f,...c.current()}));const m=d.charCodeAt(0),y=Hu(s.before.charCodeAt(s.before.length-1),m,l);y.inside&&(d=Hl(m)+d.slice(1));const g=d.charCodeAt(d.length-1),x=Hu(s.after.charCodeAt(0),g,l);x.inside&&(d=d.slice(0,-1)+Hl(g));const w=c.move(l);return u(),r.attentionEncodeSurroundingInfo={after:x.outside,before:y.outside},f+d+w}function WN(e,t,r){return r.options.emphasis||"*"}function e3(e,t){let r=!1;return rm(e,function(s){if("value"in s&&/\r?\n|\r/.test(s.value)||s.type==="break")return r=!0,vd}),!!((!e.depth||e.depth<3)&&Kd(e)&&(t.options.setext||r))}function t3(e,t,r,s){const l=Math.max(Math.min(6,e.depth||1),1),u=r.createTracker(s);if(e3(e,r)){const y=r.enter("headingSetext"),g=r.enter("phrasing"),x=r.containerPhrasing(e,{...u.current(),before:`
114
+ `,after:`
115
+ `});return g(),y(),x+`
116
+ `+(l===1?"=":"-").repeat(x.length-(Math.max(x.lastIndexOf("\r"),x.lastIndexOf(`
117
+ `))+1))}const c="#".repeat(l),f=r.enter("headingAtx"),d=r.enter("phrasing");u.move(c+" ");let m=r.containerPhrasing(e,{before:"# ",after:`
118
+ `,...u.current()});return/^[\t ]/.test(m)&&(m=Hl(m.charCodeAt(0))+m.slice(1)),m=m?c+" "+m:c,r.options.closeAtx&&(m+=" "+c),d(),f(),m}C1.peek=n3;function C1(e){return e.value||""}function n3(){return"<"}A1.peek=r3;function A1(e,t,r,s){const l=sm(r),u=l==='"'?"Quote":"Apostrophe",c=r.enter("image");let f=r.enter("label");const d=r.createTracker(s);let m=d.move("![");return m+=d.move(r.safe(e.alt,{before:m,after:"]",...d.current()})),m+=d.move("]("),f(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),m+=d.move("<"),m+=d.move(r.safe(e.url,{before:m,after:">",...d.current()})),m+=d.move(">")):(f=r.enter("destinationRaw"),m+=d.move(r.safe(e.url,{before:m,after:e.title?" ":")",...d.current()}))),f(),e.title&&(f=r.enter(`title${u}`),m+=d.move(" "+l),m+=d.move(r.safe(e.title,{before:m,after:l,...d.current()})),m+=d.move(l),f()),m+=d.move(")"),c(),m}function r3(){return"!"}j1.peek=i3;function j1(e,t,r,s){const l=e.referenceType,u=r.enter("imageReference");let c=r.enter("label");const f=r.createTracker(s);let d=f.move("![");const m=r.safe(e.alt,{before:d,after:"]",...f.current()});d+=f.move(m+"]["),c();const y=r.stack;r.stack=[],c=r.enter("reference");const g=r.safe(r.associationId(e),{before:d,after:"]",...f.current()});return c(),r.stack=y,u(),l==="full"||!m||m!==g?d+=f.move(g+"]"):l==="shortcut"?d=d.slice(0,-1):d+=f.move("]"),d}function i3(){return"!"}T1.peek=s3;function T1(e,t,r){let s=e.value||"",l="`",u=-1;for(;new RegExp("(^|[^`])"+l+"([^`]|$)").test(s);)l+="`";for(/[^ \r\n]/.test(s)&&(/^[ \r\n]/.test(s)&&/[ \r\n]$/.test(s)||/^`|`$/.test(s))&&(s=" "+s+" ");++u<r.unsafe.length;){const c=r.unsafe[u],f=r.compilePattern(c);let d;if(c.atBreak)for(;d=f.exec(s);){let m=d.index;s.charCodeAt(m)===10&&s.charCodeAt(m-1)===13&&m--,s=s.slice(0,m)+" "+s.slice(d.index+1)}}return l+s+l}function s3(){return"`"}function N1(e,t){const r=Kd(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(r===e.url||"mailto:"+r===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}O1.peek=a3;function O1(e,t,r,s){const l=sm(r),u=l==='"'?"Quote":"Apostrophe",c=r.createTracker(s);let f,d;if(N1(e,r)){const y=r.stack;r.stack=[],f=r.enter("autolink");let g=c.move("<");return g+=c.move(r.containerPhrasing(e,{before:g,after:">",...c.current()})),g+=c.move(">"),f(),r.stack=y,g}f=r.enter("link"),d=r.enter("label");let m=c.move("[");return m+=c.move(r.containerPhrasing(e,{before:m,after:"](",...c.current()})),m+=c.move("]("),d(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(d=r.enter("destinationLiteral"),m+=c.move("<"),m+=c.move(r.safe(e.url,{before:m,after:">",...c.current()})),m+=c.move(">")):(d=r.enter("destinationRaw"),m+=c.move(r.safe(e.url,{before:m,after:e.title?" ":")",...c.current()}))),d(),e.title&&(d=r.enter(`title${u}`),m+=c.move(" "+l),m+=c.move(r.safe(e.title,{before:m,after:l,...c.current()})),m+=c.move(l),d()),m+=c.move(")"),f(),m}function a3(e,t,r){return N1(e,r)?"<":"["}R1.peek=l3;function R1(e,t,r,s){const l=e.referenceType,u=r.enter("linkReference");let c=r.enter("label");const f=r.createTracker(s);let d=f.move("[");const m=r.containerPhrasing(e,{before:d,after:"]",...f.current()});d+=f.move(m+"]["),c();const y=r.stack;r.stack=[],c=r.enter("reference");const g=r.safe(r.associationId(e),{before:d,after:"]",...f.current()});return c(),r.stack=y,u(),l==="full"||!m||m!==g?d+=f.move(g+"]"):l==="shortcut"?d=d.slice(0,-1):d+=f.move("]"),d}function l3(){return"["}function am(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function o3(e){const t=am(e),r=e.options.bulletOther;if(!r)return t==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+r+"`) to be different");return r}function u3(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function M1(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function c3(e,t,r,s){const l=r.enter("list"),u=r.bulletCurrent;let c=e.ordered?u3(r):am(r);const f=e.ordered?c==="."?")":".":o3(r);let d=t&&r.bulletLastUsed?c===r.bulletLastUsed:!1;if(!e.ordered){const y=e.children?e.children[0]:void 0;if((c==="*"||c==="-")&&y&&(!y.children||!y.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(d=!0),M1(r)===c&&y){let g=-1;for(;++g<e.children.length;){const x=e.children[g];if(x&&x.type==="listItem"&&x.children&&x.children[0]&&x.children[0].type==="thematicBreak"){d=!0;break}}}}d&&(c=f),r.bulletCurrent=c;const m=r.containerFlow(e,s);return r.bulletLastUsed=c,r.bulletCurrent=u,l(),m}function f3(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function h3(e,t,r,s){const l=f3(r);let u=r.bulletCurrent||am(r);t&&t.type==="list"&&t.ordered&&(u=(typeof t.start=="number"&&t.start>-1?t.start:1)+(r.options.incrementListMarker===!1?0:t.children.indexOf(e))+u);let c=u.length+1;(l==="tab"||l==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(c=Math.ceil(c/4)*4);const f=r.createTracker(s);f.move(u+" ".repeat(c-u.length)),f.shift(c);const d=r.enter("listItem"),m=r.indentLines(r.containerFlow(e,f.current()),y);return d(),m;function y(g,x,w){return x?(w?"":" ".repeat(c))+g:(w?u:u+" ".repeat(c-u.length))+g}}function d3(e,t,r,s){const l=r.enter("paragraph"),u=r.enter("phrasing"),c=r.containerPhrasing(e,s);return u(),l(),c}const m3=ec(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function p3(e,t,r,s){return(e.children.some(function(c){return m3(c)})?r.containerPhrasing:r.containerFlow).call(r,e,s)}function g3(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}D1.peek=y3;function D1(e,t,r,s){const l=g3(r),u=r.enter("strong"),c=r.createTracker(s),f=c.move(l+l);let d=c.move(r.containerPhrasing(e,{after:l,before:f,...c.current()}));const m=d.charCodeAt(0),y=Hu(s.before.charCodeAt(s.before.length-1),m,l);y.inside&&(d=Hl(m)+d.slice(1));const g=d.charCodeAt(d.length-1),x=Hu(s.after.charCodeAt(0),g,l);x.inside&&(d=d.slice(0,-1)+Hl(g));const w=c.move(l+l);return u(),r.attentionEncodeSurroundingInfo={after:x.outside,before:y.outside},f+d+w}function y3(e,t,r){return r.options.strong||"*"}function b3(e,t,r,s){return r.safe(e.value,s)}function x3(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function v3(e,t,r){const s=(M1(r)+(r.options.ruleSpaces?" ":"")).repeat(x3(r));return r.options.ruleSpaces?s.slice(0,-1):s}const L1={blockquote:FN,break:Db,code:XN,definition:QN,emphasis:E1,hardBreak:Db,heading:t3,html:C1,image:A1,imageReference:j1,inlineCode:T1,link:O1,linkReference:R1,list:c3,listItem:h3,paragraph:d3,root:p3,strong:D1,text:b3,thematicBreak:v3};function w3(){return{enter:{table:S3,tableData:Lb,tableHeader:Lb,tableRow:k3},exit:{codeText:E3,table:_3,tableData:Jh,tableHeader:Jh,tableRow:Jh}}}function S3(e){const t=e._align;this.enter({type:"table",align:t.map(function(r){return r==="none"?null:r}),children:[]},e),this.data.inTable=!0}function _3(e){this.exit(e),this.data.inTable=void 0}function k3(e){this.enter({type:"tableRow",children:[]},e)}function Jh(e){this.exit(e)}function Lb(e){this.enter({type:"tableCell",children:[]},e)}function E3(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,C3));const r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function C3(e,t){return t==="|"?t:e}function A3(e){const t=e||{},r=t.tableCellPadding,s=t.tablePipeAlign,l=t.stringLength,u=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
119
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:x,table:c,tableCell:d,tableRow:f}};function c(w,S,T,z){return m(y(w,T,z),w.align)}function f(w,S,T,z){const D=g(w,T,z),q=m([D]);return q.slice(0,q.indexOf(`
120
+ `))}function d(w,S,T,z){const D=T.enter("tableCell"),q=T.enter("phrasing"),F=T.containerPhrasing(w,{...z,before:u,after:u});return q(),D(),F}function m(w,S){return HN(w,{align:S,alignDelimiters:s,padding:r,stringLength:l})}function y(w,S,T){const z=w.children;let D=-1;const q=[],F=S.enter("table");for(;++D<z.length;)q[D]=g(z[D],S,T);return F(),q}function g(w,S,T){const z=w.children;let D=-1;const q=[],F=S.enter("tableRow");for(;++D<z.length;)q[D]=d(z[D],w,S,T);return F(),q}function x(w,S,T){let z=L1.inlineCode(w,S,T);return T.stack.includes("tableCell")&&(z=z.replace(/\|/g,"\\$&")),z}}function j3(){return{exit:{taskListCheckValueChecked:zb,taskListCheckValueUnchecked:zb,paragraph:N3}}}function T3(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:O3}}}function zb(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function N3(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const r=this.stack[this.stack.length-1];r.type;const s=r.children[0];if(s&&s.type==="text"){const l=t.children;let u=-1,c;for(;++u<l.length;){const f=l[u];if(f.type==="paragraph"){c=f;break}}c===r&&(s.value=s.value.slice(1),s.value.length===0?r.children.shift():r.position&&s.position&&typeof s.position.start.offset=="number"&&(s.position.start.column++,s.position.start.offset++,r.position.start=Object.assign({},s.position.start)))}}this.exit(e)}function O3(e,t,r,s){const l=e.children[0],u=typeof e.checked=="boolean"&&l&&l.type==="paragraph",c="["+(e.checked?"x":" ")+"] ",f=r.createTracker(s);u&&f.move(c);let d=L1.listItem(e,t,r,{...s,...f.current()});return u&&(d=d.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,m)),d;function m(y){return y+c}}function R3(){return[cN(),ON(),LN(),w3(),j3()]}function M3(e){return{extensions:[fN(),RN(e),zN(),A3(e),T3()]}}const D3={tokenize:q3,partial:!0},z1={tokenize:H3,partial:!0},U1={tokenize:I3,partial:!0},B1={tokenize:F3,partial:!0},L3={tokenize:$3,partial:!0},P1={name:"wwwAutolink",tokenize:B3,previous:H1},q1={name:"protocolAutolink",tokenize:P3,previous:I1},ai={name:"emailAutolink",tokenize:U3,previous:F1},Dr={};function z3(){return{text:Dr}}let hs=48;for(;hs<123;)Dr[hs]=ai,hs++,hs===58?hs=65:hs===91&&(hs=97);Dr[43]=ai;Dr[45]=ai;Dr[46]=ai;Dr[95]=ai;Dr[72]=[ai,q1];Dr[104]=[ai,q1];Dr[87]=[ai,P1];Dr[119]=[ai,P1];function U3(e,t,r){const s=this;let l,u;return c;function c(g){return!kd(g)||!F1.call(s,s.previous)||lm(s.events)?r(g):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),f(g))}function f(g){return kd(g)?(e.consume(g),f):g===64?(e.consume(g),d):r(g)}function d(g){return g===46?e.check(L3,y,m)(g):g===45||g===95||pn(g)?(u=!0,e.consume(g),d):y(g)}function m(g){return e.consume(g),l=!0,d}function y(g){return u&&l&&kn(s.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(g)):r(g)}}function B3(e,t,r){const s=this;return l;function l(c){return c!==87&&c!==119||!H1.call(s,s.previous)||lm(s.events)?r(c):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(D3,e.attempt(z1,e.attempt(U1,u),r),r)(c))}function u(c){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(c)}}function P3(e,t,r){const s=this;let l="",u=!1;return c;function c(g){return(g===72||g===104)&&I1.call(s,s.previous)&&!lm(s.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),l+=String.fromCodePoint(g),e.consume(g),f):r(g)}function f(g){if(kn(g)&&l.length<5)return l+=String.fromCodePoint(g),e.consume(g),f;if(g===58){const x=l.toLowerCase();if(x==="http"||x==="https")return e.consume(g),d}return r(g)}function d(g){return g===47?(e.consume(g),u?m:(u=!0,d)):r(g)}function m(g){return g===null||Bu(g)||Nt(g)||gs(g)||Qu(g)?r(g):e.attempt(z1,e.attempt(U1,y),r)(g)}function y(g){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(g)}}function q3(e,t,r){let s=0;return l;function l(c){return(c===87||c===119)&&s<3?(s++,e.consume(c),l):c===46&&s===3?(e.consume(c),u):r(c)}function u(c){return c===null?r(c):t(c)}}function H3(e,t,r){let s,l,u;return c;function c(m){return m===46||m===95?e.check(B1,d,f)(m):m===null||Nt(m)||gs(m)||m!==45&&Qu(m)?d(m):(u=!0,e.consume(m),c)}function f(m){return m===95?s=!0:(l=s,s=void 0),e.consume(m),c}function d(m){return l||s||!u?r(m):t(m)}}function I3(e,t){let r=0,s=0;return l;function l(c){return c===40?(r++,e.consume(c),l):c===41&&s<r?u(c):c===33||c===34||c===38||c===39||c===41||c===42||c===44||c===46||c===58||c===59||c===60||c===63||c===93||c===95||c===126?e.check(B1,t,u)(c):c===null||Nt(c)||gs(c)?t(c):(e.consume(c),l)}function u(c){return c===41&&s++,e.consume(c),l}}function F3(e,t,r){return s;function s(f){return f===33||f===34||f===39||f===41||f===42||f===44||f===46||f===58||f===59||f===63||f===95||f===126?(e.consume(f),s):f===38?(e.consume(f),u):f===93?(e.consume(f),l):f===60||f===null||Nt(f)||gs(f)?t(f):r(f)}function l(f){return f===null||f===40||f===91||Nt(f)||gs(f)?t(f):s(f)}function u(f){return kn(f)?c(f):r(f)}function c(f){return f===59?(e.consume(f),s):kn(f)?(e.consume(f),c):r(f)}}function $3(e,t,r){return s;function s(u){return e.consume(u),l}function l(u){return pn(u)?r(u):t(u)}}function H1(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Nt(e)}function I1(e){return!kn(e)}function F1(e){return!(e===47||kd(e))}function kd(e){return e===43||e===45||e===46||e===95||pn(e)}function lm(e){let t=e.length,r=!1;for(;t--;){const s=e[t][1];if((s.type==="labelLink"||s.type==="labelImage")&&!s._balanced){r=!0;break}if(s._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}const Y3={tokenize:W3,partial:!0};function G3(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:K3,continuation:{tokenize:Q3},exit:Z3}},text:{91:{name:"gfmFootnoteCall",tokenize:X3},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:V3,resolveTo:J3}}}}function V3(e,t,r){const s=this;let l=s.events.length;const u=s.parser.gfmFootnotes||(s.parser.gfmFootnotes=[]);let c;for(;l--;){const d=s.events[l][1];if(d.type==="labelImage"){c=d;break}if(d.type==="gfmFootnoteCall"||d.type==="labelLink"||d.type==="label"||d.type==="image"||d.type==="link")break}return f;function f(d){if(!c||!c._balanced)return r(d);const m=wr(s.sliceSerialize({start:c.end,end:s.now()}));return m.codePointAt(0)!==94||!u.includes(m.slice(1))?r(d):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),t(d))}}function J3(e,t){let r=e.length;for(;r--;)if(e[r][1].type==="labelImage"&&e[r][0]==="enter"){e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";const s={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},l={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};l.end.column++,l.end.offset++,l.end._bufferIndex++;const u={type:"gfmFootnoteCallString",start:Object.assign({},l.end),end:Object.assign({},e[e.length-1][1].start)},c={type:"chunkString",contentType:"string",start:Object.assign({},u.start),end:Object.assign({},u.end)},f=[e[r+1],e[r+2],["enter",s,t],e[r+3],e[r+4],["enter",l,t],["exit",l,t],["enter",u,t],["enter",c,t],["exit",c,t],["exit",u,t],e[e.length-2],e[e.length-1],["exit",s,t]];return e.splice(r,e.length-r+1,...f),e}function X3(e,t,r){const s=this,l=s.parser.gfmFootnotes||(s.parser.gfmFootnotes=[]);let u=0,c;return f;function f(g){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),d}function d(g){return g!==94?r(g):(e.enter("gfmFootnoteCallMarker"),e.consume(g),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",m)}function m(g){if(u>999||g===93&&!c||g===null||g===91||Nt(g))return r(g);if(g===93){e.exit("chunkString");const x=e.exit("gfmFootnoteCallString");return l.includes(wr(s.sliceSerialize(x)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(g)}return Nt(g)||(c=!0),u++,e.consume(g),g===92?y:m}function y(g){return g===91||g===92||g===93?(e.consume(g),u++,m):m(g)}}function K3(e,t,r){const s=this,l=s.parser.gfmFootnotes||(s.parser.gfmFootnotes=[]);let u,c=0,f;return d;function d(S){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),m}function m(S){return S===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",y):r(S)}function y(S){if(c>999||S===93&&!f||S===null||S===91||Nt(S))return r(S);if(S===93){e.exit("chunkString");const T=e.exit("gfmFootnoteDefinitionLabelString");return u=wr(s.sliceSerialize(T)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),x}return Nt(S)||(f=!0),c++,e.consume(S),S===92?g:y}function g(S){return S===91||S===92||S===93?(e.consume(S),c++,y):y(S)}function x(S){return S===58?(e.enter("definitionMarker"),e.consume(S),e.exit("definitionMarker"),l.includes(u)||l.push(u),ct(e,w,"gfmFootnoteDefinitionWhitespace")):r(S)}function w(S){return t(S)}}function Q3(e,t,r){return e.check(Vl,t,e.attempt(Y3,t,r))}function Z3(e){e.exit("gfmFootnoteDefinition")}function W3(e,t,r){const s=this;return ct(e,l,"gfmFootnoteDefinitionIndent",5);function l(u){const c=s.events[s.events.length-1];return c&&c[1].type==="gfmFootnoteDefinitionIndent"&&c[2].sliceSerialize(c[1],!0).length===4?t(u):r(u)}}function eO(e){let r=(e||{}).singleTilde;const s={name:"strikethrough",tokenize:u,resolveAll:l};return r==null&&(r=!0),{text:{126:s},insideSpan:{null:[s]},attentionMarkers:{null:[126]}};function l(c,f){let d=-1;for(;++d<c.length;)if(c[d][0]==="enter"&&c[d][1].type==="strikethroughSequenceTemporary"&&c[d][1]._close){let m=d;for(;m--;)if(c[m][0]==="exit"&&c[m][1].type==="strikethroughSequenceTemporary"&&c[m][1]._open&&c[d][1].end.offset-c[d][1].start.offset===c[m][1].end.offset-c[m][1].start.offset){c[d][1].type="strikethroughSequence",c[m][1].type="strikethroughSequence";const y={type:"strikethrough",start:Object.assign({},c[m][1].start),end:Object.assign({},c[d][1].end)},g={type:"strikethroughText",start:Object.assign({},c[m][1].end),end:Object.assign({},c[d][1].start)},x=[["enter",y,f],["enter",c[m][1],f],["exit",c[m][1],f],["enter",g,f]],w=f.parser.constructs.insideSpan.null;w&&Vn(x,x.length,0,Zu(w,c.slice(m+1,d),f)),Vn(x,x.length,0,[["exit",g,f],["enter",c[d][1],f],["exit",c[d][1],f],["exit",y,f]]),Vn(c,m-1,d-m+3,x),d=m+x.length-2;break}}for(d=-1;++d<c.length;)c[d][1].type==="strikethroughSequenceTemporary"&&(c[d][1].type="data");return c}function u(c,f,d){const m=this.previous,y=this.events;let g=0;return x;function x(S){return m===126&&y[y.length-1][1].type!=="characterEscape"?d(S):(c.enter("strikethroughSequenceTemporary"),w(S))}function w(S){const T=ba(m);if(S===126)return g>1?d(S):(c.consume(S),g++,w);if(g<2&&!r)return d(S);const z=c.exit("strikethroughSequenceTemporary"),D=ba(S);return z._open=!D||D===2&&!!T,z._close=!T||T===2&&!!D,f(S)}}}class tO{constructor(){this.map=[]}add(t,r,s){nO(this,t,r,s)}consume(t){if(this.map.sort(function(u,c){return u[0]-c[0]}),this.map.length===0)return;let r=this.map.length;const s=[];for(;r>0;)r-=1,s.push(t.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),t.length=this.map[r][0];s.push(t.slice()),t.length=0;let l=s.pop();for(;l;){for(const u of l)t.push(u);l=s.pop()}this.map.length=0}}function nO(e,t,r,s){let l=0;if(!(r===0&&s.length===0)){for(;l<e.map.length;){if(e.map[l][0]===t){e.map[l][1]+=r,e.map[l][2].push(...s);return}l+=1}e.map.push([t,r,s])}}function rO(e,t){let r=!1;const s=[];for(;t<e.length;){const l=e[t];if(r){if(l[0]==="enter")l[1].type==="tableContent"&&s.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(l[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const u=s.length-1;s[u]=s[u]==="left"?"center":"right"}}else if(l[1].type==="tableDelimiterRow")break}else l[0]==="enter"&&l[1].type==="tableDelimiterRow"&&(r=!0);t+=1}return s}function iO(){return{flow:{null:{name:"table",tokenize:sO,resolveAll:aO}}}}function sO(e,t,r){const s=this;let l=0,u=0,c;return f;function f(R){let G=s.events.length-1;for(;G>-1;){const ie=s.events[G][1].type;if(ie==="lineEnding"||ie==="linePrefix")G--;else break}const J=G>-1?s.events[G][1].type:null,fe=J==="tableHead"||J==="tableRow"?L:d;return fe===L&&s.parser.lazy[s.now().line]?r(R):fe(R)}function d(R){return e.enter("tableHead"),e.enter("tableRow"),m(R)}function m(R){return R===124||(c=!0,u+=1),y(R)}function y(R){return R===null?r(R):Pe(R)?u>1?(u=0,s.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),w):r(R):st(R)?ct(e,y,"whitespace")(R):(u+=1,c&&(c=!1,l+=1),R===124?(e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),c=!0,y):(e.enter("data"),g(R)))}function g(R){return R===null||R===124||Nt(R)?(e.exit("data"),y(R)):(e.consume(R),R===92?x:g)}function x(R){return R===92||R===124?(e.consume(R),g):g(R)}function w(R){return s.interrupt=!1,s.parser.lazy[s.now().line]?r(R):(e.enter("tableDelimiterRow"),c=!1,st(R)?ct(e,S,"linePrefix",s.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(R):S(R))}function S(R){return R===45||R===58?z(R):R===124?(c=!0,e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),T):B(R)}function T(R){return st(R)?ct(e,z,"whitespace")(R):z(R)}function z(R){return R===58?(u+=1,c=!0,e.enter("tableDelimiterMarker"),e.consume(R),e.exit("tableDelimiterMarker"),D):R===45?(u+=1,D(R)):R===null||Pe(R)?oe(R):B(R)}function D(R){return R===45?(e.enter("tableDelimiterFiller"),q(R)):B(R)}function q(R){return R===45?(e.consume(R),q):R===58?(c=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(R),e.exit("tableDelimiterMarker"),F):(e.exit("tableDelimiterFiller"),F(R))}function F(R){return st(R)?ct(e,oe,"whitespace")(R):oe(R)}function oe(R){return R===124?S(R):R===null||Pe(R)?!c||l!==u?B(R):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(R)):B(R)}function B(R){return r(R)}function L(R){return e.enter("tableRow"),W(R)}function W(R){return R===124?(e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),W):R===null||Pe(R)?(e.exit("tableRow"),t(R)):st(R)?ct(e,W,"whitespace")(R):(e.enter("data"),$(R))}function $(R){return R===null||R===124||Nt(R)?(e.exit("data"),W(R)):(e.consume(R),R===92?H:$)}function H(R){return R===92||R===124?(e.consume(R),$):$(R)}}function aO(e,t){let r=-1,s=!0,l=0,u=[0,0,0,0],c=[0,0,0,0],f=!1,d=0,m,y,g;const x=new tO;for(;++r<e.length;){const w=e[r],S=w[1];w[0]==="enter"?S.type==="tableHead"?(f=!1,d!==0&&(Ub(x,t,d,m,y),y=void 0,d=0),m={type:"table",start:Object.assign({},S.start),end:Object.assign({},S.end)},x.add(r,0,[["enter",m,t]])):S.type==="tableRow"||S.type==="tableDelimiterRow"?(s=!0,g=void 0,u=[0,0,0,0],c=[0,r+1,0,0],f&&(f=!1,y={type:"tableBody",start:Object.assign({},S.start),end:Object.assign({},S.end)},x.add(r,0,[["enter",y,t]])),l=S.type==="tableDelimiterRow"?2:y?3:1):l&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")?(s=!1,c[2]===0&&(u[1]!==0&&(c[0]=c[1],g=bu(x,t,u,l,void 0,g),u=[0,0,0,0]),c[2]=r)):S.type==="tableCellDivider"&&(s?s=!1:(u[1]!==0&&(c[0]=c[1],g=bu(x,t,u,l,void 0,g)),u=c,c=[u[1],r,0,0])):S.type==="tableHead"?(f=!0,d=r):S.type==="tableRow"||S.type==="tableDelimiterRow"?(d=r,u[1]!==0?(c[0]=c[1],g=bu(x,t,u,l,r,g)):c[1]!==0&&(g=bu(x,t,c,l,r,g)),l=0):l&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")&&(c[3]=r)}for(d!==0&&Ub(x,t,d,m,y),x.consume(t.events),r=-1;++r<t.events.length;){const w=t.events[r];w[0]==="enter"&&w[1].type==="table"&&(w[1]._align=rO(t.events,r))}return e}function bu(e,t,r,s,l,u){const c=s===1?"tableHeader":s===2?"tableDelimiter":"tableData",f="tableContent";r[0]!==0&&(u.end=Object.assign({},ia(t.events,r[0])),e.add(r[0],0,[["exit",u,t]]));const d=ia(t.events,r[1]);if(u={type:c,start:Object.assign({},d),end:Object.assign({},d)},e.add(r[1],0,[["enter",u,t]]),r[2]!==0){const m=ia(t.events,r[2]),y=ia(t.events,r[3]),g={type:f,start:Object.assign({},m),end:Object.assign({},y)};if(e.add(r[2],0,[["enter",g,t]]),s!==2){const x=t.events[r[2]],w=t.events[r[3]];if(x[1].end=Object.assign({},w[1].end),x[1].type="chunkText",x[1].contentType="text",r[3]>r[2]+1){const S=r[2]+1,T=r[3]-r[2]-1;e.add(S,T,[])}}e.add(r[3]+1,0,[["exit",g,t]])}return l!==void 0&&(u.end=Object.assign({},ia(t.events,l)),e.add(l,0,[["exit",u,t]]),u=void 0),u}function Ub(e,t,r,s,l){const u=[],c=ia(t.events,r);l&&(l.end=Object.assign({},c),u.push(["exit",l,t])),s.end=Object.assign({},c),u.push(["exit",s,t]),e.add(r+1,0,u)}function ia(e,t){const r=e[t],s=r[0]==="enter"?"start":"end";return r[1][s]}const lO={name:"tasklistCheck",tokenize:uO};function oO(){return{text:{91:lO}}}function uO(e,t,r){const s=this;return l;function l(d){return s.previous!==null||!s._gfmTasklistFirstContentOfListItem?r(d):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),u)}function u(d){return Nt(d)?(e.enter("taskListCheckValueUnchecked"),e.consume(d),e.exit("taskListCheckValueUnchecked"),c):d===88||d===120?(e.enter("taskListCheckValueChecked"),e.consume(d),e.exit("taskListCheckValueChecked"),c):r(d)}function c(d){return d===93?(e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),f):r(d)}function f(d){return Pe(d)?t(d):st(d)?e.check({tokenize:cO},t,r)(d):r(d)}}function cO(e,t,r){return ct(e,s,"whitespace");function s(l){return l===null?r(l):t(l)}}function fO(e){return Wx([z3(),G3(),eO(e),iO(),oO()])}const hO={};function Bb(e){const t=this,r=e||hO,s=t.data(),l=s.micromarkExtensions||(s.micromarkExtensions=[]),u=s.fromMarkdownExtensions||(s.fromMarkdownExtensions=[]),c=s.toMarkdownExtensions||(s.toMarkdownExtensions=[]);l.push(fO(r)),u.push(R3()),c.push(M3(r))}function dO(e){v1(e,[/\r?\n|\r/g,mO])}function mO(){return{type:"break"}}function Pb(){return function(e){dO(e)}}function pO({connected:e,hostId:t,request:r,subscribeEvents:s,taskId:l,runId:u}){const c=Mr(),f=Id(),[d,m]=j.useState(!0),[y,g]=j.useState([]),[x,w]=j.useState(),[S,T]=j.useState(),z=x==="started"||x==="monitoring",D=x==="followup",q=x==="started"||x==="followup",[F,oe]=j.useState(null);dd(F!==null,()=>oe(null));const[B,L]=j.useState(!1),[W,$]=j.useState(""),[H,R]=j.useState(!1),G=j.useRef(null),J=j.useRef(null),fe=j.useRef(null),[ie,ee]=j.useState(u==="latest"?void 0:u),P=u==="latest"&&ie===null;j.useEffect(()=>{if(u!=="latest"){ee(u);return}e&&(ee(void 0),r("taskrun.list",{task_id:l,limit:1}).then(E=>{var K,A;return ee(((A=(K=E.entries)==null?void 0:K[0])==null?void 0:A.run_id)??null)}).catch(()=>ee(null)))},[u,l,e,r]);async function X(){if(ie)try{const E=await r("task.result",{id:l,run_id:ie});if(E.error){console.error("No result:",E.error),c(t?`/hosts/${encodeURIComponent(t)}`:"/",{replace:!0});return}g(E.messages??[]),w(E.running_state),T(E.agent)}catch(E){console.error("Failed to load result:",E),c(t?`/hosts/${encodeURIComponent(t)}`:"/",{replace:!0})}finally{m(!1)}}async function ae(E){var K;if(ie)try{const be=(K=(await r("task.reports",{id:l,run_id:ie,report_files:[E]})).reports)==null?void 0:K[0];be!=null&&be.data_url?oe({file:E,data_url:be.data_url}):oe({file:E,content:(be==null?void 0:be.content)??"Report not found."})}catch{oe({file:E,content:"Failed to load report."})}}j.useEffect(()=>{!e||!ie||(m(!0),X())},[e,l,ie]),j.useEffect(()=>!e||!t||!ie?void 0:s(t,async K=>{try{const A=JSON.parse(new TextDecoder().decode(K.data));if(A.event_type!=="running-state"&&A.event_type!=="result-updated"||K.subject.split(".").pop()!==l||A.event_type==="result-updated"&&A.run_id&&A.run_id!==ie)return;X()}catch{}}),[e,t,l,ie,s,r]),j.useEffect(()=>{G.current&&(G.current.scrollTop=G.current.scrollHeight)},[y]),j.useEffect(()=>{d||P||!ie||fe.current!==ie&&(fe.current=ie,requestAnimationFrame(()=>{G.current&&(G.current.scrollTop=G.current.scrollHeight),window.scrollTo({top:document.documentElement.scrollHeight,behavior:"auto"})}))},[d,P,ie]);function pe(E){if(E==="input")return"User Input";if(E==="permission")return"Permission";if(E==="confirmation")return"Confirmation"}function M(E){return E==="started"?"Task started":E==="finished"?"Task finished":E==="failed"?"Task failed":E==="error"?"Command failed":E==="aborted"?"Task aborted":E==="confirmation"?"Task confirmed":E==="stopped"?"Follow-up stopped":E??""}return b.jsxs("div",{className:"run-detail",children:[b.jsxs("button",{className:"run-detail-back",onClick:()=>c(-1),children:[b.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:b.jsx("path",{d:"M15 18l-6-6 6-6"})}),"Back"]}),P?b.jsxs("div",{className:"empty-state",children:[b.jsx("p",{className:"empty-state-text",children:"No runs yet"}),b.jsx("p",{className:"empty-state-hint",children:"This task hasn't been executed yet. Run it from the task menu or wait for its next trigger."})]}):d?b.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-sm)",padding:"var(--space-sm) 0"},children:[b.jsx("div",{className:"skeleton-line",style:{width:"40%"}}),b.jsx("div",{className:"skeleton-line",style:{width:"55%"}}),b.jsx("div",{className:"skeleton-line",style:{width:"100%",height:"8rem",marginTop:"var(--space-sm)"}})]}):b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"chat-thread",ref:G,children:[y.map((E,K)=>{const A=q&&E.role==="assistant"&&!y.slice(K+1).some(be=>be.role==="assistant"||be.role==="user");return E.role==="status"&&E.type==="monitoring"?null:E.role==="status"?b.jsxs("div",{className:`chat-status${E.type==="error"?" chat-status--error":""}`,children:[b.jsxs("div",{children:[M(E.type),E.time>0&&b.jsx("span",{className:"chat-status-time",children:f(E.time)})]}),E.content&&b.jsx("pre",{className:"chat-status-detail",children:E.content})]},K):b.jsxs("div",{className:`chat-message chat-message--${E.role}`,children:[E.role==="assistant"&&S&&b.jsx("div",{className:"chat-message-agent",children:hd(S)}),b.jsxs("div",{className:"chat-message-content",children:[b.jsx(Nb,{remarkPlugins:[Bb,Pb],children:E.content}),A&&b.jsxs("div",{className:"chat-typing-indicator",children:[b.jsx("span",{}),b.jsx("span",{}),b.jsx("span",{})]})]}),E.attachments&&E.attachments.length>0&&b.jsx("div",{className:"chat-message-attachments",children:E.attachments.map(be=>b.jsx("button",{className:"chat-attachment-chip",onClick:()=>ae(be),children:be},be))}),b.jsxs("div",{className:"chat-message-meta",children:[pe(E.type)&&b.jsx("span",{className:"chat-message-type",children:pe(E.type)}),E.time>0&&b.jsx("span",{children:f(E.time)})]})]},K)}),q&&(()=>{const E=y.filter(K=>K.role!=="status");return E.length===0||E[E.length-1].role!=="assistant"})()&&b.jsxs("div",{className:"chat-message chat-message--assistant",children:[S&&b.jsx("div",{className:"chat-message-agent",children:hd(S)}),b.jsxs("div",{className:"chat-typing-indicator",children:[b.jsx("span",{}),b.jsx("span",{}),b.jsx("span",{})]})]}),x==="monitoring"&&b.jsxs("div",{className:"chat-monitoring-indicator",children:[b.jsx("span",{className:"chat-monitoring-dot"}),"Monitoring command output"]})]}),z?b.jsx("div",{className:"chat-abort-bar",children:b.jsx("button",{className:"btn btn-secondary chat-abort-btn",disabled:B,onClick:async()=>{if(confirm("Abort this task?")){L(!0);try{await r("task.abort",{id:l})}catch(E){console.error("Abort failed:",E)}finally{L(!1)}}},children:B?"Aborting...":"Abort Task"})}):D?b.jsx("div",{className:"chat-input-bar",children:b.jsx("button",{className:"btn btn-secondary chat-stop-btn",disabled:B,onClick:async()=>{L(!0);try{await r("task.stop_followup",{id:l,run_id:ie})}catch(E){console.error("Stop failed:",E)}finally{L(!1)}},children:b.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",children:b.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})})})}):b.jsxs("form",{className:"chat-input-bar",onSubmit:async E=>{E.preventDefault();const K=W.trim();if(!(!K||H)){R(!0);try{await r("task.followup",{id:l,run_id:ie,message:K}),$("")}catch(A){console.error("Follow-up failed:",A)}finally{R(!1)}}},children:[b.jsx("input",{ref:J,className:"chat-input",type:"text",placeholder:"Follow-up message",value:W,onChange:E=>$(E.target.value),disabled:H}),b.jsx("button",{className:"btn btn-primary chat-send-btn",type:"submit",disabled:!W.trim()||H,children:b.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),b.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]})})]})]}),F&&b.jsx("div",{className:"report-dialog-overlay",onClick:()=>oe(null),children:b.jsxs("div",{className:"report-dialog",onClick:E=>E.stopPropagation(),children:[b.jsxs("div",{className:"report-dialog-header",children:[b.jsx("span",{className:"report-dialog-title",children:F.file}),b.jsx("button",{className:"report-dialog-close",onClick:()=>oe(null),"aria-label":"Close",children:b.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),b.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),b.jsx("div",{className:"report-dialog-body",children:F.data_url?b.jsx("img",{src:F.data_url,alt:F.file,style:{maxWidth:"100%",height:"auto"}}):b.jsx(Nb,{remarkPlugins:[Bb,Pb],components:{a:({...E})=>b.jsx("a",{...E,target:"_blank",rel:"noopener noreferrer"})},children:F.content??""})})]})})]})}function gO(){const{activeHost:e}=si(),t=j.useRef(null);j.useEffect(()=>{if(Xn.isNativePlatform()||e.directUrl||t.current===e.hostId)return;async function r(){var s;try{if(!("serviceWorker"in navigator)||!("PushManager"in window)){console.warn("[Push] Push notifications not supported");return}const l=await navigator.serviceWorker.ready;(s=l.active)==null||s.postMessage({type:"set-host-id",hostId:e.hostId});let u=await l.pushManager.getSubscription();if(!u){const{publicKey:f}=await hE("/api/push/vapid-key");if(!f){console.warn("[Push] No VAPID public key configured on server");return}if(await Notification.requestPermission()!=="granted"){console.log("[Push] Permission denied");return}u=await l.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:f})}const c=u.toJSON();await fE("/api/push/subscribe",{hostId:e.hostId,endpoint:c.endpoint,keys:{p256dh:c.keys.p256dh,auth:c.keys.auth}}),t.current=e.hostId}catch(l){console.error("[Push] Subscription failed:",l)}}r()},[e])}const yO="0.9.2";function bO(e,t){if(e.includes("-"))return!1;const r=e.split(".").map(Number),s=t.split(".").map(Number);for(let l=0;l<3;l++){if((r[l]??0)<(s[l]??0))return!0;if((r[l]??0)>(s[l]??0))return!1}return!1}function xu(){const{removePairedHost:e,setHostLanUrl:t,setHostTimezone:r}=Hi(),{connected:s,request:l,subscribeEvents:u,unauthorized:c,activeHost:f}=si(),d=f.hostId,m=f.clientToken||null,y=Mr(),g=cr(),x=$u(),w=Ux("(min-width: 768px)"),S=g.pathname.endsWith("/tasks"),T=x.runId?void 0:x.taskId,z=!!(x.taskId&&x.runId),[D,q]=j.useState(!1),[F,oe]=j.useState(!1),[B,L]=j.useState(null),[W,$]=j.useState(null),[H,R]=j.useState(null),[G,J]=j.useState(new Set),[fe,ie]=j.useState([]),[ee,P]=j.useState(),X=!!m&&H===m,[ae,pe]=j.useState(new Map),[M,E]=j.useState(new Map),[K,A]=j.useState(new Map),[be,je]=j.useState(new Map);gO(),j.useEffect(()=>{window.scrollTo(0,0)},[d]),j.useEffect(()=>{let ze=!1;return zE().then(Ae=>{ze||J(Ae)}),()=>{ze=!0}},[]),j.useEffect(()=>{s&&l("host.info").then(ze=>{var We,Fe,et,ft,ht,Wt;ie(ze.agents??[]),P(ze.host_platform),R(ze.linked_client_token??null),xE(ze.agents??[]);const Ae=ze.version??null;$(Ae),q(!!Ae&&bO(Ae,yO)),t(d,ze.lan_url??void 0),r(d,ze.host_timezone);const Le=new Map,nt=new Map,Ve=new Map,Je=new Map;for(const $e of ze.pending_prompts??[])if($e.type==="confirmation")Le.set($e.key,{description:((We=$e.meta)==null?void 0:We.description)??"",sessionName:(Fe=$e.meta)==null?void 0:Fe.session_name});else if($e.type==="permission")nt.set($e.key,{permissions:$e.params??[],sessionName:(et=$e.meta)==null?void 0:et.session_name});else if($e.type==="input"){const yn=$e.params??((ft=$e.meta)==null?void 0:ft.input_questions)??[];Ve.set($e.key,{questions:yn,description:(ht=$e.meta)==null?void 0:ht.description,sessionName:(Wt=$e.meta)==null?void 0:Wt.session_name}),Je.set($e.key,new Array(yn.length).fill(""))}pe(Le),E(nt),A(Ve),je(Je)}).catch(()=>{})},[s,d,l,t,r]),j.useEffect(()=>s?u(d,Ae=>{const Le=Ae.subject.split(".");if(Le.length<3)return;const nt=Le.slice(2).join(".");let Ve={};try{Ve=JSON.parse(new TextDecoder().decode(Ae.data))}catch{return}const Je=Ve.event_type,We=Ve.session_id;if(Je==="input-request"&&We){const Fe=Ve.input_questions,et=Ve.session_name,ft=Ve.description;Fe!=null&&Fe.length&&(A(ht=>{if(ht.has(We))return ht;const Wt=new Map(ht);return Wt.set(We,{questions:Fe,description:ft,sessionName:et}),Wt}),je(ht=>{if(ht.has(We))return ht;const Wt=new Map(ht);return Wt.set(We,new Array(Fe.length).fill("")),Wt}));return}if(Je==="input-resolved"&&We){A(Fe=>{if(!Fe.has(We))return Fe;const et=new Map(Fe);return et.delete(We),et}),je(Fe=>{const et=new Map(Fe);return et.delete(We),et});return}if(Je==="confirm-request"&&We){const Fe=Ve.description,et=Ve.session_name;Fe&&pe(ft=>{if(ft.has(We))return ft;const ht=new Map(ft);return ht.set(We,{description:Fe,sessionName:et}),ht});return}if(Je==="confirm-resolved"&&We){pe(Fe=>{if(!Fe.has(We))return Fe;const et=new Map(Fe);return et.delete(We),et});return}if(Je==="permission-request"){const Fe=Ve.required_permissions,et=Ve.session_name;Fe!=null&&Fe.length&&E(ft=>{if(ft.has(nt))return ft;const ht=new Map(ft);return ht.set(nt,{permissions:Fe,sessionName:et}),ht});return}if(Je==="permission-resolved"){E(Fe=>{if(!Fe.has(nt))return Fe;const et=new Map(Fe);return et.delete(nt),et});return}}):void 0,[s,d,u]);async function _e(ze,Ae){try{await l("task.user_input",{id:ze,value:[Ae]})}catch(Le){console.error("[Dashboard] Failed to respond to confirmation:",Le)}}async function Me(ze,Ae){try{await l("task.user_input",{id:ze,value:[Ae]})}catch(Le){console.error("[Dashboard] Failed to respond to permission request:",Le)}}async function Ie(ze,Ae){try{await l("task.user_input",{id:ze,value:Ae})}catch(Le){console.error("[Dashboard] Failed to respond to input request:",Le)}}function ke(ze,Ae){if(!ps())return;const Le=`/hosts/${encodeURIComponent(d)}/runs/${encodeURIComponent(ze)}`;y(Ae?`${Le}/${encodeURIComponent(Ae)}`:Le)}async function Ge(){oe(!0),L(null);try{const ze=await l("host.update");if(ze.error){L(ze.error),oe(!1);return}}catch{}setTimeout(()=>window.location.reload(),15e3)}const Ft=s&&!c;return b.jsxs("div",{className:"dashboard",children:[w&&b.jsx($0,{daemonVersion:W,linkedClientToken:H,request:l,onEnabledCapabilitiesChange:J,onLinkedClientTokenChange:R}),b.jsxs("div",{className:"dashboard-content",children:[b.jsxs("header",{className:"app-header",children:[b.jsxs("div",{className:"app-title-bar",children:[!w&&b.jsx($0,{daemonVersion:W,linkedClientToken:H,request:l,onEnabledCapabilitiesChange:J,onLinkedClientTokenChange:R}),b.jsx("h1",{className:"app-title",children:"Palmier"}),b.jsx(HE,{})]}),b.jsx("div",{className:"tab-bar",children:b.jsx(ME,{})})]}),b.jsx("main",{className:"dashboard-main",children:c?b.jsxs("div",{className:"revoked-state",children:[b.jsx("div",{className:"revoked-icon",children:b.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[b.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),b.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}),b.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"18"})]})}),b.jsx("h2",{className:"revoked-title",children:"Client Revoked"}),b.jsx("p",{className:"revoked-description",children:"This client was revoked by the host. To reconnect, generate a new pairing code on the host machine."}),b.jsx("div",{className:"revoked-command",children:b.jsx("code",{children:"palmier pair"})}),b.jsxs("div",{className:"revoked-actions",children:[b.jsx("button",{className:"btn btn-primary",onClick:()=>{ps()&&y("/pair")},children:"Re-pair Device"}),b.jsx("button",{className:"btn btn-secondary",onClick:()=>{e(d),y("/",{replace:!0})},children:"Remove Host"})]})]}):Ft?b.jsxs(b.Fragment,{children:[S&&!z&&b.jsx(RE,{connected:s,hostId:d,request:l,subscribeEvents:u,agents:fe,hostPlatform:ee,isNotificationListener:X&&G.has("notifications"),onViewRun:ke}),z?b.jsx(pO,{connected:s,hostId:d,request:l,subscribeEvents:u,taskId:x.taskId,runId:decodeURIComponent(x.runId)}):S?null:b.jsx(YE,{connected:s,hostId:d,request:l,subscribeEvents:u,agents:fe,hostPlatform:ee,filterTaskId:T,onClearFilter:()=>{ps()&&y(`/hosts/${encodeURIComponent(d)}`)}})]}):b.jsx("div",{className:"empty-state",children:b.jsx("p",{children:"Connecting to host..."})})}),D&&!F&&!B&&b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Update Required"}),b.jsxs("p",{className:"confirm-modal-message",children:["Your Palmier host",W?` (v${W})`:""," is too old for this version of the app. Please update to continue."]}),b.jsx("div",{className:"confirm-modal-actions",children:b.jsx("button",{className:"btn btn-primary",onClick:Ge,children:"Update Now"})})]})}),F&&b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Updating..."}),b.jsx("p",{className:"confirm-modal-message",children:"Installing update and restarting daemon. Please wait..."})]})}),B&&b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Update Failed"}),b.jsx("p",{className:"confirm-modal-message",style:{whiteSpace:"pre-line"},children:B}),b.jsx("div",{className:"confirm-modal-actions",children:b.jsx("button",{className:"btn btn-secondary",onClick:()=>{L(null)},children:"Retry"})})]})})]}),ds.createPortal(b.jsxs(b.Fragment,{children:[[...ae.entries()].map(([ze,{description:Ae,sessionName:Le}])=>b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Confirmation Required"}),Le&&b.jsx("p",{className:"confirm-modal-subtitle",children:Le}),b.jsx("p",{className:"confirm-modal-message",children:Ae}),b.jsxs("div",{className:"confirm-modal-actions",children:[b.jsx("button",{className:"btn btn-primary",onClick:()=>_e(ze,"confirmed"),children:"Confirm"}),b.jsx("button",{className:"btn btn-secondary",onClick:()=>_e(ze,"aborted"),children:"Abort"})]})]})},ze)),[...M.entries()].map(([ze,{permissions:Ae,sessionName:Le}])=>b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal permission-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Permission Required"}),b.jsx("p",{className:"confirm-modal-message",children:b.jsx("strong",{children:Le||ze})}),b.jsx("div",{className:"permission-list",children:Ae.map((nt,Ve)=>b.jsxs("div",{className:"permission-item",children:[b.jsx("span",{className:"permission-name",children:nt.name}),nt.description&&b.jsx("span",{className:"permission-desc",children:nt.description})]},Ve))}),b.jsxs("div",{className:"permission-actions",children:[b.jsx("button",{className:"btn btn-primary",onClick:()=>Me(ze,"granted"),children:"Allow Once"}),b.jsx("button",{className:"btn btn-secondary",onClick:()=>Me(ze,"granted_all"),children:"Allow Always"})]}),b.jsx("button",{className:"permission-abort-link",onClick:()=>Me(ze,"aborted"),children:"Deny & Abort Task"})]})},ze)),[...K.entries()].map(([ze,{questions:Ae,description:Le,sessionName:nt}])=>{const Ve=be.get(ze)??new Array(Ae.length).fill("");return b.jsx("div",{className:"confirm-modal-overlay",children:b.jsxs("div",{className:"confirm-modal input-modal",children:[b.jsx("h2",{className:"confirm-modal-title",children:"Input Required"}),nt&&b.jsx("p",{className:"confirm-modal-subtitle",children:nt}),Le&&b.jsx("p",{className:"confirm-modal-message",children:Le}),b.jsx("div",{className:"input-list",children:Ae.map((Je,We)=>b.jsxs("div",{className:"input-item",children:[b.jsx("label",{className:"input-label",children:Je}),b.jsx("input",{type:"text",className:"input-field",value:Ve[We]??"",onChange:Fe=>{je(et=>{const ft=new Map(et),ht=[...ft.get(ze)??[]];return ht[We]=Fe.target.value,ft.set(ze,ht),ft})},autoFocus:We===0})]},We))}),b.jsx("div",{className:"input-actions",children:b.jsx("button",{className:"btn btn-primary",disabled:Ve.some(Je=>!Je.trim()),onClick:()=>Ie(ze,Ve),children:"Submit"})}),b.jsx("button",{className:"permission-abort-link",onClick:()=>Ie(ze,["aborted"]),children:"Cancel"})]})},ze)})]}),document.body)]})}const xO=ys("Preferences",{web:()=>Hd(()=>import("./web-B4xEa6WO.js"),[]).then(e=>new e.PreferencesWeb)}),kl=!!window.__PALMIER_SERVE__&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1"),qb=Xn.isNativePlatform();function vO(){const[e,t]=j.useState(""),[r,s]=j.useState(!0),[l,u]=j.useState(!1),[c,f]=j.useState(null),{addPairedHost:d}=Hi(),m=Mr();async function y(){const g=e.trim().toUpperCase();if(!g){f("Enter a pairing code.");return}u(!0),f(null);try{let x;if(kl){const T=await fetch("/pair",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:g,label:navigator.userAgent})});if(!T.ok){const z=await T.json().catch(()=>({error:"Connection failed"}));throw new Error(z.error||`HTTP ${T.status}`)}x=await T.json()}else{const T=await fetch(`${Uu}/api/config`);if(!T.ok)throw new Error("Failed to fetch server config");const z=await T.json();if(!z.natsWsUrl)throw new Error("Server has no NATS WebSocket URL configured");const D=await Nx({servers:z.natsWsUrl,authenticator:wx(z.natsJwt,new TextEncoder().encode(z.natsNkeySeed))}),q=Nu(),F=`pair.${g}`,oe=await D.request(F,q.encode(JSON.stringify({label:navigator.userAgent})),{timeout:1e4});x=JSON.parse(q.decode(oe.data)),await D.close()}const w={hostId:x.hostId,clientToken:x.clientToken,directUrl:kl?window.location.origin:void 0,...x.hostName?{name:x.hostName}:{}};if(d(w),Xn.isNativePlatform()&&mn){await xO.set({key:"hostId",value:x.hostId});try{const{token:T}=await mn.getFcmToken();await fetch(`${Uu}/api/fcm/register`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({hostId:x.hostId,fcmToken:T})})}catch(T){console.warn("FCM token registration failed:",T)}}const S=`/hosts/${encodeURIComponent(x.hostId)}`;m(qb&&r?`${S}/pair/setup`:S)}catch(x){const w=x instanceof Error?x.message:String(x);w.includes("timeout")||w.includes("TIMEOUT")||w.includes("503")||w.toLowerCase().includes("no responders")?f("Code not found or expired. Check the code and try again."):f(w)}finally{u(!1)}}return b.jsx("div",{className:"pair-page",children:b.jsxs("div",{className:"pair-card",children:[b.jsxs("div",{className:"pair-header",children:[b.jsx("h1",{className:"pair-title",children:kl?"Pair":"Pair with Host"}),b.jsx("p",{className:"pair-subtitle",children:kl?"Enter the pairing code shown in your terminal.":"Connect this device to a Palmier host"})]}),!kl&&b.jsxs("div",{className:"pair-instructions",children:[b.jsxs("div",{className:"pair-instruction-block",children:[b.jsx("h3",{className:"pair-instruction-heading",children:"Setting up a new host?"}),b.jsxs("ol",{className:"pair-steps",children:[b.jsxs("li",{children:["Install at least one agent CLI (e.g., ",b.jsx("a",{href:"https://www.palmier.me/agents",target:"_blank",rel:"noopener noreferrer",children:"Claude Code, Gemini CLI, Codex CLI"}),")"]}),b.jsxs("li",{children:["Install Palmier on your host machine.",b.jsx("span",{className:"pair-platform-label",children:"Linux / macOS:"}),b.jsx("code",{className:"pair-command",children:"curl -fsSL https://palmier.me/install.sh | bash"}),b.jsx("span",{className:"pair-platform-label",children:"Windows (PowerShell):"}),b.jsx("code",{className:"pair-command",children:"irm https://palmier.me/install.ps1 | iex"})]}),b.jsxs("li",{children:["Run the setup wizard:",b.jsx("code",{className:"pair-command",children:"palmier init"})]}),b.jsx("li",{children:"A pairing code will display automatically"})]})]}),b.jsx("div",{className:"pair-instruction-divider"}),b.jsxs("div",{className:"pair-instruction-block",children:[b.jsx("h3",{className:"pair-instruction-heading",children:"Pairing an existing host?"}),b.jsxs("ol",{className:"pair-steps",children:[b.jsxs("li",{children:["Run ",b.jsx("code",{children:"palmier pair"})," on the host machine"]}),b.jsx("li",{children:"Enter the 6-character code below"})]})]})]}),b.jsxs("div",{className:"pair-form",children:[b.jsxs("label",{className:"form-label",htmlFor:"pair-code",children:["Pairing code",b.jsx("input",{id:"pair-code",type:"text",maxLength:6,value:e,onChange:g=>t(g.target.value.toUpperCase()),placeholder:"A7K9M2",className:"form-input form-input-mono pair-code-input",autoFocus:!0,autoComplete:"off",disabled:l})]}),qb&&b.jsxs("label",{className:"pair-checkbox",children:[b.jsx("input",{type:"checkbox",checked:r,onChange:g=>s(g.target.checked),disabled:l}),b.jsxs("span",{className:"pair-checkbox-text",children:[b.jsx("span",{className:"pair-checkbox-title",children:"Link the host to this device"}),b.jsx("span",{className:"pair-checkbox-hint",children:r?"The host will use this device for SMS, contacts, calendar, location, and alarms. Only one device can be linked to the host.":"This device won't provide SMS, contacts, calendar, location, or alarms to the host. You can link it later from the menu."})]})]}),c&&b.jsx("p",{className:"pair-error",children:c}),b.jsxs("button",{className:"btn btn-primary btn-full",onClick:y,disabled:l||!e.trim(),children:[l&&b.jsx("span",{className:"btn-spinner"}),l?"Pairing...":"Pair"]}),b.jsx("button",{className:"btn btn-secondary btn-full",onClick:()=>m("/"),disabled:l,children:"Cancel"}),b.jsxs("p",{className:"pair-consent",children:["By pairing, you agree to our"," ",b.jsx("a",{href:"https://www.palmier.me/terms",target:"_blank",rel:"noopener noreferrer",children:"Terms of Service"})," and"," ",b.jsx("a",{href:"https://www.palmier.me/privacy",target:"_blank",rel:"noopener noreferrer",children:"Privacy Policy"}),"."]})]})]})})}function wO(){const e=Mr(),{connected:t,request:r,activeHost:s}=si(),{setHostLanUrl:l,pairedHosts:u}=Hi(),c=u.length<=1,[f,d]=j.useState("loading"),[m,y]=j.useState(null),[g,x]=j.useState(null);function w(){e(`/hosts/${encodeURIComponent(s.hostId)}`,{replace:!0})}j.useEffect(()=>{if(!t||f!=="loading")return;let q=!1;return r("host.info").catch(()=>({})).then(F=>{if(q)return;l(s.hostId,F.lan_url??void 0);const oe=F.linked_client_token??null;y(oe);const B=!!oe&&oe!==s.clientToken;d(B?"confirming":"linking")}),()=>{q=!0}},[t,f,s,r,l]),j.useEffect(()=>{if(f!=="linking")return;let q=!1;return(async()=>{try{if(mn){const{token:F}=await mn.getFcmToken();if(!F)throw new Error("Could not read FCM token");await r("device.link",{fcmToken:F})}if(q)return;c?d("wizard"):w()}catch(F){if(q)return;x(F instanceof Error?F.message:String(F)),d("linkError")}})(),()=>{q=!0}},[f]);function S(){d("linking")}function T(){w()}function z(){x(null),d("linking")}const D=f==="confirming"&&ds.createPortal(b.jsx("div",{className:"confirm-modal-overlay",onClick:T,children:b.jsxs("div",{className:"confirm-modal",onClick:q=>q.stopPropagation(),children:[b.jsx("h2",{className:"confirm-modal-title",children:"Link the host to this device?"}),b.jsx("p",{className:"confirm-modal-message",children:"Another device is already linked to this host. Only one device can be linked to the host — switching will disable those capabilities on the currently linked device."}),b.jsxs("div",{className:"confirm-modal-actions",children:[b.jsx("button",{className:"btn btn-secondary",onClick:T,children:"Cancel"}),b.jsx("button",{className:"btn btn-primary",onClick:S,children:"Link"})]})]})}),document.body);if(f==="loading"||f==="confirming"||f==="linking"||f==="linkError"){const q=c,F=f==="loading"||f==="confirming"||f==="linking";return b.jsxs("div",{className:"pair-setup",children:[b.jsxs("div",{className:"pair-setup-inner",children:[q&&b.jsx("h1",{className:"pair-setup-title",children:"Device Capabilities"}),b.jsxs("div",{className:"pair-setup-loading",children:[F&&b.jsx("span",{className:"spinner spinner-lg"}),f==="loading"&&b.jsx("span",{children:"Connecting to host…"}),f==="confirming"&&b.jsx("span",{children:"Awaiting confirmation…"}),f==="linking"&&b.jsx("span",{children:"Linking device…"}),f==="linkError"&&b.jsxs(b.Fragment,{children:[b.jsx("p",{className:"pair-error",children:g}),b.jsx("button",{className:"btn btn-primary",onClick:z,children:"Retry"}),b.jsx("button",{className:"btn btn-secondary",onClick:w,children:"Skip linking"})]})]})]}),D]})}return b.jsx("div",{className:"pair-setup",children:b.jsxs("div",{className:"pair-setup-inner",children:[b.jsx("h1",{className:"pair-setup-title",children:"Device Capabilities"}),b.jsx("p",{className:"pair-setup-description",children:"Choose what the host can use this device for. You can change these later from the menu."}),b.jsx(Bx,{}),b.jsx("div",{className:"pair-setup-actions",children:b.jsx("button",{className:"btn btn-primary btn-full",onClick:w,children:"Finish"})})]})})}function SO(){const e=Mr();return j.useEffect(()=>{if(!mn)return;const t=mn.addListener("deepLink",({path:r})=>e(r));return()=>{t.then(r=>r.remove())}},[e]),null}function _O(){const{pairedHosts:e}=Hi();return e.length===0?b.jsx(Ll,{to:"/pair",replace:!0}):b.jsx(Ll,{to:`/hosts/${encodeURIComponent(e[0].hostId)}`,replace:!0})}function kO(){const{hostId:e}=$u(),{pairedHosts:t}=Hi(),r=t.find(s=>s.hostId===e)??null;return r?b.jsx(gE,{activeHost:r,children:b.jsxs(nx,{children:[b.jsx(br,{index:!0,element:b.jsx(xu,{})}),b.jsx(br,{path:"tasks",element:b.jsx(xu,{})}),b.jsx(br,{path:"runs/:taskId",element:b.jsx(xu,{})}),b.jsx(br,{path:"runs/:taskId/:runId",element:b.jsx(xu,{})}),b.jsx(br,{path:"pair/setup",element:b.jsx(wO,{})}),b.jsx(br,{path:"*",element:b.jsx(Ll,{to:".",replace:!0})})]})}):b.jsx(Ll,{to:"/",replace:!0})}function EO(){return b.jsxs(q_,{children:[b.jsx(SO,{}),b.jsxs(nx,{children:[b.jsx(br,{path:"/",element:b.jsx(_O,{})}),b.jsx(br,{path:"/pair",element:b.jsx(vO,{})}),b.jsx(br,{path:"/hosts/:hostId/*",element:b.jsx(kO,{})}),b.jsx(br,{path:"*",element:b.jsx(Ll,{to:"/",replace:!0})})]})]})}lS.createRoot(document.getElementById("root")).render(b.jsx(j.StrictMode,{children:b.jsx(A_,{children:b.jsx(EO,{})})}));export{qd as W};