@eka-care/apollo-assist 0.1.30-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/widget.js ADDED
@@ -0,0 +1,551 @@
1
+ var EkaMedAssistWidget=function(){"use strict";var PN=Object.defineProperty,HN=Object.defineProperties;var GN=Object.getOwnPropertyDescriptors;var $f=Object.getOwnPropertySymbols;var mv=Object.prototype.hasOwnProperty,Av=Object.prototype.propertyIsEnumerable;var yv=Math.pow,Lm=(an,un,Wt)=>un in an?PN(an,un,{enumerable:!0,configurable:!0,writable:!0,value:Wt}):an[un]=Wt,le=(an,un)=>{for(var Wt in un||(un={}))mv.call(un,Wt)&&Lm(an,Wt,un[Wt]);if($f)for(var Wt of $f(un))Av.call(un,Wt)&&Lm(an,Wt,un[Wt]);return an},Fe=(an,un)=>HN(an,GN(un));var Rt=(an,un)=>{var Wt={};for(var Hn in an)mv.call(an,Hn)&&un.indexOf(Hn)<0&&(Wt[Hn]=an[Hn]);if(an!=null&&$f)for(var Hn of $f(an))un.indexOf(Hn)<0&&Av.call(an,Hn)&&(Wt[Hn]=an[Hn]);return Wt};var Pt=(an,un,Wt)=>Lm(an,typeof un!="symbol"?un+"":un,Wt);var $e=(an,un,Wt)=>new Promise((Hn,Ro)=>{var Ma=ti=>{try{bi(Wt.next(ti))}catch(Hl){Ro(Hl)}},Pl=ti=>{try{bi(Wt.throw(ti))}catch(Hl){Ro(Hl)}},bi=ti=>ti.done?Hn(ti.value):Promise.resolve(ti.value).then(Ma,Pl);bi((Wt=Wt.apply(an,un)).next())});var an=typeof document!="undefined"?document.currentScript:null;function un(n,a){for(var i=0;i<a.length;i++){const l=a[i];if(typeof l!="string"&&!Array.isArray(l)){for(const u in l)if(u!=="default"&&!(u in n)){const f=Object.getOwnPropertyDescriptor(l,u);f&&Object.defineProperty(n,u,f.get?f:{enumerable:!0,get:()=>l[u]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var Wt=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Hn(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Ro={exports:{}},Ma={},Pl={exports:{}},bi={exports:{}};bi.exports;var ti;function Hl(){return ti||(ti=1,function(n,a){/**
2
+ * @license React
3
+ * react.development.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
+ */(function(){function i(O,ce){Object.defineProperty(f.prototype,O,{get:function(){console.warn("%s(...) is deprecated in plain JavaScript React classes. %s",ce[0],ce[1])}})}function l(O){return O===null||typeof O!="object"?null:(O=rt&&O[rt]||O["@@iterator"],typeof O=="function"?O:null)}function u(O,ce){O=(O=O.constructor)&&(O.displayName||O.name)||"ReactClass";var Me=O+"."+ce;Et[Me]||(console.error("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.",ce,O),Et[Me]=!0)}function f(O,ce,Me){this.props=O,this.context=ce,this.refs=pe,this.updater=Me||Dt}function c(){}function d(O,ce,Me){this.props=O,this.context=ce,this.refs=pe,this.updater=Me||Dt}function p(O){return""+O}function g(O){try{p(O);var ce=!1}catch(Ye){ce=!0}if(ce){ce=console;var Me=ce.error,je=typeof Symbol=="function"&&Symbol.toStringTag&&O[Symbol.toStringTag]||O.constructor.name||"Object";return Me.call(ce,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",je),p(O)}}function A(O){if(O==null)return null;if(typeof O=="function")return O.$$typeof===U?null:O.displayName||O.name||null;if(typeof O=="string")return O;switch(O){case T:return"Fragment";case q:return"Profiler";case V:return"StrictMode";case Oe:return"Suspense";case He:return"SuspenseList";case et:return"Activity"}if(typeof O=="object")switch(typeof O.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),O.$$typeof){case te:return"Portal";case ye:return(O.displayName||"Context")+".Provider";case Q:return(O._context.displayName||"Context")+".Consumer";case Se:var ce=O.render;return O=O.displayName,O||(O=ce.displayName||ce.name||"",O=O!==""?"ForwardRef("+O+")":"ForwardRef"),O;case Ue:return ce=O.displayName||null,ce!==null?ce:A(O.type)||"Memo";case Le:ce=O._payload,O=O._init;try{return A(O(ce))}catch(Me){}}return null}function m(O){if(O===T)return"<>";if(typeof O=="object"&&O!==null&&O.$$typeof===Le)return"<...>";try{var ce=A(O);return ce?"<"+ce+">":"<...>"}catch(Me){return"<...>"}}function y(){var O=J.A;return O===null?null:O.getOwner()}function E(){return Error("react-stack-top-frame")}function x(O){if(ge.call(O,"key")){var ce=Object.getOwnPropertyDescriptor(O,"key").get;if(ce&&ce.isReactWarning)return!1}return O.key!==void 0}function w(O,ce){function Me(){Ee||(Ee=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",ce))}Me.isReactWarning=!0,Object.defineProperty(O,"key",{get:Me,configurable:!0})}function k(){var O=A(this.type);return be[O]||(be[O]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),O=this.props.ref,O!==void 0?O:null}function C(O,ce,Me,je,Ye,it,he,De){return Me=it.ref,O={$$typeof:ue,type:O,key:ce,props:it,_owner:Ye},(Me!==void 0?Me:null)!==null?Object.defineProperty(O,"ref",{enumerable:!1,get:k}):Object.defineProperty(O,"ref",{enumerable:!1,value:null}),O._store={},Object.defineProperty(O._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(O,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(O,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:he}),Object.defineProperty(O,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:De}),Object.freeze&&(Object.freeze(O.props),Object.freeze(O)),O}function D(O,ce){return ce=C(O.type,ce,void 0,void 0,O._owner,O.props,O._debugStack,O._debugTask),O._store&&(ce._store.validated=O._store.validated),ce}function B(O){return typeof O=="object"&&O!==null&&O.$$typeof===ue}function H(O){var ce={"=":"=0",":":"=2"};return"$"+O.replace(/[=:]/g,function(Me){return ce[Me]})}function F(O,ce){return typeof O=="object"&&O!==null&&O.key!=null?(g(O.key),H(""+O.key)):ce.toString(36)}function j(){}function Z(O){switch(O.status){case"fulfilled":return O.value;case"rejected":throw O.reason;default:switch(typeof O.status=="string"?O.then(j,j):(O.status="pending",O.then(function(ce){O.status==="pending"&&(O.status="fulfilled",O.value=ce)},function(ce){O.status==="pending"&&(O.status="rejected",O.reason=ce)})),O.status){case"fulfilled":return O.value;case"rejected":throw O.reason}}throw O}function ie(O,ce,Me,je,Ye){var it=typeof O;(it==="undefined"||it==="boolean")&&(O=null);var he=!1;if(O===null)he=!0;else switch(it){case"bigint":case"string":case"number":he=!0;break;case"object":switch(O.$$typeof){case ue:case te:he=!0;break;case Le:return he=O._init,ie(he(O._payload),ce,Me,je,Ye)}}if(he){he=O,Ye=Ye(he);var De=je===""?"."+F(he,0):je;return z(Ye)?(Me="",De!=null&&(Me=De.replace(Ne,"$&/")+"/"),ie(Ye,ce,Me,"",function(Ge){return Ge})):Ye!=null&&(B(Ye)&&(Ye.key!=null&&(he&&he.key===Ye.key||g(Ye.key)),Me=D(Ye,Me+(Ye.key==null||he&&he.key===Ye.key?"":(""+Ye.key).replace(Ne,"$&/")+"/")+De),je!==""&&he!=null&&B(he)&&he.key==null&&he._store&&!he._store.validated&&(Me._store.validated=2),Ye=Me),ce.push(Ye)),1}if(he=0,De=je===""?".":je+":",z(O))for(var Te=0;Te<O.length;Te++)je=O[Te],it=De+F(je,Te),he+=ie(je,ce,Me,it,Ye);else if(Te=l(O),typeof Te=="function")for(Te===O.entries&&(xe||console.warn("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),xe=!0),O=Te.call(O),Te=0;!(je=O.next()).done;)je=je.value,it=De+F(je,Te++),he+=ie(je,ce,Me,it,Ye);else if(it==="object"){if(typeof O.then=="function")return ie(Z(O),ce,Me,je,Ye);throw ce=String(O),Error("Objects are not valid as a React child (found: "+(ce==="[object Object]"?"object with keys {"+Object.keys(O).join(", ")+"}":ce)+"). If you meant to render a collection of children, use an array instead.")}return he}function L(O,ce,Me){if(O==null)return O;var je=[],Ye=0;return ie(O,je,"","",function(it){return ce.call(Me,it,Ye++)}),je}function G(O){if(O._status===-1){var ce=O._result;ce=ce(),ce.then(function(Me){(O._status===0||O._status===-1)&&(O._status=1,O._result=Me)},function(Me){(O._status===0||O._status===-1)&&(O._status=2,O._result=Me)}),O._status===-1&&(O._status=0,O._result=ce)}if(O._status===1)return ce=O._result,ce===void 0&&console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
10
+
11
+ Your code should look like:
12
+ const MyComponent = lazy(() => import('./MyComponent'))
13
+
14
+ Did you accidentally put curly braces around the import?`,ce),"default"in ce||console.error(`lazy: Expected the result of a dynamic import() call. Instead received: %s
15
+
16
+ Your code should look like:
17
+ const MyComponent = lazy(() => import('./MyComponent'))`,ce),ce.default;throw O._result}function re(){var O=J.H;return O===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
18
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
19
+ 2. You might be breaking the Rules of Hooks
20
+ 3. You might have more than one copy of React in the same app
21
+ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),O}function M(){}function W(O){if(ct===null)try{var ce=("require"+Math.random()).slice(0,7);ct=(n&&n[ce]).call(n,"timers").setImmediate}catch(Me){ct=function(je){Ze===!1&&(Ze=!0,typeof MessageChannel=="undefined"&&console.error("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));var Ye=new MessageChannel;Ye.port1.onmessage=je,Ye.port2.postMessage(void 0)}}return ct(O)}function I(O){return 1<O.length&&typeof AggregateError=="function"?new AggregateError(O):O[0]}function ae(O,ce){ce!==tt-1&&console.error("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "),tt=ce}function fe(O,ce,Me){var je=J.actQueue;if(je!==null)if(je.length!==0)try{se(je),W(function(){return fe(O,ce,Me)});return}catch(Ye){J.thrownErrors.push(Ye)}else J.actQueue=null;0<J.thrownErrors.length?(je=I(J.thrownErrors),J.thrownErrors.length=0,Me(je)):ce(O)}function se(O){if(!Ht){Ht=!0;var ce=0;try{for(;ce<O.length;ce++){var Me=O[ce];do{J.didUsePromise=!1;var je=Me(!1);if(je!==null){if(J.didUsePromise){O[ce]=Me,O.splice(0,ce);return}Me=je}else break}while(!0)}O.length=0}catch(Ye){O.splice(0,ce+1),J.thrownErrors.push(Ye)}finally{Ht=!1}}}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var ue=Symbol.for("react.transitional.element"),te=Symbol.for("react.portal"),T=Symbol.for("react.fragment"),V=Symbol.for("react.strict_mode"),q=Symbol.for("react.profiler"),Q=Symbol.for("react.consumer"),ye=Symbol.for("react.context"),Se=Symbol.for("react.forward_ref"),Oe=Symbol.for("react.suspense"),He=Symbol.for("react.suspense_list"),Ue=Symbol.for("react.memo"),Le=Symbol.for("react.lazy"),et=Symbol.for("react.activity"),rt=Symbol.iterator,Et={},Dt={isMounted:function(){return!1},enqueueForceUpdate:function(O){u(O,"forceUpdate")},enqueueReplaceState:function(O){u(O,"replaceState")},enqueueSetState:function(O){u(O,"setState")}},v=Object.assign,pe={};Object.freeze(pe),f.prototype.isReactComponent={},f.prototype.setState=function(O,ce){if(typeof O!="object"&&typeof O!="function"&&O!=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,O,ce,"setState")},f.prototype.forceUpdate=function(O){this.updater.enqueueForceUpdate(this,O,"forceUpdate")};var de={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},Y;for(Y in de)de.hasOwnProperty(Y)&&i(Y,de[Y]);c.prototype=f.prototype,de=d.prototype=new c,de.constructor=d,v(de,f.prototype),de.isPureReactComponent=!0;var z=Array.isArray,U=Symbol.for("react.client.reference"),J={H:null,A:null,T:null,S:null,V:null,actQueue:null,isBatchingLegacy:!1,didScheduleLegacyUpdate:!1,didUsePromise:!1,thrownErrors:[],getCurrentStack:null,recentlyCreatedOwnerStacks:0},ge=Object.prototype.hasOwnProperty,$=console.createTask?console.createTask:function(){return null};de={react_stack_bottom_frame:function(O){return O()}};var Ee,Re,be={},ne=de.react_stack_bottom_frame.bind(de,E)(),ee=$(m(E)),xe=!1,Ne=/\/+/g,Ve=typeof reportError=="function"?reportError:function(O){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var ce=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof O=="object"&&O!==null&&typeof O.message=="string"?String(O.message):String(O),error:O});if(!window.dispatchEvent(ce))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",O);return}console.error(O)},Ze=!1,ct=null,tt=0,ot=!1,Ht=!1,vt=typeof queueMicrotask=="function"?function(O){queueMicrotask(function(){return queueMicrotask(O)})}:W;de=Object.freeze({__proto__:null,c:function(O){return re().useMemoCache(O)}}),a.Children={map:L,forEach:function(O,ce,Me){L(O,function(){ce.apply(this,arguments)},Me)},count:function(O){var ce=0;return L(O,function(){ce++}),ce},toArray:function(O){return L(O,function(ce){return ce})||[]},only:function(O){if(!B(O))throw Error("React.Children.only expected to receive a single React element child.");return O}},a.Component=f,a.Fragment=T,a.Profiler=q,a.PureComponent=d,a.StrictMode=V,a.Suspense=Oe,a.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=J,a.__COMPILER_RUNTIME=de,a.act=function(O){var ce=J.actQueue,Me=tt;tt++;var je=J.actQueue=ce!==null?ce:[],Ye=!1;try{var it=O()}catch(Te){J.thrownErrors.push(Te)}if(0<J.thrownErrors.length)throw ae(ce,Me),O=I(J.thrownErrors),J.thrownErrors.length=0,O;if(it!==null&&typeof it=="object"&&typeof it.then=="function"){var he=it;return vt(function(){Ye||ot||(ot=!0,console.error("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"))}),{then:function(Te,Ge){Ye=!0,he.then(function(At){if(ae(ce,Me),Me===0){try{se(je),W(function(){return fe(At,Te,Ge)})}catch(Ut){J.thrownErrors.push(Ut)}if(0<J.thrownErrors.length){var Ot=I(J.thrownErrors);J.thrownErrors.length=0,Ge(Ot)}}else Te(At)},function(At){ae(ce,Me),0<J.thrownErrors.length&&(At=I(J.thrownErrors),J.thrownErrors.length=0),Ge(At)})}}}var De=it;if(ae(ce,Me),Me===0&&(se(je),je.length!==0&&vt(function(){Ye||ot||(ot=!0,console.error("A component suspended inside an `act` scope, but the `act` call was not awaited. When testing React components that depend on asynchronous data, you must await the result:\n\nawait act(() => ...)"))}),J.actQueue=null),0<J.thrownErrors.length)throw O=I(J.thrownErrors),J.thrownErrors.length=0,O;return{then:function(Te,Ge){Ye=!0,Me===0?(J.actQueue=je,W(function(){return fe(De,Te,Ge)})):Te(De)}}},a.cache=function(O){return function(){return O.apply(null,arguments)}},a.captureOwnerStack=function(){var O=J.getCurrentStack;return O===null?null:O()},a.cloneElement=function(O,ce,Me){if(O==null)throw Error("The argument must be a React element, but you passed "+O+".");var je=v({},O.props),Ye=O.key,it=O._owner;if(ce!=null){var he;e:{if(ge.call(ce,"ref")&&(he=Object.getOwnPropertyDescriptor(ce,"ref").get)&&he.isReactWarning){he=!1;break e}he=ce.ref!==void 0}he&&(it=y()),x(ce)&&(g(ce.key),Ye=""+ce.key);for(De in ce)!ge.call(ce,De)||De==="key"||De==="__self"||De==="__source"||De==="ref"&&ce.ref===void 0||(je[De]=ce[De])}var De=arguments.length-2;if(De===1)je.children=Me;else if(1<De){he=Array(De);for(var Te=0;Te<De;Te++)he[Te]=arguments[Te+2];je.children=he}for(je=C(O.type,Ye,void 0,void 0,it,je,O._debugStack,O._debugTask),Ye=2;Ye<arguments.length;Ye++)it=arguments[Ye],B(it)&&it._store&&(it._store.validated=1);return je},a.createContext=function(O){return O={$$typeof:ye,_currentValue:O,_currentValue2:O,_threadCount:0,Provider:null,Consumer:null},O.Provider=O,O.Consumer={$$typeof:Q,_context:O},O._currentRenderer=null,O._currentRenderer2=null,O},a.createElement=function(O,ce,Me){for(var je=2;je<arguments.length;je++){var Ye=arguments[je];B(Ye)&&Ye._store&&(Ye._store.validated=1)}if(je={},Ye=null,ce!=null)for(Te in Re||!("__self"in ce)||"key"in ce||(Re=!0,console.warn("Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform")),x(ce)&&(g(ce.key),Ye=""+ce.key),ce)ge.call(ce,Te)&&Te!=="key"&&Te!=="__self"&&Te!=="__source"&&(je[Te]=ce[Te]);var it=arguments.length-2;if(it===1)je.children=Me;else if(1<it){for(var he=Array(it),De=0;De<it;De++)he[De]=arguments[De+2];Object.freeze&&Object.freeze(he),je.children=he}if(O&&O.defaultProps)for(Te in it=O.defaultProps,it)je[Te]===void 0&&(je[Te]=it[Te]);Ye&&w(je,typeof O=="function"?O.displayName||O.name||"Unknown":O);var Te=1e4>J.recentlyCreatedOwnerStacks++;return C(O,Ye,void 0,void 0,y(),je,Te?Error("react-stack-top-frame"):ne,Te?$(m(O)):ee)},a.createRef=function(){var O={current:null};return Object.seal(O),O},a.forwardRef=function(O){O!=null&&O.$$typeof===Ue?console.error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."):typeof O!="function"?console.error("forwardRef requires a render function but was given %s.",O===null?"null":typeof O):O.length!==0&&O.length!==2&&console.error("forwardRef render functions accept exactly two parameters: props and ref. %s",O.length===1?"Did you forget to use the ref parameter?":"Any additional parameter will be undefined."),O!=null&&O.defaultProps!=null&&console.error("forwardRef render functions do not support defaultProps. Did you accidentally pass a React component?");var ce={$$typeof:Se,render:O},Me;return Object.defineProperty(ce,"displayName",{enumerable:!1,configurable:!0,get:function(){return Me},set:function(je){Me=je,O.name||O.displayName||(Object.defineProperty(O,"name",{value:je}),O.displayName=je)}}),ce},a.isValidElement=B,a.lazy=function(O){return{$$typeof:Le,_payload:{_status:-1,_result:O},_init:G}},a.memo=function(O,ce){O==null&&console.error("memo: The first argument must be a component. Instead received: %s",O===null?"null":typeof O),ce={$$typeof:Ue,type:O,compare:ce===void 0?null:ce};var Me;return Object.defineProperty(ce,"displayName",{enumerable:!1,configurable:!0,get:function(){return Me},set:function(je){Me=je,O.name||O.displayName||(Object.defineProperty(O,"name",{value:je}),O.displayName=je)}}),ce},a.startTransition=function(O){var ce=J.T,Me={};J.T=Me,Me._updatedFibers=new Set;try{var je=O(),Ye=J.S;Ye!==null&&Ye(Me,je),typeof je=="object"&&je!==null&&typeof je.then=="function"&&je.then(M,Ve)}catch(it){Ve(it)}finally{ce===null&&Me._updatedFibers&&(O=Me._updatedFibers.size,Me._updatedFibers.clear(),10<O&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table.")),J.T=ce}},a.unstable_useCacheRefresh=function(){return re().useCacheRefresh()},a.use=function(O){return re().use(O)},a.useActionState=function(O,ce,Me){return re().useActionState(O,ce,Me)},a.useCallback=function(O,ce){return re().useCallback(O,ce)},a.useContext=function(O){var ce=re();return O.$$typeof===Q&&console.error("Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"),ce.useContext(O)},a.useDebugValue=function(O,ce){return re().useDebugValue(O,ce)},a.useDeferredValue=function(O,ce){return re().useDeferredValue(O,ce)},a.useEffect=function(O,ce,Me){O==null&&console.warn("React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?");var je=re();if(typeof Me=="function")throw Error("useEffect CRUD overload is not enabled in this build of React.");return je.useEffect(O,ce)},a.useId=function(){return re().useId()},a.useImperativeHandle=function(O,ce,Me){return re().useImperativeHandle(O,ce,Me)},a.useInsertionEffect=function(O,ce){return O==null&&console.warn("React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"),re().useInsertionEffect(O,ce)},a.useLayoutEffect=function(O,ce){return O==null&&console.warn("React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"),re().useLayoutEffect(O,ce)},a.useMemo=function(O,ce){return re().useMemo(O,ce)},a.useOptimistic=function(O,ce){return re().useOptimistic(O,ce)},a.useReducer=function(O,ce,Me){return re().useReducer(O,ce,Me)},a.useRef=function(O){return re().useRef(O)},a.useState=function(O){return re().useState(O)},a.useSyncExternalStore=function(O,ce,Me){return re().useSyncExternalStore(O,ce,Me)},a.useTransition=function(){return re().useTransition()},a.version="19.1.1",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()}(bi,bi.exports)),bi.exports}var Pm;function Gl(){return Pm||(Pm=1,Pl.exports=Hl()),Pl.exports}var Hm;function Ev(){if(Hm)return Ma;Hm=1;/**
22
+ * @license React
23
+ * react-jsx-runtime.development.js
24
+ *
25
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */return function(){function n(T){if(T==null)return null;if(typeof T=="function")return T.$$typeof===G?null:T.displayName||T.name||null;if(typeof T=="string")return T;switch(T){case w:return"Fragment";case C:return"Profiler";case k:return"StrictMode";case F:return"Suspense";case j:return"SuspenseList";case L:return"Activity"}if(typeof T=="object")switch(typeof T.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),T.$$typeof){case x:return"Portal";case B:return(T.displayName||"Context")+".Provider";case D:return(T._context.displayName||"Context")+".Consumer";case H:var V=T.render;return T=T.displayName,T||(T=V.displayName||V.name||"",T=T!==""?"ForwardRef("+T+")":"ForwardRef"),T;case Z:return V=T.displayName||null,V!==null?V:n(T.type)||"Memo";case ie:V=T._payload,T=T._init;try{return n(T(V))}catch(q){}}return null}function a(T){return""+T}function i(T){try{a(T);var V=!1}catch(ye){V=!0}if(V){V=console;var q=V.error,Q=typeof Symbol=="function"&&Symbol.toStringTag&&T[Symbol.toStringTag]||T.constructor.name||"Object";return q.call(V,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",Q),a(T)}}function l(T){if(T===w)return"<>";if(typeof T=="object"&&T!==null&&T.$$typeof===ie)return"<...>";try{var V=n(T);return V?"<"+V+">":"<...>"}catch(q){return"<...>"}}function u(){var T=re.A;return T===null?null:T.getOwner()}function f(){return Error("react-stack-top-frame")}function c(T){if(M.call(T,"key")){var V=Object.getOwnPropertyDescriptor(T,"key").get;if(V&&V.isReactWarning)return!1}return T.key!==void 0}function d(T,V){function q(){ae||(ae=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",V))}q.isReactWarning=!0,Object.defineProperty(T,"key",{get:q,configurable:!0})}function p(){var T=n(this.type);return fe[T]||(fe[T]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),T=this.props.ref,T!==void 0?T:null}function g(T,V,q,Q,ye,Se,Oe,He){return q=Se.ref,T={$$typeof:E,type:T,key:V,props:Se,_owner:ye},(q!==void 0?q:null)!==null?Object.defineProperty(T,"ref",{enumerable:!1,get:p}):Object.defineProperty(T,"ref",{enumerable:!1,value:null}),T._store={},Object.defineProperty(T._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(T,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(T,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Oe}),Object.defineProperty(T,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:He}),Object.freeze&&(Object.freeze(T.props),Object.freeze(T)),T}function A(T,V,q,Q,ye,Se,Oe,He){var Ue=V.children;if(Ue!==void 0)if(Q)if(W(Ue)){for(Q=0;Q<Ue.length;Q++)m(Ue[Q]);Object.freeze&&Object.freeze(Ue)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else m(Ue);if(M.call(V,"key")){Ue=n(T);var Le=Object.keys(V).filter(function(rt){return rt!=="key"});Q=0<Le.length?"{key: someKey, "+Le.join(": ..., ")+": ...}":"{key: someKey}",te[Ue+Q]||(Le=0<Le.length?"{"+Le.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
30
+ let props = %s;
31
+ <%s {...props} />
32
+ React keys must be passed directly to JSX without using spread:
33
+ let props = %s;
34
+ <%s key={someKey} {...props} />`,Q,Ue,Le,Ue),te[Ue+Q]=!0)}if(Ue=null,q!==void 0&&(i(q),Ue=""+q),c(V)&&(i(V.key),Ue=""+V.key),"key"in V){q={};for(var et in V)et!=="key"&&(q[et]=V[et])}else q=V;return Ue&&d(q,typeof T=="function"?T.displayName||T.name||"Unknown":T),g(T,Ue,Se,ye,u(),q,Oe,He)}function m(T){typeof T=="object"&&T!==null&&T.$$typeof===E&&T._store&&(T._store.validated=1)}var y=Gl(),E=Symbol.for("react.transitional.element"),x=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),k=Symbol.for("react.strict_mode"),C=Symbol.for("react.profiler"),D=Symbol.for("react.consumer"),B=Symbol.for("react.context"),H=Symbol.for("react.forward_ref"),F=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),ie=Symbol.for("react.lazy"),L=Symbol.for("react.activity"),G=Symbol.for("react.client.reference"),re=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,M=Object.prototype.hasOwnProperty,W=Array.isArray,I=console.createTask?console.createTask:function(){return null};y={react_stack_bottom_frame:function(T){return T()}};var ae,fe={},se=y.react_stack_bottom_frame.bind(y,f)(),ue=I(l(f)),te={};Ma.Fragment=w,Ma.jsx=function(T,V,q,Q,ye){var Se=1e4>re.recentlyCreatedOwnerStacks++;return A(T,V,q,!1,Q,ye,Se?Error("react-stack-top-frame"):se,Se?I(l(T)):ue)},Ma.jsxs=function(T,V,q,Q,ye){var Se=1e4>re.recentlyCreatedOwnerStacks++;return A(T,V,q,!0,Q,ye,Se?Error("react-stack-top-frame"):se,Se?I(l(T)):ue)}}(),Ma}var Gm;function wv(){return Gm||(Gm=1,Ro.exports=Ev()),Ro.exports}var R=wv(),K=Gl();const Gn=Hn(K),Km=un({__proto__:null,default:Gn},[K]);function Ym(n,a){if(typeof n=="function")return n(a);n!=null&&(n.current=a)}function ed(...n){return a=>{let i=!1;const l=n.map(u=>{const f=Ym(u,a);return!i&&typeof f=="function"&&(i=!0),f});if(i)return()=>{for(let u=0;u<l.length;u++){const f=l[u];typeof f=="function"?f():Ym(n[u],null)}}}}function td(...n){return K.useCallback(ed(...n),n)}var bv=Symbol.for("react.lazy"),ju=Km[" use ".trim().toString()];function xv(n){return typeof n=="object"&&n!==null&&"then"in n}function qm(n){return n!=null&&typeof n=="object"&&"$$typeof"in n&&n.$$typeof===bv&&"_payload"in n&&xv(n._payload)}function Cv(n){const a=Sv(n),i=K.forwardRef((l,u)=>{let g=l,{children:f}=g,c=Rt(g,["children"]);qm(f)&&typeof ju=="function"&&(f=ju(f._payload));const d=K.Children.toArray(f),p=d.find(Iv);if(p){const A=p.props.children,m=d.map(y=>y===p?K.Children.count(A)>1?K.Children.only(null):K.isValidElement(A)?A.props.children:null:y);return R.jsx(a,Fe(le({},c),{ref:u,children:K.isValidElement(A)?K.cloneElement(A,void 0,m):null}))}return R.jsx(a,Fe(le({},c),{ref:u,children:f}))});return i.displayName=`${n}.Slot`,i}var vv=Cv("Slot");function Sv(n){const a=K.forwardRef((i,l)=>{let c=i,{children:u}=c,f=Rt(c,["children"]);if(qm(u)&&typeof ju=="function"&&(u=ju(u._payload)),K.isValidElement(u)){const d=Dv(u),p=Rv(f,u.props);return u.type!==K.Fragment&&(p.ref=l?ed(l,d):d),K.cloneElement(u,p)}return K.Children.count(u)>1?K.Children.only(null):null});return a.displayName=`${n}.SlotClone`,a}var kv=Symbol("radix.slottable");function Iv(n){return K.isValidElement(n)&&typeof n.type=="function"&&"__radixId"in n.type&&n.type.__radixId===kv}function Rv(n,a){const i=le({},a);for(const l in a){const u=n[l],f=a[l];/^on[A-Z]/.test(l)?u&&f?i[l]=(...d)=>{const p=f(...d);return u(...d),p}:u&&(i[l]=u):l==="style"?i[l]=le(le({},u),f):l==="className"&&(i[l]=[u,f].filter(Boolean).join(" "))}return le(le({},n),i)}function Dv(n){var l,u;let a=(l=Object.getOwnPropertyDescriptor(n.props,"ref"))==null?void 0:l.get,i=a&&"isReactWarning"in a&&a.isReactWarning;return i?n.ref:(a=(u=Object.getOwnPropertyDescriptor(n,"ref"))==null?void 0:u.get,i=a&&"isReactWarning"in a&&a.isReactWarning,i?n.props.ref:n.props.ref||n.ref)}function Jm(n){var a,i,l="";if(typeof n=="string"||typeof n=="number")l+=n;else if(typeof n=="object")if(Array.isArray(n)){var u=n.length;for(a=0;a<u;a++)n[a]&&(i=Jm(n[a]))&&(l&&(l+=" "),l+=i)}else for(i in n)n[i]&&(l&&(l+=" "),l+=i);return l}function Vm(){for(var n,a,i=0,l="",u=arguments.length;i<u;i++)(n=arguments[i])&&(a=Jm(n))&&(l&&(l+=" "),l+=a);return l}const _m=n=>typeof n=="boolean"?`${n}`:n===0?"0":n,Xm=Vm,Tv=(n,a)=>i=>{var l;if((a==null?void 0:a.variants)==null)return Xm(n,i==null?void 0:i.class,i==null?void 0:i.className);const{variants:u,defaultVariants:f}=a,c=Object.keys(u).map(g=>{const A=i==null?void 0:i[g],m=f==null?void 0:f[g];if(A===null)return null;const y=_m(A)||_m(m);return u[g][y]}),d=i&&Object.entries(i).reduce((g,A)=>{let[m,y]=A;return y===void 0||(g[m]=y),g},{}),p=a==null||(l=a.compoundVariants)===null||l===void 0?void 0:l.reduce((g,A)=>{let x=A,{class:m,className:y}=x,E=Rt(x,["class","className"]);return Object.entries(E).every(w=>{let[k,C]=w;return Array.isArray(C)?C.includes(le(le({},f),d)[k]):le(le({},f),d)[k]===C})?[...g,m,y]:g},[]);return Xm(n,c,p,i==null?void 0:i.class,i==null?void 0:i.className)},nd="-",Bv=n=>{const a=Qv(n),{conflictingClassGroups:i,conflictingClassGroupModifiers:l}=n;return{getClassGroupId:c=>{const d=c.split(nd);return d[0]===""&&d.length!==1&&d.shift(),Zm(d,a)||Mv(c)},getConflictingClassGroupIds:(c,d)=>{const p=i[c]||[];return d&&l[c]?[...p,...l[c]]:p}}},Zm=(n,a)=>{var c;if(n.length===0)return a.classGroupId;const i=n[0],l=a.nextPart.get(i),u=l?Zm(n.slice(1),l):void 0;if(u)return u;if(a.validators.length===0)return;const f=n.join(nd);return(c=a.validators.find(({validator:d})=>d(f)))==null?void 0:c.classGroupId},Wm=/^\[(.+)\]$/,Mv=n=>{if(Wm.test(n)){const a=Wm.exec(n)[1],i=a==null?void 0:a.substring(0,a.indexOf(":"));if(i)return"arbitrary.."+i}},Qv=n=>{const{theme:a,classGroups:i}=n,l={nextPart:new Map,validators:[]};for(const u in i)rd(i[u],l,u,a);return l},rd=(n,a,i,l)=>{n.forEach(u=>{if(typeof u=="string"){const f=u===""?a:$m(a,u);f.classGroupId=i;return}if(typeof u=="function"){if(Ov(u)){rd(u(l),a,i,l);return}a.validators.push({validator:u,classGroupId:i});return}Object.entries(u).forEach(([f,c])=>{rd(c,$m(a,f),i,l)})})},$m=(n,a)=>{let i=n;return a.split(nd).forEach(l=>{i.nextPart.has(l)||i.nextPart.set(l,{nextPart:new Map,validators:[]}),i=i.nextPart.get(l)}),i},Ov=n=>n.isThemeGetter,Uv=n=>{if(n<1)return{get:()=>{},set:()=>{}};let a=0,i=new Map,l=new Map;const u=(f,c)=>{i.set(f,c),a++,a>n&&(a=0,l=i,i=new Map)};return{get(f){let c=i.get(f);if(c!==void 0)return c;if((c=l.get(f))!==void 0)return u(f,c),c},set(f,c){i.has(f)?i.set(f,c):u(f,c)}}},id="!",ad=":",Nv=ad.length,jv=n=>{const{prefix:a,experimentalParseClassName:i}=n;let l=u=>{const f=[];let c=0,d=0,p=0,g;for(let x=0;x<u.length;x++){let w=u[x];if(c===0&&d===0){if(w===ad){f.push(u.slice(p,x)),p=x+Nv;continue}if(w==="/"){g=x;continue}}w==="["?c++:w==="]"?c--:w==="("?d++:w===")"&&d--}const A=f.length===0?u:u.substring(p),m=zv(A),y=m!==A,E=g&&g>p?g-p:void 0;return{modifiers:f,hasImportantModifier:y,baseClassName:m,maybePostfixModifierPosition:E}};if(a){const u=a+ad,f=l;l=c=>c.startsWith(u)?f(c.substring(u.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:c,maybePostfixModifierPosition:void 0}}if(i){const u=l;l=f=>i({className:f,parseClassName:u})}return l},zv=n=>n.endsWith(id)?n.substring(0,n.length-1):n.startsWith(id)?n.substring(1):n,Fv=n=>{const a=Object.fromEntries(n.orderSensitiveModifiers.map(l=>[l,!0]));return l=>{if(l.length<=1)return l;const u=[];let f=[];return l.forEach(c=>{c[0]==="["||a[c]?(u.push(...f.sort(),c),f=[]):f.push(c)}),u.push(...f.sort()),u}},Lv=n=>le({cache:Uv(n.cacheSize),parseClassName:jv(n),sortModifiers:Fv(n)},Bv(n)),Pv=/\s+/,Hv=(n,a)=>{const{parseClassName:i,getClassGroupId:l,getConflictingClassGroupIds:u,sortModifiers:f}=a,c=[],d=n.trim().split(Pv);let p="";for(let g=d.length-1;g>=0;g-=1){const A=d[g],{isExternal:m,modifiers:y,hasImportantModifier:E,baseClassName:x,maybePostfixModifierPosition:w}=i(A);if(m){p=A+(p.length>0?" "+p:p);continue}let k=!!w,C=l(k?x.substring(0,w):x);if(!C){if(!k){p=A+(p.length>0?" "+p:p);continue}if(C=l(x),!C){p=A+(p.length>0?" "+p:p);continue}k=!1}const D=f(y).join(":"),B=E?D+id:D,H=B+C;if(c.includes(H))continue;c.push(H);const F=u(C,k);for(let j=0;j<F.length;++j){const Z=F[j];c.push(B+Z)}p=A+(p.length>0?" "+p:p)}return p};function Gv(){let n=0,a,i,l="";for(;n<arguments.length;)(a=arguments[n++])&&(i=eA(a))&&(l&&(l+=" "),l+=i);return l}const eA=n=>{if(typeof n=="string")return n;let a,i="";for(let l=0;l<n.length;l++)n[l]&&(a=eA(n[l]))&&(i&&(i+=" "),i+=a);return i};function Kv(n,...a){let i,l,u,f=c;function c(p){const g=a.reduce((A,m)=>m(A),n());return i=Lv(g),l=i.cache.get,u=i.cache.set,f=d,d(p)}function d(p){const g=l(p);if(g)return g;const A=Hv(p,i);return u(p,A),A}return function(){return f(Gv.apply(null,arguments))}}const xn=n=>{const a=i=>i[n]||[];return a.isThemeGetter=!0,a},tA=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,nA=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Yv=/^\d+\/\d+$/,qv=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Jv=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Vv=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,_v=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Xv=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Do=n=>Yv.test(n),mt=n=>!!n&&!Number.isNaN(Number(n)),Zi=n=>!!n&&Number.isInteger(Number(n)),od=n=>n.endsWith("%")&&mt(n.slice(0,-1)),xi=n=>qv.test(n),Zv=()=>!0,Wv=n=>Jv.test(n)&&!Vv.test(n),rA=()=>!1,$v=n=>_v.test(n),eS=n=>Xv.test(n),tS=n=>!_e(n)&&!Xe(n),nS=n=>To(n,sA,rA),_e=n=>tA.test(n),Qa=n=>To(n,uA,Wv),ld=n=>To(n,lS,mt),iA=n=>To(n,oA,rA),rS=n=>To(n,lA,eS),zu=n=>To(n,cA,$v),Xe=n=>nA.test(n),Kl=n=>Bo(n,uA),iS=n=>Bo(n,sS),aA=n=>Bo(n,oA),aS=n=>Bo(n,sA),oS=n=>Bo(n,lA),Fu=n=>Bo(n,cA,!0),To=(n,a,i)=>{const l=tA.exec(n);return l?l[1]?a(l[1]):i(l[2]):!1},Bo=(n,a,i=!1)=>{const l=nA.exec(n);return l?l[1]?a(l[1]):i:!1},oA=n=>n==="position"||n==="percentage",lA=n=>n==="image"||n==="url",sA=n=>n==="length"||n==="size"||n==="bg-size",uA=n=>n==="length",lS=n=>n==="number",sS=n=>n==="family-name",cA=n=>n==="shadow",uS=Kv(()=>{const n=xn("color"),a=xn("font"),i=xn("text"),l=xn("font-weight"),u=xn("tracking"),f=xn("leading"),c=xn("breakpoint"),d=xn("container"),p=xn("spacing"),g=xn("radius"),A=xn("shadow"),m=xn("inset-shadow"),y=xn("text-shadow"),E=xn("drop-shadow"),x=xn("blur"),w=xn("perspective"),k=xn("aspect"),C=xn("ease"),D=xn("animate"),B=()=>["auto","avoid","all","avoid-page","page","left","right","column"],H=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],F=()=>[...H(),Xe,_e],j=()=>["auto","hidden","clip","visible","scroll"],Z=()=>["auto","contain","none"],ie=()=>[Xe,_e,p],L=()=>[Do,"full","auto",...ie()],G=()=>[Zi,"none","subgrid",Xe,_e],re=()=>["auto",{span:["full",Zi,Xe,_e]},Zi,Xe,_e],M=()=>[Zi,"auto",Xe,_e],W=()=>["auto","min","max","fr",Xe,_e],I=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],ae=()=>["start","end","center","stretch","center-safe","end-safe"],fe=()=>["auto",...ie()],se=()=>[Do,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...ie()],ue=()=>[n,Xe,_e],te=()=>[...H(),aA,iA,{position:[Xe,_e]}],T=()=>["no-repeat",{repeat:["","x","y","space","round"]}],V=()=>["auto","cover","contain",aS,nS,{size:[Xe,_e]}],q=()=>[od,Kl,Qa],Q=()=>["","none","full",g,Xe,_e],ye=()=>["",mt,Kl,Qa],Se=()=>["solid","dashed","dotted","double"],Oe=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],He=()=>[mt,od,aA,iA],Ue=()=>["","none",x,Xe,_e],Le=()=>["none",mt,Xe,_e],et=()=>["none",mt,Xe,_e],rt=()=>[mt,Xe,_e],Et=()=>[Do,"full",...ie()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[xi],breakpoint:[xi],color:[Zv],container:[xi],"drop-shadow":[xi],ease:["in","out","in-out"],font:[tS],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[xi],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[xi],shadow:[xi],spacing:["px",mt],text:[xi],"text-shadow":[xi],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Do,_e,Xe,k]}],container:["container"],columns:[{columns:[mt,_e,Xe,d]}],"break-after":[{"break-after":B()}],"break-before":[{"break-before":B()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:F()}],overflow:[{overflow:j()}],"overflow-x":[{"overflow-x":j()}],"overflow-y":[{"overflow-y":j()}],overscroll:[{overscroll:Z()}],"overscroll-x":[{"overscroll-x":Z()}],"overscroll-y":[{"overscroll-y":Z()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:L()}],"inset-x":[{"inset-x":L()}],"inset-y":[{"inset-y":L()}],start:[{start:L()}],end:[{end:L()}],top:[{top:L()}],right:[{right:L()}],bottom:[{bottom:L()}],left:[{left:L()}],visibility:["visible","invisible","collapse"],z:[{z:[Zi,"auto",Xe,_e]}],basis:[{basis:[Do,"full","auto",d,...ie()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[mt,Do,"auto","initial","none",_e]}],grow:[{grow:["",mt,Xe,_e]}],shrink:[{shrink:["",mt,Xe,_e]}],order:[{order:[Zi,"first","last","none",Xe,_e]}],"grid-cols":[{"grid-cols":G()}],"col-start-end":[{col:re()}],"col-start":[{"col-start":M()}],"col-end":[{"col-end":M()}],"grid-rows":[{"grid-rows":G()}],"row-start-end":[{row:re()}],"row-start":[{"row-start":M()}],"row-end":[{"row-end":M()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":W()}],"auto-rows":[{"auto-rows":W()}],gap:[{gap:ie()}],"gap-x":[{"gap-x":ie()}],"gap-y":[{"gap-y":ie()}],"justify-content":[{justify:[...I(),"normal"]}],"justify-items":[{"justify-items":[...ae(),"normal"]}],"justify-self":[{"justify-self":["auto",...ae()]}],"align-content":[{content:["normal",...I()]}],"align-items":[{items:[...ae(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...ae(),{baseline:["","last"]}]}],"place-content":[{"place-content":I()}],"place-items":[{"place-items":[...ae(),"baseline"]}],"place-self":[{"place-self":["auto",...ae()]}],p:[{p:ie()}],px:[{px:ie()}],py:[{py:ie()}],ps:[{ps:ie()}],pe:[{pe:ie()}],pt:[{pt:ie()}],pr:[{pr:ie()}],pb:[{pb:ie()}],pl:[{pl:ie()}],m:[{m:fe()}],mx:[{mx:fe()}],my:[{my:fe()}],ms:[{ms:fe()}],me:[{me:fe()}],mt:[{mt:fe()}],mr:[{mr:fe()}],mb:[{mb:fe()}],ml:[{ml:fe()}],"space-x":[{"space-x":ie()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":ie()}],"space-y-reverse":["space-y-reverse"],size:[{size:se()}],w:[{w:[d,"screen",...se()]}],"min-w":[{"min-w":[d,"screen","none",...se()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[c]},...se()]}],h:[{h:["screen","lh",...se()]}],"min-h":[{"min-h":["screen","lh","none",...se()]}],"max-h":[{"max-h":["screen","lh",...se()]}],"font-size":[{text:["base",i,Kl,Qa]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[l,Xe,ld]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",od,_e]}],"font-family":[{font:[iS,_e,a]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[u,Xe,_e]}],"line-clamp":[{"line-clamp":[mt,"none",Xe,ld]}],leading:[{leading:[f,...ie()]}],"list-image":[{"list-image":["none",Xe,_e]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Xe,_e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:ue()}],"text-color":[{text:ue()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Se(),"wavy"]}],"text-decoration-thickness":[{decoration:[mt,"from-font","auto",Xe,Qa]}],"text-decoration-color":[{decoration:ue()}],"underline-offset":[{"underline-offset":[mt,"auto",Xe,_e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:ie()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Xe,_e]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Xe,_e]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:te()}],"bg-repeat":[{bg:T()}],"bg-size":[{bg:V()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Zi,Xe,_e],radial:["",Xe,_e],conic:[Zi,Xe,_e]},oS,rS]}],"bg-color":[{bg:ue()}],"gradient-from-pos":[{from:q()}],"gradient-via-pos":[{via:q()}],"gradient-to-pos":[{to:q()}],"gradient-from":[{from:ue()}],"gradient-via":[{via:ue()}],"gradient-to":[{to:ue()}],rounded:[{rounded:Q()}],"rounded-s":[{"rounded-s":Q()}],"rounded-e":[{"rounded-e":Q()}],"rounded-t":[{"rounded-t":Q()}],"rounded-r":[{"rounded-r":Q()}],"rounded-b":[{"rounded-b":Q()}],"rounded-l":[{"rounded-l":Q()}],"rounded-ss":[{"rounded-ss":Q()}],"rounded-se":[{"rounded-se":Q()}],"rounded-ee":[{"rounded-ee":Q()}],"rounded-es":[{"rounded-es":Q()}],"rounded-tl":[{"rounded-tl":Q()}],"rounded-tr":[{"rounded-tr":Q()}],"rounded-br":[{"rounded-br":Q()}],"rounded-bl":[{"rounded-bl":Q()}],"border-w":[{border:ye()}],"border-w-x":[{"border-x":ye()}],"border-w-y":[{"border-y":ye()}],"border-w-s":[{"border-s":ye()}],"border-w-e":[{"border-e":ye()}],"border-w-t":[{"border-t":ye()}],"border-w-r":[{"border-r":ye()}],"border-w-b":[{"border-b":ye()}],"border-w-l":[{"border-l":ye()}],"divide-x":[{"divide-x":ye()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ye()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...Se(),"hidden","none"]}],"divide-style":[{divide:[...Se(),"hidden","none"]}],"border-color":[{border:ue()}],"border-color-x":[{"border-x":ue()}],"border-color-y":[{"border-y":ue()}],"border-color-s":[{"border-s":ue()}],"border-color-e":[{"border-e":ue()}],"border-color-t":[{"border-t":ue()}],"border-color-r":[{"border-r":ue()}],"border-color-b":[{"border-b":ue()}],"border-color-l":[{"border-l":ue()}],"divide-color":[{divide:ue()}],"outline-style":[{outline:[...Se(),"none","hidden"]}],"outline-offset":[{"outline-offset":[mt,Xe,_e]}],"outline-w":[{outline:["",mt,Kl,Qa]}],"outline-color":[{outline:ue()}],shadow:[{shadow:["","none",A,Fu,zu]}],"shadow-color":[{shadow:ue()}],"inset-shadow":[{"inset-shadow":["none",m,Fu,zu]}],"inset-shadow-color":[{"inset-shadow":ue()}],"ring-w":[{ring:ye()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:ue()}],"ring-offset-w":[{"ring-offset":[mt,Qa]}],"ring-offset-color":[{"ring-offset":ue()}],"inset-ring-w":[{"inset-ring":ye()}],"inset-ring-color":[{"inset-ring":ue()}],"text-shadow":[{"text-shadow":["none",y,Fu,zu]}],"text-shadow-color":[{"text-shadow":ue()}],opacity:[{opacity:[mt,Xe,_e]}],"mix-blend":[{"mix-blend":[...Oe(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Oe()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[mt]}],"mask-image-linear-from-pos":[{"mask-linear-from":He()}],"mask-image-linear-to-pos":[{"mask-linear-to":He()}],"mask-image-linear-from-color":[{"mask-linear-from":ue()}],"mask-image-linear-to-color":[{"mask-linear-to":ue()}],"mask-image-t-from-pos":[{"mask-t-from":He()}],"mask-image-t-to-pos":[{"mask-t-to":He()}],"mask-image-t-from-color":[{"mask-t-from":ue()}],"mask-image-t-to-color":[{"mask-t-to":ue()}],"mask-image-r-from-pos":[{"mask-r-from":He()}],"mask-image-r-to-pos":[{"mask-r-to":He()}],"mask-image-r-from-color":[{"mask-r-from":ue()}],"mask-image-r-to-color":[{"mask-r-to":ue()}],"mask-image-b-from-pos":[{"mask-b-from":He()}],"mask-image-b-to-pos":[{"mask-b-to":He()}],"mask-image-b-from-color":[{"mask-b-from":ue()}],"mask-image-b-to-color":[{"mask-b-to":ue()}],"mask-image-l-from-pos":[{"mask-l-from":He()}],"mask-image-l-to-pos":[{"mask-l-to":He()}],"mask-image-l-from-color":[{"mask-l-from":ue()}],"mask-image-l-to-color":[{"mask-l-to":ue()}],"mask-image-x-from-pos":[{"mask-x-from":He()}],"mask-image-x-to-pos":[{"mask-x-to":He()}],"mask-image-x-from-color":[{"mask-x-from":ue()}],"mask-image-x-to-color":[{"mask-x-to":ue()}],"mask-image-y-from-pos":[{"mask-y-from":He()}],"mask-image-y-to-pos":[{"mask-y-to":He()}],"mask-image-y-from-color":[{"mask-y-from":ue()}],"mask-image-y-to-color":[{"mask-y-to":ue()}],"mask-image-radial":[{"mask-radial":[Xe,_e]}],"mask-image-radial-from-pos":[{"mask-radial-from":He()}],"mask-image-radial-to-pos":[{"mask-radial-to":He()}],"mask-image-radial-from-color":[{"mask-radial-from":ue()}],"mask-image-radial-to-color":[{"mask-radial-to":ue()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":H()}],"mask-image-conic-pos":[{"mask-conic":[mt]}],"mask-image-conic-from-pos":[{"mask-conic-from":He()}],"mask-image-conic-to-pos":[{"mask-conic-to":He()}],"mask-image-conic-from-color":[{"mask-conic-from":ue()}],"mask-image-conic-to-color":[{"mask-conic-to":ue()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:te()}],"mask-repeat":[{mask:T()}],"mask-size":[{mask:V()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Xe,_e]}],filter:[{filter:["","none",Xe,_e]}],blur:[{blur:Ue()}],brightness:[{brightness:[mt,Xe,_e]}],contrast:[{contrast:[mt,Xe,_e]}],"drop-shadow":[{"drop-shadow":["","none",E,Fu,zu]}],"drop-shadow-color":[{"drop-shadow":ue()}],grayscale:[{grayscale:["",mt,Xe,_e]}],"hue-rotate":[{"hue-rotate":[mt,Xe,_e]}],invert:[{invert:["",mt,Xe,_e]}],saturate:[{saturate:[mt,Xe,_e]}],sepia:[{sepia:["",mt,Xe,_e]}],"backdrop-filter":[{"backdrop-filter":["","none",Xe,_e]}],"backdrop-blur":[{"backdrop-blur":Ue()}],"backdrop-brightness":[{"backdrop-brightness":[mt,Xe,_e]}],"backdrop-contrast":[{"backdrop-contrast":[mt,Xe,_e]}],"backdrop-grayscale":[{"backdrop-grayscale":["",mt,Xe,_e]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[mt,Xe,_e]}],"backdrop-invert":[{"backdrop-invert":["",mt,Xe,_e]}],"backdrop-opacity":[{"backdrop-opacity":[mt,Xe,_e]}],"backdrop-saturate":[{"backdrop-saturate":[mt,Xe,_e]}],"backdrop-sepia":[{"backdrop-sepia":["",mt,Xe,_e]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":ie()}],"border-spacing-x":[{"border-spacing-x":ie()}],"border-spacing-y":[{"border-spacing-y":ie()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Xe,_e]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[mt,"initial",Xe,_e]}],ease:[{ease:["linear","initial",C,Xe,_e]}],delay:[{delay:[mt,Xe,_e]}],animate:[{animate:["none",D,Xe,_e]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,Xe,_e]}],"perspective-origin":[{"perspective-origin":F()}],rotate:[{rotate:Le()}],"rotate-x":[{"rotate-x":Le()}],"rotate-y":[{"rotate-y":Le()}],"rotate-z":[{"rotate-z":Le()}],scale:[{scale:et()}],"scale-x":[{"scale-x":et()}],"scale-y":[{"scale-y":et()}],"scale-z":[{"scale-z":et()}],"scale-3d":["scale-3d"],skew:[{skew:rt()}],"skew-x":[{"skew-x":rt()}],"skew-y":[{"skew-y":rt()}],transform:[{transform:[Xe,_e,"","none","gpu","cpu"]}],"transform-origin":[{origin:F()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Et()}],"translate-x":[{"translate-x":Et()}],"translate-y":[{"translate-y":Et()}],"translate-z":[{"translate-z":Et()}],"translate-none":["translate-none"],accent:[{accent:ue()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:ue()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Xe,_e]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":ie()}],"scroll-mx":[{"scroll-mx":ie()}],"scroll-my":[{"scroll-my":ie()}],"scroll-ms":[{"scroll-ms":ie()}],"scroll-me":[{"scroll-me":ie()}],"scroll-mt":[{"scroll-mt":ie()}],"scroll-mr":[{"scroll-mr":ie()}],"scroll-mb":[{"scroll-mb":ie()}],"scroll-ml":[{"scroll-ml":ie()}],"scroll-p":[{"scroll-p":ie()}],"scroll-px":[{"scroll-px":ie()}],"scroll-py":[{"scroll-py":ie()}],"scroll-ps":[{"scroll-ps":ie()}],"scroll-pe":[{"scroll-pe":ie()}],"scroll-pt":[{"scroll-pt":ie()}],"scroll-pr":[{"scroll-pr":ie()}],"scroll-pb":[{"scroll-pb":ie()}],"scroll-pl":[{"scroll-pl":ie()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Xe,_e]}],fill:[{fill:["none",...ue()]}],"stroke-w":[{stroke:[mt,Kl,Qa,ld]}],stroke:[{stroke:["none",...ue()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}});function pt(...n){return uS(Vm(n))}const cS=Tv("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",destructive:"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border border-border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9"}},defaultVariants:{variant:"default",size:"default"}});function Bt(f){var c=f,{className:n,variant:a,size:i,asChild:l=!1}=c,u=Rt(c,["className","variant","size","asChild"]);const d=l?vv:"button";return R.jsx(d,le({"data-slot":"button",className:pt(cS({variant:a,size:i,className:n}))},u))}function fS(l){var u=l,{className:n,type:a}=u,i=Rt(u,["className","type"]);return R.jsx("input",le({type:a,"data-slot":"input",className:pt("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground outline-border border-input flex h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[2px] focus-visible:outline-ring","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n),style:le({fontSize:window.innerWidth<=768?"16px":"14px"},i.style)},i))}function sd(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx("div",le({"data-slot":"card",className:pt("bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",n)},a))}function fA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx("div",le({"data-slot":"card-header",className:pt("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",n)},a))}function dA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx("div",le({"data-slot":"card-content",className:pt("px-6",n)},a))}function hA(n,a=[]){let i=[];function l(f,c){const d=K.createContext(c),p=i.length;i=[...i,c];const g=m=>{var D;const C=m,{scope:y,children:E}=C,x=Rt(C,["scope","children"]),w=((D=y==null?void 0:y[n])==null?void 0:D[p])||d,k=K.useMemo(()=>x,Object.values(x));return R.jsx(w.Provider,{value:k,children:E})};g.displayName=f+"Provider";function A(m,y){var w;const E=((w=y==null?void 0:y[n])==null?void 0:w[p])||d,x=K.useContext(E);if(x)return x;if(c!==void 0)return c;throw new Error(`\`${m}\` must be used within \`${f}\``)}return[g,A]}const u=()=>{const f=i.map(c=>K.createContext(c));return function(d){const p=(d==null?void 0:d[n])||f;return K.useMemo(()=>({[`__scope${n}`]:Fe(le({},d),{[n]:p})}),[d,p])}};return u.scopeName=n,[l,dS(u,...a)]}function dS(...n){const a=n[0];if(n.length===1)return a;const i=()=>{const l=n.map(u=>({useScope:u(),scopeName:u.scopeName}));return function(f){const c=l.reduce((d,{useScope:p,scopeName:g})=>{const m=p(f)[`__scope${g}`];return le(le({},d),m)},{});return K.useMemo(()=>({[`__scope${a.scopeName}`]:c}),[c])}};return i.scopeName=a.scopeName,i}function hS(n){const a=K.useRef(n);return K.useEffect(()=>{a.current=n}),K.useMemo(()=>(...i)=>{var l;return(l=a.current)==null?void 0:l.call(a,...i)},[])}var Oa=globalThis!=null&&globalThis.document?K.useLayoutEffect:()=>{},ud={exports:{}},Kn={},pA;function pS(){if(pA)return Kn;pA=1;/**
35
+ * @license React
36
+ * react-dom.development.js
37
+ *
38
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
39
+ *
40
+ * This source code is licensed under the MIT license found in the
41
+ * LICENSE file in the root directory of this source tree.
42
+ */return function(){function n(){}function a(m){return""+m}function i(m,y,E){var x=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;try{a(x);var w=!1}catch(k){w=!0}return w&&(console.error("The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",typeof Symbol=="function"&&Symbol.toStringTag&&x[Symbol.toStringTag]||x.constructor.name||"Object"),a(x)),{$$typeof:g,key:x==null?null:""+x,children:m,containerInfo:y,implementation:E}}function l(m,y){if(m==="font")return"";if(typeof y=="string")return y==="use-credentials"?y:""}function u(m){return m===null?"`null`":m===void 0?"`undefined`":m===""?"an empty string":'something with type "'+typeof m+'"'}function f(m){return m===null?"`null`":m===void 0?"`undefined`":m===""?"an empty string":typeof m=="string"?JSON.stringify(m):typeof m=="number"?"`"+m+"`":'something with type "'+typeof m+'"'}function c(){var m=A.H;return m===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
43
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
44
+ 2. You might be breaking the Rules of Hooks
45
+ 3. You might have more than one copy of React in the same app
46
+ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`),m}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var d=Gl(),p={d:{f:n,r:function(){throw Error("Invalid form element. requestFormReset must be passed a form that was rendered by React.")},D:n,C:n,L:n,m:n,X:n,S:n,M:n},p:0,findDOMNode:null},g=Symbol.for("react.portal"),A=d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Kn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=p,Kn.createPortal=function(m,y){var E=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!y||y.nodeType!==1&&y.nodeType!==9&&y.nodeType!==11)throw Error("Target container is not a DOM element.");return i(m,y,null,E)},Kn.flushSync=function(m){var y=A.T,E=p.p;try{if(A.T=null,p.p=2,m)return m()}finally{A.T=y,p.p=E,p.d.f()&&console.error("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.")}},Kn.preconnect=function(m,y){typeof m=="string"&&m?y!=null&&typeof y!="object"?console.error("ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",f(y)):y!=null&&typeof y.crossOrigin!="string"&&console.error("ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",u(y.crossOrigin)):console.error("ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",u(m)),typeof m=="string"&&(y?(y=y.crossOrigin,y=typeof y=="string"?y==="use-credentials"?y:"":void 0):y=null,p.d.C(m,y))},Kn.prefetchDNS=function(m){if(typeof m!="string"||!m)console.error("ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",u(m));else if(1<arguments.length){var y=arguments[1];typeof y=="object"&&y.hasOwnProperty("crossOrigin")?console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",f(y)):console.error("ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",f(y))}typeof m=="string"&&p.d.D(m)},Kn.preinit=function(m,y){if(typeof m=="string"&&m?y==null||typeof y!="object"?console.error("ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",f(y)):y.as!=="style"&&y.as!=="script"&&console.error('ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',f(y.as)):console.error("ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",u(m)),typeof m=="string"&&y&&typeof y.as=="string"){var E=y.as,x=l(E,y.crossOrigin),w=typeof y.integrity=="string"?y.integrity:void 0,k=typeof y.fetchPriority=="string"?y.fetchPriority:void 0;E==="style"?p.d.S(m,typeof y.precedence=="string"?y.precedence:void 0,{crossOrigin:x,integrity:w,fetchPriority:k}):E==="script"&&p.d.X(m,{crossOrigin:x,integrity:w,fetchPriority:k,nonce:typeof y.nonce=="string"?y.nonce:void 0})}},Kn.preinitModule=function(m,y){var E="";if(typeof m=="string"&&m||(E+=" The `href` argument encountered was "+u(m)+"."),y!==void 0&&typeof y!="object"?E+=" The `options` argument encountered was "+u(y)+".":y&&"as"in y&&y.as!=="script"&&(E+=" The `as` option encountered was "+f(y.as)+"."),E)console.error("ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",E);else switch(E=y&&typeof y.as=="string"?y.as:"script",E){case"script":break;default:E=f(E),console.error('ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',E,m)}typeof m=="string"&&(typeof y=="object"&&y!==null?(y.as==null||y.as==="script")&&(E=l(y.as,y.crossOrigin),p.d.M(m,{crossOrigin:E,integrity:typeof y.integrity=="string"?y.integrity:void 0,nonce:typeof y.nonce=="string"?y.nonce:void 0})):y==null&&p.d.M(m))},Kn.preload=function(m,y){var E="";if(typeof m=="string"&&m||(E+=" The `href` argument encountered was "+u(m)+"."),y==null||typeof y!="object"?E+=" The `options` argument encountered was "+u(y)+".":typeof y.as=="string"&&y.as||(E+=" The `as` option encountered was "+u(y.as)+"."),E&&console.error('ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',E),typeof m=="string"&&typeof y=="object"&&y!==null&&typeof y.as=="string"){E=y.as;var x=l(E,y.crossOrigin);p.d.L(m,E,{crossOrigin:x,integrity:typeof y.integrity=="string"?y.integrity:void 0,nonce:typeof y.nonce=="string"?y.nonce:void 0,type:typeof y.type=="string"?y.type:void 0,fetchPriority:typeof y.fetchPriority=="string"?y.fetchPriority:void 0,referrerPolicy:typeof y.referrerPolicy=="string"?y.referrerPolicy:void 0,imageSrcSet:typeof y.imageSrcSet=="string"?y.imageSrcSet:void 0,imageSizes:typeof y.imageSizes=="string"?y.imageSizes:void 0,media:typeof y.media=="string"?y.media:void 0})}},Kn.preloadModule=function(m,y){var E="";typeof m=="string"&&m||(E+=" The `href` argument encountered was "+u(m)+"."),y!==void 0&&typeof y!="object"?E+=" The `options` argument encountered was "+u(y)+".":y&&"as"in y&&typeof y.as!="string"&&(E+=" The `as` option encountered was "+u(y.as)+"."),E&&console.error('ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',E),typeof m=="string"&&(y?(E=l(y.as,y.crossOrigin),p.d.m(m,{as:typeof y.as=="string"&&y.as!=="script"?y.as:void 0,crossOrigin:E,integrity:typeof y.integrity=="string"?y.integrity:void 0})):p.d.m(m))},Kn.requestFormReset=function(m){p.d.r(m)},Kn.unstable_batchedUpdates=function(m,y){return m(y)},Kn.useFormState=function(m,y,E){return c().useFormState(m,y,E)},Kn.useFormStatus=function(){return c().useHostTransitionStatus()},Kn.version="19.1.1",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}(),Kn}var gA;function mA(){return gA||(gA=1,ud.exports=pS()),ud.exports}mA();function gS(n){const a=mS(n),i=K.forwardRef((l,u)=>{const g=l,{children:f}=g,c=Rt(g,["children"]),d=K.Children.toArray(f),p=d.find(yS);if(p){const A=p.props.children,m=d.map(y=>y===p?K.Children.count(A)>1?K.Children.only(null):K.isValidElement(A)?A.props.children:null:y);return R.jsx(a,Fe(le({},c),{ref:u,children:K.isValidElement(A)?K.cloneElement(A,void 0,m):null}))}return R.jsx(a,Fe(le({},c),{ref:u,children:f}))});return i.displayName=`${n}.Slot`,i}function mS(n){const a=K.forwardRef((i,l)=>{const c=i,{children:u}=c,f=Rt(c,["children"]);if(K.isValidElement(u)){const d=wS(u),p=ES(f,u.props);return u.type!==K.Fragment&&(p.ref=l?ed(l,d):d),K.cloneElement(u,p)}return K.Children.count(u)>1?K.Children.only(null):null});return a.displayName=`${n}.SlotClone`,a}var AS=Symbol("radix.slottable");function yS(n){return K.isValidElement(n)&&typeof n.type=="function"&&"__radixId"in n.type&&n.type.__radixId===AS}function ES(n,a){const i=le({},a);for(const l in a){const u=n[l],f=a[l];/^on[A-Z]/.test(l)?u&&f?i[l]=(...d)=>{const p=f(...d);return u(...d),p}:u&&(i[l]=u):l==="style"?i[l]=le(le({},u),f):l==="className"&&(i[l]=[u,f].filter(Boolean).join(" "))}return le(le({},n),i)}function wS(n){var l,u;let a=(l=Object.getOwnPropertyDescriptor(n.props,"ref"))==null?void 0:l.get,i=a&&"isReactWarning"in a&&a.isReactWarning;return i?n.ref:(a=(u=Object.getOwnPropertyDescriptor(n,"ref"))==null?void 0:u.get,i=a&&"isReactWarning"in a&&a.isReactWarning,i?n.props.ref:n.props.ref||n.ref)}var bS=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ua=bS.reduce((n,a)=>{const i=gS(`Primitive.${a}`),l=K.forwardRef((u,f)=>{const g=u,{asChild:c}=g,d=Rt(g,["asChild"]),p=c?i:a;return typeof window!="undefined"&&(window[Symbol.for("radix-ui")]=!0),R.jsx(p,Fe(le({},d),{ref:f}))});return l.displayName=`Primitive.${a}`,Fe(le({},n),{[a]:l})},{}),cd={exports:{}},fd={},AA;function xS(){if(AA)return fd;AA=1;/**
47
+ * @license React
48
+ * use-sync-external-store-shim.development.js
49
+ *
50
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
51
+ *
52
+ * This source code is licensed under the MIT license found in the
53
+ * LICENSE file in the root directory of this source tree.
54
+ */return function(){function n(E,x){return E===x&&(E!==0||1/E===1/x)||E!==E&&x!==x}function a(E,x){A||u.startTransition===void 0||(A=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var w=x();if(!m){var k=x();f(w,k)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),m=!0)}k=c({inst:{value:w,getSnapshot:x}});var C=k[0].inst,D=k[1];return p(function(){C.value=w,C.getSnapshot=x,i(C)&&D({inst:C})},[E,w,x]),d(function(){return i(C)&&D({inst:C}),E(function(){i(C)&&D({inst:C})})},[E]),g(w),w}function i(E){var x=E.getSnapshot;E=E.value;try{var w=x();return!f(E,w)}catch(k){return!0}}function l(E,x){return x()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var u=Gl(),f=typeof Object.is=="function"?Object.is:n,c=u.useState,d=u.useEffect,p=u.useLayoutEffect,g=u.useDebugValue,A=!1,m=!1,y=typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"?l:a;fd.useSyncExternalStore=u.useSyncExternalStore!==void 0?u.useSyncExternalStore:y,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}(),fd}var yA;function CS(){return yA||(yA=1,cd.exports=xS()),cd.exports}var vS=CS();function SS(){return vS.useSyncExternalStore(kS,()=>!0,()=>!1)}function kS(){return()=>{}}var dd="Avatar",[IS,YN]=hA(dd),[RS,EA]=IS(dd),wA=K.forwardRef((n,a)=>{const c=n,{__scopeAvatar:i}=c,l=Rt(c,["__scopeAvatar"]),[u,f]=K.useState("idle");return R.jsx(RS,{scope:i,imageLoadingStatus:u,onImageLoadingStatusChange:f,children:R.jsx(Ua.span,Fe(le({},l),{ref:a}))})});wA.displayName=dd;var bA="AvatarImage",xA=K.forwardRef((n,a)=>{const g=n,{__scopeAvatar:i,src:l,onLoadingStatusChange:u=()=>{}}=g,f=Rt(g,["__scopeAvatar","src","onLoadingStatusChange"]),c=EA(bA,i),d=DS(l,f),p=hS(A=>{u(A),c.onImageLoadingStatusChange(A)});return Oa(()=>{d!=="idle"&&p(d)},[d,p]),d==="loaded"?R.jsx(Ua.img,Fe(le({},f),{ref:a,src:l})):null});xA.displayName=bA;var CA="AvatarFallback",vA=K.forwardRef((n,a)=>{const p=n,{__scopeAvatar:i,delayMs:l}=p,u=Rt(p,["__scopeAvatar","delayMs"]),f=EA(CA,i),[c,d]=K.useState(l===void 0);return K.useEffect(()=>{if(l!==void 0){const g=window.setTimeout(()=>d(!0),l);return()=>window.clearTimeout(g)}},[l]),c&&f.imageLoadingStatus!=="loaded"?R.jsx(Ua.span,Fe(le({},u),{ref:a})):null});vA.displayName=CA;function SA(n,a){return n?a?(n.src!==a&&(n.src=a),n.complete&&n.naturalWidth>0?"loaded":"loading"):"error":"idle"}function DS(n,{referrerPolicy:a,crossOrigin:i}){const l=SS(),u=K.useRef(null),f=l?(u.current||(u.current=new window.Image),u.current):null,[c,d]=K.useState(()=>SA(f,n));return Oa(()=>{d(SA(f,n))},[f,n]),Oa(()=>{const p=m=>()=>{d(m)};if(!f)return;const g=p("loaded"),A=p("error");return f.addEventListener("load",g),f.addEventListener("error",A),a&&(f.referrerPolicy=a),typeof i=="string"&&(f.crossOrigin=i),()=>{f.removeEventListener("load",g),f.removeEventListener("error",A)}},[f,i,a]),c}var TS=wA,BS=xA,MS=vA;function kA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx(TS,le({"data-slot":"avatar",className:pt("relative flex size-8 shrink-0 overflow-hidden rounded-full",n)},a))}function IA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx(BS,le({"data-slot":"avatar-image",className:pt("aspect-square size-full",n)},a))}function RA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx(MS,le({"data-slot":"avatar-fallback",className:pt("bg-muted flex size-full items-center justify-center rounded-full",n)},a))}function QS(n,a){return K.useReducer((i,l)=>{const u=a[i][l];return u!=null?u:i},n)}var DA=n=>{const{present:a,children:i}=n,l=OS(a),u=typeof i=="function"?i({present:l.isPresent}):K.Children.only(i),f=td(l.ref,US(u));return typeof i=="function"||l.isPresent?K.cloneElement(u,{ref:f}):null};DA.displayName="Presence";function OS(n){const[a,i]=K.useState(),l=K.useRef(null),u=K.useRef(n),f=K.useRef("none"),c=n?"mounted":"unmounted",[d,p]=QS(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return K.useEffect(()=>{const g=Lu(l.current);f.current=d==="mounted"?g:"none"},[d]),Oa(()=>{const g=l.current,A=u.current;if(A!==n){const y=f.current,E=Lu(g);n?p("MOUNT"):E==="none"||(g==null?void 0:g.display)==="none"?p("UNMOUNT"):p(A&&y!==E?"ANIMATION_OUT":"UNMOUNT"),u.current=n}},[n,p]),Oa(()=>{var g;if(a){let A;const m=(g=a.ownerDocument.defaultView)!=null?g:window,y=x=>{const k=Lu(l.current).includes(CSS.escape(x.animationName));if(x.target===a&&k&&(p("ANIMATION_END"),!u.current)){const C=a.style.animationFillMode;a.style.animationFillMode="forwards",A=m.setTimeout(()=>{a.style.animationFillMode==="forwards"&&(a.style.animationFillMode=C)})}},E=x=>{x.target===a&&(f.current=Lu(l.current))};return a.addEventListener("animationstart",E),a.addEventListener("animationcancel",y),a.addEventListener("animationend",y),()=>{m.clearTimeout(A),a.removeEventListener("animationstart",E),a.removeEventListener("animationcancel",y),a.removeEventListener("animationend",y)}}else p("ANIMATION_END")},[a,p]),{isPresent:["mounted","unmountSuspended"].includes(d),ref:K.useCallback(g=>{l.current=g?getComputedStyle(g):null,i(g)},[])}}function Lu(n){return(n==null?void 0:n.animationName)||"none"}function US(n){var l,u;let a=(l=Object.getOwnPropertyDescriptor(n.props,"ref"))==null?void 0:l.get,i=a&&"isReactWarning"in a&&a.isReactWarning;return i?n.ref:(a=(u=Object.getOwnPropertyDescriptor(n,"ref"))==null?void 0:u.get,i=a&&"isReactWarning"in a&&a.isReactWarning,i?n.props.ref:n.props.ref||n.ref)}function TA(n,a,{checkForDefaultPrevented:i=!0}={}){return function(u){if(n==null||n(u),i===!1||!u.defaultPrevented)return a==null?void 0:a(u)}}var NS="Separator",BA="horizontal",jS=["horizontal","vertical"],MA=K.forwardRef((n,a)=>{const p=n,{decorative:i,orientation:l=BA}=p,u=Rt(p,["decorative","orientation"]),f=zS(l)?l:BA,d=i?{role:"none"}:{"aria-orientation":f==="vertical"?f:void 0,role:"separator"};return R.jsx(Ua.div,Fe(le(le({"data-orientation":f},d),u),{ref:a}))});MA.displayName=NS;function zS(n){return jS.includes(n)}var FS=MA;function QA(u){var f=u,{className:n,orientation:a="horizontal",decorative:i=!0}=f,l=Rt(f,["className","orientation","decorative"]);return R.jsx(FS,le({"data-slot":"separator",decorative:i,orientation:a,className:pt("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",n)},l))}var LS=Km[" useInsertionEffect ".trim().toString()]||Oa;function PS({prop:n,defaultProp:a,onChange:i=()=>{},caller:l}){const[u,f,c]=HS({defaultProp:a,onChange:i}),d=n!==void 0,p=d?n:u;{const A=K.useRef(n!==void 0);K.useEffect(()=>{const m=A.current;m!==d&&console.warn(`${l} is changing from ${m?"controlled":"uncontrolled"} to ${d?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),A.current=d},[d,l])}const g=K.useCallback(A=>{var m;if(d){const y=GS(A)?A(n):A;y!==n&&((m=c.current)==null||m.call(c,y))}else f(A)},[d,n,f,c]);return[p,g]}function HS({defaultProp:n,onChange:a}){const[i,l]=K.useState(n),u=K.useRef(i),f=K.useRef(a);return LS(()=>{f.current=a},[a]),K.useEffect(()=>{var c;u.current!==i&&((c=f.current)==null||c.call(f,i),u.current=i)},[i,u]),[i,l,f]}function GS(n){return typeof n=="function"}/**
55
+ * @license lucide-react v0.536.0 - ISC
56
+ *
57
+ * This source code is licensed under the ISC license.
58
+ * See the LICENSE file in the root directory of this source tree.
59
+ */const KS=n=>n.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),YS=n=>n.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,i,l)=>l?l.toUpperCase():i.toLowerCase()),OA=n=>{const a=YS(n);return a.charAt(0).toUpperCase()+a.slice(1)},UA=(...n)=>n.filter((a,i,l)=>!!a&&a.trim()!==""&&l.indexOf(a)===i).join(" ").trim(),qS=n=>{for(const a in n)if(a.startsWith("aria-")||a==="role"||a==="title")return!0};/**
60
+ * @license lucide-react v0.536.0 - ISC
61
+ *
62
+ * This source code is licensed under the ISC license.
63
+ * See the LICENSE file in the root directory of this source tree.
64
+ */var JS={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
65
+ * @license lucide-react v0.536.0 - ISC
66
+ *
67
+ * This source code is licensed under the ISC license.
68
+ * See the LICENSE file in the root directory of this source tree.
69
+ */const VS=K.forwardRef((g,p)=>{var A=g,{color:n="currentColor",size:a=24,strokeWidth:i=2,absoluteStrokeWidth:l,className:u="",children:f,iconNode:c}=A,d=Rt(A,["color","size","strokeWidth","absoluteStrokeWidth","className","children","iconNode"]);return K.createElement("svg",le(le(Fe(le({ref:p},JS),{width:a,height:a,stroke:n,strokeWidth:l?Number(i)*24/Number(a):i,className:UA("lucide",u)}),!f&&!qS(d)&&{"aria-hidden":"true"}),d),[...c.map(([m,y])=>K.createElement(m,y)),...Array.isArray(f)?f:[f]])});/**
70
+ * @license lucide-react v0.536.0 - ISC
71
+ *
72
+ * This source code is licensed under the ISC license.
73
+ * See the LICENSE file in the root directory of this source tree.
74
+ */const Pu=(n,a)=>{const i=K.forwardRef((c,f)=>{var d=c,{className:l}=d,u=Rt(d,["className"]);return K.createElement(VS,le({ref:f,iconNode:a,className:UA(`lucide-${KS(OA(n))}`,`lucide-${n}`,l)},u))});return i.displayName=OA(n),i};/**
75
+ * @license lucide-react v0.536.0 - ISC
76
+ *
77
+ * This source code is licensed under the ISC license.
78
+ * See the LICENSE file in the root directory of this source tree.
79
+ */const NA=Pu("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);/**
80
+ * @license lucide-react v0.536.0 - ISC
81
+ *
82
+ * This source code is licensed under the ISC license.
83
+ * See the LICENSE file in the root directory of this source tree.
84
+ */const _S=Pu("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
85
+ * @license lucide-react v0.536.0 - ISC
86
+ *
87
+ * This source code is licensed under the ISC license.
88
+ * See the LICENSE file in the root directory of this source tree.
89
+ */const XS=Pu("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
90
+ * @license lucide-react v0.536.0 - ISC
91
+ *
92
+ * This source code is licensed under the ISC license.
93
+ * See the LICENSE file in the root directory of this source tree.
94
+ */const hd=Pu("loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);function ZS(n){const[a,i]=K.useState(void 0);return Oa(()=>{if(n){i({width:n.offsetWidth,height:n.offsetHeight});const l=new ResizeObserver(u=>{if(!Array.isArray(u)||!u.length)return;const f=u[0];let c,d;if("borderBoxSize"in f){const p=f.borderBoxSize,g=Array.isArray(p)?p[0]:p;c=g.inlineSize,d=g.blockSize}else c=n.offsetWidth,d=n.offsetHeight;i({width:c,height:d})});return l.observe(n,{box:"border-box"}),()=>l.unobserve(n)}else i(void 0)},[n]),a}function WS(n){const a=K.useRef({value:n,previous:n});return K.useMemo(()=>(a.current.value!==n&&(a.current.previous=a.current.value,a.current.value=n),a.current.previous),[n])}K.createContext(null);function $S(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx("textarea",le({"data-slot":"textarea",className:pt("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",n)},a))}var ek=(n,a,i,l,u,f,c,d)=>{let p=document.documentElement,g=["light","dark"];function A(E){(Array.isArray(n)?n:[n]).forEach(x=>{let w=x==="class",k=w&&f?u.map(C=>f[C]||C):u;w?(p.classList.remove(...k),p.classList.add(f&&f[E]?f[E]:E)):p.setAttribute(x,E)}),m(E)}function m(E){d&&g.includes(E)&&(p.style.colorScheme=E)}function y(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(l)A(l);else try{let E=localStorage.getItem(a)||i,x=c&&E==="system"?y():E;A(x)}catch(E){}};K.createContext(void 0),K.memo(({forcedTheme:n,storageKey:a,attribute:i,enableSystem:l,enableColorScheme:u,defaultTheme:f,value:c,themes:d,nonce:p,scriptProps:g})=>{let A=JSON.stringify([i,a,f,n,d,c,l,u]).slice(1,-1);return K.createElement("script",Fe(le({},g),{suppressHydrationWarning:!0,nonce:typeof window=="undefined"?p:"",dangerouslySetInnerHTML:{__html:`(${ek.toString()})(${A})`}}))});function tk(n){if(typeof document=="undefined")return;let a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",a.appendChild(i),i.styleSheet?i.styleSheet.cssText=n:i.appendChild(document.createTextNode(n))}Array(12).fill(0);let pd=1;class nk{constructor(){this.subscribe=a=>(this.subscribers.push(a),()=>{const i=this.subscribers.indexOf(a);this.subscribers.splice(i,1)}),this.publish=a=>{this.subscribers.forEach(i=>i(a))},this.addToast=a=>{this.publish(a),this.toasts=[...this.toasts,a]},this.create=a=>{var i;const p=a,{message:l}=p,u=Rt(p,["message"]),f=typeof(a==null?void 0:a.id)=="number"||((i=a.id)==null?void 0:i.length)>0?a.id:pd++,c=this.toasts.find(g=>g.id===f),d=a.dismissible===void 0?!0:a.dismissible;return this.dismissedToasts.has(f)&&this.dismissedToasts.delete(f),c?this.toasts=this.toasts.map(g=>g.id===f?(this.publish(Fe(le(le({},g),a),{id:f,title:l})),Fe(le(le({},g),a),{id:f,dismissible:d,title:l})):g):this.addToast(Fe(le({title:l},u),{dismissible:d,id:f})),f},this.dismiss=a=>(a?(this.dismissedToasts.add(a),requestAnimationFrame(()=>this.subscribers.forEach(i=>i({id:a,dismiss:!0})))):this.toasts.forEach(i=>{this.subscribers.forEach(l=>l({id:i.id,dismiss:!0}))}),a),this.message=(a,i)=>this.create(Fe(le({},i),{message:a})),this.error=(a,i)=>this.create(Fe(le({},i),{message:a,type:"error"})),this.success=(a,i)=>this.create(Fe(le({},i),{type:"success",message:a})),this.info=(a,i)=>this.create(Fe(le({},i),{type:"info",message:a})),this.warning=(a,i)=>this.create(Fe(le({},i),{type:"warning",message:a})),this.loading=(a,i)=>this.create(Fe(le({},i),{type:"loading",message:a})),this.promise=(a,i)=>{if(!i)return;let l;i.loading!==void 0&&(l=this.create(Fe(le({},i),{promise:a,type:"loading",message:i.loading,description:typeof i.description!="function"?i.description:void 0})));const u=Promise.resolve(a instanceof Function?a():a);let f=l!==void 0,c;const d=u.then(g=>$e(this,null,function*(){if(c=["resolve",g],Gn.isValidElement(g))f=!1,this.create({id:l,type:"default",message:g});else if(ik(g)&&!g.ok){f=!1;const m=typeof i.error=="function"?yield i.error(`HTTP error! status: ${g.status}`):i.error,y=typeof i.description=="function"?yield i.description(`HTTP error! status: ${g.status}`):i.description,x=typeof m=="object"&&!Gn.isValidElement(m)?m:{message:m};this.create(le({id:l,type:"error",description:y},x))}else if(g instanceof Error){f=!1;const m=typeof i.error=="function"?yield i.error(g):i.error,y=typeof i.description=="function"?yield i.description(g):i.description,x=typeof m=="object"&&!Gn.isValidElement(m)?m:{message:m};this.create(le({id:l,type:"error",description:y},x))}else if(i.success!==void 0){f=!1;const m=typeof i.success=="function"?yield i.success(g):i.success,y=typeof i.description=="function"?yield i.description(g):i.description,x=typeof m=="object"&&!Gn.isValidElement(m)?m:{message:m};this.create(le({id:l,type:"success",description:y},x))}})).catch(g=>$e(this,null,function*(){if(c=["reject",g],i.error!==void 0){f=!1;const A=typeof i.error=="function"?yield i.error(g):i.error,m=typeof i.description=="function"?yield i.description(g):i.description,E=typeof A=="object"&&!Gn.isValidElement(A)?A:{message:A};this.create(le({id:l,type:"error",description:m},E))}})).finally(()=>{f&&(this.dismiss(l),l=void 0),i.finally==null||i.finally.call(i)}),p=()=>new Promise((g,A)=>d.then(()=>c[0]==="reject"?A(c[1]):g(c[1])).catch(A));return typeof l!="string"&&typeof l!="number"?{unwrap:p}:Object.assign(l,{unwrap:p})},this.custom=(a,i)=>{const l=(i==null?void 0:i.id)||pd++;return this.create(le({jsx:a(l),id:l},i)),l},this.getActiveToasts=()=>this.toasts.filter(a=>!this.dismissedToasts.has(a.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}}const Rr=new nk,rk=(n,a)=>{const i=(a==null?void 0:a.id)||pd++;return Rr.addToast(Fe(le({title:n},a),{id:i})),i},ik=n=>n&&typeof n=="object"&&"ok"in n&&typeof n.ok=="boolean"&&"status"in n&&typeof n.status=="number",ak=rk,ok=()=>Rr.toasts,lk=()=>Rr.getActiveToasts();Object.assign(ak,{success:Rr.success,info:Rr.info,warning:Rr.warning,error:Rr.error,custom:Rr.custom,message:Rr.message,promise:Rr.promise,dismiss:Rr.dismiss,loading:Rr.loading},{getHistory:ok,getToasts:lk}),tk("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");const sk=/^#?[0-9a-fA-F]{6}$/,uk={"--color-primary-100":.35,"--color-primary-200":.25,"--color-primary-300":.15,"--color-primary-400":.08,"--color-primary-500":0,"--color-primary-600":-.05,"--color-primary-700":-.15,"--color-primary-800":-.25,"--color-primary-900":-.35};function ck(n,a=0,i=1){return Math.min(Math.max(n,a),i)}function fk(n){if(!n)return;const a=n.trim();if(sk.test(a))return a.startsWith("#")?a.toLowerCase():`#${a.toLowerCase()}`}function gd(n){const a=n.replace("#",""),i=parseInt(a.slice(0,2),16),l=parseInt(a.slice(2,4),16),u=parseInt(a.slice(4,6),16);return{r:i,g:l,b:u}}function dk(n,a,i){const l=n/255,u=a/255,f=i/255,c=Math.max(l,u,f),d=Math.min(l,u,f),p=c-d;let g=0;if(p!==0)switch(c){case l:g=(u-f)/p%6;break;case u:g=(f-l)/p+2;break;default:g=(l-u)/p+4;break}g=Math.round(g*60),g<0&&(g+=360);const A=(c+d)/2,m=p===0?0:p/(1-Math.abs(2*A-1));return{h:g,s:m,l:A}}function hk(n,a,i){const l=(1-Math.abs(2*i-1))*a,u=l*(1-Math.abs(n/60%2-1)),f=i-l/2;let c=0,d=0,p=0;n>=0&&n<60?(c=l,d=u):n>=60&&n<120?(c=u,d=l):n>=120&&n<180?(d=l,p=u):n>=180&&n<240?(d=u,p=l):n>=240&&n<300?(c=u,p=l):(c=l,p=u);const g=Math.round((c+f)*255),A=Math.round((d+f)*255),m=Math.round((p+f)*255);return`#${[g,A,m].map(y=>{const E=y.toString(16);return E.length===1?`0${E}`:E}).join("")}`}function pk(n,a){const{r:i,g:l,b:u}=gd(n),{h:f,s:c,l:d}=dk(i,l,u),p=ck(d+a);return hk(f,c,p)}function jA(n){const{r:a,g:i,b:l}=gd(n);return(.299*a+.587*i+.114*l)/255>.6?"#0d1f24":"#ffffff"}function zA(n,a){const{r:i,g:l,b:u}=gd(n);return`rgba(${i}, ${l}, ${u}, ${a})`}function gk(n){const a=fk(n);if(!a)return;const i={};return Object.entries(uk).forEach(([l,u])=>{i[l]=pk(a,u)}),i["--color-primary"]=i["--color-primary-500"],i["--color-primary-foreground"]=jA(i["--color-primary"]),i["--color-primary-background-default"]=i["--color-primary-500"],i["--color-foreground-on-primary"]=jA(i["--color-primary-500"]),i["--color-foreground-primary-default"]=i["--color-primary-700"],i["--color-background-primary-default"]=zA(a,.04),i["--color-background-primary-subtle"]=zA(a,.28),i["--color-background-primary-strong"]=i["--color-primary-300"],i["--color-border-primary-ring"]=i["--color-primary-500"],i}const mk=K.createContext(void 0);function FA({children:n,defaultTheme:a="doctor-light",node:i,customVariables:l,primaryColor:u}){const[f,c]=K.useState(a),d=K.useMemo(()=>gk(u),[u]),p=K.useMemo(()=>{if(!(!d&&!l))return le(le({},d!=null?d:{}),l!=null?l:{})},[d,l]);K.useEffect(()=>{const A=i||(typeof document!="undefined"?document.documentElement:null);if(!A||(A.setAttribute("data-theme",f),!p))return;const m={};return Object.entries(p).forEach(([y,E])=>{m[y]=A.style.getPropertyValue(y),A.style.setProperty(y,E)}),()=>{Object.keys(p).forEach(y=>{const E=m[y];E?A.style.setProperty(y,E):A.style.removeProperty(y)})}},[f,i,p]);const g=A=>{c(A)};return R.jsx(mk.Provider,{value:{theme:f,setTheme:g},children:n})}K.forwardRef((F,H)=>{var j=F,{className:n,children:a,prefixIcon:i,suffixIcon:l,prefixImage:u,suffixImage:f,imageAlt:c="Button image",iconOnly:d=!1,iconSize:p="md",iconClassName:g,imageClassName:A,gap:m="md",variant:y="default",size:E="default",socialProvider:x,socialLogo:w,socialText:k,socialClassName:C,isLoading:D=!1}=j,B=Rt(j,["className","children","prefixIcon","suffixIcon","prefixImage","suffixImage","imageAlt","iconOnly","iconSize","iconClassName","imageClassName","gap","variant","size","socialProvider","socialLogo","socialText","socialClassName","isLoading"]);const Z={sm:"size-3",md:"size-4",lg:"size-5"},ie={sm:"size-3",md:"size-4",lg:"size-5"},L={none:"gap-0",sm:"gap-1",md:"gap-2",lg:"gap-3"};if(x){const G=w,re=k||a,M=C;return R.jsx(Bt,Fe(le({ref:H,className:pt("w-full flex items-center justify-center gap-3 px-4 py-2 text-sm font-medium",M,n),disabled:D||B.disabled},B),{children:D?R.jsx(hd,{className:pt("animate-spin",Z[p])}):R.jsxs(R.Fragment,{children:[G,R.jsx("span",{children:re})]})}))}if(d){const G=i||l,re=u||f;return!G&&!re&&!D&&console.warn("CustomButton: iconOnly is true but no icon or image provided"),R.jsx(Bt,Fe(le({ref:H,className:pt(n),size:E,disabled:D||B.disabled},B),{children:D?R.jsx(hd,{className:pt("animate-spin",Z[p],g)}):R.jsxs(R.Fragment,{children:[G&&R.jsx("span",{className:pt(Z[p],g),children:G}),re&&R.jsx("img",{src:re,alt:c,className:pt(ie[p],A)})]})}))}return R.jsx(Bt,Fe(le({ref:H,className:pt(L[m],n),size:E,disabled:D||B.disabled},B),{children:D?R.jsx(hd,{className:pt("animate-spin",Z[p])}):R.jsxs(R.Fragment,{children:[i&&R.jsx("span",{className:pt(Z[p],g),children:i}),u&&R.jsx("img",{src:u,alt:c,className:pt(ie[p],A)}),a&&R.jsx("span",{children:a}),l&&R.jsx("span",{className:pt(Z[p],g),children:l}),f&&R.jsx("img",{src:f,alt:c,className:pt(ie[p],A)})]})}))}),K.forwardRef(({avatar:n,avatarFallback:a,name:i,subtitle:l,onClick:u,className:f,showChevron:c=!0,disabled:d=!1},p)=>R.jsxs("div",{ref:p,className:pt("flex items-center gap-3 px-4 py-3 hover:bg-gray-50 transition-colors cursor-pointer border-b border-gray-100",d&&"opacity-50 cursor-not-allowed hover:bg-transparent",f),onClick:d?void 0:u,children:[R.jsx(kA,{className:"size-10 flex-shrink-0",children:n?R.jsx(IA,{src:n,alt:i}):R.jsx(RA,{className:"bg-gray-200 text-gray-600",children:a||i.charAt(0).toUpperCase()})}),R.jsxs("div",{className:"flex-1 min-w-0",children:[R.jsx("div",{className:"font-medium text-gray-900 truncate",children:i}),l&&R.jsx("div",{className:"text-sm text-gray-500 truncate",children:l})]}),c&&R.jsx(XS,{className:"size-4 text-gray-400 flex-shrink-0"})]}));const LA=({className:n="",size:a=16})=>R.jsx("svg",{className:n,width:a,height:a,viewBox:"0 0 13 13",xmlns:"http://www.w3.org/2000/svg",children:R.jsx("path",{fill:"currentColor",d:"M4.36719 1.24414C4.875 0.355469 6.01758 0 6.95703 0.457031L7.13477 0.533203C8.02344 1.06641 8.37891 2.20898 7.92188 3.14844L7.56641 3.91016H10.3594H10.5371C11.4766 4.01172 12.1875 4.79883 12.1875 5.73828C12.1875 6.06836 12.0859 6.37305 11.9336 6.65234C12.0859 6.93164 12.1875 7.23633 12.1875 7.56641C12.1875 8.02344 12.0098 8.45508 11.7305 8.78516C11.7559 8.91211 11.7812 9.03906 11.7812 9.19141C11.7812 9.82617 11.4512 10.3848 10.9688 10.7148C10.918 11.6035 10.207 12.3398 9.31836 12.4414H9.14062H6.5C6.04297 12.4414 5.58594 12.3652 5.1543 12.1875L4.97656 12.1113L4.79883 12.0352L4.77344 12.0098L4.46875 11.8574C4.16406 11.6797 3.88477 11.4766 3.63086 11.248C3.5293 11.9336 2.94531 12.4414 2.23438 12.4414H1.42188C0.634766 12.4414 0 11.8066 0 11.0195V5.33203C0 4.54492 0.634766 3.91016 1.42188 3.91016H2.23438C2.51367 3.91016 2.76758 3.98633 2.99609 4.13867L4.26562 1.42188V1.39648L4.3418 1.26953L4.36719 1.24414ZM1.42188 5.12891C1.32031 5.12891 1.21875 5.23047 1.21875 5.33203V11.0195C1.21875 11.1211 1.32031 11.2227 1.42188 11.2227H2.23438C2.33594 11.2227 2.4375 11.1211 2.4375 11.0195V5.33203C2.4375 5.23047 2.33594 5.12891 2.23438 5.12891H1.42188ZM6.44922 1.54883C6.06836 1.37109 5.61133 1.49805 5.4082 1.85352L5.35742 1.95508L3.91016 5.02734C3.80859 5.20508 3.75781 5.4082 3.75781 5.63672V5.73828V8.60742V8.81055C3.80859 9.62305 4.29102 10.3848 5.05273 10.7656L5.33203 10.918L5.50977 11.0195C5.81445 11.1465 6.14453 11.2227 6.5 11.2227H9.14062H9.19141C9.52148 11.1973 9.75 10.918 9.75 10.6133V10.5371C9.75 10.5371 9.75 10.5117 9.72461 10.4863C9.67383 10.1816 9.85156 9.87695 10.1309 9.77539C10.3848 9.69922 10.5625 9.4707 10.5625 9.19141C10.5625 9.08984 10.5371 8.98828 10.4863 8.88672C10.334 8.60742 10.4102 8.25195 10.6895 8.07422C10.8672 7.97266 10.9688 7.76953 10.9688 7.56641C10.9688 7.38867 10.8926 7.23633 10.7656 7.10938C10.6387 6.98242 10.5625 6.83008 10.5625 6.65234C10.5625 6.47461 10.6387 6.32227 10.7656 6.19531C10.8926 6.09375 10.9688 5.91602 10.9688 5.73828V5.6875C10.9434 5.38281 10.7148 5.1543 10.4355 5.12891H10.3594H6.62695C6.42383 5.12891 6.2207 5.02734 6.11914 4.84961C5.99219 4.67188 5.99219 4.44336 6.06836 4.26562L6.83008 2.64062C7.00781 2.25977 6.85547 1.80273 6.52539 1.59961L6.44922 1.54883Z"})}),PA=({className:n="",size:a=16})=>R.jsx("svg",{className:n,width:a,height:a,viewBox:"0 0 13 13",xmlns:"http://www.w3.org/2000/svg",children:R.jsx("path",{fill:"currentColor",d:"M9.14062 0H9.31836C10.207 0.101562 10.918 0.837891 10.9688 1.72656C11.4258 2.03125 11.7305 2.53906 11.7812 3.09766V3.25C11.7812 3.40234 11.7559 3.5293 11.7305 3.68164C11.9844 3.96094 12.1621 4.3418 12.1875 4.74805V4.875C12.1875 5.20508 12.0859 5.50977 11.9336 5.78906C12.0605 5.99219 12.1367 6.24609 12.1875 6.5V6.70312C12.1875 7.64258 11.4766 8.42969 10.5371 8.53125H10.3594H7.56641L7.92188 9.29297L7.99805 9.49609C8.32812 10.3848 7.97266 11.4004 7.13477 11.9082L6.95703 12.0098C6.01758 12.4414 4.875 12.0859 4.3418 11.1973V11.1719L4.26562 11.0449V11.0195L3.47852 9.39453C3.25 9.85156 2.76758 10.1562 2.23438 10.1562H1.42188C0.634766 10.1562 0 9.52148 0 8.73438V3.04688C0 2.25977 0.634766 1.625 1.42188 1.625H2.23438C2.53906 1.625 2.84375 1.72656 3.07227 1.9043C3.40234 1.37109 3.88477 0.914062 4.46875 0.583984L4.77344 0.431641H4.79883L4.97656 0.330078L5.17969 0.253906C5.58594 0.101562 6.04297 0 6.5 0H9.14062ZM6.5 1.21875C6.19531 1.21875 5.89062 1.26953 5.61133 1.39648L5.48438 1.44727L5.35742 1.49805L5.05273 1.67578C4.29102 2.05664 3.80859 2.81836 3.75781 3.63086V3.83398V6.70312V6.80469C3.75781 7.0332 3.80859 7.23633 3.91016 7.41406L5.35742 10.4863L5.4082 10.5879C5.61133 10.918 6.06836 11.0703 6.44922 10.8926L6.5 10.8418C6.83008 10.6641 6.98242 10.2578 6.85547 9.87695L6.83008 9.80078L6.06836 8.17578C5.9668 7.99805 5.99219 7.76953 6.09375 7.5918C6.2207 7.41406 6.39844 7.3125 6.60156 7.3125H10.3594H10.4102C10.7148 7.28711 10.9434 7.05859 10.9688 6.75391V6.70312C10.9688 6.52539 10.8926 6.34766 10.7656 6.24609C10.6133 6.11914 10.5371 5.9668 10.5371 5.78906C10.5371 5.61133 10.6133 5.45898 10.7656 5.33203C10.8672 5.23047 10.9434 5.10352 10.9688 4.95117V4.875C10.9688 4.67188 10.8418 4.46875 10.6895 4.36719C10.4102 4.18945 10.3086 3.83398 10.4863 3.55469C10.5117 3.47852 10.5371 3.40234 10.5625 3.32617V3.25C10.5625 2.9707 10.3848 2.74219 10.1309 2.66602C9.82617 2.56445 9.64844 2.25977 9.72461 1.95508C9.72461 1.92969 9.72461 1.9043 9.75 1.9043V1.82812C9.75 1.52344 9.49609 1.24414 9.19141 1.21875H9.14062H6.5ZM1.42188 2.84375C1.32031 2.84375 1.21875 2.94531 1.21875 3.04688V8.73438C1.21875 8.83594 1.32031 8.9375 1.42188 8.9375H2.23438C2.33594 8.9375 2.4375 8.83594 2.4375 8.73438V3.04688C2.4375 2.94531 2.33594 2.84375 2.23438 2.84375H1.42188Z"})}),Ak="data:image/gif;base64,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";var Hu="Checkbox",[yk,XN]=hA(Hu),[Ek,md]=yk(Hu);function wk(n){const{__scopeCheckbox:a,checked:i,children:l,defaultChecked:u,disabled:f,form:c,name:d,onCheckedChange:p,required:g,value:A="on",internal_do_not_use_render:m}=n,[y,E]=PS({prop:i,defaultProp:u!=null?u:!1,onChange:p,caller:Hu}),[x,w]=K.useState(null),[k,C]=K.useState(null),D=K.useRef(!1),B=x?!!c||!!x.closest("form"):!0,H={checked:y,disabled:f,setChecked:E,control:x,setControl:w,name:d,form:c,value:A,hasConsumerStoppedPropagationRef:D,required:g,defaultChecked:Wi(u)?!1:u,isFormControl:B,bubbleInput:k,setBubbleInput:C};return R.jsx(Ek,Fe(le({scope:a},H),{children:bk(m)?m(H):l}))}var HA="CheckboxTrigger",GA=K.forwardRef((f,u)=>{var c=f,{__scopeCheckbox:n,onKeyDown:a,onClick:i}=c,l=Rt(c,["__scopeCheckbox","onKeyDown","onClick"]);const{control:d,value:p,disabled:g,checked:A,required:m,setControl:y,setChecked:E,hasConsumerStoppedPropagationRef:x,isFormControl:w,bubbleInput:k}=md(HA,n),C=td(u,y),D=K.useRef(A);return K.useEffect(()=>{const B=d==null?void 0:d.form;if(B){const H=()=>E(D.current);return B.addEventListener("reset",H),()=>B.removeEventListener("reset",H)}},[d,E]),R.jsx(Ua.button,Fe(le({type:"button",role:"checkbox","aria-checked":Wi(A)?"mixed":A,"aria-required":m,"data-state":_A(A),"data-disabled":g?"":void 0,disabled:g,value:p},l),{ref:C,onKeyDown:TA(a,B=>{B.key==="Enter"&&B.preventDefault()}),onClick:TA(i,B=>{E(H=>Wi(H)?!0:!H),k&&w&&(x.current=B.isPropagationStopped(),x.current||B.stopPropagation())})}))});GA.displayName=HA;var KA=K.forwardRef((n,a)=>{const y=n,{__scopeCheckbox:i,name:l,checked:u,defaultChecked:f,required:c,disabled:d,value:p,onCheckedChange:g,form:A}=y,m=Rt(y,["__scopeCheckbox","name","checked","defaultChecked","required","disabled","value","onCheckedChange","form"]);return R.jsx(wk,{__scopeCheckbox:i,checked:u,defaultChecked:f,disabled:d,required:c,onCheckedChange:g,name:l,form:A,value:p,internal_do_not_use_render:({isFormControl:E})=>R.jsxs(R.Fragment,{children:[R.jsx(GA,Fe(le({},m),{ref:a,__scopeCheckbox:i})),E&&R.jsx(VA,{__scopeCheckbox:i})]})})});KA.displayName=Hu;var YA="CheckboxIndicator",qA=K.forwardRef((n,a)=>{const c=n,{__scopeCheckbox:i,forceMount:l}=c,u=Rt(c,["__scopeCheckbox","forceMount"]),f=md(YA,i);return R.jsx(DA,{present:l||Wi(f.checked)||f.checked===!0,children:R.jsx(Ua.span,Fe(le({"data-state":_A(f.checked),"data-disabled":f.disabled?"":void 0},u),{ref:a,style:le({pointerEvents:"none"},n.style)}))})});qA.displayName=YA;var JA="CheckboxBubbleInput",VA=K.forwardRef((l,i)=>{var u=l,{__scopeCheckbox:n}=u,a=Rt(u,["__scopeCheckbox"]);const{control:f,hasConsumerStoppedPropagationRef:c,checked:d,defaultChecked:p,required:g,disabled:A,name:m,value:y,form:E,bubbleInput:x,setBubbleInput:w}=md(JA,n),k=td(i,w),C=WS(d),D=ZS(f);K.useEffect(()=>{const H=x;if(!H)return;const F=window.HTMLInputElement.prototype,Z=Object.getOwnPropertyDescriptor(F,"checked").set,ie=!c.current;if(C!==d&&Z){const L=new Event("click",{bubbles:ie});H.indeterminate=Wi(d),Z.call(H,Wi(d)?!1:d),H.dispatchEvent(L)}},[x,C,d,c]);const B=K.useRef(Wi(d)?!1:d);return R.jsx(Ua.input,Fe(le({type:"checkbox","aria-hidden":!0,defaultChecked:p!=null?p:B.current,required:g,disabled:A,name:m,value:y,form:E},a),{tabIndex:-1,ref:k,style:Fe(le(le({},a.style),D),{position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"})}))});VA.displayName=JA;function bk(n){return typeof n=="function"}function Wi(n){return n==="indeterminate"}function _A(n){return Wi(n)?"indeterminate":n?"checked":"unchecked"}function XA(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx(KA,Fe(le({"data-slot":"checkbox",className:pt("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",n)},a),{children:R.jsx(qA,{"data-slot":"checkbox-indicator",className:"flex items-center justify-center text-current transition-none",children:R.jsx(NA,{className:"size-3.5"})})}))}var Yl=(n=>(n.NOTA="none_of_the_above",n.AOTA="all_of_the_above",n))(Yl||{});function xk({options:n,selectedValues:a,onSelectionChange:i,additionalOption:l,className:u,required:f=!0,maxSelections:c,error:d}){const p=l?{id:`extra-${l}`,label:l==="all_of_the_above"?"All of the above":"None of the above",value:l==="all_of_the_above"?"All of the above":"None of the above"}:void 0,g=(y,E)=>{let x;if(p&&y===p.value)l==="none_of_the_above"?x=E?[p.value]:[]:l==="all_of_the_above"?E?x=[...n.map(w=>w.value),p.value]:x=a.filter(w=>w!==p.value):x=E?[...a,p.value]:a.filter(w=>w!==p.value);else{let w=a;if(p&&l==="none_of_the_above"?w=a.filter(k=>k!==p.value):p&&l==="all_of_the_above"&&(w=a.filter(k=>k!==p.value)),E){if(c&&w.length>=c)return;x=[...w,y]}else x=w.filter(k=>k!==y)}f&&x.length===0&&a.length===1||i(x)},A=!f||a.length>0,m=p?a.filter(y=>y!==p.value).length:a.length;return R.jsxs("div",{className:pt("bg-gray-50","rounded-lg","p-4","border border-gray-200",u),children:[R.jsxs("div",{className:"space-y-3",children:[n.map(y=>{const E=c&&m>=c&&!a.includes(y.value);return R.jsxs("div",{className:"flex items-center space-x-3",children:[R.jsx(XA,{id:y.id,checked:!!a.includes(y.value),disabled:!!E,onCheckedChange:x=>g(y.value,!!x),className:"mt-0.5 border border-muted-foreground"}),R.jsx("label",{htmlFor:y.id,className:pt("text-sm font-medium leading-none cursor-pointer",E?"text-muted-foreground cursor-not-allowed":"text-secondary-foreground"),children:y.label})]},y.id)}),p&&R.jsxs(R.Fragment,{children:[R.jsx("div",{className:"border-t border-gray-300 my-3"}),R.jsxs("div",{className:"flex items-center space-x-3",children:[R.jsx(XA,{id:p.id,checked:a.includes(p.value),onCheckedChange:y=>g(p.value,y),className:"mt-0.5 border border-muted-foreground"}),R.jsx("label",{htmlFor:p.id,className:"text-sm font-medium leading-none cursor-pointer text-secondary-foreground",children:p.label})]})]})]}),d&&R.jsx("p",{className:"text-sm text-red-500 mt-3",children:d}),f&&!A&&R.jsx("p",{className:"text-sm text-[var(--color-danger-default)] mt-3",children:"Please select at least one option"}),c&&m>=c&&R.jsx("p",{className:"text-sm text-[var(--color-primary)] mt-3",children:c===1?"You can select only 1 option":`Maximum ${c} selections allowed`})]})}const Ck=({items:n,onItemClick:a,className:i,pillClassName:l})=>R.jsx("div",{className:pt("flex flex-wrap gap-2",i),children:n.map(u=>{var f,c;return R.jsx(Bt,{type:"button",variant:(f=u.variant)!=null?f:"outline",size:(c=u.size)!=null?c:"sm",className:pt("rounded-full px-3 h-8 text-xs font-medium",l),disabled:u.disabled,onClick:()=>{var d;u.disabled||((d=u.onClick)==null||d.call(u,u),a==null||a(u))},children:u.label},u.id)})});var vk=Object.defineProperty,Sk=Object.defineProperties,kk=Object.getOwnPropertyDescriptors,Gu=Object.getOwnPropertySymbols,ZA=Object.prototype.hasOwnProperty,WA=Object.prototype.propertyIsEnumerable,$A=(n,a,i)=>a in n?vk(n,a,{enumerable:!0,configurable:!0,writable:!0,value:i}):n[a]=i,Ik=(n,a)=>{for(var i in a||(a={}))ZA.call(a,i)&&$A(n,i,a[i]);if(Gu)for(var i of Gu(a))WA.call(a,i)&&$A(n,i,a[i]);return n},Rk=(n,a)=>Sk(n,kk(a)),Dk=(n,a)=>{var i={};for(var l in n)ZA.call(n,l)&&a.indexOf(l)<0&&(i[l]=n[l]);if(n!=null&&Gu)for(var l of Gu(n))a.indexOf(l)<0&&WA.call(n,l)&&(i[l]=n[l]);return i};function Tk(n){let a=setTimeout(n,0),i=setTimeout(n,10),l=setTimeout(n,50);return[a,i,l]}function Bk(n){let a=K.useRef();return K.useEffect(()=>{a.current=n}),a.current}var Mk=18,ey=40,Qk=`${ey}px`,Ok=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");function Uk({containerRef:n,inputRef:a,pushPasswordManagerStrategy:i,isFocused:l}){let[u,f]=K.useState(!1),[c,d]=K.useState(!1),[p,g]=K.useState(!1),A=K.useMemo(()=>i==="none"?!1:(i==="increase-width"||i==="experimental-no-flickering")&&u&&c,[u,c,i]),m=K.useCallback(()=>{let y=n.current,E=a.current;if(!y||!E||p||i==="none")return;let x=y,w=x.getBoundingClientRect().left+x.offsetWidth,k=x.getBoundingClientRect().top+x.offsetHeight/2,C=w-Mk,D=k;document.querySelectorAll(Ok).length===0&&document.elementFromPoint(C,D)===y||(f(!0),g(!0))},[n,a,p,i]);return K.useEffect(()=>{let y=n.current;if(!y||i==="none")return;function E(){let w=window.innerWidth-y.getBoundingClientRect().right;d(w>=ey)}E();let x=setInterval(E,1e3);return()=>{clearInterval(x)}},[n,i]),K.useEffect(()=>{let y=l||document.activeElement===a.current;if(i==="none"||!y)return;let E=setTimeout(m,0),x=setTimeout(m,2e3),w=setTimeout(m,5e3),k=setTimeout(()=>{g(!0)},6e3);return()=>{clearTimeout(E),clearTimeout(x),clearTimeout(w),clearTimeout(k)}},[a,l,i,m]),{hasPWMBadge:u,willPushPWMBadge:A,PWM_BADGE_SPACE_WIDTH:Qk}}var ty=K.createContext({}),ny=K.forwardRef((n,a)=>{var i=n,{value:l,onChange:u,maxLength:f,textAlign:c="left",pattern:d,placeholder:p,inputMode:g="numeric",onComplete:A,pushPasswordManagerStrategy:m="increase-width",pasteTransformer:y,containerClassName:E,noScriptCSSFallback:x=Nk,render:w,children:k}=i,C=Dk(i,["value","onChange","maxLength","textAlign","pattern","placeholder","inputMode","onComplete","pushPasswordManagerStrategy","pasteTransformer","containerClassName","noScriptCSSFallback","render","children"]),D,B,H,F,j;let[Z,ie]=K.useState(typeof C.defaultValue=="string"?C.defaultValue:""),L=l!=null?l:Z,G=Bk(L),re=K.useCallback(v=>{u==null||u(v),ie(v)},[u]),M=K.useMemo(()=>d?typeof d=="string"?new RegExp(d):d:null,[d]),W=K.useRef(null),I=K.useRef(null),ae=K.useRef({value:L,onChange:re,isIOS:typeof window!="undefined"&&((B=(D=window==null?void 0:window.CSS)==null?void 0:D.supports)==null?void 0:B.call(D,"-webkit-touch-callout","none"))}),fe=K.useRef({prev:[(H=W.current)==null?void 0:H.selectionStart,(F=W.current)==null?void 0:F.selectionEnd,(j=W.current)==null?void 0:j.selectionDirection]});K.useImperativeHandle(a,()=>W.current,[]),K.useEffect(()=>{let v=W.current,pe=I.current;if(!v||!pe)return;ae.current.value!==v.value&&ae.current.onChange(v.value),fe.current.prev=[v.selectionStart,v.selectionEnd,v.selectionDirection];function de(){if(document.activeElement!==v){q(null),ye(null);return}let U=v.selectionStart,J=v.selectionEnd,ge=v.selectionDirection,$=v.maxLength,Ee=v.value,Re=fe.current.prev,be=-1,ne=-1,ee;if(Ee.length!==0&&U!==null&&J!==null){let Ze=U===J,ct=U===Ee.length&&Ee.length<$;if(Ze&&!ct){let tt=U;if(tt===0)be=0,ne=1,ee="forward";else if(tt===$)be=tt-1,ne=tt,ee="backward";else if($>1&&Ee.length>1){let ot=0;if(Re[0]!==null&&Re[1]!==null){ee=tt<Re[1]?"backward":"forward";let Ht=Re[0]===Re[1]&&Re[0]<$;ee==="backward"&&!Ht&&(ot=-1)}be=ot+tt,ne=ot+tt+1}}be!==-1&&ne!==-1&&be!==ne&&W.current.setSelectionRange(be,ne,ee)}let xe=be!==-1?be:U,Ne=ne!==-1?ne:J,Ve=ee!=null?ee:ge;q(xe),ye(Ne),fe.current.prev=[xe,Ne,Ve]}if(document.addEventListener("selectionchange",de,{capture:!0}),de(),document.activeElement===v&&T(!0),!document.getElementById("input-otp-style")){let U=document.createElement("style");if(U.id="input-otp-style",document.head.appendChild(U),U.sheet){let J="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";ql(U.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),ql(U.sheet,`[data-input-otp]:autofill { ${J} }`),ql(U.sheet,`[data-input-otp]:-webkit-autofill { ${J} }`),ql(U.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),ql(U.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let Y=()=>{pe&&pe.style.setProperty("--root-height",`${v.clientHeight}px`)};Y();let z=new ResizeObserver(Y);return z.observe(v),()=>{document.removeEventListener("selectionchange",de,{capture:!0}),z.disconnect()}},[]);let[se,ue]=K.useState(!1),[te,T]=K.useState(!1),[V,q]=K.useState(null),[Q,ye]=K.useState(null);K.useEffect(()=>{Tk(()=>{var v,pe,de,Y;(v=W.current)==null||v.dispatchEvent(new Event("input"));let z=(pe=W.current)==null?void 0:pe.selectionStart,U=(de=W.current)==null?void 0:de.selectionEnd,J=(Y=W.current)==null?void 0:Y.selectionDirection;z!==null&&U!==null&&(q(z),ye(U),fe.current.prev=[z,U,J])})},[L,te]),K.useEffect(()=>{G!==void 0&&L!==G&&G.length<f&&L.length===f&&(A==null||A(L))},[f,A,G,L]);let Se=Uk({containerRef:I,inputRef:W,pushPasswordManagerStrategy:m,isFocused:te}),Oe=K.useCallback(v=>{let pe=v.currentTarget.value.slice(0,f);if(pe.length>0&&M&&!M.test(pe)){v.preventDefault();return}typeof G=="string"&&pe.length<G.length&&document.dispatchEvent(new Event("selectionchange")),re(pe)},[f,re,G,M]),He=K.useCallback(()=>{var v;if(W.current){let pe=Math.min(W.current.value.length,f-1),de=W.current.value.length;(v=W.current)==null||v.setSelectionRange(pe,de),q(pe),ye(de)}T(!0)},[f]),Ue=K.useCallback(v=>{var pe,de;let Y=W.current;if(!y&&(!ae.current.isIOS||!v.clipboardData||!Y))return;let z=v.clipboardData.getData("text/plain"),U=y?y(z):z;v.preventDefault();let J=(pe=W.current)==null?void 0:pe.selectionStart,ge=(de=W.current)==null?void 0:de.selectionEnd,$=(J!==ge?L.slice(0,J)+U+L.slice(ge):L.slice(0,J)+U+L.slice(J)).slice(0,f);if($.length>0&&M&&!M.test($))return;Y.value=$,re($);let Ee=Math.min($.length,f-1),Re=$.length;Y.setSelectionRange(Ee,Re),q(Ee),ye(Re)},[f,re,M,L]),Le=K.useMemo(()=>({position:"relative",cursor:C.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"}),[C.disabled]),et=K.useMemo(()=>({position:"absolute",inset:0,width:Se.willPushPWMBadge?`calc(100% + ${Se.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:Se.willPushPWMBadge?`inset(0 ${Se.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:c,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"}),[Se.PWM_BADGE_SPACE_WIDTH,Se.willPushPWMBadge,c]),rt=K.useMemo(()=>K.createElement("input",Rk(Ik({autoComplete:C.autoComplete||"one-time-code"},C),{"data-input-otp":!0,"data-input-otp-placeholder-shown":L.length===0||void 0,"data-input-otp-mss":V,"data-input-otp-mse":Q,inputMode:g,pattern:M==null?void 0:M.source,"aria-placeholder":p,style:et,maxLength:f,value:L,ref:W,onPaste:v=>{var pe;Ue(v),(pe=C.onPaste)==null||pe.call(C,v)},onChange:Oe,onMouseOver:v=>{var pe;ue(!0),(pe=C.onMouseOver)==null||pe.call(C,v)},onMouseLeave:v=>{var pe;ue(!1),(pe=C.onMouseLeave)==null||pe.call(C,v)},onFocus:v=>{var pe;He(),(pe=C.onFocus)==null||pe.call(C,v)},onBlur:v=>{var pe;T(!1),(pe=C.onBlur)==null||pe.call(C,v)}})),[Oe,He,Ue,g,et,f,Q,V,C,M==null?void 0:M.source,L]),Et=K.useMemo(()=>({slots:Array.from({length:f}).map((v,pe)=>{var de;let Y=te&&V!==null&&Q!==null&&(V===Q&&pe===V||pe>=V&&pe<Q),z=L[pe]!==void 0?L[pe]:null,U=L[0]!==void 0?null:(de=p==null?void 0:p[pe])!=null?de:null;return{char:z,placeholderChar:U,isActive:Y,hasFakeCaret:Y&&z===null}}),isFocused:te,isHovering:!C.disabled&&se}),[te,se,f,Q,V,C.disabled,L]),Dt=K.useMemo(()=>w?w(Et):K.createElement(ty.Provider,{value:Et},k),[k,Et,w]);return K.createElement(K.Fragment,null,x!==null&&K.createElement("noscript",null,K.createElement("style",null,x)),K.createElement("div",{ref:I,"data-input-otp-container":!0,style:Le,className:E},Dt,K.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},rt)))});ny.displayName="Input";function ql(n,a){try{n.insertRule(a)}catch(i){console.error("input-otp could not insert CSS rule:",a)}}var Nk=`
95
+ [data-input-otp] {
96
+ --nojs-bg: white !important;
97
+ --nojs-fg: black !important;
98
+
99
+ background-color: var(--nojs-bg) !important;
100
+ color: var(--nojs-fg) !important;
101
+ caret-color: var(--nojs-fg) !important;
102
+ letter-spacing: .25em !important;
103
+ text-align: center !important;
104
+ border: 1px solid var(--nojs-fg) !important;
105
+ border-radius: 4px !important;
106
+ width: 100% !important;
107
+ }
108
+ @media (prefers-color-scheme: dark) {
109
+ [data-input-otp] {
110
+ --nojs-bg: black !important;
111
+ --nojs-fg: white !important;
112
+ }
113
+ }`;function jk(l){var u=l,{className:n,containerClassName:a}=u,i=Rt(u,["className","containerClassName"]);return R.jsx(ny,le({"data-slot":"input-otp",containerClassName:pt("flex items-center gap-2 has-disabled:opacity-50",a),className:pt("disabled:cursor-not-allowed",n)},i))}function zk(i){var l=i,{className:n}=l,a=Rt(l,["className"]);return R.jsx("div",le({"data-slot":"input-otp-group",className:pt("flex items-center",n)},a))}function Mo(l){var u=l,{index:n,className:a}=u,i=Rt(u,["index","className"]);var g;const f=K.useContext(ty),{char:c,hasFakeCaret:d,isActive:p}=(g=f==null?void 0:f.slots[n])!=null?g:{};return R.jsxs("div",Fe(le({"data-slot":"input-otp-slot","data-active":p,className:pt("data-[active=true]:border-ring data-[active=true]:ring-ring/50 data-[active=true]:aria-invalid:ring-destructive/20 dark:data-[active=true]:aria-invalid:ring-destructive/40 aria-invalid:border-destructive data-[active=true]:aria-invalid:border-destructive dark:bg-input/30 border-input relative flex h-9 w-9 items-center justify-center border-y border-r text-sm shadow-xs transition-all outline-none first:rounded-l-md first:border-l last:rounded-r-md data-[active=true]:z-10 data-[active=true]:ring-[3px]",a)},i),{children:[c,d&&R.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:R.jsx("div",{className:"animate-caret-blink bg-foreground h-4 w-px duration-1000"})})]}))}function Fk({value:n,onValueChange:a,placeholder:i="Select an option",className:l,triggerClassName:u,contentClassName:f,disabled:c=!1,options:d=[],size:p="default"}){const[g,A]=K.useState(!1),m=K.useRef(null),y=K.useRef(null),E=d.find(k=>k.value===n);K.useEffect(()=>{const k=C=>{var D;g&&C.key==="Escape"&&(A(!1),(D=y.current)==null||D.focus())};return document.addEventListener("keydown",k),()=>{document.removeEventListener("keydown",k)}},[g]);const x=k=>{var C;a==null||a(k),A(!1),(C=y.current)==null||C.focus()},w=()=>{c||A(!g)};return R.jsxs("div",{className:pt("relative w-full",l),children:[R.jsxs("button",{ref:y,type:"button",onClick:w,disabled:c,className:pt('border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*="text-"])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-full items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 overflow-hidden',p==="default"?"min-h-9":"min-h-8",u),"aria-expanded":g,"aria-haspopup":"listbox",children:[R.jsx("span",{className:pt("flex-1 text-left min-w-0 overflow-hidden break-words line-clamp-2",!E&&"text-muted-foreground"),children:E?E.label:i}),R.jsx(_S,{className:pt("size-4 opacity-50 pointer-events-none shrink-0 transition-transform duration-200",g&&"rotate-180")})]}),g&&R.jsx("div",{ref:m,className:pt("bg-popover text-popover-foreground animate-in fade-in-0 zoom-in-95 slide-in-from-top-2 relative z-50 max-h-[300px] min-w-[8rem] w-full overflow-x-hidden overflow-y-auto rounded-md shadow-md mt-1",f),role:"listbox",children:R.jsx("div",{className:"p-1",children:d.length===0?R.jsx("div",{className:"px-3 py-2 text-sm text-muted-foreground text-center",children:"No options available"}):d.map(k=>{const C=k.value===n;return R.jsxs("div",{onClick:()=>x(k.value),className:pt("relative flex w-full cursor-pointer items-center gap-1 rounded-sm py-2.5 px-3 text-sm outline-none select-none transition-colors duration-150","hover:bg-accent hover:text-accent-foreground","focus-visible:bg-accent focus-visible:text-accent-foreground","active:bg-accent/80",C&&"bg-accent/50 text-foreground",c&&"pointer-events-none opacity-50 cursor-not-allowed"),role:"option","aria-selected":C,tabIndex:c?-1:0,onKeyDown:D=>{(D.key==="Enter"||D.key===" ")&&(D.preventDefault(),c||x(k.value))},children:[R.jsx("span",{className:"flex-1 text-left min-w-0 break-words line-clamp-2",children:k.label}),C&&R.jsx("span",{className:"absolute right-3 flex size-4 items-center justify-center shrink-0 pointer-events-none",children:R.jsx(NA,{className:"size-4 text-foreground"})})]},k.value)})})})]})}var Ad={exports:{}},Jl={},yd={exports:{}},Ed={},ry;function Lk(){return ry||(ry=1,function(n){/**
114
+ * @license React
115
+ * scheduler.development.js
116
+ *
117
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
118
+ *
119
+ * This source code is licensed under the MIT license found in the
120
+ * LICENSE file in the root directory of this source tree.
121
+ */(function(){function a(){if(F=!1,L){var fe=n.unstable_now();M=fe;var se=!0;try{e:{B=!1,H&&(H=!1,Z(G),G=-1),D=!0;var ue=C;try{t:{for(c(fe),k=l(E);k!==null&&!(k.expirationTime>fe&&p());){var te=k.callback;if(typeof te=="function"){k.callback=null,C=k.priorityLevel;var T=te(k.expirationTime<=fe);if(fe=n.unstable_now(),typeof T=="function"){k.callback=T,c(fe),se=!0;break t}k===l(E)&&u(E),c(fe)}else u(E);k=l(E)}if(k!==null)se=!0;else{var V=l(x);V!==null&&g(d,V.startTime-fe),se=!1}}break e}finally{k=null,C=ue,D=!1}se=void 0}}finally{se?W():L=!1}}}function i(fe,se){var ue=fe.length;fe.push(se);e:for(;0<ue;){var te=ue-1>>>1,T=fe[te];if(0<f(T,se))fe[te]=se,fe[ue]=T,ue=te;else break e}}function l(fe){return fe.length===0?null:fe[0]}function u(fe){if(fe.length===0)return null;var se=fe[0],ue=fe.pop();if(ue!==se){fe[0]=ue;e:for(var te=0,T=fe.length,V=T>>>1;te<V;){var q=2*(te+1)-1,Q=fe[q],ye=q+1,Se=fe[ye];if(0>f(Q,ue))ye<T&&0>f(Se,Q)?(fe[te]=Se,fe[ye]=ue,te=ye):(fe[te]=Q,fe[q]=ue,te=q);else if(ye<T&&0>f(Se,ue))fe[te]=Se,fe[ye]=ue,te=ye;else break e}}return se}function f(fe,se){var ue=fe.sortIndex-se.sortIndex;return ue!==0?ue:fe.id-se.id}function c(fe){for(var se=l(x);se!==null;){if(se.callback===null)u(x);else if(se.startTime<=fe)u(x),se.sortIndex=se.expirationTime,i(E,se);else break;se=l(x)}}function d(fe){if(H=!1,c(fe),!B)if(l(E)!==null)B=!0,L||(L=!0,W());else{var se=l(x);se!==null&&g(d,se.startTime-fe)}}function p(){return F?!0:!(n.unstable_now()-M<re)}function g(fe,se){G=j(function(){fe(n.unstable_now())},se)}if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error()),n.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var A=performance;n.unstable_now=function(){return A.now()}}else{var m=Date,y=m.now();n.unstable_now=function(){return m.now()-y}}var E=[],x=[],w=1,k=null,C=3,D=!1,B=!1,H=!1,F=!1,j=typeof setTimeout=="function"?setTimeout:null,Z=typeof clearTimeout=="function"?clearTimeout:null,ie=typeof setImmediate!="undefined"?setImmediate:null,L=!1,G=-1,re=5,M=-1;if(typeof ie=="function")var W=function(){ie(a)};else if(typeof MessageChannel!="undefined"){var I=new MessageChannel,ae=I.port2;I.port1.onmessage=a,W=function(){ae.postMessage(null)}}else W=function(){j(a,0)};n.unstable_IdlePriority=5,n.unstable_ImmediatePriority=1,n.unstable_LowPriority=4,n.unstable_NormalPriority=3,n.unstable_Profiling=null,n.unstable_UserBlockingPriority=2,n.unstable_cancelCallback=function(fe){fe.callback=null},n.unstable_forceFrameRate=function(fe){0>fe||125<fe?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):re=0<fe?Math.floor(1e3/fe):5},n.unstable_getCurrentPriorityLevel=function(){return C},n.unstable_next=function(fe){switch(C){case 1:case 2:case 3:var se=3;break;default:se=C}var ue=C;C=se;try{return fe()}finally{C=ue}},n.unstable_requestPaint=function(){F=!0},n.unstable_runWithPriority=function(fe,se){switch(fe){case 1:case 2:case 3:case 4:case 5:break;default:fe=3}var ue=C;C=fe;try{return se()}finally{C=ue}},n.unstable_scheduleCallback=function(fe,se,ue){var te=n.unstable_now();switch(typeof ue=="object"&&ue!==null?(ue=ue.delay,ue=typeof ue=="number"&&0<ue?te+ue:te):ue=te,fe){case 1:var T=-1;break;case 2:T=250;break;case 5:T=1073741823;break;case 4:T=1e4;break;default:T=5e3}return T=ue+T,fe={id:w++,callback:se,priorityLevel:fe,startTime:ue,expirationTime:T,sortIndex:-1},ue>te?(fe.sortIndex=ue,i(x,fe),l(E)===null&&fe===l(x)&&(H?(Z(G),G=-1):H=!0,g(d,ue-te))):(fe.sortIndex=T,i(E,fe),B||D||(B=!0,L||(L=!0,W()))),fe},n.unstable_shouldYield=p,n.unstable_wrapCallback=function(fe){var se=C;return function(){var ue=C;C=se;try{return fe.apply(this,arguments)}finally{C=ue}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()}(Ed)),Ed}var iy;function Pk(){return iy||(iy=1,yd.exports=Lk()),yd.exports}var ay;function Hk(){if(ay)return Jl;ay=1;/**
122
+ * @license React
123
+ * react-dom-client.development.js
124
+ *
125
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
126
+ *
127
+ * This source code is licensed under the MIT license found in the
128
+ * LICENSE file in the root directory of this source tree.
129
+ */return function(){function n(e,t){for(e=e.memoizedState;e!==null&&0<t;)e=e.next,t--;return e}function a(e,t,r,o){if(r>=t.length)return o;var s=t[r],h=zn(e)?e.slice():gt({},e);return h[s]=a(e[s],t,r+1,o),h}function i(e,t,r){if(t.length!==r.length)console.warn("copyWithRename() expects paths of the same length");else{for(var o=0;o<r.length-1;o++)if(t[o]!==r[o]){console.warn("copyWithRename() expects paths to be the same except for the deepest key");return}return l(e,t,r,0)}}function l(e,t,r,o){var s=t[o],h=zn(e)?e.slice():gt({},e);return o+1===t.length?(h[r[o]]=h[s],zn(h)?h.splice(s,1):delete h[s]):h[s]=l(e[s],t,r,o+1),h}function u(e,t,r){var o=t[r],s=zn(e)?e.slice():gt({},e);return r+1===t.length?(zn(s)?s.splice(o,1):delete s[o],s):(s[o]=u(e[o],t,r+1),s)}function f(){return!1}function c(){return null}function d(){}function p(){console.error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://react.dev/link/rules-of-hooks")}function g(){console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")}function A(){}function m(e){var t=[];return e.forEach(function(r){t.push(r)}),t.sort().join(", ")}function y(e,t,r,o){return new F4(e,t,r,o)}function E(e,t){e.context===ya&&(dg(e.current,2,t,e,null,null),Zo())}function x(e,t){if(Ur!==null){var r=t.staleFamilies;t=t.updatedFamilies,Ls(),Bh(e.current,t,r),Zo()}}function w(e){Ur=e}function k(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function C(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(r=t.return),e=t.return;while(e)}return t.tag===3?r:null}function D(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function B(e){if(C(e)!==e)throw Error("Unable to find node on an unmounted component.")}function H(e){var t=e.alternate;if(!t){if(t=C(e),t===null)throw Error("Unable to find node on an unmounted component.");return t!==e?null:e}for(var r=e,o=t;;){var s=r.return;if(s===null)break;var h=s.alternate;if(h===null){if(o=s.return,o!==null){r=o;continue}break}if(s.child===h.child){for(h=s.child;h;){if(h===r)return B(s),e;if(h===o)return B(s),t;h=h.sibling}throw Error("Unable to find node on an unmounted component.")}if(r.return!==o.return)r=s,o=h;else{for(var b=!1,S=s.child;S;){if(S===r){b=!0,r=s,o=h;break}if(S===o){b=!0,o=s,r=h;break}S=S.sibling}if(!b){for(S=h.child;S;){if(S===r){b=!0,r=h,o=s;break}if(S===o){b=!0,o=h,r=s;break}S=S.sibling}if(!b)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(r.alternate!==o)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(r.tag!==3)throw Error("Unable to find node on an unmounted component.");return r.stateNode.current===r?e:t}function F(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=F(e),t!==null)return t;e=e.sibling}return null}function j(e){return e===null||typeof e!="object"?null:(e=zx&&e[zx]||e["@@iterator"],typeof e=="function"?e:null)}function Z(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===tU?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case il:return"Fragment";case Eg:return"Profiler";case af:return"StrictMode";case bg:return"Suspense";case xg:return"SuspenseList";case Cg:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case rl:return"Portal";case fi:return(e.displayName||"Context")+".Provider";case wg:return(e._context.displayName||"Context")+".Consumer";case _s:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case of:return t=e.displayName||null,t!==null?t:Z(e.type)||"Memo";case Cr:t=e._payload,e=e._init;try{return Z(e(t))}catch(r){}}return null}function ie(e){return typeof e.tag=="number"?L(e):typeof e.name=="string"?e.name:null}function L(e){var t=e.type;switch(e.tag){case 31:return"Activity";case 24:return"Cache";case 9:return(t._context.displayName||"Context")+".Consumer";case 10:return(t.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 26:case 27:case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Z(t);case 8:return t===af?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;break;case 29:if(t=e._debugInfo,t!=null){for(var r=t.length-1;0<=r;r--)if(typeof t[r].name=="string")return t[r].name}if(e.return!==null)return L(e.return)}return null}function G(e){return{current:e}}function re(e,t){0>Ni?console.error("Unexpected pop."):(t!==Sg[Ni]&&console.error("Unexpected Fiber popped."),e.current=vg[Ni],vg[Ni]=null,Sg[Ni]=null,Ni--)}function M(e,t,r){Ni++,vg[Ni]=e.current,Sg[Ni]=r,e.current=t}function W(e){return e===null&&console.error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."),e}function I(e,t){M(pa,t,e),M(Xs,e,e),M(ha,null,e);var r=t.nodeType;switch(r){case 9:case 11:r=r===9?"#document":"#fragment",t=(t=t.documentElement)&&(t=t.namespaceURI)?dx(t):Vi;break;default:if(r=t.tagName,t=t.namespaceURI)t=dx(t),t=hx(t,r);else switch(r){case"svg":t=Fl;break;case"math":t=qf;break;default:t=Vi}}r=r.toLowerCase(),r=xE(null,r),r={context:t,ancestorInfo:r},re(ha,e),M(ha,r,e)}function ae(e){re(ha,e),re(Xs,e),re(pa,e)}function fe(){return W(ha.current)}function se(e){e.memoizedState!==null&&M(lf,e,e);var t=W(ha.current),r=e.type,o=hx(t.context,r);r=xE(t.ancestorInfo,r),o={context:o,ancestorInfo:r},t!==o&&(M(Xs,e,e),M(ha,o,e))}function ue(e){Xs.current===e&&(re(ha,e),re(Xs,e)),lf.current===e&&(re(lf,e),Ou._currentValue=Io)}function te(e){return typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function T(e){try{return V(e),!1}catch(t){return!0}}function V(e){return""+e}function q(e,t){if(T(e))return console.error("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before using it here.",t,te(e)),V(e)}function Q(e,t){if(T(e))return console.error("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before using it here.",t,te(e)),V(e)}function ye(e){if(T(e))return console.error("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before using it here.",te(e)),V(e)}function Se(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return console.error("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://react.dev/link/react-devtools"),!0;try{ol=t.inject(e),Jn=t}catch(r){console.error("React instrumentation encountered an error: %s.",r)}return!!t.checkDCE}function Oe(e){if(typeof sU=="function"&&uU(e),Jn&&typeof Jn.setStrictMode=="function")try{Jn.setStrictMode(ol,e)}catch(t){hi||(hi=!0,console.error("React instrumentation encountered an error: %s",t))}}function He(e){Pe=e}function Ue(){Pe!==null&&typeof Pe.markCommitStopped=="function"&&Pe.markCommitStopped()}function Le(e){Pe!==null&&typeof Pe.markComponentRenderStarted=="function"&&Pe.markComponentRenderStarted(e)}function et(){Pe!==null&&typeof Pe.markComponentRenderStopped=="function"&&Pe.markComponentRenderStopped()}function rt(e){Pe!==null&&typeof Pe.markRenderStarted=="function"&&Pe.markRenderStarted(e)}function Et(){Pe!==null&&typeof Pe.markRenderStopped=="function"&&Pe.markRenderStopped()}function Dt(e,t){Pe!==null&&typeof Pe.markStateUpdateScheduled=="function"&&Pe.markStateUpdateScheduled(e,t)}function v(e){return e>>>=0,e===0?32:31-(cU(e)/fU|0)|0}function pe(e){if(e&1)return"SyncHydrationLane";if(e&2)return"Sync";if(e&4)return"InputContinuousHydration";if(e&8)return"InputContinuous";if(e&16)return"DefaultHydration";if(e&32)return"Default";if(e&128)return"TransitionHydration";if(e&4194048)return"Transition";if(e&62914560)return"Retry";if(e&67108864)return"SelectiveHydration";if(e&134217728)return"IdleHydration";if(e&268435456)return"Idle";if(e&536870912)return"Offscreen";if(e&1073741824)return"Deferred"}function de(e){var t=e&42;if(t!==0)return t;switch(e&-e){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:case 262144:case 524288:case 1048576:case 2097152:return e&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return console.error("Should have found matching lanes. This is a bug in React."),e}}function Y(e,t,r){var o=e.pendingLanes;if(o===0)return 0;var s=0,h=e.suspendedLanes,b=e.pingedLanes;e=e.warmLanes;var S=o&134217727;return S!==0?(o=S&~h,o!==0?s=de(o):(b&=S,b!==0?s=de(b):r||(r=S&~e,r!==0&&(s=de(r))))):(S=o&~h,S!==0?s=de(S):b!==0?s=de(b):r||(r=o&~e,r!==0&&(s=de(r)))),s===0?0:t!==0&&t!==s&&(t&h)===0&&(h=s&-s,r=t&-t,h>=r||h===32&&(r&4194048)!==0)?t:s}function z(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function U(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+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 t+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 console.error("Should have found matching lanes. This is a bug in React."),-1}}function J(){var e=sf;return sf<<=1,(sf&4194048)===0&&(sf=256),e}function ge(){var e=uf;return uf<<=1,(uf&62914560)===0&&(uf=4194304),e}function $(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function Ee(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Re(e,t,r,o,s,h){var b=e.pendingLanes;e.pendingLanes=r,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=r,e.entangledLanes&=r,e.errorRecoveryDisabledLanes&=r,e.shellSuspendCounter=0;var S=e.entanglements,N=e.expirationTimes,P=e.hiddenUpdates;for(r=b&~r;0<r;){var Ae=31-er(r),ve=1<<Ae;S[Ae]=0,N[Ae]=-1;var me=P[Ae];if(me!==null)for(P[Ae]=null,Ae=0;Ae<me.length;Ae++){var ke=me[Ae];ke!==null&&(ke.lane&=-536870913)}r&=~ve}o!==0&&be(e,o,0),h!==0&&s===0&&e.tag!==0&&(e.suspendedLanes|=h&~(b&~t))}function be(e,t,r){e.pendingLanes|=t,e.suspendedLanes&=~t;var o=31-er(t);e.entangledLanes|=t,e.entanglements[o]=e.entanglements[o]|1073741824|r&4194090}function ne(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var o=31-er(r),s=1<<o;s&t|e[o]&t&&(e[o]|=t),r&=~s}}function ee(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=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:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function xe(e,t,r){if(_r)for(e=e.pendingUpdatersLaneMap;0<r;){var o=31-er(r),s=1<<o;e[o].add(t),r&=~s}}function Ne(e,t){if(_r)for(var r=e.pendingUpdatersLaneMap,o=e.memoizedUpdaters;0<t;){var s=31-er(t);e=1<<s,s=r[s],0<s.size&&(s.forEach(function(h){var b=h.alternate;b!==null&&o.has(b)||o.add(h)}),s.clear()),t&=~e}}function Ve(e){return e&=-e,Qr<e?pi<e?(e&134217727)!==0?zi:cf:pi:Qr}function Ze(){var e=zt.p;return e!==0?e:(e=window.event,e===void 0?zi:Mx(e.type))}function ct(e,t){var r=zt.p;try{return zt.p=e,t()}finally{zt.p=r}}function tt(e){delete e[Vn],delete e[hr],delete e[Tg],delete e[dU],delete e[hU]}function ot(e){var t=e[Vn];if(t)return t;for(var r=e.parentNode;r;){if(t=r[ma]||r[Vn]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=Ex(e);e!==null;){if(r=e[Vn])return r;e=Ex(e)}return t}e=r,r=e.parentNode}return null}function Ht(e){if(e=e[Vn]||e[ma]){var t=e.tag;if(t===5||t===6||t===13||t===26||t===27||t===3)return e}return null}function vt(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function O(e){var t=e[Fx];return t||(t=e[Fx]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function ce(e){e[Zs]=!0}function Me(e,t){je(e,t),je(e+"Capture",t)}function je(e,t){lo[e]&&console.error("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),lo[e]=t;var r=e.toLowerCase();for(Bg[r]=e,e==="onDoubleClick"&&(Bg.ondblclick=e),e=0;e<t.length;e++)Lx.add(t[e])}function Ye(e,t){pU[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||console.error(e==="select"?"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set `onChange`.":"You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||console.error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function it(e){return ji.call(Hx,e)?!0:ji.call(Px,e)?!1:gU.test(e)?Hx[e]=!0:(Px[e]=!0,console.error("Invalid attribute name: `%s`",e),!1)}function he(e,t,r){if(it(t)){if(!e.hasAttribute(t)){switch(typeof r){case"symbol":case"object":return r;case"function":return r;case"boolean":if(r===!1)return r}return r===void 0?void 0:null}return e=e.getAttribute(t),e===""&&r===!0?!0:(q(r,t),e===""+r?r:e)}}function De(e,t,r){if(it(t))if(r===null)e.removeAttribute(t);else{switch(typeof r){case"undefined":case"function":case"symbol":e.removeAttribute(t);return;case"boolean":var o=t.toLowerCase().slice(0,5);if(o!=="data-"&&o!=="aria-"){e.removeAttribute(t);return}}q(r,t),e.setAttribute(t,""+r)}}function Te(e,t,r){if(r===null)e.removeAttribute(t);else{switch(typeof r){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(t);return}q(r,t),e.setAttribute(t,""+r)}}function Ge(e,t,r,o){if(o===null)e.removeAttribute(r);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(r);return}q(o,r),e.setAttributeNS(t,r,""+o)}}function At(){}function Ot(){if(Ws===0){Gx=console.log,Kx=console.info,Yx=console.warn,qx=console.error,Jx=console.group,Vx=console.groupCollapsed,_x=console.groupEnd;var e={configurable:!0,enumerable:!0,value:At,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Ws++}function Ut(){if(Ws--,Ws===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:gt({},e,{value:Gx}),info:gt({},e,{value:Kx}),warn:gt({},e,{value:Yx}),error:gt({},e,{value:qx}),group:gt({},e,{value:Jx}),groupCollapsed:gt({},e,{value:Vx}),groupEnd:gt({},e,{value:_x})})}0>Ws&&console.error("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}function cn(e){if(Mg===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);Mg=t&&t[1]||"",Xx=-1<r.stack.indexOf(`
130
+ at`)?" (<anonymous>)":-1<r.stack.indexOf("@")?"@unknown:0:0":""}return`
131
+ `+Mg+e+Xx}function Si(e,t){if(!e||Qg)return"";var r=Og.get(e);if(r!==void 0)return r;Qg=!0,r=Error.prepareStackTrace,Error.prepareStackTrace=void 0;var o=null;o=Ce.H,Ce.H=null,Ot();try{var s={DetermineComponentFrameRoot:function(){try{if(t){var me=function(){throw Error()};if(Object.defineProperty(me.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(me,[])}catch(qe){var ke=qe}Reflect.construct(e,[],me)}else{try{me.call()}catch(qe){ke=qe}e.call(me.prototype)}}else{try{throw Error()}catch(qe){ke=qe}(me=e())&&typeof me.catch=="function"&&me.catch(function(){})}}catch(qe){if(qe&&ke&&typeof qe.stack=="string")return[qe.stack,ke.stack]}return[null,null]}};s.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var h=Object.getOwnPropertyDescriptor(s.DetermineComponentFrameRoot,"name");h&&h.configurable&&Object.defineProperty(s.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var b=s.DetermineComponentFrameRoot(),S=b[0],N=b[1];if(S&&N){var P=S.split(`
132
+ `),Ae=N.split(`
133
+ `);for(b=h=0;h<P.length&&!P[h].includes("DetermineComponentFrameRoot");)h++;for(;b<Ae.length&&!Ae[b].includes("DetermineComponentFrameRoot");)b++;if(h===P.length||b===Ae.length)for(h=P.length-1,b=Ae.length-1;1<=h&&0<=b&&P[h]!==Ae[b];)b--;for(;1<=h&&0<=b;h--,b--)if(P[h]!==Ae[b]){if(h!==1||b!==1)do if(h--,b--,0>b||P[h]!==Ae[b]){var ve=`
134
+ `+P[h].replace(" at new "," at ");return e.displayName&&ve.includes("<anonymous>")&&(ve=ve.replace("<anonymous>",e.displayName)),typeof e=="function"&&Og.set(e,ve),ve}while(1<=h&&0<=b);break}}}finally{Qg=!1,Ce.H=o,Ut(),Error.prepareStackTrace=r}return P=(P=e?e.displayName||e.name:"")?cn(P):"",typeof e=="function"&&Og.set(e,P),P}function ta(e){var t=Error.prepareStackTrace;if(Error.prepareStackTrace=void 0,e=e.stack,Error.prepareStackTrace=t,e.startsWith(`Error: react-stack-top-frame
135
+ `)&&(e=e.slice(29)),t=e.indexOf(`
136
+ `),t!==-1&&(e=e.slice(t+1)),t=e.indexOf("react_stack_bottom_frame"),t!==-1&&(t=e.lastIndexOf(`
137
+ `,t)),t!==-1)e=e.slice(0,t);else return"";return e}function Mn(e){switch(e.tag){case 26:case 27:case 5:return cn(e.type);case 16:return cn("Lazy");case 13:return cn("Suspense");case 19:return cn("SuspenseList");case 0:case 15:return Si(e.type,!1);case 11:return Si(e.type.render,!1);case 1:return Si(e.type,!0);case 31:return cn("Activity");default:return""}}function Qn(e){try{var t="";do{t+=Mn(e);var r=e._debugInfo;if(r)for(var o=r.length-1;0<=o;o--){var s=r[o];if(typeof s.name=="string"){var h=t,b=s.env,S=cn(s.name+(b?" ["+b+"]":""));t=h+S}}e=e.return}while(e);return t}catch(N){return`
138
+ Error generating stack: `+N.message+`
139
+ `+N.stack}}function Nt(e){return(e=e?e.displayName||e.name:"")?cn(e):""}function on(){if(vr===null)return null;var e=vr._debugOwner;return e!=null?ie(e):null}function Ha(){if(vr===null)return"";var e=vr;try{var t="";switch(e.tag===6&&(e=e.return),e.tag){case 26:case 27:case 5:t+=cn(e.type);break;case 13:t+=cn("Suspense");break;case 19:t+=cn("SuspenseList");break;case 31:t+=cn("Activity");break;case 30:case 0:case 15:case 1:e._debugOwner||t!==""||(t+=Nt(e.type));break;case 11:e._debugOwner||t!==""||(t+=Nt(e.type.render))}for(;e;)if(typeof e.tag=="number"){var r=e;e=r._debugOwner;var o=r._debugStack;e&&o&&(typeof o!="string"&&(r._debugStack=o=ta(o)),o!==""&&(t+=`
140
+ `+o))}else if(e.debugStack!=null){var s=e.debugStack;(e=e.owner)&&s&&(t+=`
141
+ `+ta(s))}else break;var h=t}catch(b){h=`
142
+ Error generating stack: `+b.message+`
143
+ `+b.stack}return h}function Ke(e,t,r,o,s,h,b){var S=vr;na(e);try{return e!==null&&e._debugTask?e._debugTask.run(t.bind(null,r,o,s,h,b)):t(r,o,s,h,b)}finally{na(S)}throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.")}function na(e){Ce.getCurrentStack=e===null?null:Ha,gi=!1,vr=e}function Wn(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return ye(e),e;default:return""}}function ss(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function oc(e){var t=ss(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);ye(e[t]);var o=""+e[t];if(!e.hasOwnProperty(t)&&typeof r!="undefined"&&typeof r.get=="function"&&typeof r.set=="function"){var s=r.get,h=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return s.call(this)},set:function(b){ye(b),o=""+b,h.call(this,b)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return o},setValue:function(b){ye(b),o=""+b},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Ga(e){e._valueTracker||(e._valueTracker=oc(e))}function us(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),o="";return e&&(o=ss(e)?e.checked?"true":"false":e.value),e=o,e!==r?(t.setValue(e),!0):!1}function Ka(e){if(e=e||(typeof document!="undefined"?document:void 0),typeof e=="undefined")return null;try{return e.activeElement||e.body}catch(t){return e.body}}function $n(e){return e.replace(mU,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function cs(e,t){t.checked===void 0||t.defaultChecked===void 0||Wx||(console.error("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",on()||"A component",t.type),Wx=!0),t.value===void 0||t.defaultValue===void 0||Zx||(console.error("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://react.dev/link/controlled-components",on()||"A component",t.type),Zx=!0)}function Lo(e,t,r,o,s,h,b,S){e.name="",b!=null&&typeof b!="function"&&typeof b!="symbol"&&typeof b!="boolean"?(q(b,"type"),e.type=b):e.removeAttribute("type"),t!=null?b==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+Wn(t)):e.value!==""+Wn(t)&&(e.value=""+Wn(t)):b!=="submit"&&b!=="reset"||e.removeAttribute("value"),t!=null?Po(e,b,Wn(t)):r!=null?Po(e,b,Wn(r)):o!=null&&e.removeAttribute("value"),s==null&&h!=null&&(e.defaultChecked=!!h),s!=null&&(e.checked=s&&typeof s!="function"&&typeof s!="symbol"),S!=null&&typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"?(q(S,"name"),e.name=""+Wn(S)):e.removeAttribute("name")}function fs(e,t,r,o,s,h,b,S){if(h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"&&(q(h,"type"),e.type=h),t!=null||r!=null){if(!(h!=="submit"&&h!=="reset"||t!=null))return;r=r!=null?""+Wn(r):"",t=t!=null?""+Wn(t):r,S||t===e.value||(e.value=t),e.defaultValue=t}o=o!=null?o:s,o=typeof o!="function"&&typeof o!="symbol"&&!!o,e.checked=S?e.checked:!!o,e.defaultChecked=!!o,b!=null&&typeof b!="function"&&typeof b!="symbol"&&typeof b!="boolean"&&(q(b,"name"),e.name=b)}function Po(e,t,r){t==="number"&&Ka(e.ownerDocument)===e||e.defaultValue===""+r||(e.defaultValue=""+r)}function ds(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?yg.Children.forEach(t.children,function(r){r==null||typeof r=="string"||typeof r=="number"||typeof r=="bigint"||e1||(e1=!0,console.error("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>."))}):t.dangerouslySetInnerHTML==null||t1||(t1=!0,console.error("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),t.selected==null||$x||(console.error("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),$x=!0)}function hs(){var e=on();return e?`
144
+
145
+ Check the render method of \``+e+"`.":""}function ki(e,t,r,o){if(e=e.options,t){t={};for(var s=0;s<r.length;s++)t["$"+r[s]]=!0;for(r=0;r<e.length;r++)s=t.hasOwnProperty("$"+e[r].value),e[r].selected!==s&&(e[r].selected=s),s&&o&&(e[r].defaultSelected=!0)}else{for(r=""+Wn(r),t=null,s=0;s<e.length;s++){if(e[s].value===r){e[s].selected=!0,o&&(e[s].defaultSelected=!0);return}t!==null||e[s].disabled||(t=e[s])}t!==null&&(t.selected=!0)}}function We(e,t){for(e=0;e<r1.length;e++){var r=r1[e];if(t[r]!=null){var o=zn(t[r]);t.multiple&&!o?console.error("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",r,hs()):!t.multiple&&o&&console.error("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",r,hs())}}t.value===void 0||t.defaultValue===void 0||n1||(console.error("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://react.dev/link/controlled-components"),n1=!0)}function ps(e,t){t.value===void 0||t.defaultValue===void 0||i1||(console.error("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://react.dev/link/controlled-components",on()||"A component"),i1=!0),t.children!=null&&t.value==null&&console.error("Use the `defaultValue` or `value` props instead of setting children on <textarea>.")}function Tr(e,t,r){if(t!=null&&(t=""+Wn(t),t!==e.value&&(e.value=t),r==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=r!=null?""+Wn(r):""}function Tt(e,t,r,o){if(t==null){if(o!=null){if(r!=null)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(zn(o)){if(1<o.length)throw Error("<textarea> can only have at most one child.");o=o[0]}r=o}r==null&&(r=""),t=r}r=Wn(t),e.defaultValue=r,o=e.textContent,o===r&&o!==""&&o!==null&&(e.value=o)}function St(e,t){return e.serverProps===void 0&&e.serverTail.length===0&&e.children.length===1&&3<e.distanceFromLeaf&&e.distanceFromLeaf>15-t?St(e.children[0],t):e}function On(e){return" "+" ".repeat(e)}function Ho(e){return"+ "+" ".repeat(e)}function Ya(e){return"- "+" ".repeat(e)}function EE(e){switch(e.tag){case 26:case 27:case 5:return e.type;case 16:return"Lazy";case 13:return"Suspense";case 19:return"SuspenseList";case 0:case 15:return e=e.type,e.displayName||e.name||null;case 11:return e=e.type.render,e.displayName||e.name||null;case 1:return e=e.type,e.displayName||e.name||null;default:return null}}function gs(e,t){return a1.test(e)?(e=JSON.stringify(e),e.length>t-2?8>t?'{"..."}':"{"+e.slice(0,t-7)+'..."}':"{"+e+"}"):e.length>t?5>t?'{"..."}':e.slice(0,t-3)+"...":e}function lc(e,t,r){var o=120-2*r;if(t===null)return Ho(r)+gs(e,o)+`
146
+ `;if(typeof t=="string"){for(var s=0;s<t.length&&s<e.length&&t.charCodeAt(s)===e.charCodeAt(s);s++);return s>o-8&&10<s&&(e="..."+e.slice(s-8),t="..."+t.slice(s-8)),Ho(r)+gs(e,o)+`
147
+ `+Ya(r)+gs(t,o)+`
148
+ `}return On(r)+gs(e,o)+`
149
+ `}function bh(e){return Object.prototype.toString.call(e).replace(/^\[object (.*)\]$/,function(t,r){return r})}function ms(e,t){switch(typeof e){case"string":return e=JSON.stringify(e),e.length>t?5>t?'"..."':e.slice(0,t-4)+'..."':e;case"object":if(e===null)return"null";if(zn(e))return"[...]";if(e.$$typeof===da)return(t=Z(e.type))?"<"+t+">":"<...>";var r=bh(e);if(r==="Object"){r="",t-=2;for(var o in e)if(e.hasOwnProperty(o)){var s=JSON.stringify(o);if(s!=='"'+o+'"'&&(o=s),t-=o.length-2,s=ms(e[o],15>t?t:15),t-=s.length,0>t){r+=r===""?"...":", ...";break}r+=(r===""?"":",")+o+":"+s}return"{"+r+"}"}return r;case"function":return(t=e.displayName||e.name)?"function "+t:"function";default:return String(e)}}function Go(e,t){return typeof e!="string"||a1.test(e)?"{"+ms(e,t-2)+"}":e.length>t-2?5>t?'"..."':'"'+e.slice(0,t-5)+'..."':'"'+e+'"'}function xh(e,t,r){var o=120-r.length-e.length,s=[],h;for(h in t)if(t.hasOwnProperty(h)&&h!=="children"){var b=Go(t[h],120-r.length-h.length-1);o-=h.length+b.length+2,s.push(h+"="+b)}return s.length===0?r+"<"+e+`>
150
+ `:0<o?r+"<"+e+" "+s.join(" ")+`>
151
+ `:r+"<"+e+`
152
+ `+r+" "+s.join(`
153
+ `+r+" ")+`
154
+ `+r+`>
155
+ `}function b4(e,t,r){var o="",s=gt({},t),h;for(h in e)if(e.hasOwnProperty(h)){delete s[h];var b=120-2*r-h.length-2,S=ms(e[h],b);t.hasOwnProperty(h)?(b=ms(t[h],b),o+=Ho(r)+h+": "+S+`
156
+ `,o+=Ya(r)+h+": "+b+`
157
+ `):o+=Ho(r)+h+": "+S+`
158
+ `}for(var N in s)s.hasOwnProperty(N)&&(e=ms(s[N],120-2*r-N.length-2),o+=Ya(r)+N+": "+e+`
159
+ `);return o}function x4(e,t,r,o){var s="",h=new Map;for(P in r)r.hasOwnProperty(P)&&h.set(P.toLowerCase(),P);if(h.size===1&&h.has("children"))s+=xh(e,t,On(o));else{for(var b in t)if(t.hasOwnProperty(b)&&b!=="children"){var S=120-2*(o+1)-b.length-1,N=h.get(b.toLowerCase());if(N!==void 0){h.delete(b.toLowerCase());var P=t[b];N=r[N];var Ae=Go(P,S);S=Go(N,S),typeof P=="object"&&P!==null&&typeof N=="object"&&N!==null&&bh(P)==="Object"&&bh(N)==="Object"&&(2<Object.keys(P).length||2<Object.keys(N).length||-1<Ae.indexOf("...")||-1<S.indexOf("..."))?s+=On(o+1)+b+`={{
160
+ `+b4(P,N,o+2)+On(o+1)+`}}
161
+ `:(s+=Ho(o+1)+b+"="+Ae+`
162
+ `,s+=Ya(o+1)+b+"="+S+`
163
+ `)}else s+=On(o+1)+b+"="+Go(t[b],S)+`
164
+ `}h.forEach(function(ve){if(ve!=="children"){var me=120-2*(o+1)-ve.length-1;s+=Ya(o+1)+ve+"="+Go(r[ve],me)+`
165
+ `}}),s=s===""?On(o)+"<"+e+`>
166
+ `:On(o)+"<"+e+`
167
+ `+s+On(o)+`>
168
+ `}return e=r.children,t=t.children,typeof e=="string"||typeof e=="number"||typeof e=="bigint"?(h="",(typeof t=="string"||typeof t=="number"||typeof t=="bigint")&&(h=""+t),s+=lc(h,""+e,o+1)):(typeof t=="string"||typeof t=="number"||typeof t=="bigint")&&(s=e==null?s+lc(""+t,null,o+1):s+lc(""+t,void 0,o+1)),s}function wE(e,t){var r=EE(e);if(r===null){for(r="",e=e.child;e;)r+=wE(e,t),e=e.sibling;return r}return On(t)+"<"+r+`>
169
+ `}function Ch(e,t){var r=St(e,t);if(r!==e&&(e.children.length!==1||e.children[0]!==r))return On(t)+`...
170
+ `+Ch(r,t+1);r="";var o=e.fiber._debugInfo;if(o)for(var s=0;s<o.length;s++){var h=o[s].name;typeof h=="string"&&(r+=On(t)+"<"+h+`>
171
+ `,t++)}if(o="",s=e.fiber.pendingProps,e.fiber.tag===6)o=lc(s,e.serverProps,t),t++;else if(h=EE(e.fiber),h!==null)if(e.serverProps===void 0){o=t;var b=120-2*o-h.length-2,S="";for(P in s)if(s.hasOwnProperty(P)&&P!=="children"){var N=Go(s[P],15);if(b-=P.length+N.length+2,0>b){S+=" ...";break}S+=" "+P+"="+N}o=On(o)+"<"+h+S+`>
172
+ `,t++}else e.serverProps===null?(o=xh(h,s,Ho(t)),t++):typeof e.serverProps=="string"?console.error("Should not have matched a non HostText fiber to a Text node. This is a bug in React."):(o=x4(h,s,e.serverProps,t),t++);var P="";for(s=e.fiber.child,h=0;s&&h<e.children.length;)b=e.children[h],b.fiber===s?(P+=Ch(b,t),h++):P+=wE(s,t),s=s.sibling;for(s&&0<e.children.length&&(P+=On(t)+`...
173
+ `),s=e.serverTail,e.serverProps===null&&t--,e=0;e<s.length;e++)h=s[e],P=typeof h=="string"?P+(Ya(t)+gs(h,120-2*t)+`
174
+ `):P+xh(h.type,h.props,Ya(t));return r+o+P}function vh(e){try{return`
175
+
176
+ `+Ch(e,0)}catch(t){return""}}function bE(e,t,r){for(var o=t,s=null,h=0;o;)o===e&&(h=0),s={fiber:o,children:s!==null?[s]:[],serverProps:o===t?r:o===e?null:void 0,serverTail:[],distanceFromLeaf:h},h++,o=o.return;return s!==null?vh(s).replaceAll(/^[+-]/gm,">"):""}function xE(e,t){var r=gt({},e||l1),o={tag:t};return o1.indexOf(t)!==-1&&(r.aTagInScope=null,r.buttonTagInScope=null,r.nobrTagInScope=null),yU.indexOf(t)!==-1&&(r.pTagInButtonScope=null),AU.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(r.listItemTagAutoclosing=null,r.dlItemTagAutoclosing=null),r.current=o,t==="form"&&(r.formTag=o),t==="a"&&(r.aTagInScope=o),t==="button"&&(r.buttonTagInScope=o),t==="nobr"&&(r.nobrTagInScope=o),t==="p"&&(r.pTagInButtonScope=o),t==="li"&&(r.listItemTagAutoclosing=o),(t==="dd"||t==="dt")&&(r.dlItemTagAutoclosing=o),t==="#document"||t==="html"?r.containerTagInScope=null:r.containerTagInScope||(r.containerTagInScope=o),e!==null||t!=="#document"&&t!=="html"&&t!=="body"?r.implicitRootScope===!0&&(r.implicitRootScope=!1):r.implicitRootScope=!0,r}function CE(e,t,r){switch(t){case"select":return e==="hr"||e==="option"||e==="optgroup"||e==="script"||e==="template"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":if(r)break;return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":if(!r)return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return EU.indexOf(t)===-1;case"caption":case"col":case"colgroup":case"frameset":case"frame":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null;case"head":return r||t===null;case"html":return r&&t==="#document"||t===null;case"body":return r&&(t==="#document"||t==="html")||t===null}return!0}function C4(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null}function vE(e,t){for(;e;){switch(e.tag){case 5:case 26:case 27:if(e.type===t)return e}e=e.return}return null}function Sh(e,t){t=t||l1;var r=t.current;if(t=(r=CE(e,r&&r.tag,t.implicitRootScope)?null:r)?null:C4(e,t),t=r||t,!t)return!0;var o=t.tag;if(t=String(!!r)+"|"+e+"|"+o,ff[t])return!1;ff[t]=!0;var s=(t=vr)?vE(t.return,o):null,h=t!==null&&s!==null?bE(s,t,null):"",b="<"+e+">";return r?(r="",o==="table"&&e==="tr"&&(r+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),console.error(`In HTML, %s cannot be a child of <%s>.%s
177
+ This will cause a hydration error.%s`,b,o,r,h)):console.error(`In HTML, %s cannot be a descendant of <%s>.
178
+ This will cause a hydration error.%s`,b,o,h),t&&(e=t.return,s===null||e===null||s===e&&e._debugOwner===t._debugOwner||Ke(s,function(){console.error(`<%s> cannot contain a nested %s.
179
+ See this log for the ancestor stack trace.`,o,b)})),!1}function sc(e,t,r){if(r||CE("#text",t,!1))return!0;if(r="#text|"+t,ff[r])return!1;ff[r]=!0;var o=(r=vr)?vE(r,t):null;return r=r!==null&&o!==null?bE(o,r,r.tag!==6?{children:null}:null):"",/\S/.test(e)?console.error(`In HTML, text nodes cannot be a child of <%s>.
180
+ This will cause a hydration error.%s`,t,r):console.error(`In HTML, whitespace text nodes cannot be a child of <%s>. Make sure you don't have any extra whitespace between tags on each line of your source code.
181
+ This will cause a hydration error.%s`,t,r),!1}function As(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}function v4(e){return e.replace(xU,function(t,r){return r.toUpperCase()})}function SE(e,t,r){var o=t.indexOf("--")===0;o||(-1<t.indexOf("-")?ll.hasOwnProperty(t)&&ll[t]||(ll[t]=!0,console.error("Unsupported style property %s. Did you mean %s?",t,v4(t.replace(bU,"ms-")))):wU.test(t)?ll.hasOwnProperty(t)&&ll[t]||(ll[t]=!0,console.error("Unsupported vendor-prefixed style property %s. Did you mean %s?",t,t.charAt(0).toUpperCase()+t.slice(1))):!c1.test(r)||Ng.hasOwnProperty(r)&&Ng[r]||(Ng[r]=!0,console.error(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,t,r.replace(c1,""))),typeof r=="number"&&(isNaN(r)?f1||(f1=!0,console.error("`NaN` is an invalid value for the `%s` css style property.",t)):isFinite(r)||d1||(d1=!0,console.error("`Infinity` is an invalid value for the `%s` css style property.",t)))),r==null||typeof r=="boolean"||r===""?o?e.setProperty(t,""):t==="float"?e.cssFloat="":e[t]="":o?e.setProperty(t,r):typeof r!="number"||r===0||h1.has(t)?t==="float"?e.cssFloat=r:(Q(r,t),e[t]=(""+r).trim()):e[t]=r+"px"}function kE(e,t,r){if(t!=null&&typeof t!="object")throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");if(t&&Object.freeze(t),e=e.style,r!=null){if(t){var o={};if(r){for(var s in r)if(r.hasOwnProperty(s)&&!t.hasOwnProperty(s))for(var h=Ug[s]||[s],b=0;b<h.length;b++)o[h[b]]=s}for(var S in t)if(t.hasOwnProperty(S)&&(!r||r[S]!==t[S]))for(s=Ug[S]||[S],h=0;h<s.length;h++)o[s[h]]=S;S={};for(var N in t)for(s=Ug[N]||[N],h=0;h<s.length;h++)S[s[h]]=N;N={};for(var P in o)if(s=o[P],(h=S[P])&&s!==h&&(b=s+","+h,!N[b])){N[b]=!0,b=console;var Ae=t[s];b.error.call(b,"%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",Ae==null||typeof Ae=="boolean"||Ae===""?"Removing":"Updating",s,h)}}for(var ve in r)!r.hasOwnProperty(ve)||t!=null&&t.hasOwnProperty(ve)||(ve.indexOf("--")===0?e.setProperty(ve,""):ve==="float"?e.cssFloat="":e[ve]="");for(var me in t)P=t[me],t.hasOwnProperty(me)&&r[me]!==P&&SE(e,me,P)}else for(o in t)t.hasOwnProperty(o)&&SE(e,o,t[o])}function ys(e){if(e.indexOf("-")===-1)return!1;switch(e){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}}function IE(e){return CU.get(e)||e}function S4(e,t){if(ji.call(ul,t)&&ul[t])return!0;if(SU.test(t)){if(e="aria-"+t.slice(4).toLowerCase(),e=p1.hasOwnProperty(e)?e:null,e==null)return console.error("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),ul[t]=!0;if(t!==e)return console.error("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,e),ul[t]=!0}if(vU.test(t)){if(e=t.toLowerCase(),e=p1.hasOwnProperty(e)?e:null,e==null)return ul[t]=!0,!1;t!==e&&(console.error("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,e),ul[t]=!0)}return!0}function k4(e,t){var r=[],o;for(o in t)S4(e,o)||r.push(o);t=r.map(function(s){return"`"+s+"`"}).join(", "),r.length===1?console.error("Invalid aria prop %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e):1<r.length&&console.error("Invalid aria props %s on <%s> tag. For details, see https://react.dev/link/invalid-aria-props",t,e)}function I4(e,t,r,o){if(ji.call(tr,t)&&tr[t])return!0;var s=t.toLowerCase();if(s==="onfocusin"||s==="onfocusout")return console.error("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),tr[t]=!0;if(typeof r=="function"&&(e==="form"&&t==="action"||e==="input"&&t==="formAction"||e==="button"&&t==="formAction"))return!0;if(o!=null){if(e=o.possibleRegistrationNames,o.registrationNameDependencies.hasOwnProperty(t))return!0;if(o=e.hasOwnProperty(s)?e[s]:null,o!=null)return console.error("Invalid event handler property `%s`. Did you mean `%s`?",t,o),tr[t]=!0;if(m1.test(t))return console.error("Unknown event handler property `%s`. It will be ignored.",t),tr[t]=!0}else if(m1.test(t))return kU.test(t)&&console.error("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),tr[t]=!0;if(IU.test(t)||RU.test(t))return!0;if(s==="innerhtml")return console.error("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),tr[t]=!0;if(s==="aria")return console.error("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),tr[t]=!0;if(s==="is"&&r!==null&&r!==void 0&&typeof r!="string")return console.error("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof r),tr[t]=!0;if(typeof r=="number"&&isNaN(r))return console.error("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),tr[t]=!0;if(hf.hasOwnProperty(s)){if(s=hf[s],s!==t)return console.error("Invalid DOM property `%s`. Did you mean `%s`?",t,s),tr[t]=!0}else if(t!==s)return console.error("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,s),tr[t]=!0;switch(t){case"dangerouslySetInnerHTML":case"children":case"style":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":return!0;case"innerText":case"textContent":return!0}switch(typeof r){case"boolean":switch(t){case"autoFocus":case"checked":case"multiple":case"muted":case"selected":case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":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":case"capture":case"download":case"inert":return!0;default:return s=t.toLowerCase().slice(0,5),s==="data-"||s==="aria-"?!0:(r?console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',r,t,t,r,t):console.error('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',r,t,t,r,t,t,t),tr[t]=!0)}case"function":case"symbol":return tr[t]=!0,!1;case"string":if(r==="false"||r==="true"){switch(t){case"checked":case"selected":case"multiple":case"muted":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":case"inert":break;default:return!0}console.error("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",r,t,r==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,r),tr[t]=!0}}return!0}function R4(e,t,r){var o=[],s;for(s in t)I4(e,s,t[s],r)||o.push(s);t=o.map(function(h){return"`"+h+"`"}).join(", "),o.length===1?console.error("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e):1<o.length&&console.error("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://react.dev/link/attribute-behavior ",t,e)}function Es(e){return DU.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function kh(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}function RE(e){var t=Ht(e);if(t&&(e=t.stateNode)){var r=e[hr]||null;e:switch(e=t.stateNode,t.type){case"input":if(Lo(e,r.value,r.defaultValue,r.defaultValue,r.checked,r.defaultChecked,r.type,r.name),t=r.name,r.type==="radio"&&t!=null){for(r=e;r.parentNode;)r=r.parentNode;for(q(t,"name"),r=r.querySelectorAll('input[name="'+$n(""+t)+'"][type="radio"]'),t=0;t<r.length;t++){var o=r[t];if(o!==e&&o.form===e.form){var s=o[hr]||null;if(!s)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Lo(o,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name)}}for(t=0;t<r.length;t++)o=r[t],o.form===e.form&&us(o)}break e;case"textarea":Tr(e,r.value,r.defaultValue);break e;case"select":t=r.value,t!=null&&ki(e,!!r.multiple,t,!1)}}}function DE(e,t,r){if(jg)return e(t,r);jg=!0;try{var o=e(t);return o}finally{if(jg=!1,(cl!==null||fl!==null)&&(Zo(),cl&&(t=cl,e=fl,fl=cl=null,RE(t),e)))for(t=0;t<e.length;t++)RE(e[t])}}function ws(e,t){var r=e.stateNode;if(r===null)return null;var o=r[hr]||null;if(o===null)return null;r=o[t];e:switch(t){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)||(e=e.type,o=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!o;break e;default:e=!1}if(e)return null;if(r&&typeof r!="function")throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof r+"` type.");return r}function TE(){if(pf)return pf;var e,t=Fg,r=t.length,o,s="value"in Aa?Aa.value:Aa.textContent,h=s.length;for(e=0;e<r&&t[e]===s[e];e++);var b=r-e;for(o=1;o<=b&&t[r-o]===s[h-o];o++);return pf=s.slice(e,1<o?1-o:void 0)}function uc(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function cc(){return!0}function BE(){return!1}function ur(e){function t(r,o,s,h,b){this._reactName=r,this._targetInst=s,this.type=o,this.nativeEvent=h,this.target=b,this.currentTarget=null;for(var S in e)e.hasOwnProperty(S)&&(r=e[S],this[S]=r?r(h):h[S]);return this.isDefaultPrevented=(h.defaultPrevented!=null?h.defaultPrevented:h.returnValue===!1)?cc:BE,this.isPropagationStopped=BE,this}return gt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=cc)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=cc)},persist:function(){},isPersistent:cc}),t}function D4(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=HU[e])?!!t[e]:!1}function Ih(){return D4}function ME(e,t){switch(e){case"keyup":return eN.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==w1;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function QE(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}function T4(e,t){switch(e){case"compositionend":return QE(t);case"keypress":return t.which!==x1?null:(v1=!0,C1);case"textInput":return e=t.data,e===C1&&v1?null:e;default:return null}}function B4(e,t){if(dl)return e==="compositionend"||!Gg&&ME(e,t)?(e=TE(),pf=Fg=Aa=null,dl=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return b1&&t.locale!=="ko"?null:t.data;default:return null}}function OE(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!nN[e.type]:t==="textarea"}function M4(e){if(!mi)return!1;e="on"+e;var t=e in document;return t||(t=document.createElement("div"),t.setAttribute(e,"return;"),t=typeof t[e]=="function"),t}function UE(e,t,r,o){cl?fl?fl.push(o):fl=[o]:cl=o,t=Vc(t,"onChange"),0<t.length&&(r=new gf("onChange","change",null,r,o),e.push({event:r,listeners:t}))}function Q4(e){nx(e,0)}function fc(e){var t=vt(e);if(us(t))return e}function NE(e,t){if(e==="change")return t}function jE(){iu&&(iu.detachEvent("onpropertychange",zE),au=iu=null)}function zE(e){if(e.propertyName==="value"&&fc(au)){var t=[];UE(t,au,e,kh(e)),DE(Q4,t)}}function O4(e,t,r){e==="focusin"?(jE(),iu=t,au=r,iu.attachEvent("onpropertychange",zE)):e==="focusout"&&jE()}function U4(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return fc(au)}function N4(e,t){if(e==="click")return fc(t)}function j4(e,t){if(e==="input"||e==="change")return fc(t)}function z4(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}function bs(e,t){if(nr(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var r=Object.keys(e),o=Object.keys(t);if(r.length!==o.length)return!1;for(o=0;o<r.length;o++){var s=r[o];if(!ji.call(t,s)||!nr(e[s],t[s]))return!1}return!0}function FE(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function LE(e,t){var r=FE(e);e=0;for(var o;r;){if(r.nodeType===3){if(o=e+r.textContent.length,e<=t&&o>=t)return{node:r,offset:t-e};e=o}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=FE(r)}}function PE(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?PE(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function HE(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Ka(e.document);t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch(o){r=!1}if(r)e=t.contentWindow;else break;t=Ka(e.document)}return t}function Rh(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function GE(e,t,r){var o=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Yg||hl==null||hl!==Ka(o)||(o=hl,"selectionStart"in o&&Rh(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}),ou&&bs(ou,o)||(ou=o,o=Vc(Kg,"onSelect"),0<o.length&&(t=new gf("onSelect","select",null,t,r),e.push({event:t,listeners:o}),t.target=hl)))}function qa(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}function Ja(e){if(qg[e])return qg[e];if(!pl[e])return e;var t=pl[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in k1)return qg[e]=t[r];return e}function Jr(e,t){B1.set(e,t),Me(t,[e])}function Er(e,t){if(typeof e=="object"&&e!==null){var r=Vg.get(e);return r!==void 0?r:(t={value:e,source:t,stack:Qn(t)},Vg.set(e,t),t)}return{value:e,source:t,stack:Qn(t)}}function dc(){for(var e=gl,t=_g=gl=0;t<e;){var r=Or[t];Or[t++]=null;var o=Or[t];Or[t++]=null;var s=Or[t];Or[t++]=null;var h=Or[t];if(Or[t++]=null,o!==null&&s!==null){var b=o.pending;b===null?s.next=s:(s.next=b.next,b.next=s),o.pending=s}h!==0&&KE(r,s,h)}}function hc(e,t,r,o){Or[gl++]=e,Or[gl++]=t,Or[gl++]=r,Or[gl++]=o,_g|=o,e.lanes|=o,e=e.alternate,e!==null&&(e.lanes|=o)}function Dh(e,t,r,o){return hc(e,t,r,o),pc(e)}function cr(e,t){return hc(e,null,null,t),pc(e)}function KE(e,t,r){e.lanes|=r;var o=e.alternate;o!==null&&(o.lanes|=r);for(var s=!1,h=e.return;h!==null;)h.childLanes|=r,o=h.alternate,o!==null&&(o.childLanes|=r),h.tag===22&&(e=h.stateNode,e===null||e._visibility&Af||(s=!0)),e=h,h=h.return;return e.tag===3?(h=e.stateNode,s&&t!==null&&(s=31-er(r),e=h.hiddenUpdates,o=e[s],o===null?e[s]=[t]:o.push(t),t.lane=r|536870912),h):null}function pc(e){if(Ru>SN)throw xo=Ru=0,Du=Sm=null,Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");xo>kN&&(xo=0,Du=null,console.error("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.")),e.alternate===null&&(e.flags&4098)!==0&&_b(e);for(var t=e,r=t.return;r!==null;)t.alternate===null&&(t.flags&4098)!==0&&_b(e),t=r,r=t.return;return t.tag===3?t.stateNode:null}function Va(e){if(Ur===null)return e;var t=Ur(e);return t===void 0?e:t.current}function Th(e){if(Ur===null)return e;var t=Ur(e);return t===void 0?e!=null&&typeof e.render=="function"&&(t=Va(e.render),e.render!==t)?(t={$$typeof:_s,render:t},e.displayName!==void 0&&(t.displayName=e.displayName),t):e:t.current}function YE(e,t){if(Ur===null)return!1;var r=e.elementType;t=t.type;var o=!1,s=typeof t=="object"&&t!==null?t.$$typeof:null;switch(e.tag){case 1:typeof t=="function"&&(o=!0);break;case 0:(typeof t=="function"||s===Cr)&&(o=!0);break;case 11:(s===_s||s===Cr)&&(o=!0);break;case 14:case 15:(s===of||s===Cr)&&(o=!0);break;default:return!1}return!!(o&&(e=Ur(r),e!==void 0&&e===Ur(t)))}function qE(e){Ur!==null&&typeof WeakSet=="function"&&(ml===null&&(ml=new WeakSet),ml.add(e))}function Bh(e,t,r){var o=e.alternate,s=e.child,h=e.sibling,b=e.tag,S=e.type,N=null;switch(b){case 0:case 15:case 1:N=S;break;case 11:N=S.render}if(Ur===null)throw Error("Expected resolveFamily to be set during hot reload.");var P=!1;S=!1,N!==null&&(N=Ur(N),N!==void 0&&(r.has(N)?S=!0:t.has(N)&&(b===1?S=!0:P=!0))),ml!==null&&(ml.has(e)||o!==null&&ml.has(o))&&(S=!0),S&&(e._debugNeedsRemount=!0),(S||P)&&(o=cr(e,2),o!==null&&pn(o,e,2)),s===null||S||Bh(s,t,r),h!==null&&Bh(h,t,r)}function F4(e,t,r,o){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,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,this.actualDuration=-0,this.actualStartTime=-1.1,this.treeBaseDuration=this.selfBaseDuration=-0,this._debugTask=this._debugStack=this._debugOwner=this._debugInfo=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,Q1||typeof Object.preventExtensions!="function"||Object.preventExtensions(this)}function Mh(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Ii(e,t){var r=e.alternate;switch(r===null?(r=y(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r._debugOwner=e._debugOwner,r._debugStack=e._debugStack,r._debugTask=e._debugTask,r._debugHookTypes=e._debugHookTypes,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null,r.actualDuration=-0,r.actualStartTime=-1.1),r.flags=e.flags&65011712,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r.refCleanup=e.refCleanup,r.selfBaseDuration=e.selfBaseDuration,r.treeBaseDuration=e.treeBaseDuration,r._debugInfo=e._debugInfo,r._debugNeedsRemount=e._debugNeedsRemount,r.tag){case 0:case 15:r.type=Va(e.type);break;case 1:r.type=Va(e.type);break;case 11:r.type=Th(e.type)}return r}function JE(e,t){e.flags&=65011714;var r=e.alternate;return r===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0):(e.childLanes=r.childLanes,e.lanes=r.lanes,e.child=r.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=r.memoizedProps,e.memoizedState=r.memoizedState,e.updateQueue=r.updateQueue,e.type=r.type,t=r.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext,_debugThenableState:t._debugThenableState},e.selfBaseDuration=r.selfBaseDuration,e.treeBaseDuration=r.treeBaseDuration),e}function Qh(e,t,r,o,s,h){var b=0,S=e;if(typeof e=="function")Mh(e)&&(b=1),S=Va(S);else if(typeof e=="string")b=fe(),b=FO(e,r,b)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case Cg:return t=y(31,r,t,s),t.elementType=Cg,t.lanes=h,t;case il:return _a(r.children,s,h,t);case af:b=8,s|=_n,s|=Xr;break;case Eg:return e=r,o=s,typeof e.id!="string"&&console.error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id),t=y(12,e,t,o|Fn),t.elementType=Eg,t.lanes=h,t.stateNode={effectDuration:0,passiveEffectDuration:0},t;case bg:return t=y(13,r,t,s),t.elementType=bg,t.lanes=h,t;case xg:return t=y(19,r,t,s),t.elementType=xg,t.lanes=h,t;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case $O:case fi:b=10;break e;case wg:b=9;break e;case _s:b=11,S=Th(S);break e;case of:b=14;break e;case Cr:b=16,S=null;break e}S="",(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(S+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),e===null?r="null":zn(e)?r="array":e!==void 0&&e.$$typeof===da?(r="<"+(Z(e.type)||"Unknown")+" />",S=" Did you accidentally export a JSX literal instead of a component?"):r=typeof e,(b=o?ie(o):null)&&(S+=`
182
+
183
+ Check the render method of \``+b+"`."),b=29,r=Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(r+"."+S)),S=null}return t=y(b,r,t,s),t.elementType=e,t.type=S,t.lanes=h,t._debugOwner=o,t}function gc(e,t,r){return t=Qh(e.type,e.key,e.props,e._owner,t,r),t._debugOwner=e._owner,t._debugStack=e._debugStack,t._debugTask=e._debugTask,t}function _a(e,t,r,o){return e=y(7,e,o,t),e.lanes=r,e}function Oh(e,t,r){return e=y(6,e,null,t),e.lanes=r,e}function Uh(e,t,r){return t=y(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Xa(e,t){Za(),Al[yl++]=Ef,Al[yl++]=yf,yf=e,Ef=t}function VE(e,t,r){Za(),Nr[jr++]=Li,Nr[jr++]=Pi,Nr[jr++]=uo,uo=e;var o=Li;e=Pi;var s=32-er(o)-1;o&=~(1<<s),r+=1;var h=32-er(t)+s;if(30<h){var b=s-s%5;h=(o&(1<<b)-1).toString(32),o>>=b,s-=b,Li=1<<32-er(t)+s|r<<s|o,Pi=h+e}else Li=1<<h|r<<s|o,Pi=e}function Nh(e){Za(),e.return!==null&&(Xa(e,1),VE(e,1,0))}function jh(e){for(;e===yf;)yf=Al[--yl],Al[yl]=null,Ef=Al[--yl],Al[yl]=null;for(;e===uo;)uo=Nr[--jr],Nr[jr]=null,Pi=Nr[--jr],Nr[jr]=null,Li=Nr[--jr],Nr[jr]=null}function Za(){jt||console.error("Expected to be hydrating. This is a bug in React. Please file an issue.")}function Wa(e,t){if(e.return===null){if(zr===null)zr={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t};else{if(zr.fiber!==e)throw Error("Saw multiple hydration diff roots in a pass. This is a bug in React.");zr.distanceFromLeaf>t&&(zr.distanceFromLeaf=t)}return zr}var r=Wa(e.return,t+1).children;return 0<r.length&&r[r.length-1].fiber===e?(r=r[r.length-1],r.distanceFromLeaf>t&&(r.distanceFromLeaf=t),r):(t={fiber:e,children:[],serverProps:void 0,serverTail:[],distanceFromLeaf:t},r.push(t),t)}function zh(e,t){Hi||(e=Wa(e,0),e.serverProps=null,t!==null&&(t=mx(t),e.serverTail.push(t)))}function $a(e){var t="",r=zr;throw r!==null&&(zr=null,t=vh(r)),vs(Er(Error(`Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:
184
+
185
+ - A server/client branch \`if (typeof window !== 'undefined')\`.
186
+ - Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
187
+ - Date formatting in a user's locale which doesn't match the server.
188
+ - External changing data without sending a snapshot of it along with the HTML.
189
+ - Invalid HTML tag nesting.
190
+
191
+ It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
192
+
193
+ https://react.dev/link/hydration-mismatch`+t),e)),Xg}function _E(e){var t=e.stateNode,r=e.type,o=e.memoizedProps;switch(t[Vn]=e,t[hr]=o,tg(r,o),r){case"dialog":kt("cancel",t),kt("close",t);break;case"iframe":case"object":case"embed":kt("load",t);break;case"video":case"audio":for(r=0;r<Tu.length;r++)kt(Tu[r],t);break;case"source":kt("error",t);break;case"img":case"image":case"link":kt("error",t),kt("load",t);break;case"details":kt("toggle",t);break;case"input":Ye("input",o),kt("invalid",t),cs(t,o),fs(t,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0),Ga(t);break;case"option":ds(t,o);break;case"select":Ye("select",o),kt("invalid",t),We(t,o);break;case"textarea":Ye("textarea",o),kt("invalid",t),ps(t,o),Tt(t,o.value,o.defaultValue,o.children),Ga(t)}r=o.children,typeof r!="string"&&typeof r!="number"&&typeof r!="bigint"||t.textContent===""+r||o.suppressHydrationWarning===!0||ox(t.textContent,r)?(o.popover!=null&&(kt("beforetoggle",t),kt("toggle",t)),o.onScroll!=null&&kt("scroll",t),o.onScrollEnd!=null&&kt("scrollend",t),o.onClick!=null&&(t.onclick=_c),t=!0):t=!1,t||$a(e)}function XE(e){for(rr=e.return;rr;)switch(rr.tag){case 5:case 13:Ai=!1;return;case 27:case 3:Ai=!0;return;default:rr=rr.return}}function xs(e){if(e!==rr)return!1;if(!jt)return XE(e),jt=!0,!1;var t=e.tag,r;if((r=t!==3&&t!==27)&&((r=t===5)&&(r=e.type,r=!(r!=="form"&&r!=="button")||og(e.type,e.memoizedProps)),r=!r),r&&fn){for(r=fn;r;){var o=Wa(e,0),s=mx(r);o.serverTail.push(s),r=s.type==="Suspense"?yx(r):Mr(r.nextSibling)}$a(e)}if(XE(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");fn=yx(e)}else t===27?(t=fn,fa(e.type)?(e=jm,jm=null,fn=e):fn=t):fn=rr?Mr(e.stateNode.nextSibling):null;return!0}function Cs(){fn=rr=null,Hi=jt=!1}function ZE(){var e=co;return e!==null&&(or===null?or=e:or.push.apply(or,e),co=null),e}function vs(e){co===null?co=[e]:co.push(e)}function WE(){var e=zr;if(e!==null){zr=null;for(var t=vh(e);0<e.children.length;)e=e.children[0];Ke(e.fiber,function(){console.error(`A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:
194
+
195
+ - A server/client branch \`if (typeof window !== 'undefined')\`.
196
+ - Variable input such as \`Date.now()\` or \`Math.random()\` which changes each time it's called.
197
+ - Date formatting in a user's locale which doesn't match the server.
198
+ - External changing data without sending a snapshot of it along with the HTML.
199
+ - Invalid HTML tag nesting.
200
+
201
+ It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
202
+
203
+ %s%s`,"https://react.dev/link/hydration-mismatch",t)})}}function mc(){El=wf=null,wl=!1}function ra(e,t,r){M(Zg,t._currentValue,e),t._currentValue=r,M(Wg,t._currentRenderer,e),t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==j1&&console.error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=j1}function Ri(e,t){e._currentValue=Zg.current;var r=Wg.current;re(Wg,t),e._currentRenderer=r,re(Zg,t)}function Fh(e,t,r){for(;e!==null;){var o=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,o!==null&&(o.childLanes|=t)):o!==null&&(o.childLanes&t)!==t&&(o.childLanes|=t),e===r)break;e=e.return}e!==r&&console.error("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function Lh(e,t,r,o){var s=e.child;for(s!==null&&(s.return=e);s!==null;){var h=s.dependencies;if(h!==null){var b=s.child;h=h.firstContext;e:for(;h!==null;){var S=h;h=s;for(var N=0;N<t.length;N++)if(S.context===t[N]){h.lanes|=r,S=h.alternate,S!==null&&(S.lanes|=r),Fh(h.return,r,e),o||(b=null);break e}h=S.next}}else if(s.tag===18){if(b=s.return,b===null)throw Error("We just came from a parent so we must have had a parent. This is a bug in React.");b.lanes|=r,h=b.alternate,h!==null&&(h.lanes|=r),Fh(b,r,e),b=null}else b=s.child;if(b!==null)b.return=s;else for(b=s;b!==null;){if(b===e){b=null;break}if(s=b.sibling,s!==null){s.return=b.return,b=s;break}b=b.return}s=b}}function Ss(e,t,r,o){e=null;for(var s=t,h=!1;s!==null;){if(!h){if((s.flags&524288)!==0)h=!0;else if((s.flags&262144)!==0)break}if(s.tag===10){var b=s.alternate;if(b===null)throw Error("Should have a current fiber. This is a bug in React.");if(b=b.memoizedProps,b!==null){var S=s.type;nr(s.pendingProps.value,b.value)||(e!==null?e.push(S):e=[S])}}else if(s===lf.current){if(b=s.alternate,b===null)throw Error("Should have a current fiber. This is a bug in React.");b.memoizedState.memoizedState!==s.memoizedState.memoizedState&&(e!==null?e.push(Ou):e=[Ou])}s=s.return}e!==null&&Lh(t,e,r,o),t.flags|=262144}function Ac(e){for(e=e.firstContext;e!==null;){if(!nr(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function eo(e){wf=e,El=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function ln(e){return wl&&console.error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),$E(wf,e)}function yc(e,t){return wf===null&&eo(e),$E(e,t)}function $E(e,t){var r=t._currentValue;if(t={context:t,memoizedValue:r,next:null},El===null){if(e===null)throw Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");El=t,e.dependencies={lanes:0,firstContext:t,_debugThenableState:null},e.flags|=524288}else El=El.next=t;return r}function Ph(){return{controller:new cN,data:new Map,refCount:0}}function to(e){e.controller.signal.aborted&&console.warn("A cache instance was retained after it was already freed. This likely indicates a bug in React."),e.refCount++}function ks(e){e.refCount--,0>e.refCount&&console.warn("A cache instance was released after it was already freed. This likely indicates a bug in React."),e.refCount===0&&fN(dN,function(){e.controller.abort()})}function Di(){var e=fo;return fo=0,e}function Ec(e){var t=fo;return fo=e,t}function Is(e){var t=fo;return fo+=e,t}function Hh(e){pr=bl(),0>e.actualStartTime&&(e.actualStartTime=pr)}function Gh(e){if(0<=pr){var t=bl()-pr;e.actualDuration+=t,e.selfBaseDuration=t,pr=-1}}function ew(e){if(0<=pr){var t=bl()-pr;e.actualDuration+=t,pr=-1}}function ii(){if(0<=pr){var e=bl()-pr;pr=-1,fo+=e}}function ai(){pr=bl()}function wc(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function L4(e,t){if(lu===null){var r=lu=[];$g=0,ho=Zp(),xl={status:"pending",value:void 0,then:function(o){r.push(o)}}}return $g++,t.then(tw,tw),t}function tw(){if(--$g===0&&lu!==null){xl!==null&&(xl.status="fulfilled");var e=lu;lu=null,ho=0,xl=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function P4(e,t){var r=[],o={status:"pending",value:null,reason:null,then:function(s){r.push(s)}};return e.then(function(){o.status="fulfilled",o.value=t;for(var s=0;s<r.length;s++)(0,r[s])(t)},function(s){for(o.status="rejected",o.reason=s,s=0;s<r.length;s++)(0,r[s])(void 0)}),o}function Kh(){var e=po.current;return e!==null?e:Xt.pooledCache}function bc(e,t){t===null?M(po,po.current,e):M(po,t.pool,e)}function nw(){var e=Kh();return e===null?null:{parent:vn._currentValue,pool:e}}function rw(){return{didWarnAboutUncachedPromise:!1,thenables:[]}}function iw(e){return e=e.status,e==="fulfilled"||e==="rejected"}function xc(){}function aw(e,t,r){Ce.actQueue!==null&&(Ce.didUsePromise=!0);var o=e.thenables;switch(r=o[r],r===void 0?o.push(t):r!==t&&(e.didWarnAboutUncachedPromise||(e.didWarnAboutUncachedPromise=!0,console.error("A component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-compatible library or framework.")),t.then(xc,xc),t=r),t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,lw(e),e;default:if(typeof t.status=="string")t.then(xc,xc);else{if(e=Xt,e!==null&&100<e.shellSuspendCounter)throw Error("An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.");e=t,e.status="pending",e.then(function(s){if(t.status==="pending"){var h=t;h.status="fulfilled",h.value=s}},function(s){if(t.status==="pending"){var h=t;h.status="rejected",h.reason=s}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,lw(e),e}throw gu=t,kf=!0,pu}}function ow(){if(gu===null)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var e=gu;return gu=null,kf=!1,e}function lw(e){if(e===pu||e===Sf)throw Error("Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.")}function Yh(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function qh(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function ia(e){return{lane:e,tag:H1,payload:null,callback:null,next:null}}function aa(e,t,r){var o=e.updateQueue;if(o===null)return null;if(o=o.shared,nm===o&&!Y1){var s=L(e);console.error(`An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.
204
+
205
+ Please update the following component: %s`,s),Y1=!0}return(Ft&ar)!==Sr?(s=o.pending,s===null?t.next=t:(t.next=s.next,s.next=t),o.pending=t,t=pc(e),KE(e,null,r),t):(hc(e,o,t,r),pc(e))}function Rs(e,t,r){if(t=t.updateQueue,t!==null&&(t=t.shared,(r&4194048)!==0)){var o=t.lanes;o&=e.pendingLanes,r|=o,t.lanes=r,ne(e,r)}}function Cc(e,t){var r=e.updateQueue,o=e.alternate;if(o!==null&&(o=o.updateQueue,r===o)){var s=null,h=null;if(r=r.firstBaseUpdate,r!==null){do{var b={lane:r.lane,tag:r.tag,payload:r.payload,callback:null,next:null};h===null?s=h=b:h=h.next=b,r=r.next}while(r!==null);h===null?s=h=t:h=h.next=t}else s=h=t;r={baseState:o.baseState,firstBaseUpdate:s,lastBaseUpdate:h,shared:o.shared,callbacks:o.callbacks},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function Ds(){if(rm){var e=xl;if(e!==null)throw e}}function Ts(e,t,r,o){rm=!1;var s=e.updateQueue;Ea=!1,nm=s.shared;var h=s.firstBaseUpdate,b=s.lastBaseUpdate,S=s.shared.pending;if(S!==null){s.shared.pending=null;var N=S,P=N.next;N.next=null,b===null?h=P:b.next=P,b=N;var Ae=e.alternate;Ae!==null&&(Ae=Ae.updateQueue,S=Ae.lastBaseUpdate,S!==b&&(S===null?Ae.firstBaseUpdate=P:S.next=P,Ae.lastBaseUpdate=N))}if(h!==null){var ve=s.baseState;b=0,Ae=P=N=null,S=h;do{var me=S.lane&-536870913,ke=me!==S.lane;if(ke?(bt&me)===me:(o&me)===me){me!==0&&me===ho&&(rm=!0),Ae!==null&&(Ae=Ae.next={lane:0,tag:S.tag,payload:S.payload,callback:null,next:null});e:{me=e;var qe=S,at=t,Zt=r;switch(qe.tag){case G1:if(qe=qe.payload,typeof qe=="function"){wl=!0;var It=qe.call(Zt,ve,at);if(me.mode&_n){Oe(!0);try{qe.call(Zt,ve,at)}finally{Oe(!1)}}wl=!1,ve=It;break e}ve=qe;break e;case tm:me.flags=me.flags&-65537|128;case H1:if(It=qe.payload,typeof It=="function"){if(wl=!0,qe=It.call(Zt,ve,at),me.mode&_n){Oe(!0);try{It.call(Zt,ve,at)}finally{Oe(!1)}}wl=!1}else qe=It;if(qe==null)break e;ve=gt({},ve,qe);break e;case K1:Ea=!0}}me=S.callback,me!==null&&(e.flags|=64,ke&&(e.flags|=8192),ke=s.callbacks,ke===null?s.callbacks=[me]:ke.push(me))}else ke={lane:me,tag:S.tag,payload:S.payload,callback:S.callback,next:null},Ae===null?(P=Ae=ke,N=ve):Ae=Ae.next=ke,b|=me;if(S=S.next,S===null){if(S=s.shared.pending,S===null)break;ke=S,S=ke.next,ke.next=null,s.lastBaseUpdate=ke,s.shared.pending=null}}while(!0);Ae===null&&(N=ve),s.baseState=N,s.firstBaseUpdate=P,s.lastBaseUpdate=Ae,h===null&&(s.shared.lanes=0),Ca|=b,e.lanes=b,e.memoizedState=ve}nm=null}function sw(e,t){if(typeof e!="function")throw Error("Invalid argument passed as callback. Expected a function. Instead received: "+e);e.call(t)}function H4(e,t){var r=e.shared.hiddenCallbacks;if(r!==null)for(e.shared.hiddenCallbacks=null,e=0;e<r.length;e++)sw(r[e],t)}function uw(e,t){var r=e.callbacks;if(r!==null)for(e.callbacks=null,e=0;e<r.length;e++)sw(r[e],t)}function cw(e,t){var r=wi;M(If,r,e),M(Cl,t,e),wi=r|t.baseLanes}function Jh(e){M(If,wi,e),M(Cl,Cl.current,e)}function Vh(e){wi=If.current,re(Cl,e),re(If,e)}function wt(){var e=we;Pr===null?Pr=[e]:Pr.push(e)}function Be(){var e=we;if(Pr!==null&&(Ki++,Pr[Ki]!==e)){var t=L(lt);if(!q1.has(t)&&(q1.add(t),Pr!==null)){for(var r="",o=0;o<=Ki;o++){var s=Pr[o],h=o===Ki?e:s;for(s=o+1+". "+s;30>s.length;)s+=" ";s+=h+`
206
+ `,r+=s}console.error(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://react.dev/link/rules-of-hooks
207
+
208
+ Previous render Next render
209
+ ------------------------------------------------------
210
+ %s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
211
+ `,t,r)}}}function Ko(e){e==null||zn(e)||console.error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",we,typeof e)}function vc(){var e=L(lt);V1.has(e)||(V1.add(e),console.error("ReactDOM.useFormState has been renamed to React.useActionState. Please update %s to use React.useActionState.",e))}function hn(){throw Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
212
+ 1. You might have mismatching versions of React and the renderer (such as React DOM)
213
+ 2. You might be breaking the Rules of Hooks
214
+ 3. You might have more than one copy of React in the same app
215
+ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function _h(e,t){if(Au)return!1;if(t===null)return console.error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",we),!1;e.length!==t.length&&console.error(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
216
+
217
+ Previous: %s
218
+ Incoming: %s`,we,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var r=0;r<t.length&&r<e.length;r++)if(!nr(e[r],t[r]))return!1;return!0}function Xh(e,t,r,o,s,h){wa=h,lt=t,Pr=e!==null?e._debugHookTypes:null,Ki=-1,Au=e!==null&&e.type!==t.type,(Object.prototype.toString.call(r)==="[object AsyncFunction]"||Object.prototype.toString.call(r)==="[object AsyncGeneratorFunction]")&&(h=L(lt),im.has(h)||(im.add(h),console.error("%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",h===null?"An unknown Component":"<"+h+">"))),t.memoizedState=null,t.updateQueue=null,t.lanes=0,Ce.H=e!==null&&e.memoizedState!==null?om:Pr!==null?_1:am,mo=h=(t.mode&_n)!==nn;var b=lm(r,o,s);if(mo=!1,Sl&&(b=Zh(t,r,o,s)),h){Oe(!0);try{b=Zh(t,r,o,s)}finally{Oe(!1)}}return fw(e,t),b}function fw(e,t){t._debugHookTypes=Pr,t.dependencies===null?Gi!==null&&(t.dependencies={lanes:0,firstContext:null,_debugThenableState:Gi}):t.dependencies._debugThenableState=Gi,Ce.H=Tf;var r=qt!==null&&qt.next!==null;if(wa=0,Pr=we=wn=qt=lt=null,Ki=-1,e!==null&&(e.flags&65011712)!==(t.flags&65011712)&&console.error("Internal React error: Expected static flag was missing. Please notify the React team."),Rf=!1,mu=0,Gi=null,r)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");e===null||Rn||(e=e.dependencies,e!==null&&Ac(e)&&(Rn=!0)),kf?(kf=!1,e=!0):e=!1,e&&(t=L(t)||"Unknown",J1.has(t)||im.has(t)||(J1.add(t),console.error("`use` was called from inside a try/catch block. This is not allowed and can lead to unexpected behavior. To handle errors triggered by `use`, wrap your component in a error boundary.")))}function Zh(e,t,r,o){lt=e;var s=0;do{if(Sl&&(Gi=null),mu=0,Sl=!1,s>=pN)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(s+=1,Au=!1,wn=qt=null,e.updateQueue!=null){var h=e.updateQueue;h.lastEffect=null,h.events=null,h.stores=null,h.memoCache!=null&&(h.memoCache.index=0)}Ki=-1,Ce.H=X1,h=lm(t,r,o)}while(Sl);return h}function G4(){var e=Ce.H,t=e.useState()[0];return t=typeof t.then=="function"?Bs(t):t,e=e.useState()[0],(qt!==null?qt.memoizedState:null)!==e&&(lt.flags|=1024),t}function Wh(){var e=Df!==0;return Df=0,e}function $h(e,t,r){t.updateQueue=e.updateQueue,t.flags=(t.mode&Xr)!==nn?t.flags&-402655237:t.flags&-2053,e.lanes&=~r}function ep(e){if(Rf){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}Rf=!1}wa=0,Pr=wn=qt=lt=null,Ki=-1,we=null,Sl=!1,mu=Df=0,Gi=null}function fr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return wn===null?lt.memoizedState=wn=e:wn=wn.next=e,wn}function Gt(){if(qt===null){var e=lt.alternate;e=e!==null?e.memoizedState:null}else e=qt.next;var t=wn===null?lt.memoizedState:wn.next;if(t!==null)wn=t,qt=e;else{if(e===null)throw lt.alternate===null?Error("Update hook called on initial render. This is likely a bug in React. Please file an issue."):Error("Rendered more hooks than during the previous render.");qt=e,e={memoizedState:qt.memoizedState,baseState:qt.baseState,baseQueue:qt.baseQueue,queue:qt.queue,next:null},wn===null?lt.memoizedState=wn=e:wn=wn.next=e}return wn}function tp(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Bs(e){var t=mu;return mu+=1,Gi===null&&(Gi=rw()),e=aw(Gi,e,t),t=lt,(wn===null?t.memoizedState:wn.next)===null&&(t=t.alternate,Ce.H=t!==null&&t.memoizedState!==null?om:am),e}function oa(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Bs(e);if(e.$$typeof===fi)return ln(e)}throw Error("An unsupported type was passed to use(): "+String(e))}function no(e){var t=null,r=lt.updateQueue;if(r!==null&&(t=r.memoCache),t==null){var o=lt.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(t={data:o.data.map(function(s){return s.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),r===null&&(r=tp(),lt.updateQueue=r),r.memoCache=t,r=t.data[t.index],r===void 0||Au)for(r=t.data[t.index]=Array(e),o=0;o<e;o++)r[o]=eU;else r.length!==e&&console.error("Expected a constant size argument for each invocation of useMemoCache. The previous cache was allocated with size %s but size %s was requested.",r.length,e);return t.index++,r}function Vr(e,t){return typeof t=="function"?t(e):t}function np(e,t,r){var o=fr();if(r!==void 0){var s=r(t);if(mo){Oe(!0);try{r(t)}finally{Oe(!1)}}}else s=t;return o.memoizedState=o.baseState=s,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:s},o.queue=e,e=e.dispatch=J4.bind(null,lt,e),[o.memoizedState,e]}function Yo(e){var t=Gt();return rp(t,qt,e)}function rp(e,t,r){var o=e.queue;if(o===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");o.lastRenderedReducer=r;var s=e.baseQueue,h=o.pending;if(h!==null){if(s!==null){var b=s.next;s.next=h.next,h.next=b}t.baseQueue!==s&&console.error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),t.baseQueue=s=h,o.pending=null}if(h=e.baseState,s===null)e.memoizedState=h;else{t=s.next;var S=b=null,N=null,P=t,Ae=!1;do{var ve=P.lane&-536870913;if(ve!==P.lane?(bt&ve)===ve:(wa&ve)===ve){var me=P.revertLane;if(me===0)N!==null&&(N=N.next={lane:0,revertLane:0,action:P.action,hasEagerState:P.hasEagerState,eagerState:P.eagerState,next:null}),ve===ho&&(Ae=!0);else if((wa&me)===me){P=P.next,me===ho&&(Ae=!0);continue}else ve={lane:0,revertLane:P.revertLane,action:P.action,hasEagerState:P.hasEagerState,eagerState:P.eagerState,next:null},N===null?(S=N=ve,b=h):N=N.next=ve,lt.lanes|=me,Ca|=me;ve=P.action,mo&&r(h,ve),h=P.hasEagerState?P.eagerState:r(h,ve)}else me={lane:ve,revertLane:P.revertLane,action:P.action,hasEagerState:P.hasEagerState,eagerState:P.eagerState,next:null},N===null?(S=N=me,b=h):N=N.next=me,lt.lanes|=ve,Ca|=ve;P=P.next}while(P!==null&&P!==t);if(N===null?b=h:N.next=S,!nr(h,e.memoizedState)&&(Rn=!0,Ae&&(r=xl,r!==null)))throw r;e.memoizedState=h,e.baseState=b,e.baseQueue=N,o.lastRenderedState=h}return s===null&&(o.lanes=0),[e.memoizedState,o.dispatch]}function Ms(e){var t=Gt(),r=t.queue;if(r===null)throw Error("Should have a queue. You are likely calling Hooks conditionally, which is not allowed. (https://react.dev/link/invalid-hook-call)");r.lastRenderedReducer=e;var o=r.dispatch,s=r.pending,h=t.memoizedState;if(s!==null){r.pending=null;var b=s=s.next;do h=e(h,b.action),b=b.next;while(b!==s);nr(h,t.memoizedState)||(Rn=!0),t.memoizedState=h,t.baseQueue===null&&(t.baseState=h),r.lastRenderedState=h}return[h,o]}function ip(e,t,r){var o=lt,s=fr();if(jt){if(r===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");var h=r();vl||h===r()||(console.error("The result of getServerSnapshot should be cached to avoid an infinite loop"),vl=!0)}else{if(h=t(),vl||(r=t(),nr(h,r)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),vl=!0)),Xt===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");(bt&124)!==0||dw(o,t,h)}return s.memoizedState=h,r={value:h,getSnapshot:t},s.queue=r,Dc(pw.bind(null,o,r,e),[e]),o.flags|=2048,Jo(Lr|Sn,Rc(),hw.bind(null,o,r,h,t),null),h}function Sc(e,t,r){var o=lt,s=Gt(),h=jt;if(h){if(r===void 0)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");r=r()}else if(r=t(),!vl){var b=t();nr(r,b)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),vl=!0)}(b=!nr((qt||s).memoizedState,r))&&(s.memoizedState=r,Rn=!0),s=s.queue;var S=pw.bind(null,o,s,e);if(dr(2048,Sn,S,[e]),s.getSnapshot!==t||b||wn!==null&&wn.memoizedState.tag&Lr){if(o.flags|=2048,Jo(Lr|Sn,Rc(),hw.bind(null,o,s,r,t),null),Xt===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");h||(wa&124)!==0||dw(o,t,r)}return r}function dw(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=lt.updateQueue,t===null?(t=tp(),lt.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function hw(e,t,r,o){t.value=r,t.getSnapshot=o,gw(t)&&mw(e)}function pw(e,t,r){return r(function(){gw(t)&&mw(e)})}function gw(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!nr(e,r)}catch(o){return!0}}function mw(e){var t=cr(e,2);t!==null&&pn(t,e,2)}function ap(e){var t=fr();if(typeof e=="function"){var r=e;if(e=r(),mo){Oe(!0);try{r()}finally{Oe(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vr,lastRenderedState:e},t}function op(e){e=ap(e);var t=e.queue,r=Uw.bind(null,lt,t);return t.dispatch=r,[e.memoizedState,r]}function lp(e){var t=fr();t.memoizedState=t.baseState=e;var r={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=r,t=wp.bind(null,lt,!0,r),r.dispatch=t,[e,t]}function Aw(e,t){var r=Gt();return yw(r,qt,e,t)}function yw(e,t,r,o){return e.baseState=r,rp(e,qt,typeof o=="function"?o:Vr)}function Ew(e,t){var r=Gt();return qt!==null?yw(r,qt,e,t):(r.baseState=e,[e,r.queue.dispatch])}function K4(e,t,r,o,s){if(Qc(e))throw Error("Cannot update form state while rendering.");if(e=t.action,e!==null){var h={payload:s,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(b){h.listeners.push(b)}};Ce.T!==null?r(!0):h.isTransition=!1,o(h),r=t.pending,r===null?(h.next=t.pending=h,ww(t,h)):(h.next=r.next,t.pending=r.next=h)}}function ww(e,t){var r=t.action,o=t.payload,s=e.state;if(t.isTransition){var h=Ce.T,b={};Ce.T=b,Ce.T._updatedFibers=new Set;try{var S=r(s,o),N=Ce.S;N!==null&&N(b,S),bw(e,t,S)}catch(P){sp(e,t,P)}finally{Ce.T=h,h===null&&b._updatedFibers&&(e=b._updatedFibers.size,b._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}else try{b=r(s,o),bw(e,t,b)}catch(P){sp(e,t,P)}}function bw(e,t,r){r!==null&&typeof r=="object"&&typeof r.then=="function"?(r.then(function(o){xw(e,t,o)},function(o){return sp(e,t,o)}),t.isTransition||console.error("An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop.")):xw(e,t,r)}function xw(e,t,r){t.status="fulfilled",t.value=r,Cw(t),e.state=r,t=e.pending,t!==null&&(r=t.next,r===t?e.pending=null:(r=r.next,t.next=r,ww(e,r)))}function sp(e,t,r){var o=e.pending;if(e.pending=null,o!==null){o=o.next;do t.status="rejected",t.reason=r,Cw(t),t=t.next;while(t!==o)}e.action=null}function Cw(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function vw(e,t){return t}function qo(e,t){if(jt){var r=Xt.formState;if(r!==null){e:{var o=lt;if(jt){if(fn){t:{for(var s=fn,h=Ai;s.nodeType!==8;){if(!h){s=null;break t}if(s=Mr(s.nextSibling),s===null){s=null;break t}}h=s.data,s=h===Qm||h===VC?s:null}if(s){fn=Mr(s.nextSibling),o=s.data===Qm;break e}}$a(o)}o=!1}o&&(t=r[0])}}return r=fr(),r.memoizedState=r.baseState=t,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:vw,lastRenderedState:t},r.queue=o,r=Uw.bind(null,lt,o),o.dispatch=r,o=ap(!1),h=wp.bind(null,lt,!1,o.queue),o=fr(),s={state:t,dispatch:null,action:e,pending:null},o.queue=s,r=K4.bind(null,lt,s,h,r),s.dispatch=r,o.memoizedState=e,[t,r,!1]}function kc(e){var t=Gt();return Sw(t,qt,e)}function Sw(e,t,r){if(t=rp(e,t,vw)[0],e=Yo(Vr)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var o=Bs(t)}catch(b){throw b===pu?Sf:b}else o=t;t=Gt();var s=t.queue,h=s.dispatch;return r!==t.memoizedState&&(lt.flags|=2048,Jo(Lr|Sn,Rc(),Y4.bind(null,s,r),null)),[o,h,e]}function Y4(e,t){e.action=t}function Ic(e){var t=Gt(),r=qt;if(r!==null)return Sw(t,r,e);Gt(),t=t.memoizedState,r=Gt();var o=r.queue.dispatch;return r.memoizedState=e,[t,o,!1]}function Jo(e,t,r,o){return e={tag:e,create:r,deps:o,inst:t,next:null},t=lt.updateQueue,t===null&&(t=tp(),lt.updateQueue=t),r=t.lastEffect,r===null?t.lastEffect=e.next=e:(o=r.next,r.next=e,e.next=o,t.lastEffect=e),e}function Rc(){return{destroy:void 0,resource:void 0}}function up(e){var t=fr();return e={current:e},t.memoizedState=e}function ro(e,t,r,o){var s=fr();o=o===void 0?null:o,lt.flags|=e,s.memoizedState=Jo(Lr|t,Rc(),r,o)}function dr(e,t,r,o){var s=Gt();o=o===void 0?null:o;var h=s.memoizedState.inst;qt!==null&&o!==null&&_h(o,qt.memoizedState.deps)?s.memoizedState=Jo(t,h,r,o):(lt.flags|=e,s.memoizedState=Jo(Lr|t,h,r,o))}function Dc(e,t){(lt.mode&Xr)!==nn&&(lt.mode&M1)===nn?ro(276826112,Sn,e,t):ro(8390656,Sn,e,t)}function cp(e,t){var r=4194308;return(lt.mode&Xr)!==nn&&(r|=134217728),ro(r,Ln,e,t)}function kw(e,t){if(typeof t=="function"){e=e();var r=t(e);return function(){typeof r=="function"?r():t(null)}}if(t!=null)return t.hasOwnProperty("current")||console.error("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(t).join(", ")+"}"),e=e(),t.current=e,function(){t.current=null}}function fp(e,t,r){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),r=r!=null?r.concat([e]):null;var o=4194308;(lt.mode&Xr)!==nn&&(o|=134217728),ro(o,Ln,kw.bind(null,t,e),r)}function Tc(e,t,r){typeof t!="function"&&console.error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null"),r=r!=null?r.concat([e]):null,dr(4,Ln,kw.bind(null,t,e),r)}function dp(e,t){return fr().memoizedState=[e,t===void 0?null:t],e}function Bc(e,t){var r=Gt();t=t===void 0?null:t;var o=r.memoizedState;return t!==null&&_h(t,o[1])?o[0]:(r.memoizedState=[e,t],e)}function hp(e,t){var r=fr();t=t===void 0?null:t;var o=e();if(mo){Oe(!0);try{e()}finally{Oe(!1)}}return r.memoizedState=[o,t],o}function Mc(e,t){var r=Gt();t=t===void 0?null:t;var o=r.memoizedState;if(t!==null&&_h(t,o[1]))return o[0];if(o=e(),mo){Oe(!0);try{e()}finally{Oe(!1)}}return r.memoizedState=[o,t],o}function pp(e,t){var r=fr();return gp(r,e,t)}function Iw(e,t){var r=Gt();return Dw(r,qt.memoizedState,e,t)}function Rw(e,t){var r=Gt();return qt===null?gp(r,e,t):Dw(r,qt.memoizedState,e,t)}function gp(e,t,r){return r===void 0||(wa&1073741824)!==0?e.memoizedState=t:(e.memoizedState=r,e=Tb(),lt.lanes|=e,Ca|=e,r)}function Dw(e,t,r,o){return nr(r,t)?r:Cl.current!==null?(e=gp(e,r,o),nr(e,t)||(Rn=!0),e):(wa&42)===0?(Rn=!0,e.memoizedState=r):(e=Tb(),lt.lanes|=e,Ca|=e,t)}function Tw(e,t,r,o,s){var h=zt.p;zt.p=h!==0&&h<pi?h:pi;var b=Ce.T,S={};Ce.T=S,wp(e,!1,t,r),S._updatedFibers=new Set;try{var N=s(),P=Ce.S;if(P!==null&&P(S,N),N!==null&&typeof N=="object"&&typeof N.then=="function"){var Ae=P4(N,o);Qs(e,t,Ae,xr(e))}else Qs(e,t,o,xr(e))}catch(ve){Qs(e,t,{then:function(){},status:"rejected",reason:ve},xr(e))}finally{zt.p=h,Ce.T=b,b===null&&S._updatedFibers&&(e=S._updatedFibers.size,S._updatedFibers.clear(),10<e&&console.warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."))}}function mp(e,t,r,o){if(e.tag!==5)throw Error("Expected the form instance to be a HostComponent. This is a bug in React.");var s=Bw(e).queue;Tw(e,s,t,Io,r===null?A:function(){return Mw(e),r(o)})}function Bw(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:Io,baseState:Io,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vr,lastRenderedState:Io},next:null};var r={};return t.next={memoizedState:r,baseState:r,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Vr,lastRenderedState:r},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function Mw(e){Ce.T===null&&console.error("requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition.");var t=Bw(e).next.queue;Qs(e,t,{},xr(e))}function Ap(){var e=ap(!1);return e=Tw.bind(null,lt,e.queue,!0,!1),fr().memoizedState=e,[!1,e]}function Qw(){var e=Yo(Vr)[0],t=Gt().memoizedState;return[typeof e=="boolean"?e:Bs(e),t]}function Ow(){var e=Ms(Vr)[0],t=Gt().memoizedState;return[typeof e=="boolean"?e:Bs(e),t]}function io(){return ln(Ou)}function yp(){var e=fr(),t=Xt.identifierPrefix;if(jt){var r=Pi,o=Li;r=(o&~(1<<32-er(o)-1)).toString(32)+r,t="«"+t+"R"+r,r=Df++,0<r&&(t+="H"+r.toString(32)),t+="»"}else r=hN++,t="«"+t+"r"+r.toString(32)+"»";return e.memoizedState=t}function Ep(){return fr().memoizedState=q4.bind(null,lt)}function q4(e,t){for(var r=e.return;r!==null;){switch(r.tag){case 24:case 3:var o=xr(r);e=ia(o);var s=aa(r,e,o);s!==null&&(pn(s,r,o),Rs(s,r,o)),r=Ph(),t!=null&&s!==null&&console.error("The seed argument is not enabled outside experimental channels."),e.payload={cache:r};return}r=r.return}}function J4(e,t,r){var o=arguments;typeof o[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),o=xr(e);var s={lane:o,revertLane:0,action:r,hasEagerState:!1,eagerState:null,next:null};Qc(e)?Nw(t,s):(s=Dh(e,t,s,o),s!==null&&(pn(s,e,o),jw(s,t,o))),Dt(e,o)}function Uw(e,t,r){var o=arguments;typeof o[3]=="function"&&console.error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."),o=xr(e),Qs(e,t,r,o),Dt(e,o)}function Qs(e,t,r,o){var s={lane:o,revertLane:0,action:r,hasEagerState:!1,eagerState:null,next:null};if(Qc(e))Nw(t,s);else{var h=e.alternate;if(e.lanes===0&&(h===null||h.lanes===0)&&(h=t.lastRenderedReducer,h!==null)){var b=Ce.H;Ce.H=Wr;try{var S=t.lastRenderedState,N=h(S,r);if(s.hasEagerState=!0,s.eagerState=N,nr(N,S))return hc(e,t,s,0),Xt===null&&dc(),!1}catch(P){}finally{Ce.H=b}}if(r=Dh(e,t,s,o),r!==null)return pn(r,e,o),jw(r,t,o),!0}return!1}function wp(e,t,r,o){if(Ce.T===null&&ho===0&&console.error("An optimistic state update occurred outside a transition or action. To fix, move the update to an action, or wrap with startTransition."),o={lane:2,revertLane:Zp(),action:o,hasEagerState:!1,eagerState:null,next:null},Qc(e)){if(t)throw Error("Cannot update optimistic state while rendering.");console.error("Cannot call startTransition while rendering.")}else t=Dh(e,r,o,2),t!==null&&pn(t,e,2);Dt(e,2)}function Qc(e){var t=e.alternate;return e===lt||t!==null&&t===lt}function Nw(e,t){Sl=Rf=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function jw(e,t,r){if((r&4194048)!==0){var o=t.lanes;o&=e.pendingLanes,r|=o,t.lanes=r,ne(e,r)}}function Un(e){var t=ht;return e!=null&&(ht=t===null?e:t.concat(e)),t}function Oc(e,t,r){for(var o=Object.keys(e.props),s=0;s<o.length;s++){var h=o[s];if(h!=="children"&&h!=="key"){t===null&&(t=gc(e,r.mode,0),t._debugInfo=ht,t.return=r),Ke(t,function(b){console.error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",b)},h);break}}}function Uc(e){var t=yu;return yu+=1,kl===null&&(kl=rw()),aw(kl,e,t)}function Os(e,t){t=t.props.ref,e.ref=t!==void 0?t:null}function Nc(e,t){throw t.$$typeof===WO?Error(`A React Element from an older version of React was rendered. This is not supported. It can happen if:
219
+ - Multiple copies of the "react" package is used.
220
+ - A library pre-bundled an old copy of "react" or "react/jsx-runtime".
221
+ - A compiler tries to "inline" JSX instead of using the runtime.`):(e=Object.prototype.toString.call(t),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead."))}function jc(e,t){var r=L(e)||"Component";fC[r]||(fC[r]=!0,t=t.displayName||t.name||"Component",e.tag===3?console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
222
+ root.render(%s)`,t,t,t):console.error(`Functions are not valid as a React child. This may happen if you return %s instead of <%s /> from render. Or maybe you meant to call this function rather than return it.
223
+ <%s>{%s}</%s>`,t,t,r,t,r))}function zc(e,t){var r=L(e)||"Component";dC[r]||(dC[r]=!0,t=String(t),e.tag===3?console.error(`Symbols are not valid as a React child.
224
+ root.render(%s)`,t):console.error(`Symbols are not valid as a React child.
225
+ <%s>%s</%s>`,r,t,r))}function zw(e){function t(_,X){if(e){var oe=_.deletions;oe===null?(_.deletions=[X],_.flags|=16):oe.push(X)}}function r(_,X){if(!e)return null;for(;X!==null;)t(_,X),X=X.sibling;return null}function o(_){for(var X=new Map;_!==null;)_.key!==null?X.set(_.key,_):X.set(_.index,_),_=_.sibling;return X}function s(_,X){return _=Ii(_,X),_.index=0,_.sibling=null,_}function h(_,X,oe){return _.index=oe,e?(oe=_.alternate,oe!==null?(oe=oe.index,oe<X?(_.flags|=67108866,X):oe):(_.flags|=67108866,X)):(_.flags|=1048576,X)}function b(_){return e&&_.alternate===null&&(_.flags|=67108866),_}function S(_,X,oe,Ie){return X===null||X.tag!==6?(X=Oh(oe,_.mode,Ie),X.return=_,X._debugOwner=_,X._debugTask=_._debugTask,X._debugInfo=ht,X):(X=s(X,oe),X.return=_,X._debugInfo=ht,X)}function N(_,X,oe,Ie){var ze=oe.type;return ze===il?(X=Ae(_,X,oe.props.children,Ie,oe.key),Oc(oe,X,_),X):X!==null&&(X.elementType===ze||YE(X,oe)||typeof ze=="object"&&ze!==null&&ze.$$typeof===Cr&&ba(ze)===X.type)?(X=s(X,oe.props),Os(X,oe),X.return=_,X._debugOwner=oe._owner,X._debugInfo=ht,X):(X=gc(oe,_.mode,Ie),Os(X,oe),X.return=_,X._debugInfo=ht,X)}function P(_,X,oe,Ie){return X===null||X.tag!==4||X.stateNode.containerInfo!==oe.containerInfo||X.stateNode.implementation!==oe.implementation?(X=Uh(oe,_.mode,Ie),X.return=_,X._debugInfo=ht,X):(X=s(X,oe.children||[]),X.return=_,X._debugInfo=ht,X)}function Ae(_,X,oe,Ie,ze){return X===null||X.tag!==7?(X=_a(oe,_.mode,Ie,ze),X.return=_,X._debugOwner=_,X._debugTask=_._debugTask,X._debugInfo=ht,X):(X=s(X,oe),X.return=_,X._debugInfo=ht,X)}function ve(_,X,oe){if(typeof X=="string"&&X!==""||typeof X=="number"||typeof X=="bigint")return X=Oh(""+X,_.mode,oe),X.return=_,X._debugOwner=_,X._debugTask=_._debugTask,X._debugInfo=ht,X;if(typeof X=="object"&&X!==null){switch(X.$$typeof){case da:return oe=gc(X,_.mode,oe),Os(oe,X),oe.return=_,_=Un(X._debugInfo),oe._debugInfo=ht,ht=_,oe;case rl:return X=Uh(X,_.mode,oe),X.return=_,X._debugInfo=ht,X;case Cr:var Ie=Un(X._debugInfo);return X=ba(X),_=ve(_,X,oe),ht=Ie,_}if(zn(X)||j(X))return oe=_a(X,_.mode,oe,null),oe.return=_,oe._debugOwner=_,oe._debugTask=_._debugTask,_=Un(X._debugInfo),oe._debugInfo=ht,ht=_,oe;if(typeof X.then=="function")return Ie=Un(X._debugInfo),_=ve(_,Uc(X),oe),ht=Ie,_;if(X.$$typeof===fi)return ve(_,yc(_,X),oe);Nc(_,X)}return typeof X=="function"&&jc(_,X),typeof X=="symbol"&&zc(_,X),null}function me(_,X,oe,Ie){var ze=X!==null?X.key:null;if(typeof oe=="string"&&oe!==""||typeof oe=="number"||typeof oe=="bigint")return ze!==null?null:S(_,X,""+oe,Ie);if(typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case da:return oe.key===ze?(ze=Un(oe._debugInfo),_=N(_,X,oe,Ie),ht=ze,_):null;case rl:return oe.key===ze?P(_,X,oe,Ie):null;case Cr:return ze=Un(oe._debugInfo),oe=ba(oe),_=me(_,X,oe,Ie),ht=ze,_}if(zn(oe)||j(oe))return ze!==null?null:(ze=Un(oe._debugInfo),_=Ae(_,X,oe,Ie,null),ht=ze,_);if(typeof oe.then=="function")return ze=Un(oe._debugInfo),_=me(_,X,Uc(oe),Ie),ht=ze,_;if(oe.$$typeof===fi)return me(_,X,yc(_,oe),Ie);Nc(_,oe)}return typeof oe=="function"&&jc(_,oe),typeof oe=="symbol"&&zc(_,oe),null}function ke(_,X,oe,Ie,ze){if(typeof Ie=="string"&&Ie!==""||typeof Ie=="number"||typeof Ie=="bigint")return _=_.get(oe)||null,S(X,_,""+Ie,ze);if(typeof Ie=="object"&&Ie!==null){switch(Ie.$$typeof){case da:return oe=_.get(Ie.key===null?oe:Ie.key)||null,_=Un(Ie._debugInfo),X=N(X,oe,Ie,ze),ht=_,X;case rl:return _=_.get(Ie.key===null?oe:Ie.key)||null,P(X,_,Ie,ze);case Cr:var st=Un(Ie._debugInfo);return Ie=ba(Ie),X=ke(_,X,oe,Ie,ze),ht=st,X}if(zn(Ie)||j(Ie))return oe=_.get(oe)||null,_=Un(Ie._debugInfo),X=Ae(X,oe,Ie,ze,null),ht=_,X;if(typeof Ie.then=="function")return st=Un(Ie._debugInfo),X=ke(_,X,oe,Uc(Ie),ze),ht=st,X;if(Ie.$$typeof===fi)return ke(_,X,oe,yc(X,Ie),ze);Nc(X,Ie)}return typeof Ie=="function"&&jc(X,Ie),typeof Ie=="symbol"&&zc(X,Ie),null}function qe(_,X,oe,Ie){if(typeof oe!="object"||oe===null)return Ie;switch(oe.$$typeof){case da:case rl:d(_,X,oe);var ze=oe.key;if(typeof ze!="string")break;if(Ie===null){Ie=new Set,Ie.add(ze);break}if(!Ie.has(ze)){Ie.add(ze);break}Ke(X,function(){console.error("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",ze)});break;case Cr:oe=ba(oe),qe(_,X,oe,Ie)}return Ie}function at(_,X,oe,Ie){for(var ze=null,st=null,Je=null,ut=X,ft=X=0,rn=null;ut!==null&&ft<oe.length;ft++){ut.index>ft?(rn=ut,ut=null):rn=ut.sibling;var mn=me(_,ut,oe[ft],Ie);if(mn===null){ut===null&&(ut=rn);break}ze=qe(_,mn,oe[ft],ze),e&&ut&&mn.alternate===null&&t(_,ut),X=h(mn,X,ft),Je===null?st=mn:Je.sibling=mn,Je=mn,ut=rn}if(ft===oe.length)return r(_,ut),jt&&Xa(_,ft),st;if(ut===null){for(;ft<oe.length;ft++)ut=ve(_,oe[ft],Ie),ut!==null&&(ze=qe(_,ut,oe[ft],ze),X=h(ut,X,ft),Je===null?st=ut:Je.sibling=ut,Je=ut);return jt&&Xa(_,ft),st}for(ut=o(ut);ft<oe.length;ft++)rn=ke(ut,_,ft,oe[ft],Ie),rn!==null&&(ze=qe(_,rn,oe[ft],ze),e&&rn.alternate!==null&&ut.delete(rn.key===null?ft:rn.key),X=h(rn,X,ft),Je===null?st=rn:Je.sibling=rn,Je=rn);return e&&ut.forEach(function(Xi){return t(_,Xi)}),jt&&Xa(_,ft),st}function Zt(_,X,oe,Ie){if(oe==null)throw Error("An iterable object provided no iterator.");for(var ze=null,st=null,Je=X,ut=X=0,ft=null,rn=null,mn=oe.next();Je!==null&&!mn.done;ut++,mn=oe.next()){Je.index>ut?(ft=Je,Je=null):ft=Je.sibling;var Xi=me(_,Je,mn.value,Ie);if(Xi===null){Je===null&&(Je=ft);break}rn=qe(_,Xi,mn.value,rn),e&&Je&&Xi.alternate===null&&t(_,Je),X=h(Xi,X,ut),st===null?ze=Xi:st.sibling=Xi,st=Xi,Je=ft}if(mn.done)return r(_,Je),jt&&Xa(_,ut),ze;if(Je===null){for(;!mn.done;ut++,mn=oe.next())Je=ve(_,mn.value,Ie),Je!==null&&(rn=qe(_,Je,mn.value,rn),X=h(Je,X,ut),st===null?ze=Je:st.sibling=Je,st=Je);return jt&&Xa(_,ut),ze}for(Je=o(Je);!mn.done;ut++,mn=oe.next())ft=ke(Je,_,ut,mn.value,Ie),ft!==null&&(rn=qe(_,ft,mn.value,rn),e&&ft.alternate!==null&&Je.delete(ft.key===null?ut:ft.key),X=h(ft,X,ut),st===null?ze=ft:st.sibling=ft,st=ft);return e&&Je.forEach(function(LN){return t(_,LN)}),jt&&Xa(_,ut),ze}function It(_,X,oe,Ie){if(typeof oe=="object"&&oe!==null&&oe.type===il&&oe.key===null&&(Oc(oe,null,_),oe=oe.props.children),typeof oe=="object"&&oe!==null){switch(oe.$$typeof){case da:var ze=Un(oe._debugInfo);e:{for(var st=oe.key;X!==null;){if(X.key===st){if(st=oe.type,st===il){if(X.tag===7){r(_,X.sibling),Ie=s(X,oe.props.children),Ie.return=_,Ie._debugOwner=oe._owner,Ie._debugInfo=ht,Oc(oe,Ie,_),_=Ie;break e}}else if(X.elementType===st||YE(X,oe)||typeof st=="object"&&st!==null&&st.$$typeof===Cr&&ba(st)===X.type){r(_,X.sibling),Ie=s(X,oe.props),Os(Ie,oe),Ie.return=_,Ie._debugOwner=oe._owner,Ie._debugInfo=ht,_=Ie;break e}r(_,X);break}else t(_,X);X=X.sibling}oe.type===il?(Ie=_a(oe.props.children,_.mode,Ie,oe.key),Ie.return=_,Ie._debugOwner=_,Ie._debugTask=_._debugTask,Ie._debugInfo=ht,Oc(oe,Ie,_),_=Ie):(Ie=gc(oe,_.mode,Ie),Os(Ie,oe),Ie.return=_,Ie._debugInfo=ht,_=Ie)}return _=b(_),ht=ze,_;case rl:e:{for(ze=oe,oe=ze.key;X!==null;){if(X.key===oe)if(X.tag===4&&X.stateNode.containerInfo===ze.containerInfo&&X.stateNode.implementation===ze.implementation){r(_,X.sibling),Ie=s(X,ze.children||[]),Ie.return=_,_=Ie;break e}else{r(_,X);break}else t(_,X);X=X.sibling}Ie=Uh(ze,_.mode,Ie),Ie.return=_,_=Ie}return b(_);case Cr:return ze=Un(oe._debugInfo),oe=ba(oe),_=It(_,X,oe,Ie),ht=ze,_}if(zn(oe))return ze=Un(oe._debugInfo),_=at(_,X,oe,Ie),ht=ze,_;if(j(oe)){if(ze=Un(oe._debugInfo),st=j(oe),typeof st!="function")throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");var Je=st.call(oe);return Je===oe?(_.tag!==0||Object.prototype.toString.call(_.type)!=="[object GeneratorFunction]"||Object.prototype.toString.call(Je)!=="[object Generator]")&&(uC||console.error("Using Iterators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. You can also use an Iterable that can iterate multiple times over the same items."),uC=!0):oe.entries!==st||um||(console.error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),um=!0),_=Zt(_,X,Je,Ie),ht=ze,_}if(typeof oe.then=="function")return ze=Un(oe._debugInfo),_=It(_,X,Uc(oe),Ie),ht=ze,_;if(oe.$$typeof===fi)return It(_,X,yc(_,oe),Ie);Nc(_,oe)}return typeof oe=="string"&&oe!==""||typeof oe=="number"||typeof oe=="bigint"?(ze=""+oe,X!==null&&X.tag===6?(r(_,X.sibling),Ie=s(X,ze),Ie.return=_,_=Ie):(r(_,X),Ie=Oh(ze,_.mode,Ie),Ie.return=_,Ie._debugOwner=_,Ie._debugTask=_._debugTask,Ie._debugInfo=ht,_=Ie),b(_)):(typeof oe=="function"&&jc(_,oe),typeof oe=="symbol"&&zc(_,oe),r(_,X))}return function(_,X,oe,Ie){var ze=ht;ht=null;try{yu=0;var st=It(_,X,oe,Ie);return kl=null,st}catch(rn){if(rn===pu||rn===Sf)throw rn;var Je=y(29,rn,null,_.mode);Je.lanes=Ie,Je.return=_;var ut=Je._debugInfo=ht;if(Je._debugOwner=_._debugOwner,Je._debugTask=_._debugTask,ut!=null){for(var ft=ut.length-1;0<=ft;ft--)if(typeof ut[ft].stack=="string"){Je._debugOwner=ut[ft],Je._debugTask=ut[ft].debugTask;break}}return Je}finally{ht=ze}}}function la(e){var t=e.alternate;M(kn,kn.current&Rl,e),M(Hr,e,e),Ei===null&&(t===null||Cl.current!==null||t.memoizedState!==null)&&(Ei=e)}function Fw(e){if(e.tag===22){if(M(kn,kn.current,e),M(Hr,e,e),Ei===null){var t=e.alternate;t!==null&&t.memoizedState!==null&&(Ei=e)}}else sa(e)}function sa(e){M(kn,kn.current,e),M(Hr,Hr.current,e)}function Ti(e){re(Hr,e),Ei===e&&(Ei=null),re(kn,e)}function Fc(e){for(var t=e;t!==null;){if(t.tag===13){var r=t.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||r.data===Ji||sg(r)))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function bp(e){if(e!==null&&typeof e!="function"){var t=String(e);vC.has(t)||(vC.add(t),console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",e))}}function xp(e,t,r,o){var s=e.memoizedState,h=r(o,s);if(e.mode&_n){Oe(!0);try{h=r(o,s)}finally{Oe(!1)}}h===void 0&&(t=Z(t)||"Component",wC.has(t)||(wC.add(t),console.error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",t))),s=h==null?s:gt({},s,h),e.memoizedState=s,e.lanes===0&&(e.updateQueue.baseState=s)}function Lw(e,t,r,o,s,h,b){var S=e.stateNode;if(typeof S.shouldComponentUpdate=="function"){if(r=S.shouldComponentUpdate(o,h,b),e.mode&_n){Oe(!0);try{r=S.shouldComponentUpdate(o,h,b)}finally{Oe(!1)}}return r===void 0&&console.error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Z(t)||"Component"),r}return t.prototype&&t.prototype.isPureReactComponent?!bs(r,o)||!bs(s,h):!0}function Pw(e,t,r,o){var s=t.state;typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(r,o),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(r,o),t.state!==s&&(e=L(e)||"Component",gC.has(e)||(gC.add(e),console.error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",e)),cm.enqueueReplaceState(t,t.state,null))}function ao(e,t){var r=t;if("ref"in t){r={};for(var o in t)o!=="ref"&&(r[o]=t[o])}if(e=e.defaultProps){r===t&&(r=gt({},r));for(var s in e)r[s]===void 0&&(r[s]=e[s])}return r}function Hw(e){fm(e),console.warn(`%s
226
+
227
+ %s
228
+ `,Dl?"An error occurred in the <"+Dl+"> component.":"An error occurred in one of your React components.",`Consider adding an error boundary to your tree to customize error handling behavior.
229
+ Visit https://react.dev/link/error-boundaries to learn more about error boundaries.`)}function Gw(e){var t=Dl?"The above error occurred in the <"+Dl+"> component.":"The above error occurred in one of your React components.",r="React will try to recreate this component tree from scratch using the error boundary you provided, "+((dm||"Anonymous")+".");if(typeof e=="object"&&e!==null&&typeof e.environmentName=="string"){var o=e.environmentName;e=[`%o
230
+
231
+ %s
232
+
233
+ %s
234
+ `,e,t,r].slice(0),typeof e[0]=="string"?e.splice(0,1,nv+e[0],rv,_f+o+_f,iv):e.splice(0,0,nv,rv,_f+o+_f,iv),e.unshift(console),o=zN.apply(console.error,e),o()}else console.error(`%o
235
+
236
+ %s
237
+
238
+ %s
239
+ `,e,t,r)}function Kw(e){fm(e)}function Lc(e,t){try{Dl=t.source?L(t.source):null,dm=null;var r=t.value;if(Ce.actQueue!==null)Ce.thrownErrors.push(r);else{var o=e.onUncaughtError;o(r,{componentStack:t.stack})}}catch(s){setTimeout(function(){throw s})}}function Yw(e,t,r){try{Dl=r.source?L(r.source):null,dm=L(t);var o=e.onCaughtError;o(r.value,{componentStack:r.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(s){setTimeout(function(){throw s})}}function Cp(e,t,r){return r=ia(r),r.tag=tm,r.payload={element:null},r.callback=function(){Ke(t.source,Lc,e,t)},r}function vp(e){return e=ia(e),e.tag=tm,e}function Sp(e,t,r,o){var s=r.type.getDerivedStateFromError;if(typeof s=="function"){var h=o.value;e.payload=function(){return s(h)},e.callback=function(){qE(r),Ke(o.source,Yw,t,r,o)}}var b=r.stateNode;b!==null&&typeof b.componentDidCatch=="function"&&(e.callback=function(){qE(r),Ke(o.source,Yw,t,r,o),typeof s!="function"&&(Sa===null?Sa=new Set([this]):Sa.add(this)),gN(this,o),typeof s=="function"||(r.lanes&2)===0&&console.error("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",L(r)||"Unknown")})}function V4(e,t,r,o,s){if(r.flags|=32768,_r&&Ps(e,s),o!==null&&typeof o=="object"&&typeof o.then=="function"){if(t=r.alternate,t!==null&&Ss(t,r,s,!0),jt&&(Hi=!0),r=Hr.current,r!==null){switch(r.tag){case 13:return Ei===null?Kp():r.alternate===null&&dn===qi&&(dn=mm),r.flags&=-257,r.flags|=65536,r.lanes=s,o===em?r.flags|=16384:(t=r.updateQueue,t===null?r.updateQueue=new Set([o]):t.add(o),Jp(e,o,s)),!1;case 22:return r.flags|=65536,o===em?r.flags|=16384:(t=r.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([o])},r.updateQueue=t):(r=t.retryQueue,r===null?t.retryQueue=new Set([o]):r.add(o)),Jp(e,o,s)),!1}throw Error("Unexpected Suspense handler tag ("+r.tag+"). This is a bug in React.")}return Jp(e,o,s),Kp(),!1}if(jt)return Hi=!0,t=Hr.current,t!==null?((t.flags&65536)===0&&(t.flags|=256),t.flags|=65536,t.lanes=s,o!==Xg&&vs(Er(Error("There was an error while hydrating but React was able to recover by instead client rendering from the nearest Suspense boundary.",{cause:o}),r))):(o!==Xg&&vs(Er(Error("There was an error while hydrating but React was able to recover by instead client rendering the entire root.",{cause:o}),r)),e=e.current.alternate,e.flags|=65536,s&=-s,e.lanes|=s,o=Er(o,r),s=Cp(e.stateNode,o,s),Cc(e,s),dn!==Ao&&(dn=Ql)),!1;var h=Er(Error("There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.",{cause:o}),r);if(ku===null?ku=[h]:ku.push(h),dn!==Ao&&(dn=Ql),t===null)return!0;o=Er(o,r),r=t;do{switch(r.tag){case 3:return r.flags|=65536,e=s&-s,r.lanes|=e,e=Cp(r.stateNode,o,e),Cc(r,e),!1;case 1:if(t=r.type,h=r.stateNode,(r.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||h!==null&&typeof h.componentDidCatch=="function"&&(Sa===null||!Sa.has(h))))return r.flags|=65536,s&=-s,r.lanes|=s,s=vp(s),Sp(s,e,r,o),Cc(r,s),!1}r=r.return}while(r!==null);return!1}function Nn(e,t,r,o){t.child=e===null?hC(t,null,r,o):Il(t,e.child,r,o)}function qw(e,t,r,o,s){r=r.render;var h=t.ref;if("ref"in o){var b={};for(var S in o)S!=="ref"&&(b[S]=o[S])}else b=o;return eo(t),Le(t),o=Xh(e,t,r,b,h,s),S=Wh(),et(),e!==null&&!Rn?($h(e,t,s),Bi(e,t,s)):(jt&&S&&Nh(t),t.flags|=1,Nn(e,t,o,s),t.child)}function Jw(e,t,r,o,s){if(e===null){var h=r.type;return typeof h=="function"&&!Mh(h)&&h.defaultProps===void 0&&r.compare===null?(r=Va(h),t.tag=15,t.type=r,Ip(t,h),Vw(e,t,r,o,s)):(e=Qh(r.type,null,o,t,t.mode,s),e.ref=t.ref,e.return=t,t.child=e)}if(h=e.child,!Qp(e,s)){var b=h.memoizedProps;if(r=r.compare,r=r!==null?r:bs,r(b,o)&&e.ref===t.ref)return Bi(e,t,s)}return t.flags|=1,e=Ii(h,o),e.ref=t.ref,e.return=t,t.child=e}function Vw(e,t,r,o,s){if(e!==null){var h=e.memoizedProps;if(bs(h,o)&&e.ref===t.ref&&t.type===e.type)if(Rn=!1,t.pendingProps=o=h,Qp(e,s))(e.flags&131072)!==0&&(Rn=!0);else return t.lanes=e.lanes,Bi(e,t,s)}return kp(e,t,r,o,s)}function _w(e,t,r){var o=t.pendingProps,s=o.children,h=e!==null?e.memoizedState:null;if(o.mode==="hidden"){if((t.flags&128)!==0){if(o=h!==null?h.baseLanes|r:r,e!==null){for(s=t.child=e.child,h=0;s!==null;)h=h|s.lanes|s.childLanes,s=s.sibling;t.childLanes=h&~o}else t.childLanes=0,t.child=null;return Xw(e,t,o,r)}if((r&536870912)!==0)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&bc(t,h!==null?h.cachePool:null),h!==null?cw(t,h):Jh(t),Fw(t);else return t.lanes=t.childLanes=536870912,Xw(e,t,h!==null?h.baseLanes|r:r,r)}else h!==null?(bc(t,h.cachePool),cw(t,h),sa(t),t.memoizedState=null):(e!==null&&bc(t,null),Jh(t),sa(t));return Nn(e,t,s,r),t.child}function Xw(e,t,r,o){var s=Kh();return s=s===null?null:{parent:vn._currentValue,pool:s},t.memoizedState={baseLanes:r,cachePool:s},e!==null&&bc(t,null),Jh(t),Fw(t),e!==null&&Ss(e,t,o,!0),null}function Pc(e,t){var r=t.ref;if(r===null)e!==null&&e.ref!==null&&(t.flags|=4194816);else{if(typeof r!="function"&&typeof r!="object")throw Error("Expected ref to be a function, an object returned by React.createRef(), or undefined/null.");(e===null||e.ref!==r)&&(t.flags|=4194816)}}function kp(e,t,r,o,s){if(r.prototype&&typeof r.prototype.render=="function"){var h=Z(r)||"Unknown";kC[h]||(console.error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",h,h),kC[h]=!0)}return t.mode&_n&&Zr.recordLegacyContextWarning(t,null),e===null&&(Ip(t,t.type),r.contextTypes&&(h=Z(r)||"Unknown",RC[h]||(RC[h]=!0,console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with React.useContext() instead. (https://react.dev/link/legacy-context)",h)))),eo(t),Le(t),r=Xh(e,t,r,o,void 0,s),o=Wh(),et(),e!==null&&!Rn?($h(e,t,s),Bi(e,t,s)):(jt&&o&&Nh(t),t.flags|=1,Nn(e,t,r,s),t.child)}function Zw(e,t,r,o,s,h){return eo(t),Le(t),Ki=-1,Au=e!==null&&e.type!==t.type,t.updateQueue=null,r=Zh(t,o,r,s),fw(e,t),o=Wh(),et(),e!==null&&!Rn?($h(e,t,h),Bi(e,t,h)):(jt&&o&&Nh(t),t.flags|=1,Nn(e,t,r,h),t.child)}function Ww(e,t,r,o,s){switch(c(t)){case!1:var h=t.stateNode,b=new t.type(t.memoizedProps,h.context).state;h.updater.enqueueSetState(h,b,null);break;case!0:t.flags|=128,t.flags|=65536,h=Error("Simulated error coming from DevTools");var S=s&-s;if(t.lanes|=S,b=Xt,b===null)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");S=vp(S),Sp(S,b,t,Er(h,t)),Cc(t,S)}if(eo(t),t.stateNode===null){if(b=ya,h=r.contextType,"contextType"in r&&h!==null&&(h===void 0||h.$$typeof!==fi)&&!CC.has(r)&&(CC.add(r),S=h===void 0?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof h!="object"?" However, it is set to a "+typeof h+".":h.$$typeof===wg?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(h).join(", ")+"}.",console.error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Z(r)||"Component",S)),typeof h=="object"&&h!==null&&(b=ln(h)),h=new r(o,b),t.mode&_n){Oe(!0);try{h=new r(o,b)}finally{Oe(!1)}}if(b=t.memoizedState=h.state!==null&&h.state!==void 0?h.state:null,h.updater=cm,t.stateNode=h,h._reactInternals=t,h._reactInternalInstance=pC,typeof r.getDerivedStateFromProps=="function"&&b===null&&(b=Z(r)||"Component",mC.has(b)||(mC.add(b),console.error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",b,h.state===null?"null":"undefined",b))),typeof r.getDerivedStateFromProps=="function"||typeof h.getSnapshotBeforeUpdate=="function"){var N=S=b=null;if(typeof h.componentWillMount=="function"&&h.componentWillMount.__suppressDeprecationWarning!==!0?b="componentWillMount":typeof h.UNSAFE_componentWillMount=="function"&&(b="UNSAFE_componentWillMount"),typeof h.componentWillReceiveProps=="function"&&h.componentWillReceiveProps.__suppressDeprecationWarning!==!0?S="componentWillReceiveProps":typeof h.UNSAFE_componentWillReceiveProps=="function"&&(S="UNSAFE_componentWillReceiveProps"),typeof h.componentWillUpdate=="function"&&h.componentWillUpdate.__suppressDeprecationWarning!==!0?N="componentWillUpdate":typeof h.UNSAFE_componentWillUpdate=="function"&&(N="UNSAFE_componentWillUpdate"),b!==null||S!==null||N!==null){h=Z(r)||"Component";var P=typeof r.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";yC.has(h)||(yC.add(h),console.error(`Unsafe legacy lifecycles will not be called for components using new component APIs.
240
+
241
+ %s uses %s but also contains the following legacy lifecycles:%s%s%s
242
+
243
+ The above lifecycles should be removed. Learn more about this warning here:
244
+ https://react.dev/link/unsafe-component-lifecycles`,h,P,b!==null?`
245
+ `+b:"",S!==null?`
246
+ `+S:"",N!==null?`
247
+ `+N:""))}}h=t.stateNode,b=Z(r)||"Component",h.render||(r.prototype&&typeof r.prototype.render=="function"?console.error("No `render` method found on the %s instance: did you accidentally return an object from the constructor?",b):console.error("No `render` method found on the %s instance: you may have forgotten to define `render`.",b)),!h.getInitialState||h.getInitialState.isReactClassApproved||h.state||console.error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",b),h.getDefaultProps&&!h.getDefaultProps.isReactClassApproved&&console.error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",b),h.contextType&&console.error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",b),r.childContextTypes&&!xC.has(r)&&(xC.add(r),console.error("%s uses the legacy childContextTypes API which was removed in React 19. Use React.createContext() instead. (https://react.dev/link/legacy-context)",b)),r.contextTypes&&!bC.has(r)&&(bC.add(r),console.error("%s uses the legacy contextTypes API which was removed in React 19. Use React.createContext() with static contextType instead. (https://react.dev/link/legacy-context)",b)),typeof h.componentShouldUpdate=="function"&&console.error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",b),r.prototype&&r.prototype.isPureReactComponent&&typeof h.shouldComponentUpdate!="undefined"&&console.error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Z(r)||"A pure component"),typeof h.componentDidUnmount=="function"&&console.error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",b),typeof h.componentDidReceiveProps=="function"&&console.error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",b),typeof h.componentWillRecieveProps=="function"&&console.error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",b),typeof h.UNSAFE_componentWillRecieveProps=="function"&&console.error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",b),S=h.props!==o,h.props!==void 0&&S&&console.error("When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",b),h.defaultProps&&console.error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",b,b),typeof h.getSnapshotBeforeUpdate!="function"||typeof h.componentDidUpdate=="function"||AC.has(r)||(AC.add(r),console.error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Z(r))),typeof h.getDerivedStateFromProps=="function"&&console.error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",b),typeof h.getDerivedStateFromError=="function"&&console.error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",b),typeof r.getSnapshotBeforeUpdate=="function"&&console.error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",b),(S=h.state)&&(typeof S!="object"||zn(S))&&console.error("%s.state: must be set to an object or null",b),typeof h.getChildContext=="function"&&typeof r.childContextTypes!="object"&&console.error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",b),h=t.stateNode,h.props=o,h.state=t.memoizedState,h.refs={},Yh(t),b=r.contextType,h.context=typeof b=="object"&&b!==null?ln(b):ya,h.state===o&&(b=Z(r)||"Component",EC.has(b)||(EC.add(b),console.error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",b))),t.mode&_n&&Zr.recordLegacyContextWarning(t,h),Zr.recordUnsafeLifecycleWarnings(t,h),h.state=t.memoizedState,b=r.getDerivedStateFromProps,typeof b=="function"&&(xp(t,r,b,o),h.state=t.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof h.getSnapshotBeforeUpdate=="function"||typeof h.UNSAFE_componentWillMount!="function"&&typeof h.componentWillMount!="function"||(b=h.state,typeof h.componentWillMount=="function"&&h.componentWillMount(),typeof h.UNSAFE_componentWillMount=="function"&&h.UNSAFE_componentWillMount(),b!==h.state&&(console.error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",L(t)||"Component"),cm.enqueueReplaceState(h,h.state,null)),Ts(t,o,h,s),Ds(),h.state=t.memoizedState),typeof h.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Xr)!==nn&&(t.flags|=134217728),h=!0}else if(e===null){h=t.stateNode;var Ae=t.memoizedProps;S=ao(r,Ae),h.props=S;var ve=h.context;N=r.contextType,b=ya,typeof N=="object"&&N!==null&&(b=ln(N)),P=r.getDerivedStateFromProps,N=typeof P=="function"||typeof h.getSnapshotBeforeUpdate=="function",Ae=t.pendingProps!==Ae,N||typeof h.UNSAFE_componentWillReceiveProps!="function"&&typeof h.componentWillReceiveProps!="function"||(Ae||ve!==b)&&Pw(t,h,o,b),Ea=!1;var me=t.memoizedState;h.state=me,Ts(t,o,h,s),Ds(),ve=t.memoizedState,Ae||me!==ve||Ea?(typeof P=="function"&&(xp(t,r,P,o),ve=t.memoizedState),(S=Ea||Lw(t,r,S,o,me,ve,b))?(N||typeof h.UNSAFE_componentWillMount!="function"&&typeof h.componentWillMount!="function"||(typeof h.componentWillMount=="function"&&h.componentWillMount(),typeof h.UNSAFE_componentWillMount=="function"&&h.UNSAFE_componentWillMount()),typeof h.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Xr)!==nn&&(t.flags|=134217728)):(typeof h.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Xr)!==nn&&(t.flags|=134217728),t.memoizedProps=o,t.memoizedState=ve),h.props=o,h.state=ve,h.context=b,h=S):(typeof h.componentDidMount=="function"&&(t.flags|=4194308),(t.mode&Xr)!==nn&&(t.flags|=134217728),h=!1)}else{h=t.stateNode,qh(e,t),b=t.memoizedProps,N=ao(r,b),h.props=N,P=t.pendingProps,me=h.context,ve=r.contextType,S=ya,typeof ve=="object"&&ve!==null&&(S=ln(ve)),Ae=r.getDerivedStateFromProps,(ve=typeof Ae=="function"||typeof h.getSnapshotBeforeUpdate=="function")||typeof h.UNSAFE_componentWillReceiveProps!="function"&&typeof h.componentWillReceiveProps!="function"||(b!==P||me!==S)&&Pw(t,h,o,S),Ea=!1,me=t.memoizedState,h.state=me,Ts(t,o,h,s),Ds();var ke=t.memoizedState;b!==P||me!==ke||Ea||e!==null&&e.dependencies!==null&&Ac(e.dependencies)?(typeof Ae=="function"&&(xp(t,r,Ae,o),ke=t.memoizedState),(N=Ea||Lw(t,r,N,o,me,ke,S)||e!==null&&e.dependencies!==null&&Ac(e.dependencies))?(ve||typeof h.UNSAFE_componentWillUpdate!="function"&&typeof h.componentWillUpdate!="function"||(typeof h.componentWillUpdate=="function"&&h.componentWillUpdate(o,ke,S),typeof h.UNSAFE_componentWillUpdate=="function"&&h.UNSAFE_componentWillUpdate(o,ke,S)),typeof h.componentDidUpdate=="function"&&(t.flags|=4),typeof h.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof h.componentDidUpdate!="function"||b===e.memoizedProps&&me===e.memoizedState||(t.flags|=4),typeof h.getSnapshotBeforeUpdate!="function"||b===e.memoizedProps&&me===e.memoizedState||(t.flags|=1024),t.memoizedProps=o,t.memoizedState=ke),h.props=o,h.state=ke,h.context=S,h=N):(typeof h.componentDidUpdate!="function"||b===e.memoizedProps&&me===e.memoizedState||(t.flags|=4),typeof h.getSnapshotBeforeUpdate!="function"||b===e.memoizedProps&&me===e.memoizedState||(t.flags|=1024),h=!1)}if(S=h,Pc(e,t),b=(t.flags&128)!==0,S||b){if(S=t.stateNode,na(t),b&&typeof r.getDerivedStateFromError!="function")r=null,pr=-1;else{if(Le(t),r=$1(S),t.mode&_n){Oe(!0);try{$1(S)}finally{Oe(!1)}}et()}t.flags|=1,e!==null&&b?(t.child=Il(t,e.child,null,s),t.child=Il(t,null,r,s)):Nn(e,t,r,s),t.memoizedState=S.state,e=t.child}else e=Bi(e,t,s);return s=t.stateNode,h&&s.props!==o&&(Tl||console.error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",L(t)||"a component"),Tl=!0),e}function $w(e,t,r,o){return Cs(),t.flags|=256,Nn(e,t,r,o),t.child}function Ip(e,t){t&&t.childContextTypes&&console.error(`childContextTypes cannot be defined on a function component.
248
+ %s.childContextTypes = ...`,t.displayName||t.name||"Component"),typeof t.getDerivedStateFromProps=="function"&&(e=Z(t)||"Unknown",DC[e]||(console.error("%s: Function components do not support getDerivedStateFromProps.",e),DC[e]=!0)),typeof t.contextType=="object"&&t.contextType!==null&&(t=Z(t)||"Unknown",IC[t]||(console.error("%s: Function components do not support contextType.",t),IC[t]=!0))}function Rp(e){return{baseLanes:e,cachePool:nw()}}function Dp(e,t,r){return e=e!==null?e.childLanes&~r:0,t&&(e|=Ir),e}function eb(e,t,r){var o,s=t.pendingProps;f(t)&&(t.flags|=128);var h=!1,b=(t.flags&128)!==0;if((o=b)||(o=e!==null&&e.memoizedState===null?!1:(kn.current&Eu)!==0),o&&(h=!0,t.flags&=-129),o=(t.flags&32)!==0,t.flags&=-33,e===null){if(jt){if(h?la(t):sa(t),jt){var S=fn,N;if(!(N=!S)){e:{var P=S;for(N=Ai;P.nodeType!==8;){if(!N){N=null;break e}if(P=Mr(P.nextSibling),P===null){N=null;break e}}N=P}N!==null?(Za(),t.memoizedState={dehydrated:N,treeContext:uo!==null?{id:Li,overflow:Pi}:null,retryLane:536870912,hydrationErrors:null},P=y(18,null,null,nn),P.stateNode=N,P.return=t,t.child=P,rr=t,fn=null,N=!0):N=!1,N=!N}N&&(zh(t,S),$a(t))}if(S=t.memoizedState,S!==null&&(S=S.dehydrated,S!==null))return sg(S)?t.lanes=32:t.lanes=536870912,null;Ti(t)}return S=s.children,s=s.fallback,h?(sa(t),h=t.mode,S=Hc({mode:"hidden",children:S},h),s=_a(s,h,r,null),S.return=t,s.return=t,S.sibling=s,t.child=S,h=t.child,h.memoizedState=Rp(r),h.childLanes=Dp(e,o,r),t.memoizedState=pm,s):(la(t),Tp(t,S))}var Ae=e.memoizedState;if(Ae!==null&&(S=Ae.dehydrated,S!==null)){if(b)t.flags&256?(la(t),t.flags&=-257,t=Bp(e,t,r)):t.memoizedState!==null?(sa(t),t.child=e.child,t.flags|=128,t=null):(sa(t),h=s.fallback,S=t.mode,s=Hc({mode:"visible",children:s.children},S),h=_a(h,S,r,null),h.flags|=2,s.return=t,h.return=t,s.sibling=h,t.child=s,Il(t,e.child,null,r),s=t.child,s.memoizedState=Rp(r),s.childLanes=Dp(e,o,r),t.memoizedState=pm,t=h);else if(la(t),jt&&console.error("We should not be hydrating here. This is a bug in React. Please file a bug."),sg(S)){if(o=S.nextSibling&&S.nextSibling.dataset,o){N=o.dgst;var ve=o.msg;P=o.stck;var me=o.cstck}S=ve,o=N,s=P,N=h=me,h=Error(S||"The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),h.stack=s||"",h.digest=o,o=N===void 0?null:N,s={value:h,source:null,stack:o},typeof o=="string"&&Vg.set(h,s),vs(s),t=Bp(e,t,r)}else if(Rn||Ss(e,t,r,!1),o=(r&e.childLanes)!==0,Rn||o){if(o=Xt,o!==null&&(s=r&-r,s=(s&42)!==0?1:ee(s),s=(s&(o.suspendedLanes|r))!==0?0:s,s!==0&&s!==Ae.retryLane))throw Ae.retryLane=s,cr(e,s),pn(o,e,s),SC;S.data===Ji||Kp(),t=Bp(e,t,r)}else S.data===Ji?(t.flags|=192,t.child=e.child,t=null):(e=Ae.treeContext,fn=Mr(S.nextSibling),rr=t,jt=!0,co=null,Hi=!1,zr=null,Ai=!1,e!==null&&(Za(),Nr[jr++]=Li,Nr[jr++]=Pi,Nr[jr++]=uo,Li=e.id,Pi=e.overflow,uo=t),t=Tp(t,s.children),t.flags|=4096);return t}return h?(sa(t),h=s.fallback,S=t.mode,N=e.child,P=N.sibling,s=Ii(N,{mode:"hidden",children:s.children}),s.subtreeFlags=N.subtreeFlags&65011712,P!==null?h=Ii(P,h):(h=_a(h,S,r,null),h.flags|=2),h.return=t,s.return=t,s.sibling=h,t.child=s,s=h,h=t.child,S=e.child.memoizedState,S===null?S=Rp(r):(N=S.cachePool,N!==null?(P=vn._currentValue,N=N.parent!==P?{parent:P,pool:P}:N):N=nw(),S={baseLanes:S.baseLanes|r,cachePool:N}),h.memoizedState=S,h.childLanes=Dp(e,o,r),t.memoizedState=pm,s):(la(t),r=e.child,e=r.sibling,r=Ii(r,{mode:"visible",children:s.children}),r.return=t,r.sibling=null,e!==null&&(o=t.deletions,o===null?(t.deletions=[e],t.flags|=16):o.push(e)),t.child=r,t.memoizedState=null,r)}function Tp(e,t){return t=Hc({mode:"visible",children:t},e.mode),t.return=e,e.child=t}function Hc(e,t){return e=y(22,e,null,t),e.lanes=0,e.stateNode={_visibility:Af,_pendingMarkers:null,_retryCache:null,_transitions:null},e}function Bp(e,t,r){return Il(t,e.child,null,r),e=Tp(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function tb(e,t,r){e.lanes|=t;var o=e.alternate;o!==null&&(o.lanes|=t),Fh(e.return,t,r)}function nb(e,t){var r=zn(e);return e=!r&&typeof j(e)=="function",r||e?(r=r?"array":"iterable",console.error("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",r,t,r),!1):!0}function Mp(e,t,r,o,s){var h=e.memoizedState;h===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:o,tail:r,tailMode:s}:(h.isBackwards=t,h.rendering=null,h.renderingStartTime=0,h.last=o,h.tail=r,h.tailMode=s)}function rb(e,t,r){var o=t.pendingProps,s=o.revealOrder,h=o.tail;if(o=o.children,s!==void 0&&s!=="forwards"&&s!=="backwards"&&s!=="together"&&!TC[s])if(TC[s]=!0,typeof s=="string")switch(s.toLowerCase()){case"together":case"forwards":case"backwards":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',s,s.toLowerCase());break;case"forward":case"backward":console.error('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',s,s.toLowerCase());break;default:console.error('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',s)}else console.error('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',s);h===void 0||hm[h]||(h!=="collapsed"&&h!=="hidden"?(hm[h]=!0,console.error('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',h)):s!=="forwards"&&s!=="backwards"&&(hm[h]=!0,console.error('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',h)));e:if((s==="forwards"||s==="backwards")&&o!==void 0&&o!==null&&o!==!1)if(zn(o)){for(var b=0;b<o.length;b++)if(!nb(o[b],b))break e}else if(b=j(o),typeof b=="function"){if(b=b.call(o))for(var S=b.next(),N=0;!S.done;S=b.next()){if(!nb(S.value,N))break e;N++}}else console.error('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',s);if(Nn(e,t,o,r),o=kn.current,(o&Eu)!==0)o=o&Rl|Eu,t.flags|=128;else{if(e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&tb(e,r,t);else if(e.tag===19)tb(e,r,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}o&=Rl}switch(M(kn,o,t),s){case"forwards":for(r=t.child,s=null;r!==null;)e=r.alternate,e!==null&&Fc(e)===null&&(s=r),r=r.sibling;r=s,r===null?(s=t.child,t.child=null):(s=r.sibling,r.sibling=null),Mp(t,!1,s,r,h);break;case"backwards":for(r=null,s=t.child,t.child=null;s!==null;){if(e=s.alternate,e!==null&&Fc(e)===null){t.child=s;break}e=s.sibling,s.sibling=r,r=s,s=e}Mp(t,!0,r,null,h);break;case"together":Mp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Bi(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),pr=-1,Ca|=t.lanes,(r&t.childLanes)===0)if(e!==null){if(Ss(e,t,r,!1),(r&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error("Resuming work not yet implemented.");if(t.child!==null){for(e=t.child,r=Ii(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=Ii(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function Qp(e,t){return(e.lanes&t)!==0?!0:(e=e.dependencies,!!(e!==null&&Ac(e)))}function _4(e,t,r){switch(t.tag){case 3:I(t,t.stateNode.containerInfo),ra(t,vn,e.memoizedState.cache),Cs();break;case 27:case 5:se(t);break;case 4:I(t,t.stateNode.containerInfo);break;case 10:ra(t,t.type,t.memoizedProps.value);break;case 12:(r&t.childLanes)!==0&&(t.flags|=4),t.flags|=2048;var o=t.stateNode;o.effectDuration=-0,o.passiveEffectDuration=-0;break;case 13:if(o=t.memoizedState,o!==null)return o.dehydrated!==null?(la(t),t.flags|=128,null):(r&t.child.childLanes)!==0?eb(e,t,r):(la(t),e=Bi(e,t,r),e!==null?e.sibling:null);la(t);break;case 19:var s=(e.flags&128)!==0;if(o=(r&t.childLanes)!==0,o||(Ss(e,t,r,!1),o=(r&t.childLanes)!==0),s){if(o)return rb(e,t,r);t.flags|=128}if(s=t.memoizedState,s!==null&&(s.rendering=null,s.tail=null,s.lastEffect=null),M(kn,kn.current,t),o)break;return null;case 22:case 23:return t.lanes=0,_w(e,t,r);case 24:ra(t,vn,e.memoizedState.cache)}return Bi(e,t,r)}function Op(e,t,r){if(t._debugNeedsRemount&&e!==null){r=Qh(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes),r._debugStack=t._debugStack,r._debugTask=t._debugTask;var o=t.return;if(o===null)throw Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,r.index=t.index,r.sibling=t.sibling,r.return=t.return,r.ref=t.ref,r._debugInfo=t._debugInfo,t===o.child)o.child=r;else{var s=o.child;if(s===null)throw Error("Expected parent to have a child.");for(;s.sibling!==t;)if(s=s.sibling,s===null)throw Error("Expected to find the previous sibling.");s.sibling=r}return t=o.deletions,t===null?(o.deletions=[e],o.flags|=16):t.push(e),r.flags|=2,r}if(e!==null)if(e.memoizedProps!==t.pendingProps||t.type!==e.type)Rn=!0;else{if(!Qp(e,r)&&(t.flags&128)===0)return Rn=!1,_4(e,t,r);Rn=(e.flags&131072)!==0}else Rn=!1,(o=jt)&&(Za(),o=(t.flags&1048576)!==0),o&&(o=t.index,Za(),VE(t,Ef,o));switch(t.lanes=0,t.tag){case 16:e:if(o=t.pendingProps,e=ba(t.elementType),t.type=e,typeof e=="function")Mh(e)?(o=ao(e,o),t.tag=1,t.type=e=Va(e),t=Ww(null,t,e,o,r)):(t.tag=0,Ip(t,e),t.type=e=Va(e),t=kp(null,t,e,o,r));else{if(e!=null){if(s=e.$$typeof,s===_s){t.tag=11,t.type=e=Th(e),t=qw(null,t,e,o,r);break e}else if(s===of){t.tag=14,t=Jw(null,t,e,o,r);break e}}throw t="",e!==null&&typeof e=="object"&&e.$$typeof===Cr&&(t=" Did you wrap a component in React.lazy() more than once?"),e=Z(e)||e,Error("Element type is invalid. Received a promise that resolves to: "+e+". Lazy element type must resolve to a class or function."+t)}return t;case 0:return kp(e,t,t.type,t.pendingProps,r);case 1:return o=t.type,s=ao(o,t.pendingProps),Ww(e,t,o,s,r);case 3:e:{if(I(t,t.stateNode.containerInfo),e===null)throw Error("Should have a current fiber. This is a bug in React.");o=t.pendingProps;var h=t.memoizedState;s=h.element,qh(e,t),Ts(t,o,null,r);var b=t.memoizedState;if(o=b.cache,ra(t,vn,o),o!==h.cache&&Lh(t,[vn],r,!0),Ds(),o=b.element,h.isDehydrated)if(h={element:o,isDehydrated:!1,cache:b.cache},t.updateQueue.baseState=h,t.memoizedState=h,t.flags&256){t=$w(e,t,o,r);break e}else if(o!==s){s=Er(Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t),vs(s),t=$w(e,t,o,r);break e}else{switch(e=t.stateNode.containerInfo,e.nodeType){case 9:e=e.body;break;default:e=e.nodeName==="HTML"?e.ownerDocument.body:e}for(fn=Mr(e.firstChild),rr=t,jt=!0,co=null,Hi=!1,zr=null,Ai=!0,e=hC(t,null,o,r),t.child=e;e;)e.flags=e.flags&-3|4096,e=e.sibling}else{if(Cs(),o===s){t=Bi(e,t,r);break e}Nn(e,t,o,r)}t=t.child}return t;case 26:return Pc(e,t),e===null?(e=xx(t.type,null,t.pendingProps,null))?t.memoizedState=e:jt||(e=t.type,r=t.pendingProps,o=W(pa.current),o=Xc(o).createElement(e),o[Vn]=t,o[hr]=r,jn(o,e,r),ce(o),t.stateNode=o):t.memoizedState=xx(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return se(t),e===null&&jt&&(o=W(pa.current),s=fe(),o=t.stateNode=wx(t.type,t.pendingProps,o,s,!1),Hi||(s=fx(o,t.type,t.pendingProps,s),s!==null&&(Wa(t,0).serverProps=s)),rr=t,Ai=!0,s=fn,fa(t.type)?(jm=s,fn=Mr(o.firstChild)):fn=s),Nn(e,t,t.pendingProps.children,r),Pc(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&jt&&(h=fe(),o=Sh(t.type,h.ancestorInfo),s=fn,(b=!s)||(b=MO(s,t.type,t.pendingProps,Ai),b!==null?(t.stateNode=b,Hi||(h=fx(b,t.type,t.pendingProps,h),h!==null&&(Wa(t,0).serverProps=h)),rr=t,fn=Mr(b.firstChild),Ai=!1,h=!0):h=!1,b=!h),b&&(o&&zh(t,s),$a(t))),se(t),s=t.type,h=t.pendingProps,b=e!==null?e.memoizedProps:null,o=h.children,og(s,h)?o=null:b!==null&&og(s,b)&&(t.flags|=32),t.memoizedState!==null&&(s=Xh(e,t,G4,null,null,r),Ou._currentValue=s),Pc(e,t),Nn(e,t,o,r),t.child;case 6:return e===null&&jt&&(e=t.pendingProps,r=fe(),o=r.ancestorInfo.current,e=o!=null?sc(e,o.tag,r.ancestorInfo.implicitRootScope):!0,r=fn,(o=!r)||(o=QO(r,t.pendingProps,Ai),o!==null?(t.stateNode=o,rr=t,fn=null,o=!0):o=!1,o=!o),o&&(e&&zh(t,r),$a(t))),null;case 13:return eb(e,t,r);case 4:return I(t,t.stateNode.containerInfo),o=t.pendingProps,e===null?t.child=Il(t,null,o,r):Nn(e,t,o,r),t.child;case 11:return qw(e,t,t.type,t.pendingProps,r);case 7:return Nn(e,t,t.pendingProps,r),t.child;case 8:return Nn(e,t,t.pendingProps.children,r),t.child;case 12:return t.flags|=4,t.flags|=2048,o=t.stateNode,o.effectDuration=-0,o.passiveEffectDuration=-0,Nn(e,t,t.pendingProps.children,r),t.child;case 10:return o=t.type,s=t.pendingProps,h=s.value,"value"in s||BC||(BC=!0,console.error("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?")),ra(t,o,h),Nn(e,t,s.children,r),t.child;case 9:return s=t.type._context,o=t.pendingProps.children,typeof o!="function"&&console.error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),eo(t),s=ln(s),Le(t),o=lm(o,s,void 0),et(),t.flags|=1,Nn(e,t,o,r),t.child;case 14:return Jw(e,t,t.type,t.pendingProps,r);case 15:return Vw(e,t,t.type,t.pendingProps,r);case 19:return rb(e,t,r);case 31:return o=t.pendingProps,r=t.mode,o={mode:o.mode,children:o.children},e===null?(e=Hc(o,r),e.ref=t.ref,t.child=e,e.return=t,t=e):(e=Ii(e.child,o),e.ref=t.ref,t.child=e,e.return=t,t=e),t;case 22:return _w(e,t,r);case 24:return eo(t),o=ln(vn),e===null?(s=Kh(),s===null&&(s=Xt,h=Ph(),s.pooledCache=h,to(h),h!==null&&(s.pooledCacheLanes|=r),s=h),t.memoizedState={parent:o,cache:s},Yh(t),ra(t,vn,s)):((e.lanes&r)!==0&&(qh(e,t),Ts(t,null,null,r),Ds()),s=e.memoizedState,h=t.memoizedState,s.parent!==o?(s={parent:o,cache:o},t.memoizedState=s,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=s),ra(t,vn,o)):(o=h.cache,ra(t,vn,o),o!==s.cache&&Lh(t,[vn],r,!0))),Nn(e,t,t.pendingProps.children,r),t.child;case 29:throw t.pendingProps}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Mi(e){e.flags|=4}function ib(e,t){if(t.type!=="stylesheet"||(t.state.loading&Gr)!==ko)e.flags&=-16777217;else if(e.flags|=16777216,!Ix(t)){if(t=Hr.current,t!==null&&((bt&4194048)===bt?Ei!==null:(bt&62914560)!==bt&&(bt&536870912)===0||t!==Ei))throw gu=em,P1;e.flags|=8192}}function Gc(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?ge():536870912,e.lanes|=t,wo|=t)}function Us(e,t){if(!jt)switch(e.tailMode){case"hidden":t=e.tail;for(var r=null;t!==null;)t.alternate!==null&&(r=t),t=t.sibling;r===null?e.tail=null:r.sibling=null;break;case"collapsed":r=e.tail;for(var o=null;r!==null;)r.alternate!==null&&(o=r),r=r.sibling;o===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:o.sibling=null}}function sn(e){var t=e.alternate!==null&&e.alternate.child===e.child,r=0,o=0;if(t)if((e.mode&Fn)!==nn){for(var s=e.selfBaseDuration,h=e.child;h!==null;)r|=h.lanes|h.childLanes,o|=h.subtreeFlags&65011712,o|=h.flags&65011712,s+=h.treeBaseDuration,h=h.sibling;e.treeBaseDuration=s}else for(s=e.child;s!==null;)r|=s.lanes|s.childLanes,o|=s.subtreeFlags&65011712,o|=s.flags&65011712,s.return=e,s=s.sibling;else if((e.mode&Fn)!==nn){s=e.actualDuration,h=e.selfBaseDuration;for(var b=e.child;b!==null;)r|=b.lanes|b.childLanes,o|=b.subtreeFlags,o|=b.flags,s+=b.actualDuration,h+=b.treeBaseDuration,b=b.sibling;e.actualDuration=s,e.treeBaseDuration=h}else for(s=e.child;s!==null;)r|=s.lanes|s.childLanes,o|=s.subtreeFlags,o|=s.flags,s.return=e,s=s.sibling;return e.subtreeFlags|=o,e.childLanes=r,t}function X4(e,t,r){var o=t.pendingProps;switch(jh(t),t.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return sn(t),null;case 1:return sn(t),null;case 3:return r=t.stateNode,o=null,e!==null&&(o=e.memoizedState.cache),t.memoizedState.cache!==o&&(t.flags|=2048),Ri(vn,t),ae(t),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(xs(t)?(WE(),Mi(t)):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,ZE())),sn(t),null;case 26:return r=t.memoizedState,e===null?(Mi(t),r!==null?(sn(t),ib(t,r)):(sn(t),t.flags&=-16777217)):r?r!==e.memoizedState?(Mi(t),sn(t),ib(t,r)):(sn(t),t.flags&=-16777217):(e.memoizedProps!==o&&Mi(t),sn(t),t.flags&=-16777217),null;case 27:ue(t),r=W(pa.current);var s=t.type;if(e!==null&&t.stateNode!=null)e.memoizedProps!==o&&Mi(t);else{if(!o){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return sn(t),null}e=fe(),xs(t)?_E(t):(e=wx(s,o,r,e,!0),t.stateNode=e,Mi(t))}return sn(t),null;case 5:if(ue(t),r=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==o&&Mi(t);else{if(!o){if(t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return sn(t),null}if(s=fe(),xs(t))_E(t);else{switch(e=W(pa.current),Sh(r,s.ancestorInfo),s=s.context,e=Xc(e),s){case Fl:e=e.createElementNS(sl,r);break;case qf:e=e.createElementNS(df,r);break;default:switch(r){case"svg":e=e.createElementNS(sl,r);break;case"math":e=e.createElementNS(df,r);break;case"script":e=e.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild);break;case"select":e=typeof o.is=="string"?e.createElement("select",{is:o.is}):e.createElement("select"),o.multiple?e.multiple=!0:o.size&&(e.size=o.size);break;default:e=typeof o.is=="string"?e.createElement(r,{is:o.is}):e.createElement(r),r.indexOf("-")===-1&&(r!==r.toLowerCase()&&console.error("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",r),Object.prototype.toString.call(e)!=="[object HTMLUnknownElement]"||ji.call(XC,r)||(XC[r]=!0,console.error("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",r)))}}e[Vn]=t,e[hr]=o;e:for(s=t.child;s!==null;){if(s.tag===5||s.tag===6)e.appendChild(s.stateNode);else if(s.tag!==4&&s.tag!==27&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===t)break e;for(;s.sibling===null;){if(s.return===null||s.return===t)break e;s=s.return}s.sibling.return=s.return,s=s.sibling}t.stateNode=e;e:switch(jn(e,r,o),r){case"button":case"input":case"select":case"textarea":e=!!o.autoFocus;break e;case"img":e=!0;break e;default:e=!1}e&&Mi(t)}}return sn(t),t.flags&=-16777217,null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==o&&Mi(t);else{if(typeof o!="string"&&t.stateNode===null)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");if(e=W(pa.current),r=fe(),xs(t)){e=t.stateNode,r=t.memoizedProps,s=!Hi,o=null;var h=rr;if(h!==null)switch(h.tag){case 3:s&&(s=Ax(e,r,o),s!==null&&(Wa(t,0).serverProps=s));break;case 27:case 5:o=h.memoizedProps,s&&(s=Ax(e,r,o),s!==null&&(Wa(t,0).serverProps=s))}e[Vn]=t,e=!!(e.nodeValue===r||o!==null&&o.suppressHydrationWarning===!0||ox(e.nodeValue,r)),e||$a(t)}else s=r.ancestorInfo.current,s!=null&&sc(o,s.tag,r.ancestorInfo.implicitRootScope),e=Xc(e).createTextNode(o),e[Vn]=t,t.stateNode=e}return sn(t),null;case 13:if(o=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(s=xs(t),o!==null&&o.dehydrated!==null){if(e===null){if(!s)throw Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(s=t.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");s[Vn]=t,sn(t),(t.mode&Fn)!==nn&&o!==null&&(s=t.child,s!==null&&(t.treeBaseDuration-=s.treeBaseDuration))}else WE(),Cs(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4,sn(t),(t.mode&Fn)!==nn&&o!==null&&(s=t.child,s!==null&&(t.treeBaseDuration-=s.treeBaseDuration));s=!1}else s=ZE(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=s),s=!0;if(!s)return t.flags&256?(Ti(t),t):(Ti(t),null)}return Ti(t),(t.flags&128)!==0?(t.lanes=r,(t.mode&Fn)!==nn&&wc(t),t):(r=o!==null,e=e!==null&&e.memoizedState!==null,r&&(o=t.child,s=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(s=o.alternate.memoizedState.cachePool.pool),h=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(h=o.memoizedState.cachePool.pool),h!==s&&(o.flags|=2048)),r!==e&&r&&(t.child.flags|=8192),Gc(t,t.updateQueue),sn(t),(t.mode&Fn)!==nn&&r&&(e=t.child,e!==null&&(t.treeBaseDuration-=e.treeBaseDuration)),null);case 4:return ae(t),e===null&&$p(t.stateNode.containerInfo),sn(t),null;case 10:return Ri(t.type,t),sn(t),null;case 19:if(re(kn,t),s=t.memoizedState,s===null)return sn(t),null;if(o=(t.flags&128)!==0,h=s.rendering,h===null)if(o)Us(s,!1);else{if(dn!==qi||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(h=Fc(e),h!==null){for(t.flags|=128,Us(s,!1),e=h.updateQueue,t.updateQueue=e,Gc(t,e),t.subtreeFlags=0,e=r,r=t.child;r!==null;)JE(r,e),r=r.sibling;return M(kn,kn.current&Rl|Eu,t),t.child}e=e.sibling}s.tail!==null&&di()>Of&&(t.flags|=128,o=!0,Us(s,!1),t.lanes=4194304)}else{if(!o)if(e=Fc(h),e!==null){if(t.flags|=128,o=!0,e=e.updateQueue,t.updateQueue=e,Gc(t,e),Us(s,!0),s.tail===null&&s.tailMode==="hidden"&&!h.alternate&&!jt)return sn(t),null}else 2*di()-s.renderingStartTime>Of&&r!==536870912&&(t.flags|=128,o=!0,Us(s,!1),t.lanes=4194304);s.isBackwards?(h.sibling=t.child,t.child=h):(e=s.last,e!==null?e.sibling=h:t.child=h,s.last=h)}return s.tail!==null?(e=s.tail,s.rendering=e,s.tail=e.sibling,s.renderingStartTime=di(),e.sibling=null,r=kn.current,r=o?r&Rl|Eu:r&Rl,M(kn,r,t),e):(sn(t),null);case 22:case 23:return Ti(t),Vh(t),o=t.memoizedState!==null,e!==null?e.memoizedState!==null!==o&&(t.flags|=8192):o&&(t.flags|=8192),o?(r&536870912)!==0&&(t.flags&128)===0&&(sn(t),t.subtreeFlags&6&&(t.flags|=8192)):sn(t),r=t.updateQueue,r!==null&&Gc(t,r.retryQueue),r=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(r=e.memoizedState.cachePool.pool),o=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(o=t.memoizedState.cachePool.pool),o!==r&&(t.flags|=2048),e!==null&&re(po,t),null;case 24:return r=null,e!==null&&(r=e.memoizedState.cache),t.memoizedState.cache!==r&&(t.flags|=2048),Ri(vn,t),sn(t),null;case 25:return null;case 30:return null}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Z4(e,t){switch(jh(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Fn)!==nn&&wc(t),t):null;case 3:return Ri(vn,t),ae(t),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return ue(t),null;case 13:if(Ti(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Cs()}return e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Fn)!==nn&&wc(t),t):null;case 19:return re(kn,t),null;case 4:return ae(t),null;case 10:return Ri(t.type,t),null;case 22:case 23:return Ti(t),Vh(t),e!==null&&re(po,t),e=t.flags,e&65536?(t.flags=e&-65537|128,(t.mode&Fn)!==nn&&wc(t),t):null;case 24:return Ri(vn,t),null;case 25:return null;default:return null}}function ab(e,t){switch(jh(t),t.tag){case 3:Ri(vn,t),ae(t);break;case 26:case 27:case 5:ue(t);break;case 4:ae(t);break;case 13:Ti(t);break;case 19:re(kn,t);break;case 10:Ri(t.type,t);break;case 22:case 23:Ti(t),Vh(t),e!==null&&re(po,t);break;case 24:Ri(vn,t)}}function oi(e){return(e.mode&Fn)!==nn}function ob(e,t){oi(e)?(ai(),Ns(t,e),ii()):Ns(t,e)}function Up(e,t,r){oi(e)?(ai(),Vo(r,e,t),ii()):Vo(r,e,t)}function Ns(e,t){try{var r=t.updateQueue,o=r!==null?r.lastEffect:null;if(o!==null){var s=o.next;r=s;do{if((r.tag&e)===e&&((e&Sn)!==Fr?Pe!==null&&typeof Pe.markComponentPassiveEffectMountStarted=="function"&&Pe.markComponentPassiveEffectMountStarted(t):(e&Ln)!==Fr&&Pe!==null&&typeof Pe.markComponentLayoutEffectMountStarted=="function"&&Pe.markComponentLayoutEffectMountStarted(t),o=void 0,(e&ir)!==Fr&&(jl=!0),o=Ke(t,mN,r),(e&ir)!==Fr&&(jl=!1),(e&Sn)!==Fr?Pe!==null&&typeof Pe.markComponentPassiveEffectMountStopped=="function"&&Pe.markComponentPassiveEffectMountStopped():(e&Ln)!==Fr&&Pe!==null&&typeof Pe.markComponentLayoutEffectMountStopped=="function"&&Pe.markComponentLayoutEffectMountStopped(),o!==void 0&&typeof o!="function")){var h=void 0;h=(r.tag&Ln)!==0?"useLayoutEffect":(r.tag&ir)!==0?"useInsertionEffect":"useEffect";var b=void 0;b=o===null?" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof o.then=="function"?`
249
+
250
+ It looks like you wrote `+h+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
251
+
252
+ `+h+`(() => {
253
+ async function fetchData() {
254
+ // You can await here
255
+ const response = await MyAPI.getData(someId);
256
+ // ...
257
+ }
258
+ fetchData();
259
+ }, [someId]); // Or [] if effect doesn't need props or state
260
+
261
+ Learn more about data fetching with Hooks: https://react.dev/link/hooks-data-fetching`:" You returned: "+o,Ke(t,function(S,N){console.error("%s must not return anything besides a function, which is used for clean-up.%s",S,N)},h,b)}r=r.next}while(r!==s)}}catch(S){Kt(t,t.return,S)}}function Vo(e,t,r){try{var o=t.updateQueue,s=o!==null?o.lastEffect:null;if(s!==null){var h=s.next;o=h;do{if((o.tag&e)===e){var b=o.inst,S=b.destroy;S!==void 0&&(b.destroy=void 0,(e&Sn)!==Fr?Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStarted=="function"&&Pe.markComponentPassiveEffectUnmountStarted(t):(e&Ln)!==Fr&&Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStarted=="function"&&Pe.markComponentLayoutEffectUnmountStarted(t),(e&ir)!==Fr&&(jl=!0),s=t,Ke(s,AN,s,r,S),(e&ir)!==Fr&&(jl=!1),(e&Sn)!==Fr?Pe!==null&&typeof Pe.markComponentPassiveEffectUnmountStopped=="function"&&Pe.markComponentPassiveEffectUnmountStopped():(e&Ln)!==Fr&&Pe!==null&&typeof Pe.markComponentLayoutEffectUnmountStopped=="function"&&Pe.markComponentLayoutEffectUnmountStopped())}o=o.next}while(o!==h)}}catch(N){Kt(t,t.return,N)}}function lb(e,t){oi(e)?(ai(),Ns(t,e),ii()):Ns(t,e)}function Np(e,t,r){oi(e)?(ai(),Vo(r,e,t),ii()):Vo(r,e,t)}function sb(e){var t=e.updateQueue;if(t!==null){var r=e.stateNode;e.type.defaultProps||"ref"in e.memoizedProps||Tl||(r.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",L(e)||"instance"),r.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",L(e)||"instance"));try{Ke(e,uw,t,r)}catch(o){Kt(e,e.return,o)}}}function W4(e,t,r){return e.getSnapshotBeforeUpdate(t,r)}function $4(e,t){var r=t.memoizedProps,o=t.memoizedState;t=e.stateNode,e.type.defaultProps||"ref"in e.memoizedProps||Tl||(t.props!==e.memoizedProps&&console.error("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",L(e)||"instance"),t.state!==e.memoizedState&&console.error("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",L(e)||"instance"));try{var s=ao(e.type,r,e.elementType===e.type),h=Ke(e,W4,t,s,o);r=MC,h!==void 0||r.has(e.type)||(r.add(e.type),Ke(e,function(){console.error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",L(e))})),t.__reactInternalSnapshotBeforeUpdate=h}catch(b){Kt(e,e.return,b)}}function ub(e,t,r){r.props=ao(e.type,e.memoizedProps),r.state=e.memoizedState,oi(e)?(ai(),Ke(e,aC,e,t,r),ii()):Ke(e,aC,e,t,r)}function eO(e){var t=e.ref;if(t!==null){switch(e.tag){case 26:case 27:case 5:var r=e.stateNode;break;case 30:r=e.stateNode;break;default:r=e.stateNode}if(typeof t=="function")if(oi(e))try{ai(),e.refCleanup=t(r)}finally{ii()}else e.refCleanup=t(r);else typeof t=="string"?console.error("String refs are no longer supported."):t.hasOwnProperty("current")||console.error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",L(e)),t.current=r}}function js(e,t){try{Ke(e,eO,e)}catch(r){Kt(e,t,r)}}function li(e,t){var r=e.ref,o=e.refCleanup;if(r!==null)if(typeof o=="function")try{if(oi(e))try{ai(),Ke(e,o)}finally{ii(e)}else Ke(e,o)}catch(s){Kt(e,t,s)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof r=="function")try{if(oi(e))try{ai(),Ke(e,r,null)}finally{ii(e)}else Ke(e,r,null)}catch(s){Kt(e,t,s)}else r.current=null}function cb(e,t,r,o){var s=e.memoizedProps,h=s.id,b=s.onCommit;s=s.onRender,t=t===null?"mount":"update",xf&&(t="nested-update"),typeof s=="function"&&s(h,t,e.actualDuration,e.treeBaseDuration,e.actualStartTime,r),typeof b=="function"&&b(e.memoizedProps.id,t,o,r)}function tO(e,t,r,o){var s=e.memoizedProps;e=s.id,s=s.onPostCommit,t=t===null?"mount":"update",xf&&(t="nested-update"),typeof s=="function"&&s(e,t,o,r)}function fb(e){var t=e.type,r=e.memoizedProps,o=e.stateNode;try{Ke(e,CO,o,t,r,e)}catch(s){Kt(e,e.return,s)}}function jp(e,t,r){try{Ke(e,vO,e.stateNode,e.type,r,t,e)}catch(o){Kt(e,e.return,o)}}function db(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&fa(e.type)||e.tag===4}function zp(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||db(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&fa(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Fp(e,t,r){var o=e.tag;if(o===5||o===6)e=e.stateNode,t?(r.nodeType===9?r.body:r.nodeName==="HTML"?r.ownerDocument.body:r).insertBefore(e,t):(t=r.nodeType===9?r.body:r.nodeName==="HTML"?r.ownerDocument.body:r,t.appendChild(e),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=_c));else if(o!==4&&(o===27&&fa(e.type)&&(r=e.stateNode,t=null),e=e.child,e!==null))for(Fp(e,t,r),e=e.sibling;e!==null;)Fp(e,t,r),e=e.sibling}function Kc(e,t,r){var o=e.tag;if(o===5||o===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(o!==4&&(o===27&&fa(e.type)&&(r=e.stateNode),e=e.child,e!==null))for(Kc(e,t,r),e=e.sibling;e!==null;)Kc(e,t,r),e=e.sibling}function nO(e){for(var t,r=e.return;r!==null;){if(db(r)){t=r;break}r=r.return}if(t==null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");switch(t.tag){case 27:t=t.stateNode,r=zp(e),Kc(e,r,t);break;case 5:r=t.stateNode,t.flags&32&&(px(r),t.flags&=-33),t=zp(e),Kc(e,t,r);break;case 3:case 4:t=t.stateNode.containerInfo,r=zp(e),Fp(e,r,t);break;default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function hb(e){var t=e.stateNode,r=e.memoizedProps;try{Ke(e,jO,e.type,r,t,e)}catch(o){Kt(e,e.return,o)}}function rO(e,t){if(e=e.containerInfo,Om=Xf,e=HE(e),Rh(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var o=r.getSelection&&r.getSelection();if(o&&o.rangeCount!==0){r=o.anchorNode;var s=o.anchorOffset,h=o.focusNode;o=o.focusOffset;try{r.nodeType,h.nodeType}catch(qe){r=null;break e}var b=0,S=-1,N=-1,P=0,Ae=0,ve=e,me=null;t:for(;;){for(var ke;ve!==r||s!==0&&ve.nodeType!==3||(S=b+s),ve!==h||o!==0&&ve.nodeType!==3||(N=b+o),ve.nodeType===3&&(b+=ve.nodeValue.length),(ke=ve.firstChild)!==null;)me=ve,ve=ke;for(;;){if(ve===e)break t;if(me===r&&++P===s&&(S=b),me===h&&++Ae===o&&(N=b),(ke=ve.nextSibling)!==null)break;ve=me,me=ve.parentNode}ve=ke}r=S===-1||N===-1?null:{start:S,end:N}}else r=null}r=r||{start:0,end:0}}else r=null;for(Um={focusedElem:e,selectionRange:r},Xf=!1,Dn=t;Dn!==null;)if(t=Dn,e=t.child,(t.subtreeFlags&1024)!==0&&e!==null)e.return=t,Dn=e;else for(;Dn!==null;){switch(e=t=Dn,r=e.alternate,s=e.flags,e.tag){case 0:break;case 11:case 15:break;case 1:(s&1024)!==0&&r!==null&&$4(e,r);break;case 3:if((s&1024)!==0){if(e=e.stateNode.containerInfo,r=e.nodeType,r===9)lg(e);else if(r===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":lg(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((s&1024)!==0)throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}if(e=t.sibling,e!==null){e.return=t.return,Dn=e;break}Dn=t.return}}function pb(e,t,r){var o=r.flags;switch(r.tag){case 0:case 11:case 15:Oi(e,r),o&4&&ob(r,Ln|Lr);break;case 1:if(Oi(e,r),o&4)if(e=r.stateNode,t===null)r.type.defaultProps||"ref"in r.memoizedProps||Tl||(e.props!==r.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",L(r)||"instance"),e.state!==r.memoizedState&&console.error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",L(r)||"instance")),oi(r)?(ai(),Ke(r,sm,r,e),ii()):Ke(r,sm,r,e);else{var s=ao(r.type,t.memoizedProps);t=t.memoizedState,r.type.defaultProps||"ref"in r.memoizedProps||Tl||(e.props!==r.memoizedProps&&console.error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",L(r)||"instance"),e.state!==r.memoizedState&&console.error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",L(r)||"instance")),oi(r)?(ai(),Ke(r,nC,r,e,s,t,e.__reactInternalSnapshotBeforeUpdate),ii()):Ke(r,nC,r,e,s,t,e.__reactInternalSnapshotBeforeUpdate)}o&64&&sb(r),o&512&&js(r,r.return);break;case 3:if(t=Di(),Oi(e,r),o&64&&(o=r.updateQueue,o!==null)){if(s=null,r.child!==null)switch(r.child.tag){case 27:case 5:s=r.child.stateNode;break;case 1:s=r.child.stateNode}try{Ke(r,uw,o,s)}catch(b){Kt(r,r.return,b)}}e.effectDuration+=Ec(t);break;case 27:t===null&&o&4&&hb(r);case 26:case 5:Oi(e,r),t===null&&o&4&&fb(r),o&512&&js(r,r.return);break;case 12:if(o&4){o=Di(),Oi(e,r),e=r.stateNode,e.effectDuration+=Is(o);try{Ke(r,cb,r,t,bf,e.effectDuration)}catch(b){Kt(r,r.return,b)}}else Oi(e,r);break;case 13:Oi(e,r),o&4&&Ab(e,r),o&64&&(e=r.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(r=dO.bind(null,r),OO(e,r))));break;case 22:if(o=r.memoizedState!==null||Yi,!o){t=t!==null&&t.memoizedState!==null||gn,s=Yi;var h=gn;Yi=o,(gn=t)&&!h?Ui(e,r,(r.subtreeFlags&8772)!==0):Oi(e,r),Yi=s,gn=h}break;case 30:break;default:Oi(e,r)}}function gb(e){var t=e.alternate;t!==null&&(e.alternate=null,gb(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&tt(t)),e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Qi(e,t,r){for(r=r.child;r!==null;)mb(e,t,r),r=r.sibling}function mb(e,t,r){if(Jn&&typeof Jn.onCommitFiberUnmount=="function")try{Jn.onCommitFiberUnmount(ol,r)}catch(h){hi||(hi=!0,console.error("React instrumentation encountered an error: %s",h))}switch(r.tag){case 26:gn||li(r,t),Qi(e,t,r),r.memoizedState?r.memoizedState.count--:r.stateNode&&(r=r.stateNode,r.parentNode.removeChild(r));break;case 27:gn||li(r,t);var o=bn,s=gr;fa(r.type)&&(bn=r.stateNode,gr=!1),Qi(e,t,r),Ke(r,Ks,r.stateNode),bn=o,gr=s;break;case 5:gn||li(r,t);case 6:if(o=bn,s=gr,bn=null,Qi(e,t,r),bn=o,gr=s,bn!==null)if(gr)try{Ke(r,IO,bn,r.stateNode)}catch(h){Kt(r,t,h)}else try{Ke(r,kO,bn,r.stateNode)}catch(h){Kt(r,t,h)}break;case 18:bn!==null&&(gr?(e=bn,gx(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,r.stateNode),Vs(e)):gx(bn,r.stateNode));break;case 4:o=bn,s=gr,bn=r.stateNode.containerInfo,gr=!0,Qi(e,t,r),bn=o,gr=s;break;case 0:case 11:case 14:case 15:gn||Vo(ir,r,t),gn||Up(r,t,Ln),Qi(e,t,r);break;case 1:gn||(li(r,t),o=r.stateNode,typeof o.componentWillUnmount=="function"&&ub(r,t,o)),Qi(e,t,r);break;case 21:Qi(e,t,r);break;case 22:gn=(o=gn)||r.memoizedState!==null,Qi(e,t,r),gn=o;break;default:Qi(e,t,r)}}function Ab(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Ke(t,NO,e)}catch(r){Kt(t,t.return,r)}}function iO(e){switch(e.tag){case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new QC),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new QC),t;default:throw Error("Unexpected Suspense handler tag ("+e.tag+"). This is a bug in React.")}}function Lp(e,t){var r=iO(e);t.forEach(function(o){var s=hO.bind(null,e,o);if(!r.has(o)){if(r.add(o),_r)if(Bl!==null&&Ml!==null)Ps(Ml,Bl);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");o.then(s,s)}})}function wr(e,t){var r=t.deletions;if(r!==null)for(var o=0;o<r.length;o++){var s=e,h=t,b=r[o],S=h;e:for(;S!==null;){switch(S.tag){case 27:if(fa(S.type)){bn=S.stateNode,gr=!1;break e}break;case 5:bn=S.stateNode,gr=!1;break e;case 3:case 4:bn=S.stateNode.containerInfo,gr=!0;break e}S=S.return}if(bn===null)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");mb(s,h,b),bn=null,gr=!1,s=b,h=s.alternate,h!==null&&(h.return=null),s.return=null}if(t.subtreeFlags&13878)for(t=t.child;t!==null;)yb(t,e),t=t.sibling}function yb(e,t){var r=e.alternate,o=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:wr(t,e),br(e),o&4&&(Vo(ir|Lr,e,e.return),Ns(ir|Lr,e),Up(e,e.return,Ln|Lr));break;case 1:wr(t,e),br(e),o&512&&(gn||r===null||li(r,r.return)),o&64&&Yi&&(e=e.updateQueue,e!==null&&(o=e.callbacks,o!==null&&(r=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=r===null?o:r.concat(o))));break;case 26:var s=$r;if(wr(t,e),br(e),o&512&&(gn||r===null||li(r,r.return)),o&4)if(t=r!==null?r.memoizedState:null,o=e.memoizedState,r===null)if(o===null)if(e.stateNode===null){e:{o=e.type,r=e.memoizedProps,t=s.ownerDocument||s;t:switch(o){case"title":s=t.getElementsByTagName("title")[0],(!s||s[Zs]||s[Vn]||s.namespaceURI===sl||s.hasAttribute("itemprop"))&&(s=t.createElement(o),t.head.insertBefore(s,t.querySelector("head > title"))),jn(s,o,r),s[Vn]=e,ce(s),o=s;break e;case"link":var h=Sx("link","href",t).get(o+(r.href||""));if(h){for(var b=0;b<h.length;b++)if(s=h[b],s.getAttribute("href")===(r.href==null||r.href===""?null:r.href)&&s.getAttribute("rel")===(r.rel==null?null:r.rel)&&s.getAttribute("title")===(r.title==null?null:r.title)&&s.getAttribute("crossorigin")===(r.crossOrigin==null?null:r.crossOrigin)){h.splice(b,1);break t}}s=t.createElement(o),jn(s,o,r),t.head.appendChild(s);break;case"meta":if(h=Sx("meta","content",t).get(o+(r.content||""))){for(b=0;b<h.length;b++)if(s=h[b],q(r.content,"content"),s.getAttribute("content")===(r.content==null?null:""+r.content)&&s.getAttribute("name")===(r.name==null?null:r.name)&&s.getAttribute("property")===(r.property==null?null:r.property)&&s.getAttribute("http-equiv")===(r.httpEquiv==null?null:r.httpEquiv)&&s.getAttribute("charset")===(r.charSet==null?null:r.charSet)){h.splice(b,1);break t}}s=t.createElement(o),jn(s,o,r),t.head.appendChild(s);break;default:throw Error('getNodesForType encountered a type it did not expect: "'+o+'". This is a bug in React.')}s[Vn]=e,ce(s),o=s}e.stateNode=o}else kx(s,e.type,e.stateNode);else e.stateNode=vx(s,o,e.memoizedProps);else t!==o?(t===null?r.stateNode!==null&&(r=r.stateNode,r.parentNode.removeChild(r)):t.count--,o===null?kx(s,e.type,e.stateNode):vx(s,o,e.memoizedProps)):o===null&&e.stateNode!==null&&jp(e,e.memoizedProps,r.memoizedProps);break;case 27:wr(t,e),br(e),o&512&&(gn||r===null||li(r,r.return)),r!==null&&o&4&&jp(e,e.memoizedProps,r.memoizedProps);break;case 5:if(wr(t,e),br(e),o&512&&(gn||r===null||li(r,r.return)),e.flags&32){t=e.stateNode;try{Ke(e,px,t)}catch(Ae){Kt(e,e.return,Ae)}}o&4&&e.stateNode!=null&&(t=e.memoizedProps,jp(e,t,r!==null?r.memoizedProps:t)),o&1024&&(gm=!0,e.type!=="form"&&console.error("Unexpected host component type. Expected a form. This is a bug in React."));break;case 6:if(wr(t,e),br(e),o&4){if(e.stateNode===null)throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");o=e.memoizedProps,r=r!==null?r.memoizedProps:o,t=e.stateNode;try{Ke(e,SO,t,r,o)}catch(Ae){Kt(e,e.return,Ae)}}break;case 3:if(s=Di(),Jf=null,h=$r,$r=Zc(t.containerInfo),wr(t,e),$r=h,br(e),o&4&&r!==null&&r.memoizedState.isDehydrated)try{Ke(e,UO,t.containerInfo)}catch(Ae){Kt(e,e.return,Ae)}gm&&(gm=!1,Eb(e)),t.effectDuration+=Ec(s);break;case 4:o=$r,$r=Zc(e.stateNode.containerInfo),wr(t,e),br(e),$r=o;break;case 12:o=Di(),wr(t,e),br(e),e.stateNode.effectDuration+=Is(o);break;case 13:wr(t,e),br(e),e.child.flags&8192&&e.memoizedState!==null!=(r!==null&&r.memoizedState!==null)&&(bm=di()),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Lp(e,o)));break;case 22:s=e.memoizedState!==null;var S=r!==null&&r.memoizedState!==null,N=Yi,P=gn;if(Yi=N||s,gn=P||S,wr(t,e),gn=P,Yi=N,br(e),o&8192)e:for(t=e.stateNode,t._visibility=s?t._visibility&~Af:t._visibility|Af,s&&(r===null||S||Yi||gn||oo(e)),r=null,t=e;;){if(t.tag===5||t.tag===26){if(r===null){S=r=t;try{h=S.stateNode,s?Ke(S,RO,h):Ke(S,TO,S.stateNode,S.memoizedProps)}catch(Ae){Kt(S,S.return,Ae)}}}else if(t.tag===6){if(r===null){S=t;try{b=S.stateNode,s?Ke(S,DO,b):Ke(S,BO,b,S.memoizedProps)}catch(Ae){Kt(S,S.return,Ae)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;r===t&&(r=null),t=t.return}r===t&&(r=null),t.sibling.return=t.return,t=t.sibling}o&4&&(o=e.updateQueue,o!==null&&(r=o.retryQueue,r!==null&&(o.retryQueue=null,Lp(e,r))));break;case 19:wr(t,e),br(e),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Lp(e,o)));break;case 30:break;case 21:break;default:wr(t,e),br(e)}}function br(e){var t=e.flags;if(t&2){try{Ke(e,nO,e)}catch(r){Kt(e,e.return,r)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function Eb(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;Eb(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function Oi(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)pb(e,t.alternate,t),t=t.sibling}function wb(e){switch(e.tag){case 0:case 11:case 14:case 15:Up(e,e.return,Ln),oo(e);break;case 1:li(e,e.return);var t=e.stateNode;typeof t.componentWillUnmount=="function"&&ub(e,e.return,t),oo(e);break;case 27:Ke(e,Ks,e.stateNode);case 26:case 5:li(e,e.return),oo(e);break;case 22:e.memoizedState===null&&oo(e);break;case 30:oo(e);break;default:oo(e)}}function oo(e){for(e=e.child;e!==null;)wb(e),e=e.sibling}function bb(e,t,r,o){var s=r.flags;switch(r.tag){case 0:case 11:case 15:Ui(e,r,o),ob(r,Ln);break;case 1:if(Ui(e,r,o),t=r.stateNode,typeof t.componentDidMount=="function"&&Ke(r,sm,r,t),t=r.updateQueue,t!==null){e=r.stateNode;try{Ke(r,H4,t,e)}catch(h){Kt(r,r.return,h)}}o&&s&64&&sb(r),js(r,r.return);break;case 27:hb(r);case 26:case 5:Ui(e,r,o),o&&t===null&&s&4&&fb(r),js(r,r.return);break;case 12:if(o&&s&4){s=Di(),Ui(e,r,o),o=r.stateNode,o.effectDuration+=Is(s);try{Ke(r,cb,r,t,bf,o.effectDuration)}catch(h){Kt(r,r.return,h)}}else Ui(e,r,o);break;case 13:Ui(e,r,o),o&&s&4&&Ab(e,r);break;case 22:r.memoizedState===null&&Ui(e,r,o),js(r,r.return);break;case 30:break;default:Ui(e,r,o)}}function Ui(e,t,r){for(r=r&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;)bb(e,t.alternate,t,r),t=t.sibling}function Pp(e,t){var r=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(r=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==r&&(e!=null&&to(e),r!=null&&ks(r))}function Hp(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(to(t),e!=null&&ks(e))}function si(e,t,r,o){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)xb(e,t,r,o),t=t.sibling}function xb(e,t,r,o){var s=t.flags;switch(t.tag){case 0:case 11:case 15:si(e,t,r,o),s&2048&&lb(t,Sn|Lr);break;case 1:si(e,t,r,o);break;case 3:var h=Di();si(e,t,r,o),s&2048&&(r=null,t.alternate!==null&&(r=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==r&&(to(t),r!=null&&ks(r))),e.passiveEffectDuration+=Ec(h);break;case 12:if(s&2048){s=Di(),si(e,t,r,o),e=t.stateNode,e.passiveEffectDuration+=Is(s);try{Ke(t,tO,t,t.alternate,bf,e.passiveEffectDuration)}catch(S){Kt(t,t.return,S)}}else si(e,t,r,o);break;case 13:si(e,t,r,o);break;case 23:break;case 22:h=t.stateNode;var b=t.alternate;t.memoizedState!==null?h._visibility&Fi?si(e,t,r,o):zs(e,t):h._visibility&Fi?si(e,t,r,o):(h._visibility|=Fi,_o(e,t,r,o,(t.subtreeFlags&10256)!==0)),s&2048&&Pp(b,t);break;case 24:si(e,t,r,o),s&2048&&Hp(t.alternate,t);break;default:si(e,t,r,o)}}function _o(e,t,r,o,s){for(s=s&&(t.subtreeFlags&10256)!==0,t=t.child;t!==null;)Cb(e,t,r,o,s),t=t.sibling}function Cb(e,t,r,o,s){var h=t.flags;switch(t.tag){case 0:case 11:case 15:_o(e,t,r,o,s),lb(t,Sn);break;case 23:break;case 22:var b=t.stateNode;t.memoizedState!==null?b._visibility&Fi?_o(e,t,r,o,s):zs(e,t):(b._visibility|=Fi,_o(e,t,r,o,s)),s&&h&2048&&Pp(t.alternate,t);break;case 24:_o(e,t,r,o,s),s&&h&2048&&Hp(t.alternate,t);break;default:_o(e,t,r,o,s)}}function zs(e,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var r=e,o=t,s=o.flags;switch(o.tag){case 22:zs(r,o),s&2048&&Pp(o.alternate,o);break;case 24:zs(r,o),s&2048&&Hp(o.alternate,o);break;default:zs(r,o)}t=t.sibling}}function Xo(e){if(e.subtreeFlags&wu)for(e=e.child;e!==null;)vb(e),e=e.sibling}function vb(e){switch(e.tag){case 26:Xo(e),e.flags&wu&&e.memoizedState!==null&&PO($r,e.memoizedState,e.memoizedProps);break;case 5:Xo(e);break;case 3:case 4:var t=$r;$r=Zc(e.stateNode.containerInfo),Xo(e),$r=t;break;case 22:e.memoizedState===null&&(t=e.alternate,t!==null&&t.memoizedState!==null?(t=wu,wu=16777216,Xo(e),wu=t):Xo(e));break;default:Xo(e)}}function Sb(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function Fs(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var r=0;r<t.length;r++){var o=t[r];Dn=o,Rb(o,e)}Sb(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)kb(e),e=e.sibling}function kb(e){switch(e.tag){case 0:case 11:case 15:Fs(e),e.flags&2048&&Np(e,e.return,Sn|Lr);break;case 3:var t=Di();Fs(e),e.stateNode.passiveEffectDuration+=Ec(t);break;case 12:t=Di(),Fs(e),e.stateNode.passiveEffectDuration+=Is(t);break;case 22:t=e.stateNode,e.memoizedState!==null&&t._visibility&Fi&&(e.return===null||e.return.tag!==13)?(t._visibility&=~Fi,Yc(e)):Fs(e);break;default:Fs(e)}}function Yc(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var r=0;r<t.length;r++){var o=t[r];Dn=o,Rb(o,e)}Sb(e)}for(e=e.child;e!==null;)Ib(e),e=e.sibling}function Ib(e){switch(e.tag){case 0:case 11:case 15:Np(e,e.return,Sn),Yc(e);break;case 22:var t=e.stateNode;t._visibility&Fi&&(t._visibility&=~Fi,Yc(e));break;default:Yc(e)}}function Rb(e,t){for(;Dn!==null;){var r=Dn,o=r;switch(o.tag){case 0:case 11:case 15:Np(o,t,Sn);break;case 23:case 22:o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(o=o.memoizedState.cachePool.pool,o!=null&&to(o));break;case 24:ks(o.memoizedState.cache)}if(o=r.child,o!==null)o.return=r,Dn=o;else e:for(r=e;Dn!==null;){o=Dn;var s=o.sibling,h=o.return;if(gb(o),o===r){Dn=null;break e}if(s!==null){s.return=h,Dn=s;break e}Dn=h}}}function aO(){EN.forEach(function(e){return e()})}function Db(){var e=typeof IS_REACT_ACT_ENVIRONMENT!="undefined"?IS_REACT_ACT_ENVIRONMENT:void 0;return e||Ce.actQueue===null||console.error("The current testing environment is not configured to support act(...)"),e}function xr(e){if((Ft&ar)!==Sr&&bt!==0)return bt&-bt;var t=Ce.T;return t!==null?(t._updatedFibers||(t._updatedFibers=new Set),t._updatedFibers.add(e),e=ho,e!==0?e:Zp()):Ze()}function Tb(){Ir===0&&(Ir=(bt&536870912)===0||jt?J():536870912);var e=Hr.current;return e!==null&&(e.flags|=32),Ir}function pn(e,t,r){if(jl&&console.error("useInsertionEffect must not schedule updates."),km&&(Uf=!0),(e===Xt&&(Lt===yo||Lt===Eo)||e.cancelPendingCommit!==null)&&(Wo(e,0),ua(e,bt,Ir,!1)),Ee(e,r),(Ft&ar)!==0&&e===Xt){if(gi)switch(t.tag){case 0:case 11:case 15:e=yt&&L(yt)||"Unknown",GC.has(e)||(GC.add(e),t=L(t)||"Unknown",console.error("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://react.dev/link/setstate-in-render",t,e,e));break;case 1:HC||(console.error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),HC=!0)}}else _r&&xe(e,t,r),gO(t),e===Xt&&((Ft&ar)===Sr&&(va|=r),dn===Ao&&ua(e,bt,Ir,!1)),ui(e)}function Bb(e,t,r){if((Ft&(ar|ei))!==Sr)throw Error("Should not already be working.");var o=!r&&(t&124)===0&&(t&e.expiredLanes)===0||z(e,t),s=o?lO(e,t):Yp(e,t,!0),h=o;do{if(s===qi){Ul&&!o&&ua(e,t,0,!1);break}else{if(r=e.current.alternate,h&&!oO(r)){s=Yp(e,t,!1),h=!1;continue}if(s===Ql){if(h=t,e.errorRecoveryDisabledLanes&h)var b=0;else b=e.pendingLanes&-536870913,b=b!==0?b:b&536870912?536870912:0;if(b!==0){t=b;e:{s=e;var S=b;b=ku;var N=s.current.memoizedState.isDehydrated;if(N&&(Wo(s,S).flags|=256),S=Yp(s,S,!1),S!==Ql){if(Em&&!N){s.errorRecoveryDisabledLanes|=h,va|=h,s=Ao;break e}s=or,or=b,s!==null&&(or===null?or=s:or.push.apply(or,s))}s=S}if(h=!1,s!==Ql)continue}}if(s===xu){Wo(e,0),ua(e,t,0,!0);break}e:{switch(o=e,s){case qi:case xu:throw Error("Root did not complete. This is a bug in React.");case Ao:if((t&4194048)!==t)break;case Mf:ua(o,t,Ir,!xa);break e;case Ql:or=null;break;case mm:case OC:break;default:throw Error("Unknown root exit status.")}if(Ce.actQueue!==null)qp(o,r,t,or,Iu,Qf,Ir,va,wo);else{if((t&62914560)===t&&(h=bm+NC-di(),10<h)){if(ua(o,t,Ir,!xa),Y(o,0,!0)!==0)break e;o.timeoutHandle=ZC(Mb.bind(null,o,r,or,Iu,Qf,t,Ir,va,wo,xa,s,CN,z1,0),h);break e}Mb(o,r,or,Iu,Qf,t,Ir,va,wo,xa,s,bN,z1,0)}}}break}while(!0);ui(e)}function Mb(e,t,r,o,s,h,b,S,N,P,Ae,ve,me,ke){if(e.timeoutHandle=So,ve=t.subtreeFlags,(ve&8192||(ve&16785408)===16785408)&&(Qu={stylesheets:null,count:0,unsuspend:LO},vb(t),ve=HO(),ve!==null)){e.cancelPendingCommit=ve(qp.bind(null,e,t,h,r,o,s,b,S,N,Ae,xN,me,ke)),ua(e,h,b,!P);return}qp(e,t,h,r,o,s,b,S,N)}function oO(e){for(var t=e;;){var r=t.tag;if((r===0||r===11||r===15)&&t.flags&16384&&(r=t.updateQueue,r!==null&&(r=r.stores,r!==null)))for(var o=0;o<r.length;o++){var s=r[o],h=s.getSnapshot;s=s.value;try{if(!nr(h(),s))return!1}catch(b){return!1}}if(r=t.child,t.subtreeFlags&16384&&r!==null)r.return=t,t=r;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function ua(e,t,r,o){t&=~wm,t&=~va,e.suspendedLanes|=t,e.pingedLanes&=~t,o&&(e.warmLanes|=t),o=e.expirationTimes;for(var s=t;0<s;){var h=31-er(s),b=1<<h;o[h]=-1,s&=~b}r!==0&&be(e,r,t)}function Zo(){return(Ft&(ar|ei))===Sr?(Hs(0),!1):!0}function Gp(){if(yt!==null){if(Lt===mr)var e=yt.return;else e=yt,mc(),ep(e),kl=null,yu=0,e=yt;for(;e!==null;)ab(e.alternate,e),e=e.return;yt=null}}function Wo(e,t){var r=e.timeoutHandle;r!==So&&(e.timeoutHandle=So,NN(r)),r=e.cancelPendingCommit,r!==null&&(e.cancelPendingCommit=null,r()),Gp(),Xt=e,yt=r=Ii(e.current,null),bt=t,Lt=mr,kr=null,xa=!1,Ul=z(e,t),Em=!1,dn=qi,wo=Ir=wm=va=Ca=0,or=ku=null,Qf=!1,(t&8)!==0&&(t|=t&32);var o=e.entangledLanes;if(o!==0)for(e=e.entanglements,o&=t;0<o;){var s=31-er(o),h=1<<s;t|=e[s],o&=~h}return wi=t,dc(),t=N1(),1e3<t-U1&&(Ce.recentlyCreatedOwnerStacks=0,U1=t),Zr.discardPendingWarnings(),r}function Qb(e,t){lt=null,Ce.H=Tf,Ce.getCurrentStack=null,gi=!1,vr=null,t===pu||t===Sf?(t=ow(),Lt=vu):t===P1?(t=ow(),Lt=UC):Lt=t===SC?ym:t!==null&&typeof t=="object"&&typeof t.then=="function"?Ol:Cu,kr=t;var r=yt;if(r===null)dn=xu,Lc(e,Er(t,e.current));else switch(r.mode&Fn&&Gh(r),et(),Lt){case Cu:Pe!==null&&typeof Pe.markComponentErrored=="function"&&Pe.markComponentErrored(r,t,bt);break;case yo:case Eo:case vu:case Ol:case Su:Pe!==null&&typeof Pe.markComponentSuspended=="function"&&Pe.markComponentSuspended(r,t,bt)}}function Ob(){var e=Ce.H;return Ce.H=Tf,e===null?Tf:e}function Ub(){var e=Ce.A;return Ce.A=yN,e}function Kp(){dn=Ao,xa||(bt&4194048)!==bt&&Hr.current!==null||(Ul=!0),(Ca&134217727)===0&&(va&134217727)===0||Xt===null||ua(Xt,bt,Ir,!1)}function Yp(e,t,r){var o=Ft;Ft|=ar;var s=Ob(),h=Ub();if(Xt!==e||bt!==t){if(_r){var b=e.memoizedUpdaters;0<b.size&&(Ps(e,bt),b.clear()),Ne(e,t)}Iu=null,Wo(e,t)}rt(t),t=!1,b=dn;e:do try{if(Lt!==mr&&yt!==null){var S=yt,N=kr;switch(Lt){case ym:Gp(),b=Mf;break e;case vu:case yo:case Eo:case Ol:Hr.current===null&&(t=!0);var P=Lt;if(Lt=mr,kr=null,$o(e,S,N,P),r&&Ul){b=qi;break e}break;default:P=Lt,Lt=mr,kr=null,$o(e,S,N,P)}}Nb(),b=dn;break}catch(Ae){Qb(e,Ae)}while(!0);return t&&e.shellSuspendCounter++,mc(),Ft=o,Ce.H=s,Ce.A=h,Et(),yt===null&&(Xt=null,bt=0,dc()),b}function Nb(){for(;yt!==null;)jb(yt)}function lO(e,t){var r=Ft;Ft|=ar;var o=Ob(),s=Ub();if(Xt!==e||bt!==t){if(_r){var h=e.memoizedUpdaters;0<h.size&&(Ps(e,bt),h.clear()),Ne(e,t)}Iu=null,Of=di()+jC,Wo(e,t)}else Ul=z(e,t);rt(t);e:do try{if(Lt!==mr&&yt!==null)t:switch(t=yt,h=kr,Lt){case Cu:Lt=mr,kr=null,$o(e,t,h,Cu);break;case yo:case Eo:if(iw(h)){Lt=mr,kr=null,zb(t);break}t=function(){Lt!==yo&&Lt!==Eo||Xt!==e||(Lt=Su),ui(e)},h.then(t,t);break e;case vu:Lt=Su;break e;case UC:Lt=Am;break e;case Su:iw(h)?(Lt=mr,kr=null,zb(t)):(Lt=mr,kr=null,$o(e,t,h,Su));break;case Am:var b=null;switch(yt.tag){case 26:b=yt.memoizedState;case 5:case 27:var S=yt;if(!b||Ix(b)){Lt=mr,kr=null;var N=S.sibling;if(N!==null)yt=N;else{var P=S.return;P!==null?(yt=P,qc(P)):yt=null}break t}break;default:console.error("Unexpected type of fiber triggered a suspensey commit. This is a bug in React.")}Lt=mr,kr=null,$o(e,t,h,Am);break;case Ol:Lt=mr,kr=null,$o(e,t,h,Ol);break;case ym:Gp(),dn=Mf;break e;default:throw Error("Unexpected SuspendedReason. This is a bug in React.")}Ce.actQueue!==null?Nb():sO();break}catch(Ae){Qb(e,Ae)}while(!0);return mc(),Ce.H=o,Ce.A=s,Ft=r,yt!==null?(Pe!==null&&typeof Pe.markRenderYielded=="function"&&Pe.markRenderYielded(),qi):(Et(),Xt=null,bt=0,dc(),dn)}function sO(){for(;yt!==null&&!iU();)jb(yt)}function jb(e){var t=e.alternate;(e.mode&Fn)!==nn?(Hh(e),t=Ke(e,Op,t,e,wi),Gh(e)):t=Ke(e,Op,t,e,wi),e.memoizedProps=e.pendingProps,t===null?qc(e):yt=t}function zb(e){var t=Ke(e,uO,e);e.memoizedProps=e.pendingProps,t===null?qc(e):yt=t}function uO(e){var t=e.alternate,r=(e.mode&Fn)!==nn;switch(r&&Hh(e),e.tag){case 15:case 0:t=Zw(t,e,e.pendingProps,e.type,void 0,bt);break;case 11:t=Zw(t,e,e.pendingProps,e.type.render,e.ref,bt);break;case 5:ep(e);default:ab(t,e),e=yt=JE(e,wi),t=Op(t,e,wi)}return r&&Gh(e),t}function $o(e,t,r,o){mc(),ep(t),kl=null,yu=0;var s=t.return;try{if(V4(e,s,t,r,bt)){dn=xu,Lc(e,Er(r,e.current)),yt=null;return}}catch(h){if(s!==null)throw yt=s,h;dn=xu,Lc(e,Er(r,e.current)),yt=null;return}t.flags&32768?(jt||o===Cu?e=!0:Ul||(bt&536870912)!==0?e=!1:(xa=e=!0,(o===yo||o===Eo||o===vu||o===Ol)&&(o=Hr.current,o!==null&&o.tag===13&&(o.flags|=16384))),Fb(t,e)):qc(t)}function qc(e){var t=e;do{if((t.flags&32768)!==0){Fb(t,xa);return}var r=t.alternate;if(e=t.return,Hh(t),r=Ke(t,X4,r,t,wi),(t.mode&Fn)!==nn&&ew(t),r!==null){yt=r;return}if(t=t.sibling,t!==null){yt=t;return}yt=t=e}while(t!==null);dn===qi&&(dn=OC)}function Fb(e,t){do{var r=Z4(e.alternate,e);if(r!==null){r.flags&=32767,yt=r;return}if((e.mode&Fn)!==nn){ew(e),r=e.actualDuration;for(var o=e.child;o!==null;)r+=o.actualDuration,o=o.sibling;e.actualDuration=r}if(r=e.return,r!==null&&(r.flags|=32768,r.subtreeFlags=0,r.deletions=null),!t&&(e=e.sibling,e!==null)){yt=e;return}yt=e=r}while(e!==null);dn=Mf,yt=null}function qp(e,t,r,o,s,h,b,S,N){e.cancelPendingCommit=null;do Ls();while(Pn!==bo);if(Zr.flushLegacyContextWarning(),Zr.flushPendingUnsafeLifecycleWarnings(),(Ft&(ar|ei))!==Sr)throw Error("Should not already be working.");if(Pe!==null&&typeof Pe.markCommitStarted=="function"&&Pe.markCommitStarted(r),t===null)Ue();else{if(r===0&&console.error("finishedLanes should not be empty during a commit. This is a bug in React."),t===e.current)throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");if(h=t.lanes|t.childLanes,h|=_g,Re(e,r,h,b,S,N),e===Xt&&(yt=Xt=null,bt=0),Nl=t,ka=e,Ia=r,Cm=h,vm=s,PC=o,(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,pO(al,function(){return Kb(),null})):(e.callbackNode=null,e.callbackPriority=0),bf=bl(),o=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||o){o=Ce.T,Ce.T=null,s=zt.p,zt.p=Qr,b=Ft,Ft|=ei;try{rO(e,t,r)}finally{Ft=b,zt.p=s,Ce.T=o}}Pn=zC,Lb(),Pb(),Hb()}}function Lb(){if(Pn===zC){Pn=bo;var e=ka,t=Nl,r=Ia,o=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||o){o=Ce.T,Ce.T=null;var s=zt.p;zt.p=Qr;var h=Ft;Ft|=ei;try{Bl=r,Ml=e,yb(t,e),Ml=Bl=null,r=Um;var b=HE(e.containerInfo),S=r.focusedElem,N=r.selectionRange;if(b!==S&&S&&S.ownerDocument&&PE(S.ownerDocument.documentElement,S)){if(N!==null&&Rh(S)){var P=N.start,Ae=N.end;if(Ae===void 0&&(Ae=P),"selectionStart"in S)S.selectionStart=P,S.selectionEnd=Math.min(Ae,S.value.length);else{var ve=S.ownerDocument||document,me=ve&&ve.defaultView||window;if(me.getSelection){var ke=me.getSelection(),qe=S.textContent.length,at=Math.min(N.start,qe),Zt=N.end===void 0?at:Math.min(N.end,qe);!ke.extend&&at>Zt&&(b=Zt,Zt=at,at=b);var It=LE(S,at),_=LE(S,Zt);if(It&&_&&(ke.rangeCount!==1||ke.anchorNode!==It.node||ke.anchorOffset!==It.offset||ke.focusNode!==_.node||ke.focusOffset!==_.offset)){var X=ve.createRange();X.setStart(It.node,It.offset),ke.removeAllRanges(),at>Zt?(ke.addRange(X),ke.extend(_.node,_.offset)):(X.setEnd(_.node,_.offset),ke.addRange(X))}}}}for(ve=[],ke=S;ke=ke.parentNode;)ke.nodeType===1&&ve.push({element:ke,left:ke.scrollLeft,top:ke.scrollTop});for(typeof S.focus=="function"&&S.focus(),S=0;S<ve.length;S++){var oe=ve[S];oe.element.scrollLeft=oe.left,oe.element.scrollTop=oe.top}}Xf=!!Om,Um=Om=null}finally{Ft=h,zt.p=s,Ce.T=o}}e.current=t,Pn=FC}}function Pb(){if(Pn===FC){Pn=bo;var e=ka,t=Nl,r=Ia,o=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||o){o=Ce.T,Ce.T=null;var s=zt.p;zt.p=Qr;var h=Ft;Ft|=ei;try{Pe!==null&&typeof Pe.markLayoutEffectsStarted=="function"&&Pe.markLayoutEffectsStarted(r),Bl=r,Ml=e,pb(e,t.alternate,t),Ml=Bl=null,Pe!==null&&typeof Pe.markLayoutEffectsStopped=="function"&&Pe.markLayoutEffectsStopped()}finally{Ft=h,zt.p=s,Ce.T=o}}Pn=LC}}function Hb(){if(Pn===vN||Pn===LC){Pn=bo,aU();var e=ka,t=Nl,r=Ia,o=PC,s=(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0;s?Pn=xm:(Pn=bo,Nl=ka=null,Gb(e,e.pendingLanes),xo=0,Du=null);var h=e.pendingLanes;if(h===0&&(Sa=null),s||Vb(e),s=Ve(r),t=t.stateNode,Jn&&typeof Jn.onCommitFiberRoot=="function")try{var b=(t.current.flags&128)===128;switch(s){case Qr:var S=Ig;break;case pi:S=Rg;break;case zi:S=al;break;case cf:S=Dg;break;default:S=al}Jn.onCommitFiberRoot(ol,t,S,b)}catch(ve){hi||(hi=!0,console.error("React instrumentation encountered an error: %s",ve))}if(_r&&e.memoizedUpdaters.clear(),aO(),o!==null){b=Ce.T,S=zt.p,zt.p=Qr,Ce.T=null;try{var N=e.onRecoverableError;for(t=0;t<o.length;t++){var P=o[t],Ae=cO(P.stack);Ke(P.source,N,P.value,Ae)}}finally{Ce.T=b,zt.p=S}}(Ia&3)!==0&&Ls(),ui(e),h=e.pendingLanes,(r&4194090)!==0&&(h&42)!==0?(Cf=!0,e===Sm?Ru++:(Ru=0,Sm=e)):Ru=0,Hs(0),Ue()}}function cO(e){return e={componentStack:e},Object.defineProperty(e,"digest",{get:function(){console.error('You are accessing "digest" from the errorInfo object passed to onRecoverableError. This property is no longer provided as part of errorInfo but can be accessed as a property of the Error instance itself.')}}),e}function Gb(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,ks(t)))}function Ls(e){return Lb(),Pb(),Hb(),Kb()}function Kb(){if(Pn!==xm)return!1;var e=ka,t=Cm;Cm=0;var r=Ve(Ia),o=zi>r?zi:r;r=Ce.T;var s=zt.p;try{zt.p=o,Ce.T=null,o=vm,vm=null;var h=ka,b=Ia;if(Pn=bo,Nl=ka=null,Ia=0,(Ft&(ar|ei))!==Sr)throw Error("Cannot flush passive effects while already rendering.");km=!0,Uf=!1,Pe!==null&&typeof Pe.markPassiveEffectsStarted=="function"&&Pe.markPassiveEffectsStarted(b);var S=Ft;if(Ft|=ei,kb(h.current),xb(h,h.current,b,o),Pe!==null&&typeof Pe.markPassiveEffectsStopped=="function"&&Pe.markPassiveEffectsStopped(),Vb(h),Ft=S,Hs(0,!1),Uf?h===Du?xo++:(xo=0,Du=h):xo=0,Uf=km=!1,Jn&&typeof Jn.onPostCommitFiberRoot=="function")try{Jn.onPostCommitFiberRoot(ol,h)}catch(P){hi||(hi=!0,console.error("React instrumentation encountered an error: %s",P))}var N=h.current.stateNode;return N.effectDuration=0,N.passiveEffectDuration=0,!0}finally{zt.p=s,Ce.T=r,Gb(e,t)}}function Yb(e,t,r){t=Er(r,t),t=Cp(e.stateNode,t,2),e=aa(e,t,2),e!==null&&(Ee(e,2),ui(e))}function Kt(e,t,r){if(jl=!1,e.tag===3)Yb(e,e,r);else{for(;t!==null;){if(t.tag===3){Yb(t,e,r);return}if(t.tag===1){var o=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(Sa===null||!Sa.has(o))){e=Er(r,e),r=vp(2),o=aa(t,r,2),o!==null&&(Sp(r,o,t,e),Ee(o,2),ui(o));return}}t=t.return}console.error(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Potential causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
262
+
263
+ Error message:
264
+
265
+ %s`,r)}}function Jp(e,t,r){var o=e.pingCache;if(o===null){o=e.pingCache=new wN;var s=new Set;o.set(t,s)}else s=o.get(t),s===void 0&&(s=new Set,o.set(t,s));s.has(r)||(Em=!0,s.add(r),o=fO.bind(null,e,t,r),_r&&Ps(e,r),t.then(o,o))}function fO(e,t,r){var o=e.pingCache;o!==null&&o.delete(t),e.pingedLanes|=e.suspendedLanes&r,e.warmLanes&=~r,Db()&&Ce.actQueue===null&&console.error(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
266
+
267
+ When testing, code that resolves suspended data should be wrapped into act(...):
268
+
269
+ act(() => {
270
+ /* finish loading suspended data */
271
+ });
272
+ /* assert on the output */
273
+
274
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`),Xt===e&&(bt&r)===r&&(dn===Ao||dn===mm&&(bt&62914560)===bt&&di()-bm<NC?(Ft&ar)===Sr&&Wo(e,0):wm|=r,wo===bt&&(wo=0)),ui(e)}function qb(e,t){t===0&&(t=ge()),e=cr(e,t),e!==null&&(Ee(e,t),ui(e))}function dO(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),qb(e,r)}function hO(e,t){var r=0;switch(e.tag){case 13:var o=e.stateNode,s=e.memoizedState;s!==null&&(r=s.retryLane);break;case 19:o=e.stateNode;break;case 22:o=e.stateNode._retryCache;break;default:throw Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}o!==null&&o.delete(t),qb(e,r)}function Vp(e,t,r){if((t.subtreeFlags&67117056)!==0)for(t=t.child;t!==null;){var o=e,s=t,h=s.type===af;h=r||h,s.tag!==22?s.flags&67108864?h&&Ke(s,Jb,o,s,(s.mode&M1)===nn):Vp(o,s,h):s.memoizedState===null&&(h&&s.flags&8192?Ke(s,Jb,o,s):s.subtreeFlags&67108864&&Ke(s,Vp,o,s,h)),t=t.sibling}}function Jb(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:!0;Oe(!0);try{wb(t),r&&Ib(t),bb(e,t.alternate,t,!1),r&&Cb(e,t,0,null,!1,0)}finally{Oe(!1)}}function Vb(e){var t=!0;e.current.mode&(_n|Xr)||(t=!1),Vp(e,e.current,t)}function _b(e){if((Ft&ar)===Sr){var t=e.tag;if(t===3||t===1||t===0||t===11||t===14||t===15){if(t=L(e)||"ReactComponent",Nf!==null){if(Nf.has(t))return;Nf.add(t)}else Nf=new Set([t]);Ke(e,function(){console.error("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")})}}}function Ps(e,t){_r&&e.memoizedUpdaters.forEach(function(r){xe(e,r,t)})}function pO(e,t){var r=Ce.actQueue;return r!==null?(r.push(t),IN):kg(e,t)}function gO(e){Db()&&Ce.actQueue===null&&Ke(e,function(){console.error(`An update to %s inside a test was not wrapped in act(...).
275
+
276
+ When testing, code that causes React state updates should be wrapped into act(...):
277
+
278
+ act(() => {
279
+ /* fire events that update state */
280
+ });
281
+ /* assert on the output */
282
+
283
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://react.dev/link/wrap-tests-with-act`,L(e))})}function ui(e){e!==zl&&e.next===null&&(zl===null?jf=zl=e:zl=zl.next=e),zf=!0,Ce.actQueue!==null?Rm||(Rm=!0,$b()):Im||(Im=!0,$b())}function Hs(e,t){if(!Dm&&zf){Dm=!0;do for(var r=!1,o=jf;o!==null;){if(e!==0){var s=o.pendingLanes;if(s===0)var h=0;else{var b=o.suspendedLanes,S=o.pingedLanes;h=(1<<31-er(42|e)+1)-1,h&=s&~(b&~S),h=h&201326741?h&201326741|1:h?h|2:0}h!==0&&(r=!0,Wb(o,h))}else h=bt,h=Y(o,o===Xt?h:0,o.cancelPendingCommit!==null||o.timeoutHandle!==So),(h&3)===0||z(o,h)||(r=!0,Wb(o,h));o=o.next}while(r);Dm=!1}}function mO(){_p()}function _p(){zf=Rm=Im=!1;var e=0;Co!==0&&(bO()&&(e=Co),Co=0);for(var t=di(),r=null,o=jf;o!==null;){var s=o.next,h=Xb(o,t);h===0?(o.next=null,r===null?jf=s:r.next=s,s===null&&(zl=r)):(r=o,(e!==0||(h&3)!==0)&&(zf=!0)),o=s}Hs(e)}function Xb(e,t){for(var r=e.suspendedLanes,o=e.pingedLanes,s=e.expirationTimes,h=e.pendingLanes&-62914561;0<h;){var b=31-er(h),S=1<<b,N=s[b];N===-1?((S&r)===0||(S&o)!==0)&&(s[b]=U(S,t)):N<=t&&(e.expiredLanes|=S),h&=~S}if(t=Xt,r=bt,r=Y(e,e===t?r:0,e.cancelPendingCommit!==null||e.timeoutHandle!==So),o=e.callbackNode,r===0||e===t&&(Lt===yo||Lt===Eo)||e.cancelPendingCommit!==null)return o!==null&&Xp(o),e.callbackNode=null,e.callbackPriority=0;if((r&3)===0||z(e,r)){if(t=r&-r,t!==e.callbackPriority||Ce.actQueue!==null&&o!==Tm)Xp(o);else return t;switch(Ve(r)){case Qr:case pi:r=Rg;break;case zi:r=al;break;case cf:r=Dg;break;default:r=al}return o=Zb.bind(null,e),Ce.actQueue!==null?(Ce.actQueue.push(o),r=Tm):r=kg(r,o),e.callbackPriority=t,e.callbackNode=r,t}return o!==null&&Xp(o),e.callbackPriority=2,e.callbackNode=null,2}function Zb(e,t){if(Cf=xf=!1,Pn!==bo&&Pn!==xm)return e.callbackNode=null,e.callbackPriority=0,null;var r=e.callbackNode;if(Ls()&&e.callbackNode!==r)return null;var o=bt;return o=Y(e,e===Xt?o:0,e.cancelPendingCommit!==null||e.timeoutHandle!==So),o===0?null:(Bb(e,o,t),Xb(e,di()),e.callbackNode!=null&&e.callbackNode===r?Zb.bind(null,e):null)}function Wb(e,t){if(Ls())return null;xf=Cf,Cf=!1,Bb(e,t,!0)}function Xp(e){e!==Tm&&e!==null&&rU(e)}function $b(){Ce.actQueue!==null&&Ce.actQueue.push(function(){return _p(),null}),jN(function(){(Ft&(ar|ei))!==Sr?kg(Ig,mO):_p()})}function Zp(){return Co===0&&(Co=J()),Co}function ex(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:(q(e,"action"),Es(""+e))}function tx(e,t){var r=t.ownerDocument.createElement("input");return r.name=t.name,r.value=t.value,e.id&&r.setAttribute("form",e.id),t.parentNode.insertBefore(r,t),e=new FormData(e),r.parentNode.removeChild(r),e}function AO(e,t,r,o,s){if(t==="submit"&&r&&r.stateNode===s){var h=ex((s[hr]||null).action),b=o.submitter;b&&(t=(t=b[hr]||null)?ex(t.formAction):b.getAttribute("formAction"),t!==null&&(h=t,b=null));var S=new gf("action","action",null,o,s);e.push({event:S,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(Co!==0){var N=b?tx(s,b):new FormData(s),P={pending:!0,data:N,method:s.method,action:h};Object.freeze(P),mp(r,P,null,N)}}else typeof h=="function"&&(S.preventDefault(),N=b?tx(s,b):new FormData(s),P={pending:!0,data:N,method:s.method,action:h},Object.freeze(P),mp(r,P,h,N))},currentTarget:s}]})}}function Jc(e,t,r){e.currentTarget=r;try{t(e)}catch(o){fm(o)}e.currentTarget=null}function nx(e,t){t=(t&4)!==0;for(var r=0;r<e.length;r++){var o=e[r];e:{var s=void 0,h=o.event;if(o=o.listeners,t)for(var b=o.length-1;0<=b;b--){var S=o[b],N=S.instance,P=S.currentTarget;if(S=S.listener,N!==s&&h.isPropagationStopped())break e;N!==null?Ke(N,Jc,h,S,P):Jc(h,S,P),s=N}else for(b=0;b<o.length;b++){if(S=o[b],N=S.instance,P=S.currentTarget,S=S.listener,N!==s&&h.isPropagationStopped())break e;N!==null?Ke(N,Jc,h,S,P):Jc(h,S,P),s=N}}}}function kt(e,t){Bm.has(e)||console.error('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var r=t[Tg];r===void 0&&(r=t[Tg]=new Set);var o=e+"__bubble";r.has(o)||(rx(t,e,2,!1),r.add(o))}function Wp(e,t,r){Bm.has(e)&&!t&&console.error('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var o=0;t&&(o|=4),rx(r,e,o,t)}function $p(e){if(!e[Ff]){e[Ff]=!0,Lx.forEach(function(r){r!=="selectionchange"&&(Bm.has(r)||Wp(r,!1,e),Wp(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Ff]||(t[Ff]=!0,Wp("selectionchange",!1,t))}}function rx(e,t,r,o){switch(Mx(t)){case Qr:var s=JO;break;case pi:s=VO;break;default:s=pg}r=s.bind(null,t,r,e),s=void 0,!zg||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(s=!0),o?s!==void 0?e.addEventListener(t,r,{capture:!0,passive:s}):e.addEventListener(t,r,!0):s!==void 0?e.addEventListener(t,r,{passive:s}):e.addEventListener(t,r,!1)}function eg(e,t,r,o,s){var h=o;if((t&1)===0&&(t&2)===0&&o!==null)e:for(;;){if(o===null)return;var b=o.tag;if(b===3||b===4){var S=o.stateNode.containerInfo;if(S===s)break;if(b===4)for(b=o.return;b!==null;){var N=b.tag;if((N===3||N===4)&&b.stateNode.containerInfo===s)return;b=b.return}for(;S!==null;){if(b=ot(S),b===null)return;if(N=b.tag,N===5||N===6||N===26||N===27){o=h=b;continue e}S=S.parentNode}}o=o.return}DE(function(){var P=h,Ae=kh(r),ve=[];e:{var me=B1.get(e);if(me!==void 0){var ke=gf,qe=e;switch(e){case"keypress":if(uc(r)===0)break e;case"keydown":case"keyup":ke=KU;break;case"focusin":qe="focus",ke=Hg;break;case"focusout":qe="blur",ke=Hg;break;case"beforeblur":case"afterblur":ke=Hg;break;case"click":if(r.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ke=A1;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ke=MU;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ke=JU;break;case I1:case R1:case D1:ke=UU;break;case T1:ke=_U;break;case"scroll":case"scrollend":ke=TU;break;case"wheel":ke=ZU;break;case"copy":case"cut":case"paste":ke=jU;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ke=E1;break;case"toggle":case"beforetoggle":ke=$U}var at=(t&4)!==0,Zt=!at&&(e==="scroll"||e==="scrollend"),It=at?me!==null?me+"Capture":null:me;at=[];for(var _=P,X;_!==null;){var oe=_;if(X=oe.stateNode,oe=oe.tag,oe!==5&&oe!==26&&oe!==27||X===null||It===null||(oe=ws(_,It),oe!=null&&at.push(Gs(_,oe,X))),Zt)break;_=_.return}0<at.length&&(me=new ke(me,qe,null,r,Ae),ve.push({event:me,listeners:at}))}}if((t&7)===0){e:{if(me=e==="mouseover"||e==="pointerover",ke=e==="mouseout"||e==="pointerout",me&&r!==$s&&(qe=r.relatedTarget||r.fromElement)&&(ot(qe)||qe[ma]))break e;if((ke||me)&&(me=Ae.window===Ae?Ae:(me=Ae.ownerDocument)?me.defaultView||me.parentWindow:window,ke?(qe=r.relatedTarget||r.toElement,ke=P,qe=qe?ot(qe):null,qe!==null&&(Zt=C(qe),at=qe.tag,qe!==Zt||at!==5&&at!==27&&at!==6)&&(qe=null)):(ke=null,qe=P),ke!==qe)){if(at=A1,oe="onMouseLeave",It="onMouseEnter",_="mouse",(e==="pointerout"||e==="pointerover")&&(at=E1,oe="onPointerLeave",It="onPointerEnter",_="pointer"),Zt=ke==null?me:vt(ke),X=qe==null?me:vt(qe),me=new at(oe,_+"leave",ke,r,Ae),me.target=Zt,me.relatedTarget=X,oe=null,ot(Ae)===P&&(at=new at(It,_+"enter",qe,r,Ae),at.target=X,at.relatedTarget=Zt,oe=at),Zt=oe,ke&&qe)t:{for(at=ke,It=qe,_=0,X=at;X;X=el(X))_++;for(X=0,oe=It;oe;oe=el(oe))X++;for(;0<_-X;)at=el(at),_--;for(;0<X-_;)It=el(It),X--;for(;_--;){if(at===It||It!==null&&at===It.alternate)break t;at=el(at),It=el(It)}at=null}else at=null;ke!==null&&ix(ve,me,ke,at,!1),qe!==null&&Zt!==null&&ix(ve,Zt,qe,at,!0)}}e:{if(me=P?vt(P):window,ke=me.nodeName&&me.nodeName.toLowerCase(),ke==="select"||ke==="input"&&me.type==="file")var Ie=NE;else if(OE(me))if(S1)Ie=j4;else{Ie=U4;var ze=O4}else ke=me.nodeName,!ke||ke.toLowerCase()!=="input"||me.type!=="checkbox"&&me.type!=="radio"?P&&ys(P.elementType)&&(Ie=NE):Ie=N4;if(Ie&&(Ie=Ie(e,P))){UE(ve,Ie,r,Ae);break e}ze&&ze(e,me,P),e==="focusout"&&P&&me.type==="number"&&P.memoizedProps.value!=null&&Po(me,"number",me.value)}switch(ze=P?vt(P):window,e){case"focusin":(OE(ze)||ze.contentEditable==="true")&&(hl=ze,Kg=P,ou=null);break;case"focusout":ou=Kg=hl=null;break;case"mousedown":Yg=!0;break;case"contextmenu":case"mouseup":case"dragend":Yg=!1,GE(ve,r,Ae);break;case"selectionchange":if(rN)break;case"keydown":case"keyup":GE(ve,r,Ae)}var st;if(Gg)e:{switch(e){case"compositionstart":var Je="onCompositionStart";break e;case"compositionend":Je="onCompositionEnd";break e;case"compositionupdate":Je="onCompositionUpdate";break e}Je=void 0}else dl?ME(e,r)&&(Je="onCompositionEnd"):e==="keydown"&&r.keyCode===w1&&(Je="onCompositionStart");Je&&(b1&&r.locale!=="ko"&&(dl||Je!=="onCompositionStart"?Je==="onCompositionEnd"&&dl&&(st=TE()):(Aa=Ae,Fg="value"in Aa?Aa.value:Aa.textContent,dl=!0)),ze=Vc(P,Je),0<ze.length&&(Je=new y1(Je,e,null,r,Ae),ve.push({event:Je,listeners:ze}),st?Je.data=st:(st=QE(r),st!==null&&(Je.data=st)))),(st=tN?T4(e,r):B4(e,r))&&(Je=Vc(P,"onBeforeInput"),0<Je.length&&(ze=new FU("onBeforeInput","beforeinput",null,r,Ae),ve.push({event:ze,listeners:Je}),ze.data=st)),AO(ve,e,P,r,Ae)}nx(ve,t)})}function Gs(e,t,r){return{instance:e,listener:t,currentTarget:r}}function Vc(e,t){for(var r=t+"Capture",o=[];e!==null;){var s=e,h=s.stateNode;if(s=s.tag,s!==5&&s!==26&&s!==27||h===null||(s=ws(e,r),s!=null&&o.unshift(Gs(e,s,h)),s=ws(e,t),s!=null&&o.push(Gs(e,s,h))),e.tag===3)return o;e=e.return}return[]}function el(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function ix(e,t,r,o,s){for(var h=t._reactName,b=[];r!==null&&r!==o;){var S=r,N=S.alternate,P=S.stateNode;if(S=S.tag,N!==null&&N===o)break;S!==5&&S!==26&&S!==27||P===null||(N=P,s?(P=ws(r,h),P!=null&&b.unshift(Gs(r,P,N))):s||(P=ws(r,h),P!=null&&b.push(Gs(r,P,N)))),r=r.return}b.length!==0&&e.push({event:t,listeners:b})}function tg(e,t){k4(e,t),e!=="input"&&e!=="textarea"&&e!=="select"||t==null||t.value!==null||g1||(g1=!0,e==="select"&&t.multiple?console.error("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):console.error("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e));var r={registrationNameDependencies:lo,possibleRegistrationNames:Bg};ys(e)||typeof t.is=="string"||R4(e,t,r),t.contentEditable&&!t.suppressContentEditableWarning&&t.children!=null&&console.error("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional.")}function In(e,t,r,o){t!==r&&(r=ca(r),ca(t)!==r&&(o[e]=t))}function yO(e,t,r){t.forEach(function(o){r[lx(o)]=o==="style"?rg(e):e.getAttribute(o)})}function ci(e,t){t===!1?console.error("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):console.error("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)}function ax(e,t){return e=e.namespaceURI===df||e.namespaceURI===sl?e.ownerDocument.createElementNS(e.namespaceURI,e.tagName):e.ownerDocument.createElement(e.tagName),e.innerHTML=t,e.innerHTML}function ca(e){return T(e)&&(console.error("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before using it here.",te(e)),V(e)),(typeof e=="string"?e:""+e).replace(RN,`
284
+ `).replace(DN,"")}function ox(e,t){return t=ca(t),ca(e)===t}function _c(){}function Yt(e,t,r,o,s,h){switch(r){case"children":typeof o=="string"?(sc(o,t,!1),t==="body"||t==="textarea"&&o===""||As(e,o)):(typeof o=="number"||typeof o=="bigint")&&(sc(""+o,t,!1),t!=="body"&&As(e,""+o));break;case"className":Te(e,"class",o);break;case"tabIndex":Te(e,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":Te(e,r,o);break;case"style":kE(e,o,h);break;case"data":if(t!=="object"){Te(e,"data",o);break}case"src":case"href":if(o===""&&(t!=="a"||r!=="href")){console.error(r==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',r,r),e.removeAttribute(r);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(r);break}q(o,r),o=Es(""+o),e.setAttribute(r,o);break;case"action":case"formAction":if(o!=null&&(t==="form"?r==="formAction"?console.error("You can only pass the formAction prop to <input> or <button>. Use the action prop on <form>."):typeof o=="function"&&(s.encType==null&&s.method==null||Hf||(Hf=!0,console.error("Cannot specify a encType or method for a form that specifies a function as the action. React provides those automatically. They will get overridden.")),s.target==null||Pf||(Pf=!0,console.error("Cannot specify a target for a form that specifies a function as the action. The function will always be executed in the same window."))):t==="input"||t==="button"?r==="action"?console.error("You can only pass the action prop to <form>. Use the formAction prop on <input> or <button>."):t!=="input"||s.type==="submit"||s.type==="image"||Lf?t!=="button"||s.type==null||s.type==="submit"||Lf?typeof o=="function"&&(s.name==null||qC||(qC=!0,console.error('Cannot specify a "name" prop for a button that specifies a function as a formAction. React needs it to encode which action should be invoked. It will get overridden.')),s.formEncType==null&&s.formMethod==null||Hf||(Hf=!0,console.error("Cannot specify a formEncType or formMethod for a button that specifies a function as a formAction. React provides those automatically. They will get overridden.")),s.formTarget==null||Pf||(Pf=!0,console.error("Cannot specify a formTarget for a button that specifies a function as a formAction. The function will always be executed in the same window."))):(Lf=!0,console.error('A button can only specify a formAction along with type="submit" or no type.')):(Lf=!0,console.error('An input can only specify a formAction along with type="submit" or type="image".')):console.error(r==="action"?"You can only pass the action prop to <form>.":"You can only pass the formAction prop to <input> or <button>.")),typeof o=="function"){e.setAttribute(r,"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 h=="function"&&(r==="formAction"?(t!=="input"&&Yt(e,t,"name",s.name,s,null),Yt(e,t,"formEncType",s.formEncType,s,null),Yt(e,t,"formMethod",s.formMethod,s,null),Yt(e,t,"formTarget",s.formTarget,s,null)):(Yt(e,t,"encType",s.encType,s,null),Yt(e,t,"method",s.method,s,null),Yt(e,t,"target",s.target,s,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(r);break}q(o,r),o=Es(""+o),e.setAttribute(r,o);break;case"onClick":o!=null&&(typeof o!="function"&&ci(r,o),e.onclick=_c);break;case"onScroll":o!=null&&(typeof o!="function"&&ci(r,o),kt("scroll",e));break;case"onScrollEnd":o!=null&&(typeof o!="function"&&ci(r,o),kt("scrollend",e));break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(r=o.__html,r!=null){if(s.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=r}}break;case"multiple":e.multiple=o&&typeof o!="function"&&typeof o!="symbol";break;case"muted":e.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"){e.removeAttribute("xlink:href");break}q(o,r),r=Es(""+o),e.setAttributeNS(vo,"xlink:href",r);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"?(q(o,r),e.setAttribute(r,""+o)):e.removeAttribute(r);break;case"inert":o!==""||Gf[r]||(Gf[r]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",r));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"?e.setAttribute(r,""):e.removeAttribute(r);break;case"capture":case"download":o===!0?e.setAttribute(r,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?(q(o,r),e.setAttribute(r,o)):e.removeAttribute(r);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?(q(o,r),e.setAttribute(r,o)):e.removeAttribute(r);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?e.removeAttribute(r):(q(o,r),e.setAttribute(r,o));break;case"popover":kt("beforetoggle",e),kt("toggle",e),De(e,"popover",o);break;case"xlinkActuate":Ge(e,vo,"xlink:actuate",o);break;case"xlinkArcrole":Ge(e,vo,"xlink:arcrole",o);break;case"xlinkRole":Ge(e,vo,"xlink:role",o);break;case"xlinkShow":Ge(e,vo,"xlink:show",o);break;case"xlinkTitle":Ge(e,vo,"xlink:title",o);break;case"xlinkType":Ge(e,vo,"xlink:type",o);break;case"xmlBase":Ge(e,Mm,"xml:base",o);break;case"xmlLang":Ge(e,Mm,"xml:lang",o);break;case"xmlSpace":Ge(e,Mm,"xml:space",o);break;case"is":h!=null&&console.error('Cannot update the "is" prop after it has been initialized.'),De(e,"is",o);break;case"innerText":case"textContent":break;case"popoverTarget":JC||o==null||typeof o!="object"||(JC=!0,console.error("The `popoverTarget` prop expects the ID of an Element as a string. Received %s instead.",o));default:!(2<r.length)||r[0]!=="o"&&r[0]!=="O"||r[1]!=="n"&&r[1]!=="N"?(r=IE(r),De(e,r,o)):lo.hasOwnProperty(r)&&o!=null&&typeof o!="function"&&ci(r,o)}}function ng(e,t,r,o,s,h){switch(r){case"style":kE(e,o,h);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for more information.");if(r=o.__html,r!=null){if(s.children!=null)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");e.innerHTML=r}}break;case"children":typeof o=="string"?As(e,o):(typeof o=="number"||typeof o=="bigint")&&As(e,""+o);break;case"onScroll":o!=null&&(typeof o!="function"&&ci(r,o),kt("scroll",e));break;case"onScrollEnd":o!=null&&(typeof o!="function"&&ci(r,o),kt("scrollend",e));break;case"onClick":o!=null&&(typeof o!="function"&&ci(r,o),e.onclick=_c);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(lo.hasOwnProperty(r))o!=null&&typeof o!="function"&&ci(r,o);else e:{if(r[0]==="o"&&r[1]==="n"&&(s=r.endsWith("Capture"),t=r.slice(2,s?r.length-7:void 0),h=e[hr]||null,h=h!=null?h[r]:null,typeof h=="function"&&e.removeEventListener(t,h,s),typeof o=="function")){typeof h!="function"&&h!==null&&(r in e?e[r]=null:e.hasAttribute(r)&&e.removeAttribute(r)),e.addEventListener(t,o,s);break e}r in e?e[r]=o:o===!0?e.setAttribute(r,""):De(e,r,o)}}}function jn(e,t,r){switch(tg(t,r),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":kt("error",e),kt("load",e);var o=!1,s=!1,h;for(h in r)if(r.hasOwnProperty(h)){var b=r[h];if(b!=null)switch(h){case"src":o=!0;break;case"srcSet":s=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Yt(e,t,h,b,r,null)}}s&&Yt(e,t,"srcSet",r.srcSet,r,null),o&&Yt(e,t,"src",r.src,r,null);return;case"input":Ye("input",r),kt("invalid",e);var S=h=b=s=null,N=null,P=null;for(o in r)if(r.hasOwnProperty(o)){var Ae=r[o];if(Ae!=null)switch(o){case"name":s=Ae;break;case"type":b=Ae;break;case"checked":N=Ae;break;case"defaultChecked":P=Ae;break;case"value":h=Ae;break;case"defaultValue":S=Ae;break;case"children":case"dangerouslySetInnerHTML":if(Ae!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Yt(e,t,o,Ae,r,null)}}cs(e,r),fs(e,h,S,N,P,b,s,!1),Ga(e);return;case"select":Ye("select",r),kt("invalid",e),o=b=h=null;for(s in r)if(r.hasOwnProperty(s)&&(S=r[s],S!=null))switch(s){case"value":h=S;break;case"defaultValue":b=S;break;case"multiple":o=S;default:Yt(e,t,s,S,r,null)}We(e,r),t=h,r=b,e.multiple=!!o,t!=null?ki(e,!!o,t,!1):r!=null&&ki(e,!!o,r,!0);return;case"textarea":Ye("textarea",r),kt("invalid",e),h=s=o=null;for(b in r)if(r.hasOwnProperty(b)&&(S=r[b],S!=null))switch(b){case"value":o=S;break;case"defaultValue":s=S;break;case"children":h=S;break;case"dangerouslySetInnerHTML":if(S!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:Yt(e,t,b,S,r,null)}ps(e,r),Tt(e,o,s,h),Ga(e);return;case"option":ds(e,r);for(N in r)if(r.hasOwnProperty(N)&&(o=r[N],o!=null))switch(N){case"selected":e.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:Yt(e,t,N,o,r,null)}return;case"dialog":kt("beforetoggle",e),kt("toggle",e),kt("cancel",e),kt("close",e);break;case"iframe":case"object":kt("load",e);break;case"video":case"audio":for(o=0;o<Tu.length;o++)kt(Tu[o],e);break;case"image":kt("error",e),kt("load",e);break;case"details":kt("toggle",e);break;case"embed":case"source":case"link":kt("error",e),kt("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(P in r)if(r.hasOwnProperty(P)&&(o=r[P],o!=null))switch(P){case"children":case"dangerouslySetInnerHTML":throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:Yt(e,t,P,o,r,null)}return;default:if(ys(t)){for(Ae in r)r.hasOwnProperty(Ae)&&(o=r[Ae],o!==void 0&&ng(e,t,Ae,o,r,void 0));return}}for(S in r)r.hasOwnProperty(S)&&(o=r[S],o!=null&&Yt(e,t,S,o,r,null))}function EO(e,t,r,o){switch(tg(t,o),t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var s=null,h=null,b=null,S=null,N=null,P=null,Ae=null;for(ke in r){var ve=r[ke];if(r.hasOwnProperty(ke)&&ve!=null)switch(ke){case"checked":break;case"value":break;case"defaultValue":N=ve;default:o.hasOwnProperty(ke)||Yt(e,t,ke,null,o,ve)}}for(var me in o){var ke=o[me];if(ve=r[me],o.hasOwnProperty(me)&&(ke!=null||ve!=null))switch(me){case"type":h=ke;break;case"name":s=ke;break;case"checked":P=ke;break;case"defaultChecked":Ae=ke;break;case"value":b=ke;break;case"defaultValue":S=ke;break;case"children":case"dangerouslySetInnerHTML":if(ke!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:ke!==ve&&Yt(e,t,me,ke,o,ve)}}t=r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null,o=o.type==="checkbox"||o.type==="radio"?o.checked!=null:o.value!=null,t||!o||YC||(console.error("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),YC=!0),!t||o||KC||(console.error("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://react.dev/link/controlled-components"),KC=!0),Lo(e,b,S,N,P,Ae,h,s);return;case"select":ke=b=S=me=null;for(h in r)if(N=r[h],r.hasOwnProperty(h)&&N!=null)switch(h){case"value":break;case"multiple":ke=N;default:o.hasOwnProperty(h)||Yt(e,t,h,null,o,N)}for(s in o)if(h=o[s],N=r[s],o.hasOwnProperty(s)&&(h!=null||N!=null))switch(s){case"value":me=h;break;case"defaultValue":S=h;break;case"multiple":b=h;default:h!==N&&Yt(e,t,s,h,o,N)}o=S,t=b,r=ke,me!=null?ki(e,!!t,me,!1):!!r!=!!t&&(o!=null?ki(e,!!t,o,!0):ki(e,!!t,t?[]:"",!1));return;case"textarea":ke=me=null;for(S in r)if(s=r[S],r.hasOwnProperty(S)&&s!=null&&!o.hasOwnProperty(S))switch(S){case"value":break;case"children":break;default:Yt(e,t,S,null,o,s)}for(b in o)if(s=o[b],h=r[b],o.hasOwnProperty(b)&&(s!=null||h!=null))switch(b){case"value":me=s;break;case"defaultValue":ke=s;break;case"children":break;case"dangerouslySetInnerHTML":if(s!=null)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");break;default:s!==h&&Yt(e,t,b,s,o,h)}Tr(e,me,ke);return;case"option":for(var qe in r)if(me=r[qe],r.hasOwnProperty(qe)&&me!=null&&!o.hasOwnProperty(qe))switch(qe){case"selected":e.selected=!1;break;default:Yt(e,t,qe,null,o,me)}for(N in o)if(me=o[N],ke=r[N],o.hasOwnProperty(N)&&me!==ke&&(me!=null||ke!=null))switch(N){case"selected":e.selected=me&&typeof me!="function"&&typeof me!="symbol";break;default:Yt(e,t,N,me,o,ke)}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 at in r)me=r[at],r.hasOwnProperty(at)&&me!=null&&!o.hasOwnProperty(at)&&Yt(e,t,at,null,o,me);for(P in o)if(me=o[P],ke=r[P],o.hasOwnProperty(P)&&me!==ke&&(me!=null||ke!=null))switch(P){case"children":case"dangerouslySetInnerHTML":if(me!=null)throw Error(t+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");break;default:Yt(e,t,P,me,o,ke)}return;default:if(ys(t)){for(var Zt in r)me=r[Zt],r.hasOwnProperty(Zt)&&me!==void 0&&!o.hasOwnProperty(Zt)&&ng(e,t,Zt,void 0,o,me);for(Ae in o)me=o[Ae],ke=r[Ae],!o.hasOwnProperty(Ae)||me===ke||me===void 0&&ke===void 0||ng(e,t,Ae,me,o,ke);return}}for(var It in r)me=r[It],r.hasOwnProperty(It)&&me!=null&&!o.hasOwnProperty(It)&&Yt(e,t,It,null,o,me);for(ve in o)me=o[ve],ke=r[ve],!o.hasOwnProperty(ve)||me===ke||me==null&&ke==null||Yt(e,t,ve,me,o,ke)}function lx(e){switch(e){case"class":return"className";case"for":return"htmlFor";default:return e}}function rg(e){var t={};e=e.style;for(var r=0;r<e.length;r++){var o=e[r];t[o]=e.getPropertyValue(o)}return t}function sx(e,t,r){if(t!=null&&typeof t!="object")console.error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");else{var o,s=o="",h;for(h in t)if(t.hasOwnProperty(h)){var b=t[h];b!=null&&typeof b!="boolean"&&b!==""&&(h.indexOf("--")===0?(Q(b,h),o+=s+h+":"+(""+b).trim()):typeof b!="number"||b===0||h1.has(h)?(Q(b,h),o+=s+h.replace(s1,"-$1").toLowerCase().replace(u1,"-ms-")+":"+(""+b).trim()):o+=s+h.replace(s1,"-$1").toLowerCase().replace(u1,"-ms-")+":"+b+"px",s=";")}o=o||null,t=e.getAttribute("style"),t!==o&&(o=ca(o),ca(t)!==o&&(r.style=rg(e)))}}function Br(e,t,r,o,s,h){if(s.delete(r),e=e.getAttribute(r),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(q(o,t),e===""+o)return}In(t,e,o,h)}function ux(e,t,r,o,s,h){if(s.delete(r),e=e.getAttribute(r),e===null){switch(typeof o){case"function":case"symbol":return}if(!o)return}else switch(typeof o){case"function":case"symbol":break;default:if(o)return}In(t,e,o,h)}function ig(e,t,r,o,s,h){if(s.delete(r),e=e.getAttribute(r),e===null)switch(typeof o){case"undefined":case"function":case"symbol":return}else if(o!=null)switch(typeof o){case"function":case"symbol":break;default:if(q(o,r),e===""+o)return}In(t,e,o,h)}function cx(e,t,r,o,s,h){if(s.delete(r),e=e.getAttribute(r),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return;default:if(isNaN(o))return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(!isNaN(o)&&(q(o,t),e===""+o))return}In(t,e,o,h)}function ag(e,t,r,o,s,h){if(s.delete(r),e=e.getAttribute(r),e===null)switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":return}else if(o!=null)switch(typeof o){case"function":case"symbol":case"boolean":break;default:if(q(o,t),r=Es(""+o),e===r)return}In(t,e,o,h)}function fx(e,t,r,o){for(var s={},h=new Set,b=e.attributes,S=0;S<b.length;S++)switch(b[S].name.toLowerCase()){case"value":break;case"checked":break;case"selected":break;default:h.add(b[S].name)}if(ys(t)){for(var N in r)if(r.hasOwnProperty(N)){var P=r[N];if(P!=null){if(lo.hasOwnProperty(N))typeof P!="function"&&ci(N,P);else if(r.suppressHydrationWarning!==!0)switch(N){case"children":typeof P!="string"&&typeof P!="number"||In("children",e.textContent,P,s);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":b=e.innerHTML,P=P?P.__html:void 0,P!=null&&(P=ax(e,P),In(N,b,P,s));continue;case"style":h.delete(N),sx(e,P,s);continue;case"offsetParent":case"offsetTop":case"offsetLeft":case"offsetWidth":case"offsetHeight":case"isContentEditable":case"outerText":case"outerHTML":h.delete(N.toLowerCase()),console.error("Assignment to read-only property will result in a no-op: `%s`",N);continue;case"className":h.delete("class"),b=he(e,"class",P),In("className",b,P,s);continue;default:o.context===Vi&&t!=="svg"&&t!=="math"?h.delete(N.toLowerCase()):h.delete(N),b=he(e,N,P),In(N,b,P,s)}}}}else for(P in r)if(r.hasOwnProperty(P)&&(N=r[P],N!=null)){if(lo.hasOwnProperty(P))typeof N!="function"&&ci(P,N);else if(r.suppressHydrationWarning!==!0)switch(P){case"children":typeof N!="string"&&typeof N!="number"||In("children",e.textContent,N,s);continue;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"value":case"checked":case"selected":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":continue;case"dangerouslySetInnerHTML":b=e.innerHTML,N=N?N.__html:void 0,N!=null&&(N=ax(e,N),b!==N&&(s[P]={__html:b}));continue;case"className":Br(e,P,"class",N,h,s);continue;case"tabIndex":Br(e,P,"tabindex",N,h,s);continue;case"style":h.delete(P),sx(e,N,s);continue;case"multiple":h.delete(P),In(P,e.multiple,N,s);continue;case"muted":h.delete(P),In(P,e.muted,N,s);continue;case"autoFocus":h.delete("autofocus"),In(P,e.autofocus,N,s);continue;case"data":if(t!=="object"){h.delete(P),b=e.getAttribute("data"),In(P,b,N,s);continue}case"src":case"href":if(!(N!==""||t==="a"&&P==="href"||t==="object"&&P==="data")){console.error(P==="src"?'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.':'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.',P,P);continue}ag(e,P,P,N,h,s);continue;case"action":case"formAction":if(b=e.getAttribute(P),typeof N=="function"){h.delete(P.toLowerCase()),P==="formAction"?(h.delete("name"),h.delete("formenctype"),h.delete("formmethod"),h.delete("formtarget")):(h.delete("enctype"),h.delete("method"),h.delete("target"));continue}else if(b===TN){h.delete(P.toLowerCase()),In(P,"function",N,s);continue}ag(e,P,P.toLowerCase(),N,h,s);continue;case"xlinkHref":ag(e,P,"xlink:href",N,h,s);continue;case"contentEditable":ig(e,P,"contenteditable",N,h,s);continue;case"spellCheck":ig(e,P,"spellcheck",N,h,s);continue;case"draggable":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":ig(e,P,P,N,h,s);continue;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":ux(e,P,P.toLowerCase(),N,h,s);continue;case"capture":case"download":e:{S=e;var Ae=b=P,ve=s;if(h.delete(Ae),S=S.getAttribute(Ae),S===null)switch(typeof N){case"undefined":case"function":case"symbol":break e;default:if(N===!1)break e}else if(N!=null)switch(typeof N){case"function":case"symbol":break;case"boolean":if(N===!0&&S==="")break e;break;default:if(q(N,b),S===""+N)break e}In(b,S,N,ve)}continue;case"cols":case"rows":case"size":case"span":e:{if(S=e,Ae=b=P,ve=s,h.delete(Ae),S=S.getAttribute(Ae),S===null)switch(typeof N){case"undefined":case"function":case"symbol":case"boolean":break e;default:if(isNaN(N)||1>N)break e}else if(N!=null)switch(typeof N){case"function":case"symbol":case"boolean":break;default:if(!(isNaN(N)||1>N)&&(q(N,b),S===""+N))break e}In(b,S,N,ve)}continue;case"rowSpan":cx(e,P,"rowspan",N,h,s);continue;case"start":cx(e,P,P,N,h,s);continue;case"xHeight":Br(e,P,"x-height",N,h,s);continue;case"xlinkActuate":Br(e,P,"xlink:actuate",N,h,s);continue;case"xlinkArcrole":Br(e,P,"xlink:arcrole",N,h,s);continue;case"xlinkRole":Br(e,P,"xlink:role",N,h,s);continue;case"xlinkShow":Br(e,P,"xlink:show",N,h,s);continue;case"xlinkTitle":Br(e,P,"xlink:title",N,h,s);continue;case"xlinkType":Br(e,P,"xlink:type",N,h,s);continue;case"xmlBase":Br(e,P,"xml:base",N,h,s);continue;case"xmlLang":Br(e,P,"xml:lang",N,h,s);continue;case"xmlSpace":Br(e,P,"xml:space",N,h,s);continue;case"inert":N!==""||Gf[P]||(Gf[P]=!0,console.error("Received an empty string for a boolean attribute `%s`. This will treat the attribute as if it were false. Either pass `false` to silence this warning, or pass `true` if you used an empty string in earlier versions of React to indicate this attribute is true.",P)),ux(e,P,P,N,h,s);continue;default:if(!(2<P.length)||P[0]!=="o"&&P[0]!=="O"||P[1]!=="n"&&P[1]!=="N"){S=IE(P),b=!1,o.context===Vi&&t!=="svg"&&t!=="math"?h.delete(S.toLowerCase()):(Ae=P.toLowerCase(),Ae=hf.hasOwnProperty(Ae)&&hf[Ae]||null,Ae!==null&&Ae!==P&&(b=!0,h.delete(Ae)),h.delete(S));e:if(Ae=e,ve=S,S=N,it(ve))if(Ae.hasAttribute(ve))Ae=Ae.getAttribute(ve),q(S,ve),S=Ae===""+S?S:Ae;else{switch(typeof S){case"function":case"symbol":break e;case"boolean":if(Ae=ve.toLowerCase().slice(0,5),Ae!=="data-"&&Ae!=="aria-")break e}S=S===void 0?void 0:null}else S=void 0;b||In(P,S,N,s)}}}return 0<h.size&&r.suppressHydrationWarning!==!0&&yO(e,h,s),Object.keys(s).length===0?null:s}function wO(e,t){switch(e.length){case 0:return"";case 1:return e[0];case 2:return e[0]+" "+t+" "+e[1];default:return e.slice(0,-1).join(", ")+", "+t+" "+e[e.length-1]}}function Xc(e){return e.nodeType===9?e:e.ownerDocument}function dx(e){switch(e){case sl:return Fl;case df:return qf;default:return Vi}}function hx(e,t){if(e===Vi)switch(t){case"svg":return Fl;case"math":return qf;default:return Vi}return e===Fl&&t==="foreignObject"?Vi:e}function og(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function bO(){var e=window.event;return e&&e.type==="popstate"?e===Nm?!1:(Nm=e,!0):(Nm=null,!1)}function xO(e){setTimeout(function(){throw e})}function CO(e,t,r){switch(t){case"button":case"input":case"select":case"textarea":r.autoFocus&&e.focus();break;case"img":r.src?e.src=r.src:r.srcSet&&(e.srcset=r.srcSet)}}function vO(e,t,r,o){EO(e,t,r,o),e[hr]=o}function px(e){As(e,"")}function SO(e,t,r){e.nodeValue=r}function fa(e){return e==="head"}function kO(e,t){e.removeChild(t)}function IO(e,t){(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e).removeChild(t)}function gx(e,t){var r=t,o=0,s=0;do{var h=r.nextSibling;if(e.removeChild(r),h&&h.nodeType===8)if(r=h.data,r===Yf){if(0<o&&8>o){r=o;var b=e.ownerDocument;if(r&MN&&Ks(b.documentElement),r&QN&&Ks(b.body),r&ON)for(r=b.head,Ks(r),b=r.firstChild;b;){var S=b.nextSibling,N=b.nodeName;b[Zs]||N==="SCRIPT"||N==="STYLE"||N==="LINK"&&b.rel.toLowerCase()==="stylesheet"||r.removeChild(b),b=S}}if(s===0){e.removeChild(h),Vs(t);return}s--}else r===Kf||r===Ji||r===Bu?s++:o=r.charCodeAt(0)-48;else o=0;r=h}while(r);Vs(t)}function RO(e){e=e.style,typeof e.setProperty=="function"?e.setProperty("display","none","important"):e.display="none"}function DO(e){e.nodeValue=""}function TO(e,t){t=t[UN],t=t!=null&&t.hasOwnProperty("display")?t.display:null,e.style.display=t==null||typeof t=="boolean"?"":(""+t).trim()}function BO(e,t){e.nodeValue=t}function lg(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var r=t;switch(t=t.nextSibling,r.nodeName){case"HTML":case"HEAD":case"BODY":lg(r),tt(r);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(r.rel.toLowerCase()==="stylesheet")continue}e.removeChild(r)}}function MO(e,t,r,o){for(;e.nodeType===1;){var s=r;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!o&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(o){if(!e[Zs])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(h=e.getAttribute("rel"),h==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(h!==s.rel||e.getAttribute("href")!==(s.href==null||s.href===""?null:s.href)||e.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin)||e.getAttribute("title")!==(s.title==null?null:s.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(h=e.getAttribute("src"),(h!==(s.src==null?null:s.src)||e.getAttribute("type")!==(s.type==null?null:s.type)||e.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin))&&h&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(t==="input"&&e.type==="hidden"){q(s.name,"name");var h=s.name==null?null:""+s.name;if(s.type==="hidden"&&e.getAttribute("name")===h)return e}else return e;if(e=Mr(e.nextSibling),e===null)break}return null}function QO(e,t,r){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!r||(e=Mr(e.nextSibling),e===null))return null;return e}function sg(e){return e.data===Bu||e.data===Ji&&e.ownerDocument.readyState===_C}function OO(e,t){var r=e.ownerDocument;if(e.data!==Ji||r.readyState===_C)t();else{var o=function(){t(),r.removeEventListener("DOMContentLoaded",o)};r.addEventListener("DOMContentLoaded",o),e._reactRetry=o}}function Mr(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===Kf||t===Bu||t===Ji||t===Qm||t===VC)break;if(t===Yf)return null}}return e}function mx(e){if(e.nodeType===1){for(var t=e.nodeName.toLowerCase(),r={},o=e.attributes,s=0;s<o.length;s++){var h=o[s];r[lx(h.name)]=h.name.toLowerCase()==="style"?rg(e):h.value}return{type:t,props:r}}return e.nodeType===8?{type:"Suspense",props:{}}:e.nodeValue}function Ax(e,t,r){return r===null||r[BN]!==!0?(e.nodeValue===t?e=null:(t=ca(t),e=ca(e.nodeValue)===t?null:e.nodeValue),e):null}function yx(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var r=e.data;if(r===Yf){if(t===0)return Mr(e.nextSibling);t--}else r!==Kf&&r!==Bu&&r!==Ji||t++}e=e.nextSibling}return null}function Ex(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var r=e.data;if(r===Kf||r===Bu||r===Ji){if(t===0)return e;t--}else r===Yf&&t++}e=e.previousSibling}return null}function UO(e){Vs(e)}function NO(e){Vs(e)}function wx(e,t,r,o,s){switch(s&&Sh(e,o.ancestorInfo),t=Xc(r),e){case"html":if(e=t.documentElement,!e)throw Error("React expected an <html> element (document.documentElement) to exist in the Document but one was not found. React never removes the documentElement for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"head":if(e=t.head,!e)throw Error("React expected a <head> element (document.head) to exist in the Document but one was not found. React never removes the head for any Document it renders into so the cause is likely in some other script running on this page.");return e;case"body":if(e=t.body,!e)throw Error("React expected a <body> element (document.body) to exist in the Document but one was not found. React never removes the body for any Document it renders into so the cause is likely in some other script running on this page.");return e;default:throw Error("resolveSingletonInstance was called with an element type that is not supported. This is a bug in React.")}}function jO(e,t,r,o){if(!r[ma]&&Ht(r)){var s=r.tagName.toLowerCase();console.error("You are mounting a new %s component when a previous one has not first unmounted. It is an error to render more than one %s component at a time and attributes and children of these components will likely fail in unpredictable ways. Please only render a single instance of <%s> and if you need to mount a new one, ensure any previous ones have unmounted first.",s,s,s)}switch(e){case"html":case"head":case"body":break;default:console.error("acquireSingletonInstance was called with an element type that is not supported. This is a bug in React.")}for(s=r.attributes;s.length;)r.removeAttributeNode(s[0]);jn(r,e,t),r[Vn]=o,r[hr]=t}function Ks(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);tt(e)}function Zc(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}function bx(e,t,r){var o=Ll;if(o&&typeof t=="string"&&t){var s=$n(t);s='link[rel="'+e+'"][href="'+s+'"]',typeof r=="string"&&(s+='[crossorigin="'+r+'"]'),tv.has(s)||(tv.add(s),e={rel:e,crossOrigin:r,href:t},o.querySelector(s)===null&&(t=o.createElement("link"),jn(t,"link",e),ce(t),o.head.appendChild(t)))}}function xx(e,t,r,o){var s=(s=pa.current)?Zc(s):null;if(!s)throw Error('"resourceRoot" was expected to exist. This is a bug in React.');switch(e){case"meta":case"title":return null;case"style":return typeof r.precedence=="string"&&typeof r.href=="string"?(r=tl(r.href),t=O(s).hoistableStyles,o=t.get(r),o||(o={type:"style",instance:null,count:0,state:null},t.set(r,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(r.rel==="stylesheet"&&typeof r.href=="string"&&typeof r.precedence=="string"){e=tl(r.href);var h=O(s).hoistableStyles,b=h.get(e);if(!b&&(s=s.ownerDocument||s,b={type:"stylesheet",instance:null,count:0,state:{loading:ko,preload:null}},h.set(e,b),(h=s.querySelector(Ys(e)))&&!h._p&&(b.instance=h,b.state.loading=Mu|Gr),!Kr.has(e))){var S={rel:"preload",as:"style",href:r.href,crossOrigin:r.crossOrigin,integrity:r.integrity,media:r.media,hrefLang:r.hrefLang,referrerPolicy:r.referrerPolicy};Kr.set(e,S),h||zO(s,e,S,b.state)}if(t&&o===null)throw r=`
285
+
286
+ - `+Wc(t)+`
287
+ + `+Wc(r),Error("Expected <link> not to update to be updated to a stylesheet with precedence. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+r);return b}if(t&&o!==null)throw r=`
288
+
289
+ - `+Wc(t)+`
290
+ + `+Wc(r),Error("Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of this component. Alternatively, check whether two different <link> components render in the same slot or share the same key."+r);return null;case"script":return t=r.async,r=r.src,typeof r=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(r=nl(r),t=O(s).hoistableScripts,o=t.get(r),o||(o={type:"script",instance:null,count:0,state:null},t.set(r,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error('getResource encountered a type it did not expect: "'+e+'". this is a bug in React.')}}function Wc(e){var t=0,r="<link";return typeof e.rel=="string"?(t++,r+=' rel="'+e.rel+'"'):ji.call(e,"rel")&&(t++,r+=' rel="'+(e.rel===null?"null":"invalid type "+typeof e.rel)+'"'),typeof e.href=="string"?(t++,r+=' href="'+e.href+'"'):ji.call(e,"href")&&(t++,r+=' href="'+(e.href===null?"null":"invalid type "+typeof e.href)+'"'),typeof e.precedence=="string"?(t++,r+=' precedence="'+e.precedence+'"'):ji.call(e,"precedence")&&(t++,r+=" precedence={"+(e.precedence===null?"null":"invalid type "+typeof e.precedence)+"}"),Object.getOwnPropertyNames(e).length>t&&(r+=" ..."),r+" />"}function tl(e){return'href="'+$n(e)+'"'}function Ys(e){return'link[rel="stylesheet"]['+e+"]"}function Cx(e){return gt({},e,{"data-precedence":e.precedence,precedence:null})}function zO(e,t,r,o){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?o.loading=Mu:(t=e.createElement("link"),o.preload=t,t.addEventListener("load",function(){return o.loading|=Mu}),t.addEventListener("error",function(){return o.loading|=$C}),jn(t,"link",r),ce(t),e.head.appendChild(t))}function nl(e){return'[src="'+$n(e)+'"]'}function qs(e){return"script[async]"+e}function vx(e,t,r){if(t.count++,t.instance===null)switch(t.type){case"style":var o=e.querySelector('style[data-href~="'+$n(r.href)+'"]');if(o)return t.instance=o,ce(o),o;var s=gt({},r,{"data-href":r.href,"data-precedence":r.precedence,href:null,precedence:null});return o=(e.ownerDocument||e).createElement("style"),ce(o),jn(o,"style",s),$c(o,r.precedence,e),t.instance=o;case"stylesheet":s=tl(r.href);var h=e.querySelector(Ys(s));if(h)return t.state.loading|=Gr,t.instance=h,ce(h),h;o=Cx(r),(s=Kr.get(s))&&ug(o,s),h=(e.ownerDocument||e).createElement("link"),ce(h);var b=h;return b._p=new Promise(function(S,N){b.onload=S,b.onerror=N}),jn(h,"link",o),t.state.loading|=Gr,$c(h,r.precedence,e),t.instance=h;case"script":return h=nl(r.src),(s=e.querySelector(qs(h)))?(t.instance=s,ce(s),s):(o=r,(s=Kr.get(h))&&(o=gt({},r),cg(o,s)),e=e.ownerDocument||e,s=e.createElement("script"),ce(s),jn(s,"link",o),e.head.appendChild(s),t.instance=s);case"void":return null;default:throw Error('acquireResource encountered a resource type it did not expect: "'+t.type+'". this is a bug in React.')}else t.type==="stylesheet"&&(t.state.loading&Gr)===ko&&(o=t.instance,t.state.loading|=Gr,$c(o,r.precedence,e));return t.instance}function $c(e,t,r){for(var o=r.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),s=o.length?o[o.length-1]:null,h=s,b=0;b<o.length;b++){var S=o[b];if(S.dataset.precedence===t)h=S;else if(h!==s)break}h?h.parentNode.insertBefore(e,h.nextSibling):(t=r.nodeType===9?r.head:r,t.insertBefore(e,t.firstChild))}function ug(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.title==null&&(e.title=t.title)}function cg(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.integrity==null&&(e.integrity=t.integrity)}function Sx(e,t,r){if(Jf===null){var o=new Map,s=Jf=new Map;s.set(r,o)}else s=Jf,o=s.get(r),o||(o=new Map,s.set(r,o));if(o.has(e))return o;for(o.set(e,null),r=r.getElementsByTagName(e),s=0;s<r.length;s++){var h=r[s];if(!(h[Zs]||h[Vn]||e==="link"&&h.getAttribute("rel")==="stylesheet")&&h.namespaceURI!==sl){var b=h.getAttribute(t)||"";b=e+b;var S=o.get(b);S?S.push(h):o.set(b,[h])}}return o}function kx(e,t,r){e=e.ownerDocument||e,e.head.insertBefore(r,t==="title"?e.querySelector("head > title"):null)}function FO(e,t,r){var o=!r.ancestorInfo.containerTagInScope;if(r.context===Fl||t.itemProp!=null)return!o||t.itemProp==null||e!=="meta"&&e!=="title"&&e!=="style"&&e!=="link"&&e!=="script"||console.error("Cannot render a <%s> outside the main document if it has an `itemProp` prop. `itemProp` suggests the tag belongs to an `itemScope` which can appear anywhere in the DOM. If you were intending for React to hoist this <%s> remove the `itemProp` prop. Otherwise, try moving this tag into the <head> or <body> of the Document.",e,e),!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href===""){o&&console.error('Cannot render a <style> outside the main document without knowing its precedence and a unique href key. React can hoist and deduplicate <style> tags if you provide a `precedence` prop along with an `href` prop that does not conflict with the `href` values used in any other hoisted <style> or <link rel="stylesheet" ...> tags. Note that hoisting <style> tags is considered an advanced feature that most will not use directly. Consider moving the <style> tag to the <head> or consider adding a `precedence="default"` and `href="some unique resource identifier"`.');break}return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError){if(t.rel==="stylesheet"&&typeof t.precedence=="string"){e=t.href;var s=t.onError,h=t.disabled;r=[],t.onLoad&&r.push("`onLoad`"),s&&r.push("`onError`"),h!=null&&r.push("`disabled`"),s=wO(r,"and"),s+=r.length===1?" prop":" props",h=r.length===1?"an "+s:"the "+s,r.length&&console.error('React encountered a <link rel="stylesheet" href="%s" ... /> with a `precedence` prop that also included %s. The presence of loading and error handlers indicates an intent to manage the stylesheet loading state from your from your Component code and React will not hoist or deduplicate this stylesheet. If your intent was to have React hoist and deduplciate this stylesheet using the `precedence` prop remove the %s, otherwise remove the `precedence` prop.',e,h,s)}o&&(typeof t.rel!="string"||typeof t.href!="string"||t.href===""?console.error("Cannot render a <link> outside the main document without a `rel` and `href` prop. Try adding a `rel` and/or `href` prop to this <link> or moving the link into the <head> tag"):(t.onError||t.onLoad)&&console.error("Cannot render a <link> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."));break}switch(t.rel){case"stylesheet":return e=t.precedence,t=t.disabled,typeof e!="string"&&o&&console.error('Cannot render a <link rel="stylesheet" /> outside the main document without knowing its precedence. Consider adding precedence="default" or moving it into the root <head> tag.'),typeof e=="string"&&t==null;default:return!0}case"script":if(e=t.async&&typeof t.async!="function"&&typeof t.async!="symbol",!e||t.onLoad||t.onError||!t.src||typeof t.src!="string"){o&&(e?t.onLoad||t.onError?console.error("Cannot render a <script> with onLoad or onError listeners outside the main document. Try removing onLoad={...} and onError={...} or moving it into the root <head> tag or somewhere in the <body>."):console.error("Cannot render a <script> outside the main document without `async={true}` and a non-empty `src` prop. Ensure there is a valid `src` and either make the script async or move it into the root <head> tag or somewhere in the <body>."):console.error('Cannot render a sync or defer <script> outside the main document without knowing its order. Try adding async="" or moving it into the root <head> tag.'));break}return!0;case"noscript":case"template":o&&console.error("Cannot render <%s> outside the main document. Try moving it into the root <head> tag.",e)}return!1}function Ix(e){return!(e.type==="stylesheet"&&(e.state.loading&ev)===ko)}function LO(){}function PO(e,t,r){if(Qu===null)throw Error("Internal React Error: suspendedState null when it was expected to exists. Please report this as a React bug.");var o=Qu;if(t.type==="stylesheet"&&(typeof r.media!="string"||matchMedia(r.media).matches!==!1)&&(t.state.loading&Gr)===ko){if(t.instance===null){var s=tl(r.href),h=e.querySelector(Ys(s));if(h){e=h._p,e!==null&&typeof e=="object"&&typeof e.then=="function"&&(o.count++,o=ef.bind(o),e.then(o,o)),t.state.loading|=Gr,t.instance=h,ce(h);return}h=e.ownerDocument||e,r=Cx(r),(s=Kr.get(s))&&ug(r,s),h=h.createElement("link"),ce(h);var b=h;b._p=new Promise(function(S,N){b.onload=S,b.onerror=N}),jn(h,"link",r),t.instance=h}o.stylesheets===null&&(o.stylesheets=new Map),o.stylesheets.set(t,e),(e=t.state.preload)&&(t.state.loading&ev)===ko&&(o.count++,t=ef.bind(o),e.addEventListener("load",t),e.addEventListener("error",t))}}function HO(){if(Qu===null)throw Error("Internal React Error: suspendedState null when it was expected to exists. Please report this as a React bug.");var e=Qu;return e.stylesheets&&e.count===0&&fg(e,e.stylesheets),0<e.count?function(t){var r=setTimeout(function(){if(e.stylesheets&&fg(e,e.stylesheets),e.unsuspend){var o=e.unsuspend;e.unsuspend=null,o()}},6e4);return e.unsuspend=t,function(){e.unsuspend=null,clearTimeout(r)}}:null}function ef(){if(this.count--,this.count===0){if(this.stylesheets)fg(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}function fg(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,Vf=new Map,t.forEach(GO,e),Vf=null,ef.call(e))}function GO(e,t){if(!(t.state.loading&Gr)){var r=Vf.get(e);if(r)var o=r.get(zm);else{r=new Map,Vf.set(e,r);for(var s=e.querySelectorAll("link[data-precedence],style[data-precedence]"),h=0;h<s.length;h++){var b=s[h];(b.nodeName==="LINK"||b.getAttribute("media")!=="not all")&&(r.set(b.dataset.precedence,b),o=b)}o&&r.set(zm,o)}s=t.instance,b=s.getAttribute("data-precedence"),h=r.get(b)||o,h===o&&r.set(zm,s),r.set(b,s),this.count++,o=ef.bind(this),s.addEventListener("load",o),s.addEventListener("error",o),h?h.parentNode.insertBefore(s,h.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(s,e.firstChild)),t.state.loading|=Gr}}function KO(e,t,r,o,s,h,b,S){for(this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=So,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=$(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=$(0),this.hiddenUpdates=$(null),this.identifierPrefix=o,this.onUncaughtError=s,this.onCaughtError=h,this.onRecoverableError=b,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=S,this.incompleteTransitions=new Map,this.passiveEffectDuration=this.effectDuration=-0,this.memoizedUpdaters=new Set,e=this.pendingUpdatersLaneMap=[],t=0;31>t;t++)e.push(new Set);this._debugRootType=r?"hydrateRoot()":"createRoot()"}function Rx(e,t,r,o,s,h,b,S,N,P,Ae,ve){return e=new KO(e,t,r,b,S,N,P,ve),t=lN,h===!0&&(t|=_n|Xr),_r&&(t|=Fn),h=y(3,null,null,t),e.current=h,h.stateNode=e,t=Ph(),to(t),e.pooledCache=t,to(t),h.memoizedState={element:o,isDehydrated:r,cache:t},Yh(h),e}function Dx(e){return e?(e=ya,e):ya}function dg(e,t,r,o,s,h){if(Jn&&typeof Jn.onScheduleFiberRoot=="function")try{Jn.onScheduleFiberRoot(ol,o,r)}catch(b){hi||(hi=!0,console.error("React instrumentation encountered an error: %s",b))}Pe!==null&&typeof Pe.markRenderScheduled=="function"&&Pe.markRenderScheduled(t),s=Dx(s),o.context===null?o.context=s:o.pendingContext=s,gi&&vr!==null&&!av&&(av=!0,console.error(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
291
+
292
+ Check the render method of %s.`,L(vr)||"Unknown")),o=ia(t),o.payload={element:r},h=h===void 0?null:h,h!==null&&(typeof h!="function"&&console.error("Expected the last optional `callback` argument to be a function. Instead received: %s.",h),o.callback=h),r=aa(e,o,t),r!==null&&(pn(r,e,t),Rs(r,e,t))}function Tx(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function hg(e,t){Tx(e,t),(e=e.alternate)&&Tx(e,t)}function Bx(e){if(e.tag===13){var t=cr(e,67108864);t!==null&&pn(t,e,67108864),hg(e,67108864)}}function YO(){return vr}function qO(){for(var e=new Map,t=1,r=0;31>r;r++){var o=pe(t);e.set(t,o),t*=2}return e}function JO(e,t,r,o){var s=Ce.T;Ce.T=null;var h=zt.p;try{zt.p=Qr,pg(e,t,r,o)}finally{zt.p=h,Ce.T=s}}function VO(e,t,r,o){var s=Ce.T;Ce.T=null;var h=zt.p;try{zt.p=pi,pg(e,t,r,o)}finally{zt.p=h,Ce.T=s}}function pg(e,t,r,o){if(Xf){var s=gg(o);if(s===null)eg(e,t,o,Zf,r),Qx(e,o);else if(_O(s,e,t,r,o))o.stopPropagation();else if(Qx(e,o),t&4&&-1<FN.indexOf(e)){for(;s!==null;){var h=Ht(s);if(h!==null)switch(h.tag){case 3:if(h=h.stateNode,h.current.memoizedState.isDehydrated){var b=de(h.pendingLanes);if(b!==0){var S=h;for(S.pendingLanes|=2,S.entangledLanes|=2;b;){var N=1<<31-er(b);S.entanglements[1]|=N,b&=~N}ui(h),(Ft&(ar|ei))===Sr&&(Of=di()+jC,Hs(0))}}break;case 13:S=cr(h,2),S!==null&&pn(S,h,2),Zo(),hg(h,2)}if(h=gg(o),h===null&&eg(e,t,o,Zf,r),h===s)break;s=h}s!==null&&o.stopPropagation()}else eg(e,t,o,null,r)}}function gg(e){return e=kh(e),mg(e)}function mg(e){if(Zf=null,e=ot(e),e!==null){var t=C(e);if(t===null)e=null;else{var r=t.tag;if(r===13){if(e=D(t),e!==null)return e;e=null}else if(r===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return Zf=e,null}function Mx(e){switch(e){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 Qr;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 pi;case"message":switch(oU()){case Ig:return Qr;case Rg:return pi;case al:case lU:return zi;case Dg:return cf;default:return zi}default:return zi}}function Qx(e,t){switch(e){case"focusin":case"focusout":Ra=null;break;case"dragenter":case"dragleave":Da=null;break;case"mouseover":case"mouseout":Ta=null;break;case"pointerover":case"pointerout":Uu.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Nu.delete(t.pointerId)}}function Js(e,t,r,o,s,h){return e===null||e.nativeEvent!==h?(e={blockedOn:t,domEventName:r,eventSystemFlags:o,nativeEvent:h,targetContainers:[s]},t!==null&&(t=Ht(t),t!==null&&Bx(t)),e):(e.eventSystemFlags|=o,t=e.targetContainers,s!==null&&t.indexOf(s)===-1&&t.push(s),e)}function _O(e,t,r,o,s){switch(t){case"focusin":return Ra=Js(Ra,e,t,r,o,s),!0;case"dragenter":return Da=Js(Da,e,t,r,o,s),!0;case"mouseover":return Ta=Js(Ta,e,t,r,o,s),!0;case"pointerover":var h=s.pointerId;return Uu.set(h,Js(Uu.get(h)||null,e,t,r,o,s)),!0;case"gotpointercapture":return h=s.pointerId,Nu.set(h,Js(Nu.get(h)||null,e,t,r,o,s)),!0}return!1}function Ox(e){var t=ot(e.target);if(t!==null){var r=C(t);if(r!==null){if(t=r.tag,t===13){if(t=D(r),t!==null){e.blockedOn=t,ct(e.priority,function(){if(r.tag===13){var o=xr(r);o=ee(o);var s=cr(r,o);s!==null&&pn(s,r,o),hg(r,o)}});return}}else if(t===3&&r.stateNode.current.memoizedState.isDehydrated){e.blockedOn=r.tag===3?r.stateNode.containerInfo:null;return}}}e.blockedOn=null}function tf(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=gg(e.nativeEvent);if(r===null){r=e.nativeEvent;var o=new r.constructor(r.type,r),s=o;$s!==null&&console.error("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),$s=s,r.target.dispatchEvent(o),$s===null&&console.error("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),$s=null}else return t=Ht(r),t!==null&&Bx(t),e.blockedOn=r,!1;t.shift()}return!0}function Ux(e,t,r){tf(e)&&r.delete(t)}function XO(){Fm=!1,Ra!==null&&tf(Ra)&&(Ra=null),Da!==null&&tf(Da)&&(Da=null),Ta!==null&&tf(Ta)&&(Ta=null),Uu.forEach(Ux),Nu.forEach(Ux)}function nf(e,t){e.blockedOn===t&&(e.blockedOn=null,Fm||(Fm=!0,En.unstable_scheduleCallback(En.unstable_NormalPriority,XO)))}function Nx(e){Wf!==e&&(Wf=e,En.unstable_scheduleCallback(En.unstable_NormalPriority,function(){Wf===e&&(Wf=null);for(var t=0;t<e.length;t+=3){var r=e[t],o=e[t+1],s=e[t+2];if(typeof o!="function"){if(mg(o||r)===null)continue;break}var h=Ht(r);h!==null&&(e.splice(t,3),t-=3,r={pending:!0,data:s,method:r.method,action:o},Object.freeze(r),mp(h,r,o,s))}}))}function Vs(e){function t(N){return nf(N,e)}Ra!==null&&nf(Ra,e),Da!==null&&nf(Da,e),Ta!==null&&nf(Ta,e),Uu.forEach(t),Nu.forEach(t);for(var r=0;r<Ba.length;r++){var o=Ba[r];o.blockedOn===e&&(o.blockedOn=null)}for(;0<Ba.length&&(r=Ba[0],r.blockedOn===null);)Ox(r),r.blockedOn===null&&Ba.shift();if(r=(e.ownerDocument||e).$$reactFormReplay,r!=null)for(o=0;o<r.length;o+=3){var s=r[o],h=r[o+1],b=s[hr]||null;if(typeof h=="function")b||Nx(r);else if(b){var S=null;if(h&&h.hasAttribute("formAction")){if(s=h,b=h[hr]||null)S=b.formAction;else if(mg(s)!==null)continue}else S=b.action;typeof S=="function"?r[o+1]=S:(r.splice(o,3),o-=3),Nx(r)}}}function Ag(e){this._internalRoot=e}function rf(e){this._internalRoot=e}function jx(e){e[ma]&&(e._reactRootContainer?console.error("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):console.error("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var En=Pk(),yg=Gl(),ZO=mA(),gt=Object.assign,WO=Symbol.for("react.element"),da=Symbol.for("react.transitional.element"),rl=Symbol.for("react.portal"),il=Symbol.for("react.fragment"),af=Symbol.for("react.strict_mode"),Eg=Symbol.for("react.profiler"),$O=Symbol.for("react.provider"),wg=Symbol.for("react.consumer"),fi=Symbol.for("react.context"),_s=Symbol.for("react.forward_ref"),bg=Symbol.for("react.suspense"),xg=Symbol.for("react.suspense_list"),of=Symbol.for("react.memo"),Cr=Symbol.for("react.lazy"),Cg=Symbol.for("react.activity"),eU=Symbol.for("react.memo_cache_sentinel"),zx=Symbol.iterator,tU=Symbol.for("react.client.reference"),zn=Array.isArray,Ce=yg.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,zt=ZO.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,nU=Object.freeze({pending:!1,data:null,method:null,action:null}),vg=[],Sg=[],Ni=-1,ha=G(null),Xs=G(null),pa=G(null),lf=G(null),ji=Object.prototype.hasOwnProperty,kg=En.unstable_scheduleCallback,rU=En.unstable_cancelCallback,iU=En.unstable_shouldYield,aU=En.unstable_requestPaint,di=En.unstable_now,oU=En.unstable_getCurrentPriorityLevel,Ig=En.unstable_ImmediatePriority,Rg=En.unstable_UserBlockingPriority,al=En.unstable_NormalPriority,lU=En.unstable_LowPriority,Dg=En.unstable_IdlePriority,sU=En.log,uU=En.unstable_setDisableYieldValue,ol=null,Jn=null,Pe=null,hi=!1,_r=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined",er=Math.clz32?Math.clz32:v,cU=Math.log,fU=Math.LN2,sf=256,uf=4194304,Qr=2,pi=8,zi=32,cf=268435456,ga=Math.random().toString(36).slice(2),Vn="__reactFiber$"+ga,hr="__reactProps$"+ga,ma="__reactContainer$"+ga,Tg="__reactEvents$"+ga,dU="__reactListeners$"+ga,hU="__reactHandles$"+ga,Fx="__reactResources$"+ga,Zs="__reactMarker$"+ga,Lx=new Set,lo={},Bg={},pU={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0},gU=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]*$"),Px={},Hx={},Ws=0,Gx,Kx,Yx,qx,Jx,Vx,_x;At.__reactDisabledLog=!0;var Mg,Xx,Qg=!1,Og=new(typeof WeakMap=="function"?WeakMap:Map),vr=null,gi=!1,mU=/[\n"\\]/g,Zx=!1,Wx=!1,$x=!1,e1=!1,t1=!1,n1=!1,r1=["value","defaultValue"],i1=!1,a1=/["'&<>\n\t]|^\s|\s$/,AU="address applet area article aside base basefont bgsound blockquote body br button caption center col colgroup dd details dir div dl dt embed fieldset figcaption figure footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html iframe img input isindex li link listing main marquee menu menuitem meta nav noembed noframes noscript object ol p param plaintext pre script section select source style summary table tbody td template textarea tfoot th thead title tr track ul wbr xmp".split(" "),o1="applet caption html table td th marquee object template foreignObject desc title".split(" "),yU=o1.concat(["button"]),EU="dd dt li option optgroup p rp rt".split(" "),l1={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null,containerTagInScope:null,implicitRootScope:!1},ff={},Ug={animation:"animationDelay animationDirection animationDuration animationFillMode animationIterationCount animationName animationPlayState animationTimingFunction".split(" "),background:"backgroundAttachment backgroundClip backgroundColor backgroundImage backgroundOrigin backgroundPositionX backgroundPositionY backgroundRepeat backgroundSize".split(" "),backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:"borderBottomColor borderBottomStyle borderBottomWidth borderImageOutset borderImageRepeat borderImageSlice borderImageSource borderImageWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderTopColor borderTopStyle borderTopWidth".split(" "),borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:"fontFamily fontFeatureSettings fontKerning fontLanguageOverride fontSize fontSizeAdjust fontStretch fontStyle fontVariant fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition fontWeight lineHeight".split(" "),fontVariant:"fontVariantAlternates fontVariantCaps fontVariantEastAsian fontVariantLigatures fontVariantNumeric fontVariantPosition".split(" "),gap:["columnGap","rowGap"],grid:"gridAutoColumns gridAutoFlow gridAutoRows gridTemplateAreas gridTemplateColumns gridTemplateRows".split(" "),gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:"maskClip maskComposite maskImage maskMode maskOrigin maskPositionX maskPositionY maskRepeat maskSize".split(" "),maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},s1=/([A-Z])/g,u1=/^ms-/,wU=/^(?:webkit|moz|o)[A-Z]/,bU=/^-ms-/,xU=/-(.)/g,c1=/;\s*$/,ll={},Ng={},f1=!1,d1=!1,h1=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(" ")),df="http://www.w3.org/1998/Math/MathML",sl="http://www.w3.org/2000/svg",CU=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"]]),hf={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",inert:"inert",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",popover:"popover",popovertarget:"popoverTarget",popovertargetaction:"popoverTargetAction",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",transformorigin:"transformOrigin","transform-origin":"transformOrigin",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},p1={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},ul={},vU=RegExp("^(aria)-[: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]*$"),SU=RegExp("^(aria)[A-Z][: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]*$"),g1=!1,tr={},m1=/^on./,kU=/^on[^A-Z]/,IU=RegExp("^(aria)-[: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]*$"),RU=RegExp("^(aria)[A-Z][: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]*$"),DU=/^[\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,$s=null,cl=null,fl=null,jg=!1,mi=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),zg=!1;if(mi)try{var eu={};Object.defineProperty(eu,"passive",{get:function(){zg=!0}}),window.addEventListener("test",eu,eu),window.removeEventListener("test",eu,eu)}catch(e){zg=!1}var Aa=null,Fg=null,pf=null,so={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},gf=ur(so),tu=gt({},so,{view:0,detail:0}),TU=ur(tu),Lg,Pg,nu,mf=gt({},tu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ih,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==nu&&(nu&&e.type==="mousemove"?(Lg=e.screenX-nu.screenX,Pg=e.screenY-nu.screenY):Pg=Lg=0,nu=e),Lg)},movementY:function(e){return"movementY"in e?e.movementY:Pg}}),A1=ur(mf),BU=gt({},mf,{dataTransfer:0}),MU=ur(BU),QU=gt({},tu,{relatedTarget:0}),Hg=ur(QU),OU=gt({},so,{animationName:0,elapsedTime:0,pseudoElement:0}),UU=ur(OU),NU=gt({},so,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),jU=ur(NU),zU=gt({},so,{data:0}),y1=ur(zU),FU=y1,LU={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},PU={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"},HU={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"},GU=gt({},tu,{key:function(e){if(e.key){var t=LU[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=uc(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?PU[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ih,charCode:function(e){return e.type==="keypress"?uc(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?uc(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),KU=ur(GU),YU=gt({},mf,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),E1=ur(YU),qU=gt({},tu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ih}),JU=ur(qU),VU=gt({},so,{propertyName:0,elapsedTime:0,pseudoElement:0}),_U=ur(VU),XU=gt({},mf,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),ZU=ur(XU),WU=gt({},so,{newState:0,oldState:0}),$U=ur(WU),eN=[9,13,27,32],w1=229,Gg=mi&&"CompositionEvent"in window,ru=null;mi&&"documentMode"in document&&(ru=document.documentMode);var tN=mi&&"TextEvent"in window&&!ru,b1=mi&&(!Gg||ru&&8<ru&&11>=ru),x1=32,C1=String.fromCharCode(x1),v1=!1,dl=!1,nN={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},iu=null,au=null,S1=!1;mi&&(S1=M4("input")&&(!document.documentMode||9<document.documentMode));var nr=typeof Object.is=="function"?Object.is:z4,rN=mi&&"documentMode"in document&&11>=document.documentMode,hl=null,Kg=null,ou=null,Yg=!1,pl={animationend:qa("Animation","AnimationEnd"),animationiteration:qa("Animation","AnimationIteration"),animationstart:qa("Animation","AnimationStart"),transitionrun:qa("Transition","TransitionRun"),transitionstart:qa("Transition","TransitionStart"),transitioncancel:qa("Transition","TransitionCancel"),transitionend:qa("Transition","TransitionEnd")},qg={},k1={};mi&&(k1=document.createElement("div").style,"AnimationEvent"in window||(delete pl.animationend.animation,delete pl.animationiteration.animation,delete pl.animationstart.animation),"TransitionEvent"in window||delete pl.transitionend.transition);var I1=Ja("animationend"),R1=Ja("animationiteration"),D1=Ja("animationstart"),iN=Ja("transitionrun"),aN=Ja("transitionstart"),oN=Ja("transitioncancel"),T1=Ja("transitionend"),B1=new Map,Jg="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(" ");Jg.push("scrollEnd");var Vg=new WeakMap,Af=1,Fi=2,Or=[],gl=0,_g=0,ya={};Object.freeze(ya);var Ur=null,ml=null,nn=0,lN=1,Fn=2,_n=8,Xr=16,M1=64,Q1=!1;try{var O1=Object.preventExtensions({})}catch(e){Q1=!0}var Al=[],yl=0,yf=null,Ef=0,Nr=[],jr=0,uo=null,Li=1,Pi="",rr=null,fn=null,jt=!1,Hi=!1,zr=null,co=null,Ai=!1,Xg=Error("Hydration Mismatch Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),U1=0;if(typeof performance=="object"&&typeof performance.now=="function")var sN=performance,N1=function(){return sN.now()};else{var uN=Date;N1=function(){return uN.now()}}var Zg=G(null),Wg=G(null),j1={},wf=null,El=null,wl=!1,cN=typeof AbortController!="undefined"?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(r,o){e.push(o)}};this.abort=function(){t.aborted=!0,e.forEach(function(r){return r()})}},fN=En.unstable_scheduleCallback,dN=En.unstable_NormalPriority,vn={$$typeof:fi,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0,_currentRenderer:null,_currentRenderer2:null},bl=En.unstable_now,z1=-0,bf=-0,pr=-1.1,fo=-0,xf=!1,Cf=!1,lu=null,$g=0,ho=0,xl=null,F1=Ce.S;Ce.S=function(e,t){typeof t=="object"&&t!==null&&typeof t.then=="function"&&L4(e,t),F1!==null&&F1(e,t)};var po=G(null),Zr={recordUnsafeLifecycleWarnings:function(){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},su=[],uu=[],cu=[],fu=[],du=[],hu=[],go=new Set;Zr.recordUnsafeLifecycleWarnings=function(e,t){go.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&su.push(e),e.mode&_n&&typeof t.UNSAFE_componentWillMount=="function"&&uu.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&cu.push(e),e.mode&_n&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&fu.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&du.push(e),e.mode&_n&&typeof t.UNSAFE_componentWillUpdate=="function"&&hu.push(e))},Zr.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;0<su.length&&(su.forEach(function(S){e.add(L(S)||"Component"),go.add(S.type)}),su=[]);var t=new Set;0<uu.length&&(uu.forEach(function(S){t.add(L(S)||"Component"),go.add(S.type)}),uu=[]);var r=new Set;0<cu.length&&(cu.forEach(function(S){r.add(L(S)||"Component"),go.add(S.type)}),cu=[]);var o=new Set;0<fu.length&&(fu.forEach(function(S){o.add(L(S)||"Component"),go.add(S.type)}),fu=[]);var s=new Set;0<du.length&&(du.forEach(function(S){s.add(L(S)||"Component"),go.add(S.type)}),du=[]);var h=new Set;if(0<hu.length&&(hu.forEach(function(S){h.add(L(S)||"Component"),go.add(S.type)}),hu=[]),0<t.size){var b=m(t);console.error(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
293
+
294
+ * Move code with side effects to componentDidMount, and set initial state in the constructor.
295
+
296
+ Please update the following components: %s`,b)}0<o.size&&(b=m(o),console.error(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
297
+
298
+ * Move data fetching code or side effects to componentDidUpdate.
299
+ * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://react.dev/link/derived-state
300
+
301
+ Please update the following components: %s`,b)),0<h.size&&(b=m(h),console.error(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://react.dev/link/unsafe-component-lifecycles for details.
302
+
303
+ * Move data fetching code or side effects to componentDidUpdate.
304
+
305
+ Please update the following components: %s`,b)),0<e.size&&(b=m(e),console.warn(`componentWillMount has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
306
+
307
+ * Move code with side effects to componentDidMount, and set initial state in the constructor.
308
+ * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
309
+
310
+ Please update the following components: %s`,b)),0<r.size&&(b=m(r),console.warn(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
311
+
312
+ * Move data fetching code or side effects to componentDidUpdate.
313
+ * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://react.dev/link/derived-state
314
+ * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
315
+
316
+ Please update the following components: %s`,b)),0<s.size&&(b=m(s),console.warn(`componentWillUpdate has been renamed, and is not recommended for use. See https://react.dev/link/unsafe-component-lifecycles for details.
317
+
318
+ * Move data fetching code or side effects to componentDidUpdate.
319
+ * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
320
+
321
+ Please update the following components: %s`,b))};var vf=new Map,L1=new Set;Zr.recordLegacyContextWarning=function(e,t){for(var r=null,o=e;o!==null;)o.mode&_n&&(r=o),o=o.return;r===null?console.error("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue."):!L1.has(e.type)&&(o=vf.get(r),e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(o===void 0&&(o=[],vf.set(r,o)),o.push(e))},Zr.flushLegacyContextWarning=function(){vf.forEach(function(e){if(e.length!==0){var t=e[0],r=new Set;e.forEach(function(s){r.add(L(s)||"Component"),L1.add(s.type)});var o=m(r);Ke(t,function(){console.error(`Legacy context API has been detected within a strict-mode tree.
322
+
323
+ The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
324
+
325
+ Please update the following components: %s
326
+
327
+ Learn more about this warning here: https://react.dev/link/legacy-context`,o)})}})},Zr.discardPendingWarnings=function(){su=[],uu=[],cu=[],fu=[],du=[],hu=[],vf=new Map};var pu=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`."),P1=Error("Suspense Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React."),Sf=Error("Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must either rethrow it immediately, or move the `useActionState` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary."),em={then:function(){console.error('Internal React error: A listener was unexpectedly attached to a "noop" thenable. This is a bug in React. Please file an issue.')}},gu=null,kf=!1,Fr=0,Lr=1,ir=2,Ln=4,Sn=8,H1=0,G1=1,K1=2,tm=3,Ea=!1,Y1=!1,nm=null,rm=!1,Cl=G(null),If=G(0),vl,q1=new Set,J1=new Set,im=new Set,V1=new Set,wa=0,lt=null,qt=null,wn=null,Rf=!1,Sl=!1,mo=!1,Df=0,mu=0,Gi=null,hN=0,pN=25,we=null,Pr=null,Ki=-1,Au=!1,Tf={readContext:ln,use:oa,useCallback:hn,useContext:hn,useEffect:hn,useImperativeHandle:hn,useLayoutEffect:hn,useInsertionEffect:hn,useMemo:hn,useReducer:hn,useRef:hn,useState:hn,useDebugValue:hn,useDeferredValue:hn,useTransition:hn,useSyncExternalStore:hn,useId:hn,useHostTransitionStatus:hn,useFormState:hn,useActionState:hn,useOptimistic:hn,useMemoCache:hn,useCacheRefresh:hn},am=null,_1=null,om=null,X1=null,yi=null,Wr=null,Bf=null;am={readContext:function(e){return ln(e)},use:oa,useCallback:function(e,t){return we="useCallback",wt(),Ko(t),dp(e,t)},useContext:function(e){return we="useContext",wt(),ln(e)},useEffect:function(e,t){return we="useEffect",wt(),Ko(t),Dc(e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",wt(),Ko(r),fp(e,t,r)},useInsertionEffect:function(e,t){we="useInsertionEffect",wt(),Ko(t),ro(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",wt(),Ko(t),cp(e,t)},useMemo:function(e,t){we="useMemo",wt(),Ko(t);var r=Ce.H;Ce.H=yi;try{return hp(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",wt();var o=Ce.H;Ce.H=yi;try{return np(e,t,r)}finally{Ce.H=o}},useRef:function(e){return we="useRef",wt(),up(e)},useState:function(e){we="useState",wt();var t=Ce.H;Ce.H=yi;try{return op(e)}finally{Ce.H=t}},useDebugValue:function(){we="useDebugValue",wt()},useDeferredValue:function(e,t){return we="useDeferredValue",wt(),pp(e,t)},useTransition:function(){return we="useTransition",wt(),Ap()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",wt(),ip(e,t,r)},useId:function(){return we="useId",wt(),yp()},useFormState:function(e,t){return we="useFormState",wt(),vc(),qo(e,t)},useActionState:function(e,t){return we="useActionState",wt(),qo(e,t)},useOptimistic:function(e){return we="useOptimistic",wt(),lp(e)},useHostTransitionStatus:io,useMemoCache:no,useCacheRefresh:function(){return we="useCacheRefresh",wt(),Ep()}},_1={readContext:function(e){return ln(e)},use:oa,useCallback:function(e,t){return we="useCallback",Be(),dp(e,t)},useContext:function(e){return we="useContext",Be(),ln(e)},useEffect:function(e,t){return we="useEffect",Be(),Dc(e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",Be(),fp(e,t,r)},useInsertionEffect:function(e,t){we="useInsertionEffect",Be(),ro(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",Be(),cp(e,t)},useMemo:function(e,t){we="useMemo",Be();var r=Ce.H;Ce.H=yi;try{return hp(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",Be();var o=Ce.H;Ce.H=yi;try{return np(e,t,r)}finally{Ce.H=o}},useRef:function(e){return we="useRef",Be(),up(e)},useState:function(e){we="useState",Be();var t=Ce.H;Ce.H=yi;try{return op(e)}finally{Ce.H=t}},useDebugValue:function(){we="useDebugValue",Be()},useDeferredValue:function(e,t){return we="useDeferredValue",Be(),pp(e,t)},useTransition:function(){return we="useTransition",Be(),Ap()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",Be(),ip(e,t,r)},useId:function(){return we="useId",Be(),yp()},useActionState:function(e,t){return we="useActionState",Be(),qo(e,t)},useFormState:function(e,t){return we="useFormState",Be(),vc(),qo(e,t)},useOptimistic:function(e){return we="useOptimistic",Be(),lp(e)},useHostTransitionStatus:io,useMemoCache:no,useCacheRefresh:function(){return we="useCacheRefresh",Be(),Ep()}},om={readContext:function(e){return ln(e)},use:oa,useCallback:function(e,t){return we="useCallback",Be(),Bc(e,t)},useContext:function(e){return we="useContext",Be(),ln(e)},useEffect:function(e,t){we="useEffect",Be(),dr(2048,Sn,e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",Be(),Tc(e,t,r)},useInsertionEffect:function(e,t){return we="useInsertionEffect",Be(),dr(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",Be(),dr(4,Ln,e,t)},useMemo:function(e,t){we="useMemo",Be();var r=Ce.H;Ce.H=Wr;try{return Mc(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",Be();var o=Ce.H;Ce.H=Wr;try{return Yo(e,t,r)}finally{Ce.H=o}},useRef:function(){return we="useRef",Be(),Gt().memoizedState},useState:function(){we="useState",Be();var e=Ce.H;Ce.H=Wr;try{return Yo(Vr)}finally{Ce.H=e}},useDebugValue:function(){we="useDebugValue",Be()},useDeferredValue:function(e,t){return we="useDeferredValue",Be(),Iw(e,t)},useTransition:function(){return we="useTransition",Be(),Qw()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",Be(),Sc(e,t,r)},useId:function(){return we="useId",Be(),Gt().memoizedState},useFormState:function(e){return we="useFormState",Be(),vc(),kc(e)},useActionState:function(e){return we="useActionState",Be(),kc(e)},useOptimistic:function(e,t){return we="useOptimistic",Be(),Aw(e,t)},useHostTransitionStatus:io,useMemoCache:no,useCacheRefresh:function(){return we="useCacheRefresh",Be(),Gt().memoizedState}},X1={readContext:function(e){return ln(e)},use:oa,useCallback:function(e,t){return we="useCallback",Be(),Bc(e,t)},useContext:function(e){return we="useContext",Be(),ln(e)},useEffect:function(e,t){we="useEffect",Be(),dr(2048,Sn,e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",Be(),Tc(e,t,r)},useInsertionEffect:function(e,t){return we="useInsertionEffect",Be(),dr(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",Be(),dr(4,Ln,e,t)},useMemo:function(e,t){we="useMemo",Be();var r=Ce.H;Ce.H=Bf;try{return Mc(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",Be();var o=Ce.H;Ce.H=Bf;try{return Ms(e,t,r)}finally{Ce.H=o}},useRef:function(){return we="useRef",Be(),Gt().memoizedState},useState:function(){we="useState",Be();var e=Ce.H;Ce.H=Bf;try{return Ms(Vr)}finally{Ce.H=e}},useDebugValue:function(){we="useDebugValue",Be()},useDeferredValue:function(e,t){return we="useDeferredValue",Be(),Rw(e,t)},useTransition:function(){return we="useTransition",Be(),Ow()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",Be(),Sc(e,t,r)},useId:function(){return we="useId",Be(),Gt().memoizedState},useFormState:function(e){return we="useFormState",Be(),vc(),Ic(e)},useActionState:function(e){return we="useActionState",Be(),Ic(e)},useOptimistic:function(e,t){return we="useOptimistic",Be(),Ew(e,t)},useHostTransitionStatus:io,useMemoCache:no,useCacheRefresh:function(){return we="useCacheRefresh",Be(),Gt().memoizedState}},yi={readContext:function(e){return g(),ln(e)},use:function(e){return p(),oa(e)},useCallback:function(e,t){return we="useCallback",p(),wt(),dp(e,t)},useContext:function(e){return we="useContext",p(),wt(),ln(e)},useEffect:function(e,t){return we="useEffect",p(),wt(),Dc(e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",p(),wt(),fp(e,t,r)},useInsertionEffect:function(e,t){we="useInsertionEffect",p(),wt(),ro(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",p(),wt(),cp(e,t)},useMemo:function(e,t){we="useMemo",p(),wt();var r=Ce.H;Ce.H=yi;try{return hp(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",p(),wt();var o=Ce.H;Ce.H=yi;try{return np(e,t,r)}finally{Ce.H=o}},useRef:function(e){return we="useRef",p(),wt(),up(e)},useState:function(e){we="useState",p(),wt();var t=Ce.H;Ce.H=yi;try{return op(e)}finally{Ce.H=t}},useDebugValue:function(){we="useDebugValue",p(),wt()},useDeferredValue:function(e,t){return we="useDeferredValue",p(),wt(),pp(e,t)},useTransition:function(){return we="useTransition",p(),wt(),Ap()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",p(),wt(),ip(e,t,r)},useId:function(){return we="useId",p(),wt(),yp()},useFormState:function(e,t){return we="useFormState",p(),wt(),qo(e,t)},useActionState:function(e,t){return we="useActionState",p(),wt(),qo(e,t)},useOptimistic:function(e){return we="useOptimistic",p(),wt(),lp(e)},useMemoCache:function(e){return p(),no(e)},useHostTransitionStatus:io,useCacheRefresh:function(){return we="useCacheRefresh",wt(),Ep()}},Wr={readContext:function(e){return g(),ln(e)},use:function(e){return p(),oa(e)},useCallback:function(e,t){return we="useCallback",p(),Be(),Bc(e,t)},useContext:function(e){return we="useContext",p(),Be(),ln(e)},useEffect:function(e,t){we="useEffect",p(),Be(),dr(2048,Sn,e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",p(),Be(),Tc(e,t,r)},useInsertionEffect:function(e,t){return we="useInsertionEffect",p(),Be(),dr(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",p(),Be(),dr(4,Ln,e,t)},useMemo:function(e,t){we="useMemo",p(),Be();var r=Ce.H;Ce.H=Wr;try{return Mc(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",p(),Be();var o=Ce.H;Ce.H=Wr;try{return Yo(e,t,r)}finally{Ce.H=o}},useRef:function(){return we="useRef",p(),Be(),Gt().memoizedState},useState:function(){we="useState",p(),Be();var e=Ce.H;Ce.H=Wr;try{return Yo(Vr)}finally{Ce.H=e}},useDebugValue:function(){we="useDebugValue",p(),Be()},useDeferredValue:function(e,t){return we="useDeferredValue",p(),Be(),Iw(e,t)},useTransition:function(){return we="useTransition",p(),Be(),Qw()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",p(),Be(),Sc(e,t,r)},useId:function(){return we="useId",p(),Be(),Gt().memoizedState},useFormState:function(e){return we="useFormState",p(),Be(),kc(e)},useActionState:function(e){return we="useActionState",p(),Be(),kc(e)},useOptimistic:function(e,t){return we="useOptimistic",p(),Be(),Aw(e,t)},useMemoCache:function(e){return p(),no(e)},useHostTransitionStatus:io,useCacheRefresh:function(){return we="useCacheRefresh",Be(),Gt().memoizedState}},Bf={readContext:function(e){return g(),ln(e)},use:function(e){return p(),oa(e)},useCallback:function(e,t){return we="useCallback",p(),Be(),Bc(e,t)},useContext:function(e){return we="useContext",p(),Be(),ln(e)},useEffect:function(e,t){we="useEffect",p(),Be(),dr(2048,Sn,e,t)},useImperativeHandle:function(e,t,r){return we="useImperativeHandle",p(),Be(),Tc(e,t,r)},useInsertionEffect:function(e,t){return we="useInsertionEffect",p(),Be(),dr(4,ir,e,t)},useLayoutEffect:function(e,t){return we="useLayoutEffect",p(),Be(),dr(4,Ln,e,t)},useMemo:function(e,t){we="useMemo",p(),Be();var r=Ce.H;Ce.H=Wr;try{return Mc(e,t)}finally{Ce.H=r}},useReducer:function(e,t,r){we="useReducer",p(),Be();var o=Ce.H;Ce.H=Wr;try{return Ms(e,t,r)}finally{Ce.H=o}},useRef:function(){return we="useRef",p(),Be(),Gt().memoizedState},useState:function(){we="useState",p(),Be();var e=Ce.H;Ce.H=Wr;try{return Ms(Vr)}finally{Ce.H=e}},useDebugValue:function(){we="useDebugValue",p(),Be()},useDeferredValue:function(e,t){return we="useDeferredValue",p(),Be(),Rw(e,t)},useTransition:function(){return we="useTransition",p(),Be(),Ow()},useSyncExternalStore:function(e,t,r){return we="useSyncExternalStore",p(),Be(),Sc(e,t,r)},useId:function(){return we="useId",p(),Be(),Gt().memoizedState},useFormState:function(e){return we="useFormState",p(),Be(),Ic(e)},useActionState:function(e){return we="useActionState",p(),Be(),Ic(e)},useOptimistic:function(e,t){return we="useOptimistic",p(),Be(),Ew(e,t)},useMemoCache:function(e){return p(),no(e)},useHostTransitionStatus:io,useCacheRefresh:function(){return we="useCacheRefresh",Be(),Gt().memoizedState}};var Z1={react_stack_bottom_frame:function(e,t,r){var o=gi;gi=!0;try{return e(t,r)}finally{gi=o}}},lm=Z1.react_stack_bottom_frame.bind(Z1),W1={react_stack_bottom_frame:function(e){var t=gi;gi=!0;try{return e.render()}finally{gi=t}}},$1=W1.react_stack_bottom_frame.bind(W1),eC={react_stack_bottom_frame:function(e,t){try{t.componentDidMount()}catch(r){Kt(e,e.return,r)}}},sm=eC.react_stack_bottom_frame.bind(eC),tC={react_stack_bottom_frame:function(e,t,r,o,s){try{t.componentDidUpdate(r,o,s)}catch(h){Kt(e,e.return,h)}}},nC=tC.react_stack_bottom_frame.bind(tC),rC={react_stack_bottom_frame:function(e,t){var r=t.stack;e.componentDidCatch(t.value,{componentStack:r!==null?r:""})}},gN=rC.react_stack_bottom_frame.bind(rC),iC={react_stack_bottom_frame:function(e,t,r){try{r.componentWillUnmount()}catch(o){Kt(e,t,o)}}},aC=iC.react_stack_bottom_frame.bind(iC),oC={react_stack_bottom_frame:function(e){e.resourceKind!=null&&console.error("Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",e.resourceKind);var t=e.create;return e=e.inst,t=t(),e.destroy=t}},mN=oC.react_stack_bottom_frame.bind(oC),lC={react_stack_bottom_frame:function(e,t,r){try{r()}catch(o){Kt(e,t,o)}}},AN=lC.react_stack_bottom_frame.bind(lC),sC={react_stack_bottom_frame:function(e){var t=e._init;return t(e._payload)}},ba=sC.react_stack_bottom_frame.bind(sC),kl=null,yu=0,ht=null,um,uC=um=!1,cC={},fC={},dC={};d=function(e,t,r){if(r!==null&&typeof r=="object"&&r._store&&(!r._store.validated&&r.key==null||r._store.validated===2)){if(typeof r._store!="object")throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");r._store.validated=1;var o=L(e),s=o||"null";if(!cC[s]){cC[s]=!0,r=r._owner,e=e._debugOwner;var h="";e&&typeof e.tag=="number"&&(s=L(e))&&(h=`
328
+
329
+ Check the render method of \``+s+"`."),h||o&&(h=`
330
+
331
+ Check the top-level render call using <`+o+">.");var b="";r!=null&&e!==r&&(o=null,typeof r.tag=="number"?o=L(r):typeof r.name=="string"&&(o=r.name),o&&(b=" It was passed a child from "+o+".")),Ke(t,function(){console.error('Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',h,b)})}}};var Il=zw(!0),hC=zw(!1),Hr=G(null),Ei=null,Rl=1,Eu=2,kn=G(0),pC={},gC=new Set,mC=new Set,AC=new Set,yC=new Set,EC=new Set,wC=new Set,bC=new Set,xC=new Set,CC=new Set,vC=new Set;Object.freeze(pC);var cm={enqueueSetState:function(e,t,r){e=e._reactInternals;var o=xr(e),s=ia(o);s.payload=t,r!=null&&(bp(r),s.callback=r),t=aa(e,s,o),t!==null&&(pn(t,e,o),Rs(t,e,o)),Dt(e,o)},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var o=xr(e),s=ia(o);s.tag=G1,s.payload=t,r!=null&&(bp(r),s.callback=r),t=aa(e,s,o),t!==null&&(pn(t,e,o),Rs(t,e,o)),Dt(e,o)},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=xr(e),o=ia(r);o.tag=K1,t!=null&&(bp(t),o.callback=t),t=aa(e,o,r),t!==null&&(pn(t,e,r),Rs(t,e,r)),Pe!==null&&typeof Pe.markForceUpdateScheduled=="function"&&Pe.markForceUpdateScheduled(e,r)}},fm=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},Dl=null,dm=null,SC=Error("This is not a real error. It's an implementation detail of React's selective hydration feature. If this leaks into userspace, it's a bug in React. Please file an issue."),Rn=!1,kC={},IC={},RC={},DC={},Tl=!1,TC={},hm={},pm={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null},BC=!1,MC=null;MC=new Set;var Yi=!1,gn=!1,gm=!1,QC=typeof WeakSet=="function"?WeakSet:Set,Dn=null,Bl=null,Ml=null,bn=null,gr=!1,$r=null,wu=8192,yN={getCacheForType:function(e){var t=ln(vn),r=t.data.get(e);return r===void 0&&(r=e(),t.data.set(e,r)),r},getOwner:function(){return vr}};if(typeof Symbol=="function"&&Symbol.for){var bu=Symbol.for;bu("selector.component"),bu("selector.has_pseudo_class"),bu("selector.role"),bu("selector.test_id"),bu("selector.text")}var EN=[],wN=typeof WeakMap=="function"?WeakMap:Map,Sr=0,ar=2,ei=4,qi=0,xu=1,Ql=2,mm=3,Ao=4,Mf=6,OC=5,Ft=Sr,Xt=null,yt=null,bt=0,mr=0,Cu=1,yo=2,vu=3,UC=4,Am=5,Ol=6,Su=7,ym=8,Eo=9,Lt=mr,kr=null,xa=!1,Ul=!1,Em=!1,wi=0,dn=qi,Ca=0,va=0,wm=0,Ir=0,wo=0,ku=null,or=null,Qf=!1,bm=0,NC=300,Of=1/0,jC=500,Iu=null,Sa=null,bN=0,xN=1,CN=2,bo=0,zC=1,FC=2,LC=3,vN=4,xm=5,Pn=0,ka=null,Nl=null,Ia=0,Cm=0,vm=null,PC=null,SN=50,Ru=0,Sm=null,km=!1,Uf=!1,kN=50,xo=0,Du=null,jl=!1,Nf=null,HC=!1,GC=new Set,IN={},jf=null,zl=null,Im=!1,Rm=!1,zf=!1,Dm=!1,Co=0,Tm={};(function(){for(var e=0;e<Jg.length;e++){var t=Jg[e],r=t.toLowerCase();t=t[0].toUpperCase()+t.slice(1),Jr(r,"on"+t)}Jr(I1,"onAnimationEnd"),Jr(R1,"onAnimationIteration"),Jr(D1,"onAnimationStart"),Jr("dblclick","onDoubleClick"),Jr("focusin","onFocus"),Jr("focusout","onBlur"),Jr(iN,"onTransitionRun"),Jr(aN,"onTransitionStart"),Jr(oN,"onTransitionCancel"),Jr(T1,"onTransitionEnd")})(),je("onMouseEnter",["mouseout","mouseover"]),je("onMouseLeave",["mouseout","mouseover"]),je("onPointerEnter",["pointerout","pointerover"]),je("onPointerLeave",["pointerout","pointerover"]),Me("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Me("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Me("onBeforeInput",["compositionend","keypress","textInput","paste"]),Me("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Me("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Me("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Tu="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(" "),Bm=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Tu)),Ff="_reactListening"+Math.random().toString(36).slice(2),KC=!1,YC=!1,Lf=!1,qC=!1,Pf=!1,Hf=!1,JC=!1,Gf={},RN=/\r\n?/g,DN=/\u0000|\uFFFD/g,vo="http://www.w3.org/1999/xlink",Mm="http://www.w3.org/XML/1998/namespace",TN="javascript:throw new Error('React form unexpectedly submitted.')",BN="suppressHydrationWarning",Kf="$",Yf="/$",Ji="$?",Bu="$!",MN=1,QN=2,ON=4,Qm="F!",VC="F",_C="complete",UN="style",Vi=0,Fl=1,qf=2,Om=null,Um=null,XC={dialog:!0,webview:!0},Nm=null,ZC=typeof setTimeout=="function"?setTimeout:void 0,NN=typeof clearTimeout=="function"?clearTimeout:void 0,So=-1,WC=typeof Promise=="function"?Promise:void 0,jN=typeof queueMicrotask=="function"?queueMicrotask:typeof WC!="undefined"?function(e){return WC.resolve(null).then(e).catch(xO)}:ZC,jm=null,ko=0,Mu=1,$C=2,ev=3,Gr=4,Kr=new Map,tv=new Set,_i=zt.d;zt.d={f:function(){var e=_i.f(),t=Zo();return e||t},r:function(e){var t=Ht(e);t!==null&&t.tag===5&&t.type==="form"?Mw(t):_i.r(e)},D:function(e){_i.D(e),bx("dns-prefetch",e,null)},C:function(e,t){_i.C(e,t),bx("preconnect",e,t)},L:function(e,t,r){_i.L(e,t,r);var o=Ll;if(o&&e&&t){var s='link[rel="preload"][as="'+$n(t)+'"]';t==="image"&&r&&r.imageSrcSet?(s+='[imagesrcset="'+$n(r.imageSrcSet)+'"]',typeof r.imageSizes=="string"&&(s+='[imagesizes="'+$n(r.imageSizes)+'"]')):s+='[href="'+$n(e)+'"]';var h=s;switch(t){case"style":h=tl(e);break;case"script":h=nl(e)}Kr.has(h)||(e=gt({rel:"preload",href:t==="image"&&r&&r.imageSrcSet?void 0:e,as:t},r),Kr.set(h,e),o.querySelector(s)!==null||t==="style"&&o.querySelector(Ys(h))||t==="script"&&o.querySelector(qs(h))||(t=o.createElement("link"),jn(t,"link",e),ce(t),o.head.appendChild(t)))}},m:function(e,t){_i.m(e,t);var r=Ll;if(r&&e){var o=t&&typeof t.as=="string"?t.as:"script",s='link[rel="modulepreload"][as="'+$n(o)+'"][href="'+$n(e)+'"]',h=s;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":h=nl(e)}if(!Kr.has(h)&&(e=gt({rel:"modulepreload",href:e},t),Kr.set(h,e),r.querySelector(s)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(r.querySelector(qs(h)))return}o=r.createElement("link"),jn(o,"link",e),ce(o),r.head.appendChild(o)}}},X:function(e,t){_i.X(e,t);var r=Ll;if(r&&e){var o=O(r).hoistableScripts,s=nl(e),h=o.get(s);h||(h=r.querySelector(qs(s)),h||(e=gt({src:e,async:!0},t),(t=Kr.get(s))&&cg(e,t),h=r.createElement("script"),ce(h),jn(h,"link",e),r.head.appendChild(h)),h={type:"script",instance:h,count:1,state:null},o.set(s,h))}},S:function(e,t,r){_i.S(e,t,r);var o=Ll;if(o&&e){var s=O(o).hoistableStyles,h=tl(e);t=t||"default";var b=s.get(h);if(!b){var S={loading:ko,preload:null};if(b=o.querySelector(Ys(h)))S.loading=Mu|Gr;else{e=gt({rel:"stylesheet",href:e,"data-precedence":t},r),(r=Kr.get(h))&&ug(e,r);var N=b=o.createElement("link");ce(N),jn(N,"link",e),N._p=new Promise(function(P,Ae){N.onload=P,N.onerror=Ae}),N.addEventListener("load",function(){S.loading|=Mu}),N.addEventListener("error",function(){S.loading|=$C}),S.loading|=Gr,$c(b,t,o)}b={type:"stylesheet",instance:b,count:1,state:S},s.set(h,b)}}},M:function(e,t){_i.M(e,t);var r=Ll;if(r&&e){var o=O(r).hoistableScripts,s=nl(e),h=o.get(s);h||(h=r.querySelector(qs(s)),h||(e=gt({src:e,async:!0,type:"module"},t),(t=Kr.get(s))&&cg(e,t),h=r.createElement("script"),ce(h),jn(h,"link",e),r.head.appendChild(h)),h={type:"script",instance:h,count:1,state:null},o.set(s,h))}}};var Ll=typeof document=="undefined"?null:document,Jf=null,Qu=null,zm=null,Vf=null,Io=nU,Ou={$$typeof:fi,Provider:null,Consumer:null,_currentValue:Io,_currentValue2:Io,_threadCount:0},nv="%c%s%c ",rv="background: #e6e6e6;background: light-dark(rgba(0,0,0,0.1), rgba(255,255,255,0.25));color: #000000;color: light-dark(#000000, #ffffff);border-radius: 2px",iv="",_f=" ",zN=Function.prototype.bind,av=!1,ov=null,lv=null,sv=null,uv=null,cv=null,fv=null,dv=null,hv=null,pv=null;ov=function(e,t,r,o){t=n(e,t),t!==null&&(r=a(t.memoizedState,r,0,o),t.memoizedState=r,t.baseState=r,e.memoizedProps=gt({},e.memoizedProps),r=cr(e,2),r!==null&&pn(r,e,2))},lv=function(e,t,r){t=n(e,t),t!==null&&(r=u(t.memoizedState,r,0),t.memoizedState=r,t.baseState=r,e.memoizedProps=gt({},e.memoizedProps),r=cr(e,2),r!==null&&pn(r,e,2))},sv=function(e,t,r,o){t=n(e,t),t!==null&&(r=i(t.memoizedState,r,o),t.memoizedState=r,t.baseState=r,e.memoizedProps=gt({},e.memoizedProps),r=cr(e,2),r!==null&&pn(r,e,2))},uv=function(e,t,r){e.pendingProps=a(e.memoizedProps,t,0,r),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=cr(e,2),t!==null&&pn(t,e,2)},cv=function(e,t){e.pendingProps=u(e.memoizedProps,t,0),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=cr(e,2),t!==null&&pn(t,e,2)},fv=function(e,t,r){e.pendingProps=i(e.memoizedProps,t,r),e.alternate&&(e.alternate.pendingProps=e.pendingProps),t=cr(e,2),t!==null&&pn(t,e,2)},dv=function(e){var t=cr(e,2);t!==null&&pn(t,e,2)},hv=function(e){c=e},pv=function(e){f=e};var Xf=!0,Zf=null,Fm=!1,Ra=null,Da=null,Ta=null,Uu=new Map,Nu=new Map,Ba=[],FN="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(" "),Wf=null;if(rf.prototype.render=Ag.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error("Cannot update an unmounted root.");var r=arguments;typeof r[1]=="function"?console.error("does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):k(r[1])?console.error("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof r[1]!="undefined"&&console.error("You passed a second argument to root.render(...) but it only accepts one argument."),r=e;var o=t.current,s=xr(o);dg(o,s,r,t,null,null)},rf.prototype.unmount=Ag.prototype.unmount=function(){var e=arguments;if(typeof e[0]=="function"&&console.error("does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."),e=this._internalRoot,e!==null){this._internalRoot=null;var t=e.containerInfo;(Ft&(ar|ei))!==Sr&&console.error("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),dg(e.current,2,null,e,null,null),Zo(),t[ma]=null}},rf.prototype.unstable_scheduleHydration=function(e){if(e){var t=Ze();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Ba.length&&t!==0&&t<Ba[r].priority;r++);Ba.splice(r,0,e),r===0&&Ox(e)}},function(){var e=yg.version;if(e!=="19.1.1")throw Error(`Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
332
+ - react: `+(e+`
333
+ - react-dom: 19.1.1
334
+ Learn more: https://react.dev/warnings/version-mismatch`))}(),typeof Map=="function"&&Map.prototype!=null&&typeof Map.prototype.forEach=="function"&&typeof Set=="function"&&Set.prototype!=null&&typeof Set.prototype.clear=="function"&&typeof Set.prototype.forEach=="function"||console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills"),zt.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error("Unable to find node on an unmounted component."):(e=Object.keys(e).join(","),Error("Argument appears to not be a ReactComponent. Keys: "+e));return e=H(t),e=e!==null?F(e):null,e=e===null?null:e.stateNode,e},!function(){var e={bundleType:1,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:Ce,reconcilerVersion:"19.1.1"};return e.overrideHookState=ov,e.overrideHookStateDeletePath=lv,e.overrideHookStateRenamePath=sv,e.overrideProps=uv,e.overridePropsDeletePath=cv,e.overridePropsRenamePath=fv,e.scheduleUpdate=dv,e.setErrorHandler=hv,e.setSuspenseHandler=pv,e.scheduleRefresh=x,e.scheduleRoot=E,e.setRefreshHandler=w,e.getCurrentFiber=YO,e.getLaneLabelMap=qO,e.injectProfilingHooks=He,Se(e)}()&&mi&&window.top===window.self&&(-1<navigator.userAgent.indexOf("Chrome")&&navigator.userAgent.indexOf("Edge")===-1||-1<navigator.userAgent.indexOf("Firefox"))){var gv=window.location.protocol;/^(https?|file):$/.test(gv)&&console.info("%cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools"+(gv==="file:"?`
335
+ You might need to use a local HTTP server (instead of file://): https://react.dev/link/react-devtools-faq`:""),"font-weight:bold")}Jl.createRoot=function(e,t){if(!k(e))throw Error("Target container is not a DOM element.");jx(e);var r=!1,o="",s=Hw,h=Gw,b=Kw,S=null;return t!=null&&(t.hydrate?console.warn("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===da&&console.error(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
336
+
337
+ let root = createRoot(domContainer);
338
+ root.render(<App />);`),t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(o=t.identifierPrefix),t.onUncaughtError!==void 0&&(s=t.onUncaughtError),t.onCaughtError!==void 0&&(h=t.onCaughtError),t.onRecoverableError!==void 0&&(b=t.onRecoverableError),t.unstable_transitionCallbacks!==void 0&&(S=t.unstable_transitionCallbacks)),t=Rx(e,1,!1,null,null,r,o,s,h,b,S,null),e[ma]=t.current,$p(e),new Ag(t)},Jl.hydrateRoot=function(e,t,r){if(!k(e))throw Error("Target container is not a DOM element.");jx(e),t===void 0&&console.error("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var o=!1,s="",h=Hw,b=Gw,S=Kw,N=null,P=null;return r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(s=r.identifierPrefix),r.onUncaughtError!==void 0&&(h=r.onUncaughtError),r.onCaughtError!==void 0&&(b=r.onCaughtError),r.onRecoverableError!==void 0&&(S=r.onRecoverableError),r.unstable_transitionCallbacks!==void 0&&(N=r.unstable_transitionCallbacks),r.formState!==void 0&&(P=r.formState)),t=Rx(e,1,!0,t,r!=null?r:null,o,s,h,b,S,N,P),t.context=Dx(null),r=t.current,o=xr(r),o=ee(o),s=ia(o),s.callback=null,aa(r,s,o),r=o,t.current.lanes=r,Ee(t,r),ui(t),e[ma]=t.current,$p(e),new rf(t)},Jl.version="19.1.1",typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}(),Jl}var oy;function Gk(){return oy||(oy=1,Ad.exports=Hk()),Ad.exports}var ly=Gk();const Yr={WEBSOCKET_URL:"wss://matrix-ws.dev.eka.care",BASE_API_URL:"https://matrix.dev.eka.care",X_AGENT_ID:"NDBkNmM4OTEtNGEzMC00MDBlLWE4NjEtN2ZkYjliMDY2MDZhI2ItMTYxNDY3NzU2MDQ0MjAz"},Kk=n=>$e(null,null,function*(){try{const a=yield fetch(`${Yr.BASE_API_URL}/med-assist/session`,{method:"POST",headers:{"Content-Type":"application/json","X-agent-id":Yr.X_AGENT_ID},body:JSON.stringify({user_id:n})});if(!a.ok){try{const l=yield a.json();if(l.error&&l.error.msg)throw new Error(l.error.msg);if(l.error&&l.error.code)throw new Error("Something went wrong")}catch(l){throw new Error("Something went wrong")}throw new Error("Something went wrong")}return yield a.json()}catch(a){throw console.error("Error starting session:",a),a instanceof Error?a:new Error("Something went wrong")}});function wd(){const[n,a]=K.useState({isOnline:navigator.onLine});return K.useEffect(()=>{const i=()=>{a(f=>Fe(le({},f),{isOnline:!0})),console.log("Network: User is back online")},l=()=>{a(f=>Fe(le({},f),{isOnline:!1})),console.log("Network: User is offline")},u=()=>{if("connection"in navigator){const f=navigator.connection;a(c=>Fe(le({},c),{connectionType:f.effectiveType||f.type,effectiveType:f.effectiveType,downlink:f.downlink,rtt:f.rtt}))}};if("connection"in navigator){const f=navigator.connection;a({isOnline:navigator.onLine,connectionType:f.effectiveType||f.type,effectiveType:f.effectiveType,downlink:f.downlink,rtt:f.rtt})}return window.addEventListener("online",i),window.addEventListener("offline",l),"connection"in navigator&&navigator.connection.addEventListener("change",u),()=>{window.removeEventListener("online",i),window.removeEventListener("offline",l),"connection"in navigator&&navigator.connection.removeEventListener("change",u)}},[]),n}const sy=n=>$e(null,null,function*(){try{const a=`${Yr.BASE_API_URL}/med-assist/session/${n}`,i=yield fetch(a,{method:"GET",headers:{"Content-Type":"application/json","X-agent-id":Yr.X_AGENT_ID}});if(!i.ok){const u=yield i.json().catch(()=>({}));switch(i.status){case 401:return{success:!1,retry:!0};case 404:return{success:!1,retry:!1};case 403:return{success:!1,retry:!1};case 500:return{success:!1,retry:!1};default:return console.error(`HTTP error! status: ${i.status}`,u),{success:!1,retry:!1}}}const l=yield i.json();return l.status==="active"||(l==null?void 0:l.msg)==="Session Active"?{success:!0,retry:!1}:{success:!1,retry:!1}}catch(a){return console.error("Error getting session details:",a),{success:!1,retry:!1}}}),uy=n=>{let a;const i=new Set,l=(g,A)=>{const m=typeof g=="function"?g(a):g;if(!Object.is(m,a)){const y=a;a=(A!=null?A:typeof m!="object"||m===null)?m:Object.assign({},a,m),i.forEach(E=>E(a,y))}},u=()=>a,d={setState:l,getState:u,getInitialState:()=>p,subscribe:g=>(i.add(g),()=>i.delete(g))},p=a=n(l,u,d);return d},Yk=n=>n?uy(n):uy,qk=n=>n;function Jk(n,a=qk){const i=Gn.useSyncExternalStore(n.subscribe,Gn.useCallback(()=>a(n.getState()),[n,a]),Gn.useCallback(()=>a(n.getInitialState()),[n,a]));return Gn.useDebugValue(i),i}const Vk=n=>{const a=Yk(n),i=l=>Jk(a,l);return Object.assign(i,a),i},_k=n=>Vk;function cy(n,a){let i;try{i=n()}catch(u){return}return{getItem:u=>{var f;const c=p=>p===null?null:JSON.parse(p,void 0),d=(f=i.getItem(u))!=null?f:null;return d instanceof Promise?d.then(c):c(d)},setItem:(u,f)=>i.setItem(u,JSON.stringify(f,void 0)),removeItem:u=>i.removeItem(u)}}const bd=n=>a=>{try{const i=n(a);return i instanceof Promise?i:{then(l){return bd(l)(i)},catch(l){return this}}}catch(i){return{then(l){return this},catch(l){return bd(l)(i)}}}},Xk=(n,a)=>(i,l,u)=>{let f=le({storage:cy(()=>localStorage),partialize:w=>w,version:0,merge:(w,k)=>le(le({},k),w)},a),c=!1;const d=new Set,p=new Set;let g=f.storage;if(!g)return n((...w)=>{console.warn(`[zustand persist middleware] Unable to update item '${f.name}', the given storage is currently unavailable.`),i(...w)},l,u);const A=()=>{const w=f.partialize(le({},l()));return g.setItem(f.name,{state:w,version:f.version})},m=u.setState;u.setState=(w,k)=>{m(w,k),A()};const y=n((...w)=>{i(...w),A()},l,u);u.getInitialState=()=>y;let E;const x=()=>{var w,k;if(!g)return;c=!1,d.forEach(D=>{var B;return D((B=l())!=null?B:y)});const C=((k=f.onRehydrateStorage)==null?void 0:k.call(f,(w=l())!=null?w:y))||void 0;return bd(g.getItem.bind(g))(f.name).then(D=>{if(D)if(typeof D.version=="number"&&D.version!==f.version){if(f.migrate){const B=f.migrate(D.state,D.version);return B instanceof Promise?B.then(H=>[!0,H]):[!0,B]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,D.state];return[!1,void 0]}).then(D=>{var B;const[H,F]=D;if(E=f.merge(F,(B=l())!=null?B:y),i(E,!0),H)return A()}).then(()=>{C==null||C(E,void 0),E=l(),c=!0,p.forEach(D=>D(E))}).catch(D=>{C==null||C(void 0,D)})};return u.persist={setOptions:w=>{f=le(le({},f),w),w.storage&&(g=w.storage)},clearStorage:()=>{g==null||g.removeItem(f.name)},getOptions:()=>f,rehydrate:()=>x(),hasHydrated:()=>c,onHydrate:w=>(d.add(w),()=>{d.delete(w)}),onFinishHydration:w=>(p.add(w),()=>{p.delete(w)})},f.skipHydration||x(),E||y},Zk=(n,a)=>$e(null,null,function*(){try{const i=yield fetch(`${Yr.BASE_API_URL}/med-assist/session/${n}/refresh`,{method:"GET",headers:{"Content-Type":"application/json","X-agent-id":Yr.X_AGENT_ID,"x-sess-token":a}});if(!i.ok){try{const f=yield i.json();if(f.error&&f.error.msg){const c=new Error(f.error.msg);throw c.code=f.error.code,c.status=i.status,c}}catch(f){const c=new Error(`Failed to refresh session: ${i.status} ${i.statusText}`);throw c.status=i.status,c}const u=new Error(`Failed to refresh session: ${i.status} ${i.statusText}`);throw u.status=i.status,u}return yield i.json()}catch(i){throw console.error("Error refreshing session:",i),i}});var xt=(n=>(n.CONNECTING="connecting",n.DISCONNECTED="disconnected",n.CONNECTED="connected",n))(xt||{});const Wk=3e4,fy=3e4,Jt={TOOL_ERROR:{code:"tool_error",msg:"You phone number is unverified, do you have any other queries?"},INVALID_OTP:{code:"invalid_otp",msg:"OTP is invalid, please try again"},OTP_NOT_FOUND:{code:"otp_not_found",msg:"The OTP you entered is incorrect or has expired. Please check the 6-digit code sent to your mobile number and try again, or request a new OTP."},INVALID_MOBILE_NUMBER:{code:"invalid_mobile_number",msg:"Something went wrong, I was unable to verify your mobile number, do you want to share another number or retry?"},USER_NOT_AUTHENTICATED:{code:"user_not_authenticated",msg:"You are not authenticated, please login again"},INVALID_UHID:{code:"invalid_uhid",msg:"Uhid is invalid, please try again"}},$k=[{id:"irrelevant_response",label:"Irrelevant response",value:"Irrelevant response"},{id:"facing_some_errors",label:"Facing some errors",value:"Facing some errors"},{id:"other",label:"Other",value:"Other"}],eI={sessionId:"",sessionToken:"",isStreaming:!1,error:null,isTimeoutError:!1,startNewConnection:!1,showRetryButton:!1,chats:{},inlineText:null,isRefreshingSession:!1,ConnectionStatus:xt.CONNECTING,streamingTimeoutId:null,responseTimeoutId:null,lastStreamingActivity:null},Vt=_k()(Xk((n,a)=>({sessionId:"",setSessionId:i=>n({sessionId:i}),sessionToken:"",setSessionToken:i=>n({sessionToken:i}),connectionStatus:xt.CONNECTING,setConnectionStatus:i=>n({connectionStatus:i}),isStreaming:!1,setIsStreaming:i=>n({isStreaming:i}),startNewConnection:!1,setStartNewConnection:i=>n({startNewConnection:i}),inlineText:null,setInlineText:i=>n({inlineText:i}),isBotIconAnimating:!1,setIsBotIconAnimating:i=>n({isBotIconAnimating:i}),chats:{},addMessageToSession:(i,l)=>n(u=>({chats:Fe(le({},u.chats),{[i]:[...u.chats[i]||[],l]})})),updateMessageInSession:(i,l,u)=>n(f=>({chats:Fe(le({},f.chats),{[i]:(f.chats[i]||[]).map(c=>c.id===l?le(le({},c),u):c)})})),getMessagesForSession:i=>a().chats[i]||[],clearMessagesForSession:i=>n(l=>({chats:Fe(le({},l.chats),{[i]:[]})})),clearAllChats:()=>n({chats:{}}),error:null,setError:i=>n({error:i}),clearError:()=>n({error:null,isTimeoutError:!1,showRetryButton:!1,startNewConnection:!1}),showRetryButton:!1,setShowRetryButton:i=>n({showRetryButton:i}),isTimeoutError:!1,setTimeoutError:i=>n({isTimeoutError:i}),clearSession:()=>$e(null,null,function*(){n(eI),console.log("Clearing session"),yield localStorage.removeItem("med-assist-store")}),streamingTimeoutId:null,setStreamingTimeoutId:i=>n({streamingTimeoutId:i}),clearStreamingTimeout:()=>{const i=a();i.streamingTimeoutId&&(clearTimeout(i.streamingTimeoutId),n({streamingTimeoutId:null}))},responseTimeoutId:null,setResponseTimeoutId:i=>n({responseTimeoutId:i}),clearResponseTimeout:()=>{const i=a();i.responseTimeoutId&&(clearTimeout(i.responseTimeoutId),n({responseTimeoutId:null}))},lastStreamingActivity:null,setLastStreamingActivity:i=>n({lastStreamingActivity:i}),isRefreshingSession:!1,refreshSession:()=>$e(null,null,function*(){const i=a(),{sessionId:l,sessionToken:u}=i;if(!l||!u)return console.warn("No session ID available for refresh"),!1;if(i.isRefreshingSession)return console.log("Session refresh already in progress"),!1;n({isRefreshingSession:!0,connectionStatus:xt.CONNECTING});try{console.log("Refreshing session:",l);const f=yield Zk(l,u);return f.session_id&&f.session_token?(n({sessionId:f.session_id,sessionToken:f.session_token,isRefreshingSession:!1}),console.log("Session refreshed successfully"),!0):(console.error("Invalid refresh response:",f),n({isRefreshingSession:!1,connectionStatus:xt.DISCONNECTED}),!1)}catch(f){return console.error("Failed to refresh session:",f),n({isRefreshingSession:!1,connectionStatus:xt.DISCONNECTED}),!1}})}),{name:"med-assist-store",storage:cy(()=>localStorage),partialize:n=>({chats:n.chats,sessionId:n.sessionId,sessionToken:n.sessionToken,connectionStatus:n.connectionStatus}),onRehydrateStorage:()=>n=>{n&&console.log("MedAssist store rehydrated from localStorage")}})),Na={PING:"ping",CHAT:"chat",STREAM:"stream",AUTH:"auth"};var $t=(n=>(n.TEXT="text",n.AUDIO="audio",n.FILE="file",n.PILL="pill",n.MULTI="multi",n.DOCTOR_CARD="doctor_card",n.LAB_PACKAGE_CARD="lab_package_card",n.TIPS="tips",n.INLINE_TEXT="inline_text",n.MOBILE_VERIFICATION="mobile_verification",n))($t||{}),Xn=(n=>(n.DISCONNECTED="disconnected",n.CONNECTING="connecting",n.CONNECTED="connected",n.RECONNECTING="reconnecting",n.ERROR="error",n))(Xn||{}),Ci=(n=>(n.SESSION_INACTIVE="session_not_found",n.SESSION_EXPIRED="session_expired",n.INVALID_EVENT="invalid_event",n.INVALID_CONTENT_TYPE="invalid_content",n.PARSING_ERROR="parsing",n.FILE_UPLOAD_INPROGRESS="file_upload_inprogress",n.TIMEOUT="timeout",n.SERVER_ERROR="server_error",n.SESSION_TOKEN_MISMATCH="session_token_mismatch",n))(Ci||{});const Mt={SESSION_INACTIVE:{title:"We couldn't find your session.",description:" Please start a new session."},SESSION_EXPIRED:{title:"Session Expired",description:"Your session has expired. Please log in again."},INVALID_EVENT:{title:"Invalid Request",description:"Something went wrong with the request. Please retry."},INVALID_CONTENT_TYPE:{title:"Unsupported Format",description:"Unsupported file or data format."},PARSING_ERROR:{title:"Processing Error",description:"We had trouble processing your request. Please try again."},FILE_UPLOAD_INPROGRESS:{title:"Another File Upload is in progress",description:"A file is still uploading. Please wait."},TIMEOUT:{title:"Request Timeout",description:"The request took too long. Please try again."},SERVER_ERROR:{title:"Server Error",description:"Something went wrong on our side. Please try again later."},OFFLINE:{title:"No Internet Connection",description:"You're offline. Please check your internet connection."},CONNECTION_LOST:{title:"Trying to connect...",description:"Please wait while we try to connect"},CONNECTION_ATTEMPTS_EXCEEDED:{title:"Failed to connect",description:"Please check your connection and try again"},ERROR_PROCESSING_MESSAGE:{title:"Oops! Something went wrong",description:"We had trouble processing your message. Please start a new session to continue."},SESSION_TOKEN_MISMATCH:{title:"Session Token Mismatch",description:"Please start a new session to continue."}};var en=(n=>(n.PING="ping",n.PONG="pong",n.CONNECTION_ESTABLISHED="conn",n.AUTH="auth",n.CHAT="chat",n.STREAM="stream",n.END_OF_STREAM="eos",n.SYNC="sync",n.ERROR="err",n))(en||{}),An=(n=>(n.TIPS="tips",n.PROGRESS_MESSAGE="progress_message",n.STREAM_CHUNK="stream_chunk",n.SERVER_RESTART="server_restart",n.ABNORMAL_CLOSURE="abnormal_closure",n.TIMEOUT="timeout",n.MESSAGE="message",n.RECONNECT="reconnect",n.CONNECTION_ERROR="connection_error",n.CONNECTION_TIMEOUT_ERROR="connection_timeout_error",n.MAX_CONNECTION_ATTEMPTS_EXCEEDED="max_connection_attempts_exceeded",n.MAX_RECONNECTION_ATTEMPTS_EXCEEDED="max_reconnection_attempts_exceeded",n.SESSION_INACTIVE="session_inactive",n.SESSION_REFRESHED="session_refreshed",n.SESSION_NOT_FOUND="session_not_found",n.START_NEW_SESSION="start_new_session",n.SESSION_EXPIRED="session_expired",n))(An||{}),ja=(n=>(n.MOBILE_VERIFICATION="mobile_verification",n.AVAILABILITY_DATES="availability_dates",n.AVAILABILITY_SLOTS="availability_slots",n.DOCTOR_DETAILS="doctor_details",n))(ja||{}),Tn=(n=>(n.LIKE="LIKE",n.DISLIKE="DISLIKE",n.NONE="NONE",n))(Tn||{});function Ku(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var xd={exports:{}};/*!
339
+
340
+ JSZip v3.10.1 - A JavaScript class for generating and reading zip files
341
+ <http://stuartk.com/jszip>
342
+
343
+ (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
344
+ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
345
+
346
+ JSZip uses the library pako released under the MIT license :
347
+ https://github.com/nodeca/pako/blob/main/LICENSE
348
+ */var dy;function tI(){return dy||(dy=1,function(n,a){(function(i){n.exports=i()})(function(){return function i(l,u,f){function c(g,A){if(!u[g]){if(!l[g]){var m=typeof Ku=="function"&&Ku;if(!A&&m)return m(g,!0);if(d)return d(g,!0);var y=new Error("Cannot find module '"+g+"'");throw y.code="MODULE_NOT_FOUND",y}var E=u[g]={exports:{}};l[g][0].call(E.exports,function(x){var w=l[g][1][x];return c(w||x)},E,E.exports,i,l,u,f)}return u[g].exports}for(var d=typeof Ku=="function"&&Ku,p=0;p<f.length;p++)c(f[p]);return c}({1:[function(i,l,u){var f=i("./utils"),c=i("./support"),d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";u.encode=function(p){for(var g,A,m,y,E,x,w,k=[],C=0,D=p.length,B=D,H=f.getTypeOf(p)!=="string";C<p.length;)B=D-C,m=H?(g=p[C++],A=C<D?p[C++]:0,C<D?p[C++]:0):(g=p.charCodeAt(C++),A=C<D?p.charCodeAt(C++):0,C<D?p.charCodeAt(C++):0),y=g>>2,E=(3&g)<<4|A>>4,x=1<B?(15&A)<<2|m>>6:64,w=2<B?63&m:64,k.push(d.charAt(y)+d.charAt(E)+d.charAt(x)+d.charAt(w));return k.join("")},u.decode=function(p){var g,A,m,y,E,x,w=0,k=0,C="data:";if(p.substr(0,C.length)===C)throw new Error("Invalid base64 input, it looks like a data url.");var D,B=3*(p=p.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(p.charAt(p.length-1)===d.charAt(64)&&B--,p.charAt(p.length-2)===d.charAt(64)&&B--,B%1!=0)throw new Error("Invalid base64 input, bad content length.");for(D=c.uint8array?new Uint8Array(0|B):new Array(0|B);w<p.length;)g=d.indexOf(p.charAt(w++))<<2|(y=d.indexOf(p.charAt(w++)))>>4,A=(15&y)<<4|(E=d.indexOf(p.charAt(w++)))>>2,m=(3&E)<<6|(x=d.indexOf(p.charAt(w++))),D[k++]=g,E!==64&&(D[k++]=A),x!==64&&(D[k++]=m);return D}},{"./support":30,"./utils":32}],2:[function(i,l,u){var f=i("./external"),c=i("./stream/DataWorker"),d=i("./stream/Crc32Probe"),p=i("./stream/DataLengthProbe");function g(A,m,y,E,x){this.compressedSize=A,this.uncompressedSize=m,this.crc32=y,this.compression=E,this.compressedContent=x}g.prototype={getContentWorker:function(){var A=new c(f.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new p("data_length")),m=this;return A.on("end",function(){if(this.streamInfo.data_length!==m.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),A},getCompressedWorker:function(){return new c(f.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},g.createWorkerFrom=function(A,m,y){return A.pipe(new d).pipe(new p("uncompressedSize")).pipe(m.compressWorker(y)).pipe(new p("compressedSize")).withStreamInfo("compression",m)},l.exports=g},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(i,l,u){var f=i("./stream/GenericWorker");u.STORE={magic:"\0\0",compressWorker:function(){return new f("STORE compression")},uncompressWorker:function(){return new f("STORE decompression")}},u.DEFLATE=i("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(i,l,u){var f=i("./utils"),c=function(){for(var d,p=[],g=0;g<256;g++){d=g;for(var A=0;A<8;A++)d=1&d?3988292384^d>>>1:d>>>1;p[g]=d}return p}();l.exports=function(d,p){return d!==void 0&&d.length?f.getTypeOf(d)!=="string"?function(g,A,m,y){var E=c,x=y+m;g^=-1;for(var w=y;w<x;w++)g=g>>>8^E[255&(g^A[w])];return-1^g}(0|p,d,d.length,0):function(g,A,m,y){var E=c,x=y+m;g^=-1;for(var w=y;w<x;w++)g=g>>>8^E[255&(g^A.charCodeAt(w))];return-1^g}(0|p,d,d.length,0):0}},{"./utils":32}],5:[function(i,l,u){u.base64=!1,u.binary=!1,u.dir=!1,u.createFolders=!0,u.date=null,u.compression=null,u.compressionOptions=null,u.comment=null,u.unixPermissions=null,u.dosPermissions=null},{}],6:[function(i,l,u){var f=null;f=typeof Promise!="undefined"?Promise:i("lie"),l.exports={Promise:f}},{lie:37}],7:[function(i,l,u){var f=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined",c=i("pako"),d=i("./utils"),p=i("./stream/GenericWorker"),g=f?"uint8array":"array";function A(m,y){p.call(this,"FlateWorker/"+m),this._pako=null,this._pakoAction=m,this._pakoOptions=y,this.meta={}}u.magic="\b\0",d.inherits(A,p),A.prototype.processChunk=function(m){this.meta=m.meta,this._pako===null&&this._createPako(),this._pako.push(d.transformTo(g,m.data),!1)},A.prototype.flush=function(){p.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},A.prototype.cleanUp=function(){p.prototype.cleanUp.call(this),this._pako=null},A.prototype._createPako=function(){this._pako=new c[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var m=this;this._pako.onData=function(y){m.push({data:y,meta:m.meta})}},u.compressWorker=function(m){return new A("Deflate",m)},u.uncompressWorker=function(){return new A("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(i,l,u){function f(E,x){var w,k="";for(w=0;w<x;w++)k+=String.fromCharCode(255&E),E>>>=8;return k}function c(E,x,w,k,C,D){var B,H,F=E.file,j=E.compression,Z=D!==g.utf8encode,ie=d.transformTo("string",D(F.name)),L=d.transformTo("string",g.utf8encode(F.name)),G=F.comment,re=d.transformTo("string",D(G)),M=d.transformTo("string",g.utf8encode(G)),W=L.length!==F.name.length,I=M.length!==G.length,ae="",fe="",se="",ue=F.dir,te=F.date,T={crc32:0,compressedSize:0,uncompressedSize:0};x&&!w||(T.crc32=E.crc32,T.compressedSize=E.compressedSize,T.uncompressedSize=E.uncompressedSize);var V=0;x&&(V|=8),Z||!W&&!I||(V|=2048);var q=0,Q=0;ue&&(q|=16),C==="UNIX"?(Q=798,q|=function(Se,Oe){var He=Se;return Se||(He=Oe?16893:33204),(65535&He)<<16}(F.unixPermissions,ue)):(Q=20,q|=function(Se){return 63&(Se||0)}(F.dosPermissions)),B=te.getUTCHours(),B<<=6,B|=te.getUTCMinutes(),B<<=5,B|=te.getUTCSeconds()/2,H=te.getUTCFullYear()-1980,H<<=4,H|=te.getUTCMonth()+1,H<<=5,H|=te.getUTCDate(),W&&(fe=f(1,1)+f(A(ie),4)+L,ae+="up"+f(fe.length,2)+fe),I&&(se=f(1,1)+f(A(re),4)+M,ae+="uc"+f(se.length,2)+se);var ye="";return ye+=`
349
+ \0`,ye+=f(V,2),ye+=j.magic,ye+=f(B,2),ye+=f(H,2),ye+=f(T.crc32,4),ye+=f(T.compressedSize,4),ye+=f(T.uncompressedSize,4),ye+=f(ie.length,2),ye+=f(ae.length,2),{fileRecord:m.LOCAL_FILE_HEADER+ye+ie+ae,dirRecord:m.CENTRAL_FILE_HEADER+f(Q,2)+ye+f(re.length,2)+"\0\0\0\0"+f(q,4)+f(k,4)+ie+ae+re}}var d=i("../utils"),p=i("../stream/GenericWorker"),g=i("../utf8"),A=i("../crc32"),m=i("../signature");function y(E,x,w,k){p.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=x,this.zipPlatform=w,this.encodeFileName=k,this.streamFiles=E,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}d.inherits(y,p),y.prototype.push=function(E){var x=E.meta.percent||0,w=this.entriesCount,k=this._sources.length;this.accumulate?this.contentBuffer.push(E):(this.bytesWritten+=E.data.length,p.prototype.push.call(this,{data:E.data,meta:{currentFile:this.currentFile,percent:w?(x+100*(w-k-1))/w:100}}))},y.prototype.openedSource=function(E){this.currentSourceOffset=this.bytesWritten,this.currentFile=E.file.name;var x=this.streamFiles&&!E.file.dir;if(x){var w=c(E,x,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:w.fileRecord,meta:{percent:0}})}else this.accumulate=!0},y.prototype.closedSource=function(E){this.accumulate=!1;var x=this.streamFiles&&!E.file.dir,w=c(E,x,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(w.dirRecord),x)this.push({data:function(k){return m.DATA_DESCRIPTOR+f(k.crc32,4)+f(k.compressedSize,4)+f(k.uncompressedSize,4)}(E),meta:{percent:100}});else for(this.push({data:w.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},y.prototype.flush=function(){for(var E=this.bytesWritten,x=0;x<this.dirRecords.length;x++)this.push({data:this.dirRecords[x],meta:{percent:100}});var w=this.bytesWritten-E,k=function(C,D,B,H,F){var j=d.transformTo("string",F(H));return m.CENTRAL_DIRECTORY_END+"\0\0\0\0"+f(C,2)+f(C,2)+f(D,4)+f(B,4)+f(j.length,2)+j}(this.dirRecords.length,w,E,this.zipComment,this.encodeFileName);this.push({data:k,meta:{percent:100}})},y.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},y.prototype.registerPrevious=function(E){this._sources.push(E);var x=this;return E.on("data",function(w){x.processChunk(w)}),E.on("end",function(){x.closedSource(x.previous.streamInfo),x._sources.length?x.prepareNextSource():x.end()}),E.on("error",function(w){x.error(w)}),this},y.prototype.resume=function(){return!!p.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},y.prototype.error=function(E){var x=this._sources;if(!p.prototype.error.call(this,E))return!1;for(var w=0;w<x.length;w++)try{x[w].error(E)}catch(k){}return!0},y.prototype.lock=function(){p.prototype.lock.call(this);for(var E=this._sources,x=0;x<E.length;x++)E[x].lock()},l.exports=y},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(i,l,u){var f=i("../compressions"),c=i("./ZipFileWorker");u.generateWorker=function(d,p,g){var A=new c(p.streamFiles,g,p.platform,p.encodeFileName),m=0;try{d.forEach(function(y,E){m++;var x=function(D,B){var H=D||B,F=f[H];if(!F)throw new Error(H+" is not a valid compression method !");return F}(E.options.compression,p.compression),w=E.options.compressionOptions||p.compressionOptions||{},k=E.dir,C=E.date;E._compressWorker(x,w).withStreamInfo("file",{name:y,dir:k,date:C,comment:E.comment||"",unixPermissions:E.unixPermissions,dosPermissions:E.dosPermissions}).pipe(A)}),A.entriesCount=m}catch(y){A.error(y)}return A}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(i,l,u){function f(){if(!(this instanceof f))return new f;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var c=new f;for(var d in this)typeof this[d]!="function"&&(c[d]=this[d]);return c}}(f.prototype=i("./object")).loadAsync=i("./load"),f.support=i("./support"),f.defaults=i("./defaults"),f.version="3.10.1",f.loadAsync=function(c,d){return new f().loadAsync(c,d)},f.external=i("./external"),l.exports=f},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(i,l,u){var f=i("./utils"),c=i("./external"),d=i("./utf8"),p=i("./zipEntries"),g=i("./stream/Crc32Probe"),A=i("./nodejsUtils");function m(y){return new c.Promise(function(E,x){var w=y.decompressed.getContentWorker().pipe(new g);w.on("error",function(k){x(k)}).on("end",function(){w.streamInfo.crc32!==y.decompressed.crc32?x(new Error("Corrupted zip : CRC32 mismatch")):E()}).resume()})}l.exports=function(y,E){var x=this;return E=f.extend(E||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:d.utf8decode}),A.isNode&&A.isStream(y)?c.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):f.prepareContent("the loaded zip file",y,!0,E.optimizedBinaryString,E.base64).then(function(w){var k=new p(E);return k.load(w),k}).then(function(w){var k=[c.Promise.resolve(w)],C=w.files;if(E.checkCRC32)for(var D=0;D<C.length;D++)k.push(m(C[D]));return c.Promise.all(k)}).then(function(w){for(var k=w.shift(),C=k.files,D=0;D<C.length;D++){var B=C[D],H=B.fileNameStr,F=f.resolve(B.fileNameStr);x.file(F,B.decompressed,{binary:!0,optimizedBinaryString:!0,date:B.date,dir:B.dir,comment:B.fileCommentStr.length?B.fileCommentStr:null,unixPermissions:B.unixPermissions,dosPermissions:B.dosPermissions,createFolders:E.createFolders}),B.dir||(x.file(F).unsafeOriginalName=H)}return k.zipComment.length&&(x.comment=k.zipComment),x})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(i,l,u){var f=i("../utils"),c=i("../stream/GenericWorker");function d(p,g){c.call(this,"Nodejs stream input adapter for "+p),this._upstreamEnded=!1,this._bindStream(g)}f.inherits(d,c),d.prototype._bindStream=function(p){var g=this;(this._stream=p).pause(),p.on("data",function(A){g.push({data:A,meta:{percent:0}})}).on("error",function(A){g.isPaused?this.generatedError=A:g.error(A)}).on("end",function(){g.isPaused?g._upstreamEnded=!0:g.end()})},d.prototype.pause=function(){return!!c.prototype.pause.call(this)&&(this._stream.pause(),!0)},d.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},l.exports=d},{"../stream/GenericWorker":28,"../utils":32}],13:[function(i,l,u){var f=i("readable-stream").Readable;function c(d,p,g){f.call(this,p),this._helper=d;var A=this;d.on("data",function(m,y){A.push(m)||A._helper.pause(),g&&g(y)}).on("error",function(m){A.emit("error",m)}).on("end",function(){A.push(null)})}i("../utils").inherits(c,f),c.prototype._read=function(){this._helper.resume()},l.exports=c},{"../utils":32,"readable-stream":16}],14:[function(i,l,u){l.exports={isNode:typeof Buffer!="undefined",newBufferFrom:function(f,c){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(f,c);if(typeof f=="number")throw new Error('The "data" argument must not be a number');return new Buffer(f,c)},allocBuffer:function(f){if(Buffer.alloc)return Buffer.alloc(f);var c=new Buffer(f);return c.fill(0),c},isBuffer:function(f){return Buffer.isBuffer(f)},isStream:function(f){return f&&typeof f.on=="function"&&typeof f.pause=="function"&&typeof f.resume=="function"}}},{}],15:[function(i,l,u){function f(F,j,Z){var ie,L=d.getTypeOf(j),G=d.extend(Z||{},A);G.date=G.date||new Date,G.compression!==null&&(G.compression=G.compression.toUpperCase()),typeof G.unixPermissions=="string"&&(G.unixPermissions=parseInt(G.unixPermissions,8)),G.unixPermissions&&16384&G.unixPermissions&&(G.dir=!0),G.dosPermissions&&16&G.dosPermissions&&(G.dir=!0),G.dir&&(F=C(F)),G.createFolders&&(ie=k(F))&&D.call(this,ie,!0);var re=L==="string"&&G.binary===!1&&G.base64===!1;Z&&Z.binary!==void 0||(G.binary=!re),(j instanceof m&&j.uncompressedSize===0||G.dir||!j||j.length===0)&&(G.base64=!1,G.binary=!0,j="",G.compression="STORE",L="string");var M=null;M=j instanceof m||j instanceof p?j:x.isNode&&x.isStream(j)?new w(F,j):d.prepareContent(F,j,G.binary,G.optimizedBinaryString,G.base64);var W=new y(F,M,G);this.files[F]=W}var c=i("./utf8"),d=i("./utils"),p=i("./stream/GenericWorker"),g=i("./stream/StreamHelper"),A=i("./defaults"),m=i("./compressedObject"),y=i("./zipObject"),E=i("./generate"),x=i("./nodejsUtils"),w=i("./nodejs/NodejsStreamInputAdapter"),k=function(F){F.slice(-1)==="/"&&(F=F.substring(0,F.length-1));var j=F.lastIndexOf("/");return 0<j?F.substring(0,j):""},C=function(F){return F.slice(-1)!=="/"&&(F+="/"),F},D=function(F,j){return j=j!==void 0?j:A.createFolders,F=C(F),this.files[F]||f.call(this,F,null,{dir:!0,createFolders:j}),this.files[F]};function B(F){return Object.prototype.toString.call(F)==="[object RegExp]"}var H={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(F){var j,Z,ie;for(j in this.files)ie=this.files[j],(Z=j.slice(this.root.length,j.length))&&j.slice(0,this.root.length)===this.root&&F(Z,ie)},filter:function(F){var j=[];return this.forEach(function(Z,ie){F(Z,ie)&&j.push(ie)}),j},file:function(F,j,Z){if(arguments.length!==1)return F=this.root+F,f.call(this,F,j,Z),this;if(B(F)){var ie=F;return this.filter(function(G,re){return!re.dir&&ie.test(G)})}var L=this.files[this.root+F];return L&&!L.dir?L:null},folder:function(F){if(!F)return this;if(B(F))return this.filter(function(L,G){return G.dir&&F.test(L)});var j=this.root+F,Z=D.call(this,j),ie=this.clone();return ie.root=Z.name,ie},remove:function(F){F=this.root+F;var j=this.files[F];if(j||(F.slice(-1)!=="/"&&(F+="/"),j=this.files[F]),j&&!j.dir)delete this.files[F];else for(var Z=this.filter(function(L,G){return G.name.slice(0,F.length)===F}),ie=0;ie<Z.length;ie++)delete this.files[Z[ie].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(F){var j,Z={};try{if((Z=d.extend(F||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:c.utf8encode})).type=Z.type.toLowerCase(),Z.compression=Z.compression.toUpperCase(),Z.type==="binarystring"&&(Z.type="string"),!Z.type)throw new Error("No output type specified.");d.checkSupport(Z.type),Z.platform!=="darwin"&&Z.platform!=="freebsd"&&Z.platform!=="linux"&&Z.platform!=="sunos"||(Z.platform="UNIX"),Z.platform==="win32"&&(Z.platform="DOS");var ie=Z.comment||this.comment||"";j=E.generateWorker(this,Z,ie)}catch(L){(j=new p("error")).error(L)}return new g(j,Z.type||"string",Z.mimeType)},generateAsync:function(F,j){return this.generateInternalStream(F).accumulate(j)},generateNodeStream:function(F,j){return(F=F||{}).type||(F.type="nodebuffer"),this.generateInternalStream(F).toNodejsStream(j)}};l.exports=H},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(i,l,u){l.exports=i("stream")},{stream:void 0}],17:[function(i,l,u){var f=i("./DataReader");function c(d){f.call(this,d);for(var p=0;p<this.data.length;p++)d[p]=255&d[p]}i("../utils").inherits(c,f),c.prototype.byteAt=function(d){return this.data[this.zero+d]},c.prototype.lastIndexOfSignature=function(d){for(var p=d.charCodeAt(0),g=d.charCodeAt(1),A=d.charCodeAt(2),m=d.charCodeAt(3),y=this.length-4;0<=y;--y)if(this.data[y]===p&&this.data[y+1]===g&&this.data[y+2]===A&&this.data[y+3]===m)return y-this.zero;return-1},c.prototype.readAndCheckSignature=function(d){var p=d.charCodeAt(0),g=d.charCodeAt(1),A=d.charCodeAt(2),m=d.charCodeAt(3),y=this.readData(4);return p===y[0]&&g===y[1]&&A===y[2]&&m===y[3]},c.prototype.readData=function(d){if(this.checkOffset(d),d===0)return[];var p=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,p},l.exports=c},{"../utils":32,"./DataReader":18}],18:[function(i,l,u){var f=i("../utils");function c(d){this.data=d,this.length=d.length,this.index=0,this.zero=0}c.prototype={checkOffset:function(d){this.checkIndex(this.index+d)},checkIndex:function(d){if(this.length<this.zero+d||d<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+d+"). Corrupted zip ?")},setIndex:function(d){this.checkIndex(d),this.index=d},skip:function(d){this.setIndex(this.index+d)},byteAt:function(){},readInt:function(d){var p,g=0;for(this.checkOffset(d),p=this.index+d-1;p>=this.index;p--)g=(g<<8)+this.byteAt(p);return this.index+=d,g},readString:function(d){return f.transformTo("string",this.readData(d))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var d=this.readInt(4);return new Date(Date.UTC(1980+(d>>25&127),(d>>21&15)-1,d>>16&31,d>>11&31,d>>5&63,(31&d)<<1))}},l.exports=c},{"../utils":32}],19:[function(i,l,u){var f=i("./Uint8ArrayReader");function c(d){f.call(this,d)}i("../utils").inherits(c,f),c.prototype.readData=function(d){this.checkOffset(d);var p=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,p},l.exports=c},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(i,l,u){var f=i("./DataReader");function c(d){f.call(this,d)}i("../utils").inherits(c,f),c.prototype.byteAt=function(d){return this.data.charCodeAt(this.zero+d)},c.prototype.lastIndexOfSignature=function(d){return this.data.lastIndexOf(d)-this.zero},c.prototype.readAndCheckSignature=function(d){return d===this.readData(4)},c.prototype.readData=function(d){this.checkOffset(d);var p=this.data.slice(this.zero+this.index,this.zero+this.index+d);return this.index+=d,p},l.exports=c},{"../utils":32,"./DataReader":18}],21:[function(i,l,u){var f=i("./ArrayReader");function c(d){f.call(this,d)}i("../utils").inherits(c,f),c.prototype.readData=function(d){if(this.checkOffset(d),d===0)return new Uint8Array(0);var p=this.data.subarray(this.zero+this.index,this.zero+this.index+d);return this.index+=d,p},l.exports=c},{"../utils":32,"./ArrayReader":17}],22:[function(i,l,u){var f=i("../utils"),c=i("../support"),d=i("./ArrayReader"),p=i("./StringReader"),g=i("./NodeBufferReader"),A=i("./Uint8ArrayReader");l.exports=function(m){var y=f.getTypeOf(m);return f.checkSupport(y),y!=="string"||c.uint8array?y==="nodebuffer"?new g(m):c.uint8array?new A(f.transformTo("uint8array",m)):new d(f.transformTo("array",m)):new p(m)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(i,l,u){u.LOCAL_FILE_HEADER="PK",u.CENTRAL_FILE_HEADER="PK",u.CENTRAL_DIRECTORY_END="PK",u.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",u.ZIP64_CENTRAL_DIRECTORY_END="PK",u.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(i,l,u){var f=i("./GenericWorker"),c=i("../utils");function d(p){f.call(this,"ConvertWorker to "+p),this.destType=p}c.inherits(d,f),d.prototype.processChunk=function(p){this.push({data:c.transformTo(this.destType,p.data),meta:p.meta})},l.exports=d},{"../utils":32,"./GenericWorker":28}],25:[function(i,l,u){var f=i("./GenericWorker"),c=i("../crc32");function d(){f.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}i("../utils").inherits(d,f),d.prototype.processChunk=function(p){this.streamInfo.crc32=c(p.data,this.streamInfo.crc32||0),this.push(p)},l.exports=d},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(i,l,u){var f=i("../utils"),c=i("./GenericWorker");function d(p){c.call(this,"DataLengthProbe for "+p),this.propName=p,this.withStreamInfo(p,0)}f.inherits(d,c),d.prototype.processChunk=function(p){if(p){var g=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=g+p.data.length}c.prototype.processChunk.call(this,p)},l.exports=d},{"../utils":32,"./GenericWorker":28}],27:[function(i,l,u){var f=i("../utils"),c=i("./GenericWorker");function d(p){c.call(this,"DataWorker");var g=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,p.then(function(A){g.dataIsReady=!0,g.data=A,g.max=A&&A.length||0,g.type=f.getTypeOf(A),g.isPaused||g._tickAndRepeat()},function(A){g.error(A)})}f.inherits(d,c),d.prototype.cleanUp=function(){c.prototype.cleanUp.call(this),this.data=null},d.prototype.resume=function(){return!!c.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,f.delay(this._tickAndRepeat,[],this)),!0)},d.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(f.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},d.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var p=null,g=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":p=this.data.substring(this.index,g);break;case"uint8array":p=this.data.subarray(this.index,g);break;case"array":case"nodebuffer":p=this.data.slice(this.index,g)}return this.index=g,this.push({data:p,meta:{percent:this.max?this.index/this.max*100:0}})},l.exports=d},{"../utils":32,"./GenericWorker":28}],28:[function(i,l,u){function f(c){this.name=c||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}f.prototype={push:function(c){this.emit("data",c)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(c){this.emit("error",c)}return!0},error:function(c){return!this.isFinished&&(this.isPaused?this.generatedError=c:(this.isFinished=!0,this.emit("error",c),this.previous&&this.previous.error(c),this.cleanUp()),!0)},on:function(c,d){return this._listeners[c].push(d),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(c,d){if(this._listeners[c])for(var p=0;p<this._listeners[c].length;p++)this._listeners[c][p].call(this,d)},pipe:function(c){return c.registerPrevious(this)},registerPrevious:function(c){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=c.streamInfo,this.mergeStreamInfo(),this.previous=c;var d=this;return c.on("data",function(p){d.processChunk(p)}),c.on("end",function(){d.end()}),c.on("error",function(p){d.error(p)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var c=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),c=!0),this.previous&&this.previous.resume(),!c},flush:function(){},processChunk:function(c){this.push(c)},withStreamInfo:function(c,d){return this.extraStreamInfo[c]=d,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var c in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,c)&&(this.streamInfo[c]=this.extraStreamInfo[c])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var c="Worker "+this.name;return this.previous?this.previous+" -> "+c:c}},l.exports=f},{}],29:[function(i,l,u){var f=i("../utils"),c=i("./ConvertWorker"),d=i("./GenericWorker"),p=i("../base64"),g=i("../support"),A=i("../external"),m=null;if(g.nodestream)try{m=i("../nodejs/NodejsStreamOutputAdapter")}catch(x){}function y(x,w){return new A.Promise(function(k,C){var D=[],B=x._internalType,H=x._outputType,F=x._mimeType;x.on("data",function(j,Z){D.push(j),w&&w(Z)}).on("error",function(j){D=[],C(j)}).on("end",function(){try{var j=function(Z,ie,L){switch(Z){case"blob":return f.newBlob(f.transformTo("arraybuffer",ie),L);case"base64":return p.encode(ie);default:return f.transformTo(Z,ie)}}(H,function(Z,ie){var L,G=0,re=null,M=0;for(L=0;L<ie.length;L++)M+=ie[L].length;switch(Z){case"string":return ie.join("");case"array":return Array.prototype.concat.apply([],ie);case"uint8array":for(re=new Uint8Array(M),L=0;L<ie.length;L++)re.set(ie[L],G),G+=ie[L].length;return re;case"nodebuffer":return Buffer.concat(ie);default:throw new Error("concat : unsupported type '"+Z+"'")}}(B,D),F);k(j)}catch(Z){C(Z)}D=[]}).resume()})}function E(x,w,k){var C=w;switch(w){case"blob":case"arraybuffer":C="uint8array";break;case"base64":C="string"}try{this._internalType=C,this._outputType=w,this._mimeType=k,f.checkSupport(C),this._worker=x.pipe(new c(C)),x.lock()}catch(D){this._worker=new d("error"),this._worker.error(D)}}E.prototype={accumulate:function(x){return y(this,x)},on:function(x,w){var k=this;return x==="data"?this._worker.on(x,function(C){w.call(k,C.data,C.meta)}):this._worker.on(x,function(){f.delay(w,arguments,k)}),this},resume:function(){return f.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(x){if(f.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new m(this,{objectMode:this._outputType!=="nodebuffer"},x)}},l.exports=E},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(i,l,u){if(u.base64=!0,u.array=!0,u.string=!0,u.arraybuffer=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined",u.nodebuffer=typeof Buffer!="undefined",u.uint8array=typeof Uint8Array!="undefined",typeof ArrayBuffer=="undefined")u.blob=!1;else{var f=new ArrayBuffer(0);try{u.blob=new Blob([f],{type:"application/zip"}).size===0}catch(d){try{var c=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);c.append(f),u.blob=c.getBlob("application/zip").size===0}catch(p){u.blob=!1}}}try{u.nodestream=!!i("readable-stream").Readable}catch(d){u.nodestream=!1}},{"readable-stream":16}],31:[function(i,l,u){for(var f=i("./utils"),c=i("./support"),d=i("./nodejsUtils"),p=i("./stream/GenericWorker"),g=new Array(256),A=0;A<256;A++)g[A]=252<=A?6:248<=A?5:240<=A?4:224<=A?3:192<=A?2:1;g[254]=g[254]=1;function m(){p.call(this,"utf-8 decode"),this.leftOver=null}function y(){p.call(this,"utf-8 encode")}u.utf8encode=function(E){return c.nodebuffer?d.newBufferFrom(E,"utf-8"):function(x){var w,k,C,D,B,H=x.length,F=0;for(D=0;D<H;D++)(64512&(k=x.charCodeAt(D)))==55296&&D+1<H&&(64512&(C=x.charCodeAt(D+1)))==56320&&(k=65536+(k-55296<<10)+(C-56320),D++),F+=k<128?1:k<2048?2:k<65536?3:4;for(w=c.uint8array?new Uint8Array(F):new Array(F),D=B=0;B<F;D++)(64512&(k=x.charCodeAt(D)))==55296&&D+1<H&&(64512&(C=x.charCodeAt(D+1)))==56320&&(k=65536+(k-55296<<10)+(C-56320),D++),k<128?w[B++]=k:(k<2048?w[B++]=192|k>>>6:(k<65536?w[B++]=224|k>>>12:(w[B++]=240|k>>>18,w[B++]=128|k>>>12&63),w[B++]=128|k>>>6&63),w[B++]=128|63&k);return w}(E)},u.utf8decode=function(E){return c.nodebuffer?f.transformTo("nodebuffer",E).toString("utf-8"):function(x){var w,k,C,D,B=x.length,H=new Array(2*B);for(w=k=0;w<B;)if((C=x[w++])<128)H[k++]=C;else if(4<(D=g[C]))H[k++]=65533,w+=D-1;else{for(C&=D===2?31:D===3?15:7;1<D&&w<B;)C=C<<6|63&x[w++],D--;1<D?H[k++]=65533:C<65536?H[k++]=C:(C-=65536,H[k++]=55296|C>>10&1023,H[k++]=56320|1023&C)}return H.length!==k&&(H.subarray?H=H.subarray(0,k):H.length=k),f.applyFromCharCode(H)}(E=f.transformTo(c.uint8array?"uint8array":"array",E))},f.inherits(m,p),m.prototype.processChunk=function(E){var x=f.transformTo(c.uint8array?"uint8array":"array",E.data);if(this.leftOver&&this.leftOver.length){if(c.uint8array){var w=x;(x=new Uint8Array(w.length+this.leftOver.length)).set(this.leftOver,0),x.set(w,this.leftOver.length)}else x=this.leftOver.concat(x);this.leftOver=null}var k=function(D,B){var H;for((B=B||D.length)>D.length&&(B=D.length),H=B-1;0<=H&&(192&D[H])==128;)H--;return H<0||H===0?B:H+g[D[H]]>B?H:B}(x),C=x;k!==x.length&&(c.uint8array?(C=x.subarray(0,k),this.leftOver=x.subarray(k,x.length)):(C=x.slice(0,k),this.leftOver=x.slice(k,x.length))),this.push({data:u.utf8decode(C),meta:E.meta})},m.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:u.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},u.Utf8DecodeWorker=m,f.inherits(y,p),y.prototype.processChunk=function(E){this.push({data:u.utf8encode(E.data),meta:E.meta})},u.Utf8EncodeWorker=y},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(i,l,u){var f=i("./support"),c=i("./base64"),d=i("./nodejsUtils"),p=i("./external");function g(w){return w}function A(w,k){for(var C=0;C<w.length;++C)k[C]=255&w.charCodeAt(C);return k}i("setimmediate"),u.newBlob=function(w,k){u.checkSupport("blob");try{return new Blob([w],{type:k})}catch(D){try{var C=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return C.append(w),C.getBlob(k)}catch(B){throw new Error("Bug : can't construct the Blob.")}}};var m={stringifyByChunk:function(w,k,C){var D=[],B=0,H=w.length;if(H<=C)return String.fromCharCode.apply(null,w);for(;B<H;)k==="array"||k==="nodebuffer"?D.push(String.fromCharCode.apply(null,w.slice(B,Math.min(B+C,H)))):D.push(String.fromCharCode.apply(null,w.subarray(B,Math.min(B+C,H)))),B+=C;return D.join("")},stringifyByChar:function(w){for(var k="",C=0;C<w.length;C++)k+=String.fromCharCode(w[C]);return k},applyCanBeUsed:{uint8array:function(){try{return f.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch(w){return!1}}(),nodebuffer:function(){try{return f.nodebuffer&&String.fromCharCode.apply(null,d.allocBuffer(1)).length===1}catch(w){return!1}}()}};function y(w){var k=65536,C=u.getTypeOf(w),D=!0;if(C==="uint8array"?D=m.applyCanBeUsed.uint8array:C==="nodebuffer"&&(D=m.applyCanBeUsed.nodebuffer),D)for(;1<k;)try{return m.stringifyByChunk(w,C,k)}catch(B){k=Math.floor(k/2)}return m.stringifyByChar(w)}function E(w,k){for(var C=0;C<w.length;C++)k[C]=w[C];return k}u.applyFromCharCode=y;var x={};x.string={string:g,array:function(w){return A(w,new Array(w.length))},arraybuffer:function(w){return x.string.uint8array(w).buffer},uint8array:function(w){return A(w,new Uint8Array(w.length))},nodebuffer:function(w){return A(w,d.allocBuffer(w.length))}},x.array={string:y,array:g,arraybuffer:function(w){return new Uint8Array(w).buffer},uint8array:function(w){return new Uint8Array(w)},nodebuffer:function(w){return d.newBufferFrom(w)}},x.arraybuffer={string:function(w){return y(new Uint8Array(w))},array:function(w){return E(new Uint8Array(w),new Array(w.byteLength))},arraybuffer:g,uint8array:function(w){return new Uint8Array(w)},nodebuffer:function(w){return d.newBufferFrom(new Uint8Array(w))}},x.uint8array={string:y,array:function(w){return E(w,new Array(w.length))},arraybuffer:function(w){return w.buffer},uint8array:g,nodebuffer:function(w){return d.newBufferFrom(w)}},x.nodebuffer={string:y,array:function(w){return E(w,new Array(w.length))},arraybuffer:function(w){return x.nodebuffer.uint8array(w).buffer},uint8array:function(w){return E(w,new Uint8Array(w.length))},nodebuffer:g},u.transformTo=function(w,k){if(k=k||"",!w)return k;u.checkSupport(w);var C=u.getTypeOf(k);return x[C][w](k)},u.resolve=function(w){for(var k=w.split("/"),C=[],D=0;D<k.length;D++){var B=k[D];B==="."||B===""&&D!==0&&D!==k.length-1||(B===".."?C.pop():C.push(B))}return C.join("/")},u.getTypeOf=function(w){return typeof w=="string"?"string":Object.prototype.toString.call(w)==="[object Array]"?"array":f.nodebuffer&&d.isBuffer(w)?"nodebuffer":f.uint8array&&w instanceof Uint8Array?"uint8array":f.arraybuffer&&w instanceof ArrayBuffer?"arraybuffer":void 0},u.checkSupport=function(w){if(!f[w.toLowerCase()])throw new Error(w+" is not supported by this platform")},u.MAX_VALUE_16BITS=65535,u.MAX_VALUE_32BITS=-1,u.pretty=function(w){var k,C,D="";for(C=0;C<(w||"").length;C++)D+="\\x"+((k=w.charCodeAt(C))<16?"0":"")+k.toString(16).toUpperCase();return D},u.delay=function(w,k,C){setImmediate(function(){w.apply(C||null,k||[])})},u.inherits=function(w,k){function C(){}C.prototype=k.prototype,w.prototype=new C},u.extend=function(){var w,k,C={};for(w=0;w<arguments.length;w++)for(k in arguments[w])Object.prototype.hasOwnProperty.call(arguments[w],k)&&C[k]===void 0&&(C[k]=arguments[w][k]);return C},u.prepareContent=function(w,k,C,D,B){return p.Promise.resolve(k).then(function(H){return f.blob&&(H instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(H))!==-1)&&typeof FileReader!="undefined"?new p.Promise(function(F,j){var Z=new FileReader;Z.onload=function(ie){F(ie.target.result)},Z.onerror=function(ie){j(ie.target.error)},Z.readAsArrayBuffer(H)}):H}).then(function(H){var F=u.getTypeOf(H);return F?(F==="arraybuffer"?H=u.transformTo("uint8array",H):F==="string"&&(B?H=c.decode(H):C&&D!==!0&&(H=function(j){return A(j,f.uint8array?new Uint8Array(j.length):new Array(j.length))}(H))),H):p.Promise.reject(new Error("Can't read the data of '"+w+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(i,l,u){var f=i("./reader/readerFor"),c=i("./utils"),d=i("./signature"),p=i("./zipEntry"),g=i("./support");function A(m){this.files=[],this.loadOptions=m}A.prototype={checkSignature:function(m){if(!this.reader.readAndCheckSignature(m)){this.reader.index-=4;var y=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+c.pretty(y)+", expected "+c.pretty(m)+")")}},isSignature:function(m,y){var E=this.reader.index;this.reader.setIndex(m);var x=this.reader.readString(4)===y;return this.reader.setIndex(E),x},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var m=this.reader.readData(this.zipCommentLength),y=g.uint8array?"uint8array":"array",E=c.transformTo(y,m);this.zipComment=this.loadOptions.decodeFileName(E)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var m,y,E,x=this.zip64EndOfCentralSize-44;0<x;)m=this.reader.readInt(2),y=this.reader.readInt(4),E=this.reader.readData(y),this.zip64ExtensibleData[m]={id:m,length:y,value:E}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var m,y;for(m=0;m<this.files.length;m++)y=this.files[m],this.reader.setIndex(y.localHeaderOffset),this.checkSignature(d.LOCAL_FILE_HEADER),y.readLocalPart(this.reader),y.handleUTF8(),y.processAttributes()},readCentralDir:function(){var m;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(d.CENTRAL_FILE_HEADER);)(m=new p({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(m);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var m=this.reader.lastIndexOfSignature(d.CENTRAL_DIRECTORY_END);if(m<0)throw this.isSignature(0,d.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(m);var y=m;if(this.checkSignature(d.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===c.MAX_VALUE_16BITS||this.diskWithCentralDirStart===c.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===c.MAX_VALUE_16BITS||this.centralDirRecords===c.MAX_VALUE_16BITS||this.centralDirSize===c.MAX_VALUE_32BITS||this.centralDirOffset===c.MAX_VALUE_32BITS){if(this.zip64=!0,(m=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(m),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,d.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(d.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var E=this.centralDirOffset+this.centralDirSize;this.zip64&&(E+=20,E+=12+this.zip64EndOfCentralSize);var x=y-E;if(0<x)this.isSignature(y,d.CENTRAL_FILE_HEADER)||(this.reader.zero=x);else if(x<0)throw new Error("Corrupted zip: missing "+Math.abs(x)+" bytes.")},prepareReader:function(m){this.reader=f(m)},load:function(m){this.prepareReader(m),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},l.exports=A},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(i,l,u){var f=i("./reader/readerFor"),c=i("./utils"),d=i("./compressedObject"),p=i("./crc32"),g=i("./utf8"),A=i("./compressions"),m=i("./support");function y(E,x){this.options=E,this.loadOptions=x}y.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(E){var x,w;if(E.skip(22),this.fileNameLength=E.readInt(2),w=E.readInt(2),this.fileName=E.readData(this.fileNameLength),E.skip(w),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((x=function(k){for(var C in A)if(Object.prototype.hasOwnProperty.call(A,C)&&A[C].magic===k)return A[C];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+c.pretty(this.compressionMethod)+" unknown (inner file : "+c.transformTo("string",this.fileName)+")");this.decompressed=new d(this.compressedSize,this.uncompressedSize,this.crc32,x,E.readData(this.compressedSize))},readCentralPart:function(E){this.versionMadeBy=E.readInt(2),E.skip(2),this.bitFlag=E.readInt(2),this.compressionMethod=E.readString(2),this.date=E.readDate(),this.crc32=E.readInt(4),this.compressedSize=E.readInt(4),this.uncompressedSize=E.readInt(4);var x=E.readInt(2);if(this.extraFieldsLength=E.readInt(2),this.fileCommentLength=E.readInt(2),this.diskNumberStart=E.readInt(2),this.internalFileAttributes=E.readInt(2),this.externalFileAttributes=E.readInt(4),this.localHeaderOffset=E.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");E.skip(x),this.readExtraFields(E),this.parseZIP64ExtraField(E),this.fileComment=E.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var E=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),E==0&&(this.dosPermissions=63&this.externalFileAttributes),E==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var E=f(this.extraFields[1].value);this.uncompressedSize===c.MAX_VALUE_32BITS&&(this.uncompressedSize=E.readInt(8)),this.compressedSize===c.MAX_VALUE_32BITS&&(this.compressedSize=E.readInt(8)),this.localHeaderOffset===c.MAX_VALUE_32BITS&&(this.localHeaderOffset=E.readInt(8)),this.diskNumberStart===c.MAX_VALUE_32BITS&&(this.diskNumberStart=E.readInt(4))}},readExtraFields:function(E){var x,w,k,C=E.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});E.index+4<C;)x=E.readInt(2),w=E.readInt(2),k=E.readData(w),this.extraFields[x]={id:x,length:w,value:k};E.setIndex(C)},handleUTF8:function(){var E=m.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=g.utf8decode(this.fileName),this.fileCommentStr=g.utf8decode(this.fileComment);else{var x=this.findExtraFieldUnicodePath();if(x!==null)this.fileNameStr=x;else{var w=c.transformTo(E,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(w)}var k=this.findExtraFieldUnicodeComment();if(k!==null)this.fileCommentStr=k;else{var C=c.transformTo(E,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(C)}}},findExtraFieldUnicodePath:function(){var E=this.extraFields[28789];if(E){var x=f(E.value);return x.readInt(1)!==1||p(this.fileName)!==x.readInt(4)?null:g.utf8decode(x.readData(E.length-5))}return null},findExtraFieldUnicodeComment:function(){var E=this.extraFields[25461];if(E){var x=f(E.value);return x.readInt(1)!==1||p(this.fileComment)!==x.readInt(4)?null:g.utf8decode(x.readData(E.length-5))}return null}},l.exports=y},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(i,l,u){function f(x,w,k){this.name=x,this.dir=k.dir,this.date=k.date,this.comment=k.comment,this.unixPermissions=k.unixPermissions,this.dosPermissions=k.dosPermissions,this._data=w,this._dataBinary=k.binary,this.options={compression:k.compression,compressionOptions:k.compressionOptions}}var c=i("./stream/StreamHelper"),d=i("./stream/DataWorker"),p=i("./utf8"),g=i("./compressedObject"),A=i("./stream/GenericWorker");f.prototype={internalStream:function(x){var w=null,k="string";try{if(!x)throw new Error("No output type specified.");var C=(k=x.toLowerCase())==="string"||k==="text";k!=="binarystring"&&k!=="text"||(k="string"),w=this._decompressWorker();var D=!this._dataBinary;D&&!C&&(w=w.pipe(new p.Utf8EncodeWorker)),!D&&C&&(w=w.pipe(new p.Utf8DecodeWorker))}catch(B){(w=new A("error")).error(B)}return new c(w,k,"")},async:function(x,w){return this.internalStream(x).accumulate(w)},nodeStream:function(x,w){return this.internalStream(x||"nodebuffer").toNodejsStream(w)},_compressWorker:function(x,w){if(this._data instanceof g&&this._data.compression.magic===x.magic)return this._data.getCompressedWorker();var k=this._decompressWorker();return this._dataBinary||(k=k.pipe(new p.Utf8EncodeWorker)),g.createWorkerFrom(k,x,w)},_decompressWorker:function(){return this._data instanceof g?this._data.getContentWorker():this._data instanceof A?this._data:new d(this._data)}};for(var m=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],y=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},E=0;E<m.length;E++)f.prototype[m[E]]=y;l.exports=f},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(i,l,u){(function(f){var c,d,p=f.MutationObserver||f.WebKitMutationObserver;if(p){var g=0,A=new p(x),m=f.document.createTextNode("");A.observe(m,{characterData:!0}),c=function(){m.data=g=++g%2}}else if(f.setImmediate||f.MessageChannel===void 0)c="document"in f&&"onreadystatechange"in f.document.createElement("script")?function(){var w=f.document.createElement("script");w.onreadystatechange=function(){x(),w.onreadystatechange=null,w.parentNode.removeChild(w),w=null},f.document.documentElement.appendChild(w)}:function(){setTimeout(x,0)};else{var y=new f.MessageChannel;y.port1.onmessage=x,c=function(){y.port2.postMessage(0)}}var E=[];function x(){var w,k;d=!0;for(var C=E.length;C;){for(k=E,E=[],w=-1;++w<C;)k[w]();C=E.length}d=!1}l.exports=function(w){E.push(w)!==1||d||c()}}).call(this,typeof Wt!="undefined"?Wt:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],37:[function(i,l,u){var f=i("immediate");function c(){}var d={},p=["REJECTED"],g=["FULFILLED"],A=["PENDING"];function m(C){if(typeof C!="function")throw new TypeError("resolver must be a function");this.state=A,this.queue=[],this.outcome=void 0,C!==c&&w(this,C)}function y(C,D,B){this.promise=C,typeof D=="function"&&(this.onFulfilled=D,this.callFulfilled=this.otherCallFulfilled),typeof B=="function"&&(this.onRejected=B,this.callRejected=this.otherCallRejected)}function E(C,D,B){f(function(){var H;try{H=D(B)}catch(F){return d.reject(C,F)}H===C?d.reject(C,new TypeError("Cannot resolve promise with itself")):d.resolve(C,H)})}function x(C){var D=C&&C.then;if(C&&(typeof C=="object"||typeof C=="function")&&typeof D=="function")return function(){D.apply(C,arguments)}}function w(C,D){var B=!1;function H(Z){B||(B=!0,d.reject(C,Z))}function F(Z){B||(B=!0,d.resolve(C,Z))}var j=k(function(){D(F,H)});j.status==="error"&&H(j.value)}function k(C,D){var B={};try{B.value=C(D),B.status="success"}catch(H){B.status="error",B.value=H}return B}(l.exports=m).prototype.finally=function(C){if(typeof C!="function")return this;var D=this.constructor;return this.then(function(B){return D.resolve(C()).then(function(){return B})},function(B){return D.resolve(C()).then(function(){throw B})})},m.prototype.catch=function(C){return this.then(null,C)},m.prototype.then=function(C,D){if(typeof C!="function"&&this.state===g||typeof D!="function"&&this.state===p)return this;var B=new this.constructor(c);return this.state!==A?E(B,this.state===g?C:D,this.outcome):this.queue.push(new y(B,C,D)),B},y.prototype.callFulfilled=function(C){d.resolve(this.promise,C)},y.prototype.otherCallFulfilled=function(C){E(this.promise,this.onFulfilled,C)},y.prototype.callRejected=function(C){d.reject(this.promise,C)},y.prototype.otherCallRejected=function(C){E(this.promise,this.onRejected,C)},d.resolve=function(C,D){var B=k(x,D);if(B.status==="error")return d.reject(C,B.value);var H=B.value;if(H)w(C,H);else{C.state=g,C.outcome=D;for(var F=-1,j=C.queue.length;++F<j;)C.queue[F].callFulfilled(D)}return C},d.reject=function(C,D){C.state=p,C.outcome=D;for(var B=-1,H=C.queue.length;++B<H;)C.queue[B].callRejected(D);return C},m.resolve=function(C){return C instanceof this?C:d.resolve(new this(c),C)},m.reject=function(C){var D=new this(c);return d.reject(D,C)},m.all=function(C){var D=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var B=C.length,H=!1;if(!B)return this.resolve([]);for(var F=new Array(B),j=0,Z=-1,ie=new this(c);++Z<B;)L(C[Z],Z);return ie;function L(G,re){D.resolve(G).then(function(M){F[re]=M,++j!==B||H||(H=!0,d.resolve(ie,F))},function(M){H||(H=!0,d.reject(ie,M))})}},m.race=function(C){var D=this;if(Object.prototype.toString.call(C)!=="[object Array]")return this.reject(new TypeError("must be an array"));var B=C.length,H=!1;if(!B)return this.resolve([]);for(var F=-1,j=new this(c);++F<B;)Z=C[F],D.resolve(Z).then(function(ie){H||(H=!0,d.resolve(j,ie))},function(ie){H||(H=!0,d.reject(j,ie))});var Z;return j}},{immediate:36}],38:[function(i,l,u){var f={};(0,i("./lib/utils/common").assign)(f,i("./lib/deflate"),i("./lib/inflate"),i("./lib/zlib/constants")),l.exports=f},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(i,l,u){var f=i("./zlib/deflate"),c=i("./utils/common"),d=i("./utils/strings"),p=i("./zlib/messages"),g=i("./zlib/zstream"),A=Object.prototype.toString,m=0,y=-1,E=0,x=8;function w(C){if(!(this instanceof w))return new w(C);this.options=c.assign({level:y,method:x,chunkSize:16384,windowBits:15,memLevel:8,strategy:E,to:""},C||{});var D=this.options;D.raw&&0<D.windowBits?D.windowBits=-D.windowBits:D.gzip&&0<D.windowBits&&D.windowBits<16&&(D.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new g,this.strm.avail_out=0;var B=f.deflateInit2(this.strm,D.level,D.method,D.windowBits,D.memLevel,D.strategy);if(B!==m)throw new Error(p[B]);if(D.header&&f.deflateSetHeader(this.strm,D.header),D.dictionary){var H;if(H=typeof D.dictionary=="string"?d.string2buf(D.dictionary):A.call(D.dictionary)==="[object ArrayBuffer]"?new Uint8Array(D.dictionary):D.dictionary,(B=f.deflateSetDictionary(this.strm,H))!==m)throw new Error(p[B]);this._dict_set=!0}}function k(C,D){var B=new w(D);if(B.push(C,!0),B.err)throw B.msg||p[B.err];return B.result}w.prototype.push=function(C,D){var B,H,F=this.strm,j=this.options.chunkSize;if(this.ended)return!1;H=D===~~D?D:D===!0?4:0,typeof C=="string"?F.input=d.string2buf(C):A.call(C)==="[object ArrayBuffer]"?F.input=new Uint8Array(C):F.input=C,F.next_in=0,F.avail_in=F.input.length;do{if(F.avail_out===0&&(F.output=new c.Buf8(j),F.next_out=0,F.avail_out=j),(B=f.deflate(F,H))!==1&&B!==m)return this.onEnd(B),!(this.ended=!0);F.avail_out!==0&&(F.avail_in!==0||H!==4&&H!==2)||(this.options.to==="string"?this.onData(d.buf2binstring(c.shrinkBuf(F.output,F.next_out))):this.onData(c.shrinkBuf(F.output,F.next_out)))}while((0<F.avail_in||F.avail_out===0)&&B!==1);return H===4?(B=f.deflateEnd(this.strm),this.onEnd(B),this.ended=!0,B===m):H!==2||(this.onEnd(m),!(F.avail_out=0))},w.prototype.onData=function(C){this.chunks.push(C)},w.prototype.onEnd=function(C){C===m&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=C,this.msg=this.strm.msg},u.Deflate=w,u.deflate=k,u.deflateRaw=function(C,D){return(D=D||{}).raw=!0,k(C,D)},u.gzip=function(C,D){return(D=D||{}).gzip=!0,k(C,D)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(i,l,u){var f=i("./zlib/inflate"),c=i("./utils/common"),d=i("./utils/strings"),p=i("./zlib/constants"),g=i("./zlib/messages"),A=i("./zlib/zstream"),m=i("./zlib/gzheader"),y=Object.prototype.toString;function E(w){if(!(this instanceof E))return new E(w);this.options=c.assign({chunkSize:16384,windowBits:0,to:""},w||{});var k=this.options;k.raw&&0<=k.windowBits&&k.windowBits<16&&(k.windowBits=-k.windowBits,k.windowBits===0&&(k.windowBits=-15)),!(0<=k.windowBits&&k.windowBits<16)||w&&w.windowBits||(k.windowBits+=32),15<k.windowBits&&k.windowBits<48&&(15&k.windowBits)==0&&(k.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new A,this.strm.avail_out=0;var C=f.inflateInit2(this.strm,k.windowBits);if(C!==p.Z_OK)throw new Error(g[C]);this.header=new m,f.inflateGetHeader(this.strm,this.header)}function x(w,k){var C=new E(k);if(C.push(w,!0),C.err)throw C.msg||g[C.err];return C.result}E.prototype.push=function(w,k){var C,D,B,H,F,j,Z=this.strm,ie=this.options.chunkSize,L=this.options.dictionary,G=!1;if(this.ended)return!1;D=k===~~k?k:k===!0?p.Z_FINISH:p.Z_NO_FLUSH,typeof w=="string"?Z.input=d.binstring2buf(w):y.call(w)==="[object ArrayBuffer]"?Z.input=new Uint8Array(w):Z.input=w,Z.next_in=0,Z.avail_in=Z.input.length;do{if(Z.avail_out===0&&(Z.output=new c.Buf8(ie),Z.next_out=0,Z.avail_out=ie),(C=f.inflate(Z,p.Z_NO_FLUSH))===p.Z_NEED_DICT&&L&&(j=typeof L=="string"?d.string2buf(L):y.call(L)==="[object ArrayBuffer]"?new Uint8Array(L):L,C=f.inflateSetDictionary(this.strm,j)),C===p.Z_BUF_ERROR&&G===!0&&(C=p.Z_OK,G=!1),C!==p.Z_STREAM_END&&C!==p.Z_OK)return this.onEnd(C),!(this.ended=!0);Z.next_out&&(Z.avail_out!==0&&C!==p.Z_STREAM_END&&(Z.avail_in!==0||D!==p.Z_FINISH&&D!==p.Z_SYNC_FLUSH)||(this.options.to==="string"?(B=d.utf8border(Z.output,Z.next_out),H=Z.next_out-B,F=d.buf2string(Z.output,B),Z.next_out=H,Z.avail_out=ie-H,H&&c.arraySet(Z.output,Z.output,B,H,0),this.onData(F)):this.onData(c.shrinkBuf(Z.output,Z.next_out)))),Z.avail_in===0&&Z.avail_out===0&&(G=!0)}while((0<Z.avail_in||Z.avail_out===0)&&C!==p.Z_STREAM_END);return C===p.Z_STREAM_END&&(D=p.Z_FINISH),D===p.Z_FINISH?(C=f.inflateEnd(this.strm),this.onEnd(C),this.ended=!0,C===p.Z_OK):D!==p.Z_SYNC_FLUSH||(this.onEnd(p.Z_OK),!(Z.avail_out=0))},E.prototype.onData=function(w){this.chunks.push(w)},E.prototype.onEnd=function(w){w===p.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=w,this.msg=this.strm.msg},u.Inflate=E,u.inflate=x,u.inflateRaw=function(w,k){return(k=k||{}).raw=!0,x(w,k)},u.ungzip=x},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(i,l,u){var f=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";u.assign=function(p){for(var g=Array.prototype.slice.call(arguments,1);g.length;){var A=g.shift();if(A){if(typeof A!="object")throw new TypeError(A+"must be non-object");for(var m in A)A.hasOwnProperty(m)&&(p[m]=A[m])}}return p},u.shrinkBuf=function(p,g){return p.length===g?p:p.subarray?p.subarray(0,g):(p.length=g,p)};var c={arraySet:function(p,g,A,m,y){if(g.subarray&&p.subarray)p.set(g.subarray(A,A+m),y);else for(var E=0;E<m;E++)p[y+E]=g[A+E]},flattenChunks:function(p){var g,A,m,y,E,x;for(g=m=0,A=p.length;g<A;g++)m+=p[g].length;for(x=new Uint8Array(m),g=y=0,A=p.length;g<A;g++)E=p[g],x.set(E,y),y+=E.length;return x}},d={arraySet:function(p,g,A,m,y){for(var E=0;E<m;E++)p[y+E]=g[A+E]},flattenChunks:function(p){return[].concat.apply([],p)}};u.setTyped=function(p){p?(u.Buf8=Uint8Array,u.Buf16=Uint16Array,u.Buf32=Int32Array,u.assign(u,c)):(u.Buf8=Array,u.Buf16=Array,u.Buf32=Array,u.assign(u,d))},u.setTyped(f)},{}],42:[function(i,l,u){var f=i("./common"),c=!0,d=!0;try{String.fromCharCode.apply(null,[0])}catch(m){c=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(m){d=!1}for(var p=new f.Buf8(256),g=0;g<256;g++)p[g]=252<=g?6:248<=g?5:240<=g?4:224<=g?3:192<=g?2:1;function A(m,y){if(y<65537&&(m.subarray&&d||!m.subarray&&c))return String.fromCharCode.apply(null,f.shrinkBuf(m,y));for(var E="",x=0;x<y;x++)E+=String.fromCharCode(m[x]);return E}p[254]=p[254]=1,u.string2buf=function(m){var y,E,x,w,k,C=m.length,D=0;for(w=0;w<C;w++)(64512&(E=m.charCodeAt(w)))==55296&&w+1<C&&(64512&(x=m.charCodeAt(w+1)))==56320&&(E=65536+(E-55296<<10)+(x-56320),w++),D+=E<128?1:E<2048?2:E<65536?3:4;for(y=new f.Buf8(D),w=k=0;k<D;w++)(64512&(E=m.charCodeAt(w)))==55296&&w+1<C&&(64512&(x=m.charCodeAt(w+1)))==56320&&(E=65536+(E-55296<<10)+(x-56320),w++),E<128?y[k++]=E:(E<2048?y[k++]=192|E>>>6:(E<65536?y[k++]=224|E>>>12:(y[k++]=240|E>>>18,y[k++]=128|E>>>12&63),y[k++]=128|E>>>6&63),y[k++]=128|63&E);return y},u.buf2binstring=function(m){return A(m,m.length)},u.binstring2buf=function(m){for(var y=new f.Buf8(m.length),E=0,x=y.length;E<x;E++)y[E]=m.charCodeAt(E);return y},u.buf2string=function(m,y){var E,x,w,k,C=y||m.length,D=new Array(2*C);for(E=x=0;E<C;)if((w=m[E++])<128)D[x++]=w;else if(4<(k=p[w]))D[x++]=65533,E+=k-1;else{for(w&=k===2?31:k===3?15:7;1<k&&E<C;)w=w<<6|63&m[E++],k--;1<k?D[x++]=65533:w<65536?D[x++]=w:(w-=65536,D[x++]=55296|w>>10&1023,D[x++]=56320|1023&w)}return A(D,x)},u.utf8border=function(m,y){var E;for((y=y||m.length)>m.length&&(y=m.length),E=y-1;0<=E&&(192&m[E])==128;)E--;return E<0||E===0?y:E+p[m[E]]>y?E:y}},{"./common":41}],43:[function(i,l,u){l.exports=function(f,c,d,p){for(var g=65535&f|0,A=f>>>16&65535|0,m=0;d!==0;){for(d-=m=2e3<d?2e3:d;A=A+(g=g+c[p++]|0)|0,--m;);g%=65521,A%=65521}return g|A<<16|0}},{}],44:[function(i,l,u){l.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(i,l,u){var f=function(){for(var c,d=[],p=0;p<256;p++){c=p;for(var g=0;g<8;g++)c=1&c?3988292384^c>>>1:c>>>1;d[p]=c}return d}();l.exports=function(c,d,p,g){var A=f,m=g+p;c^=-1;for(var y=g;y<m;y++)c=c>>>8^A[255&(c^d[y])];return-1^c}},{}],46:[function(i,l,u){var f,c=i("../utils/common"),d=i("./trees"),p=i("./adler32"),g=i("./crc32"),A=i("./messages"),m=0,y=4,E=0,x=-2,w=-1,k=4,C=2,D=8,B=9,H=286,F=30,j=19,Z=2*H+1,ie=15,L=3,G=258,re=G+L+1,M=42,W=113,I=1,ae=2,fe=3,se=4;function ue(v,pe){return v.msg=A[pe],pe}function te(v){return(v<<1)-(4<v?9:0)}function T(v){for(var pe=v.length;0<=--pe;)v[pe]=0}function V(v){var pe=v.state,de=pe.pending;de>v.avail_out&&(de=v.avail_out),de!==0&&(c.arraySet(v.output,pe.pending_buf,pe.pending_out,de,v.next_out),v.next_out+=de,pe.pending_out+=de,v.total_out+=de,v.avail_out-=de,pe.pending-=de,pe.pending===0&&(pe.pending_out=0))}function q(v,pe){d._tr_flush_block(v,0<=v.block_start?v.block_start:-1,v.strstart-v.block_start,pe),v.block_start=v.strstart,V(v.strm)}function Q(v,pe){v.pending_buf[v.pending++]=pe}function ye(v,pe){v.pending_buf[v.pending++]=pe>>>8&255,v.pending_buf[v.pending++]=255&pe}function Se(v,pe){var de,Y,z=v.max_chain_length,U=v.strstart,J=v.prev_length,ge=v.nice_match,$=v.strstart>v.w_size-re?v.strstart-(v.w_size-re):0,Ee=v.window,Re=v.w_mask,be=v.prev,ne=v.strstart+G,ee=Ee[U+J-1],xe=Ee[U+J];v.prev_length>=v.good_match&&(z>>=2),ge>v.lookahead&&(ge=v.lookahead);do if(Ee[(de=pe)+J]===xe&&Ee[de+J-1]===ee&&Ee[de]===Ee[U]&&Ee[++de]===Ee[U+1]){U+=2,de++;do;while(Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&Ee[++U]===Ee[++de]&&U<ne);if(Y=G-(ne-U),U=ne-G,J<Y){if(v.match_start=pe,ge<=(J=Y))break;ee=Ee[U+J-1],xe=Ee[U+J]}}while((pe=be[pe&Re])>$&&--z!=0);return J<=v.lookahead?J:v.lookahead}function Oe(v){var pe,de,Y,z,U,J,ge,$,Ee,Re,be=v.w_size;do{if(z=v.window_size-v.lookahead-v.strstart,v.strstart>=be+(be-re)){for(c.arraySet(v.window,v.window,be,be,0),v.match_start-=be,v.strstart-=be,v.block_start-=be,pe=de=v.hash_size;Y=v.head[--pe],v.head[pe]=be<=Y?Y-be:0,--de;);for(pe=de=be;Y=v.prev[--pe],v.prev[pe]=be<=Y?Y-be:0,--de;);z+=be}if(v.strm.avail_in===0)break;if(J=v.strm,ge=v.window,$=v.strstart+v.lookahead,Ee=z,Re=void 0,Re=J.avail_in,Ee<Re&&(Re=Ee),de=Re===0?0:(J.avail_in-=Re,c.arraySet(ge,J.input,J.next_in,Re,$),J.state.wrap===1?J.adler=p(J.adler,ge,Re,$):J.state.wrap===2&&(J.adler=g(J.adler,ge,Re,$)),J.next_in+=Re,J.total_in+=Re,Re),v.lookahead+=de,v.lookahead+v.insert>=L)for(U=v.strstart-v.insert,v.ins_h=v.window[U],v.ins_h=(v.ins_h<<v.hash_shift^v.window[U+1])&v.hash_mask;v.insert&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[U+L-1])&v.hash_mask,v.prev[U&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=U,U++,v.insert--,!(v.lookahead+v.insert<L)););}while(v.lookahead<re&&v.strm.avail_in!==0)}function He(v,pe){for(var de,Y;;){if(v.lookahead<re){if(Oe(v),v.lookahead<re&&pe===m)return I;if(v.lookahead===0)break}if(de=0,v.lookahead>=L&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+L-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),de!==0&&v.strstart-de<=v.w_size-re&&(v.match_length=Se(v,de)),v.match_length>=L)if(Y=d._tr_tally(v,v.strstart-v.match_start,v.match_length-L),v.lookahead-=v.match_length,v.match_length<=v.max_lazy_match&&v.lookahead>=L){for(v.match_length--;v.strstart++,v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+L-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart,--v.match_length!=0;);v.strstart++}else v.strstart+=v.match_length,v.match_length=0,v.ins_h=v.window[v.strstart],v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+1])&v.hash_mask;else Y=d._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++;if(Y&&(q(v,!1),v.strm.avail_out===0))return I}return v.insert=v.strstart<L-1?v.strstart:L-1,pe===y?(q(v,!0),v.strm.avail_out===0?fe:se):v.last_lit&&(q(v,!1),v.strm.avail_out===0)?I:ae}function Ue(v,pe){for(var de,Y,z;;){if(v.lookahead<re){if(Oe(v),v.lookahead<re&&pe===m)return I;if(v.lookahead===0)break}if(de=0,v.lookahead>=L&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+L-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),v.prev_length=v.match_length,v.prev_match=v.match_start,v.match_length=L-1,de!==0&&v.prev_length<v.max_lazy_match&&v.strstart-de<=v.w_size-re&&(v.match_length=Se(v,de),v.match_length<=5&&(v.strategy===1||v.match_length===L&&4096<v.strstart-v.match_start)&&(v.match_length=L-1)),v.prev_length>=L&&v.match_length<=v.prev_length){for(z=v.strstart+v.lookahead-L,Y=d._tr_tally(v,v.strstart-1-v.prev_match,v.prev_length-L),v.lookahead-=v.prev_length-1,v.prev_length-=2;++v.strstart<=z&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+L-1])&v.hash_mask,de=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),--v.prev_length!=0;);if(v.match_available=0,v.match_length=L-1,v.strstart++,Y&&(q(v,!1),v.strm.avail_out===0))return I}else if(v.match_available){if((Y=d._tr_tally(v,0,v.window[v.strstart-1]))&&q(v,!1),v.strstart++,v.lookahead--,v.strm.avail_out===0)return I}else v.match_available=1,v.strstart++,v.lookahead--}return v.match_available&&(Y=d._tr_tally(v,0,v.window[v.strstart-1]),v.match_available=0),v.insert=v.strstart<L-1?v.strstart:L-1,pe===y?(q(v,!0),v.strm.avail_out===0?fe:se):v.last_lit&&(q(v,!1),v.strm.avail_out===0)?I:ae}function Le(v,pe,de,Y,z){this.good_length=v,this.max_lazy=pe,this.nice_length=de,this.max_chain=Y,this.func=z}function et(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=D,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new c.Buf16(2*Z),this.dyn_dtree=new c.Buf16(2*(2*F+1)),this.bl_tree=new c.Buf16(2*(2*j+1)),T(this.dyn_ltree),T(this.dyn_dtree),T(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new c.Buf16(ie+1),this.heap=new c.Buf16(2*H+1),T(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new c.Buf16(2*H+1),T(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function rt(v){var pe;return v&&v.state?(v.total_in=v.total_out=0,v.data_type=C,(pe=v.state).pending=0,pe.pending_out=0,pe.wrap<0&&(pe.wrap=-pe.wrap),pe.status=pe.wrap?M:W,v.adler=pe.wrap===2?0:1,pe.last_flush=m,d._tr_init(pe),E):ue(v,x)}function Et(v){var pe=rt(v);return pe===E&&function(de){de.window_size=2*de.w_size,T(de.head),de.max_lazy_match=f[de.level].max_lazy,de.good_match=f[de.level].good_length,de.nice_match=f[de.level].nice_length,de.max_chain_length=f[de.level].max_chain,de.strstart=0,de.block_start=0,de.lookahead=0,de.insert=0,de.match_length=de.prev_length=L-1,de.match_available=0,de.ins_h=0}(v.state),pe}function Dt(v,pe,de,Y,z,U){if(!v)return x;var J=1;if(pe===w&&(pe=6),Y<0?(J=0,Y=-Y):15<Y&&(J=2,Y-=16),z<1||B<z||de!==D||Y<8||15<Y||pe<0||9<pe||U<0||k<U)return ue(v,x);Y===8&&(Y=9);var ge=new et;return(v.state=ge).strm=v,ge.wrap=J,ge.gzhead=null,ge.w_bits=Y,ge.w_size=1<<ge.w_bits,ge.w_mask=ge.w_size-1,ge.hash_bits=z+7,ge.hash_size=1<<ge.hash_bits,ge.hash_mask=ge.hash_size-1,ge.hash_shift=~~((ge.hash_bits+L-1)/L),ge.window=new c.Buf8(2*ge.w_size),ge.head=new c.Buf16(ge.hash_size),ge.prev=new c.Buf16(ge.w_size),ge.lit_bufsize=1<<z+6,ge.pending_buf_size=4*ge.lit_bufsize,ge.pending_buf=new c.Buf8(ge.pending_buf_size),ge.d_buf=1*ge.lit_bufsize,ge.l_buf=3*ge.lit_bufsize,ge.level=pe,ge.strategy=U,ge.method=de,Et(v)}f=[new Le(0,0,0,0,function(v,pe){var de=65535;for(de>v.pending_buf_size-5&&(de=v.pending_buf_size-5);;){if(v.lookahead<=1){if(Oe(v),v.lookahead===0&&pe===m)return I;if(v.lookahead===0)break}v.strstart+=v.lookahead,v.lookahead=0;var Y=v.block_start+de;if((v.strstart===0||v.strstart>=Y)&&(v.lookahead=v.strstart-Y,v.strstart=Y,q(v,!1),v.strm.avail_out===0)||v.strstart-v.block_start>=v.w_size-re&&(q(v,!1),v.strm.avail_out===0))return I}return v.insert=0,pe===y?(q(v,!0),v.strm.avail_out===0?fe:se):(v.strstart>v.block_start&&(q(v,!1),v.strm.avail_out),I)}),new Le(4,4,8,4,He),new Le(4,5,16,8,He),new Le(4,6,32,32,He),new Le(4,4,16,16,Ue),new Le(8,16,32,32,Ue),new Le(8,16,128,128,Ue),new Le(8,32,128,256,Ue),new Le(32,128,258,1024,Ue),new Le(32,258,258,4096,Ue)],u.deflateInit=function(v,pe){return Dt(v,pe,D,15,8,0)},u.deflateInit2=Dt,u.deflateReset=Et,u.deflateResetKeep=rt,u.deflateSetHeader=function(v,pe){return v&&v.state?v.state.wrap!==2?x:(v.state.gzhead=pe,E):x},u.deflate=function(v,pe){var de,Y,z,U;if(!v||!v.state||5<pe||pe<0)return v?ue(v,x):x;if(Y=v.state,!v.output||!v.input&&v.avail_in!==0||Y.status===666&&pe!==y)return ue(v,v.avail_out===0?-5:x);if(Y.strm=v,de=Y.last_flush,Y.last_flush=pe,Y.status===M)if(Y.wrap===2)v.adler=0,Q(Y,31),Q(Y,139),Q(Y,8),Y.gzhead?(Q(Y,(Y.gzhead.text?1:0)+(Y.gzhead.hcrc?2:0)+(Y.gzhead.extra?4:0)+(Y.gzhead.name?8:0)+(Y.gzhead.comment?16:0)),Q(Y,255&Y.gzhead.time),Q(Y,Y.gzhead.time>>8&255),Q(Y,Y.gzhead.time>>16&255),Q(Y,Y.gzhead.time>>24&255),Q(Y,Y.level===9?2:2<=Y.strategy||Y.level<2?4:0),Q(Y,255&Y.gzhead.os),Y.gzhead.extra&&Y.gzhead.extra.length&&(Q(Y,255&Y.gzhead.extra.length),Q(Y,Y.gzhead.extra.length>>8&255)),Y.gzhead.hcrc&&(v.adler=g(v.adler,Y.pending_buf,Y.pending,0)),Y.gzindex=0,Y.status=69):(Q(Y,0),Q(Y,0),Q(Y,0),Q(Y,0),Q(Y,0),Q(Y,Y.level===9?2:2<=Y.strategy||Y.level<2?4:0),Q(Y,3),Y.status=W);else{var J=D+(Y.w_bits-8<<4)<<8;J|=(2<=Y.strategy||Y.level<2?0:Y.level<6?1:Y.level===6?2:3)<<6,Y.strstart!==0&&(J|=32),J+=31-J%31,Y.status=W,ye(Y,J),Y.strstart!==0&&(ye(Y,v.adler>>>16),ye(Y,65535&v.adler)),v.adler=1}if(Y.status===69)if(Y.gzhead.extra){for(z=Y.pending;Y.gzindex<(65535&Y.gzhead.extra.length)&&(Y.pending!==Y.pending_buf_size||(Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),V(v),z=Y.pending,Y.pending!==Y.pending_buf_size));)Q(Y,255&Y.gzhead.extra[Y.gzindex]),Y.gzindex++;Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),Y.gzindex===Y.gzhead.extra.length&&(Y.gzindex=0,Y.status=73)}else Y.status=73;if(Y.status===73)if(Y.gzhead.name){z=Y.pending;do{if(Y.pending===Y.pending_buf_size&&(Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),V(v),z=Y.pending,Y.pending===Y.pending_buf_size)){U=1;break}U=Y.gzindex<Y.gzhead.name.length?255&Y.gzhead.name.charCodeAt(Y.gzindex++):0,Q(Y,U)}while(U!==0);Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),U===0&&(Y.gzindex=0,Y.status=91)}else Y.status=91;if(Y.status===91)if(Y.gzhead.comment){z=Y.pending;do{if(Y.pending===Y.pending_buf_size&&(Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),V(v),z=Y.pending,Y.pending===Y.pending_buf_size)){U=1;break}U=Y.gzindex<Y.gzhead.comment.length?255&Y.gzhead.comment.charCodeAt(Y.gzindex++):0,Q(Y,U)}while(U!==0);Y.gzhead.hcrc&&Y.pending>z&&(v.adler=g(v.adler,Y.pending_buf,Y.pending-z,z)),U===0&&(Y.status=103)}else Y.status=103;if(Y.status===103&&(Y.gzhead.hcrc?(Y.pending+2>Y.pending_buf_size&&V(v),Y.pending+2<=Y.pending_buf_size&&(Q(Y,255&v.adler),Q(Y,v.adler>>8&255),v.adler=0,Y.status=W)):Y.status=W),Y.pending!==0){if(V(v),v.avail_out===0)return Y.last_flush=-1,E}else if(v.avail_in===0&&te(pe)<=te(de)&&pe!==y)return ue(v,-5);if(Y.status===666&&v.avail_in!==0)return ue(v,-5);if(v.avail_in!==0||Y.lookahead!==0||pe!==m&&Y.status!==666){var ge=Y.strategy===2?function($,Ee){for(var Re;;){if($.lookahead===0&&(Oe($),$.lookahead===0)){if(Ee===m)return I;break}if($.match_length=0,Re=d._tr_tally($,0,$.window[$.strstart]),$.lookahead--,$.strstart++,Re&&(q($,!1),$.strm.avail_out===0))return I}return $.insert=0,Ee===y?(q($,!0),$.strm.avail_out===0?fe:se):$.last_lit&&(q($,!1),$.strm.avail_out===0)?I:ae}(Y,pe):Y.strategy===3?function($,Ee){for(var Re,be,ne,ee,xe=$.window;;){if($.lookahead<=G){if(Oe($),$.lookahead<=G&&Ee===m)return I;if($.lookahead===0)break}if($.match_length=0,$.lookahead>=L&&0<$.strstart&&(be=xe[ne=$.strstart-1])===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]){ee=$.strstart+G;do;while(be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&be===xe[++ne]&&ne<ee);$.match_length=G-(ee-ne),$.match_length>$.lookahead&&($.match_length=$.lookahead)}if($.match_length>=L?(Re=d._tr_tally($,1,$.match_length-L),$.lookahead-=$.match_length,$.strstart+=$.match_length,$.match_length=0):(Re=d._tr_tally($,0,$.window[$.strstart]),$.lookahead--,$.strstart++),Re&&(q($,!1),$.strm.avail_out===0))return I}return $.insert=0,Ee===y?(q($,!0),$.strm.avail_out===0?fe:se):$.last_lit&&(q($,!1),$.strm.avail_out===0)?I:ae}(Y,pe):f[Y.level].func(Y,pe);if(ge!==fe&&ge!==se||(Y.status=666),ge===I||ge===fe)return v.avail_out===0&&(Y.last_flush=-1),E;if(ge===ae&&(pe===1?d._tr_align(Y):pe!==5&&(d._tr_stored_block(Y,0,0,!1),pe===3&&(T(Y.head),Y.lookahead===0&&(Y.strstart=0,Y.block_start=0,Y.insert=0))),V(v),v.avail_out===0))return Y.last_flush=-1,E}return pe!==y?E:Y.wrap<=0?1:(Y.wrap===2?(Q(Y,255&v.adler),Q(Y,v.adler>>8&255),Q(Y,v.adler>>16&255),Q(Y,v.adler>>24&255),Q(Y,255&v.total_in),Q(Y,v.total_in>>8&255),Q(Y,v.total_in>>16&255),Q(Y,v.total_in>>24&255)):(ye(Y,v.adler>>>16),ye(Y,65535&v.adler)),V(v),0<Y.wrap&&(Y.wrap=-Y.wrap),Y.pending!==0?E:1)},u.deflateEnd=function(v){var pe;return v&&v.state?(pe=v.state.status)!==M&&pe!==69&&pe!==73&&pe!==91&&pe!==103&&pe!==W&&pe!==666?ue(v,x):(v.state=null,pe===W?ue(v,-3):E):x},u.deflateSetDictionary=function(v,pe){var de,Y,z,U,J,ge,$,Ee,Re=pe.length;if(!v||!v.state||(U=(de=v.state).wrap)===2||U===1&&de.status!==M||de.lookahead)return x;for(U===1&&(v.adler=p(v.adler,pe,Re,0)),de.wrap=0,Re>=de.w_size&&(U===0&&(T(de.head),de.strstart=0,de.block_start=0,de.insert=0),Ee=new c.Buf8(de.w_size),c.arraySet(Ee,pe,Re-de.w_size,de.w_size,0),pe=Ee,Re=de.w_size),J=v.avail_in,ge=v.next_in,$=v.input,v.avail_in=Re,v.next_in=0,v.input=pe,Oe(de);de.lookahead>=L;){for(Y=de.strstart,z=de.lookahead-(L-1);de.ins_h=(de.ins_h<<de.hash_shift^de.window[Y+L-1])&de.hash_mask,de.prev[Y&de.w_mask]=de.head[de.ins_h],de.head[de.ins_h]=Y,Y++,--z;);de.strstart=Y,de.lookahead=L-1,Oe(de)}return de.strstart+=de.lookahead,de.block_start=de.strstart,de.insert=de.lookahead,de.lookahead=0,de.match_length=de.prev_length=L-1,de.match_available=0,v.next_in=ge,v.input=$,v.avail_in=J,de.wrap=U,E},u.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(i,l,u){l.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(i,l,u){l.exports=function(f,c){var d,p,g,A,m,y,E,x,w,k,C,D,B,H,F,j,Z,ie,L,G,re,M,W,I,ae;d=f.state,p=f.next_in,I=f.input,g=p+(f.avail_in-5),A=f.next_out,ae=f.output,m=A-(c-f.avail_out),y=A+(f.avail_out-257),E=d.dmax,x=d.wsize,w=d.whave,k=d.wnext,C=d.window,D=d.hold,B=d.bits,H=d.lencode,F=d.distcode,j=(1<<d.lenbits)-1,Z=(1<<d.distbits)-1;e:do{B<15&&(D+=I[p++]<<B,B+=8,D+=I[p++]<<B,B+=8),ie=H[D&j];t:for(;;){if(D>>>=L=ie>>>24,B-=L,(L=ie>>>16&255)===0)ae[A++]=65535&ie;else{if(!(16&L)){if((64&L)==0){ie=H[(65535&ie)+(D&(1<<L)-1)];continue t}if(32&L){d.mode=12;break e}f.msg="invalid literal/length code",d.mode=30;break e}G=65535&ie,(L&=15)&&(B<L&&(D+=I[p++]<<B,B+=8),G+=D&(1<<L)-1,D>>>=L,B-=L),B<15&&(D+=I[p++]<<B,B+=8,D+=I[p++]<<B,B+=8),ie=F[D&Z];n:for(;;){if(D>>>=L=ie>>>24,B-=L,!(16&(L=ie>>>16&255))){if((64&L)==0){ie=F[(65535&ie)+(D&(1<<L)-1)];continue n}f.msg="invalid distance code",d.mode=30;break e}if(re=65535&ie,B<(L&=15)&&(D+=I[p++]<<B,(B+=8)<L&&(D+=I[p++]<<B,B+=8)),E<(re+=D&(1<<L)-1)){f.msg="invalid distance too far back",d.mode=30;break e}if(D>>>=L,B-=L,(L=A-m)<re){if(w<(L=re-L)&&d.sane){f.msg="invalid distance too far back",d.mode=30;break e}if(W=C,(M=0)===k){if(M+=x-L,L<G){for(G-=L;ae[A++]=C[M++],--L;);M=A-re,W=ae}}else if(k<L){if(M+=x+k-L,(L-=k)<G){for(G-=L;ae[A++]=C[M++],--L;);if(M=0,k<G){for(G-=L=k;ae[A++]=C[M++],--L;);M=A-re,W=ae}}}else if(M+=k-L,L<G){for(G-=L;ae[A++]=C[M++],--L;);M=A-re,W=ae}for(;2<G;)ae[A++]=W[M++],ae[A++]=W[M++],ae[A++]=W[M++],G-=3;G&&(ae[A++]=W[M++],1<G&&(ae[A++]=W[M++]))}else{for(M=A-re;ae[A++]=ae[M++],ae[A++]=ae[M++],ae[A++]=ae[M++],2<(G-=3););G&&(ae[A++]=ae[M++],1<G&&(ae[A++]=ae[M++]))}break}}break}}while(p<g&&A<y);p-=G=B>>3,D&=(1<<(B-=G<<3))-1,f.next_in=p,f.next_out=A,f.avail_in=p<g?g-p+5:5-(p-g),f.avail_out=A<y?y-A+257:257-(A-y),d.hold=D,d.bits=B}},{}],49:[function(i,l,u){var f=i("../utils/common"),c=i("./adler32"),d=i("./crc32"),p=i("./inffast"),g=i("./inftrees"),A=1,m=2,y=0,E=-2,x=1,w=852,k=592;function C(M){return(M>>>24&255)+(M>>>8&65280)+((65280&M)<<8)+((255&M)<<24)}function D(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new f.Buf16(320),this.work=new f.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function B(M){var W;return M&&M.state?(W=M.state,M.total_in=M.total_out=W.total=0,M.msg="",W.wrap&&(M.adler=1&W.wrap),W.mode=x,W.last=0,W.havedict=0,W.dmax=32768,W.head=null,W.hold=0,W.bits=0,W.lencode=W.lendyn=new f.Buf32(w),W.distcode=W.distdyn=new f.Buf32(k),W.sane=1,W.back=-1,y):E}function H(M){var W;return M&&M.state?((W=M.state).wsize=0,W.whave=0,W.wnext=0,B(M)):E}function F(M,W){var I,ae;return M&&M.state?(ae=M.state,W<0?(I=0,W=-W):(I=1+(W>>4),W<48&&(W&=15)),W&&(W<8||15<W)?E:(ae.window!==null&&ae.wbits!==W&&(ae.window=null),ae.wrap=I,ae.wbits=W,H(M))):E}function j(M,W){var I,ae;return M?(ae=new D,(M.state=ae).window=null,(I=F(M,W))!==y&&(M.state=null),I):E}var Z,ie,L=!0;function G(M){if(L){var W;for(Z=new f.Buf32(512),ie=new f.Buf32(32),W=0;W<144;)M.lens[W++]=8;for(;W<256;)M.lens[W++]=9;for(;W<280;)M.lens[W++]=7;for(;W<288;)M.lens[W++]=8;for(g(A,M.lens,0,288,Z,0,M.work,{bits:9}),W=0;W<32;)M.lens[W++]=5;g(m,M.lens,0,32,ie,0,M.work,{bits:5}),L=!1}M.lencode=Z,M.lenbits=9,M.distcode=ie,M.distbits=5}function re(M,W,I,ae){var fe,se=M.state;return se.window===null&&(se.wsize=1<<se.wbits,se.wnext=0,se.whave=0,se.window=new f.Buf8(se.wsize)),ae>=se.wsize?(f.arraySet(se.window,W,I-se.wsize,se.wsize,0),se.wnext=0,se.whave=se.wsize):(ae<(fe=se.wsize-se.wnext)&&(fe=ae),f.arraySet(se.window,W,I-ae,fe,se.wnext),(ae-=fe)?(f.arraySet(se.window,W,I-ae,ae,0),se.wnext=ae,se.whave=se.wsize):(se.wnext+=fe,se.wnext===se.wsize&&(se.wnext=0),se.whave<se.wsize&&(se.whave+=fe))),0}u.inflateReset=H,u.inflateReset2=F,u.inflateResetKeep=B,u.inflateInit=function(M){return j(M,15)},u.inflateInit2=j,u.inflate=function(M,W){var I,ae,fe,se,ue,te,T,V,q,Q,ye,Se,Oe,He,Ue,Le,et,rt,Et,Dt,v,pe,de,Y,z=0,U=new f.Buf8(4),J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!M||!M.state||!M.output||!M.input&&M.avail_in!==0)return E;(I=M.state).mode===12&&(I.mode=13),ue=M.next_out,fe=M.output,T=M.avail_out,se=M.next_in,ae=M.input,te=M.avail_in,V=I.hold,q=I.bits,Q=te,ye=T,pe=y;e:for(;;)switch(I.mode){case x:if(I.wrap===0){I.mode=13;break}for(;q<16;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(2&I.wrap&&V===35615){U[I.check=0]=255&V,U[1]=V>>>8&255,I.check=d(I.check,U,2,0),q=V=0,I.mode=2;break}if(I.flags=0,I.head&&(I.head.done=!1),!(1&I.wrap)||(((255&V)<<8)+(V>>8))%31){M.msg="incorrect header check",I.mode=30;break}if((15&V)!=8){M.msg="unknown compression method",I.mode=30;break}if(q-=4,v=8+(15&(V>>>=4)),I.wbits===0)I.wbits=v;else if(v>I.wbits){M.msg="invalid window size",I.mode=30;break}I.dmax=1<<v,M.adler=I.check=1,I.mode=512&V?10:12,q=V=0;break;case 2:for(;q<16;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(I.flags=V,(255&I.flags)!=8){M.msg="unknown compression method",I.mode=30;break}if(57344&I.flags){M.msg="unknown header flags set",I.mode=30;break}I.head&&(I.head.text=V>>8&1),512&I.flags&&(U[0]=255&V,U[1]=V>>>8&255,I.check=d(I.check,U,2,0)),q=V=0,I.mode=3;case 3:for(;q<32;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.head&&(I.head.time=V),512&I.flags&&(U[0]=255&V,U[1]=V>>>8&255,U[2]=V>>>16&255,U[3]=V>>>24&255,I.check=d(I.check,U,4,0)),q=V=0,I.mode=4;case 4:for(;q<16;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.head&&(I.head.xflags=255&V,I.head.os=V>>8),512&I.flags&&(U[0]=255&V,U[1]=V>>>8&255,I.check=d(I.check,U,2,0)),q=V=0,I.mode=5;case 5:if(1024&I.flags){for(;q<16;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.length=V,I.head&&(I.head.extra_len=V),512&I.flags&&(U[0]=255&V,U[1]=V>>>8&255,I.check=d(I.check,U,2,0)),q=V=0}else I.head&&(I.head.extra=null);I.mode=6;case 6:if(1024&I.flags&&(te<(Se=I.length)&&(Se=te),Se&&(I.head&&(v=I.head.extra_len-I.length,I.head.extra||(I.head.extra=new Array(I.head.extra_len)),f.arraySet(I.head.extra,ae,se,Se,v)),512&I.flags&&(I.check=d(I.check,ae,Se,se)),te-=Se,se+=Se,I.length-=Se),I.length))break e;I.length=0,I.mode=7;case 7:if(2048&I.flags){if(te===0)break e;for(Se=0;v=ae[se+Se++],I.head&&v&&I.length<65536&&(I.head.name+=String.fromCharCode(v)),v&&Se<te;);if(512&I.flags&&(I.check=d(I.check,ae,Se,se)),te-=Se,se+=Se,v)break e}else I.head&&(I.head.name=null);I.length=0,I.mode=8;case 8:if(4096&I.flags){if(te===0)break e;for(Se=0;v=ae[se+Se++],I.head&&v&&I.length<65536&&(I.head.comment+=String.fromCharCode(v)),v&&Se<te;);if(512&I.flags&&(I.check=d(I.check,ae,Se,se)),te-=Se,se+=Se,v)break e}else I.head&&(I.head.comment=null);I.mode=9;case 9:if(512&I.flags){for(;q<16;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(V!==(65535&I.check)){M.msg="header crc mismatch",I.mode=30;break}q=V=0}I.head&&(I.head.hcrc=I.flags>>9&1,I.head.done=!0),M.adler=I.check=0,I.mode=12;break;case 10:for(;q<32;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}M.adler=I.check=C(V),q=V=0,I.mode=11;case 11:if(I.havedict===0)return M.next_out=ue,M.avail_out=T,M.next_in=se,M.avail_in=te,I.hold=V,I.bits=q,2;M.adler=I.check=1,I.mode=12;case 12:if(W===5||W===6)break e;case 13:if(I.last){V>>>=7&q,q-=7&q,I.mode=27;break}for(;q<3;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}switch(I.last=1&V,q-=1,3&(V>>>=1)){case 0:I.mode=14;break;case 1:if(G(I),I.mode=20,W!==6)break;V>>>=2,q-=2;break e;case 2:I.mode=17;break;case 3:M.msg="invalid block type",I.mode=30}V>>>=2,q-=2;break;case 14:for(V>>>=7&q,q-=7&q;q<32;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if((65535&V)!=(V>>>16^65535)){M.msg="invalid stored block lengths",I.mode=30;break}if(I.length=65535&V,q=V=0,I.mode=15,W===6)break e;case 15:I.mode=16;case 16:if(Se=I.length){if(te<Se&&(Se=te),T<Se&&(Se=T),Se===0)break e;f.arraySet(fe,ae,se,Se,ue),te-=Se,se+=Se,T-=Se,ue+=Se,I.length-=Se;break}I.mode=12;break;case 17:for(;q<14;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(I.nlen=257+(31&V),V>>>=5,q-=5,I.ndist=1+(31&V),V>>>=5,q-=5,I.ncode=4+(15&V),V>>>=4,q-=4,286<I.nlen||30<I.ndist){M.msg="too many length or distance symbols",I.mode=30;break}I.have=0,I.mode=18;case 18:for(;I.have<I.ncode;){for(;q<3;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.lens[J[I.have++]]=7&V,V>>>=3,q-=3}for(;I.have<19;)I.lens[J[I.have++]]=0;if(I.lencode=I.lendyn,I.lenbits=7,de={bits:I.lenbits},pe=g(0,I.lens,0,19,I.lencode,0,I.work,de),I.lenbits=de.bits,pe){M.msg="invalid code lengths set",I.mode=30;break}I.have=0,I.mode=19;case 19:for(;I.have<I.nlen+I.ndist;){for(;Le=(z=I.lencode[V&(1<<I.lenbits)-1])>>>16&255,et=65535&z,!((Ue=z>>>24)<=q);){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(et<16)V>>>=Ue,q-=Ue,I.lens[I.have++]=et;else{if(et===16){for(Y=Ue+2;q<Y;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(V>>>=Ue,q-=Ue,I.have===0){M.msg="invalid bit length repeat",I.mode=30;break}v=I.lens[I.have-1],Se=3+(3&V),V>>>=2,q-=2}else if(et===17){for(Y=Ue+3;q<Y;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}q-=Ue,v=0,Se=3+(7&(V>>>=Ue)),V>>>=3,q-=3}else{for(Y=Ue+7;q<Y;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}q-=Ue,v=0,Se=11+(127&(V>>>=Ue)),V>>>=7,q-=7}if(I.have+Se>I.nlen+I.ndist){M.msg="invalid bit length repeat",I.mode=30;break}for(;Se--;)I.lens[I.have++]=v}}if(I.mode===30)break;if(I.lens[256]===0){M.msg="invalid code -- missing end-of-block",I.mode=30;break}if(I.lenbits=9,de={bits:I.lenbits},pe=g(A,I.lens,0,I.nlen,I.lencode,0,I.work,de),I.lenbits=de.bits,pe){M.msg="invalid literal/lengths set",I.mode=30;break}if(I.distbits=6,I.distcode=I.distdyn,de={bits:I.distbits},pe=g(m,I.lens,I.nlen,I.ndist,I.distcode,0,I.work,de),I.distbits=de.bits,pe){M.msg="invalid distances set",I.mode=30;break}if(I.mode=20,W===6)break e;case 20:I.mode=21;case 21:if(6<=te&&258<=T){M.next_out=ue,M.avail_out=T,M.next_in=se,M.avail_in=te,I.hold=V,I.bits=q,p(M,ye),ue=M.next_out,fe=M.output,T=M.avail_out,se=M.next_in,ae=M.input,te=M.avail_in,V=I.hold,q=I.bits,I.mode===12&&(I.back=-1);break}for(I.back=0;Le=(z=I.lencode[V&(1<<I.lenbits)-1])>>>16&255,et=65535&z,!((Ue=z>>>24)<=q);){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(Le&&(240&Le)==0){for(rt=Ue,Et=Le,Dt=et;Le=(z=I.lencode[Dt+((V&(1<<rt+Et)-1)>>rt)])>>>16&255,et=65535&z,!(rt+(Ue=z>>>24)<=q);){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}V>>>=rt,q-=rt,I.back+=rt}if(V>>>=Ue,q-=Ue,I.back+=Ue,I.length=et,Le===0){I.mode=26;break}if(32&Le){I.back=-1,I.mode=12;break}if(64&Le){M.msg="invalid literal/length code",I.mode=30;break}I.extra=15&Le,I.mode=22;case 22:if(I.extra){for(Y=I.extra;q<Y;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.length+=V&(1<<I.extra)-1,V>>>=I.extra,q-=I.extra,I.back+=I.extra}I.was=I.length,I.mode=23;case 23:for(;Le=(z=I.distcode[V&(1<<I.distbits)-1])>>>16&255,et=65535&z,!((Ue=z>>>24)<=q);){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if((240&Le)==0){for(rt=Ue,Et=Le,Dt=et;Le=(z=I.distcode[Dt+((V&(1<<rt+Et)-1)>>rt)])>>>16&255,et=65535&z,!(rt+(Ue=z>>>24)<=q);){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}V>>>=rt,q-=rt,I.back+=rt}if(V>>>=Ue,q-=Ue,I.back+=Ue,64&Le){M.msg="invalid distance code",I.mode=30;break}I.offset=et,I.extra=15&Le,I.mode=24;case 24:if(I.extra){for(Y=I.extra;q<Y;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}I.offset+=V&(1<<I.extra)-1,V>>>=I.extra,q-=I.extra,I.back+=I.extra}if(I.offset>I.dmax){M.msg="invalid distance too far back",I.mode=30;break}I.mode=25;case 25:if(T===0)break e;if(Se=ye-T,I.offset>Se){if((Se=I.offset-Se)>I.whave&&I.sane){M.msg="invalid distance too far back",I.mode=30;break}Oe=Se>I.wnext?(Se-=I.wnext,I.wsize-Se):I.wnext-Se,Se>I.length&&(Se=I.length),He=I.window}else He=fe,Oe=ue-I.offset,Se=I.length;for(T<Se&&(Se=T),T-=Se,I.length-=Se;fe[ue++]=He[Oe++],--Se;);I.length===0&&(I.mode=21);break;case 26:if(T===0)break e;fe[ue++]=I.length,T--,I.mode=21;break;case 27:if(I.wrap){for(;q<32;){if(te===0)break e;te--,V|=ae[se++]<<q,q+=8}if(ye-=T,M.total_out+=ye,I.total+=ye,ye&&(M.adler=I.check=I.flags?d(I.check,fe,ye,ue-ye):c(I.check,fe,ye,ue-ye)),ye=T,(I.flags?V:C(V))!==I.check){M.msg="incorrect data check",I.mode=30;break}q=V=0}I.mode=28;case 28:if(I.wrap&&I.flags){for(;q<32;){if(te===0)break e;te--,V+=ae[se++]<<q,q+=8}if(V!==(4294967295&I.total)){M.msg="incorrect length check",I.mode=30;break}q=V=0}I.mode=29;case 29:pe=1;break e;case 30:pe=-3;break e;case 31:return-4;case 32:default:return E}return M.next_out=ue,M.avail_out=T,M.next_in=se,M.avail_in=te,I.hold=V,I.bits=q,(I.wsize||ye!==M.avail_out&&I.mode<30&&(I.mode<27||W!==4))&&re(M,M.output,M.next_out,ye-M.avail_out)?(I.mode=31,-4):(Q-=M.avail_in,ye-=M.avail_out,M.total_in+=Q,M.total_out+=ye,I.total+=ye,I.wrap&&ye&&(M.adler=I.check=I.flags?d(I.check,fe,ye,M.next_out-ye):c(I.check,fe,ye,M.next_out-ye)),M.data_type=I.bits+(I.last?64:0)+(I.mode===12?128:0)+(I.mode===20||I.mode===15?256:0),(Q==0&&ye===0||W===4)&&pe===y&&(pe=-5),pe)},u.inflateEnd=function(M){if(!M||!M.state)return E;var W=M.state;return W.window&&(W.window=null),M.state=null,y},u.inflateGetHeader=function(M,W){var I;return M&&M.state?(2&(I=M.state).wrap)==0?E:((I.head=W).done=!1,y):E},u.inflateSetDictionary=function(M,W){var I,ae=W.length;return M&&M.state?(I=M.state).wrap!==0&&I.mode!==11?E:I.mode===11&&c(1,W,ae,0)!==I.check?-3:re(M,W,ae,ae)?(I.mode=31,-4):(I.havedict=1,y):E},u.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(i,l,u){var f=i("../utils/common"),c=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],d=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],p=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],g=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];l.exports=function(A,m,y,E,x,w,k,C){var D,B,H,F,j,Z,ie,L,G,re=C.bits,M=0,W=0,I=0,ae=0,fe=0,se=0,ue=0,te=0,T=0,V=0,q=null,Q=0,ye=new f.Buf16(16),Se=new f.Buf16(16),Oe=null,He=0;for(M=0;M<=15;M++)ye[M]=0;for(W=0;W<E;W++)ye[m[y+W]]++;for(fe=re,ae=15;1<=ae&&ye[ae]===0;ae--);if(ae<fe&&(fe=ae),ae===0)return x[w++]=20971520,x[w++]=20971520,C.bits=1,0;for(I=1;I<ae&&ye[I]===0;I++);for(fe<I&&(fe=I),M=te=1;M<=15;M++)if(te<<=1,(te-=ye[M])<0)return-1;if(0<te&&(A===0||ae!==1))return-1;for(Se[1]=0,M=1;M<15;M++)Se[M+1]=Se[M]+ye[M];for(W=0;W<E;W++)m[y+W]!==0&&(k[Se[m[y+W]]++]=W);if(Z=A===0?(q=Oe=k,19):A===1?(q=c,Q-=257,Oe=d,He-=257,256):(q=p,Oe=g,-1),M=I,j=w,ue=W=V=0,H=-1,F=(T=1<<(se=fe))-1,A===1&&852<T||A===2&&592<T)return 1;for(;;){for(ie=M-ue,G=k[W]<Z?(L=0,k[W]):k[W]>Z?(L=Oe[He+k[W]],q[Q+k[W]]):(L=96,0),D=1<<M-ue,I=B=1<<se;x[j+(V>>ue)+(B-=D)]=ie<<24|L<<16|G|0,B!==0;);for(D=1<<M-1;V&D;)D>>=1;if(D!==0?(V&=D-1,V+=D):V=0,W++,--ye[M]==0){if(M===ae)break;M=m[y+k[W]]}if(fe<M&&(V&F)!==H){for(ue===0&&(ue=fe),j+=I,te=1<<(se=M-ue);se+ue<ae&&!((te-=ye[se+ue])<=0);)se++,te<<=1;if(T+=1<<se,A===1&&852<T||A===2&&592<T)return 1;x[H=V&F]=fe<<24|se<<16|j-w|0}}return V!==0&&(x[j+V]=M-ue<<24|4194304|0),C.bits=fe,0}},{"../utils/common":41}],51:[function(i,l,u){l.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(i,l,u){var f=i("../utils/common"),c=0,d=1;function p(z){for(var U=z.length;0<=--U;)z[U]=0}var g=0,A=29,m=256,y=m+1+A,E=30,x=19,w=2*y+1,k=15,C=16,D=7,B=256,H=16,F=17,j=18,Z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ie=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],L=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],G=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],re=new Array(2*(y+2));p(re);var M=new Array(2*E);p(M);var W=new Array(512);p(W);var I=new Array(256);p(I);var ae=new Array(A);p(ae);var fe,se,ue,te=new Array(E);function T(z,U,J,ge,$){this.static_tree=z,this.extra_bits=U,this.extra_base=J,this.elems=ge,this.max_length=$,this.has_stree=z&&z.length}function V(z,U){this.dyn_tree=z,this.max_code=0,this.stat_desc=U}function q(z){return z<256?W[z]:W[256+(z>>>7)]}function Q(z,U){z.pending_buf[z.pending++]=255&U,z.pending_buf[z.pending++]=U>>>8&255}function ye(z,U,J){z.bi_valid>C-J?(z.bi_buf|=U<<z.bi_valid&65535,Q(z,z.bi_buf),z.bi_buf=U>>C-z.bi_valid,z.bi_valid+=J-C):(z.bi_buf|=U<<z.bi_valid&65535,z.bi_valid+=J)}function Se(z,U,J){ye(z,J[2*U],J[2*U+1])}function Oe(z,U){for(var J=0;J|=1&z,z>>>=1,J<<=1,0<--U;);return J>>>1}function He(z,U,J){var ge,$,Ee=new Array(k+1),Re=0;for(ge=1;ge<=k;ge++)Ee[ge]=Re=Re+J[ge-1]<<1;for($=0;$<=U;$++){var be=z[2*$+1];be!==0&&(z[2*$]=Oe(Ee[be]++,be))}}function Ue(z){var U;for(U=0;U<y;U++)z.dyn_ltree[2*U]=0;for(U=0;U<E;U++)z.dyn_dtree[2*U]=0;for(U=0;U<x;U++)z.bl_tree[2*U]=0;z.dyn_ltree[2*B]=1,z.opt_len=z.static_len=0,z.last_lit=z.matches=0}function Le(z){8<z.bi_valid?Q(z,z.bi_buf):0<z.bi_valid&&(z.pending_buf[z.pending++]=z.bi_buf),z.bi_buf=0,z.bi_valid=0}function et(z,U,J,ge){var $=2*U,Ee=2*J;return z[$]<z[Ee]||z[$]===z[Ee]&&ge[U]<=ge[J]}function rt(z,U,J){for(var ge=z.heap[J],$=J<<1;$<=z.heap_len&&($<z.heap_len&&et(U,z.heap[$+1],z.heap[$],z.depth)&&$++,!et(U,ge,z.heap[$],z.depth));)z.heap[J]=z.heap[$],J=$,$<<=1;z.heap[J]=ge}function Et(z,U,J){var ge,$,Ee,Re,be=0;if(z.last_lit!==0)for(;ge=z.pending_buf[z.d_buf+2*be]<<8|z.pending_buf[z.d_buf+2*be+1],$=z.pending_buf[z.l_buf+be],be++,ge===0?Se(z,$,U):(Se(z,(Ee=I[$])+m+1,U),(Re=Z[Ee])!==0&&ye(z,$-=ae[Ee],Re),Se(z,Ee=q(--ge),J),(Re=ie[Ee])!==0&&ye(z,ge-=te[Ee],Re)),be<z.last_lit;);Se(z,B,U)}function Dt(z,U){var J,ge,$,Ee=U.dyn_tree,Re=U.stat_desc.static_tree,be=U.stat_desc.has_stree,ne=U.stat_desc.elems,ee=-1;for(z.heap_len=0,z.heap_max=w,J=0;J<ne;J++)Ee[2*J]!==0?(z.heap[++z.heap_len]=ee=J,z.depth[J]=0):Ee[2*J+1]=0;for(;z.heap_len<2;)Ee[2*($=z.heap[++z.heap_len]=ee<2?++ee:0)]=1,z.depth[$]=0,z.opt_len--,be&&(z.static_len-=Re[2*$+1]);for(U.max_code=ee,J=z.heap_len>>1;1<=J;J--)rt(z,Ee,J);for($=ne;J=z.heap[1],z.heap[1]=z.heap[z.heap_len--],rt(z,Ee,1),ge=z.heap[1],z.heap[--z.heap_max]=J,z.heap[--z.heap_max]=ge,Ee[2*$]=Ee[2*J]+Ee[2*ge],z.depth[$]=(z.depth[J]>=z.depth[ge]?z.depth[J]:z.depth[ge])+1,Ee[2*J+1]=Ee[2*ge+1]=$,z.heap[1]=$++,rt(z,Ee,1),2<=z.heap_len;);z.heap[--z.heap_max]=z.heap[1],function(xe,Ne){var Ve,Ze,ct,tt,ot,Ht,vt=Ne.dyn_tree,O=Ne.max_code,ce=Ne.stat_desc.static_tree,Me=Ne.stat_desc.has_stree,je=Ne.stat_desc.extra_bits,Ye=Ne.stat_desc.extra_base,it=Ne.stat_desc.max_length,he=0;for(tt=0;tt<=k;tt++)xe.bl_count[tt]=0;for(vt[2*xe.heap[xe.heap_max]+1]=0,Ve=xe.heap_max+1;Ve<w;Ve++)it<(tt=vt[2*vt[2*(Ze=xe.heap[Ve])+1]+1]+1)&&(tt=it,he++),vt[2*Ze+1]=tt,O<Ze||(xe.bl_count[tt]++,ot=0,Ye<=Ze&&(ot=je[Ze-Ye]),Ht=vt[2*Ze],xe.opt_len+=Ht*(tt+ot),Me&&(xe.static_len+=Ht*(ce[2*Ze+1]+ot)));if(he!==0){do{for(tt=it-1;xe.bl_count[tt]===0;)tt--;xe.bl_count[tt]--,xe.bl_count[tt+1]+=2,xe.bl_count[it]--,he-=2}while(0<he);for(tt=it;tt!==0;tt--)for(Ze=xe.bl_count[tt];Ze!==0;)O<(ct=xe.heap[--Ve])||(vt[2*ct+1]!==tt&&(xe.opt_len+=(tt-vt[2*ct+1])*vt[2*ct],vt[2*ct+1]=tt),Ze--)}}(z,U),He(Ee,ee,z.bl_count)}function v(z,U,J){var ge,$,Ee=-1,Re=U[1],be=0,ne=7,ee=4;for(Re===0&&(ne=138,ee=3),U[2*(J+1)+1]=65535,ge=0;ge<=J;ge++)$=Re,Re=U[2*(ge+1)+1],++be<ne&&$===Re||(be<ee?z.bl_tree[2*$]+=be:$!==0?($!==Ee&&z.bl_tree[2*$]++,z.bl_tree[2*H]++):be<=10?z.bl_tree[2*F]++:z.bl_tree[2*j]++,Ee=$,ee=(be=0)===Re?(ne=138,3):$===Re?(ne=6,3):(ne=7,4))}function pe(z,U,J){var ge,$,Ee=-1,Re=U[1],be=0,ne=7,ee=4;for(Re===0&&(ne=138,ee=3),ge=0;ge<=J;ge++)if($=Re,Re=U[2*(ge+1)+1],!(++be<ne&&$===Re)){if(be<ee)for(;Se(z,$,z.bl_tree),--be!=0;);else $!==0?($!==Ee&&(Se(z,$,z.bl_tree),be--),Se(z,H,z.bl_tree),ye(z,be-3,2)):be<=10?(Se(z,F,z.bl_tree),ye(z,be-3,3)):(Se(z,j,z.bl_tree),ye(z,be-11,7));Ee=$,ee=(be=0)===Re?(ne=138,3):$===Re?(ne=6,3):(ne=7,4)}}p(te);var de=!1;function Y(z,U,J,ge){ye(z,(g<<1)+(ge?1:0),3),function($,Ee,Re,be){Le($),Q($,Re),Q($,~Re),f.arraySet($.pending_buf,$.window,Ee,Re,$.pending),$.pending+=Re}(z,U,J)}u._tr_init=function(z){de||(function(){var U,J,ge,$,Ee,Re=new Array(k+1);for($=ge=0;$<A-1;$++)for(ae[$]=ge,U=0;U<1<<Z[$];U++)I[ge++]=$;for(I[ge-1]=$,$=Ee=0;$<16;$++)for(te[$]=Ee,U=0;U<1<<ie[$];U++)W[Ee++]=$;for(Ee>>=7;$<E;$++)for(te[$]=Ee<<7,U=0;U<1<<ie[$]-7;U++)W[256+Ee++]=$;for(J=0;J<=k;J++)Re[J]=0;for(U=0;U<=143;)re[2*U+1]=8,U++,Re[8]++;for(;U<=255;)re[2*U+1]=9,U++,Re[9]++;for(;U<=279;)re[2*U+1]=7,U++,Re[7]++;for(;U<=287;)re[2*U+1]=8,U++,Re[8]++;for(He(re,y+1,Re),U=0;U<E;U++)M[2*U+1]=5,M[2*U]=Oe(U,5);fe=new T(re,Z,m+1,y,k),se=new T(M,ie,0,E,k),ue=new T(new Array(0),L,0,x,D)}(),de=!0),z.l_desc=new V(z.dyn_ltree,fe),z.d_desc=new V(z.dyn_dtree,se),z.bl_desc=new V(z.bl_tree,ue),z.bi_buf=0,z.bi_valid=0,Ue(z)},u._tr_stored_block=Y,u._tr_flush_block=function(z,U,J,ge){var $,Ee,Re=0;0<z.level?(z.strm.data_type===2&&(z.strm.data_type=function(be){var ne,ee=4093624447;for(ne=0;ne<=31;ne++,ee>>>=1)if(1&ee&&be.dyn_ltree[2*ne]!==0)return c;if(be.dyn_ltree[18]!==0||be.dyn_ltree[20]!==0||be.dyn_ltree[26]!==0)return d;for(ne=32;ne<m;ne++)if(be.dyn_ltree[2*ne]!==0)return d;return c}(z)),Dt(z,z.l_desc),Dt(z,z.d_desc),Re=function(be){var ne;for(v(be,be.dyn_ltree,be.l_desc.max_code),v(be,be.dyn_dtree,be.d_desc.max_code),Dt(be,be.bl_desc),ne=x-1;3<=ne&&be.bl_tree[2*G[ne]+1]===0;ne--);return be.opt_len+=3*(ne+1)+5+5+4,ne}(z),$=z.opt_len+3+7>>>3,(Ee=z.static_len+3+7>>>3)<=$&&($=Ee)):$=Ee=J+5,J+4<=$&&U!==-1?Y(z,U,J,ge):z.strategy===4||Ee===$?(ye(z,2+(ge?1:0),3),Et(z,re,M)):(ye(z,4+(ge?1:0),3),function(be,ne,ee,xe){var Ne;for(ye(be,ne-257,5),ye(be,ee-1,5),ye(be,xe-4,4),Ne=0;Ne<xe;Ne++)ye(be,be.bl_tree[2*G[Ne]+1],3);pe(be,be.dyn_ltree,ne-1),pe(be,be.dyn_dtree,ee-1)}(z,z.l_desc.max_code+1,z.d_desc.max_code+1,Re+1),Et(z,z.dyn_ltree,z.dyn_dtree)),Ue(z),ge&&Le(z)},u._tr_tally=function(z,U,J){return z.pending_buf[z.d_buf+2*z.last_lit]=U>>>8&255,z.pending_buf[z.d_buf+2*z.last_lit+1]=255&U,z.pending_buf[z.l_buf+z.last_lit]=255&J,z.last_lit++,U===0?z.dyn_ltree[2*J]++:(z.matches++,U--,z.dyn_ltree[2*(I[J]+m+1)]++,z.dyn_dtree[2*q(U)]++),z.last_lit===z.lit_bufsize-1},u._tr_align=function(z){ye(z,2,3),Se(z,B,re),function(U){U.bi_valid===16?(Q(U,U.bi_buf),U.bi_buf=0,U.bi_valid=0):8<=U.bi_valid&&(U.pending_buf[U.pending++]=255&U.bi_buf,U.bi_buf>>=8,U.bi_valid-=8)}(z)}},{"../utils/common":41}],53:[function(i,l,u){l.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(i,l,u){(function(f){(function(c,d){if(!c.setImmediate){var p,g,A,m,y=1,E={},x=!1,w=c.document,k=Object.getPrototypeOf&&Object.getPrototypeOf(c);k=k&&k.setTimeout?k:c,p={}.toString.call(c.process)==="[object process]"?function(H){process.nextTick(function(){D(H)})}:function(){if(c.postMessage&&!c.importScripts){var H=!0,F=c.onmessage;return c.onmessage=function(){H=!1},c.postMessage("","*"),c.onmessage=F,H}}()?(m="setImmediate$"+Math.random()+"$",c.addEventListener?c.addEventListener("message",B,!1):c.attachEvent("onmessage",B),function(H){c.postMessage(m+H,"*")}):c.MessageChannel?((A=new MessageChannel).port1.onmessage=function(H){D(H.data)},function(H){A.port2.postMessage(H)}):w&&"onreadystatechange"in w.createElement("script")?(g=w.documentElement,function(H){var F=w.createElement("script");F.onreadystatechange=function(){D(H),F.onreadystatechange=null,g.removeChild(F),F=null},g.appendChild(F)}):function(H){setTimeout(D,0,H)},k.setImmediate=function(H){typeof H!="function"&&(H=new Function(""+H));for(var F=new Array(arguments.length-1),j=0;j<F.length;j++)F[j]=arguments[j+1];var Z={callback:H,args:F};return E[y]=Z,p(y),y++},k.clearImmediate=C}function C(H){delete E[H]}function D(H){if(x)setTimeout(D,0,H);else{var F=E[H];if(F){x=!0;try{(function(j){var Z=j.callback,ie=j.args;switch(ie.length){case 0:Z();break;case 1:Z(ie[0]);break;case 2:Z(ie[0],ie[1]);break;case 3:Z(ie[0],ie[1],ie[2]);break;default:Z.apply(d,ie)}})(F)}finally{C(H),x=!1}}}}function B(H){H.source===c&&typeof H.data=="string"&&H.data.indexOf(m)===0&&D(+H.data.slice(m.length))}})(typeof self=="undefined"?f===void 0?this:f:self)}).call(this,typeof Wt!="undefined"?Wt:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}]},{},[10])(10)})}(xd)),xd.exports}var nI=tI();const rI=Hn(nI),iI=n=>$e(null,null,function*(){const a=new rI;return n.forEach(l=>{a.file(l.name,l)}),yield a.generateAsync({type:"blob"})}),aI=(n,a)=>new File([n],a,{type:n.type}),hy=n=>n.length>1,oI=n=>{var a;return hy(n)?`uploaded_files_${Date.now()}.zip`:((a=n[0])==null?void 0:a.name)||"file"},lI=`${Yr.WEBSOCKET_URL}/ws/med-assist/session`;class sI{constructor(a){Pt(this,"ws",null);Pt(this,"config");Pt(this,"connectionState",Xn.DISCONNECTED);Pt(this,"reconnectAttempts",0);Pt(this,"maxConnectionAttempts",5);Pt(this,"maxReconnectAttempts",2);Pt(this,"connectionAttempts",0);Pt(this,"reconnectDelay",1e3);Pt(this,"eventCallbacks",new Map);Pt(this,"isReconnecting",!1);Pt(this,"pingInterval",null);Pt(this,"connectionTimeout",null);Pt(this,"currentStreamMessage",null);Pt(this,"pendingFileData",{files:[],message:"",format:void 0});var i,l,u;this.config={sessionId:a.sessionId,auth:a.auth,options:le({connectAttempts:5,reconnectAttempts:5,reconnectDelay:1e3,pingInterval:3e4,connectionTimeout:5e3},a.options)},this.maxReconnectAttempts=((i=this.config.options)==null?void 0:i.reconnectAttempts)||5,this.maxConnectionAttempts=((l=this.config.options)==null?void 0:l.connectAttempts)||5,this.reconnectDelay=((u=this.config.options)==null?void 0:u.reconnectDelay)||1e3}connect(){return $e(this,null,function*(){var a;try{if(this.isReconnecting||this.connectionState===Xn.CONNECTING){console.log("Connection already in progress, skipping from connect function");return}if(this.isConnected()){console.log("WebSocket is already connected");return}if(this.connectionAttempts>=this.maxConnectionAttempts){console.log("connection attempts exceeded",this.connectionAttempts),this.updateConnectionState(Xn.ERROR),this.triggerEvent(An.MAX_CONNECTION_ATTEMPTS_EXCEEDED,new Error("connection attempts exceeded"));return}this.updateConnectionState(Xn.CONNECTING),this.isReconnecting=!0,this.connectionAttempts==2&&(yield this.checkSessionDetails()),this.connectionAttempts++;const i=`${lI}/${this.config.sessionId}/`;if(console.log("Connecting to WebSocket:",i,"with session ID:",this.config.sessionId),this.ws=new WebSocket(i),this.setupWebSocketHandlers(),this.connectionTimeout=setTimeout(()=>{if(this.connectionState===Xn.CONNECTING){if(console.log("Connection timeout",this.reconnectAttempts,this.maxReconnectAttempts),this.isReconnecting=!1,this.updateConnectionState(Xn.ERROR),this.reconnectAttempts>=this.maxReconnectAttempts){this.triggerEvent(An.MAX_RECONNECTION_ATTEMPTS_EXCEEDED,new Error("Connection timeout after two retries"));return}this.cleanup(),this.triggerEvent(An.CONNECTION_TIMEOUT_ERROR,new Error("Connection timeout"))}},((a=this.config.options)==null?void 0:a.connectionTimeout)||5e3),!this.ws)throw new Error("WebSocket not initialized")}catch(i){throw console.error("Failed to connect:",i),this.isReconnecting=!1,this.updateConnectionState(Xn.ERROR),this.triggerEvent(An.CONNECTION_ERROR,i instanceof Error?i:new Error("Connection failed")),i}})}checkSessionDetails(){return $e(this,null,function*(){try{this.isReconnecting=!1;const a=yield sy(this.config.sessionId);if(console.log("sessionDetails response",a),a)this.isReconnecting=!0;else{this.isReconnecting=!1,this.updateConnectionState(Xn.ERROR),this.triggerEvent(en.CONNECTION_ESTABLISHED,!1),this.triggerEvent(An.SESSION_INACTIVE,new Error(Mt.SESSION_INACTIVE.title)),this.triggerEvent(An.START_NEW_SESSION,new Error("Session is invalid, starting new session")),this.cleanup();return}}catch(a){console.error("Error checking session details:",a),this.isReconnecting=!0}})}setupWebSocketHandlers(){this.ws&&(this.ws.onopen=()=>{console.log("WebSocket opened"),this.sendAuthMessage(),this.isReconnecting=!1,this.connectionAttempts=0,this.updateConnectionState(Xn.CONNECTED),this.startPingInterval()},this.ws.onmessage=a=>$e(this,null,function*(){try{const i=JSON.parse(a.data);yield this.handleServerMessage(i)}catch(i){console.error("Failed to parse WebSocket message:",i)}}),this.ws.onclose=a=>{console.log("WebSocket closed:",a.code,a),this.handleConnectionClose(a)},this.ws.onerror=a=>{console.error("WebSocket error:",a),this.isReconnecting=!1,this.updateConnectionState(Xn.ERROR),this.triggerEvent(en.ERROR,new Error("WebSocket error occurred"))})}handleServerMessage(a){return $e(this,null,function*(){switch(a.ev){case en.CONNECTION_ESTABLISHED:this.handleConnectionEstablished(a);break;case en.CHAT:this.handleChatMessage(a);break;case en.STREAM:this.handleStreamMessage(a);break;case en.END_OF_STREAM:this.handleEndOfStreamMessage(a);break;case en.PONG:this.handlePongMessage(a);break;case en.SYNC:this.handleSyncMessage(a);break;case en.ERROR:yield this.handleErrorMessage(a);break;default:console.warn("Unknown event type:",a.ev)}})}handleConnectionEstablished(a){this.triggerEvent(en.CONNECTION_ESTABLISHED,!0)}handleChatMessage(a){console.log("Chat message received:",a),this.triggerEvent(en.CHAT,a)}handleStreamMessage(a){var i;if(a.ct===$t.TEXT&&a.data){if(a.data.progress_msg){this.triggerEvent("progress_message",a.data.progress_msg);return}a.data.text&&(this.currentStreamMessage||(this.currentStreamMessage={id:a._id,content:"",timestamp:new Date,type:"text",metadata:{isStreaming:!0}}),this.currentStreamMessage.content+=a.data.text,this.triggerEvent("stream_chunk",{content:this.currentStreamMessage.content,messageId:a._id}))}else a.ct===$t.TIPS?(console.log("Tips message received:",a.data),(i=a.data.tips)!=null&&i.length&&this.triggerEvent(An.TIPS,a.data.tips)):this.triggerEvent(en.STREAM,a)}handleEndOfStreamMessage(a){a.ct===$t.TEXT&&this.currentStreamMessage?(this.currentStreamMessage.metadata=Fe(le({},this.currentStreamMessage.metadata),{isStreaming:!1}),this.triggerEvent(en.END_OF_STREAM,this.currentStreamMessage),this.currentStreamMessage=null):this.triggerEvent(en.END_OF_STREAM,a)}handlePongMessage(a){this.triggerEvent(en.PONG,a)}handleSyncMessage(a){this.triggerEvent(en.SYNC,a)}handleErrorMessage(a){return $e(this,null,function*(){this.triggerEvent(en.ERROR,a)})}handleConnectionClose(a){if(this.cleanup(),this.updateConnectionState(Xn.DISCONNECTED),this.triggerEvent(en.CONNECTION_ESTABLISHED,!1),a.code===1008){this.triggerEvent(An.SESSION_EXPIRED,new Error(Mt.SESSION_EXPIRED.title));return}a.code!==1e3&&!this.isReconnecting&&a.code==1008&&this.attemptReconnect()}attemptReconnect(){if(this.isReconnecting){console.log("Reconnection already in progress, skipping from attemptReconnect function");return}console.log(`Attempting to reconnect (${this.connectionAttempts+1}/${this.maxConnectionAttempts})`),setTimeout(()=>{this.connect().catch(a=>{console.error("Reconnection failed from attemptReconnect function:",a)})},this.reconnectDelay)}sendChatMessage({message:a,tool_use_id:i,hidden:l,tool_use_params:u}){if(!this.isConnected())throw new Error("WebSocket not connected");const f={ev:Na.CHAT,ct:$t.TEXT,ts:Date.now(),_id:Date.now().toString(),data:le(le(le({text:a},i&&{tool_use_id:i}),l&&{hidden:l}),u&&{tool_use_params:u})};this.sendMessage(f)}sendFileUploadRequest(){if(!this.isConnected())throw new Error("WebSocket is not connected");const a={ev:Na.CHAT,ct:$t.FILE,ts:Date.now(),_id:Date.now().toString(),data:{extension:this.pendingFileData.format}};this.sendMessage(a)}sendAuthMessage(){if(!this.isConnected())throw new Error("WebSocket is not connected");const a={ev:Na.AUTH,_id:Date.now().toString(),ts:Date.now(),data:{token:this.config.auth.token}};this.sendMessage(a)}sendFileUploadComplete(a){var u;if(!this.isConnected())throw new Error("WebSocket is not connected");const i=(u=this.pendingFileData)==null?void 0:u.message,l={ev:Na.CHAT,ct:$t.FILE,ts:Date.now(),_id:Date.now().toString(),data:le({url:a},i&&i.trim()&&{text:i.trim()})};this.sendMessage(l),this.clearPendingFiles()}setFilesForUpload(a,i){var f,c,d;const l=["application/pdf","image/jpeg","image/png","image/jpg","image/tiff","text/plain","text/markdown","image/heif","image/heic","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],u=a.filter(p=>l.includes(p.type))||[];this.pendingFileData.files=u,this.pendingFileData.format=u.length>1?"zip":((d=(c=(f=u[0].type)==null?void 0:f.split)==null?void 0:c.call(f,"/"))==null?void 0:d[1])||void 0,i!=null&&i.trim()&&(this.pendingFileData.message=i),console.log(`Set ${u.length} files for upload`)}clearPendingFiles(){this.pendingFileData.files=[],this.pendingFileData.message="",this.pendingFileData.format=void 0}clearStreamingState(){this.currentStreamMessage=null,console.log("Cleared streaming state")}reconnect(a,i){return $e(this,null,function*(){if(!a&&this.isReconnecting){console.log("Reconnection already in progress, skipping");return}if(a&&(this.isReconnecting=!1,this.connectionAttempts=0),this.reconnectAttempts===this.maxReconnectAttempts){this.updateConnectionState(Xn.ERROR),this.triggerEvent(An.MAX_RECONNECTION_ATTEMPTS_EXCEEDED,new Error("Maximum reconnection attempts exceeded"));return}this.reconnectAttempts++,console.log(`Initiating reconnection${i?` due to: ${i}`:""}...`),this.updateConnectionState(Xn.RECONNECTING);try{this.disconnect(),yield this.connect()}catch(l){console.error("Reconnection failed:",l),this.handleReconnectionError(l)}finally{this.isReconnecting=!1}})}handleReconnectionError(a){this.reconnectAttempts++,this.isReconnecting=!1,console.error("Reconnection error:",a),this.triggerEvent(An.CONNECTION_ERROR,a),this.reconnectAttempts===this.maxReconnectAttempts?(this.updateConnectionState(Xn.ERROR),this.triggerEvent(An.MAX_RECONNECTION_ATTEMPTS_EXCEEDED,new Error("Maximum reconnection attempts exceeded"))):this.attemptReconnect()}regenerateResponse(a){if(!this.isConnected())throw new Error("WebSocket is not connected");console.log("Regenerating response for:",a),this.clearStreamingState();const i={ev:Na.CHAT,ct:$t.TEXT,ts:Date.now(),_id:Date.now().toString(),data:{text:a}};this.sendMessage(i)}uploadFilesToPresignedUrl(a){return $e(this,null,function*(){var u,f,c,d,p,g;console.log("hi from uploadFilesToPresignedUrl");let i=0;const l=a.filter(A=>A&&A.trim());try{if(l.length===0)throw new Error("No valid presigned URLs provided");console.log(`Uploading ${(f=(u=this.pendingFileData)==null?void 0:u.files)==null?void 0:f.length} files to ${a.length} presigned URL(s)`);let A,m;if(hy(this.pendingFileData.files)){console.log("Multiple files detected, zipping before upload...");const y=yield iI(this.pendingFileData.files),E=oI(this.pendingFileData.files);A=aI(y,E),m="application/zip",console.log(`Zipped ${(d=(c=this.pendingFileData)==null?void 0:c.files)==null?void 0:d.length} files into ${E} (${(A.size/1024/1024).toFixed(2)} MB)`)}else A=(g=(p=this.pendingFileData)==null?void 0:p.files)==null?void 0:g[0],m=A.type,console.log(`Uploading single file: ${A.name} (${(A.size/1024/1024).toFixed(2)} MB)`);for(let y=0;y<l.length;y++){const E=l[y];console.log(`Uploading to URL ${y+1}/${l.length}: ${E}`);const x=yield fetch(E,{method:"PUT",body:A,headers:{"Content-Type":m,"x-ms-blob-type":"BlockBlob"}});if(!x.ok)throw new Error(`Failed to upload ${A.name} to URL ${y+1}: ${x.status} ${x.statusText}`);i++,console.log(`Successfully uploaded to URL ${y+1}/${l.length}`,x)}console.log("All file uploads completed successfully, calling sendFileUploadComplete"),this.sendFileUploadComplete(l[0])}catch(A){if(i>0){this.sendFileUploadComplete(l[0]);return}throw console.error("Error uploading files to presigned URL:",A),A}})}sendAudioData(a){if(!this.isConnected())throw new Error("WebSocket not connected");const i={ev:Na.STREAM,ct:$t.AUDIO,ts:Date.now(),_id:Date.now().toString(),data:{audio:a.audio,format:a.format}};console.log("Sending full audio data to backend:",i),this.sendMessage(i)}sendPing(){if(this.isConnected()){const a={ev:Na.PING,ts:Date.now(),_id:Date.now().toString()};this.sendMessage(a)}}on(a,i){this.eventCallbacks.has(a)||this.eventCallbacks.set(a,new Set),this.eventCallbacks.get(a).add(i)}off(a,i){var l;i?(l=this.eventCallbacks.get(a))==null||l.delete(i):this.eventCallbacks.delete(a)}triggerEvent(a,i){const l=this.eventCallbacks.get(a);l&&l.forEach(u=>{try{u(i)}catch(f){console.error("Error in event callback:",f)}})}startPingInterval(){var a;this.pingInterval&&clearInterval(this.pingInterval),this.pingInterval=setInterval(()=>{this.sendPing()},((a=this.config.options)==null?void 0:a.pingInterval)||3e4)}isConnected(){var a;return((a=this.ws)==null?void 0:a.readyState)===WebSocket.OPEN}getConnectionState(){return this.connectionState}updateConfig(a){var i;a!=null&&a.sessionId&&(this.config.sessionId=a.sessionId),(i=a==null?void 0:a.auth)!=null&&i.token&&(this.config.auth.token=a.auth.token),console.log("WebSocket config updated:",this.config)}updateConnectionState(a){this.connectionState=a,console.log("Connection state updated:",a)}disconnect(){console.log("WebSocket disconnect called"),this.ws&&(this.ws.close(1e3,"Manual disconnect"),this.cleanup())}sendMessage(a){var i;if(((i=this.ws)==null?void 0:i.readyState)===WebSocket.OPEN)this.ws.send(JSON.stringify(a));else throw new Error("WebSocket is not open")}getConfig(){return this.config}cleanup(){this.pingInterval&&(clearInterval(this.pingInterval),this.pingInterval=null),this.connectionTimeout&&(clearTimeout(this.connectionTimeout),this.connectionTimeout=null),this.clearPendingFiles(),this.clearStreamingState(),this.ws&&(this.ws.onopen=null,this.ws.onmessage=null,this.ws.onclose=null,this.ws.onerror=null,this.ws=null)}}function uI(n,a,i,l,u,f){var ue;const c=K.useRef(null),d=K.useRef(0),p=K.useRef(null),g=Vt(te=>te.setError),A=Vt(te=>te.setShowRetryButton),m=Vt(te=>te.setStartNewConnection),y=Vt(te=>te.refreshSession),E=Vt(te=>te.setSessionId),x=Vt(te=>te.setSessionToken),w=K.useRef(!1),{setIsStreaming:k,isStreaming:C,connectionStatus:D,setConnectionStatus:B,clearResponseTimeout:H,clearStreamingTimeout:F,setLastStreamingActivity:j}=Vt();K.useEffect(()=>{var T,V,q,Q,ye,Se,Oe,He,Ue,Le,et,rt,Et,Dt,v,pe,de,Y,z;if(!n||!n.sessionId||!((T=n.auth)!=null&&T.token)){console.log("No config provided",n),B(xt.CONNECTING);return}if((V=c.current)!=null&&V.isConnected()){console.log("WebSocket already connected, skipping connection");return}const te=new sI(n);return console.log("WebSocket service created:",te),c.current=te,(q=c.current)==null||q.on(en.CONNECTION_ESTABLISHED,U=>{console.log("WebSocket connection:",U),B(xt.CONNECTED),U?(A(!1),m(!1),g(null),d.current=0):(A(!0),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED))}),(Q=c.current)==null||Q.on(en.PONG,U=>{}),c.current.on(en.SYNC,U=>{}),(ye=c.current)==null||ye.on(en.CHAT,U=>{if(U.ct===$t.FILE&&U.data&&"urls"in U.data){const J=U.data.urls||[];J.length>0&&te.uploadFilesToPresignedUrl(J).then(()=>{}).catch(ge=>{console.error("Failed to upload files:",ge),g(Mt.FILE_UPLOAD_FAILED)})}else if((U.ct===$t.PILL||U.ct===$t.MULTI||U.ct===$t.DOCTOR_CARD||U.ct===$t.MOBILE_VERIFICATION||U.ct===$t.LAB_PACKAGE_CARD)&&U.data&&U.data.tool_use_id){if(u){const J={type:U.ct,tool_use_id:U.data.tool_use_id,data:{choices:U.data.choices,doctor_details:U.data.doctor_details,lab_packages:U.data.lab_packages,callbacks:U.data.callbacks,additional_option:U.data.additional_option,url:U.data.url,mobile_number:U.data.mobile_number}};u(J,U._id)}}else U.ct===$t.TEXT&&U.data&&U.data.text&&U._id?(Vt.getState().isStreaming||(k(!0),H(),g(null)),j(Date.now()),a&&a(U.data.text,U._id),setTimeout(()=>{Vt.getState().isStreaming&&k(!1)},0)):U.ct===$t.INLINE_TEXT&&U.data&&U.data.text&&(Vt.getState().isStreaming||(k(!0),H()),j(Date.now()),f&&f(U.data.text),setTimeout(()=>{Vt.getState().isStreaming&&k(!1)},0))}),(Se=c.current)==null||Se.on(en.STREAM,U=>{Vt.getState().isStreaming||(k(!0),H(),g(null)),j(Date.now()),U.ct===$t.TEXT&&U.data&&U.data.text&&(U!=null&&U._id)&&a&&a(U.data.text,U._id)}),(Oe=c.current)==null||Oe.on("stream_chunk",({content:U,messageId:J})=>{C||(k(!0),H(),g(null)),j(Date.now()),a&&a(U,J)}),(He=c.current)==null||He.on(en.END_OF_STREAM,U=>{k(!1),F(),p.current=null,i&&i("")}),(Ue=c.current)==null||Ue.on(en.ERROR,U=>{switch(console.error("WebSocket error:",U),U.code){case Ci.SESSION_INACTIVE:{A(!1),m(!0),g(Mt.SESSION_INACTIVE);break}case Ci.SESSION_EXPIRED:{console.log("Session expired from useWebSocket"),I(),g(Mt.SESSION_EXPIRED);break}case Ci.INVALID_EVENT:{g(Mt.INVALID_EVENT);break}case Ci.INVALID_CONTENT_TYPE:{g(Mt.INVALID_CONTENT_TYPE);break}case Ci.PARSING_ERROR:{d.current<2?(console.log("Retrying..."),d.current++,A(!0),g(Mt.PARSING_ERROR)):(A(!1),m(!0),d.current=0,g(Mt.ERROR_PROCESSING_MESSAGE));break}case Ci.SERVER_ERROR:{A(!0),g(Mt.SERVER_ERROR);break}case Ci.TIMEOUT:{g(Mt.TIMEOUT),A(!0);break}case Ci.SESSION_TOKEN_MISMATCH:{g(Mt.SESSION_TOKEN_MISMATCH),A(!1),m(!0);break}default:{g({title:U.msg}),A(!0);break}}}),(Le=c.current)==null||Le.on(An.SESSION_INACTIVE,U=>{console.error("Session inactive:",U),A(!1),m(!0),g(Mt.SESSION_INACTIVE)}),(et=c.current)==null||et.on("progress_message",U=>{j(Date.now()),Vt.getState().isStreaming||(H(),g(null)),i&&(i(U),g(null))}),(rt=c.current)==null||rt.on(An.TIPS,U=>{j(Date.now()),l&&l(U)}),(Et=c.current)==null||Et.on("message",U=>{var J;((J=U.metadata)==null?void 0:J.isStreaming)===!1&&(k(!1),F(),g(null))}),(Dt=c.current)==null||Dt.on(An.MAX_CONNECTION_ATTEMPTS_EXCEEDED,U=>{console.log("MAX_CONNECTION_ATTEMPTS_EXCEEDED received:",U),A(!0),g(Mt.CONNECTION_ATTEMPTS_EXCEEDED)}),(v=c.current)==null||v.on(An.MAX_RECONNECTION_ATTEMPTS_EXCEEDED,U=>{console.log("MAX_RECONNECTION_ATTEMPTS_EXCEEDED received:",U),A(!1),m(!0)}),(pe=c.current)==null||pe.on(An.CONNECTION_TIMEOUT_ERROR,U=>{console.log("CONNECTION_TIMEOUT_ERROR received:",U),A(!0),g(Mt.CONNECTION_LOST)}),(de=c.current)==null||de.on(An.SESSION_REFRESHED,U=>{if(console.log("SESSION_REFRESHED received:",U),U){const J=Vt.getState();J.sessionId&&J.sessionToken&&(E(J.sessionId),x(J.sessionToken),c.current&&c.current.updateConfig({sessionId:J.sessionId,auth:{token:J.sessionToken}}),console.log("Session store updated after refresh"))}}),(Y=c.current)==null||Y.on(An.START_NEW_SESSION,U=>{A(!1),m(!0),g(Mt.SESSION_INACTIVE)}),(z=c.current)==null||z.on(An.SESSION_EXPIRED,U=>{A(!1),I(),g(Mt.SESSION_EXPIRED)}),te.connect().catch(U=>{console.error("Failed to connect to WebSocket:",U),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED)}),()=>{c.current&&(c.current.disconnect(),c.current=null),k(!1),F(),H(),g(null),j(null),p.current=null,A(!1),m(!1),B(xt.DISCONNECTED)}},[n==null?void 0:n.sessionId,(ue=n==null?void 0:n.auth)==null?void 0:ue.token,B]);const Z=({message:te,tool_use_id:T,tool_use_params:V})=>{var q;if((q=c.current)!=null&&q.isConnected())try{p.current={content:te,tool_use_id:T,type:"text"},c.current.sendChatMessage({message:te,tool_use_id:T,tool_use_params:V})}catch(Q){console.error("Failed to send text message:",Q),g(Q instanceof Error?{title:Q.message}:{title:"Failed to send message"})}else console.error("WebSocket not connected"),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED),A(!0)},ie=({message:te,tool_use_id:T,tool_use_params:V})=>{var q;if((q=c.current)!=null&&q.isConnected())try{c.current.sendChatMessage({message:te,tool_use_id:T,hidden:!0,tool_use_params:V})}catch(Q){console.error("Failed to send hidden text message:",Q)}else console.error("WebSocket not connected"),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED),A(!0)},L=te=>{var T;if((T=c.current)!=null&&T.isConnected())try{w.current||(w.current=!0),p.current={content:"🎤 Voice message sent",type:"audio",audioData:te},c.current.sendAudioData(te),w.current=!1}catch(V){console.error("Failed to send audio data:",V),g(V instanceof Error?{title:V.message}:{title:"Failed to send audio"})}else console.error("WebSocket not connected"),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED),A(!0)},G=()=>{c.current&&D===xt.CONNECTED&&c.current.sendFileUploadRequest()},re=(te,T)=>{p.current={content:T||`📎 ${te.length>1?`${te.length} files`:"File"} uploaded`,type:"file",files:te,message:T},c.current&&c.current.setFilesForUpload(te,T)},M=te=>{c.current&&D===xt.CONNECTED&&(k(!1),c.current.regenerateResponse(te))},W=()=>{g(null)},I=()=>$e(null,null,function*(){try{c.current&&c.current.disconnect();const te=yield y();return te?console.log("Manual session refresh successful"):(A(!1),m(!0),g(Mt.SESSION_EXPIRED),console.log("Manual session refresh failed")),te}catch(te){return console.error("Error during manual session refresh:",te),!1}}),ae=()=>$e(null,null,function*(){var T;if(!((T=c.current)!=null&&T.isConnected()))return console.error("WebSocket not connected, cannot retry message"),g(Mt.CONNECTION_LOST),B(xt.DISCONNECTED),A(!0),!1;if(!p.current)return console.error("No last message to retry"),!1;const te=p.current;try{switch(te.type){case"text":yield Z({message:te.content,tool_use_id:te.tool_use_id,tool_use_params:te.tool_use_params});break;case"audio":te.audioData&&(yield L(te.audioData));break;case"file":te.files&&(yield re(te.files,te.message),yield G());break;default:return console.error("Unknown message type for retry:",te.type),!1}return!0}catch(V){return console.error("Failed to retry last message:",V),g({title:"Failed to retry message. Please try again."}),!1}}),fe=()=>{var te;return((te=c.current)==null?void 0:te.isConnected())||!1},se=()=>{var te;return((te=c.current)==null?void 0:te.getConnectionState())||null};return{isAudioStreaming:w.current,isConnected:fe(),connectionState:se(),sendChatMessage:Z,sendAudioData:L,sendFileUploadRequest:G,setFilesForUpload:re,clearError:W,regenerateResponse:M,triggerSessionRefresh:I,retryLastMessage:ae,sendHiddenChatMessage:ie,webSocketService:c.current}}/**
350
+ * @license lucide-react v0.536.0 - ISC
351
+ *
352
+ * This source code is licensed under the ISC license.
353
+ * See the LICENSE file in the root directory of this source tree.
354
+ */const cI=n=>n.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),fI=n=>n.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,i,l)=>l?l.toUpperCase():i.toLowerCase()),py=n=>{const a=fI(n);return a.charAt(0).toUpperCase()+a.slice(1)},gy=(...n)=>n.filter((a,i,l)=>!!a&&a.trim()!==""&&l.indexOf(a)===i).join(" ").trim(),dI=n=>{for(const a in n)if(a.startsWith("aria-")||a==="role"||a==="title")return!0};/**
355
+ * @license lucide-react v0.536.0 - ISC
356
+ *
357
+ * This source code is licensed under the ISC license.
358
+ * See the LICENSE file in the root directory of this source tree.
359
+ */var hI={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
360
+ * @license lucide-react v0.536.0 - ISC
361
+ *
362
+ * This source code is licensed under the ISC license.
363
+ * See the LICENSE file in the root directory of this source tree.
364
+ */const pI=K.forwardRef((g,p)=>{var A=g,{color:n="currentColor",size:a=24,strokeWidth:i=2,absoluteStrokeWidth:l,className:u="",children:f,iconNode:c}=A,d=Rt(A,["color","size","strokeWidth","absoluteStrokeWidth","className","children","iconNode"]);return K.createElement("svg",le(le(Fe(le({ref:p},hI),{width:a,height:a,stroke:n,strokeWidth:l?Number(i)*24/Number(a):i,className:gy("lucide",u)}),!f&&!dI(d)&&{"aria-hidden":"true"}),d),[...c.map(([m,y])=>K.createElement(m,y)),...Array.isArray(f)?f:[f]])});/**
365
+ * @license lucide-react v0.536.0 - ISC
366
+ *
367
+ * This source code is licensed under the ISC license.
368
+ * See the LICENSE file in the root directory of this source tree.
369
+ */const Cn=(n,a)=>{const i=K.forwardRef((c,f)=>{var d=c,{className:l}=d,u=Rt(d,["className"]);return K.createElement(pI,le({ref:f,iconNode:a,className:gy(`lucide-${cI(py(n))}`,`lucide-${n}`,l)},u))});return i.displayName=py(n),i};/**
370
+ * @license lucide-react v0.536.0 - ISC
371
+ *
372
+ * This source code is licensed under the ISC license.
373
+ * See the LICENSE file in the root directory of this source tree.
374
+ */const gI=Cn("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);/**
375
+ * @license lucide-react v0.536.0 - ISC
376
+ *
377
+ * This source code is licensed under the ISC license.
378
+ * See the LICENSE file in the root directory of this source tree.
379
+ */const Cd=Cn("building-2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);/**
380
+ * @license lucide-react v0.536.0 - ISC
381
+ *
382
+ * This source code is licensed under the ISC license.
383
+ * See the LICENSE file in the root directory of this source tree.
384
+ */const mI=Cn("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);/**
385
+ * @license lucide-react v0.536.0 - ISC
386
+ *
387
+ * This source code is licensed under the ISC license.
388
+ * See the LICENSE file in the root directory of this source tree.
389
+ */const AI=Cn("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);/**
390
+ * @license lucide-react v0.536.0 - ISC
391
+ *
392
+ * This source code is licensed under the ISC license.
393
+ * See the LICENSE file in the root directory of this source tree.
394
+ */const yI=Cn("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
395
+ * @license lucide-react v0.536.0 - ISC
396
+ *
397
+ * This source code is licensed under the ISC license.
398
+ * See the LICENSE file in the root directory of this source tree.
399
+ */const EI=Cn("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);/**
400
+ * @license lucide-react v0.536.0 - ISC
401
+ *
402
+ * This source code is licensed under the ISC license.
403
+ * See the LICENSE file in the root directory of this source tree.
404
+ */const wI=Cn("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
405
+ * @license lucide-react v0.536.0 - ISC
406
+ *
407
+ * This source code is licensed under the ISC license.
408
+ * See the LICENSE file in the root directory of this source tree.
409
+ */const bI=Cn("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);/**
410
+ * @license lucide-react v0.536.0 - ISC
411
+ *
412
+ * This source code is licensed under the ISC license.
413
+ * See the LICENSE file in the root directory of this source tree.
414
+ */const xI=Cn("file-text",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);/**
415
+ * @license lucide-react v0.536.0 - ISC
416
+ *
417
+ * This source code is licensed under the ISC license.
418
+ * See the LICENSE file in the root directory of this source tree.
419
+ */const CI=Cn("languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]);/**
420
+ * @license lucide-react v0.536.0 - ISC
421
+ *
422
+ * This source code is licensed under the ISC license.
423
+ * See the LICENSE file in the root directory of this source tree.
424
+ */const Vl=Cn("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);/**
425
+ * @license lucide-react v0.536.0 - ISC
426
+ *
427
+ * This source code is licensed under the ISC license.
428
+ * See the LICENSE file in the root directory of this source tree.
429
+ */const vI=Cn("map-pin",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]]);/**
430
+ * @license lucide-react v0.536.0 - ISC
431
+ *
432
+ * This source code is licensed under the ISC license.
433
+ * See the LICENSE file in the root directory of this source tree.
434
+ */const SI=Cn("maximize-2",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]]);/**
435
+ * @license lucide-react v0.536.0 - ISC
436
+ *
437
+ * This source code is licensed under the ISC license.
438
+ * See the LICENSE file in the root directory of this source tree.
439
+ */const kI=Cn("mic",[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3",key:"s6n7sd"}]]);/**
440
+ * @license lucide-react v0.536.0 - ISC
441
+ *
442
+ * This source code is licensed under the ISC license.
443
+ * See the LICENSE file in the root directory of this source tree.
444
+ */const II=Cn("minimize-2",[["path",{d:"m14 10 7-7",key:"oa77jy"}],["path",{d:"M20 10h-6V4",key:"mjg0md"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M4 14h6v6",key:"rmj7iw"}]]);/**
445
+ * @license lucide-react v0.536.0 - ISC
446
+ *
447
+ * This source code is licensed under the ISC license.
448
+ * See the LICENSE file in the root directory of this source tree.
449
+ */const my=Cn("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
450
+ * @license lucide-react v0.536.0 - ISC
451
+ *
452
+ * This source code is licensed under the ISC license.
453
+ * See the LICENSE file in the root directory of this source tree.
454
+ */const vd=Cn("send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);/**
455
+ * @license lucide-react v0.536.0 - ISC
456
+ *
457
+ * This source code is licensed under the ISC license.
458
+ * See the LICENSE file in the root directory of this source tree.
459
+ */const RI=Cn("trash-2",[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]]);/**
460
+ * @license lucide-react v0.536.0 - ISC
461
+ *
462
+ * This source code is licensed under the ISC license.
463
+ * See the LICENSE file in the root directory of this source tree.
464
+ */const Yu=Cn("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);function DI({title:n,onExpand:a,onClose:i,onStartSession:l,isExpanded:u=!1,isMobile:f=!1,connectionStatus:c,isOnline:d,isFullMode:p=!1}){const[g,A]=K.useState(!1),m=K.useRef(null);K.useEffect(()=>{var C;function x(D){m.current&&!m.current.contains(D.target)&&A(!1)}const w=(C=m.current)==null?void 0:C.getRootNode(),k=w instanceof ShadowRoot?w:document;return k.addEventListener("mousedown",x),()=>{k.removeEventListener("mousedown",x)}},[]);const y=K.useCallback(x=>{x.preventDefault(),x.stopPropagation(),A(w=>!w)},[g]),E=K.useCallback(x=>{x.preventDefault(),x.stopPropagation(),A(!1),setTimeout(()=>{l()},0)},[l]);return R.jsxs("div",{className:`relative flex items-center justify-between px-6 py-4 bg-[var(--color-primary-background-default)] ${u||f?"sticky top-0 z-10":"rounded-t-lg"}`,children:[R.jsxs("div",{className:"flex items-center gap-2",children:[R.jsxs("div",{className:"relative w-7 h-8",children:[R.jsx("img",{src:"./assets/apollo-icon.svg",alt:"Apollo Icon",className:"flex-shrink-0 w-6 h-6"}),R.jsx("span",{className:`absolute bottom-0 right-0 text-xs ${c===xt.CONNECTED&&d?"bg-green-500 ring-2 ring-[var(--color-neutral-300)]":c===xt.CONNECTING&&d?"bg-yellow-500 ring-2 ring-[var(--color-neutral-300)]":"bg-red-500 ring-2 ring-[var(--color-neutral-300)]"} rounded-full p-1`})]}),R.jsxs("div",{children:[R.jsx("h2",{className:"font-semibold text-[var(--color-background)] text-lg",children:n}),R.jsx("p",{className:"text-xs text-[var(--color-background)]/80",children:c===xt.CONNECTED&&d?"Here for You 24/7":c===xt.CONNECTING&&d?"Connecting":"Not Connected"})]})]}),R.jsxs("div",{className:"flex items-center gap-1",children:[R.jsxs("div",{className:"relative",ref:m,children:[R.jsx(Bt,{variant:"ghost",size:"sm",title:"Start New Chat",className:"h-8 w-8 p-0 hover:bg-white/10 rounded-full cursor-pointer",onClick:y,children:R.jsx(my,{className:"h-full w-full text-white"})}),g&&R.jsx("div",{className:"absolute z-50 right-0 top-full mt-2 w-48 bg-white border border-gray-200 rounded-md shadow-lg z-[9999]",onMouseDown:x=>{x.stopPropagation()},children:R.jsx("div",{className:"py-1",children:R.jsx("button",{className:"block w-full text-center p-2 text-sm text-gray-700 hover:bg-[var(--color-card)] focus:bg-[var(--color-card)] focus:outline-none cursor-pointer",onClick:E,children:"Start New Chat"})})})]}),!f&&R.jsx(Bt,{variant:"ghost",size:"sm",title:u?"Minimize Chat":"Maximize Chat",className:"h-6 w-6 p-0 text-[var(--color-background)] hover:bg-[var(--color-background-primary-default)] hover:text-[var(--color-primary-foreground)] cursor-pointer",onClick:a,children:u?R.jsx(II,{className:"h-4 w-4"}):R.jsx(SI,{className:"h-4 w-4"})}),!p&&R.jsx(Bt,{variant:"ghost",size:"sm",title:"Close Chat",className:"h-6 w-6 p-0 text-[var(--color-background)] hover:bg-[var(--color-background-primary-default)] hover:text-[var(--color-primary-foreground)] cursor-pointer",onClick:i,children:R.jsx(Yu,{className:"h-4 w-4"})})]}),R.jsx(QA,{className:"absolute bottom-0 left-0 right-0"})]})}function TI({className:n="",onRetry:a,onStartNewSession:i,showRetryButton:l,startNewConnection:u,clearError:f,error:c,isConnected:d}){const{isOnline:p}=wd(),[g,A]=K.useState(!0);return K.useEffect(()=>{if(!u&&!l&&c){console.log("should fade",u,l,c),A(!0);const y=setTimeout(()=>{A(!1)},5e3);return()=>{clearTimeout(y)}}else console.log("shouldnt fade",u,l,c),A(!0)},[c,u,l]),u?R.jsx("div",{className:`mx-4 mb-3 px-2 py-1 bg-[var(--color-background-primary-subtle)] border border-[var(--color-primary)] rounded-lg hover:bg-[var(--color-primary-hover)] ${n}`,children:R.jsxs("div",{className:"flex items-center gap-3",children:[R.jsx("div",{className:"w-4 h-4 bg-[#F7B500] rounded-full flex items-center justify-center flex-shrink-0",children:R.jsx("span",{className:"text-white text-sm font-bold",children:"!"})}),R.jsxs("div",{className:"flex-1",children:[R.jsx("div",{className:"text-[#333333] font-semibold text-sm",children:c!=null&&c.title?c.title:"Something went wrong"}),R.jsx("div",{className:"text-[#666666] text-xs mt-1",children:"Start a new session."})]}),R.jsxs("button",{onClick:()=>{i&&i()},className:"p-2 bg-primary text-white text-xs font-semibold rounded-lg transition-colors flex items-center gap-2 flex-shrink-0",children:[R.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:R.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 4v16m8-8H4"})}),R.jsx("span",{className:"text-xs font-semibold",children:"Start new chat"})]})]})}):l?R.jsx("div",{className:`mx-4 mb-3 p-2 bg-[#FFFBEB] border border-[#FEE39B] rounded-lg ${n}`,children:R.jsxs("div",{className:"flex items-center gap-3",children:[R.jsx("div",{className:"w-5 h-5 bg-[#F7B500] rounded-full flex items-center justify-center flex-shrink-0",children:R.jsx("span",{className:"text-white text-sm font-bold",children:"!"})}),R.jsxs("div",{className:"flex-1",children:[R.jsx("div",{className:"text-[#333333] font-semibold text-sm",children:c!=null&&c.title?c.title:"Failed to connect"}),R.jsx("div",{className:"text-[#666666] text-xs mt-1",children:c!=null&&c.description?c.description:"Please check your connection and try again"})]}),R.jsxs("button",{onClick:()=>{f(),a&&a()},className:"px-4 py-2 bg-primary text-white text-sm font-semibold rounded-lg hover:bg-primary/80 transition-colors flex items-center gap-2 flex-shrink-0",children:[R.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:R.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})}),"Retry"]})]})}):d&&p&&!(c!=null&&c.title)?null:R.jsx("div",{className:`mx-4 mb-3 p-2 bg-[#FFFBEB] border border-[#FDD835] rounded-lg transition-opacity duration-500 ${g?"opacity-100":"opacity-0"} ${n}`,children:R.jsxs("div",{className:"flex items-center gap-3",children:[R.jsx("div",{className:"w-5 h-5 bg-[#FDD835] rounded-full flex items-center justify-center flex-shrink-0",children:R.jsx("span",{className:"text-white text-sm font-bold",children:"!"})}),R.jsxs("div",{className:"flex-1",children:[R.jsx("div",{className:"text-[#333333] font-semibold text-sm",children:p?(c==null?void 0:c.title)||"Connecting...":"No internet connection"}),R.jsx("div",{className:"text-[#666666] text-xs mt-1",children:p?c!=null&&c.description?c.description:"Please wait while we try to connect":"Please check your internet connection"})]}),!d&&R.jsx("div",{className:"flex-shrink-0",children:R.jsx("div",{className:"w-6 h-6 border-2 border-[#FDD835] border-t-transparent rounded-full animate-spin"})})]})})}function BI({actions:n,onActionClick:a,disabled:i=!1}){return R.jsx("div",{className:"flex flex-col items-end gap-2 px-4",children:n.map(l=>R.jsx(Bt,{variant:"outline",size:"sm",className:"justify-start text-sm font-normal border-[var(--color-primary)] hover:bg-[var(--color-accent)] text-[var(--color-primary)] h-8 rounded-lg w-fit",onClick:()=>a(l.id),disabled:i,children:l.label},l.id))})}function yj(){}function Ej(){}function MI(n,a){const i={};return(n[n.length-1]===""?[...n,""]:n).join((i.padRight?" ":"")+","+(i.padLeft===!1?"":" ")).trim()}const QI=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,OI=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,UI={};function Ay(n,a){return(UI.jsx?OI:QI).test(n)}const NI=/[ \t\n\f\r]/g;function jI(n){return typeof n=="object"?n.type==="text"?yy(n.value):!1:yy(n)}function yy(n){return n.replace(NI,"")===""}class _l{constructor(a,i,l){this.normal=i,this.property=a,l&&(this.space=l)}}_l.prototype.normal={},_l.prototype.property={},_l.prototype.space=void 0;function Ey(n,a){const i={},l={};for(const u of n)Object.assign(i,u.property),Object.assign(l,u.normal);return new _l(i,l,a)}function Sd(n){return n.toLowerCase()}class lr{constructor(a,i){this.attribute=i,this.property=a}}lr.prototype.attribute="",lr.prototype.booleanish=!1,lr.prototype.boolean=!1,lr.prototype.commaOrSpaceSeparated=!1,lr.prototype.commaSeparated=!1,lr.prototype.defined=!1,lr.prototype.mustUseProperty=!1,lr.prototype.number=!1,lr.prototype.overloadedBoolean=!1,lr.prototype.property="",lr.prototype.spaceSeparated=!1,lr.prototype.space=void 0;let zI=0;const dt=za(),yn=za(),kd=za(),Qe=za(),tn=za(),Qo=za(),Ar=za();function za(){return yv(2,++zI)}const Id=Object.freeze(Object.defineProperty({__proto__:null,boolean:dt,booleanish:yn,commaOrSpaceSeparated:Ar,commaSeparated:Qo,number:Qe,overloadedBoolean:kd,spaceSeparated:tn},Symbol.toStringTag,{value:"Module"})),Rd=Object.keys(Id);class Dd extends lr{constructor(a,i,l,u){let f=-1;if(super(a,i),wy(this,"space",u),typeof l=="number")for(;++f<Rd.length;){const c=Rd[f];wy(this,Rd[f],(l&Id[c])===Id[c])}}}Dd.prototype.defined=!0;function wy(n,a,i){i&&(n[a]=i)}function Oo(n){const a={},i={};for(const[l,u]of Object.entries(n.properties)){const f=new Dd(l,n.transform(n.attributes||{},l),u,n.space);n.mustUseProperty&&n.mustUseProperty.includes(l)&&(f.mustUseProperty=!0),a[l]=f,i[Sd(l)]=l,i[Sd(f.attribute)]=l}return new _l(a,i,n.space)}const by=Oo({properties:{ariaActiveDescendant:null,ariaAtomic:yn,ariaAutoComplete:null,ariaBusy:yn,ariaChecked:yn,ariaColCount:Qe,ariaColIndex:Qe,ariaColSpan:Qe,ariaControls:tn,ariaCurrent:null,ariaDescribedBy:tn,ariaDetails:null,ariaDisabled:yn,ariaDropEffect:tn,ariaErrorMessage:null,ariaExpanded:yn,ariaFlowTo:tn,ariaGrabbed:yn,ariaHasPopup:null,ariaHidden:yn,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:tn,ariaLevel:Qe,ariaLive:null,ariaModal:yn,ariaMultiLine:yn,ariaMultiSelectable:yn,ariaOrientation:null,ariaOwns:tn,ariaPlaceholder:null,ariaPosInSet:Qe,ariaPressed:yn,ariaReadOnly:yn,ariaRelevant:null,ariaRequired:yn,ariaRoleDescription:tn,ariaRowCount:Qe,ariaRowIndex:Qe,ariaRowSpan:Qe,ariaSelected:yn,ariaSetSize:Qe,ariaSort:null,ariaValueMax:Qe,ariaValueMin:Qe,ariaValueNow:Qe,ariaValueText:null,role:null},transform(n,a){return a==="role"?a:"aria-"+a.slice(4).toLowerCase()}});function xy(n,a){return a in n?n[a]:a}function Cy(n,a){return xy(n,a.toLowerCase())}const FI=Oo({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Qo,acceptCharset:tn,accessKey:tn,action:null,allow:null,allowFullScreen:dt,allowPaymentRequest:dt,allowUserMedia:dt,alt:null,as:null,async:dt,autoCapitalize:null,autoComplete:tn,autoFocus:dt,autoPlay:dt,blocking:tn,capture:null,charSet:null,checked:dt,cite:null,className:tn,cols:Qe,colSpan:null,content:null,contentEditable:yn,controls:dt,controlsList:tn,coords:Qe|Qo,crossOrigin:null,data:null,dateTime:null,decoding:null,default:dt,defer:dt,dir:null,dirName:null,disabled:dt,download:kd,draggable:yn,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:dt,formTarget:null,headers:tn,height:Qe,hidden:kd,high:Qe,href:null,hrefLang:null,htmlFor:tn,httpEquiv:tn,id:null,imageSizes:null,imageSrcSet:null,inert:dt,inputMode:null,integrity:null,is:null,isMap:dt,itemId:null,itemProp:tn,itemRef:tn,itemScope:dt,itemType:tn,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:dt,low:Qe,manifest:null,max:null,maxLength:Qe,media:null,method:null,min:null,minLength:Qe,multiple:dt,muted:dt,name:null,nonce:null,noModule:dt,noValidate:dt,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:dt,optimum:Qe,pattern:null,ping:tn,placeholder:null,playsInline:dt,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:dt,referrerPolicy:null,rel:tn,required:dt,reversed:dt,rows:Qe,rowSpan:Qe,sandbox:tn,scope:null,scoped:dt,seamless:dt,selected:dt,shadowRootClonable:dt,shadowRootDelegatesFocus:dt,shadowRootMode:null,shape:null,size:Qe,sizes:null,slot:null,span:Qe,spellCheck:yn,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Qe,step:null,style:null,tabIndex:Qe,target:null,title:null,translate:null,type:null,typeMustMatch:dt,useMap:null,value:yn,width:Qe,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:tn,axis:null,background:null,bgColor:null,border:Qe,borderColor:null,bottomMargin:Qe,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:dt,declare:dt,event:null,face:null,frame:null,frameBorder:null,hSpace:Qe,leftMargin:Qe,link:null,longDesc:null,lowSrc:null,marginHeight:Qe,marginWidth:Qe,noResize:dt,noHref:dt,noShade:dt,noWrap:dt,object:null,profile:null,prompt:null,rev:null,rightMargin:Qe,rules:null,scheme:null,scrolling:yn,standby:null,summary:null,text:null,topMargin:Qe,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Qe,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:dt,disableRemotePlayback:dt,prefix:null,property:null,results:Qe,security:null,unselectable:null},space:"html",transform:Cy}),LI=Oo({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:Ar,accentHeight:Qe,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Qe,amplitude:Qe,arabicForm:null,ascent:Qe,attributeName:null,attributeType:null,azimuth:Qe,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Qe,by:null,calcMode:null,capHeight:Qe,className:tn,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:Qe,diffuseConstant:Qe,direction:null,display:null,dur:null,divisor:Qe,dominantBaseline:null,download:dt,dx:null,dy:null,edgeMode:null,editable:null,elevation:Qe,enableBackground:null,end:null,event:null,exponent:Qe,externalResourcesRequired:null,fill:null,fillOpacity:Qe,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:Qo,g2:Qo,glyphName:Qo,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Qe,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Qe,horizOriginX:Qe,horizOriginY:Qe,id:null,ideographic:Qe,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Qe,k:Qe,k1:Qe,k2:Qe,k3:Qe,k4:Qe,kernelMatrix:Ar,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Qe,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:Qe,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:Qe,overlineThickness:Qe,paintOrder:null,panose1:null,path:null,pathLength:Qe,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:tn,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Qe,pointsAtY:Qe,pointsAtZ:Qe,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Ar,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Ar,rev:Ar,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Ar,requiredFeatures:Ar,requiredFonts:Ar,requiredFormats:Ar,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:Qe,specularExponent:Qe,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Qe,strikethroughThickness:Qe,string:null,stroke:null,strokeDashArray:Ar,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Qe,strokeOpacity:Qe,strokeWidth:null,style:null,surfaceScale:Qe,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Ar,tabIndex:Qe,tableValues:null,target:null,targetX:Qe,targetY:Qe,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Ar,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Qe,underlineThickness:Qe,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Qe,values:null,vAlphabetic:Qe,vMathematical:Qe,vectorEffect:null,vHanging:Qe,vIdeographic:Qe,version:null,vertAdvY:Qe,vertOriginX:Qe,vertOriginY:Qe,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Qe,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:xy}),vy=Oo({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(n,a){return"xlink:"+a.slice(5).toLowerCase()}}),Sy=Oo({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Cy}),ky=Oo({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(n,a){return"xml:"+a.slice(3).toLowerCase()}}),PI={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"},HI=/[A-Z]/g,Iy=/-[a-z]/g,GI=/^data[-\w.:]+$/i;function KI(n,a){const i=Sd(a);let l=a,u=lr;if(i in n.normal)return n.property[n.normal[i]];if(i.length>4&&i.slice(0,4)==="data"&&GI.test(a)){if(a.charAt(4)==="-"){const f=a.slice(5).replace(Iy,qI);l="data"+f.charAt(0).toUpperCase()+f.slice(1)}else{const f=a.slice(4);if(!Iy.test(f)){let c=f.replace(HI,YI);c.charAt(0)!=="-"&&(c="-"+c),a="data"+c}}u=Dd}return new u(l,a)}function YI(n){return"-"+n.toLowerCase()}function qI(n){return n.charAt(1).toUpperCase()}const JI=Ey([by,FI,vy,Sy,ky],"html"),Td=Ey([by,LI,vy,Sy,ky],"svg");function VI(n){return n.join(" ").trim()}var Uo={},Bd,Ry;function _I(){if(Ry)return Bd;Ry=1;var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,a=/\n/g,i=/^\s*/,l=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,u=/^:\s*/,f=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,d=/^\s+|\s+$/g,p=`
465
+ `,g="/",A="*",m="",y="comment",E="declaration";Bd=function(w,k){if(typeof w!="string")throw new TypeError("First argument must be a string");if(!w)return[];k=k||{};var C=1,D=1;function B(W){var I=W.match(a);I&&(C+=I.length);var ae=W.lastIndexOf(p);D=~ae?W.length-ae:D+W.length}function H(){var W={line:C,column:D};return function(I){return I.position=new F(W),ie(),I}}function F(W){this.start=W,this.end={line:C,column:D},this.source=k.source}F.prototype.content=w;function j(W){var I=new Error(k.source+":"+C+":"+D+": "+W);if(I.reason=W,I.filename=k.source,I.line=C,I.column=D,I.source=w,!k.silent)throw I}function Z(W){var I=W.exec(w);if(I){var ae=I[0];return B(ae),w=w.slice(ae.length),I}}function ie(){Z(i)}function L(W){var I;for(W=W||[];I=G();)I!==!1&&W.push(I);return W}function G(){var W=H();if(!(g!=w.charAt(0)||A!=w.charAt(1))){for(var I=2;m!=w.charAt(I)&&(A!=w.charAt(I)||g!=w.charAt(I+1));)++I;if(I+=2,m===w.charAt(I-1))return j("End of comment missing");var ae=w.slice(2,I-2);return D+=2,B(ae),w=w.slice(I),D+=2,W({type:y,comment:ae})}}function re(){var W=H(),I=Z(l);if(I){if(G(),!Z(u))return j("property missing ':'");var ae=Z(f),fe=W({type:E,property:x(I[0].replace(n,m)),value:ae?x(ae[0].replace(n,m)):m});return Z(c),fe}}function M(){var W=[];L(W);for(var I;I=re();)I!==!1&&(W.push(I),L(W));return W}return ie(),M()};function x(w){return w?w.replace(d,m):m}return Bd}var Dy;function XI(){if(Dy)return Uo;Dy=1;var n=Uo&&Uo.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(Uo,"__esModule",{value:!0}),Uo.default=i;var a=n(_I());function i(l,u){var f=null;if(!l||typeof l!="string")return f;var c=(0,a.default)(l),d=typeof u=="function";return c.forEach(function(p){if(p.type==="declaration"){var g=p.property,A=p.value;d?u(g,A,p):A&&(f=f||{},f[g]=A)}}),f}return Uo}var Xl={},Ty;function ZI(){if(Ty)return Xl;Ty=1,Object.defineProperty(Xl,"__esModule",{value:!0}),Xl.camelCase=void 0;var n=/^--[a-zA-Z0-9_-]+$/,a=/-([a-z])/g,i=/^[^-]+$/,l=/^-(webkit|moz|ms|o|khtml)-/,u=/^-(ms)-/,f=function(g){return!g||i.test(g)||n.test(g)},c=function(g,A){return A.toUpperCase()},d=function(g,A){return"".concat(A,"-")},p=function(g,A){return A===void 0&&(A={}),f(g)?g:(g=g.toLowerCase(),A.reactCompat?g=g.replace(u,d):g=g.replace(l,d),g.replace(a,c))};return Xl.camelCase=p,Xl}var Zl,By;function WI(){if(By)return Zl;By=1;var n=Zl&&Zl.__importDefault||function(u){return u&&u.__esModule?u:{default:u}},a=n(XI()),i=ZI();function l(u,f){var c={};return!u||typeof u!="string"||(0,a.default)(u,function(d,p){d&&p&&(c[(0,i.camelCase)(d,f)]=p)}),c}return l.default=l,Zl=l,Zl}var $I=WI();const eR=Hn($I),My=Qy("end"),Md=Qy("start");function Qy(n){return a;function a(i){const l=i&&i.position&&i.position[n]||{};if(typeof l.line=="number"&&l.line>0&&typeof l.column=="number"&&l.column>0)return{line:l.line,column:l.column,offset:typeof l.offset=="number"&&l.offset>-1?l.offset:void 0}}}function tR(n){const a=Md(n),i=My(n);if(a&&i)return{start:a,end:i}}function Wl(n){return!n||typeof n!="object"?"":"position"in n||"type"in n?Oy(n.position):"start"in n||"end"in n?Oy(n):"line"in n||"column"in n?Qd(n):""}function Qd(n){return Uy(n&&n.line)+":"+Uy(n&&n.column)}function Oy(n){return Qd(n&&n.start)+"-"+Qd(n&&n.end)}function Uy(n){return n&&typeof n=="number"?n:1}class Yn extends Error{constructor(a,i,l){super(),typeof i=="string"&&(l=i,i=void 0);let u="",f={},c=!1;if(i&&("line"in i&&"column"in i?f={place:i}:"start"in i&&"end"in i?f={place:i}:"type"in i?f={ancestors:[i],place:i.position}:f=le({},i)),typeof a=="string"?u=a:!f.cause&&a&&(c=!0,u=a.message,f.cause=a),!f.ruleId&&!f.source&&typeof l=="string"){const p=l.indexOf(":");p===-1?f.ruleId=l:(f.source=l.slice(0,p),f.ruleId=l.slice(p+1))}if(!f.place&&f.ancestors&&f.ancestors){const p=f.ancestors[f.ancestors.length-1];p&&(f.place=p.position)}const d=f.place&&"start"in f.place?f.place.start:f.place;this.ancestors=f.ancestors||void 0,this.cause=f.cause||void 0,this.column=d?d.column:void 0,this.fatal=void 0,this.file="",this.message=u,this.line=d?d.line:void 0,this.name=Wl(f.place)||"1:1",this.place=f.place||void 0,this.reason=this.message,this.ruleId=f.ruleId||void 0,this.source=f.source||void 0,this.stack=c&&f.cause&&typeof f.cause.stack=="string"?f.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}Yn.prototype.file="",Yn.prototype.name="",Yn.prototype.reason="",Yn.prototype.message="",Yn.prototype.stack="",Yn.prototype.column=void 0,Yn.prototype.line=void 0,Yn.prototype.ancestors=void 0,Yn.prototype.cause=void 0,Yn.prototype.fatal=void 0,Yn.prototype.place=void 0,Yn.prototype.ruleId=void 0,Yn.prototype.source=void 0;const Od={}.hasOwnProperty,nR=new Map,rR=/[A-Z]/g,iR=new Set(["table","tbody","thead","tfoot","tr"]),aR=new Set(["td","th"]),Ny="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function oR(n,a){if(!a||a.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const i=a.filePath||void 0;let l;if(a.development){if(typeof a.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");l=pR(i,a.jsxDEV)}else{if(typeof a.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof a.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");l=hR(i,a.jsx,a.jsxs)}const u={Fragment:a.Fragment,ancestors:[],components:a.components||{},create:l,elementAttributeNameCase:a.elementAttributeNameCase||"react",evaluater:a.createEvaluater?a.createEvaluater():void 0,filePath:i,ignoreInvalidStyle:a.ignoreInvalidStyle||!1,passKeys:a.passKeys!==!1,passNode:a.passNode||!1,schema:a.space==="svg"?Td:JI,stylePropertyNameCase:a.stylePropertyNameCase||"dom",tableCellAlignToStyle:a.tableCellAlignToStyle!==!1},f=jy(u,n,void 0);return f&&typeof f!="string"?f:u.create(n,u.Fragment,{children:f||void 0},void 0)}function jy(n,a,i){if(a.type==="element")return lR(n,a,i);if(a.type==="mdxFlowExpression"||a.type==="mdxTextExpression")return sR(n,a);if(a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement")return cR(n,a,i);if(a.type==="mdxjsEsm")return uR(n,a);if(a.type==="root")return fR(n,a,i);if(a.type==="text")return dR(n,a)}function lR(n,a,i){const l=n.schema;let u=l;a.tagName.toLowerCase()==="svg"&&l.space==="html"&&(u=Td,n.schema=u),n.ancestors.push(a);const f=Fy(n,a.tagName,!1),c=gR(n,a);let d=Nd(n,a);return iR.has(a.tagName)&&(d=d.filter(function(p){return typeof p=="string"?!jI(p):!0})),zy(n,c,f,a),Ud(c,d),n.ancestors.pop(),n.schema=l,n.create(a,f,c,i)}function sR(n,a){if(a.data&&a.data.estree&&n.evaluater){const l=a.data.estree.body[0];return l.type,n.evaluater.evaluateExpression(l.expression)}$l(n,a.position)}function uR(n,a){if(a.data&&a.data.estree&&n.evaluater)return n.evaluater.evaluateProgram(a.data.estree);$l(n,a.position)}function cR(n,a,i){const l=n.schema;let u=l;a.name==="svg"&&l.space==="html"&&(u=Td,n.schema=u),n.ancestors.push(a);const f=a.name===null?n.Fragment:Fy(n,a.name,!0),c=mR(n,a),d=Nd(n,a);return zy(n,c,f,a),Ud(c,d),n.ancestors.pop(),n.schema=l,n.create(a,f,c,i)}function fR(n,a,i){const l={};return Ud(l,Nd(n,a)),n.create(a,n.Fragment,l,i)}function dR(n,a){return a.value}function zy(n,a,i,l){typeof i!="string"&&i!==n.Fragment&&n.passNode&&(a.node=l)}function Ud(n,a){if(a.length>0){const i=a.length>1?a:a[0];i&&(n.children=i)}}function hR(n,a,i){return l;function l(u,f,c,d){const g=Array.isArray(c.children)?i:a;return d?g(f,c,d):g(f,c)}}function pR(n,a){return i;function i(l,u,f,c){const d=Array.isArray(f.children),p=Md(l);return a(u,f,c,d,{columnNumber:p?p.column-1:void 0,fileName:n,lineNumber:p?p.line:void 0},void 0)}}function gR(n,a){const i={};let l,u;for(u in a.properties)if(u!=="children"&&Od.call(a.properties,u)){const f=AR(n,u,a.properties[u]);if(f){const[c,d]=f;n.tableCellAlignToStyle&&c==="align"&&typeof d=="string"&&aR.has(a.tagName)?l=d:i[c]=d}}if(l){const f=i.style||(i.style={});f[n.stylePropertyNameCase==="css"?"text-align":"textAlign"]=l}return i}function mR(n,a){const i={};for(const l of a.attributes)if(l.type==="mdxJsxExpressionAttribute")if(l.data&&l.data.estree&&n.evaluater){const f=l.data.estree.body[0];f.type;const c=f.expression;c.type;const d=c.properties[0];d.type,Object.assign(i,n.evaluater.evaluateExpression(d.argument))}else $l(n,a.position);else{const u=l.name;let f;if(l.value&&typeof l.value=="object")if(l.value.data&&l.value.data.estree&&n.evaluater){const d=l.value.data.estree.body[0];d.type,f=n.evaluater.evaluateExpression(d.expression)}else $l(n,a.position);else f=l.value===null?!0:l.value;i[u]=f}return i}function Nd(n,a){const i=[];let l=-1;const u=n.passKeys?new Map:nR;for(;++l<a.children.length;){const f=a.children[l];let c;if(n.passKeys){const p=f.type==="element"?f.tagName:f.type==="mdxJsxFlowElement"||f.type==="mdxJsxTextElement"?f.name:void 0;if(p){const g=u.get(p)||0;c=p+"-"+g,u.set(p,g+1)}}const d=jy(n,f,c);d!==void 0&&i.push(d)}return i}function AR(n,a,i){const l=KI(n.schema,a);if(!(i==null||typeof i=="number"&&Number.isNaN(i))){if(Array.isArray(i)&&(i=l.commaSeparated?MI(i):VI(i)),l.property==="style"){let u=typeof i=="object"?i:yR(n,String(i));return n.stylePropertyNameCase==="css"&&(u=ER(u)),["style",u]}return[n.elementAttributeNameCase==="react"&&l.space?PI[l.property]||l.property:l.attribute,i]}}function yR(n,a){try{return eR(a,{reactCompat:!0})}catch(i){if(n.ignoreInvalidStyle)return{};const l=i,u=new Yn("Cannot parse `style` attribute",{ancestors:n.ancestors,cause:l,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw u.file=n.filePath||void 0,u.url=Ny+"#cannot-parse-style-attribute",u}}function Fy(n,a,i){let l;if(!i)l={type:"Literal",value:a};else if(a.includes(".")){const u=a.split(".");let f=-1,c;for(;++f<u.length;){const d=Ay(u[f])?{type:"Identifier",name:u[f]}:{type:"Literal",value:u[f]};c=c?{type:"MemberExpression",object:c,property:d,computed:!!(f&&d.type==="Literal"),optional:!1}:d}l=c}else l=Ay(a)&&!/^[a-z]/.test(a)?{type:"Identifier",name:a}:{type:"Literal",value:a};if(l.type==="Literal"){const u=l.value;return Od.call(n.components,u)?n.components[u]:u}if(n.evaluater)return n.evaluater.evaluateExpression(l);$l(n)}function $l(n,a){const i=new Yn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:n.ancestors,place:a,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw i.file=n.filePath||void 0,i.url=Ny+"#cannot-handle-mdx-estrees-without-createevaluater",i}function ER(n){const a={};let i;for(i in n)Od.call(n,i)&&(a[wR(i)]=n[i]);return a}function wR(n){let a=n.replace(rR,bR);return a.slice(0,3)==="ms-"&&(a="-"+a),a}function bR(n){return"-"+n.toLowerCase()}const jd={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"]},xR={};function zd(n,a){const i=xR,l=typeof i.includeImageAlt=="boolean"?i.includeImageAlt:!0,u=typeof i.includeHtml=="boolean"?i.includeHtml:!0;return Ly(n,l,u)}function Ly(n,a,i){if(CR(n)){if("value"in n)return n.type==="html"&&!i?"":n.value;if(a&&"alt"in n&&n.alt)return n.alt;if("children"in n)return Py(n.children,a,i)}return Array.isArray(n)?Py(n,a,i):""}function Py(n,a,i){const l=[];let u=-1;for(;++u<n.length;)l[u]=Ly(n[u],a,i);return l.join("")}function CR(n){return!!(n&&typeof n=="object")}const Hy=document.createElement("i");function Fd(n){const a="&"+n+";";Hy.innerHTML=a;const i=Hy.textContent;return i.charCodeAt(i.length-1)===59&&n!=="semi"||i===a?!1:i}function yr(n,a,i,l){const u=n.length;let f=0,c;if(a<0?a=-a>u?0:u+a:a=a>u?u:a,i=i>0?i:0,l.length<1e4)c=Array.from(l),c.unshift(a,i),n.splice(...c);else for(i&&n.splice(a,i);f<l.length;)c=l.slice(f,f+1e4),c.unshift(a,0),n.splice(...c),f+=1e4,a+=1e4}function Dr(n,a){return n.length>0?(yr(n,n.length,0,a),n):a}const Gy={}.hasOwnProperty;function Ky(n){const a={};let i=-1;for(;++i<n.length;)vR(a,n[i]);return a}function vR(n,a){let i;for(i in a){const u=(Gy.call(n,i)?n[i]:void 0)||(n[i]={}),f=a[i];let c;if(f)for(c in f){Gy.call(u,c)||(u[c]=[]);const d=f[c];SR(u[c],Array.isArray(d)?d:d?[d]:[])}}}function SR(n,a){let i=-1;const l=[];for(;++i<a.length;)(a[i].add==="after"?n:l).push(a[i]);yr(n,0,0,l)}function Yy(n,a){const i=Number.parseInt(n,a);return i<9||i===11||i>13&&i<32||i>126&&i<160||i>55295&&i<57344||i>64975&&i<65008||(i&65535)===65535||(i&65535)===65534||i>1114111?"�":String.fromCodePoint(i)}function qr(n){return n.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Zn=$i(/[A-Za-z]/),qn=$i(/[\dA-Za-z]/),kR=$i(/[#-'*+\--9=?A-Z^-~]/);function qu(n){return n!==null&&(n<32||n===127)}const Ld=$i(/\d/),IR=$i(/[\dA-Fa-f]/),RR=$i(/[!-/:-@[-`{-~]/);function nt(n){return n!==null&&n<-2}function _t(n){return n!==null&&(n<0||n===32)}function Ct(n){return n===-2||n===-1||n===32}const Ju=$i(new RegExp("\\p{P}|\\p{S}","u")),Fa=$i(/\s/);function $i(n){return a;function a(i){return i!==null&&i>-1&&n.test(String.fromCharCode(i))}}function No(n){const a=[];let i=-1,l=0,u=0;for(;++i<n.length;){const f=n.charCodeAt(i);let c="";if(f===37&&qn(n.charCodeAt(i+1))&&qn(n.charCodeAt(i+2)))u=2;else if(f<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(f))||(c=String.fromCharCode(f));else if(f>55295&&f<57344){const d=n.charCodeAt(i+1);f<56320&&d>56319&&d<57344?(c=String.fromCharCode(f,d),u=1):c="�"}else c=String.fromCharCode(f);c&&(a.push(n.slice(l,i),encodeURIComponent(c)),l=i+u+1,c=""),u&&(i+=u,u=0)}return a.join("")+n.slice(l)}function Qt(n,a,i,l){const u=l?l-1:Number.POSITIVE_INFINITY;let f=0;return c;function c(p){return Ct(p)?(n.enter(i),d(p)):a(p)}function d(p){return Ct(p)&&f++<u?(n.consume(p),d):(n.exit(i),a(p))}}const DR={tokenize:TR};function TR(n){const a=n.attempt(this.parser.constructs.contentInitial,l,u);let i;return a;function l(d){if(d===null){n.consume(d);return}return n.enter("lineEnding"),n.consume(d),n.exit("lineEnding"),Qt(n,a,"linePrefix")}function u(d){return n.enter("paragraph"),f(d)}function f(d){const p=n.enter("chunkText",{contentType:"text",previous:i});return i&&(i.next=p),i=p,c(d)}function c(d){if(d===null){n.exit("chunkText"),n.exit("paragraph"),n.consume(d);return}return nt(d)?(n.consume(d),n.exit("chunkText"),f):(n.consume(d),c)}}const BR={tokenize:MR},qy={tokenize:QR};function MR(n){const a=this,i=[];let l=0,u,f,c;return d;function d(B){if(l<i.length){const H=i[l];return a.containerState=H[1],n.attempt(H[0].continuation,p,g)(B)}return g(B)}function p(B){if(l++,a.containerState._closeFlow){a.containerState._closeFlow=void 0,u&&D();const H=a.events.length;let F=H,j;for(;F--;)if(a.events[F][0]==="exit"&&a.events[F][1].type==="chunkFlow"){j=a.events[F][1].end;break}C(l);let Z=H;for(;Z<a.events.length;)a.events[Z][1].end=le({},j),Z++;return yr(a.events,F+1,0,a.events.slice(H)),a.events.length=Z,g(B)}return d(B)}function g(B){if(l===i.length){if(!u)return y(B);if(u.currentConstruct&&u.currentConstruct.concrete)return x(B);a.interrupt=!!(u.currentConstruct&&!u._gfmTableDynamicInterruptHack)}return a.containerState={},n.check(qy,A,m)(B)}function A(B){return u&&D(),C(l),y(B)}function m(B){return a.parser.lazy[a.now().line]=l!==i.length,c=a.now().offset,x(B)}function y(B){return a.containerState={},n.attempt(qy,E,x)(B)}function E(B){return l++,i.push([a.currentConstruct,a.containerState]),y(B)}function x(B){if(B===null){u&&D(),C(0),n.consume(B);return}return u=u||a.parser.flow(a.now()),n.enter("chunkFlow",{_tokenizer:u,contentType:"flow",previous:f}),w(B)}function w(B){if(B===null){k(n.exit("chunkFlow"),!0),C(0),n.consume(B);return}return nt(B)?(n.consume(B),k(n.exit("chunkFlow")),l=0,a.interrupt=void 0,d):(n.consume(B),w)}function k(B,H){const F=a.sliceStream(B);if(H&&F.push(null),B.previous=f,f&&(f.next=B),f=B,u.defineSkip(B.start),u.write(F),a.parser.lazy[B.start.line]){let j=u.events.length;for(;j--;)if(u.events[j][1].start.offset<c&&(!u.events[j][1].end||u.events[j][1].end.offset>c))return;const Z=a.events.length;let ie=Z,L,G;for(;ie--;)if(a.events[ie][0]==="exit"&&a.events[ie][1].type==="chunkFlow"){if(L){G=a.events[ie][1].end;break}L=!0}for(C(l),j=Z;j<a.events.length;)a.events[j][1].end=le({},G),j++;yr(a.events,ie+1,0,a.events.slice(Z)),a.events.length=j}}function C(B){let H=i.length;for(;H-- >B;){const F=i[H];a.containerState=F[1],F[0].exit.call(a,n)}i.length=B}function D(){u.write([null]),f=void 0,u=void 0,a.containerState._closeFlow=void 0}}function QR(n,a,i){return Qt(n,n.attempt(this.parser.constructs.document,a,i),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function jo(n){if(n===null||_t(n)||Fa(n))return 1;if(Ju(n))return 2}function Vu(n,a,i){const l=[];let u=-1;for(;++u<n.length;){const f=n[u].resolveAll;f&&!l.includes(f)&&(a=f(a,i),l.push(f))}return a}const Pd={name:"attention",resolveAll:OR,tokenize:UR};function OR(n,a){let i=-1,l,u,f,c,d,p,g,A;for(;++i<n.length;)if(n[i][0]==="enter"&&n[i][1].type==="attentionSequence"&&n[i][1]._close){for(l=i;l--;)if(n[l][0]==="exit"&&n[l][1].type==="attentionSequence"&&n[l][1]._open&&a.sliceSerialize(n[l][1]).charCodeAt(0)===a.sliceSerialize(n[i][1]).charCodeAt(0)){if((n[l][1]._close||n[i][1]._open)&&(n[i][1].end.offset-n[i][1].start.offset)%3&&!((n[l][1].end.offset-n[l][1].start.offset+n[i][1].end.offset-n[i][1].start.offset)%3))continue;p=n[l][1].end.offset-n[l][1].start.offset>1&&n[i][1].end.offset-n[i][1].start.offset>1?2:1;const m=le({},n[l][1].end),y=le({},n[i][1].start);Jy(m,-p),Jy(y,p),c={type:p>1?"strongSequence":"emphasisSequence",start:m,end:le({},n[l][1].end)},d={type:p>1?"strongSequence":"emphasisSequence",start:le({},n[i][1].start),end:y},f={type:p>1?"strongText":"emphasisText",start:le({},n[l][1].end),end:le({},n[i][1].start)},u={type:p>1?"strong":"emphasis",start:le({},c.start),end:le({},d.end)},n[l][1].end=le({},c.start),n[i][1].start=le({},d.end),g=[],n[l][1].end.offset-n[l][1].start.offset&&(g=Dr(g,[["enter",n[l][1],a],["exit",n[l][1],a]])),g=Dr(g,[["enter",u,a],["enter",c,a],["exit",c,a],["enter",f,a]]),g=Dr(g,Vu(a.parser.constructs.insideSpan.null,n.slice(l+1,i),a)),g=Dr(g,[["exit",f,a],["enter",d,a],["exit",d,a],["exit",u,a]]),n[i][1].end.offset-n[i][1].start.offset?(A=2,g=Dr(g,[["enter",n[i][1],a],["exit",n[i][1],a]])):A=0,yr(n,l-1,i-l+3,g),i=l+g.length-A-2;break}}for(i=-1;++i<n.length;)n[i][1].type==="attentionSequence"&&(n[i][1].type="data");return n}function UR(n,a){const i=this.parser.constructs.attentionMarkers.null,l=this.previous,u=jo(l);let f;return c;function c(p){return f=p,n.enter("attentionSequence"),d(p)}function d(p){if(p===f)return n.consume(p),d;const g=n.exit("attentionSequence"),A=jo(p),m=!A||A===2&&u||i.includes(p),y=!u||u===2&&A||i.includes(l);return g._open=!!(f===42?m:m&&(u||!y)),g._close=!!(f===42?y:y&&(A||!m)),a(p)}}function Jy(n,a){n.column+=a,n.offset+=a,n._bufferIndex+=a}const NR={name:"autolink",tokenize:jR};function jR(n,a,i){let l=0;return u;function u(E){return n.enter("autolink"),n.enter("autolinkMarker"),n.consume(E),n.exit("autolinkMarker"),n.enter("autolinkProtocol"),f}function f(E){return Zn(E)?(n.consume(E),c):E===64?i(E):g(E)}function c(E){return E===43||E===45||E===46||qn(E)?(l=1,d(E)):g(E)}function d(E){return E===58?(n.consume(E),l=0,p):(E===43||E===45||E===46||qn(E))&&l++<32?(n.consume(E),d):(l=0,g(E))}function p(E){return E===62?(n.exit("autolinkProtocol"),n.enter("autolinkMarker"),n.consume(E),n.exit("autolinkMarker"),n.exit("autolink"),a):E===null||E===32||E===60||qu(E)?i(E):(n.consume(E),p)}function g(E){return E===64?(n.consume(E),A):kR(E)?(n.consume(E),g):i(E)}function A(E){return qn(E)?m(E):i(E)}function m(E){return E===46?(n.consume(E),l=0,A):E===62?(n.exit("autolinkProtocol").type="autolinkEmail",n.enter("autolinkMarker"),n.consume(E),n.exit("autolinkMarker"),n.exit("autolink"),a):y(E)}function y(E){if((E===45||qn(E))&&l++<63){const x=E===45?y:m;return n.consume(E),x}return i(E)}}const es={partial:!0,tokenize:zR};function zR(n,a,i){return l;function l(f){return Ct(f)?Qt(n,u,"linePrefix")(f):u(f)}function u(f){return f===null||nt(f)?a(f):i(f)}}const Vy={continuation:{tokenize:LR},exit:PR,name:"blockQuote",tokenize:FR};function FR(n,a,i){const l=this;return u;function u(c){if(c===62){const d=l.containerState;return d.open||(n.enter("blockQuote",{_container:!0}),d.open=!0),n.enter("blockQuotePrefix"),n.enter("blockQuoteMarker"),n.consume(c),n.exit("blockQuoteMarker"),f}return i(c)}function f(c){return Ct(c)?(n.enter("blockQuotePrefixWhitespace"),n.consume(c),n.exit("blockQuotePrefixWhitespace"),n.exit("blockQuotePrefix"),a):(n.exit("blockQuotePrefix"),a(c))}}function LR(n,a,i){const l=this;return u;function u(c){return Ct(c)?Qt(n,f,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c):f(c)}function f(c){return n.attempt(Vy,a,i)(c)}}function PR(n){n.exit("blockQuote")}const _y={name:"characterEscape",tokenize:HR};function HR(n,a,i){return l;function l(f){return n.enter("characterEscape"),n.enter("escapeMarker"),n.consume(f),n.exit("escapeMarker"),u}function u(f){return RR(f)?(n.enter("characterEscapeValue"),n.consume(f),n.exit("characterEscapeValue"),n.exit("characterEscape"),a):i(f)}}const Xy={name:"characterReference",tokenize:GR};function GR(n,a,i){const l=this;let u=0,f,c;return d;function d(m){return n.enter("characterReference"),n.enter("characterReferenceMarker"),n.consume(m),n.exit("characterReferenceMarker"),p}function p(m){return m===35?(n.enter("characterReferenceMarkerNumeric"),n.consume(m),n.exit("characterReferenceMarkerNumeric"),g):(n.enter("characterReferenceValue"),f=31,c=qn,A(m))}function g(m){return m===88||m===120?(n.enter("characterReferenceMarkerHexadecimal"),n.consume(m),n.exit("characterReferenceMarkerHexadecimal"),n.enter("characterReferenceValue"),f=6,c=IR,A):(n.enter("characterReferenceValue"),f=7,c=Ld,A(m))}function A(m){if(m===59&&u){const y=n.exit("characterReferenceValue");return c===qn&&!Fd(l.sliceSerialize(y))?i(m):(n.enter("characterReferenceMarker"),n.consume(m),n.exit("characterReferenceMarker"),n.exit("characterReference"),a)}return c(m)&&u++<f?(n.consume(m),A):i(m)}}const Zy={partial:!0,tokenize:YR},Wy={concrete:!0,name:"codeFenced",tokenize:KR};function KR(n,a,i){const l=this,u={partial:!0,tokenize:F};let f=0,c=0,d;return p;function p(j){return g(j)}function g(j){const Z=l.events[l.events.length-1];return f=Z&&Z[1].type==="linePrefix"?Z[2].sliceSerialize(Z[1],!0).length:0,d=j,n.enter("codeFenced"),n.enter("codeFencedFence"),n.enter("codeFencedFenceSequence"),A(j)}function A(j){return j===d?(c++,n.consume(j),A):c<3?i(j):(n.exit("codeFencedFenceSequence"),Ct(j)?Qt(n,m,"whitespace")(j):m(j))}function m(j){return j===null||nt(j)?(n.exit("codeFencedFence"),l.interrupt?a(j):n.check(Zy,w,H)(j)):(n.enter("codeFencedFenceInfo"),n.enter("chunkString",{contentType:"string"}),y(j))}function y(j){return j===null||nt(j)?(n.exit("chunkString"),n.exit("codeFencedFenceInfo"),m(j)):Ct(j)?(n.exit("chunkString"),n.exit("codeFencedFenceInfo"),Qt(n,E,"whitespace")(j)):j===96&&j===d?i(j):(n.consume(j),y)}function E(j){return j===null||nt(j)?m(j):(n.enter("codeFencedFenceMeta"),n.enter("chunkString",{contentType:"string"}),x(j))}function x(j){return j===null||nt(j)?(n.exit("chunkString"),n.exit("codeFencedFenceMeta"),m(j)):j===96&&j===d?i(j):(n.consume(j),x)}function w(j){return n.attempt(u,H,k)(j)}function k(j){return n.enter("lineEnding"),n.consume(j),n.exit("lineEnding"),C}function C(j){return f>0&&Ct(j)?Qt(n,D,"linePrefix",f+1)(j):D(j)}function D(j){return j===null||nt(j)?n.check(Zy,w,H)(j):(n.enter("codeFlowValue"),B(j))}function B(j){return j===null||nt(j)?(n.exit("codeFlowValue"),D(j)):(n.consume(j),B)}function H(j){return n.exit("codeFenced"),a(j)}function F(j,Z,ie){let L=0;return G;function G(ae){return j.enter("lineEnding"),j.consume(ae),j.exit("lineEnding"),re}function re(ae){return j.enter("codeFencedFence"),Ct(ae)?Qt(j,M,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ae):M(ae)}function M(ae){return ae===d?(j.enter("codeFencedFenceSequence"),W(ae)):ie(ae)}function W(ae){return ae===d?(L++,j.consume(ae),W):L>=c?(j.exit("codeFencedFenceSequence"),Ct(ae)?Qt(j,I,"whitespace")(ae):I(ae)):ie(ae)}function I(ae){return ae===null||nt(ae)?(j.exit("codeFencedFence"),Z(ae)):ie(ae)}}}function YR(n,a,i){const l=this;return u;function u(c){return c===null?i(c):(n.enter("lineEnding"),n.consume(c),n.exit("lineEnding"),f)}function f(c){return l.parser.lazy[l.now().line]?i(c):a(c)}}const Hd={name:"codeIndented",tokenize:JR},qR={partial:!0,tokenize:VR};function JR(n,a,i){const l=this;return u;function u(g){return n.enter("codeIndented"),Qt(n,f,"linePrefix",5)(g)}function f(g){const A=l.events[l.events.length-1];return A&&A[1].type==="linePrefix"&&A[2].sliceSerialize(A[1],!0).length>=4?c(g):i(g)}function c(g){return g===null?p(g):nt(g)?n.attempt(qR,c,p)(g):(n.enter("codeFlowValue"),d(g))}function d(g){return g===null||nt(g)?(n.exit("codeFlowValue"),c(g)):(n.consume(g),d)}function p(g){return n.exit("codeIndented"),a(g)}}function VR(n,a,i){const l=this;return u;function u(c){return l.parser.lazy[l.now().line]?i(c):nt(c)?(n.enter("lineEnding"),n.consume(c),n.exit("lineEnding"),u):Qt(n,f,"linePrefix",5)(c)}function f(c){const d=l.events[l.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?a(c):nt(c)?u(c):i(c)}}const _R={name:"codeText",previous:ZR,resolve:XR,tokenize:WR};function XR(n){let a=n.length-4,i=3,l,u;if((n[i][1].type==="lineEnding"||n[i][1].type==="space")&&(n[a][1].type==="lineEnding"||n[a][1].type==="space")){for(l=i;++l<a;)if(n[l][1].type==="codeTextData"){n[i][1].type="codeTextPadding",n[a][1].type="codeTextPadding",i+=2,a-=2;break}}for(l=i-1,a++;++l<=a;)u===void 0?l!==a&&n[l][1].type!=="lineEnding"&&(u=l):(l===a||n[l][1].type==="lineEnding")&&(n[u][1].type="codeTextData",l!==u+2&&(n[u][1].end=n[l-1][1].end,n.splice(u+2,l-u-2),a-=l-u-2,l=u+2),u=void 0);return n}function ZR(n){return n!==96||this.events[this.events.length-1][1].type==="characterEscape"}function WR(n,a,i){let l=0,u,f;return c;function c(m){return n.enter("codeText"),n.enter("codeTextSequence"),d(m)}function d(m){return m===96?(n.consume(m),l++,d):(n.exit("codeTextSequence"),p(m))}function p(m){return m===null?i(m):m===32?(n.enter("space"),n.consume(m),n.exit("space"),p):m===96?(f=n.enter("codeTextSequence"),u=0,A(m)):nt(m)?(n.enter("lineEnding"),n.consume(m),n.exit("lineEnding"),p):(n.enter("codeTextData"),g(m))}function g(m){return m===null||m===32||m===96||nt(m)?(n.exit("codeTextData"),p(m)):(n.consume(m),g)}function A(m){return m===96?(n.consume(m),u++,A):u===l?(n.exit("codeTextSequence"),n.exit("codeText"),a(m)):(f.type="codeTextData",g(m))}}class $R{constructor(a){this.left=a?[...a]:[],this.right=[]}get(a){if(a<0||a>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+a+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return a<this.left.length?this.left[a]:this.right[this.right.length-a+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(a,i){const l=i==null?Number.POSITIVE_INFINITY:i;return l<this.left.length?this.left.slice(a,l):a>this.left.length?this.right.slice(this.right.length-l+this.left.length,this.right.length-a+this.left.length).reverse():this.left.slice(a).concat(this.right.slice(this.right.length-l+this.left.length).reverse())}splice(a,i,l){const u=i||0;this.setCursor(Math.trunc(a));const f=this.right.splice(this.right.length-u,Number.POSITIVE_INFINITY);return l&&ts(this.left,l),f.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(a){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(a)}pushMany(a){this.setCursor(Number.POSITIVE_INFINITY),ts(this.left,a)}unshift(a){this.setCursor(0),this.right.push(a)}unshiftMany(a){this.setCursor(0),ts(this.right,a.reverse())}setCursor(a){if(!(a===this.left.length||a>this.left.length&&this.right.length===0||a<0&&this.left.length===0))if(a<this.left.length){const i=this.left.splice(a,Number.POSITIVE_INFINITY);ts(this.right,i.reverse())}else{const i=this.right.splice(this.left.length+this.right.length-a,Number.POSITIVE_INFINITY);ts(this.left,i.reverse())}}}function ts(n,a){let i=0;if(a.length<1e4)n.push(...a);else for(;i<a.length;)n.push(...a.slice(i,i+1e4)),i+=1e4}function $y(n){const a={};let i=-1,l,u,f,c,d,p,g;const A=new $R(n);for(;++i<A.length;){for(;i in a;)i=a[i];if(l=A.get(i),i&&l[1].type==="chunkFlow"&&A.get(i-1)[1].type==="listItemPrefix"&&(p=l[1]._tokenizer.events,f=0,f<p.length&&p[f][1].type==="lineEndingBlank"&&(f+=2),f<p.length&&p[f][1].type==="content"))for(;++f<p.length&&p[f][1].type!=="content";)p[f][1].type==="chunkText"&&(p[f][1]._isInFirstContentOfListItem=!0,f++);if(l[0]==="enter")l[1].contentType&&(Object.assign(a,eD(A,i)),i=a[i],g=!0);else if(l[1]._container){for(f=i,u=void 0;f--;)if(c=A.get(f),c[1].type==="lineEnding"||c[1].type==="lineEndingBlank")c[0]==="enter"&&(u&&(A.get(u)[1].type="lineEndingBlank"),c[1].type="lineEnding",u=f);else if(!(c[1].type==="linePrefix"||c[1].type==="listItemIndent"))break;u&&(l[1].end=le({},A.get(u)[1].start),d=A.slice(u,i),d.unshift(l),A.splice(u,i-u+1,d))}}return yr(n,0,Number.POSITIVE_INFINITY,A.slice(0)),!g}function eD(n,a){const i=n.get(a)[1],l=n.get(a)[2];let u=a-1;const f=[];let c=i._tokenizer;c||(c=l.parser[i.contentType](i.start),i._contentTypeTextTrailing&&(c._contentTypeTextTrailing=!0));const d=c.events,p=[],g={};let A,m,y=-1,E=i,x=0,w=0;const k=[w];for(;E;){for(;n.get(++u)[1]!==E;);f.push(u),E._tokenizer||(A=l.sliceStream(E),E.next||A.push(null),m&&c.defineSkip(E.start),E._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=!0),c.write(A),E._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=void 0)),m=E,E=E.next}for(E=i;++y<d.length;)d[y][0]==="exit"&&d[y-1][0]==="enter"&&d[y][1].type===d[y-1][1].type&&d[y][1].start.line!==d[y][1].end.line&&(w=y+1,k.push(w),E._tokenizer=void 0,E.previous=void 0,E=E.next);for(c.events=[],E?(E._tokenizer=void 0,E.previous=void 0):k.pop(),y=k.length;y--;){const C=d.slice(k[y],k[y+1]),D=f.pop();p.push([D,D+C.length-1]),n.splice(D,2,C)}for(p.reverse(),y=-1;++y<p.length;)g[x+p[y][0]]=x+p[y][1],x+=p[y][1]-p[y][0]-1;return g}const tD={resolve:rD,tokenize:iD},nD={partial:!0,tokenize:aD};function rD(n){return $y(n),n}function iD(n,a){let i;return l;function l(d){return n.enter("content"),i=n.enter("chunkContent",{contentType:"content"}),u(d)}function u(d){return d===null?f(d):nt(d)?n.check(nD,c,f)(d):(n.consume(d),u)}function f(d){return n.exit("chunkContent"),n.exit("content"),a(d)}function c(d){return n.consume(d),n.exit("chunkContent"),i.next=n.enter("chunkContent",{contentType:"content",previous:i}),i=i.next,u}}function aD(n,a,i){const l=this;return u;function u(c){return n.exit("chunkContent"),n.enter("lineEnding"),n.consume(c),n.exit("lineEnding"),Qt(n,f,"linePrefix")}function f(c){if(c===null||nt(c))return i(c);const d=l.events[l.events.length-1];return!l.parser.constructs.disable.null.includes("codeIndented")&&d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?a(c):n.interrupt(l.parser.constructs.flow,i,a)(c)}}function e0(n,a,i,l,u,f,c,d,p){const g=p||Number.POSITIVE_INFINITY;let A=0;return m;function m(C){return C===60?(n.enter(l),n.enter(u),n.enter(f),n.consume(C),n.exit(f),y):C===null||C===32||C===41||qu(C)?i(C):(n.enter(l),n.enter(c),n.enter(d),n.enter("chunkString",{contentType:"string"}),w(C))}function y(C){return C===62?(n.enter(f),n.consume(C),n.exit(f),n.exit(u),n.exit(l),a):(n.enter(d),n.enter("chunkString",{contentType:"string"}),E(C))}function E(C){return C===62?(n.exit("chunkString"),n.exit(d),y(C)):C===null||C===60||nt(C)?i(C):(n.consume(C),C===92?x:E)}function x(C){return C===60||C===62||C===92?(n.consume(C),E):E(C)}function w(C){return!A&&(C===null||C===41||_t(C))?(n.exit("chunkString"),n.exit(d),n.exit(c),n.exit(l),a(C)):A<g&&C===40?(n.consume(C),A++,w):C===41?(n.consume(C),A--,w):C===null||C===32||C===40||qu(C)?i(C):(n.consume(C),C===92?k:w)}function k(C){return C===40||C===41||C===92?(n.consume(C),w):w(C)}}function t0(n,a,i,l,u,f){const c=this;let d=0,p;return g;function g(E){return n.enter(l),n.enter(u),n.consume(E),n.exit(u),n.enter(f),A}function A(E){return d>999||E===null||E===91||E===93&&!p||E===94&&!d&&"_hiddenFootnoteSupport"in c.parser.constructs?i(E):E===93?(n.exit(f),n.enter(u),n.consume(E),n.exit(u),n.exit(l),a):nt(E)?(n.enter("lineEnding"),n.consume(E),n.exit("lineEnding"),A):(n.enter("chunkString",{contentType:"string"}),m(E))}function m(E){return E===null||E===91||E===93||nt(E)||d++>999?(n.exit("chunkString"),A(E)):(n.consume(E),p||(p=!Ct(E)),E===92?y:m)}function y(E){return E===91||E===92||E===93?(n.consume(E),d++,m):m(E)}}function n0(n,a,i,l,u,f){let c;return d;function d(y){return y===34||y===39||y===40?(n.enter(l),n.enter(u),n.consume(y),n.exit(u),c=y===40?41:y,p):i(y)}function p(y){return y===c?(n.enter(u),n.consume(y),n.exit(u),n.exit(l),a):(n.enter(f),g(y))}function g(y){return y===c?(n.exit(f),p(c)):y===null?i(y):nt(y)?(n.enter("lineEnding"),n.consume(y),n.exit("lineEnding"),Qt(n,g,"linePrefix")):(n.enter("chunkString",{contentType:"string"}),A(y))}function A(y){return y===c||y===null||nt(y)?(n.exit("chunkString"),g(y)):(n.consume(y),y===92?m:A)}function m(y){return y===c||y===92?(n.consume(y),A):A(y)}}function ns(n,a){let i;return l;function l(u){return nt(u)?(n.enter("lineEnding"),n.consume(u),n.exit("lineEnding"),i=!0,l):Ct(u)?Qt(n,l,i?"linePrefix":"lineSuffix")(u):a(u)}}const oD={name:"definition",tokenize:sD},lD={partial:!0,tokenize:uD};function sD(n,a,i){const l=this;let u;return f;function f(E){return n.enter("definition"),c(E)}function c(E){return t0.call(l,n,d,i,"definitionLabel","definitionLabelMarker","definitionLabelString")(E)}function d(E){return u=qr(l.sliceSerialize(l.events[l.events.length-1][1]).slice(1,-1)),E===58?(n.enter("definitionMarker"),n.consume(E),n.exit("definitionMarker"),p):i(E)}function p(E){return _t(E)?ns(n,g)(E):g(E)}function g(E){return e0(n,A,i,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(E)}function A(E){return n.attempt(lD,m,m)(E)}function m(E){return Ct(E)?Qt(n,y,"whitespace")(E):y(E)}function y(E){return E===null||nt(E)?(n.exit("definition"),l.parser.defined.push(u),a(E)):i(E)}}function uD(n,a,i){return l;function l(d){return _t(d)?ns(n,u)(d):i(d)}function u(d){return n0(n,f,i,"definitionTitle","definitionTitleMarker","definitionTitleString")(d)}function f(d){return Ct(d)?Qt(n,c,"whitespace")(d):c(d)}function c(d){return d===null||nt(d)?a(d):i(d)}}const cD={name:"hardBreakEscape",tokenize:fD};function fD(n,a,i){return l;function l(f){return n.enter("hardBreakEscape"),n.consume(f),u}function u(f){return nt(f)?(n.exit("hardBreakEscape"),a(f)):i(f)}}const dD={name:"headingAtx",resolve:hD,tokenize:pD};function hD(n,a){let i=n.length-2,l=3,u,f;return n[l][1].type==="whitespace"&&(l+=2),i-2>l&&n[i][1].type==="whitespace"&&(i-=2),n[i][1].type==="atxHeadingSequence"&&(l===i-1||i-4>l&&n[i-2][1].type==="whitespace")&&(i-=l+1===i?2:4),i>l&&(u={type:"atxHeadingText",start:n[l][1].start,end:n[i][1].end},f={type:"chunkText",start:n[l][1].start,end:n[i][1].end,contentType:"text"},yr(n,l,i-l+1,[["enter",u,a],["enter",f,a],["exit",f,a],["exit",u,a]])),n}function pD(n,a,i){let l=0;return u;function u(A){return n.enter("atxHeading"),f(A)}function f(A){return n.enter("atxHeadingSequence"),c(A)}function c(A){return A===35&&l++<6?(n.consume(A),c):A===null||_t(A)?(n.exit("atxHeadingSequence"),d(A)):i(A)}function d(A){return A===35?(n.enter("atxHeadingSequence"),p(A)):A===null||nt(A)?(n.exit("atxHeading"),a(A)):Ct(A)?Qt(n,d,"whitespace")(A):(n.enter("atxHeadingText"),g(A))}function p(A){return A===35?(n.consume(A),p):(n.exit("atxHeadingSequence"),d(A))}function g(A){return A===null||A===35||_t(A)?(n.exit("atxHeadingText"),d(A)):(n.consume(A),g)}}const gD=["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"],r0=["pre","script","style","textarea"],mD={concrete:!0,name:"htmlFlow",resolveTo:ED,tokenize:wD},AD={partial:!0,tokenize:xD},yD={partial:!0,tokenize:bD};function ED(n){let a=n.length;for(;a--&&!(n[a][0]==="enter"&&n[a][1].type==="htmlFlow"););return a>1&&n[a-2][1].type==="linePrefix"&&(n[a][1].start=n[a-2][1].start,n[a+1][1].start=n[a-2][1].start,n.splice(a-2,2)),n}function wD(n,a,i){const l=this;let u,f,c,d,p;return g;function g(Q){return A(Q)}function A(Q){return n.enter("htmlFlow"),n.enter("htmlFlowData"),n.consume(Q),m}function m(Q){return Q===33?(n.consume(Q),y):Q===47?(n.consume(Q),f=!0,w):Q===63?(n.consume(Q),u=3,l.interrupt?a:T):Zn(Q)?(n.consume(Q),c=String.fromCharCode(Q),k):i(Q)}function y(Q){return Q===45?(n.consume(Q),u=2,E):Q===91?(n.consume(Q),u=5,d=0,x):Zn(Q)?(n.consume(Q),u=4,l.interrupt?a:T):i(Q)}function E(Q){return Q===45?(n.consume(Q),l.interrupt?a:T):i(Q)}function x(Q){const ye="CDATA[";return Q===ye.charCodeAt(d++)?(n.consume(Q),d===ye.length?l.interrupt?a:M:x):i(Q)}function w(Q){return Zn(Q)?(n.consume(Q),c=String.fromCharCode(Q),k):i(Q)}function k(Q){if(Q===null||Q===47||Q===62||_t(Q)){const ye=Q===47,Se=c.toLowerCase();return!ye&&!f&&r0.includes(Se)?(u=1,l.interrupt?a(Q):M(Q)):gD.includes(c.toLowerCase())?(u=6,ye?(n.consume(Q),C):l.interrupt?a(Q):M(Q)):(u=7,l.interrupt&&!l.parser.lazy[l.now().line]?i(Q):f?D(Q):B(Q))}return Q===45||qn(Q)?(n.consume(Q),c+=String.fromCharCode(Q),k):i(Q)}function C(Q){return Q===62?(n.consume(Q),l.interrupt?a:M):i(Q)}function D(Q){return Ct(Q)?(n.consume(Q),D):G(Q)}function B(Q){return Q===47?(n.consume(Q),G):Q===58||Q===95||Zn(Q)?(n.consume(Q),H):Ct(Q)?(n.consume(Q),B):G(Q)}function H(Q){return Q===45||Q===46||Q===58||Q===95||qn(Q)?(n.consume(Q),H):F(Q)}function F(Q){return Q===61?(n.consume(Q),j):Ct(Q)?(n.consume(Q),F):B(Q)}function j(Q){return Q===null||Q===60||Q===61||Q===62||Q===96?i(Q):Q===34||Q===39?(n.consume(Q),p=Q,Z):Ct(Q)?(n.consume(Q),j):ie(Q)}function Z(Q){return Q===p?(n.consume(Q),p=null,L):Q===null||nt(Q)?i(Q):(n.consume(Q),Z)}function ie(Q){return Q===null||Q===34||Q===39||Q===47||Q===60||Q===61||Q===62||Q===96||_t(Q)?F(Q):(n.consume(Q),ie)}function L(Q){return Q===47||Q===62||Ct(Q)?B(Q):i(Q)}function G(Q){return Q===62?(n.consume(Q),re):i(Q)}function re(Q){return Q===null||nt(Q)?M(Q):Ct(Q)?(n.consume(Q),re):i(Q)}function M(Q){return Q===45&&u===2?(n.consume(Q),fe):Q===60&&u===1?(n.consume(Q),se):Q===62&&u===4?(n.consume(Q),V):Q===63&&u===3?(n.consume(Q),T):Q===93&&u===5?(n.consume(Q),te):nt(Q)&&(u===6||u===7)?(n.exit("htmlFlowData"),n.check(AD,q,W)(Q)):Q===null||nt(Q)?(n.exit("htmlFlowData"),W(Q)):(n.consume(Q),M)}function W(Q){return n.check(yD,I,q)(Q)}function I(Q){return n.enter("lineEnding"),n.consume(Q),n.exit("lineEnding"),ae}function ae(Q){return Q===null||nt(Q)?W(Q):(n.enter("htmlFlowData"),M(Q))}function fe(Q){return Q===45?(n.consume(Q),T):M(Q)}function se(Q){return Q===47?(n.consume(Q),c="",ue):M(Q)}function ue(Q){if(Q===62){const ye=c.toLowerCase();return r0.includes(ye)?(n.consume(Q),V):M(Q)}return Zn(Q)&&c.length<8?(n.consume(Q),c+=String.fromCharCode(Q),ue):M(Q)}function te(Q){return Q===93?(n.consume(Q),T):M(Q)}function T(Q){return Q===62?(n.consume(Q),V):Q===45&&u===2?(n.consume(Q),T):M(Q)}function V(Q){return Q===null||nt(Q)?(n.exit("htmlFlowData"),q(Q)):(n.consume(Q),V)}function q(Q){return n.exit("htmlFlow"),a(Q)}}function bD(n,a,i){const l=this;return u;function u(c){return nt(c)?(n.enter("lineEnding"),n.consume(c),n.exit("lineEnding"),f):i(c)}function f(c){return l.parser.lazy[l.now().line]?i(c):a(c)}}function xD(n,a,i){return l;function l(u){return n.enter("lineEnding"),n.consume(u),n.exit("lineEnding"),n.attempt(es,a,i)}}const CD={name:"htmlText",tokenize:vD};function vD(n,a,i){const l=this;let u,f,c;return d;function d(T){return n.enter("htmlText"),n.enter("htmlTextData"),n.consume(T),p}function p(T){return T===33?(n.consume(T),g):T===47?(n.consume(T),F):T===63?(n.consume(T),B):Zn(T)?(n.consume(T),ie):i(T)}function g(T){return T===45?(n.consume(T),A):T===91?(n.consume(T),f=0,x):Zn(T)?(n.consume(T),D):i(T)}function A(T){return T===45?(n.consume(T),E):i(T)}function m(T){return T===null?i(T):T===45?(n.consume(T),y):nt(T)?(c=m,se(T)):(n.consume(T),m)}function y(T){return T===45?(n.consume(T),E):m(T)}function E(T){return T===62?fe(T):T===45?y(T):m(T)}function x(T){const V="CDATA[";return T===V.charCodeAt(f++)?(n.consume(T),f===V.length?w:x):i(T)}function w(T){return T===null?i(T):T===93?(n.consume(T),k):nt(T)?(c=w,se(T)):(n.consume(T),w)}function k(T){return T===93?(n.consume(T),C):w(T)}function C(T){return T===62?fe(T):T===93?(n.consume(T),C):w(T)}function D(T){return T===null||T===62?fe(T):nt(T)?(c=D,se(T)):(n.consume(T),D)}function B(T){return T===null?i(T):T===63?(n.consume(T),H):nt(T)?(c=B,se(T)):(n.consume(T),B)}function H(T){return T===62?fe(T):B(T)}function F(T){return Zn(T)?(n.consume(T),j):i(T)}function j(T){return T===45||qn(T)?(n.consume(T),j):Z(T)}function Z(T){return nt(T)?(c=Z,se(T)):Ct(T)?(n.consume(T),Z):fe(T)}function ie(T){return T===45||qn(T)?(n.consume(T),ie):T===47||T===62||_t(T)?L(T):i(T)}function L(T){return T===47?(n.consume(T),fe):T===58||T===95||Zn(T)?(n.consume(T),G):nt(T)?(c=L,se(T)):Ct(T)?(n.consume(T),L):fe(T)}function G(T){return T===45||T===46||T===58||T===95||qn(T)?(n.consume(T),G):re(T)}function re(T){return T===61?(n.consume(T),M):nt(T)?(c=re,se(T)):Ct(T)?(n.consume(T),re):L(T)}function M(T){return T===null||T===60||T===61||T===62||T===96?i(T):T===34||T===39?(n.consume(T),u=T,W):nt(T)?(c=M,se(T)):Ct(T)?(n.consume(T),M):(n.consume(T),I)}function W(T){return T===u?(n.consume(T),u=void 0,ae):T===null?i(T):nt(T)?(c=W,se(T)):(n.consume(T),W)}function I(T){return T===null||T===34||T===39||T===60||T===61||T===96?i(T):T===47||T===62||_t(T)?L(T):(n.consume(T),I)}function ae(T){return T===47||T===62||_t(T)?L(T):i(T)}function fe(T){return T===62?(n.consume(T),n.exit("htmlTextData"),n.exit("htmlText"),a):i(T)}function se(T){return n.exit("htmlTextData"),n.enter("lineEnding"),n.consume(T),n.exit("lineEnding"),ue}function ue(T){return Ct(T)?Qt(n,te,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(T):te(T)}function te(T){return n.enter("htmlTextData"),c(T)}}const Gd={name:"labelEnd",resolveAll:RD,resolveTo:DD,tokenize:TD},SD={tokenize:BD},kD={tokenize:MD},ID={tokenize:QD};function RD(n){let a=-1;const i=[];for(;++a<n.length;){const l=n[a][1];if(i.push(n[a]),l.type==="labelImage"||l.type==="labelLink"||l.type==="labelEnd"){const u=l.type==="labelImage"?4:2;l.type="data",a+=u}}return n.length!==i.length&&yr(n,0,n.length,i),n}function DD(n,a){let i=n.length,l=0,u,f,c,d;for(;i--;)if(u=n[i][1],f){if(u.type==="link"||u.type==="labelLink"&&u._inactive)break;n[i][0]==="enter"&&u.type==="labelLink"&&(u._inactive=!0)}else if(c){if(n[i][0]==="enter"&&(u.type==="labelImage"||u.type==="labelLink")&&!u._balanced&&(f=i,u.type!=="labelLink")){l=2;break}}else u.type==="labelEnd"&&(c=i);const p={type:n[f][1].type==="labelLink"?"link":"image",start:le({},n[f][1].start),end:le({},n[n.length-1][1].end)},g={type:"label",start:le({},n[f][1].start),end:le({},n[c][1].end)},A={type:"labelText",start:le({},n[f+l+2][1].end),end:le({},n[c-2][1].start)};return d=[["enter",p,a],["enter",g,a]],d=Dr(d,n.slice(f+1,f+l+3)),d=Dr(d,[["enter",A,a]]),d=Dr(d,Vu(a.parser.constructs.insideSpan.null,n.slice(f+l+4,c-3),a)),d=Dr(d,[["exit",A,a],n[c-2],n[c-1],["exit",g,a]]),d=Dr(d,n.slice(c+1)),d=Dr(d,[["exit",p,a]]),yr(n,f,n.length,d),n}function TD(n,a,i){const l=this;let u=l.events.length,f,c;for(;u--;)if((l.events[u][1].type==="labelImage"||l.events[u][1].type==="labelLink")&&!l.events[u][1]._balanced){f=l.events[u][1];break}return d;function d(y){return f?f._inactive?m(y):(c=l.parser.defined.includes(qr(l.sliceSerialize({start:f.end,end:l.now()}))),n.enter("labelEnd"),n.enter("labelMarker"),n.consume(y),n.exit("labelMarker"),n.exit("labelEnd"),p):i(y)}function p(y){return y===40?n.attempt(SD,A,c?A:m)(y):y===91?n.attempt(kD,A,c?g:m)(y):c?A(y):m(y)}function g(y){return n.attempt(ID,A,m)(y)}function A(y){return a(y)}function m(y){return f._balanced=!0,i(y)}}function BD(n,a,i){return l;function l(m){return n.enter("resource"),n.enter("resourceMarker"),n.consume(m),n.exit("resourceMarker"),u}function u(m){return _t(m)?ns(n,f)(m):f(m)}function f(m){return m===41?A(m):e0(n,c,d,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(m)}function c(m){return _t(m)?ns(n,p)(m):A(m)}function d(m){return i(m)}function p(m){return m===34||m===39||m===40?n0(n,g,i,"resourceTitle","resourceTitleMarker","resourceTitleString")(m):A(m)}function g(m){return _t(m)?ns(n,A)(m):A(m)}function A(m){return m===41?(n.enter("resourceMarker"),n.consume(m),n.exit("resourceMarker"),n.exit("resource"),a):i(m)}}function MD(n,a,i){const l=this;return u;function u(d){return t0.call(l,n,f,c,"reference","referenceMarker","referenceString")(d)}function f(d){return l.parser.defined.includes(qr(l.sliceSerialize(l.events[l.events.length-1][1]).slice(1,-1)))?a(d):i(d)}function c(d){return i(d)}}function QD(n,a,i){return l;function l(f){return n.enter("reference"),n.enter("referenceMarker"),n.consume(f),n.exit("referenceMarker"),u}function u(f){return f===93?(n.enter("referenceMarker"),n.consume(f),n.exit("referenceMarker"),n.exit("reference"),a):i(f)}}const OD={name:"labelStartImage",resolveAll:Gd.resolveAll,tokenize:UD};function UD(n,a,i){const l=this;return u;function u(d){return n.enter("labelImage"),n.enter("labelImageMarker"),n.consume(d),n.exit("labelImageMarker"),f}function f(d){return d===91?(n.enter("labelMarker"),n.consume(d),n.exit("labelMarker"),n.exit("labelImage"),c):i(d)}function c(d){return d===94&&"_hiddenFootnoteSupport"in l.parser.constructs?i(d):a(d)}}const ND={name:"labelStartLink",resolveAll:Gd.resolveAll,tokenize:jD};function jD(n,a,i){const l=this;return u;function u(c){return n.enter("labelLink"),n.enter("labelMarker"),n.consume(c),n.exit("labelMarker"),n.exit("labelLink"),f}function f(c){return c===94&&"_hiddenFootnoteSupport"in l.parser.constructs?i(c):a(c)}}const Kd={name:"lineEnding",tokenize:zD};function zD(n,a){return i;function i(l){return n.enter("lineEnding"),n.consume(l),n.exit("lineEnding"),Qt(n,a,"linePrefix")}}const _u={name:"thematicBreak",tokenize:FD};function FD(n,a,i){let l=0,u;return f;function f(g){return n.enter("thematicBreak"),c(g)}function c(g){return u=g,d(g)}function d(g){return g===u?(n.enter("thematicBreakSequence"),p(g)):l>=3&&(g===null||nt(g))?(n.exit("thematicBreak"),a(g)):i(g)}function p(g){return g===u?(n.consume(g),l++,p):(n.exit("thematicBreakSequence"),Ct(g)?Qt(n,d,"whitespace")(g):d(g))}}const sr={continuation:{tokenize:GD},exit:YD,name:"list",tokenize:HD},LD={partial:!0,tokenize:qD},PD={partial:!0,tokenize:KD};function HD(n,a,i){const l=this,u=l.events[l.events.length-1];let f=u&&u[1].type==="linePrefix"?u[2].sliceSerialize(u[1],!0).length:0,c=0;return d;function d(E){const x=l.containerState.type||(E===42||E===43||E===45?"listUnordered":"listOrdered");if(x==="listUnordered"?!l.containerState.marker||E===l.containerState.marker:Ld(E)){if(l.containerState.type||(l.containerState.type=x,n.enter(x,{_container:!0})),x==="listUnordered")return n.enter("listItemPrefix"),E===42||E===45?n.check(_u,i,g)(E):g(E);if(!l.interrupt||E===49)return n.enter("listItemPrefix"),n.enter("listItemValue"),p(E)}return i(E)}function p(E){return Ld(E)&&++c<10?(n.consume(E),p):(!l.interrupt||c<2)&&(l.containerState.marker?E===l.containerState.marker:E===41||E===46)?(n.exit("listItemValue"),g(E)):i(E)}function g(E){return n.enter("listItemMarker"),n.consume(E),n.exit("listItemMarker"),l.containerState.marker=l.containerState.marker||E,n.check(es,l.interrupt?i:A,n.attempt(LD,y,m))}function A(E){return l.containerState.initialBlankLine=!0,f++,y(E)}function m(E){return Ct(E)?(n.enter("listItemPrefixWhitespace"),n.consume(E),n.exit("listItemPrefixWhitespace"),y):i(E)}function y(E){return l.containerState.size=f+l.sliceSerialize(n.exit("listItemPrefix"),!0).length,a(E)}}function GD(n,a,i){const l=this;return l.containerState._closeFlow=void 0,n.check(es,u,f);function u(d){return l.containerState.furtherBlankLines=l.containerState.furtherBlankLines||l.containerState.initialBlankLine,Qt(n,a,"listItemIndent",l.containerState.size+1)(d)}function f(d){return l.containerState.furtherBlankLines||!Ct(d)?(l.containerState.furtherBlankLines=void 0,l.containerState.initialBlankLine=void 0,c(d)):(l.containerState.furtherBlankLines=void 0,l.containerState.initialBlankLine=void 0,n.attempt(PD,a,c)(d))}function c(d){return l.containerState._closeFlow=!0,l.interrupt=void 0,Qt(n,n.attempt(sr,a,i),"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(d)}}function KD(n,a,i){const l=this;return Qt(n,u,"listItemIndent",l.containerState.size+1);function u(f){const c=l.events[l.events.length-1];return c&&c[1].type==="listItemIndent"&&c[2].sliceSerialize(c[1],!0).length===l.containerState.size?a(f):i(f)}}function YD(n){n.exit(this.containerState.type)}function qD(n,a,i){const l=this;return Qt(n,u,"listItemPrefixWhitespace",l.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function u(f){const c=l.events[l.events.length-1];return!Ct(f)&&c&&c[1].type==="listItemPrefixWhitespace"?a(f):i(f)}}const i0={name:"setextUnderline",resolveTo:JD,tokenize:VD};function JD(n,a){let i=n.length,l,u,f;for(;i--;)if(n[i][0]==="enter"){if(n[i][1].type==="content"){l=i;break}n[i][1].type==="paragraph"&&(u=i)}else n[i][1].type==="content"&&n.splice(i,1),!f&&n[i][1].type==="definition"&&(f=i);const c={type:"setextHeading",start:le({},n[l][1].start),end:le({},n[n.length-1][1].end)};return n[u][1].type="setextHeadingText",f?(n.splice(u,0,["enter",c,a]),n.splice(f+1,0,["exit",n[l][1],a]),n[l][1].end=le({},n[f][1].end)):n[l][1]=c,n.push(["exit",c,a]),n}function VD(n,a,i){const l=this;let u;return f;function f(g){let A=l.events.length,m;for(;A--;)if(l.events[A][1].type!=="lineEnding"&&l.events[A][1].type!=="linePrefix"&&l.events[A][1].type!=="content"){m=l.events[A][1].type==="paragraph";break}return!l.parser.lazy[l.now().line]&&(l.interrupt||m)?(n.enter("setextHeadingLine"),u=g,c(g)):i(g)}function c(g){return n.enter("setextHeadingLineSequence"),d(g)}function d(g){return g===u?(n.consume(g),d):(n.exit("setextHeadingLineSequence"),Ct(g)?Qt(n,p,"lineSuffix")(g):p(g))}function p(g){return g===null||nt(g)?(n.exit("setextHeadingLine"),a(g)):i(g)}}const _D={tokenize:XD};function XD(n){const a=this,i=n.attempt(es,l,n.attempt(this.parser.constructs.flowInitial,u,Qt(n,n.attempt(this.parser.constructs.flow,u,n.attempt(tD,u)),"linePrefix")));return i;function l(f){if(f===null){n.consume(f);return}return n.enter("lineEndingBlank"),n.consume(f),n.exit("lineEndingBlank"),a.currentConstruct=void 0,i}function u(f){if(f===null){n.consume(f);return}return n.enter("lineEnding"),n.consume(f),n.exit("lineEnding"),a.currentConstruct=void 0,i}}const ZD={resolveAll:o0()},WD=a0("string"),$D=a0("text");function a0(n){return{resolveAll:o0(n==="text"?eT:void 0),tokenize:a};function a(i){const l=this,u=this.parser.constructs[n],f=i.attempt(u,c,d);return c;function c(A){return g(A)?f(A):d(A)}function d(A){if(A===null){i.consume(A);return}return i.enter("data"),i.consume(A),p}function p(A){return g(A)?(i.exit("data"),f(A)):(i.consume(A),p)}function g(A){if(A===null)return!0;const m=u[A];let y=-1;if(m)for(;++y<m.length;){const E=m[y];if(!E.previous||E.previous.call(l,l.previous))return!0}return!1}}}function o0(n){return a;function a(i,l){let u=-1,f;for(;++u<=i.length;)f===void 0?i[u]&&i[u][1].type==="data"&&(f=u,u++):(!i[u]||i[u][1].type!=="data")&&(u!==f+2&&(i[f][1].end=i[u-1][1].end,i.splice(f+2,u-f-2),u=f+2),f=void 0);return n?n(i,l):i}}function eT(n,a){let i=0;for(;++i<=n.length;)if((i===n.length||n[i][1].type==="lineEnding")&&n[i-1][1].type==="data"){const l=n[i-1][1],u=a.sliceStream(l);let f=u.length,c=-1,d=0,p;for(;f--;){const g=u[f];if(typeof g=="string"){for(c=g.length;g.charCodeAt(c-1)===32;)d++,c--;if(c)break;c=-1}else if(g===-2)p=!0,d++;else if(g!==-1){f++;break}}if(a._contentTypeTextTrailing&&i===n.length&&(d=0),d){const g={type:i===n.length||p||d<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:f?c:l.start._bufferIndex+c,_index:l.start._index+f,line:l.end.line,column:l.end.column-d,offset:l.end.offset-d},end:le({},l.end)};l.end=le({},g.start),l.start.offset===l.end.offset?Object.assign(l,g):(n.splice(i,0,["enter",g,a],["exit",g,a]),i+=2)}i++}return n}const tT=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:oD},disable:{null:[]},document:{42:sr,43:sr,45:sr,48:sr,49:sr,50:sr,51:sr,52:sr,53:sr,54:sr,55:sr,56:sr,57:sr,62:Vy},flow:{35:dD,42:_u,45:[i0,_u],60:mD,61:i0,95:_u,96:Wy,126:Wy},flowInitial:{[-2]:Hd,[-1]:Hd,32:Hd},insideSpan:{null:[Pd,ZD]},string:{38:Xy,92:_y},text:{[-5]:Kd,[-4]:Kd,[-3]:Kd,33:OD,38:Xy,42:Pd,60:[NR,CD],91:ND,92:[cD,_y],93:Gd,95:Pd,96:_R}},Symbol.toStringTag,{value:"Module"}));function nT(n,a,i){let l={_bufferIndex:-1,_index:0,line:i&&i.line||1,column:i&&i.column||1,offset:i&&i.offset||0};const u={},f=[];let c=[],d=[];const p={attempt:Z(F),check:Z(j),consume:D,enter:B,exit:H,interrupt:Z(j,{interrupt:!0})},g={code:null,containerState:{},defineSkip:w,events:[],now:x,parser:n,previous:null,sliceSerialize:y,sliceStream:E,write:m};let A=a.tokenize.call(g,p);return a.resolveAll&&f.push(a),g;function m(re){return c=Dr(c,re),k(),c[c.length-1]!==null?[]:(ie(a,0),g.events=Vu(f,g.events,g),g.events)}function y(re,M){return iT(E(re),M)}function E(re){return rT(c,re)}function x(){const{_bufferIndex:re,_index:M,line:W,column:I,offset:ae}=l;return{_bufferIndex:re,_index:M,line:W,column:I,offset:ae}}function w(re){u[re.line]=re.column,G()}function k(){let re;for(;l._index<c.length;){const M=c[l._index];if(typeof M=="string")for(re=l._index,l._bufferIndex<0&&(l._bufferIndex=0);l._index===re&&l._bufferIndex<M.length;)C(M.charCodeAt(l._bufferIndex));else C(M)}}function C(re){A=A(re)}function D(re){nt(re)?(l.line++,l.column=1,l.offset+=re===-3?2:1,G()):re!==-1&&(l.column++,l.offset++),l._bufferIndex<0?l._index++:(l._bufferIndex++,l._bufferIndex===c[l._index].length&&(l._bufferIndex=-1,l._index++)),g.previous=re}function B(re,M){const W=M||{};return W.type=re,W.start=x(),g.events.push(["enter",W,g]),d.push(W),W}function H(re){const M=d.pop();return M.end=x(),g.events.push(["exit",M,g]),M}function F(re,M){ie(re,M.from)}function j(re,M){M.restore()}function Z(re,M){return W;function W(I,ae,fe){let se,ue,te,T;return Array.isArray(I)?q(I):"tokenize"in I?q([I]):V(I);function V(Oe){return He;function He(Ue){const Le=Ue!==null&&Oe[Ue],et=Ue!==null&&Oe.null,rt=[...Array.isArray(Le)?Le:Le?[Le]:[],...Array.isArray(et)?et:et?[et]:[]];return q(rt)(Ue)}}function q(Oe){return se=Oe,ue=0,Oe.length===0?fe:Q(Oe[ue])}function Q(Oe){return He;function He(Ue){return T=L(),te=Oe,Oe.partial||(g.currentConstruct=Oe),Oe.name&&g.parser.constructs.disable.null.includes(Oe.name)?Se():Oe.tokenize.call(M?Object.assign(Object.create(g),M):g,p,ye,Se)(Ue)}}function ye(Oe){return re(te,T),ae}function Se(Oe){return T.restore(),++ue<se.length?Q(se[ue]):fe}}}function ie(re,M){re.resolveAll&&!f.includes(re)&&f.push(re),re.resolve&&yr(g.events,M,g.events.length-M,re.resolve(g.events.slice(M),g)),re.resolveTo&&(g.events=re.resolveTo(g.events,g))}function L(){const re=x(),M=g.previous,W=g.currentConstruct,I=g.events.length,ae=Array.from(d);return{from:I,restore:fe};function fe(){l=re,g.previous=M,g.currentConstruct=W,g.events.length=I,d=ae,G()}}function G(){l.line in u&&l.column<2&&(l.column=u[l.line],l.offset+=u[l.line]-1)}}function rT(n,a){const i=a.start._index,l=a.start._bufferIndex,u=a.end._index,f=a.end._bufferIndex;let c;if(i===u)c=[n[i].slice(l,f)];else{if(c=n.slice(i,u),l>-1){const d=c[0];typeof d=="string"?c[0]=d.slice(l):c.shift()}f>0&&c.push(n[u].slice(0,f))}return c}function iT(n,a){let i=-1;const l=[];let u;for(;++i<n.length;){const f=n[i];let c;if(typeof f=="string")c=f;else switch(f){case-5:{c="\r";break}case-4:{c=`
466
+ `;break}case-3:{c=`\r
467
+ `;break}case-2:{c=a?" ":" ";break}case-1:{if(!a&&u)continue;c=" ";break}default:c=String.fromCharCode(f)}u=f===-2,l.push(c)}return l.join("")}function aT(n){const l={constructs:Ky([tT,...(n||{}).extensions||[]]),content:u(DR),defined:[],document:u(BR),flow:u(_D),lazy:{},string:u(WD),text:u($D)};return l;function u(f){return c;function c(d){return nT(l,f,d)}}}function oT(n){for(;!$y(n););return n}const l0=/[\0\t\n\r]/g;function lT(){let n=1,a="",i=!0,l;return u;function u(f,c,d){const p=[];let g,A,m,y,E;for(f=a+(typeof f=="string"?f.toString():new TextDecoder(c||void 0).decode(f)),m=0,a="",i&&(f.charCodeAt(0)===65279&&m++,i=void 0);m<f.length;){if(l0.lastIndex=m,g=l0.exec(f),y=g&&g.index!==void 0?g.index:f.length,E=f.charCodeAt(y),!g){a=f.slice(m);break}if(E===10&&m===y&&l)p.push(-3),l=void 0;else switch(l&&(p.push(-5),l=void 0),m<y&&(p.push(f.slice(m,y)),n+=y-m),E){case 0:{p.push(65533),n++;break}case 9:{for(A=Math.ceil(n/4)*4,p.push(-2);n++<A;)p.push(-1);break}case 10:{p.push(-4),n=1;break}default:l=!0,n=1}m=y+1}return d&&(l&&p.push(-5),a&&p.push(a),p.push(null)),p}}const sT=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function uT(n){return n.replace(sT,cT)}function cT(n,a,i){if(a)return a;if(i.charCodeAt(0)===35){const u=i.charCodeAt(1),f=u===120||u===88;return Yy(i.slice(f?2:1),f?16:10)}return Fd(i)||n}const s0={}.hasOwnProperty;function fT(n,a,i){return typeof a!="string"&&(i=a,a=void 0),dT(i)(oT(aT(i).document().write(lT()(n,a,!0))))}function dT(n){const a={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:f(U),autolinkProtocol:L,autolinkEmail:L,atxHeading:f(pe),blockQuote:f(et),characterEscape:L,characterReference:L,codeFenced:f(rt),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:f(rt,c),codeText:f(Et,c),codeTextData:L,data:L,codeFlowValue:L,definition:f(Dt),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:f(v),hardBreakEscape:f(de),hardBreakTrailing:f(de),htmlFlow:f(Y,c),htmlFlowData:L,htmlText:f(Y,c),htmlTextData:L,image:f(z),label:c,link:f(U),listItem:f(ge),listItemValue:y,listOrdered:f(J,m),listUnordered:f(J),paragraph:f($),reference:Q,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:f(pe),strong:f(Ee),thematicBreak:f(be)},exit:{atxHeading:p(),atxHeadingSequence:F,autolink:p(),autolinkEmail:Le,autolinkProtocol:Ue,blockQuote:p(),characterEscapeValue:G,characterReferenceMarkerHexadecimal:Se,characterReferenceMarkerNumeric:Se,characterReferenceValue:Oe,characterReference:He,codeFenced:p(k),codeFencedFence:w,codeFencedFenceInfo:E,codeFencedFenceMeta:x,codeFlowValue:G,codeIndented:p(C),codeText:p(ae),codeTextData:G,data:G,definition:p(),definitionDestinationString:H,definitionLabelString:D,definitionTitleString:B,emphasis:p(),hardBreakEscape:p(M),hardBreakTrailing:p(M),htmlFlow:p(W),htmlFlowData:G,htmlText:p(I),htmlTextData:G,image:p(se),label:te,labelText:ue,lineEnding:re,link:p(fe),listItem:p(),listOrdered:p(),listUnordered:p(),paragraph:p(),referenceString:ye,resourceDestinationString:T,resourceTitleString:V,resource:q,setextHeading:p(ie),setextHeadingLineSequence:Z,setextHeadingText:j,strong:p(),thematicBreak:p()}};u0(a,(n||{}).mdastExtensions||[]);const i={};return l;function l(ne){let ee={type:"root",children:[]};const xe={stack:[ee],tokenStack:[],config:a,enter:d,exit:g,buffer:c,resume:A,data:i},Ne=[];let Ve=-1;for(;++Ve<ne.length;)if(ne[Ve][1].type==="listOrdered"||ne[Ve][1].type==="listUnordered")if(ne[Ve][0]==="enter")Ne.push(Ve);else{const Ze=Ne.pop();Ve=u(ne,Ze,Ve)}for(Ve=-1;++Ve<ne.length;){const Ze=a[ne[Ve][0]];s0.call(Ze,ne[Ve][1].type)&&Ze[ne[Ve][1].type].call(Object.assign({sliceSerialize:ne[Ve][2].sliceSerialize},xe),ne[Ve][1])}if(xe.tokenStack.length>0){const Ze=xe.tokenStack[xe.tokenStack.length-1];(Ze[1]||c0).call(xe,void 0,Ze[0])}for(ee.position={start:ea(ne.length>0?ne[0][1].start:{line:1,column:1,offset:0}),end:ea(ne.length>0?ne[ne.length-2][1].end:{line:1,column:1,offset:0})},Ve=-1;++Ve<a.transforms.length;)ee=a.transforms[Ve](ee)||ee;return ee}function u(ne,ee,xe){let Ne=ee-1,Ve=-1,Ze=!1,ct,tt,ot,Ht;for(;++Ne<=xe;){const vt=ne[Ne];switch(vt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{vt[0]==="enter"?Ve++:Ve--,Ht=void 0;break}case"lineEndingBlank":{vt[0]==="enter"&&(ct&&!Ht&&!Ve&&!ot&&(ot=Ne),Ht=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Ht=void 0}if(!Ve&&vt[0]==="enter"&&vt[1].type==="listItemPrefix"||Ve===-1&&vt[0]==="exit"&&(vt[1].type==="listUnordered"||vt[1].type==="listOrdered")){if(ct){let O=Ne;for(tt=void 0;O--;){const ce=ne[O];if(ce[1].type==="lineEnding"||ce[1].type==="lineEndingBlank"){if(ce[0]==="exit")continue;tt&&(ne[tt][1].type="lineEndingBlank",Ze=!0),ce[1].type="lineEnding",tt=O}else if(!(ce[1].type==="linePrefix"||ce[1].type==="blockQuotePrefix"||ce[1].type==="blockQuotePrefixWhitespace"||ce[1].type==="blockQuoteMarker"||ce[1].type==="listItemIndent"))break}ot&&(!tt||ot<tt)&&(ct._spread=!0),ct.end=Object.assign({},tt?ne[tt][1].start:vt[1].end),ne.splice(tt||Ne,0,["exit",ct,vt[2]]),Ne++,xe++}if(vt[1].type==="listItemPrefix"){const O={type:"listItem",_spread:!1,start:Object.assign({},vt[1].start),end:void 0};ct=O,ne.splice(Ne,0,["enter",O,vt[2]]),Ne++,xe++,ot=void 0,Ht=!0}}}return ne[ee][1]._spread=Ze,xe}function f(ne,ee){return xe;function xe(Ne){d.call(this,ne(Ne),Ne),ee&&ee.call(this,Ne)}}function c(){this.stack.push({type:"fragment",children:[]})}function d(ne,ee,xe){this.stack[this.stack.length-1].children.push(ne),this.stack.push(ne),this.tokenStack.push([ee,xe||void 0]),ne.position={start:ea(ee.start),end:void 0}}function p(ne){return ee;function ee(xe){ne&&ne.call(this,xe),g.call(this,xe)}}function g(ne,ee){const xe=this.stack.pop(),Ne=this.tokenStack.pop();if(Ne)Ne[0].type!==ne.type&&(ee?ee.call(this,ne,Ne[0]):(Ne[1]||c0).call(this,ne,Ne[0]));else throw new Error("Cannot close `"+ne.type+"` ("+Wl({start:ne.start,end:ne.end})+"): it’s not open");xe.position.end=ea(ne.end)}function A(){return zd(this.stack.pop())}function m(){this.data.expectingFirstListItemValue=!0}function y(ne){if(this.data.expectingFirstListItemValue){const ee=this.stack[this.stack.length-2];ee.start=Number.parseInt(this.sliceSerialize(ne),10),this.data.expectingFirstListItemValue=void 0}}function E(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.lang=ne}function x(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.meta=ne}function w(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function k(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.value=ne.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function C(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.value=ne.replace(/(\r?\n|\r)$/g,"")}function D(ne){const ee=this.resume(),xe=this.stack[this.stack.length-1];xe.label=ee,xe.identifier=qr(this.sliceSerialize(ne)).toLowerCase()}function B(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.title=ne}function H(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.url=ne}function F(ne){const ee=this.stack[this.stack.length-1];if(!ee.depth){const xe=this.sliceSerialize(ne).length;ee.depth=xe}}function j(){this.data.setextHeadingSlurpLineEnding=!0}function Z(ne){const ee=this.stack[this.stack.length-1];ee.depth=this.sliceSerialize(ne).codePointAt(0)===61?1:2}function ie(){this.data.setextHeadingSlurpLineEnding=void 0}function L(ne){const xe=this.stack[this.stack.length-1].children;let Ne=xe[xe.length-1];(!Ne||Ne.type!=="text")&&(Ne=Re(),Ne.position={start:ea(ne.start),end:void 0},xe.push(Ne)),this.stack.push(Ne)}function G(ne){const ee=this.stack.pop();ee.value+=this.sliceSerialize(ne),ee.position.end=ea(ne.end)}function re(ne){const ee=this.stack[this.stack.length-1];if(this.data.atHardBreak){const xe=ee.children[ee.children.length-1];xe.position.end=ea(ne.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&a.canContainEols.includes(ee.type)&&(L.call(this,ne),G.call(this,ne))}function M(){this.data.atHardBreak=!0}function W(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.value=ne}function I(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.value=ne}function ae(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.value=ne}function fe(){const ne=this.stack[this.stack.length-1];if(this.data.inReference){const ee=this.data.referenceType||"shortcut";ne.type+="Reference",ne.referenceType=ee,delete ne.url,delete ne.title}else delete ne.identifier,delete ne.label;this.data.referenceType=void 0}function se(){const ne=this.stack[this.stack.length-1];if(this.data.inReference){const ee=this.data.referenceType||"shortcut";ne.type+="Reference",ne.referenceType=ee,delete ne.url,delete ne.title}else delete ne.identifier,delete ne.label;this.data.referenceType=void 0}function ue(ne){const ee=this.sliceSerialize(ne),xe=this.stack[this.stack.length-2];xe.label=uT(ee),xe.identifier=qr(ee).toLowerCase()}function te(){const ne=this.stack[this.stack.length-1],ee=this.resume(),xe=this.stack[this.stack.length-1];if(this.data.inReference=!0,xe.type==="link"){const Ne=ne.children;xe.children=Ne}else xe.alt=ee}function T(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.url=ne}function V(){const ne=this.resume(),ee=this.stack[this.stack.length-1];ee.title=ne}function q(){this.data.inReference=void 0}function Q(){this.data.referenceType="collapsed"}function ye(ne){const ee=this.resume(),xe=this.stack[this.stack.length-1];xe.label=ee,xe.identifier=qr(this.sliceSerialize(ne)).toLowerCase(),this.data.referenceType="full"}function Se(ne){this.data.characterReferenceType=ne.type}function Oe(ne){const ee=this.sliceSerialize(ne),xe=this.data.characterReferenceType;let Ne;xe?(Ne=Yy(ee,xe==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ne=Fd(ee);const Ve=this.stack[this.stack.length-1];Ve.value+=Ne}function He(ne){const ee=this.stack.pop();ee.position.end=ea(ne.end)}function Ue(ne){G.call(this,ne);const ee=this.stack[this.stack.length-1];ee.url=this.sliceSerialize(ne)}function Le(ne){G.call(this,ne);const ee=this.stack[this.stack.length-1];ee.url="mailto:"+this.sliceSerialize(ne)}function et(){return{type:"blockquote",children:[]}}function rt(){return{type:"code",lang:null,meta:null,value:""}}function Et(){return{type:"inlineCode",value:""}}function Dt(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function v(){return{type:"emphasis",children:[]}}function pe(){return{type:"heading",depth:0,children:[]}}function de(){return{type:"break"}}function Y(){return{type:"html",value:""}}function z(){return{type:"image",title:null,url:"",alt:null}}function U(){return{type:"link",title:null,url:"",children:[]}}function J(ne){return{type:"list",ordered:ne.type==="listOrdered",start:null,spread:ne._spread,children:[]}}function ge(ne){return{type:"listItem",spread:ne._spread,checked:null,children:[]}}function $(){return{type:"paragraph",children:[]}}function Ee(){return{type:"strong",children:[]}}function Re(){return{type:"text",value:""}}function be(){return{type:"thematicBreak"}}}function ea(n){return{line:n.line,column:n.column,offset:n.offset}}function u0(n,a){let i=-1;for(;++i<a.length;){const l=a[i];Array.isArray(l)?u0(n,l):hT(n,l)}}function hT(n,a){let i;for(i in a)if(s0.call(a,i))switch(i){case"canContainEols":{const l=a[i];l&&n[i].push(...l);break}case"transforms":{const l=a[i];l&&n[i].push(...l);break}case"enter":case"exit":{const l=a[i];l&&Object.assign(n[i],l);break}}}function c0(n,a){throw n?new Error("Cannot close `"+n.type+"` ("+Wl({start:n.start,end:n.end})+"): a different token (`"+a.type+"`, "+Wl({start:a.start,end:a.end})+") is open"):new Error("Cannot close document, a token (`"+a.type+"`, "+Wl({start:a.start,end:a.end})+") is still open")}function pT(n){const a=this;a.parser=i;function i(l){return fT(l,Fe(le(le({},a.data("settings")),n),{extensions:a.data("micromarkExtensions")||[],mdastExtensions:a.data("fromMarkdownExtensions")||[]}))}}function gT(n,a){const i={type:"element",tagName:"blockquote",properties:{},children:n.wrap(n.all(a),!0)};return n.patch(a,i),n.applyData(a,i)}function mT(n,a){const i={type:"element",tagName:"br",properties:{},children:[]};return n.patch(a,i),[n.applyData(a,i),{type:"text",value:`
468
+ `}]}function AT(n,a){const i=a.value?a.value+`
469
+ `:"",l={};a.lang&&(l.className=["language-"+a.lang]);let u={type:"element",tagName:"code",properties:l,children:[{type:"text",value:i}]};return a.meta&&(u.data={meta:a.meta}),n.patch(a,u),u=n.applyData(a,u),u={type:"element",tagName:"pre",properties:{},children:[u]},n.patch(a,u),u}function yT(n,a){const i={type:"element",tagName:"del",properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}function ET(n,a){const i={type:"element",tagName:"em",properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}function wT(n,a){const i=typeof n.options.clobberPrefix=="string"?n.options.clobberPrefix:"user-content-",l=String(a.identifier).toUpperCase(),u=No(l.toLowerCase()),f=n.footnoteOrder.indexOf(l);let c,d=n.footnoteCounts.get(l);d===void 0?(d=0,n.footnoteOrder.push(l),c=n.footnoteOrder.length):c=f+1,d+=1,n.footnoteCounts.set(l,d);const p={type:"element",tagName:"a",properties:{href:"#"+i+"fn-"+u,id:i+"fnref-"+u+(d>1?"-"+d:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(c)}]};n.patch(a,p);const g={type:"element",tagName:"sup",properties:{},children:[p]};return n.patch(a,g),n.applyData(a,g)}function bT(n,a){const i={type:"element",tagName:"h"+a.depth,properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}function xT(n,a){if(n.options.allowDangerousHtml){const i={type:"raw",value:a.value};return n.patch(a,i),n.applyData(a,i)}}function f0(n,a){const i=a.referenceType;let l="]";if(i==="collapsed"?l+="[]":i==="full"&&(l+="["+(a.label||a.identifier)+"]"),a.type==="imageReference")return[{type:"text",value:"!["+a.alt+l}];const u=n.all(a),f=u[0];f&&f.type==="text"?f.value="["+f.value:u.unshift({type:"text",value:"["});const c=u[u.length-1];return c&&c.type==="text"?c.value+=l:u.push({type:"text",value:l}),u}function CT(n,a){const i=String(a.identifier).toUpperCase(),l=n.definitionById.get(i);if(!l)return f0(n,a);const u={src:No(l.url||""),alt:a.alt};l.title!==null&&l.title!==void 0&&(u.title=l.title);const f={type:"element",tagName:"img",properties:u,children:[]};return n.patch(a,f),n.applyData(a,f)}function vT(n,a){const i={src:No(a.url)};a.alt!==null&&a.alt!==void 0&&(i.alt=a.alt),a.title!==null&&a.title!==void 0&&(i.title=a.title);const l={type:"element",tagName:"img",properties:i,children:[]};return n.patch(a,l),n.applyData(a,l)}function ST(n,a){const i={type:"text",value:a.value.replace(/\r?\n|\r/g," ")};n.patch(a,i);const l={type:"element",tagName:"code",properties:{},children:[i]};return n.patch(a,l),n.applyData(a,l)}function kT(n,a){const i=String(a.identifier).toUpperCase(),l=n.definitionById.get(i);if(!l)return f0(n,a);const u={href:No(l.url||"")};l.title!==null&&l.title!==void 0&&(u.title=l.title);const f={type:"element",tagName:"a",properties:u,children:n.all(a)};return n.patch(a,f),n.applyData(a,f)}function IT(n,a){const i={href:No(a.url)};a.title!==null&&a.title!==void 0&&(i.title=a.title);const l={type:"element",tagName:"a",properties:i,children:n.all(a)};return n.patch(a,l),n.applyData(a,l)}function RT(n,a,i){const l=n.all(a),u=i?DT(i):d0(a),f={},c=[];if(typeof a.checked=="boolean"){const A=l[0];let m;A&&A.type==="element"&&A.tagName==="p"?m=A:(m={type:"element",tagName:"p",properties:{},children:[]},l.unshift(m)),m.children.length>0&&m.children.unshift({type:"text",value:" "}),m.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:a.checked,disabled:!0},children:[]}),f.className=["task-list-item"]}let d=-1;for(;++d<l.length;){const A=l[d];(u||d!==0||A.type!=="element"||A.tagName!=="p")&&c.push({type:"text",value:`
470
+ `}),A.type==="element"&&A.tagName==="p"&&!u?c.push(...A.children):c.push(A)}const p=l[l.length-1];p&&(u||p.type!=="element"||p.tagName!=="p")&&c.push({type:"text",value:`
471
+ `});const g={type:"element",tagName:"li",properties:f,children:c};return n.patch(a,g),n.applyData(a,g)}function DT(n){let a=!1;if(n.type==="list"){a=n.spread||!1;const i=n.children;let l=-1;for(;!a&&++l<i.length;)a=d0(i[l])}return a}function d0(n){const a=n.spread;return a==null?n.children.length>1:a}function TT(n,a){const i={},l=n.all(a);let u=-1;for(typeof a.start=="number"&&a.start!==1&&(i.start=a.start);++u<l.length;){const c=l[u];if(c.type==="element"&&c.tagName==="li"&&c.properties&&Array.isArray(c.properties.className)&&c.properties.className.includes("task-list-item")){i.className=["contains-task-list"];break}}const f={type:"element",tagName:a.ordered?"ol":"ul",properties:i,children:n.wrap(l,!0)};return n.patch(a,f),n.applyData(a,f)}function BT(n,a){const i={type:"element",tagName:"p",properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}function MT(n,a){const i={type:"root",children:n.wrap(n.all(a))};return n.patch(a,i),n.applyData(a,i)}function QT(n,a){const i={type:"element",tagName:"strong",properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}function OT(n,a){const i=n.all(a),l=i.shift(),u=[];if(l){const c={type:"element",tagName:"thead",properties:{},children:n.wrap([l],!0)};n.patch(a.children[0],c),u.push(c)}if(i.length>0){const c={type:"element",tagName:"tbody",properties:{},children:n.wrap(i,!0)},d=Md(a.children[1]),p=My(a.children[a.children.length-1]);d&&p&&(c.position={start:d,end:p}),u.push(c)}const f={type:"element",tagName:"table",properties:{},children:n.wrap(u,!0)};return n.patch(a,f),n.applyData(a,f)}function UT(n,a,i){const l=i?i.children:void 0,f=(l?l.indexOf(a):1)===0?"th":"td",c=i&&i.type==="table"?i.align:void 0,d=c?c.length:a.children.length;let p=-1;const g=[];for(;++p<d;){const m=a.children[p],y={},E=c?c[p]:void 0;E&&(y.align=E);let x={type:"element",tagName:f,properties:y,children:[]};m&&(x.children=n.all(m),n.patch(m,x),x=n.applyData(m,x)),g.push(x)}const A={type:"element",tagName:"tr",properties:{},children:n.wrap(g,!0)};return n.patch(a,A),n.applyData(a,A)}function NT(n,a){const i={type:"element",tagName:"td",properties:{},children:n.all(a)};return n.patch(a,i),n.applyData(a,i)}const h0=9,p0=32;function jT(n){const a=String(n),i=/\r?\n|\r/g;let l=i.exec(a),u=0;const f=[];for(;l;)f.push(g0(a.slice(u,l.index),u>0,!0),l[0]),u=l.index+l[0].length,l=i.exec(a);return f.push(g0(a.slice(u),u>0,!1)),f.join("")}function g0(n,a,i){let l=0,u=n.length;if(a){let f=n.codePointAt(l);for(;f===h0||f===p0;)l++,f=n.codePointAt(l)}if(i){let f=n.codePointAt(u-1);for(;f===h0||f===p0;)u--,f=n.codePointAt(u-1)}return u>l?n.slice(l,u):""}function zT(n,a){const i={type:"text",value:jT(String(a.value))};return n.patch(a,i),n.applyData(a,i)}function FT(n,a){const i={type:"element",tagName:"hr",properties:{},children:[]};return n.patch(a,i),n.applyData(a,i)}const LT={blockquote:gT,break:mT,code:AT,delete:yT,emphasis:ET,footnoteReference:wT,heading:bT,html:xT,imageReference:CT,image:vT,inlineCode:ST,linkReference:kT,link:IT,listItem:RT,list:TT,paragraph:BT,root:MT,strong:QT,table:OT,tableCell:NT,tableRow:UT,text:zT,thematicBreak:FT,toml:Xu,yaml:Xu,definition:Xu,footnoteDefinition:Xu};function Xu(){}const m0=-1,Zu=0,rs=1,Wu=2,Yd=3,qd=4,Jd=5,Vd=6,A0=7,y0=8,E0=typeof self=="object"?self:globalThis,PT=(n,a)=>{const i=(u,f)=>(n.set(f,u),u),l=u=>{if(n.has(u))return n.get(u);const[f,c]=a[u];switch(f){case Zu:case m0:return i(c,u);case rs:{const d=i([],u);for(const p of c)d.push(l(p));return d}case Wu:{const d=i({},u);for(const[p,g]of c)d[l(p)]=l(g);return d}case Yd:return i(new Date(c),u);case qd:{const{source:d,flags:p}=c;return i(new RegExp(d,p),u)}case Jd:{const d=i(new Map,u);for(const[p,g]of c)d.set(l(p),l(g));return d}case Vd:{const d=i(new Set,u);for(const p of c)d.add(l(p));return d}case A0:{const{name:d,message:p}=c;return i(new E0[d](p),u)}case y0:return i(BigInt(c),u);case"BigInt":return i(Object(BigInt(c)),u);case"ArrayBuffer":return i(new Uint8Array(c).buffer,c);case"DataView":{const{buffer:d}=new Uint8Array(c);return i(new DataView(d),c)}}return i(new E0[f](c),u)};return l},w0=n=>PT(new Map,n)(0),zo="",{toString:HT}={},{keys:GT}=Object,is=n=>{const a=typeof n;if(a!=="object"||!n)return[Zu,a];const i=HT.call(n).slice(8,-1);switch(i){case"Array":return[rs,zo];case"Object":return[Wu,zo];case"Date":return[Yd,zo];case"RegExp":return[qd,zo];case"Map":return[Jd,zo];case"Set":return[Vd,zo];case"DataView":return[rs,i]}return i.includes("Array")?[rs,i]:i.includes("Error")?[A0,i]:[Wu,i]},$u=([n,a])=>n===Zu&&(a==="function"||a==="symbol"),KT=(n,a,i,l)=>{const u=(c,d)=>{const p=l.push(c)-1;return i.set(d,p),p},f=c=>{if(i.has(c))return i.get(c);let[d,p]=is(c);switch(d){case Zu:{let A=c;switch(p){case"bigint":d=y0,A=c.toString();break;case"function":case"symbol":if(n)throw new TypeError("unable to serialize "+p);A=null;break;case"undefined":return u([m0],c)}return u([d,A],c)}case rs:{if(p){let y=c;return p==="DataView"?y=new Uint8Array(c.buffer):p==="ArrayBuffer"&&(y=new Uint8Array(c)),u([p,[...y]],c)}const A=[],m=u([d,A],c);for(const y of c)A.push(f(y));return m}case Wu:{if(p)switch(p){case"BigInt":return u([p,c.toString()],c);case"Boolean":case"Number":case"String":return u([p,c.valueOf()],c)}if(a&&"toJSON"in c)return f(c.toJSON());const A=[],m=u([d,A],c);for(const y of GT(c))(n||!$u(is(c[y])))&&A.push([f(y),f(c[y])]);return m}case Yd:return u([d,c.toISOString()],c);case qd:{const{source:A,flags:m}=c;return u([d,{source:A,flags:m}],c)}case Jd:{const A=[],m=u([d,A],c);for(const[y,E]of c)(n||!($u(is(y))||$u(is(E))))&&A.push([f(y),f(E)]);return m}case Vd:{const A=[],m=u([d,A],c);for(const y of c)(n||!$u(is(y)))&&A.push(f(y));return m}}const{message:g}=c;return u([d,{name:p,message:g}],c)};return f},b0=(n,{json:a,lossy:i}={})=>{const l=[];return KT(!(a||i),!!a,new Map,l)(n),l},ec=typeof structuredClone=="function"?(n,a)=>a&&("json"in a||"lossy"in a)?w0(b0(n,a)):structuredClone(n):(n,a)=>w0(b0(n,a));function YT(n,a){const i=[{type:"text",value:"↩"}];return a>1&&i.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(a)}]}),i}function qT(n,a){return"Back to reference "+(n+1)+(a>1?"-"+a:"")}function JT(n){const a=typeof n.options.clobberPrefix=="string"?n.options.clobberPrefix:"user-content-",i=n.options.footnoteBackContent||YT,l=n.options.footnoteBackLabel||qT,u=n.options.footnoteLabel||"Footnotes",f=n.options.footnoteLabelTagName||"h2",c=n.options.footnoteLabelProperties||{className:["sr-only"]},d=[];let p=-1;for(;++p<n.footnoteOrder.length;){const g=n.footnoteById.get(n.footnoteOrder[p]);if(!g)continue;const A=n.all(g),m=String(g.identifier).toUpperCase(),y=No(m.toLowerCase());let E=0;const x=[],w=n.footnoteCounts.get(m);for(;w!==void 0&&++E<=w;){x.length>0&&x.push({type:"text",value:" "});let D=typeof i=="string"?i:i(p,E);typeof D=="string"&&(D={type:"text",value:D}),x.push({type:"element",tagName:"a",properties:{href:"#"+a+"fnref-"+y+(E>1?"-"+E:""),dataFootnoteBackref:"",ariaLabel:typeof l=="string"?l:l(p,E),className:["data-footnote-backref"]},children:Array.isArray(D)?D:[D]})}const k=A[A.length-1];if(k&&k.type==="element"&&k.tagName==="p"){const D=k.children[k.children.length-1];D&&D.type==="text"?D.value+=" ":k.children.push({type:"text",value:" "}),k.children.push(...x)}else A.push(...x);const C={type:"element",tagName:"li",properties:{id:a+"fn-"+y},children:n.wrap(A,!0)};n.patch(g,C),d.push(C)}if(d.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:f,properties:Fe(le({},ec(c)),{id:"footnote-label"}),children:[{type:"text",value:u}]},{type:"text",value:`
472
+ `},{type:"element",tagName:"ol",properties:{},children:n.wrap(d,!0)},{type:"text",value:`
473
+ `}]}}const tc=function(n){if(n==null)return ZT;if(typeof n=="function")return nc(n);if(typeof n=="object")return Array.isArray(n)?VT(n):_T(n);if(typeof n=="string")return XT(n);throw new Error("Expected function, string, or object as test")};function VT(n){const a=[];let i=-1;for(;++i<n.length;)a[i]=tc(n[i]);return nc(l);function l(...u){let f=-1;for(;++f<a.length;)if(a[f].apply(this,u))return!0;return!1}}function _T(n){const a=n;return nc(i);function i(l){const u=l;let f;for(f in n)if(u[f]!==a[f])return!1;return!0}}function XT(n){return nc(a);function a(i){return i&&i.type===n}}function nc(n){return a;function a(i,l,u){return!!(WT(i)&&n.call(this,i,typeof l=="number"?l:void 0,u||void 0))}}function ZT(){return!0}function WT(n){return n!==null&&typeof n=="object"&&"type"in n}function Dj(n){return n}const x0=[],$T=!0,_d=!1,eB="skip";function C0(n,a,i,l){let u;typeof a=="function"&&typeof i!="function"?(l=i,i=a):u=a;const f=tc(u),c=l?-1:1;d(n,void 0,[])();function d(p,g,A){const m=p&&typeof p=="object"?p:{};if(typeof m.type=="string"){const E=typeof m.tagName=="string"?m.tagName:typeof m.name=="string"?m.name:void 0;Object.defineProperty(y,"name",{value:"node ("+(p.type+(E?"<"+E+">":""))+")"})}return y;function y(){let E=x0,x,w,k;if((!a||f(p,g,A[A.length-1]||void 0))&&(E=tB(i(p,A)),E[0]===_d))return E;if("children"in p&&p.children){const C=p;if(C.children&&E[0]!==eB)for(w=(l?C.children.length:-1)+c,k=A.concat(C);w>-1&&w<C.children.length;){const D=C.children[w];if(x=d(D,w,k)(),x[0]===_d)return x;w=typeof x[1]=="number"?x[1]:w+c}}return E}}}function tB(n){return Array.isArray(n)?n:typeof n=="number"?[$T,n]:n==null?x0:[n]}function Xd(n,a,i,l){let u,f,c;typeof a=="function"&&typeof i!="function"?(f=void 0,c=a,u=i):(f=a,c=i,u=l),C0(n,f,d,u);function d(p,g){const A=g[g.length-1],m=A?A.children.indexOf(p):void 0;return c(p,m,A)}}const Zd={}.hasOwnProperty,nB={};function rB(n,a){const i=a||nB,l=new Map,u=new Map,f=new Map,c=le(le({},LT),i.handlers),d={all:g,applyData:aB,definitionById:l,footnoteById:u,footnoteCounts:f,footnoteOrder:[],handlers:c,one:p,options:i,patch:iB,wrap:lB};return Xd(n,function(A){if(A.type==="definition"||A.type==="footnoteDefinition"){const m=A.type==="definition"?l:u,y=String(A.identifier).toUpperCase();m.has(y)||m.set(y,A)}}),d;function p(A,m){const y=A.type,E=d.handlers[y];if(Zd.call(d.handlers,y)&&E)return E(d,A,m);if(d.options.passThrough&&d.options.passThrough.includes(y)){if("children"in A){const w=A,{children:k}=w,C=Rt(w,["children"]),D=ec(C);return D.children=d.all(A),D}return ec(A)}return(d.options.unknownHandler||oB)(d,A,m)}function g(A){const m=[];if("children"in A){const y=A.children;let E=-1;for(;++E<y.length;){const x=d.one(y[E],A);if(x){if(E&&y[E-1].type==="break"&&(!Array.isArray(x)&&x.type==="text"&&(x.value=v0(x.value)),!Array.isArray(x)&&x.type==="element")){const w=x.children[0];w&&w.type==="text"&&(w.value=v0(w.value))}Array.isArray(x)?m.push(...x):m.push(x)}}}return m}}function iB(n,a){n.position&&(a.position=tR(n))}function aB(n,a){let i=a;if(n&&n.data){const l=n.data.hName,u=n.data.hChildren,f=n.data.hProperties;if(typeof l=="string")if(i.type==="element")i.tagName=l;else{const c="children"in i?i.children:[i];i={type:"element",tagName:l,properties:{},children:c}}i.type==="element"&&f&&Object.assign(i.properties,ec(f)),"children"in i&&i.children&&u!==null&&u!==void 0&&(i.children=u)}return i}function oB(n,a){const i=a.data||{},l="value"in a&&!(Zd.call(i,"hProperties")||Zd.call(i,"hChildren"))?{type:"text",value:a.value}:{type:"element",tagName:"div",properties:{},children:n.all(a)};return n.patch(a,l),n.applyData(a,l)}function lB(n,a){const i=[];let l=-1;for(a&&i.push({type:"text",value:`
474
+ `});++l<n.length;)l&&i.push({type:"text",value:`
475
+ `}),i.push(n[l]);return a&&n.length>0&&i.push({type:"text",value:`
476
+ `}),i}function v0(n){let a=0,i=n.charCodeAt(a);for(;i===9||i===32;)a++,i=n.charCodeAt(a);return n.slice(a)}function S0(n,a){const i=rB(n,a),l=i.one(n,void 0),u=JT(i),f=Array.isArray(l)?{type:"root",children:l}:l||{type:"root",children:[]};return u&&f.children.push({type:"text",value:`
477
+ `},u),f}function sB(n,a){return n&&"run"in n?function(i,l){return $e(this,null,function*(){const u=S0(i,le({file:l},a));yield n.run(u,l)})}:function(i,l){return S0(i,le({file:l},n||a))}}function k0(n){if(n)throw n}var Wd,I0;function uB(){if(I0)return Wd;I0=1;var n=Object.prototype.hasOwnProperty,a=Object.prototype.toString,i=Object.defineProperty,l=Object.getOwnPropertyDescriptor,u=function(g){return typeof Array.isArray=="function"?Array.isArray(g):a.call(g)==="[object Array]"},f=function(g){if(!g||a.call(g)!=="[object Object]")return!1;var A=n.call(g,"constructor"),m=g.constructor&&g.constructor.prototype&&n.call(g.constructor.prototype,"isPrototypeOf");if(g.constructor&&!A&&!m)return!1;var y;for(y in g);return typeof y=="undefined"||n.call(g,y)},c=function(g,A){i&&A.name==="__proto__"?i(g,A.name,{enumerable:!0,configurable:!0,value:A.newValue,writable:!0}):g[A.name]=A.newValue},d=function(g,A){if(A==="__proto__")if(n.call(g,A)){if(l)return l(g,A).value}else return;return g[A]};return Wd=function p(){var g,A,m,y,E,x,w=arguments[0],k=1,C=arguments.length,D=!1;for(typeof w=="boolean"&&(D=w,w=arguments[1]||{},k=2),(w==null||typeof w!="object"&&typeof w!="function")&&(w={});k<C;++k)if(g=arguments[k],g!=null)for(A in g)m=d(w,A),y=d(g,A),w!==y&&(D&&y&&(f(y)||(E=u(y)))?(E?(E=!1,x=m&&u(m)?m:[]):x=m&&f(m)?m:{},c(w,{name:A,newValue:p(D,x,y)})):typeof y!="undefined"&&c(w,{name:A,newValue:y}));return w},Wd}var cB=uB();const $d=Hn(cB);function eh(n){if(typeof n!="object"||n===null)return!1;const a=Object.getPrototypeOf(n);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in n)&&!(Symbol.iterator in n)}function fB(){const n=[],a={run:i,use:l};return a;function i(...u){let f=-1;const c=u.pop();if(typeof c!="function")throw new TypeError("Expected function as last argument, not "+c);d(null,...u);function d(p,...g){const A=n[++f];let m=-1;if(p){c(p);return}for(;++m<u.length;)(g[m]===null||g[m]===void 0)&&(g[m]=u[m]);u=g,A?dB(A,d)(...g):c(null,...g)}}function l(u){if(typeof u!="function")throw new TypeError("Expected `middelware` to be a function, not "+u);return n.push(u),a}}function dB(n,a){let i;return l;function l(...c){const d=n.length>c.length;let p;d&&c.push(u);try{p=n.apply(this,c)}catch(g){const A=g;if(d&&i)throw A;return u(A)}d||(p&&p.then&&typeof p.then=="function"?p.then(f,u):p instanceof Error?u(p):f(p))}function u(c,...d){i||(i=!0,a(c,...d))}function f(c){u(null,c)}}const ni={basename:hB,dirname:pB,extname:gB,join:mB,sep:"/"};function hB(n,a){if(a!==void 0&&typeof a!="string")throw new TypeError('"ext" argument must be a string');as(n);let i=0,l=-1,u=n.length,f;if(a===void 0||a.length===0||a.length>n.length){for(;u--;)if(n.codePointAt(u)===47){if(f){i=u+1;break}}else l<0&&(f=!0,l=u+1);return l<0?"":n.slice(i,l)}if(a===n)return"";let c=-1,d=a.length-1;for(;u--;)if(n.codePointAt(u)===47){if(f){i=u+1;break}}else c<0&&(f=!0,c=u+1),d>-1&&(n.codePointAt(u)===a.codePointAt(d--)?d<0&&(l=u):(d=-1,l=c));return i===l?l=c:l<0&&(l=n.length),n.slice(i,l)}function pB(n){if(as(n),n.length===0)return".";let a=-1,i=n.length,l;for(;--i;)if(n.codePointAt(i)===47){if(l){a=i;break}}else l||(l=!0);return a<0?n.codePointAt(0)===47?"/":".":a===1&&n.codePointAt(0)===47?"//":n.slice(0,a)}function gB(n){as(n);let a=n.length,i=-1,l=0,u=-1,f=0,c;for(;a--;){const d=n.codePointAt(a);if(d===47){if(c){l=a+1;break}continue}i<0&&(c=!0,i=a+1),d===46?u<0?u=a:f!==1&&(f=1):u>-1&&(f=-1)}return u<0||i<0||f===0||f===1&&u===i-1&&u===l+1?"":n.slice(u,i)}function mB(...n){let a=-1,i;for(;++a<n.length;)as(n[a]),n[a]&&(i=i===void 0?n[a]:i+"/"+n[a]);return i===void 0?".":AB(i)}function AB(n){as(n);const a=n.codePointAt(0)===47;let i=yB(n,!a);return i.length===0&&!a&&(i="."),i.length>0&&n.codePointAt(n.length-1)===47&&(i+="/"),a?"/"+i:i}function yB(n,a){let i="",l=0,u=-1,f=0,c=-1,d,p;for(;++c<=n.length;){if(c<n.length)d=n.codePointAt(c);else{if(d===47)break;d=47}if(d===47){if(!(u===c-1||f===1))if(u!==c-1&&f===2){if(i.length<2||l!==2||i.codePointAt(i.length-1)!==46||i.codePointAt(i.length-2)!==46){if(i.length>2){if(p=i.lastIndexOf("/"),p!==i.length-1){p<0?(i="",l=0):(i=i.slice(0,p),l=i.length-1-i.lastIndexOf("/")),u=c,f=0;continue}}else if(i.length>0){i="",l=0,u=c,f=0;continue}}a&&(i=i.length>0?i+"/..":"..",l=2)}else i.length>0?i+="/"+n.slice(u+1,c):i=n.slice(u+1,c),l=c-u-1;u=c,f=0}else d===46&&f>-1?f++:f=-1}return i}function as(n){if(typeof n!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(n))}const EB={cwd:wB};function wB(){return"/"}function th(n){return!!(n!==null&&typeof n=="object"&&"href"in n&&n.href&&"protocol"in n&&n.protocol&&n.auth===void 0)}function bB(n){if(typeof n=="string")n=new URL(n);else if(!th(n)){const a=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+n+"`");throw a.code="ERR_INVALID_ARG_TYPE",a}if(n.protocol!=="file:"){const a=new TypeError("The URL must be of scheme file");throw a.code="ERR_INVALID_URL_SCHEME",a}return xB(n)}function xB(n){if(n.hostname!==""){const l=new TypeError('File URL host must be "localhost" or empty on darwin');throw l.code="ERR_INVALID_FILE_URL_HOST",l}const a=n.pathname;let i=-1;for(;++i<a.length;)if(a.codePointAt(i)===37&&a.codePointAt(i+1)===50){const l=a.codePointAt(i+2);if(l===70||l===102){const u=new TypeError("File URL path must not include encoded / characters");throw u.code="ERR_INVALID_FILE_URL_PATH",u}}return decodeURIComponent(a)}const nh=["history","path","basename","stem","extname","dirname"];class R0{constructor(a){let i;a?th(a)?i={path:a}:typeof a=="string"||CB(a)?i={value:a}:i=a:i={},this.cwd="cwd"in i?"":EB.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let l=-1;for(;++l<nh.length;){const f=nh[l];f in i&&i[f]!==void 0&&i[f]!==null&&(this[f]=f==="history"?[...i[f]]:i[f])}let u;for(u in i)nh.includes(u)||(this[u]=i[u])}get basename(){return typeof this.path=="string"?ni.basename(this.path):void 0}set basename(a){ih(a,"basename"),rh(a,"basename"),this.path=ni.join(this.dirname||"",a)}get dirname(){return typeof this.path=="string"?ni.dirname(this.path):void 0}set dirname(a){D0(this.basename,"dirname"),this.path=ni.join(a||"",this.basename)}get extname(){return typeof this.path=="string"?ni.extname(this.path):void 0}set extname(a){if(rh(a,"extname"),D0(this.dirname,"extname"),a){if(a.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(a.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=ni.join(this.dirname,this.stem+(a||""))}get path(){return this.history[this.history.length-1]}set path(a){th(a)&&(a=bB(a)),ih(a,"path"),this.path!==a&&this.history.push(a)}get stem(){return typeof this.path=="string"?ni.basename(this.path,this.extname):void 0}set stem(a){ih(a,"stem"),rh(a,"stem"),this.path=ni.join(this.dirname||"",a+(this.extname||""))}fail(a,i,l){const u=this.message(a,i,l);throw u.fatal=!0,u}info(a,i,l){const u=this.message(a,i,l);return u.fatal=void 0,u}message(a,i,l){const u=new Yn(a,i,l);return this.path&&(u.name=this.path+":"+u.name,u.file=this.path),u.fatal=!1,this.messages.push(u),u}toString(a){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(a||void 0).decode(this.value)}}function rh(n,a){if(n&&n.includes(ni.sep))throw new Error("`"+a+"` cannot be a path: did not expect `"+ni.sep+"`")}function ih(n,a){if(!n)throw new Error("`"+a+"` cannot be empty")}function D0(n,a){if(!n)throw new Error("Setting `"+a+"` requires `path` to be set too")}function CB(n){return!!(n&&typeof n=="object"&&"byteLength"in n&&"byteOffset"in n)}const vB=function(n){const l=this.constructor.prototype,u=l[n],f=function(){return u.apply(f,arguments)};return Object.setPrototypeOf(f,l),f},SB={}.hasOwnProperty;class ah extends vB{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=fB()}copy(){const a=new ah;let i=-1;for(;++i<this.attachers.length;){const l=this.attachers[i];a.use(...l)}return a.data($d(!0,{},this.namespace)),a}data(a,i){return typeof a=="string"?arguments.length===2?(sh("data",this.frozen),this.namespace[a]=i,this):SB.call(this.namespace,a)&&this.namespace[a]||void 0:a?(sh("data",this.frozen),this.namespace=a,this):this.namespace}freeze(){if(this.frozen)return this;const a=this;for(;++this.freezeIndex<this.attachers.length;){const[i,...l]=this.attachers[this.freezeIndex];if(l[0]===!1)continue;l[0]===!0&&(l[0]=void 0);const u=i.call(a,...l);typeof u=="function"&&this.transformers.use(u)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(a){this.freeze();const i=rc(a),l=this.parser||this.Parser;return oh("parse",l),l(String(i),i)}process(a,i){const l=this;return this.freeze(),oh("process",this.parser||this.Parser),lh("process",this.compiler||this.Compiler),i?u(void 0,i):new Promise(u);function u(f,c){const d=rc(a),p=l.parse(d);l.run(p,d,function(A,m,y){if(A||!m||!y)return g(A);const E=m,x=l.stringify(E,y);RB(x)?y.value=x:y.result=x,g(A,y)});function g(A,m){A||!m?c(A):f?f(m):i(void 0,m)}}}processSync(a){let i=!1,l;return this.freeze(),oh("processSync",this.parser||this.Parser),lh("processSync",this.compiler||this.Compiler),this.process(a,u),B0("processSync","process",i),l;function u(f,c){i=!0,k0(f),l=c}}run(a,i,l){T0(a),this.freeze();const u=this.transformers;return!l&&typeof i=="function"&&(l=i,i=void 0),l?f(void 0,l):new Promise(f);function f(c,d){const p=rc(i);u.run(a,p,g);function g(A,m,y){const E=m||a;A?d(A):c?c(E):l(void 0,E,y)}}}runSync(a,i){let l=!1,u;return this.run(a,i,f),B0("runSync","run",l),u;function f(c,d){k0(c),u=d,l=!0}}stringify(a,i){this.freeze();const l=rc(i),u=this.compiler||this.Compiler;return lh("stringify",u),T0(a),u(a,l)}use(a,...i){const l=this.attachers,u=this.namespace;if(sh("use",this.frozen),a!=null)if(typeof a=="function")p(a,i);else if(typeof a=="object")Array.isArray(a)?d(a):c(a);else throw new TypeError("Expected usable value, not `"+a+"`");return this;function f(g){if(typeof g=="function")p(g,[]);else if(typeof g=="object")if(Array.isArray(g)){const[A,...m]=g;p(A,m)}else c(g);else throw new TypeError("Expected usable value, not `"+g+"`")}function c(g){if(!("plugins"in g)&&!("settings"in g))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(g.plugins),g.settings&&(u.settings=$d(!0,u.settings,g.settings))}function d(g){let A=-1;if(g!=null)if(Array.isArray(g))for(;++A<g.length;){const m=g[A];f(m)}else throw new TypeError("Expected a list of plugins, not `"+g+"`")}function p(g,A){let m=-1,y=-1;for(;++m<l.length;)if(l[m][0]===g){y=m;break}if(y===-1)l.push([g,...A]);else if(A.length>0){let[E,...x]=A;const w=l[y][1];eh(w)&&eh(E)&&(E=$d(!0,w,E)),l[y]=[g,E,...x]}}}}const kB=new ah().freeze();function oh(n,a){if(typeof a!="function")throw new TypeError("Cannot `"+n+"` without `parser`")}function lh(n,a){if(typeof a!="function")throw new TypeError("Cannot `"+n+"` without `compiler`")}function sh(n,a){if(a)throw new Error("Cannot call `"+n+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function T0(n){if(!eh(n)||typeof n.type!="string")throw new TypeError("Expected node, got `"+n+"`")}function B0(n,a,i){if(!i)throw new Error("`"+n+"` finished async. Use `"+a+"` instead")}function rc(n){return IB(n)?n:new R0(n)}function IB(n){return!!(n&&typeof n=="object"&&"message"in n&&"messages"in n)}function RB(n){return typeof n=="string"||DB(n)}function DB(n){return!!(n&&typeof n=="object"&&"byteLength"in n&&"byteOffset"in n)}const TB="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",M0=[],Q0={allowDangerousHtml:!0},BB=/^(https?|ircs?|mailto|xmpp)$/i,MB=[{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 O0(n){const a=QB(n),i=OB(n);return UB(a.runSync(a.parse(i),i),n)}function QB(n){const a=n.rehypePlugins||M0,i=n.remarkPlugins||M0,l=n.remarkRehypeOptions?le(le({},n.remarkRehypeOptions),Q0):Q0;return kB().use(pT).use(i).use(sB,l).use(a)}function OB(n){const a=n.children||"",i=new R0;return typeof a=="string"&&(i.value=a),i}function UB(n,a){const i=a.allowedElements,l=a.allowElement,u=a.components,f=a.disallowedElements,c=a.skipHtml,d=a.unwrapDisallowed,p=a.urlTransform||NB;for(const A of MB)Object.hasOwn(a,A.from)&&(""+A.from+(A.to?"use `"+A.to+"` instead":"remove it")+TB+A.id,void 0);return Xd(n,g),oR(n,{Fragment:R.Fragment,components:u,ignoreInvalidStyle:!0,jsx:R.jsx,jsxs:R.jsxs,passKeys:!0,passNode:!0});function g(A,m,y){if(A.type==="raw"&&y&&typeof m=="number")return c?y.children.splice(m,1):y.children[m]={type:"text",value:A.value},m;if(A.type==="element"){let E;for(E in jd)if(Object.hasOwn(jd,E)&&Object.hasOwn(A.properties,E)){const x=A.properties[E],w=jd[E];(w===null||w.includes(A.tagName))&&(A.properties[E]=p(String(x||""),E,A))}}if(A.type==="element"){let E=i?!i.includes(A.tagName):f?f.includes(A.tagName):!1;if(!E&&l&&typeof m=="number"&&(E=!l(A,m,y)),E&&y&&typeof m=="number")return d&&A.children?y.children.splice(m,1,...A.children):y.children.splice(m,1),m}}}function NB(n){const a=n.indexOf(":"),i=n.indexOf("?"),l=n.indexOf("#"),u=n.indexOf("/");return a===-1||u!==-1&&a>u||i!==-1&&a>i||l!==-1&&a>l||BB.test(n.slice(0,a))?n:""}function jB({doctor:n,availability:a,callbacks:i,onBook:l,disabled:u=!1,getAvailabilityDatesForAppointment:f,getAvailableSlotsForAppointment:c}){var Oe,He,Ue,Le,et,rt,Et,Dt,v,pe,de,Y,z;const[d,p]=K.useState(!1),[g,A]=K.useState(0),[m,y]=K.useState(null),[E,x]=K.useState(0),[w,k]=K.useState(n.hospitals[0]||null),[C,D]=K.useState(!0),[B,H]=K.useState(!1),[F,j]=K.useState(null),[Z,ie]=K.useState(!1),[L,G]=K.useState(null),re=Vt(U=>U.sessionId);K.useEffect(()=>{var $,Ee,Re,be,ne,ee;if(!(w!=null&&w.hospital_id))return;const U=w.hospital_id,J=((Re=(Ee=($=F==null?void 0:F[U])==null?void 0:$.slots_details)==null?void 0:Ee.length)!=null?Re:0)>0,ge=((ee=(ne=(be=a==null?void 0:a[U])==null?void 0:be.slots_details)==null?void 0:ne.length)!=null?ee:0)>0;i!=null&&i.tool_callback_availability_dates&&n.doctor_id&&re&&!J&&!ge?Q():(J||ge)&&D(!1)},[i==null?void 0:i.tool_callback_availability_dates,F,w==null?void 0:w.hospital_id,a]);const M=K.useMemo(()=>{if(!(w!=null&&w.hospital_id))return a||null;const U=w.hospital_id,J=F==null?void 0:F[U],ge=a==null?void 0:a[U];return J?Fe(le({},a||{}),{[U]:J}):ge?a:a||null},[F,a,w==null?void 0:w.hospital_id]);K.useEffect(()=>{var $,Ee,Re,be,ne,ee;if(!(w!=null&&w.hospital_id))return;const U=w.hospital_id,J=((Re=(Ee=($=F==null?void 0:F[U])==null?void 0:$.slots_details)==null?void 0:Ee.length)!=null?Re:0)>0,ge=((ee=(ne=(be=a==null?void 0:a[U])==null?void 0:be.slots_details)==null?void 0:ne.length)!=null?ee:0)>0;ie(!1),A(0),x(0),y(null),G(null),!J&&!ge&&(i!=null&&i.tool_callback_availability_dates)?(console.log("No cached data for hospital, fetching...",w.name),Q()):(console.log("Using cached/initial data for hospital",w.name),D(!1))},[w==null?void 0:w.hospital_id]);const W=K.useMemo(()=>{var J,ge,$,Ee;if(!(w!=null&&w.hospital_id)||!((ge=(J=M==null?void 0:M[(w==null?void 0:w.hospital_id)||""])==null?void 0:J.slots_details)!=null&&ge.length))return new Date;const U=(Ee=($=M==null?void 0:M[w.hospital_id])==null?void 0:$.slots_details)==null?void 0:Ee[0];return U?new Date(U.date):new Date},[M]);K.useEffect(()=>{var $,Ee;const U=w==null?void 0:w.hospital_id,J=U?M==null?void 0:M[U]:null,ge=(J==null?void 0:J.slots_details)||[];if(U&&ge.length>0&&!Z){let Re=0;const be=(J==null?void 0:J.selected_date)||(($=a==null?void 0:a[U])==null?void 0:$.selected_date);if(be){const xe=ge.findIndex(Ne=>Ne.date===be);xe>=0&&(Re=xe)}else{const xe=((Ee=a==null?void 0:a[U])==null?void 0:Ee.slots_details)||[],Ne=ge.findIndex(Ve=>{const Ze=xe.find(ct=>ct.date===Ve.date);return Ze&&Ze.slots&&Ze.slots.length>0});Ne>=0&&(Re=Ne)}A(Re);const ne=Math.floor(Re/3)*3;x(ne);const ee=ge[Re];ee&&(!(ee!=null&&ee.slots)||ee.slots.length===0)&&(i!=null&&i.tool_callback_availability_slots)&&n.doctor_id&&(w!=null&&w.hospital_id)&&(w!=null&&w.region_id)&&re&&!C&&setTimeout(()=>{ye(ee.date)},0)}},[M,w==null?void 0:w.hospital_id,a,Z,C]);const I=K.useMemo(()=>{var $;const U=[],J=w==null?void 0:w.hospital_id,ge=J?($=M==null?void 0:M[J])==null?void 0:$.slots_details:null;if(ge&&ge.length>0){const Ee=Math.max(0,Math.floor(E/3)*3),Re=Math.min(ge.length,Ee+3);for(let be=Ee;be<Re;be++){const ne=ge[be],ee=new Date(ne.date),xe=ee.toLocaleDateString(void 0,{weekday:"short"}).toUpperCase(),Ne=ee.toLocaleDateString(void 0,{day:"2-digit"});U.push({weekday:xe,dayNum:Ne,date:ne.date,hasAvailability:!0,fullDate:ee,hasSlots:ne.slots&&ne.slots.length>0})}}else{const Ee=new Date(W);Ee.setDate(Ee.getDate()+E);for(let Re=0;Re<3;Re++){const be=new Date(Ee);be.setDate(Ee.getDate()+Re);const ne=be.toLocaleDateString(void 0,{weekday:"short"}).toUpperCase(),ee=be.toLocaleDateString(void 0,{day:"2-digit"}),xe=be.toISOString().split("T")[0];U.push({weekday:ne,dayNum:ee,date:xe,hasAvailability:!1,fullDate:be,hasSlots:!1})}}return U},[W,E,M,w==null?void 0:w.hospital_id]),ae=K.useMemo(()=>{var ge;const U=w==null?void 0:w.hospital_id,J=U?(ge=M==null?void 0:M[U])==null?void 0:ge.slots_details:null;return(J==null?void 0:J[g])||null},[M,w==null?void 0:w.hospital_id,g]),fe=((Oe=n.name)==null?void 0:Oe.split(" ").map(U=>U[0]).slice(0,2).join("").toUpperCase())||"DR";function se(){ie(!0),x(U=>Math.max(0,U-3)),y(null)}function ue(){var $;ie(!0);const U=w==null?void 0:w.hospital_id,J=U?($=M==null?void 0:M[U])==null?void 0:$.slots_details:null,ge=J!=null&&J.length?Math.max(0,J.length-3):0;x(Ee=>Math.min(ge,Ee+3)),y(null)}function te(U){var Re,be;ie(!0);const J=w==null?void 0:w.hospital_id,ge=J?(Re=M==null?void 0:M[J])==null?void 0:Re.slots_details:null,$=(be=ge==null?void 0:ge.findIndex(ne=>ne.date===U))!=null?be:-1;$>=0&&A($),y(null);const Ee=ge==null?void 0:ge.find(ne=>ne.date===U);i!=null&&i.tool_callback_availability_slots&&(!(Ee!=null&&Ee.slots)||Ee.slots.length===0)&&n.doctor_id&&(w!=null&&w.hospital_id)&&(w!=null&&w.region_id)&&re&&ye(U)}const T=K.useMemo(()=>E>0,[E]),V=K.useMemo(()=>{var $;const U=w==null?void 0:w.hospital_id,J=U?($=M==null?void 0:M[U])==null?void 0:$.slots_details:null;if(!J||J.length===0)return!1;const ge=Math.max(0,J.length-3);return E<ge},[E,M,w==null?void 0:w.hospital_id]);function q(){l&&ae&&m&&l({date:ae.date,time:m,doctorData:{doctor:n,hospital_id:(w==null?void 0:w.hospital_id)||"",region_id:(w==null?void 0:w.region_id)||""}})}const Q=()=>$e(null,null,function*(){var U,J,ge,$,Ee,Re;if(console.log("called loadAvailabilityDates"),!n.doctor_id||!re||!(w!=null&&w.hospital_id)){console.warn("Missing required parameters for loading availability dates");return}D(!0),console.log("loading availability dates",w==null?void 0:w.name);try{let be;const ne=yield f({doctor_id:n.doctor_id,hospital_id:(w==null?void 0:w.hospital_id)||"",region_id:(w==null?void 0:w.region_id)||""});if(!ne.success){(J=(U=ne.data)==null?void 0:U.error)!=null&&J.msg&&G(($=(ge=ne.data)==null?void 0:ge.error)==null?void 0:$.msg),console.error("Failed to load availability dates via handler",ne);return}be=ne.data;const ee=be.available_dates.map(ot=>({date:ot,slots:[]})),xe=(w==null?void 0:w.hospital_id)||"",Ne=((Ee=a==null?void 0:a[xe])==null?void 0:Ee.slots_details)||[],Ve=((Re=F==null?void 0:F[xe])==null?void 0:Re.slots_details)||[],Ze=new Map;Ne.forEach(ot=>{Ze.set(ot.date,ot)}),Ve.forEach(ot=>{Ze.set(ot.date,ot)});const tt=[...Array.from(Ze.values())];ee.forEach(ot=>{Ze.has(ot.date)||tt.push(ot)}),tt.sort((ot,Ht)=>new Date(ot.date).getTime()-new Date(Ht.date).getTime()),console.log("merged slots",tt),j(ot=>Fe(le({},ot||{}),{[(w==null?void 0:w.hospital_id)||""]:{slots_details:tt}}))}catch(be){console.error("Error loading availability dates:",be)}finally{D(!1)}}),ye=U=>$e(null,null,function*(){if(!n.doctor_id||!(w!=null&&w.hospital_id)||!(w!=null&&w.region_id)||!re){console.warn("Missing required parameters for loading slots");return}H(!0);try{let J;const ge=yield c(U,{doctor_id:n.doctor_id,hospital_id:(w==null?void 0:w.hospital_id)||"",region_id:(w==null?void 0:w.region_id)||""});if(!ge.success){console.error("Failed to load slots via handler");return}J=ge.data,j($=>{var ne,ee,xe,Ne,Ve,Ze;if(!$||!((ee=(ne=$==null?void 0:$[w==null?void 0:w.hospital_id])==null?void 0:ne.slots_details)!=null&&ee.length))return Fe(le({},$||{}),{[(w==null?void 0:w.hospital_id)||""]:{slots_details:[{date:U,slots:J.slots}]}});const Ee=(Ne=(xe=$==null?void 0:$[w==null?void 0:w.hospital_id])==null?void 0:xe.slots_details)==null?void 0:Ne.map(ct=>ct.date===U?Fe(le({},ct),{slots:J.slots}):ct),be=((Ze=(Ve=$==null?void 0:$[w==null?void 0:w.hospital_id])==null?void 0:Ve.slots_details)==null?void 0:Ze.some(ct=>ct.date===U))?Ee:[...Ee||[],{date:U,slots:J.slots}];return be&&be.length>0&&be.sort((ct,tt)=>new Date(ct.date).getTime()-new Date(tt.date).getTime()),Fe(le({},$),{[(w==null?void 0:w.hospital_id)||""]:{slots_details:be}})})}catch(J){console.error("Error loading slots for date:",J)}finally{H(!1)}}),Se=U=>{const J=n.hospitals.find(ge=>ge.hospital_id===U);console.log("hospitalId",U,J),J&&(console.log("hospital selected",J),k(J))};return R.jsxs(sd,{className:"max-w-md rounded-xl border-slate-200 shadow-sm p-0","aria-label":"Appointment card",children:[R.jsx(fA,{className:"flex flex-row items-center justify-between gap-3 bg-[var(--color-background-primary-subtle)] rounded-t-xl p-4",children:R.jsxs("div",{className:"flex items-center gap-3",children:[n.profile_pic&&R.jsxs(kA,{className:"h-12 w-12",children:[R.jsx(IA,{src:n.profile_pic,alt:`${n.name} profile photo`,crossOrigin:"anonymous"}),R.jsx(RA,{children:fe})]}),R.jsxs("div",{className:"min-w-0",children:[R.jsxs("div",{className:"flex flex-wrap items-baseline gap-2",children:[R.jsx("h3",{className:" text-base font-bold text-slate-900",children:n.name}),n.profile_link?R.jsx("a",{href:n.profile_link,target:"_blank",rel:"noreferrer",className:"text-xs font-semibold text-[var(--color-primary)] hover:underline",children:"View profile"}):null]}),R.jsxs("p",{className:"mt-0.5 text-sm text-slate-500",children:[n.specialty,n.experience&&R.jsxs(R.Fragment,{children:[" • ",n.experience]})]})]})]})}),R.jsxs(dA,{className:"px-4 pb-2",children:[R.jsxs("div",{className:"grid gap-2 border-b border-slate-200 pb-3",children:[(n==null?void 0:n.timings)&&R.jsxs("div",{className:"flex items-start gap-2 text-sm text-slate-900",children:[R.jsx(bI,{className:"h-4 w-4 text-[var(--color-primary)] mt-0.5 flex-shrink-0","aria-hidden":!0}),R.jsx("span",{className:"text-slate-500 text-xs",children:n==null?void 0:n.timings})]}),n.languages?R.jsxs("div",{className:"flex items-center gap-2 text-sm text-slate-900",children:[R.jsx(CI,{className:"h-4 w-4 text-[var(--color-primary)]","aria-hidden":!0}),R.jsx("span",{className:"text-slate-500",children:n.languages})]}):null,n!=null&&n.hospitals&&((He=n.hospitals)==null?void 0:He.length)>1?w&&w.name&&R.jsxs("div",{className:"flex items-center gap-2 text-sm text-slate-900",children:[R.jsx(Cd,{className:"h-4 w-4 text-[var(--color-primary)]","aria-hidden":!0}),R.jsx(Fk,{options:n.hospitals.map(U=>({value:U.hospital_id,label:U.name})),placeholder:"Select Hospital",disabled:u,onValueChange:Se,value:(w==null?void 0:w.hospital_id)||""})]}):w&&w.name&&R.jsxs("div",{className:"flex items-center gap-2 text-sm text-slate-900",children:[R.jsx(Cd,{className:"h-4 w-4 text-[var(--color-primary)]","aria-hidden":!0}),w.name]})]}),w!=null&&w.hospital_id&&((Le=(Ue=M==null?void 0:M[w==null?void 0:w.hospital_id])==null?void 0:Ue.slots_details)!=null&&Le.length)||i!=null&&i.tool_callback_availability_dates||C?R.jsx(Bt,{type:"button",variant:"outline","aria-expanded":d,"aria-controls":"ap-slots",onClick:()=>p(U=>!U),disabled:C,className:"mt-3 w-full border-[var(--color-primary)] text-[var(--color-primary)] hover:bg-[var(--color-background-primary-subtle)] disabled:opacity-50",children:C?R.jsxs(R.Fragment,{children:[R.jsx(Vl,{className:"h-4 w-4 mr-2 animate-spin"}),"Loading availability..."]}):R.jsxs(R.Fragment,{children:[R.jsx("span",{className:"mr-1",children:d?"Hide slots":"Show available slots"}),R.jsx(yI,{className:`h-4 w-4 transition-transform ${d?"rotate-180":""}`,"aria-hidden":!0})]})}):R.jsx("div",{className:"mt-3 w-full flex items-center justify-center py-3 px-4 bg-gray-50 border border-gray-200 rounded-lg",children:R.jsx("span",{className:"text-sm text-gray-500 font-medium",children:"No details available"})}),d&&(w==null?void 0:w.hospital_id)&&((rt=(et=M==null?void 0:M[w==null?void 0:w.hospital_id])==null?void 0:et.slots_details)==null?void 0:rt.length)&&R.jsx("div",{id:"ap-slots",role:"region","aria-label":"Available slots",className:"pt-3",children:(v=(Dt=M==null?void 0:M[(Et=w==null?void 0:w.hospital_id)!=null?Et:""])==null?void 0:Dt.slots_details)!=null&&v.length?R.jsxs(R.Fragment,{children:[R.jsxs("div",{className:"flex items-center gap-2 px-0.5",children:[R.jsx(Bt,{type:"button",variant:"outline",size:"icon",onClick:se,"aria-label":"Previous 3 days",disabled:u||!T,className:"h-8 w-8 flex-shrink-0 rounded-md border-slate-200 bg-transparent text-slate-900 disabled:opacity-50",children:R.jsx(EI,{className:"h-4 w-4"})}),R.jsx("div",{className:"flex-1 grid grid-cols-3 gap-1 min-w-0",children:I.map((U,J)=>{const ge=(ae==null?void 0:ae.date)===U.date,$=!U.hasAvailability;return R.jsxs(Bt,{type:"button",variant:"outline",onClick:()=>!$&&te(U.date),disabled:$||u,"aria-current":ge?"date":void 0,className:["flex flex-col items-center justify-center h-12 rounded-lg border p-2 gap-0.5 min-w-0",ge?"border-[var(--color-primary)] ring-2 ring-[var(--color-background-primary-subtle)] bg-[var(--color-background-primary-subtle)]":$?"border-slate-100 bg-slate-50 text-slate-300 cursor-not-allowed":"border-slate-200 bg-white hover:bg-slate-50"].join(" "),children:[R.jsx("span",{className:["text-[10px] tracking-wide w-full text-center",ge?"text-[var(--color-primary)]":$?"text-slate-300":"text-slate-500"].join(" "),children:U.weekday}),R.jsx("span",{className:["text-xs font-bold w-full text-center",ge?"text-[var(--color-primary)]":$?"text-slate-300":"text-slate-900"].join(" "),children:U.dayNum})]},`${U.date}-${J}`)})}),R.jsx(Bt,{type:"button",variant:"outline",size:"icon",onClick:ue,"aria-label":"Next 3 days",disabled:u||!V,className:"h-8 w-8 flex-shrink-0 rounded-md border-slate-200 bg-transparent text-slate-900 disabled:opacity-50",children:R.jsx(wI,{className:"h-4 w-4"})})]}),R.jsx("div",{className:"px-0.5 py-3",children:B?R.jsxs("div",{className:"flex items-center justify-center py-4",children:[R.jsx(Vl,{className:"h-4 w-4 animate-spin text-[var(--color-primary)] mr-2"}),R.jsx("span",{className:"text-sm text-slate-500",children:"Loading slots..."})]}):(pe=ae==null?void 0:ae.slots)!=null&&pe.length?R.jsx("div",{className:"grid grid-cols-2 gap-2 max-h-48 overflow-y-auto",children:ae.slots.map((U,J)=>{const ge=m===U;return R.jsxs(Bt,{type:"button",variant:"outline",onClick:()=>y(U),"aria-pressed":ge,disabled:u,className:["inline-flex h-9 items-center justify-center gap-2 rounded-lg px-3 text-xs font-semibold",ge?"border-[var(--color-primary)] bg-[var(--color-primary)] text-white":"border-slate-200 bg-white text-slate-900 hover:bg-slate-50"].join(" "),children:[R.jsx(mI,{className:`h-3.5 w-3.5 flex-shrink-0${ge?"text-white":"text-[var(--color-primary)]"}`}),R.jsx("span",{className:"truncate",children:U})]},U||`slot-${J}`)})}):R.jsx("p",{className:"px-1 text-sm text-slate-500",children:"No slots available for this day."})}),R.jsx("div",{className:"px-0.5 pb-1.5",children:R.jsxs(Bt,{type:"button",onClick:q,disabled:!m||u,"aria-disabled":!m,className:"w-full h-10 gap-2 bg-[var(--color-primary)] text-white hover:bg-[var(--color-primary)]/90 disabled:opacity-60",children:["Book appointment",R.jsx(gI,{className:"h-4 w-4"})]})})]}):R.jsx("div",{className:"px-1 pb-2 pt-1",children:R.jsx("p",{className:"text-sm text-slate-500",children:L||"No availability provided."})})}),d&&!((z=(Y=M==null?void 0:M[(de=w==null?void 0:w.hospital_id)!=null?de:""])==null?void 0:Y.slots_details)!=null&&z.length)&&R.jsx("div",{className:"px-1 pb-2 pt-1",children:R.jsx("p",{className:"text-sm text-slate-500",children:L||"No availability provided."})})]})]})}function zB(n,a=3e4){return new Promise((i,l)=>{const u=setTimeout(()=>{l(new Error(`Request timeout after ${a}ms`))},a);n.then(f=>{clearTimeout(u),i(f)}).catch(f=>{clearTimeout(u),l(f)})})}function FB(n,a={},i=3e4){const l=fetch(n,a);return zB(l,i)}function La(l){return $e(this,arguments,function*({toolParams:n,wrapperOptions:a,retryCount:i=0}){const{timeout:u=3e4,onSessionRefresh:f,session_id:c,tool_name:d}=a;try{const p=`${Yr.BASE_API_URL}/med-assist/api-call-tool?session_id=${c}&tool_name=${d}`,g={method:"POST",headers:{"Content-Type":"application/json","x-agent-id":Yr.X_AGENT_ID},body:JSON.stringify({tool_params:n})},A=yield FB(p,g,u);if(A.ok)return A;if(A.status===401&&i<1&&f){if(console.log("401 Unauthorized error detected, attempting session refresh..."),yield f())return console.log("Session refreshed successfully, retrying request..."),yield La({toolParams:n,wrapperOptions:a,retryCount:i+1});console.error("Session refresh failed")}return A}catch(p){throw console.error("Error in fetchWithSessionRefresh:",p),p}})}const uh=(n,a,i)=>$e(null,null,function*(){try{const l=yield La({toolParams:{doctor_id:n},wrapperOptions:{session_id:a,tool_name:ja.DOCTOR_DETAILS,onSessionRefresh:i}});if(!(l!=null&&l.ok))throw new Error("Failed to load doctor details");return yield l.json()}catch(l){throw console.error("Error loading doctor details:",l),l}});function LB({doctorDetails:n,callbacks:a,onBook:i,refreshSession:l,disabled:u=!1,getAvailabilityDatesForAppointment:f,getAvailableSlotsForAppointment:c}){const[d,p]=K.useState([]),[g,A]=K.useState(!1),[m,y]=K.useState(0),[E,x]=K.useState(null),w=Vt(j=>j.sessionId),k=n.doctor_ids||[],C=k.length,D=Math.min(3,C),B=C-D;K.useEffect(()=>{if(k.length===0||!w)return;$e(null,null,function*(){A(!0),x(null);try{const Z=k.slice(0,D),ie=Z.map(re=>uh(re,w,l)),L=yield Promise.allSettled(ie),G=[];L.forEach((re,M)=>{re.status==="fulfilled"?G.push(re.value):console.error(`Failed to load doctor ${Z[M]}:`,re.reason)}),p(G),y(G.length)}catch(Z){console.error("Error loading initial doctors:",Z),x("Failed to load doctor details. Please try again.")}finally{A(!1)}})},[k,w,D]);const H=()=>$e(null,null,function*(){if(!(m>=C||!w)){A(!0),x(null);try{const j=k.slice(m),Z=j.map(G=>uh(G,w,l)),ie=yield Promise.allSettled(Z),L=[];ie.forEach((G,re)=>{G.status==="fulfilled"?L.push(G.value):console.error(`Failed to load doctor ${j[re]}:`,G.reason)}),p(G=>[...G,...L]),y(G=>G+L.length)}catch(j){console.error("Error loading remaining doctors:",j),x("Failed to load more doctor details. Please try again.")}finally{A(!1)}}}),F=j=>{i&&i(j)};return g&&d.length===0?R.jsx("div",{className:"flex items-center justify-center py-8",children:R.jsxs("div",{className:"text-center",children:[R.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-b-2 border-[var(--color-primary)] mx-auto mb-3"}),R.jsx("p",{className:"text-sm text-gray-500",children:"Loading doctor details..."})]})}):E&&d.length===0?R.jsx("div",{className:"flex items-center justify-center py-8",children:R.jsxs("div",{className:"text-center",children:[R.jsx("p",{className:"text-sm text-red-500 mb-2",children:E}),R.jsx(Bt,{variant:"outline",size:"sm",onClick:()=>{x(null),k.length>0&&w&&$e(null,null,function*(){A(!0);try{const ie=k.slice(0,D).map(re=>uh(re,w,l)),L=yield Promise.allSettled(ie),G=[];L.forEach((re,M)=>{re.status==="fulfilled"&&G.push(re.value)}),p(G),y(G.length)}catch(Z){x("Failed to load doctor details. Please try again.")}finally{A(!1)}})},children:"Retry"})]})}):d.length===0?R.jsx("div",{className:"flex items-center justify-center py-2",children:R.jsx("p",{className:"text-sm text-gray-500",children:"No doctor details available."})}):R.jsxs("div",{className:"space-y-4",children:[R.jsx("div",{className:"space-y-4",children:d.map((j,Z)=>(j==null?void 0:j.doctor_id)&&R.jsx(jB,{doctor:j,availability:n.availability,callbacks:a,onBook:F,disabled:u,getAvailabilityDatesForAppointment:f,getAvailableSlotsForAppointment:c},`${Z}`))}),m<C&&R.jsx("div",{className:"flex justify-center",children:R.jsx(Bt,{variant:"outline",onClick:H,disabled:g,className:"px-6 py-2",children:g?R.jsxs(R.Fragment,{children:[R.jsx("div",{className:"animate-spin rounded-full h-4 w-4 border-b-2 border-[var(--color-primary)] mr-2"}),"Loading more doctors..."]}):`Show more (${B} more)`})}),E&&d.length>0&&R.jsxs("div",{className:"text-center",children:[R.jsx("p",{className:"text-sm text-red-500 mb-2",children:E}),R.jsx(Bt,{variant:"outline",size:"sm",onClick:H,disabled:g,children:"Retry loading more"})]})]})}function PB({data:n,className:a,disabled:i,onBook:l}){const{package_name:u,hospital_name:f,city:c,description:d,link:p}=n,g=()=>{if(!i){if(l){l(n);return}p&&(window.open(p,"_blank","noopener,noreferrer")||(window.location.href=p))}},A=!!p||!!l;return R.jsxs(sd,{className:pt("w-full max-w-md rounded-xl border border-slate-200 shadow-sm p-0 gap-1",a),"aria-label":"Lab package card",children:[R.jsx(fA,{className:"bg-[var(--color-background-primary-subtle)] p-4",children:u?R.jsx("h3",{className:"text-lg font-bold text-slate-900 leading-snug",children:u}):null}),R.jsxs(dA,{className:"px-4 py-2",children:[d?R.jsx("p",{className:"text-xs leading-relaxed text-slate-500 mb-4",children:d}):null,R.jsxs("div",{className:"space-y-2 mb-4",children:[f?R.jsxs("div",{className:"flex items-center gap-2 text-sm text-slate-900",children:[R.jsx(Cd,{className:"h-4 w-4 text-[var(--color-primary)] flex-shrink-0","aria-hidden":!0}),R.jsx("span",{className:"text-slate-700",children:f})]}):null,c?R.jsxs("div",{className:"flex items-center gap-2 text-sm text-slate-900",children:[R.jsx(vI,{className:"h-4 w-4 text-[var(--color-primary)] flex-shrink-0","aria-hidden":!0}),R.jsx("span",{className:"text-slate-700",children:c})]}):null]}),R.jsx(QA,{className:"bg-slate-200 mb-2"}),A?R.jsx(Bt,{type:"button",variant:"outline",disabled:i,onClick:g,className:"w-full h-11 rounded-lg border-2 border-[var(--color-primary)] bg-white text-[var(--color-primary)] hover:bg-[var(--color-background-primary-subtle)] disabled:opacity-60",children:"View Details"}):null]})]})}function HB({packages:n=[],disabled:a,onBook:i}){const[l,u]=K.useState(2),f=n.slice(0,l),c=K.useMemo(()=>Math.min(n.length-l,2),[n.length,l]);return n.length?R.jsxs("div",{className:"space-y-4",children:[f.map((d,p)=>{var g;return R.jsx(PB,{data:d,disabled:a,onBook:i},`${(g=d.package_name)!=null?g:"pkg"}-${p}`)}),l<n.length&&R.jsx("div",{className:"flex justify-center",children:R.jsxs(Bt,{variant:"outline",onClick:()=>u(d=>d+Math.min(n.length-d,2)),disabled:a,className:"px-6 py-2",children:["Show more (",c," more)"]})})]}):R.jsx("div",{className:"py-4 text-center text-sm text-slate-500",children:"No lab packages available."})}function GB({tips:n,onTipsExpire:a}){const[i,l]=K.useState(!0);return K.useEffect(()=>{if(n.length===0){l(!1);return}l(!0);const u=setTimeout(()=>{l(!1),a==null||a()},7e3);return()=>clearTimeout(u)},[n,a]),!i||n.length===0?null:R.jsx("div",{className:"py-2 space-y-3",children:R.jsxs("div",{className:"flex gap-3",children:[R.jsx("div",{className:"w-px bg-gray-300 flex-shrink-0"}),R.jsx("div",{className:"flex-1 space-y-2",children:n.map((u,f)=>R.jsxs("div",{className:"flex items-start gap-2",children:[R.jsx("div",{className:"flex-shrink-0 mt-0.5",children:R.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"text-yellow-500",children:R.jsx("path",{d:"M9 21C9 21.55 9.45 22 10 22H14C14.55 22 15 21.55 15 21V20H9V21ZM12 2C8.14 2 5 5.14 5 9C5 11.38 6.19 13.47 8 14.74V17C8 17.55 8.45 18 9 18H15C15.55 18 16 17.55 16 17V14.74C17.81 13.47 19 11.38 19 9C19 5.14 15.86 2 12 2ZM15 13.7L14 14.5V16H10V14.5L9 13.7C7.8 12.8 7 11.4 7 9C7 6.24 9.24 4 12 4S17 6.24 17 9C17 11.4 16.2 12.8 15 13.7Z",fill:"currentColor"})})}),R.jsxs("div",{className:"flex-1",children:[R.jsx("span",{className:"text-sm text-gray-600 font-medium",children:"Tip: "}),R.jsx("span",{className:"text-sm text-gray-500 italic",children:u})]})]},f))})]})})}function U0({file:n,onRemove:a,isPreview:i=!0,className:l=""}){var y,E;const[u,f]=K.useState(!1),[c,d]=K.useState(""),p=(E=(y=n==null?void 0:n.type)==null?void 0:y.startsWith("image/"))!=null?E:!1,g=(n==null?void 0:n.type)==="application/pdf";K.useEffect(()=>{if(p){const x=URL.createObjectURL(n);return d(x),()=>URL.revokeObjectURL(x)}},[n,p]),K.useEffect(()=>{f(!1)},[n]);const A=()=>p?"text-green-600":"text-gray-600",m=x=>{if(x===0)return"0 B";const w=1024,k=["B","KB","MB","GB"],C=Math.floor(Math.log(x)/Math.log(w));return`${(x/Math.pow(w,C)).toFixed(1)} ${k[C]}`.toLowerCase()};return!p||u?R.jsxs("div",{className:`relative group inline-flex flex-shrink-0 bg-white border border-neutral-300 rounded-lg flex items-center gap-3 px-3 py-2.5 max-w-full ${i?"hover:bg-neutral-50":""} ${l}`,children:[R.jsx("div",{className:`flex-shrink-0 ${A()}`,children:R.jsx(xI,{className:"h-5 w-5"})}),R.jsxs("div",{className:"flex-1 min-w-0 max-w-[200px]",children:[(n==null?void 0:n.name)&&R.jsx("div",{className:"text-sm font-medium text-[var(--color-foreground)] truncate",children:n.name}),(n==null?void 0:n.size)&&R.jsx("div",{className:"text-xs text-[var(--color-muted-foreground)]",children:m(n.size)})]}),i&&a&&R.jsx("button",{onClick:a,"aria-label":`Remove ${n.name}`,className:"flex-shrink-0 flex items-center justify-center w-5 h-5 text-[var(--color-muted-foreground)] hover:text-[var(--color-foreground)] transition-colors",children:R.jsx(Yu,{className:"h-4 w-4"})})]}):R.jsxs("div",{className:`relative group flex-shrink-0 ${l}`,children:[R.jsx("div",{className:`w-20 h-20 bg-white border border-neutral-300 rounded-lg flex items-center justify-center overflow-hidden ${i?"hover:bg-neutral-100 cursor-pointer":""}`,children:c&&R.jsx("img",{src:c,alt:n.name,className:"w-full h-full object-cover",onError:()=>f(!0)})}),i&&a&&R.jsx("button",{onClick:a,"aria-label":`Remove ${n.name}`,className:"absolute top-0 right-0 bg-[var(--color-muted)] text-black rounded-full w-5 h-5 flex items-center justify-center hover:bg-[var(--color-muted-foreground)] transition-colors z-10 transform translate-x-1 -translate-y-1",children:R.jsx(Yu,{className:"h-3 w-3 text-black"})})]})}function N0({files:n,onRemoveFile:a,isPreview:i=!0,className:l=""}){if(n.length===0)return null;const u=n.filter(c=>{var d;return(d=c.type)==null?void 0:d.startsWith("image/")}),f=n.filter(c=>{var d;return!((d=c.type)!=null&&d.startsWith("image/"))});return R.jsxs("div",{className:`flex flex-wrap justify-end gap-2 max-w-full ${l}`,children:[f.map(c=>{const d=n.indexOf(c);return R.jsx(U0,{file:c,onRemove:a?()=>a(d):void 0,isPreview:i},`${c.name}-${c.size}-${d}`)}),u.length>0&&R.jsx("div",{className:"flex gap-2 overflow-x-auto max-w-full p-1 scrollbar-hide",children:u.map(c=>{const d=n.indexOf(c);return R.jsx(U0,{file:c,onRemove:a?()=>a(d):void 0,isPreview:i},`${c.name}-${c.size}-${d}`)})})]})}function KB({title:n="Tell us more",subtitle:a,options:i,onClose:l,onOptionSelect:u,className:f=""}){const[c,d]=K.useState(!1),p=g=>{d(!0),u==null||u(g)};return R.jsxs("div",{className:pt("mx-4 my-2 rounded-lg border border-[var(--color-border)] bg-[var(--color-muted)]/40 px-4 py-3",f),children:[R.jsxs("div",{className:"flex items-start justify-between gap-3",children:[R.jsxs("div",{children:[R.jsx("p",{className:"text-sm font-medium text-[var(--color-foreground)]",children:c?"Thank you for your feedback":n}),a&&R.jsx("p",{className:"text-xs text-[var(--color-muted-foreground)]",children:a})]}),R.jsx("button",{"aria-label":"Close feedback prompt",className:"text-[var(--color-muted-foreground)] hover:text-[var(--color-foreground)]",onClick:l,children:R.jsx(Yu,{className:"h-4 w-4"})})]}),!c&&R.jsx(Ck,{className:"mt-3",pillClassName:"bg-white text-[var(--color-foreground)] hover:bg-white/80",items:i,onItemClick:g=>p(g)})]})}function j0(n,a){const i=String(n);if(typeof a!="string")throw new TypeError("Expected character");let l=0,u=i.indexOf(a);for(;u!==-1;)l++,u=i.indexOf(a,u+a.length);return l}function YB(n){if(typeof n!="string")throw new TypeError("Expected a string");return n.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function qB(n,a,i){const u=tc((i||{}).ignore||[]),f=JB(a);let c=-1;for(;++c<f.length;)C0(n,"text",d);function d(g,A){let m=-1,y;for(;++m<A.length;){const E=A[m],x=y?y.children:void 0;if(u(E,x?x.indexOf(E):void 0,y))return;y=E}if(y)return p(g,A)}function p(g,A){const m=A[A.length-1],y=f[c][0],E=f[c][1];let x=0;const k=m.children.indexOf(g);let C=!1,D=[];y.lastIndex=0;let B=y.exec(g.value);for(;B;){const H=B.index,F={index:B.index,input:B.input,stack:[...A,g]};let j=E(...B,F);if(typeof j=="string"&&(j=j.length>0?{type:"text",value:j}:void 0),j===!1?y.lastIndex=H+1:(x!==H&&D.push({type:"text",value:g.value.slice(x,H)}),Array.isArray(j)?D.push(...j):j&&D.push(j),x=H+B[0].length,C=!0),!y.global)break;B=y.exec(g.value)}return C?(x<g.value.length&&D.push({type:"text",value:g.value.slice(x)}),m.children.splice(k,1,...D)):D=[g],k+D.length}}function JB(n){const a=[];if(!Array.isArray(n))throw new TypeError("Expected find and replace tuple or list of tuples");const i=!n[0]||Array.isArray(n[0])?n:[n];let l=-1;for(;++l<i.length;){const u=i[l];a.push([VB(u[0]),_B(u[1])])}return a}function VB(n){return typeof n=="string"?new RegExp(YB(n),"g"):n}function _B(n){return typeof n=="function"?n:function(){return n}}const ch="phrasing",fh=["autolink","link","image","label"];function XB(){return{transforms:[rM],enter:{literalAutolink:WB,literalAutolinkEmail:dh,literalAutolinkHttp:dh,literalAutolinkWww:dh},exit:{literalAutolink:nM,literalAutolinkEmail:tM,literalAutolinkHttp:$B,literalAutolinkWww:eM}}}function ZB(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:ch,notInConstruct:fh},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:ch,notInConstruct:fh},{character:":",before:"[ps]",after:"\\/",inConstruct:ch,notInConstruct:fh}]}}function WB(n){this.enter({type:"link",title:null,url:"",children:[]},n)}function dh(n){this.config.enter.autolinkProtocol.call(this,n)}function $B(n){this.config.exit.autolinkProtocol.call(this,n)}function eM(n){this.config.exit.data.call(this,n);const a=this.stack[this.stack.length-1];a.type,a.url="http://"+this.sliceSerialize(n)}function tM(n){this.config.exit.autolinkEmail.call(this,n)}function nM(n){this.exit(n)}function rM(n){qB(n,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,iM],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),aM]],{ignore:["link","linkReference"]})}function iM(n,a,i,l,u){let f="";if(!z0(u)||(/^w/i.test(a)&&(i=a+i,a="",f="http://"),!oM(i)))return!1;const c=lM(i+l);if(!c[0])return!1;const d={type:"link",title:null,url:f+a+c[0],children:[{type:"text",value:a+c[0]}]};return c[1]?[d,{type:"text",value:c[1]}]:d}function aM(n,a,i,l){return!z0(l,!0)||/[-\d_]$/.test(i)?!1:{type:"link",title:null,url:"mailto:"+a+"@"+i,children:[{type:"text",value:a+"@"+i}]}}function oM(n){const a=n.split(".");return!(a.length<2||a[a.length-1]&&(/_/.test(a[a.length-1])||!/[a-zA-Z\d]/.test(a[a.length-1]))||a[a.length-2]&&(/_/.test(a[a.length-2])||!/[a-zA-Z\d]/.test(a[a.length-2])))}function lM(n){const a=/[!"&'),.:;<>?\]}]+$/.exec(n);if(!a)return[n,void 0];n=n.slice(0,a.index);let i=a[0],l=i.indexOf(")");const u=j0(n,"(");let f=j0(n,")");for(;l!==-1&&u>f;)n+=i.slice(0,l+1),i=i.slice(l+1),l=i.indexOf(")"),f++;return[n,i]}function z0(n,a){const i=n.input.charCodeAt(n.index-1);return(n.index===0||Fa(i)||Ju(i))&&(!a||i!==47)}F0.peek=mM;function sM(){this.buffer()}function uM(n){this.enter({type:"footnoteReference",identifier:"",label:""},n)}function cM(){this.buffer()}function fM(n){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},n)}function dM(n){const a=this.resume(),i=this.stack[this.stack.length-1];i.type,i.identifier=qr(this.sliceSerialize(n)).toLowerCase(),i.label=a}function hM(n){this.exit(n)}function pM(n){const a=this.resume(),i=this.stack[this.stack.length-1];i.type,i.identifier=qr(this.sliceSerialize(n)).toLowerCase(),i.label=a}function gM(n){this.exit(n)}function mM(){return"["}function F0(n,a,i,l){const u=i.createTracker(l);let f=u.move("[^");const c=i.enter("footnoteReference"),d=i.enter("reference");return f+=u.move(i.safe(i.associationId(n),{after:"]",before:f})),d(),c(),f+=u.move("]"),f}function AM(){return{enter:{gfmFootnoteCallString:sM,gfmFootnoteCall:uM,gfmFootnoteDefinitionLabelString:cM,gfmFootnoteDefinition:fM},exit:{gfmFootnoteCallString:dM,gfmFootnoteCall:hM,gfmFootnoteDefinitionLabelString:pM,gfmFootnoteDefinition:gM}}}function yM(n){let a=!1;return n&&n.firstLineBlank&&(a=!0),{handlers:{footnoteDefinition:i,footnoteReference:F0},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function i(l,u,f,c){const d=f.createTracker(c);let p=d.move("[^");const g=f.enter("footnoteDefinition"),A=f.enter("label");return p+=d.move(f.safe(f.associationId(l),{before:p,after:"]"})),A(),p+=d.move("]:"),l.children&&l.children.length>0&&(d.shift(4),p+=d.move((a?`
478
+ `:" ")+f.indentLines(f.containerFlow(l,d.current()),a?L0:EM))),g(),p}}function EM(n,a,i){return a===0?n:L0(n,a,i)}function L0(n,a,i){return(i?"":" ")+n}const wM=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];P0.peek=SM;function bM(){return{canContainEols:["delete"],enter:{strikethrough:CM},exit:{strikethrough:vM}}}function xM(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:wM}],handlers:{delete:P0}}}function CM(n){this.enter({type:"delete",children:[]},n)}function vM(n){this.exit(n)}function P0(n,a,i,l){const u=i.createTracker(l),f=i.enter("strikethrough");let c=u.move("~~");return c+=i.containerPhrasing(n,Fe(le({},u.current()),{before:c,after:"~"})),c+=u.move("~~"),f(),c}function SM(){return"~"}function kM(n){return n.length}function IM(n,a){const i=a||{},l=(i.align||[]).concat(),u=i.stringLength||kM,f=[],c=[],d=[],p=[];let g=0,A=-1;for(;++A<n.length;){const w=[],k=[];let C=-1;for(n[A].length>g&&(g=n[A].length);++C<n[A].length;){const D=RM(n[A][C]);if(i.alignDelimiters!==!1){const B=u(D);k[C]=B,(p[C]===void 0||B>p[C])&&(p[C]=B)}w.push(D)}c[A]=w,d[A]=k}let m=-1;if(typeof l=="object"&&"length"in l)for(;++m<g;)f[m]=H0(l[m]);else{const w=H0(l);for(;++m<g;)f[m]=w}m=-1;const y=[],E=[];for(;++m<g;){const w=f[m];let k="",C="";w===99?(k=":",C=":"):w===108?k=":":w===114&&(C=":");let D=i.alignDelimiters===!1?1:Math.max(1,p[m]-k.length-C.length);const B=k+"-".repeat(D)+C;i.alignDelimiters!==!1&&(D=k.length+D+C.length,D>p[m]&&(p[m]=D),E[m]=D),y[m]=B}c.splice(1,0,y),d.splice(1,0,E),A=-1;const x=[];for(;++A<c.length;){const w=c[A],k=d[A];m=-1;const C=[];for(;++m<g;){const D=w[m]||"";let B="",H="";if(i.alignDelimiters!==!1){const F=p[m]-(k[m]||0),j=f[m];j===114?B=" ".repeat(F):j===99?F%2?(B=" ".repeat(F/2+.5),H=" ".repeat(F/2-.5)):(B=" ".repeat(F/2),H=B):H=" ".repeat(F)}i.delimiterStart!==!1&&!m&&C.push("|"),i.padding!==!1&&!(i.alignDelimiters===!1&&D==="")&&(i.delimiterStart!==!1||m)&&C.push(" "),i.alignDelimiters!==!1&&C.push(B),C.push(D),i.alignDelimiters!==!1&&C.push(H),i.padding!==!1&&C.push(" "),(i.delimiterEnd!==!1||m!==g-1)&&C.push("|")}x.push(i.delimiterEnd===!1?C.join("").replace(/ +$/,""):C.join(""))}return x.join(`
479
+ `)}function RM(n){return n==null?"":String(n)}function H0(n){const a=typeof n=="string"?n.codePointAt(0):0;return a===67||a===99?99:a===76||a===108?108:a===82||a===114?114:0}function DM(n,a,i,l){const u=i.enter("blockquote"),f=i.createTracker(l);f.move("> "),f.shift(2);const c=i.indentLines(i.containerFlow(n,f.current()),TM);return u(),c}function TM(n,a,i){return">"+(i?"":" ")+n}function BM(n,a){return G0(n,a.inConstruct,!0)&&!G0(n,a.notInConstruct,!1)}function G0(n,a,i){if(typeof a=="string"&&(a=[a]),!a||a.length===0)return i;let l=-1;for(;++l<a.length;)if(n.includes(a[l]))return!0;return!1}function K0(n,a,i,l){let u=-1;for(;++u<i.unsafe.length;)if(i.unsafe[u].character===`
480
+ `&&BM(i.stack,i.unsafe[u]))return/[ \t]/.test(l.before)?"":" ";return`\\
481
+ `}function MM(n,a){const i=String(n);let l=i.indexOf(a),u=l,f=0,c=0;if(typeof a!="string")throw new TypeError("Expected substring");for(;l!==-1;)l===u?++f>c&&(c=f):f=1,u=l+a.length,l=i.indexOf(a,u);return c}function QM(n,a){return!!(a.options.fences===!1&&n.value&&!n.lang&&/[^ \r\n]/.test(n.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(n.value))}function OM(n){const a=n.options.fence||"`";if(a!=="`"&&a!=="~")throw new Error("Cannot serialize code with `"+a+"` for `options.fence`, expected `` ` `` or `~`");return a}function UM(n,a,i,l){const u=OM(i),f=n.value||"",c=u==="`"?"GraveAccent":"Tilde";if(QM(n,i)){const m=i.enter("codeIndented"),y=i.indentLines(f,NM);return m(),y}const d=i.createTracker(l),p=u.repeat(Math.max(MM(f,u)+1,3)),g=i.enter("codeFenced");let A=d.move(p);if(n.lang){const m=i.enter(`codeFencedLang${c}`);A+=d.move(i.safe(n.lang,le({before:A,after:" ",encode:["`"]},d.current()))),m()}if(n.lang&&n.meta){const m=i.enter(`codeFencedMeta${c}`);A+=d.move(" "),A+=d.move(i.safe(n.meta,le({before:A,after:`
482
+ `,encode:["`"]},d.current()))),m()}return A+=d.move(`
483
+ `),f&&(A+=d.move(f+`
484
+ `)),A+=d.move(p),g(),A}function NM(n,a,i){return(i?"":" ")+n}function hh(n){const a=n.options.quote||'"';if(a!=='"'&&a!=="'")throw new Error("Cannot serialize title with `"+a+"` for `options.quote`, expected `\"`, or `'`");return a}function jM(n,a,i,l){const u=hh(i),f=u==='"'?"Quote":"Apostrophe",c=i.enter("definition");let d=i.enter("label");const p=i.createTracker(l);let g=p.move("[");return g+=p.move(i.safe(i.associationId(n),le({before:g,after:"]"},p.current()))),g+=p.move("]: "),d(),!n.url||/[\0- \u007F]/.test(n.url)?(d=i.enter("destinationLiteral"),g+=p.move("<"),g+=p.move(i.safe(n.url,le({before:g,after:">"},p.current()))),g+=p.move(">")):(d=i.enter("destinationRaw"),g+=p.move(i.safe(n.url,le({before:g,after:n.title?" ":`
485
+ `},p.current())))),d(),n.title&&(d=i.enter(`title${f}`),g+=p.move(" "+u),g+=p.move(i.safe(n.title,le({before:g,after:u},p.current()))),g+=p.move(u),d()),c(),g}function zM(n){const a=n.options.emphasis||"*";if(a!=="*"&&a!=="_")throw new Error("Cannot serialize emphasis with `"+a+"` for `options.emphasis`, expected `*`, or `_`");return a}function os(n){return"&#x"+n.toString(16).toUpperCase()+";"}function ic(n,a,i){const l=jo(n),u=jo(a);return l===void 0?u===void 0?i==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:u===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:l===1?u===void 0?{inside:!1,outside:!1}:u===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:u===void 0?{inside:!1,outside:!1}:u===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}Y0.peek=FM;function Y0(n,a,i,l){const u=zM(i),f=i.enter("emphasis"),c=i.createTracker(l),d=c.move(u);let p=c.move(i.containerPhrasing(n,le({after:u,before:d},c.current())));const g=p.charCodeAt(0),A=ic(l.before.charCodeAt(l.before.length-1),g,u);A.inside&&(p=os(g)+p.slice(1));const m=p.charCodeAt(p.length-1),y=ic(l.after.charCodeAt(0),m,u);y.inside&&(p=p.slice(0,-1)+os(m));const E=c.move(u);return f(),i.attentionEncodeSurroundingInfo={after:y.outside,before:A.outside},d+p+E}function FM(n,a,i){return i.options.emphasis||"*"}function LM(n,a){let i=!1;return Xd(n,function(l){if("value"in l&&/\r?\n|\r/.test(l.value)||l.type==="break")return i=!0,_d}),!!((!n.depth||n.depth<3)&&zd(n)&&(a.options.setext||i))}function PM(n,a,i,l){const u=Math.max(Math.min(6,n.depth||1),1),f=i.createTracker(l);if(LM(n,i)){const A=i.enter("headingSetext"),m=i.enter("phrasing"),y=i.containerPhrasing(n,Fe(le({},f.current()),{before:`
486
+ `,after:`
487
+ `}));return m(),A(),y+`
488
+ `+(u===1?"=":"-").repeat(y.length-(Math.max(y.lastIndexOf("\r"),y.lastIndexOf(`
489
+ `))+1))}const c="#".repeat(u),d=i.enter("headingAtx"),p=i.enter("phrasing");f.move(c+" ");let g=i.containerPhrasing(n,le({before:"# ",after:`
490
+ `},f.current()));return/^[\t ]/.test(g)&&(g=os(g.charCodeAt(0))+g.slice(1)),g=g?c+" "+g:c,i.options.closeAtx&&(g+=" "+c),p(),d(),g}q0.peek=HM;function q0(n){return n.value||""}function HM(){return"<"}J0.peek=GM;function J0(n,a,i,l){const u=hh(i),f=u==='"'?"Quote":"Apostrophe",c=i.enter("image");let d=i.enter("label");const p=i.createTracker(l);let g=p.move("![");return g+=p.move(i.safe(n.alt,le({before:g,after:"]"},p.current()))),g+=p.move("]("),d(),!n.url&&n.title||/[\0- \u007F]/.test(n.url)?(d=i.enter("destinationLiteral"),g+=p.move("<"),g+=p.move(i.safe(n.url,le({before:g,after:">"},p.current()))),g+=p.move(">")):(d=i.enter("destinationRaw"),g+=p.move(i.safe(n.url,le({before:g,after:n.title?" ":")"},p.current())))),d(),n.title&&(d=i.enter(`title${f}`),g+=p.move(" "+u),g+=p.move(i.safe(n.title,le({before:g,after:u},p.current()))),g+=p.move(u),d()),g+=p.move(")"),c(),g}function GM(){return"!"}V0.peek=KM;function V0(n,a,i,l){const u=n.referenceType,f=i.enter("imageReference");let c=i.enter("label");const d=i.createTracker(l);let p=d.move("![");const g=i.safe(n.alt,le({before:p,after:"]"},d.current()));p+=d.move(g+"]["),c();const A=i.stack;i.stack=[],c=i.enter("reference");const m=i.safe(i.associationId(n),le({before:p,after:"]"},d.current()));return c(),i.stack=A,f(),u==="full"||!g||g!==m?p+=d.move(m+"]"):u==="shortcut"?p=p.slice(0,-1):p+=d.move("]"),p}function KM(){return"!"}_0.peek=YM;function _0(n,a,i){let l=n.value||"",u="`",f=-1;for(;new RegExp("(^|[^`])"+u+"([^`]|$)").test(l);)u+="`";for(/[^ \r\n]/.test(l)&&(/^[ \r\n]/.test(l)&&/[ \r\n]$/.test(l)||/^`|`$/.test(l))&&(l=" "+l+" ");++f<i.unsafe.length;){const c=i.unsafe[f],d=i.compilePattern(c);let p;if(c.atBreak)for(;p=d.exec(l);){let g=p.index;l.charCodeAt(g)===10&&l.charCodeAt(g-1)===13&&g--,l=l.slice(0,g)+" "+l.slice(p.index+1)}}return u+l+u}function YM(){return"`"}function X0(n,a){const i=zd(n);return!!(!a.options.resourceLink&&n.url&&!n.title&&n.children&&n.children.length===1&&n.children[0].type==="text"&&(i===n.url||"mailto:"+i===n.url)&&/^[a-z][a-z+.-]+:/i.test(n.url)&&!/[\0- <>\u007F]/.test(n.url))}Z0.peek=qM;function Z0(n,a,i,l){const u=hh(i),f=u==='"'?"Quote":"Apostrophe",c=i.createTracker(l);let d,p;if(X0(n,i)){const A=i.stack;i.stack=[],d=i.enter("autolink");let m=c.move("<");return m+=c.move(i.containerPhrasing(n,le({before:m,after:">"},c.current()))),m+=c.move(">"),d(),i.stack=A,m}d=i.enter("link"),p=i.enter("label");let g=c.move("[");return g+=c.move(i.containerPhrasing(n,le({before:g,after:"]("},c.current()))),g+=c.move("]("),p(),!n.url&&n.title||/[\0- \u007F]/.test(n.url)?(p=i.enter("destinationLiteral"),g+=c.move("<"),g+=c.move(i.safe(n.url,le({before:g,after:">"},c.current()))),g+=c.move(">")):(p=i.enter("destinationRaw"),g+=c.move(i.safe(n.url,le({before:g,after:n.title?" ":")"},c.current())))),p(),n.title&&(p=i.enter(`title${f}`),g+=c.move(" "+u),g+=c.move(i.safe(n.title,le({before:g,after:u},c.current()))),g+=c.move(u),p()),g+=c.move(")"),d(),g}function qM(n,a,i){return X0(n,i)?"<":"["}W0.peek=JM;function W0(n,a,i,l){const u=n.referenceType,f=i.enter("linkReference");let c=i.enter("label");const d=i.createTracker(l);let p=d.move("[");const g=i.containerPhrasing(n,le({before:p,after:"]"},d.current()));p+=d.move(g+"]["),c();const A=i.stack;i.stack=[],c=i.enter("reference");const m=i.safe(i.associationId(n),le({before:p,after:"]"},d.current()));return c(),i.stack=A,f(),u==="full"||!g||g!==m?p+=d.move(m+"]"):u==="shortcut"?p=p.slice(0,-1):p+=d.move("]"),p}function JM(){return"["}function ph(n){const a=n.options.bullet||"*";if(a!=="*"&&a!=="+"&&a!=="-")throw new Error("Cannot serialize items with `"+a+"` for `options.bullet`, expected `*`, `+`, or `-`");return a}function VM(n){const a=ph(n),i=n.options.bulletOther;if(!i)return a==="*"?"-":"*";if(i!=="*"&&i!=="+"&&i!=="-")throw new Error("Cannot serialize items with `"+i+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(i===a)throw new Error("Expected `bullet` (`"+a+"`) and `bulletOther` (`"+i+"`) to be different");return i}function _M(n){const a=n.options.bulletOrdered||".";if(a!=="."&&a!==")")throw new Error("Cannot serialize items with `"+a+"` for `options.bulletOrdered`, expected `.` or `)`");return a}function $0(n){const a=n.options.rule||"*";if(a!=="*"&&a!=="-"&&a!=="_")throw new Error("Cannot serialize rules with `"+a+"` for `options.rule`, expected `*`, `-`, or `_`");return a}function XM(n,a,i,l){const u=i.enter("list"),f=i.bulletCurrent;let c=n.ordered?_M(i):ph(i);const d=n.ordered?c==="."?")":".":VM(i);let p=a&&i.bulletLastUsed?c===i.bulletLastUsed:!1;if(!n.ordered){const A=n.children?n.children[0]:void 0;if((c==="*"||c==="-")&&A&&(!A.children||!A.children[0])&&i.stack[i.stack.length-1]==="list"&&i.stack[i.stack.length-2]==="listItem"&&i.stack[i.stack.length-3]==="list"&&i.stack[i.stack.length-4]==="listItem"&&i.indexStack[i.indexStack.length-1]===0&&i.indexStack[i.indexStack.length-2]===0&&i.indexStack[i.indexStack.length-3]===0&&(p=!0),$0(i)===c&&A){let m=-1;for(;++m<n.children.length;){const y=n.children[m];if(y&&y.type==="listItem"&&y.children&&y.children[0]&&y.children[0].type==="thematicBreak"){p=!0;break}}}}p&&(c=d),i.bulletCurrent=c;const g=i.containerFlow(n,l);return i.bulletLastUsed=c,i.bulletCurrent=f,u(),g}function ZM(n){const a=n.options.listItemIndent||"one";if(a!=="tab"&&a!=="one"&&a!=="mixed")throw new Error("Cannot serialize items with `"+a+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return a}function WM(n,a,i,l){const u=ZM(i);let f=i.bulletCurrent||ph(i);a&&a.type==="list"&&a.ordered&&(f=(typeof a.start=="number"&&a.start>-1?a.start:1)+(i.options.incrementListMarker===!1?0:a.children.indexOf(n))+f);let c=f.length+1;(u==="tab"||u==="mixed"&&(a&&a.type==="list"&&a.spread||n.spread))&&(c=Math.ceil(c/4)*4);const d=i.createTracker(l);d.move(f+" ".repeat(c-f.length)),d.shift(c);const p=i.enter("listItem"),g=i.indentLines(i.containerFlow(n,d.current()),A);return p(),g;function A(m,y,E){return y?(E?"":" ".repeat(c))+m:(E?f:f+" ".repeat(c-f.length))+m}}function $M(n,a,i,l){const u=i.enter("paragraph"),f=i.enter("phrasing"),c=i.containerPhrasing(n,l);return f(),u(),c}const eQ=tc(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function tQ(n,a,i,l){return(n.children.some(function(c){return eQ(c)})?i.containerPhrasing:i.containerFlow).call(i,n,l)}function nQ(n){const a=n.options.strong||"*";if(a!=="*"&&a!=="_")throw new Error("Cannot serialize strong with `"+a+"` for `options.strong`, expected `*`, or `_`");return a}eE.peek=rQ;function eE(n,a,i,l){const u=nQ(i),f=i.enter("strong"),c=i.createTracker(l),d=c.move(u+u);let p=c.move(i.containerPhrasing(n,le({after:u,before:d},c.current())));const g=p.charCodeAt(0),A=ic(l.before.charCodeAt(l.before.length-1),g,u);A.inside&&(p=os(g)+p.slice(1));const m=p.charCodeAt(p.length-1),y=ic(l.after.charCodeAt(0),m,u);y.inside&&(p=p.slice(0,-1)+os(m));const E=c.move(u+u);return f(),i.attentionEncodeSurroundingInfo={after:y.outside,before:A.outside},d+p+E}function rQ(n,a,i){return i.options.strong||"*"}function iQ(n,a,i,l){return i.safe(n.value,l)}function aQ(n){const a=n.options.ruleRepetition||3;if(a<3)throw new Error("Cannot serialize rules with repetition `"+a+"` for `options.ruleRepetition`, expected `3` or more");return a}function oQ(n,a,i){const l=($0(i)+(i.options.ruleSpaces?" ":"")).repeat(aQ(i));return i.options.ruleSpaces?l.slice(0,-1):l}const tE={blockquote:DM,break:K0,code:UM,definition:jM,emphasis:Y0,hardBreak:K0,heading:PM,html:q0,image:J0,imageReference:V0,inlineCode:_0,link:Z0,linkReference:W0,list:XM,listItem:WM,paragraph:$M,root:tQ,strong:eE,text:iQ,thematicBreak:oQ};function lQ(){return{enter:{table:sQ,tableData:nE,tableHeader:nE,tableRow:cQ},exit:{codeText:fQ,table:uQ,tableData:gh,tableHeader:gh,tableRow:gh}}}function sQ(n){const a=n._align;this.enter({type:"table",align:a.map(function(i){return i==="none"?null:i}),children:[]},n),this.data.inTable=!0}function uQ(n){this.exit(n),this.data.inTable=void 0}function cQ(n){this.enter({type:"tableRow",children:[]},n)}function gh(n){this.exit(n)}function nE(n){this.enter({type:"tableCell",children:[]},n)}function fQ(n){let a=this.resume();this.data.inTable&&(a=a.replace(/\\([\\|])/g,dQ));const i=this.stack[this.stack.length-1];i.type,i.value=a,this.exit(n)}function dQ(n,a){return a==="|"?a:n}function hQ(n){const a=n||{},i=a.tableCellPadding,l=a.tablePipeAlign,u=a.stringLength,f=i?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
491
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:y,table:c,tableCell:p,tableRow:d}};function c(E,x,w,k){return g(A(E,w,k),E.align)}function d(E,x,w,k){const C=m(E,w,k),D=g([C]);return D.slice(0,D.indexOf(`
492
+ `))}function p(E,x,w,k){const C=w.enter("tableCell"),D=w.enter("phrasing"),B=w.containerPhrasing(E,Fe(le({},k),{before:f,after:f}));return D(),C(),B}function g(E,x){return IM(E,{align:x,alignDelimiters:l,padding:i,stringLength:u})}function A(E,x,w){const k=E.children;let C=-1;const D=[],B=x.enter("table");for(;++C<k.length;)D[C]=m(k[C],x,w);return B(),D}function m(E,x,w){const k=E.children;let C=-1;const D=[],B=x.enter("tableRow");for(;++C<k.length;)D[C]=p(k[C],E,x,w);return B(),D}function y(E,x,w){let k=tE.inlineCode(E,x,w);return w.stack.includes("tableCell")&&(k=k.replace(/\|/g,"\\$&")),k}}function pQ(){return{exit:{taskListCheckValueChecked:rE,taskListCheckValueUnchecked:rE,paragraph:mQ}}}function gQ(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:AQ}}}function rE(n){const a=this.stack[this.stack.length-2];a.type,a.checked=n.type==="taskListCheckValueChecked"}function mQ(n){const a=this.stack[this.stack.length-2];if(a&&a.type==="listItem"&&typeof a.checked=="boolean"){const i=this.stack[this.stack.length-1];i.type;const l=i.children[0];if(l&&l.type==="text"){const u=a.children;let f=-1,c;for(;++f<u.length;){const d=u[f];if(d.type==="paragraph"){c=d;break}}c===i&&(l.value=l.value.slice(1),l.value.length===0?i.children.shift():i.position&&l.position&&typeof l.position.start.offset=="number"&&(l.position.start.column++,l.position.start.offset++,i.position.start=Object.assign({},l.position.start)))}}this.exit(n)}function AQ(n,a,i,l){const u=n.children[0],f=typeof n.checked=="boolean"&&u&&u.type==="paragraph",c="["+(n.checked?"x":" ")+"] ",d=i.createTracker(l);f&&d.move(c);let p=tE.listItem(n,a,i,le(le({},l),d.current()));return f&&(p=p.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,g)),p;function g(A){return A+c}}function yQ(){return[XB(),AM(),bM(),lQ(),pQ()]}function EQ(n){return{extensions:[ZB(),yM(n),xM(),hQ(n),gQ()]}}const wQ={tokenize:kQ,partial:!0},iE={tokenize:IQ,partial:!0},aE={tokenize:RQ,partial:!0},oE={tokenize:DQ,partial:!0},bQ={tokenize:TQ,partial:!0},lE={name:"wwwAutolink",tokenize:vQ,previous:uE},sE={name:"protocolAutolink",tokenize:SQ,previous:cE},vi={name:"emailAutolink",tokenize:CQ,previous:fE},ri={};function xQ(){return{text:ri}}let Pa=48;for(;Pa<123;)ri[Pa]=vi,Pa++,Pa===58?Pa=65:Pa===91&&(Pa=97);ri[43]=vi,ri[45]=vi,ri[46]=vi,ri[95]=vi,ri[72]=[vi,sE],ri[104]=[vi,sE],ri[87]=[vi,lE],ri[119]=[vi,lE];function CQ(n,a,i){const l=this;let u,f;return c;function c(m){return!mh(m)||!fE.call(l,l.previous)||Ah(l.events)?i(m):(n.enter("literalAutolink"),n.enter("literalAutolinkEmail"),d(m))}function d(m){return mh(m)?(n.consume(m),d):m===64?(n.consume(m),p):i(m)}function p(m){return m===46?n.check(bQ,A,g)(m):m===45||m===95||qn(m)?(f=!0,n.consume(m),p):A(m)}function g(m){return n.consume(m),u=!0,p}function A(m){return f&&u&&Zn(l.previous)?(n.exit("literalAutolinkEmail"),n.exit("literalAutolink"),a(m)):i(m)}}function vQ(n,a,i){const l=this;return u;function u(c){return c!==87&&c!==119||!uE.call(l,l.previous)||Ah(l.events)?i(c):(n.enter("literalAutolink"),n.enter("literalAutolinkWww"),n.check(wQ,n.attempt(iE,n.attempt(aE,f),i),i)(c))}function f(c){return n.exit("literalAutolinkWww"),n.exit("literalAutolink"),a(c)}}function SQ(n,a,i){const l=this;let u="",f=!1;return c;function c(m){return(m===72||m===104)&&cE.call(l,l.previous)&&!Ah(l.events)?(n.enter("literalAutolink"),n.enter("literalAutolinkHttp"),u+=String.fromCodePoint(m),n.consume(m),d):i(m)}function d(m){if(Zn(m)&&u.length<5)return u+=String.fromCodePoint(m),n.consume(m),d;if(m===58){const y=u.toLowerCase();if(y==="http"||y==="https")return n.consume(m),p}return i(m)}function p(m){return m===47?(n.consume(m),f?g:(f=!0,p)):i(m)}function g(m){return m===null||qu(m)||_t(m)||Fa(m)||Ju(m)?i(m):n.attempt(iE,n.attempt(aE,A),i)(m)}function A(m){return n.exit("literalAutolinkHttp"),n.exit("literalAutolink"),a(m)}}function kQ(n,a,i){let l=0;return u;function u(c){return(c===87||c===119)&&l<3?(l++,n.consume(c),u):c===46&&l===3?(n.consume(c),f):i(c)}function f(c){return c===null?i(c):a(c)}}function IQ(n,a,i){let l,u,f;return c;function c(g){return g===46||g===95?n.check(oE,p,d)(g):g===null||_t(g)||Fa(g)||g!==45&&Ju(g)?p(g):(f=!0,n.consume(g),c)}function d(g){return g===95?l=!0:(u=l,l=void 0),n.consume(g),c}function p(g){return u||l||!f?i(g):a(g)}}function RQ(n,a){let i=0,l=0;return u;function u(c){return c===40?(i++,n.consume(c),u):c===41&&l<i?f(c):c===33||c===34||c===38||c===39||c===41||c===42||c===44||c===46||c===58||c===59||c===60||c===63||c===93||c===95||c===126?n.check(oE,a,f)(c):c===null||_t(c)||Fa(c)?a(c):(n.consume(c),u)}function f(c){return c===41&&l++,n.consume(c),u}}function DQ(n,a,i){return l;function l(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?(n.consume(d),l):d===38?(n.consume(d),f):d===93?(n.consume(d),u):d===60||d===null||_t(d)||Fa(d)?a(d):i(d)}function u(d){return d===null||d===40||d===91||_t(d)||Fa(d)?a(d):l(d)}function f(d){return Zn(d)?c(d):i(d)}function c(d){return d===59?(n.consume(d),l):Zn(d)?(n.consume(d),c):i(d)}}function TQ(n,a,i){return l;function l(f){return n.consume(f),u}function u(f){return qn(f)?i(f):a(f)}}function uE(n){return n===null||n===40||n===42||n===95||n===91||n===93||n===126||_t(n)}function cE(n){return!Zn(n)}function fE(n){return!(n===47||mh(n))}function mh(n){return n===43||n===45||n===46||n===95||qn(n)}function Ah(n){let a=n.length,i=!1;for(;a--;){const l=n[a][1];if((l.type==="labelLink"||l.type==="labelImage")&&!l._balanced){i=!0;break}if(l._gfmAutolinkLiteralWalkedInto){i=!1;break}}return n.length>0&&!i&&(n[n.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),i}const BQ={tokenize:FQ,partial:!0};function MQ(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:NQ,continuation:{tokenize:jQ},exit:zQ}},text:{91:{name:"gfmFootnoteCall",tokenize:UQ},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:QQ,resolveTo:OQ}}}}function QQ(n,a,i){const l=this;let u=l.events.length;const f=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let c;for(;u--;){const p=l.events[u][1];if(p.type==="labelImage"){c=p;break}if(p.type==="gfmFootnoteCall"||p.type==="labelLink"||p.type==="label"||p.type==="image"||p.type==="link")break}return d;function d(p){if(!c||!c._balanced)return i(p);const g=qr(l.sliceSerialize({start:c.end,end:l.now()}));return g.codePointAt(0)!==94||!f.includes(g.slice(1))?i(p):(n.enter("gfmFootnoteCallLabelMarker"),n.consume(p),n.exit("gfmFootnoteCallLabelMarker"),a(p))}}function OQ(n,a){let i=n.length;for(;i--;)if(n[i][1].type==="labelImage"&&n[i][0]==="enter"){n[i][1];break}n[i+1][1].type="data",n[i+3][1].type="gfmFootnoteCallLabelMarker";const l={type:"gfmFootnoteCall",start:Object.assign({},n[i+3][1].start),end:Object.assign({},n[n.length-1][1].end)},u={type:"gfmFootnoteCallMarker",start:Object.assign({},n[i+3][1].end),end:Object.assign({},n[i+3][1].end)};u.end.column++,u.end.offset++,u.end._bufferIndex++;const f={type:"gfmFootnoteCallString",start:Object.assign({},u.end),end:Object.assign({},n[n.length-1][1].start)},c={type:"chunkString",contentType:"string",start:Object.assign({},f.start),end:Object.assign({},f.end)},d=[n[i+1],n[i+2],["enter",l,a],n[i+3],n[i+4],["enter",u,a],["exit",u,a],["enter",f,a],["enter",c,a],["exit",c,a],["exit",f,a],n[n.length-2],n[n.length-1],["exit",l,a]];return n.splice(i,n.length-i+1,...d),n}function UQ(n,a,i){const l=this,u=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let f=0,c;return d;function d(m){return n.enter("gfmFootnoteCall"),n.enter("gfmFootnoteCallLabelMarker"),n.consume(m),n.exit("gfmFootnoteCallLabelMarker"),p}function p(m){return m!==94?i(m):(n.enter("gfmFootnoteCallMarker"),n.consume(m),n.exit("gfmFootnoteCallMarker"),n.enter("gfmFootnoteCallString"),n.enter("chunkString").contentType="string",g)}function g(m){if(f>999||m===93&&!c||m===null||m===91||_t(m))return i(m);if(m===93){n.exit("chunkString");const y=n.exit("gfmFootnoteCallString");return u.includes(qr(l.sliceSerialize(y)))?(n.enter("gfmFootnoteCallLabelMarker"),n.consume(m),n.exit("gfmFootnoteCallLabelMarker"),n.exit("gfmFootnoteCall"),a):i(m)}return _t(m)||(c=!0),f++,n.consume(m),m===92?A:g}function A(m){return m===91||m===92||m===93?(n.consume(m),f++,g):g(m)}}function NQ(n,a,i){const l=this,u=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let f,c=0,d;return p;function p(x){return n.enter("gfmFootnoteDefinition")._container=!0,n.enter("gfmFootnoteDefinitionLabel"),n.enter("gfmFootnoteDefinitionLabelMarker"),n.consume(x),n.exit("gfmFootnoteDefinitionLabelMarker"),g}function g(x){return x===94?(n.enter("gfmFootnoteDefinitionMarker"),n.consume(x),n.exit("gfmFootnoteDefinitionMarker"),n.enter("gfmFootnoteDefinitionLabelString"),n.enter("chunkString").contentType="string",A):i(x)}function A(x){if(c>999||x===93&&!d||x===null||x===91||_t(x))return i(x);if(x===93){n.exit("chunkString");const w=n.exit("gfmFootnoteDefinitionLabelString");return f=qr(l.sliceSerialize(w)),n.enter("gfmFootnoteDefinitionLabelMarker"),n.consume(x),n.exit("gfmFootnoteDefinitionLabelMarker"),n.exit("gfmFootnoteDefinitionLabel"),y}return _t(x)||(d=!0),c++,n.consume(x),x===92?m:A}function m(x){return x===91||x===92||x===93?(n.consume(x),c++,A):A(x)}function y(x){return x===58?(n.enter("definitionMarker"),n.consume(x),n.exit("definitionMarker"),u.includes(f)||u.push(f),Qt(n,E,"gfmFootnoteDefinitionWhitespace")):i(x)}function E(x){return a(x)}}function jQ(n,a,i){return n.check(es,a,n.attempt(BQ,a,i))}function zQ(n){n.exit("gfmFootnoteDefinition")}function FQ(n,a,i){const l=this;return Qt(n,u,"gfmFootnoteDefinitionIndent",5);function u(f){const c=l.events[l.events.length-1];return c&&c[1].type==="gfmFootnoteDefinitionIndent"&&c[2].sliceSerialize(c[1],!0).length===4?a(f):i(f)}}function LQ(n){let i=(n||{}).singleTilde;const l={name:"strikethrough",tokenize:f,resolveAll:u};return i==null&&(i=!0),{text:{126:l},insideSpan:{null:[l]},attentionMarkers:{null:[126]}};function u(c,d){let p=-1;for(;++p<c.length;)if(c[p][0]==="enter"&&c[p][1].type==="strikethroughSequenceTemporary"&&c[p][1]._close){let g=p;for(;g--;)if(c[g][0]==="exit"&&c[g][1].type==="strikethroughSequenceTemporary"&&c[g][1]._open&&c[p][1].end.offset-c[p][1].start.offset===c[g][1].end.offset-c[g][1].start.offset){c[p][1].type="strikethroughSequence",c[g][1].type="strikethroughSequence";const A={type:"strikethrough",start:Object.assign({},c[g][1].start),end:Object.assign({},c[p][1].end)},m={type:"strikethroughText",start:Object.assign({},c[g][1].end),end:Object.assign({},c[p][1].start)},y=[["enter",A,d],["enter",c[g][1],d],["exit",c[g][1],d],["enter",m,d]],E=d.parser.constructs.insideSpan.null;E&&yr(y,y.length,0,Vu(E,c.slice(g+1,p),d)),yr(y,y.length,0,[["exit",m,d],["enter",c[p][1],d],["exit",c[p][1],d],["exit",A,d]]),yr(c,g-1,p-g+3,y),p=g+y.length-2;break}}for(p=-1;++p<c.length;)c[p][1].type==="strikethroughSequenceTemporary"&&(c[p][1].type="data");return c}function f(c,d,p){const g=this.previous,A=this.events;let m=0;return y;function y(x){return g===126&&A[A.length-1][1].type!=="characterEscape"?p(x):(c.enter("strikethroughSequenceTemporary"),E(x))}function E(x){const w=jo(g);if(x===126)return m>1?p(x):(c.consume(x),m++,E);if(m<2&&!i)return p(x);const k=c.exit("strikethroughSequenceTemporary"),C=jo(x);return k._open=!C||C===2&&!!w,k._close=!w||w===2&&!!C,d(x)}}}class PQ{constructor(){this.map=[]}add(a,i,l){HQ(this,a,i,l)}consume(a){if(this.map.sort(function(f,c){return f[0]-c[0]}),this.map.length===0)return;let i=this.map.length;const l=[];for(;i>0;)i-=1,l.push(a.slice(this.map[i][0]+this.map[i][1]),this.map[i][2]),a.length=this.map[i][0];l.push(a.slice()),a.length=0;let u=l.pop();for(;u;){for(const f of u)a.push(f);u=l.pop()}this.map.length=0}}function HQ(n,a,i,l){let u=0;if(!(i===0&&l.length===0)){for(;u<n.map.length;){if(n.map[u][0]===a){n.map[u][1]+=i,n.map[u][2].push(...l);return}u+=1}n.map.push([a,i,l])}}function GQ(n,a){let i=!1;const l=[];for(;a<n.length;){const u=n[a];if(i){if(u[0]==="enter")u[1].type==="tableContent"&&l.push(n[a+1][1].type==="tableDelimiterMarker"?"left":"none");else if(u[1].type==="tableContent"){if(n[a-1][1].type==="tableDelimiterMarker"){const f=l.length-1;l[f]=l[f]==="left"?"center":"right"}}else if(u[1].type==="tableDelimiterRow")break}else u[0]==="enter"&&u[1].type==="tableDelimiterRow"&&(i=!0);a+=1}return l}function KQ(){return{flow:{null:{name:"table",tokenize:YQ,resolveAll:qQ}}}}function YQ(n,a,i){const l=this;let u=0,f=0,c;return d;function d(G){let re=l.events.length-1;for(;re>-1;){const I=l.events[re][1].type;if(I==="lineEnding"||I==="linePrefix")re--;else break}const M=re>-1?l.events[re][1].type:null,W=M==="tableHead"||M==="tableRow"?j:p;return W===j&&l.parser.lazy[l.now().line]?i(G):W(G)}function p(G){return n.enter("tableHead"),n.enter("tableRow"),g(G)}function g(G){return G===124||(c=!0,f+=1),A(G)}function A(G){return G===null?i(G):nt(G)?f>1?(f=0,l.interrupt=!0,n.exit("tableRow"),n.enter("lineEnding"),n.consume(G),n.exit("lineEnding"),E):i(G):Ct(G)?Qt(n,A,"whitespace")(G):(f+=1,c&&(c=!1,u+=1),G===124?(n.enter("tableCellDivider"),n.consume(G),n.exit("tableCellDivider"),c=!0,A):(n.enter("data"),m(G)))}function m(G){return G===null||G===124||_t(G)?(n.exit("data"),A(G)):(n.consume(G),G===92?y:m)}function y(G){return G===92||G===124?(n.consume(G),m):m(G)}function E(G){return l.interrupt=!1,l.parser.lazy[l.now().line]?i(G):(n.enter("tableDelimiterRow"),c=!1,Ct(G)?Qt(n,x,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(G):x(G))}function x(G){return G===45||G===58?k(G):G===124?(c=!0,n.enter("tableCellDivider"),n.consume(G),n.exit("tableCellDivider"),w):F(G)}function w(G){return Ct(G)?Qt(n,k,"whitespace")(G):k(G)}function k(G){return G===58?(f+=1,c=!0,n.enter("tableDelimiterMarker"),n.consume(G),n.exit("tableDelimiterMarker"),C):G===45?(f+=1,C(G)):G===null||nt(G)?H(G):F(G)}function C(G){return G===45?(n.enter("tableDelimiterFiller"),D(G)):F(G)}function D(G){return G===45?(n.consume(G),D):G===58?(c=!0,n.exit("tableDelimiterFiller"),n.enter("tableDelimiterMarker"),n.consume(G),n.exit("tableDelimiterMarker"),B):(n.exit("tableDelimiterFiller"),B(G))}function B(G){return Ct(G)?Qt(n,H,"whitespace")(G):H(G)}function H(G){return G===124?x(G):G===null||nt(G)?!c||u!==f?F(G):(n.exit("tableDelimiterRow"),n.exit("tableHead"),a(G)):F(G)}function F(G){return i(G)}function j(G){return n.enter("tableRow"),Z(G)}function Z(G){return G===124?(n.enter("tableCellDivider"),n.consume(G),n.exit("tableCellDivider"),Z):G===null||nt(G)?(n.exit("tableRow"),a(G)):Ct(G)?Qt(n,Z,"whitespace")(G):(n.enter("data"),ie(G))}function ie(G){return G===null||G===124||_t(G)?(n.exit("data"),Z(G)):(n.consume(G),G===92?L:ie)}function L(G){return G===92||G===124?(n.consume(G),ie):ie(G)}}function qQ(n,a){let i=-1,l=!0,u=0,f=[0,0,0,0],c=[0,0,0,0],d=!1,p=0,g,A,m;const y=new PQ;for(;++i<n.length;){const E=n[i],x=E[1];E[0]==="enter"?x.type==="tableHead"?(d=!1,p!==0&&(dE(y,a,p,g,A),A=void 0,p=0),g={type:"table",start:Object.assign({},x.start),end:Object.assign({},x.end)},y.add(i,0,[["enter",g,a]])):x.type==="tableRow"||x.type==="tableDelimiterRow"?(l=!0,m=void 0,f=[0,0,0,0],c=[0,i+1,0,0],d&&(d=!1,A={type:"tableBody",start:Object.assign({},x.start),end:Object.assign({},x.end)},y.add(i,0,[["enter",A,a]])),u=x.type==="tableDelimiterRow"?2:A?3:1):u&&(x.type==="data"||x.type==="tableDelimiterMarker"||x.type==="tableDelimiterFiller")?(l=!1,c[2]===0&&(f[1]!==0&&(c[0]=c[1],m=ac(y,a,f,u,void 0,m),f=[0,0,0,0]),c[2]=i)):x.type==="tableCellDivider"&&(l?l=!1:(f[1]!==0&&(c[0]=c[1],m=ac(y,a,f,u,void 0,m)),f=c,c=[f[1],i,0,0])):x.type==="tableHead"?(d=!0,p=i):x.type==="tableRow"||x.type==="tableDelimiterRow"?(p=i,f[1]!==0?(c[0]=c[1],m=ac(y,a,f,u,i,m)):c[1]!==0&&(m=ac(y,a,c,u,i,m)),u=0):u&&(x.type==="data"||x.type==="tableDelimiterMarker"||x.type==="tableDelimiterFiller")&&(c[3]=i)}for(p!==0&&dE(y,a,p,g,A),y.consume(a.events),i=-1;++i<a.events.length;){const E=a.events[i];E[0]==="enter"&&E[1].type==="table"&&(E[1]._align=GQ(a.events,i))}return n}function ac(n,a,i,l,u,f){const c=l===1?"tableHeader":l===2?"tableDelimiter":"tableData",d="tableContent";i[0]!==0&&(f.end=Object.assign({},Fo(a.events,i[0])),n.add(i[0],0,[["exit",f,a]]));const p=Fo(a.events,i[1]);if(f={type:c,start:Object.assign({},p),end:Object.assign({},p)},n.add(i[1],0,[["enter",f,a]]),i[2]!==0){const g=Fo(a.events,i[2]),A=Fo(a.events,i[3]),m={type:d,start:Object.assign({},g),end:Object.assign({},A)};if(n.add(i[2],0,[["enter",m,a]]),l!==2){const y=a.events[i[2]],E=a.events[i[3]];if(y[1].end=Object.assign({},E[1].end),y[1].type="chunkText",y[1].contentType="text",i[3]>i[2]+1){const x=i[2]+1,w=i[3]-i[2]-1;n.add(x,w,[])}}n.add(i[3]+1,0,[["exit",m,a]])}return u!==void 0&&(f.end=Object.assign({},Fo(a.events,u)),n.add(u,0,[["exit",f,a]]),f=void 0),f}function dE(n,a,i,l,u){const f=[],c=Fo(a.events,i);u&&(u.end=Object.assign({},c),f.push(["exit",u,a])),l.end=Object.assign({},c),f.push(["exit",l,a]),n.add(i+1,0,f)}function Fo(n,a){const i=n[a],l=i[0]==="enter"?"start":"end";return i[1][l]}const JQ={name:"tasklistCheck",tokenize:_Q};function VQ(){return{text:{91:JQ}}}function _Q(n,a,i){const l=this;return u;function u(p){return l.previous!==null||!l._gfmTasklistFirstContentOfListItem?i(p):(n.enter("taskListCheck"),n.enter("taskListCheckMarker"),n.consume(p),n.exit("taskListCheckMarker"),f)}function f(p){return _t(p)?(n.enter("taskListCheckValueUnchecked"),n.consume(p),n.exit("taskListCheckValueUnchecked"),c):p===88||p===120?(n.enter("taskListCheckValueChecked"),n.consume(p),n.exit("taskListCheckValueChecked"),c):i(p)}function c(p){return p===93?(n.enter("taskListCheckMarker"),n.consume(p),n.exit("taskListCheckMarker"),n.exit("taskListCheck"),d):i(p)}function d(p){return nt(p)?a(p):Ct(p)?n.check({tokenize:XQ},a,i)(p):i(p)}}function XQ(n,a,i){return Qt(n,l,"whitespace");function l(u){return u===null?i(u):a(u)}}function ZQ(n){return Ky([xQ(),MQ(),LQ(n),KQ(),VQ()])}const WQ={};function $Q(n){const a=this,i=n||WQ,l=a.data(),u=l.micromarkExtensions||(l.micromarkExtensions=[]),f=l.fromMarkdownExtensions||(l.fromMarkdownExtensions=[]),c=l.toMarkdownExtensions||(l.toMarkdownExtensions=[]);u.push(ZQ(i)),f.push(yQ()),c.push(EQ(i))}function hE({text:n,maxWidth:a="200px",className:i=""}){const[l,u]=K.useState(!1),f=K.useRef(null),c=K.useRef(null);return K.useEffect(()=>{const d=()=>{if(f.current&&c.current){const p=f.current.offsetWidth,g=c.current.scrollWidth;u(g>p)}};return d(),window.addEventListener("resize",d),()=>window.removeEventListener("resize",d)},[n,a]),R.jsx("div",{ref:f,className:`marquee-container ${i}`,style:{maxWidth:a},title:n,children:R.jsx("span",{ref:c,className:l?"marquee-text-default":"marquee-text-normal",children:n})})}function e4({messageId:n,message:a,isBot:i=!1,onUserFeedback:l,isLastMessage:u,quickActions:f,showActions:c,isQuickActionsDisabled:d,isStreaming:p=!1,progressMessage:g,handleQuickAction:A,refreshSession:m,verificationStatus:y,clearMobileVerification:E,isRegenerating:x=!1,commonContentData:w,onContentClick:k,tips:C,onTipsExpire:D,isResponded:B=!1,files:H,feedback:F,getAvailabilityDatesForAppointment:j,getAvailableSlotsForAppointment:Z,onLabPackageBook:ie}){var q;const[L,G]=K.useState([]),[re,M]=K.useState(F||Tn.NONE),[W,I]=K.useState(!1);K.useEffect(()=>{w&&w.type===$t.MULTI&&G([])},[w]),K.useEffect(()=>{F===Tn.DISLIKE&&u?I(!0):I(!1)},[F,u]);const ae=Q=>{G(Q)},fe=()=>{if(k&&(w!=null&&w.tool_use_id)&&w.type===$t.MULTI){let Q=[...L];if(w.data.additional_option===Yl.NOTA){const ye=L.find(Se=>Se===Yl.NOTA);ye&&(Q=[ye])}else if(w.data.additional_option===Yl.AOTA){const ye=L.find(Se=>Se===Yl.AOTA);ye&&w.data.choices&&(Q=[...w.data.choices,ye])}k({content:Q.join(", "),tool_use_id:w.tool_use_id})}},se=Q=>{l(n,Q),M(Q)},ue=()=>{I(!1)},te=Q=>{console.log("Selected dislike reason:",Q),l(n,Tn.DISLIKE,Q.value)},T=K.useMemo(()=>!a&&!g&&!p&&!(C!=null&&C.length)&&!x&&!y,[a,g,p,C,x,y]),V=!i||!T;return R.jsx("div",{className:"px-4 py-2",children:R.jsx("div",{className:`flex gap-2 ${i?"items-start":"items-start justify-end"}`,children:R.jsxs("div",{className:`${i?"flex-1 space-y-2":"max-w-[80%]"}`,children:[V&&R.jsxs("div",{className:`flex items-end gap-2 ${i?"justify-start":"justify-end"}`,children:[i&&R.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full overflow-hidden",children:R.jsx("img",{src:"./assets/indian-doctor.png",alt:"Apollo Icon",className:"w-full h-full object-cover scale-125"})}),R.jsxs("div",{className:`text-sm leading-relaxed rounded-3xl
493
+ ${i?"rounded-bl-none text-[var(--color-foreground)] bg-[var(--color-background-primary-default)]":"rounded-br-none text-[var(--color-black-800)] bg-[var(--color-background-primary-subtle)]"}`,children:[a&&i&&R.jsx("div",{className:"markdown-content p-4",children:R.jsx(O0,{remarkPlugins:[$Q],children:a})}),a&&!i&&R.jsx("div",{className:"text-sm break-word p-4",children:a}),i&&g&&R.jsx("div",{className:"p-4 bg-gradient-to-r from-[var(--color-primary)] via-[var(--color-primary-400)] to-[var(--color-primary-600)] bg-clip-text text-transparent font-medium",children:R.jsx(O0,{children:g})}),i&&p&&!g&&R.jsx("span",{className:"animate-pulse p-4 block",children:"..."}),i&&(C==null?void 0:C.length)&&C.length>0&&R.jsx("div",{className:"px-4 pb-4",children:R.jsx(GB,{tips:C,onTipsExpire:D})}),i&&x&&R.jsx("span",{className:"p-4 text-[var(--color-primary)] animate-pulse block",children:"🔄 Regenerating..."}),i&&y&&R.jsx("div",{className:"flex items-center gap-1 p-4 text-red-500 text-sm cursor-pointer hover:underline",onClick:E,children:"Exit verification"})]})]}),H&&H.length>0&&R.jsx("div",{className:"mt-2",children:R.jsx(N0,{files:H,isPreview:!1,className:""})}),i&&w&&R.jsxs("div",{className:"flex items-end gap-2",children:[R.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full overflow-hidden",children:T&&R.jsx("img",{src:"./assets/indian-doctor.png",alt:"Apollo Icon",className:"w-full h-full object-cover scale-125"})}),w.type===$t.PILL&&w.data.choices&&w.data.choices.length>0&&R.jsxs("div",{children:[R.jsx("div",{className:"text-xs text-[var(--color-muted-foreground)] mb-2 font-medium",children:B?"Option selected:":"Select an option:"}),R.jsx("div",{className:"flex flex-row gap-2 flex-wrap",children:w.data.choices.map((Q,ye)=>R.jsx(Bt,{variant:"outline",size:"sm",className:`justify-start text-sm font-normal border-[var(--color-primary)] h-9 rounded-lg w-fit min-w-0 ${B?"bg-gray-100 text-gray-500 cursor-not-allowed":"hover:bg-[var(--color-accent)] text-[var(--color-primary)]"}`,onClick:()=>!B&&(k==null?void 0:k({content:Q,tool_use_id:w.tool_use_id})),disabled:d||B,children:R.jsx(hE,{text:Q,maxWidth:"250px",className:"text-left"})},`${w.tool_use_id}-${ye}`))})]}),w.type===$t.MULTI&&w.data.choices&&w.data.choices.length>0&&R.jsxs("div",{className:"mt-3",children:[R.jsx("div",{className:"text-xs text-[var(--color-muted-foreground)] mb-2 font-medium",children:B?"Options selected:":"Select multiple options:"}),R.jsx(xk,{options:w.data.choices.map((Q,ye)=>({id:`${w.tool_use_id}-${ye}`,label:Q,value:Q})),selectedValues:L,onSelectionChange:B?()=>{console.log("already responded")}:ae,additionalOption:w.data.additional_option,required:!1}),!B&&R.jsx(Bt,{variant:"outline",size:"sm",className:"mt-2 text-sm font-normal border-[var(--color-primary)] hover:bg-[var(--color-accent)] text-[var(--color-primary)] h-8 rounded-lg",onClick:fe,disabled:d||L.length===0,children:"Confirm"})]}),w.type===$t.DOCTOR_CARD&&R.jsx(LB,{doctorDetails:w.data.doctor_details||{},callbacks:w.data.callbacks,refreshSession:m,onBook:Q=>{var ye,Se,Oe,He,Ue,Le;k==null||k({content:`I want to book an appointment for ${((Se=(ye=Q.doctorData)==null?void 0:ye.doctor)==null?void 0:Se.name)||"the doctor"} on ${Q.date} for ${Q.time}`,tool_use_id:w.tool_use_id,tool_use_params:{selected_date:Q.date,selected_slot:Q.time,doctor_id:(He=(Oe=Q==null?void 0:Q.doctorData)==null?void 0:Oe.doctor)==null?void 0:He.doctor_id,hospital_id:(Ue=Q==null?void 0:Q.doctorData)==null?void 0:Ue.hospital_id,region_id:(Le=Q==null?void 0:Q.doctorData)==null?void 0:Le.region_id}})},disabled:B,getAvailabilityDatesForAppointment:j,getAvailableSlotsForAppointment:Z}),w.type===$t.LAB_PACKAGE_CARD&&w.data.lab_packages&&w.data.lab_packages.length>0&&R.jsx(HB,{packages:w.data.lab_packages,disabled:B,onBook:Q=>ie==null?void 0:ie(Q)}),w.type===$t.MOBILE_VERIFICATION&&w.data.uhids&&((q=w.data.uhids)==null?void 0:q.length)&&R.jsxs("div",{children:[R.jsx("div",{className:"text-xs text-[var(--color-muted-foreground)] mb-2 font-medium",children:B?"UHID selected:":"Select a UHID:"}),R.jsx("div",{className:"flex flex-row gap-2 flex-wrap",children:w.data.uhids.map((Q,ye)=>R.jsx(Bt,{variant:"outline",size:"sm",className:`justify-start text-sm font-normal border-[var(--color-primary)] h-9 rounded-lg w-fit min-w-0 ${B?"bg-gray-100 text-gray-500 cursor-not-allowed":"hover:bg-[var(--color-accent)] text-[var(--color-primary)]"}`,onClick:()=>!B&&(k==null?void 0:k({content:Q.uhid,tool_use_id:w.tool_use_id})),disabled:d||B,children:R.jsx(hE,{text:`${Q.fn||""} ${Q.ln||""} ${Q.age||""} (${Q.uhid})`,maxWidth:"300px",className:"text-left"})},`${w.tool_use_id}-${ye}`))})]})]}),c&&R.jsx("div",{className:"flex justify-end",children:R.jsx(BI,{actions:f,onActionClick:A,disabled:d})}),i&&!p&&n!=="1"&&!y&&u&&re===Tn.NONE?R.jsxs("div",{className:"flex items-center gap-1 mt-3 ml-10 pb-4",children:[R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0 hover:bg-[var(--color-muted)]",onClick:()=>se(Tn.LIKE),children:R.jsx(LA,{className:"h-3 w-3 text-black/50"})}),R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0 hover:bg-[var(--color-muted)]",onClick:()=>se(Tn.DISLIKE),children:R.jsx(PA,{className:"h-3 w-3 text-black/50"})})]}):re===Tn.LIKE?R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-6 w-6 pb-4 mt-3 ml-10 hover:bg-[var(--color-muted)]",disabled:!0,children:R.jsx(LA,{className:"h-3 w-3 text-primary"})}):re===Tn.DISLIKE?R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-6 w-6 pb-4 mt-3 ml-10 hover:bg-[var(--color-muted)]",disabled:!0,children:R.jsx(PA,{className:"h-3 w-3 text-primary"})}):null,W&&R.jsx(KB,{title:"Tell us what went wrong",options:$k,onClose:ue,onOptionSelect:te})]})})})}class pE{constructor(a={}){Pt(this,"mediaRecorder",null);Pt(this,"mediaStream",null);Pt(this,"isInitialized",!1);Pt(this,"isActive",!1);Pt(this,"recordingStartTime",0);Pt(this,"autoPauseTimer",null);Pt(this,"audioChunks",[]);Pt(this,"config");Pt(this,"audioDataCallback",null);Pt(this,"errorCallback",null);Pt(this,"statusCallback",null);this.config=le({mimeType:"audio/webm;codecs=opus",audioBitsPerSecond:128e3,maxRecordingDuration:9e5,autoPauseEnabled:!0},a)}initialize(){return $e(this,null,function*(){try{if(!navigator.mediaDevices)throw new Error("Media devices API is not available. This usually means the page is not served over HTTPS or there are browser restrictions.");if(!window.MediaRecorder)throw new Error("MediaRecorder is not supported in this browser");const a=["audio/mp3","audio/ogg;codecs=opus","audio/mp4","audio/ogg","audio/wav"].filter(i=>MediaRecorder.isTypeSupported(i));if(a.length===0)throw new Error("No supported audio formats found in this browser");this.config.mimeType=a[0],console.log("Supported audio formats:",a),console.log("Selected format:",this.config.mimeType),console.log(`AudioService initialized with format: ${this.config.mimeType}`),this.isInitialized=!0}catch(a){throw new Error(`Audio initialization failed: ${a}`)}})}getInitializationStatus(){return this.isInitialized}start(a,i,l){return $e(this,null,function*(){var u;if(!this.isInitialized)throw new Error("Not initialized");if(this.isActive)throw new Error("Already active");try{if(this.audioDataCallback=a,this.errorCallback=i||null,this.statusCallback=l||null,!navigator.mediaDevices)throw new Error("Media devices API is not available. This usually means the page is not served over HTTPS or there are browser restrictions.");this.mediaStream=yield navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!1,noiseSuppression:!1,autoGainControl:!1,sampleRate:44100,channelCount:1}});let f;try{f=new MediaRecorder(this.mediaStream,{mimeType:this.config.mimeType,audioBitsPerSecond:this.config.audioBitsPerSecond})}catch(c){console.warn(`Failed to create MediaRecorder with ${this.config.mimeType}, trying without mimeType`),f=new MediaRecorder(this.mediaStream,{audioBitsPerSecond:this.config.audioBitsPerSecond}),this.config.mimeType=f.mimeType,console.log("Fallback MIME type selected:",this.config.mimeType)}if(this.mediaRecorder=f,this.mediaRecorder.state!=="inactive")throw new Error(`MediaRecorder in invalid state: ${this.mediaRecorder.state}`);this.setupMediaRecorderEvents(),this.mediaRecorder.start(),this.isActive=!0,this.recordingStartTime=Date.now(),this.audioChunks=[],this.config.autoPauseEnabled&&this.setupAutoPauseTimer(),(u=this.statusCallback)==null||u.call(this,"recording"),console.log("Audio recording started with MediaRecorder"),console.log("Using MIME type:",this.config.mimeType),console.log("MediaRecorder state:",this.mediaRecorder.state)}catch(f){throw console.error("Detailed error in start method:",f),new Error(`Failed to start: ${f}`)}})}stop(){var a,i;if(!(!this.isActive||!this.mediaRecorder))try{this.autoPauseTimer&&(clearTimeout(this.autoPauseTimer),this.autoPauseTimer=null),this.mediaRecorder.state==="recording"&&this.mediaRecorder.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(l=>l.stop()),this.mediaStream=null),this.isActive=!1,(a=this.statusCallback)==null||a.call(this,"stopped"),console.log("Audio recording stopped manually")}catch(l){(i=this.errorCallback)==null||i.call(this,new Error(`Failed to stop: ${l}`))}}cancel(){var a,i;if(!(!this.isActive||!this.mediaRecorder))try{this.autoPauseTimer&&(clearTimeout(this.autoPauseTimer),this.autoPauseTimer=null),this.audioChunks=[],this.mediaRecorder.ondataavailable=null,this.mediaRecorder.state==="recording"&&this.mediaRecorder.stop(),this.mediaStream&&(this.mediaStream.getTracks().forEach(l=>l.stop()),this.mediaStream=null),this.isActive=!1,(a=this.statusCallback)==null||a.call(this,"cancelled")}catch(l){(i=this.errorCallback)==null||i.call(this,new Error(`Failed to cancel: ${l}`))}}pauseRecording(){var a,i;if(!(!this.isActive||!this.mediaRecorder))try{this.mediaRecorder.state==="recording"&&this.mediaRecorder.stop(),this.isActive=!1,(a=this.statusCallback)==null||a.call(this,"paused"),console.log("Audio recording paused automatically after 15 minutes")}catch(l){(i=this.errorCallback)==null||i.call(this,new Error(`Failed to pause recording: ${l}`))}}setupMediaRecorderEvents(){this.mediaRecorder&&(this.mediaRecorder.ondataavailable=a=>{console.log("media recorder data available"),a.data.size>0&&this.audioChunks.push(a.data)},this.mediaRecorder.onstop=()=>$e(this,null,function*(){var a,i,l;try{if((a=this.audioChunks)!=null&&a.length){const u=new Blob(this.audioChunks,{type:this.config.mimeType}),f=yield this.blobToBase64(u),c=Date.now()-this.recordingStartTime,d={audio:f,format:this.config.mimeType,duration:c,timestamp:this.recordingStartTime};(i=this.audioDataCallback)==null||i.call(this,d),this.audioChunks=[]}}catch(u){console.error("Error processing recorded audio:",u),(l=this.errorCallback)==null||l.call(this,new Error(`Audio processing failed: ${u}`))}}),this.mediaRecorder.onerror=a=>{var i;console.error("MediaRecorder error:",a),(i=this.errorCallback)==null||i.call(this,new Error("MediaRecorder encountered an error"))},this.mediaRecorder.onstart=()=>{console.log("MediaRecorder started recording"),this.mediaRecorder&&(console.log("MediaRecorder state:",this.mediaRecorder.state),console.log("MediaRecorder MIME type:",this.mediaRecorder.mimeType))})}setupAutoPauseTimer(){this.autoPauseTimer&&clearTimeout(this.autoPauseTimer),this.autoPauseTimer=setTimeout(()=>{console.log("Auto-pause timer triggered after 15 minutes"),this.pauseRecording()},this.config.maxRecordingDuration)}blobToBase64(a){return new Promise((i,l)=>{const u=new FileReader;u.onload=()=>{if(typeof u.result=="string"){const f=u.result.split(",")[1];i(f)}else l(new Error("Failed to convert blob to base64"))},u.onerror=()=>l(new Error("FileReader error")),u.readAsDataURL(a)})}cleanup(){return $e(this,null,function*(){this.cancel();try{this.mediaRecorder&&(this.mediaRecorder=null),this.mediaStream&&(this.mediaStream.getTracks().forEach(a=>a.stop()),this.mediaStream=null),this.isInitialized=!1,this.audioChunks=[],console.log("AudioService cleaned up")}catch(a){console.error("Error during cleanup:",a)}})}isServiceActive(){return this.isActive}isServiceInitialized(){return this.isInitialized}getConfig(){return le({},this.config)}getCurrentDuration(){return this.isActive?Date.now()-this.recordingStartTime:0}getRemainingTime(){if(!this.isActive||!this.config.autoPauseEnabled)return 0;const a=Date.now()-this.recordingStartTime;return Math.max(0,this.config.maxRecordingDuration-a)}}function t4(){const[n,a]=K.useState(!1),[i,l]=K.useState(null),[u,f]=K.useState(0),[c,d]=K.useState(0),p=K.useRef(null),g=K.useRef(null),A=K.useCallback(()=>{g.current&&clearInterval(g.current),g.current=setInterval(()=>{if(p.current&&n){const H=p.current.getCurrentDuration(),F=p.current.getRemainingTime();f(H),d(F)}},1e3)},[n]),m=K.useCallback(()=>{g.current&&(clearInterval(g.current),g.current=null)},[]),y=K.useCallback(H=>$e(null,null,function*(){try{if(!p.current||!p.current.getInitializationStatus()){console.log("AudioService not initialized or missing, reinitializing..."),p.current&&p.current.cleanup();const F=new pE({maxRecordingDuration:2e5,autoPauseEnabled:!0,audioBitsPerSecond:128e3});yield F.initialize(),console.log("AudioService reinitialized in useAudioService"),p.current=F}l(null),f(0),d(p.current.getConfig().maxRecordingDuration),yield p.current.start(F=>{H(F),a(!1),m()},F=>{console.error("Audio error in useAudioService:",F),l(F),a(!1),m()},F=>{console.log("Audio status changed:",F),F==="recording"?(a(!0),A()):(F==="paused"||F==="stopped")&&(a(!1),m())})}catch(F){const j=F instanceof Error?F:new Error("Failed to start recording");l(j),a(!1),m()}}),[A,m]),E=K.useCallback(()=>$e(null,null,function*(){try{console.log("Reinitializing AudioService..."),p.current&&p.current.cleanup();const H=new pE({maxRecordingDuration:9e5,autoPauseEnabled:!0,audioBitsPerSecond:128e3});return yield H.initialize(),console.log("AudioService reinitialized successfully"),p.current=H,l(null),!0}catch(H){return console.error("Failed to reinitialize AudioService:",H),l(H instanceof Error?H:new Error("Reinitialization failed")),!1}}),[]),x=K.useCallback(()=>{p.current&&(p.current.stop(),a(!1),m())},[m]),w=K.useCallback(()=>{p.current&&(p.current.cancel(),a(!1),m())},[m]),k=K.useCallback(()=>{l(null)},[]),C=K.useCallback(()=>{var H;return((H=p.current)==null?void 0:H.getCurrentDuration())||0},[]),D=K.useCallback(()=>{var H;return((H=p.current)==null?void 0:H.getRemainingTime())||0},[]),B=K.useCallback(()=>{m(),p.current&&p.current.cleanup()},[m]);return K.useEffect(()=>B,[B]),{isRecording:n,error:i,recordingDuration:u,remainingTime:c,start:y,stop:x,cancel:w,clearError:k,getCurrentDuration:C,getRemainingTime:D,reinitialize:E}}const n4=n=>{const a=Math.floor(n/60),i=n%60;return`${a.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}`},yh=2*1024*1024,gE=n=>{if(n===0)return"0 Bytes";const a=1024,i=["Bytes","KB","MB","GB"],l=Math.floor(Math.log(n)/Math.log(a));return parseFloat((n/Math.pow(a,l)).toFixed(2))+" "+i[l]};function r4({onSendMessage:n,onFinalAudioStream:a,onFileUpload:i,onInputChange:l,inlineText:u,placeholder:f="Message Apollo Assist...",disabled:c=!1,setError:d,mobileVerificationStatus:p}){const[g,A]=K.useState(""),[m,y]=K.useState(!1),[E,x]=K.useState(!1),[w,k]=K.useState("idle"),[C,D]=K.useState(0),[B,H]=K.useState([]),[F,j]=K.useState(null),[Z,ie]=K.useState(null),[L,G]=K.useState(!1),[re,M]=K.useState(40),[W,I]=K.useState(!1),ae=K.useRef(null),fe=K.useRef(null),se=K.useRef(null),ue=Vt(ee=>ee.connectionStatus),te=Vt(ee=>ee.isStreaming),T=Vt(ee=>ee.error),{isRecording:V,error:q,recordingDuration:Q,start:ye,stop:Se,cancel:Oe,reinitialize:He}=t4(),{isOnline:Ue}=wd();K.useEffect(()=>()=>{se.current&&clearInterval(se.current)},[]),K.useEffect(()=>{if((te||T||!c)&&G(!1),!te&&!c&&ue===xt.CONNECTED&&fe.current&&window.innerWidth&&window.innerWidth>768){const ee=setTimeout(()=>{var xe;(xe=fe.current)==null||xe.focus()},100);return()=>clearTimeout(ee)}},[te,T,c]),K.useEffect(()=>{u&&(A(u),k("idle"))},[u]),K.useEffect(()=>{g.trim()||(M(40),fe.current&&(fe.current.style.height="40px"))},[g]),K.useEffect(()=>{if(fe.current&&g.trim()){const ee=fe.current;ee.style.height="auto",ee.style.overflow="hidden";const xe=ee.scrollHeight,Ne=40,Ve=120,Ze=Math.max(Ne,Math.min(xe,Ve));ee.style.height=Ze+"px",M(Ze),xe>Ve?ee.style.overflow="auto":ee.style.overflow="hidden"}},[g]),K.useEffect(()=>{q&&(console.log("Audio error detected:",q),y(!1),j(q.message),se.current&&clearInterval(se.current))},[q,d]),K.useEffect(()=>{!c&&!te&&(j(null),q||I(!1),q&&He&&!W&&(console.log("Attempting to reinitialize AudioService..."),I(!0),He().then(ee=>{ee?(console.log("AudioService reinitialized successfully"),j(null),I(!1)):console.log("AudioService reinitialization failed, will not retry")}).catch(ee=>{console.error("AudioService reinitialization error:",ee)})))},[c,te,q,He,W]),K.useEffect(()=>{V&&D(Math.floor(Q/1e3))},[Q,V]),K.useEffect(()=>{E&&(m&&pe(),Y())},[E]);const Le=()=>$e(null,null,function*(){try{(yield navigator.mediaDevices.getUserMedia({audio:!0})).getTracks().forEach(xe=>xe.stop()),j(null),console.log("Microphone permission granted, error cleared")}catch(ee){if(ee instanceof DOMException&&ee.name==="NotAllowedError"){console.log("Microphone permission denied");const xe=yield et();console.log("Permission state:",xe),xe==="denied"?(console.log("Setting error:","Microphone access is blocked. You'll need to manually enable it in your browser settings."),d({title:"Microphone access is blocked.",description:"Enable it in your browser settings."})):(console.log("Setting error:","Microphone access denied. Please allow microphone permissions when prompted."),d({title:"Microphone access is denied.",description:" Please allow microphone permissions when prompted."}))}else console.error("Error checking microphone permission:",ee),d({title:"Unable to access microphone.",description:" Please check your device and try again."})}}),et=()=>$e(null,null,function*(){try{return(yield navigator.permissions.query({name:"microphone"})).state}catch(ee){return console.log("Could not check permission state:",ee),"unknown"}}),rt=K.useMemo(()=>g.trim()||B.length>0,[g,B]),Et=K.useMemo(()=>{if(p.active){if(p.active&&p.isSending&&p.stage===ls.MOBILE_NUMBER)return"Sending OTP to your mobile number..."}else return null;return null},[p]),Dt=K.useMemo(()=>ue!==xt.CONNECTED||!Ue?!0:T&&(T!=null&&T.title)&&ue===xt.CONNECTED?(console.log("input enabled bcus of valid error"),!1):p.isSending?(console.log("input disabled bcus of mobile verification is sending"),!0):(console.log("input enabled/disabled bcus ",c,te,L),c||te||L),[T,ue,c,te,L,Ue,p.isSending]),v=()=>$e(null,null,function*(){try{D(0),ie(null),yield ye(ee=>{console.log("audio data arrived"),ie(ee),x(!0)}),se.current=setInterval(()=>{D(ee=>ee+1)},1e3)}catch(ee){if(console.error("Error starting recording:",ee),ee instanceof Error&&ee.message.includes("Not initialized")&&!W){console.log("AudioService not initialized in startRecording, attempting reinitialization..."),I(!0);try{if(yield He())console.log("AudioService reinitialized in startRecording, trying again..."),yield v();else throw new Error("Failed to reinitialize AudioService")}catch(xe){throw console.error("Failed to reinitialize AudioService in startRecording:",xe),new Error("Audio service unavailable")}}else throw ee}}),pe=()=>{console.log("called stop recording"),se.current&&clearInterval(se.current),y(!1),k("processing"),Se()},de=()=>{Oe(),y(!1),ie(null)},Y=K.useCallback(()=>$e(null,null,function*(){if(!E){console.log("isAudiostreaming is false");return}if(!Z){console.error("No audio available");return}try{G(!0),x(!1),k("transcribing");const ee=yield new Promise((xe,Ne)=>{const Ve=setTimeout(()=>Ne(new Error("Timed out waiting for audio")),5e3),Ze=()=>{Z?(clearTimeout(Ve),xe(Z)):setTimeout(Ze,100)};Ze()});yield a(ee)}catch(ee){console.error("Error sending recording:",ee),d({title:"Failed to send audio message. Please try again."}),G(!1),k("idle");const xe={audio:"",format:"audio/mp4",duration:0,timestamp:Date.now()};yield a(xe)}}),[E]),z=()=>$e(null,null,function*(){if(console.log("called handle send",te),(g.trim()||B.length>0||E)&&!c&&!L)try{if(p.active||G(!0),g.trim()&&B.length===0&&n({content:g.trim()}),B.length>0){const ee=B.reduce((Ne,Ve)=>Ne+Ve.size,0);if(ee>yh){d({title:`Total file size (${gE(ee)}) exceeds the ${gE(yh)} limit. Please select smaller files.`}),H([]);return}const xe=new DataTransfer;B.forEach(Ne=>xe.items.add(Ne)),i(xe.files,g.trim()),H([])}A(""),H([]),y(!1)}catch(ee){console.error("Error in handleSend:",ee),d({title:"Failed to send message. Please try again."})}finally{}}),U=ee=>{ee.key==="Enter"&&!ee.shiftKey&&(ee.preventDefault(),z())},J=()=>$e(null,null,function*(){if(!m&&!V)try{yield Le(),F||(y(!0),yield v())}catch(ee){if(console.error("Error starting recording:",ee),ee instanceof Error&&ee.message.includes("Not initialized")&&!W){console.log("AudioService not initialized, attempting reinitialization..."),I(!0);try{(yield He())?(console.log("AudioService reinitialized, trying to start recording again..."),y(!0),yield v()):d({title:"Failed to initialize audio service. Please try again."})}catch(xe){console.error("Failed to reinitialize AudioService:",xe),d({title:"Audio service unavailable. Please try again."})}}else d({title:"Failed to start recording. Please try again."})}else V&&(console.log("called mic click and recording is true"),pe())}),ge=()=>{var ee;(ee=ae.current)==null||ee.click()},$=ee=>{if(console.log("handleFileChange called"),ee.target.files&&ee.target.files.length>0){const xe=Array.from(ee.target.files),Ne=Ze=>{const ct=Ze.type.toLowerCase(),ot=Ze.name.toLowerCase().split(".").pop()||"";return ct&&["application/pdf","image/jpeg","image/jpg","image/png","image/heic","image/heif","application/vnd.openxmlformats-officedocument.wordprocessingml.document","image/tiff","text/plain","text/markdown"].some(vt=>ct.includes(vt))?!0:!ct||ct===""?["pdf","jpg","jpeg","png","heic","docx","tiff","txt","md"].includes(ot):!1},Ve=xe.filter(Ze=>(console.log("file",Ze),Ne(Ze)?!0:(d({title:`File type not supported: ${Ze.name}`,description:"Only PDF, images (JPG, JPEG, PNG, HEIC), documents (DOCX, TIFF), and text files (TXT, MD) are allowed."}),!1)));Ve.length>0&&H(Ze=>[...Ze,...Ve]),ee.target.value=""}},Ee=ee=>{A(ee.target.value),l==null||l(ee.target.value)},Re=ee=>{const xe=ee.currentTarget;xe.style.height="auto",xe.style.overflow="hidden";const Ne=xe.scrollHeight,Ve=40,Ze=120,ct=Math.max(Ve,Math.min(Ne,Ze));xe.style.height=ct+"px",M(ct),Ne>Ze?xe.style.overflow="auto":xe.style.overflow="hidden"},be=B.length>0&&!m&&!V,ne=re>40||be;return R.jsxs("div",{className:`bg-[var(--color-background)] border border-[var(--color-primary)] mx-4 flex-shrink-0 ${ne?"rounded-lg px-3 py-2":"rounded-full px-2 py-0.5"} flex flex-col ${be?"gap-2":"gap-0"}`,children:[be&&R.jsx("div",{className:"w-full",children:R.jsx(N0,{files:B,onRemoveFile:ee=>H(xe=>xe.filter((Ne,Ve)=>Ve!==ee)),isPreview:!0,className:`${L?"opacity-50":""}`})}),R.jsxs("div",{className:`flex w-full gap-2 ${be?"items-end":"items-center"}`,children:[R.jsx("input",{ref:ae,type:"file",multiple:!0,accept:".pdf,.jpg,.jpeg,.png,.heic,.docx,.tiff,.txt,.md,application/pdf,image/jpeg,image/png,image/heic,image/heif,image/tiff,application/vnd.openxmlformats-officedocument.wordprocessingml.document,text/plain,text/markdown",onChange:$,className:"hidden","data-max-size":yh.toString()}),m||V?R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 text-red-600 hover:bg-red-100 flex-shrink-0",onClick:de,disabled:L,children:R.jsx(RI,{className:"h-4 w-4"})}):R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 hover:bg-[var(--color-accent)] flex-shrink-0",onClick:ge,disabled:Dt||(p==null?void 0:p.active),children:R.jsx(my,{className:"h-4 w-4 text-[var(--color-primary)]"})}),m||V?R.jsx("div",{className:"flex-1 flex items-center justify-center px-3 py-2",children:V&&R.jsxs("div",{className:"relative",children:[R.jsx("img",{src:Ak,alt:"Voice listening",className:"h-6 w-56"}),R.jsxs("div",{className:"absolute inset-0 bg-gradient-to-r from-transparent via-transparent to-transparent pointer-events-none",children:[R.jsx("div",{className:"absolute left-0 top-0 w-4 h-full bg-gradient-to-r from-white to-transparent"}),R.jsx("div",{className:"absolute right-0 top-0 w-4 h-full bg-gradient-to-l from-white to-transparent"})]})]})}):R.jsx("div",{className:"relative w-full",children:R.jsx($S,{ref:fe,value:g,onChange:Ee,onInput:Re,onKeyPress:U,autoFocus:!c&&ue===xt.CONNECTED&&!te&&window.innerWidth>768,placeholder:Et||(te||c?"Please wait for response...":L?w==="processing"?"Processing your voice...":w==="transcribing"?"Transcribing recording..":"Sending message...":f),disabled:Dt,className:"border-0 shadow-none px-0 py-2 focus-visible:ring-0 focus-visible:outline-none focus-visible:border-0 focus-visible:ring-transparent focus-visible:ring-offset-0 text-sm resize-none break-word overflow-hidden",rows:1,style:{minHeight:"40px",maxHeight:"120px",fontSize:window.innerWidth<=768?"16px":"14px"}})}),(m||V)&&R.jsx("div",{className:"flex flex-col items-end text-sm font-mono text-[var(--color-primary)]",children:R.jsx("span",{className:L?"opacity-50":"",children:n4(C)})}),m||V?R.jsx("div",{className:"flex items-center gap-2",children:R.jsx(Bt,{size:"sm",className:"h-8 w-8 p-0 bg-[var(--color-primary)] hover:bg-[var(--color-primary)]/90 flex-shrink-0 rounded-full",onClick:J,disabled:L,children:R.jsx(AI,{className:"h-4 w-4 white"})})}):R.jsx(R.Fragment,{children:rt?R.jsx(Bt,{size:"sm",className:"h-8 w-8 py-2 bg-[var(--color-primary)] hover:bg-[var(--color-primary)]/90 flex-shrink-0 rounded-full",onClick:z,disabled:Dt||L,children:L?R.jsx(Vl,{className:"h-4 w-4 animate-spin text-[var(--color-primary-foreground)]"}):R.jsx(vd,{className:"h-4 w-4 text-[var(--color-primary-foreground)]"})}):R.jsx(Bt,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 hover:bg-[var(--color-accent)] flex-shrink-0",onClick:J,disabled:c||te||!!F||L||(p==null?void 0:p.active),children:R.jsx(kI,{className:"h-4 w-4 text-[var(--color-primary)]"})})})]})]})}function i4({onSendMobile:n,isLoading:a=!1,error:i=null,disabled:l=!1,placeholder:u="Mobile Number"}){const[f,c]=K.useState(""),d=K.useRef(null);K.useEffect(()=>{d.current&&d.current.focus()},[]);const p=y=>{const E=y.target.value.replace(/\D/g,"");c(E)},g=()=>{l||a||f.length===10&&n({content:f})},A=y=>{y.key==="Enter"&&f.length===10&&g()},m=f.length===10;return R.jsxs("div",{className:"px-4 py-3 space-y-4",children:[R.jsxs("div",{className:"flex items-center gap-3",children:[R.jsxs(Bt,{variant:"outline",size:"sm",className:"h-12 px-3 flex items-center gap-2 border-[var(--color-border)] hover:bg-[var(--color-accent)] rounded-xl",disabled:l,children:[R.jsx("img",{src:"./assets/indian-flag.svg",alt:"Indian flag",className:"w-4 h-4 rounded-full"}),R.jsx("span",{className:"text-sm font-medium",children:"+91"})]}),R.jsx("div",{className:"flex-1",children:R.jsx(fS,{ref:d,type:"tel",value:f,onChange:p,onKeyPress:A,placeholder:a?"Sending OTP...":u,disabled:l||a,className:"h-12 rounded-xl text-base border-[var(--color-muted-foreground)] focus:border-[var(--color-primary-primary)] focus:ring-2 focus:ring-[var(--color-primary-primary)]/20 bg-[var(--color-input)]",maxLength:10})}),R.jsx(Bt,{onClick:g,disabled:!m||l||a,size:"sm",className:"h-12 w-12 p-0 bg-[var(--color-primary)] hover:bg-[var(--color-primary)]/90 rounded-lg",children:a?R.jsx(Vl,{className:"h-4 w-4 animate-spin text-[var(--color-primary-foreground)]"}):R.jsx(vd,{className:"h-4 w-4 text-[var(--color-primary-foreground)]"})})]}),i&&R.jsx("div",{className:"text-sm text-red-500 text-center",children:i})]})}function a4({mobileNumber:n,onSendOTP:a,isLoading:i=!1,error:l=null,disabled:u=!1}){const[f,c]=K.useState(""),d="min-w-[2.5rem] w-full max-w-[4rem] h-10 sm:h-12 text-center text-base sm:text-lg font-semibold border-2 border-[var(--color-border)] rounded-lg data-[active=true]:border-[var(--color-primary)] data-[active=true]:ring-2 data-[active=true]:ring-[var(--color-primary)]/20 flex-1",p=A=>{c(A),A.length===6&&a({content:A})},g=()=>{f.length===6&&a({content:f})};return R.jsxs("div",{className:"px-4 py-3 space-y-4",children:[R.jsx("div",{className:"flex items-center justify-start px-3",children:R.jsx("div",{className:"flex items-center gap-2",children:R.jsxs("span",{className:"text-sm text-[var(--color-muted-foreground)]",children:["OTP sent to ",n]})})}),R.jsxs("div",{className:"flex items-center justify-center gap-2 sm:gap-3",children:[R.jsx(jk,{maxLength:6,value:f,onChange:p,disabled:u||i,autoFocus:!0,children:R.jsxs(zk,{className:"gap-1 sm:gap-2",children:[R.jsx(Mo,{index:0,className:d}),R.jsx(Mo,{index:1,className:d}),R.jsx(Mo,{index:2,className:d}),R.jsx(Mo,{index:3,className:d}),R.jsx(Mo,{index:4,className:d}),R.jsx(Mo,{index:5,className:d})]})}),R.jsx(Bt,{onClick:g,disabled:f.length!==6||u||i,size:"sm",className:"h-10 w-10 sm:h-12 sm:w-12 p-0 bg-[var(--color-primary)] hover:bg-[var(--color-primary)]/90 rounded-full flex-shrink-0",children:i?R.jsx(Vl,{className:"h-4 w-4 animate-spin text-[var(--color-primary-foreground)]"}):R.jsx(vd,{className:"h-4 w-4 text-[var(--color-primary-foreground)]"})})]}),l&&R.jsx("div",{className:"text-sm text-red-500 text-center",children:l})]})}const Eh=(n,a)=>{switch(n.error.code){case Jt.OTP_NOT_FOUND.code:return{success:!1,data:{error:{code:Jt.OTP_NOT_FOUND.code,msg:Jt.OTP_NOT_FOUND.msg}}};case Jt.INVALID_OTP.code:return{success:!1,data:{error:{code:Jt.INVALID_OTP.code,msg:Jt.INVALID_OTP.msg}}};case Jt.TOOL_ERROR.code:return{success:!1,data:{error:{code:Jt.TOOL_ERROR.code,msg:a?Jt.TOOL_ERROR.msg:Jt.INVALID_MOBILE_NUMBER.msg}}};default:return a?{success:!1,data:{error:{code:Jt.TOOL_ERROR.code,msg:Jt.TOOL_ERROR.msg}}}:{success:!1,data:{error:{code:Jt.TOOL_ERROR.code,msg:Jt.INVALID_MOBILE_NUMBER.msg}}}}},mE=(n,a,i)=>$e(null,null,function*(){var l;try{const u=yield La({toolParams:{mobile_number:n.trim(),stage:ls.MOBILE_NUMBER},wrapperOptions:{session_id:a,tool_name:ja.MOBILE_VERIFICATION,onSessionRefresh:i}});if(!u.ok){const c=yield u.json().catch(()=>({}));return(l=c==null?void 0:c.error)!=null&&l.code?Eh(c,!1):{success:!1,data:{error:{msg:Jt.INVALID_MOBILE_NUMBER.msg}}}}const f=yield u.json();return f.error?{success:!1,data:{error:f.error}}:f.status==="success"?{success:!0,data:f}:{success:!1,data:{error:{msg:Jt.INVALID_MOBILE_NUMBER.msg}}}}catch(u){return console.error("Mobile verification error:",u),{success:!1,data:{error:{msg:u instanceof Error?u.message:Jt.INVALID_MOBILE_NUMBER.msg}}}}}),o4=(n,a,i,l)=>$e(null,null,function*(){var u;try{const f=yield La({toolParams:{mobile_number:a.trim(),otp:n.trim(),stage:ls.OTP},wrapperOptions:{session_id:i,tool_name:ja.MOBILE_VERIFICATION,onSessionRefresh:l}});if(!f.ok){const d=yield f.json().catch(()=>({}));return(u=d==null?void 0:d.error)!=null&&u.code?Eh(d,!0):{success:!1,data:{error:{msg:Jt.INVALID_OTP.msg}}}}const c=yield f.json().catch(()=>({}));return c.status==="success"?{success:!0,data:c}:{success:!1,data:{error:{msg:Jt.INVALID_OTP.msg}}}}catch(f){return console.error("OTP verification error:",f),{success:!1,data:{error:{msg:f instanceof Error?f.message:Jt.INVALID_OTP.msg}}}}}),l4=(n,a,i)=>$e(null,null,function*(){var l;try{const u=yield La({toolParams:{selected_uhid:n,stage:ls.UHID},wrapperOptions:{session_id:a,tool_name:ja.MOBILE_VERIFICATION,onSessionRefresh:i}});if(!u.ok){const c=yield u.json().catch(()=>({}));return(l=c==null?void 0:c.error)!=null&&l.code?Eh(c,!1):{success:!1,data:{error:{msg:Jt.INVALID_UHID.msg}}}}const f=yield u.json();return f.status==="success"?{success:!0,data:f}:{success:!1,data:{error:{msg:Jt.INVALID_UHID.msg}}}}catch(u){return console.error("Uhid verification error:",u),{success:!1,data:{error:{msg:Jt.INVALID_UHID.msg}}}}}),s4=(n,a,i)=>$e(null,null,function*(){var l,u,f,c;if(!(n!=null&&n.doctor_id))return{success:!1,data:null};try{const d=yield La({toolParams:{doctor_id:n.doctor_id,hospital_id:n.hospital_id||"",region_id:n.region_id||""},wrapperOptions:{session_id:a,tool_name:ja.AVAILABILITY_DATES,onSessionRefresh:i}});if(!(d!=null&&d.ok)){const g=yield d.json();if(d.status===412&&((l=g==null?void 0:g.error)==null?void 0:l.code)==="bot_error_display"&&((u=g==null?void 0:g.error)!=null&&u.msg))return{success:!1,data:{error:{msg:(f=g==null?void 0:g.error)==null?void 0:f.msg}}};throw new Error("Failed to load availability dates")}const p=yield d.json();return(c=p==null?void 0:p.available_dates)!=null&&c.length?{success:!0,data:p}:(console.error("Available dates are not coming in response",d),{success:!1,data:null})}catch(d){return console.error("Error loading availability dates:",d),{success:!1,data:null}}}),u4=(n,a,i,l)=>$e(null,null,function*(){var u,f,c,d;if(!(a!=null&&a.doctor_id)||!n)return{success:!1,data:null};try{const p=yield La({toolParams:{doctor_id:a.doctor_id,appointment_date:n,hospital_id:a.hospital_id||"",region_id:a.region_id||""},wrapperOptions:{session_id:i,tool_name:ja.AVAILABILITY_SLOTS,onSessionRefresh:l}});if(!(p!=null&&p.ok)){const A=yield p.json();if(p.status===412&&((u=A==null?void 0:A.error)==null?void 0:u.code)==="bot_error_display"&&((f=A==null?void 0:A.error)!=null&&f.msg))return{success:!1,data:{error:{msg:(c=A==null?void 0:A.error)==null?void 0:c.msg}}};throw new Error("Failed to load availability slots")}const g=yield p.json();return(d=g==null?void 0:g.slots)!=null&&d.length?{success:!0,data:g}:(console.error("Available slots are not coming in response",p),{success:!1,data:null})}catch(p){return console.error("Error loading slots for date:",p),{success:!1,data:null}}}),c4=(n,a,i,l)=>$e(null,null,function*(){try{const u=`${Yr.BASE_API_URL}/med-assist/session/${n}/${a}`,f=yield fetch(u,{method:"PATCH",headers:{"Content-Type":"application/json","X-agent-id":Yr.X_AGENT_ID},body:JSON.stringify({feedback:i,feedback_reason:l})});if(!f.ok)throw new Error("Failed to patch feedback message");return f.json()}catch(u){throw console.error("Error patching feedback message:",u),u}});var ls=(n=>(n.MOBILE_NUMBER="mobile",n.OTP="otp",n.UHID="uhid",n))(ls||{});function f4({title:n="Apollo Assist",firstUserMessage:a="",className:i="",onClose:l,onStartSession:u,onExpand:f,isExpanded:c=!1,isMobile:d=!1,isLoading:p=!1,isOnline:g=!0,isFullMode:A=!1}){const[m,y]=K.useState([{id:"1",content:"Hi, I'm Apollo Assist, your personal support for all medical needs. How can I help you?",isBot:!0,isStored:!0,feedback:Tn.NONE}]),[E,x]=K.useState(null),[w,k]=K.useState(null),[C,D]=K.useState(!1),[B,H]=K.useState(!1),[F,j]=K.useState({active:!1,isSending:!1,stage:"mobile",uhids:[],tool_use_id:null,mobile_number:null}),[Z,ie]=K.useState(!1),L=K.useRef(F),G=K.useRef(!1),{connectionStatus:re,showRetryButton:M,startNewConnection:W,error:I,clearError:ae,setError:fe,isStreaming:se,sessionId:ue,sessionToken:te,clearSession:T,refreshSession:V,getMessagesForSession:q,addMessageToSession:Q,updateMessageInSession:ye,setInlineText:Se,inlineText:Oe,setResponseTimeoutId:He,clearResponseTimeout:Ue,setStreamingTimeoutId:Le,clearStreamingTimeout:et,setLastStreamingActivity:rt,setIsBotIconAnimating:Et}=Vt();K.useEffect(()=>(!ue&&!te&&u?(u(),H(!0)):ue&&te&&$e(null,null,function*(){try{const De=yield sy(ue);!De.success&&!De.retry?(yield T(),yield u==null?void 0:u(!0),H(!0)):(!De.success&&De.retry&&((yield V())||(yield T(),yield u==null?void 0:u(!0))),H(!0))}catch(De){console.error("Error checking session details:",De),yield T(),yield u==null?void 0:u(!0),H(!0)}}),()=>{G.current=!0}),[]),K.useMemo(()=>{if(a!=null&&a.trim()&&B&&ue&&!p&&re===xt.CONNECTED&&!se&&!Z){const he=setTimeout(()=>{ee({content:a.trim()}),ie(!0)},0);return()=>clearTimeout(he)}},[a,B,ue,re]),K.useEffect(()=>()=>{if(m.length>0&&!m[m.length-1].isStored&&ue&&G.current){const he=Fe(le({},m[m.length-1]),{isStored:!0});y(De=>{const Te=[...De];return Te[Te.length-1]=he,Te}),Q(ue,he)}},[m]),K.useEffect(()=>{if(ue||O(),D(!1),k(null),ue){const he=q(ue);if(he.length>0)y(he);else{const De={id:"1",content:"Hi, I'm Apollo Assist, your personal support for all medical needs. How can I help you?",isBot:!0,isStored:!0,feedback:Tn.NONE};Q(ue,De),y([De])}}},[ue]);const Dt=K.useMemo(()=>ue&&te&&B?{sessionId:ue,auth:{token:te}}:null,[ue,te,B]),{webSocketService:v,setFilesForUpload:pe,sendFileUploadRequest:de,sendAudioData:Y,regenerateResponse:z,sendChatMessage:U,retryLastMessage:J,sendHiddenChatMessage:ge,triggerSessionRefresh:$}=uI(Dt,(he,De)=>{D(!1),k(null),y(Te=>{var At,Ot;const Ge=Te[Te.length-1];if((Ge==null?void 0:Ge.id)===De&&(Ge!=null&&Ge.isBot)&&(he==null?void 0:he.length)>((At=Ge==null?void 0:Ge.content)==null?void 0:At.length)){const Ut=[...Te];return Ut[Ut.length-1]=Fe(le({},Ge),{content:he,isRegenerating:!1,isStored:!1}),Ut}else{if((Ge==null?void 0:Ge.id)===De&&(Ge!=null&&Ge.isBot)&&(he==null?void 0:he.length)<=((Ot=Ge==null?void 0:Ge.content)==null?void 0:Ot.length))return Te;{const Ut={id:De||Date.now().toString(),content:he,isBot:!0,isStored:!1,feedback:Tn.NONE};return[...Te,Ut]}}})},he=>{D(!1),k(he)},he=>{D(!1),x(he)},(he,De)=>$e(null,null,function*(){var Te,Ge,At,Ot,Ut,cn,Si,ta;if(D(!1),y(Mn=>{let Qn=-1;if(Qn=Mn.findIndex(Nt=>Nt.id==De),Qn!==-1&&!Mn[Qn].isResponded){const Nt=[...Mn];return Nt[Qn]=Fe(le({},Nt[Qn]),{commonContentData:he}),Nt}else{const Nt={id:De||Date.now().toString(),content:"",isBot:!0,commonContentData:he,isStored:!0,feedback:Tn.NONE};return Q(ue,Nt),[...Mn,Nt]}}),he.type==="mobile_verification"&&((Ge=(Te=he==null?void 0:he.data)==null?void 0:Te.callbacks)!=null&&Ge.tool_callback_mobile_verification))if((At=he==null?void 0:he.data)!=null&&At.mobile_number){j(Nt=>{var on;return Fe(le({},Nt),{active:!0,isSending:!0,tool_use_id:he==null?void 0:he.tool_use_id,mobile_number:((on=he==null?void 0:he.data)==null?void 0:on.mobile_number)||null})}),k("Sending OTP to your mobile number...");let Mn="",Qn=!1;try{const Nt=yield mE((Ot=he==null?void 0:he.data)==null?void 0:Ot.mobile_number,ue,$);Nt!=null&&Nt.success&&((Ut=Nt==null?void 0:Nt.data)!=null&&Ut.message)?(Mn=((cn=Nt==null?void 0:Nt.data)==null?void 0:cn.message)||"OTP sent successfully to your mobile number, please enter 6 digit OTP",Qn=!0):(Mn=((ta=(Si=Nt==null?void 0:Nt.data)==null?void 0:Si.error)==null?void 0:ta.msg)||"Failed to send OTP. Please try again.",Qn=!1)}catch(Nt){Mn="Failed to send OTP. Please try again.",Qn=!1}finally{k(null),j(Nt=>Fe(le({},Nt),{active:Qn,isSending:!1,stage:Qn?"otp":"mobile"})),y(Nt=>{const on=[...Nt],Ha=on.length-1;if(on.length>0&&on[Ha].isBot){const na=`${on[Ha].content}
494
+
495
+ ${Mn}`;on[on.length-1]=Fe(le({},on[on.length-1]),{content:na}),ye(ue,on[on.length-1].id,on[on.length-1])}else{const Ke={id:Date.now().toString(),content:Mn,isBot:!0,isStored:!0,feedback:Tn.NONE};on.push(Ke),Q(ue,Ke)}return on})}}else j(Mn=>Fe(le({},Mn),{active:!0,tool_use_id:he==null?void 0:he.tool_use_id}))}),he=>{Se(he)}),[Ee]=K.useState([{id:"doctor",label:"Help me find a doctor"},{id:"appointment",label:"I want to book appointment"},{id:"health_check",label:"I want to book health check"},{id:"emergency",label:"I have an emergency"}]),Re=K.useRef(null),be=()=>{Re.current&&setTimeout(()=>{var he;(he=Re.current)==null||he.scrollTo({top:Re.current.scrollHeight,behavior:"smooth"})},0)};K.useEffect(()=>{be(),se&&(k(null),D(!1))},[m,se]),K.useEffect(()=>{if(!se&&ue&&m.length>0){const he=m[m.length-1];if(he.isBot&&!he.isStored){const De=Fe(le({},he),{isStored:!0});y(Te=>Te.map((Ge,At)=>At===Te.length-1?De:Ge)),Q(ue,De)}}},[se,ue]),K.useEffect(()=>{I&&(D(!1),Ue(),et())},[I]),K.useEffect(()=>{if(C&&!se){const he=setTimeout(()=>{console.log("Response timeout: No response received within 30 seconds"),D(!1)},Wk);return He(he),()=>{clearTimeout(he),Ue()}}else Ue()},[C,se]),K.useEffect(()=>{if(se){rt(Date.now());const he=setTimeout(()=>{const De=Vt.getState();De.isStreaming&&De.lastStreamingActivity&&Date.now()-De.lastStreamingActivity>=fy&&D(!1)},fy);return Le(he),()=>{clearTimeout(he),et()}}else et(),rt(null)},[se]),K.useEffect(()=>{Et(!!w||C)},[w,C]);const ne=K.useMemo(()=>re===xt.CONNECTED&&g&&!I&&!M&&!W,[re,g,I,M,W]);K.useEffect(()=>{L.current=F},[F]);const ee=Ge=>$e(null,[Ge],function*({content:he,tool_use_id:De,tool_use_params:Te}){var At,Ot,Ut,cn,Si,ta,Mn,Qn,Nt,on,Ha,Ke,na,Wn,ss,oc,Ga,us,Ka,$n,cs,Lo,fs,Po,ds,hs,ki;if(!se){if(!g){fe(Mt.OFFLINE),D(!1);return}if(re!==xt.CONNECTED){fe(Mt.CONNECTION_LOST),D(!1);return}ae(),k(null),x(null),Oe&&Se("");try{let We=null;if(L.current.active){if(L.current.stage==="mobile"){j(St=>Fe(le({},St),{isSending:!0}));const Tt=L.current.mobile_number||he;We=yield mE(Tt,ue,$),We!=null&&We.success?j(St=>Fe(le({},St),{isSending:!1,mobile_number:Tt,stage:"otp"})):(O(),yield ge({message:((Ot=(At=We==null?void 0:We.data)==null?void 0:At.error)==null?void 0:Ot.msg)||"Mobile number verification failed",tool_use_id:De,tool_use_params:{mobile_number:Tt}}))}else if(L.current.stage==="otp"&&L.current.mobile_number)if(We=yield o4(he,L.current.mobile_number,ue,$),((cn=(Ut=We==null?void 0:We.data)==null?void 0:Ut.error)==null?void 0:cn.code)===Jt.INVALID_OTP.code)j(Tt=>Fe(le({},Tt),{active:!0,isSending:!1}));else if(!We.success&&((ta=(Si=We==null?void 0:We.data)==null?void 0:Si.error)==null?void 0:ta.code)===Jt.TOOL_ERROR.code)yield ge({message:((Qn=(Mn=We==null?void 0:We.data)==null?void 0:Mn.error)==null?void 0:Qn.msg)||Jt.TOOL_ERROR.msg,tool_use_id:De,tool_use_params:{mobile_number:L.current.mobile_number}});else if(We!=null&&We.success&&((on=(Nt=We==null?void 0:We.data)==null?void 0:Nt.uhids)!=null&&on.length))j(Tt=>{var St;return Fe(le({},Tt),{active:!0,isSending:!1,uhids:((St=We==null?void 0:We.data)==null?void 0:St.uhids)||[],stage:"uhid"})});else{const Tt=(Ke=(Ha=We==null?void 0:We.data)==null?void 0:Ha.uhids)!=null&&Ke.length?"Otp verification failed":"Otp verification successful,but Uhids not found";yield ge({message:Tt,tool_use_id:De,tool_use_params:{mobile_number:L.current.mobile_number}}),O()}else if(L.current.stage==="uhid")if(We=yield l4(he,ue,$),y(Tt=>{const St=[...Tt];return St[St.length-1]=Fe(le({},St[St.length-1]),{isResponded:!0,isStored:!0}),ye(ue,St[St.length-1].id,St[St.length-1]),St}),((Wn=(na=We==null?void 0:We.data)==null?void 0:na.error)==null?void 0:Wn.code)===Jt.USER_NOT_AUTHENTICATED.code)j(Tt=>Fe(le({},Tt),{active:!0,isSending:!1,stage:"mobile"})),yield ee({content:L.current.mobile_number||"",tool_use_id:De});else{const Tt=((ss=We==null?void 0:We.data)==null?void 0:ss.status)==="success"?`Verification successful ,selected uhid: ${he}`:((Ga=(oc=We==null?void 0:We.data)==null?void 0:oc.error)==null?void 0:Ga.msg)||"Verification failed",St=(Ka=(us=L.current)==null?void 0:us.uhids)==null?void 0:Ka.find(On=>(On==null?void 0:On.uhid)===he);yield U({message:Tt,tool_use_id:De,tool_use_params:le({mobile_number:L.current.mobile_number},St&&le({},St))}),O()}const Tr={id:Date.now().toString(),content:he,isBot:!1,originalUserMessage:he,isStored:!0};if(y(Tt=>[...Tt,Tr]),Q(ue,Tr),We){const Tt=le({id:(Date.now()+1).toString(),content:We!=null&&We.success?(($n=We==null?void 0:We.data)==null?void 0:$n.message)||"Success!":((Lo=(cs=We==null?void 0:We.data)==null?void 0:cs.error)==null?void 0:Lo.msg)||"Failed. Please try again.",isBot:!0,isStored:!0},((Po=(fs=We==null?void 0:We.data)==null?void 0:fs.uhids)==null?void 0:Po.length)&&((ds=L.current)==null?void 0:ds.tool_use_id)&&{commonContentData:{type:$t.MOBILE_VERIFICATION,tool_use_id:(hs=L.current)==null?void 0:hs.tool_use_id,data:{uhids:(ki=We==null?void 0:We.data)==null?void 0:ki.uhids}}});y(St=>[...St,Tt]),Q(ue,Tt)}return}else{let Tr=he;m.length>0&&m[m.length-1].isBot&&m[m.length-1].feedback===Tn.DISLIKE&&(Tr=`User disliked the previous response. ${he}`),yield U(le({message:Tr,tool_use_id:De},Te&&{tool_use_params:Te}))}y(Tr=>{const Tt=[...Tr];for(let St=Tt.length-1;St>=0;St--)if(Tt[St].isBot&&Tt[St].commonContentData){Tt[St]=le(le(Fe(le({},Tt[St]),{isResponded:!0}),Te&&{tool_use_params:Te}),(Te==null?void 0:Te.doctor_id)&&Tt[St].commonContentData&&{commonContentData:Fe(le({},Tt[St].commonContentData),{data:Fe(le({},Tt[St].commonContentData.data),{doctor_details:Fe(le({},Tt[St].commonContentData.data.doctor_details),{doctor_ids:[Te.doctor_id]})})})}),ye(ue,Tt[St].id,Tt[St]);break}return Tt});const ps={id:Date.now().toString(),content:he,isBot:!1,originalUserMessage:he,isStored:!0};y(Tr=>[...Tr,ps]),D(!0),Q(ue,ps)}catch(We){throw console.error("Failed to send message:",We),fe({title:"Failed to send message. Please try again."}),D(!1),We}}}),xe=he=>$e(null,null,function*(){if(!g){fe(Mt.OFFLINE),D(!1);return}if(re!==xt.CONNECTED){fe(Mt.CONNECTION_LOST),D(!1);return}x(null),y(De=>{const Te=[...De];for(let Ge=Te.length-1;Ge>=0;Ge--)if(Te[Ge].isBot&&Te[Ge].commonContentData){Te[Ge]=Fe(le({},Te[Ge]),{isResponded:!0}),ye(ue,Te[Ge].id,Te[Ge]);break}return Te});try{if(yield Y(he),F.active){O();return}}catch(De){throw console.error("Failed to send audio:",De),fe({title:"Failed to send audio message. Please try again."}),De}}),Ne=(he,De)=>$e(null,null,function*(){if(se)return;if(!g){fe(Mt.OFFLINE),D(!1);return}if(re!==xt.CONNECTED){fe(Mt.CONNECTION_LOST),D(!1);return}ae(),y(At=>{const Ot=[...At];for(let Ut=Ot.length-1;Ut>=0;Ut--)if(Ot[Ut].isBot&&Ot[Ut].commonContentData){Ot[Ut]=Fe(le({},Ot[Ut]),{isResponded:!0}),ye(ue,Ot[Ut].id,Ot[Ut]);break}return Ot});const Te=Array.from(he),Ge={id:Date.now().toString(),content:De||`📎 ${(Te==null?void 0:Te.length)>1?`${Te.length} files`:"File"} uploaded`,isBot:!1,files:Te,isStored:!1,feedback:Tn.NONE};y(At=>[...At,Ge]);try{if(D(!0),pe(Te,De),yield de(),Q(ue,Ge),F.active){O();return}}catch(At){throw console.error("Failed to upload file:",At),fe({title:"Failed to upload file. Please try again."}),D(!1),At}}),Ve=he=>$e(null,null,function*(){if(se)return;if(!g){fe(Mt.OFFLINE),D(!1);return}if(re!==xt.CONNECTED){fe(Mt.CONNECTION_LOST),D(!1);return}ae(),k(null),x(null);const De=Ee.find(Te=>Te.id===he);if(De)try{yield ee({content:De.label})}catch(Te){console.error("Failed to send quick action:",Te)}}),Ze=he=>{if(!(he!=null&&he.link))return;window.open(he.link,"_blank")||(window.location.href=he.link)},ct=he=>{he==="clear"&&(y([m[0]]),ae(),D(!1))},tt=he=>$e(null,null,function*(){if(!g){fe(Mt.OFFLINE),D(!1);return}if(re!==xt.CONNECTED){fe(Mt.CONNECTION_LOST),D(!1);return}const De=m.findIndex(Ot=>Ot.id===he);if(De===-1){console.error("Message not found for regeneration");return}const Te=m[De];if(!Te.isBot){console.error("Cannot regenerate user messages");return}let Ge=De-1;for(;Ge>=0&&m[Ge].isBot;)Ge--;if(Ge<0){console.error("No user message found for regeneration");return}const At=m[Ge];if(!At.originalUserMessage){console.error("No original user message found for regeneration");return}if(!se){ae(),k(null),y(Ot=>{const Ut=[...Ot];return Ut[De]=Fe(le({},Ut[De]),{isRegenerating:!0,content:"Regenerating response..."}),Ut});try{yield z(At.originalUserMessage),y(Ot=>{const Ut=[...Ot];return Ut[De]=Fe(le({},Ut[De]),{isRegenerating:!1,content:"Regeneration not implemented in V2 yet"}),Ut})}catch(Ot){console.error("Failed to regenerate:",Ot),y(Ut=>{const cn=[...Ut];return cn[De]=Fe(le({},cn[De]),{isRegenerating:!1,content:Te.content}),cn})}}}),ot=()=>$e(null,null,function*(){try{y([m[0]]),yield T(),D(!1),u==null||u(!0)}catch(he){throw console.error("Failed to start new session:",he),he}}),Ht=()=>$e(null,null,function*(){if(re!==xt.CONNECTED)v&&(ae(),v.reconnect(!0,"manual reconnect"));else try{(yield J())&&(ae(),D(!0))}catch(he){console.error("Failed to retry last message:",he),fe({title:"Failed to retry message. Please try again."})}}),vt=()=>$e(null,null,function*(){var Ge,At;const he=`Exit ${(F==null?void 0:F.stage)||"Mobile"} verification`,De=(Ge=L.current)==null?void 0:Ge.tool_use_id,Te=(At=L.current)==null?void 0:At.mobile_number;yield O(),yield ee({content:he,tool_use_id:De||"",tool_use_params:{mobile_number:Te}})}),O=()=>{j({active:!1,isSending:!1,mobile_number:null,uhids:[],tool_use_id:null,stage:"mobile"})},ce=he=>$e(null,null,function*(){return yield s4(he,ue,$)}),Me=(he,De)=>$e(null,null,function*(){return yield u4(he,De,ue,$)}),je=(he,De,Te)=>$e(null,null,function*(){const Ge=m.findIndex(At=>At.id===he);if(Ge===-1){console.error("Message not found for feedback");return}try{yield c4(ue,he,De,Te)}catch(At){console.error("Failed to patch feedback:",At)}finally{y(At=>{const Ot=[...At];return Ot[Ge]=Fe(le({},Ot[Ge]),{feedback:De}),ye(ue,he,Ot[Ge]),Ot})}}),Ye=d?"fixed inset-0 z-[2147483647] bg-[var(--color-card)] border-border rounded-none flex flex-col h-[100dvh] w-screen py-0 gap-1 overflow-hidden":c?"fixed inset-4 z-[2147483647] bg-[var(--color-card)] border-border rounded-lg shadow-2xl flex flex-col max-h-[calc(100vh-2rem)] py-0 gap-1":`w-full max-w-sm bg-[var(--color-card)] border-border shadow-lg rounded-lg flex flex-col py-0 gap-1${i} `,it=d?"flex-1 overflow-y-auto overscroll-behavior-y-contain":c?"flex-1 min-h-0":"h-[500px]";return R.jsxs(sd,{className:Ye,children:[R.jsx(DI,{title:n,onClose:l,onExpand:f,onMenuAction:ct,isExpanded:c,isMobile:d,onStartSession:ot,connectionStatus:re,isOnline:g,isFullMode:A}),p&&R.jsx("div",{className:`${it} flex items-center justify-center p-4`,children:R.jsxs("div",{className:"text-center w-full",children:[R.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-b-2 border-[var(--color-primary)] mx-auto mb-3"}),R.jsx("p",{className:"text-sm text-[var(--color-muted-foreground)] break-words",children:"Starting session..."})]})}),!p&&R.jsxs("div",{className:`${it} flex flex-col overflow-hidden max-h-screen`,children:[R.jsx("div",{ref:Re,className:"flex-1 min-h-0 overflow-y-auto",style:{scrollBehavior:"smooth",scrollbarWidth:"thin",scrollbarColor:"var(--color-border) transparent",overscrollBehavior:"contain",WebkitOverflowScrolling:"touch"},onTouchStart:he=>d&&he.stopPropagation(),onTouchMove:he=>d&&he.stopPropagation(),children:R.jsxs("div",{className:"min-h-full flex flex-col justify-end pb-4",children:[R.jsx("div",{className:"py-1 px-4 flex items-center justify-center",children:R.jsx("div",{className:"text-xs text-[var(--color-muted-foreground)] text-center",children:new Date().toLocaleString("en-US",{weekday:"long",hour:"2-digit",minute:"2-digit",hour12:!0})})}),R.jsxs("div",{className:"space-y-1",children:[m.map((he,De)=>R.jsx(e4,{messageId:he.id,message:he.content,isBot:he.isBot,showActions:m.length===1&&he.isBot,handleQuickAction:Ve,quickActions:Ee,isQuickActionsDisabled:re!==xt.CONNECTED||se||!g,isStreaming:he.isBot&&se&&De===m.length-1,refreshSession:$,progressMessage:he.isBot&&De===m.length-1?w:null,getAvailabilityDatesForAppointment:ce,getAvailableSlotsForAppointment:Me,onUserFeedback:je,onLabPackageBook:Ze,tips:he.isBot&&De===m.length-1?E:null,isLastMessage:De===m.length-1,verificationStatus:F.active&&De===m.length-1,clearMobileVerification:vt,onTipsExpire:()=>x(null),isRegenerating:he.isRegenerating,commonContentData:he.commonContentData,onContentClick:ee,onRegenerate:tt,audioData:he.audioData,isResponded:he.isResponded,files:he.files,feedback:(he==null?void 0:he.feedback)||Tn.NONE},De)),C&&!se&&R.jsx("div",{className:"px-4 py-4",children:R.jsxs("div",{className:"flex gap-2 items-start justify-center",children:[R.jsx("div",{className:"flex-shrink-0 w-8 h-8 rounded-full overflow-hidden",children:R.jsx("img",{src:"./assets/indian-doctor.png",alt:"Apollo Icon",className:"flex-shrink-0 w-full h-full object-cover scale-125"})}),R.jsx("div",{className:"flex-1",children:R.jsx("div",{className:"inline-flex items-center text-sm leading-relaxed p-3 rounded-3xl rounded-bl-none text-[var(--color-foreground)] bg-[var(--color-background-primary-default)]",children:R.jsx("div",{className:"flex items-center gap-1.5","aria-label":"Bot is typing",children:[0,1,2].map(he=>R.jsx("span",{className:"w-2 h-2 rounded-full bg-slate-400 animate-pulse",style:{animationDelay:`${he*150}ms`}},he))})})})]})}),w&&!se&&R.jsx("div",{className:"px-2 py-4",children:R.jsxs("div",{className:"flex gap-1 items-start justify-center",children:[R.jsx("div",{className:"flex-shrink-0 w-6 h-6 rounded-full overflow-hidden",children:R.jsx("img",{src:"./assets/indian-doctor.png",alt:"Apollo Icon",className:"flex-shrink-0 w-6 h-6"})}),R.jsx("div",{className:"flex-1",children:R.jsx("div",{className:"text-sm leading-relaxed px-3 rounded-lg text-[var(--color-foreground)] bg-[var(--color-card)]",children:R.jsx("div",{className:"ml-2 bg-gradient-to-r from-[var(--color-primary)] via-[var(--color-primary-400)] to-[var(--color-primary-600)] bg-clip-text text-transparent font-medium",children:w})})})]})})]})]})}),!ne&&R.jsx(TI,{onRetry:Ht,onStartNewSession:ot,showRetryButton:M,startNewConnection:W,clearError:ae,error:I,isConnected:re===xt.CONNECTED&&g}),(!F.active||F.stage==="uhid")&&R.jsx("div",{className:d?"pb-safe":"",children:R.jsx(r4,{onSendMessage:ee,onFinalAudioStream:xe,inlineText:Oe||"",onFileUpload:Ne,disabled:C||!!(w!=null&&w.length)||re!==xt.CONNECTED||!g,setError:fe,mobileVerificationStatus:F})}),F.active&&(F.stage==="mobile"?R.jsx(i4,{onSendMobile:ee,isLoading:F.isSending,disabled:F.isSending||C||!!(w!=null&&w.length)||re!==xt.CONNECTED||!g}):F.stage==="otp"&&F.mobile_number?R.jsx(a4,{mobileNumber:F.mobile_number,onSendOTP:ee}):null),R.jsx("div",{className:`flex items-center justify-center py-1.5 px-4 ${d?"pb-safe":""}`,children:R.jsx("div",{className:"flex items-center gap-1 text-xs text-[var(--color-muted-foreground)]",children:R.jsx("img",{src:"./assets/powered-by-eka-care.svg",alt:"eka.care",className:"h-3.5"})})})]})]})}const Bn=[];for(let n=0;n<256;++n)Bn.push((n+256).toString(16).slice(1));function d4(n,a=0){return(Bn[n[a+0]]+Bn[n[a+1]]+Bn[n[a+2]]+Bn[n[a+3]]+"-"+Bn[n[a+4]]+Bn[n[a+5]]+"-"+Bn[n[a+6]]+Bn[n[a+7]]+"-"+Bn[n[a+8]]+Bn[n[a+9]]+"-"+Bn[n[a+10]]+Bn[n[a+11]]+Bn[n[a+12]]+Bn[n[a+13]]+Bn[n[a+14]]+Bn[n[a+15]]).toLowerCase()}let wh;const h4=new Uint8Array(16);function p4(){if(!wh){if(typeof crypto=="undefined"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");wh=crypto.getRandomValues.bind(crypto)}return wh(h4)}const AE={randomUUID:typeof crypto!="undefined"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function g4(n,a,i){var u,f,c;n=n||{};const l=(c=(f=n.random)!=null?f:(u=n.rng)==null?void 0:u.call(n))!=null?c:p4();if(l.length<16)throw new Error("Random bytes length must be >= 16");return l[6]=l[6]&15|64,l[8]=l[8]&63|128,d4(l)}function m4(n,a,i){return AE.randomUUID&&!n?AE.randomUUID():g4(n)}function yE({config:n}={}){const[a,i]=K.useState(!1),[l,u]=K.useState(!1),[f,c]=K.useState(!1),[d,p]=K.useState(!1),[g,A]=K.useState(!1),{isOnline:m}=wd(),y=Vt(B=>B.setSessionId),E=Vt(B=>B.setSessionToken),x=Vt(B=>B.setError),w=Vt(B=>B.setStartNewConnection);K.useEffect(()=>{const B=()=>{var Z;const H=window==null?void 0:window.innerWidth,F=(Z=navigator==null?void 0:navigator.userAgent)==null?void 0:Z.toLowerCase(),j=H<768||/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(F);c((n==null?void 0:n.mode)==="full"||j),A((n==null?void 0:n.mode)==="full")};return B(),window.addEventListener("resize",B),()=>window.removeEventListener("resize",B)},[]),K.useEffect(()=>{i(!0)},[]);const k=(B=!1)=>$e(null,null,function*(){if(!m){console.warn("Cannot start session: user is offline");return}const H=Vt.getState().sessionId,F=Vt.getState().sessionToken;if(H&&F&&!B){i(!0);return}p(!0);try{console.log("Calling startSession API...");let j=localStorage.getItem("user_id");j||(j=m4(),localStorage.setItem("user_id",j));const{session_id:Z,session_token:ie}=yield Kk(j);if(!Z||!ie)throw new Error("Failed to start a new session - missing session_id or session_token");y(Z),E(ie),console.log("Session started successfully, widget opened with session:")}catch(j){console.error("Failed to start a new session:",j),x({title:j instanceof Error?j.message:"Something went wrong",description:"Please start a new session."}),w(!0)}finally{p(!1),i(!0)}}),C=()=>{n!=null&&n.onClose?n.onClose():(i(!1),u(!1))},D=()=>{u(!l)};return R.jsx("div",{children:R.jsxs(R.Fragment,{children:[(l||f)&&R.jsx("div",{className:"fixed inset-0 bg-transparent bg-opacity-50 z-40",onClick:C}),R.jsx("div",{style:{zIndex:99999},className:f?"fixed inset-0":l?"fixed inset-0 p-4":"fixed bottom-4 right-4",children:a&&R.jsx(f4,{title:"Apollo Assist",firstUserMessage:(n==null?void 0:n.firstUserMessage)||"",onClose:C,onExpand:D,isExpanded:l,isMobile:f,onStartSession:k,isLoading:d,isOnline:m,isFullMode:g})})]})})}const A4=({error:n,errorInfo:a,onRetry:i,title:l="There was a problem while loading your virtual assistant",message:u="Please try loading the chat again to fix the issue"})=>{const[f,c]=K.useState(!1);K.useEffect(()=>{console.log("error",n),console.log("errorInfo",a);const A=()=>{c(window.innerWidth<768)};return A(),window.addEventListener("resize",A),()=>window.removeEventListener("resize",A)},[]);const d=()=>{i?i():window.location.reload()},p=f?"fixed inset-0 z-[2147483647] bg-[var(--color-card)] border-border flex flex-col h-screen w-screen items-center justify-center":"fixed bottom-4 right-4 z-[2147483647] w-full max-w-sm bg-[var(--color-card)] border-border shadow-lg rounded-lg py-2 pb-4 items-center justify-center",g=f?"flex-1 min-h-0":"h-[500px]";return R.jsx("div",{className:p,children:R.jsxs("div",{className:`${g} flex flex-col items-center justify-center p-6 text-center`,children:[R.jsx("div",{children:R.jsx("img",{src:"./assets/error.png",alt:"Error Robot",className:`${f?"w-32 h-48":"w-[203px] h-[304px]"} flex-shrink-0 mx-auto aspect-[201/301]`})}),R.jsx("h1",{className:"text-md font-semibold text-gray-800 mb-3",children:l}),R.jsx("p",{className:"text-xs text-gray-600 mb-6",children:u}),R.jsx("div",{className:"space-y-3 w-full max-w-xs flex justify-center items-center",children:R.jsxs("button",{onClick:d,className:"w-fit bg-primary hover:bg-primary/80 text-white font-medium py-3 px-6 rounded-lg transition-colors duration-200 flex items-center justify-center space-x-2",children:[R.jsx("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:R.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})}),R.jsx("span",{children:"Reload chat"})]})})]})})};class y4 extends Gn.Component{constructor(a){super(a),this.state={hasError:!1}}static getDerivedStateFromError(a){return{hasError:!0,error:a}}componentDidCatch(a,i){console.error("ErrorBoundary caught an error:",a,i),this.setState({error:a,errorInfo:i})}render(){return this.state.hasError?this.props.fallback?this.props.fallback:R.jsx(A4,{error:this.state.error,errorInfo:this.state.errorInfo,onRetry:()=>this.setState({hasError:!1,error:void 0,errorInfo:void 0})}):this.props.children}}class E4 extends HTMLElement{constructor(){super();Pt(this,"shadowRootRef");Pt(this,"reactRoot",null);Pt(this,"container");Pt(this,"config",{});this.shadowRootRef=this.attachShadow({mode:"open"})}static get observedAttributes(){return["theme"]}setConfig(i){this.config=i}createLoadingStyles(){return`
496
+ :host { contain: content; }
497
+ :host, :host * { box-sizing: border-box; }
498
+ :host { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
499
+ :host([hidden]) { display: none; }
500
+
501
+ /* Theme variables (define defaults; can be overridden via attributes/config) */
502
+ :host {
503
+ --color-card: #ffffff;
504
+ --color-foreground: #111827;
505
+ --color-border: #e5e7eb;
506
+ --color-muted-foreground: #6b7280;
507
+ --color-muted: #f9fafb;
508
+ }
509
+
510
+ /* Loading state styles */
511
+ .widget-loading {
512
+ display: flex;
513
+ align-items: center;
514
+ justify-content: center;
515
+ min-height: 400px;
516
+ width: 100%;
517
+ background: var(--color-card);
518
+ border-radius: 12px;
519
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
520
+ }
521
+
522
+ .loading-spinner {
523
+ width: 32px;
524
+ height: 32px;
525
+ border: 3px solid var(--color-muted);
526
+ border-top: 3px solid var(--color-foreground);
527
+ border-radius: 50%;
528
+ animation: spin 1s linear infinite;
529
+ }
530
+
531
+ @keyframes spin {
532
+ 0% { transform: rotate(0deg); }
533
+ 100% { transform: rotate(360deg); }
534
+ }
535
+
536
+ /* Full-screen portal root inside shadow for modals, tooltips, etc. */
537
+ #portal-root { position: fixed; inset: 0; z-index: 2147483647; pointer-events: none; }
538
+
539
+ /* Ensure widget container has maximum z-index */
540
+ :host { z-index: 2147483647; }
541
+
542
+ /* Hide content until CSS is loaded */
543
+ .widget-content {
544
+ opacity: 0;
545
+ transition: opacity 0.3s ease-in-out;
546
+ }
547
+
548
+ .widget-content.loaded {
549
+ opacity: 1;
550
+ }
551
+ `}connectedCallback(){this.container=document.createElement("div"),this.container.id="root",this.container.style.cssText="display: contents;";const i=f=>{if("adoptedStyleSheets"in Document.prototype&&"replaceSync"in CSSStyleSheet.prototype){const c=new CSSStyleSheet;c.replaceSync(f),this.shadowRootRef.adoptedStyleSheets=[...this.shadowRootRef.adoptedStyleSheets,c]}else{const c=document.createElement("style");c.textContent=f,this.shadowRootRef.appendChild(c)}};i(this.createLoadingStyles());const l=document.createElement("div");l.id="portal-root";const u=document.createElement("div");u.className="widget-loading",u.innerHTML='<div class="loading-spinner"></div>',this.shadowRootRef.append(u,this.container,l),this.loadCSSAndRender(i,l,u)}loadCSSAndRender(i,l,u){return $e(this,null,function*(){var f;try{let c;(f=this.config)!=null&&f.cssUrl?c=this.config.cssUrl:c=new URL("./assets/widget.css",an&&an.tagName.toUpperCase()==="SCRIPT"&&an.src||new URL("widget.js",document.baseURI).href).toString();const d=document.createElement("link");d.rel="preload",d.as="style",d.href=c,this.shadowRootRef.appendChild(d);const p=document.createElement("link");p.rel="stylesheet",p.href=c,this.shadowRootRef.appendChild(p),yield new Promise(g=>{let A;const m=()=>{A&&clearTimeout(A)};p.onload=()=>{m(),g(void 0)},p.onerror=()=>{console.warn("Failed to load CSS via link tag, proceeding with basic styles"),m(),g(void 0)},A=setTimeout(()=>{console.warn("CSS loading timeout, proceeding with basic styles"),g(void 0)},5e3)}),i(":host { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }")}catch(c){console.warn("Failed to load widget CSS, proceeding with basic styles:",c)}this.renderReactApp(l,u)})}renderReactApp(i,l){const u=Gn.createContext(i),f=this.container;if(!f)return;const c=Fe(le({},this.config),{theme:this.getAttribute("theme")||"doctor-light",onMinimize:this.config.onMinimize||(()=>this.dispatchEvent(new CustomEvent("minimize"))),onClose:this.config.onClose||(()=>this.dispatchEvent(new CustomEvent("close")))});f.className="widget-content",this.reactRoot=ly.createRoot(f),this.reactRoot.render(Gn.createElement(y4,null,Gn.createElement(u.Provider,{value:i},Gn.createElement(FA,{defaultTheme:c.theme,primaryColor:c.primaryColor,node:this.shadowRootRef.host},Gn.createElement(yE,{config:c}))))),setTimeout(()=>{l.remove(),f.classList.add("loaded")},100),this.shadowRootRef.__EKA_PORTAL_ROOT__=i}attributeChangedCallback(i,l,u){i==="theme"&&this.reactRoot}disconnectedCallback(){this.reactRoot&&(this.reactRoot.unmount(),this.reactRoot=null)}}customElements.get("eka-med-assist-widget")||customElements.define("eka-med-assist-widget",E4),document.getElementById("root")&&(console.log("Rendering App in standalone mode"),ly.createRoot(document.getElementById("root")).render(R.jsx(FA,{defaultTheme:"client",primaryColor:"#007C9E",children:R.jsx(yE,{})})));function w4(n={}){console.log("Initializing Eka Medical Assistant Widget with config:",n);const a=document.createElement("eka-med-assist-widget");return n!=null&&n.theme&&a.setAttribute("theme",n.theme),n!=null&&n.primaryColor&&a.setAttribute("primaryColor",n.primaryColor),a.setConfig&&a.setConfig(n),document.body.appendChild(a),console.log("Eka Medical Assistant Web Component mounted successfully!"),{destroy:()=>{console.log("Destroying widget instance"),document.body.contains(a)&&a.remove()},containerId:"eka-med-assist-shadow",container:a}}return{init:w4}}();