botschat 0.1.10 → 0.1.13

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 (56) hide show
  1. package/README.md +11 -15
  2. package/migrations/0012_push_tokens.sql +11 -0
  3. package/package.json +20 -1
  4. package/packages/api/src/do/connection-do.ts +142 -24
  5. package/packages/api/src/env.ts +6 -0
  6. package/packages/api/src/index.ts +7 -0
  7. package/packages/api/src/routes/auth.ts +85 -9
  8. package/packages/api/src/routes/channels.ts +3 -2
  9. package/packages/api/src/routes/dev-auth.ts +45 -0
  10. package/packages/api/src/routes/push.ts +52 -0
  11. package/packages/api/src/routes/upload.ts +73 -38
  12. package/packages/api/src/utils/fcm.ts +167 -0
  13. package/packages/api/src/utils/firebase.ts +218 -0
  14. package/packages/plugin/dist/src/channel.d.ts +6 -0
  15. package/packages/plugin/dist/src/channel.d.ts.map +1 -1
  16. package/packages/plugin/dist/src/channel.js +71 -15
  17. package/packages/plugin/dist/src/channel.js.map +1 -1
  18. package/packages/plugin/package.json +1 -1
  19. package/packages/web/dist/assets/index-B9qN5gs6.js +1 -0
  20. package/packages/web/dist/assets/index-BQNMGVyU.js +2 -0
  21. package/packages/web/dist/assets/{index-Ev5M8VmV.css → index-Bd_RDcgO.css} +1 -1
  22. package/packages/web/dist/assets/index-Civeg2lm.js +1 -0
  23. package/packages/web/dist/assets/index-Dk33VSnY.js +2 -0
  24. package/packages/web/dist/assets/index-Kr85Nj_-.js +1516 -0
  25. package/packages/web/dist/assets/index-lVB82JKU.js +1 -0
  26. package/packages/web/dist/assets/index.esm-CtMkqqqb.js +599 -0
  27. package/packages/web/dist/assets/web-CUXjh_UA.js +1 -0
  28. package/packages/web/dist/assets/web-vKLTVUul.js +1 -0
  29. package/packages/web/dist/index.html +6 -4
  30. package/packages/web/dist/sw.js +158 -1
  31. package/packages/web/index.html +4 -2
  32. package/packages/web/package.json +4 -1
  33. package/packages/web/src/App.tsx +117 -1
  34. package/packages/web/src/api.ts +21 -1
  35. package/packages/web/src/components/AccountSettings.tsx +131 -0
  36. package/packages/web/src/components/ChatWindow.tsx +302 -70
  37. package/packages/web/src/components/CronSidebar.tsx +89 -24
  38. package/packages/web/src/components/DataConsentModal.tsx +249 -0
  39. package/packages/web/src/components/LoginPage.tsx +55 -7
  40. package/packages/web/src/components/MessageContent.tsx +71 -9
  41. package/packages/web/src/components/MobileLayout.tsx +28 -118
  42. package/packages/web/src/components/SessionTabs.tsx +41 -2
  43. package/packages/web/src/components/Sidebar.tsx +88 -66
  44. package/packages/web/src/e2e.ts +26 -5
  45. package/packages/web/src/firebase.ts +215 -3
  46. package/packages/web/src/foreground.ts +51 -0
  47. package/packages/web/src/index.css +10 -2
  48. package/packages/web/src/main.tsx +24 -2
  49. package/packages/web/src/push.ts +205 -0
  50. package/packages/web/src/ws.ts +20 -8
  51. package/scripts/dev.sh +158 -26
  52. package/scripts/mock-openclaw.mjs +382 -0
  53. package/scripts/test-e2e-chat.ts +2 -2
  54. package/scripts/test-e2e-live.ts +1 -1
  55. package/wrangler.toml +3 -0
  56. package/packages/web/dist/assets/index-DpW6VzZK.js +0 -1497
@@ -1,1497 +0,0 @@
1
- var JS=Object.defineProperty;var gy=e=>{throw TypeError(e)};var QS=(e,t,r)=>t in e?JS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var cs=(e,t,r)=>QS(e,typeof t!="symbol"?t+"":t,r),by=(e,t,r)=>t.has(e)||gy("Cannot "+r);var Rl=(e,t,r)=>(by(e,t,"read from private field"),r?r.call(e):t.get(e)),yy=(e,t,r)=>t.has(e)?gy("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),vy=(e,t,r,a)=>(by(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 uo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Uf={exports:{}},Ml={};/**
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 xy;function ew(){if(xy)return Ml;xy=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 Ml.Fragment=t,Ml.jsx=r,Ml.jsxs=r,Ml}var Ey;function tw(){return Ey||(Ey=1,Uf.exports=ew()),Uf.exports}var p=tw(),Pf={exports:{}},Be={};/**
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 _y;function nw(){if(_y)return Be;_y=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"),m=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(){}},_=Object.assign,O={};function w(R,K,C){this.props=R,this.context=K,this.refs=O,this.updater=C||S}w.prototype.isReactComponent={},w.prototype.setState=function(R,K){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,K,"setState")},w.prototype.forceUpdate=function(R){this.updater.enqueueForceUpdate(this,R,"forceUpdate")};function M(){}M.prototype=w.prototype;function N(R,K,C){this.props=R,this.context=K,this.refs=O,this.updater=C||S}var A=N.prototype=new M;A.constructor=N,_(A,w.prototype),A.isPureReactComponent=!0;var P=Array.isArray;function I(){}var V={H:null,A:null,T:null,S:null},Q=Object.prototype.hasOwnProperty;function ee(R,K,C){var de=C.ref;return{$$typeof:e,type:R,key:K,ref:de!==void 0?de:null,props:C}}function B(R,K){return ee(R.type,K,R.props)}function F(R){return typeof R=="object"&&R!==null&&R.$$typeof===e}function W(R){var K={"=":"=0",":":"=2"};return"$"+R.replace(/[=:]/g,function(C){return K[C]})}var pe=/\/+/g;function le(R,K){return typeof R=="object"&&R!==null&&R.key!=null?W(""+R.key):K.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(I,I):(R.status="pending",R.then(function(K){R.status==="pending"&&(R.status="fulfilled",R.value=K)},function(K){R.status==="pending"&&(R.status="rejected",R.reason=K)})),R.status){case"fulfilled":return R.value;case"rejected":throw R.reason}}throw R}function z(R,K,C,de,ue){var ve=typeof R;(ve==="undefined"||ve==="boolean")&&(R=null);var ke=!1;if(R===null)ke=!0;else switch(ve){case"bigint":case"string":case"number":ke=!0;break;case"object":switch(R.$$typeof){case e:case t:ke=!0;break;case b:return ke=R._init,z(ke(R._payload),K,C,de,ue)}}if(ke)return ue=ue(R),ke=de===""?"."+le(R,0):de,P(ue)?(C="",ke!=null&&(C=ke.replace(pe,"$&/")+"/"),z(ue,K,C,"",function(ye){return ye})):ue!=null&&(F(ue)&&(ue=B(ue,C+(ue.key==null||R&&R.key===ue.key?"":(""+ue.key).replace(pe,"$&/")+"/")+ke)),K.push(ue)),1;ke=0;var Le=de===""?".":de+":";if(P(R))for(var re=0;re<R.length;re++)de=R[re],ve=Le+le(de,re),ke+=z(de,K,C,ve,ue);else if(re=x(R),typeof re=="function")for(R=re.call(R),re=0;!(de=R.next()).done;)de=de.value,ve=Le+le(de,re++),ke+=z(de,K,C,ve,ue);else if(ve==="object"){if(typeof R.then=="function")return z(G(R),K,C,de,ue);throw K=String(R),Error("Objects are not valid as a React child (found: "+(K==="[object Object]"?"object with keys {"+Object.keys(R).join(", ")+"}":K)+"). If you meant to render a collection of children, use an array instead.")}return ke}function Z(R,K,C){if(R==null)return R;var de=[],ue=0;return z(R,de,"","",function(ve){return K.call(C,ve,ue++)}),de}function ie(R){if(R._status===-1){var K=R._result;K=K(),K.then(function(C){(R._status===0||R._status===-1)&&(R._status=1,R._result=C)},function(C){(R._status===0||R._status===-1)&&(R._status=2,R._result=C)}),R._status===-1&&(R._status=0,R._result=K)}if(R._status===1)return R._result.default;throw R._result}var U=typeof reportError=="function"?reportError:function(R){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var K=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(K))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",R);return}console.error(R)},k={map:Z,forEach:function(R,K,C){Z(R,function(){K.apply(this,arguments)},C)},count:function(R){var K=0;return Z(R,function(){K++}),K},toArray:function(R){return Z(R,function(K){return K})||[]},only:function(R){if(!F(R))throw Error("React.Children.only expected to receive a single React element child.");return R}};return Be.Activity=y,Be.Children=k,Be.Component=w,Be.Fragment=r,Be.Profiler=l,Be.PureComponent=N,Be.StrictMode=a,Be.Suspense=h,Be.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=V,Be.__COMPILER_RUNTIME={__proto__:null,c:function(R){return V.H.useMemoCache(R)}},Be.cache=function(R){return function(){return R.apply(null,arguments)}},Be.cacheSignal=function(){return null},Be.cloneElement=function(R,K,C){if(R==null)throw Error("The argument must be a React element, but you passed "+R+".");var de=_({},R.props),ue=R.key;if(K!=null)for(ve in K.key!==void 0&&(ue=""+K.key),K)!Q.call(K,ve)||ve==="key"||ve==="__self"||ve==="__source"||ve==="ref"&&K.ref===void 0||(de[ve]=K[ve]);var ve=arguments.length-2;if(ve===1)de.children=C;else if(1<ve){for(var ke=Array(ve),Le=0;Le<ve;Le++)ke[Le]=arguments[Le+2];de.children=ke}return ee(R.type,ue,de)},Be.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},Be.createElement=function(R,K,C){var de,ue={},ve=null;if(K!=null)for(de in K.key!==void 0&&(ve=""+K.key),K)Q.call(K,de)&&de!=="key"&&de!=="__self"&&de!=="__source"&&(ue[de]=K[de]);var ke=arguments.length-2;if(ke===1)ue.children=C;else if(1<ke){for(var Le=Array(ke),re=0;re<ke;re++)Le[re]=arguments[re+2];ue.children=Le}if(R&&R.defaultProps)for(de in ke=R.defaultProps,ke)ue[de]===void 0&&(ue[de]=ke[de]);return ee(R,ve,ue)},Be.createRef=function(){return{current:null}},Be.forwardRef=function(R){return{$$typeof:d,render:R}},Be.isValidElement=F,Be.lazy=function(R){return{$$typeof:b,_payload:{_status:-1,_result:R},_init:ie}},Be.memo=function(R,K){return{$$typeof:m,type:R,compare:K===void 0?null:K}},Be.startTransition=function(R){var K=V.T,C={};V.T=C;try{var de=R(),ue=V.S;ue!==null&&ue(C,de),typeof de=="object"&&de!==null&&typeof de.then=="function"&&de.then(I,U)}catch(ve){U(ve)}finally{K!==null&&C.types!==null&&(K.types=C.types),V.T=K}},Be.unstable_useCacheRefresh=function(){return V.H.useCacheRefresh()},Be.use=function(R){return V.H.use(R)},Be.useActionState=function(R,K,C){return V.H.useActionState(R,K,C)},Be.useCallback=function(R,K){return V.H.useCallback(R,K)},Be.useContext=function(R){return V.H.useContext(R)},Be.useDebugValue=function(){},Be.useDeferredValue=function(R,K){return V.H.useDeferredValue(R,K)},Be.useEffect=function(R,K){return V.H.useEffect(R,K)},Be.useEffectEvent=function(R){return V.H.useEffectEvent(R)},Be.useId=function(){return V.H.useId()},Be.useImperativeHandle=function(R,K,C){return V.H.useImperativeHandle(R,K,C)},Be.useInsertionEffect=function(R,K){return V.H.useInsertionEffect(R,K)},Be.useLayoutEffect=function(R,K){return V.H.useLayoutEffect(R,K)},Be.useMemo=function(R,K){return V.H.useMemo(R,K)},Be.useOptimistic=function(R,K){return V.H.useOptimistic(R,K)},Be.useReducer=function(R,K,C){return V.H.useReducer(R,K,C)},Be.useRef=function(R){return V.H.useRef(R)},Be.useState=function(R){return V.H.useState(R)},Be.useSyncExternalStore=function(R,K,C){return V.H.useSyncExternalStore(R,K,C)},Be.useTransition=function(){return V.H.useTransition()},Be.version="19.2.4",Be}var Sy;function tp(){return Sy||(Sy=1,Pf.exports=nw()),Pf.exports}var D=tp();const Yr=uo(D);var Hf={exports:{}},Il={},Ff={exports:{}},$f={};/**
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 wy;function rw(){return wy||(wy=1,(function(e){function t(z,Z){var ie=z.length;z.push(Z);e:for(;0<ie;){var U=ie-1>>>1,k=z[U];if(0<l(k,Z))z[U]=Z,z[ie]=k,ie=U;else break e}}function r(z){return z.length===0?null:z[0]}function a(z){if(z.length===0)return null;var Z=z[0],ie=z.pop();if(ie!==Z){z[0]=ie;e:for(var U=0,k=z.length,R=k>>>1;U<R;){var K=2*(U+1)-1,C=z[K],de=K+1,ue=z[de];if(0>l(C,ie))de<k&&0>l(ue,C)?(z[U]=ue,z[de]=ie,U=de):(z[U]=C,z[K]=ie,U=K);else if(de<k&&0>l(ue,ie))z[U]=ue,z[de]=ie,U=de;else break e}}return Z}function l(z,Z){var ie=z.sortIndex-Z.sortIndex;return ie!==0?ie:z.id-Z.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=[],m=[],b=1,y=null,v=3,x=!1,S=!1,_=!1,O=!1,w=typeof setTimeout=="function"?setTimeout:null,M=typeof clearTimeout=="function"?clearTimeout:null,N=typeof setImmediate<"u"?setImmediate:null;function A(z){for(var Z=r(m);Z!==null;){if(Z.callback===null)a(m);else if(Z.startTime<=z)a(m),Z.sortIndex=Z.expirationTime,t(h,Z);else break;Z=r(m)}}function P(z){if(_=!1,A(z),!S)if(r(h)!==null)S=!0,I||(I=!0,W());else{var Z=r(m);Z!==null&&G(P,Z.startTime-z)}}var I=!1,V=-1,Q=5,ee=-1;function B(){return O?!0:!(e.unstable_now()-ee<Q)}function F(){if(O=!1,I){var z=e.unstable_now();ee=z;var Z=!0;try{e:{S=!1,_&&(_=!1,M(V),V=-1),x=!0;var ie=v;try{t:{for(A(z),y=r(h);y!==null&&!(y.expirationTime>z&&B());){var U=y.callback;if(typeof U=="function"){y.callback=null,v=y.priorityLevel;var k=U(y.expirationTime<=z);if(z=e.unstable_now(),typeof k=="function"){y.callback=k,A(z),Z=!0;break t}y===r(h)&&a(h),A(z)}else a(h);y=r(h)}if(y!==null)Z=!0;else{var R=r(m);R!==null&&G(P,R.startTime-z),Z=!1}}break e}finally{y=null,v=ie,x=!1}Z=void 0}}finally{Z?W():I=!1}}}var W;if(typeof N=="function")W=function(){N(F)};else if(typeof MessageChannel<"u"){var pe=new MessageChannel,le=pe.port2;pe.port1.onmessage=F,W=function(){le.postMessage(null)}}else W=function(){w(F,0)};function G(z,Z){V=w(function(){z(e.unstable_now())},Z)}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(z){z.callback=null},e.unstable_forceFrameRate=function(z){0>z||125<z?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Q=0<z?Math.floor(1e3/z):5},e.unstable_getCurrentPriorityLevel=function(){return v},e.unstable_next=function(z){switch(v){case 1:case 2:case 3:var Z=3;break;default:Z=v}var ie=v;v=Z;try{return z()}finally{v=ie}},e.unstable_requestPaint=function(){O=!0},e.unstable_runWithPriority=function(z,Z){switch(z){case 1:case 2:case 3:case 4:case 5:break;default:z=3}var ie=v;v=z;try{return Z()}finally{v=ie}},e.unstable_scheduleCallback=function(z,Z,ie){var U=e.unstable_now();switch(typeof ie=="object"&&ie!==null?(ie=ie.delay,ie=typeof ie=="number"&&0<ie?U+ie:U):ie=U,z){case 1:var k=-1;break;case 2:k=250;break;case 5:k=1073741823;break;case 4:k=1e4;break;default:k=5e3}return k=ie+k,z={id:b++,callback:Z,priorityLevel:z,startTime:ie,expirationTime:k,sortIndex:-1},ie>U?(z.sortIndex=ie,t(m,z),r(h)===null&&z===r(m)&&(_?(M(V),V=-1):_=!0,G(P,ie-U))):(z.sortIndex=k,t(h,z),S||x||(S=!0,I||(I=!0,W()))),z},e.unstable_shouldYield=B,e.unstable_wrapCallback=function(z){var Z=v;return function(){var ie=v;v=Z;try{return z.apply(this,arguments)}finally{v=ie}}}})($f)),$f}var ky;function iw(){return ky||(ky=1,Ff.exports=rw()),Ff.exports}var Gf={exports:{}},an={};/**
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 Ty;function aw(){if(Ty)return an;Ty=1;var e=tp();function t(h){var m="https://react.dev/errors/"+h;if(1<arguments.length){m+="?args[]="+encodeURIComponent(arguments[1]);for(var b=2;b<arguments.length;b++)m+="&args[]="+encodeURIComponent(arguments[b])}return"Minified React error #"+h+"; visit "+m+" 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,m,b){var y=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:y==null?null:""+y,children:h,containerInfo:m,implementation:b}}var u=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function d(h,m){if(h==="font")return"";if(typeof m=="string")return m==="use-credentials"?m:""}return an.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,an.createPortal=function(h,m){var b=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m||m.nodeType!==1&&m.nodeType!==9&&m.nodeType!==11)throw Error(t(299));return c(h,m,null,b)},an.flushSync=function(h){var m=u.T,b=a.p;try{if(u.T=null,a.p=2,h)return h()}finally{u.T=m,a.p=b,a.d.f()}},an.preconnect=function(h,m){typeof h=="string"&&(m?(m=m.crossOrigin,m=typeof m=="string"?m==="use-credentials"?m:"":void 0):m=null,a.d.C(h,m))},an.prefetchDNS=function(h){typeof h=="string"&&a.d.D(h)},an.preinit=function(h,m){if(typeof h=="string"&&m&&typeof m.as=="string"){var b=m.as,y=d(b,m.crossOrigin),v=typeof m.integrity=="string"?m.integrity:void 0,x=typeof m.fetchPriority=="string"?m.fetchPriority:void 0;b==="style"?a.d.S(h,typeof m.precedence=="string"?m.precedence:void 0,{crossOrigin:y,integrity:v,fetchPriority:x}):b==="script"&&a.d.X(h,{crossOrigin:y,integrity:v,fetchPriority:x,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},an.preinitModule=function(h,m){if(typeof h=="string")if(typeof m=="object"&&m!==null){if(m.as==null||m.as==="script"){var b=d(m.as,m.crossOrigin);a.d.M(h,{crossOrigin:b,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0})}}else m==null&&a.d.M(h)},an.preload=function(h,m){if(typeof h=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var b=m.as,y=d(b,m.crossOrigin);a.d.L(h,b,{crossOrigin:y,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0,type:typeof m.type=="string"?m.type:void 0,fetchPriority:typeof m.fetchPriority=="string"?m.fetchPriority:void 0,referrerPolicy:typeof m.referrerPolicy=="string"?m.referrerPolicy:void 0,imageSrcSet:typeof m.imageSrcSet=="string"?m.imageSrcSet:void 0,imageSizes:typeof m.imageSizes=="string"?m.imageSizes:void 0,media:typeof m.media=="string"?m.media:void 0})}},an.preloadModule=function(h,m){if(typeof h=="string")if(m){var b=d(m.as,m.crossOrigin);a.d.m(h,{as:typeof m.as=="string"&&m.as!=="script"?m.as:void 0,crossOrigin:b,integrity:typeof m.integrity=="string"?m.integrity:void 0})}else a.d.m(h)},an.requestFormReset=function(h){a.d.r(h)},an.unstable_batchedUpdates=function(h,m){return h(m)},an.useFormState=function(h,m,b){return u.H.useFormState(h,m,b)},an.useFormStatus=function(){return u.H.useHostTransitionStatus()},an.version="19.2.4",an}var Ny;function sw(){if(Ny)return Gf.exports;Ny=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(),Gf.exports=aw(),Gf.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 Cy;function lw(){if(Cy)return Il;Cy=1;var e=iw(),t=tp(),r=sw();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 m(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,T=f.child;T;){if(T===s){E=!0,s=f,o=g;break}if(T===o){E=!0,o=f,s=g;break}T=T.sibling}if(!E){for(T=g.child;T;){if(T===s){E=!0,s=g,o=f;break}if(T===o){E=!0,o=g,s=f;break}T=T.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"),_=Symbol.for("react.fragment"),O=Symbol.for("react.strict_mode"),w=Symbol.for("react.profiler"),M=Symbol.for("react.consumer"),N=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),P=Symbol.for("react.suspense"),I=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),Q=Symbol.for("react.lazy"),ee=Symbol.for("react.activity"),B=Symbol.for("react.memo_cache_sentinel"),F=Symbol.iterator;function W(n){return n===null||typeof n!="object"?null:(n=F&&n[F]||n["@@iterator"],typeof n=="function"?n:null)}var pe=Symbol.for("react.client.reference");function le(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 _:return"Fragment";case w:return"Profiler";case O:return"StrictMode";case P:return"Suspense";case I:return"SuspenseList";case ee:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case S:return"Portal";case N:return n.displayName||"Context";case M: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 V:return i=n.displayName||null,i!==null?i:le(n.type)||"Memo";case Q:i=n._payload,n=n._init;try{return le(n(i))}catch{}}return null}var G=Array.isArray,z=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Z=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ie={pending:!1,data:null,method:null,action:null},U=[],k=-1;function R(n){return{current:n}}function K(n){0>k||(n.current=U[k],U[k]=null,k--)}function C(n,i){k++,U[k]=n.current,n.current=i}var de=R(null),ue=R(null),ve=R(null),ke=R(null);function Le(n,i){switch(C(ve,i),C(ue,n),C(de,null),i.nodeType){case 9:case 11:n=(n=i.documentElement)&&(n=n.namespaceURI)?Ub(n):0;break;default:if(n=i.tagName,i=i.namespaceURI)i=Ub(i),n=Pb(i,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}K(de),C(de,n)}function re(){K(de),K(ue),K(ve)}function ye(n){n.memoizedState!==null&&C(ke,n);var i=de.current,s=Pb(i,n.type);i!==s&&(C(ue,n),C(de,s))}function Te(n){ue.current===n&&(K(de),K(ue)),ke.current===n&&(K(ke),Nl._currentValue=ie)}var Ne,Ke;function Tt(n){if(Ne===void 0)try{throw Error()}catch(s){var i=s.stack.trim().match(/\n( *(at )?)/);Ne=i&&i[1]||"",Ke=-1<s.stack.indexOf(`
42
- at`)?" (<anonymous>)":-1<s.stack.indexOf("@")?"@unknown:0:0":""}return`
43
- `+Ne+n+Ke}var At=!1;function Je(n,i){if(!n||At)return"";At=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var ce=function(){throw Error()};if(Object.defineProperty(ce.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ce,[])}catch(J){var X=J}Reflect.construct(n,[],ce)}else{try{ce.call()}catch(J){X=J}n.call(ce.prototype)}}else{try{throw Error()}catch(J){X=J}(ce=n())&&typeof ce.catch=="function"&&ce.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],T=g[1];if(E&&T){var L=E.split(`
44
- `),Y=T.split(`
45
- `);for(f=o=0;o<L.length&&!L[o].includes("DetermineComponentFrameRoot");)o++;for(;f<Y.length&&!Y[f].includes("DetermineComponentFrameRoot");)f++;if(o===L.length||f===Y.length)for(o=L.length-1,f=Y.length-1;1<=o&&0<=f&&L[o]!==Y[f];)f--;for(;1<=o&&0<=f;o--,f--)if(L[o]!==Y[f]){if(o!==1||f!==1)do if(o--,f--,0>f||L[o]!==Y[f]){var ne=`
46
- `+L[o].replace(" at new "," at ");return n.displayName&&ne.includes("<anonymous>")&&(ne=ne.replace("<anonymous>",n.displayName)),ne}while(1<=o&&0<=f);break}}}finally{At=!1,Error.prepareStackTrace=s}return(s=n?n.displayName||n.name:"")?Tt(s):""}function tr(n,i){switch(n.tag){case 26:case 27:case 5:return Tt(n.type);case 16:return Tt("Lazy");case 13:return n.child!==i&&i!==null?Tt("Suspense Fallback"):Tt("Suspense");case 19:return Tt("SuspenseList");case 0:case 15:return Je(n.type,!1);case 11:return Je(n.type.render,!1);case 1:return Je(n.type,!0);case 31:return Tt("Activity");default:return""}}function Fn(n){try{var i="",s=null;do i+=tr(n,s),s=n,n=n.return;while(n);return i}catch(o){return`
47
- Error generating stack: `+o.message+`
48
- `+o.stack}}var dr=Object.prototype.hasOwnProperty,Nr=e.unstable_scheduleCallback,$i=e.unstable_cancelCallback,js=e.unstable_shouldYield,wa=e.unstable_requestPaint,Ot=e.unstable_now,ka=e.unstable_getCurrentPriorityLevel,te=e.unstable_ImmediatePriority,me=e.unstable_UserBlockingPriority,Re=e.unstable_NormalPriority,$e=e.unstable_LowPriority,tt=e.unstable_IdlePriority,on=e.log,nr=e.unstable_setDisableYieldValue,Wt=null,Mt=null;function tn(n){if(typeof on=="function"&&nr(n),Mt&&typeof Mt.setStrictMode=="function")try{Mt.setStrictMode(Wt,n)}catch{}}var st=Math.clz32?Math.clz32:So,fr=Math.log,cn=Math.LN2;function So(n){return n>>>=0,n===0?32:31-(fr(n)/cn|0)|0}var Gi=256,Ta=262144,Ki=4194304;function yn(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 T=o&134217727;return T!==0?(o=T&~g,o!==0?f=yn(o):(E&=T,E!==0?f=yn(E):s||(s=T&~n,s!==0&&(f=yn(s))))):(T=o&~g,T!==0?f=yn(T):E!==0?f=yn(E):s||(s=o&~n,s!==0&&(f=yn(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 ae(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 ze(){var n=Ki;return Ki<<=1,(Ki&62914560)===0&&(Ki=4194304),n}function St(n){for(var i=[],s=0;31>s;s++)i.push(n);return i}function gt(n,i){n.pendingLanes|=i,i!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function _e(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 T=n.entanglements,L=n.expirationTimes,Y=n.hiddenUpdates;for(s=E&~s;0<s;){var ne=31-st(s),ce=1<<ne;T[ne]=0,L[ne]=-1;var X=Y[ne];if(X!==null)for(Y[ne]=null,ne=0;ne<X.length;ne++){var J=X[ne];J!==null&&(J.lane&=-536870913)}s&=~ce}o!==0&&xe(n,o,0),g!==0&&f===0&&n.tag!==0&&(n.suspendedLanes|=g&~(E&~i))}function xe(n,i,s){n.pendingLanes|=i,n.suspendedLanes&=~i;var o=31-st(i);n.entangledLanes|=i,n.entanglements[o]=n.entanglements[o]|1073741824|s&261930}function De(n,i){var s=n.entangledLanes|=i;for(n=n.entanglements;s;){var o=31-st(s),f=1<<o;f&i|n[o]&i&&(n[o]|=i),s&=~f}}function Lt(n,i){var s=i&-i;return s=(s&42)!==0?1:Nt(s),(s&(n.suspendedLanes|i))!==0?0:s}function Nt(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 Cr(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Na(){var n=Z.p;return n!==0?n:(n=window.event,n===void 0?32:cy(n.type))}function Ca(n,i){var s=Z.p;try{return Z.p=n,i()}finally{Z.p=s}}var hr=Math.random().toString(36).slice(2),zt="__reactFiber$"+hr,nn="__reactProps$"+hr,ii="__reactContainer$"+hr,Bs="__reactEvents$"+hr,wo="__reactListeners$"+hr,Aa="__reactHandles$"+hr,ko="__reactResources$"+hr,qi="__reactMarker$"+hr;function Us(n){delete n[zt],delete n[nn],delete n[Bs],delete n[wo],delete n[Aa]}function un(n){var i=n[zt];if(i)return i;for(var s=n.parentNode;s;){if(i=s[ii]||s[zt]){if(s=i.alternate,i.child!==null||s!==null&&s.child!==null)for(n=Vb(n);n!==null;){if(s=n[zt])return s;n=Vb(n)}return i}n=s,s=n.parentNode}return null}function Ar(n){if(n=n[zt]||n[ii]){var i=n.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return n}return null}function ai(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n.stateNode;throw Error(a(33))}function si(n){var i=n[ko];return i||(i=n[ko]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function Pt(n){n[qi]=!0}var To=new Set,Vi={};function Or(n,i){fe(n,i),fe(n+"Capture",i)}function fe(n,i){for(Vi[n]=i,n=0;n<i.length;n++)To.add(i[n])}var Ce=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]*$"),Ge={},lt={};function jt(n){return dr.call(lt,n)?!0:dr.call(Ge,n)?!1:Ce.test(n)?lt[n]=!0:(Ge[n]=!0,!1)}function rn(n,i,s){if(jt(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 An(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 vn(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 xt(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function On(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function No(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 Oa(n){if(!n._valueTracker){var i=On(n)?"checked":"value";n._valueTracker=No(n,i,""+n[i])}}function Ps(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var s=i.getValue(),o="";return n&&(o=On(n)?n.checked?"true":"false":n.value),n=o,n!==s?(i.setValue(n),!0):!1}function Ra(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 ju=/[\n"\\]/g;function xn(n){return n.replace(ju,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function Hs(n,i,s,o,f,g,E,T){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=""+xt(i)):n.value!==""+xt(i)&&(n.value=""+xt(i)):E!=="submit"&&E!=="reset"||n.removeAttribute("value"),i!=null?Ma(n,E,xt(i)):s!=null?Ma(n,E,xt(s)):o!=null&&n.removeAttribute("value"),f==null&&g!=null&&(n.defaultChecked=!!g),f!=null&&(n.checked=f&&typeof f!="function"&&typeof f!="symbol"),T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"?n.name=""+xt(T):n.removeAttribute("name")}function Yi(n,i,s,o,f,g,E,T){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)){Oa(n);return}s=s!=null?""+xt(s):"",i=i!=null?""+xt(i):s,T||i===n.value||(n.value=i),n.defaultValue=i}o=o??f,o=typeof o!="function"&&typeof o!="symbol"&&!!o,n.checked=T?n.checked:!!o,n.defaultChecked=!!o,E!=null&&typeof E!="function"&&typeof E!="symbol"&&typeof E!="boolean"&&(n.name=E),Oa(n)}function Ma(n,i,s){i==="number"&&Ra(n.ownerDocument)===n||n.defaultValue===""+s||(n.defaultValue=""+s)}function Xt(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=""+xt(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 Co(n,i,s){if(i!=null&&(i=""+xt(i),i!==n.value&&(n.value=i),s==null)){n.defaultValue!==i&&(n.defaultValue=i);return}n.defaultValue=s!=null?""+xt(s):""}function Ia(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=xt(i),n.defaultValue=s,o=n.textContent,o===s&&o!==""&&o!==null&&(n.value=o),Oa(n)}function Ie(n,i){if(i){var s=n.firstChild;if(s&&s===n.lastChild&&s.nodeType===3){s.nodeValue=i;return}}n.textContent=i}var Ao=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 Ht(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||Ao.has(i)?i==="float"?n.cssFloat=s:n[i]=(""+s).trim():n[i]=s+"px"}function ot(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&&Ht(n,f,o)}else for(var g in i)i.hasOwnProperty(g)&&Ht(n,g,i[g])}function li(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 Rr=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"]]),Fs=/^[\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 oi(n){return Fs.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function ge(){}var Se=null;function Ue(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var We=null,Rt=null;function $n(n){var i=Ar(n);if(i&&(n=i.stateNode)){var s=n[nn]||null;e:switch(n=i.stateNode,i.type){case"input":if(Hs(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="'+xn(""+i)+'"][type="radio"]'),i=0;i<s.length;i++){var o=s[i];if(o!==n&&o.form===n.form){var f=o[nn]||null;if(!f)throw Error(a(90));Hs(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&&Ps(o)}break e;case"textarea":Co(n,s.value,s.defaultValue);break e;case"select":i=s.value,i!=null&&Xt(n,!!s.multiple,i,!1)}}}var $s=!1;function Oo(n,i,s){if($s)return n(i,s);$s=!0;try{var o=n(i);return o}finally{if($s=!1,(We!==null||Rt!==null)&&(bc(),We&&(i=We,n=Rt,Rt=We=null,$n(i),n)))for(i=0;i<n.length;i++)$n(n[i])}}function Gs(n,i){var s=n.stateNode;if(s===null)return null;var o=s[nn]||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 Mr=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Bu=!1;if(Mr)try{var Ks={};Object.defineProperty(Ks,"passive",{get:function(){Bu=!0}}),window.addEventListener("test",Ks,Ks),window.removeEventListener("test",Ks,Ks)}catch{Bu=!1}var ci=null,Uu=null,Ro=null;function Pp(){if(Ro)return Ro;var n,i=Uu,s=i.length,o,f="value"in ci?ci.value:ci.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 Ro=f.slice(n,1<o?1-o:void 0)}function Mo(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 Io(){return!0}function Hp(){return!1}function En(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 T in n)n.hasOwnProperty(T)&&(s=n[T],this[T]=s?s(g):g[T]);return this.isDefaultPrevented=(g.defaultPrevented!=null?g.defaultPrevented:g.returnValue===!1)?Io:Hp,this.isPropagationStopped=Hp,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=Io)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Io)},persist:function(){},isPersistent:Io}),i}var Wi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Do=En(Wi),qs=y({},Wi,{view:0,detail:0}),XE=En(qs),Pu,Hu,Vs,Lo=y({},qs,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:$u,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!==Vs&&(Vs&&n.type==="mousemove"?(Pu=n.screenX-Vs.screenX,Hu=n.screenY-Vs.screenY):Hu=Pu=0,Vs=n),Pu)},movementY:function(n){return"movementY"in n?n.movementY:Hu}}),Fp=En(Lo),ZE=y({},Lo,{dataTransfer:0}),JE=En(ZE),QE=y({},qs,{relatedTarget:0}),Fu=En(QE),e_=y({},Wi,{animationName:0,elapsedTime:0,pseudoElement:0}),t_=En(e_),n_=y({},Wi,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),r_=En(n_),i_=y({},Wi,{data:0}),$p=En(i_),a_={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},s_={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"},l_={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function o_(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=l_[n])?!!i[n]:!1}function $u(){return o_}var c_=y({},qs,{key:function(n){if(n.key){var i=a_[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=Mo(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?s_[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:$u,charCode:function(n){return n.type==="keypress"?Mo(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Mo(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),u_=En(c_),d_=y({},Lo,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Gp=En(d_),f_=y({},qs,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:$u}),h_=En(f_),p_=y({},Wi,{propertyName:0,elapsedTime:0,pseudoElement:0}),m_=En(p_),g_=y({},Lo,{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}),b_=En(g_),y_=y({},Wi,{newState:0,oldState:0}),v_=En(y_),x_=[9,13,27,32],Gu=Mr&&"CompositionEvent"in window,Ys=null;Mr&&"documentMode"in document&&(Ys=document.documentMode);var E_=Mr&&"TextEvent"in window&&!Ys,Kp=Mr&&(!Gu||Ys&&8<Ys&&11>=Ys),qp=" ",Vp=!1;function Yp(n,i){switch(n){case"keyup":return x_.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Wp(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Da=!1;function __(n,i){switch(n){case"compositionend":return Wp(i);case"keypress":return i.which!==32?null:(Vp=!0,qp);case"textInput":return n=i.data,n===qp&&Vp?null:n;default:return null}}function S_(n,i){if(Da)return n==="compositionend"||!Gu&&Yp(n,i)?(n=Pp(),Ro=Uu=ci=null,Da=!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 Kp&&i.locale!=="ko"?null:i.data;default:return null}}var w_={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 Xp(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!w_[n.type]:i==="textarea"}function Zp(n,i,s,o){We?Rt?Rt.push(o):Rt=[o]:We=o,i=wc(i,"onChange"),0<i.length&&(s=new Do("onChange","change",null,s,o),n.push({event:s,listeners:i}))}var Ws=null,Xs=null;function k_(n){Ib(n,0)}function zo(n){var i=ai(n);if(Ps(i))return n}function Jp(n,i){if(n==="change")return i}var Qp=!1;if(Mr){var Ku;if(Mr){var qu="oninput"in document;if(!qu){var em=document.createElement("div");em.setAttribute("oninput","return;"),qu=typeof em.oninput=="function"}Ku=qu}else Ku=!1;Qp=Ku&&(!document.documentMode||9<document.documentMode)}function tm(){Ws&&(Ws.detachEvent("onpropertychange",nm),Xs=Ws=null)}function nm(n){if(n.propertyName==="value"&&zo(Xs)){var i=[];Zp(i,Xs,n,Ue(n)),Oo(k_,i)}}function T_(n,i,s){n==="focusin"?(tm(),Ws=i,Xs=s,Ws.attachEvent("onpropertychange",nm)):n==="focusout"&&tm()}function N_(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return zo(Xs)}function C_(n,i){if(n==="click")return zo(i)}function A_(n,i){if(n==="input"||n==="change")return zo(i)}function O_(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var Rn=typeof Object.is=="function"?Object.is:O_;function Zs(n,i){if(Rn(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(!dr.call(i,f)||!Rn(n[f],i[f]))return!1}return!0}function rm(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function im(n,i){var s=rm(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=rm(s)}}function am(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?am(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function sm(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var i=Ra(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=Ra(n.document)}return i}function Vu(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 R_=Mr&&"documentMode"in document&&11>=document.documentMode,La=null,Yu=null,Js=null,Wu=!1;function lm(n,i,s){var o=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;Wu||La==null||La!==Ra(o)||(o=La,"selectionStart"in o&&Vu(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}),Js&&Zs(Js,o)||(Js=o,o=wc(Yu,"onSelect"),0<o.length&&(i=new Do("onSelect","select",null,i,s),n.push({event:i,listeners:o}),i.target=La)))}function Xi(n,i){var s={};return s[n.toLowerCase()]=i.toLowerCase(),s["Webkit"+n]="webkit"+i,s["Moz"+n]="moz"+i,s}var za={animationend:Xi("Animation","AnimationEnd"),animationiteration:Xi("Animation","AnimationIteration"),animationstart:Xi("Animation","AnimationStart"),transitionrun:Xi("Transition","TransitionRun"),transitionstart:Xi("Transition","TransitionStart"),transitioncancel:Xi("Transition","TransitionCancel"),transitionend:Xi("Transition","TransitionEnd")},Xu={},om={};Mr&&(om=document.createElement("div").style,"AnimationEvent"in window||(delete za.animationend.animation,delete za.animationiteration.animation,delete za.animationstart.animation),"TransitionEvent"in window||delete za.transitionend.transition);function Zi(n){if(Xu[n])return Xu[n];if(!za[n])return n;var i=za[n],s;for(s in i)if(i.hasOwnProperty(s)&&s in om)return Xu[n]=i[s];return n}var cm=Zi("animationend"),um=Zi("animationiteration"),dm=Zi("animationstart"),M_=Zi("transitionrun"),I_=Zi("transitionstart"),D_=Zi("transitioncancel"),fm=Zi("transitionend"),hm=new Map,Zu="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(" ");Zu.push("scrollEnd");function rr(n,i){hm.set(n,i),Or(i,[n])}var jo=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)},Gn=[],ja=0,Ju=0;function Bo(){for(var n=ja,i=Ju=ja=0;i<n;){var s=Gn[i];Gn[i++]=null;var o=Gn[i];Gn[i++]=null;var f=Gn[i];Gn[i++]=null;var g=Gn[i];if(Gn[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&&pm(s,f,g)}}function Uo(n,i,s,o){Gn[ja++]=n,Gn[ja++]=i,Gn[ja++]=s,Gn[ja++]=o,Ju|=o,n.lanes|=o,n=n.alternate,n!==null&&(n.lanes|=o)}function Qu(n,i,s,o){return Uo(n,i,s,o),Po(n)}function Ji(n,i){return Uo(n,null,null,i),Po(n)}function pm(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-st(s),n=g.hiddenUpdates,o=n[f],o===null?n[f]=[i]:o.push(i),i.lane=s|536870912),g):null}function Po(n){if(50<xl)throw xl=0,cf=null,Error(a(185));for(var i=n.return;i!==null;)n=i,i=n.return;return n.tag===3?n.stateNode:null}var Ba={};function L_(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 Mn(n,i,s,o){return new L_(n,i,s,o)}function ed(n){return n=n.prototype,!(!n||!n.isReactComponent)}function Ir(n,i){var s=n.alternate;return s===null?(s=Mn(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 mm(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 Ho(n,i,s,o,f,g){var E=0;if(o=n,typeof n=="function")ed(n)&&(E=1);else if(typeof n=="string")E=PS(n,s,de.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case ee:return n=Mn(31,s,i,f),n.elementType=ee,n.lanes=g,n;case _:return Qi(s.children,f,g,i);case O:E=8,f|=24;break;case w:return n=Mn(12,s,i,f|2),n.elementType=w,n.lanes=g,n;case P:return n=Mn(13,s,i,f),n.elementType=P,n.lanes=g,n;case I:return n=Mn(19,s,i,f),n.elementType=I,n.lanes=g,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case N:E=10;break e;case M:E=9;break e;case A:E=11;break e;case V:E=14;break e;case Q:E=16,o=null;break e}E=29,s=Error(a(130,n===null?"null":typeof n,"")),o=null}return i=Mn(E,s,i,f),i.elementType=n,i.type=o,i.lanes=g,i}function Qi(n,i,s,o){return n=Mn(7,n,o,i),n.lanes=s,n}function td(n,i,s){return n=Mn(6,n,null,i),n.lanes=s,n}function gm(n){var i=Mn(18,null,null,0);return i.stateNode=n,i}function nd(n,i,s){return i=Mn(4,n.children!==null?n.children:[],n.key,i),i.lanes=s,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}var bm=new WeakMap;function Kn(n,i){if(typeof n=="object"&&n!==null){var s=bm.get(n);return s!==void 0?s:(i={value:n,source:i,stack:Fn(i)},bm.set(n,i),i)}return{value:n,source:i,stack:Fn(i)}}var Ua=[],Pa=0,Fo=null,Qs=0,qn=[],Vn=0,ui=null,pr=1,mr="";function Dr(n,i){Ua[Pa++]=Qs,Ua[Pa++]=Fo,Fo=n,Qs=i}function ym(n,i,s){qn[Vn++]=pr,qn[Vn++]=mr,qn[Vn++]=ui,ui=n;var o=pr;n=mr;var f=32-st(o)-1;o&=~(1<<f),s+=1;var g=32-st(i)+f;if(30<g){var E=f-f%5;g=(o&(1<<E)-1).toString(32),o>>=E,f-=E,pr=1<<32-st(i)+f|s<<f|o,mr=g+n}else pr=1<<g|s<<f|o,mr=n}function rd(n){n.return!==null&&(Dr(n,1),ym(n,1,0))}function id(n){for(;n===Fo;)Fo=Ua[--Pa],Ua[Pa]=null,Qs=Ua[--Pa],Ua[Pa]=null;for(;n===ui;)ui=qn[--Vn],qn[Vn]=null,mr=qn[--Vn],qn[Vn]=null,pr=qn[--Vn],qn[Vn]=null}function vm(n,i){qn[Vn++]=pr,qn[Vn++]=mr,qn[Vn++]=ui,pr=i.id,mr=i.overflow,ui=n}var Zt=null,wt=null,Qe=!1,di=null,Yn=!1,ad=Error(a(519));function fi(n){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw el(Kn(i,n)),ad}function xm(n){var i=n.stateNode,s=n.type,o=n.memoizedProps;switch(i[zt]=n,i[nn]=o,s){case"dialog":Ve("cancel",i),Ve("close",i);break;case"iframe":case"object":case"embed":Ve("load",i);break;case"video":case"audio":for(s=0;s<_l.length;s++)Ve(_l[s],i);break;case"source":Ve("error",i);break;case"img":case"image":case"link":Ve("error",i),Ve("load",i);break;case"details":Ve("toggle",i);break;case"input":Ve("invalid",i),Yi(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":Ve("invalid",i);break;case"textarea":Ve("invalid",i),Ia(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||jb(i.textContent,s)?(o.popover!=null&&(Ve("beforetoggle",i),Ve("toggle",i)),o.onScroll!=null&&Ve("scroll",i),o.onScrollEnd!=null&&Ve("scrollend",i),o.onClick!=null&&(i.onclick=ge),i=!0):i=!1,i||fi(n,!0)}function Em(n){for(Zt=n.return;Zt;)switch(Zt.tag){case 5:case 31:case 13:Yn=!1;return;case 27:case 3:Yn=!0;return;default:Zt=Zt.return}}function Ha(n){if(n!==Zt)return!1;if(!Qe)return Em(n),Qe=!0,!1;var i=n.tag,s;if((s=i!==3&&i!==27)&&((s=i===5)&&(s=n.type,s=!(s!=="form"&&s!=="button")||wf(n.type,n.memoizedProps)),s=!s),s&&wt&&fi(n),Em(n),i===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));wt=qb(n)}else if(i===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));wt=qb(n)}else i===27?(i=wt,Ti(n.type)?(n=Af,Af=null,wt=n):wt=i):wt=Zt?Xn(n.stateNode.nextSibling):null;return!0}function ea(){wt=Zt=null,Qe=!1}function sd(){var n=di;return n!==null&&(kn===null?kn=n:kn.push.apply(kn,n),di=null),n}function el(n){di===null?di=[n]:di.push(n)}var ld=R(null),ta=null,Lr=null;function hi(n,i,s){C(ld,i._currentValue),i._currentValue=s}function zr(n){n._currentValue=ld.current,K(ld)}function od(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 cd(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 T=g;g=f;for(var L=0;L<i.length;L++)if(T.context===i[L]){g.lanes|=s,T=g.alternate,T!==null&&(T.lanes|=s),od(g.return,s,n),o||(E=null);break e}g=T.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),od(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 Fa(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 T=f.type;Rn(f.pendingProps.value,E.value)||(n!==null?n.push(T):n=[T])}}else if(f===ke.current){if(E=f.alternate,E===null)throw Error(a(387));E.memoizedState.memoizedState!==f.memoizedState.memoizedState&&(n!==null?n.push(Nl):n=[Nl])}f=f.return}n!==null&&cd(i,n,s,o),i.flags|=262144}function $o(n){for(n=n.firstContext;n!==null;){if(!Rn(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function na(n){ta=n,Lr=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function Jt(n){return _m(ta,n)}function Go(n,i){return ta===null&&na(n),_m(n,i)}function _m(n,i){var s=i._currentValue;if(i={context:i,memoizedValue:s,next:null},Lr===null){if(n===null)throw Error(a(308));Lr=i,n.dependencies={lanes:0,firstContext:i},n.flags|=524288}else Lr=Lr.next=i;return s}var z_=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()})}},j_=e.unstable_scheduleCallback,B_=e.unstable_NormalPriority,Ft={$$typeof:N,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function ud(){return{controller:new z_,data:new Map,refCount:0}}function tl(n){n.refCount--,n.refCount===0&&j_(B_,function(){n.controller.abort()})}var nl=null,dd=0,$a=0,Ga=null;function U_(n,i){if(nl===null){var s=nl=[];dd=0,$a=mf(),Ga={status:"pending",value:void 0,then:function(o){s.push(o)}}}return dd++,i.then(Sm,Sm),i}function Sm(){if(--dd===0&&nl!==null){Ga!==null&&(Ga.status="fulfilled");var n=nl;nl=null,$a=0,Ga=null;for(var i=0;i<n.length;i++)(0,n[i])()}}function P_(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 wm=z.S;z.S=function(n,i){lb=Ot(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&U_(n,i),wm!==null&&wm(n,i)};var ra=R(null);function fd(){var n=ra.current;return n!==null?n:bt.pooledCache}function Ko(n,i){i===null?C(ra,ra.current):C(ra,i.pool)}function km(){var n=fd();return n===null?null:{parent:Ft._currentValue,pool:n}}var Ka=Error(a(460)),hd=Error(a(474)),qo=Error(a(542)),Vo={then:function(){}};function Tm(n){return n=n.status,n==="fulfilled"||n==="rejected"}function Nm(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,Am(n),n;default:if(typeof i.status=="string")i.then(ge,ge);else{if(n=bt,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,Am(n),n}throw aa=i,Ka}}function ia(n){try{var i=n._init;return i(n._payload)}catch(s){throw s!==null&&typeof s=="object"&&typeof s.then=="function"?(aa=s,Ka):s}}var aa=null;function Cm(){if(aa===null)throw Error(a(459));var n=aa;return aa=null,n}function Am(n){if(n===Ka||n===qo)throw Error(a(483))}var qa=null,rl=0;function Yo(n){var i=rl;return rl+=1,qa===null&&(qa=[]),Nm(qa,n,i)}function il(n,i){i=i.props.ref,n.ref=i!==void 0?i:null}function Wo(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 Om(n){function i($,H){if(n){var q=$.deletions;q===null?($.deletions=[H],$.flags|=16):q.push(H)}}function s($,H){if(!n)return null;for(;H!==null;)i($,H),H=H.sibling;return null}function o($){for(var H=new Map;$!==null;)$.key!==null?H.set($.key,$):H.set($.index,$),$=$.sibling;return H}function f($,H){return $=Ir($,H),$.index=0,$.sibling=null,$}function g($,H,q){return $.index=q,n?(q=$.alternate,q!==null?(q=q.index,q<H?($.flags|=67108866,H):q):($.flags|=67108866,H)):($.flags|=1048576,H)}function E($){return n&&$.alternate===null&&($.flags|=67108866),$}function T($,H,q,se){return H===null||H.tag!==6?(H=td(q,$.mode,se),H.return=$,H):(H=f(H,q),H.return=$,H)}function L($,H,q,se){var Ae=q.type;return Ae===_?ne($,H,q.props.children,se,q.key):H!==null&&(H.elementType===Ae||typeof Ae=="object"&&Ae!==null&&Ae.$$typeof===Q&&ia(Ae)===H.type)?(H=f(H,q.props),il(H,q),H.return=$,H):(H=Ho(q.type,q.key,q.props,null,$.mode,se),il(H,q),H.return=$,H)}function Y($,H,q,se){return H===null||H.tag!==4||H.stateNode.containerInfo!==q.containerInfo||H.stateNode.implementation!==q.implementation?(H=nd(q,$.mode,se),H.return=$,H):(H=f(H,q.children||[]),H.return=$,H)}function ne($,H,q,se,Ae){return H===null||H.tag!==7?(H=Qi(q,$.mode,se,Ae),H.return=$,H):(H=f(H,q),H.return=$,H)}function ce($,H,q){if(typeof H=="string"&&H!==""||typeof H=="number"||typeof H=="bigint")return H=td(""+H,$.mode,q),H.return=$,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case x:return q=Ho(H.type,H.key,H.props,null,$.mode,q),il(q,H),q.return=$,q;case S:return H=nd(H,$.mode,q),H.return=$,H;case Q:return H=ia(H),ce($,H,q)}if(G(H)||W(H))return H=Qi(H,$.mode,q,null),H.return=$,H;if(typeof H.then=="function")return ce($,Yo(H),q);if(H.$$typeof===N)return ce($,Go($,H),q);Wo($,H)}return null}function X($,H,q,se){var Ae=H!==null?H.key:null;if(typeof q=="string"&&q!==""||typeof q=="number"||typeof q=="bigint")return Ae!==null?null:T($,H,""+q,se);if(typeof q=="object"&&q!==null){switch(q.$$typeof){case x:return q.key===Ae?L($,H,q,se):null;case S:return q.key===Ae?Y($,H,q,se):null;case Q:return q=ia(q),X($,H,q,se)}if(G(q)||W(q))return Ae!==null?null:ne($,H,q,se,null);if(typeof q.then=="function")return X($,H,Yo(q),se);if(q.$$typeof===N)return X($,H,Go($,q),se);Wo($,q)}return null}function J($,H,q,se,Ae){if(typeof se=="string"&&se!==""||typeof se=="number"||typeof se=="bigint")return $=$.get(q)||null,T(H,$,""+se,Ae);if(typeof se=="object"&&se!==null){switch(se.$$typeof){case x:return $=$.get(se.key===null?q:se.key)||null,L(H,$,se,Ae);case S:return $=$.get(se.key===null?q:se.key)||null,Y(H,$,se,Ae);case Q:return se=ia(se),J($,H,q,se,Ae)}if(G(se)||W(se))return $=$.get(q)||null,ne(H,$,se,Ae,null);if(typeof se.then=="function")return J($,H,q,Yo(se),Ae);if(se.$$typeof===N)return J($,H,q,Go(H,se),Ae);Wo(H,se)}return null}function Ee($,H,q,se){for(var Ae=null,nt=null,we=H,He=H=0,Ze=null;we!==null&&He<q.length;He++){we.index>He?(Ze=we,we=null):Ze=we.sibling;var rt=X($,we,q[He],se);if(rt===null){we===null&&(we=Ze);break}n&&we&&rt.alternate===null&&i($,we),H=g(rt,H,He),nt===null?Ae=rt:nt.sibling=rt,nt=rt,we=Ze}if(He===q.length)return s($,we),Qe&&Dr($,He),Ae;if(we===null){for(;He<q.length;He++)we=ce($,q[He],se),we!==null&&(H=g(we,H,He),nt===null?Ae=we:nt.sibling=we,nt=we);return Qe&&Dr($,He),Ae}for(we=o(we);He<q.length;He++)Ze=J(we,$,He,q[He],se),Ze!==null&&(n&&Ze.alternate!==null&&we.delete(Ze.key===null?He:Ze.key),H=g(Ze,H,He),nt===null?Ae=Ze:nt.sibling=Ze,nt=Ze);return n&&we.forEach(function(Ri){return i($,Ri)}),Qe&&Dr($,He),Ae}function Me($,H,q,se){if(q==null)throw Error(a(151));for(var Ae=null,nt=null,we=H,He=H=0,Ze=null,rt=q.next();we!==null&&!rt.done;He++,rt=q.next()){we.index>He?(Ze=we,we=null):Ze=we.sibling;var Ri=X($,we,rt.value,se);if(Ri===null){we===null&&(we=Ze);break}n&&we&&Ri.alternate===null&&i($,we),H=g(Ri,H,He),nt===null?Ae=Ri:nt.sibling=Ri,nt=Ri,we=Ze}if(rt.done)return s($,we),Qe&&Dr($,He),Ae;if(we===null){for(;!rt.done;He++,rt=q.next())rt=ce($,rt.value,se),rt!==null&&(H=g(rt,H,He),nt===null?Ae=rt:nt.sibling=rt,nt=rt);return Qe&&Dr($,He),Ae}for(we=o(we);!rt.done;He++,rt=q.next())rt=J(we,$,He,rt.value,se),rt!==null&&(n&&rt.alternate!==null&&we.delete(rt.key===null?He:rt.key),H=g(rt,H,He),nt===null?Ae=rt:nt.sibling=rt,nt=rt);return n&&we.forEach(function(ZS){return i($,ZS)}),Qe&&Dr($,He),Ae}function pt($,H,q,se){if(typeof q=="object"&&q!==null&&q.type===_&&q.key===null&&(q=q.props.children),typeof q=="object"&&q!==null){switch(q.$$typeof){case x:e:{for(var Ae=q.key;H!==null;){if(H.key===Ae){if(Ae=q.type,Ae===_){if(H.tag===7){s($,H.sibling),se=f(H,q.props.children),se.return=$,$=se;break e}}else if(H.elementType===Ae||typeof Ae=="object"&&Ae!==null&&Ae.$$typeof===Q&&ia(Ae)===H.type){s($,H.sibling),se=f(H,q.props),il(se,q),se.return=$,$=se;break e}s($,H);break}else i($,H);H=H.sibling}q.type===_?(se=Qi(q.props.children,$.mode,se,q.key),se.return=$,$=se):(se=Ho(q.type,q.key,q.props,null,$.mode,se),il(se,q),se.return=$,$=se)}return E($);case S:e:{for(Ae=q.key;H!==null;){if(H.key===Ae)if(H.tag===4&&H.stateNode.containerInfo===q.containerInfo&&H.stateNode.implementation===q.implementation){s($,H.sibling),se=f(H,q.children||[]),se.return=$,$=se;break e}else{s($,H);break}else i($,H);H=H.sibling}se=nd(q,$.mode,se),se.return=$,$=se}return E($);case Q:return q=ia(q),pt($,H,q,se)}if(G(q))return Ee($,H,q,se);if(W(q)){if(Ae=W(q),typeof Ae!="function")throw Error(a(150));return q=Ae.call(q),Me($,H,q,se)}if(typeof q.then=="function")return pt($,H,Yo(q),se);if(q.$$typeof===N)return pt($,H,Go($,q),se);Wo($,q)}return typeof q=="string"&&q!==""||typeof q=="number"||typeof q=="bigint"?(q=""+q,H!==null&&H.tag===6?(s($,H.sibling),se=f(H,q),se.return=$,$=se):(s($,H),se=td(q,$.mode,se),se.return=$,$=se),E($)):s($,H)}return function($,H,q,se){try{rl=0;var Ae=pt($,H,q,se);return qa=null,Ae}catch(we){if(we===Ka||we===qo)throw we;var nt=Mn(29,we,null,$.mode);return nt.lanes=se,nt.return=$,nt}finally{}}}var sa=Om(!0),Rm=Om(!1),pi=!1;function pd(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function md(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 mi(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function gi(n,i,s){var o=n.updateQueue;if(o===null)return null;if(o=o.shared,(it&2)!==0){var f=o.pending;return f===null?i.next=i:(i.next=f.next,f.next=i),o.pending=i,i=Po(n),pm(n,null,s),i}return Uo(n,o,i,s),Po(n)}function al(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,De(n,s)}}function gd(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 bd=!1;function sl(){if(bd){var n=Ga;if(n!==null)throw n}}function ll(n,i,s,o){bd=!1;var f=n.updateQueue;pi=!1;var g=f.firstBaseUpdate,E=f.lastBaseUpdate,T=f.shared.pending;if(T!==null){f.shared.pending=null;var L=T,Y=L.next;L.next=null,E===null?g=Y:E.next=Y,E=L;var ne=n.alternate;ne!==null&&(ne=ne.updateQueue,T=ne.lastBaseUpdate,T!==E&&(T===null?ne.firstBaseUpdate=Y:T.next=Y,ne.lastBaseUpdate=L))}if(g!==null){var ce=f.baseState;E=0,ne=Y=L=null,T=g;do{var X=T.lane&-536870913,J=X!==T.lane;if(J?(Xe&X)===X:(o&X)===X){X!==0&&X===$a&&(bd=!0),ne!==null&&(ne=ne.next={lane:0,tag:T.tag,payload:T.payload,callback:null,next:null});e:{var Ee=n,Me=T;X=i;var pt=s;switch(Me.tag){case 1:if(Ee=Me.payload,typeof Ee=="function"){ce=Ee.call(pt,ce,X);break e}ce=Ee;break e;case 3:Ee.flags=Ee.flags&-65537|128;case 0:if(Ee=Me.payload,X=typeof Ee=="function"?Ee.call(pt,ce,X):Ee,X==null)break e;ce=y({},ce,X);break e;case 2:pi=!0}}X=T.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:T.tag,payload:T.payload,callback:T.callback,next:null},ne===null?(Y=ne=J,L=ce):ne=ne.next=J,E|=X;if(T=T.next,T===null){if(T=f.shared.pending,T===null)break;J=T,T=J.next,J.next=null,f.lastBaseUpdate=J,f.shared.pending=null}}while(!0);ne===null&&(L=ce),f.baseState=L,f.firstBaseUpdate=Y,f.lastBaseUpdate=ne,g===null&&(f.shared.lanes=0),Ei|=E,n.lanes=E,n.memoizedState=ce}}function Mm(n,i){if(typeof n!="function")throw Error(a(191,n));n.call(i)}function Im(n,i){var s=n.callbacks;if(s!==null)for(n.callbacks=null,n=0;n<s.length;n++)Mm(s[n],i)}var Va=R(null),Xo=R(0);function Dm(n,i){n=Kr,C(Xo,n),C(Va,i),Kr=n|i.baseLanes}function yd(){C(Xo,Kr),C(Va,Va.current)}function vd(){Kr=Xo.current,K(Va),K(Xo)}var In=R(null),Wn=null;function bi(n){var i=n.alternate;C(Bt,Bt.current&1),C(In,n),Wn===null&&(i===null||Va.current!==null||i.memoizedState!==null)&&(Wn=n)}function xd(n){C(Bt,Bt.current),C(In,n),Wn===null&&(Wn=n)}function Lm(n){n.tag===22?(C(Bt,Bt.current),C(In,n),Wn===null&&(Wn=n)):yi()}function yi(){C(Bt,Bt.current),C(In,In.current)}function Dn(n){K(In),Wn===n&&(Wn=null),K(Bt)}var Bt=R(0);function Zo(n){for(var i=n;i!==null;){if(i.tag===13){var s=i.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||Nf(s)||Cf(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 jr=0,Pe=null,ft=null,$t=null,Jo=!1,Ya=!1,la=!1,Qo=0,ol=0,Wa=null,H_=0;function It(){throw Error(a(321))}function Ed(n,i){if(i===null)return!1;for(var s=0;s<i.length&&s<n.length;s++)if(!Rn(n[s],i[s]))return!1;return!0}function _d(n,i,s,o,f,g){return jr=g,Pe=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,z.H=n===null||n.memoizedState===null?yg:jd,la=!1,g=s(o,f),la=!1,Ya&&(g=jm(i,s,o,f)),zm(n),g}function zm(n){z.H=dl;var i=ft!==null&&ft.next!==null;if(jr=0,$t=ft=Pe=null,Jo=!1,ol=0,Wa=null,i)throw Error(a(300));n===null||Gt||(n=n.dependencies,n!==null&&$o(n)&&(Gt=!0))}function jm(n,i,s,o){Pe=n;var f=0;do{if(Ya&&(Wa=null),ol=0,Ya=!1,25<=f)throw Error(a(301));if(f+=1,$t=ft=null,n.updateQueue!=null){var g=n.updateQueue;g.lastEffect=null,g.events=null,g.stores=null,g.memoCache!=null&&(g.memoCache.index=0)}z.H=vg,g=i(s,o)}while(Ya);return g}function F_(){var n=z.H,i=n.useState()[0];return i=typeof i.then=="function"?cl(i):i,n=n.useState()[0],(ft!==null?ft.memoizedState:null)!==n&&(Pe.flags|=1024),i}function Sd(){var n=Qo!==0;return Qo=0,n}function wd(n,i,s){i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~s}function kd(n){if(Jo){for(n=n.memoizedState;n!==null;){var i=n.queue;i!==null&&(i.pending=null),n=n.next}Jo=!1}jr=0,$t=ft=Pe=null,Ya=!1,ol=Qo=0,Wa=null}function dn(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return $t===null?Pe.memoizedState=$t=n:$t=$t.next=n,$t}function Ut(){if(ft===null){var n=Pe.alternate;n=n!==null?n.memoizedState:null}else n=ft.next;var i=$t===null?Pe.memoizedState:$t.next;if(i!==null)$t=i,ft=n;else{if(n===null)throw Pe.alternate===null?Error(a(467)):Error(a(310));ft=n,n={memoizedState:ft.memoizedState,baseState:ft.baseState,baseQueue:ft.baseQueue,queue:ft.queue,next:null},$t===null?Pe.memoizedState=$t=n:$t=$t.next=n}return $t}function ec(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function cl(n){var i=ol;return ol+=1,Wa===null&&(Wa=[]),n=Nm(Wa,n,i),i=Pe,($t===null?i.memoizedState:$t.next)===null&&(i=i.alternate,z.H=i===null||i.memoizedState===null?yg:jd),n}function tc(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return cl(n);if(n.$$typeof===N)return Jt(n)}throw Error(a(438,String(n)))}function Td(n){var i=null,s=Pe.updateQueue;if(s!==null&&(i=s.memoCache),i==null){var o=Pe.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=ec(),Pe.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 Br(n,i){return typeof i=="function"?i(n):i}function nc(n){var i=Ut();return Nd(i,ft,n)}function Nd(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 T=E=null,L=null,Y=i,ne=!1;do{var ce=Y.lane&-536870913;if(ce!==Y.lane?(Xe&ce)===ce:(jr&ce)===ce){var X=Y.revertLane;if(X===0)L!==null&&(L=L.next={lane:0,revertLane:0,gesture:null,action:Y.action,hasEagerState:Y.hasEagerState,eagerState:Y.eagerState,next:null}),ce===$a&&(ne=!0);else if((jr&X)===X){Y=Y.next,X===$a&&(ne=!0);continue}else ce={lane:0,revertLane:Y.revertLane,gesture:null,action:Y.action,hasEagerState:Y.hasEagerState,eagerState:Y.eagerState,next:null},L===null?(T=L=ce,E=g):L=L.next=ce,Pe.lanes|=X,Ei|=X;ce=Y.action,la&&s(g,ce),g=Y.hasEagerState?Y.eagerState:s(g,ce)}else X={lane:ce,revertLane:Y.revertLane,gesture:Y.gesture,action:Y.action,hasEagerState:Y.hasEagerState,eagerState:Y.eagerState,next:null},L===null?(T=L=X,E=g):L=L.next=X,Pe.lanes|=ce,Ei|=ce;Y=Y.next}while(Y!==null&&Y!==i);if(L===null?E=g:L.next=T,!Rn(g,n.memoizedState)&&(Gt=!0,ne&&(s=Ga,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 Cd(n){var i=Ut(),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);Rn(g,i.memoizedState)||(Gt=!0),i.memoizedState=g,i.baseQueue===null&&(i.baseState=g),s.lastRenderedState=g}return[g,o]}function Bm(n,i,s){var o=Pe,f=Ut(),g=Qe;if(g){if(s===void 0)throw Error(a(407));s=s()}else s=i();var E=!Rn((ft||f).memoizedState,s);if(E&&(f.memoizedState=s,Gt=!0),f=f.queue,Rd(Hm.bind(null,o,f,n),[n]),f.getSnapshot!==i||E||$t!==null&&$t.memoizedState.tag&1){if(o.flags|=2048,Xa(9,{destroy:void 0},Pm.bind(null,o,f,s,i),null),bt===null)throw Error(a(349));g||(jr&127)!==0||Um(o,i,s)}return s}function Um(n,i,s){n.flags|=16384,n={getSnapshot:i,value:s},i=Pe.updateQueue,i===null?(i=ec(),Pe.updateQueue=i,i.stores=[n]):(s=i.stores,s===null?i.stores=[n]:s.push(n))}function Pm(n,i,s,o){i.value=s,i.getSnapshot=o,Fm(i)&&$m(n)}function Hm(n,i,s){return s(function(){Fm(i)&&$m(n)})}function Fm(n){var i=n.getSnapshot;n=n.value;try{var s=i();return!Rn(n,s)}catch{return!0}}function $m(n){var i=Ji(n,2);i!==null&&Tn(i,n,2)}function Ad(n){var i=dn();if(typeof n=="function"){var s=n;if(n=s(),la){tn(!0);try{s()}finally{tn(!1)}}}return i.memoizedState=i.baseState=n,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Br,lastRenderedState:n},i}function Gm(n,i,s,o){return n.baseState=s,Nd(n,ft,typeof o=="function"?o:Br)}function $_(n,i,s,o,f){if(ac(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)}};z.T!==null?s(!0):g.isTransition=!1,o(g),s=i.pending,s===null?(g.next=i.pending=g,Km(i,g)):(g.next=s.next,i.pending=s.next=g)}}function Km(n,i){var s=i.action,o=i.payload,f=n.state;if(i.isTransition){var g=z.T,E={};z.T=E;try{var T=s(f,o),L=z.S;L!==null&&L(E,T),qm(n,i,T)}catch(Y){Od(n,i,Y)}finally{g!==null&&E.types!==null&&(g.types=E.types),z.T=g}}else try{g=s(f,o),qm(n,i,g)}catch(Y){Od(n,i,Y)}}function qm(n,i,s){s!==null&&typeof s=="object"&&typeof s.then=="function"?s.then(function(o){Vm(n,i,o)},function(o){return Od(n,i,o)}):Vm(n,i,s)}function Vm(n,i,s){i.status="fulfilled",i.value=s,Ym(i),n.state=s,i=n.pending,i!==null&&(s=i.next,s===i?n.pending=null:(s=s.next,i.next=s,Km(n,s)))}function Od(n,i,s){var o=n.pending;if(n.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=s,Ym(i),i=i.next;while(i!==o)}n.action=null}function Ym(n){n=n.listeners;for(var i=0;i<n.length;i++)(0,n[i])()}function Wm(n,i){return i}function Xm(n,i){if(Qe){var s=bt.formState;if(s!==null){e:{var o=Pe;if(Qe){if(wt){t:{for(var f=wt,g=Yn;f.nodeType!==8;){if(!g){f=null;break t}if(f=Xn(f.nextSibling),f===null){f=null;break t}}g=f.data,f=g==="F!"||g==="F"?f:null}if(f){wt=Xn(f.nextSibling),o=f.data==="F!";break e}}fi(o)}o=!1}o&&(i=s[0])}}return s=dn(),s.memoizedState=s.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Wm,lastRenderedState:i},s.queue=o,s=mg.bind(null,Pe,o),o.dispatch=s,o=Ad(!1),g=zd.bind(null,Pe,!1,o.queue),o=dn(),f={state:i,dispatch:null,action:n,pending:null},o.queue=f,s=$_.bind(null,Pe,f,g,s),f.dispatch=s,o.memoizedState=n,[i,s,!1]}function Zm(n){var i=Ut();return Jm(i,ft,n)}function Jm(n,i,s){if(i=Nd(n,i,Wm)[0],n=nc(Br)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=cl(i)}catch(E){throw E===Ka?qo:E}else o=i;i=Ut();var f=i.queue,g=f.dispatch;return s!==i.memoizedState&&(Pe.flags|=2048,Xa(9,{destroy:void 0},G_.bind(null,f,s),null)),[o,g,n]}function G_(n,i){n.action=i}function Qm(n){var i=Ut(),s=ft;if(s!==null)return Jm(i,s,n);Ut(),i=i.memoizedState,s=Ut();var o=s.queue.dispatch;return s.memoizedState=n,[i,o,!1]}function Xa(n,i,s,o){return n={tag:n,create:s,deps:o,inst:i,next:null},i=Pe.updateQueue,i===null&&(i=ec(),Pe.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 eg(){return Ut().memoizedState}function rc(n,i,s,o){var f=dn();Pe.flags|=n,f.memoizedState=Xa(1|i,{destroy:void 0},s,o===void 0?null:o)}function ic(n,i,s,o){var f=Ut();o=o===void 0?null:o;var g=f.memoizedState.inst;ft!==null&&o!==null&&Ed(o,ft.memoizedState.deps)?f.memoizedState=Xa(i,g,s,o):(Pe.flags|=n,f.memoizedState=Xa(1|i,g,s,o))}function tg(n,i){rc(8390656,8,n,i)}function Rd(n,i){ic(2048,8,n,i)}function K_(n){Pe.flags|=4;var i=Pe.updateQueue;if(i===null)i=ec(),Pe.updateQueue=i,i.events=[n];else{var s=i.events;s===null?i.events=[n]:s.push(n)}}function ng(n){var i=Ut().memoizedState;return K_({ref:i,nextImpl:n}),function(){if((it&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function rg(n,i){return ic(4,2,n,i)}function ig(n,i){return ic(4,4,n,i)}function ag(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 sg(n,i,s){s=s!=null?s.concat([n]):null,ic(4,4,ag.bind(null,i,n),s)}function Md(){}function lg(n,i){var s=Ut();i=i===void 0?null:i;var o=s.memoizedState;return i!==null&&Ed(i,o[1])?o[0]:(s.memoizedState=[n,i],n)}function og(n,i){var s=Ut();i=i===void 0?null:i;var o=s.memoizedState;if(i!==null&&Ed(i,o[1]))return o[0];if(o=n(),la){tn(!0);try{n()}finally{tn(!1)}}return s.memoizedState=[o,i],o}function Id(n,i,s){return s===void 0||(jr&1073741824)!==0&&(Xe&261930)===0?n.memoizedState=i:(n.memoizedState=s,n=cb(),Pe.lanes|=n,Ei|=n,s)}function cg(n,i,s,o){return Rn(s,i)?s:Va.current!==null?(n=Id(n,s,o),Rn(n,i)||(Gt=!0),n):(jr&42)===0||(jr&1073741824)!==0&&(Xe&261930)===0?(Gt=!0,n.memoizedState=s):(n=cb(),Pe.lanes|=n,Ei|=n,i)}function ug(n,i,s,o,f){var g=Z.p;Z.p=g!==0&&8>g?g:8;var E=z.T,T={};z.T=T,zd(n,!1,i,s);try{var L=f(),Y=z.S;if(Y!==null&&Y(T,L),L!==null&&typeof L=="object"&&typeof L.then=="function"){var ne=P_(L,o);ul(n,i,ne,jn(n))}else ul(n,i,o,jn(n))}catch(ce){ul(n,i,{then:function(){},status:"rejected",reason:ce},jn())}finally{Z.p=g,E!==null&&T.types!==null&&(E.types=T.types),z.T=E}}function q_(){}function Dd(n,i,s,o){if(n.tag!==5)throw Error(a(476));var f=dg(n).queue;ug(n,f,i,ie,s===null?q_:function(){return fg(n),s(o)})}function dg(n){var i=n.memoizedState;if(i!==null)return i;i={memoizedState:ie,baseState:ie,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Br,lastRenderedState:ie},next:null};var s={};return i.next={memoizedState:s,baseState:s,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Br,lastRenderedState:s},next:null},n.memoizedState=i,n=n.alternate,n!==null&&(n.memoizedState=i),i}function fg(n){var i=dg(n);i.next===null&&(i=n.alternate.memoizedState),ul(n,i.next.queue,{},jn())}function Ld(){return Jt(Nl)}function hg(){return Ut().memoizedState}function pg(){return Ut().memoizedState}function V_(n){for(var i=n.return;i!==null;){switch(i.tag){case 24:case 3:var s=jn();n=mi(s);var o=gi(i,n,s);o!==null&&(Tn(o,i,s),al(o,i,s)),i={cache:ud()},n.payload=i;return}i=i.return}}function Y_(n,i,s){var o=jn();s={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},ac(n)?gg(i,s):(s=Qu(n,i,s,o),s!==null&&(Tn(s,n,o),bg(s,i,o)))}function mg(n,i,s){var o=jn();ul(n,i,s,o)}function ul(n,i,s,o){var f={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null};if(ac(n))gg(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,T=g(E,s);if(f.hasEagerState=!0,f.eagerState=T,Rn(T,E))return Uo(n,i,f,0),bt===null&&Bo(),!1}catch{}finally{}if(s=Qu(n,i,f,o),s!==null)return Tn(s,n,o),bg(s,i,o),!0}return!1}function zd(n,i,s,o){if(o={lane:2,revertLane:mf(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},ac(n)){if(i)throw Error(a(479))}else i=Qu(n,s,o,2),i!==null&&Tn(i,n,2)}function ac(n){var i=n.alternate;return n===Pe||i!==null&&i===Pe}function gg(n,i){Ya=Jo=!0;var s=n.pending;s===null?i.next=i:(i.next=s.next,s.next=i),n.pending=i}function bg(n,i,s){if((s&4194048)!==0){var o=i.lanes;o&=n.pendingLanes,s|=o,i.lanes=s,De(n,s)}}var dl={readContext:Jt,use:tc,useCallback:It,useContext:It,useEffect:It,useImperativeHandle:It,useLayoutEffect:It,useInsertionEffect:It,useMemo:It,useReducer:It,useRef:It,useState:It,useDebugValue:It,useDeferredValue:It,useTransition:It,useSyncExternalStore:It,useId:It,useHostTransitionStatus:It,useFormState:It,useActionState:It,useOptimistic:It,useMemoCache:It,useCacheRefresh:It};dl.useEffectEvent=It;var yg={readContext:Jt,use:tc,useCallback:function(n,i){return dn().memoizedState=[n,i===void 0?null:i],n},useContext:Jt,useEffect:tg,useImperativeHandle:function(n,i,s){s=s!=null?s.concat([n]):null,rc(4194308,4,ag.bind(null,i,n),s)},useLayoutEffect:function(n,i){return rc(4194308,4,n,i)},useInsertionEffect:function(n,i){rc(4,2,n,i)},useMemo:function(n,i){var s=dn();i=i===void 0?null:i;var o=n();if(la){tn(!0);try{n()}finally{tn(!1)}}return s.memoizedState=[o,i],o},useReducer:function(n,i,s){var o=dn();if(s!==void 0){var f=s(i);if(la){tn(!0);try{s(i)}finally{tn(!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=Y_.bind(null,Pe,n),[o.memoizedState,n]},useRef:function(n){var i=dn();return n={current:n},i.memoizedState=n},useState:function(n){n=Ad(n);var i=n.queue,s=mg.bind(null,Pe,i);return i.dispatch=s,[n.memoizedState,s]},useDebugValue:Md,useDeferredValue:function(n,i){var s=dn();return Id(s,n,i)},useTransition:function(){var n=Ad(!1);return n=ug.bind(null,Pe,n.queue,!0,!1),dn().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,i,s){var o=Pe,f=dn();if(Qe){if(s===void 0)throw Error(a(407));s=s()}else{if(s=i(),bt===null)throw Error(a(349));(Xe&127)!==0||Um(o,i,s)}f.memoizedState=s;var g={value:s,getSnapshot:i};return f.queue=g,tg(Hm.bind(null,o,g,n),[n]),o.flags|=2048,Xa(9,{destroy:void 0},Pm.bind(null,o,g,s,i),null),s},useId:function(){var n=dn(),i=bt.identifierPrefix;if(Qe){var s=mr,o=pr;s=(o&~(1<<32-st(o)-1)).toString(32)+s,i="_"+i+"R_"+s,s=Qo++,0<s&&(i+="H"+s.toString(32)),i+="_"}else s=H_++,i="_"+i+"r_"+s.toString(32)+"_";return n.memoizedState=i},useHostTransitionStatus:Ld,useFormState:Xm,useActionState:Xm,useOptimistic:function(n){var i=dn();i.memoizedState=i.baseState=n;var s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=s,i=zd.bind(null,Pe,!0,s),s.dispatch=i,[n,i]},useMemoCache:Td,useCacheRefresh:function(){return dn().memoizedState=V_.bind(null,Pe)},useEffectEvent:function(n){var i=dn(),s={impl:n};return i.memoizedState=s,function(){if((it&2)!==0)throw Error(a(440));return s.impl.apply(void 0,arguments)}}},jd={readContext:Jt,use:tc,useCallback:lg,useContext:Jt,useEffect:Rd,useImperativeHandle:sg,useInsertionEffect:rg,useLayoutEffect:ig,useMemo:og,useReducer:nc,useRef:eg,useState:function(){return nc(Br)},useDebugValue:Md,useDeferredValue:function(n,i){var s=Ut();return cg(s,ft.memoizedState,n,i)},useTransition:function(){var n=nc(Br)[0],i=Ut().memoizedState;return[typeof n=="boolean"?n:cl(n),i]},useSyncExternalStore:Bm,useId:hg,useHostTransitionStatus:Ld,useFormState:Zm,useActionState:Zm,useOptimistic:function(n,i){var s=Ut();return Gm(s,ft,n,i)},useMemoCache:Td,useCacheRefresh:pg};jd.useEffectEvent=ng;var vg={readContext:Jt,use:tc,useCallback:lg,useContext:Jt,useEffect:Rd,useImperativeHandle:sg,useInsertionEffect:rg,useLayoutEffect:ig,useMemo:og,useReducer:Cd,useRef:eg,useState:function(){return Cd(Br)},useDebugValue:Md,useDeferredValue:function(n,i){var s=Ut();return ft===null?Id(s,n,i):cg(s,ft.memoizedState,n,i)},useTransition:function(){var n=Cd(Br)[0],i=Ut().memoizedState;return[typeof n=="boolean"?n:cl(n),i]},useSyncExternalStore:Bm,useId:hg,useHostTransitionStatus:Ld,useFormState:Qm,useActionState:Qm,useOptimistic:function(n,i){var s=Ut();return ft!==null?Gm(s,ft,n,i):(s.baseState=n,[n,s.queue.dispatch])},useMemoCache:Td,useCacheRefresh:pg};vg.useEffectEvent=ng;function Bd(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 Ud={enqueueSetState:function(n,i,s){n=n._reactInternals;var o=jn(),f=mi(o);f.payload=i,s!=null&&(f.callback=s),i=gi(n,f,o),i!==null&&(Tn(i,n,o),al(i,n,o))},enqueueReplaceState:function(n,i,s){n=n._reactInternals;var o=jn(),f=mi(o);f.tag=1,f.payload=i,s!=null&&(f.callback=s),i=gi(n,f,o),i!==null&&(Tn(i,n,o),al(i,n,o))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var s=jn(),o=mi(s);o.tag=2,i!=null&&(o.callback=i),i=gi(n,o,s),i!==null&&(Tn(i,n,s),al(i,n,s))}};function xg(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?!Zs(s,o)||!Zs(f,g):!0}function Eg(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&&Ud.enqueueReplaceState(i,i.state,null)}function oa(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 _g(n){jo(n)}function Sg(n){console.error(n)}function wg(n){jo(n)}function sc(n,i){try{var s=n.onUncaughtError;s(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function kg(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 Pd(n,i,s){return s=mi(s),s.tag=3,s.payload={element:null},s.callback=function(){sc(n,i)},s}function Tg(n){return n=mi(n),n.tag=3,n}function Ng(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(){kg(i,s,o)}}var E=s.stateNode;E!==null&&typeof E.componentDidCatch=="function"&&(n.callback=function(){kg(i,s,o),typeof f!="function"&&(_i===null?_i=new Set([this]):_i.add(this));var T=o.stack;this.componentDidCatch(o.value,{componentStack:T!==null?T:""})})}function W_(n,i,s,o,f){if(s.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=s.alternate,i!==null&&Fa(i,s,f,!0),s=In.current,s!==null){switch(s.tag){case 31:case 13:return Wn===null?yc():s.alternate===null&&Dt===0&&(Dt=3),s.flags&=-257,s.flags|=65536,s.lanes=f,o===Vo?s.flags|=16384:(i=s.updateQueue,i===null?s.updateQueue=new Set([o]):i.add(o),ff(n,o,f)),!1;case 22:return s.flags|=65536,o===Vo?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)),ff(n,o,f)),!1}throw Error(a(435,s.tag))}return ff(n,o,f),yc(),!1}if(Qe)return i=In.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=f,o!==ad&&(n=Error(a(422),{cause:o}),el(Kn(n,s)))):(o!==ad&&(i=Error(a(423),{cause:o}),el(Kn(i,s))),n=n.current.alternate,n.flags|=65536,f&=-f,n.lanes|=f,o=Kn(o,s),f=Pd(n.stateNode,o,f),gd(n,f),Dt!==4&&(Dt=2)),!1;var g=Error(a(520),{cause:o});if(g=Kn(g,s),vl===null?vl=[g]:vl.push(g),Dt!==4&&(Dt=2),i===null)return!0;o=Kn(o,s),s=i;do{switch(s.tag){case 3:return s.flags|=65536,n=f&-f,s.lanes|=n,n=Pd(s.stateNode,o,n),gd(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"&&(_i===null||!_i.has(g))))return s.flags|=65536,f&=-f,s.lanes|=f,f=Tg(f),Ng(f,n,s,o),gd(s,f),!1}s=s.return}while(s!==null);return!1}var Hd=Error(a(461)),Gt=!1;function Qt(n,i,s,o){i.child=n===null?Rm(i,null,s,o):sa(i,n.child,s,o)}function Cg(n,i,s,o,f){s=s.render;var g=i.ref;if("ref"in o){var E={};for(var T in o)T!=="ref"&&(E[T]=o[T])}else E=o;return na(i),o=_d(n,i,s,E,g,f),T=Sd(),n!==null&&!Gt?(wd(n,i,f),Ur(n,i,f)):(Qe&&T&&rd(i),i.flags|=1,Qt(n,i,o,f),i.child)}function Ag(n,i,s,o,f){if(n===null){var g=s.type;return typeof g=="function"&&!ed(g)&&g.defaultProps===void 0&&s.compare===null?(i.tag=15,i.type=g,Og(n,i,g,o,f)):(n=Ho(s.type,null,o,i,i.mode,f),n.ref=i.ref,n.return=i,i.child=n)}if(g=n.child,!Wd(n,f)){var E=g.memoizedProps;if(s=s.compare,s=s!==null?s:Zs,s(E,o)&&n.ref===i.ref)return Ur(n,i,f)}return i.flags|=1,n=Ir(g,o),n.ref=i.ref,n.return=i,i.child=n}function Og(n,i,s,o,f){if(n!==null){var g=n.memoizedProps;if(Zs(g,o)&&n.ref===i.ref)if(Gt=!1,i.pendingProps=o=g,Wd(n,f))(n.flags&131072)!==0&&(Gt=!0);else return i.lanes=n.lanes,Ur(n,i,f)}return Fd(n,i,s,o,f)}function Rg(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 Mg(n,i,g,s,o)}if((s&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},n!==null&&Ko(i,g!==null?g.cachePool:null),g!==null?Dm(i,g):yd(),Lm(i);else return o=i.lanes=536870912,Mg(n,i,g!==null?g.baseLanes|s:s,s,o)}else g!==null?(Ko(i,g.cachePool),Dm(i,g),yi(),i.memoizedState=null):(n!==null&&Ko(i,null),yd(),yi());return Qt(n,i,f,s),i.child}function fl(n,i){return n!==null&&n.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function Mg(n,i,s,o,f){var g=fd();return g=g===null?null:{parent:Ft._currentValue,pool:g},i.memoizedState={baseLanes:s,cachePool:g},n!==null&&Ko(i,null),yd(),Lm(i),n!==null&&Fa(n,i,o,!0),i.childLanes=f,null}function lc(n,i){return i=cc({mode:i.mode,children:i.children},n.mode),i.ref=n.ref,n.child=i,i.return=n,i}function Ig(n,i,s){return sa(i,n.child,null,s),n=lc(i,i.pendingProps),n.flags|=2,Dn(i),i.memoizedState=null,n}function X_(n,i,s){var o=i.pendingProps,f=(i.flags&128)!==0;if(i.flags&=-129,n===null){if(Qe){if(o.mode==="hidden")return n=lc(i,o),i.lanes=536870912,fl(null,n);if(xd(i),(n=wt)?(n=Kb(n,Yn),n=n!==null&&n.data==="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:ui!==null?{id:pr,overflow:mr}:null,retryLane:536870912,hydrationErrors:null},s=gm(n),s.return=i,i.child=s,Zt=i,wt=null)):n=null,n===null)throw fi(i);return i.lanes=536870912,null}return lc(i,o)}var g=n.memoizedState;if(g!==null){var E=g.dehydrated;if(xd(i),f)if(i.flags&256)i.flags&=-257,i=Ig(n,i,s);else if(i.memoizedState!==null)i.child=n.child,i.flags|=128,i=null;else throw Error(a(558));else if(Gt||Fa(n,i,s,!1),f=(s&n.childLanes)!==0,Gt||f){if(o=bt,o!==null&&(E=Lt(o,s),E!==0&&E!==g.retryLane))throw g.retryLane=E,Ji(n,E),Tn(o,n,E),Hd;yc(),i=Ig(n,i,s)}else n=g.treeContext,wt=Xn(E.nextSibling),Zt=i,Qe=!0,di=null,Yn=!1,n!==null&&vm(i,n),i=lc(i,o),i.flags|=4096;return i}return n=Ir(n.child,{mode:o.mode,children:o.children}),n.ref=i.ref,i.child=n,n.return=i,n}function oc(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 Fd(n,i,s,o,f){return na(i),s=_d(n,i,s,o,void 0,f),o=Sd(),n!==null&&!Gt?(wd(n,i,f),Ur(n,i,f)):(Qe&&o&&rd(i),i.flags|=1,Qt(n,i,s,f),i.child)}function Dg(n,i,s,o,f,g){return na(i),i.updateQueue=null,s=jm(i,o,s,f),zm(n),o=Sd(),n!==null&&!Gt?(wd(n,i,g),Ur(n,i,g)):(Qe&&o&&rd(i),i.flags|=1,Qt(n,i,s,g),i.child)}function Lg(n,i,s,o,f){if(na(i),i.stateNode===null){var g=Ba,E=s.contextType;typeof E=="object"&&E!==null&&(g=Jt(E)),g=new s(o,g),i.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,g.updater=Ud,i.stateNode=g,g._reactInternals=i,g=i.stateNode,g.props=o,g.state=i.memoizedState,g.refs={},pd(i),E=s.contextType,g.context=typeof E=="object"&&E!==null?Jt(E):Ba,g.state=i.memoizedState,E=s.getDerivedStateFromProps,typeof E=="function"&&(Bd(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&&Ud.enqueueReplaceState(g,g.state,null),ll(i,o,g,f),sl(),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(n===null){g=i.stateNode;var T=i.memoizedProps,L=oa(s,T);g.props=L;var Y=g.context,ne=s.contextType;E=Ba,typeof ne=="object"&&ne!==null&&(E=Jt(ne));var ce=s.getDerivedStateFromProps;ne=typeof ce=="function"||typeof g.getSnapshotBeforeUpdate=="function",T=i.pendingProps!==T,ne||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(T||Y!==E)&&Eg(i,g,o,E),pi=!1;var X=i.memoizedState;g.state=X,ll(i,o,g,f),sl(),Y=i.memoizedState,T||X!==Y||pi?(typeof ce=="function"&&(Bd(i,s,ce,o),Y=i.memoizedState),(L=pi||xg(i,s,L,o,X,Y,E))?(ne||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=Y),g.props=o,g.state=Y,g.context=E,o=L):(typeof g.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{g=i.stateNode,md(n,i),E=i.memoizedProps,ne=oa(s,E),g.props=ne,ce=i.pendingProps,X=g.context,Y=s.contextType,L=Ba,typeof Y=="object"&&Y!==null&&(L=Jt(Y)),T=s.getDerivedStateFromProps,(Y=typeof T=="function"||typeof g.getSnapshotBeforeUpdate=="function")||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(E!==ce||X!==L)&&Eg(i,g,o,L),pi=!1,X=i.memoizedState,g.state=X,ll(i,o,g,f),sl();var J=i.memoizedState;E!==ce||X!==J||pi||n!==null&&n.dependencies!==null&&$o(n.dependencies)?(typeof T=="function"&&(Bd(i,s,T,o),J=i.memoizedState),(ne=pi||xg(i,s,ne,o,X,J,L)||n!==null&&n.dependencies!==null&&$o(n.dependencies))?(Y||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=ne):(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,oc(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=sa(i,n.child,null,f),i.child=sa(i,null,s,f)):Qt(n,i,s,f),i.memoizedState=g.state,n=i.child):n=Ur(n,i,f),n}function zg(n,i,s,o){return ea(),i.flags|=256,Qt(n,i,s,o),i.child}var $d={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Gd(n){return{baseLanes:n,cachePool:km()}}function Kd(n,i,s){return n=n!==null?n.childLanes&~s:0,i&&(n|=zn),n}function jg(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:(Bt.current&2)!==0),E&&(f=!0,i.flags&=-129),E=(i.flags&32)!==0,i.flags&=-33,n===null){if(Qe){if(f?bi(i):yi(),(n=wt)?(n=Kb(n,Yn),n=n!==null&&n.data!=="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:ui!==null?{id:pr,overflow:mr}:null,retryLane:536870912,hydrationErrors:null},s=gm(n),s.return=i,i.child=s,Zt=i,wt=null)):n=null,n===null)throw fi(i);return Cf(n)?i.lanes=32:i.lanes=536870912,null}var T=o.children;return o=o.fallback,f?(yi(),f=i.mode,T=cc({mode:"hidden",children:T},f),o=Qi(o,f,s,null),T.return=i,o.return=i,T.sibling=o,i.child=T,o=i.child,o.memoizedState=Gd(s),o.childLanes=Kd(n,E,s),i.memoizedState=$d,fl(null,o)):(bi(i),qd(i,T))}var L=n.memoizedState;if(L!==null&&(T=L.dehydrated,T!==null)){if(g)i.flags&256?(bi(i),i.flags&=-257,i=Vd(n,i,s)):i.memoizedState!==null?(yi(),i.child=n.child,i.flags|=128,i=null):(yi(),T=o.fallback,f=i.mode,o=cc({mode:"visible",children:o.children},f),T=Qi(T,f,s,null),T.flags|=2,o.return=i,T.return=i,o.sibling=T,i.child=o,sa(i,n.child,null,s),o=i.child,o.memoizedState=Gd(s),o.childLanes=Kd(n,E,s),i.memoizedState=$d,i=fl(null,o));else if(bi(i),Cf(T)){if(E=T.nextSibling&&T.nextSibling.dataset,E)var Y=E.dgst;E=Y,o=Error(a(419)),o.stack="",o.digest=E,el({value:o,source:null,stack:null}),i=Vd(n,i,s)}else if(Gt||Fa(n,i,s,!1),E=(s&n.childLanes)!==0,Gt||E){if(E=bt,E!==null&&(o=Lt(E,s),o!==0&&o!==L.retryLane))throw L.retryLane=o,Ji(n,o),Tn(E,n,o),Hd;Nf(T)||yc(),i=Vd(n,i,s)}else Nf(T)?(i.flags|=192,i.child=n.child,i=null):(n=L.treeContext,wt=Xn(T.nextSibling),Zt=i,Qe=!0,di=null,Yn=!1,n!==null&&vm(i,n),i=qd(i,o.children),i.flags|=4096);return i}return f?(yi(),T=o.fallback,f=i.mode,L=n.child,Y=L.sibling,o=Ir(L,{mode:"hidden",children:o.children}),o.subtreeFlags=L.subtreeFlags&65011712,Y!==null?T=Ir(Y,T):(T=Qi(T,f,s,null),T.flags|=2),T.return=i,o.return=i,o.sibling=T,i.child=o,fl(null,o),o=i.child,T=n.child.memoizedState,T===null?T=Gd(s):(f=T.cachePool,f!==null?(L=Ft._currentValue,f=f.parent!==L?{parent:L,pool:L}:f):f=km(),T={baseLanes:T.baseLanes|s,cachePool:f}),o.memoizedState=T,o.childLanes=Kd(n,E,s),i.memoizedState=$d,fl(n.child,o)):(bi(i),s=n.child,n=s.sibling,s=Ir(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 qd(n,i){return i=cc({mode:"visible",children:i},n.mode),i.return=n,n.child=i}function cc(n,i){return n=Mn(22,n,null,i),n.lanes=0,n}function Vd(n,i,s){return sa(i,n.child,null,s),n=qd(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function Bg(n,i,s){n.lanes|=i;var o=n.alternate;o!==null&&(o.lanes|=i),od(n.return,i,s)}function Yd(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 Ug(n,i,s){var o=i.pendingProps,f=o.revealOrder,g=o.tail;o=o.children;var E=Bt.current,T=(E&2)!==0;if(T?(E=E&1|2,i.flags|=128):E&=1,C(Bt,E),Qt(n,i,o,s),o=Qe?Qs:0,!T&&n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&Bg(n,s,i);else if(n.tag===19)Bg(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&&Zo(n)===null&&(f=s),s=s.sibling;s=f,s===null?(f=i.child,i.child=null):(f=s.sibling,s.sibling=null),Yd(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&&Zo(n)===null){i.child=f;break}n=f.sibling,f.sibling=s,s=f,f=n}Yd(i,!0,s,null,g,o);break;case"together":Yd(i,!1,null,null,void 0,o);break;default:i.memoizedState=null}return i.child}function Ur(n,i,s){if(n!==null&&(i.dependencies=n.dependencies),Ei|=i.lanes,(s&i.childLanes)===0)if(n!==null){if(Fa(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=Ir(n,n.pendingProps),i.child=s,s.return=i;n.sibling!==null;)n=n.sibling,s=s.sibling=Ir(n,n.pendingProps),s.return=i;s.sibling=null}return i.child}function Wd(n,i){return(n.lanes&i)!==0?!0:(n=n.dependencies,!!(n!==null&&$o(n)))}function Z_(n,i,s){switch(i.tag){case 3:Le(i,i.stateNode.containerInfo),hi(i,Ft,n.memoizedState.cache),ea();break;case 27:case 5:ye(i);break;case 4:Le(i,i.stateNode.containerInfo);break;case 10:hi(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,xd(i),null;break;case 13:var o=i.memoizedState;if(o!==null)return o.dehydrated!==null?(bi(i),i.flags|=128,null):(s&i.child.childLanes)!==0?jg(n,i,s):(bi(i),n=Ur(n,i,s),n!==null?n.sibling:null);bi(i);break;case 19:var f=(n.flags&128)!==0;if(o=(s&i.childLanes)!==0,o||(Fa(n,i,s,!1),o=(s&i.childLanes)!==0),f){if(o)return Ug(n,i,s);i.flags|=128}if(f=i.memoizedState,f!==null&&(f.rendering=null,f.tail=null,f.lastEffect=null),C(Bt,Bt.current),o)break;return null;case 22:return i.lanes=0,Rg(n,i,s,i.pendingProps);case 24:hi(i,Ft,n.memoizedState.cache)}return Ur(n,i,s)}function Pg(n,i,s){if(n!==null)if(n.memoizedProps!==i.pendingProps)Gt=!0;else{if(!Wd(n,s)&&(i.flags&128)===0)return Gt=!1,Z_(n,i,s);Gt=(n.flags&131072)!==0}else Gt=!1,Qe&&(i.flags&1048576)!==0&&ym(i,Qs,i.index);switch(i.lanes=0,i.tag){case 16:e:{var o=i.pendingProps;if(n=ia(i.elementType),i.type=n,typeof n=="function")ed(n)?(o=oa(n,o),i.tag=1,i=Lg(null,i,n,o,s)):(i.tag=0,i=Fd(null,i,n,o,s));else{if(n!=null){var f=n.$$typeof;if(f===A){i.tag=11,i=Cg(null,i,n,o,s);break e}else if(f===V){i.tag=14,i=Ag(null,i,n,o,s);break e}}throw i=le(n)||n,Error(a(306,i,""))}}return i;case 0:return Fd(n,i,i.type,i.pendingProps,s);case 1:return o=i.type,f=oa(o,i.pendingProps),Lg(n,i,o,f,s);case 3:e:{if(Le(i,i.stateNode.containerInfo),n===null)throw Error(a(387));o=i.pendingProps;var g=i.memoizedState;f=g.element,md(n,i),ll(i,o,null,s);var E=i.memoizedState;if(o=E.cache,hi(i,Ft,o),o!==g.cache&&cd(i,[Ft],s,!0),sl(),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=zg(n,i,o,s);break e}else if(o!==f){f=Kn(Error(a(424)),i),el(f),i=zg(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(wt=Xn(n.firstChild),Zt=i,Qe=!0,di=null,Yn=!0,s=Rm(i,null,o,s),i.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling}else{if(ea(),o===f){i=Ur(n,i,s);break e}Qt(n,i,o,s)}i=i.child}return i;case 26:return oc(n,i),n===null?(s=Zb(i.type,null,i.pendingProps,null))?i.memoizedState=s:Qe||(s=i.type,n=i.pendingProps,o=kc(ve.current).createElement(s),o[zt]=i,o[nn]=n,en(o,s,n),Pt(o),i.stateNode=o):i.memoizedState=Zb(i.type,n.memoizedProps,i.pendingProps,n.memoizedState),null;case 27:return ye(i),n===null&&Qe&&(o=i.stateNode=Yb(i.type,i.pendingProps,ve.current),Zt=i,Yn=!0,f=wt,Ti(i.type)?(Af=f,wt=Xn(o.firstChild)):wt=f),Qt(n,i,i.pendingProps.children,s),oc(n,i),n===null&&(i.flags|=4194304),i.child;case 5:return n===null&&Qe&&((f=o=wt)&&(o=NS(o,i.type,i.pendingProps,Yn),o!==null?(i.stateNode=o,Zt=i,wt=Xn(o.firstChild),Yn=!1,f=!0):f=!1),f||fi(i)),ye(i),f=i.type,g=i.pendingProps,E=n!==null?n.memoizedProps:null,o=g.children,wf(f,g)?o=null:E!==null&&wf(f,E)&&(i.flags|=32),i.memoizedState!==null&&(f=_d(n,i,F_,null,null,s),Nl._currentValue=f),oc(n,i),Qt(n,i,o,s),i.child;case 6:return n===null&&Qe&&((n=s=wt)&&(s=CS(s,i.pendingProps,Yn),s!==null?(i.stateNode=s,Zt=i,wt=null,n=!0):n=!1),n||fi(i)),null;case 13:return jg(n,i,s);case 4:return Le(i,i.stateNode.containerInfo),o=i.pendingProps,n===null?i.child=sa(i,null,o,s):Qt(n,i,o,s),i.child;case 11:return Cg(n,i,i.type,i.pendingProps,s);case 7:return Qt(n,i,i.pendingProps,s),i.child;case 8:return Qt(n,i,i.pendingProps.children,s),i.child;case 12:return Qt(n,i,i.pendingProps.children,s),i.child;case 10:return o=i.pendingProps,hi(i,i.type,o.value),Qt(n,i,o.children,s),i.child;case 9:return f=i.type._context,o=i.pendingProps.children,na(i),f=Jt(f),o=o(f),i.flags|=1,Qt(n,i,o,s),i.child;case 14:return Ag(n,i,i.type,i.pendingProps,s);case 15:return Og(n,i,i.type,i.pendingProps,s);case 19:return Ug(n,i,s);case 31:return X_(n,i,s);case 22:return Rg(n,i,s,i.pendingProps);case 24:return na(i),o=Jt(Ft),n===null?(f=fd(),f===null&&(f=bt,g=ud(),f.pooledCache=g,g.refCount++,g!==null&&(f.pooledCacheLanes|=s),f=g),i.memoizedState={parent:o,cache:f},pd(i),hi(i,Ft,f)):((n.lanes&s)!==0&&(md(n,i),ll(i,null,null,s),sl()),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),hi(i,Ft,o)):(o=g.cache,hi(i,Ft,o),o!==f.cache&&cd(i,[Ft],s,!0))),Qt(n,i,i.pendingProps.children,s),i.child;case 29:throw i.pendingProps}throw Error(a(156,i.tag))}function Pr(n){n.flags|=4}function Xd(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(hb())n.flags|=8192;else throw aa=Vo,hd}else n.flags&=-16777217}function Hg(n,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!ny(i))if(hb())n.flags|=8192;else throw aa=Vo,hd}function uc(n,i){i!==null&&(n.flags|=4),n.flags&16384&&(i=n.tag!==22?ze():536870912,n.lanes|=i,es|=i)}function hl(n,i){if(!Qe)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 kt(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 J_(n,i,s){var o=i.pendingProps;switch(id(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return kt(i),null;case 1:return kt(i),null;case 3:return s=i.stateNode,o=null,n!==null&&(o=n.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),zr(Ft),re(),s.pendingContext&&(s.context=s.pendingContext,s.pendingContext=null),(n===null||n.child===null)&&(Ha(i)?Pr(i):n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,sd())),kt(i),null;case 26:var f=i.type,g=i.memoizedState;return n===null?(Pr(i),g!==null?(kt(i),Hg(i,g)):(kt(i),Xd(i,f,null,o,s))):g?g!==n.memoizedState?(Pr(i),kt(i),Hg(i,g)):(kt(i),i.flags&=-16777217):(n=n.memoizedProps,n!==o&&Pr(i),kt(i),Xd(i,f,n,o,s)),null;case 27:if(Te(i),s=ve.current,f=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Pr(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return kt(i),null}n=de.current,Ha(i)?xm(i):(n=Yb(f,o,s),i.stateNode=n,Pr(i))}return kt(i),null;case 5:if(Te(i),f=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==o&&Pr(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return kt(i),null}if(g=de.current,Ha(i))xm(i);else{var E=kc(ve.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[zt]=i,g[nn]=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(en(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&&Pr(i)}}return kt(i),Xd(i,i.type,n===null?null:n.memoizedProps,i.pendingProps,s),null;case 6:if(n&&i.stateNode!=null)n.memoizedProps!==o&&Pr(i);else{if(typeof o!="string"&&i.stateNode===null)throw Error(a(166));if(n=ve.current,Ha(i)){if(n=i.stateNode,s=i.memoizedProps,o=null,f=Zt,f!==null)switch(f.tag){case 27:case 5:o=f.memoizedProps}n[zt]=i,n=!!(n.nodeValue===s||o!==null&&o.suppressHydrationWarning===!0||jb(n.nodeValue,s)),n||fi(i,!0)}else n=kc(n).createTextNode(o),n[zt]=i,i.stateNode=n}return kt(i),null;case 31:if(s=i.memoizedState,n===null||n.memoizedState!==null){if(o=Ha(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[zt]=i}else ea(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;kt(i),n=!1}else s=sd(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=s),n=!0;if(!n)return i.flags&256?(Dn(i),i):(Dn(i),null);if((i.flags&128)!==0)throw Error(a(558))}return kt(i),null;case 13:if(o=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(f=Ha(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[zt]=i}else ea(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;kt(i),f=!1}else f=sd(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=f),f=!0;if(!f)return i.flags&256?(Dn(i),i):(Dn(i),null)}return Dn(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),uc(i,i.updateQueue),kt(i),null);case 4:return re(),n===null&&vf(i.stateNode.containerInfo),kt(i),null;case 10:return zr(i.type),kt(i),null;case 19:if(K(Bt),o=i.memoizedState,o===null)return kt(i),null;if(f=(i.flags&128)!==0,g=o.rendering,g===null)if(f)hl(o,!1);else{if(Dt!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(g=Zo(n),g!==null){for(i.flags|=128,hl(o,!1),n=g.updateQueue,i.updateQueue=n,uc(i,n),i.subtreeFlags=0,n=s,s=i.child;s!==null;)mm(s,n),s=s.sibling;return C(Bt,Bt.current&1|2),Qe&&Dr(i,o.treeForkCount),i.child}n=n.sibling}o.tail!==null&&Ot()>mc&&(i.flags|=128,f=!0,hl(o,!1),i.lanes=4194304)}else{if(!f)if(n=Zo(g),n!==null){if(i.flags|=128,f=!0,n=n.updateQueue,i.updateQueue=n,uc(i,n),hl(o,!0),o.tail===null&&o.tailMode==="hidden"&&!g.alternate&&!Qe)return kt(i),null}else 2*Ot()-o.renderingStartTime>mc&&s!==536870912&&(i.flags|=128,f=!0,hl(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=Ot(),n.sibling=null,s=Bt.current,C(Bt,f?s&1|2:s&1),Qe&&Dr(i,o.treeForkCount),n):(kt(i),null);case 22:case 23:return Dn(i),vd(),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&&(kt(i),i.subtreeFlags&6&&(i.flags|=8192)):kt(i),s=i.updateQueue,s!==null&&uc(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&&K(ra),null;case 24:return s=null,n!==null&&(s=n.memoizedState.cache),i.memoizedState.cache!==s&&(i.flags|=2048),zr(Ft),kt(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function Q_(n,i){switch(id(i),i.tag){case 1:return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return zr(Ft),re(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 26:case 27:case 5:return Te(i),null;case 31:if(i.memoizedState!==null){if(Dn(i),i.alternate===null)throw Error(a(340));ea()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 13:if(Dn(i),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(a(340));ea()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return K(Bt),null;case 4:return re(),null;case 10:return zr(i.type),null;case 22:case 23:return Dn(i),vd(),n!==null&&K(ra),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 24:return zr(Ft),null;case 25:return null;default:return null}}function Fg(n,i){switch(id(i),i.tag){case 3:zr(Ft),re();break;case 26:case 27:case 5:Te(i);break;case 4:re();break;case 31:i.memoizedState!==null&&Dn(i);break;case 13:Dn(i);break;case 19:K(Bt);break;case 10:zr(i.type);break;case 22:case 23:Dn(i),vd(),n!==null&&K(ra);break;case 24:zr(Ft)}}function pl(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(T){ut(i,i.return,T)}}function vi(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,T=E.destroy;if(T!==void 0){E.destroy=void 0,f=i;var L=s,Y=T;try{Y()}catch(ne){ut(f,L,ne)}}}o=o.next}while(o!==g)}}catch(ne){ut(i,i.return,ne)}}function $g(n){var i=n.updateQueue;if(i!==null){var s=n.stateNode;try{Im(i,s)}catch(o){ut(n,n.return,o)}}}function Gg(n,i,s){s.props=oa(n.type,n.memoizedProps),s.state=n.memoizedState;try{s.componentWillUnmount()}catch(o){ut(n,i,o)}}function ml(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){ut(n,i,f)}}function gr(n,i){var s=n.ref,o=n.refCleanup;if(s!==null)if(typeof o=="function")try{o()}catch(f){ut(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){ut(n,i,f)}else s.current=null}function Kg(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){ut(n,n.return,f)}}function Zd(n,i,s){try{var o=n.stateNode;ES(o,n.type,s,i),o[nn]=i}catch(f){ut(n,n.return,f)}}function qg(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&Ti(n.type)||n.tag===4}function Jd(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||qg(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&&Ti(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 Qd(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&&Ti(n.type)&&(s=n.stateNode,i=null),n=n.child,n!==null))for(Qd(n,i,s),n=n.sibling;n!==null;)Qd(n,i,s),n=n.sibling}function dc(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&&Ti(n.type)&&(s=n.stateNode),n=n.child,n!==null))for(dc(n,i,s),n=n.sibling;n!==null;)dc(n,i,s),n=n.sibling}function Vg(n){var i=n.stateNode,s=n.memoizedProps;try{for(var o=n.type,f=i.attributes;f.length;)i.removeAttributeNode(f[0]);en(i,o,s),i[zt]=n,i[nn]=s}catch(g){ut(n,n.return,g)}}var Hr=!1,Kt=!1,ef=!1,Yg=typeof WeakSet=="function"?WeakSet:Set,Yt=null;function eS(n,i){if(n=n.containerInfo,_f=Mc,n=sm(n),Vu(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,T=-1,L=-1,Y=0,ne=0,ce=n,X=null;t:for(;;){for(var J;ce!==s||f!==0&&ce.nodeType!==3||(T=E+f),ce!==g||o!==0&&ce.nodeType!==3||(L=E+o),ce.nodeType===3&&(E+=ce.nodeValue.length),(J=ce.firstChild)!==null;)X=ce,ce=J;for(;;){if(ce===n)break t;if(X===s&&++Y===f&&(T=E),X===g&&++ne===o&&(L=E),(J=ce.nextSibling)!==null)break;ce=X,X=ce.parentNode}ce=J}s=T===-1||L===-1?null:{start:T,end:L}}else s=null}s=s||{start:0,end:0}}else s=null;for(Sf={focusedElem:n,selectionRange:s},Mc=!1,Yt=i;Yt!==null;)if(i=Yt,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,Yt=n;else for(;Yt!==null;){switch(i=Yt,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 Ee=oa(s.type,f);n=o.getSnapshotBeforeUpdate(Ee,g),o.__reactInternalSnapshotBeforeUpdate=n}catch(Me){ut(s,s.return,Me)}}break;case 3:if((n&1024)!==0){if(n=i.stateNode.containerInfo,s=n.nodeType,s===9)Tf(n);else if(s===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":Tf(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,Yt=n;break}Yt=i.return}}function Wg(n,i,s){var o=s.flags;switch(s.tag){case 0:case 11:case 15:$r(n,s),o&4&&pl(5,s);break;case 1:if($r(n,s),o&4)if(n=s.stateNode,i===null)try{n.componentDidMount()}catch(E){ut(s,s.return,E)}else{var f=oa(s.type,i.memoizedProps);i=i.memoizedState;try{n.componentDidUpdate(f,i,n.__reactInternalSnapshotBeforeUpdate)}catch(E){ut(s,s.return,E)}}o&64&&$g(s),o&512&&ml(s,s.return);break;case 3:if($r(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{Im(n,i)}catch(E){ut(s,s.return,E)}}break;case 27:i===null&&o&4&&Vg(s);case 26:case 5:$r(n,s),i===null&&o&4&&Kg(s),o&512&&ml(s,s.return);break;case 12:$r(n,s);break;case 31:$r(n,s),o&4&&Jg(n,s);break;case 13:$r(n,s),o&4&&Qg(n,s),o&64&&(n=s.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(s=cS.bind(null,s),AS(n,s))));break;case 22:if(o=s.memoizedState!==null||Hr,!o){i=i!==null&&i.memoizedState!==null||Kt,f=Hr;var g=Kt;Hr=o,(Kt=i)&&!g?Gr(n,s,(s.subtreeFlags&8772)!==0):$r(n,s),Hr=f,Kt=g}break;case 30:break;default:$r(n,s)}}function Xg(n){var i=n.alternate;i!==null&&(n.alternate=null,Xg(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&Us(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 Ct=null,_n=!1;function Fr(n,i,s){for(s=s.child;s!==null;)Zg(n,i,s),s=s.sibling}function Zg(n,i,s){if(Mt&&typeof Mt.onCommitFiberUnmount=="function")try{Mt.onCommitFiberUnmount(Wt,s)}catch{}switch(s.tag){case 26:Kt||gr(s,i),Fr(n,i,s),s.memoizedState?s.memoizedState.count--:s.stateNode&&(s=s.stateNode,s.parentNode.removeChild(s));break;case 27:Kt||gr(s,i);var o=Ct,f=_n;Ti(s.type)&&(Ct=s.stateNode,_n=!1),Fr(n,i,s),wl(s.stateNode),Ct=o,_n=f;break;case 5:Kt||gr(s,i);case 6:if(o=Ct,f=_n,Ct=null,Fr(n,i,s),Ct=o,_n=f,Ct!==null)if(_n)try{(Ct.nodeType===9?Ct.body:Ct.nodeName==="HTML"?Ct.ownerDocument.body:Ct).removeChild(s.stateNode)}catch(g){ut(s,i,g)}else try{Ct.removeChild(s.stateNode)}catch(g){ut(s,i,g)}break;case 18:Ct!==null&&(_n?(n=Ct,$b(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,s.stateNode),os(n)):$b(Ct,s.stateNode));break;case 4:o=Ct,f=_n,Ct=s.stateNode.containerInfo,_n=!0,Fr(n,i,s),Ct=o,_n=f;break;case 0:case 11:case 14:case 15:vi(2,s,i),Kt||vi(4,s,i),Fr(n,i,s);break;case 1:Kt||(gr(s,i),o=s.stateNode,typeof o.componentWillUnmount=="function"&&Gg(s,i,o)),Fr(n,i,s);break;case 21:Fr(n,i,s);break;case 22:Kt=(o=Kt)||s.memoizedState!==null,Fr(n,i,s),Kt=o;break;default:Fr(n,i,s)}}function Jg(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{os(n)}catch(s){ut(i,i.return,s)}}}function Qg(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{os(n)}catch(s){ut(i,i.return,s)}}function tS(n){switch(n.tag){case 31:case 13:case 19:var i=n.stateNode;return i===null&&(i=n.stateNode=new Yg),i;case 22:return n=n.stateNode,i=n._retryCache,i===null&&(i=n._retryCache=new Yg),i;default:throw Error(a(435,n.tag))}}function fc(n,i){var s=tS(n);i.forEach(function(o){if(!s.has(o)){s.add(o);var f=uS.bind(null,n,o);o.then(f,f)}})}function Sn(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,T=E;e:for(;T!==null;){switch(T.tag){case 27:if(Ti(T.type)){Ct=T.stateNode,_n=!1;break e}break;case 5:Ct=T.stateNode,_n=!1;break e;case 3:case 4:Ct=T.stateNode.containerInfo,_n=!0;break e}T=T.return}if(Ct===null)throw Error(a(160));Zg(g,E,f),Ct=null,_n=!1,g=f.alternate,g!==null&&(g.return=null),f.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)eb(i,n),i=i.sibling}var ir=null;function eb(n,i){var s=n.alternate,o=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:Sn(i,n),wn(n),o&4&&(vi(3,n,n.return),pl(3,n),vi(5,n,n.return));break;case 1:Sn(i,n),wn(n),o&512&&(Kt||s===null||gr(s,s.return)),o&64&&Hr&&(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=ir;if(Sn(i,n),wn(n),o&512&&(Kt||s===null||gr(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[qi]||g[zt]||g.namespaceURI==="http://www.w3.org/2000/svg"||g.hasAttribute("itemprop"))&&(g=f.createElement(o),f.head.insertBefore(g,f.querySelector("head > title"))),en(g,o,s),g[zt]=n,Pt(g),o=g;break e;case"link":var E=ey("link","href",f).get(o+(s.href||""));if(E){for(var T=0;T<E.length;T++)if(g=E[T],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(T,1);break t}}g=f.createElement(o),en(g,o,s),f.head.appendChild(g);break;case"meta":if(E=ey("meta","content",f).get(o+(s.content||""))){for(T=0;T<E.length;T++)if(g=E[T],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(T,1);break t}}g=f.createElement(o),en(g,o,s),f.head.appendChild(g);break;default:throw Error(a(468,o))}g[zt]=n,Pt(g),o=g}n.stateNode=o}else ty(f,n.type,n.stateNode);else n.stateNode=Qb(f,o,n.memoizedProps);else g!==o?(g===null?s.stateNode!==null&&(s=s.stateNode,s.parentNode.removeChild(s)):g.count--,o===null?ty(f,n.type,n.stateNode):Qb(f,o,n.memoizedProps)):o===null&&n.stateNode!==null&&Zd(n,n.memoizedProps,s.memoizedProps)}break;case 27:Sn(i,n),wn(n),o&512&&(Kt||s===null||gr(s,s.return)),s!==null&&o&4&&Zd(n,n.memoizedProps,s.memoizedProps);break;case 5:if(Sn(i,n),wn(n),o&512&&(Kt||s===null||gr(s,s.return)),n.flags&32){f=n.stateNode;try{Ie(f,"")}catch(Ee){ut(n,n.return,Ee)}}o&4&&n.stateNode!=null&&(f=n.memoizedProps,Zd(n,f,s!==null?s.memoizedProps:f)),o&1024&&(ef=!0);break;case 6:if(Sn(i,n),wn(n),o&4){if(n.stateNode===null)throw Error(a(162));o=n.memoizedProps,s=n.stateNode;try{s.nodeValue=o}catch(Ee){ut(n,n.return,Ee)}}break;case 3:if(Cc=null,f=ir,ir=Tc(i.containerInfo),Sn(i,n),ir=f,wn(n),o&4&&s!==null&&s.memoizedState.isDehydrated)try{os(i.containerInfo)}catch(Ee){ut(n,n.return,Ee)}ef&&(ef=!1,tb(n));break;case 4:o=ir,ir=Tc(n.stateNode.containerInfo),Sn(i,n),wn(n),ir=o;break;case 12:Sn(i,n),wn(n);break;case 31:Sn(i,n),wn(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,fc(n,o)));break;case 13:Sn(i,n),wn(n),n.child.flags&8192&&n.memoizedState!==null!=(s!==null&&s.memoizedState!==null)&&(pc=Ot()),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,fc(n,o)));break;case 22:f=n.memoizedState!==null;var L=s!==null&&s.memoizedState!==null,Y=Hr,ne=Kt;if(Hr=Y||f,Kt=ne||L,Sn(i,n),Kt=ne,Hr=Y,wn(n),o&8192)e:for(i=n.stateNode,i._visibility=f?i._visibility&-2:i._visibility|1,f&&(s===null||L||Hr||Kt||ca(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{T=L.stateNode;var ce=L.memoizedProps.style,X=ce!=null&&ce.hasOwnProperty("display")?ce.display:null;T.style.display=X==null||typeof X=="boolean"?"":(""+X).trim()}}catch(Ee){ut(L,L.return,Ee)}}}else if(i.tag===6){if(s===null){L=i;try{L.stateNode.nodeValue=f?"":L.memoizedProps}catch(Ee){ut(L,L.return,Ee)}}}else if(i.tag===18){if(s===null){L=i;try{var J=L.stateNode;f?Gb(J,!0):Gb(L.stateNode,!1)}catch(Ee){ut(L,L.return,Ee)}}}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,fc(n,s))));break;case 19:Sn(i,n),wn(n),o&4&&(o=n.updateQueue,o!==null&&(n.updateQueue=null,fc(n,o)));break;case 30:break;case 21:break;default:Sn(i,n),wn(n)}}function wn(n){var i=n.flags;if(i&2){try{for(var s,o=n.return;o!==null;){if(qg(o)){s=o;break}o=o.return}if(s==null)throw Error(a(160));switch(s.tag){case 27:var f=s.stateNode,g=Jd(n);dc(n,g,f);break;case 5:var E=s.stateNode;s.flags&32&&(Ie(E,""),s.flags&=-33);var T=Jd(n);dc(n,T,E);break;case 3:case 4:var L=s.stateNode.containerInfo,Y=Jd(n);Qd(n,Y,L);break;default:throw Error(a(161))}}catch(ne){ut(n,n.return,ne)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function tb(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var i=n;tb(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),n=n.sibling}}function $r(n,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)Wg(n,i.alternate,i),i=i.sibling}function ca(n){for(n=n.child;n!==null;){var i=n;switch(i.tag){case 0:case 11:case 14:case 15:vi(4,i,i.return),ca(i);break;case 1:gr(i,i.return);var s=i.stateNode;typeof s.componentWillUnmount=="function"&&Gg(i,i.return,s),ca(i);break;case 27:wl(i.stateNode);case 26:case 5:gr(i,i.return),ca(i);break;case 22:i.memoizedState===null&&ca(i);break;case 30:ca(i);break;default:ca(i)}n=n.sibling}}function Gr(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:Gr(f,g,s),pl(4,g);break;case 1:if(Gr(f,g,s),o=g,f=o.stateNode,typeof f.componentDidMount=="function")try{f.componentDidMount()}catch(Y){ut(o,o.return,Y)}if(o=g,f=o.updateQueue,f!==null){var T=o.stateNode;try{var L=f.shared.hiddenCallbacks;if(L!==null)for(f.shared.hiddenCallbacks=null,f=0;f<L.length;f++)Mm(L[f],T)}catch(Y){ut(o,o.return,Y)}}s&&E&64&&$g(g),ml(g,g.return);break;case 27:Vg(g);case 26:case 5:Gr(f,g,s),s&&o===null&&E&4&&Kg(g),ml(g,g.return);break;case 12:Gr(f,g,s);break;case 31:Gr(f,g,s),s&&E&4&&Jg(f,g);break;case 13:Gr(f,g,s),s&&E&4&&Qg(f,g);break;case 22:g.memoizedState===null&&Gr(f,g,s),ml(g,g.return);break;case 30:break;default:Gr(f,g,s)}i=i.sibling}}function tf(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&&tl(s))}function nf(n,i){n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&tl(n))}function ar(n,i,s,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)nb(n,i,s,o),i=i.sibling}function nb(n,i,s,o){var f=i.flags;switch(i.tag){case 0:case 11:case 15:ar(n,i,s,o),f&2048&&pl(9,i);break;case 1:ar(n,i,s,o);break;case 3:ar(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&&tl(n)));break;case 12:if(f&2048){ar(n,i,s,o),n=i.stateNode;try{var g=i.memoizedProps,E=g.id,T=g.onPostCommit;typeof T=="function"&&T(E,i.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(L){ut(i,i.return,L)}}else ar(n,i,s,o);break;case 31:ar(n,i,s,o);break;case 13:ar(n,i,s,o);break;case 23:break;case 22:g=i.stateNode,E=i.alternate,i.memoizedState!==null?g._visibility&2?ar(n,i,s,o):gl(n,i):g._visibility&2?ar(n,i,s,o):(g._visibility|=2,Za(n,i,s,o,(i.subtreeFlags&10256)!==0||!1)),f&2048&&tf(E,i);break;case 24:ar(n,i,s,o),f&2048&&nf(i.alternate,i);break;default:ar(n,i,s,o)}}function Za(n,i,s,o,f){for(f=f&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var g=n,E=i,T=s,L=o,Y=E.flags;switch(E.tag){case 0:case 11:case 15:Za(g,E,T,L,f),pl(8,E);break;case 23:break;case 22:var ne=E.stateNode;E.memoizedState!==null?ne._visibility&2?Za(g,E,T,L,f):gl(g,E):(ne._visibility|=2,Za(g,E,T,L,f)),f&&Y&2048&&tf(E.alternate,E);break;case 24:Za(g,E,T,L,f),f&&Y&2048&&nf(E.alternate,E);break;default:Za(g,E,T,L,f)}i=i.sibling}}function gl(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:gl(s,o),f&2048&&tf(o.alternate,o);break;case 24:gl(s,o),f&2048&&nf(o.alternate,o);break;default:gl(s,o)}i=i.sibling}}var bl=8192;function Ja(n,i,s){if(n.subtreeFlags&bl)for(n=n.child;n!==null;)rb(n,i,s),n=n.sibling}function rb(n,i,s){switch(n.tag){case 26:Ja(n,i,s),n.flags&bl&&n.memoizedState!==null&&HS(s,ir,n.memoizedState,n.memoizedProps);break;case 5:Ja(n,i,s);break;case 3:case 4:var o=ir;ir=Tc(n.stateNode.containerInfo),Ja(n,i,s),ir=o;break;case 22:n.memoizedState===null&&(o=n.alternate,o!==null&&o.memoizedState!==null?(o=bl,bl=16777216,Ja(n,i,s),bl=o):Ja(n,i,s));break;default:Ja(n,i,s)}}function ib(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 yl(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];Yt=o,sb(o,n)}ib(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)ab(n),n=n.sibling}function ab(n){switch(n.tag){case 0:case 11:case 15:yl(n),n.flags&2048&&vi(9,n,n.return);break;case 3:yl(n);break;case 12:yl(n);break;case 22:var i=n.stateNode;n.memoizedState!==null&&i._visibility&2&&(n.return===null||n.return.tag!==13)?(i._visibility&=-3,hc(n)):yl(n);break;default:yl(n)}}function hc(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];Yt=o,sb(o,n)}ib(n)}for(n=n.child;n!==null;){switch(i=n,i.tag){case 0:case 11:case 15:vi(8,i,i.return),hc(i);break;case 22:s=i.stateNode,s._visibility&2&&(s._visibility&=-3,hc(i));break;default:hc(i)}n=n.sibling}}function sb(n,i){for(;Yt!==null;){var s=Yt;switch(s.tag){case 0:case 11:case 15:vi(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:tl(s.memoizedState.cache)}if(o=s.child,o!==null)o.return=s,Yt=o;else e:for(s=n;Yt!==null;){o=Yt;var f=o.sibling,g=o.return;if(Xg(o),o===s){Yt=null;break e}if(f!==null){f.return=g,Yt=f;break e}Yt=g}}}var nS={getCacheForType:function(n){var i=Jt(Ft),s=i.data.get(n);return s===void 0&&(s=n(),i.data.set(n,s)),s},cacheSignal:function(){return Jt(Ft).controller.signal}},rS=typeof WeakMap=="function"?WeakMap:Map,it=0,bt=null,qe=null,Xe=0,ct=0,Ln=null,xi=!1,Qa=!1,rf=!1,Kr=0,Dt=0,Ei=0,ua=0,af=0,zn=0,es=0,vl=null,kn=null,sf=!1,pc=0,lb=0,mc=1/0,gc=null,_i=null,Vt=0,Si=null,ts=null,qr=0,lf=0,of=null,ob=null,xl=0,cf=null;function jn(){return(it&2)!==0&&Xe!==0?Xe&-Xe:z.T!==null?mf():Na()}function cb(){if(zn===0)if((Xe&536870912)===0||Qe){var n=Ta;Ta<<=1,(Ta&3932160)===0&&(Ta=262144),zn=n}else zn=536870912;return n=In.current,n!==null&&(n.flags|=32),zn}function Tn(n,i,s){(n===bt&&(ct===2||ct===9)||n.cancelPendingCommit!==null)&&(ns(n,0),wi(n,Xe,zn,!1)),gt(n,s),((it&2)===0||n!==bt)&&(n===bt&&((it&2)===0&&(ua|=s),Dt===4&&wi(n,Xe,zn,!1)),br(n))}function ub(n,i,s){if((it&6)!==0)throw Error(a(327));var o=!s&&(i&127)===0&&(i&n.expiredLanes)===0||ae(n,i),f=o?sS(n,i):df(n,i,!0),g=o;do{if(f===0){Qa&&!o&&wi(n,i,0,!1);break}else{if(s=n.current.alternate,g&&!iS(s)){f=df(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 T=n;f=vl;var L=T.current.memoizedState.isDehydrated;if(L&&(ns(T,E).flags|=256),E=df(T,E,!1),E!==2){if(rf&&!L){T.errorRecoveryDisabledLanes|=g,ua|=g,f=4;break e}g=kn,kn=f,g!==null&&(kn===null?kn=g:kn.push.apply(kn,g))}f=E}if(g=!1,f!==2)continue}}if(f===1){ns(n,0),wi(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:wi(o,i,zn,!xi);break e;case 2:kn=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(f=pc+300-Ot(),10<f)){if(wi(o,i,zn,!xi),j(o,0,!0)!==0)break e;qr=i,o.timeoutHandle=Hb(db.bind(null,o,s,kn,gc,sf,i,zn,ua,es,xi,g,"Throttled",-0,0),f);break e}db(o,s,kn,gc,sf,i,zn,ua,es,xi,g,null,-0,0)}}break}while(!0);br(n)}function db(n,i,s,o,f,g,E,T,L,Y,ne,ce,X,J){if(n.timeoutHandle=-1,ce=i.subtreeFlags,ce&8192||(ce&16785408)===16785408){ce={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:ge},rb(i,g,ce);var Ee=(g&62914560)===g?pc-Ot():(g&4194048)===g?lb-Ot():0;if(Ee=FS(ce,Ee),Ee!==null){qr=g,n.cancelPendingCommit=Ee(vb.bind(null,n,i,g,s,o,f,E,T,L,ne,ce,null,X,J)),wi(n,g,E,!Y);return}}vb(n,i,g,s,o,f,E,T,L)}function iS(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(!Rn(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 wi(n,i,s,o){i&=~af,i&=~ua,n.suspendedLanes|=i,n.pingedLanes&=~i,o&&(n.warmLanes|=i),o=n.expirationTimes;for(var f=i;0<f;){var g=31-st(f),E=1<<g;o[g]=-1,f&=~E}s!==0&&xe(n,s,i)}function bc(){return(it&6)===0?(El(0),!1):!0}function uf(){if(qe!==null){if(ct===0)var n=qe.return;else n=qe,Lr=ta=null,kd(n),qa=null,rl=0,n=qe;for(;n!==null;)Fg(n.alternate,n),n=n.return;qe=null}}function ns(n,i){var s=n.timeoutHandle;s!==-1&&(n.timeoutHandle=-1,wS(s)),s=n.cancelPendingCommit,s!==null&&(n.cancelPendingCommit=null,s()),qr=0,uf(),bt=n,qe=s=Ir(n.current,null),Xe=i,ct=0,Ln=null,xi=!1,Qa=ae(n,i),rf=!1,es=zn=af=ua=Ei=Dt=0,kn=vl=null,sf=!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-st(o),g=1<<f;i|=n[f],o&=~g}return Kr=i,Bo(),s}function fb(n,i){Pe=null,z.H=dl,i===Ka||i===qo?(i=Cm(),ct=3):i===hd?(i=Cm(),ct=4):ct=i===Hd?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,Ln=i,qe===null&&(Dt=1,sc(n,Kn(i,n.current)))}function hb(){var n=In.current;return n===null?!0:(Xe&4194048)===Xe?Wn===null:(Xe&62914560)===Xe||(Xe&536870912)!==0?n===Wn:!1}function pb(){var n=z.H;return z.H=dl,n===null?dl:n}function mb(){var n=z.A;return z.A=nS,n}function yc(){Dt=4,xi||(Xe&4194048)!==Xe&&In.current!==null||(Qa=!0),(Ei&134217727)===0&&(ua&134217727)===0||bt===null||wi(bt,Xe,zn,!1)}function df(n,i,s){var o=it;it|=2;var f=pb(),g=mb();(bt!==n||Xe!==i)&&(gc=null,ns(n,i)),i=!1;var E=Dt;e:do try{if(ct!==0&&qe!==null){var T=qe,L=Ln;switch(ct){case 8:uf(),E=6;break e;case 3:case 2:case 9:case 6:In.current===null&&(i=!0);var Y=ct;if(ct=0,Ln=null,rs(n,T,L,Y),s&&Qa){E=0;break e}break;default:Y=ct,ct=0,Ln=null,rs(n,T,L,Y)}}aS(),E=Dt;break}catch(ne){fb(n,ne)}while(!0);return i&&n.shellSuspendCounter++,Lr=ta=null,it=o,z.H=f,z.A=g,qe===null&&(bt=null,Xe=0,Bo()),E}function aS(){for(;qe!==null;)gb(qe)}function sS(n,i){var s=it;it|=2;var o=pb(),f=mb();bt!==n||Xe!==i?(gc=null,mc=Ot()+500,ns(n,i)):Qa=ae(n,i);e:do try{if(ct!==0&&qe!==null){i=qe;var g=Ln;t:switch(ct){case 1:ct=0,Ln=null,rs(n,i,g,1);break;case 2:case 9:if(Tm(g)){ct=0,Ln=null,bb(i);break}i=function(){ct!==2&&ct!==9||bt!==n||(ct=7),br(n)},g.then(i,i);break e;case 3:ct=7;break e;case 4:ct=5;break e;case 7:Tm(g)?(ct=0,Ln=null,bb(i)):(ct=0,Ln=null,rs(n,i,g,7));break;case 5:var E=null;switch(qe.tag){case 26:E=qe.memoizedState;case 5:case 27:var T=qe;if(E?ny(E):T.stateNode.complete){ct=0,Ln=null;var L=T.sibling;if(L!==null)qe=L;else{var Y=T.return;Y!==null?(qe=Y,vc(Y)):qe=null}break t}}ct=0,Ln=null,rs(n,i,g,5);break;case 6:ct=0,Ln=null,rs(n,i,g,6);break;case 8:uf(),Dt=6;break e;default:throw Error(a(462))}}lS();break}catch(ne){fb(n,ne)}while(!0);return Lr=ta=null,z.H=o,z.A=f,it=s,qe!==null?0:(bt=null,Xe=0,Bo(),Dt)}function lS(){for(;qe!==null&&!js();)gb(qe)}function gb(n){var i=Pg(n.alternate,n,Kr);n.memoizedProps=n.pendingProps,i===null?vc(n):qe=i}function bb(n){var i=n,s=i.alternate;switch(i.tag){case 15:case 0:i=Dg(s,i,i.pendingProps,i.type,void 0,Xe);break;case 11:i=Dg(s,i,i.pendingProps,i.type.render,i.ref,Xe);break;case 5:kd(i);default:Fg(s,i),i=qe=mm(i,Kr),i=Pg(s,i,Kr)}n.memoizedProps=n.pendingProps,i===null?vc(n):qe=i}function rs(n,i,s,o){Lr=ta=null,kd(i),qa=null,rl=0;var f=i.return;try{if(W_(n,f,i,s,Xe)){Dt=1,sc(n,Kn(s,n.current)),qe=null;return}}catch(g){if(f!==null)throw qe=f,g;Dt=1,sc(n,Kn(s,n.current)),qe=null;return}i.flags&32768?(Qe||o===1?n=!0:Qa||(Xe&536870912)!==0?n=!1:(xi=n=!0,(o===2||o===9||o===3||o===6)&&(o=In.current,o!==null&&o.tag===13&&(o.flags|=16384))),yb(i,n)):vc(i)}function vc(n){var i=n;do{if((i.flags&32768)!==0){yb(i,xi);return}n=i.return;var s=J_(i.alternate,i,Kr);if(s!==null){qe=s;return}if(i=i.sibling,i!==null){qe=i;return}qe=i=n}while(i!==null);Dt===0&&(Dt=5)}function yb(n,i){do{var s=Q_(n.alternate,n);if(s!==null){s.flags&=32767,qe=s;return}if(s=n.return,s!==null&&(s.flags|=32768,s.subtreeFlags=0,s.deletions=null),!i&&(n=n.sibling,n!==null)){qe=n;return}qe=n=s}while(n!==null);Dt=6,qe=null}function vb(n,i,s,o,f,g,E,T,L){n.cancelPendingCommit=null;do xc();while(Vt!==0);if((it&6)!==0)throw Error(a(327));if(i!==null){if(i===n.current)throw Error(a(177));if(g=i.lanes|i.childLanes,g|=Ju,_e(n,s,g,E,T,L),n===bt&&(qe=bt=null,Xe=0),ts=i,Si=n,qr=s,lf=g,of=f,ob=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,dS(Re,function(){return wb(),null})):(n.callbackNode=null,n.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=z.T,z.T=null,f=Z.p,Z.p=2,E=it,it|=4;try{eS(n,i,s)}finally{it=E,Z.p=f,z.T=o}}Vt=1,xb(),Eb(),_b()}}function xb(){if(Vt===1){Vt=0;var n=Si,i=ts,s=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||s){s=z.T,z.T=null;var o=Z.p;Z.p=2;var f=it;it|=4;try{eb(i,n);var g=Sf,E=sm(n.containerInfo),T=g.focusedElem,L=g.selectionRange;if(E!==T&&T&&T.ownerDocument&&am(T.ownerDocument.documentElement,T)){if(L!==null&&Vu(T)){var Y=L.start,ne=L.end;if(ne===void 0&&(ne=Y),"selectionStart"in T)T.selectionStart=Y,T.selectionEnd=Math.min(ne,T.value.length);else{var ce=T.ownerDocument||document,X=ce&&ce.defaultView||window;if(X.getSelection){var J=X.getSelection(),Ee=T.textContent.length,Me=Math.min(L.start,Ee),pt=L.end===void 0?Me:Math.min(L.end,Ee);!J.extend&&Me>pt&&(E=pt,pt=Me,Me=E);var $=im(T,Me),H=im(T,pt);if($&&H&&(J.rangeCount!==1||J.anchorNode!==$.node||J.anchorOffset!==$.offset||J.focusNode!==H.node||J.focusOffset!==H.offset)){var q=ce.createRange();q.setStart($.node,$.offset),J.removeAllRanges(),Me>pt?(J.addRange(q),J.extend(H.node,H.offset)):(q.setEnd(H.node,H.offset),J.addRange(q))}}}}for(ce=[],J=T;J=J.parentNode;)J.nodeType===1&&ce.push({element:J,left:J.scrollLeft,top:J.scrollTop});for(typeof T.focus=="function"&&T.focus(),T=0;T<ce.length;T++){var se=ce[T];se.element.scrollLeft=se.left,se.element.scrollTop=se.top}}Mc=!!_f,Sf=_f=null}finally{it=f,Z.p=o,z.T=s}}n.current=i,Vt=2}}function Eb(){if(Vt===2){Vt=0;var n=Si,i=ts,s=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||s){s=z.T,z.T=null;var o=Z.p;Z.p=2;var f=it;it|=4;try{Wg(n,i.alternate,i)}finally{it=f,Z.p=o,z.T=s}}Vt=3}}function _b(){if(Vt===4||Vt===3){Vt=0,wa();var n=Si,i=ts,s=qr,o=ob;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?Vt=5:(Vt=0,ts=Si=null,Sb(n,n.pendingLanes));var f=n.pendingLanes;if(f===0&&(_i=null),Cr(s),i=i.stateNode,Mt&&typeof Mt.onCommitFiberRoot=="function")try{Mt.onCommitFiberRoot(Wt,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=z.T,f=Z.p,Z.p=2,z.T=null;try{for(var g=n.onRecoverableError,E=0;E<o.length;E++){var T=o[E];g(T.value,{componentStack:T.stack})}}finally{z.T=i,Z.p=f}}(qr&3)!==0&&xc(),br(n),f=n.pendingLanes,(s&261930)!==0&&(f&42)!==0?n===cf?xl++:(xl=0,cf=n):xl=0,El(0)}}function Sb(n,i){(n.pooledCacheLanes&=i)===0&&(i=n.pooledCache,i!=null&&(n.pooledCache=null,tl(i)))}function xc(){return xb(),Eb(),_b(),wb()}function wb(){if(Vt!==5)return!1;var n=Si,i=lf;lf=0;var s=Cr(qr),o=z.T,f=Z.p;try{Z.p=32>s?32:s,z.T=null,s=of,of=null;var g=Si,E=qr;if(Vt=0,ts=Si=null,qr=0,(it&6)!==0)throw Error(a(331));var T=it;if(it|=4,ab(g.current),nb(g,g.current,E,s),it=T,El(0,!1),Mt&&typeof Mt.onPostCommitFiberRoot=="function")try{Mt.onPostCommitFiberRoot(Wt,g)}catch{}return!0}finally{Z.p=f,z.T=o,Sb(n,i)}}function kb(n,i,s){i=Kn(s,i),i=Pd(n.stateNode,i,2),n=gi(n,i,2),n!==null&&(gt(n,2),br(n))}function ut(n,i,s){if(n.tag===3)kb(n,n,s);else for(;i!==null;){if(i.tag===3){kb(i,n,s);break}else if(i.tag===1){var o=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(_i===null||!_i.has(o))){n=Kn(s,n),s=Tg(2),o=gi(i,s,2),o!==null&&(Ng(s,o,i,n),gt(o,2),br(o));break}}i=i.return}}function ff(n,i,s){var o=n.pingCache;if(o===null){o=n.pingCache=new rS;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)||(rf=!0,f.add(s),n=oS.bind(null,n,i,s),i.then(n,n))}function oS(n,i,s){var o=n.pingCache;o!==null&&o.delete(i),n.pingedLanes|=n.suspendedLanes&s,n.warmLanes&=~s,bt===n&&(Xe&s)===s&&(Dt===4||Dt===3&&(Xe&62914560)===Xe&&300>Ot()-pc?(it&2)===0&&ns(n,0):af|=s,es===Xe&&(es=0)),br(n)}function Tb(n,i){i===0&&(i=ze()),n=Ji(n,i),n!==null&&(gt(n,i),br(n))}function cS(n){var i=n.memoizedState,s=0;i!==null&&(s=i.retryLane),Tb(n,s)}function uS(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),Tb(n,s)}function dS(n,i){return Nr(n,i)}var Ec=null,is=null,hf=!1,_c=!1,pf=!1,ki=0;function br(n){n!==is&&n.next===null&&(is===null?Ec=is=n:is=is.next=n),_c=!0,hf||(hf=!0,hS())}function El(n,i){if(!pf&&_c){pf=!0;do for(var s=!1,o=Ec;o!==null;){if(n!==0){var f=o.pendingLanes;if(f===0)var g=0;else{var E=o.suspendedLanes,T=o.pingedLanes;g=(1<<31-st(42|n)+1)-1,g&=f&~(E&~T),g=g&201326741?g&201326741|1:g?g|2:0}g!==0&&(s=!0,Ob(o,g))}else g=Xe,g=j(o,o===bt?g:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(g&3)===0||ae(o,g)||(s=!0,Ob(o,g));o=o.next}while(s);pf=!1}}function fS(){Nb()}function Nb(){_c=hf=!1;var n=0;ki!==0&&SS()&&(n=ki);for(var i=Ot(),s=null,o=Ec;o!==null;){var f=o.next,g=Cb(o,i);g===0?(o.next=null,s===null?Ec=f:s.next=f,f===null&&(is=s)):(s=o,(n!==0||(g&3)!==0)&&(_c=!0)),o=f}Vt!==0&&Vt!==5||El(n),ki!==0&&(ki=0)}function Cb(n,i){for(var s=n.suspendedLanes,o=n.pingedLanes,f=n.expirationTimes,g=n.pendingLanes&-62914561;0<g;){var E=31-st(g),T=1<<E,L=f[E];L===-1?((T&s)===0||(T&o)!==0)&&(f[E]=be(T,i)):L<=i&&(n.expiredLanes|=T),g&=~T}if(i=bt,s=Xe,s=j(n,n===i?s:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o=n.callbackNode,s===0||n===i&&(ct===2||ct===9)||n.cancelPendingCommit!==null)return o!==null&&o!==null&&$i(o),n.callbackNode=null,n.callbackPriority=0;if((s&3)===0||ae(n,s)){if(i=s&-s,i===n.callbackPriority)return i;switch(o!==null&&$i(o),Cr(s)){case 2:case 8:s=me;break;case 32:s=Re;break;case 268435456:s=tt;break;default:s=Re}return o=Ab.bind(null,n),s=Nr(s,o),n.callbackPriority=i,n.callbackNode=s,i}return o!==null&&o!==null&&$i(o),n.callbackPriority=2,n.callbackNode=null,2}function Ab(n,i){if(Vt!==0&&Vt!==5)return n.callbackNode=null,n.callbackPriority=0,null;var s=n.callbackNode;if(xc()&&n.callbackNode!==s)return null;var o=Xe;return o=j(n,n===bt?o:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),o===0?null:(ub(n,o,i),Cb(n,Ot()),n.callbackNode!=null&&n.callbackNode===s?Ab.bind(null,n):null)}function Ob(n,i){if(xc())return null;ub(n,i,!0)}function hS(){kS(function(){(it&6)!==0?Nr(te,fS):Nb()})}function mf(){if(ki===0){var n=$a;n===0&&(n=Gi,Gi<<=1,(Gi&261888)===0&&(Gi=256)),ki=n}return ki}function Rb(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:oi(""+n)}function Mb(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 pS(n,i,s,o,f){if(i==="submit"&&s&&s.stateNode===f){var g=Rb((f[nn]||null).action),E=o.submitter;E&&(i=(i=E[nn]||null)?Rb(i.formAction):E.getAttribute("formAction"),i!==null&&(g=i,E=null));var T=new Do("action","action",null,o,f);n.push({event:T,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(ki!==0){var L=E?Mb(f,E):new FormData(f);Dd(s,{pending:!0,data:L,method:f.method,action:g},null,L)}}else typeof g=="function"&&(T.preventDefault(),L=E?Mb(f,E):new FormData(f),Dd(s,{pending:!0,data:L,method:f.method,action:g},g,L))},currentTarget:f}]})}}for(var gf=0;gf<Zu.length;gf++){var bf=Zu[gf],mS=bf.toLowerCase(),gS=bf[0].toUpperCase()+bf.slice(1);rr(mS,"on"+gS)}rr(cm,"onAnimationEnd"),rr(um,"onAnimationIteration"),rr(dm,"onAnimationStart"),rr("dblclick","onDoubleClick"),rr("focusin","onFocus"),rr("focusout","onBlur"),rr(M_,"onTransitionRun"),rr(I_,"onTransitionStart"),rr(D_,"onTransitionCancel"),rr(fm,"onTransitionEnd"),fe("onMouseEnter",["mouseout","mouseover"]),fe("onMouseLeave",["mouseout","mouseover"]),fe("onPointerEnter",["pointerout","pointerover"]),fe("onPointerLeave",["pointerout","pointerover"]),Or("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Or("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Or("onBeforeInput",["compositionend","keypress","textInput","paste"]),Or("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Or("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Or("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var _l="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(" "),bS=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(_l));function Ib(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 T=o[E],L=T.instance,Y=T.currentTarget;if(T=T.listener,L!==g&&f.isPropagationStopped())break e;g=T,f.currentTarget=Y;try{g(f)}catch(ne){jo(ne)}f.currentTarget=null,g=L}else for(E=0;E<o.length;E++){if(T=o[E],L=T.instance,Y=T.currentTarget,T=T.listener,L!==g&&f.isPropagationStopped())break e;g=T,f.currentTarget=Y;try{g(f)}catch(ne){jo(ne)}f.currentTarget=null,g=L}}}}function Ve(n,i){var s=i[Bs];s===void 0&&(s=i[Bs]=new Set);var o=n+"__bubble";s.has(o)||(Db(i,n,2,!1),s.add(o))}function yf(n,i,s){var o=0;i&&(o|=4),Db(s,n,o,i)}var Sc="_reactListening"+Math.random().toString(36).slice(2);function vf(n){if(!n[Sc]){n[Sc]=!0,To.forEach(function(s){s!=="selectionchange"&&(bS.has(s)||yf(s,!1,n),yf(s,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[Sc]||(i[Sc]=!0,yf("selectionchange",!1,i))}}function Db(n,i,s,o){switch(cy(i)){case 2:var f=KS;break;case 8:f=qS;break;default:f=Df}s=f.bind(null,i,s,n),f=void 0,!Bu||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 xf(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 T=o.stateNode.containerInfo;if(T===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(;T!==null;){if(E=un(T),E===null)return;if(L=E.tag,L===5||L===6||L===26||L===27){o=g=E;continue e}T=T.parentNode}}o=o.return}Oo(function(){var Y=g,ne=Ue(s),ce=[];e:{var X=hm.get(n);if(X!==void 0){var J=Do,Ee=n;switch(n){case"keypress":if(Mo(s)===0)break e;case"keydown":case"keyup":J=u_;break;case"focusin":Ee="focus",J=Fu;break;case"focusout":Ee="blur",J=Fu;break;case"beforeblur":case"afterblur":J=Fu;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=Fp;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":J=JE;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":J=h_;break;case cm:case um:case dm:J=t_;break;case fm:J=m_;break;case"scroll":case"scrollend":J=XE;break;case"wheel":J=b_;break;case"copy":case"cut":case"paste":J=r_;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":J=Gp;break;case"toggle":case"beforetoggle":J=v_}var Me=(i&4)!==0,pt=!Me&&(n==="scroll"||n==="scrollend"),$=Me?X!==null?X+"Capture":null:X;Me=[];for(var H=Y,q;H!==null;){var se=H;if(q=se.stateNode,se=se.tag,se!==5&&se!==26&&se!==27||q===null||$===null||(se=Gs(H,$),se!=null&&Me.push(Sl(H,se,q))),pt)break;H=H.return}0<Me.length&&(X=new J(X,Ee,null,s,ne),ce.push({event:X,listeners:Me}))}}if((i&7)===0){e:{if(X=n==="mouseover"||n==="pointerover",J=n==="mouseout"||n==="pointerout",X&&s!==Se&&(Ee=s.relatedTarget||s.fromElement)&&(un(Ee)||Ee[ii]))break e;if((J||X)&&(X=ne.window===ne?ne:(X=ne.ownerDocument)?X.defaultView||X.parentWindow:window,J?(Ee=s.relatedTarget||s.toElement,J=Y,Ee=Ee?un(Ee):null,Ee!==null&&(pt=c(Ee),Me=Ee.tag,Ee!==pt||Me!==5&&Me!==27&&Me!==6)&&(Ee=null)):(J=null,Ee=Y),J!==Ee)){if(Me=Fp,se="onMouseLeave",$="onMouseEnter",H="mouse",(n==="pointerout"||n==="pointerover")&&(Me=Gp,se="onPointerLeave",$="onPointerEnter",H="pointer"),pt=J==null?X:ai(J),q=Ee==null?X:ai(Ee),X=new Me(se,H+"leave",J,s,ne),X.target=pt,X.relatedTarget=q,se=null,un(ne)===Y&&(Me=new Me($,H+"enter",Ee,s,ne),Me.target=q,Me.relatedTarget=pt,se=Me),pt=se,J&&Ee)t:{for(Me=yS,$=J,H=Ee,q=0,se=$;se;se=Me(se))q++;se=0;for(var Ae=H;Ae;Ae=Me(Ae))se++;for(;0<q-se;)$=Me($),q--;for(;0<se-q;)H=Me(H),se--;for(;q--;){if($===H||H!==null&&$===H.alternate){Me=$;break t}$=Me($),H=Me(H)}Me=null}else Me=null;J!==null&&Lb(ce,X,J,Me,!1),Ee!==null&&pt!==null&&Lb(ce,pt,Ee,Me,!0)}}e:{if(X=Y?ai(Y):window,J=X.nodeName&&X.nodeName.toLowerCase(),J==="select"||J==="input"&&X.type==="file")var nt=Jp;else if(Xp(X))if(Qp)nt=A_;else{nt=N_;var we=T_}else J=X.nodeName,!J||J.toLowerCase()!=="input"||X.type!=="checkbox"&&X.type!=="radio"?Y&&li(Y.elementType)&&(nt=Jp):nt=C_;if(nt&&(nt=nt(n,Y))){Zp(ce,nt,s,ne);break e}we&&we(n,X,Y),n==="focusout"&&Y&&X.type==="number"&&Y.memoizedProps.value!=null&&Ma(X,"number",X.value)}switch(we=Y?ai(Y):window,n){case"focusin":(Xp(we)||we.contentEditable==="true")&&(La=we,Yu=Y,Js=null);break;case"focusout":Js=Yu=La=null;break;case"mousedown":Wu=!0;break;case"contextmenu":case"mouseup":case"dragend":Wu=!1,lm(ce,s,ne);break;case"selectionchange":if(R_)break;case"keydown":case"keyup":lm(ce,s,ne)}var He;if(Gu)e:{switch(n){case"compositionstart":var Ze="onCompositionStart";break e;case"compositionend":Ze="onCompositionEnd";break e;case"compositionupdate":Ze="onCompositionUpdate";break e}Ze=void 0}else Da?Yp(n,s)&&(Ze="onCompositionEnd"):n==="keydown"&&s.keyCode===229&&(Ze="onCompositionStart");Ze&&(Kp&&s.locale!=="ko"&&(Da||Ze!=="onCompositionStart"?Ze==="onCompositionEnd"&&Da&&(He=Pp()):(ci=ne,Uu="value"in ci?ci.value:ci.textContent,Da=!0)),we=wc(Y,Ze),0<we.length&&(Ze=new $p(Ze,n,null,s,ne),ce.push({event:Ze,listeners:we}),He?Ze.data=He:(He=Wp(s),He!==null&&(Ze.data=He)))),(He=E_?__(n,s):S_(n,s))&&(Ze=wc(Y,"onBeforeInput"),0<Ze.length&&(we=new $p("onBeforeInput","beforeinput",null,s,ne),ce.push({event:we,listeners:Ze}),we.data=He)),pS(ce,n,Y,s,ne)}Ib(ce,i)})}function Sl(n,i,s){return{instance:n,listener:i,currentTarget:s}}function wc(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=Gs(n,s),f!=null&&o.unshift(Sl(n,f,g)),f=Gs(n,i),f!=null&&o.push(Sl(n,f,g))),n.tag===3)return o;n=n.return}return[]}function yS(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function Lb(n,i,s,o,f){for(var g=i._reactName,E=[];s!==null&&s!==o;){var T=s,L=T.alternate,Y=T.stateNode;if(T=T.tag,L!==null&&L===o)break;T!==5&&T!==26&&T!==27||Y===null||(L=Y,f?(Y=Gs(s,g),Y!=null&&E.unshift(Sl(s,Y,L))):f||(Y=Gs(s,g),Y!=null&&E.push(Sl(s,Y,L)))),s=s.return}E.length!==0&&n.push({event:i,listeners:E})}var vS=/\r\n?/g,xS=/\u0000|\uFFFD/g;function zb(n){return(typeof n=="string"?n:""+n).replace(vS,`
49
- `).replace(xS,"")}function jb(n,i){return i=zb(i),zb(n)===i}function ht(n,i,s,o,f,g){switch(s){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||Ie(n,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&Ie(n,""+o);break;case"className":An(n,"class",o);break;case"tabIndex":An(n,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":An(n,s,o);break;case"style":ot(n,o,g);break;case"data":if(i!=="object"){An(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=oi(""+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"&&ht(n,i,"name",f.name,f,null),ht(n,i,"formEncType",f.formEncType,f,null),ht(n,i,"formMethod",f.formMethod,f,null),ht(n,i,"formTarget",f.formTarget,f,null)):(ht(n,i,"encType",f.encType,f,null),ht(n,i,"method",f.method,f,null),ht(n,i,"target",f.target,f,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){n.removeAttribute(s);break}o=oi(""+o),n.setAttribute(s,o);break;case"onClick":o!=null&&(n.onclick=ge);break;case"onScroll":o!=null&&Ve("scroll",n);break;case"onScrollEnd":o!=null&&Ve("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=oi(""+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":Ve("beforetoggle",n),Ve("toggle",n),rn(n,"popover",o);break;case"xlinkActuate":vn(n,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":vn(n,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":vn(n,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":vn(n,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":vn(n,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":vn(n,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":vn(n,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":vn(n,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":vn(n,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":rn(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=Rr.get(s)||s,rn(n,s,o))}}function Ef(n,i,s,o,f,g){switch(s){case"style":ot(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"?Ie(n,o):(typeof o=="number"||typeof o=="bigint")&&Ie(n,""+o);break;case"onScroll":o!=null&&Ve("scroll",n);break;case"onScrollEnd":o!=null&&Ve("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(!Vi.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[nn]||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,""):rn(n,s,o)}}}function en(n,i,s){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Ve("error",n),Ve("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:ht(n,i,g,E,s,null)}}f&&ht(n,i,"srcSet",s.srcSet,s,null),o&&ht(n,i,"src",s.src,s,null);return;case"input":Ve("invalid",n);var T=g=E=f=null,L=null,Y=null;for(o in s)if(s.hasOwnProperty(o)){var ne=s[o];if(ne!=null)switch(o){case"name":f=ne;break;case"type":E=ne;break;case"checked":L=ne;break;case"defaultChecked":Y=ne;break;case"value":g=ne;break;case"defaultValue":T=ne;break;case"children":case"dangerouslySetInnerHTML":if(ne!=null)throw Error(a(137,i));break;default:ht(n,i,o,ne,s,null)}}Yi(n,g,T,L,Y,E,f,!1);return;case"select":Ve("invalid",n),o=E=g=null;for(f in s)if(s.hasOwnProperty(f)&&(T=s[f],T!=null))switch(f){case"value":g=T;break;case"defaultValue":E=T;break;case"multiple":o=T;default:ht(n,i,f,T,s,null)}i=g,s=E,n.multiple=!!o,i!=null?Xt(n,!!o,i,!1):s!=null&&Xt(n,!!o,s,!0);return;case"textarea":Ve("invalid",n),g=f=o=null;for(E in s)if(s.hasOwnProperty(E)&&(T=s[E],T!=null))switch(E){case"value":o=T;break;case"defaultValue":f=T;break;case"children":g=T;break;case"dangerouslySetInnerHTML":if(T!=null)throw Error(a(91));break;default:ht(n,i,E,T,s,null)}Ia(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:ht(n,i,L,o,s,null)}return;case"dialog":Ve("beforetoggle",n),Ve("toggle",n),Ve("cancel",n),Ve("close",n);break;case"iframe":case"object":Ve("load",n);break;case"video":case"audio":for(o=0;o<_l.length;o++)Ve(_l[o],n);break;case"image":Ve("error",n),Ve("load",n);break;case"details":Ve("toggle",n);break;case"embed":case"source":case"link":Ve("error",n),Ve("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(Y in s)if(s.hasOwnProperty(Y)&&(o=s[Y],o!=null))switch(Y){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:ht(n,i,Y,o,s,null)}return;default:if(li(i)){for(ne in s)s.hasOwnProperty(ne)&&(o=s[ne],o!==void 0&&Ef(n,i,ne,o,s,void 0));return}}for(T in s)s.hasOwnProperty(T)&&(o=s[T],o!=null&&ht(n,i,T,o,s,null))}function ES(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,T=null,L=null,Y=null,ne=null;for(J in s){var ce=s[J];if(s.hasOwnProperty(J)&&ce!=null)switch(J){case"checked":break;case"value":break;case"defaultValue":L=ce;default:o.hasOwnProperty(J)||ht(n,i,J,null,o,ce)}}for(var X in o){var J=o[X];if(ce=s[X],o.hasOwnProperty(X)&&(J!=null||ce!=null))switch(X){case"type":g=J;break;case"name":f=J;break;case"checked":Y=J;break;case"defaultChecked":ne=J;break;case"value":E=J;break;case"defaultValue":T=J;break;case"children":case"dangerouslySetInnerHTML":if(J!=null)throw Error(a(137,i));break;default:J!==ce&&ht(n,i,X,J,o,ce)}}Hs(n,E,T,L,Y,ne,g,f);return;case"select":J=E=T=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)||ht(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":T=g;break;case"multiple":E=g;default:g!==L&&ht(n,i,f,g,o,L)}i=T,s=E,o=J,X!=null?Xt(n,!!s,X,!1):!!o!=!!s&&(i!=null?Xt(n,!!s,i,!0):Xt(n,!!s,s?[]:"",!1));return;case"textarea":J=X=null;for(T in s)if(f=s[T],s.hasOwnProperty(T)&&f!=null&&!o.hasOwnProperty(T))switch(T){case"value":break;case"children":break;default:ht(n,i,T,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&&ht(n,i,E,f,o,g)}Co(n,X,J);return;case"option":for(var Ee in s)if(X=s[Ee],s.hasOwnProperty(Ee)&&X!=null&&!o.hasOwnProperty(Ee))switch(Ee){case"selected":n.selected=!1;break;default:ht(n,i,Ee,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:ht(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 Me in s)X=s[Me],s.hasOwnProperty(Me)&&X!=null&&!o.hasOwnProperty(Me)&&ht(n,i,Me,null,o,X);for(Y in o)if(X=o[Y],J=s[Y],o.hasOwnProperty(Y)&&X!==J&&(X!=null||J!=null))switch(Y){case"children":case"dangerouslySetInnerHTML":if(X!=null)throw Error(a(137,i));break;default:ht(n,i,Y,X,o,J)}return;default:if(li(i)){for(var pt in s)X=s[pt],s.hasOwnProperty(pt)&&X!==void 0&&!o.hasOwnProperty(pt)&&Ef(n,i,pt,void 0,o,X);for(ne in o)X=o[ne],J=s[ne],!o.hasOwnProperty(ne)||X===J||X===void 0&&J===void 0||Ef(n,i,ne,X,o,J);return}}for(var $ in s)X=s[$],s.hasOwnProperty($)&&X!=null&&!o.hasOwnProperty($)&&ht(n,i,$,null,o,X);for(ce in o)X=o[ce],J=s[ce],!o.hasOwnProperty(ce)||X===J||X==null&&J==null||ht(n,i,ce,X,o,J)}function Bb(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function _S(){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,T=f.duration;if(g&&T&&Bb(E)){for(E=0,T=f.responseEnd,o+=1;o<s.length;o++){var L=s[o],Y=L.startTime;if(Y>T)break;var ne=L.transferSize,ce=L.initiatorType;ne&&Bb(ce)&&(L=L.responseEnd,E+=ne*(L<T?1:(T-Y)/(L-Y)))}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 _f=null,Sf=null;function kc(n){return n.nodeType===9?n:n.ownerDocument}function Ub(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 Pb(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 wf(n,i){return n==="textarea"||n==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.children=="bigint"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var kf=null;function SS(){var n=window.event;return n&&n.type==="popstate"?n===kf?!1:(kf=n,!0):(kf=null,!1)}var Hb=typeof setTimeout=="function"?setTimeout:void 0,wS=typeof clearTimeout=="function"?clearTimeout:void 0,Fb=typeof Promise=="function"?Promise:void 0,kS=typeof queueMicrotask=="function"?queueMicrotask:typeof Fb<"u"?function(n){return Fb.resolve(null).then(n).catch(TS)}:Hb;function TS(n){setTimeout(function(){throw n})}function Ti(n){return n==="head"}function $b(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),os(i);return}o--}else if(s==="$"||s==="$?"||s==="$~"||s==="$!"||s==="&")o++;else if(s==="html")wl(n.ownerDocument.documentElement);else if(s==="head"){s=n.ownerDocument.head,wl(s);for(var g=s.firstChild;g;){var E=g.nextSibling,T=g.nodeName;g[qi]||T==="SCRIPT"||T==="STYLE"||T==="LINK"&&g.rel.toLowerCase()==="stylesheet"||s.removeChild(g),g=E}}else s==="body"&&wl(n.ownerDocument.body);s=f}while(s);os(i)}function Gb(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 Tf(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":Tf(s),Us(s);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(s.rel.toLowerCase()==="stylesheet")continue}n.removeChild(s)}}function NS(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[qi])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=Xn(n.nextSibling),n===null)break}return null}function CS(n,i,s){if(i==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!s||(n=Xn(n.nextSibling),n===null))return null;return n}function Kb(n,i){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!i||(n=Xn(n.nextSibling),n===null))return null;return n}function Nf(n){return n.data==="$?"||n.data==="$~"}function Cf(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function AS(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 Xn(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 Af=null;function qb(n){n=n.nextSibling;for(var i=0;n;){if(n.nodeType===8){var s=n.data;if(s==="/$"||s==="/&"){if(i===0)return Xn(n.nextSibling);i--}else s!=="$"&&s!=="$!"&&s!=="$?"&&s!=="$~"&&s!=="&"||i++}n=n.nextSibling}return null}function Vb(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 Yb(n,i,s){switch(i=kc(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 wl(n){for(var i=n.attributes;i.length;)n.removeAttributeNode(i[0]);Us(n)}var Zn=new Map,Wb=new Set;function Tc(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var Vr=Z.d;Z.d={f:OS,r:RS,D:MS,C:IS,L:DS,m:LS,X:jS,S:zS,M:BS};function OS(){var n=Vr.f(),i=bc();return n||i}function RS(n){var i=Ar(n);i!==null&&i.tag===5&&i.type==="form"?fg(i):Vr.r(n)}var as=typeof document>"u"?null:document;function Xb(n,i,s){var o=as;if(o&&typeof i=="string"&&i){var f=xn(i);f='link[rel="'+n+'"][href="'+f+'"]',typeof s=="string"&&(f+='[crossorigin="'+s+'"]'),Wb.has(f)||(Wb.add(f),n={rel:n,crossOrigin:s,href:i},o.querySelector(f)===null&&(i=o.createElement("link"),en(i,"link",n),Pt(i),o.head.appendChild(i)))}}function MS(n){Vr.D(n),Xb("dns-prefetch",n,null)}function IS(n,i){Vr.C(n,i),Xb("preconnect",n,i)}function DS(n,i,s){Vr.L(n,i,s);var o=as;if(o&&n&&i){var f='link[rel="preload"][as="'+xn(i)+'"]';i==="image"&&s&&s.imageSrcSet?(f+='[imagesrcset="'+xn(s.imageSrcSet)+'"]',typeof s.imageSizes=="string"&&(f+='[imagesizes="'+xn(s.imageSizes)+'"]')):f+='[href="'+xn(n)+'"]';var g=f;switch(i){case"style":g=ss(n);break;case"script":g=ls(n)}Zn.has(g)||(n=y({rel:"preload",href:i==="image"&&s&&s.imageSrcSet?void 0:n,as:i},s),Zn.set(g,n),o.querySelector(f)!==null||i==="style"&&o.querySelector(kl(g))||i==="script"&&o.querySelector(Tl(g))||(i=o.createElement("link"),en(i,"link",n),Pt(i),o.head.appendChild(i)))}}function LS(n,i){Vr.m(n,i);var s=as;if(s&&n){var o=i&&typeof i.as=="string"?i.as:"script",f='link[rel="modulepreload"][as="'+xn(o)+'"][href="'+xn(n)+'"]',g=f;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":g=ls(n)}if(!Zn.has(g)&&(n=y({rel:"modulepreload",href:n},i),Zn.set(g,n),s.querySelector(f)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(s.querySelector(Tl(g)))return}o=s.createElement("link"),en(o,"link",n),Pt(o),s.head.appendChild(o)}}}function zS(n,i,s){Vr.S(n,i,s);var o=as;if(o&&n){var f=si(o).hoistableStyles,g=ss(n);i=i||"default";var E=f.get(g);if(!E){var T={loading:0,preload:null};if(E=o.querySelector(kl(g)))T.loading=5;else{n=y({rel:"stylesheet",href:n,"data-precedence":i},s),(s=Zn.get(g))&&Of(n,s);var L=E=o.createElement("link");Pt(L),en(L,"link",n),L._p=new Promise(function(Y,ne){L.onload=Y,L.onerror=ne}),L.addEventListener("load",function(){T.loading|=1}),L.addEventListener("error",function(){T.loading|=2}),T.loading|=4,Nc(E,i,o)}E={type:"stylesheet",instance:E,count:1,state:T},f.set(g,E)}}}function jS(n,i){Vr.X(n,i);var s=as;if(s&&n){var o=si(s).hoistableScripts,f=ls(n),g=o.get(f);g||(g=s.querySelector(Tl(f)),g||(n=y({src:n,async:!0},i),(i=Zn.get(f))&&Rf(n,i),g=s.createElement("script"),Pt(g),en(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},o.set(f,g))}}function BS(n,i){Vr.M(n,i);var s=as;if(s&&n){var o=si(s).hoistableScripts,f=ls(n),g=o.get(f);g||(g=s.querySelector(Tl(f)),g||(n=y({src:n,async:!0,type:"module"},i),(i=Zn.get(f))&&Rf(n,i),g=s.createElement("script"),Pt(g),en(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},o.set(f,g))}}function Zb(n,i,s,o){var f=(f=ve.current)?Tc(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=ss(s.href),s=si(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=ss(s.href);var g=si(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(kl(n)))&&!g._p&&(E.instance=g,E.state.loading=5),Zn.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},Zn.set(n,s),g||US(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=ls(s),s=si(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 ss(n){return'href="'+xn(n)+'"'}function kl(n){return'link[rel="stylesheet"]['+n+"]"}function Jb(n){return y({},n,{"data-precedence":n.precedence,precedence:null})}function US(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}),en(i,"link",s),Pt(i),n.head.appendChild(i))}function ls(n){return'[src="'+xn(n)+'"]'}function Tl(n){return"script[async]"+n}function Qb(n,i,s){if(i.count++,i.instance===null)switch(i.type){case"style":var o=n.querySelector('style[data-href~="'+xn(s.href)+'"]');if(o)return i.instance=o,Pt(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"),Pt(o),en(o,"style",f),Nc(o,s.precedence,n),i.instance=o;case"stylesheet":f=ss(s.href);var g=n.querySelector(kl(f));if(g)return i.state.loading|=4,i.instance=g,Pt(g),g;o=Jb(s),(f=Zn.get(f))&&Of(o,f),g=(n.ownerDocument||n).createElement("link"),Pt(g);var E=g;return E._p=new Promise(function(T,L){E.onload=T,E.onerror=L}),en(g,"link",o),i.state.loading|=4,Nc(g,s.precedence,n),i.instance=g;case"script":return g=ls(s.src),(f=n.querySelector(Tl(g)))?(i.instance=f,Pt(f),f):(o=s,(f=Zn.get(g))&&(o=y({},s),Rf(o,f)),n=n.ownerDocument||n,f=n.createElement("script"),Pt(f),en(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,Nc(o,s.precedence,n));return i.instance}function Nc(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 T=o[E];if(T.dataset.precedence===i)g=T;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 Of(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.title==null&&(n.title=i.title)}function Rf(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.integrity==null&&(n.integrity=i.integrity)}var Cc=null;function ey(n,i,s){if(Cc===null){var o=new Map,f=Cc=new Map;f.set(s,o)}else f=Cc,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[qi]||g[zt]||n==="link"&&g.getAttribute("rel")==="stylesheet")&&g.namespaceURI!=="http://www.w3.org/2000/svg"){var E=g.getAttribute(i)||"";E=n+E;var T=o.get(E);T?T.push(g):o.set(E,[g])}}return o}function ty(n,i,s){n=n.ownerDocument||n,n.head.insertBefore(s,i==="title"?n.querySelector("head > title"):null)}function PS(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 ny(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function HS(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=ss(o.href),g=i.querySelector(kl(f));if(g){i=g._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(n.count++,n=Ac.bind(n),i.then(n,n)),s.state.loading|=4,s.instance=g,Pt(g);return}g=i.ownerDocument||i,o=Jb(o),(f=Zn.get(f))&&Of(o,f),g=g.createElement("link"),Pt(g);var E=g;E._p=new Promise(function(T,L){E.onload=T,E.onerror=L}),en(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=Ac.bind(n),i.addEventListener("load",s),i.addEventListener("error",s))}}var Mf=0;function FS(n,i){return n.stylesheets&&n.count===0&&Rc(n,n.stylesheets),0<n.count||0<n.imgCount?function(s){var o=setTimeout(function(){if(n.stylesheets&&Rc(n,n.stylesheets),n.unsuspend){var g=n.unsuspend;n.unsuspend=null,g()}},6e4+i);0<n.imgBytes&&Mf===0&&(Mf=62500*_S());var f=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&Rc(n,n.stylesheets),n.unsuspend)){var g=n.unsuspend;n.unsuspend=null,g()}},(n.imgBytes>Mf?50:800)+i);return n.unsuspend=s,function(){n.unsuspend=null,clearTimeout(o),clearTimeout(f)}}:null}function Ac(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Rc(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var Oc=null;function Rc(n,i){n.stylesheets=null,n.unsuspend!==null&&(n.count++,Oc=new Map,i.forEach($S,n),Oc=null,Ac.call(n))}function $S(n,i){if(!(i.state.loading&4)){var s=Oc.get(n);if(s)var o=s.get(null);else{s=new Map,Oc.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=Ac.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 Nl={$$typeof:N,Provider:null,Consumer:null,_currentValue:ie,_currentValue2:ie,_threadCount:0};function GS(n,i,s,o,f,g,E,T,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=St(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=St(0),this.hiddenUpdates=St(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 ry(n,i,s,o,f,g,E,T,L,Y,ne,ce){return n=new GS(n,i,s,E,L,Y,ne,ce,T),i=1,g===!0&&(i|=24),g=Mn(3,null,null,i),n.current=g,g.stateNode=n,i=ud(),i.refCount++,n.pooledCache=i,i.refCount++,g.memoizedState={element:o,isDehydrated:s,cache:i},pd(g),n}function iy(n){return n?(n=Ba,n):Ba}function ay(n,i,s,o,f,g){f=iy(f),o.context===null?o.context=f:o.pendingContext=f,o=mi(i),o.payload={element:s},g=g===void 0?null:g,g!==null&&(o.callback=g),s=gi(n,o,i),s!==null&&(Tn(s,n,i),al(s,n,i))}function sy(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var s=n.retryLane;n.retryLane=s!==0&&s<i?s:i}}function If(n,i){sy(n,i),(n=n.alternate)&&sy(n,i)}function ly(n){if(n.tag===13||n.tag===31){var i=Ji(n,67108864);i!==null&&Tn(i,n,67108864),If(n,67108864)}}function oy(n){if(n.tag===13||n.tag===31){var i=jn();i=Nt(i);var s=Ji(n,i);s!==null&&Tn(s,n,i),If(n,i)}}var Mc=!0;function KS(n,i,s,o){var f=z.T;z.T=null;var g=Z.p;try{Z.p=2,Df(n,i,s,o)}finally{Z.p=g,z.T=f}}function qS(n,i,s,o){var f=z.T;z.T=null;var g=Z.p;try{Z.p=8,Df(n,i,s,o)}finally{Z.p=g,z.T=f}}function Df(n,i,s,o){if(Mc){var f=Lf(o);if(f===null)xf(n,i,o,Ic,s),uy(n,o);else if(YS(f,n,i,s,o))o.stopPropagation();else if(uy(n,o),i&4&&-1<VS.indexOf(n)){for(;f!==null;){var g=Ar(f);if(g!==null)switch(g.tag){case 3:if(g=g.stateNode,g.current.memoizedState.isDehydrated){var E=yn(g.pendingLanes);if(E!==0){var T=g;for(T.pendingLanes|=2,T.entangledLanes|=2;E;){var L=1<<31-st(E);T.entanglements[1]|=L,E&=~L}br(g),(it&6)===0&&(mc=Ot()+500,El(0))}}break;case 31:case 13:T=Ji(g,2),T!==null&&Tn(T,g,2),bc(),If(g,2)}if(g=Lf(o),g===null&&xf(n,i,o,Ic,s),g===f)break;f=g}f!==null&&o.stopPropagation()}else xf(n,i,o,null,s)}}function Lf(n){return n=Ue(n),zf(n)}var Ic=null;function zf(n){if(Ic=null,n=un(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 Ic=n,null}function cy(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(ka()){case te:return 2;case me:return 8;case Re:case $e:return 32;case tt:return 268435456;default:return 32}default:return 32}}var jf=!1,Ni=null,Ci=null,Ai=null,Cl=new Map,Al=new Map,Oi=[],VS="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 uy(n,i){switch(n){case"focusin":case"focusout":Ni=null;break;case"dragenter":case"dragleave":Ci=null;break;case"mouseover":case"mouseout":Ai=null;break;case"pointerover":case"pointerout":Cl.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Al.delete(i.pointerId)}}function Ol(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=Ar(i),i!==null&&ly(i)),n):(n.eventSystemFlags|=o,i=n.targetContainers,f!==null&&i.indexOf(f)===-1&&i.push(f),n)}function YS(n,i,s,o,f){switch(i){case"focusin":return Ni=Ol(Ni,n,i,s,o,f),!0;case"dragenter":return Ci=Ol(Ci,n,i,s,o,f),!0;case"mouseover":return Ai=Ol(Ai,n,i,s,o,f),!0;case"pointerover":var g=f.pointerId;return Cl.set(g,Ol(Cl.get(g)||null,n,i,s,o,f)),!0;case"gotpointercapture":return g=f.pointerId,Al.set(g,Ol(Al.get(g)||null,n,i,s,o,f)),!0}return!1}function dy(n){var i=un(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,Ca(n.priority,function(){oy(s)});return}}else if(i===31){if(i=d(s),i!==null){n.blockedOn=i,Ca(n.priority,function(){oy(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 Dc(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var s=Lf(n.nativeEvent);if(s===null){s=n.nativeEvent;var o=new s.constructor(s.type,s);Se=o,s.target.dispatchEvent(o),Se=null}else return i=Ar(s),i!==null&&ly(i),n.blockedOn=s,!1;i.shift()}return!0}function fy(n,i,s){Dc(n)&&s.delete(i)}function WS(){jf=!1,Ni!==null&&Dc(Ni)&&(Ni=null),Ci!==null&&Dc(Ci)&&(Ci=null),Ai!==null&&Dc(Ai)&&(Ai=null),Cl.forEach(fy),Al.forEach(fy)}function Lc(n,i){n.blockedOn===i&&(n.blockedOn=null,jf||(jf=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,WS)))}var zc=null;function hy(n){zc!==n&&(zc=n,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){zc===n&&(zc=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(zf(o||s)===null)continue;break}var g=Ar(s);g!==null&&(n.splice(i,3),i-=3,Dd(g,{pending:!0,data:f,method:s.method,action:o},o,f))}}))}function os(n){function i(L){return Lc(L,n)}Ni!==null&&Lc(Ni,n),Ci!==null&&Lc(Ci,n),Ai!==null&&Lc(Ai,n),Cl.forEach(i),Al.forEach(i);for(var s=0;s<Oi.length;s++){var o=Oi[s];o.blockedOn===n&&(o.blockedOn=null)}for(;0<Oi.length&&(s=Oi[0],s.blockedOn===null);)dy(s),s.blockedOn===null&&Oi.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[nn]||null;if(typeof g=="function")E||hy(s);else if(E){var T=null;if(g&&g.hasAttribute("formAction")){if(f=g,E=g[nn]||null)T=E.formAction;else if(zf(f)!==null)continue}else T=E.action;typeof T=="function"?s[o+1]=T:(s.splice(o,3),o-=3),hy(s)}}}function py(){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 Bf(n){this._internalRoot=n}jc.prototype.render=Bf.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(a(409));var s=i.current,o=jn();ay(s,o,n,i,null,null)},jc.prototype.unmount=Bf.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;ay(n.current,2,null,n,null,null),bc(),i[ii]=null}};function jc(n){this._internalRoot=n}jc.prototype.unstable_scheduleHydration=function(n){if(n){var i=Na();n={blockedOn:null,target:n,priority:i};for(var s=0;s<Oi.length&&i!==0&&i<Oi[s].priority;s++);Oi.splice(s,0,n),s===0&&dy(n)}};var my=t.version;if(my!=="19.2.4")throw Error(a(527,my,"19.2.4"));Z.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=m(i),n=n!==null?b(n):null,n=n===null?null:n.stateNode,n};var XS={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:z,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Bc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Bc.isDisabled&&Bc.supportsFiber)try{Wt=Bc.inject(XS),Mt=Bc}catch{}}return Il.createRoot=function(n,i){if(!l(n))throw Error(a(299));var s=!1,o="",f=_g,g=Sg,E=wg;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=ry(n,1,!1,null,null,s,o,null,f,g,E,py),n[ii]=i.current,vf(n),new Bf(i)},Il.hydrateRoot=function(n,i,s){if(!l(n))throw Error(a(299));var o=!1,f="",g=_g,E=Sg,T=wg,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&&(T=s.onRecoverableError),s.formState!==void 0&&(L=s.formState)),i=ry(n,1,!0,i,s??null,o,f,L,g,E,T,py),i.context=iy(null),s=i.current,o=jn(),o=Nt(o),f=mi(o),f.callback=null,gi(s,f,o),s=o,i.current.lanes=s,gt(i,s),br(i),n[ii]=i.current,vf(n),new jc(i)},Il.version="19.2.4",Il}var Ay;function ow(){if(Ay)return Hf.exports;Ay=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(),Hf.exports=lw(),Hf.exports}var cw=ow();const uw=uo(cw);function dw(e,t){const r=getComputedStyle(e),a=parseFloat(r.fontSize);return t*a}function fw(e,t){const r=getComputedStyle(e.ownerDocument.body),a=parseFloat(r.fontSize);return t*a}function hw(e){return e/100*window.innerHeight}function pw(e){return e/100*window.innerWidth}function mw(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 Uc({groupSize:e,panelElement:t,styleProp:r}){let a;const[l,c]=mw(r);switch(c){case"%":{a=l/100*e;break}case"px":{a=l;break}case"rem":{a=fw(t,l);break}case"em":{a=dw(t,l);break}case"vh":{a=hw(l);break}case"vw":{a=pw(l);break}}return a}function sr(e){return parseFloat(e.toFixed(3))}function Cs({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 Ch(e){const{panels:t}=e,r=Cs({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=Uc({groupSize:r,panelElement:l,styleProp:c.collapsedSize});u=sr(b/r*100)}let d;if(c.defaultSize!==void 0){const b=Uc({groupSize:r,panelElement:l,styleProp:c.defaultSize});d=sr(b/r*100)}let h=0;if(c.minSize!==void 0){const b=Uc({groupSize:r,panelElement:l,styleProp:c.minSize});h=sr(b/r*100)}let m=100;if(c.maxSize!==void 0){const b=Uc({groupSize:r,panelElement:l,styleProp:c.maxSize});m=sr(b/r*100)}return{collapsedSize:u,collapsible:c.collapsible===!0,defaultSize:d,disabled:c.disabled,minSize:h,maxSize:m,panelId:a.id}})}function dt(e,t="Assertion error"){if(!e)throw Error(t)}function Ah(e,t){return Array.from(t).sort(e==="horizontal"?gw:bw)}function gw(e,t){const r=e.element.offsetLeft-t.element.offsetLeft;return r!==0?r:e.element.offsetWidth-t.element.offsetWidth}function bw(e,t){const r=e.element.offsetTop-t.element.offsetTop;return r!==0?r:e.element.offsetHeight-t.element.offsetHeight}function Fx(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function $x(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 yw({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}=$x(a,u),m=e==="horizontal"?d:h;m<c&&(c=m,l=u)}return dt(l,"No rect found"),l}let Pc;function vw(){return Pc===void 0&&(typeof matchMedia=="function"?Pc=!!matchMedia("(pointer:coarse)").matches:Pc=!1),Pc}function Gx(e){const{element:t,orientation:r,panels:a,separators:l}=e,c=Ah(r,Array.from(t.children).filter(Fx).map(S=>({element:S}))).map(({element:S})=>S),u=[];let d=!1,h=!1,m=-1,b=-1,y=0,v,x=[];{let S=-1;for(const _ of c)_.hasAttribute("data-panel")&&(S++,_.ariaDisabled===null&&(y++,m===-1&&(m=S),b=S))}if(y>1){let S=-1;for(const _ of c)if(_.hasAttribute("data-panel")){S++;const O=a.find(w=>w.element===_);if(O){if(v){const w=v.element.getBoundingClientRect(),M=_.getBoundingClientRect();let N;if(h){const A=r==="horizontal"?new DOMRect(w.right,w.top,0,w.height):new DOMRect(w.left,w.bottom,w.width,0),P=r==="horizontal"?new DOMRect(M.left,M.top,0,M.height):new DOMRect(M.left,M.top,M.width,0);switch(x.length){case 0:{N=[A,P];break}case 1:{const I=x[0],V=yw({orientation:r,rects:[w,M],targetRect:I.element.getBoundingClientRect()});N=[I,V===w?P:A];break}default:{N=x;break}}}else x.length?N=x:N=[r==="horizontal"?new DOMRect(w.right,M.top,M.left-w.right,M.height):new DOMRect(M.left,w.bottom,M.width,M.top-w.bottom)];for(const A of N){let P="width"in A?A:A.element.getBoundingClientRect();const I=vw()?e.resizeTargetMinimumSize.coarse:e.resizeTargetMinimumSize.fine;if(P.width<I){const Q=I-P.width;P=new DOMRect(P.x-Q/2,P.y,P.width+Q,P.height)}if(P.height<I){const Q=I-P.height;P=new DOMRect(P.x,P.y-Q/2,P.width,P.height+Q)}const V=S<=m||S>b;!d&&!V&&u.push({group:e,groupSize:Cs({group:e}),panels:[v,O],separator:"width"in A?void 0:A,rect:P}),d=!1}}h=!1,v=O,x=[]}}else if(_.hasAttribute("data-separator")){_.ariaDisabled!==null&&(d=!0);const O=l.find(w=>w.element===_);O?x.push(O):(v=void 0,x=[])}else h=!0}return u}var ji;class xw{constructor(){yy(this,ji,{})}addListener(t,r){const a=Rl(this,ji)[t];return a===void 0?Rl(this,ji)[t]=[r]:a.includes(r)||a.push(r),()=>{this.removeListener(t,r)}}emit(t,r){const a=Rl(this,ji)[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(m){c===null&&(l=!0,c=m)}}if(l)throw c}}removeAllListeners(){vy(this,ji,{})}removeListener(t,r){const a=Rl(this,ji)[t];if(a!==void 0){const l=a.indexOf(r);l>=0&&a.splice(l,1)}}}ji=new WeakMap;function hn(e,t,r=0){return Math.abs(sr(e)-sr(t))<=r}let Jn={cursorFlags:0,interactionState:{state:"inactive"},mountedGroups:new Map};const Qr=new xw;function mn(){return Jn}function gn(e){const t=typeof e=="function"?e(Jn):e;if(Jn===t)return Jn;const r=Jn;return Jn={...Jn,...t},t.cursorFlags!==void 0&&Qr.emit("cursorFlagsChange",Jn.cursorFlags),t.interactionState!==void 0&&Qr.emit("interactionStateChange",Jn.interactionState),t.mountedGroups!==void 0&&(Jn.mountedGroups.forEach((a,l)=>{a.derivedPanelConstraints.forEach(c=>{if(c.collapsible){const{layout:u}=r.mountedGroups.get(l)??{};if(u){const d=hn(c.collapsedSize,a.layout[c.panelId]),h=hn(c.collapsedSize,u[c.panelId]);d&&!h&&(l.inMemoryLastExpandedPanelSizes[c.panelId]=u[c.panelId])}}})}),Qr.emit("mountedGroupsChange",Jn.mountedGroups)),Jn}function Ew(e,t,r){let a,l={x:1/0,y:1/0};for(const c of t){const u=$x(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 _w(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}function Sw(e,t){if(e===t)throw new Error("Cannot compare node with itself");const r={a:My(e),b:My(t)};let a;for(;r.a.at(-1)===r.b.at(-1);)a=r.a.pop(),r.b.pop();dt(a,"Stacking order can only be calculated for elements with a common ancestor");const l={a:Ry(Oy(r.a)),b:Ry(Oy(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 ww=/\b(?:position|zIndex|opacity|transform|webkitTransform|mixBlendMode|filter|webkitFilter|isolation)\b/;function kw(e){const t=getComputedStyle(Kx(e)??e).display;return t==="flex"||t==="inline-flex"}function Tw(e){const t=getComputedStyle(e);return!!(t.position==="fixed"||t.zIndex!=="auto"&&(t.position!=="static"||kw(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"||ww.test(t.willChange)||t.webkitOverflowScrolling==="touch")}function Oy(e){let t=e.length;for(;t--;){const r=e[t];if(dt(r,"Missing node"),Tw(r))return r}return null}function Ry(e){return e&&Number(getComputedStyle(e).zIndex)||0}function My(e){const t=[];for(;e;)t.push(e),e=Kx(e);return t}function Kx(e){const{parentNode:t}=e;return _w(t)?t.host:t}function Nw(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 Cw({groupElement:e,hitRegion:t,pointerEventTarget:r}){if(!Fx(r)||r.contains(e)||e.contains(r))return!0;if(Sw(r,e)>0){let a=r;for(;a;){if(a.contains(e))return!0;if(Nw(a.getBoundingClientRect(),t))return!1;a=a.parentElement}}return!0}function np(e,t){const r=[];return t.forEach((a,l)=>{if(l.disabled)return;const c=Gx(l),u=Ew(l.orientation,c,{x:e.clientX,y:e.clientY});u&&u.distance.x<=0&&u.distance.y<=0&&Cw({groupElement:l.element,hitRegion:u.hitRegion.rect,pointerEventTarget:e.target})&&r.push(u.hitRegion)}),r}function Aw(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 xr(e,t){return hn(e,t)?0:e>t?1:-1}function ys({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(xr(a,h)<0)if(c){const m=(l+h)/2;xr(a,m)<0?a=l:a=h}else a=h;return a=Math.min(d,a),a=sr(a),a}function to({delta:e,initialLayout:t,panelConstraints:r,pivotIndices:a,prevLayout:l,trigger:c}){if(hn(e,0))return t;const u=c==="imperative-api",d=Object.values(t),h=Object.values(l),m=[...d],[b,y]=a;dt(b!=null,"Invalid first pivot index"),dt(y!=null,"Invalid second pivot index");let v=0;switch(c){case"keyboard":{{const _=e<0?y:b,O=r[_];dt(O,`Panel constraints not found for index ${_}`);const{collapsedSize:w=0,collapsible:M,minSize:N=0}=O;if(M){const A=d[_];if(dt(A!=null,`Previous layout not found for panel index ${_}`),hn(A,w)){const P=N-A;xr(P,Math.abs(e))>0&&(e=e<0?0-P:P)}}}{const _=e<0?b:y,O=r[_];dt(O,`No panel constraints found for index ${_}`);const{collapsedSize:w=0,collapsible:M,minSize:N=0}=O;if(M){const A=d[_];if(dt(A!=null,`Previous layout not found for panel index ${_}`),hn(A,N)){const P=A-w;xr(P,Math.abs(e))>0&&(e=e<0?0-P:P)}}}break}default:{const _=e<0?y:b,O=r[_];dt(O,`Panel constraints not found for index ${_}`);const w=d[_],{collapsible:M,collapsedSize:N,minSize:A}=O;if(M&&xr(w,A)<0)if(e>0){const P=A-N,I=P/2,V=w+e;xr(V,A)<0&&(e=xr(e,I)<=0?0:P)}else{const P=A-N,I=100-P/2,V=w-e;xr(V,A)<0&&(e=xr(100+e,I)>0?0:-P)}break}}{const _=e<0?1:-1;let O=e<0?y:b,w=0;for(;;){const N=d[O];dt(N!=null,`Previous layout not found for panel index ${O}`);const A=ys({overrideDisabledPanels:u,panelConstraints:r[O],prevSize:N,size:100})-N;if(w+=A,O+=_,O<0||O>=r.length)break}const M=Math.min(Math.abs(e),Math.abs(w));e=e<0?0-M:M}{let _=e<0?b:y;for(;_>=0&&_<r.length;){const O=Math.abs(e)-Math.abs(v),w=d[_];dt(w!=null,`Previous layout not found for panel index ${_}`);const M=w-O,N=ys({overrideDisabledPanels:u,panelConstraints:r[_],prevSize:w,size:M});if(!hn(w,N)&&(v+=w-N,m[_]=N,v.toFixed(3).localeCompare(Math.abs(e).toFixed(3),void 0,{numeric:!0})>=0))break;e<0?_--:_++}}if(Aw(h,m))return l;{const _=e<0?y:b,O=d[_];dt(O!=null,`Previous layout not found for panel index ${_}`);const w=O+v,M=ys({overrideDisabledPanels:u,panelConstraints:r[_],prevSize:O,size:w});if(m[_]=M,!hn(M,w)){let N=w-M,A=e<0?y:b;for(;A>=0&&A<r.length;){const P=m[A];dt(P!=null,`Previous layout not found for panel index ${A}`);const I=P+N,V=ys({overrideDisabledPanels:u,panelConstraints:r[A],prevSize:P,size:I});if(hn(P,V)||(N-=V-P,m[A]=V),hn(N,0))break;e>0?A--:A++}}}const x=Object.values(m).reduce((_,O)=>O+_,0);if(!hn(x,100,.1))return l;const S=Object.keys(l);return m.reduce((_,O,w)=>(_[S[w]]=O,_),{})}function ba(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(t[r]===void 0||xr(e[r],t[r])!==0)return!1;return!0}function ya({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(!hn(l,100)&&a.length>0)for(let d=0;d<t.length;d++){const h=a[d];dt(h!=null,`No layout data found for index ${d}`);const m=100/l*h;a[d]=m}let c=0;for(let d=0;d<t.length;d++){const h=r[d];dt(h!=null,`No layout data found for index ${d}`);const m=a[d];dt(m!=null,`No layout data found for index ${d}`);const b=ys({overrideDisabledPanels:!0,panelConstraints:t[d],prevSize:h,size:m});m!=b&&(c+=m-b,a[d]=b)}if(!hn(c,0))for(let d=0;d<t.length;d++){const h=a[d];dt(h!=null,`No layout data found for index ${d}`);const m=h+c,b=ys({overrideDisabledPanels:!0,panelConstraints:t[d],prevSize:h,size:m});if(h!==b&&(c-=b-h,a[d]=b,hn(c,0)))break}const u=Object.keys(e);return a.reduce((d,h,m)=>(d[u[m]]=h,d),{})}function qx({groupId:e,panelId:t}){const r=()=>{const{mountedGroups:d}=mn();for(const[h,{defaultLayoutDeferred:m,derivedPanelConstraints:b,layout:y,separatorToPanels:v}]of d)if(h.id===e)return{defaultLayoutDeferred:m,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:m,derivedPanelConstraints:b,group:y,layout:v,separatorToPanels:x}=r(),S=y.panels.findIndex(M=>M.id===t),_=S===y.panels.length-1,O=to({delta:_?h-d:d-h,initialLayout:v,panelConstraints:b,pivotIndices:_?[S-1,S]:[S,S+1],prevLayout:v,trigger:"imperative-api"}),w=ya({layout:O,panelConstraints:b});ba(v,w)||gn(M=>({mountedGroups:new Map(M.mountedGroups).set(y,{defaultLayoutDeferred:m,derivedPanelConstraints:b,layout:w,separatorToPanels:x})}))};return{collapse:()=>{const{collapsible:d,collapsedSize:h}=a(),{mutableValues:m}=l(),b=c();d&&b!==h&&(m.expandToSize=b,u(h))},expand:()=>{const{collapsible:d,collapsedSize:h,minSize:m}=a(),{mutableValues:b}=l(),y=c();if(d&&y===h){let v=b.expandToSize??m;v===0&&(v=1),u(v)}},getSize:()=>{const{group:d}=r(),h=c(),{element:m}=l(),b=d.orientation==="horizontal"?m.offsetWidth:m.offsetHeight;return{asPercentage:h,inPixels:b}},isCollapsed:()=>{const{collapsible:d,collapsedSize:h}=a(),m=c();return d&&hn(h,m)},resize:d=>{if(c()!==d){let h;switch(typeof d){case"number":{const{group:m}=r(),b=Cs({group:m});h=sr(d/b*100);break}case"string":{h=parseFloat(d);break}}u(h)}}}}function Iy(e){if(e.defaultPrevented)return;const{mountedGroups:t}=mn();np(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=qx({groupId:r.group.id,panelId:a.id});c&&l!==void 0&&(c.resize(l),e.preventDefault())}}})}function tu(e){const{mountedGroups:t}=mn();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 Vx({groupId:e}){const t=()=>{const{mountedGroups:r}=mn();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=ya({layout:r,panelConstraints:l});if(a)return u;if(!ba(u,h)){gn(b=>({mountedGroups:new Map(b.mountedGroups).set(c,{defaultLayoutDeferred:a,derivedPanelConstraints:l,layout:h,separatorToPanels:d})}));const m=c.panels.map(({id:b})=>b).join(",");c.inMemoryLayouts[m]=h}return h}}}function Yx(e){const{mountedGroups:t}=mn(),r=t.get(e);return dt(r,`Mounted Group ${e.id} not found`),r}function da(e,t){const r=tu(e),a=Yx(r),l=r.separators.find(b=>b.element===e);dt(l,"Matching separator not found");const c=a.separatorToPanels.get(l);dt(c,"Matching panels not found");const u=c.map(b=>r.panels.indexOf(b)),d=Vx({groupId:r.id}).getLayout(),h=to({delta:t,initialLayout:d,panelConstraints:a.derivedPanelConstraints,pivotIndices:u,prevLayout:d,trigger:"keyboard"}),m=ya({layout:h,panelConstraints:a.derivedPanelConstraints});ba(d,m)||gn(b=>({mountedGroups:new Map(b.mountedGroups).set(r,{defaultLayoutDeferred:a.defaultLayoutDeferred,derivedPanelConstraints:a.derivedPanelConstraints,layout:m,separatorToPanels:a.separatorToPanels})}))}function Dy(e){if(e.defaultPrevented)return;const t=e.currentTarget,r=tu(t);if(!r.disabled)switch(e.key){case"ArrowDown":{e.preventDefault(),r.orientation==="vertical"&&da(t,5);break}case"ArrowLeft":{e.preventDefault(),r.orientation==="horizontal"&&da(t,-5);break}case"ArrowRight":{e.preventDefault(),r.orientation==="horizontal"&&da(t,5);break}case"ArrowUp":{e.preventDefault(),r.orientation==="vertical"&&da(t,-5);break}case"End":{e.preventDefault(),da(t,100);break}case"Enter":{e.preventDefault();const a=tu(t),{derivedPanelConstraints:l,layout:c,separatorToPanels:u}=Yx(a),d=a.separators.find(y=>y.element===t);dt(d,"Matching separator not found");const h=u.get(d);dt(h,"Matching panels not found");const m=h[0],b=l.find(y=>y.panelId===m.id);if(dt(b,"Panel metadata not found"),b.collapsible){const y=c[m.id],v=b.collapsedSize===y?a.inMemoryLastExpandedPanelSizes[m.id]??b.minSize:b.collapsedSize;da(t,v-y)}break}case"F6":{e.preventDefault();const a=tu(t).separators.map(u=>u.element),l=Array.from(a).findIndex(u=>u===e.currentTarget);dt(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(),da(t,-100);break}}}function Ly(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{mountedGroups:t}=mn(),r=np(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)}),gn({interactionState:{hitRegions:r,initialLayoutMap:a,pointerDownAtPoint:{x:e.clientX,y:e.clientY},state:"active"}}),r.length&&e.preventDefault()}const Ow=e=>e,Kf=()=>{},Wx=1,Xx=2,Zx=4,Jx=8,zy=3,jy=12;let Hc;function By(){return Hc===void 0&&(Hc=!1,typeof window<"u"&&(window.navigator.userAgent.includes("Chrome")||window.navigator.userAgent.includes("Firefox"))&&(Hc=!0)),Hc}function Rw({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&&By()){const c=(e&Wx)!==0,u=(e&Xx)!==0,d=(e&Zx)!==0,h=(e&Jx)!==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 By()?a>0&&l>0?"move":a>0?"ew-resize":"ns-resize":a>0&&l>0?"grab":a>0?"col-resize":"row-resize"}}const Uy=new WeakMap;function rp(e){if(e.defaultView===null||e.defaultView===void 0)return;let{prevStyle:t,styleSheet:r}=Uy.get(e)??{};r===void 0&&(r=new e.defaultView.CSSStyleSheet,e.adoptedStyleSheets.push(r));const{cursorFlags:a,interactionState:l}=mn();switch(l.state){case"active":case"hover":{const c=Rw({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}}Uy.set(e,{prevStyle:t,styleSheet:r})}function Qx({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:_}=y;let O=0;c?S==="horizontal"?O=(t.clientX-c.x)/v*100:O=(t.clientY-c.y)/v*100:S==="horizontal"?O=t.clientX<0?-100:100:O=t.clientY<0?-100:100;const w=a.get(y),{defaultLayoutDeferred:M,derivedPanelConstraints:N,layout:A,separatorToPanels:P}=l.get(y)??{defaultLayoutDeferred:!1};if(N&&w&&A&&P){const I=to({delta:O,initialLayout:w,panelConstraints:N,pivotIndices:b.panels.map(V=>_.indexOf(V)),prevLayout:A,trigger:"mouse-or-touch"});if(ba(I,A)){if(O!==0&&!x)switch(S){case"horizontal":{d|=O<0?Wx:Xx;break}case"vertical":{d|=O<0?Zx:Jx;break}}}else{h.set(b.group,{defaultLayoutDeferred:M,derivedPanelConstraints:N,layout:I,separatorToPanels:P});const V=b.group.panels.map(({id:Q})=>Q).join(",");b.group.inMemoryLayouts[V]=I}}});let m=0;t.movementX===0?m|=u&zy:m|=d&zy,t.movementY===0?m|=u&jy:m|=d&jy,gn({cursorFlags:m,mountedGroups:h}),rp(e)}function Py(e){const{cursorFlags:t,interactionState:r,mountedGroups:a}=mn();switch(r.state){case"active":Qx({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,prevCursorFlags:t})}}function Hy(e){if(e.defaultPrevented)return;const{cursorFlags:t,interactionState:r,mountedGroups:a}=mn();switch(r.state){case"active":{if(e.buttons===0){gn(l=>l.interactionState.state==="inactive"?l:{cursorFlags:0,interactionState:{state:"inactive"}}),gn(l=>({mountedGroups:new Map(l.mountedGroups)}));return}Qx({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,pointerDownAtPoint:r.pointerDownAtPoint,prevCursorFlags:t});break}default:{const l=np(e,a);l.length===0?r.state!=="inactive"&&gn({interactionState:{state:"inactive"}}):gn({interactionState:{hitRegions:l,state:"hover"}}),rp(e.currentTarget);break}}}function Fy(e){if(e.relatedTarget instanceof HTMLIFrameElement){const{interactionState:t}=mn();switch(t.state){case"hover":gn({interactionState:{state:"inactive"}})}}}function $y(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{interactionState:t}=mn();switch(t.state){case"active":gn({cursorFlags:0,interactionState:{state:"inactive"}}),t.hitRegions.length>0&&(rp(e.currentTarget),gn(r=>({mountedGroups:new Map(r.mountedGroups)})),e.preventDefault())}}function Gy(e){let t=0,r=0;const a={};for(const c of e)if(c.defaultSize!==void 0){t++;const u=sr(c.defaultSize);r+=u,a[c.panelId]=u}else a[c.panelId]=void 0;const l=e.length-t;if(l!==0){const c=sr((100-r)/l);for(const u of e)u.defaultSize===void 0&&(a[u.panelId]=c)}return a}function Mw(e,t,r){if(!r[0])return;const a=e.panels.find(h=>h.element===t);if(!a||!a.onResize)return;const l=Cs({group:e}),c=e.orientation==="horizontal"?a.element.offsetWidth:a.element.offsetHeight,u=a.mutableValues.prevSize,d={asPercentage:sr(c/l*100),inPixels:c};a.mutableValues.prevSize=d,a.onResize(d,a.id,u)}function Iw(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 Dw(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 us=new Map;function Lw(e){let t=!0;dt(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 _ of S){const{borderBoxSize:O,target:w}=_;if(w===e.element){if(t){if(Cs({group:e})===0)return;gn(M=>{const N=M.mountedGroups.get(e);if(N){const A=Ch(e),P=N.defaultLayoutDeferred?Gy(A):N.layout,I=ya({layout:P,panelConstraints:A});return!N.defaultLayoutDeferred&&ba(P,I)&&Iw(N.derivedPanelConstraints,A)?M:{mountedGroups:new Map(M.mountedGroups).set(e,{defaultLayoutDeferred:!1,derivedPanelConstraints:A,layout:I,separatorToPanels:N.separatorToPanels})}}return M})}}else Mw(e,w,O)}});c.observe(e.element),e.panels.forEach(S=>{dt(!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=Cs({group:e}),d=Ch(e),h=e.panels.map(({id:S})=>S).join(",");let m=e.defaultLayout;m&&(Dw(e.panels,m)||(m=void 0));const b=e.inMemoryLayouts[h]??m??Gy(d),y=ya({layout:b,panelConstraints:d}),v=Gx(e),x=e.element.ownerDocument;return gn(S=>{const _=new Map;return us.set(x,(us.get(x)??0)+1),v.forEach(O=>{O.separator&&_.set(O.separator,O.panels)}),{mountedGroups:new Map(S.mountedGroups).set(e,{defaultLayoutDeferred:u===0,derivedPanelConstraints:d,layout:y,separatorToPanels:_})}}),e.separators.forEach(S=>{dt(!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",Dy)}),us.get(x)===1&&(x.addEventListener("dblclick",Iy,!0),x.addEventListener("pointerdown",Ly,!0),x.addEventListener("pointerleave",Py),x.addEventListener("pointermove",Hy),x.addEventListener("pointerout",Fy),x.addEventListener("pointerup",$y,!0)),function(){t=!1,us.set(x,Math.max(0,(us.get(x)??0)-1)),gn(S=>{const _=new Map(S.mountedGroups);return _.delete(e),{mountedGroups:_}}),e.separators.forEach(S=>{S.element.removeEventListener("keydown",Dy)}),us.get(x)||(x.removeEventListener("dblclick",Iy,!0),x.removeEventListener("pointerdown",Ly,!0),x.removeEventListener("pointerleave",Py),x.removeEventListener("pointermove",Hy),x.removeEventListener("pointerout",Fy),x.removeEventListener("pointerup",$y,!0)),c.disconnect()}}function zw(){const[e,t]=D.useState({}),r=D.useCallback(()=>t({}),[]);return[e,r]}function ip(e){const t=D.useId();return`${e??t}`}const Ea=typeof window<"u"?D.useLayoutEffect:D.useEffect;function Kl(e){const t=D.useRef(e);return Ea(()=>{t.current=e},[e]),D.useCallback((...r)=>{var a;return(a=t.current)==null?void 0:a.call(t,...r)},[t])}function ap(...e){return Kl(t=>{e.forEach(r=>{if(r)switch(typeof r){case"function":{r(t);break}case"object":{r.current=t;break}}})})}function sp(e){const t=D.useRef({...e});return Ea(()=>{for(const r in e)t.current[r]=e[r]},[e]),t.current}const e1=D.createContext(null);function jw(e,t){const r=D.useRef({getLayout:()=>({}),setLayout:Ow});D.useImperativeHandle(t,()=>r.current,[]),Ea(()=>{Object.assign(r.current,Vx({groupId:e}))})}function no({children:e,className:t,defaultLayout:r,disableCursor:a,disabled:l,elementRef:c,groupRef:u,id:d,onLayoutChange:h,onLayoutChanged:m,orientation:b="horizontal",resizeTargetMinimumSize:y={coarse:20,fine:10},style:v,...x}){const S=D.useRef({onLayoutChange:{},onLayoutChanged:{}}),_=Kl(F=>{ba(S.current.onLayoutChange,F)||(S.current.onLayoutChange=F,h==null||h(F))}),O=Kl(F=>{ba(S.current.onLayoutChanged,F)||(S.current.onLayoutChanged=F,m==null||m(F))}),w=ip(d),M=D.useRef(null),[N,A]=zw(),P=D.useRef({lastExpandedPanelSizes:{},layouts:{},panels:[],resizeTargetMinimumSize:y,separators:[]}),I=ap(M,c);jw(w,u);const V=Kl((F,W)=>{const{interactionState:pe,mountedGroups:le}=mn();for(const G of le.keys())if(G.id===F){const z=le.get(G);if(z){let Z=!1;switch(pe.state){case"active":{Z=pe.hitRegions.some(ie=>ie.group===G);break}}return{flexGrow:z.layout[W]??1,pointerEvents:Z?"none":void 0}}}return{flexGrow:(r==null?void 0:r[W])??1}}),Q=sp({defaultLayout:r,disableCursor:a}),ee=D.useMemo(()=>({get disableCursor(){return!!Q.disableCursor},getPanelStyles:V,id:w,orientation:b,registerPanel:F=>{const W=P.current;return W.panels=Ah(b,[...W.panels,F]),A(),()=>{W.panels=W.panels.filter(pe=>pe!==F),A()}},registerSeparator:F=>{const W=P.current;return W.separators=Ah(b,[...W.separators,F]),A(),()=>{W.separators=W.separators.filter(pe=>pe!==F),A()}},togglePanelDisabled:(F,W)=>{const pe=P.current.panels.find(G=>G.id===F);pe&&(pe.panelConstraints.disabled=W);const{mountedGroups:le}=mn();for(const G of le.keys())if(G.id===w){const z=le.get(G);z&&(z.derivedPanelConstraints=Ch(G))}},toggleSeparatorDisabled:(F,W)=>{const pe=P.current.separators.find(le=>le.id===F);pe&&(pe.disabled=W)}}),[V,w,A,b,Q]),B=D.useRef(null);return Ea(()=>{const F=M.current;if(F===null)return;const W=P.current;let pe;if(Q.defaultLayout!==void 0&&Object.keys(Q.defaultLayout).length===W.panels.length){pe={};for(const U of W.panels){const k=Q.defaultLayout[U.id];k!==void 0&&(pe[U.id]=k)}}const le={defaultLayout:pe,disableCursor:!!Q.disableCursor,disabled:!!l,element:F,id:w,inMemoryLastExpandedPanelSizes:P.current.lastExpandedPanelSizes,inMemoryLayouts:P.current.layouts,orientation:b,panels:W.panels,resizeTargetMinimumSize:W.resizeTargetMinimumSize,separators:W.separators};B.current=le;const G=Lw(le),z=mn().mountedGroups.get(le);if(z){const{defaultLayoutDeferred:U,derivedPanelConstraints:k,layout:R}=z;!U&&k.length>0&&(_(R),O(R))}const Z=Qr.addListener("interactionStateChange",U=>{U.state}),ie=Qr.addListener("mountedGroupsChange",U=>{const k=U.get(le);if(k){const{defaultLayoutDeferred:R,derivedPanelConstraints:K,layout:C}=k;if(R||K.length===0)return;const{interactionState:de}=mn(),ue=de.state!=="active";_(C),ue&&O(C)}});return()=>{B.current=null,G(),Z(),ie()}},[l,w,O,_,b,N,Q]),D.useEffect(()=>{const F=B.current;F&&(F.defaultLayout=r,F.disableCursor=!!a)}),p.jsx(e1.Provider,{value:ee,children:p.jsx("div",{...x,className:t,"data-group":!0,"data-testid":w,id:w,ref:I,style:{height:"100%",width:"100%",overflow:"hidden",...v,display:"flex",flexDirection:b==="horizontal"?"row":"column",flexWrap:"nowrap"},children:e})})}no.displayName="Group";function qf(e,t){return`react-resizable-panels:${[e,...t].join(":")}`}function ou({debounceSaveMs:e=100,panelIds:t,storage:r=localStorage,...a}){const l=t!==void 0,c="id"in a?a.id:a.groupId,u=qf(c,t??[]),d=D.useSyncExternalStore(Bw,()=>r.getItem(u),()=>r.getItem(u)),h=D.useMemo(()=>d?JSON.parse(d):void 0,[d]),m=D.useRef(null),b=D.useCallback(()=>{const x=m.current;x&&(m.current=null,clearTimeout(x))},[]);D.useLayoutEffect(()=>()=>{b()},[b]);const y=D.useCallback(x=>{b();let S;l?S=qf(c,Object.keys(x)):S=qf(c,[]);try{r.setItem(S,JSON.stringify(x))}catch(_){console.error(_)}},[b,l,c,r]),v=D.useCallback(x=>{b(),e===0?y(x):m.current=setTimeout(()=>{y(x)},e)},[b,e,y]);return{defaultLayout:h,onLayoutChange:v,onLayoutChanged:y}}function Bw(){return function(){}}function lp(){const e=D.useContext(e1);return dt(e,"Group Context not found; did you render a Panel or Separator outside of a Group?"),e}function Uw(e,t){const{id:r}=lp(),a=D.useRef({collapse:Kf,expand:Kf,getSize:()=>({asPercentage:0,inPixels:0}),isCollapsed:()=>!1,resize:Kf});D.useImperativeHandle(t,()=>a.current,[]),Ea(()=>{Object.assign(a.current,qx({groupId:r,panelId:e}))})}function Er({children:e,className:t,collapsedSize:r="0%",collapsible:a=!1,defaultSize:l,disabled:c,elementRef:u,id:d,maxSize:h="100%",minSize:m="0%",onResize:b,panelRef:y,style:v,...x}){const S=!!d,_=ip(d),O=sp({disabled:c}),w=D.useRef(null),M=ap(w,u),{getPanelStyles:N,id:A,registerPanel:P,togglePanelDisabled:I}=lp(),V=b!==null,Q=Kl((B,F,W)=>{b==null||b(B,d,W)});Ea(()=>{const B=w.current;if(B!==null){const F={element:B,id:_,idIsStable:S,mutableValues:{expandToSize:void 0,prevSize:void 0},onResize:V?Q:void 0,panelConstraints:{collapsedSize:r,collapsible:a,defaultSize:l,disabled:O.disabled,maxSize:h,minSize:m}};return P(F)}},[r,a,l,V,_,S,h,m,Q,P,O]),D.useEffect(()=>{I(_,!!c)},[c,_,I]),Uw(_,y);const ee=D.useSyncExternalStore(B=>(Qr.addListener("mountedGroupsChange",B),()=>{Qr.removeListener("mountedGroupsChange",B)}),()=>JSON.stringify(N(A,_)),()=>JSON.stringify(N(A,_)));return p.jsx("div",{...x,"aria-disabled":c||void 0,"data-panel":!0,"data-testid":_,id:_,ref:M,style:{...Pw,display:"flex",flexBasis:0,flexShrink:1,overflow:"hidden",...JSON.parse(ee)},children:p.jsx("div",{className:t,style:{maxHeight:"100%",maxWidth:"100%",flexGrow:1,...v},children:e})})}Er.displayName="Panel";const Pw={minHeight:0,maxHeight:"100%",height:"auto",minWidth:0,maxWidth:"100%",width:"auto",border:"none",borderWidth:0,padding:0,margin:0};function Hw({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,m=d.collapsible?d.collapsedSize:d.minSize,b=[a,a+1];c=ya({layout:to({delta:m-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r],l=ya({layout:to({delta:h-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r]}return{valueControls:r,valueMax:l,valueMin:c,valueNow:u}}function t1({children:e,className:t,disabled:r,elementRef:a,id:l,style:c,...u}){const d=ip(l),h=sp({disabled:r}),[m,b]=D.useState({}),[y,v]=D.useState("inactive"),x=D.useRef(null),S=ap(x,a),{disableCursor:_,id:O,orientation:w,registerSeparator:M,toggleSeparatorDisabled:N}=lp(),A=w==="horizontal"?"vertical":"horizontal";Ea(()=>{const I=x.current;if(I!==null){const V={disabled:h.disabled,element:I,id:d},Q=M(V),ee=Qr.addListener("interactionStateChange",F=>{v(F.state!=="inactive"&&F.hitRegions.some(W=>W.separator===V)?F.state:"inactive")}),B=Qr.addListener("mountedGroupsChange",F=>{F.forEach(({derivedPanelConstraints:W,layout:pe,separatorToPanels:le},G)=>{if(G.id===O){const z=le.get(V);if(z){const Z=z[0],ie=G.panels.indexOf(Z);b(Hw({layout:pe,panelConstraints:W,panelId:Z.id,panelIndex:ie}))}}})});return()=>{ee(),B(),Q()}}},[O,d,M,h]),D.useEffect(()=>{N(d,!!r)},[r,d,N]);let P;return r&&!_&&(P="not-allowed"),p.jsx("div",{...u,"aria-controls":m.valueControls,"aria-disabled":r||void 0,"aria-orientation":A,"aria-valuemax":m.valueMax,"aria-valuemin":m.valueMin,"aria-valuenow":m.valueNow,children:e,className:t,"data-separator":r?"disabled":y,"data-testid":d,id:d,ref:S,role:"separator",style:{flexBasis:"auto",cursor:P,...c,flexGrow:0,flexShrink:0},tabIndex:r?void 0:0})}t1.displayName="Separator";const op={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 Fw(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{...op};default:return e}}const vs=D.createContext(op),Ul=D.createContext(()=>{});function ur(){return D.useContext(vs)}function ni(){return D.useContext(Ul)}const Ky=500;let $w=1;const xs=[],cu=new Set;function ds(e,t,r,a){const l={id:$w++,ts:Date.now(),level:e,tag:t,message:r,detail:a!==void 0?typeof a=="string"?a:JSON.stringify(a,null,2):void 0};xs.push(l),xs.length>Ky&&xs.splice(0,xs.length-Ky);for(const c of cu)c()}function Gw(){return xs}function Kw(){xs.length=0;for(const e of cu)e()}function qw(e){return cu.add(e),()=>cu.delete(e)}const oe={info:(e,t,r)=>ds("info",e,t,r),warn:(e,t,r)=>ds("warn",e,t,r),error:(e,t,r)=>ds("error",e,t,r),wsIn:(e,t,r)=>ds("ws-in",e,t,r),wsOut:(e,t,r)=>ds("ws-out",e,t,r),api:(e,t,r)=>ds("api",e,t,r)},Oh="/api";let ql=localStorage.getItem("botschat_token"),uu=localStorage.getItem("botschat_refresh_token");function fo(e){ql=e,e?localStorage.setItem("botschat_token",e):localStorage.removeItem("botschat_token")}function wu(e){uu=e,e?localStorage.setItem("botschat_refresh_token",e):localStorage.removeItem("botschat_refresh_token")}function Vf(){return ql}async function n1(){if(!uu)return!1;try{const e=await fetch(`${Oh}/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:uu})});if(!e.ok)return!1;const t=await e.json();return fo(t.token),oe.info("API","Access token refreshed successfully"),!0}catch{return!1}}async function at(e,t,r){const a=`${e} ${t}`;oe.api("API",`→ ${a}`,r);const l={"Content-Type":"application/json"};ql&&(l.Authorization=`Bearer ${ql}`);const c=performance.now();let u;try{u=await fetch(`${Oh}${t}`,{method:e,headers:l,body:r?JSON.stringify(r):void 0,cache:"no-store"})}catch(m){const b=Math.round(performance.now()-c);throw oe.error("API",`✗ ${a} — network error (${b}ms)`,String(m)),m}if(u.status===401&&uu&&!t.includes("/auth/refresh")&&await n1()){l.Authorization=`Bearer ${ql}`;try{u=await fetch(`${Oh}${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 oe.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 oe.error("API",`✗ ${a} — ${u.status} (${d}ms): ${b}`),new Error(b)}const h=await u.json();return oe.api("API",`✓ ${a} — ${u.status} (${d}ms)`,h),h}const Pl={config:()=>at("GET","/auth/config"),register:(e,t,r)=>at("POST","/auth/register",{email:e,password:t,displayName:r}),login:(e,t)=>at("POST","/auth/login",{email:e,password:t}),firebase:e=>at("POST","/auth/firebase",{idToken:e}),me:()=>at("GET","/me")},Vw={updateSettings:e=>at("PATCH","/me",e)},Yw={list:()=>at("GET","/models")},_s={list:()=>at("GET","/agents")},Sr={list:()=>at("GET","/channels"),get:e=>at("GET",`/channels/${e}`),create:e=>at("POST","/channels",e),update:(e,t)=>at("PATCH",`/channels/${e}`,t),delete:e=>at("DELETE",`/channels/${e}`)},Es={list:e=>at("GET",`/channels/${e}/sessions`),create:(e,t)=>at("POST",`/channels/${e}/sessions`,{name:t}),rename:(e,t,r)=>at("PATCH",`/channels/${e}/sessions/${t}`,{name:r}),delete:(e,t)=>at("DELETE",`/channels/${e}/sessions/${t}`)},Qn={list:e=>at("GET",`/channels/${e}/tasks`),listAll:(e="background")=>at("GET",`/tasks?kind=${e}`),scanData:()=>at("GET","/task-scan"),create:(e,t)=>at("POST",`/channels/${e}/tasks`,t),update:(e,t,r)=>at("PATCH",`/channels/${e}/tasks/${t}`,r),delete:(e,t)=>at("DELETE",`/channels/${e}/tasks/${t}`),run:(e,t)=>at("POST",`/channels/${e}/tasks/${t}/run`)},Rh={list:(e,t)=>at("GET",`/channels/${e}/tasks/${t}/jobs`),listByTask:e=>at("GET",`/tasks/${e}/jobs`)},r1={list:(e,t,r)=>at("GET",`/messages/${e}?sessionKey=${encodeURIComponent(t)}${r?`&threadId=${encodeURIComponent(r)}`:""}`)},Hl={list:()=>at("GET","/pairing-tokens"),create:e=>at("POST","/pairing-tokens",{label:e}),delete:e=>at("DELETE",`/pairing-tokens/${e}`)},i1={cloudUrl:()=>at("GET","/setup/cloud-url")};function ku({value:e,onChange:t,models:r,disabled:a,placeholder:l="Select model...",compact:c}){const d=!r.find(_=>_.id===e)&&e?r.find(_=>_.name===e):null,h=d?d.id:e,m=!h||r.some(_=>_.id===h);D.useEffect(()=>{d&&e!==d.id&&t(d.id)},[d,e,t]);const b=D.useRef(null),[y,v]=D.useState(void 0),x=h||l,S=D.useCallback(()=>{if(!c||!b.current)return;const _=getComputedStyle(b.current),w=document.createElement("canvas").getContext("2d");if(!w)return;w.font=`${_.fontSize} ${_.fontFamily}`;const M=w.measureText(x).width,N=parseFloat(_.paddingLeft)||6,A=parseFloat(_.paddingRight)||6;v(Math.ceil(M)+N+A+22)},[c,x]);return D.useEffect(()=>{S()},[S]),p.jsxs("select",{ref:b,value:h,onChange:_=>t(_.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&&p.jsx("option",{value:"",children:l}),h&&!m&&p.jsx("option",{value:h,children:h}),r.map(_=>p.jsx("option",{value:_.id,children:_.id},_.id))]})}const Ww="modulepreload",Xw=function(e){return"/"+e},qy={},Vy=function(t,r,a){let l=Promise.resolve();if(r&&r.length>0){let u=function(m){return Promise.all(m.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(m=>{if(m=Xw(m),m in qy)return;qy[m]=!0;const b=m.endsWith(".css"),y=b?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${y}`))return;const v=document.createElement("link");if(v.rel=b?"stylesheet":Ww,b||(v.as="script"),v.crossOrigin="",v.href=m,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 ${m}`)))})}))}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 Hx;const Tu=typeof globalThis.process<"u"&&typeof((Hx=globalThis.process.versions)==null?void 0:Hx.node)=="string",a1=31e4,s1=32,l1=16,o1="botschat-e2e:";function ro(e){return new TextEncoder().encode(e)}function Zw(e){return new TextDecoder().decode(e)}async function Jw(e,t){const r=ro(e),a=ro(o1+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:a1,hash:"SHA-256"},l,s1*8);return new Uint8Array(u)}async function c1(e,t){const r=await crypto.subtle.importKey("raw",e.buffer,{name:"HMAC",hash:"SHA-256"},!1,["sign"]),a=ro("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,l1)}async function Qw(e,t,r){const a=await c1(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 ek(e,t,r){const a=await c1(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)}let Bi=null,Vl=null;const Yl=globalThis;Tu&&Yl.__e2e_nodeCrypto&&(Bi=Yl.__e2e_nodeCrypto,Vl=Yl.__e2e_nodeUtil);async function Nu(){Bi&&Vl||(Bi=await Vy(()=>import("./__vite-browser-external-BIHI7g3E.js"),[]),Vl=await Vy(()=>import("./__vite-browser-external-BIHI7g3E.js"),[]),Yl.__e2e_nodeCrypto=Bi,Yl.__e2e_nodeUtil=Vl)}async function tk(e,t){await Nu();const r=Vl.promisify(Bi.pbkdf2),a=o1+t,l=await r(e,a,a1,s1,"sha256");return new Uint8Array(l)}async function u1(e,t){await Nu();const r=ro("nonce-"+t),a=new Uint8Array(r.length+1);a.set(r),a[r.length]=1;const l=Bi.createHmac("sha256",Buffer.from(e));l.update(Buffer.from(a));const c=l.digest();return new Uint8Array(c.buffer,c.byteOffset,l1)}async function nk(e,t,r){await Nu();const a=await u1(e,r),l=Bi.createCipheriv("aes-256-ctr",Buffer.from(e),Buffer.from(a)),c=Buffer.concat([l.update(Buffer.from(t)),l.final()]);return new Uint8Array(c)}async function rk(e,t,r){await Nu();const a=await u1(e,r),l=Bi.createDecipheriv("aes-256-ctr",Buffer.from(e),Buffer.from(a)),c=Buffer.concat([l.update(Buffer.from(t)),l.final()]);return new Uint8Array(c)}async function ik(e,t){return Tu?tk(e,t):Jw(e,t)}async function ak(e,t,r){const a=ro(t);return Tu?nk(e,a,r):Qw(e,a,r)}async function Yy(e,t,r){const a=Tu?await rk(e,t,r):await ek(e,t,r);return Zw(a)}function Wy(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 Mh(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 ha="botschat_e2e_pwd_cache",Fl="botschat_e2e_key_cache";let Bn=null,$l=null;const Yf=new Set;try{const e=localStorage.getItem(Fl);e&&(Bn=Mh(e),$l=localStorage.getItem(ha))}catch{}const _t={subscribe(e){return Yf.add(e),()=>Yf.delete(e)},notify(){Yf.forEach(e=>e())},async setPassword(e,t,r){if(!e){Bn=null,$l=null,localStorage.removeItem(ha),localStorage.removeItem(Fl),this.notify();return}try{Bn=await ik(e,t),$l=e,r?(localStorage.setItem(ha,e),localStorage.setItem(Fl,Wy(Bn))):(localStorage.removeItem(ha),localStorage.removeItem(Fl)),this.notify()}catch(a){throw console.error("Failed to derive E2E key:",a),a}},clear(){Bn=null,$l=null,localStorage.removeItem(ha),localStorage.removeItem(Fl),this.notify()},hasKey(){return!!Bn},hasSavedPassword(){return!!localStorage.getItem(ha)},async loadSavedPassword(e){if(Bn)return!0;const t=localStorage.getItem(ha);if(!t)return!1;try{return await this.setPassword(t,e,!0),!0}catch{return!1}},async encrypt(e){if(!Bn)throw new Error("E2E key not set");const t=crypto.randomUUID(),r=await ak(Bn,e,t);return{ciphertext:Wy(r),messageId:t}},async decrypt(e,t){if(!Bn)throw new Error("E2E key not set");const r=Mh(e);return Yy(Bn,r,t)},getPassword(){return $l},async decryptBytes(e,t){if(!Bn)throw new Error("E2E key not set");const r=Mh(e),a=await Yy(Bn,r,t);return new TextEncoder().encode(a)}};class sk{constructor(t){cs(this,"ws",null);cs(this,"reconnectTimer",null);cs(this,"backoffMs",1e3);cs(this,"intentionalClose",!1);cs(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}`;oe.info("WS",`Connecting to ${r}`),this.ws=new WebSocket(r),this.ws.onopen=()=>{var l;oe.info("WS","Socket opened, sending auth");const a=this.opts.getToken();if(!a){oe.error("WS","No access token available, closing"),(l=this.ws)==null||l.close();return}this.ws.send(JSON.stringify({type:"auth",token:a}))},this.ws.onmessage=async a=>{try{const l=JSON.parse(a.data);if(console.log(`[E2E-WS] msg.type=${l.type} encrypted=${l.encrypted} hasKey=${_t.hasKey()} messageId=${l.messageId}`),l.encrypted&&_t.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 _t.decrypt(c,d),l.encrypted=!1),u&&d&&(l.caption=await _t.decrypt(u,d),l.encrypted=!1)}else if(l.type==="job.update"){const c=l.summary,u=l.jobId;c&&u&&(l.summary=await _t.decrypt(c,u),l.encrypted=!1)}}catch(c){oe.warn("E2E","Decryption failed",c),l.decryptionError=!0}if(l.type==="task.scan.result"&&Array.isArray(l.tasks)&&_t.hasKey()){for(const c of l.tasks)if(c.encrypted&&c.iv)try{c.schedule&&(c.schedule=await _t.decrypt(c.schedule,c.iv)),c.instructions&&(c.instructions=await _t.decrypt(c.instructions,c.iv)),c.encrypted=!1}catch(u){oe.warn("E2E",`Task decryption failed for ${c.cronJobId}`,u),c.decryptionError=!0}}if(l.type==="auth.ok"){oe.info("WS","Auth OK — connected");const c=l.userId;if(console.log(`[E2E-WS] auth.ok userId=${c}, hasSavedPwd=${_t.hasSavedPassword()}`),c&&_t.hasSavedPassword()){const u=await _t.loadSavedPassword(c);console.log(`[E2E-WS] loadSavedPassword result=${u}, hasKey=${_t.hasKey()}`)}this.backoffMs=1e3,this._connected=!0,this.opts.onStatusChange(!0)}else this.opts.onMessage(l)}catch(l){oe.warn("WS","Failed to process incoming message",l)}},this.ws.onclose=a=>{if(this._connected=!1,this.opts.onStatusChange(!1),this.intentionalClose)oe.info("WS","Connection closed (intentional)");else{const l=a.code===4001;oe.warn("WS",`Connection closed (code=${a.code}), reconnecting in ${this.backoffMs}ms${l?" (will refresh token)":""}`),this.reconnectTimer=setTimeout(async()=>{this.backoffMs=Math.min(this.backoffMs*2,3e4),l&&(oe.info("WS","Refreshing access token before reconnect..."),await n1()?(oe.info("WS","Token refreshed, reconnecting"),this.backoffMs=1e3):oe.error("WS","Token refresh failed — will retry on next cycle")),this.connect()},this.backoffMs)}},this.ws.onerror=()=>{oe.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"&&_t.hasKey()&&typeof t.text=="string")try{const{ciphertext:l,messageId:c}=await _t.encrypt(t.text);t.text=l,t.messageId=c,t.encrypted=!0}catch(l){oe.error("E2E","Encryption failed",l);return}this.ws.send(JSON.stringify(t))}else oe.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 lk({onToggleTheme:e,onOpenSettings:t,theme:r}){var b,y,v,x,S,_,O,w,M,N;const a=ur(),l=ni(),[c,u]=Yr.useState(!1),d=()=>{var A;oe.info("Auth",`Logout — user ${(A=a.user)==null?void 0:A.email}`),fo(null),wu(null),l({type:"LOGOUT"})},h=A=>{oe.info("Nav",`Switch view → ${A}`),l({type:"SET_ACTIVE_VIEW",view:A})},m=((v=(y=(b=a.user)==null?void 0:b.displayName)==null?void 0:y[0])==null?void 0:v.toUpperCase())??((_=(S=(x=a.user)==null?void 0:x.email)==null?void 0:S[0])==null?void 0:_.toUpperCase())??"?";return p.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:[p.jsx("button",{className:"w-8 h-8 rounded-lg flex items-center justify-center overflow-hidden hover:rounded-xl transition-all",title:"BotsChat",children:p.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:`w-8 h-8 ${r==="dark"?"invert":""}`})}),p.jsx("div",{className:"w-7 border-t my-1",style:{borderColor:"var(--sidebar-divider)"}}),p.jsx(Fc,{label:"Messages",active:a.activeView==="messages",onClick:()=>h("messages"),icon:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})}),p.jsx(Fc,{label:"Automations",active:a.activeView==="automations",onClick:()=>h("automations"),icon:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})}),p.jsx("div",{className:"flex-1"}),p.jsx(Fc,{label:"Settings",active:!1,onClick:t,icon:p.jsxs("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[p.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"}),p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),p.jsx(Fc,{label:r==="dark"?"Light mode":"Dark mode",active:!1,onClick:e,icon:r==="dark"?p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})}):p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})}),p.jsxs("div",{className:"relative",children:[p.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:((O=a.user)==null?void 0:O.displayName)??((w=a.user)==null?void 0:w.email)??"User",children:m}),c&&p.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>u(!1),children:p.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:[p.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[p.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((M=a.user)==null?void 0:M.displayName)??"User"}),p.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(N=a.user)==null?void 0:N.email})]}),p.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:[p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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 Fc({label:e,active:t,icon:r,onClick:a}){return p.jsxs("div",{className:"relative flex items-center justify-center",children:[t&&p.jsx("div",{className:"absolute left-0 w-[3px] h-5 rounded-r-sm",style:{left:-4,background:"var(--text-sidebar-active)"}}),p.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 d1({onOpenSettings:e}={}){const t=ur(),r=ni(),[a,l]=D.useState(!1),[c,u]=D.useState(""),[d,h]=D.useState(""),[m,b]=D.useState(!0),y=async()=>{if(c.trim()){oe.info("Channel",`Creating channel: "${c}"${d?` (${d})`:""}`);try{await Sr.create({name:c,description:d});const{agents:M}=await _s.list(),{channels:N}=await Sr.list();r({type:"SET_AGENTS",agents:M}),r({type:"SET_CHANNELS",channels:N});const A=M.find(P=>P.name===c.trim());if(A){oe.info("Channel",`Channel created → agent ${A.id}, auto-selected`),r({type:"SELECT_AGENT",agentId:A.id,sessionKey:A.sessionKey});try{localStorage.setItem("botschat_last_agent",A.id)}catch{}}l(!1),u(""),h("")}catch(M){oe.error("Channel",`Failed to create channel: ${M}`)}}},[v,x]=D.useState(null),S=(M,N)=>{if(t.selectedAgentId===M)return;const A=t.agents.find(P=>P.id===M);oe.info("Channel",`Selected channel: ${(A==null?void 0:A.name)??M} (session=${N})`),r({type:"SELECT_AGENT",agentId:M,sessionKey:N});try{localStorage.setItem("botschat_last_agent",M)}catch{}},_=async M=>{const N=t.channels.find(A=>A.id===M);oe.info("Channel",`Deleting channel: ${(N==null?void 0:N.name)??M}`);try{await Sr.delete(M),oe.info("Channel",`Channel deleted: ${(N==null?void 0:N.name)??M}`);const A=t.agents.find(V=>V.channelId===M);A&&t.selectedAgentId===A.id&&r({type:"SELECT_AGENT",agentId:null,sessionKey:null});const{agents:P}=await _s.list(),{channels:I}=await Sr.list();r({type:"SET_AGENTS",agents:P}),r({type:"SET_CHANNELS",channels:I})}catch(A){oe.error("Channel",`Failed to delete channel: ${A}`)}finally{x(null)}},O=t.agents.filter(M=>M.isDefault),w=t.agents.filter(M=>!M.isDefault&&M.name!=="Default");return p.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-secondary)"},children:[p.jsxs("div",{className:"px-4 py-3 flex items-center gap-2",children:[p.jsx("span",{className:"text-[--text-sidebar-active] font-bold text-h2 truncate flex-1",children:"BotsChat"}),e&&p.jsx("button",{onClick:e,className:"p-1 rounded transition-colors hover:bg-[--sidebar-hover]",style:{color:"var(--text-sidebar)"},title:"Settings",children:p.jsxs("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[p.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"}),p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),p.jsx("svg",{className:"w-3 h-3 text-[--text-sidebar]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),p.jsx("div",{className:"px-4 pb-2",children:p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:t.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),p.jsx("span",{className:"text-tiny text-[--text-muted]",children:t.openclawConnected?"OpenClaw connected":"OpenClaw offline"})]})}),p.jsxs("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:[p.jsx(ok,{label:"Channels",expanded:m,onToggle:()=>b(!m)}),m&&p.jsxs("div",{children:[O.map(M=>p.jsx(Xy,{label:`# ${M.name}`,active:t.selectedAgentId===M.id,onClick:()=>S(M.id,M.sessionKey)},M.id)),w.map(M=>p.jsx(Xy,{label:`# ${M.name}`,active:t.selectedAgentId===M.id,onClick:()=>S(M.id,M.sessionKey),showDelete:!0,confirmDelete:v===M.channelId,onDeleteClick:N=>{N.stopPropagation(),x(M.channelId)},onDeleteConfirm:N=>{N.stopPropagation(),M.channelId&&_(M.channelId)},onDeleteCancel:N=>{N.stopPropagation(),x(null)}},M.id)),w.length===0&&O.length===0&&p.jsx("div",{className:"px-8 py-2 text-tiny text-[--text-muted]",children:"Loading channels…"})]})]}),a?p.jsxs("div",{className:"p-3 space-y-2",style:{borderTop:"1px solid var(--sidebar-border)"},children:[p.jsx("input",{type:"text",placeholder:"Channel name",value:c,onChange:M=>u(M.target.value),onKeyDown:M=>M.key==="Enter"&&!M.nativeEvent.isComposing&&y(),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}),p.jsx("input",{type:"text",placeholder:"Description (optional)",value:d,onChange:M=>h(M.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)"}}),p.jsxs("div",{className:"flex gap-2",children:[p.jsx("button",{onClick:y,className:"flex-1 px-3 py-1.5 text-caption bg-[--bg-active] text-white rounded-sm font-bold hover:brightness-110",children:"Create"}),p.jsx("button",{onClick:()=>l(!1),className:"px-3 py-1.5 text-caption text-[--text-muted] hover:text-[--text-sidebar]",children:"Cancel"})]})]}):p.jsx("div",{className:"p-3",style:{borderTop:"1px solid var(--sidebar-border)"},children:p.jsx("button",{onClick:()=>l(!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 ok({label:e,expanded:t,onToggle:r}){return p.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:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),e]})}function Xy({label:e,active:t,onClick:r,showDelete:a,confirmDelete:l,onDeleteClick:c,onDeleteConfirm:u,onDeleteCancel:d}){const[h,m]=D.useState(!1),b=D.useRef(null);return D.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?p.jsxs("div",{ref:b,className:"px-4 py-1.5 flex items-center gap-1.5",style:{paddingLeft:32,background:"var(--sidebar-hover)"},children:[p.jsx("span",{className:"text-caption text-[--text-sidebar] truncate flex-1",children:"Delete?"}),p.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"}),p.jsx("button",{onClick:d,className:"px-1.5 py-0.5 text-tiny rounded-sm text-[--text-muted] hover:text-[--text-sidebar]",children:"No"})]}):p.jsxs("div",{className:"relative group",onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),children:[p.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&&p.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:p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.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 ck(e,t){const r={};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const uk=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,dk=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,fk={};function Zy(e,t){return(fk.jsx?dk:uk).test(e)}const hk=/[ \t\n\f\r]/g;function pk(e){return typeof e=="object"?e.type==="text"?Jy(e.value):!1:Jy(e)}function Jy(e){return e.replace(hk,"")===""}class ho{constructor(t,r,a){this.normal=r,this.property=t,a&&(this.space=a)}}ho.prototype.normal={};ho.prototype.property={};ho.prototype.space=void 0;function f1(e,t){const r={},a={};for(const l of e)Object.assign(r,l.property),Object.assign(a,l.normal);return new ho(r,a,t)}function Ih(e){return e.toLowerCase()}class Cn{constructor(t,r){this.attribute=r,this.property=t}}Cn.prototype.attribute="";Cn.prototype.booleanish=!1;Cn.prototype.boolean=!1;Cn.prototype.commaOrSpaceSeparated=!1;Cn.prototype.commaSeparated=!1;Cn.prototype.defined=!1;Cn.prototype.mustUseProperty=!1;Cn.prototype.number=!1;Cn.prototype.overloadedBoolean=!1;Cn.prototype.property="";Cn.prototype.spaceSeparated=!1;Cn.prototype.space=void 0;let mk=0;const Fe=_a(),qt=_a(),Dh=_a(),he=_a(),Et=_a(),Ss=_a(),Un=_a();function _a(){return 2**++mk}const Lh=Object.freeze(Object.defineProperty({__proto__:null,boolean:Fe,booleanish:qt,commaOrSpaceSeparated:Un,commaSeparated:Ss,number:he,overloadedBoolean:Dh,spaceSeparated:Et},Symbol.toStringTag,{value:"Module"})),Wf=Object.keys(Lh);class cp extends Cn{constructor(t,r,a,l){let c=-1;if(super(t,r),Qy(this,"space",l),typeof a=="number")for(;++c<Wf.length;){const u=Wf[c];Qy(this,Wf[c],(a&Lh[u])===Lh[u])}}}cp.prototype.defined=!0;function Qy(e,t,r){r&&(e[t]=r)}function Is(e){const t={},r={};for(const[a,l]of Object.entries(e.properties)){const c=new cp(a,e.transform(e.attributes||{},a),l,e.space);e.mustUseProperty&&e.mustUseProperty.includes(a)&&(c.mustUseProperty=!0),t[a]=c,r[Ih(a)]=a,r[Ih(c.attribute)]=a}return new ho(t,r,e.space)}const h1=Is({properties:{ariaActiveDescendant:null,ariaAtomic:qt,ariaAutoComplete:null,ariaBusy:qt,ariaChecked:qt,ariaColCount:he,ariaColIndex:he,ariaColSpan:he,ariaControls:Et,ariaCurrent:null,ariaDescribedBy:Et,ariaDetails:null,ariaDisabled:qt,ariaDropEffect:Et,ariaErrorMessage:null,ariaExpanded:qt,ariaFlowTo:Et,ariaGrabbed:qt,ariaHasPopup:null,ariaHidden:qt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Et,ariaLevel:he,ariaLive:null,ariaModal:qt,ariaMultiLine:qt,ariaMultiSelectable:qt,ariaOrientation:null,ariaOwns:Et,ariaPlaceholder:null,ariaPosInSet:he,ariaPressed:qt,ariaReadOnly:qt,ariaRelevant:null,ariaRequired:qt,ariaRoleDescription:Et,ariaRowCount:he,ariaRowIndex:he,ariaRowSpan:he,ariaSelected:qt,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 p1(e,t){return t in e?e[t]:t}function m1(e,t){return p1(e,t.toLowerCase())}const gk=Is({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Ss,acceptCharset:Et,accessKey:Et,action:null,allow:null,allowFullScreen:Fe,allowPaymentRequest:Fe,allowUserMedia:Fe,alt:null,as:null,async:Fe,autoCapitalize:null,autoComplete:Et,autoFocus:Fe,autoPlay:Fe,blocking:Et,capture:null,charSet:null,checked:Fe,cite:null,className:Et,cols:he,colSpan:null,content:null,contentEditable:qt,controls:Fe,controlsList:Et,coords:he|Ss,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Fe,defer:Fe,dir:null,dirName:null,disabled:Fe,download:Dh,draggable:qt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Fe,formTarget:null,headers:Et,height:he,hidden:Dh,high:he,href:null,hrefLang:null,htmlFor:Et,httpEquiv:Et,id:null,imageSizes:null,imageSrcSet:null,inert:Fe,inputMode:null,integrity:null,is:null,isMap:Fe,itemId:null,itemProp:Et,itemRef:Et,itemScope:Fe,itemType:Et,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Fe,low:he,manifest:null,max:null,maxLength:he,media:null,method:null,min:null,minLength:he,multiple:Fe,muted:Fe,name:null,nonce:null,noModule:Fe,noValidate:Fe,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:Fe,optimum:he,pattern:null,ping:Et,placeholder:null,playsInline:Fe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Fe,referrerPolicy:null,rel:Et,required:Fe,reversed:Fe,rows:he,rowSpan:he,sandbox:Et,scope:null,scoped:Fe,seamless:Fe,selected:Fe,shadowRootClonable:Fe,shadowRootDelegatesFocus:Fe,shadowRootMode:null,shape:null,size:he,sizes:null,slot:null,span:he,spellCheck:qt,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:Fe,useMap:null,value:qt,width:he,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Et,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:Fe,declare:Fe,event:null,face:null,frame:null,frameBorder:null,hSpace:he,leftMargin:he,link:null,longDesc:null,lowSrc:null,marginHeight:he,marginWidth:he,noResize:Fe,noHref:Fe,noShade:Fe,noWrap:Fe,object:null,profile:null,prompt:null,rev:null,rightMargin:he,rules:null,scheme:null,scrolling:qt,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:Fe,disableRemotePlayback:Fe,prefix:null,property:null,results:he,security:null,unselectable:null},space:"html",transform:m1}),bk=Is({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:Un,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:Et,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:Fe,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:Ss,g2:Ss,glyphName:Ss,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:Un,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:Et,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:he,pointsAtY:he,pointsAtZ:he,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Un,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Un,rev:Un,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Un,requiredFeatures:Un,requiredFonts:Un,requiredFormats:Un,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:Un,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:Un,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:Un,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:p1}),g1=Is({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()}}),b1=Is({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:m1}),y1=Is({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),yk={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"},vk=/[A-Z]/g,ev=/-[a-z]/g,xk=/^data[-\w.:]+$/i;function Ek(e,t){const r=Ih(t);let a=t,l=Cn;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&xk.test(t)){if(t.charAt(4)==="-"){const c=t.slice(5).replace(ev,Sk);a="data"+c.charAt(0).toUpperCase()+c.slice(1)}else{const c=t.slice(4);if(!ev.test(c)){let u=c.replace(vk,_k);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}l=cp}return new l(a,t)}function _k(e){return"-"+e.toLowerCase()}function Sk(e){return e.charAt(1).toUpperCase()}const wk=f1([h1,gk,g1,b1,y1],"html"),up=f1([h1,bk,g1,b1,y1],"svg");function kk(e){return e.join(" ").trim()}var fs={},Xf,tv;function Tk(){if(tv)return Xf;tv=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
- `,m="/",b="*",y="",v="comment",x="declaration";function S(O,w){if(typeof O!="string")throw new TypeError("First argument must be a string");if(!O)return[];w=w||{};var M=1,N=1;function A(le){var G=le.match(t);G&&(M+=G.length);var z=le.lastIndexOf(h);N=~z?le.length-z:N+le.length}function P(){var le={line:M,column:N};return function(G){return G.position=new I(le),ee(),G}}function I(le){this.start=le,this.end={line:M,column:N},this.source=w.source}I.prototype.content=O;function V(le){var G=new Error(w.source+":"+M+":"+N+": "+le);if(G.reason=le,G.filename=w.source,G.line=M,G.column=N,G.source=O,!w.silent)throw G}function Q(le){var G=le.exec(O);if(G){var z=G[0];return A(z),O=O.slice(z.length),G}}function ee(){Q(r)}function B(le){var G;for(le=le||[];G=F();)G!==!1&&le.push(G);return le}function F(){var le=P();if(!(m!=O.charAt(0)||b!=O.charAt(1))){for(var G=2;y!=O.charAt(G)&&(b!=O.charAt(G)||m!=O.charAt(G+1));)++G;if(G+=2,y===O.charAt(G-1))return V("End of comment missing");var z=O.slice(2,G-2);return N+=2,A(z),O=O.slice(G),N+=2,le({type:v,comment:z})}}function W(){var le=P(),G=Q(a);if(G){if(F(),!Q(l))return V("property missing ':'");var z=Q(c),Z=le({type:x,property:_(G[0].replace(e,y)),value:z?_(z[0].replace(e,y)):y});return Q(u),Z}}function pe(){var le=[];B(le);for(var G;G=W();)G!==!1&&(le.push(G),B(le));return le}return ee(),pe()}function _(O){return O?O.replace(d,y):y}return Xf=S,Xf}var nv;function Nk(){if(nv)return fs;nv=1;var e=fs&&fs.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(fs,"__esModule",{value:!0}),fs.default=r;const t=e(Tk());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:m,value:b}=h;d?l(m,b,h):b&&(c=c||{},c[m]=b)}),c}return fs}var Dl={},rv;function Ck(){if(rv)return Dl;rv=1,Object.defineProperty(Dl,"__esModule",{value:!0}),Dl.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,r=/^[^-]+$/,a=/^-(webkit|moz|ms|o|khtml)-/,l=/^-(ms)-/,c=function(m){return!m||r.test(m)||e.test(m)},u=function(m,b){return b.toUpperCase()},d=function(m,b){return"".concat(b,"-")},h=function(m,b){return b===void 0&&(b={}),c(m)?m:(m=m.toLowerCase(),b.reactCompat?m=m.replace(l,d):m=m.replace(a,d),m.replace(t,u))};return Dl.camelCase=h,Dl}var Ll,iv;function Ak(){if(iv)return Ll;iv=1;var e=Ll&&Ll.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},t=e(Nk()),r=Ck();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,Ll=a,Ll}var Ok=Ak();const Rk=uo(Ok),v1=x1("end"),dp=x1("start");function x1(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 Mk(e){const t=dp(e),r=v1(e);if(t&&r)return{start:t,end:r}}function Wl(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?av(e.position):"start"in e||"end"in e?av(e):"line"in e||"column"in e?zh(e):""}function zh(e){return sv(e&&e.line)+":"+sv(e&&e.column)}function av(e){return zh(e&&e.start)+"-"+zh(e&&e.end)}function sv(e){return e&&typeof e=="number"?e:1}class ln 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=Wl(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}}ln.prototype.file="";ln.prototype.name="";ln.prototype.reason="";ln.prototype.message="";ln.prototype.stack="";ln.prototype.column=void 0;ln.prototype.line=void 0;ln.prototype.ancestors=void 0;ln.prototype.cause=void 0;ln.prototype.fatal=void 0;ln.prototype.place=void 0;ln.prototype.ruleId=void 0;ln.prototype.source=void 0;const fp={}.hasOwnProperty,Ik=new Map,Dk=/[A-Z]/g,Lk=new Set(["table","tbody","thead","tfoot","tr"]),zk=new Set(["td","th"]),E1="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function jk(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=Kk(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=Gk(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"?up:wk,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},c=_1(l,e,void 0);return c&&typeof c!="string"?c:l.create(e,l.Fragment,{children:c||void 0},void 0)}function _1(e,t,r){if(t.type==="element")return Bk(e,t,r);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Uk(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Hk(e,t,r);if(t.type==="mdxjsEsm")return Pk(e,t);if(t.type==="root")return Fk(e,t,r);if(t.type==="text")return $k(e,t)}function Bk(e,t,r){const a=e.schema;let l=a;t.tagName.toLowerCase()==="svg"&&a.space==="html"&&(l=up,e.schema=l),e.ancestors.push(t);const c=w1(e,t.tagName,!1),u=qk(e,t);let d=pp(e,t);return Lk.has(t.tagName)&&(d=d.filter(function(h){return typeof h=="string"?!pk(h):!0})),S1(e,u,c,t),hp(u,d),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function Uk(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)}io(e,t.position)}function Pk(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);io(e,t.position)}function Hk(e,t,r){const a=e.schema;let l=a;t.name==="svg"&&a.space==="html"&&(l=up,e.schema=l),e.ancestors.push(t);const c=t.name===null?e.Fragment:w1(e,t.name,!0),u=Vk(e,t),d=pp(e,t);return S1(e,u,c,t),hp(u,d),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function Fk(e,t,r){const a={};return hp(a,pp(e,t)),e.create(t,e.Fragment,a,r)}function $k(e,t){return t.value}function S1(e,t,r,a){typeof r!="string"&&r!==e.Fragment&&e.passNode&&(t.node=a)}function hp(e,t){if(t.length>0){const r=t.length>1?t:t[0];r&&(e.children=r)}}function Gk(e,t,r){return a;function a(l,c,u,d){const m=Array.isArray(u.children)?r:t;return d?m(c,u,d):m(c,u)}}function Kk(e,t){return r;function r(a,l,c,u){const d=Array.isArray(c.children),h=dp(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 qk(e,t){const r={};let a,l;for(l in t.properties)if(l!=="children"&&fp.call(t.properties,l)){const c=Yk(e,l,t.properties[l]);if(c){const[u,d]=c;e.tableCellAlignToStyle&&u==="align"&&typeof d=="string"&&zk.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 Vk(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 io(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 io(e,t.position);else c=a.value===null?!0:a.value;r[l]=c}return r}function pp(e,t){const r=[];let a=-1;const l=e.passKeys?new Map:Ik;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 m=l.get(h)||0;u=h+"-"+m,l.set(h,m+1)}}const d=_1(e,c,u);d!==void 0&&r.push(d)}return r}function Yk(e,t,r){const a=Ek(e.schema,t);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=a.commaSeparated?ck(r):kk(r)),a.property==="style"){let l=typeof r=="object"?r:Wk(e,String(r));return e.stylePropertyNameCase==="css"&&(l=Xk(l)),["style",l]}return[e.elementAttributeNameCase==="react"&&a.space?yk[a.property]||a.property:a.attribute,r]}}function Wk(e,t){try{return Rk(t,{reactCompat:!0})}catch(r){if(e.ignoreInvalidStyle)return{};const a=r,l=new ln("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=E1+"#cannot-parse-style-attribute",l}}function w1(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=Zy(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=Zy(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(a.type==="Literal"){const l=a.value;return fp.call(e.components,l)?e.components[l]:l}if(e.evaluater)return e.evaluater.evaluateExpression(a);io(e)}function io(e,t){const r=new ln("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=E1+"#cannot-handle-mdx-estrees-without-createevaluater",r}function Xk(e){const t={};let r;for(r in e)fp.call(e,r)&&(t[Zk(r)]=e[r]);return t}function Zk(e){let t=e.replace(Dk,Jk);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function Jk(e){return"-"+e.toLowerCase()}const Zf={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"]},Qk={};function mp(e,t){const r=Qk,a=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,l=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return k1(e,a,l)}function k1(e,t,r){if(e2(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 lv(e.children,t,r)}return Array.isArray(e)?lv(e,t,r):""}function lv(e,t,r){const a=[];let l=-1;for(;++l<e.length;)a[l]=k1(e[l],t,r);return a.join("")}function e2(e){return!!(e&&typeof e=="object")}const ov=document.createElement("i");function gp(e){const t="&"+e+";";ov.innerHTML=t;const r=ov.textContent;return r.charCodeAt(r.length-1)===59&&e!=="semi"||r===t?!1:r}function Hn(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 er(e,t){return e.length>0?(Hn(e,e.length,0,t),e):t}const cv={}.hasOwnProperty;function T1(e){const t={};let r=-1;for(;++r<e.length;)t2(t,e[r]);return t}function t2(e,t){let r;for(r in t){const l=(cv.call(e,r)?e[r]:void 0)||(e[r]={}),c=t[r];let u;if(c)for(u in c){cv.call(l,u)||(l[u]=[]);const d=c[u];n2(l[u],Array.isArray(d)?d:d?[d]:[])}}}function n2(e,t){let r=-1;const a=[];for(;++r<t.length;)(t[r].add==="after"?e:a).push(t[r]);Hn(e,0,0,a)}function N1(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 or(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const pn=Hi(/[A-Za-z]/),sn=Hi(/[\dA-Za-z]/),r2=Hi(/[#-'*+\--9=?A-Z^-~]/);function du(e){return e!==null&&(e<32||e===127)}const jh=Hi(/\d/),i2=Hi(/[\dA-Fa-f]/),a2=Hi(/[!-/:-@[-`{-~]/);function Oe(e){return e!==null&&e<-2}function vt(e){return e!==null&&(e<0||e===32)}function Ye(e){return e===-2||e===-1||e===32}const Cu=Hi(new RegExp("\\p{P}|\\p{S}","u")),va=Hi(/\s/);function Hi(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function Ds(e){const t=[];let r=-1,a=0,l=0;for(;++r<e.length;){const c=e.charCodeAt(r);let u="";if(c===37&&sn(e.charCodeAt(r+1))&&sn(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 et(e,t,r,a){const l=a?a-1:Number.POSITIVE_INFINITY;let c=0;return u;function u(h){return Ye(h)?(e.enter(r),d(h)):t(h)}function d(h){return Ye(h)&&c++<l?(e.consume(h),d):(e.exit(r),t(h))}}const s2={tokenize:l2};function l2(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"),et(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 Oe(d)?(e.consume(d),e.exit("chunkText"),c):(e.consume(d),u)}}const o2={tokenize:c2},uv={tokenize:u2};function c2(e){const t=this,r=[];let a=0,l,c,u;return d;function d(N){if(a<r.length){const A=r[a];return t.containerState=A[1],e.attempt(A[0].continuation,h,m)(N)}return m(N)}function h(N){if(a++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,l&&M();const A=t.events.length;let P=A,I;for(;P--;)if(t.events[P][0]==="exit"&&t.events[P][1].type==="chunkFlow"){I=t.events[P][1].end;break}w(a);let V=A;for(;V<t.events.length;)t.events[V][1].end={...I},V++;return Hn(t.events,P+1,0,t.events.slice(A)),t.events.length=V,m(N)}return d(N)}function m(N){if(a===r.length){if(!l)return v(N);if(l.currentConstruct&&l.currentConstruct.concrete)return S(N);t.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(uv,b,y)(N)}function b(N){return l&&M(),w(a),v(N)}function y(N){return t.parser.lazy[t.now().line]=a!==r.length,u=t.now().offset,S(N)}function v(N){return t.containerState={},e.attempt(uv,x,S)(N)}function x(N){return a++,r.push([t.currentConstruct,t.containerState]),v(N)}function S(N){if(N===null){l&&M(),w(0),e.consume(N);return}return l=l||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:c}),_(N)}function _(N){if(N===null){O(e.exit("chunkFlow"),!0),w(0),e.consume(N);return}return Oe(N)?(e.consume(N),O(e.exit("chunkFlow")),a=0,t.interrupt=void 0,d):(e.consume(N),_)}function O(N,A){const P=t.sliceStream(N);if(A&&P.push(null),N.previous=c,c&&(c.next=N),c=N,l.defineSkip(N.start),l.write(P),t.parser.lazy[N.start.line]){let I=l.events.length;for(;I--;)if(l.events[I][1].start.offset<u&&(!l.events[I][1].end||l.events[I][1].end.offset>u))return;const V=t.events.length;let Q=V,ee,B;for(;Q--;)if(t.events[Q][0]==="exit"&&t.events[Q][1].type==="chunkFlow"){if(ee){B=t.events[Q][1].end;break}ee=!0}for(w(a),I=V;I<t.events.length;)t.events[I][1].end={...B},I++;Hn(t.events,Q+1,0,t.events.slice(V)),t.events.length=I}}function w(N){let A=r.length;for(;A-- >N;){const P=r[A];t.containerState=P[1],P[0].exit.call(t,e)}r.length=N}function M(){l.write([null]),c=void 0,l=void 0,t.containerState._closeFlow=void 0}}function u2(e,t,r){return et(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function As(e){if(e===null||vt(e)||va(e))return 1;if(Cu(e))return 2}function Au(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 Bh={name:"attention",resolveAll:d2,tokenize:f2};function d2(e,t){let r=-1,a,l,c,u,d,h,m,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};dv(y,-h),dv(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},m=[],e[a][1].end.offset-e[a][1].start.offset&&(m=er(m,[["enter",e[a][1],t],["exit",e[a][1],t]])),m=er(m,[["enter",l,t],["enter",u,t],["exit",u,t],["enter",c,t]]),m=er(m,Au(t.parser.constructs.insideSpan.null,e.slice(a+1,r),t)),m=er(m,[["exit",c,t],["enter",d,t],["exit",d,t],["exit",l,t]]),e[r][1].end.offset-e[r][1].start.offset?(b=2,m=er(m,[["enter",e[r][1],t],["exit",e[r][1],t]])):b=0,Hn(e,a-1,r-a+3,m),r=a+m.length-b-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function f2(e,t){const r=this.parser.constructs.attentionMarkers.null,a=this.previous,l=As(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 m=e.exit("attentionSequence"),b=As(h),y=!b||b===2&&l||r.includes(h),v=!l||l===2&&b||r.includes(a);return m._open=!!(c===42?y:y&&(l||!v)),m._close=!!(c===42?v:v&&(b||!y)),t(h)}}function dv(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const h2={name:"autolink",tokenize:p2};function p2(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 pn(x)?(e.consume(x),u):x===64?r(x):m(x)}function u(x){return x===43||x===45||x===46||sn(x)?(a=1,d(x)):m(x)}function d(x){return x===58?(e.consume(x),a=0,h):(x===43||x===45||x===46||sn(x))&&a++<32?(e.consume(x),d):(a=0,m(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||du(x)?r(x):(e.consume(x),h)}function m(x){return x===64?(e.consume(x),b):r2(x)?(e.consume(x),m):r(x)}function b(x){return sn(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||sn(x))&&a++<63){const S=x===45?v:y;return e.consume(x),S}return r(x)}}const po={partial:!0,tokenize:m2};function m2(e,t,r){return a;function a(c){return Ye(c)?et(e,l,"linePrefix")(c):l(c)}function l(c){return c===null||Oe(c)?t(c):r(c)}}const C1={continuation:{tokenize:b2},exit:y2,name:"blockQuote",tokenize:g2};function g2(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 Ye(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function b2(e,t,r){const a=this;return l;function l(u){return Ye(u)?et(e,c,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):c(u)}function c(u){return e.attempt(C1,t,r)(u)}}function y2(e){e.exit("blockQuote")}const A1={name:"characterEscape",tokenize:v2};function v2(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 a2(c)?(e.enter("characterEscapeValue"),e.consume(c),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(c)}}const O1={name:"characterReference",tokenize:x2};function x2(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"),m):(e.enter("characterReferenceValue"),c=31,u=sn,b(y))}function m(y){return y===88||y===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(y),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),c=6,u=i2,b):(e.enter("characterReferenceValue"),c=7,u=jh,b(y))}function b(y){if(y===59&&l){const v=e.exit("characterReferenceValue");return u===sn&&!gp(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 fv={partial:!0,tokenize:_2},hv={concrete:!0,name:"codeFenced",tokenize:E2};function E2(e,t,r){const a=this,l={partial:!0,tokenize:P};let c=0,u=0,d;return h;function h(I){return m(I)}function m(I){const V=a.events[a.events.length-1];return c=V&&V[1].type==="linePrefix"?V[2].sliceSerialize(V[1],!0).length:0,d=I,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),b(I)}function b(I){return I===d?(u++,e.consume(I),b):u<3?r(I):(e.exit("codeFencedFenceSequence"),Ye(I)?et(e,y,"whitespace")(I):y(I))}function y(I){return I===null||Oe(I)?(e.exit("codeFencedFence"),a.interrupt?t(I):e.check(fv,_,A)(I)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),v(I))}function v(I){return I===null||Oe(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),y(I)):Ye(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),et(e,x,"whitespace")(I)):I===96&&I===d?r(I):(e.consume(I),v)}function x(I){return I===null||Oe(I)?y(I):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),S(I))}function S(I){return I===null||Oe(I)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),y(I)):I===96&&I===d?r(I):(e.consume(I),S)}function _(I){return e.attempt(l,A,O)(I)}function O(I){return e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),w}function w(I){return c>0&&Ye(I)?et(e,M,"linePrefix",c+1)(I):M(I)}function M(I){return I===null||Oe(I)?e.check(fv,_,A)(I):(e.enter("codeFlowValue"),N(I))}function N(I){return I===null||Oe(I)?(e.exit("codeFlowValue"),M(I)):(e.consume(I),N)}function A(I){return e.exit("codeFenced"),t(I)}function P(I,V,Q){let ee=0;return B;function B(G){return I.enter("lineEnding"),I.consume(G),I.exit("lineEnding"),F}function F(G){return I.enter("codeFencedFence"),Ye(G)?et(I,W,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(G):W(G)}function W(G){return G===d?(I.enter("codeFencedFenceSequence"),pe(G)):Q(G)}function pe(G){return G===d?(ee++,I.consume(G),pe):ee>=u?(I.exit("codeFencedFenceSequence"),Ye(G)?et(I,le,"whitespace")(G):le(G)):Q(G)}function le(G){return G===null||Oe(G)?(I.exit("codeFencedFence"),V(G)):Q(G)}}}function _2(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 Jf={name:"codeIndented",tokenize:w2},S2={partial:!0,tokenize:k2};function w2(e,t,r){const a=this;return l;function l(m){return e.enter("codeIndented"),et(e,c,"linePrefix",5)(m)}function c(m){const b=a.events[a.events.length-1];return b&&b[1].type==="linePrefix"&&b[2].sliceSerialize(b[1],!0).length>=4?u(m):r(m)}function u(m){return m===null?h(m):Oe(m)?e.attempt(S2,u,h)(m):(e.enter("codeFlowValue"),d(m))}function d(m){return m===null||Oe(m)?(e.exit("codeFlowValue"),u(m)):(e.consume(m),d)}function h(m){return e.exit("codeIndented"),t(m)}}function k2(e,t,r){const a=this;return l;function l(u){return a.parser.lazy[a.now().line]?r(u):Oe(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),l):et(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):Oe(u)?l(u):r(u)}}const T2={name:"codeText",previous:C2,resolve:N2,tokenize:A2};function N2(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 C2(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function A2(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)):Oe(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),h):(e.enter("codeTextData"),m(y))}function m(y){return y===null||y===32||y===96||Oe(y)?(e.exit("codeTextData"),h(y)):(e.consume(y),m)}function b(y){return y===96?(e.consume(y),l++,b):l===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(y)):(c.type="codeTextData",m(y))}}class O2{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&&zl(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),zl(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),zl(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);zl(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);zl(this.left,r.reverse())}}}function zl(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 R1(e){const t={};let r=-1,a,l,c,u,d,h,m;const b=new O2(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,R2(b,r)),r=t[r],m=!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 Hn(e,0,Number.POSITIVE_INFINITY,b.slice(0)),!m}function R2(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=[],m={};let b,y,v=-1,x=r,S=0,_=0;const O=[_];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&&(_=v+1,O.push(_),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(u.events=[],x?(x._tokenizer=void 0,x.previous=void 0):O.pop(),v=O.length;v--;){const w=d.slice(O[v],O[v+1]),M=c.pop();h.push([M,M+w.length-1]),e.splice(M,2,w)}for(h.reverse(),v=-1;++v<h.length;)m[S+h[v][0]]=S+h[v][1],S+=h[v][1]-h[v][0]-1;return m}const M2={resolve:D2,tokenize:L2},I2={partial:!0,tokenize:z2};function D2(e){return R1(e),e}function L2(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):Oe(d)?e.check(I2,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 z2(e,t,r){const a=this;return l;function l(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),et(e,c,"linePrefix")}function c(u){if(u===null||Oe(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 M1(e,t,r,a,l,c,u,d,h){const m=h||Number.POSITIVE_INFINITY;let b=0;return y;function y(w){return w===60?(e.enter(a),e.enter(l),e.enter(c),e.consume(w),e.exit(c),v):w===null||w===32||w===41||du(w)?r(w):(e.enter(a),e.enter(u),e.enter(d),e.enter("chunkString",{contentType:"string"}),_(w))}function v(w){return w===62?(e.enter(c),e.consume(w),e.exit(c),e.exit(l),e.exit(a),t):(e.enter(d),e.enter("chunkString",{contentType:"string"}),x(w))}function x(w){return w===62?(e.exit("chunkString"),e.exit(d),v(w)):w===null||w===60||Oe(w)?r(w):(e.consume(w),w===92?S:x)}function S(w){return w===60||w===62||w===92?(e.consume(w),x):x(w)}function _(w){return!b&&(w===null||w===41||vt(w))?(e.exit("chunkString"),e.exit(d),e.exit(u),e.exit(a),t(w)):b<m&&w===40?(e.consume(w),b++,_):w===41?(e.consume(w),b--,_):w===null||w===32||w===40||du(w)?r(w):(e.consume(w),w===92?O:_)}function O(w){return w===40||w===41||w===92?(e.consume(w),_):_(w)}}function I1(e,t,r,a,l,c){const u=this;let d=0,h;return m;function m(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):Oe(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||Oe(x)||d++>999?(e.exit("chunkString"),b(x)):(e.consume(x),h||(h=!Ye(x)),x===92?v:y)}function v(x){return x===91||x===92||x===93?(e.consume(x),d++,y):y(x)}}function D1(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),m(v))}function m(v){return v===u?(e.exit(c),h(u)):v===null?r(v):Oe(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),et(e,m,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),b(v))}function b(v){return v===u||v===null||Oe(v)?(e.exit("chunkString"),m(v)):(e.consume(v),v===92?y:b)}function y(v){return v===u||v===92?(e.consume(v),b):b(v)}}function Xl(e,t){let r;return a;function a(l){return Oe(l)?(e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),r=!0,a):Ye(l)?et(e,a,r?"linePrefix":"lineSuffix")(l):t(l)}}const j2={name:"definition",tokenize:U2},B2={partial:!0,tokenize:P2};function U2(e,t,r){const a=this;let l;return c;function c(x){return e.enter("definition"),u(x)}function u(x){return I1.call(a,e,d,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function d(x){return l=or(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 vt(x)?Xl(e,m)(x):m(x)}function m(x){return M1(e,b,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function b(x){return e.attempt(B2,y,y)(x)}function y(x){return Ye(x)?et(e,v,"whitespace")(x):v(x)}function v(x){return x===null||Oe(x)?(e.exit("definition"),a.parser.defined.push(l),t(x)):r(x)}}function P2(e,t,r){return a;function a(d){return vt(d)?Xl(e,l)(d):r(d)}function l(d){return D1(e,c,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(d)}function c(d){return Ye(d)?et(e,u,"whitespace")(d):u(d)}function u(d){return d===null||Oe(d)?t(d):r(d)}}const H2={name:"hardBreakEscape",tokenize:F2};function F2(e,t,r){return a;function a(c){return e.enter("hardBreakEscape"),e.consume(c),l}function l(c){return Oe(c)?(e.exit("hardBreakEscape"),t(c)):r(c)}}const $2={name:"headingAtx",resolve:G2,tokenize:K2};function G2(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"},Hn(e,a,r-a+1,[["enter",l,t],["enter",c,t],["exit",c,t],["exit",l,t]])),e}function K2(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||vt(b)?(e.exit("atxHeadingSequence"),d(b)):r(b)}function d(b){return b===35?(e.enter("atxHeadingSequence"),h(b)):b===null||Oe(b)?(e.exit("atxHeading"),t(b)):Ye(b)?et(e,d,"whitespace")(b):(e.enter("atxHeadingText"),m(b))}function h(b){return b===35?(e.consume(b),h):(e.exit("atxHeadingSequence"),d(b))}function m(b){return b===null||b===35||vt(b)?(e.exit("atxHeadingText"),d(b)):(e.consume(b),m)}}const q2=["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"],pv=["pre","script","style","textarea"],V2={concrete:!0,name:"htmlFlow",resolveTo:X2,tokenize:Z2},Y2={partial:!0,tokenize:Q2},W2={partial:!0,tokenize:J2};function X2(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 Z2(e,t,r){const a=this;let l,c,u,d,h;return m;function m(C){return b(C)}function b(C){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(C),y}function y(C){return C===33?(e.consume(C),v):C===47?(e.consume(C),c=!0,_):C===63?(e.consume(C),l=3,a.interrupt?t:k):pn(C)?(e.consume(C),u=String.fromCharCode(C),O):r(C)}function v(C){return C===45?(e.consume(C),l=2,x):C===91?(e.consume(C),l=5,d=0,S):pn(C)?(e.consume(C),l=4,a.interrupt?t:k):r(C)}function x(C){return C===45?(e.consume(C),a.interrupt?t:k):r(C)}function S(C){const de="CDATA[";return C===de.charCodeAt(d++)?(e.consume(C),d===de.length?a.interrupt?t:W:S):r(C)}function _(C){return pn(C)?(e.consume(C),u=String.fromCharCode(C),O):r(C)}function O(C){if(C===null||C===47||C===62||vt(C)){const de=C===47,ue=u.toLowerCase();return!de&&!c&&pv.includes(ue)?(l=1,a.interrupt?t(C):W(C)):q2.includes(u.toLowerCase())?(l=6,de?(e.consume(C),w):a.interrupt?t(C):W(C)):(l=7,a.interrupt&&!a.parser.lazy[a.now().line]?r(C):c?M(C):N(C))}return C===45||sn(C)?(e.consume(C),u+=String.fromCharCode(C),O):r(C)}function w(C){return C===62?(e.consume(C),a.interrupt?t:W):r(C)}function M(C){return Ye(C)?(e.consume(C),M):B(C)}function N(C){return C===47?(e.consume(C),B):C===58||C===95||pn(C)?(e.consume(C),A):Ye(C)?(e.consume(C),N):B(C)}function A(C){return C===45||C===46||C===58||C===95||sn(C)?(e.consume(C),A):P(C)}function P(C){return C===61?(e.consume(C),I):Ye(C)?(e.consume(C),P):N(C)}function I(C){return C===null||C===60||C===61||C===62||C===96?r(C):C===34||C===39?(e.consume(C),h=C,V):Ye(C)?(e.consume(C),I):Q(C)}function V(C){return C===h?(e.consume(C),h=null,ee):C===null||Oe(C)?r(C):(e.consume(C),V)}function Q(C){return C===null||C===34||C===39||C===47||C===60||C===61||C===62||C===96||vt(C)?P(C):(e.consume(C),Q)}function ee(C){return C===47||C===62||Ye(C)?N(C):r(C)}function B(C){return C===62?(e.consume(C),F):r(C)}function F(C){return C===null||Oe(C)?W(C):Ye(C)?(e.consume(C),F):r(C)}function W(C){return C===45&&l===2?(e.consume(C),z):C===60&&l===1?(e.consume(C),Z):C===62&&l===4?(e.consume(C),R):C===63&&l===3?(e.consume(C),k):C===93&&l===5?(e.consume(C),U):Oe(C)&&(l===6||l===7)?(e.exit("htmlFlowData"),e.check(Y2,K,pe)(C)):C===null||Oe(C)?(e.exit("htmlFlowData"),pe(C)):(e.consume(C),W)}function pe(C){return e.check(W2,le,K)(C)}function le(C){return e.enter("lineEnding"),e.consume(C),e.exit("lineEnding"),G}function G(C){return C===null||Oe(C)?pe(C):(e.enter("htmlFlowData"),W(C))}function z(C){return C===45?(e.consume(C),k):W(C)}function Z(C){return C===47?(e.consume(C),u="",ie):W(C)}function ie(C){if(C===62){const de=u.toLowerCase();return pv.includes(de)?(e.consume(C),R):W(C)}return pn(C)&&u.length<8?(e.consume(C),u+=String.fromCharCode(C),ie):W(C)}function U(C){return C===93?(e.consume(C),k):W(C)}function k(C){return C===62?(e.consume(C),R):C===45&&l===2?(e.consume(C),k):W(C)}function R(C){return C===null||Oe(C)?(e.exit("htmlFlowData"),K(C)):(e.consume(C),R)}function K(C){return e.exit("htmlFlow"),t(C)}}function J2(e,t,r){const a=this;return l;function l(u){return Oe(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 Q2(e,t,r){return a;function a(l){return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),e.attempt(po,t,r)}}const eT={name:"htmlText",tokenize:tT};function tT(e,t,r){const a=this;let l,c,u;return d;function d(k){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(k),h}function h(k){return k===33?(e.consume(k),m):k===47?(e.consume(k),P):k===63?(e.consume(k),N):pn(k)?(e.consume(k),Q):r(k)}function m(k){return k===45?(e.consume(k),b):k===91?(e.consume(k),c=0,S):pn(k)?(e.consume(k),M):r(k)}function b(k){return k===45?(e.consume(k),x):r(k)}function y(k){return k===null?r(k):k===45?(e.consume(k),v):Oe(k)?(u=y,Z(k)):(e.consume(k),y)}function v(k){return k===45?(e.consume(k),x):y(k)}function x(k){return k===62?z(k):k===45?v(k):y(k)}function S(k){const R="CDATA[";return k===R.charCodeAt(c++)?(e.consume(k),c===R.length?_:S):r(k)}function _(k){return k===null?r(k):k===93?(e.consume(k),O):Oe(k)?(u=_,Z(k)):(e.consume(k),_)}function O(k){return k===93?(e.consume(k),w):_(k)}function w(k){return k===62?z(k):k===93?(e.consume(k),w):_(k)}function M(k){return k===null||k===62?z(k):Oe(k)?(u=M,Z(k)):(e.consume(k),M)}function N(k){return k===null?r(k):k===63?(e.consume(k),A):Oe(k)?(u=N,Z(k)):(e.consume(k),N)}function A(k){return k===62?z(k):N(k)}function P(k){return pn(k)?(e.consume(k),I):r(k)}function I(k){return k===45||sn(k)?(e.consume(k),I):V(k)}function V(k){return Oe(k)?(u=V,Z(k)):Ye(k)?(e.consume(k),V):z(k)}function Q(k){return k===45||sn(k)?(e.consume(k),Q):k===47||k===62||vt(k)?ee(k):r(k)}function ee(k){return k===47?(e.consume(k),z):k===58||k===95||pn(k)?(e.consume(k),B):Oe(k)?(u=ee,Z(k)):Ye(k)?(e.consume(k),ee):z(k)}function B(k){return k===45||k===46||k===58||k===95||sn(k)?(e.consume(k),B):F(k)}function F(k){return k===61?(e.consume(k),W):Oe(k)?(u=F,Z(k)):Ye(k)?(e.consume(k),F):ee(k)}function W(k){return k===null||k===60||k===61||k===62||k===96?r(k):k===34||k===39?(e.consume(k),l=k,pe):Oe(k)?(u=W,Z(k)):Ye(k)?(e.consume(k),W):(e.consume(k),le)}function pe(k){return k===l?(e.consume(k),l=void 0,G):k===null?r(k):Oe(k)?(u=pe,Z(k)):(e.consume(k),pe)}function le(k){return k===null||k===34||k===39||k===60||k===61||k===96?r(k):k===47||k===62||vt(k)?ee(k):(e.consume(k),le)}function G(k){return k===47||k===62||vt(k)?ee(k):r(k)}function z(k){return k===62?(e.consume(k),e.exit("htmlTextData"),e.exit("htmlText"),t):r(k)}function Z(k){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),ie}function ie(k){return Ye(k)?et(e,U,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(k):U(k)}function U(k){return e.enter("htmlTextData"),u(k)}}const bp={name:"labelEnd",resolveAll:aT,resolveTo:sT,tokenize:lT},nT={tokenize:oT},rT={tokenize:cT},iT={tokenize:uT};function aT(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&&Hn(e,0,e.length,r),e}function sT(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}},m={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",m,t]],d=er(d,e.slice(c+1,c+a+3)),d=er(d,[["enter",b,t]]),d=er(d,Au(t.parser.constructs.insideSpan.null,e.slice(c+a+4,u-3),t)),d=er(d,[["exit",b,t],e[u-2],e[u-1],["exit",m,t]]),d=er(d,e.slice(u+1)),d=er(d,[["exit",h,t]]),Hn(e,c,e.length,d),e}function lT(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(or(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(nT,b,u?b:y)(v):v===91?e.attempt(rT,b,u?m:y)(v):u?b(v):y(v)}function m(v){return e.attempt(iT,b,y)(v)}function b(v){return t(v)}function y(v){return c._balanced=!0,r(v)}}function oT(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 vt(y)?Xl(e,c)(y):c(y)}function c(y){return y===41?b(y):M1(e,u,d,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(y)}function u(y){return vt(y)?Xl(e,h)(y):b(y)}function d(y){return r(y)}function h(y){return y===34||y===39||y===40?D1(e,m,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(y):b(y)}function m(y){return vt(y)?Xl(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 cT(e,t,r){const a=this;return l;function l(d){return I1.call(a,e,c,u,"reference","referenceMarker","referenceString")(d)}function c(d){return a.parser.defined.includes(or(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)))?t(d):r(d)}function u(d){return r(d)}}function uT(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 dT={name:"labelStartImage",resolveAll:bp.resolveAll,tokenize:fT};function fT(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 hT={name:"labelStartLink",resolveAll:bp.resolveAll,tokenize:pT};function pT(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:mT};function mT(e,t){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),et(e,t,"linePrefix")}}const nu={name:"thematicBreak",tokenize:gT};function gT(e,t,r){let a=0,l;return c;function c(m){return e.enter("thematicBreak"),u(m)}function u(m){return l=m,d(m)}function d(m){return m===l?(e.enter("thematicBreakSequence"),h(m)):a>=3&&(m===null||Oe(m))?(e.exit("thematicBreak"),t(m)):r(m)}function h(m){return m===l?(e.consume(m),a++,h):(e.exit("thematicBreakSequence"),Ye(m)?et(e,d,"whitespace")(m):d(m))}}const Nn={continuation:{tokenize:xT},exit:_T,name:"list",tokenize:vT},bT={partial:!0,tokenize:ST},yT={partial:!0,tokenize:ET};function vT(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:jh(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(nu,r,m)(x):m(x);if(!a.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),h(x)}return r(x)}function h(x){return jh(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"),m(x)):r(x)}function m(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),a.containerState.marker=a.containerState.marker||x,e.check(po,a.interrupt?r:b,e.attempt(bT,v,y))}function b(x){return a.containerState.initialBlankLine=!0,c++,v(x)}function y(x){return Ye(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 xT(e,t,r){const a=this;return a.containerState._closeFlow=void 0,e.check(po,l,c);function l(d){return a.containerState.furtherBlankLines=a.containerState.furtherBlankLines||a.containerState.initialBlankLine,et(e,t,"listItemIndent",a.containerState.size+1)(d)}function c(d){return a.containerState.furtherBlankLines||!Ye(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(yT,t,u)(d))}function u(d){return a.containerState._closeFlow=!0,a.interrupt=void 0,et(e,e.attempt(Nn,t,r),"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(d)}}function ET(e,t,r){const a=this;return et(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 _T(e){e.exit(this.containerState.type)}function ST(e,t,r){const a=this;return et(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!Ye(c)&&u&&u[1].type==="listItemPrefixWhitespace"?t(c):r(c)}}const mv={name:"setextUnderline",resolveTo:wT,tokenize:kT};function wT(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 kT(e,t,r){const a=this;let l;return c;function c(m){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=m,u(m)):r(m)}function u(m){return e.enter("setextHeadingLineSequence"),d(m)}function d(m){return m===l?(e.consume(m),d):(e.exit("setextHeadingLineSequence"),Ye(m)?et(e,h,"lineSuffix")(m):h(m))}function h(m){return m===null||Oe(m)?(e.exit("setextHeadingLine"),t(m)):r(m)}}const TT={tokenize:NT};function NT(e){const t=this,r=e.attempt(po,a,e.attempt(this.parser.constructs.flowInitial,l,et(e,e.attempt(this.parser.constructs.flow,l,e.attempt(M2,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 CT={resolveAll:z1()},AT=L1("string"),OT=L1("text");function L1(e){return{resolveAll:z1(e==="text"?RT: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 m(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 m(b)?(r.exit("data"),c(b)):(r.consume(b),h)}function m(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 z1(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 RT(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 m=l[c];if(typeof m=="string"){for(u=m.length;m.charCodeAt(u-1)===32;)d++,u--;if(u)break;u=-1}else if(m===-2)h=!0,d++;else if(m!==-1){c++;break}}if(t._contentTypeTextTrailing&&r===e.length&&(d=0),d){const m={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={...m.start},a.start.offset===a.end.offset?Object.assign(a,m):(e.splice(r,0,["enter",m,t],["exit",m,t]),r+=2)}r++}return e}const MT={42:Nn,43:Nn,45:Nn,48:Nn,49:Nn,50:Nn,51:Nn,52:Nn,53:Nn,54:Nn,55:Nn,56:Nn,57:Nn,62:C1},IT={91:j2},DT={[-2]:Jf,[-1]:Jf,32:Jf},LT={35:$2,42:nu,45:[mv,nu],60:V2,61:mv,95:nu,96:hv,126:hv},zT={38:O1,92:A1},jT={[-5]:Qf,[-4]:Qf,[-3]:Qf,33:dT,38:O1,42:Bh,60:[h2,eT],91:hT,92:[H2,A1],93:bp,95:Bh,96:T2},BT={null:[Bh,CT]},UT={null:[42,95]},PT={null:[]},HT=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:UT,contentInitial:IT,disable:PT,document:MT,flow:LT,flowInitial:DT,insideSpan:BT,string:zT,text:jT},Symbol.toStringTag,{value:"Module"}));function FT(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:V(P),check:V(I),consume:M,enter:N,exit:A,interrupt:V(I,{interrupt:!0})},m={code:null,containerState:{},defineSkip:_,events:[],now:S,parser:e,previous:null,sliceSerialize:v,sliceStream:x,write:y};let b=t.tokenize.call(m,h);return t.resolveAll&&c.push(t),m;function y(F){return u=er(u,F),O(),u[u.length-1]!==null?[]:(Q(t,0),m.events=Au(c,m.events,m),m.events)}function v(F,W){return GT(x(F),W)}function x(F){return $T(u,F)}function S(){const{_bufferIndex:F,_index:W,line:pe,column:le,offset:G}=a;return{_bufferIndex:F,_index:W,line:pe,column:le,offset:G}}function _(F){l[F.line]=F.column,B()}function O(){let F;for(;a._index<u.length;){const W=u[a._index];if(typeof W=="string")for(F=a._index,a._bufferIndex<0&&(a._bufferIndex=0);a._index===F&&a._bufferIndex<W.length;)w(W.charCodeAt(a._bufferIndex));else w(W)}}function w(F){b=b(F)}function M(F){Oe(F)?(a.line++,a.column=1,a.offset+=F===-3?2:1,B()):F!==-1&&(a.column++,a.offset++),a._bufferIndex<0?a._index++:(a._bufferIndex++,a._bufferIndex===u[a._index].length&&(a._bufferIndex=-1,a._index++)),m.previous=F}function N(F,W){const pe=W||{};return pe.type=F,pe.start=S(),m.events.push(["enter",pe,m]),d.push(pe),pe}function A(F){const W=d.pop();return W.end=S(),m.events.push(["exit",W,m]),W}function P(F,W){Q(F,W.from)}function I(F,W){W.restore()}function V(F,W){return pe;function pe(le,G,z){let Z,ie,U,k;return Array.isArray(le)?K(le):"tokenize"in le?K([le]):R(le);function R(ve){return ke;function ke(Le){const re=Le!==null&&ve[Le],ye=Le!==null&&ve.null,Te=[...Array.isArray(re)?re:re?[re]:[],...Array.isArray(ye)?ye:ye?[ye]:[]];return K(Te)(Le)}}function K(ve){return Z=ve,ie=0,ve.length===0?z:C(ve[ie])}function C(ve){return ke;function ke(Le){return k=ee(),U=ve,ve.partial||(m.currentConstruct=ve),ve.name&&m.parser.constructs.disable.null.includes(ve.name)?ue():ve.tokenize.call(W?Object.assign(Object.create(m),W):m,h,de,ue)(Le)}}function de(ve){return F(U,k),G}function ue(ve){return k.restore(),++ie<Z.length?C(Z[ie]):z}}}function Q(F,W){F.resolveAll&&!c.includes(F)&&c.push(F),F.resolve&&Hn(m.events,W,m.events.length-W,F.resolve(m.events.slice(W),m)),F.resolveTo&&(m.events=F.resolveTo(m.events,m))}function ee(){const F=S(),W=m.previous,pe=m.currentConstruct,le=m.events.length,G=Array.from(d);return{from:le,restore:z};function z(){a=F,m.previous=W,m.currentConstruct=pe,m.events.length=le,d=G,B()}}function B(){a.line in l&&a.column<2&&(a.column=l[a.line],a.offset+=l[a.line]-1)}}function $T(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 GT(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 KT(e){const a={constructs:T1([HT,...(e||{}).extensions||[]]),content:l(s2),defined:[],document:l(o2),flow:l(TT),lazy:{},string:l(AT),text:l(OT)};return a;function l(c){return u;function u(d){return FT(a,c,d)}}}function qT(e){for(;!R1(e););return e}const gv=/[\0\t\n\r]/g;function VT(){let e=1,t="",r=!0,a;return l;function l(c,u,d){const h=[];let m,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(gv.lastIndex=y,m=gv.exec(c),v=m&&m.index!==void 0?m.index:c.length,x=c.charCodeAt(v),!m){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 YT=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function WT(e){return e.replace(YT,XT)}function XT(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){const l=r.charCodeAt(1),c=l===120||l===88;return N1(r.slice(c?2:1),c?16:10)}return gp(r)||e}const j1={}.hasOwnProperty;function ZT(e,t,r){return typeof t!="string"&&(r=t,t=void 0),JT(r)(qT(KT(r).document().write(VT()(e,t,!0))))}function JT(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:c(dr),autolinkProtocol:ee,autolinkEmail:ee,atxHeading:c(At),blockQuote:c(ye),characterEscape:ee,characterReference:ee,codeFenced:c(Te),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:c(Te,u),codeText:c(Ne,u),codeTextData:ee,data:ee,codeFlowValue:ee,definition:c(Ke),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:c(Tt),hardBreakEscape:c(Je),hardBreakTrailing:c(Je),htmlFlow:c(tr,u),htmlFlowData:ee,htmlText:c(tr,u),htmlTextData:ee,image:c(Fn),label:u,link:c(dr),listItem:c($i),listItemValue:v,listOrdered:c(Nr,y),listUnordered:c(Nr),paragraph:c(js),reference:C,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:c(At),strong:c(wa),thematicBreak:c(ka)},exit:{atxHeading:h(),atxHeadingSequence:P,autolink:h(),autolinkEmail:re,autolinkProtocol:Le,blockQuote:h(),characterEscapeValue:B,characterReferenceMarkerHexadecimal:ue,characterReferenceMarkerNumeric:ue,characterReferenceValue:ve,characterReference:ke,codeFenced:h(O),codeFencedFence:_,codeFencedFenceInfo:x,codeFencedFenceMeta:S,codeFlowValue:B,codeIndented:h(w),codeText:h(G),codeTextData:B,data:B,definition:h(),definitionDestinationString:A,definitionLabelString:M,definitionTitleString:N,emphasis:h(),hardBreakEscape:h(W),hardBreakTrailing:h(W),htmlFlow:h(pe),htmlFlowData:B,htmlText:h(le),htmlTextData:B,image:h(Z),label:U,labelText:ie,lineEnding:F,link:h(z),listItem:h(),listOrdered:h(),listUnordered:h(),paragraph:h(),referenceString:de,resourceDestinationString:k,resourceTitleString:R,resource:K,setextHeading:h(Q),setextHeadingLineSequence:V,setextHeadingText:I,strong:h(),thematicBreak:h()}};B1(t,(e||{}).mdastExtensions||[]);const r={};return a;function a(te){let me={type:"root",children:[]};const Re={stack:[me],tokenStack:[],config:t,enter:d,exit:m,buffer:u,resume:b,data:r},$e=[];let tt=-1;for(;++tt<te.length;)if(te[tt][1].type==="listOrdered"||te[tt][1].type==="listUnordered")if(te[tt][0]==="enter")$e.push(tt);else{const on=$e.pop();tt=l(te,on,tt)}for(tt=-1;++tt<te.length;){const on=t[te[tt][0]];j1.call(on,te[tt][1].type)&&on[te[tt][1].type].call(Object.assign({sliceSerialize:te[tt][2].sliceSerialize},Re),te[tt][1])}if(Re.tokenStack.length>0){const on=Re.tokenStack[Re.tokenStack.length-1];(on[1]||bv).call(Re,void 0,on[0])}for(me.position={start:Mi(te.length>0?te[0][1].start:{line:1,column:1,offset:0}),end:Mi(te.length>0?te[te.length-2][1].end:{line:1,column:1,offset:0})},tt=-1;++tt<t.transforms.length;)me=t.transforms[tt](me)||me;return me}function l(te,me,Re){let $e=me-1,tt=-1,on=!1,nr,Wt,Mt,tn;for(;++$e<=Re;){const st=te[$e];switch(st[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{st[0]==="enter"?tt++:tt--,tn=void 0;break}case"lineEndingBlank":{st[0]==="enter"&&(nr&&!tn&&!tt&&!Mt&&(Mt=$e),tn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:tn=void 0}if(!tt&&st[0]==="enter"&&st[1].type==="listItemPrefix"||tt===-1&&st[0]==="exit"&&(st[1].type==="listUnordered"||st[1].type==="listOrdered")){if(nr){let fr=$e;for(Wt=void 0;fr--;){const cn=te[fr];if(cn[1].type==="lineEnding"||cn[1].type==="lineEndingBlank"){if(cn[0]==="exit")continue;Wt&&(te[Wt][1].type="lineEndingBlank",on=!0),cn[1].type="lineEnding",Wt=fr}else if(!(cn[1].type==="linePrefix"||cn[1].type==="blockQuotePrefix"||cn[1].type==="blockQuotePrefixWhitespace"||cn[1].type==="blockQuoteMarker"||cn[1].type==="listItemIndent"))break}Mt&&(!Wt||Mt<Wt)&&(nr._spread=!0),nr.end=Object.assign({},Wt?te[Wt][1].start:st[1].end),te.splice(Wt||$e,0,["exit",nr,st[2]]),$e++,Re++}if(st[1].type==="listItemPrefix"){const fr={type:"listItem",_spread:!1,start:Object.assign({},st[1].start),end:void 0};nr=fr,te.splice($e,0,["enter",fr,st[2]]),$e++,Re++,Mt=void 0,tn=!0}}}return te[me][1]._spread=on,Re}function c(te,me){return Re;function Re($e){d.call(this,te($e),$e),me&&me.call(this,$e)}}function u(){this.stack.push({type:"fragment",children:[]})}function d(te,me,Re){this.stack[this.stack.length-1].children.push(te),this.stack.push(te),this.tokenStack.push([me,Re||void 0]),te.position={start:Mi(me.start),end:void 0}}function h(te){return me;function me(Re){te&&te.call(this,Re),m.call(this,Re)}}function m(te,me){const Re=this.stack.pop(),$e=this.tokenStack.pop();if($e)$e[0].type!==te.type&&(me?me.call(this,te,$e[0]):($e[1]||bv).call(this,te,$e[0]));else throw new Error("Cannot close `"+te.type+"` ("+Wl({start:te.start,end:te.end})+"): it’s not open");Re.position.end=Mi(te.end)}function b(){return mp(this.stack.pop())}function y(){this.data.expectingFirstListItemValue=!0}function v(te){if(this.data.expectingFirstListItemValue){const me=this.stack[this.stack.length-2];me.start=Number.parseInt(this.sliceSerialize(te),10),this.data.expectingFirstListItemValue=void 0}}function x(){const te=this.resume(),me=this.stack[this.stack.length-1];me.lang=te}function S(){const te=this.resume(),me=this.stack[this.stack.length-1];me.meta=te}function _(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function O(){const te=this.resume(),me=this.stack[this.stack.length-1];me.value=te.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function w(){const te=this.resume(),me=this.stack[this.stack.length-1];me.value=te.replace(/(\r?\n|\r)$/g,"")}function M(te){const me=this.resume(),Re=this.stack[this.stack.length-1];Re.label=me,Re.identifier=or(this.sliceSerialize(te)).toLowerCase()}function N(){const te=this.resume(),me=this.stack[this.stack.length-1];me.title=te}function A(){const te=this.resume(),me=this.stack[this.stack.length-1];me.url=te}function P(te){const me=this.stack[this.stack.length-1];if(!me.depth){const Re=this.sliceSerialize(te).length;me.depth=Re}}function I(){this.data.setextHeadingSlurpLineEnding=!0}function V(te){const me=this.stack[this.stack.length-1];me.depth=this.sliceSerialize(te).codePointAt(0)===61?1:2}function Q(){this.data.setextHeadingSlurpLineEnding=void 0}function ee(te){const Re=this.stack[this.stack.length-1].children;let $e=Re[Re.length-1];(!$e||$e.type!=="text")&&($e=Ot(),$e.position={start:Mi(te.start),end:void 0},Re.push($e)),this.stack.push($e)}function B(te){const me=this.stack.pop();me.value+=this.sliceSerialize(te),me.position.end=Mi(te.end)}function F(te){const me=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Re=me.children[me.children.length-1];Re.position.end=Mi(te.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(me.type)&&(ee.call(this,te),B.call(this,te))}function W(){this.data.atHardBreak=!0}function pe(){const te=this.resume(),me=this.stack[this.stack.length-1];me.value=te}function le(){const te=this.resume(),me=this.stack[this.stack.length-1];me.value=te}function G(){const te=this.resume(),me=this.stack[this.stack.length-1];me.value=te}function z(){const te=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";te.type+="Reference",te.referenceType=me,delete te.url,delete te.title}else delete te.identifier,delete te.label;this.data.referenceType=void 0}function Z(){const te=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";te.type+="Reference",te.referenceType=me,delete te.url,delete te.title}else delete te.identifier,delete te.label;this.data.referenceType=void 0}function ie(te){const me=this.sliceSerialize(te),Re=this.stack[this.stack.length-2];Re.label=WT(me),Re.identifier=or(me).toLowerCase()}function U(){const te=this.stack[this.stack.length-1],me=this.resume(),Re=this.stack[this.stack.length-1];if(this.data.inReference=!0,Re.type==="link"){const $e=te.children;Re.children=$e}else Re.alt=me}function k(){const te=this.resume(),me=this.stack[this.stack.length-1];me.url=te}function R(){const te=this.resume(),me=this.stack[this.stack.length-1];me.title=te}function K(){this.data.inReference=void 0}function C(){this.data.referenceType="collapsed"}function de(te){const me=this.resume(),Re=this.stack[this.stack.length-1];Re.label=me,Re.identifier=or(this.sliceSerialize(te)).toLowerCase(),this.data.referenceType="full"}function ue(te){this.data.characterReferenceType=te.type}function ve(te){const me=this.sliceSerialize(te),Re=this.data.characterReferenceType;let $e;Re?($e=N1(me,Re==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):$e=gp(me);const tt=this.stack[this.stack.length-1];tt.value+=$e}function ke(te){const me=this.stack.pop();me.position.end=Mi(te.end)}function Le(te){B.call(this,te);const me=this.stack[this.stack.length-1];me.url=this.sliceSerialize(te)}function re(te){B.call(this,te);const me=this.stack[this.stack.length-1];me.url="mailto:"+this.sliceSerialize(te)}function ye(){return{type:"blockquote",children:[]}}function Te(){return{type:"code",lang:null,meta:null,value:""}}function Ne(){return{type:"inlineCode",value:""}}function Ke(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Tt(){return{type:"emphasis",children:[]}}function At(){return{type:"heading",depth:0,children:[]}}function Je(){return{type:"break"}}function tr(){return{type:"html",value:""}}function Fn(){return{type:"image",title:null,url:"",alt:null}}function dr(){return{type:"link",title:null,url:"",children:[]}}function Nr(te){return{type:"list",ordered:te.type==="listOrdered",start:null,spread:te._spread,children:[]}}function $i(te){return{type:"listItem",spread:te._spread,checked:null,children:[]}}function js(){return{type:"paragraph",children:[]}}function wa(){return{type:"strong",children:[]}}function Ot(){return{type:"text",value:""}}function ka(){return{type:"thematicBreak"}}}function Mi(e){return{line:e.line,column:e.column,offset:e.offset}}function B1(e,t){let r=-1;for(;++r<t.length;){const a=t[r];Array.isArray(a)?B1(e,a):QT(e,a)}}function QT(e,t){let r;for(r in t)if(j1.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 bv(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Wl({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Wl({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Wl({start:t.start,end:t.end})+") is still open")}function eN(e){const t=this;t.parser=r;function r(a){return ZT(a,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function tN(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 nN(e,t){const r={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,r),[e.applyData(t,r),{type:"text",value:`
53
- `}]}function rN(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 iN(e,t){const r={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function aN(e,t){const r={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function sN(e,t){const r=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",a=String(t.identifier).toUpperCase(),l=Ds(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 m={type:"element",tagName:"sup",properties:{},children:[h]};return e.patch(t,m),e.applyData(t,m)}function lN(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 oN(e,t){if(e.options.allowDangerousHtml){const r={type:"raw",value:t.value};return e.patch(t,r),e.applyData(t,r)}}function U1(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 cN(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return U1(e,t);const l={src:Ds(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 uN(e,t){const r={src:Ds(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 dN(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 fN(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return U1(e,t);const l={href:Ds(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 hN(e,t){const r={href:Ds(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 pN(e,t,r){const a=e.all(t),l=r?mN(r):P1(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 m={type:"element",tagName:"li",properties:c,children:u};return e.patch(t,m),e.applyData(t,m)}function mN(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=P1(r[a])}return t}function P1(e){const t=e.spread;return t??e.children.length>1}function gN(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 bN(e,t){const r={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function yN(e,t){const r={type:"root",children:e.wrap(e.all(t))};return e.patch(t,r),e.applyData(t,r)}function vN(e,t){const r={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function xN(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=dp(t.children[1]),h=v1(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 EN(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 m=[];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)),m.push(S)}const b={type:"element",tagName:"tr",properties:{},children:e.wrap(m,!0)};return e.patch(t,b),e.applyData(t,b)}function _N(e,t){const r={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}const yv=9,vv=32;function SN(e){const t=String(e),r=/\r?\n|\r/g;let a=r.exec(t),l=0;const c=[];for(;a;)c.push(xv(t.slice(l,a.index),l>0,!0),a[0]),l=a.index+a[0].length,a=r.exec(t);return c.push(xv(t.slice(l),l>0,!1)),c.join("")}function xv(e,t,r){let a=0,l=e.length;if(t){let c=e.codePointAt(a);for(;c===yv||c===vv;)a++,c=e.codePointAt(a)}if(r){let c=e.codePointAt(l-1);for(;c===yv||c===vv;)l--,c=e.codePointAt(l-1)}return l>a?e.slice(a,l):""}function wN(e,t){const r={type:"text",value:SN(String(t.value))};return e.patch(t,r),e.applyData(t,r)}function kN(e,t){const r={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,r),e.applyData(t,r)}const TN={blockquote:tN,break:nN,code:rN,delete:iN,emphasis:aN,footnoteReference:sN,heading:lN,html:oN,imageReference:cN,image:uN,inlineCode:dN,linkReference:fN,link:hN,listItem:pN,list:gN,paragraph:bN,root:yN,strong:vN,table:xN,tableCell:_N,tableRow:EN,text:wN,thematicBreak:kN,toml:$c,yaml:$c,definition:$c,footnoteDefinition:$c};function $c(){}const H1=-1,Ou=0,Zl=1,fu=2,yp=3,vp=4,xp=5,Ep=6,F1=7,$1=8,Ev=typeof self=="object"?self:globalThis,NN=(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 Ou:case H1:return r(u,l);case Zl:{const d=r([],l);for(const h of u)d.push(a(h));return d}case fu:{const d=r({},l);for(const[h,m]of u)d[a(h)]=a(m);return d}case yp:return r(new Date(u),l);case vp:{const{source:d,flags:h}=u;return r(new RegExp(d,h),l)}case xp:{const d=r(new Map,l);for(const[h,m]of u)d.set(a(h),a(m));return d}case Ep:{const d=r(new Set,l);for(const h of u)d.add(a(h));return d}case F1:{const{name:d,message:h}=u;return r(new Ev[d](h),l)}case $1: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 Ev[c](u),l)};return a},_v=e=>NN(new Map,e)(0),hs="",{toString:CN}={},{keys:AN}=Object,jl=e=>{const t=typeof e;if(t!=="object"||!e)return[Ou,t];const r=CN.call(e).slice(8,-1);switch(r){case"Array":return[Zl,hs];case"Object":return[fu,hs];case"Date":return[yp,hs];case"RegExp":return[vp,hs];case"Map":return[xp,hs];case"Set":return[Ep,hs];case"DataView":return[Zl,r]}return r.includes("Array")?[Zl,r]:r.includes("Error")?[F1,r]:[fu,r]},Gc=([e,t])=>e===Ou&&(t==="function"||t==="symbol"),ON=(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]=jl(u);switch(d){case Ou:{let b=u;switch(h){case"bigint":d=$1,b=u.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+h);b=null;break;case"undefined":return l([H1],u)}return l([d,b],u)}case Zl:{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 fu:{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 AN(u))(e||!Gc(jl(u[v])))&&b.push([c(v),c(u[v])]);return y}case yp:return l([d,u.toISOString()],u);case vp:{const{source:b,flags:y}=u;return l([d,{source:b,flags:y}],u)}case xp:{const b=[],y=l([d,b],u);for(const[v,x]of u)(e||!(Gc(jl(v))||Gc(jl(x))))&&b.push([c(v),c(x)]);return y}case Ep:{const b=[],y=l([d,b],u);for(const v of u)(e||!Gc(jl(v)))&&b.push(c(v));return y}}const{message:m}=u;return l([d,{name:h,message:m}],u)};return c},Sv=(e,{json:t,lossy:r}={})=>{const a=[];return ON(!(t||r),!!t,new Map,a)(e),a},hu=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?_v(Sv(e,t)):structuredClone(e):(e,t)=>_v(Sv(e,t));function RN(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 MN(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function IN(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=e.options.footnoteBackContent||RN,a=e.options.footnoteBackLabel||MN,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 m=e.footnoteById.get(e.footnoteOrder[h]);if(!m)continue;const b=e.all(m),y=String(m.identifier).toUpperCase(),v=Ds(y.toLowerCase());let x=0;const S=[],_=e.footnoteCounts.get(y);for(;_!==void 0&&++x<=_;){S.length>0&&S.push({type:"text",value:" "});let M=typeof r=="string"?r:r(h,x);typeof M=="string"&&(M={type:"text",value:M}),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(M)?M:[M]})}const O=b[b.length-1];if(O&&O.type==="element"&&O.tagName==="p"){const M=O.children[O.children.length-1];M&&M.type==="text"?M.value+=" ":O.children.push({type:"text",value:" "}),O.children.push(...S)}else b.push(...S);const w={type:"element",tagName:"li",properties:{id:t+"fn-"+v},children:e.wrap(b,!0)};e.patch(m,w),d.push(w)}if(d.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:c,properties:{...hu(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 mo=(function(e){if(e==null)return jN;if(typeof e=="function")return Ru(e);if(typeof e=="object")return Array.isArray(e)?DN(e):LN(e);if(typeof e=="string")return zN(e);throw new Error("Expected function, string, or object as test")});function DN(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=mo(e[r]);return Ru(a);function a(...l){let c=-1;for(;++c<t.length;)if(t[c].apply(this,l))return!0;return!1}}function LN(e){const t=e;return Ru(r);function r(a){const l=a;let c;for(c in e)if(l[c]!==t[c])return!1;return!0}}function zN(e){return Ru(t);function t(r){return r&&r.type===e}}function Ru(e){return t;function t(r,a,l){return!!(BN(r)&&e.call(this,r,typeof a=="number"?a:void 0,l||void 0))}}function jN(){return!0}function BN(e){return e!==null&&typeof e=="object"&&"type"in e}const G1=[],UN=!0,Uh=!1,PN="skip";function K1(e,t,r,a){let l;typeof t=="function"&&typeof r!="function"?(a=r,r=t):l=t;const c=mo(l),u=a?-1:1;d(e,void 0,[])();function d(h,m,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=G1,S,_,O;if((!t||c(h,m,b[b.length-1]||void 0))&&(x=HN(r(h,b)),x[0]===Uh))return x;if("children"in h&&h.children){const w=h;if(w.children&&x[0]!==PN)for(_=(a?w.children.length:-1)+u,O=b.concat(w);_>-1&&_<w.children.length;){const M=w.children[_];if(S=d(M,_,O)(),S[0]===Uh)return S;_=typeof S[1]=="number"?S[1]:_+u}}return x}}}function HN(e){return Array.isArray(e)?e:typeof e=="number"?[UN,e]:e==null?G1:[e]}function Mu(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),K1(e,c,d,l);function d(h,m){const b=m[m.length-1],y=b?b.children.indexOf(h):void 0;return u(h,y,b)}}const Ph={}.hasOwnProperty,FN={};function $N(e,t){const r=t||FN,a=new Map,l=new Map,c=new Map,u={...TN,...r.handlers},d={all:m,applyData:KN,definitionById:a,footnoteById:l,footnoteCounts:c,footnoteOrder:[],handlers:u,one:h,options:r,patch:GN,wrap:VN};return Mu(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(Ph.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:_,...O}=b,w=hu(O);return w.children=d.all(b),w}return hu(b)}return(d.options.unknownHandler||qN)(d,b,y)}function m(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=wv(S.value)),!Array.isArray(S)&&S.type==="element")){const _=S.children[0];_&&_.type==="text"&&(_.value=wv(_.value))}Array.isArray(S)?y.push(...S):y.push(S)}}}return y}}function GN(e,t){e.position&&(t.position=Mk(e))}function KN(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,hu(c)),"children"in r&&r.children&&l!==null&&l!==void 0&&(r.children=l)}return r}function qN(e,t){const r=t.data||{},a="value"in t&&!(Ph.call(r,"hProperties")||Ph.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 VN(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 wv(e){let t=0,r=e.charCodeAt(t);for(;r===9||r===32;)t++,r=e.charCodeAt(t);return e.slice(t)}function kv(e,t){const r=$N(e,t),a=r.one(e,void 0),l=IN(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 YN(e,t){return e&&"run"in e?async function(r,a){const l=kv(r,{file:a,...t});await e.run(l,a)}:function(r,a){return kv(r,{file:a,...e||t})}}function Tv(e){if(e)throw e}var eh,Nv;function WN(){if(Nv)return eh;Nv=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l=function(m){return typeof Array.isArray=="function"?Array.isArray(m):t.call(m)==="[object Array]"},c=function(m){if(!m||t.call(m)!=="[object Object]")return!1;var b=e.call(m,"constructor"),y=m.constructor&&m.constructor.prototype&&e.call(m.constructor.prototype,"isPrototypeOf");if(m.constructor&&!b&&!y)return!1;var v;for(v in m);return typeof v>"u"||e.call(m,v)},u=function(m,b){r&&b.name==="__proto__"?r(m,b.name,{enumerable:!0,configurable:!0,value:b.newValue,writable:!0}):m[b.name]=b.newValue},d=function(m,b){if(b==="__proto__")if(e.call(m,b)){if(a)return a(m,b).value}else return;return m[b]};return eh=function h(){var m,b,y,v,x,S,_=arguments[0],O=1,w=arguments.length,M=!1;for(typeof _=="boolean"&&(M=_,_=arguments[1]||{},O=2),(_==null||typeof _!="object"&&typeof _!="function")&&(_={});O<w;++O)if(m=arguments[O],m!=null)for(b in m)y=d(_,b),v=d(m,b),_!==v&&(M&&v&&(c(v)||(x=l(v)))?(x?(x=!1,S=y&&l(y)?y:[]):S=y&&c(y)?y:{},u(_,{name:b,newValue:h(M,S,v)})):typeof v<"u"&&u(_,{name:b,newValue:v}));return _},eh}var XN=WN();const th=uo(XN);function Hh(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 ZN(){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,...m){const b=e[++c];let y=-1;if(h){u(h);return}for(;++y<l.length;)(m[y]===null||m[y]===void 0)&&(m[y]=l[y]);l=m,b?JN(b,d)(...m):u(null,...m)}}function a(l){if(typeof l!="function")throw new TypeError("Expected `middelware` to be a function, not "+l);return e.push(l),t}}function JN(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(m){const b=m;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 vr={basename:QN,dirname:eC,extname:tC,join:nC,sep:"/"};function QN(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');go(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 eC(e){if(go(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 tC(e){go(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 nC(...e){let t=-1,r;for(;++t<e.length;)go(e[t]),e[t]&&(r=r===void 0?e[t]:r+"/"+e[t]);return r===void 0?".":rC(r)}function rC(e){go(e);const t=e.codePointAt(0)===47;let r=iC(e,!t);return r.length===0&&!t&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),t?"/"+r:r}function iC(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 go(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const aC={cwd:sC};function sC(){return"/"}function Fh(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function lC(e){if(typeof e=="string")e=new URL(e);else if(!Fh(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 oC(e)}function oC(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 nh=["history","path","basename","stem","extname","dirname"];class q1{constructor(t){let r;t?Fh(t)?r={path:t}:typeof t=="string"||cC(t)?r={value:t}:r=t:r={},this.cwd="cwd"in r?"":aC.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let a=-1;for(;++a<nh.length;){const c=nh[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)nh.includes(l)||(this[l]=r[l])}get basename(){return typeof this.path=="string"?vr.basename(this.path):void 0}set basename(t){ih(t,"basename"),rh(t,"basename"),this.path=vr.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?vr.dirname(this.path):void 0}set dirname(t){Cv(this.basename,"dirname"),this.path=vr.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?vr.extname(this.path):void 0}set extname(t){if(rh(t,"extname"),Cv(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=vr.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Fh(t)&&(t=lC(t)),ih(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?vr.basename(this.path,this.extname):void 0}set stem(t){ih(t,"stem"),rh(t,"stem"),this.path=vr.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 ln(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 rh(e,t){if(e&&e.includes(vr.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+vr.sep+"`")}function ih(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Cv(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function cC(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const uC=(function(e){const a=this.constructor.prototype,l=a[e],c=function(){return l.apply(c,arguments)};return Object.setPrototypeOf(c,a),c}),dC={}.hasOwnProperty;class _p extends uC{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=ZN()}copy(){const t=new _p;let r=-1;for(;++r<this.attachers.length;){const a=this.attachers[r];t.use(...a)}return t.data(th(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(lh("data",this.frozen),this.namespace[t]=r,this):dC.call(this.namespace,t)&&this.namespace[t]||void 0:t?(lh("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=Kc(t),a=this.parser||this.Parser;return ah("parse",a),a(String(r),r)}process(t,r){const a=this;return this.freeze(),ah("process",this.parser||this.Parser),sh("process",this.compiler||this.Compiler),r?l(void 0,r):new Promise(l);function l(c,u){const d=Kc(t),h=a.parse(d);a.run(h,d,function(b,y,v){if(b||!y||!v)return m(b);const x=y,S=a.stringify(x,v);pC(S)?v.value=S:v.result=S,m(b,v)});function m(b,y){b||!y?u(b):c?c(y):r(void 0,y)}}}processSync(t){let r=!1,a;return this.freeze(),ah("processSync",this.parser||this.Parser),sh("processSync",this.compiler||this.Compiler),this.process(t,l),Ov("processSync","process",r),a;function l(c,u){r=!0,Tv(c),a=u}}run(t,r,a){Av(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=Kc(r);l.run(t,h,m);function m(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),Ov("runSync","run",a),l;function c(u,d){Tv(u),l=d,a=!0}}stringify(t,r){this.freeze();const a=Kc(r),l=this.compiler||this.Compiler;return sh("stringify",l),Av(t),l(t,a)}use(t,...r){const a=this.attachers,l=this.namespace;if(lh("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(m){if(typeof m=="function")h(m,[]);else if(typeof m=="object")if(Array.isArray(m)){const[b,...y]=m;h(b,y)}else u(m);else throw new TypeError("Expected usable value, not `"+m+"`")}function u(m){if(!("plugins"in m)&&!("settings"in m))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");d(m.plugins),m.settings&&(l.settings=th(!0,l.settings,m.settings))}function d(m){let b=-1;if(m!=null)if(Array.isArray(m))for(;++b<m.length;){const y=m[b];c(y)}else throw new TypeError("Expected a list of plugins, not `"+m+"`")}function h(m,b){let y=-1,v=-1;for(;++y<a.length;)if(a[y][0]===m){v=y;break}if(v===-1)a.push([m,...b]);else if(b.length>0){let[x,...S]=b;const _=a[v][1];Hh(_)&&Hh(x)&&(x=th(!0,_,x)),a[v]=[m,x,...S]}}}}const fC=new _p().freeze();function ah(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function sh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function lh(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 Av(e){if(!Hh(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Ov(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Kc(e){return hC(e)?e:new q1(e)}function hC(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function pC(e){return typeof e=="string"||mC(e)}function mC(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const gC="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Rv=[],Mv={allowDangerousHtml:!0},bC=/^(https?|ircs?|mailto|xmpp)$/i,yC=[{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 V1(e){const t=vC(e),r=xC(e);return EC(t.runSync(t.parse(r),r),e)}function vC(e){const t=e.rehypePlugins||Rv,r=e.remarkPlugins||Rv,a=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Mv}:Mv;return fC().use(eN).use(r).use(YN,a).use(t)}function xC(e){const t=e.children||"",r=new q1;return typeof t=="string"&&(r.value=t),r}function EC(e,t){const r=t.allowedElements,a=t.allowElement,l=t.components,c=t.disallowedElements,u=t.skipHtml,d=t.unwrapDisallowed,h=t.urlTransform||_C;for(const b of yC)Object.hasOwn(t,b.from)&&(""+b.from+(b.to?"use `"+b.to+"` instead":"remove it")+gC+b.id,void 0);return Mu(e,m),jk(e,{Fragment:p.Fragment,components:l,ignoreInvalidStyle:!0,jsx:p.jsx,jsxs:p.jsxs,passKeys:!0,passNode:!0});function m(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 Zf)if(Object.hasOwn(Zf,x)&&Object.hasOwn(b.properties,x)){const S=b.properties[x],_=Zf[x];(_===null||_.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 _C(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||bC.test(e.slice(0,t))?e:""}function Iv(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 SC(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function wC(e,t,r){const l=mo((r||{}).ignore||[]),c=kC(t);let u=-1;for(;++u<c.length;)K1(e,"text",d);function d(m,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(m,b)}function h(m,b){const y=b[b.length-1],v=c[u][0],x=c[u][1];let S=0;const O=y.children.indexOf(m);let w=!1,M=[];v.lastIndex=0;let N=v.exec(m.value);for(;N;){const A=N.index,P={index:N.index,input:N.input,stack:[...b,m]};let I=x(...N,P);if(typeof I=="string"&&(I=I.length>0?{type:"text",value:I}:void 0),I===!1?v.lastIndex=A+1:(S!==A&&M.push({type:"text",value:m.value.slice(S,A)}),Array.isArray(I)?M.push(...I):I&&M.push(I),S=A+N[0].length,w=!0),!v.global)break;N=v.exec(m.value)}return w?(S<m.value.length&&M.push({type:"text",value:m.value.slice(S)}),y.children.splice(O,1,...M)):M=[m],O+M.length}}function kC(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([TC(l[0]),NC(l[1])])}return t}function TC(e){return typeof e=="string"?new RegExp(SC(e),"g"):e}function NC(e){return typeof e=="function"?e:function(){return e}}const oh="phrasing",ch=["autolink","link","image","label"];function CC(){return{transforms:[LC],enter:{literalAutolink:OC,literalAutolinkEmail:uh,literalAutolinkHttp:uh,literalAutolinkWww:uh},exit:{literalAutolink:DC,literalAutolinkEmail:IC,literalAutolinkHttp:RC,literalAutolinkWww:MC}}}function AC(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:oh,notInConstruct:ch},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:oh,notInConstruct:ch},{character:":",before:"[ps]",after:"\\/",inConstruct:oh,notInConstruct:ch}]}}function OC(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function uh(e){this.config.enter.autolinkProtocol.call(this,e)}function RC(e){this.config.exit.autolinkProtocol.call(this,e)}function MC(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 IC(e){this.config.exit.autolinkEmail.call(this,e)}function DC(e){this.exit(e)}function LC(e){wC(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,zC],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),jC]],{ignore:["link","linkReference"]})}function zC(e,t,r,a,l){let c="";if(!Y1(l)||(/^w/i.test(t)&&(r=t+r,t="",c="http://"),!BC(r)))return!1;const u=UC(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 jC(e,t,r,a){return!Y1(a,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function BC(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 UC(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=Iv(e,"(");let c=Iv(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 Y1(e,t){const r=e.input.charCodeAt(e.index-1);return(e.index===0||va(r)||Cu(r))&&(!t||r!==47)}W1.peek=YC;function PC(){this.buffer()}function HC(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function FC(){this.buffer()}function $C(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function GC(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=or(this.sliceSerialize(e)).toLowerCase(),r.label=t}function KC(e){this.exit(e)}function qC(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=or(this.sliceSerialize(e)).toLowerCase(),r.label=t}function VC(e){this.exit(e)}function YC(){return"["}function W1(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 WC(){return{enter:{gfmFootnoteCallString:PC,gfmFootnoteCall:HC,gfmFootnoteDefinitionLabelString:FC,gfmFootnoteDefinition:$C},exit:{gfmFootnoteCallString:GC,gfmFootnoteCall:KC,gfmFootnoteDefinitionLabelString:qC,gfmFootnoteDefinition:VC}}}function XC(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:r,footnoteReference:W1},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(a,l,c,u){const d=c.createTracker(u);let h=d.move("[^");const m=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?X1:ZC))),m(),h}}function ZC(e,t,r){return t===0?e:X1(e,t,r)}function X1(e,t,r){return(r?"":" ")+e}const JC=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Z1.peek=rA;function QC(){return{canContainEols:["delete"],enter:{strikethrough:tA},exit:{strikethrough:nA}}}function eA(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:JC}],handlers:{delete:Z1}}}function tA(e){this.enter({type:"delete",children:[]},e)}function nA(e){this.exit(e)}function Z1(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 rA(){return"~"}function iA(e){return e.length}function aA(e,t){const r=t||{},a=(r.align||[]).concat(),l=r.stringLength||iA,c=[],u=[],d=[],h=[];let m=0,b=-1;for(;++b<e.length;){const _=[],O=[];let w=-1;for(e[b].length>m&&(m=e[b].length);++w<e[b].length;){const M=sA(e[b][w]);if(r.alignDelimiters!==!1){const N=l(M);O[w]=N,(h[w]===void 0||N>h[w])&&(h[w]=N)}_.push(M)}u[b]=_,d[b]=O}let y=-1;if(typeof a=="object"&&"length"in a)for(;++y<m;)c[y]=Dv(a[y]);else{const _=Dv(a);for(;++y<m;)c[y]=_}y=-1;const v=[],x=[];for(;++y<m;){const _=c[y];let O="",w="";_===99?(O=":",w=":"):_===108?O=":":_===114&&(w=":");let M=r.alignDelimiters===!1?1:Math.max(1,h[y]-O.length-w.length);const N=O+"-".repeat(M)+w;r.alignDelimiters!==!1&&(M=O.length+M+w.length,M>h[y]&&(h[y]=M),x[y]=M),v[y]=N}u.splice(1,0,v),d.splice(1,0,x),b=-1;const S=[];for(;++b<u.length;){const _=u[b],O=d[b];y=-1;const w=[];for(;++y<m;){const M=_[y]||"";let N="",A="";if(r.alignDelimiters!==!1){const P=h[y]-(O[y]||0),I=c[y];I===114?N=" ".repeat(P):I===99?P%2?(N=" ".repeat(P/2+.5),A=" ".repeat(P/2-.5)):(N=" ".repeat(P/2),A=N):A=" ".repeat(P)}r.delimiterStart!==!1&&!y&&w.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&M==="")&&(r.delimiterStart!==!1||y)&&w.push(" "),r.alignDelimiters!==!1&&w.push(N),w.push(M),r.alignDelimiters!==!1&&w.push(A),r.padding!==!1&&w.push(" "),(r.delimiterEnd!==!1||y!==m-1)&&w.push("|")}S.push(r.delimiterEnd===!1?w.join("").replace(/ +$/,""):w.join(""))}return S.join(`
64
- `)}function sA(e){return e==null?"":String(e)}function Dv(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 lA(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()),oA);return l(),u}function oA(e,t,r){return">"+(r?"":" ")+e}function cA(e,t){return Lv(e,t.inConstruct,!0)&&!Lv(e,t.notInConstruct,!1)}function Lv(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 zv(e,t,r,a){let l=-1;for(;++l<r.unsafe.length;)if(r.unsafe[l].character===`
65
- `&&cA(r.stack,r.unsafe[l]))return/[ \t]/.test(a.before)?"":" ";return`\\
66
- `}function uA(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 dA(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 fA(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 hA(e,t,r,a){const l=fA(r),c=e.value||"",u=l==="`"?"GraveAccent":"Tilde";if(dA(e,r)){const y=r.enter("codeIndented"),v=r.indentLines(c,pA);return y(),v}const d=r.createTracker(a),h=l.repeat(Math.max(uA(c,l)+1,3)),m=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),m(),b}function pA(e,t,r){return(r?"":" ")+e}function Sp(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 mA(e,t,r,a){const l=Sp(r),c=l==='"'?"Quote":"Apostrophe",u=r.enter("definition");let d=r.enter("label");const h=r.createTracker(a);let m=h.move("[");return m+=h.move(r.safe(r.associationId(e),{before:m,after:"]",...h.current()})),m+=h.move("]: "),d(),!e.url||/[\0- \u007F]/.test(e.url)?(d=r.enter("destinationLiteral"),m+=h.move("<"),m+=h.move(r.safe(e.url,{before:m,after:">",...h.current()})),m+=h.move(">")):(d=r.enter("destinationRaw"),m+=h.move(r.safe(e.url,{before:m,after:e.title?" ":`
70
- `,...h.current()}))),d(),e.title&&(d=r.enter(`title${c}`),m+=h.move(" "+l),m+=h.move(r.safe(e.title,{before:m,after:l,...h.current()})),m+=h.move(l),d()),u(),m}function gA(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 ao(e){return"&#x"+e.toString(16).toUpperCase()+";"}function pu(e,t,r){const a=As(e),l=As(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}}J1.peek=bA;function J1(e,t,r,a){const l=gA(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 m=h.charCodeAt(0),b=pu(a.before.charCodeAt(a.before.length-1),m,l);b.inside&&(h=ao(m)+h.slice(1));const y=h.charCodeAt(h.length-1),v=pu(a.after.charCodeAt(0),y,l);v.inside&&(h=h.slice(0,-1)+ao(y));const x=u.move(l);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},d+h+x}function bA(e,t,r){return r.options.emphasis||"*"}function yA(e,t){let r=!1;return Mu(e,function(a){if("value"in a&&/\r?\n|\r/.test(a.value)||a.type==="break")return r=!0,Uh}),!!((!e.depth||e.depth<3)&&mp(e)&&(t.options.setext||r))}function vA(e,t,r,a){const l=Math.max(Math.min(6,e.depth||1),1),c=r.createTracker(a);if(yA(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 m=r.containerPhrasing(e,{before:"# ",after:`
75
- `,...c.current()});return/^[\t ]/.test(m)&&(m=ao(m.charCodeAt(0))+m.slice(1)),m=m?u+" "+m:u,r.options.closeAtx&&(m+=" "+u),h(),d(),m}Q1.peek=xA;function Q1(e){return e.value||""}function xA(){return"<"}e0.peek=EA;function e0(e,t,r,a){const l=Sp(r),c=l==='"'?"Quote":"Apostrophe",u=r.enter("image");let d=r.enter("label");const h=r.createTracker(a);let m=h.move("![");return m+=h.move(r.safe(e.alt,{before:m,after:"]",...h.current()})),m+=h.move("]("),d(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(d=r.enter("destinationLiteral"),m+=h.move("<"),m+=h.move(r.safe(e.url,{before:m,after:">",...h.current()})),m+=h.move(">")):(d=r.enter("destinationRaw"),m+=h.move(r.safe(e.url,{before:m,after:e.title?" ":")",...h.current()}))),d(),e.title&&(d=r.enter(`title${c}`),m+=h.move(" "+l),m+=h.move(r.safe(e.title,{before:m,after:l,...h.current()})),m+=h.move(l),d()),m+=h.move(")"),u(),m}function EA(){return"!"}t0.peek=_A;function t0(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 m=r.safe(e.alt,{before:h,after:"]",...d.current()});h+=d.move(m+"]["),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"||!m||m!==y?h+=d.move(y+"]"):l==="shortcut"?h=h.slice(0,-1):h+=d.move("]"),h}function _A(){return"!"}n0.peek=SA;function n0(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 m=h.index;a.charCodeAt(m)===10&&a.charCodeAt(m-1)===13&&m--,a=a.slice(0,m)+" "+a.slice(h.index+1)}}return l+a+l}function SA(){return"`"}function r0(e,t){const r=mp(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))}i0.peek=wA;function i0(e,t,r,a){const l=Sp(r),c=l==='"'?"Quote":"Apostrophe",u=r.createTracker(a);let d,h;if(r0(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 m=u.move("[");return m+=u.move(r.containerPhrasing(e,{before:m,after:"](",...u.current()})),m+=u.move("]("),h(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(h=r.enter("destinationLiteral"),m+=u.move("<"),m+=u.move(r.safe(e.url,{before:m,after:">",...u.current()})),m+=u.move(">")):(h=r.enter("destinationRaw"),m+=u.move(r.safe(e.url,{before:m,after:e.title?" ":")",...u.current()}))),h(),e.title&&(h=r.enter(`title${c}`),m+=u.move(" "+l),m+=u.move(r.safe(e.title,{before:m,after:l,...u.current()})),m+=u.move(l),h()),m+=u.move(")"),d(),m}function wA(e,t,r){return r0(e,r)?"<":"["}a0.peek=kA;function a0(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 m=r.containerPhrasing(e,{before:h,after:"]",...d.current()});h+=d.move(m+"]["),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"||!m||m!==y?h+=d.move(y+"]"):l==="shortcut"?h=h.slice(0,-1):h+=d.move("]"),h}function kA(){return"["}function wp(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 TA(e){const t=wp(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 NA(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 s0(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 CA(e,t,r,a){const l=r.enter("list"),c=r.bulletCurrent;let u=e.ordered?NA(r):wp(r);const d=e.ordered?u==="."?")":".":TA(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),s0(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 m=r.containerFlow(e,a);return r.bulletLastUsed=u,r.bulletCurrent=c,l(),m}function AA(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 OA(e,t,r,a){const l=AA(r);let c=r.bulletCurrent||wp(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"),m=r.indentLines(r.containerFlow(e,d.current()),b);return h(),m;function b(y,v,x){return v?(x?"":" ".repeat(u))+y:(x?c:c+" ".repeat(u-c.length))+y}}function RA(e,t,r,a){const l=r.enter("paragraph"),c=r.enter("phrasing"),u=r.containerPhrasing(e,a);return c(),l(),u}const MA=mo(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function IA(e,t,r,a){return(e.children.some(function(u){return MA(u)})?r.containerPhrasing:r.containerFlow).call(r,e,a)}function DA(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}l0.peek=LA;function l0(e,t,r,a){const l=DA(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 m=h.charCodeAt(0),b=pu(a.before.charCodeAt(a.before.length-1),m,l);b.inside&&(h=ao(m)+h.slice(1));const y=h.charCodeAt(h.length-1),v=pu(a.after.charCodeAt(0),y,l);v.inside&&(h=h.slice(0,-1)+ao(y));const x=u.move(l+l);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},d+h+x}function LA(e,t,r){return r.options.strong||"*"}function zA(e,t,r,a){return r.safe(e.value,a)}function jA(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 BA(e,t,r){const a=(s0(r)+(r.options.ruleSpaces?" ":"")).repeat(jA(r));return r.options.ruleSpaces?a.slice(0,-1):a}const o0={blockquote:lA,break:zv,code:hA,definition:mA,emphasis:J1,hardBreak:zv,heading:vA,html:Q1,image:e0,imageReference:t0,inlineCode:n0,link:i0,linkReference:a0,list:CA,listItem:OA,paragraph:RA,root:IA,strong:l0,text:zA,thematicBreak:BA};function UA(){return{enter:{table:PA,tableData:jv,tableHeader:jv,tableRow:FA},exit:{codeText:$A,table:HA,tableData:dh,tableHeader:dh,tableRow:dh}}}function PA(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 HA(e){this.exit(e),this.data.inTable=void 0}function FA(e){this.enter({type:"tableRow",children:[]},e)}function dh(e){this.exit(e)}function jv(e){this.enter({type:"tableCell",children:[]},e)}function $A(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,GA));const r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function GA(e,t){return t==="|"?t:e}function KA(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,_,O){return m(b(x,_,O),x.align)}function d(x,S,_,O){const w=y(x,_,O),M=m([w]);return M.slice(0,M.indexOf(`
77
- `))}function h(x,S,_,O){const w=_.enter("tableCell"),M=_.enter("phrasing"),N=_.containerPhrasing(x,{...O,before:c,after:c});return M(),w(),N}function m(x,S){return aA(x,{align:S,alignDelimiters:a,padding:r,stringLength:l})}function b(x,S,_){const O=x.children;let w=-1;const M=[],N=S.enter("table");for(;++w<O.length;)M[w]=y(O[w],S,_);return N(),M}function y(x,S,_){const O=x.children;let w=-1;const M=[],N=S.enter("tableRow");for(;++w<O.length;)M[w]=h(O[w],x,S,_);return N(),M}function v(x,S,_){let O=o0.inlineCode(x,S,_);return _.stack.includes("tableCell")&&(O=O.replace(/\|/g,"\\$&")),O}}function qA(){return{exit:{taskListCheckValueChecked:Bv,taskListCheckValueUnchecked:Bv,paragraph:YA}}}function VA(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:WA}}}function Bv(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function YA(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 WA(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=o0.listItem(e,t,r,{...a,...d.current()});return c&&(h=h.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,m)),h;function m(b){return b+u}}function XA(){return[CC(),WC(),QC(),UA(),qA()]}function ZA(e){return{extensions:[AC(),XC(e),eA(),KA(e),VA()]}}const JA={tokenize:iO,partial:!0},c0={tokenize:aO,partial:!0},u0={tokenize:sO,partial:!0},d0={tokenize:lO,partial:!0},QA={tokenize:oO,partial:!0},f0={name:"wwwAutolink",tokenize:nO,previous:p0},h0={name:"protocolAutolink",tokenize:rO,previous:m0},ri={name:"emailAutolink",tokenize:tO,previous:g0},Tr={};function eO(){return{text:Tr}}let fa=48;for(;fa<123;)Tr[fa]=ri,fa++,fa===58?fa=65:fa===91&&(fa=97);Tr[43]=ri;Tr[45]=ri;Tr[46]=ri;Tr[95]=ri;Tr[72]=[ri,h0];Tr[104]=[ri,h0];Tr[87]=[ri,f0];Tr[119]=[ri,f0];function tO(e,t,r){const a=this;let l,c;return u;function u(y){return!$h(y)||!g0.call(a,a.previous)||kp(a.events)?r(y):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),d(y))}function d(y){return $h(y)?(e.consume(y),d):y===64?(e.consume(y),h):r(y)}function h(y){return y===46?e.check(QA,b,m)(y):y===45||y===95||sn(y)?(c=!0,e.consume(y),h):b(y)}function m(y){return e.consume(y),l=!0,h}function b(y){return c&&l&&pn(a.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(y)):r(y)}}function nO(e,t,r){const a=this;return l;function l(u){return u!==87&&u!==119||!p0.call(a,a.previous)||kp(a.events)?r(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(JA,e.attempt(c0,e.attempt(u0,c),r),r)(u))}function c(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function rO(e,t,r){const a=this;let l="",c=!1;return u;function u(y){return(y===72||y===104)&&m0.call(a,a.previous)&&!kp(a.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),l+=String.fromCodePoint(y),e.consume(y),d):r(y)}function d(y){if(pn(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?m:(c=!0,h)):r(y)}function m(y){return y===null||du(y)||vt(y)||va(y)||Cu(y)?r(y):e.attempt(c0,e.attempt(u0,b),r)(y)}function b(y){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(y)}}function iO(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 aO(e,t,r){let a,l,c;return u;function u(m){return m===46||m===95?e.check(d0,h,d)(m):m===null||vt(m)||va(m)||m!==45&&Cu(m)?h(m):(c=!0,e.consume(m),u)}function d(m){return m===95?a=!0:(l=a,a=void 0),e.consume(m),u}function h(m){return l||a||!c?r(m):t(m)}}function sO(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(d0,t,c)(u):u===null||vt(u)||va(u)?t(u):(e.consume(u),l)}function c(u){return u===41&&a++,e.consume(u),l}}function lO(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||vt(d)||va(d)?t(d):r(d)}function l(d){return d===null||d===40||d===91||vt(d)||va(d)?t(d):a(d)}function c(d){return pn(d)?u(d):r(d)}function u(d){return d===59?(e.consume(d),a):pn(d)?(e.consume(d),u):r(d)}}function oO(e,t,r){return a;function a(c){return e.consume(c),l}function l(c){return sn(c)?r(c):t(c)}}function p0(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||vt(e)}function m0(e){return!pn(e)}function g0(e){return!(e===47||$h(e))}function $h(e){return e===43||e===45||e===46||e===95||sn(e)}function kp(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 cO={tokenize:bO,partial:!0};function uO(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:pO,continuation:{tokenize:mO},exit:gO}},text:{91:{name:"gfmFootnoteCall",tokenize:hO},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:dO,resolveTo:fO}}}}function dO(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 m=or(a.sliceSerialize({start:u.end,end:a.now()}));return m.codePointAt(0)!==94||!c.includes(m.slice(1))?r(h):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),t(h))}}function fO(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 hO(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",m)}function m(y){if(c>999||y===93&&!u||y===null||y===91||vt(y))return r(y);if(y===93){e.exit("chunkString");const v=e.exit("gfmFootnoteCallString");return l.includes(or(a.sliceSerialize(v)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(y),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(y)}return vt(y)||(u=!0),c++,e.consume(y),y===92?b:m}function b(y){return y===91||y===92||y===93?(e.consume(y),c++,m):m(y)}}function pO(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"),m}function m(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||vt(S))return r(S);if(S===93){e.exit("chunkString");const _=e.exit("gfmFootnoteDefinitionLabelString");return c=or(a.sliceSerialize(_)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),v}return vt(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),et(e,x,"gfmFootnoteDefinitionWhitespace")):r(S)}function x(S){return t(S)}}function mO(e,t,r){return e.check(po,t,e.attempt(cO,t,r))}function gO(e){e.exit("gfmFootnoteDefinition")}function bO(e,t,r){const a=this;return et(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 yO(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 m=h;for(;m--;)if(u[m][0]==="exit"&&u[m][1].type==="strikethroughSequenceTemporary"&&u[m][1]._open&&u[h][1].end.offset-u[h][1].start.offset===u[m][1].end.offset-u[m][1].start.offset){u[h][1].type="strikethroughSequence",u[m][1].type="strikethroughSequence";const b={type:"strikethrough",start:Object.assign({},u[m][1].start),end:Object.assign({},u[h][1].end)},y={type:"strikethroughText",start:Object.assign({},u[m][1].end),end:Object.assign({},u[h][1].start)},v=[["enter",b,d],["enter",u[m][1],d],["exit",u[m][1],d],["enter",y,d]],x=d.parser.constructs.insideSpan.null;x&&Hn(v,v.length,0,Au(x,u.slice(m+1,h),d)),Hn(v,v.length,0,[["exit",y,d],["enter",u[h][1],d],["exit",u[h][1],d],["exit",b,d]]),Hn(u,m-1,h-m+3,v),h=m+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 m=this.previous,b=this.events;let y=0;return v;function v(S){return m===126&&b[b.length-1][1].type!=="characterEscape"?h(S):(u.enter("strikethroughSequenceTemporary"),x(S))}function x(S){const _=As(m);if(S===126)return y>1?h(S):(u.consume(S),y++,x);if(y<2&&!r)return h(S);const O=u.exit("strikethroughSequenceTemporary"),w=As(S);return O._open=!w||w===2&&!!_,O._close=!_||_===2&&!!w,d(S)}}}class vO{constructor(){this.map=[]}add(t,r,a){xO(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 xO(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 EO(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 _O(){return{flow:{null:{name:"table",tokenize:SO,resolveAll:wO}}}}function SO(e,t,r){const a=this;let l=0,c=0,u;return d;function d(B){let F=a.events.length-1;for(;F>-1;){const le=a.events[F][1].type;if(le==="lineEnding"||le==="linePrefix")F--;else break}const W=F>-1?a.events[F][1].type:null,pe=W==="tableHead"||W==="tableRow"?I:h;return pe===I&&a.parser.lazy[a.now().line]?r(B):pe(B)}function h(B){return e.enter("tableHead"),e.enter("tableRow"),m(B)}function m(B){return B===124||(u=!0,c+=1),b(B)}function b(B){return B===null?r(B):Oe(B)?c>1?(c=0,a.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(B),e.exit("lineEnding"),x):r(B):Ye(B)?et(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||vt(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,Ye(B)?et(e,S,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(B):S(B))}function S(B){return B===45||B===58?O(B):B===124?(u=!0,e.enter("tableCellDivider"),e.consume(B),e.exit("tableCellDivider"),_):P(B)}function _(B){return Ye(B)?et(e,O,"whitespace")(B):O(B)}function O(B){return B===58?(c+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(B),e.exit("tableDelimiterMarker"),w):B===45?(c+=1,w(B)):B===null||Oe(B)?A(B):P(B)}function w(B){return B===45?(e.enter("tableDelimiterFiller"),M(B)):P(B)}function M(B){return B===45?(e.consume(B),M):B===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(B),e.exit("tableDelimiterMarker"),N):(e.exit("tableDelimiterFiller"),N(B))}function N(B){return Ye(B)?et(e,A,"whitespace")(B):A(B)}function A(B){return B===124?S(B):B===null||Oe(B)?!u||l!==c?P(B):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(B)):P(B)}function P(B){return r(B)}function I(B){return e.enter("tableRow"),V(B)}function V(B){return B===124?(e.enter("tableCellDivider"),e.consume(B),e.exit("tableCellDivider"),V):B===null||Oe(B)?(e.exit("tableRow"),t(B)):Ye(B)?et(e,V,"whitespace")(B):(e.enter("data"),Q(B))}function Q(B){return B===null||B===124||vt(B)?(e.exit("data"),V(B)):(e.consume(B),B===92?ee:Q)}function ee(B){return B===92||B===124?(e.consume(B),Q):Q(B)}}function wO(e,t){let r=-1,a=!0,l=0,c=[0,0,0,0],u=[0,0,0,0],d=!1,h=0,m,b,y;const v=new vO;for(;++r<e.length;){const x=e[r],S=x[1];x[0]==="enter"?S.type==="tableHead"?(d=!1,h!==0&&(Uv(v,t,h,m,b),b=void 0,h=0),m={type:"table",start:Object.assign({},S.start),end:Object.assign({},S.end)},v.add(r,0,[["enter",m,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=qc(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=qc(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=qc(v,t,c,l,r,y)):u[1]!==0&&(y=qc(v,t,u,l,r,y)),l=0):l&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")&&(u[3]=r)}for(h!==0&&Uv(v,t,h,m,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=EO(t.events,r))}return e}function qc(e,t,r,a,l,c){const u=a===1?"tableHeader":a===2?"tableDelimiter":"tableData",d="tableContent";r[0]!==0&&(c.end=Object.assign({},ms(t.events,r[0])),e.add(r[0],0,[["exit",c,t]]));const h=ms(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 m=ms(t.events,r[2]),b=ms(t.events,r[3]),y={type:d,start:Object.assign({},m),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,_=r[3]-r[2]-1;e.add(S,_,[])}}e.add(r[3]+1,0,[["exit",y,t]])}return l!==void 0&&(c.end=Object.assign({},ms(t.events,l)),e.add(l,0,[["exit",c,t]]),c=void 0),c}function Uv(e,t,r,a,l){const c=[],u=ms(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 ms(e,t){const r=e[t],a=r[0]==="enter"?"start":"end";return r[1][a]}const kO={name:"tasklistCheck",tokenize:NO};function TO(){return{text:{91:kO}}}function NO(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 vt(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 Oe(h)?t(h):Ye(h)?e.check({tokenize:CO},t,r)(h):r(h)}}function CO(e,t,r){return et(e,a,"whitespace");function a(l){return l===null?r(l):t(l)}}function AO(e){return T1([eO(),uO(),yO(e),_O(),TO()])}const OO={};function b0(e){const t=this,r=e||OO,a=t.data(),l=a.micromarkExtensions||(a.micromarkExtensions=[]),c=a.fromMarkdownExtensions||(a.fromMarkdownExtensions=[]),u=a.toMarkdownExtensions||(a.toMarkdownExtensions=[]);l.push(AO(r)),c.push(XA()),u.push(ZA(r))}const Pv=(function(e,t,r){const a=mo(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]}),Sa=(function(e){if(e==null)return IO;if(typeof e=="string")return MO(e);if(typeof e=="object")return RO(e);if(typeof e=="function")return Tp(e);throw new Error("Expected function, string, or array as `test`")});function RO(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=Sa(e[r]);return Tp(a);function a(...l){let c=-1;for(;++c<t.length;)if(t[c].apply(this,l))return!0;return!1}}function MO(e){return Tp(t);function t(r){return r.tagName===e}}function Tp(e){return t;function t(r,a,l){return!!(DO(r)&&e.call(this,r,typeof a=="number"?a:void 0,l||void 0))}}function IO(e){return!!(e&&typeof e=="object"&&"type"in e&&e.type==="element"&&"tagName"in e&&typeof e.tagName=="string")}function DO(e){return e!==null&&typeof e=="object"&&"type"in e&&"tagName"in e}const Hv=/\n/g,Fv=/[\t ]+/g,Gh=Sa("br"),$v=Sa(FO),LO=Sa("p"),Gv=Sa("tr"),zO=Sa(["datalist","head","noembed","noframes","noscript","rp","script","style","template","title",HO,$O]),y0=Sa(["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 jO(e,t){const r=t||{},a="children"in e?e.children:[],l=y0(e),c=E0(e,{whitespace:r.whitespace||"normal"}),u=[];(e.type==="text"||e.type==="comment")&&u.push(...x0(e,{breakBefore:!0,breakAfter:!0}));let d=-1;for(;++d<a.length;)u.push(...v0(a[d],e,{whitespace:c,breakBefore:d?void 0:l,breakAfter:d<a.length-1?Gh(a[d+1]):l}));const h=[];let m;for(d=-1;++d<u.length;){const b=u[d];typeof b=="number"?m!==void 0&&b>m&&(m=b):b&&(m!==void 0&&m>-1&&h.push(`
78
- `.repeat(m)||" "),m=-1,h.push(b))}return h.join("")}function v0(e,t,r){return e.type==="element"?BO(e,t,r):e.type==="text"?r.whitespace==="normal"?x0(e,r):UO(e):[]}function BO(e,t,r){const a=E0(e,r),l=e.children||[];let c=-1,u=[];if(zO(e))return u;let d,h;for(Gh(e)||Gv(e)&&Pv(t,e,Gv)?h=`
79
- `:LO(e)?(d=2,h=2):y0(e)&&(d=1,h=1);++c<l.length;)u=u.concat(v0(l[c],e,{whitespace:a,breakBefore:c?void 0:d,breakAfter:c<l.length-1?Gh(l[c+1]):h}));return $v(e)&&Pv(t,e,$v)&&u.push(" "),d&&u.unshift(d),h&&u.push(h),u}function x0(e,t){const r=String(e.value),a=[],l=[];let c=0;for(;c<=r.length;){Hv.lastIndex=c;const h=Hv.exec(r),m=h&&"index"in h?h.index:r.length;a.push(PO(r.slice(c,m).replace(/[\u061C\u200E\u200F\u202A-\u202E\u2066-\u2069]/g,""),c===0?t.breakBefore:!0,m===r.length?t.breakAfter:!0)),c=m+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 UO(e){return[String(e.value)]}function PO(e,t,r){const a=[];let l=0,c;for(;l<e.length;){Fv.lastIndex=l;const u=Fv.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 E0(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 HO(e){return!!(e.properties||{}).hidden}function FO(e){return e.tagName==="td"||e.tagName==="th"}function $O(e){return e.tagName==="dialog"&&!(e.properties||{}).open}function GO(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"},m={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(m,{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"],_=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],O=["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"],w=["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:_,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:O},P={className:"function.dispatch",relevance:0,keywords:{_hint:w},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},I=[P,y,d,r,e.C_BLOCK_COMMENT_MODE,b,m],V={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:A,contains:I.concat([{begin:/\(/,end:/\)/,keywords:A,contains:I.concat(["self"]),relevance:0}]),relevance:0},Q={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:[m,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,d,{begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,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(V,Q,P,I,[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 KO(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=GO(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 qO(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:/\\"/},m={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},_=["if","then","else","elif","fi","time","for","while","until","in","do","done","case","esac","coproc","function","select"],O=["true","false"],w={match:/(\/[a-z._-]+)+/},M=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],N=["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"],P=["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:_,literal:O,built_in:[...M,...N,"set","shopt",...A,...P]},contains:[x,e.SHEBANG(),S,y,c,u,w,d,h,m,b,r]}}function VO(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/}]},m={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(m,{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*\\(",O={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"},w=[y,d,r,e.C_BLOCK_COMMENT_MODE,b,m],M={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:O,contains:w.concat([{begin:/\(/,end:/\)/,keywords:O,contains:w.concat(["self"]),relevance:0}]),relevance:0},N={begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:O,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:O,relevance:0},{begin:x,returnBegin:!0,contains:[e.inherit(v,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,d,{begin:/\(/,end:/\)/,keywords:O,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,b,d]}]},d,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C",aliases:["h"],keywords:O,disableAutodetect:!0,illegal:"</",contains:[].concat(M,N,w,[y,{begin:e.IDENT_RE+"::",keywords:O},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:y,strings:m,keywords:O}}}function YO(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"},m={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(m,{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"],_=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],O=["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"],w=["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:_,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:O},P={className:"function.dispatch",relevance:0,keywords:{_hint:w},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},I=[P,y,d,r,e.C_BLOCK_COMMENT_MODE,b,m],V={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:A,contains:I.concat([{begin:/\(/,end:/\)/,keywords:A,contains:I.concat(["self"]),relevance:0}]),relevance:0},Q={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:[m,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,d,{begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,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(V,Q,P,I,[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 WO(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},m={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]},_={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},v]},O=e.inherit(_,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},x]});v.contains=[_,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,h,e.C_BLOCK_COMMENT_MODE],x.contains=[O,S,y,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,h,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const w={variants:[m,_,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},M={begin:"<",end:">",contains:[{beginKeywords:"in out"},d]},N=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"}},w,h,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},d,M,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,M,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:"("+N+"\\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,M],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:u,relevance:0,contains:[w,h,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},A]}}const XO=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_-]*/}}),ZO=["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"],JO=["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"],QO=[...ZO,...JO],eR=["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(),tR=["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(),nR=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),rR=["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 iR(e){const t=e.regex,r=XO(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:":("+tR.join("|")+")"},{begin:":(:)?("+nR.join("|")+")"}]},r.CSS_VARIABLE,{className:"attribute",begin:"\\b("+rR.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:eR.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...d,r.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+QO.join("|")+")\\b"}]}}function aR(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 sR(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 lR(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 oR(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_-]+/,m=/"(\\"|[^"])*"/,b=/'[^']*'/,y=t.either(h,m,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 gs="[0-9](_*[0-9])*",Vc=`\\.(${gs})`,Yc="[0-9a-fA-F](_*[0-9a-fA-F])*",Kv={className:"number",variants:[{begin:`(\\b(${gs})((${Vc})|\\.)?|(${Vc}))[eE][+-]?(${gs})[fFdD]?\\b`},{begin:`\\b(${gs})((${Vc})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${Vc})[fFdD]?\\b`},{begin:`\\b(${gs})[fFdD]\\b`},{begin:`\\b0[xX]((${Yc})\\.?|(${Yc})?\\.(${Yc}))[pP][+-]?(${gs})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${Yc})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function _0(e,t,r){return r===-1?"":e.replace(t,a=>_0(e,t,r-1))}function cR(e){const t=e.regex,r="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",a=r+_0("(?:<"+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"]},m={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:[m,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,Kv,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},Kv,m]}}const qv="[A-Za-z$_][0-9A-Za-z$_]*",uR=["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"],dR=["true","false","null","undefined","NaN","Infinity"],S0=["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"],w0=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],k0=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],fR=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],hR=[].concat(k0,S0,w0);function pR(e){const t=e.regex,r=(ie,{after:U})=>{const k="</"+ie[0].slice(1);return ie.input.indexOf(k,U)!==-1},a=qv,l={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(ie,U)=>{const k=ie[0].length+ie.index,R=ie.input[k];if(R==="<"||R===","){U.ignoreMatch();return}R===">"&&(r(ie,{after:k})||U.ignoreMatch());let K;const C=ie.input.substring(k);if(K=C.match(/^\s*=/)){U.ignoreMatch();return}if((K=C.match(/^\s+extends\s+/))&&K.index===0){U.ignoreMatch();return}}},d={$pattern:qv,keyword:uR,literal:dR,built_in:hR,"variable.language":fR},h="[0-9](_?[0-9])*",m=`\\.(${h})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${m})|\\.)?|(${m}))[eE][+-]?(${h})\\b`},{begin:`\\b(${b})\\b((${m})\\b|\\.)?|(${m})\\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"}},_={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},O={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},M={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]},N=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,O,{match:/\$\d+/},y];v.contains=N.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(N)});const A=[].concat(M,v.contains),P=A.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(A)}]),I={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:P},V={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"}}]},Q={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:{_:[...S0,...w0]}},ee={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:[I],illegal:/%/},F={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function W(ie){return t.concat("(?!",ie.join("|"),")")}const pe={match:t.concat(/\b/,W([...k0,"super","import"].map(ie=>`${ie}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},le={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:/\(\)/},I]},z="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",Z={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(z)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[I]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:P,CLASS_REFERENCE:Q},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),ee,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,O,M,{match:/\$\d+/},y,Q,{scope:"attr",match:a+t.lookahead(":"),relevance:0},Z,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[M,e.REGEXP_MODE,{className:"function",begin:z,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:P}]}]},{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:[I,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},le,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[I]},pe,F,V,G,{match:/\$[(.]/}]}}function mR(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 bs="[0-9](_*[0-9])*",Wc=`\\.(${bs})`,Xc="[0-9a-fA-F](_*[0-9a-fA-F])*",gR={className:"number",variants:[{begin:`(\\b(${bs})((${Wc})|\\.)?|(${Wc}))[eE][+-]?(${bs})[fFdD]?\\b`},{begin:`\\b(${bs})((${Wc})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${Wc})[fFdD]?\\b`},{begin:`\\b(${bs})[fFdD]\\b`},{begin:`\\b0[xX]((${Xc})\\.?|(${Xc})?\\.(${Xc}))[pP][+-]?(${bs})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${Xc})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function bR(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"]}]},m=gR,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
- `},m]}}const yR=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_-]*/}}),vR=["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"],xR=["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"],ER=[...vR,...xR],_R=["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(),T0=["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(),N0=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),SR=["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(),wR=T0.concat(N0).sort().reverse();function kR(e){const t=yR(e),r=wR,a="and or not only",l="[\\w-]+",c="("+l+"|@\\{"+l+"\\})",u=[],d=[],h=function(N){return{className:"string",begin:"~?"+N+".*?"+N}},m=function(N,A,P){return{className:N,begin:A,relevance:P}},b={$pattern:/[a-z-]+/,keyword:a,attribute:_R.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,m("variable","@@?"+l,10),m("variable","@\\{"+l+"\\}"),m("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("+SR.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:d}}]},_={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}},O={className:"variable",variants:[{begin:"@"+l+"\\s*:",relevance:15},{begin:"@"+l}],starts:{end:"[;}]",returnEnd:!0,contains:v}},w={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,m("keyword","all\\b"),m("variable","@\\{"+l+"\\}"),{begin:"\\b("+ER.join("|")+")\\b",className:"selector-tag"},t.CSS_NUMBER_MODE,m("selector-tag",c,0),m("selector-id","#"+c),m("selector-class","\\."+c,0),m("selector-tag","&",0),t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+T0.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+N0.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:v},{begin:"!important"},t.FUNCTION_DISPATCH]},M={begin:l+`:(:)?(${r.join("|")})`,returnBegin:!0,contains:[w]};return u.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,_,O,M,S,w,x,t.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:u}}function TR(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 NR(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 CR(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}]},m={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(m,{contains:[]}),v=e.inherit(b,{contains:[]});m.contains.push(v),b.contains.push(y);let x=[r,h];return[m,b,y,v].forEach(w=>{w.contains=w.contains.concat(x)}),x=x.concat(m,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,m,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 AR(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 OR(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]},m={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=(_,O,w="\\1")=>{const M=w==="\\1"?w:t.concat(w,O);return t.concat(t.concat("(?:",_,")"),O,/(?:\\.|[^\\\/])*?/,M,/(?:\\.|[^\\\/])*?/,w,a)},x=(_,O,w)=>t.concat(t.concat("(?:",_,")"),O,/(?:\\.|[^\\\/])*?/,w,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}]},m,{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,m]},{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 RR(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:/\}/}]},m=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":(le,G)=>{G.data._beginMatch=le[1]||le[2]},"on:end":(le,G)=>{G.data._beginMatch!==le[1]&&G.ignoreMatch()}},v=e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),x=`[
81
- ]`,S={scope:"string",variants:[b,m,y,v]},_={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},O=["false","null","true"],w=["__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"],M=["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:w,literal:(le=>{const G=[];return le.forEach(z=>{G.push(z),z.toLowerCase()===z?G.push(z.toUpperCase()):G.push(z.toLowerCase())}),G})(O),built_in:M},P=le=>le.map(G=>G.replace(/\|\d+$/,"")),I={variants:[{match:[/new/,t.concat(x,"+"),t.concat("(?!",P(M).join("\\b|"),"\\b)"),l],scope:{1:"keyword",4:"title.class"}}]},V=t.concat(a,"\\b(?!\\()"),Q={variants:[{match:[t.concat(/::/,t.lookahead(/(?!class\b)/)),V],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[l,t.concat(/::/,t.lookahead(/(?!class\b)/)),V],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"}}]},ee={scope:"attr",match:t.concat(a,t.lookahead(":"),t.lookahead(/(?!::)/))},B={relevance:0,begin:/\(/,end:/\)/,keywords:A,contains:[ee,u,Q,e.C_BLOCK_COMMENT_MODE,S,_,I]},F={relevance:0,match:[/\b/,t.concat("(?!fn\\b|function\\b|",P(w).join("\\b|"),"|",P(M).join("\\b|"),"\\b)"),a,t.concat(x,"*"),t.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[B]};B.contains.push(F);const W=[ee,Q,e.C_BLOCK_COMMENT_MODE,S,_,I],pe={begin:t.concat(/#\[\s*\\?/,t.either(l,c)),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:O,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:O,keyword:["new","array"]},contains:["self",...W]},...W,{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,F,Q,{match:[/const/,/\s/,a],scope:{1:"keyword",3:"variable.constant"}},I,{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,Q,e.C_BLOCK_COMMENT_MODE,S,_]}]},{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,_]}}function MR(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 IR(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}function DR(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:/^(>>>|\.\.\.) /},m={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,m]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,h,b,m]},{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,m]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,b,m]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},v="[0-9](_?[0-9])*",x=`(\\b(${v}))?\\.(${v})|\\b(${v})\\.`,S=`\\b|${a.join("|")}`,_={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})`}]},O={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:d,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},w={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:["self",h,_,y,e.HASH_COMMENT_MODE]}]};return m.contains=[y,_,h],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:d,illegal:/(<\/|\?)|=>/,contains:[h,_,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},y,O,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,r],scope:{1:"keyword",3:"title.function"},contains:[w]},{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:[_,w,y]}]}}function LR(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}function zR(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 jR(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:">"},m=[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"}]},_={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:u}]},I=[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:[_]},{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,m),relevance:0}].concat(h,m);b.contains=I,_.contains=I;const B=[{begin:/^\s*=>/,starts:{end:"$",contains:I}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:u,contains:I}}];return m.unshift(h),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:u,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(B).concat(m).concat(I)}}function BR(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"],m=["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:m},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:m,type:b}},{className:"punctuation",begin:"->"},c]}}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_-]*/}}),PR=["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"],HR=["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"],FR=[...PR,...HR],$R=["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(),GR=["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(),KR=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),qR=["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 VR(e){const t=UR(e),r=KR,a=GR,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("+FR.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("+qR.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:$R.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 YR(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}function WR(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"],m=["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=[...m,...h].filter(P=>!b.includes(P)),_={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},O={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},w={match:t.concat(/\b/,t.either(...x),/\s*\(/),relevance:0,keywords:{built_in:x}};function M(P){return t.concat(/\b/,t.either(...P.map(I=>I.replace(/\s+/,"\\s+"))),/\b/)}const N={scope:"keyword",match:M(v),relevance:0};function A(P,{exceptions:I,when:V}={}){const Q=V;return I=I||[],P.map(ee=>ee.match(/\|\d+$/)||I.includes(ee)?ee:Q(ee)?`${ee}|0`:ee)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:A(S,{when:P=>P.length<3}),literal:c,type:d,built_in:y},contains:[{scope:"type",match:M(u)},N,w,_,a,l,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,r,O]}}function C0(e){return e?typeof e=="string"?e:e.source:null}function Bl(e){return mt("(?=",e,")")}function mt(...e){return e.map(r=>C0(r)).join("")}function XR(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function fn(...e){return"("+(XR(e).capture?"":"?:")+e.map(a=>C0(a)).join("|")+")"}const Np=e=>mt(/\b/,e,/\w$/.test(e)?/\b/:/\B/),ZR=["Protocol","Type"].map(Np),Vv=["init","self"].map(Np),JR=["Any","Self"],fh=["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"],Yv=["false","nil","true"],QR=["assignment","associativity","higherThan","left","lowerThan","none","right"],eM=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],Wv=["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"],A0=fn(/[/=\-+!*%<>&|^~?]/,/[\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]/),O0=fn(A0,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),hh=mt(A0,O0,"*"),R0=fn(/[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]/),mu=fn(R0,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),yr=mt(R0,mu,"*"),Zc=mt(/[A-Z]/,mu,"*"),tM=["attached","autoclosure",mt(/convention\(/,fn("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",mt(/objc\(/,yr,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],nM=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function rM(e){const t={match:/\s+/,relevance:0},r=e.COMMENT("/\\*","\\*/",{contains:["self"]}),a=[e.C_LINE_COMMENT_MODE,r],l={match:[/\./,fn(...ZR,...Vv)],className:{2:"keyword"}},c={match:mt(/\./,fn(...fh)),relevance:0},u=fh.filter(Je=>typeof Je=="string").concat(["_|0"]),d=fh.filter(Je=>typeof Je!="string").concat(JR).map(Np),h={variants:[{className:"keyword",match:fn(...d,...Vv)}]},m={$pattern:fn(/\b\w+/,/#\w+/),keyword:u.concat(eM),literal:Yv},b=[l,c,h],y={match:mt(/\./,fn(...Wv)),relevance:0},v={className:"built_in",match:mt(/\b/,fn(...Wv),/(?=\()/)},x=[y,v],S={match:/->/,relevance:0},_={className:"operator",relevance:0,variants:[{match:hh},{match:`\\.(\\.|${O0})+`}]},O=[S,_],w="([0-9]_*)+",M="([0-9a-fA-F]_*)+",N={className:"number",relevance:0,variants:[{match:`\\b(${w})(\\.(${w}))?([eE][+-]?(${w}))?\\b`},{match:`\\b0x(${M})(\\.(${M}))?([pP][+-]?(${w}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},A=(Je="")=>({className:"subst",variants:[{match:mt(/\\/,Je,/[0\\tnr"']/)},{match:mt(/\\/,Je,/u\{[0-9a-fA-F]{1,8}\}/)}]}),P=(Je="")=>({className:"subst",match:mt(/\\/,Je,/[\t ]*(?:[\r\n]|\r\n)/)}),I=(Je="")=>({className:"subst",label:"interpol",begin:mt(/\\/,Je,/\(/),end:/\)/}),V=(Je="")=>({begin:mt(Je,/"""/),end:mt(/"""/,Je),contains:[A(Je),P(Je),I(Je)]}),Q=(Je="")=>({begin:mt(Je,/"/),end:mt(/"/,Je),contains:[A(Je),I(Je)]}),ee={className:"string",variants:[V(),V("#"),V("##"),V("###"),Q(),Q("#"),Q("##"),Q("###")]},B=[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}],F={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:B},W=Je=>{const tr=mt(Je,/\//),Fn=mt(/\//,Je);return{begin:tr,end:Fn,contains:[...B,{scope:"comment",begin:`#(?!.*${Fn})`,end:/$/}]}},pe={scope:"regexp",variants:[W("###"),W("##"),W("#"),F]},le={match:mt(/`/,yr,/`/)},G={className:"variable",match:/\$\d+/},z={className:"variable",match:`\\$${mu}+`},Z=[le,G,z],ie={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:nM,contains:[...O,N,ee]}]}},U={scope:"keyword",match:mt(/@/,fn(...tM),Bl(fn(/\(/,/\s+/)))},k={scope:"meta",match:mt(/@/,yr)},R=[ie,U,k],K={match:Bl(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:mt(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,mu,"+")},{className:"type",match:Zc,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:mt(/\s+&\s+/,Bl(Zc)),relevance:0}]},C={begin:/</,end:/>/,keywords:m,contains:[...a,...b,...R,S,K]};K.contains.push(C);const de={match:mt(yr,/\s*:/),keywords:"_|0",relevance:0},ue={begin:/\(/,end:/\)/,relevance:0,keywords:m,contains:["self",de,...a,pe,...b,...x,...O,N,ee,...Z,...R,K]},ve={begin:/</,end:/>/,keywords:"repeat each",contains:[...a,K]},ke={begin:fn(Bl(mt(yr,/\s*:/)),Bl(mt(yr,/\s+/,yr,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:yr}]},Le={begin:/\(/,end:/\)/,keywords:m,contains:[ke,...a,...b,...O,N,ee,...R,K,ue],endsParent:!0,illegal:/["']/},re={match:[/(func|macro)/,/\s+/,fn(le.match,yr,hh)],className:{1:"keyword",3:"title.function"},contains:[ve,Le,t],illegal:[/\[/,/%/]},ye={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[ve,Le,t],illegal:/\[|%/},Te={match:[/operator/,/\s+/,hh],className:{1:"keyword",3:"title"}},Ne={begin:[/precedencegroup/,/\s+/,Zc],className:{1:"keyword",3:"title"},contains:[K],keywords:[...QR,...Yv],end:/}/},Ke={match:[/class\b/,/\s+/,/func\b/,/\s+/,/\b[A-Za-z_][A-Za-z0-9_]*\b/],scope:{1:"keyword",3:"keyword",5:"title.function"}},Tt={match:[/class\b/,/\s+/,/var\b/],scope:{1:"keyword",3:"keyword"}},At={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,yr,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:m,contains:[ve,...b,{begin:/:/,end:/\{/,keywords:m,contains:[{scope:"title.class.inherited",match:Zc},...b],relevance:0}]};for(const Je of ee.variants){const tr=Je.contains.find(dr=>dr.label==="interpol");tr.keywords=m;const Fn=[...b,...x,...O,N,ee,...Z];tr.contains=[...Fn,{begin:/\(/,end:/\)/,contains:["self",...Fn]}]}return{name:"Swift",keywords:m,contains:[...a,re,ye,Ke,Tt,At,Te,Ne,{beginKeywords:"import",end:/$/,contains:[...a],relevance:0},pe,...b,...x,...O,N,ee,...Z,...R,K,ue]}}const gu="[A-Za-z$_][0-9A-Za-z$_]*",M0=["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"],I0=["true","false","null","undefined","NaN","Infinity"],D0=["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"],L0=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],z0=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],j0=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],B0=[].concat(z0,D0,L0);function iM(e){const t=e.regex,r=(ie,{after:U})=>{const k="</"+ie[0].slice(1);return ie.input.indexOf(k,U)!==-1},a=gu,l={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(ie,U)=>{const k=ie[0].length+ie.index,R=ie.input[k];if(R==="<"||R===","){U.ignoreMatch();return}R===">"&&(r(ie,{after:k})||U.ignoreMatch());let K;const C=ie.input.substring(k);if(K=C.match(/^\s*=/)){U.ignoreMatch();return}if((K=C.match(/^\s+extends\s+/))&&K.index===0){U.ignoreMatch();return}}},d={$pattern:gu,keyword:M0,literal:I0,built_in:B0,"variable.language":j0},h="[0-9](_?[0-9])*",m=`\\.(${h})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${m})|\\.)?|(${m}))[eE][+-]?(${h})\\b`},{begin:`\\b(${b})\\b((${m})\\b|\\.)?|(${m})\\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"}},_={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},O={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},M={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]},N=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,O,{match:/\$\d+/},y];v.contains=N.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(N)});const A=[].concat(M,v.contains),P=A.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(A)}]),I={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:P},V={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"}}]},Q={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:{_:[...D0,...L0]}},ee={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:[I],illegal:/%/},F={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function W(ie){return t.concat("(?!",ie.join("|"),")")}const pe={match:t.concat(/\b/,W([...z0,"super","import"].map(ie=>`${ie}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},le={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:/\(\)/},I]},z="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",Z={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(z)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[I]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:P,CLASS_REFERENCE:Q},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),ee,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,O,M,{match:/\$\d+/},y,Q,{scope:"attr",match:a+t.lookahead(":"),relevance:0},Z,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[M,e.REGEXP_MODE,{className:"function",begin:z,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:P}]}]},{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:[I,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},le,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[I]},pe,F,V,G,{match:/\$[(.]/}]}}function aM(e){const t=e.regex,r=iM(e),a=gu,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"],m={$pattern:gu,keyword:M0.concat(h),literal:I0,built_in:B0.concat(l),"variable.language":j0},b={className:"meta",begin:"@"+a},y=(_,O,w)=>{const M=_.contains.findIndex(N=>N.label===O);if(M===-1)throw new Error("can not find mode to replace");_.contains.splice(M,1,w)};Object.assign(r.keywords,m),r.exports.PARAMS_CONTAINS.push(b);const v=r.contains.find(_=>_.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(_=>_.label==="func.def");return S.relevance=0,Object.assign(r,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),r}function sM(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),/ *#/)}]},m={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,m,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 lM(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"},m={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,m,d]}}function oM(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"}),m={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:[m],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[m],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:m}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(r,/>/))),contains:[{className:"name",begin:r,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function cM(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},_={begin:"\\[",end:"\\]",contains:[x],illegal:"\\n",relevance:0},O=[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,_,c,u],w=[...O];return w.pop(),w.push(d),x.contains=w,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:O}}const uM={arduino:KO,bash:qO,c:VO,cpp:YO,csharp:WO,css:iR,diff:aR,go:sR,graphql:lR,ini:oR,java:cR,javascript:pR,json:mR,kotlin:bR,less:kR,lua:TR,makefile:NR,markdown:CR,objectivec:AR,perl:OR,php:RR,"php-template":MR,plaintext:IR,python:DR,"python-repl":LR,r:zR,ruby:jR,rust:BR,scss:VR,shell:YR,sql:WR,swift:rM,typescript:aM,vbnet:sM,wasm:lM,xml:oM,yaml:cM};var ph,Xv;function dM(){if(Xv)return ph;Xv=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(ae=>{const be=j[ae],ze=typeof be;(ze==="object"||ze==="function")&&!Object.isFrozen(be)&&e(be)}),j}class t{constructor(ae){ae.data===void 0&&(ae.data={}),this.data=ae.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,...ae){const be=Object.create(null);for(const ze in j)be[ze]=j[ze];return ae.forEach(function(ze){for(const St in ze)be[St]=ze[St]}),be}const l="</span>",c=j=>!!j.scope,u=(j,{prefix:ae})=>{if(j.startsWith("language:"))return j.replace("language:","language-");if(j.includes(".")){const be=j.split(".");return[`${ae}${be.shift()}`,...be.map((ze,St)=>`${ze}${"_".repeat(St+1)}`)].join(" ")}return`${ae}${j}`};class d{constructor(ae,be){this.buffer="",this.classPrefix=be.classPrefix,ae.walk(this)}addText(ae){this.buffer+=r(ae)}openNode(ae){if(!c(ae))return;const be=u(ae.scope,{prefix:this.classPrefix});this.span(be)}closeNode(ae){c(ae)&&(this.buffer+=l)}value(){return this.buffer}span(ae){this.buffer+=`<span class="${ae}">`}}const h=(j={})=>{const ae={children:[]};return Object.assign(ae,j),ae};class m{constructor(){this.rootNode=h(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(ae){this.top.children.push(ae)}openNode(ae){const be=h({scope:ae});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(ae){return this.constructor._walk(ae,this.rootNode)}static _walk(ae,be){return typeof be=="string"?ae.addText(be):be.children&&(ae.openNode(be),be.children.forEach(ze=>this._walk(ae,ze)),ae.closeNode(be)),ae}static _collapse(ae){typeof ae!="string"&&ae.children&&(ae.children.every(be=>typeof be=="string")?ae.children=[ae.children.join("")]:ae.children.forEach(be=>{m._collapse(be)}))}}class b extends m{constructor(ae){super(),this.options=ae}addText(ae){ae!==""&&this.add(ae)}startScope(ae){this.openNode(ae)}endScope(){this.closeNode()}__addSublanguage(ae,be){const ze=ae.root;be&&(ze.scope=`language:${be}`),this.add(ze)}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 _("(?=",j,")")}function x(j){return _("(?:",j,")*")}function S(j){return _("(?:",j,")?")}function _(...j){return j.map(be=>y(be)).join("")}function O(j){const ae=j[j.length-1];return typeof ae=="object"&&ae.constructor===Object?(j.splice(j.length-1,1),ae):{}}function w(...j){return"("+(O(j).capture?"":"?:")+j.map(ze=>y(ze)).join("|")+")"}function M(j){return new RegExp(j.toString()+"|").exec("").length-1}function N(j,ae){const be=j&&j.exec(ae);return be&&be.index===0}const A=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function P(j,{joinWith:ae}){let be=0;return j.map(ze=>{be+=1;const St=be;let gt=y(ze),_e="";for(;gt.length>0;){const xe=A.exec(gt);if(!xe){_e+=gt;break}_e+=gt.substring(0,xe.index),gt=gt.substring(xe.index+xe[0].length),xe[0][0]==="\\"&&xe[1]?_e+="\\"+String(Number(xe[1])+St):(_e+=xe[0],xe[0]==="("&&be++)}return _e}).map(ze=>`(${ze})`).join(ae)}const I=/\b\B/,V="[a-zA-Z]\\w*",Q="[a-zA-Z_]\\w*",ee="\\b\\d+(\\.\\d+)?",B="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",F="\\b(0b[01]+)",W="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",pe=(j={})=>{const ae=/^#![ ]*\//;return j.binary&&(j.begin=_(ae,/.*\b/,j.binary,/\b.*/)),a({scope:"meta",begin:ae,end:/$/,relevance:0,"on:begin":(be,ze)=>{be.index!==0&&ze.ignoreMatch()}},j)},le={begin:"\\\\[\\s\\S]",relevance:0},G={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[le]},z={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[le]},Z={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/},ie=function(j,ae,be={}){const ze=a({scope:"comment",begin:j,end:ae,contains:[]},be);ze.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 St=w("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 ze.contains.push({begin:_(/[ ]+/,"(",St,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),ze},U=ie("//","$"),k=ie("/\\*","\\*/"),R=ie("#","$"),K={scope:"number",begin:ee,relevance:0},C={scope:"number",begin:B,relevance:0},de={scope:"number",begin:F,relevance:0},ue={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[le,{begin:/\[/,end:/\]/,relevance:0,contains:[le]}]},ve={scope:"title",begin:V,relevance:0},ke={scope:"title",begin:Q,relevance:0},Le={begin:"\\.\\s*"+Q,relevance:0};var ye=Object.freeze({__proto__:null,APOS_STRING_MODE:G,BACKSLASH_ESCAPE:le,BINARY_NUMBER_MODE:de,BINARY_NUMBER_RE:F,COMMENT:ie,C_BLOCK_COMMENT_MODE:k,C_LINE_COMMENT_MODE:U,C_NUMBER_MODE:C,C_NUMBER_RE:B,END_SAME_AS_BEGIN:function(j){return Object.assign(j,{"on:begin":(ae,be)=>{be.data._beginMatch=ae[1]},"on:end":(ae,be)=>{be.data._beginMatch!==ae[1]&&be.ignoreMatch()}})},HASH_COMMENT_MODE:R,IDENT_RE:V,MATCH_NOTHING_RE:I,METHOD_GUARD:Le,NUMBER_MODE:K,NUMBER_RE:ee,PHRASAL_WORDS_MODE:Z,QUOTE_STRING_MODE:z,REGEXP_MODE:ue,RE_STARTERS_RE:W,SHEBANG:pe,TITLE_MODE:ve,UNDERSCORE_IDENT_RE:Q,UNDERSCORE_TITLE_MODE:ke});function Te(j,ae){j.input[j.index-1]==="."&&ae.ignoreMatch()}function Ne(j,ae){j.className!==void 0&&(j.scope=j.className,delete j.className)}function Ke(j,ae){ae&&j.beginKeywords&&(j.begin="\\b("+j.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",j.__beforeBegin=Te,j.keywords=j.keywords||j.beginKeywords,delete j.beginKeywords,j.relevance===void 0&&(j.relevance=0))}function Tt(j,ae){Array.isArray(j.illegal)&&(j.illegal=w(...j.illegal))}function At(j,ae){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 Je(j,ae){j.relevance===void 0&&(j.relevance=1)}const tr=(j,ae)=>{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(ze=>{delete j[ze]}),j.keywords=be.keywords,j.begin=_(be.beforeMatch,v(be.begin)),j.starts={relevance:0,contains:[Object.assign(be,{endsParent:!0})]},j.relevance=0,delete be.beforeMatch},Fn=["of","and","for","in","not","or","if","then","parent","list","value"],dr="keyword";function Nr(j,ae,be=dr){const ze=Object.create(null);return typeof j=="string"?St(be,j.split(" ")):Array.isArray(j)?St(be,j):Object.keys(j).forEach(function(gt){Object.assign(ze,Nr(j[gt],ae,gt))}),ze;function St(gt,_e){ae&&(_e=_e.map(xe=>xe.toLowerCase())),_e.forEach(function(xe){const De=xe.split("|");ze[De[0]]=[gt,$i(De[0],De[1])]})}}function $i(j,ae){return ae?Number(ae):js(j)?0:1}function js(j){return Fn.includes(j.toLowerCase())}const wa={},Ot=j=>{console.error(j)},ka=(j,...ae)=>{console.log(`WARN: ${j}`,...ae)},te=(j,ae)=>{wa[`${j}/${ae}`]||(console.log(`Deprecated as of ${j}. ${ae}`),wa[`${j}/${ae}`]=!0)},me=new Error;function Re(j,ae,{key:be}){let ze=0;const St=j[be],gt={},_e={};for(let xe=1;xe<=ae.length;xe++)_e[xe+ze]=St[xe],gt[xe+ze]=!0,ze+=M(ae[xe-1]);j[be]=_e,j[be]._emit=gt,j[be]._multi=!0}function $e(j){if(Array.isArray(j.begin)){if(j.skip||j.excludeBegin||j.returnBegin)throw Ot("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),me;if(typeof j.beginScope!="object"||j.beginScope===null)throw Ot("beginScope must be object"),me;Re(j,j.begin,{key:"beginScope"}),j.begin=P(j.begin,{joinWith:""})}}function tt(j){if(Array.isArray(j.end)){if(j.skip||j.excludeEnd||j.returnEnd)throw Ot("skip, excludeEnd, returnEnd not compatible with endScope: {}"),me;if(typeof j.endScope!="object"||j.endScope===null)throw Ot("endScope must be object"),me;Re(j,j.end,{key:"endScope"}),j.end=P(j.end,{joinWith:""})}}function on(j){j.scope&&typeof j.scope=="object"&&j.scope!==null&&(j.beginScope=j.scope,delete j.scope)}function nr(j){on(j),typeof j.beginScope=="string"&&(j.beginScope={_wrap:j.beginScope}),typeof j.endScope=="string"&&(j.endScope={_wrap:j.endScope}),$e(j),tt(j)}function Wt(j){function ae(_e,xe){return new RegExp(y(_e),"m"+(j.case_insensitive?"i":"")+(j.unicodeRegex?"u":"")+(xe?"g":""))}class be{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(xe,De){De.position=this.position++,this.matchIndexes[this.matchAt]=De,this.regexes.push([De,xe]),this.matchAt+=M(xe)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const xe=this.regexes.map(De=>De[1]);this.matcherRe=ae(P(xe,{joinWith:"|"}),!0),this.lastIndex=0}exec(xe){this.matcherRe.lastIndex=this.lastIndex;const De=this.matcherRe.exec(xe);if(!De)return null;const Lt=De.findIndex((Cr,Na)=>Na>0&&Cr!==void 0),Nt=this.matchIndexes[Lt];return De.splice(0,Lt),Object.assign(De,Nt)}}class ze{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(xe){if(this.multiRegexes[xe])return this.multiRegexes[xe];const De=new be;return this.rules.slice(xe).forEach(([Lt,Nt])=>De.addRule(Lt,Nt)),De.compile(),this.multiRegexes[xe]=De,De}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(xe,De){this.rules.push([xe,De]),De.type==="begin"&&this.count++}exec(xe){const De=this.getMatcher(this.regexIndex);De.lastIndex=this.lastIndex;let Lt=De.exec(xe);if(this.resumingScanAtSamePosition()&&!(Lt&&Lt.index===this.lastIndex)){const Nt=this.getMatcher(0);Nt.lastIndex=this.lastIndex+1,Lt=Nt.exec(xe)}return Lt&&(this.regexIndex+=Lt.position+1,this.regexIndex===this.count&&this.considerAll()),Lt}}function St(_e){const xe=new ze;return _e.contains.forEach(De=>xe.addRule(De.begin,{rule:De,type:"begin"})),_e.terminatorEnd&&xe.addRule(_e.terminatorEnd,{type:"end"}),_e.illegal&&xe.addRule(_e.illegal,{type:"illegal"}),xe}function gt(_e,xe){const De=_e;if(_e.isCompiled)return De;[Ne,At,nr,tr].forEach(Nt=>Nt(_e,xe)),j.compilerExtensions.forEach(Nt=>Nt(_e,xe)),_e.__beforeBegin=null,[Ke,Tt,Je].forEach(Nt=>Nt(_e,xe)),_e.isCompiled=!0;let Lt=null;return typeof _e.keywords=="object"&&_e.keywords.$pattern&&(_e.keywords=Object.assign({},_e.keywords),Lt=_e.keywords.$pattern,delete _e.keywords.$pattern),Lt=Lt||/\w+/,_e.keywords&&(_e.keywords=Nr(_e.keywords,j.case_insensitive)),De.keywordPatternRe=ae(Lt,!0),xe&&(_e.begin||(_e.begin=/\B|\b/),De.beginRe=ae(De.begin),!_e.end&&!_e.endsWithParent&&(_e.end=/\B|\b/),_e.end&&(De.endRe=ae(De.end)),De.terminatorEnd=y(De.end)||"",_e.endsWithParent&&xe.terminatorEnd&&(De.terminatorEnd+=(_e.end?"|":"")+xe.terminatorEnd)),_e.illegal&&(De.illegalRe=ae(_e.illegal)),_e.contains||(_e.contains=[]),_e.contains=[].concat(..._e.contains.map(function(Nt){return tn(Nt==="self"?_e:Nt)})),_e.contains.forEach(function(Nt){gt(Nt,De)}),_e.starts&&gt(_e.starts,xe),De.matcher=St(De),De}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||{}),gt(j)}function Mt(j){return j?j.endsWithParent||Mt(j.starts):!1}function tn(j){return j.variants&&!j.cachedVariants&&(j.cachedVariants=j.variants.map(function(ae){return a(j,{variants:null},ae)})),j.cachedVariants?j.cachedVariants:Mt(j)?a(j,{starts:j.starts?a(j.starts):null}):Object.isFrozen(j)?a(j):j}var st="11.11.1";class fr extends Error{constructor(ae,be){super(ae),this.name="HTMLInjectionError",this.html=be}}const cn=r,So=a,Gi=Symbol("nomatch"),Ta=7,Ki=function(j){const ae=Object.create(null),be=Object.create(null),ze=[];let St=!0;const gt="Could not find the language '{}', did you forget to load/include a language module?",_e={disableAutodetect:!0,name:"Plain text",contains:[]};let xe={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:b};function De(fe){return xe.noHighlightRe.test(fe)}function Lt(fe){let Ce=fe.className+" ";Ce+=fe.parentNode?fe.parentNode.className:"";const Ge=xe.languageDetectRe.exec(Ce);if(Ge){const lt=un(Ge[1]);return lt||(ka(gt.replace("{}",Ge[1])),ka("Falling back to no-highlight mode for this block.",fe)),lt?Ge[1]:"no-highlight"}return Ce.split(/\s+/).find(lt=>De(lt)||un(lt))}function Nt(fe,Ce,Ge){let lt="",jt="";typeof Ce=="object"?(lt=fe,Ge=Ce.ignoreIllegals,jt=Ce.language):(te("10.7.0","highlight(lang, code, ...args) has been deprecated."),te("10.7.0",`Please use highlight(code, options) instead.
82
- https://github.com/highlightjs/highlight.js/issues/2277`),jt=fe,lt=Ce),Ge===void 0&&(Ge=!0);const rn={code:lt,language:jt};Vi("before:highlight",rn);const An=rn.result?rn.result:Cr(rn.language,rn.code,Ge);return An.code=rn.code,Vi("after:highlight",An),An}function Cr(fe,Ce,Ge,lt){const jt=Object.create(null);function rn(ge,Se){return ge.keywords[Se]}function An(){if(!Ie.keywords){Ht.addText(ot);return}let ge=0;Ie.keywordPatternRe.lastIndex=0;let Se=Ie.keywordPatternRe.exec(ot),Ue="";for(;Se;){Ue+=ot.substring(ge,Se.index);const We=Xt.case_insensitive?Se[0].toLowerCase():Se[0],Rt=rn(Ie,We);if(Rt){const[$n,$s]=Rt;if(Ht.addText(Ue),Ue="",jt[We]=(jt[We]||0)+1,jt[We]<=Ta&&(li+=$s),$n.startsWith("_"))Ue+=Se[0];else{const Oo=Xt.classNameAliases[$n]||$n;On(Se[0],Oo)}}else Ue+=Se[0];ge=Ie.keywordPatternRe.lastIndex,Se=Ie.keywordPatternRe.exec(ot)}Ue+=ot.substring(ge),Ht.addText(Ue)}function vn(){if(ot==="")return;let ge=null;if(typeof Ie.subLanguage=="string"){if(!ae[Ie.subLanguage]){Ht.addText(ot);return}ge=Cr(Ie.subLanguage,ot,!0,Ao[Ie.subLanguage]),Ao[Ie.subLanguage]=ge._top}else ge=Ca(ot,Ie.subLanguage.length?Ie.subLanguage:null);Ie.relevance>0&&(li+=ge.relevance),Ht.__addSublanguage(ge._emitter,ge.language)}function xt(){Ie.subLanguage!=null?vn():An(),ot=""}function On(ge,Se){ge!==""&&(Ht.startScope(Se),Ht.addText(ge),Ht.endScope())}function No(ge,Se){let Ue=1;const We=Se.length-1;for(;Ue<=We;){if(!ge._emit[Ue]){Ue++;continue}const Rt=Xt.classNameAliases[ge[Ue]]||ge[Ue],$n=Se[Ue];Rt?On($n,Rt):(ot=$n,An(),ot=""),Ue++}}function Oa(ge,Se){return ge.scope&&typeof ge.scope=="string"&&Ht.openNode(Xt.classNameAliases[ge.scope]||ge.scope),ge.beginScope&&(ge.beginScope._wrap?(On(ot,Xt.classNameAliases[ge.beginScope._wrap]||ge.beginScope._wrap),ot=""):ge.beginScope._multi&&(No(ge.beginScope,Se),ot="")),Ie=Object.create(ge,{parent:{value:Ie}}),Ie}function Ps(ge,Se,Ue){let We=N(ge.endRe,Ue);if(We){if(ge["on:end"]){const Rt=new t(ge);ge["on:end"](Se,Rt),Rt.isMatchIgnored&&(We=!1)}if(We){for(;ge.endsParent&&ge.parent;)ge=ge.parent;return ge}}if(ge.endsWithParent)return Ps(ge.parent,Se,Ue)}function Ra(ge){return Ie.matcher.regexIndex===0?(ot+=ge[0],1):(oi=!0,0)}function ju(ge){const Se=ge[0],Ue=ge.rule,We=new t(Ue),Rt=[Ue.__beforeBegin,Ue["on:begin"]];for(const $n of Rt)if($n&&($n(ge,We),We.isMatchIgnored))return Ra(Se);return Ue.skip?ot+=Se:(Ue.excludeBegin&&(ot+=Se),xt(),!Ue.returnBegin&&!Ue.excludeBegin&&(ot=Se)),Oa(Ue,ge),Ue.returnBegin?0:Se.length}function xn(ge){const Se=ge[0],Ue=Ce.substring(ge.index),We=Ps(Ie,ge,Ue);if(!We)return Gi;const Rt=Ie;Ie.endScope&&Ie.endScope._wrap?(xt(),On(Se,Ie.endScope._wrap)):Ie.endScope&&Ie.endScope._multi?(xt(),No(Ie.endScope,ge)):Rt.skip?ot+=Se:(Rt.returnEnd||Rt.excludeEnd||(ot+=Se),xt(),Rt.excludeEnd&&(ot=Se));do Ie.scope&&Ht.closeNode(),!Ie.skip&&!Ie.subLanguage&&(li+=Ie.relevance),Ie=Ie.parent;while(Ie!==We.parent);return We.starts&&Oa(We.starts,ge),Rt.returnEnd?0:Se.length}function Hs(){const ge=[];for(let Se=Ie;Se!==Xt;Se=Se.parent)Se.scope&&ge.unshift(Se.scope);ge.forEach(Se=>Ht.openNode(Se))}let Yi={};function Ma(ge,Se){const Ue=Se&&Se[0];if(ot+=ge,Ue==null)return xt(),0;if(Yi.type==="begin"&&Se.type==="end"&&Yi.index===Se.index&&Ue===""){if(ot+=Ce.slice(Se.index,Se.index+1),!St){const We=new Error(`0 width match regex (${fe})`);throw We.languageName=fe,We.badRule=Yi.rule,We}return 1}if(Yi=Se,Se.type==="begin")return ju(Se);if(Se.type==="illegal"&&!Ge){const We=new Error('Illegal lexeme "'+Ue+'" for mode "'+(Ie.scope||"<unnamed>")+'"');throw We.mode=Ie,We}else if(Se.type==="end"){const We=xn(Se);if(We!==Gi)return We}if(Se.type==="illegal"&&Ue==="")return ot+=`
83
- `,1;if(Fs>1e5&&Fs>Se.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ot+=Ue,Ue.length}const Xt=un(fe);if(!Xt)throw Ot(gt.replace("{}",fe)),new Error('Unknown language: "'+fe+'"');const Co=Wt(Xt);let Ia="",Ie=lt||Co;const Ao={},Ht=new xe.__emitter(xe);Hs();let ot="",li=0,Rr=0,Fs=0,oi=!1;try{if(Xt.__emitTokens)Xt.__emitTokens(Ce,Ht);else{for(Ie.matcher.considerAll();;){Fs++,oi?oi=!1:Ie.matcher.considerAll(),Ie.matcher.lastIndex=Rr;const ge=Ie.matcher.exec(Ce);if(!ge)break;const Se=Ce.substring(Rr,ge.index),Ue=Ma(Se,ge);Rr=ge.index+Ue}Ma(Ce.substring(Rr))}return Ht.finalize(),Ia=Ht.toHTML(),{language:fe,value:Ia,relevance:li,illegal:!1,_emitter:Ht,_top:Ie}}catch(ge){if(ge.message&&ge.message.includes("Illegal"))return{language:fe,value:cn(Ce),illegal:!0,relevance:0,_illegalBy:{message:ge.message,index:Rr,context:Ce.slice(Rr-100,Rr+100),mode:ge.mode,resultSoFar:Ia},_emitter:Ht};if(St)return{language:fe,value:cn(Ce),illegal:!1,relevance:0,errorRaised:ge,_emitter:Ht,_top:Ie};throw ge}}function Na(fe){const Ce={value:cn(fe),illegal:!1,relevance:0,_top:_e,_emitter:new xe.__emitter(xe)};return Ce._emitter.addText(fe),Ce}function Ca(fe,Ce){Ce=Ce||xe.languages||Object.keys(ae);const Ge=Na(fe),lt=Ce.filter(un).filter(ai).map(xt=>Cr(xt,fe,!1));lt.unshift(Ge);const jt=lt.sort((xt,On)=>{if(xt.relevance!==On.relevance)return On.relevance-xt.relevance;if(xt.language&&On.language){if(un(xt.language).supersetOf===On.language)return 1;if(un(On.language).supersetOf===xt.language)return-1}return 0}),[rn,An]=jt,vn=rn;return vn.secondBest=An,vn}function hr(fe,Ce,Ge){const lt=Ce&&be[Ce]||Ge;fe.classList.add("hljs"),fe.classList.add(`language-${lt}`)}function zt(fe){let Ce=null;const Ge=Lt(fe);if(De(Ge))return;if(Vi("before:highlightElement",{el:fe,language:Ge}),fe.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",fe);return}if(fe.children.length>0&&(xe.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)),xe.throwUnescapedHTML))throw new fr("One of your code blocks includes unescaped HTML.",fe.innerHTML);Ce=fe;const lt=Ce.textContent,jt=Ge?Nt(lt,{language:Ge,ignoreIllegals:!0}):Ca(lt);fe.innerHTML=jt.value,fe.dataset.highlighted="yes",hr(fe,Ge,jt.language),fe.result={language:jt.language,re:jt.relevance,relevance:jt.relevance},jt.secondBest&&(fe.secondBest={language:jt.secondBest.language,relevance:jt.secondBest.relevance}),Vi("after:highlightElement",{el:fe,result:jt,text:lt})}function nn(fe){xe=So(xe,fe)}const ii=()=>{Aa(),te("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Bs(){Aa(),te("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let wo=!1;function Aa(){function fe(){Aa()}if(document.readyState==="loading"){wo||window.addEventListener("DOMContentLoaded",fe,!1),wo=!0;return}document.querySelectorAll(xe.cssSelector).forEach(zt)}function ko(fe,Ce){let Ge=null;try{Ge=Ce(j)}catch(lt){if(Ot("Language definition for '{}' could not be registered.".replace("{}",fe)),St)Ot(lt);else throw lt;Ge=_e}Ge.name||(Ge.name=fe),ae[fe]=Ge,Ge.rawDefinition=Ce.bind(null,j),Ge.aliases&&Ar(Ge.aliases,{languageName:fe})}function qi(fe){delete ae[fe];for(const Ce of Object.keys(be))be[Ce]===fe&&delete be[Ce]}function Us(){return Object.keys(ae)}function un(fe){return fe=(fe||"").toLowerCase(),ae[fe]||ae[be[fe]]}function Ar(fe,{languageName:Ce}){typeof fe=="string"&&(fe=[fe]),fe.forEach(Ge=>{be[Ge.toLowerCase()]=Ce})}function ai(fe){const Ce=un(fe);return Ce&&!Ce.disableAutodetect}function si(fe){fe["before:highlightBlock"]&&!fe["before:highlightElement"]&&(fe["before:highlightElement"]=Ce=>{fe["before:highlightBlock"](Object.assign({block:Ce.el},Ce))}),fe["after:highlightBlock"]&&!fe["after:highlightElement"]&&(fe["after:highlightElement"]=Ce=>{fe["after:highlightBlock"](Object.assign({block:Ce.el},Ce))})}function Pt(fe){si(fe),ze.push(fe)}function To(fe){const Ce=ze.indexOf(fe);Ce!==-1&&ze.splice(Ce,1)}function Vi(fe,Ce){const Ge=fe;ze.forEach(function(lt){lt[Ge]&&lt[Ge](Ce)})}function Or(fe){return te("10.7.0","highlightBlock will be removed entirely in v12.0"),te("10.7.0","Please use highlightElement now."),zt(fe)}Object.assign(j,{highlight:Nt,highlightAuto:Ca,highlightAll:Aa,highlightElement:zt,highlightBlock:Or,configure:nn,initHighlighting:ii,initHighlightingOnLoad:Bs,registerLanguage:ko,unregisterLanguage:qi,listLanguages:Us,getLanguage:un,registerAliases:Ar,autoDetection:ai,inherit:So,addPlugin:Pt,removePlugin:To}),j.debugMode=function(){St=!1},j.safeMode=function(){St=!0},j.versionString=st,j.regex={concat:_,lookahead:v,either:w,optional:S,anyNumberOfTimes:x};for(const fe in ye)typeof ye[fe]=="object"&&e(ye[fe]);return Object.assign(j,ye),j},yn=Ki({});return yn.newInstance=()=>Ki({}),ph=yn,yn.HighlightJS=yn,yn.default=yn,ph}var fM=dM();const hM=uo(fM),Zv={},pM="hljs-";function mM(e){const t=hM.newInstance();return e&&c(e),{highlight:r,highlightAuto:a,listLanguages:l,register:c,registerAlias:u,registered:d};function r(h,m,b){const y=b||Zv,v=typeof y.prefix=="string"?y.prefix:pM;if(!t.getLanguage(h))throw new Error("Unknown language: `"+h+"` is not registered");t.configure({__emitter:gM,classPrefix:v});const x=t.highlight(m,{ignoreIllegals:!0,language:h});if(x.errorRaised)throw new Error("Could not highlight with `Highlight.js`",{cause:x.errorRaised});const S=x._emitter.root,_=S.data;return _.language=x.language,_.relevance=x.relevance,S}function a(h,m){const y=(m||Zv).subset||l();let v=-1,x=0,S;for(;++v<y.length;){const _=y[v];if(!t.getLanguage(_))continue;const O=r(_,h,m);O.data&&O.data.relevance!==void 0&&O.data.relevance>x&&(x=O.data.relevance,S=O)}return S||{type:"root",children:[],data:{language:void 0,relevance:x}}}function l(){return t.listLanguages()}function c(h,m){if(typeof h=="string")t.registerLanguage(h,m);else{let b;for(b in h)Object.hasOwn(h,b)&&t.registerLanguage(b,h[b])}}function u(h,m){if(typeof h=="string")t.registerAliases(typeof m=="string"?m:[...m],{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 gM{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 bM={};function yM(e){const t=e||bM,r=t.aliases,a=t.detect||!1,l=t.languages||uM,c=t.plainText,u=t.prefix,d=t.subset;let h="hljs";const m=mM(l);if(r&&m.registerAlias(r),u){const b=u.indexOf("-");h=b===-1?u:u.slice(0,b)}return function(b,y){Mu(b,"element",function(v,x,S){if(v.tagName!=="code"||!S||S.type!=="element"||S.tagName!=="pre")return;const _=vM(v);if(_===!1||!_&&!a||_&&c&&c.includes(_))return;Array.isArray(v.properties.className)||(v.properties.className=[]),v.properties.className.includes(h)||v.properties.className.unshift(h);const O=jO(v,{whitespace:"pre"});let w;try{w=_?m.highlight(_,O,{prefix:u}):m.highlightAuto(O,{prefix:u,subset:d})}catch(M){const N=M;if(_&&/Unknown language/.test(N.message)){y.message("Cannot highlight as `"+_+"`, it’s not registered",{ancestors:[S,v],cause:N,place:v.position,ruleId:"missing-language",source:"rehype-highlight"});return}throw N}!_&&w.data&&w.data.language&&v.properties.className.push("language-"+w.data.language),w.children.length>0&&(v.children=w.children)})}}function vM(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 ps(e){return e?typeof e=="string"?e:"literalString"in e?e.literalString:"dataPath"in e?`{{${e.dataPath}}}`:"":""}function Jc(e){return e?Array.isArray(e)?e:"explicitList"in e?e.explicitList:[]:[]}function xM({className:e,children:t}){const[r,a]=D.useState(!1),l=String(t).replace(/\n$/,""),c=(e==null?void 0:e.replace(/^language-/,""))??"",u=D.useCallback(()=>{navigator.clipboard.writeText(l).then(()=>{a(!0),setTimeout(()=>a(!1),2e3)})},[l]);return p.jsxs("div",{className:"group/code relative my-2 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:[p.jsxs("div",{className:"flex items-center justify-between px-3 py-1.5",style:{background:"var(--bg-hover)",borderBottom:"1px solid var(--border)"},children:[p.jsx("span",{className:"text-tiny font-mono uppercase",style:{color:"var(--text-muted)"},children:c||"code"}),p.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?p.jsxs(p.Fragment,{children:[p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),"Copied"]}):p.jsxs(p.Fragment,{children:[p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.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"]})})]}),p.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:p.jsx("code",{className:e,style:{fontFamily:"var(--font-mono)"},children:t})})]})}function EM({children:e}){return p.jsx("div",{className:"my-2 overflow-x-auto rounded-md",style:{border:"1px solid var(--border)"},children:p.jsx("table",{className:"min-w-full text-[13px]",style:{borderCollapse:"collapse"},children:e})})}function _M({children:e}){return p.jsx("thead",{style:{background:"var(--bg-hover)"},children:e})}function SM({children:e,...t}){return p.jsx("tr",{...t,style:{borderBottom:"1px solid var(--border)"},className:"hover:bg-[--bg-hover] transition-colors",children:e})}function Jv({children:e,isHeader:t=!1,style:r}){const a=t?"th":"td";return p.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 wM({jsonl:e,onAction:t}){const r=D.useMemo(()=>kM(e),[e]);return r?p.jsx("div",{className:"mt-1",children:Gl(r.rootId,r.components,t)}):p.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:[p.jsx("span",{className:"font-bold text-tiny",style:{color:"var(--text-muted)"},children:"A2UI"}),p.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 kM(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 Gl(e,t,r){const a=t.get(e);if(!a)return null;if("Text"in a){const{text:l,usageHint:c}=a.Text,u=ps(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 p.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=ps(l),h=u==="primary"||u==="filled";return p.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=Jc(a.Column.children),c=a.Column.gap??4;return p.jsx("div",{className:"flex flex-col",style:{gap:c},children:l.map(u=>Gl(u,t,r))},e)}if("Row"in a){const l=Jc(a.Row.children),c=a.Row.gap??8;return p.jsx("div",{className:"flex flex-row flex-wrap items-center",style:{gap:c},children:l.map(u=>Gl(u,t,r))},e)}if("Card"in a){const l=Jc(a.Card.children),c=a.Card.title?ps(a.Card.title):null;return p.jsxs("div",{className:"rounded-md p-3 my-1",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:[c&&p.jsx("p",{className:"text-h2 font-bold mb-2",style:{color:"var(--text-primary)"},children:c}),p.jsx("div",{className:"flex flex-col gap-1",children:l.map(u=>Gl(u,t,r))})]},e)}if("List"in a){const l=Jc(a.List.children);return p.jsx("div",{className:"flex flex-col gap-0.5 my-1",children:l.map(c=>p.jsxs("div",{className:"flex items-start gap-2 px-2 py-1.5 rounded hover:bg-[--bg-hover] transition-colors",children:[p.jsx("span",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"•"}),Gl(c,t,r)]},c))},e)}if("Image"in a){const l=ps(a.Image.url),c=a.Image.alt?ps(a.Image.alt):"";return p.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 p.jsx("hr",{className:"my-2",style:{border:"none",borderTop:"1px solid var(--border)"}},e);if("Icon"in a){const l=ps(a.Icon.name);return p.jsxs("span",{className:"text-body",style:{color:"var(--text-secondary)"},children:["[",l,"]"]},e)}return null}function TM(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 m=(u=l.properties)!=null&&u.className?Array.isArray(l.properties.className)?l.properties.className.join(" "):String(l.properties.className):void 0;if(m!=null&&m.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=NM(y.prompt??b),x=t==null?void 0:t[v];return p.jsx(OM,{action:y,resolved:x,onResolve:e?(S,_)=>e(S,_):void 0})}}catch{}}return p.jsx(xM,{className:m,children:((h=r==null?void 0:r.props)==null?void 0:h.children)??r})}return p.jsx("pre",{children:r})},code({className:r,children:a,...l}){return p.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 p.jsx(EM,{children:r})},thead({children:r}){return p.jsx(_M,{children:r})},tr({children:r,...a}){return p.jsx(SM,{...a,children:r})},th({children:r,style:a}){return p.jsx(Jv,{isHeader:!0,style:a,children:r})},td({children:r,style:a}){return p.jsx(Jv,{style:a,children:r})},a({href:r,children:a,...l}){return p.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 p.jsx("blockquote",{className:"my-2 pl-3 py-0.5",style:{borderLeft:"3px solid var(--bg-active)",color:"var(--text-secondary)"},children:r})}}}function NM(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 CM(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 AM(e){return e.includes("```action")?e.replace(/```action\s*\n[\s\S]*?```/g,"").includes("```action"):!1}function OM({action:e,resolved:t,onResolve:r}){var b,y;const[a,l]=D.useState(""),[c,u]=D.useState(null);if(t)return p.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:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),p.jsxs("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:["Selected: ",p.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)},m=(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 p.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&&p.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),p.jsxs("div",{className:"flex",children:[p.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}),p.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?p.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&&p.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),p.jsx("div",{className:"flex flex-wrap gap-2 px-4 py-3",children:e.items.map((v,x)=>p.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:m(v,x),children:v.label},v.value))})]}):e.kind==="select"&&e.items?p.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&&p.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),p.jsx("div",{className:"flex flex-col",children:e.items.map((v,x)=>p.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:[p.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&&p.jsx("span",{className:"w-2 h-2 rounded-full",style:{background:"#fff"}})}),p.jsx("span",{className:"text-caption",children:v.label})]},v.value))})]}):e.kind==="input"?p.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&&p.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),p.jsxs("div",{className:"flex items-center gap-2 px-4 py-3",children:[p.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)"}}),p.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 RM(){return p.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:[p.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Preparing options..."})]})}function Kh({text:e,mediaUrl:t,a2ui:r,className:a="",isStreaming:l,onAction:c,onResolveAction:u,resolvedActions:d}){const h=D.useMemo(()=>TM(u,d),[u,d]),m=D.useMemo(()=>CM(e,l),[e,l]),b=l&&AM(e);return p.jsxs("div",{className:a,children:[t&&p.jsx("div",{className:"mb-2",children:p.jsx(MM,{url:t})}),m?p.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:p.jsx(V1,{remarkPlugins:[b0],rehypePlugins:[yM],components:h,children:m})}):null,b&&p.jsx(RM,{}),r&&p.jsx(wM,{jsonl:r,onAction:c})]})}function MM({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 p.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:[p.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:p.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"})}),p.jsx("audio",{controls:!0,className:"flex-1 h-8",style:{maxWidth:280},children:p.jsx("source",{src:e})})]});if(["mp4","mov","avi","mkv"].includes(t))return p.jsx("video",{controls:!0,className:"max-w-[360px] max-h-64 rounded-md",style:{border:"1px solid var(--border)"},children:p.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 p.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:[p.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:p.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"})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsx("p",{className:"text-caption font-bold truncate",style:{color:"var(--text-primary)"},children:l}),p.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:[t.toUpperCase()," — Click to open"]})]}),p.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:p.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 p.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")})}const so="botschat:sessionHistory";function IM(e){try{const t=JSON.parse(localStorage.getItem(so)||"{}");return Array.isArray(t[e])?t[e]:[]}catch{return[]}}function Qv(e,t){try{const r=JSON.parse(localStorage.getItem(so)||"{}"),l=(Array.isArray(r[e])?r[e]:[]).filter(c=>c!==t);l.unshift(t),r[e]=l.slice(0,50),localStorage.setItem(so,JSON.stringify(r))}catch{}}function DM(e,t){try{const r=JSON.parse(localStorage.getItem(so)||"{}"),a=Array.isArray(r[e])?r[e]:[];r[e]=a.filter(l=>l!==t),localStorage.setItem(so,JSON.stringify(r))}catch{}}function LM({channelId:e}){const t=ur(),r=ni(),[a,l]=D.useState(null),[c,u]=D.useState(""),[d,h]=D.useState(null),m=D.useRef(null),b=D.useRef(null),y=D.useRef(null),v=t.sessions,x=t.selectedSessionId;D.useEffect(()=>{a&&m.current&&(m.current.focus(),m.current.select())},[a]),D.useEffect(()=>{if(!d)return;const N=A=>{y.current&&!y.current.contains(A.target)&&h(null)};return document.addEventListener("mousedown",N),()=>document.removeEventListener("mousedown",N)},[d]);const S=D.useCallback(N=>{if(N===x)return;const A=v.find(P=>P.id===N);A&&(oe.info("Session",`Switched to session: ${A.name} (${A.id})`),e&&Qv(e,A.id),r({type:"SELECT_SESSION",sessionId:A.id,sessionKey:A.sessionKey}))},[x,v,e,r]),_=D.useCallback(async()=>{try{let N=e;if(!N){oe.info("Session","No channel for default agent — auto-creating General channel"),N=(await Sr.create({name:"General",openclawAgentId:"main"})).id;const[{agents:I},{channels:V}]=await Promise.all([_s.list(),Sr.list()]);r({type:"SET_AGENTS",agents:I}),r({type:"SET_CHANNELS",channels:V});const{sessions:Q}=await Es.list(N);r({type:"SET_SESSIONS",sessions:Q}),Q.length>0&&r({type:"SELECT_SESSION",sessionId:Q[0].id,sessionKey:Q[0].sessionKey});return}const A=await Es.create(N);oe.info("Session",`Created session: ${A.name} (${A.id})`),r({type:"ADD_SESSION",session:A}),Qv(N,A.id),r({type:"SELECT_SESSION",sessionId:A.id,sessionKey:A.sessionKey}),requestAnimationFrame(()=>{b.current&&(b.current.scrollLeft=b.current.scrollWidth)})}catch(N){oe.error("Session",`Failed to create session: ${N}`)}},[e,r]),O=D.useCallback(async N=>{if(!(v.length<=1||!e))try{if(await Es.delete(e,N),oe.info("Session",`Deleted session: ${N}`),r({type:"REMOVE_SESSION",sessionId:N}),DM(e,N),h(null),x===N){const A=v.filter(P=>P.id!==N);if(A.length>0){const I=IM(e).map(V=>A.find(Q=>Q.id===V)).find(Boolean)??A[0];r({type:"SELECT_SESSION",sessionId:I.id,sessionKey:I.sessionKey})}}}catch(A){oe.error("Session",`Failed to delete session: ${A}`)}},[e,v,x,r]),w=D.useCallback((N,A)=>{l(N),u(A)},[]),M=D.useCallback(async()=>{if(!a||!c.trim()||!e){l(null);return}try{await Es.rename(e,a,c.trim()),oe.info("Session",`Renamed session ${a} to: ${c.trim()}`),r({type:"RENAME_SESSION",sessionId:a,name:c.trim()})}catch(N){oe.error("Session",`Failed to rename session: ${N}`)}l(null)},[e,a,c,r]);return p.jsxs("div",{className:"flex items-center gap-0 px-3",style:{height:36,borderBottom:"1px solid var(--border)",background:"var(--bg-surface)"},children:[p.jsxs("div",{ref:b,className:"flex items-center gap-0.5 overflow-x-auto no-scrollbar",children:[v.map(N=>{const A=N.id===x,P=N.id===a;return p.jsx("div",{className:"group relative flex items-center shrink-0",children:P?p.jsx("input",{ref:m,value:c,onChange:I=>u(I.target.value),onBlur:M,onKeyDown:I=>{I.key==="Enter"&&!I.nativeEvent.isComposing&&(I.preventDefault(),M()),I.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}}):p.jsx("button",{onClick:()=>S(N.id),onDoubleClick:()=>w(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:A?"var(--bg-hover)":"transparent",color:A?"var(--text-primary)":"var(--text-secondary)",fontWeight:A?700:400,borderBottom:A?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:-1},title:`${N.name} (double-click to rename)`,children:p.jsx("span",{className:"max-w-[120px] truncate",children:N.name})})},N.id)}),p.jsx("button",{onClick:_,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:p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"})})})]}),v.length>1&&x&&p.jsxs("div",{className:"relative ml-auto pl-2 flex-shrink-0",children:[p.jsx("button",{onClick:()=>h(x),className:"w-7 h-7 flex items-center justify-center rounded-md transition-colors",style:{color:"var(--text-muted)"},title:"Close current session","aria-label":"Close current 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:p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})}),d&&p.jsxs("div",{ref:y,className:"absolute right-0 top-full mt-1 z-50 rounded-md shadow-lg py-2 px-3 min-w-[180px]",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},children:[p.jsx("p",{className:"text-caption mb-2",style:{color:"var(--text-primary)"},children:"Close this session?"}),p.jsxs("div",{className:"flex items-center gap-2 justify-end",children:[p.jsx("button",{onClick:()=>h(null),className:"px-2.5 py-1 text-caption rounded-md transition-colors",style:{color:"var(--text-secondary)"},onMouseEnter:N=>{N.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:N=>{N.currentTarget.style.background=""},children:"Cancel"}),p.jsx("button",{onClick:()=>O(d),className:"px-2.5 py-1 text-caption font-bold rounded-md text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:N=>{N.currentTarget.style.background="#c0392b"},onMouseLeave:N=>{N.currentTarget.style.background="#e74c3c"},children:"Close"})]})]})]})]})}function Pn(){if(typeof crypto<"u"&&typeof crypto.randomUUID=="function")return crypto.randomUUID();const e=new Uint8Array(16);if(typeof crypto<"u"&&typeof crypto.getRandomValues=="function")crypto.getRandomValues(e);else for(let r=0;r<16;r++)e[r]=Math.floor(Math.random()*256);e[6]=e[6]&15|64,e[8]=e[8]&63|128;const t=Array.from(e,r=>r.toString(16).padStart(2,"0")).join("");return`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`}function zM(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 ex=[{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"}],U0="botschat_skill_freq_v2",tx="botschat_skill_freq",jM=2,BM=14;function P0(e=new Date){return e.toISOString().slice(0,10)}function H0(e){const t=Date.now()-BM*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 F0(){try{const e=localStorage.getItem(U0);if(e){const r=JSON.parse(e);return H0(r),r}const t=localStorage.getItem(tx);if(t){const r=JSON.parse(t),a=P0(),l={};for(const[c,u]of Object.entries(r))l[c]={total:u,daily:{[a]:u}};return $0(l),localStorage.removeItem(tx),l}return{}}catch{return{}}}function $0(e){H0(e),localStorage.setItem(U0,JSON.stringify(e))}function mh(e){const t=e.match(/^\/(\S+)/);if(!t)return null;const r=`/${t[1]}`,a=F0(),l=P0();return a[r]||(a[r]={total:0,daily:{}}),a[r].total+=1,a[r].daily[l]=(a[r].daily[l]??0)+1,$0(a),r}function G0(e){const t=Date.now()-jM*864e5;let r=0;for(const[a,l]of Object.entries(e.daily))new Date(a).getTime()>=t&&(r+=l);return r}function nx(e){return G0(e)*5+e.total}function UM(){const e=F0(),t=new Set(ex.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:[...ex,...r].sort((l,c)=>{const u=e[l.cmd]?nx(e[l.cmd]):0;return(e[c.cmd]?nx(e[c.cmd]):0)-u}),store:e}}function K0({sendMessage:e}){var ue,ve,ke,Le;const t=ur(),r=ni(),[a,l]=D.useState(""),[c,u]=D.useState(0),[d,h]=D.useState(null),[m,b]=D.useState(!1),[y,v]=D.useState(!1),x=D.useRef(null),S=D.useRef(null),_=D.useRef(null),O=D.useRef(null),w=t.selectedSessionKey,{skills:M,store:N}=D.useMemo(()=>UM(),[c]);D.useEffect(()=>{var re;(re=x.current)==null||re.scrollIntoView({behavior:"smooth"})},[t.messages]),D.useEffect(()=>{S.current&&(S.current.style.height="auto",S.current.style.height=Math.min(S.current.scrollHeight,160)+"px")},[a]),D.useEffect(()=>{w&&S.current&&requestAnimationFrame(()=>{var re;(re=S.current)==null||re.focus()})},[w]),D.useEffect(()=>{if(w)try{const ye=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}")[w];ye&&ye!==t.sessionModel?r({type:"SET_SESSION_MODEL",model:ye}):!ye&&t.sessionModel&&r({type:"SET_SESSION_MODEL",model:null})}catch{}},[w]);const A=t.sessionModel??t.defaultModel,P=D.useCallback(re=>{var Te;if(!re||!w||re===A)return;oe.info("Chat",`Model change: ${A??"none"} → ${re}`),r({type:"SET_SESSION_MODEL",model:re});try{const Ne=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");Ne[w]=re,localStorage.setItem("botschat:sessionModels",JSON.stringify(Ne))}catch{}mh("/model"),u(Ne=>Ne+1);const ye={id:Pn(),sender:"user",text:`/model ${re}`,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:ye}),e({type:"user.message",sessionKey:w,text:`/model ${re}`,userId:((Te=t.user)==null?void 0:Te.id)??"",messageId:ye.id}),requestAnimationFrame(()=>{var Ne;(Ne=x.current)==null||Ne.scrollIntoView({behavior:"smooth"})})},[w,A,(ue=t.user)==null?void 0:ue.id,e,r]),I=D.useCallback(re=>{var ye;oe.info("Skill",`Skill button clicked: ${re}`),l(Te=>Te.startsWith(re+" ")||Te===re?Te:re+" "),(ye=S.current)==null||ye.focus()},[]),V=D.useCallback(re=>{var Ne,Ke;const ye=(Ne=re.target.files)==null?void 0:Ne[0];if(!ye||!ye.type.startsWith("image/"))return;const Te=URL.createObjectURL(ye);h({file:ye,preview:Te}),re.target.value="",(Ke=S.current)==null||Ke.focus()},[]),Q=D.useCallback(()=>{d&&(URL.revokeObjectURL(d.preview),h(null))},[d]),ee=D.useCallback(async re=>{const ye=new FormData;ye.append("file",re);const Te=localStorage.getItem("botschat_token");try{const Ne=await fetch("/api/upload",{method:"POST",headers:Te?{Authorization:`Bearer ${Te}`}:{},body:ye});if(!Ne.ok){const At=await Ne.json().catch(()=>({error:"Upload failed"}));throw new Error(At.error??`HTTP ${Ne.status}`)}const Ke=await Ne.json();return Ke.url.startsWith("/")?`${window.location.origin}${Ke.url}`:Ke.url}catch(Ne){return oe.error("Upload",`Image upload failed: ${Ne}`),null}},[]),B=D.useCallback(re=>{re.preventDefault(),re.stopPropagation(),re.dataTransfer.types.includes("Files")&&v(!0)},[]),F=D.useCallback(re=>{var Te;re.preventDefault(),re.stopPropagation();const ye=(Te=O.current)==null?void 0:Te.getBoundingClientRect();if(ye){const{clientX:Ne,clientY:Ke}=re;(Ne<ye.left||Ne>ye.right||Ke<ye.top||Ke>ye.bottom)&&v(!1)}},[]),W=D.useCallback(re=>{re.preventDefault(),re.stopPropagation()},[]),pe=D.useCallback(re=>{var Te,Ne;re.preventDefault(),re.stopPropagation(),v(!1);const ye=(Te=re.dataTransfer.files)==null?void 0:Te[0];if(ye&&ye.type.startsWith("image/")){const Ke=URL.createObjectURL(ye);h({file:ye,preview:Ke}),(Ne=S.current)==null||Ne.focus()}},[]),le=D.useCallback(re=>{var Te;const ye=(Te=re.clipboardData)==null?void 0:Te.items;if(ye){for(let Ne=0;Ne<ye.length;Ne++)if(ye[Ne].type.startsWith("image/")){re.preventDefault();const Ke=ye[Ne].getAsFile();if(Ke){const Tt=URL.createObjectURL(Ke);h({file:Ke,preview:Tt})}return}}},[]),G=async()=>{var Tt;if(!a.trim()&&!d||!w)return;const re=a.trim(),ye=re.length>0,Te=ye&&re.startsWith("/");oe.info("Chat",`Send message${Te?" (skill)":""}${d?" +image":""}: ${re.length>120?re.slice(0,120)+"…":re}`,{sessionKey:w,isSkill:Te}),ye&&(mh(re),u(At=>At+1));let Ne;if(d){b(!0);const At=await ee(d.file);if(b(!1),!At)return;Ne=At,Q()}const Ke={id:Pn(),sender:"user",text:re,timestamp:Date.now(),mediaUrl:Ne};r({type:"ADD_MESSAGE",message:Ke}),e({type:"user.message",sessionKey:w,text:re,userId:((Tt=t.user)==null?void 0:Tt.id)??"",messageId:Ke.id,...Ne?{mediaUrl:Ne}:{}}),l(""),requestAnimationFrame(()=>{var At;(At=x.current)==null||At.scrollIntoView({behavior:"smooth"})})},z=re=>{oe.info("Thread",`Open thread for message: ${re}`),r({type:"OPEN_THREAD",threadId:re,messages:[]})},Z=D.useCallback(re=>{var Te;if(!w)return;oe.info("A2UI",`Action triggered: ${re}`);const ye={id:Pn(),sender:"user",text:re,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:ye}),e({type:"user.message",sessionKey:w,text:re,userId:((Te=t.user)==null?void 0:Te.id)??"",messageId:ye.id}),requestAnimationFrame(()=>{var Ne;(Ne=x.current)==null||Ne.scrollIntoView({behavior:"smooth"})})},[w,(ve=t.user)==null?void 0:ve.id,e,r]),ie=D.useCallback((re,ye,Te)=>{var Tt;if(!w)return;oe.info("ActionCard",`Resolved: "${Te}" (value="${ye}")`);const Ne=zM(Te+ye);r({type:"RESOLVE_ACTION",messageId:re,promptHash:Ne,value:ye,label:Te});const Ke={id:Pn(),sender:"user",text:Te,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:Ke}),e({type:"user.message",sessionKey:w,text:Te,userId:((Tt=t.user)==null?void 0:Tt.id)??"",messageId:Ke.id}),requestAnimationFrame(()=>{var At;(At=x.current)==null||At.scrollIntoView({behavior:"smooth"})})},[w,(ke=t.user)==null?void 0:ke.id,e,r]),U=D.useCallback(()=>{var Te;if(!w||!t.streamingRunId)return;oe.info("Chat","Stop streaming requested");const re=t.streamingThreadId?`${w}:thread:${t.streamingThreadId}`:w,ye={id:Pn(),sender:"user",text:"/stop",timestamp:Date.now()};t.streamingThreadId?r({type:"ADD_THREAD_MESSAGE",message:ye}):r({type:"ADD_MESSAGE",message:ye}),e({type:"user.message",sessionKey:re,text:"/stop",userId:((Te=t.user)==null?void 0:Te.id)??"",messageId:ye.id}),mh("/stop"),u(Ne=>Ne+1),requestAnimationFrame(()=>{var Ne;(Ne=x.current)==null||Ne.scrollIntoView({behavior:"smooth"})})},[w,t.streamingRunId,t.streamingThreadId,(Le=t.user)==null?void 0:Le.id,e,r]),k=!!t.streamingRunId&&!t.streamingThreadId,R=t.agents.find(re=>re.id===t.selectedAgentId),K=(R==null?void 0:R.name)??"channel",C=(R==null?void 0:R.channelId)??null,de=!!R;return w?p.jsxs("div",{ref:O,className:"flex-1 flex flex-col min-w-0 h-full relative",style:{background:"var(--bg-surface)"},onDragEnter:B,onDragLeave:F,onDragOver:W,onDrop:pe,children:[y&&p.jsx("div",{className:"absolute inset-0 z-50 flex items-center justify-center",style:{background:"rgba(0,0,0,0.4)",pointerEvents:"none"},children:p.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:[p.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:p.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"})}),p.jsx("span",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Drop image here"})]})}),p.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:[p.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[p.jsxs("span",{className:"text-h1 truncate",style:{color:"var(--text-primary)"},children:["# ",K]}),R&&!R.isDefault&&p.jsx("span",{className:"text-caption hidden sm:inline flex-shrink-0",style:{color:"var(--text-secondary)"},children:"— custom channel"})]}),p.jsxs("div",{className:"flex items-center gap-1.5 flex-shrink-0",children:[p.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:p.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"})}),p.jsx(ku,{value:A??"",onChange:P,models:t.models,disabled:!t.openclawConnected,placeholder:"No model",compact:!0})]})]}),de&&p.jsx(LM,{channelId:C}),p.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[t.messages.length===0&&p.jsx("div",{className:"py-12 px-5 text-center",children:p.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No messages yet. Start a conversation."})}),t.messages.map((re,ye)=>{const Te=ye>0?t.messages[ye-1]:null,Ne=(Te==null?void 0:Te.sender)===re.sender&&re.timestamp-Te.timestamp<3e5;return p.jsx(PM,{msg:re,grouped:Ne,onOpenThread:()=>z(re.id),onAction:Z,onResolveAction:(Ke,Tt)=>ie(re.id,Ke,Tt),onStop:U},re.id)}),p.jsx("div",{ref:x})]}),p.jsxs("div",{className:"flex-shrink-0 px-3 sm:px-5 pb-3 sm:pb-4 pt-2",children:[p.jsx("div",{className:"flex items-center gap-1.5 pb-1.5 overflow-x-auto no-scrollbar",children:M.map(re=>{const ye=N[re.cmd],Te=(ye==null?void 0:ye.total)??0,Ne=ye?G0(ye):0,Ke=a.startsWith(re.cmd+" ")||a===re.cmd;return p.jsxs("button",{onClick:()=>I(re.cmd),className:"flex items-center gap-1 px-2 py-1 rounded-md text-xs whitespace-nowrap transition-colors shrink-0",style:{background:Ke?"var(--bg-active)":"var(--bg-hover)",color:Ke?"#fff":"var(--text-secondary)",border:"1px solid transparent"},title:`${re.cmd}${Te>0?` (total ${Te}x${Ne>0?`, recent ${Ne}x`:""})`:""}`,children:[p.jsx("span",{className:"font-mono text-[10px] opacity-70",children:re.cmd}),Te>0&&p.jsx("span",{className:"ml-0.5 px-1 rounded-sm text-[10px] font-bold",style:{background:Ke?"rgba(255,255,255,0.2)":"var(--bg-surface)",color:Ke?"#fff":"var(--text-muted)"},children:Te})]},re.cmd)})}),p.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[d&&p.jsxs("div",{className:"px-3 pt-2 flex items-start gap-2",children:[p.jsxs("div",{className:"relative",children:[p.jsx("img",{src:d.preview,alt:"Preview",className:"max-w-[120px] max-h-[80px] rounded-md object-contain",style:{border:"1px solid var(--border)"}}),p.jsx("button",{onClick:Q,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:"✕"})]}),m&&p.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Uploading…"})]}),p.jsx("textarea",{ref:S,value:a,onChange:re=>l(re.target.value),onKeyDown:re=>{re.key==="Enter"&&!re.shiftKey&&!re.nativeEvent.isComposing&&(re.preventDefault(),G())},onPaste:le,placeholder:t.openclawConnected?`Message #${K}`:"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}}),p.jsxs("div",{className:"flex items-center justify-between px-3 pb-2",children:[p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("input",{ref:_,type:"file",accept:"image/*",className:"hidden",onChange:V}),p.jsx("button",{onClick:()=>{var re;return(re=_.current)==null?void 0:re.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:p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})})]}),k?p.jsx("button",{onClick:U,className:"px-3 py-1.5 rounded-sm text-caption font-bold text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:re=>{re.currentTarget.style.background="#c0392b"},onMouseLeave:re=>{re.currentTarget.style.background="#e74c3c"},title:"Stop generating",children:p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("svg",{className:"w-4 h-4",fill:"currentColor",viewBox:"0 0 24 24",children:p.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})}):p.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:p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.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"]})})]})]})]})]}):p.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:p.jsxs("div",{className:"text-center",children:[p.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:p.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"})}),p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),p.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})}function PM({msg:e,grouped:t,onOpenThread:r,onAction:a,onResolveAction:l,onStop:c}){const u=ur(),d=e.sender==="user"?"You":"OpenClaw Agent",h=e.sender==="user"?"#9B59B6":"#2BAC76",m=e.sender==="user"?"U":"A",b=u.threadReplyCounts[e.id]??0;return p.jsxs("div",{className:"group relative px-3 sm:px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:t?2:8,paddingBottom:2},children:[p.jsxs("div",{className:"flex gap-2 max-w-message",children:[p.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!t&&p.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:h},children:m})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[!t&&p.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[p.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:d}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(e.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),p.jsx(Kh,{text:e.text,mediaUrl:e.mediaUrl,a2ui:e.a2ui,isStreaming:e.isStreaming,onAction:a,onResolveAction:l,resolvedActions:e.resolvedActions}),e.isStreaming&&p.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[p.jsx("span",{className:"inline-block w-1.5 h-4 rounded-sm animate-pulse",style:{background:"var(--text-link)",verticalAlign:"text-bottom"}}),c&&p.jsxs("button",{onClick:c,className:"flex items-center gap-1 px-2 py-0.5 rounded-md text-xs font-medium transition-colors",style:{color:"var(--text-secondary)",background:"var(--bg-hover)",border:"1px solid var(--border)"},onMouseEnter:y=>{y.currentTarget.style.background="#e74c3c",y.currentTarget.style.color="#fff",y.currentTarget.style.borderColor="#e74c3c"},onMouseLeave:y=>{y.currentTarget.style.background="var(--bg-hover)",y.currentTarget.style.color="var(--text-secondary)",y.currentTarget.style.borderColor="var(--border)"},title:"Stop generating",children:[p.jsx("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 24 24",children:p.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})]}),b>0&&p.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:[p.jsxs("span",{className:"text-caption font-bold",style:{color:"var(--text-link)"},children:[b," ",b===1?"reply":"replies"]}),p.jsx("span",{className:"text-caption opacity-0 group-hover/thread:opacity-100 transition-opacity",style:{color:"var(--text-secondary)"},children:"View thread"}),p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})})]})]})]}),p.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:p.jsx(HM,{label:"Reply in thread",icon:p.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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 HM({label:e,icon:t,onClick:r}){return p.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 FM(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 q0({sendMessage:e}){var v,x,S;const t=ur(),r=ni(),[a,l]=D.useState("");if(D.useEffect(()=>{if(!t.activeThreadId||!t.selectedSessionKey||!t.user)return;const _=`${t.selectedSessionKey}:thread:${t.activeThreadId}`;oe.info("Thread",`Loading history for thread ${t.activeThreadId}`),r1.list(t.user.id,_,t.activeThreadId).then(({messages:O})=>{oe.info("Thread",`Loaded ${O.length} thread messages`),O.length>0&&r({type:"OPEN_THREAD",threadId:t.activeThreadId,messages:O})}).catch(O=>{oe.error("Thread",`Failed to load thread history: ${O}`)})},[t.activeThreadId]),!t.activeThreadId)return null;const c=t.messages.find(_=>_.id===t.activeThreadId),u=t.selectedSessionKey?`${t.selectedSessionKey}:thread:${t.activeThreadId}`:null,d=D.useCallback(_=>{var w;if(!u)return;oe.info("Thread/A2UI",`Action triggered: ${_}`);const O={id:Pn(),sender:"user",text:_,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:O}),e({type:"user.message",sessionKey:u,text:_,userId:((w=t.user)==null?void 0:w.id)??"",messageId:O.id})},[u,t.activeThreadId,(v=t.user)==null?void 0:v.id,e,r]),h=D.useCallback((_,O,w)=>{var A;if(!u)return;oe.info("Thread/ActionCard",`Resolved: "${w}" (value="${O}")`);const M=FM(w+O);r({type:"RESOLVE_ACTION",messageId:_,promptHash:M,value:O,label:w});const N={id:Pn(),sender:"user",text:w,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:N}),e({type:"user.message",sessionKey:u,text:w,userId:((A=t.user)==null?void 0:A.id)??"",messageId:N.id})},[u,t.activeThreadId,(x=t.user)==null?void 0:x.id,e,r]),m=D.useCallback(()=>{var O;if(!u||!t.streamingRunId||!t.streamingThreadId)return;oe.info("Thread","Stop streaming requested");const _={id:Pn(),sender:"user",text:"/stop",timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:_}),e({type:"user.message",sessionKey:u,text:"/stop",userId:((O=t.user)==null?void 0:O.id)??"",messageId:_.id})},[u,t.streamingRunId,t.streamingThreadId,t.activeThreadId,(S=t.user)==null?void 0:S.id,e,r]),b=!!t.streamingRunId&&!!t.streamingThreadId,y=()=>{var w;if(!a.trim()||!t.selectedSessionKey)return;const _=a.trim();oe.info("Thread",`Send reply: ${_.length>120?_.slice(0,120)+"…":_}`,{threadId:t.activeThreadId});const O={id:Pn(),sender:"user",text:_,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:O}),e({type:"user.message",sessionKey:u,text:_,userId:((w=t.user)==null?void 0:w.id)??"",messageId:O.id}),l("")};return p.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-surface)"},children:[p.jsxs("div",{className:"flex items-center justify-between px-4 flex-shrink-0",style:{height:44,borderBottom:"1px solid var(--border)"},children:[p.jsx("h3",{className:"text-h1",style:{color:"var(--text-primary)"},children:"Thread"}),p.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:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),p.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[c&&p.jsx("div",{className:"px-5 py-3",style:{borderBottom:"1px solid var(--border)"},children:p.jsxs("div",{className:"flex gap-2",children:[p.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"}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[p.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:c.sender==="user"?"You":"OpenClaw Agent"}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(c.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),p.jsx(Kh,{text:c.text,mediaUrl:c.mediaUrl,a2ui:c.a2ui,onAction:d,onResolveAction:(_,O)=>h(c.id,_,O),resolvedActions:c.resolvedActions})]})]})}),p.jsx("div",{className:"px-5 py-2",style:{borderBottom:"1px solid var(--border)"},children:p.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((_,O)=>{const w=O>0?t.threadMessages[O-1]:null,M=(w==null?void 0:w.sender)===_.sender&&_.timestamp-w.timestamp<3e5;return p.jsx("div",{className:"px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:M?2:8,paddingBottom:2},children:p.jsxs("div",{className:"flex gap-2",children:[p.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!M&&p.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:_.sender==="user"?"#9B59B6":"#2BAC76"},children:_.sender==="user"?"U":"A"})}),p.jsxs("div",{className:"flex-1 min-w-0",children:[!M&&p.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[p.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:_.sender==="user"?"You":"OpenClaw Agent"}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(_.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),p.jsx(Kh,{text:_.text,mediaUrl:_.mediaUrl,a2ui:_.a2ui,isStreaming:_.isStreaming,onAction:d,onResolveAction:(N,A)=>h(_.id,N,A),resolvedActions:_.resolvedActions}),_.isStreaming&&p.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[p.jsx("span",{className:"inline-block w-1.5 h-4 rounded-sm animate-pulse",style:{background:"var(--text-link)",verticalAlign:"text-bottom"}}),p.jsxs("button",{onClick:m,className:"flex items-center gap-1 px-2 py-0.5 rounded-md text-xs font-medium transition-colors",style:{color:"var(--text-secondary)",background:"var(--bg-hover)",border:"1px solid var(--border)"},onMouseEnter:N=>{N.currentTarget.style.background="#e74c3c",N.currentTarget.style.color="#fff",N.currentTarget.style.borderColor="#e74c3c"},onMouseLeave:N=>{N.currentTarget.style.background="var(--bg-hover)",N.currentTarget.style.color="var(--text-secondary)",N.currentTarget.style.borderColor="var(--border)"},title:"Stop generating",children:[p.jsx("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 24 24",children:p.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})]})]})]})},_.id)})]})," ",p.jsx("div",{className:"px-4 pb-3 pt-2",children:p.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[p.jsx("textarea",{value:a,onChange:_=>l(_.target.value),onKeyDown:_=>{_.key==="Enter"&&!_.shiftKey&&!_.nativeEvent.isComposing&&(_.preventDefault(),y())},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}}),p.jsx("div",{className:"flex justify-end px-3 pb-2",children:b?p.jsx("button",{onClick:m,className:"px-3 py-1 rounded-sm text-caption font-bold text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:_=>{_.currentTarget.style.background="#c0392b"},onMouseLeave:_=>{_.currentTarget.style.background="#e74c3c"},title:"Stop generating",children:p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:p.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})}):p.jsx("button",{onClick:y,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 $M(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function GM(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 KM({jobs:e,selectedJobId:t,onSelectJob:r}){return e.length===0?p.jsx("div",{className:"flex items-center justify-center h-full",style:{background:"var(--bg-surface)"},children:p.jsxs("div",{className:"text-center p-4",children:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})}),p.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:["No runs yet.",p.jsx("br",{}),"Waiting for schedule..."]})]})}):p.jsxs("div",{className:"overflow-y-auto h-full",style:{background:"var(--bg-surface)"},children:[p.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[p.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Job History"}),p.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.map((a,l)=>{const c=GM(a.status),u=a.number||e.length-l;return p.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:[p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",u]}),p.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded-sm font-bold",style:{background:c.bg,color:c.fg},children:$M(a.status)})]}),p.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[a.time,a.durationMs!=null&&p.jsxs("span",{className:"ml-1",children:["(",(a.durationMs/1e3).toFixed(1),"s)"]})]}),a.summary&&p.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:a.summary})]},a.id)})]})}const qM=()=>{};var rx={};/**
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 V0=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},VM=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("")},Y0={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,m=h?e[l+2]:0,b=c>>2,y=(c&3)<<4|d>>4;let v=(d&15)<<2|m>>6,x=m&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(V0(e),t)},decodeString(e,t){return this.HAS_NATIVE_SUPPORT&&!t?atob(e):VM(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 m=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||m==null||y==null)throw new YM;const v=c<<2|d>>4;if(a.push(v),m!==64){const x=d<<4&240|m>>2;if(a.push(x),y!==64){const S=m<<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 YM extends Error{constructor(){super(...arguments),this.name="DecodeBase64StringError"}}const WM=function(e){const t=V0(e);return Y0.encodeByteArray(t,!0)},W0=function(e){return WM(e).replace(/\./g,"")},X0=function(e){try{return Y0.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 XM(){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 ZM=()=>XM().__FIREBASE_DEFAULTS__,JM=()=>{if(typeof process>"u"||typeof rx>"u")return;const e=rx.__FIREBASE_DEFAULTS__;if(e)return JSON.parse(e)},QM=()=>{if(typeof document>"u")return;let e;try{e=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch{return}const t=e&&X0(e[1]);return t&&JSON.parse(t)},Cp=()=>{try{return qM()||ZM()||JM()||QM()}catch(e){console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${e}`);return}},e5=e=>{var t,r;return(r=(t=Cp())==null?void 0:t.emulatorHosts)==null?void 0:r[e]},Z0=()=>{var e;return(e=Cp())==null?void 0:e.config},J0=e=>{var t;return(t=Cp())==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 t5{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 Iu(e){try{return(e.startsWith("http://")||e.startsWith("https://")?new URL(e).hostname:e).endsWith(".cloudworkstations.dev")}catch{return!1}}async function n5(e){return(await fetch(e,{credentials:"include"})).ok}const Jl={};function r5(){const e={prod:[],emulator:[]};for(const t of Object.keys(Jl))Jl[t]?e.emulator.push(t):e.prod.push(t);return e}function i5(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 ix=!1;function a5(e,t){if(typeof window>"u"||typeof document>"u"||!Iu(window.location.host)||Jl[e]===t||Jl[e]||ix)return;Jl[e]=t;function r(v){return`__firebase__banner__${v}`}const a="__firebase__banner",c=r5().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 m(){const v=document.createElement("span");return v.style.cursor="pointer",v.style.marginLeft="16px",v.style.fontSize="24px",v.innerHTML=" &times;",v.onclick=()=>{ix=!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=i5(a),x=r("text"),S=document.getElementById(x)||document.createElement("span"),_=r("learnmore"),O=document.getElementById(_)||document.createElement("a"),w=r("preprendIcon"),M=document.getElementById(w)||document.createElementNS("http://www.w3.org/2000/svg","svg");if(v.created){const N=v.element;d(N),b(O,_);const A=m();h(M,w),N.append(M,S,O,A),document.body.appendChild(N)}c?(S.innerText="Preview backend disconnected.",M.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>`):(M.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 bn(){return typeof navigator<"u"&&typeof navigator.userAgent=="string"?navigator.userAgent:""}function s5(){return typeof window<"u"&&!!(window.cordova||window.phonegap||window.PhoneGap)&&/ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(bn())}function l5(){return typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"}function o5(){const e=typeof chrome=="object"?chrome.runtime:typeof browser=="object"?browser.runtime:void 0;return typeof e=="object"&&e.id!==void 0}function c5(){return typeof navigator=="object"&&navigator.product==="ReactNative"}function u5(){const e=bn();return e.indexOf("MSIE ")>=0||e.indexOf("Trident/")>=0}function d5(){try{return typeof indexedDB=="object"}catch{return!1}}function f5(){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 h5="FirebaseError";class Fi extends Error{constructor(t,r,a){super(r),this.code=t,this.customData=a,this.name=h5,Object.setPrototypeOf(this,Fi.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,bo.prototype.create)}}class bo{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?p5(c,a):"Error",d=`${this.serviceName}: ${u} (${l}).`;return new Fi(l,d,a)}}function p5(e,t){return e.replace(m5,(r,a)=>{const l=t[a];return l!=null?String(l):`<${a}?>`})}const m5=/\{\$([^}]+)}/g;function g5(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0}function Os(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(ax(c)&&ax(u)){if(!Os(c,u))return!1}else if(c!==u)return!1}for(const l of a)if(!r.includes(l))return!1;return!0}function ax(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 yo(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 b5(e,t){const r=new y5(e,t);return r.subscribe.bind(r)}class y5{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.");v5(t,["next","error","complete"])?l=t:l={next:t,error:r,complete:a},l.next===void 0&&(l.next=gh),l.error===void 0&&(l.error=gh),l.complete===void 0&&(l.complete=gh);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 v5(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 gh(){}/**
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 Ls(e){return e&&e._delegate?e._delegate:e}class Rs{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 pa="[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 x5{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 t5;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(_5(t))try{this.getOrInitializeService({instanceIdentifier:pa})}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=pa){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=pa){return this.instances.has(t)}getOptions(t=pa){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:E5(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=pa){return this.component?this.component.multipleInstances?t:pa:t}shouldAutoInitialize(){return!!this.component&&this.component.instantiationMode!=="EXPLICIT"}}function E5(e){return e===pa?void 0:e}function _5(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 S5{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 x5(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 yt;(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"})(yt||(yt={}));const w5={debug:yt.DEBUG,verbose:yt.VERBOSE,info:yt.INFO,warn:yt.WARN,error:yt.ERROR,silent:yt.SILENT},k5=yt.INFO,T5={[yt.DEBUG]:"log",[yt.VERBOSE]:"log",[yt.INFO]:"info",[yt.WARN]:"warn",[yt.ERROR]:"error"},N5=(e,t,...r)=>{if(t<e.logLevel)return;const a=new Date().toISOString(),l=T5[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 Q0{constructor(t){this.name=t,this._logLevel=k5,this._logHandler=N5,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in yt))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel=typeof t=="string"?w5[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,yt.DEBUG,...t),this._logHandler(this,yt.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,yt.VERBOSE,...t),this._logHandler(this,yt.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,yt.INFO,...t),this._logHandler(this,yt.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,yt.WARN,...t),this._logHandler(this,yt.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,yt.ERROR,...t),this._logHandler(this,yt.ERROR,...t)}}const C5=(e,t)=>t.some(r=>e instanceof r);let sx,lx;function A5(){return sx||(sx=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function O5(){return lx||(lx=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const eE=new WeakMap,qh=new WeakMap,tE=new WeakMap,bh=new WeakMap,Ap=new WeakMap;function R5(e){const t=new Promise((r,a)=>{const l=()=>{e.removeEventListener("success",c),e.removeEventListener("error",u)},c=()=>{r(Ui(e.result)),l()},u=()=>{a(e.error),l()};e.addEventListener("success",c),e.addEventListener("error",u)});return t.then(r=>{r instanceof IDBCursor&&eE.set(r,e)}).catch(()=>{}),Ap.set(t,e),t}function M5(e){if(qh.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)});qh.set(e,t)}let Vh={get(e,t,r){if(e instanceof IDBTransaction){if(t==="done")return qh.get(e);if(t==="objectStoreNames")return e.objectStoreNames||tE.get(e);if(t==="store")return r.objectStoreNames[1]?void 0:r.objectStore(r.objectStoreNames[0])}return Ui(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 I5(e){Vh=e(Vh)}function D5(e){return e===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(t,...r){const a=e.call(yh(this),t,...r);return tE.set(a,t.sort?t.sort():[t]),Ui(a)}:O5().includes(e)?function(...t){return e.apply(yh(this),t),Ui(eE.get(this))}:function(...t){return Ui(e.apply(yh(this),t))}}function L5(e){return typeof e=="function"?D5(e):(e instanceof IDBTransaction&&M5(e),C5(e,A5())?new Proxy(e,Vh):e)}function Ui(e){if(e instanceof IDBRequest)return R5(e);if(bh.has(e))return bh.get(e);const t=L5(e);return t!==e&&(bh.set(e,t),Ap.set(t,e)),t}const yh=e=>Ap.get(e);function z5(e,t,{blocked:r,upgrade:a,blocking:l,terminated:c}={}){const u=indexedDB.open(e,t),d=Ui(u);return a&&u.addEventListener("upgradeneeded",h=>{a(Ui(u.result),h.oldVersion,h.newVersion,Ui(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",m=>l(m.oldVersion,m.newVersion,m))}).catch(()=>{}),d}const j5=["get","getKey","getAll","getAllKeys","count"],B5=["put","add","delete","clear"],vh=new Map;function ox(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&typeof t=="string"))return;if(vh.get(t))return vh.get(t);const r=t.replace(/FromIndex$/,""),a=t!==r,l=B5.includes(r);if(!(r in(a?IDBIndex:IDBObjectStore).prototype)||!(l||j5.includes(r)))return;const c=async function(u,...d){const h=this.transaction(u,l?"readwrite":"readonly");let m=h.store;return a&&(m=m.index(d.shift())),(await Promise.all([m[r](...d),l&&h.done]))[0]};return vh.set(t,c),c}I5(e=>({...e,get:(t,r,a)=>ox(t,r)||e.get(t,r,a),has:(t,r)=>!!ox(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 U5{constructor(t){this.container=t}getPlatformInfoString(){return this.container.getProviders().map(r=>{if(P5(r)){const a=r.getImmediate();return`${a.library}/${a.version}`}else return null}).filter(r=>r).join(" ")}}function P5(e){const t=e.getComponent();return(t==null?void 0:t.type)==="VERSION"}const Yh="@firebase/app",cx="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 ei=new Q0("@firebase/app"),H5="@firebase/app-compat",F5="@firebase/analytics-compat",$5="@firebase/analytics",G5="@firebase/app-check-compat",K5="@firebase/app-check",q5="@firebase/auth",V5="@firebase/auth-compat",Y5="@firebase/database",W5="@firebase/data-connect",X5="@firebase/database-compat",Z5="@firebase/functions",J5="@firebase/functions-compat",Q5="@firebase/installations",eI="@firebase/installations-compat",tI="@firebase/messaging",nI="@firebase/messaging-compat",rI="@firebase/performance",iI="@firebase/performance-compat",aI="@firebase/remote-config",sI="@firebase/remote-config-compat",lI="@firebase/storage",oI="@firebase/storage-compat",cI="@firebase/firestore",uI="@firebase/ai",dI="@firebase/firestore-compat",fI="firebase",hI="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 Wh="[DEFAULT]",pI={[Yh]:"fire-core",[H5]:"fire-core-compat",[$5]:"fire-analytics",[F5]:"fire-analytics-compat",[K5]:"fire-app-check",[G5]:"fire-app-check-compat",[q5]:"fire-auth",[V5]:"fire-auth-compat",[Y5]:"fire-rtdb",[W5]:"fire-data-connect",[X5]:"fire-rtdb-compat",[Z5]:"fire-fn",[J5]:"fire-fn-compat",[Q5]:"fire-iid",[eI]:"fire-iid-compat",[tI]:"fire-fcm",[nI]:"fire-fcm-compat",[rI]:"fire-perf",[iI]:"fire-perf-compat",[aI]:"fire-rc",[sI]:"fire-rc-compat",[lI]:"fire-gcs",[oI]:"fire-gcs-compat",[cI]:"fire-fst",[dI]:"fire-fst-compat",[uI]:"fire-vertex","fire-js":"fire-js",[fI]:"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 bu=new Map,mI=new Map,Xh=new Map;function ux(e,t){try{e.container.addComponent(t)}catch(r){ei.debug(`Component ${t.name} failed to register with FirebaseApp ${e.name}`,r)}}function lo(e){const t=e.name;if(Xh.has(t))return ei.debug(`There were multiple attempts to register component ${t}.`),!1;Xh.set(t,e);for(const r of bu.values())ux(r,e);for(const r of mI.values())ux(r,e);return!0}function nE(e,t){const r=e.container.getProvider("heartbeat").getImmediate({optional:!0});return r&&r.triggerHeartbeat(),e.container.getProvider(t)}function _r(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 gI={"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."},Pi=new bo("app","Firebase",gI);/**
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 bI{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 Rs("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 Pi.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 vo=hI;function rE(e,t={}){let r=e;typeof t!="object"&&(t={name:t});const a={name:Wh,automaticDataCollectionEnabled:!0,...t},l=a.name;if(typeof l!="string"||!l)throw Pi.create("bad-app-name",{appName:String(l)});if(r||(r=Z0()),!r)throw Pi.create("no-options");const c=bu.get(l);if(c){if(Os(r,c.options)&&Os(a,c.config))return c;throw Pi.create("duplicate-app",{appName:l})}const u=new S5(l);for(const h of Xh.values())u.addComponent(h);const d=new bI(r,a,u);return bu.set(l,d),d}function yI(e=Wh){const t=bu.get(e);if(!t&&e===Wh&&Z0())return rE();if(!t)throw Pi.create("no-app",{appName:e});return t}function ws(e,t,r){let a=pI[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 "/")`),ei.warn(u.join(" "));return}lo(new Rs(`${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 vI="firebase-heartbeat-database",xI=1,oo="firebase-heartbeat-store";let xh=null;function iE(){return xh||(xh=z5(vI,xI,{upgrade:(e,t)=>{switch(t){case 0:try{e.createObjectStore(oo)}catch(r){console.warn(r)}}}}).catch(e=>{throw Pi.create("idb-open",{originalErrorMessage:e.message})})),xh}async function EI(e){try{const r=(await iE()).transaction(oo),a=await r.objectStore(oo).get(aE(e));return await r.done,a}catch(t){if(t instanceof Fi)ei.warn(t.message);else{const r=Pi.create("idb-get",{originalErrorMessage:t==null?void 0:t.message});ei.warn(r.message)}}}async function dx(e,t){try{const a=(await iE()).transaction(oo,"readwrite");await a.objectStore(oo).put(t,aE(e)),await a.done}catch(r){if(r instanceof Fi)ei.warn(r.message);else{const a=Pi.create("idb-set",{originalErrorMessage:r==null?void 0:r.message});ei.warn(a.message)}}}function aE(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 _I=1024,SI=30;class wI{constructor(t){this.container=t,this._heartbeatsCache=null;const r=this.container.getProvider("app").getImmediate();this._storage=new TI(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=fx();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>SI){const u=NI(this._heartbeatsCache.heartbeats);this._heartbeatsCache.heartbeats.splice(u,1)}return this._storage.overwrite(this._heartbeatsCache)}catch(a){ei.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=fx(),{heartbeatsToSend:a,unsentEntries:l}=kI(this._heartbeatsCache.heartbeats),c=W0(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 ei.warn(r),""}}}function fx(){return new Date().toISOString().substring(0,10)}function kI(e,t=_I){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),hx(r)>t){c.dates.pop();break}}else if(r.push({agent:l.agent,dates:[l.date]}),hx(r)>t){r.pop();break}a=a.slice(1)}return{heartbeatsToSend:r,unsentEntries:a}}class TI{constructor(t){this.app=t,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return d5()?f5().then(()=>!0).catch(()=>!1):!1}async read(){if(await this._canUseIndexedDBPromise){const r=await EI(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 dx(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 dx(this.app,{lastSentHeartbeatDate:t.lastSentHeartbeatDate??a.lastSentHeartbeatDate,heartbeats:[...a.heartbeats,...t.heartbeats]})}else return}}function hx(e){return W0(JSON.stringify({version:2,heartbeats:e})).length}function NI(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 CI(e){lo(new Rs("platform-logger",t=>new U5(t),"PRIVATE")),lo(new Rs("heartbeat",t=>new wI(t),"PRIVATE")),ws(Yh,cx,e),ws(Yh,cx,"esm2020"),ws("fire-js","")}CI("");var AI="firebase",OI="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
- */ws(AI,OI,"app");function sE(){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 RI=sE,lE=new bo("auth","Firebase",sE());/**
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 yu=new Q0("@firebase/auth");function MI(e,...t){yu.logLevel<=yt.WARN&&yu.warn(`Auth (${vo}): ${e}`,...t)}function ru(e,...t){yu.logLevel<=yt.ERROR&&yu.error(`Auth (${vo}): ${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 kr(e,...t){throw Rp(e,...t)}function cr(e,...t){return Rp(e,...t)}function Op(e,t,r){const a={...RI(),[t]:r};return new bo("auth","Firebase",a).create(t,{appName:e.name})}function ga(e){return Op(e,"operation-not-supported-in-this-environment","Operations that alter the current user are not supported in conjunction with FirebaseServerApp")}function II(e,t,r){const a=r;if(!(t instanceof a))throw a.name!==t.constructor.name&&kr(e,"argument-error"),Op(e,"argument-error",`Type of ${t.constructor.name} does not match expected instance.Did you pass a reference from a different Auth SDK?`)}function Rp(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 lE.create(e,...t)}function je(e,t,...r){if(!e)throw Rp(t,...r)}function Zr(e){const t="INTERNAL ASSERTION FAILED: "+e;throw ru(t),new Error(t)}function ti(e,t){e||Zr(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 Zh(){var e;return typeof self<"u"&&((e=self.location)==null?void 0:e.href)||""}function DI(){return px()==="http:"||px()==="https:"}function px(){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 LI(){return typeof navigator<"u"&&navigator&&"onLine"in navigator&&typeof navigator.onLine=="boolean"&&(DI()||o5()||"connection"in navigator)?navigator.onLine:!0}function zI(){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 xo{constructor(t,r){this.shortDelay=t,this.longDelay=r,ti(r>t,"Short delay should be less than long delay!"),this.isMobile=s5()||c5()}get(){return LI()?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 Mp(e,t){ti(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 oE{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;Zr("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;Zr("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;Zr("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 jI={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 BI=["/v1/accounts:signInWithCustomToken","/v1/accounts:signInWithEmailLink","/v1/accounts:signInWithIdp","/v1/accounts:signInWithPassword","/v1/accounts:signInWithPhoneNumber","/v1/token"],UI=new xo(3e4,6e4);function Ip(e,t){return e.tenantId&&!t.tenantId?{...t,tenantId:e.tenantId}:t}async function zs(e,t,r,a,l={}){return cE(e,l,async()=>{let c={},u={};a&&(t==="GET"?u=a:c={body:JSON.stringify(a)});const d=yo({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 m={method:t,headers:h,...c};return l5()||(m.referrerPolicy="no-referrer"),e.emulatorConfig&&Iu(e.emulatorConfig.host)&&(m.credentials="include"),oE.fetch()(await uE(e,e.config.apiHost,r,d),m)})}async function cE(e,t,r){e._canInitEmulator=!1;const a={...jI,...t};try{const l=new HI(e),c=await Promise.race([r(),l.promise]);l.clearNetworkTimeout();const u=await c.json();if("needConfirmation"in u)throw Qc(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,m]=d.split(" : ");if(h==="FEDERATED_USER_ID_ALREADY_LINKED")throw Qc(e,"credential-already-in-use",u);if(h==="EMAIL_EXISTS")throw Qc(e,"email-already-in-use",u);if(h==="USER_DISABLED")throw Qc(e,"user-disabled",u);const b=a[h]||h.toLowerCase().replace(/[_\s]+/g,"-");if(m)throw Op(e,b,m);kr(e,b)}}catch(l){if(l instanceof Fi)throw l;kr(e,"network-request-failed",{message:String(l)})}}async function PI(e,t,r,a,l={}){const c=await zs(e,t,r,a,l);return"mfaPendingCredential"in c&&kr(e,"multi-factor-auth-required",{_serverResponse:c}),c}async function uE(e,t,r,a){const l=`${t}${r}?${a}`,c=e,u=c.config.emulator?Mp(e.config,l):`${e.config.apiScheme}://${l}`;return BI.includes(r)&&(await c._persistenceManagerAvailable,c._getPersistenceType()==="COOKIE")?c._getPersistence()._getFinalTarget(u).toString():u}class HI{clearNetworkTimeout(){clearTimeout(this.timer)}constructor(t){this.auth=t,this.timer=null,this.promise=new Promise((r,a)=>{this.timer=setTimeout(()=>a(cr(this.auth,"network-request-failed")),UI.get())})}}function Qc(e,t,r){const a={appName:e.name};r.email&&(a.email=r.email),r.phoneNumber&&(a.phoneNumber=r.phoneNumber);const l=cr(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 FI(e,t){return zs(e,"POST","/v1/accounts:delete",t)}async function vu(e,t){return zs(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 Ql(e){if(e)try{const t=new Date(Number(e));if(!isNaN(t.getTime()))return t.toUTCString()}catch{}}async function $I(e,t=!1){const r=Ls(e),a=await r.getIdToken(t),l=Dp(a);je(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:Ql(Eh(l.auth_time)),issuedAtTime:Ql(Eh(l.iat)),expirationTime:Ql(Eh(l.exp)),signInProvider:u||null,signInSecondFactor:(c==null?void 0:c.sign_in_second_factor)||null}}function Eh(e){return Number(e)*1e3}function Dp(e){const[t,r,a]=e.split(".");if(t===void 0||r===void 0||a===void 0)return ru("JWT malformed, contained fewer than 3 sections"),null;try{const l=X0(r);return l?JSON.parse(l):(ru("Failed to decode base64 JWT payload"),null)}catch(l){return ru("Caught error parsing JWT payload as JSON",l==null?void 0:l.toString()),null}}function mx(e){const t=Dp(e);return je(t,"internal-error"),je(typeof t.exp<"u","internal-error"),je(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 co(e,t,r=!1){if(r)return t;try{return await t}catch(a){throw a instanceof Fi&&GI(a)&&e.auth.currentUser===e&&await e.auth.signOut(),a}}function GI({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 KI{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 Jh{constructor(t,r){this.createdAt=t,this.lastLoginAt=r,this._initializeTime()}_initializeTime(){this.lastSignInTime=Ql(this.lastLoginAt),this.creationTime=Ql(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 xu(e){var y;const t=e.auth,r=await e.getIdToken(),a=await co(e,vu(t,{idToken:r}));je(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?dE(l.providerUserInfo):[],u=VI(e.providerData,c),d=e.isAnonymous,h=!(e.email&&l.passwordHash)&&!(u!=null&&u.length),m=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 Jh(l.createdAt,l.lastLoginAt),isAnonymous:m};Object.assign(e,b)}async function qI(e){const t=Ls(e);await xu(t),await t.auth._persistUserIfCurrent(t),t.auth._notifyListenersIfCurrent(t)}function VI(e,t){return[...e.filter(a=>!t.some(l=>l.providerId===a.providerId)),...t]}function dE(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 YI(e,t){const r=await cE(e,{},async()=>{const a=yo({grant_type:"refresh_token",refresh_token:t}).slice(1),{tokenApiHost:l,apiKey:c}=e.config,u=await uE(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&&Iu(e.emulatorConfig.host)&&(h.credentials="include"),oE.fetch()(u,h)});return{accessToken:r.access_token,expiresIn:r.expires_in,refreshToken:r.refresh_token}}async function WI(e,t){return zs(e,"POST","/v2/accounts:revokeToken",Ip(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 ks{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){je(t.idToken,"internal-error"),je(typeof t.idToken<"u","internal-error"),je(typeof t.refreshToken<"u","internal-error");const r="expiresIn"in t&&typeof t.expiresIn<"u"?Number(t.expiresIn):mx(t.idToken);this.updateTokensAndExpiration(t.idToken,t.refreshToken,r)}updateFromIdToken(t){je(t.length!==0,"internal-error");const r=mx(t);this.updateTokensAndExpiration(t,null,r)}async getToken(t,r=!1){return!r&&this.accessToken&&!this.isExpired?this.accessToken:(je(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 YI(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 ks;return a&&(je(typeof a=="string","internal-error",{appName:t}),u.refreshToken=a),l&&(je(typeof l=="string","internal-error",{appName:t}),u.accessToken=l),c&&(je(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 ks,this.toJSON())}_performRefresh(){return Zr("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 Ii(e,t){je(typeof e=="string"||typeof e>"u","internal-error",{appName:t})}class lr{constructor({uid:t,auth:r,stsTokenManager:a,...l}){this.providerId="firebase",this.proactiveRefresh=new KI(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 Jh(l.createdAt||void 0,l.lastLoginAt||void 0)}async getIdToken(t){const r=await co(this,this.stsTokenManager.getToken(this.auth,t));return je(r,this.auth,"internal-error"),this.accessToken!==r&&(this.accessToken=r,await this.auth._persistUserIfCurrent(this),this.auth._notifyListenersIfCurrent(this)),r}getIdTokenResult(t){return $I(this,t)}reload(){return qI(this)}_assign(t){this!==t&&(je(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 lr({...this,auth:t,stsTokenManager:this.stsTokenManager._clone()});return r.metadata._copy(this.metadata),r}_onReload(t){je(!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 xu(this),await this.auth._persistUserIfCurrent(this),a&&this.auth._notifyListenersIfCurrent(this)}async delete(){if(_r(this.auth.app))return Promise.reject(ga(this.auth));const t=await this.getIdToken();return await co(this,FI(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,m=r.createdAt??void 0,b=r.lastLoginAt??void 0,{uid:y,emailVerified:v,isAnonymous:x,providerData:S,stsTokenManager:_}=r;je(y&&_,t,"internal-error");const O=ks.fromJSON(this.name,_);je(typeof y=="string",t,"internal-error"),Ii(a,t.name),Ii(l,t.name),je(typeof v=="boolean",t,"internal-error"),je(typeof x=="boolean",t,"internal-error"),Ii(c,t.name),Ii(u,t.name),Ii(d,t.name),Ii(h,t.name),Ii(m,t.name),Ii(b,t.name);const w=new lr({uid:y,auth:t,email:l,emailVerified:v,displayName:a,isAnonymous:x,photoURL:u,phoneNumber:c,tenantId:d,stsTokenManager:O,createdAt:m,lastLoginAt:b});return S&&Array.isArray(S)&&(w.providerData=S.map(M=>({...M}))),h&&(w._redirectEventId=h),w}static async _fromIdTokenResponse(t,r,a=!1){const l=new ks;l.updateFromServerResponse(r);const c=new lr({uid:r.localId,auth:t,stsTokenManager:l,isAnonymous:a});return await xu(c),c}static async _fromGetAccountInfoResponse(t,r,a){const l=r.users[0];je(l.localId!==void 0,"internal-error");const c=l.providerUserInfo!==void 0?dE(l.providerUserInfo):[],u=!(l.email&&l.passwordHash)&&!(c!=null&&c.length),d=new ks;d.updateFromIdToken(a);const h=new lr({uid:l.localId,auth:t,stsTokenManager:d,isAnonymous:u}),m={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 Jh(l.createdAt,l.lastLoginAt),isAnonymous:!(l.email&&l.passwordHash)&&!(c!=null&&c.length)};return Object.assign(h,m),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 gx=new Map;function Jr(e){ti(e instanceof Function,"Expected a class definition");let t=gx.get(e);return t?(ti(t instanceof e,"Instance stored in cache mismatched with class"),t):(t=new e,gx.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 fE{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){}}fE.type="NONE";const bx=fE;/**
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 iu(e,t,r){return`firebase:${e}:${t}:${r}`}class Ts{constructor(t,r,a){this.persistence=t,this.auth=r,this.userKey=a;const{config:l,name:c}=this.auth;this.fullUserKey=iu(this.userKey,l.apiKey,c),this.fullPersistenceKey=iu("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 vu(this.auth,{idToken:t}).catch(()=>{});return r?lr._fromGetAccountInfoResponse(this.auth,r,t):null}return lr._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 Ts(Jr(bx),t,a);const l=(await Promise.all(r.map(async m=>{if(await m._isAvailable())return m}))).filter(m=>m);let c=l[0]||Jr(bx);const u=iu(a,t.config.apiKey,t.name);let d=null;for(const m of r)try{const b=await m._get(u);if(b){let y;if(typeof b=="string"){const v=await vu(t,{idToken:b}).catch(()=>{});if(!v)break;y=await lr._fromGetAccountInfoResponse(t,v,b)}else y=lr._fromJSON(t,b);m!==c&&(d=y),c=m;break}}catch{}const h=l.filter(m=>m._shouldAllowMigration);return!c._shouldAllowMigration||!h.length?new Ts(c,t,a):(c=h[0],d&&await c._set(u,d.toJSON()),await Promise.all(r.map(async m=>{if(m!==c)try{await m._remove(u)}catch{}})),new Ts(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 yx(e){const t=e.toLowerCase();if(t.includes("opera/")||t.includes("opr/")||t.includes("opios/"))return"Opera";if(gE(t))return"IEMobile";if(t.includes("msie")||t.includes("trident/"))return"IE";if(t.includes("edge/"))return"Edge";if(hE(t))return"Firefox";if(t.includes("silk/"))return"Silk";if(yE(t))return"Blackberry";if(vE(t))return"Webos";if(pE(t))return"Safari";if((t.includes("chrome/")||mE(t))&&!t.includes("edge/"))return"Chrome";if(bE(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 hE(e=bn()){return/firefox\//i.test(e)}function pE(e=bn()){const t=e.toLowerCase();return t.includes("safari/")&&!t.includes("chrome/")&&!t.includes("crios/")&&!t.includes("android")}function mE(e=bn()){return/crios\//i.test(e)}function gE(e=bn()){return/iemobile/i.test(e)}function bE(e=bn()){return/android/i.test(e)}function yE(e=bn()){return/blackberry/i.test(e)}function vE(e=bn()){return/webos/i.test(e)}function Lp(e=bn()){return/iphone|ipad|ipod/i.test(e)||/macintosh/i.test(e)&&/mobile/i.test(e)}function XI(e=bn()){var t;return Lp(e)&&!!((t=window.navigator)!=null&&t.standalone)}function ZI(){return u5()&&document.documentMode===10}function xE(e=bn()){return Lp(e)||bE(e)||vE(e)||yE(e)||/windows phone/i.test(e)||gE(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 EE(e,t=[]){let r;switch(e){case"Browser":r=yx(bn());break;case"Worker":r=`${yx(bn())}-${e}`;break;default:r=e}const a=t.length?t.join(","):"FirebaseCore-web";return`${r}/JsCore/${vo}/${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 JI{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 QI(e,t={}){return zs(e,"GET","/v2/passwordPolicy",Ip(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 e3=6;class t3{constructor(t){var a;const r=t.customStrengthOptions;this.customStrengthOptions={},this.customStrengthOptions.minPasswordLength=r.minPasswordLength??e3,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 n3{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 vx(this),this.idTokenSubscription=new vx(this),this.beforeStateQueue=new JI(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=lE,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=Jr(r)),this._initializationPromise=this.queue(async()=>{var a,l,c;if(!this._deleted&&(this.persistenceManager=await Ts.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 vu(this,{idToken:t}),a=await lr._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(_r(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 je(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 xu(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=zI()}async _delete(){this._deleted=!0}async updateCurrentUser(t){if(_r(this.app))return Promise.reject(ga(this));const r=t?Ls(t):null;return r&&je(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&&je(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 _r(this.app)?Promise.reject(ga(this)):(await this.beforeStateQueue.runMiddleware(null),(this.redirectPersistenceManager||this._popupRedirectResolver)&&await this._setRedirectUser(null),this._updateCurrentUser(null,!0))}setPersistence(t){return _r(this.app)?Promise.reject(ga(this)):this.queue(async()=>{await this.assertedPersistence.setPersistence(Jr(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 QI(this),r=new t3(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 bo("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 WI(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&&Jr(t)||this._popupRedirectResolver;je(r,this,"argument-error"),this.redirectPersistenceManager=await Ts.create(this,[Jr(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(je(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 je(this.persistenceManager,this,"internal-error"),this.persistenceManager}_logFramework(t){!t||this.frameworks.includes(t)||(this.frameworks.push(t),this.frameworks.sort(),this.clientVersion=EE(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(_r(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&&MI(`Error while retrieving App Check token: ${t.error}`),t==null?void 0:t.token}}function Du(e){return Ls(e)}class vx{constructor(t){this.auth=t,this.observer=null,this.addObserver=b5(r=>this.observer=r)}get next(){return je(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 zp={async loadJS(){throw new Error("Unable to load external scripts")},recaptchaV2Script:"",recaptchaEnterpriseScript:"",gapiScript:""};function r3(e){zp=e}function i3(e){return zp.loadJS(e)}function a3(){return zp.gapiScript}function s3(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 l3(e,t){const r=nE(e,"auth");if(r.isInitialized()){const l=r.getImmediate(),c=r.getOptions();if(Os(c,t??{}))return l;kr(l,"already-initialized")}return r.initialize({options:t})}function o3(e,t){const r=(t==null?void 0:t.persistence)||[],a=(Array.isArray(r)?r:[r]).map(Jr);t!=null&&t.errorMap&&e._updateErrorMap(t.errorMap),e._initializeWithPersistence(a,t==null?void 0:t.popupRedirectResolver)}function c3(e,t,r){const a=Du(e);je(/^https?:\/\//.test(t),a,"invalid-emulator-scheme");const l=!1,c=_E(t),{host:u,port:d}=u3(t),h=d===null?"":`:${d}`,m={url:`${c}//${u}${h}/`},b=Object.freeze({host:u,port:d,protocol:c.replace(":",""),options:Object.freeze({disableWarnings:l})});if(!a._canInitEmulator){je(a.config.emulator&&a.emulatorConfig,a,"emulator-config-failed"),je(Os(m,a.config.emulator)&&Os(b,a.emulatorConfig),a,"emulator-config-failed");return}a.config.emulator=m,a.emulatorConfig=b,a.settings.appVerificationDisabledForTesting=!0,Iu(u)?(n5(`${c}//${u}${h}`),a5("Auth",!0)):d3()}function _E(e){const t=e.indexOf(":");return t<0?"":e.substr(0,t+1)}function u3(e){const t=_E(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:xx(a.substr(c.length+1))}}else{const[c,u]=a.split(":");return{host:c,port:xx(u)}}}function xx(e){if(!e)return null;const t=Number(e);return isNaN(t)?null:t}function d3(){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 SE{constructor(t,r){this.providerId=t,this.signInMethod=r}toJSON(){return Zr("not implemented")}_getIdTokenResponse(t){return Zr("not implemented")}_linkToIdToken(t,r){return Zr("not implemented")}_getReauthenticationResolver(t){return Zr("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 Ns(e,t){return PI(e,"POST","/v1/accounts:signInWithIdp",Ip(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 f3="http://localhost";class xa extends SE{constructor(){super(...arguments),this.pendingToken=null}static _fromParams(t){const r=new xa(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):kr("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 xa(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 Ns(t,r)}_linkToIdToken(t,r){const a=this.buildRequest();return a.idToken=r,Ns(t,a)}_getReauthenticationResolver(t){const r=this.buildRequest();return r.autoCreate=!1,Ns(t,r)}buildRequest(){const t={requestUri:f3,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=yo(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 jp{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 Eo extends jp{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 Li extends Eo{constructor(){super("facebook.com")}static credential(t){return xa._fromParams({providerId:Li.PROVIDER_ID,signInMethod:Li.FACEBOOK_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return Li.credentialFromTaggedObject(t)}static credentialFromError(t){return Li.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return Li.credential(t.oauthAccessToken)}catch{return null}}}Li.FACEBOOK_SIGN_IN_METHOD="facebook.com";Li.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 Wr extends Eo{constructor(){super("google.com"),this.addScope("profile")}static credential(t,r){return xa._fromParams({providerId:Wr.PROVIDER_ID,signInMethod:Wr.GOOGLE_SIGN_IN_METHOD,idToken:t,accessToken:r})}static credentialFromResult(t){return Wr.credentialFromTaggedObject(t)}static credentialFromError(t){return Wr.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthIdToken:r,oauthAccessToken:a}=t;if(!r&&!a)return null;try{return Wr.credential(r,a)}catch{return null}}}Wr.GOOGLE_SIGN_IN_METHOD="google.com";Wr.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 Xr extends Eo{constructor(){super("github.com")}static credential(t){return xa._fromParams({providerId:Xr.PROVIDER_ID,signInMethod:Xr.GITHUB_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return Xr.credentialFromTaggedObject(t)}static credentialFromError(t){return Xr.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return Xr.credential(t.oauthAccessToken)}catch{return null}}}Xr.GITHUB_SIGN_IN_METHOD="github.com";Xr.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 zi extends Eo{constructor(){super("twitter.com")}static credential(t,r){return xa._fromParams({providerId:zi.PROVIDER_ID,signInMethod:zi.TWITTER_SIGN_IN_METHOD,oauthToken:t,oauthTokenSecret:r})}static credentialFromResult(t){return zi.credentialFromTaggedObject(t)}static credentialFromError(t){return zi.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthAccessToken:r,oauthTokenSecret:a}=t;if(!r||!a)return null;try{return zi.credential(r,a)}catch{return null}}}zi.TWITTER_SIGN_IN_METHOD="twitter.com";zi.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 Ms{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 lr._fromIdTokenResponse(t,a,l),u=Ex(a);return new Ms({user:c,providerId:u,_tokenResponse:a,operationType:r})}static async _forOperation(t,r,a){await t._updateTokensIfNecessary(a,!0);const l=Ex(a);return new Ms({user:t,providerId:l,_tokenResponse:a,operationType:r})}}function Ex(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 Eu extends Fi{constructor(t,r,a,l){super(r.code,r.message),this.operationType=a,this.user=l,Object.setPrototypeOf(this,Eu.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 Eu(t,r,a,l)}}function wE(e,t,r,a){return(t==="reauthenticate"?r._getReauthenticationResolver(e):r._getIdTokenResponse(e)).catch(c=>{throw c.code==="auth/multi-factor-auth-required"?Eu._fromErrorAndOperation(e,c,t,a):c})}async function h3(e,t,r=!1){const a=await co(e,t._linkToIdToken(e.auth,await e.getIdToken()),r);return Ms._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 p3(e,t,r=!1){const{auth:a}=e;if(_r(a.app))return Promise.reject(ga(a));const l="reauthenticate";try{const c=await co(e,wE(a,l,t,e),r);je(c.idToken,a,"internal-error");const u=Dp(c.idToken);je(u,a,"internal-error");const{sub:d}=u;return je(e.uid===d,a,"user-mismatch"),Ms._forOperation(e,l,c)}catch(c){throw(c==null?void 0:c.code)==="auth/user-not-found"&&kr(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 m3(e,t,r=!1){if(_r(e.app))return Promise.reject(ga(e));const a="signIn",l=await wE(e,a,t),c=await Ms._fromIdTokenResponse(e,a,l);return r||await e._updateCurrentUser(c.user),c}function g3(e,t,r,a){return Ls(e).onIdTokenChanged(t,r,a)}function b3(e,t,r){return Ls(e).beforeAuthStateChanged(t,r)}const _u="__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 kE{constructor(t,r){this.storageRetriever=t,this.type=r}_isAvailable(){try{return this.storage?(this.storage.setItem(_u,"1"),this.storage.removeItem(_u),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 y3=1e3,v3=10;class TE extends kE{constructor(){super(()=>window.localStorage,"LOCAL"),this.boundEventHandler=(t,r)=>this.onStorageEvent(t,r),this.listeners={},this.localCache={},this.pollTimer=null,this.fallbackToPolling=xE(),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);ZI()&&c!==t.newValue&&t.newValue!==t.oldValue?setTimeout(l,v3):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)})},y3)}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]}}TE.type="LOCAL";const x3=TE;/**
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 NE extends kE{constructor(){super(()=>window.sessionStorage,"SESSION")}_addListener(t,r){}_removeListener(t,r){}}NE.type="SESSION";const CE=NE;/**
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 E3(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 Lu{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 Lu(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 m=>m(r.origin,c)),h=await E3(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)}}Lu.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 Bp(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 _3{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 m=Bp("",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===m)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:m,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 wr(){return window}function S3(e){wr().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 AE(){return typeof wr().WorkerGlobalScope<"u"&&typeof wr().importScripts=="function"}async function w3(){if(!(navigator!=null&&navigator.serviceWorker))return null;try{return(await navigator.serviceWorker.ready).active}catch{return null}}function k3(){var e;return((e=navigator==null?void 0:navigator.serviceWorker)==null?void 0:e.controller)||null}function T3(){return AE()?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 OE="firebaseLocalStorageDb",N3=1,Su="firebaseLocalStorage",RE="fbase_key";class _o{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 zu(e,t){return e.transaction([Su],t?"readwrite":"readonly").objectStore(Su)}function C3(){const e=indexedDB.deleteDatabase(OE);return new _o(e).toPromise()}function Qh(){const e=indexedDB.open(OE,N3);return new Promise((t,r)=>{e.addEventListener("error",()=>{r(e.error)}),e.addEventListener("upgradeneeded",()=>{const a=e.result;try{a.createObjectStore(Su,{keyPath:RE})}catch(l){r(l)}}),e.addEventListener("success",async()=>{const a=e.result;a.objectStoreNames.contains(Su)?t(a):(a.close(),await C3(),t(await Qh()))})})}async function _x(e,t,r){const a=zu(e,!0).put({[RE]:t,value:r});return new _o(a).toPromise()}async function A3(e,t){const r=zu(e,!1).get(t),a=await new _o(r).toPromise();return a===void 0?null:a.value}function Sx(e,t){const r=zu(e,!0).delete(t);return new _o(r).toPromise()}const O3=800,R3=3;class ME{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 Qh(),this.db)}async _withRetries(t){let r=0;for(;;)try{const a=await this._openDb();return await t(a)}catch(a){if(r++>R3)throw a;this.db&&(this.db.close(),this.db=void 0)}}async initializeServiceWorkerMessaging(){return AE()?this.initializeReceiver():this.initializeSender()}async initializeReceiver(){this.receiver=Lu._getInstance(T3()),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 w3(),!this.activeServiceWorker)return;this.sender=new _3(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||k3()!==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 Qh();return await _x(t,_u,"1"),await Sx(t,_u),!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=>_x(a,t,r)),this.localCache[t]=r,this.notifyServiceWorker(t)))}async _get(t){const r=await this._withRetries(a=>A3(a,t));return this.localCache[t]=r,r}async _remove(t){return this._withPendingWrite(async()=>(await this._withRetries(r=>Sx(r,t)),delete this.localCache[t],this.notifyServiceWorker(t)))}async _poll(){const t=await this._withRetries(l=>{const c=zu(l,!1).getAll();return new _o(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(),O3)}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()}}ME.type="LOCAL";const M3=ME;new xo(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 IE(e,t){return t?Jr(t):(je(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 Up extends SE{constructor(t){super("custom","custom"),this.params=t}_getIdTokenResponse(t){return Ns(t,this._buildIdpRequest())}_linkToIdToken(t,r){return Ns(t,this._buildIdpRequest(r))}_getReauthenticationResolver(t){return Ns(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 I3(e){return m3(e.auth,new Up(e),e.bypassAuthState)}function D3(e){const{auth:t,user:r}=e;return je(r,t,"internal-error"),p3(r,new Up(e),e.bypassAuthState)}async function L3(e){const{auth:t,user:r}=e;return je(r,t,"internal-error"),h3(r,new Up(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 DE{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(m){this.reject(m)}}onError(t){this.reject(t)}getIdpTask(t){switch(t){case"signInViaPopup":case"signInViaRedirect":return I3;case"linkViaPopup":case"linkViaRedirect":return L3;case"reauthViaPopup":case"reauthViaRedirect":return D3;default:kr(this.auth,"internal-error")}}resolve(t){ti(this.pendingPromise,"Pending promise was never set"),this.pendingPromise.resolve(t),this.unregisterAndCleanUp()}reject(t){ti(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 z3=new xo(2e3,1e4);async function LE(e,t,r){if(_r(e.app))return Promise.reject(cr(e,"operation-not-supported-in-this-environment"));const a=Du(e);II(e,t,jp);const l=IE(a,r);return new ma(a,"signInViaPopup",t,l).executeNotNull()}class ma extends DE{constructor(t,r,a,l,c){super(t,r,l,c),this.provider=a,this.authWindow=null,this.pollId=null,ma.currentPopupAction&&ma.currentPopupAction.cancel(),ma.currentPopupAction=this}async executeNotNull(){const t=await this.execute();return je(t,this.auth,"internal-error"),t}async onExecution(){ti(this.filter.length===1,"Popup operations only handle one event");const t=Bp();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(cr(this.auth,"web-storage-unsupported"))}),this.pollUserCancellation()}get eventId(){var t;return((t=this.authWindow)==null?void 0:t.associatedEvent)||null}cancel(){this.reject(cr(this.auth,"cancelled-popup-request"))}cleanUp(){this.authWindow&&this.authWindow.close(),this.pollId&&window.clearTimeout(this.pollId),this.authWindow=null,this.pollId=null,ma.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(cr(this.auth,"popup-closed-by-user"))},8e3);return}this.pollId=window.setTimeout(t,z3.get())};t()}}ma.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 j3="pendingRedirect",au=new Map;class B3 extends DE{constructor(t,r,a=!1){super(t,["signInViaRedirect","linkViaRedirect","reauthViaRedirect","unknown"],r,void 0,a),this.eventId=null}async execute(){let t=au.get(this.auth._key());if(!t){try{const a=await U3(this.resolver,this.auth)?await super.execute():null;t=()=>Promise.resolve(a)}catch(r){t=()=>Promise.reject(r)}au.set(this.auth._key(),t)}return this.bypassAuthState||au.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 U3(e,t){const r=F3(t),a=H3(e);if(!await a._isAvailable())return!1;const l=await a._get(r)==="true";return await a._remove(r),l}function P3(e,t){au.set(e._key(),t)}function H3(e){return Jr(e._redirectPersistence)}function F3(e){return iu(j3,e.config.apiKey,e.name)}async function $3(e,t,r=!1){if(_r(e.app))return Promise.reject(ga(e));const a=Du(e),l=IE(a,t),u=await new B3(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 G3=600*1e3;class K3{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||!q3(t)||(this.hasHandledPotentialRedirect=!0,r||(this.queuedRedirectEvent=t,r=!0)),r}sendToConsumer(t,r){var a;if(t.error&&!zE(t)){const l=((a=t.error.code)==null?void 0:a.split("auth/")[1])||"internal-error";r.onError(cr(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>=G3&&this.cachedEventUids.clear(),this.cachedEventUids.has(wx(t))}saveEventToCache(t){this.cachedEventUids.add(wx(t)),this.lastProcessedEventTime=Date.now()}}function wx(e){return[e.type,e.eventId,e.sessionId,e.tenantId].filter(t=>t).join("-")}function zE({type:e,error:t}){return e==="unknown"&&(t==null?void 0:t.code)==="auth/no-auth-event"}function q3(e){switch(e.type){case"signInViaRedirect":case"linkViaRedirect":case"reauthViaRedirect":return!0;case"unknown":return zE(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 V3(e,t={}){return zs(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 Y3=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,W3=/^https?/;async function X3(e){if(e.config.emulator)return;const{authorizedDomains:t}=await V3(e);for(const r of t)try{if(Z3(r))return}catch{}kr(e,"unauthorized-domain")}function Z3(e){const t=Zh(),{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(!W3.test(r))return!1;if(Y3.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 J3=new xo(3e4,6e4);function kx(){const e=wr().___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 Q3(e){return new Promise((t,r)=>{var l,c,u;function a(){kx(),gapi.load("gapi.iframes",{callback:()=>{t(gapi.iframes.getContext())},ontimeout:()=>{kx(),r(cr(e,"network-request-failed"))},timeout:J3.get()})}if((c=(l=wr().gapi)==null?void 0:l.iframes)!=null&&c.Iframe)t(gapi.iframes.getContext());else if((u=wr().gapi)!=null&&u.load)a();else{const d=s3("iframefcb");return wr()[d]=()=>{gapi.load?a():r(cr(e,"network-request-failed"))},i3(`${a3()}?onload=${d}`).catch(h=>r(h))}}).catch(t=>{throw su=null,t})}let su=null;function eD(e){return su=su||Q3(e),su}/**
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 tD=new xo(5e3,15e3),nD="__/auth/iframe",rD="emulator/auth/iframe",iD={style:{position:"absolute",top:"-100px",width:"1px",height:"1px"},"aria-hidden":"true",tabindex:"-1"},aD=new Map([["identitytoolkit.googleapis.com","p"],["staging-identitytoolkit.sandbox.googleapis.com","s"],["test-identitytoolkit.sandbox.googleapis.com","t"]]);function sD(e){const t=e.config;je(t.authDomain,e,"auth-domain-config-required");const r=t.emulator?Mp(t,rD):`https://${e.config.authDomain}/${nD}`,a={apiKey:t.apiKey,appName:e.name,v:vo},l=aD.get(e.config.apiHost);l&&(a.eid=l);const c=e._getFrameworks();return c.length&&(a.fw=c.join(",")),`${r}?${yo(a).slice(1)}`}async function lD(e){const t=await eD(e),r=wr().gapi;return je(r,e,"internal-error"),t.open({where:document.body,url:sD(e),messageHandlersFilter:r.iframes.CROSS_ORIGIN_IFRAMES_FILTER,attributes:iD,dontclear:!0},a=>new Promise(async(l,c)=>{await a.restyle({setHideOnLeave:!1});const u=cr(e,"network-request-failed"),d=wr().setTimeout(()=>{c(u)},tD.get());function h(){wr().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 oD={location:"yes",resizable:"yes",statusbar:"yes",toolbar:"no"},cD=500,uD=600,dD="_blank",fD="http://localhost";class Tx{constructor(t){this.window=t,this.associatedEvent=null}close(){if(this.window)try{this.window.close()}catch{}}}function hD(e,t,r,a=cD,l=uD){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={...oD,width:a.toString(),height:l.toString(),top:c,left:u},m=bn().toLowerCase();r&&(d=mE(m)?dD:r),hE(m)&&(t=t||fD,h.scrollbars="yes");const b=Object.entries(h).reduce((v,[x,S])=>`${v}${x}=${S},`,"");if(XI(m)&&d!=="_self")return pD(t||"",d),new Tx(null);const y=window.open(t||"",d,b);je(y,e,"popup-blocked");try{y.focus()}catch{}return new Tx(y)}function pD(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 mD="__/auth/handler",gD="emulator/auth/handler",bD=encodeURIComponent("fac");async function Nx(e,t,r,a,l,c){je(e.config.authDomain,e,"auth-domain-config-required"),je(e.config.apiKey,e,"invalid-api-key");const u={apiKey:e.config.apiKey,appName:e.name,authType:r,redirectUrl:a,v:vo,eventId:l};if(t instanceof jp){t.setDefaultLanguage(e.languageCode),u.providerId=t.providerId||"",g5(t.getCustomParameters())||(u.customParameters=JSON.stringify(t.getCustomParameters()));for(const[b,y]of Object.entries({}))u[b]=y}if(t instanceof Eo){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(),m=h?`#${bD}=${encodeURIComponent(h)}`:"";return`${yD(e)}?${yo(d).slice(1)}${m}`}function yD({config:e}){return e.emulator?Mp(e,gD):`https://${e.authDomain}/${mD}`}/**
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 _h="webStorageSupport";class vD{constructor(){this.eventManagers={},this.iframes={},this.originValidationPromises={},this._redirectPersistence=CE,this._completeRedirectFn=$3,this._overrideRedirectResult=P3}async _openPopup(t,r,a,l){var u;ti((u=this.eventManagers[t._key()])==null?void 0:u.manager,"_initialize() not called before _openPopup()");const c=await Nx(t,r,a,Zh(),l);return hD(t,c,Bp())}async _openRedirect(t,r,a,l){await this._originValidation(t);const c=await Nx(t,r,a,Zh(),l);return S3(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):(ti(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 lD(t),a=new K3(t);return r.register("authEvent",l=>(je(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(_h,{type:_h},l=>{var u;const c=(u=l==null?void 0:l[0])==null?void 0:u[_h];c!==void 0&&r(!!c),kr(t,"internal-error")},gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER)}_originValidation(t){const r=t._key();return this.originValidationPromises[r]||(this.originValidationPromises[r]=X3(t)),this.originValidationPromises[r]}get _shouldInitProactively(){return xE()||pE()||Lp()}}const xD=vD;var Cx="@firebase/auth",Ax="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 ED{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(){je(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 _D(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 SD(e){lo(new Rs("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;je(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:EE(e)},m=new n3(a,l,c,h);return o3(m,r),m},"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback((t,r,a)=>{t.getProvider("auth-internal").initialize()})),lo(new Rs("auth-internal",t=>{const r=Du(t.getProvider("auth").getImmediate());return(a=>new ED(a))(r)},"PRIVATE").setInstantiationMode("EXPLICIT")),ws(Cx,Ax,_D(e)),ws(Cx,Ax,"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 wD=300,kD=J0("authIdTokenMaxAge")||wD;let Ox=null;const TD=e=>async t=>{const r=t&&await t.getIdTokenResult(),a=r&&(new Date().getTime()-Date.parse(r.issuedAtTime))/1e3;if(a&&a>kD)return;const l=r==null?void 0:r.token;Ox!==l&&(Ox=l,await fetch(e,{method:l?"POST":"DELETE",headers:l?{Authorization:`Bearer ${l}`}:{}}))};function ND(e=yI()){const t=nE(e,"auth");if(t.isInitialized())return t.getImmediate();const r=l3(e,{popupRedirectResolver:xD,persistence:[M3,x3,CE]}),a=J0("authTokenSyncURL");if(a&&typeof isSecureContext=="boolean"&&isSecureContext){const c=new URL(a,location.origin);if(location.origin===c.origin){const u=TD(c.toString());b3(r,u,()=>u(r.currentUser)),g3(r,d=>u(d))}}const l=e5("auth");return l&&c3(r,`http://${l}`),r}function CD(){var e;return((e=document.getElementsByTagName("head"))==null?void 0:e[0])??document}r3({loadJS(e){return new Promise((t,r)=>{const a=document.createElement("script");a.setAttribute("src",e),a.onload=t,a.onerror=l=>{const c=cr("internal-error");c.customData=l,r(c)},a.type="text/javascript",a.charset="UTF-8",CD().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="});SD("Browser");const lu={apiKey:"AIzaSyA8NdosgijoZoOSTHoRY4XA5WH-58OF3Yk",authDomain:"botschat-130ff.firebaseapp.com",projectId:"botschat-130ff"};let Rx=null,Sh=null;function jE(){return!!(lu.apiKey&&lu.authDomain&&lu.projectId)}function BE(){if(!Sh){if(!jE())throw new Error("Firebase is not configured. Set VITE_FIREBASE_* env vars.");Rx=rE(lu),Sh=ND(Rx)}return Sh}async function AD(){const e=BE(),t=new Wr;t.addScope("email"),t.addScope("profile");const r=await LE(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"google"}}async function OD(){const e=BE(),t=new Xr;t.addScope("user:email");const r=await LE(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"github"}}function RD(){return p.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 48 48",style:{flexShrink:0},children:[p.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"}),p.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"}),p.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"}),p.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 MD(){return p.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor",style:{flexShrink:0},children:p.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 ID(){const e=ni(),[t,r]=D.useState(!1),[a,l]=D.useState(""),[c,u]=D.useState(""),[d,h]=D.useState(""),[m,b]=D.useState(""),[y,v]=D.useState(!1),[x,S]=D.useState(null),[_,O]=D.useState(null),w=jE(),M=y||!!x;D.useEffect(()=>{Pl.config().then(O).catch(()=>{O({emailEnabled:!0,googleEnabled:w,githubEnabled:w})})},[w]);const N=(_==null?void 0:_.emailEnabled)??!0,A=_!==null,P=A&&(w||N),I=ee=>{fo(ee.token),ee.refreshToken&&wu(ee.refreshToken),e({type:"SET_USER",user:{id:ee.id,email:ee.email,displayName:ee.displayName}})},V=async ee=>{ee.preventDefault(),b(""),v(!0);try{let B;t?(oe.info("Auth",`Registering new account: ${a}`),B=await Pl.register(a,c,d||void 0)):(oe.info("Auth",`Logging in: ${a}`),B=await Pl.login(a,c)),oe.info("Auth",`${t?"Register":"Login"} success — user ${B.id} (${B.email})`),I(B),t&&localStorage.setItem("botschat_onboarding_dismissed","1")}catch(B){const F=B instanceof Error?B.message:"Something went wrong";oe.error("Auth",`${t?"Register":"Login"} failed: ${F}`),b(F)}finally{v(!1)}},Q=async ee=>{b(""),S(ee);try{oe.info("Auth",`Starting ${ee} sign-in`);const B=ee==="google"?AD:OD,{idToken:F}=await B();oe.info("Auth",`Got Firebase ID token from ${ee}, verifying with backend`);const W=await Pl.firebase(F);oe.info("Auth",`${ee} sign-in success — user ${W.id} (${W.email})`),I(W)}catch(B){if(B instanceof Error&&(B.message.includes("popup-closed-by-user")||B.message.includes("cancelled")))oe.info("Auth",`${ee} sign-in cancelled by user`);else{const F=B instanceof Error?B.message:`${ee} sign-in failed`;oe.error("Auth",`${ee} sign-in failed: ${F}`),b(F)}}finally{S(null)}};return p.jsx("div",{className:"min-h-screen flex items-center justify-center",style:{background:"var(--bg-secondary)"},children:p.jsxs("div",{className:"w-full max-w-md",children:[p.jsxs("div",{className:"text-center mb-8",children:[p.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:"inline-block w-16 h-16 mb-4"}),p.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"BotsChat"}),p.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Multi-channel AI chat powered by OpenClaw"})]}),p.jsxs("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:[p.jsx("h2",{className:"text-h1 mb-6",style:{color:"var(--text-primary)"},children:N&&t?"Create account":"Sign in"}),!A&&p.jsx("div",{className:"py-8 text-center",style:{color:"var(--text-muted)"},children:p.jsx("span",{className:"text-body",children:"Loading sign-in options…"})}),A&&!P&&p.jsx("div",{className:"py-4 text-caption",style:{color:"var(--text-secondary)"},children:"Sign-in is not configured. Please contact support."}),A&&w&&p.jsxs(p.Fragment,{children:[p.jsxs("div",{className:"space-y-3",children:[p.jsx("button",{type:"button",onClick:()=>Q("google"),disabled:M,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"?p.jsx("span",{children:"Signing in..."}):p.jsxs(p.Fragment,{children:[p.jsx(RD,{}),p.jsx("span",{children:"Continue with Google"})]})}),p.jsx("button",{type:"button",onClick:()=>Q("github"),disabled:M,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"?p.jsx("span",{children:"Signing in..."}):p.jsxs(p.Fragment,{children:[p.jsx(MD,{}),p.jsx("span",{children:"Continue with GitHub"})]})})]}),A&&N&&p.jsxs("div",{className:"flex items-center gap-3 my-5",children:[p.jsx("div",{className:"flex-1 h-px",style:{background:"var(--border)"}}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"or"}),p.jsx("div",{className:"flex-1 h-px",style:{background:"var(--border)"}})]})]}),m&&p.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:m}),A&&N&&p.jsxs(p.Fragment,{children:[p.jsxs("form",{onSubmit:V,className:"space-y-4",children:[t&&p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Display Name"}),p.jsx("input",{type:"text",value:d,onChange:ee=>h(ee.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"})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Email"}),p.jsx("input",{type:"email",value:a,onChange:ee=>l(ee.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"})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Password"}),p.jsx("input",{type:"password",value:c,onChange:ee=>u(ee.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"})]}),p.jsx("button",{type:"submit",disabled:M,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"})]}),p.jsx("div",{className:"mt-6 text-center",children:p.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 DD({text:e}){const[t,r]=D.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 p.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 eu({code:e,multiline:t}){return p.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:[p.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),p.jsx(DD,{text:e})]})}function LD({color:e}){return p.jsxs("span",{className:"relative flex h-3 w-3",children:[p.jsx("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full opacity-75",style:{backgroundColor:e}}),p.jsx("span",{className:"relative inline-flex rounded-full h-3 w-3",style:{backgroundColor:e}})]})}function zD({onSkip:e}){const t=ur(),[r,a]=D.useState(null),[l,c]=D.useState(!0),[u,d]=D.useState(""),[h,m]=D.useState(""),[b,y]=D.useState(!0),[v,x]=D.useState(!1),[S,_]=D.useState(""),[O,w]=D.useState(!1),[M,N]=D.useState(!1),[A,P]=D.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[I,V]=D.useState(!1),[Q,ee]=D.useState(),[B,F]=D.useState(!1);D.useEffect(()=>{let z=!1;async function Z(){try{const ie=await i1.cloudUrl();if(z)return;P(ie.cloudUrl),V(ie.isLoopback),ee(ie.hint)}catch(ie){oe.warn("Onboarding",`Failed to fetch cloudUrl, using origin: ${ie}`);const U=window.location.hostname,k=U==="localhost"||U.startsWith("127.");V(k),k&&ee("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}}return Z(),()=>{z=!0}},[]),D.useEffect(()=>{let z=!1;async function Z(){c(!0);try{const{token:ie}=await Hl.create("Default");z||a(ie)}catch(ie){oe.error("Onboarding",`Failed to create pairing token: ${ie}`)}finally{z||c(!1)}}return Z(),()=>{z=!0}},[]);const W=u.length>=6&&u===h,pe=async()=>{var z;if(W){if(!((z=t.user)!=null&&z.id)){_("User not loaded yet. Please wait.");return}w(!0),_("");try{await _t.setPassword(u,t.user.id,b),x(!0)}catch{_("Failed to derive encryption key. Please try again.")}finally{w(!1)}}},le=r?`openclaw plugins install @botschat/botschat && \\
1479
- openclaw config set channels.botschat.cloudUrl ${A} && \\
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...",G=t.openclawConnected;return p.jsx("div",{className:"min-h-screen flex items-center justify-center p-4",style:{background:"var(--bg-secondary)"},children:p.jsxs("div",{className:"w-full max-w-xl",children:[p.jsxs("div",{className:"text-center mb-8",children:[p.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"}),p.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"Welcome to BotsChat!"}),p.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Connect your OpenClaw agent to start chatting."})]}),p.jsx("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:G?p.jsxs("div",{className:"text-center py-6",children:[p.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:p.jsx("svg",{className:"w-8 h-8",fill:"none",viewBox:"0 0 24 24",stroke:"var(--accent-green)",strokeWidth:2.5,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),p.jsx("h2",{className:"text-h1 font-bold mb-2",style:{color:"var(--text-primary)"},children:"OpenClaw Connected!"}),p.jsx("p",{className:"text-body mb-6",style:{color:"var(--text-secondary)"},children:"Your agent is ready. Start chatting now."}),p.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"})]}):p.jsxs(p.Fragment,{children:[p.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:[p.jsx(LD,{color:"var(--accent-yellow)"}),p.jsx("span",{className:"text-caption font-medium",style:{color:"var(--accent-yellow)"},children:"Waiting for OpenClaw connection..."})]}),p.jsxs("div",{className:"mb-6",children:[p.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[p.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?p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}):"1"}),p.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Set your E2E encryption password"})]}),v?p.jsx("p",{className:"text-caption ml-8",style:{color:"var(--accent-green)"},children:"E2E encryption is active. Your encryption key has been derived."}):p.jsxs("div",{className:"ml-8",children:[p.jsxs("p",{className:"text-caption mb-3",style:{color:"var(--text-secondary)"},children:["Your messages, prompts, and task results will be ",p.jsx("strong",{children:"encrypted on this device"})," before they leave — the server only stores ciphertext it cannot read."]}),p.jsx("div",{className:"mb-3 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:p.jsx("img",{src:"/architecture.png",alt:"BotsChat E2E Encryption Architecture",className:"w-full",style:{display:"block"}})}),p.jsxs("p",{className:"text-caption mb-4",style:{color:"var(--text-muted)"},children:["Encryption keys are derived locally and never sent to the server."," ",p.jsx("a",{href:"https://botschat.app/#features",target:"_blank",rel:"noopener noreferrer",className:"underline",style:{color:"var(--text-link)"},children:"Learn more"})]}),p.jsxs("div",{className:"space-y-2.5",children:[p.jsxs("div",{className:"relative",children:[p.jsx("input",{type:M?"text":"password",value:u,onChange:z=>d(z.target.value),placeholder:"E2E encryption password (min 6 chars)",className:"w-full px-3 py-2 pr-10 rounded-sm text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"}}),p.jsx("button",{type:"button",onClick:()=>N(!M),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:M?p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),p.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),p.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),p.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),p.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),p.jsxs("div",{className:"relative",children:[p.jsx("input",{type:M?"text":"password",value:h,onChange:z=>m(z.target.value),placeholder:"Confirm password",className:"w-full px-3 py-2 pr-10 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"}}),p.jsx("button",{type:"button",onClick:()=>N(!M),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:M?p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),p.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),p.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),p.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),p.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),h&&u!==h&&p.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:"Passwords do not match."}),p.jsxs("label",{className:"flex items-center gap-2 text-caption",style:{color:"var(--text-secondary)"},children:[p.jsx("input",{type:"checkbox",checked:b,onChange:z=>y(z.target.checked)}),"Remember on this device"]}),S&&p.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:S}),p.jsx("button",{onClick:pe,disabled:!W||O,className:"w-full py-2 font-bold text-caption text-white rounded-sm transition-colors",style:{background:W&&!O?"var(--bg-active)":"var(--bg-hover)",cursor:W&&!O?"pointer":"not-allowed",opacity:W&&!O?1:.5},children:O?"Deriving key...":"Set E2E Password & Continue"})]})]})]}),p.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[p.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[p.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"}),p.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Run this command on your OpenClaw machine"})]}),p.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."}),I&&p.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:[p.jsx("svg",{className:"w-4 h-4 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:p.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"})}),p.jsxs("span",{children:[Q||"localhost URL may not be reachable from other machines."," ",p.jsx("button",{onClick:()=>F(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),B&&p.jsxs("div",{className:"flex items-center gap-2 mb-3 ml-8",children:[p.jsx("label",{className:"text-caption font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),p.jsx("input",{type:"text",value:A,onChange:z=>{P(z.target.value.replace(/\/+$/,"")),V(!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}),p.jsx("button",{onClick:()=>F(!1),className:"px-2.5 py-1 text-tiny font-medium rounded-sm",style:{background:"var(--bg-active)",color:"#fff"},children:"Done"})]}),p.jsx("div",{className:"ml-8",children:l?p.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"80px"}}):p.jsx(eu,{code:le,multiline:!0})})]}),p.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[p.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[p.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"}),p.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Verify connection"})]}),p.jsx("p",{className:"text-caption ml-8",style:{color:"var(--text-secondary)"},children:'Check the gateway logs — you should see "Authenticated with BotsChat cloud":'}),p.jsx("div",{className:"ml-8 mt-2",children:p.jsx(eu,{code:"openclaw gateway logs"})})]}),p.jsxs("details",{className:"mb-4",children:[p.jsx("summary",{className:"text-caption font-medium cursor-pointer select-none",style:{color:"var(--text-link)"},children:"Or configure manually"}),p.jsxs("div",{className:"mt-3 space-y-3 ml-1",children:[p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Your Pairing Token"}),r?p.jsx(eu,{code:r}):p.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Loading..."})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Cloud URL"}),p.jsx(eu,{code:A})]})]})]}),p.jsx("div",{className:"text-center pt-2",children:p.jsx("button",{onClick:e,className:"text-caption hover:underline",style:{color:"var(--text-muted)"},children:"Skip for now"})})]})})]})})}function UE({text:e}){const[t,r]=D.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 p.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 jD({code:e}){return p.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:[p.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),p.jsx(UE,{text:e})]})}function BD(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 PE(){const e=ur(),[t,r]=D.useState([]),[a,l]=D.useState(!0),[c,u]=D.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[d,h]=D.useState(!1),[m,b]=D.useState(),[y,v]=D.useState(!1),[x,S]=D.useState(!1),[_,O]=D.useState(""),[w,M]=D.useState(!1),[N,A]=D.useState(null);D.useEffect(()=>{let F=!1;return i1.cloudUrl().then(W=>{F||(u(W.cloudUrl),h(W.isLoopback),b(W.hint))}).catch(W=>{oe.warn("ConnectionSettings",`Failed to fetch cloudUrl: ${W}`);const pe=window.location.hostname,le=pe==="localhost"||pe.startsWith("127.");h(le),le&&b("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}),()=>{F=!0}},[]),D.useEffect(()=>{let F=!1;return l(!0),Hl.list().then(({tokens:W})=>{F||r(W)}).catch(W=>{oe.error("ConnectionSettings",`Failed to list tokens: ${W}`)}).finally(()=>{F||l(!1)}),()=>{F=!0}},[]);const P=D.useCallback(async()=>{M(!0);try{const F=await Hl.create(_.trim()||void 0);A({id:F.id,token:F.token});const{tokens:W}=await Hl.list();r(W),O(""),S(!1)}catch(F){oe.error("ConnectionSettings",`Failed to create token: ${F}`)}finally{M(!1)}},[_]),I=D.useCallback(async F=>{try{await Hl.delete(F),r(W=>W.filter(pe=>pe.id!==F)),(N==null?void 0:N.id)===F&&A(null)}catch(W){oe.error("ConnectionSettings",`Failed to revoke token: ${W}`)}},[N]),V=(N==null?void 0:N.token)??null,Q=_t.getPassword(),ee=V?`openclaw plugins install @botschat/botschat && \\
1484
- openclaw config set channels.botschat.cloudUrl ${c} && \\
1485
- openclaw config set channels.botschat.pairingToken ${V} && \\${Q?`
1486
- openclaw config set channels.botschat.e2ePassword "${Q}" && \\`:""}
1487
- openclaw config set channels.botschat.enabled true && \\
1488
- openclaw gateway restart`:null,B=e.openclawConnected;return p.jsxs("div",{className:"space-y-5",children:[p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"OpenClaw Status"}),p.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:[p.jsx("span",{className:"w-2.5 h-2.5 rounded-full shrink-0",style:{background:B?"var(--accent-green)":"var(--accent-yellow)"}}),p.jsx("span",{className:"text-caption font-medium",style:{color:B?"var(--accent-green)":"var(--accent-yellow)"},children:B?"Connected to OpenClaw":"Not connected"})]})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Setup Command"}),p.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&&p.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:[p.jsx("svg",{className:"w-3.5 h-3.5 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:p.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"})}),p.jsxs("span",{children:[m||"localhost URL may not be reachable from other machines."," ",p.jsx("button",{onClick:()=>v(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),y&&p.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[p.jsx("label",{className:"text-tiny font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),p.jsx("input",{type:"text",value:c,onChange:F=>{u(F.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}),p.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?p.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"64px"}}):ee?p.jsx(jD,{code:ee}):p.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&&p.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[p.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cloud URL:"}),p.jsx("code",{className:"text-tiny font-mono",style:{color:"var(--text-secondary)"},children:c}),p.jsx("button",{onClick:()=>v(!0),className:"text-tiny hover:underline",style:{color:"var(--text-link)"},children:"Edit"})]})]}),p.jsxs("div",{children:[p.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[p.jsx("label",{className:"text-caption font-bold",style:{color:"var(--text-secondary)"},children:"Pairing Tokens"}),p.jsx("button",{onClick:()=>S(!x),className:"text-tiny font-medium hover:underline",style:{color:"var(--text-link)"},children:x?"Cancel":"+ New Token"})]}),x&&p.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:[p.jsx("input",{type:"text",value:_,onChange:F=>O(F.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:F=>{F.key==="Enter"&&P()},autoFocus:!0}),p.jsx("button",{onClick:P,disabled:w,className:"px-3 py-1 text-tiny font-medium rounded-sm text-white",style:{background:w?"var(--text-muted)":"var(--bg-active)"},children:w?"Creating...":"Create"})]}),N&&p.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:[p.jsxs("div",{className:"flex items-center justify-between mb-1",children:[p.jsx("span",{className:"text-tiny font-bold",style:{color:"var(--accent-green)"},children:"New token created — copy it now (only shown once)"}),p.jsx("button",{onClick:()=>A(null),className:"text-tiny",style:{color:"var(--text-muted)"},children:"Dismiss"})]}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("code",{className:"flex-1 text-tiny font-mono break-all",style:{color:"var(--text-primary)"},children:N.token}),p.jsx(UE,{text:N.token})]})]}),a?p.jsx("div",{className:"rounded-md px-3 py-4 animate-pulse",style:{background:"var(--code-bg)"}}):t.length===0?p.jsx("p",{className:"text-tiny py-2",style:{color:"var(--text-muted)"},children:"No active pairing tokens. Create one to connect your OpenClaw agent."}):p.jsx("div",{className:"space-y-1",children:t.map(F=>p.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:[p.jsx("code",{className:"text-tiny font-mono shrink-0",style:{color:"var(--text-primary)"},children:F.tokenPreview}),F.label&&p.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded",style:{background:"var(--bg-hover)",color:"var(--text-secondary)"},children:F.label}),p.jsx("span",{className:"flex-1"}),p.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:F.lastConnectedAt?BD(F.lastConnectedAt):"Never connected"}),p.jsx("button",{onClick:()=>I(F.id),className:"text-tiny font-medium hover:underline shrink-0",style:{color:"var(--accent-red)"},title:"Revoke this token",children:"Revoke"})]},F.id))})]})]})}function HE(){const{user:e}=Yr.useContext(vs),[t,r]=D.useState(_t.hasKey()),[a,l]=D.useState(""),[c,u]=D.useState(!1),[d,h]=D.useState(!1),[m,b]=D.useState(null),[y,v]=D.useState(!1);D.useEffect(()=>_t.subscribe(()=>{r(_t.hasKey())}),[]);const x=async()=>{if(!(!a||!e)){h(!0),b(null);try{await _t.setPassword(a,e.id,c),l("")}catch{b("Failed to set password. check logs.")}finally{h(!1)}}},S=()=>{_t.clear()};return p.jsxs("div",{className:"space-y-6",children:[p.jsxs("div",{children:[p.jsx("h3",{className:"text-h3 font-bold mb-2",style:{color:"var(--text-primary)"},children:"End-to-End Encryption"}),p.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."})]}),p.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:[p.jsxs("div",{className:"flex items-center justify-between mb-4",children:[p.jsx("span",{className:"font-bold flex items-center gap-2",style:{color:t?"var(--success)":"var(--error)"},children:t?p.jsxs(p.Fragment,{children:[p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:p.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)"]}):p.jsxs(p.Fragment,{children:[p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:p.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&&p.jsx("button",{onClick:S,className:"text-caption font-bold hover:underline",style:{color:"var(--accent-red, #e53e3e)"},children:"Lock / Clear Key"})]}),!t&&p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"E2E Password"}),p.jsxs("div",{className:"relative",children:[p.jsx("input",{type:y?"text":"password",value:a,onChange:_=>l(_.target.value),className:"w-full px-3 py-2 pr-10 rounded border",style:{background:"var(--bg-input)",borderColor:"var(--border)",color:"var(--text-primary)"},placeholder:"Enter your encryption password"}),p.jsx("button",{type:"button",onClick:()=>v(!y),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:y?p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),p.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),p.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),p.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),p.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]})]}),p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("input",{type:"checkbox",id:"remember-e2e",checked:c,onChange:_=>u(_.target.checked)}),p.jsx("label",{htmlFor:"remember-e2e",className:"text-caption",style:{color:"var(--text-secondary)"},children:"Remember on this device"})]}),m&&p.jsx("p",{className:"text-caption text-red-500",children:m}),p.jsx("button",{onClick:x,disabled:!a||d,className:"px-4 py-2 rounded font-bold w-full",style:{background:"var(--bg-active, #6366f1)",color:"#fff",opacity:!a||d?.5:1},children:d?"Deriving Key...":"Unlock / Set Password"})]})]}),p.jsxs("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:[p.jsx("p",{className:"font-bold text-red-400 mb-1",children:"Warning:"}),p.jsxs("ul",{className:"list-disc ml-5 space-y-1",children:[p.jsx("li",{children:"If you lose this password, your encrypted history is lost forever."}),p.jsx("li",{children:"We do not store this password on our servers."}),p.jsx("li",{children:"You must use the same password on all devices to access your history."})]})]})]})}const FE={info:"var(--text-muted)",warn:"var(--accent-yellow)",error:"var(--accent-red)","ws-in":"#6BCB77","ws-out":"#4D96FF",api:"#C77DFF"},$E={info:"INF",warn:"WRN",error:"ERR","ws-in":"WS↓","ws-out":"WS↑",api:"API"};function UD(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 wh="botschat_debug_panel_height",Mx=220,kh=80,Th=600;function PD(){const e=D.useSyncExternalStore(qw,Gw),[t,r]=D.useState(!1),[a,l]=D.useState("all"),[c,u]=D.useState(new Set),d=D.useRef(null),h=D.useRef(!0),[m,b]=D.useState(()=>{try{const A=localStorage.getItem(wh);if(A){const P=parseInt(A,10);if(P>=kh&&P<=Th)return P}}catch{}return Mx}),y=D.useRef(!1),v=D.useRef(0),x=D.useRef(Mx),S=D.useCallback(A=>{A.preventDefault(),A.stopPropagation(),y.current=!0,v.current=A.clientY,x.current=m;const P=V=>{if(!y.current)return;const Q=v.current-V.clientY,ee=Math.max(kh,Math.min(Th,x.current+Q));b(ee)},I=()=>{y.current&&(y.current=!1,document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",I),b(V=>{try{localStorage.setItem(wh,String(V))}catch{}return V}))};document.addEventListener("mousemove",P),document.addEventListener("mouseup",I)},[m]),_=D.useCallback(A=>{A.stopPropagation();const P=A.touches[0];y.current=!0,v.current=P.clientY,x.current=m;const I=Q=>{if(!y.current)return;const ee=Q.touches[0],B=v.current-ee.clientY,F=Math.max(kh,Math.min(Th,x.current+B));b(F)},V=()=>{y.current&&(y.current=!1,document.removeEventListener("touchmove",I),document.removeEventListener("touchend",V),b(Q=>{try{localStorage.setItem(wh,String(Q))}catch{}return Q}))};document.addEventListener("touchmove",I,{passive:!1}),document.addEventListener("touchend",V)},[m]);D.useEffect(()=>{t&&h.current&&d.current&&(d.current.scrollTop=d.current.scrollHeight)},[e.length,t]);const O=()=>{if(!d.current)return;const{scrollTop:A,scrollHeight:P,clientHeight:I}=d.current;h.current=P-A-I<40},w=A=>{u(P=>{const I=new Set(P);return I.has(A)?I.delete(A):I.add(A),I})},M=a==="all"?e:e.filter(A=>A.level===a),N=e.length;return p.jsxs("div",{style:{flexShrink:0,fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5},children:[t&&p.jsx("div",{onMouseDown:S,onTouchStart:_,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:p.jsx("div",{className:"resize-handle-line",style:{width:"100%",height:1,background:"var(--border)",transition:"height 150ms, background 150ms"}})}),p.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:[p.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:p.jsx("path",{d:"M1 7L5 3l4 4",stroke:"var(--text-muted)",strokeWidth:1.5,fill:"none"})}),p.jsx("span",{style:{color:"var(--text-muted)",fontWeight:600,fontSize:11},children:"Debug Log"}),p.jsxs("span",{style:{color:"var(--text-muted)",fontSize:10},children:["(",N,")"]}),t&&p.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=>p.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)":FE[A]},children:A==="all"?"ALL":$E[A]},A))}),t&&p.jsx("button",{onClick:A=>{A.stopPropagation(),Kw()},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&&p.jsxs("div",{ref:d,onScroll:O,style:{height:m,overflowY:"auto",overflowX:"hidden",background:"var(--bg-primary)",borderTop:"1px solid var(--border)"},children:[M.length===0&&p.jsx("div",{style:{padding:"16px 12px",color:"var(--text-muted)",textAlign:"center"},children:"No log entries yet."}),M.map(A=>p.jsx(HD,{entry:A,expanded:c.has(A.id),onToggleExpand:()=>w(A.id)},A.id))]})]})}function HD({entry:e,expanded:t,onToggleExpand:r}){const a=FE[e.level],l=$E[e.level];return p.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:[p.jsxs("div",{style:{display:"flex",gap:8,alignItems:"flex-start"},children:[p.jsx("span",{style:{color:"var(--text-muted)",flexShrink:0,width:85},children:UD(e.ts)}),p.jsx("span",{style:{color:a,fontWeight:700,flexShrink:0,width:28,textAlign:"center"},children:l}),p.jsxs("span",{style:{color:"var(--text-secondary)",flexShrink:0,minWidth:50},children:["[",e.tag,"]"]}),p.jsx("span",{style:{color:"var(--text-primary)",flex:1},children:e.message}),e.detail&&p.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&&p.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 GE(){const e=ur(),t=ni(),r=a=>{t({type:"SELECT_CRON_TASK",taskId:a})};return p.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-secondary)"},children:[p.jsx("div",{className:"px-4 py-3 flex items-center gap-2",children:p.jsx("span",{className:"text-[--text-sidebar-active] font-bold text-h2 truncate flex-1",children:"Automations"})}),p.jsx("div",{className:"px-4 pb-2",children:p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),p.jsx("span",{className:"text-tiny text-[--text-muted]",children:e.openclawConnected?"OpenClaw connected":"OpenClaw offline"})]})}),p.jsx("div",{className:"px-4 pb-2",children:p.jsxs("span",{className:"text-tiny text-[--text-muted]",children:[e.cronTasks.length," cron job",e.cronTasks.length!==1?"s":""]})}),p.jsx("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:e.cronTasks.length===0?p.jsxs("div",{className:"px-4 py-8 text-center",children:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),p.jsx("p",{className:"text-caption text-[--text-muted]",children:"No automations yet."}),p.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)"),p.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:[p.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[p.jsx("div",{className:"w-2 h-2 rounded-full flex-shrink-0",style:{background:u}}),p.jsx("span",{className:`text-body truncate ${l?"font-bold":""}`,children:a.name})]}),p.jsxs("div",{className:"flex items-center gap-2 mt-0.5 pl-4",children:[p.jsx("span",{className:"text-tiny truncate",style:{color:"var(--text-muted)"},children:a.schedule??"no schedule"}),!c&&p.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"paused"})]})]},a.id)})})]})}function ep(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 FD(e){return e.kind==="every"&&e.intervalValue&&e.intervalUnit?`every ${e.intervalValue}${e.intervalUnit}`:e.kind==="at"&&e.atTime?`at ${e.atTime}`:""}function $D({value:e,onChange:t,onSave:r,onCancel:a,saving:l}){const c=ep(e),[u,d]=D.useState((c==null?void 0:c.kind)??"every"),[h,m]=D.useState((c==null?void 0:c.intervalValue)??1),[b,y]=D.useState((c==null?void 0:c.intervalUnit)??"h"),[v,x]=D.useState((c==null?void 0:c.atTime)??"09:00");D.useEffect(()=>{const A=ep(e);A&&(d(A.kind),A.kind==="every"?(m(A.intervalValue??1),y(A.intervalUnit??"h")):x(A.atTime??"09:00"))},[e]);const S=D.useCallback((A,P,I,V)=>{const Q=FD(A==="every"?{kind:"every",intervalValue:P,intervalUnit:I}:{kind:"at",atTime:V});t(Q)},[t]),_=A=>{d(A),S(A,h,b,v)},O=A=>{const P=Math.max(1,Math.min(A,999));m(P),S(u,P,b,v)},w=A=>{y(A),S(u,h,A,v)},M=A=>{x(A),S(u,h,b,A)},N=A=>{A.key==="Escape"&&a(),A.key==="Enter"&&(A.preventDefault(),r())};return p.jsxs("div",{className:"flex flex-col gap-2",onKeyDown:N,children:[p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx(Ix,{active:u==="every",onClick:()=>_("every"),label:"Interval",icon:p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})}),p.jsx(Ix,{active:u==="at",onClick:()=>_("at"),label:"Daily at",icon:p.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})})]}),p.jsxs("div",{className:"flex items-center gap-2",children:[u==="every"?p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Every"}),p.jsx("input",{type:"number",min:1,max:999,value:h,onChange:A=>O(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}),p.jsxs("div",{className:"flex items-center gap-0.5",children:[p.jsx(Nh,{active:b==="m",onClick:()=>w("m"),label:"min"}),p.jsx(Nh,{active:b==="h",onClick:()=>w("h"),label:"hr"}),p.jsx(Nh,{active:b==="s",onClick:()=>w("s"),label:"sec"})]})]}):p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Daily at"}),p.jsx("input",{type:"time",value:v,onChange:A=>M(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})]}),p.jsxs("div",{className:"flex items-center gap-1 ml-auto flex-shrink-0",children:[p.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"}),p.jsx("button",{onClick:a,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),p.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 GD({schedule:e,onClick:t}){if(!e)return p.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=ep(e);return r?p.jsx("button",{className:"flex items-center gap-1.5 cursor-pointer group",onClick:t,title:"Click to edit schedule",children:r.kind==="every"?p.jsxs(p.Fragment,{children:[p.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:p.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"})}),p.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"]})]}):p.jsxs(p.Fragment,{children:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),p.jsxs("span",{className:"text-body group-hover:underline",style:{color:"var(--text-primary)"},children:["Daily at ",r.atTime]})]})}):p.jsx("span",{className:"text-body cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:t,title:"Click to edit schedule",children:e})}function Ix({active:e,onClick:t,label:r,icon:a}){return p.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 Nh({active:e,onClick:t,label:r}){return p.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 eo({direction:e="horizontal",className:t=""}){const r=e==="vertical";return p.jsx(t1,{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:p.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 Dx=768;function KE(){const[e,t]=D.useState(()=>typeof window>"u"?!1:window.innerWidth<Dx);return D.useEffect(()=>{const r=window.matchMedia(`(max-width: ${Dx-1}px)`),a=l=>t(l.matches);return t(r.matches),r.addEventListener("change",a),()=>r.removeEventListener("change",a)},[]),e}function Lx(e){return new Date(e*1e3).toLocaleString()}function qE(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function VE(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 YE(){const e=ur(),t=ni(),r=KE(),a=e.cronTasks.find(G=>G.id===e.selectedCronTaskId),[l,c]=D.useState(null),[u,d]=D.useState(""),[h,m]=D.useState(!1),[b,y]=D.useState(!1),[v,x]=D.useState(!1),[S,_]=D.useState(!1),[O,w]=D.useState(!0),M=D.useRef(null);D.useEffect(()=>{c(null),y(!1)},[e.selectedCronTaskId]),D.useEffect(()=>{l&&M.current&&M.current.focus()},[l]);const N=D.useCallback(()=>{a&&(oe.info("Cron",`Loading jobs for task: ${a.name} (${a.id})`),Rh.listByTask(a.id).then(({jobs:G})=>{oe.info("Cron",`Loaded ${G.length} jobs for task ${a.name}`);const z=A.current,Z=new Map;for(const U of z)U.summary&&Z.set(U.id,U.summary);const ie=G.map(U=>{var R;const k=Z.get(U.id);return k&&k.length>(((R=U.summary)==null?void 0:R.length)||0)?{...U,summary:k}:U});t({type:"SET_CRON_JOBS",cronJobs:ie}),G.length>0&&!e.selectedCronJobId&&t({type:"SELECT_CRON_JOB",jobId:G[0].id,sessionKey:G[0].sessionKey})}).catch(G=>{oe.error("Cron",`Failed to load jobs: ${G}`)}))},[a==null?void 0:a.id]);D.useEffect(()=>{N()},[N]);const A=D.useRef(e.cronJobs);D.useEffect(()=>{A.current=e.cronJobs},[e.cronJobs]),D.useEffect(()=>{if(!e.cronJobs.some(ie=>ie.status==="running")||!a)return;const z=a.id,Z=setInterval(()=>{oe.info("Cron","Auto-refreshing jobs (running job detected)"),Rh.listByTask(z).then(({jobs:ie})=>{const U=A.current,k=new Map;for(const K of U)K.summary&&k.set(K.id,K.summary);const R=ie.map(K=>{var de;const C=k.get(K.id);return C&&C.length>(((de=K.summary)==null?void 0:de.length)||0)?{...K,summary:C}:K});t({type:"SET_CRON_JOBS",cronJobs:R})}).catch(()=>{})},3e3);return()=>clearInterval(Z)},[e.cronJobs,a==null?void 0:a.id]);const P=D.useCallback(async()=>{if(!a)return;const G=!a.enabled;oe.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 Qn.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:G,model:a.model??""})}catch(z){oe.error("Cron",`Failed to toggle task: ${z}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{enabled:a.enabled}})}},[a]),I=D.useCallback(G=>{const z=e.cronJobs.find(Z=>Z.id===G);z&&(oe.info("Cron",`Selected job #${z.number||G} (status=${z.status})`),t({type:"SELECT_CRON_JOB",jobId:z.id,sessionKey:z.sessionKey||void 0}))},[e.cronJobs]),V=G=>{if(!a)return;const z=G==="name"?a.name:G==="schedule"?a.schedule??"":a.instructions??"";d(z),c(G)},Q=D.useCallback(async G=>{if(!a)return;oe.info("Cron",`Change model for "${a.name}": → ${G||"default"}`);const z=a.model;t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:G||null}});try{await Qn.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:a.enabled,model:G})}catch(Z){oe.error("Cron",`Failed to update task model: ${Z}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:z}})}},[a]),ee=D.useCallback(async()=>{if(!(!a||S)){oe.info("Cron",`Triggering immediate run for "${a.name}"`),_(!0);try{await Qn.run(a.channelId,a.id),oe.info("Cron",`Task "${a.name}" triggered successfully`),setTimeout(()=>{N()},1500)}catch(G){oe.error("Cron",`Failed to trigger task: ${G}`)}finally{_(!1)}}},[a,S,N]),B=()=>{c(null),d("")},F=async()=>{if(!(!a||!l)){oe.info("Cron",`Save edit "${l}" for "${a.name}": ${u.length>80?u.slice(0,80)+"…":u}`),m(!0);try{if(l==="name")t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{name:u}}),await Qn.update(a.channelId,a.id,{name:u});else{const G={[l]:u};t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:G}),await Qn.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){oe.error("Cron",`Failed to update task field "${l}": ${G}`)}finally{m(!1)}}},W=async()=>{if(a){oe.info("Cron",`Deleting task: "${a.name}" (${a.id})`),x(!0);try{await Qn.delete(a.channelId,a.id),oe.info("Cron",`Task deleted: "${a.name}"`);const{tasks:G}=await Qn.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){oe.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(),F())};if(!a)return p.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:p.jsxs("div",{className:"text-center",children:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select an automation"}),p.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a cron job from the sidebar to view details"})]})});const le=e.channels.find(G=>G.id===a.channelId);return p.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[p.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:[p.jsxs("div",{className:"flex items-center gap-2 sm:gap-3 min-w-0 flex-1",children:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),l==="name"?p.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[p.jsx("input",{ref:M,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}}),p.jsx(WE,{saving:h,onSave:F,onCancel:B})]}):p.jsx("h2",{className:"text-h2 font-bold truncate cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:()=>V("name"),title:"Click to edit name",children:a.name}),!a.enabled&&p.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"})]}),p.jsxs("div",{className:"flex items-center gap-1.5 sm:gap-2 flex-shrink-0",children:[p.jsxs("button",{onClick:ee,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:[p.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:p.jsx("path",{d:"M8 5v14l11-7z"})}),p.jsx("span",{className:"hidden sm:inline",children:S?"Running...":"Run Now"})]}),p.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:p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})}),p.jsxs("button",{onClick:P,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:[p.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:p.jsx("div",{className:"w-3 h-3 rounded-full bg-white absolute top-0.5 transition-all",style:{left:a.enabled?14:2}})}),p.jsx("span",{className:"hidden sm:inline",children:a.enabled?"Enabled":"Disabled"})]})]})]}),b&&p.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:[p.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[p.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:p.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"})}),p.jsxs("span",{className:"text-caption",style:{color:"var(--accent-red)"},children:['Delete "',a.name,'"?']})]}),p.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[p.jsx("button",{onClick:W,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"}),p.jsx("button",{onClick:()=>y(!1),className:"px-3 py-1.5 text-caption rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),p.jsx(KD,{task:a,channel:le,state:e,isMobile:r,infoExpanded:O,setInfoExpanded:w,editingField:l,editValue:u,setEditValue:d,editRef:M,handleKeyDown:pe,saving:h,saveEdit:F,cancelEdit:B,startEdit:V,handleModelSelectChange:Q,handleSelectJob:I})]})}function KD({task:e,channel:t,state:r,isMobile:a,infoExpanded:l,setInfoExpanded:c,editingField:u,editValue:d,setEditValue:h,editRef:m,handleKeyDown:b,saving:y,saveEdit:v,cancelEdit:x,startEdit:S,handleModelSelectChange:_,handleSelectJob:O}){const w=ou({id:"botschat-cron-detail-v"}),[M,N]=D.useState(40),A=D.useRef(null),P=D.useRef({startY:0,startPct:40}),I=D.useCallback(ee=>{ee.preventDefault(),P.current.startY=ee.touches[0].clientY,P.current.startPct=M;const B=W=>{if(W.preventDefault(),!A.current)return;const pe=A.current.getBoundingClientRect().height,le=(W.touches[0].clientY-P.current.startY)/pe*100;N(Math.max(10,Math.min(70,P.current.startPct+le)))},F=()=>{document.removeEventListener("touchmove",B),document.removeEventListener("touchend",F)};document.addEventListener("touchmove",B,{passive:!1}),document.addEventListener("touchend",F)},[M]),V=D.useCallback(ee=>{ee.preventDefault(),P.current.startY=ee.clientY,P.current.startPct=M;const B=W=>{if(!A.current)return;const pe=A.current.getBoundingClientRect().height,le=(W.clientY-P.current.startY)/pe*100;N(Math.max(10,Math.min(70,P.current.startPct+le)))},F=()=>{document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",F)};document.addEventListener("mousemove",B),document.addEventListener("mouseup",F)},[M]),Q=p.jsxs("div",{className:"h-full flex flex-col",children:[p.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:[p.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:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),"Task Details"]}),l&&p.jsxs("div",{className:"flex-1 overflow-y-auto px-4 sm:px-5 pb-4 space-y-4",children:[u==="schedule"?p.jsx("div",{children:p.jsx(Di,{label:"Schedule",children:p.jsx($D,{value:d,onChange:h,onSave:v,onCancel:x,saving:y})})}):p.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-3 sm:gap-4",children:[p.jsx(Di,{label:"Schedule",children:p.jsx(GD,{schedule:e.schedule,onClick:()=>S("schedule")})}),p.jsx(Di,{label:"Model",children:p.jsx(ku,{value:e.model??"",onChange:_,models:r.models,placeholder:"Default"})}),p.jsx(Di,{label:"Channel",children:p.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:(t==null?void 0:t.name)??"Default"})}),p.jsx(Di,{label:"Status",children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.enabled?"var(--accent-green)":"var(--accent-yellow)"}}),p.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:e.enabled?"Active":"Paused"})]})})]}),p.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-3 sm:gap-4",children:[p.jsx(Di,{label:"Cron Job ID",children:p.jsx("span",{className:"text-caption font-mono",style:{color:"var(--text-secondary)"},children:e.openclawCronJobId??"N/A"})}),p.jsx(Di,{label:"Created",children:p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.createdAt?Lx(e.createdAt):"N/A"})}),p.jsx(Di,{label:"Updated",children:p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.updatedAt?Lx(e.updatedAt):"N/A"})})]}),p.jsxs("div",{children:[p.jsxs("div",{className:"flex items-center justify-between mb-1",children:[p.jsx("span",{className:"text-tiny uppercase tracking-wider",style:{color:"var(--text-muted)"},children:"Prompt / Instructions"}),u!=="instructions"&&p.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"?p.jsxs("div",{children:[p.jsx("textarea",{ref:m,value:d,onChange:ee=>h(ee.target.value),onKeyDown:ee=>{ee.key==="Escape"&&x(),ee.key==="Enter"&&(ee.metaKey||ee.ctrlKey)&&(ee.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}}),p.jsxs("div",{className:"flex items-center justify-between mt-2",children:[p.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cmd/Ctrl+Enter to save, Esc to cancel"}),p.jsx(WE,{saving:y,onSave:v,onCancel:x})]})]}):p.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?p.jsxs("div",{ref:A,className:"flex-1 min-h-0 flex flex-col",children:[p.jsx("div",{className:"flex-shrink-0 overflow-y-auto",style:{...l?{height:`${M}%`}:{},borderBottom:"1px solid var(--border)"},children:Q}),l&&p.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:I,onMouseDown:V,children:p.jsx("div",{className:"rounded-full",style:{width:36,height:4,background:"var(--text-muted)",opacity:.4}})}),p.jsx(zx,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:O,mobile:!0})]}):p.jsxs(no,{orientation:"vertical",defaultLayout:w.defaultLayout,onLayoutChanged:w.onLayoutChanged,id:"botschat-cron-detail-v",className:"flex-1 min-h-0",children:[p.jsx(Er,{id:"cron-info",defaultSize:"40%",minSize:"5%",maxSize:"70%",children:p.jsx("div",{className:"h-full",style:{borderBottom:"1px solid var(--border)"},children:Q})}),p.jsx(eo,{direction:"vertical"}),p.jsx(Er,{id:"cron-content-area",children:p.jsx(zx,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:O,mobile:!1})})]})}function zx({cronJobs:e,selectedCronJobId:t,handleSelectJob:r,mobile:a}){const l=ou({id:"botschat-cron-content"}),[c,u]=D.useState(!1),d=m=>{r(m),u(!0)},h=p.jsxs("div",{className:"overflow-y-auto h-full",children:[p.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[p.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Execution History"}),p.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.length===0?p.jsxs("div",{className:"px-4 py-6 text-center",children:[p.jsx("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"No runs yet."}),p.jsx("p",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"Waiting for schedule..."})]}):e.map((m,b)=>{const y=VE(m.status),v=m.number||e.length-b,x=t===m.id;return p.jsxs("button",{onClick:()=>a?d(m.id):r(m.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:[p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",v]}),p.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:[m.status==="running"&&p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),qE(m.status)]})]}),p.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[m.time,m.durationMs!=null&&p.jsxs("span",{className:"ml-1",children:["(",(m.durationMs/1e3).toFixed(1),"s)"]})]}),m.summary&&p.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:m.summary})]},m.id)})]});return a?c&&t?p.jsxs("div",{className:"flex-1 flex flex-col min-h-0",children:[p.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:[p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})}),"Back to History"]}),p.jsx("div",{className:"flex-1 min-h-0",children:p.jsx(jx,{jobs:e,selectedJobId:t})})]}):p.jsx("div",{className:"flex-1 min-h-0",children:h}):p.jsxs(no,{orientation:"horizontal",defaultLayout:l.defaultLayout,onLayoutChanged:l.onLayoutChanged,id:"botschat-cron-content",className:"flex-1 min-h-0",children:[p.jsx(Er,{id:"cron-jobs",defaultSize:"20%",minSize:"8%",maxSize:"40%",children:h}),p.jsx(eo,{}),p.jsx(Er,{id:"cron-output",children:p.jsx(jx,{jobs:e,selectedJobId:t})})]})}const qD=`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`,VD={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 YD(e){return e.split(/\n\n---\n\n/).filter(t=>t.trim())}function jx({jobs:e,selectedJobId:t}){const r=t?e.find(d=>d.id===t):null,a=D.useRef(null);if(D.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 p.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:p.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=VE(r.status),c=r.status==="running",u=r.summary?YD(r.summary):[];return p.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[p.jsxs("div",{className:"flex items-center gap-3 px-5 py-2.5 flex-shrink-0",style:{borderBottom:"1px solid var(--border)"},children:[p.jsx("span",{className:"text-tiny px-2 py-0.5 rounded-sm font-bold",style:{background:l.bg,color:l.fg},children:qE(r.status)}),c&&p.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),p.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:r.time}),r.durationMs!=null&&p.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`})]}),p.jsx("div",{className:"flex-1 overflow-y-auto px-5 py-4",ref:a,children:u.length>0?p.jsxs("div",{className:"flex flex-col gap-3",children:[u.map((d,h)=>{const m=h===u.length-1,b=c&&m;return p.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:[p.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[p.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&&p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),p.jsx("span",{className:"text-tiny",style:{color:"var(--text-link)"},children:"streaming..."})]}),!b&&!c&&u.length>1&&p.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"completed"})]}),p.jsx("div",{className:qD,style:VD,children:p.jsx(V1,{remarkPlugins:[b0],children:d})})]},h)}),c&&p.jsxs("div",{className:"flex items-center gap-1.5 pl-2",children:[p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]})]}):c?p.jsxs("div",{className:"flex items-center gap-1.5 py-2 pl-1",children:[p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),p.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]}):p.jsx("div",{className:"flex items-center justify-center h-full",children:p.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No output recorded for this run."})})})]})}function Di({label:e,children:t}){return p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:"text-tiny uppercase tracking-wider mb-1",style:{color:"var(--text-muted)"},children:e}),t]})}function WE({saving:e,onSave:t,onCancel:r}){return p.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[p.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"}),p.jsx("button",{onClick:r,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})}function WD({sendMessage:e,theme:t,onToggleTheme:r,showSettings:a,onOpenSettings:l,onCloseSettings:c,handleDefaultModelChange:u,handleSelectJob:d}){var V,Q,ee,B,F,W,pe,le,G,z;const h=ur(),m=ni(),[b,y]=D.useState(()=>h.activeView==="automations"?"cron-list":h.selectedAgentId&&h.selectedSessionKey?"chat":"channel-list"),[v,x]=D.useState(!1),S=h.activeView,_=D.useCallback(Z=>{m({type:"SET_ACTIVE_VIEW",view:Z}),Z==="messages"?h.selectedAgentId&&h.selectedSessionKey?y("chat"):y("channel-list"):h.selectedCronTaskId?y("cron-detail"):y("cron-list")},[m,h.selectedAgentId,h.selectedSessionKey,h.selectedCronTaskId]),O=Yr.useRef(h.selectedAgentId);Yr.useEffect(()=>{h.selectedAgentId&&h.selectedAgentId!==O.current&&b==="channel-list"&&y("chat"),O.current=h.selectedAgentId},[h.selectedAgentId,b]);const w=Yr.useRef(h.selectedCronTaskId);Yr.useEffect(()=>{h.selectedCronTaskId&&h.selectedCronTaskId!==w.current&&b==="cron-list"&&y("cron-detail"),w.current=h.selectedCronTaskId},[h.selectedCronTaskId,b]),Yr.useEffect(()=>{h.activeThreadId&&b==="chat"&&y("thread")},[h.activeThreadId,b]),Yr.useEffect(()=>{!h.activeThreadId&&b==="thread"&&y("chat")},[h.activeThreadId,b]);const M=()=>{var Z;oe.info("Auth",`Mobile logout — user ${(Z=h.user)==null?void 0:Z.email}`),fo(null),wu(null),m({type:"LOGOUT"})},N=((ee=(Q=(V=h.user)==null?void 0:V.displayName)==null?void 0:Q[0])==null?void 0:ee.toUpperCase())??((W=(F=(B=h.user)==null?void 0:B.email)==null?void 0:F[0])==null?void 0:W.toUpperCase())??"?",A=D.useCallback(()=>{switch(b){case"chat":y("channel-list");break;case"thread":m({type:"CLOSE_THREAD"}),y("chat");break;case"cron-detail":y("cron-list");break}},[b,m]),P=()=>{switch(b){case"channel-list":return"BotsChat";case"chat":{const Z=h.agents.find(ie=>ie.id===h.selectedAgentId);return`# ${(Z==null?void 0:Z.name)??"Chat"}`}case"thread":return"Thread";case"cron-list":return"Automations";case"cron-detail":{const Z=h.cronTasks.find(ie=>ie.id===h.selectedCronTaskId);return(Z==null?void 0:Z.name)??"Task Detail"}default:return"BotsChat"}},I=b!=="channel-list"&&b!=="cron-list";return p.jsxs("div",{className:"flex flex-col h-screen",style:{background:"var(--bg-surface)"},children:[p.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:[p.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[I&&p.jsx("button",{onClick:A,className:"p-1 -ml-1 rounded",style:{color:"var(--text-link)"},"aria-label":"Back",children:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})})}),p.jsx("span",{className:"text-h2 font-bold truncate",style:{color:"var(--text-primary)"},children:P()})]}),p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("div",{className:"w-2 h-2 rounded-full mr-1",style:{background:h.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),p.jsx("button",{onClick:l,className:"p-1.5 rounded",style:{color:"var(--text-muted)"},children:p.jsxs("svg",{className:"w-4.5 h-4.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[p.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"}),p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),p.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)??((le=h.user)==null?void 0:le.email)??"User",children:N})]})]}),v&&p.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>x(!1),children:p.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:Z=>Z.stopPropagation(),children:[p.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[p.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((G=h.user)==null?void 0:G.displayName)??"User"}),p.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(z=h.user)==null?void 0:z.email})]}),p.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"?p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})}):p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"]}),p.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:()=>{l(),x(!1)},children:[p.jsxs("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[p.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"}),p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]}),"Settings"]}),p.jsx("div",{style:{borderTop:"1px solid var(--border)"}}),p.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:()=>{M(),x(!1)},children:[p.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"]})]})}),p.jsxs("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:[b==="channel-list"&&p.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto",style:{background:"var(--bg-secondary)"},children:p.jsx(d1,{onOpenSettings:l})}),b==="chat"&&p.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:p.jsx(K0,{sendMessage:e})}),b==="thread"&&p.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:p.jsx(q0,{sendMessage:e})}),b==="cron-list"&&p.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto",style:{background:"var(--bg-secondary)"},children:p.jsx(GE,{})}),b==="cron-detail"&&p.jsx("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:p.jsx(YE,{})})]}),p.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:[p.jsx(Bx,{label:"Messages",active:S==="messages",onClick:()=>_("messages"),icon:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.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"})})}),p.jsx(Bx,{label:"Automations",active:S==="automations",onClick:()=>_("automations"),icon:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})})]}),a&&p.jsx(XD,{state:h,onClose:c,handleDefaultModelChange:u})]})}function XD({state:e,onClose:t,handleDefaultModelChange:r}){const[a,l]=D.useState("general");return p.jsx("div",{className:"fixed inset-0 flex items-end justify-center z-50",style:{background:"rgba(0,0,0,0.5)"},onClick:t,children:p.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:[p.jsx("div",{className:"w-10 h-1 rounded-full mx-auto mb-4",style:{background:"var(--text-muted)"}}),p.jsx("h2",{className:"text-h1 font-bold mb-3",style:{color:"var(--text-primary)"},children:"Settings"}),p.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[p.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"}),p.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"}),p.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="security"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="security"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>l("security"),children:"Security"})]}),p.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[a==="general"&&p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),p.jsx(ku,{value:e.defaultModel??"",onChange:r,models:e.models,placeholder:"Not set (use agent default)"})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),p.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"&&p.jsx(PE,{}),a==="security"&&p.jsx(HE,{})]}),p.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 Bx({label:e,active:t,onClick:r,icon:a}){return p.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,p.jsx("span",{className:"text-[10px] leading-tight",children:e})]})}const Ux="G-HKJNG1X0JE";function ZD(){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",Ux);const e=document.createElement("script");return e.async=!0,e.src=`https://www.googletagmanager.com/gtag/js?id=${Ux}`,document.head.appendChild(e),!0}let Px=!1;function JD(){Px||(Px=ZD())}function QD(e,t){window.gtag&&window.gtag("event",e,t)}function e4(e){QD("page_view",{page_path:`/${e}`,page_title:e})}function t4(){var ie;const[e,t]=D.useReducer(Fw,op,U=>{try{const k=localStorage.getItem("botschat_active_view");if(k==="messages"||k==="automations")return{...U,activeView:k}}catch{}return U}),r=D.useRef(null),a=D.useRef(()=>{}),l=D.useRef(!1),[c,u]=D.useState(!1),[d,h]=D.useState("general"),[m,b]=D.useState(!1),[y,v]=D.useState(_t.hasKey());D.useEffect(()=>_t.subscribe(()=>v(_t.hasKey())),[]);const x=KE(),S=ou({id:"botschat-main"}),_=ou({id:"botschat-content"}),[O,w]=D.useState(()=>localStorage.getItem("botschat_onboarding_dismissed")==="1"),M=D.useCallback(()=>{w(!0),localStorage.setItem("botschat_onboarding_dismissed","1")},[]),[N,A]=D.useState(()=>{var k;const U=localStorage.getItem("botschat_theme");return U==="light"||U==="dark"?U:(k=window.matchMedia)!=null&&k.call(window,"(prefers-color-scheme: light)").matches?"light":"dark"});D.useEffect(()=>{document.documentElement.setAttribute("data-theme",N),localStorage.setItem("botschat_theme",N);const U=document.querySelector('meta[name="theme-color"]');U&&U.setAttribute("content",N==="dark"?"#1A1D21":"#FFFFFF")},[N]),D.useEffect(()=>{localStorage.setItem("botschat_active_view",e.activeView)},[e.activeView]),D.useEffect(()=>{e4(e.activeView)},[e.activeView]),D.useEffect(()=>{e.selectedCronTaskId&&localStorage.setItem("botschat_last_cron_task",e.selectedCronTaskId)},[e.selectedCronTaskId]),D.useEffect(()=>{if(e.selectedSessionId){const U=e.agents.find(k=>k.id===e.selectedAgentId);U!=null&&U.channelId&&localStorage.setItem(`botschat_last_session_${U.channelId}`,e.selectedSessionId)}},[e.selectedSessionId,e.selectedAgentId,e.agents]);const P=D.useCallback(()=>{A(U=>U==="dark"?"light":"dark")},[]);D.useEffect(()=>{Vf()&&(oe.api("Auth","Auto-login with stored token"),Pl.me().then(k=>{oe.info("Auth",`Logged in as ${k.email} (${k.id})`),t({type:"SET_USER",user:k})}).catch(k=>{oe.warn("Auth",`Auto-login failed: ${k}`),fo(null),wu(null)}))},[]),D.useEffect(()=>{if(!e.user)return;const U=setTimeout(()=>{e.models.length===0&&Yw.list().then(({models:k})=>{k.length>0&&t({type:"SET_MODELS",models:k})}).catch(()=>{})},2e3);return()=>clearTimeout(U)},[e.user,e.models.length]),D.useEffect(()=>{e.user&&(oe.api("Agents","Loading agents list"),_s.list().then(({agents:U})=>{if(oe.info("Agents",`Loaded ${U.length} agents`,U.map(k=>({id:k.id,name:k.name,channelId:k.channelId}))),t({type:"SET_AGENTS",agents:U}),U.length>0&&!e.selectedAgentId){let k=U[0];try{const R=localStorage.getItem("botschat_last_agent");if(R){const K=U.find(C=>C.id===R);K&&(oe.info("Agents",`Restoring last channel: ${K.name} (${K.id})`),k=K)}}catch{}t({type:"SELECT_AGENT",agentId:k.id,sessionKey:k.sessionKey})}}),oe.api("Channels","Loading channels list"),Sr.list().then(({channels:U})=>{oe.info("Channels",`Loaded ${U.length} channels`,U.map(k=>({id:k.id,name:k.name}))),t({type:"SET_CHANNELS",channels:U}),b(!0)}))},[e.user]),D.useEffect(()=>{e.user&&e.activeView==="automations"&&(oe.api("Cron","Loading all background tasks + scan data"),Promise.all([Qn.listAll("background"),Qn.scanData()]).then(([{tasks:U},{tasks:k}])=>{if(oe.info("Cron",`Loaded ${U.length} cron tasks + ${k.length} scan entries`),t({type:"SET_CRON_TASKS",cronTasks:U}),t({type:"MERGE_SCAN_DATA",scanTasks:k.map(R=>({cronJobId:R.cronJobId,schedule:R.schedule,instructions:R.instructions,model:R.model||void 0,enabled:R.enabled}))}),U.length>0&&!e.selectedCronTaskId){let R=U[0].id;try{const K=localStorage.getItem("botschat_last_cron_task");if(K){const C=U.find(de=>de.id===K);C&&(oe.info("Cron",`Restoring last cron task: ${C.name} (${C.id})`),R=C.id)}}catch{}t({type:"SELECT_CRON_TASK",taskId:R})}}))},[e.user,e.activeView]);const I=(ie=e.agents.find(U=>U.id===e.selectedAgentId))==null?void 0:ie.channelId,V=e.activeView==="messages";D.useEffect(()=>{if(!V)return;if(!e.selectedAgentId){t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]});return}const U=e.agents.find(k=>k.id===e.selectedAgentId);U!=null&&U.channelId?(U.isDefault?(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null})):Qn.list(U.channelId).then(({tasks:k})=>{if(t({type:"SET_TASKS",tasks:k}),k.length>0){const R=k[0];t({type:"SELECT_TASK",taskId:R.id})}}),Es.list(U.channelId).then(({sessions:k})=>{if(oe.info("Sessions",`Loaded ${k.length} sessions for channel ${U.channelId}`),t({type:"SET_SESSIONS",sessions:k}),k.length>0){let R=k[0];try{const K=localStorage.getItem(`botschat_last_session_${U.channelId}`);if(K){const C=k.find(de=>de.id===K);C&&(oe.info("Sessions",`Restoring last session: ${C.name} (${C.id})`),R=C)}}catch{}t({type:"SELECT_SESSION",sessionId:R.id,sessionKey:R.sessionKey})}}).catch(k=>{oe.error("Sessions",`Failed to load sessions: ${k}`)})):U!=null&&U.isDefault&&!l.current&&O?(oe.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:[]}),Sr.create({name:"General",openclawAgentId:"main"}).then(async k=>{oe.info("Sessions",`General channel created: ${k.id}`);const[{agents:R},{channels:K}]=await Promise.all([_s.list(),Sr.list()]);t({type:"SET_AGENTS",agents:R}),t({type:"SET_CHANNELS",channels:K});const{sessions:C}=await Es.list(k.id);t({type:"SET_SESSIONS",sessions:C}),C.length>0&&t({type:"SELECT_SESSION",sessionId:C[0].id,sessionKey:C[0].sessionKey})}).catch(k=>{oe.error("Sessions",`Failed to auto-create General channel: ${k}`),l.current=!1})):(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]}))},[e.selectedAgentId,I,V,O]),D.useEffect(()=>{if(!e.selectedTaskId)return;const U=e.tasks.find(R=>R.id===e.selectedTaskId);if(!U||U.kind!=="background"){t({type:"SET_JOBS",jobs:[]});return}const k=e.agents.find(R=>R.id===e.selectedAgentId);k!=null&&k.channelId&&Rh.list(k.channelId,U.id).then(({jobs:R})=>{t({type:"SET_JOBS",jobs:R}),R.length>0&&!e.selectedJobId&&t({type:"SELECT_JOB",jobId:R[0].id,sessionKey:R[0].sessionKey})}).catch(R=>{console.error("Failed to load jobs:",R)})},[e.selectedTaskId,e.tasks]),D.useEffect(()=>{if(!e.user||!e.selectedSessionKey)return;let U=!1;return r1.list(e.user.id,e.selectedSessionKey).then(async({messages:k,replyCounts:R})=>{if(U)return;const K=await Promise.all(k.map(async C=>{if(C.encrypted&&_t.hasKey())try{const de=await _t.decrypt(C.text,C.id);return{...C,text:de,isEncryptedLocked:!1}}catch(de){return console.warn(`Failed to decrypt message ${C.id}`,de),{...C,isEncryptedLocked:!0}}else if(C.encrypted)return{...C,isEncryptedLocked:!0};return C}));t({type:"SET_MESSAGES",messages:K,replyCounts:R})}).catch(k=>{console.error("Failed to load message history:",k)}),()=>{U=!0}},[e.user,e.selectedSessionKey,y]);const Q=D.useRef(e);D.useEffect(()=>{Q.current=e},[e]);const ee=D.useCallback(U=>{var de;const k=U.sessionKey,R=U.threadId??U.replyToId;oe.wsIn("WS",`${U.type}`,U);const K=ue=>{if(ue)return ue.replace(/:thread:.+$/,"")},C=ue=>ue?K(ue)===Q.current.selectedSessionKey:!0;switch(U.type){case"connection.status":oe.info("Connection",`OpenClaw ${U.openclawConnected?"connected":"disconnected"}${U.defaultModel?` (default: ${U.defaultModel})`:""}`),t({type:"SET_OPENCLAW_CONNECTED",connected:U.openclawConnected,defaultModel:U.defaultModel||void 0}),Array.isArray(U.models)&&U.models.length>0&&t({type:"SET_MODELS",models:U.models});break;case"openclaw.disconnected":oe.warn("Connection","OpenClaw disconnected"),t({type:"SET_OPENCLAW_CONNECTED",connected:!1});break;case"model.changed":if(U.model&&U.sessionKey){oe.info("Model",`Session model changed to: ${U.model} (session: ${U.sessionKey})`),t({type:"SET_SESSION_MODEL",model:U.model});try{const ue=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");ue[U.sessionKey]=U.model,localStorage.setItem("botschat:sessionModels",JSON.stringify(ue))}catch{}}break;case"agent.stream.start":if(k&&C(k)){const ue=R??((de=k.match(/:thread:(.+)$/))==null?void 0:de[1]);t({type:"STREAM_START",runId:U.runId,sessionKey:k,threadId:ue})}break;case"agent.stream.chunk":t({type:"STREAM_CHUNK",runId:U.runId,sessionKey:k??"",text:U.text});break;case"agent.stream.end":t({type:"STREAM_END",runId:U.runId});break;case"agent.text":{if(!C(k))break;const ue={id:Pn(),sender:"agent",text:U.text,timestamp:Date.now(),threadId:R};t(R&&k?{type:"ADD_THREAD_MESSAGE",message:ue}:{type:"ADD_MESSAGE",message:ue});break}case"agent.media":{if(!C(k))break;const ue={id:Pn(),sender:"agent",text:U.caption??"",mediaUrl:U.mediaUrl,timestamp:Date.now(),threadId:R};t(R&&k?{type:"ADD_THREAD_MESSAGE",message:ue}:{type:"ADD_MESSAGE",message:ue});break}case"agent.a2ui":{if(!C(k))break;const ue={id:Pn(),sender:"agent",text:"",a2ui:U.jsonl,timestamp:Date.now(),threadId:R};t(R&&k?{type:"ADD_THREAD_MESSAGE",message:ue}:{type:"ADD_MESSAGE",message:ue});break}case"job.update":{const ue={id:U.jobId,number:0,sessionKey:U.sessionKey,status:U.status,startedAt:U.startedAt,finishedAt:U.finishedAt??null,durationMs:U.durationMs??null,summary:U.summary??"",time:new Date((U.startedAt??0)*1e3).toLocaleString()};if(ue.status==="running")t({type:"ADD_JOB",job:ue});else{const ve=Q.current,ke=ve.jobs.some(Le=>Le.id===ue.id);t(ke?{type:"SET_JOBS",jobs:ve.jobs.map(Le=>Le.id===ue.id?{...Le,...ue}:Le)}:{type:"ADD_JOB",job:ue})}ue.status==="running"?t({type:"ADD_CRON_JOB",job:ue}):t({type:"UPDATE_CRON_JOB",job:ue});break}case"job.output":{const ue=U.jobId,ve=U.text;ue&&ve&&t({type:"APPEND_JOB_OUTPUT",jobId:ue,text:ve});break}case"task.scan.result":{const ue=U.tasks??[];oe.info("TaskScan",`Scan result: ${ue.length} tasks reported`,ue),_s.list().then(({agents:ke})=>{oe.info("TaskScan",`Reloaded ${ke.length} agents`),t({type:"SET_AGENTS",agents:ke})}),Sr.list().then(({channels:ke})=>{oe.info("TaskScan",`Reloaded ${ke.length} channels`),t({type:"SET_CHANNELS",channels:ke})}),Qn.listAll("background").then(({tasks:ke})=>{oe.info("TaskScan",`Reloaded ${ke.length} cron tasks, merging scan data`),t({type:"SET_CRON_TASKS",cronTasks:ke}),t({type:"MERGE_SCAN_DATA",scanTasks:ue.map(Le=>({cronJobId:Le.cronJobId,schedule:Le.schedule,instructions:Le.instructions??"",model:Le.model,enabled:Le.enabled}))})});const ve=Q.current;if(ve.selectedAgentId){const ke=ve.agents.find(Le=>Le.id===ve.selectedAgentId);ke!=null&&ke.channelId&&Qn.list(ke.channelId).then(({tasks:Le})=>{t({type:"SET_TASKS",tasks:Le})})}break}case"status":break;case"models.list":Array.isArray(U.models)&&t({type:"SET_MODELS",models:U.models});break;case"task.schedule.ack":U.ok?oe.info("Task",`Schedule applied to OpenClaw: ${U.cronJobId}`):oe.error("Task",`Schedule push to OpenClaw failed: ${U.error}`,U);break;case"error":oe.error("Server",U.message,U);break}},[]);D.useEffect(()=>{a.current=ee},[ee]),D.useEffect(()=>{if(!e.user||!Vf())return;const U=Pn();oe.info("WS",`Connecting WebSocket (session=${U.slice(0,8)}...)`);const k=new sk({userId:e.user.id,sessionId:U,getToken:Vf,onMessage:R=>{a.current(R)},onStatusChange:R=>{oe.info("WS",R?"WebSocket connected":"WebSocket disconnected"),t({type:"SET_WS_CONNECTED",connected:R})}});return k.connect(),r.current=k,()=>{k.disconnect(),r.current=null}},[e.user]);const B=D.useCallback(U=>{var k;oe.wsOut("WS",`${U.type}`,U),(k=r.current)==null||k.send(U)},[]),F=D.useCallback(async U=>{t({type:"SET_DEFAULT_MODEL",model:U||null});try{await Vw.updateSettings({defaultModel:U||void 0})}catch(k){console.error("Failed to update default model:",k)}},[]),W=D.useCallback(U=>{const k=e.jobs.find(R=>R.id===U);k&&t({type:"SELECT_JOB",jobId:k.id,sessionKey:k.sessionKey||void 0})},[e.jobs]);if(D.useEffect(()=>{if(e.openclawConnected&&!O){const U=setTimeout(()=>{M()},1500);return()=>clearTimeout(U)}},[e.openclawConnected,O,M]),!e.user)return p.jsx(vs.Provider,{value:e,children:p.jsx(Ul.Provider,{value:t,children:p.jsx(ID,{})})});if(!O&&m&&e.channels.length===0&&!e.openclawConnected)return p.jsx(vs.Provider,{value:e,children:p.jsx(Ul.Provider,{value:t,children:p.jsx(zD,{onSkip:M})})});e.agents.find(U=>U.id===e.selectedAgentId);const le=e.tasks.find(U=>U.id===e.selectedTaskId),G=(le==null?void 0:le.kind)==="background",z=!!e.selectedSessionKey,Z=e.activeView==="automations";return x?p.jsx(vs.Provider,{value:e,children:p.jsx(Ul.Provider,{value:t,children:p.jsx(WD,{sendMessage:B,theme:N,onToggleTheme:P,showSettings:c,onOpenSettings:()=>u(!0),onCloseSettings:()=>u(!1),handleDefaultModelChange:F,handleSelectJob:W})})}):p.jsx(vs.Provider,{value:e,children:p.jsxs(Ul.Provider,{value:t,children:[p.jsxs("div",{className:"flex flex-col h-screen",children:[p.jsxs("div",{className:"flex flex-1 min-h-0",children:[p.jsx(lk,{onToggleTheme:P,onOpenSettings:()=>u(!0),theme:N}),p.jsxs(no,{orientation:"horizontal",defaultLayout:S.defaultLayout,onLayoutChanged:S.onLayoutChanged,id:"botschat-main",className:"flex-1",children:[p.jsx(Er,{id:"sidebar",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:Z?p.jsx(GE,{}):p.jsx(d1,{})}),p.jsx(eo,{}),p.jsx(Er,{id:"content",children:Z?p.jsx(YE,{}):p.jsx("div",{className:"flex-1 flex flex-col min-w-0 h-full",children:z?p.jsxs(no,{orientation:"horizontal",defaultLayout:_.defaultLayout,onLayoutChanged:_.onLayoutChanged,id:"botschat-content",children:[G&&p.jsxs(p.Fragment,{children:[p.jsx(Er,{id:"joblist",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:p.jsx(KM,{jobs:e.jobs,selectedJobId:e.selectedJobId,onSelectJob:W})}),p.jsx(eo,{})]}),p.jsx(Er,{id:"chat",children:p.jsx(K0,{sendMessage:B})}),e.activeThreadId&&p.jsxs(p.Fragment,{children:[p.jsx(eo,{}),p.jsx(Er,{id:"thread",defaultSize:"28%",minSize:"10%",maxSize:"50%",children:p.jsx(q0,{sendMessage:B})})]})]}):p.jsx("div",{className:"flex-1 flex items-center justify-center",style:{background:"var(--bg-surface)"},children:p.jsxs("div",{className:"text-center",children:[p.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:p.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"})}),p.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),p.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})})})]})]}),p.jsx(PD,{})]}),c&&p.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:p.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:U=>U.stopPropagation(),children:[p.jsxs("div",{className:"flex items-center justify-between mb-4",children:[p.jsx("h2",{className:"text-h1 font-bold",style:{color:"var(--text-primary)"},children:"Settings"}),p.jsx("button",{onClick:()=>u(!1),className:"p-1 hover:bg-[--bg-hover] rounded",style:{color:"var(--text-muted)"},children:p.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:p.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),p.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[p.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"}),p.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"}),p.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"})]}),p.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[d==="general"&&p.jsxs("div",{className:"space-y-5",children:[p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),p.jsx(ku,{value:e.defaultModel??"",onChange:F,models:e.models,placeholder:"Not set (use agent default)"}),p.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"," ",p.jsx("code",{children:"/model"})," or per automation in its settings."]})]}),p.jsxs("div",{children:[p.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),p.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"&&p.jsx(PE,{}),d==="security"&&p.jsx(HE,{})]}),p.jsx("div",{className:"mt-4 pt-4 flex justify-end",style:{borderTop:"1px solid var(--border)"},children:p.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"})})]})})]})})}JD();uw.createRoot(document.getElementById("root")).render(p.jsx(Yr.StrictMode,{children:p.jsx(t4,{})}));"serviceWorker"in navigator&&window.addEventListener("load",()=>{navigator.serviceWorker.register("/sw.js").catch(()=>{})});