botschat 0.1.4 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/README.md +64 -24
  2. package/migrations/0011_e2e_encryption.sql +35 -0
  3. package/package.json +7 -2
  4. package/packages/api/package.json +2 -1
  5. package/packages/api/src/do/connection-do.ts +162 -42
  6. package/packages/api/src/index.ts +132 -13
  7. package/packages/api/src/routes/auth.ts +127 -30
  8. package/packages/api/src/routes/pairing.ts +14 -1
  9. package/packages/api/src/routes/setup.ts +72 -24
  10. package/packages/api/src/routes/upload.ts +12 -8
  11. package/packages/api/src/utils/auth.ts +212 -43
  12. package/packages/api/src/utils/id.ts +30 -14
  13. package/packages/api/src/utils/rate-limit.ts +73 -0
  14. package/packages/plugin/dist/src/accounts.d.ts.map +1 -1
  15. package/packages/plugin/dist/src/accounts.js +1 -0
  16. package/packages/plugin/dist/src/accounts.js.map +1 -1
  17. package/packages/plugin/dist/src/channel.d.ts +1 -0
  18. package/packages/plugin/dist/src/channel.d.ts.map +1 -1
  19. package/packages/plugin/dist/src/channel.js +151 -9
  20. package/packages/plugin/dist/src/channel.js.map +1 -1
  21. package/packages/plugin/dist/src/types.d.ts +16 -0
  22. package/packages/plugin/dist/src/types.d.ts.map +1 -1
  23. package/packages/plugin/dist/src/ws-client.d.ts +2 -0
  24. package/packages/plugin/dist/src/ws-client.d.ts.map +1 -1
  25. package/packages/plugin/dist/src/ws-client.js +14 -3
  26. package/packages/plugin/dist/src/ws-client.js.map +1 -1
  27. package/packages/plugin/package.json +4 -3
  28. package/packages/web/dist/architecture.png +0 -0
  29. package/packages/web/dist/assets/index-BoNQoJjQ.js +1497 -0
  30. package/packages/web/dist/assets/{index-DuGeoFJT.css → index-ewBIratI.css} +1 -1
  31. package/packages/web/dist/botschat-icon.svg +4 -0
  32. package/packages/web/dist/index.html +23 -3
  33. package/packages/web/dist/manifest.json +24 -0
  34. package/packages/web/dist/sw.js +40 -0
  35. package/packages/web/index.html +21 -1
  36. package/packages/web/package.json +1 -0
  37. package/packages/web/src/App.tsx +286 -103
  38. package/packages/web/src/analytics.ts +57 -0
  39. package/packages/web/src/api.ts +67 -3
  40. package/packages/web/src/components/ChatWindow.tsx +11 -11
  41. package/packages/web/src/components/ConnectionSettings.tsx +477 -0
  42. package/packages/web/src/components/CronDetail.tsx +475 -235
  43. package/packages/web/src/components/CronSidebar.tsx +1 -1
  44. package/packages/web/src/components/DebugLogPanel.tsx +116 -3
  45. package/packages/web/src/components/E2ESettings.tsx +122 -0
  46. package/packages/web/src/components/IconRail.tsx +56 -27
  47. package/packages/web/src/components/JobList.tsx +2 -6
  48. package/packages/web/src/components/LoginPage.tsx +143 -104
  49. package/packages/web/src/components/MobileLayout.tsx +480 -0
  50. package/packages/web/src/components/OnboardingPage.tsx +159 -21
  51. package/packages/web/src/components/ResizeHandle.tsx +34 -0
  52. package/packages/web/src/components/Sidebar.tsx +1 -1
  53. package/packages/web/src/components/TaskBar.tsx +2 -2
  54. package/packages/web/src/components/ThreadPanel.tsx +2 -5
  55. package/packages/web/src/e2e.ts +133 -0
  56. package/packages/web/src/hooks/useIsMobile.ts +27 -0
  57. package/packages/web/src/index.css +59 -0
  58. package/packages/web/src/main.tsx +12 -0
  59. package/packages/web/src/store.ts +16 -8
  60. package/packages/web/src/ws.ts +78 -4
  61. package/scripts/dev.sh +16 -16
  62. package/scripts/test-e2e-live.ts +194 -0
  63. package/scripts/verify-e2e-db.ts +48 -0
  64. package/scripts/verify-e2e.ts +56 -0
  65. package/wrangler.toml +3 -1
  66. package/packages/web/dist/assets/index-DyzTR_Y4.js +0 -847
@@ -0,0 +1,1497 @@
1
+ var FS=Object.defineProperty;var oy=e=>{throw TypeError(e)};var $S=(e,t,r)=>t in e?FS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ss=(e,t,r)=>$S(e,typeof t!="symbol"?t+"":t,r),cy=(e,t,r)=>t.has(e)||oy("Cannot "+r);var Al=(e,t,r)=>(cy(e,t,"read from private field"),r?r.call(e):t.get(e)),uy=(e,t,r)=>t.has(e)?oy("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),dy=(e,t,r,a)=>(cy(e,t,"write to private field"),a?a.call(e,r):t.set(e,r),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"]'))a(l);new MutationObserver(l=>{for(const c of l)if(c.type==="childList")for(const u of c.addedNodes)u.tagName==="LINK"&&u.rel==="modulepreload"&&a(u)}).observe(document,{childList:!0,subtree:!0});function r(l){const c={};return l.integrity&&(c.integrity=l.integrity),l.referrerPolicy&&(c.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?c.credentials="include":l.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function a(l){if(l.ep)return;l.ep=!0;const c=r(l);fetch(l.href,c)}})();function ao(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var If={exports:{}},Ol={};/**
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 fy;function GS(){if(fy)return Ol;fy=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(a,l,c){var u=null;if(c!==void 0&&(u=""+c),l.key!==void 0&&(u=""+l.key),"key"in l){c={};for(var d in l)d!=="key"&&(c[d]=l[d])}else c=l;return l=c.ref,{$$typeof:e,type:a,key:u,ref:l!==void 0?l:null,props:c}}return Ol.Fragment=t,Ol.jsx=r,Ol.jsxs=r,Ol}var hy;function KS(){return hy||(hy=1,If.exports=GS()),If.exports}var m=KS(),Df={exports:{}},ze={};/**
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 py;function qS(){if(py)return ze;py=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),u=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),y=Symbol.for("react.activity"),v=Symbol.iterator;function x(R){return R===null||typeof R!="object"?null:(R=v&&R[v]||R["@@iterator"],typeof R=="function"?R:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},k=Object.assign,N={};function _(R,V,T){this.props=R,this.context=V,this.refs=N,this.updater=T||S}_.prototype.isReactComponent={},_.prototype.setState=function(R,V){if(typeof R!="object"&&typeof R!="function"&&R!=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,R,V,"setState")},_.prototype.forceUpdate=function(R){this.updater.enqueueForceUpdate(this,R,"forceUpdate")};function I(){}I.prototype=_.prototype;function M(R,V,T){this.props=R,this.context=V,this.refs=N,this.updater=T||S}var A=M.prototype=new I;A.constructor=M,k(A,_.prototype),A.isPureReactComponent=!0;var H=Array.isArray;function D(){}var Z={H:null,A:null,T:null,S:null},ie=Object.prototype.hasOwnProperty;function te(R,V,T){var ue=T.ref;return{$$typeof:e,type:R,key:V,ref:ue!==void 0?ue:null,props:T}}function B(R,V){return te(R.type,V,R.props)}function K(R){return typeof R=="object"&&R!==null&&R.$$typeof===e}function Q(R){var V={"=":"=0",":":"=2"};return"$"+R.replace(/[=:]/g,function(T){return V[T]})}var pe=/\/+/g;function ne(R,V){return typeof R=="object"&&R!==null&&R.key!=null?Q(""+R.key):V.toString(36)}function G(R){switch(R.status){case"fulfilled":return R.value;case"rejected":throw R.reason;default:switch(typeof R.status=="string"?R.then(D,D):(R.status="pending",R.then(function(V){R.status==="pending"&&(R.status="fulfilled",R.value=V)},function(V){R.status==="pending"&&(R.status="rejected",R.reason=V)})),R.status){case"fulfilled":return R.value;case"rejected":throw R.reason}}throw R}function U(R,V,T,ue,ye){var q=typeof R;(q==="undefined"||q==="boolean")&&(R=null);var de=!1;if(R===null)de=!0;else switch(q){case"bigint":case"string":case"number":de=!0;break;case"object":switch(R.$$typeof){case e:case t:de=!0;break;case b:return de=R._init,U(de(R._payload),V,T,ue,ye)}}if(de)return ye=ye(R),de=ue===""?"."+ne(R,0):ue,H(ye)?(T="",de!=null&&(T=de.replace(pe,"$&/")+"/"),U(ye,V,T,"",function(Ie){return Ie})):ye!=null&&(K(ye)&&(ye=B(ye,T+(ye.key==null||R&&R.key===ye.key?"":(""+ye.key).replace(pe,"$&/")+"/")+de)),V.push(ye)),1;de=0;var xe=ue===""?".":ue+":";if(H(R))for(var ve=0;ve<R.length;ve++)ue=R[ve],q=xe+ne(ue,ve),de+=U(ue,V,T,q,ye);else if(ve=x(R),typeof ve=="function")for(R=ve.call(R),ve=0;!(ue=R.next()).done;)ue=ue.value,q=xe+ne(ue,ve++),de+=U(ue,V,T,q,ye);else if(q==="object"){if(typeof R.then=="function")return U(G(R),V,T,ue,ye);throw V=String(R),Error("Objects are not valid as a React child (found: "+(V==="[object Object]"?"object with keys {"+Object.keys(R).join(", ")+"}":V)+"). If you meant to render a collection of children, use an array instead.")}return de}function O(R,V,T){if(R==null)return R;var ue=[],ye=0;return U(R,ue,"","",function(q){return V.call(T,q,ye++)}),ue}function F(R){if(R._status===-1){var V=R._result;V=V(),V.then(function(T){(R._status===0||R._status===-1)&&(R._status=1,R._result=T)},function(T){(R._status===0||R._status===-1)&&(R._status=2,R._result=T)}),R._status===-1&&(R._status=0,R._result=V)}if(R._status===1)return R._result.default;throw R._result}var ee=typeof reportError=="function"?reportError:function(R){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var V=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof R=="object"&&R!==null&&typeof R.message=="string"?String(R.message):String(R),error:R});if(!window.dispatchEvent(V))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",R);return}console.error(R)},C={map:O,forEach:function(R,V,T){O(R,function(){V.apply(this,arguments)},T)},count:function(R){var V=0;return O(R,function(){V++}),V},toArray:function(R){return O(R,function(V){return V})||[]},only:function(R){if(!K(R))throw Error("React.Children.only expected to receive a single React element child.");return R}};return ze.Activity=y,ze.Children=C,ze.Component=_,ze.Fragment=r,ze.Profiler=l,ze.PureComponent=M,ze.StrictMode=a,ze.Suspense=h,ze.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Z,ze.__COMPILER_RUNTIME={__proto__:null,c:function(R){return Z.H.useMemoCache(R)}},ze.cache=function(R){return function(){return R.apply(null,arguments)}},ze.cacheSignal=function(){return null},ze.cloneElement=function(R,V,T){if(R==null)throw Error("The argument must be a React element, but you passed "+R+".");var ue=k({},R.props),ye=R.key;if(V!=null)for(q in V.key!==void 0&&(ye=""+V.key),V)!ie.call(V,q)||q==="key"||q==="__self"||q==="__source"||q==="ref"&&V.ref===void 0||(ue[q]=V[q]);var q=arguments.length-2;if(q===1)ue.children=T;else if(1<q){for(var de=Array(q),xe=0;xe<q;xe++)de[xe]=arguments[xe+2];ue.children=de}return te(R.type,ye,ue)},ze.createContext=function(R){return R={$$typeof:u,_currentValue:R,_currentValue2:R,_threadCount:0,Provider:null,Consumer:null},R.Provider=R,R.Consumer={$$typeof:c,_context:R},R},ze.createElement=function(R,V,T){var ue,ye={},q=null;if(V!=null)for(ue in V.key!==void 0&&(q=""+V.key),V)ie.call(V,ue)&&ue!=="key"&&ue!=="__self"&&ue!=="__source"&&(ye[ue]=V[ue]);var de=arguments.length-2;if(de===1)ye.children=T;else if(1<de){for(var xe=Array(de),ve=0;ve<de;ve++)xe[ve]=arguments[ve+2];ye.children=xe}if(R&&R.defaultProps)for(ue in de=R.defaultProps,de)ye[ue]===void 0&&(ye[ue]=de[ue]);return te(R,q,ye)},ze.createRef=function(){return{current:null}},ze.forwardRef=function(R){return{$$typeof:d,render:R}},ze.isValidElement=K,ze.lazy=function(R){return{$$typeof:b,_payload:{_status:-1,_result:R},_init:F}},ze.memo=function(R,V){return{$$typeof:p,type:R,compare:V===void 0?null:V}},ze.startTransition=function(R){var V=Z.T,T={};Z.T=T;try{var ue=R(),ye=Z.S;ye!==null&&ye(T,ue),typeof ue=="object"&&ue!==null&&typeof ue.then=="function"&&ue.then(D,ee)}catch(q){ee(q)}finally{V!==null&&T.types!==null&&(V.types=T.types),Z.T=V}},ze.unstable_useCacheRefresh=function(){return Z.H.useCacheRefresh()},ze.use=function(R){return Z.H.use(R)},ze.useActionState=function(R,V,T){return Z.H.useActionState(R,V,T)},ze.useCallback=function(R,V){return Z.H.useCallback(R,V)},ze.useContext=function(R){return Z.H.useContext(R)},ze.useDebugValue=function(){},ze.useDeferredValue=function(R,V){return Z.H.useDeferredValue(R,V)},ze.useEffect=function(R,V){return Z.H.useEffect(R,V)},ze.useEffectEvent=function(R){return Z.H.useEffectEvent(R)},ze.useId=function(){return Z.H.useId()},ze.useImperativeHandle=function(R,V,T){return Z.H.useImperativeHandle(R,V,T)},ze.useInsertionEffect=function(R,V){return Z.H.useInsertionEffect(R,V)},ze.useLayoutEffect=function(R,V){return Z.H.useLayoutEffect(R,V)},ze.useMemo=function(R,V){return Z.H.useMemo(R,V)},ze.useOptimistic=function(R,V){return Z.H.useOptimistic(R,V)},ze.useReducer=function(R,V,T){return Z.H.useReducer(R,V,T)},ze.useRef=function(R){return Z.H.useRef(R)},ze.useState=function(R){return Z.H.useState(R)},ze.useSyncExternalStore=function(R,V,T){return Z.H.useSyncExternalStore(R,V,T)},ze.useTransition=function(){return Z.H.useTransition()},ze.version="19.2.4",ze}var my;function qh(){return my||(my=1,Df.exports=qS()),Df.exports}var z=qh();const qr=ao(z);var Lf={exports:{}},Rl={},zf={exports:{}},jf={};/**
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 gy;function VS(){return gy||(gy=1,(function(e){function t(U,O){var F=U.length;U.push(O);e:for(;0<F;){var ee=F-1>>>1,C=U[ee];if(0<l(C,O))U[ee]=O,U[F]=C,F=ee;else break e}}function r(U){return U.length===0?null:U[0]}function a(U){if(U.length===0)return null;var O=U[0],F=U.pop();if(F!==O){U[0]=F;e:for(var ee=0,C=U.length,R=C>>>1;ee<R;){var V=2*(ee+1)-1,T=U[V],ue=V+1,ye=U[ue];if(0>l(T,F))ue<C&&0>l(ye,T)?(U[ee]=ye,U[ue]=F,ee=ue):(U[ee]=T,U[V]=F,ee=V);else if(ue<C&&0>l(ye,F))U[ee]=ye,U[ue]=F,ee=ue;else break e}}return O}function l(U,O){var F=U.sortIndex-O.sortIndex;return F!==0?F:U.id-O.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var c=performance;e.unstable_now=function(){return c.now()}}else{var u=Date,d=u.now();e.unstable_now=function(){return u.now()-d}}var h=[],p=[],b=1,y=null,v=3,x=!1,S=!1,k=!1,N=!1,_=typeof setTimeout=="function"?setTimeout:null,I=typeof clearTimeout=="function"?clearTimeout:null,M=typeof setImmediate<"u"?setImmediate:null;function A(U){for(var O=r(p);O!==null;){if(O.callback===null)a(p);else if(O.startTime<=U)a(p),O.sortIndex=O.expirationTime,t(h,O);else break;O=r(p)}}function H(U){if(k=!1,A(U),!S)if(r(h)!==null)S=!0,D||(D=!0,Q());else{var O=r(p);O!==null&&G(H,O.startTime-U)}}var D=!1,Z=-1,ie=5,te=-1;function B(){return N?!0:!(e.unstable_now()-te<ie)}function K(){if(N=!1,D){var U=e.unstable_now();te=U;var O=!0;try{e:{S=!1,k&&(k=!1,I(Z),Z=-1),x=!0;var F=v;try{t:{for(A(U),y=r(h);y!==null&&!(y.expirationTime>U&&B());){var ee=y.callback;if(typeof ee=="function"){y.callback=null,v=y.priorityLevel;var C=ee(y.expirationTime<=U);if(U=e.unstable_now(),typeof C=="function"){y.callback=C,A(U),O=!0;break t}y===r(h)&&a(h),A(U)}else a(h);y=r(h)}if(y!==null)O=!0;else{var R=r(p);R!==null&&G(H,R.startTime-U),O=!1}}break e}finally{y=null,v=F,x=!1}O=void 0}}finally{O?Q():D=!1}}}var Q;if(typeof M=="function")Q=function(){M(K)};else if(typeof MessageChannel<"u"){var pe=new MessageChannel,ne=pe.port2;pe.port1.onmessage=K,Q=function(){ne.postMessage(null)}}else Q=function(){_(K,0)};function G(U,O){Z=_(function(){U(e.unstable_now())},O)}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(U){U.callback=null},e.unstable_forceFrameRate=function(U){0>U||125<U?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ie=0<U?Math.floor(1e3/U):5},e.unstable_getCurrentPriorityLevel=function(){return v},e.unstable_next=function(U){switch(v){case 1:case 2:case 3:var O=3;break;default:O=v}var F=v;v=O;try{return U()}finally{v=F}},e.unstable_requestPaint=function(){N=!0},e.unstable_runWithPriority=function(U,O){switch(U){case 1:case 2:case 3:case 4:case 5:break;default:U=3}var F=v;v=U;try{return O()}finally{v=F}},e.unstable_scheduleCallback=function(U,O,F){var ee=e.unstable_now();switch(typeof F=="object"&&F!==null?(F=F.delay,F=typeof F=="number"&&0<F?ee+F:ee):F=ee,U){case 1:var C=-1;break;case 2:C=250;break;case 5:C=1073741823;break;case 4:C=1e4;break;default:C=5e3}return C=F+C,U={id:b++,callback:O,priorityLevel:U,startTime:F,expirationTime:C,sortIndex:-1},F>ee?(U.sortIndex=F,t(p,U),r(h)===null&&U===r(p)&&(k?(I(Z),Z=-1):k=!0,G(H,F-ee))):(U.sortIndex=C,t(h,U),S||x||(S=!0,D||(D=!0,Q()))),U},e.unstable_shouldYield=B,e.unstable_wrapCallback=function(U){var O=v;return function(){var F=v;v=O;try{return U.apply(this,arguments)}finally{v=F}}}})(jf)),jf}var by;function YS(){return by||(by=1,zf.exports=VS()),zf.exports}var Bf={exports:{}},tn={};/**
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 yy;function WS(){if(yy)return tn;yy=1;var e=qh();function t(h){var p="https://react.dev/errors/"+h;if(1<arguments.length){p+="?args[]="+encodeURIComponent(arguments[1]);for(var b=2;b<arguments.length;b++)p+="&args[]="+encodeURIComponent(arguments[b])}return"Minified React error #"+h+"; visit "+p+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function r(){}var a={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 c(h,p,b){var y=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:y==null?null:""+y,children:h,containerInfo:p,implementation:b}}var u=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function d(h,p){if(h==="font")return"";if(typeof p=="string")return p==="use-credentials"?p:""}return tn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,tn.createPortal=function(h,p){var b=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!p||p.nodeType!==1&&p.nodeType!==9&&p.nodeType!==11)throw Error(t(299));return c(h,p,null,b)},tn.flushSync=function(h){var p=u.T,b=a.p;try{if(u.T=null,a.p=2,h)return h()}finally{u.T=p,a.p=b,a.d.f()}},tn.preconnect=function(h,p){typeof h=="string"&&(p?(p=p.crossOrigin,p=typeof p=="string"?p==="use-credentials"?p:"":void 0):p=null,a.d.C(h,p))},tn.prefetchDNS=function(h){typeof h=="string"&&a.d.D(h)},tn.preinit=function(h,p){if(typeof h=="string"&&p&&typeof p.as=="string"){var b=p.as,y=d(b,p.crossOrigin),v=typeof p.integrity=="string"?p.integrity:void 0,x=typeof p.fetchPriority=="string"?p.fetchPriority:void 0;b==="style"?a.d.S(h,typeof p.precedence=="string"?p.precedence:void 0,{crossOrigin:y,integrity:v,fetchPriority:x}):b==="script"&&a.d.X(h,{crossOrigin:y,integrity:v,fetchPriority:x,nonce:typeof p.nonce=="string"?p.nonce:void 0})}},tn.preinitModule=function(h,p){if(typeof h=="string")if(typeof p=="object"&&p!==null){if(p.as==null||p.as==="script"){var b=d(p.as,p.crossOrigin);a.d.M(h,{crossOrigin:b,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0})}}else p==null&&a.d.M(h)},tn.preload=function(h,p){if(typeof h=="string"&&typeof p=="object"&&p!==null&&typeof p.as=="string"){var b=p.as,y=d(b,p.crossOrigin);a.d.L(h,b,{crossOrigin:y,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0,type:typeof p.type=="string"?p.type:void 0,fetchPriority:typeof p.fetchPriority=="string"?p.fetchPriority:void 0,referrerPolicy:typeof p.referrerPolicy=="string"?p.referrerPolicy:void 0,imageSrcSet:typeof p.imageSrcSet=="string"?p.imageSrcSet:void 0,imageSizes:typeof p.imageSizes=="string"?p.imageSizes:void 0,media:typeof p.media=="string"?p.media:void 0})}},tn.preloadModule=function(h,p){if(typeof h=="string")if(p){var b=d(p.as,p.crossOrigin);a.d.m(h,{as:typeof p.as=="string"&&p.as!=="script"?p.as:void 0,crossOrigin:b,integrity:typeof p.integrity=="string"?p.integrity:void 0})}else a.d.m(h)},tn.requestFormReset=function(h){a.d.r(h)},tn.unstable_batchedUpdates=function(h,p){return h(p)},tn.useFormState=function(h,p,b){return u.H.useFormState(h,p,b)},tn.useFormStatus=function(){return u.H.useHostTransitionStatus()},tn.version="19.2.4",tn}var vy;function XS(){if(vy)return Bf.exports;vy=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(),Bf.exports=WS(),Bf.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 xy;function ZS(){if(xy)return Rl;xy=1;var e=YS(),t=qh(),r=XS();function a(n){var i="https://react.dev/errors/"+n;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var s=2;s<arguments.length;s++)i+="&args[]="+encodeURIComponent(arguments[s])}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 c(n){var i=n,s=n;if(n.alternate)for(;i.return;)i=i.return;else{n=i;do i=n,(i.flags&4098)!==0&&(s=i.return),n=i.return;while(n)}return i.tag===3?s:null}function u(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 d(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 h(n){if(c(n)!==n)throw Error(a(188))}function p(n){var i=n.alternate;if(!i){if(i=c(n),i===null)throw Error(a(188));return i!==n?null:n}for(var s=n,o=i;;){var f=s.return;if(f===null)break;var g=f.alternate;if(g===null){if(o=f.return,o!==null){s=o;continue}break}if(f.child===g.child){for(g=f.child;g;){if(g===s)return h(f),n;if(g===o)return h(f),i;g=g.sibling}throw Error(a(188))}if(s.return!==o.return)s=f,o=g;else{for(var E=!1,w=f.child;w;){if(w===s){E=!0,s=f,o=g;break}if(w===o){E=!0,o=f,s=g;break}w=w.sibling}if(!E){for(w=g.child;w;){if(w===s){E=!0,s=g,o=f;break}if(w===o){E=!0,o=g,s=f;break}w=w.sibling}if(!E)throw Error(a(189))}}if(s.alternate!==o)throw Error(a(190))}if(s.tag!==3)throw Error(a(188));return s.stateNode.current===s?n:i}function b(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n;for(n=n.child;n!==null;){if(i=b(n),i!==null)return i;n=n.sibling}return null}var y=Object.assign,v=Symbol.for("react.element"),x=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),N=Symbol.for("react.strict_mode"),_=Symbol.for("react.profiler"),I=Symbol.for("react.consumer"),M=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),H=Symbol.for("react.suspense"),D=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),ie=Symbol.for("react.lazy"),te=Symbol.for("react.activity"),B=Symbol.for("react.memo_cache_sentinel"),K=Symbol.iterator;function Q(n){return n===null||typeof n!="object"?null:(n=K&&n[K]||n["@@iterator"],typeof n=="function"?n:null)}var pe=Symbol.for("react.client.reference");function ne(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===pe?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case k:return"Fragment";case _:return"Profiler";case N:return"StrictMode";case H:return"Suspense";case D:return"SuspenseList";case te:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case S:return"Portal";case M:return n.displayName||"Context";case I:return(n._context.displayName||"Context")+".Consumer";case A:var i=n.render;return n=n.displayName,n||(n=i.displayName||i.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Z:return i=n.displayName||null,i!==null?i:ne(n.type)||"Memo";case ie:i=n._payload,n=n._init;try{return ne(n(i))}catch{}}return null}var G=Array.isArray,U=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,O=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,F={pending:!1,data:null,method:null,action:null},ee=[],C=-1;function R(n){return{current:n}}function V(n){0>C||(n.current=ee[C],ee[C]=null,C--)}function T(n,i){C++,ee[C]=n.current,n.current=i}var ue=R(null),ye=R(null),q=R(null),de=R(null);function xe(n,i){switch(T(q,i),T(ye,n),T(ue,null),i.nodeType){case 9:case 11:n=(n=i.documentElement)&&(n=n.namespaceURI)?Rb(n):0;break;default:if(n=i.tagName,i=i.namespaceURI)i=Rb(i),n=Mb(i,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}V(ue),T(ue,n)}function ve(){V(ue),V(ye),V(q)}function Ie(n){n.memoizedState!==null&&T(de,n);var i=ue.current,s=Mb(i,n.type);i!==s&&(T(ye,n),T(ue,s))}function _t(n){ye.current===n&&(V(ue),V(ye)),de.current===n&&(V(de),kl._currentValue=F)}var Nt,ni;function Tn(n){if(Nt===void 0)try{throw Error()}catch(s){var i=s.stack.trim().match(/\n( *(at )?)/);Nt=i&&i[1]||"",ni=-1<s.stack.indexOf(`
42
+ at`)?" (<anonymous>)":-1<s.stack.indexOf("@")?"@unknown:0:0":""}return`
43
+ `+Nt+n+ni}var lr=!1;function We(n,i){if(!n||lr)return"";lr=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var oe=function(){throw Error()};if(Object.defineProperty(oe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(oe,[])}catch(J){var X=J}Reflect.construct(n,[],oe)}else{try{oe.call()}catch(J){X=J}n.call(oe.prototype)}}else{try{throw Error()}catch(J){X=J}(oe=n())&&typeof oe.catch=="function"&&oe.catch(function(){})}}catch(J){if(J&&X&&typeof J.stack=="string")return[J.stack,X.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var f=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");f&&f.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var g=o.DetermineComponentFrameRoot(),E=g[0],w=g[1];if(E&&w){var L=E.split(`
44
+ `),W=w.split(`
45
+ `);for(f=o=0;o<L.length&&!L[o].includes("DetermineComponentFrameRoot");)o++;for(;f<W.length&&!W[f].includes("DetermineComponentFrameRoot");)f++;if(o===L.length||f===W.length)for(o=L.length-1,f=W.length-1;1<=o&&0<=f&&L[o]!==W[f];)f--;for(;1<=o&&0<=f;o--,f--)if(L[o]!==W[f]){if(o!==1||f!==1)do if(o--,f--,0>f||L[o]!==W[f]){var ae=`
46
+ `+L[o].replace(" at new "," at ");return n.displayName&&ae.includes("<anonymous>")&&(ae=ae.replace("<anonymous>",n.displayName)),ae}while(1<=o&&0<=f);break}}}finally{lr=!1,Error.prepareStackTrace=s}return(s=n?n.displayName||n.name:"")?Tn(s):""}function Zn(n,i){switch(n.tag){case 26:case 27:case 5:return Tn(n.type);case 16:return Tn("Lazy");case 13:return n.child!==i&&i!==null?Tn("Suspense Fallback"):Tn("Suspense");case 19:return Tn("SuspenseList");case 0:case 15:return We(n.type,!1);case 11:return We(n.type.render,!1);case 1:return We(n.type,!0);case 31:return Tn("Activity");default:return""}}function Bn(n){try{var i="",s=null;do i+=Zn(n,s),s=n,n=n.return;while(n);return i}catch(o){return`
47
+ Error generating stack: `+o.message+`
48
+ `+o.stack}}var or=Object.prototype.hasOwnProperty,kr=e.unstable_scheduleCallback,Hi=e.unstable_cancelCallback,Ls=e.unstable_shouldYield,Ea=e.unstable_requestPaint,kt=e.unstable_now,_a=e.unstable_getCurrentPriorityLevel,re=e.unstable_ImmediatePriority,me=e.unstable_UserBlockingPriority,Ae=e.unstable_NormalPriority,He=e.unstable_LowPriority,Qe=e.unstable_IdlePriority,an=e.log,Qn=e.unstable_setDisableYieldValue,qt=null,Ct=null;function Qt(n){if(typeof an=="function"&&Qn(n),Ct&&typeof Ct.setStrictMode=="function")try{Ct.setStrictMode(qt,n)}catch{}}var rt=Math.clz32?Math.clz32:yo,cr=Math.log,sn=Math.LN2;function yo(n){return n>>>=0,n===0?32:31-(cr(n)/sn|0)|0}var Fi=256,Sa=262144,$i=4194304;function mn(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 j(n,i,s){var o=n.pendingLanes;if(o===0)return 0;var f=0,g=n.suspendedLanes,E=n.pingedLanes;n=n.warmLanes;var w=o&134217727;return w!==0?(o=w&~g,o!==0?f=mn(o):(E&=w,E!==0?f=mn(E):s||(s=w&~n,s!==0&&(f=mn(s))))):(w=o&~g,w!==0?f=mn(w):E!==0?f=mn(E):s||(s=o&~n,s!==0&&(f=mn(s)))),f===0?0:i!==0&&i!==f&&(i&g)===0&&(g=f&-f,s=i&-i,g>=s||g===32&&(s&4194048)!==0)?i:f}function se(n,i){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&i)===0}function be(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 De(){var n=$i;return $i<<=1,($i&62914560)===0&&($i=4194304),n}function vt(n){for(var i=[],s=0;31>s;s++)i.push(n);return i}function ht(n,i){n.pendingLanes|=i,i!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function Se(n,i,s,o,f,g){var E=n.pendingLanes;n.pendingLanes=s,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=s,n.entangledLanes&=s,n.errorRecoveryDisabledLanes&=s,n.shellSuspendCounter=0;var w=n.entanglements,L=n.expirationTimes,W=n.hiddenUpdates;for(s=E&~s;0<s;){var ae=31-rt(s),oe=1<<ae;w[ae]=0,L[ae]=-1;var X=W[ae];if(X!==null)for(W[ae]=null,ae=0;ae<X.length;ae++){var J=X[ae];J!==null&&(J.lane&=-536870913)}s&=~oe}o!==0&&Ee(n,o,0),g!==0&&f===0&&n.tag!==0&&(n.suspendedLanes|=g&~(E&~i))}function Ee(n,i,s){n.pendingLanes|=i,n.suspendedLanes&=~i;var o=31-rt(i);n.entangledLanes|=i,n.entanglements[o]=n.entanglements[o]|1073741824|s&261930}function Me(n,i){var s=n.entangledLanes|=i;for(n=n.entanglements;s;){var o=31-rt(s),f=1<<o;f&i|n[o]&i&&(n[o]|=i),s&=~f}}function Rt(n,i){var s=i&-i;return s=(s&42)!==0?1:St(s),(s&(n.suspendedLanes|i))!==0?0:s}function St(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 Tr(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function wa(){var n=O.p;return n!==0?n:(n=window.event,n===void 0?32:ty(n.type))}function ka(n,i){var s=O.p;try{return O.p=n,i()}finally{O.p=s}}var ur=Math.random().toString(36).slice(2),Mt="__reactFiber$"+ur,Jt="__reactProps$"+ur,ri="__reactContainer$"+ur,zs="__reactEvents$"+ur,vo="__reactListeners$"+ur,Ta="__reactHandles$"+ur,xo="__reactResources$"+ur,Gi="__reactMarker$"+ur;function js(n){delete n[Mt],delete n[Jt],delete n[zs],delete n[vo],delete n[Ta]}function ln(n){var i=n[Mt];if(i)return i;for(var s=n.parentNode;s;){if(i=s[ri]||s[Mt]){if(s=i.alternate,i.child!==null||s!==null&&s.child!==null)for(n=Ub(n);n!==null;){if(s=n[Mt])return s;n=Ub(n)}return i}n=s,s=n.parentNode}return null}function Nr(n){if(n=n[Mt]||n[ri]){var i=n.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return n}return null}function ii(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n.stateNode;throw Error(a(33))}function ai(n){var i=n[xo];return i||(i=n[xo]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function zt(n){n[Gi]=!0}var Eo=new Set,Ki={};function Cr(n,i){fe(n,i),fe(n+"Capture",i)}function fe(n,i){for(Ki[n]=i,n=0;n<i.length;n++)Eo.add(i[n])}var Te=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Fe={},it={};function It(n){return or.call(it,n)?!0:or.call(Fe,n)?!1:Te.test(n)?it[n]=!0:(Fe[n]=!0,!1)}function en(n,i,s){if(It(i))if(s===null)n.removeAttribute(i);else{switch(typeof s){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,""+s)}}function Nn(n,i,s){if(s===null)n.removeAttribute(i);else{switch(typeof s){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(i);return}n.setAttribute(i,""+s)}}function gn(n,i,s,o){if(o===null)n.removeAttribute(s);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(s);return}n.setAttributeNS(i,s,""+o)}}function bt(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function Cn(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function _o(n,i,s){var o=Object.getOwnPropertyDescriptor(n.constructor.prototype,i);if(!n.hasOwnProperty(i)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var f=o.get,g=o.set;return Object.defineProperty(n,i,{configurable:!0,get:function(){return f.call(this)},set:function(E){s=""+E,g.call(this,E)}}),Object.defineProperty(n,i,{enumerable:o.enumerable}),{getValue:function(){return s},setValue:function(E){s=""+E},stopTracking:function(){n._valueTracker=null,delete n[i]}}}}function Na(n){if(!n._valueTracker){var i=Cn(n)?"checked":"value";n._valueTracker=_o(n,i,""+n[i])}}function Bs(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var s=i.getValue(),o="";return n&&(o=Cn(n)?n.checked?"true":"false":n.value),n=o,n!==s?(i.setValue(n),!0):!1}function Ca(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 Ru=/[\n"\\]/g;function bn(n){return n.replace(Ru,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function Us(n,i,s,o,f,g,E,w){n.name="",E!=null&&typeof E!="function"&&typeof E!="symbol"&&typeof E!="boolean"?n.type=E:n.removeAttribute("type"),i!=null?E==="number"?(i===0&&n.value===""||n.value!=i)&&(n.value=""+bt(i)):n.value!==""+bt(i)&&(n.value=""+bt(i)):E!=="submit"&&E!=="reset"||n.removeAttribute("value"),i!=null?Aa(n,E,bt(i)):s!=null?Aa(n,E,bt(s)):o!=null&&n.removeAttribute("value"),f==null&&g!=null&&(n.defaultChecked=!!g),f!=null&&(n.checked=f&&typeof f!="function"&&typeof f!="symbol"),w!=null&&typeof w!="function"&&typeof w!="symbol"&&typeof w!="boolean"?n.name=""+bt(w):n.removeAttribute("name")}function qi(n,i,s,o,f,g,E,w){if(g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"&&(n.type=g),i!=null||s!=null){if(!(g!=="submit"&&g!=="reset"||i!=null)){Na(n);return}s=s!=null?""+bt(s):"",i=i!=null?""+bt(i):s,w||i===n.value||(n.value=i),n.defaultValue=i}o=o??f,o=typeof o!="function"&&typeof o!="symbol"&&!!o,n.checked=w?n.checked:!!o,n.defaultChecked=!!o,E!=null&&typeof E!="function"&&typeof E!="symbol"&&typeof E!="boolean"&&(n.name=E),Na(n)}function Aa(n,i,s){i==="number"&&Ca(n.ownerDocument)===n||n.defaultValue===""+s||(n.defaultValue=""+s)}function Vt(n,i,s,o){if(n=n.options,i){i={};for(var f=0;f<s.length;f++)i["$"+s[f]]=!0;for(s=0;s<n.length;s++)f=i.hasOwnProperty("$"+n[s].value),n[s].selected!==f&&(n[s].selected=f),f&&o&&(n[s].defaultSelected=!0)}else{for(s=""+bt(s),i=null,f=0;f<n.length;f++){if(n[f].value===s){n[f].selected=!0,o&&(n[f].defaultSelected=!0);return}i!==null||n[f].disabled||(i=n[f])}i!==null&&(i.selected=!0)}}function So(n,i,s){if(i!=null&&(i=""+bt(i),i!==n.value&&(n.value=i),s==null)){n.defaultValue!==i&&(n.defaultValue=i);return}n.defaultValue=s!=null?""+bt(s):""}function Oa(n,i,s,o){if(i==null){if(o!=null){if(s!=null)throw Error(a(92));if(G(o)){if(1<o.length)throw Error(a(93));o=o[0]}s=o}s==null&&(s=""),i=s}s=bt(i),n.defaultValue=s,o=n.textContent,o===s&&o!==""&&o!==null&&(n.value=o),Na(n)}function Re(n,i){if(i){var s=n.firstChild;if(s&&s===n.lastChild&&s.nodeType===3){s.nodeValue=i;return}}n.textContent=i}var wo=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 jt(n,i,s){var o=i.indexOf("--")===0;s==null||typeof s=="boolean"||s===""?o?n.setProperty(i,""):i==="float"?n.cssFloat="":n[i]="":o?n.setProperty(i,s):typeof s!="number"||s===0||wo.has(i)?i==="float"?n.cssFloat=s:n[i]=(""+s).trim():n[i]=s+"px"}function at(n,i,s){if(i!=null&&typeof i!="object")throw Error(a(62));if(n=n.style,s!=null){for(var o in s)!s.hasOwnProperty(o)||i!=null&&i.hasOwnProperty(o)||(o.indexOf("--")===0?n.setProperty(o,""):o==="float"?n.cssFloat="":n[o]="");for(var f in i)o=i[f],i.hasOwnProperty(f)&&s[f]!==o&&jt(n,f,o)}else for(var g in i)i.hasOwnProperty(g)&&jt(n,g,i[g])}function si(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 Ar=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"]]),Ps=/^[\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 li(n){return Ps.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function ge(){}var we=null;function je(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var qe=null,Tt=null;function Un(n){var i=Nr(n);if(i&&(n=i.stateNode)){var s=n[Jt]||null;e:switch(n=i.stateNode,i.type){case"input":if(Us(n,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name),i=s.name,s.type==="radio"&&i!=null){for(s=n;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll('input[name="'+bn(""+i)+'"][type="radio"]'),i=0;i<s.length;i++){var o=s[i];if(o!==n&&o.form===n.form){var f=o[Jt]||null;if(!f)throw Error(a(90));Us(o,f.value,f.defaultValue,f.defaultValue,f.checked,f.defaultChecked,f.type,f.name)}}for(i=0;i<s.length;i++)o=s[i],o.form===n.form&&Bs(o)}break e;case"textarea":So(n,s.value,s.defaultValue);break e;case"select":i=s.value,i!=null&&Vt(n,!!s.multiple,i,!1)}}}var Hs=!1;function ko(n,i,s){if(Hs)return n(i,s);Hs=!0;try{var o=n(i);return o}finally{if(Hs=!1,(qe!==null||Tt!==null)&&(fc(),qe&&(i=qe,n=Tt,Tt=qe=null,Un(i),n)))for(i=0;i<n.length;i++)Un(n[i])}}function Fs(n,i){var s=n.stateNode;if(s===null)return null;var o=s[Jt]||null;if(o===null)return null;s=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(s&&typeof s!="function")throw Error(a(231,i,typeof s));return s}var Or=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Mu=!1;if(Or)try{var $s={};Object.defineProperty($s,"passive",{get:function(){Mu=!0}}),window.addEventListener("test",$s,$s),window.removeEventListener("test",$s,$s)}catch{Mu=!1}var oi=null,Iu=null,To=null;function Mp(){if(To)return To;var n,i=Iu,s=i.length,o,f="value"in oi?oi.value:oi.textContent,g=f.length;for(n=0;n<s&&i[n]===f[n];n++);var E=s-n;for(o=1;o<=E&&i[s-o]===f[g-o];o++);return To=f.slice(n,1<o?1-o:void 0)}function No(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 Co(){return!0}function Ip(){return!1}function yn(n){function i(s,o,f,g,E){this._reactName=s,this._targetInst=f,this.type=o,this.nativeEvent=g,this.target=E,this.currentTarget=null;for(var w in n)n.hasOwnProperty(w)&&(s=n[w],this[w]=s?s(g):g[w]);return this.isDefaultPrevented=(g.defaultPrevented!=null?g.defaultPrevented:g.returnValue===!1)?Co:Ip,this.isPropagationStopped=Ip,this}return y(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=Co)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Co)},persist:function(){},isPersistent:Co}),i}var Vi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Ao=yn(Vi),Gs=y({},Vi,{view:0,detail:0}),PE=yn(Gs),Du,Lu,Ks,Oo=y({},Gs,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ju,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!==Ks&&(Ks&&n.type==="mousemove"?(Du=n.screenX-Ks.screenX,Lu=n.screenY-Ks.screenY):Lu=Du=0,Ks=n),Du)},movementY:function(n){return"movementY"in n?n.movementY:Lu}}),Dp=yn(Oo),HE=y({},Oo,{dataTransfer:0}),FE=yn(HE),$E=y({},Gs,{relatedTarget:0}),zu=yn($E),GE=y({},Vi,{animationName:0,elapsedTime:0,pseudoElement:0}),KE=yn(GE),qE=y({},Vi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),VE=yn(qE),YE=y({},Vi,{data:0}),Lp=yn(YE),WE={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},XE={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"},ZE={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function QE(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=ZE[n])?!!i[n]:!1}function ju(){return QE}var JE=y({},Gs,{key:function(n){if(n.key){var i=WE[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=No(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?XE[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ju,charCode:function(n){return n.type==="keypress"?No(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?No(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),e_=yn(JE),t_=y({},Oo,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),zp=yn(t_),n_=y({},Gs,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ju}),r_=yn(n_),i_=y({},Vi,{propertyName:0,elapsedTime:0,pseudoElement:0}),a_=yn(i_),s_=y({},Oo,{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}),l_=yn(s_),o_=y({},Vi,{newState:0,oldState:0}),c_=yn(o_),u_=[9,13,27,32],Bu=Or&&"CompositionEvent"in window,qs=null;Or&&"documentMode"in document&&(qs=document.documentMode);var d_=Or&&"TextEvent"in window&&!qs,jp=Or&&(!Bu||qs&&8<qs&&11>=qs),Bp=" ",Up=!1;function Pp(n,i){switch(n){case"keyup":return u_.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Hp(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Ra=!1;function f_(n,i){switch(n){case"compositionend":return Hp(i);case"keypress":return i.which!==32?null:(Up=!0,Bp);case"textInput":return n=i.data,n===Bp&&Up?null:n;default:return null}}function h_(n,i){if(Ra)return n==="compositionend"||!Bu&&Pp(n,i)?(n=Mp(),To=Iu=oi=null,Ra=!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 jp&&i.locale!=="ko"?null:i.data;default:return null}}var p_={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 Fp(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!p_[n.type]:i==="textarea"}function $p(n,i,s,o){qe?Tt?Tt.push(o):Tt=[o]:qe=o,i=vc(i,"onChange"),0<i.length&&(s=new Ao("onChange","change",null,s,o),n.push({event:s,listeners:i}))}var Vs=null,Ys=null;function m_(n){kb(n,0)}function Ro(n){var i=ii(n);if(Bs(i))return n}function Gp(n,i){if(n==="change")return i}var Kp=!1;if(Or){var Uu;if(Or){var Pu="oninput"in document;if(!Pu){var qp=document.createElement("div");qp.setAttribute("oninput","return;"),Pu=typeof qp.oninput=="function"}Uu=Pu}else Uu=!1;Kp=Uu&&(!document.documentMode||9<document.documentMode)}function Vp(){Vs&&(Vs.detachEvent("onpropertychange",Yp),Ys=Vs=null)}function Yp(n){if(n.propertyName==="value"&&Ro(Ys)){var i=[];$p(i,Ys,n,je(n)),ko(m_,i)}}function g_(n,i,s){n==="focusin"?(Vp(),Vs=i,Ys=s,Vs.attachEvent("onpropertychange",Yp)):n==="focusout"&&Vp()}function b_(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Ro(Ys)}function y_(n,i){if(n==="click")return Ro(i)}function v_(n,i){if(n==="input"||n==="change")return Ro(i)}function x_(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var An=typeof Object.is=="function"?Object.is:x_;function Ws(n,i){if(An(n,i))return!0;if(typeof n!="object"||n===null||typeof i!="object"||i===null)return!1;var s=Object.keys(n),o=Object.keys(i);if(s.length!==o.length)return!1;for(o=0;o<s.length;o++){var f=s[o];if(!or.call(i,f)||!An(n[f],i[f]))return!1}return!0}function Wp(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Xp(n,i){var s=Wp(n);n=0;for(var o;s;){if(s.nodeType===3){if(o=n+s.textContent.length,n<=i&&o>=i)return{node:s,offset:i-n};n=o}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=Wp(s)}}function Zp(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?Zp(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function Qp(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var i=Ca(n.document);i instanceof n.HTMLIFrameElement;){try{var s=typeof i.contentWindow.location.href=="string"}catch{s=!1}if(s)n=i.contentWindow;else break;i=Ca(n.document)}return i}function Hu(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 E_=Or&&"documentMode"in document&&11>=document.documentMode,Ma=null,Fu=null,Xs=null,$u=!1;function Jp(n,i,s){var o=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;$u||Ma==null||Ma!==Ca(o)||(o=Ma,"selectionStart"in o&&Hu(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}),Xs&&Ws(Xs,o)||(Xs=o,o=vc(Fu,"onSelect"),0<o.length&&(i=new Ao("onSelect","select",null,i,s),n.push({event:i,listeners:o}),i.target=Ma)))}function Yi(n,i){var s={};return s[n.toLowerCase()]=i.toLowerCase(),s["Webkit"+n]="webkit"+i,s["Moz"+n]="moz"+i,s}var Ia={animationend:Yi("Animation","AnimationEnd"),animationiteration:Yi("Animation","AnimationIteration"),animationstart:Yi("Animation","AnimationStart"),transitionrun:Yi("Transition","TransitionRun"),transitionstart:Yi("Transition","TransitionStart"),transitioncancel:Yi("Transition","TransitionCancel"),transitionend:Yi("Transition","TransitionEnd")},Gu={},em={};Or&&(em=document.createElement("div").style,"AnimationEvent"in window||(delete Ia.animationend.animation,delete Ia.animationiteration.animation,delete Ia.animationstart.animation),"TransitionEvent"in window||delete Ia.transitionend.transition);function Wi(n){if(Gu[n])return Gu[n];if(!Ia[n])return n;var i=Ia[n],s;for(s in i)if(i.hasOwnProperty(s)&&s in em)return Gu[n]=i[s];return n}var tm=Wi("animationend"),nm=Wi("animationiteration"),rm=Wi("animationstart"),__=Wi("transitionrun"),S_=Wi("transitionstart"),w_=Wi("transitioncancel"),im=Wi("transitionend"),am=new Map,Ku="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(" ");Ku.push("scrollEnd");function Jn(n,i){am.set(n,i),Cr(i,[n])}var Mo=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)},Pn=[],Da=0,qu=0;function Io(){for(var n=Da,i=qu=Da=0;i<n;){var s=Pn[i];Pn[i++]=null;var o=Pn[i];Pn[i++]=null;var f=Pn[i];Pn[i++]=null;var g=Pn[i];if(Pn[i++]=null,o!==null&&f!==null){var E=o.pending;E===null?f.next=f:(f.next=E.next,E.next=f),o.pending=f}g!==0&&sm(s,f,g)}}function Do(n,i,s,o){Pn[Da++]=n,Pn[Da++]=i,Pn[Da++]=s,Pn[Da++]=o,qu|=o,n.lanes|=o,n=n.alternate,n!==null&&(n.lanes|=o)}function Vu(n,i,s,o){return Do(n,i,s,o),Lo(n)}function Xi(n,i){return Do(n,null,null,i),Lo(n)}function sm(n,i,s){n.lanes|=s;var o=n.alternate;o!==null&&(o.lanes|=s);for(var f=!1,g=n.return;g!==null;)g.childLanes|=s,o=g.alternate,o!==null&&(o.childLanes|=s),g.tag===22&&(n=g.stateNode,n===null||n._visibility&1||(f=!0)),n=g,g=g.return;return n.tag===3?(g=n.stateNode,f&&i!==null&&(f=31-rt(s),n=g.hiddenUpdates,o=n[f],o===null?n[f]=[i]:o.push(i),i.lane=s|536870912),g):null}function Lo(n){if(50<yl)throw yl=0,nf=null,Error(a(185));for(var i=n.return;i!==null;)n=i,i=n.return;return n.tag===3?n.stateNode:null}var La={};function k_(n,i,s,o){this.tag=n,this.key=s,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 On(n,i,s,o){return new k_(n,i,s,o)}function Yu(n){return n=n.prototype,!(!n||!n.isReactComponent)}function Rr(n,i){var s=n.alternate;return s===null?(s=On(n.tag,i,n.key,n.mode),s.elementType=n.elementType,s.type=n.type,s.stateNode=n.stateNode,s.alternate=n,n.alternate=s):(s.pendingProps=i,s.type=n.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=n.flags&65011712,s.childLanes=n.childLanes,s.lanes=n.lanes,s.child=n.child,s.memoizedProps=n.memoizedProps,s.memoizedState=n.memoizedState,s.updateQueue=n.updateQueue,i=n.dependencies,s.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},s.sibling=n.sibling,s.index=n.index,s.ref=n.ref,s.refCleanup=n.refCleanup,s}function lm(n,i){n.flags&=65011714;var s=n.alternate;return s===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=s.childLanes,n.lanes=s.lanes,n.child=s.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=s.memoizedProps,n.memoizedState=s.memoizedState,n.updateQueue=s.updateQueue,n.type=s.type,i=s.dependencies,n.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),n}function zo(n,i,s,o,f,g){var E=0;if(o=n,typeof n=="function")Yu(n)&&(E=1);else if(typeof n=="string")E=OS(n,s,ue.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case te:return n=On(31,s,i,f),n.elementType=te,n.lanes=g,n;case k:return Zi(s.children,f,g,i);case N:E=8,f|=24;break;case _:return n=On(12,s,i,f|2),n.elementType=_,n.lanes=g,n;case H:return n=On(13,s,i,f),n.elementType=H,n.lanes=g,n;case D:return n=On(19,s,i,f),n.elementType=D,n.lanes=g,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case M:E=10;break e;case I:E=9;break e;case A:E=11;break e;case Z:E=14;break e;case ie:E=16,o=null;break e}E=29,s=Error(a(130,n===null?"null":typeof n,"")),o=null}return i=On(E,s,i,f),i.elementType=n,i.type=o,i.lanes=g,i}function Zi(n,i,s,o){return n=On(7,n,o,i),n.lanes=s,n}function Wu(n,i,s){return n=On(6,n,null,i),n.lanes=s,n}function om(n){var i=On(18,null,null,0);return i.stateNode=n,i}function Xu(n,i,s){return i=On(4,n.children!==null?n.children:[],n.key,i),i.lanes=s,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}var cm=new WeakMap;function Hn(n,i){if(typeof n=="object"&&n!==null){var s=cm.get(n);return s!==void 0?s:(i={value:n,source:i,stack:Bn(i)},cm.set(n,i),i)}return{value:n,source:i,stack:Bn(i)}}var za=[],ja=0,jo=null,Zs=0,Fn=[],$n=0,ci=null,dr=1,fr="";function Mr(n,i){za[ja++]=Zs,za[ja++]=jo,jo=n,Zs=i}function um(n,i,s){Fn[$n++]=dr,Fn[$n++]=fr,Fn[$n++]=ci,ci=n;var o=dr;n=fr;var f=32-rt(o)-1;o&=~(1<<f),s+=1;var g=32-rt(i)+f;if(30<g){var E=f-f%5;g=(o&(1<<E)-1).toString(32),o>>=E,f-=E,dr=1<<32-rt(i)+f|s<<f|o,fr=g+n}else dr=1<<g|s<<f|o,fr=n}function Zu(n){n.return!==null&&(Mr(n,1),um(n,1,0))}function Qu(n){for(;n===jo;)jo=za[--ja],za[ja]=null,Zs=za[--ja],za[ja]=null;for(;n===ci;)ci=Fn[--$n],Fn[$n]=null,fr=Fn[--$n],Fn[$n]=null,dr=Fn[--$n],Fn[$n]=null}function dm(n,i){Fn[$n++]=dr,Fn[$n++]=fr,Fn[$n++]=ci,dr=i.id,fr=i.overflow,ci=n}var Yt=null,xt=null,Xe=!1,ui=null,Gn=!1,Ju=Error(a(519));function di(n){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Qs(Hn(i,n)),Ju}function fm(n){var i=n.stateNode,s=n.type,o=n.memoizedProps;switch(i[Mt]=n,i[Jt]=o,s){case"dialog":Ge("cancel",i),Ge("close",i);break;case"iframe":case"object":case"embed":Ge("load",i);break;case"video":case"audio":for(s=0;s<xl.length;s++)Ge(xl[s],i);break;case"source":Ge("error",i);break;case"img":case"image":case"link":Ge("error",i),Ge("load",i);break;case"details":Ge("toggle",i);break;case"input":Ge("invalid",i),qi(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":Ge("invalid",i);break;case"textarea":Ge("invalid",i),Oa(i,o.value,o.defaultValue,o.children)}s=o.children,typeof s!="string"&&typeof s!="number"&&typeof s!="bigint"||i.textContent===""+s||o.suppressHydrationWarning===!0||Ab(i.textContent,s)?(o.popover!=null&&(Ge("beforetoggle",i),Ge("toggle",i)),o.onScroll!=null&&Ge("scroll",i),o.onScrollEnd!=null&&Ge("scrollend",i),o.onClick!=null&&(i.onclick=ge),i=!0):i=!1,i||di(n,!0)}function hm(n){for(Yt=n.return;Yt;)switch(Yt.tag){case 5:case 31:case 13:Gn=!1;return;case 27:case 3:Gn=!0;return;default:Yt=Yt.return}}function Ba(n){if(n!==Yt)return!1;if(!Xe)return hm(n),Xe=!0,!1;var i=n.tag,s;if((s=i!==3&&i!==27)&&((s=i===5)&&(s=n.type,s=!(s!=="form"&&s!=="button")||yf(n.type,n.memoizedProps)),s=!s),s&&xt&&di(n),hm(n),i===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));xt=Bb(n)}else if(i===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));xt=Bb(n)}else i===27?(i=xt,ki(n.type)?(n=Sf,Sf=null,xt=n):xt=i):xt=Yt?qn(n.stateNode.nextSibling):null;return!0}function Qi(){xt=Yt=null,Xe=!1}function ed(){var n=ui;return n!==null&&(_n===null?_n=n:_n.push.apply(_n,n),ui=null),n}function Qs(n){ui===null?ui=[n]:ui.push(n)}var td=R(null),Ji=null,Ir=null;function fi(n,i,s){T(td,i._currentValue),i._currentValue=s}function Dr(n){n._currentValue=td.current,V(td)}function nd(n,i,s){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===s)break;n=n.return}}function rd(n,i,s,o){var f=n.child;for(f!==null&&(f.return=n);f!==null;){var g=f.dependencies;if(g!==null){var E=f.child;g=g.firstContext;e:for(;g!==null;){var w=g;g=f;for(var L=0;L<i.length;L++)if(w.context===i[L]){g.lanes|=s,w=g.alternate,w!==null&&(w.lanes|=s),nd(g.return,s,n),o||(E=null);break e}g=w.next}}else if(f.tag===18){if(E=f.return,E===null)throw Error(a(341));E.lanes|=s,g=E.alternate,g!==null&&(g.lanes|=s),nd(E,s,n),E=null}else E=f.child;if(E!==null)E.return=f;else for(E=f;E!==null;){if(E===n){E=null;break}if(f=E.sibling,f!==null){f.return=E.return,E=f;break}E=E.return}f=E}}function Ua(n,i,s,o){n=null;for(var f=i,g=!1;f!==null;){if(!g){if((f.flags&524288)!==0)g=!0;else if((f.flags&262144)!==0)break}if(f.tag===10){var E=f.alternate;if(E===null)throw Error(a(387));if(E=E.memoizedProps,E!==null){var w=f.type;An(f.pendingProps.value,E.value)||(n!==null?n.push(w):n=[w])}}else if(f===de.current){if(E=f.alternate,E===null)throw Error(a(387));E.memoizedState.memoizedState!==f.memoizedState.memoizedState&&(n!==null?n.push(kl):n=[kl])}f=f.return}n!==null&&rd(i,n,s,o),i.flags|=262144}function Bo(n){for(n=n.firstContext;n!==null;){if(!An(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function ea(n){Ji=n,Ir=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function Wt(n){return pm(Ji,n)}function Uo(n,i){return Ji===null&&ea(n),pm(n,i)}function pm(n,i){var s=i._currentValue;if(i={context:i,memoizedValue:s,next:null},Ir===null){if(n===null)throw Error(a(308));Ir=i,n.dependencies={lanes:0,firstContext:i},n.flags|=524288}else Ir=Ir.next=i;return s}var T_=typeof AbortController<"u"?AbortController:function(){var n=[],i=this.signal={aborted:!1,addEventListener:function(s,o){n.push(o)}};this.abort=function(){i.aborted=!0,n.forEach(function(s){return s()})}},N_=e.unstable_scheduleCallback,C_=e.unstable_NormalPriority,Bt={$$typeof:M,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function id(){return{controller:new T_,data:new Map,refCount:0}}function Js(n){n.refCount--,n.refCount===0&&N_(C_,function(){n.controller.abort()})}var el=null,ad=0,Pa=0,Ha=null;function A_(n,i){if(el===null){var s=el=[];ad=0,Pa=cf(),Ha={status:"pending",value:void 0,then:function(o){s.push(o)}}}return ad++,i.then(mm,mm),i}function mm(){if(--ad===0&&el!==null){Ha!==null&&(Ha.status="fulfilled");var n=el;el=null,Pa=0,Ha=null;for(var i=0;i<n.length;i++)(0,n[i])()}}function O_(n,i){var s=[],o={status:"pending",value:null,reason:null,then:function(f){s.push(f)}};return n.then(function(){o.status="fulfilled",o.value=i;for(var f=0;f<s.length;f++)(0,s[f])(i)},function(f){for(o.status="rejected",o.reason=f,f=0;f<s.length;f++)(0,s[f])(void 0)}),o}var gm=U.S;U.S=function(n,i){Jg=kt(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&A_(n,i),gm!==null&&gm(n,i)};var ta=R(null);function sd(){var n=ta.current;return n!==null?n:pt.pooledCache}function Po(n,i){i===null?T(ta,ta.current):T(ta,i.pool)}function bm(){var n=sd();return n===null?null:{parent:Bt._currentValue,pool:n}}var Fa=Error(a(460)),ld=Error(a(474)),Ho=Error(a(542)),Fo={then:function(){}};function ym(n){return n=n.status,n==="fulfilled"||n==="rejected"}function vm(n,i,s){switch(s=n[s],s===void 0?n.push(i):s!==i&&(i.then(ge,ge),i=s),i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,Em(n),n;default:if(typeof i.status=="string")i.then(ge,ge);else{if(n=pt,n!==null&&100<n.shellSuspendCounter)throw Error(a(482));n=i,n.status="pending",n.then(function(o){if(i.status==="pending"){var f=i;f.status="fulfilled",f.value=o}},function(o){if(i.status==="pending"){var f=i;f.status="rejected",f.reason=o}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,Em(n),n}throw ra=i,Fa}}function na(n){try{var i=n._init;return i(n._payload)}catch(s){throw s!==null&&typeof s=="object"&&typeof s.then=="function"?(ra=s,Fa):s}}var ra=null;function xm(){if(ra===null)throw Error(a(459));var n=ra;return ra=null,n}function Em(n){if(n===Fa||n===Ho)throw Error(a(483))}var $a=null,tl=0;function $o(n){var i=tl;return tl+=1,$a===null&&($a=[]),vm($a,n,i)}function nl(n,i){i=i.props.ref,n.ref=i!==void 0?i:null}function Go(n,i){throw i.$$typeof===v?Error(a(525)):(n=Object.prototype.toString.call(i),Error(a(31,n==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":n)))}function _m(n){function i($,P){if(n){var Y=$.deletions;Y===null?($.deletions=[P],$.flags|=16):Y.push(P)}}function s($,P){if(!n)return null;for(;P!==null;)i($,P),P=P.sibling;return null}function o($){for(var P=new Map;$!==null;)$.key!==null?P.set($.key,$):P.set($.index,$),$=$.sibling;return P}function f($,P){return $=Rr($,P),$.index=0,$.sibling=null,$}function g($,P,Y){return $.index=Y,n?(Y=$.alternate,Y!==null?(Y=Y.index,Y<P?($.flags|=67108866,P):Y):($.flags|=67108866,P)):($.flags|=1048576,P)}function E($){return n&&$.alternate===null&&($.flags|=67108866),$}function w($,P,Y,le){return P===null||P.tag!==6?(P=Wu(Y,$.mode,le),P.return=$,P):(P=f(P,Y),P.return=$,P)}function L($,P,Y,le){var Ne=Y.type;return Ne===k?ae($,P,Y.props.children,le,Y.key):P!==null&&(P.elementType===Ne||typeof Ne=="object"&&Ne!==null&&Ne.$$typeof===ie&&na(Ne)===P.type)?(P=f(P,Y.props),nl(P,Y),P.return=$,P):(P=zo(Y.type,Y.key,Y.props,null,$.mode,le),nl(P,Y),P.return=$,P)}function W($,P,Y,le){return P===null||P.tag!==4||P.stateNode.containerInfo!==Y.containerInfo||P.stateNode.implementation!==Y.implementation?(P=Xu(Y,$.mode,le),P.return=$,P):(P=f(P,Y.children||[]),P.return=$,P)}function ae($,P,Y,le,Ne){return P===null||P.tag!==7?(P=Zi(Y,$.mode,le,Ne),P.return=$,P):(P=f(P,Y),P.return=$,P)}function oe($,P,Y){if(typeof P=="string"&&P!==""||typeof P=="number"||typeof P=="bigint")return P=Wu(""+P,$.mode,Y),P.return=$,P;if(typeof P=="object"&&P!==null){switch(P.$$typeof){case x:return Y=zo(P.type,P.key,P.props,null,$.mode,Y),nl(Y,P),Y.return=$,Y;case S:return P=Xu(P,$.mode,Y),P.return=$,P;case ie:return P=na(P),oe($,P,Y)}if(G(P)||Q(P))return P=Zi(P,$.mode,Y,null),P.return=$,P;if(typeof P.then=="function")return oe($,$o(P),Y);if(P.$$typeof===M)return oe($,Uo($,P),Y);Go($,P)}return null}function X($,P,Y,le){var Ne=P!==null?P.key:null;if(typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint")return Ne!==null?null:w($,P,""+Y,le);if(typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case x:return Y.key===Ne?L($,P,Y,le):null;case S:return Y.key===Ne?W($,P,Y,le):null;case ie:return Y=na(Y),X($,P,Y,le)}if(G(Y)||Q(Y))return Ne!==null?null:ae($,P,Y,le,null);if(typeof Y.then=="function")return X($,P,$o(Y),le);if(Y.$$typeof===M)return X($,P,Uo($,Y),le);Go($,Y)}return null}function J($,P,Y,le,Ne){if(typeof le=="string"&&le!==""||typeof le=="number"||typeof le=="bigint")return $=$.get(Y)||null,w(P,$,""+le,Ne);if(typeof le=="object"&&le!==null){switch(le.$$typeof){case x:return $=$.get(le.key===null?Y:le.key)||null,L(P,$,le,Ne);case S:return $=$.get(le.key===null?Y:le.key)||null,W(P,$,le,Ne);case ie:return le=na(le),J($,P,Y,le,Ne)}if(G(le)||Q(le))return $=$.get(Y)||null,ae(P,$,le,Ne,null);if(typeof le.then=="function")return J($,P,Y,$o(le),Ne);if(le.$$typeof===M)return J($,P,Y,Uo(P,le),Ne);Go(P,le)}return null}function _e($,P,Y,le){for(var Ne=null,Je=null,ke=P,Ue=P=0,Ye=null;ke!==null&&Ue<Y.length;Ue++){ke.index>Ue?(Ye=ke,ke=null):Ye=ke.sibling;var et=X($,ke,Y[Ue],le);if(et===null){ke===null&&(ke=Ye);break}n&&ke&&et.alternate===null&&i($,ke),P=g(et,P,Ue),Je===null?Ne=et:Je.sibling=et,Je=et,ke=Ye}if(Ue===Y.length)return s($,ke),Xe&&Mr($,Ue),Ne;if(ke===null){for(;Ue<Y.length;Ue++)ke=oe($,Y[Ue],le),ke!==null&&(P=g(ke,P,Ue),Je===null?Ne=ke:Je.sibling=ke,Je=ke);return Xe&&Mr($,Ue),Ne}for(ke=o(ke);Ue<Y.length;Ue++)Ye=J(ke,$,Ue,Y[Ue],le),Ye!==null&&(n&&Ye.alternate!==null&&ke.delete(Ye.key===null?Ue:Ye.key),P=g(Ye,P,Ue),Je===null?Ne=Ye:Je.sibling=Ye,Je=Ye);return n&&ke.forEach(function(Oi){return i($,Oi)}),Xe&&Mr($,Ue),Ne}function Oe($,P,Y,le){if(Y==null)throw Error(a(151));for(var Ne=null,Je=null,ke=P,Ue=P=0,Ye=null,et=Y.next();ke!==null&&!et.done;Ue++,et=Y.next()){ke.index>Ue?(Ye=ke,ke=null):Ye=ke.sibling;var Oi=X($,ke,et.value,le);if(Oi===null){ke===null&&(ke=Ye);break}n&&ke&&Oi.alternate===null&&i($,ke),P=g(Oi,P,Ue),Je===null?Ne=Oi:Je.sibling=Oi,Je=Oi,ke=Ye}if(et.done)return s($,ke),Xe&&Mr($,Ue),Ne;if(ke===null){for(;!et.done;Ue++,et=Y.next())et=oe($,et.value,le),et!==null&&(P=g(et,P,Ue),Je===null?Ne=et:Je.sibling=et,Je=et);return Xe&&Mr($,Ue),Ne}for(ke=o(ke);!et.done;Ue++,et=Y.next())et=J(ke,$,Ue,et.value,le),et!==null&&(n&&et.alternate!==null&&ke.delete(et.key===null?Ue:et.key),P=g(et,P,Ue),Je===null?Ne=et:Je.sibling=et,Je=et);return n&&ke.forEach(function(HS){return i($,HS)}),Xe&&Mr($,Ue),Ne}function dt($,P,Y,le){if(typeof Y=="object"&&Y!==null&&Y.type===k&&Y.key===null&&(Y=Y.props.children),typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case x:e:{for(var Ne=Y.key;P!==null;){if(P.key===Ne){if(Ne=Y.type,Ne===k){if(P.tag===7){s($,P.sibling),le=f(P,Y.props.children),le.return=$,$=le;break e}}else if(P.elementType===Ne||typeof Ne=="object"&&Ne!==null&&Ne.$$typeof===ie&&na(Ne)===P.type){s($,P.sibling),le=f(P,Y.props),nl(le,Y),le.return=$,$=le;break e}s($,P);break}else i($,P);P=P.sibling}Y.type===k?(le=Zi(Y.props.children,$.mode,le,Y.key),le.return=$,$=le):(le=zo(Y.type,Y.key,Y.props,null,$.mode,le),nl(le,Y),le.return=$,$=le)}return E($);case S:e:{for(Ne=Y.key;P!==null;){if(P.key===Ne)if(P.tag===4&&P.stateNode.containerInfo===Y.containerInfo&&P.stateNode.implementation===Y.implementation){s($,P.sibling),le=f(P,Y.children||[]),le.return=$,$=le;break e}else{s($,P);break}else i($,P);P=P.sibling}le=Xu(Y,$.mode,le),le.return=$,$=le}return E($);case ie:return Y=na(Y),dt($,P,Y,le)}if(G(Y))return _e($,P,Y,le);if(Q(Y)){if(Ne=Q(Y),typeof Ne!="function")throw Error(a(150));return Y=Ne.call(Y),Oe($,P,Y,le)}if(typeof Y.then=="function")return dt($,P,$o(Y),le);if(Y.$$typeof===M)return dt($,P,Uo($,Y),le);Go($,Y)}return typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint"?(Y=""+Y,P!==null&&P.tag===6?(s($,P.sibling),le=f(P,Y),le.return=$,$=le):(s($,P),le=Wu(Y,$.mode,le),le.return=$,$=le),E($)):s($,P)}return function($,P,Y,le){try{tl=0;var Ne=dt($,P,Y,le);return $a=null,Ne}catch(ke){if(ke===Fa||ke===Ho)throw ke;var Je=On(29,ke,null,$.mode);return Je.lanes=le,Je.return=$,Je}finally{}}}var ia=_m(!0),Sm=_m(!1),hi=!1;function od(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function cd(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 pi(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function mi(n,i,s){var o=n.updateQueue;if(o===null)return null;if(o=o.shared,(tt&2)!==0){var f=o.pending;return f===null?i.next=i:(i.next=f.next,f.next=i),o.pending=i,i=Lo(n),sm(n,null,s),i}return Do(n,o,i,s),Lo(n)}function rl(n,i,s){if(i=i.updateQueue,i!==null&&(i=i.shared,(s&4194048)!==0)){var o=i.lanes;o&=n.pendingLanes,s|=o,i.lanes=s,Me(n,s)}}function ud(n,i){var s=n.updateQueue,o=n.alternate;if(o!==null&&(o=o.updateQueue,s===o)){var f=null,g=null;if(s=s.firstBaseUpdate,s!==null){do{var E={lane:s.lane,tag:s.tag,payload:s.payload,callback:null,next:null};g===null?f=g=E:g=g.next=E,s=s.next}while(s!==null);g===null?f=g=i:g=g.next=i}else f=g=i;s={baseState:o.baseState,firstBaseUpdate:f,lastBaseUpdate:g,shared:o.shared,callbacks:o.callbacks},n.updateQueue=s;return}n=s.lastBaseUpdate,n===null?s.firstBaseUpdate=i:n.next=i,s.lastBaseUpdate=i}var dd=!1;function il(){if(dd){var n=Ha;if(n!==null)throw n}}function al(n,i,s,o){dd=!1;var f=n.updateQueue;hi=!1;var g=f.firstBaseUpdate,E=f.lastBaseUpdate,w=f.shared.pending;if(w!==null){f.shared.pending=null;var L=w,W=L.next;L.next=null,E===null?g=W:E.next=W,E=L;var ae=n.alternate;ae!==null&&(ae=ae.updateQueue,w=ae.lastBaseUpdate,w!==E&&(w===null?ae.firstBaseUpdate=W:w.next=W,ae.lastBaseUpdate=L))}if(g!==null){var oe=f.baseState;E=0,ae=W=L=null,w=g;do{var X=w.lane&-536870913,J=X!==w.lane;if(J?(Ve&X)===X:(o&X)===X){X!==0&&X===Pa&&(dd=!0),ae!==null&&(ae=ae.next={lane:0,tag:w.tag,payload:w.payload,callback:null,next:null});e:{var _e=n,Oe=w;X=i;var dt=s;switch(Oe.tag){case 1:if(_e=Oe.payload,typeof _e=="function"){oe=_e.call(dt,oe,X);break e}oe=_e;break e;case 3:_e.flags=_e.flags&-65537|128;case 0:if(_e=Oe.payload,X=typeof _e=="function"?_e.call(dt,oe,X):_e,X==null)break e;oe=y({},oe,X);break e;case 2:hi=!0}}X=w.callback,X!==null&&(n.flags|=64,J&&(n.flags|=8192),J=f.callbacks,J===null?f.callbacks=[X]:J.push(X))}else J={lane:X,tag:w.tag,payload:w.payload,callback:w.callback,next:null},ae===null?(W=ae=J,L=oe):ae=ae.next=J,E|=X;if(w=w.next,w===null){if(w=f.shared.pending,w===null)break;J=w,w=J.next,J.next=null,f.lastBaseUpdate=J,f.shared.pending=null}}while(!0);ae===null&&(L=oe),f.baseState=L,f.firstBaseUpdate=W,f.lastBaseUpdate=ae,g===null&&(f.shared.lanes=0),xi|=E,n.lanes=E,n.memoizedState=oe}}function wm(n,i){if(typeof n!="function")throw Error(a(191,n));n.call(i)}function km(n,i){var s=n.callbacks;if(s!==null)for(n.callbacks=null,n=0;n<s.length;n++)wm(s[n],i)}var Ga=R(null),Ko=R(0);function Tm(n,i){n=$r,T(Ko,n),T(Ga,i),$r=n|i.baseLanes}function fd(){T(Ko,$r),T(Ga,Ga.current)}function hd(){$r=Ko.current,V(Ga),V(Ko)}var Rn=R(null),Kn=null;function gi(n){var i=n.alternate;T(Dt,Dt.current&1),T(Rn,n),Kn===null&&(i===null||Ga.current!==null||i.memoizedState!==null)&&(Kn=n)}function pd(n){T(Dt,Dt.current),T(Rn,n),Kn===null&&(Kn=n)}function Nm(n){n.tag===22?(T(Dt,Dt.current),T(Rn,n),Kn===null&&(Kn=n)):bi()}function bi(){T(Dt,Dt.current),T(Rn,Rn.current)}function Mn(n){V(Rn),Kn===n&&(Kn=null),V(Dt)}var Dt=R(0);function qo(n){for(var i=n;i!==null;){if(i.tag===13){var s=i.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||Ef(s)||_f(s)))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 Lr=0,Be=null,ct=null,Ut=null,Vo=!1,Ka=!1,aa=!1,Yo=0,sl=0,qa=null,R_=0;function At(){throw Error(a(321))}function md(n,i){if(i===null)return!1;for(var s=0;s<i.length&&s<n.length;s++)if(!An(n[s],i[s]))return!1;return!0}function gd(n,i,s,o,f,g){return Lr=g,Be=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,U.H=n===null||n.memoizedState===null?ug:Rd,aa=!1,g=s(o,f),aa=!1,Ka&&(g=Am(i,s,o,f)),Cm(n),g}function Cm(n){U.H=cl;var i=ct!==null&&ct.next!==null;if(Lr=0,Ut=ct=Be=null,Vo=!1,sl=0,qa=null,i)throw Error(a(300));n===null||Pt||(n=n.dependencies,n!==null&&Bo(n)&&(Pt=!0))}function Am(n,i,s,o){Be=n;var f=0;do{if(Ka&&(qa=null),sl=0,Ka=!1,25<=f)throw Error(a(301));if(f+=1,Ut=ct=null,n.updateQueue!=null){var g=n.updateQueue;g.lastEffect=null,g.events=null,g.stores=null,g.memoCache!=null&&(g.memoCache.index=0)}U.H=dg,g=i(s,o)}while(Ka);return g}function M_(){var n=U.H,i=n.useState()[0];return i=typeof i.then=="function"?ll(i):i,n=n.useState()[0],(ct!==null?ct.memoizedState:null)!==n&&(Be.flags|=1024),i}function bd(){var n=Yo!==0;return Yo=0,n}function yd(n,i,s){i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~s}function vd(n){if(Vo){for(n=n.memoizedState;n!==null;){var i=n.queue;i!==null&&(i.pending=null),n=n.next}Vo=!1}Lr=0,Ut=ct=Be=null,Ka=!1,sl=Yo=0,qa=null}function on(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ut===null?Be.memoizedState=Ut=n:Ut=Ut.next=n,Ut}function Lt(){if(ct===null){var n=Be.alternate;n=n!==null?n.memoizedState:null}else n=ct.next;var i=Ut===null?Be.memoizedState:Ut.next;if(i!==null)Ut=i,ct=n;else{if(n===null)throw Be.alternate===null?Error(a(467)):Error(a(310));ct=n,n={memoizedState:ct.memoizedState,baseState:ct.baseState,baseQueue:ct.baseQueue,queue:ct.queue,next:null},Ut===null?Be.memoizedState=Ut=n:Ut=Ut.next=n}return Ut}function Wo(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function ll(n){var i=sl;return sl+=1,qa===null&&(qa=[]),n=vm(qa,n,i),i=Be,(Ut===null?i.memoizedState:Ut.next)===null&&(i=i.alternate,U.H=i===null||i.memoizedState===null?ug:Rd),n}function Xo(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return ll(n);if(n.$$typeof===M)return Wt(n)}throw Error(a(438,String(n)))}function xd(n){var i=null,s=Be.updateQueue;if(s!==null&&(i=s.memoCache),i==null){var o=Be.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(i={data:o.data.map(function(f){return f.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),s===null&&(s=Wo(),Be.updateQueue=s),s.memoCache=i,s=i.data[i.index],s===void 0)for(s=i.data[i.index]=Array(n),o=0;o<n;o++)s[o]=B;return i.index++,s}function zr(n,i){return typeof i=="function"?i(n):i}function Zo(n){var i=Lt();return Ed(i,ct,n)}function Ed(n,i,s){var o=n.queue;if(o===null)throw Error(a(311));o.lastRenderedReducer=s;var f=n.baseQueue,g=o.pending;if(g!==null){if(f!==null){var E=f.next;f.next=g.next,g.next=E}i.baseQueue=f=g,o.pending=null}if(g=n.baseState,f===null)n.memoizedState=g;else{i=f.next;var w=E=null,L=null,W=i,ae=!1;do{var oe=W.lane&-536870913;if(oe!==W.lane?(Ve&oe)===oe:(Lr&oe)===oe){var X=W.revertLane;if(X===0)L!==null&&(L=L.next={lane:0,revertLane:0,gesture:null,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null}),oe===Pa&&(ae=!0);else if((Lr&X)===X){W=W.next,X===Pa&&(ae=!0);continue}else oe={lane:0,revertLane:W.revertLane,gesture:null,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},L===null?(w=L=oe,E=g):L=L.next=oe,Be.lanes|=X,xi|=X;oe=W.action,aa&&s(g,oe),g=W.hasEagerState?W.eagerState:s(g,oe)}else X={lane:oe,revertLane:W.revertLane,gesture:W.gesture,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},L===null?(w=L=X,E=g):L=L.next=X,Be.lanes|=oe,xi|=oe;W=W.next}while(W!==null&&W!==i);if(L===null?E=g:L.next=w,!An(g,n.memoizedState)&&(Pt=!0,ae&&(s=Ha,s!==null)))throw s;n.memoizedState=g,n.baseState=E,n.baseQueue=L,o.lastRenderedState=g}return f===null&&(o.lanes=0),[n.memoizedState,o.dispatch]}function _d(n){var i=Lt(),s=i.queue;if(s===null)throw Error(a(311));s.lastRenderedReducer=n;var o=s.dispatch,f=s.pending,g=i.memoizedState;if(f!==null){s.pending=null;var E=f=f.next;do g=n(g,E.action),E=E.next;while(E!==f);An(g,i.memoizedState)||(Pt=!0),i.memoizedState=g,i.baseQueue===null&&(i.baseState=g),s.lastRenderedState=g}return[g,o]}function Om(n,i,s){var o=Be,f=Lt(),g=Xe;if(g){if(s===void 0)throw Error(a(407));s=s()}else s=i();var E=!An((ct||f).memoizedState,s);if(E&&(f.memoizedState=s,Pt=!0),f=f.queue,kd(Im.bind(null,o,f,n),[n]),f.getSnapshot!==i||E||Ut!==null&&Ut.memoizedState.tag&1){if(o.flags|=2048,Va(9,{destroy:void 0},Mm.bind(null,o,f,s,i),null),pt===null)throw Error(a(349));g||(Lr&127)!==0||Rm(o,i,s)}return s}function Rm(n,i,s){n.flags|=16384,n={getSnapshot:i,value:s},i=Be.updateQueue,i===null?(i=Wo(),Be.updateQueue=i,i.stores=[n]):(s=i.stores,s===null?i.stores=[n]:s.push(n))}function Mm(n,i,s,o){i.value=s,i.getSnapshot=o,Dm(i)&&Lm(n)}function Im(n,i,s){return s(function(){Dm(i)&&Lm(n)})}function Dm(n){var i=n.getSnapshot;n=n.value;try{var s=i();return!An(n,s)}catch{return!0}}function Lm(n){var i=Xi(n,2);i!==null&&Sn(i,n,2)}function Sd(n){var i=on();if(typeof n=="function"){var s=n;if(n=s(),aa){Qt(!0);try{s()}finally{Qt(!1)}}}return i.memoizedState=i.baseState=n,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:zr,lastRenderedState:n},i}function zm(n,i,s,o){return n.baseState=s,Ed(n,ct,typeof o=="function"?o:zr)}function I_(n,i,s,o,f){if(ec(n))throw Error(a(485));if(n=i.action,n!==null){var g={payload:f,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(E){g.listeners.push(E)}};U.T!==null?s(!0):g.isTransition=!1,o(g),s=i.pending,s===null?(g.next=i.pending=g,jm(i,g)):(g.next=s.next,i.pending=s.next=g)}}function jm(n,i){var s=i.action,o=i.payload,f=n.state;if(i.isTransition){var g=U.T,E={};U.T=E;try{var w=s(f,o),L=U.S;L!==null&&L(E,w),Bm(n,i,w)}catch(W){wd(n,i,W)}finally{g!==null&&E.types!==null&&(g.types=E.types),U.T=g}}else try{g=s(f,o),Bm(n,i,g)}catch(W){wd(n,i,W)}}function Bm(n,i,s){s!==null&&typeof s=="object"&&typeof s.then=="function"?s.then(function(o){Um(n,i,o)},function(o){return wd(n,i,o)}):Um(n,i,s)}function Um(n,i,s){i.status="fulfilled",i.value=s,Pm(i),n.state=s,i=n.pending,i!==null&&(s=i.next,s===i?n.pending=null:(s=s.next,i.next=s,jm(n,s)))}function wd(n,i,s){var o=n.pending;if(n.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=s,Pm(i),i=i.next;while(i!==o)}n.action=null}function Pm(n){n=n.listeners;for(var i=0;i<n.length;i++)(0,n[i])()}function Hm(n,i){return i}function Fm(n,i){if(Xe){var s=pt.formState;if(s!==null){e:{var o=Be;if(Xe){if(xt){t:{for(var f=xt,g=Gn;f.nodeType!==8;){if(!g){f=null;break t}if(f=qn(f.nextSibling),f===null){f=null;break t}}g=f.data,f=g==="F!"||g==="F"?f:null}if(f){xt=qn(f.nextSibling),o=f.data==="F!";break e}}di(o)}o=!1}o&&(i=s[0])}}return s=on(),s.memoizedState=s.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Hm,lastRenderedState:i},s.queue=o,s=lg.bind(null,Be,o),o.dispatch=s,o=Sd(!1),g=Od.bind(null,Be,!1,o.queue),o=on(),f={state:i,dispatch:null,action:n,pending:null},o.queue=f,s=I_.bind(null,Be,f,g,s),f.dispatch=s,o.memoizedState=n,[i,s,!1]}function $m(n){var i=Lt();return Gm(i,ct,n)}function Gm(n,i,s){if(i=Ed(n,i,Hm)[0],n=Zo(zr)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=ll(i)}catch(E){throw E===Fa?Ho:E}else o=i;i=Lt();var f=i.queue,g=f.dispatch;return s!==i.memoizedState&&(Be.flags|=2048,Va(9,{destroy:void 0},D_.bind(null,f,s),null)),[o,g,n]}function D_(n,i){n.action=i}function Km(n){var i=Lt(),s=ct;if(s!==null)return Gm(i,s,n);Lt(),i=i.memoizedState,s=Lt();var o=s.queue.dispatch;return s.memoizedState=n,[i,o,!1]}function Va(n,i,s,o){return n={tag:n,create:s,deps:o,inst:i,next:null},i=Be.updateQueue,i===null&&(i=Wo(),Be.updateQueue=i),s=i.lastEffect,s===null?i.lastEffect=n.next=n:(o=s.next,s.next=n,n.next=o,i.lastEffect=n),n}function qm(){return Lt().memoizedState}function Qo(n,i,s,o){var f=on();Be.flags|=n,f.memoizedState=Va(1|i,{destroy:void 0},s,o===void 0?null:o)}function Jo(n,i,s,o){var f=Lt();o=o===void 0?null:o;var g=f.memoizedState.inst;ct!==null&&o!==null&&md(o,ct.memoizedState.deps)?f.memoizedState=Va(i,g,s,o):(Be.flags|=n,f.memoizedState=Va(1|i,g,s,o))}function Vm(n,i){Qo(8390656,8,n,i)}function kd(n,i){Jo(2048,8,n,i)}function L_(n){Be.flags|=4;var i=Be.updateQueue;if(i===null)i=Wo(),Be.updateQueue=i,i.events=[n];else{var s=i.events;s===null?i.events=[n]:s.push(n)}}function Ym(n){var i=Lt().memoizedState;return L_({ref:i,nextImpl:n}),function(){if((tt&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function Wm(n,i){return Jo(4,2,n,i)}function Xm(n,i){return Jo(4,4,n,i)}function Zm(n,i){if(typeof i=="function"){n=n();var s=i(n);return function(){typeof s=="function"?s():i(null)}}if(i!=null)return n=n(),i.current=n,function(){i.current=null}}function Qm(n,i,s){s=s!=null?s.concat([n]):null,Jo(4,4,Zm.bind(null,i,n),s)}function Td(){}function Jm(n,i){var s=Lt();i=i===void 0?null:i;var o=s.memoizedState;return i!==null&&md(i,o[1])?o[0]:(s.memoizedState=[n,i],n)}function eg(n,i){var s=Lt();i=i===void 0?null:i;var o=s.memoizedState;if(i!==null&&md(i,o[1]))return o[0];if(o=n(),aa){Qt(!0);try{n()}finally{Qt(!1)}}return s.memoizedState=[o,i],o}function Nd(n,i,s){return s===void 0||(Lr&1073741824)!==0&&(Ve&261930)===0?n.memoizedState=i:(n.memoizedState=s,n=tb(),Be.lanes|=n,xi|=n,s)}function tg(n,i,s,o){return An(s,i)?s:Ga.current!==null?(n=Nd(n,s,o),An(n,i)||(Pt=!0),n):(Lr&42)===0||(Lr&1073741824)!==0&&(Ve&261930)===0?(Pt=!0,n.memoizedState=s):(n=tb(),Be.lanes|=n,xi|=n,i)}function ng(n,i,s,o,f){var g=O.p;O.p=g!==0&&8>g?g:8;var E=U.T,w={};U.T=w,Od(n,!1,i,s);try{var L=f(),W=U.S;if(W!==null&&W(w,L),L!==null&&typeof L=="object"&&typeof L.then=="function"){var ae=O_(L,o);ol(n,i,ae,Ln(n))}else ol(n,i,o,Ln(n))}catch(oe){ol(n,i,{then:function(){},status:"rejected",reason:oe},Ln())}finally{O.p=g,E!==null&&w.types!==null&&(E.types=w.types),U.T=E}}function z_(){}function Cd(n,i,s,o){if(n.tag!==5)throw Error(a(476));var f=rg(n).queue;ng(n,f,i,F,s===null?z_:function(){return ig(n),s(o)})}function rg(n){var i=n.memoizedState;if(i!==null)return i;i={memoizedState:F,baseState:F,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:zr,lastRenderedState:F},next:null};var s={};return i.next={memoizedState:s,baseState:s,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:zr,lastRenderedState:s},next:null},n.memoizedState=i,n=n.alternate,n!==null&&(n.memoizedState=i),i}function ig(n){var i=rg(n);i.next===null&&(i=n.alternate.memoizedState),ol(n,i.next.queue,{},Ln())}function Ad(){return Wt(kl)}function ag(){return Lt().memoizedState}function sg(){return Lt().memoizedState}function j_(n){for(var i=n.return;i!==null;){switch(i.tag){case 24:case 3:var s=Ln();n=pi(s);var o=mi(i,n,s);o!==null&&(Sn(o,i,s),rl(o,i,s)),i={cache:id()},n.payload=i;return}i=i.return}}function B_(n,i,s){var o=Ln();s={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},ec(n)?og(i,s):(s=Vu(n,i,s,o),s!==null&&(Sn(s,n,o),cg(s,i,o)))}function lg(n,i,s){var o=Ln();ol(n,i,s,o)}function ol(n,i,s,o){var f={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null};if(ec(n))og(i,f);else{var g=n.alternate;if(n.lanes===0&&(g===null||g.lanes===0)&&(g=i.lastRenderedReducer,g!==null))try{var E=i.lastRenderedState,w=g(E,s);if(f.hasEagerState=!0,f.eagerState=w,An(w,E))return Do(n,i,f,0),pt===null&&Io(),!1}catch{}finally{}if(s=Vu(n,i,f,o),s!==null)return Sn(s,n,o),cg(s,i,o),!0}return!1}function Od(n,i,s,o){if(o={lane:2,revertLane:cf(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},ec(n)){if(i)throw Error(a(479))}else i=Vu(n,s,o,2),i!==null&&Sn(i,n,2)}function ec(n){var i=n.alternate;return n===Be||i!==null&&i===Be}function og(n,i){Ka=Vo=!0;var s=n.pending;s===null?i.next=i:(i.next=s.next,s.next=i),n.pending=i}function cg(n,i,s){if((s&4194048)!==0){var o=i.lanes;o&=n.pendingLanes,s|=o,i.lanes=s,Me(n,s)}}var cl={readContext:Wt,use:Xo,useCallback:At,useContext:At,useEffect:At,useImperativeHandle:At,useLayoutEffect:At,useInsertionEffect:At,useMemo:At,useReducer:At,useRef:At,useState:At,useDebugValue:At,useDeferredValue:At,useTransition:At,useSyncExternalStore:At,useId:At,useHostTransitionStatus:At,useFormState:At,useActionState:At,useOptimistic:At,useMemoCache:At,useCacheRefresh:At};cl.useEffectEvent=At;var ug={readContext:Wt,use:Xo,useCallback:function(n,i){return on().memoizedState=[n,i===void 0?null:i],n},useContext:Wt,useEffect:Vm,useImperativeHandle:function(n,i,s){s=s!=null?s.concat([n]):null,Qo(4194308,4,Zm.bind(null,i,n),s)},useLayoutEffect:function(n,i){return Qo(4194308,4,n,i)},useInsertionEffect:function(n,i){Qo(4,2,n,i)},useMemo:function(n,i){var s=on();i=i===void 0?null:i;var o=n();if(aa){Qt(!0);try{n()}finally{Qt(!1)}}return s.memoizedState=[o,i],o},useReducer:function(n,i,s){var o=on();if(s!==void 0){var f=s(i);if(aa){Qt(!0);try{s(i)}finally{Qt(!1)}}}else f=i;return o.memoizedState=o.baseState=f,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:f},o.queue=n,n=n.dispatch=B_.bind(null,Be,n),[o.memoizedState,n]},useRef:function(n){var i=on();return n={current:n},i.memoizedState=n},useState:function(n){n=Sd(n);var i=n.queue,s=lg.bind(null,Be,i);return i.dispatch=s,[n.memoizedState,s]},useDebugValue:Td,useDeferredValue:function(n,i){var s=on();return Nd(s,n,i)},useTransition:function(){var n=Sd(!1);return n=ng.bind(null,Be,n.queue,!0,!1),on().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,i,s){var o=Be,f=on();if(Xe){if(s===void 0)throw Error(a(407));s=s()}else{if(s=i(),pt===null)throw Error(a(349));(Ve&127)!==0||Rm(o,i,s)}f.memoizedState=s;var g={value:s,getSnapshot:i};return f.queue=g,Vm(Im.bind(null,o,g,n),[n]),o.flags|=2048,Va(9,{destroy:void 0},Mm.bind(null,o,g,s,i),null),s},useId:function(){var n=on(),i=pt.identifierPrefix;if(Xe){var s=fr,o=dr;s=(o&~(1<<32-rt(o)-1)).toString(32)+s,i="_"+i+"R_"+s,s=Yo++,0<s&&(i+="H"+s.toString(32)),i+="_"}else s=R_++,i="_"+i+"r_"+s.toString(32)+"_";return n.memoizedState=i},useHostTransitionStatus:Ad,useFormState:Fm,useActionState:Fm,useOptimistic:function(n){var i=on();i.memoizedState=i.baseState=n;var s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=s,i=Od.bind(null,Be,!0,s),s.dispatch=i,[n,i]},useMemoCache:xd,useCacheRefresh:function(){return on().memoizedState=j_.bind(null,Be)},useEffectEvent:function(n){var i=on(),s={impl:n};return i.memoizedState=s,function(){if((tt&2)!==0)throw Error(a(440));return s.impl.apply(void 0,arguments)}}},Rd={readContext:Wt,use:Xo,useCallback:Jm,useContext:Wt,useEffect:kd,useImperativeHandle:Qm,useInsertionEffect:Wm,useLayoutEffect:Xm,useMemo:eg,useReducer:Zo,useRef:qm,useState:function(){return Zo(zr)},useDebugValue:Td,useDeferredValue:function(n,i){var s=Lt();return tg(s,ct.memoizedState,n,i)},useTransition:function(){var n=Zo(zr)[0],i=Lt().memoizedState;return[typeof n=="boolean"?n:ll(n),i]},useSyncExternalStore:Om,useId:ag,useHostTransitionStatus:Ad,useFormState:$m,useActionState:$m,useOptimistic:function(n,i){var s=Lt();return zm(s,ct,n,i)},useMemoCache:xd,useCacheRefresh:sg};Rd.useEffectEvent=Ym;var dg={readContext:Wt,use:Xo,useCallback:Jm,useContext:Wt,useEffect:kd,useImperativeHandle:Qm,useInsertionEffect:Wm,useLayoutEffect:Xm,useMemo:eg,useReducer:_d,useRef:qm,useState:function(){return _d(zr)},useDebugValue:Td,useDeferredValue:function(n,i){var s=Lt();return ct===null?Nd(s,n,i):tg(s,ct.memoizedState,n,i)},useTransition:function(){var n=_d(zr)[0],i=Lt().memoizedState;return[typeof n=="boolean"?n:ll(n),i]},useSyncExternalStore:Om,useId:ag,useHostTransitionStatus:Ad,useFormState:Km,useActionState:Km,useOptimistic:function(n,i){var s=Lt();return ct!==null?zm(s,ct,n,i):(s.baseState=n,[n,s.queue.dispatch])},useMemoCache:xd,useCacheRefresh:sg};dg.useEffectEvent=Ym;function Md(n,i,s,o){i=n.memoizedState,s=s(o,i),s=s==null?i:y({},i,s),n.memoizedState=s,n.lanes===0&&(n.updateQueue.baseState=s)}var Id={enqueueSetState:function(n,i,s){n=n._reactInternals;var o=Ln(),f=pi(o);f.payload=i,s!=null&&(f.callback=s),i=mi(n,f,o),i!==null&&(Sn(i,n,o),rl(i,n,o))},enqueueReplaceState:function(n,i,s){n=n._reactInternals;var o=Ln(),f=pi(o);f.tag=1,f.payload=i,s!=null&&(f.callback=s),i=mi(n,f,o),i!==null&&(Sn(i,n,o),rl(i,n,o))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var s=Ln(),o=pi(s);o.tag=2,i!=null&&(o.callback=i),i=mi(n,o,s),i!==null&&(Sn(i,n,s),rl(i,n,s))}};function fg(n,i,s,o,f,g,E){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(o,g,E):i.prototype&&i.prototype.isPureReactComponent?!Ws(s,o)||!Ws(f,g):!0}function hg(n,i,s,o){n=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(s,o),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(s,o),i.state!==n&&Id.enqueueReplaceState(i,i.state,null)}function sa(n,i){var s=i;if("ref"in i){s={};for(var o in i)o!=="ref"&&(s[o]=i[o])}if(n=n.defaultProps){s===i&&(s=y({},s));for(var f in n)s[f]===void 0&&(s[f]=n[f])}return s}function pg(n){Mo(n)}function mg(n){console.error(n)}function gg(n){Mo(n)}function tc(n,i){try{var s=n.onUncaughtError;s(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function bg(n,i,s){try{var o=n.onCaughtError;o(s.value,{componentStack:s.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(f){setTimeout(function(){throw f})}}function Dd(n,i,s){return s=pi(s),s.tag=3,s.payload={element:null},s.callback=function(){tc(n,i)},s}function yg(n){return n=pi(n),n.tag=3,n}function vg(n,i,s,o){var f=s.type.getDerivedStateFromError;if(typeof f=="function"){var g=o.value;n.payload=function(){return f(g)},n.callback=function(){bg(i,s,o)}}var E=s.stateNode;E!==null&&typeof E.componentDidCatch=="function"&&(n.callback=function(){bg(i,s,o),typeof f!="function"&&(Ei===null?Ei=new Set([this]):Ei.add(this));var w=o.stack;this.componentDidCatch(o.value,{componentStack:w!==null?w:""})})}function U_(n,i,s,o,f){if(s.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=s.alternate,i!==null&&Ua(i,s,f,!0),s=Rn.current,s!==null){switch(s.tag){case 31:case 13:return Kn===null?hc():s.alternate===null&&Ot===0&&(Ot=3),s.flags&=-257,s.flags|=65536,s.lanes=f,o===Fo?s.flags|=16384:(i=s.updateQueue,i===null?s.updateQueue=new Set([o]):i.add(o),sf(n,o,f)),!1;case 22:return s.flags|=65536,o===Fo?s.flags|=16384:(i=s.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([o])},s.updateQueue=i):(s=i.retryQueue,s===null?i.retryQueue=new Set([o]):s.add(o)),sf(n,o,f)),!1}throw Error(a(435,s.tag))}return sf(n,o,f),hc(),!1}if(Xe)return i=Rn.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=f,o!==Ju&&(n=Error(a(422),{cause:o}),Qs(Hn(n,s)))):(o!==Ju&&(i=Error(a(423),{cause:o}),Qs(Hn(i,s))),n=n.current.alternate,n.flags|=65536,f&=-f,n.lanes|=f,o=Hn(o,s),f=Dd(n.stateNode,o,f),ud(n,f),Ot!==4&&(Ot=2)),!1;var g=Error(a(520),{cause:o});if(g=Hn(g,s),bl===null?bl=[g]:bl.push(g),Ot!==4&&(Ot=2),i===null)return!0;o=Hn(o,s),s=i;do{switch(s.tag){case 3:return s.flags|=65536,n=f&-f,s.lanes|=n,n=Dd(s.stateNode,o,n),ud(s,n),!1;case 1:if(i=s.type,g=s.stateNode,(s.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||g!==null&&typeof g.componentDidCatch=="function"&&(Ei===null||!Ei.has(g))))return s.flags|=65536,f&=-f,s.lanes|=f,f=yg(f),vg(f,n,s,o),ud(s,f),!1}s=s.return}while(s!==null);return!1}var Ld=Error(a(461)),Pt=!1;function Xt(n,i,s,o){i.child=n===null?Sm(i,null,s,o):ia(i,n.child,s,o)}function xg(n,i,s,o,f){s=s.render;var g=i.ref;if("ref"in o){var E={};for(var w in o)w!=="ref"&&(E[w]=o[w])}else E=o;return ea(i),o=gd(n,i,s,E,g,f),w=bd(),n!==null&&!Pt?(yd(n,i,f),jr(n,i,f)):(Xe&&w&&Zu(i),i.flags|=1,Xt(n,i,o,f),i.child)}function Eg(n,i,s,o,f){if(n===null){var g=s.type;return typeof g=="function"&&!Yu(g)&&g.defaultProps===void 0&&s.compare===null?(i.tag=15,i.type=g,_g(n,i,g,o,f)):(n=zo(s.type,null,o,i,i.mode,f),n.ref=i.ref,n.return=i,i.child=n)}if(g=n.child,!$d(n,f)){var E=g.memoizedProps;if(s=s.compare,s=s!==null?s:Ws,s(E,o)&&n.ref===i.ref)return jr(n,i,f)}return i.flags|=1,n=Rr(g,o),n.ref=i.ref,n.return=i,i.child=n}function _g(n,i,s,o,f){if(n!==null){var g=n.memoizedProps;if(Ws(g,o)&&n.ref===i.ref)if(Pt=!1,i.pendingProps=o=g,$d(n,f))(n.flags&131072)!==0&&(Pt=!0);else return i.lanes=n.lanes,jr(n,i,f)}return zd(n,i,s,o,f)}function Sg(n,i,s,o){var f=o.children,g=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(g=g!==null?g.baseLanes|s:s,n!==null){for(o=i.child=n.child,f=0;o!==null;)f=f|o.lanes|o.childLanes,o=o.sibling;o=f&~g}else o=0,i.child=null;return wg(n,i,g,s,o)}if((s&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},n!==null&&Po(i,g!==null?g.cachePool:null),g!==null?Tm(i,g):fd(),Nm(i);else return o=i.lanes=536870912,wg(n,i,g!==null?g.baseLanes|s:s,s,o)}else g!==null?(Po(i,g.cachePool),Tm(i,g),bi(),i.memoizedState=null):(n!==null&&Po(i,null),fd(),bi());return Xt(n,i,f,s),i.child}function ul(n,i){return n!==null&&n.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function wg(n,i,s,o,f){var g=sd();return g=g===null?null:{parent:Bt._currentValue,pool:g},i.memoizedState={baseLanes:s,cachePool:g},n!==null&&Po(i,null),fd(),Nm(i),n!==null&&Ua(n,i,o,!0),i.childLanes=f,null}function nc(n,i){return i=ic({mode:i.mode,children:i.children},n.mode),i.ref=n.ref,n.child=i,i.return=n,i}function kg(n,i,s){return ia(i,n.child,null,s),n=nc(i,i.pendingProps),n.flags|=2,Mn(i),i.memoizedState=null,n}function P_(n,i,s){var o=i.pendingProps,f=(i.flags&128)!==0;if(i.flags&=-129,n===null){if(Xe){if(o.mode==="hidden")return n=nc(i,o),i.lanes=536870912,ul(null,n);if(pd(i),(n=xt)?(n=jb(n,Gn),n=n!==null&&n.data==="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:ci!==null?{id:dr,overflow:fr}:null,retryLane:536870912,hydrationErrors:null},s=om(n),s.return=i,i.child=s,Yt=i,xt=null)):n=null,n===null)throw di(i);return i.lanes=536870912,null}return nc(i,o)}var g=n.memoizedState;if(g!==null){var E=g.dehydrated;if(pd(i),f)if(i.flags&256)i.flags&=-257,i=kg(n,i,s);else if(i.memoizedState!==null)i.child=n.child,i.flags|=128,i=null;else throw Error(a(558));else if(Pt||Ua(n,i,s,!1),f=(s&n.childLanes)!==0,Pt||f){if(o=pt,o!==null&&(E=Rt(o,s),E!==0&&E!==g.retryLane))throw g.retryLane=E,Xi(n,E),Sn(o,n,E),Ld;hc(),i=kg(n,i,s)}else n=g.treeContext,xt=qn(E.nextSibling),Yt=i,Xe=!0,ui=null,Gn=!1,n!==null&&dm(i,n),i=nc(i,o),i.flags|=4096;return i}return n=Rr(n.child,{mode:o.mode,children:o.children}),n.ref=i.ref,i.child=n,n.return=i,n}function rc(n,i){var s=i.ref;if(s===null)n!==null&&n.ref!==null&&(i.flags|=4194816);else{if(typeof s!="function"&&typeof s!="object")throw Error(a(284));(n===null||n.ref!==s)&&(i.flags|=4194816)}}function zd(n,i,s,o,f){return ea(i),s=gd(n,i,s,o,void 0,f),o=bd(),n!==null&&!Pt?(yd(n,i,f),jr(n,i,f)):(Xe&&o&&Zu(i),i.flags|=1,Xt(n,i,s,f),i.child)}function Tg(n,i,s,o,f,g){return ea(i),i.updateQueue=null,s=Am(i,o,s,f),Cm(n),o=bd(),n!==null&&!Pt?(yd(n,i,g),jr(n,i,g)):(Xe&&o&&Zu(i),i.flags|=1,Xt(n,i,s,g),i.child)}function Ng(n,i,s,o,f){if(ea(i),i.stateNode===null){var g=La,E=s.contextType;typeof E=="object"&&E!==null&&(g=Wt(E)),g=new s(o,g),i.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,g.updater=Id,i.stateNode=g,g._reactInternals=i,g=i.stateNode,g.props=o,g.state=i.memoizedState,g.refs={},od(i),E=s.contextType,g.context=typeof E=="object"&&E!==null?Wt(E):La,g.state=i.memoizedState,E=s.getDerivedStateFromProps,typeof E=="function"&&(Md(i,s,E,o),g.state=i.memoizedState),typeof s.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(E=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),E!==g.state&&Id.enqueueReplaceState(g,g.state,null),al(i,o,g,f),il(),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(n===null){g=i.stateNode;var w=i.memoizedProps,L=sa(s,w);g.props=L;var W=g.context,ae=s.contextType;E=La,typeof ae=="object"&&ae!==null&&(E=Wt(ae));var oe=s.getDerivedStateFromProps;ae=typeof oe=="function"||typeof g.getSnapshotBeforeUpdate=="function",w=i.pendingProps!==w,ae||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(w||W!==E)&&hg(i,g,o,E),hi=!1;var X=i.memoizedState;g.state=X,al(i,o,g,f),il(),W=i.memoizedState,w||X!==W||hi?(typeof oe=="function"&&(Md(i,s,oe,o),W=i.memoizedState),(L=hi||fg(i,s,L,o,X,W,E))?(ae||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount()),typeof g.componentDidMount=="function"&&(i.flags|=4194308)):(typeof g.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=o,i.memoizedState=W),g.props=o,g.state=W,g.context=E,o=L):(typeof g.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{g=i.stateNode,cd(n,i),E=i.memoizedProps,ae=sa(s,E),g.props=ae,oe=i.pendingProps,X=g.context,W=s.contextType,L=La,typeof W=="object"&&W!==null&&(L=Wt(W)),w=s.getDerivedStateFromProps,(W=typeof w=="function"||typeof g.getSnapshotBeforeUpdate=="function")||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(E!==oe||X!==L)&&hg(i,g,o,L),hi=!1,X=i.memoizedState,g.state=X,al(i,o,g,f),il();var J=i.memoizedState;E!==oe||X!==J||hi||n!==null&&n.dependencies!==null&&Bo(n.dependencies)?(typeof w=="function"&&(Md(i,s,w,o),J=i.memoizedState),(ae=hi||fg(i,s,ae,o,X,J,L)||n!==null&&n.dependencies!==null&&Bo(n.dependencies))?(W||typeof g.UNSAFE_componentWillUpdate!="function"&&typeof g.componentWillUpdate!="function"||(typeof g.componentWillUpdate=="function"&&g.componentWillUpdate(o,J,L),typeof g.UNSAFE_componentWillUpdate=="function"&&g.UNSAFE_componentWillUpdate(o,J,L)),typeof g.componentDidUpdate=="function"&&(i.flags|=4),typeof g.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof g.componentDidUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=4),typeof g.getSnapshotBeforeUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=1024),i.memoizedProps=o,i.memoizedState=J),g.props=o,g.state=J,g.context=L,o=ae):(typeof g.componentDidUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=4),typeof g.getSnapshotBeforeUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=1024),o=!1)}return g=o,rc(n,i),o=(i.flags&128)!==0,g||o?(g=i.stateNode,s=o&&typeof s.getDerivedStateFromError!="function"?null:g.render(),i.flags|=1,n!==null&&o?(i.child=ia(i,n.child,null,f),i.child=ia(i,null,s,f)):Xt(n,i,s,f),i.memoizedState=g.state,n=i.child):n=jr(n,i,f),n}function Cg(n,i,s,o){return Qi(),i.flags|=256,Xt(n,i,s,o),i.child}var jd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Bd(n){return{baseLanes:n,cachePool:bm()}}function Ud(n,i,s){return n=n!==null?n.childLanes&~s:0,i&&(n|=Dn),n}function Ag(n,i,s){var o=i.pendingProps,f=!1,g=(i.flags&128)!==0,E;if((E=g)||(E=n!==null&&n.memoizedState===null?!1:(Dt.current&2)!==0),E&&(f=!0,i.flags&=-129),E=(i.flags&32)!==0,i.flags&=-33,n===null){if(Xe){if(f?gi(i):bi(),(n=xt)?(n=jb(n,Gn),n=n!==null&&n.data!=="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:ci!==null?{id:dr,overflow:fr}:null,retryLane:536870912,hydrationErrors:null},s=om(n),s.return=i,i.child=s,Yt=i,xt=null)):n=null,n===null)throw di(i);return _f(n)?i.lanes=32:i.lanes=536870912,null}var w=o.children;return o=o.fallback,f?(bi(),f=i.mode,w=ic({mode:"hidden",children:w},f),o=Zi(o,f,s,null),w.return=i,o.return=i,w.sibling=o,i.child=w,o=i.child,o.memoizedState=Bd(s),o.childLanes=Ud(n,E,s),i.memoizedState=jd,ul(null,o)):(gi(i),Pd(i,w))}var L=n.memoizedState;if(L!==null&&(w=L.dehydrated,w!==null)){if(g)i.flags&256?(gi(i),i.flags&=-257,i=Hd(n,i,s)):i.memoizedState!==null?(bi(),i.child=n.child,i.flags|=128,i=null):(bi(),w=o.fallback,f=i.mode,o=ic({mode:"visible",children:o.children},f),w=Zi(w,f,s,null),w.flags|=2,o.return=i,w.return=i,o.sibling=w,i.child=o,ia(i,n.child,null,s),o=i.child,o.memoizedState=Bd(s),o.childLanes=Ud(n,E,s),i.memoizedState=jd,i=ul(null,o));else if(gi(i),_f(w)){if(E=w.nextSibling&&w.nextSibling.dataset,E)var W=E.dgst;E=W,o=Error(a(419)),o.stack="",o.digest=E,Qs({value:o,source:null,stack:null}),i=Hd(n,i,s)}else if(Pt||Ua(n,i,s,!1),E=(s&n.childLanes)!==0,Pt||E){if(E=pt,E!==null&&(o=Rt(E,s),o!==0&&o!==L.retryLane))throw L.retryLane=o,Xi(n,o),Sn(E,n,o),Ld;Ef(w)||hc(),i=Hd(n,i,s)}else Ef(w)?(i.flags|=192,i.child=n.child,i=null):(n=L.treeContext,xt=qn(w.nextSibling),Yt=i,Xe=!0,ui=null,Gn=!1,n!==null&&dm(i,n),i=Pd(i,o.children),i.flags|=4096);return i}return f?(bi(),w=o.fallback,f=i.mode,L=n.child,W=L.sibling,o=Rr(L,{mode:"hidden",children:o.children}),o.subtreeFlags=L.subtreeFlags&65011712,W!==null?w=Rr(W,w):(w=Zi(w,f,s,null),w.flags|=2),w.return=i,o.return=i,o.sibling=w,i.child=o,ul(null,o),o=i.child,w=n.child.memoizedState,w===null?w=Bd(s):(f=w.cachePool,f!==null?(L=Bt._currentValue,f=f.parent!==L?{parent:L,pool:L}:f):f=bm(),w={baseLanes:w.baseLanes|s,cachePool:f}),o.memoizedState=w,o.childLanes=Ud(n,E,s),i.memoizedState=jd,ul(n.child,o)):(gi(i),s=n.child,n=s.sibling,s=Rr(s,{mode:"visible",children:o.children}),s.return=i,s.sibling=null,n!==null&&(E=i.deletions,E===null?(i.deletions=[n],i.flags|=16):E.push(n)),i.child=s,i.memoizedState=null,s)}function Pd(n,i){return i=ic({mode:"visible",children:i},n.mode),i.return=n,n.child=i}function ic(n,i){return n=On(22,n,null,i),n.lanes=0,n}function Hd(n,i,s){return ia(i,n.child,null,s),n=Pd(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function Og(n,i,s){n.lanes|=i;var o=n.alternate;o!==null&&(o.lanes|=i),nd(n.return,i,s)}function Fd(n,i,s,o,f,g){var E=n.memoizedState;E===null?n.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:o,tail:s,tailMode:f,treeForkCount:g}:(E.isBackwards=i,E.rendering=null,E.renderingStartTime=0,E.last=o,E.tail=s,E.tailMode=f,E.treeForkCount=g)}function Rg(n,i,s){var o=i.pendingProps,f=o.revealOrder,g=o.tail;o=o.children;var E=Dt.current,w=(E&2)!==0;if(w?(E=E&1|2,i.flags|=128):E&=1,T(Dt,E),Xt(n,i,o,s),o=Xe?Zs:0,!w&&n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&Og(n,s,i);else if(n.tag===19)Og(n,s,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(f){case"forwards":for(s=i.child,f=null;s!==null;)n=s.alternate,n!==null&&qo(n)===null&&(f=s),s=s.sibling;s=f,s===null?(f=i.child,i.child=null):(f=s.sibling,s.sibling=null),Fd(i,!1,f,s,g,o);break;case"backwards":case"unstable_legacy-backwards":for(s=null,f=i.child,i.child=null;f!==null;){if(n=f.alternate,n!==null&&qo(n)===null){i.child=f;break}n=f.sibling,f.sibling=s,s=f,f=n}Fd(i,!0,s,null,g,o);break;case"together":Fd(i,!1,null,null,void 0,o);break;default:i.memoizedState=null}return i.child}function jr(n,i,s){if(n!==null&&(i.dependencies=n.dependencies),xi|=i.lanes,(s&i.childLanes)===0)if(n!==null){if(Ua(n,i,s,!1),(s&i.childLanes)===0)return null}else return null;if(n!==null&&i.child!==n.child)throw Error(a(153));if(i.child!==null){for(n=i.child,s=Rr(n,n.pendingProps),i.child=s,s.return=i;n.sibling!==null;)n=n.sibling,s=s.sibling=Rr(n,n.pendingProps),s.return=i;s.sibling=null}return i.child}function $d(n,i){return(n.lanes&i)!==0?!0:(n=n.dependencies,!!(n!==null&&Bo(n)))}function H_(n,i,s){switch(i.tag){case 3:xe(i,i.stateNode.containerInfo),fi(i,Bt,n.memoizedState.cache),Qi();break;case 27:case 5:Ie(i);break;case 4:xe(i,i.stateNode.containerInfo);break;case 10:fi(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,pd(i),null;break;case 13:var o=i.memoizedState;if(o!==null)return o.dehydrated!==null?(gi(i),i.flags|=128,null):(s&i.child.childLanes)!==0?Ag(n,i,s):(gi(i),n=jr(n,i,s),n!==null?n.sibling:null);gi(i);break;case 19:var f=(n.flags&128)!==0;if(o=(s&i.childLanes)!==0,o||(Ua(n,i,s,!1),o=(s&i.childLanes)!==0),f){if(o)return Rg(n,i,s);i.flags|=128}if(f=i.memoizedState,f!==null&&(f.rendering=null,f.tail=null,f.lastEffect=null),T(Dt,Dt.current),o)break;return null;case 22:return i.lanes=0,Sg(n,i,s,i.pendingProps);case 24:fi(i,Bt,n.memoizedState.cache)}return jr(n,i,s)}function Mg(n,i,s){if(n!==null)if(n.memoizedProps!==i.pendingProps)Pt=!0;else{if(!$d(n,s)&&(i.flags&128)===0)return Pt=!1,H_(n,i,s);Pt=(n.flags&131072)!==0}else Pt=!1,Xe&&(i.flags&1048576)!==0&&um(i,Zs,i.index);switch(i.lanes=0,i.tag){case 16:e:{var o=i.pendingProps;if(n=na(i.elementType),i.type=n,typeof n=="function")Yu(n)?(o=sa(n,o),i.tag=1,i=Ng(null,i,n,o,s)):(i.tag=0,i=zd(null,i,n,o,s));else{if(n!=null){var f=n.$$typeof;if(f===A){i.tag=11,i=xg(null,i,n,o,s);break e}else if(f===Z){i.tag=14,i=Eg(null,i,n,o,s);break e}}throw i=ne(n)||n,Error(a(306,i,""))}}return i;case 0:return zd(n,i,i.type,i.pendingProps,s);case 1:return o=i.type,f=sa(o,i.pendingProps),Ng(n,i,o,f,s);case 3:e:{if(xe(i,i.stateNode.containerInfo),n===null)throw Error(a(387));o=i.pendingProps;var g=i.memoizedState;f=g.element,cd(n,i),al(i,o,null,s);var E=i.memoizedState;if(o=E.cache,fi(i,Bt,o),o!==g.cache&&rd(i,[Bt],s,!0),il(),o=E.element,g.isDehydrated)if(g={element:o,isDehydrated:!1,cache:E.cache},i.updateQueue.baseState=g,i.memoizedState=g,i.flags&256){i=Cg(n,i,o,s);break e}else if(o!==f){f=Hn(Error(a(424)),i),Qs(f),i=Cg(n,i,o,s);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(xt=qn(n.firstChild),Yt=i,Xe=!0,ui=null,Gn=!0,s=Sm(i,null,o,s),i.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling}else{if(Qi(),o===f){i=jr(n,i,s);break e}Xt(n,i,o,s)}i=i.child}return i;case 26:return rc(n,i),n===null?(s=$b(i.type,null,i.pendingProps,null))?i.memoizedState=s:Xe||(s=i.type,n=i.pendingProps,o=xc(q.current).createElement(s),o[Mt]=i,o[Jt]=n,Zt(o,s,n),zt(o),i.stateNode=o):i.memoizedState=$b(i.type,n.memoizedProps,i.pendingProps,n.memoizedState),null;case 27:return Ie(i),n===null&&Xe&&(o=i.stateNode=Pb(i.type,i.pendingProps,q.current),Yt=i,Gn=!0,f=xt,ki(i.type)?(Sf=f,xt=qn(o.firstChild)):xt=f),Xt(n,i,i.pendingProps.children,s),rc(n,i),n===null&&(i.flags|=4194304),i.child;case 5:return n===null&&Xe&&((f=o=xt)&&(o=bS(o,i.type,i.pendingProps,Gn),o!==null?(i.stateNode=o,Yt=i,xt=qn(o.firstChild),Gn=!1,f=!0):f=!1),f||di(i)),Ie(i),f=i.type,g=i.pendingProps,E=n!==null?n.memoizedProps:null,o=g.children,yf(f,g)?o=null:E!==null&&yf(f,E)&&(i.flags|=32),i.memoizedState!==null&&(f=gd(n,i,M_,null,null,s),kl._currentValue=f),rc(n,i),Xt(n,i,o,s),i.child;case 6:return n===null&&Xe&&((n=s=xt)&&(s=yS(s,i.pendingProps,Gn),s!==null?(i.stateNode=s,Yt=i,xt=null,n=!0):n=!1),n||di(i)),null;case 13:return Ag(n,i,s);case 4:return xe(i,i.stateNode.containerInfo),o=i.pendingProps,n===null?i.child=ia(i,null,o,s):Xt(n,i,o,s),i.child;case 11:return xg(n,i,i.type,i.pendingProps,s);case 7:return Xt(n,i,i.pendingProps,s),i.child;case 8:return Xt(n,i,i.pendingProps.children,s),i.child;case 12:return Xt(n,i,i.pendingProps.children,s),i.child;case 10:return o=i.pendingProps,fi(i,i.type,o.value),Xt(n,i,o.children,s),i.child;case 9:return f=i.type._context,o=i.pendingProps.children,ea(i),f=Wt(f),o=o(f),i.flags|=1,Xt(n,i,o,s),i.child;case 14:return Eg(n,i,i.type,i.pendingProps,s);case 15:return _g(n,i,i.type,i.pendingProps,s);case 19:return Rg(n,i,s);case 31:return P_(n,i,s);case 22:return Sg(n,i,s,i.pendingProps);case 24:return ea(i),o=Wt(Bt),n===null?(f=sd(),f===null&&(f=pt,g=id(),f.pooledCache=g,g.refCount++,g!==null&&(f.pooledCacheLanes|=s),f=g),i.memoizedState={parent:o,cache:f},od(i),fi(i,Bt,f)):((n.lanes&s)!==0&&(cd(n,i),al(i,null,null,s),il()),f=n.memoizedState,g=i.memoizedState,f.parent!==o?(f={parent:o,cache:o},i.memoizedState=f,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=f),fi(i,Bt,o)):(o=g.cache,fi(i,Bt,o),o!==f.cache&&rd(i,[Bt],s,!0))),Xt(n,i,i.pendingProps.children,s),i.child;case 29:throw i.pendingProps}throw Error(a(156,i.tag))}function Br(n){n.flags|=4}function Gd(n,i,s,o,f){if((i=(n.mode&32)!==0)&&(i=!1),i){if(n.flags|=16777216,(f&335544128)===f)if(n.stateNode.complete)n.flags|=8192;else if(ab())n.flags|=8192;else throw ra=Fo,ld}else n.flags&=-16777217}function Ig(n,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!Yb(i))if(ab())n.flags|=8192;else throw ra=Fo,ld}function ac(n,i){i!==null&&(n.flags|=4),n.flags&16384&&(i=n.tag!==22?De():536870912,n.lanes|=i,Za|=i)}function dl(n,i){if(!Xe)switch(n.tailMode){case"hidden":i=n.tail;for(var s=null;i!==null;)i.alternate!==null&&(s=i),i=i.sibling;s===null?n.tail=null:s.sibling=null;break;case"collapsed":s=n.tail;for(var o=null;s!==null;)s.alternate!==null&&(o=s),s=s.sibling;o===null?i||n.tail===null?n.tail=null:n.tail.sibling=null:o.sibling=null}}function Et(n){var i=n.alternate!==null&&n.alternate.child===n.child,s=0,o=0;if(i)for(var f=n.child;f!==null;)s|=f.lanes|f.childLanes,o|=f.subtreeFlags&65011712,o|=f.flags&65011712,f.return=n,f=f.sibling;else for(f=n.child;f!==null;)s|=f.lanes|f.childLanes,o|=f.subtreeFlags,o|=f.flags,f.return=n,f=f.sibling;return n.subtreeFlags|=o,n.childLanes=s,i}function F_(n,i,s){var o=i.pendingProps;switch(Qu(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Et(i),null;case 1:return Et(i),null;case 3:return s=i.stateNode,o=null,n!==null&&(o=n.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),Dr(Bt),ve(),s.pendingContext&&(s.context=s.pendingContext,s.pendingContext=null),(n===null||n.child===null)&&(Ba(i)?Br(i):n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,ed())),Et(i),null;case 26:var f=i.type,g=i.memoizedState;return n===null?(Br(i),g!==null?(Et(i),Ig(i,g)):(Et(i),Gd(i,f,null,o,s))):g?g!==n.memoizedState?(Br(i),Et(i),Ig(i,g)):(Et(i),i.flags&=-16777217):(n=n.memoizedProps,n!==o&&Br(i),Et(i),Gd(i,f,n,o,s)),null;case 27:if(_t(i),s=q.current,f=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Br(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Et(i),null}n=ue.current,Ba(i)?fm(i):(n=Pb(f,o,s),i.stateNode=n,Br(i))}return Et(i),null;case 5:if(_t(i),f=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Br(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Et(i),null}if(g=ue.current,Ba(i))fm(i);else{var E=xc(q.current);switch(g){case 1:g=E.createElementNS("http://www.w3.org/2000/svg",f);break;case 2:g=E.createElementNS("http://www.w3.org/1998/Math/MathML",f);break;default:switch(f){case"svg":g=E.createElementNS("http://www.w3.org/2000/svg",f);break;case"math":g=E.createElementNS("http://www.w3.org/1998/Math/MathML",f);break;case"script":g=E.createElement("div"),g.innerHTML="<script><\/script>",g=g.removeChild(g.firstChild);break;case"select":g=typeof o.is=="string"?E.createElement("select",{is:o.is}):E.createElement("select"),o.multiple?g.multiple=!0:o.size&&(g.size=o.size);break;default:g=typeof o.is=="string"?E.createElement(f,{is:o.is}):E.createElement(f)}}g[Mt]=i,g[Jt]=o;e:for(E=i.child;E!==null;){if(E.tag===5||E.tag===6)g.appendChild(E.stateNode);else if(E.tag!==4&&E.tag!==27&&E.child!==null){E.child.return=E,E=E.child;continue}if(E===i)break e;for(;E.sibling===null;){if(E.return===null||E.return===i)break e;E=E.return}E.sibling.return=E.return,E=E.sibling}i.stateNode=g;e:switch(Zt(g,f,o),f){case"button":case"input":case"select":case"textarea":o=!!o.autoFocus;break e;case"img":o=!0;break e;default:o=!1}o&&Br(i)}}return Et(i),Gd(i,i.type,n===null?null:n.memoizedProps,i.pendingProps,s),null;case 6:if(n&&i.stateNode!=null)n.memoizedProps!==o&&Br(i);else{if(typeof o!="string"&&i.stateNode===null)throw Error(a(166));if(n=q.current,Ba(i)){if(n=i.stateNode,s=i.memoizedProps,o=null,f=Yt,f!==null)switch(f.tag){case 27:case 5:o=f.memoizedProps}n[Mt]=i,n=!!(n.nodeValue===s||o!==null&&o.suppressHydrationWarning===!0||Ab(n.nodeValue,s)),n||di(i,!0)}else n=xc(n).createTextNode(o),n[Mt]=i,i.stateNode=n}return Et(i),null;case 31:if(s=i.memoizedState,n===null||n.memoizedState!==null){if(o=Ba(i),s!==null){if(n===null){if(!o)throw Error(a(318));if(n=i.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(557));n[Mt]=i}else Qi(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Et(i),n=!1}else s=ed(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=s),n=!0;if(!n)return i.flags&256?(Mn(i),i):(Mn(i),null);if((i.flags&128)!==0)throw Error(a(558))}return Et(i),null;case 13:if(o=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(f=Ba(i),o!==null&&o.dehydrated!==null){if(n===null){if(!f)throw Error(a(318));if(f=i.memoizedState,f=f!==null?f.dehydrated:null,!f)throw Error(a(317));f[Mt]=i}else Qi(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Et(i),f=!1}else f=ed(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=f),f=!0;if(!f)return i.flags&256?(Mn(i),i):(Mn(i),null)}return Mn(i),(i.flags&128)!==0?(i.lanes=s,i):(s=o!==null,n=n!==null&&n.memoizedState!==null,s&&(o=i.child,f=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(f=o.alternate.memoizedState.cachePool.pool),g=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(g=o.memoizedState.cachePool.pool),g!==f&&(o.flags|=2048)),s!==n&&s&&(i.child.flags|=8192),ac(i,i.updateQueue),Et(i),null);case 4:return ve(),n===null&&hf(i.stateNode.containerInfo),Et(i),null;case 10:return Dr(i.type),Et(i),null;case 19:if(V(Dt),o=i.memoizedState,o===null)return Et(i),null;if(f=(i.flags&128)!==0,g=o.rendering,g===null)if(f)dl(o,!1);else{if(Ot!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(g=qo(n),g!==null){for(i.flags|=128,dl(o,!1),n=g.updateQueue,i.updateQueue=n,ac(i,n),i.subtreeFlags=0,n=s,s=i.child;s!==null;)lm(s,n),s=s.sibling;return T(Dt,Dt.current&1|2),Xe&&Mr(i,o.treeForkCount),i.child}n=n.sibling}o.tail!==null&&kt()>uc&&(i.flags|=128,f=!0,dl(o,!1),i.lanes=4194304)}else{if(!f)if(n=qo(g),n!==null){if(i.flags|=128,f=!0,n=n.updateQueue,i.updateQueue=n,ac(i,n),dl(o,!0),o.tail===null&&o.tailMode==="hidden"&&!g.alternate&&!Xe)return Et(i),null}else 2*kt()-o.renderingStartTime>uc&&s!==536870912&&(i.flags|=128,f=!0,dl(o,!1),i.lanes=4194304);o.isBackwards?(g.sibling=i.child,i.child=g):(n=o.last,n!==null?n.sibling=g:i.child=g,o.last=g)}return o.tail!==null?(n=o.tail,o.rendering=n,o.tail=n.sibling,o.renderingStartTime=kt(),n.sibling=null,s=Dt.current,T(Dt,f?s&1|2:s&1),Xe&&Mr(i,o.treeForkCount),n):(Et(i),null);case 22:case 23:return Mn(i),hd(),o=i.memoizedState!==null,n!==null?n.memoizedState!==null!==o&&(i.flags|=8192):o&&(i.flags|=8192),o?(s&536870912)!==0&&(i.flags&128)===0&&(Et(i),i.subtreeFlags&6&&(i.flags|=8192)):Et(i),s=i.updateQueue,s!==null&&ac(i,s.retryQueue),s=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(s=n.memoizedState.cachePool.pool),o=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(o=i.memoizedState.cachePool.pool),o!==s&&(i.flags|=2048),n!==null&&V(ta),null;case 24:return s=null,n!==null&&(s=n.memoizedState.cache),i.memoizedState.cache!==s&&(i.flags|=2048),Dr(Bt),Et(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function $_(n,i){switch(Qu(i),i.tag){case 1:return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return Dr(Bt),ve(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 26:case 27:case 5:return _t(i),null;case 31:if(i.memoizedState!==null){if(Mn(i),i.alternate===null)throw Error(a(340));Qi()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 13:if(Mn(i),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(a(340));Qi()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return V(Dt),null;case 4:return ve(),null;case 10:return Dr(i.type),null;case 22:case 23:return Mn(i),hd(),n!==null&&V(ta),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 24:return Dr(Bt),null;case 25:return null;default:return null}}function Dg(n,i){switch(Qu(i),i.tag){case 3:Dr(Bt),ve();break;case 26:case 27:case 5:_t(i);break;case 4:ve();break;case 31:i.memoizedState!==null&&Mn(i);break;case 13:Mn(i);break;case 19:V(Dt);break;case 10:Dr(i.type);break;case 22:case 23:Mn(i),hd(),n!==null&&V(ta);break;case 24:Dr(Bt)}}function fl(n,i){try{var s=i.updateQueue,o=s!==null?s.lastEffect:null;if(o!==null){var f=o.next;s=f;do{if((s.tag&n)===n){o=void 0;var g=s.create,E=s.inst;o=g(),E.destroy=o}s=s.next}while(s!==f)}}catch(w){lt(i,i.return,w)}}function yi(n,i,s){try{var o=i.updateQueue,f=o!==null?o.lastEffect:null;if(f!==null){var g=f.next;o=g;do{if((o.tag&n)===n){var E=o.inst,w=E.destroy;if(w!==void 0){E.destroy=void 0,f=i;var L=s,W=w;try{W()}catch(ae){lt(f,L,ae)}}}o=o.next}while(o!==g)}}catch(ae){lt(i,i.return,ae)}}function Lg(n){var i=n.updateQueue;if(i!==null){var s=n.stateNode;try{km(i,s)}catch(o){lt(n,n.return,o)}}}function zg(n,i,s){s.props=sa(n.type,n.memoizedProps),s.state=n.memoizedState;try{s.componentWillUnmount()}catch(o){lt(n,i,o)}}function hl(n,i){try{var s=n.ref;if(s!==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 s=="function"?n.refCleanup=s(o):s.current=o}}catch(f){lt(n,i,f)}}function hr(n,i){var s=n.ref,o=n.refCleanup;if(s!==null)if(typeof o=="function")try{o()}catch(f){lt(n,i,f)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof s=="function")try{s(null)}catch(f){lt(n,i,f)}else s.current=null}function jg(n){var i=n.type,s=n.memoizedProps,o=n.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":s.autoFocus&&o.focus();break e;case"img":s.src?o.src=s.src:s.srcSet&&(o.srcset=s.srcSet)}}catch(f){lt(n,n.return,f)}}function Kd(n,i,s){try{var o=n.stateNode;dS(o,n.type,s,i),o[Jt]=i}catch(f){lt(n,n.return,f)}}function Bg(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&ki(n.type)||n.tag===4}function qd(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||Bg(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&&ki(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 Vd(n,i,s){var o=n.tag;if(o===5||o===6)n=n.stateNode,i?(s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s).insertBefore(n,i):(i=s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s,i.appendChild(n),s=s._reactRootContainer,s!=null||i.onclick!==null||(i.onclick=ge));else if(o!==4&&(o===27&&ki(n.type)&&(s=n.stateNode,i=null),n=n.child,n!==null))for(Vd(n,i,s),n=n.sibling;n!==null;)Vd(n,i,s),n=n.sibling}function sc(n,i,s){var o=n.tag;if(o===5||o===6)n=n.stateNode,i?s.insertBefore(n,i):s.appendChild(n);else if(o!==4&&(o===27&&ki(n.type)&&(s=n.stateNode),n=n.child,n!==null))for(sc(n,i,s),n=n.sibling;n!==null;)sc(n,i,s),n=n.sibling}function Ug(n){var i=n.stateNode,s=n.memoizedProps;try{for(var o=n.type,f=i.attributes;f.length;)i.removeAttributeNode(f[0]);Zt(i,o,s),i[Mt]=n,i[Jt]=s}catch(g){lt(n,n.return,g)}}var Ur=!1,Ht=!1,Yd=!1,Pg=typeof WeakSet=="function"?WeakSet:Set,Kt=null;function G_(n,i){if(n=n.containerInfo,gf=Nc,n=Qp(n),Hu(n)){if("selectionStart"in n)var s={start:n.selectionStart,end:n.selectionEnd};else e:{s=(s=n.ownerDocument)&&s.defaultView||window;var o=s.getSelection&&s.getSelection();if(o&&o.rangeCount!==0){s=o.anchorNode;var f=o.anchorOffset,g=o.focusNode;o=o.focusOffset;try{s.nodeType,g.nodeType}catch{s=null;break e}var E=0,w=-1,L=-1,W=0,ae=0,oe=n,X=null;t:for(;;){for(var J;oe!==s||f!==0&&oe.nodeType!==3||(w=E+f),oe!==g||o!==0&&oe.nodeType!==3||(L=E+o),oe.nodeType===3&&(E+=oe.nodeValue.length),(J=oe.firstChild)!==null;)X=oe,oe=J;for(;;){if(oe===n)break t;if(X===s&&++W===f&&(w=E),X===g&&++ae===o&&(L=E),(J=oe.nextSibling)!==null)break;oe=X,X=oe.parentNode}oe=J}s=w===-1||L===-1?null:{start:w,end:L}}else s=null}s=s||{start:0,end:0}}else s=null;for(bf={focusedElem:n,selectionRange:s},Nc=!1,Kt=i;Kt!==null;)if(i=Kt,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,Kt=n;else for(;Kt!==null;){switch(i=Kt,g=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(s=0;s<n.length;s++)f=n[s],f.ref.impl=f.nextImpl;break;case 11:case 15:break;case 1:if((n&1024)!==0&&g!==null){n=void 0,s=i,f=g.memoizedProps,g=g.memoizedState,o=s.stateNode;try{var _e=sa(s.type,f);n=o.getSnapshotBeforeUpdate(_e,g),o.__reactInternalSnapshotBeforeUpdate=n}catch(Oe){lt(s,s.return,Oe)}}break;case 3:if((n&1024)!==0){if(n=i.stateNode.containerInfo,s=n.nodeType,s===9)xf(n);else if(s===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":xf(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(a(163))}if(n=i.sibling,n!==null){n.return=i.return,Kt=n;break}Kt=i.return}}function Hg(n,i,s){var o=s.flags;switch(s.tag){case 0:case 11:case 15:Hr(n,s),o&4&&fl(5,s);break;case 1:if(Hr(n,s),o&4)if(n=s.stateNode,i===null)try{n.componentDidMount()}catch(E){lt(s,s.return,E)}else{var f=sa(s.type,i.memoizedProps);i=i.memoizedState;try{n.componentDidUpdate(f,i,n.__reactInternalSnapshotBeforeUpdate)}catch(E){lt(s,s.return,E)}}o&64&&Lg(s),o&512&&hl(s,s.return);break;case 3:if(Hr(n,s),o&64&&(n=s.updateQueue,n!==null)){if(i=null,s.child!==null)switch(s.child.tag){case 27:case 5:i=s.child.stateNode;break;case 1:i=s.child.stateNode}try{km(n,i)}catch(E){lt(s,s.return,E)}}break;case 27:i===null&&o&4&&Ug(s);case 26:case 5:Hr(n,s),i===null&&o&4&&jg(s),o&512&&hl(s,s.return);break;case 12:Hr(n,s);break;case 31:Hr(n,s),o&4&&Gg(n,s);break;case 13:Hr(n,s),o&4&&Kg(n,s),o&64&&(n=s.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(s=J_.bind(null,s),vS(n,s))));break;case 22:if(o=s.memoizedState!==null||Ur,!o){i=i!==null&&i.memoizedState!==null||Ht,f=Ur;var g=Ht;Ur=o,(Ht=i)&&!g?Fr(n,s,(s.subtreeFlags&8772)!==0):Hr(n,s),Ur=f,Ht=g}break;case 30:break;default:Hr(n,s)}}function Fg(n){var i=n.alternate;i!==null&&(n.alternate=null,Fg(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&js(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 wt=null,vn=!1;function Pr(n,i,s){for(s=s.child;s!==null;)$g(n,i,s),s=s.sibling}function $g(n,i,s){if(Ct&&typeof Ct.onCommitFiberUnmount=="function")try{Ct.onCommitFiberUnmount(qt,s)}catch{}switch(s.tag){case 26:Ht||hr(s,i),Pr(n,i,s),s.memoizedState?s.memoizedState.count--:s.stateNode&&(s=s.stateNode,s.parentNode.removeChild(s));break;case 27:Ht||hr(s,i);var o=wt,f=vn;ki(s.type)&&(wt=s.stateNode,vn=!1),Pr(n,i,s),_l(s.stateNode),wt=o,vn=f;break;case 5:Ht||hr(s,i);case 6:if(o=wt,f=vn,wt=null,Pr(n,i,s),wt=o,vn=f,wt!==null)if(vn)try{(wt.nodeType===9?wt.body:wt.nodeName==="HTML"?wt.ownerDocument.body:wt).removeChild(s.stateNode)}catch(g){lt(s,i,g)}else try{wt.removeChild(s.stateNode)}catch(g){lt(s,i,g)}break;case 18:wt!==null&&(vn?(n=wt,Lb(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,s.stateNode),as(n)):Lb(wt,s.stateNode));break;case 4:o=wt,f=vn,wt=s.stateNode.containerInfo,vn=!0,Pr(n,i,s),wt=o,vn=f;break;case 0:case 11:case 14:case 15:yi(2,s,i),Ht||yi(4,s,i),Pr(n,i,s);break;case 1:Ht||(hr(s,i),o=s.stateNode,typeof o.componentWillUnmount=="function"&&zg(s,i,o)),Pr(n,i,s);break;case 21:Pr(n,i,s);break;case 22:Ht=(o=Ht)||s.memoizedState!==null,Pr(n,i,s),Ht=o;break;default:Pr(n,i,s)}}function Gg(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{as(n)}catch(s){lt(i,i.return,s)}}}function Kg(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{as(n)}catch(s){lt(i,i.return,s)}}function K_(n){switch(n.tag){case 31:case 13:case 19:var i=n.stateNode;return i===null&&(i=n.stateNode=new Pg),i;case 22:return n=n.stateNode,i=n._retryCache,i===null&&(i=n._retryCache=new Pg),i;default:throw Error(a(435,n.tag))}}function lc(n,i){var s=K_(n);i.forEach(function(o){if(!s.has(o)){s.add(o);var f=eS.bind(null,n,o);o.then(f,f)}})}function xn(n,i){var s=i.deletions;if(s!==null)for(var o=0;o<s.length;o++){var f=s[o],g=n,E=i,w=E;e:for(;w!==null;){switch(w.tag){case 27:if(ki(w.type)){wt=w.stateNode,vn=!1;break e}break;case 5:wt=w.stateNode,vn=!1;break e;case 3:case 4:wt=w.stateNode.containerInfo,vn=!0;break e}w=w.return}if(wt===null)throw Error(a(160));$g(g,E,f),wt=null,vn=!1,g=f.alternate,g!==null&&(g.return=null),f.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)qg(i,n),i=i.sibling}var er=null;function qg(n,i){var s=n.alternate,o=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:xn(i,n),En(n),o&4&&(yi(3,n,n.return),fl(3,n),yi(5,n,n.return));break;case 1:xn(i,n),En(n),o&512&&(Ht||s===null||hr(s,s.return)),o&64&&Ur&&(n=n.updateQueue,n!==null&&(o=n.callbacks,o!==null&&(s=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=s===null?o:s.concat(o))));break;case 26:var f=er;if(xn(i,n),En(n),o&512&&(Ht||s===null||hr(s,s.return)),o&4){var g=s!==null?s.memoizedState:null;if(o=n.memoizedState,s===null)if(o===null)if(n.stateNode===null){e:{o=n.type,s=n.memoizedProps,f=f.ownerDocument||f;t:switch(o){case"title":g=f.getElementsByTagName("title")[0],(!g||g[Gi]||g[Mt]||g.namespaceURI==="http://www.w3.org/2000/svg"||g.hasAttribute("itemprop"))&&(g=f.createElement(o),f.head.insertBefore(g,f.querySelector("head > title"))),Zt(g,o,s),g[Mt]=n,zt(g),o=g;break e;case"link":var E=qb("link","href",f).get(o+(s.href||""));if(E){for(var w=0;w<E.length;w++)if(g=E[w],g.getAttribute("href")===(s.href==null||s.href===""?null:s.href)&&g.getAttribute("rel")===(s.rel==null?null:s.rel)&&g.getAttribute("title")===(s.title==null?null:s.title)&&g.getAttribute("crossorigin")===(s.crossOrigin==null?null:s.crossOrigin)){E.splice(w,1);break t}}g=f.createElement(o),Zt(g,o,s),f.head.appendChild(g);break;case"meta":if(E=qb("meta","content",f).get(o+(s.content||""))){for(w=0;w<E.length;w++)if(g=E[w],g.getAttribute("content")===(s.content==null?null:""+s.content)&&g.getAttribute("name")===(s.name==null?null:s.name)&&g.getAttribute("property")===(s.property==null?null:s.property)&&g.getAttribute("http-equiv")===(s.httpEquiv==null?null:s.httpEquiv)&&g.getAttribute("charset")===(s.charSet==null?null:s.charSet)){E.splice(w,1);break t}}g=f.createElement(o),Zt(g,o,s),f.head.appendChild(g);break;default:throw Error(a(468,o))}g[Mt]=n,zt(g),o=g}n.stateNode=o}else Vb(f,n.type,n.stateNode);else n.stateNode=Kb(f,o,n.memoizedProps);else g!==o?(g===null?s.stateNode!==null&&(s=s.stateNode,s.parentNode.removeChild(s)):g.count--,o===null?Vb(f,n.type,n.stateNode):Kb(f,o,n.memoizedProps)):o===null&&n.stateNode!==null&&Kd(n,n.memoizedProps,s.memoizedProps)}break;case 27:xn(i,n),En(n),o&512&&(Ht||s===null||hr(s,s.return)),s!==null&&o&4&&Kd(n,n.memoizedProps,s.memoizedProps);break;case 5:if(xn(i,n),En(n),o&512&&(Ht||s===null||hr(s,s.return)),n.flags&32){f=n.stateNode;try{Re(f,"")}catch(_e){lt(n,n.return,_e)}}o&4&&n.stateNode!=null&&(f=n.memoizedProps,Kd(n,f,s!==null?s.memoizedProps:f)),o&1024&&(Yd=!0);break;case 6:if(xn(i,n),En(n),o&4){if(n.stateNode===null)throw Error(a(162));o=n.memoizedProps,s=n.stateNode;try{s.nodeValue=o}catch(_e){lt(n,n.return,_e)}}break;case 3:if(Sc=null,f=er,er=Ec(i.containerInfo),xn(i,n),er=f,En(n),o&4&&s!==null&&s.memoizedState.isDehydrated)try{as(i.containerInfo)}catch(_e){lt(n,n.return,_e)}Yd&&(Yd=!1,Vg(n));break;case 4:o=er,er=Ec(n.stateNode.containerInfo),xn(i,n),En(n),er=o;break;case 12:xn(i,n),En(n);break;case 31:xn(i,n),En(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,lc(n,o)));break;case 13:xn(i,n),En(n),n.child.flags&8192&&n.memoizedState!==null!=(s!==null&&s.memoizedState!==null)&&(cc=kt()),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,lc(n,o)));break;case 22:f=n.memoizedState!==null;var L=s!==null&&s.memoizedState!==null,W=Ur,ae=Ht;if(Ur=W||f,Ht=ae||L,xn(i,n),Ht=ae,Ur=W,En(n),o&8192)e:for(i=n.stateNode,i._visibility=f?i._visibility&-2:i._visibility|1,f&&(s===null||L||Ur||Ht||la(n)),s=null,i=n;;){if(i.tag===5||i.tag===26){if(s===null){L=s=i;try{if(g=L.stateNode,f)E=g.style,typeof E.setProperty=="function"?E.setProperty("display","none","important"):E.display="none";else{w=L.stateNode;var oe=L.memoizedProps.style,X=oe!=null&&oe.hasOwnProperty("display")?oe.display:null;w.style.display=X==null||typeof X=="boolean"?"":(""+X).trim()}}catch(_e){lt(L,L.return,_e)}}}else if(i.tag===6){if(s===null){L=i;try{L.stateNode.nodeValue=f?"":L.memoizedProps}catch(_e){lt(L,L.return,_e)}}}else if(i.tag===18){if(s===null){L=i;try{var J=L.stateNode;f?zb(J,!0):zb(L.stateNode,!1)}catch(_e){lt(L,L.return,_e)}}}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;s===i&&(s=null),i=i.return}s===i&&(s=null),i.sibling.return=i.return,i=i.sibling}o&4&&(o=n.updateQueue,o!==null&&(s=o.retryQueue,s!==null&&(o.retryQueue=null,lc(n,s))));break;case 19:xn(i,n),En(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,lc(n,o)));break;case 30:break;case 21:break;default:xn(i,n),En(n)}}function En(n){var i=n.flags;if(i&2){try{for(var s,o=n.return;o!==null;){if(Bg(o)){s=o;break}o=o.return}if(s==null)throw Error(a(160));switch(s.tag){case 27:var f=s.stateNode,g=qd(n);sc(n,g,f);break;case 5:var E=s.stateNode;s.flags&32&&(Re(E,""),s.flags&=-33);var w=qd(n);sc(n,w,E);break;case 3:case 4:var L=s.stateNode.containerInfo,W=qd(n);Vd(n,W,L);break;default:throw Error(a(161))}}catch(ae){lt(n,n.return,ae)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function Vg(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var i=n;Vg(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),n=n.sibling}}function Hr(n,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)Hg(n,i.alternate,i),i=i.sibling}function la(n){for(n=n.child;n!==null;){var i=n;switch(i.tag){case 0:case 11:case 14:case 15:yi(4,i,i.return),la(i);break;case 1:hr(i,i.return);var s=i.stateNode;typeof s.componentWillUnmount=="function"&&zg(i,i.return,s),la(i);break;case 27:_l(i.stateNode);case 26:case 5:hr(i,i.return),la(i);break;case 22:i.memoizedState===null&&la(i);break;case 30:la(i);break;default:la(i)}n=n.sibling}}function Fr(n,i,s){for(s=s&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var o=i.alternate,f=n,g=i,E=g.flags;switch(g.tag){case 0:case 11:case 15:Fr(f,g,s),fl(4,g);break;case 1:if(Fr(f,g,s),o=g,f=o.stateNode,typeof f.componentDidMount=="function")try{f.componentDidMount()}catch(W){lt(o,o.return,W)}if(o=g,f=o.updateQueue,f!==null){var w=o.stateNode;try{var L=f.shared.hiddenCallbacks;if(L!==null)for(f.shared.hiddenCallbacks=null,f=0;f<L.length;f++)wm(L[f],w)}catch(W){lt(o,o.return,W)}}s&&E&64&&Lg(g),hl(g,g.return);break;case 27:Ug(g);case 26:case 5:Fr(f,g,s),s&&o===null&&E&4&&jg(g),hl(g,g.return);break;case 12:Fr(f,g,s);break;case 31:Fr(f,g,s),s&&E&4&&Gg(f,g);break;case 13:Fr(f,g,s),s&&E&4&&Kg(f,g);break;case 22:g.memoizedState===null&&Fr(f,g,s),hl(g,g.return);break;case 30:break;default:Fr(f,g,s)}i=i.sibling}}function Wd(n,i){var s=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(s=n.memoizedState.cachePool.pool),n=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(n=i.memoizedState.cachePool.pool),n!==s&&(n!=null&&n.refCount++,s!=null&&Js(s))}function Xd(n,i){n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&Js(n))}function tr(n,i,s,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)Yg(n,i,s,o),i=i.sibling}function Yg(n,i,s,o){var f=i.flags;switch(i.tag){case 0:case 11:case 15:tr(n,i,s,o),f&2048&&fl(9,i);break;case 1:tr(n,i,s,o);break;case 3:tr(n,i,s,o),f&2048&&(n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&Js(n)));break;case 12:if(f&2048){tr(n,i,s,o),n=i.stateNode;try{var g=i.memoizedProps,E=g.id,w=g.onPostCommit;typeof w=="function"&&w(E,i.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(L){lt(i,i.return,L)}}else tr(n,i,s,o);break;case 31:tr(n,i,s,o);break;case 13:tr(n,i,s,o);break;case 23:break;case 22:g=i.stateNode,E=i.alternate,i.memoizedState!==null?g._visibility&2?tr(n,i,s,o):pl(n,i):g._visibility&2?tr(n,i,s,o):(g._visibility|=2,Ya(n,i,s,o,(i.subtreeFlags&10256)!==0||!1)),f&2048&&Wd(E,i);break;case 24:tr(n,i,s,o),f&2048&&Xd(i.alternate,i);break;default:tr(n,i,s,o)}}function Ya(n,i,s,o,f){for(f=f&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var g=n,E=i,w=s,L=o,W=E.flags;switch(E.tag){case 0:case 11:case 15:Ya(g,E,w,L,f),fl(8,E);break;case 23:break;case 22:var ae=E.stateNode;E.memoizedState!==null?ae._visibility&2?Ya(g,E,w,L,f):pl(g,E):(ae._visibility|=2,Ya(g,E,w,L,f)),f&&W&2048&&Wd(E.alternate,E);break;case 24:Ya(g,E,w,L,f),f&&W&2048&&Xd(E.alternate,E);break;default:Ya(g,E,w,L,f)}i=i.sibling}}function pl(n,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var s=n,o=i,f=o.flags;switch(o.tag){case 22:pl(s,o),f&2048&&Wd(o.alternate,o);break;case 24:pl(s,o),f&2048&&Xd(o.alternate,o);break;default:pl(s,o)}i=i.sibling}}var ml=8192;function Wa(n,i,s){if(n.subtreeFlags&ml)for(n=n.child;n!==null;)Wg(n,i,s),n=n.sibling}function Wg(n,i,s){switch(n.tag){case 26:Wa(n,i,s),n.flags&ml&&n.memoizedState!==null&&RS(s,er,n.memoizedState,n.memoizedProps);break;case 5:Wa(n,i,s);break;case 3:case 4:var o=er;er=Ec(n.stateNode.containerInfo),Wa(n,i,s),er=o;break;case 22:n.memoizedState===null&&(o=n.alternate,o!==null&&o.memoizedState!==null?(o=ml,ml=16777216,Wa(n,i,s),ml=o):Wa(n,i,s));break;default:Wa(n,i,s)}}function Xg(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 gl(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var o=i[s];Kt=o,Qg(o,n)}Xg(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:gl(n),n.flags&2048&&yi(9,n,n.return);break;case 3:gl(n);break;case 12:gl(n);break;case 22:var i=n.stateNode;n.memoizedState!==null&&i._visibility&2&&(n.return===null||n.return.tag!==13)?(i._visibility&=-3,oc(n)):gl(n);break;default:gl(n)}}function oc(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var o=i[s];Kt=o,Qg(o,n)}Xg(n)}for(n=n.child;n!==null;){switch(i=n,i.tag){case 0:case 11:case 15:yi(8,i,i.return),oc(i);break;case 22:s=i.stateNode,s._visibility&2&&(s._visibility&=-3,oc(i));break;default:oc(i)}n=n.sibling}}function Qg(n,i){for(;Kt!==null;){var s=Kt;switch(s.tag){case 0:case 11:case 15:yi(8,s,i);break;case 23:case 22:if(s.memoizedState!==null&&s.memoizedState.cachePool!==null){var o=s.memoizedState.cachePool.pool;o!=null&&o.refCount++}break;case 24:Js(s.memoizedState.cache)}if(o=s.child,o!==null)o.return=s,Kt=o;else e:for(s=n;Kt!==null;){o=Kt;var f=o.sibling,g=o.return;if(Fg(o),o===s){Kt=null;break e}if(f!==null){f.return=g,Kt=f;break e}Kt=g}}}var q_={getCacheForType:function(n){var i=Wt(Bt),s=i.data.get(n);return s===void 0&&(s=n(),i.data.set(n,s)),s},cacheSignal:function(){return Wt(Bt).controller.signal}},V_=typeof WeakMap=="function"?WeakMap:Map,tt=0,pt=null,$e=null,Ve=0,st=0,In=null,vi=!1,Xa=!1,Zd=!1,$r=0,Ot=0,xi=0,oa=0,Qd=0,Dn=0,Za=0,bl=null,_n=null,Jd=!1,cc=0,Jg=0,uc=1/0,dc=null,Ei=null,$t=0,_i=null,Qa=null,Gr=0,ef=0,tf=null,eb=null,yl=0,nf=null;function Ln(){return(tt&2)!==0&&Ve!==0?Ve&-Ve:U.T!==null?cf():wa()}function tb(){if(Dn===0)if((Ve&536870912)===0||Xe){var n=Sa;Sa<<=1,(Sa&3932160)===0&&(Sa=262144),Dn=n}else Dn=536870912;return n=Rn.current,n!==null&&(n.flags|=32),Dn}function Sn(n,i,s){(n===pt&&(st===2||st===9)||n.cancelPendingCommit!==null)&&(Ja(n,0),Si(n,Ve,Dn,!1)),ht(n,s),((tt&2)===0||n!==pt)&&(n===pt&&((tt&2)===0&&(oa|=s),Ot===4&&Si(n,Ve,Dn,!1)),pr(n))}function nb(n,i,s){if((tt&6)!==0)throw Error(a(327));var o=!s&&(i&127)===0&&(i&n.expiredLanes)===0||se(n,i),f=o?X_(n,i):af(n,i,!0),g=o;do{if(f===0){Xa&&!o&&Si(n,i,0,!1);break}else{if(s=n.current.alternate,g&&!Y_(s)){f=af(n,i,!1),g=!1;continue}if(f===2){if(g=i,n.errorRecoveryDisabledLanes&g)var E=0;else E=n.pendingLanes&-536870913,E=E!==0?E:E&536870912?536870912:0;if(E!==0){i=E;e:{var w=n;f=bl;var L=w.current.memoizedState.isDehydrated;if(L&&(Ja(w,E).flags|=256),E=af(w,E,!1),E!==2){if(Zd&&!L){w.errorRecoveryDisabledLanes|=g,oa|=g,f=4;break e}g=_n,_n=f,g!==null&&(_n===null?_n=g:_n.push.apply(_n,g))}f=E}if(g=!1,f!==2)continue}}if(f===1){Ja(n,0),Si(n,i,0,!0);break}e:{switch(o=n,g=f,g){case 0:case 1:throw Error(a(345));case 4:if((i&4194048)!==i)break;case 6:Si(o,i,Dn,!vi);break e;case 2:_n=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(f=cc+300-kt(),10<f)){if(Si(o,i,Dn,!vi),j(o,0,!0)!==0)break e;Gr=i,o.timeoutHandle=Ib(rb.bind(null,o,s,_n,dc,Jd,i,Dn,oa,Za,vi,g,"Throttled",-0,0),f);break e}rb(o,s,_n,dc,Jd,i,Dn,oa,Za,vi,g,null,-0,0)}}break}while(!0);pr(n)}function rb(n,i,s,o,f,g,E,w,L,W,ae,oe,X,J){if(n.timeoutHandle=-1,oe=i.subtreeFlags,oe&8192||(oe&16785408)===16785408){oe={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:ge},Wg(i,g,oe);var _e=(g&62914560)===g?cc-kt():(g&4194048)===g?Jg-kt():0;if(_e=MS(oe,_e),_e!==null){Gr=g,n.cancelPendingCommit=_e(db.bind(null,n,i,g,s,o,f,E,w,L,ae,oe,null,X,J)),Si(n,g,E,!W);return}}db(n,i,g,s,o,f,E,w,L)}function Y_(n){for(var i=n;;){var s=i.tag;if((s===0||s===11||s===15)&&i.flags&16384&&(s=i.updateQueue,s!==null&&(s=s.stores,s!==null)))for(var o=0;o<s.length;o++){var f=s[o],g=f.getSnapshot;f=f.value;try{if(!An(g(),f))return!1}catch{return!1}}if(s=i.child,i.subtreeFlags&16384&&s!==null)s.return=i,i=s;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 Si(n,i,s,o){i&=~Qd,i&=~oa,n.suspendedLanes|=i,n.pingedLanes&=~i,o&&(n.warmLanes|=i),o=n.expirationTimes;for(var f=i;0<f;){var g=31-rt(f),E=1<<g;o[g]=-1,f&=~E}s!==0&&Ee(n,s,i)}function fc(){return(tt&6)===0?(vl(0),!1):!0}function rf(){if($e!==null){if(st===0)var n=$e.return;else n=$e,Ir=Ji=null,vd(n),$a=null,tl=0,n=$e;for(;n!==null;)Dg(n.alternate,n),n=n.return;$e=null}}function Ja(n,i){var s=n.timeoutHandle;s!==-1&&(n.timeoutHandle=-1,pS(s)),s=n.cancelPendingCommit,s!==null&&(n.cancelPendingCommit=null,s()),Gr=0,rf(),pt=n,$e=s=Rr(n.current,null),Ve=i,st=0,In=null,vi=!1,Xa=se(n,i),Zd=!1,Za=Dn=Qd=oa=xi=Ot=0,_n=bl=null,Jd=!1,(i&8)!==0&&(i|=i&32);var o=n.entangledLanes;if(o!==0)for(n=n.entanglements,o&=i;0<o;){var f=31-rt(o),g=1<<f;i|=n[f],o&=~g}return $r=i,Io(),s}function ib(n,i){Be=null,U.H=cl,i===Fa||i===Ho?(i=xm(),st=3):i===ld?(i=xm(),st=4):st=i===Ld?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,In=i,$e===null&&(Ot=1,tc(n,Hn(i,n.current)))}function ab(){var n=Rn.current;return n===null?!0:(Ve&4194048)===Ve?Kn===null:(Ve&62914560)===Ve||(Ve&536870912)!==0?n===Kn:!1}function sb(){var n=U.H;return U.H=cl,n===null?cl:n}function lb(){var n=U.A;return U.A=q_,n}function hc(){Ot=4,vi||(Ve&4194048)!==Ve&&Rn.current!==null||(Xa=!0),(xi&134217727)===0&&(oa&134217727)===0||pt===null||Si(pt,Ve,Dn,!1)}function af(n,i,s){var o=tt;tt|=2;var f=sb(),g=lb();(pt!==n||Ve!==i)&&(dc=null,Ja(n,i)),i=!1;var E=Ot;e:do try{if(st!==0&&$e!==null){var w=$e,L=In;switch(st){case 8:rf(),E=6;break e;case 3:case 2:case 9:case 6:Rn.current===null&&(i=!0);var W=st;if(st=0,In=null,es(n,w,L,W),s&&Xa){E=0;break e}break;default:W=st,st=0,In=null,es(n,w,L,W)}}W_(),E=Ot;break}catch(ae){ib(n,ae)}while(!0);return i&&n.shellSuspendCounter++,Ir=Ji=null,tt=o,U.H=f,U.A=g,$e===null&&(pt=null,Ve=0,Io()),E}function W_(){for(;$e!==null;)ob($e)}function X_(n,i){var s=tt;tt|=2;var o=sb(),f=lb();pt!==n||Ve!==i?(dc=null,uc=kt()+500,Ja(n,i)):Xa=se(n,i);e:do try{if(st!==0&&$e!==null){i=$e;var g=In;t:switch(st){case 1:st=0,In=null,es(n,i,g,1);break;case 2:case 9:if(ym(g)){st=0,In=null,cb(i);break}i=function(){st!==2&&st!==9||pt!==n||(st=7),pr(n)},g.then(i,i);break e;case 3:st=7;break e;case 4:st=5;break e;case 7:ym(g)?(st=0,In=null,cb(i)):(st=0,In=null,es(n,i,g,7));break;case 5:var E=null;switch($e.tag){case 26:E=$e.memoizedState;case 5:case 27:var w=$e;if(E?Yb(E):w.stateNode.complete){st=0,In=null;var L=w.sibling;if(L!==null)$e=L;else{var W=w.return;W!==null?($e=W,pc(W)):$e=null}break t}}st=0,In=null,es(n,i,g,5);break;case 6:st=0,In=null,es(n,i,g,6);break;case 8:rf(),Ot=6;break e;default:throw Error(a(462))}}Z_();break}catch(ae){ib(n,ae)}while(!0);return Ir=Ji=null,U.H=o,U.A=f,tt=s,$e!==null?0:(pt=null,Ve=0,Io(),Ot)}function Z_(){for(;$e!==null&&!Ls();)ob($e)}function ob(n){var i=Mg(n.alternate,n,$r);n.memoizedProps=n.pendingProps,i===null?pc(n):$e=i}function cb(n){var i=n,s=i.alternate;switch(i.tag){case 15:case 0:i=Tg(s,i,i.pendingProps,i.type,void 0,Ve);break;case 11:i=Tg(s,i,i.pendingProps,i.type.render,i.ref,Ve);break;case 5:vd(i);default:Dg(s,i),i=$e=lm(i,$r),i=Mg(s,i,$r)}n.memoizedProps=n.pendingProps,i===null?pc(n):$e=i}function es(n,i,s,o){Ir=Ji=null,vd(i),$a=null,tl=0;var f=i.return;try{if(U_(n,f,i,s,Ve)){Ot=1,tc(n,Hn(s,n.current)),$e=null;return}}catch(g){if(f!==null)throw $e=f,g;Ot=1,tc(n,Hn(s,n.current)),$e=null;return}i.flags&32768?(Xe||o===1?n=!0:Xa||(Ve&536870912)!==0?n=!1:(vi=n=!0,(o===2||o===9||o===3||o===6)&&(o=Rn.current,o!==null&&o.tag===13&&(o.flags|=16384))),ub(i,n)):pc(i)}function pc(n){var i=n;do{if((i.flags&32768)!==0){ub(i,vi);return}n=i.return;var s=F_(i.alternate,i,$r);if(s!==null){$e=s;return}if(i=i.sibling,i!==null){$e=i;return}$e=i=n}while(i!==null);Ot===0&&(Ot=5)}function ub(n,i){do{var s=$_(n.alternate,n);if(s!==null){s.flags&=32767,$e=s;return}if(s=n.return,s!==null&&(s.flags|=32768,s.subtreeFlags=0,s.deletions=null),!i&&(n=n.sibling,n!==null)){$e=n;return}$e=n=s}while(n!==null);Ot=6,$e=null}function db(n,i,s,o,f,g,E,w,L){n.cancelPendingCommit=null;do mc();while($t!==0);if((tt&6)!==0)throw Error(a(327));if(i!==null){if(i===n.current)throw Error(a(177));if(g=i.lanes|i.childLanes,g|=qu,Se(n,s,g,E,w,L),n===pt&&($e=pt=null,Ve=0),Qa=i,_i=n,Gr=s,ef=g,tf=f,eb=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,tS(Ae,function(){return gb(),null})):(n.callbackNode=null,n.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=U.T,U.T=null,f=O.p,O.p=2,E=tt,tt|=4;try{G_(n,i,s)}finally{tt=E,O.p=f,U.T=o}}$t=1,fb(),hb(),pb()}}function fb(){if($t===1){$t=0;var n=_i,i=Qa,s=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||s){s=U.T,U.T=null;var o=O.p;O.p=2;var f=tt;tt|=4;try{qg(i,n);var g=bf,E=Qp(n.containerInfo),w=g.focusedElem,L=g.selectionRange;if(E!==w&&w&&w.ownerDocument&&Zp(w.ownerDocument.documentElement,w)){if(L!==null&&Hu(w)){var W=L.start,ae=L.end;if(ae===void 0&&(ae=W),"selectionStart"in w)w.selectionStart=W,w.selectionEnd=Math.min(ae,w.value.length);else{var oe=w.ownerDocument||document,X=oe&&oe.defaultView||window;if(X.getSelection){var J=X.getSelection(),_e=w.textContent.length,Oe=Math.min(L.start,_e),dt=L.end===void 0?Oe:Math.min(L.end,_e);!J.extend&&Oe>dt&&(E=dt,dt=Oe,Oe=E);var $=Xp(w,Oe),P=Xp(w,dt);if($&&P&&(J.rangeCount!==1||J.anchorNode!==$.node||J.anchorOffset!==$.offset||J.focusNode!==P.node||J.focusOffset!==P.offset)){var Y=oe.createRange();Y.setStart($.node,$.offset),J.removeAllRanges(),Oe>dt?(J.addRange(Y),J.extend(P.node,P.offset)):(Y.setEnd(P.node,P.offset),J.addRange(Y))}}}}for(oe=[],J=w;J=J.parentNode;)J.nodeType===1&&oe.push({element:J,left:J.scrollLeft,top:J.scrollTop});for(typeof w.focus=="function"&&w.focus(),w=0;w<oe.length;w++){var le=oe[w];le.element.scrollLeft=le.left,le.element.scrollTop=le.top}}Nc=!!gf,bf=gf=null}finally{tt=f,O.p=o,U.T=s}}n.current=i,$t=2}}function hb(){if($t===2){$t=0;var n=_i,i=Qa,s=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||s){s=U.T,U.T=null;var o=O.p;O.p=2;var f=tt;tt|=4;try{Hg(n,i.alternate,i)}finally{tt=f,O.p=o,U.T=s}}$t=3}}function pb(){if($t===4||$t===3){$t=0,Ea();var n=_i,i=Qa,s=Gr,o=eb;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?$t=5:($t=0,Qa=_i=null,mb(n,n.pendingLanes));var f=n.pendingLanes;if(f===0&&(Ei=null),Tr(s),i=i.stateNode,Ct&&typeof Ct.onCommitFiberRoot=="function")try{Ct.onCommitFiberRoot(qt,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=U.T,f=O.p,O.p=2,U.T=null;try{for(var g=n.onRecoverableError,E=0;E<o.length;E++){var w=o[E];g(w.value,{componentStack:w.stack})}}finally{U.T=i,O.p=f}}(Gr&3)!==0&&mc(),pr(n),f=n.pendingLanes,(s&261930)!==0&&(f&42)!==0?n===nf?yl++:(yl=0,nf=n):yl=0,vl(0)}}function mb(n,i){(n.pooledCacheLanes&=i)===0&&(i=n.pooledCache,i!=null&&(n.pooledCache=null,Js(i)))}function mc(){return fb(),hb(),pb(),gb()}function gb(){if($t!==5)return!1;var n=_i,i=ef;ef=0;var s=Tr(Gr),o=U.T,f=O.p;try{O.p=32>s?32:s,U.T=null,s=tf,tf=null;var g=_i,E=Gr;if($t=0,Qa=_i=null,Gr=0,(tt&6)!==0)throw Error(a(331));var w=tt;if(tt|=4,Zg(g.current),Yg(g,g.current,E,s),tt=w,vl(0,!1),Ct&&typeof Ct.onPostCommitFiberRoot=="function")try{Ct.onPostCommitFiberRoot(qt,g)}catch{}return!0}finally{O.p=f,U.T=o,mb(n,i)}}function bb(n,i,s){i=Hn(s,i),i=Dd(n.stateNode,i,2),n=mi(n,i,2),n!==null&&(ht(n,2),pr(n))}function lt(n,i,s){if(n.tag===3)bb(n,n,s);else for(;i!==null;){if(i.tag===3){bb(i,n,s);break}else if(i.tag===1){var o=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(Ei===null||!Ei.has(o))){n=Hn(s,n),s=yg(2),o=mi(i,s,2),o!==null&&(vg(s,o,i,n),ht(o,2),pr(o));break}}i=i.return}}function sf(n,i,s){var o=n.pingCache;if(o===null){o=n.pingCache=new V_;var f=new Set;o.set(i,f)}else f=o.get(i),f===void 0&&(f=new Set,o.set(i,f));f.has(s)||(Zd=!0,f.add(s),n=Q_.bind(null,n,i,s),i.then(n,n))}function Q_(n,i,s){var o=n.pingCache;o!==null&&o.delete(i),n.pingedLanes|=n.suspendedLanes&s,n.warmLanes&=~s,pt===n&&(Ve&s)===s&&(Ot===4||Ot===3&&(Ve&62914560)===Ve&&300>kt()-cc?(tt&2)===0&&Ja(n,0):Qd|=s,Za===Ve&&(Za=0)),pr(n)}function yb(n,i){i===0&&(i=De()),n=Xi(n,i),n!==null&&(ht(n,i),pr(n))}function J_(n){var i=n.memoizedState,s=0;i!==null&&(s=i.retryLane),yb(n,s)}function eS(n,i){var s=0;switch(n.tag){case 31:case 13:var o=n.stateNode,f=n.memoizedState;f!==null&&(s=f.retryLane);break;case 19:o=n.stateNode;break;case 22:o=n.stateNode._retryCache;break;default:throw Error(a(314))}o!==null&&o.delete(i),yb(n,s)}function tS(n,i){return kr(n,i)}var gc=null,ts=null,lf=!1,bc=!1,of=!1,wi=0;function pr(n){n!==ts&&n.next===null&&(ts===null?gc=ts=n:ts=ts.next=n),bc=!0,lf||(lf=!0,rS())}function vl(n,i){if(!of&&bc){of=!0;do for(var s=!1,o=gc;o!==null;){if(n!==0){var f=o.pendingLanes;if(f===0)var g=0;else{var E=o.suspendedLanes,w=o.pingedLanes;g=(1<<31-rt(42|n)+1)-1,g&=f&~(E&~w),g=g&201326741?g&201326741|1:g?g|2:0}g!==0&&(s=!0,_b(o,g))}else g=Ve,g=j(o,o===pt?g:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(g&3)===0||se(o,g)||(s=!0,_b(o,g));o=o.next}while(s);of=!1}}function nS(){vb()}function vb(){bc=lf=!1;var n=0;wi!==0&&hS()&&(n=wi);for(var i=kt(),s=null,o=gc;o!==null;){var f=o.next,g=xb(o,i);g===0?(o.next=null,s===null?gc=f:s.next=f,f===null&&(ts=s)):(s=o,(n!==0||(g&3)!==0)&&(bc=!0)),o=f}$t!==0&&$t!==5||vl(n),wi!==0&&(wi=0)}function xb(n,i){for(var s=n.suspendedLanes,o=n.pingedLanes,f=n.expirationTimes,g=n.pendingLanes&-62914561;0<g;){var E=31-rt(g),w=1<<E,L=f[E];L===-1?((w&s)===0||(w&o)!==0)&&(f[E]=be(w,i)):L<=i&&(n.expiredLanes|=w),g&=~w}if(i=pt,s=Ve,s=j(n,n===i?s:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o=n.callbackNode,s===0||n===i&&(st===2||st===9)||n.cancelPendingCommit!==null)return o!==null&&o!==null&&Hi(o),n.callbackNode=null,n.callbackPriority=0;if((s&3)===0||se(n,s)){if(i=s&-s,i===n.callbackPriority)return i;switch(o!==null&&Hi(o),Tr(s)){case 2:case 8:s=me;break;case 32:s=Ae;break;case 268435456:s=Qe;break;default:s=Ae}return o=Eb.bind(null,n),s=kr(s,o),n.callbackPriority=i,n.callbackNode=s,i}return o!==null&&o!==null&&Hi(o),n.callbackPriority=2,n.callbackNode=null,2}function Eb(n,i){if($t!==0&&$t!==5)return n.callbackNode=null,n.callbackPriority=0,null;var s=n.callbackNode;if(mc()&&n.callbackNode!==s)return null;var o=Ve;return o=j(n,n===pt?o:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o===0?null:(nb(n,o,i),xb(n,kt()),n.callbackNode!=null&&n.callbackNode===s?Eb.bind(null,n):null)}function _b(n,i){if(mc())return null;nb(n,i,!0)}function rS(){mS(function(){(tt&6)!==0?kr(re,nS):vb()})}function cf(){if(wi===0){var n=Pa;n===0&&(n=Fi,Fi<<=1,(Fi&261888)===0&&(Fi=256)),wi=n}return wi}function Sb(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:li(""+n)}function wb(n,i){var s=i.ownerDocument.createElement("input");return s.name=i.name,s.value=i.value,n.id&&s.setAttribute("form",n.id),i.parentNode.insertBefore(s,i),n=new FormData(n),s.parentNode.removeChild(s),n}function iS(n,i,s,o,f){if(i==="submit"&&s&&s.stateNode===f){var g=Sb((f[Jt]||null).action),E=o.submitter;E&&(i=(i=E[Jt]||null)?Sb(i.formAction):E.getAttribute("formAction"),i!==null&&(g=i,E=null));var w=new Ao("action","action",null,o,f);n.push({event:w,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(wi!==0){var L=E?wb(f,E):new FormData(f);Cd(s,{pending:!0,data:L,method:f.method,action:g},null,L)}}else typeof g=="function"&&(w.preventDefault(),L=E?wb(f,E):new FormData(f),Cd(s,{pending:!0,data:L,method:f.method,action:g},g,L))},currentTarget:f}]})}}for(var uf=0;uf<Ku.length;uf++){var df=Ku[uf],aS=df.toLowerCase(),sS=df[0].toUpperCase()+df.slice(1);Jn(aS,"on"+sS)}Jn(tm,"onAnimationEnd"),Jn(nm,"onAnimationIteration"),Jn(rm,"onAnimationStart"),Jn("dblclick","onDoubleClick"),Jn("focusin","onFocus"),Jn("focusout","onBlur"),Jn(__,"onTransitionRun"),Jn(S_,"onTransitionStart"),Jn(w_,"onTransitionCancel"),Jn(im,"onTransitionEnd"),fe("onMouseEnter",["mouseout","mouseover"]),fe("onMouseLeave",["mouseout","mouseover"]),fe("onPointerEnter",["pointerout","pointerover"]),fe("onPointerLeave",["pointerout","pointerover"]),Cr("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Cr("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Cr("onBeforeInput",["compositionend","keypress","textInput","paste"]),Cr("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Cr("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Cr("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var xl="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(" "),lS=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(xl));function kb(n,i){i=(i&4)!==0;for(var s=0;s<n.length;s++){var o=n[s],f=o.event;o=o.listeners;e:{var g=void 0;if(i)for(var E=o.length-1;0<=E;E--){var w=o[E],L=w.instance,W=w.currentTarget;if(w=w.listener,L!==g&&f.isPropagationStopped())break e;g=w,f.currentTarget=W;try{g(f)}catch(ae){Mo(ae)}f.currentTarget=null,g=L}else for(E=0;E<o.length;E++){if(w=o[E],L=w.instance,W=w.currentTarget,w=w.listener,L!==g&&f.isPropagationStopped())break e;g=w,f.currentTarget=W;try{g(f)}catch(ae){Mo(ae)}f.currentTarget=null,g=L}}}}function Ge(n,i){var s=i[zs];s===void 0&&(s=i[zs]=new Set);var o=n+"__bubble";s.has(o)||(Tb(i,n,2,!1),s.add(o))}function ff(n,i,s){var o=0;i&&(o|=4),Tb(s,n,o,i)}var yc="_reactListening"+Math.random().toString(36).slice(2);function hf(n){if(!n[yc]){n[yc]=!0,Eo.forEach(function(s){s!=="selectionchange"&&(lS.has(s)||ff(s,!1,n),ff(s,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[yc]||(i[yc]=!0,ff("selectionchange",!1,i))}}function Tb(n,i,s,o){switch(ty(i)){case 2:var f=LS;break;case 8:f=zS;break;default:f=Cf}s=f.bind(null,i,s,n),f=void 0,!Mu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(f=!0),o?f!==void 0?n.addEventListener(i,s,{capture:!0,passive:f}):n.addEventListener(i,s,!0):f!==void 0?n.addEventListener(i,s,{passive:f}):n.addEventListener(i,s,!1)}function pf(n,i,s,o,f){var g=o;if((i&1)===0&&(i&2)===0&&o!==null)e:for(;;){if(o===null)return;var E=o.tag;if(E===3||E===4){var w=o.stateNode.containerInfo;if(w===f)break;if(E===4)for(E=o.return;E!==null;){var L=E.tag;if((L===3||L===4)&&E.stateNode.containerInfo===f)return;E=E.return}for(;w!==null;){if(E=ln(w),E===null)return;if(L=E.tag,L===5||L===6||L===26||L===27){o=g=E;continue e}w=w.parentNode}}o=o.return}ko(function(){var W=g,ae=je(s),oe=[];e:{var X=am.get(n);if(X!==void 0){var J=Ao,_e=n;switch(n){case"keypress":if(No(s)===0)break e;case"keydown":case"keyup":J=e_;break;case"focusin":_e="focus",J=zu;break;case"focusout":_e="blur",J=zu;break;case"beforeblur":case"afterblur":J=zu;break;case"click":if(s.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":J=Dp;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":J=FE;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":J=r_;break;case tm:case nm:case rm:J=KE;break;case im:J=a_;break;case"scroll":case"scrollend":J=PE;break;case"wheel":J=l_;break;case"copy":case"cut":case"paste":J=VE;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":J=zp;break;case"toggle":case"beforetoggle":J=c_}var Oe=(i&4)!==0,dt=!Oe&&(n==="scroll"||n==="scrollend"),$=Oe?X!==null?X+"Capture":null:X;Oe=[];for(var P=W,Y;P!==null;){var le=P;if(Y=le.stateNode,le=le.tag,le!==5&&le!==26&&le!==27||Y===null||$===null||(le=Fs(P,$),le!=null&&Oe.push(El(P,le,Y))),dt)break;P=P.return}0<Oe.length&&(X=new J(X,_e,null,s,ae),oe.push({event:X,listeners:Oe}))}}if((i&7)===0){e:{if(X=n==="mouseover"||n==="pointerover",J=n==="mouseout"||n==="pointerout",X&&s!==we&&(_e=s.relatedTarget||s.fromElement)&&(ln(_e)||_e[ri]))break e;if((J||X)&&(X=ae.window===ae?ae:(X=ae.ownerDocument)?X.defaultView||X.parentWindow:window,J?(_e=s.relatedTarget||s.toElement,J=W,_e=_e?ln(_e):null,_e!==null&&(dt=c(_e),Oe=_e.tag,_e!==dt||Oe!==5&&Oe!==27&&Oe!==6)&&(_e=null)):(J=null,_e=W),J!==_e)){if(Oe=Dp,le="onMouseLeave",$="onMouseEnter",P="mouse",(n==="pointerout"||n==="pointerover")&&(Oe=zp,le="onPointerLeave",$="onPointerEnter",P="pointer"),dt=J==null?X:ii(J),Y=_e==null?X:ii(_e),X=new Oe(le,P+"leave",J,s,ae),X.target=dt,X.relatedTarget=Y,le=null,ln(ae)===W&&(Oe=new Oe($,P+"enter",_e,s,ae),Oe.target=Y,Oe.relatedTarget=dt,le=Oe),dt=le,J&&_e)t:{for(Oe=oS,$=J,P=_e,Y=0,le=$;le;le=Oe(le))Y++;le=0;for(var Ne=P;Ne;Ne=Oe(Ne))le++;for(;0<Y-le;)$=Oe($),Y--;for(;0<le-Y;)P=Oe(P),le--;for(;Y--;){if($===P||P!==null&&$===P.alternate){Oe=$;break t}$=Oe($),P=Oe(P)}Oe=null}else Oe=null;J!==null&&Nb(oe,X,J,Oe,!1),_e!==null&&dt!==null&&Nb(oe,dt,_e,Oe,!0)}}e:{if(X=W?ii(W):window,J=X.nodeName&&X.nodeName.toLowerCase(),J==="select"||J==="input"&&X.type==="file")var Je=Gp;else if(Fp(X))if(Kp)Je=v_;else{Je=b_;var ke=g_}else J=X.nodeName,!J||J.toLowerCase()!=="input"||X.type!=="checkbox"&&X.type!=="radio"?W&&si(W.elementType)&&(Je=Gp):Je=y_;if(Je&&(Je=Je(n,W))){$p(oe,Je,s,ae);break e}ke&&ke(n,X,W),n==="focusout"&&W&&X.type==="number"&&W.memoizedProps.value!=null&&Aa(X,"number",X.value)}switch(ke=W?ii(W):window,n){case"focusin":(Fp(ke)||ke.contentEditable==="true")&&(Ma=ke,Fu=W,Xs=null);break;case"focusout":Xs=Fu=Ma=null;break;case"mousedown":$u=!0;break;case"contextmenu":case"mouseup":case"dragend":$u=!1,Jp(oe,s,ae);break;case"selectionchange":if(E_)break;case"keydown":case"keyup":Jp(oe,s,ae)}var Ue;if(Bu)e:{switch(n){case"compositionstart":var Ye="onCompositionStart";break e;case"compositionend":Ye="onCompositionEnd";break e;case"compositionupdate":Ye="onCompositionUpdate";break e}Ye=void 0}else Ra?Pp(n,s)&&(Ye="onCompositionEnd"):n==="keydown"&&s.keyCode===229&&(Ye="onCompositionStart");Ye&&(jp&&s.locale!=="ko"&&(Ra||Ye!=="onCompositionStart"?Ye==="onCompositionEnd"&&Ra&&(Ue=Mp()):(oi=ae,Iu="value"in oi?oi.value:oi.textContent,Ra=!0)),ke=vc(W,Ye),0<ke.length&&(Ye=new Lp(Ye,n,null,s,ae),oe.push({event:Ye,listeners:ke}),Ue?Ye.data=Ue:(Ue=Hp(s),Ue!==null&&(Ye.data=Ue)))),(Ue=d_?f_(n,s):h_(n,s))&&(Ye=vc(W,"onBeforeInput"),0<Ye.length&&(ke=new Lp("onBeforeInput","beforeinput",null,s,ae),oe.push({event:ke,listeners:Ye}),ke.data=Ue)),iS(oe,n,W,s,ae)}kb(oe,i)})}function El(n,i,s){return{instance:n,listener:i,currentTarget:s}}function vc(n,i){for(var s=i+"Capture",o=[];n!==null;){var f=n,g=f.stateNode;if(f=f.tag,f!==5&&f!==26&&f!==27||g===null||(f=Fs(n,s),f!=null&&o.unshift(El(n,f,g)),f=Fs(n,i),f!=null&&o.push(El(n,f,g))),n.tag===3)return o;n=n.return}return[]}function oS(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function Nb(n,i,s,o,f){for(var g=i._reactName,E=[];s!==null&&s!==o;){var w=s,L=w.alternate,W=w.stateNode;if(w=w.tag,L!==null&&L===o)break;w!==5&&w!==26&&w!==27||W===null||(L=W,f?(W=Fs(s,g),W!=null&&E.unshift(El(s,W,L))):f||(W=Fs(s,g),W!=null&&E.push(El(s,W,L)))),s=s.return}E.length!==0&&n.push({event:i,listeners:E})}var cS=/\r\n?/g,uS=/\u0000|\uFFFD/g;function Cb(n){return(typeof n=="string"?n:""+n).replace(cS,`
49
+ `).replace(uS,"")}function Ab(n,i){return i=Cb(i),Cb(n)===i}function ut(n,i,s,o,f,g){switch(s){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||Re(n,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&Re(n,""+o);break;case"className":Nn(n,"class",o);break;case"tabIndex":Nn(n,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":Nn(n,s,o);break;case"style":at(n,o,g);break;case"data":if(i!=="object"){Nn(n,"data",o);break}case"src":case"href":if(o===""&&(i!=="a"||s!=="href")){n.removeAttribute(s);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){n.removeAttribute(s);break}o=li(""+o),n.setAttribute(s,o);break;case"action":case"formAction":if(typeof o=="function"){n.setAttribute(s,"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 g=="function"&&(s==="formAction"?(i!=="input"&&ut(n,i,"name",f.name,f,null),ut(n,i,"formEncType",f.formEncType,f,null),ut(n,i,"formMethod",f.formMethod,f,null),ut(n,i,"formTarget",f.formTarget,f,null)):(ut(n,i,"encType",f.encType,f,null),ut(n,i,"method",f.method,f,null),ut(n,i,"target",f.target,f,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){n.removeAttribute(s);break}o=li(""+o),n.setAttribute(s,o);break;case"onClick":o!=null&&(n.onclick=ge);break;case"onScroll":o!=null&&Ge("scroll",n);break;case"onScrollEnd":o!=null&&Ge("scrollend",n);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(s=o.__html,s!=null){if(f.children!=null)throw Error(a(60));n.innerHTML=s}}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}s=li(""+o),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s);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(s,""+o):n.removeAttribute(s);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(s,""):n.removeAttribute(s);break;case"capture":case"download":o===!0?n.setAttribute(s,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?n.setAttribute(s,o):n.removeAttribute(s);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?n.setAttribute(s,o):n.removeAttribute(s);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?n.removeAttribute(s):n.setAttribute(s,o);break;case"popover":Ge("beforetoggle",n),Ge("toggle",n),en(n,"popover",o);break;case"xlinkActuate":gn(n,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":gn(n,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":gn(n,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":gn(n,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":gn(n,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":gn(n,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":gn(n,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":gn(n,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":gn(n,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":en(n,"is",o);break;case"innerText":case"textContent":break;default:(!(2<s.length)||s[0]!=="o"&&s[0]!=="O"||s[1]!=="n"&&s[1]!=="N")&&(s=Ar.get(s)||s,en(n,s,o))}}function mf(n,i,s,o,f,g){switch(s){case"style":at(n,o,g);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(s=o.__html,s!=null){if(f.children!=null)throw Error(a(60));n.innerHTML=s}}break;case"children":typeof o=="string"?Re(n,o):(typeof o=="number"||typeof o=="bigint")&&Re(n,""+o);break;case"onScroll":o!=null&&Ge("scroll",n);break;case"onScrollEnd":o!=null&&Ge("scrollend",n);break;case"onClick":o!=null&&(n.onclick=ge);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Ki.hasOwnProperty(s))e:{if(s[0]==="o"&&s[1]==="n"&&(f=s.endsWith("Capture"),i=s.slice(2,f?s.length-7:void 0),g=n[Jt]||null,g=g!=null?g[s]:null,typeof g=="function"&&n.removeEventListener(i,g,f),typeof o=="function")){typeof g!="function"&&g!==null&&(s in n?n[s]=null:n.hasAttribute(s)&&n.removeAttribute(s)),n.addEventListener(i,o,f);break e}s in n?n[s]=o:o===!0?n.setAttribute(s,""):en(n,s,o)}}}function Zt(n,i,s){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Ge("error",n),Ge("load",n);var o=!1,f=!1,g;for(g in s)if(s.hasOwnProperty(g)){var E=s[g];if(E!=null)switch(g){case"src":o=!0;break;case"srcSet":f=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:ut(n,i,g,E,s,null)}}f&&ut(n,i,"srcSet",s.srcSet,s,null),o&&ut(n,i,"src",s.src,s,null);return;case"input":Ge("invalid",n);var w=g=E=f=null,L=null,W=null;for(o in s)if(s.hasOwnProperty(o)){var ae=s[o];if(ae!=null)switch(o){case"name":f=ae;break;case"type":E=ae;break;case"checked":L=ae;break;case"defaultChecked":W=ae;break;case"value":g=ae;break;case"defaultValue":w=ae;break;case"children":case"dangerouslySetInnerHTML":if(ae!=null)throw Error(a(137,i));break;default:ut(n,i,o,ae,s,null)}}qi(n,g,w,L,W,E,f,!1);return;case"select":Ge("invalid",n),o=E=g=null;for(f in s)if(s.hasOwnProperty(f)&&(w=s[f],w!=null))switch(f){case"value":g=w;break;case"defaultValue":E=w;break;case"multiple":o=w;default:ut(n,i,f,w,s,null)}i=g,s=E,n.multiple=!!o,i!=null?Vt(n,!!o,i,!1):s!=null&&Vt(n,!!o,s,!0);return;case"textarea":Ge("invalid",n),g=f=o=null;for(E in s)if(s.hasOwnProperty(E)&&(w=s[E],w!=null))switch(E){case"value":o=w;break;case"defaultValue":f=w;break;case"children":g=w;break;case"dangerouslySetInnerHTML":if(w!=null)throw Error(a(91));break;default:ut(n,i,E,w,s,null)}Oa(n,o,f,g);return;case"option":for(L in s)if(s.hasOwnProperty(L)&&(o=s[L],o!=null))switch(L){case"selected":n.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:ut(n,i,L,o,s,null)}return;case"dialog":Ge("beforetoggle",n),Ge("toggle",n),Ge("cancel",n),Ge("close",n);break;case"iframe":case"object":Ge("load",n);break;case"video":case"audio":for(o=0;o<xl.length;o++)Ge(xl[o],n);break;case"image":Ge("error",n),Ge("load",n);break;case"details":Ge("toggle",n);break;case"embed":case"source":case"link":Ge("error",n),Ge("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(W in s)if(s.hasOwnProperty(W)&&(o=s[W],o!=null))switch(W){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:ut(n,i,W,o,s,null)}return;default:if(si(i)){for(ae in s)s.hasOwnProperty(ae)&&(o=s[ae],o!==void 0&&mf(n,i,ae,o,s,void 0));return}}for(w in s)s.hasOwnProperty(w)&&(o=s[w],o!=null&&ut(n,i,w,o,s,null))}function dS(n,i,s,o){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var f=null,g=null,E=null,w=null,L=null,W=null,ae=null;for(J in s){var oe=s[J];if(s.hasOwnProperty(J)&&oe!=null)switch(J){case"checked":break;case"value":break;case"defaultValue":L=oe;default:o.hasOwnProperty(J)||ut(n,i,J,null,o,oe)}}for(var X in o){var J=o[X];if(oe=s[X],o.hasOwnProperty(X)&&(J!=null||oe!=null))switch(X){case"type":g=J;break;case"name":f=J;break;case"checked":W=J;break;case"defaultChecked":ae=J;break;case"value":E=J;break;case"defaultValue":w=J;break;case"children":case"dangerouslySetInnerHTML":if(J!=null)throw Error(a(137,i));break;default:J!==oe&&ut(n,i,X,J,o,oe)}}Us(n,E,w,L,W,ae,g,f);return;case"select":J=E=w=X=null;for(g in s)if(L=s[g],s.hasOwnProperty(g)&&L!=null)switch(g){case"value":break;case"multiple":J=L;default:o.hasOwnProperty(g)||ut(n,i,g,null,o,L)}for(f in o)if(g=o[f],L=s[f],o.hasOwnProperty(f)&&(g!=null||L!=null))switch(f){case"value":X=g;break;case"defaultValue":w=g;break;case"multiple":E=g;default:g!==L&&ut(n,i,f,g,o,L)}i=w,s=E,o=J,X!=null?Vt(n,!!s,X,!1):!!o!=!!s&&(i!=null?Vt(n,!!s,i,!0):Vt(n,!!s,s?[]:"",!1));return;case"textarea":J=X=null;for(w in s)if(f=s[w],s.hasOwnProperty(w)&&f!=null&&!o.hasOwnProperty(w))switch(w){case"value":break;case"children":break;default:ut(n,i,w,null,o,f)}for(E in o)if(f=o[E],g=s[E],o.hasOwnProperty(E)&&(f!=null||g!=null))switch(E){case"value":X=f;break;case"defaultValue":J=f;break;case"children":break;case"dangerouslySetInnerHTML":if(f!=null)throw Error(a(91));break;default:f!==g&&ut(n,i,E,f,o,g)}So(n,X,J);return;case"option":for(var _e in s)if(X=s[_e],s.hasOwnProperty(_e)&&X!=null&&!o.hasOwnProperty(_e))switch(_e){case"selected":n.selected=!1;break;default:ut(n,i,_e,null,o,X)}for(L in o)if(X=o[L],J=s[L],o.hasOwnProperty(L)&&X!==J&&(X!=null||J!=null))switch(L){case"selected":n.selected=X&&typeof X!="function"&&typeof X!="symbol";break;default:ut(n,i,L,X,o,J)}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 Oe in s)X=s[Oe],s.hasOwnProperty(Oe)&&X!=null&&!o.hasOwnProperty(Oe)&&ut(n,i,Oe,null,o,X);for(W in o)if(X=o[W],J=s[W],o.hasOwnProperty(W)&&X!==J&&(X!=null||J!=null))switch(W){case"children":case"dangerouslySetInnerHTML":if(X!=null)throw Error(a(137,i));break;default:ut(n,i,W,X,o,J)}return;default:if(si(i)){for(var dt in s)X=s[dt],s.hasOwnProperty(dt)&&X!==void 0&&!o.hasOwnProperty(dt)&&mf(n,i,dt,void 0,o,X);for(ae in o)X=o[ae],J=s[ae],!o.hasOwnProperty(ae)||X===J||X===void 0&&J===void 0||mf(n,i,ae,X,o,J);return}}for(var $ in s)X=s[$],s.hasOwnProperty($)&&X!=null&&!o.hasOwnProperty($)&&ut(n,i,$,null,o,X);for(oe in o)X=o[oe],J=s[oe],!o.hasOwnProperty(oe)||X===J||X==null&&J==null||ut(n,i,oe,X,o,J)}function Ob(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function fS(){if(typeof performance.getEntriesByType=="function"){for(var n=0,i=0,s=performance.getEntriesByType("resource"),o=0;o<s.length;o++){var f=s[o],g=f.transferSize,E=f.initiatorType,w=f.duration;if(g&&w&&Ob(E)){for(E=0,w=f.responseEnd,o+=1;o<s.length;o++){var L=s[o],W=L.startTime;if(W>w)break;var ae=L.transferSize,oe=L.initiatorType;ae&&Ob(oe)&&(L=L.responseEnd,E+=ae*(L<w?1:(w-W)/(L-W)))}if(--o,i+=8*(g+E)/(f.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 gf=null,bf=null;function xc(n){return n.nodeType===9?n:n.ownerDocument}function Rb(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 Mb(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 yf(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 vf=null;function hS(){var n=window.event;return n&&n.type==="popstate"?n===vf?!1:(vf=n,!0):(vf=null,!1)}var Ib=typeof setTimeout=="function"?setTimeout:void 0,pS=typeof clearTimeout=="function"?clearTimeout:void 0,Db=typeof Promise=="function"?Promise:void 0,mS=typeof queueMicrotask=="function"?queueMicrotask:typeof Db<"u"?function(n){return Db.resolve(null).then(n).catch(gS)}:Ib;function gS(n){setTimeout(function(){throw n})}function ki(n){return n==="head"}function Lb(n,i){var s=i,o=0;do{var f=s.nextSibling;if(n.removeChild(s),f&&f.nodeType===8)if(s=f.data,s==="/$"||s==="/&"){if(o===0){n.removeChild(f),as(i);return}o--}else if(s==="$"||s==="$?"||s==="$~"||s==="$!"||s==="&")o++;else if(s==="html")_l(n.ownerDocument.documentElement);else if(s==="head"){s=n.ownerDocument.head,_l(s);for(var g=s.firstChild;g;){var E=g.nextSibling,w=g.nodeName;g[Gi]||w==="SCRIPT"||w==="STYLE"||w==="LINK"&&g.rel.toLowerCase()==="stylesheet"||s.removeChild(g),g=E}}else s==="body"&&_l(n.ownerDocument.body);s=f}while(s);as(i)}function zb(n,i){var s=n;n=0;do{var o=s.nextSibling;if(s.nodeType===1?i?(s._stashedDisplay=s.style.display,s.style.display="none"):(s.style.display=s._stashedDisplay||"",s.getAttribute("style")===""&&s.removeAttribute("style")):s.nodeType===3&&(i?(s._stashedText=s.nodeValue,s.nodeValue=""):s.nodeValue=s._stashedText||""),o&&o.nodeType===8)if(s=o.data,s==="/$"){if(n===0)break;n--}else s!=="$"&&s!=="$?"&&s!=="$~"&&s!=="$!"||n++;s=o}while(s)}function xf(n){var i=n.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var s=i;switch(i=i.nextSibling,s.nodeName){case"HTML":case"HEAD":case"BODY":xf(s),js(s);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(s.rel.toLowerCase()==="stylesheet")continue}n.removeChild(s)}}function bS(n,i,s,o){for(;n.nodeType===1;){var f=s;if(n.nodeName.toLowerCase()!==i.toLowerCase()){if(!o&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(o){if(!n[Gi])switch(i){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(g=n.getAttribute("rel"),g==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(g!==f.rel||n.getAttribute("href")!==(f.href==null||f.href===""?null:f.href)||n.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin)||n.getAttribute("title")!==(f.title==null?null:f.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(g=n.getAttribute("src"),(g!==(f.src==null?null:f.src)||n.getAttribute("type")!==(f.type==null?null:f.type)||n.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin))&&g&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(i==="input"&&n.type==="hidden"){var g=f.name==null?null:""+f.name;if(f.type==="hidden"&&n.getAttribute("name")===g)return n}else return n;if(n=qn(n.nextSibling),n===null)break}return null}function yS(n,i,s){if(i==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!s||(n=qn(n.nextSibling),n===null))return null;return n}function jb(n,i){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!i||(n=qn(n.nextSibling),n===null))return null;return n}function Ef(n){return n.data==="$?"||n.data==="$~"}function _f(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function vS(n,i){var s=n.ownerDocument;if(n.data==="$~")n._reactRetry=i;else if(n.data!=="$?"||s.readyState!=="loading")i();else{var o=function(){i(),s.removeEventListener("DOMContentLoaded",o)};s.addEventListener("DOMContentLoaded",o),n._reactRetry=o}}function qn(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 Sf=null;function Bb(n){n=n.nextSibling;for(var i=0;n;){if(n.nodeType===8){var s=n.data;if(s==="/$"||s==="/&"){if(i===0)return qn(n.nextSibling);i--}else s!=="$"&&s!=="$!"&&s!=="$?"&&s!=="$~"&&s!=="&"||i++}n=n.nextSibling}return null}function Ub(n){n=n.previousSibling;for(var i=0;n;){if(n.nodeType===8){var s=n.data;if(s==="$"||s==="$!"||s==="$?"||s==="$~"||s==="&"){if(i===0)return n;i--}else s!=="/$"&&s!=="/&"||i++}n=n.previousSibling}return null}function Pb(n,i,s){switch(i=xc(s),n){case"html":if(n=i.documentElement,!n)throw Error(a(452));return n;case"head":if(n=i.head,!n)throw Error(a(453));return n;case"body":if(n=i.body,!n)throw Error(a(454));return n;default:throw Error(a(451))}}function _l(n){for(var i=n.attributes;i.length;)n.removeAttributeNode(i[0]);js(n)}var Vn=new Map,Hb=new Set;function Ec(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var Kr=O.d;O.d={f:xS,r:ES,D:_S,C:SS,L:wS,m:kS,X:NS,S:TS,M:CS};function xS(){var n=Kr.f(),i=fc();return n||i}function ES(n){var i=Nr(n);i!==null&&i.tag===5&&i.type==="form"?ig(i):Kr.r(n)}var ns=typeof document>"u"?null:document;function Fb(n,i,s){var o=ns;if(o&&typeof i=="string"&&i){var f=bn(i);f='link[rel="'+n+'"][href="'+f+'"]',typeof s=="string"&&(f+='[crossorigin="'+s+'"]'),Hb.has(f)||(Hb.add(f),n={rel:n,crossOrigin:s,href:i},o.querySelector(f)===null&&(i=o.createElement("link"),Zt(i,"link",n),zt(i),o.head.appendChild(i)))}}function _S(n){Kr.D(n),Fb("dns-prefetch",n,null)}function SS(n,i){Kr.C(n,i),Fb("preconnect",n,i)}function wS(n,i,s){Kr.L(n,i,s);var o=ns;if(o&&n&&i){var f='link[rel="preload"][as="'+bn(i)+'"]';i==="image"&&s&&s.imageSrcSet?(f+='[imagesrcset="'+bn(s.imageSrcSet)+'"]',typeof s.imageSizes=="string"&&(f+='[imagesizes="'+bn(s.imageSizes)+'"]')):f+='[href="'+bn(n)+'"]';var g=f;switch(i){case"style":g=rs(n);break;case"script":g=is(n)}Vn.has(g)||(n=y({rel:"preload",href:i==="image"&&s&&s.imageSrcSet?void 0:n,as:i},s),Vn.set(g,n),o.querySelector(f)!==null||i==="style"&&o.querySelector(Sl(g))||i==="script"&&o.querySelector(wl(g))||(i=o.createElement("link"),Zt(i,"link",n),zt(i),o.head.appendChild(i)))}}function kS(n,i){Kr.m(n,i);var s=ns;if(s&&n){var o=i&&typeof i.as=="string"?i.as:"script",f='link[rel="modulepreload"][as="'+bn(o)+'"][href="'+bn(n)+'"]',g=f;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":g=is(n)}if(!Vn.has(g)&&(n=y({rel:"modulepreload",href:n},i),Vn.set(g,n),s.querySelector(f)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(s.querySelector(wl(g)))return}o=s.createElement("link"),Zt(o,"link",n),zt(o),s.head.appendChild(o)}}}function TS(n,i,s){Kr.S(n,i,s);var o=ns;if(o&&n){var f=ai(o).hoistableStyles,g=rs(n);i=i||"default";var E=f.get(g);if(!E){var w={loading:0,preload:null};if(E=o.querySelector(Sl(g)))w.loading=5;else{n=y({rel:"stylesheet",href:n,"data-precedence":i},s),(s=Vn.get(g))&&wf(n,s);var L=E=o.createElement("link");zt(L),Zt(L,"link",n),L._p=new Promise(function(W,ae){L.onload=W,L.onerror=ae}),L.addEventListener("load",function(){w.loading|=1}),L.addEventListener("error",function(){w.loading|=2}),w.loading|=4,_c(E,i,o)}E={type:"stylesheet",instance:E,count:1,state:w},f.set(g,E)}}}function NS(n,i){Kr.X(n,i);var s=ns;if(s&&n){var o=ai(s).hoistableScripts,f=is(n),g=o.get(f);g||(g=s.querySelector(wl(f)),g||(n=y({src:n,async:!0},i),(i=Vn.get(f))&&kf(n,i),g=s.createElement("script"),zt(g),Zt(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},o.set(f,g))}}function CS(n,i){Kr.M(n,i);var s=ns;if(s&&n){var o=ai(s).hoistableScripts,f=is(n),g=o.get(f);g||(g=s.querySelector(wl(f)),g||(n=y({src:n,async:!0,type:"module"},i),(i=Vn.get(f))&&kf(n,i),g=s.createElement("script"),zt(g),Zt(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},o.set(f,g))}}function $b(n,i,s,o){var f=(f=q.current)?Ec(f):null;if(!f)throw Error(a(446));switch(n){case"meta":case"title":return null;case"style":return typeof s.precedence=="string"&&typeof s.href=="string"?(i=rs(s.href),s=ai(f).hoistableStyles,o=s.get(i),o||(o={type:"style",instance:null,count:0,state:null},s.set(i,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(s.rel==="stylesheet"&&typeof s.href=="string"&&typeof s.precedence=="string"){n=rs(s.href);var g=ai(f).hoistableStyles,E=g.get(n);if(E||(f=f.ownerDocument||f,E={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},g.set(n,E),(g=f.querySelector(Sl(n)))&&!g._p&&(E.instance=g,E.state.loading=5),Vn.has(n)||(s={rel:"preload",as:"style",href:s.href,crossOrigin:s.crossOrigin,integrity:s.integrity,media:s.media,hrefLang:s.hrefLang,referrerPolicy:s.referrerPolicy},Vn.set(n,s),g||AS(f,n,s,E.state))),i&&o===null)throw Error(a(528,""));return E}if(i&&o!==null)throw Error(a(529,""));return null;case"script":return i=s.async,s=s.src,typeof s=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=is(s),s=ai(f).hoistableScripts,o=s.get(i),o||(o={type:"script",instance:null,count:0,state:null},s.set(i,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error(a(444,n))}}function rs(n){return'href="'+bn(n)+'"'}function Sl(n){return'link[rel="stylesheet"]['+n+"]"}function Gb(n){return y({},n,{"data-precedence":n.precedence,precedence:null})}function AS(n,i,s,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}),Zt(i,"link",s),zt(i),n.head.appendChild(i))}function is(n){return'[src="'+bn(n)+'"]'}function wl(n){return"script[async]"+n}function Kb(n,i,s){if(i.count++,i.instance===null)switch(i.type){case"style":var o=n.querySelector('style[data-href~="'+bn(s.href)+'"]');if(o)return i.instance=o,zt(o),o;var f=y({},s,{"data-href":s.href,"data-precedence":s.precedence,href:null,precedence:null});return o=(n.ownerDocument||n).createElement("style"),zt(o),Zt(o,"style",f),_c(o,s.precedence,n),i.instance=o;case"stylesheet":f=rs(s.href);var g=n.querySelector(Sl(f));if(g)return i.state.loading|=4,i.instance=g,zt(g),g;o=Gb(s),(f=Vn.get(f))&&wf(o,f),g=(n.ownerDocument||n).createElement("link"),zt(g);var E=g;return E._p=new Promise(function(w,L){E.onload=w,E.onerror=L}),Zt(g,"link",o),i.state.loading|=4,_c(g,s.precedence,n),i.instance=g;case"script":return g=is(s.src),(f=n.querySelector(wl(g)))?(i.instance=f,zt(f),f):(o=s,(f=Vn.get(g))&&(o=y({},s),kf(o,f)),n=n.ownerDocument||n,f=n.createElement("script"),zt(f),Zt(f,"link",o),n.head.appendChild(f),i.instance=f);case"void":return null;default:throw Error(a(443,i.type))}else i.type==="stylesheet"&&(i.state.loading&4)===0&&(o=i.instance,i.state.loading|=4,_c(o,s.precedence,n));return i.instance}function _c(n,i,s){for(var o=s.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),f=o.length?o[o.length-1]:null,g=f,E=0;E<o.length;E++){var w=o[E];if(w.dataset.precedence===i)g=w;else if(g!==f)break}g?g.parentNode.insertBefore(n,g.nextSibling):(i=s.nodeType===9?s.head:s,i.insertBefore(n,i.firstChild))}function wf(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.title==null&&(n.title=i.title)}function kf(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.integrity==null&&(n.integrity=i.integrity)}var Sc=null;function qb(n,i,s){if(Sc===null){var o=new Map,f=Sc=new Map;f.set(s,o)}else f=Sc,o=f.get(s),o||(o=new Map,f.set(s,o));if(o.has(n))return o;for(o.set(n,null),s=s.getElementsByTagName(n),f=0;f<s.length;f++){var g=s[f];if(!(g[Gi]||g[Mt]||n==="link"&&g.getAttribute("rel")==="stylesheet")&&g.namespaceURI!=="http://www.w3.org/2000/svg"){var E=g.getAttribute(i)||"";E=n+E;var w=o.get(E);w?w.push(g):o.set(E,[g])}}return o}function Vb(n,i,s){n=n.ownerDocument||n,n.head.insertBefore(s,i==="title"?n.querySelector("head > title"):null)}function OS(n,i,s){if(s===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 Yb(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function RS(n,i,s,o){if(s.type==="stylesheet"&&(typeof o.media!="string"||matchMedia(o.media).matches!==!1)&&(s.state.loading&4)===0){if(s.instance===null){var f=rs(o.href),g=i.querySelector(Sl(f));if(g){i=g._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(n.count++,n=wc.bind(n),i.then(n,n)),s.state.loading|=4,s.instance=g,zt(g);return}g=i.ownerDocument||i,o=Gb(o),(f=Vn.get(f))&&wf(o,f),g=g.createElement("link"),zt(g);var E=g;E._p=new Promise(function(w,L){E.onload=w,E.onerror=L}),Zt(g,"link",o),s.instance=g}n.stylesheets===null&&(n.stylesheets=new Map),n.stylesheets.set(s,i),(i=s.state.preload)&&(s.state.loading&3)===0&&(n.count++,s=wc.bind(n),i.addEventListener("load",s),i.addEventListener("error",s))}}var Tf=0;function MS(n,i){return n.stylesheets&&n.count===0&&Tc(n,n.stylesheets),0<n.count||0<n.imgCount?function(s){var o=setTimeout(function(){if(n.stylesheets&&Tc(n,n.stylesheets),n.unsuspend){var g=n.unsuspend;n.unsuspend=null,g()}},6e4+i);0<n.imgBytes&&Tf===0&&(Tf=62500*fS());var f=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&Tc(n,n.stylesheets),n.unsuspend)){var g=n.unsuspend;n.unsuspend=null,g()}},(n.imgBytes>Tf?50:800)+i);return n.unsuspend=s,function(){n.unsuspend=null,clearTimeout(o),clearTimeout(f)}}:null}function wc(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Tc(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var kc=null;function Tc(n,i){n.stylesheets=null,n.unsuspend!==null&&(n.count++,kc=new Map,i.forEach(IS,n),kc=null,wc.call(n))}function IS(n,i){if(!(i.state.loading&4)){var s=kc.get(n);if(s)var o=s.get(null);else{s=new Map,kc.set(n,s);for(var f=n.querySelectorAll("link[data-precedence],style[data-precedence]"),g=0;g<f.length;g++){var E=f[g];(E.nodeName==="LINK"||E.getAttribute("media")!=="not all")&&(s.set(E.dataset.precedence,E),o=E)}o&&s.set(null,o)}f=i.instance,E=f.getAttribute("data-precedence"),g=s.get(E)||o,g===o&&s.set(null,f),s.set(E,f),this.count++,o=wc.bind(this),f.addEventListener("load",o),f.addEventListener("error",o),g?g.parentNode.insertBefore(f,g.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(f,n.firstChild)),i.state.loading|=4}}var kl={$$typeof:M,Provider:null,Consumer:null,_currentValue:F,_currentValue2:F,_threadCount:0};function DS(n,i,s,o,f,g,E,w,L){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=vt(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=vt(0),this.hiddenUpdates=vt(null),this.identifierPrefix=o,this.onUncaughtError=f,this.onCaughtError=g,this.onRecoverableError=E,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=L,this.incompleteTransitions=new Map}function Wb(n,i,s,o,f,g,E,w,L,W,ae,oe){return n=new DS(n,i,s,E,L,W,ae,oe,w),i=1,g===!0&&(i|=24),g=On(3,null,null,i),n.current=g,g.stateNode=n,i=id(),i.refCount++,n.pooledCache=i,i.refCount++,g.memoizedState={element:o,isDehydrated:s,cache:i},od(g),n}function Xb(n){return n?(n=La,n):La}function Zb(n,i,s,o,f,g){f=Xb(f),o.context===null?o.context=f:o.pendingContext=f,o=pi(i),o.payload={element:s},g=g===void 0?null:g,g!==null&&(o.callback=g),s=mi(n,o,i),s!==null&&(Sn(s,n,i),rl(s,n,i))}function Qb(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var s=n.retryLane;n.retryLane=s!==0&&s<i?s:i}}function Nf(n,i){Qb(n,i),(n=n.alternate)&&Qb(n,i)}function Jb(n){if(n.tag===13||n.tag===31){var i=Xi(n,67108864);i!==null&&Sn(i,n,67108864),Nf(n,67108864)}}function ey(n){if(n.tag===13||n.tag===31){var i=Ln();i=St(i);var s=Xi(n,i);s!==null&&Sn(s,n,i),Nf(n,i)}}var Nc=!0;function LS(n,i,s,o){var f=U.T;U.T=null;var g=O.p;try{O.p=2,Cf(n,i,s,o)}finally{O.p=g,U.T=f}}function zS(n,i,s,o){var f=U.T;U.T=null;var g=O.p;try{O.p=8,Cf(n,i,s,o)}finally{O.p=g,U.T=f}}function Cf(n,i,s,o){if(Nc){var f=Af(o);if(f===null)pf(n,i,o,Cc,s),ny(n,o);else if(BS(f,n,i,s,o))o.stopPropagation();else if(ny(n,o),i&4&&-1<jS.indexOf(n)){for(;f!==null;){var g=Nr(f);if(g!==null)switch(g.tag){case 3:if(g=g.stateNode,g.current.memoizedState.isDehydrated){var E=mn(g.pendingLanes);if(E!==0){var w=g;for(w.pendingLanes|=2,w.entangledLanes|=2;E;){var L=1<<31-rt(E);w.entanglements[1]|=L,E&=~L}pr(g),(tt&6)===0&&(uc=kt()+500,vl(0))}}break;case 31:case 13:w=Xi(g,2),w!==null&&Sn(w,g,2),fc(),Nf(g,2)}if(g=Af(o),g===null&&pf(n,i,o,Cc,s),g===f)break;f=g}f!==null&&o.stopPropagation()}else pf(n,i,o,null,s)}}function Af(n){return n=je(n),Of(n)}var Cc=null;function Of(n){if(Cc=null,n=ln(n),n!==null){var i=c(n);if(i===null)n=null;else{var s=i.tag;if(s===13){if(n=u(i),n!==null)return n;n=null}else if(s===31){if(n=d(i),n!==null)return n;n=null}else if(s===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;n=null}else i!==n&&(n=null)}}return Cc=n,null}function ty(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(_a()){case re:return 2;case me:return 8;case Ae:case He:return 32;case Qe:return 268435456;default:return 32}default:return 32}}var Rf=!1,Ti=null,Ni=null,Ci=null,Tl=new Map,Nl=new Map,Ai=[],jS="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 ny(n,i){switch(n){case"focusin":case"focusout":Ti=null;break;case"dragenter":case"dragleave":Ni=null;break;case"mouseover":case"mouseout":Ci=null;break;case"pointerover":case"pointerout":Tl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Nl.delete(i.pointerId)}}function Cl(n,i,s,o,f,g){return n===null||n.nativeEvent!==g?(n={blockedOn:i,domEventName:s,eventSystemFlags:o,nativeEvent:g,targetContainers:[f]},i!==null&&(i=Nr(i),i!==null&&Jb(i)),n):(n.eventSystemFlags|=o,i=n.targetContainers,f!==null&&i.indexOf(f)===-1&&i.push(f),n)}function BS(n,i,s,o,f){switch(i){case"focusin":return Ti=Cl(Ti,n,i,s,o,f),!0;case"dragenter":return Ni=Cl(Ni,n,i,s,o,f),!0;case"mouseover":return Ci=Cl(Ci,n,i,s,o,f),!0;case"pointerover":var g=f.pointerId;return Tl.set(g,Cl(Tl.get(g)||null,n,i,s,o,f)),!0;case"gotpointercapture":return g=f.pointerId,Nl.set(g,Cl(Nl.get(g)||null,n,i,s,o,f)),!0}return!1}function ry(n){var i=ln(n.target);if(i!==null){var s=c(i);if(s!==null){if(i=s.tag,i===13){if(i=u(s),i!==null){n.blockedOn=i,ka(n.priority,function(){ey(s)});return}}else if(i===31){if(i=d(s),i!==null){n.blockedOn=i,ka(n.priority,function(){ey(s)});return}}else if(i===3&&s.stateNode.current.memoizedState.isDehydrated){n.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Ac(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var s=Af(n.nativeEvent);if(s===null){s=n.nativeEvent;var o=new s.constructor(s.type,s);we=o,s.target.dispatchEvent(o),we=null}else return i=Nr(s),i!==null&&Jb(i),n.blockedOn=s,!1;i.shift()}return!0}function iy(n,i,s){Ac(n)&&s.delete(i)}function US(){Rf=!1,Ti!==null&&Ac(Ti)&&(Ti=null),Ni!==null&&Ac(Ni)&&(Ni=null),Ci!==null&&Ac(Ci)&&(Ci=null),Tl.forEach(iy),Nl.forEach(iy)}function Oc(n,i){n.blockedOn===i&&(n.blockedOn=null,Rf||(Rf=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,US)))}var Rc=null;function ay(n){Rc!==n&&(Rc=n,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Rc===n&&(Rc=null);for(var i=0;i<n.length;i+=3){var s=n[i],o=n[i+1],f=n[i+2];if(typeof o!="function"){if(Of(o||s)===null)continue;break}var g=Nr(s);g!==null&&(n.splice(i,3),i-=3,Cd(g,{pending:!0,data:f,method:s.method,action:o},o,f))}}))}function as(n){function i(L){return Oc(L,n)}Ti!==null&&Oc(Ti,n),Ni!==null&&Oc(Ni,n),Ci!==null&&Oc(Ci,n),Tl.forEach(i),Nl.forEach(i);for(var s=0;s<Ai.length;s++){var o=Ai[s];o.blockedOn===n&&(o.blockedOn=null)}for(;0<Ai.length&&(s=Ai[0],s.blockedOn===null);)ry(s),s.blockedOn===null&&Ai.shift();if(s=(n.ownerDocument||n).$$reactFormReplay,s!=null)for(o=0;o<s.length;o+=3){var f=s[o],g=s[o+1],E=f[Jt]||null;if(typeof g=="function")E||ay(s);else if(E){var w=null;if(g&&g.hasAttribute("formAction")){if(f=g,E=g[Jt]||null)w=E.formAction;else if(Of(f)!==null)continue}else w=E.action;typeof w=="function"?s[o+1]=w:(s.splice(o,3),o-=3),ay(s)}}}function sy(){function n(g){g.canIntercept&&g.info==="react-transition"&&g.intercept({handler:function(){return new Promise(function(E){return f=E})},focusReset:"manual",scroll:"manual"})}function i(){f!==null&&(f(),f=null),o||setTimeout(s,20)}function s(){if(!o&&!navigation.transition){var g=navigation.currentEntry;g&&g.url!=null&&navigation.navigate(g.url,{state:g.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var o=!1,f=null;return navigation.addEventListener("navigate",n),navigation.addEventListener("navigatesuccess",i),navigation.addEventListener("navigateerror",i),setTimeout(s,100),function(){o=!0,navigation.removeEventListener("navigate",n),navigation.removeEventListener("navigatesuccess",i),navigation.removeEventListener("navigateerror",i),f!==null&&(f(),f=null)}}}function Mf(n){this._internalRoot=n}Mc.prototype.render=Mf.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(a(409));var s=i.current,o=Ln();Zb(s,o,n,i,null,null)},Mc.prototype.unmount=Mf.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;Zb(n.current,2,null,n,null,null),fc(),i[ri]=null}};function Mc(n){this._internalRoot=n}Mc.prototype.unstable_scheduleHydration=function(n){if(n){var i=wa();n={blockedOn:null,target:n,priority:i};for(var s=0;s<Ai.length&&i!==0&&i<Ai[s].priority;s++);Ai.splice(s,0,n),s===0&&ry(n)}};var ly=t.version;if(ly!=="19.2.4")throw Error(a(527,ly,"19.2.4"));O.findDOMNode=function(n){var i=n._reactInternals;if(i===void 0)throw typeof n.render=="function"?Error(a(188)):(n=Object.keys(n).join(","),Error(a(268,n)));return n=p(i),n=n!==null?b(n):null,n=n===null?null:n.stateNode,n};var PS={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:U,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Ic=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Ic.isDisabled&&Ic.supportsFiber)try{qt=Ic.inject(PS),Ct=Ic}catch{}}return Rl.createRoot=function(n,i){if(!l(n))throw Error(a(299));var s=!1,o="",f=pg,g=mg,E=gg;return i!=null&&(i.unstable_strictMode===!0&&(s=!0),i.identifierPrefix!==void 0&&(o=i.identifierPrefix),i.onUncaughtError!==void 0&&(f=i.onUncaughtError),i.onCaughtError!==void 0&&(g=i.onCaughtError),i.onRecoverableError!==void 0&&(E=i.onRecoverableError)),i=Wb(n,1,!1,null,null,s,o,null,f,g,E,sy),n[ri]=i.current,hf(n),new Mf(i)},Rl.hydrateRoot=function(n,i,s){if(!l(n))throw Error(a(299));var o=!1,f="",g=pg,E=mg,w=gg,L=null;return s!=null&&(s.unstable_strictMode===!0&&(o=!0),s.identifierPrefix!==void 0&&(f=s.identifierPrefix),s.onUncaughtError!==void 0&&(g=s.onUncaughtError),s.onCaughtError!==void 0&&(E=s.onCaughtError),s.onRecoverableError!==void 0&&(w=s.onRecoverableError),s.formState!==void 0&&(L=s.formState)),i=Wb(n,1,!0,i,s??null,o,f,L,g,E,w,sy),i.context=Xb(null),s=i.current,o=Ln(),o=St(o),f=pi(o),f.callback=null,mi(s,f,o),s=o,i.current.lanes=s,ht(i,s),pr(i),n[ri]=i.current,hf(n),new Mc(i)},Rl.version="19.2.4",Rl}var Ey;function QS(){if(Ey)return Lf.exports;Ey=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(),Lf.exports=ZS(),Lf.exports}var JS=QS();const ew=ao(JS);function tw(e,t){const r=getComputedStyle(e),a=parseFloat(r.fontSize);return t*a}function nw(e,t){const r=getComputedStyle(e.ownerDocument.body),a=parseFloat(r.fontSize);return t*a}function rw(e){return e/100*window.innerHeight}function iw(e){return e/100*window.innerWidth}function aw(e){switch(typeof e){case"number":return[e,"px"];case"string":{const t=parseFloat(e);return e.endsWith("%")?[t,"%"]:e.endsWith("px")?[t,"px"]:e.endsWith("rem")?[t,"rem"]:e.endsWith("em")?[t,"em"]:e.endsWith("vh")?[t,"vh"]:e.endsWith("vw")?[t,"vw"]:[t,"%"]}}}function Dc({groupSize:e,panelElement:t,styleProp:r}){let a;const[l,c]=aw(r);switch(c){case"%":{a=l/100*e;break}case"px":{a=l;break}case"rem":{a=nw(t,l);break}case"em":{a=tw(t,l);break}case"vh":{a=rw(l);break}case"vw":{a=iw(l);break}}return a}function nr(e){return parseFloat(e.toFixed(3))}function Ts({group:e}){const{orientation:t,panels:r}=e;return r.reduce((a,l)=>(a+=t==="horizontal"?l.element.offsetWidth:l.element.offsetHeight,a),0)}function xh(e){const{panels:t}=e,r=Ts({group:e});return r===0?t.map(a=>({collapsedSize:0,collapsible:a.panelConstraints.collapsible===!0,defaultSize:void 0,disabled:a.panelConstraints.disabled,minSize:0,maxSize:100,panelId:a.id})):t.map(a=>{const{element:l,panelConstraints:c}=a;let u=0;if(c.collapsedSize!==void 0){const b=Dc({groupSize:r,panelElement:l,styleProp:c.collapsedSize});u=nr(b/r*100)}let d;if(c.defaultSize!==void 0){const b=Dc({groupSize:r,panelElement:l,styleProp:c.defaultSize});d=nr(b/r*100)}let h=0;if(c.minSize!==void 0){const b=Dc({groupSize:r,panelElement:l,styleProp:c.minSize});h=nr(b/r*100)}let p=100;if(c.maxSize!==void 0){const b=Dc({groupSize:r,panelElement:l,styleProp:c.maxSize});p=nr(b/r*100)}return{collapsedSize:u,collapsible:c.collapsible===!0,defaultSize:d,disabled:c.disabled,minSize:h,maxSize:p,panelId:a.id}})}function ot(e,t="Assertion error"){if(!e)throw Error(t)}function Eh(e,t){return Array.from(t).sort(e==="horizontal"?sw:lw)}function sw(e,t){const r=e.element.offsetLeft-t.element.offsetLeft;return r!==0?r:e.element.offsetWidth-t.element.offsetWidth}function lw(e,t){const r=e.element.offsetTop-t.element.offsetTop;return r!==0?r:e.element.offsetHeight-t.element.offsetHeight}function Dx(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function Lx(e,t){return{x:e.x>=t.left&&e.x<=t.right?0:Math.min(Math.abs(e.x-t.left),Math.abs(e.x-t.right)),y:e.y>=t.top&&e.y<=t.bottom?0:Math.min(Math.abs(e.y-t.top),Math.abs(e.y-t.bottom))}}function ow({orientation:e,rects:t,targetRect:r}){const a={x:r.x+r.width/2,y:r.y+r.height/2};let l,c=Number.MAX_VALUE;for(const u of t){const{x:d,y:h}=Lx(a,u),p=e==="horizontal"?d:h;p<c&&(c=p,l=u)}return ot(l,"No rect found"),l}let Lc;function cw(){return Lc===void 0&&(typeof matchMedia=="function"?Lc=!!matchMedia("(pointer:coarse)").matches:Lc=!1),Lc}function zx(e){const{element:t,orientation:r,panels:a,separators:l}=e,c=Eh(r,Array.from(t.children).filter(Dx).map(S=>({element:S}))).map(({element:S})=>S),u=[];let d=!1,h=!1,p=-1,b=-1,y=0,v,x=[];{let S=-1;for(const k of c)k.hasAttribute("data-panel")&&(S++,k.ariaDisabled===null&&(y++,p===-1&&(p=S),b=S))}if(y>1){let S=-1;for(const k of c)if(k.hasAttribute("data-panel")){S++;const N=a.find(_=>_.element===k);if(N){if(v){const _=v.element.getBoundingClientRect(),I=k.getBoundingClientRect();let M;if(h){const A=r==="horizontal"?new DOMRect(_.right,_.top,0,_.height):new DOMRect(_.left,_.bottom,_.width,0),H=r==="horizontal"?new DOMRect(I.left,I.top,0,I.height):new DOMRect(I.left,I.top,I.width,0);switch(x.length){case 0:{M=[A,H];break}case 1:{const D=x[0],Z=ow({orientation:r,rects:[_,I],targetRect:D.element.getBoundingClientRect()});M=[D,Z===_?H:A];break}default:{M=x;break}}}else x.length?M=x:M=[r==="horizontal"?new DOMRect(_.right,I.top,I.left-_.right,I.height):new DOMRect(I.left,_.bottom,I.width,I.top-_.bottom)];for(const A of M){let H="width"in A?A:A.element.getBoundingClientRect();const D=cw()?e.resizeTargetMinimumSize.coarse:e.resizeTargetMinimumSize.fine;if(H.width<D){const ie=D-H.width;H=new DOMRect(H.x-ie/2,H.y,H.width+ie,H.height)}if(H.height<D){const ie=D-H.height;H=new DOMRect(H.x,H.y-ie/2,H.width,H.height+ie)}const Z=S<=p||S>b;!d&&!Z&&u.push({group:e,groupSize:Ts({group:e}),panels:[v,N],separator:"width"in A?void 0:A,rect:H}),d=!1}}h=!1,v=N,x=[]}}else if(k.hasAttribute("data-separator")){k.ariaDisabled!==null&&(d=!0);const N=l.find(_=>_.element===k);N?x.push(N):(v=void 0,x=[])}else h=!0}return u}var zi;class uw{constructor(){uy(this,zi,{})}addListener(t,r){const a=Al(this,zi)[t];return a===void 0?Al(this,zi)[t]=[r]:a.includes(r)||a.push(r),()=>{this.removeListener(t,r)}}emit(t,r){const a=Al(this,zi)[t];if(a!==void 0)if(a.length===1)a[0].call(null,r);else{let l=!1,c=null;const u=Array.from(a);for(let d=0;d<u.length;d++){const h=u[d];try{h.call(null,r)}catch(p){c===null&&(l=!0,c=p)}}if(l)throw c}}removeAllListeners(){dy(this,zi,{})}removeListener(t,r){const a=Al(this,zi)[t];if(a!==void 0){const l=a.indexOf(r);l>=0&&a.splice(l,1)}}}zi=new WeakMap;function un(e,t,r=0){return Math.abs(nr(e)-nr(t))<=r}let Yn={cursorFlags:0,interactionState:{state:"inactive"},mountedGroups:new Map};const Zr=new uw;function fn(){return Yn}function hn(e){const t=typeof e=="function"?e(Yn):e;if(Yn===t)return Yn;const r=Yn;return Yn={...Yn,...t},t.cursorFlags!==void 0&&Zr.emit("cursorFlagsChange",Yn.cursorFlags),t.interactionState!==void 0&&Zr.emit("interactionStateChange",Yn.interactionState),t.mountedGroups!==void 0&&(Yn.mountedGroups.forEach((a,l)=>{a.derivedPanelConstraints.forEach(c=>{if(c.collapsible){const{layout:u}=r.mountedGroups.get(l)??{};if(u){const d=un(c.collapsedSize,a.layout[c.panelId]),h=un(c.collapsedSize,u[c.panelId]);d&&!h&&(l.inMemoryLastExpandedPanelSizes[c.panelId]=u[c.panelId])}}})}),Zr.emit("mountedGroupsChange",Yn.mountedGroups)),Yn}function dw(e,t,r){let a,l={x:1/0,y:1/0};for(const c of t){const u=Lx(r,c.rect);switch(e){case"horizontal":{u.x<=l.x&&(a=c,l=u);break}case"vertical":{u.y<=l.y&&(a=c,l=u);break}}}return a?{distance:l,hitRegion:a}:void 0}function fw(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}function hw(e,t){if(e===t)throw new Error("Cannot compare node with itself");const r={a:wy(e),b:wy(t)};let a;for(;r.a.at(-1)===r.b.at(-1);)a=r.a.pop(),r.b.pop();ot(a,"Stacking order can only be calculated for elements with a common ancestor");const l={a:Sy(_y(r.a)),b:Sy(_y(r.b))};if(l.a===l.b){const c=a.childNodes,u={a:r.a.at(-1),b:r.b.at(-1)};let d=c.length;for(;d--;){const h=c[d];if(h===u.a)return 1;if(h===u.b)return-1}}return Math.sign(l.a-l.b)}const pw=/\b(?:position|zIndex|opacity|transform|webkitTransform|mixBlendMode|filter|webkitFilter|isolation)\b/;function mw(e){const t=getComputedStyle(jx(e)??e).display;return t==="flex"||t==="inline-flex"}function gw(e){const t=getComputedStyle(e);return!!(t.position==="fixed"||t.zIndex!=="auto"&&(t.position!=="static"||mw(e))||+t.opacity<1||"transform"in t&&t.transform!=="none"||"webkitTransform"in t&&t.webkitTransform!=="none"||"mixBlendMode"in t&&t.mixBlendMode!=="normal"||"filter"in t&&t.filter!=="none"||"webkitFilter"in t&&t.webkitFilter!=="none"||"isolation"in t&&t.isolation==="isolate"||pw.test(t.willChange)||t.webkitOverflowScrolling==="touch")}function _y(e){let t=e.length;for(;t--;){const r=e[t];if(ot(r,"Missing node"),gw(r))return r}return null}function Sy(e){return e&&Number(getComputedStyle(e).zIndex)||0}function wy(e){const t=[];for(;e;)t.push(e),e=jx(e);return t}function jx(e){const{parentNode:t}=e;return fw(t)?t.host:t}function bw(e,t){return e.x<t.x+t.width&&e.x+e.width>t.x&&e.y<t.y+t.height&&e.y+e.height>t.y}function yw({groupElement:e,hitRegion:t,pointerEventTarget:r}){if(!Dx(r)||r.contains(e)||e.contains(r))return!0;if(hw(r,e)>0){let a=r;for(;a;){if(a.contains(e))return!0;if(bw(a.getBoundingClientRect(),t))return!1;a=a.parentElement}}return!0}function Vh(e,t){const r=[];return t.forEach((a,l)=>{if(l.disabled)return;const c=zx(l),u=dw(l.orientation,c,{x:e.clientX,y:e.clientY});u&&u.distance.x<=0&&u.distance.y<=0&&yw({groupElement:l.element,hitRegion:u.hitRegion.rect,pointerEventTarget:e.target})&&r.push(u.hitRegion)}),r}function vw(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!=t[r])return!1;return!0}function yr(e,t){return un(e,t)?0:e>t?1:-1}function gs({overrideDisabledPanels:e,panelConstraints:t,prevSize:r,size:a}){const{collapsedSize:l=0,collapsible:c,disabled:u,maxSize:d=100,minSize:h=0}=t;if(u&&!e)return r;if(yr(a,h)<0)if(c){const p=(l+h)/2;yr(a,p)<0?a=l:a=h}else a=h;return a=Math.min(d,a),a=nr(a),a}function Wl({delta:e,initialLayout:t,panelConstraints:r,pivotIndices:a,prevLayout:l,trigger:c}){if(un(e,0))return t;const u=c==="imperative-api",d=Object.values(t),h=Object.values(l),p=[...d],[b,y]=a;ot(b!=null,"Invalid first pivot index"),ot(y!=null,"Invalid second pivot index");let v=0;switch(c){case"keyboard":{{const k=e<0?y:b,N=r[k];ot(N,`Panel constraints not found for index ${k}`);const{collapsedSize:_=0,collapsible:I,minSize:M=0}=N;if(I){const A=d[k];if(ot(A!=null,`Previous layout not found for panel index ${k}`),un(A,_)){const H=M-A;yr(H,Math.abs(e))>0&&(e=e<0?0-H:H)}}}{const k=e<0?b:y,N=r[k];ot(N,`No panel constraints found for index ${k}`);const{collapsedSize:_=0,collapsible:I,minSize:M=0}=N;if(I){const A=d[k];if(ot(A!=null,`Previous layout not found for panel index ${k}`),un(A,M)){const H=A-_;yr(H,Math.abs(e))>0&&(e=e<0?0-H:H)}}}break}default:{const k=e<0?y:b,N=r[k];ot(N,`Panel constraints not found for index ${k}`);const _=d[k],{collapsible:I,collapsedSize:M,minSize:A}=N;if(I&&yr(_,A)<0)if(e>0){const H=A-M,D=H/2,Z=_+e;yr(Z,A)<0&&(e=yr(e,D)<=0?0:H)}else{const H=A-M,D=100-H/2,Z=_-e;yr(Z,A)<0&&(e=yr(100+e,D)>0?0:-H)}break}}{const k=e<0?1:-1;let N=e<0?y:b,_=0;for(;;){const M=d[N];ot(M!=null,`Previous layout not found for panel index ${N}`);const A=gs({overrideDisabledPanels:u,panelConstraints:r[N],prevSize:M,size:100})-M;if(_+=A,N+=k,N<0||N>=r.length)break}const I=Math.min(Math.abs(e),Math.abs(_));e=e<0?0-I:I}{let k=e<0?b:y;for(;k>=0&&k<r.length;){const N=Math.abs(e)-Math.abs(v),_=d[k];ot(_!=null,`Previous layout not found for panel index ${k}`);const I=_-N,M=gs({overrideDisabledPanels:u,panelConstraints:r[k],prevSize:_,size:I});if(!un(_,M)&&(v+=_-M,p[k]=M,v.toFixed(3).localeCompare(Math.abs(e).toFixed(3),void 0,{numeric:!0})>=0))break;e<0?k--:k++}}if(vw(h,p))return l;{const k=e<0?y:b,N=d[k];ot(N!=null,`Previous layout not found for panel index ${k}`);const _=N+v,I=gs({overrideDisabledPanels:u,panelConstraints:r[k],prevSize:N,size:_});if(p[k]=I,!un(I,_)){let M=_-I,A=e<0?y:b;for(;A>=0&&A<r.length;){const H=p[A];ot(H!=null,`Previous layout not found for panel index ${A}`);const D=H+M,Z=gs({overrideDisabledPanels:u,panelConstraints:r[A],prevSize:H,size:D});if(un(H,Z)||(M-=Z-H,p[A]=Z),un(M,0))break;e>0?A--:A++}}}const x=Object.values(p).reduce((k,N)=>N+k,0);if(!un(x,100,.1))return l;const S=Object.keys(l);return p.reduce((k,N,_)=>(k[S[_]]=N,k),{})}function pa(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(t[r]===void 0||yr(e[r],t[r])!==0)return!1;return!0}function ma({layout:e,panelConstraints:t}){const r=Object.values(e),a=[...r],l=a.reduce((d,h)=>d+h,0);if(a.length!==t.length)throw Error(`Invalid ${t.length} panel layout: ${a.map(d=>`${d}%`).join(", ")}`);if(!un(l,100)&&a.length>0)for(let d=0;d<t.length;d++){const h=a[d];ot(h!=null,`No layout data found for index ${d}`);const p=100/l*h;a[d]=p}let c=0;for(let d=0;d<t.length;d++){const h=r[d];ot(h!=null,`No layout data found for index ${d}`);const p=a[d];ot(p!=null,`No layout data found for index ${d}`);const b=gs({overrideDisabledPanels:!0,panelConstraints:t[d],prevSize:h,size:p});p!=b&&(c+=p-b,a[d]=b)}if(!un(c,0))for(let d=0;d<t.length;d++){const h=a[d];ot(h!=null,`No layout data found for index ${d}`);const p=h+c,b=gs({overrideDisabledPanels:!0,panelConstraints:t[d],prevSize:h,size:p});if(h!==b&&(c-=b-h,a[d]=b,un(c,0)))break}const u=Object.keys(e);return a.reduce((d,h,p)=>(d[u[p]]=h,d),{})}function Bx({groupId:e,panelId:t}){const r=()=>{const{mountedGroups:d}=fn();for(const[h,{defaultLayoutDeferred:p,derivedPanelConstraints:b,layout:y,separatorToPanels:v}]of d)if(h.id===e)return{defaultLayoutDeferred:p,derivedPanelConstraints:b,group:h,layout:y,separatorToPanels:v};throw Error(`Group ${e} not found`)},a=()=>{const d=r().derivedPanelConstraints.find(h=>h.panelId===t);if(d!==void 0)return d;throw Error(`Panel constraints not found for Panel ${t}`)},l=()=>{const d=r().group.panels.find(h=>h.id===t);if(d!==void 0)return d;throw Error(`Layout not found for Panel ${t}`)},c=()=>{const d=r().layout[t];if(d!==void 0)return d;throw Error(`Layout not found for Panel ${t}`)},u=d=>{const h=c();if(d===h)return;const{defaultLayoutDeferred:p,derivedPanelConstraints:b,group:y,layout:v,separatorToPanels:x}=r(),S=y.panels.findIndex(I=>I.id===t),k=S===y.panels.length-1,N=Wl({delta:k?h-d:d-h,initialLayout:v,panelConstraints:b,pivotIndices:k?[S-1,S]:[S,S+1],prevLayout:v,trigger:"imperative-api"}),_=ma({layout:N,panelConstraints:b});pa(v,_)||hn(I=>({mountedGroups:new Map(I.mountedGroups).set(y,{defaultLayoutDeferred:p,derivedPanelConstraints:b,layout:_,separatorToPanels:x})}))};return{collapse:()=>{const{collapsible:d,collapsedSize:h}=a(),{mutableValues:p}=l(),b=c();d&&b!==h&&(p.expandToSize=b,u(h))},expand:()=>{const{collapsible:d,collapsedSize:h,minSize:p}=a(),{mutableValues:b}=l(),y=c();if(d&&y===h){let v=b.expandToSize??p;v===0&&(v=1),u(v)}},getSize:()=>{const{group:d}=r(),h=c(),{element:p}=l(),b=d.orientation==="horizontal"?p.offsetWidth:p.offsetHeight;return{asPercentage:h,inPixels:b}},isCollapsed:()=>{const{collapsible:d,collapsedSize:h}=a(),p=c();return d&&un(h,p)},resize:d=>{if(c()!==d){let h;switch(typeof d){case"number":{const{group:p}=r(),b=Ts({group:p});h=nr(d/b*100);break}case"string":{h=parseFloat(d);break}}u(h)}}}}function ky(e){if(e.defaultPrevented)return;const{mountedGroups:t}=fn();Vh(e,t).forEach(r=>{if(r.separator){const a=r.panels.find(l=>l.panelConstraints.defaultSize!==void 0);if(a){const l=a.panelConstraints.defaultSize,c=Bx({groupId:r.group.id,panelId:a.id});c&&l!==void 0&&(c.resize(l),e.preventDefault())}}})}function Zc(e){const{mountedGroups:t}=fn();for(const[r]of t)if(r.separators.some(a=>a.element===e))return r;throw Error("Could not find parent Group for separator element")}function Ux({groupId:e}){const t=()=>{const{mountedGroups:r}=fn();for(const[a,l]of r)if(a.id===e)return{group:a,...l};throw Error(`Could not find Group with id "${e}"`)};return{getLayout(){const{defaultLayoutDeferred:r,layout:a}=t();return r?{}:a},setLayout(r){const{defaultLayoutDeferred:a,derivedPanelConstraints:l,group:c,layout:u,separatorToPanels:d}=t(),h=ma({layout:r,panelConstraints:l});if(a)return u;if(!pa(u,h)){hn(b=>({mountedGroups:new Map(b.mountedGroups).set(c,{defaultLayoutDeferred:a,derivedPanelConstraints:l,layout:h,separatorToPanels:d})}));const p=c.panels.map(({id:b})=>b).join(",");c.inMemoryLayouts[p]=h}return h}}}function Px(e){const{mountedGroups:t}=fn(),r=t.get(e);return ot(r,`Mounted Group ${e.id} not found`),r}function ca(e,t){const r=Zc(e),a=Px(r),l=r.separators.find(b=>b.element===e);ot(l,"Matching separator not found");const c=a.separatorToPanels.get(l);ot(c,"Matching panels not found");const u=c.map(b=>r.panels.indexOf(b)),d=Ux({groupId:r.id}).getLayout(),h=Wl({delta:t,initialLayout:d,panelConstraints:a.derivedPanelConstraints,pivotIndices:u,prevLayout:d,trigger:"keyboard"}),p=ma({layout:h,panelConstraints:a.derivedPanelConstraints});pa(d,p)||hn(b=>({mountedGroups:new Map(b.mountedGroups).set(r,{defaultLayoutDeferred:a.defaultLayoutDeferred,derivedPanelConstraints:a.derivedPanelConstraints,layout:p,separatorToPanels:a.separatorToPanels})}))}function Ty(e){if(e.defaultPrevented)return;const t=e.currentTarget,r=Zc(t);if(!r.disabled)switch(e.key){case"ArrowDown":{e.preventDefault(),r.orientation==="vertical"&&ca(t,5);break}case"ArrowLeft":{e.preventDefault(),r.orientation==="horizontal"&&ca(t,-5);break}case"ArrowRight":{e.preventDefault(),r.orientation==="horizontal"&&ca(t,5);break}case"ArrowUp":{e.preventDefault(),r.orientation==="vertical"&&ca(t,-5);break}case"End":{e.preventDefault(),ca(t,100);break}case"Enter":{e.preventDefault();const a=Zc(t),{derivedPanelConstraints:l,layout:c,separatorToPanels:u}=Px(a),d=a.separators.find(y=>y.element===t);ot(d,"Matching separator not found");const h=u.get(d);ot(h,"Matching panels not found");const p=h[0],b=l.find(y=>y.panelId===p.id);if(ot(b,"Panel metadata not found"),b.collapsible){const y=c[p.id],v=b.collapsedSize===y?a.inMemoryLastExpandedPanelSizes[p.id]??b.minSize:b.collapsedSize;ca(t,v-y)}break}case"F6":{e.preventDefault();const a=Zc(t).separators.map(u=>u.element),l=Array.from(a).findIndex(u=>u===e.currentTarget);ot(l!==null,"Index not found");const c=e.shiftKey?l>0?l-1:a.length-1:l+1<a.length?l+1:0;a[c].focus();break}case"Home":{e.preventDefault(),ca(t,-100);break}}}function Ny(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{mountedGroups:t}=fn(),r=Vh(e,t),a=new Map;let l=!1;r.forEach(c=>{c.separator&&(l||(l=!0,c.separator.element.focus()));const u=t.get(c.group);u&&a.set(c.group,u.layout)}),hn({interactionState:{hitRegions:r,initialLayoutMap:a,pointerDownAtPoint:{x:e.clientX,y:e.clientY},state:"active"}}),r.length&&e.preventDefault()}const xw=e=>e,Uf=()=>{},Hx=1,Fx=2,$x=4,Gx=8,Cy=3,Ay=12;let zc;function Oy(){return zc===void 0&&(zc=!1,typeof window<"u"&&(window.navigator.userAgent.includes("Chrome")||window.navigator.userAgent.includes("Firefox"))&&(zc=!0)),zc}function Ew({cursorFlags:e,groups:t,state:r}){let a=0,l=0;switch(r){case"active":case"hover":t.forEach(c=>{if(!c.disableCursor)switch(c.orientation){case"horizontal":{a++;break}case"vertical":{l++;break}}})}if(!(a===0&&l===0)){switch(r){case"active":{if(e&&Oy()){const c=(e&Hx)!==0,u=(e&Fx)!==0,d=(e&$x)!==0,h=(e&Gx)!==0;if(c)return d?"se-resize":h?"ne-resize":"e-resize";if(u)return d?"sw-resize":h?"nw-resize":"w-resize";if(d)return"s-resize";if(h)return"n-resize"}break}}return Oy()?a>0&&l>0?"move":a>0?"ew-resize":"ns-resize":a>0&&l>0?"grab":a>0?"col-resize":"row-resize"}}const Ry=new WeakMap;function Yh(e){if(e.defaultView===null||e.defaultView===void 0)return;let{prevStyle:t,styleSheet:r}=Ry.get(e)??{};r===void 0&&(r=new e.defaultView.CSSStyleSheet,e.adoptedStyleSheets.push(r));const{cursorFlags:a,interactionState:l}=fn();switch(l.state){case"active":case"hover":{const c=Ew({cursorFlags:a,groups:l.hitRegions.map(d=>d.group),state:l.state}),u=`*, *:hover {cursor: ${c} !important; ${l.state==="active"?"touch-action: none;":""} }`;if(t===u)return;t=u,c?r.cssRules.length===0?r.insertRule(u):r.replaceSync(u):r.cssRules.length===1&&r.deleteRule(0);break}case"inactive":{t=void 0,r.cssRules.length===1&&r.deleteRule(0);break}}Ry.set(e,{prevStyle:t,styleSheet:r})}function Kx({document:e,event:t,hitRegions:r,initialLayoutMap:a,mountedGroups:l,pointerDownAtPoint:c,prevCursorFlags:u}){let d=0;const h=new Map(l);r.forEach(b=>{const{group:y,groupSize:v}=b,{disableCursor:x,orientation:S,panels:k}=y;let N=0;c?S==="horizontal"?N=(t.clientX-c.x)/v*100:N=(t.clientY-c.y)/v*100:S==="horizontal"?N=t.clientX<0?-100:100:N=t.clientY<0?-100:100;const _=a.get(y),{defaultLayoutDeferred:I,derivedPanelConstraints:M,layout:A,separatorToPanels:H}=l.get(y)??{defaultLayoutDeferred:!1};if(M&&_&&A&&H){const D=Wl({delta:N,initialLayout:_,panelConstraints:M,pivotIndices:b.panels.map(Z=>k.indexOf(Z)),prevLayout:A,trigger:"mouse-or-touch"});if(pa(D,A)){if(N!==0&&!x)switch(S){case"horizontal":{d|=N<0?Hx:Fx;break}case"vertical":{d|=N<0?$x:Gx;break}}}else{h.set(b.group,{defaultLayoutDeferred:I,derivedPanelConstraints:M,layout:D,separatorToPanels:H});const Z=b.group.panels.map(({id:ie})=>ie).join(",");b.group.inMemoryLayouts[Z]=D}}});let p=0;t.movementX===0?p|=u&Cy:p|=d&Cy,t.movementY===0?p|=u&Ay:p|=d&Ay,hn({cursorFlags:p,mountedGroups:h}),Yh(e)}function My(e){const{cursorFlags:t,interactionState:r,mountedGroups:a}=fn();switch(r.state){case"active":Kx({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,prevCursorFlags:t})}}function Iy(e){if(e.defaultPrevented)return;const{cursorFlags:t,interactionState:r,mountedGroups:a}=fn();switch(r.state){case"active":{if(e.buttons===0){hn(l=>l.interactionState.state==="inactive"?l:{cursorFlags:0,interactionState:{state:"inactive"}}),hn(l=>({mountedGroups:new Map(l.mountedGroups)}));return}Kx({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,pointerDownAtPoint:r.pointerDownAtPoint,prevCursorFlags:t});break}default:{const l=Vh(e,a);l.length===0?r.state!=="inactive"&&hn({interactionState:{state:"inactive"}}):hn({interactionState:{hitRegions:l,state:"hover"}}),Yh(e.currentTarget);break}}}function Dy(e){if(e.relatedTarget instanceof HTMLIFrameElement){const{interactionState:t}=fn();switch(t.state){case"hover":hn({interactionState:{state:"inactive"}})}}}function Ly(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{interactionState:t}=fn();switch(t.state){case"active":hn({cursorFlags:0,interactionState:{state:"inactive"}}),t.hitRegions.length>0&&(Yh(e.currentTarget),hn(r=>({mountedGroups:new Map(r.mountedGroups)})),e.preventDefault())}}function zy(e){let t=0,r=0;const a={};for(const c of e)if(c.defaultSize!==void 0){t++;const u=nr(c.defaultSize);r+=u,a[c.panelId]=u}else a[c.panelId]=void 0;const l=e.length-t;if(l!==0){const c=nr((100-r)/l);for(const u of e)u.defaultSize===void 0&&(a[u.panelId]=c)}return a}function _w(e,t,r){if(!r[0])return;const a=e.panels.find(h=>h.element===t);if(!a||!a.onResize)return;const l=Ts({group:e}),c=e.orientation==="horizontal"?a.element.offsetWidth:a.element.offsetHeight,u=a.mutableValues.prevSize,d={asPercentage:nr(c/l*100),inPixels:c};a.mutableValues.prevSize=d,a.onResize(d,a.id,u)}function Sw(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(e[r]!==t[r])return!1;return!0}function ww(e,t){const r=e.map(l=>l.id),a=Object.keys(t);if(r.length!==a.length)return!1;for(const l of r)if(!a.includes(l))return!1;return!0}const ls=new Map;function kw(e){let t=!0;ot(e.element.ownerDocument.defaultView,"Cannot register an unmounted Group");const r=e.element.ownerDocument.defaultView.ResizeObserver,a=new Set,l=new Set,c=new r(S=>{for(const k of S){const{borderBoxSize:N,target:_}=k;if(_===e.element){if(t){if(Ts({group:e})===0)return;hn(I=>{const M=I.mountedGroups.get(e);if(M){const A=xh(e),H=M.defaultLayoutDeferred?zy(A):M.layout,D=ma({layout:H,panelConstraints:A});return!M.defaultLayoutDeferred&&pa(H,D)&&Sw(M.derivedPanelConstraints,A)?I:{mountedGroups:new Map(I.mountedGroups).set(e,{defaultLayoutDeferred:!1,derivedPanelConstraints:A,layout:D,separatorToPanels:M.separatorToPanels})}}return I})}}else _w(e,_,N)}});c.observe(e.element),e.panels.forEach(S=>{ot(!a.has(S.id),`Panel ids must be unique; id "${S.id}" was used more than once`),a.add(S.id),S.onResize&&c.observe(S.element)});const u=Ts({group:e}),d=xh(e),h=e.panels.map(({id:S})=>S).join(",");let p=e.defaultLayout;p&&(ww(e.panels,p)||(p=void 0));const b=e.inMemoryLayouts[h]??p??zy(d),y=ma({layout:b,panelConstraints:d}),v=zx(e),x=e.element.ownerDocument;return hn(S=>{const k=new Map;return ls.set(x,(ls.get(x)??0)+1),v.forEach(N=>{N.separator&&k.set(N.separator,N.panels)}),{mountedGroups:new Map(S.mountedGroups).set(e,{defaultLayoutDeferred:u===0,derivedPanelConstraints:d,layout:y,separatorToPanels:k})}}),e.separators.forEach(S=>{ot(!l.has(S.id),`Separator ids must be unique; id "${S.id}" was used more than once`),l.add(S.id),S.element.addEventListener("keydown",Ty)}),ls.get(x)===1&&(x.addEventListener("dblclick",ky,!0),x.addEventListener("pointerdown",Ny,!0),x.addEventListener("pointerleave",My),x.addEventListener("pointermove",Iy),x.addEventListener("pointerout",Dy),x.addEventListener("pointerup",Ly,!0)),function(){t=!1,ls.set(x,Math.max(0,(ls.get(x)??0)-1)),hn(S=>{const k=new Map(S.mountedGroups);return k.delete(e),{mountedGroups:k}}),e.separators.forEach(S=>{S.element.removeEventListener("keydown",Ty)}),ls.get(x)||(x.removeEventListener("dblclick",ky,!0),x.removeEventListener("pointerdown",Ny,!0),x.removeEventListener("pointerleave",My),x.removeEventListener("pointermove",Iy),x.removeEventListener("pointerout",Dy),x.removeEventListener("pointerup",Ly,!0)),c.disconnect()}}function Tw(){const[e,t]=z.useState({}),r=z.useCallback(()=>t({}),[]);return[e,r]}function Wh(e){const t=z.useId();return`${e??t}`}const ya=typeof window<"u"?z.useLayoutEffect:z.useEffect;function Hl(e){const t=z.useRef(e);return ya(()=>{t.current=e},[e]),z.useCallback((...r)=>{var a;return(a=t.current)==null?void 0:a.call(t,...r)},[t])}function Xh(...e){return Hl(t=>{e.forEach(r=>{if(r)switch(typeof r){case"function":{r(t);break}case"object":{r.current=t;break}}})})}function Zh(e){const t=z.useRef({...e});return ya(()=>{for(const r in e)t.current[r]=e[r]},[e]),t.current}const qx=z.createContext(null);function Nw(e,t){const r=z.useRef({getLayout:()=>({}),setLayout:xw});z.useImperativeHandle(t,()=>r.current,[]),ya(()=>{Object.assign(r.current,Ux({groupId:e}))})}function Xl({children:e,className:t,defaultLayout:r,disableCursor:a,disabled:l,elementRef:c,groupRef:u,id:d,onLayoutChange:h,onLayoutChanged:p,orientation:b="horizontal",resizeTargetMinimumSize:y={coarse:20,fine:10},style:v,...x}){const S=z.useRef({onLayoutChange:{},onLayoutChanged:{}}),k=Hl(K=>{pa(S.current.onLayoutChange,K)||(S.current.onLayoutChange=K,h==null||h(K))}),N=Hl(K=>{pa(S.current.onLayoutChanged,K)||(S.current.onLayoutChanged=K,p==null||p(K))}),_=Wh(d),I=z.useRef(null),[M,A]=Tw(),H=z.useRef({lastExpandedPanelSizes:{},layouts:{},panels:[],resizeTargetMinimumSize:y,separators:[]}),D=Xh(I,c);Nw(_,u);const Z=Hl((K,Q)=>{const{interactionState:pe,mountedGroups:ne}=fn();for(const G of ne.keys())if(G.id===K){const U=ne.get(G);if(U){let O=!1;switch(pe.state){case"active":{O=pe.hitRegions.some(F=>F.group===G);break}}return{flexGrow:U.layout[Q]??1,pointerEvents:O?"none":void 0}}}return{flexGrow:(r==null?void 0:r[Q])??1}}),ie=Zh({defaultLayout:r,disableCursor:a}),te=z.useMemo(()=>({get disableCursor(){return!!ie.disableCursor},getPanelStyles:Z,id:_,orientation:b,registerPanel:K=>{const Q=H.current;return Q.panels=Eh(b,[...Q.panels,K]),A(),()=>{Q.panels=Q.panels.filter(pe=>pe!==K),A()}},registerSeparator:K=>{const Q=H.current;return Q.separators=Eh(b,[...Q.separators,K]),A(),()=>{Q.separators=Q.separators.filter(pe=>pe!==K),A()}},togglePanelDisabled:(K,Q)=>{const pe=H.current.panels.find(G=>G.id===K);pe&&(pe.panelConstraints.disabled=Q);const{mountedGroups:ne}=fn();for(const G of ne.keys())if(G.id===_){const U=ne.get(G);U&&(U.derivedPanelConstraints=xh(G))}},toggleSeparatorDisabled:(K,Q)=>{const pe=H.current.separators.find(ne=>ne.id===K);pe&&(pe.disabled=Q)}}),[Z,_,A,b,ie]),B=z.useRef(null);return ya(()=>{const K=I.current;if(K===null)return;const Q=H.current;let pe;if(ie.defaultLayout!==void 0&&Object.keys(ie.defaultLayout).length===Q.panels.length){pe={};for(const ee of Q.panels){const C=ie.defaultLayout[ee.id];C!==void 0&&(pe[ee.id]=C)}}const ne={defaultLayout:pe,disableCursor:!!ie.disableCursor,disabled:!!l,element:K,id:_,inMemoryLastExpandedPanelSizes:H.current.lastExpandedPanelSizes,inMemoryLayouts:H.current.layouts,orientation:b,panels:Q.panels,resizeTargetMinimumSize:Q.resizeTargetMinimumSize,separators:Q.separators};B.current=ne;const G=kw(ne),U=fn().mountedGroups.get(ne);if(U){const{defaultLayoutDeferred:ee,derivedPanelConstraints:C,layout:R}=U;!ee&&C.length>0&&(k(R),N(R))}const O=Zr.addListener("interactionStateChange",ee=>{ee.state}),F=Zr.addListener("mountedGroupsChange",ee=>{const C=ee.get(ne);if(C){const{defaultLayoutDeferred:R,derivedPanelConstraints:V,layout:T}=C;if(R||V.length===0)return;const{interactionState:ue}=fn(),ye=ue.state!=="active";k(T),ye&&N(T)}});return()=>{B.current=null,G(),O(),F()}},[l,_,N,k,b,M,ie]),z.useEffect(()=>{const K=B.current;K&&(K.defaultLayout=r,K.disableCursor=!!a)}),m.jsx(qx.Provider,{value:te,children:m.jsx("div",{...x,className:t,"data-group":!0,"data-testid":_,id:_,ref:D,style:{height:"100%",width:"100%",overflow:"hidden",...v,display:"flex",flexDirection:b==="horizontal"?"row":"column",flexWrap:"nowrap"},children:e})})}Xl.displayName="Group";function Pf(e,t){return`react-resizable-panels:${[e,...t].join(":")}`}function iu({debounceSaveMs:e=100,panelIds:t,storage:r=localStorage,...a}){const l=t!==void 0,c="id"in a?a.id:a.groupId,u=Pf(c,t??[]),d=z.useSyncExternalStore(Cw,()=>r.getItem(u),()=>r.getItem(u)),h=z.useMemo(()=>d?JSON.parse(d):void 0,[d]),p=z.useRef(null),b=z.useCallback(()=>{const x=p.current;x&&(p.current=null,clearTimeout(x))},[]);z.useLayoutEffect(()=>()=>{b()},[b]);const y=z.useCallback(x=>{b();let S;l?S=Pf(c,Object.keys(x)):S=Pf(c,[]);try{r.setItem(S,JSON.stringify(x))}catch(k){console.error(k)}},[b,l,c,r]),v=z.useCallback(x=>{b(),e===0?y(x):p.current=setTimeout(()=>{y(x)},e)},[b,e,y]);return{defaultLayout:h,onLayoutChange:v,onLayoutChanged:y}}function Cw(){return function(){}}function Qh(){const e=z.useContext(qx);return ot(e,"Group Context not found; did you render a Panel or Separator outside of a Group?"),e}function Aw(e,t){const{id:r}=Qh(),a=z.useRef({collapse:Uf,expand:Uf,getSize:()=>({asPercentage:0,inPixels:0}),isCollapsed:()=>!1,resize:Uf});z.useImperativeHandle(t,()=>a.current,[]),ya(()=>{Object.assign(a.current,Bx({groupId:r,panelId:e}))})}function vr({children:e,className:t,collapsedSize:r="0%",collapsible:a=!1,defaultSize:l,disabled:c,elementRef:u,id:d,maxSize:h="100%",minSize:p="0%",onResize:b,panelRef:y,style:v,...x}){const S=!!d,k=Wh(d),N=Zh({disabled:c}),_=z.useRef(null),I=Xh(_,u),{getPanelStyles:M,id:A,registerPanel:H,togglePanelDisabled:D}=Qh(),Z=b!==null,ie=Hl((B,K,Q)=>{b==null||b(B,d,Q)});ya(()=>{const B=_.current;if(B!==null){const K={element:B,id:k,idIsStable:S,mutableValues:{expandToSize:void 0,prevSize:void 0},onResize:Z?ie:void 0,panelConstraints:{collapsedSize:r,collapsible:a,defaultSize:l,disabled:N.disabled,maxSize:h,minSize:p}};return H(K)}},[r,a,l,Z,k,S,h,p,ie,H,N]),z.useEffect(()=>{D(k,!!c)},[c,k,D]),Aw(k,y);const te=z.useSyncExternalStore(B=>(Zr.addListener("mountedGroupsChange",B),()=>{Zr.removeListener("mountedGroupsChange",B)}),()=>JSON.stringify(M(A,k)),()=>JSON.stringify(M(A,k)));return m.jsx("div",{...x,"aria-disabled":c||void 0,"data-panel":!0,"data-testid":k,id:k,ref:I,style:{...Ow,display:"flex",flexBasis:0,flexShrink:1,overflow:"hidden",...JSON.parse(te)},children:m.jsx("div",{className:t,style:{maxHeight:"100%",maxWidth:"100%",flexGrow:1,...v},children:e})})}vr.displayName="Panel";const Ow={minHeight:0,maxHeight:"100%",height:"auto",minWidth:0,maxWidth:"100%",width:"auto",border:"none",borderWidth:0,padding:0,margin:0};function Rw({layout:e,panelConstraints:t,panelId:r,panelIndex:a}){let l,c;const u=e[r],d=t.find(h=>h.panelId===r);if(d){const h=d.maxSize,p=d.collapsible?d.collapsedSize:d.minSize,b=[a,a+1];c=ma({layout:Wl({delta:p-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r],l=ma({layout:Wl({delta:h-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r]}return{valueControls:r,valueMax:l,valueMin:c,valueNow:u}}function Vx({children:e,className:t,disabled:r,elementRef:a,id:l,style:c,...u}){const d=Wh(l),h=Zh({disabled:r}),[p,b]=z.useState({}),[y,v]=z.useState("inactive"),x=z.useRef(null),S=Xh(x,a),{disableCursor:k,id:N,orientation:_,registerSeparator:I,toggleSeparatorDisabled:M}=Qh(),A=_==="horizontal"?"vertical":"horizontal";ya(()=>{const D=x.current;if(D!==null){const Z={disabled:h.disabled,element:D,id:d},ie=I(Z),te=Zr.addListener("interactionStateChange",K=>{v(K.state!=="inactive"&&K.hitRegions.some(Q=>Q.separator===Z)?K.state:"inactive")}),B=Zr.addListener("mountedGroupsChange",K=>{K.forEach(({derivedPanelConstraints:Q,layout:pe,separatorToPanels:ne},G)=>{if(G.id===N){const U=ne.get(Z);if(U){const O=U[0],F=G.panels.indexOf(O);b(Rw({layout:pe,panelConstraints:Q,panelId:O.id,panelIndex:F}))}}})});return()=>{te(),B(),ie()}}},[N,d,I,h]),z.useEffect(()=>{M(d,!!r)},[r,d,M]);let H;return r&&!k&&(H="not-allowed"),m.jsx("div",{...u,"aria-controls":p.valueControls,"aria-disabled":r||void 0,"aria-orientation":A,"aria-valuemax":p.valueMax,"aria-valuemin":p.valueMin,"aria-valuenow":p.valueNow,children:e,className:t,"data-separator":r?"disabled":y,"data-testid":d,id:d,ref:S,role:"separator",style:{flexBasis:"auto",cursor:H,...c,flexGrow:0,flexShrink:0},tabIndex:r?void 0:0})}Vx.displayName="Separator";const Jh={user:null,activeView:"messages",agents:[],selectedAgentId:null,selectedSessionKey:null,channels:[],selectedChannelId:null,sessions:[],selectedSessionId:null,tasks:[],selectedTaskId:null,jobs:[],selectedJobId:null,messages:[],threadMessages:[],activeThreadId:null,threadReplyCounts:{},openclawConnected:!1,sessionModel:null,wsConnected:!1,models:[],defaultModel:null,streamingRunId:null,streamingSessionKey:null,streamingThreadId:null,cronTasks:[],selectedCronTaskId:null,cronJobs:[],selectedCronJobId:null};function Mw(e,t){switch(t.type){case"SET_USER":return{...e,user:t.user};case"SET_ACTIVE_VIEW":return{...e,activeView:t.view};case"SET_AGENTS":return{...e,agents:t.agents};case"SELECT_AGENT":return{...e,selectedAgentId:t.agentId,selectedSessionKey:t.sessionKey,sessions:[],selectedSessionId:null,messages:[],jobs:[],selectedJobId:null,activeThreadId:null,threadMessages:[]};case"SET_CHANNELS":return{...e,channels:t.channels};case"SELECT_CHANNEL":return{...e,selectedChannelId:t.channelId,sessions:[],selectedSessionId:null,tasks:[],selectedTaskId:null,jobs:[],selectedJobId:null,messages:[]};case"SET_SESSIONS":return{...e,sessions:t.sessions};case"SELECT_SESSION":{const r=t.sessionKey??e.selectedSessionKey,a=r!==e.selectedSessionKey;return{...e,selectedSessionId:t.sessionId,selectedSessionKey:r,messages:a?[]:e.messages,activeThreadId:a?null:e.activeThreadId,threadMessages:a?[]:e.threadMessages}}case"ADD_SESSION":return{...e,sessions:[...e.sessions,t.session]};case"REMOVE_SESSION":return{...e,sessions:e.sessions.filter(r=>r.id!==t.sessionId),...e.selectedSessionId===t.sessionId?{selectedSessionId:null,selectedSessionKey:null,messages:[]}:{}};case"RENAME_SESSION":return{...e,sessions:e.sessions.map(r=>r.id===t.sessionId?{...r,name:t.name}:r)};case"SET_TASKS":return{...e,tasks:t.tasks};case"SELECT_TASK":{const r=t.sessionKey??e.selectedSessionKey,a=r!==e.selectedSessionKey;return{...e,selectedTaskId:t.taskId,selectedSessionKey:r,messages:a?[]:e.messages,jobs:[],selectedJobId:null}}case"SET_JOBS":return{...e,jobs:t.jobs};case"SELECT_JOB":return{...e,selectedJobId:t.jobId,selectedSessionKey:t.sessionKey??e.selectedSessionKey,messages:[]};case"ADD_JOB":return{...e,jobs:[t.job,...e.jobs]};case"ADD_MESSAGE":{const r=e.messages[e.messages.length-1];return t.message.sender==="agent"&&(r!=null&&r.isStreaming)?{...e,streamingRunId:null,streamingSessionKey:null,messages:[...e.messages.slice(0,-1),{...t.message,isStreaming:!1}]}:{...e,messages:[...e.messages,t.message]}}case"SET_MESSAGES":return{...e,messages:t.messages,...t.replyCounts?{threadReplyCounts:{...e.threadReplyCounts,...t.replyCounts}}:{}};case"OPEN_THREAD":return{...e,activeThreadId:t.threadId,threadMessages:t.messages,threadReplyCounts:{...e.threadReplyCounts,...t.messages.length>0?{[t.threadId]:t.messages.length}:{}}};case"CLOSE_THREAD":return{...e,activeThreadId:null,threadMessages:[]};case"ADD_THREAD_MESSAGE":{const r=t.message.threadId??e.activeThreadId,a=!!(r&&r===e.activeThreadId);let l=e.threadMessages,c={};if(a){const d=e.threadMessages[e.threadMessages.length-1];t.message.sender==="agent"&&(d!=null&&d.isStreaming)?(l=[...e.threadMessages.slice(0,-1),{...t.message,isStreaming:!1}],c={streamingRunId:null,streamingSessionKey:null,streamingThreadId:null}):l=[...e.threadMessages,t.message]}const u={...e.threadReplyCounts};return r&&(a?u[r]=l.length:u[r]=(u[r]??0)+1),{...e,...c,threadMessages:l,threadReplyCounts:u}}case"SET_OPENCLAW_CONNECTED":return{...e,openclawConnected:t.connected,defaultModel:e.defaultModel??t.defaultModel??null};case"SET_SESSION_MODEL":return{...e,sessionModel:t.model};case"SET_WS_CONNECTED":return{...e,wsConnected:t.connected};case"SET_MODELS":return{...e,models:t.models};case"SET_DEFAULT_MODEL":return{...e,defaultModel:t.model};case"RESOLVE_ACTION":return{...e,messages:e.messages.map(r=>r.id===t.messageId?{...r,resolvedActions:{...r.resolvedActions,[t.promptHash]:{value:t.value,label:t.label}}}:r)};case"STREAM_START":{const r={id:`stream_${t.runId}`,sender:"agent",text:"",timestamp:Date.now(),isStreaming:!0},a=!!t.threadId;return{...e,streamingRunId:t.runId,streamingSessionKey:t.sessionKey,streamingThreadId:t.threadId??null,...a?{threadMessages:[...e.threadMessages,r]}:{messages:[...e.messages,r]}}}case"STREAM_CHUNK":{if(e.streamingRunId!==t.runId)return e;const r=`stream_${t.runId}`;return e.streamingThreadId?{...e,threadMessages:e.threadMessages.map(a=>a.id===r?{...a,text:t.text}:a)}:{...e,messages:e.messages.map(a=>a.id===r?{...a,text:t.text}:a)}}case"STREAM_END":return e.streamingRunId&&e.streamingRunId!==t.runId?e:{...e,streamingRunId:null,streamingSessionKey:null,streamingThreadId:null};case"SET_CRON_TASKS":return{...e,cronTasks:t.cronTasks};case"MERGE_SCAN_DATA":{const r=new Map(t.scanTasks.map(c=>[c.cronJobId,c])),a=e.cronTasks.map(c=>{const u=c.openclawCronJobId?r.get(c.openclawCronJobId):null;return u?{...c,schedule:u.schedule||null,instructions:u.instructions||null,model:u.model||null,enabled:u.enabled}:c}),l=e.tasks.map(c=>{const u=c.openclawCronJobId?r.get(c.openclawCronJobId):null;return u?{...c,schedule:u.schedule||null,instructions:u.instructions||null,model:u.model||null,enabled:u.enabled}:c});return{...e,cronTasks:a,tasks:l}}case"UPDATE_CRON_TASK":return{...e,cronTasks:e.cronTasks.map(r=>r.id===t.taskId?{...r,...t.updates}:r),tasks:e.tasks.map(r=>r.id===t.taskId?{...r,...t.updates}:r)};case"SELECT_CRON_TASK":return e.selectedCronTaskId===t.taskId?e:{...e,selectedCronTaskId:t.taskId,cronJobs:[],selectedCronJobId:null,messages:[],selectedSessionKey:null};case"SET_CRON_JOBS":return{...e,cronJobs:t.cronJobs};case"SELECT_CRON_JOB":return{...e,selectedCronJobId:t.jobId,selectedSessionKey:t.sessionKey??e.selectedSessionKey,messages:[]};case"ADD_CRON_JOB":return{...e,cronJobs:[t.job,...e.cronJobs]};case"UPDATE_CRON_JOB":return e.cronJobs.some(a=>a.id===t.job.id)?{...e,cronJobs:e.cronJobs.map(a=>{var c;if(a.id!==t.job.id)return a;const l=a.summary&&a.summary.length>(((c=t.job.summary)==null?void 0:c.length)||0)?a.summary:t.job.summary;return{...a,...t.job,summary:l}})}:{...e,cronJobs:[t.job,...e.cronJobs]};case"APPEND_JOB_OUTPUT":{const r=a=>a.map(l=>l.id===t.jobId?{...l,summary:t.text}:l);return{...e,jobs:r(e.jobs),cronJobs:r(e.cronJobs)}}case"LOGOUT":return{...Jh};default:return e}}const bs=z.createContext(Jh),jl=z.createContext(()=>{});function sr(){return z.useContext(bs)}function ei(){return z.useContext(jl)}const jy=500;let Iw=1;const ys=[],au=new Set;function os(e,t,r,a){const l={id:Iw++,ts:Date.now(),level:e,tag:t,message:r,detail:a!==void 0?typeof a=="string"?a:JSON.stringify(a,null,2):void 0};ys.push(l),ys.length>jy&&ys.splice(0,ys.length-jy);for(const c of au)c()}function Dw(){return ys}function Lw(){ys.length=0;for(const e of au)e()}function zw(e){return au.add(e),()=>au.delete(e)}const ce={info:(e,t,r)=>os("info",e,t,r),warn:(e,t,r)=>os("warn",e,t,r),error:(e,t,r)=>os("error",e,t,r),wsIn:(e,t,r)=>os("ws-in",e,t,r),wsOut:(e,t,r)=>os("ws-out",e,t,r),api:(e,t,r)=>os("api",e,t,r)},_h="/api";let Fl=localStorage.getItem("botschat_token"),su=localStorage.getItem("botschat_refresh_token");function so(e){Fl=e,e?localStorage.setItem("botschat_token",e):localStorage.removeItem("botschat_token")}function xu(e){su=e,e?localStorage.setItem("botschat_refresh_token",e):localStorage.removeItem("botschat_refresh_token")}function By(){return Fl}async function jw(){if(!su)return!1;try{const e=await fetch(`${_h}/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:su})});if(!e.ok)return!1;const t=await e.json();return so(t.token),ce.info("API","Access token refreshed successfully"),!0}catch{return!1}}async function nt(e,t,r){const a=`${e} ${t}`;ce.api("API",`→ ${a}`,r);const l={"Content-Type":"application/json"};Fl&&(l.Authorization=`Bearer ${Fl}`);const c=performance.now();let u;try{u=await fetch(`${_h}${t}`,{method:e,headers:l,body:r?JSON.stringify(r):void 0,cache:"no-store"})}catch(p){const b=Math.round(performance.now()-c);throw ce.error("API",`✗ ${a} — network error (${b}ms)`,String(p)),p}if(u.status===401&&su&&!t.includes("/auth/refresh")&&await jw()){l.Authorization=`Bearer ${Fl}`;try{u=await fetch(`${_h}${t}`,{method:e,headers:l,body:r?JSON.stringify(r):void 0,cache:"no-store"})}catch(b){const y=Math.round(performance.now()-c);throw ce.error("API",`✗ ${a} — network error on retry (${y}ms)`,String(b)),b}}const d=Math.round(performance.now()-c);if(!u.ok){const b=(await u.json().catch(()=>({error:u.statusText}))).error??`HTTP ${u.status}`;throw ce.error("API",`✗ ${a} — ${u.status} (${d}ms): ${b}`),new Error(b)}const h=await u.json();return ce.api("API",`✓ ${a} — ${u.status} (${d}ms)`,h),h}const Bl={config:()=>nt("GET","/auth/config"),register:(e,t,r)=>nt("POST","/auth/register",{email:e,password:t,displayName:r}),login:(e,t)=>nt("POST","/auth/login",{email:e,password:t}),firebase:e=>nt("POST","/auth/firebase",{idToken:e}),me:()=>nt("GET","/me")},Bw={updateSettings:e=>nt("PATCH","/me",e)},Uw={list:()=>nt("GET","/models")},xs={list:()=>nt("GET","/agents")},Er={list:()=>nt("GET","/channels"),get:e=>nt("GET",`/channels/${e}`),create:e=>nt("POST","/channels",e),update:(e,t)=>nt("PATCH",`/channels/${e}`,t),delete:e=>nt("DELETE",`/channels/${e}`)},vs={list:e=>nt("GET",`/channels/${e}/sessions`),create:(e,t)=>nt("POST",`/channels/${e}/sessions`,{name:t}),rename:(e,t,r)=>nt("PATCH",`/channels/${e}/sessions/${t}`,{name:r}),delete:(e,t)=>nt("DELETE",`/channels/${e}/sessions/${t}`)},Wn={list:e=>nt("GET",`/channels/${e}/tasks`),listAll:(e="background")=>nt("GET",`/tasks?kind=${e}`),scanData:()=>nt("GET","/task-scan"),create:(e,t)=>nt("POST",`/channels/${e}/tasks`,t),update:(e,t,r)=>nt("PATCH",`/channels/${e}/tasks/${t}`,r),delete:(e,t)=>nt("DELETE",`/channels/${e}/tasks/${t}`),run:(e,t)=>nt("POST",`/channels/${e}/tasks/${t}/run`)},Sh={list:(e,t)=>nt("GET",`/channels/${e}/tasks/${t}/jobs`),listByTask:e=>nt("GET",`/tasks/${e}/jobs`)},Yx={list:(e,t,r)=>nt("GET",`/messages/${e}?sessionKey=${encodeURIComponent(t)}${r?`&threadId=${encodeURIComponent(r)}`:""}`)},Ul={list:()=>nt("GET","/pairing-tokens"),create:e=>nt("POST","/pairing-tokens",{label:e}),delete:e=>nt("DELETE",`/pairing-tokens/${e}`)},Wx={cloudUrl:()=>nt("GET","/setup/cloud-url")};function Eu({value:e,onChange:t,models:r,disabled:a,placeholder:l="Select model...",compact:c}){const d=!r.find(k=>k.id===e)&&e?r.find(k=>k.name===e):null,h=d?d.id:e,p=!h||r.some(k=>k.id===h);z.useEffect(()=>{d&&e!==d.id&&t(d.id)},[d,e,t]);const b=z.useRef(null),[y,v]=z.useState(void 0),x=h||l,S=z.useCallback(()=>{if(!c||!b.current)return;const k=getComputedStyle(b.current),_=document.createElement("canvas").getContext("2d");if(!_)return;_.font=`${k.fontSize} ${k.fontFamily}`;const I=_.measureText(x).width,M=parseFloat(k.paddingLeft)||6,A=parseFloat(k.paddingRight)||6;v(Math.ceil(I)+M+A+22)},[c,x]);return z.useEffect(()=>{S()},[S]),m.jsxs("select",{ref:b,value:h,onChange:k=>t(k.target.value),disabled:a,className:`rounded-sm focus:outline-none ${c?"text-caption py-0.5 px-1.5":"text-body py-1.5 px-2.5"}`,style:{background:c?"transparent":"var(--bg-hover)",color:h?"var(--text-primary)":"var(--text-muted)",border:c?"1px solid transparent":"1px solid var(--border)",cursor:a?"not-allowed":"pointer",opacity:a?.5:1,width:c&&y?y:void 0,maxWidth:"100%",fontFamily:"var(--font-mono)",textOverflow:"ellipsis",overflow:"hidden"},children:[!h&&m.jsx("option",{value:"",children:l}),h&&!p&&m.jsx("option",{value:h,children:h}),r.map(k=>m.jsx("option",{value:k.id,children:k.id},k.id))]})}const Pw="modulepreload",Hw=function(e){return"/"+e},Uy={},Zl=function(t,r,a){let l=Promise.resolve();if(r&&r.length>0){let u=function(p){return Promise.all(p.map(b=>Promise.resolve(b).then(y=>({status:"fulfilled",value:y}),y=>({status:"rejected",reason:y}))))};document.getElementsByTagName("link");const d=document.querySelector("meta[property=csp-nonce]"),h=(d==null?void 0:d.nonce)||(d==null?void 0:d.getAttribute("nonce"));l=u(r.map(p=>{if(p=Hw(p),p in Uy)return;Uy[p]=!0;const b=p.endsWith(".css"),y=b?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${p}"]${y}`))return;const v=document.createElement("link");if(v.rel=b?"stylesheet":Pw,b||(v.as="script"),v.crossOrigin="",v.href=p,h&&v.setAttribute("nonce",h),document.head.appendChild(v),b)return new Promise((x,S)=>{v.addEventListener("load",x),v.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${p}`)))})}))}function c(u){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=u,window.dispatchEvent(d),!d.defaultPrevented)throw u}return l.then(u=>{for(const d of u||[])d.status==="rejected"&&c(d.reason);return t().catch(c)})};var Ix;const ep=typeof globalThis.process<"u"&&typeof((Ix=globalThis.process.versions)==null?void 0:Ix.node)=="string",Xx=31e4,Zx=32,Qx=16,Jx="botschat-e2e:";function Ql(e){return new TextEncoder().encode(e)}function Fw(e){return new TextDecoder().decode(e)}async function $w(e,t){const r=Ql(e),a=Ql(Jx+t),l=await crypto.subtle.importKey("raw",r.buffer,"PBKDF2",!1,["deriveBits"]),c=new ArrayBuffer(a.byteLength);new Uint8Array(c).set(a);const u=await crypto.subtle.deriveBits({name:"PBKDF2",salt:c,iterations:Xx,hash:"SHA-256"},l,Zx*8);return new Uint8Array(u)}async function e0(e,t){const r=await crypto.subtle.importKey("raw",e.buffer,{name:"HMAC",hash:"SHA-256"},!1,["sign"]),a=Ql("nonce-"+t),l=new Uint8Array(a.length+1);l.set(a),l[a.length]=1;const c=await crypto.subtle.sign("HMAC",r,l.buffer);return new Uint8Array(c).slice(0,Qx)}async function Gw(e,t,r){const a=await e0(e,r),l=await crypto.subtle.importKey("raw",e.buffer,{name:"AES-CTR"},!1,["encrypt"]),c=await crypto.subtle.encrypt({name:"AES-CTR",counter:new Uint8Array(a).buffer,length:128},l,t.buffer);return new Uint8Array(c)}async function Kw(e,t,r){const a=await e0(e,r),l=await crypto.subtle.importKey("raw",e.buffer,{name:"AES-CTR"},!1,["decrypt"]),c=await crypto.subtle.decrypt({name:"AES-CTR",counter:new Uint8Array(a).buffer,length:128},l,t.buffer);return new Uint8Array(c)}async function qw(e,t){const{pbkdf2:r}=await Zl(async()=>{const{pbkdf2:d}=await Promise.resolve().then(()=>io);return{pbkdf2:d}},void 0),{promisify:a}=await Zl(async()=>{const{promisify:d}=await Promise.resolve().then(()=>io);return{promisify:d}},void 0),l=a(r),c=Jx+t,u=await l(e,c,Xx,Zx,"sha256");return new Uint8Array(u)}async function t0(e,t){const{createHmac:r}=await Zl(async()=>{const{createHmac:d}=await Promise.resolve().then(()=>io);return{createHmac:d}},void 0),a=Ql("nonce-"+t),l=new Uint8Array(a.length+1);l.set(a),l[a.length]=1;const c=r("sha256",Buffer.from(e));c.update(Buffer.from(l));const u=c.digest();return new Uint8Array(u.buffer,u.byteOffset,Qx)}async function Vw(e,t,r){const{createCipheriv:a}=await Zl(async()=>{const{createCipheriv:d}=await Promise.resolve().then(()=>io);return{createCipheriv:d}},void 0),l=await t0(e,r),c=a("aes-256-ctr",Buffer.from(e),Buffer.from(l)),u=Buffer.concat([c.update(Buffer.from(t)),c.final()]);return new Uint8Array(u)}async function Yw(e,t,r){const{createDecipheriv:a}=await Zl(async()=>{const{createDecipheriv:d}=await Promise.resolve().then(()=>io);return{createDecipheriv:d}},void 0),l=await t0(e,r),c=a("aes-256-ctr",Buffer.from(e),Buffer.from(l)),u=Buffer.concat([c.update(Buffer.from(t)),c.final()]);return new Uint8Array(u)}async function Ww(e,t){return ep?qw(e,t):$w(e,t)}async function Xw(e,t,r){const a=Ql(t);return ep?Vw(e,a,r):Gw(e,a,r)}async function Py(e,t,r){const a=ep?await Yw(e,t,r):await Kw(e,t,r);return Fw(a)}function Zw(e){if(typeof Buffer<"u")return Buffer.from(e).toString("base64");let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function Hy(e){if(typeof Buffer<"u"){const a=Buffer.from(e,"base64");return new Uint8Array(a.buffer,a.byteOffset,a.byteLength)}const t=atob(e),r=new Uint8Array(t.length);for(let a=0;a<t.length;a++)r[a]=t.charCodeAt(a);return r}const cs="botschat_e2e_pwd_cache";let mr=null,jc=null;const Hf=new Set,Gt={subscribe(e){return Hf.add(e),()=>Hf.delete(e)},notify(){Hf.forEach(e=>e())},async setPassword(e,t,r){if(!e){mr=null,jc=null,localStorage.removeItem(cs),this.notify();return}try{mr=await Ww(e,t),jc=e,r?localStorage.setItem(cs,e):localStorage.removeItem(cs),this.notify()}catch(a){throw console.error("Failed to derive E2E key:",a),a}},clear(){mr=null,jc=null,localStorage.removeItem(cs),this.notify()},hasKey(){return!!mr},hasSavedPassword(){return!!localStorage.getItem(cs)},async loadSavedPassword(e){const t=localStorage.getItem(cs);if(!t)return!1;try{return await this.setPassword(t,e,!0),!0}catch{return!1}},async encrypt(e){if(!mr)throw new Error("E2E key not set");const t=crypto.randomUUID(),r=await Xw(mr,e,t);return{ciphertext:Zw(r),messageId:t}},async decrypt(e,t){if(!mr)throw new Error("E2E key not set");const r=Hy(e);return Py(mr,r,t)},getPassword(){return jc},async decryptBytes(e,t){if(!mr)throw new Error("E2E key not set");const r=Hy(e),a=await Py(mr,r,t);return new TextEncoder().encode(a)}};class Qw{constructor(t){ss(this,"ws",null);ss(this,"reconnectTimer",null);ss(this,"backoffMs",1e3);ss(this,"intentionalClose",!1);ss(this,"_connected",!1);this.opts=t}get connected(){return this._connected}connect(){this.intentionalClose=!1;const r=`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/api/ws/${this.opts.userId}/${this.opts.sessionId}`;ce.info("WS",`Connecting to ${r}`),this.ws=new WebSocket(r),this.ws.onopen=()=>{ce.info("WS","Socket opened, sending auth"),this.ws.send(JSON.stringify({type:"auth",token:this.opts.token}))},this.ws.onmessage=async a=>{try{const l=JSON.parse(a.data);if(l.encrypted&&Gt.hasKey())try{if(l.type==="agent.text"||l.type==="agent.media"){const c=l.text,u=l.caption,d=l.messageId;c&&d&&(l.text=await Gt.decrypt(c,d),l.encrypted=!1),u&&d&&(l.caption=await Gt.decrypt(u,d),l.encrypted=!1)}else if(l.type==="job.update"){const c=l.summary,u=l.jobId;c&&u&&(l.summary=await Gt.decrypt(c,u),l.encrypted=!1)}}catch(c){ce.warn("E2E","Decryption failed",c),l.decryptionError=!0}if(l.type==="task.scan.result"&&Array.isArray(l.tasks)&&Gt.hasKey()){for(const c of l.tasks)if(c.encrypted&&c.iv)try{c.schedule&&(c.schedule=await Gt.decrypt(c.schedule,c.iv)),c.instructions&&(c.instructions=await Gt.decrypt(c.instructions,c.iv)),c.encrypted=!1}catch(u){ce.warn("E2E",`Task decryption failed for ${c.cronJobId}`,u),c.decryptionError=!0}}if(l.type==="auth.ok"){ce.info("WS","Auth OK — connected");const c=l.userId;c&&await Gt.loadSavedPassword(c),this.backoffMs=1e3,this._connected=!0,this.opts.onStatusChange(!0)}else this.opts.onMessage(l)}catch(l){ce.warn("WS","Failed to process incoming message",l)}},this.ws.onclose=a=>{this._connected=!1,this.opts.onStatusChange(!1),this.intentionalClose?ce.info("WS","Connection closed (intentional)"):(ce.warn("WS",`Connection closed (code=${a.code}), reconnecting in ${this.backoffMs}ms`),this.reconnectTimer=setTimeout(()=>{this.backoffMs=Math.min(this.backoffMs*2,3e4),this.connect()},this.backoffMs))},this.ws.onerror=()=>{ce.error("WS","WebSocket error (close event will follow)")}}async send(t){var r,a;if(((r=this.ws)==null?void 0:r.readyState)===WebSocket.OPEN){if(t.type==="user.message"&&Gt.hasKey()&&typeof t.text=="string")try{const{ciphertext:l,messageId:c}=await Gt.encrypt(t.text);t.text=l,t.messageId=c,t.encrypted=!0}catch(l){ce.error("E2E","Encryption failed",l);return}this.ws.send(JSON.stringify(t))}else ce.warn("WS",`Cannot send — socket not open (readyState=${(a=this.ws)==null?void 0:a.readyState})`,t)}disconnect(){var t;this.intentionalClose=!0,this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null),(t=this.ws)==null||t.close(),this.ws=null,this._connected=!1,this.opts.onStatusChange(!1)}}function Jw({onToggleTheme:e,onOpenSettings:t,theme:r}){var b,y,v,x,S,k,N,_,I,M;const a=sr(),l=ei(),[c,u]=qr.useState(!1),d=()=>{var A;ce.info("Auth",`Logout — user ${(A=a.user)==null?void 0:A.email}`),so(null),xu(null),l({type:"LOGOUT"})},h=A=>{ce.info("Nav",`Switch view → ${A}`),l({type:"SET_ACTIVE_VIEW",view:A})},p=((v=(y=(b=a.user)==null?void 0:b.displayName)==null?void 0:y[0])==null?void 0:v.toUpperCase())??((k=(S=(x=a.user)==null?void 0:x.email)==null?void 0:S[0])==null?void 0:k.toUpperCase())??"?";return m.jsxs("div",{className:"flex flex-col items-center py-3 gap-2 h-full",style:{width:48,background:"var(--bg-primary)",borderRight:"1px solid var(--border)"},children:[m.jsx("button",{className:"w-8 h-8 rounded-lg flex items-center justify-center overflow-hidden hover:rounded-xl transition-all",title:"BotsChat",children:m.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:`w-8 h-8 ${r==="dark"?"invert":""}`})}),m.jsx("div",{className:"w-7 border-t my-1",style:{borderColor:"var(--sidebar-divider)"}}),m.jsx(Bc,{label:"Messages",active:a.activeView==="messages",onClick:()=>h("messages"),icon:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})})}),m.jsx(Bc,{label:"Automations",active:a.activeView==="automations",onClick:()=>h("automations"),icon:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})}),m.jsx("div",{className:"flex-1"}),m.jsx(Bc,{label:"Settings",active:!1,onClick:t,icon:m.jsxs("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),m.jsx(Bc,{label:r==="dark"?"Light mode":"Dark mode",active:!1,onClick:e,icon:r==="dark"?m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"})}):m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"})})}),m.jsxs("div",{className:"relative",children:[m.jsx("button",{onClick:()=>u(!c),className:"w-6 h-6 rounded flex items-center justify-center text-[10px] font-bold text-white mt-1 cursor-pointer",style:{background:"#9B59B6"},title:((N=a.user)==null?void 0:N.displayName)??((_=a.user)==null?void 0:_.email)??"User",children:p}),c&&m.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>u(!1),children:m.jsxs("div",{className:"absolute rounded-lg py-1 min-w-[200px]",style:{bottom:12,left:56,background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},onClick:A=>A.stopPropagation(),children:[m.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((I=a.user)==null?void 0:I.displayName)??"User"}),m.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(M=a.user)==null?void 0:M.email})]}),m.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--accent-red)"},onClick:()=>{d(),u(!1)},onMouseEnter:A=>{A.currentTarget.style.background="var(--sidebar-hover)"},onMouseLeave:A=>{A.currentTarget.style.background=""},children:[m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"})}),"Logout"]})]})})]})]})}function Bc({label:e,active:t,icon:r,onClick:a}){return m.jsxs("div",{className:"relative flex items-center justify-center",children:[t&&m.jsx("div",{className:"absolute left-0 w-[3px] h-5 rounded-r-sm",style:{left:-4,background:"var(--text-sidebar-active)"}}),m.jsx("button",{onClick:a,className:`w-8 h-8 rounded-lg flex items-center justify-center transition-colors ${t?"text-[--text-sidebar-active]":"text-[--text-sidebar] hover:text-[--text-sidebar-active]"}`,style:t?{background:"var(--sidebar-hover)"}:void 0,onMouseEnter:l=>{t||(l.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:l=>{t||(l.currentTarget.style.background="")},title:e,"aria-label":e,children:r})]})}function n0(){const e=sr(),t=ei(),[r,a]=z.useState(!1),[l,c]=z.useState(""),[u,d]=z.useState(""),[h,p]=z.useState(!0),b=async()=>{if(l.trim()){ce.info("Channel",`Creating channel: "${l}"${u?` (${u})`:""}`);try{await Er.create({name:l,description:u});const{agents:_}=await xs.list(),{channels:I}=await Er.list();t({type:"SET_AGENTS",agents:_}),t({type:"SET_CHANNELS",channels:I});const M=_.find(A=>A.name===l.trim());if(M){ce.info("Channel",`Channel created → agent ${M.id}, auto-selected`),t({type:"SELECT_AGENT",agentId:M.id,sessionKey:M.sessionKey});try{localStorage.setItem("botschat_last_agent",M.id)}catch{}}a(!1),c(""),d("")}catch(_){ce.error("Channel",`Failed to create channel: ${_}`)}}},[y,v]=z.useState(null),x=(_,I)=>{if(e.selectedAgentId===_)return;const M=e.agents.find(A=>A.id===_);ce.info("Channel",`Selected channel: ${(M==null?void 0:M.name)??_} (session=${I})`),t({type:"SELECT_AGENT",agentId:_,sessionKey:I});try{localStorage.setItem("botschat_last_agent",_)}catch{}},S=async _=>{const I=e.channels.find(M=>M.id===_);ce.info("Channel",`Deleting channel: ${(I==null?void 0:I.name)??_}`);try{await Er.delete(_),ce.info("Channel",`Channel deleted: ${(I==null?void 0:I.name)??_}`);const M=e.agents.find(D=>D.channelId===_);M&&e.selectedAgentId===M.id&&t({type:"SELECT_AGENT",agentId:null,sessionKey:null});const{agents:A}=await xs.list(),{channels:H}=await Er.list();t({type:"SET_AGENTS",agents:A}),t({type:"SET_CHANNELS",channels:H})}catch(M){ce.error("Channel",`Failed to delete channel: ${M}`)}finally{v(null)}},k=e.agents.filter(_=>_.isDefault),N=e.agents.filter(_=>!_.isDefault&&_.name!=="Default");return m.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-secondary)"},children:[m.jsxs("div",{className:"px-4 py-3 flex items-center gap-2",children:[m.jsx("span",{className:"text-[--text-sidebar-active] font-bold text-h2 truncate flex-1",children:"BotsChat"}),m.jsx("svg",{className:"w-3 h-3 text-[--text-sidebar]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),m.jsx("div",{className:"px-4 pb-2",children:m.jsxs("div",{className:"flex items-center gap-1.5",children:[m.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),m.jsx("span",{className:"text-tiny text-[--text-muted]",children:e.openclawConnected?"OpenClaw connected":"OpenClaw offline"})]})}),m.jsxs("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:[m.jsx(ek,{label:"Channels",expanded:h,onToggle:()=>p(!h)}),h&&m.jsxs("div",{children:[k.map(_=>m.jsx(Fy,{label:`# ${_.name}`,active:e.selectedAgentId===_.id,onClick:()=>x(_.id,_.sessionKey)},_.id)),N.map(_=>m.jsx(Fy,{label:`# ${_.name}`,active:e.selectedAgentId===_.id,onClick:()=>x(_.id,_.sessionKey),showDelete:!0,confirmDelete:y===_.channelId,onDeleteClick:I=>{I.stopPropagation(),v(_.channelId)},onDeleteConfirm:I=>{I.stopPropagation(),_.channelId&&S(_.channelId)},onDeleteCancel:I=>{I.stopPropagation(),v(null)}},_.id)),N.length===0&&k.length===0&&m.jsx("div",{className:"px-8 py-2 text-tiny text-[--text-muted]",children:"Loading channels…"})]})]}),r?m.jsxs("div",{className:"p-3 space-y-2",style:{borderTop:"1px solid var(--sidebar-border)"},children:[m.jsx("input",{type:"text",placeholder:"Channel name",value:l,onChange:_=>c(_.target.value),onKeyDown:_=>_.key==="Enter"&&!_.nativeEvent.isComposing&&b(),className:"w-full px-2 py-1.5 text-caption text-[--text-sidebar] rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--sidebar-hover)",border:"1px solid var(--sidebar-border)"},autoFocus:!0}),m.jsx("input",{type:"text",placeholder:"Description (optional)",value:u,onChange:_=>d(_.target.value),className:"w-full px-2 py-1.5 text-caption text-[--text-sidebar] rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--sidebar-hover)",border:"1px solid var(--sidebar-border)"}}),m.jsxs("div",{className:"flex gap-2",children:[m.jsx("button",{onClick:b,className:"flex-1 px-3 py-1.5 text-caption bg-[--bg-active] text-white rounded-sm font-bold hover:brightness-110",children:"Create"}),m.jsx("button",{onClick:()=>a(!1),className:"px-3 py-1.5 text-caption text-[--text-muted] hover:text-[--text-sidebar]",children:"Cancel"})]})]}):m.jsx("div",{className:"p-3",style:{borderTop:"1px solid var(--sidebar-border)"},children:m.jsx("button",{onClick:()=>a(!0),className:"w-full px-3 py-1.5 text-caption text-[--text-sidebar] hover:text-[--text-sidebar-active] rounded-sm border border-dashed transition-colors",style:{borderColor:"var(--sidebar-divider)"},children:"+ New channel"})})]})}function ek({label:e,expanded:t,onToggle:r}){return m.jsxs("button",{onClick:r,className:"w-full flex items-center gap-1 px-4 py-1.5 text-tiny uppercase tracking-wider text-[--text-sidebar] hover:text-[--text-sidebar-active] transition-colors",children:[m.jsx("svg",{className:`w-3 h-3 transition-transform ${t?"rotate-0":"-rotate-90"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),e]})}function Fy({label:e,active:t,onClick:r,showDelete:a,confirmDelete:l,onDeleteClick:c,onDeleteConfirm:u,onDeleteCancel:d}){const[h,p]=z.useState(!1),b=z.useRef(null);return z.useEffect(()=>{if(!l)return;const y=v=>{b.current&&!b.current.contains(v.target)&&(d==null||d(v))};return document.addEventListener("mousedown",y),()=>document.removeEventListener("mousedown",y)},[l,d]),l?m.jsxs("div",{ref:b,className:"px-4 py-1.5 flex items-center gap-1.5",style:{paddingLeft:32,background:"var(--sidebar-hover)"},children:[m.jsx("span",{className:"text-caption text-[--text-sidebar] truncate flex-1",children:"Delete?"}),m.jsx("button",{onClick:u,className:"px-1.5 py-0.5 text-tiny rounded-sm font-bold text-white",style:{background:"var(--accent-red, #e53935)"},children:"Yes"}),m.jsx("button",{onClick:d,className:"px-1.5 py-0.5 text-tiny rounded-sm text-[--text-muted] hover:text-[--text-sidebar]",children:"No"})]}):m.jsxs("div",{className:"relative group",onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1),children:[m.jsx("button",{onClick:r,className:"w-full text-left py-[5px] text-body truncate transition-colors",onMouseEnter:y=>{t||(y.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:y=>{t||(y.currentTarget.style.background=t?"var(--bg-hover)":"")},style:{paddingLeft:t?29:32,paddingRight:a?28:void 0,background:t?"var(--bg-hover)":void 0,borderLeft:t?"3px solid var(--bg-active)":"3px solid transparent",color:t?"var(--text-sidebar-active)":"var(--text-sidebar)",fontWeight:t?700:void 0},children:e}),a&&h&&m.jsx("button",{onClick:c,className:"absolute right-2 top-1/2 -translate-y-1/2 w-5 h-5 flex items-center justify-center rounded-sm text-[--text-muted] hover:text-[--accent-red] hover:bg-[--sidebar-hover] transition-colors",title:"Delete channel",children:m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})})]})}function tk(e,t){const r={};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const nk=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,rk=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,ik={};function $y(e,t){return(ik.jsx?rk:nk).test(e)}const ak=/[ \t\n\f\r]/g;function sk(e){return typeof e=="object"?e.type==="text"?Gy(e.value):!1:Gy(e)}function Gy(e){return e.replace(ak,"")===""}class lo{constructor(t,r,a){this.normal=r,this.property=t,a&&(this.space=a)}}lo.prototype.normal={};lo.prototype.property={};lo.prototype.space=void 0;function r0(e,t){const r={},a={};for(const l of e)Object.assign(r,l.property),Object.assign(a,l.normal);return new lo(r,a,t)}function wh(e){return e.toLowerCase()}class kn{constructor(t,r){this.attribute=r,this.property=t}}kn.prototype.attribute="";kn.prototype.booleanish=!1;kn.prototype.boolean=!1;kn.prototype.commaOrSpaceSeparated=!1;kn.prototype.commaSeparated=!1;kn.prototype.defined=!1;kn.prototype.mustUseProperty=!1;kn.prototype.number=!1;kn.prototype.overloadedBoolean=!1;kn.prototype.property="";kn.prototype.spaceSeparated=!1;kn.prototype.space=void 0;let lk=0;const Pe=va(),Ft=va(),kh=va(),he=va(),yt=va(),Es=va(),zn=va();function va(){return 2**++lk}const Th=Object.freeze(Object.defineProperty({__proto__:null,boolean:Pe,booleanish:Ft,commaOrSpaceSeparated:zn,commaSeparated:Es,number:he,overloadedBoolean:kh,spaceSeparated:yt},Symbol.toStringTag,{value:"Module"})),Ff=Object.keys(Th);class tp extends kn{constructor(t,r,a,l){let c=-1;if(super(t,r),Ky(this,"space",l),typeof a=="number")for(;++c<Ff.length;){const u=Ff[c];Ky(this,Ff[c],(a&Th[u])===Th[u])}}}tp.prototype.defined=!0;function Ky(e,t,r){r&&(e[t]=r)}function Rs(e){const t={},r={};for(const[a,l]of Object.entries(e.properties)){const c=new tp(a,e.transform(e.attributes||{},a),l,e.space);e.mustUseProperty&&e.mustUseProperty.includes(a)&&(c.mustUseProperty=!0),t[a]=c,r[wh(a)]=a,r[wh(c.attribute)]=a}return new lo(t,r,e.space)}const i0=Rs({properties:{ariaActiveDescendant:null,ariaAtomic:Ft,ariaAutoComplete:null,ariaBusy:Ft,ariaChecked:Ft,ariaColCount:he,ariaColIndex:he,ariaColSpan:he,ariaControls:yt,ariaCurrent:null,ariaDescribedBy:yt,ariaDetails:null,ariaDisabled:Ft,ariaDropEffect:yt,ariaErrorMessage:null,ariaExpanded:Ft,ariaFlowTo:yt,ariaGrabbed:Ft,ariaHasPopup:null,ariaHidden:Ft,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:yt,ariaLevel:he,ariaLive:null,ariaModal:Ft,ariaMultiLine:Ft,ariaMultiSelectable:Ft,ariaOrientation:null,ariaOwns:yt,ariaPlaceholder:null,ariaPosInSet:he,ariaPressed:Ft,ariaReadOnly:Ft,ariaRelevant:null,ariaRequired:Ft,ariaRoleDescription:yt,ariaRowCount:he,ariaRowIndex:he,ariaRowSpan:he,ariaSelected:Ft,ariaSetSize:he,ariaSort:null,ariaValueMax:he,ariaValueMin:he,ariaValueNow:he,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function a0(e,t){return t in e?e[t]:t}function s0(e,t){return a0(e,t.toLowerCase())}const ok=Rs({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Es,acceptCharset:yt,accessKey:yt,action:null,allow:null,allowFullScreen:Pe,allowPaymentRequest:Pe,allowUserMedia:Pe,alt:null,as:null,async:Pe,autoCapitalize:null,autoComplete:yt,autoFocus:Pe,autoPlay:Pe,blocking:yt,capture:null,charSet:null,checked:Pe,cite:null,className:yt,cols:he,colSpan:null,content:null,contentEditable:Ft,controls:Pe,controlsList:yt,coords:he|Es,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Pe,defer:Pe,dir:null,dirName:null,disabled:Pe,download:kh,draggable:Ft,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Pe,formTarget:null,headers:yt,height:he,hidden:kh,high:he,href:null,hrefLang:null,htmlFor:yt,httpEquiv:yt,id:null,imageSizes:null,imageSrcSet:null,inert:Pe,inputMode:null,integrity:null,is:null,isMap:Pe,itemId:null,itemProp:yt,itemRef:yt,itemScope:Pe,itemType:yt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Pe,low:he,manifest:null,max:null,maxLength:he,media:null,method:null,min:null,minLength:he,multiple:Pe,muted:Pe,name:null,nonce:null,noModule:Pe,noValidate:Pe,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:Pe,optimum:he,pattern:null,ping:yt,placeholder:null,playsInline:Pe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Pe,referrerPolicy:null,rel:yt,required:Pe,reversed:Pe,rows:he,rowSpan:he,sandbox:yt,scope:null,scoped:Pe,seamless:Pe,selected:Pe,shadowRootClonable:Pe,shadowRootDelegatesFocus:Pe,shadowRootMode:null,shape:null,size:he,sizes:null,slot:null,span:he,spellCheck:Ft,src:null,srcDoc:null,srcLang:null,srcSet:null,start:he,step:null,style:null,tabIndex:he,target:null,title:null,translate:null,type:null,typeMustMatch:Pe,useMap:null,value:Ft,width:he,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:yt,axis:null,background:null,bgColor:null,border:he,borderColor:null,bottomMargin:he,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Pe,declare:Pe,event:null,face:null,frame:null,frameBorder:null,hSpace:he,leftMargin:he,link:null,longDesc:null,lowSrc:null,marginHeight:he,marginWidth:he,noResize:Pe,noHref:Pe,noShade:Pe,noWrap:Pe,object:null,profile:null,prompt:null,rev:null,rightMargin:he,rules:null,scheme:null,scrolling:Ft,standby:null,summary:null,text:null,topMargin:he,valueType:null,version:null,vAlign:null,vLink:null,vSpace:he,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Pe,disableRemotePlayback:Pe,prefix:null,property:null,results:he,security:null,unselectable:null},space:"html",transform:s0}),ck=Rs({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:zn,accentHeight:he,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:he,amplitude:he,arabicForm:null,ascent:he,attributeName:null,attributeType:null,azimuth:he,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:he,by:null,calcMode:null,capHeight:he,className:yt,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:he,diffuseConstant:he,direction:null,display:null,dur:null,divisor:he,dominantBaseline:null,download:Pe,dx:null,dy:null,edgeMode:null,editable:null,elevation:he,enableBackground:null,end:null,event:null,exponent:he,externalResourcesRequired:null,fill:null,fillOpacity:he,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:Es,g2:Es,glyphName:Es,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:he,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:he,horizOriginX:he,horizOriginY:he,id:null,ideographic:he,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:he,k:he,k1:he,k2:he,k3:he,k4:he,kernelMatrix:zn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:he,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:he,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:he,overlineThickness:he,paintOrder:null,panose1:null,path:null,pathLength:he,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:yt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:he,pointsAtY:he,pointsAtZ:he,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:zn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:zn,rev:zn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:zn,requiredFeatures:zn,requiredFonts:zn,requiredFormats:zn,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:he,specularExponent:he,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:he,strikethroughThickness:he,string:null,stroke:null,strokeDashArray:zn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:he,strokeOpacity:he,strokeWidth:null,style:null,surfaceScale:he,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:zn,tabIndex:he,tableValues:null,target:null,targetX:he,targetY:he,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:zn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:he,underlineThickness:he,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:he,values:null,vAlphabetic:he,vMathematical:he,vectorEffect:null,vHanging:he,vIdeographic:he,version:null,vertAdvY:he,vertOriginX:he,vertOriginY:he,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:he,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:a0}),l0=Rs({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()}}),o0=Rs({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:s0}),c0=Rs({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),uk={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"},dk=/[A-Z]/g,qy=/-[a-z]/g,fk=/^data[-\w.:]+$/i;function hk(e,t){const r=wh(t);let a=t,l=kn;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&fk.test(t)){if(t.charAt(4)==="-"){const c=t.slice(5).replace(qy,mk);a="data"+c.charAt(0).toUpperCase()+c.slice(1)}else{const c=t.slice(4);if(!qy.test(c)){let u=c.replace(dk,pk);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}l=tp}return new l(a,t)}function pk(e){return"-"+e.toLowerCase()}function mk(e){return e.charAt(1).toUpperCase()}const gk=r0([i0,ok,l0,o0,c0],"html"),np=r0([i0,ck,l0,o0,c0],"svg");function bk(e){return e.join(" ").trim()}var us={},$f,Vy;function yk(){if(Vy)return $f;Vy=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,l=/^:\s*/,c=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,d=/^\s+|\s+$/g,h=`
50
+ `,p="/",b="*",y="",v="comment",x="declaration";function S(N,_){if(typeof N!="string")throw new TypeError("First argument must be a string");if(!N)return[];_=_||{};var I=1,M=1;function A(ne){var G=ne.match(t);G&&(I+=G.length);var U=ne.lastIndexOf(h);M=~U?ne.length-U:M+ne.length}function H(){var ne={line:I,column:M};return function(G){return G.position=new D(ne),te(),G}}function D(ne){this.start=ne,this.end={line:I,column:M},this.source=_.source}D.prototype.content=N;function Z(ne){var G=new Error(_.source+":"+I+":"+M+": "+ne);if(G.reason=ne,G.filename=_.source,G.line=I,G.column=M,G.source=N,!_.silent)throw G}function ie(ne){var G=ne.exec(N);if(G){var U=G[0];return A(U),N=N.slice(U.length),G}}function te(){ie(r)}function B(ne){var G;for(ne=ne||[];G=K();)G!==!1&&ne.push(G);return ne}function K(){var ne=H();if(!(p!=N.charAt(0)||b!=N.charAt(1))){for(var G=2;y!=N.charAt(G)&&(b!=N.charAt(G)||p!=N.charAt(G+1));)++G;if(G+=2,y===N.charAt(G-1))return Z("End of comment missing");var U=N.slice(2,G-2);return M+=2,A(U),N=N.slice(G),M+=2,ne({type:v,comment:U})}}function Q(){var ne=H(),G=ie(a);if(G){if(K(),!ie(l))return Z("property missing ':'");var U=ie(c),O=ne({type:x,property:k(G[0].replace(e,y)),value:U?k(U[0].replace(e,y)):y});return ie(u),O}}function pe(){var ne=[];B(ne);for(var G;G=Q();)G!==!1&&(ne.push(G),B(ne));return ne}return te(),pe()}function k(N){return N?N.replace(d,y):y}return $f=S,$f}var Yy;function vk(){if(Yy)return us;Yy=1;var e=us&&us.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(us,"__esModule",{value:!0}),us.default=r;const t=e(yk());function r(a,l){let c=null;if(!a||typeof a!="string")return c;const u=(0,t.default)(a),d=typeof l=="function";return u.forEach(h=>{if(h.type!=="declaration")return;const{property:p,value:b}=h;d?l(p,b,h):b&&(c=c||{},c[p]=b)}),c}return us}var Ml={},Wy;function xk(){if(Wy)return Ml;Wy=1,Object.defineProperty(Ml,"__esModule",{value:!0}),Ml.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,r=/^[^-]+$/,a=/^-(webkit|moz|ms|o|khtml)-/,l=/^-(ms)-/,c=function(p){return!p||r.test(p)||e.test(p)},u=function(p,b){return b.toUpperCase()},d=function(p,b){return"".concat(b,"-")},h=function(p,b){return b===void 0&&(b={}),c(p)?p:(p=p.toLowerCase(),b.reactCompat?p=p.replace(l,d):p=p.replace(a,d),p.replace(t,u))};return Ml.camelCase=h,Ml}var Il,Xy;function Ek(){if(Xy)return Il;Xy=1;var e=Il&&Il.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},t=e(vk()),r=xk();function a(l,c){var u={};return!l||typeof l!="string"||(0,t.default)(l,function(d,h){d&&h&&(u[(0,r.camelCase)(d,c)]=h)}),u}return a.default=a,Il=a,Il}var _k=Ek();const Sk=ao(_k),u0=d0("end"),rp=d0("start");function d0(e){return t;function t(r){const a=r&&r.position&&r.position[e]||{};if(typeof a.line=="number"&&a.line>0&&typeof a.column=="number"&&a.column>0)return{line:a.line,column:a.column,offset:typeof a.offset=="number"&&a.offset>-1?a.offset:void 0}}}function wk(e){const t=rp(e),r=u0(e);if(t&&r)return{start:t,end:r}}function $l(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Zy(e.position):"start"in e||"end"in e?Zy(e):"line"in e||"column"in e?Nh(e):""}function Nh(e){return Qy(e&&e.line)+":"+Qy(e&&e.column)}function Zy(e){return Nh(e&&e.start)+"-"+Nh(e&&e.end)}function Qy(e){return e&&typeof e=="number"?e:1}class rn extends Error{constructor(t,r,a){super(),typeof r=="string"&&(a=r,r=void 0);let l="",c={},u=!1;if(r&&("line"in r&&"column"in r?c={place:r}:"start"in r&&"end"in r?c={place:r}:"type"in r?c={ancestors:[r],place:r.position}:c={...r}),typeof t=="string"?l=t:!c.cause&&t&&(u=!0,l=t.message,c.cause=t),!c.ruleId&&!c.source&&typeof a=="string"){const h=a.indexOf(":");h===-1?c.ruleId=a:(c.source=a.slice(0,h),c.ruleId=a.slice(h+1))}if(!c.place&&c.ancestors&&c.ancestors){const h=c.ancestors[c.ancestors.length-1];h&&(c.place=h.position)}const d=c.place&&"start"in c.place?c.place.start:c.place;this.ancestors=c.ancestors||void 0,this.cause=c.cause||void 0,this.column=d?d.column:void 0,this.fatal=void 0,this.file="",this.message=l,this.line=d?d.line:void 0,this.name=$l(c.place)||"1:1",this.place=c.place||void 0,this.reason=this.message,this.ruleId=c.ruleId||void 0,this.source=c.source||void 0,this.stack=u&&c.cause&&typeof c.cause.stack=="string"?c.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}rn.prototype.file="";rn.prototype.name="";rn.prototype.reason="";rn.prototype.message="";rn.prototype.stack="";rn.prototype.column=void 0;rn.prototype.line=void 0;rn.prototype.ancestors=void 0;rn.prototype.cause=void 0;rn.prototype.fatal=void 0;rn.prototype.place=void 0;rn.prototype.ruleId=void 0;rn.prototype.source=void 0;const ip={}.hasOwnProperty,kk=new Map,Tk=/[A-Z]/g,Nk=new Set(["table","tbody","thead","tfoot","tr"]),Ck=new Set(["td","th"]),f0="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Ak(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const r=t.filePath||void 0;let a;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");a=jk(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");a=zk(r,t.jsx,t.jsxs)}const l={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:a,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"?np:gk,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},c=h0(l,e,void 0);return c&&typeof c!="string"?c:l.create(e,l.Fragment,{children:c||void 0},void 0)}function h0(e,t,r){if(t.type==="element")return Ok(e,t,r);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Rk(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Ik(e,t,r);if(t.type==="mdxjsEsm")return Mk(e,t);if(t.type==="root")return Dk(e,t,r);if(t.type==="text")return Lk(e,t)}function Ok(e,t,r){const a=e.schema;let l=a;t.tagName.toLowerCase()==="svg"&&a.space==="html"&&(l=np,e.schema=l),e.ancestors.push(t);const c=m0(e,t.tagName,!1),u=Bk(e,t);let d=sp(e,t);return Nk.has(t.tagName)&&(d=d.filter(function(h){return typeof h=="string"?!sk(h):!0})),p0(e,u,c,t),ap(u,d),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function Rk(e,t){if(t.data&&t.data.estree&&e.evaluater){const a=t.data.estree.body[0];return a.type,e.evaluater.evaluateExpression(a.expression)}Jl(e,t.position)}function Mk(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Jl(e,t.position)}function Ik(e,t,r){const a=e.schema;let l=a;t.name==="svg"&&a.space==="html"&&(l=np,e.schema=l),e.ancestors.push(t);const c=t.name===null?e.Fragment:m0(e,t.name,!0),u=Uk(e,t),d=sp(e,t);return p0(e,u,c,t),ap(u,d),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function Dk(e,t,r){const a={};return ap(a,sp(e,t)),e.create(t,e.Fragment,a,r)}function Lk(e,t){return t.value}function p0(e,t,r,a){typeof r!="string"&&r!==e.Fragment&&e.passNode&&(t.node=a)}function ap(e,t){if(t.length>0){const r=t.length>1?t:t[0];r&&(e.children=r)}}function zk(e,t,r){return a;function a(l,c,u,d){const p=Array.isArray(u.children)?r:t;return d?p(c,u,d):p(c,u)}}function jk(e,t){return r;function r(a,l,c,u){const d=Array.isArray(c.children),h=rp(a);return t(l,c,u,d,{columnNumber:h?h.column-1:void 0,fileName:e,lineNumber:h?h.line:void 0},void 0)}}function Bk(e,t){const r={};let a,l;for(l in t.properties)if(l!=="children"&&ip.call(t.properties,l)){const c=Pk(e,l,t.properties[l]);if(c){const[u,d]=c;e.tableCellAlignToStyle&&u==="align"&&typeof d=="string"&&Ck.has(t.tagName)?a=d:r[u]=d}}if(a){const c=r.style||(r.style={});c[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=a}return r}function Uk(e,t){const r={};for(const a of t.attributes)if(a.type==="mdxJsxExpressionAttribute")if(a.data&&a.data.estree&&e.evaluater){const c=a.data.estree.body[0];c.type;const u=c.expression;u.type;const d=u.properties[0];d.type,Object.assign(r,e.evaluater.evaluateExpression(d.argument))}else Jl(e,t.position);else{const l=a.name;let c;if(a.value&&typeof a.value=="object")if(a.value.data&&a.value.data.estree&&e.evaluater){const d=a.value.data.estree.body[0];d.type,c=e.evaluater.evaluateExpression(d.expression)}else Jl(e,t.position);else c=a.value===null?!0:a.value;r[l]=c}return r}function sp(e,t){const r=[];let a=-1;const l=e.passKeys?new Map:kk;for(;++a<t.children.length;){const c=t.children[a];let u;if(e.passKeys){const h=c.type==="element"?c.tagName:c.type==="mdxJsxFlowElement"||c.type==="mdxJsxTextElement"?c.name:void 0;if(h){const p=l.get(h)||0;u=h+"-"+p,l.set(h,p+1)}}const d=h0(e,c,u);d!==void 0&&r.push(d)}return r}function Pk(e,t,r){const a=hk(e.schema,t);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=a.commaSeparated?tk(r):bk(r)),a.property==="style"){let l=typeof r=="object"?r:Hk(e,String(r));return e.stylePropertyNameCase==="css"&&(l=Fk(l)),["style",l]}return[e.elementAttributeNameCase==="react"&&a.space?uk[a.property]||a.property:a.attribute,r]}}function Hk(e,t){try{return Sk(t,{reactCompat:!0})}catch(r){if(e.ignoreInvalidStyle)return{};const a=r,l=new rn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw l.file=e.filePath||void 0,l.url=f0+"#cannot-parse-style-attribute",l}}function m0(e,t,r){let a;if(!r)a={type:"Literal",value:t};else if(t.includes(".")){const l=t.split(".");let c=-1,u;for(;++c<l.length;){const d=$y(l[c])?{type:"Identifier",name:l[c]}:{type:"Literal",value:l[c]};u=u?{type:"MemberExpression",object:u,property:d,computed:!!(c&&d.type==="Literal"),optional:!1}:d}a=u}else a=$y(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(a.type==="Literal"){const l=a.value;return ip.call(e.components,l)?e.components[l]:l}if(e.evaluater)return e.evaluater.evaluateExpression(a);Jl(e)}function Jl(e,t){const r=new rn("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=f0+"#cannot-handle-mdx-estrees-without-createevaluater",r}function Fk(e){const t={};let r;for(r in e)ip.call(e,r)&&(t[$k(r)]=e[r]);return t}function $k(e){let t=e.replace(Tk,Gk);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function Gk(e){return"-"+e.toLowerCase()}const Gf={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"]},Kk={};function lp(e,t){const r=Kk,a=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,l=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return g0(e,a,l)}function g0(e,t,r){if(qk(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 Jy(e.children,t,r)}return Array.isArray(e)?Jy(e,t,r):""}function Jy(e,t,r){const a=[];let l=-1;for(;++l<e.length;)a[l]=g0(e[l],t,r);return a.join("")}function qk(e){return!!(e&&typeof e=="object")}const ev=document.createElement("i");function op(e){const t="&"+e+";";ev.innerHTML=t;const r=ev.textContent;return r.charCodeAt(r.length-1)===59&&e!=="semi"||r===t?!1:r}function jn(e,t,r,a){const l=e.length;let c=0,u;if(t<0?t=-t>l?0:l+t:t=t>l?l:t,r=r>0?r:0,a.length<1e4)u=Array.from(a),u.unshift(t,r),e.splice(...u);else for(r&&e.splice(t,r);c<a.length;)u=a.slice(c,c+1e4),u.unshift(t,0),e.splice(...u),c+=1e4,t+=1e4}function Xn(e,t){return e.length>0?(jn(e,e.length,0,t),e):t}const tv={}.hasOwnProperty;function b0(e){const t={};let r=-1;for(;++r<e.length;)Vk(t,e[r]);return t}function Vk(e,t){let r;for(r in t){const l=(tv.call(e,r)?e[r]:void 0)||(e[r]={}),c=t[r];let u;if(c)for(u in c){tv.call(l,u)||(l[u]=[]);const d=c[u];Yk(l[u],Array.isArray(d)?d:d?[d]:[])}}}function Yk(e,t){let r=-1;const a=[];for(;++r<t.length;)(t[r].add==="after"?e:a).push(t[r]);jn(e,0,0,a)}function y0(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 ir(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const dn=Ui(/[A-Za-z]/),nn=Ui(/[\dA-Za-z]/),Wk=Ui(/[#-'*+\--9=?A-Z^-~]/);function lu(e){return e!==null&&(e<32||e===127)}const Ch=Ui(/\d/),Xk=Ui(/[\dA-Fa-f]/),Zk=Ui(/[!-/:-@[-`{-~]/);function Ce(e){return e!==null&&e<-2}function gt(e){return e!==null&&(e<0||e===32)}function Ke(e){return e===-2||e===-1||e===32}const _u=Ui(new RegExp("\\p{P}|\\p{S}","u")),ga=Ui(/\s/);function Ui(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function Ms(e){const t=[];let r=-1,a=0,l=0;for(;++r<e.length;){const c=e.charCodeAt(r);let u="";if(c===37&&nn(e.charCodeAt(r+1))&&nn(e.charCodeAt(r+2)))l=2;else if(c<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(c))||(u=String.fromCharCode(c));else if(c>55295&&c<57344){const d=e.charCodeAt(r+1);c<56320&&d>56319&&d<57344?(u=String.fromCharCode(c,d),l=1):u="�"}else u=String.fromCharCode(c);u&&(t.push(e.slice(a,r),encodeURIComponent(u)),a=r+l+1,u=""),l&&(r+=l,l=0)}return t.join("")+e.slice(a)}function Ze(e,t,r,a){const l=a?a-1:Number.POSITIVE_INFINITY;let c=0;return u;function u(h){return Ke(h)?(e.enter(r),d(h)):t(h)}function d(h){return Ke(h)&&c++<l?(e.consume(h),d):(e.exit(r),t(h))}}const Qk={tokenize:Jk};function Jk(e){const t=e.attempt(this.parser.constructs.contentInitial,a,l);let r;return t;function a(d){if(d===null){e.consume(d);return}return e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),Ze(e,t,"linePrefix")}function l(d){return e.enter("paragraph"),c(d)}function c(d){const h=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=h),r=h,u(d)}function u(d){if(d===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(d);return}return Ce(d)?(e.consume(d),e.exit("chunkText"),c):(e.consume(d),u)}}const eT={tokenize:tT},nv={tokenize:nT};function tT(e){const t=this,r=[];let a=0,l,c,u;return d;function d(M){if(a<r.length){const A=r[a];return t.containerState=A[1],e.attempt(A[0].continuation,h,p)(M)}return p(M)}function h(M){if(a++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,l&&I();const A=t.events.length;let H=A,D;for(;H--;)if(t.events[H][0]==="exit"&&t.events[H][1].type==="chunkFlow"){D=t.events[H][1].end;break}_(a);let Z=A;for(;Z<t.events.length;)t.events[Z][1].end={...D},Z++;return jn(t.events,H+1,0,t.events.slice(A)),t.events.length=Z,p(M)}return d(M)}function p(M){if(a===r.length){if(!l)return v(M);if(l.currentConstruct&&l.currentConstruct.concrete)return S(M);t.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(nv,b,y)(M)}function b(M){return l&&I(),_(a),v(M)}function y(M){return t.parser.lazy[t.now().line]=a!==r.length,u=t.now().offset,S(M)}function v(M){return t.containerState={},e.attempt(nv,x,S)(M)}function x(M){return a++,r.push([t.currentConstruct,t.containerState]),v(M)}function S(M){if(M===null){l&&I(),_(0),e.consume(M);return}return l=l||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:c}),k(M)}function k(M){if(M===null){N(e.exit("chunkFlow"),!0),_(0),e.consume(M);return}return Ce(M)?(e.consume(M),N(e.exit("chunkFlow")),a=0,t.interrupt=void 0,d):(e.consume(M),k)}function N(M,A){const H=t.sliceStream(M);if(A&&H.push(null),M.previous=c,c&&(c.next=M),c=M,l.defineSkip(M.start),l.write(H),t.parser.lazy[M.start.line]){let D=l.events.length;for(;D--;)if(l.events[D][1].start.offset<u&&(!l.events[D][1].end||l.events[D][1].end.offset>u))return;const Z=t.events.length;let ie=Z,te,B;for(;ie--;)if(t.events[ie][0]==="exit"&&t.events[ie][1].type==="chunkFlow"){if(te){B=t.events[ie][1].end;break}te=!0}for(_(a),D=Z;D<t.events.length;)t.events[D][1].end={...B},D++;jn(t.events,ie+1,0,t.events.slice(Z)),t.events.length=D}}function _(M){let A=r.length;for(;A-- >M;){const H=r[A];t.containerState=H[1],H[0].exit.call(t,e)}r.length=M}function I(){l.write([null]),c=void 0,l=void 0,t.containerState._closeFlow=void 0}}function nT(e,t,r){return Ze(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Ns(e){if(e===null||gt(e)||ga(e))return 1;if(_u(e))return 2}function Su(e,t,r){const a=[];let l=-1;for(;++l<e.length;){const c=e[l].resolveAll;c&&!a.includes(c)&&(t=c(t,r),a.push(c))}return t}const Ah={name:"attention",resolveAll:rT,tokenize:iT};function rT(e,t){let r=-1,a,l,c,u,d,h,p,b;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(a=r;a--;)if(e[a][0]==="exit"&&e[a][1].type==="attentionSequence"&&e[a][1]._open&&t.sliceSerialize(e[a][1]).charCodeAt(0)===t.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[a][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[a][1].end.offset-e[a][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;h=e[a][1].end.offset-e[a][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;const y={...e[a][1].end},v={...e[r][1].start};rv(y,-h),rv(v,h),u={type:h>1?"strongSequence":"emphasisSequence",start:y,end:{...e[a][1].end}},d={type:h>1?"strongSequence":"emphasisSequence",start:{...e[r][1].start},end:v},c={type:h>1?"strongText":"emphasisText",start:{...e[a][1].end},end:{...e[r][1].start}},l={type:h>1?"strong":"emphasis",start:{...u.start},end:{...d.end}},e[a][1].end={...u.start},e[r][1].start={...d.end},p=[],e[a][1].end.offset-e[a][1].start.offset&&(p=Xn(p,[["enter",e[a][1],t],["exit",e[a][1],t]])),p=Xn(p,[["enter",l,t],["enter",u,t],["exit",u,t],["enter",c,t]]),p=Xn(p,Su(t.parser.constructs.insideSpan.null,e.slice(a+1,r),t)),p=Xn(p,[["exit",c,t],["enter",d,t],["exit",d,t],["exit",l,t]]),e[r][1].end.offset-e[r][1].start.offset?(b=2,p=Xn(p,[["enter",e[r][1],t],["exit",e[r][1],t]])):b=0,jn(e,a-1,r-a+3,p),r=a+p.length-b-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function iT(e,t){const r=this.parser.constructs.attentionMarkers.null,a=this.previous,l=Ns(a);let c;return u;function u(h){return c=h,e.enter("attentionSequence"),d(h)}function d(h){if(h===c)return e.consume(h),d;const p=e.exit("attentionSequence"),b=Ns(h),y=!b||b===2&&l||r.includes(h),v=!l||l===2&&b||r.includes(a);return p._open=!!(c===42?y:y&&(l||!v)),p._close=!!(c===42?v:v&&(b||!y)),t(h)}}function rv(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const aT={name:"autolink",tokenize:sT};function sT(e,t,r){let a=0;return l;function l(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),c}function c(x){return dn(x)?(e.consume(x),u):x===64?r(x):p(x)}function u(x){return x===43||x===45||x===46||nn(x)?(a=1,d(x)):p(x)}function d(x){return x===58?(e.consume(x),a=0,h):(x===43||x===45||x===46||nn(x))&&a++<32?(e.consume(x),d):(a=0,p(x))}function h(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):x===null||x===32||x===60||lu(x)?r(x):(e.consume(x),h)}function p(x){return x===64?(e.consume(x),b):Wk(x)?(e.consume(x),p):r(x)}function b(x){return nn(x)?y(x):r(x)}function y(x){return x===46?(e.consume(x),a=0,b):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):v(x)}function v(x){if((x===45||nn(x))&&a++<63){const S=x===45?v:y;return e.consume(x),S}return r(x)}}const oo={partial:!0,tokenize:lT};function lT(e,t,r){return a;function a(c){return Ke(c)?Ze(e,l,"linePrefix")(c):l(c)}function l(c){return c===null||Ce(c)?t(c):r(c)}}const v0={continuation:{tokenize:cT},exit:uT,name:"blockQuote",tokenize:oT};function oT(e,t,r){const a=this;return l;function l(u){if(u===62){const d=a.containerState;return d.open||(e.enter("blockQuote",{_container:!0}),d.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),c}return r(u)}function c(u){return Ke(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function cT(e,t,r){const a=this;return l;function l(u){return Ke(u)?Ze(e,c,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):c(u)}function c(u){return e.attempt(v0,t,r)(u)}}function uT(e){e.exit("blockQuote")}const x0={name:"characterEscape",tokenize:dT};function dT(e,t,r){return a;function a(c){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(c),e.exit("escapeMarker"),l}function l(c){return Zk(c)?(e.enter("characterEscapeValue"),e.consume(c),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(c)}}const E0={name:"characterReference",tokenize:fT};function fT(e,t,r){const a=this;let l=0,c,u;return d;function d(y){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(y),e.exit("characterReferenceMarker"),h}function h(y){return y===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(y),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),c=31,u=nn,b(y))}function p(y){return y===88||y===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(y),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),c=6,u=Xk,b):(e.enter("characterReferenceValue"),c=7,u=Ch,b(y))}function b(y){if(y===59&&l){const v=e.exit("characterReferenceValue");return u===nn&&!op(a.sliceSerialize(v))?r(y):(e.enter("characterReferenceMarker"),e.consume(y),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(y)&&l++<c?(e.consume(y),b):r(y)}}const iv={partial:!0,tokenize:pT},av={concrete:!0,name:"codeFenced",tokenize:hT};function hT(e,t,r){const a=this,l={partial:!0,tokenize:H};let c=0,u=0,d;return h;function h(D){return p(D)}function p(D){const Z=a.events[a.events.length-1];return c=Z&&Z[1].type==="linePrefix"?Z[2].sliceSerialize(Z[1],!0).length:0,d=D,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),b(D)}function b(D){return D===d?(u++,e.consume(D),b):u<3?r(D):(e.exit("codeFencedFenceSequence"),Ke(D)?Ze(e,y,"whitespace")(D):y(D))}function y(D){return D===null||Ce(D)?(e.exit("codeFencedFence"),a.interrupt?t(D):e.check(iv,k,A)(D)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),v(D))}function v(D){return D===null||Ce(D)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),y(D)):Ke(D)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Ze(e,x,"whitespace")(D)):D===96&&D===d?r(D):(e.consume(D),v)}function x(D){return D===null||Ce(D)?y(D):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),S(D))}function S(D){return D===null||Ce(D)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),y(D)):D===96&&D===d?r(D):(e.consume(D),S)}function k(D){return e.attempt(l,A,N)(D)}function N(D){return e.enter("lineEnding"),e.consume(D),e.exit("lineEnding"),_}function _(D){return c>0&&Ke(D)?Ze(e,I,"linePrefix",c+1)(D):I(D)}function I(D){return D===null||Ce(D)?e.check(iv,k,A)(D):(e.enter("codeFlowValue"),M(D))}function M(D){return D===null||Ce(D)?(e.exit("codeFlowValue"),I(D)):(e.consume(D),M)}function A(D){return e.exit("codeFenced"),t(D)}function H(D,Z,ie){let te=0;return B;function B(G){return D.enter("lineEnding"),D.consume(G),D.exit("lineEnding"),K}function K(G){return D.enter("codeFencedFence"),Ke(G)?Ze(D,Q,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(G):Q(G)}function Q(G){return G===d?(D.enter("codeFencedFenceSequence"),pe(G)):ie(G)}function pe(G){return G===d?(te++,D.consume(G),pe):te>=u?(D.exit("codeFencedFenceSequence"),Ke(G)?Ze(D,ne,"whitespace")(G):ne(G)):ie(G)}function ne(G){return G===null||Ce(G)?(D.exit("codeFencedFence"),Z(G)):ie(G)}}}function pT(e,t,r){const a=this;return l;function l(u){return u===null?r(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),c)}function c(u){return a.parser.lazy[a.now().line]?r(u):t(u)}}const Kf={name:"codeIndented",tokenize:gT},mT={partial:!0,tokenize:bT};function gT(e,t,r){const a=this;return l;function l(p){return e.enter("codeIndented"),Ze(e,c,"linePrefix",5)(p)}function c(p){const b=a.events[a.events.length-1];return b&&b[1].type==="linePrefix"&&b[2].sliceSerialize(b[1],!0).length>=4?u(p):r(p)}function u(p){return p===null?h(p):Ce(p)?e.attempt(mT,u,h)(p):(e.enter("codeFlowValue"),d(p))}function d(p){return p===null||Ce(p)?(e.exit("codeFlowValue"),u(p)):(e.consume(p),d)}function h(p){return e.exit("codeIndented"),t(p)}}function bT(e,t,r){const a=this;return l;function l(u){return a.parser.lazy[a.now().line]?r(u):Ce(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),l):Ze(e,c,"linePrefix",5)(u)}function c(u){const d=a.events[a.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?t(u):Ce(u)?l(u):r(u)}}const yT={name:"codeText",previous:xT,resolve:vT,tokenize:ET};function vT(e){let t=e.length-4,r=3,a,l;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(a=r;++a<t;)if(e[a][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[t][1].type="codeTextPadding",r+=2,t-=2;break}}for(a=r-1,t++;++a<=t;)l===void 0?a!==t&&e[a][1].type!=="lineEnding"&&(l=a):(a===t||e[a][1].type==="lineEnding")&&(e[l][1].type="codeTextData",a!==l+2&&(e[l][1].end=e[a-1][1].end,e.splice(l+2,a-l-2),t-=a-l-2,a=l+2),l=void 0);return e}function xT(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function ET(e,t,r){let a=0,l,c;return u;function u(y){return e.enter("codeText"),e.enter("codeTextSequence"),d(y)}function d(y){return y===96?(e.consume(y),a++,d):(e.exit("codeTextSequence"),h(y))}function h(y){return y===null?r(y):y===32?(e.enter("space"),e.consume(y),e.exit("space"),h):y===96?(c=e.enter("codeTextSequence"),l=0,b(y)):Ce(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),h):(e.enter("codeTextData"),p(y))}function p(y){return y===null||y===32||y===96||Ce(y)?(e.exit("codeTextData"),h(y)):(e.consume(y),p)}function b(y){return y===96?(e.consume(y),l++,b):l===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(y)):(c.type="codeTextData",p(y))}}class _T{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 a=r??Number.POSITIVE_INFINITY;return a<this.left.length?this.left.slice(t,a):t>this.left.length?this.right.slice(this.right.length-a+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-a+this.left.length).reverse())}splice(t,r,a){const l=r||0;this.setCursor(Math.trunc(t));const c=this.right.splice(this.right.length-l,Number.POSITIVE_INFINITY);return a&&Dl(this.left,a),c.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),Dl(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Dl(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);Dl(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Dl(this.left,r.reverse())}}}function Dl(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 _0(e){const t={};let r=-1,a,l,c,u,d,h,p;const b=new _T(e);for(;++r<b.length;){for(;r in t;)r=t[r];if(a=b.get(r),r&&a[1].type==="chunkFlow"&&b.get(r-1)[1].type==="listItemPrefix"&&(h=a[1]._tokenizer.events,c=0,c<h.length&&h[c][1].type==="lineEndingBlank"&&(c+=2),c<h.length&&h[c][1].type==="content"))for(;++c<h.length&&h[c][1].type!=="content";)h[c][1].type==="chunkText"&&(h[c][1]._isInFirstContentOfListItem=!0,c++);if(a[0]==="enter")a[1].contentType&&(Object.assign(t,ST(b,r)),r=t[r],p=!0);else if(a[1]._container){for(c=r,l=void 0;c--;)if(u=b.get(c),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(l&&(b.get(l)[1].type="lineEndingBlank"),u[1].type="lineEnding",l=c);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;l&&(a[1].end={...b.get(l)[1].start},d=b.slice(l,r),d.unshift(a),b.splice(l,r-l+1,d))}}return jn(e,0,Number.POSITIVE_INFINITY,b.slice(0)),!p}function ST(e,t){const r=e.get(t)[1],a=e.get(t)[2];let l=t-1;const c=[];let u=r._tokenizer;u||(u=a.parser[r.contentType](r.start),r._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));const d=u.events,h=[],p={};let b,y,v=-1,x=r,S=0,k=0;const N=[k];for(;x;){for(;e.get(++l)[1]!==x;);c.push(l),x._tokenizer||(b=a.sliceStream(x),x.next||b.push(null),y&&u.defineSkip(x.start),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(b),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),y=x,x=x.next}for(x=r;++v<d.length;)d[v][0]==="exit"&&d[v-1][0]==="enter"&&d[v][1].type===d[v-1][1].type&&d[v][1].start.line!==d[v][1].end.line&&(k=v+1,N.push(k),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(u.events=[],x?(x._tokenizer=void 0,x.previous=void 0):N.pop(),v=N.length;v--;){const _=d.slice(N[v],N[v+1]),I=c.pop();h.push([I,I+_.length-1]),e.splice(I,2,_)}for(h.reverse(),v=-1;++v<h.length;)p[S+h[v][0]]=S+h[v][1],S+=h[v][1]-h[v][0]-1;return p}const wT={resolve:TT,tokenize:NT},kT={partial:!0,tokenize:CT};function TT(e){return _0(e),e}function NT(e,t){let r;return a;function a(d){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),l(d)}function l(d){return d===null?c(d):Ce(d)?e.check(kT,u,c)(d):(e.consume(d),l)}function c(d){return e.exit("chunkContent"),e.exit("content"),t(d)}function u(d){return e.consume(d),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,l}}function CT(e,t,r){const a=this;return l;function l(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),Ze(e,c,"linePrefix")}function c(u){if(u===null||Ce(u))return r(u);const d=a.events[a.events.length-1];return!a.parser.constructs.disable.null.includes("codeIndented")&&d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?t(u):e.interrupt(a.parser.constructs.flow,r,t)(u)}}function S0(e,t,r,a,l,c,u,d,h){const p=h||Number.POSITIVE_INFINITY;let b=0;return y;function y(_){return _===60?(e.enter(a),e.enter(l),e.enter(c),e.consume(_),e.exit(c),v):_===null||_===32||_===41||lu(_)?r(_):(e.enter(a),e.enter(u),e.enter(d),e.enter("chunkString",{contentType:"string"}),k(_))}function v(_){return _===62?(e.enter(c),e.consume(_),e.exit(c),e.exit(l),e.exit(a),t):(e.enter(d),e.enter("chunkString",{contentType:"string"}),x(_))}function x(_){return _===62?(e.exit("chunkString"),e.exit(d),v(_)):_===null||_===60||Ce(_)?r(_):(e.consume(_),_===92?S:x)}function S(_){return _===60||_===62||_===92?(e.consume(_),x):x(_)}function k(_){return!b&&(_===null||_===41||gt(_))?(e.exit("chunkString"),e.exit(d),e.exit(u),e.exit(a),t(_)):b<p&&_===40?(e.consume(_),b++,k):_===41?(e.consume(_),b--,k):_===null||_===32||_===40||lu(_)?r(_):(e.consume(_),_===92?N:k)}function N(_){return _===40||_===41||_===92?(e.consume(_),k):k(_)}}function w0(e,t,r,a,l,c){const u=this;let d=0,h;return p;function p(x){return e.enter(a),e.enter(l),e.consume(x),e.exit(l),e.enter(c),b}function b(x){return d>999||x===null||x===91||x===93&&!h||x===94&&!d&&"_hiddenFootnoteSupport"in u.parser.constructs?r(x):x===93?(e.exit(c),e.enter(l),e.consume(x),e.exit(l),e.exit(a),t):Ce(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),b):(e.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===null||x===91||x===93||Ce(x)||d++>999?(e.exit("chunkString"),b(x)):(e.consume(x),h||(h=!Ke(x)),x===92?v:y)}function v(x){return x===91||x===92||x===93?(e.consume(x),d++,y):y(x)}}function k0(e,t,r,a,l,c){let u;return d;function d(v){return v===34||v===39||v===40?(e.enter(a),e.enter(l),e.consume(v),e.exit(l),u=v===40?41:v,h):r(v)}function h(v){return v===u?(e.enter(l),e.consume(v),e.exit(l),e.exit(a),t):(e.enter(c),p(v))}function p(v){return v===u?(e.exit(c),h(u)):v===null?r(v):Ce(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),Ze(e,p,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),b(v))}function b(v){return v===u||v===null||Ce(v)?(e.exit("chunkString"),p(v)):(e.consume(v),v===92?y:b)}function y(v){return v===u||v===92?(e.consume(v),b):b(v)}}function Gl(e,t){let r;return a;function a(l){return Ce(l)?(e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),r=!0,a):Ke(l)?Ze(e,a,r?"linePrefix":"lineSuffix")(l):t(l)}}const AT={name:"definition",tokenize:RT},OT={partial:!0,tokenize:MT};function RT(e,t,r){const a=this;let l;return c;function c(x){return e.enter("definition"),u(x)}function u(x){return w0.call(a,e,d,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function d(x){return l=ir(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),h):r(x)}function h(x){return gt(x)?Gl(e,p)(x):p(x)}function p(x){return S0(e,b,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function b(x){return e.attempt(OT,y,y)(x)}function y(x){return Ke(x)?Ze(e,v,"whitespace")(x):v(x)}function v(x){return x===null||Ce(x)?(e.exit("definition"),a.parser.defined.push(l),t(x)):r(x)}}function MT(e,t,r){return a;function a(d){return gt(d)?Gl(e,l)(d):r(d)}function l(d){return k0(e,c,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(d)}function c(d){return Ke(d)?Ze(e,u,"whitespace")(d):u(d)}function u(d){return d===null||Ce(d)?t(d):r(d)}}const IT={name:"hardBreakEscape",tokenize:DT};function DT(e,t,r){return a;function a(c){return e.enter("hardBreakEscape"),e.consume(c),l}function l(c){return Ce(c)?(e.exit("hardBreakEscape"),t(c)):r(c)}}const LT={name:"headingAtx",resolve:zT,tokenize:jT};function zT(e,t){let r=e.length-2,a=3,l,c;return e[a][1].type==="whitespace"&&(a+=2),r-2>a&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(a===r-1||r-4>a&&e[r-2][1].type==="whitespace")&&(r-=a+1===r?2:4),r>a&&(l={type:"atxHeadingText",start:e[a][1].start,end:e[r][1].end},c={type:"chunkText",start:e[a][1].start,end:e[r][1].end,contentType:"text"},jn(e,a,r-a+1,[["enter",l,t],["enter",c,t],["exit",c,t],["exit",l,t]])),e}function jT(e,t,r){let a=0;return l;function l(b){return e.enter("atxHeading"),c(b)}function c(b){return e.enter("atxHeadingSequence"),u(b)}function u(b){return b===35&&a++<6?(e.consume(b),u):b===null||gt(b)?(e.exit("atxHeadingSequence"),d(b)):r(b)}function d(b){return b===35?(e.enter("atxHeadingSequence"),h(b)):b===null||Ce(b)?(e.exit("atxHeading"),t(b)):Ke(b)?Ze(e,d,"whitespace")(b):(e.enter("atxHeadingText"),p(b))}function h(b){return b===35?(e.consume(b),h):(e.exit("atxHeadingSequence"),d(b))}function p(b){return b===null||b===35||gt(b)?(e.exit("atxHeadingText"),d(b)):(e.consume(b),p)}}const BT=["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"],sv=["pre","script","style","textarea"],UT={concrete:!0,name:"htmlFlow",resolveTo:FT,tokenize:$T},PT={partial:!0,tokenize:KT},HT={partial:!0,tokenize:GT};function FT(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 $T(e,t,r){const a=this;let l,c,u,d,h;return p;function p(T){return b(T)}function b(T){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(T),y}function y(T){return T===33?(e.consume(T),v):T===47?(e.consume(T),c=!0,k):T===63?(e.consume(T),l=3,a.interrupt?t:C):dn(T)?(e.consume(T),u=String.fromCharCode(T),N):r(T)}function v(T){return T===45?(e.consume(T),l=2,x):T===91?(e.consume(T),l=5,d=0,S):dn(T)?(e.consume(T),l=4,a.interrupt?t:C):r(T)}function x(T){return T===45?(e.consume(T),a.interrupt?t:C):r(T)}function S(T){const ue="CDATA[";return T===ue.charCodeAt(d++)?(e.consume(T),d===ue.length?a.interrupt?t:Q:S):r(T)}function k(T){return dn(T)?(e.consume(T),u=String.fromCharCode(T),N):r(T)}function N(T){if(T===null||T===47||T===62||gt(T)){const ue=T===47,ye=u.toLowerCase();return!ue&&!c&&sv.includes(ye)?(l=1,a.interrupt?t(T):Q(T)):BT.includes(u.toLowerCase())?(l=6,ue?(e.consume(T),_):a.interrupt?t(T):Q(T)):(l=7,a.interrupt&&!a.parser.lazy[a.now().line]?r(T):c?I(T):M(T))}return T===45||nn(T)?(e.consume(T),u+=String.fromCharCode(T),N):r(T)}function _(T){return T===62?(e.consume(T),a.interrupt?t:Q):r(T)}function I(T){return Ke(T)?(e.consume(T),I):B(T)}function M(T){return T===47?(e.consume(T),B):T===58||T===95||dn(T)?(e.consume(T),A):Ke(T)?(e.consume(T),M):B(T)}function A(T){return T===45||T===46||T===58||T===95||nn(T)?(e.consume(T),A):H(T)}function H(T){return T===61?(e.consume(T),D):Ke(T)?(e.consume(T),H):M(T)}function D(T){return T===null||T===60||T===61||T===62||T===96?r(T):T===34||T===39?(e.consume(T),h=T,Z):Ke(T)?(e.consume(T),D):ie(T)}function Z(T){return T===h?(e.consume(T),h=null,te):T===null||Ce(T)?r(T):(e.consume(T),Z)}function ie(T){return T===null||T===34||T===39||T===47||T===60||T===61||T===62||T===96||gt(T)?H(T):(e.consume(T),ie)}function te(T){return T===47||T===62||Ke(T)?M(T):r(T)}function B(T){return T===62?(e.consume(T),K):r(T)}function K(T){return T===null||Ce(T)?Q(T):Ke(T)?(e.consume(T),K):r(T)}function Q(T){return T===45&&l===2?(e.consume(T),U):T===60&&l===1?(e.consume(T),O):T===62&&l===4?(e.consume(T),R):T===63&&l===3?(e.consume(T),C):T===93&&l===5?(e.consume(T),ee):Ce(T)&&(l===6||l===7)?(e.exit("htmlFlowData"),e.check(PT,V,pe)(T)):T===null||Ce(T)?(e.exit("htmlFlowData"),pe(T)):(e.consume(T),Q)}function pe(T){return e.check(HT,ne,V)(T)}function ne(T){return e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),G}function G(T){return T===null||Ce(T)?pe(T):(e.enter("htmlFlowData"),Q(T))}function U(T){return T===45?(e.consume(T),C):Q(T)}function O(T){return T===47?(e.consume(T),u="",F):Q(T)}function F(T){if(T===62){const ue=u.toLowerCase();return sv.includes(ue)?(e.consume(T),R):Q(T)}return dn(T)&&u.length<8?(e.consume(T),u+=String.fromCharCode(T),F):Q(T)}function ee(T){return T===93?(e.consume(T),C):Q(T)}function C(T){return T===62?(e.consume(T),R):T===45&&l===2?(e.consume(T),C):Q(T)}function R(T){return T===null||Ce(T)?(e.exit("htmlFlowData"),V(T)):(e.consume(T),R)}function V(T){return e.exit("htmlFlow"),t(T)}}function GT(e,t,r){const a=this;return l;function l(u){return Ce(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),c):r(u)}function c(u){return a.parser.lazy[a.now().line]?r(u):t(u)}}function KT(e,t,r){return a;function a(l){return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),e.attempt(oo,t,r)}}const qT={name:"htmlText",tokenize:VT};function VT(e,t,r){const a=this;let l,c,u;return d;function d(C){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(C),h}function h(C){return C===33?(e.consume(C),p):C===47?(e.consume(C),H):C===63?(e.consume(C),M):dn(C)?(e.consume(C),ie):r(C)}function p(C){return C===45?(e.consume(C),b):C===91?(e.consume(C),c=0,S):dn(C)?(e.consume(C),I):r(C)}function b(C){return C===45?(e.consume(C),x):r(C)}function y(C){return C===null?r(C):C===45?(e.consume(C),v):Ce(C)?(u=y,O(C)):(e.consume(C),y)}function v(C){return C===45?(e.consume(C),x):y(C)}function x(C){return C===62?U(C):C===45?v(C):y(C)}function S(C){const R="CDATA[";return C===R.charCodeAt(c++)?(e.consume(C),c===R.length?k:S):r(C)}function k(C){return C===null?r(C):C===93?(e.consume(C),N):Ce(C)?(u=k,O(C)):(e.consume(C),k)}function N(C){return C===93?(e.consume(C),_):k(C)}function _(C){return C===62?U(C):C===93?(e.consume(C),_):k(C)}function I(C){return C===null||C===62?U(C):Ce(C)?(u=I,O(C)):(e.consume(C),I)}function M(C){return C===null?r(C):C===63?(e.consume(C),A):Ce(C)?(u=M,O(C)):(e.consume(C),M)}function A(C){return C===62?U(C):M(C)}function H(C){return dn(C)?(e.consume(C),D):r(C)}function D(C){return C===45||nn(C)?(e.consume(C),D):Z(C)}function Z(C){return Ce(C)?(u=Z,O(C)):Ke(C)?(e.consume(C),Z):U(C)}function ie(C){return C===45||nn(C)?(e.consume(C),ie):C===47||C===62||gt(C)?te(C):r(C)}function te(C){return C===47?(e.consume(C),U):C===58||C===95||dn(C)?(e.consume(C),B):Ce(C)?(u=te,O(C)):Ke(C)?(e.consume(C),te):U(C)}function B(C){return C===45||C===46||C===58||C===95||nn(C)?(e.consume(C),B):K(C)}function K(C){return C===61?(e.consume(C),Q):Ce(C)?(u=K,O(C)):Ke(C)?(e.consume(C),K):te(C)}function Q(C){return C===null||C===60||C===61||C===62||C===96?r(C):C===34||C===39?(e.consume(C),l=C,pe):Ce(C)?(u=Q,O(C)):Ke(C)?(e.consume(C),Q):(e.consume(C),ne)}function pe(C){return C===l?(e.consume(C),l=void 0,G):C===null?r(C):Ce(C)?(u=pe,O(C)):(e.consume(C),pe)}function ne(C){return C===null||C===34||C===39||C===60||C===61||C===96?r(C):C===47||C===62||gt(C)?te(C):(e.consume(C),ne)}function G(C){return C===47||C===62||gt(C)?te(C):r(C)}function U(C){return C===62?(e.consume(C),e.exit("htmlTextData"),e.exit("htmlText"),t):r(C)}function O(C){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(C),e.exit("lineEnding"),F}function F(C){return Ke(C)?Ze(e,ee,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(C):ee(C)}function ee(C){return e.enter("htmlTextData"),u(C)}}const cp={name:"labelEnd",resolveAll:ZT,resolveTo:QT,tokenize:JT},YT={tokenize:eN},WT={tokenize:tN},XT={tokenize:nN};function ZT(e){let t=-1;const r=[];for(;++t<e.length;){const a=e[t][1];if(r.push(e[t]),a.type==="labelImage"||a.type==="labelLink"||a.type==="labelEnd"){const l=a.type==="labelImage"?4:2;a.type="data",t+=l}}return e.length!==r.length&&jn(e,0,e.length,r),e}function QT(e,t){let r=e.length,a=0,l,c,u,d;for(;r--;)if(l=e[r][1],c){if(l.type==="link"||l.type==="labelLink"&&l._inactive)break;e[r][0]==="enter"&&l.type==="labelLink"&&(l._inactive=!0)}else if(u){if(e[r][0]==="enter"&&(l.type==="labelImage"||l.type==="labelLink")&&!l._balanced&&(c=r,l.type!=="labelLink")){a=2;break}}else l.type==="labelEnd"&&(u=r);const h={type:e[c][1].type==="labelLink"?"link":"image",start:{...e[c][1].start},end:{...e[e.length-1][1].end}},p={type:"label",start:{...e[c][1].start},end:{...e[u][1].end}},b={type:"labelText",start:{...e[c+a+2][1].end},end:{...e[u-2][1].start}};return d=[["enter",h,t],["enter",p,t]],d=Xn(d,e.slice(c+1,c+a+3)),d=Xn(d,[["enter",b,t]]),d=Xn(d,Su(t.parser.constructs.insideSpan.null,e.slice(c+a+4,u-3),t)),d=Xn(d,[["exit",b,t],e[u-2],e[u-1],["exit",p,t]]),d=Xn(d,e.slice(u+1)),d=Xn(d,[["exit",h,t]]),jn(e,c,e.length,d),e}function JT(e,t,r){const a=this;let l=a.events.length,c,u;for(;l--;)if((a.events[l][1].type==="labelImage"||a.events[l][1].type==="labelLink")&&!a.events[l][1]._balanced){c=a.events[l][1];break}return d;function d(v){return c?c._inactive?y(v):(u=a.parser.defined.includes(ir(a.sliceSerialize({start:c.end,end:a.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(v),e.exit("labelMarker"),e.exit("labelEnd"),h):r(v)}function h(v){return v===40?e.attempt(YT,b,u?b:y)(v):v===91?e.attempt(WT,b,u?p:y)(v):u?b(v):y(v)}function p(v){return e.attempt(XT,b,y)(v)}function b(v){return t(v)}function y(v){return c._balanced=!0,r(v)}}function eN(e,t,r){return a;function a(y){return e.enter("resource"),e.enter("resourceMarker"),e.consume(y),e.exit("resourceMarker"),l}function l(y){return gt(y)?Gl(e,c)(y):c(y)}function c(y){return y===41?b(y):S0(e,u,d,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(y)}function u(y){return gt(y)?Gl(e,h)(y):b(y)}function d(y){return r(y)}function h(y){return y===34||y===39||y===40?k0(e,p,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(y):b(y)}function p(y){return gt(y)?Gl(e,b)(y):b(y)}function b(y){return y===41?(e.enter("resourceMarker"),e.consume(y),e.exit("resourceMarker"),e.exit("resource"),t):r(y)}}function tN(e,t,r){const a=this;return l;function l(d){return w0.call(a,e,c,u,"reference","referenceMarker","referenceString")(d)}function c(d){return a.parser.defined.includes(ir(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)))?t(d):r(d)}function u(d){return r(d)}}function nN(e,t,r){return a;function a(c){return e.enter("reference"),e.enter("referenceMarker"),e.consume(c),e.exit("referenceMarker"),l}function l(c){return c===93?(e.enter("referenceMarker"),e.consume(c),e.exit("referenceMarker"),e.exit("reference"),t):r(c)}}const rN={name:"labelStartImage",resolveAll:cp.resolveAll,tokenize:iN};function iN(e,t,r){const a=this;return l;function l(d){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(d),e.exit("labelImageMarker"),c}function c(d){return d===91?(e.enter("labelMarker"),e.consume(d),e.exit("labelMarker"),e.exit("labelImage"),u):r(d)}function u(d){return d===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(d):t(d)}}const aN={name:"labelStartLink",resolveAll:cp.resolveAll,tokenize:sN};function sN(e,t,r){const a=this;return l;function l(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),c}function c(u){return u===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(u):t(u)}}const qf={name:"lineEnding",tokenize:lN};function lN(e,t){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),Ze(e,t,"linePrefix")}}const Qc={name:"thematicBreak",tokenize:oN};function oN(e,t,r){let a=0,l;return c;function c(p){return e.enter("thematicBreak"),u(p)}function u(p){return l=p,d(p)}function d(p){return p===l?(e.enter("thematicBreakSequence"),h(p)):a>=3&&(p===null||Ce(p))?(e.exit("thematicBreak"),t(p)):r(p)}function h(p){return p===l?(e.consume(p),a++,h):(e.exit("thematicBreakSequence"),Ke(p)?Ze(e,d,"whitespace")(p):d(p))}}const wn={continuation:{tokenize:fN},exit:pN,name:"list",tokenize:dN},cN={partial:!0,tokenize:mN},uN={partial:!0,tokenize:hN};function dN(e,t,r){const a=this,l=a.events[a.events.length-1];let c=l&&l[1].type==="linePrefix"?l[2].sliceSerialize(l[1],!0).length:0,u=0;return d;function d(x){const S=a.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(S==="listUnordered"?!a.containerState.marker||x===a.containerState.marker:Ch(x)){if(a.containerState.type||(a.containerState.type=S,e.enter(S,{_container:!0})),S==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(Qc,r,p)(x):p(x);if(!a.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),h(x)}return r(x)}function h(x){return Ch(x)&&++u<10?(e.consume(x),h):(!a.interrupt||u<2)&&(a.containerState.marker?x===a.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),p(x)):r(x)}function p(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),a.containerState.marker=a.containerState.marker||x,e.check(oo,a.interrupt?r:b,e.attempt(cN,v,y))}function b(x){return a.containerState.initialBlankLine=!0,c++,v(x)}function y(x){return Ke(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),v):r(x)}function v(x){return a.containerState.size=c+a.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(x)}}function fN(e,t,r){const a=this;return a.containerState._closeFlow=void 0,e.check(oo,l,c);function l(d){return a.containerState.furtherBlankLines=a.containerState.furtherBlankLines||a.containerState.initialBlankLine,Ze(e,t,"listItemIndent",a.containerState.size+1)(d)}function c(d){return a.containerState.furtherBlankLines||!Ke(d)?(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,u(d)):(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,e.attempt(uN,t,u)(d))}function u(d){return a.containerState._closeFlow=!0,a.interrupt=void 0,Ze(e,e.attempt(wn,t,r),"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(d)}}function hN(e,t,r){const a=this;return Ze(e,l,"listItemIndent",a.containerState.size+1);function l(c){const u=a.events[a.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===a.containerState.size?t(c):r(c)}}function pN(e){e.exit(this.containerState.type)}function mN(e,t,r){const a=this;return Ze(e,l,"listItemPrefixWhitespace",a.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function l(c){const u=a.events[a.events.length-1];return!Ke(c)&&u&&u[1].type==="listItemPrefixWhitespace"?t(c):r(c)}}const lv={name:"setextUnderline",resolveTo:gN,tokenize:bN};function gN(e,t){let r=e.length,a,l,c;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){a=r;break}e[r][1].type==="paragraph"&&(l=r)}else e[r][1].type==="content"&&e.splice(r,1),!c&&e[r][1].type==="definition"&&(c=r);const u={type:"setextHeading",start:{...e[a][1].start},end:{...e[e.length-1][1].end}};return e[l][1].type="setextHeadingText",c?(e.splice(l,0,["enter",u,t]),e.splice(c+1,0,["exit",e[a][1],t]),e[a][1].end={...e[c][1].end}):e[a][1]=u,e.push(["exit",u,t]),e}function bN(e,t,r){const a=this;let l;return c;function c(p){let b=a.events.length,y;for(;b--;)if(a.events[b][1].type!=="lineEnding"&&a.events[b][1].type!=="linePrefix"&&a.events[b][1].type!=="content"){y=a.events[b][1].type==="paragraph";break}return!a.parser.lazy[a.now().line]&&(a.interrupt||y)?(e.enter("setextHeadingLine"),l=p,u(p)):r(p)}function u(p){return e.enter("setextHeadingLineSequence"),d(p)}function d(p){return p===l?(e.consume(p),d):(e.exit("setextHeadingLineSequence"),Ke(p)?Ze(e,h,"lineSuffix")(p):h(p))}function h(p){return p===null||Ce(p)?(e.exit("setextHeadingLine"),t(p)):r(p)}}const yN={tokenize:vN};function vN(e){const t=this,r=e.attempt(oo,a,e.attempt(this.parser.constructs.flowInitial,l,Ze(e,e.attempt(this.parser.constructs.flow,l,e.attempt(wT,l)),"linePrefix")));return r;function a(c){if(c===null){e.consume(c);return}return e.enter("lineEndingBlank"),e.consume(c),e.exit("lineEndingBlank"),t.currentConstruct=void 0,r}function l(c){if(c===null){e.consume(c);return}return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),t.currentConstruct=void 0,r}}const xN={resolveAll:N0()},EN=T0("string"),_N=T0("text");function T0(e){return{resolveAll:N0(e==="text"?SN:void 0),tokenize:t};function t(r){const a=this,l=this.parser.constructs[e],c=r.attempt(l,u,d);return u;function u(b){return p(b)?c(b):d(b)}function d(b){if(b===null){r.consume(b);return}return r.enter("data"),r.consume(b),h}function h(b){return p(b)?(r.exit("data"),c(b)):(r.consume(b),h)}function p(b){if(b===null)return!0;const y=l[b];let v=-1;if(y)for(;++v<y.length;){const x=y[v];if(!x.previous||x.previous.call(a,a.previous))return!0}return!1}}}function N0(e){return t;function t(r,a){let l=-1,c;for(;++l<=r.length;)c===void 0?r[l]&&r[l][1].type==="data"&&(c=l,l++):(!r[l]||r[l][1].type!=="data")&&(l!==c+2&&(r[c][1].end=r[l-1][1].end,r.splice(c+2,l-c-2),l=c+2),c=void 0);return e?e(r,a):r}}function SN(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 a=e[r-1][1],l=t.sliceStream(a);let c=l.length,u=-1,d=0,h;for(;c--;){const p=l[c];if(typeof p=="string"){for(u=p.length;p.charCodeAt(u-1)===32;)d++,u--;if(u)break;u=-1}else if(p===-2)h=!0,d++;else if(p!==-1){c++;break}}if(t._contentTypeTextTrailing&&r===e.length&&(d=0),d){const p={type:r===e.length||h||d<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:c?u:a.start._bufferIndex+u,_index:a.start._index+c,line:a.end.line,column:a.end.column-d,offset:a.end.offset-d},end:{...a.end}};a.end={...p.start},a.start.offset===a.end.offset?Object.assign(a,p):(e.splice(r,0,["enter",p,t],["exit",p,t]),r+=2)}r++}return e}const wN={42:wn,43:wn,45:wn,48:wn,49:wn,50:wn,51:wn,52:wn,53:wn,54:wn,55:wn,56:wn,57:wn,62:v0},kN={91:AT},TN={[-2]:Kf,[-1]:Kf,32:Kf},NN={35:LT,42:Qc,45:[lv,Qc],60:UT,61:lv,95:Qc,96:av,126:av},CN={38:E0,92:x0},AN={[-5]:qf,[-4]:qf,[-3]:qf,33:rN,38:E0,42:Ah,60:[aT,qT],91:aN,92:[IT,x0],93:cp,95:Ah,96:yT},ON={null:[Ah,xN]},RN={null:[42,95]},MN={null:[]},IN=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:RN,contentInitial:kN,disable:MN,document:wN,flow:NN,flowInitial:TN,insideSpan:ON,string:CN,text:AN},Symbol.toStringTag,{value:"Module"}));function DN(e,t,r){let a={_bufferIndex:-1,_index:0,line:r&&r.line||1,column:r&&r.column||1,offset:r&&r.offset||0};const l={},c=[];let u=[],d=[];const h={attempt:Z(H),check:Z(D),consume:I,enter:M,exit:A,interrupt:Z(D,{interrupt:!0})},p={code:null,containerState:{},defineSkip:k,events:[],now:S,parser:e,previous:null,sliceSerialize:v,sliceStream:x,write:y};let b=t.tokenize.call(p,h);return t.resolveAll&&c.push(t),p;function y(K){return u=Xn(u,K),N(),u[u.length-1]!==null?[]:(ie(t,0),p.events=Su(c,p.events,p),p.events)}function v(K,Q){return zN(x(K),Q)}function x(K){return LN(u,K)}function S(){const{_bufferIndex:K,_index:Q,line:pe,column:ne,offset:G}=a;return{_bufferIndex:K,_index:Q,line:pe,column:ne,offset:G}}function k(K){l[K.line]=K.column,B()}function N(){let K;for(;a._index<u.length;){const Q=u[a._index];if(typeof Q=="string")for(K=a._index,a._bufferIndex<0&&(a._bufferIndex=0);a._index===K&&a._bufferIndex<Q.length;)_(Q.charCodeAt(a._bufferIndex));else _(Q)}}function _(K){b=b(K)}function I(K){Ce(K)?(a.line++,a.column=1,a.offset+=K===-3?2:1,B()):K!==-1&&(a.column++,a.offset++),a._bufferIndex<0?a._index++:(a._bufferIndex++,a._bufferIndex===u[a._index].length&&(a._bufferIndex=-1,a._index++)),p.previous=K}function M(K,Q){const pe=Q||{};return pe.type=K,pe.start=S(),p.events.push(["enter",pe,p]),d.push(pe),pe}function A(K){const Q=d.pop();return Q.end=S(),p.events.push(["exit",Q,p]),Q}function H(K,Q){ie(K,Q.from)}function D(K,Q){Q.restore()}function Z(K,Q){return pe;function pe(ne,G,U){let O,F,ee,C;return Array.isArray(ne)?V(ne):"tokenize"in ne?V([ne]):R(ne);function R(q){return de;function de(xe){const ve=xe!==null&&q[xe],Ie=xe!==null&&q.null,_t=[...Array.isArray(ve)?ve:ve?[ve]:[],...Array.isArray(Ie)?Ie:Ie?[Ie]:[]];return V(_t)(xe)}}function V(q){return O=q,F=0,q.length===0?U:T(q[F])}function T(q){return de;function de(xe){return C=te(),ee=q,q.partial||(p.currentConstruct=q),q.name&&p.parser.constructs.disable.null.includes(q.name)?ye():q.tokenize.call(Q?Object.assign(Object.create(p),Q):p,h,ue,ye)(xe)}}function ue(q){return K(ee,C),G}function ye(q){return C.restore(),++F<O.length?T(O[F]):U}}}function ie(K,Q){K.resolveAll&&!c.includes(K)&&c.push(K),K.resolve&&jn(p.events,Q,p.events.length-Q,K.resolve(p.events.slice(Q),p)),K.resolveTo&&(p.events=K.resolveTo(p.events,p))}function te(){const K=S(),Q=p.previous,pe=p.currentConstruct,ne=p.events.length,G=Array.from(d);return{from:ne,restore:U};function U(){a=K,p.previous=Q,p.currentConstruct=pe,p.events.length=ne,d=G,B()}}function B(){a.line in l&&a.column<2&&(a.column=l[a.line],a.offset+=l[a.line]-1)}}function LN(e,t){const r=t.start._index,a=t.start._bufferIndex,l=t.end._index,c=t.end._bufferIndex;let u;if(r===l)u=[e[r].slice(a,c)];else{if(u=e.slice(r,l),a>-1){const d=u[0];typeof d=="string"?u[0]=d.slice(a):u.shift()}c>0&&u.push(e[l].slice(0,c))}return u}function zN(e,t){let r=-1;const a=[];let l;for(;++r<e.length;){const c=e[r];let u;if(typeof c=="string")u=c;else switch(c){case-5:{u="\r";break}case-4:{u=`
51
+ `;break}case-3:{u=`\r
52
+ `;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&l)continue;u=" ";break}default:u=String.fromCharCode(c)}l=c===-2,a.push(u)}return a.join("")}function jN(e){const a={constructs:b0([IN,...(e||{}).extensions||[]]),content:l(Qk),defined:[],document:l(eT),flow:l(yN),lazy:{},string:l(EN),text:l(_N)};return a;function l(c){return u;function u(d){return DN(a,c,d)}}}function BN(e){for(;!_0(e););return e}const ov=/[\0\t\n\r]/g;function UN(){let e=1,t="",r=!0,a;return l;function l(c,u,d){const h=[];let p,b,y,v,x;for(c=t+(typeof c=="string"?c.toString():new TextDecoder(u||void 0).decode(c)),y=0,t="",r&&(c.charCodeAt(0)===65279&&y++,r=void 0);y<c.length;){if(ov.lastIndex=y,p=ov.exec(c),v=p&&p.index!==void 0?p.index:c.length,x=c.charCodeAt(v),!p){t=c.slice(y);break}if(x===10&&y===v&&a)h.push(-3),a=void 0;else switch(a&&(h.push(-5),a=void 0),y<v&&(h.push(c.slice(y,v)),e+=v-y),x){case 0:{h.push(65533),e++;break}case 9:{for(b=Math.ceil(e/4)*4,h.push(-2);e++<b;)h.push(-1);break}case 10:{h.push(-4),e=1;break}default:a=!0,e=1}y=v+1}return d&&(a&&h.push(-5),t&&h.push(t),h.push(null)),h}}const PN=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function HN(e){return e.replace(PN,FN)}function FN(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){const l=r.charCodeAt(1),c=l===120||l===88;return y0(r.slice(c?2:1),c?16:10)}return op(r)||e}const C0={}.hasOwnProperty;function $N(e,t,r){return typeof t!="string"&&(r=t,t=void 0),GN(r)(BN(jN(r).document().write(UN()(e,t,!0))))}function GN(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:c(or),autolinkProtocol:te,autolinkEmail:te,atxHeading:c(lr),blockQuote:c(Ie),characterEscape:te,characterReference:te,codeFenced:c(_t),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:c(_t,u),codeText:c(Nt,u),codeTextData:te,data:te,codeFlowValue:te,definition:c(ni),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:c(Tn),hardBreakEscape:c(We),hardBreakTrailing:c(We),htmlFlow:c(Zn,u),htmlFlowData:te,htmlText:c(Zn,u),htmlTextData:te,image:c(Bn),label:u,link:c(or),listItem:c(Hi),listItemValue:v,listOrdered:c(kr,y),listUnordered:c(kr),paragraph:c(Ls),reference:T,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:c(lr),strong:c(Ea),thematicBreak:c(_a)},exit:{atxHeading:h(),atxHeadingSequence:H,autolink:h(),autolinkEmail:ve,autolinkProtocol:xe,blockQuote:h(),characterEscapeValue:B,characterReferenceMarkerHexadecimal:ye,characterReferenceMarkerNumeric:ye,characterReferenceValue:q,characterReference:de,codeFenced:h(N),codeFencedFence:k,codeFencedFenceInfo:x,codeFencedFenceMeta:S,codeFlowValue:B,codeIndented:h(_),codeText:h(G),codeTextData:B,data:B,definition:h(),definitionDestinationString:A,definitionLabelString:I,definitionTitleString:M,emphasis:h(),hardBreakEscape:h(Q),hardBreakTrailing:h(Q),htmlFlow:h(pe),htmlFlowData:B,htmlText:h(ne),htmlTextData:B,image:h(O),label:ee,labelText:F,lineEnding:K,link:h(U),listItem:h(),listOrdered:h(),listUnordered:h(),paragraph:h(),referenceString:ue,resourceDestinationString:C,resourceTitleString:R,resource:V,setextHeading:h(ie),setextHeadingLineSequence:Z,setextHeadingText:D,strong:h(),thematicBreak:h()}};A0(t,(e||{}).mdastExtensions||[]);const r={};return a;function a(re){let me={type:"root",children:[]};const Ae={stack:[me],tokenStack:[],config:t,enter:d,exit:p,buffer:u,resume:b,data:r},He=[];let Qe=-1;for(;++Qe<re.length;)if(re[Qe][1].type==="listOrdered"||re[Qe][1].type==="listUnordered")if(re[Qe][0]==="enter")He.push(Qe);else{const an=He.pop();Qe=l(re,an,Qe)}for(Qe=-1;++Qe<re.length;){const an=t[re[Qe][0]];C0.call(an,re[Qe][1].type)&&an[re[Qe][1].type].call(Object.assign({sliceSerialize:re[Qe][2].sliceSerialize},Ae),re[Qe][1])}if(Ae.tokenStack.length>0){const an=Ae.tokenStack[Ae.tokenStack.length-1];(an[1]||cv).call(Ae,void 0,an[0])}for(me.position={start:Ri(re.length>0?re[0][1].start:{line:1,column:1,offset:0}),end:Ri(re.length>0?re[re.length-2][1].end:{line:1,column:1,offset:0})},Qe=-1;++Qe<t.transforms.length;)me=t.transforms[Qe](me)||me;return me}function l(re,me,Ae){let He=me-1,Qe=-1,an=!1,Qn,qt,Ct,Qt;for(;++He<=Ae;){const rt=re[He];switch(rt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{rt[0]==="enter"?Qe++:Qe--,Qt=void 0;break}case"lineEndingBlank":{rt[0]==="enter"&&(Qn&&!Qt&&!Qe&&!Ct&&(Ct=He),Qt=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Qt=void 0}if(!Qe&&rt[0]==="enter"&&rt[1].type==="listItemPrefix"||Qe===-1&&rt[0]==="exit"&&(rt[1].type==="listUnordered"||rt[1].type==="listOrdered")){if(Qn){let cr=He;for(qt=void 0;cr--;){const sn=re[cr];if(sn[1].type==="lineEnding"||sn[1].type==="lineEndingBlank"){if(sn[0]==="exit")continue;qt&&(re[qt][1].type="lineEndingBlank",an=!0),sn[1].type="lineEnding",qt=cr}else if(!(sn[1].type==="linePrefix"||sn[1].type==="blockQuotePrefix"||sn[1].type==="blockQuotePrefixWhitespace"||sn[1].type==="blockQuoteMarker"||sn[1].type==="listItemIndent"))break}Ct&&(!qt||Ct<qt)&&(Qn._spread=!0),Qn.end=Object.assign({},qt?re[qt][1].start:rt[1].end),re.splice(qt||He,0,["exit",Qn,rt[2]]),He++,Ae++}if(rt[1].type==="listItemPrefix"){const cr={type:"listItem",_spread:!1,start:Object.assign({},rt[1].start),end:void 0};Qn=cr,re.splice(He,0,["enter",cr,rt[2]]),He++,Ae++,Ct=void 0,Qt=!0}}}return re[me][1]._spread=an,Ae}function c(re,me){return Ae;function Ae(He){d.call(this,re(He),He),me&&me.call(this,He)}}function u(){this.stack.push({type:"fragment",children:[]})}function d(re,me,Ae){this.stack[this.stack.length-1].children.push(re),this.stack.push(re),this.tokenStack.push([me,Ae||void 0]),re.position={start:Ri(me.start),end:void 0}}function h(re){return me;function me(Ae){re&&re.call(this,Ae),p.call(this,Ae)}}function p(re,me){const Ae=this.stack.pop(),He=this.tokenStack.pop();if(He)He[0].type!==re.type&&(me?me.call(this,re,He[0]):(He[1]||cv).call(this,re,He[0]));else throw new Error("Cannot close `"+re.type+"` ("+$l({start:re.start,end:re.end})+"): it’s not open");Ae.position.end=Ri(re.end)}function b(){return lp(this.stack.pop())}function y(){this.data.expectingFirstListItemValue=!0}function v(re){if(this.data.expectingFirstListItemValue){const me=this.stack[this.stack.length-2];me.start=Number.parseInt(this.sliceSerialize(re),10),this.data.expectingFirstListItemValue=void 0}}function x(){const re=this.resume(),me=this.stack[this.stack.length-1];me.lang=re}function S(){const re=this.resume(),me=this.stack[this.stack.length-1];me.meta=re}function k(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function N(){const re=this.resume(),me=this.stack[this.stack.length-1];me.value=re.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function _(){const re=this.resume(),me=this.stack[this.stack.length-1];me.value=re.replace(/(\r?\n|\r)$/g,"")}function I(re){const me=this.resume(),Ae=this.stack[this.stack.length-1];Ae.label=me,Ae.identifier=ir(this.sliceSerialize(re)).toLowerCase()}function M(){const re=this.resume(),me=this.stack[this.stack.length-1];me.title=re}function A(){const re=this.resume(),me=this.stack[this.stack.length-1];me.url=re}function H(re){const me=this.stack[this.stack.length-1];if(!me.depth){const Ae=this.sliceSerialize(re).length;me.depth=Ae}}function D(){this.data.setextHeadingSlurpLineEnding=!0}function Z(re){const me=this.stack[this.stack.length-1];me.depth=this.sliceSerialize(re).codePointAt(0)===61?1:2}function ie(){this.data.setextHeadingSlurpLineEnding=void 0}function te(re){const Ae=this.stack[this.stack.length-1].children;let He=Ae[Ae.length-1];(!He||He.type!=="text")&&(He=kt(),He.position={start:Ri(re.start),end:void 0},Ae.push(He)),this.stack.push(He)}function B(re){const me=this.stack.pop();me.value+=this.sliceSerialize(re),me.position.end=Ri(re.end)}function K(re){const me=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Ae=me.children[me.children.length-1];Ae.position.end=Ri(re.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(me.type)&&(te.call(this,re),B.call(this,re))}function Q(){this.data.atHardBreak=!0}function pe(){const re=this.resume(),me=this.stack[this.stack.length-1];me.value=re}function ne(){const re=this.resume(),me=this.stack[this.stack.length-1];me.value=re}function G(){const re=this.resume(),me=this.stack[this.stack.length-1];me.value=re}function U(){const re=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";re.type+="Reference",re.referenceType=me,delete re.url,delete re.title}else delete re.identifier,delete re.label;this.data.referenceType=void 0}function O(){const re=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";re.type+="Reference",re.referenceType=me,delete re.url,delete re.title}else delete re.identifier,delete re.label;this.data.referenceType=void 0}function F(re){const me=this.sliceSerialize(re),Ae=this.stack[this.stack.length-2];Ae.label=HN(me),Ae.identifier=ir(me).toLowerCase()}function ee(){const re=this.stack[this.stack.length-1],me=this.resume(),Ae=this.stack[this.stack.length-1];if(this.data.inReference=!0,Ae.type==="link"){const He=re.children;Ae.children=He}else Ae.alt=me}function C(){const re=this.resume(),me=this.stack[this.stack.length-1];me.url=re}function R(){const re=this.resume(),me=this.stack[this.stack.length-1];me.title=re}function V(){this.data.inReference=void 0}function T(){this.data.referenceType="collapsed"}function ue(re){const me=this.resume(),Ae=this.stack[this.stack.length-1];Ae.label=me,Ae.identifier=ir(this.sliceSerialize(re)).toLowerCase(),this.data.referenceType="full"}function ye(re){this.data.characterReferenceType=re.type}function q(re){const me=this.sliceSerialize(re),Ae=this.data.characterReferenceType;let He;Ae?(He=y0(me,Ae==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):He=op(me);const Qe=this.stack[this.stack.length-1];Qe.value+=He}function de(re){const me=this.stack.pop();me.position.end=Ri(re.end)}function xe(re){B.call(this,re);const me=this.stack[this.stack.length-1];me.url=this.sliceSerialize(re)}function ve(re){B.call(this,re);const me=this.stack[this.stack.length-1];me.url="mailto:"+this.sliceSerialize(re)}function Ie(){return{type:"blockquote",children:[]}}function _t(){return{type:"code",lang:null,meta:null,value:""}}function Nt(){return{type:"inlineCode",value:""}}function ni(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Tn(){return{type:"emphasis",children:[]}}function lr(){return{type:"heading",depth:0,children:[]}}function We(){return{type:"break"}}function Zn(){return{type:"html",value:""}}function Bn(){return{type:"image",title:null,url:"",alt:null}}function or(){return{type:"link",title:null,url:"",children:[]}}function kr(re){return{type:"list",ordered:re.type==="listOrdered",start:null,spread:re._spread,children:[]}}function Hi(re){return{type:"listItem",spread:re._spread,checked:null,children:[]}}function Ls(){return{type:"paragraph",children:[]}}function Ea(){return{type:"strong",children:[]}}function kt(){return{type:"text",value:""}}function _a(){return{type:"thematicBreak"}}}function Ri(e){return{line:e.line,column:e.column,offset:e.offset}}function A0(e,t){let r=-1;for(;++r<t.length;){const a=t[r];Array.isArray(a)?A0(e,a):KN(e,a)}}function KN(e,t){let r;for(r in t)if(C0.call(t,r))switch(r){case"canContainEols":{const a=t[r];a&&e[r].push(...a);break}case"transforms":{const a=t[r];a&&e[r].push(...a);break}case"enter":case"exit":{const a=t[r];a&&Object.assign(e[r],a);break}}}function cv(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+$l({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+$l({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+$l({start:t.start,end:t.end})+") is still open")}function qN(e){const t=this;t.parser=r;function r(a){return $N(a,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function VN(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 YN(e,t){const r={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,r),[e.applyData(t,r),{type:"text",value:`
53
+ `}]}function WN(e,t){const r=t.value?t.value+`
54
+ `:"",a={},l=t.lang?t.lang.split(/\s+/):[];l.length>0&&(a.className=["language-"+l[0]]);let c={type:"element",tagName:"code",properties:a,children:[{type:"text",value:r}]};return t.meta&&(c.data={meta:t.meta}),e.patch(t,c),c=e.applyData(t,c),c={type:"element",tagName:"pre",properties:{},children:[c]},e.patch(t,c),c}function XN(e,t){const r={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function ZN(e,t){const r={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function QN(e,t){const r=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",a=String(t.identifier).toUpperCase(),l=Ms(a.toLowerCase()),c=e.footnoteOrder.indexOf(a);let u,d=e.footnoteCounts.get(a);d===void 0?(d=0,e.footnoteOrder.push(a),u=e.footnoteOrder.length):u=c+1,d+=1,e.footnoteCounts.set(a,d);const h={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+l,id:r+"fnref-"+l+(d>1?"-"+d:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(u)}]};e.patch(t,h);const p={type:"element",tagName:"sup",properties:{},children:[h]};return e.patch(t,p),e.applyData(t,p)}function JN(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 eC(e,t){if(e.options.allowDangerousHtml){const r={type:"raw",value:t.value};return e.patch(t,r),e.applyData(t,r)}}function O0(e,t){const r=t.referenceType;let a="]";if(r==="collapsed"?a+="[]":r==="full"&&(a+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+a}];const l=e.all(t),c=l[0];c&&c.type==="text"?c.value="["+c.value:l.unshift({type:"text",value:"["});const u=l[l.length-1];return u&&u.type==="text"?u.value+=a:l.push({type:"text",value:a}),l}function tC(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return O0(e,t);const l={src:Ms(a.url||""),alt:t.alt};a.title!==null&&a.title!==void 0&&(l.title=a.title);const c={type:"element",tagName:"img",properties:l,children:[]};return e.patch(t,c),e.applyData(t,c)}function nC(e,t){const r={src:Ms(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 a={type:"element",tagName:"img",properties:r,children:[]};return e.patch(t,a),e.applyData(t,a)}function rC(e,t){const r={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,r);const a={type:"element",tagName:"code",properties:{},children:[r]};return e.patch(t,a),e.applyData(t,a)}function iC(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return O0(e,t);const l={href:Ms(a.url||"")};a.title!==null&&a.title!==void 0&&(l.title=a.title);const c={type:"element",tagName:"a",properties:l,children:e.all(t)};return e.patch(t,c),e.applyData(t,c)}function aC(e,t){const r={href:Ms(t.url)};t.title!==null&&t.title!==void 0&&(r.title=t.title);const a={type:"element",tagName:"a",properties:r,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function sC(e,t,r){const a=e.all(t),l=r?lC(r):R0(t),c={},u=[];if(typeof t.checked=="boolean"){const b=a[0];let y;b&&b.type==="element"&&b.tagName==="p"?y=b:(y={type:"element",tagName:"p",properties:{},children:[]},a.unshift(y)),y.children.length>0&&y.children.unshift({type:"text",value:" "}),y.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),c.className=["task-list-item"]}let d=-1;for(;++d<a.length;){const b=a[d];(l||d!==0||b.type!=="element"||b.tagName!=="p")&&u.push({type:"text",value:`
55
+ `}),b.type==="element"&&b.tagName==="p"&&!l?u.push(...b.children):u.push(b)}const h=a[a.length-1];h&&(l||h.type!=="element"||h.tagName!=="p")&&u.push({type:"text",value:`
56
+ `});const p={type:"element",tagName:"li",properties:c,children:u};return e.patch(t,p),e.applyData(t,p)}function lC(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const r=e.children;let a=-1;for(;!t&&++a<r.length;)t=R0(r[a])}return t}function R0(e){const t=e.spread;return t??e.children.length>1}function oC(e,t){const r={},a=e.all(t);let l=-1;for(typeof t.start=="number"&&t.start!==1&&(r.start=t.start);++l<a.length;){const u=a[l];if(u.type==="element"&&u.tagName==="li"&&u.properties&&Array.isArray(u.properties.className)&&u.properties.className.includes("task-list-item")){r.className=["contains-task-list"];break}}const c={type:"element",tagName:t.ordered?"ol":"ul",properties:r,children:e.wrap(a,!0)};return e.patch(t,c),e.applyData(t,c)}function cC(e,t){const r={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function uC(e,t){const r={type:"root",children:e.wrap(e.all(t))};return e.patch(t,r),e.applyData(t,r)}function dC(e,t){const r={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function fC(e,t){const r=e.all(t),a=r.shift(),l=[];if(a){const u={type:"element",tagName:"thead",properties:{},children:e.wrap([a],!0)};e.patch(t.children[0],u),l.push(u)}if(r.length>0){const u={type:"element",tagName:"tbody",properties:{},children:e.wrap(r,!0)},d=rp(t.children[1]),h=u0(t.children[t.children.length-1]);d&&h&&(u.position={start:d,end:h}),l.push(u)}const c={type:"element",tagName:"table",properties:{},children:e.wrap(l,!0)};return e.patch(t,c),e.applyData(t,c)}function hC(e,t,r){const a=r?r.children:void 0,c=(a?a.indexOf(t):1)===0?"th":"td",u=r&&r.type==="table"?r.align:void 0,d=u?u.length:t.children.length;let h=-1;const p=[];for(;++h<d;){const y=t.children[h],v={},x=u?u[h]:void 0;x&&(v.align=x);let S={type:"element",tagName:c,properties:v,children:[]};y&&(S.children=e.all(y),e.patch(y,S),S=e.applyData(y,S)),p.push(S)}const b={type:"element",tagName:"tr",properties:{},children:e.wrap(p,!0)};return e.patch(t,b),e.applyData(t,b)}function pC(e,t){const r={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}const uv=9,dv=32;function mC(e){const t=String(e),r=/\r?\n|\r/g;let a=r.exec(t),l=0;const c=[];for(;a;)c.push(fv(t.slice(l,a.index),l>0,!0),a[0]),l=a.index+a[0].length,a=r.exec(t);return c.push(fv(t.slice(l),l>0,!1)),c.join("")}function fv(e,t,r){let a=0,l=e.length;if(t){let c=e.codePointAt(a);for(;c===uv||c===dv;)a++,c=e.codePointAt(a)}if(r){let c=e.codePointAt(l-1);for(;c===uv||c===dv;)l--,c=e.codePointAt(l-1)}return l>a?e.slice(a,l):""}function gC(e,t){const r={type:"text",value:mC(String(t.value))};return e.patch(t,r),e.applyData(t,r)}function bC(e,t){const r={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,r),e.applyData(t,r)}const yC={blockquote:VN,break:YN,code:WN,delete:XN,emphasis:ZN,footnoteReference:QN,heading:JN,html:eC,imageReference:tC,image:nC,inlineCode:rC,linkReference:iC,link:aC,listItem:sC,list:oC,paragraph:cC,root:uC,strong:dC,table:fC,tableCell:pC,tableRow:hC,text:gC,thematicBreak:bC,toml:Uc,yaml:Uc,definition:Uc,footnoteDefinition:Uc};function Uc(){}const M0=-1,wu=0,Kl=1,ou=2,up=3,dp=4,fp=5,hp=6,I0=7,D0=8,hv=typeof self=="object"?self:globalThis,vC=(e,t)=>{const r=(l,c)=>(e.set(c,l),l),a=l=>{if(e.has(l))return e.get(l);const[c,u]=t[l];switch(c){case wu:case M0:return r(u,l);case Kl:{const d=r([],l);for(const h of u)d.push(a(h));return d}case ou:{const d=r({},l);for(const[h,p]of u)d[a(h)]=a(p);return d}case up:return r(new Date(u),l);case dp:{const{source:d,flags:h}=u;return r(new RegExp(d,h),l)}case fp:{const d=r(new Map,l);for(const[h,p]of u)d.set(a(h),a(p));return d}case hp:{const d=r(new Set,l);for(const h of u)d.add(a(h));return d}case I0:{const{name:d,message:h}=u;return r(new hv[d](h),l)}case D0:return r(BigInt(u),l);case"BigInt":return r(Object(BigInt(u)),l);case"ArrayBuffer":return r(new Uint8Array(u).buffer,u);case"DataView":{const{buffer:d}=new Uint8Array(u);return r(new DataView(d),u)}}return r(new hv[c](u),l)};return a},pv=e=>vC(new Map,e)(0),ds="",{toString:xC}={},{keys:EC}=Object,Ll=e=>{const t=typeof e;if(t!=="object"||!e)return[wu,t];const r=xC.call(e).slice(8,-1);switch(r){case"Array":return[Kl,ds];case"Object":return[ou,ds];case"Date":return[up,ds];case"RegExp":return[dp,ds];case"Map":return[fp,ds];case"Set":return[hp,ds];case"DataView":return[Kl,r]}return r.includes("Array")?[Kl,r]:r.includes("Error")?[I0,r]:[ou,r]},Pc=([e,t])=>e===wu&&(t==="function"||t==="symbol"),_C=(e,t,r,a)=>{const l=(u,d)=>{const h=a.push(u)-1;return r.set(d,h),h},c=u=>{if(r.has(u))return r.get(u);let[d,h]=Ll(u);switch(d){case wu:{let b=u;switch(h){case"bigint":d=D0,b=u.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+h);b=null;break;case"undefined":return l([M0],u)}return l([d,b],u)}case Kl:{if(h){let v=u;return h==="DataView"?v=new Uint8Array(u.buffer):h==="ArrayBuffer"&&(v=new Uint8Array(u)),l([h,[...v]],u)}const b=[],y=l([d,b],u);for(const v of u)b.push(c(v));return y}case ou:{if(h)switch(h){case"BigInt":return l([h,u.toString()],u);case"Boolean":case"Number":case"String":return l([h,u.valueOf()],u)}if(t&&"toJSON"in u)return c(u.toJSON());const b=[],y=l([d,b],u);for(const v of EC(u))(e||!Pc(Ll(u[v])))&&b.push([c(v),c(u[v])]);return y}case up:return l([d,u.toISOString()],u);case dp:{const{source:b,flags:y}=u;return l([d,{source:b,flags:y}],u)}case fp:{const b=[],y=l([d,b],u);for(const[v,x]of u)(e||!(Pc(Ll(v))||Pc(Ll(x))))&&b.push([c(v),c(x)]);return y}case hp:{const b=[],y=l([d,b],u);for(const v of u)(e||!Pc(Ll(v)))&&b.push(c(v));return y}}const{message:p}=u;return l([d,{name:h,message:p}],u)};return c},mv=(e,{json:t,lossy:r}={})=>{const a=[];return _C(!(t||r),!!t,new Map,a)(e),a},cu=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?pv(mv(e,t)):structuredClone(e):(e,t)=>pv(mv(e,t));function SC(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 wC(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function kC(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=e.options.footnoteBackContent||SC,a=e.options.footnoteBackLabel||wC,l=e.options.footnoteLabel||"Footnotes",c=e.options.footnoteLabelTagName||"h2",u=e.options.footnoteLabelProperties||{className:["sr-only"]},d=[];let h=-1;for(;++h<e.footnoteOrder.length;){const p=e.footnoteById.get(e.footnoteOrder[h]);if(!p)continue;const b=e.all(p),y=String(p.identifier).toUpperCase(),v=Ms(y.toLowerCase());let x=0;const S=[],k=e.footnoteCounts.get(y);for(;k!==void 0&&++x<=k;){S.length>0&&S.push({type:"text",value:" "});let I=typeof r=="string"?r:r(h,x);typeof I=="string"&&(I={type:"text",value:I}),S.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+v+(x>1?"-"+x:""),dataFootnoteBackref:"",ariaLabel:typeof a=="string"?a:a(h,x),className:["data-footnote-backref"]},children:Array.isArray(I)?I:[I]})}const N=b[b.length-1];if(N&&N.type==="element"&&N.tagName==="p"){const I=N.children[N.children.length-1];I&&I.type==="text"?I.value+=" ":N.children.push({type:"text",value:" "}),N.children.push(...S)}else b.push(...S);const _={type:"element",tagName:"li",properties:{id:t+"fn-"+v},children:e.wrap(b,!0)};e.patch(p,_),d.push(_)}if(d.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:c,properties:{...cu(u),id:"footnote-label"},children:[{type:"text",value:l}]},{type:"text",value:`
57
+ `},{type:"element",tagName:"ol",properties:{},children:e.wrap(d,!0)},{type:"text",value:`
58
+ `}]}}const co=(function(e){if(e==null)return AC;if(typeof e=="function")return ku(e);if(typeof e=="object")return Array.isArray(e)?TC(e):NC(e);if(typeof e=="string")return CC(e);throw new Error("Expected function, string, or object as test")});function TC(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=co(e[r]);return ku(a);function a(...l){let c=-1;for(;++c<t.length;)if(t[c].apply(this,l))return!0;return!1}}function NC(e){const t=e;return ku(r);function r(a){const l=a;let c;for(c in e)if(l[c]!==t[c])return!1;return!0}}function CC(e){return ku(t);function t(r){return r&&r.type===e}}function ku(e){return t;function t(r,a,l){return!!(OC(r)&&e.call(this,r,typeof a=="number"?a:void 0,l||void 0))}}function AC(){return!0}function OC(e){return e!==null&&typeof e=="object"&&"type"in e}const L0=[],RC=!0,Oh=!1,MC="skip";function z0(e,t,r,a){let l;typeof t=="function"&&typeof r!="function"?(a=r,r=t):l=t;const c=co(l),u=a?-1:1;d(e,void 0,[])();function d(h,p,b){const y=h&&typeof h=="object"?h:{};if(typeof y.type=="string"){const x=typeof y.tagName=="string"?y.tagName:typeof y.name=="string"?y.name:void 0;Object.defineProperty(v,"name",{value:"node ("+(h.type+(x?"<"+x+">":""))+")"})}return v;function v(){let x=L0,S,k,N;if((!t||c(h,p,b[b.length-1]||void 0))&&(x=IC(r(h,b)),x[0]===Oh))return x;if("children"in h&&h.children){const _=h;if(_.children&&x[0]!==MC)for(k=(a?_.children.length:-1)+u,N=b.concat(_);k>-1&&k<_.children.length;){const I=_.children[k];if(S=d(I,k,N)(),S[0]===Oh)return S;k=typeof S[1]=="number"?S[1]:k+u}}return x}}}function IC(e){return Array.isArray(e)?e:typeof e=="number"?[RC,e]:e==null?L0:[e]}function Tu(e,t,r,a){let l,c,u;typeof t=="function"&&typeof r!="function"?(c=void 0,u=t,l=r):(c=t,u=r,l=a),z0(e,c,d,l);function d(h,p){const b=p[p.length-1],y=b?b.children.indexOf(h):void 0;return u(h,y,b)}}const Rh={}.hasOwnProperty,DC={};function LC(e,t){const r=t||DC,a=new Map,l=new Map,c=new Map,u={...yC,...r.handlers},d={all:p,applyData:jC,definitionById:a,footnoteById:l,footnoteCounts:c,footnoteOrder:[],handlers:u,one:h,options:r,patch:zC,wrap:UC};return Tu(e,function(b){if(b.type==="definition"||b.type==="footnoteDefinition"){const y=b.type==="definition"?a:l,v=String(b.identifier).toUpperCase();y.has(v)||y.set(v,b)}}),d;function h(b,y){const v=b.type,x=d.handlers[v];if(Rh.call(d.handlers,v)&&x)return x(d,b,y);if(d.options.passThrough&&d.options.passThrough.includes(v)){if("children"in b){const{children:k,...N}=b,_=cu(N);return _.children=d.all(b),_}return cu(b)}return(d.options.unknownHandler||BC)(d,b,y)}function p(b){const y=[];if("children"in b){const v=b.children;let x=-1;for(;++x<v.length;){const S=d.one(v[x],b);if(S){if(x&&v[x-1].type==="break"&&(!Array.isArray(S)&&S.type==="text"&&(S.value=gv(S.value)),!Array.isArray(S)&&S.type==="element")){const k=S.children[0];k&&k.type==="text"&&(k.value=gv(k.value))}Array.isArray(S)?y.push(...S):y.push(S)}}}return y}}function zC(e,t){e.position&&(t.position=wk(e))}function jC(e,t){let r=t;if(e&&e.data){const a=e.data.hName,l=e.data.hChildren,c=e.data.hProperties;if(typeof a=="string")if(r.type==="element")r.tagName=a;else{const u="children"in r?r.children:[r];r={type:"element",tagName:a,properties:{},children:u}}r.type==="element"&&c&&Object.assign(r.properties,cu(c)),"children"in r&&r.children&&l!==null&&l!==void 0&&(r.children=l)}return r}function BC(e,t){const r=t.data||{},a="value"in t&&!(Rh.call(r,"hProperties")||Rh.call(r,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function UC(e,t){const r=[];let a=-1;for(t&&r.push({type:"text",value:`
59
+ `});++a<e.length;)a&&r.push({type:"text",value:`
60
+ `}),r.push(e[a]);return t&&e.length>0&&r.push({type:"text",value:`
61
+ `}),r}function gv(e){let t=0,r=e.charCodeAt(t);for(;r===9||r===32;)t++,r=e.charCodeAt(t);return e.slice(t)}function bv(e,t){const r=LC(e,t),a=r.one(e,void 0),l=kC(r),c=Array.isArray(a)?{type:"root",children:a}:a||{type:"root",children:[]};return l&&c.children.push({type:"text",value:`
62
+ `},l),c}function PC(e,t){return e&&"run"in e?async function(r,a){const l=bv(r,{file:a,...t});await e.run(l,a)}:function(r,a){return bv(r,{file:a,...e||t})}}function yv(e){if(e)throw e}var Vf,vv;function HC(){if(vv)return Vf;vv=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l=function(p){return typeof Array.isArray=="function"?Array.isArray(p):t.call(p)==="[object Array]"},c=function(p){if(!p||t.call(p)!=="[object Object]")return!1;var b=e.call(p,"constructor"),y=p.constructor&&p.constructor.prototype&&e.call(p.constructor.prototype,"isPrototypeOf");if(p.constructor&&!b&&!y)return!1;var v;for(v in p);return typeof v>"u"||e.call(p,v)},u=function(p,b){r&&b.name==="__proto__"?r(p,b.name,{enumerable:!0,configurable:!0,value:b.newValue,writable:!0}):p[b.name]=b.newValue},d=function(p,b){if(b==="__proto__")if(e.call(p,b)){if(a)return a(p,b).value}else return;return p[b]};return Vf=function h(){var p,b,y,v,x,S,k=arguments[0],N=1,_=arguments.length,I=!1;for(typeof k=="boolean"&&(I=k,k=arguments[1]||{},N=2),(k==null||typeof k!="object"&&typeof k!="function")&&(k={});N<_;++N)if(p=arguments[N],p!=null)for(b in p)y=d(k,b),v=d(p,b),k!==v&&(I&&v&&(c(v)||(x=l(v)))?(x?(x=!1,S=y&&l(y)?y:[]):S=y&&c(y)?y:{},u(k,{name:b,newValue:h(I,S,v)})):typeof v<"u"&&u(k,{name:b,newValue:v}));return k},Vf}var FC=HC();const Yf=ao(FC);function Mh(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 $C(){const e=[],t={run:r,use:a};return t;function r(...l){let c=-1;const u=l.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);d(null,...l);function d(h,...p){const b=e[++c];let y=-1;if(h){u(h);return}for(;++y<l.length;)(p[y]===null||p[y]===void 0)&&(p[y]=l[y]);l=p,b?GC(b,d)(...p):u(null,...p)}}function a(l){if(typeof l!="function")throw new TypeError("Expected `middelware` to be a function, not "+l);return e.push(l),t}}function GC(e,t){let r;return a;function a(...u){const d=e.length>u.length;let h;d&&u.push(l);try{h=e.apply(this,u)}catch(p){const b=p;if(d&&r)throw b;return l(b)}d||(h&&h.then&&typeof h.then=="function"?h.then(c,l):h instanceof Error?l(h):c(h))}function l(u,...d){r||(r=!0,t(u,...d))}function c(u){l(null,u)}}const br={basename:KC,dirname:qC,extname:VC,join:YC,sep:"/"};function KC(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');uo(e);let r=0,a=-1,l=e.length,c;if(t===void 0||t.length===0||t.length>e.length){for(;l--;)if(e.codePointAt(l)===47){if(c){r=l+1;break}}else a<0&&(c=!0,a=l+1);return a<0?"":e.slice(r,a)}if(t===e)return"";let u=-1,d=t.length-1;for(;l--;)if(e.codePointAt(l)===47){if(c){r=l+1;break}}else u<0&&(c=!0,u=l+1),d>-1&&(e.codePointAt(l)===t.codePointAt(d--)?d<0&&(a=l):(d=-1,a=u));return r===a?a=u:a<0&&(a=e.length),e.slice(r,a)}function qC(e){if(uo(e),e.length===0)return".";let t=-1,r=e.length,a;for(;--r;)if(e.codePointAt(r)===47){if(a){t=r;break}}else a||(a=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function VC(e){uo(e);let t=e.length,r=-1,a=0,l=-1,c=0,u;for(;t--;){const d=e.codePointAt(t);if(d===47){if(u){a=t+1;break}continue}r<0&&(u=!0,r=t+1),d===46?l<0?l=t:c!==1&&(c=1):l>-1&&(c=-1)}return l<0||r<0||c===0||c===1&&l===r-1&&l===a+1?"":e.slice(l,r)}function YC(...e){let t=-1,r;for(;++t<e.length;)uo(e[t]),e[t]&&(r=r===void 0?e[t]:r+"/"+e[t]);return r===void 0?".":WC(r)}function WC(e){uo(e);const t=e.codePointAt(0)===47;let r=XC(e,!t);return r.length===0&&!t&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),t?"/"+r:r}function XC(e,t){let r="",a=0,l=-1,c=0,u=-1,d,h;for(;++u<=e.length;){if(u<e.length)d=e.codePointAt(u);else{if(d===47)break;d=47}if(d===47){if(!(l===u-1||c===1))if(l!==u-1&&c===2){if(r.length<2||a!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(h=r.lastIndexOf("/"),h!==r.length-1){h<0?(r="",a=0):(r=r.slice(0,h),a=r.length-1-r.lastIndexOf("/")),l=u,c=0;continue}}else if(r.length>0){r="",a=0,l=u,c=0;continue}}t&&(r=r.length>0?r+"/..":"..",a=2)}else r.length>0?r+="/"+e.slice(l+1,u):r=e.slice(l+1,u),a=u-l-1;l=u,c=0}else d===46&&c>-1?c++:c=-1}return r}function uo(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const ZC={cwd:QC};function QC(){return"/"}function Ih(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function JC(e){if(typeof e=="string")e=new URL(e);else if(!Ih(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 e2(e)}function e2(e){if(e.hostname!==""){const a=new TypeError('File URL host must be "localhost" or empty on darwin');throw a.code="ERR_INVALID_FILE_URL_HOST",a}const t=e.pathname;let r=-1;for(;++r<t.length;)if(t.codePointAt(r)===37&&t.codePointAt(r+1)===50){const a=t.codePointAt(r+2);if(a===70||a===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 Wf=["history","path","basename","stem","extname","dirname"];class j0{constructor(t){let r;t?Ih(t)?r={path:t}:typeof t=="string"||t2(t)?r={value:t}:r=t:r={},this.cwd="cwd"in r?"":ZC.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let a=-1;for(;++a<Wf.length;){const c=Wf[a];c in r&&r[c]!==void 0&&r[c]!==null&&(this[c]=c==="history"?[...r[c]]:r[c])}let l;for(l in r)Wf.includes(l)||(this[l]=r[l])}get basename(){return typeof this.path=="string"?br.basename(this.path):void 0}set basename(t){Zf(t,"basename"),Xf(t,"basename"),this.path=br.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?br.dirname(this.path):void 0}set dirname(t){xv(this.basename,"dirname"),this.path=br.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?br.extname(this.path):void 0}set extname(t){if(Xf(t,"extname"),xv(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=br.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Ih(t)&&(t=JC(t)),Zf(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?br.basename(this.path,this.extname):void 0}set stem(t){Zf(t,"stem"),Xf(t,"stem"),this.path=br.join(this.dirname||"",t+(this.extname||""))}fail(t,r,a){const l=this.message(t,r,a);throw l.fatal=!0,l}info(t,r,a){const l=this.message(t,r,a);return l.fatal=void 0,l}message(t,r,a){const l=new rn(t,r,a);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 Xf(e,t){if(e&&e.includes(br.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+br.sep+"`")}function Zf(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function xv(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function t2(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const n2=(function(e){const a=this.constructor.prototype,l=a[e],c=function(){return l.apply(c,arguments)};return Object.setPrototypeOf(c,a),c}),r2={}.hasOwnProperty;class pp extends n2{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=$C()}copy(){const t=new pp;let r=-1;for(;++r<this.attachers.length;){const a=this.attachers[r];t.use(...a)}return t.data(Yf(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(eh("data",this.frozen),this.namespace[t]=r,this):r2.call(this.namespace,t)&&this.namespace[t]||void 0:t?(eh("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,...a]=this.attachers[this.freezeIndex];if(a[0]===!1)continue;a[0]===!0&&(a[0]=void 0);const l=r.call(t,...a);typeof l=="function"&&this.transformers.use(l)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const r=Hc(t),a=this.parser||this.Parser;return Qf("parse",a),a(String(r),r)}process(t,r){const a=this;return this.freeze(),Qf("process",this.parser||this.Parser),Jf("process",this.compiler||this.Compiler),r?l(void 0,r):new Promise(l);function l(c,u){const d=Hc(t),h=a.parse(d);a.run(h,d,function(b,y,v){if(b||!y||!v)return p(b);const x=y,S=a.stringify(x,v);s2(S)?v.value=S:v.result=S,p(b,v)});function p(b,y){b||!y?u(b):c?c(y):r(void 0,y)}}}processSync(t){let r=!1,a;return this.freeze(),Qf("processSync",this.parser||this.Parser),Jf("processSync",this.compiler||this.Compiler),this.process(t,l),_v("processSync","process",r),a;function l(c,u){r=!0,yv(c),a=u}}run(t,r,a){Ev(t),this.freeze();const l=this.transformers;return!a&&typeof r=="function"&&(a=r,r=void 0),a?c(void 0,a):new Promise(c);function c(u,d){const h=Hc(r);l.run(t,h,p);function p(b,y,v){const x=y||t;b?d(b):u?u(x):a(void 0,x,v)}}}runSync(t,r){let a=!1,l;return this.run(t,r,c),_v("runSync","run",a),l;function c(u,d){yv(u),l=d,a=!0}}stringify(t,r){this.freeze();const a=Hc(r),l=this.compiler||this.Compiler;return Jf("stringify",l),Ev(t),l(t,a)}use(t,...r){const a=this.attachers,l=this.namespace;if(eh("use",this.frozen),t!=null)if(typeof t=="function")h(t,r);else if(typeof t=="object")Array.isArray(t)?d(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function c(p){if(typeof p=="function")h(p,[]);else if(typeof p=="object")if(Array.isArray(p)){const[b,...y]=p;h(b,y)}else u(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function u(p){if(!("plugins"in p)&&!("settings"in p))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");d(p.plugins),p.settings&&(l.settings=Yf(!0,l.settings,p.settings))}function d(p){let b=-1;if(p!=null)if(Array.isArray(p))for(;++b<p.length;){const y=p[b];c(y)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function h(p,b){let y=-1,v=-1;for(;++y<a.length;)if(a[y][0]===p){v=y;break}if(v===-1)a.push([p,...b]);else if(b.length>0){let[x,...S]=b;const k=a[v][1];Mh(k)&&Mh(x)&&(x=Yf(!0,k,x)),a[v]=[p,x,...S]}}}}const i2=new pp().freeze();function Qf(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function Jf(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function eh(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 Ev(e){if(!Mh(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function _v(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Hc(e){return a2(e)?e:new j0(e)}function a2(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function s2(e){return typeof e=="string"||l2(e)}function l2(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const o2="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Sv=[],wv={allowDangerousHtml:!0},c2=/^(https?|ircs?|mailto|xmpp)$/i,u2=[{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 B0(e){const t=d2(e),r=f2(e);return h2(t.runSync(t.parse(r),r),e)}function d2(e){const t=e.rehypePlugins||Sv,r=e.remarkPlugins||Sv,a=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...wv}:wv;return i2().use(qN).use(r).use(PC,a).use(t)}function f2(e){const t=e.children||"",r=new j0;return typeof t=="string"&&(r.value=t),r}function h2(e,t){const r=t.allowedElements,a=t.allowElement,l=t.components,c=t.disallowedElements,u=t.skipHtml,d=t.unwrapDisallowed,h=t.urlTransform||p2;for(const b of u2)Object.hasOwn(t,b.from)&&(""+b.from+(b.to?"use `"+b.to+"` instead":"remove it")+o2+b.id,void 0);return Tu(e,p),Ak(e,{Fragment:m.Fragment,components:l,ignoreInvalidStyle:!0,jsx:m.jsx,jsxs:m.jsxs,passKeys:!0,passNode:!0});function p(b,y,v){if(b.type==="raw"&&v&&typeof y=="number")return u?v.children.splice(y,1):v.children[y]={type:"text",value:b.value},y;if(b.type==="element"){let x;for(x in Gf)if(Object.hasOwn(Gf,x)&&Object.hasOwn(b.properties,x)){const S=b.properties[x],k=Gf[x];(k===null||k.includes(b.tagName))&&(b.properties[x]=h(String(S||""),x,b))}}if(b.type==="element"){let x=r?!r.includes(b.tagName):c?c.includes(b.tagName):!1;if(!x&&a&&typeof y=="number"&&(x=!a(b,y,v)),x&&v&&typeof y=="number")return d&&b.children?v.children.splice(y,1,...b.children):v.children.splice(y,1),y}}}function p2(e){const t=e.indexOf(":"),r=e.indexOf("?"),a=e.indexOf("#"),l=e.indexOf("/");return t===-1||l!==-1&&t>l||r!==-1&&t>r||a!==-1&&t>a||c2.test(e.slice(0,t))?e:""}function kv(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let a=0,l=r.indexOf(t);for(;l!==-1;)a++,l=r.indexOf(t,l+t.length);return a}function m2(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function g2(e,t,r){const l=co((r||{}).ignore||[]),c=b2(t);let u=-1;for(;++u<c.length;)z0(e,"text",d);function d(p,b){let y=-1,v;for(;++y<b.length;){const x=b[y],S=v?v.children:void 0;if(l(x,S?S.indexOf(x):void 0,v))return;v=x}if(v)return h(p,b)}function h(p,b){const y=b[b.length-1],v=c[u][0],x=c[u][1];let S=0;const N=y.children.indexOf(p);let _=!1,I=[];v.lastIndex=0;let M=v.exec(p.value);for(;M;){const A=M.index,H={index:M.index,input:M.input,stack:[...b,p]};let D=x(...M,H);if(typeof D=="string"&&(D=D.length>0?{type:"text",value:D}:void 0),D===!1?v.lastIndex=A+1:(S!==A&&I.push({type:"text",value:p.value.slice(S,A)}),Array.isArray(D)?I.push(...D):D&&I.push(D),S=A+M[0].length,_=!0),!v.global)break;M=v.exec(p.value)}return _?(S<p.value.length&&I.push({type:"text",value:p.value.slice(S)}),y.children.splice(N,1,...I)):I=[p],N+I.length}}function b2(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 a=-1;for(;++a<r.length;){const l=r[a];t.push([y2(l[0]),v2(l[1])])}return t}function y2(e){return typeof e=="string"?new RegExp(m2(e),"g"):e}function v2(e){return typeof e=="function"?e:function(){return e}}const th="phrasing",nh=["autolink","link","image","label"];function x2(){return{transforms:[N2],enter:{literalAutolink:_2,literalAutolinkEmail:rh,literalAutolinkHttp:rh,literalAutolinkWww:rh},exit:{literalAutolink:T2,literalAutolinkEmail:k2,literalAutolinkHttp:S2,literalAutolinkWww:w2}}}function E2(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:th,notInConstruct:nh},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:th,notInConstruct:nh},{character:":",before:"[ps]",after:"\\/",inConstruct:th,notInConstruct:nh}]}}function _2(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function rh(e){this.config.enter.autolinkProtocol.call(this,e)}function S2(e){this.config.exit.autolinkProtocol.call(this,e)}function w2(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 k2(e){this.config.exit.autolinkEmail.call(this,e)}function T2(e){this.exit(e)}function N2(e){g2(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,C2],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),A2]],{ignore:["link","linkReference"]})}function C2(e,t,r,a,l){let c="";if(!U0(l)||(/^w/i.test(t)&&(r=t+r,t="",c="http://"),!O2(r)))return!1;const u=R2(r+a);if(!u[0])return!1;const d={type:"link",title:null,url:c+t+u[0],children:[{type:"text",value:t+u[0]}]};return u[1]?[d,{type:"text",value:u[1]}]:d}function A2(e,t,r,a){return!U0(a,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function O2(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 R2(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let r=t[0],a=r.indexOf(")");const l=kv(e,"(");let c=kv(e,")");for(;a!==-1&&l>c;)e+=r.slice(0,a+1),r=r.slice(a+1),a=r.indexOf(")"),c++;return[e,r]}function U0(e,t){const r=e.input.charCodeAt(e.index-1);return(e.index===0||ga(r)||_u(r))&&(!t||r!==47)}P0.peek=P2;function M2(){this.buffer()}function I2(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function D2(){this.buffer()}function L2(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function z2(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=ir(this.sliceSerialize(e)).toLowerCase(),r.label=t}function j2(e){this.exit(e)}function B2(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=ir(this.sliceSerialize(e)).toLowerCase(),r.label=t}function U2(e){this.exit(e)}function P2(){return"["}function P0(e,t,r,a){const l=r.createTracker(a);let c=l.move("[^");const u=r.enter("footnoteReference"),d=r.enter("reference");return c+=l.move(r.safe(r.associationId(e),{after:"]",before:c})),d(),u(),c+=l.move("]"),c}function H2(){return{enter:{gfmFootnoteCallString:M2,gfmFootnoteCall:I2,gfmFootnoteDefinitionLabelString:D2,gfmFootnoteDefinition:L2},exit:{gfmFootnoteCallString:z2,gfmFootnoteCall:j2,gfmFootnoteDefinitionLabelString:B2,gfmFootnoteDefinition:U2}}}function F2(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:r,footnoteReference:P0},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(a,l,c,u){const d=c.createTracker(u);let h=d.move("[^");const p=c.enter("footnoteDefinition"),b=c.enter("label");return h+=d.move(c.safe(c.associationId(a),{before:h,after:"]"})),b(),h+=d.move("]:"),a.children&&a.children.length>0&&(d.shift(4),h+=d.move((t?`
63
+ `:" ")+c.indentLines(c.containerFlow(a,d.current()),t?H0:$2))),p(),h}}function $2(e,t,r){return t===0?e:H0(e,t,r)}function H0(e,t,r){return(r?"":" ")+e}const G2=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];F0.peek=W2;function K2(){return{canContainEols:["delete"],enter:{strikethrough:V2},exit:{strikethrough:Y2}}}function q2(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:G2}],handlers:{delete:F0}}}function V2(e){this.enter({type:"delete",children:[]},e)}function Y2(e){this.exit(e)}function F0(e,t,r,a){const l=r.createTracker(a),c=r.enter("strikethrough");let u=l.move("~~");return u+=r.containerPhrasing(e,{...l.current(),before:u,after:"~"}),u+=l.move("~~"),c(),u}function W2(){return"~"}function X2(e){return e.length}function Z2(e,t){const r=t||{},a=(r.align||[]).concat(),l=r.stringLength||X2,c=[],u=[],d=[],h=[];let p=0,b=-1;for(;++b<e.length;){const k=[],N=[];let _=-1;for(e[b].length>p&&(p=e[b].length);++_<e[b].length;){const I=Q2(e[b][_]);if(r.alignDelimiters!==!1){const M=l(I);N[_]=M,(h[_]===void 0||M>h[_])&&(h[_]=M)}k.push(I)}u[b]=k,d[b]=N}let y=-1;if(typeof a=="object"&&"length"in a)for(;++y<p;)c[y]=Tv(a[y]);else{const k=Tv(a);for(;++y<p;)c[y]=k}y=-1;const v=[],x=[];for(;++y<p;){const k=c[y];let N="",_="";k===99?(N=":",_=":"):k===108?N=":":k===114&&(_=":");let I=r.alignDelimiters===!1?1:Math.max(1,h[y]-N.length-_.length);const M=N+"-".repeat(I)+_;r.alignDelimiters!==!1&&(I=N.length+I+_.length,I>h[y]&&(h[y]=I),x[y]=I),v[y]=M}u.splice(1,0,v),d.splice(1,0,x),b=-1;const S=[];for(;++b<u.length;){const k=u[b],N=d[b];y=-1;const _=[];for(;++y<p;){const I=k[y]||"";let M="",A="";if(r.alignDelimiters!==!1){const H=h[y]-(N[y]||0),D=c[y];D===114?M=" ".repeat(H):D===99?H%2?(M=" ".repeat(H/2+.5),A=" ".repeat(H/2-.5)):(M=" ".repeat(H/2),A=M):A=" ".repeat(H)}r.delimiterStart!==!1&&!y&&_.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&I==="")&&(r.delimiterStart!==!1||y)&&_.push(" "),r.alignDelimiters!==!1&&_.push(M),_.push(I),r.alignDelimiters!==!1&&_.push(A),r.padding!==!1&&_.push(" "),(r.delimiterEnd!==!1||y!==p-1)&&_.push("|")}S.push(r.delimiterEnd===!1?_.join("").replace(/ +$/,""):_.join(""))}return S.join(`
64
+ `)}function Q2(e){return e==null?"":String(e)}function Tv(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 J2(e,t,r,a){const l=r.enter("blockquote"),c=r.createTracker(a);c.move("> "),c.shift(2);const u=r.indentLines(r.containerFlow(e,c.current()),eA);return l(),u}function eA(e,t,r){return">"+(r?"":" ")+e}function tA(e,t){return Nv(e,t.inConstruct,!0)&&!Nv(e,t.notInConstruct,!1)}function Nv(e,t,r){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return r;let a=-1;for(;++a<t.length;)if(e.includes(t[a]))return!0;return!1}function Cv(e,t,r,a){let l=-1;for(;++l<r.unsafe.length;)if(r.unsafe[l].character===`
65
+ `&&tA(r.stack,r.unsafe[l]))return/[ \t]/.test(a.before)?"":" ";return`\\
66
+ `}function nA(e,t){const r=String(e);let a=r.indexOf(t),l=a,c=0,u=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;a!==-1;)a===l?++c>u&&(u=c):c=1,l=a+t.length,a=r.indexOf(t,l);return u}function rA(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 iA(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 aA(e,t,r,a){const l=iA(r),c=e.value||"",u=l==="`"?"GraveAccent":"Tilde";if(rA(e,r)){const y=r.enter("codeIndented"),v=r.indentLines(c,sA);return y(),v}const d=r.createTracker(a),h=l.repeat(Math.max(nA(c,l)+1,3)),p=r.enter("codeFenced");let b=d.move(h);if(e.lang){const y=r.enter(`codeFencedLang${u}`);b+=d.move(r.safe(e.lang,{before:b,after:" ",encode:["`"],...d.current()})),y()}if(e.lang&&e.meta){const y=r.enter(`codeFencedMeta${u}`);b+=d.move(" "),b+=d.move(r.safe(e.meta,{before:b,after:`
67
+ `,encode:["`"],...d.current()})),y()}return b+=d.move(`
68
+ `),c&&(b+=d.move(c+`
69
+ `)),b+=d.move(h),p(),b}function sA(e,t,r){return(r?"":" ")+e}function mp(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 lA(e,t,r,a){const l=mp(r),c=l==='"'?"Quote":"Apostrophe",u=r.enter("definition");let d=r.enter("label");const h=r.createTracker(a);let p=h.move("[");return p+=h.move(r.safe(r.associationId(e),{before:p,after:"]",...h.current()})),p+=h.move("]: "),d(),!e.url||/[\0- \u007F]/.test(e.url)?(d=r.enter("destinationLiteral"),p+=h.move("<"),p+=h.move(r.safe(e.url,{before:p,after:">",...h.current()})),p+=h.move(">")):(d=r.enter("destinationRaw"),p+=h.move(r.safe(e.url,{before:p,after:e.title?" ":`
70
+ `,...h.current()}))),d(),e.title&&(d=r.enter(`title${c}`),p+=h.move(" "+l),p+=h.move(r.safe(e.title,{before:p,after:l,...h.current()})),p+=h.move(l),d()),u(),p}function oA(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 eo(e){return"&#x"+e.toString(16).toUpperCase()+";"}function uu(e,t,r){const a=Ns(e),l=Ns(t);return a===void 0?l===void 0?r==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:a===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}}$0.peek=cA;function $0(e,t,r,a){const l=oA(r),c=r.enter("emphasis"),u=r.createTracker(a),d=u.move(l);let h=u.move(r.containerPhrasing(e,{after:l,before:d,...u.current()}));const p=h.charCodeAt(0),b=uu(a.before.charCodeAt(a.before.length-1),p,l);b.inside&&(h=eo(p)+h.slice(1));const y=h.charCodeAt(h.length-1),v=uu(a.after.charCodeAt(0),y,l);v.inside&&(h=h.slice(0,-1)+eo(y));const x=u.move(l);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},d+h+x}function cA(e,t,r){return r.options.emphasis||"*"}function uA(e,t){let r=!1;return Tu(e,function(a){if("value"in a&&/\r?\n|\r/.test(a.value)||a.type==="break")return r=!0,Oh}),!!((!e.depth||e.depth<3)&&lp(e)&&(t.options.setext||r))}function dA(e,t,r,a){const l=Math.max(Math.min(6,e.depth||1),1),c=r.createTracker(a);if(uA(e,r)){const b=r.enter("headingSetext"),y=r.enter("phrasing"),v=r.containerPhrasing(e,{...c.current(),before:`
71
+ `,after:`
72
+ `});return y(),b(),v+`
73
+ `+(l===1?"=":"-").repeat(v.length-(Math.max(v.lastIndexOf("\r"),v.lastIndexOf(`
74
+ `))+1))}const u="#".repeat(l),d=r.enter("headingAtx"),h=r.enter("phrasing");c.move(u+" ");let p=r.containerPhrasing(e,{before:"# ",after:`
75
+ `,...c.current()});return/^[\t ]/.test(p)&&(p=eo(p.charCodeAt(0))+p.slice(1)),p=p?u+" "+p:u,r.options.closeAtx&&(p+=" "+u),h(),d(),p}G0.peek=fA;function G0(e){return e.value||""}function fA(){return"<"}K0.peek=hA;function K0(e,t,r,a){const l=mp(r),c=l==='"'?"Quote":"Apostrophe",u=r.enter("image");let d=r.enter("label");const h=r.createTracker(a);let p=h.move("![");return p+=h.move(r.safe(e.alt,{before:p,after:"]",...h.current()})),p+=h.move("]("),d(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(d=r.enter("destinationLiteral"),p+=h.move("<"),p+=h.move(r.safe(e.url,{before:p,after:">",...h.current()})),p+=h.move(">")):(d=r.enter("destinationRaw"),p+=h.move(r.safe(e.url,{before:p,after:e.title?" ":")",...h.current()}))),d(),e.title&&(d=r.enter(`title${c}`),p+=h.move(" "+l),p+=h.move(r.safe(e.title,{before:p,after:l,...h.current()})),p+=h.move(l),d()),p+=h.move(")"),u(),p}function hA(){return"!"}q0.peek=pA;function q0(e,t,r,a){const l=e.referenceType,c=r.enter("imageReference");let u=r.enter("label");const d=r.createTracker(a);let h=d.move("![");const p=r.safe(e.alt,{before:h,after:"]",...d.current()});h+=d.move(p+"]["),u();const b=r.stack;r.stack=[],u=r.enter("reference");const y=r.safe(r.associationId(e),{before:h,after:"]",...d.current()});return u(),r.stack=b,c(),l==="full"||!p||p!==y?h+=d.move(y+"]"):l==="shortcut"?h=h.slice(0,-1):h+=d.move("]"),h}function pA(){return"!"}V0.peek=mA;function V0(e,t,r){let a=e.value||"",l="`",c=-1;for(;new RegExp("(^|[^`])"+l+"([^`]|$)").test(a);)l+="`";for(/[^ \r\n]/.test(a)&&(/^[ \r\n]/.test(a)&&/[ \r\n]$/.test(a)||/^`|`$/.test(a))&&(a=" "+a+" ");++c<r.unsafe.length;){const u=r.unsafe[c],d=r.compilePattern(u);let h;if(u.atBreak)for(;h=d.exec(a);){let p=h.index;a.charCodeAt(p)===10&&a.charCodeAt(p-1)===13&&p--,a=a.slice(0,p)+" "+a.slice(h.index+1)}}return l+a+l}function mA(){return"`"}function Y0(e,t){const r=lp(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))}W0.peek=gA;function W0(e,t,r,a){const l=mp(r),c=l==='"'?"Quote":"Apostrophe",u=r.createTracker(a);let d,h;if(Y0(e,r)){const b=r.stack;r.stack=[],d=r.enter("autolink");let y=u.move("<");return y+=u.move(r.containerPhrasing(e,{before:y,after:">",...u.current()})),y+=u.move(">"),d(),r.stack=b,y}d=r.enter("link"),h=r.enter("label");let p=u.move("[");return p+=u.move(r.containerPhrasing(e,{before:p,after:"](",...u.current()})),p+=u.move("]("),h(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(h=r.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(r.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(h=r.enter("destinationRaw"),p+=u.move(r.safe(e.url,{before:p,after:e.title?" ":")",...u.current()}))),h(),e.title&&(h=r.enter(`title${c}`),p+=u.move(" "+l),p+=u.move(r.safe(e.title,{before:p,after:l,...u.current()})),p+=u.move(l),h()),p+=u.move(")"),d(),p}function gA(e,t,r){return Y0(e,r)?"<":"["}X0.peek=bA;function X0(e,t,r,a){const l=e.referenceType,c=r.enter("linkReference");let u=r.enter("label");const d=r.createTracker(a);let h=d.move("[");const p=r.containerPhrasing(e,{before:h,after:"]",...d.current()});h+=d.move(p+"]["),u();const b=r.stack;r.stack=[],u=r.enter("reference");const y=r.safe(r.associationId(e),{before:h,after:"]",...d.current()});return u(),r.stack=b,c(),l==="full"||!p||p!==y?h+=d.move(y+"]"):l==="shortcut"?h=h.slice(0,-1):h+=d.move("]"),h}function bA(){return"["}function gp(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 yA(e){const t=gp(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 vA(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 Z0(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 xA(e,t,r,a){const l=r.enter("list"),c=r.bulletCurrent;let u=e.ordered?vA(r):gp(r);const d=e.ordered?u==="."?")":".":yA(r);let h=t&&r.bulletLastUsed?u===r.bulletLastUsed:!1;if(!e.ordered){const b=e.children?e.children[0]:void 0;if((u==="*"||u==="-")&&b&&(!b.children||!b.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&&(h=!0),Z0(r)===u&&b){let y=-1;for(;++y<e.children.length;){const v=e.children[y];if(v&&v.type==="listItem"&&v.children&&v.children[0]&&v.children[0].type==="thematicBreak"){h=!0;break}}}}h&&(u=d),r.bulletCurrent=u;const p=r.containerFlow(e,a);return r.bulletLastUsed=u,r.bulletCurrent=c,l(),p}function EA(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 _A(e,t,r,a){const l=EA(r);let c=r.bulletCurrent||gp(r);t&&t.type==="list"&&t.ordered&&(c=(typeof t.start=="number"&&t.start>-1?t.start:1)+(r.options.incrementListMarker===!1?0:t.children.indexOf(e))+c);let u=c.length+1;(l==="tab"||l==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(u=Math.ceil(u/4)*4);const d=r.createTracker(a);d.move(c+" ".repeat(u-c.length)),d.shift(u);const h=r.enter("listItem"),p=r.indentLines(r.containerFlow(e,d.current()),b);return h(),p;function b(y,v,x){return v?(x?"":" ".repeat(u))+y:(x?c:c+" ".repeat(u-c.length))+y}}function SA(e,t,r,a){const l=r.enter("paragraph"),c=r.enter("phrasing"),u=r.containerPhrasing(e,a);return c(),l(),u}const wA=co(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function kA(e,t,r,a){return(e.children.some(function(u){return wA(u)})?r.containerPhrasing:r.containerFlow).call(r,e,a)}function TA(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}Q0.peek=NA;function Q0(e,t,r,a){const l=TA(r),c=r.enter("strong"),u=r.createTracker(a),d=u.move(l+l);let h=u.move(r.containerPhrasing(e,{after:l,before:d,...u.current()}));const p=h.charCodeAt(0),b=uu(a.before.charCodeAt(a.before.length-1),p,l);b.inside&&(h=eo(p)+h.slice(1));const y=h.charCodeAt(h.length-1),v=uu(a.after.charCodeAt(0),y,l);v.inside&&(h=h.slice(0,-1)+eo(y));const x=u.move(l+l);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},d+h+x}function NA(e,t,r){return r.options.strong||"*"}function CA(e,t,r,a){return r.safe(e.value,a)}function AA(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 OA(e,t,r){const a=(Z0(r)+(r.options.ruleSpaces?" ":"")).repeat(AA(r));return r.options.ruleSpaces?a.slice(0,-1):a}const J0={blockquote:J2,break:Cv,code:aA,definition:lA,emphasis:$0,hardBreak:Cv,heading:dA,html:G0,image:K0,imageReference:q0,inlineCode:V0,link:W0,linkReference:X0,list:xA,listItem:_A,paragraph:SA,root:kA,strong:Q0,text:CA,thematicBreak:OA};function RA(){return{enter:{table:MA,tableData:Av,tableHeader:Av,tableRow:DA},exit:{codeText:LA,table:IA,tableData:ih,tableHeader:ih,tableRow:ih}}}function MA(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 IA(e){this.exit(e),this.data.inTable=void 0}function DA(e){this.enter({type:"tableRow",children:[]},e)}function ih(e){this.exit(e)}function Av(e){this.enter({type:"tableCell",children:[]},e)}function LA(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,zA));const r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function zA(e,t){return t==="|"?t:e}function jA(e){const t=e||{},r=t.tableCellPadding,a=t.tablePipeAlign,l=t.stringLength,c=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
76
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:v,table:u,tableCell:h,tableRow:d}};function u(x,S,k,N){return p(b(x,k,N),x.align)}function d(x,S,k,N){const _=y(x,k,N),I=p([_]);return I.slice(0,I.indexOf(`
77
+ `))}function h(x,S,k,N){const _=k.enter("tableCell"),I=k.enter("phrasing"),M=k.containerPhrasing(x,{...N,before:c,after:c});return I(),_(),M}function p(x,S){return Z2(x,{align:S,alignDelimiters:a,padding:r,stringLength:l})}function b(x,S,k){const N=x.children;let _=-1;const I=[],M=S.enter("table");for(;++_<N.length;)I[_]=y(N[_],S,k);return M(),I}function y(x,S,k){const N=x.children;let _=-1;const I=[],M=S.enter("tableRow");for(;++_<N.length;)I[_]=h(N[_],x,S,k);return M(),I}function v(x,S,k){let N=J0.inlineCode(x,S,k);return k.stack.includes("tableCell")&&(N=N.replace(/\|/g,"\\$&")),N}}function BA(){return{exit:{taskListCheckValueChecked:Ov,taskListCheckValueUnchecked:Ov,paragraph:PA}}}function UA(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:HA}}}function Ov(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function PA(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 a=r.children[0];if(a&&a.type==="text"){const l=t.children;let c=-1,u;for(;++c<l.length;){const d=l[c];if(d.type==="paragraph"){u=d;break}}u===r&&(a.value=a.value.slice(1),a.value.length===0?r.children.shift():r.position&&a.position&&typeof a.position.start.offset=="number"&&(a.position.start.column++,a.position.start.offset++,r.position.start=Object.assign({},a.position.start)))}}this.exit(e)}function HA(e,t,r,a){const l=e.children[0],c=typeof e.checked=="boolean"&&l&&l.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",d=r.createTracker(a);c&&d.move(u);let h=J0.listItem(e,t,r,{...a,...d.current()});return c&&(h=h.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,p)),h;function p(b){return b+u}}function FA(){return[x2(),H2(),K2(),RA(),BA()]}function $A(e){return{extensions:[E2(),F2(e),q2(),jA(e),UA()]}}const GA={tokenize:XA,partial:!0},e1={tokenize:ZA,partial:!0},t1={tokenize:QA,partial:!0},n1={tokenize:JA,partial:!0},KA={tokenize:eO,partial:!0},r1={name:"wwwAutolink",tokenize:YA,previous:a1},i1={name:"protocolAutolink",tokenize:WA,previous:s1},ti={name:"emailAutolink",tokenize:VA,previous:l1},wr={};function qA(){return{text:wr}}let ua=48;for(;ua<123;)wr[ua]=ti,ua++,ua===58?ua=65:ua===91&&(ua=97);wr[43]=ti;wr[45]=ti;wr[46]=ti;wr[95]=ti;wr[72]=[ti,i1];wr[104]=[ti,i1];wr[87]=[ti,r1];wr[119]=[ti,r1];function VA(e,t,r){const a=this;let l,c;return u;function u(y){return!Dh(y)||!l1.call(a,a.previous)||bp(a.events)?r(y):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),d(y))}function d(y){return Dh(y)?(e.consume(y),d):y===64?(e.consume(y),h):r(y)}function h(y){return y===46?e.check(KA,b,p)(y):y===45||y===95||nn(y)?(c=!0,e.consume(y),h):b(y)}function p(y){return e.consume(y),l=!0,h}function b(y){return c&&l&&dn(a.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(y)):r(y)}}function YA(e,t,r){const a=this;return l;function l(u){return u!==87&&u!==119||!a1.call(a,a.previous)||bp(a.events)?r(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(GA,e.attempt(e1,e.attempt(t1,c),r),r)(u))}function c(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function WA(e,t,r){const a=this;let l="",c=!1;return u;function u(y){return(y===72||y===104)&&s1.call(a,a.previous)&&!bp(a.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),l+=String.fromCodePoint(y),e.consume(y),d):r(y)}function d(y){if(dn(y)&&l.length<5)return l+=String.fromCodePoint(y),e.consume(y),d;if(y===58){const v=l.toLowerCase();if(v==="http"||v==="https")return e.consume(y),h}return r(y)}function h(y){return y===47?(e.consume(y),c?p:(c=!0,h)):r(y)}function p(y){return y===null||lu(y)||gt(y)||ga(y)||_u(y)?r(y):e.attempt(e1,e.attempt(t1,b),r)(y)}function b(y){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(y)}}function XA(e,t,r){let a=0;return l;function l(u){return(u===87||u===119)&&a<3?(a++,e.consume(u),l):u===46&&a===3?(e.consume(u),c):r(u)}function c(u){return u===null?r(u):t(u)}}function ZA(e,t,r){let a,l,c;return u;function u(p){return p===46||p===95?e.check(n1,h,d)(p):p===null||gt(p)||ga(p)||p!==45&&_u(p)?h(p):(c=!0,e.consume(p),u)}function d(p){return p===95?a=!0:(l=a,a=void 0),e.consume(p),u}function h(p){return l||a||!c?r(p):t(p)}}function QA(e,t){let r=0,a=0;return l;function l(u){return u===40?(r++,e.consume(u),l):u===41&&a<r?c(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(n1,t,c)(u):u===null||gt(u)||ga(u)?t(u):(e.consume(u),l)}function c(u){return u===41&&a++,e.consume(u),l}}function JA(e,t,r){return a;function a(d){return d===33||d===34||d===39||d===41||d===42||d===44||d===46||d===58||d===59||d===63||d===95||d===126?(e.consume(d),a):d===38?(e.consume(d),c):d===93?(e.consume(d),l):d===60||d===null||gt(d)||ga(d)?t(d):r(d)}function l(d){return d===null||d===40||d===91||gt(d)||ga(d)?t(d):a(d)}function c(d){return dn(d)?u(d):r(d)}function u(d){return d===59?(e.consume(d),a):dn(d)?(e.consume(d),u):r(d)}}function eO(e,t,r){return a;function a(c){return e.consume(c),l}function l(c){return nn(c)?r(c):t(c)}}function a1(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||gt(e)}function s1(e){return!dn(e)}function l1(e){return!(e===47||Dh(e))}function Dh(e){return e===43||e===45||e===46||e===95||nn(e)}function bp(e){let t=e.length,r=!1;for(;t--;){const a=e[t][1];if((a.type==="labelLink"||a.type==="labelImage")&&!a._balanced){r=!0;break}if(a._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}const tO={tokenize:cO,partial:!0};function nO(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:sO,continuation:{tokenize:lO},exit:oO}},text:{91:{name:"gfmFootnoteCall",tokenize:aO},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:rO,resolveTo:iO}}}}function rO(e,t,r){const a=this;let l=a.events.length;const c=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let u;for(;l--;){const h=a.events[l][1];if(h.type==="labelImage"){u=h;break}if(h.type==="gfmFootnoteCall"||h.type==="labelLink"||h.type==="label"||h.type==="image"||h.type==="link")break}return d;function d(h){if(!u||!u._balanced)return r(h);const p=ir(a.sliceSerialize({start:u.end,end:a.now()}));return p.codePointAt(0)!==94||!c.includes(p.slice(1))?r(h):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),t(h))}}function iO(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 a={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 c={type:"gfmFootnoteCallString",start:Object.assign({},l.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},c.start),end:Object.assign({},c.end)},d=[e[r+1],e[r+2],["enter",a,t],e[r+3],e[r+4],["enter",l,t],["exit",l,t],["enter",c,t],["enter",u,t],["exit",u,t],["exit",c,t],e[e.length-2],e[e.length-1],["exit",a,t]];return e.splice(r,e.length-r+1,...d),e}function aO(e,t,r){const a=this,l=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let c=0,u;return d;function d(y){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(y),e.exit("gfmFootnoteCallLabelMarker"),h}function h(y){return y!==94?r(y):(e.enter("gfmFootnoteCallMarker"),e.consume(y),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",p)}function p(y){if(c>999||y===93&&!u||y===null||y===91||gt(y))return r(y);if(y===93){e.exit("chunkString");const v=e.exit("gfmFootnoteCallString");return l.includes(ir(a.sliceSerialize(v)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(y),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(y)}return gt(y)||(u=!0),c++,e.consume(y),y===92?b:p}function b(y){return y===91||y===92||y===93?(e.consume(y),c++,p):p(y)}}function sO(e,t,r){const a=this,l=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let c,u=0,d;return h;function h(S){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),p}function p(S){return S===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",b):r(S)}function b(S){if(u>999||S===93&&!d||S===null||S===91||gt(S))return r(S);if(S===93){e.exit("chunkString");const k=e.exit("gfmFootnoteDefinitionLabelString");return c=ir(a.sliceSerialize(k)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),v}return gt(S)||(d=!0),u++,e.consume(S),S===92?y:b}function y(S){return S===91||S===92||S===93?(e.consume(S),u++,b):b(S)}function v(S){return S===58?(e.enter("definitionMarker"),e.consume(S),e.exit("definitionMarker"),l.includes(c)||l.push(c),Ze(e,x,"gfmFootnoteDefinitionWhitespace")):r(S)}function x(S){return t(S)}}function lO(e,t,r){return e.check(oo,t,e.attempt(tO,t,r))}function oO(e){e.exit("gfmFootnoteDefinition")}function cO(e,t,r){const a=this;return Ze(e,l,"gfmFootnoteDefinitionIndent",5);function l(c){const u=a.events[a.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(c):r(c)}}function uO(e){let r=(e||{}).singleTilde;const a={name:"strikethrough",tokenize:c,resolveAll:l};return r==null&&(r=!0),{text:{126:a},insideSpan:{null:[a]},attentionMarkers:{null:[126]}};function l(u,d){let h=-1;for(;++h<u.length;)if(u[h][0]==="enter"&&u[h][1].type==="strikethroughSequenceTemporary"&&u[h][1]._close){let p=h;for(;p--;)if(u[p][0]==="exit"&&u[p][1].type==="strikethroughSequenceTemporary"&&u[p][1]._open&&u[h][1].end.offset-u[h][1].start.offset===u[p][1].end.offset-u[p][1].start.offset){u[h][1].type="strikethroughSequence",u[p][1].type="strikethroughSequence";const b={type:"strikethrough",start:Object.assign({},u[p][1].start),end:Object.assign({},u[h][1].end)},y={type:"strikethroughText",start:Object.assign({},u[p][1].end),end:Object.assign({},u[h][1].start)},v=[["enter",b,d],["enter",u[p][1],d],["exit",u[p][1],d],["enter",y,d]],x=d.parser.constructs.insideSpan.null;x&&jn(v,v.length,0,Su(x,u.slice(p+1,h),d)),jn(v,v.length,0,[["exit",y,d],["enter",u[h][1],d],["exit",u[h][1],d],["exit",b,d]]),jn(u,p-1,h-p+3,v),h=p+v.length-2;break}}for(h=-1;++h<u.length;)u[h][1].type==="strikethroughSequenceTemporary"&&(u[h][1].type="data");return u}function c(u,d,h){const p=this.previous,b=this.events;let y=0;return v;function v(S){return p===126&&b[b.length-1][1].type!=="characterEscape"?h(S):(u.enter("strikethroughSequenceTemporary"),x(S))}function x(S){const k=Ns(p);if(S===126)return y>1?h(S):(u.consume(S),y++,x);if(y<2&&!r)return h(S);const N=u.exit("strikethroughSequenceTemporary"),_=Ns(S);return N._open=!_||_===2&&!!k,N._close=!k||k===2&&!!_,d(S)}}}class dO{constructor(){this.map=[]}add(t,r,a){fO(this,t,r,a)}consume(t){if(this.map.sort(function(c,u){return c[0]-u[0]}),this.map.length===0)return;let r=this.map.length;const a=[];for(;r>0;)r-=1,a.push(t.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),t.length=this.map[r][0];a.push(t.slice()),t.length=0;let l=a.pop();for(;l;){for(const c of l)t.push(c);l=a.pop()}this.map.length=0}}function fO(e,t,r,a){let l=0;if(!(r===0&&a.length===0)){for(;l<e.map.length;){if(e.map[l][0]===t){e.map[l][1]+=r,e.map[l][2].push(...a);return}l+=1}e.map.push([t,r,a])}}function hO(e,t){let r=!1;const a=[];for(;t<e.length;){const l=e[t];if(r){if(l[0]==="enter")l[1].type==="tableContent"&&a.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(l[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const c=a.length-1;a[c]=a[c]==="left"?"center":"right"}}else if(l[1].type==="tableDelimiterRow")break}else l[0]==="enter"&&l[1].type==="tableDelimiterRow"&&(r=!0);t+=1}return a}function pO(){return{flow:{null:{name:"table",tokenize:mO,resolveAll:gO}}}}function mO(e,t,r){const a=this;let l=0,c=0,u;return d;function d(B){let K=a.events.length-1;for(;K>-1;){const ne=a.events[K][1].type;if(ne==="lineEnding"||ne==="linePrefix")K--;else break}const Q=K>-1?a.events[K][1].type:null,pe=Q==="tableHead"||Q==="tableRow"?D:h;return pe===D&&a.parser.lazy[a.now().line]?r(B):pe(B)}function h(B){return e.enter("tableHead"),e.enter("tableRow"),p(B)}function p(B){return B===124||(u=!0,c+=1),b(B)}function b(B){return B===null?r(B):Ce(B)?c>1?(c=0,a.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(B),e.exit("lineEnding"),x):r(B):Ke(B)?Ze(e,b,"whitespace")(B):(c+=1,u&&(u=!1,l+=1),B===124?(e.enter("tableCellDivider"),e.consume(B),e.exit("tableCellDivider"),u=!0,b):(e.enter("data"),y(B)))}function y(B){return B===null||B===124||gt(B)?(e.exit("data"),b(B)):(e.consume(B),B===92?v:y)}function v(B){return B===92||B===124?(e.consume(B),y):y(B)}function x(B){return a.interrupt=!1,a.parser.lazy[a.now().line]?r(B):(e.enter("tableDelimiterRow"),u=!1,Ke(B)?Ze(e,S,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(B):S(B))}function S(B){return B===45||B===58?N(B):B===124?(u=!0,e.enter("tableCellDivider"),e.consume(B),e.exit("tableCellDivider"),k):H(B)}function k(B){return Ke(B)?Ze(e,N,"whitespace")(B):N(B)}function N(B){return B===58?(c+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(B),e.exit("tableDelimiterMarker"),_):B===45?(c+=1,_(B)):B===null||Ce(B)?A(B):H(B)}function _(B){return B===45?(e.enter("tableDelimiterFiller"),I(B)):H(B)}function I(B){return B===45?(e.consume(B),I):B===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(B),e.exit("tableDelimiterMarker"),M):(e.exit("tableDelimiterFiller"),M(B))}function M(B){return Ke(B)?Ze(e,A,"whitespace")(B):A(B)}function A(B){return B===124?S(B):B===null||Ce(B)?!u||l!==c?H(B):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(B)):H(B)}function H(B){return r(B)}function D(B){return e.enter("tableRow"),Z(B)}function Z(B){return B===124?(e.enter("tableCellDivider"),e.consume(B),e.exit("tableCellDivider"),Z):B===null||Ce(B)?(e.exit("tableRow"),t(B)):Ke(B)?Ze(e,Z,"whitespace")(B):(e.enter("data"),ie(B))}function ie(B){return B===null||B===124||gt(B)?(e.exit("data"),Z(B)):(e.consume(B),B===92?te:ie)}function te(B){return B===92||B===124?(e.consume(B),ie):ie(B)}}function gO(e,t){let r=-1,a=!0,l=0,c=[0,0,0,0],u=[0,0,0,0],d=!1,h=0,p,b,y;const v=new dO;for(;++r<e.length;){const x=e[r],S=x[1];x[0]==="enter"?S.type==="tableHead"?(d=!1,h!==0&&(Rv(v,t,h,p,b),b=void 0,h=0),p={type:"table",start:Object.assign({},S.start),end:Object.assign({},S.end)},v.add(r,0,[["enter",p,t]])):S.type==="tableRow"||S.type==="tableDelimiterRow"?(a=!0,y=void 0,c=[0,0,0,0],u=[0,r+1,0,0],d&&(d=!1,b={type:"tableBody",start:Object.assign({},S.start),end:Object.assign({},S.end)},v.add(r,0,[["enter",b,t]])),l=S.type==="tableDelimiterRow"?2:b?3:1):l&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")?(a=!1,u[2]===0&&(c[1]!==0&&(u[0]=u[1],y=Fc(v,t,c,l,void 0,y),c=[0,0,0,0]),u[2]=r)):S.type==="tableCellDivider"&&(a?a=!1:(c[1]!==0&&(u[0]=u[1],y=Fc(v,t,c,l,void 0,y)),c=u,u=[c[1],r,0,0])):S.type==="tableHead"?(d=!0,h=r):S.type==="tableRow"||S.type==="tableDelimiterRow"?(h=r,c[1]!==0?(u[0]=u[1],y=Fc(v,t,c,l,r,y)):u[1]!==0&&(y=Fc(v,t,u,l,r,y)),l=0):l&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")&&(u[3]=r)}for(h!==0&&Rv(v,t,h,p,b),v.consume(t.events),r=-1;++r<t.events.length;){const x=t.events[r];x[0]==="enter"&&x[1].type==="table"&&(x[1]._align=hO(t.events,r))}return e}function Fc(e,t,r,a,l,c){const u=a===1?"tableHeader":a===2?"tableDelimiter":"tableData",d="tableContent";r[0]!==0&&(c.end=Object.assign({},hs(t.events,r[0])),e.add(r[0],0,[["exit",c,t]]));const h=hs(t.events,r[1]);if(c={type:u,start:Object.assign({},h),end:Object.assign({},h)},e.add(r[1],0,[["enter",c,t]]),r[2]!==0){const p=hs(t.events,r[2]),b=hs(t.events,r[3]),y={type:d,start:Object.assign({},p),end:Object.assign({},b)};if(e.add(r[2],0,[["enter",y,t]]),a!==2){const v=t.events[r[2]],x=t.events[r[3]];if(v[1].end=Object.assign({},x[1].end),v[1].type="chunkText",v[1].contentType="text",r[3]>r[2]+1){const S=r[2]+1,k=r[3]-r[2]-1;e.add(S,k,[])}}e.add(r[3]+1,0,[["exit",y,t]])}return l!==void 0&&(c.end=Object.assign({},hs(t.events,l)),e.add(l,0,[["exit",c,t]]),c=void 0),c}function Rv(e,t,r,a,l){const c=[],u=hs(t.events,r);l&&(l.end=Object.assign({},u),c.push(["exit",l,t])),a.end=Object.assign({},u),c.push(["exit",a,t]),e.add(r+1,0,c)}function hs(e,t){const r=e[t],a=r[0]==="enter"?"start":"end";return r[1][a]}const bO={name:"tasklistCheck",tokenize:vO};function yO(){return{text:{91:bO}}}function vO(e,t,r){const a=this;return l;function l(h){return a.previous!==null||!a._gfmTasklistFirstContentOfListItem?r(h):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(h),e.exit("taskListCheckMarker"),c)}function c(h){return gt(h)?(e.enter("taskListCheckValueUnchecked"),e.consume(h),e.exit("taskListCheckValueUnchecked"),u):h===88||h===120?(e.enter("taskListCheckValueChecked"),e.consume(h),e.exit("taskListCheckValueChecked"),u):r(h)}function u(h){return h===93?(e.enter("taskListCheckMarker"),e.consume(h),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),d):r(h)}function d(h){return Ce(h)?t(h):Ke(h)?e.check({tokenize:xO},t,r)(h):r(h)}}function xO(e,t,r){return Ze(e,a,"whitespace");function a(l){return l===null?r(l):t(l)}}function EO(e){return b0([qA(),nO(),uO(e),pO(),yO()])}const _O={};function o1(e){const t=this,r=e||_O,a=t.data(),l=a.micromarkExtensions||(a.micromarkExtensions=[]),c=a.fromMarkdownExtensions||(a.fromMarkdownExtensions=[]),u=a.toMarkdownExtensions||(a.toMarkdownExtensions=[]);l.push(EO(r)),c.push(FA()),u.push($A(r))}const Mv=(function(e,t,r){const a=co(r);if(!e||!e.type||!e.children)throw new Error("Expected parent node");if(typeof t=="number"){if(t<0||t===Number.POSITIVE_INFINITY)throw new Error("Expected positive finite number as index")}else if(t=e.children.indexOf(t),t<0)throw new Error("Expected child node or index");for(;++t<e.children.length;)if(a(e.children[t],t,e))return e.children[t]}),xa=(function(e){if(e==null)return kO;if(typeof e=="string")return wO(e);if(typeof e=="object")return SO(e);if(typeof e=="function")return yp(e);throw new Error("Expected function, string, or array as `test`")});function SO(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=xa(e[r]);return yp(a);function a(...l){let c=-1;for(;++c<t.length;)if(t[c].apply(this,l))return!0;return!1}}function wO(e){return yp(t);function t(r){return r.tagName===e}}function yp(e){return t;function t(r,a,l){return!!(TO(r)&&e.call(this,r,typeof a=="number"?a:void 0,l||void 0))}}function kO(e){return!!(e&&typeof e=="object"&&"type"in e&&e.type==="element"&&"tagName"in e&&typeof e.tagName=="string")}function TO(e){return e!==null&&typeof e=="object"&&"type"in e&&"tagName"in e}const Iv=/\n/g,Dv=/[\t ]+/g,Lh=xa("br"),Lv=xa(DO),NO=xa("p"),zv=xa("tr"),CO=xa(["datalist","head","noembed","noframes","noscript","rp","script","style","template","title",IO,LO]),c1=xa(["address","article","aside","blockquote","body","caption","center","dd","dialog","dir","dl","dt","div","figure","figcaption","footer","form,","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","legend","li","listing","main","menu","nav","ol","p","plaintext","pre","section","ul","xmp"]);function AO(e,t){const r=t||{},a="children"in e?e.children:[],l=c1(e),c=f1(e,{whitespace:r.whitespace||"normal"}),u=[];(e.type==="text"||e.type==="comment")&&u.push(...d1(e,{breakBefore:!0,breakAfter:!0}));let d=-1;for(;++d<a.length;)u.push(...u1(a[d],e,{whitespace:c,breakBefore:d?void 0:l,breakAfter:d<a.length-1?Lh(a[d+1]):l}));const h=[];let p;for(d=-1;++d<u.length;){const b=u[d];typeof b=="number"?p!==void 0&&b>p&&(p=b):b&&(p!==void 0&&p>-1&&h.push(`
78
+ `.repeat(p)||" "),p=-1,h.push(b))}return h.join("")}function u1(e,t,r){return e.type==="element"?OO(e,t,r):e.type==="text"?r.whitespace==="normal"?d1(e,r):RO(e):[]}function OO(e,t,r){const a=f1(e,r),l=e.children||[];let c=-1,u=[];if(CO(e))return u;let d,h;for(Lh(e)||zv(e)&&Mv(t,e,zv)?h=`
79
+ `:NO(e)?(d=2,h=2):c1(e)&&(d=1,h=1);++c<l.length;)u=u.concat(u1(l[c],e,{whitespace:a,breakBefore:c?void 0:d,breakAfter:c<l.length-1?Lh(l[c+1]):h}));return Lv(e)&&Mv(t,e,Lv)&&u.push(" "),d&&u.unshift(d),h&&u.push(h),u}function d1(e,t){const r=String(e.value),a=[],l=[];let c=0;for(;c<=r.length;){Iv.lastIndex=c;const h=Iv.exec(r),p=h&&"index"in h?h.index:r.length;a.push(MO(r.slice(c,p).replace(/[\u061C\u200E\u200F\u202A-\u202E\u2066-\u2069]/g,""),c===0?t.breakBefore:!0,p===r.length?t.breakAfter:!0)),c=p+1}let u=-1,d;for(;++u<a.length;)a[u].charCodeAt(a[u].length-1)===8203||u<a.length-1&&a[u+1].charCodeAt(0)===8203?(l.push(a[u]),d=void 0):a[u]?(typeof d=="number"&&l.push(d),l.push(a[u]),d=0):(u===0||u===a.length-1)&&l.push(0);return l}function RO(e){return[String(e.value)]}function MO(e,t,r){const a=[];let l=0,c;for(;l<e.length;){Dv.lastIndex=l;const u=Dv.exec(e);c=u?u.index:e.length,!l&&!c&&u&&!t&&a.push(""),l!==c&&a.push(e.slice(l,c)),l=u?c+u[0].length:c}return l!==c&&!r&&a.push(""),a.join(" ")}function f1(e,t){if(e.type==="element"){const r=e.properties||{};switch(e.tagName){case"listing":case"plaintext":case"xmp":return"pre";case"nobr":return"nowrap";case"pre":return r.wrap?"pre-wrap":"pre";case"td":case"th":return r.noWrap?"nowrap":t.whitespace;case"textarea":return"pre-wrap"}}return t.whitespace}function IO(e){return!!(e.properties||{}).hidden}function DO(e){return e.tagName==="td"||e.tagName==="th"}function LO(e){return e.tagName==="dialog"&&!(e.properties||{}).open}function zO(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",l="[a-zA-Z_]\\w*::",u="(?!struct)("+a+"|"+t.optional(l)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",d={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},p={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(p,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(l)+e.IDENT_RE,relevance:0},x=t.optional(l)+e.IDENT_RE+"\\s*\\(",S=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],k=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],N=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],_=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],A={type:k,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:N},H={className:"function.dispatch",relevance:0,keywords:{_hint:_},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},D=[H,y,d,r,e.C_BLOCK_COMMENT_MODE,b,p],Z={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:A,contains:D.concat([{begin:/\(/,end:/\)/,keywords:A,contains:D.concat(["self"]),relevance:0}]),relevance:0},ie={className:"function",begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:A,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:A,relevance:0},{begin:x,returnBegin:!0,contains:[v],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[p,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,p,b,d,{begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,p,b,d]}]},d,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:A,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Z,ie,H,D,[y,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)",end:">",keywords:A,contains:["self",d]},{begin:e.IDENT_RE+"::",keywords:A},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function jO(e){const t={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},r=zO(e),a=r.keywords;return a.type=[...a.type,...t.type],a.literal=[...a.literal,...t.literal],a.built_in=[...a.built_in,...t.built_in],a._hints=t._hints,r.name="Arduino",r.aliases=["ino"],r.supersetOf="cpp",r}function BO(e){const t=e.regex,r={},a={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[r]}]};Object.assign(r,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},a]});const l={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},c=e.inherit(e.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),u={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},d={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r,l]};l.contains.push(d);const h={match:/\\"/},p={className:"string",begin:/'/,end:/'/},b={match:/\\'/},y={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,r]},v=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],x=e.SHEBANG({binary:`(${v.join("|")})`,relevance:10}),S={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},k=["if","then","else","elif","fi","time","for","while","until","in","do","done","case","esac","coproc","function","select"],N=["true","false"],_={match:/(\/[a-z._-]+)+/},I=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],M=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],A=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],H=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:k,literal:N,built_in:[...I,...M,"set","shopt",...A,...H]},contains:[x,e.SHEBANG(),S,y,c,u,_,d,h,p,b,r]}}function UO(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",l="[a-zA-Z_]\\w*::",u="("+a+"|"+t.optional(l)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",d={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},p={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{match:/\b(0b[01']+)/},{match:/(-?)\b([\d']+(\.[\d']*)?|\.[\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)/},{match:/(-?)\b(0[xX][a-fA-F0-9]+(?:'[a-fA-F0-9]+)*(?:\.[a-fA-F0-9]*(?:'[a-fA-F0-9]*)*)?(?:[pP][-+]?[0-9]+)?(l|L)?(u|U)?)/},{match:/(-?)\b\d+(?:'\d+)*(?:\.\d*(?:'\d*)*)?(?:[eE][-+]?\d+)?/}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef elifdef elifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(p,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(l)+e.IDENT_RE,relevance:0},x=t.optional(l)+e.IDENT_RE+"\\s*\\(",N={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","typeof","typeof_unqual","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_BitInt","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal96","_Decimal128","_Decimal64x","_Decimal128x","_Float16","_Float32","_Float64","_Float128","_Float32x","_Float64x","_Float128x","const","static","constexpr","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},_=[y,d,r,e.C_BLOCK_COMMENT_MODE,b,p],I={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:N,contains:_.concat([{begin:/\(/,end:/\)/,keywords:N,contains:_.concat(["self"]),relevance:0}]),relevance:0},M={begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:N,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:N,relevance:0},{begin:x,returnBegin:!0,contains:[e.inherit(v,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:N,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,p,b,d,{begin:/\(/,end:/\)/,keywords:N,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,p,b,d]}]},d,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C",aliases:["h"],keywords:N,disableAutodetect:!0,illegal:"</",contains:[].concat(I,M,_,[y,{begin:e.IDENT_RE+"::",keywords:N},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:y,strings:p,keywords:N}}}function PO(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",l="[a-zA-Z_]\\w*::",u="(?!struct)("+a+"|"+t.optional(l)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",d={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},p={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(p,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(l)+e.IDENT_RE,relevance:0},x=t.optional(l)+e.IDENT_RE+"\\s*\\(",S=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],k=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],N=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],_=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],A={type:k,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:N},H={className:"function.dispatch",relevance:0,keywords:{_hint:_},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},D=[H,y,d,r,e.C_BLOCK_COMMENT_MODE,b,p],Z={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:A,contains:D.concat([{begin:/\(/,end:/\)/,keywords:A,contains:D.concat(["self"]),relevance:0}]),relevance:0},ie={className:"function",begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:A,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:A,relevance:0},{begin:x,returnBegin:!0,contains:[v],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[p,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,p,b,d,{begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,p,b,d]}]},d,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:A,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Z,ie,H,D,[y,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)",end:">",keywords:A,contains:["self",d]},{begin:e.IDENT_RE+"::",keywords:A},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function HO(e){const t=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],r=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],a=["default","false","null","true"],l=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],c=["add","alias","and","ascending","args","async","await","by","descending","dynamic","equals","file","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","record","remove","required","scoped","select","set","unmanaged","value|0","var","when","where","with","yield"],u={keyword:l.concat(c),built_in:t,literal:a},d=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),h={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},p={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},b={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},y=e.inherit(b,{illegal:/\n/}),v={className:"subst",begin:/\{/,end:/\}/,keywords:u},x=e.inherit(v,{illegal:/\n/}),S={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,x]},k={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},v]},N=e.inherit(k,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},x]});v.contains=[k,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,h,e.C_BLOCK_COMMENT_MODE],x.contains=[N,S,y,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,h,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const _={variants:[p,k,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},I={begin:"<",end:">",contains:[{beginKeywords:"in out"},d]},M=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",A={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:u,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"<!--|-->"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},_,h,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},d,I,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[d,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[d,I,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+M+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:u,contains:[{beginKeywords:r.join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,I],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:u,relevance:0,contains:[_,h,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},A]}}const FO=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),$O=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],GO=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],KO=[...$O,...GO],qO=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),VO=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),YO=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),WO=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function XO(e){const t=e.regex,r=FO(e),a={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},l="and or not only",c=/@-?\w[\w]*(-\w+)*/,u="[a-zA-Z-][a-zA-Z0-9_-]*",d=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[r.BLOCK_COMMENT,a,r.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+u,relevance:0},r.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+VO.join("|")+")"},{begin:":(:)?("+YO.join("|")+")"}]},r.CSS_VARIABLE,{className:"attribute",begin:"\\b("+WO.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[r.BLOCK_COMMENT,r.HEXCOLOR,r.IMPORTANT,r.CSS_NUMBER_MODE,...d,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...d,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},r.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:c},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:l,attribute:qO.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...d,r.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+KO.join("|")+")\\b"}]}}function ZO(e){const t=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:t.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}function QO(e){const c={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:c,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:"`",end:"`"}]},{className:"number",variants:[{match:/-?\b0[xX]\.[a-fA-F0-9](_?[a-fA-F0-9])*[pP][+-]?\d(_?\d)*i?/,relevance:0},{match:/-?\b0[xX](_?[a-fA-F0-9])+((\.([a-fA-F0-9](_?[a-fA-F0-9])*)?)?[pP][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b0[oO](_?[0-7])*i?/,relevance:0},{match:/-?\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b\d(_?\d)*(\.(\d(_?\d)*)?)?([eE][+-]?\d(_?\d)*)?i?/,relevance:0}]},{begin:/:=/},{className:"function",beginKeywords:"func",end:"\\s*(\\{|$)",excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:c,illegal:/["']/}]}]}}function JO(e){const t=e.regex,r=/[_A-Za-z][_0-9A-Za-z]*/;return{name:"GraphQL",aliases:["gql"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:["query","mutation","subscription","type","input","schema","directive","interface","union","scalar","fragment","enum","on"],literal:["true","false","null"]},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{scope:"punctuation",match:/[.]{3}/,relevance:0},{scope:"punctuation",begin:/[\!\(\)\:\=\[\]\{\|\}]{1}/,relevance:0},{scope:"variable",begin:/\$/,end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{scope:"symbol",begin:t.concat(r,t.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}function eR(e){const t=e.regex,r={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:e.NUMBER_RE}]},a=e.COMMENT();a.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const l={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},c={className:"literal",begin:/\bon|off|true|false|yes|no\b/},u={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},d={begin:/\[/,end:/\]/,contains:[a,c,l,u,r,"self"],relevance:0},h=/[A-Za-z0-9_-]+/,p=/"(\\"|[^"])*"/,b=/'[^']*'/,y=t.either(h,p,b),v=t.concat(y,"(\\s*\\.\\s*",y,")*",t.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[a,{className:"section",begin:/\[+/,end:/\]+/},{begin:v,className:"attr",starts:{end:/$/,contains:[a,d,c,l,u,r]}}]}}var ps="[0-9](_*[0-9])*",$c=`\\.(${ps})`,Gc="[0-9a-fA-F](_*[0-9a-fA-F])*",jv={className:"number",variants:[{begin:`(\\b(${ps})((${$c})|\\.)?|(${$c}))[eE][+-]?(${ps})[fFdD]?\\b`},{begin:`\\b(${ps})((${$c})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${$c})[fFdD]?\\b`},{begin:`\\b(${ps})[fFdD]\\b`},{begin:`\\b0[xX]((${Gc})\\.?|(${Gc})?\\.(${Gc}))[pP][+-]?(${ps})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${Gc})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function h1(e,t,r){return r===-1?"":e.replace(t,a=>h1(e,t,r-1))}function tR(e){const t=e.regex,r="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",a=r+h1("(?:<"+r+"~~~(?:\\s*,\\s*"+r+"~~~)*>)?",/~~~/g,2),h={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits","goto","when"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},p={className:"meta",begin:"@"+r,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},b={className:"params",begin:/\(/,end:/\)/,keywords:h,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:h,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[e.BACKSLASH_ESCAPE]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,r],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[t.concat(/(?!else)/,r),/\s+/,r,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,r],className:{1:"keyword",3:"title.class"},contains:[b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+a+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:h,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:h,relevance:0,contains:[p,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,jv,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},jv,p]}}const Bv="[A-Za-z$_][0-9A-Za-z$_]*",nR=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],rR=["true","false","null","undefined","NaN","Infinity"],p1=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],m1=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],g1=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],iR=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],aR=[].concat(g1,p1,m1);function sR(e){const t=e.regex,r=(F,{after:ee})=>{const C="</"+F[0].slice(1);return F.input.indexOf(C,ee)!==-1},a=Bv,l={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(F,ee)=>{const C=F[0].length+F.index,R=F.input[C];if(R==="<"||R===","){ee.ignoreMatch();return}R===">"&&(r(F,{after:C})||ee.ignoreMatch());let V;const T=F.input.substring(C);if(V=T.match(/^\s*=/)){ee.ignoreMatch();return}if((V=T.match(/^\s+extends\s+/))&&V.index===0){ee.ignoreMatch();return}}},d={$pattern:Bv,keyword:nR,literal:rR,built_in:aR,"variable.language":iR},h="[0-9](_?[0-9])*",p=`\\.(${h})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${p})|\\.)?|(${p}))[eE][+-]?(${h})\\b`},{begin:`\\b(${b})\\b((${p})\\b|\\.)?|(${p})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},v={className:"subst",begin:"\\$\\{",end:"\\}",keywords:d,contains:[]},x={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"xml"}},S={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"css"}},k={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},N={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},I={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:a+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},M=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,k,N,{match:/\$\d+/},y];v.contains=M.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(M)});const A=[].concat(I,v.contains),H=A.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(A)}]),D={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:H},Z={variants:[{match:[/class/,/\s+/,a,/\s+/,/extends/,/\s+/,t.concat(a,"(",t.concat(/\./,a),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,a],scope:{1:"keyword",3:"title.class"}}]},ie={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...p1,...m1]}},te={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},B={variants:[{match:[/function/,/\s+/,a,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[D],illegal:/%/},K={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Q(F){return t.concat("(?!",F.join("|"),")")}const pe={match:t.concat(/\b/,Q([...g1,"super","import"].map(F=>`${F}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},ne={begin:t.concat(/\./,t.lookahead(t.concat(a,/(?![0-9A-Za-z$_(])/))),end:a,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},G={match:[/get|set/,/\s+/,a,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},D]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",O={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[D]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:H,CLASS_REFERENCE:ie},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),te,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,k,N,I,{match:/\$\d+/},y,ie,{scope:"attr",match:a+t.lookahead(":"),relevance:0},O,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[I,e.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:H}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:l.begin,end:l.end},{match:c},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},B,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[D,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},ne,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[D]},pe,K,Z,G,{match:/\$[(.]/}]}}function lR(e){const t={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},r={match:/[{}[\],:]/,className:"punctuation",relevance:0},a=["true","false","null"],l={scope:"literal",beginKeywords:a.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:a},contains:[t,r,e.QUOTE_STRING_MODE,l,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}var ms="[0-9](_*[0-9])*",Kc=`\\.(${ms})`,qc="[0-9a-fA-F](_*[0-9a-fA-F])*",oR={className:"number",variants:[{begin:`(\\b(${ms})((${Kc})|\\.)?|(${Kc}))[eE][+-]?(${ms})[fFdD]?\\b`},{begin:`\\b(${ms})((${Kc})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${Kc})[fFdD]?\\b`},{begin:`\\b(${ms})[fFdD]\\b`},{begin:`\\b0[xX]((${qc})\\.?|(${qc})?\\.(${qc}))[pP][+-]?(${ms})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${qc})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function cR(e){const t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},r={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},l={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},c={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},u={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[c,l]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,c,l]}]};l.contains.push(u);const d={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},h={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(u,{className:"string"}),"self"]}]},p=oR,b=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),y={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},v=y;return v.variants[1].contains=[y],y.variants[1].contains=[v],{name:"Kotlin",aliases:["kt","kts"],keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,b,r,a,d,h,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[y,e.C_LINE_COMMENT_MODE,b],relevance:0},e.C_LINE_COMMENT_MODE,b,d,h,u,e.C_NUMBER_MODE]},b]},{begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},d,h]},u,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:`
80
+ `},p]}}const uR=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),dR=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],fR=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],hR=[...dR,...fR],pR=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),b1=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),y1=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),mR=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse(),gR=b1.concat(y1).sort().reverse();function bR(e){const t=uR(e),r=gR,a="and or not only",l="[\\w-]+",c="("+l+"|@\\{"+l+"\\})",u=[],d=[],h=function(M){return{className:"string",begin:"~?"+M+".*?"+M}},p=function(M,A,H){return{className:M,begin:A,relevance:H}},b={$pattern:/[a-z-]+/,keyword:a,attribute:pR.join(" ")},y={begin:"\\(",end:"\\)",contains:d,keywords:b,relevance:0};d.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,h("'"),h('"'),t.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},t.HEXCOLOR,y,p("variable","@@?"+l,10),p("variable","@\\{"+l+"\\}"),p("built_in","~?`[^`]*?`"),{className:"attribute",begin:l+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},t.IMPORTANT,{beginKeywords:"and not"},t.FUNCTION_DISPATCH);const v=d.concat({begin:/\{/,end:/\}/,contains:u}),x={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(d)},S={begin:c+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+mR.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:d}}]},k={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:b,returnEnd:!0,contains:d,relevance:0}},N={className:"variable",variants:[{begin:"@"+l+"\\s*:",relevance:15},{begin:"@"+l}],starts:{end:"[;}]",returnEnd:!0,contains:v}},_={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:c,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,x,p("keyword","all\\b"),p("variable","@\\{"+l+"\\}"),{begin:"\\b("+hR.join("|")+")\\b",className:"selector-tag"},t.CSS_NUMBER_MODE,p("selector-tag",c,0),p("selector-id","#"+c),p("selector-class","\\."+c,0),p("selector-tag","&",0),t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+b1.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+y1.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:v},{begin:"!important"},t.FUNCTION_DISPATCH]},I={begin:l+`:(:)?(${r.join("|")})`,returnBegin:!0,contains:[_]};return u.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,k,N,I,S,_,x,t.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:u}}function yR(e){const t="\\[=*\\[",r="\\]=*\\]",a={begin:t,end:r,contains:["self"]},l=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,r,{contains:[a],relevance:10})];return{name:"Lua",aliases:["pluto"],keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:l.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:l}].concat(l)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:r,contains:[a],relevance:5}])}}function vR(e){const t={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},r={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t]},a={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[t,r]},l={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},c={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},u={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[t]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[e.HASH_COMMENT_MODE,t,r,a,l,c,u]}}function xR(e){const t=e.regex,r={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},a={begin:"^[-\\*]{3,}",end:"$"},l={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},c={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},u={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},d=/[A-Za-z][A-Za-z0-9+.-]*/,h={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,d,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},p={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},b={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},y=e.inherit(p,{contains:[]}),v=e.inherit(b,{contains:[]});p.contains.push(v),b.contains.push(y);let x=[r,h];return[p,b,y,v].forEach(_=>{_.contains=_.contains.concat(x)}),x=x.concat(p,b),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:x},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:x}]}]},r,c,p,b,{className:"quote",begin:"^>\\s+",contains:x,end:"$"},l,a,h,u,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}function ER(e){const t={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},r=/[a-zA-Z@][a-zA-Z0-9_]*/,d={"variable.language":["this","super"],$pattern:r,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},h={$pattern:r,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:d,illegal:"</",contains:[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+h.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:h,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}function _R(e){const t=e.regex,r=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","class","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","field","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","method","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],a=/[dualxmsipngr]{0,12}/,l={$pattern:/[\w.]+/,keyword:r.join(" ")},c={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:l},u={begin:/->\{/,end:/\}/},d={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},h={scope:"variable",variants:[{begin:/\$\d/},{begin:t.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[d]},p={className:"number",variants:[{match:/0?\.[0-9][0-9_]+\b/},{match:/\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/},{match:/\b0[0-7][0-7_]*\b/},{match:/\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/},{match:/\b0b[0-1][0-1_]*\b/}],relevance:0},b=[e.BACKSLASH_ESCAPE,c,h],y=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],v=(k,N,_="\\1")=>{const I=_==="\\1"?_:t.concat(_,N);return t.concat(t.concat("(?:",k,")"),N,/(?:\\.|[^\\\/])*?/,I,/(?:\\.|[^\\\/])*?/,_,a)},x=(k,N,_)=>t.concat(t.concat("(?:",k,")"),N,/(?:\\.|[^\\\/])*?/,_,a),S=[h,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),u,{className:"string",contains:b,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},p,{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:v("s|tr|y",t.either(...y,{capture:!0}))},{begin:v("s|tr|y","\\(","\\)")},{begin:v("s|tr|y","\\[","\\]")},{begin:v("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:x("(?:m|qr)?",/\//,/\//)},{begin:x("m|qr",t.either(...y,{capture:!0}),/\1/)},{begin:x("m|qr",/\(/,/\)/)},{begin:x("m|qr",/\[/,/\]/)},{begin:x("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,d]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,d,p]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return c.contains=S,u.contains=S,{name:"Perl",aliases:["pl","pm"],keywords:l,contains:S}}function SR(e){const t=e.regex,r=/(?![A-Za-z0-9])(?![$])/,a=t.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,r),l=t.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,r),c=t.concat(/[A-Z]+/,r),u={scope:"variable",match:"\\$+"+a},d={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},h={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},p=e.inherit(e.APOS_STRING_MODE,{illegal:null}),b=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(h)}),y={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:e.QUOTE_STRING_MODE.contains.concat(h),"on:begin":(ne,G)=>{G.data._beginMatch=ne[1]||ne[2]},"on:end":(ne,G)=>{G.data._beginMatch!==ne[1]&&G.ignoreMatch()}},v=e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),x=`[
81
+ ]`,S={scope:"string",variants:[b,p,y,v]},k={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},N=["false","null","true"],_=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],I=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],A={keyword:_,literal:(ne=>{const G=[];return ne.forEach(U=>{G.push(U),U.toLowerCase()===U?G.push(U.toUpperCase()):G.push(U.toLowerCase())}),G})(N),built_in:I},H=ne=>ne.map(G=>G.replace(/\|\d+$/,"")),D={variants:[{match:[/new/,t.concat(x,"+"),t.concat("(?!",H(I).join("\\b|"),"\\b)"),l],scope:{1:"keyword",4:"title.class"}}]},Z=t.concat(a,"\\b(?!\\()"),ie={variants:[{match:[t.concat(/::/,t.lookahead(/(?!class\b)/)),Z],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[l,t.concat(/::/,t.lookahead(/(?!class\b)/)),Z],scope:{1:"title.class",3:"variable.constant"}},{match:[l,t.concat("::",t.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[l,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},te={scope:"attr",match:t.concat(a,t.lookahead(":"),t.lookahead(/(?!::)/))},B={relevance:0,begin:/\(/,end:/\)/,keywords:A,contains:[te,u,ie,e.C_BLOCK_COMMENT_MODE,S,k,D]},K={relevance:0,match:[/\b/,t.concat("(?!fn\\b|function\\b|",H(_).join("\\b|"),"|",H(I).join("\\b|"),"\\b)"),a,t.concat(x,"*"),t.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[B]};B.contains.push(K);const Q=[te,ie,e.C_BLOCK_COMMENT_MODE,S,k,D],pe={begin:t.concat(/#\[\s*\\?/,t.either(l,c)),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:N,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:N,keyword:["new","array"]},contains:["self",...Q]},...Q,{scope:"meta",variants:[{match:l},{match:c}]}]};return{case_insensitive:!1,keywords:A,contains:[pe,e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},d,{scope:"variable.language",match:/\$this\b/},u,K,ie,{match:[/const/,/\s/,a],scope:{1:"keyword",3:"variable.constant"}},D,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:A,contains:["self",pe,u,ie,e.C_BLOCK_COMMENT_MODE,S,k]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},S,k]}}function wR(e){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}function kR(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}function TR(e){const t=e.regex,r=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),a=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],d={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:a,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},h={className:"meta",begin:/^(>>>|\.\.\.) /},p={className:"subst",begin:/\{/,end:/\}/,keywords:d,illegal:/#/},b={begin:/\{\{/,relevance:0},y={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,h],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,h],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,h,b,p]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,h,b,p]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,b,p]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,b,p]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},v="[0-9](_?[0-9])*",x=`(\\b(${v}))?\\.(${v})|\\b(${v})\\.`,S=`\\b|${a.join("|")}`,k={className:"number",relevance:0,variants:[{begin:`(\\b(${v})|(${x}))[eE][+-]?(${v})[jJ]?(?=${S})`},{begin:`(${x})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${S})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${S})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${S})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${S})`},{begin:`\\b(${v})[jJ](?=${S})`}]},N={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:d,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},_={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:["self",h,k,y,e.HASH_COMMENT_MODE]}]};return p.contains=[y,k,h],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:d,illegal:/(<\/|\?)|=>/,contains:[h,k,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},y,N,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,r],scope:{1:"keyword",3:"title.function"},contains:[_]},{variants:[{match:[/\bclass/,/\s+/,r,/\s*/,/\(\s*/,r,/\s*\)/]},{match:[/\bclass/,/\s+/,r]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[k,_,y]}]}}function NR(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}function CR(e){const t=e.regex,r=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,a=t.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),l=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,c=t.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:r,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:t.lookahead(t.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:r},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[l,a]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,a]},{scope:{1:"punctuation",2:"number"},match:[c,a]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,a]}]},{scope:{3:"operator"},match:[r,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:l},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:c},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}function AR(e){const t=e.regex,r="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",a=t.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),l=t.concat(a,/(::\w+)*/),u={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},d={className:"doctag",begin:"@[A-Za-z]+"},h={begin:"#<",end:">"},p=[e.COMMENT("#","$",{contains:[d]}),e.COMMENT("^=begin","^=end",{contains:[d],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],b={className:"subst",begin:/#\{/,end:/\}/,keywords:u},y={className:"string",contains:[e.BACKSLASH_ESCAPE,b],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:t.concat(/<<[-~]?'?/,t.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,b]})]}]},v="[1-9](_?[0-9])*|0",x="[0-9](_?[0-9])*",S={className:"number",relevance:0,variants:[{begin:`\\b(${v})(\\.(${x}))?([eE][+-]?(${x})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},k={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:u}]},D=[y,{variants:[{match:[/class\s+/,l,/\s+<\s+/,l]},{match:[/\b(class|module)\s+/,l]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:u},{match:[/(include|extend)\s+/,l],scope:{2:"title.class"},keywords:u},{relevance:0,match:[l,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:a,scope:"title.class"},{match:[/def/,/\s+/,r],scope:{1:"keyword",3:"title.function"},contains:[k]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[y,{begin:r}],relevance:0},S,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|(?!=)/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:u},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,b],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(h,p),relevance:0}].concat(h,p);b.contains=D,k.contains=D;const B=[{begin:/^\s*=>/,starts:{end:"$",contains:D}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:u,contains:D}}];return p.unshift(h),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:u,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(B).concat(p).concat(D)}}function OR(e){const t=e.regex,r=/(r#)?/,a=t.concat(r,e.UNDERSCORE_IDENT_RE),l=t.concat(r,e.IDENT_RE),c={className:"title.function.invoke",relevance:0,begin:t.concat(/\b/,/(?!let|for|while|if|else|match\b)/,l,t.lookahead(/\s*\(/))},u="([ui](8|16|32|64|128|size)|f(32|64))?",d=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","union","unsafe","unsized","use","virtual","where","while","yield"],h=["true","false","Some","None","Ok","Err"],p=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","eprintln!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],b=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:b,keyword:d,literal:h,built_in:p},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*(?!')/},{scope:"string",variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'/,end:/'/,contains:[{scope:"char.escape",match:/\\('|\w|x\w{2}|u\w{4}|U\w{8})/}]}]},{className:"number",variants:[{begin:"\\b0b([01_]+)"+u},{begin:"\\b0o([0-7_]+)"+u},{begin:"\\b0x([A-Fa-f0-9_]+)"+u},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+u}],relevance:0},{begin:[/fn/,/\s+/,a],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,a],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,a,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,a],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,a],className:{1:"keyword",3:"title.class"}},{begin:e.IDENT_RE+"::",keywords:{keyword:"Self",built_in:p,type:b}},{className:"punctuation",begin:"->"},c]}}const RR=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),MR=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],IR=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],DR=[...MR,...IR],LR=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),zR=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),jR=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),BR=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function UR(e){const t=RR(e),r=jR,a=zR,l="@[a-z-]+",c="and or not only",d={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+DR.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+a.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+r.join("|")+")"},d,{begin:/\(/,end:/\)/,contains:[t.CSS_NUMBER_MODE]},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+BR.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[t.BLOCK_COMMENT,d,t.HEXCOLOR,t.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.IMPORTANT,t.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:l,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:c,attribute:LR.join(" ")},contains:[{begin:l,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},d,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.HEXCOLOR,t.CSS_NUMBER_MODE]},t.FUNCTION_DISPATCH]}}function PR(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}function HR(e){const t=e.regex,r=e.COMMENT("--","$"),a={scope:"string",variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},l={begin:/"/,end:/"/,contains:[{match:/""/}]},c=["true","false","unknown"],u=["double precision","large object","with timezone","without timezone"],d=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],h=["add","asc","collation","desc","final","first","last","view"],p=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],b=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],y=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],v=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],x=b,S=[...p,...h].filter(H=>!b.includes(H)),k={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},N={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},_={match:t.concat(/\b/,t.either(...x),/\s*\(/),relevance:0,keywords:{built_in:x}};function I(H){return t.concat(/\b/,t.either(...H.map(D=>D.replace(/\s+/,"\\s+"))),/\b/)}const M={scope:"keyword",match:I(v),relevance:0};function A(H,{exceptions:D,when:Z}={}){const ie=Z;return D=D||[],H.map(te=>te.match(/\|\d+$/)||D.includes(te)?te:ie(te)?`${te}|0`:te)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:A(S,{when:H=>H.length<3}),literal:c,type:d,built_in:y},contains:[{scope:"type",match:I(u)},M,_,k,a,l,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,r,N]}}function v1(e){return e?typeof e=="string"?e:e.source:null}function zl(e){return ft("(?=",e,")")}function ft(...e){return e.map(r=>v1(r)).join("")}function FR(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function cn(...e){return"("+(FR(e).capture?"":"?:")+e.map(a=>v1(a)).join("|")+")"}const vp=e=>ft(/\b/,e,/\w$/.test(e)?/\b/:/\B/),$R=["Protocol","Type"].map(vp),Uv=["init","self"].map(vp),GR=["Any","Self"],ah=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","package","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],Pv=["false","nil","true"],KR=["assignment","associativity","higherThan","left","lowerThan","none","right"],qR=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],Hv=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],x1=cn(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),E1=cn(x1,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),sh=ft(x1,E1,"*"),_1=cn(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),du=cn(_1,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),gr=ft(_1,du,"*"),Vc=ft(/[A-Z]/,du,"*"),VR=["attached","autoclosure",ft(/convention\(/,cn("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",ft(/objc\(/,gr,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],YR=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function WR(e){const t={match:/\s+/,relevance:0},r=e.COMMENT("/\\*","\\*/",{contains:["self"]}),a=[e.C_LINE_COMMENT_MODE,r],l={match:[/\./,cn(...$R,...Uv)],className:{2:"keyword"}},c={match:ft(/\./,cn(...ah)),relevance:0},u=ah.filter(We=>typeof We=="string").concat(["_|0"]),d=ah.filter(We=>typeof We!="string").concat(GR).map(vp),h={variants:[{className:"keyword",match:cn(...d,...Uv)}]},p={$pattern:cn(/\b\w+/,/#\w+/),keyword:u.concat(qR),literal:Pv},b=[l,c,h],y={match:ft(/\./,cn(...Hv)),relevance:0},v={className:"built_in",match:ft(/\b/,cn(...Hv),/(?=\()/)},x=[y,v],S={match:/->/,relevance:0},k={className:"operator",relevance:0,variants:[{match:sh},{match:`\\.(\\.|${E1})+`}]},N=[S,k],_="([0-9]_*)+",I="([0-9a-fA-F]_*)+",M={className:"number",relevance:0,variants:[{match:`\\b(${_})(\\.(${_}))?([eE][+-]?(${_}))?\\b`},{match:`\\b0x(${I})(\\.(${I}))?([pP][+-]?(${_}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},A=(We="")=>({className:"subst",variants:[{match:ft(/\\/,We,/[0\\tnr"']/)},{match:ft(/\\/,We,/u\{[0-9a-fA-F]{1,8}\}/)}]}),H=(We="")=>({className:"subst",match:ft(/\\/,We,/[\t ]*(?:[\r\n]|\r\n)/)}),D=(We="")=>({className:"subst",label:"interpol",begin:ft(/\\/,We,/\(/),end:/\)/}),Z=(We="")=>({begin:ft(We,/"""/),end:ft(/"""/,We),contains:[A(We),H(We),D(We)]}),ie=(We="")=>({begin:ft(We,/"/),end:ft(/"/,We),contains:[A(We),D(We)]}),te={className:"string",variants:[Z(),Z("#"),Z("##"),Z("###"),ie(),ie("#"),ie("##"),ie("###")]},B=[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}],K={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:B},Q=We=>{const Zn=ft(We,/\//),Bn=ft(/\//,We);return{begin:Zn,end:Bn,contains:[...B,{scope:"comment",begin:`#(?!.*${Bn})`,end:/$/}]}},pe={scope:"regexp",variants:[Q("###"),Q("##"),Q("#"),K]},ne={match:ft(/`/,gr,/`/)},G={className:"variable",match:/\$\d+/},U={className:"variable",match:`\\$${du}+`},O=[ne,G,U],F={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:YR,contains:[...N,M,te]}]}},ee={scope:"keyword",match:ft(/@/,cn(...VR),zl(cn(/\(/,/\s+/)))},C={scope:"meta",match:ft(/@/,gr)},R=[F,ee,C],V={match:zl(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:ft(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,du,"+")},{className:"type",match:Vc,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:ft(/\s+&\s+/,zl(Vc)),relevance:0}]},T={begin:/</,end:/>/,keywords:p,contains:[...a,...b,...R,S,V]};V.contains.push(T);const ue={match:ft(gr,/\s*:/),keywords:"_|0",relevance:0},ye={begin:/\(/,end:/\)/,relevance:0,keywords:p,contains:["self",ue,...a,pe,...b,...x,...N,M,te,...O,...R,V]},q={begin:/</,end:/>/,keywords:"repeat each",contains:[...a,V]},de={begin:cn(zl(ft(gr,/\s*:/)),zl(ft(gr,/\s+/,gr,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:gr}]},xe={begin:/\(/,end:/\)/,keywords:p,contains:[de,...a,...b,...N,M,te,...R,V,ye],endsParent:!0,illegal:/["']/},ve={match:[/(func|macro)/,/\s+/,cn(ne.match,gr,sh)],className:{1:"keyword",3:"title.function"},contains:[q,xe,t],illegal:[/\[/,/%/]},Ie={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[q,xe,t],illegal:/\[|%/},_t={match:[/operator/,/\s+/,sh],className:{1:"keyword",3:"title"}},Nt={begin:[/precedencegroup/,/\s+/,Vc],className:{1:"keyword",3:"title"},contains:[V],keywords:[...KR,...Pv],end:/}/},ni={match:[/class\b/,/\s+/,/func\b/,/\s+/,/\b[A-Za-z_][A-Za-z0-9_]*\b/],scope:{1:"keyword",3:"keyword",5:"title.function"}},Tn={match:[/class\b/,/\s+/,/var\b/],scope:{1:"keyword",3:"keyword"}},lr={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,gr,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:p,contains:[q,...b,{begin:/:/,end:/\{/,keywords:p,contains:[{scope:"title.class.inherited",match:Vc},...b],relevance:0}]};for(const We of te.variants){const Zn=We.contains.find(or=>or.label==="interpol");Zn.keywords=p;const Bn=[...b,...x,...N,M,te,...O];Zn.contains=[...Bn,{begin:/\(/,end:/\)/,contains:["self",...Bn]}]}return{name:"Swift",keywords:p,contains:[...a,ve,Ie,ni,Tn,lr,_t,Nt,{beginKeywords:"import",end:/$/,contains:[...a],relevance:0},pe,...b,...x,...N,M,te,...O,...R,V,ye]}}const fu="[A-Za-z$_][0-9A-Za-z$_]*",S1=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],w1=["true","false","null","undefined","NaN","Infinity"],k1=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],T1=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],N1=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],C1=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],A1=[].concat(N1,k1,T1);function XR(e){const t=e.regex,r=(F,{after:ee})=>{const C="</"+F[0].slice(1);return F.input.indexOf(C,ee)!==-1},a=fu,l={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(F,ee)=>{const C=F[0].length+F.index,R=F.input[C];if(R==="<"||R===","){ee.ignoreMatch();return}R===">"&&(r(F,{after:C})||ee.ignoreMatch());let V;const T=F.input.substring(C);if(V=T.match(/^\s*=/)){ee.ignoreMatch();return}if((V=T.match(/^\s+extends\s+/))&&V.index===0){ee.ignoreMatch();return}}},d={$pattern:fu,keyword:S1,literal:w1,built_in:A1,"variable.language":C1},h="[0-9](_?[0-9])*",p=`\\.(${h})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${p})|\\.)?|(${p}))[eE][+-]?(${h})\\b`},{begin:`\\b(${b})\\b((${p})\\b|\\.)?|(${p})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},v={className:"subst",begin:"\\$\\{",end:"\\}",keywords:d,contains:[]},x={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"xml"}},S={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"css"}},k={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},N={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},I={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:a+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},M=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,k,N,{match:/\$\d+/},y];v.contains=M.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(M)});const A=[].concat(I,v.contains),H=A.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(A)}]),D={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:H},Z={variants:[{match:[/class/,/\s+/,a,/\s+/,/extends/,/\s+/,t.concat(a,"(",t.concat(/\./,a),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,a],scope:{1:"keyword",3:"title.class"}}]},ie={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...k1,...T1]}},te={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},B={variants:[{match:[/function/,/\s+/,a,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[D],illegal:/%/},K={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Q(F){return t.concat("(?!",F.join("|"),")")}const pe={match:t.concat(/\b/,Q([...N1,"super","import"].map(F=>`${F}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},ne={begin:t.concat(/\./,t.lookahead(t.concat(a,/(?![0-9A-Za-z$_(])/))),end:a,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},G={match:[/get|set/,/\s+/,a,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},D]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",O={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[D]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:H,CLASS_REFERENCE:ie},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),te,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,k,N,I,{match:/\$\d+/},y,ie,{scope:"attr",match:a+t.lookahead(":"),relevance:0},O,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[I,e.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:H}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:l.begin,end:l.end},{match:c},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},B,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[D,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},ne,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[D]},pe,K,Z,G,{match:/\$[(.]/}]}}function ZR(e){const t=e.regex,r=XR(e),a=fu,l=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],c={begin:[/namespace/,/\s+/,e.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},u={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:l},contains:[r.exports.CLASS_REFERENCE]},d={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},h=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],p={$pattern:fu,keyword:S1.concat(h),literal:w1,built_in:A1.concat(l),"variable.language":C1},b={className:"meta",begin:"@"+a},y=(k,N,_)=>{const I=k.contains.findIndex(M=>M.label===N);if(I===-1)throw new Error("can not find mode to replace");k.contains.splice(I,1,_)};Object.assign(r.keywords,p),r.exports.PARAMS_CONTAINS.push(b);const v=r.contains.find(k=>k.scope==="attr"),x=Object.assign({},v,{match:t.concat(a,t.lookahead(/\s*\?:/))});r.exports.PARAMS_CONTAINS.push([r.exports.CLASS_REFERENCE,v,x]),r.contains=r.contains.concat([b,c,u,x]),y(r,"shebang",e.SHEBANG()),y(r,"use_strict",d);const S=r.contains.find(k=>k.label==="func.def");return S.relevance=0,Object.assign(r,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),r}function QR(e){const t=e.regex,r={className:"string",begin:/"(""|[^/n])"C\b/},a={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},l=/\d{1,2}\/\d{1,2}\/\d{4}/,c=/\d{4}-\d{1,2}-\d{1,2}/,u=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,d=/\d{1,2}(:\d{1,2}){1,2}/,h={className:"literal",variants:[{begin:t.concat(/# */,t.either(c,l),/ *#/)},{begin:t.concat(/# */,d,/ *#/)},{begin:t.concat(/# */,u,/ *#/)},{begin:t.concat(/# */,t.either(c,l),/ +/,t.either(u,d),/ *#/)}]},p={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},b={className:"label",begin:/^\w+:/},y=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),v=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[r,a,h,p,b,y,v,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[v]}]}}function JR(e){e.regex;const t=e.COMMENT(/\(;/,/;\)/);t.contains.push("self");const r=e.COMMENT(/;;/,/$/),a=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],l={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},c={className:"variable",begin:/\$[\w_]+/},u={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},d={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},h={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},p={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:a},contains:[r,t,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},c,u,l,e.QUOTE_STRING_MODE,h,p,d]}}function eM(e){const t=e.regex,r=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),a=/[\p{L}0-9._:-]+/u,l={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},c={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},u=e.inherit(c,{begin:/\(/,end:/\)/}),d=e.inherit(e.APOS_STRING_MODE,{className:"string"}),h=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),p={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:a,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[l]},{begin:/'/,end:/'/,contains:[l]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[c,h,d,u,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[c,u,h,d]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},l,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[h]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[p],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[p],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(r,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:r,relevance:0,starts:p}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(r,/>/))),contains:[{className:"name",begin:r,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function tM(e){const t="true false yes no null",r="[\\w#;/?:@&=+$,.~*'()[\\]]+",a={className:"attr",variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},l={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},c={className:"string",relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:"char.escape",relevance:0}]},u={className:"string",relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,l]},d=e.inherit(u,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),v={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},x={end:",",endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},S={begin:/\{/,end:/\}/,contains:[x],illegal:"\\n",relevance:0},k={begin:"\\[",end:"\\]",contains:[x],illegal:"\\n",relevance:0},N=[a,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+r},{className:"type",begin:"!<"+r+">"},{className:"type",begin:"!"+r},{className:"type",begin:"!!"+r},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},v,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},S,k,c,u],_=[...N];return _.pop(),_.push(d),x.contains=_,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:N}}const nM={arduino:jO,bash:BO,c:UO,cpp:PO,csharp:HO,css:XO,diff:ZO,go:QO,graphql:JO,ini:eR,java:tR,javascript:sR,json:lR,kotlin:cR,less:bR,lua:yR,makefile:vR,markdown:xR,objectivec:ER,perl:_R,php:SR,"php-template":wR,plaintext:kR,python:TR,"python-repl":NR,r:CR,ruby:AR,rust:OR,scss:UR,shell:PR,sql:HR,swift:WR,typescript:ZR,vbnet:QR,wasm:JR,xml:eM,yaml:tM};var lh,Fv;function rM(){if(Fv)return lh;Fv=1;function e(j){return j instanceof Map?j.clear=j.delete=j.set=function(){throw new Error("map is read-only")}:j instanceof Set&&(j.add=j.clear=j.delete=function(){throw new Error("set is read-only")}),Object.freeze(j),Object.getOwnPropertyNames(j).forEach(se=>{const be=j[se],De=typeof be;(De==="object"||De==="function")&&!Object.isFrozen(be)&&e(be)}),j}class t{constructor(se){se.data===void 0&&(se.data={}),this.data=se.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function r(j){return j.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function a(j,...se){const be=Object.create(null);for(const De in j)be[De]=j[De];return se.forEach(function(De){for(const vt in De)be[vt]=De[vt]}),be}const l="</span>",c=j=>!!j.scope,u=(j,{prefix:se})=>{if(j.startsWith("language:"))return j.replace("language:","language-");if(j.includes(".")){const be=j.split(".");return[`${se}${be.shift()}`,...be.map((De,vt)=>`${De}${"_".repeat(vt+1)}`)].join(" ")}return`${se}${j}`};class d{constructor(se,be){this.buffer="",this.classPrefix=be.classPrefix,se.walk(this)}addText(se){this.buffer+=r(se)}openNode(se){if(!c(se))return;const be=u(se.scope,{prefix:this.classPrefix});this.span(be)}closeNode(se){c(se)&&(this.buffer+=l)}value(){return this.buffer}span(se){this.buffer+=`<span class="${se}">`}}const h=(j={})=>{const se={children:[]};return Object.assign(se,j),se};class p{constructor(){this.rootNode=h(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(se){this.top.children.push(se)}openNode(se){const be=h({scope:se});this.add(be),this.stack.push(be)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(se){return this.constructor._walk(se,this.rootNode)}static _walk(se,be){return typeof be=="string"?se.addText(be):be.children&&(se.openNode(be),be.children.forEach(De=>this._walk(se,De)),se.closeNode(be)),se}static _collapse(se){typeof se!="string"&&se.children&&(se.children.every(be=>typeof be=="string")?se.children=[se.children.join("")]:se.children.forEach(be=>{p._collapse(be)}))}}class b extends p{constructor(se){super(),this.options=se}addText(se){se!==""&&this.add(se)}startScope(se){this.openNode(se)}endScope(){this.closeNode()}__addSublanguage(se,be){const De=se.root;be&&(De.scope=`language:${be}`),this.add(De)}toHTML(){return new d(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function y(j){return j?typeof j=="string"?j:j.source:null}function v(j){return k("(?=",j,")")}function x(j){return k("(?:",j,")*")}function S(j){return k("(?:",j,")?")}function k(...j){return j.map(be=>y(be)).join("")}function N(j){const se=j[j.length-1];return typeof se=="object"&&se.constructor===Object?(j.splice(j.length-1,1),se):{}}function _(...j){return"("+(N(j).capture?"":"?:")+j.map(De=>y(De)).join("|")+")"}function I(j){return new RegExp(j.toString()+"|").exec("").length-1}function M(j,se){const be=j&&j.exec(se);return be&&be.index===0}const A=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function H(j,{joinWith:se}){let be=0;return j.map(De=>{be+=1;const vt=be;let ht=y(De),Se="";for(;ht.length>0;){const Ee=A.exec(ht);if(!Ee){Se+=ht;break}Se+=ht.substring(0,Ee.index),ht=ht.substring(Ee.index+Ee[0].length),Ee[0][0]==="\\"&&Ee[1]?Se+="\\"+String(Number(Ee[1])+vt):(Se+=Ee[0],Ee[0]==="("&&be++)}return Se}).map(De=>`(${De})`).join(se)}const D=/\b\B/,Z="[a-zA-Z]\\w*",ie="[a-zA-Z_]\\w*",te="\\b\\d+(\\.\\d+)?",B="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",K="\\b(0b[01]+)",Q="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",pe=(j={})=>{const se=/^#![ ]*\//;return j.binary&&(j.begin=k(se,/.*\b/,j.binary,/\b.*/)),a({scope:"meta",begin:se,end:/$/,relevance:0,"on:begin":(be,De)=>{be.index!==0&&De.ignoreMatch()}},j)},ne={begin:"\\\\[\\s\\S]",relevance:0},G={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[ne]},U={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[ne]},O={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},F=function(j,se,be={}){const De=a({scope:"comment",begin:j,end:se,contains:[]},be);De.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const vt=_("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return De.contains.push({begin:k(/[ ]+/,"(",vt,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),De},ee=F("//","$"),C=F("/\\*","\\*/"),R=F("#","$"),V={scope:"number",begin:te,relevance:0},T={scope:"number",begin:B,relevance:0},ue={scope:"number",begin:K,relevance:0},ye={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[ne,{begin:/\[/,end:/\]/,relevance:0,contains:[ne]}]},q={scope:"title",begin:Z,relevance:0},de={scope:"title",begin:ie,relevance:0},xe={begin:"\\.\\s*"+ie,relevance:0};var Ie=Object.freeze({__proto__:null,APOS_STRING_MODE:G,BACKSLASH_ESCAPE:ne,BINARY_NUMBER_MODE:ue,BINARY_NUMBER_RE:K,COMMENT:F,C_BLOCK_COMMENT_MODE:C,C_LINE_COMMENT_MODE:ee,C_NUMBER_MODE:T,C_NUMBER_RE:B,END_SAME_AS_BEGIN:function(j){return Object.assign(j,{"on:begin":(se,be)=>{be.data._beginMatch=se[1]},"on:end":(se,be)=>{be.data._beginMatch!==se[1]&&be.ignoreMatch()}})},HASH_COMMENT_MODE:R,IDENT_RE:Z,MATCH_NOTHING_RE:D,METHOD_GUARD:xe,NUMBER_MODE:V,NUMBER_RE:te,PHRASAL_WORDS_MODE:O,QUOTE_STRING_MODE:U,REGEXP_MODE:ye,RE_STARTERS_RE:Q,SHEBANG:pe,TITLE_MODE:q,UNDERSCORE_IDENT_RE:ie,UNDERSCORE_TITLE_MODE:de});function _t(j,se){j.input[j.index-1]==="."&&se.ignoreMatch()}function Nt(j,se){j.className!==void 0&&(j.scope=j.className,delete j.className)}function ni(j,se){se&&j.beginKeywords&&(j.begin="\\b("+j.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",j.__beforeBegin=_t,j.keywords=j.keywords||j.beginKeywords,delete j.beginKeywords,j.relevance===void 0&&(j.relevance=0))}function Tn(j,se){Array.isArray(j.illegal)&&(j.illegal=_(...j.illegal))}function lr(j,se){if(j.match){if(j.begin||j.end)throw new Error("begin & end are not supported with match");j.begin=j.match,delete j.match}}function We(j,se){j.relevance===void 0&&(j.relevance=1)}const Zn=(j,se)=>{if(!j.beforeMatch)return;if(j.starts)throw new Error("beforeMatch cannot be used with starts");const be=Object.assign({},j);Object.keys(j).forEach(De=>{delete j[De]}),j.keywords=be.keywords,j.begin=k(be.beforeMatch,v(be.begin)),j.starts={relevance:0,contains:[Object.assign(be,{endsParent:!0})]},j.relevance=0,delete be.beforeMatch},Bn=["of","and","for","in","not","or","if","then","parent","list","value"],or="keyword";function kr(j,se,be=or){const De=Object.create(null);return typeof j=="string"?vt(be,j.split(" ")):Array.isArray(j)?vt(be,j):Object.keys(j).forEach(function(ht){Object.assign(De,kr(j[ht],se,ht))}),De;function vt(ht,Se){se&&(Se=Se.map(Ee=>Ee.toLowerCase())),Se.forEach(function(Ee){const Me=Ee.split("|");De[Me[0]]=[ht,Hi(Me[0],Me[1])]})}}function Hi(j,se){return se?Number(se):Ls(j)?0:1}function Ls(j){return Bn.includes(j.toLowerCase())}const Ea={},kt=j=>{console.error(j)},_a=(j,...se)=>{console.log(`WARN: ${j}`,...se)},re=(j,se)=>{Ea[`${j}/${se}`]||(console.log(`Deprecated as of ${j}. ${se}`),Ea[`${j}/${se}`]=!0)},me=new Error;function Ae(j,se,{key:be}){let De=0;const vt=j[be],ht={},Se={};for(let Ee=1;Ee<=se.length;Ee++)Se[Ee+De]=vt[Ee],ht[Ee+De]=!0,De+=I(se[Ee-1]);j[be]=Se,j[be]._emit=ht,j[be]._multi=!0}function He(j){if(Array.isArray(j.begin)){if(j.skip||j.excludeBegin||j.returnBegin)throw kt("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),me;if(typeof j.beginScope!="object"||j.beginScope===null)throw kt("beginScope must be object"),me;Ae(j,j.begin,{key:"beginScope"}),j.begin=H(j.begin,{joinWith:""})}}function Qe(j){if(Array.isArray(j.end)){if(j.skip||j.excludeEnd||j.returnEnd)throw kt("skip, excludeEnd, returnEnd not compatible with endScope: {}"),me;if(typeof j.endScope!="object"||j.endScope===null)throw kt("endScope must be object"),me;Ae(j,j.end,{key:"endScope"}),j.end=H(j.end,{joinWith:""})}}function an(j){j.scope&&typeof j.scope=="object"&&j.scope!==null&&(j.beginScope=j.scope,delete j.scope)}function Qn(j){an(j),typeof j.beginScope=="string"&&(j.beginScope={_wrap:j.beginScope}),typeof j.endScope=="string"&&(j.endScope={_wrap:j.endScope}),He(j),Qe(j)}function qt(j){function se(Se,Ee){return new RegExp(y(Se),"m"+(j.case_insensitive?"i":"")+(j.unicodeRegex?"u":"")+(Ee?"g":""))}class be{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(Ee,Me){Me.position=this.position++,this.matchIndexes[this.matchAt]=Me,this.regexes.push([Me,Ee]),this.matchAt+=I(Ee)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const Ee=this.regexes.map(Me=>Me[1]);this.matcherRe=se(H(Ee,{joinWith:"|"}),!0),this.lastIndex=0}exec(Ee){this.matcherRe.lastIndex=this.lastIndex;const Me=this.matcherRe.exec(Ee);if(!Me)return null;const Rt=Me.findIndex((Tr,wa)=>wa>0&&Tr!==void 0),St=this.matchIndexes[Rt];return Me.splice(0,Rt),Object.assign(Me,St)}}class De{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(Ee){if(this.multiRegexes[Ee])return this.multiRegexes[Ee];const Me=new be;return this.rules.slice(Ee).forEach(([Rt,St])=>Me.addRule(Rt,St)),Me.compile(),this.multiRegexes[Ee]=Me,Me}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(Ee,Me){this.rules.push([Ee,Me]),Me.type==="begin"&&this.count++}exec(Ee){const Me=this.getMatcher(this.regexIndex);Me.lastIndex=this.lastIndex;let Rt=Me.exec(Ee);if(this.resumingScanAtSamePosition()&&!(Rt&&Rt.index===this.lastIndex)){const St=this.getMatcher(0);St.lastIndex=this.lastIndex+1,Rt=St.exec(Ee)}return Rt&&(this.regexIndex+=Rt.position+1,this.regexIndex===this.count&&this.considerAll()),Rt}}function vt(Se){const Ee=new De;return Se.contains.forEach(Me=>Ee.addRule(Me.begin,{rule:Me,type:"begin"})),Se.terminatorEnd&&Ee.addRule(Se.terminatorEnd,{type:"end"}),Se.illegal&&Ee.addRule(Se.illegal,{type:"illegal"}),Ee}function ht(Se,Ee){const Me=Se;if(Se.isCompiled)return Me;[Nt,lr,Qn,Zn].forEach(St=>St(Se,Ee)),j.compilerExtensions.forEach(St=>St(Se,Ee)),Se.__beforeBegin=null,[ni,Tn,We].forEach(St=>St(Se,Ee)),Se.isCompiled=!0;let Rt=null;return typeof Se.keywords=="object"&&Se.keywords.$pattern&&(Se.keywords=Object.assign({},Se.keywords),Rt=Se.keywords.$pattern,delete Se.keywords.$pattern),Rt=Rt||/\w+/,Se.keywords&&(Se.keywords=kr(Se.keywords,j.case_insensitive)),Me.keywordPatternRe=se(Rt,!0),Ee&&(Se.begin||(Se.begin=/\B|\b/),Me.beginRe=se(Me.begin),!Se.end&&!Se.endsWithParent&&(Se.end=/\B|\b/),Se.end&&(Me.endRe=se(Me.end)),Me.terminatorEnd=y(Me.end)||"",Se.endsWithParent&&Ee.terminatorEnd&&(Me.terminatorEnd+=(Se.end?"|":"")+Ee.terminatorEnd)),Se.illegal&&(Me.illegalRe=se(Se.illegal)),Se.contains||(Se.contains=[]),Se.contains=[].concat(...Se.contains.map(function(St){return Qt(St==="self"?Se:St)})),Se.contains.forEach(function(St){ht(St,Me)}),Se.starts&&ht(Se.starts,Ee),Me.matcher=vt(Me),Me}if(j.compilerExtensions||(j.compilerExtensions=[]),j.contains&&j.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return j.classNameAliases=a(j.classNameAliases||{}),ht(j)}function Ct(j){return j?j.endsWithParent||Ct(j.starts):!1}function Qt(j){return j.variants&&!j.cachedVariants&&(j.cachedVariants=j.variants.map(function(se){return a(j,{variants:null},se)})),j.cachedVariants?j.cachedVariants:Ct(j)?a(j,{starts:j.starts?a(j.starts):null}):Object.isFrozen(j)?a(j):j}var rt="11.11.1";class cr extends Error{constructor(se,be){super(se),this.name="HTMLInjectionError",this.html=be}}const sn=r,yo=a,Fi=Symbol("nomatch"),Sa=7,$i=function(j){const se=Object.create(null),be=Object.create(null),De=[];let vt=!0;const ht="Could not find the language '{}', did you forget to load/include a language module?",Se={disableAutodetect:!0,name:"Plain text",contains:[]};let Ee={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:b};function Me(fe){return Ee.noHighlightRe.test(fe)}function Rt(fe){let Te=fe.className+" ";Te+=fe.parentNode?fe.parentNode.className:"";const Fe=Ee.languageDetectRe.exec(Te);if(Fe){const it=ln(Fe[1]);return it||(_a(ht.replace("{}",Fe[1])),_a("Falling back to no-highlight mode for this block.",fe)),it?Fe[1]:"no-highlight"}return Te.split(/\s+/).find(it=>Me(it)||ln(it))}function St(fe,Te,Fe){let it="",It="";typeof Te=="object"?(it=fe,Fe=Te.ignoreIllegals,It=Te.language):(re("10.7.0","highlight(lang, code, ...args) has been deprecated."),re("10.7.0",`Please use highlight(code, options) instead.
82
+ https://github.com/highlightjs/highlight.js/issues/2277`),It=fe,it=Te),Fe===void 0&&(Fe=!0);const en={code:it,language:It};Ki("before:highlight",en);const Nn=en.result?en.result:Tr(en.language,en.code,Fe);return Nn.code=en.code,Ki("after:highlight",Nn),Nn}function Tr(fe,Te,Fe,it){const It=Object.create(null);function en(ge,we){return ge.keywords[we]}function Nn(){if(!Re.keywords){jt.addText(at);return}let ge=0;Re.keywordPatternRe.lastIndex=0;let we=Re.keywordPatternRe.exec(at),je="";for(;we;){je+=at.substring(ge,we.index);const qe=Vt.case_insensitive?we[0].toLowerCase():we[0],Tt=en(Re,qe);if(Tt){const[Un,Hs]=Tt;if(jt.addText(je),je="",It[qe]=(It[qe]||0)+1,It[qe]<=Sa&&(si+=Hs),Un.startsWith("_"))je+=we[0];else{const ko=Vt.classNameAliases[Un]||Un;Cn(we[0],ko)}}else je+=we[0];ge=Re.keywordPatternRe.lastIndex,we=Re.keywordPatternRe.exec(at)}je+=at.substring(ge),jt.addText(je)}function gn(){if(at==="")return;let ge=null;if(typeof Re.subLanguage=="string"){if(!se[Re.subLanguage]){jt.addText(at);return}ge=Tr(Re.subLanguage,at,!0,wo[Re.subLanguage]),wo[Re.subLanguage]=ge._top}else ge=ka(at,Re.subLanguage.length?Re.subLanguage:null);Re.relevance>0&&(si+=ge.relevance),jt.__addSublanguage(ge._emitter,ge.language)}function bt(){Re.subLanguage!=null?gn():Nn(),at=""}function Cn(ge,we){ge!==""&&(jt.startScope(we),jt.addText(ge),jt.endScope())}function _o(ge,we){let je=1;const qe=we.length-1;for(;je<=qe;){if(!ge._emit[je]){je++;continue}const Tt=Vt.classNameAliases[ge[je]]||ge[je],Un=we[je];Tt?Cn(Un,Tt):(at=Un,Nn(),at=""),je++}}function Na(ge,we){return ge.scope&&typeof ge.scope=="string"&&jt.openNode(Vt.classNameAliases[ge.scope]||ge.scope),ge.beginScope&&(ge.beginScope._wrap?(Cn(at,Vt.classNameAliases[ge.beginScope._wrap]||ge.beginScope._wrap),at=""):ge.beginScope._multi&&(_o(ge.beginScope,we),at="")),Re=Object.create(ge,{parent:{value:Re}}),Re}function Bs(ge,we,je){let qe=M(ge.endRe,je);if(qe){if(ge["on:end"]){const Tt=new t(ge);ge["on:end"](we,Tt),Tt.isMatchIgnored&&(qe=!1)}if(qe){for(;ge.endsParent&&ge.parent;)ge=ge.parent;return ge}}if(ge.endsWithParent)return Bs(ge.parent,we,je)}function Ca(ge){return Re.matcher.regexIndex===0?(at+=ge[0],1):(li=!0,0)}function Ru(ge){const we=ge[0],je=ge.rule,qe=new t(je),Tt=[je.__beforeBegin,je["on:begin"]];for(const Un of Tt)if(Un&&(Un(ge,qe),qe.isMatchIgnored))return Ca(we);return je.skip?at+=we:(je.excludeBegin&&(at+=we),bt(),!je.returnBegin&&!je.excludeBegin&&(at=we)),Na(je,ge),je.returnBegin?0:we.length}function bn(ge){const we=ge[0],je=Te.substring(ge.index),qe=Bs(Re,ge,je);if(!qe)return Fi;const Tt=Re;Re.endScope&&Re.endScope._wrap?(bt(),Cn(we,Re.endScope._wrap)):Re.endScope&&Re.endScope._multi?(bt(),_o(Re.endScope,ge)):Tt.skip?at+=we:(Tt.returnEnd||Tt.excludeEnd||(at+=we),bt(),Tt.excludeEnd&&(at=we));do Re.scope&&jt.closeNode(),!Re.skip&&!Re.subLanguage&&(si+=Re.relevance),Re=Re.parent;while(Re!==qe.parent);return qe.starts&&Na(qe.starts,ge),Tt.returnEnd?0:we.length}function Us(){const ge=[];for(let we=Re;we!==Vt;we=we.parent)we.scope&&ge.unshift(we.scope);ge.forEach(we=>jt.openNode(we))}let qi={};function Aa(ge,we){const je=we&&we[0];if(at+=ge,je==null)return bt(),0;if(qi.type==="begin"&&we.type==="end"&&qi.index===we.index&&je===""){if(at+=Te.slice(we.index,we.index+1),!vt){const qe=new Error(`0 width match regex (${fe})`);throw qe.languageName=fe,qe.badRule=qi.rule,qe}return 1}if(qi=we,we.type==="begin")return Ru(we);if(we.type==="illegal"&&!Fe){const qe=new Error('Illegal lexeme "'+je+'" for mode "'+(Re.scope||"<unnamed>")+'"');throw qe.mode=Re,qe}else if(we.type==="end"){const qe=bn(we);if(qe!==Fi)return qe}if(we.type==="illegal"&&je==="")return at+=`
83
+ `,1;if(Ps>1e5&&Ps>we.index*3)throw new Error("potential infinite loop, way more iterations than matches");return at+=je,je.length}const Vt=ln(fe);if(!Vt)throw kt(ht.replace("{}",fe)),new Error('Unknown language: "'+fe+'"');const So=qt(Vt);let Oa="",Re=it||So;const wo={},jt=new Ee.__emitter(Ee);Us();let at="",si=0,Ar=0,Ps=0,li=!1;try{if(Vt.__emitTokens)Vt.__emitTokens(Te,jt);else{for(Re.matcher.considerAll();;){Ps++,li?li=!1:Re.matcher.considerAll(),Re.matcher.lastIndex=Ar;const ge=Re.matcher.exec(Te);if(!ge)break;const we=Te.substring(Ar,ge.index),je=Aa(we,ge);Ar=ge.index+je}Aa(Te.substring(Ar))}return jt.finalize(),Oa=jt.toHTML(),{language:fe,value:Oa,relevance:si,illegal:!1,_emitter:jt,_top:Re}}catch(ge){if(ge.message&&ge.message.includes("Illegal"))return{language:fe,value:sn(Te),illegal:!0,relevance:0,_illegalBy:{message:ge.message,index:Ar,context:Te.slice(Ar-100,Ar+100),mode:ge.mode,resultSoFar:Oa},_emitter:jt};if(vt)return{language:fe,value:sn(Te),illegal:!1,relevance:0,errorRaised:ge,_emitter:jt,_top:Re};throw ge}}function wa(fe){const Te={value:sn(fe),illegal:!1,relevance:0,_top:Se,_emitter:new Ee.__emitter(Ee)};return Te._emitter.addText(fe),Te}function ka(fe,Te){Te=Te||Ee.languages||Object.keys(se);const Fe=wa(fe),it=Te.filter(ln).filter(ii).map(bt=>Tr(bt,fe,!1));it.unshift(Fe);const It=it.sort((bt,Cn)=>{if(bt.relevance!==Cn.relevance)return Cn.relevance-bt.relevance;if(bt.language&&Cn.language){if(ln(bt.language).supersetOf===Cn.language)return 1;if(ln(Cn.language).supersetOf===bt.language)return-1}return 0}),[en,Nn]=It,gn=en;return gn.secondBest=Nn,gn}function ur(fe,Te,Fe){const it=Te&&be[Te]||Fe;fe.classList.add("hljs"),fe.classList.add(`language-${it}`)}function Mt(fe){let Te=null;const Fe=Rt(fe);if(Me(Fe))return;if(Ki("before:highlightElement",{el:fe,language:Fe}),fe.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",fe);return}if(fe.children.length>0&&(Ee.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(fe)),Ee.throwUnescapedHTML))throw new cr("One of your code blocks includes unescaped HTML.",fe.innerHTML);Te=fe;const it=Te.textContent,It=Fe?St(it,{language:Fe,ignoreIllegals:!0}):ka(it);fe.innerHTML=It.value,fe.dataset.highlighted="yes",ur(fe,Fe,It.language),fe.result={language:It.language,re:It.relevance,relevance:It.relevance},It.secondBest&&(fe.secondBest={language:It.secondBest.language,relevance:It.secondBest.relevance}),Ki("after:highlightElement",{el:fe,result:It,text:it})}function Jt(fe){Ee=yo(Ee,fe)}const ri=()=>{Ta(),re("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function zs(){Ta(),re("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let vo=!1;function Ta(){function fe(){Ta()}if(document.readyState==="loading"){vo||window.addEventListener("DOMContentLoaded",fe,!1),vo=!0;return}document.querySelectorAll(Ee.cssSelector).forEach(Mt)}function xo(fe,Te){let Fe=null;try{Fe=Te(j)}catch(it){if(kt("Language definition for '{}' could not be registered.".replace("{}",fe)),vt)kt(it);else throw it;Fe=Se}Fe.name||(Fe.name=fe),se[fe]=Fe,Fe.rawDefinition=Te.bind(null,j),Fe.aliases&&Nr(Fe.aliases,{languageName:fe})}function Gi(fe){delete se[fe];for(const Te of Object.keys(be))be[Te]===fe&&delete be[Te]}function js(){return Object.keys(se)}function ln(fe){return fe=(fe||"").toLowerCase(),se[fe]||se[be[fe]]}function Nr(fe,{languageName:Te}){typeof fe=="string"&&(fe=[fe]),fe.forEach(Fe=>{be[Fe.toLowerCase()]=Te})}function ii(fe){const Te=ln(fe);return Te&&!Te.disableAutodetect}function ai(fe){fe["before:highlightBlock"]&&!fe["before:highlightElement"]&&(fe["before:highlightElement"]=Te=>{fe["before:highlightBlock"](Object.assign({block:Te.el},Te))}),fe["after:highlightBlock"]&&!fe["after:highlightElement"]&&(fe["after:highlightElement"]=Te=>{fe["after:highlightBlock"](Object.assign({block:Te.el},Te))})}function zt(fe){ai(fe),De.push(fe)}function Eo(fe){const Te=De.indexOf(fe);Te!==-1&&De.splice(Te,1)}function Ki(fe,Te){const Fe=fe;De.forEach(function(it){it[Fe]&&it[Fe](Te)})}function Cr(fe){return re("10.7.0","highlightBlock will be removed entirely in v12.0"),re("10.7.0","Please use highlightElement now."),Mt(fe)}Object.assign(j,{highlight:St,highlightAuto:ka,highlightAll:Ta,highlightElement:Mt,highlightBlock:Cr,configure:Jt,initHighlighting:ri,initHighlightingOnLoad:zs,registerLanguage:xo,unregisterLanguage:Gi,listLanguages:js,getLanguage:ln,registerAliases:Nr,autoDetection:ii,inherit:yo,addPlugin:zt,removePlugin:Eo}),j.debugMode=function(){vt=!1},j.safeMode=function(){vt=!0},j.versionString=rt,j.regex={concat:k,lookahead:v,either:_,optional:S,anyNumberOfTimes:x};for(const fe in Ie)typeof Ie[fe]=="object"&&e(Ie[fe]);return Object.assign(j,Ie),j},mn=$i({});return mn.newInstance=()=>$i({}),lh=mn,mn.HighlightJS=mn,mn.default=mn,lh}var iM=rM();const aM=ao(iM),$v={},sM="hljs-";function lM(e){const t=aM.newInstance();return e&&c(e),{highlight:r,highlightAuto:a,listLanguages:l,register:c,registerAlias:u,registered:d};function r(h,p,b){const y=b||$v,v=typeof y.prefix=="string"?y.prefix:sM;if(!t.getLanguage(h))throw new Error("Unknown language: `"+h+"` is not registered");t.configure({__emitter:oM,classPrefix:v});const x=t.highlight(p,{ignoreIllegals:!0,language:h});if(x.errorRaised)throw new Error("Could not highlight with `Highlight.js`",{cause:x.errorRaised});const S=x._emitter.root,k=S.data;return k.language=x.language,k.relevance=x.relevance,S}function a(h,p){const y=(p||$v).subset||l();let v=-1,x=0,S;for(;++v<y.length;){const k=y[v];if(!t.getLanguage(k))continue;const N=r(k,h,p);N.data&&N.data.relevance!==void 0&&N.data.relevance>x&&(x=N.data.relevance,S=N)}return S||{type:"root",children:[],data:{language:void 0,relevance:x}}}function l(){return t.listLanguages()}function c(h,p){if(typeof h=="string")t.registerLanguage(h,p);else{let b;for(b in h)Object.hasOwn(h,b)&&t.registerLanguage(b,h[b])}}function u(h,p){if(typeof h=="string")t.registerAliases(typeof p=="string"?p:[...p],{languageName:h});else{let b;for(b in h)if(Object.hasOwn(h,b)){const y=h[b];t.registerAliases(typeof y=="string"?y:[...y],{languageName:b})}}}function d(h){return!!t.getLanguage(h)}}class oM{constructor(t){this.options=t,this.root={type:"root",children:[],data:{language:void 0,relevance:0}},this.stack=[this.root]}addText(t){if(t==="")return;const r=this.stack[this.stack.length-1],a=r.children[r.children.length-1];a&&a.type==="text"?a.value+=t:r.children.push({type:"text",value:t})}startScope(t){this.openNode(String(t))}endScope(){this.closeNode()}__addSublanguage(t,r){const a=this.stack[this.stack.length-1],l=t.root.children;r?a.children.push({type:"element",tagName:"span",properties:{className:[r]},children:l}):a.children.push(...l)}openNode(t){const r=this,a=t.split(".").map(function(u,d){return d?u+"_".repeat(d):r.options.classPrefix+u}),l=this.stack[this.stack.length-1],c={type:"element",tagName:"span",properties:{className:a},children:[]};l.children.push(c),this.stack.push(c)}closeNode(){this.stack.pop()}finalize(){}toHTML(){return""}}const cM={};function uM(e){const t=e||cM,r=t.aliases,a=t.detect||!1,l=t.languages||nM,c=t.plainText,u=t.prefix,d=t.subset;let h="hljs";const p=lM(l);if(r&&p.registerAlias(r),u){const b=u.indexOf("-");h=b===-1?u:u.slice(0,b)}return function(b,y){Tu(b,"element",function(v,x,S){if(v.tagName!=="code"||!S||S.type!=="element"||S.tagName!=="pre")return;const k=dM(v);if(k===!1||!k&&!a||k&&c&&c.includes(k))return;Array.isArray(v.properties.className)||(v.properties.className=[]),v.properties.className.includes(h)||v.properties.className.unshift(h);const N=AO(v,{whitespace:"pre"});let _;try{_=k?p.highlight(k,N,{prefix:u}):p.highlightAuto(N,{prefix:u,subset:d})}catch(I){const M=I;if(k&&/Unknown language/.test(M.message)){y.message("Cannot highlight as `"+k+"`, it’s not registered",{ancestors:[S,v],cause:M,place:v.position,ruleId:"missing-language",source:"rehype-highlight"});return}throw M}!k&&_.data&&_.data.language&&v.properties.className.push("language-"+_.data.language),_.children.length>0&&(v.children=_.children)})}}function dM(e){const t=e.properties.className;let r=-1;if(!Array.isArray(t))return;let a;for(;++r<t.length;){const l=String(t[r]);if(l==="no-highlight"||l==="nohighlight")return!1;!a&&l.slice(0,5)==="lang-"&&(a=l.slice(5)),!a&&l.slice(0,9)==="language-"&&(a=l.slice(9))}return a}function fs(e){return e?typeof e=="string"?e:"literalString"in e?e.literalString:"dataPath"in e?`{{${e.dataPath}}}`:"":""}function Yc(e){return e?Array.isArray(e)?e:"explicitList"in e?e.explicitList:[]:[]}function fM({className:e,children:t}){const[r,a]=z.useState(!1),l=String(t).replace(/\n$/,""),c=(e==null?void 0:e.replace(/^language-/,""))??"",u=z.useCallback(()=>{navigator.clipboard.writeText(l).then(()=>{a(!0),setTimeout(()=>a(!1),2e3)})},[l]);return m.jsxs("div",{className:"group/code relative my-2 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center justify-between px-3 py-1.5",style:{background:"var(--bg-hover)",borderBottom:"1px solid var(--border)"},children:[m.jsx("span",{className:"text-tiny font-mono uppercase",style:{color:"var(--text-muted)"},children:c||"code"}),m.jsx("button",{onClick:u,className:"flex items-center gap-1 px-2 py-0.5 rounded text-tiny transition-colors",style:{color:r?"var(--accent-green)":"var(--text-muted)",background:"transparent"},title:"Copy code",children:r?m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),"Copied"]}):m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9.75a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184"})}),"Copy"]})})]}),m.jsx("pre",{className:"overflow-x-auto p-3 text-[13px] leading-[1.5]",style:{background:"var(--code-bg)",color:"var(--text-primary)",margin:0},children:m.jsx("code",{className:e,style:{fontFamily:"var(--font-mono)"},children:t})})]})}function hM({children:e}){return m.jsx("div",{className:"my-2 overflow-x-auto rounded-md",style:{border:"1px solid var(--border)"},children:m.jsx("table",{className:"min-w-full text-[13px]",style:{borderCollapse:"collapse"},children:e})})}function pM({children:e}){return m.jsx("thead",{style:{background:"var(--bg-hover)"},children:e})}function mM({children:e,...t}){return m.jsx("tr",{...t,style:{borderBottom:"1px solid var(--border)"},className:"hover:bg-[--bg-hover] transition-colors",children:e})}function Gv({children:e,isHeader:t=!1,style:r}){const a=t?"th":"td";return m.jsx(a,{className:`px-3 py-2 text-left ${t?"font-bold":""}`,style:{color:t?"var(--text-primary)":"var(--text-secondary)",whiteSpace:"nowrap",...r},children:e})}function gM({jsonl:e,onAction:t}){const r=z.useMemo(()=>bM(e),[e]);return r?m.jsx("div",{className:"mt-1",children:Pl(r.rootId,r.components,t)}):m.jsxs("div",{className:"mt-2 px-2 py-1.5 rounded-sm text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-secondary)"},children:[m.jsx("span",{className:"font-bold text-tiny",style:{color:"var(--text-muted)"},children:"A2UI"}),m.jsx("pre",{className:"mt-1 overflow-x-auto whitespace-pre-wrap break-words max-h-32",style:{fontFamily:"var(--font-mono)",fontSize:12},children:e})]})}function bM(e){try{const t=e.trim().split(`
84
+ `).filter(Boolean),r=new Map;let a="";for(const l of t){const c=JSON.parse(l);if("surfaceUpdate"in c)for(const u of c.surfaceUpdate.components)r.set(u.id,u.component);"beginRendering"in c&&(a=c.beginRendering.root)}return!a||r.size===0?null:{rootId:a,components:r}}catch{return null}}function Pl(e,t,r){const a=t.get(e);if(!a)return null;if("Text"in a){const{text:l,usageHint:c}=a.Text,u=fs(l),d=c??"body",h={h1:"text-h1 font-bold",h2:"text-h2 font-bold",h3:"text-[14px] font-bold",h4:"text-caption font-bold",h5:"text-tiny font-bold uppercase tracking-wide",caption:"text-caption",body:"text-body"};return m.jsx("p",{className:`${h[d]??"text-body"} my-0.5`,style:{color:d.startsWith("h")?"var(--text-primary)":"var(--text-secondary)"},children:u},e)}if("Button"in a){const{label:l,action:c,style:u}=a.Button,d=fs(l),h=u==="primary"||u==="filled";return m.jsx("button",{onClick:()=>{c!=null&&c.sendMessage&&r&&r(c.sendMessage,c)},className:`inline-flex items-center gap-1.5 px-3 py-1.5 rounded-sm text-caption font-bold transition-colors ${h?"text-white":"hover:bg-[--bg-hover]"}`,style:{background:h?"var(--bg-active)":"transparent",color:h?"#fff":"var(--text-link)",border:h?"none":"1px solid var(--border)"},children:d},e)}if("Column"in a){const l=Yc(a.Column.children),c=a.Column.gap??4;return m.jsx("div",{className:"flex flex-col",style:{gap:c},children:l.map(u=>Pl(u,t,r))},e)}if("Row"in a){const l=Yc(a.Row.children),c=a.Row.gap??8;return m.jsx("div",{className:"flex flex-row flex-wrap items-center",style:{gap:c},children:l.map(u=>Pl(u,t,r))},e)}if("Card"in a){const l=Yc(a.Card.children),c=a.Card.title?fs(a.Card.title):null;return m.jsxs("div",{className:"rounded-md p-3 my-1",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:[c&&m.jsx("p",{className:"text-h2 font-bold mb-2",style:{color:"var(--text-primary)"},children:c}),m.jsx("div",{className:"flex flex-col gap-1",children:l.map(u=>Pl(u,t,r))})]},e)}if("List"in a){const l=Yc(a.List.children);return m.jsx("div",{className:"flex flex-col gap-0.5 my-1",children:l.map(c=>m.jsxs("div",{className:"flex items-start gap-2 px-2 py-1.5 rounded hover:bg-[--bg-hover] transition-colors",children:[m.jsx("span",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"•"}),Pl(c,t,r)]},c))},e)}if("Image"in a){const l=fs(a.Image.url),c=a.Image.alt?fs(a.Image.alt):"";return m.jsx("img",{src:l,alt:c,className:"max-w-[360px] max-h-64 rounded-md object-contain my-1",style:{border:"1px solid var(--border)"}},e)}if("Divider"in a)return m.jsx("hr",{className:"my-2",style:{border:"none",borderTop:"1px solid var(--border)"}},e);if("Icon"in a){const l=fs(a.Icon.name);return m.jsxs("span",{className:"text-body",style:{color:"var(--text-secondary)"},children:["[",l,"]"]},e)}return null}function yM(e,t){return{pre({children:r,node:a}){var c,u,d,h;const l=(c=a==null?void 0:a.children)==null?void 0:c[0];if((l==null?void 0:l.tagName)==="code"){const p=(u=l.properties)!=null&&u.className?Array.isArray(l.properties.className)?l.properties.className.join(" "):String(l.properties.className):void 0;if(p!=null&&p.includes("language-action")){const b=String(((d=r==null?void 0:r.props)==null?void 0:d.children)??r).trim();try{const y=JSON.parse(b);if(y&&typeof y=="object"&&y.kind){const v=vM(y.prompt??b),x=t==null?void 0:t[v];return m.jsx(_M,{action:y,resolved:x,onResolve:e?(S,k)=>e(S,k):void 0})}}catch{}}return m.jsx(fM,{className:p,children:((h=r==null?void 0:r.props)==null?void 0:h.children)??r})}return m.jsx("pre",{children:r})},code({className:r,children:a,...l}){return m.jsx("code",{className:"px-1 py-0.5 rounded text-[0.85em]",style:{background:"var(--code-bg)",color:"var(--code-text)",fontFamily:"var(--font-mono)"},...l,children:a})},table({children:r}){return m.jsx(hM,{children:r})},thead({children:r}){return m.jsx(pM,{children:r})},tr({children:r,...a}){return m.jsx(mM,{...a,children:r})},th({children:r,style:a}){return m.jsx(Gv,{isHeader:!0,style:a,children:r})},td({children:r,style:a}){return m.jsx(Gv,{style:a,children:r})},a({href:r,children:a,...l}){return m.jsx("a",{href:r,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--text-link)"},className:"underline underline-offset-2 hover:opacity-80 transition-opacity",...l,children:a})},blockquote({children:r}){return m.jsx("blockquote",{className:"my-2 pl-3 py-0.5",style:{borderLeft:"3px solid var(--bg-active)",color:"var(--text-secondary)"},children:r})}}}function vM(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t.toString(36)}function xM(e,t){if(!e.includes("```action"))return e;const r=[];let a=e;const l=/```action\s*\n[\s\S]*?```/g;let c=0,u;for(;(u=l.exec(a))!==null;)u.index>c&&r.push(a.slice(c,u.index)),r.push(u[0]),c=u.index+u[0].length;const d=a.slice(c),h=d.indexOf("```action");return h!==-1&&t?r.push(d.slice(0,h)):r.push(d),r.join("")}function EM(e){return e.includes("```action")?e.replace(/```action\s*\n[\s\S]*?```/g,"").includes("```action"):!1}function _M({action:e,resolved:t,onResolve:r}){var b,y;const[a,l]=z.useState(""),[c,u]=z.useState(null);if(t)return m.jsxs("div",{className:"mt-2 rounded-lg px-4 py-3 flex items-center gap-2",style:{background:"var(--bg-hover)",border:"1px solid var(--border)",opacity:.85},children:[m.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2.5,style:{color:"var(--accent-green, #34d399)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),m.jsxs("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:["Selected: ",m.jsx("strong",{style:{color:"var(--text-primary)"},children:t.label??t.value})]})]});const d=v=>{r&&r(v.value,v.label)},h=()=>{const v=a.trim();v&&r&&r(v,v)},p=(v,x)=>{const S=c===x;return v.style==="primary"?{background:"var(--bg-active)",color:"#fff",border:"none",opacity:S?.9:1}:v.style==="danger"?{background:S?"rgba(239,68,68,0.15)":"transparent",color:"var(--accent-red, #ef4444)",border:"1px solid var(--accent-red, #ef4444)"}:{background:S?"var(--bg-hover)":"transparent",color:"var(--text-link)",border:"1px solid var(--border)"}};if(e.kind==="confirm"){const v=((b=e.items)==null?void 0:b[0])??{label:"Yes",value:"yes"},x=((y=e.items)==null?void 0:y[1])??{label:"No",value:"no"};return m.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&m.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),m.jsxs("div",{className:"flex",children:[m.jsx("button",{onClick:()=>d(x),onMouseEnter:()=>u(0),onMouseLeave:()=>u(null),className:"flex-1 px-4 py-2.5 text-caption font-bold transition-all cursor-pointer",style:{background:c===0?"var(--bg-hover)":"transparent",color:"var(--text-secondary)",borderRight:"1px solid var(--border)",border:"none",borderRightWidth:1,borderRightStyle:"solid",borderRightColor:"var(--border)"},children:x.label}),m.jsx("button",{onClick:()=>d(v),onMouseEnter:()=>u(1),onMouseLeave:()=>u(null),className:"flex-1 px-4 py-2.5 text-caption font-bold transition-all cursor-pointer",style:{background:"var(--bg-active)",color:"#fff",border:"none",opacity:c===1?.9:1},children:v.label})]})]})}return e.kind==="buttons"&&e.items?m.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&m.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),m.jsx("div",{className:"flex flex-wrap gap-2 px-4 py-3",children:e.items.map((v,x)=>m.jsx("button",{onClick:()=>d(v),onMouseEnter:()=>u(x),onMouseLeave:()=>u(null),className:"inline-flex items-center gap-1.5 px-4 py-2 rounded-md text-caption font-bold transition-all cursor-pointer",style:p(v,x),children:v.label},v.value))})]}):e.kind==="select"&&e.items?m.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&m.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),m.jsx("div",{className:"flex flex-col",children:e.items.map((v,x)=>m.jsxs("button",{onClick:()=>d(v),onMouseEnter:()=>u(x),onMouseLeave:()=>u(null),className:"flex items-center gap-3 px-4 py-2.5 text-left transition-all cursor-pointer",style:{background:c===x?"var(--bg-hover)":"transparent",color:"var(--text-primary)",borderBottom:x<e.items.length-1?"1px solid var(--border)":"none",border:"none",borderBottomWidth:x<e.items.length-1?1:0,borderBottomStyle:"solid",borderBottomColor:"var(--border)"},children:[m.jsx("span",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:{border:"2px solid var(--border)",background:c===x?"var(--bg-active)":"transparent"},children:c===x&&m.jsx("span",{className:"w-2 h-2 rounded-full",style:{background:"#fff"}})}),m.jsx("span",{className:"text-caption",children:v.label})]},v.value))})]}):e.kind==="input"?m.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&m.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),m.jsxs("div",{className:"flex items-center gap-2 px-4 py-3",children:[m.jsx("input",{type:"text",value:a,onChange:v=>l(v.target.value),onKeyDown:v=>{v.key==="Enter"&&h()},placeholder:e.placeholder??"Type your answer...",className:"flex-1 px-3 py-2 rounded-md text-caption outline-none",style:{background:"var(--bg-primary, var(--bg))",color:"var(--text-primary)",border:"1px solid var(--border)"}}),m.jsx("button",{onClick:h,disabled:!a.trim(),className:"px-4 py-2 rounded-md text-caption font-bold transition-all cursor-pointer",style:{background:a.trim()?"var(--bg-active)":"var(--bg-hover)",color:a.trim()?"#fff":"var(--text-muted)",border:"none"},children:"Submit"})]})]}):null}function SM(){return m.jsxs("div",{className:"mt-2 rounded-lg px-4 py-3 flex items-center gap-3",style:{background:"var(--bg-secondary, var(--bg-hover))",border:"1px solid var(--border)"},children:[m.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Preparing options..."})]})}function zh({text:e,mediaUrl:t,a2ui:r,className:a="",isStreaming:l,onAction:c,onResolveAction:u,resolvedActions:d}){const h=z.useMemo(()=>yM(u,d),[u,d]),p=z.useMemo(()=>xM(e,l),[e,l]),b=l&&EM(e);return m.jsxs("div",{className:a,children:[t&&m.jsx("div",{className:"mb-2",children:m.jsx(wM,{url:t})}),p?m.jsx("div",{className:"prose prose-sm max-w-none prose-p:my-1 prose-ul:my-1 prose-ol:my-1 prose-pre:my-0 prose-code:before:content-none prose-code:after:content-none prose-headings:my-2",style:{color:"var(--text-primary)","--tw-prose-headings":"var(--text-primary)","--tw-prose-bold":"var(--text-primary)","--tw-prose-code":"var(--code-text)","--tw-prose-pre-code":"var(--text-primary)","--tw-prose-pre-bg":"var(--code-bg)","--tw-prose-bullets":"var(--text-muted)","--tw-prose-counters":"var(--text-muted)"},children:m.jsx(B0,{remarkPlugins:[o1],rehypePlugins:[uM],components:h,children:p})}):null,b&&m.jsx(SM,{}),r&&m.jsx(gM,{jsonl:r,onAction:c})]})}function wM({url:e}){var r,a;const t=((r=e.split(".").pop())==null?void 0:r.toLowerCase().split("?")[0])??"";if(["mp3","wav","ogg","m4a","aac","webm"].includes(t))return m.jsxs("div",{className:"flex items-center gap-3 px-3 py-2 rounded-md max-w-[360px]",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:[m.jsx("svg",{className:"w-8 h-8 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 010 12.728M16.463 8.288a5.25 5.25 0 010 7.424M6.75 8.25l4.72-4.72a.75.75 0 011.28.53v15.88a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75z"})}),m.jsx("audio",{controls:!0,className:"flex-1 h-8",style:{maxWidth:280},children:m.jsx("source",{src:e})})]});if(["mp4","mov","avi","mkv"].includes(t))return m.jsx("video",{controls:!0,className:"max-w-[360px] max-h-64 rounded-md",style:{border:"1px solid var(--border)"},children:m.jsx("source",{src:e})});if(["pdf","zip","tar","gz","doc","docx","xls","xlsx","csv"].includes(t)){const l=((a=e.split("/").pop())==null?void 0:a.split("?")[0])??"file";return m.jsxs("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-3 px-3 py-2.5 rounded-md max-w-[360px] hover:opacity-90 transition-opacity",style:{background:"var(--bg-hover)",border:"1px solid var(--border)",textDecoration:"none"},children:[m.jsx("svg",{className:"w-8 h-8 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"})}),m.jsxs("div",{className:"flex-1 min-w-0",children:[m.jsx("p",{className:"text-caption font-bold truncate",style:{color:"var(--text-primary)"},children:l}),m.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:[t.toUpperCase()," — Click to open"]})]}),m.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3"})})]})}return m.jsx("img",{src:e,alt:"",className:"max-w-[360px] max-h-64 rounded-md object-contain cursor-pointer hover:opacity-90 transition-opacity",style:{border:"1px solid var(--border)"},onClick:()=>window.open(e,"_blank")})}function kM({channelId:e}){const t=sr(),r=ei(),[a,l]=z.useState(null),[c,u]=z.useState(""),d=z.useRef(null),h=z.useRef(null),p=t.sessions,b=t.selectedSessionId;z.useEffect(()=>{a&&d.current&&(d.current.focus(),d.current.select())},[a]);const y=z.useCallback(N=>{if(N===b)return;const _=p.find(I=>I.id===N);_&&(ce.info("Session",`Switched to session: ${_.name} (${_.id})`),r({type:"SELECT_SESSION",sessionId:_.id,sessionKey:_.sessionKey}))},[b,p,r]),v=z.useCallback(async()=>{try{let N=e;if(!N){ce.info("Session","No channel for default agent — auto-creating General channel"),N=(await Er.create({name:"General",openclawAgentId:"main"})).id;const[{agents:M},{channels:A}]=await Promise.all([xs.list(),Er.list()]);r({type:"SET_AGENTS",agents:M}),r({type:"SET_CHANNELS",channels:A});const{sessions:H}=await vs.list(N);r({type:"SET_SESSIONS",sessions:H}),H.length>0&&r({type:"SELECT_SESSION",sessionId:H[0].id,sessionKey:H[0].sessionKey});return}const _=await vs.create(N);ce.info("Session",`Created session: ${_.name} (${_.id})`),r({type:"ADD_SESSION",session:_}),r({type:"SELECT_SESSION",sessionId:_.id,sessionKey:_.sessionKey}),requestAnimationFrame(()=>{h.current&&(h.current.scrollLeft=h.current.scrollWidth)})}catch(N){ce.error("Session",`Failed to create session: ${N}`)}},[e,r]),x=z.useCallback(async N=>{if(!(p.length<=1||!e))try{if(await vs.delete(e,N),ce.info("Session",`Deleted session: ${N}`),r({type:"REMOVE_SESSION",sessionId:N}),b===N){const _=p.filter(I=>I.id!==N);_.length>0&&r({type:"SELECT_SESSION",sessionId:_[0].id,sessionKey:_[0].sessionKey})}}catch(_){ce.error("Session",`Failed to delete session: ${_}`)}},[e,p,b,r]),S=z.useCallback((N,_)=>{l(N),u(_)},[]),k=z.useCallback(async()=>{if(!a||!c.trim()||!e){l(null);return}try{await vs.rename(e,a,c.trim()),ce.info("Session",`Renamed session ${a} to: ${c.trim()}`),r({type:"RENAME_SESSION",sessionId:a,name:c.trim()})}catch(N){ce.error("Session",`Failed to rename session: ${N}`)}l(null)},[e,a,c,r]);return m.jsx("div",{className:"flex items-center gap-0 px-3",style:{height:36,borderBottom:"1px solid var(--border)",background:"var(--bg-surface)"},children:m.jsxs("div",{ref:h,className:"flex items-center gap-0.5 overflow-x-auto no-scrollbar",children:[p.map(N=>{const _=N.id===b,I=N.id===a;return m.jsx("div",{className:"group relative flex items-center shrink-0",children:I?m.jsx("input",{ref:d,value:c,onChange:M=>u(M.target.value),onBlur:k,onKeyDown:M=>{M.key==="Enter"&&!M.nativeEvent.isComposing&&(M.preventDefault(),k()),M.key==="Escape"&&l(null)},className:"px-2.5 py-1 text-caption rounded-t-md focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",borderBottom:"none",minWidth:60,maxWidth:140}}):m.jsxs("button",{onClick:()=>y(N.id),onDoubleClick:()=>S(N.id,N.name),className:"flex items-center gap-1 px-2.5 py-1 text-caption rounded-t-md transition-colors whitespace-nowrap",style:{background:_?"var(--bg-hover)":"transparent",color:_?"var(--text-primary)":"var(--text-secondary)",fontWeight:_?700:400,borderBottom:_?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:-1},title:`${N.name} (double-click to rename)`,children:[m.jsx("span",{className:"max-w-[120px] truncate",children:N.name}),p.length>1&&m.jsx("span",{onClick:M=>{M.stopPropagation(),x(N.id)},className:"ml-0.5 w-4 h-4 flex items-center justify-center rounded-sm opacity-0 group-hover:opacity-100 transition-opacity hover:bg-[--bg-hover]",style:{color:"var(--text-muted)"},title:"Close session",children:m.jsx("svg",{className:"w-3 h-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]})},N.id)}),m.jsx("button",{onClick:v,className:"shrink-0 w-7 h-7 flex items-center justify-center rounded-md transition-colors ml-0.5",style:{color:"var(--text-muted)"},title:"New session","aria-label":"New session",onMouseEnter:N=>{N.currentTarget.style.background="var(--bg-hover)",N.currentTarget.style.color="var(--text-primary)"},onMouseLeave:N=>{N.currentTarget.style.background="",N.currentTarget.style.color="var(--text-muted)"},children:m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"})})})]})})}function TM(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t.toString(36)}const Kv=[{cmd:"/help",label:"Help",icon:"?"},{cmd:"/status",label:"Status",icon:"i"},{cmd:"/model",label:"Model",icon:"M"},{cmd:"/clear",label:"Clear",icon:"C"},{cmd:"/think",label:"Think",icon:"T"},{cmd:"/image",label:"Image",icon:"I"},{cmd:"/search",label:"Search",icon:"S"},{cmd:"/summarize",label:"Summarize",icon:"Σ"},{cmd:"/translate",label:"Translate",icon:"翻"},{cmd:"/reset",label:"Reset",icon:"R"}],O1="botschat_skill_freq_v2",qv="botschat_skill_freq",NM=2,CM=14;function R1(e=new Date){return e.toISOString().slice(0,10)}function M1(e){const t=Date.now()-CM*864e5;for(const r of Object.values(e))for(const a of Object.keys(r.daily))new Date(a).getTime()<t&&delete r.daily[a]}function I1(){try{const e=localStorage.getItem(O1);if(e){const r=JSON.parse(e);return M1(r),r}const t=localStorage.getItem(qv);if(t){const r=JSON.parse(t),a=R1(),l={};for(const[c,u]of Object.entries(r))l[c]={total:u,daily:{[a]:u}};return D1(l),localStorage.removeItem(qv),l}return{}}catch{return{}}}function D1(e){M1(e),localStorage.setItem(O1,JSON.stringify(e))}function Vv(e){const t=e.match(/^\/(\S+)/);if(!t)return null;const r=`/${t[1]}`,a=I1(),l=R1();return a[r]||(a[r]={total:0,daily:{}}),a[r].total+=1,a[r].daily[l]=(a[r].daily[l]??0)+1,D1(a),r}function L1(e){const t=Date.now()-NM*864e5;let r=0;for(const[a,l]of Object.entries(e.daily))new Date(a).getTime()>=t&&(r+=l);return r}function Yv(e){return L1(e)*5+e.total}function AM(){const e=I1(),t=new Set(Kv.map(l=>l.cmd)),r=Object.keys(e).filter(l=>!t.has(l)&&l.startsWith("/")).map(l=>({cmd:l,label:l.slice(1).charAt(0).toUpperCase()+l.slice(2),icon:l.slice(1).charAt(0).toUpperCase()}));return{skills:[...Kv,...r].sort((l,c)=>{const u=e[l.cmd]?Yv(e[l.cmd]):0;return(e[c.cmd]?Yv(e[c.cmd]):0)-u}),store:e}}function z1({sendMessage:e}){var T,ue,ye;const t=sr(),r=ei(),[a,l]=z.useState(""),[c,u]=z.useState(0),[d,h]=z.useState(null),[p,b]=z.useState(!1),[y,v]=z.useState(!1),x=z.useRef(null),S=z.useRef(null),k=z.useRef(null),N=z.useRef(null),_=t.selectedSessionKey,{skills:I,store:M}=z.useMemo(()=>AM(),[c]);z.useEffect(()=>{var q;(q=x.current)==null||q.scrollIntoView({behavior:"smooth"})},[t.messages]),z.useEffect(()=>{S.current&&(S.current.style.height="auto",S.current.style.height=Math.min(S.current.scrollHeight,160)+"px")},[a]),z.useEffect(()=>{_&&S.current&&requestAnimationFrame(()=>{var q;(q=S.current)==null||q.focus()})},[_]),z.useEffect(()=>{if(_)try{const de=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}")[_];de&&de!==t.sessionModel?r({type:"SET_SESSION_MODEL",model:de}):!de&&t.sessionModel&&r({type:"SET_SESSION_MODEL",model:null})}catch{}},[_]);const A=t.sessionModel??t.defaultModel,H=z.useCallback(q=>{var xe;if(!q||!_||q===A)return;ce.info("Chat",`Model change: ${A??"none"} → ${q}`),r({type:"SET_SESSION_MODEL",model:q});try{const ve=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");ve[_]=q,localStorage.setItem("botschat:sessionModels",JSON.stringify(ve))}catch{}Vv("/model"),u(ve=>ve+1);const de={id:crypto.randomUUID(),sender:"user",text:`/model ${q}`,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:de}),e({type:"user.message",sessionKey:_,text:`/model ${q}`,userId:((xe=t.user)==null?void 0:xe.id)??"",messageId:de.id}),requestAnimationFrame(()=>{var ve;(ve=x.current)==null||ve.scrollIntoView({behavior:"smooth"})})},[_,A,(T=t.user)==null?void 0:T.id,e,r]),D=z.useCallback(q=>{var de;ce.info("Skill",`Skill button clicked: ${q}`),l(xe=>xe.startsWith(q+" ")||xe===q?xe:q+" "),(de=S.current)==null||de.focus()},[]),Z=z.useCallback(q=>{var ve,Ie;const de=(ve=q.target.files)==null?void 0:ve[0];if(!de||!de.type.startsWith("image/"))return;const xe=URL.createObjectURL(de);h({file:de,preview:xe}),q.target.value="",(Ie=S.current)==null||Ie.focus()},[]),ie=z.useCallback(()=>{d&&(URL.revokeObjectURL(d.preview),h(null))},[d]),te=z.useCallback(async q=>{const de=new FormData;de.append("file",q);const xe=localStorage.getItem("botschat_token");try{const ve=await fetch("/api/upload",{method:"POST",headers:xe?{Authorization:`Bearer ${xe}`}:{},body:de});if(!ve.ok){const Nt=await ve.json().catch(()=>({error:"Upload failed"}));throw new Error(Nt.error??`HTTP ${ve.status}`)}const Ie=await ve.json();return Ie.url.startsWith("/")?`${window.location.origin}${Ie.url}`:Ie.url}catch(ve){return ce.error("Upload",`Image upload failed: ${ve}`),null}},[]),B=z.useCallback(q=>{q.preventDefault(),q.stopPropagation(),q.dataTransfer.types.includes("Files")&&v(!0)},[]),K=z.useCallback(q=>{var xe;q.preventDefault(),q.stopPropagation();const de=(xe=N.current)==null?void 0:xe.getBoundingClientRect();if(de){const{clientX:ve,clientY:Ie}=q;(ve<de.left||ve>de.right||Ie<de.top||Ie>de.bottom)&&v(!1)}},[]),Q=z.useCallback(q=>{q.preventDefault(),q.stopPropagation()},[]),pe=z.useCallback(q=>{var xe,ve;q.preventDefault(),q.stopPropagation(),v(!1);const de=(xe=q.dataTransfer.files)==null?void 0:xe[0];if(de&&de.type.startsWith("image/")){const Ie=URL.createObjectURL(de);h({file:de,preview:Ie}),(ve=S.current)==null||ve.focus()}},[]),ne=z.useCallback(q=>{var xe;const de=(xe=q.clipboardData)==null?void 0:xe.items;if(de){for(let ve=0;ve<de.length;ve++)if(de[ve].type.startsWith("image/")){q.preventDefault();const Ie=de[ve].getAsFile();if(Ie){const _t=URL.createObjectURL(Ie);h({file:Ie,preview:_t})}return}}},[]),G=async()=>{var _t;if(!a.trim()&&!d||!_)return;const q=a.trim(),de=q.length>0,xe=de&&q.startsWith("/");ce.info("Chat",`Send message${xe?" (skill)":""}${d?" +image":""}: ${q.length>120?q.slice(0,120)+"…":q}`,{sessionKey:_,isSkill:xe}),de&&(Vv(q),u(Nt=>Nt+1));let ve;if(d){b(!0);const Nt=await te(d.file);if(b(!1),!Nt)return;ve=Nt,ie()}const Ie={id:crypto.randomUUID(),sender:"user",text:q,timestamp:Date.now(),mediaUrl:ve};r({type:"ADD_MESSAGE",message:Ie}),e({type:"user.message",sessionKey:_,text:q,userId:((_t=t.user)==null?void 0:_t.id)??"",messageId:Ie.id,...ve?{mediaUrl:ve}:{}}),l(""),requestAnimationFrame(()=>{var Nt;(Nt=x.current)==null||Nt.scrollIntoView({behavior:"smooth"})})},U=q=>{ce.info("Thread",`Open thread for message: ${q}`),r({type:"OPEN_THREAD",threadId:q,messages:[]})},O=z.useCallback(q=>{var xe;if(!_)return;ce.info("A2UI",`Action triggered: ${q}`);const de={id:crypto.randomUUID(),sender:"user",text:q,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:de}),e({type:"user.message",sessionKey:_,text:q,userId:((xe=t.user)==null?void 0:xe.id)??"",messageId:de.id}),requestAnimationFrame(()=>{var ve;(ve=x.current)==null||ve.scrollIntoView({behavior:"smooth"})})},[_,(ue=t.user)==null?void 0:ue.id,e,r]),F=z.useCallback((q,de,xe)=>{var _t;if(!_)return;ce.info("ActionCard",`Resolved: "${xe}" (value="${de}")`);const ve=TM(xe+de);r({type:"RESOLVE_ACTION",messageId:q,promptHash:ve,value:de,label:xe});const Ie={id:crypto.randomUUID(),sender:"user",text:xe,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:Ie}),e({type:"user.message",sessionKey:_,text:xe,userId:((_t=t.user)==null?void 0:_t.id)??"",messageId:Ie.id}),requestAnimationFrame(()=>{var Nt;(Nt=x.current)==null||Nt.scrollIntoView({behavior:"smooth"})})},[_,(ye=t.user)==null?void 0:ye.id,e,r]),ee=t.agents.find(q=>q.id===t.selectedAgentId),C=(ee==null?void 0:ee.name)??"channel",R=(ee==null?void 0:ee.channelId)??null,V=!!ee;return _?m.jsxs("div",{ref:N,className:"flex-1 flex flex-col min-w-0 h-full relative",style:{background:"var(--bg-surface)"},onDragEnter:B,onDragLeave:K,onDragOver:Q,onDrop:pe,children:[y&&m.jsx("div",{className:"absolute inset-0 z-50 flex items-center justify-center",style:{background:"rgba(0,0,0,0.4)",pointerEvents:"none"},children:m.jsxs("div",{className:"flex flex-col items-center gap-3 p-8 rounded-lg",style:{background:"var(--bg-surface)",border:"2px dashed var(--text-link)"},children:[m.jsx("svg",{className:"w-12 h-12",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909M3.75 21h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v13.5A1.5 1.5 0 003.75 21z"})}),m.jsx("span",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Drop image here"})]})}),m.jsxs("div",{className:"flex items-center justify-between px-3 sm:px-5 gap-2 flex-shrink-0",style:{height:44,borderBottom:"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[m.jsxs("span",{className:"text-h1 truncate",style:{color:"var(--text-primary)"},children:["# ",C]}),ee&&!ee.isDefault&&m.jsx("span",{className:"text-caption hidden sm:inline flex-shrink-0",style:{color:"var(--text-secondary)"},children:"— custom channel"})]}),m.jsxs("div",{className:"flex items-center gap-1.5 flex-shrink-0",children:[m.jsx("svg",{className:"w-3.5 h-3.5 hidden sm:block",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.455 2.456L21.75 6l-1.036.259a3.375 3.375 0 00-2.455 2.456z"})}),m.jsx(Eu,{value:A??"",onChange:H,models:t.models,disabled:!t.openclawConnected,placeholder:"No model",compact:!0})]})]}),V&&m.jsx(kM,{channelId:R}),m.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[t.messages.length===0&&m.jsx("div",{className:"py-12 px-5 text-center",children:m.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No messages yet. Start a conversation."})}),t.messages.map((q,de)=>{const xe=de>0?t.messages[de-1]:null,ve=(xe==null?void 0:xe.sender)===q.sender&&q.timestamp-xe.timestamp<3e5;return m.jsx(OM,{msg:q,grouped:ve,onOpenThread:()=>U(q.id),onAction:O,onResolveAction:(Ie,_t)=>F(q.id,Ie,_t)},q.id)}),m.jsx("div",{ref:x})]}),m.jsxs("div",{className:"flex-shrink-0 px-3 sm:px-5 pb-3 sm:pb-4 pt-2",children:[m.jsx("div",{className:"flex items-center gap-1.5 pb-1.5 overflow-x-auto no-scrollbar",children:I.map(q=>{const de=M[q.cmd],xe=(de==null?void 0:de.total)??0,ve=de?L1(de):0,Ie=a.startsWith(q.cmd+" ")||a===q.cmd;return m.jsxs("button",{onClick:()=>D(q.cmd),className:"flex items-center gap-1 px-2 py-1 rounded-md text-xs whitespace-nowrap transition-colors shrink-0",style:{background:Ie?"var(--bg-active)":"var(--bg-hover)",color:Ie?"#fff":"var(--text-secondary)",border:"1px solid transparent"},title:`${q.cmd}${xe>0?` (total ${xe}x${ve>0?`, recent ${ve}x`:""})`:""}`,children:[m.jsx("span",{className:"font-mono text-[10px] opacity-70",children:q.cmd}),xe>0&&m.jsx("span",{className:"ml-0.5 px-1 rounded-sm text-[10px] font-bold",style:{background:Ie?"rgba(255,255,255,0.2)":"var(--bg-surface)",color:Ie?"#fff":"var(--text-muted)"},children:xe})]},q.cmd)})}),m.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[d&&m.jsxs("div",{className:"px-3 pt-2 flex items-start gap-2",children:[m.jsxs("div",{className:"relative",children:[m.jsx("img",{src:d.preview,alt:"Preview",className:"max-w-[120px] max-h-[80px] rounded-md object-contain",style:{border:"1px solid var(--border)"}}),m.jsx("button",{onClick:ie,className:"absolute -top-1.5 -right-1.5 w-5 h-5 rounded-full flex items-center justify-center text-white opacity-80 hover:opacity-100 transition-opacity",style:{background:"#e74c3c",fontSize:11},title:"Remove image",children:"✕"})]}),p&&m.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Uploading…"})]}),m.jsx("textarea",{ref:S,value:a,onChange:q=>l(q.target.value),onKeyDown:q=>{q.key==="Enter"&&!q.shiftKey&&!q.nativeEvent.isComposing&&(q.preventDefault(),G())},onPaste:ne,placeholder:t.openclawConnected?`Message #${C}`:"OpenClaw is offline…",disabled:!t.openclawConnected,rows:1,className:"w-full px-3 py-2.5 text-body bg-transparent resize-none focus:outline-none disabled:opacity-50 placeholder:text-[--text-muted]",style:{color:"var(--text-primary)",minHeight:40}}),m.jsxs("div",{className:"flex items-center justify-between px-3 pb-2",children:[m.jsxs("div",{className:"flex items-center gap-1",children:[m.jsx("input",{ref:k,type:"file",accept:"image/*",className:"hidden",onChange:Z}),m.jsx("button",{onClick:()=>{var q;return(q=k.current)==null?void 0:q.click()},className:"p-1.5 rounded hover:bg-[--bg-hover] transition-colors",style:{color:"var(--text-muted)"},title:"Upload image","aria-label":"Upload image",disabled:!t.openclawConnected,children:m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909M3.75 21h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v13.5A1.5 1.5 0 003.75 21zm14.25-15.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"})})})]}),m.jsx("button",{onClick:G,disabled:!a.trim()&&!d||!t.openclawConnected,className:"px-3 py-1.5 rounded-sm text-caption font-bold text-white disabled:opacity-40 disabled:cursor-not-allowed transition-colors",style:{background:"var(--bg-active)"},children:m.jsxs("div",{className:"flex items-center gap-1.5",children:[m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5"})}),"Send"]})})]})]})]})]}):m.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:m.jsxs("div",{className:"text-center",children:[m.jsx("svg",{className:"w-16 h-16 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})}),m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),m.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})}function OM({msg:e,grouped:t,onOpenThread:r,onAction:a,onResolveAction:l}){const c=sr(),u=e.sender==="user"?"You":"OpenClaw Agent",d=e.sender==="user"?"#9B59B6":"#2BAC76",h=e.sender==="user"?"U":"A",p=c.threadReplyCounts[e.id]??0;return m.jsxs("div",{className:"group relative px-3 sm:px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:t?2:8,paddingBottom:2},children:[m.jsxs("div",{className:"flex gap-2 max-w-message",children:[m.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!t&&m.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:d},children:h})}),m.jsxs("div",{className:"flex-1 min-w-0",children:[!t&&m.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[m.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:u}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(e.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),m.jsx(zh,{text:e.text,mediaUrl:e.mediaUrl,a2ui:e.a2ui,isStreaming:e.isStreaming,onAction:a,onResolveAction:l,resolvedActions:e.resolvedActions}),e.isStreaming&&m.jsx("span",{className:"inline-block w-1.5 h-4 ml-0.5 rounded-sm animate-pulse",style:{background:"var(--text-link)",verticalAlign:"text-bottom"}}),p>0&&m.jsxs("button",{onClick:r,className:"flex items-center gap-2 mt-1 py-1 px-1 -ml-1 rounded hover:bg-[--bg-hover] transition-colors cursor-pointer group/thread",children:[m.jsxs("span",{className:"text-caption font-bold",style:{color:"var(--text-link)"},children:[p," ",p===1?"reply":"replies"]}),m.jsx("span",{className:"text-caption opacity-0 group-hover/thread:opacity-100 transition-opacity",style:{color:"var(--text-secondary)"},children:"View thread"}),m.jsx("svg",{className:"w-4 h-4 opacity-0 group-hover/thread:opacity-100 transition-opacity",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-secondary)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})})]})]})]}),m.jsx("div",{className:"absolute top-0 right-5 -translate-y-1/2 opacity-0 group-hover:opacity-100 transition-opacity flex items-center gap-0.5 px-1 py-0.5 rounded",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"var(--shadow-sm)"},children:m.jsx(RM,{label:"Reply in thread",icon:m.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})}),onClick:r})})]})}function RM({label:e,icon:t,onClick:r}){return m.jsx("button",{onClick:r,className:"p-1 rounded hover:bg-[--bg-hover] transition-colors",style:{color:"var(--text-secondary)"},title:e,"aria-label":e,children:t})}function j1({sendMessage:e}){const t=sr(),r=ei(),[a,l]=z.useState("");if(z.useEffect(()=>{if(!t.activeThreadId||!t.selectedSessionKey||!t.user)return;const d=`${t.selectedSessionKey}:thread:${t.activeThreadId}`;ce.info("Thread",`Loading history for thread ${t.activeThreadId}`),Yx.list(t.user.id,d,t.activeThreadId).then(({messages:h})=>{ce.info("Thread",`Loaded ${h.length} thread messages`),h.length>0&&r({type:"OPEN_THREAD",threadId:t.activeThreadId,messages:h})}).catch(h=>{ce.error("Thread",`Failed to load thread history: ${h}`)})},[t.activeThreadId]),!t.activeThreadId)return null;const c=t.messages.find(d=>d.id===t.activeThreadId),u=()=>{var b;if(!a.trim()||!t.selectedSessionKey)return;const d=a.trim(),h=`${t.selectedSessionKey}:thread:${t.activeThreadId}`;ce.info("Thread",`Send reply: ${d.length>120?d.slice(0,120)+"…":d}`,{threadId:t.activeThreadId});const p={id:crypto.randomUUID(),sender:"user",text:d,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:p}),e({type:"user.message",sessionKey:h,text:d,userId:((b=t.user)==null?void 0:b.id)??"",messageId:p.id}),l("")};return m.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-surface)"},children:[m.jsxs("div",{className:"flex items-center justify-between px-4 flex-shrink-0",style:{height:44,borderBottom:"1px solid var(--border)"},children:[m.jsx("h3",{className:"text-h1",style:{color:"var(--text-primary)"},children:"Thread"}),m.jsx("button",{onClick:()=>r({type:"CLOSE_THREAD"}),className:"p-1 rounded hover:bg-[--bg-hover] transition-colors",style:{color:"var(--text-secondary)"},"aria-label":"Close thread",children:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),m.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[c&&m.jsx("div",{className:"px-5 py-3",style:{borderBottom:"1px solid var(--border)"},children:m.jsxs("div",{className:"flex gap-2",children:[m.jsx("div",{className:"w-9 h-9 rounded flex-shrink-0 flex items-center justify-center text-white text-caption font-bold",style:{background:c.sender==="user"?"#9B59B6":"#2BAC76"},children:c.sender==="user"?"U":"A"}),m.jsxs("div",{className:"flex-1 min-w-0",children:[m.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[m.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:c.sender==="user"?"You":"OpenClaw Agent"}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(c.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),m.jsx(zh,{text:c.text,mediaUrl:c.mediaUrl})]})]})}),m.jsx("div",{className:"px-5 py-2",style:{borderBottom:"1px solid var(--border)"},children:m.jsxs("span",{className:"text-caption font-bold",style:{color:"var(--text-link)"},children:[t.threadMessages.length," ",t.threadMessages.length===1?"reply":"replies"]})}),t.threadMessages.map((d,h)=>{const p=h>0?t.threadMessages[h-1]:null,b=(p==null?void 0:p.sender)===d.sender&&d.timestamp-p.timestamp<3e5;return m.jsx("div",{className:"px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:b?2:8,paddingBottom:2},children:m.jsxs("div",{className:"flex gap-2",children:[m.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!b&&m.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:d.sender==="user"?"#9B59B6":"#2BAC76"},children:d.sender==="user"?"U":"A"})}),m.jsxs("div",{className:"flex-1 min-w-0",children:[!b&&m.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[m.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:d.sender==="user"?"You":"OpenClaw Agent"}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(d.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),m.jsx(zh,{text:d.text,mediaUrl:d.mediaUrl,a2ui:d.a2ui})]})]})},d.id)})]})," ",m.jsx("div",{className:"px-4 pb-3 pt-2",children:m.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[m.jsx("textarea",{value:a,onChange:d=>l(d.target.value),onKeyDown:d=>{d.key==="Enter"&&!d.shiftKey&&!d.nativeEvent.isComposing&&(d.preventDefault(),u())},placeholder:"Reply…",rows:1,className:"w-full px-3 py-2 text-body bg-transparent resize-none focus:outline-none placeholder:text-[--text-muted]",style:{color:"var(--text-primary)",minHeight:36}}),m.jsx("div",{className:"flex justify-end px-3 pb-2",children:m.jsx("button",{onClick:u,disabled:!a.trim(),className:"px-3 py-1 rounded-sm text-caption font-bold text-white disabled:opacity-40 disabled:cursor-not-allowed transition-colors",style:{background:"var(--bg-active)"},children:"Send"})})]})})]})}function MM(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function IM(e){switch(e){case"ok":return{bg:"rgba(43,172,118,0.15)",fg:"var(--accent-green)"};case"error":return{bg:"rgba(224,30,90,0.15)",fg:"var(--accent-red)"};case"running":return{bg:"rgba(29,155,209,0.15)",fg:"var(--text-link)"};default:return{bg:"rgba(232,162,48,0.15)",fg:"var(--accent-yellow)"}}}function DM({jobs:e,selectedJobId:t,onSelectJob:r}){return e.length===0?m.jsx("div",{className:"flex items-center justify-center h-full",style:{background:"var(--bg-surface)"},children:m.jsxs("div",{className:"text-center p-4",children:[m.jsx("svg",{className:"w-8 h-8 mx-auto mb-2",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})}),m.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:["No runs yet.",m.jsx("br",{}),"Waiting for schedule..."]})]})}):m.jsxs("div",{className:"overflow-y-auto h-full",style:{background:"var(--bg-surface)"},children:[m.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Job History"}),m.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.map((a,l)=>{const c=IM(a.status),u=a.number||e.length-l;return m.jsxs("button",{onClick:()=>r(a.id),className:`w-full text-left px-3 py-2 hover:bg-[--bg-hover] transition-colors ${t===a.id?"bg-[--bg-hover]":""}`,style:{borderBottom:"1px solid var(--border)",...t===a.id?{borderLeft:"3px solid var(--bg-active)"}:{}},children:[m.jsxs("div",{className:"flex items-center justify-between",children:[m.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",u]}),m.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded-sm font-bold",style:{background:c.bg,color:c.fg},children:MM(a.status)})]}),m.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[a.time,a.durationMs!=null&&m.jsxs("span",{className:"ml-1",children:["(",(a.durationMs/1e3).toFixed(1),"s)"]})]}),a.summary&&m.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:a.summary})]},a.id)})]})}const LM=()=>{};var Wv={};/**
85
+ * @license
86
+ * Copyright 2017 Google LLC
87
+ *
88
+ * Licensed under the Apache License, Version 2.0 (the "License");
89
+ * you may not use this file except in compliance with the License.
90
+ * You may obtain a copy of the License at
91
+ *
92
+ * http://www.apache.org/licenses/LICENSE-2.0
93
+ *
94
+ * Unless required by applicable law or agreed to in writing, software
95
+ * distributed under the License is distributed on an "AS IS" BASIS,
96
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
97
+ * See the License for the specific language governing permissions and
98
+ * limitations under the License.
99
+ */const B1=function(e){const t=[];let r=0;for(let a=0;a<e.length;a++){let l=e.charCodeAt(a);l<128?t[r++]=l:l<2048?(t[r++]=l>>6|192,t[r++]=l&63|128):(l&64512)===55296&&a+1<e.length&&(e.charCodeAt(a+1)&64512)===56320?(l=65536+((l&1023)<<10)+(e.charCodeAt(++a)&1023),t[r++]=l>>18|240,t[r++]=l>>12&63|128,t[r++]=l>>6&63|128,t[r++]=l&63|128):(t[r++]=l>>12|224,t[r++]=l>>6&63|128,t[r++]=l&63|128)}return t},zM=function(e){const t=[];let r=0,a=0;for(;r<e.length;){const l=e[r++];if(l<128)t[a++]=String.fromCharCode(l);else if(l>191&&l<224){const c=e[r++];t[a++]=String.fromCharCode((l&31)<<6|c&63)}else if(l>239&&l<365){const c=e[r++],u=e[r++],d=e[r++],h=((l&7)<<18|(c&63)<<12|(u&63)<<6|d&63)-65536;t[a++]=String.fromCharCode(55296+(h>>10)),t[a++]=String.fromCharCode(56320+(h&1023))}else{const c=e[r++],u=e[r++];t[a++]=String.fromCharCode((l&15)<<12|(c&63)<<6|u&63)}}return t.join("")},U1={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:typeof atob=="function",encodeByteArray(e,t){if(!Array.isArray(e))throw Error("encodeByteArray takes an array as a parameter");this.init_();const r=t?this.byteToCharMapWebSafe_:this.byteToCharMap_,a=[];for(let l=0;l<e.length;l+=3){const c=e[l],u=l+1<e.length,d=u?e[l+1]:0,h=l+2<e.length,p=h?e[l+2]:0,b=c>>2,y=(c&3)<<4|d>>4;let v=(d&15)<<2|p>>6,x=p&63;h||(x=64,u||(v=64)),a.push(r[b],r[y],r[v],r[x])}return a.join("")},encodeString(e,t){return this.HAS_NATIVE_SUPPORT&&!t?btoa(e):this.encodeByteArray(B1(e),t)},decodeString(e,t){return this.HAS_NATIVE_SUPPORT&&!t?atob(e):zM(this.decodeStringToByteArray(e,t))},decodeStringToByteArray(e,t){this.init_();const r=t?this.charToByteMapWebSafe_:this.charToByteMap_,a=[];for(let l=0;l<e.length;){const c=r[e.charAt(l++)],d=l<e.length?r[e.charAt(l)]:0;++l;const p=l<e.length?r[e.charAt(l)]:64;++l;const y=l<e.length?r[e.charAt(l)]:64;if(++l,c==null||d==null||p==null||y==null)throw new jM;const v=c<<2|d>>4;if(a.push(v),p!==64){const x=d<<4&240|p>>2;if(a.push(x),y!==64){const S=p<<6&192|y;a.push(S)}}}return a},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let e=0;e<this.ENCODED_VALS.length;e++)this.byteToCharMap_[e]=this.ENCODED_VALS.charAt(e),this.charToByteMap_[this.byteToCharMap_[e]]=e,this.byteToCharMapWebSafe_[e]=this.ENCODED_VALS_WEBSAFE.charAt(e),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[e]]=e,e>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(e)]=e,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(e)]=e)}}};class jM extends Error{constructor(){super(...arguments),this.name="DecodeBase64StringError"}}const BM=function(e){const t=B1(e);return U1.encodeByteArray(t,!0)},P1=function(e){return BM(e).replace(/\./g,"")},H1=function(e){try{return U1.decodeString(e,!0)}catch(t){console.error("base64Decode failed: ",t)}return null};/**
100
+ * @license
101
+ * Copyright 2022 Google LLC
102
+ *
103
+ * Licensed under the Apache License, Version 2.0 (the "License");
104
+ * you may not use this file except in compliance with the License.
105
+ * You may obtain a copy of the License at
106
+ *
107
+ * http://www.apache.org/licenses/LICENSE-2.0
108
+ *
109
+ * Unless required by applicable law or agreed to in writing, software
110
+ * distributed under the License is distributed on an "AS IS" BASIS,
111
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
112
+ * See the License for the specific language governing permissions and
113
+ * limitations under the License.
114
+ */function UM(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("Unable to locate global object.")}/**
115
+ * @license
116
+ * Copyright 2022 Google LLC
117
+ *
118
+ * Licensed under the Apache License, Version 2.0 (the "License");
119
+ * you may not use this file except in compliance with the License.
120
+ * You may obtain a copy of the License at
121
+ *
122
+ * http://www.apache.org/licenses/LICENSE-2.0
123
+ *
124
+ * Unless required by applicable law or agreed to in writing, software
125
+ * distributed under the License is distributed on an "AS IS" BASIS,
126
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127
+ * See the License for the specific language governing permissions and
128
+ * limitations under the License.
129
+ */const PM=()=>UM().__FIREBASE_DEFAULTS__,HM=()=>{if(typeof process>"u"||typeof Wv>"u")return;const e=Wv.__FIREBASE_DEFAULTS__;if(e)return JSON.parse(e)},FM=()=>{if(typeof document>"u")return;let e;try{e=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch{return}const t=e&&H1(e[1]);return t&&JSON.parse(t)},xp=()=>{try{return LM()||PM()||HM()||FM()}catch(e){console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${e}`);return}},$M=e=>{var t,r;return(r=(t=xp())==null?void 0:t.emulatorHosts)==null?void 0:r[e]},F1=()=>{var e;return(e=xp())==null?void 0:e.config},$1=e=>{var t;return(t=xp())==null?void 0:t[`_${e}`]};/**
130
+ * @license
131
+ * Copyright 2017 Google LLC
132
+ *
133
+ * Licensed under the Apache License, Version 2.0 (the "License");
134
+ * you may not use this file except in compliance with the License.
135
+ * You may obtain a copy of the License at
136
+ *
137
+ * http://www.apache.org/licenses/LICENSE-2.0
138
+ *
139
+ * Unless required by applicable law or agreed to in writing, software
140
+ * distributed under the License is distributed on an "AS IS" BASIS,
141
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
142
+ * See the License for the specific language governing permissions and
143
+ * limitations under the License.
144
+ */class GM{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new Promise((t,r)=>{this.resolve=t,this.reject=r})}wrapCallback(t){return(r,a)=>{r?this.reject(r):this.resolve(a),typeof t=="function"&&(this.promise.catch(()=>{}),t.length===1?t(r):t(r,a))}}}/**
145
+ * @license
146
+ * Copyright 2025 Google LLC
147
+ *
148
+ * Licensed under the Apache License, Version 2.0 (the "License");
149
+ * you may not use this file except in compliance with the License.
150
+ * You may obtain a copy of the License at
151
+ *
152
+ * http://www.apache.org/licenses/LICENSE-2.0
153
+ *
154
+ * Unless required by applicable law or agreed to in writing, software
155
+ * distributed under the License is distributed on an "AS IS" BASIS,
156
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
157
+ * See the License for the specific language governing permissions and
158
+ * limitations under the License.
159
+ */function Nu(e){try{return(e.startsWith("http://")||e.startsWith("https://")?new URL(e).hostname:e).endsWith(".cloudworkstations.dev")}catch{return!1}}async function KM(e){return(await fetch(e,{credentials:"include"})).ok}const ql={};function qM(){const e={prod:[],emulator:[]};for(const t of Object.keys(ql))ql[t]?e.emulator.push(t):e.prod.push(t);return e}function VM(e){let t=document.getElementById(e),r=!1;return t||(t=document.createElement("div"),t.setAttribute("id",e),r=!0),{created:r,element:t}}let Xv=!1;function YM(e,t){if(typeof window>"u"||typeof document>"u"||!Nu(window.location.host)||ql[e]===t||ql[e]||Xv)return;ql[e]=t;function r(v){return`__firebase__banner__${v}`}const a="__firebase__banner",c=qM().prod.length>0;function u(){const v=document.getElementById(a);v&&v.remove()}function d(v){v.style.display="flex",v.style.background="#7faaf0",v.style.position="fixed",v.style.bottom="5px",v.style.left="5px",v.style.padding=".5em",v.style.borderRadius="5px",v.style.alignItems="center"}function h(v,x){v.setAttribute("width","24"),v.setAttribute("id",x),v.setAttribute("height","24"),v.setAttribute("viewBox","0 0 24 24"),v.setAttribute("fill","none"),v.style.marginLeft="-6px"}function p(){const v=document.createElement("span");return v.style.cursor="pointer",v.style.marginLeft="16px",v.style.fontSize="24px",v.innerHTML=" &times;",v.onclick=()=>{Xv=!0,u()},v}function b(v,x){v.setAttribute("id",x),v.innerText="Learn more",v.href="https://firebase.google.com/docs/studio/preview-apps#preview-backend",v.setAttribute("target","__blank"),v.style.paddingLeft="5px",v.style.textDecoration="underline"}function y(){const v=VM(a),x=r("text"),S=document.getElementById(x)||document.createElement("span"),k=r("learnmore"),N=document.getElementById(k)||document.createElement("a"),_=r("preprendIcon"),I=document.getElementById(_)||document.createElementNS("http://www.w3.org/2000/svg","svg");if(v.created){const M=v.element;d(M),b(N,k);const A=p();h(I,_),M.append(I,S,N,A),document.body.appendChild(M)}c?(S.innerText="Preview backend disconnected.",I.innerHTML=`<g clip-path="url(#clip0_6013_33858)">
160
+ <path d="M4.8 17.6L12 5.6L19.2 17.6H4.8ZM6.91667 16.4H17.0833L12 7.93333L6.91667 16.4ZM12 15.6C12.1667 15.6 12.3056 15.5444 12.4167 15.4333C12.5389 15.3111 12.6 15.1667 12.6 15C12.6 14.8333 12.5389 14.6944 12.4167 14.5833C12.3056 14.4611 12.1667 14.4 12 14.4C11.8333 14.4 11.6889 14.4611 11.5667 14.5833C11.4556 14.6944 11.4 14.8333 11.4 15C11.4 15.1667 11.4556 15.3111 11.5667 15.4333C11.6889 15.5444 11.8333 15.6 12 15.6ZM11.4 13.6H12.6V10.4H11.4V13.6Z" fill="#212121"/>
161
+ </g>
162
+ <defs>
163
+ <clipPath id="clip0_6013_33858">
164
+ <rect width="24" height="24" fill="white"/>
165
+ </clipPath>
166
+ </defs>`):(I.innerHTML=`<g clip-path="url(#clip0_6083_34804)">
167
+ <path d="M11.4 15.2H12.6V11.2H11.4V15.2ZM12 10C12.1667 10 12.3056 9.94444 12.4167 9.83333C12.5389 9.71111 12.6 9.56667 12.6 9.4C12.6 9.23333 12.5389 9.09444 12.4167 8.98333C12.3056 8.86111 12.1667 8.8 12 8.8C11.8333 8.8 11.6889 8.86111 11.5667 8.98333C11.4556 9.09444 11.4 9.23333 11.4 9.4C11.4 9.56667 11.4556 9.71111 11.5667 9.83333C11.6889 9.94444 11.8333 10 12 10ZM12 18.4C11.1222 18.4 10.2944 18.2333 9.51667 17.9C8.73889 17.5667 8.05556 17.1111 7.46667 16.5333C6.88889 15.9444 6.43333 15.2611 6.1 14.4833C5.76667 13.7056 5.6 12.8778 5.6 12C5.6 11.1111 5.76667 10.2833 6.1 9.51667C6.43333 8.73889 6.88889 8.06111 7.46667 7.48333C8.05556 6.89444 8.73889 6.43333 9.51667 6.1C10.2944 5.76667 11.1222 5.6 12 5.6C12.8889 5.6 13.7167 5.76667 14.4833 6.1C15.2611 6.43333 15.9389 6.89444 16.5167 7.48333C17.1056 8.06111 17.5667 8.73889 17.9 9.51667C18.2333 10.2833 18.4 11.1111 18.4 12C18.4 12.8778 18.2333 13.7056 17.9 14.4833C17.5667 15.2611 17.1056 15.9444 16.5167 16.5333C15.9389 17.1111 15.2611 17.5667 14.4833 17.9C13.7167 18.2333 12.8889 18.4 12 18.4ZM12 17.2C13.4444 17.2 14.6722 16.6944 15.6833 15.6833C16.6944 14.6722 17.2 13.4444 17.2 12C17.2 10.5556 16.6944 9.32778 15.6833 8.31667C14.6722 7.30555 13.4444 6.8 12 6.8C10.5556 6.8 9.32778 7.30555 8.31667 8.31667C7.30556 9.32778 6.8 10.5556 6.8 12C6.8 13.4444 7.30556 14.6722 8.31667 15.6833C9.32778 16.6944 10.5556 17.2 12 17.2Z" fill="#212121"/>
168
+ </g>
169
+ <defs>
170
+ <clipPath id="clip0_6083_34804">
171
+ <rect width="24" height="24" fill="white"/>
172
+ </clipPath>
173
+ </defs>`,S.innerText="Preview backend running in this workspace."),S.setAttribute("id",x)}document.readyState==="loading"?window.addEventListener("DOMContentLoaded",y):y()}/**
174
+ * @license
175
+ * Copyright 2017 Google LLC
176
+ *
177
+ * Licensed under the Apache License, Version 2.0 (the "License");
178
+ * you may not use this file except in compliance with the License.
179
+ * You may obtain a copy of the License at
180
+ *
181
+ * http://www.apache.org/licenses/LICENSE-2.0
182
+ *
183
+ * Unless required by applicable law or agreed to in writing, software
184
+ * distributed under the License is distributed on an "AS IS" BASIS,
185
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
186
+ * See the License for the specific language governing permissions and
187
+ * limitations under the License.
188
+ */function pn(){return typeof navigator<"u"&&typeof navigator.userAgent=="string"?navigator.userAgent:""}function WM(){return typeof window<"u"&&!!(window.cordova||window.phonegap||window.PhoneGap)&&/ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(pn())}function XM(){return typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"}function ZM(){const e=typeof chrome=="object"?chrome.runtime:typeof browser=="object"?browser.runtime:void 0;return typeof e=="object"&&e.id!==void 0}function QM(){return typeof navigator=="object"&&navigator.product==="ReactNative"}function JM(){const e=pn();return e.indexOf("MSIE ")>=0||e.indexOf("Trident/")>=0}function eI(){try{return typeof indexedDB=="object"}catch{return!1}}function tI(){return new Promise((e,t)=>{try{let r=!0;const a="validate-browser-context-for-indexeddb-analytics-module",l=self.indexedDB.open(a);l.onsuccess=()=>{l.result.close(),r||self.indexedDB.deleteDatabase(a),e(!0)},l.onupgradeneeded=()=>{r=!1},l.onerror=()=>{var c;t(((c=l.error)==null?void 0:c.message)||"")}}catch(r){t(r)}})}/**
189
+ * @license
190
+ * Copyright 2017 Google LLC
191
+ *
192
+ * Licensed under the Apache License, Version 2.0 (the "License");
193
+ * you may not use this file except in compliance with the License.
194
+ * You may obtain a copy of the License at
195
+ *
196
+ * http://www.apache.org/licenses/LICENSE-2.0
197
+ *
198
+ * Unless required by applicable law or agreed to in writing, software
199
+ * distributed under the License is distributed on an "AS IS" BASIS,
200
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ * See the License for the specific language governing permissions and
202
+ * limitations under the License.
203
+ */const nI="FirebaseError";class Pi extends Error{constructor(t,r,a){super(r),this.code=t,this.customData=a,this.name=nI,Object.setPrototypeOf(this,Pi.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,fo.prototype.create)}}class fo{constructor(t,r,a){this.service=t,this.serviceName=r,this.errors=a}create(t,...r){const a=r[0]||{},l=`${this.service}/${t}`,c=this.errors[t],u=c?rI(c,a):"Error",d=`${this.serviceName}: ${u} (${l}).`;return new Pi(l,d,a)}}function rI(e,t){return e.replace(iI,(r,a)=>{const l=t[a];return l!=null?String(l):`<${a}?>`})}const iI=/\{\$([^}]+)}/g;function aI(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0}function Cs(e,t){if(e===t)return!0;const r=Object.keys(e),a=Object.keys(t);for(const l of r){if(!a.includes(l))return!1;const c=e[l],u=t[l];if(Zv(c)&&Zv(u)){if(!Cs(c,u))return!1}else if(c!==u)return!1}for(const l of a)if(!r.includes(l))return!1;return!0}function Zv(e){return e!==null&&typeof e=="object"}/**
204
+ * @license
205
+ * Copyright 2017 Google LLC
206
+ *
207
+ * Licensed under the Apache License, Version 2.0 (the "License");
208
+ * you may not use this file except in compliance with the License.
209
+ * You may obtain a copy of the License at
210
+ *
211
+ * http://www.apache.org/licenses/LICENSE-2.0
212
+ *
213
+ * Unless required by applicable law or agreed to in writing, software
214
+ * distributed under the License is distributed on an "AS IS" BASIS,
215
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216
+ * See the License for the specific language governing permissions and
217
+ * limitations under the License.
218
+ */function ho(e){const t=[];for(const[r,a]of Object.entries(e))Array.isArray(a)?a.forEach(l=>{t.push(encodeURIComponent(r)+"="+encodeURIComponent(l))}):t.push(encodeURIComponent(r)+"="+encodeURIComponent(a));return t.length?"&"+t.join("&"):""}function sI(e,t){const r=new lI(e,t);return r.subscribe.bind(r)}class lI{constructor(t,r){this.observers=[],this.unsubscribes=[],this.observerCount=0,this.task=Promise.resolve(),this.finalized=!1,this.onNoObservers=r,this.task.then(()=>{t(this)}).catch(a=>{this.error(a)})}next(t){this.forEachObserver(r=>{r.next(t)})}error(t){this.forEachObserver(r=>{r.error(t)}),this.close(t)}complete(){this.forEachObserver(t=>{t.complete()}),this.close()}subscribe(t,r,a){let l;if(t===void 0&&r===void 0&&a===void 0)throw new Error("Missing Observer.");oI(t,["next","error","complete"])?l=t:l={next:t,error:r,complete:a},l.next===void 0&&(l.next=oh),l.error===void 0&&(l.error=oh),l.complete===void 0&&(l.complete=oh);const c=this.unsubscribeOne.bind(this,this.observers.length);return this.finalized&&this.task.then(()=>{try{this.finalError?l.error(this.finalError):l.complete()}catch{}}),this.observers.push(l),c}unsubscribeOne(t){this.observers===void 0||this.observers[t]===void 0||(delete this.observers[t],this.observerCount-=1,this.observerCount===0&&this.onNoObservers!==void 0&&this.onNoObservers(this))}forEachObserver(t){if(!this.finalized)for(let r=0;r<this.observers.length;r++)this.sendOne(r,t)}sendOne(t,r){this.task.then(()=>{if(this.observers!==void 0&&this.observers[t]!==void 0)try{r(this.observers[t])}catch(a){typeof console<"u"&&console.error&&console.error(a)}})}close(t){this.finalized||(this.finalized=!0,t!==void 0&&(this.finalError=t),this.task.then(()=>{this.observers=void 0,this.onNoObservers=void 0}))}}function oI(e,t){if(typeof e!="object"||e===null)return!1;for(const r of t)if(r in e&&typeof e[r]=="function")return!0;return!1}function oh(){}/**
219
+ * @license
220
+ * Copyright 2021 Google LLC
221
+ *
222
+ * Licensed under the Apache License, Version 2.0 (the "License");
223
+ * you may not use this file except in compliance with the License.
224
+ * You may obtain a copy of the License at
225
+ *
226
+ * http://www.apache.org/licenses/LICENSE-2.0
227
+ *
228
+ * Unless required by applicable law or agreed to in writing, software
229
+ * distributed under the License is distributed on an "AS IS" BASIS,
230
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
231
+ * See the License for the specific language governing permissions and
232
+ * limitations under the License.
233
+ */function Is(e){return e&&e._delegate?e._delegate:e}class As{constructor(t,r,a){this.name=t,this.instanceFactory=r,this.type=a,this.multipleInstances=!1,this.serviceProps={},this.instantiationMode="LAZY",this.onInstanceCreated=null}setInstantiationMode(t){return this.instantiationMode=t,this}setMultipleInstances(t){return this.multipleInstances=t,this}setServiceProps(t){return this.serviceProps=t,this}setInstanceCreatedCallback(t){return this.onInstanceCreated=t,this}}/**
234
+ * @license
235
+ * Copyright 2019 Google LLC
236
+ *
237
+ * Licensed under the Apache License, Version 2.0 (the "License");
238
+ * you may not use this file except in compliance with the License.
239
+ * You may obtain a copy of the License at
240
+ *
241
+ * http://www.apache.org/licenses/LICENSE-2.0
242
+ *
243
+ * Unless required by applicable law or agreed to in writing, software
244
+ * distributed under the License is distributed on an "AS IS" BASIS,
245
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
246
+ * See the License for the specific language governing permissions and
247
+ * limitations under the License.
248
+ */const da="[DEFAULT]";/**
249
+ * @license
250
+ * Copyright 2019 Google LLC
251
+ *
252
+ * Licensed under the Apache License, Version 2.0 (the "License");
253
+ * you may not use this file except in compliance with the License.
254
+ * You may obtain a copy of the License at
255
+ *
256
+ * http://www.apache.org/licenses/LICENSE-2.0
257
+ *
258
+ * Unless required by applicable law or agreed to in writing, software
259
+ * distributed under the License is distributed on an "AS IS" BASIS,
260
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
261
+ * See the License for the specific language governing permissions and
262
+ * limitations under the License.
263
+ */class cI{constructor(t,r){this.name=t,this.container=r,this.component=null,this.instances=new Map,this.instancesDeferred=new Map,this.instancesOptions=new Map,this.onInitCallbacks=new Map}get(t){const r=this.normalizeInstanceIdentifier(t);if(!this.instancesDeferred.has(r)){const a=new GM;if(this.instancesDeferred.set(r,a),this.isInitialized(r)||this.shouldAutoInitialize())try{const l=this.getOrInitializeService({instanceIdentifier:r});l&&a.resolve(l)}catch{}}return this.instancesDeferred.get(r).promise}getImmediate(t){const r=this.normalizeInstanceIdentifier(t==null?void 0:t.identifier),a=(t==null?void 0:t.optional)??!1;if(this.isInitialized(r)||this.shouldAutoInitialize())try{return this.getOrInitializeService({instanceIdentifier:r})}catch(l){if(a)return null;throw l}else{if(a)return null;throw Error(`Service ${this.name} is not available`)}}getComponent(){return this.component}setComponent(t){if(t.name!==this.name)throw Error(`Mismatching Component ${t.name} for Provider ${this.name}.`);if(this.component)throw Error(`Component for ${this.name} has already been provided`);if(this.component=t,!!this.shouldAutoInitialize()){if(dI(t))try{this.getOrInitializeService({instanceIdentifier:da})}catch{}for(const[r,a]of this.instancesDeferred.entries()){const l=this.normalizeInstanceIdentifier(r);try{const c=this.getOrInitializeService({instanceIdentifier:l});a.resolve(c)}catch{}}}}clearInstance(t=da){this.instancesDeferred.delete(t),this.instancesOptions.delete(t),this.instances.delete(t)}async delete(){const t=Array.from(this.instances.values());await Promise.all([...t.filter(r=>"INTERNAL"in r).map(r=>r.INTERNAL.delete()),...t.filter(r=>"_delete"in r).map(r=>r._delete())])}isComponentSet(){return this.component!=null}isInitialized(t=da){return this.instances.has(t)}getOptions(t=da){return this.instancesOptions.get(t)||{}}initialize(t={}){const{options:r={}}=t,a=this.normalizeInstanceIdentifier(t.instanceIdentifier);if(this.isInitialized(a))throw Error(`${this.name}(${a}) has already been initialized`);if(!this.isComponentSet())throw Error(`Component ${this.name} has not been registered yet`);const l=this.getOrInitializeService({instanceIdentifier:a,options:r});for(const[c,u]of this.instancesDeferred.entries()){const d=this.normalizeInstanceIdentifier(c);a===d&&u.resolve(l)}return l}onInit(t,r){const a=this.normalizeInstanceIdentifier(r),l=this.onInitCallbacks.get(a)??new Set;l.add(t),this.onInitCallbacks.set(a,l);const c=this.instances.get(a);return c&&t(c,a),()=>{l.delete(t)}}invokeOnInitCallbacks(t,r){const a=this.onInitCallbacks.get(r);if(a)for(const l of a)try{l(t,r)}catch{}}getOrInitializeService({instanceIdentifier:t,options:r={}}){let a=this.instances.get(t);if(!a&&this.component&&(a=this.component.instanceFactory(this.container,{instanceIdentifier:uI(t),options:r}),this.instances.set(t,a),this.instancesOptions.set(t,r),this.invokeOnInitCallbacks(a,t),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,t,a)}catch{}return a||null}normalizeInstanceIdentifier(t=da){return this.component?this.component.multipleInstances?t:da:t}shouldAutoInitialize(){return!!this.component&&this.component.instantiationMode!=="EXPLICIT"}}function uI(e){return e===da?void 0:e}function dI(e){return e.instantiationMode==="EAGER"}/**
264
+ * @license
265
+ * Copyright 2019 Google LLC
266
+ *
267
+ * Licensed under the Apache License, Version 2.0 (the "License");
268
+ * you may not use this file except in compliance with the License.
269
+ * You may obtain a copy of the License at
270
+ *
271
+ * http://www.apache.org/licenses/LICENSE-2.0
272
+ *
273
+ * Unless required by applicable law or agreed to in writing, software
274
+ * distributed under the License is distributed on an "AS IS" BASIS,
275
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
276
+ * See the License for the specific language governing permissions and
277
+ * limitations under the License.
278
+ */class fI{constructor(t){this.name=t,this.providers=new Map}addComponent(t){const r=this.getProvider(t.name);if(r.isComponentSet())throw new Error(`Component ${t.name} has already been registered with ${this.name}`);r.setComponent(t)}addOrOverwriteComponent(t){this.getProvider(t.name).isComponentSet()&&this.providers.delete(t.name),this.addComponent(t)}getProvider(t){if(this.providers.has(t))return this.providers.get(t);const r=new cI(t,this);return this.providers.set(t,r),r}getProviders(){return Array.from(this.providers.values())}}/**
279
+ * @license
280
+ * Copyright 2017 Google LLC
281
+ *
282
+ * Licensed under the Apache License, Version 2.0 (the "License");
283
+ * you may not use this file except in compliance with the License.
284
+ * You may obtain a copy of the License at
285
+ *
286
+ * http://www.apache.org/licenses/LICENSE-2.0
287
+ *
288
+ * Unless required by applicable law or agreed to in writing, software
289
+ * distributed under the License is distributed on an "AS IS" BASIS,
290
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
291
+ * See the License for the specific language governing permissions and
292
+ * limitations under the License.
293
+ */var mt;(function(e){e[e.DEBUG=0]="DEBUG",e[e.VERBOSE=1]="VERBOSE",e[e.INFO=2]="INFO",e[e.WARN=3]="WARN",e[e.ERROR=4]="ERROR",e[e.SILENT=5]="SILENT"})(mt||(mt={}));const hI={debug:mt.DEBUG,verbose:mt.VERBOSE,info:mt.INFO,warn:mt.WARN,error:mt.ERROR,silent:mt.SILENT},pI=mt.INFO,mI={[mt.DEBUG]:"log",[mt.VERBOSE]:"log",[mt.INFO]:"info",[mt.WARN]:"warn",[mt.ERROR]:"error"},gI=(e,t,...r)=>{if(t<e.logLevel)return;const a=new Date().toISOString(),l=mI[t];if(l)console[l](`[${a}] ${e.name}:`,...r);else throw new Error(`Attempted to log a message with an invalid logType (value: ${t})`)};class G1{constructor(t){this.name=t,this._logLevel=pI,this._logHandler=gI,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in mt))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel=typeof t=="string"?hI[t]:t}get logHandler(){return this._logHandler}set logHandler(t){if(typeof t!="function")throw new TypeError("Value assigned to `logHandler` must be a function");this._logHandler=t}get userLogHandler(){return this._userLogHandler}set userLogHandler(t){this._userLogHandler=t}debug(...t){this._userLogHandler&&this._userLogHandler(this,mt.DEBUG,...t),this._logHandler(this,mt.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,mt.VERBOSE,...t),this._logHandler(this,mt.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,mt.INFO,...t),this._logHandler(this,mt.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,mt.WARN,...t),this._logHandler(this,mt.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,mt.ERROR,...t),this._logHandler(this,mt.ERROR,...t)}}const bI=(e,t)=>t.some(r=>e instanceof r);let Qv,Jv;function yI(){return Qv||(Qv=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function vI(){return Jv||(Jv=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const K1=new WeakMap,jh=new WeakMap,q1=new WeakMap,ch=new WeakMap,Ep=new WeakMap;function xI(e){const t=new Promise((r,a)=>{const l=()=>{e.removeEventListener("success",c),e.removeEventListener("error",u)},c=()=>{r(ji(e.result)),l()},u=()=>{a(e.error),l()};e.addEventListener("success",c),e.addEventListener("error",u)});return t.then(r=>{r instanceof IDBCursor&&K1.set(r,e)}).catch(()=>{}),Ep.set(t,e),t}function EI(e){if(jh.has(e))return;const t=new Promise((r,a)=>{const l=()=>{e.removeEventListener("complete",c),e.removeEventListener("error",u),e.removeEventListener("abort",u)},c=()=>{r(),l()},u=()=>{a(e.error||new DOMException("AbortError","AbortError")),l()};e.addEventListener("complete",c),e.addEventListener("error",u),e.addEventListener("abort",u)});jh.set(e,t)}let Bh={get(e,t,r){if(e instanceof IDBTransaction){if(t==="done")return jh.get(e);if(t==="objectStoreNames")return e.objectStoreNames||q1.get(e);if(t==="store")return r.objectStoreNames[1]?void 0:r.objectStore(r.objectStoreNames[0])}return ji(e[t])},set(e,t,r){return e[t]=r,!0},has(e,t){return e instanceof IDBTransaction&&(t==="done"||t==="store")?!0:t in e}};function _I(e){Bh=e(Bh)}function SI(e){return e===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(t,...r){const a=e.call(uh(this),t,...r);return q1.set(a,t.sort?t.sort():[t]),ji(a)}:vI().includes(e)?function(...t){return e.apply(uh(this),t),ji(K1.get(this))}:function(...t){return ji(e.apply(uh(this),t))}}function wI(e){return typeof e=="function"?SI(e):(e instanceof IDBTransaction&&EI(e),bI(e,yI())?new Proxy(e,Bh):e)}function ji(e){if(e instanceof IDBRequest)return xI(e);if(ch.has(e))return ch.get(e);const t=wI(e);return t!==e&&(ch.set(e,t),Ep.set(t,e)),t}const uh=e=>Ep.get(e);function kI(e,t,{blocked:r,upgrade:a,blocking:l,terminated:c}={}){const u=indexedDB.open(e,t),d=ji(u);return a&&u.addEventListener("upgradeneeded",h=>{a(ji(u.result),h.oldVersion,h.newVersion,ji(u.transaction),h)}),r&&u.addEventListener("blocked",h=>r(h.oldVersion,h.newVersion,h)),d.then(h=>{c&&h.addEventListener("close",()=>c()),l&&h.addEventListener("versionchange",p=>l(p.oldVersion,p.newVersion,p))}).catch(()=>{}),d}const TI=["get","getKey","getAll","getAllKeys","count"],NI=["put","add","delete","clear"],dh=new Map;function ex(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&typeof t=="string"))return;if(dh.get(t))return dh.get(t);const r=t.replace(/FromIndex$/,""),a=t!==r,l=NI.includes(r);if(!(r in(a?IDBIndex:IDBObjectStore).prototype)||!(l||TI.includes(r)))return;const c=async function(u,...d){const h=this.transaction(u,l?"readwrite":"readonly");let p=h.store;return a&&(p=p.index(d.shift())),(await Promise.all([p[r](...d),l&&h.done]))[0]};return dh.set(t,c),c}_I(e=>({...e,get:(t,r,a)=>ex(t,r)||e.get(t,r,a),has:(t,r)=>!!ex(t,r)||e.has(t,r)}));/**
294
+ * @license
295
+ * Copyright 2019 Google LLC
296
+ *
297
+ * Licensed under the Apache License, Version 2.0 (the "License");
298
+ * you may not use this file except in compliance with the License.
299
+ * You may obtain a copy of the License at
300
+ *
301
+ * http://www.apache.org/licenses/LICENSE-2.0
302
+ *
303
+ * Unless required by applicable law or agreed to in writing, software
304
+ * distributed under the License is distributed on an "AS IS" BASIS,
305
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
306
+ * See the License for the specific language governing permissions and
307
+ * limitations under the License.
308
+ */class CI{constructor(t){this.container=t}getPlatformInfoString(){return this.container.getProviders().map(r=>{if(AI(r)){const a=r.getImmediate();return`${a.library}/${a.version}`}else return null}).filter(r=>r).join(" ")}}function AI(e){const t=e.getComponent();return(t==null?void 0:t.type)==="VERSION"}const Uh="@firebase/app",tx="0.14.8";/**
309
+ * @license
310
+ * Copyright 2019 Google LLC
311
+ *
312
+ * Licensed under the Apache License, Version 2.0 (the "License");
313
+ * you may not use this file except in compliance with the License.
314
+ * You may obtain a copy of the License at
315
+ *
316
+ * http://www.apache.org/licenses/LICENSE-2.0
317
+ *
318
+ * Unless required by applicable law or agreed to in writing, software
319
+ * distributed under the License is distributed on an "AS IS" BASIS,
320
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
321
+ * See the License for the specific language governing permissions and
322
+ * limitations under the License.
323
+ */const Qr=new G1("@firebase/app"),OI="@firebase/app-compat",RI="@firebase/analytics-compat",MI="@firebase/analytics",II="@firebase/app-check-compat",DI="@firebase/app-check",LI="@firebase/auth",zI="@firebase/auth-compat",jI="@firebase/database",BI="@firebase/data-connect",UI="@firebase/database-compat",PI="@firebase/functions",HI="@firebase/functions-compat",FI="@firebase/installations",$I="@firebase/installations-compat",GI="@firebase/messaging",KI="@firebase/messaging-compat",qI="@firebase/performance",VI="@firebase/performance-compat",YI="@firebase/remote-config",WI="@firebase/remote-config-compat",XI="@firebase/storage",ZI="@firebase/storage-compat",QI="@firebase/firestore",JI="@firebase/ai",eD="@firebase/firestore-compat",tD="firebase",nD="12.9.0";/**
324
+ * @license
325
+ * Copyright 2019 Google LLC
326
+ *
327
+ * Licensed under the Apache License, Version 2.0 (the "License");
328
+ * you may not use this file except in compliance with the License.
329
+ * You may obtain a copy of the License at
330
+ *
331
+ * http://www.apache.org/licenses/LICENSE-2.0
332
+ *
333
+ * Unless required by applicable law or agreed to in writing, software
334
+ * distributed under the License is distributed on an "AS IS" BASIS,
335
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
336
+ * See the License for the specific language governing permissions and
337
+ * limitations under the License.
338
+ */const Ph="[DEFAULT]",rD={[Uh]:"fire-core",[OI]:"fire-core-compat",[MI]:"fire-analytics",[RI]:"fire-analytics-compat",[DI]:"fire-app-check",[II]:"fire-app-check-compat",[LI]:"fire-auth",[zI]:"fire-auth-compat",[jI]:"fire-rtdb",[BI]:"fire-data-connect",[UI]:"fire-rtdb-compat",[PI]:"fire-fn",[HI]:"fire-fn-compat",[FI]:"fire-iid",[$I]:"fire-iid-compat",[GI]:"fire-fcm",[KI]:"fire-fcm-compat",[qI]:"fire-perf",[VI]:"fire-perf-compat",[YI]:"fire-rc",[WI]:"fire-rc-compat",[XI]:"fire-gcs",[ZI]:"fire-gcs-compat",[QI]:"fire-fst",[eD]:"fire-fst-compat",[JI]:"fire-vertex","fire-js":"fire-js",[tD]:"fire-js-all"};/**
339
+ * @license
340
+ * Copyright 2019 Google LLC
341
+ *
342
+ * Licensed under the Apache License, Version 2.0 (the "License");
343
+ * you may not use this file except in compliance with the License.
344
+ * You may obtain a copy of the License at
345
+ *
346
+ * http://www.apache.org/licenses/LICENSE-2.0
347
+ *
348
+ * Unless required by applicable law or agreed to in writing, software
349
+ * distributed under the License is distributed on an "AS IS" BASIS,
350
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
351
+ * See the License for the specific language governing permissions and
352
+ * limitations under the License.
353
+ */const hu=new Map,iD=new Map,Hh=new Map;function nx(e,t){try{e.container.addComponent(t)}catch(r){Qr.debug(`Component ${t.name} failed to register with FirebaseApp ${e.name}`,r)}}function to(e){const t=e.name;if(Hh.has(t))return Qr.debug(`There were multiple attempts to register component ${t}.`),!1;Hh.set(t,e);for(const r of hu.values())nx(r,e);for(const r of iD.values())nx(r,e);return!0}function V1(e,t){const r=e.container.getProvider("heartbeat").getImmediate({optional:!0});return r&&r.triggerHeartbeat(),e.container.getProvider(t)}function xr(e){return e==null?!1:e.settings!==void 0}/**
354
+ * @license
355
+ * Copyright 2019 Google LLC
356
+ *
357
+ * Licensed under the Apache License, Version 2.0 (the "License");
358
+ * you may not use this file except in compliance with the License.
359
+ * You may obtain a copy of the License at
360
+ *
361
+ * http://www.apache.org/licenses/LICENSE-2.0
362
+ *
363
+ * Unless required by applicable law or agreed to in writing, software
364
+ * distributed under the License is distributed on an "AS IS" BASIS,
365
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
366
+ * See the License for the specific language governing permissions and
367
+ * limitations under the License.
368
+ */const aD={"no-app":"No Firebase App '{$appName}' has been created - call initializeApp() first","bad-app-name":"Illegal App name: '{$appName}'","duplicate-app":"Firebase App named '{$appName}' already exists with different options or config","app-deleted":"Firebase App named '{$appName}' already deleted","server-app-deleted":"Firebase Server App has been deleted","no-options":"Need to provide options, when not being deployed to hosting via source.","invalid-app-argument":"firebase.{$appName}() takes either no argument or a Firebase App instance.","invalid-log-argument":"First argument to `onLog` must be null or a function.","idb-open":"Error thrown when opening IndexedDB. Original error: {$originalErrorMessage}.","idb-get":"Error thrown when reading from IndexedDB. Original error: {$originalErrorMessage}.","idb-set":"Error thrown when writing to IndexedDB. Original error: {$originalErrorMessage}.","idb-delete":"Error thrown when deleting from IndexedDB. Original error: {$originalErrorMessage}.","finalization-registry-not-supported":"FirebaseServerApp deleteOnDeref field defined but the JS runtime does not support FinalizationRegistry.","invalid-server-app-environment":"FirebaseServerApp is not for use in browser environments."},Bi=new fo("app","Firebase",aD);/**
369
+ * @license
370
+ * Copyright 2019 Google LLC
371
+ *
372
+ * Licensed under the Apache License, Version 2.0 (the "License");
373
+ * you may not use this file except in compliance with the License.
374
+ * You may obtain a copy of the License at
375
+ *
376
+ * http://www.apache.org/licenses/LICENSE-2.0
377
+ *
378
+ * Unless required by applicable law or agreed to in writing, software
379
+ * distributed under the License is distributed on an "AS IS" BASIS,
380
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
381
+ * See the License for the specific language governing permissions and
382
+ * limitations under the License.
383
+ */class sD{constructor(t,r,a){this._isDeleted=!1,this._options={...t},this._config={...r},this._name=r.name,this._automaticDataCollectionEnabled=r.automaticDataCollectionEnabled,this._container=a,this.container.addComponent(new As("app",()=>this,"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(t){this.checkDestroyed(),this._automaticDataCollectionEnabled=t}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(t){this._isDeleted=t}checkDestroyed(){if(this.isDeleted)throw Bi.create("app-deleted",{appName:this._name})}}/**
384
+ * @license
385
+ * Copyright 2019 Google LLC
386
+ *
387
+ * Licensed under the Apache License, Version 2.0 (the "License");
388
+ * you may not use this file except in compliance with the License.
389
+ * You may obtain a copy of the License at
390
+ *
391
+ * http://www.apache.org/licenses/LICENSE-2.0
392
+ *
393
+ * Unless required by applicable law or agreed to in writing, software
394
+ * distributed under the License is distributed on an "AS IS" BASIS,
395
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
396
+ * See the License for the specific language governing permissions and
397
+ * limitations under the License.
398
+ */const po=nD;function Y1(e,t={}){let r=e;typeof t!="object"&&(t={name:t});const a={name:Ph,automaticDataCollectionEnabled:!0,...t},l=a.name;if(typeof l!="string"||!l)throw Bi.create("bad-app-name",{appName:String(l)});if(r||(r=F1()),!r)throw Bi.create("no-options");const c=hu.get(l);if(c){if(Cs(r,c.options)&&Cs(a,c.config))return c;throw Bi.create("duplicate-app",{appName:l})}const u=new fI(l);for(const h of Hh.values())u.addComponent(h);const d=new sD(r,a,u);return hu.set(l,d),d}function lD(e=Ph){const t=hu.get(e);if(!t&&e===Ph&&F1())return Y1();if(!t)throw Bi.create("no-app",{appName:e});return t}function _s(e,t,r){let a=rD[e]??e;r&&(a+=`-${r}`);const l=a.match(/\s|\//),c=t.match(/\s|\//);if(l||c){const u=[`Unable to register library "${a}" with version "${t}":`];l&&u.push(`library name "${a}" contains illegal characters (whitespace or "/")`),l&&c&&u.push("and"),c&&u.push(`version name "${t}" contains illegal characters (whitespace or "/")`),Qr.warn(u.join(" "));return}to(new As(`${a}-version`,()=>({library:a,version:t}),"VERSION"))}/**
399
+ * @license
400
+ * Copyright 2021 Google LLC
401
+ *
402
+ * Licensed under the Apache License, Version 2.0 (the "License");
403
+ * you may not use this file except in compliance with the License.
404
+ * You may obtain a copy of the License at
405
+ *
406
+ * http://www.apache.org/licenses/LICENSE-2.0
407
+ *
408
+ * Unless required by applicable law or agreed to in writing, software
409
+ * distributed under the License is distributed on an "AS IS" BASIS,
410
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
411
+ * See the License for the specific language governing permissions and
412
+ * limitations under the License.
413
+ */const oD="firebase-heartbeat-database",cD=1,no="firebase-heartbeat-store";let fh=null;function W1(){return fh||(fh=kI(oD,cD,{upgrade:(e,t)=>{switch(t){case 0:try{e.createObjectStore(no)}catch(r){console.warn(r)}}}}).catch(e=>{throw Bi.create("idb-open",{originalErrorMessage:e.message})})),fh}async function uD(e){try{const r=(await W1()).transaction(no),a=await r.objectStore(no).get(X1(e));return await r.done,a}catch(t){if(t instanceof Pi)Qr.warn(t.message);else{const r=Bi.create("idb-get",{originalErrorMessage:t==null?void 0:t.message});Qr.warn(r.message)}}}async function rx(e,t){try{const a=(await W1()).transaction(no,"readwrite");await a.objectStore(no).put(t,X1(e)),await a.done}catch(r){if(r instanceof Pi)Qr.warn(r.message);else{const a=Bi.create("idb-set",{originalErrorMessage:r==null?void 0:r.message});Qr.warn(a.message)}}}function X1(e){return`${e.name}!${e.options.appId}`}/**
414
+ * @license
415
+ * Copyright 2021 Google LLC
416
+ *
417
+ * Licensed under the Apache License, Version 2.0 (the "License");
418
+ * you may not use this file except in compliance with the License.
419
+ * You may obtain a copy of the License at
420
+ *
421
+ * http://www.apache.org/licenses/LICENSE-2.0
422
+ *
423
+ * Unless required by applicable law or agreed to in writing, software
424
+ * distributed under the License is distributed on an "AS IS" BASIS,
425
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
426
+ * See the License for the specific language governing permissions and
427
+ * limitations under the License.
428
+ */const dD=1024,fD=30;class hD{constructor(t){this.container=t,this._heartbeatsCache=null;const r=this.container.getProvider("app").getImmediate();this._storage=new mD(r),this._heartbeatsCachePromise=this._storage.read().then(a=>(this._heartbeatsCache=a,a))}async triggerHeartbeat(){var t,r;try{const l=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),c=ix();if(((t=this._heartbeatsCache)==null?void 0:t.heartbeats)==null&&(this._heartbeatsCache=await this._heartbeatsCachePromise,((r=this._heartbeatsCache)==null?void 0:r.heartbeats)==null)||this._heartbeatsCache.lastSentHeartbeatDate===c||this._heartbeatsCache.heartbeats.some(u=>u.date===c))return;if(this._heartbeatsCache.heartbeats.push({date:c,agent:l}),this._heartbeatsCache.heartbeats.length>fD){const u=gD(this._heartbeatsCache.heartbeats);this._heartbeatsCache.heartbeats.splice(u,1)}return this._storage.overwrite(this._heartbeatsCache)}catch(a){Qr.warn(a)}}async getHeartbeatsHeader(){var t;try{if(this._heartbeatsCache===null&&await this._heartbeatsCachePromise,((t=this._heartbeatsCache)==null?void 0:t.heartbeats)==null||this._heartbeatsCache.heartbeats.length===0)return"";const r=ix(),{heartbeatsToSend:a,unsentEntries:l}=pD(this._heartbeatsCache.heartbeats),c=P1(JSON.stringify({version:2,heartbeats:a}));return this._heartbeatsCache.lastSentHeartbeatDate=r,l.length>0?(this._heartbeatsCache.heartbeats=l,await this._storage.overwrite(this._heartbeatsCache)):(this._heartbeatsCache.heartbeats=[],this._storage.overwrite(this._heartbeatsCache)),c}catch(r){return Qr.warn(r),""}}}function ix(){return new Date().toISOString().substring(0,10)}function pD(e,t=dD){const r=[];let a=e.slice();for(const l of e){const c=r.find(u=>u.agent===l.agent);if(c){if(c.dates.push(l.date),ax(r)>t){c.dates.pop();break}}else if(r.push({agent:l.agent,dates:[l.date]}),ax(r)>t){r.pop();break}a=a.slice(1)}return{heartbeatsToSend:r,unsentEntries:a}}class mD{constructor(t){this.app=t,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return eI()?tI().then(()=>!0).catch(()=>!1):!1}async read(){if(await this._canUseIndexedDBPromise){const r=await uD(this.app);return r!=null&&r.heartbeats?r:{heartbeats:[]}}else return{heartbeats:[]}}async overwrite(t){if(await this._canUseIndexedDBPromise){const a=await this.read();return rx(this.app,{lastSentHeartbeatDate:t.lastSentHeartbeatDate??a.lastSentHeartbeatDate,heartbeats:t.heartbeats})}else return}async add(t){if(await this._canUseIndexedDBPromise){const a=await this.read();return rx(this.app,{lastSentHeartbeatDate:t.lastSentHeartbeatDate??a.lastSentHeartbeatDate,heartbeats:[...a.heartbeats,...t.heartbeats]})}else return}}function ax(e){return P1(JSON.stringify({version:2,heartbeats:e})).length}function gD(e){if(e.length===0)return-1;let t=0,r=e[0].date;for(let a=1;a<e.length;a++)e[a].date<r&&(r=e[a].date,t=a);return t}/**
429
+ * @license
430
+ * Copyright 2019 Google LLC
431
+ *
432
+ * Licensed under the Apache License, Version 2.0 (the "License");
433
+ * you may not use this file except in compliance with the License.
434
+ * You may obtain a copy of the License at
435
+ *
436
+ * http://www.apache.org/licenses/LICENSE-2.0
437
+ *
438
+ * Unless required by applicable law or agreed to in writing, software
439
+ * distributed under the License is distributed on an "AS IS" BASIS,
440
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
441
+ * See the License for the specific language governing permissions and
442
+ * limitations under the License.
443
+ */function bD(e){to(new As("platform-logger",t=>new CI(t),"PRIVATE")),to(new As("heartbeat",t=>new hD(t),"PRIVATE")),_s(Uh,tx,e),_s(Uh,tx,"esm2020"),_s("fire-js","")}bD("");var yD="firebase",vD="12.9.0";/**
444
+ * @license
445
+ * Copyright 2020 Google LLC
446
+ *
447
+ * Licensed under the Apache License, Version 2.0 (the "License");
448
+ * you may not use this file except in compliance with the License.
449
+ * You may obtain a copy of the License at
450
+ *
451
+ * http://www.apache.org/licenses/LICENSE-2.0
452
+ *
453
+ * Unless required by applicable law or agreed to in writing, software
454
+ * distributed under the License is distributed on an "AS IS" BASIS,
455
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
456
+ * See the License for the specific language governing permissions and
457
+ * limitations under the License.
458
+ */_s(yD,vD,"app");function Z1(){return{"dependent-sdk-initialized-before-auth":"Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call `initializeAuth` or `getAuth` before starting any other Firebase SDK."}}const xD=Z1,Q1=new fo("auth","Firebase",Z1());/**
459
+ * @license
460
+ * Copyright 2020 Google LLC
461
+ *
462
+ * Licensed under the Apache License, Version 2.0 (the "License");
463
+ * you may not use this file except in compliance with the License.
464
+ * You may obtain a copy of the License at
465
+ *
466
+ * http://www.apache.org/licenses/LICENSE-2.0
467
+ *
468
+ * Unless required by applicable law or agreed to in writing, software
469
+ * distributed under the License is distributed on an "AS IS" BASIS,
470
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
471
+ * See the License for the specific language governing permissions and
472
+ * limitations under the License.
473
+ */const pu=new G1("@firebase/auth");function ED(e,...t){pu.logLevel<=mt.WARN&&pu.warn(`Auth (${po}): ${e}`,...t)}function Jc(e,...t){pu.logLevel<=mt.ERROR&&pu.error(`Auth (${po}): ${e}`,...t)}/**
474
+ * @license
475
+ * Copyright 2020 Google LLC
476
+ *
477
+ * Licensed under the Apache License, Version 2.0 (the "License");
478
+ * you may not use this file except in compliance with the License.
479
+ * You may obtain a copy of the License at
480
+ *
481
+ * http://www.apache.org/licenses/LICENSE-2.0
482
+ *
483
+ * Unless required by applicable law or agreed to in writing, software
484
+ * distributed under the License is distributed on an "AS IS" BASIS,
485
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
486
+ * See the License for the specific language governing permissions and
487
+ * limitations under the License.
488
+ */function Sr(e,...t){throw Sp(e,...t)}function ar(e,...t){return Sp(e,...t)}function _p(e,t,r){const a={...xD(),[t]:r};return new fo("auth","Firebase",a).create(t,{appName:e.name})}function ha(e){return _p(e,"operation-not-supported-in-this-environment","Operations that alter the current user are not supported in conjunction with FirebaseServerApp")}function _D(e,t,r){const a=r;if(!(t instanceof a))throw a.name!==t.constructor.name&&Sr(e,"argument-error"),_p(e,"argument-error",`Type of ${t.constructor.name} does not match expected instance.Did you pass a reference from a different Auth SDK?`)}function Sp(e,...t){if(typeof e!="string"){const r=t[0],a=[...t.slice(1)];return a[0]&&(a[0].appName=e.name),e._errorFactory.create(r,...a)}return Q1.create(e,...t)}function Le(e,t,...r){if(!e)throw Sp(t,...r)}function Wr(e){const t="INTERNAL ASSERTION FAILED: "+e;throw Jc(t),new Error(t)}function Jr(e,t){e||Wr(t)}/**
489
+ * @license
490
+ * Copyright 2020 Google LLC
491
+ *
492
+ * Licensed under the Apache License, Version 2.0 (the "License");
493
+ * you may not use this file except in compliance with the License.
494
+ * You may obtain a copy of the License at
495
+ *
496
+ * http://www.apache.org/licenses/LICENSE-2.0
497
+ *
498
+ * Unless required by applicable law or agreed to in writing, software
499
+ * distributed under the License is distributed on an "AS IS" BASIS,
500
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
501
+ * See the License for the specific language governing permissions and
502
+ * limitations under the License.
503
+ */function Fh(){var e;return typeof self<"u"&&((e=self.location)==null?void 0:e.href)||""}function SD(){return sx()==="http:"||sx()==="https:"}function sx(){var e;return typeof self<"u"&&((e=self.location)==null?void 0:e.protocol)||null}/**
504
+ * @license
505
+ * Copyright 2020 Google LLC
506
+ *
507
+ * Licensed under the Apache License, Version 2.0 (the "License");
508
+ * you may not use this file except in compliance with the License.
509
+ * You may obtain a copy of the License at
510
+ *
511
+ * http://www.apache.org/licenses/LICENSE-2.0
512
+ *
513
+ * Unless required by applicable law or agreed to in writing, software
514
+ * distributed under the License is distributed on an "AS IS" BASIS,
515
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
516
+ * See the License for the specific language governing permissions and
517
+ * limitations under the License.
518
+ */function wD(){return typeof navigator<"u"&&navigator&&"onLine"in navigator&&typeof navigator.onLine=="boolean"&&(SD()||ZM()||"connection"in navigator)?navigator.onLine:!0}function kD(){if(typeof navigator>"u")return null;const e=navigator;return e.languages&&e.languages[0]||e.language||null}/**
519
+ * @license
520
+ * Copyright 2020 Google LLC
521
+ *
522
+ * Licensed under the Apache License, Version 2.0 (the "License");
523
+ * you may not use this file except in compliance with the License.
524
+ * You may obtain a copy of the License at
525
+ *
526
+ * http://www.apache.org/licenses/LICENSE-2.0
527
+ *
528
+ * Unless required by applicable law or agreed to in writing, software
529
+ * distributed under the License is distributed on an "AS IS" BASIS,
530
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
531
+ * See the License for the specific language governing permissions and
532
+ * limitations under the License.
533
+ */class mo{constructor(t,r){this.shortDelay=t,this.longDelay=r,Jr(r>t,"Short delay should be less than long delay!"),this.isMobile=WM()||QM()}get(){return wD()?this.isMobile?this.longDelay:this.shortDelay:Math.min(5e3,this.shortDelay)}}/**
534
+ * @license
535
+ * Copyright 2020 Google LLC
536
+ *
537
+ * Licensed under the Apache License, Version 2.0 (the "License");
538
+ * you may not use this file except in compliance with the License.
539
+ * You may obtain a copy of the License at
540
+ *
541
+ * http://www.apache.org/licenses/LICENSE-2.0
542
+ *
543
+ * Unless required by applicable law or agreed to in writing, software
544
+ * distributed under the License is distributed on an "AS IS" BASIS,
545
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
546
+ * See the License for the specific language governing permissions and
547
+ * limitations under the License.
548
+ */function wp(e,t){Jr(e.emulator,"Emulator should always be set here");const{url:r}=e.emulator;return t?`${r}${t.startsWith("/")?t.slice(1):t}`:r}/**
549
+ * @license
550
+ * Copyright 2020 Google LLC
551
+ *
552
+ * Licensed under the Apache License, Version 2.0 (the "License");
553
+ * you may not use this file except in compliance with the License.
554
+ * You may obtain a copy of the License at
555
+ *
556
+ * http://www.apache.org/licenses/LICENSE-2.0
557
+ *
558
+ * Unless required by applicable law or agreed to in writing, software
559
+ * distributed under the License is distributed on an "AS IS" BASIS,
560
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
561
+ * See the License for the specific language governing permissions and
562
+ * limitations under the License.
563
+ */class J1{static initialize(t,r,a){this.fetchImpl=t,r&&(this.headersImpl=r),a&&(this.responseImpl=a)}static fetch(){if(this.fetchImpl)return this.fetchImpl;if(typeof self<"u"&&"fetch"in self)return self.fetch;if(typeof globalThis<"u"&&globalThis.fetch)return globalThis.fetch;if(typeof fetch<"u")return fetch;Wr("Could not find fetch implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static headers(){if(this.headersImpl)return this.headersImpl;if(typeof self<"u"&&"Headers"in self)return self.Headers;if(typeof globalThis<"u"&&globalThis.Headers)return globalThis.Headers;if(typeof Headers<"u")return Headers;Wr("Could not find Headers implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static response(){if(this.responseImpl)return this.responseImpl;if(typeof self<"u"&&"Response"in self)return self.Response;if(typeof globalThis<"u"&&globalThis.Response)return globalThis.Response;if(typeof Response<"u")return Response;Wr("Could not find Response implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}}/**
564
+ * @license
565
+ * Copyright 2020 Google LLC
566
+ *
567
+ * Licensed under the Apache License, Version 2.0 (the "License");
568
+ * you may not use this file except in compliance with the License.
569
+ * You may obtain a copy of the License at
570
+ *
571
+ * http://www.apache.org/licenses/LICENSE-2.0
572
+ *
573
+ * Unless required by applicable law or agreed to in writing, software
574
+ * distributed under the License is distributed on an "AS IS" BASIS,
575
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
576
+ * See the License for the specific language governing permissions and
577
+ * limitations under the License.
578
+ */const TD={CREDENTIAL_MISMATCH:"custom-token-mismatch",MISSING_CUSTOM_TOKEN:"internal-error",INVALID_IDENTIFIER:"invalid-email",MISSING_CONTINUE_URI:"internal-error",INVALID_PASSWORD:"wrong-password",MISSING_PASSWORD:"missing-password",INVALID_LOGIN_CREDENTIALS:"invalid-credential",EMAIL_EXISTS:"email-already-in-use",PASSWORD_LOGIN_DISABLED:"operation-not-allowed",INVALID_IDP_RESPONSE:"invalid-credential",INVALID_PENDING_TOKEN:"invalid-credential",FEDERATED_USER_ID_ALREADY_LINKED:"credential-already-in-use",MISSING_REQ_TYPE:"internal-error",EMAIL_NOT_FOUND:"user-not-found",RESET_PASSWORD_EXCEED_LIMIT:"too-many-requests",EXPIRED_OOB_CODE:"expired-action-code",INVALID_OOB_CODE:"invalid-action-code",MISSING_OOB_CODE:"internal-error",CREDENTIAL_TOO_OLD_LOGIN_AGAIN:"requires-recent-login",INVALID_ID_TOKEN:"invalid-user-token",TOKEN_EXPIRED:"user-token-expired",USER_NOT_FOUND:"user-token-expired",TOO_MANY_ATTEMPTS_TRY_LATER:"too-many-requests",PASSWORD_DOES_NOT_MEET_REQUIREMENTS:"password-does-not-meet-requirements",INVALID_CODE:"invalid-verification-code",INVALID_SESSION_INFO:"invalid-verification-id",INVALID_TEMPORARY_PROOF:"invalid-credential",MISSING_SESSION_INFO:"missing-verification-id",SESSION_EXPIRED:"code-expired",MISSING_ANDROID_PACKAGE_NAME:"missing-android-pkg-name",UNAUTHORIZED_DOMAIN:"unauthorized-continue-uri",INVALID_OAUTH_CLIENT_ID:"invalid-oauth-client-id",ADMIN_ONLY_OPERATION:"admin-restricted-operation",INVALID_MFA_PENDING_CREDENTIAL:"invalid-multi-factor-session",MFA_ENROLLMENT_NOT_FOUND:"multi-factor-info-not-found",MISSING_MFA_ENROLLMENT_ID:"missing-multi-factor-info",MISSING_MFA_PENDING_CREDENTIAL:"missing-multi-factor-session",SECOND_FACTOR_EXISTS:"second-factor-already-in-use",SECOND_FACTOR_LIMIT_EXCEEDED:"maximum-second-factor-count-exceeded",BLOCKING_FUNCTION_ERROR_RESPONSE:"internal-error",RECAPTCHA_NOT_ENABLED:"recaptcha-not-enabled",MISSING_RECAPTCHA_TOKEN:"missing-recaptcha-token",INVALID_RECAPTCHA_TOKEN:"invalid-recaptcha-token",INVALID_RECAPTCHA_ACTION:"invalid-recaptcha-action",MISSING_CLIENT_TYPE:"missing-client-type",MISSING_RECAPTCHA_VERSION:"missing-recaptcha-version",INVALID_RECAPTCHA_VERSION:"invalid-recaptcha-version",INVALID_REQ_TYPE:"invalid-req-type"};/**
579
+ * @license
580
+ * Copyright 2020 Google LLC
581
+ *
582
+ * Licensed under the Apache License, Version 2.0 (the "License");
583
+ * you may not use this file except in compliance with the License.
584
+ * You may obtain a copy of the License at
585
+ *
586
+ * http://www.apache.org/licenses/LICENSE-2.0
587
+ *
588
+ * Unless required by applicable law or agreed to in writing, software
589
+ * distributed under the License is distributed on an "AS IS" BASIS,
590
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
591
+ * See the License for the specific language governing permissions and
592
+ * limitations under the License.
593
+ */const ND=["/v1/accounts:signInWithCustomToken","/v1/accounts:signInWithEmailLink","/v1/accounts:signInWithIdp","/v1/accounts:signInWithPassword","/v1/accounts:signInWithPhoneNumber","/v1/token"],CD=new mo(3e4,6e4);function kp(e,t){return e.tenantId&&!t.tenantId?{...t,tenantId:e.tenantId}:t}async function Ds(e,t,r,a,l={}){return eE(e,l,async()=>{let c={},u={};a&&(t==="GET"?u=a:c={body:JSON.stringify(a)});const d=ho({key:e.config.apiKey,...u}).slice(1),h=await e._getAdditionalHeaders();h["Content-Type"]="application/json",e.languageCode&&(h["X-Firebase-Locale"]=e.languageCode);const p={method:t,headers:h,...c};return XM()||(p.referrerPolicy="no-referrer"),e.emulatorConfig&&Nu(e.emulatorConfig.host)&&(p.credentials="include"),J1.fetch()(await tE(e,e.config.apiHost,r,d),p)})}async function eE(e,t,r){e._canInitEmulator=!1;const a={...TD,...t};try{const l=new OD(e),c=await Promise.race([r(),l.promise]);l.clearNetworkTimeout();const u=await c.json();if("needConfirmation"in u)throw Wc(e,"account-exists-with-different-credential",u);if(c.ok&&!("errorMessage"in u))return u;{const d=c.ok?u.errorMessage:u.error.message,[h,p]=d.split(" : ");if(h==="FEDERATED_USER_ID_ALREADY_LINKED")throw Wc(e,"credential-already-in-use",u);if(h==="EMAIL_EXISTS")throw Wc(e,"email-already-in-use",u);if(h==="USER_DISABLED")throw Wc(e,"user-disabled",u);const b=a[h]||h.toLowerCase().replace(/[_\s]+/g,"-");if(p)throw _p(e,b,p);Sr(e,b)}}catch(l){if(l instanceof Pi)throw l;Sr(e,"network-request-failed",{message:String(l)})}}async function AD(e,t,r,a,l={}){const c=await Ds(e,t,r,a,l);return"mfaPendingCredential"in c&&Sr(e,"multi-factor-auth-required",{_serverResponse:c}),c}async function tE(e,t,r,a){const l=`${t}${r}?${a}`,c=e,u=c.config.emulator?wp(e.config,l):`${e.config.apiScheme}://${l}`;return ND.includes(r)&&(await c._persistenceManagerAvailable,c._getPersistenceType()==="COOKIE")?c._getPersistence()._getFinalTarget(u).toString():u}class OD{clearNetworkTimeout(){clearTimeout(this.timer)}constructor(t){this.auth=t,this.timer=null,this.promise=new Promise((r,a)=>{this.timer=setTimeout(()=>a(ar(this.auth,"network-request-failed")),CD.get())})}}function Wc(e,t,r){const a={appName:e.name};r.email&&(a.email=r.email),r.phoneNumber&&(a.phoneNumber=r.phoneNumber);const l=ar(e,t,a);return l.customData._tokenResponse=r,l}/**
594
+ * @license
595
+ * Copyright 2020 Google LLC
596
+ *
597
+ * Licensed under the Apache License, Version 2.0 (the "License");
598
+ * you may not use this file except in compliance with the License.
599
+ * You may obtain a copy of the License at
600
+ *
601
+ * http://www.apache.org/licenses/LICENSE-2.0
602
+ *
603
+ * Unless required by applicable law or agreed to in writing, software
604
+ * distributed under the License is distributed on an "AS IS" BASIS,
605
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
606
+ * See the License for the specific language governing permissions and
607
+ * limitations under the License.
608
+ */async function RD(e,t){return Ds(e,"POST","/v1/accounts:delete",t)}async function mu(e,t){return Ds(e,"POST","/v1/accounts:lookup",t)}/**
609
+ * @license
610
+ * Copyright 2020 Google LLC
611
+ *
612
+ * Licensed under the Apache License, Version 2.0 (the "License");
613
+ * you may not use this file except in compliance with the License.
614
+ * You may obtain a copy of the License at
615
+ *
616
+ * http://www.apache.org/licenses/LICENSE-2.0
617
+ *
618
+ * Unless required by applicable law or agreed to in writing, software
619
+ * distributed under the License is distributed on an "AS IS" BASIS,
620
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
621
+ * See the License for the specific language governing permissions and
622
+ * limitations under the License.
623
+ */function Vl(e){if(e)try{const t=new Date(Number(e));if(!isNaN(t.getTime()))return t.toUTCString()}catch{}}async function MD(e,t=!1){const r=Is(e),a=await r.getIdToken(t),l=Tp(a);Le(l&&l.exp&&l.auth_time&&l.iat,r.auth,"internal-error");const c=typeof l.firebase=="object"?l.firebase:void 0,u=c==null?void 0:c.sign_in_provider;return{claims:l,token:a,authTime:Vl(hh(l.auth_time)),issuedAtTime:Vl(hh(l.iat)),expirationTime:Vl(hh(l.exp)),signInProvider:u||null,signInSecondFactor:(c==null?void 0:c.sign_in_second_factor)||null}}function hh(e){return Number(e)*1e3}function Tp(e){const[t,r,a]=e.split(".");if(t===void 0||r===void 0||a===void 0)return Jc("JWT malformed, contained fewer than 3 sections"),null;try{const l=H1(r);return l?JSON.parse(l):(Jc("Failed to decode base64 JWT payload"),null)}catch(l){return Jc("Caught error parsing JWT payload as JSON",l==null?void 0:l.toString()),null}}function lx(e){const t=Tp(e);return Le(t,"internal-error"),Le(typeof t.exp<"u","internal-error"),Le(typeof t.iat<"u","internal-error"),Number(t.exp)-Number(t.iat)}/**
624
+ * @license
625
+ * Copyright 2020 Google LLC
626
+ *
627
+ * Licensed under the Apache License, Version 2.0 (the "License");
628
+ * you may not use this file except in compliance with the License.
629
+ * You may obtain a copy of the License at
630
+ *
631
+ * http://www.apache.org/licenses/LICENSE-2.0
632
+ *
633
+ * Unless required by applicable law or agreed to in writing, software
634
+ * distributed under the License is distributed on an "AS IS" BASIS,
635
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
636
+ * See the License for the specific language governing permissions and
637
+ * limitations under the License.
638
+ */async function ro(e,t,r=!1){if(r)return t;try{return await t}catch(a){throw a instanceof Pi&&ID(a)&&e.auth.currentUser===e&&await e.auth.signOut(),a}}function ID({code:e}){return e==="auth/user-disabled"||e==="auth/user-token-expired"}/**
639
+ * @license
640
+ * Copyright 2020 Google LLC
641
+ *
642
+ * Licensed under the Apache License, Version 2.0 (the "License");
643
+ * you may not use this file except in compliance with the License.
644
+ * You may obtain a copy of the License at
645
+ *
646
+ * http://www.apache.org/licenses/LICENSE-2.0
647
+ *
648
+ * Unless required by applicable law or agreed to in writing, software
649
+ * distributed under the License is distributed on an "AS IS" BASIS,
650
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
651
+ * See the License for the specific language governing permissions and
652
+ * limitations under the License.
653
+ */class DD{constructor(t){this.user=t,this.isRunning=!1,this.timerId=null,this.errorBackoff=3e4}_start(){this.isRunning||(this.isRunning=!0,this.schedule())}_stop(){this.isRunning&&(this.isRunning=!1,this.timerId!==null&&clearTimeout(this.timerId))}getInterval(t){if(t){const r=this.errorBackoff;return this.errorBackoff=Math.min(this.errorBackoff*2,96e4),r}else{this.errorBackoff=3e4;const a=(this.user.stsTokenManager.expirationTime??0)-Date.now()-3e5;return Math.max(0,a)}}schedule(t=!1){if(!this.isRunning)return;const r=this.getInterval(t);this.timerId=setTimeout(async()=>{await this.iteration()},r)}async iteration(){try{await this.user.getIdToken(!0)}catch(t){(t==null?void 0:t.code)==="auth/network-request-failed"&&this.schedule(!0);return}this.schedule()}}/**
654
+ * @license
655
+ * Copyright 2020 Google LLC
656
+ *
657
+ * Licensed under the Apache License, Version 2.0 (the "License");
658
+ * you may not use this file except in compliance with the License.
659
+ * You may obtain a copy of the License at
660
+ *
661
+ * http://www.apache.org/licenses/LICENSE-2.0
662
+ *
663
+ * Unless required by applicable law or agreed to in writing, software
664
+ * distributed under the License is distributed on an "AS IS" BASIS,
665
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
666
+ * See the License for the specific language governing permissions and
667
+ * limitations under the License.
668
+ */class $h{constructor(t,r){this.createdAt=t,this.lastLoginAt=r,this._initializeTime()}_initializeTime(){this.lastSignInTime=Vl(this.lastLoginAt),this.creationTime=Vl(this.createdAt)}_copy(t){this.createdAt=t.createdAt,this.lastLoginAt=t.lastLoginAt,this._initializeTime()}toJSON(){return{createdAt:this.createdAt,lastLoginAt:this.lastLoginAt}}}/**
669
+ * @license
670
+ * Copyright 2019 Google LLC
671
+ *
672
+ * Licensed under the Apache License, Version 2.0 (the "License");
673
+ * you may not use this file except in compliance with the License.
674
+ * You may obtain a copy of the License at
675
+ *
676
+ * http://www.apache.org/licenses/LICENSE-2.0
677
+ *
678
+ * Unless required by applicable law or agreed to in writing, software
679
+ * distributed under the License is distributed on an "AS IS" BASIS,
680
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
681
+ * See the License for the specific language governing permissions and
682
+ * limitations under the License.
683
+ */async function gu(e){var y;const t=e.auth,r=await e.getIdToken(),a=await ro(e,mu(t,{idToken:r}));Le(a==null?void 0:a.users.length,t,"internal-error");const l=a.users[0];e._notifyReloadListener(l);const c=(y=l.providerUserInfo)!=null&&y.length?nE(l.providerUserInfo):[],u=zD(e.providerData,c),d=e.isAnonymous,h=!(e.email&&l.passwordHash)&&!(u!=null&&u.length),p=d?h:!1,b={uid:l.localId,displayName:l.displayName||null,photoURL:l.photoUrl||null,email:l.email||null,emailVerified:l.emailVerified||!1,phoneNumber:l.phoneNumber||null,tenantId:l.tenantId||null,providerData:u,metadata:new $h(l.createdAt,l.lastLoginAt),isAnonymous:p};Object.assign(e,b)}async function LD(e){const t=Is(e);await gu(t),await t.auth._persistUserIfCurrent(t),t.auth._notifyListenersIfCurrent(t)}function zD(e,t){return[...e.filter(a=>!t.some(l=>l.providerId===a.providerId)),...t]}function nE(e){return e.map(({providerId:t,...r})=>({providerId:t,uid:r.rawId||"",displayName:r.displayName||null,email:r.email||null,phoneNumber:r.phoneNumber||null,photoURL:r.photoUrl||null}))}/**
684
+ * @license
685
+ * Copyright 2020 Google LLC
686
+ *
687
+ * Licensed under the Apache License, Version 2.0 (the "License");
688
+ * you may not use this file except in compliance with the License.
689
+ * You may obtain a copy of the License at
690
+ *
691
+ * http://www.apache.org/licenses/LICENSE-2.0
692
+ *
693
+ * Unless required by applicable law or agreed to in writing, software
694
+ * distributed under the License is distributed on an "AS IS" BASIS,
695
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
696
+ * See the License for the specific language governing permissions and
697
+ * limitations under the License.
698
+ */async function jD(e,t){const r=await eE(e,{},async()=>{const a=ho({grant_type:"refresh_token",refresh_token:t}).slice(1),{tokenApiHost:l,apiKey:c}=e.config,u=await tE(e,l,"/v1/token",`key=${c}`),d=await e._getAdditionalHeaders();d["Content-Type"]="application/x-www-form-urlencoded";const h={method:"POST",headers:d,body:a};return e.emulatorConfig&&Nu(e.emulatorConfig.host)&&(h.credentials="include"),J1.fetch()(u,h)});return{accessToken:r.access_token,expiresIn:r.expires_in,refreshToken:r.refresh_token}}async function BD(e,t){return Ds(e,"POST","/v2/accounts:revokeToken",kp(e,t))}/**
699
+ * @license
700
+ * Copyright 2020 Google LLC
701
+ *
702
+ * Licensed under the Apache License, Version 2.0 (the "License");
703
+ * you may not use this file except in compliance with the License.
704
+ * You may obtain a copy of the License at
705
+ *
706
+ * http://www.apache.org/licenses/LICENSE-2.0
707
+ *
708
+ * Unless required by applicable law or agreed to in writing, software
709
+ * distributed under the License is distributed on an "AS IS" BASIS,
710
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
711
+ * See the License for the specific language governing permissions and
712
+ * limitations under the License.
713
+ */class Ss{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){Le(t.idToken,"internal-error"),Le(typeof t.idToken<"u","internal-error"),Le(typeof t.refreshToken<"u","internal-error");const r="expiresIn"in t&&typeof t.expiresIn<"u"?Number(t.expiresIn):lx(t.idToken);this.updateTokensAndExpiration(t.idToken,t.refreshToken,r)}updateFromIdToken(t){Le(t.length!==0,"internal-error");const r=lx(t);this.updateTokensAndExpiration(t,null,r)}async getToken(t,r=!1){return!r&&this.accessToken&&!this.isExpired?this.accessToken:(Le(this.refreshToken,t,"user-token-expired"),this.refreshToken?(await this.refresh(t,this.refreshToken),this.accessToken):null)}clearRefreshToken(){this.refreshToken=null}async refresh(t,r){const{accessToken:a,refreshToken:l,expiresIn:c}=await jD(t,r);this.updateTokensAndExpiration(a,l,Number(c))}updateTokensAndExpiration(t,r,a){this.refreshToken=r||null,this.accessToken=t||null,this.expirationTime=Date.now()+a*1e3}static fromJSON(t,r){const{refreshToken:a,accessToken:l,expirationTime:c}=r,u=new Ss;return a&&(Le(typeof a=="string","internal-error",{appName:t}),u.refreshToken=a),l&&(Le(typeof l=="string","internal-error",{appName:t}),u.accessToken=l),c&&(Le(typeof c=="number","internal-error",{appName:t}),u.expirationTime=c),u}toJSON(){return{refreshToken:this.refreshToken,accessToken:this.accessToken,expirationTime:this.expirationTime}}_assign(t){this.accessToken=t.accessToken,this.refreshToken=t.refreshToken,this.expirationTime=t.expirationTime}_clone(){return Object.assign(new Ss,this.toJSON())}_performRefresh(){return Wr("not implemented")}}/**
714
+ * @license
715
+ * Copyright 2020 Google LLC
716
+ *
717
+ * Licensed under the Apache License, Version 2.0 (the "License");
718
+ * you may not use this file except in compliance with the License.
719
+ * You may obtain a copy of the License at
720
+ *
721
+ * http://www.apache.org/licenses/LICENSE-2.0
722
+ *
723
+ * Unless required by applicable law or agreed to in writing, software
724
+ * distributed under the License is distributed on an "AS IS" BASIS,
725
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
726
+ * See the License for the specific language governing permissions and
727
+ * limitations under the License.
728
+ */function Mi(e,t){Le(typeof e=="string"||typeof e>"u","internal-error",{appName:t})}class rr{constructor({uid:t,auth:r,stsTokenManager:a,...l}){this.providerId="firebase",this.proactiveRefresh=new DD(this),this.reloadUserInfo=null,this.reloadListener=null,this.uid=t,this.auth=r,this.stsTokenManager=a,this.accessToken=a.accessToken,this.displayName=l.displayName||null,this.email=l.email||null,this.emailVerified=l.emailVerified||!1,this.phoneNumber=l.phoneNumber||null,this.photoURL=l.photoURL||null,this.isAnonymous=l.isAnonymous||!1,this.tenantId=l.tenantId||null,this.providerData=l.providerData?[...l.providerData]:[],this.metadata=new $h(l.createdAt||void 0,l.lastLoginAt||void 0)}async getIdToken(t){const r=await ro(this,this.stsTokenManager.getToken(this.auth,t));return Le(r,this.auth,"internal-error"),this.accessToken!==r&&(this.accessToken=r,await this.auth._persistUserIfCurrent(this),this.auth._notifyListenersIfCurrent(this)),r}getIdTokenResult(t){return MD(this,t)}reload(){return LD(this)}_assign(t){this!==t&&(Le(this.uid===t.uid,this.auth,"internal-error"),this.displayName=t.displayName,this.photoURL=t.photoURL,this.email=t.email,this.emailVerified=t.emailVerified,this.phoneNumber=t.phoneNumber,this.isAnonymous=t.isAnonymous,this.tenantId=t.tenantId,this.providerData=t.providerData.map(r=>({...r})),this.metadata._copy(t.metadata),this.stsTokenManager._assign(t.stsTokenManager))}_clone(t){const r=new rr({...this,auth:t,stsTokenManager:this.stsTokenManager._clone()});return r.metadata._copy(this.metadata),r}_onReload(t){Le(!this.reloadListener,this.auth,"internal-error"),this.reloadListener=t,this.reloadUserInfo&&(this._notifyReloadListener(this.reloadUserInfo),this.reloadUserInfo=null)}_notifyReloadListener(t){this.reloadListener?this.reloadListener(t):this.reloadUserInfo=t}_startProactiveRefresh(){this.proactiveRefresh._start()}_stopProactiveRefresh(){this.proactiveRefresh._stop()}async _updateTokensIfNecessary(t,r=!1){let a=!1;t.idToken&&t.idToken!==this.stsTokenManager.accessToken&&(this.stsTokenManager.updateFromServerResponse(t),a=!0),r&&await gu(this),await this.auth._persistUserIfCurrent(this),a&&this.auth._notifyListenersIfCurrent(this)}async delete(){if(xr(this.auth.app))return Promise.reject(ha(this.auth));const t=await this.getIdToken();return await ro(this,RD(this.auth,{idToken:t})),this.stsTokenManager.clearRefreshToken(),this.auth.signOut()}toJSON(){return{uid:this.uid,email:this.email||void 0,emailVerified:this.emailVerified,displayName:this.displayName||void 0,isAnonymous:this.isAnonymous,photoURL:this.photoURL||void 0,phoneNumber:this.phoneNumber||void 0,tenantId:this.tenantId||void 0,providerData:this.providerData.map(t=>({...t})),stsTokenManager:this.stsTokenManager.toJSON(),_redirectEventId:this._redirectEventId,...this.metadata.toJSON(),apiKey:this.auth.config.apiKey,appName:this.auth.name}}get refreshToken(){return this.stsTokenManager.refreshToken||""}static _fromJSON(t,r){const a=r.displayName??void 0,l=r.email??void 0,c=r.phoneNumber??void 0,u=r.photoURL??void 0,d=r.tenantId??void 0,h=r._redirectEventId??void 0,p=r.createdAt??void 0,b=r.lastLoginAt??void 0,{uid:y,emailVerified:v,isAnonymous:x,providerData:S,stsTokenManager:k}=r;Le(y&&k,t,"internal-error");const N=Ss.fromJSON(this.name,k);Le(typeof y=="string",t,"internal-error"),Mi(a,t.name),Mi(l,t.name),Le(typeof v=="boolean",t,"internal-error"),Le(typeof x=="boolean",t,"internal-error"),Mi(c,t.name),Mi(u,t.name),Mi(d,t.name),Mi(h,t.name),Mi(p,t.name),Mi(b,t.name);const _=new rr({uid:y,auth:t,email:l,emailVerified:v,displayName:a,isAnonymous:x,photoURL:u,phoneNumber:c,tenantId:d,stsTokenManager:N,createdAt:p,lastLoginAt:b});return S&&Array.isArray(S)&&(_.providerData=S.map(I=>({...I}))),h&&(_._redirectEventId=h),_}static async _fromIdTokenResponse(t,r,a=!1){const l=new Ss;l.updateFromServerResponse(r);const c=new rr({uid:r.localId,auth:t,stsTokenManager:l,isAnonymous:a});return await gu(c),c}static async _fromGetAccountInfoResponse(t,r,a){const l=r.users[0];Le(l.localId!==void 0,"internal-error");const c=l.providerUserInfo!==void 0?nE(l.providerUserInfo):[],u=!(l.email&&l.passwordHash)&&!(c!=null&&c.length),d=new Ss;d.updateFromIdToken(a);const h=new rr({uid:l.localId,auth:t,stsTokenManager:d,isAnonymous:u}),p={uid:l.localId,displayName:l.displayName||null,photoURL:l.photoUrl||null,email:l.email||null,emailVerified:l.emailVerified||!1,phoneNumber:l.phoneNumber||null,tenantId:l.tenantId||null,providerData:c,metadata:new $h(l.createdAt,l.lastLoginAt),isAnonymous:!(l.email&&l.passwordHash)&&!(c!=null&&c.length)};return Object.assign(h,p),h}}/**
729
+ * @license
730
+ * Copyright 2020 Google LLC
731
+ *
732
+ * Licensed under the Apache License, Version 2.0 (the "License");
733
+ * you may not use this file except in compliance with the License.
734
+ * You may obtain a copy of the License at
735
+ *
736
+ * http://www.apache.org/licenses/LICENSE-2.0
737
+ *
738
+ * Unless required by applicable law or agreed to in writing, software
739
+ * distributed under the License is distributed on an "AS IS" BASIS,
740
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
741
+ * See the License for the specific language governing permissions and
742
+ * limitations under the License.
743
+ */const ox=new Map;function Xr(e){Jr(e instanceof Function,"Expected a class definition");let t=ox.get(e);return t?(Jr(t instanceof e,"Instance stored in cache mismatched with class"),t):(t=new e,ox.set(e,t),t)}/**
744
+ * @license
745
+ * Copyright 2019 Google LLC
746
+ *
747
+ * Licensed under the Apache License, Version 2.0 (the "License");
748
+ * you may not use this file except in compliance with the License.
749
+ * You may obtain a copy of the License at
750
+ *
751
+ * http://www.apache.org/licenses/LICENSE-2.0
752
+ *
753
+ * Unless required by applicable law or agreed to in writing, software
754
+ * distributed under the License is distributed on an "AS IS" BASIS,
755
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
756
+ * See the License for the specific language governing permissions and
757
+ * limitations under the License.
758
+ */class rE{constructor(){this.type="NONE",this.storage={}}async _isAvailable(){return!0}async _set(t,r){this.storage[t]=r}async _get(t){const r=this.storage[t];return r===void 0?null:r}async _remove(t){delete this.storage[t]}_addListener(t,r){}_removeListener(t,r){}}rE.type="NONE";const cx=rE;/**
759
+ * @license
760
+ * Copyright 2019 Google LLC
761
+ *
762
+ * Licensed under the Apache License, Version 2.0 (the "License");
763
+ * you may not use this file except in compliance with the License.
764
+ * You may obtain a copy of the License at
765
+ *
766
+ * http://www.apache.org/licenses/LICENSE-2.0
767
+ *
768
+ * Unless required by applicable law or agreed to in writing, software
769
+ * distributed under the License is distributed on an "AS IS" BASIS,
770
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
771
+ * See the License for the specific language governing permissions and
772
+ * limitations under the License.
773
+ */function eu(e,t,r){return`firebase:${e}:${t}:${r}`}class ws{constructor(t,r,a){this.persistence=t,this.auth=r,this.userKey=a;const{config:l,name:c}=this.auth;this.fullUserKey=eu(this.userKey,l.apiKey,c),this.fullPersistenceKey=eu("persistence",l.apiKey,c),this.boundEventHandler=r._onStorageEvent.bind(r),this.persistence._addListener(this.fullUserKey,this.boundEventHandler)}setCurrentUser(t){return this.persistence._set(this.fullUserKey,t.toJSON())}async getCurrentUser(){const t=await this.persistence._get(this.fullUserKey);if(!t)return null;if(typeof t=="string"){const r=await mu(this.auth,{idToken:t}).catch(()=>{});return r?rr._fromGetAccountInfoResponse(this.auth,r,t):null}return rr._fromJSON(this.auth,t)}removeCurrentUser(){return this.persistence._remove(this.fullUserKey)}savePersistenceForRedirect(){return this.persistence._set(this.fullPersistenceKey,this.persistence.type)}async setPersistence(t){if(this.persistence===t)return;const r=await this.getCurrentUser();if(await this.removeCurrentUser(),this.persistence=t,r)return this.setCurrentUser(r)}delete(){this.persistence._removeListener(this.fullUserKey,this.boundEventHandler)}static async create(t,r,a="authUser"){if(!r.length)return new ws(Xr(cx),t,a);const l=(await Promise.all(r.map(async p=>{if(await p._isAvailable())return p}))).filter(p=>p);let c=l[0]||Xr(cx);const u=eu(a,t.config.apiKey,t.name);let d=null;for(const p of r)try{const b=await p._get(u);if(b){let y;if(typeof b=="string"){const v=await mu(t,{idToken:b}).catch(()=>{});if(!v)break;y=await rr._fromGetAccountInfoResponse(t,v,b)}else y=rr._fromJSON(t,b);p!==c&&(d=y),c=p;break}}catch{}const h=l.filter(p=>p._shouldAllowMigration);return!c._shouldAllowMigration||!h.length?new ws(c,t,a):(c=h[0],d&&await c._set(u,d.toJSON()),await Promise.all(r.map(async p=>{if(p!==c)try{await p._remove(u)}catch{}})),new ws(c,t,a))}}/**
774
+ * @license
775
+ * Copyright 2020 Google LLC
776
+ *
777
+ * Licensed under the Apache License, Version 2.0 (the "License");
778
+ * you may not use this file except in compliance with the License.
779
+ * You may obtain a copy of the License at
780
+ *
781
+ * http://www.apache.org/licenses/LICENSE-2.0
782
+ *
783
+ * Unless required by applicable law or agreed to in writing, software
784
+ * distributed under the License is distributed on an "AS IS" BASIS,
785
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
786
+ * See the License for the specific language governing permissions and
787
+ * limitations under the License.
788
+ */function ux(e){const t=e.toLowerCase();if(t.includes("opera/")||t.includes("opr/")||t.includes("opios/"))return"Opera";if(lE(t))return"IEMobile";if(t.includes("msie")||t.includes("trident/"))return"IE";if(t.includes("edge/"))return"Edge";if(iE(t))return"Firefox";if(t.includes("silk/"))return"Silk";if(cE(t))return"Blackberry";if(uE(t))return"Webos";if(aE(t))return"Safari";if((t.includes("chrome/")||sE(t))&&!t.includes("edge/"))return"Chrome";if(oE(t))return"Android";{const r=/([a-zA-Z\d\.]+)\/[a-zA-Z\d\.]*$/,a=e.match(r);if((a==null?void 0:a.length)===2)return a[1]}return"Other"}function iE(e=pn()){return/firefox\//i.test(e)}function aE(e=pn()){const t=e.toLowerCase();return t.includes("safari/")&&!t.includes("chrome/")&&!t.includes("crios/")&&!t.includes("android")}function sE(e=pn()){return/crios\//i.test(e)}function lE(e=pn()){return/iemobile/i.test(e)}function oE(e=pn()){return/android/i.test(e)}function cE(e=pn()){return/blackberry/i.test(e)}function uE(e=pn()){return/webos/i.test(e)}function Np(e=pn()){return/iphone|ipad|ipod/i.test(e)||/macintosh/i.test(e)&&/mobile/i.test(e)}function UD(e=pn()){var t;return Np(e)&&!!((t=window.navigator)!=null&&t.standalone)}function PD(){return JM()&&document.documentMode===10}function dE(e=pn()){return Np(e)||oE(e)||uE(e)||cE(e)||/windows phone/i.test(e)||lE(e)}/**
789
+ * @license
790
+ * Copyright 2020 Google LLC
791
+ *
792
+ * Licensed under the Apache License, Version 2.0 (the "License");
793
+ * you may not use this file except in compliance with the License.
794
+ * You may obtain a copy of the License at
795
+ *
796
+ * http://www.apache.org/licenses/LICENSE-2.0
797
+ *
798
+ * Unless required by applicable law or agreed to in writing, software
799
+ * distributed under the License is distributed on an "AS IS" BASIS,
800
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
801
+ * See the License for the specific language governing permissions and
802
+ * limitations under the License.
803
+ */function fE(e,t=[]){let r;switch(e){case"Browser":r=ux(pn());break;case"Worker":r=`${ux(pn())}-${e}`;break;default:r=e}const a=t.length?t.join(","):"FirebaseCore-web";return`${r}/JsCore/${po}/${a}`}/**
804
+ * @license
805
+ * Copyright 2022 Google LLC
806
+ *
807
+ * Licensed under the Apache License, Version 2.0 (the "License");
808
+ * you may not use this file except in compliance with the License.
809
+ * You may obtain a copy of the License at
810
+ *
811
+ * http://www.apache.org/licenses/LICENSE-2.0
812
+ *
813
+ * Unless required by applicable law or agreed to in writing, software
814
+ * distributed under the License is distributed on an "AS IS" BASIS,
815
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
816
+ * See the License for the specific language governing permissions and
817
+ * limitations under the License.
818
+ */class HD{constructor(t){this.auth=t,this.queue=[]}pushCallback(t,r){const a=c=>new Promise((u,d)=>{try{const h=t(c);u(h)}catch(h){d(h)}});a.onAbort=r,this.queue.push(a);const l=this.queue.length-1;return()=>{this.queue[l]=()=>Promise.resolve()}}async runMiddleware(t){if(this.auth.currentUser===t)return;const r=[];try{for(const a of this.queue)await a(t),a.onAbort&&r.push(a.onAbort)}catch(a){r.reverse();for(const l of r)try{l()}catch{}throw this.auth._errorFactory.create("login-blocked",{originalMessage:a==null?void 0:a.message})}}}/**
819
+ * @license
820
+ * Copyright 2023 Google LLC
821
+ *
822
+ * Licensed under the Apache License, Version 2.0 (the "License");
823
+ * you may not use this file except in compliance with the License.
824
+ * You may obtain a copy of the License at
825
+ *
826
+ * http://www.apache.org/licenses/LICENSE-2.0
827
+ *
828
+ * Unless required by applicable law or agreed to in writing, software
829
+ * distributed under the License is distributed on an "AS IS" BASIS,
830
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
831
+ * See the License for the specific language governing permissions and
832
+ * limitations under the License.
833
+ */async function FD(e,t={}){return Ds(e,"GET","/v2/passwordPolicy",kp(e,t))}/**
834
+ * @license
835
+ * Copyright 2023 Google LLC
836
+ *
837
+ * Licensed under the Apache License, Version 2.0 (the "License");
838
+ * you may not use this file except in compliance with the License.
839
+ * You may obtain a copy of the License at
840
+ *
841
+ * http://www.apache.org/licenses/LICENSE-2.0
842
+ *
843
+ * Unless required by applicable law or agreed to in writing, software
844
+ * distributed under the License is distributed on an "AS IS" BASIS,
845
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
846
+ * See the License for the specific language governing permissions and
847
+ * limitations under the License.
848
+ */const $D=6;class GD{constructor(t){var a;const r=t.customStrengthOptions;this.customStrengthOptions={},this.customStrengthOptions.minPasswordLength=r.minPasswordLength??$D,r.maxPasswordLength&&(this.customStrengthOptions.maxPasswordLength=r.maxPasswordLength),r.containsLowercaseCharacter!==void 0&&(this.customStrengthOptions.containsLowercaseLetter=r.containsLowercaseCharacter),r.containsUppercaseCharacter!==void 0&&(this.customStrengthOptions.containsUppercaseLetter=r.containsUppercaseCharacter),r.containsNumericCharacter!==void 0&&(this.customStrengthOptions.containsNumericCharacter=r.containsNumericCharacter),r.containsNonAlphanumericCharacter!==void 0&&(this.customStrengthOptions.containsNonAlphanumericCharacter=r.containsNonAlphanumericCharacter),this.enforcementState=t.enforcementState,this.enforcementState==="ENFORCEMENT_STATE_UNSPECIFIED"&&(this.enforcementState="OFF"),this.allowedNonAlphanumericCharacters=((a=t.allowedNonAlphanumericCharacters)==null?void 0:a.join(""))??"",this.forceUpgradeOnSignin=t.forceUpgradeOnSignin??!1,this.schemaVersion=t.schemaVersion}validatePassword(t){const r={isValid:!0,passwordPolicy:this};return this.validatePasswordLengthOptions(t,r),this.validatePasswordCharacterOptions(t,r),r.isValid&&(r.isValid=r.meetsMinPasswordLength??!0),r.isValid&&(r.isValid=r.meetsMaxPasswordLength??!0),r.isValid&&(r.isValid=r.containsLowercaseLetter??!0),r.isValid&&(r.isValid=r.containsUppercaseLetter??!0),r.isValid&&(r.isValid=r.containsNumericCharacter??!0),r.isValid&&(r.isValid=r.containsNonAlphanumericCharacter??!0),r}validatePasswordLengthOptions(t,r){const a=this.customStrengthOptions.minPasswordLength,l=this.customStrengthOptions.maxPasswordLength;a&&(r.meetsMinPasswordLength=t.length>=a),l&&(r.meetsMaxPasswordLength=t.length<=l)}validatePasswordCharacterOptions(t,r){this.updatePasswordCharacterOptionsStatuses(r,!1,!1,!1,!1);let a;for(let l=0;l<t.length;l++)a=t.charAt(l),this.updatePasswordCharacterOptionsStatuses(r,a>="a"&&a<="z",a>="A"&&a<="Z",a>="0"&&a<="9",this.allowedNonAlphanumericCharacters.includes(a))}updatePasswordCharacterOptionsStatuses(t,r,a,l,c){this.customStrengthOptions.containsLowercaseLetter&&(t.containsLowercaseLetter||(t.containsLowercaseLetter=r)),this.customStrengthOptions.containsUppercaseLetter&&(t.containsUppercaseLetter||(t.containsUppercaseLetter=a)),this.customStrengthOptions.containsNumericCharacter&&(t.containsNumericCharacter||(t.containsNumericCharacter=l)),this.customStrengthOptions.containsNonAlphanumericCharacter&&(t.containsNonAlphanumericCharacter||(t.containsNonAlphanumericCharacter=c))}}/**
849
+ * @license
850
+ * Copyright 2020 Google LLC
851
+ *
852
+ * Licensed under the Apache License, Version 2.0 (the "License");
853
+ * you may not use this file except in compliance with the License.
854
+ * You may obtain a copy of the License at
855
+ *
856
+ * http://www.apache.org/licenses/LICENSE-2.0
857
+ *
858
+ * Unless required by applicable law or agreed to in writing, software
859
+ * distributed under the License is distributed on an "AS IS" BASIS,
860
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
861
+ * See the License for the specific language governing permissions and
862
+ * limitations under the License.
863
+ */class KD{constructor(t,r,a,l){this.app=t,this.heartbeatServiceProvider=r,this.appCheckServiceProvider=a,this.config=l,this.currentUser=null,this.emulatorConfig=null,this.operations=Promise.resolve(),this.authStateSubscription=new dx(this),this.idTokenSubscription=new dx(this),this.beforeStateQueue=new HD(this),this.redirectUser=null,this.isProactiveRefreshEnabled=!1,this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION=1,this._canInitEmulator=!0,this._isInitialized=!1,this._deleted=!1,this._initializationPromise=null,this._popupRedirectResolver=null,this._errorFactory=Q1,this._agentRecaptchaConfig=null,this._tenantRecaptchaConfigs={},this._projectPasswordPolicy=null,this._tenantPasswordPolicies={},this._resolvePersistenceManagerAvailable=void 0,this.lastNotifiedUid=void 0,this.languageCode=null,this.tenantId=null,this.settings={appVerificationDisabledForTesting:!1},this.frameworks=[],this.name=t.name,this.clientVersion=l.sdkClientVersion,this._persistenceManagerAvailable=new Promise(c=>this._resolvePersistenceManagerAvailable=c)}_initializeWithPersistence(t,r){return r&&(this._popupRedirectResolver=Xr(r)),this._initializationPromise=this.queue(async()=>{var a,l,c;if(!this._deleted&&(this.persistenceManager=await ws.create(this,t),(a=this._resolvePersistenceManagerAvailable)==null||a.call(this),!this._deleted)){if((l=this._popupRedirectResolver)!=null&&l._shouldInitProactively)try{await this._popupRedirectResolver._initialize(this)}catch{}await this.initializeCurrentUser(r),this.lastNotifiedUid=((c=this.currentUser)==null?void 0:c.uid)||null,!this._deleted&&(this._isInitialized=!0)}}),this._initializationPromise}async _onStorageEvent(){if(this._deleted)return;const t=await this.assertedPersistence.getCurrentUser();if(!(!this.currentUser&&!t)){if(this.currentUser&&t&&this.currentUser.uid===t.uid){this._currentUser._assign(t),await this.currentUser.getIdToken();return}await this._updateCurrentUser(t,!0)}}async initializeCurrentUserFromIdToken(t){try{const r=await mu(this,{idToken:t}),a=await rr._fromGetAccountInfoResponse(this,r,t);await this.directlySetCurrentUser(a)}catch(r){console.warn("FirebaseServerApp could not login user with provided authIdToken: ",r),await this.directlySetCurrentUser(null)}}async initializeCurrentUser(t){var c;if(xr(this.app)){const u=this.app.settings.authIdToken;return u?new Promise(d=>{setTimeout(()=>this.initializeCurrentUserFromIdToken(u).then(d,d))}):this.directlySetCurrentUser(null)}const r=await this.assertedPersistence.getCurrentUser();let a=r,l=!1;if(t&&this.config.authDomain){await this.getOrInitRedirectPersistenceManager();const u=(c=this.redirectUser)==null?void 0:c._redirectEventId,d=a==null?void 0:a._redirectEventId,h=await this.tryRedirectSignIn(t);(!u||u===d)&&(h!=null&&h.user)&&(a=h.user,l=!0)}if(!a)return this.directlySetCurrentUser(null);if(!a._redirectEventId){if(l)try{await this.beforeStateQueue.runMiddleware(a)}catch(u){a=r,this._popupRedirectResolver._overrideRedirectResult(this,()=>Promise.reject(u))}return a?this.reloadAndSetCurrentUserOrClear(a):this.directlySetCurrentUser(null)}return Le(this._popupRedirectResolver,this,"argument-error"),await this.getOrInitRedirectPersistenceManager(),this.redirectUser&&this.redirectUser._redirectEventId===a._redirectEventId?this.directlySetCurrentUser(a):this.reloadAndSetCurrentUserOrClear(a)}async tryRedirectSignIn(t){let r=null;try{r=await this._popupRedirectResolver._completeRedirectFn(this,t,!0)}catch{await this._setRedirectUser(null)}return r}async reloadAndSetCurrentUserOrClear(t){try{await gu(t)}catch(r){if((r==null?void 0:r.code)!=="auth/network-request-failed")return this.directlySetCurrentUser(null)}return this.directlySetCurrentUser(t)}useDeviceLanguage(){this.languageCode=kD()}async _delete(){this._deleted=!0}async updateCurrentUser(t){if(xr(this.app))return Promise.reject(ha(this));const r=t?Is(t):null;return r&&Le(r.auth.config.apiKey===this.config.apiKey,this,"invalid-user-token"),this._updateCurrentUser(r&&r._clone(this))}async _updateCurrentUser(t,r=!1){if(!this._deleted)return t&&Le(this.tenantId===t.tenantId,this,"tenant-id-mismatch"),r||await this.beforeStateQueue.runMiddleware(t),this.queue(async()=>{await this.directlySetCurrentUser(t),this.notifyAuthListeners()})}async signOut(){return xr(this.app)?Promise.reject(ha(this)):(await this.beforeStateQueue.runMiddleware(null),(this.redirectPersistenceManager||this._popupRedirectResolver)&&await this._setRedirectUser(null),this._updateCurrentUser(null,!0))}setPersistence(t){return xr(this.app)?Promise.reject(ha(this)):this.queue(async()=>{await this.assertedPersistence.setPersistence(Xr(t))})}_getRecaptchaConfig(){return this.tenantId==null?this._agentRecaptchaConfig:this._tenantRecaptchaConfigs[this.tenantId]}async validatePassword(t){this._getPasswordPolicyInternal()||await this._updatePasswordPolicy();const r=this._getPasswordPolicyInternal();return r.schemaVersion!==this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION?Promise.reject(this._errorFactory.create("unsupported-password-policy-schema-version",{})):r.validatePassword(t)}_getPasswordPolicyInternal(){return this.tenantId===null?this._projectPasswordPolicy:this._tenantPasswordPolicies[this.tenantId]}async _updatePasswordPolicy(){const t=await FD(this),r=new GD(t);this.tenantId===null?this._projectPasswordPolicy=r:this._tenantPasswordPolicies[this.tenantId]=r}_getPersistenceType(){return this.assertedPersistence.persistence.type}_getPersistence(){return this.assertedPersistence.persistence}_updateErrorMap(t){this._errorFactory=new fo("auth","Firebase",t())}onAuthStateChanged(t,r,a){return this.registerStateListener(this.authStateSubscription,t,r,a)}beforeAuthStateChanged(t,r){return this.beforeStateQueue.pushCallback(t,r)}onIdTokenChanged(t,r,a){return this.registerStateListener(this.idTokenSubscription,t,r,a)}authStateReady(){return new Promise((t,r)=>{if(this.currentUser)t();else{const a=this.onAuthStateChanged(()=>{a(),t()},r)}})}async revokeAccessToken(t){if(this.currentUser){const r=await this.currentUser.getIdToken(),a={providerId:"apple.com",tokenType:"ACCESS_TOKEN",token:t,idToken:r};this.tenantId!=null&&(a.tenantId=this.tenantId),await BD(this,a)}}toJSON(){var t;return{apiKey:this.config.apiKey,authDomain:this.config.authDomain,appName:this.name,currentUser:(t=this._currentUser)==null?void 0:t.toJSON()}}async _setRedirectUser(t,r){const a=await this.getOrInitRedirectPersistenceManager(r);return t===null?a.removeCurrentUser():a.setCurrentUser(t)}async getOrInitRedirectPersistenceManager(t){if(!this.redirectPersistenceManager){const r=t&&Xr(t)||this._popupRedirectResolver;Le(r,this,"argument-error"),this.redirectPersistenceManager=await ws.create(this,[Xr(r._redirectPersistence)],"redirectUser"),this.redirectUser=await this.redirectPersistenceManager.getCurrentUser()}return this.redirectPersistenceManager}async _redirectUserForId(t){var r,a;return this._isInitialized&&await this.queue(async()=>{}),((r=this._currentUser)==null?void 0:r._redirectEventId)===t?this._currentUser:((a=this.redirectUser)==null?void 0:a._redirectEventId)===t?this.redirectUser:null}async _persistUserIfCurrent(t){if(t===this.currentUser)return this.queue(async()=>this.directlySetCurrentUser(t))}_notifyListenersIfCurrent(t){t===this.currentUser&&this.notifyAuthListeners()}_key(){return`${this.config.authDomain}:${this.config.apiKey}:${this.name}`}_startProactiveRefresh(){this.isProactiveRefreshEnabled=!0,this.currentUser&&this._currentUser._startProactiveRefresh()}_stopProactiveRefresh(){this.isProactiveRefreshEnabled=!1,this.currentUser&&this._currentUser._stopProactiveRefresh()}get _currentUser(){return this.currentUser}notifyAuthListeners(){var r;if(!this._isInitialized)return;this.idTokenSubscription.next(this.currentUser);const t=((r=this.currentUser)==null?void 0:r.uid)??null;this.lastNotifiedUid!==t&&(this.lastNotifiedUid=t,this.authStateSubscription.next(this.currentUser))}registerStateListener(t,r,a,l){if(this._deleted)return()=>{};const c=typeof r=="function"?r:r.next.bind(r);let u=!1;const d=this._isInitialized?Promise.resolve():this._initializationPromise;if(Le(d,this,"internal-error"),d.then(()=>{u||c(this.currentUser)}),typeof r=="function"){const h=t.addObserver(r,a,l);return()=>{u=!0,h()}}else{const h=t.addObserver(r);return()=>{u=!0,h()}}}async directlySetCurrentUser(t){this.currentUser&&this.currentUser!==t&&this._currentUser._stopProactiveRefresh(),t&&this.isProactiveRefreshEnabled&&t._startProactiveRefresh(),this.currentUser=t,t?await this.assertedPersistence.setCurrentUser(t):await this.assertedPersistence.removeCurrentUser()}queue(t){return this.operations=this.operations.then(t,t),this.operations}get assertedPersistence(){return Le(this.persistenceManager,this,"internal-error"),this.persistenceManager}_logFramework(t){!t||this.frameworks.includes(t)||(this.frameworks.push(t),this.frameworks.sort(),this.clientVersion=fE(this.config.clientPlatform,this._getFrameworks()))}_getFrameworks(){return this.frameworks}async _getAdditionalHeaders(){var l;const t={"X-Client-Version":this.clientVersion};this.app.options.appId&&(t["X-Firebase-gmpid"]=this.app.options.appId);const r=await((l=this.heartbeatServiceProvider.getImmediate({optional:!0}))==null?void 0:l.getHeartbeatsHeader());r&&(t["X-Firebase-Client"]=r);const a=await this._getAppCheckToken();return a&&(t["X-Firebase-AppCheck"]=a),t}async _getAppCheckToken(){var r;if(xr(this.app)&&this.app.settings.appCheckToken)return this.app.settings.appCheckToken;const t=await((r=this.appCheckServiceProvider.getImmediate({optional:!0}))==null?void 0:r.getToken());return t!=null&&t.error&&ED(`Error while retrieving App Check token: ${t.error}`),t==null?void 0:t.token}}function Cu(e){return Is(e)}class dx{constructor(t){this.auth=t,this.observer=null,this.addObserver=sI(r=>this.observer=r)}get next(){return Le(this.observer,this.auth,"internal-error"),this.observer.next.bind(this.observer)}}/**
864
+ * @license
865
+ * Copyright 2020 Google LLC
866
+ *
867
+ * Licensed under the Apache License, Version 2.0 (the "License");
868
+ * you may not use this file except in compliance with the License.
869
+ * You may obtain a copy of the License at
870
+ *
871
+ * http://www.apache.org/licenses/LICENSE-2.0
872
+ *
873
+ * Unless required by applicable law or agreed to in writing, software
874
+ * distributed under the License is distributed on an "AS IS" BASIS,
875
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
876
+ * See the License for the specific language governing permissions and
877
+ * limitations under the License.
878
+ */let Cp={async loadJS(){throw new Error("Unable to load external scripts")},recaptchaV2Script:"",recaptchaEnterpriseScript:"",gapiScript:""};function qD(e){Cp=e}function VD(e){return Cp.loadJS(e)}function YD(){return Cp.gapiScript}function WD(e){return`__${e}${Math.floor(Math.random()*1e6)}`}/**
879
+ * @license
880
+ * Copyright 2020 Google LLC
881
+ *
882
+ * Licensed under the Apache License, Version 2.0 (the "License");
883
+ * you may not use this file except in compliance with the License.
884
+ * You may obtain a copy of the License at
885
+ *
886
+ * http://www.apache.org/licenses/LICENSE-2.0
887
+ *
888
+ * Unless required by applicable law or agreed to in writing, software
889
+ * distributed under the License is distributed on an "AS IS" BASIS,
890
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
891
+ * See the License for the specific language governing permissions and
892
+ * limitations under the License.
893
+ */function XD(e,t){const r=V1(e,"auth");if(r.isInitialized()){const l=r.getImmediate(),c=r.getOptions();if(Cs(c,t??{}))return l;Sr(l,"already-initialized")}return r.initialize({options:t})}function ZD(e,t){const r=(t==null?void 0:t.persistence)||[],a=(Array.isArray(r)?r:[r]).map(Xr);t!=null&&t.errorMap&&e._updateErrorMap(t.errorMap),e._initializeWithPersistence(a,t==null?void 0:t.popupRedirectResolver)}function QD(e,t,r){const a=Cu(e);Le(/^https?:\/\//.test(t),a,"invalid-emulator-scheme");const l=!1,c=hE(t),{host:u,port:d}=JD(t),h=d===null?"":`:${d}`,p={url:`${c}//${u}${h}/`},b=Object.freeze({host:u,port:d,protocol:c.replace(":",""),options:Object.freeze({disableWarnings:l})});if(!a._canInitEmulator){Le(a.config.emulator&&a.emulatorConfig,a,"emulator-config-failed"),Le(Cs(p,a.config.emulator)&&Cs(b,a.emulatorConfig),a,"emulator-config-failed");return}a.config.emulator=p,a.emulatorConfig=b,a.settings.appVerificationDisabledForTesting=!0,Nu(u)?(KM(`${c}//${u}${h}`),YM("Auth",!0)):e5()}function hE(e){const t=e.indexOf(":");return t<0?"":e.substr(0,t+1)}function JD(e){const t=hE(e),r=/(\/\/)?([^?#/]+)/.exec(e.substr(t.length));if(!r)return{host:"",port:null};const a=r[2].split("@").pop()||"",l=/^(\[[^\]]+\])(:|$)/.exec(a);if(l){const c=l[1];return{host:c,port:fx(a.substr(c.length+1))}}else{const[c,u]=a.split(":");return{host:c,port:fx(u)}}}function fx(e){if(!e)return null;const t=Number(e);return isNaN(t)?null:t}function e5(){function e(){const t=document.createElement("p"),r=t.style;t.innerText="Running in emulator mode. Do not use with production credentials.",r.position="fixed",r.width="100%",r.backgroundColor="#ffffff",r.border=".1em solid #000000",r.color="#b50000",r.bottom="0px",r.left="0px",r.margin="0px",r.zIndex="10000",r.textAlign="center",t.classList.add("firebase-emulator-warning"),document.body.appendChild(t)}typeof console<"u"&&typeof console.info=="function"&&console.info("WARNING: You are using the Auth Emulator, which is intended for local testing only. Do not use with production credentials."),typeof window<"u"&&typeof document<"u"&&(document.readyState==="loading"?window.addEventListener("DOMContentLoaded",e):e())}/**
894
+ * @license
895
+ * Copyright 2020 Google LLC
896
+ *
897
+ * Licensed under the Apache License, Version 2.0 (the "License");
898
+ * you may not use this file except in compliance with the License.
899
+ * You may obtain a copy of the License at
900
+ *
901
+ * http://www.apache.org/licenses/LICENSE-2.0
902
+ *
903
+ * Unless required by applicable law or agreed to in writing, software
904
+ * distributed under the License is distributed on an "AS IS" BASIS,
905
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
906
+ * See the License for the specific language governing permissions and
907
+ * limitations under the License.
908
+ */class pE{constructor(t,r){this.providerId=t,this.signInMethod=r}toJSON(){return Wr("not implemented")}_getIdTokenResponse(t){return Wr("not implemented")}_linkToIdToken(t,r){return Wr("not implemented")}_getReauthenticationResolver(t){return Wr("not implemented")}}/**
909
+ * @license
910
+ * Copyright 2020 Google LLC
911
+ *
912
+ * Licensed under the Apache License, Version 2.0 (the "License");
913
+ * you may not use this file except in compliance with the License.
914
+ * You may obtain a copy of the License at
915
+ *
916
+ * http://www.apache.org/licenses/LICENSE-2.0
917
+ *
918
+ * Unless required by applicable law or agreed to in writing, software
919
+ * distributed under the License is distributed on an "AS IS" BASIS,
920
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
921
+ * See the License for the specific language governing permissions and
922
+ * limitations under the License.
923
+ */async function ks(e,t){return AD(e,"POST","/v1/accounts:signInWithIdp",kp(e,t))}/**
924
+ * @license
925
+ * Copyright 2020 Google LLC
926
+ *
927
+ * Licensed under the Apache License, Version 2.0 (the "License");
928
+ * you may not use this file except in compliance with the License.
929
+ * You may obtain a copy of the License at
930
+ *
931
+ * http://www.apache.org/licenses/LICENSE-2.0
932
+ *
933
+ * Unless required by applicable law or agreed to in writing, software
934
+ * distributed under the License is distributed on an "AS IS" BASIS,
935
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
936
+ * See the License for the specific language governing permissions and
937
+ * limitations under the License.
938
+ */const t5="http://localhost";class ba extends pE{constructor(){super(...arguments),this.pendingToken=null}static _fromParams(t){const r=new ba(t.providerId,t.signInMethod);return t.idToken||t.accessToken?(t.idToken&&(r.idToken=t.idToken),t.accessToken&&(r.accessToken=t.accessToken),t.nonce&&!t.pendingToken&&(r.nonce=t.nonce),t.pendingToken&&(r.pendingToken=t.pendingToken)):t.oauthToken&&t.oauthTokenSecret?(r.accessToken=t.oauthToken,r.secret=t.oauthTokenSecret):Sr("argument-error"),r}toJSON(){return{idToken:this.idToken,accessToken:this.accessToken,secret:this.secret,nonce:this.nonce,pendingToken:this.pendingToken,providerId:this.providerId,signInMethod:this.signInMethod}}static fromJSON(t){const r=typeof t=="string"?JSON.parse(t):t,{providerId:a,signInMethod:l,...c}=r;if(!a||!l)return null;const u=new ba(a,l);return u.idToken=c.idToken||void 0,u.accessToken=c.accessToken||void 0,u.secret=c.secret,u.nonce=c.nonce,u.pendingToken=c.pendingToken||null,u}_getIdTokenResponse(t){const r=this.buildRequest();return ks(t,r)}_linkToIdToken(t,r){const a=this.buildRequest();return a.idToken=r,ks(t,a)}_getReauthenticationResolver(t){const r=this.buildRequest();return r.autoCreate=!1,ks(t,r)}buildRequest(){const t={requestUri:t5,returnSecureToken:!0};if(this.pendingToken)t.pendingToken=this.pendingToken;else{const r={};this.idToken&&(r.id_token=this.idToken),this.accessToken&&(r.access_token=this.accessToken),this.secret&&(r.oauth_token_secret=this.secret),r.providerId=this.providerId,this.nonce&&!this.pendingToken&&(r.nonce=this.nonce),t.postBody=ho(r)}return t}}/**
939
+ * @license
940
+ * Copyright 2020 Google LLC
941
+ *
942
+ * Licensed under the Apache License, Version 2.0 (the "License");
943
+ * you may not use this file except in compliance with the License.
944
+ * You may obtain a copy of the License at
945
+ *
946
+ * http://www.apache.org/licenses/LICENSE-2.0
947
+ *
948
+ * Unless required by applicable law or agreed to in writing, software
949
+ * distributed under the License is distributed on an "AS IS" BASIS,
950
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
951
+ * See the License for the specific language governing permissions and
952
+ * limitations under the License.
953
+ */class Ap{constructor(t){this.providerId=t,this.defaultLanguageCode=null,this.customParameters={}}setDefaultLanguage(t){this.defaultLanguageCode=t}setCustomParameters(t){return this.customParameters=t,this}getCustomParameters(){return this.customParameters}}/**
954
+ * @license
955
+ * Copyright 2019 Google LLC
956
+ *
957
+ * Licensed under the Apache License, Version 2.0 (the "License");
958
+ * you may not use this file except in compliance with the License.
959
+ * You may obtain a copy of the License at
960
+ *
961
+ * http://www.apache.org/licenses/LICENSE-2.0
962
+ *
963
+ * Unless required by applicable law or agreed to in writing, software
964
+ * distributed under the License is distributed on an "AS IS" BASIS,
965
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
966
+ * See the License for the specific language governing permissions and
967
+ * limitations under the License.
968
+ */class go extends Ap{constructor(){super(...arguments),this.scopes=[]}addScope(t){return this.scopes.includes(t)||this.scopes.push(t),this}getScopes(){return[...this.scopes]}}/**
969
+ * @license
970
+ * Copyright 2020 Google LLC
971
+ *
972
+ * Licensed under the Apache License, Version 2.0 (the "License");
973
+ * you may not use this file except in compliance with the License.
974
+ * You may obtain a copy of the License at
975
+ *
976
+ * http://www.apache.org/licenses/LICENSE-2.0
977
+ *
978
+ * Unless required by applicable law or agreed to in writing, software
979
+ * distributed under the License is distributed on an "AS IS" BASIS,
980
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
981
+ * See the License for the specific language governing permissions and
982
+ * limitations under the License.
983
+ */class Di extends go{constructor(){super("facebook.com")}static credential(t){return ba._fromParams({providerId:Di.PROVIDER_ID,signInMethod:Di.FACEBOOK_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return Di.credentialFromTaggedObject(t)}static credentialFromError(t){return Di.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return Di.credential(t.oauthAccessToken)}catch{return null}}}Di.FACEBOOK_SIGN_IN_METHOD="facebook.com";Di.PROVIDER_ID="facebook.com";/**
984
+ * @license
985
+ * Copyright 2020 Google LLC
986
+ *
987
+ * Licensed under the Apache License, Version 2.0 (the "License");
988
+ * you may not use this file except in compliance with the License.
989
+ * You may obtain a copy of the License at
990
+ *
991
+ * http://www.apache.org/licenses/LICENSE-2.0
992
+ *
993
+ * Unless required by applicable law or agreed to in writing, software
994
+ * distributed under the License is distributed on an "AS IS" BASIS,
995
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
996
+ * See the License for the specific language governing permissions and
997
+ * limitations under the License.
998
+ */class Vr extends go{constructor(){super("google.com"),this.addScope("profile")}static credential(t,r){return ba._fromParams({providerId:Vr.PROVIDER_ID,signInMethod:Vr.GOOGLE_SIGN_IN_METHOD,idToken:t,accessToken:r})}static credentialFromResult(t){return Vr.credentialFromTaggedObject(t)}static credentialFromError(t){return Vr.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthIdToken:r,oauthAccessToken:a}=t;if(!r&&!a)return null;try{return Vr.credential(r,a)}catch{return null}}}Vr.GOOGLE_SIGN_IN_METHOD="google.com";Vr.PROVIDER_ID="google.com";/**
999
+ * @license
1000
+ * Copyright 2020 Google LLC
1001
+ *
1002
+ * Licensed under the Apache License, Version 2.0 (the "License");
1003
+ * you may not use this file except in compliance with the License.
1004
+ * You may obtain a copy of the License at
1005
+ *
1006
+ * http://www.apache.org/licenses/LICENSE-2.0
1007
+ *
1008
+ * Unless required by applicable law or agreed to in writing, software
1009
+ * distributed under the License is distributed on an "AS IS" BASIS,
1010
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1011
+ * See the License for the specific language governing permissions and
1012
+ * limitations under the License.
1013
+ */class Yr extends go{constructor(){super("github.com")}static credential(t){return ba._fromParams({providerId:Yr.PROVIDER_ID,signInMethod:Yr.GITHUB_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return Yr.credentialFromTaggedObject(t)}static credentialFromError(t){return Yr.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return Yr.credential(t.oauthAccessToken)}catch{return null}}}Yr.GITHUB_SIGN_IN_METHOD="github.com";Yr.PROVIDER_ID="github.com";/**
1014
+ * @license
1015
+ * Copyright 2020 Google LLC
1016
+ *
1017
+ * Licensed under the Apache License, Version 2.0 (the "License");
1018
+ * you may not use this file except in compliance with the License.
1019
+ * You may obtain a copy of the License at
1020
+ *
1021
+ * http://www.apache.org/licenses/LICENSE-2.0
1022
+ *
1023
+ * Unless required by applicable law or agreed to in writing, software
1024
+ * distributed under the License is distributed on an "AS IS" BASIS,
1025
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1026
+ * See the License for the specific language governing permissions and
1027
+ * limitations under the License.
1028
+ */class Li extends go{constructor(){super("twitter.com")}static credential(t,r){return ba._fromParams({providerId:Li.PROVIDER_ID,signInMethod:Li.TWITTER_SIGN_IN_METHOD,oauthToken:t,oauthTokenSecret:r})}static credentialFromResult(t){return Li.credentialFromTaggedObject(t)}static credentialFromError(t){return Li.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthAccessToken:r,oauthTokenSecret:a}=t;if(!r||!a)return null;try{return Li.credential(r,a)}catch{return null}}}Li.TWITTER_SIGN_IN_METHOD="twitter.com";Li.PROVIDER_ID="twitter.com";/**
1029
+ * @license
1030
+ * Copyright 2020 Google LLC
1031
+ *
1032
+ * Licensed under the Apache License, Version 2.0 (the "License");
1033
+ * you may not use this file except in compliance with the License.
1034
+ * You may obtain a copy of the License at
1035
+ *
1036
+ * http://www.apache.org/licenses/LICENSE-2.0
1037
+ *
1038
+ * Unless required by applicable law or agreed to in writing, software
1039
+ * distributed under the License is distributed on an "AS IS" BASIS,
1040
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1041
+ * See the License for the specific language governing permissions and
1042
+ * limitations under the License.
1043
+ */class Os{constructor(t){this.user=t.user,this.providerId=t.providerId,this._tokenResponse=t._tokenResponse,this.operationType=t.operationType}static async _fromIdTokenResponse(t,r,a,l=!1){const c=await rr._fromIdTokenResponse(t,a,l),u=hx(a);return new Os({user:c,providerId:u,_tokenResponse:a,operationType:r})}static async _forOperation(t,r,a){await t._updateTokensIfNecessary(a,!0);const l=hx(a);return new Os({user:t,providerId:l,_tokenResponse:a,operationType:r})}}function hx(e){return e.providerId?e.providerId:"phoneNumber"in e?"phone":null}/**
1044
+ * @license
1045
+ * Copyright 2020 Google LLC
1046
+ *
1047
+ * Licensed under the Apache License, Version 2.0 (the "License");
1048
+ * you may not use this file except in compliance with the License.
1049
+ * You may obtain a copy of the License at
1050
+ *
1051
+ * http://www.apache.org/licenses/LICENSE-2.0
1052
+ *
1053
+ * Unless required by applicable law or agreed to in writing, software
1054
+ * distributed under the License is distributed on an "AS IS" BASIS,
1055
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1056
+ * See the License for the specific language governing permissions and
1057
+ * limitations under the License.
1058
+ */class bu extends Pi{constructor(t,r,a,l){super(r.code,r.message),this.operationType=a,this.user=l,Object.setPrototypeOf(this,bu.prototype),this.customData={appName:t.name,tenantId:t.tenantId??void 0,_serverResponse:r.customData._serverResponse,operationType:a}}static _fromErrorAndOperation(t,r,a,l){return new bu(t,r,a,l)}}function mE(e,t,r,a){return(t==="reauthenticate"?r._getReauthenticationResolver(e):r._getIdTokenResponse(e)).catch(c=>{throw c.code==="auth/multi-factor-auth-required"?bu._fromErrorAndOperation(e,c,t,a):c})}async function n5(e,t,r=!1){const a=await ro(e,t._linkToIdToken(e.auth,await e.getIdToken()),r);return Os._forOperation(e,"link",a)}/**
1059
+ * @license
1060
+ * Copyright 2019 Google LLC
1061
+ *
1062
+ * Licensed under the Apache License, Version 2.0 (the "License");
1063
+ * you may not use this file except in compliance with the License.
1064
+ * You may obtain a copy of the License at
1065
+ *
1066
+ * http://www.apache.org/licenses/LICENSE-2.0
1067
+ *
1068
+ * Unless required by applicable law or agreed to in writing, software
1069
+ * distributed under the License is distributed on an "AS IS" BASIS,
1070
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1071
+ * See the License for the specific language governing permissions and
1072
+ * limitations under the License.
1073
+ */async function r5(e,t,r=!1){const{auth:a}=e;if(xr(a.app))return Promise.reject(ha(a));const l="reauthenticate";try{const c=await ro(e,mE(a,l,t,e),r);Le(c.idToken,a,"internal-error");const u=Tp(c.idToken);Le(u,a,"internal-error");const{sub:d}=u;return Le(e.uid===d,a,"user-mismatch"),Os._forOperation(e,l,c)}catch(c){throw(c==null?void 0:c.code)==="auth/user-not-found"&&Sr(a,"user-mismatch"),c}}/**
1074
+ * @license
1075
+ * Copyright 2020 Google LLC
1076
+ *
1077
+ * Licensed under the Apache License, Version 2.0 (the "License");
1078
+ * you may not use this file except in compliance with the License.
1079
+ * You may obtain a copy of the License at
1080
+ *
1081
+ * http://www.apache.org/licenses/LICENSE-2.0
1082
+ *
1083
+ * Unless required by applicable law or agreed to in writing, software
1084
+ * distributed under the License is distributed on an "AS IS" BASIS,
1085
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1086
+ * See the License for the specific language governing permissions and
1087
+ * limitations under the License.
1088
+ */async function i5(e,t,r=!1){if(xr(e.app))return Promise.reject(ha(e));const a="signIn",l=await mE(e,a,t),c=await Os._fromIdTokenResponse(e,a,l);return r||await e._updateCurrentUser(c.user),c}function a5(e,t,r,a){return Is(e).onIdTokenChanged(t,r,a)}function s5(e,t,r){return Is(e).beforeAuthStateChanged(t,r)}const yu="__sak";/**
1089
+ * @license
1090
+ * Copyright 2019 Google LLC
1091
+ *
1092
+ * Licensed under the Apache License, Version 2.0 (the "License");
1093
+ * you may not use this file except in compliance with the License.
1094
+ * You may obtain a copy of the License at
1095
+ *
1096
+ * http://www.apache.org/licenses/LICENSE-2.0
1097
+ *
1098
+ * Unless required by applicable law or agreed to in writing, software
1099
+ * distributed under the License is distributed on an "AS IS" BASIS,
1100
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1101
+ * See the License for the specific language governing permissions and
1102
+ * limitations under the License.
1103
+ */class gE{constructor(t,r){this.storageRetriever=t,this.type=r}_isAvailable(){try{return this.storage?(this.storage.setItem(yu,"1"),this.storage.removeItem(yu),Promise.resolve(!0)):Promise.resolve(!1)}catch{return Promise.resolve(!1)}}_set(t,r){return this.storage.setItem(t,JSON.stringify(r)),Promise.resolve()}_get(t){const r=this.storage.getItem(t);return Promise.resolve(r?JSON.parse(r):null)}_remove(t){return this.storage.removeItem(t),Promise.resolve()}get storage(){return this.storageRetriever()}}/**
1104
+ * @license
1105
+ * Copyright 2020 Google LLC
1106
+ *
1107
+ * Licensed under the Apache License, Version 2.0 (the "License");
1108
+ * you may not use this file except in compliance with the License.
1109
+ * You may obtain a copy of the License at
1110
+ *
1111
+ * http://www.apache.org/licenses/LICENSE-2.0
1112
+ *
1113
+ * Unless required by applicable law or agreed to in writing, software
1114
+ * distributed under the License is distributed on an "AS IS" BASIS,
1115
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1116
+ * See the License for the specific language governing permissions and
1117
+ * limitations under the License.
1118
+ */const l5=1e3,o5=10;class bE extends gE{constructor(){super(()=>window.localStorage,"LOCAL"),this.boundEventHandler=(t,r)=>this.onStorageEvent(t,r),this.listeners={},this.localCache={},this.pollTimer=null,this.fallbackToPolling=dE(),this._shouldAllowMigration=!0}forAllChangedKeys(t){for(const r of Object.keys(this.listeners)){const a=this.storage.getItem(r),l=this.localCache[r];a!==l&&t(r,l,a)}}onStorageEvent(t,r=!1){if(!t.key){this.forAllChangedKeys((u,d,h)=>{this.notifyListeners(u,h)});return}const a=t.key;r?this.detachListener():this.stopPolling();const l=()=>{const u=this.storage.getItem(a);!r&&this.localCache[a]===u||this.notifyListeners(a,u)},c=this.storage.getItem(a);PD()&&c!==t.newValue&&t.newValue!==t.oldValue?setTimeout(l,o5):l()}notifyListeners(t,r){this.localCache[t]=r;const a=this.listeners[t];if(a)for(const l of Array.from(a))l(r&&JSON.parse(r))}startPolling(){this.stopPolling(),this.pollTimer=setInterval(()=>{this.forAllChangedKeys((t,r,a)=>{this.onStorageEvent(new StorageEvent("storage",{key:t,oldValue:r,newValue:a}),!0)})},l5)}stopPolling(){this.pollTimer&&(clearInterval(this.pollTimer),this.pollTimer=null)}attachListener(){window.addEventListener("storage",this.boundEventHandler)}detachListener(){window.removeEventListener("storage",this.boundEventHandler)}_addListener(t,r){Object.keys(this.listeners).length===0&&(this.fallbackToPolling?this.startPolling():this.attachListener()),this.listeners[t]||(this.listeners[t]=new Set,this.localCache[t]=this.storage.getItem(t)),this.listeners[t].add(r)}_removeListener(t,r){this.listeners[t]&&(this.listeners[t].delete(r),this.listeners[t].size===0&&delete this.listeners[t]),Object.keys(this.listeners).length===0&&(this.detachListener(),this.stopPolling())}async _set(t,r){await super._set(t,r),this.localCache[t]=JSON.stringify(r)}async _get(t){const r=await super._get(t);return this.localCache[t]=JSON.stringify(r),r}async _remove(t){await super._remove(t),delete this.localCache[t]}}bE.type="LOCAL";const c5=bE;/**
1119
+ * @license
1120
+ * Copyright 2020 Google LLC
1121
+ *
1122
+ * Licensed under the Apache License, Version 2.0 (the "License");
1123
+ * you may not use this file except in compliance with the License.
1124
+ * You may obtain a copy of the License at
1125
+ *
1126
+ * http://www.apache.org/licenses/LICENSE-2.0
1127
+ *
1128
+ * Unless required by applicable law or agreed to in writing, software
1129
+ * distributed under the License is distributed on an "AS IS" BASIS,
1130
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1131
+ * See the License for the specific language governing permissions and
1132
+ * limitations under the License.
1133
+ */class yE extends gE{constructor(){super(()=>window.sessionStorage,"SESSION")}_addListener(t,r){}_removeListener(t,r){}}yE.type="SESSION";const vE=yE;/**
1134
+ * @license
1135
+ * Copyright 2019 Google LLC
1136
+ *
1137
+ * Licensed under the Apache License, Version 2.0 (the "License");
1138
+ * you may not use this file except in compliance with the License.
1139
+ * You may obtain a copy of the License at
1140
+ *
1141
+ * http://www.apache.org/licenses/LICENSE-2.0
1142
+ *
1143
+ * Unless required by applicable law or agreed to in writing, software
1144
+ * distributed under the License is distributed on an "AS IS" BASIS,
1145
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1146
+ * See the License for the specific language governing permissions and
1147
+ * limitations under the License.
1148
+ */function u5(e){return Promise.all(e.map(async t=>{try{return{fulfilled:!0,value:await t}}catch(r){return{fulfilled:!1,reason:r}}}))}/**
1149
+ * @license
1150
+ * Copyright 2019 Google LLC
1151
+ *
1152
+ * Licensed under the Apache License, Version 2.0 (the "License");
1153
+ * you may not use this file except in compliance with the License.
1154
+ * You may obtain a copy of the License at
1155
+ *
1156
+ * http://www.apache.org/licenses/LICENSE-2.0
1157
+ *
1158
+ * Unless required by applicable law or agreed to in writing, software
1159
+ * distributed under the License is distributed on an "AS IS" BASIS,
1160
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1161
+ * See the License for the specific language governing permissions and
1162
+ * limitations under the License.
1163
+ */class Au{constructor(t){this.eventTarget=t,this.handlersMap={},this.boundEventHandler=this.handleEvent.bind(this)}static _getInstance(t){const r=this.receivers.find(l=>l.isListeningto(t));if(r)return r;const a=new Au(t);return this.receivers.push(a),a}isListeningto(t){return this.eventTarget===t}async handleEvent(t){const r=t,{eventId:a,eventType:l,data:c}=r.data,u=this.handlersMap[l];if(!(u!=null&&u.size))return;r.ports[0].postMessage({status:"ack",eventId:a,eventType:l});const d=Array.from(u).map(async p=>p(r.origin,c)),h=await u5(d);r.ports[0].postMessage({status:"done",eventId:a,eventType:l,response:h})}_subscribe(t,r){Object.keys(this.handlersMap).length===0&&this.eventTarget.addEventListener("message",this.boundEventHandler),this.handlersMap[t]||(this.handlersMap[t]=new Set),this.handlersMap[t].add(r)}_unsubscribe(t,r){this.handlersMap[t]&&r&&this.handlersMap[t].delete(r),(!r||this.handlersMap[t].size===0)&&delete this.handlersMap[t],Object.keys(this.handlersMap).length===0&&this.eventTarget.removeEventListener("message",this.boundEventHandler)}}Au.receivers=[];/**
1164
+ * @license
1165
+ * Copyright 2020 Google LLC
1166
+ *
1167
+ * Licensed under the Apache License, Version 2.0 (the "License");
1168
+ * you may not use this file except in compliance with the License.
1169
+ * You may obtain a copy of the License at
1170
+ *
1171
+ * http://www.apache.org/licenses/LICENSE-2.0
1172
+ *
1173
+ * Unless required by applicable law or agreed to in writing, software
1174
+ * distributed under the License is distributed on an "AS IS" BASIS,
1175
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1176
+ * See the License for the specific language governing permissions and
1177
+ * limitations under the License.
1178
+ */function Op(e="",t=10){let r="";for(let a=0;a<t;a++)r+=Math.floor(Math.random()*10);return e+r}/**
1179
+ * @license
1180
+ * Copyright 2019 Google LLC
1181
+ *
1182
+ * Licensed under the Apache License, Version 2.0 (the "License");
1183
+ * you may not use this file except in compliance with the License.
1184
+ * You may obtain a copy of the License at
1185
+ *
1186
+ * http://www.apache.org/licenses/LICENSE-2.0
1187
+ *
1188
+ * Unless required by applicable law or agreed to in writing, software
1189
+ * distributed under the License is distributed on an "AS IS" BASIS,
1190
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1191
+ * See the License for the specific language governing permissions and
1192
+ * limitations under the License.
1193
+ */class d5{constructor(t){this.target=t,this.handlers=new Set}removeMessageHandler(t){t.messageChannel&&(t.messageChannel.port1.removeEventListener("message",t.onMessage),t.messageChannel.port1.close()),this.handlers.delete(t)}async _send(t,r,a=50){const l=typeof MessageChannel<"u"?new MessageChannel:null;if(!l)throw new Error("connection_unavailable");let c,u;return new Promise((d,h)=>{const p=Op("",20);l.port1.start();const b=setTimeout(()=>{h(new Error("unsupported_event"))},a);u={messageChannel:l,onMessage(y){const v=y;if(v.data.eventId===p)switch(v.data.status){case"ack":clearTimeout(b),c=setTimeout(()=>{h(new Error("timeout"))},3e3);break;case"done":clearTimeout(c),d(v.data.response);break;default:clearTimeout(b),clearTimeout(c),h(new Error("invalid_response"));break}}},this.handlers.add(u),l.port1.addEventListener("message",u.onMessage),this.target.postMessage({eventType:t,eventId:p,data:r},[l.port2])}).finally(()=>{u&&this.removeMessageHandler(u)})}}/**
1194
+ * @license
1195
+ * Copyright 2020 Google LLC
1196
+ *
1197
+ * Licensed under the Apache License, Version 2.0 (the "License");
1198
+ * you may not use this file except in compliance with the License.
1199
+ * You may obtain a copy of the License at
1200
+ *
1201
+ * http://www.apache.org/licenses/LICENSE-2.0
1202
+ *
1203
+ * Unless required by applicable law or agreed to in writing, software
1204
+ * distributed under the License is distributed on an "AS IS" BASIS,
1205
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1206
+ * See the License for the specific language governing permissions and
1207
+ * limitations under the License.
1208
+ */function _r(){return window}function f5(e){_r().location.href=e}/**
1209
+ * @license
1210
+ * Copyright 2020 Google LLC.
1211
+ *
1212
+ * Licensed under the Apache License, Version 2.0 (the "License");
1213
+ * you may not use this file except in compliance with the License.
1214
+ * You may obtain a copy of the License at
1215
+ *
1216
+ * http://www.apache.org/licenses/LICENSE-2.0
1217
+ *
1218
+ * Unless required by applicable law or agreed to in writing, software
1219
+ * distributed under the License is distributed on an "AS IS" BASIS,
1220
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1221
+ * See the License for the specific language governing permissions and
1222
+ * limitations under the License.
1223
+ */function xE(){return typeof _r().WorkerGlobalScope<"u"&&typeof _r().importScripts=="function"}async function h5(){if(!(navigator!=null&&navigator.serviceWorker))return null;try{return(await navigator.serviceWorker.ready).active}catch{return null}}function p5(){var e;return((e=navigator==null?void 0:navigator.serviceWorker)==null?void 0:e.controller)||null}function m5(){return xE()?self:null}/**
1224
+ * @license
1225
+ * Copyright 2019 Google LLC
1226
+ *
1227
+ * Licensed under the Apache License, Version 2.0 (the "License");
1228
+ * you may not use this file except in compliance with the License.
1229
+ * You may obtain a copy of the License at
1230
+ *
1231
+ * http://www.apache.org/licenses/LICENSE-2.0
1232
+ *
1233
+ * Unless required by applicable law or agreed to in writing, software
1234
+ * distributed under the License is distributed on an "AS IS" BASIS,
1235
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1236
+ * See the License for the specific language governing permissions and
1237
+ * limitations under the License.
1238
+ */const EE="firebaseLocalStorageDb",g5=1,vu="firebaseLocalStorage",_E="fbase_key";class bo{constructor(t){this.request=t}toPromise(){return new Promise((t,r)=>{this.request.addEventListener("success",()=>{t(this.request.result)}),this.request.addEventListener("error",()=>{r(this.request.error)})})}}function Ou(e,t){return e.transaction([vu],t?"readwrite":"readonly").objectStore(vu)}function b5(){const e=indexedDB.deleteDatabase(EE);return new bo(e).toPromise()}function Gh(){const e=indexedDB.open(EE,g5);return new Promise((t,r)=>{e.addEventListener("error",()=>{r(e.error)}),e.addEventListener("upgradeneeded",()=>{const a=e.result;try{a.createObjectStore(vu,{keyPath:_E})}catch(l){r(l)}}),e.addEventListener("success",async()=>{const a=e.result;a.objectStoreNames.contains(vu)?t(a):(a.close(),await b5(),t(await Gh()))})})}async function px(e,t,r){const a=Ou(e,!0).put({[_E]:t,value:r});return new bo(a).toPromise()}async function y5(e,t){const r=Ou(e,!1).get(t),a=await new bo(r).toPromise();return a===void 0?null:a.value}function mx(e,t){const r=Ou(e,!0).delete(t);return new bo(r).toPromise()}const v5=800,x5=3;class SE{constructor(){this.type="LOCAL",this._shouldAllowMigration=!0,this.listeners={},this.localCache={},this.pollTimer=null,this.pendingWrites=0,this.receiver=null,this.sender=null,this.serviceWorkerReceiverAvailable=!1,this.activeServiceWorker=null,this._workerInitializationPromise=this.initializeServiceWorkerMessaging().then(()=>{},()=>{})}async _openDb(){return this.db?this.db:(this.db=await Gh(),this.db)}async _withRetries(t){let r=0;for(;;)try{const a=await this._openDb();return await t(a)}catch(a){if(r++>x5)throw a;this.db&&(this.db.close(),this.db=void 0)}}async initializeServiceWorkerMessaging(){return xE()?this.initializeReceiver():this.initializeSender()}async initializeReceiver(){this.receiver=Au._getInstance(m5()),this.receiver._subscribe("keyChanged",async(t,r)=>({keyProcessed:(await this._poll()).includes(r.key)})),this.receiver._subscribe("ping",async(t,r)=>["keyChanged"])}async initializeSender(){var r,a;if(this.activeServiceWorker=await h5(),!this.activeServiceWorker)return;this.sender=new d5(this.activeServiceWorker);const t=await this.sender._send("ping",{},800);t&&(r=t[0])!=null&&r.fulfilled&&(a=t[0])!=null&&a.value.includes("keyChanged")&&(this.serviceWorkerReceiverAvailable=!0)}async notifyServiceWorker(t){if(!(!this.sender||!this.activeServiceWorker||p5()!==this.activeServiceWorker))try{await this.sender._send("keyChanged",{key:t},this.serviceWorkerReceiverAvailable?800:50)}catch{}}async _isAvailable(){try{if(!indexedDB)return!1;const t=await Gh();return await px(t,yu,"1"),await mx(t,yu),!0}catch{}return!1}async _withPendingWrite(t){this.pendingWrites++;try{await t()}finally{this.pendingWrites--}}async _set(t,r){return this._withPendingWrite(async()=>(await this._withRetries(a=>px(a,t,r)),this.localCache[t]=r,this.notifyServiceWorker(t)))}async _get(t){const r=await this._withRetries(a=>y5(a,t));return this.localCache[t]=r,r}async _remove(t){return this._withPendingWrite(async()=>(await this._withRetries(r=>mx(r,t)),delete this.localCache[t],this.notifyServiceWorker(t)))}async _poll(){const t=await this._withRetries(l=>{const c=Ou(l,!1).getAll();return new bo(c).toPromise()});if(!t)return[];if(this.pendingWrites!==0)return[];const r=[],a=new Set;if(t.length!==0)for(const{fbase_key:l,value:c}of t)a.add(l),JSON.stringify(this.localCache[l])!==JSON.stringify(c)&&(this.notifyListeners(l,c),r.push(l));for(const l of Object.keys(this.localCache))this.localCache[l]&&!a.has(l)&&(this.notifyListeners(l,null),r.push(l));return r}notifyListeners(t,r){this.localCache[t]=r;const a=this.listeners[t];if(a)for(const l of Array.from(a))l(r)}startPolling(){this.stopPolling(),this.pollTimer=setInterval(async()=>this._poll(),v5)}stopPolling(){this.pollTimer&&(clearInterval(this.pollTimer),this.pollTimer=null)}_addListener(t,r){Object.keys(this.listeners).length===0&&this.startPolling(),this.listeners[t]||(this.listeners[t]=new Set,this._get(t)),this.listeners[t].add(r)}_removeListener(t,r){this.listeners[t]&&(this.listeners[t].delete(r),this.listeners[t].size===0&&delete this.listeners[t]),Object.keys(this.listeners).length===0&&this.stopPolling()}}SE.type="LOCAL";const E5=SE;new mo(3e4,6e4);/**
1239
+ * @license
1240
+ * Copyright 2021 Google LLC
1241
+ *
1242
+ * Licensed under the Apache License, Version 2.0 (the "License");
1243
+ * you may not use this file except in compliance with the License.
1244
+ * You may obtain a copy of the License at
1245
+ *
1246
+ * http://www.apache.org/licenses/LICENSE-2.0
1247
+ *
1248
+ * Unless required by applicable law or agreed to in writing, software
1249
+ * distributed under the License is distributed on an "AS IS" BASIS,
1250
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1251
+ * See the License for the specific language governing permissions and
1252
+ * limitations under the License.
1253
+ */function wE(e,t){return t?Xr(t):(Le(e._popupRedirectResolver,e,"argument-error"),e._popupRedirectResolver)}/**
1254
+ * @license
1255
+ * Copyright 2019 Google LLC
1256
+ *
1257
+ * Licensed under the Apache License, Version 2.0 (the "License");
1258
+ * you may not use this file except in compliance with the License.
1259
+ * You may obtain a copy of the License at
1260
+ *
1261
+ * http://www.apache.org/licenses/LICENSE-2.0
1262
+ *
1263
+ * Unless required by applicable law or agreed to in writing, software
1264
+ * distributed under the License is distributed on an "AS IS" BASIS,
1265
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1266
+ * See the License for the specific language governing permissions and
1267
+ * limitations under the License.
1268
+ */class Rp extends pE{constructor(t){super("custom","custom"),this.params=t}_getIdTokenResponse(t){return ks(t,this._buildIdpRequest())}_linkToIdToken(t,r){return ks(t,this._buildIdpRequest(r))}_getReauthenticationResolver(t){return ks(t,this._buildIdpRequest())}_buildIdpRequest(t){const r={requestUri:this.params.requestUri,sessionId:this.params.sessionId,postBody:this.params.postBody,tenantId:this.params.tenantId,pendingToken:this.params.pendingToken,returnSecureToken:!0,returnIdpCredential:!0};return t&&(r.idToken=t),r}}function _5(e){return i5(e.auth,new Rp(e),e.bypassAuthState)}function S5(e){const{auth:t,user:r}=e;return Le(r,t,"internal-error"),r5(r,new Rp(e),e.bypassAuthState)}async function w5(e){const{auth:t,user:r}=e;return Le(r,t,"internal-error"),n5(r,new Rp(e),e.bypassAuthState)}/**
1269
+ * @license
1270
+ * Copyright 2020 Google LLC
1271
+ *
1272
+ * Licensed under the Apache License, Version 2.0 (the "License");
1273
+ * you may not use this file except in compliance with the License.
1274
+ * You may obtain a copy of the License at
1275
+ *
1276
+ * http://www.apache.org/licenses/LICENSE-2.0
1277
+ *
1278
+ * Unless required by applicable law or agreed to in writing, software
1279
+ * distributed under the License is distributed on an "AS IS" BASIS,
1280
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1281
+ * See the License for the specific language governing permissions and
1282
+ * limitations under the License.
1283
+ */class kE{constructor(t,r,a,l,c=!1){this.auth=t,this.resolver=a,this.user=l,this.bypassAuthState=c,this.pendingPromise=null,this.eventManager=null,this.filter=Array.isArray(r)?r:[r]}execute(){return new Promise(async(t,r)=>{this.pendingPromise={resolve:t,reject:r};try{this.eventManager=await this.resolver._initialize(this.auth),await this.onExecution(),this.eventManager.registerConsumer(this)}catch(a){this.reject(a)}})}async onAuthEvent(t){const{urlResponse:r,sessionId:a,postBody:l,tenantId:c,error:u,type:d}=t;if(u){this.reject(u);return}const h={auth:this.auth,requestUri:r,sessionId:a,tenantId:c||void 0,postBody:l||void 0,user:this.user,bypassAuthState:this.bypassAuthState};try{this.resolve(await this.getIdpTask(d)(h))}catch(p){this.reject(p)}}onError(t){this.reject(t)}getIdpTask(t){switch(t){case"signInViaPopup":case"signInViaRedirect":return _5;case"linkViaPopup":case"linkViaRedirect":return w5;case"reauthViaPopup":case"reauthViaRedirect":return S5;default:Sr(this.auth,"internal-error")}}resolve(t){Jr(this.pendingPromise,"Pending promise was never set"),this.pendingPromise.resolve(t),this.unregisterAndCleanUp()}reject(t){Jr(this.pendingPromise,"Pending promise was never set"),this.pendingPromise.reject(t),this.unregisterAndCleanUp()}unregisterAndCleanUp(){this.eventManager&&this.eventManager.unregisterConsumer(this),this.pendingPromise=null,this.cleanUp()}}/**
1284
+ * @license
1285
+ * Copyright 2020 Google LLC
1286
+ *
1287
+ * Licensed under the Apache License, Version 2.0 (the "License");
1288
+ * you may not use this file except in compliance with the License.
1289
+ * You may obtain a copy of the License at
1290
+ *
1291
+ * http://www.apache.org/licenses/LICENSE-2.0
1292
+ *
1293
+ * Unless required by applicable law or agreed to in writing, software
1294
+ * distributed under the License is distributed on an "AS IS" BASIS,
1295
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1296
+ * See the License for the specific language governing permissions and
1297
+ * limitations under the License.
1298
+ */const k5=new mo(2e3,1e4);async function TE(e,t,r){if(xr(e.app))return Promise.reject(ar(e,"operation-not-supported-in-this-environment"));const a=Cu(e);_D(e,t,Ap);const l=wE(a,r);return new fa(a,"signInViaPopup",t,l).executeNotNull()}class fa extends kE{constructor(t,r,a,l,c){super(t,r,l,c),this.provider=a,this.authWindow=null,this.pollId=null,fa.currentPopupAction&&fa.currentPopupAction.cancel(),fa.currentPopupAction=this}async executeNotNull(){const t=await this.execute();return Le(t,this.auth,"internal-error"),t}async onExecution(){Jr(this.filter.length===1,"Popup operations only handle one event");const t=Op();this.authWindow=await this.resolver._openPopup(this.auth,this.provider,this.filter[0],t),this.authWindow.associatedEvent=t,this.resolver._originValidation(this.auth).catch(r=>{this.reject(r)}),this.resolver._isIframeWebStorageSupported(this.auth,r=>{r||this.reject(ar(this.auth,"web-storage-unsupported"))}),this.pollUserCancellation()}get eventId(){var t;return((t=this.authWindow)==null?void 0:t.associatedEvent)||null}cancel(){this.reject(ar(this.auth,"cancelled-popup-request"))}cleanUp(){this.authWindow&&this.authWindow.close(),this.pollId&&window.clearTimeout(this.pollId),this.authWindow=null,this.pollId=null,fa.currentPopupAction=null}pollUserCancellation(){const t=()=>{var r,a;if((a=(r=this.authWindow)==null?void 0:r.window)!=null&&a.closed){this.pollId=window.setTimeout(()=>{this.pollId=null,this.reject(ar(this.auth,"popup-closed-by-user"))},8e3);return}this.pollId=window.setTimeout(t,k5.get())};t()}}fa.currentPopupAction=null;/**
1299
+ * @license
1300
+ * Copyright 2020 Google LLC
1301
+ *
1302
+ * Licensed under the Apache License, Version 2.0 (the "License");
1303
+ * you may not use this file except in compliance with the License.
1304
+ * You may obtain a copy of the License at
1305
+ *
1306
+ * http://www.apache.org/licenses/LICENSE-2.0
1307
+ *
1308
+ * Unless required by applicable law or agreed to in writing, software
1309
+ * distributed under the License is distributed on an "AS IS" BASIS,
1310
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1311
+ * See the License for the specific language governing permissions and
1312
+ * limitations under the License.
1313
+ */const T5="pendingRedirect",tu=new Map;class N5 extends kE{constructor(t,r,a=!1){super(t,["signInViaRedirect","linkViaRedirect","reauthViaRedirect","unknown"],r,void 0,a),this.eventId=null}async execute(){let t=tu.get(this.auth._key());if(!t){try{const a=await C5(this.resolver,this.auth)?await super.execute():null;t=()=>Promise.resolve(a)}catch(r){t=()=>Promise.reject(r)}tu.set(this.auth._key(),t)}return this.bypassAuthState||tu.set(this.auth._key(),()=>Promise.resolve(null)),t()}async onAuthEvent(t){if(t.type==="signInViaRedirect")return super.onAuthEvent(t);if(t.type==="unknown"){this.resolve(null);return}if(t.eventId){const r=await this.auth._redirectUserForId(t.eventId);if(r)return this.user=r,super.onAuthEvent(t);this.resolve(null)}}async onExecution(){}cleanUp(){}}async function C5(e,t){const r=R5(t),a=O5(e);if(!await a._isAvailable())return!1;const l=await a._get(r)==="true";return await a._remove(r),l}function A5(e,t){tu.set(e._key(),t)}function O5(e){return Xr(e._redirectPersistence)}function R5(e){return eu(T5,e.config.apiKey,e.name)}async function M5(e,t,r=!1){if(xr(e.app))return Promise.reject(ha(e));const a=Cu(e),l=wE(a,t),u=await new N5(a,l,r).execute();return u&&!r&&(delete u.user._redirectEventId,await a._persistUserIfCurrent(u.user),await a._setRedirectUser(null,t)),u}/**
1314
+ * @license
1315
+ * Copyright 2020 Google LLC
1316
+ *
1317
+ * Licensed under the Apache License, Version 2.0 (the "License");
1318
+ * you may not use this file except in compliance with the License.
1319
+ * You may obtain a copy of the License at
1320
+ *
1321
+ * http://www.apache.org/licenses/LICENSE-2.0
1322
+ *
1323
+ * Unless required by applicable law or agreed to in writing, software
1324
+ * distributed under the License is distributed on an "AS IS" BASIS,
1325
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1326
+ * See the License for the specific language governing permissions and
1327
+ * limitations under the License.
1328
+ */const I5=600*1e3;class D5{constructor(t){this.auth=t,this.cachedEventUids=new Set,this.consumers=new Set,this.queuedRedirectEvent=null,this.hasHandledPotentialRedirect=!1,this.lastProcessedEventTime=Date.now()}registerConsumer(t){this.consumers.add(t),this.queuedRedirectEvent&&this.isEventForConsumer(this.queuedRedirectEvent,t)&&(this.sendToConsumer(this.queuedRedirectEvent,t),this.saveEventToCache(this.queuedRedirectEvent),this.queuedRedirectEvent=null)}unregisterConsumer(t){this.consumers.delete(t)}onEvent(t){if(this.hasEventBeenHandled(t))return!1;let r=!1;return this.consumers.forEach(a=>{this.isEventForConsumer(t,a)&&(r=!0,this.sendToConsumer(t,a),this.saveEventToCache(t))}),this.hasHandledPotentialRedirect||!L5(t)||(this.hasHandledPotentialRedirect=!0,r||(this.queuedRedirectEvent=t,r=!0)),r}sendToConsumer(t,r){var a;if(t.error&&!NE(t)){const l=((a=t.error.code)==null?void 0:a.split("auth/")[1])||"internal-error";r.onError(ar(this.auth,l))}else r.onAuthEvent(t)}isEventForConsumer(t,r){const a=r.eventId===null||!!t.eventId&&t.eventId===r.eventId;return r.filter.includes(t.type)&&a}hasEventBeenHandled(t){return Date.now()-this.lastProcessedEventTime>=I5&&this.cachedEventUids.clear(),this.cachedEventUids.has(gx(t))}saveEventToCache(t){this.cachedEventUids.add(gx(t)),this.lastProcessedEventTime=Date.now()}}function gx(e){return[e.type,e.eventId,e.sessionId,e.tenantId].filter(t=>t).join("-")}function NE({type:e,error:t}){return e==="unknown"&&(t==null?void 0:t.code)==="auth/no-auth-event"}function L5(e){switch(e.type){case"signInViaRedirect":case"linkViaRedirect":case"reauthViaRedirect":return!0;case"unknown":return NE(e);default:return!1}}/**
1329
+ * @license
1330
+ * Copyright 2020 Google LLC
1331
+ *
1332
+ * Licensed under the Apache License, Version 2.0 (the "License");
1333
+ * you may not use this file except in compliance with the License.
1334
+ * You may obtain a copy of the License at
1335
+ *
1336
+ * http://www.apache.org/licenses/LICENSE-2.0
1337
+ *
1338
+ * Unless required by applicable law or agreed to in writing, software
1339
+ * distributed under the License is distributed on an "AS IS" BASIS,
1340
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1341
+ * See the License for the specific language governing permissions and
1342
+ * limitations under the License.
1343
+ */async function z5(e,t={}){return Ds(e,"GET","/v1/projects",t)}/**
1344
+ * @license
1345
+ * Copyright 2020 Google LLC
1346
+ *
1347
+ * Licensed under the Apache License, Version 2.0 (the "License");
1348
+ * you may not use this file except in compliance with the License.
1349
+ * You may obtain a copy of the License at
1350
+ *
1351
+ * http://www.apache.org/licenses/LICENSE-2.0
1352
+ *
1353
+ * Unless required by applicable law or agreed to in writing, software
1354
+ * distributed under the License is distributed on an "AS IS" BASIS,
1355
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1356
+ * See the License for the specific language governing permissions and
1357
+ * limitations under the License.
1358
+ */const j5=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,B5=/^https?/;async function U5(e){if(e.config.emulator)return;const{authorizedDomains:t}=await z5(e);for(const r of t)try{if(P5(r))return}catch{}Sr(e,"unauthorized-domain")}function P5(e){const t=Fh(),{protocol:r,hostname:a}=new URL(t);if(e.startsWith("chrome-extension://")){const u=new URL(e);return u.hostname===""&&a===""?r==="chrome-extension:"&&e.replace("chrome-extension://","")===t.replace("chrome-extension://",""):r==="chrome-extension:"&&u.hostname===a}if(!B5.test(r))return!1;if(j5.test(e))return a===e;const l=e.replace(/\./g,"\\.");return new RegExp("^(.+\\."+l+"|"+l+")$","i").test(a)}/**
1359
+ * @license
1360
+ * Copyright 2020 Google LLC.
1361
+ *
1362
+ * Licensed under the Apache License, Version 2.0 (the "License");
1363
+ * you may not use this file except in compliance with the License.
1364
+ * You may obtain a copy of the License at
1365
+ *
1366
+ * http://www.apache.org/licenses/LICENSE-2.0
1367
+ *
1368
+ * Unless required by applicable law or agreed to in writing, software
1369
+ * distributed under the License is distributed on an "AS IS" BASIS,
1370
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1371
+ * See the License for the specific language governing permissions and
1372
+ * limitations under the License.
1373
+ */const H5=new mo(3e4,6e4);function bx(){const e=_r().___jsl;if(e!=null&&e.H){for(const t of Object.keys(e.H))if(e.H[t].r=e.H[t].r||[],e.H[t].L=e.H[t].L||[],e.H[t].r=[...e.H[t].L],e.CP)for(let r=0;r<e.CP.length;r++)e.CP[r]=null}}function F5(e){return new Promise((t,r)=>{var l,c,u;function a(){bx(),gapi.load("gapi.iframes",{callback:()=>{t(gapi.iframes.getContext())},ontimeout:()=>{bx(),r(ar(e,"network-request-failed"))},timeout:H5.get()})}if((c=(l=_r().gapi)==null?void 0:l.iframes)!=null&&c.Iframe)t(gapi.iframes.getContext());else if((u=_r().gapi)!=null&&u.load)a();else{const d=WD("iframefcb");return _r()[d]=()=>{gapi.load?a():r(ar(e,"network-request-failed"))},VD(`${YD()}?onload=${d}`).catch(h=>r(h))}}).catch(t=>{throw nu=null,t})}let nu=null;function $5(e){return nu=nu||F5(e),nu}/**
1374
+ * @license
1375
+ * Copyright 2020 Google LLC.
1376
+ *
1377
+ * Licensed under the Apache License, Version 2.0 (the "License");
1378
+ * you may not use this file except in compliance with the License.
1379
+ * You may obtain a copy of the License at
1380
+ *
1381
+ * http://www.apache.org/licenses/LICENSE-2.0
1382
+ *
1383
+ * Unless required by applicable law or agreed to in writing, software
1384
+ * distributed under the License is distributed on an "AS IS" BASIS,
1385
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1386
+ * See the License for the specific language governing permissions and
1387
+ * limitations under the License.
1388
+ */const G5=new mo(5e3,15e3),K5="__/auth/iframe",q5="emulator/auth/iframe",V5={style:{position:"absolute",top:"-100px",width:"1px",height:"1px"},"aria-hidden":"true",tabindex:"-1"},Y5=new Map([["identitytoolkit.googleapis.com","p"],["staging-identitytoolkit.sandbox.googleapis.com","s"],["test-identitytoolkit.sandbox.googleapis.com","t"]]);function W5(e){const t=e.config;Le(t.authDomain,e,"auth-domain-config-required");const r=t.emulator?wp(t,q5):`https://${e.config.authDomain}/${K5}`,a={apiKey:t.apiKey,appName:e.name,v:po},l=Y5.get(e.config.apiHost);l&&(a.eid=l);const c=e._getFrameworks();return c.length&&(a.fw=c.join(",")),`${r}?${ho(a).slice(1)}`}async function X5(e){const t=await $5(e),r=_r().gapi;return Le(r,e,"internal-error"),t.open({where:document.body,url:W5(e),messageHandlersFilter:r.iframes.CROSS_ORIGIN_IFRAMES_FILTER,attributes:V5,dontclear:!0},a=>new Promise(async(l,c)=>{await a.restyle({setHideOnLeave:!1});const u=ar(e,"network-request-failed"),d=_r().setTimeout(()=>{c(u)},G5.get());function h(){_r().clearTimeout(d),l(a)}a.ping(h).then(h,()=>{c(u)})}))}/**
1389
+ * @license
1390
+ * Copyright 2020 Google LLC.
1391
+ *
1392
+ * Licensed under the Apache License, Version 2.0 (the "License");
1393
+ * you may not use this file except in compliance with the License.
1394
+ * You may obtain a copy of the License at
1395
+ *
1396
+ * http://www.apache.org/licenses/LICENSE-2.0
1397
+ *
1398
+ * Unless required by applicable law or agreed to in writing, software
1399
+ * distributed under the License is distributed on an "AS IS" BASIS,
1400
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1401
+ * See the License for the specific language governing permissions and
1402
+ * limitations under the License.
1403
+ */const Z5={location:"yes",resizable:"yes",statusbar:"yes",toolbar:"no"},Q5=500,J5=600,eL="_blank",tL="http://localhost";class yx{constructor(t){this.window=t,this.associatedEvent=null}close(){if(this.window)try{this.window.close()}catch{}}}function nL(e,t,r,a=Q5,l=J5){const c=Math.max((window.screen.availHeight-l)/2,0).toString(),u=Math.max((window.screen.availWidth-a)/2,0).toString();let d="";const h={...Z5,width:a.toString(),height:l.toString(),top:c,left:u},p=pn().toLowerCase();r&&(d=sE(p)?eL:r),iE(p)&&(t=t||tL,h.scrollbars="yes");const b=Object.entries(h).reduce((v,[x,S])=>`${v}${x}=${S},`,"");if(UD(p)&&d!=="_self")return rL(t||"",d),new yx(null);const y=window.open(t||"",d,b);Le(y,e,"popup-blocked");try{y.focus()}catch{}return new yx(y)}function rL(e,t){const r=document.createElement("a");r.href=e,r.target=t;const a=document.createEvent("MouseEvent");a.initMouseEvent("click",!0,!0,window,1,0,0,0,0,!1,!1,!1,!1,1,null),r.dispatchEvent(a)}/**
1404
+ * @license
1405
+ * Copyright 2021 Google LLC
1406
+ *
1407
+ * Licensed under the Apache License, Version 2.0 (the "License");
1408
+ * you may not use this file except in compliance with the License.
1409
+ * You may obtain a copy of the License at
1410
+ *
1411
+ * http://www.apache.org/licenses/LICENSE-2.0
1412
+ *
1413
+ * Unless required by applicable law or agreed to in writing, software
1414
+ * distributed under the License is distributed on an "AS IS" BASIS,
1415
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1416
+ * See the License for the specific language governing permissions and
1417
+ * limitations under the License.
1418
+ */const iL="__/auth/handler",aL="emulator/auth/handler",sL=encodeURIComponent("fac");async function vx(e,t,r,a,l,c){Le(e.config.authDomain,e,"auth-domain-config-required"),Le(e.config.apiKey,e,"invalid-api-key");const u={apiKey:e.config.apiKey,appName:e.name,authType:r,redirectUrl:a,v:po,eventId:l};if(t instanceof Ap){t.setDefaultLanguage(e.languageCode),u.providerId=t.providerId||"",aI(t.getCustomParameters())||(u.customParameters=JSON.stringify(t.getCustomParameters()));for(const[b,y]of Object.entries({}))u[b]=y}if(t instanceof go){const b=t.getScopes().filter(y=>y!=="");b.length>0&&(u.scopes=b.join(","))}e.tenantId&&(u.tid=e.tenantId);const d=u;for(const b of Object.keys(d))d[b]===void 0&&delete d[b];const h=await e._getAppCheckToken(),p=h?`#${sL}=${encodeURIComponent(h)}`:"";return`${lL(e)}?${ho(d).slice(1)}${p}`}function lL({config:e}){return e.emulator?wp(e,aL):`https://${e.authDomain}/${iL}`}/**
1419
+ * @license
1420
+ * Copyright 2020 Google LLC
1421
+ *
1422
+ * Licensed under the Apache License, Version 2.0 (the "License");
1423
+ * you may not use this file except in compliance with the License.
1424
+ * You may obtain a copy of the License at
1425
+ *
1426
+ * http://www.apache.org/licenses/LICENSE-2.0
1427
+ *
1428
+ * Unless required by applicable law or agreed to in writing, software
1429
+ * distributed under the License is distributed on an "AS IS" BASIS,
1430
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1431
+ * See the License for the specific language governing permissions and
1432
+ * limitations under the License.
1433
+ */const ph="webStorageSupport";class oL{constructor(){this.eventManagers={},this.iframes={},this.originValidationPromises={},this._redirectPersistence=vE,this._completeRedirectFn=M5,this._overrideRedirectResult=A5}async _openPopup(t,r,a,l){var u;Jr((u=this.eventManagers[t._key()])==null?void 0:u.manager,"_initialize() not called before _openPopup()");const c=await vx(t,r,a,Fh(),l);return nL(t,c,Op())}async _openRedirect(t,r,a,l){await this._originValidation(t);const c=await vx(t,r,a,Fh(),l);return f5(c),new Promise(()=>{})}_initialize(t){const r=t._key();if(this.eventManagers[r]){const{manager:l,promise:c}=this.eventManagers[r];return l?Promise.resolve(l):(Jr(c,"If manager is not set, promise should be"),c)}const a=this.initAndGetManager(t);return this.eventManagers[r]={promise:a},a.catch(()=>{delete this.eventManagers[r]}),a}async initAndGetManager(t){const r=await X5(t),a=new D5(t);return r.register("authEvent",l=>(Le(l==null?void 0:l.authEvent,t,"invalid-auth-event"),{status:a.onEvent(l.authEvent)?"ACK":"ERROR"}),gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER),this.eventManagers[t._key()]={manager:a},this.iframes[t._key()]=r,a}_isIframeWebStorageSupported(t,r){this.iframes[t._key()].send(ph,{type:ph},l=>{var u;const c=(u=l==null?void 0:l[0])==null?void 0:u[ph];c!==void 0&&r(!!c),Sr(t,"internal-error")},gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER)}_originValidation(t){const r=t._key();return this.originValidationPromises[r]||(this.originValidationPromises[r]=U5(t)),this.originValidationPromises[r]}get _shouldInitProactively(){return dE()||aE()||Np()}}const cL=oL;var xx="@firebase/auth",Ex="1.12.0";/**
1434
+ * @license
1435
+ * Copyright 2020 Google LLC
1436
+ *
1437
+ * Licensed under the Apache License, Version 2.0 (the "License");
1438
+ * you may not use this file except in compliance with the License.
1439
+ * You may obtain a copy of the License at
1440
+ *
1441
+ * http://www.apache.org/licenses/LICENSE-2.0
1442
+ *
1443
+ * Unless required by applicable law or agreed to in writing, software
1444
+ * distributed under the License is distributed on an "AS IS" BASIS,
1445
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1446
+ * See the License for the specific language governing permissions and
1447
+ * limitations under the License.
1448
+ */class uL{constructor(t){this.auth=t,this.internalListeners=new Map}getUid(){var t;return this.assertAuthConfigured(),((t=this.auth.currentUser)==null?void 0:t.uid)||null}async getToken(t){return this.assertAuthConfigured(),await this.auth._initializationPromise,this.auth.currentUser?{accessToken:await this.auth.currentUser.getIdToken(t)}:null}addAuthTokenListener(t){if(this.assertAuthConfigured(),this.internalListeners.has(t))return;const r=this.auth.onIdTokenChanged(a=>{t((a==null?void 0:a.stsTokenManager.accessToken)||null)});this.internalListeners.set(t,r),this.updateProactiveRefresh()}removeAuthTokenListener(t){this.assertAuthConfigured();const r=this.internalListeners.get(t);r&&(this.internalListeners.delete(t),r(),this.updateProactiveRefresh())}assertAuthConfigured(){Le(this.auth._initializationPromise,"dependent-sdk-initialized-before-auth")}updateProactiveRefresh(){this.internalListeners.size>0?this.auth._startProactiveRefresh():this.auth._stopProactiveRefresh()}}/**
1449
+ * @license
1450
+ * Copyright 2020 Google LLC
1451
+ *
1452
+ * Licensed under the Apache License, Version 2.0 (the "License");
1453
+ * you may not use this file except in compliance with the License.
1454
+ * You may obtain a copy of the License at
1455
+ *
1456
+ * http://www.apache.org/licenses/LICENSE-2.0
1457
+ *
1458
+ * Unless required by applicable law or agreed to in writing, software
1459
+ * distributed under the License is distributed on an "AS IS" BASIS,
1460
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1461
+ * See the License for the specific language governing permissions and
1462
+ * limitations under the License.
1463
+ */function dL(e){switch(e){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";case"WebExtension":return"web-extension";default:return}}function fL(e){to(new As("auth",(t,{options:r})=>{const a=t.getProvider("app").getImmediate(),l=t.getProvider("heartbeat"),c=t.getProvider("app-check-internal"),{apiKey:u,authDomain:d}=a.options;Le(u&&!u.includes(":"),"invalid-api-key",{appName:a.name});const h={apiKey:u,authDomain:d,clientPlatform:e,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:fE(e)},p=new KD(a,l,c,h);return ZD(p,r),p},"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback((t,r,a)=>{t.getProvider("auth-internal").initialize()})),to(new As("auth-internal",t=>{const r=Cu(t.getProvider("auth").getImmediate());return(a=>new uL(a))(r)},"PRIVATE").setInstantiationMode("EXPLICIT")),_s(xx,Ex,dL(e)),_s(xx,Ex,"esm2020")}/**
1464
+ * @license
1465
+ * Copyright 2021 Google LLC
1466
+ *
1467
+ * Licensed under the Apache License, Version 2.0 (the "License");
1468
+ * you may not use this file except in compliance with the License.
1469
+ * You may obtain a copy of the License at
1470
+ *
1471
+ * http://www.apache.org/licenses/LICENSE-2.0
1472
+ *
1473
+ * Unless required by applicable law or agreed to in writing, software
1474
+ * distributed under the License is distributed on an "AS IS" BASIS,
1475
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1476
+ * See the License for the specific language governing permissions and
1477
+ * limitations under the License.
1478
+ */const hL=300,pL=$1("authIdTokenMaxAge")||hL;let _x=null;const mL=e=>async t=>{const r=t&&await t.getIdTokenResult(),a=r&&(new Date().getTime()-Date.parse(r.issuedAtTime))/1e3;if(a&&a>pL)return;const l=r==null?void 0:r.token;_x!==l&&(_x=l,await fetch(e,{method:l?"POST":"DELETE",headers:l?{Authorization:`Bearer ${l}`}:{}}))};function gL(e=lD()){const t=V1(e,"auth");if(t.isInitialized())return t.getImmediate();const r=XD(e,{popupRedirectResolver:cL,persistence:[E5,c5,vE]}),a=$1("authTokenSyncURL");if(a&&typeof isSecureContext=="boolean"&&isSecureContext){const c=new URL(a,location.origin);if(location.origin===c.origin){const u=mL(c.toString());s5(r,u,()=>u(r.currentUser)),a5(r,d=>u(d))}}const l=$M("auth");return l&&QD(r,`http://${l}`),r}function bL(){var e;return((e=document.getElementsByTagName("head"))==null?void 0:e[0])??document}qD({loadJS(e){return new Promise((t,r)=>{const a=document.createElement("script");a.setAttribute("src",e),a.onload=t,a.onerror=l=>{const c=ar("internal-error");c.customData=l,r(c)},a.type="text/javascript",a.charset="UTF-8",bL().appendChild(a)})},gapiScript:"https://apis.google.com/js/api.js",recaptchaV2Script:"https://www.google.com/recaptcha/api.js",recaptchaEnterpriseScript:"https://www.google.com/recaptcha/enterprise.js?render="});fL("Browser");const ru={apiKey:"AIzaSyA8NdosgijoZoOSTHoRY4XA5WH-58OF3Yk",authDomain:"botschat-130ff.firebaseapp.com",projectId:"botschat-130ff"};let Sx=null,mh=null;function CE(){return!!(ru.apiKey&&ru.authDomain&&ru.projectId)}function AE(){if(!mh){if(!CE())throw new Error("Firebase is not configured. Set VITE_FIREBASE_* env vars.");Sx=Y1(ru),mh=gL(Sx)}return mh}async function yL(){const e=AE(),t=new Vr;t.addScope("email"),t.addScope("profile");const r=await TE(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"google"}}async function vL(){const e=AE(),t=new Yr;t.addScope("user:email");const r=await TE(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"github"}}function xL(){return m.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 48 48",style:{flexShrink:0},children:[m.jsx("path",{fill:"#EA4335",d:"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"}),m.jsx("path",{fill:"#4285F4",d:"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"}),m.jsx("path",{fill:"#FBBC05",d:"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"}),m.jsx("path",{fill:"#34A853",d:"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"})]})}function EL(){return m.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor",style:{flexShrink:0},children:m.jsx("path",{d:"M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"})})}function _L(){const e=ei(),[t,r]=z.useState(!1),[a,l]=z.useState(""),[c,u]=z.useState(""),[d,h]=z.useState(""),[p,b]=z.useState(""),[y,v]=z.useState(!1),[x,S]=z.useState(null),[k,N]=z.useState(null),_=CE(),I=y||!!x;z.useEffect(()=>{Bl.config().then(N).catch(()=>{N({emailEnabled:!0,googleEnabled:_,githubEnabled:_})})},[_]);const M=(k==null?void 0:k.emailEnabled)??!0,A=k!==null,H=A&&(_||M),D=te=>{so(te.token),te.refreshToken&&xu(te.refreshToken),e({type:"SET_USER",user:{id:te.id,email:te.email,displayName:te.displayName}})},Z=async te=>{te.preventDefault(),b(""),v(!0);try{let B;t?(ce.info("Auth",`Registering new account: ${a}`),B=await Bl.register(a,c,d||void 0)):(ce.info("Auth",`Logging in: ${a}`),B=await Bl.login(a,c)),ce.info("Auth",`${t?"Register":"Login"} success — user ${B.id} (${B.email})`),D(B)}catch(B){const K=B instanceof Error?B.message:"Something went wrong";ce.error("Auth",`${t?"Register":"Login"} failed: ${K}`),b(K)}finally{v(!1)}},ie=async te=>{b(""),S(te);try{ce.info("Auth",`Starting ${te} sign-in`);const B=te==="google"?yL:vL,{idToken:K}=await B();ce.info("Auth",`Got Firebase ID token from ${te}, verifying with backend`);const Q=await Bl.firebase(K);ce.info("Auth",`${te} sign-in success — user ${Q.id} (${Q.email})`),D(Q)}catch(B){if(B instanceof Error&&(B.message.includes("popup-closed-by-user")||B.message.includes("cancelled")))ce.info("Auth",`${te} sign-in cancelled by user`);else{const K=B instanceof Error?B.message:`${te} sign-in failed`;ce.error("Auth",`${te} sign-in failed: ${K}`),b(K)}}finally{S(null)}};return m.jsx("div",{className:"min-h-screen flex items-center justify-center",style:{background:"var(--bg-secondary)"},children:m.jsxs("div",{className:"w-full max-w-md",children:[m.jsxs("div",{className:"text-center mb-8",children:[m.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:"inline-block w-16 h-16 mb-4"}),m.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"BotsChat"}),m.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Multi-channel AI chat powered by OpenClaw"})]}),m.jsxs("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:[m.jsx("h2",{className:"text-h1 mb-6",style:{color:"var(--text-primary)"},children:M&&t?"Create account":"Sign in"}),!A&&m.jsx("div",{className:"py-8 text-center",style:{color:"var(--text-muted)"},children:m.jsx("span",{className:"text-body",children:"Loading sign-in options…"})}),A&&!H&&m.jsx("div",{className:"py-4 text-caption",style:{color:"var(--text-secondary)"},children:"Sign-in is not configured. Please contact support."}),A&&_&&m.jsxs(m.Fragment,{children:[m.jsxs("div",{className:"space-y-3",children:[m.jsx("button",{type:"button",onClick:()=>ie("google"),disabled:I,className:"w-full flex items-center justify-center gap-3 py-2.5 px-4 font-medium text-body rounded-sm disabled:opacity-50 transition-colors hover:brightness-95",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:x==="google"?m.jsx("span",{children:"Signing in..."}):m.jsxs(m.Fragment,{children:[m.jsx(xL,{}),m.jsx("span",{children:"Continue with Google"})]})}),m.jsx("button",{type:"button",onClick:()=>ie("github"),disabled:I,className:"w-full flex items-center justify-center gap-3 py-2.5 px-4 font-medium text-body rounded-sm disabled:opacity-50 transition-colors hover:brightness-95",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:x==="github"?m.jsx("span",{children:"Signing in..."}):m.jsxs(m.Fragment,{children:[m.jsx(EL,{}),m.jsx("span",{children:"Continue with GitHub"})]})})]}),A&&M&&m.jsxs("div",{className:"flex items-center gap-3 my-5",children:[m.jsx("div",{className:"flex-1 h-px",style:{background:"var(--border)"}}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"or"}),m.jsx("div",{className:"flex-1 h-px",style:{background:"var(--border)"}})]})]}),p&&m.jsx("div",{className:"text-caption px-3 py-2 rounded-sm mt-4",style:{background:"rgba(224,30,90,0.1)",color:"var(--accent-red)"},children:p}),A&&M&&m.jsxs(m.Fragment,{children:[m.jsxs("form",{onSubmit:Z,className:"space-y-4",children:[t&&m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Display Name"}),m.jsx("input",{type:"text",value:d,onChange:te=>h(te.target.value),className:"w-full px-3 py-2.5 text-body rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},placeholder:"Your name"})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Email"}),m.jsx("input",{type:"email",value:a,onChange:te=>l(te.target.value),required:!0,className:"w-full px-3 py-2.5 text-body rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},placeholder:"you@example.com"})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Password"}),m.jsx("input",{type:"password",value:c,onChange:te=>u(te.target.value),required:!0,className:"w-full px-3 py-2.5 text-body rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},placeholder:"Enter password"})]}),m.jsx("button",{type:"submit",disabled:I,className:"w-full py-2.5 font-bold text-body text-white rounded-sm disabled:opacity-50 transition-colors hover:brightness-110",style:{background:"var(--bg-active)"},children:y?"...":t?"Create account":"Sign in with email"})]}),m.jsx("div",{className:"mt-6 text-center",children:m.jsx("button",{onClick:()=>{r(!t),b("")},className:"text-caption hover:underline",style:{color:"var(--text-link)"},children:t?"Already have an account? Sign in":"Don't have an account? Register"})})]})]})]})})}function SL({text:e}){const[t,r]=z.useState(!1),a=async()=>{try{await navigator.clipboard.writeText(e),r(!0),setTimeout(()=>r(!1),2e3)}catch{const l=document.createElement("textarea");l.value=e,document.body.appendChild(l),l.select(),document.execCommand("copy"),document.body.removeChild(l),r(!0),setTimeout(()=>r(!1),2e3)}};return m.jsx("button",{onClick:a,className:"shrink-0 px-2.5 py-1 text-tiny font-medium rounded-sm transition-colors",style:{background:t?"var(--accent-green)":"var(--bg-hover)",color:t?"#fff":"var(--text-secondary)"},children:t?"Copied!":"Copy"})}function Xc({code:e,multiline:t}){return m.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[m.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),m.jsx(SL,{text:e})]})}function wL({color:e}){return m.jsxs("span",{className:"relative flex h-3 w-3",children:[m.jsx("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full opacity-75",style:{backgroundColor:e}}),m.jsx("span",{className:"relative inline-flex rounded-full h-3 w-3",style:{backgroundColor:e}})]})}function kL({onSkip:e}){const t=sr(),[r,a]=z.useState(null),[l,c]=z.useState(!0),[u,d]=z.useState(""),[h,p]=z.useState(""),[b,y]=z.useState(!0),[v,x]=z.useState(!1),[S,k]=z.useState(""),[N,_]=z.useState(!1),[I,M]=z.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[A,H]=z.useState(!1),[D,Z]=z.useState(),[ie,te]=z.useState(!1);z.useEffect(()=>{let ne=!1;async function G(){try{const U=await Wx.cloudUrl();if(ne)return;M(U.cloudUrl),H(U.isLoopback),Z(U.hint)}catch(U){ce.warn("Onboarding",`Failed to fetch cloudUrl, using origin: ${U}`);const O=window.location.hostname,F=O==="localhost"||O.startsWith("127.");H(F),F&&Z("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}}return G(),()=>{ne=!0}},[]),z.useEffect(()=>{let ne=!1;async function G(){c(!0);try{const{token:U}=await Ul.create("Default");ne||a(U)}catch(U){ce.error("Onboarding",`Failed to create pairing token: ${U}`)}finally{ne||c(!1)}}return G(),()=>{ne=!0}},[]);const B=u.length>=6&&u===h,K=async()=>{var ne;if(B){if(!((ne=t.user)!=null&&ne.id)){k("User not loaded yet. Please wait.");return}_(!0),k("");try{await Gt.setPassword(u,t.user.id,b),x(!0)}catch{k("Failed to derive encryption key. Please try again.")}finally{_(!1)}}},Q=r?`openclaw plugins install @botschat/botschat && \\
1479
+ openclaw config set channels.botschat.cloudUrl ${I} && \\
1480
+ openclaw config set channels.botschat.pairingToken ${r} && \\
1481
+ openclaw config set channels.botschat.e2ePassword "${u}" && \\
1482
+ openclaw config set channels.botschat.enabled true && \\
1483
+ openclaw gateway restart`:"Loading...",pe=t.openclawConnected;return m.jsx("div",{className:"min-h-screen flex items-center justify-center p-4",style:{background:"var(--bg-secondary)"},children:m.jsxs("div",{className:"w-full max-w-xl",children:[m.jsxs("div",{className:"text-center mb-8",children:[m.jsx("div",{className:"inline-flex items-center justify-center w-16 h-16 rounded-xl text-white text-2xl font-bold mb-4",style:{background:"#1264A3"},children:"BC"}),m.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"Welcome to BotsChat!"}),m.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Connect your OpenClaw agent to start chatting."})]}),m.jsx("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:pe?m.jsxs("div",{className:"text-center py-6",children:[m.jsx("div",{className:"inline-flex items-center justify-center w-16 h-16 rounded-full mb-4",style:{background:"rgba(43, 172, 118, 0.15)"},children:m.jsx("svg",{className:"w-8 h-8",fill:"none",viewBox:"0 0 24 24",stroke:"var(--accent-green)",strokeWidth:2.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),m.jsx("h2",{className:"text-h1 font-bold mb-2",style:{color:"var(--text-primary)"},children:"OpenClaw Connected!"}),m.jsx("p",{className:"text-body mb-6",style:{color:"var(--text-secondary)"},children:"Your agent is ready. Start chatting now."}),m.jsx("button",{onClick:e,className:"px-6 py-2.5 font-bold text-body text-white rounded-sm transition-colors hover:brightness-110",style:{background:"var(--bg-active)"},children:"Start Chatting"})]}):m.jsxs(m.Fragment,{children:[m.jsxs("div",{className:"flex items-center gap-3 rounded-md px-4 py-3 mb-6",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.3)"},children:[m.jsx(wL,{color:"var(--accent-yellow)"}),m.jsx("span",{className:"text-caption font-medium",style:{color:"var(--accent-yellow)"},children:"Waiting for OpenClaw connection..."})]}),m.jsxs("div",{className:"mb-6",children:[m.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[m.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:v?"var(--accent-green)":"var(--bg-active)"},children:v?m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}):"1"}),m.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Set your E2E encryption password"})]}),v?m.jsx("p",{className:"text-caption ml-8",style:{color:"var(--accent-green)"},children:"E2E encryption is active. Your encryption key has been derived."}):m.jsxs("div",{className:"ml-8",children:[m.jsxs("p",{className:"text-caption mb-3",style:{color:"var(--text-secondary)"},children:["Your messages, prompts, and task results will be ",m.jsx("strong",{children:"encrypted on this device"})," before they leave — the server only stores ciphertext it cannot read."]}),m.jsx("div",{className:"mb-3 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:m.jsx("img",{src:"/architecture.png",alt:"BotsChat E2E Encryption Architecture",className:"w-full",style:{display:"block"}})}),m.jsxs("p",{className:"text-caption mb-4",style:{color:"var(--text-muted)"},children:["Encryption keys are derived locally and never sent to the server."," ",m.jsx("a",{href:"https://botschat.app/#features",target:"_blank",rel:"noopener noreferrer",className:"underline",style:{color:"var(--text-link)"},children:"Learn more"})]}),m.jsxs("div",{className:"space-y-2.5",children:[m.jsx("input",{type:"password",value:u,onChange:ne=>d(ne.target.value),placeholder:"E2E encryption password (min 6 chars)",className:"w-full px-3 py-2 rounded-sm text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"}}),m.jsx("input",{type:"password",value:h,onChange:ne=>p(ne.target.value),placeholder:"Confirm password",className:"w-full px-3 py-2 rounded-sm text-caption",style:{background:"var(--code-bg)",border:`1px solid ${h&&u!==h?"var(--accent-red, #e53e3e)":"var(--border)"}`,color:"var(--text-primary)",outline:"none"}}),h&&u!==h&&m.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:"Passwords do not match."}),m.jsxs("label",{className:"flex items-center gap-2 text-caption",style:{color:"var(--text-secondary)"},children:[m.jsx("input",{type:"checkbox",checked:b,onChange:ne=>y(ne.target.checked)}),"Remember on this device"]}),S&&m.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:S}),m.jsx("button",{onClick:K,disabled:!B||N,className:"w-full py-2 font-bold text-caption text-white rounded-sm transition-colors",style:{background:B&&!N?"var(--bg-active)":"var(--bg-hover)",cursor:B&&!N?"pointer":"not-allowed",opacity:B&&!N?1:.5},children:N?"Deriving key...":"Set E2E Password & Continue"})]})]})]}),m.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[m.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[m.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:"var(--bg-active)"},children:"2"}),m.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Run this command on your OpenClaw machine"})]}),m.jsx("p",{className:"text-caption mb-3 ml-8",style:{color:"var(--text-secondary)"},children:"This installs the BotsChat plugin, configures the connection, and restarts the gateway."}),A&&m.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5 mb-3 ml-8 text-caption",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.25)",color:"var(--accent-yellow)"},children:[m.jsx("svg",{className:"w-4 h-4 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:m.jsx("path",{fillRule:"evenodd",d:"M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.168 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})}),m.jsxs("span",{children:[D||"localhost URL may not be reachable from other machines."," ",m.jsx("button",{onClick:()=>te(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),ie&&m.jsxs("div",{className:"flex items-center gap-2 mb-3 ml-8",children:[m.jsx("label",{className:"text-caption font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),m.jsx("input",{type:"text",value:I,onChange:ne=>{M(ne.target.value.replace(/\/+$/,"")),H(!1)},className:"flex-1 px-2.5 py-1.5 rounded-sm text-caption font-mono",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},placeholder:"http://192.168.x.x:8787",autoFocus:!0}),m.jsx("button",{onClick:()=>te(!1),className:"px-2.5 py-1 text-tiny font-medium rounded-sm",style:{background:"var(--bg-active)",color:"#fff"},children:"Done"})]}),m.jsx("div",{className:"ml-8",children:l?m.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"80px"}}):m.jsx(Xc,{code:Q,multiline:!0})})]}),m.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[m.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[m.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:"var(--bg-active)"},children:"3"}),m.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Verify connection"})]}),m.jsx("p",{className:"text-caption ml-8",style:{color:"var(--text-secondary)"},children:'Check the gateway logs — you should see "Authenticated with BotsChat cloud":'}),m.jsx("div",{className:"ml-8 mt-2",children:m.jsx(Xc,{code:"openclaw gateway logs"})})]}),m.jsxs("details",{className:"mb-4",children:[m.jsx("summary",{className:"text-caption font-medium cursor-pointer select-none",style:{color:"var(--text-link)"},children:"Or configure manually"}),m.jsxs("div",{className:"mt-3 space-y-3 ml-1",children:[m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Your Pairing Token"}),r?m.jsx(Xc,{code:r}):m.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Loading..."})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Cloud URL"}),m.jsx(Xc,{code:I})]})]})]}),m.jsx("div",{className:"text-center pt-2",children:m.jsx("button",{onClick:e,className:"text-caption hover:underline",style:{color:"var(--text-muted)"},children:"Skip for now"})})]})})]})})}function OE({text:e}){const[t,r]=z.useState(!1),a=async()=>{try{await navigator.clipboard.writeText(e),r(!0),setTimeout(()=>r(!1),2e3)}catch{const l=document.createElement("textarea");l.value=e,document.body.appendChild(l),l.select(),document.execCommand("copy"),document.body.removeChild(l),r(!0),setTimeout(()=>r(!1),2e3)}};return m.jsx("button",{onClick:a,className:"shrink-0 px-2.5 py-1 text-tiny font-medium rounded-sm transition-colors",style:{background:t?"var(--accent-green)":"var(--bg-hover)",color:t?"#fff":"var(--text-secondary)"},children:t?"Copied!":"Copy"})}function TL({code:e}){return m.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[m.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),m.jsx(OE,{text:e})]})}function NL(e){const r=Date.now()/1e3-e;return r<60?"Just now":r<3600?`${Math.floor(r/60)}m ago`:r<86400?`${Math.floor(r/3600)}h ago`:r<604800?`${Math.floor(r/86400)}d ago`:new Date(e*1e3).toLocaleDateString()}function RE(){const e=sr(),[t,r]=z.useState([]),[a,l]=z.useState(!0),[c,u]=z.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[d,h]=z.useState(!1),[p,b]=z.useState(),[y,v]=z.useState(!1),[x,S]=z.useState(!1),[k,N]=z.useState(""),[_,I]=z.useState(!1),[M,A]=z.useState(null);z.useEffect(()=>{let K=!1;return Wx.cloudUrl().then(Q=>{K||(u(Q.cloudUrl),h(Q.isLoopback),b(Q.hint))}).catch(Q=>{ce.warn("ConnectionSettings",`Failed to fetch cloudUrl: ${Q}`);const pe=window.location.hostname,ne=pe==="localhost"||pe.startsWith("127.");h(ne),ne&&b("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}),()=>{K=!0}},[]),z.useEffect(()=>{let K=!1;return l(!0),Ul.list().then(({tokens:Q})=>{K||r(Q)}).catch(Q=>{ce.error("ConnectionSettings",`Failed to list tokens: ${Q}`)}).finally(()=>{K||l(!1)}),()=>{K=!0}},[]);const H=z.useCallback(async()=>{I(!0);try{const K=await Ul.create(k.trim()||void 0);A({id:K.id,token:K.token});const{tokens:Q}=await Ul.list();r(Q),N(""),S(!1)}catch(K){ce.error("ConnectionSettings",`Failed to create token: ${K}`)}finally{I(!1)}},[k]),D=z.useCallback(async K=>{try{await Ul.delete(K),r(Q=>Q.filter(pe=>pe.id!==K)),(M==null?void 0:M.id)===K&&A(null)}catch(Q){ce.error("ConnectionSettings",`Failed to revoke token: ${Q}`)}},[M]),Z=(M==null?void 0:M.token)??null,ie=Gt.getPassword(),te=Z?`openclaw plugins install @botschat/botschat && \\
1484
+ openclaw config set channels.botschat.cloudUrl ${c} && \\
1485
+ openclaw config set channels.botschat.pairingToken ${Z} && \\${ie?`
1486
+ openclaw config set channels.botschat.e2ePassword "${ie}" && \\`:""}
1487
+ openclaw config set channels.botschat.enabled true && \\
1488
+ openclaw gateway restart`:null,B=e.openclawConnected;return m.jsxs("div",{className:"space-y-5",children:[m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"OpenClaw Status"}),m.jsxs("div",{className:"flex items-center gap-3 rounded-md px-4 py-3",style:{background:B?"rgba(43, 172, 118, 0.1)":"rgba(232, 162, 48, 0.1)",border:`1px solid ${B?"rgba(43, 172, 118, 0.3)":"rgba(232, 162, 48, 0.3)"}`},children:[m.jsx("span",{className:"w-2.5 h-2.5 rounded-full shrink-0",style:{background:B?"var(--accent-green)":"var(--accent-yellow)"}}),m.jsx("span",{className:"text-caption font-medium",style:{color:B?"var(--accent-green)":"var(--accent-yellow)"},children:B?"Connected to OpenClaw":"Not connected"})]})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Setup Command"}),m.jsx("p",{className:"text-tiny mb-2",style:{color:"var(--text-muted)"},children:"Run this on your OpenClaw machine to install and connect the plugin."}),d&&m.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2 mb-2 text-tiny",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.25)",color:"var(--accent-yellow)"},children:[m.jsx("svg",{className:"w-3.5 h-3.5 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:m.jsx("path",{fillRule:"evenodd",d:"M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.168 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})}),m.jsxs("span",{children:[p||"localhost URL may not be reachable from other machines."," ",m.jsx("button",{onClick:()=>v(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),y&&m.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[m.jsx("label",{className:"text-tiny font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),m.jsx("input",{type:"text",value:c,onChange:K=>{u(K.target.value.replace(/\/+$/,"")),h(!1)},className:"flex-1 px-2.5 py-1 rounded-sm text-tiny font-mono",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},placeholder:"http://192.168.x.x:8787",autoFocus:!0}),m.jsx("button",{onClick:()=>v(!1),className:"px-2.5 py-1 text-tiny font-medium rounded-sm",style:{background:"var(--bg-active)",color:"#fff"},children:"Done"})]}),a?m.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"64px"}}):te?m.jsx(TL,{code:te}):m.jsx("div",{className:"rounded-md px-4 py-3 text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-muted)"},children:t.length>0?"Create a new pairing token below to generate the setup command. (Token values are only shown once at creation time.)":"No pairing tokens available. Create one below to generate the setup command."}),!y&&m.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[m.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cloud URL:"}),m.jsx("code",{className:"text-tiny font-mono",style:{color:"var(--text-secondary)"},children:c}),m.jsx("button",{onClick:()=>v(!0),className:"text-tiny hover:underline",style:{color:"var(--text-link)"},children:"Edit"})]})]}),m.jsxs("div",{children:[m.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[m.jsx("label",{className:"text-caption font-bold",style:{color:"var(--text-secondary)"},children:"Pairing Tokens"}),m.jsx("button",{onClick:()=>S(!x),className:"text-tiny font-medium hover:underline",style:{color:"var(--text-link)"},children:x?"Cancel":"+ New Token"})]}),x&&m.jsxs("div",{className:"flex items-center gap-2 rounded-md px-3 py-2.5 mb-2",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[m.jsx("input",{type:"text",value:k,onChange:K=>N(K.target.value),placeholder:"Token label (optional)",className:"flex-1 px-2 py-1 rounded-sm text-tiny",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},onKeyDown:K=>{K.key==="Enter"&&H()},autoFocus:!0}),m.jsx("button",{onClick:H,disabled:_,className:"px-3 py-1 text-tiny font-medium rounded-sm text-white",style:{background:_?"var(--text-muted)":"var(--bg-active)"},children:_?"Creating...":"Create"})]}),M&&m.jsxs("div",{className:"rounded-md px-3 py-2.5 mb-2",style:{background:"rgba(43, 172, 118, 0.08)",border:"1px solid rgba(43, 172, 118, 0.3)"},children:[m.jsxs("div",{className:"flex items-center justify-between mb-1",children:[m.jsx("span",{className:"text-tiny font-bold",style:{color:"var(--accent-green)"},children:"New token created — copy it now (only shown once)"}),m.jsx("button",{onClick:()=>A(null),className:"text-tiny",style:{color:"var(--text-muted)"},children:"Dismiss"})]}),m.jsxs("div",{className:"flex items-center gap-2",children:[m.jsx("code",{className:"flex-1 text-tiny font-mono break-all",style:{color:"var(--text-primary)"},children:M.token}),m.jsx(OE,{text:M.token})]})]}),a?m.jsx("div",{className:"rounded-md px-3 py-4 animate-pulse",style:{background:"var(--code-bg)"}}):t.length===0?m.jsx("p",{className:"text-tiny py-2",style:{color:"var(--text-muted)"},children:"No active pairing tokens. Create one to connect your OpenClaw agent."}):m.jsx("div",{className:"space-y-1",children:t.map(K=>m.jsxs("div",{className:"flex items-center gap-2 rounded-md px-3 py-2",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[m.jsx("code",{className:"text-tiny font-mono shrink-0",style:{color:"var(--text-primary)"},children:K.tokenPreview}),K.label&&m.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded",style:{background:"var(--bg-hover)",color:"var(--text-secondary)"},children:K.label}),m.jsx("span",{className:"flex-1"}),m.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:K.lastConnectedAt?NL(K.lastConnectedAt):"Never connected"}),m.jsx("button",{onClick:()=>D(K.id),className:"text-tiny font-medium hover:underline shrink-0",style:{color:"var(--accent-red)"},title:"Revoke this token",children:"Revoke"})]},K.id))})]})]})}function CL(){const{user:e}=qr.useContext(bs),[t,r]=z.useState(Gt.hasKey()),[a,l]=z.useState(""),[c,u]=z.useState(!1),[d,h]=z.useState(!1),[p,b]=z.useState(null);z.useEffect(()=>Gt.subscribe(()=>{r(Gt.hasKey())}),[]);const y=async()=>{if(!(!a||!e)){h(!0),b(null);try{await Gt.setPassword(a,e.id,c),l("")}catch{b("Failed to set password. check logs.")}finally{h(!1)}}},v=()=>{Gt.clear()};return m.jsxs("div",{className:"space-y-6",children:[m.jsxs("div",{children:[m.jsx("h3",{className:"text-h3 font-bold mb-2",style:{color:"var(--text-primary)"},children:"End-to-End Encryption"}),m.jsx("p",{className:"text-body",style:{color:"var(--text-muted)"},children:"Your messages and tasks are encrypted before leaving your device. Only your device (with this password) can decrypt them."})]}),m.jsxs("div",{className:"p-4 rounded-md border",style:{borderColor:"var(--border)",background:t?"rgba(0, 255, 0, 0.05)":"rgba(255, 0, 0, 0.05)"},children:[m.jsxs("div",{className:"flex items-center justify-between mb-4",children:[m.jsx("span",{className:"font-bold flex items-center gap-2",style:{color:t?"var(--success)":"var(--error)"},children:t?m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"})}),"Active (Unlocked)"]}):m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z"})}),"Inactive (Locked)"]})}),t&&m.jsx("button",{onClick:v,className:"text-caption font-bold text-red-500 hover:underline",children:"Lock / Clear Key"})]}),!t&&m.jsxs("div",{className:"space-y-4",children:[m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"E2E Password"}),m.jsx("input",{type:"password",value:a,onChange:x=>l(x.target.value),className:"w-full px-3 py-2 rounded border",style:{background:"var(--bg-input)",borderColor:"var(--border)",color:"var(--text-primary)"},placeholder:"Enter your encryption password"})]}),m.jsxs("div",{className:"flex items-center gap-2",children:[m.jsx("input",{type:"checkbox",id:"remember-e2e",checked:c,onChange:x=>u(x.target.checked)}),m.jsx("label",{htmlFor:"remember-e2e",className:"text-caption",style:{color:"var(--text-secondary)"},children:"Remember on this device"})]}),p&&m.jsx("p",{className:"text-caption text-red-500",children:p}),m.jsx("button",{onClick:y,disabled:!a||d,className:"px-4 py-2 rounded font-bold text-white w-full",style:{background:"var(--primary)",opacity:!a||d?.5:1},children:d?"Deriving Key...":"Unlock / Set Password"})]})]}),m.jsxs("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:[m.jsx("p",{className:"font-bold text-red-400 mb-1",children:"Warning:"}),m.jsxs("ul",{className:"list-disc ml-5 space-y-1",children:[m.jsx("li",{children:"If you lose this password, your encrypted history is lost forever."}),m.jsx("li",{children:"We do not store this password on our servers."}),m.jsx("li",{children:"You must use the same password on all devices to access your history."})]})]})]})}const ME={info:"var(--text-muted)",warn:"var(--accent-yellow)",error:"var(--accent-red)","ws-in":"#6BCB77","ws-out":"#4D96FF",api:"#C77DFF"},IE={info:"INF",warn:"WRN",error:"ERR","ws-in":"WS↓","ws-out":"WS↑",api:"API"};function AL(e){const t=new Date(e);return t.toLocaleTimeString("en-US",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})+"."+String(t.getMilliseconds()).padStart(3,"0")}const gh="botschat_debug_panel_height",wx=220,bh=80,yh=600;function OL(){const e=z.useSyncExternalStore(zw,Dw),[t,r]=z.useState(!1),[a,l]=z.useState("all"),[c,u]=z.useState(new Set),d=z.useRef(null),h=z.useRef(!0),[p,b]=z.useState(()=>{try{const A=localStorage.getItem(gh);if(A){const H=parseInt(A,10);if(H>=bh&&H<=yh)return H}}catch{}return wx}),y=z.useRef(!1),v=z.useRef(0),x=z.useRef(wx),S=z.useCallback(A=>{A.preventDefault(),A.stopPropagation(),y.current=!0,v.current=A.clientY,x.current=p;const H=Z=>{if(!y.current)return;const ie=v.current-Z.clientY,te=Math.max(bh,Math.min(yh,x.current+ie));b(te)},D=()=>{y.current&&(y.current=!1,document.removeEventListener("mousemove",H),document.removeEventListener("mouseup",D),b(Z=>{try{localStorage.setItem(gh,String(Z))}catch{}return Z}))};document.addEventListener("mousemove",H),document.addEventListener("mouseup",D)},[p]),k=z.useCallback(A=>{A.stopPropagation();const H=A.touches[0];y.current=!0,v.current=H.clientY,x.current=p;const D=ie=>{if(!y.current)return;const te=ie.touches[0],B=v.current-te.clientY,K=Math.max(bh,Math.min(yh,x.current+B));b(K)},Z=()=>{y.current&&(y.current=!1,document.removeEventListener("touchmove",D),document.removeEventListener("touchend",Z),b(ie=>{try{localStorage.setItem(gh,String(ie))}catch{}return ie}))};document.addEventListener("touchmove",D,{passive:!1}),document.addEventListener("touchend",Z)},[p]);z.useEffect(()=>{t&&h.current&&d.current&&(d.current.scrollTop=d.current.scrollHeight)},[e.length,t]);const N=()=>{if(!d.current)return;const{scrollTop:A,scrollHeight:H,clientHeight:D}=d.current;h.current=H-A-D<40},_=A=>{u(H=>{const D=new Set(H);return D.has(A)?D.delete(A):D.add(A),D})},I=a==="all"?e:e.filter(A=>A.level===a),M=e.length;return m.jsxs("div",{style:{flexShrink:0,fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5},children:[t&&m.jsx("div",{onMouseDown:S,onTouchStart:k,className:"resize-handle group",style:{height:6,cursor:"row-resize",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--bg-secondary)",borderTop:"1px solid var(--border)",flexShrink:0},children:m.jsx("div",{className:"resize-handle-line",style:{width:"100%",height:1,background:"var(--border)",transition:"height 150ms, background 150ms"}})}),m.jsxs("div",{onClick:()=>r(!t),style:{display:"flex",alignItems:"center",gap:8,padding:"3px 12px",background:"var(--bg-secondary)",borderTop:t?void 0:"1px solid var(--border)",cursor:"pointer",userSelect:"none"},children:[m.jsx("svg",{width:10,height:10,viewBox:"0 0 10 10",style:{transform:t?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.15s",flexShrink:0},children:m.jsx("path",{d:"M1 7L5 3l4 4",stroke:"var(--text-muted)",strokeWidth:1.5,fill:"none"})}),m.jsx("span",{style:{color:"var(--text-muted)",fontWeight:600,fontSize:11},children:"Debug Log"}),m.jsxs("span",{style:{color:"var(--text-muted)",fontSize:10},children:["(",M,")"]}),t&&m.jsx("div",{style:{display:"flex",gap:2,marginLeft:8},onClick:A=>A.stopPropagation(),children:["all","ws-in","ws-out","api","info","warn","error"].map(A=>m.jsx("button",{onClick:()=>l(A),style:{padding:"1px 6px",borderRadius:3,border:"none",fontSize:10,fontFamily:"var(--font-mono)",cursor:"pointer",background:a===A?"var(--bg-active)":"var(--bg-hover)",color:a===A?"#fff":A==="all"?"var(--text-muted)":ME[A]},children:A==="all"?"ALL":IE[A]},A))}),t&&m.jsx("button",{onClick:A=>{A.stopPropagation(),Lw()},style:{marginLeft:"auto",padding:"1px 8px",borderRadius:3,border:"none",fontSize:10,fontFamily:"var(--font-mono)",cursor:"pointer",background:"var(--bg-hover)",color:"var(--text-muted)"},children:"Clear"})]}),t&&m.jsxs("div",{ref:d,onScroll:N,style:{height:p,overflowY:"auto",overflowX:"hidden",background:"var(--bg-primary)",borderTop:"1px solid var(--border)"},children:[I.length===0&&m.jsx("div",{style:{padding:"16px 12px",color:"var(--text-muted)",textAlign:"center"},children:"No log entries yet."}),I.map(A=>m.jsx(RL,{entry:A,expanded:c.has(A.id),onToggleExpand:()=>_(A.id)},A.id))]})]})}function RL({entry:e,expanded:t,onToggleExpand:r}){const a=ME[e.level],l=IE[e.level];return m.jsxs("div",{style:{padding:"1px 12px",borderBottom:"1px solid var(--border)",wordBreak:"break-all"},onMouseEnter:c=>c.currentTarget.style.background="var(--bg-hover)",onMouseLeave:c=>c.currentTarget.style.background="",children:[m.jsxs("div",{style:{display:"flex",gap:8,alignItems:"flex-start"},children:[m.jsx("span",{style:{color:"var(--text-muted)",flexShrink:0,width:85},children:AL(e.ts)}),m.jsx("span",{style:{color:a,fontWeight:700,flexShrink:0,width:28,textAlign:"center"},children:l}),m.jsxs("span",{style:{color:"var(--text-secondary)",flexShrink:0,minWidth:50},children:["[",e.tag,"]"]}),m.jsx("span",{style:{color:"var(--text-primary)",flex:1},children:e.message}),e.detail&&m.jsx("button",{onClick:r,style:{border:"none",background:"none",cursor:"pointer",color:"var(--text-muted)",fontSize:10,padding:"0 4px",flexShrink:0},children:t?"▼":"▶"})]}),t&&e.detail&&m.jsx("pre",{style:{margin:"2px 0 4px 121px",padding:"4px 8px",background:"var(--code-bg)",borderRadius:3,color:"var(--text-secondary)",fontSize:11,whiteSpace:"pre-wrap",wordBreak:"break-all",maxHeight:200,overflowY:"auto"},children:e.detail})]})}function DE(){const e=sr(),t=ei(),r=a=>{t({type:"SELECT_CRON_TASK",taskId:a})};return m.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-secondary)"},children:[m.jsx("div",{className:"px-4 py-3 flex items-center gap-2",children:m.jsx("span",{className:"text-[--text-sidebar-active] font-bold text-h2 truncate flex-1",children:"Automations"})}),m.jsx("div",{className:"px-4 pb-2",children:m.jsxs("div",{className:"flex items-center gap-1.5",children:[m.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),m.jsx("span",{className:"text-tiny text-[--text-muted]",children:e.openclawConnected?"OpenClaw connected":"OpenClaw offline"})]})}),m.jsx("div",{className:"px-4 pb-2",children:m.jsxs("span",{className:"text-tiny text-[--text-muted]",children:[e.cronTasks.length," cron job",e.cronTasks.length!==1?"s":""]})}),m.jsx("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:e.cronTasks.length===0?m.jsxs("div",{className:"px-4 py-8 text-center",children:[m.jsx("svg",{className:"w-10 h-10 mx-auto mb-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),m.jsx("p",{className:"text-caption text-[--text-muted]",children:"No automations yet."}),m.jsx("p",{className:"text-tiny text-[--text-muted] mt-1",children:"Cron jobs from OpenClaw will appear here automatically."})]}):e.cronTasks.map(a=>{const l=e.selectedCronTaskId===a.id,c=a.enabled;let u="var(--accent-green)";return c||(u="var(--text-muted)"),m.jsxs("button",{onClick:()=>r(a.id),className:"w-full text-left py-2 transition-colors",style:{paddingLeft:l?13:16,paddingRight:16,background:l?"var(--bg-hover)":void 0,borderLeft:l?"3px solid var(--bg-active)":"3px solid transparent",color:l?"var(--text-sidebar-active)":"var(--text-sidebar)"},onMouseEnter:d=>{l||(d.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:d=>{l||(d.currentTarget.style.background=l?"var(--bg-hover)":"")},children:[m.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[m.jsx("div",{className:"w-2 h-2 rounded-full flex-shrink-0",style:{background:u}}),m.jsx("span",{className:`text-body truncate ${l?"font-bold":""}`,children:a.name})]}),m.jsxs("div",{className:"flex items-center gap-2 mt-0.5 pl-4",children:[m.jsx("span",{className:"text-tiny truncate",style:{color:"var(--text-muted)"},children:a.schedule??"no schedule"}),!c&&m.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"paused"})]})]},a.id)})})]})}function Kh(e){if(!e)return null;const t=e.trim().toLowerCase(),r=t.match(/^every\s+(\d+(?:\.\d+)?)\s*(s|m|h)$/);if(r)return{kind:"every",intervalValue:parseFloat(r[1]),intervalUnit:r[2]};const a=t.match(/^at\s+(\d{1,2}:\d{2})$/);return a?{kind:"at",atTime:a[1].padStart(5,"0")}:null}function ML(e){return e.kind==="every"&&e.intervalValue&&e.intervalUnit?`every ${e.intervalValue}${e.intervalUnit}`:e.kind==="at"&&e.atTime?`at ${e.atTime}`:""}function IL({value:e,onChange:t,onSave:r,onCancel:a,saving:l}){const c=Kh(e),[u,d]=z.useState((c==null?void 0:c.kind)??"every"),[h,p]=z.useState((c==null?void 0:c.intervalValue)??1),[b,y]=z.useState((c==null?void 0:c.intervalUnit)??"h"),[v,x]=z.useState((c==null?void 0:c.atTime)??"09:00");z.useEffect(()=>{const A=Kh(e);A&&(d(A.kind),A.kind==="every"?(p(A.intervalValue??1),y(A.intervalUnit??"h")):x(A.atTime??"09:00"))},[e]);const S=z.useCallback((A,H,D,Z)=>{const ie=ML(A==="every"?{kind:"every",intervalValue:H,intervalUnit:D}:{kind:"at",atTime:Z});t(ie)},[t]),k=A=>{d(A),S(A,h,b,v)},N=A=>{const H=Math.max(1,Math.min(A,999));p(H),S(u,H,b,v)},_=A=>{y(A),S(u,h,A,v)},I=A=>{x(A),S(u,h,b,A)},M=A=>{A.key==="Escape"&&a(),A.key==="Enter"&&(A.preventDefault(),r())};return m.jsxs("div",{className:"flex flex-col gap-2",onKeyDown:M,children:[m.jsxs("div",{className:"flex items-center gap-1",children:[m.jsx(kx,{active:u==="every",onClick:()=>k("every"),label:"Interval",icon:m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182"})})}),m.jsx(kx,{active:u==="at",onClick:()=>k("at"),label:"Daily at",icon:m.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})})]}),m.jsxs("div",{className:"flex items-center gap-2",children:[u==="every"?m.jsxs(m.Fragment,{children:[m.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Every"}),m.jsx("input",{type:"number",min:1,max:999,value:h,onChange:A=>N(parseInt(A.target.value,10)||1),className:"text-body px-2 py-1 rounded-sm focus:outline-none w-16 text-center",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)"},autoFocus:!0}),m.jsxs("div",{className:"flex items-center gap-0.5",children:[m.jsx(vh,{active:b==="m",onClick:()=>_("m"),label:"min"}),m.jsx(vh,{active:b==="h",onClick:()=>_("h"),label:"hr"}),m.jsx(vh,{active:b==="s",onClick:()=>_("s"),label:"sec"})]})]}):m.jsxs(m.Fragment,{children:[m.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Daily at"}),m.jsx("input",{type:"time",value:v,onChange:A=>I(A.target.value),className:"text-body px-2 py-1 rounded-sm focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)"},autoFocus:!0})]}),m.jsxs("div",{className:"flex items-center gap-1 ml-auto flex-shrink-0",children:[m.jsx("button",{onClick:r,disabled:l,className:"px-2 py-1 text-tiny font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--bg-active)"},children:l?"...":"Save"}),m.jsx("button",{onClick:a,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),m.jsx("div",{className:"text-tiny",style:{color:"var(--text-muted)"},children:u==="every"?`Runs every ${h} ${b==="h"?"hour":b==="m"?"minute":"second"}${h!==1?"s":""}`:`Runs daily at ${v}`})]})}function DL({schedule:e,onClick:t}){if(!e)return m.jsx("span",{className:"text-body cursor-pointer hover:underline",style:{color:"var(--text-muted)"},onClick:t,title:"Click to set schedule",children:"Not set"});const r=Kh(e);return r?m.jsx("button",{className:"flex items-center gap-1.5 cursor-pointer group",onClick:t,title:"Click to edit schedule",children:r.kind==="every"?m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-3.5 h-3.5 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182"})}),m.jsxs("span",{className:"text-body group-hover:underline",style:{color:"var(--text-primary)"},children:["Every ",r.intervalValue,r.intervalUnit==="h"?"h":r.intervalUnit==="m"?"m":"s"]})]}):m.jsxs(m.Fragment,{children:[m.jsx("svg",{className:"w-3.5 h-3.5 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),m.jsxs("span",{className:"text-body group-hover:underline",style:{color:"var(--text-primary)"},children:["Daily at ",r.atTime]})]})}):m.jsx("span",{className:"text-body cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:t,title:"Click to edit schedule",children:e})}function kx({active:e,onClick:t,label:r,icon:a}){return m.jsxs("button",{onClick:t,className:"flex items-center gap-1.5 px-2.5 py-1 text-caption rounded-sm transition-colors",style:{background:e?"rgba(29,155,209,0.15)":"transparent",color:e?"var(--text-link)":"var(--text-muted)",border:e?"1px solid rgba(29,155,209,0.3)":"1px solid transparent"},children:[a,r]})}function vh({active:e,onClick:t,label:r}){return m.jsx("button",{onClick:t,className:"px-2 py-1 text-caption rounded-sm transition-colors",style:{background:e?"var(--bg-active)":"var(--bg-hover)",color:e?"#fff":"var(--text-secondary)",border:e?"1px solid var(--bg-active)":"1px solid var(--border)"},children:r})}function Yl({direction:e="horizontal",className:t=""}){const r=e==="vertical";return m.jsx(Vx,{className:`resize-handle group relative flex items-center justify-center ${r?"h-[6px] cursor-row-resize":"w-[6px] cursor-col-resize"} ${t}`,style:{flexShrink:0,flexGrow:0},children:m.jsx("div",{className:`resize-handle-line transition-all duration-150 ${r?"w-full h-px group-hover:h-[3px]":"h-full w-px group-hover:w-[3px]"}`,style:{background:"var(--border)"}})})}const Tx=768;function LE(){const[e,t]=z.useState(()=>typeof window>"u"?!1:window.innerWidth<Tx);return z.useEffect(()=>{const r=window.matchMedia(`(max-width: ${Tx-1}px)`),a=l=>t(l.matches);return t(r.matches),r.addEventListener("change",a),()=>r.removeEventListener("change",a)},[]),e}function Nx(e){return new Date(e*1e3).toLocaleString()}function zE(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function jE(e){switch(e){case"ok":return{bg:"rgba(43,172,118,0.15)",fg:"var(--accent-green)"};case"error":return{bg:"rgba(224,30,90,0.15)",fg:"var(--accent-red)"};case"running":return{bg:"rgba(29,155,209,0.15)",fg:"var(--text-link)"};default:return{bg:"rgba(232,162,48,0.15)",fg:"var(--accent-yellow)"}}}function BE(){const e=sr(),t=ei(),r=LE(),a=e.cronTasks.find(G=>G.id===e.selectedCronTaskId),[l,c]=z.useState(null),[u,d]=z.useState(""),[h,p]=z.useState(!1),[b,y]=z.useState(!1),[v,x]=z.useState(!1),[S,k]=z.useState(!1),[N,_]=z.useState(!0),I=z.useRef(null);z.useEffect(()=>{c(null),y(!1)},[e.selectedCronTaskId]),z.useEffect(()=>{l&&I.current&&I.current.focus()},[l]);const M=z.useCallback(()=>{a&&(ce.info("Cron",`Loading jobs for task: ${a.name} (${a.id})`),Sh.listByTask(a.id).then(({jobs:G})=>{ce.info("Cron",`Loaded ${G.length} jobs for task ${a.name}`);const U=A.current,O=new Map;for(const ee of U)ee.summary&&O.set(ee.id,ee.summary);const F=G.map(ee=>{var R;const C=O.get(ee.id);return C&&C.length>(((R=ee.summary)==null?void 0:R.length)||0)?{...ee,summary:C}:ee});t({type:"SET_CRON_JOBS",cronJobs:F}),G.length>0&&!e.selectedCronJobId&&t({type:"SELECT_CRON_JOB",jobId:G[0].id,sessionKey:G[0].sessionKey})}).catch(G=>{ce.error("Cron",`Failed to load jobs: ${G}`)}))},[a==null?void 0:a.id]);z.useEffect(()=>{M()},[M]);const A=z.useRef(e.cronJobs);z.useEffect(()=>{A.current=e.cronJobs},[e.cronJobs]),z.useEffect(()=>{if(!e.cronJobs.some(F=>F.status==="running")||!a)return;const U=a.id,O=setInterval(()=>{ce.info("Cron","Auto-refreshing jobs (running job detected)"),Sh.listByTask(U).then(({jobs:F})=>{const ee=A.current,C=new Map;for(const V of ee)V.summary&&C.set(V.id,V.summary);const R=F.map(V=>{var ue;const T=C.get(V.id);return T&&T.length>(((ue=V.summary)==null?void 0:ue.length)||0)?{...V,summary:T}:V});t({type:"SET_CRON_JOBS",cronJobs:R})}).catch(()=>{})},3e3);return()=>clearInterval(O)},[e.cronJobs,a==null?void 0:a.id]);const H=z.useCallback(async()=>{if(!a)return;const G=!a.enabled;ce.info("Cron",`Toggle task "${a.name}": ${a.enabled?"enabled → disabled":"disabled → enabled"}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{enabled:G}});try{await Wn.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:G,model:a.model??""})}catch(U){ce.error("Cron",`Failed to toggle task: ${U}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{enabled:a.enabled}})}},[a]),D=z.useCallback(G=>{const U=e.cronJobs.find(O=>O.id===G);U&&(ce.info("Cron",`Selected job #${U.number||G} (status=${U.status})`),t({type:"SELECT_CRON_JOB",jobId:U.id,sessionKey:U.sessionKey||void 0}))},[e.cronJobs]),Z=G=>{if(!a)return;const U=G==="name"?a.name:G==="schedule"?a.schedule??"":a.instructions??"";d(U),c(G)},ie=z.useCallback(async G=>{if(!a)return;ce.info("Cron",`Change model for "${a.name}": → ${G||"default"}`);const U=a.model;t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:G||null}});try{await Wn.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:a.enabled,model:G})}catch(O){ce.error("Cron",`Failed to update task model: ${O}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:U}})}},[a]),te=z.useCallback(async()=>{if(!(!a||S)){ce.info("Cron",`Triggering immediate run for "${a.name}"`),k(!0);try{await Wn.run(a.channelId,a.id),ce.info("Cron",`Task "${a.name}" triggered successfully`),setTimeout(()=>{M()},1500)}catch(G){ce.error("Cron",`Failed to trigger task: ${G}`)}finally{k(!1)}}},[a,S,M]),B=()=>{c(null),d("")},K=async()=>{if(!(!a||!l)){ce.info("Cron",`Save edit "${l}" for "${a.name}": ${u.length>80?u.slice(0,80)+"…":u}`),p(!0);try{if(l==="name")t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{name:u}}),await Wn.update(a.channelId,a.id,{name:u});else{const G={[l]:u};t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:G}),await Wn.update(a.channelId,a.id,{schedule:l==="schedule"?u:a.schedule??"",instructions:l==="instructions"?u:a.instructions??"",enabled:a.enabled,model:a.model??""})}c(null)}catch(G){ce.error("Cron",`Failed to update task field "${l}": ${G}`)}finally{p(!1)}}},Q=async()=>{if(a){ce.info("Cron",`Deleting task: "${a.name}" (${a.id})`),x(!0);try{await Wn.delete(a.channelId,a.id),ce.info("Cron",`Task deleted: "${a.name}"`);const{tasks:G}=await Wn.listAll("background");t({type:"SET_CRON_TASKS",cronTasks:G}),t({type:"SELECT_CRON_TASK",taskId:G.length>0?G[0].id:null}),y(!1)}catch(G){ce.error("Cron",`Failed to delete task: ${G}`)}finally{x(!1)}}},pe=G=>{G.key==="Escape"&&B(),G.key==="Enter"&&!G.shiftKey&&l!=="instructions"&&(G.preventDefault(),K())};if(!a)return m.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:m.jsxs("div",{className:"text-center",children:[m.jsx("svg",{className:"w-16 h-16 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select an automation"}),m.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a cron job from the sidebar to view details"})]})});const ne=e.channels.find(G=>G.id===a.channelId);return m.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[m.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 px-4 sm:px-5 py-2 sm:py-3 flex-shrink-0",style:{borderBottom:"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center gap-2 sm:gap-3 min-w-0 flex-1",children:[m.jsx("svg",{className:"w-5 h-5 flex-shrink-0 hidden sm:block",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-secondary)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),l==="name"?m.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[m.jsx("input",{ref:I,value:u,onChange:G=>d(G.target.value),onKeyDown:pe,className:"text-h2 font-bold px-2 py-0.5 rounded-sm focus:outline-none min-w-0 w-full",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",maxWidth:280}}),m.jsx(UE,{saving:h,onSave:K,onCancel:B})]}):m.jsx("h2",{className:"text-h2 font-bold truncate cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:()=>Z("name"),title:"Click to edit name",children:a.name}),!a.enabled&&m.jsx("span",{className:"text-tiny px-2 py-0.5 rounded-sm font-bold flex-shrink-0",style:{background:"rgba(232,162,48,0.15)",color:"var(--accent-yellow)"},children:"PAUSED"})]}),m.jsxs("div",{className:"flex items-center gap-1.5 sm:gap-2 flex-shrink-0",children:[m.jsxs("button",{onClick:te,disabled:S,className:"flex items-center gap-1 sm:gap-1.5 px-2 sm:px-3 py-1 sm:py-1.5 text-caption rounded-sm transition-colors disabled:opacity-50",style:{background:"rgba(29,155,209,0.15)",color:"var(--text-link)"},title:"Run task now (one-time)",children:[m.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:m.jsx("path",{d:"M8 5v14l11-7z"})}),m.jsx("span",{className:"hidden sm:inline",children:S?"Running...":"Run Now"})]}),m.jsx("button",{onClick:()=>y(!0),className:"p-1 sm:p-1.5 rounded-sm transition-colors hover:bg-[--bg-hover]",style:{color:"var(--text-muted)"},title:"Delete task",children:m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0"})})}),m.jsxs("button",{onClick:H,className:"flex items-center gap-1.5 sm:gap-2 px-2 sm:px-3 py-1 sm:py-1.5 text-caption rounded-sm transition-colors",style:{background:a.enabled?"rgba(43,172,118,0.15)":"rgba(107,111,118,0.15)",color:a.enabled?"var(--accent-green)":"var(--text-muted)"},children:[m.jsx("div",{className:"w-7 h-4 rounded-full relative transition-colors flex-shrink-0",style:{background:a.enabled?"var(--accent-green)":"var(--text-muted)"},children:m.jsx("div",{className:"w-3 h-3 rounded-full bg-white absolute top-0.5 transition-all",style:{left:a.enabled?14:2}})}),m.jsx("span",{className:"hidden sm:inline",children:a.enabled?"Enabled":"Disabled"})]})]})]}),b&&m.jsxs("div",{className:"px-4 sm:px-5 py-2 sm:py-3 flex flex-wrap items-center justify-between gap-2",style:{background:"rgba(224,30,90,0.08)",borderBottom:"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[m.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,style:{color:"var(--accent-red)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z"})}),m.jsxs("span",{className:"text-caption",style:{color:"var(--accent-red)"},children:['Delete "',a.name,'"?']})]}),m.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[m.jsx("button",{onClick:Q,disabled:v,className:"px-3 py-1.5 text-caption font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--accent-red)"},children:v?"Deleting...":"Delete"}),m.jsx("button",{onClick:()=>y(!1),className:"px-3 py-1.5 text-caption rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),m.jsx(LL,{task:a,channel:ne,state:e,isMobile:r,infoExpanded:N,setInfoExpanded:_,editingField:l,editValue:u,setEditValue:d,editRef:I,handleKeyDown:pe,saving:h,saveEdit:K,cancelEdit:B,startEdit:Z,handleModelSelectChange:ie,handleSelectJob:D})]})}function LL({task:e,channel:t,state:r,isMobile:a,infoExpanded:l,setInfoExpanded:c,editingField:u,editValue:d,setEditValue:h,editRef:p,handleKeyDown:b,saving:y,saveEdit:v,cancelEdit:x,startEdit:S,handleModelSelectChange:k,handleSelectJob:N}){const _=iu({id:"botschat-cron-detail-v"}),[I,M]=z.useState(40),A=z.useRef(null),H=z.useRef({startY:0,startPct:40}),D=z.useCallback(te=>{te.preventDefault(),H.current.startY=te.touches[0].clientY,H.current.startPct=I;const B=Q=>{if(Q.preventDefault(),!A.current)return;const pe=A.current.getBoundingClientRect().height,ne=(Q.touches[0].clientY-H.current.startY)/pe*100;M(Math.max(10,Math.min(70,H.current.startPct+ne)))},K=()=>{document.removeEventListener("touchmove",B),document.removeEventListener("touchend",K)};document.addEventListener("touchmove",B,{passive:!1}),document.addEventListener("touchend",K)},[I]),Z=z.useCallback(te=>{te.preventDefault(),H.current.startY=te.clientY,H.current.startPct=I;const B=Q=>{if(!A.current)return;const pe=A.current.getBoundingClientRect().height,ne=(Q.clientY-H.current.startY)/pe*100;M(Math.max(10,Math.min(70,H.current.startPct+ne)))},K=()=>{document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",K)};document.addEventListener("mousemove",B),document.addEventListener("mouseup",K)},[I]),ie=m.jsxs("div",{className:"h-full flex flex-col",children:[m.jsxs("button",{className:"w-full flex items-center gap-2 px-4 sm:px-5 py-2 text-tiny uppercase tracking-wider hover:bg-[--bg-hover] transition-colors flex-shrink-0",style:{color:"var(--text-muted)"},onClick:()=>c(!l),children:[m.jsx("svg",{className:`w-3 h-3 transition-transform ${l?"rotate-0":"-rotate-90"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),"Task Details"]}),l&&m.jsxs("div",{className:"flex-1 overflow-y-auto px-4 sm:px-5 pb-4 space-y-4",children:[u==="schedule"?m.jsx("div",{children:m.jsx(Ii,{label:"Schedule",children:m.jsx(IL,{value:d,onChange:h,onSave:v,onCancel:x,saving:y})})}):m.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-3 sm:gap-4",children:[m.jsx(Ii,{label:"Schedule",children:m.jsx(DL,{schedule:e.schedule,onClick:()=>S("schedule")})}),m.jsx(Ii,{label:"Model",children:m.jsx(Eu,{value:e.model??"",onChange:k,models:r.models,placeholder:"Default"})}),m.jsx(Ii,{label:"Channel",children:m.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:(t==null?void 0:t.name)??"Default"})}),m.jsx(Ii,{label:"Status",children:m.jsxs("div",{className:"flex items-center gap-2",children:[m.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.enabled?"var(--accent-green)":"var(--accent-yellow)"}}),m.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:e.enabled?"Active":"Paused"})]})})]}),m.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-3 sm:gap-4",children:[m.jsx(Ii,{label:"Cron Job ID",children:m.jsx("span",{className:"text-caption font-mono",style:{color:"var(--text-secondary)"},children:e.openclawCronJobId??"N/A"})}),m.jsx(Ii,{label:"Created",children:m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.createdAt?Nx(e.createdAt):"N/A"})}),m.jsx(Ii,{label:"Updated",children:m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.updatedAt?Nx(e.updatedAt):"N/A"})})]}),m.jsxs("div",{children:[m.jsxs("div",{className:"flex items-center justify-between mb-1",children:[m.jsx("span",{className:"text-tiny uppercase tracking-wider",style:{color:"var(--text-muted)"},children:"Prompt / Instructions"}),u!=="instructions"&&m.jsx("button",{onClick:()=>S("instructions"),className:"text-tiny px-2 py-0.5 rounded-sm transition-colors hover:bg-[--bg-hover]",style:{color:"var(--text-link)"},children:"Edit"})]}),u==="instructions"?m.jsxs("div",{children:[m.jsx("textarea",{ref:p,value:d,onChange:te=>h(te.target.value),onKeyDown:te=>{te.key==="Escape"&&x(),te.key==="Enter"&&(te.metaKey||te.ctrlKey)&&(te.preventDefault(),v())},placeholder:"Enter the prompt or instructions for this cron task...",rows:6,className:"w-full text-caption p-3 rounded-md resize-y focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",minHeight:80,maxHeight:300}}),m.jsxs("div",{className:"flex items-center justify-between mt-2",children:[m.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cmd/Ctrl+Enter to save, Esc to cancel"}),m.jsx(UE,{saving:y,onSave:v,onCancel:x})]})]}):m.jsx("div",{className:"text-caption p-3 rounded-md whitespace-pre-wrap cursor-pointer hover:border-[--text-muted] transition-colors",style:{background:"var(--bg-hover)",color:e.instructions?"var(--text-primary)":"var(--text-muted)",border:"1px solid transparent",minHeight:48},onClick:()=>S("instructions"),title:"Click to edit",children:e.instructions||"No instructions set. Click to add a prompt for this cron task."})]})]})]});return a?m.jsxs("div",{ref:A,className:"flex-1 min-h-0 flex flex-col",children:[m.jsx("div",{className:"flex-shrink-0 overflow-y-auto",style:{...l?{height:`${I}%`}:{},borderBottom:"1px solid var(--border)"},children:ie}),l&&m.jsx("div",{className:"flex-shrink-0 flex items-center justify-center touch-none select-none",style:{height:20,cursor:"row-resize",background:"var(--bg-surface)",borderBottom:"1px solid var(--border)"},onTouchStart:D,onMouseDown:Z,children:m.jsx("div",{className:"rounded-full",style:{width:36,height:4,background:"var(--text-muted)",opacity:.4}})}),m.jsx(Cx,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:N,mobile:!0})]}):m.jsxs(Xl,{orientation:"vertical",defaultLayout:_.defaultLayout,onLayoutChanged:_.onLayoutChanged,id:"botschat-cron-detail-v",className:"flex-1 min-h-0",children:[m.jsx(vr,{id:"cron-info",defaultSize:"40%",minSize:"5%",maxSize:"70%",children:m.jsx("div",{className:"h-full",style:{borderBottom:"1px solid var(--border)"},children:ie})}),m.jsx(Yl,{direction:"vertical"}),m.jsx(vr,{id:"cron-content-area",children:m.jsx(Cx,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:N,mobile:!1})})]})}function Cx({cronJobs:e,selectedCronJobId:t,handleSelectJob:r,mobile:a}){const l=iu({id:"botschat-cron-content"}),[c,u]=z.useState(!1),d=p=>{r(p),u(!0)},h=m.jsxs("div",{className:"overflow-y-auto h-full",children:[m.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Execution History"}),m.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.length===0?m.jsxs("div",{className:"px-4 py-6 text-center",children:[m.jsx("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"No runs yet."}),m.jsx("p",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"Waiting for schedule..."})]}):e.map((p,b)=>{const y=jE(p.status),v=p.number||e.length-b,x=t===p.id;return m.jsxs("button",{onClick:()=>a?d(p.id):r(p.id),className:`w-full text-left px-3 py-2 hover:bg-[--bg-hover] transition-colors ${x?"bg-[--bg-hover]":""}`,style:{borderBottom:"1px solid var(--border)",...x?{borderLeft:"3px solid var(--bg-active)"}:{}},children:[m.jsxs("div",{className:"flex items-center justify-between",children:[m.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",v]}),m.jsxs("span",{className:"text-tiny px-1.5 py-0.5 rounded-sm font-bold flex items-center gap-1",style:{background:y.bg,color:y.fg},children:[p.status==="running"&&m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),zE(p.status)]})]}),m.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[p.time,p.durationMs!=null&&m.jsxs("span",{className:"ml-1",children:["(",(p.durationMs/1e3).toFixed(1),"s)"]})]}),p.summary&&m.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:p.summary})]},p.id)})]});return a?c&&t?m.jsxs("div",{className:"flex-1 flex flex-col min-h-0",children:[m.jsxs("button",{onClick:()=>u(!1),className:"flex items-center gap-1 px-4 py-2 text-caption flex-shrink-0",style:{borderBottom:"1px solid var(--border)",color:"var(--text-link)"},children:[m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})}),"Back to History"]}),m.jsx("div",{className:"flex-1 min-h-0",children:m.jsx(Ax,{jobs:e,selectedJobId:t})})]}):m.jsx("div",{className:"flex-1 min-h-0",children:h}):m.jsxs(Xl,{orientation:"horizontal",defaultLayout:l.defaultLayout,onLayoutChanged:l.onLayoutChanged,id:"botschat-cron-content",className:"flex-1 min-h-0",children:[m.jsx(vr,{id:"cron-jobs",defaultSize:"20%",minSize:"8%",maxSize:"40%",children:h}),m.jsx(Yl,{}),m.jsx(vr,{id:"cron-output",children:m.jsx(Ax,{jobs:e,selectedJobId:t})})]})}const zL=`prose prose-sm max-w-none
1489
+ prose-p:my-1.5 prose-ul:my-1.5 prose-ol:my-1.5
1490
+ prose-pre:my-2 prose-pre:rounded-md prose-pre:text-caption
1491
+ prose-code:before:content-none prose-code:after:content-none
1492
+ prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-caption
1493
+ prose-table:my-2 prose-th:px-3 prose-th:py-1.5 prose-td:px-3 prose-td:py-1.5
1494
+ prose-h1:text-lg prose-h2:text-base prose-h3:text-sm
1495
+ prose-li:my-0.5
1496
+ prose-blockquote:border-l-2 prose-blockquote:pl-4 prose-blockquote:my-2
1497
+ prose-hr:my-4`,jL={color:"var(--text-primary)","--tw-prose-headings":"var(--text-primary)","--tw-prose-bold":"var(--text-primary)","--tw-prose-links":"var(--text-link)","--tw-prose-code":"var(--text-primary)","--tw-prose-pre-code":"var(--text-primary)","--tw-prose-pre-bg":"var(--code-bg)","--tw-prose-th-borders":"var(--border)","--tw-prose-td-borders":"var(--border)","--tw-prose-quotes":"var(--text-secondary)","--tw-prose-quote-borders":"var(--border)","--tw-prose-bullets":"var(--text-muted)","--tw-prose-counters":"var(--text-muted)","--tw-prose-hr":"var(--border)"};function BL(e){return e.split(/\n\n---\n\n/).filter(t=>t.trim())}function Ax({jobs:e,selectedJobId:t}){const r=t?e.find(d=>d.id===t):null,a=z.useRef(null);if(z.useEffect(()=>{a.current&&(r==null?void 0:r.status)==="running"&&(a.current.scrollTop=a.current.scrollHeight)},[r==null?void 0:r.summary,r==null?void 0:r.status]),!r)return m.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:m.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:e.length>0?"Select a run to view output":"No execution history yet"})});const l=jE(r.status),c=r.status==="running",u=r.summary?BL(r.summary):[];return m.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[m.jsxs("div",{className:"flex items-center gap-3 px-5 py-2.5 flex-shrink-0",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("span",{className:"text-tiny px-2 py-0.5 rounded-sm font-bold",style:{background:l.bg,color:l.fg},children:zE(r.status)}),c&&m.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),m.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:r.time}),r.durationMs!=null&&m.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:r.durationMs>=6e4?`${(r.durationMs/6e4).toFixed(1)}m`:`${(r.durationMs/1e3).toFixed(1)}s`})]}),m.jsx("div",{className:"flex-1 overflow-y-auto px-5 py-4",ref:a,children:u.length>0?m.jsxs("div",{className:"flex flex-col gap-3",children:[u.map((d,h)=>{const p=h===u.length-1,b=c&&p;return m.jsxs("div",{className:"rounded-md px-4 py-3",style:{background:"var(--bg-primary)",border:b?"1px solid var(--text-link)":"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[m.jsx("span",{className:"text-tiny font-bold px-1.5 py-0.5 rounded-sm",style:{background:b?"var(--text-link)":"var(--bg-surface)",color:b?"#fff":"var(--text-muted)"},children:u.length>1?`#${h+1}`:"Output"}),b&&m.jsxs("div",{className:"flex items-center gap-1",children:[m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),m.jsx("span",{className:"text-tiny",style:{color:"var(--text-link)"},children:"streaming..."})]}),!b&&!c&&u.length>1&&m.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"completed"})]}),m.jsx("div",{className:zL,style:jL,children:m.jsx(B0,{remarkPlugins:[o1],children:d})})]},h)}),c&&m.jsxs("div",{className:"flex items-center gap-1.5 pl-2",children:[m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]})]}):c?m.jsxs("div",{className:"flex items-center gap-1.5 py-2 pl-1",children:[m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),m.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]}):m.jsx("div",{className:"flex items-center justify-center h-full",children:m.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No output recorded for this run."})})})]})}function Ii({label:e,children:t}){return m.jsxs("div",{className:"min-w-0",children:[m.jsx("div",{className:"text-tiny uppercase tracking-wider mb-1",style:{color:"var(--text-muted)"},children:e}),t]})}function UE({saving:e,onSave:t,onCancel:r}){return m.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[m.jsx("button",{onClick:t,disabled:e,className:"px-2 py-1 text-tiny font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--bg-active)"},children:e?"...":"Save"}),m.jsx("button",{onClick:r,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})}function UL({sendMessage:e,theme:t,onToggleTheme:r,showSettings:a,onOpenSettings:l,onCloseSettings:c,handleDefaultModelChange:u,handleSelectJob:d}){var Z,ie,te,B,K,Q,pe,ne,G,U;const h=sr(),p=ei(),[b,y]=z.useState(()=>h.activeView==="automations"?"cron-list":h.selectedAgentId&&h.selectedSessionKey?"chat":"channel-list"),[v,x]=z.useState(!1),S=h.activeView,k=z.useCallback(O=>{p({type:"SET_ACTIVE_VIEW",view:O}),O==="messages"?h.selectedAgentId&&h.selectedSessionKey?y("chat"):y("channel-list"):h.selectedCronTaskId?y("cron-detail"):y("cron-list")},[p,h.selectedAgentId,h.selectedSessionKey,h.selectedCronTaskId]),N=qr.useRef(h.selectedAgentId);qr.useEffect(()=>{h.selectedAgentId&&h.selectedAgentId!==N.current&&b==="channel-list"&&y("chat"),N.current=h.selectedAgentId},[h.selectedAgentId,b]);const _=qr.useRef(h.selectedCronTaskId);qr.useEffect(()=>{h.selectedCronTaskId&&h.selectedCronTaskId!==_.current&&b==="cron-list"&&y("cron-detail"),_.current=h.selectedCronTaskId},[h.selectedCronTaskId,b]),qr.useEffect(()=>{h.activeThreadId&&b==="chat"&&y("thread")},[h.activeThreadId,b]),qr.useEffect(()=>{!h.activeThreadId&&b==="thread"&&y("chat")},[h.activeThreadId,b]);const I=()=>{var O;ce.info("Auth",`Mobile logout — user ${(O=h.user)==null?void 0:O.email}`),so(null),xu(null),p({type:"LOGOUT"})},M=((te=(ie=(Z=h.user)==null?void 0:Z.displayName)==null?void 0:ie[0])==null?void 0:te.toUpperCase())??((Q=(K=(B=h.user)==null?void 0:B.email)==null?void 0:K[0])==null?void 0:Q.toUpperCase())??"?",A=z.useCallback(()=>{switch(b){case"chat":y("channel-list");break;case"thread":p({type:"CLOSE_THREAD"}),y("chat");break;case"cron-detail":y("cron-list");break}},[b,p]),H=()=>{switch(b){case"channel-list":return"BotsChat";case"chat":{const O=h.agents.find(F=>F.id===h.selectedAgentId);return`# ${(O==null?void 0:O.name)??"Chat"}`}case"thread":return"Thread";case"cron-list":return"Automations";case"cron-detail":{const O=h.cronTasks.find(F=>F.id===h.selectedCronTaskId);return(O==null?void 0:O.name)??"Task Detail"}default:return"BotsChat"}},D=b!=="channel-list"&&b!=="cron-list";return m.jsxs("div",{className:"flex flex-col h-screen",style:{background:"var(--bg-surface)"},children:[m.jsxs("div",{className:"flex items-center justify-between px-4 flex-shrink-0",style:{height:44,paddingTop:"env(safe-area-inset-top, 0px)",background:"var(--bg-primary)",borderBottom:"1px solid var(--border)"},children:[m.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[D&&m.jsx("button",{onClick:A,className:"p-1 -ml-1 rounded",style:{color:"var(--text-link)"},"aria-label":"Back",children:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})})}),m.jsx("span",{className:"text-h2 font-bold truncate",style:{color:"var(--text-primary)"},children:H()})]}),m.jsxs("div",{className:"flex items-center gap-1",children:[m.jsx("div",{className:"w-2 h-2 rounded-full mr-1",style:{background:h.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),m.jsx("button",{onClick:l,className:"p-1.5 rounded",style:{color:"var(--text-muted)"},children:m.jsxs("svg",{className:"w-4.5 h-4.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),m.jsx("button",{onClick:()=>x(!v),className:"w-6 h-6 rounded flex items-center justify-center text-[10px] font-bold text-white",style:{background:"#9B59B6"},title:((pe=h.user)==null?void 0:pe.displayName)??((ne=h.user)==null?void 0:ne.email)??"User",children:M})]})]}),v&&m.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>x(!1),children:m.jsxs("div",{className:"absolute right-4 rounded-lg py-1 min-w-[200px]",style:{top:"calc(44px + env(safe-area-inset-top, 0px) + 4px)",background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},onClick:O=>O.stopPropagation(),children:[m.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((G=h.user)==null?void 0:G.displayName)??"User"}),m.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(U=h.user)==null?void 0:U.email})]}),m.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--text-primary)"},onClick:()=>{r(),x(!1)},children:[t==="dark"?m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"})}):m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"})}),t==="dark"?"Light Mode":"Dark Mode"]}),m.jsx("div",{style:{borderTop:"1px solid var(--border)"}}),m.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--accent-red)"},onClick:()=>{I(),x(!1)},children:[m.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"})}),"Logout"]})]})}),m.jsxs("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:[b==="channel-list"&&m.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto",style:{background:"var(--bg-secondary)"},children:m.jsx(n0,{})}),b==="chat"&&m.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:m.jsx(z1,{sendMessage:e})}),b==="thread"&&m.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:m.jsx(j1,{sendMessage:e})}),b==="cron-list"&&m.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto",style:{background:"var(--bg-secondary)"},children:m.jsx(DE,{})}),b==="cron-detail"&&m.jsx("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:m.jsx(BE,{})})]}),m.jsxs("div",{className:"flex items-stretch flex-shrink-0",style:{height:56,background:"var(--bg-primary)",borderTop:"1px solid var(--border)",paddingBottom:"env(safe-area-inset-bottom, 0px)"},children:[m.jsx(Ox,{label:"Messages",active:S==="messages",onClick:()=>k("messages"),icon:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})})}),m.jsx(Ox,{label:"Automations",active:S==="automations",onClick:()=>k("automations"),icon:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})})]}),a&&m.jsx(PL,{state:h,onClose:c,handleDefaultModelChange:u})]})}function PL({state:e,onClose:t,handleDefaultModelChange:r}){const[a,l]=z.useState("general");return m.jsx("div",{className:"fixed inset-0 flex items-end justify-center z-50",style:{background:"rgba(0,0,0,0.5)"},onClick:t,children:m.jsxs("div",{className:"w-full rounded-t-xl p-5 max-h-[85vh] flex flex-col",style:{background:"var(--bg-surface)",paddingBottom:"calc(20px + env(safe-area-inset-bottom, 0px))"},onClick:c=>c.stopPropagation(),children:[m.jsx("div",{className:"w-10 h-1 rounded-full mx-auto mb-4",style:{background:"var(--text-muted)"}}),m.jsx("h2",{className:"text-h1 font-bold mb-3",style:{color:"var(--text-primary)"},children:"Settings"}),m.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="general"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="general"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>l("general"),children:"General"}),m.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="connection"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="connection"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>l("connection"),children:"Connection"})]}),m.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[a==="general"&&m.jsxs("div",{className:"space-y-4",children:[m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),m.jsx(Eu,{value:e.defaultModel??"",onChange:r,models:e.models,placeholder:"Not set (use agent default)"})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),m.jsx("span",{className:"text-body font-mono",style:{color:e.sessionModel||e.defaultModel?"var(--text-primary)":"var(--text-muted)"},children:e.sessionModel??e.defaultModel??"Not connected"})]})]}),a==="connection"&&m.jsx(RE,{})]}),m.jsx("button",{onClick:t,className:"w-full mt-4 py-2.5 text-caption font-bold text-white rounded-md shrink-0",style:{background:"var(--bg-active)"},children:"Done"})]})})}function Ox({label:e,active:t,onClick:r,icon:a}){return m.jsxs("button",{onClick:r,className:"flex-1 flex flex-col items-center justify-center gap-0.5 transition-colors",style:{color:t?"var(--text-link)":"var(--text-muted)"},children:[a,m.jsx("span",{className:"text-[10px] leading-tight",children:e})]})}const Rx="G-HKJNG1X0JE";function HL(){if(typeof window>"u")return!1;if(window.gtag)return!0;window.dataLayer=window.dataLayer||[],window.gtag=function(){window.dataLayer.push(arguments)},window.gtag("js",new Date),window.gtag("config",Rx);const e=document.createElement("script");return e.async=!0,e.src=`https://www.googletagmanager.com/gtag/js?id=${Rx}`,document.head.appendChild(e),!0}let Mx=!1;function FL(){Mx||(Mx=HL())}function $L(e,t){window.gtag&&window.gtag("event",e,t)}function GL(e){$L("page_view",{page_path:`/${e}`,page_title:e})}function KL(){var U;const[e,t]=z.useReducer(Mw,Jh,O=>{try{const F=localStorage.getItem("botschat_active_view");if(F==="messages"||F==="automations")return{...O,activeView:F}}catch{}return O}),r=z.useRef(null),a=z.useRef(()=>{}),l=z.useRef(!1),[c,u]=z.useState(!1),[d,h]=z.useState("general"),[p,b]=z.useState(!1),y=LE(),v=iu({id:"botschat-main"}),x=iu({id:"botschat-content"}),[S,k]=z.useState(()=>localStorage.getItem("botschat_onboarding_dismissed")==="1"),N=z.useCallback(()=>{k(!0),localStorage.setItem("botschat_onboarding_dismissed","1")},[]),[_,I]=z.useState(()=>{var F;const O=localStorage.getItem("botschat_theme");return O==="light"||O==="dark"?O:(F=window.matchMedia)!=null&&F.call(window,"(prefers-color-scheme: light)").matches?"light":"dark"});z.useEffect(()=>{document.documentElement.setAttribute("data-theme",_),localStorage.setItem("botschat_theme",_);const O=document.querySelector('meta[name="theme-color"]');O&&O.setAttribute("content",_==="dark"?"#1A1D21":"#FFFFFF")},[_]),z.useEffect(()=>{localStorage.setItem("botschat_active_view",e.activeView)},[e.activeView]),z.useEffect(()=>{GL(e.activeView)},[e.activeView]),z.useEffect(()=>{e.selectedCronTaskId&&localStorage.setItem("botschat_last_cron_task",e.selectedCronTaskId)},[e.selectedCronTaskId]),z.useEffect(()=>{if(e.selectedSessionId){const O=e.agents.find(F=>F.id===e.selectedAgentId);O!=null&&O.channelId&&localStorage.setItem(`botschat_last_session_${O.channelId}`,e.selectedSessionId)}},[e.selectedSessionId,e.selectedAgentId,e.agents]);const M=z.useCallback(()=>{I(O=>O==="dark"?"light":"dark")},[]);z.useEffect(()=>{By()&&(ce.api("Auth","Auto-login with stored token"),Bl.me().then(F=>{ce.info("Auth",`Logged in as ${F.email} (${F.id})`),t({type:"SET_USER",user:F})}).catch(F=>{ce.warn("Auth",`Auto-login failed: ${F}`),so(null),xu(null)}))},[]),z.useEffect(()=>{if(!e.user)return;const O=setTimeout(()=>{e.models.length===0&&Uw.list().then(({models:F})=>{F.length>0&&t({type:"SET_MODELS",models:F})}).catch(()=>{})},2e3);return()=>clearTimeout(O)},[e.user,e.models.length]),z.useEffect(()=>{e.user&&(ce.api("Agents","Loading agents list"),xs.list().then(({agents:O})=>{if(ce.info("Agents",`Loaded ${O.length} agents`,O.map(F=>({id:F.id,name:F.name,channelId:F.channelId}))),t({type:"SET_AGENTS",agents:O}),O.length>0&&!e.selectedAgentId){let F=O[0];try{const ee=localStorage.getItem("botschat_last_agent");if(ee){const C=O.find(R=>R.id===ee);C&&(ce.info("Agents",`Restoring last channel: ${C.name} (${C.id})`),F=C)}}catch{}t({type:"SELECT_AGENT",agentId:F.id,sessionKey:F.sessionKey})}}),ce.api("Channels","Loading channels list"),Er.list().then(({channels:O})=>{ce.info("Channels",`Loaded ${O.length} channels`,O.map(F=>({id:F.id,name:F.name}))),t({type:"SET_CHANNELS",channels:O}),b(!0)}))},[e.user]),z.useEffect(()=>{e.user&&e.activeView==="automations"&&(ce.api("Cron","Loading all background tasks + scan data"),Promise.all([Wn.listAll("background"),Wn.scanData()]).then(([{tasks:O},{tasks:F}])=>{if(ce.info("Cron",`Loaded ${O.length} cron tasks + ${F.length} scan entries`),t({type:"SET_CRON_TASKS",cronTasks:O}),t({type:"MERGE_SCAN_DATA",scanTasks:F.map(ee=>({cronJobId:ee.cronJobId,schedule:ee.schedule,instructions:ee.instructions,model:ee.model||void 0,enabled:ee.enabled}))}),O.length>0&&!e.selectedCronTaskId){let ee=O[0].id;try{const C=localStorage.getItem("botschat_last_cron_task");if(C){const R=O.find(V=>V.id===C);R&&(ce.info("Cron",`Restoring last cron task: ${R.name} (${R.id})`),ee=R.id)}}catch{}t({type:"SELECT_CRON_TASK",taskId:ee})}}))},[e.user,e.activeView]);const A=(U=e.agents.find(O=>O.id===e.selectedAgentId))==null?void 0:U.channelId,H=e.activeView==="messages";z.useEffect(()=>{if(!H)return;if(!e.selectedAgentId){t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]});return}const O=e.agents.find(F=>F.id===e.selectedAgentId);O!=null&&O.channelId?(O.isDefault?(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null})):Wn.list(O.channelId).then(({tasks:F})=>{if(t({type:"SET_TASKS",tasks:F}),F.length>0){const ee=F[0];t({type:"SELECT_TASK",taskId:ee.id})}}),vs.list(O.channelId).then(({sessions:F})=>{if(ce.info("Sessions",`Loaded ${F.length} sessions for channel ${O.channelId}`),t({type:"SET_SESSIONS",sessions:F}),F.length>0){let ee=F[0];try{const C=localStorage.getItem(`botschat_last_session_${O.channelId}`);if(C){const R=F.find(V=>V.id===C);R&&(ce.info("Sessions",`Restoring last session: ${R.name} (${R.id})`),ee=R)}}catch{}t({type:"SELECT_SESSION",sessionId:ee.id,sessionKey:ee.sessionKey})}}).catch(F=>{ce.error("Sessions",`Failed to load sessions: ${F}`)})):O!=null&&O.isDefault&&!l.current&&S?(ce.info("Sessions","Default agent has no channel — auto-creating General channel"),l.current=!0,t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]}),Er.create({name:"General",openclawAgentId:"main"}).then(async F=>{ce.info("Sessions",`General channel created: ${F.id}`);const[{agents:ee},{channels:C}]=await Promise.all([xs.list(),Er.list()]);t({type:"SET_AGENTS",agents:ee}),t({type:"SET_CHANNELS",channels:C});const{sessions:R}=await vs.list(F.id);t({type:"SET_SESSIONS",sessions:R}),R.length>0&&t({type:"SELECT_SESSION",sessionId:R[0].id,sessionKey:R[0].sessionKey})}).catch(F=>{ce.error("Sessions",`Failed to auto-create General channel: ${F}`),l.current=!1})):(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]}))},[e.selectedAgentId,A,H,S]),z.useEffect(()=>{if(!e.selectedTaskId)return;const O=e.tasks.find(ee=>ee.id===e.selectedTaskId);if(!O||O.kind!=="background"){t({type:"SET_JOBS",jobs:[]});return}const F=e.agents.find(ee=>ee.id===e.selectedAgentId);F!=null&&F.channelId&&Sh.list(F.channelId,O.id).then(({jobs:ee})=>{t({type:"SET_JOBS",jobs:ee}),ee.length>0&&!e.selectedJobId&&t({type:"SELECT_JOB",jobId:ee[0].id,sessionKey:ee[0].sessionKey})}).catch(ee=>{console.error("Failed to load jobs:",ee)})},[e.selectedTaskId,e.tasks]),z.useEffect(()=>{if(!e.user||!e.selectedSessionKey)return;let O=!1;return Yx.list(e.user.id,e.selectedSessionKey).then(async({messages:F,replyCounts:ee})=>{if(O)return;const C=await Promise.all(F.map(async R=>{if(R.encrypted&&Gt.hasKey())try{const V=await Gt.decrypt(R.text,R.id);return{...R,text:V,isEncryptedLocked:!1}}catch(V){return console.warn(`Failed to decrypt message ${R.id}`,V),{...R,isEncryptedLocked:!0}}else if(R.encrypted)return{...R,isEncryptedLocked:!0};return R}));t({type:"SET_MESSAGES",messages:C,replyCounts:ee})}).catch(F=>{console.error("Failed to load message history:",F)}),()=>{O=!0}},[e.user,e.selectedSessionKey]);const D=z.useRef(e);z.useEffect(()=>{D.current=e},[e]);const Z=z.useCallback(O=>{var V;const F=O.sessionKey,ee=O.threadId??O.replyToId;ce.wsIn("WS",`${O.type}`,O);const C=T=>{if(T)return T.replace(/:thread:.+$/,"")},R=T=>T?C(T)===D.current.selectedSessionKey:!0;switch(O.type){case"connection.status":ce.info("Connection",`OpenClaw ${O.openclawConnected?"connected":"disconnected"}${O.defaultModel?` (default: ${O.defaultModel})`:""}`),t({type:"SET_OPENCLAW_CONNECTED",connected:O.openclawConnected,defaultModel:O.defaultModel||void 0}),Array.isArray(O.models)&&O.models.length>0&&t({type:"SET_MODELS",models:O.models});break;case"openclaw.disconnected":ce.warn("Connection","OpenClaw disconnected"),t({type:"SET_OPENCLAW_CONNECTED",connected:!1});break;case"model.changed":if(O.model&&O.sessionKey){ce.info("Model",`Session model changed to: ${O.model} (session: ${O.sessionKey})`),t({type:"SET_SESSION_MODEL",model:O.model});try{const T=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");T[O.sessionKey]=O.model,localStorage.setItem("botschat:sessionModels",JSON.stringify(T))}catch{}}break;case"agent.stream.start":if(F&&R(F)){const T=ee??((V=F.match(/:thread:(.+)$/))==null?void 0:V[1]);t({type:"STREAM_START",runId:O.runId,sessionKey:F,threadId:T})}break;case"agent.stream.chunk":t({type:"STREAM_CHUNK",runId:O.runId,sessionKey:F??"",text:O.text});break;case"agent.stream.end":t({type:"STREAM_END",runId:O.runId});break;case"agent.text":{if(!R(F))break;const T={id:crypto.randomUUID(),sender:"agent",text:O.text,timestamp:Date.now(),threadId:ee};t(ee&&F?{type:"ADD_THREAD_MESSAGE",message:T}:{type:"ADD_MESSAGE",message:T});break}case"agent.media":{if(!R(F))break;const T={id:crypto.randomUUID(),sender:"agent",text:O.caption??"",mediaUrl:O.mediaUrl,timestamp:Date.now(),threadId:ee};t(ee&&F?{type:"ADD_THREAD_MESSAGE",message:T}:{type:"ADD_MESSAGE",message:T});break}case"agent.a2ui":{if(!R(F))break;const T={id:crypto.randomUUID(),sender:"agent",text:"",a2ui:O.jsonl,timestamp:Date.now(),threadId:ee};t(ee&&F?{type:"ADD_THREAD_MESSAGE",message:T}:{type:"ADD_MESSAGE",message:T});break}case"job.update":{const T={id:O.jobId,number:0,sessionKey:O.sessionKey,status:O.status,startedAt:O.startedAt,finishedAt:O.finishedAt??null,durationMs:O.durationMs??null,summary:O.summary??"",time:new Date((O.startedAt??0)*1e3).toLocaleString()};if(T.status==="running")t({type:"ADD_JOB",job:T});else{const ue=D.current,ye=ue.jobs.some(q=>q.id===T.id);t(ye?{type:"SET_JOBS",jobs:ue.jobs.map(q=>q.id===T.id?{...q,...T}:q)}:{type:"ADD_JOB",job:T})}T.status==="running"?t({type:"ADD_CRON_JOB",job:T}):t({type:"UPDATE_CRON_JOB",job:T});break}case"job.output":{const T=O.jobId,ue=O.text;T&&ue&&t({type:"APPEND_JOB_OUTPUT",jobId:T,text:ue});break}case"task.scan.result":{const T=O.tasks??[];ce.info("TaskScan",`Scan result: ${T.length} tasks reported`,T),xs.list().then(({agents:ye})=>{ce.info("TaskScan",`Reloaded ${ye.length} agents`),t({type:"SET_AGENTS",agents:ye})}),Er.list().then(({channels:ye})=>{ce.info("TaskScan",`Reloaded ${ye.length} channels`),t({type:"SET_CHANNELS",channels:ye})}),Wn.listAll("background").then(({tasks:ye})=>{ce.info("TaskScan",`Reloaded ${ye.length} cron tasks, merging scan data`),t({type:"SET_CRON_TASKS",cronTasks:ye}),t({type:"MERGE_SCAN_DATA",scanTasks:T.map(q=>({cronJobId:q.cronJobId,schedule:q.schedule,instructions:q.instructions??"",model:q.model,enabled:q.enabled}))})});const ue=D.current;if(ue.selectedAgentId){const ye=ue.agents.find(q=>q.id===ue.selectedAgentId);ye!=null&&ye.channelId&&Wn.list(ye.channelId).then(({tasks:q})=>{t({type:"SET_TASKS",tasks:q})})}break}case"status":break;case"models.list":Array.isArray(O.models)&&t({type:"SET_MODELS",models:O.models});break;case"task.schedule.ack":O.ok?ce.info("Task",`Schedule applied to OpenClaw: ${O.cronJobId}`):ce.error("Task",`Schedule push to OpenClaw failed: ${O.error}`,O);break;case"error":ce.error("Server",O.message,O);break}},[]);z.useEffect(()=>{a.current=Z},[Z]),z.useEffect(()=>{if(!e.user)return;const O=By();if(!O)return;const F=crypto.randomUUID();ce.info("WS",`Connecting WebSocket (session=${F.slice(0,8)}...)`);const ee=new Qw({userId:e.user.id,sessionId:F,token:O,onMessage:C=>{a.current(C)},onStatusChange:C=>{ce.info("WS",C?"WebSocket connected":"WebSocket disconnected"),t({type:"SET_WS_CONNECTED",connected:C})}});return ee.connect(),r.current=ee,()=>{ee.disconnect(),r.current=null}},[e.user]);const ie=z.useCallback(O=>{var F;ce.wsOut("WS",`${O.type}`,O),(F=r.current)==null||F.send(O)},[]),te=z.useCallback(async O=>{t({type:"SET_DEFAULT_MODEL",model:O||null});try{await Bw.updateSettings({defaultModel:O||void 0})}catch(F){console.error("Failed to update default model:",F)}},[]),B=z.useCallback(O=>{const F=e.jobs.find(ee=>ee.id===O);F&&t({type:"SELECT_JOB",jobId:F.id,sessionKey:F.sessionKey||void 0})},[e.jobs]);if(z.useEffect(()=>{if(e.openclawConnected&&!S){const O=setTimeout(()=>{N()},1500);return()=>clearTimeout(O)}},[e.openclawConnected,S,N]),!e.user)return m.jsx(bs.Provider,{value:e,children:m.jsx(jl.Provider,{value:t,children:m.jsx(_L,{})})});if(!S&&p&&e.channels.length===0&&!e.openclawConnected)return m.jsx(bs.Provider,{value:e,children:m.jsx(jl.Provider,{value:t,children:m.jsx(kL,{onSkip:N})})});e.agents.find(O=>O.id===e.selectedAgentId);const Q=e.tasks.find(O=>O.id===e.selectedTaskId),pe=(Q==null?void 0:Q.kind)==="background",ne=!!e.selectedSessionKey,G=e.activeView==="automations";return y?m.jsx(bs.Provider,{value:e,children:m.jsx(jl.Provider,{value:t,children:m.jsx(UL,{sendMessage:ie,theme:_,onToggleTheme:M,showSettings:c,onOpenSettings:()=>u(!0),onCloseSettings:()=>u(!1),handleDefaultModelChange:te,handleSelectJob:B})})}):m.jsx(bs.Provider,{value:e,children:m.jsxs(jl.Provider,{value:t,children:[m.jsxs("div",{className:"flex flex-col h-screen",children:[m.jsxs("div",{className:"flex flex-1 min-h-0",children:[m.jsx(Jw,{onToggleTheme:M,onOpenSettings:()=>u(!0),theme:_}),m.jsxs(Xl,{orientation:"horizontal",defaultLayout:v.defaultLayout,onLayoutChanged:v.onLayoutChanged,id:"botschat-main",className:"flex-1",children:[m.jsx(vr,{id:"sidebar",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:G?m.jsx(DE,{}):m.jsx(n0,{})}),m.jsx(Yl,{}),m.jsx(vr,{id:"content",children:G?m.jsx(BE,{}):m.jsx("div",{className:"flex-1 flex flex-col min-w-0 h-full",children:ne?m.jsxs(Xl,{orientation:"horizontal",defaultLayout:x.defaultLayout,onLayoutChanged:x.onLayoutChanged,id:"botschat-content",children:[pe&&m.jsxs(m.Fragment,{children:[m.jsx(vr,{id:"joblist",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:m.jsx(DM,{jobs:e.jobs,selectedJobId:e.selectedJobId,onSelectJob:B})}),m.jsx(Yl,{})]}),m.jsx(vr,{id:"chat",children:m.jsx(z1,{sendMessage:ie})}),e.activeThreadId&&m.jsxs(m.Fragment,{children:[m.jsx(Yl,{}),m.jsx(vr,{id:"thread",defaultSize:"28%",minSize:"10%",maxSize:"50%",children:m.jsx(j1,{sendMessage:ie})})]})]}):m.jsx("div",{className:"flex-1 flex items-center justify-center",style:{background:"var(--bg-surface)"},children:m.jsxs("div",{className:"text-center",children:[m.jsx("svg",{className:"w-20 h-20 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"})}),m.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),m.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})})})]})]}),m.jsx(OL,{})]}),c&&m.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-50",style:{background:"rgba(0,0,0,0.5)"},onClick:()=>u(!1),children:m.jsxs("div",{className:"rounded-lg p-6 w-[540px] max-w-[90vw] max-h-[85vh] flex flex-col",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},onClick:O=>O.stopPropagation(),children:[m.jsxs("div",{className:"flex items-center justify-between mb-4",children:[m.jsx("h2",{className:"text-h1 font-bold",style:{color:"var(--text-primary)"},children:"Settings"}),m.jsx("button",{onClick:()=>u(!1),className:"p-1 hover:bg-[--bg-hover] rounded",style:{color:"var(--text-muted)"},children:m.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:m.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),m.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[m.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:d==="general"?"var(--text-primary)":"var(--text-muted)",borderBottom:d==="general"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>h("general"),children:"General"}),m.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:d==="connection"?"var(--text-primary)":"var(--text-muted)",borderBottom:d==="connection"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>h("connection"),children:"Connection"}),m.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:d==="security"?"var(--text-primary)":"var(--text-muted)",borderBottom:d==="security"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>h("security"),children:"Security"})]}),m.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[d==="general"&&m.jsxs("div",{className:"space-y-5",children:[m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),m.jsx(Eu,{value:e.defaultModel??"",onChange:te,models:e.models,placeholder:"Not set (use agent default)"}),m.jsxs("p",{className:"text-tiny mt-1.5",style:{color:"var(--text-muted)"},children:["Default model for new conversations. You can override per session using"," ",m.jsx("code",{children:"/model"})," or per automation in its settings."]})]}),m.jsxs("div",{children:[m.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),m.jsx("span",{className:"text-body font-mono",style:{color:e.sessionModel||e.defaultModel?"var(--text-primary)":"var(--text-muted)"},children:e.sessionModel??e.defaultModel??"Not connected"})]})]}),d==="connection"&&m.jsx(RE,{}),d==="security"&&m.jsx(CL,{})]}),m.jsx("div",{className:"mt-4 pt-4 flex justify-end",style:{borderTop:"1px solid var(--border)"},children:m.jsx("button",{onClick:()=>u(!1),className:"px-4 py-1.5 text-caption font-bold text-white rounded-sm",style:{background:"var(--bg-active)"},children:"Done"})})]})})]})})}FL();ew.createRoot(document.getElementById("root")).render(m.jsx(qr.StrictMode,{children:m.jsx(KL,{})}));"serviceWorker"in navigator&&window.addEventListener("load",()=>{navigator.serviceWorker.register("/sw.js").catch(()=>{})});const io=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));