tempest.games 0.2.39 โ†’ 0.2.41

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.
@@ -0,0 +1,108 @@
1
+ function Nk(t,e){for(var n=0;n<e.length;n++){const r=e[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in t)){const c=Object.getOwnPropertyDescriptor(r,o);c&&Object.defineProperty(t,o,c.get?c:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const c of o)if(c.type==="childList")for(const u of c.addedNodes)u.tagName==="LINK"&&u.rel==="modulepreload"&&r(u)}).observe(document,{childList:!0,subtree:!0});function n(o){const c={};return o.integrity&&(c.integrity=o.integrity),o.referrerPolicy&&(c.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?c.credentials="include":o.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function r(o){if(o.ep)return;o.ep=!0;const c=n(o);fetch(o.href,c)}})();function $k(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Kh={exports:{}},Ya={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var sS;function jk(){if(sS)return Ya;sS=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.fragment");function n(r,o,c){var u=null;if(c!==void 0&&(u=""+c),o.key!==void 0&&(u=""+o.key),"key"in o){c={};for(var d in o)d!=="key"&&(c[d]=o[d])}else c=o;return o=c.ref,{$$typeof:t,type:r,key:u,ref:o!==void 0?o:null,props:c}}return Ya.Fragment=e,Ya.jsx=n,Ya.jsxs=n,Ya}var oS;function Bk(){return oS||(oS=1,Kh.exports=jk()),Kh.exports}var Y=Bk();function Lk(t){return Object.entries(t)}const Yi=t=>JSON.parse(t),Ge=t=>JSON.stringify(t);function ct(t){return sf(mt.STORE,t,void 0)}function f1(t){return ny(mt.STORE,t,void 0)}function Ze(...t){return t.length===2?Un(mt.STORE,...t):Un(mt.STORE,...t)}function Vk(t,e){return MM(mt.STORE,t,e)}function Uk(t){return DM(t,mt.STORE)}const Br={atom_family:"atom family",atom:"atom",continuity:"continuity",key:"key",mutable_atom_family:"atom family [m]",mutable_atom:"atom [m]",readonly_held_selector_family:"selector family [h]",readonly_held_selector:"selector [h]",readonly_pure_selector_family:"selector family",readonly_pure_selector:"selector",state:"state",timeline:"timeline",transaction:"transaction",unknown:"unknown",writable_held_selector_family:"selector family [wh]",writable_held_selector:"selector [wh]",writable_pure_selector_family:"selector family [w]",writable_pure_selector:"selector [w]"},qh=t=>(e,n,r,o,...c)=>{console[t](`${e} ${Br[n]} \`${r}\` ${o}`,...c)},zk={error:qh("error"),info:qh("info"),warn:qh("warn")};var Kk=class{logLevel;filter;logger;constructor(t,e,n=zk){this.logLevel=t,this.filter=e,this.logger=n}error=(...t)=>{if(this.logLevel!==null){const e=this.filter?.(...t)??!0;e===!0?this.logger.error(...t):e&&this.logger.error(...e)}};info=(...t)=>{if(this.logLevel==="info"){const e=this.filter?.(...t)??!0;e===!0?this.logger.info(...t):e&&this.logger.info(...e)}};warn=(...t)=>{if(this.logLevel!=="error"&&this.logLevel!==null){const e=this.filter?.(...t)??!0;e===!0?this.logger.warn(...t):e&&this.logger.warn(...e)}}},qk=class{store;constructor(t=mt.STORE){this.store=t,oM("root",t)}allocate(t,e,n){return vl(this.store,t,e,n)}fuse(t,e,n){return aM(this.store,t,e,n)}deallocate(t){Sl(this.store,t)}claim(t,e,n){return _u(this.store,t,e,n)}},Pk=class{store;realm;constructor(t=mt.STORE){this.store=t,this.realm=new qk(t)}allocate(t,e,n){vl(this.store,t,e,n)}deallocate(t){Sl(this.store,t)}claim(t,e,n){_u(this.store,t,e,n)}};function pi(t){return O1(mt.STORE,t)}function Ik(t){return EM(mt.STORE,t)}function De(...t){t.length===2?At(mt.STORE,...t):At(mt.STORE,...t)}function Hk(t,e,n=ef()){return RM(mt.STORE,t,e,n)}function Fk(t){return E1(mt.STORE,t)}function Gk(t,e=ef()){return Im(mt.STORE,t,e)}var Km=class du extends Set{mode="record";subject=new Qe;cacheLimit=0;cache=[];cacheIdx=-1;cacheUpdateNumber=-1;constructor(e,n=0){super(e),e instanceof du&&(this.parent=e,this.cacheUpdateNumber=e.cacheUpdateNumber),n&&(this.cacheLimit=n,this.cache=new Array(n),this.subscribe("auto cache",r=>{this.cacheIdx++,this.cacheIdx%=this.cacheLimit,this.cache[this.cacheIdx]=r}))}READONLY_VIEW=this;toJSON(){return{members:[...this],cache:this.cache,cacheLimit:this.cacheLimit,cacheIdx:this.cacheIdx,cacheUpdateNumber:this.cacheUpdateNumber}}static fromJSON(e){const n=new du(e.members,e.cacheLimit);return n.cache=e.cache,n.cacheIdx=e.cacheIdx,n.cacheUpdateNumber=e.cacheUpdateNumber,n}add(e){const n=super.add(e);return this.mode==="record"&&(this.cacheUpdateNumber++,this.emit(`add:${Ge(e)}`)),n}clear(){const e=this.mode==="record"?[...this]:null;super.clear(),e&&(this.cacheUpdateNumber++,this.emit(`clear:${JSON.stringify(e)}`))}delete(e){const n=super.delete(e);return this.mode==="record"&&(this.cacheUpdateNumber++,this.emit(`del:${Ge(e)}`)),n}parent=null;child=null;transactionUpdates=null;transaction(e){this.mode="transaction",this.transactionUpdates=[],this.child=new du(this);const n=this.child._subscribe("transaction",r=>{this.transactionUpdates?.push(r)});try{if(e(this.child)){for(const o of this.transactionUpdates)this.doStep(o);this.cacheUpdateNumber++,this.emit(`tx:${this.transactionUpdates.join(";")}`)}}catch(r){throw console.warn("Did not apply transaction to SetRTX; this error was thrown:",r),r}finally{n(),this.child=null,this.transactionUpdates=null,this.mode="record"}}_subscribe(e,n){return this.subject.subscribe(e,n)}subscribe(e,n){return this.subject.subscribe(e,r=>{n(`${this.cacheUpdateNumber}=${r}`)})}emit(e){this.subject.next(e)}doStep(e){const n=e.indexOf(":"),r=e.substring(0,n),o=e.substring(n+1);switch(r){case"add":this.add(JSON.parse(o));break;case"clear":this.clear();break;case"del":this.delete(JSON.parse(o));break;case"tx":for(const c of o.split(";"))this.doStep(c)}}getUpdateNumber(e){const n=e.indexOf("=");return Number(e.substring(0,n))}do(e){const n=e.indexOf("="),r=Number(e.substring(0,n)),o=r-this.cacheUpdateNumber;if(o>0){if(o===1){this.mode="playback";const u=e.substring(n+1);return this.doStep(u),this.mode="record",this.cacheUpdateNumber=r,null}return this.cacheUpdateNumber+1}if(Math.abs(o)<this.cacheLimit){const u=this.cacheIdx+o;if(this.cache[u]===e)return null;this.mode="playback";let h=!1;for(;!h;){this.cacheIdx%=this.cacheLimit;const y=this.cache[this.cacheIdx];if(this.cacheIdx--,!y)return"OUT_OF_RANGE";this.undo(y),h=this.cacheIdx===u-1}const p=e.substring(n+1);return this.doStep(p),this.mode="record",this.cacheUpdateNumber=r,null}return"OUT_OF_RANGE"}undoStep(e){const n=e.indexOf(":"),r=e.substring(0,n),o=e.substring(n+1);switch(r){case"add":this.delete(JSON.parse(o));break;case"del":this.add(JSON.parse(o));break;case"clear":{const c=JSON.parse(o);for(const u of c)this.add(u);break}case"tx":{const c=o.split(";");for(let u=c.length-1;u>=0;u--)this.undoStep(c[u])}}}undo(e){const n=e.indexOf("=");if(Number(e.substring(0,n))===this.cacheUpdateNumber){this.mode="playback";const o=e.substring(n+1);return this.undoStep(o),this.mode="record",this.cacheUpdateNumber--,null}return this.cacheUpdateNumber}};function ef(t=Math.random){return t().toString(36).slice(2)}function Re(t){for(;t.child!==null;)t=t.child;return t}var Yk=class d1{_buffer;_index=0;constructor(e){let n;typeof e=="number"?n=e:n=e.length,this._buffer=Array.from({length:n})}get buffer(){return this._buffer}get index(){return this._index}add(e){this._buffer[this._index]=e,this._index=(this._index+1)%this._buffer.length}copy(){const e=new d1([...this._buffer]);return e._index=this._index,e}};function Dr(t){const e={key:t.key,type:t.type};return"family"in t&&(e.family=t.family),e}const Xk=Symbol("counterfeit"),Jk={atom_family:"atom",molecule_family:"molecule",mutable_atom_family:"mutable_atom",readonly_held_selector_family:"readonly_held_selector",readonly_pure_selector_family:"readonly_pure_selector",writable_held_selector_family:"writable_held_selector",writable_pure_selector_family:"writable_pure_selector"};function aS(t,e,n){const r=Ge(e),o=`${t.key}(${r})`,c=Jk[t.type],u={key:o,type:c,family:{key:t.key,subKey:r}};return n&&(u.counterfeit=!0),u}var Xt=class{a;b;cardinality;relations=new Map;contents=new Map;isAType;isBType;isContent;makeContentKey=(t,e)=>`${t}:${e}`;warn;getRelatedKeys(t){return this.relations.get(t)}addRelation(t,e){let n=this.relations.get(t),r=this.relations.get(e);n?n.add(e):(n=new Set([e]),this.relations.set(t,n)),r?r.add(t):(r=new Set([t]),this.relations.set(e,r))}deleteRelation(t,e){const n=this.relations.get(t);if(n){n.delete(e),n.size===0&&this.relations.delete(t);const r=this.relations.get(e);r&&(r.delete(t),r.size===0&&this.relations.delete(e))}}replaceRelationsUnsafely(t,e){this.relations.set(t,new Set(e));for(const n of e){const r=new Set().add(t);this.relations.set(n,r)}}replaceRelationsSafely(t,e){const n=this.relations.get(t);let r=this.isAType?.(t)?t:void 0,o=r===void 0?t:void 0;if(n)for(const c of n){r??=c,o??=c;const u=this.relations.get(c);u&&(u.size===1?this.relations.delete(c):u.delete(t),this.contents.delete(this.makeContentKey(r,o)))}this.relations.set(t,new Set(e));for(const c of e){let u=this.relations.get(c);u?u.add(t):(u=new Set().add(t),this.relations.set(c,u))}}getContentInternal(t){return this.contents.get(t)}setContent(t,e){this.contents.set(t,e)}deleteContent(t){this.contents.delete(t)}constructor(t,e){if(this.a=t.between[0],this.b=t.between[1],this.cardinality=t.cardinality,e?.externalStore||(this.relations=new Map(t.relations?.map(([n,r])=>[n,new Set(r)])),this.contents=new Map(t.contents)),this.isAType=e?.isAType??null,this.isBType=e?.isBType??null,this.isContent=e?.isContent??null,e?.makeContentKey&&(this.makeContentKey=e.makeContentKey),e?.externalStore){const n=e.externalStore;this.has=(r,o)=>n.has(r,o),this.addRelation=(r,o)=>{n.addRelation(r,o)},this.deleteRelation=(r,o)=>{n.deleteRelation(r,o)},this.replaceRelationsSafely=(r,o)=>{n.replaceRelationsSafely(r,o)},this.replaceRelationsUnsafely=(r,o)=>{n.replaceRelationsUnsafely(r,o)},this.getRelatedKeys=(r=>n.getRelatedKeys(r)),n.getContent&&(this.getContentInternal=r=>n.getContent(r),this.setContent=(r,o)=>{n.setContent(r,o)},this.deleteContent=r=>{n.deleteContent(r)});for(const[r,o]of t.relations??[]){let c=this.isAType?.(r)?r:void 0,u=c===void 0?r:void 0;for(const d of o)c??=d,u??=d,this.addRelation(c,u)}for(const[r,o]of t.contents??[])this.setContent(r,o)}e?.warn&&(this.warn=e.warn)}toJSON(){return{between:[this.a,this.b],cardinality:this.cardinality,relations:[...this.relations.entries()].map(([t,e])=>[t,[...e]]),contents:[...this.contents.entries()]}}set(...t){let e,n,r;switch(t.length){case 1:{const o=t[0];e=o[this.a],n=o[this.b],r=void 0;break}case 2:{const o=t[0];typeof o=="string"?[e,n]=t:(e=o[this.a],n=o[this.b],r=t[1]);break}default:e=t[0],n=t[1],r=t[2];break}switch(this.cardinality){case"1:1":{const o=this.getRelatedKey(e);o&&o!==n&&this.delete(e,o)}case"1:n":{const o=this.getRelatedKey(n);o&&o!==e&&this.delete(o,n)}break}if(r){const o=this.makeContentKey(e,n);this.setContent(o,r)}return this.addRelation(e,n),this}delete(t,e){e=typeof e=="string"?e:t[this.b];const n=typeof t=="string"?t:t[this.a];if(n===void 0&&typeof e=="string"){const r=this.getRelatedKeys(e);if(r)for(const o of r)this.delete(o,e)}if(typeof n=="string"&&e===void 0){const r=this.getRelatedKeys(n);if(r)for(const o of r)this.delete(n,o)}if(typeof n=="string"&&typeof e=="string"){this.deleteRelation(n,e);const r=this.makeContentKey(n,e);this.deleteContent(r)}return this}getRelatedKey(t){const e=this.getRelatedKeys(t);if(e){e.size>1&&this.warn?.(`${e.size} related keys were found for key "${t}": (${[...e].map(r=>`"${r}"`).join(", ")}). Only one related key was expected.`);let n;for(const r of e){n=r;break}return n}}replaceRelations(t,e,n){const r=!Array.isArray(e),o=r?Object.keys(e):e;if(n?.reckless?this.replaceRelationsUnsafely(t,o):this.replaceRelationsSafely(t,o),r)for(const c of o){const u=this.makeContentKey(t,c),d=e[c];this.setContent(u,d)}return this}getContent(t,e){const n=this.makeContentKey(t,e);return this.getContentInternal(n)}getRelationEntries(t){const e=t[this.a],n=t[this.b];if(e!==void 0&&n===void 0){const r=this.getRelatedKeys(e);if(r)return[...r].map(o=>[o,this.getContent(e,o)])}if(e===void 0&&n!==void 0){const r=this.getRelatedKeys(n);if(r)return[...r].map(o=>[o,this.getContent(o,n)])}return[]}has(t,e){return e?this.getRelatedKeys(t)?.has(e)??!1:this.relations.has(t)}},Qe=class{Subscriber;subscribers=new Map;subscribe(t,e){return this.subscribers.set(t,e),()=>{this.unsubscribe(t)}}unsubscribe(t){this.subscribers.delete(t)}next(t){const e=this.subscribers.values();for(const n of e)n(t)}},Zk=class extends Qe{state;constructor(t){super(),this.state=t}next(t){this.state=t,super.next(t)}};const Qk=(t,e)=>{const n=Re(t);return n.operation.open?n.operation.prev.get(e.key):n.valueMap.get(e.key)};function h1(t,e,n,r){const o=t.disposalTraces.buffer.find(c=>c?.key===Ge(r));switch(t.logger.error("โŒ",e.type,e.key,"gets a fallback value because key",r,"is not allocated",o?`This key was previously disposed:
10
+ ${o.trace}`:"(no previous disposal trace found)"),n.type){case"mutable_atom_family":{if(t.defaults.has(n.key))return t.defaults.get(n.key);const c=new n.class;return t.defaults.set(n.key,c),c}case"atom_family":{if(t.defaults.has(n.key))return t.defaults.get(n.key);const c=n.default,u=c(r);return t.defaults.set(n.key,u),u}case"readonly_pure_selector_family":case"writable_pure_selector_family":case"readonly_held_selector_family":case"writable_held_selector_family":{if(t.defaults.has(n.key))return t.defaults.get(n.key);const c=n.default(r);return t.defaults.set(n.key,c),c}}}var Np=class extends Promise{fate;resolve;reject;done=!1;constructor(t){let e,n;super((r,o)=>{e=r,n=o}),this.resolve=e,this.reject=n,this.use(t instanceof Promise?t:new Promise(t))}pass(t,e){t===this.fate&&(this.resolve(e),this.done=!0)}fail(t,e){t===this.fate&&(this.reject(e),this.done=!0)}use(t){if(this!==t)if(t instanceof Promise){const e=t;this.fate=e,e.then(n=>{this.pass(e,n)},n=>{this.fail(e,n)})}else this.resolve(t),this.fate=void 0}};function Xi(t){return"epoch"in t.transactionMeta}function ln(t){return"phase"in t.transactionMeta}function p1(t,e){if(t.operation.open){const n=performance.now();return t.logger.info("๐Ÿšซ",e.type,e.key,`deferring setState at T-${n} until setState for "${t.operation.token.key}" is done`),n}return t.operation={open:!0,done:new Set,prev:new Map,timestamp:Date.now(),token:e},t.logger.info("โญ•",e.type,e.key,`operation start in store "${t.config.name}"${ln(t)?` ${t.transactionMeta.phase} "${t.transactionMeta.update.token.key}"`:""}`),t}function m1(t){t.operation.open&&t.logger.info("๐Ÿ”ด",t.operation.token.type,t.operation.token.key,`operation done in store "${t.config.name}"`),t.operation={open:!1},t.on.operationClose.next(t.operation)}const y1=(t,e)=>t.operation.open?t.operation.done.has(e):(t.logger.error("๐Ÿž","unknown",e,"isDone called outside of an operation. This is probably a bug in AtomIO."),!0),tf=(t,e)=>{if(!t.operation.open){t.logger.error("๐Ÿž","unknown",e,"markDone called outside of an operation. This is probably a bug in AtomIO.");return}t.operation.done.add(e)};function qm(t,e){const n=Re(t),{key:r,type:o}=e,c=n.selectorAtoms.getRelatedKeys(r);if(n.logger.info("๐Ÿงน",o,r,c?`evicting ${c.size} states downstream:`:"no downstream states",c??"to evict"),c){n.operation.open&&n.logger.info("๐Ÿงน",o,r,`[ ${[...n.operation.done].join(", ")} ] already done`);for(const u of c)y1(n,u)||(b1(n,u),tf(n,u))}}function g1(t,e){const n=Re(t),r=n.selectorGraph.getRelationEntries({upstreamSelectorKey:e}).filter(([o,{source:c}])=>c===e);for(const[o]of r)y1(n,o)||(b1(n,o),tf(n,o),g1(t,o))}function zi(t,e,n){const{key:r,subject:o,type:c}=e,u=t.valueMap.get(r);if(u instanceof Np&&!u.done){const d=u;return n instanceof Promise?(d.use(n),d):(t.valueMap.set(r,n),n)}if(n instanceof Promise){const d=new Np(n);return t.valueMap.set(r,d),d.then(function(p){if(t.valueMap.get(r)===d){switch(p1(t,e),zi(t,e,p),c){case"atom":case"mutable_atom":qm(t,e);break;case"readonly_pure_selector":case"writable_pure_selector":g1(t,r);break}m1(t),o.next({newValue:p,oldValue:d})}}).catch(h=>{t.logger.error("๐Ÿ’ฅ","state",r,"rejected:",h)}),d}return t.valueMap.set(r,n),n}function Wk(t,e,n){t.logger.info("๐Ÿ“–",e.type,e.key,"reading cached value");let r=t.valueMap.get(e.key);if(n==="mut"&&e.type==="mutable_atom"&&ln(t)){const c=e,{parent:u}=t;if(t.valueMap.hasOwn(c.key))return r;const d=u.valueMap.get(c.key);t.logger.info("๐Ÿ“ƒ","atom",c.key,"copying");const h=d.toJSON(),p=c.class.fromJSON(h);t.valueMap.set(c.key,p),new ty(c,u),r=p}return r}function b1(t,e){const n=t.valueMap.get(e);if(n instanceof Np){const r=t.writableSelectors.get(e)??t.readonlySelectors.get(e);r&&r.getFrom(t);return}t.operation.open&&t.operation.prev.set(e,n),t.valueMap.delete(e),t.logger.info("๐Ÿ—‘","state",e,"evicted")}function Po(t,e,n){if(t.valueMap.has(e.key))return Wk(t,e,n);const{key:r}=e;switch(e.type){case"readonly_held_selector":case"readonly_pure_selector":case"writable_held_selector":case"writable_pure_selector":return t.logger.info("๐Ÿงฎ",e.type,r,"computing value"),e.getFrom(t);case"atom":{let o;e.default instanceof Function?o=e.default():o=e.default;const c=zi(t,e,o);return t.logger.info("๐Ÿ’","atom",e.key,"could not find cached value; using default",o),c}case"mutable_atom":{const o=new e.class,c=zi(t,e,o);return t.logger.info("๐Ÿ’","mutable_atom",e.key,"could not find cached value; using default",o),c}}}function Pm(t,e){return it(t,{key:e.family.key,type:`${e.type}_family`})}const eM=t=>{const e=Re(t);if(!ln(e)){t.logger.warn("๐Ÿž","transaction","???","abortTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}t.logger.info("๐Ÿช‚","transaction",e.transactionMeta.update.token.key,"Aborting transaction"),e.parent.child=null};var v1=class extends Error{constructor(t,e){super(`${Br[t.type]} ${Ge(t.key)} not found in store "${e.config.name}".`)}};function Im(t,e,n){return(...r)=>{const o=it(t,e);if(o)return o.run(r,n);throw new v1(e,t)}}const $p=t=>e=>t instanceof Function?t(e):t;function S1(t,e,[n,r],o){const{key:c,subject:u,type:d}=e,h={oldValue:Ph(n)?n.READONLY_VIEW:n,newValue:Ph(r)?r.READONLY_VIEW:r};if(Xi(t)){switch(d){case"mutable_atom":t.logger.info("๐Ÿ“ข",d,c,"is now (",r,") subscribers:",u.subscribers);break;case"atom":case"writable_pure_selector":case"writable_held_selector":t.logger.info("๐Ÿ“ข",d,c,"went (",n,"->",r,") subscribers:",u.subscribers)}u.next(h)}if(ln(t)&&(d==="mutable_atom"||d==="atom")){if(t.on.transactionApplying.state===null){const p=Dr(e);if(Ph(r))return;const{timestamp:y}=t.operation,g={type:"atom_update",token:p,timestamp:y,update:h};t.transactionMeta.update.subEvents.push(g),t.logger.info("๐Ÿ“","atom",c,"stowed (",n,"->",r,")");return}if(kM(e,"tracker:signal")){const p=c.slice(1),y=t.atoms.get(p);Po(t,y,"mut").do(h.newValue)===null===!0&&qm(t,y)}}}const jp=(t,e,n)=>{const r=Po(t,e,"mut");let o=$p(n)(r);return t.logger.info("๐Ÿ“","atom",e.key,"set to",o),o=zi(t,e,o),tf(t,e.key),qm(t,e),[r,o]};function lS(t,e){switch(e.type){case"mutable_atom":return jp(t,e,new e.class);case"atom":{let n=e.default;return n instanceof Function&&(n=n()),jp(t,e,n)}}}function tM(t,e){let n;switch(e.type){case"atom":case"mutable_atom":n=lS(t,e);break;case"writable_pure_selector":case"writable_held_selector":{const r=e.getFrom(t),o=ku(t,e.key);for(const u of o.values()){const d=lS(t,u);S1(t,e,d)}const c=e.getFrom(t);n=[r,c]}break}return n}function At(t,...e){Gm(t,Bp,...e)}const Ou=Symbol("RESET");function Hm(t,...e){let n,r,o;e.length===1?(n=e[0],At(t,n,Ou)):(r=e[0],o=e[1],At(t,r,o,Ou))}function nM(t,e,n){let r,o,c;const{type:u,key:d}=e;switch(e.type){case"writable_pure_selector":r=e.getFrom(t),o=$p(n)(r),zi(t,e,o);break;case"writable_held_selector":c=e.const,$p(n)(c),r=c,o=c}return t.logger.info("๐Ÿ“",u,d,"setting to",o),tf(t,d),e.setSelf(o),[r,o]}const iM=(t,e,n)=>{let r;switch(e.type){case"atom":case"mutable_atom":r=jp(t,e,n);break;case"writable_pure_selector":case"writable_held_selector":r=nM(t,e,n);break}return r};function rM(t,e,n){const{token:r,update:{newValue:o,oldValue:c}}=e;At(n,r,t==="newValue"?o:c)}function sM(t){const{stack:e}=t;return e?`
11
+ `+e.split(`
12
+ `)?.slice(1)?.join(`
13
+ `):""}function oM(t,e=mt.STORE){const n={key:t,stringKey:Ge(t),dependsOn:"any"};return e.molecules.set(Ge(t),n),t}function vl(t,e,n,r="any"){const o=e,c=Ge(n),u=[],d=Re(t);if(Array.isArray(o))for(const y of o){const g=Ge(y);d.molecules.get(g)?t.moleculeGraph.set(g,c,{source:g}):u.push(g)}else{const y=Ge(o);d.molecules.get(y)?t.moleculeGraph.set(y,c,{source:y}):u.push(y)}u.length===0&&d.molecules.set(c,{key:n,stringKey:c,dependsOn:r});const h={type:"molecule_creation",key:n,provenance:o,timestamp:Date.now()};ln(d)&&d.transactionMeta.phase==="building"?d.transactionMeta.update.subEvents.push(h):d.on.moleculeCreation.next(h);for(const y of u){const g=t.disposalTraces.buffer.find(v=>v?.key===y);t.logger.error("โŒ","key",n,"allocation failed:",`Could not allocate to ${y} in store "${t.config.name}".`,g?`
14
+ ${y} was most recently disposed
15
+ ${g.trace}`:`No previous disposal trace for ${y} was found.`)}return n}function aM(t,e,n,r){const o=`T$--${e}==${n}++${r}`;return vl(t,[n,r],o,"all"),o}function Sl(t,e){const n=Ge(e),r=t.molecules.get(n);if(!r){const S=t.disposalTraces.buffer.find(w=>w?.key===n);t.logger.error("โŒ","key",e,"deallocation failed:",`Could not find allocation for ${n} in store "${t.config.name}".`,S?`
16
+ This state was most recently deallocated
17
+ ${S.trace}`:`No previous disposal trace for ${n} was found.`);return}const o=t.moleculeJoins.getRelatedKeys(r.key);if(o)for(const S of o){const w=t.joins.get(S);w&&(w.relations.delete(r.key),w.molecules.delete(r.stringKey))}t.moleculeJoins.delete(r.stringKey);const c=[],u=[],d={type:"molecule_disposal",key:r.key,values:u,provenance:c,timestamp:Date.now()},h=Re(t);h.molecules.delete(n);const p=ln(h)&&h.transactionMeta.phase==="building";p&&h.transactionMeta.update.subEvents.push(d);const y=t.moleculeGraph.getRelationEntries({downstreamMoleculeKey:r.stringKey});if(y)for(const[S,{source:w}]of y)if(w===r.stringKey){const T=Yi(S);Sl(t,T)}else c.push(w);const g=h.moleculeData.getRelatedKeys(r.stringKey);if(g)for(const S of g){const w=h.families.get(S),T=Ji(t,w,r.key);u.push([w.key,T]),rf(t,T)}h.moleculeGraph.delete(r.stringKey),h.moleculeJoins.delete(r.stringKey),h.moleculeData.delete(r.stringKey),p||h.on.moleculeDisposal.next(d),h.molecules.delete(r.stringKey);const v=sM(new Error);t.disposalTraces.add({key:n,trace:v})}function _u(t,e,n,r){const o=Ge(n),c=Re(t),u=c.molecules.get(o);if(!u){const v=t.disposalTraces.buffer.find(S=>S?.key===o);return t.logger.error("โŒ","key",o,"claim failed:",`Could not allocate to ${o} in store "${t.config.name}".`,v?`
18
+ ${o} was most recently disposed
19
+ ${v.trace}`:`No previous disposal trace for ${o} was found.`),n}const d=Ge(e),h=c.molecules.get(d);if(!h){const v=t.disposalTraces.buffer.find(S=>S?.key===d);return t.logger.error("โŒ","key",n,"claim failed:",`Could not allocate to ${d} in store "${t.config.name}".`,v?`
20
+ ${d} was most recently disposed
21
+ ${v.trace}`:`No previous disposal trace for ${d} was found.`),n}const p=t.moleculeGraph.getRelationEntries({downstreamMoleculeKey:u.stringKey}).filter(([,{source:v}])=>v!==o).map(([v])=>Yi(v));r&&c.moleculeGraph.delete(o),c.moleculeGraph.set({upstreamMoleculeKey:h.stringKey,downstreamMoleculeKey:u.stringKey},{source:h.stringKey});const y={type:"molecule_transfer",key:u.key,exclusive:!!r,from:p,to:[h.key],timestamp:Date.now()};return ln(c)&&c.transactionMeta.phase==="building"&&c.transactionMeta.update.subEvents.push(y),n}function lM(t,e,n){switch(e){case"newValue":x1(t,n);break;case"oldValue":rf(n,t.token);break}}function cM(t,e,n){switch(e){case"newValue":rf(n,t.token);break;case"oldValue":x1(t,n),t.subType==="atom"&&n.valueMap.set(t.token.key,t.value);break}}function x1(t,e){const{family:n}=t.token;if(n){const r=e.families.get(n.key);r&&ms(e,r,Yi(n.subKey),ps)}}function uM(t,e,n){switch(e){case"newValue":vl(n,t.provenance,t.key);break;case"oldValue":Sl(n,t.key);break}}function fM(t,e,n){switch(e){case"newValue":Sl(n,t.key);break;case"oldValue":{const r=t.provenance.map(Yi);vl(n,r,t.key);for(const[o,c]of t.values){const u=n.families.get(o);if(u){ms(n,u,t.key,ps);const d=`${o}(${Ge(t.key)})`;n.valueMap.set(d,c)}}}break}}function dM(t,e,n){switch(e){case"newValue":for(const r of t.to)_u(n,r,t.key,t.exclusive?"exclusive":void 0);break;case"oldValue":{let r="exclusive";for(const o of t.from)_u(n,o,t.key,r),r=void 0}break}}function mo(t,e,n){const r=t==="newValue"?e.subEvents:[...e.subEvents].reverse();for(const o of r)switch(o.type){case"atom_update":rM(t,o,n);break;case"state_creation":lM(o,t,n);break;case"state_disposal":cM(o,t,n);break;case"molecule_creation":uM(o,t,n);break;case"molecule_disposal":fM(o,t,n);break;case"molecule_transfer":dM(o,t,n);break;case"transaction_outcome":mo(t,o,n);break}}function w1(t,e){return t.transactionMeta.actionContinuities.getRelatedKey(e)}function T1(t,e){return t.transactionMeta.epoch.get(e)}function hM(t,e){if(!Xi(t))return;const r=w1(t,e);if(r!==void 0)return T1(t,r)}function Fm(t,e,n){Xi(t)&&e&&t.transactionMeta.epoch.set(e,n)}function pM(t,e,n){if(!Xi(t))return;const o=w1(t,e);o!==void 0&&t.transactionMeta.epoch.set(o,n)}const mM=(t,e)=>{const n=Re(e),{parent:r}=n;if(r===null||!ln(n)||n.transactionMeta?.phase!=="building"){e.logger.warn("๐Ÿž","transaction","???","applyTransaction called outside of a transaction. This is probably a bug in AtomIO.");return}n.transactionMeta.phase="applying",n.transactionMeta.update.output=t,r.child=null,r.on.transactionApplying.next(n.transactionMeta);const{subEvents:o}=n.transactionMeta.update;e.logger.info("๐Ÿ›„","transaction",n.transactionMeta.update.token.key,`Applying transaction with ${o.length} updates:`,o),mo("newValue",n.transactionMeta.update,r),Xi(r)?(pM(r,n.transactionMeta.update.token.key,n.transactionMeta.update.epoch),it(e,{key:n.transactionMeta.update.token.key,type:"transaction"})?.subject.next(n.transactionMeta.update),e.logger.info("๐Ÿ›ฌ","transaction",n.transactionMeta.update.token.key,"Finished applying transaction.")):ln(r)&&r.transactionMeta.update.subEvents.push(n.transactionMeta.update),r.on.transactionApplying.next(null)};function A1(t,e,n){if(!Xi(t))return;const{epoch:o,actionContinuities:c}=t.transactionMeta;c.set(e,n),o.has(e)||o.set(e,-1)}function yM(t){return{store:t}}var ri=class extends Map{deleted=new Set;source;constructor(t){super(),this.source=t}get(t){if(super.has(t))return super.get(t);if(!this.deleted.has(t)&&this.source.has(t))return this.source.get(t)}set(t,e){return this.deleted.delete(t),super.set(t,e)}hasOwn(t){return super.has(t)}has(t){return!this.deleted.has(t)&&(super.has(t)||this.source.has(t))}delete(t){return this.deleted.add(t),super.delete(t)}};const gM=(t,e,n,r)=>{const o=Re(t),c={parent:o,child:null,on:o.on,loggers:o.loggers,logger:o.logger,config:o.config,atoms:new ri(o.atoms),atomsThatAreDefault:new Set(o.atomsThatAreDefault),families:new ri(o.families),joins:new ri(o.joins),operation:{open:!1},readonlySelectors:new ri(o.readonlySelectors),timelines:new ri(o.timelines),timelineTopics:new Xt(o.timelineTopics.toJSON()),trackers:new Map,transactions:new ri(o.transactions),selectorAtoms:new Xt(o.selectorAtoms.toJSON()),selectorGraph:new Xt(o.selectorGraph.toJSON(),{makeContentKey:(...p)=>p.sort().join(":")}),writableSelectors:new ri(o.writableSelectors),valueMap:new ri(o.valueMap),defaults:o.defaults,disposalTraces:t.disposalTraces.copy(),molecules:new ri(o.molecules),moleculeGraph:new Xt(o.moleculeGraph.toJSON(),{makeContentKey:o.moleculeGraph.makeContentKey}),moleculeData:new Xt(o.moleculeData.toJSON(),{makeContentKey:o.moleculeData.makeContentKey}),moleculeJoins:new Xt(o.moleculeJoins.toJSON(),{makeContentKey:o.moleculeJoins.makeContentKey}),miscResources:new ri(o.miscResources)},u=hM(t,e.key),d={phase:"building",update:{type:"transaction_outcome",token:e,id:r,epoch:u===void 0?NaN:u+1,timestamp:Date.now(),subEvents:[],params:n,output:void 0},toolkit:{get:((...p)=>Un(h,...p)),set:((...p)=>{At(h,...p)}),reset:((...p)=>{Hm(h,...p)}),run:(p,y=ef())=>Im(h,p,y),find:((...p)=>Ji(t,...p)),json:p=>Ss(h,p),dispose:((...p)=>{rf(h,...p)}),env:()=>yM(h)}},h=Object.assign(c,{transactionMeta:d});return o.child=h,t.logger.info("๐Ÿ›ซ","transaction",e.key,"Building transaction with params:",n),h};function E1(t,e){const{key:n}=e,r=t.transactions.has(n),o={key:n,type:"transaction",run:(d,h)=>{const p=Dr(o),y=gM(t,p,d,h);try{const g=Re(t),{toolkit:v}=y.transactionMeta,S=e.do(v,...d);return mM(S,g),S}catch(g){throw eM(c),t.logger.warn("๐Ÿ’ฅ","transaction",n,"caught:",g),g}},install:d=>E1(d,e),subject:new Qe},c=Re(t);c.transactions.set(n,o);const u=Dr(o);return r||t.on.transactionCreation.next(u),u}function bM(t,e,n){return it(t,e)(n)}const ps=Symbol("MUST_NOT_EXIST");function ms(t,e,n,r){let o,c;switch(r){case ps:c=!0;break;case void 0:c=!1;break}const u=Ge(n),d=t.molecules.get(u);if(!d&&t.config.lifespan==="immortal"){const h=aS(e,n,Xk);return t.logger.warn("๐Ÿ’ฃ","key",u,"was used to mint a counterfeit token for",e.type,`"${e.key}"`),h}if(c){o=bM(t,e,n);const h=Re(t);if(o.family)if(Xi(h))switch(o.type){case"atom":case"mutable_atom":t.on.atomCreation.next(o);break;case"writable_pure_selector":case"readonly_pure_selector":case"writable_held_selector":case"readonly_held_selector":t.on.selectorCreation.next(o);break}else ln(h)&&h.on.transactionApplying.state===null&&h.transactionMeta.update.subEvents.push({type:"state_creation",token:o,timestamp:Date.now()});d&&h.moleculeData.set(u,e.key)}else o=aS(e,n);return o}const Bp=Symbol("OWN_OP"),vM=Symbol("JOIN_OP");function Gm(t,e,...n){let r,o,c,u,d,h;n.length===2?(c=n[0],h=n[1],"family"in c&&(u=Pm(t,c),d=Yi(c.family.subKey),r=cl(t,u,d),r?c=r:(o=ms(t,u,d,ps),c=o))):(u=n[0],d=n[1],h=n[2],r=cl(t,u,d),r?c=r:(o=ms(t,u,d,ps),c=o));const p=h===Ou?"reset":"set";let y;if(e===Bp){const S=p1(t,c);if(typeof S=="number"){const T=S,D=t.on.operationClose.subscribe(`waiting to ${p} "${c.key}" at T-${T}`,function(){D(),t.logger.info("๐ŸŸข",c.type,c.key,"resuming deferred",p,`from T-${T}`),Gm(t,e,c,h)});return}y=S}else y=t;if("counterfeit"in c&&"family"in c){const S=c.family.subKey,w=t.disposalTraces.buffer.find(T=>T?.key===S);t.logger.error("โŒ",c.type,c.key,"could not be",p,"because key",S,"is not allocated.",w?`this key was previously disposed:${w.trace}`:"(no previous disposal trace found)");return}const g=it(y,c);let v;h===Ou?v=tM(y,g):v=iM(y,g,h),S1(y,g,v),e===Bp&&m1(y)}const R1=(t,e)=>Re(t).atoms.has(e),SM=(t,e)=>Re(t).writableSelectors.has(e),xM=(t,e)=>Re(t).readonlySelectors.has(e),wM=(t,e)=>R1(t,e)||SM(t,e)||xM(t,e);function cS(t,e){return Re(t).selectorGraph.getRelationEntries({downstreamSelectorKey:e}).filter(([r,{source:o}])=>o!==e).map(([r,{source:o}])=>o).filter(r=>wM(t,r))}function ku(t,e,n=new Set){const r=cS(t,e),o=new Map;for(;r.length>0;){const c=r.pop();if(!n.has(c))if(n.add(c),R1(t,c)){const u=t.atoms.get(c);o.set(u.key,u)}else r.push(...cS(t,c))}return o}function TM(t,e,n,r,o){const c=Re(t),{type:u,key:d}=r;if(u==="atom"||u==="mutable_atom")c.selectorAtoms.set({selectorKey:n,atomKey:d}),t.logger.info("๐Ÿ”",e,n,`discovers root atom "${d}"`);else{const h=ku(t,d,o);t.logger.info("๐Ÿ”",e,n,`discovers root atoms: [ ${[...h.values()].map(p=>`"${p.key}"`).join(", ")} ]`);for(const{key:p}of h.values())c.selectorAtoms=c.selectorAtoms.set({selectorKey:n,atomKey:p})}o.add(d)}function nf(t,e,n,r){return{get:(...o)=>{const c=Re(t),{token:u,familyToken:d,subKey:h}=ey(t,...o);let p;if("counterfeit"in u&&d&&h){const y=it(t,d);p=h1(t,u,y,h)}else{const y=it(t,u);p=Po(t,y)}return t.logger.info("๐Ÿ”Œ",e,n,`registers dependency ( "${u.key}" =`,p,")"),c.selectorGraph.set({upstreamSelectorKey:u.key,downstreamSelectorKey:n},{source:u.key}),TM(t,e,n,u,r),p},set:((...o)=>{const c=Re(t);Gm(c,vM,...o)}),find:((...o)=>Ji(t,...o)),json:o=>Ss(t,o)}}function Ym(t,e,n){const r=Re(t),o=new Qe,c=new Set,{key:u,const:d}=e,h="readonly_held_selector",{get:p,find:y,json:g}=nf(r,h,u,c),S={...e,type:h,subject:o,getFrom:T=>{const D=T.selectorGraph.getRelationEntries({downstreamSelectorKey:u});for(const[C,{source:O}]of D)O!==u&&T.selectorGraph.delete(C,u);return T.selectorAtoms.delete(u),e.get({get:p,find:y,json:g},d),zi(T,S,d),c.clear(),d},install:T=>Ym(T,e,n)};n&&(S.family=n),r.readonlySelectors.set(u,S),t.logger.info("โœจ",h,u,"=",d);const w={key:u,type:h};return n&&(w.family=n),w}function Xm(t,e,n){const r=Re(t),o=new Qe,c=new Set,u=e.key,d="readonly_pure_selector",{get:h,find:p,json:y}=nf(r,d,u,c),v={...e,type:d,subject:o,getFrom:()=>{const w=Re(t),T=w.selectorGraph.getRelationEntries({downstreamSelectorKey:u});for(const[O,{source:M}]of T)M!==u&&w.selectorGraph.delete(O,u);w.selectorAtoms.delete(u);const D=e.get({get:h,find:p,json:y}),C=zi(w,v,D);return t.logger.info("โœจ",d,u,"=",C),c.clear(),C},install:w=>Xm(w,e,n)};n&&(v.family=n),r.readonlySelectors.set(u,v);const S={key:u,type:d};return n&&(S.family=n),S}function Jm(t,e,n){const r=Re(t),o=new Qe,c=new Set,{key:u,const:d}=e,h="writable_held_selector",p=nf(r,h,u,c),{find:y,get:g,json:v}=p,S={find:y,get:g,json:v},D={...e,type:h,subject:o,getFrom:O=>{const M=O.selectorGraph.getRelationEntries({downstreamSelectorKey:u});for(const[j,{source:_}]of M)_!==u&&O.selectorGraph.delete(j,u);return O.selectorAtoms.delete(u),e.get(S,d),zi(O,D,d),t.logger.info("โœจ",h,u,"=",d),c.clear(),d},setSelf:()=>{e.set(p,d)},install:O=>Jm(O,e,n)};n&&(D.family=n),r.writableSelectors.set(u,D);const C={key:u,type:h};return n&&(C.family=n),C}function Zm(t,e,n){const r=Re(t),o=new Qe,c=new Set,u=e.key,d="writable_pure_selector",h=nf(r,d,u,c),{find:p,get:y,json:g}=h,v={find:p,get:y,json:g},S=O=>{const M=O.selectorGraph.getRelationEntries({downstreamSelectorKey:u});for(const[J,{source:H}]of M)H!==u&&O.selectorGraph.delete(J,u);O.selectorAtoms.delete(u);const j=e.get(v),_=zi(O,T,j);return t.logger.info("โœจ",d,u,"=",_),c.clear(),_},T={...e,type:d,subject:o,getFrom:S,setSelf:O=>{e.set(h,O)},install:O=>Zm(O,e,n)};n&&(T.family=n),r.writableSelectors.set(u,T);const D=S(r);t.logger.info("โœจ",T.type,T.key,"=",D);const C={key:u,type:d};return n&&(C.family=n),C}function O1(t,e){const n="set"in e,r="const"in e;if(r&&n){const c=Jm(t,e,void 0);return t.on.selectorCreation.next(c),c}if(r){const c=Ym(t,e,void 0);return t.on.selectorCreation.next(c),c}if(n){const c=Zm(t,e,void 0);return t.on.selectorCreation.next(c),c}const o=Xm(t,e,void 0);return t.on.selectorCreation.next(o),o}function AM(t,e){const n=Re(t),{key:r,type:o,family:c}=e;if(!c)t.logger.error("โŒ",o,r,"Standalone selectors cannot be disposed.");else{n.molecules.get(c.subKey)&&n.moleculeData.delete(c.subKey,c.key);let d;switch(e.type){case"writable_held_selector":n.writableSelectors.delete(r),d={key:c.key,type:"writable_held_selector_family"},it(t,d).subject.next({type:"state_disposal",subType:"selector",token:e,timestamp:Date.now()});break;case"writable_pure_selector":n.writableSelectors.delete(r),d={key:c.key,type:"writable_pure_selector_family"},it(t,d).subject.next({type:"state_disposal",subType:"selector",token:e,timestamp:Date.now()});break;case"readonly_held_selector":n.readonlySelectors.delete(r),d={key:c.key,type:"readonly_held_selector_family"},it(t,d).subject.next({type:"state_disposal",subType:"selector",token:e,timestamp:Date.now()});break;case"readonly_pure_selector":n.readonlySelectors.delete(r),d={key:c.key,type:"readonly_pure_selector_family"},it(t,d).subject.next({type:"state_disposal",subType:"selector",token:e,timestamp:Date.now()});break}n.valueMap.delete(r),n.selectorAtoms.delete(r),n.selectorGraph.delete(r),n.moleculeData.delete(c.key,c.subKey),t.logger.info("๐Ÿ”ฅ",e.type,r,"deleted"),ln(n)&&n.transactionMeta.phase==="building"?n.transactionMeta.update.subEvents.push({type:"state_disposal",subType:"selector",token:e,timestamp:Date.now()}):t.on.selectorDisposal.next(e)}}function yo(t,e,n){const r=e.key,o="readonly_pure_selector_family",c={key:r,type:o},u=t.families.get(r);u&&t.logger.error("โ—",o,r,`Overwriting an existing ${Br[u.type]} "${u.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const d=new Qe,p=Object.assign(y=>{const g=Ge(y),v={key:r,subKey:g},S=`${r}(${g})`,w=Re(t),T=Xm(w,{key:S,get:e.get(y)},v);return d.next({type:"state_creation",token:T,timestamp:Date.now()}),T},c,{internalRoles:n,subject:d,install:y=>yo(y,e),default:y=>e.get(y)({get:((...v)=>Un(t,...v)),find:((...v)=>Ji(t,...v)),json:v=>Ss(t,v)})});return t.families.set(r,p),c}function Qm(t,e,n){const r={key:e.key,type:"atom_family"},o=t.families.get(e.key);o&&t.logger.error("โ—","atom_family",e.key,`Overwriting an existing ${Br[o.type]} "${o.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const c=new Qe,d=Object.assign(h=>{const p=Ge(h),y={key:e.key,subKey:p},g=`${e.key}(${p})`,v=Re(t),S=e.default,w={key:g,default:S instanceof Function?()=>S(h):S};e.effects&&(w.effects=e.effects(h));const T=sf(v,w,y);return c.next({type:"state_creation",token:T,timestamp:Date.now()}),T},r,{default:e.default,subject:c,install:h=>Qm(h,e),internalRoles:n});return t.families.set(e.key,d),e.default instanceof Function||t.defaults.set(e.key,e.default),r}function _1(t,e,n){const r=e.key,o="readonly_held_selector_family",c={key:r,type:o},u=t.families.get(r);u&&t.logger.error("โ—",o,r,`Overwriting an existing ${Br[u.type]} "${u.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const d=new Qe,p=Object.assign(y=>{const g=Ge(y),v={key:r,subKey:g},S=`${r}(${g})`,w=Re(t),T=Ym(w,{key:S,const:e.const(y),get:e.get(y)},v);return d.next({type:"state_creation",token:T,timestamp:Date.now()}),T},c,{internalRoles:n,subject:d,install:y=>_1(y,e),default:e.const});return t.families.set(r,p),c}function k1(t,e,n){const r=e.key,o="writable_held_selector_family",c={key:r,type:o},u=t.families.get(r);u&&t.logger.error("โ—",o,r,`Overwriting an existing ${Br[u.type]} "${u.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const d=new Qe,p=Object.assign(y=>{const g=Ge(y),v={key:r,subKey:g},S=`${r}(${g})`,w=Re(t),T=Jm(w,{key:S,const:e.const(y),get:e.get(y),set:e.set(y)},v);return d.next({type:"state_creation",token:T,timestamp:Date.now()}),T},c,{internalRoles:n,subject:d,install:y=>k1(y,e),default:e.const});return t.families.set(r,p),c}function Wm(t,e,n){const r=e.key,o="writable_pure_selector_family",c={key:r,type:o},u=t.families.get(r);u&&t.logger.error("โ—",o,r,`Overwriting an existing ${Br[u.type]} "${u.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const d=new Qe,p=Object.assign(y=>{const g=Ge(y),v={key:r,subKey:g},S=`${r}(${g})`,w=Re(t),T=Zm(w,{key:S,get:e.get(y),set:e.set(y)},v);return d.next({type:"state_creation",token:T,timestamp:Date.now()}),T},c,{internalRoles:n,subject:d,install:y=>Wm(y,e),default:y=>e.get(y)({get:((...v)=>Un(t,...v)),find:((...v)=>Ji(t,...v)),json:v=>Ss(t,v)})});return t.families.set(r,p),c}function EM(t,e){const n="set"in e,r="const"in e;return r&&n?k1(t,e,void 0):r?_1(t,e,void 0):n?Wm(t,e):yo(t,e)}function cl(t,e,n){const r=Ge(n),o=`${e.key}(${r})`,c=Re(t);let u;switch(e.type){case"atom_family":case"mutable_atom_family":u=c.atoms.get(o);break;case"writable_held_selector_family":case"writable_pure_selector_family":u=c.writableSelectors.get(o);break;case"readonly_held_selector_family":case"readonly_pure_selector_family":u=c.readonlySelectors.get(o);break}return u&&Dr(u)}function Ji(t,e,n){it(t,e);const r=cl(t,e,n);return r||ms(t,e,n)}function rf(t,...e){let n;if(e.length===1)n=e[0];else{const r=e[0],o=e[1];n=Ji(t,r,o)}try{it(t,n)}catch{t.logger.error("โŒ",n.type,n.key,`could not be disposed because it was not found in the store "${t.config.name}".`);return}switch(n.type){case"atom":case"mutable_atom":iy(t,n);break;case"writable_pure_selector":case"readonly_pure_selector":case"writable_held_selector":case"readonly_held_selector":AM(t,n);break}}function ey(t,...e){let n,r,o,c,u;if(e.length===1){if(u=e[0],"family"in u){if(o=Pm(t,u),it(t,o),c=Yi(u.family.subKey),n=cl(t,o,c),"counterfeit"in u)return{token:u,familyToken:o,subKey:c,isNew:!1};n?u=n:(r=ms(t,o,c,ps),u=r)}}else o=e[0],c=e[1],n=cl(t,o,c),n?u=n:(r=ms(t,o,c,ps),u=r);return{token:u,familyToken:o,subKey:c,isNew:!!r}}function Un(t,...e){const{token:n,familyToken:r,subKey:o}=ey(t,...e);if("counterfeit"in n&&r&&o){const u=it(t,r);return h1(t,n,u,o)}const c=it(t,n);return Po(t,c)}const uS=(t,e,n)=>n.subject.subscribe(`${e.type}:${e.key}`,r=>{t.logger.info("๐Ÿ“ข",e.type,e.key,"root",n.key,"went",r.oldValue,"->",r.newValue);const o=Qk(t,e),c=Po(t,e);t.logger.info("โœจ",e.type,e.key,"went",o,"->",c),e.subject.next({newValue:c,oldValue:o})});function Co(t,e,n,r){function o(g){if(t.operation.open){const v=t.on.operationClose.subscribe(`state subscription ${n}`,()=>{v(),r(g)})}else r(g)}ey(t,e);const c=it(t,e);t.logger.info("๐Ÿ‘€",c.type,c.key,`Adding subscription "${n}"`);const u=c.type==="writable_pure_selector"||c.type==="readonly_pure_selector",d=new Map;let h=o;if(u){Po(t,c);for(const[g,v]of ku(t,c.key))d.set(g,uS(t,c,v));h=function(v){const S=ku(t,c.key);for(const[w,T]of d)S.get(w)?S.delete(w):(T(),d.delete(w));for(const[w,T]of S)d.set(w,uS(t,c,T));o(v)}}const p=c.subject.subscribe(n,h);return()=>{t.logger.info("๐Ÿ™ˆ",c.type,c.key,`Removing subscription "${n}"`),p();for(const g of d.values())g()}}function it(t,e){let n,r=t;for(;r!==null;){switch(e.type){case"atom":case"mutable_atom":n=r.atoms.get(e.key);break;case"writable_pure_selector":case"writable_held_selector":n=r.writableSelectors.get(e.key);break;case"readonly_pure_selector":case"readonly_held_selector":n=r.readonlySelectors.get(e.key);break;case"atom_family":case"mutable_atom_family":case"writable_pure_selector_family":case"readonly_pure_selector_family":case"writable_held_selector_family":case"readonly_held_selector_family":n=r.families.get(e.key);break;case"timeline":n=r.timelines.get(e.key);break;case"transaction":n=r.transactions.get(e.key);break}if(n)return n;r=r.child}throw new v1(e,t)}const M1=(t,e,n,r)=>{const o=it(t,e);t.logger.info("๐Ÿ‘€","timeline",e.key,`Adding subscription "${n}"`);const c=o.subject.subscribe(n,r);return()=>{t.logger.info("๐Ÿ™ˆ","timeline",e.key,`Removing subscription "${n}" from timeline`),c()}},C1=(t,e,n,r)=>{const o=it(t,e);t.logger.info("๐Ÿ‘€","transaction",e.key,`Adding subscription "${n}"`);const c=o.subject.subscribe(n,r);return()=>{t.logger.info("๐Ÿ™ˆ","transaction",e.key,`Removing subscription "${n}"`),c()}};function RM(t,e,n,r=ef()){switch(e.type){case"atom":case"mutable_atom":case"readonly_pure_selector":case"readonly_held_selector":case"writable_pure_selector":case"writable_held_selector":return Co(t,e,r,n);case"transaction":return C1(t,e,r,n);case"timeline":return M1(t,e,r,n)}}var ty=class{initializeSignalAtom(t,e){const n=`*${t.key}`;e.atoms.delete(n),e.valueMap.delete(n);const r=t.family?{key:`*${t.family.key}`,subKey:t.family.subKey}:void 0,o=sf(e,{key:n,default:null},r,["tracker:signal"]);if(e.parent?.valueMap.has(n)){const c=e.parent.valueMap.get(n);e.valueMap.set(n,c)}return o}unsubscribeFromInnerValue;unsubscribeFromState;captureSignalsFromCore(t,e,n){const r=t.key,o=n.config.name,c=ln(n)?n.transactionMeta.update.token.key:"main",u=`tracker:${o}:${c}:${r}`,d=p=>{At(n,e,p)},h=Un(n,t);this.unsubscribeFromInnerValue=h.subscribe(u,d),this.unsubscribeFromState=Co(n,t,u,(function(y){y.newValue!==y.oldValue&&(this.unsubscribeFromInnerValue(),this.unsubscribeFromInnerValue=y.newValue.subscribe(u,d))}).bind(this))}supplySignalsToCore(t,e,n){const r=`tracker:${n.config.name}:${ln(n)?n.transactionMeta.update.token.key:"main"}:${t.key}`;Co(n,e,r,function({newValue:c,oldValue:u}){const d=n.timelineTopics.getRelatedKey(e.key);if(d&&n.timelines.get(d)?.timeTraveling){const g=M1(n,{key:d,type:"timeline"},r,function(S){g(),At(n,t,w=>(S==="redo"&&c?w.do(c):S==="undo"&&u&&w.undo(u),w))});return}const h=Un(n,t),p=h.getUpdateNumber(c),y=p-h.cacheUpdateNumber;if(c&&y===1)At(n,t,g=>(g.do(c),g));else{const g=h.cacheUpdateNumber+1;n.logger.info("โŒ","mutable_atom",t.key,"could not be updated. Expected update number",g,"but got",p)}})}mutableAtomToken;latestSignalToken;[Symbol.dispose];constructor(t,e){const n=Re(e),r=this.initializeSignalAtom(t,n);this.mutableAtomToken=t,this.latestSignalToken=r,this.captureSignalsFromCore(t,r,n),this.supplySignalsToCore(t,r,n),n.trackers.set(t.key,this),this[Symbol.dispose]=()=>{this.unsubscribeFromInnerValue(),this.unsubscribeFromState(),n.trackers.delete(t.key)}}};function ny(t,e,n){t.logger.info("๐Ÿ”จ","atom",e.key,`creating in store "${t.config.name}"`);const r=Re(t),{key:o}=e,c=r.atoms.get(o),u="mutable_atom";if(c&&c.type===u)return t.logger.error("โŒ",u,o,"Tried to create atom, but it already exists in the store."),Dr(c);const d=new Qe,h={...e,type:u,install:y=>(y.logger.info("๐Ÿ› ๏ธ","atom",o,`installing in store "${y.config.name}"`),ny(y,e,n)),subject:d};n&&(h.family=n),r.atoms.set(h.key,h);const p=Dr(h);if(e.effects){let y=0;const g=[];for(const v of e.effects){const S=v({resetSelf:()=>{Hm(t,p)},setSelf:w=>{At(t,p,w)},onSet:w=>Co(t,p,`effect[${y}]`,w)});S&&g.push(S),++y}h.cleanup=()=>{for(const v of g)v()}}return new ty(p,t),n||O1(t,{key:`${o}:JSON`,get:({get:y})=>y(p).toJSON(),set:({set:y},g)=>{y(p,e.class.fromJSON(g))}}),t.on.atomCreation.next(p),p}var OM=class{trackers=new Map;latestSignalAtoms;mutableAtoms;constructor(t,e){const n=Qm(e,{key:`*${t.key}`,default:null},["mutable","updates"]);this.latestSignalAtoms=it(e,n),this.mutableAtoms=t;const r=o=>{const{type:c,token:u}=o;if(u.family){const d=Yi(u.family.subKey);switch(c){case"state_creation":this.trackers.set(d,new ty(u,e));break;case"state_disposal":{const h=this.trackers.get(d);h&&(h[Symbol.dispose](),this.trackers.delete(d))}}}};this.mutableAtoms.subject.subscribe(`store=${e.config.name}::tracker-atom-family`,r)}};function D1(t,e,n){const r={key:e.key,type:"mutable_atom_family"},o=t.families.get(e.key);o&&t.logger.error("โ—","mutable_atom_family",e.key,`Overwriting an existing ${Br[o.type]} "${o.key}" in store "${t.config.name}". You can safely ignore this warning if it is due to hot module replacement.`);const c=new Qe,d=Object.assign(h=>{const p=Ge(h),y={key:e.key,subKey:p},g=`${e.key}(${p})`,v=Re(t),S={key:g,class:e.class};e.effects&&(S.effects=e.effects(h));const w=ny(v,S,y);return c.next({type:"state_creation",token:w,timestamp:Date.now()}),w},r,{class:e.class,subject:c,install:h=>D1(h,e),internalRoles:n});return t.families.set(e.key,d),Wm(t,{key:`${e.key}:JSON`,get:h=>({get:p})=>p(r,h).toJSON(),set:h=>({set:p},y)=>{p(r,h,e.class.fromJSON(y))}},["mutable","json"]),new OM(d,t),r}const fS=(t,e)=>{const n=Re(e),r=`${t.key}:JSON`;return n.families.get(r)},Ss=(t,e)=>{if(e.family){const r=Re(t),c={key:`${e.family.key}:JSON`,type:"writable_pure_selector_family"},u=it(r,c),d=Yi(e.family.subKey);return Ji(t,u,d)}return{type:"writable_pure_selector",key:`${e.key}:JSON`}},N1=t=>{const n={type:"atom",key:`*${t.key}`};return t.family&&(n.family={key:`*${t.family.key}`,subKey:t.family.subKey}),n};function Ph(t){return typeof t=="object"&&t!==null&&"do"in t&&"undo"in t&&"subscribe"in t&&"cacheUpdateNumber"in t&&"getUpdateNumber"in t&&"READONLY_VIEW"in t&&"toJSON"in t}var _M=class{parent=null;child=null;valueMap=new Map;defaults=new Map;atoms=new Map;writableSelectors=new Map;readonlySelectors=new Map;atomsThatAreDefault=new Set;selectorAtoms=new Xt({between:["selectorKey","atomKey"],cardinality:"n:n"});selectorGraph=new Xt({between:["upstreamSelectorKey","downstreamSelectorKey"],cardinality:"n:n"},{makeContentKey:(...t)=>t.sort().join(":")});trackers=new Map;families=new Map;joins=new Map;transactions=new Map;transactionMeta={epoch:new Map,actionContinuities:new Xt({between:["continuity","action"],cardinality:"1:n"})};timelines=new Map;timelineTopics=new Xt({between:["timelineKey","topicKey"],cardinality:"1:n"});disposalTraces=new Yk(100);molecules=new Map;moleculeJoins=new Xt({between:["moleculeKey","joinKey"],cardinality:"n:n"},{makeContentKey:(...t)=>t.sort().join(":")});moleculeGraph=new Xt({between:["upstreamMoleculeKey","downstreamMoleculeKey"],cardinality:"n:n"},{makeContentKey:(...t)=>t.sort().join(":")});moleculeData=new Xt({between:["moleculeKey","stateFamilyKey"],cardinality:"n:n"},{makeContentKey:(...t)=>t.sort().join(":")});miscResources=new Map;on={atomCreation:new Qe,atomDisposal:new Qe,selectorCreation:new Qe,selectorDisposal:new Qe,timelineCreation:new Qe,transactionCreation:new Qe,transactionApplying:new Zk(null),operationClose:new Qe,moleculeCreation:new Qe,moleculeDisposal:new Qe};operation={open:!1};config={name:"IMPLICIT_STORE",lifespan:"ephemeral"};loggers=[new Kk("warn",(t,e,n)=>!NM(n))];logger={error:(...t)=>{for(const e of this.loggers)e.error(...t)},info:(...t)=>{for(const e of this.loggers)e.info(...t)},warn:(...t)=>{for(const e of this.loggers)e.warn(...t)}};constructor(t,e=null){if(this.config={...e?.config,...t},e!==null){this.operation={...e?.operation},Xi(e)&&(this.transactionMeta={epoch:new Map(e?.transactionMeta.epoch),actionContinuities:new Xt(e?.transactionMeta.actionContinuities.toJSON())});for(const[,r]of e.families)r.internalRoles?.includes("mutable")||r.internalRoles?.includes("join")||r.install(this);const n=new Set;for(const[,r]of e.atoms)if(!n.has(r.key)&&(r.install(this),r.type==="mutable_atom")){const o=Ss(e,r),c=N1(r);n.add(o.key),n.add(c.key)}for(const[,r]of e.readonlySelectors)r.install(this);for(const[,r]of e.writableSelectors)n.has(r.key)||r.install(this);for(const[,r]of e.transactions)r.install(this);for(const[,r]of e.timelines)r.install(this)}}};const mt={get STORE(){return globalThis.ATOM_IO_IMPLICIT_STORE??=new _M({name:"IMPLICIT_STORE",lifespan:"ephemeral"}),globalThis.ATOM_IO_IMPLICIT_STORE}};function sf(t,e,n,r){const o="atom",{key:c}=e;t.logger.info("๐Ÿ”จ","atom",c,`creating in store "${t.config.name}"`);const u=Re(t),d=u.atoms.get(c);if(d&&d.type===o)return t.logger.error("โŒ","atom",c,"Tried to create atom, but it already exists in the store."),Dr(d);const h=new Qe,p={...e,type:o,install:g=>(g.logger.info("๐Ÿ› ๏ธ",o,c,`installing in store "${g.config.name}"`),sf(g,e,n)),subject:h};n&&(p.family=n),r&&(p.internalRoles=r),u.atoms.set(c,p);const y=Dr(p);if(e.effects){let g=0;const v=[];for(const S of e.effects){const w=S({resetSelf:()=>{Hm(t,y)},setSelf:T=>{At(t,y,T)},onSet:T=>Co(t,y,`effect[${g}]`,T)});w&&v.push(w),++g}p.cleanup=()=>{for(const S of v)S()}}return t.on.atomCreation.next(y),y}function iy(t,e){const n=Re(t),{key:r,family:o}=e,c=it(n,e);if(!o)t.logger.error("โŒ","atom",r,"Standalone atoms cannot be disposed.");else{c.cleanup?.();const u=t.valueMap.get(c.key),d=Pm(t,e),p=it(t,d).subject,y={type:"state_disposal",subType:"atom",token:e,value:u,timestamp:Date.now()};p.next(y);const g=ln(n);if(n.atoms.delete(r),n.valueMap.delete(r),n.selectorAtoms.delete(r),n.atomsThatAreDefault.delete(r),n.moleculeData.delete(o.key,o.subKey),t.timelineTopics.delete(r),e.type==="mutable_atom"){const v=N1(e);iy(t,v),t.trackers.delete(r)}if(t.logger.info("๐Ÿ”ฅ","atom",r,"deleted"),g&&n.transactionMeta.phase==="building"){const v=n.transactionMeta.update.subEvents.at(-1);v?.type==="molecule_disposal"&&v.values.some(([T])=>T===c.family?.key)||n.transactionMeta.update.subEvents.push(y)}else t.on.atomDisposal.next(e)}}function kM(t,e){return"internalRoles"in t?t.internalRoles.includes(e):!1}function bn(t){return t[0].toUpperCase()+t.slice(1)}var $1=class{toolkit;options;defaultContent;molecules=new Map;relations;states;core;transact(t,e){const n=this.toolkit;this.toolkit=t,e(this),this.toolkit=n}store;realm;[Symbol.dispose](){}constructor(t,e,n=mt.STORE){this.store=n,this.realm=new Pk(n),this.options=t,this.defaultContent=e,this.store.miscResources.set(`join:${t.key}`,this),this.realm.allocate("root",t.key),this.toolkit={get:((...j)=>Un(n,...j)),set:((...j)=>{At(n,...j)}),find:((...j)=>Ji(n,...j)),json:j=>Ss(n,j)};const r=t.between[0],o=t.between[1],c=D1(n,{key:`${t.key}/relatedKeys`,class:Km},["join","relations"]);this.core={relatedKeysAtoms:c};const u=({get:j},_)=>j(c,_),d=({set:j},_,J)=>{this.store.molecules.has(Ge(_))||this.realm.allocate(t.key,_),j(c,_,H=>H.add(J)),j(c,J,H=>H.add(_))},h=({set:j},_,J)=>{j(c,_,H=>(H.delete(J),H)),j(c,J,H=>(H.delete(_),H))},p=(j,_,J)=>{const{find:H,get:F,set:ie}=j,oe=H(c,_),fe=F(oe);for(const ge of fe)J.includes(ge)||ie(c,ge,Q=>(Q.delete(_),Q));ie(oe,ge=>(ge.transaction(be=>{be.clear();for(const Q of J){const W=u(j,Q),B=W.has(_);if(this.relations.cardinality==="1:n"){const q=[];for(const z of W){if(z===_)continue;const ee=u(j,z);ee.delete(Q),ee.size===0&&q.push(z)}!B&&W.size>0&&W.clear();for(const z of q){const ee=[Q,z].sort(),A=`"${ee[0]}:${ee[1]}"`;this.molecules.delete(A)}}B||W.add(_),be.add(Q)}return!0}),ge))},y=(j,_,J)=>{const{set:H}=j;H(c,_,F=>(F.transaction(ie=>{for(const oe of J)ie.add(oe);return!0}),F));for(const F of J)H(c,F,ie=>(ie.add(_),ie));return!0},g=(j,_,J)=>{const H=u(j,_);return J?H.has(J):H.size>0},v={getRelatedKeys:j=>u(this.toolkit,j),addRelation:(j,_)=>{this.store.moleculeJoins.set(j,t.key),this.store.moleculeJoins.set(_,t.key),d(this.toolkit,j,_)},deleteRelation:(j,_)=>{h(this.toolkit,j,_)},replaceRelationsSafely:(j,_)=>{p(this.toolkit,j,_)},replaceRelationsUnsafely:(j,_)=>{y(this.toolkit,j,_)},has:(j,_)=>g(this.toolkit,j,_)};let S,w;if(e){w=Qm(n,{key:`${t.key}/content`,default:e},["join","content"]);const j=({get:H},F)=>H(w,F),_=({set:H},F,ie)=>{H(w,F,ie)};S=Object.assign(v,{getContent:H=>j(this.toolkit,H),setContent:(H,F)=>{_(this.toolkit,H,F)},deleteContent:H=>{this.realm.deallocate(H)}})}else S=v;const T=new Xt(t,{externalStore:S,isAType:t.isAType,isBType:t.isBType,makeContentKey:(...j)=>{const[_,J]=j,H=j.sort(),F=`${H[0]}:${H[1]}`,ie=n.molecules.get(Ge(_)),oe=n.molecules.get(Ge(J));return ie||this.realm.allocate(t.key,_),oe||this.realm.allocate(t.key,J),this.realm.allocate(_,F,"all"),this.realm.claim(J,F),this.store.moleculeJoins.set(F,t.key),F}}),D=()=>yo(n,{key:`${t.key}/singleRelatedKey`,get:j=>({get:_})=>{const J=_(c,j);for(const H of J)return H;return null}},["join","keys"]),C=()=>yo(n,{key:`${t.key}/multipleRelatedKeys`,get:j=>({get:_})=>{const J=fS(c,n);return _(J,j).members}},["join","keys"]),O=()=>yo(n,{key:`${t.key}/singleRelatedEntry`,get:j=>({get:_})=>{const J=_(c,j);for(const H of J){let F=T.isAType?.(j)?j:void 0,ie=F===void 0?j:void 0;F??=H,ie??=H;const oe=T.makeContentKey(F,ie),fe=_(w,oe);return[H,fe]}return null}},["join","entries"]),M=()=>yo(n,{key:`${t.key}/multipleRelatedEntries`,get:j=>({get:_})=>{const J=fS(c,n);return _(J,j).members.map(F=>{let ie=T.isAType?.(j)?j:void 0,oe=ie===void 0?j:void 0;ie??=F,oe??=F;const fe=T.makeContentKey(ie,oe),ge=_(w,fe);return[F,ge]})}},["join","entries"]);switch(t.cardinality){case"1:1":{const j=D(),_=`${r}KeyOf${bn(o)}`,J=`${o}KeyOf${bn(r)}`,H={[_]:j,[J]:j};let F;if(e){const ie=O(),oe=`${r}EntryOf${bn(o)}`,fe=`${o}EntryOf${bn(r)}`,ge={[oe]:ie,[fe]:ie};F=Object.assign(H,ge)}else F=H;this.relations=T,this.states=F;break}case"1:n":{const j=D(),_=C(),J=`${r}KeyOf${bn(o)}`,H=`${o}KeysOf${bn(r)}`,F={[J]:j,[H]:_};let ie;if(e){const oe=O(),fe=M(),ge=`${r}EntryOf${bn(o)}`,be=`${o}EntriesOf${bn(r)}`,Q={[ge]:oe,[be]:fe};ie=Object.assign(F,Q)}else ie=F;this.relations=T,this.states=ie;break}case"n:n":{const j=C(),_=`${r}KeysOf${bn(o)}`,J=`${o}KeysOf${bn(r)}`,H={[_]:j,[J]:j};let F;if(e){const ie=M(),oe=`${r}EntriesOf${bn(o)}`,fe=`${o}EntriesOf${bn(r)}`,ge={[oe]:ie,[fe]:ie};F=Object.assign(H,ge)}else F=H;this.relations=T,this.states=F}}}};function MM(t,e,n){return t.joins.set(e.key,new $1(e,n,t)),{key:e.key,type:"join",a:e.between[0],b:e.between[1],cardinality:e.cardinality}}function CM(t,e){let n=e.joins.get(t.key);if(n===void 0){const o=mt.STORE.joins.get(t.key);if(o===void 0)throw new Error(`Join "${t.key}" not found in store "${e.config.name}"`);n=new $1(o.options,o.defaultContent,e),e.joins.set(t.key,n)}return n}function DM(t,e){return CM(t,e).core.relatedKeysAtoms}function NM(t){return t.startsWith("๐Ÿ” ")}var Ih={exports:{}},Se={};/**
22
+ * @license React
23
+ * react.production.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
+ */var dS;function $M(){if(dS)return Se;dS=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),u=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),g=Symbol.iterator;function v(A){return A===null||typeof A!="object"?null:(A=g&&A[g]||A["@@iterator"],typeof A=="function"?A:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,T={};function D(A,I,te){this.props=A,this.context=I,this.refs=T,this.updater=te||S}D.prototype.isReactComponent={},D.prototype.setState=function(A,I){if(typeof A!="object"&&typeof A!="function"&&A!=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,A,I,"setState")},D.prototype.forceUpdate=function(A){this.updater.enqueueForceUpdate(this,A,"forceUpdate")};function C(){}C.prototype=D.prototype;function O(A,I,te){this.props=A,this.context=I,this.refs=T,this.updater=te||S}var M=O.prototype=new C;M.constructor=O,w(M,D.prototype),M.isPureReactComponent=!0;var j=Array.isArray,_={H:null,A:null,T:null,S:null,V:null},J=Object.prototype.hasOwnProperty;function H(A,I,te,X,se,ue){return te=ue.ref,{$$typeof:t,type:A,key:I,ref:te!==void 0?te:null,props:ue}}function F(A,I){return H(A.type,I,void 0,void 0,void 0,A.props)}function ie(A){return typeof A=="object"&&A!==null&&A.$$typeof===t}function oe(A){var I={"=":"=0",":":"=2"};return"$"+A.replace(/[=:]/g,function(te){return I[te]})}var fe=/\/+/g;function ge(A,I){return typeof A=="object"&&A!==null&&A.key!=null?oe(""+A.key):I.toString(36)}function be(){}function Q(A){switch(A.status){case"fulfilled":return A.value;case"rejected":throw A.reason;default:switch(typeof A.status=="string"?A.then(be,be):(A.status="pending",A.then(function(I){A.status==="pending"&&(A.status="fulfilled",A.value=I)},function(I){A.status==="pending"&&(A.status="rejected",A.reason=I)})),A.status){case"fulfilled":return A.value;case"rejected":throw A.reason}}throw A}function W(A,I,te,X,se){var ue=typeof A;(ue==="undefined"||ue==="boolean")&&(A=null);var le=!1;if(A===null)le=!0;else switch(ue){case"bigint":case"string":case"number":le=!0;break;case"object":switch(A.$$typeof){case t:case e:le=!0;break;case y:return le=A._init,W(le(A._payload),I,te,X,se)}}if(le)return se=se(A),le=X===""?"."+ge(A,0):X,j(se)?(te="",le!=null&&(te=le.replace(fe,"$&/")+"/"),W(se,I,te,"",function(xn){return xn})):se!=null&&(ie(se)&&(se=F(se,te+(se.key==null||A&&A.key===se.key?"":(""+se.key).replace(fe,"$&/")+"/")+le)),I.push(se)),1;le=0;var rt=X===""?".":X+":";if(j(A))for(var Ve=0;Ve<A.length;Ve++)X=A[Ve],ue=rt+ge(X,Ve),le+=W(X,I,te,ue,se);else if(Ve=v(A),typeof Ve=="function")for(A=Ve.call(A),Ve=0;!(X=A.next()).done;)X=X.value,ue=rt+ge(X,Ve++),le+=W(X,I,te,ue,se);else if(ue==="object"){if(typeof A.then=="function")return W(Q(A),I,te,X,se);throw I=String(A),Error("Objects are not valid as a React child (found: "+(I==="[object Object]"?"object with keys {"+Object.keys(A).join(", ")+"}":I)+"). If you meant to render a collection of children, use an array instead.")}return le}function B(A,I,te){if(A==null)return A;var X=[],se=0;return W(A,X,"","",function(ue){return I.call(te,ue,se++)}),X}function q(A){if(A._status===-1){var I=A._result;I=I(),I.then(function(te){(A._status===0||A._status===-1)&&(A._status=1,A._result=te)},function(te){(A._status===0||A._status===-1)&&(A._status=2,A._result=te)}),A._status===-1&&(A._status=0,A._result=I)}if(A._status===1)return A._result.default;throw A._result}var z=typeof reportError=="function"?reportError:function(A){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var I=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof A=="object"&&A!==null&&typeof A.message=="string"?String(A.message):String(A),error:A});if(!window.dispatchEvent(I))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",A);return}console.error(A)};function ee(){}return Se.Children={map:B,forEach:function(A,I,te){B(A,function(){I.apply(this,arguments)},te)},count:function(A){var I=0;return B(A,function(){I++}),I},toArray:function(A){return B(A,function(I){return I})||[]},only:function(A){if(!ie(A))throw Error("React.Children.only expected to receive a single React element child.");return A}},Se.Component=D,Se.Fragment=n,Se.Profiler=o,Se.PureComponent=O,Se.StrictMode=r,Se.Suspense=h,Se.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=_,Se.__COMPILER_RUNTIME={__proto__:null,c:function(A){return _.H.useMemoCache(A)}},Se.cache=function(A){return function(){return A.apply(null,arguments)}},Se.cloneElement=function(A,I,te){if(A==null)throw Error("The argument must be a React element, but you passed "+A+".");var X=w({},A.props),se=A.key,ue=void 0;if(I!=null)for(le in I.ref!==void 0&&(ue=void 0),I.key!==void 0&&(se=""+I.key),I)!J.call(I,le)||le==="key"||le==="__self"||le==="__source"||le==="ref"&&I.ref===void 0||(X[le]=I[le]);var le=arguments.length-2;if(le===1)X.children=te;else if(1<le){for(var rt=Array(le),Ve=0;Ve<le;Ve++)rt[Ve]=arguments[Ve+2];X.children=rt}return H(A.type,se,void 0,void 0,ue,X)},Se.createContext=function(A){return A={$$typeof:u,_currentValue:A,_currentValue2:A,_threadCount:0,Provider:null,Consumer:null},A.Provider=A,A.Consumer={$$typeof:c,_context:A},A},Se.createElement=function(A,I,te){var X,se={},ue=null;if(I!=null)for(X in I.key!==void 0&&(ue=""+I.key),I)J.call(I,X)&&X!=="key"&&X!=="__self"&&X!=="__source"&&(se[X]=I[X]);var le=arguments.length-2;if(le===1)se.children=te;else if(1<le){for(var rt=Array(le),Ve=0;Ve<le;Ve++)rt[Ve]=arguments[Ve+2];se.children=rt}if(A&&A.defaultProps)for(X in le=A.defaultProps,le)se[X]===void 0&&(se[X]=le[X]);return H(A,ue,void 0,void 0,null,se)},Se.createRef=function(){return{current:null}},Se.forwardRef=function(A){return{$$typeof:d,render:A}},Se.isValidElement=ie,Se.lazy=function(A){return{$$typeof:y,_payload:{_status:-1,_result:A},_init:q}},Se.memo=function(A,I){return{$$typeof:p,type:A,compare:I===void 0?null:I}},Se.startTransition=function(A){var I=_.T,te={};_.T=te;try{var X=A(),se=_.S;se!==null&&se(te,X),typeof X=="object"&&X!==null&&typeof X.then=="function"&&X.then(ee,z)}catch(ue){z(ue)}finally{_.T=I}},Se.unstable_useCacheRefresh=function(){return _.H.useCacheRefresh()},Se.use=function(A){return _.H.use(A)},Se.useActionState=function(A,I,te){return _.H.useActionState(A,I,te)},Se.useCallback=function(A,I){return _.H.useCallback(A,I)},Se.useContext=function(A){return _.H.useContext(A)},Se.useDebugValue=function(){},Se.useDeferredValue=function(A,I){return _.H.useDeferredValue(A,I)},Se.useEffect=function(A,I,te){var X=_.H;if(typeof te=="function")throw Error("useEffect CRUD overload is not enabled in this build of React.");return X.useEffect(A,I)},Se.useId=function(){return _.H.useId()},Se.useImperativeHandle=function(A,I,te){return _.H.useImperativeHandle(A,I,te)},Se.useInsertionEffect=function(A,I){return _.H.useInsertionEffect(A,I)},Se.useLayoutEffect=function(A,I){return _.H.useLayoutEffect(A,I)},Se.useMemo=function(A,I){return _.H.useMemo(A,I)},Se.useOptimistic=function(A,I){return _.H.useOptimistic(A,I)},Se.useReducer=function(A,I,te){return _.H.useReducer(A,I,te)},Se.useRef=function(A){return _.H.useRef(A)},Se.useState=function(A){return _.H.useState(A)},Se.useSyncExternalStore=function(A,I,te){return _.H.useSyncExternalStore(A,I,te)},Se.useTransition=function(){return _.H.useTransition()},Se.version="19.1.1",Se}var hS;function ry(){return hS||(hS=1,Ih.exports=$M()),Ih.exports}var V=ry();const Lp=$k(V),j1=Nk({__proto__:null,default:Lp},[V]),sy=V.createContext(mt.STORE);function B1(t,...e){let n;if(e.length===2){const r=e[0],o=e[1];n=Ji(t,r,o)}else n=e[0];return n}function Gn(...t){const e=V.useContext(sy),n=B1(e,...t),r=V.useRef(null);return r.current??=o=>{At(e,n,o)},r.current}function xt(...t){const e=V.useContext(sy),n=B1(e,...t),r=V.useId();return V.useSyncExternalStore(o=>Co(e,n,`use-o:${r}`,o),()=>Un(e,n),()=>Un(e,n))}const L1=(t,{stringify:e,parse:n},r)=>({setSelf:o,onSet:c})=>{const u=t.getItem(r);u!=null&&o(n(u)),c(({newValue:d})=>{if(d==null){t.removeItem(r);return}t.setItem(r,e(d))})},jM=(t,e,n,r,o)=>c=>{function u(h,p){if(t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,"reconciling updates"),At(t,hu,g=>(g.shift(),g)),h.id===p.id){const g=JSON.stringify(h.subEvents),v=JSON.stringify(p.subEvents);if(g===v){t.logger.info("โœ…","continuity",e,`results for ${h.id} match between client and server`),n.emit(`ack:${e}`,p.epoch);return}}else t.logger.info("โŒ","continuity",e,`thought update #${p.epoch} was ${h.token.key}:${h.id}, but it was actually ${p.token.key}:${p.id}`);t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,"updates do not match",h,p);const y=r.toReversed();for(const g of y)mo("oldValue",g,t);t.logger.info("โช","continuity",e,"undid optimistic updates:",y),mo("oldValue",h,t),t.logger.info("โช","continuity",e,"undid zeroth optimistic update",h),mo("newValue",p,t),t.logger.info("โฉ","continuity",e,"applied confirmed update",p),n.emit(`ack:${e}`,p.epoch);for(const g of r){const v={type:"transaction",key:g.token.key},{id:S,params:w}=g;Im(t,v,S)(...w)}t.logger.info("โฉ","continuity",e,"reapplied subsequent optimistic updates:",r)}t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,"integrating confirmed update",{confirmedUpdate:c,confirmedUpdates:o,optimisticUpdates:r});const d=r[0];if(d)if(t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,"has optimistic updates to reconcile"),c.epoch===d.epoch){t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,`epoch of confirmed update #${c.epoch} matches zeroth optimistic update`),u(d,c);for(const h of o){const p=r[0];if(h.epoch===p?.epoch)u(p,h);else break}}else t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,`epoch of confirmed update #${c.epoch} does not match zeroth optimistic update #${d.epoch}`),o.some(p=>p.epoch===c.epoch)||(t.logger.info("๐Ÿ‘ˆ","continuity",e,"pushing confirmed update to queue",c),At(t,Vp,p=>(p.push(c),p.sort((y,g)=>y.epoch-g.epoch),p)));else{t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,"has no optimistic updates to deal with");const h=Xi(t);let p;h&&(p=T1(t,e)),p===c.epoch-1?(t.logger.info("โœ…","continuity",e,`integrating update #${c.epoch} (${c.token.key} ${c.id})`),mo("newValue",c,t),n.emit(`ack:${e}`,c.epoch),Fm(t,e,c.epoch)):h&&p!==void 0&&(t.logger.info("๐Ÿง‘โ€โš–๏ธ","continuity",e,`received update #${c.epoch} but still waiting for update #${p+1}`,{clientEpoch:p,serverEpoch:c.epoch}),o.some(g=>g.epoch===c.epoch)?t.logger.info("๐Ÿ‘","continuity",e,`confirmed update #${c.epoch} is already enqueued`):(t.logger.info("๐Ÿ‘ˆ","continuity",e,`pushing confirmed update #${c.epoch} to queue`),At(t,Vp,g=>(g.push(c),g.sort((v,S)=>v.epoch-S.epoch),g))))}};function BM(t){return e=>{for(const n of e)iy(t,n)}}function LM(t){return e=>{let n=0,r,o;for(const c of e)n%2===0?r=c:(o=c,At(t,r,o)),n++}}const V1=ct({key:"mySocketId__INTERNAL",default:void 0});pi({key:"mySocketId",get:({get:t})=>t(V1)});ct({key:"myName",default:null,effects:typeof window>"u"?[]:[L1(window.localStorage,JSON,"myUsername")]});const hu=ct({key:"updateQueue",default:()=>[]}),Vp=ct({key:"serverConfirmedUpdateQueue",default:()=>[]});function VM(t,e,n){const r=n.key,o=Un(t,hu),c=Un(t,Vp),u=(g,v)=>{e.off(`continuity-init:${r}`,u);let S=0,w,T;for(const D of v)S%2===0?w=D:(T=D,"type"in w&&w.type==="mutable_atom"&&(w=Ss(t,w)),At(t,w,T)),S++;Fm(t,r,g)};e.off(`continuity-init:${r}`),e.on(`continuity-init:${r}`,u);const d=jM(t,r,e,o,c);e.off(`tx-new:${r}`),e.on(`tx-new:${r}`,d);const h=n.actions.map(g=>(A1(t,r,g.key),C1(t,g,`tx-run:${r}`,S=>{t.logger.info("๐Ÿคž","continuity",r,"enqueuing optimistic update");const w=o.findIndex(T=>T.id===S.id);w===-1?(t.logger.info("๐Ÿคž","continuity",r,"enqueuing new optimistic update"),At(t,hu,T=>(T.push(S),T.sort((D,C)=>D.epoch-C.epoch),T))):(t.logger.info("๐Ÿคž","continuity",r,`replacing existing optimistic update at index ${w}`),At(t,hu,T=>(T[w]=S,T))),e.emit(`tx-run:${r}`,{id:S.id,token:g,params:S.params})}))),p=LM(t),y=BM(t);return e.on(`reveal:${r}`,p),e.on(`conceal:${r}`,y),e.emit(`get:${r}`),()=>{e.off(`continuity-init:${r}`),e.off(`tx-new:${r}`);for(const g of h)g()}}const{NODE_ENV:UM}=globalThis.env??{},zM=UM==="development";function Zc(){}function KM(t,e){if(zM){const n=V.useRef(Zc);V.useEffect(()=>{let r=n.current;if(r===Zc)r=t()??Zc,n.current=r;else return()=>{r(),n.current=Zc}},e)}else V.useEffect(t,e)}function Mu(t){KM(t,[])}const U1=V.createContext({socket:null,services:null}),qM=({children:t,socket:e})=>{const n=V.useRef(new Map).current,r=Gn(V1);return V.useEffect(()=>{r(e?.id),e?.on("connect",()=>{r(e.id)}),e?.on("disconnect",()=>{r(void 0)})},[e,r]),Y.jsx(U1.Provider,{value:{socket:e,services:n},children:t})};function PM(t,e){const{socket:n,services:r}=V.useContext(U1);Mu(()=>{let o=r?.get(t);return o?o[0]++:(o=[1,n?e(n):void 0],r?.set(t,o)),()=>{o&&(o[0]--,o[0]===0&&(o[1]?.(),r?.delete(t)))}})}function IM(t){const e=V.useContext(sy);PM(`tx-sync:${t.key}`,n=>VM(e,n,t))}var Hh={exports:{}},Xa={},Fh={exports:{}},Gh={};/**
30
+ * @license React
31
+ * scheduler.production.js
32
+ *
33
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
34
+ *
35
+ * This source code is licensed under the MIT license found in the
36
+ * LICENSE file in the root directory of this source tree.
37
+ */var pS;function HM(){return pS||(pS=1,(function(t){function e(B,q){var z=B.length;B.push(q);e:for(;0<z;){var ee=z-1>>>1,A=B[ee];if(0<o(A,q))B[ee]=q,B[z]=A,z=ee;else break e}}function n(B){return B.length===0?null:B[0]}function r(B){if(B.length===0)return null;var q=B[0],z=B.pop();if(z!==q){B[0]=z;e:for(var ee=0,A=B.length,I=A>>>1;ee<I;){var te=2*(ee+1)-1,X=B[te],se=te+1,ue=B[se];if(0>o(X,z))se<A&&0>o(ue,X)?(B[ee]=ue,B[se]=z,ee=se):(B[ee]=X,B[te]=z,ee=te);else if(se<A&&0>o(ue,z))B[ee]=ue,B[se]=z,ee=se;else break e}}return q}function o(B,q){var z=B.sortIndex-q.sortIndex;return z!==0?z:B.id-q.id}if(t.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var c=performance;t.unstable_now=function(){return c.now()}}else{var u=Date,d=u.now();t.unstable_now=function(){return u.now()-d}}var h=[],p=[],y=1,g=null,v=3,S=!1,w=!1,T=!1,D=!1,C=typeof setTimeout=="function"?setTimeout:null,O=typeof clearTimeout=="function"?clearTimeout:null,M=typeof setImmediate<"u"?setImmediate:null;function j(B){for(var q=n(p);q!==null;){if(q.callback===null)r(p);else if(q.startTime<=B)r(p),q.sortIndex=q.expirationTime,e(h,q);else break;q=n(p)}}function _(B){if(T=!1,j(B),!w)if(n(h)!==null)w=!0,J||(J=!0,ge());else{var q=n(p);q!==null&&W(_,q.startTime-B)}}var J=!1,H=-1,F=5,ie=-1;function oe(){return D?!0:!(t.unstable_now()-ie<F)}function fe(){if(D=!1,J){var B=t.unstable_now();ie=B;var q=!0;try{e:{w=!1,T&&(T=!1,O(H),H=-1),S=!0;var z=v;try{t:{for(j(B),g=n(h);g!==null&&!(g.expirationTime>B&&oe());){var ee=g.callback;if(typeof ee=="function"){g.callback=null,v=g.priorityLevel;var A=ee(g.expirationTime<=B);if(B=t.unstable_now(),typeof A=="function"){g.callback=A,j(B),q=!0;break t}g===n(h)&&r(h),j(B)}else r(h);g=n(h)}if(g!==null)q=!0;else{var I=n(p);I!==null&&W(_,I.startTime-B),q=!1}}break e}finally{g=null,v=z,S=!1}q=void 0}}finally{q?ge():J=!1}}}var ge;if(typeof M=="function")ge=function(){M(fe)};else if(typeof MessageChannel<"u"){var be=new MessageChannel,Q=be.port2;be.port1.onmessage=fe,ge=function(){Q.postMessage(null)}}else ge=function(){C(fe,0)};function W(B,q){H=C(function(){B(t.unstable_now())},q)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(B){B.callback=null},t.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):F=0<B?Math.floor(1e3/B):5},t.unstable_getCurrentPriorityLevel=function(){return v},t.unstable_next=function(B){switch(v){case 1:case 2:case 3:var q=3;break;default:q=v}var z=v;v=q;try{return B()}finally{v=z}},t.unstable_requestPaint=function(){D=!0},t.unstable_runWithPriority=function(B,q){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var z=v;v=B;try{return q()}finally{v=z}},t.unstable_scheduleCallback=function(B,q,z){var ee=t.unstable_now();switch(typeof z=="object"&&z!==null?(z=z.delay,z=typeof z=="number"&&0<z?ee+z:ee):z=ee,B){case 1:var A=-1;break;case 2:A=250;break;case 5:A=1073741823;break;case 4:A=1e4;break;default:A=5e3}return A=z+A,B={id:y++,callback:q,priorityLevel:B,startTime:z,expirationTime:A,sortIndex:-1},z>ee?(B.sortIndex=z,e(p,B),n(h)===null&&B===n(p)&&(T?(O(H),H=-1):T=!0,W(_,z-ee))):(B.sortIndex=A,e(h,B),w||S||(w=!0,J||(J=!0,ge()))),B},t.unstable_shouldYield=oe,t.unstable_wrapCallback=function(B){var q=v;return function(){var z=v;v=q;try{return B.apply(this,arguments)}finally{v=z}}}})(Gh)),Gh}var mS;function FM(){return mS||(mS=1,Fh.exports=HM()),Fh.exports}var Yh={exports:{}},It={};/**
38
+ * @license React
39
+ * react-dom.production.js
40
+ *
41
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
42
+ *
43
+ * This source code is licensed under the MIT license found in the
44
+ * LICENSE file in the root directory of this source tree.
45
+ */var yS;function GM(){if(yS)return It;yS=1;var t=ry();function e(h){var p="https://react.dev/errors/"+h;if(1<arguments.length){p+="?args[]="+encodeURIComponent(arguments[1]);for(var y=2;y<arguments.length;y++)p+="&args[]="+encodeURIComponent(arguments[y])}return"Minified React error #"+h+"; visit "+p+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function n(){}var r={d:{f:n,r:function(){throw Error(e(522))},D:n,C:n,L:n,m:n,X:n,S:n,M:n},p:0,findDOMNode:null},o=Symbol.for("react.portal");function c(h,p,y){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:o,key:g==null?null:""+g,children:h,containerInfo:p,implementation:y}}var u=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function d(h,p){if(h==="font")return"";if(typeof p=="string")return p==="use-credentials"?p:""}return It.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,It.createPortal=function(h,p){var y=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!p||p.nodeType!==1&&p.nodeType!==9&&p.nodeType!==11)throw Error(e(299));return c(h,p,null,y)},It.flushSync=function(h){var p=u.T,y=r.p;try{if(u.T=null,r.p=2,h)return h()}finally{u.T=p,r.p=y,r.d.f()}},It.preconnect=function(h,p){typeof h=="string"&&(p?(p=p.crossOrigin,p=typeof p=="string"?p==="use-credentials"?p:"":void 0):p=null,r.d.C(h,p))},It.prefetchDNS=function(h){typeof h=="string"&&r.d.D(h)},It.preinit=function(h,p){if(typeof h=="string"&&p&&typeof p.as=="string"){var y=p.as,g=d(y,p.crossOrigin),v=typeof p.integrity=="string"?p.integrity:void 0,S=typeof p.fetchPriority=="string"?p.fetchPriority:void 0;y==="style"?r.d.S(h,typeof p.precedence=="string"?p.precedence:void 0,{crossOrigin:g,integrity:v,fetchPriority:S}):y==="script"&&r.d.X(h,{crossOrigin:g,integrity:v,fetchPriority:S,nonce:typeof p.nonce=="string"?p.nonce:void 0})}},It.preinitModule=function(h,p){if(typeof h=="string")if(typeof p=="object"&&p!==null){if(p.as==null||p.as==="script"){var y=d(p.as,p.crossOrigin);r.d.M(h,{crossOrigin:y,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0})}}else p==null&&r.d.M(h)},It.preload=function(h,p){if(typeof h=="string"&&typeof p=="object"&&p!==null&&typeof p.as=="string"){var y=p.as,g=d(y,p.crossOrigin);r.d.L(h,y,{crossOrigin:g,integrity:typeof p.integrity=="string"?p.integrity:void 0,nonce:typeof p.nonce=="string"?p.nonce:void 0,type:typeof p.type=="string"?p.type:void 0,fetchPriority:typeof p.fetchPriority=="string"?p.fetchPriority:void 0,referrerPolicy:typeof p.referrerPolicy=="string"?p.referrerPolicy:void 0,imageSrcSet:typeof p.imageSrcSet=="string"?p.imageSrcSet:void 0,imageSizes:typeof p.imageSizes=="string"?p.imageSizes:void 0,media:typeof p.media=="string"?p.media:void 0})}},It.preloadModule=function(h,p){if(typeof h=="string")if(p){var y=d(p.as,p.crossOrigin);r.d.m(h,{as:typeof p.as=="string"&&p.as!=="script"?p.as:void 0,crossOrigin:y,integrity:typeof p.integrity=="string"?p.integrity:void 0})}else r.d.m(h)},It.requestFormReset=function(h){r.d.r(h)},It.unstable_batchedUpdates=function(h,p){return h(p)},It.useFormState=function(h,p,y){return u.H.useFormState(h,p,y)},It.useFormStatus=function(){return u.H.useHostTransitionStatus()},It.version="19.1.1",It}var gS;function z1(){if(gS)return Yh.exports;gS=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Yh.exports=GM(),Yh.exports}/**
46
+ * @license React
47
+ * react-dom-client.production.js
48
+ *
49
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
50
+ *
51
+ * This source code is licensed under the MIT license found in the
52
+ * LICENSE file in the root directory of this source tree.
53
+ */var bS;function YM(){if(bS)return Xa;bS=1;var t=FM(),e=ry(),n=z1();function r(i){var s="https://react.dev/errors/"+i;if(1<arguments.length){s+="?args[]="+encodeURIComponent(arguments[1]);for(var a=2;a<arguments.length;a++)s+="&args[]="+encodeURIComponent(arguments[a])}return"Minified React error #"+i+"; visit "+s+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function o(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function c(i){var s=i,a=i;if(i.alternate)for(;s.return;)s=s.return;else{i=s;do s=i,(s.flags&4098)!==0&&(a=s.return),i=s.return;while(i)}return s.tag===3?a:null}function u(i){if(i.tag===13){var s=i.memoizedState;if(s===null&&(i=i.alternate,i!==null&&(s=i.memoizedState)),s!==null)return s.dehydrated}return null}function d(i){if(c(i)!==i)throw Error(r(188))}function h(i){var s=i.alternate;if(!s){if(s=c(i),s===null)throw Error(r(188));return s!==i?null:i}for(var a=i,l=s;;){var f=a.return;if(f===null)break;var m=f.alternate;if(m===null){if(l=f.return,l!==null){a=l;continue}break}if(f.child===m.child){for(m=f.child;m;){if(m===a)return d(f),i;if(m===l)return d(f),s;m=m.sibling}throw Error(r(188))}if(a.return!==l.return)a=f,l=m;else{for(var b=!1,x=f.child;x;){if(x===a){b=!0,a=f,l=m;break}if(x===l){b=!0,l=f,a=m;break}x=x.sibling}if(!b){for(x=m.child;x;){if(x===a){b=!0,a=m,l=f;break}if(x===l){b=!0,l=m,a=f;break}x=x.sibling}if(!b)throw Error(r(189))}}if(a.alternate!==l)throw Error(r(190))}if(a.tag!==3)throw Error(r(188));return a.stateNode.current===a?i:s}function p(i){var s=i.tag;if(s===5||s===26||s===27||s===6)return i;for(i=i.child;i!==null;){if(s=p(i),s!==null)return s;i=i.sibling}return null}var y=Object.assign,g=Symbol.for("react.element"),v=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),T=Symbol.for("react.strict_mode"),D=Symbol.for("react.profiler"),C=Symbol.for("react.provider"),O=Symbol.for("react.consumer"),M=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),J=Symbol.for("react.suspense_list"),H=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),ie=Symbol.for("react.activity"),oe=Symbol.for("react.memo_cache_sentinel"),fe=Symbol.iterator;function ge(i){return i===null||typeof i!="object"?null:(i=fe&&i[fe]||i["@@iterator"],typeof i=="function"?i:null)}var be=Symbol.for("react.client.reference");function Q(i){if(i==null)return null;if(typeof i=="function")return i.$$typeof===be?null:i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case w:return"Fragment";case D:return"Profiler";case T:return"StrictMode";case _:return"Suspense";case J:return"SuspenseList";case ie:return"Activity"}if(typeof i=="object")switch(i.$$typeof){case S:return"Portal";case M:return(i.displayName||"Context")+".Provider";case O:return(i._context.displayName||"Context")+".Consumer";case j:var s=i.render;return i=i.displayName,i||(i=s.displayName||s.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case H:return s=i.displayName||null,s!==null?s:Q(i.type)||"Memo";case F:s=i._payload,i=i._init;try{return Q(i(s))}catch{}}return null}var W=Array.isArray,B=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,q=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z={pending:!1,data:null,method:null,action:null},ee=[],A=-1;function I(i){return{current:i}}function te(i){0>A||(i.current=ee[A],ee[A]=null,A--)}function X(i,s){A++,ee[A]=i.current,i.current=s}var se=I(null),ue=I(null),le=I(null),rt=I(null);function Ve(i,s){switch(X(le,s),X(ue,i),X(se,null),s.nodeType){case 9:case 11:i=(i=s.documentElement)&&(i=i.namespaceURI)?N0(i):0;break;default:if(i=s.tagName,s=s.namespaceURI)s=N0(s),i=$0(s,i);else switch(i){case"svg":i=1;break;case"math":i=2;break;default:i=0}}te(se),X(se,i)}function xn(){te(se),te(ue),te(le)}function Qi(i){i.memoizedState!==null&&X(rt,i);var s=se.current,a=$0(s,i.type);s!==a&&(X(ue,i),X(se,a))}function vi(i){ue.current===i&&(te(se),te(ue)),rt.current===i&&(te(rt),Pa._currentValue=z)}var xe=Object.prototype.hasOwnProperty,Me=t.unstable_scheduleCallback,Ae=t.unstable_cancelCallback,et=t.unstable_shouldYield,Rt=t.unstable_requestPaint,we=t.unstable_now,Kn=t.unstable_getCurrentPriorityLevel,Gt=t.unstable_ImmediatePriority,Kt=t.unstable_UserBlockingPriority,wn=t.unstable_NormalPriority,Zn=t.unstable_LowPriority,Tn=t.unstable_IdlePriority,Qn=t.log,Ll=t.unstable_setDisableYieldValue,Zo=null,cn=null;function Wi(i){if(typeof Qn=="function"&&Ll(i),cn&&typeof cn.setStrictMode=="function")try{cn.setStrictMode(Zo,i)}catch{}}var un=Math.clz32?Math.clz32:vO,gO=Math.log,bO=Math.LN2;function vO(i){return i>>>=0,i===0?32:31-(gO(i)/bO|0)|0}var Vl=256,Ul=4194304;function Ur(i){var s=i&42;if(s!==0)return s;switch(i&-i){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 i&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return i&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return i}}function zl(i,s,a){var l=i.pendingLanes;if(l===0)return 0;var f=0,m=i.suspendedLanes,b=i.pingedLanes;i=i.warmLanes;var x=l&134217727;return x!==0?(l=x&~m,l!==0?f=Ur(l):(b&=x,b!==0?f=Ur(b):a||(a=x&~i,a!==0&&(f=Ur(a))))):(x=l&~m,x!==0?f=Ur(x):b!==0?f=Ur(b):a||(a=l&~i,a!==0&&(f=Ur(a)))),f===0?0:s!==0&&s!==f&&(s&m)===0&&(m=f&-f,a=s&-s,m>=a||m===32&&(a&4194048)!==0)?s:f}function Qo(i,s){return(i.pendingLanes&~(i.suspendedLanes&~i.pingedLanes)&s)===0}function SO(i,s){switch(i){case 1:case 2:case 4:case 8:case 64:return s+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return s+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function yg(){var i=Vl;return Vl<<=1,(Vl&4194048)===0&&(Vl=256),i}function gg(){var i=Ul;return Ul<<=1,(Ul&62914560)===0&&(Ul=4194304),i}function Mf(i){for(var s=[],a=0;31>a;a++)s.push(i);return s}function Wo(i,s){i.pendingLanes|=s,s!==268435456&&(i.suspendedLanes=0,i.pingedLanes=0,i.warmLanes=0)}function xO(i,s,a,l,f,m){var b=i.pendingLanes;i.pendingLanes=a,i.suspendedLanes=0,i.pingedLanes=0,i.warmLanes=0,i.expiredLanes&=a,i.entangledLanes&=a,i.errorRecoveryDisabledLanes&=a,i.shellSuspendCounter=0;var x=i.entanglements,E=i.expirationTimes,$=i.hiddenUpdates;for(a=b&~a;0<a;){var K=31-un(a),G=1<<K;x[K]=0,E[K]=-1;var L=$[K];if(L!==null)for($[K]=null,K=0;K<L.length;K++){var U=L[K];U!==null&&(U.lane&=-536870913)}a&=~G}l!==0&&bg(i,l,0),m!==0&&f===0&&i.tag!==0&&(i.suspendedLanes|=m&~(b&~s))}function bg(i,s,a){i.pendingLanes|=s,i.suspendedLanes&=~s;var l=31-un(s);i.entangledLanes|=s,i.entanglements[l]=i.entanglements[l]|1073741824|a&4194090}function vg(i,s){var a=i.entangledLanes|=s;for(i=i.entanglements;a;){var l=31-un(a),f=1<<l;f&s|i[l]&s&&(i[l]|=s),a&=~f}}function Cf(i){switch(i){case 2:i=1;break;case 8:i=4;break;case 32:i=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:i=128;break;case 268435456:i=134217728;break;default:i=0}return i}function Df(i){return i&=-i,2<i?8<i?(i&134217727)!==0?32:268435456:8:2}function Sg(){var i=q.p;return i!==0?i:(i=window.event,i===void 0?32:W0(i.type))}function wO(i,s){var a=q.p;try{return q.p=i,s()}finally{q.p=a}}var er=Math.random().toString(36).slice(2),qt="__reactFiber$"+er,Wt="__reactProps$"+er,As="__reactContainer$"+er,Nf="__reactEvents$"+er,TO="__reactListeners$"+er,AO="__reactHandles$"+er,xg="__reactResources$"+er,ea="__reactMarker$"+er;function $f(i){delete i[qt],delete i[Wt],delete i[Nf],delete i[TO],delete i[AO]}function Es(i){var s=i[qt];if(s)return s;for(var a=i.parentNode;a;){if(s=a[As]||a[qt]){if(a=s.alternate,s.child!==null||a!==null&&a.child!==null)for(i=V0(i);i!==null;){if(a=i[qt])return a;i=V0(i)}return s}i=a,a=i.parentNode}return null}function Rs(i){if(i=i[qt]||i[As]){var s=i.tag;if(s===5||s===6||s===13||s===26||s===27||s===3)return i}return null}function ta(i){var s=i.tag;if(s===5||s===26||s===27||s===6)return i.stateNode;throw Error(r(33))}function Os(i){var s=i[xg];return s||(s=i[xg]={hoistableStyles:new Map,hoistableScripts:new Map}),s}function Ct(i){i[ea]=!0}var wg=new Set,Tg={};function zr(i,s){_s(i,s),_s(i+"Capture",s)}function _s(i,s){for(Tg[i]=s,i=0;i<s.length;i++)wg.add(s[i])}var EO=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]*$"),Ag={},Eg={};function RO(i){return xe.call(Eg,i)?!0:xe.call(Ag,i)?!1:EO.test(i)?Eg[i]=!0:(Ag[i]=!0,!1)}function Kl(i,s,a){if(RO(s))if(a===null)i.removeAttribute(s);else{switch(typeof a){case"undefined":case"function":case"symbol":i.removeAttribute(s);return;case"boolean":var l=s.toLowerCase().slice(0,5);if(l!=="data-"&&l!=="aria-"){i.removeAttribute(s);return}}i.setAttribute(s,""+a)}}function ql(i,s,a){if(a===null)i.removeAttribute(s);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":i.removeAttribute(s);return}i.setAttribute(s,""+a)}}function Si(i,s,a,l){if(l===null)i.removeAttribute(a);else{switch(typeof l){case"undefined":case"function":case"symbol":case"boolean":i.removeAttribute(a);return}i.setAttributeNS(s,a,""+l)}}var jf,Rg;function ks(i){if(jf===void 0)try{throw Error()}catch(a){var s=a.stack.trim().match(/\n( *(at )?)/);jf=s&&s[1]||"",Rg=-1<a.stack.indexOf(`
54
+ at`)?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return`
55
+ `+jf+i+Rg}var Bf=!1;function Lf(i,s){if(!i||Bf)return"";Bf=!0;var a=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var l={DetermineComponentFrameRoot:function(){try{if(s){var G=function(){throw Error()};if(Object.defineProperty(G.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(G,[])}catch(U){var L=U}Reflect.construct(i,[],G)}else{try{G.call()}catch(U){L=U}i.call(G.prototype)}}else{try{throw Error()}catch(U){L=U}(G=i())&&typeof G.catch=="function"&&G.catch(function(){})}}catch(U){if(U&&L&&typeof U.stack=="string")return[U.stack,L.stack]}return[null,null]}};l.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var f=Object.getOwnPropertyDescriptor(l.DetermineComponentFrameRoot,"name");f&&f.configurable&&Object.defineProperty(l.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var m=l.DetermineComponentFrameRoot(),b=m[0],x=m[1];if(b&&x){var E=b.split(`
56
+ `),$=x.split(`
57
+ `);for(f=l=0;l<E.length&&!E[l].includes("DetermineComponentFrameRoot");)l++;for(;f<$.length&&!$[f].includes("DetermineComponentFrameRoot");)f++;if(l===E.length||f===$.length)for(l=E.length-1,f=$.length-1;1<=l&&0<=f&&E[l]!==$[f];)f--;for(;1<=l&&0<=f;l--,f--)if(E[l]!==$[f]){if(l!==1||f!==1)do if(l--,f--,0>f||E[l]!==$[f]){var K=`
58
+ `+E[l].replace(" at new "," at ");return i.displayName&&K.includes("<anonymous>")&&(K=K.replace("<anonymous>",i.displayName)),K}while(1<=l&&0<=f);break}}}finally{Bf=!1,Error.prepareStackTrace=a}return(a=i?i.displayName||i.name:"")?ks(a):""}function OO(i){switch(i.tag){case 26:case 27:case 5:return ks(i.type);case 16:return ks("Lazy");case 13:return ks("Suspense");case 19:return ks("SuspenseList");case 0:case 15:return Lf(i.type,!1);case 11:return Lf(i.type.render,!1);case 1:return Lf(i.type,!0);case 31:return ks("Activity");default:return""}}function Og(i){try{var s="";do s+=OO(i),i=i.return;while(i);return s}catch(a){return`
59
+ Error generating stack: `+a.message+`
60
+ `+a.stack}}function An(i){switch(typeof i){case"bigint":case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function _g(i){var s=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function _O(i){var s=_g(i)?"checked":"value",a=Object.getOwnPropertyDescriptor(i.constructor.prototype,s),l=""+i[s];if(!i.hasOwnProperty(s)&&typeof a<"u"&&typeof a.get=="function"&&typeof a.set=="function"){var f=a.get,m=a.set;return Object.defineProperty(i,s,{configurable:!0,get:function(){return f.call(this)},set:function(b){l=""+b,m.call(this,b)}}),Object.defineProperty(i,s,{enumerable:a.enumerable}),{getValue:function(){return l},setValue:function(b){l=""+b},stopTracking:function(){i._valueTracker=null,delete i[s]}}}}function Pl(i){i._valueTracker||(i._valueTracker=_O(i))}function kg(i){if(!i)return!1;var s=i._valueTracker;if(!s)return!0;var a=s.getValue(),l="";return i&&(l=_g(i)?i.checked?"true":"false":i.value),i=l,i!==a?(s.setValue(i),!0):!1}function Il(i){if(i=i||(typeof document<"u"?document:void 0),typeof i>"u")return null;try{return i.activeElement||i.body}catch{return i.body}}var kO=/[\n"\\]/g;function En(i){return i.replace(kO,function(s){return"\\"+s.charCodeAt(0).toString(16)+" "})}function Vf(i,s,a,l,f,m,b,x){i.name="",b!=null&&typeof b!="function"&&typeof b!="symbol"&&typeof b!="boolean"?i.type=b:i.removeAttribute("type"),s!=null?b==="number"?(s===0&&i.value===""||i.value!=s)&&(i.value=""+An(s)):i.value!==""+An(s)&&(i.value=""+An(s)):b!=="submit"&&b!=="reset"||i.removeAttribute("value"),s!=null?Uf(i,b,An(s)):a!=null?Uf(i,b,An(a)):l!=null&&i.removeAttribute("value"),f==null&&m!=null&&(i.defaultChecked=!!m),f!=null&&(i.checked=f&&typeof f!="function"&&typeof f!="symbol"),x!=null&&typeof x!="function"&&typeof x!="symbol"&&typeof x!="boolean"?i.name=""+An(x):i.removeAttribute("name")}function Mg(i,s,a,l,f,m,b,x){if(m!=null&&typeof m!="function"&&typeof m!="symbol"&&typeof m!="boolean"&&(i.type=m),s!=null||a!=null){if(!(m!=="submit"&&m!=="reset"||s!=null))return;a=a!=null?""+An(a):"",s=s!=null?""+An(s):a,x||s===i.value||(i.value=s),i.defaultValue=s}l=l??f,l=typeof l!="function"&&typeof l!="symbol"&&!!l,i.checked=x?i.checked:!!l,i.defaultChecked=!!l,b!=null&&typeof b!="function"&&typeof b!="symbol"&&typeof b!="boolean"&&(i.name=b)}function Uf(i,s,a){s==="number"&&Il(i.ownerDocument)===i||i.defaultValue===""+a||(i.defaultValue=""+a)}function Ms(i,s,a,l){if(i=i.options,s){s={};for(var f=0;f<a.length;f++)s["$"+a[f]]=!0;for(a=0;a<i.length;a++)f=s.hasOwnProperty("$"+i[a].value),i[a].selected!==f&&(i[a].selected=f),f&&l&&(i[a].defaultSelected=!0)}else{for(a=""+An(a),s=null,f=0;f<i.length;f++){if(i[f].value===a){i[f].selected=!0,l&&(i[f].defaultSelected=!0);return}s!==null||i[f].disabled||(s=i[f])}s!==null&&(s.selected=!0)}}function Cg(i,s,a){if(s!=null&&(s=""+An(s),s!==i.value&&(i.value=s),a==null)){i.defaultValue!==s&&(i.defaultValue=s);return}i.defaultValue=a!=null?""+An(a):""}function Dg(i,s,a,l){if(s==null){if(l!=null){if(a!=null)throw Error(r(92));if(W(l)){if(1<l.length)throw Error(r(93));l=l[0]}a=l}a==null&&(a=""),s=a}a=An(s),i.defaultValue=a,l=i.textContent,l===a&&l!==""&&l!==null&&(i.value=l)}function Cs(i,s){if(s){var a=i.firstChild;if(a&&a===i.lastChild&&a.nodeType===3){a.nodeValue=s;return}}i.textContent=s}var MO=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function Ng(i,s,a){var l=s.indexOf("--")===0;a==null||typeof a=="boolean"||a===""?l?i.setProperty(s,""):s==="float"?i.cssFloat="":i[s]="":l?i.setProperty(s,a):typeof a!="number"||a===0||MO.has(s)?s==="float"?i.cssFloat=a:i[s]=(""+a).trim():i[s]=a+"px"}function $g(i,s,a){if(s!=null&&typeof s!="object")throw Error(r(62));if(i=i.style,a!=null){for(var l in a)!a.hasOwnProperty(l)||s!=null&&s.hasOwnProperty(l)||(l.indexOf("--")===0?i.setProperty(l,""):l==="float"?i.cssFloat="":i[l]="");for(var f in s)l=s[f],s.hasOwnProperty(f)&&a[f]!==l&&Ng(i,f,l)}else for(var m in s)s.hasOwnProperty(m)&&Ng(i,m,s[m])}function zf(i){if(i.indexOf("-")===-1)return!1;switch(i){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var CO=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"]]),DO=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function Hl(i){return DO.test(""+i)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":i}var Kf=null;function qf(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var Ds=null,Ns=null;function jg(i){var s=Rs(i);if(s&&(i=s.stateNode)){var a=i[Wt]||null;e:switch(i=s.stateNode,s.type){case"input":if(Vf(i,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),s=a.name,a.type==="radio"&&s!=null){for(a=i;a.parentNode;)a=a.parentNode;for(a=a.querySelectorAll('input[name="'+En(""+s)+'"][type="radio"]'),s=0;s<a.length;s++){var l=a[s];if(l!==i&&l.form===i.form){var f=l[Wt]||null;if(!f)throw Error(r(90));Vf(l,f.value,f.defaultValue,f.defaultValue,f.checked,f.defaultChecked,f.type,f.name)}}for(s=0;s<a.length;s++)l=a[s],l.form===i.form&&kg(l)}break e;case"textarea":Cg(i,a.value,a.defaultValue);break e;case"select":s=a.value,s!=null&&Ms(i,!!a.multiple,s,!1)}}}var Pf=!1;function Bg(i,s,a){if(Pf)return i(s,a);Pf=!0;try{var l=i(s);return l}finally{if(Pf=!1,(Ds!==null||Ns!==null)&&(Mc(),Ds&&(s=Ds,i=Ns,Ns=Ds=null,jg(s),i)))for(s=0;s<i.length;s++)jg(i[s])}}function na(i,s){var a=i.stateNode;if(a===null)return null;var l=a[Wt]||null;if(l===null)return null;a=l[s];e:switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(l=!l.disabled)||(i=i.type,l=!(i==="button"||i==="input"||i==="select"||i==="textarea")),i=!l;break e;default:i=!1}if(i)return null;if(a&&typeof a!="function")throw Error(r(231,s,typeof a));return a}var xi=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),If=!1;if(xi)try{var ia={};Object.defineProperty(ia,"passive",{get:function(){If=!0}}),window.addEventListener("test",ia,ia),window.removeEventListener("test",ia,ia)}catch{If=!1}var tr=null,Hf=null,Fl=null;function Lg(){if(Fl)return Fl;var i,s=Hf,a=s.length,l,f="value"in tr?tr.value:tr.textContent,m=f.length;for(i=0;i<a&&s[i]===f[i];i++);var b=a-i;for(l=1;l<=b&&s[a-l]===f[m-l];l++);return Fl=f.slice(i,1<l?1-l:void 0)}function Gl(i){var s=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&s===13&&(i=13)):i=s,i===10&&(i=13),32<=i||i===13?i:0}function Yl(){return!0}function Vg(){return!1}function en(i){function s(a,l,f,m,b){this._reactName=a,this._targetInst=f,this.type=l,this.nativeEvent=m,this.target=b,this.currentTarget=null;for(var x in i)i.hasOwnProperty(x)&&(a=i[x],this[x]=a?a(m):m[x]);return this.isDefaultPrevented=(m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1)?Yl:Vg,this.isPropagationStopped=Vg,this}return y(s.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Yl)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Yl)},persist:function(){},isPersistent:Yl}),s}var Kr={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Xl=en(Kr),ra=y({},Kr,{view:0,detail:0}),NO=en(ra),Ff,Gf,sa,Jl=y({},ra,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Xf,button:0,buttons:0,relatedTarget:function(i){return i.relatedTarget===void 0?i.fromElement===i.srcElement?i.toElement:i.fromElement:i.relatedTarget},movementX:function(i){return"movementX"in i?i.movementX:(i!==sa&&(sa&&i.type==="mousemove"?(Ff=i.screenX-sa.screenX,Gf=i.screenY-sa.screenY):Gf=Ff=0,sa=i),Ff)},movementY:function(i){return"movementY"in i?i.movementY:Gf}}),Ug=en(Jl),$O=y({},Jl,{dataTransfer:0}),jO=en($O),BO=y({},ra,{relatedTarget:0}),Yf=en(BO),LO=y({},Kr,{animationName:0,elapsedTime:0,pseudoElement:0}),VO=en(LO),UO=y({},Kr,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),zO=en(UO),KO=y({},Kr,{data:0}),zg=en(KO),qO={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},PO={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"},IO={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function HO(i){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(i):(i=IO[i])?!!s[i]:!1}function Xf(){return HO}var FO=y({},ra,{key:function(i){if(i.key){var s=qO[i.key]||i.key;if(s!=="Unidentified")return s}return i.type==="keypress"?(i=Gl(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?PO[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Xf,charCode:function(i){return i.type==="keypress"?Gl(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?Gl(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),GO=en(FO),YO=y({},Jl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Kg=en(YO),XO=y({},ra,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Xf}),JO=en(XO),ZO=y({},Kr,{propertyName:0,elapsedTime:0,pseudoElement:0}),QO=en(ZO),WO=y({},Jl,{deltaX:function(i){return"deltaX"in i?i.deltaX:"wheelDeltaX"in i?-i.wheelDeltaX:0},deltaY:function(i){return"deltaY"in i?i.deltaY:"wheelDeltaY"in i?-i.wheelDeltaY:"wheelDelta"in i?-i.wheelDelta:0},deltaZ:0,deltaMode:0}),e_=en(WO),t_=y({},Kr,{newState:0,oldState:0}),n_=en(t_),i_=[9,13,27,32],Jf=xi&&"CompositionEvent"in window,oa=null;xi&&"documentMode"in document&&(oa=document.documentMode);var r_=xi&&"TextEvent"in window&&!oa,qg=xi&&(!Jf||oa&&8<oa&&11>=oa),Pg=" ",Ig=!1;function Hg(i,s){switch(i){case"keyup":return i_.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Fg(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var $s=!1;function s_(i,s){switch(i){case"compositionend":return Fg(s);case"keypress":return s.which!==32?null:(Ig=!0,Pg);case"textInput":return i=s.data,i===Pg&&Ig?null:i;default:return null}}function o_(i,s){if($s)return i==="compositionend"||!Jf&&Hg(i,s)?(i=Lg(),Fl=Hf=tr=null,$s=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(s.ctrlKey||s.altKey||s.metaKey)||s.ctrlKey&&s.altKey){if(s.char&&1<s.char.length)return s.char;if(s.which)return String.fromCharCode(s.which)}return null;case"compositionend":return qg&&s.locale!=="ko"?null:s.data;default:return null}}var a_={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Gg(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s==="input"?!!a_[i.type]:s==="textarea"}function Yg(i,s,a,l){Ds?Ns?Ns.push(l):Ns=[l]:Ds=l,s=Bc(s,"onChange"),0<s.length&&(a=new Xl("onChange","change",null,a,l),i.push({event:a,listeners:s}))}var aa=null,la=null;function l_(i){_0(i,0)}function Zl(i){var s=ta(i);if(kg(s))return i}function Xg(i,s){if(i==="change")return s}var Jg=!1;if(xi){var Zf;if(xi){var Qf="oninput"in document;if(!Qf){var Zg=document.createElement("div");Zg.setAttribute("oninput","return;"),Qf=typeof Zg.oninput=="function"}Zf=Qf}else Zf=!1;Jg=Zf&&(!document.documentMode||9<document.documentMode)}function Qg(){aa&&(aa.detachEvent("onpropertychange",Wg),la=aa=null)}function Wg(i){if(i.propertyName==="value"&&Zl(la)){var s=[];Yg(s,la,i,qf(i)),Bg(l_,s)}}function c_(i,s,a){i==="focusin"?(Qg(),aa=s,la=a,aa.attachEvent("onpropertychange",Wg)):i==="focusout"&&Qg()}function u_(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return Zl(la)}function f_(i,s){if(i==="click")return Zl(s)}function d_(i,s){if(i==="input"||i==="change")return Zl(s)}function h_(i,s){return i===s&&(i!==0||1/i===1/s)||i!==i&&s!==s}var fn=typeof Object.is=="function"?Object.is:h_;function ca(i,s){if(fn(i,s))return!0;if(typeof i!="object"||i===null||typeof s!="object"||s===null)return!1;var a=Object.keys(i),l=Object.keys(s);if(a.length!==l.length)return!1;for(l=0;l<a.length;l++){var f=a[l];if(!xe.call(s,f)||!fn(i[f],s[f]))return!1}return!0}function eb(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function tb(i,s){var a=eb(i);i=0;for(var l;a;){if(a.nodeType===3){if(l=i+a.textContent.length,i<=s&&l>=s)return{node:a,offset:s-i};i=l}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=eb(a)}}function nb(i,s){return i&&s?i===s?!0:i&&i.nodeType===3?!1:s&&s.nodeType===3?nb(i,s.parentNode):"contains"in i?i.contains(s):i.compareDocumentPosition?!!(i.compareDocumentPosition(s)&16):!1:!1}function ib(i){i=i!=null&&i.ownerDocument!=null&&i.ownerDocument.defaultView!=null?i.ownerDocument.defaultView:window;for(var s=Il(i.document);s instanceof i.HTMLIFrameElement;){try{var a=typeof s.contentWindow.location.href=="string"}catch{a=!1}if(a)i=s.contentWindow;else break;s=Il(i.document)}return s}function Wf(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s&&(s==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||s==="textarea"||i.contentEditable==="true")}var p_=xi&&"documentMode"in document&&11>=document.documentMode,js=null,ed=null,ua=null,td=!1;function rb(i,s,a){var l=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;td||js==null||js!==Il(l)||(l=js,"selectionStart"in l&&Wf(l)?l={start:l.selectionStart,end:l.selectionEnd}:(l=(l.ownerDocument&&l.ownerDocument.defaultView||window).getSelection(),l={anchorNode:l.anchorNode,anchorOffset:l.anchorOffset,focusNode:l.focusNode,focusOffset:l.focusOffset}),ua&&ca(ua,l)||(ua=l,l=Bc(ed,"onSelect"),0<l.length&&(s=new Xl("onSelect","select",null,s,a),i.push({event:s,listeners:l}),s.target=js)))}function qr(i,s){var a={};return a[i.toLowerCase()]=s.toLowerCase(),a["Webkit"+i]="webkit"+s,a["Moz"+i]="moz"+s,a}var Bs={animationend:qr("Animation","AnimationEnd"),animationiteration:qr("Animation","AnimationIteration"),animationstart:qr("Animation","AnimationStart"),transitionrun:qr("Transition","TransitionRun"),transitionstart:qr("Transition","TransitionStart"),transitioncancel:qr("Transition","TransitionCancel"),transitionend:qr("Transition","TransitionEnd")},nd={},sb={};xi&&(sb=document.createElement("div").style,"AnimationEvent"in window||(delete Bs.animationend.animation,delete Bs.animationiteration.animation,delete Bs.animationstart.animation),"TransitionEvent"in window||delete Bs.transitionend.transition);function Pr(i){if(nd[i])return nd[i];if(!Bs[i])return i;var s=Bs[i],a;for(a in s)if(s.hasOwnProperty(a)&&a in sb)return nd[i]=s[a];return i}var ob=Pr("animationend"),ab=Pr("animationiteration"),lb=Pr("animationstart"),m_=Pr("transitionrun"),y_=Pr("transitionstart"),g_=Pr("transitioncancel"),cb=Pr("transitionend"),ub=new Map,id="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(" ");id.push("scrollEnd");function qn(i,s){ub.set(i,s),zr(s,[i])}var fb=new WeakMap;function Rn(i,s){if(typeof i=="object"&&i!==null){var a=fb.get(i);return a!==void 0?a:(s={value:i,source:s,stack:Og(s)},fb.set(i,s),s)}return{value:i,source:s,stack:Og(s)}}var On=[],Ls=0,rd=0;function Ql(){for(var i=Ls,s=rd=Ls=0;s<i;){var a=On[s];On[s++]=null;var l=On[s];On[s++]=null;var f=On[s];On[s++]=null;var m=On[s];if(On[s++]=null,l!==null&&f!==null){var b=l.pending;b===null?f.next=f:(f.next=b.next,b.next=f),l.pending=f}m!==0&&db(a,f,m)}}function Wl(i,s,a,l){On[Ls++]=i,On[Ls++]=s,On[Ls++]=a,On[Ls++]=l,rd|=l,i.lanes|=l,i=i.alternate,i!==null&&(i.lanes|=l)}function sd(i,s,a,l){return Wl(i,s,a,l),ec(i)}function Vs(i,s){return Wl(i,null,null,s),ec(i)}function db(i,s,a){i.lanes|=a;var l=i.alternate;l!==null&&(l.lanes|=a);for(var f=!1,m=i.return;m!==null;)m.childLanes|=a,l=m.alternate,l!==null&&(l.childLanes|=a),m.tag===22&&(i=m.stateNode,i===null||i._visibility&1||(f=!0)),i=m,m=m.return;return i.tag===3?(m=i.stateNode,f&&s!==null&&(f=31-un(a),i=m.hiddenUpdates,l=i[f],l===null?i[f]=[s]:l.push(s),s.lane=a|536870912),m):null}function ec(i){if(50<ja)throw ja=0,fh=null,Error(r(185));for(var s=i.return;s!==null;)i=s,s=i.return;return i.tag===3?i.stateNode:null}var Us={};function b_(i,s,a,l){this.tag=i,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=s,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=l,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function dn(i,s,a,l){return new b_(i,s,a,l)}function od(i){return i=i.prototype,!(!i||!i.isReactComponent)}function wi(i,s){var a=i.alternate;return a===null?(a=dn(i.tag,s,i.key,i.mode),a.elementType=i.elementType,a.type=i.type,a.stateNode=i.stateNode,a.alternate=i,i.alternate=a):(a.pendingProps=s,a.type=i.type,a.flags=0,a.subtreeFlags=0,a.deletions=null),a.flags=i.flags&65011712,a.childLanes=i.childLanes,a.lanes=i.lanes,a.child=i.child,a.memoizedProps=i.memoizedProps,a.memoizedState=i.memoizedState,a.updateQueue=i.updateQueue,s=i.dependencies,a.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},a.sibling=i.sibling,a.index=i.index,a.ref=i.ref,a.refCleanup=i.refCleanup,a}function hb(i,s){i.flags&=65011714;var a=i.alternate;return a===null?(i.childLanes=0,i.lanes=s,i.child=null,i.subtreeFlags=0,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null,i.stateNode=null):(i.childLanes=a.childLanes,i.lanes=a.lanes,i.child=a.child,i.subtreeFlags=0,i.deletions=null,i.memoizedProps=a.memoizedProps,i.memoizedState=a.memoizedState,i.updateQueue=a.updateQueue,i.type=a.type,s=a.dependencies,i.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext}),i}function tc(i,s,a,l,f,m){var b=0;if(l=i,typeof i=="function")od(i)&&(b=1);else if(typeof i=="string")b=Sk(i,a,se.current)?26:i==="html"||i==="head"||i==="body"?27:5;else e:switch(i){case ie:return i=dn(31,a,s,f),i.elementType=ie,i.lanes=m,i;case w:return Ir(a.children,f,m,s);case T:b=8,f|=24;break;case D:return i=dn(12,a,s,f|2),i.elementType=D,i.lanes=m,i;case _:return i=dn(13,a,s,f),i.elementType=_,i.lanes=m,i;case J:return i=dn(19,a,s,f),i.elementType=J,i.lanes=m,i;default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case C:case M:b=10;break e;case O:b=9;break e;case j:b=11;break e;case H:b=14;break e;case F:b=16,l=null;break e}b=29,a=Error(r(130,i===null?"null":typeof i,"")),l=null}return s=dn(b,a,s,f),s.elementType=i,s.type=l,s.lanes=m,s}function Ir(i,s,a,l){return i=dn(7,i,l,s),i.lanes=a,i}function ad(i,s,a){return i=dn(6,i,null,s),i.lanes=a,i}function ld(i,s,a){return s=dn(4,i.children!==null?i.children:[],i.key,s),s.lanes=a,s.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},s}var zs=[],Ks=0,nc=null,ic=0,_n=[],kn=0,Hr=null,Ti=1,Ai="";function Fr(i,s){zs[Ks++]=ic,zs[Ks++]=nc,nc=i,ic=s}function pb(i,s,a){_n[kn++]=Ti,_n[kn++]=Ai,_n[kn++]=Hr,Hr=i;var l=Ti;i=Ai;var f=32-un(l)-1;l&=~(1<<f),a+=1;var m=32-un(s)+f;if(30<m){var b=f-f%5;m=(l&(1<<b)-1).toString(32),l>>=b,f-=b,Ti=1<<32-un(s)+f|a<<f|l,Ai=m+i}else Ti=1<<m|a<<f|l,Ai=i}function cd(i){i.return!==null&&(Fr(i,1),pb(i,1,0))}function ud(i){for(;i===nc;)nc=zs[--Ks],zs[Ks]=null,ic=zs[--Ks],zs[Ks]=null;for(;i===Hr;)Hr=_n[--kn],_n[kn]=null,Ai=_n[--kn],_n[kn]=null,Ti=_n[--kn],_n[kn]=null}var Yt=null,st=null,$e=!1,Gr=null,Wn=!1,fd=Error(r(519));function Yr(i){var s=Error(r(418,""));throw ha(Rn(s,i)),fd}function mb(i){var s=i.stateNode,a=i.type,l=i.memoizedProps;switch(s[qt]=i,s[Wt]=l,a){case"dialog":_e("cancel",s),_e("close",s);break;case"iframe":case"object":case"embed":_e("load",s);break;case"video":case"audio":for(a=0;a<La.length;a++)_e(La[a],s);break;case"source":_e("error",s);break;case"img":case"image":case"link":_e("error",s),_e("load",s);break;case"details":_e("toggle",s);break;case"input":_e("invalid",s),Mg(s,l.value,l.defaultValue,l.checked,l.defaultChecked,l.type,l.name,!0),Pl(s);break;case"select":_e("invalid",s);break;case"textarea":_e("invalid",s),Dg(s,l.value,l.defaultValue,l.children),Pl(s)}a=l.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||s.textContent===""+a||l.suppressHydrationWarning===!0||D0(s.textContent,a)?(l.popover!=null&&(_e("beforetoggle",s),_e("toggle",s)),l.onScroll!=null&&_e("scroll",s),l.onScrollEnd!=null&&_e("scrollend",s),l.onClick!=null&&(s.onclick=Lc),s=!0):s=!1,s||Yr(i)}function yb(i){for(Yt=i.return;Yt;)switch(Yt.tag){case 5:case 13:Wn=!1;return;case 27:case 3:Wn=!0;return;default:Yt=Yt.return}}function fa(i){if(i!==Yt)return!1;if(!$e)return yb(i),$e=!0,!1;var s=i.tag,a;if((a=s!==3&&s!==27)&&((a=s===5)&&(a=i.type,a=!(a!=="form"&&a!=="button")||Oh(i.type,i.memoizedProps)),a=!a),a&&st&&Yr(i),yb(i),s===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(r(317));e:{for(i=i.nextSibling,s=0;i;){if(i.nodeType===8)if(a=i.data,a==="/$"){if(s===0){st=In(i.nextSibling);break e}s--}else a!=="$"&&a!=="$!"&&a!=="$?"||s++;i=i.nextSibling}st=null}}else s===27?(s=st,gr(i.type)?(i=Ch,Ch=null,st=i):st=s):st=Yt?In(i.stateNode.nextSibling):null;return!0}function da(){st=Yt=null,$e=!1}function gb(){var i=Gr;return i!==null&&(rn===null?rn=i:rn.push.apply(rn,i),Gr=null),i}function ha(i){Gr===null?Gr=[i]:Gr.push(i)}var dd=I(null),Xr=null,Ei=null;function nr(i,s,a){X(dd,s._currentValue),s._currentValue=a}function Ri(i){i._currentValue=dd.current,te(dd)}function hd(i,s,a){for(;i!==null;){var l=i.alternate;if((i.childLanes&s)!==s?(i.childLanes|=s,l!==null&&(l.childLanes|=s)):l!==null&&(l.childLanes&s)!==s&&(l.childLanes|=s),i===a)break;i=i.return}}function pd(i,s,a,l){var f=i.child;for(f!==null&&(f.return=i);f!==null;){var m=f.dependencies;if(m!==null){var b=f.child;m=m.firstContext;e:for(;m!==null;){var x=m;m=f;for(var E=0;E<s.length;E++)if(x.context===s[E]){m.lanes|=a,x=m.alternate,x!==null&&(x.lanes|=a),hd(m.return,a,i),l||(b=null);break e}m=x.next}}else if(f.tag===18){if(b=f.return,b===null)throw Error(r(341));b.lanes|=a,m=b.alternate,m!==null&&(m.lanes|=a),hd(b,a,i),b=null}else b=f.child;if(b!==null)b.return=f;else for(b=f;b!==null;){if(b===i){b=null;break}if(f=b.sibling,f!==null){f.return=b.return,b=f;break}b=b.return}f=b}}function pa(i,s,a,l){i=null;for(var f=s,m=!1;f!==null;){if(!m){if((f.flags&524288)!==0)m=!0;else if((f.flags&262144)!==0)break}if(f.tag===10){var b=f.alternate;if(b===null)throw Error(r(387));if(b=b.memoizedProps,b!==null){var x=f.type;fn(f.pendingProps.value,b.value)||(i!==null?i.push(x):i=[x])}}else if(f===rt.current){if(b=f.alternate,b===null)throw Error(r(387));b.memoizedState.memoizedState!==f.memoizedState.memoizedState&&(i!==null?i.push(Pa):i=[Pa])}f=f.return}i!==null&&pd(s,i,a,l),s.flags|=262144}function rc(i){for(i=i.firstContext;i!==null;){if(!fn(i.context._currentValue,i.memoizedValue))return!0;i=i.next}return!1}function Jr(i){Xr=i,Ei=null,i=i.dependencies,i!==null&&(i.firstContext=null)}function Pt(i){return bb(Xr,i)}function sc(i,s){return Xr===null&&Jr(i),bb(i,s)}function bb(i,s){var a=s._currentValue;if(s={context:s,memoizedValue:a,next:null},Ei===null){if(i===null)throw Error(r(308));Ei=s,i.dependencies={lanes:0,firstContext:s},i.flags|=524288}else Ei=Ei.next=s;return a}var v_=typeof AbortController<"u"?AbortController:function(){var i=[],s=this.signal={aborted:!1,addEventListener:function(a,l){i.push(l)}};this.abort=function(){s.aborted=!0,i.forEach(function(a){return a()})}},S_=t.unstable_scheduleCallback,x_=t.unstable_NormalPriority,Ot={$$typeof:M,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function md(){return{controller:new v_,data:new Map,refCount:0}}function ma(i){i.refCount--,i.refCount===0&&S_(x_,function(){i.controller.abort()})}var ya=null,yd=0,qs=0,Ps=null;function w_(i,s){if(ya===null){var a=ya=[];yd=0,qs=bh(),Ps={status:"pending",value:void 0,then:function(l){a.push(l)}}}return yd++,s.then(vb,vb),s}function vb(){if(--yd===0&&ya!==null){Ps!==null&&(Ps.status="fulfilled");var i=ya;ya=null,qs=0,Ps=null;for(var s=0;s<i.length;s++)(0,i[s])()}}function T_(i,s){var a=[],l={status:"pending",value:null,reason:null,then:function(f){a.push(f)}};return i.then(function(){l.status="fulfilled",l.value=s;for(var f=0;f<a.length;f++)(0,a[f])(s)},function(f){for(l.status="rejected",l.reason=f,f=0;f<a.length;f++)(0,a[f])(void 0)}),l}var Sb=B.S;B.S=function(i,s){typeof s=="object"&&s!==null&&typeof s.then=="function"&&w_(i,s),Sb!==null&&Sb(i,s)};var Zr=I(null);function gd(){var i=Zr.current;return i!==null?i:Fe.pooledCache}function oc(i,s){s===null?X(Zr,Zr.current):X(Zr,s.pool)}function xb(){var i=gd();return i===null?null:{parent:Ot._currentValue,pool:i}}var ga=Error(r(460)),wb=Error(r(474)),ac=Error(r(542)),bd={then:function(){}};function Tb(i){return i=i.status,i==="fulfilled"||i==="rejected"}function lc(){}function Ab(i,s,a){switch(a=i[a],a===void 0?i.push(s):a!==s&&(s.then(lc,lc),s=a),s.status){case"fulfilled":return s.value;case"rejected":throw i=s.reason,Rb(i),i;default:if(typeof s.status=="string")s.then(lc,lc);else{if(i=Fe,i!==null&&100<i.shellSuspendCounter)throw Error(r(482));i=s,i.status="pending",i.then(function(l){if(s.status==="pending"){var f=s;f.status="fulfilled",f.value=l}},function(l){if(s.status==="pending"){var f=s;f.status="rejected",f.reason=l}})}switch(s.status){case"fulfilled":return s.value;case"rejected":throw i=s.reason,Rb(i),i}throw ba=s,ga}}var ba=null;function Eb(){if(ba===null)throw Error(r(459));var i=ba;return ba=null,i}function Rb(i){if(i===ga||i===ac)throw Error(r(483))}var ir=!1;function vd(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Sd(i,s){i=i.updateQueue,s.updateQueue===i&&(s.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,callbacks:null})}function rr(i){return{lane:i,tag:0,payload:null,callback:null,next:null}}function sr(i,s,a){var l=i.updateQueue;if(l===null)return null;if(l=l.shared,(Be&2)!==0){var f=l.pending;return f===null?s.next=s:(s.next=f.next,f.next=s),l.pending=s,s=ec(i),db(i,null,a),s}return Wl(i,l,s,a),ec(i)}function va(i,s,a){if(s=s.updateQueue,s!==null&&(s=s.shared,(a&4194048)!==0)){var l=s.lanes;l&=i.pendingLanes,a|=l,s.lanes=a,vg(i,a)}}function xd(i,s){var a=i.updateQueue,l=i.alternate;if(l!==null&&(l=l.updateQueue,a===l)){var f=null,m=null;if(a=a.firstBaseUpdate,a!==null){do{var b={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};m===null?f=m=b:m=m.next=b,a=a.next}while(a!==null);m===null?f=m=s:m=m.next=s}else f=m=s;a={baseState:l.baseState,firstBaseUpdate:f,lastBaseUpdate:m,shared:l.shared,callbacks:l.callbacks},i.updateQueue=a;return}i=a.lastBaseUpdate,i===null?a.firstBaseUpdate=s:i.next=s,a.lastBaseUpdate=s}var wd=!1;function Sa(){if(wd){var i=Ps;if(i!==null)throw i}}function xa(i,s,a,l){wd=!1;var f=i.updateQueue;ir=!1;var m=f.firstBaseUpdate,b=f.lastBaseUpdate,x=f.shared.pending;if(x!==null){f.shared.pending=null;var E=x,$=E.next;E.next=null,b===null?m=$:b.next=$,b=E;var K=i.alternate;K!==null&&(K=K.updateQueue,x=K.lastBaseUpdate,x!==b&&(x===null?K.firstBaseUpdate=$:x.next=$,K.lastBaseUpdate=E))}if(m!==null){var G=f.baseState;b=0,K=$=E=null,x=m;do{var L=x.lane&-536870913,U=L!==x.lane;if(U?(Ce&L)===L:(l&L)===L){L!==0&&L===qs&&(wd=!0),K!==null&&(K=K.next={lane:0,tag:x.tag,payload:x.payload,callback:null,next:null});e:{var me=i,de=x;L=s;var Ke=a;switch(de.tag){case 1:if(me=de.payload,typeof me=="function"){G=me.call(Ke,G,L);break e}G=me;break e;case 3:me.flags=me.flags&-65537|128;case 0:if(me=de.payload,L=typeof me=="function"?me.call(Ke,G,L):me,L==null)break e;G=y({},G,L);break e;case 2:ir=!0}}L=x.callback,L!==null&&(i.flags|=64,U&&(i.flags|=8192),U=f.callbacks,U===null?f.callbacks=[L]:U.push(L))}else U={lane:L,tag:x.tag,payload:x.payload,callback:x.callback,next:null},K===null?($=K=U,E=G):K=K.next=U,b|=L;if(x=x.next,x===null){if(x=f.shared.pending,x===null)break;U=x,x=U.next,U.next=null,f.lastBaseUpdate=U,f.shared.pending=null}}while(!0);K===null&&(E=G),f.baseState=E,f.firstBaseUpdate=$,f.lastBaseUpdate=K,m===null&&(f.shared.lanes=0),hr|=b,i.lanes=b,i.memoizedState=G}}function Ob(i,s){if(typeof i!="function")throw Error(r(191,i));i.call(s)}function _b(i,s){var a=i.callbacks;if(a!==null)for(i.callbacks=null,i=0;i<a.length;i++)Ob(a[i],s)}var Is=I(null),cc=I(0);function kb(i,s){i=Ni,X(cc,i),X(Is,s),Ni=i|s.baseLanes}function Td(){X(cc,Ni),X(Is,Is.current)}function Ad(){Ni=cc.current,te(Is),te(cc)}var or=0,Te=null,Ue=null,gt=null,uc=!1,Hs=!1,Qr=!1,fc=0,wa=0,Fs=null,A_=0;function ft(){throw Error(r(321))}function Ed(i,s){if(s===null)return!1;for(var a=0;a<s.length&&a<i.length;a++)if(!fn(i[a],s[a]))return!1;return!0}function Rd(i,s,a,l,f,m){return or=m,Te=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,B.H=i===null||i.memoizedState===null?dv:hv,Qr=!1,m=a(l,f),Qr=!1,Hs&&(m=Cb(s,a,l,f)),Mb(i),m}function Mb(i){B.H=gc;var s=Ue!==null&&Ue.next!==null;if(or=0,gt=Ue=Te=null,uc=!1,wa=0,Fs=null,s)throw Error(r(300));i===null||Dt||(i=i.dependencies,i!==null&&rc(i)&&(Dt=!0))}function Cb(i,s,a,l){Te=i;var f=0;do{if(Hs&&(Fs=null),wa=0,Hs=!1,25<=f)throw Error(r(301));if(f+=1,gt=Ue=null,i.updateQueue!=null){var m=i.updateQueue;m.lastEffect=null,m.events=null,m.stores=null,m.memoCache!=null&&(m.memoCache.index=0)}B.H=C_,m=s(a,l)}while(Hs);return m}function E_(){var i=B.H,s=i.useState()[0];return s=typeof s.then=="function"?Ta(s):s,i=i.useState()[0],(Ue!==null?Ue.memoizedState:null)!==i&&(Te.flags|=1024),s}function Od(){var i=fc!==0;return fc=0,i}function _d(i,s,a){s.updateQueue=i.updateQueue,s.flags&=-2053,i.lanes&=~a}function kd(i){if(uc){for(i=i.memoizedState;i!==null;){var s=i.queue;s!==null&&(s.pending=null),i=i.next}uc=!1}or=0,gt=Ue=Te=null,Hs=!1,wa=fc=0,Fs=null}function tn(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return gt===null?Te.memoizedState=gt=i:gt=gt.next=i,gt}function bt(){if(Ue===null){var i=Te.alternate;i=i!==null?i.memoizedState:null}else i=Ue.next;var s=gt===null?Te.memoizedState:gt.next;if(s!==null)gt=s,Ue=i;else{if(i===null)throw Te.alternate===null?Error(r(467)):Error(r(310));Ue=i,i={memoizedState:Ue.memoizedState,baseState:Ue.baseState,baseQueue:Ue.baseQueue,queue:Ue.queue,next:null},gt===null?Te.memoizedState=gt=i:gt=gt.next=i}return gt}function Md(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Ta(i){var s=wa;return wa+=1,Fs===null&&(Fs=[]),i=Ab(Fs,i,s),s=Te,(gt===null?s.memoizedState:gt.next)===null&&(s=s.alternate,B.H=s===null||s.memoizedState===null?dv:hv),i}function dc(i){if(i!==null&&typeof i=="object"){if(typeof i.then=="function")return Ta(i);if(i.$$typeof===M)return Pt(i)}throw Error(r(438,String(i)))}function Cd(i){var s=null,a=Te.updateQueue;if(a!==null&&(s=a.memoCache),s==null){var l=Te.alternate;l!==null&&(l=l.updateQueue,l!==null&&(l=l.memoCache,l!=null&&(s={data:l.data.map(function(f){return f.slice()}),index:0})))}if(s==null&&(s={data:[],index:0}),a===null&&(a=Md(),Te.updateQueue=a),a.memoCache=s,a=s.data[s.index],a===void 0)for(a=s.data[s.index]=Array(i),l=0;l<i;l++)a[l]=oe;return s.index++,a}function Oi(i,s){return typeof s=="function"?s(i):s}function hc(i){var s=bt();return Dd(s,Ue,i)}function Dd(i,s,a){var l=i.queue;if(l===null)throw Error(r(311));l.lastRenderedReducer=a;var f=i.baseQueue,m=l.pending;if(m!==null){if(f!==null){var b=f.next;f.next=m.next,m.next=b}s.baseQueue=f=m,l.pending=null}if(m=i.baseState,f===null)i.memoizedState=m;else{s=f.next;var x=b=null,E=null,$=s,K=!1;do{var G=$.lane&-536870913;if(G!==$.lane?(Ce&G)===G:(or&G)===G){var L=$.revertLane;if(L===0)E!==null&&(E=E.next={lane:0,revertLane:0,action:$.action,hasEagerState:$.hasEagerState,eagerState:$.eagerState,next:null}),G===qs&&(K=!0);else if((or&L)===L){$=$.next,L===qs&&(K=!0);continue}else G={lane:0,revertLane:$.revertLane,action:$.action,hasEagerState:$.hasEagerState,eagerState:$.eagerState,next:null},E===null?(x=E=G,b=m):E=E.next=G,Te.lanes|=L,hr|=L;G=$.action,Qr&&a(m,G),m=$.hasEagerState?$.eagerState:a(m,G)}else L={lane:G,revertLane:$.revertLane,action:$.action,hasEagerState:$.hasEagerState,eagerState:$.eagerState,next:null},E===null?(x=E=L,b=m):E=E.next=L,Te.lanes|=G,hr|=G;$=$.next}while($!==null&&$!==s);if(E===null?b=m:E.next=x,!fn(m,i.memoizedState)&&(Dt=!0,K&&(a=Ps,a!==null)))throw a;i.memoizedState=m,i.baseState=b,i.baseQueue=E,l.lastRenderedState=m}return f===null&&(l.lanes=0),[i.memoizedState,l.dispatch]}function Nd(i){var s=bt(),a=s.queue;if(a===null)throw Error(r(311));a.lastRenderedReducer=i;var l=a.dispatch,f=a.pending,m=s.memoizedState;if(f!==null){a.pending=null;var b=f=f.next;do m=i(m,b.action),b=b.next;while(b!==f);fn(m,s.memoizedState)||(Dt=!0),s.memoizedState=m,s.baseQueue===null&&(s.baseState=m),a.lastRenderedState=m}return[m,l]}function Db(i,s,a){var l=Te,f=bt(),m=$e;if(m){if(a===void 0)throw Error(r(407));a=a()}else a=s();var b=!fn((Ue||f).memoizedState,a);b&&(f.memoizedState=a,Dt=!0),f=f.queue;var x=jb.bind(null,l,f,i);if(Aa(2048,8,x,[i]),f.getSnapshot!==s||b||gt!==null&&gt.memoizedState.tag&1){if(l.flags|=2048,Gs(9,pc(),$b.bind(null,l,f,a,s),null),Fe===null)throw Error(r(349));m||(or&124)!==0||Nb(l,s,a)}return a}function Nb(i,s,a){i.flags|=16384,i={getSnapshot:s,value:a},s=Te.updateQueue,s===null?(s=Md(),Te.updateQueue=s,s.stores=[i]):(a=s.stores,a===null?s.stores=[i]:a.push(i))}function $b(i,s,a,l){s.value=a,s.getSnapshot=l,Bb(s)&&Lb(i)}function jb(i,s,a){return a(function(){Bb(s)&&Lb(i)})}function Bb(i){var s=i.getSnapshot;i=i.value;try{var a=s();return!fn(i,a)}catch{return!0}}function Lb(i){var s=Vs(i,2);s!==null&&gn(s,i,2)}function $d(i){var s=tn();if(typeof i=="function"){var a=i;if(i=a(),Qr){Wi(!0);try{a()}finally{Wi(!1)}}}return s.memoizedState=s.baseState=i,s.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:i},s}function Vb(i,s,a,l){return i.baseState=a,Dd(i,Ue,typeof l=="function"?l:Oi)}function R_(i,s,a,l,f){if(yc(i))throw Error(r(485));if(i=s.action,i!==null){var m={payload:f,action:i,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(b){m.listeners.push(b)}};B.T!==null?a(!0):m.isTransition=!1,l(m),a=s.pending,a===null?(m.next=s.pending=m,Ub(s,m)):(m.next=a.next,s.pending=a.next=m)}}function Ub(i,s){var a=s.action,l=s.payload,f=i.state;if(s.isTransition){var m=B.T,b={};B.T=b;try{var x=a(f,l),E=B.S;E!==null&&E(b,x),zb(i,s,x)}catch($){jd(i,s,$)}finally{B.T=m}}else try{m=a(f,l),zb(i,s,m)}catch($){jd(i,s,$)}}function zb(i,s,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?a.then(function(l){Kb(i,s,l)},function(l){return jd(i,s,l)}):Kb(i,s,a)}function Kb(i,s,a){s.status="fulfilled",s.value=a,qb(s),i.state=a,s=i.pending,s!==null&&(a=s.next,a===s?i.pending=null:(a=a.next,s.next=a,Ub(i,a)))}function jd(i,s,a){var l=i.pending;if(i.pending=null,l!==null){l=l.next;do s.status="rejected",s.reason=a,qb(s),s=s.next;while(s!==l)}i.action=null}function qb(i){i=i.listeners;for(var s=0;s<i.length;s++)(0,i[s])()}function Pb(i,s){return s}function Ib(i,s){if($e){var a=Fe.formState;if(a!==null){e:{var l=Te;if($e){if(st){t:{for(var f=st,m=Wn;f.nodeType!==8;){if(!m){f=null;break t}if(f=In(f.nextSibling),f===null){f=null;break t}}m=f.data,f=m==="F!"||m==="F"?f:null}if(f){st=In(f.nextSibling),l=f.data==="F!";break e}}Yr(l)}l=!1}l&&(s=a[0])}}return a=tn(),a.memoizedState=a.baseState=s,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Pb,lastRenderedState:s},a.queue=l,a=cv.bind(null,Te,l),l.dispatch=a,l=$d(!1),m=zd.bind(null,Te,!1,l.queue),l=tn(),f={state:s,dispatch:null,action:i,pending:null},l.queue=f,a=R_.bind(null,Te,f,m,a),f.dispatch=a,l.memoizedState=i,[s,a,!1]}function Hb(i){var s=bt();return Fb(s,Ue,i)}function Fb(i,s,a){if(s=Dd(i,s,Pb)[0],i=hc(Oi)[0],typeof s=="object"&&s!==null&&typeof s.then=="function")try{var l=Ta(s)}catch(b){throw b===ga?ac:b}else l=s;s=bt();var f=s.queue,m=f.dispatch;return a!==s.memoizedState&&(Te.flags|=2048,Gs(9,pc(),O_.bind(null,f,a),null)),[l,m,i]}function O_(i,s){i.action=s}function Gb(i){var s=bt(),a=Ue;if(a!==null)return Fb(s,a,i);bt(),s=s.memoizedState,a=bt();var l=a.queue.dispatch;return a.memoizedState=i,[s,l,!1]}function Gs(i,s,a,l){return i={tag:i,create:a,deps:l,inst:s,next:null},s=Te.updateQueue,s===null&&(s=Md(),Te.updateQueue=s),a=s.lastEffect,a===null?s.lastEffect=i.next=i:(l=a.next,a.next=i,i.next=l,s.lastEffect=i),i}function pc(){return{destroy:void 0,resource:void 0}}function Yb(){return bt().memoizedState}function mc(i,s,a,l){var f=tn();l=l===void 0?null:l,Te.flags|=i,f.memoizedState=Gs(1|s,pc(),a,l)}function Aa(i,s,a,l){var f=bt();l=l===void 0?null:l;var m=f.memoizedState.inst;Ue!==null&&l!==null&&Ed(l,Ue.memoizedState.deps)?f.memoizedState=Gs(s,m,a,l):(Te.flags|=i,f.memoizedState=Gs(1|s,m,a,l))}function Xb(i,s){mc(8390656,8,i,s)}function Jb(i,s){Aa(2048,8,i,s)}function Zb(i,s){return Aa(4,2,i,s)}function Qb(i,s){return Aa(4,4,i,s)}function Wb(i,s){if(typeof s=="function"){i=i();var a=s(i);return function(){typeof a=="function"?a():s(null)}}if(s!=null)return i=i(),s.current=i,function(){s.current=null}}function ev(i,s,a){a=a!=null?a.concat([i]):null,Aa(4,4,Wb.bind(null,s,i),a)}function Bd(){}function tv(i,s){var a=bt();s=s===void 0?null:s;var l=a.memoizedState;return s!==null&&Ed(s,l[1])?l[0]:(a.memoizedState=[i,s],i)}function nv(i,s){var a=bt();s=s===void 0?null:s;var l=a.memoizedState;if(s!==null&&Ed(s,l[1]))return l[0];if(l=i(),Qr){Wi(!0);try{i()}finally{Wi(!1)}}return a.memoizedState=[l,s],l}function Ld(i,s,a){return a===void 0||(or&1073741824)!==0?i.memoizedState=s:(i.memoizedState=a,i=s0(),Te.lanes|=i,hr|=i,a)}function iv(i,s,a,l){return fn(a,s)?a:Is.current!==null?(i=Ld(i,a,l),fn(i,s)||(Dt=!0),i):(or&42)===0?(Dt=!0,i.memoizedState=a):(i=s0(),Te.lanes|=i,hr|=i,s)}function rv(i,s,a,l,f){var m=q.p;q.p=m!==0&&8>m?m:8;var b=B.T,x={};B.T=x,zd(i,!1,s,a);try{var E=f(),$=B.S;if($!==null&&$(x,E),E!==null&&typeof E=="object"&&typeof E.then=="function"){var K=T_(E,l);Ea(i,s,K,yn(i))}else Ea(i,s,l,yn(i))}catch(G){Ea(i,s,{then:function(){},status:"rejected",reason:G},yn())}finally{q.p=m,B.T=b}}function __(){}function Vd(i,s,a,l){if(i.tag!==5)throw Error(r(476));var f=sv(i).queue;rv(i,f,s,z,a===null?__:function(){return ov(i),a(l)})}function sv(i){var s=i.memoizedState;if(s!==null)return s;s={memoizedState:z,baseState:z,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:z},next:null};var a={};return s.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Oi,lastRenderedState:a},next:null},i.memoizedState=s,i=i.alternate,i!==null&&(i.memoizedState=s),s}function ov(i){var s=sv(i).next.queue;Ea(i,s,{},yn())}function Ud(){return Pt(Pa)}function av(){return bt().memoizedState}function lv(){return bt().memoizedState}function k_(i){for(var s=i.return;s!==null;){switch(s.tag){case 24:case 3:var a=yn();i=rr(a);var l=sr(s,i,a);l!==null&&(gn(l,s,a),va(l,s,a)),s={cache:md()},i.payload=s;return}s=s.return}}function M_(i,s,a){var l=yn();a={lane:l,revertLane:0,action:a,hasEagerState:!1,eagerState:null,next:null},yc(i)?uv(s,a):(a=sd(i,s,a,l),a!==null&&(gn(a,i,l),fv(a,s,l)))}function cv(i,s,a){var l=yn();Ea(i,s,a,l)}function Ea(i,s,a,l){var f={lane:l,revertLane:0,action:a,hasEagerState:!1,eagerState:null,next:null};if(yc(i))uv(s,f);else{var m=i.alternate;if(i.lanes===0&&(m===null||m.lanes===0)&&(m=s.lastRenderedReducer,m!==null))try{var b=s.lastRenderedState,x=m(b,a);if(f.hasEagerState=!0,f.eagerState=x,fn(x,b))return Wl(i,s,f,0),Fe===null&&Ql(),!1}catch{}finally{}if(a=sd(i,s,f,l),a!==null)return gn(a,i,l),fv(a,s,l),!0}return!1}function zd(i,s,a,l){if(l={lane:2,revertLane:bh(),action:l,hasEagerState:!1,eagerState:null,next:null},yc(i)){if(s)throw Error(r(479))}else s=sd(i,a,l,2),s!==null&&gn(s,i,2)}function yc(i){var s=i.alternate;return i===Te||s!==null&&s===Te}function uv(i,s){Hs=uc=!0;var a=i.pending;a===null?s.next=s:(s.next=a.next,a.next=s),i.pending=s}function fv(i,s,a){if((a&4194048)!==0){var l=s.lanes;l&=i.pendingLanes,a|=l,s.lanes=a,vg(i,a)}}var gc={readContext:Pt,use:dc,useCallback:ft,useContext:ft,useEffect:ft,useImperativeHandle:ft,useLayoutEffect:ft,useInsertionEffect:ft,useMemo:ft,useReducer:ft,useRef:ft,useState:ft,useDebugValue:ft,useDeferredValue:ft,useTransition:ft,useSyncExternalStore:ft,useId:ft,useHostTransitionStatus:ft,useFormState:ft,useActionState:ft,useOptimistic:ft,useMemoCache:ft,useCacheRefresh:ft},dv={readContext:Pt,use:dc,useCallback:function(i,s){return tn().memoizedState=[i,s===void 0?null:s],i},useContext:Pt,useEffect:Xb,useImperativeHandle:function(i,s,a){a=a!=null?a.concat([i]):null,mc(4194308,4,Wb.bind(null,s,i),a)},useLayoutEffect:function(i,s){return mc(4194308,4,i,s)},useInsertionEffect:function(i,s){mc(4,2,i,s)},useMemo:function(i,s){var a=tn();s=s===void 0?null:s;var l=i();if(Qr){Wi(!0);try{i()}finally{Wi(!1)}}return a.memoizedState=[l,s],l},useReducer:function(i,s,a){var l=tn();if(a!==void 0){var f=a(s);if(Qr){Wi(!0);try{a(s)}finally{Wi(!1)}}}else f=s;return l.memoizedState=l.baseState=f,i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:f},l.queue=i,i=i.dispatch=M_.bind(null,Te,i),[l.memoizedState,i]},useRef:function(i){var s=tn();return i={current:i},s.memoizedState=i},useState:function(i){i=$d(i);var s=i.queue,a=cv.bind(null,Te,s);return s.dispatch=a,[i.memoizedState,a]},useDebugValue:Bd,useDeferredValue:function(i,s){var a=tn();return Ld(a,i,s)},useTransition:function(){var i=$d(!1);return i=rv.bind(null,Te,i.queue,!0,!1),tn().memoizedState=i,[!1,i]},useSyncExternalStore:function(i,s,a){var l=Te,f=tn();if($e){if(a===void 0)throw Error(r(407));a=a()}else{if(a=s(),Fe===null)throw Error(r(349));(Ce&124)!==0||Nb(l,s,a)}f.memoizedState=a;var m={value:a,getSnapshot:s};return f.queue=m,Xb(jb.bind(null,l,m,i),[i]),l.flags|=2048,Gs(9,pc(),$b.bind(null,l,m,a,s),null),a},useId:function(){var i=tn(),s=Fe.identifierPrefix;if($e){var a=Ai,l=Ti;a=(l&~(1<<32-un(l)-1)).toString(32)+a,s="ยซ"+s+"R"+a,a=fc++,0<a&&(s+="H"+a.toString(32)),s+="ยป"}else a=A_++,s="ยซ"+s+"r"+a.toString(32)+"ยป";return i.memoizedState=s},useHostTransitionStatus:Ud,useFormState:Ib,useActionState:Ib,useOptimistic:function(i){var s=tn();s.memoizedState=s.baseState=i;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return s.queue=a,s=zd.bind(null,Te,!0,a),a.dispatch=s,[i,s]},useMemoCache:Cd,useCacheRefresh:function(){return tn().memoizedState=k_.bind(null,Te)}},hv={readContext:Pt,use:dc,useCallback:tv,useContext:Pt,useEffect:Jb,useImperativeHandle:ev,useInsertionEffect:Zb,useLayoutEffect:Qb,useMemo:nv,useReducer:hc,useRef:Yb,useState:function(){return hc(Oi)},useDebugValue:Bd,useDeferredValue:function(i,s){var a=bt();return iv(a,Ue.memoizedState,i,s)},useTransition:function(){var i=hc(Oi)[0],s=bt().memoizedState;return[typeof i=="boolean"?i:Ta(i),s]},useSyncExternalStore:Db,useId:av,useHostTransitionStatus:Ud,useFormState:Hb,useActionState:Hb,useOptimistic:function(i,s){var a=bt();return Vb(a,Ue,i,s)},useMemoCache:Cd,useCacheRefresh:lv},C_={readContext:Pt,use:dc,useCallback:tv,useContext:Pt,useEffect:Jb,useImperativeHandle:ev,useInsertionEffect:Zb,useLayoutEffect:Qb,useMemo:nv,useReducer:Nd,useRef:Yb,useState:function(){return Nd(Oi)},useDebugValue:Bd,useDeferredValue:function(i,s){var a=bt();return Ue===null?Ld(a,i,s):iv(a,Ue.memoizedState,i,s)},useTransition:function(){var i=Nd(Oi)[0],s=bt().memoizedState;return[typeof i=="boolean"?i:Ta(i),s]},useSyncExternalStore:Db,useId:av,useHostTransitionStatus:Ud,useFormState:Gb,useActionState:Gb,useOptimistic:function(i,s){var a=bt();return Ue!==null?Vb(a,Ue,i,s):(a.baseState=i,[i,a.queue.dispatch])},useMemoCache:Cd,useCacheRefresh:lv},Ys=null,Ra=0;function bc(i){var s=Ra;return Ra+=1,Ys===null&&(Ys=[]),Ab(Ys,i,s)}function Oa(i,s){s=s.props.ref,i.ref=s!==void 0?s:null}function vc(i,s){throw s.$$typeof===g?Error(r(525)):(i=Object.prototype.toString.call(s),Error(r(31,i==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":i)))}function pv(i){var s=i._init;return s(i._payload)}function mv(i){function s(k,R){if(i){var N=k.deletions;N===null?(k.deletions=[R],k.flags|=16):N.push(R)}}function a(k,R){if(!i)return null;for(;R!==null;)s(k,R),R=R.sibling;return null}function l(k){for(var R=new Map;k!==null;)k.key!==null?R.set(k.key,k):R.set(k.index,k),k=k.sibling;return R}function f(k,R){return k=wi(k,R),k.index=0,k.sibling=null,k}function m(k,R,N){return k.index=N,i?(N=k.alternate,N!==null?(N=N.index,N<R?(k.flags|=67108866,R):N):(k.flags|=67108866,R)):(k.flags|=1048576,R)}function b(k){return i&&k.alternate===null&&(k.flags|=67108866),k}function x(k,R,N,P){return R===null||R.tag!==6?(R=ad(N,k.mode,P),R.return=k,R):(R=f(R,N),R.return=k,R)}function E(k,R,N,P){var re=N.type;return re===w?K(k,R,N.props.children,P,N.key):R!==null&&(R.elementType===re||typeof re=="object"&&re!==null&&re.$$typeof===F&&pv(re)===R.type)?(R=f(R,N.props),Oa(R,N),R.return=k,R):(R=tc(N.type,N.key,N.props,null,k.mode,P),Oa(R,N),R.return=k,R)}function $(k,R,N,P){return R===null||R.tag!==4||R.stateNode.containerInfo!==N.containerInfo||R.stateNode.implementation!==N.implementation?(R=ld(N,k.mode,P),R.return=k,R):(R=f(R,N.children||[]),R.return=k,R)}function K(k,R,N,P,re){return R===null||R.tag!==7?(R=Ir(N,k.mode,P,re),R.return=k,R):(R=f(R,N),R.return=k,R)}function G(k,R,N){if(typeof R=="string"&&R!==""||typeof R=="number"||typeof R=="bigint")return R=ad(""+R,k.mode,N),R.return=k,R;if(typeof R=="object"&&R!==null){switch(R.$$typeof){case v:return N=tc(R.type,R.key,R.props,null,k.mode,N),Oa(N,R),N.return=k,N;case S:return R=ld(R,k.mode,N),R.return=k,R;case F:var P=R._init;return R=P(R._payload),G(k,R,N)}if(W(R)||ge(R))return R=Ir(R,k.mode,N,null),R.return=k,R;if(typeof R.then=="function")return G(k,bc(R),N);if(R.$$typeof===M)return G(k,sc(k,R),N);vc(k,R)}return null}function L(k,R,N,P){var re=R!==null?R.key:null;if(typeof N=="string"&&N!==""||typeof N=="number"||typeof N=="bigint")return re!==null?null:x(k,R,""+N,P);if(typeof N=="object"&&N!==null){switch(N.$$typeof){case v:return N.key===re?E(k,R,N,P):null;case S:return N.key===re?$(k,R,N,P):null;case F:return re=N._init,N=re(N._payload),L(k,R,N,P)}if(W(N)||ge(N))return re!==null?null:K(k,R,N,P,null);if(typeof N.then=="function")return L(k,R,bc(N),P);if(N.$$typeof===M)return L(k,R,sc(k,N),P);vc(k,N)}return null}function U(k,R,N,P,re){if(typeof P=="string"&&P!==""||typeof P=="number"||typeof P=="bigint")return k=k.get(N)||null,x(R,k,""+P,re);if(typeof P=="object"&&P!==null){switch(P.$$typeof){case v:return k=k.get(P.key===null?N:P.key)||null,E(R,k,P,re);case S:return k=k.get(P.key===null?N:P.key)||null,$(R,k,P,re);case F:var Ee=P._init;return P=Ee(P._payload),U(k,R,N,P,re)}if(W(P)||ge(P))return k=k.get(N)||null,K(R,k,P,re,null);if(typeof P.then=="function")return U(k,R,N,bc(P),re);if(P.$$typeof===M)return U(k,R,N,sc(R,P),re);vc(R,P)}return null}function me(k,R,N,P){for(var re=null,Ee=null,ce=R,he=R=0,$t=null;ce!==null&&he<N.length;he++){ce.index>he?($t=ce,ce=null):$t=ce.sibling;var Ne=L(k,ce,N[he],P);if(Ne===null){ce===null&&(ce=$t);break}i&&ce&&Ne.alternate===null&&s(k,ce),R=m(Ne,R,he),Ee===null?re=Ne:Ee.sibling=Ne,Ee=Ne,ce=$t}if(he===N.length)return a(k,ce),$e&&Fr(k,he),re;if(ce===null){for(;he<N.length;he++)ce=G(k,N[he],P),ce!==null&&(R=m(ce,R,he),Ee===null?re=ce:Ee.sibling=ce,Ee=ce);return $e&&Fr(k,he),re}for(ce=l(ce);he<N.length;he++)$t=U(ce,k,he,N[he],P),$t!==null&&(i&&$t.alternate!==null&&ce.delete($t.key===null?he:$t.key),R=m($t,R,he),Ee===null?re=$t:Ee.sibling=$t,Ee=$t);return i&&ce.forEach(function(wr){return s(k,wr)}),$e&&Fr(k,he),re}function de(k,R,N,P){if(N==null)throw Error(r(151));for(var re=null,Ee=null,ce=R,he=R=0,$t=null,Ne=N.next();ce!==null&&!Ne.done;he++,Ne=N.next()){ce.index>he?($t=ce,ce=null):$t=ce.sibling;var wr=L(k,ce,Ne.value,P);if(wr===null){ce===null&&(ce=$t);break}i&&ce&&wr.alternate===null&&s(k,ce),R=m(wr,R,he),Ee===null?re=wr:Ee.sibling=wr,Ee=wr,ce=$t}if(Ne.done)return a(k,ce),$e&&Fr(k,he),re;if(ce===null){for(;!Ne.done;he++,Ne=N.next())Ne=G(k,Ne.value,P),Ne!==null&&(R=m(Ne,R,he),Ee===null?re=Ne:Ee.sibling=Ne,Ee=Ne);return $e&&Fr(k,he),re}for(ce=l(ce);!Ne.done;he++,Ne=N.next())Ne=U(ce,k,he,Ne.value,P),Ne!==null&&(i&&Ne.alternate!==null&&ce.delete(Ne.key===null?he:Ne.key),R=m(Ne,R,he),Ee===null?re=Ne:Ee.sibling=Ne,Ee=Ne);return i&&ce.forEach(function(Dk){return s(k,Dk)}),$e&&Fr(k,he),re}function Ke(k,R,N,P){if(typeof N=="object"&&N!==null&&N.type===w&&N.key===null&&(N=N.props.children),typeof N=="object"&&N!==null){switch(N.$$typeof){case v:e:{for(var re=N.key;R!==null;){if(R.key===re){if(re=N.type,re===w){if(R.tag===7){a(k,R.sibling),P=f(R,N.props.children),P.return=k,k=P;break e}}else if(R.elementType===re||typeof re=="object"&&re!==null&&re.$$typeof===F&&pv(re)===R.type){a(k,R.sibling),P=f(R,N.props),Oa(P,N),P.return=k,k=P;break e}a(k,R);break}else s(k,R);R=R.sibling}N.type===w?(P=Ir(N.props.children,k.mode,P,N.key),P.return=k,k=P):(P=tc(N.type,N.key,N.props,null,k.mode,P),Oa(P,N),P.return=k,k=P)}return b(k);case S:e:{for(re=N.key;R!==null;){if(R.key===re)if(R.tag===4&&R.stateNode.containerInfo===N.containerInfo&&R.stateNode.implementation===N.implementation){a(k,R.sibling),P=f(R,N.children||[]),P.return=k,k=P;break e}else{a(k,R);break}else s(k,R);R=R.sibling}P=ld(N,k.mode,P),P.return=k,k=P}return b(k);case F:return re=N._init,N=re(N._payload),Ke(k,R,N,P)}if(W(N))return me(k,R,N,P);if(ge(N)){if(re=ge(N),typeof re!="function")throw Error(r(150));return N=re.call(N),de(k,R,N,P)}if(typeof N.then=="function")return Ke(k,R,bc(N),P);if(N.$$typeof===M)return Ke(k,R,sc(k,N),P);vc(k,N)}return typeof N=="string"&&N!==""||typeof N=="number"||typeof N=="bigint"?(N=""+N,R!==null&&R.tag===6?(a(k,R.sibling),P=f(R,N),P.return=k,k=P):(a(k,R),P=ad(N,k.mode,P),P.return=k,k=P),b(k)):a(k,R)}return function(k,R,N,P){try{Ra=0;var re=Ke(k,R,N,P);return Ys=null,re}catch(ce){if(ce===ga||ce===ac)throw ce;var Ee=dn(29,ce,null,k.mode);return Ee.lanes=P,Ee.return=k,Ee}finally{}}}var Xs=mv(!0),yv=mv(!1),Mn=I(null),ei=null;function ar(i){var s=i.alternate;X(_t,_t.current&1),X(Mn,i),ei===null&&(s===null||Is.current!==null||s.memoizedState!==null)&&(ei=i)}function gv(i){if(i.tag===22){if(X(_t,_t.current),X(Mn,i),ei===null){var s=i.alternate;s!==null&&s.memoizedState!==null&&(ei=i)}}else lr()}function lr(){X(_t,_t.current),X(Mn,Mn.current)}function _i(i){te(Mn),ei===i&&(ei=null),te(_t)}var _t=I(0);function Sc(i){for(var s=i;s!==null;){if(s.tag===13){var a=s.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||a.data==="$?"||Mh(a)))return s}else if(s.tag===19&&s.memoizedProps.revealOrder!==void 0){if((s.flags&128)!==0)return s}else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return null;s=s.return}s.sibling.return=s.return,s=s.sibling}return null}function Kd(i,s,a,l){s=i.memoizedState,a=a(l,s),a=a==null?s:y({},s,a),i.memoizedState=a,i.lanes===0&&(i.updateQueue.baseState=a)}var qd={enqueueSetState:function(i,s,a){i=i._reactInternals;var l=yn(),f=rr(l);f.payload=s,a!=null&&(f.callback=a),s=sr(i,f,l),s!==null&&(gn(s,i,l),va(s,i,l))},enqueueReplaceState:function(i,s,a){i=i._reactInternals;var l=yn(),f=rr(l);f.tag=1,f.payload=s,a!=null&&(f.callback=a),s=sr(i,f,l),s!==null&&(gn(s,i,l),va(s,i,l))},enqueueForceUpdate:function(i,s){i=i._reactInternals;var a=yn(),l=rr(a);l.tag=2,s!=null&&(l.callback=s),s=sr(i,l,a),s!==null&&(gn(s,i,a),va(s,i,a))}};function bv(i,s,a,l,f,m,b){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(l,m,b):s.prototype&&s.prototype.isPureReactComponent?!ca(a,l)||!ca(f,m):!0}function vv(i,s,a,l){i=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(a,l),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(a,l),s.state!==i&&qd.enqueueReplaceState(s,s.state,null)}function Wr(i,s){var a=s;if("ref"in s){a={};for(var l in s)l!=="ref"&&(a[l]=s[l])}if(i=i.defaultProps){a===s&&(a=y({},a));for(var f in i)a[f]===void 0&&(a[f]=i[f])}return a}var xc=typeof reportError=="function"?reportError:function(i){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var s=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof i=="object"&&i!==null&&typeof i.message=="string"?String(i.message):String(i),error:i});if(!window.dispatchEvent(s))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",i);return}console.error(i)};function Sv(i){xc(i)}function xv(i){console.error(i)}function wv(i){xc(i)}function wc(i,s){try{var a=i.onUncaughtError;a(s.value,{componentStack:s.stack})}catch(l){setTimeout(function(){throw l})}}function Tv(i,s,a){try{var l=i.onCaughtError;l(a.value,{componentStack:a.stack,errorBoundary:s.tag===1?s.stateNode:null})}catch(f){setTimeout(function(){throw f})}}function Pd(i,s,a){return a=rr(a),a.tag=3,a.payload={element:null},a.callback=function(){wc(i,s)},a}function Av(i){return i=rr(i),i.tag=3,i}function Ev(i,s,a,l){var f=a.type.getDerivedStateFromError;if(typeof f=="function"){var m=l.value;i.payload=function(){return f(m)},i.callback=function(){Tv(s,a,l)}}var b=a.stateNode;b!==null&&typeof b.componentDidCatch=="function"&&(i.callback=function(){Tv(s,a,l),typeof f!="function"&&(pr===null?pr=new Set([this]):pr.add(this));var x=l.stack;this.componentDidCatch(l.value,{componentStack:x!==null?x:""})})}function D_(i,s,a,l,f){if(a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){if(s=a.alternate,s!==null&&pa(s,a,f,!0),a=Mn.current,a!==null){switch(a.tag){case 13:return ei===null?hh():a.alternate===null&&ot===0&&(ot=3),a.flags&=-257,a.flags|=65536,a.lanes=f,l===bd?a.flags|=16384:(s=a.updateQueue,s===null?a.updateQueue=new Set([l]):s.add(l),mh(i,l,f)),!1;case 22:return a.flags|=65536,l===bd?a.flags|=16384:(s=a.updateQueue,s===null?(s={transitions:null,markerInstances:null,retryQueue:new Set([l])},a.updateQueue=s):(a=s.retryQueue,a===null?s.retryQueue=new Set([l]):a.add(l)),mh(i,l,f)),!1}throw Error(r(435,a.tag))}return mh(i,l,f),hh(),!1}if($e)return s=Mn.current,s!==null?((s.flags&65536)===0&&(s.flags|=256),s.flags|=65536,s.lanes=f,l!==fd&&(i=Error(r(422),{cause:l}),ha(Rn(i,a)))):(l!==fd&&(s=Error(r(423),{cause:l}),ha(Rn(s,a))),i=i.current.alternate,i.flags|=65536,f&=-f,i.lanes|=f,l=Rn(l,a),f=Pd(i.stateNode,l,f),xd(i,f),ot!==4&&(ot=2)),!1;var m=Error(r(520),{cause:l});if(m=Rn(m,a),$a===null?$a=[m]:$a.push(m),ot!==4&&(ot=2),s===null)return!0;l=Rn(l,a),a=s;do{switch(a.tag){case 3:return a.flags|=65536,i=f&-f,a.lanes|=i,i=Pd(a.stateNode,l,i),xd(a,i),!1;case 1:if(s=a.type,m=a.stateNode,(a.flags&128)===0&&(typeof s.getDerivedStateFromError=="function"||m!==null&&typeof m.componentDidCatch=="function"&&(pr===null||!pr.has(m))))return a.flags|=65536,f&=-f,a.lanes|=f,f=Av(f),Ev(f,i,a,l),xd(a,f),!1}a=a.return}while(a!==null);return!1}var Rv=Error(r(461)),Dt=!1;function Lt(i,s,a,l){s.child=i===null?yv(s,null,a,l):Xs(s,i.child,a,l)}function Ov(i,s,a,l,f){a=a.render;var m=s.ref;if("ref"in l){var b={};for(var x in l)x!=="ref"&&(b[x]=l[x])}else b=l;return Jr(s),l=Rd(i,s,a,b,m,f),x=Od(),i!==null&&!Dt?(_d(i,s,f),ki(i,s,f)):($e&&x&&cd(s),s.flags|=1,Lt(i,s,l,f),s.child)}function _v(i,s,a,l,f){if(i===null){var m=a.type;return typeof m=="function"&&!od(m)&&m.defaultProps===void 0&&a.compare===null?(s.tag=15,s.type=m,kv(i,s,m,l,f)):(i=tc(a.type,null,l,s,s.mode,f),i.ref=s.ref,i.return=s,s.child=i)}if(m=i.child,!Zd(i,f)){var b=m.memoizedProps;if(a=a.compare,a=a!==null?a:ca,a(b,l)&&i.ref===s.ref)return ki(i,s,f)}return s.flags|=1,i=wi(m,l),i.ref=s.ref,i.return=s,s.child=i}function kv(i,s,a,l,f){if(i!==null){var m=i.memoizedProps;if(ca(m,l)&&i.ref===s.ref)if(Dt=!1,s.pendingProps=l=m,Zd(i,f))(i.flags&131072)!==0&&(Dt=!0);else return s.lanes=i.lanes,ki(i,s,f)}return Id(i,s,a,l,f)}function Mv(i,s,a){var l=s.pendingProps,f=l.children,m=i!==null?i.memoizedState:null;if(l.mode==="hidden"){if((s.flags&128)!==0){if(l=m!==null?m.baseLanes|a:a,i!==null){for(f=s.child=i.child,m=0;f!==null;)m=m|f.lanes|f.childLanes,f=f.sibling;s.childLanes=m&~l}else s.childLanes=0,s.child=null;return Cv(i,s,l,a)}if((a&536870912)!==0)s.memoizedState={baseLanes:0,cachePool:null},i!==null&&oc(s,m!==null?m.cachePool:null),m!==null?kb(s,m):Td(),gv(s);else return s.lanes=s.childLanes=536870912,Cv(i,s,m!==null?m.baseLanes|a:a,a)}else m!==null?(oc(s,m.cachePool),kb(s,m),lr(),s.memoizedState=null):(i!==null&&oc(s,null),Td(),lr());return Lt(i,s,f,a),s.child}function Cv(i,s,a,l){var f=gd();return f=f===null?null:{parent:Ot._currentValue,pool:f},s.memoizedState={baseLanes:a,cachePool:f},i!==null&&oc(s,null),Td(),gv(s),i!==null&&pa(i,s,l,!0),null}function Tc(i,s){var a=s.ref;if(a===null)i!==null&&i.ref!==null&&(s.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error(r(284));(i===null||i.ref!==a)&&(s.flags|=4194816)}}function Id(i,s,a,l,f){return Jr(s),a=Rd(i,s,a,l,void 0,f),l=Od(),i!==null&&!Dt?(_d(i,s,f),ki(i,s,f)):($e&&l&&cd(s),s.flags|=1,Lt(i,s,a,f),s.child)}function Dv(i,s,a,l,f,m){return Jr(s),s.updateQueue=null,a=Cb(s,l,a,f),Mb(i),l=Od(),i!==null&&!Dt?(_d(i,s,m),ki(i,s,m)):($e&&l&&cd(s),s.flags|=1,Lt(i,s,a,m),s.child)}function Nv(i,s,a,l,f){if(Jr(s),s.stateNode===null){var m=Us,b=a.contextType;typeof b=="object"&&b!==null&&(m=Pt(b)),m=new a(l,m),s.memoizedState=m.state!==null&&m.state!==void 0?m.state:null,m.updater=qd,s.stateNode=m,m._reactInternals=s,m=s.stateNode,m.props=l,m.state=s.memoizedState,m.refs={},vd(s),b=a.contextType,m.context=typeof b=="object"&&b!==null?Pt(b):Us,m.state=s.memoizedState,b=a.getDerivedStateFromProps,typeof b=="function"&&(Kd(s,a,b,l),m.state=s.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof m.getSnapshotBeforeUpdate=="function"||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(b=m.state,typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount(),b!==m.state&&qd.enqueueReplaceState(m,m.state,null),xa(s,l,m,f),Sa(),m.state=s.memoizedState),typeof m.componentDidMount=="function"&&(s.flags|=4194308),l=!0}else if(i===null){m=s.stateNode;var x=s.memoizedProps,E=Wr(a,x);m.props=E;var $=m.context,K=a.contextType;b=Us,typeof K=="object"&&K!==null&&(b=Pt(K));var G=a.getDerivedStateFromProps;K=typeof G=="function"||typeof m.getSnapshotBeforeUpdate=="function",x=s.pendingProps!==x,K||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(x||$!==b)&&vv(s,m,l,b),ir=!1;var L=s.memoizedState;m.state=L,xa(s,l,m,f),Sa(),$=s.memoizedState,x||L!==$||ir?(typeof G=="function"&&(Kd(s,a,G,l),$=s.memoizedState),(E=ir||bv(s,a,E,l,L,$,b))?(K||typeof m.UNSAFE_componentWillMount!="function"&&typeof m.componentWillMount!="function"||(typeof m.componentWillMount=="function"&&m.componentWillMount(),typeof m.UNSAFE_componentWillMount=="function"&&m.UNSAFE_componentWillMount()),typeof m.componentDidMount=="function"&&(s.flags|=4194308)):(typeof m.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=l,s.memoizedState=$),m.props=l,m.state=$,m.context=b,l=E):(typeof m.componentDidMount=="function"&&(s.flags|=4194308),l=!1)}else{m=s.stateNode,Sd(i,s),b=s.memoizedProps,K=Wr(a,b),m.props=K,G=s.pendingProps,L=m.context,$=a.contextType,E=Us,typeof $=="object"&&$!==null&&(E=Pt($)),x=a.getDerivedStateFromProps,($=typeof x=="function"||typeof m.getSnapshotBeforeUpdate=="function")||typeof m.UNSAFE_componentWillReceiveProps!="function"&&typeof m.componentWillReceiveProps!="function"||(b!==G||L!==E)&&vv(s,m,l,E),ir=!1,L=s.memoizedState,m.state=L,xa(s,l,m,f),Sa();var U=s.memoizedState;b!==G||L!==U||ir||i!==null&&i.dependencies!==null&&rc(i.dependencies)?(typeof x=="function"&&(Kd(s,a,x,l),U=s.memoizedState),(K=ir||bv(s,a,K,l,L,U,E)||i!==null&&i.dependencies!==null&&rc(i.dependencies))?($||typeof m.UNSAFE_componentWillUpdate!="function"&&typeof m.componentWillUpdate!="function"||(typeof m.componentWillUpdate=="function"&&m.componentWillUpdate(l,U,E),typeof m.UNSAFE_componentWillUpdate=="function"&&m.UNSAFE_componentWillUpdate(l,U,E)),typeof m.componentDidUpdate=="function"&&(s.flags|=4),typeof m.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof m.componentDidUpdate!="function"||b===i.memoizedProps&&L===i.memoizedState||(s.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||b===i.memoizedProps&&L===i.memoizedState||(s.flags|=1024),s.memoizedProps=l,s.memoizedState=U),m.props=l,m.state=U,m.context=E,l=K):(typeof m.componentDidUpdate!="function"||b===i.memoizedProps&&L===i.memoizedState||(s.flags|=4),typeof m.getSnapshotBeforeUpdate!="function"||b===i.memoizedProps&&L===i.memoizedState||(s.flags|=1024),l=!1)}return m=l,Tc(i,s),l=(s.flags&128)!==0,m||l?(m=s.stateNode,a=l&&typeof a.getDerivedStateFromError!="function"?null:m.render(),s.flags|=1,i!==null&&l?(s.child=Xs(s,i.child,null,f),s.child=Xs(s,null,a,f)):Lt(i,s,a,f),s.memoizedState=m.state,i=s.child):i=ki(i,s,f),i}function $v(i,s,a,l){return da(),s.flags|=256,Lt(i,s,a,l),s.child}var Hd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Fd(i){return{baseLanes:i,cachePool:xb()}}function Gd(i,s,a){return i=i!==null?i.childLanes&~a:0,s&&(i|=Cn),i}function jv(i,s,a){var l=s.pendingProps,f=!1,m=(s.flags&128)!==0,b;if((b=m)||(b=i!==null&&i.memoizedState===null?!1:(_t.current&2)!==0),b&&(f=!0,s.flags&=-129),b=(s.flags&32)!==0,s.flags&=-33,i===null){if($e){if(f?ar(s):lr(),$e){var x=st,E;if(E=x){e:{for(E=x,x=Wn;E.nodeType!==8;){if(!x){x=null;break e}if(E=In(E.nextSibling),E===null){x=null;break e}}x=E}x!==null?(s.memoizedState={dehydrated:x,treeContext:Hr!==null?{id:Ti,overflow:Ai}:null,retryLane:536870912,hydrationErrors:null},E=dn(18,null,null,0),E.stateNode=x,E.return=s,s.child=E,Yt=s,st=null,E=!0):E=!1}E||Yr(s)}if(x=s.memoizedState,x!==null&&(x=x.dehydrated,x!==null))return Mh(x)?s.lanes=32:s.lanes=536870912,null;_i(s)}return x=l.children,l=l.fallback,f?(lr(),f=s.mode,x=Ac({mode:"hidden",children:x},f),l=Ir(l,f,a,null),x.return=s,l.return=s,x.sibling=l,s.child=x,f=s.child,f.memoizedState=Fd(a),f.childLanes=Gd(i,b,a),s.memoizedState=Hd,l):(ar(s),Yd(s,x))}if(E=i.memoizedState,E!==null&&(x=E.dehydrated,x!==null)){if(m)s.flags&256?(ar(s),s.flags&=-257,s=Xd(i,s,a)):s.memoizedState!==null?(lr(),s.child=i.child,s.flags|=128,s=null):(lr(),f=l.fallback,x=s.mode,l=Ac({mode:"visible",children:l.children},x),f=Ir(f,x,a,null),f.flags|=2,l.return=s,f.return=s,l.sibling=f,s.child=l,Xs(s,i.child,null,a),l=s.child,l.memoizedState=Fd(a),l.childLanes=Gd(i,b,a),s.memoizedState=Hd,s=f);else if(ar(s),Mh(x)){if(b=x.nextSibling&&x.nextSibling.dataset,b)var $=b.dgst;b=$,l=Error(r(419)),l.stack="",l.digest=b,ha({value:l,source:null,stack:null}),s=Xd(i,s,a)}else if(Dt||pa(i,s,a,!1),b=(a&i.childLanes)!==0,Dt||b){if(b=Fe,b!==null&&(l=a&-a,l=(l&42)!==0?1:Cf(l),l=(l&(b.suspendedLanes|a))!==0?0:l,l!==0&&l!==E.retryLane))throw E.retryLane=l,Vs(i,l),gn(b,i,l),Rv;x.data==="$?"||hh(),s=Xd(i,s,a)}else x.data==="$?"?(s.flags|=192,s.child=i.child,s=null):(i=E.treeContext,st=In(x.nextSibling),Yt=s,$e=!0,Gr=null,Wn=!1,i!==null&&(_n[kn++]=Ti,_n[kn++]=Ai,_n[kn++]=Hr,Ti=i.id,Ai=i.overflow,Hr=s),s=Yd(s,l.children),s.flags|=4096);return s}return f?(lr(),f=l.fallback,x=s.mode,E=i.child,$=E.sibling,l=wi(E,{mode:"hidden",children:l.children}),l.subtreeFlags=E.subtreeFlags&65011712,$!==null?f=wi($,f):(f=Ir(f,x,a,null),f.flags|=2),f.return=s,l.return=s,l.sibling=f,s.child=l,l=f,f=s.child,x=i.child.memoizedState,x===null?x=Fd(a):(E=x.cachePool,E!==null?($=Ot._currentValue,E=E.parent!==$?{parent:$,pool:$}:E):E=xb(),x={baseLanes:x.baseLanes|a,cachePool:E}),f.memoizedState=x,f.childLanes=Gd(i,b,a),s.memoizedState=Hd,l):(ar(s),a=i.child,i=a.sibling,a=wi(a,{mode:"visible",children:l.children}),a.return=s,a.sibling=null,i!==null&&(b=s.deletions,b===null?(s.deletions=[i],s.flags|=16):b.push(i)),s.child=a,s.memoizedState=null,a)}function Yd(i,s){return s=Ac({mode:"visible",children:s},i.mode),s.return=i,i.child=s}function Ac(i,s){return i=dn(22,i,null,s),i.lanes=0,i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},i}function Xd(i,s,a){return Xs(s,i.child,null,a),i=Yd(s,s.pendingProps.children),i.flags|=2,s.memoizedState=null,i}function Bv(i,s,a){i.lanes|=s;var l=i.alternate;l!==null&&(l.lanes|=s),hd(i.return,s,a)}function Jd(i,s,a,l,f){var m=i.memoizedState;m===null?i.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:l,tail:a,tailMode:f}:(m.isBackwards=s,m.rendering=null,m.renderingStartTime=0,m.last=l,m.tail=a,m.tailMode=f)}function Lv(i,s,a){var l=s.pendingProps,f=l.revealOrder,m=l.tail;if(Lt(i,s,l.children,a),l=_t.current,(l&2)!==0)l=l&1|2,s.flags|=128;else{if(i!==null&&(i.flags&128)!==0)e:for(i=s.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&Bv(i,a,s);else if(i.tag===19)Bv(i,a,s);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===s)break e;for(;i.sibling===null;){if(i.return===null||i.return===s)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}l&=1}switch(X(_t,l),f){case"forwards":for(a=s.child,f=null;a!==null;)i=a.alternate,i!==null&&Sc(i)===null&&(f=a),a=a.sibling;a=f,a===null?(f=s.child,s.child=null):(f=a.sibling,a.sibling=null),Jd(s,!1,f,a,m);break;case"backwards":for(a=null,f=s.child,s.child=null;f!==null;){if(i=f.alternate,i!==null&&Sc(i)===null){s.child=f;break}i=f.sibling,f.sibling=a,a=f,f=i}Jd(s,!0,a,null,m);break;case"together":Jd(s,!1,null,null,void 0);break;default:s.memoizedState=null}return s.child}function ki(i,s,a){if(i!==null&&(s.dependencies=i.dependencies),hr|=s.lanes,(a&s.childLanes)===0)if(i!==null){if(pa(i,s,a,!1),(a&s.childLanes)===0)return null}else return null;if(i!==null&&s.child!==i.child)throw Error(r(153));if(s.child!==null){for(i=s.child,a=wi(i,i.pendingProps),s.child=a,a.return=s;i.sibling!==null;)i=i.sibling,a=a.sibling=wi(i,i.pendingProps),a.return=s;a.sibling=null}return s.child}function Zd(i,s){return(i.lanes&s)!==0?!0:(i=i.dependencies,!!(i!==null&&rc(i)))}function N_(i,s,a){switch(s.tag){case 3:Ve(s,s.stateNode.containerInfo),nr(s,Ot,i.memoizedState.cache),da();break;case 27:case 5:Qi(s);break;case 4:Ve(s,s.stateNode.containerInfo);break;case 10:nr(s,s.type,s.memoizedProps.value);break;case 13:var l=s.memoizedState;if(l!==null)return l.dehydrated!==null?(ar(s),s.flags|=128,null):(a&s.child.childLanes)!==0?jv(i,s,a):(ar(s),i=ki(i,s,a),i!==null?i.sibling:null);ar(s);break;case 19:var f=(i.flags&128)!==0;if(l=(a&s.childLanes)!==0,l||(pa(i,s,a,!1),l=(a&s.childLanes)!==0),f){if(l)return Lv(i,s,a);s.flags|=128}if(f=s.memoizedState,f!==null&&(f.rendering=null,f.tail=null,f.lastEffect=null),X(_t,_t.current),l)break;return null;case 22:case 23:return s.lanes=0,Mv(i,s,a);case 24:nr(s,Ot,i.memoizedState.cache)}return ki(i,s,a)}function Vv(i,s,a){if(i!==null)if(i.memoizedProps!==s.pendingProps)Dt=!0;else{if(!Zd(i,a)&&(s.flags&128)===0)return Dt=!1,N_(i,s,a);Dt=(i.flags&131072)!==0}else Dt=!1,$e&&(s.flags&1048576)!==0&&pb(s,ic,s.index);switch(s.lanes=0,s.tag){case 16:e:{i=s.pendingProps;var l=s.elementType,f=l._init;if(l=f(l._payload),s.type=l,typeof l=="function")od(l)?(i=Wr(l,i),s.tag=1,s=Nv(null,s,l,i,a)):(s.tag=0,s=Id(null,s,l,i,a));else{if(l!=null){if(f=l.$$typeof,f===j){s.tag=11,s=Ov(null,s,l,i,a);break e}else if(f===H){s.tag=14,s=_v(null,s,l,i,a);break e}}throw s=Q(l)||l,Error(r(306,s,""))}}return s;case 0:return Id(i,s,s.type,s.pendingProps,a);case 1:return l=s.type,f=Wr(l,s.pendingProps),Nv(i,s,l,f,a);case 3:e:{if(Ve(s,s.stateNode.containerInfo),i===null)throw Error(r(387));l=s.pendingProps;var m=s.memoizedState;f=m.element,Sd(i,s),xa(s,l,null,a);var b=s.memoizedState;if(l=b.cache,nr(s,Ot,l),l!==m.cache&&pd(s,[Ot],a,!0),Sa(),l=b.element,m.isDehydrated)if(m={element:l,isDehydrated:!1,cache:b.cache},s.updateQueue.baseState=m,s.memoizedState=m,s.flags&256){s=$v(i,s,l,a);break e}else if(l!==f){f=Rn(Error(r(424)),s),ha(f),s=$v(i,s,l,a);break e}else{switch(i=s.stateNode.containerInfo,i.nodeType){case 9:i=i.body;break;default:i=i.nodeName==="HTML"?i.ownerDocument.body:i}for(st=In(i.firstChild),Yt=s,$e=!0,Gr=null,Wn=!0,a=yv(s,null,l,a),s.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling}else{if(da(),l===f){s=ki(i,s,a);break e}Lt(i,s,l,a)}s=s.child}return s;case 26:return Tc(i,s),i===null?(a=q0(s.type,null,s.pendingProps,null))?s.memoizedState=a:$e||(a=s.type,i=s.pendingProps,l=Vc(le.current).createElement(a),l[qt]=s,l[Wt]=i,Ut(l,a,i),Ct(l),s.stateNode=l):s.memoizedState=q0(s.type,i.memoizedProps,s.pendingProps,i.memoizedState),null;case 27:return Qi(s),i===null&&$e&&(l=s.stateNode=U0(s.type,s.pendingProps,le.current),Yt=s,Wn=!0,f=st,gr(s.type)?(Ch=f,st=In(l.firstChild)):st=f),Lt(i,s,s.pendingProps.children,a),Tc(i,s),i===null&&(s.flags|=4194304),s.child;case 5:return i===null&&$e&&((f=l=st)&&(l=ak(l,s.type,s.pendingProps,Wn),l!==null?(s.stateNode=l,Yt=s,st=In(l.firstChild),Wn=!1,f=!0):f=!1),f||Yr(s)),Qi(s),f=s.type,m=s.pendingProps,b=i!==null?i.memoizedProps:null,l=m.children,Oh(f,m)?l=null:b!==null&&Oh(f,b)&&(s.flags|=32),s.memoizedState!==null&&(f=Rd(i,s,E_,null,null,a),Pa._currentValue=f),Tc(i,s),Lt(i,s,l,a),s.child;case 6:return i===null&&$e&&((i=a=st)&&(a=lk(a,s.pendingProps,Wn),a!==null?(s.stateNode=a,Yt=s,st=null,i=!0):i=!1),i||Yr(s)),null;case 13:return jv(i,s,a);case 4:return Ve(s,s.stateNode.containerInfo),l=s.pendingProps,i===null?s.child=Xs(s,null,l,a):Lt(i,s,l,a),s.child;case 11:return Ov(i,s,s.type,s.pendingProps,a);case 7:return Lt(i,s,s.pendingProps,a),s.child;case 8:return Lt(i,s,s.pendingProps.children,a),s.child;case 12:return Lt(i,s,s.pendingProps.children,a),s.child;case 10:return l=s.pendingProps,nr(s,s.type,l.value),Lt(i,s,l.children,a),s.child;case 9:return f=s.type._context,l=s.pendingProps.children,Jr(s),f=Pt(f),l=l(f),s.flags|=1,Lt(i,s,l,a),s.child;case 14:return _v(i,s,s.type,s.pendingProps,a);case 15:return kv(i,s,s.type,s.pendingProps,a);case 19:return Lv(i,s,a);case 31:return l=s.pendingProps,a=s.mode,l={mode:l.mode,children:l.children},i===null?(a=Ac(l,a),a.ref=s.ref,s.child=a,a.return=s,s=a):(a=wi(i.child,l),a.ref=s.ref,s.child=a,a.return=s,s=a),s;case 22:return Mv(i,s,a);case 24:return Jr(s),l=Pt(Ot),i===null?(f=gd(),f===null&&(f=Fe,m=md(),f.pooledCache=m,m.refCount++,m!==null&&(f.pooledCacheLanes|=a),f=m),s.memoizedState={parent:l,cache:f},vd(s),nr(s,Ot,f)):((i.lanes&a)!==0&&(Sd(i,s),xa(s,null,null,a),Sa()),f=i.memoizedState,m=s.memoizedState,f.parent!==l?(f={parent:l,cache:l},s.memoizedState=f,s.lanes===0&&(s.memoizedState=s.updateQueue.baseState=f),nr(s,Ot,l)):(l=m.cache,nr(s,Ot,l),l!==f.cache&&pd(s,[Ot],a,!0))),Lt(i,s,s.pendingProps.children,a),s.child;case 29:throw s.pendingProps}throw Error(r(156,s.tag))}function Mi(i){i.flags|=4}function Uv(i,s){if(s.type!=="stylesheet"||(s.state.loading&4)!==0)i.flags&=-16777217;else if(i.flags|=16777216,!G0(s)){if(s=Mn.current,s!==null&&((Ce&4194048)===Ce?ei!==null:(Ce&62914560)!==Ce&&(Ce&536870912)===0||s!==ei))throw ba=bd,wb;i.flags|=8192}}function Ec(i,s){s!==null&&(i.flags|=4),i.flags&16384&&(s=i.tag!==22?gg():536870912,i.lanes|=s,Ws|=s)}function _a(i,s){if(!$e)switch(i.tailMode){case"hidden":s=i.tail;for(var a=null;s!==null;)s.alternate!==null&&(a=s),s=s.sibling;a===null?i.tail=null:a.sibling=null;break;case"collapsed":a=i.tail;for(var l=null;a!==null;)a.alternate!==null&&(l=a),a=a.sibling;l===null?s||i.tail===null?i.tail=null:i.tail.sibling=null:l.sibling=null}}function tt(i){var s=i.alternate!==null&&i.alternate.child===i.child,a=0,l=0;if(s)for(var f=i.child;f!==null;)a|=f.lanes|f.childLanes,l|=f.subtreeFlags&65011712,l|=f.flags&65011712,f.return=i,f=f.sibling;else for(f=i.child;f!==null;)a|=f.lanes|f.childLanes,l|=f.subtreeFlags,l|=f.flags,f.return=i,f=f.sibling;return i.subtreeFlags|=l,i.childLanes=a,s}function $_(i,s,a){var l=s.pendingProps;switch(ud(s),s.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return tt(s),null;case 1:return tt(s),null;case 3:return a=s.stateNode,l=null,i!==null&&(l=i.memoizedState.cache),s.memoizedState.cache!==l&&(s.flags|=2048),Ri(Ot),xn(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(i===null||i.child===null)&&(fa(s)?Mi(s):i===null||i.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,gb())),tt(s),null;case 26:return a=s.memoizedState,i===null?(Mi(s),a!==null?(tt(s),Uv(s,a)):(tt(s),s.flags&=-16777217)):a?a!==i.memoizedState?(Mi(s),tt(s),Uv(s,a)):(tt(s),s.flags&=-16777217):(i.memoizedProps!==l&&Mi(s),tt(s),s.flags&=-16777217),null;case 27:vi(s),a=le.current;var f=s.type;if(i!==null&&s.stateNode!=null)i.memoizedProps!==l&&Mi(s);else{if(!l){if(s.stateNode===null)throw Error(r(166));return tt(s),null}i=se.current,fa(s)?mb(s):(i=U0(f,l,a),s.stateNode=i,Mi(s))}return tt(s),null;case 5:if(vi(s),a=s.type,i!==null&&s.stateNode!=null)i.memoizedProps!==l&&Mi(s);else{if(!l){if(s.stateNode===null)throw Error(r(166));return tt(s),null}if(i=se.current,fa(s))mb(s);else{switch(f=Vc(le.current),i){case 1:i=f.createElementNS("http://www.w3.org/2000/svg",a);break;case 2:i=f.createElementNS("http://www.w3.org/1998/Math/MathML",a);break;default:switch(a){case"svg":i=f.createElementNS("http://www.w3.org/2000/svg",a);break;case"math":i=f.createElementNS("http://www.w3.org/1998/Math/MathML",a);break;case"script":i=f.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild);break;case"select":i=typeof l.is=="string"?f.createElement("select",{is:l.is}):f.createElement("select"),l.multiple?i.multiple=!0:l.size&&(i.size=l.size);break;default:i=typeof l.is=="string"?f.createElement(a,{is:l.is}):f.createElement(a)}}i[qt]=s,i[Wt]=l;e:for(f=s.child;f!==null;){if(f.tag===5||f.tag===6)i.appendChild(f.stateNode);else if(f.tag!==4&&f.tag!==27&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===s)break e;for(;f.sibling===null;){if(f.return===null||f.return===s)break e;f=f.return}f.sibling.return=f.return,f=f.sibling}s.stateNode=i;e:switch(Ut(i,a,l),a){case"button":case"input":case"select":case"textarea":i=!!l.autoFocus;break e;case"img":i=!0;break e;default:i=!1}i&&Mi(s)}}return tt(s),s.flags&=-16777217,null;case 6:if(i&&s.stateNode!=null)i.memoizedProps!==l&&Mi(s);else{if(typeof l!="string"&&s.stateNode===null)throw Error(r(166));if(i=le.current,fa(s)){if(i=s.stateNode,a=s.memoizedProps,l=null,f=Yt,f!==null)switch(f.tag){case 27:case 5:l=f.memoizedProps}i[qt]=s,i=!!(i.nodeValue===a||l!==null&&l.suppressHydrationWarning===!0||D0(i.nodeValue,a)),i||Yr(s)}else i=Vc(i).createTextNode(l),i[qt]=s,s.stateNode=i}return tt(s),null;case 13:if(l=s.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(f=fa(s),l!==null&&l.dehydrated!==null){if(i===null){if(!f)throw Error(r(318));if(f=s.memoizedState,f=f!==null?f.dehydrated:null,!f)throw Error(r(317));f[qt]=s}else da(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;tt(s),f=!1}else f=gb(),i!==null&&i.memoizedState!==null&&(i.memoizedState.hydrationErrors=f),f=!0;if(!f)return s.flags&256?(_i(s),s):(_i(s),null)}if(_i(s),(s.flags&128)!==0)return s.lanes=a,s;if(a=l!==null,i=i!==null&&i.memoizedState!==null,a){l=s.child,f=null,l.alternate!==null&&l.alternate.memoizedState!==null&&l.alternate.memoizedState.cachePool!==null&&(f=l.alternate.memoizedState.cachePool.pool);var m=null;l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(m=l.memoizedState.cachePool.pool),m!==f&&(l.flags|=2048)}return a!==i&&a&&(s.child.flags|=8192),Ec(s,s.updateQueue),tt(s),null;case 4:return xn(),i===null&&wh(s.stateNode.containerInfo),tt(s),null;case 10:return Ri(s.type),tt(s),null;case 19:if(te(_t),f=s.memoizedState,f===null)return tt(s),null;if(l=(s.flags&128)!==0,m=f.rendering,m===null)if(l)_a(f,!1);else{if(ot!==0||i!==null&&(i.flags&128)!==0)for(i=s.child;i!==null;){if(m=Sc(i),m!==null){for(s.flags|=128,_a(f,!1),i=m.updateQueue,s.updateQueue=i,Ec(s,i),s.subtreeFlags=0,i=a,a=s.child;a!==null;)hb(a,i),a=a.sibling;return X(_t,_t.current&1|2),s.child}i=i.sibling}f.tail!==null&&we()>_c&&(s.flags|=128,l=!0,_a(f,!1),s.lanes=4194304)}else{if(!l)if(i=Sc(m),i!==null){if(s.flags|=128,l=!0,i=i.updateQueue,s.updateQueue=i,Ec(s,i),_a(f,!0),f.tail===null&&f.tailMode==="hidden"&&!m.alternate&&!$e)return tt(s),null}else 2*we()-f.renderingStartTime>_c&&a!==536870912&&(s.flags|=128,l=!0,_a(f,!1),s.lanes=4194304);f.isBackwards?(m.sibling=s.child,s.child=m):(i=f.last,i!==null?i.sibling=m:s.child=m,f.last=m)}return f.tail!==null?(s=f.tail,f.rendering=s,f.tail=s.sibling,f.renderingStartTime=we(),s.sibling=null,i=_t.current,X(_t,l?i&1|2:i&1),s):(tt(s),null);case 22:case 23:return _i(s),Ad(),l=s.memoizedState!==null,i!==null?i.memoizedState!==null!==l&&(s.flags|=8192):l&&(s.flags|=8192),l?(a&536870912)!==0&&(s.flags&128)===0&&(tt(s),s.subtreeFlags&6&&(s.flags|=8192)):tt(s),a=s.updateQueue,a!==null&&Ec(s,a.retryQueue),a=null,i!==null&&i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(a=i.memoizedState.cachePool.pool),l=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(l=s.memoizedState.cachePool.pool),l!==a&&(s.flags|=2048),i!==null&&te(Zr),null;case 24:return a=null,i!==null&&(a=i.memoizedState.cache),s.memoizedState.cache!==a&&(s.flags|=2048),Ri(Ot),tt(s),null;case 25:return null;case 30:return null}throw Error(r(156,s.tag))}function j_(i,s){switch(ud(s),s.tag){case 1:return i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 3:return Ri(Ot),xn(),i=s.flags,(i&65536)!==0&&(i&128)===0?(s.flags=i&-65537|128,s):null;case 26:case 27:case 5:return vi(s),null;case 13:if(_i(s),i=s.memoizedState,i!==null&&i.dehydrated!==null){if(s.alternate===null)throw Error(r(340));da()}return i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 19:return te(_t),null;case 4:return xn(),null;case 10:return Ri(s.type),null;case 22:case 23:return _i(s),Ad(),i!==null&&te(Zr),i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 24:return Ri(Ot),null;case 25:return null;default:return null}}function zv(i,s){switch(ud(s),s.tag){case 3:Ri(Ot),xn();break;case 26:case 27:case 5:vi(s);break;case 4:xn();break;case 13:_i(s);break;case 19:te(_t);break;case 10:Ri(s.type);break;case 22:case 23:_i(s),Ad(),i!==null&&te(Zr);break;case 24:Ri(Ot)}}function ka(i,s){try{var a=s.updateQueue,l=a!==null?a.lastEffect:null;if(l!==null){var f=l.next;a=f;do{if((a.tag&i)===i){l=void 0;var m=a.create,b=a.inst;l=m(),b.destroy=l}a=a.next}while(a!==f)}}catch(x){Pe(s,s.return,x)}}function cr(i,s,a){try{var l=s.updateQueue,f=l!==null?l.lastEffect:null;if(f!==null){var m=f.next;l=m;do{if((l.tag&i)===i){var b=l.inst,x=b.destroy;if(x!==void 0){b.destroy=void 0,f=s;var E=a,$=x;try{$()}catch(K){Pe(f,E,K)}}}l=l.next}while(l!==m)}}catch(K){Pe(s,s.return,K)}}function Kv(i){var s=i.updateQueue;if(s!==null){var a=i.stateNode;try{_b(s,a)}catch(l){Pe(i,i.return,l)}}}function qv(i,s,a){a.props=Wr(i.type,i.memoizedProps),a.state=i.memoizedState;try{a.componentWillUnmount()}catch(l){Pe(i,s,l)}}function Ma(i,s){try{var a=i.ref;if(a!==null){switch(i.tag){case 26:case 27:case 5:var l=i.stateNode;break;case 30:l=i.stateNode;break;default:l=i.stateNode}typeof a=="function"?i.refCleanup=a(l):a.current=l}}catch(f){Pe(i,s,f)}}function ti(i,s){var a=i.ref,l=i.refCleanup;if(a!==null)if(typeof l=="function")try{l()}catch(f){Pe(i,s,f)}finally{i.refCleanup=null,i=i.alternate,i!=null&&(i.refCleanup=null)}else if(typeof a=="function")try{a(null)}catch(f){Pe(i,s,f)}else a.current=null}function Pv(i){var s=i.type,a=i.memoizedProps,l=i.stateNode;try{e:switch(s){case"button":case"input":case"select":case"textarea":a.autoFocus&&l.focus();break e;case"img":a.src?l.src=a.src:a.srcSet&&(l.srcset=a.srcSet)}}catch(f){Pe(i,i.return,f)}}function Qd(i,s,a){try{var l=i.stateNode;nk(l,i.type,a,s),l[Wt]=s}catch(f){Pe(i,i.return,f)}}function Iv(i){return i.tag===5||i.tag===3||i.tag===26||i.tag===27&&gr(i.type)||i.tag===4}function Wd(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||Iv(i.return))return null;i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.tag===27&&gr(i.type)||i.flags&2||i.child===null||i.tag===4)continue e;i.child.return=i,i=i.child}if(!(i.flags&2))return i.stateNode}}function eh(i,s,a){var l=i.tag;if(l===5||l===6)i=i.stateNode,s?(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(i,s):(s=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,s.appendChild(i),a=a._reactRootContainer,a!=null||s.onclick!==null||(s.onclick=Lc));else if(l!==4&&(l===27&&gr(i.type)&&(a=i.stateNode,s=null),i=i.child,i!==null))for(eh(i,s,a),i=i.sibling;i!==null;)eh(i,s,a),i=i.sibling}function Rc(i,s,a){var l=i.tag;if(l===5||l===6)i=i.stateNode,s?a.insertBefore(i,s):a.appendChild(i);else if(l!==4&&(l===27&&gr(i.type)&&(a=i.stateNode),i=i.child,i!==null))for(Rc(i,s,a),i=i.sibling;i!==null;)Rc(i,s,a),i=i.sibling}function Hv(i){var s=i.stateNode,a=i.memoizedProps;try{for(var l=i.type,f=s.attributes;f.length;)s.removeAttributeNode(f[0]);Ut(s,l,a),s[qt]=i,s[Wt]=a}catch(m){Pe(i,i.return,m)}}var Ci=!1,dt=!1,th=!1,Fv=typeof WeakSet=="function"?WeakSet:Set,Nt=null;function B_(i,s){if(i=i.containerInfo,Eh=Ic,i=ib(i),Wf(i)){if("selectionStart"in i)var a={start:i.selectionStart,end:i.selectionEnd};else e:{a=(a=i.ownerDocument)&&a.defaultView||window;var l=a.getSelection&&a.getSelection();if(l&&l.rangeCount!==0){a=l.anchorNode;var f=l.anchorOffset,m=l.focusNode;l=l.focusOffset;try{a.nodeType,m.nodeType}catch{a=null;break e}var b=0,x=-1,E=-1,$=0,K=0,G=i,L=null;t:for(;;){for(var U;G!==a||f!==0&&G.nodeType!==3||(x=b+f),G!==m||l!==0&&G.nodeType!==3||(E=b+l),G.nodeType===3&&(b+=G.nodeValue.length),(U=G.firstChild)!==null;)L=G,G=U;for(;;){if(G===i)break t;if(L===a&&++$===f&&(x=b),L===m&&++K===l&&(E=b),(U=G.nextSibling)!==null)break;G=L,L=G.parentNode}G=U}a=x===-1||E===-1?null:{start:x,end:E}}else a=null}a=a||{start:0,end:0}}else a=null;for(Rh={focusedElem:i,selectionRange:a},Ic=!1,Nt=s;Nt!==null;)if(s=Nt,i=s.child,(s.subtreeFlags&1024)!==0&&i!==null)i.return=s,Nt=i;else for(;Nt!==null;){switch(s=Nt,m=s.alternate,i=s.flags,s.tag){case 0:break;case 11:case 15:break;case 1:if((i&1024)!==0&&m!==null){i=void 0,a=s,f=m.memoizedProps,m=m.memoizedState,l=a.stateNode;try{var me=Wr(a.type,f,a.elementType===a.type);i=l.getSnapshotBeforeUpdate(me,m),l.__reactInternalSnapshotBeforeUpdate=i}catch(de){Pe(a,a.return,de)}}break;case 3:if((i&1024)!==0){if(i=s.stateNode.containerInfo,a=i.nodeType,a===9)kh(i);else if(a===1)switch(i.nodeName){case"HEAD":case"HTML":case"BODY":kh(i);break;default:i.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((i&1024)!==0)throw Error(r(163))}if(i=s.sibling,i!==null){i.return=s.return,Nt=i;break}Nt=s.return}}function Gv(i,s,a){var l=a.flags;switch(a.tag){case 0:case 11:case 15:ur(i,a),l&4&&ka(5,a);break;case 1:if(ur(i,a),l&4)if(i=a.stateNode,s===null)try{i.componentDidMount()}catch(b){Pe(a,a.return,b)}else{var f=Wr(a.type,s.memoizedProps);s=s.memoizedState;try{i.componentDidUpdate(f,s,i.__reactInternalSnapshotBeforeUpdate)}catch(b){Pe(a,a.return,b)}}l&64&&Kv(a),l&512&&Ma(a,a.return);break;case 3:if(ur(i,a),l&64&&(i=a.updateQueue,i!==null)){if(s=null,a.child!==null)switch(a.child.tag){case 27:case 5:s=a.child.stateNode;break;case 1:s=a.child.stateNode}try{_b(i,s)}catch(b){Pe(a,a.return,b)}}break;case 27:s===null&&l&4&&Hv(a);case 26:case 5:ur(i,a),s===null&&l&4&&Pv(a),l&512&&Ma(a,a.return);break;case 12:ur(i,a);break;case 13:ur(i,a),l&4&&Jv(i,a),l&64&&(i=a.memoizedState,i!==null&&(i=i.dehydrated,i!==null&&(a=H_.bind(null,a),ck(i,a))));break;case 22:if(l=a.memoizedState!==null||Ci,!l){s=s!==null&&s.memoizedState!==null||dt,f=Ci;var m=dt;Ci=l,(dt=s)&&!m?fr(i,a,(a.subtreeFlags&8772)!==0):ur(i,a),Ci=f,dt=m}break;case 30:break;default:ur(i,a)}}function Yv(i){var s=i.alternate;s!==null&&(i.alternate=null,Yv(s)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(s=i.stateNode,s!==null&&$f(s)),i.stateNode=null,i.return=null,i.dependencies=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.stateNode=null,i.updateQueue=null}var Je=null,nn=!1;function Di(i,s,a){for(a=a.child;a!==null;)Xv(i,s,a),a=a.sibling}function Xv(i,s,a){if(cn&&typeof cn.onCommitFiberUnmount=="function")try{cn.onCommitFiberUnmount(Zo,a)}catch{}switch(a.tag){case 26:dt||ti(a,s),Di(i,s,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(a=a.stateNode,a.parentNode.removeChild(a));break;case 27:dt||ti(a,s);var l=Je,f=nn;gr(a.type)&&(Je=a.stateNode,nn=!1),Di(i,s,a),Ua(a.stateNode),Je=l,nn=f;break;case 5:dt||ti(a,s);case 6:if(l=Je,f=nn,Je=null,Di(i,s,a),Je=l,nn=f,Je!==null)if(nn)try{(Je.nodeType===9?Je.body:Je.nodeName==="HTML"?Je.ownerDocument.body:Je).removeChild(a.stateNode)}catch(m){Pe(a,s,m)}else try{Je.removeChild(a.stateNode)}catch(m){Pe(a,s,m)}break;case 18:Je!==null&&(nn?(i=Je,L0(i.nodeType===9?i.body:i.nodeName==="HTML"?i.ownerDocument.body:i,a.stateNode),Ga(i)):L0(Je,a.stateNode));break;case 4:l=Je,f=nn,Je=a.stateNode.containerInfo,nn=!0,Di(i,s,a),Je=l,nn=f;break;case 0:case 11:case 14:case 15:dt||cr(2,a,s),dt||cr(4,a,s),Di(i,s,a);break;case 1:dt||(ti(a,s),l=a.stateNode,typeof l.componentWillUnmount=="function"&&qv(a,s,l)),Di(i,s,a);break;case 21:Di(i,s,a);break;case 22:dt=(l=dt)||a.memoizedState!==null,Di(i,s,a),dt=l;break;default:Di(i,s,a)}}function Jv(i,s){if(s.memoizedState===null&&(i=s.alternate,i!==null&&(i=i.memoizedState,i!==null&&(i=i.dehydrated,i!==null))))try{Ga(i)}catch(a){Pe(s,s.return,a)}}function L_(i){switch(i.tag){case 13:case 19:var s=i.stateNode;return s===null&&(s=i.stateNode=new Fv),s;case 22:return i=i.stateNode,s=i._retryCache,s===null&&(s=i._retryCache=new Fv),s;default:throw Error(r(435,i.tag))}}function nh(i,s){var a=L_(i);s.forEach(function(l){var f=F_.bind(null,i,l);a.has(l)||(a.add(l),l.then(f,f))})}function hn(i,s){var a=s.deletions;if(a!==null)for(var l=0;l<a.length;l++){var f=a[l],m=i,b=s,x=b;e:for(;x!==null;){switch(x.tag){case 27:if(gr(x.type)){Je=x.stateNode,nn=!1;break e}break;case 5:Je=x.stateNode,nn=!1;break e;case 3:case 4:Je=x.stateNode.containerInfo,nn=!0;break e}x=x.return}if(Je===null)throw Error(r(160));Xv(m,b,f),Je=null,nn=!1,m=f.alternate,m!==null&&(m.return=null),f.return=null}if(s.subtreeFlags&13878)for(s=s.child;s!==null;)Zv(s,i),s=s.sibling}var Pn=null;function Zv(i,s){var a=i.alternate,l=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:hn(s,i),pn(i),l&4&&(cr(3,i,i.return),ka(3,i),cr(5,i,i.return));break;case 1:hn(s,i),pn(i),l&512&&(dt||a===null||ti(a,a.return)),l&64&&Ci&&(i=i.updateQueue,i!==null&&(l=i.callbacks,l!==null&&(a=i.shared.hiddenCallbacks,i.shared.hiddenCallbacks=a===null?l:a.concat(l))));break;case 26:var f=Pn;if(hn(s,i),pn(i),l&512&&(dt||a===null||ti(a,a.return)),l&4){var m=a!==null?a.memoizedState:null;if(l=i.memoizedState,a===null)if(l===null)if(i.stateNode===null){e:{l=i.type,a=i.memoizedProps,f=f.ownerDocument||f;t:switch(l){case"title":m=f.getElementsByTagName("title")[0],(!m||m[ea]||m[qt]||m.namespaceURI==="http://www.w3.org/2000/svg"||m.hasAttribute("itemprop"))&&(m=f.createElement(l),f.head.insertBefore(m,f.querySelector("head > title"))),Ut(m,l,a),m[qt]=i,Ct(m),l=m;break e;case"link":var b=H0("link","href",f).get(l+(a.href||""));if(b){for(var x=0;x<b.length;x++)if(m=b[x],m.getAttribute("href")===(a.href==null||a.href===""?null:a.href)&&m.getAttribute("rel")===(a.rel==null?null:a.rel)&&m.getAttribute("title")===(a.title==null?null:a.title)&&m.getAttribute("crossorigin")===(a.crossOrigin==null?null:a.crossOrigin)){b.splice(x,1);break t}}m=f.createElement(l),Ut(m,l,a),f.head.appendChild(m);break;case"meta":if(b=H0("meta","content",f).get(l+(a.content||""))){for(x=0;x<b.length;x++)if(m=b[x],m.getAttribute("content")===(a.content==null?null:""+a.content)&&m.getAttribute("name")===(a.name==null?null:a.name)&&m.getAttribute("property")===(a.property==null?null:a.property)&&m.getAttribute("http-equiv")===(a.httpEquiv==null?null:a.httpEquiv)&&m.getAttribute("charset")===(a.charSet==null?null:a.charSet)){b.splice(x,1);break t}}m=f.createElement(l),Ut(m,l,a),f.head.appendChild(m);break;default:throw Error(r(468,l))}m[qt]=i,Ct(m),l=m}i.stateNode=l}else F0(f,i.type,i.stateNode);else i.stateNode=I0(f,l,i.memoizedProps);else m!==l?(m===null?a.stateNode!==null&&(a=a.stateNode,a.parentNode.removeChild(a)):m.count--,l===null?F0(f,i.type,i.stateNode):I0(f,l,i.memoizedProps)):l===null&&i.stateNode!==null&&Qd(i,i.memoizedProps,a.memoizedProps)}break;case 27:hn(s,i),pn(i),l&512&&(dt||a===null||ti(a,a.return)),a!==null&&l&4&&Qd(i,i.memoizedProps,a.memoizedProps);break;case 5:if(hn(s,i),pn(i),l&512&&(dt||a===null||ti(a,a.return)),i.flags&32){f=i.stateNode;try{Cs(f,"")}catch(U){Pe(i,i.return,U)}}l&4&&i.stateNode!=null&&(f=i.memoizedProps,Qd(i,f,a!==null?a.memoizedProps:f)),l&1024&&(th=!0);break;case 6:if(hn(s,i),pn(i),l&4){if(i.stateNode===null)throw Error(r(162));l=i.memoizedProps,a=i.stateNode;try{a.nodeValue=l}catch(U){Pe(i,i.return,U)}}break;case 3:if(Kc=null,f=Pn,Pn=Uc(s.containerInfo),hn(s,i),Pn=f,pn(i),l&4&&a!==null&&a.memoizedState.isDehydrated)try{Ga(s.containerInfo)}catch(U){Pe(i,i.return,U)}th&&(th=!1,Qv(i));break;case 4:l=Pn,Pn=Uc(i.stateNode.containerInfo),hn(s,i),pn(i),Pn=l;break;case 12:hn(s,i),pn(i);break;case 13:hn(s,i),pn(i),i.child.flags&8192&&i.memoizedState!==null!=(a!==null&&a.memoizedState!==null)&&(lh=we()),l&4&&(l=i.updateQueue,l!==null&&(i.updateQueue=null,nh(i,l)));break;case 22:f=i.memoizedState!==null;var E=a!==null&&a.memoizedState!==null,$=Ci,K=dt;if(Ci=$||f,dt=K||E,hn(s,i),dt=K,Ci=$,pn(i),l&8192)e:for(s=i.stateNode,s._visibility=f?s._visibility&-2:s._visibility|1,f&&(a===null||E||Ci||dt||es(i)),a=null,s=i;;){if(s.tag===5||s.tag===26){if(a===null){E=a=s;try{if(m=E.stateNode,f)b=m.style,typeof b.setProperty=="function"?b.setProperty("display","none","important"):b.display="none";else{x=E.stateNode;var G=E.memoizedProps.style,L=G!=null&&G.hasOwnProperty("display")?G.display:null;x.style.display=L==null||typeof L=="boolean"?"":(""+L).trim()}}catch(U){Pe(E,E.return,U)}}}else if(s.tag===6){if(a===null){E=s;try{E.stateNode.nodeValue=f?"":E.memoizedProps}catch(U){Pe(E,E.return,U)}}}else if((s.tag!==22&&s.tag!==23||s.memoizedState===null||s===i)&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===i)break e;for(;s.sibling===null;){if(s.return===null||s.return===i)break e;a===s&&(a=null),s=s.return}a===s&&(a=null),s.sibling.return=s.return,s=s.sibling}l&4&&(l=i.updateQueue,l!==null&&(a=l.retryQueue,a!==null&&(l.retryQueue=null,nh(i,a))));break;case 19:hn(s,i),pn(i),l&4&&(l=i.updateQueue,l!==null&&(i.updateQueue=null,nh(i,l)));break;case 30:break;case 21:break;default:hn(s,i),pn(i)}}function pn(i){var s=i.flags;if(s&2){try{for(var a,l=i.return;l!==null;){if(Iv(l)){a=l;break}l=l.return}if(a==null)throw Error(r(160));switch(a.tag){case 27:var f=a.stateNode,m=Wd(i);Rc(i,m,f);break;case 5:var b=a.stateNode;a.flags&32&&(Cs(b,""),a.flags&=-33);var x=Wd(i);Rc(i,x,b);break;case 3:case 4:var E=a.stateNode.containerInfo,$=Wd(i);eh(i,$,E);break;default:throw Error(r(161))}}catch(K){Pe(i,i.return,K)}i.flags&=-3}s&4096&&(i.flags&=-4097)}function Qv(i){if(i.subtreeFlags&1024)for(i=i.child;i!==null;){var s=i;Qv(s),s.tag===5&&s.flags&1024&&s.stateNode.reset(),i=i.sibling}}function ur(i,s){if(s.subtreeFlags&8772)for(s=s.child;s!==null;)Gv(i,s.alternate,s),s=s.sibling}function es(i){for(i=i.child;i!==null;){var s=i;switch(s.tag){case 0:case 11:case 14:case 15:cr(4,s,s.return),es(s);break;case 1:ti(s,s.return);var a=s.stateNode;typeof a.componentWillUnmount=="function"&&qv(s,s.return,a),es(s);break;case 27:Ua(s.stateNode);case 26:case 5:ti(s,s.return),es(s);break;case 22:s.memoizedState===null&&es(s);break;case 30:es(s);break;default:es(s)}i=i.sibling}}function fr(i,s,a){for(a=a&&(s.subtreeFlags&8772)!==0,s=s.child;s!==null;){var l=s.alternate,f=i,m=s,b=m.flags;switch(m.tag){case 0:case 11:case 15:fr(f,m,a),ka(4,m);break;case 1:if(fr(f,m,a),l=m,f=l.stateNode,typeof f.componentDidMount=="function")try{f.componentDidMount()}catch($){Pe(l,l.return,$)}if(l=m,f=l.updateQueue,f!==null){var x=l.stateNode;try{var E=f.shared.hiddenCallbacks;if(E!==null)for(f.shared.hiddenCallbacks=null,f=0;f<E.length;f++)Ob(E[f],x)}catch($){Pe(l,l.return,$)}}a&&b&64&&Kv(m),Ma(m,m.return);break;case 27:Hv(m);case 26:case 5:fr(f,m,a),a&&l===null&&b&4&&Pv(m),Ma(m,m.return);break;case 12:fr(f,m,a);break;case 13:fr(f,m,a),a&&b&4&&Jv(f,m);break;case 22:m.memoizedState===null&&fr(f,m,a),Ma(m,m.return);break;case 30:break;default:fr(f,m,a)}s=s.sibling}}function ih(i,s){var a=null;i!==null&&i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(a=i.memoizedState.cachePool.pool),i=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(i=s.memoizedState.cachePool.pool),i!==a&&(i!=null&&i.refCount++,a!=null&&ma(a))}function rh(i,s){i=null,s.alternate!==null&&(i=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==i&&(s.refCount++,i!=null&&ma(i))}function ni(i,s,a,l){if(s.subtreeFlags&10256)for(s=s.child;s!==null;)Wv(i,s,a,l),s=s.sibling}function Wv(i,s,a,l){var f=s.flags;switch(s.tag){case 0:case 11:case 15:ni(i,s,a,l),f&2048&&ka(9,s);break;case 1:ni(i,s,a,l);break;case 3:ni(i,s,a,l),f&2048&&(i=null,s.alternate!==null&&(i=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==i&&(s.refCount++,i!=null&&ma(i)));break;case 12:if(f&2048){ni(i,s,a,l),i=s.stateNode;try{var m=s.memoizedProps,b=m.id,x=m.onPostCommit;typeof x=="function"&&x(b,s.alternate===null?"mount":"update",i.passiveEffectDuration,-0)}catch(E){Pe(s,s.return,E)}}else ni(i,s,a,l);break;case 13:ni(i,s,a,l);break;case 23:break;case 22:m=s.stateNode,b=s.alternate,s.memoizedState!==null?m._visibility&2?ni(i,s,a,l):Ca(i,s):m._visibility&2?ni(i,s,a,l):(m._visibility|=2,Js(i,s,a,l,(s.subtreeFlags&10256)!==0)),f&2048&&ih(b,s);break;case 24:ni(i,s,a,l),f&2048&&rh(s.alternate,s);break;default:ni(i,s,a,l)}}function Js(i,s,a,l,f){for(f=f&&(s.subtreeFlags&10256)!==0,s=s.child;s!==null;){var m=i,b=s,x=a,E=l,$=b.flags;switch(b.tag){case 0:case 11:case 15:Js(m,b,x,E,f),ka(8,b);break;case 23:break;case 22:var K=b.stateNode;b.memoizedState!==null?K._visibility&2?Js(m,b,x,E,f):Ca(m,b):(K._visibility|=2,Js(m,b,x,E,f)),f&&$&2048&&ih(b.alternate,b);break;case 24:Js(m,b,x,E,f),f&&$&2048&&rh(b.alternate,b);break;default:Js(m,b,x,E,f)}s=s.sibling}}function Ca(i,s){if(s.subtreeFlags&10256)for(s=s.child;s!==null;){var a=i,l=s,f=l.flags;switch(l.tag){case 22:Ca(a,l),f&2048&&ih(l.alternate,l);break;case 24:Ca(a,l),f&2048&&rh(l.alternate,l);break;default:Ca(a,l)}s=s.sibling}}var Da=8192;function Zs(i){if(i.subtreeFlags&Da)for(i=i.child;i!==null;)e0(i),i=i.sibling}function e0(i){switch(i.tag){case 26:Zs(i),i.flags&Da&&i.memoizedState!==null&&wk(Pn,i.memoizedState,i.memoizedProps);break;case 5:Zs(i);break;case 3:case 4:var s=Pn;Pn=Uc(i.stateNode.containerInfo),Zs(i),Pn=s;break;case 22:i.memoizedState===null&&(s=i.alternate,s!==null&&s.memoizedState!==null?(s=Da,Da=16777216,Zs(i),Da=s):Zs(i));break;default:Zs(i)}}function t0(i){var s=i.alternate;if(s!==null&&(i=s.child,i!==null)){s.child=null;do s=i.sibling,i.sibling=null,i=s;while(i!==null)}}function Na(i){var s=i.deletions;if((i.flags&16)!==0){if(s!==null)for(var a=0;a<s.length;a++){var l=s[a];Nt=l,i0(l,i)}t0(i)}if(i.subtreeFlags&10256)for(i=i.child;i!==null;)n0(i),i=i.sibling}function n0(i){switch(i.tag){case 0:case 11:case 15:Na(i),i.flags&2048&&cr(9,i,i.return);break;case 3:Na(i);break;case 12:Na(i);break;case 22:var s=i.stateNode;i.memoizedState!==null&&s._visibility&2&&(i.return===null||i.return.tag!==13)?(s._visibility&=-3,Oc(i)):Na(i);break;default:Na(i)}}function Oc(i){var s=i.deletions;if((i.flags&16)!==0){if(s!==null)for(var a=0;a<s.length;a++){var l=s[a];Nt=l,i0(l,i)}t0(i)}for(i=i.child;i!==null;){switch(s=i,s.tag){case 0:case 11:case 15:cr(8,s,s.return),Oc(s);break;case 22:a=s.stateNode,a._visibility&2&&(a._visibility&=-3,Oc(s));break;default:Oc(s)}i=i.sibling}}function i0(i,s){for(;Nt!==null;){var a=Nt;switch(a.tag){case 0:case 11:case 15:cr(8,a,s);break;case 23:case 22:if(a.memoizedState!==null&&a.memoizedState.cachePool!==null){var l=a.memoizedState.cachePool.pool;l!=null&&l.refCount++}break;case 24:ma(a.memoizedState.cache)}if(l=a.child,l!==null)l.return=a,Nt=l;else e:for(a=i;Nt!==null;){l=Nt;var f=l.sibling,m=l.return;if(Yv(l),l===a){Nt=null;break e}if(f!==null){f.return=m,Nt=f;break e}Nt=m}}}var V_={getCacheForType:function(i){var s=Pt(Ot),a=s.data.get(i);return a===void 0&&(a=i(),s.data.set(i,a)),a}},U_=typeof WeakMap=="function"?WeakMap:Map,Be=0,Fe=null,Oe=null,Ce=0,Le=0,mn=null,dr=!1,Qs=!1,sh=!1,Ni=0,ot=0,hr=0,ts=0,oh=0,Cn=0,Ws=0,$a=null,rn=null,ah=!1,lh=0,_c=1/0,kc=null,pr=null,Vt=0,mr=null,eo=null,to=0,ch=0,uh=null,r0=null,ja=0,fh=null;function yn(){if((Be&2)!==0&&Ce!==0)return Ce&-Ce;if(B.T!==null){var i=qs;return i!==0?i:bh()}return Sg()}function s0(){Cn===0&&(Cn=(Ce&536870912)===0||$e?yg():536870912);var i=Mn.current;return i!==null&&(i.flags|=32),Cn}function gn(i,s,a){(i===Fe&&(Le===2||Le===9)||i.cancelPendingCommit!==null)&&(no(i,0),yr(i,Ce,Cn,!1)),Wo(i,a),((Be&2)===0||i!==Fe)&&(i===Fe&&((Be&2)===0&&(ts|=a),ot===4&&yr(i,Ce,Cn,!1)),ii(i))}function o0(i,s,a){if((Be&6)!==0)throw Error(r(327));var l=!a&&(s&124)===0&&(s&i.expiredLanes)===0||Qo(i,s),f=l?q_(i,s):ph(i,s,!0),m=l;do{if(f===0){Qs&&!l&&yr(i,s,0,!1);break}else{if(a=i.current.alternate,m&&!z_(a)){f=ph(i,s,!1),m=!1;continue}if(f===2){if(m=s,i.errorRecoveryDisabledLanes&m)var b=0;else b=i.pendingLanes&-536870913,b=b!==0?b:b&536870912?536870912:0;if(b!==0){s=b;e:{var x=i;f=$a;var E=x.current.memoizedState.isDehydrated;if(E&&(no(x,b).flags|=256),b=ph(x,b,!1),b!==2){if(sh&&!E){x.errorRecoveryDisabledLanes|=m,ts|=m,f=4;break e}m=rn,rn=f,m!==null&&(rn===null?rn=m:rn.push.apply(rn,m))}f=b}if(m=!1,f!==2)continue}}if(f===1){no(i,0),yr(i,s,0,!0);break}e:{switch(l=i,m=f,m){case 0:case 1:throw Error(r(345));case 4:if((s&4194048)!==s)break;case 6:yr(l,s,Cn,!dr);break e;case 2:rn=null;break;case 3:case 5:break;default:throw Error(r(329))}if((s&62914560)===s&&(f=lh+300-we(),10<f)){if(yr(l,s,Cn,!dr),zl(l,0,!0)!==0)break e;l.timeoutHandle=j0(a0.bind(null,l,a,rn,kc,ah,s,Cn,ts,Ws,dr,m,2,-0,0),f);break e}a0(l,a,rn,kc,ah,s,Cn,ts,Ws,dr,m,0,-0,0)}}break}while(!0);ii(i)}function a0(i,s,a,l,f,m,b,x,E,$,K,G,L,U){if(i.timeoutHandle=-1,G=s.subtreeFlags,(G&8192||(G&16785408)===16785408)&&(qa={stylesheets:null,count:0,unsuspend:xk},e0(s),G=Tk(),G!==null)){i.cancelPendingCommit=G(p0.bind(null,i,s,m,a,l,f,b,x,E,K,1,L,U)),yr(i,m,b,!$);return}p0(i,s,m,a,l,f,b,x,E)}function z_(i){for(var s=i;;){var a=s.tag;if((a===0||a===11||a===15)&&s.flags&16384&&(a=s.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var l=0;l<a.length;l++){var f=a[l],m=f.getSnapshot;f=f.value;try{if(!fn(m(),f))return!1}catch{return!1}}if(a=s.child,s.subtreeFlags&16384&&a!==null)a.return=s,s=a;else{if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return!0;s=s.return}s.sibling.return=s.return,s=s.sibling}}return!0}function yr(i,s,a,l){s&=~oh,s&=~ts,i.suspendedLanes|=s,i.pingedLanes&=~s,l&&(i.warmLanes|=s),l=i.expirationTimes;for(var f=s;0<f;){var m=31-un(f),b=1<<m;l[m]=-1,f&=~b}a!==0&&bg(i,a,s)}function Mc(){return(Be&6)===0?(Ba(0),!1):!0}function dh(){if(Oe!==null){if(Le===0)var i=Oe.return;else i=Oe,Ei=Xr=null,kd(i),Ys=null,Ra=0,i=Oe;for(;i!==null;)zv(i.alternate,i),i=i.return;Oe=null}}function no(i,s){var a=i.timeoutHandle;a!==-1&&(i.timeoutHandle=-1,rk(a)),a=i.cancelPendingCommit,a!==null&&(i.cancelPendingCommit=null,a()),dh(),Fe=i,Oe=a=wi(i.current,null),Ce=s,Le=0,mn=null,dr=!1,Qs=Qo(i,s),sh=!1,Ws=Cn=oh=ts=hr=ot=0,rn=$a=null,ah=!1,(s&8)!==0&&(s|=s&32);var l=i.entangledLanes;if(l!==0)for(i=i.entanglements,l&=s;0<l;){var f=31-un(l),m=1<<f;s|=i[f],l&=~m}return Ni=s,Ql(),a}function l0(i,s){Te=null,B.H=gc,s===ga||s===ac?(s=Eb(),Le=3):s===wb?(s=Eb(),Le=4):Le=s===Rv?8:s!==null&&typeof s=="object"&&typeof s.then=="function"?6:1,mn=s,Oe===null&&(ot=1,wc(i,Rn(s,i.current)))}function c0(){var i=B.H;return B.H=gc,i===null?gc:i}function u0(){var i=B.A;return B.A=V_,i}function hh(){ot=4,dr||(Ce&4194048)!==Ce&&Mn.current!==null||(Qs=!0),(hr&134217727)===0&&(ts&134217727)===0||Fe===null||yr(Fe,Ce,Cn,!1)}function ph(i,s,a){var l=Be;Be|=2;var f=c0(),m=u0();(Fe!==i||Ce!==s)&&(kc=null,no(i,s)),s=!1;var b=ot;e:do try{if(Le!==0&&Oe!==null){var x=Oe,E=mn;switch(Le){case 8:dh(),b=6;break e;case 3:case 2:case 9:case 6:Mn.current===null&&(s=!0);var $=Le;if(Le=0,mn=null,io(i,x,E,$),a&&Qs){b=0;break e}break;default:$=Le,Le=0,mn=null,io(i,x,E,$)}}K_(),b=ot;break}catch(K){l0(i,K)}while(!0);return s&&i.shellSuspendCounter++,Ei=Xr=null,Be=l,B.H=f,B.A=m,Oe===null&&(Fe=null,Ce=0,Ql()),b}function K_(){for(;Oe!==null;)f0(Oe)}function q_(i,s){var a=Be;Be|=2;var l=c0(),f=u0();Fe!==i||Ce!==s?(kc=null,_c=we()+500,no(i,s)):Qs=Qo(i,s);e:do try{if(Le!==0&&Oe!==null){s=Oe;var m=mn;t:switch(Le){case 1:Le=0,mn=null,io(i,s,m,1);break;case 2:case 9:if(Tb(m)){Le=0,mn=null,d0(s);break}s=function(){Le!==2&&Le!==9||Fe!==i||(Le=7),ii(i)},m.then(s,s);break e;case 3:Le=7;break e;case 4:Le=5;break e;case 7:Tb(m)?(Le=0,mn=null,d0(s)):(Le=0,mn=null,io(i,s,m,7));break;case 5:var b=null;switch(Oe.tag){case 26:b=Oe.memoizedState;case 5:case 27:var x=Oe;if(!b||G0(b)){Le=0,mn=null;var E=x.sibling;if(E!==null)Oe=E;else{var $=x.return;$!==null?(Oe=$,Cc($)):Oe=null}break t}}Le=0,mn=null,io(i,s,m,5);break;case 6:Le=0,mn=null,io(i,s,m,6);break;case 8:dh(),ot=6;break e;default:throw Error(r(462))}}P_();break}catch(K){l0(i,K)}while(!0);return Ei=Xr=null,B.H=l,B.A=f,Be=a,Oe!==null?0:(Fe=null,Ce=0,Ql(),ot)}function P_(){for(;Oe!==null&&!et();)f0(Oe)}function f0(i){var s=Vv(i.alternate,i,Ni);i.memoizedProps=i.pendingProps,s===null?Cc(i):Oe=s}function d0(i){var s=i,a=s.alternate;switch(s.tag){case 15:case 0:s=Dv(a,s,s.pendingProps,s.type,void 0,Ce);break;case 11:s=Dv(a,s,s.pendingProps,s.type.render,s.ref,Ce);break;case 5:kd(s);default:zv(a,s),s=Oe=hb(s,Ni),s=Vv(a,s,Ni)}i.memoizedProps=i.pendingProps,s===null?Cc(i):Oe=s}function io(i,s,a,l){Ei=Xr=null,kd(s),Ys=null,Ra=0;var f=s.return;try{if(D_(i,f,s,a,Ce)){ot=1,wc(i,Rn(a,i.current)),Oe=null;return}}catch(m){if(f!==null)throw Oe=f,m;ot=1,wc(i,Rn(a,i.current)),Oe=null;return}s.flags&32768?($e||l===1?i=!0:Qs||(Ce&536870912)!==0?i=!1:(dr=i=!0,(l===2||l===9||l===3||l===6)&&(l=Mn.current,l!==null&&l.tag===13&&(l.flags|=16384))),h0(s,i)):Cc(s)}function Cc(i){var s=i;do{if((s.flags&32768)!==0){h0(s,dr);return}i=s.return;var a=$_(s.alternate,s,Ni);if(a!==null){Oe=a;return}if(s=s.sibling,s!==null){Oe=s;return}Oe=s=i}while(s!==null);ot===0&&(ot=5)}function h0(i,s){do{var a=j_(i.alternate,i);if(a!==null){a.flags&=32767,Oe=a;return}if(a=i.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!s&&(i=i.sibling,i!==null)){Oe=i;return}Oe=i=a}while(i!==null);ot=6,Oe=null}function p0(i,s,a,l,f,m,b,x,E){i.cancelPendingCommit=null;do Dc();while(Vt!==0);if((Be&6)!==0)throw Error(r(327));if(s!==null){if(s===i.current)throw Error(r(177));if(m=s.lanes|s.childLanes,m|=rd,xO(i,a,m,b,x,E),i===Fe&&(Oe=Fe=null,Ce=0),eo=s,mr=i,to=a,ch=m,uh=f,r0=l,(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?(i.callbackNode=null,i.callbackPriority=0,G_(wn,function(){return v0(),null})):(i.callbackNode=null,i.callbackPriority=0),l=(s.flags&13878)!==0,(s.subtreeFlags&13878)!==0||l){l=B.T,B.T=null,f=q.p,q.p=2,b=Be,Be|=4;try{B_(i,s,a)}finally{Be=b,q.p=f,B.T=l}}Vt=1,m0(),y0(),g0()}}function m0(){if(Vt===1){Vt=0;var i=mr,s=eo,a=(s.flags&13878)!==0;if((s.subtreeFlags&13878)!==0||a){a=B.T,B.T=null;var l=q.p;q.p=2;var f=Be;Be|=4;try{Zv(s,i);var m=Rh,b=ib(i.containerInfo),x=m.focusedElem,E=m.selectionRange;if(b!==x&&x&&x.ownerDocument&&nb(x.ownerDocument.documentElement,x)){if(E!==null&&Wf(x)){var $=E.start,K=E.end;if(K===void 0&&(K=$),"selectionStart"in x)x.selectionStart=$,x.selectionEnd=Math.min(K,x.value.length);else{var G=x.ownerDocument||document,L=G&&G.defaultView||window;if(L.getSelection){var U=L.getSelection(),me=x.textContent.length,de=Math.min(E.start,me),Ke=E.end===void 0?de:Math.min(E.end,me);!U.extend&&de>Ke&&(b=Ke,Ke=de,de=b);var k=tb(x,de),R=tb(x,Ke);if(k&&R&&(U.rangeCount!==1||U.anchorNode!==k.node||U.anchorOffset!==k.offset||U.focusNode!==R.node||U.focusOffset!==R.offset)){var N=G.createRange();N.setStart(k.node,k.offset),U.removeAllRanges(),de>Ke?(U.addRange(N),U.extend(R.node,R.offset)):(N.setEnd(R.node,R.offset),U.addRange(N))}}}}for(G=[],U=x;U=U.parentNode;)U.nodeType===1&&G.push({element:U,left:U.scrollLeft,top:U.scrollTop});for(typeof x.focus=="function"&&x.focus(),x=0;x<G.length;x++){var P=G[x];P.element.scrollLeft=P.left,P.element.scrollTop=P.top}}Ic=!!Eh,Rh=Eh=null}finally{Be=f,q.p=l,B.T=a}}i.current=s,Vt=2}}function y0(){if(Vt===2){Vt=0;var i=mr,s=eo,a=(s.flags&8772)!==0;if((s.subtreeFlags&8772)!==0||a){a=B.T,B.T=null;var l=q.p;q.p=2;var f=Be;Be|=4;try{Gv(i,s.alternate,s)}finally{Be=f,q.p=l,B.T=a}}Vt=3}}function g0(){if(Vt===4||Vt===3){Vt=0,Rt();var i=mr,s=eo,a=to,l=r0;(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?Vt=5:(Vt=0,eo=mr=null,b0(i,i.pendingLanes));var f=i.pendingLanes;if(f===0&&(pr=null),Df(a),s=s.stateNode,cn&&typeof cn.onCommitFiberRoot=="function")try{cn.onCommitFiberRoot(Zo,s,void 0,(s.current.flags&128)===128)}catch{}if(l!==null){s=B.T,f=q.p,q.p=2,B.T=null;try{for(var m=i.onRecoverableError,b=0;b<l.length;b++){var x=l[b];m(x.value,{componentStack:x.stack})}}finally{B.T=s,q.p=f}}(to&3)!==0&&Dc(),ii(i),f=i.pendingLanes,(a&4194090)!==0&&(f&42)!==0?i===fh?ja++:(ja=0,fh=i):ja=0,Ba(0)}}function b0(i,s){(i.pooledCacheLanes&=s)===0&&(s=i.pooledCache,s!=null&&(i.pooledCache=null,ma(s)))}function Dc(i){return m0(),y0(),g0(),v0()}function v0(){if(Vt!==5)return!1;var i=mr,s=ch;ch=0;var a=Df(to),l=B.T,f=q.p;try{q.p=32>a?32:a,B.T=null,a=uh,uh=null;var m=mr,b=to;if(Vt=0,eo=mr=null,to=0,(Be&6)!==0)throw Error(r(331));var x=Be;if(Be|=4,n0(m.current),Wv(m,m.current,b,a),Be=x,Ba(0,!1),cn&&typeof cn.onPostCommitFiberRoot=="function")try{cn.onPostCommitFiberRoot(Zo,m)}catch{}return!0}finally{q.p=f,B.T=l,b0(i,s)}}function S0(i,s,a){s=Rn(a,s),s=Pd(i.stateNode,s,2),i=sr(i,s,2),i!==null&&(Wo(i,2),ii(i))}function Pe(i,s,a){if(i.tag===3)S0(i,i,a);else for(;s!==null;){if(s.tag===3){S0(s,i,a);break}else if(s.tag===1){var l=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof l.componentDidCatch=="function"&&(pr===null||!pr.has(l))){i=Rn(a,i),a=Av(2),l=sr(s,a,2),l!==null&&(Ev(a,l,s,i),Wo(l,2),ii(l));break}}s=s.return}}function mh(i,s,a){var l=i.pingCache;if(l===null){l=i.pingCache=new U_;var f=new Set;l.set(s,f)}else f=l.get(s),f===void 0&&(f=new Set,l.set(s,f));f.has(a)||(sh=!0,f.add(a),i=I_.bind(null,i,s,a),s.then(i,i))}function I_(i,s,a){var l=i.pingCache;l!==null&&l.delete(s),i.pingedLanes|=i.suspendedLanes&a,i.warmLanes&=~a,Fe===i&&(Ce&a)===a&&(ot===4||ot===3&&(Ce&62914560)===Ce&&300>we()-lh?(Be&2)===0&&no(i,0):oh|=a,Ws===Ce&&(Ws=0)),ii(i)}function x0(i,s){s===0&&(s=gg()),i=Vs(i,s),i!==null&&(Wo(i,s),ii(i))}function H_(i){var s=i.memoizedState,a=0;s!==null&&(a=s.retryLane),x0(i,a)}function F_(i,s){var a=0;switch(i.tag){case 13:var l=i.stateNode,f=i.memoizedState;f!==null&&(a=f.retryLane);break;case 19:l=i.stateNode;break;case 22:l=i.stateNode._retryCache;break;default:throw Error(r(314))}l!==null&&l.delete(s),x0(i,a)}function G_(i,s){return Me(i,s)}var Nc=null,ro=null,yh=!1,$c=!1,gh=!1,ns=0;function ii(i){i!==ro&&i.next===null&&(ro===null?Nc=ro=i:ro=ro.next=i),$c=!0,yh||(yh=!0,X_())}function Ba(i,s){if(!gh&&$c){gh=!0;do for(var a=!1,l=Nc;l!==null;){if(i!==0){var f=l.pendingLanes;if(f===0)var m=0;else{var b=l.suspendedLanes,x=l.pingedLanes;m=(1<<31-un(42|i)+1)-1,m&=f&~(b&~x),m=m&201326741?m&201326741|1:m?m|2:0}m!==0&&(a=!0,E0(l,m))}else m=Ce,m=zl(l,l===Fe?m:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),(m&3)===0||Qo(l,m)||(a=!0,E0(l,m));l=l.next}while(a);gh=!1}}function Y_(){w0()}function w0(){$c=yh=!1;var i=0;ns!==0&&(ik()&&(i=ns),ns=0);for(var s=we(),a=null,l=Nc;l!==null;){var f=l.next,m=T0(l,s);m===0?(l.next=null,a===null?Nc=f:a.next=f,f===null&&(ro=a)):(a=l,(i!==0||(m&3)!==0)&&($c=!0)),l=f}Ba(i)}function T0(i,s){for(var a=i.suspendedLanes,l=i.pingedLanes,f=i.expirationTimes,m=i.pendingLanes&-62914561;0<m;){var b=31-un(m),x=1<<b,E=f[b];E===-1?((x&a)===0||(x&l)!==0)&&(f[b]=SO(x,s)):E<=s&&(i.expiredLanes|=x),m&=~x}if(s=Fe,a=Ce,a=zl(i,i===s?a:0,i.cancelPendingCommit!==null||i.timeoutHandle!==-1),l=i.callbackNode,a===0||i===s&&(Le===2||Le===9)||i.cancelPendingCommit!==null)return l!==null&&l!==null&&Ae(l),i.callbackNode=null,i.callbackPriority=0;if((a&3)===0||Qo(i,a)){if(s=a&-a,s===i.callbackPriority)return s;switch(l!==null&&Ae(l),Df(a)){case 2:case 8:a=Kt;break;case 32:a=wn;break;case 268435456:a=Tn;break;default:a=wn}return l=A0.bind(null,i),a=Me(a,l),i.callbackPriority=s,i.callbackNode=a,s}return l!==null&&l!==null&&Ae(l),i.callbackPriority=2,i.callbackNode=null,2}function A0(i,s){if(Vt!==0&&Vt!==5)return i.callbackNode=null,i.callbackPriority=0,null;var a=i.callbackNode;if(Dc()&&i.callbackNode!==a)return null;var l=Ce;return l=zl(i,i===Fe?l:0,i.cancelPendingCommit!==null||i.timeoutHandle!==-1),l===0?null:(o0(i,l,s),T0(i,we()),i.callbackNode!=null&&i.callbackNode===a?A0.bind(null,i):null)}function E0(i,s){if(Dc())return null;o0(i,s,!0)}function X_(){sk(function(){(Be&6)!==0?Me(Gt,Y_):w0()})}function bh(){return ns===0&&(ns=yg()),ns}function R0(i){return i==null||typeof i=="symbol"||typeof i=="boolean"?null:typeof i=="function"?i:Hl(""+i)}function O0(i,s){var a=s.ownerDocument.createElement("input");return a.name=s.name,a.value=s.value,i.id&&a.setAttribute("form",i.id),s.parentNode.insertBefore(a,s),i=new FormData(i),a.parentNode.removeChild(a),i}function J_(i,s,a,l,f){if(s==="submit"&&a&&a.stateNode===f){var m=R0((f[Wt]||null).action),b=l.submitter;b&&(s=(s=b[Wt]||null)?R0(s.formAction):b.getAttribute("formAction"),s!==null&&(m=s,b=null));var x=new Xl("action","action",null,l,f);i.push({event:x,listeners:[{instance:null,listener:function(){if(l.defaultPrevented){if(ns!==0){var E=b?O0(f,b):new FormData(f);Vd(a,{pending:!0,data:E,method:f.method,action:m},null,E)}}else typeof m=="function"&&(x.preventDefault(),E=b?O0(f,b):new FormData(f),Vd(a,{pending:!0,data:E,method:f.method,action:m},m,E))},currentTarget:f}]})}}for(var vh=0;vh<id.length;vh++){var Sh=id[vh],Z_=Sh.toLowerCase(),Q_=Sh[0].toUpperCase()+Sh.slice(1);qn(Z_,"on"+Q_)}qn(ob,"onAnimationEnd"),qn(ab,"onAnimationIteration"),qn(lb,"onAnimationStart"),qn("dblclick","onDoubleClick"),qn("focusin","onFocus"),qn("focusout","onBlur"),qn(m_,"onTransitionRun"),qn(y_,"onTransitionStart"),qn(g_,"onTransitionCancel"),qn(cb,"onTransitionEnd"),_s("onMouseEnter",["mouseout","mouseover"]),_s("onMouseLeave",["mouseout","mouseover"]),_s("onPointerEnter",["pointerout","pointerover"]),_s("onPointerLeave",["pointerout","pointerover"]),zr("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),zr("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),zr("onBeforeInput",["compositionend","keypress","textInput","paste"]),zr("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),zr("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),zr("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var La="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(" "),W_=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(La));function _0(i,s){s=(s&4)!==0;for(var a=0;a<i.length;a++){var l=i[a],f=l.event;l=l.listeners;e:{var m=void 0;if(s)for(var b=l.length-1;0<=b;b--){var x=l[b],E=x.instance,$=x.currentTarget;if(x=x.listener,E!==m&&f.isPropagationStopped())break e;m=x,f.currentTarget=$;try{m(f)}catch(K){xc(K)}f.currentTarget=null,m=E}else for(b=0;b<l.length;b++){if(x=l[b],E=x.instance,$=x.currentTarget,x=x.listener,E!==m&&f.isPropagationStopped())break e;m=x,f.currentTarget=$;try{m(f)}catch(K){xc(K)}f.currentTarget=null,m=E}}}}function _e(i,s){var a=s[Nf];a===void 0&&(a=s[Nf]=new Set);var l=i+"__bubble";a.has(l)||(k0(s,i,2,!1),a.add(l))}function xh(i,s,a){var l=0;s&&(l|=4),k0(a,i,l,s)}var jc="_reactListening"+Math.random().toString(36).slice(2);function wh(i){if(!i[jc]){i[jc]=!0,wg.forEach(function(a){a!=="selectionchange"&&(W_.has(a)||xh(a,!1,i),xh(a,!0,i))});var s=i.nodeType===9?i:i.ownerDocument;s===null||s[jc]||(s[jc]=!0,xh("selectionchange",!1,s))}}function k0(i,s,a,l){switch(W0(s)){case 2:var f=Rk;break;case 8:f=Ok;break;default:f=Bh}a=f.bind(null,s,a,i),f=void 0,!If||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(f=!0),l?f!==void 0?i.addEventListener(s,a,{capture:!0,passive:f}):i.addEventListener(s,a,!0):f!==void 0?i.addEventListener(s,a,{passive:f}):i.addEventListener(s,a,!1)}function Th(i,s,a,l,f){var m=l;if((s&1)===0&&(s&2)===0&&l!==null)e:for(;;){if(l===null)return;var b=l.tag;if(b===3||b===4){var x=l.stateNode.containerInfo;if(x===f)break;if(b===4)for(b=l.return;b!==null;){var E=b.tag;if((E===3||E===4)&&b.stateNode.containerInfo===f)return;b=b.return}for(;x!==null;){if(b=Es(x),b===null)return;if(E=b.tag,E===5||E===6||E===26||E===27){l=m=b;continue e}x=x.parentNode}}l=l.return}Bg(function(){var $=m,K=qf(a),G=[];e:{var L=ub.get(i);if(L!==void 0){var U=Xl,me=i;switch(i){case"keypress":if(Gl(a)===0)break e;case"keydown":case"keyup":U=GO;break;case"focusin":me="focus",U=Yf;break;case"focusout":me="blur",U=Yf;break;case"beforeblur":case"afterblur":U=Yf;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":U=Ug;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":U=jO;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":U=JO;break;case ob:case ab:case lb:U=VO;break;case cb:U=QO;break;case"scroll":case"scrollend":U=NO;break;case"wheel":U=e_;break;case"copy":case"cut":case"paste":U=zO;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=Kg;break;case"toggle":case"beforetoggle":U=n_}var de=(s&4)!==0,Ke=!de&&(i==="scroll"||i==="scrollend"),k=de?L!==null?L+"Capture":null:L;de=[];for(var R=$,N;R!==null;){var P=R;if(N=P.stateNode,P=P.tag,P!==5&&P!==26&&P!==27||N===null||k===null||(P=na(R,k),P!=null&&de.push(Va(R,P,N))),Ke)break;R=R.return}0<de.length&&(L=new U(L,me,null,a,K),G.push({event:L,listeners:de}))}}if((s&7)===0){e:{if(L=i==="mouseover"||i==="pointerover",U=i==="mouseout"||i==="pointerout",L&&a!==Kf&&(me=a.relatedTarget||a.fromElement)&&(Es(me)||me[As]))break e;if((U||L)&&(L=K.window===K?K:(L=K.ownerDocument)?L.defaultView||L.parentWindow:window,U?(me=a.relatedTarget||a.toElement,U=$,me=me?Es(me):null,me!==null&&(Ke=c(me),de=me.tag,me!==Ke||de!==5&&de!==27&&de!==6)&&(me=null)):(U=null,me=$),U!==me)){if(de=Ug,P="onMouseLeave",k="onMouseEnter",R="mouse",(i==="pointerout"||i==="pointerover")&&(de=Kg,P="onPointerLeave",k="onPointerEnter",R="pointer"),Ke=U==null?L:ta(U),N=me==null?L:ta(me),L=new de(P,R+"leave",U,a,K),L.target=Ke,L.relatedTarget=N,P=null,Es(K)===$&&(de=new de(k,R+"enter",me,a,K),de.target=N,de.relatedTarget=Ke,P=de),Ke=P,U&&me)t:{for(de=U,k=me,R=0,N=de;N;N=so(N))R++;for(N=0,P=k;P;P=so(P))N++;for(;0<R-N;)de=so(de),R--;for(;0<N-R;)k=so(k),N--;for(;R--;){if(de===k||k!==null&&de===k.alternate)break t;de=so(de),k=so(k)}de=null}else de=null;U!==null&&M0(G,L,U,de,!1),me!==null&&Ke!==null&&M0(G,Ke,me,de,!0)}}e:{if(L=$?ta($):window,U=L.nodeName&&L.nodeName.toLowerCase(),U==="select"||U==="input"&&L.type==="file")var re=Xg;else if(Gg(L))if(Jg)re=d_;else{re=u_;var Ee=c_}else U=L.nodeName,!U||U.toLowerCase()!=="input"||L.type!=="checkbox"&&L.type!=="radio"?$&&zf($.elementType)&&(re=Xg):re=f_;if(re&&(re=re(i,$))){Yg(G,re,a,K);break e}Ee&&Ee(i,L,$),i==="focusout"&&$&&L.type==="number"&&$.memoizedProps.value!=null&&Uf(L,"number",L.value)}switch(Ee=$?ta($):window,i){case"focusin":(Gg(Ee)||Ee.contentEditable==="true")&&(js=Ee,ed=$,ua=null);break;case"focusout":ua=ed=js=null;break;case"mousedown":td=!0;break;case"contextmenu":case"mouseup":case"dragend":td=!1,rb(G,a,K);break;case"selectionchange":if(p_)break;case"keydown":case"keyup":rb(G,a,K)}var ce;if(Jf)e:{switch(i){case"compositionstart":var he="onCompositionStart";break e;case"compositionend":he="onCompositionEnd";break e;case"compositionupdate":he="onCompositionUpdate";break e}he=void 0}else $s?Hg(i,a)&&(he="onCompositionEnd"):i==="keydown"&&a.keyCode===229&&(he="onCompositionStart");he&&(qg&&a.locale!=="ko"&&($s||he!=="onCompositionStart"?he==="onCompositionEnd"&&$s&&(ce=Lg()):(tr=K,Hf="value"in tr?tr.value:tr.textContent,$s=!0)),Ee=Bc($,he),0<Ee.length&&(he=new zg(he,i,null,a,K),G.push({event:he,listeners:Ee}),ce?he.data=ce:(ce=Fg(a),ce!==null&&(he.data=ce)))),(ce=r_?s_(i,a):o_(i,a))&&(he=Bc($,"onBeforeInput"),0<he.length&&(Ee=new zg("onBeforeInput","beforeinput",null,a,K),G.push({event:Ee,listeners:he}),Ee.data=ce)),J_(G,i,$,a,K)}_0(G,s)})}function Va(i,s,a){return{instance:i,listener:s,currentTarget:a}}function Bc(i,s){for(var a=s+"Capture",l=[];i!==null;){var f=i,m=f.stateNode;if(f=f.tag,f!==5&&f!==26&&f!==27||m===null||(f=na(i,a),f!=null&&l.unshift(Va(i,f,m)),f=na(i,s),f!=null&&l.push(Va(i,f,m))),i.tag===3)return l;i=i.return}return[]}function so(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5&&i.tag!==27);return i||null}function M0(i,s,a,l,f){for(var m=s._reactName,b=[];a!==null&&a!==l;){var x=a,E=x.alternate,$=x.stateNode;if(x=x.tag,E!==null&&E===l)break;x!==5&&x!==26&&x!==27||$===null||(E=$,f?($=na(a,m),$!=null&&b.unshift(Va(a,$,E))):f||($=na(a,m),$!=null&&b.push(Va(a,$,E)))),a=a.return}b.length!==0&&i.push({event:s,listeners:b})}var ek=/\r\n?/g,tk=/\u0000|\uFFFD/g;function C0(i){return(typeof i=="string"?i:""+i).replace(ek,`
61
+ `).replace(tk,"")}function D0(i,s){return s=C0(s),C0(i)===s}function Lc(){}function ze(i,s,a,l,f,m){switch(a){case"children":typeof l=="string"?s==="body"||s==="textarea"&&l===""||Cs(i,l):(typeof l=="number"||typeof l=="bigint")&&s!=="body"&&Cs(i,""+l);break;case"className":ql(i,"class",l);break;case"tabIndex":ql(i,"tabindex",l);break;case"dir":case"role":case"viewBox":case"width":case"height":ql(i,a,l);break;case"style":$g(i,l,m);break;case"data":if(s!=="object"){ql(i,"data",l);break}case"src":case"href":if(l===""&&(s!=="a"||a!=="href")){i.removeAttribute(a);break}if(l==null||typeof l=="function"||typeof l=="symbol"||typeof l=="boolean"){i.removeAttribute(a);break}l=Hl(""+l),i.setAttribute(a,l);break;case"action":case"formAction":if(typeof l=="function"){i.setAttribute(a,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof m=="function"&&(a==="formAction"?(s!=="input"&&ze(i,s,"name",f.name,f,null),ze(i,s,"formEncType",f.formEncType,f,null),ze(i,s,"formMethod",f.formMethod,f,null),ze(i,s,"formTarget",f.formTarget,f,null)):(ze(i,s,"encType",f.encType,f,null),ze(i,s,"method",f.method,f,null),ze(i,s,"target",f.target,f,null)));if(l==null||typeof l=="symbol"||typeof l=="boolean"){i.removeAttribute(a);break}l=Hl(""+l),i.setAttribute(a,l);break;case"onClick":l!=null&&(i.onclick=Lc);break;case"onScroll":l!=null&&_e("scroll",i);break;case"onScrollEnd":l!=null&&_e("scrollend",i);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(r(61));if(a=l.__html,a!=null){if(f.children!=null)throw Error(r(60));i.innerHTML=a}}break;case"multiple":i.multiple=l&&typeof l!="function"&&typeof l!="symbol";break;case"muted":i.muted=l&&typeof l!="function"&&typeof l!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(l==null||typeof l=="function"||typeof l=="boolean"||typeof l=="symbol"){i.removeAttribute("xlink:href");break}a=Hl(""+l),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":l!=null&&typeof l!="function"&&typeof l!="symbol"?i.setAttribute(a,""+l):i.removeAttribute(a);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":l&&typeof l!="function"&&typeof l!="symbol"?i.setAttribute(a,""):i.removeAttribute(a);break;case"capture":case"download":l===!0?i.setAttribute(a,""):l!==!1&&l!=null&&typeof l!="function"&&typeof l!="symbol"?i.setAttribute(a,l):i.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":l!=null&&typeof l!="function"&&typeof l!="symbol"&&!isNaN(l)&&1<=l?i.setAttribute(a,l):i.removeAttribute(a);break;case"rowSpan":case"start":l==null||typeof l=="function"||typeof l=="symbol"||isNaN(l)?i.removeAttribute(a):i.setAttribute(a,l);break;case"popover":_e("beforetoggle",i),_e("toggle",i),Kl(i,"popover",l);break;case"xlinkActuate":Si(i,"http://www.w3.org/1999/xlink","xlink:actuate",l);break;case"xlinkArcrole":Si(i,"http://www.w3.org/1999/xlink","xlink:arcrole",l);break;case"xlinkRole":Si(i,"http://www.w3.org/1999/xlink","xlink:role",l);break;case"xlinkShow":Si(i,"http://www.w3.org/1999/xlink","xlink:show",l);break;case"xlinkTitle":Si(i,"http://www.w3.org/1999/xlink","xlink:title",l);break;case"xlinkType":Si(i,"http://www.w3.org/1999/xlink","xlink:type",l);break;case"xmlBase":Si(i,"http://www.w3.org/XML/1998/namespace","xml:base",l);break;case"xmlLang":Si(i,"http://www.w3.org/XML/1998/namespace","xml:lang",l);break;case"xmlSpace":Si(i,"http://www.w3.org/XML/1998/namespace","xml:space",l);break;case"is":Kl(i,"is",l);break;case"innerText":case"textContent":break;default:(!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N")&&(a=CO.get(a)||a,Kl(i,a,l))}}function Ah(i,s,a,l,f,m){switch(a){case"style":$g(i,l,m);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(r(61));if(a=l.__html,a!=null){if(f.children!=null)throw Error(r(60));i.innerHTML=a}}break;case"children":typeof l=="string"?Cs(i,l):(typeof l=="number"||typeof l=="bigint")&&Cs(i,""+l);break;case"onScroll":l!=null&&_e("scroll",i);break;case"onScrollEnd":l!=null&&_e("scrollend",i);break;case"onClick":l!=null&&(i.onclick=Lc);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Tg.hasOwnProperty(a))e:{if(a[0]==="o"&&a[1]==="n"&&(f=a.endsWith("Capture"),s=a.slice(2,f?a.length-7:void 0),m=i[Wt]||null,m=m!=null?m[a]:null,typeof m=="function"&&i.removeEventListener(s,m,f),typeof l=="function")){typeof m!="function"&&m!==null&&(a in i?i[a]=null:i.hasAttribute(a)&&i.removeAttribute(a)),i.addEventListener(s,l,f);break e}a in i?i[a]=l:l===!0?i.setAttribute(a,""):Kl(i,a,l)}}}function Ut(i,s,a){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":_e("error",i),_e("load",i);var l=!1,f=!1,m;for(m in a)if(a.hasOwnProperty(m)){var b=a[m];if(b!=null)switch(m){case"src":l=!0;break;case"srcSet":f=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:ze(i,s,m,b,a,null)}}f&&ze(i,s,"srcSet",a.srcSet,a,null),l&&ze(i,s,"src",a.src,a,null);return;case"input":_e("invalid",i);var x=m=b=f=null,E=null,$=null;for(l in a)if(a.hasOwnProperty(l)){var K=a[l];if(K!=null)switch(l){case"name":f=K;break;case"type":b=K;break;case"checked":E=K;break;case"defaultChecked":$=K;break;case"value":m=K;break;case"defaultValue":x=K;break;case"children":case"dangerouslySetInnerHTML":if(K!=null)throw Error(r(137,s));break;default:ze(i,s,l,K,a,null)}}Mg(i,m,x,E,$,b,f,!1),Pl(i);return;case"select":_e("invalid",i),l=b=m=null;for(f in a)if(a.hasOwnProperty(f)&&(x=a[f],x!=null))switch(f){case"value":m=x;break;case"defaultValue":b=x;break;case"multiple":l=x;default:ze(i,s,f,x,a,null)}s=m,a=b,i.multiple=!!l,s!=null?Ms(i,!!l,s,!1):a!=null&&Ms(i,!!l,a,!0);return;case"textarea":_e("invalid",i),m=f=l=null;for(b in a)if(a.hasOwnProperty(b)&&(x=a[b],x!=null))switch(b){case"value":l=x;break;case"defaultValue":f=x;break;case"children":m=x;break;case"dangerouslySetInnerHTML":if(x!=null)throw Error(r(91));break;default:ze(i,s,b,x,a,null)}Dg(i,l,f,m),Pl(i);return;case"option":for(E in a)if(a.hasOwnProperty(E)&&(l=a[E],l!=null))switch(E){case"selected":i.selected=l&&typeof l!="function"&&typeof l!="symbol";break;default:ze(i,s,E,l,a,null)}return;case"dialog":_e("beforetoggle",i),_e("toggle",i),_e("cancel",i),_e("close",i);break;case"iframe":case"object":_e("load",i);break;case"video":case"audio":for(l=0;l<La.length;l++)_e(La[l],i);break;case"image":_e("error",i),_e("load",i);break;case"details":_e("toggle",i);break;case"embed":case"source":case"link":_e("error",i),_e("load",i);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for($ in a)if(a.hasOwnProperty($)&&(l=a[$],l!=null))switch($){case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:ze(i,s,$,l,a,null)}return;default:if(zf(s)){for(K in a)a.hasOwnProperty(K)&&(l=a[K],l!==void 0&&Ah(i,s,K,l,a,void 0));return}}for(x in a)a.hasOwnProperty(x)&&(l=a[x],l!=null&&ze(i,s,x,l,a,null))}function nk(i,s,a,l){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var f=null,m=null,b=null,x=null,E=null,$=null,K=null;for(U in a){var G=a[U];if(a.hasOwnProperty(U)&&G!=null)switch(U){case"checked":break;case"value":break;case"defaultValue":E=G;default:l.hasOwnProperty(U)||ze(i,s,U,null,l,G)}}for(var L in l){var U=l[L];if(G=a[L],l.hasOwnProperty(L)&&(U!=null||G!=null))switch(L){case"type":m=U;break;case"name":f=U;break;case"checked":$=U;break;case"defaultChecked":K=U;break;case"value":b=U;break;case"defaultValue":x=U;break;case"children":case"dangerouslySetInnerHTML":if(U!=null)throw Error(r(137,s));break;default:U!==G&&ze(i,s,L,U,l,G)}}Vf(i,b,x,E,$,K,m,f);return;case"select":U=b=x=L=null;for(m in a)if(E=a[m],a.hasOwnProperty(m)&&E!=null)switch(m){case"value":break;case"multiple":U=E;default:l.hasOwnProperty(m)||ze(i,s,m,null,l,E)}for(f in l)if(m=l[f],E=a[f],l.hasOwnProperty(f)&&(m!=null||E!=null))switch(f){case"value":L=m;break;case"defaultValue":x=m;break;case"multiple":b=m;default:m!==E&&ze(i,s,f,m,l,E)}s=x,a=b,l=U,L!=null?Ms(i,!!a,L,!1):!!l!=!!a&&(s!=null?Ms(i,!!a,s,!0):Ms(i,!!a,a?[]:"",!1));return;case"textarea":U=L=null;for(x in a)if(f=a[x],a.hasOwnProperty(x)&&f!=null&&!l.hasOwnProperty(x))switch(x){case"value":break;case"children":break;default:ze(i,s,x,null,l,f)}for(b in l)if(f=l[b],m=a[b],l.hasOwnProperty(b)&&(f!=null||m!=null))switch(b){case"value":L=f;break;case"defaultValue":U=f;break;case"children":break;case"dangerouslySetInnerHTML":if(f!=null)throw Error(r(91));break;default:f!==m&&ze(i,s,b,f,l,m)}Cg(i,L,U);return;case"option":for(var me in a)if(L=a[me],a.hasOwnProperty(me)&&L!=null&&!l.hasOwnProperty(me))switch(me){case"selected":i.selected=!1;break;default:ze(i,s,me,null,l,L)}for(E in l)if(L=l[E],U=a[E],l.hasOwnProperty(E)&&L!==U&&(L!=null||U!=null))switch(E){case"selected":i.selected=L&&typeof L!="function"&&typeof L!="symbol";break;default:ze(i,s,E,L,l,U)}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 de in a)L=a[de],a.hasOwnProperty(de)&&L!=null&&!l.hasOwnProperty(de)&&ze(i,s,de,null,l,L);for($ in l)if(L=l[$],U=a[$],l.hasOwnProperty($)&&L!==U&&(L!=null||U!=null))switch($){case"children":case"dangerouslySetInnerHTML":if(L!=null)throw Error(r(137,s));break;default:ze(i,s,$,L,l,U)}return;default:if(zf(s)){for(var Ke in a)L=a[Ke],a.hasOwnProperty(Ke)&&L!==void 0&&!l.hasOwnProperty(Ke)&&Ah(i,s,Ke,void 0,l,L);for(K in l)L=l[K],U=a[K],!l.hasOwnProperty(K)||L===U||L===void 0&&U===void 0||Ah(i,s,K,L,l,U);return}}for(var k in a)L=a[k],a.hasOwnProperty(k)&&L!=null&&!l.hasOwnProperty(k)&&ze(i,s,k,null,l,L);for(G in l)L=l[G],U=a[G],!l.hasOwnProperty(G)||L===U||L==null&&U==null||ze(i,s,G,L,l,U)}var Eh=null,Rh=null;function Vc(i){return i.nodeType===9?i:i.ownerDocument}function N0(i){switch(i){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function $0(i,s){if(i===0)switch(s){case"svg":return 1;case"math":return 2;default:return 0}return i===1&&s==="foreignObject"?0:i}function Oh(i,s){return i==="textarea"||i==="noscript"||typeof s.children=="string"||typeof s.children=="number"||typeof s.children=="bigint"||typeof s.dangerouslySetInnerHTML=="object"&&s.dangerouslySetInnerHTML!==null&&s.dangerouslySetInnerHTML.__html!=null}var _h=null;function ik(){var i=window.event;return i&&i.type==="popstate"?i===_h?!1:(_h=i,!0):(_h=null,!1)}var j0=typeof setTimeout=="function"?setTimeout:void 0,rk=typeof clearTimeout=="function"?clearTimeout:void 0,B0=typeof Promise=="function"?Promise:void 0,sk=typeof queueMicrotask=="function"?queueMicrotask:typeof B0<"u"?function(i){return B0.resolve(null).then(i).catch(ok)}:j0;function ok(i){setTimeout(function(){throw i})}function gr(i){return i==="head"}function L0(i,s){var a=s,l=0,f=0;do{var m=a.nextSibling;if(i.removeChild(a),m&&m.nodeType===8)if(a=m.data,a==="/$"){if(0<l&&8>l){a=l;var b=i.ownerDocument;if(a&1&&Ua(b.documentElement),a&2&&Ua(b.body),a&4)for(a=b.head,Ua(a),b=a.firstChild;b;){var x=b.nextSibling,E=b.nodeName;b[ea]||E==="SCRIPT"||E==="STYLE"||E==="LINK"&&b.rel.toLowerCase()==="stylesheet"||a.removeChild(b),b=x}}if(f===0){i.removeChild(m),Ga(s);return}f--}else a==="$"||a==="$?"||a==="$!"?f++:l=a.charCodeAt(0)-48;else l=0;a=m}while(a);Ga(s)}function kh(i){var s=i.firstChild;for(s&&s.nodeType===10&&(s=s.nextSibling);s;){var a=s;switch(s=s.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":kh(a),$f(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}i.removeChild(a)}}function ak(i,s,a,l){for(;i.nodeType===1;){var f=a;if(i.nodeName.toLowerCase()!==s.toLowerCase()){if(!l&&(i.nodeName!=="INPUT"||i.type!=="hidden"))break}else if(l){if(!i[ea])switch(s){case"meta":if(!i.hasAttribute("itemprop"))break;return i;case"link":if(m=i.getAttribute("rel"),m==="stylesheet"&&i.hasAttribute("data-precedence"))break;if(m!==f.rel||i.getAttribute("href")!==(f.href==null||f.href===""?null:f.href)||i.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin)||i.getAttribute("title")!==(f.title==null?null:f.title))break;return i;case"style":if(i.hasAttribute("data-precedence"))break;return i;case"script":if(m=i.getAttribute("src"),(m!==(f.src==null?null:f.src)||i.getAttribute("type")!==(f.type==null?null:f.type)||i.getAttribute("crossorigin")!==(f.crossOrigin==null?null:f.crossOrigin))&&m&&i.hasAttribute("async")&&!i.hasAttribute("itemprop"))break;return i;default:return i}}else if(s==="input"&&i.type==="hidden"){var m=f.name==null?null:""+f.name;if(f.type==="hidden"&&i.getAttribute("name")===m)return i}else return i;if(i=In(i.nextSibling),i===null)break}return null}function lk(i,s,a){if(s==="")return null;for(;i.nodeType!==3;)if((i.nodeType!==1||i.nodeName!=="INPUT"||i.type!=="hidden")&&!a||(i=In(i.nextSibling),i===null))return null;return i}function Mh(i){return i.data==="$!"||i.data==="$?"&&i.ownerDocument.readyState==="complete"}function ck(i,s){var a=i.ownerDocument;if(i.data!=="$?"||a.readyState==="complete")s();else{var l=function(){s(),a.removeEventListener("DOMContentLoaded",l)};a.addEventListener("DOMContentLoaded",l),i._reactRetry=l}}function In(i){for(;i!=null;i=i.nextSibling){var s=i.nodeType;if(s===1||s===3)break;if(s===8){if(s=i.data,s==="$"||s==="$!"||s==="$?"||s==="F!"||s==="F")break;if(s==="/$")return null}}return i}var Ch=null;function V0(i){i=i.previousSibling;for(var s=0;i;){if(i.nodeType===8){var a=i.data;if(a==="$"||a==="$!"||a==="$?"){if(s===0)return i;s--}else a==="/$"&&s++}i=i.previousSibling}return null}function U0(i,s,a){switch(s=Vc(a),i){case"html":if(i=s.documentElement,!i)throw Error(r(452));return i;case"head":if(i=s.head,!i)throw Error(r(453));return i;case"body":if(i=s.body,!i)throw Error(r(454));return i;default:throw Error(r(451))}}function Ua(i){for(var s=i.attributes;s.length;)i.removeAttributeNode(s[0]);$f(i)}var Dn=new Map,z0=new Set;function Uc(i){return typeof i.getRootNode=="function"?i.getRootNode():i.nodeType===9?i:i.ownerDocument}var $i=q.d;q.d={f:uk,r:fk,D:dk,C:hk,L:pk,m:mk,X:gk,S:yk,M:bk};function uk(){var i=$i.f(),s=Mc();return i||s}function fk(i){var s=Rs(i);s!==null&&s.tag===5&&s.type==="form"?ov(s):$i.r(i)}var oo=typeof document>"u"?null:document;function K0(i,s,a){var l=oo;if(l&&typeof s=="string"&&s){var f=En(s);f='link[rel="'+i+'"][href="'+f+'"]',typeof a=="string"&&(f+='[crossorigin="'+a+'"]'),z0.has(f)||(z0.add(f),i={rel:i,crossOrigin:a,href:s},l.querySelector(f)===null&&(s=l.createElement("link"),Ut(s,"link",i),Ct(s),l.head.appendChild(s)))}}function dk(i){$i.D(i),K0("dns-prefetch",i,null)}function hk(i,s){$i.C(i,s),K0("preconnect",i,s)}function pk(i,s,a){$i.L(i,s,a);var l=oo;if(l&&i&&s){var f='link[rel="preload"][as="'+En(s)+'"]';s==="image"&&a&&a.imageSrcSet?(f+='[imagesrcset="'+En(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(f+='[imagesizes="'+En(a.imageSizes)+'"]')):f+='[href="'+En(i)+'"]';var m=f;switch(s){case"style":m=ao(i);break;case"script":m=lo(i)}Dn.has(m)||(i=y({rel:"preload",href:s==="image"&&a&&a.imageSrcSet?void 0:i,as:s},a),Dn.set(m,i),l.querySelector(f)!==null||s==="style"&&l.querySelector(za(m))||s==="script"&&l.querySelector(Ka(m))||(s=l.createElement("link"),Ut(s,"link",i),Ct(s),l.head.appendChild(s)))}}function mk(i,s){$i.m(i,s);var a=oo;if(a&&i){var l=s&&typeof s.as=="string"?s.as:"script",f='link[rel="modulepreload"][as="'+En(l)+'"][href="'+En(i)+'"]',m=f;switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":m=lo(i)}if(!Dn.has(m)&&(i=y({rel:"modulepreload",href:i},s),Dn.set(m,i),a.querySelector(f)===null)){switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(Ka(m)))return}l=a.createElement("link"),Ut(l,"link",i),Ct(l),a.head.appendChild(l)}}}function yk(i,s,a){$i.S(i,s,a);var l=oo;if(l&&i){var f=Os(l).hoistableStyles,m=ao(i);s=s||"default";var b=f.get(m);if(!b){var x={loading:0,preload:null};if(b=l.querySelector(za(m)))x.loading=5;else{i=y({rel:"stylesheet",href:i,"data-precedence":s},a),(a=Dn.get(m))&&Dh(i,a);var E=b=l.createElement("link");Ct(E),Ut(E,"link",i),E._p=new Promise(function($,K){E.onload=$,E.onerror=K}),E.addEventListener("load",function(){x.loading|=1}),E.addEventListener("error",function(){x.loading|=2}),x.loading|=4,zc(b,s,l)}b={type:"stylesheet",instance:b,count:1,state:x},f.set(m,b)}}}function gk(i,s){$i.X(i,s);var a=oo;if(a&&i){var l=Os(a).hoistableScripts,f=lo(i),m=l.get(f);m||(m=a.querySelector(Ka(f)),m||(i=y({src:i,async:!0},s),(s=Dn.get(f))&&Nh(i,s),m=a.createElement("script"),Ct(m),Ut(m,"link",i),a.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},l.set(f,m))}}function bk(i,s){$i.M(i,s);var a=oo;if(a&&i){var l=Os(a).hoistableScripts,f=lo(i),m=l.get(f);m||(m=a.querySelector(Ka(f)),m||(i=y({src:i,async:!0,type:"module"},s),(s=Dn.get(f))&&Nh(i,s),m=a.createElement("script"),Ct(m),Ut(m,"link",i),a.head.appendChild(m)),m={type:"script",instance:m,count:1,state:null},l.set(f,m))}}function q0(i,s,a,l){var f=(f=le.current)?Uc(f):null;if(!f)throw Error(r(446));switch(i){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(s=ao(a.href),a=Os(f).hoistableStyles,l=a.get(s),l||(l={type:"style",instance:null,count:0,state:null},a.set(s,l)),l):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){i=ao(a.href);var m=Os(f).hoistableStyles,b=m.get(i);if(b||(f=f.ownerDocument||f,b={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},m.set(i,b),(m=f.querySelector(za(i)))&&!m._p&&(b.instance=m,b.state.loading=5),Dn.has(i)||(a={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy},Dn.set(i,a),m||vk(f,i,a,b.state))),s&&l===null)throw Error(r(528,""));return b}if(s&&l!==null)throw Error(r(529,""));return null;case"script":return s=a.async,a=a.src,typeof a=="string"&&s&&typeof s!="function"&&typeof s!="symbol"?(s=lo(a),a=Os(f).hoistableScripts,l=a.get(s),l||(l={type:"script",instance:null,count:0,state:null},a.set(s,l)),l):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,i))}}function ao(i){return'href="'+En(i)+'"'}function za(i){return'link[rel="stylesheet"]['+i+"]"}function P0(i){return y({},i,{"data-precedence":i.precedence,precedence:null})}function vk(i,s,a,l){i.querySelector('link[rel="preload"][as="style"]['+s+"]")?l.loading=1:(s=i.createElement("link"),l.preload=s,s.addEventListener("load",function(){return l.loading|=1}),s.addEventListener("error",function(){return l.loading|=2}),Ut(s,"link",a),Ct(s),i.head.appendChild(s))}function lo(i){return'[src="'+En(i)+'"]'}function Ka(i){return"script[async]"+i}function I0(i,s,a){if(s.count++,s.instance===null)switch(s.type){case"style":var l=i.querySelector('style[data-href~="'+En(a.href)+'"]');if(l)return s.instance=l,Ct(l),l;var f=y({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return l=(i.ownerDocument||i).createElement("style"),Ct(l),Ut(l,"style",f),zc(l,a.precedence,i),s.instance=l;case"stylesheet":f=ao(a.href);var m=i.querySelector(za(f));if(m)return s.state.loading|=4,s.instance=m,Ct(m),m;l=P0(a),(f=Dn.get(f))&&Dh(l,f),m=(i.ownerDocument||i).createElement("link"),Ct(m);var b=m;return b._p=new Promise(function(x,E){b.onload=x,b.onerror=E}),Ut(m,"link",l),s.state.loading|=4,zc(m,a.precedence,i),s.instance=m;case"script":return m=lo(a.src),(f=i.querySelector(Ka(m)))?(s.instance=f,Ct(f),f):(l=a,(f=Dn.get(m))&&(l=y({},a),Nh(l,f)),i=i.ownerDocument||i,f=i.createElement("script"),Ct(f),Ut(f,"link",l),i.head.appendChild(f),s.instance=f);case"void":return null;default:throw Error(r(443,s.type))}else s.type==="stylesheet"&&(s.state.loading&4)===0&&(l=s.instance,s.state.loading|=4,zc(l,a.precedence,i));return s.instance}function zc(i,s,a){for(var l=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),f=l.length?l[l.length-1]:null,m=f,b=0;b<l.length;b++){var x=l[b];if(x.dataset.precedence===s)m=x;else if(m!==f)break}m?m.parentNode.insertBefore(i,m.nextSibling):(s=a.nodeType===9?a.head:a,s.insertBefore(i,s.firstChild))}function Dh(i,s){i.crossOrigin==null&&(i.crossOrigin=s.crossOrigin),i.referrerPolicy==null&&(i.referrerPolicy=s.referrerPolicy),i.title==null&&(i.title=s.title)}function Nh(i,s){i.crossOrigin==null&&(i.crossOrigin=s.crossOrigin),i.referrerPolicy==null&&(i.referrerPolicy=s.referrerPolicy),i.integrity==null&&(i.integrity=s.integrity)}var Kc=null;function H0(i,s,a){if(Kc===null){var l=new Map,f=Kc=new Map;f.set(a,l)}else f=Kc,l=f.get(a),l||(l=new Map,f.set(a,l));if(l.has(i))return l;for(l.set(i,null),a=a.getElementsByTagName(i),f=0;f<a.length;f++){var m=a[f];if(!(m[ea]||m[qt]||i==="link"&&m.getAttribute("rel")==="stylesheet")&&m.namespaceURI!=="http://www.w3.org/2000/svg"){var b=m.getAttribute(s)||"";b=i+b;var x=l.get(b);x?x.push(m):l.set(b,[m])}}return l}function F0(i,s,a){i=i.ownerDocument||i,i.head.insertBefore(a,s==="title"?i.querySelector("head > title"):null)}function Sk(i,s,a){if(a===1||s.itemProp!=null)return!1;switch(i){case"meta":case"title":return!0;case"style":if(typeof s.precedence!="string"||typeof s.href!="string"||s.href==="")break;return!0;case"link":if(typeof s.rel!="string"||typeof s.href!="string"||s.href===""||s.onLoad||s.onError)break;switch(s.rel){case"stylesheet":return i=s.disabled,typeof s.precedence=="string"&&i==null;default:return!0}case"script":if(s.async&&typeof s.async!="function"&&typeof s.async!="symbol"&&!s.onLoad&&!s.onError&&s.src&&typeof s.src=="string")return!0}return!1}function G0(i){return!(i.type==="stylesheet"&&(i.state.loading&3)===0)}var qa=null;function xk(){}function wk(i,s,a){if(qa===null)throw Error(r(475));var l=qa;if(s.type==="stylesheet"&&(typeof a.media!="string"||matchMedia(a.media).matches!==!1)&&(s.state.loading&4)===0){if(s.instance===null){var f=ao(a.href),m=i.querySelector(za(f));if(m){i=m._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(l.count++,l=qc.bind(l),i.then(l,l)),s.state.loading|=4,s.instance=m,Ct(m);return}m=i.ownerDocument||i,a=P0(a),(f=Dn.get(f))&&Dh(a,f),m=m.createElement("link"),Ct(m);var b=m;b._p=new Promise(function(x,E){b.onload=x,b.onerror=E}),Ut(m,"link",a),s.instance=m}l.stylesheets===null&&(l.stylesheets=new Map),l.stylesheets.set(s,i),(i=s.state.preload)&&(s.state.loading&3)===0&&(l.count++,s=qc.bind(l),i.addEventListener("load",s),i.addEventListener("error",s))}}function Tk(){if(qa===null)throw Error(r(475));var i=qa;return i.stylesheets&&i.count===0&&$h(i,i.stylesheets),0<i.count?function(s){var a=setTimeout(function(){if(i.stylesheets&&$h(i,i.stylesheets),i.unsuspend){var l=i.unsuspend;i.unsuspend=null,l()}},6e4);return i.unsuspend=s,function(){i.unsuspend=null,clearTimeout(a)}}:null}function qc(){if(this.count--,this.count===0){if(this.stylesheets)$h(this,this.stylesheets);else if(this.unsuspend){var i=this.unsuspend;this.unsuspend=null,i()}}}var Pc=null;function $h(i,s){i.stylesheets=null,i.unsuspend!==null&&(i.count++,Pc=new Map,s.forEach(Ak,i),Pc=null,qc.call(i))}function Ak(i,s){if(!(s.state.loading&4)){var a=Pc.get(i);if(a)var l=a.get(null);else{a=new Map,Pc.set(i,a);for(var f=i.querySelectorAll("link[data-precedence],style[data-precedence]"),m=0;m<f.length;m++){var b=f[m];(b.nodeName==="LINK"||b.getAttribute("media")!=="not all")&&(a.set(b.dataset.precedence,b),l=b)}l&&a.set(null,l)}f=s.instance,b=f.getAttribute("data-precedence"),m=a.get(b)||l,m===l&&a.set(null,f),a.set(b,f),this.count++,l=qc.bind(this),f.addEventListener("load",l),f.addEventListener("error",l),m?m.parentNode.insertBefore(f,m.nextSibling):(i=i.nodeType===9?i.head:i,i.insertBefore(f,i.firstChild)),s.state.loading|=4}}var Pa={$$typeof:M,Provider:null,Consumer:null,_currentValue:z,_currentValue2:z,_threadCount:0};function Ek(i,s,a,l,f,m,b,x){this.tag=1,this.containerInfo=i,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Mf(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Mf(0),this.hiddenUpdates=Mf(null),this.identifierPrefix=l,this.onUncaughtError=f,this.onCaughtError=m,this.onRecoverableError=b,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=x,this.incompleteTransitions=new Map}function Y0(i,s,a,l,f,m,b,x,E,$,K,G){return i=new Ek(i,s,a,b,x,E,$,G),s=1,m===!0&&(s|=24),m=dn(3,null,null,s),i.current=m,m.stateNode=i,s=md(),s.refCount++,i.pooledCache=s,s.refCount++,m.memoizedState={element:l,isDehydrated:a,cache:s},vd(m),i}function X0(i){return i?(i=Us,i):Us}function J0(i,s,a,l,f,m){f=X0(f),l.context===null?l.context=f:l.pendingContext=f,l=rr(s),l.payload={element:a},m=m===void 0?null:m,m!==null&&(l.callback=m),a=sr(i,l,s),a!==null&&(gn(a,i,s),va(a,i,s))}function Z0(i,s){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var a=i.retryLane;i.retryLane=a!==0&&a<s?a:s}}function jh(i,s){Z0(i,s),(i=i.alternate)&&Z0(i,s)}function Q0(i){if(i.tag===13){var s=Vs(i,67108864);s!==null&&gn(s,i,67108864),jh(i,67108864)}}var Ic=!0;function Rk(i,s,a,l){var f=B.T;B.T=null;var m=q.p;try{q.p=2,Bh(i,s,a,l)}finally{q.p=m,B.T=f}}function Ok(i,s,a,l){var f=B.T;B.T=null;var m=q.p;try{q.p=8,Bh(i,s,a,l)}finally{q.p=m,B.T=f}}function Bh(i,s,a,l){if(Ic){var f=Lh(l);if(f===null)Th(i,s,l,Hc,a),eS(i,l);else if(kk(f,i,s,a,l))l.stopPropagation();else if(eS(i,l),s&4&&-1<_k.indexOf(i)){for(;f!==null;){var m=Rs(f);if(m!==null)switch(m.tag){case 3:if(m=m.stateNode,m.current.memoizedState.isDehydrated){var b=Ur(m.pendingLanes);if(b!==0){var x=m;for(x.pendingLanes|=2,x.entangledLanes|=2;b;){var E=1<<31-un(b);x.entanglements[1]|=E,b&=~E}ii(m),(Be&6)===0&&(_c=we()+500,Ba(0))}}break;case 13:x=Vs(m,2),x!==null&&gn(x,m,2),Mc(),jh(m,2)}if(m=Lh(l),m===null&&Th(i,s,l,Hc,a),m===f)break;f=m}f!==null&&l.stopPropagation()}else Th(i,s,l,null,a)}}function Lh(i){return i=qf(i),Vh(i)}var Hc=null;function Vh(i){if(Hc=null,i=Es(i),i!==null){var s=c(i);if(s===null)i=null;else{var a=s.tag;if(a===13){if(i=u(s),i!==null)return i;i=null}else if(a===3){if(s.stateNode.current.memoizedState.isDehydrated)return s.tag===3?s.stateNode.containerInfo:null;i=null}else s!==i&&(i=null)}}return Hc=i,null}function W0(i){switch(i){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(Kn()){case Gt:return 2;case Kt:return 8;case wn:case Zn:return 32;case Tn:return 268435456;default:return 32}default:return 32}}var Uh=!1,br=null,vr=null,Sr=null,Ia=new Map,Ha=new Map,xr=[],_k="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function eS(i,s){switch(i){case"focusin":case"focusout":br=null;break;case"dragenter":case"dragleave":vr=null;break;case"mouseover":case"mouseout":Sr=null;break;case"pointerover":case"pointerout":Ia.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ha.delete(s.pointerId)}}function Fa(i,s,a,l,f,m){return i===null||i.nativeEvent!==m?(i={blockedOn:s,domEventName:a,eventSystemFlags:l,nativeEvent:m,targetContainers:[f]},s!==null&&(s=Rs(s),s!==null&&Q0(s)),i):(i.eventSystemFlags|=l,s=i.targetContainers,f!==null&&s.indexOf(f)===-1&&s.push(f),i)}function kk(i,s,a,l,f){switch(s){case"focusin":return br=Fa(br,i,s,a,l,f),!0;case"dragenter":return vr=Fa(vr,i,s,a,l,f),!0;case"mouseover":return Sr=Fa(Sr,i,s,a,l,f),!0;case"pointerover":var m=f.pointerId;return Ia.set(m,Fa(Ia.get(m)||null,i,s,a,l,f)),!0;case"gotpointercapture":return m=f.pointerId,Ha.set(m,Fa(Ha.get(m)||null,i,s,a,l,f)),!0}return!1}function tS(i){var s=Es(i.target);if(s!==null){var a=c(s);if(a!==null){if(s=a.tag,s===13){if(s=u(a),s!==null){i.blockedOn=s,wO(i.priority,function(){if(a.tag===13){var l=yn();l=Cf(l);var f=Vs(a,l);f!==null&&gn(f,a,l),jh(a,l)}});return}}else if(s===3&&a.stateNode.current.memoizedState.isDehydrated){i.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}i.blockedOn=null}function Fc(i){if(i.blockedOn!==null)return!1;for(var s=i.targetContainers;0<s.length;){var a=Lh(i.nativeEvent);if(a===null){a=i.nativeEvent;var l=new a.constructor(a.type,a);Kf=l,a.target.dispatchEvent(l),Kf=null}else return s=Rs(a),s!==null&&Q0(s),i.blockedOn=a,!1;s.shift()}return!0}function nS(i,s,a){Fc(i)&&a.delete(s)}function Mk(){Uh=!1,br!==null&&Fc(br)&&(br=null),vr!==null&&Fc(vr)&&(vr=null),Sr!==null&&Fc(Sr)&&(Sr=null),Ia.forEach(nS),Ha.forEach(nS)}function Gc(i,s){i.blockedOn===s&&(i.blockedOn=null,Uh||(Uh=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,Mk)))}var Yc=null;function iS(i){Yc!==i&&(Yc=i,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){Yc===i&&(Yc=null);for(var s=0;s<i.length;s+=3){var a=i[s],l=i[s+1],f=i[s+2];if(typeof l!="function"){if(Vh(l||a)===null)continue;break}var m=Rs(a);m!==null&&(i.splice(s,3),s-=3,Vd(m,{pending:!0,data:f,method:a.method,action:l},l,f))}}))}function Ga(i){function s(E){return Gc(E,i)}br!==null&&Gc(br,i),vr!==null&&Gc(vr,i),Sr!==null&&Gc(Sr,i),Ia.forEach(s),Ha.forEach(s);for(var a=0;a<xr.length;a++){var l=xr[a];l.blockedOn===i&&(l.blockedOn=null)}for(;0<xr.length&&(a=xr[0],a.blockedOn===null);)tS(a),a.blockedOn===null&&xr.shift();if(a=(i.ownerDocument||i).$$reactFormReplay,a!=null)for(l=0;l<a.length;l+=3){var f=a[l],m=a[l+1],b=f[Wt]||null;if(typeof m=="function")b||iS(a);else if(b){var x=null;if(m&&m.hasAttribute("formAction")){if(f=m,b=m[Wt]||null)x=b.formAction;else if(Vh(f)!==null)continue}else x=b.action;typeof x=="function"?a[l+1]=x:(a.splice(l,3),l-=3),iS(a)}}}function zh(i){this._internalRoot=i}Xc.prototype.render=zh.prototype.render=function(i){var s=this._internalRoot;if(s===null)throw Error(r(409));var a=s.current,l=yn();J0(a,l,i,s,null,null)},Xc.prototype.unmount=zh.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var s=i.containerInfo;J0(i.current,2,null,i,null,null),Mc(),s[As]=null}};function Xc(i){this._internalRoot=i}Xc.prototype.unstable_scheduleHydration=function(i){if(i){var s=Sg();i={blockedOn:null,target:i,priority:s};for(var a=0;a<xr.length&&s!==0&&s<xr[a].priority;a++);xr.splice(a,0,i),a===0&&tS(i)}};var rS=e.version;if(rS!=="19.1.1")throw Error(r(527,rS,"19.1.1"));q.findDOMNode=function(i){var s=i._reactInternals;if(s===void 0)throw typeof i.render=="function"?Error(r(188)):(i=Object.keys(i).join(","),Error(r(268,i)));return i=h(s),i=i!==null?p(i):null,i=i===null?null:i.stateNode,i};var Ck={bundleType:0,version:"19.1.1",rendererPackageName:"react-dom",currentDispatcherRef:B,reconcilerVersion:"19.1.1"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Jc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Jc.isDisabled&&Jc.supportsFiber)try{Zo=Jc.inject(Ck),cn=Jc}catch{}}return Xa.createRoot=function(i,s){if(!o(i))throw Error(r(299));var a=!1,l="",f=Sv,m=xv,b=wv,x=null;return s!=null&&(s.unstable_strictMode===!0&&(a=!0),s.identifierPrefix!==void 0&&(l=s.identifierPrefix),s.onUncaughtError!==void 0&&(f=s.onUncaughtError),s.onCaughtError!==void 0&&(m=s.onCaughtError),s.onRecoverableError!==void 0&&(b=s.onRecoverableError),s.unstable_transitionCallbacks!==void 0&&(x=s.unstable_transitionCallbacks)),s=Y0(i,1,!1,null,null,a,l,f,m,b,x,null),i[As]=s.current,wh(i),new zh(s)},Xa.hydrateRoot=function(i,s,a){if(!o(i))throw Error(r(299));var l=!1,f="",m=Sv,b=xv,x=wv,E=null,$=null;return a!=null&&(a.unstable_strictMode===!0&&(l=!0),a.identifierPrefix!==void 0&&(f=a.identifierPrefix),a.onUncaughtError!==void 0&&(m=a.onUncaughtError),a.onCaughtError!==void 0&&(b=a.onCaughtError),a.onRecoverableError!==void 0&&(x=a.onRecoverableError),a.unstable_transitionCallbacks!==void 0&&(E=a.unstable_transitionCallbacks),a.formState!==void 0&&($=a.formState)),s=Y0(i,1,!0,s,a??null,l,f,m,b,x,E,$),s.context=X0(null),a=s.current,l=yn(),l=Cf(l),f=rr(l),f.callback=null,sr(a,f,l),a=l,s.current.lanes=a,Wo(s,a),ii(s),i[As]=s.current,wh(i),new Xc(s)},Xa.version="19.1.1",Xa}var vS;function XM(){if(vS)return Hh.exports;vS=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Hh.exports=YM(),Hh.exports}var JM=XM();function of(){return typeof window<"u"}function Lr(t){return K1(t)?(t.nodeName||"").toLowerCase():"#document"}function Sn(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function mi(t){var e;return(e=(K1(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function K1(t){return of()?t instanceof Node||t instanceof Sn(t).Node:!1}function pt(t){return of()?t instanceof Element||t instanceof Sn(t).Element:!1}function Mt(t){return of()?t instanceof HTMLElement||t instanceof Sn(t).HTMLElement:!1}function Up(t){return!of()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Sn(t).ShadowRoot}const ZM=new Set(["inline","contents"]);function xl(t){const{overflow:e,overflowX:n,overflowY:r,display:o}=zn(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!ZM.has(o)}const QM=new Set(["table","td","th"]);function WM(t){return QM.has(Lr(t))}const eC=[":popover-open",":modal"];function af(t){return eC.some(e=>{try{return t.matches(e)}catch{return!1}})}const tC=["transform","translate","scale","rotate","perspective"],nC=["transform","translate","scale","rotate","perspective","filter"],iC=["paint","layout","strict","content"];function oy(t){const e=lf(),n=pt(t)?zn(t):t;return tC.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||nC.some(r=>(n.willChange||"").includes(r))||iC.some(r=>(n.contain||"").includes(r))}function rC(t){let e=Ki(t);for(;Mt(e)&&!Vi(e);){if(oy(e))return e;if(af(e))return null;e=Ki(e)}return null}function lf(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const sC=new Set(["html","body","#document"]);function Vi(t){return sC.has(Lr(t))}function zn(t){return Sn(t).getComputedStyle(t)}function cf(t){return pt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Ki(t){if(Lr(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Up(t)&&t.host||mi(t);return Up(e)?e.host:e}function q1(t){const e=Ki(t);return Vi(e)?t.ownerDocument?t.ownerDocument.body:t.body:Mt(e)&&xl(e)?e:q1(e)}function Mr(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const o=q1(t),c=o===((r=t.ownerDocument)==null?void 0:r.body),u=Sn(o);if(c){const d=zp(u);return e.concat(u,u.visualViewport||[],xl(o)?o:[],d&&n?Mr(d):[])}return e.concat(o,Mr(o,[],n))}function zp(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}const Cu=Math.min,us=Math.max,Du=Math.round,Qc=Math.floor,li=t=>({x:t,y:t}),oC={left:"right",right:"left",bottom:"top",top:"bottom"},aC={start:"end",end:"start"};function SS(t,e,n){return us(t,Cu(e,n))}function uf(t,e){return typeof t=="function"?t(e):t}function ys(t){return t.split("-")[0]}function ff(t){return t.split("-")[1]}function P1(t){return t==="x"?"y":"x"}function I1(t){return t==="y"?"height":"width"}const lC=new Set(["top","bottom"]);function Or(t){return lC.has(ys(t))?"y":"x"}function H1(t){return P1(Or(t))}function cC(t,e,n){n===void 0&&(n=!1);const r=ff(t),o=H1(t),c=I1(o);let u=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[c]>e.floating[c]&&(u=Nu(u)),[u,Nu(u)]}function uC(t){const e=Nu(t);return[Kp(t),e,Kp(e)]}function Kp(t){return t.replace(/start|end/g,e=>aC[e])}const xS=["left","right"],wS=["right","left"],fC=["top","bottom"],dC=["bottom","top"];function hC(t,e,n){switch(t){case"top":case"bottom":return n?e?wS:xS:e?xS:wS;case"left":case"right":return e?fC:dC;default:return[]}}function pC(t,e,n,r){const o=ff(t);let c=hC(ys(t),n==="start",r);return o&&(c=c.map(u=>u+"-"+o),e&&(c=c.concat(c.map(Kp)))),c}function Nu(t){return t.replace(/left|right|bottom|top/g,e=>oC[e])}function mC(t){return{top:0,right:0,bottom:0,left:0,...t}}function yC(t){return typeof t!="number"?mC(t):{top:t,right:t,bottom:t,left:t}}function $u(t){const{x:e,y:n,width:r,height:o}=t;return{width:r,height:o,top:n,left:e,right:e+r,bottom:n+o,x:e,y:n}}/*!
62
+ * tabbable 6.2.0
63
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
64
+ */var gC=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],ju=gC.join(","),F1=typeof Element>"u",Do=F1?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Bu=!F1&&Element.prototype.getRootNode?function(t){var e;return t==null||(e=t.getRootNode)===null||e===void 0?void 0:e.call(t)}:function(t){return t?.ownerDocument},Lu=function t(e,n){var r;n===void 0&&(n=!0);var o=e==null||(r=e.getAttribute)===null||r===void 0?void 0:r.call(e,"inert"),c=o===""||o==="true",u=c||n&&e&&t(e.parentNode);return u},bC=function(e){var n,r=e==null||(n=e.getAttribute)===null||n===void 0?void 0:n.call(e,"contenteditable");return r===""||r==="true"},G1=function(e,n,r){if(Lu(e))return[];var o=Array.prototype.slice.apply(e.querySelectorAll(ju));return n&&Do.call(e,ju)&&o.unshift(e),o=o.filter(r),o},Y1=function t(e,n,r){for(var o=[],c=Array.from(e);c.length;){var u=c.shift();if(!Lu(u,!1))if(u.tagName==="SLOT"){var d=u.assignedElements(),h=d.length?d:u.children,p=t(h,!0,r);r.flatten?o.push.apply(o,p):o.push({scopeParent:u,candidates:p})}else{var y=Do.call(u,ju);y&&r.filter(u)&&(n||!e.includes(u))&&o.push(u);var g=u.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(u),v=!Lu(g,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(u));if(g&&v){var S=t(g===!0?u.children:g.children,!0,r);r.flatten?o.push.apply(o,S):o.push({scopeParent:u,candidates:S})}else c.unshift.apply(c,u.children)}}return o},X1=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},J1=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||bC(e))&&!X1(e)?0:e.tabIndex},vC=function(e,n){var r=J1(e);return r<0&&n&&!X1(e)?0:r},SC=function(e,n){return e.tabIndex===n.tabIndex?e.documentOrder-n.documentOrder:e.tabIndex-n.tabIndex},Z1=function(e){return e.tagName==="INPUT"},xC=function(e){return Z1(e)&&e.type==="hidden"},wC=function(e){var n=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(r){return r.tagName==="SUMMARY"});return n},TC=function(e,n){for(var r=0;r<e.length;r++)if(e[r].checked&&e[r].form===n)return e[r]},AC=function(e){if(!e.name)return!0;var n=e.form||Bu(e),r=function(d){return n.querySelectorAll('input[type="radio"][name="'+d+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(e.name));else try{o=r(e.name)}catch(u){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",u.message),!1}var c=TC(o,e.form);return!c||c===e},EC=function(e){return Z1(e)&&e.type==="radio"},RC=function(e){return EC(e)&&!AC(e)},OC=function(e){var n,r=e&&Bu(e),o=(n=r)===null||n===void 0?void 0:n.host,c=!1;if(r&&r!==e){var u,d,h;for(c=!!((u=o)!==null&&u!==void 0&&(d=u.ownerDocument)!==null&&d!==void 0&&d.contains(o)||e!=null&&(h=e.ownerDocument)!==null&&h!==void 0&&h.contains(e));!c&&o;){var p,y,g;r=Bu(o),o=(p=r)===null||p===void 0?void 0:p.host,c=!!((y=o)!==null&&y!==void 0&&(g=y.ownerDocument)!==null&&g!==void 0&&g.contains(o))}}return c},TS=function(e){var n=e.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},_C=function(e,n){var r=n.displayCheck,o=n.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var c=Do.call(e,"details>summary:first-of-type"),u=c?e.parentElement:e;if(Do.call(u,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof o=="function"){for(var d=e;e;){var h=e.parentElement,p=Bu(e);if(h&&!h.shadowRoot&&o(h)===!0)return TS(e);e.assignedSlot?e=e.assignedSlot:!h&&p!==e.ownerDocument?e=p.host:e=h}e=d}if(OC(e))return!e.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return TS(e);return!1},kC=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var n=e.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return Do.call(n,"fieldset[disabled] *")?!0:!o.contains(e)}return!0}n=n.parentElement}return!1},qp=function(e,n){return!(n.disabled||Lu(n)||xC(n)||_C(n,e)||wC(n)||kC(n))},Pp=function(e,n){return!(RC(n)||J1(n)<0||!qp(e,n))},MC=function(e){var n=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},CC=function t(e){var n=[],r=[];return e.forEach(function(o,c){var u=!!o.scopeParent,d=u?o.scopeParent:o,h=vC(d,u),p=u?t(o.candidates):d;h===0?u?n.push.apply(n,p):n.push(d):r.push({documentOrder:c,tabIndex:h,item:o,isScope:u,content:p})}),r.sort(SC).reduce(function(o,c){return c.isScope?o.push.apply(o,c.content):o.push(c.content),o},[]).concat(n)},ay=function(e,n){n=n||{};var r;return n.getShadowRoot?r=Y1([e],n.includeContainer,{filter:Pp.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:MC}):r=G1(e,n.includeContainer,Pp.bind(null,n)),CC(r)},DC=function(e,n){n=n||{};var r;return n.getShadowRoot?r=Y1([e],n.includeContainer,{filter:qp.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):r=G1(e,n.includeContainer,qp.bind(null,n)),r},Q1=function(e,n){if(n=n||{},!e)throw new Error("No node provided");return Do.call(e,ju)===!1?!1:Pp(n,e)};function NC(){const t=navigator.userAgentData;return t!=null&&t.platform?t.platform:navigator.platform}function W1(){const t=navigator.userAgentData;return t&&Array.isArray(t.brands)?t.brands.map(e=>{let{brand:n,version:r}=e;return n+"/"+r}).join(" "):navigator.userAgent}function $C(){return/apple/i.test(navigator.vendor)}function Ip(){const t=/android/i;return t.test(NC())||t.test(W1())}function jC(){return W1().includes("jsdom/")}const AS="data-floating-ui-focusable",BC="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function po(t){let e=t.activeElement;for(;((n=e)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;e=e.shadowRoot.activeElement}return e}function vn(t,e){if(!t||!e)return!1;const n=e.getRootNode==null?void 0:e.getRootNode();if(t.contains(e))return!0;if(n&&Up(n)){let r=e;for(;r;){if(t===r)return!0;r=r.parentNode||r.host}}return!1}function Er(t){return"composedPath"in t?t.composedPath()[0]:t.target}function Xh(t,e){if(e==null)return!1;if("composedPath"in t)return t.composedPath().includes(e);const n=t;return n.target!=null&&e.contains(n.target)}function LC(t){return t.matches("html,body")}function Yn(t){return t?.ownerDocument||document}function eT(t){return Mt(t)&&t.matches(BC)}function ES(t){return t?t.getAttribute("role")==="combobox"&&eT(t):!1}function Hp(t){return t?t.hasAttribute(AS)?t:t.querySelector("["+AS+"]")||t:null}function To(t,e,n){return n===void 0&&(n=!0),t.filter(o=>{var c;return o.parentId===e&&(!n||((c=o.context)==null?void 0:c.open))}).flatMap(o=>[o,...To(t,o.id,n)])}function RS(t,e){var n;let r=[],o=(n=t.find(c=>c.id===e))==null?void 0:n.parentId;for(;o;){const c=t.find(u=>u.id===o);o=c?.parentId,c&&(r=r.concat(c))}return r}function Jh(t){t.preventDefault(),t.stopPropagation()}function VC(t){return"nativeEvent"in t}function UC(t){return t.mozInputSource===0&&t.isTrusted?!0:Ip()&&t.pointerType?t.type==="click"&&t.buttons===1:t.detail===0&&!t.pointerType}function zC(t){return jC()?!1:!Ip()&&t.width===0&&t.height===0||Ip()&&t.width===1&&t.height===1&&t.pressure===0&&t.detail===0&&t.pointerType==="mouse"||t.width<1&&t.height<1&&t.pressure===0&&t.detail===0&&t.pointerType==="touch"}function OS(t,e){return["mouse","pen"].includes(t)}var KC=typeof document<"u",qC=function(){},Li=KC?V.useLayoutEffect:qC;const PC={...j1};function Zh(t){const e=V.useRef(t);return Li(()=>{e.current=t}),e}const IC=PC.useInsertionEffect,HC=IC||(t=>t());function oi(t){const e=V.useRef(()=>{});return HC(()=>{e.current=t}),V.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return e.current==null?void 0:e.current(...r)},[])}const df=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function tT(t,e){const n=ay(t,df()),r=n.length;if(r===0)return;const o=po(Yn(t)),c=n.indexOf(o),u=c===-1?e===1?0:r-1:c+e;return n[u]}function FC(t){return tT(Yn(t).body,1)||t}function GC(t){return tT(Yn(t).body,-1)||t}function _S(t,e){const n=e||t.currentTarget,r=t.relatedTarget;return!r||!vn(n,r)}var YC=z1();function kS(t,e,n){let{reference:r,floating:o}=t;const c=Or(e),u=H1(e),d=I1(u),h=ys(e),p=c==="y",y=r.x+r.width/2-o.width/2,g=r.y+r.height/2-o.height/2,v=r[d]/2-o[d]/2;let S;switch(h){case"top":S={x:y,y:r.y-o.height};break;case"bottom":S={x:y,y:r.y+r.height};break;case"right":S={x:r.x+r.width,y:g};break;case"left":S={x:r.x-o.width,y:g};break;default:S={x:r.x,y:r.y}}switch(ff(e)){case"start":S[u]-=v*(n&&p?-1:1);break;case"end":S[u]+=v*(n&&p?-1:1);break}return S}const XC=async(t,e,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:c=[],platform:u}=n,d=c.filter(Boolean),h=await(u.isRTL==null?void 0:u.isRTL(e));let p=await u.getElementRects({reference:t,floating:e,strategy:o}),{x:y,y:g}=kS(p,r,h),v=r,S={},w=0;for(let T=0;T<d.length;T++){const{name:D,fn:C}=d[T],{x:O,y:M,data:j,reset:_}=await C({x:y,y:g,initialPlacement:r,placement:v,strategy:o,middlewareData:S,rects:p,platform:u,elements:{reference:t,floating:e}});y=O??y,g=M??g,S={...S,[D]:{...S[D],...j}},_&&w<=50&&(w++,typeof _=="object"&&(_.placement&&(v=_.placement),_.rects&&(p=_.rects===!0?await u.getElementRects({reference:t,floating:e,strategy:o}):_.rects),{x:y,y:g}=kS(p,v,h)),T=-1)}return{x:y,y:g,placement:v,strategy:o,middlewareData:S}};async function nT(t,e){var n;e===void 0&&(e={});const{x:r,y:o,platform:c,rects:u,elements:d,strategy:h}=t,{boundary:p="clippingAncestors",rootBoundary:y="viewport",elementContext:g="floating",altBoundary:v=!1,padding:S=0}=uf(e,t),w=yC(S),D=d[v?g==="floating"?"reference":"floating":g],C=$u(await c.getClippingRect({element:(n=await(c.isElement==null?void 0:c.isElement(D)))==null||n?D:D.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(d.floating)),boundary:p,rootBoundary:y,strategy:h})),O=g==="floating"?{x:r,y:o,width:u.floating.width,height:u.floating.height}:u.reference,M=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d.floating)),j=await(c.isElement==null?void 0:c.isElement(M))?await(c.getScale==null?void 0:c.getScale(M))||{x:1,y:1}:{x:1,y:1},_=$u(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:d,rect:O,offsetParent:M,strategy:h}):O);return{top:(C.top-_.top+w.top)/j.y,bottom:(_.bottom-C.bottom+w.bottom)/j.y,left:(C.left-_.left+w.left)/j.x,right:(_.right-C.right+w.right)/j.x}}const JC=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,r;const{placement:o,middlewareData:c,rects:u,initialPlacement:d,platform:h,elements:p}=e,{mainAxis:y=!0,crossAxis:g=!0,fallbackPlacements:v,fallbackStrategy:S="bestFit",fallbackAxisSideDirection:w="none",flipAlignment:T=!0,...D}=uf(t,e);if((n=c.arrow)!=null&&n.alignmentOffset)return{};const C=ys(o),O=Or(d),M=ys(d)===d,j=await(h.isRTL==null?void 0:h.isRTL(p.floating)),_=v||(M||!T?[Nu(d)]:uC(d)),J=w!=="none";!v&&J&&_.push(...pC(d,T,w,j));const H=[d,..._],F=await nT(e,D),ie=[];let oe=((r=c.flip)==null?void 0:r.overflows)||[];if(y&&ie.push(F[C]),g){const Q=cC(o,u,j);ie.push(F[Q[0]],F[Q[1]])}if(oe=[...oe,{placement:o,overflows:ie}],!ie.every(Q=>Q<=0)){var fe,ge;const Q=(((fe=c.flip)==null?void 0:fe.index)||0)+1,W=H[Q];if(W&&(!(g==="alignment"?O!==Or(W):!1)||oe.every(z=>Or(z.placement)===O?z.overflows[0]>0:!0)))return{data:{index:Q,overflows:oe},reset:{placement:W}};let B=(ge=oe.filter(q=>q.overflows[0]<=0).sort((q,z)=>q.overflows[1]-z.overflows[1])[0])==null?void 0:ge.placement;if(!B)switch(S){case"bestFit":{var be;const q=(be=oe.filter(z=>{if(J){const ee=Or(z.placement);return ee===O||ee==="y"}return!0}).map(z=>[z.placement,z.overflows.filter(ee=>ee>0).reduce((ee,A)=>ee+A,0)]).sort((z,ee)=>z[1]-ee[1])[0])==null?void 0:be[0];q&&(B=q);break}case"initialPlacement":B=d;break}if(o!==B)return{reset:{placement:B}}}return{}}}},ZC=new Set(["left","top"]);async function QC(t,e){const{placement:n,platform:r,elements:o}=t,c=await(r.isRTL==null?void 0:r.isRTL(o.floating)),u=ys(n),d=ff(n),h=Or(n)==="y",p=ZC.has(u)?-1:1,y=c&&h?-1:1,g=uf(e,t);let{mainAxis:v,crossAxis:S,alignmentAxis:w}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return d&&typeof w=="number"&&(S=d==="end"?w*-1:w),h?{x:S*y,y:v*p}:{x:v*p,y:S*y}}const WC=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:o,y:c,placement:u,middlewareData:d}=e,h=await QC(e,t);return u===((n=d.offset)==null?void 0:n.placement)&&(r=d.arrow)!=null&&r.alignmentOffset?{}:{x:o+h.x,y:c+h.y,data:{...h,placement:u}}}}},eD=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:o}=e,{mainAxis:c=!0,crossAxis:u=!1,limiter:d={fn:D=>{let{x:C,y:O}=D;return{x:C,y:O}}},...h}=uf(t,e),p={x:n,y:r},y=await nT(e,h),g=Or(ys(o)),v=P1(g);let S=p[v],w=p[g];if(c){const D=v==="y"?"top":"left",C=v==="y"?"bottom":"right",O=S+y[D],M=S-y[C];S=SS(O,S,M)}if(u){const D=g==="y"?"top":"left",C=g==="y"?"bottom":"right",O=w+y[D],M=w-y[C];w=SS(O,w,M)}const T=d.fn({...e,[v]:S,[g]:w});return{...T,data:{x:T.x-n,y:T.y-r,enabled:{[v]:c,[g]:u}}}}}};function iT(t){const e=zn(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const o=Mt(t),c=o?t.offsetWidth:n,u=o?t.offsetHeight:r,d=Du(n)!==c||Du(r)!==u;return d&&(n=c,r=u),{width:n,height:r,$:d}}function ly(t){return pt(t)?t:t.contextElement}function Ao(t){const e=ly(t);if(!Mt(e))return li(1);const n=e.getBoundingClientRect(),{width:r,height:o,$:c}=iT(e);let u=(c?Du(n.width):n.width)/r,d=(c?Du(n.height):n.height)/o;return(!u||!Number.isFinite(u))&&(u=1),(!d||!Number.isFinite(d))&&(d=1),{x:u,y:d}}const tD=li(0);function rT(t){const e=Sn(t);return!lf()||!e.visualViewport?tD:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function nD(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==Sn(t)?!1:e}function gs(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const o=t.getBoundingClientRect(),c=ly(t);let u=li(1);e&&(r?pt(r)&&(u=Ao(r)):u=Ao(t));const d=nD(c,n,r)?rT(c):li(0);let h=(o.left+d.x)/u.x,p=(o.top+d.y)/u.y,y=o.width/u.x,g=o.height/u.y;if(c){const v=Sn(c),S=r&&pt(r)?Sn(r):r;let w=v,T=zp(w);for(;T&&r&&S!==w;){const D=Ao(T),C=T.getBoundingClientRect(),O=zn(T),M=C.left+(T.clientLeft+parseFloat(O.paddingLeft))*D.x,j=C.top+(T.clientTop+parseFloat(O.paddingTop))*D.y;h*=D.x,p*=D.y,y*=D.x,g*=D.y,h+=M,p+=j,w=Sn(T),T=zp(w)}}return $u({width:y,height:g,x:h,y:p})}function cy(t,e){const n=cf(t).scrollLeft;return e?e.left+n:gs(mi(t)).left+n}function sT(t,e,n){n===void 0&&(n=!1);const r=t.getBoundingClientRect(),o=r.left+e.scrollLeft-(n?0:cy(t,r)),c=r.top+e.scrollTop;return{x:o,y:c}}function iD(t){let{elements:e,rect:n,offsetParent:r,strategy:o}=t;const c=o==="fixed",u=mi(r),d=e?af(e.floating):!1;if(r===u||d&&c)return n;let h={scrollLeft:0,scrollTop:0},p=li(1);const y=li(0),g=Mt(r);if((g||!g&&!c)&&((Lr(r)!=="body"||xl(u))&&(h=cf(r)),Mt(r))){const S=gs(r);p=Ao(r),y.x=S.x+r.clientLeft,y.y=S.y+r.clientTop}const v=u&&!g&&!c?sT(u,h,!0):li(0);return{width:n.width*p.x,height:n.height*p.y,x:n.x*p.x-h.scrollLeft*p.x+y.x+v.x,y:n.y*p.y-h.scrollTop*p.y+y.y+v.y}}function rD(t){return Array.from(t.getClientRects())}function sD(t){const e=mi(t),n=cf(t),r=t.ownerDocument.body,o=us(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),c=us(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let u=-n.scrollLeft+cy(t);const d=-n.scrollTop;return zn(r).direction==="rtl"&&(u+=us(e.clientWidth,r.clientWidth)-o),{width:o,height:c,x:u,y:d}}function oD(t,e){const n=Sn(t),r=mi(t),o=n.visualViewport;let c=r.clientWidth,u=r.clientHeight,d=0,h=0;if(o){c=o.width,u=o.height;const p=lf();(!p||p&&e==="fixed")&&(d=o.offsetLeft,h=o.offsetTop)}return{width:c,height:u,x:d,y:h}}const aD=new Set(["absolute","fixed"]);function lD(t,e){const n=gs(t,!0,e==="fixed"),r=n.top+t.clientTop,o=n.left+t.clientLeft,c=Mt(t)?Ao(t):li(1),u=t.clientWidth*c.x,d=t.clientHeight*c.y,h=o*c.x,p=r*c.y;return{width:u,height:d,x:h,y:p}}function MS(t,e,n){let r;if(e==="viewport")r=oD(t,n);else if(e==="document")r=sD(mi(t));else if(pt(e))r=lD(e,n);else{const o=rT(t);r={x:e.x-o.x,y:e.y-o.y,width:e.width,height:e.height}}return $u(r)}function oT(t,e){const n=Ki(t);return n===e||!pt(n)||Vi(n)?!1:zn(n).position==="fixed"||oT(n,e)}function cD(t,e){const n=e.get(t);if(n)return n;let r=Mr(t,[],!1).filter(d=>pt(d)&&Lr(d)!=="body"),o=null;const c=zn(t).position==="fixed";let u=c?Ki(t):t;for(;pt(u)&&!Vi(u);){const d=zn(u),h=oy(u);!h&&d.position==="fixed"&&(o=null),(c?!h&&!o:!h&&d.position==="static"&&!!o&&aD.has(o.position)||xl(u)&&!h&&oT(t,u))?r=r.filter(y=>y!==u):o=d,u=Ki(u)}return e.set(t,r),r}function uD(t){let{element:e,boundary:n,rootBoundary:r,strategy:o}=t;const u=[...n==="clippingAncestors"?af(e)?[]:cD(e,this._c):[].concat(n),r],d=u[0],h=u.reduce((p,y)=>{const g=MS(e,y,o);return p.top=us(g.top,p.top),p.right=Cu(g.right,p.right),p.bottom=Cu(g.bottom,p.bottom),p.left=us(g.left,p.left),p},MS(e,d,o));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}}function fD(t){const{width:e,height:n}=iT(t);return{width:e,height:n}}function dD(t,e,n){const r=Mt(e),o=mi(e),c=n==="fixed",u=gs(t,!0,c,e);let d={scrollLeft:0,scrollTop:0};const h=li(0);function p(){h.x=cy(o)}if(r||!r&&!c)if((Lr(e)!=="body"||xl(o))&&(d=cf(e)),r){const S=gs(e,!0,c,e);h.x=S.x+e.clientLeft,h.y=S.y+e.clientTop}else o&&p();c&&!r&&o&&p();const y=o&&!r&&!c?sT(o,d):li(0),g=u.left+d.scrollLeft-h.x-y.x,v=u.top+d.scrollTop-h.y-y.y;return{x:g,y:v,width:u.width,height:u.height}}function Qh(t){return zn(t).position==="static"}function CS(t,e){if(!Mt(t)||zn(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return mi(t)===n&&(n=n.ownerDocument.body),n}function aT(t,e){const n=Sn(t);if(af(t))return n;if(!Mt(t)){let o=Ki(t);for(;o&&!Vi(o);){if(pt(o)&&!Qh(o))return o;o=Ki(o)}return n}let r=CS(t,e);for(;r&&WM(r)&&Qh(r);)r=CS(r,e);return r&&Vi(r)&&Qh(r)&&!oy(r)?n:r||rC(t)||n}const hD=async function(t){const e=this.getOffsetParent||aT,n=this.getDimensions,r=await n(t.floating);return{reference:dD(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function pD(t){return zn(t).direction==="rtl"}const mD={convertOffsetParentRelativeRectToViewportRelativeRect:iD,getDocumentElement:mi,getClippingRect:uD,getOffsetParent:aT,getElementRects:hD,getClientRects:rD,getDimensions:fD,getScale:Ao,isElement:pt,isRTL:pD};function lT(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function yD(t,e){let n=null,r;const o=mi(t);function c(){var d;clearTimeout(r),(d=n)==null||d.disconnect(),n=null}function u(d,h){d===void 0&&(d=!1),h===void 0&&(h=1),c();const p=t.getBoundingClientRect(),{left:y,top:g,width:v,height:S}=p;if(d||e(),!v||!S)return;const w=Qc(g),T=Qc(o.clientWidth-(y+v)),D=Qc(o.clientHeight-(g+S)),C=Qc(y),M={rootMargin:-w+"px "+-T+"px "+-D+"px "+-C+"px",threshold:us(0,Cu(1,h))||1};let j=!0;function _(J){const H=J[0].intersectionRatio;if(H!==h){if(!j)return u();H?u(!1,H):r=setTimeout(()=>{u(!1,1e-7)},1e3)}H===1&&!lT(p,t.getBoundingClientRect())&&u(),j=!1}try{n=new IntersectionObserver(_,{...M,root:o.ownerDocument})}catch{n=new IntersectionObserver(_,M)}n.observe(t)}return u(!0),c}function gD(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:c=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:d=typeof IntersectionObserver=="function",animationFrame:h=!1}=r,p=ly(t),y=o||c?[...p?Mr(p):[],...Mr(e)]:[];y.forEach(C=>{o&&C.addEventListener("scroll",n,{passive:!0}),c&&C.addEventListener("resize",n)});const g=p&&d?yD(p,n):null;let v=-1,S=null;u&&(S=new ResizeObserver(C=>{let[O]=C;O&&O.target===p&&S&&(S.unobserve(e),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var M;(M=S)==null||M.observe(e)})),n()}),p&&!h&&S.observe(p),S.observe(e));let w,T=h?gs(t):null;h&&D();function D(){const C=gs(t);T&&!lT(T,C)&&n(),T=C,w=requestAnimationFrame(D)}return n(),()=>{var C;y.forEach(O=>{o&&O.removeEventListener("scroll",n),c&&O.removeEventListener("resize",n)}),g?.(),(C=S)==null||C.disconnect(),S=null,h&&cancelAnimationFrame(w)}}const bD=WC,vD=eD,SD=JC,xD=(t,e,n)=>{const r=new Map,o={platform:mD,...n},c={...o.platform,_c:r};return XC(t,e,{...o,platform:c})};var wD=typeof document<"u",TD=function(){},pu=wD?V.useLayoutEffect:TD;function Vu(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,o;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!Vu(t[r],e[r]))return!1;return!0}if(o=Object.keys(t),n=o.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,o[r]))return!1;for(r=n;r--!==0;){const c=o[r];if(!(c==="_owner"&&t.$$typeof)&&!Vu(t[c],e[c]))return!1}return!0}return t!==t&&e!==e}function cT(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function DS(t,e){const n=cT(t);return Math.round(e*n)/n}function Wh(t){const e=V.useRef(t);return pu(()=>{e.current=t}),e}function AD(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:c,floating:u}={},transform:d=!0,whileElementsMounted:h,open:p}=t,[y,g]=V.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[v,S]=V.useState(r);Vu(v,r)||S(r);const[w,T]=V.useState(null),[D,C]=V.useState(null),O=V.useCallback(z=>{z!==J.current&&(J.current=z,T(z))},[]),M=V.useCallback(z=>{z!==H.current&&(H.current=z,C(z))},[]),j=c||w,_=u||D,J=V.useRef(null),H=V.useRef(null),F=V.useRef(y),ie=h!=null,oe=Wh(h),fe=Wh(o),ge=Wh(p),be=V.useCallback(()=>{if(!J.current||!H.current)return;const z={placement:e,strategy:n,middleware:v};fe.current&&(z.platform=fe.current),xD(J.current,H.current,z).then(ee=>{const A={...ee,isPositioned:ge.current!==!1};Q.current&&!Vu(F.current,A)&&(F.current=A,YC.flushSync(()=>{g(A)}))})},[v,e,n,fe,ge]);pu(()=>{p===!1&&F.current.isPositioned&&(F.current.isPositioned=!1,g(z=>({...z,isPositioned:!1})))},[p]);const Q=V.useRef(!1);pu(()=>(Q.current=!0,()=>{Q.current=!1}),[]),pu(()=>{if(j&&(J.current=j),_&&(H.current=_),j&&_){if(oe.current)return oe.current(j,_,be);be()}},[j,_,be,oe,ie]);const W=V.useMemo(()=>({reference:J,floating:H,setReference:O,setFloating:M}),[O,M]),B=V.useMemo(()=>({reference:j,floating:_}),[j,_]),q=V.useMemo(()=>{const z={position:n,left:0,top:0};if(!B.floating)return z;const ee=DS(B.floating,y.x),A=DS(B.floating,y.y);return d?{...z,transform:"translate("+ee+"px, "+A+"px)",...cT(B.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:ee,top:A}},[n,d,B.floating,y.x,y.y]);return V.useMemo(()=>({...y,update:be,refs:W,elements:B,floatingStyles:q}),[y,be,W,B,q])}const ED=(t,e)=>({...bD(t),options:[t,e]}),RD=(t,e)=>({...vD(t),options:[t,e]}),OD=(t,e)=>({...SD(t),options:[t,e]}),_D="data-floating-ui-focusable",NS="active",$S="selected",kD={...j1};let jS=!1,MD=0;const BS=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+MD++;function CD(){const[t,e]=V.useState(()=>jS?BS():void 0);return Li(()=>{t==null&&e(BS())},[]),V.useEffect(()=>{jS=!0},[]),t}const DD=kD.useId,uT=DD||CD;function ND(){const t=new Map;return{emit(e,n){var r;(r=t.get(e))==null||r.forEach(o=>o(n))},on(e,n){t.has(e)||t.set(e,new Set),t.get(e).add(n)},off(e,n){var r;(r=t.get(e))==null||r.delete(n)}}}const $D=V.createContext(null),jD=V.createContext(null),fT=()=>{var t;return((t=V.useContext($D))==null?void 0:t.id)||null},uy=()=>V.useContext(jD);function Uu(t){return"data-floating-ui-"+t}function BD(t){t.current!==-1&&(clearTimeout(t.current),t.current=-1)}let LS=0;function co(t,e){e===void 0&&(e={});const{preventScroll:n=!1,cancelPrevious:r=!0,sync:o=!1}=e;r&&cancelAnimationFrame(LS);const c=()=>t?.focus({preventScroll:n});o?c():LS=requestAnimationFrame(c)}function LD(t){return t?.ownerDocument||document}const Eo={inert:new WeakMap,"aria-hidden":new WeakMap,none:new WeakMap};function VS(t){return t==="inert"?Eo.inert:t==="aria-hidden"?Eo["aria-hidden"]:Eo.none}let Wc=new WeakSet,eu={},ep=0;const VD=()=>typeof HTMLElement<"u"&&"inert"in HTMLElement.prototype,dT=t=>t&&(t.host||dT(t.parentNode)),UD=(t,e)=>e.map(n=>{if(t.contains(n))return n;const r=dT(n);return t.contains(r)?r:null}).filter(n=>n!=null);function zD(t,e,n,r){const o="data-floating-ui-inert",c=r?"inert":n?"aria-hidden":null,u=UD(e,t),d=new Set,h=new Set(u),p=[];eu[o]||(eu[o]=new WeakMap);const y=eu[o];u.forEach(g),v(e),d.clear();function g(S){!S||d.has(S)||(d.add(S),S.parentNode&&g(S.parentNode))}function v(S){!S||h.has(S)||[].forEach.call(S.children,w=>{if(Lr(w)!=="script")if(d.has(w))v(w);else{const T=c?w.getAttribute(c):null,D=T!==null&&T!=="false",C=VS(c),O=(C.get(w)||0)+1,M=(y.get(w)||0)+1;C.set(w,O),y.set(w,M),p.push(w),O===1&&D&&Wc.add(w),M===1&&w.setAttribute(o,""),!D&&c&&w.setAttribute(c,c==="inert"?"":"true")}})}return ep++,()=>{p.forEach(S=>{const w=VS(c),D=(w.get(S)||0)-1,C=(y.get(S)||0)-1;w.set(S,D),y.set(S,C),D||(!Wc.has(S)&&c&&S.removeAttribute(c),Wc.delete(S)),C||S.removeAttribute(o)}),ep--,ep||(Eo.inert=new WeakMap,Eo["aria-hidden"]=new WeakMap,Eo.none=new WeakMap,Wc=new WeakSet,eu={})}}function US(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!1);const r=LD(t[0]).body;return zD(t.concat(Array.from(r.querySelectorAll('[aria-live],[role="status"],output'))),r,e,n)}const fy={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},zS=V.forwardRef(function(e,n){const[r,o]=V.useState();Li(()=>{$C()&&o("button")},[]);const c={ref:n,tabIndex:0,role:r,"aria-hidden":r?void 0:!0,[Uu("focus-guard")]:"",style:fy};return Y.jsx("span",{...e,...c})}),KD=V.createContext(null),qD=()=>V.useContext(KD);function KS(t){return V.useMemo(()=>e=>{t.forEach(n=>{n&&(n.current=e)})},t)}const PD=20;let _r=[];function dy(){_r=_r.filter(t=>t.isConnected)}function ID(t){dy(),t&&Lr(t)!=="body"&&(_r.push(t),_r.length>PD&&(_r=_r.slice(-20)))}function qS(){return dy(),_r[_r.length-1]}function HD(t){const e=df();return Q1(t,e)?t:ay(t,e)[0]||t}function PS(t,e){var n;if(!e.current.includes("floating")&&!((n=t.getAttribute("role"))!=null&&n.includes("dialog")))return;const r=df(),c=DC(t,r).filter(d=>{const h=d.getAttribute("data-tabindex")||"";return Q1(d,r)||d.hasAttribute("data-tabindex")&&!h.startsWith("-")}),u=t.getAttribute("tabindex");e.current.includes("floating")||c.length===0?u!=="0"&&t.setAttribute("tabindex","0"):(u!=="-1"||t.hasAttribute("data-tabindex")&&t.getAttribute("data-tabindex")!=="-1")&&(t.setAttribute("tabindex","-1"),t.setAttribute("data-tabindex","-1"))}const FD=V.forwardRef(function(e,n){return Y.jsx("button",{...e,type:"button",ref:n,tabIndex:-1,style:fy})});function GD(t){const{context:e,children:n,disabled:r=!1,order:o=["content"],guards:c=!0,initialFocus:u=0,returnFocus:d=!0,restoreFocus:h=!1,modal:p=!0,visuallyHiddenDismiss:y=!1,closeOnFocusOut:g=!0,outsideElementsInert:v=!1,getInsideElements:S=()=>[]}=t,{open:w,onOpenChange:T,events:D,dataRef:C,elements:{domReference:O,floating:M}}=e,j=oi(()=>{var xe;return(xe=C.current.floatingContext)==null?void 0:xe.nodeId}),_=oi(S),J=typeof u=="number"&&u<0,H=ES(O)&&J,F=VD(),ie=F?c:!0,oe=!ie||F&&v,fe=Zh(o),ge=Zh(u),be=Zh(d),Q=uy(),W=qD(),B=V.useRef(null),q=V.useRef(null),z=V.useRef(!1),ee=V.useRef(!1),A=V.useRef(-1),I=V.useRef(-1),te=W!=null,X=Hp(M),se=oi(function(xe){return xe===void 0&&(xe=X),xe?ay(xe,df()):[]}),ue=oi(xe=>{const Me=se(xe);return fe.current.map(Ae=>O&&Ae==="reference"?O:X&&Ae==="floating"?X:Me).filter(Boolean).flat()});V.useEffect(()=>{if(r||!p)return;function xe(Ae){if(Ae.key==="Tab"){vn(X,po(Yn(X)))&&se().length===0&&!H&&Jh(Ae);const et=ue(),Rt=Er(Ae);fe.current[0]==="reference"&&Rt===O&&(Jh(Ae),Ae.shiftKey?co(et[et.length-1]):co(et[1])),fe.current[1]==="floating"&&Rt===X&&Ae.shiftKey&&(Jh(Ae),co(et[0]))}}const Me=Yn(X);return Me.addEventListener("keydown",xe),()=>{Me.removeEventListener("keydown",xe)}},[r,O,X,p,fe,H,se,ue]),V.useEffect(()=>{if(r||!M)return;function xe(Me){const Ae=Er(Me),Rt=se().indexOf(Ae);Rt!==-1&&(A.current=Rt)}return M.addEventListener("focusin",xe),()=>{M.removeEventListener("focusin",xe)}},[r,M,se]),V.useEffect(()=>{if(r||!g)return;function xe(){ee.current=!0,setTimeout(()=>{ee.current=!1})}function Me(Rt){const we=Rt.relatedTarget,Kn=Rt.currentTarget,Gt=Er(Rt);queueMicrotask(()=>{const Kt=j(),wn=!(vn(O,we)||vn(M,we)||vn(we,M)||vn(W?.portalNode,we)||we!=null&&we.hasAttribute(Uu("focus-guard"))||Q&&(To(Q.nodesRef.current,Kt).find(Zn=>{var Tn,Qn;return vn((Tn=Zn.context)==null?void 0:Tn.elements.floating,we)||vn((Qn=Zn.context)==null?void 0:Qn.elements.domReference,we)})||RS(Q.nodesRef.current,Kt).find(Zn=>{var Tn,Qn,Ll;return[(Tn=Zn.context)==null?void 0:Tn.elements.floating,Hp((Qn=Zn.context)==null?void 0:Qn.elements.floating)].includes(we)||((Ll=Zn.context)==null?void 0:Ll.elements.domReference)===we})));if(Kn===O&&X&&PS(X,fe),h&&Kn!==O&&!(Gt!=null&&Gt.isConnected)&&po(Yn(X))===Yn(X).body){Mt(X)&&X.focus();const Zn=A.current,Tn=se(),Qn=Tn[Zn]||Tn[Tn.length-1]||X;Mt(Qn)&&Qn.focus()}if(C.current.insideReactTree){C.current.insideReactTree=!1;return}(H||!p)&&we&&wn&&!ee.current&&we!==qS()&&(z.current=!0,T(!1,Rt,"focus-out"))})}const Ae=!!(!Q&&W);function et(){BD(I),C.current.insideReactTree=!0,I.current=window.setTimeout(()=>{C.current.insideReactTree=!1})}if(M&&Mt(O))return O.addEventListener("focusout",Me),O.addEventListener("pointerdown",xe),M.addEventListener("focusout",Me),Ae&&M.addEventListener("focusout",et,!0),()=>{O.removeEventListener("focusout",Me),O.removeEventListener("pointerdown",xe),M.removeEventListener("focusout",Me),Ae&&M.removeEventListener("focusout",et,!0)}},[r,O,M,X,p,Q,W,T,g,h,se,H,j,fe,C]);const le=V.useRef(null),rt=V.useRef(null),Ve=KS([le,W?.beforeInsideRef]),xn=KS([rt,W?.afterInsideRef]);V.useEffect(()=>{var xe,Me;if(r||!M)return;const Ae=Array.from((W==null||(xe=W.portalNode)==null?void 0:xe.querySelectorAll("["+Uu("portal")+"]"))||[]),Rt=(Me=(Q?RS(Q.nodesRef.current,j()):[]).find(Gt=>{var Kt;return ES(((Kt=Gt.context)==null?void 0:Kt.elements.domReference)||null)}))==null||(Me=Me.context)==null?void 0:Me.elements.domReference,we=[M,Rt,...Ae,..._(),B.current,q.current,le.current,rt.current,W?.beforeOutsideRef.current,W?.afterOutsideRef.current,fe.current.includes("reference")||H?O:null].filter(Gt=>Gt!=null),Kn=p||H?US(we,!oe,oe):US(we);return()=>{Kn()}},[r,O,M,p,fe,W,H,ie,oe,Q,j,_]),Li(()=>{if(r||!Mt(X))return;const xe=Yn(X),Me=po(xe);queueMicrotask(()=>{const Ae=ue(X),et=ge.current,Rt=(typeof et=="number"?Ae[et]:et.current)||X,we=vn(X,Me);!J&&!we&&w&&co(Rt,{preventScroll:Rt===X})})},[r,w,X,J,ue,ge]),Li(()=>{if(r||!X)return;const xe=Yn(X),Me=po(xe);ID(Me);function Ae(we){let{reason:Kn,event:Gt,nested:Kt}=we;if(["hover","safe-polygon"].includes(Kn)&&Gt.type==="mouseleave"&&(z.current=!0),Kn==="outside-press")if(Kt)z.current=!1;else if(UC(Gt)||zC(Gt))z.current=!1;else{let wn=!1;document.createElement("div").focus({get preventScroll(){return wn=!0,!1}}),wn?z.current=!1:z.current=!0}}D.on("openchange",Ae);const et=xe.createElement("span");et.setAttribute("tabindex","-1"),et.setAttribute("aria-hidden","true"),Object.assign(et.style,fy),te&&O&&O.insertAdjacentElement("afterend",et);function Rt(){if(typeof be.current=="boolean"){const we=O||qS();return we&&we.isConnected?we:et}return be.current.current||et}return()=>{D.off("openchange",Ae);const we=po(xe),Kn=vn(M,we)||Q&&To(Q.nodesRef.current,j(),!1).some(Kt=>{var wn;return vn((wn=Kt.context)==null?void 0:wn.elements.floating,we)}),Gt=Rt();queueMicrotask(()=>{const Kt=HD(Gt);be.current&&!z.current&&Mt(Kt)&&(!(Kt!==we&&we!==xe.body)||Kn)&&Kt.focus({preventScroll:!0}),et.remove()})}},[r,M,X,be,C,D,Q,te,O,j]),V.useEffect(()=>(queueMicrotask(()=>{z.current=!1}),()=>{queueMicrotask(dy)}),[r]),Li(()=>{if(!r&&W)return W.setFocusManagerState({modal:p,closeOnFocusOut:g,open:w,onOpenChange:T,domReference:O}),()=>{W.setFocusManagerState(null)}},[r,W,p,w,T,g,O]),Li(()=>{r||X&&PS(X,fe)},[r,X,fe]);function Qi(xe){return r||!y||!p?null:Y.jsx(FD,{ref:xe==="start"?B:q,onClick:Me=>T(!1,Me.nativeEvent),children:typeof y=="string"?y:"Dismiss"})}const vi=!r&&ie&&(p?!H:!0)&&(te||p);return Y.jsxs(Y.Fragment,{children:[vi&&Y.jsx(zS,{"data-type":"inside",ref:Ve,onFocus:xe=>{if(p){const Ae=ue();co(o[0]==="reference"?Ae[0]:Ae[Ae.length-1])}else if(W!=null&&W.preserveTabOrder&&W.portalNode)if(z.current=!1,_S(xe,W.portalNode)){const Ae=FC(O);Ae?.focus()}else{var Me;(Me=W.beforeOutsideRef.current)==null||Me.focus()}}}),!H&&Qi("start"),n,Qi("end"),vi&&Y.jsx(zS,{"data-type":"inside",ref:xn,onFocus:xe=>{if(p)co(ue()[0]);else if(W!=null&&W.preserveTabOrder&&W.portalNode)if(g&&(z.current=!0),_S(xe,W.portalNode)){const Ae=GC(O);Ae?.focus()}else{var Me;(Me=W.afterOutsideRef.current)==null||Me.focus()}}})]})}function IS(t){return Mt(t.target)&&t.target.tagName==="BUTTON"}function YD(t){return Mt(t.target)&&t.target.tagName==="A"}function HS(t){return eT(t)}function XD(t,e){e===void 0&&(e={});const{open:n,onOpenChange:r,dataRef:o,elements:{domReference:c}}=t,{enabled:u=!0,event:d="click",toggle:h=!0,ignoreMouse:p=!1,keyboardHandlers:y=!0,stickIfOpen:g=!0}=e,v=V.useRef(),S=V.useRef(!1),w=V.useMemo(()=>({onPointerDown(T){v.current=T.pointerType},onMouseDown(T){const D=v.current;T.button===0&&d!=="click"&&(OS(D)&&p||(n&&h&&(!(o.current.openEvent&&g)||o.current.openEvent.type==="mousedown")?r(!1,T.nativeEvent,"click"):(T.preventDefault(),r(!0,T.nativeEvent,"click"))))},onClick(T){const D=v.current;if(d==="mousedown"&&v.current){v.current=void 0;return}OS(D)&&p||(n&&h&&(!(o.current.openEvent&&g)||o.current.openEvent.type==="click")?r(!1,T.nativeEvent,"click"):r(!0,T.nativeEvent,"click"))},onKeyDown(T){v.current=void 0,!(T.defaultPrevented||!y||IS(T))&&(T.key===" "&&!HS(c)&&(T.preventDefault(),S.current=!0),!YD(T)&&T.key==="Enter"&&r(!(n&&h),T.nativeEvent,"click"))},onKeyUp(T){T.defaultPrevented||!y||IS(T)||HS(c)||T.key===" "&&S.current&&(S.current=!1,r(!(n&&h),T.nativeEvent,"click"))}}),[o,c,d,p,y,r,n,g,h]);return V.useMemo(()=>u?{reference:w}:{},[u,w])}const JD={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},ZD={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},FS=t=>{var e,n;return{escapeKey:typeof t=="boolean"?t:(e=t?.escapeKey)!=null?e:!1,outsidePress:typeof t=="boolean"?t:(n=t?.outsidePress)!=null?n:!0}};function QD(t,e){e===void 0&&(e={});const{open:n,onOpenChange:r,elements:o,dataRef:c}=t,{enabled:u=!0,escapeKey:d=!0,outsidePress:h=!0,outsidePressEvent:p="pointerdown",referencePress:y=!1,referencePressEvent:g="pointerdown",ancestorScroll:v=!1,bubbles:S,capture:w}=e,T=uy(),D=oi(typeof h=="function"?h:()=>!1),C=typeof h=="function"?D:h,O=V.useRef(!1),{escapeKey:M,outsidePress:j}=FS(S),{escapeKey:_,outsidePress:J}=FS(w),H=V.useRef(!1),F=oi(Q=>{var W;if(!n||!u||!d||Q.key!=="Escape"||H.current)return;const B=(W=c.current.floatingContext)==null?void 0:W.nodeId,q=T?To(T.nodesRef.current,B):[];if(!M&&(Q.stopPropagation(),q.length>0)){let z=!0;if(q.forEach(ee=>{var A;if((A=ee.context)!=null&&A.open&&!ee.context.dataRef.current.__escapeKeyBubbles){z=!1;return}}),!z)return}r(!1,VC(Q)?Q.nativeEvent:Q,"escape-key")}),ie=oi(Q=>{var W;const B=()=>{var q;F(Q),(q=Er(Q))==null||q.removeEventListener("keydown",B)};(W=Er(Q))==null||W.addEventListener("keydown",B)}),oe=oi(Q=>{var W;const B=c.current.insideReactTree;c.current.insideReactTree=!1;const q=O.current;if(O.current=!1,p==="click"&&q||B||typeof C=="function"&&!C(Q))return;const z=Er(Q),ee="["+Uu("inert")+"]",A=Yn(o.floating).querySelectorAll(ee);let I=pt(z)?z:null;for(;I&&!Vi(I);){const ue=Ki(I);if(Vi(ue)||!pt(ue))break;I=ue}if(A.length&&pt(z)&&!LC(z)&&!vn(z,o.floating)&&Array.from(A).every(ue=>!vn(I,ue)))return;if(Mt(z)&&be){const ue=Vi(z),le=zn(z),rt=/auto|scroll/,Ve=ue||rt.test(le.overflowX),xn=ue||rt.test(le.overflowY),Qi=Ve&&z.clientWidth>0&&z.scrollWidth>z.clientWidth,vi=xn&&z.clientHeight>0&&z.scrollHeight>z.clientHeight,xe=le.direction==="rtl",Me=vi&&(xe?Q.offsetX<=z.offsetWidth-z.clientWidth:Q.offsetX>z.clientWidth),Ae=Qi&&Q.offsetY>z.clientHeight;if(Me||Ae)return}const te=(W=c.current.floatingContext)==null?void 0:W.nodeId,X=T&&To(T.nodesRef.current,te).some(ue=>{var le;return Xh(Q,(le=ue.context)==null?void 0:le.elements.floating)});if(Xh(Q,o.floating)||Xh(Q,o.domReference)||X)return;const se=T?To(T.nodesRef.current,te):[];if(se.length>0){let ue=!0;if(se.forEach(le=>{var rt;if((rt=le.context)!=null&&rt.open&&!le.context.dataRef.current.__outsidePressBubbles){ue=!1;return}}),!ue)return}r(!1,Q,"outside-press")}),fe=oi(Q=>{var W;const B=()=>{var q;oe(Q),(q=Er(Q))==null||q.removeEventListener(p,B)};(W=Er(Q))==null||W.addEventListener(p,B)});V.useEffect(()=>{if(!n||!u)return;c.current.__escapeKeyBubbles=M,c.current.__outsidePressBubbles=j;let Q=-1;function W(A){r(!1,A,"ancestor-scroll")}function B(){window.clearTimeout(Q),H.current=!0}function q(){Q=window.setTimeout(()=>{H.current=!1},lf()?5:0)}const z=Yn(o.floating);d&&(z.addEventListener("keydown",_?ie:F,_),z.addEventListener("compositionstart",B),z.addEventListener("compositionend",q)),C&&z.addEventListener(p,J?fe:oe,J);let ee=[];return v&&(pt(o.domReference)&&(ee=Mr(o.domReference)),pt(o.floating)&&(ee=ee.concat(Mr(o.floating))),!pt(o.reference)&&o.reference&&o.reference.contextElement&&(ee=ee.concat(Mr(o.reference.contextElement)))),ee=ee.filter(A=>{var I;return A!==((I=z.defaultView)==null?void 0:I.visualViewport)}),ee.forEach(A=>{A.addEventListener("scroll",W,{passive:!0})}),()=>{d&&(z.removeEventListener("keydown",_?ie:F,_),z.removeEventListener("compositionstart",B),z.removeEventListener("compositionend",q)),C&&z.removeEventListener(p,J?fe:oe,J),ee.forEach(A=>{A.removeEventListener("scroll",W)}),window.clearTimeout(Q)}},[c,o,d,C,p,n,r,v,u,M,j,F,_,ie,oe,J,fe]),V.useEffect(()=>{c.current.insideReactTree=!1},[c,C,p]);const ge=V.useMemo(()=>({onKeyDown:F,...y&&{[JD[g]]:Q=>{r(!1,Q.nativeEvent,"reference-press")},...g!=="click"&&{onClick(Q){r(!1,Q.nativeEvent,"reference-press")}}}}),[F,r,y,g]),be=V.useMemo(()=>({onKeyDown:F,onMouseDown(){O.current=!0},onMouseUp(){O.current=!0},[ZD[p]]:()=>{c.current.insideReactTree=!0}}),[F,p,c]);return V.useMemo(()=>u?{reference:ge,floating:be}:{},[u,ge,be])}function WD(t){const{open:e=!1,onOpenChange:n,elements:r}=t,o=uT(),c=V.useRef({}),[u]=V.useState(()=>ND()),d=fT()!=null,[h,p]=V.useState(r.reference),y=oi((S,w,T)=>{c.current.openEvent=S?w:void 0,u.emit("openchange",{open:S,event:w,reason:T,nested:d}),n?.(S,w,T)}),g=V.useMemo(()=>({setPositionReference:p}),[]),v=V.useMemo(()=>({reference:h||r.reference||null,floating:r.floating||null,domReference:r.reference}),[h,r.reference,r.floating]);return V.useMemo(()=>({dataRef:c,open:e,onOpenChange:y,elements:v,events:u,floatingId:o,refs:g}),[e,y,v,u,o,g])}function eN(t){t===void 0&&(t={});const{nodeId:e}=t,n=WD({...t,elements:{reference:null,floating:null,...t.elements}}),r=t.rootContext||n,o=r.elements,[c,u]=V.useState(null),[d,h]=V.useState(null),y=o?.domReference||c,g=V.useRef(null),v=uy();Li(()=>{y&&(g.current=y)},[y]);const S=AD({...t,elements:{...o,...d&&{reference:d}}}),w=V.useCallback(M=>{const j=pt(M)?{getBoundingClientRect:()=>M.getBoundingClientRect(),getClientRects:()=>M.getClientRects(),contextElement:M}:M;h(j),S.refs.setReference(j)},[S.refs]),T=V.useCallback(M=>{(pt(M)||M===null)&&(g.current=M,u(M)),(pt(S.refs.reference.current)||S.refs.reference.current===null||M!==null&&!pt(M))&&S.refs.setReference(M)},[S.refs]),D=V.useMemo(()=>({...S.refs,setReference:T,setPositionReference:w,domReference:g}),[S.refs,T,w]),C=V.useMemo(()=>({...S.elements,domReference:y}),[S.elements,y]),O=V.useMemo(()=>({...S,...r,refs:D,elements:C,nodeId:e}),[S,D,C,e,r]);return Li(()=>{r.dataRef.current.floatingContext=O;const M=v?.nodesRef.current.find(j=>j.id===e);M&&(M.context=O)}),V.useMemo(()=>({...S,context:O,refs:D,elements:C}),[S,D,C,O])}function tp(t,e,n){const r=new Map,o=n==="item";let c=t;if(o&&t){const{[NS]:u,[$S]:d,...h}=t;c=h}return{...n==="floating"&&{tabIndex:-1,[_D]:""},...c,...e.map(u=>{const d=u?u[n]:null;return typeof d=="function"?t?d(t):null:d}).concat(t).reduce((u,d)=>(d&&Object.entries(d).forEach(h=>{let[p,y]=h;if(!(o&&[NS,$S].includes(p)))if(p.indexOf("on")===0){if(r.has(p)||r.set(p,[]),typeof y=="function"){var g;(g=r.get(p))==null||g.push(y),u[p]=function(){for(var v,S=arguments.length,w=new Array(S),T=0;T<S;T++)w[T]=arguments[T];return(v=r.get(p))==null?void 0:v.map(D=>D(...w)).find(D=>D!==void 0)}}}else u[p]=y}),u),{})}}function tN(t){t===void 0&&(t=[]);const e=t.map(d=>d?.reference),n=t.map(d=>d?.floating),r=t.map(d=>d?.item),o=V.useCallback(d=>tp(d,t,"reference"),e),c=V.useCallback(d=>tp(d,t,"floating"),n),u=V.useCallback(d=>tp(d,t,"item"),r);return V.useMemo(()=>({getReferenceProps:o,getFloatingProps:c,getItemProps:u}),[o,c,u])}const nN=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function iN(t,e){var n,r;e===void 0&&(e={});const{open:o,elements:c,floatingId:u}=t,{enabled:d=!0,role:h="dialog"}=e,p=uT(),y=((n=c.domReference)==null?void 0:n.id)||p,g=V.useMemo(()=>{var O;return((O=Hp(c.floating))==null?void 0:O.id)||u},[c.floating,u]),v=(r=nN.get(h))!=null?r:h,w=fT()!=null,T=V.useMemo(()=>v==="tooltip"||h==="label"?{["aria-"+(h==="label"?"labelledby":"describedby")]:o?g:void 0}:{"aria-expanded":o?"true":"false","aria-haspopup":v==="alertdialog"?"dialog":v,"aria-controls":o?g:void 0,...v==="listbox"&&{role:"combobox"},...v==="menu"&&{id:y},...v==="menu"&&w&&{role:"menuitem"},...h==="select"&&{"aria-autocomplete":"none"},...h==="combobox"&&{"aria-autocomplete":"list"}},[v,g,w,o,y,h]),D=V.useMemo(()=>{const O={id:g,...v&&{role:v}};return v==="tooltip"||h==="label"?O:{...O,...v==="menu"&&{"aria-labelledby":y}}},[v,g,y,h]),C=V.useCallback(O=>{let{active:M,selected:j}=O;const _={role:"option",...M&&{id:g+"-fui-option"}};switch(h){case"select":case"combobox":return{..._,"aria-selected":j}}return{}},[g,h]);return V.useMemo(()=>d?{reference:T,floating:D,item:C}:{},[d,T,D,C])}const wl=t=>Array.isArray(t)?t:[t],rN=(t,e)=>{const n=[[],[]];for(const r of t)e(r)?n[0].push(r):n[1].push(r);return n},hT=Array,rs=(t,e)=>t.includes(e),sN=(t,e=0)=>[...new Array(t)].map((n,r)=>r+e),Ie=(t,e,n)=>t===void 0?e===void 0?[]:Array.isArray(e)?e:[e]:(Array.isArray(e)?t.push(...e):t.push(e),t),as=(t,e)=>e==null?t??[]:t==null?wl(e):t.concat(e),oN=(...t)=>t.reduce(as,[]),fs=(t,e,n)=>{if(t===void 0)return Array.isArray(e)?e:[e];const r=n?.isEqual??((o,c)=>o===c);for(const o of wl(e))t.some(c=>r(c,o))||t.push(o);return t},aN=(t,e)=>t.reduce((n,r)=>{const o=r[e];return n[o]=Ie(n[o],r),n},{}),No=(t,e,n)=>t.length===e.length&&t.every(n?.isEqual?(r,o)=>n.isEqual(r,e[o]):(r,o)=>r===e[o]),xs=(t,e)=>Xn(t)===e,Xn=t=>{const e=typeof t;return e==="object"?t===null?"null":"object":e==="function"?"object":e},qi={boolean:"boolean",null:"null",undefined:"undefined",bigint:"a bigint",number:"a number",object:"an object",string:"a string",symbol:"a symbol"},lN={...qi,function:"a function"};class cN extends Error{}const Et=t=>$o(t,cN),$o=(t,e=Error)=>{throw new e(t)};class uN extends Error{name="ParseError"}const Z=t=>$o(t,uN),pT=t=>` ${t}`,He=(t,e)=>{const n={},r=Array.isArray(t);let o=!1;for(const[c,u]of Object.entries(t).entries()){const d=r?e(c,u[1]):e(...u,c);o||=typeof d[0]=="number";const h=Array.isArray(d[0])||d.length===0?d:[d];for(const[p,y]of h)typeof p=="object"?n[p.group]=Ie(n[p.group],y):n[p]=y}return o?Object.values(n):n},mT=Object.entries,yi=(t,e)=>t in e,hy=(t,e)=>e in t;class fN{constructor(e){Object.assign(this,e)}}const dN=class{};class yT extends dN{}const hN=(t,e)=>{const n={},r={};let o;for(o in t)o in e?n[o]=t[o]:r[o]=t[o];return[n,r]},pN=(t,e)=>hN(t,e)[1],Tl=t=>Object.keys(t).length===0,zu=t=>[...Object.entries(t),...Object.getOwnPropertySymbols(t).map(e=>[e,t[e]])],mN=(t,e)=>Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)),yN=t=>{const e=Object.keys(t).sort(),n={};for(let r=0;r<e.length;r++)n[e[r]]=t[e[r]];return n},Bi=pT("represents an uninitialized value"),gN=t=>Object.values(t).filter(e=>typeof e=="number"?!0:typeof t[e]!="number"),gT={Array,Boolean,Date,Error,Function,Map,Number,Promise,RegExp,Set,String,WeakMap,WeakSet},bT=globalThis.File??Blob,vT={ArrayBuffer,Blob,File:bT,FormData,Headers,Request,Response,URL},bN={Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,BigInt64Array,BigUint64Array},jo={...gT,...vT,...bN,String,Number,Boolean},py=t=>{let e=Object.getPrototypeOf(t);for(;e?.constructor&&(!yi(e.constructor.name,jo)||!(t instanceof jo[e.constructor.name]));)e=Object.getPrototypeOf(e);const n=e?.constructor?.name;if(!(n===void 0||n==="Object"))return n},Fp=t=>typeof t=="object"&&t!==null?py(t)??"object":Xn(t),Ft=Array.isArray,vN={Array:"an array",Function:"a function",Date:"a Date",RegExp:"a RegExp",Error:"an Error",Map:"a Map",Set:"a Set",String:"a String object",Number:"a Number object",Boolean:"a Boolean object",Promise:"a Promise",WeakMap:"a WeakMap",WeakSet:"a WeakSet"},SN={ArrayBuffer:"an ArrayBuffer instance",Blob:"a Blob instance",File:"a File instance",FormData:"a FormData instance",Headers:"a Headers instance",Request:"a Request instance",Response:"a Response instance",URL:"a URL instance"},xN={Int8Array:"an Int8Array",Uint8Array:"a Uint8Array",Uint8ClampedArray:"a Uint8ClampedArray",Int16Array:"an Int16Array",Uint16Array:"a Uint16Array",Int32Array:"an Int32Array",Uint32Array:"a Uint32Array",Float32Array:"a Float32Array",Float64Array:"a Float64Array",BigInt64Array:"a BigInt64Array",BigUint64Array:"a BigUint64Array"},wN={...vN,...SN,...xN},my=t=>{const e=Object(t).name??null;return e&&yi(e,jo)&&jo[e]===t?e:null},GS=(t,e)=>{let n=t.prototype;for(;n!==null;){if(n===e.prototype)return!0;n=Object.getPrototypeOf(n)}return!1},TN=t=>ST(t,new Map),ST=(t,e)=>{if(typeof t!="object"||t===null)return t;if(e?.has(t))return e.get(t);const n=my(t.constructor);if(n==="Date")return new Date(t.getTime());if(n&&n!=="Array")return t;const r=Array.isArray(t)?t.slice():Object.create(Object.getPrototypeOf(t)),o=Object.getOwnPropertyDescriptors(t);if(e){e.set(t,r);for(const c in o){const u=o[c];"get"in u||"set"in u||(u.value=ST(u.value,e))}}return Object.defineProperties(r,o),r},AN=t=>{let e=Bi;return()=>e===Bi?e=t():e},hf=t=>typeof t=="function"&&t.length===0,EN=class extends Function{constructor(...t){const e=t.slice(0,-1),n=t.at(-1);try{super(...e,n)}catch(r){return Et(`Encountered an unexpected error while compiling your definition:
65
+ Message: ${r}
66
+ Source: (${t.slice(0,-1)}) => {
67
+ ${t.at(-1)}
68
+ }`)}}};class Io{constructor(e,...[n]){return Object.assign(Object.setPrototypeOf(e.bind(n?.bind??this),this.constructor.prototype),n?.attach)}}const RN=AN(()=>{try{return new Function("return false")()}catch{return!0}});class gi{constructor(){}}var ON={};const _N=()=>{try{return((new Error().stack?.split(`
69
+ `)[2]?.trim()||"").match(/\(?(.+?)(?::\d+:\d+)?\)?$/)?.[1]||"unknown").replace(/^file:\/\//,"")}catch{return"unknown"}},kN=ON??{},MN={fileName:_N,env:kN},CN=t=>t[0].toUpperCase()+t.slice(1),xT=t=>new RegExp(DN(t),typeof t=="string"?"":t.flags),DN=t=>`^(?:${typeof t=="string"?t:t.source})$`,Rr={negativeLookahead:t=>`(?!${t})`,nonCapturingGroup:t=>`(?:${t})`},Gp="\\",pf={" ":1,"\n":1," ":1},NN=/^-0\.?0*$/.source,wT=/[1-9]\d*/.source,$N=/\.\d+/.source,jN=/\.\d*[1-9]/.source,TT=t=>xT(Rr.negativeLookahead(NN)+Rr.nonCapturingGroup("-?"+Rr.nonCapturingGroup(Rr.nonCapturingGroup("0|"+wT)+Rr.nonCapturingGroup(t.decimalPattern)+"?")+(t.allowDecimalOnly?"|"+t.decimalPattern:"")+"?")),YS=TT({decimalPattern:jN,allowDecimalOnly:!1}),BN=YS.test.bind(YS),Yp=TT({decimalPattern:$N,allowDecimalOnly:!0});Yp.test.bind(Yp);const LN=/^-?\d*\.?\d*$/,VN=t=>t.length!==0&&LN.test(t),Ku=xT(Rr.negativeLookahead("^-0$")+"-?"+Rr.nonCapturingGroup(Rr.nonCapturingGroup("0|"+wT))),UN=Ku.test.bind(Ku),Xp=/^-?\d+$/,zN=Xp.test.bind(Xp),AT={number:"a number",bigint:"a bigint",integer:"an integer"},ET=(t,e)=>`'${t}' was parsed as ${AT[e]} but could not be narrowed to a literal value. Avoid unnecessary leading or trailing zeros and other abnormal notation`,KN=(t,e)=>e==="number"?BN(t):UN(t),qN=(t,e)=>e==="number"?Number(t):Number.parseInt(t),PN=(t,e)=>e==="number"?VN(t):zN(t),IN=(t,e)=>yy(t,"number",e),HN=(t,e)=>yy(t,"number",{...e,strict:!0}),FN=(t,e)=>yy(t,"integer",e),yy=(t,e,n)=>{const r=qN(t,e);return!Number.isNaN(r)&&PN(t,e)?n?.strict?KN(t,e)?r:Z(ET(t,e)):r:n?.errorOnFail?Z(n?.errorOnFail===!0?`Failed to parse ${AT[e]} from '${t}'`:n?.errorOnFail):void 0},GN=t=>{if(t[t.length-1]!=="n")return;const e=t.slice(0,-1);let n;try{n=BigInt(e)}catch{return}if(Ku.test(e))return n;if(Xp.test(e))return Z(ET(t,"bigint"))},YN="0.46.0",XN={version:YN,filename:MN.fileName(),FileConstructor:bT},Al=XN,XS=new Map,np=Object.create(null),Jp=t=>{const e=XS.get(t);if(e)return e;let n=JN(t);return np[n]?n=`${n}${np[n]++}`:np[n]=1,Al[n]=t,XS.set(t,n),n},ul=t=>/^[$A-Z_a-z][\w$]*$/.test(t),JN=t=>{switch(typeof t){case"object":{if(t===null)break;const e=py(t)??"object";return e[0].toLowerCase()+e.slice(1)}case"function":return ul(t.name)?t.name:"fn";case"symbol":return t.description&&ul(t.description)?t.description:"symbol"}return Et(`Unexpected attempt to register serializable value of type ${Xn(t)}`)},gy=t=>typeof t=="string"?JSON.stringify(t):typeof t=="bigint"?`${t}n`:`${t}`,ZN=(t,e={})=>nl(t,{onUndefined:"$ark.undefined",onBigInt:n=>`$ark.bigint-${n}`,...e},[]),qe=(t,e)=>{switch(Xn(t)){case"object":const n=t,r=n.constructor.name;return r==="Object"||r==="Array"?e?.quoteKeys===!1?qu(n,e?.indent??0,""):JSON.stringify(nl(n,Bo,[]),null,e?.indent):qu(n,e?.indent??0,"");case"symbol":return Bo.onSymbol(t);default:return gy(t)}},qu=(t,e,n)=>{if(typeof t=="function")return Bo.onFunction(t);if(typeof t!="object"||t===null)return gy(t);const r=n+" ".repeat(e);if(Array.isArray(t)){if(t.length===0)return"[]";const c=t.map(u=>qu(u,e,r)).join(`,
70
+ `+r);return e?`[
71
+ ${r}${c}
72
+ ${n}]`:`[${c}]`}const o=t.constructor.name;if(o==="Object"){const c=zu(t).map(([u,d])=>{const h=typeof u=="symbol"?Bo.onSymbol(u):ul(u)?u:JSON.stringify(u),p=qu(d,e,r);return`${r}${h}: ${p}`});return c.length===0?"{}":e?`{
73
+ ${c.join(`,
74
+ `)}
75
+ ${n}}`:`{${c.join(", ")}}`}return t instanceof Date?El(t):"expression"in t&&typeof t.expression=="string"?t.expression:o},Bo={onCycle:()=>"(cycle)",onSymbol:t=>`Symbol(${Jp(t)})`,onFunction:t=>`Function(${Jp(t)})`},nl=(t,e,n)=>{switch(Xn(t)){case"object":{const r=t;if("toJSON"in r&&typeof r.toJSON=="function")return r.toJSON();if(typeof r=="function")return Bo.onFunction(r);if(n.includes(r))return"(cycle)";const o=[...n,r];if(Array.isArray(r))return r.map(u=>nl(u,e,o));if(r instanceof Date)return r.toDateString();const c={};for(const u in r)c[u]=nl(r[u],e,o);for(const u of Object.getOwnPropertySymbols(r))c[e.onSymbol?.(u)??u.toString()]=nl(r[u],e,o);return c}case"symbol":return Bo.onSymbol(t);case"bigint":return e.onBigInt?.(t)??`${t}n`;case"undefined":return e.onUndefined??"undefined";case"string":return t.replaceAll("\\","\\\\");default:return t}},El=t=>{const e=t.getFullYear(),n=t.getMonth(),r=t.getDate(),o=t.getHours(),c=t.getMinutes(),u=t.getSeconds(),d=t.getMilliseconds();if(n===0&&r===1&&o===0&&c===0&&u===0&&d===0)return`${e}`;const h=`${QN[n]} ${r}, ${e}`;if(o===0&&c===0&&u===0&&d===0)return h;let p=t.toLocaleTimeString();const y=p.endsWith(" AM")||p.endsWith(" PM")?p.slice(-3):"";return y&&(p=p.slice(0,-y.length)),d?p+=`.${e2(d,3)}`:WN.test(p)&&(p=p.slice(0,-3)),`${p+y}, ${h}`},QN=["January","February","March","April","May","June","July","August","September","October","November","December"],WN=/:\d\d:00$/,e2=(t,e)=>String(t).padStart(e,"0"),RT=(t,e,...[n])=>{const r=n?.stringifySymbol??qe;let o=t;switch(typeof e){case"string":o=ul(e)?t===""?e:`${t}.${e}`:`${t}[${JSON.stringify(e)}]`;break;case"number":o=`${t}[${e}]`;break;case"symbol":o=`${t}[${r(e)}]`;break;default:n?.stringifyNonKey?o=`${t}[${n.stringifyNonKey(e)}]`:Z(`${qe(e)} must be a PropertyKey or stringifyNonKey must be passed to options`)}return o},Rl=(t,...e)=>t.reduce((n,r)=>RT(n,r,...e),"");class OT extends hT{cache={};constructor(...e){super(),this.push(...e)}toJSON(){if(this.cache.json)return this.cache.json;this.cache.json=[];for(let e=0;e<this.length;e++)this.cache.json.push(typeof this[e]=="symbol"?qe(this[e]):this[e]);return this.cache.json}stringify(){return this.cache.stringify?this.cache.stringify:this.cache.stringify=Rl(this)}stringifyAncestors(){if(this.cache.stringifyAncestors)return this.cache.stringifyAncestors;let e="";const n=[e];for(const r of this)e=RT(e,r),n.push(e);return this.cache.stringifyAncestors=n}}class t2{chars;i;def;constructor(e){this.def=e,this.chars=[...e],this.i=0}shift(){return this.chars[this.i++]??""}get lookahead(){return this.chars[this.i]??""}get nextLookahead(){return this.chars[this.i+1]??""}get length(){return this.chars.length}shiftUntil(e){let n="";for(;this.lookahead;){if(e(this,n))if(n[n.length-1]===Gp)n=n.slice(0,-1);else break;n+=this.shift()}return n}shiftUntilLookahead(e){return typeof e=="string"?this.shiftUntil(n=>n.lookahead===e):this.shiftUntil(n=>n.lookahead in e)}shiftUntilNonWhitespace(){return this.shiftUntil(()=>!(this.lookahead in pf))}jumpToIndex(e){this.i=e<0?this.length+e:e}jumpForward(e){this.i+=e}get location(){return this.i}get unscanned(){return this.chars.slice(this.i,this.length).join("")}get scanned(){return this.chars.slice(0,this.i).join("")}sliceChars(e,n){return this.chars.slice(e,n).join("")}lookaheadIs(e){return this.lookahead===e}lookaheadIsIn(e){return this.lookahead in e}}let Zp="$ark",n2=2;for(;Zp in globalThis;)Zp=`$ark${n2++}`;const _T=Zp;globalThis[_T]=Al;const ne=Al,i2=t=>`${_T}.${t}`,Qt=t=>i2(Jp(t));class kT extends yT{argNames;body="";constructor(...e){super(),this.argNames=e;for(const n of e){if(n in this)throw new Error(`Arg name '${n}' would overwrite an existing property on FunctionBody`);this[n]=n}}indentation=0;indent(){return this.indentation+=4,this}dedent(){return this.indentation-=4,this}prop(e,n=!1){return MT(e,n)}index(e,n=!1){return CT(`${e}`,n)}line(e){return this.body+=`${" ".repeat(this.indentation)}${e}
76
+ `,this}const(e,n){return this.line(`const ${e} = ${n}`),this}let(e,n){return this.line(`let ${e} = ${n}`)}set(e,n){return this.line(`${e} = ${n}`)}if(e,n){return this.block(`if (${e})`,n)}elseIf(e,n){return this.block(`else if (${e})`,n)}else(e){return this.block("else",e)}for(e,n,r=0){return this.block(`for (let i = ${r}; ${e}; i++)`,n)}forIn(e,n){return this.block(`for (const k in ${e})`,n)}block(e,n,r=""){return this.line(`${e} {`),this.indent(),n(this),this.dedent(),this.line(`}${r}`)}return(e=""){return this.line(`return ${e}`)}write(e="anonymous",n=0){return`${e}(${this.argNames.join(", ")}) { ${n?this.body.split(`
77
+ `).map(r=>" ".repeat(n)+`${r}`).join(`
78
+ `):this.body} }`}compile(){return new EN(...this.argNames,this.body)}}const Ol=t=>xs(t,"object")||typeof t=="symbol"?Qt(t):gy(t),MT=(t,e=!1)=>typeof t=="string"&&ul(t)?`${e?"?":""}.${t}`:CT(r2(t),e),r2=t=>typeof t=="symbol"?Qt(t):JSON.stringify(t),CT=(t,e=!1)=>`${e?"?.":""}[${t}]`;class ip extends kT{traversalKind;optimistic;constructor(e){super("data","ctx"),this.traversalKind=e.kind,this.optimistic=e.optimistic===!0}invoke(e,n){const r=n?.arg??this.data,o=typeof e=="string"?!0:this.requiresContextFor(e),c=typeof e=="string"?e:e.id;return o?`${this.referenceToId(c,n)}(${r}, ${this.ctx})`:`${this.referenceToId(c,n)}(${r})`}referenceToId(e,n){const r=n?.kind??this.traversalKind,o=`this.${e}${r}`;return n?.bind?`${o}.bind(${n?.bind})`:o}requiresContextFor(e){return this.traversalKind==="Apply"||e.allowsRequiresContext}initializeErrorCount(){return this.const("errorCount","ctx.currentErrorCount")}returnIfFail(){return this.if("ctx.currentErrorCount > errorCount",()=>this.return())}returnIfFailFast(){return this.if("ctx.failFast && ctx.currentErrorCount > errorCount",()=>this.return())}traverseKey(e,n,r){const o=this.requiresContextFor(r);return o&&this.line(`${this.ctx}.path.push(${e})`),this.check(r,{arg:n}),o&&this.line(`${this.ctx}.path.pop()`),this}check(e,n){return this.traversalKind==="Allows"?this.if(`!${this.invoke(e,n)}`,()=>this.return(!1)):this.line(this.invoke(e,n))}}const DT=t=>He(t,(e,n)=>[e,Ft(n)?[...n]:n]),Pi=pT("arkKind"),pe=(t,e)=>t?.[Pi]===e,Jt=t=>pe(t,"root")||pe(t,"constraint"),s2=["unit","proto","domain"],mf=["required","optional","index","sequence"],NT=["pattern","divisor","exactLength","max","min","maxLength","minLength","before","after"],by=[...NT,...mf,"structure","predicate"],yf=["alias","union","morph","unit","intersection","proto","domain"],o2=[...yf,...by],$T=He(by,(t,e)=>[e,1]),a2=He([...mf,"undeclared"],(t,e)=>[e,1]),jT=He(o2,(t,e)=>[e,t]),mu=t=>typeof t=="string"&&t in jT,Pu=t=>jT[t],vy=t=>yf.slice(Pu(t)+1);[...vy("union")];[...vy("morph")];const bs=t=>typeof t=="string"||typeof t=="boolean"||t===null?t:typeof t=="number"?Number.isNaN(t)?"NaN":t===Number.POSITIVE_INFINITY?"Infinity":t===Number.NEGATIVE_INFINITY?"-Infinity":t:Ol(t),gf=t=>{let e="{ ";for(const[n,r]of Object.entries(t))e+=`${n}: ${Ol(r)}, `;return e+" }"},ut=t=>{const e=t;return e.hasAssociatedError&&(e.defaults.expected??=n=>"description"in n?n.description:e.defaults.description(n),e.defaults.actual??=n=>qe(n),e.defaults.problem??=n=>`must be ${n.expected}${n.actual?` (was ${n.actual})`:""}`,e.defaults.message??=n=>{if(n.path.length===0)return n.problem;const r=`${n.propString} ${n.problem}`;return r[0]==="["?`value at ${r}`:r}),e};class l2 extends Error{name="ToJsonSchemaError";code;context;constructor(e,n){super(qe(n,{quoteKeys:!1,indent:4})),this.code=e,this.context=n}hasCode(e){return this.code===e}}const c2={dialect:"https://json-schema.org/draft/2020-12/schema",useRefs:!1,fallback:{arrayObject:t=>kt.throw("arrayObject",t),arrayPostfix:t=>kt.throw("arrayPostfix",t),defaultValue:t=>kt.throw("defaultValue",t),domain:t=>kt.throw("domain",t),morph:t=>kt.throw("morph",t),patternIntersection:t=>kt.throw("patternIntersection",t),predicate:t=>kt.throw("predicate",t),proto:t=>kt.throw("proto",t),symbolKey:t=>kt.throw("symbolKey",t),unit:t=>kt.throw("unit",t),date:t=>kt.throw("date",t)}},kt={Error:l2,throw:(...t)=>{throw new kt.Error(...t)},throwInternalOperandError:(t,e)=>Et(`Unexpected JSON Schema input for ${t}: ${qe(e)}`),defaultConfig:c2};ne.config??={};const Qp=(t,e)=>{if(!e)return t;const n={...t};let r;for(r in e){const o={...t.keywords};if(r==="keywords"){for(const c in e[r]){const u=e.keywords[c];u!==void 0&&(o[c]=typeof u=="string"?{description:u}:u)}n.keywords=o}else r==="toJsonSchema"?n[r]=BT(t.toJsonSchema,e.toJsonSchema):mu(r)?n[r]={...t[r],...e[r]}:n[r]=e[r]}return n},BT=((t,e)=>{if(!t)return e??{};if(!e)return t;const n={...t};let r;for(r in e)r==="fallback"?n.fallback=u2(t.fallback,e.fallback):n[r]=e[r];return n}),u2=(t,e)=>{t=JS(t),e=JS(e);const n={};let r;for(r in kt.defaultConfig.fallback)n[r]=e[r]??e.default??t[r]??t.default??kt.defaultConfig.fallback[r];return n},JS=t=>typeof t=="function"?{default:t}:t??{};class Lo extends yT{[Pi]="error";path;data;nodeConfig;input;ctx;constructor({prefixPath:e,relativePath:n,...r},o){super(),this.input=r,this.ctx=o,mN(this,r);const c=o.data;r.code==="union"&&(r.errors=r.errors.flatMap(d=>{const h=d.hasCode("union")?d.errors:[d];return!e&&!n?h:h.map(p=>p.transform(y=>({...y,path:oN(e,y.path,n)})))})),this.nodeConfig=o.config[this.code];const u=[...r.path??o.path];n&&u.push(...n),e&&u.unshift(...e),this.path=new OT(...u),this.data="data"in r?r.data:c}transform(e){return new Lo(e({data:this.data,path:this.path,...this.input}),this.ctx)}hasCode(e){return this.code===e}get propString(){return Rl(this.path)}get expected(){if(this.input.expected)return this.input.expected;const e=this.meta?.expected??this.nodeConfig.expected;return typeof e=="function"?e(this.input):e}get actual(){if(this.input.actual)return this.input.actual;const e=this.meta?.actual??this.nodeConfig.actual;return typeof e=="function"?e(this.data):e}get problem(){if(this.input.problem)return this.input.problem;const e=this.meta?.problem??this.nodeConfig.problem;return typeof e=="function"?e(this):e}get message(){if(this.input.message)return this.input.message;const e=this.meta?.message??this.nodeConfig.message;return typeof e=="function"?e(this):e}get flat(){return this.hasCode("intersection")?[...this.errors]:[this]}toJSON(){return{data:this.data,path:this.path,...this.input,expected:this.expected,actual:this.actual,problem:this.problem,message:this.message}}toString(){return this.message}throw(){throw this}}class Nr extends hT{[Pi]="errors";ctx;constructor(e){super(),this.ctx=e}byPath=Object.create(null);get flatByPath(){return He(this.byPath,(e,n)=>[e,n.flat])}get flatProblemsByPath(){return He(this.byPath,(e,n)=>[e,n.flat.map(r=>r.problem)])}byAncestorPath=Object.create(null);count=0;mutable=this;throw(){throw this.toTraversalError()}toTraversalError(){return new f2(this)}add(e){this.includes(e)||this._add(e)}transform(e){const n=new Nr(this.ctx);for(const r of this)n.add(e(r));return n}merge(e){for(const n of e)this.includes(n)||this._add(new Lo({...n,path:[...this.ctx.path,...n.path]},this.ctx))}affectsPath(e){return this.length===0?!1:e.stringifyAncestors().some(n=>n in this.byPath)||e.stringify()in this.byAncestorPath}get summary(){return this.toString()}get issues(){return this}toJSON(){return[...this.map(e=>e.toJSON())]}toString(){return this.join(`
79
+ `)}_add(e){const n=this.byPath[e.propString];if(n){if(n.hasCode("union")&&n.errors.length===0)return;const r=e.hasCode("union")&&e.errors.length===0?e:new Lo({code:"intersection",errors:n.hasCode("intersection")?[...n.errors,e]:[n,e]},this.ctx),o=this.indexOf(n);this.mutable[o===-1?this.length:o]=r,this.byPath[e.propString]=r,this.addAncestorPaths(e)}else this.byPath[e.propString]=e,this.addAncestorPaths(e),this.mutable.push(e);this.count++}addAncestorPaths(e){for(const n of e.path.stringifyAncestors())this.byAncestorPath[n]=Ie(this.byAncestorPath[n],e)}}class f2 extends Error{name="TraversalError";constructor(e){e.length===1?super(e.summary):super(`
80
+ `+e.map(n=>` โ€ข ${d2(n)}`).join(`
81
+ `)),Object.defineProperty(this,"arkErrors",{value:e,enumerable:!1})}}const d2=t=>t.toString().split(`
82
+ `).join(`
83
+ `);class go{path=[];errors=new Nr(this);root;config;queuedMorphs=[];branches=[];seen={};constructor(e,n){this.root=e,this.config=n}get data(){let e=this.root;for(const n of this.path)e=e?.[n];return e}get propString(){return Rl(this.path)}reject(e){return this.error(e),!1}mustBe(e){return this.error(e),!1}error(e){const n=typeof e=="object"?e.code?e:{...e,code:"predicate"}:{code:"predicate",expected:e};return this.errorFromContext(n)}hasError(){return this.currentErrorCount!==0}get currentBranch(){return this.branches.at(-1)}queueMorphs(e){const n={path:new OT(...this.path),morphs:e};this.currentBranch?this.currentBranch.queuedMorphs.push(n):this.queuedMorphs.push(n)}finalize(e){return this.queuedMorphs.length&&(typeof this.root=="object"&&this.root!==null&&this.config.clone&&(this.root=this.config.clone(this.root)),this.applyQueuedMorphs()),this.hasError()?e?e(this.errors):this.errors:this.root}get currentErrorCount(){return this.currentBranch?this.currentBranch.error?1:0:this.errors.count}get failFast(){return this.branches.length!==0}pushBranch(){this.branches.push({error:void 0,queuedMorphs:[]})}popBranch(){return this.branches.pop()}get external(){return this}errorFromNodeContext(e){return this.errorFromContext(e)}errorFromContext(e){const n=new Lo(e,this);return this.currentBranch?this.currentBranch.error=n:this.errors.add(n),n}applyQueuedMorphs(){for(;this.queuedMorphs.length;){const e=this.queuedMorphs;this.queuedMorphs=[];for(const{path:n,morphs:r}of e)this.errors.affectsPath(n)||this.applyMorphsAtPath(n,r)}}applyMorphsAtPath(e,n){const r=e.at(-1);let o;if(r!==void 0){o=this.root;for(let c=0;c<e.length-1;c++)o=o[e[c]]}this.path=[...e];for(const c of n){const u=Jt(c),d=c(o===void 0?this.root:o[r],this);if(d instanceof Lo){this.errors.add(d);break}if(d instanceof Nr){u||this.errors.merge(d);break}o===void 0?this.root=d:o[r]=d,this.applyQueuedMorphs()}}}const Ii=(t,e,n)=>{if(!n)return e();n.path.push(t);const r=e();return n.path.pop(),r};class LT extends Io{attachments;$;onFail;includesTransform;includesContextualPredicate;isCyclic;allowsRequiresContext;rootApplyStrategy;contextFreeMorph;rootApply;referencesById;shallowReferences;flatRefs;flatMorphs;allows;get shallowMorphs(){return[]}constructor(e,n){super((o,c,u=this.onFail)=>c?(this.traverseApply(o,c),c.hasError()?c.errors:c.data):this.rootApply(o,u),{attach:e}),this.attachments=e,this.$=n,this.onFail=this.meta.onFail??this.$.resolvedConfig.onFail,this.includesTransform=this.hasKind("morph")||this.hasKind("structure")&&this.structuralMorph!==void 0,this.includesContextualPredicate=this.hasKind("predicate")&&this.inner.predicate.length!==1,this.isCyclic=this.kind==="alias",this.referencesById={[this.id]:this},this.shallowReferences=this.hasKind("structure")?[this,...this.children]:this.children.reduce((o,c)=>y2(o,c.shallowReferences),[this]);const r=this.isStructural();this.flatRefs=[],this.flatMorphs=[];for(let o=0;o<this.children.length;o++){if(this.includesTransform||=this.children[o].includesTransform,this.includesContextualPredicate||=this.children[o].includesContextualPredicate,this.isCyclic||=this.children[o].isCyclic,!r){const c=this.children[o].flatRefs;for(let u=0;u<c.length;u++){const d=c[u];if(!this.flatRefs.some(h=>VT(h,d))){this.flatRefs.push(d);for(const h of d.node.branches)(h.hasKind("morph")||h.hasKind("intersection")&&h.structure?.structuralMorph!==void 0)&&this.flatMorphs.push({path:d.path,propString:d.propString,node:h})}}}Object.assign(this.referencesById,this.children[o].referencesById)}this.flatRefs.sort((o,c)=>o.path.length>c.path.length?1:o.path.length<c.path.length?-1:o.propString>c.propString?1:o.propString<c.propString||o.node.expression<c.node.expression?-1:1),this.allowsRequiresContext=this.includesContextualPredicate||this.isCyclic,this.rootApplyStrategy=!this.allowsRequiresContext&&this.flatMorphs.length===0?this.shallowMorphs.length===0?"allows":this.shallowMorphs.every(o=>o.length===1||o.name==="$arkStructuralMorph")?this.hasKind("union")?this.branches.some(o=>o.shallowMorphs.length>1)?"contextual":"branchedOptimistic":this.shallowMorphs.length>1?"contextual":"optimistic":"contextual":"contextual",this.rootApply=this.createRootApply(),this.allows=this.allowsRequiresContext?o=>this.traverseAllows(o,new go(o,this.$.resolvedConfig)):o=>this.traverseAllows(o)}createRootApply(){switch(this.rootApplyStrategy){case"allows":return(n,r)=>{if(this.allows(n))return n;const o=new go(n,this.$.resolvedConfig);return this.traverseApply(n,o),o.finalize(r)};case"contextual":return(n,r)=>{const o=new go(n,this.$.resolvedConfig);return this.traverseApply(n,o),o.finalize(r)};case"optimistic":this.contextFreeMorph=this.shallowMorphs[0];const e=this.$.resolvedConfig.clone;return(n,r)=>{if(this.allows(n))return this.contextFreeMorph(e&&(typeof n=="object"&&n!==null||typeof n=="function")?e(n):n);const o=new go(n,this.$.resolvedConfig);return this.traverseApply(n,o),o.finalize(r)};case"branchedOptimistic":return this.createBranchedOptimisticRootApply();default:return this.rootApplyStrategy,Et(`Unexpected rootApplyStrategy ${this.rootApplyStrategy}`)}}compiledMeta=m2(this.metaJson);cacheGetter(e,n){return Object.defineProperty(this,e,{value:n}),n}get description(){return this.cacheGetter("description",this.meta?.description??this.$.resolvedConfig[this.kind].description(this))}get references(){return Object.values(this.referencesById)}precedence=Pu(this.kind);precompilation;assert=(e,n)=>this(e,n,r=>r.throw());traverse(e,n){return this(e,n,null)}get in(){return this.cacheGetter("in",this.getIo("in"))}get out(){return this.cacheGetter("out",this.getIo("out"))}getIo(e){if(!this.includesTransform)return this;const n={};for(const[r,o]of this.innerEntries){const c=this.impl.keys[r];if(c.reduceIo)c.reduceIo(e,n,o);else if(c.child){const u=o;n[r]=Ft(u)?u.map(d=>d[e]):u[e]}else n[r]=o}return this.$.node(this.kind,n)}toJSON(){return this.json}toString(){return`Type<${this.expression}>`}equals(e){const n=Jt(e)?e:this.$.parseDefinition(e);return this.innerHash===n.innerHash}ifEquals(e){return this.equals(e)?this:void 0}hasKind(e){return this.kind===e}assertHasKind(e){return this.kind!==e&&$o(`${this.kind} node was not of asserted kind ${e}`),this}hasKindIn(...e){return e.includes(this.kind)}assertHasKindIn(...e){return rs(e,this.kind)||$o(`${this.kind} node was not one of asserted kinds ${e}`),this}isBasis(){return rs(s2,this.kind)}isConstraint(){return rs(by,this.kind)}isStructural(){return rs(mf,this.kind)}isRefinement(){return rs(NT,this.kind)}isRoot(){return rs(yf,this.kind)}isUnknown(){return this.hasKind("intersection")&&this.children.length===0}isNever(){return this.hasKind("union")&&this.children.length===0}hasUnit(e){return this.hasKind("unit")&&this.allows(e)}hasOpenIntersection(){return this.impl.intersectionIsOpen}get nestableExpression(){return this.expression}select(e){const n=Qa.normalize(e);return this._select(n)}_select(e){let n=Qa.applyBoundary[e.boundary??"references"](this);return e.kind&&(n=n.filter(r=>r.kind===e.kind)),e.where&&(n=n.filter(e.where)),Qa.applyMethod[e.method??"filter"](n,this,e)}transform(e,n){return this._transform(e,this._createTransformContext(n))}_createTransformContext(e){return{root:this,selected:void 0,seen:{},path:[],parseOptions:{prereduced:e?.prereduced??!1},undeclaredKeyHandling:void 0,...e}}_transform(e,n){const r=n.bindScope??this.$;if(n.seen[this.id])return this.$.lazilyResolve(n.seen[this.id]);if(n.shouldTransform?.(this,n)===!1)return this;let o;n.seen[this.id]=()=>o,this.hasKind("structure")&&this.undeclared!==n.undeclaredKeyHandling&&(n={...n,undeclaredKeyHandling:this.undeclared});const c=He(this.inner,(y,g)=>{if(!this.impl.keys[y].child)return[y,g];const v=g;if(!Ft(v)){const w=v._transform(e,n);return w?[y,w]:[]}if(v.length===0)return[y,g];const S=v.flatMap(w=>w._transform(e,n)??[]);return S.length?[y,S]:[]});delete n.seen[this.id];const u=Object.assign(c,{meta:this.meta}),d=n.selected&&!n.selected.includes(this)?u:e(this.kind,u,n);if(d===null)return null;if(Jt(d))return o=d;const h=Object.keys(d);return(h.length===0||h.length===1&&h[0]==="meta")&&!Tl(this.inner)?null:(this.kind==="required"||this.kind==="optional"||this.kind==="index")&&!("value"in d)?n.undeclaredKeyHandling?{...d,value:ne.intrinsic.unknown}:null:(this.kind==="morph"&&(d.in??=ne.intrinsic.unknown),o=r.node(this.kind,d,n.parseOptions))}configureReferences(e,n="references"){const r=Qa.normalize(n),o=typeof e=="string"?(h,p)=>({...p,meta:{...p.meta,description:e}}):typeof e=="function"?(h,p)=>({...p,meta:e(p.meta)}):(h,p)=>({...p,meta:{...p.meta,...e}});if(r.boundary==="self")return this.$.node(this.kind,o(this.kind,{...this.inner,meta:this.meta}));const c=this._select(r),u=c&&wl(c),d=r.boundary==="child"?(h,p)=>p.root.children.includes(h):r.boundary==="shallow"?h=>h.kind!=="structure":()=>!0;return this.$.finalize(this.transform(o,{shouldTransform:d,selected:u}))}}const Qa={applyBoundary:{self:t=>[t],child:t=>[...t.children],shallow:t=>[...t.shallowReferences],references:t=>[...t.references]},applyMethod:{filter:t=>t,assertFilter:(t,e,n)=>(t.length===0&&$o(ZS(e,n)),t),find:t=>t[0],assertFind:(t,e,n)=>(t.length===0&&$o(ZS(e,n)),t[0])},normalize:t=>typeof t=="function"?{boundary:"references",method:"filter",where:t}:typeof t=="string"?yi(t,Qa.applyBoundary)?{method:"filter",boundary:t}:{boundary:"references",method:"filter",kind:t}:{boundary:"references",method:"filter",...t}},ZS=(t,e)=>`${t} had no references matching ${qe(e)}.`,h2=t=>Rl(t,{stringifyNonKey:e=>e.expression}),p2=/"(\$ark\.[^"]+)"/g,m2=t=>JSON.stringify(t).replaceAll(p2,"$1"),kr=(t,e)=>({path:t,node:e,propString:h2(t)}),VT=(t,e)=>t.propString===e.propString&&t.node.equals(e.node),QS=(t,e)=>fs(t,e,{isEqual:VT}),y2=(t,e)=>fs(t,e,{isEqual:(n,r)=>n.equals(r)});class ae extends Array{static init(e,n,r,o){return new ae({kind:e,l:n,r,path:o?.path??[],optional:o?.optional??!1})}add(e,n,r,o){return this.push({kind:e,l:n,r,path:o?.path??[],optional:o?.optional??!1}),this}get summary(){return this.describeReasons()}describeReasons(){if(this.length===1){const{path:e,l:n,r}=this[0],o=Rl(e);return UT(`Intersection${o&&` at ${o}`} of ${WS(n,r)}`)}return`The following intersections result in unsatisfiable types:
84
+ โ€ข ${this.map(({path:e,l:n,r})=>`${e}: ${WS(n,r)}`).join(`
85
+ โ€ข `)}`}throw(){return Z(this.describeReasons())}invert(){const e=this.map(n=>({...n,l:n.r,r:n.l}));return e instanceof ae?e:new ae(...e)}withPrefixKey(e,n){return this.map(r=>({...r,path:[e,...r.path],optional:r.optional||n==="optional"}))}toNeverIfDisjoint(){return ne.intrinsic.never}}const WS=(t,e)=>`${Wp(t)} and ${Wp(e)}`,Wp=t=>Jt(t)?t.expression:Ft(t)?t.map(Wp).join(" | ")||"never":String(t),UT=t=>`${t} results in an unsatisfiable type`,uo={},Hi=(t,e,n)=>Bt(t,e,{$:n,invert:!1,pipe:!1}),em=(t,e,n)=>Bt(t,e,{$:n,invert:!1,pipe:!0}),Bt=((t,e,n)=>{const r=n.pipe?"|>":"&",o=`${t.hash}${r}${e.hash}`;if(uo[o]!==void 0)return uo[o];if(!n.pipe){const d=`${e.hash}${r}${t.hash}`;if(uo[d]!==void 0){const h=uo[d],p=h instanceof ae?h.invert():h;return uo[o]=p,p}}const c=!n.pipe||!t.includesTransform&&!e.includesTransform;if(c&&t.equals(e))return t;let u=c?tm(t,e,n):t.hasKindIn(...yf)?g2(t,e,n):tm(t,e,n);return Jt(u)&&(t.equals(u)?u=t:e.equals(u)&&(u=e)),uo[o]=u,u}),tm=(t,e,n)=>{const r=t.precedence<e.precedence?t.kind:e.kind,o=t.impl.intersections[e.kind]??e.impl.intersections[t.kind];if(o===void 0)return null;if(r===t.kind)return o(t,e,n);{let c=o(e,t,{...n,invert:!n.invert});return c instanceof ae&&(c=c.invert()),c}},g2=(t,e,n)=>t.includesTransform||e.includesTransform?n.invert?ex(e,t,n):ex(t,e,n):tm(t,e,n),ex=(t,e,n)=>t.distribute(r=>b2(r,e,n),r=>{const o=r.filter(Jt);if(o.length===0)return ae.init("union",t.branches,e.branches);if(o.length<t.branches.length||!t.branches.every((u,d)=>u.in.equals(o[d].in)))return n.$.parseSchema(o);if(o.length===1)return o[0];const c={branches:o};return n.$.parseSchema(c)}),b2=(t,e,n)=>{if(t.hasKind("morph")){const o=[...t.morphs];if(t.lastMorphIfNode){const c=Bt(t.lastMorphIfNode,e,n);if(c instanceof ae)return c;o[o.length-1]=c}else o.push(e);return n.$.node("morph",{morphs:o,in:t.inner.in})}if(e.hasKind("morph")){const o=Bt(t,e.in,n);return o instanceof ae?o:n.$.node("morph",{morphs:[e],in:o})}return n.$.node("morph",{morphs:[e],in:t})};class Ho extends LT{constructor(e,n){super(e,n),Object.defineProperty(this,Pi,{value:"constraint",enumerable:!1})}impliedSiblings;intersect(e){return Hi(this,e,this.$)}}class bf extends Ho{traverseApply=(e,n)=>{this.traverseAllows(e,n)||n.errorFromNodeContext(this.errorContext)};compile(e){e.traversalKind==="Allows"?e.return(this.compiledCondition):e.if(this.compiledNegation,()=>e.line(`${e.ctx}.errorFromNodeContext(${this.compiledErrorContext})`))}get errorContext(){return{code:this.kind,description:this.description,meta:this.meta,...this.inner}}get compiledErrorContext(){return gf(this.errorContext)}}const sn=t=>(e,n)=>{if(Ft(e)){if(e.length===0)return;const o=e.map(c=>n.$.node(t,c));return t==="predicate"?o:o.sort((c,u)=>c.hash<u.hash?-1:1)}const r=n.$.node(t,e);return r.hasOpenIntersection()?[r]:r},Iu=t=>{const e=t.r.shift();if(!e){let r=t.l.length===0&&t.kind==="structure"?ne.intrinsic.unknown.internal:t.ctx.$.node(t.kind,Object.assign(t.baseInner,v2(t.l)),{prereduced:!0});for(const o of t.roots){if(r instanceof ae)return r;r=Bt(o,r,t.ctx)}return r}let n=!1;for(let r=0;r<t.l.length;r++){const o=Bt(t.l[r],e,t.ctx);if(o!==null){if(o instanceof ae)return o;if(n){if(!t.l.includes(o))return Et(`Unexpectedly encountered multiple distinct intersection results for refinement ${o}`)}else{if(o.isRoot())return t.roots.push(o),t.l.splice(r),Iu(t);t.l[r]=o,n=!0}}}if(n||t.l.push(e),t.kind==="intersection"&&e.impliedSiblings)for(const r of e.impliedSiblings)fs(t.r,r);return Iu(t)},Hu=t=>Object.entries(t).flatMap(([n,r])=>n in $T?r:[]).sort((n,r)=>n.precedence<r.precedence?-1:n.precedence>r.precedence?1:n.kind==="predicate"&&r.kind==="predicate"?0:n.hash<r.hash?-1:1),v2=t=>{const e={};for(const n of t)if(n.hasOpenIntersection())e[n.kind]=Ie(e[n.kind],n);else{if(e[n.kind])return Et(`Unexpected intersection of closed refinements of kind ${n.kind}`);e[n.kind]=n}return e},S2=(...t)=>Z(x2(...t)),x2=(t,e,n)=>{const r=n.hasKind("morph")?"a morph":n.isUnknown()?"unknown":n.exclude(e).defaultShortDescription;return`${CN(t)} operand must be ${e.description} (was ${r})`},w2=(t,e,n)=>new Fu(t,e,n,n,null);class zT extends Io{}class Fu extends Io{[Pi]="generic";paramDefs;bodyDef;$;arg$;baseInstantiation;hkt;description;constructor(e,n,r,o,c){super((...u)=>{const d=He(this.names,(h,p)=>{const y=this.arg$.parse(u[h]);return y.extends(this.constraints[h])||Z(T2(p,this.constraints[h].expression,y.expression)),[p,y]});if(this.defIsLazy()){const h=this.bodyDef(d);return this.$.parse(h)}return this.$.parse(n,{args:d})}),this.paramDefs=e,this.bodyDef=n,this.$=r,this.arg$=o,this.hkt=c,this.description=c?new c().description??`a generic type for ${c.constructor.name}`:"a generic type",this.baseInstantiation=this(...this.constraints)}defIsLazy(){return this.bodyDef instanceof zT}cacheGetter(e,n){return Object.defineProperty(this,e,{value:n}),n}get json(){return this.cacheGetter("json",{params:this.params.map(e=>e[1].isUnknown()?e[0]:[e[0],e[1].json]),body:ZN(this.bodyDef)})}get params(){return this.cacheGetter("params",this.paramDefs.map(e=>typeof e=="string"?[e,ne.intrinsic.unknown]:[e[0],this.$.parse(e[1])]))}get names(){return this.cacheGetter("names",this.params.map(e=>e[0]))}get constraints(){return this.cacheGetter("constraints",this.params.map(e=>e[1]))}get internal(){return this}get referencesById(){return this.baseInstantiation.internal.referencesById}get references(){return this.baseInstantiation.internal.references}}const T2=(t,e,n)=>`${t} must be assignable to ${e} (was ${n})`,A2=ut({kind:"predicate",hasAssociatedError:!0,collapsibleKey:"predicate",keys:{predicate:{}},normalize:t=>typeof t=="function"?{predicate:t}:t,defaults:{description:t=>`valid according to ${t.predicate.name||"an anonymous predicate"}`},intersectionIsOpen:!0,intersections:{predicate:()=>null}});class E2 extends Ho{serializedPredicate=Qt(this.predicate);compiledCondition=`${this.serializedPredicate}(data, ctx)`;compiledNegation=`!${this.compiledCondition}`;impliedBasis=null;expression=this.serializedPredicate;traverseAllows=this.predicate;errorContext={code:"predicate",description:this.description,meta:this.meta};compiledErrorContext=gf(this.errorContext);traverseApply=(e,n)=>{!this.predicate(e,n.external)&&!n.hasError()&&n.errorFromNodeContext(this.errorContext)};compile(e){if(e.traversalKind==="Allows"){e.return(this.compiledCondition);return}e.if(`${this.compiledNegation} && !ctx.hasError()`,()=>e.line(`ctx.errorFromNodeContext(${this.compiledErrorContext})`))}reduceJsonSchema(e,n){return n.fallback.predicate({code:"predicate",base:e,predicate:this.predicate})}}const KT={implementation:A2,Node:E2},R2=ut({kind:"divisor",collapsibleKey:"rule",keys:{rule:{parse:t=>Number.isInteger(t)?t:Z(_2(t))}},normalize:t=>typeof t=="number"?{rule:t}:t,hasAssociatedError:!0,defaults:{description:t=>t.rule===1?"an integer":t.rule===2?"even":`a multiple of ${t.rule}`},intersections:{divisor:(t,e,n)=>n.$.node("divisor",{rule:Math.abs(t.rule*e.rule/k2(t.rule,e.rule))})},obviatesBasisDescription:!0});class O2 extends bf{traverseAllows=e=>e%this.rule===0;compiledCondition=`data % ${this.rule} === 0`;compiledNegation=`data % ${this.rule} !== 0`;impliedBasis=ne.intrinsic.number.internal;expression=`% ${this.rule}`;reduceJsonSchema(e){return e.type="integer",this.rule===1||(e.multipleOf=this.rule),e}}const qT={implementation:R2,Node:O2},_2=t=>`divisor must be an integer (was ${t})`,k2=(t,e)=>{let n,r=t,o=e;for(;o!==0;)n=o,o=r%o,r=n;return r};class Fo extends bf{boundOperandKind=N2[this.kind];compiledActual=this.boundOperandKind==="value"?"data":this.boundOperandKind==="length"?"data.length":"data.valueOf()";comparator=$2(this.kind,this.exclusive);numericLimit=this.rule.valueOf();expression=`${this.comparator} ${this.rule}`;compiledCondition=`${this.compiledActual} ${this.comparator} ${this.numericLimit}`;compiledNegation=`${this.compiledActual} ${M2[this.comparator]} ${this.numericLimit}`;stringLimit=this.boundOperandKind==="date"?j2(this.numericLimit):`${this.numericLimit}`;limitKind=this.comparator[0]==="<"?"upper":"lower";isStricterThan(e){return(this.limitKind==="upper"?this.numericLimit<e.numericLimit:this.numericLimit>e.numericLimit)||this.numericLimit===e.numericLimit&&this.exclusive===!0&&!e.exclusive}overlapsRange(e){return!(this.isStricterThan(e)||this.numericLimit===e.numericLimit&&(this.exclusive||e.exclusive))}overlapIsUnit(e){return this.numericLimit===e.numericLimit&&!this.exclusive&&!e.exclusive}}const M2={"<":">=","<=":">",">":"<=",">=":"<"},C2={min:"max",minLength:"maxLength",after:"before"},PT={parse:t=>t||void 0},IT=t=>e=>{if(typeof e=="number")return{rule:e};const{exclusive:n,...r}=e;return n?{...r,rule:t==="minLength"?r.rule+1:r.rule-1}:r},HT=t=>e=>{if(typeof e=="number"||typeof e=="string"||e instanceof Date)return{rule:e};const{exclusive:n,...r}=e;if(!n)return r;const o=typeof r.rule=="number"?r.rule:typeof r.rule=="string"?new Date(r.rule).valueOf():r.rule.valueOf();return n?{...r,rule:t==="after"?o+1:o-1}:r},FT=t=>typeof t=="string"||typeof t=="number"?new Date(t):t,D2=(t,e)=>`${t} bound must be a positive integer (was ${e})`,Sy=t=>e=>((!Number.isInteger(e)||e<0)&&Z(D2(t,e)),e),N2={min:"value",max:"value",minLength:"length",maxLength:"length",after:"date",before:"date"},$2=(t,e)=>`${yi(t,C2)?">":"<"}${e?"":"="}`,j2=t=>typeof t=="string"?t:new Date(t).toLocaleString(),B2=t=>`Bounded expression ${t} must be exactly one of number, string, Array, or Date`,L2=ut({kind:"after",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{parse:FT,serialize:t=>t.toISOString()}},normalize:HT("after"),defaults:{description:t=>`${t.collapsibleLimitString} or later`,actual:El},intersections:{after:(t,e)=>t.isStricterThan(e)?t:e}});class V2 extends Fo{impliedBasis=ne.intrinsic.Date.internal;collapsibleLimitString=El(this.rule);traverseAllows=e=>e>=this.rule;reduceJsonSchema(e,n){return n.fallback.date({code:"date",base:e,after:this.rule})}}const GT={implementation:L2,Node:V2},U2=ut({kind:"before",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{parse:FT,serialize:t=>t.toISOString()}},normalize:HT("before"),defaults:{description:t=>`${t.collapsibleLimitString} or earlier`,actual:El},intersections:{before:(t,e)=>t.isStricterThan(e)?t:e,after:(t,e,n)=>t.overlapsRange(e)?t.overlapIsUnit(e)?n.$.node("unit",{unit:t.rule}):null:ae.init("range",t,e)}});class z2 extends Fo{collapsibleLimitString=El(this.rule);traverseAllows=e=>e<=this.rule;impliedBasis=ne.intrinsic.Date.internal;reduceJsonSchema(e,n){return n.fallback.date({code:"date",base:e,before:this.rule})}}const YT={implementation:U2,Node:z2},K2=ut({kind:"exactLength",collapsibleKey:"rule",keys:{rule:{parse:Sy("exactLength")}},normalize:t=>typeof t=="number"?{rule:t}:t,hasAssociatedError:!0,defaults:{description:t=>`exactly length ${t.rule}`,actual:t=>`${t.length}`},intersections:{exactLength:(t,e,n)=>ae.init("unit",n.$.node("unit",{unit:t.rule}),n.$.node("unit",{unit:e.rule}),{path:["length"]}),minLength:(t,e)=>t.rule>=e.rule?t:ae.init("range",t,e),maxLength:(t,e)=>t.rule<=e.rule?t:ae.init("range",t,e)}});class q2 extends bf{traverseAllows=e=>e.length===this.rule;compiledCondition=`data.length === ${this.rule}`;compiledNegation=`data.length !== ${this.rule}`;impliedBasis=ne.intrinsic.lengthBoundable.internal;expression=`== ${this.rule}`;reduceJsonSchema(e){switch(e.type){case"string":return e.minLength=this.rule,e.maxLength=this.rule,e;case"array":return e.minItems=this.rule,e.maxItems=this.rule,e;default:return kt.throwInternalOperandError("exactLength",e)}}}const XT={implementation:K2,Node:q2},P2=ut({kind:"max",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{},exclusive:PT},normalize:t=>typeof t=="number"?{rule:t}:t,defaults:{description:t=>t.rule===0?t.exclusive?"negative":"non-positive":`${t.exclusive?"less than":"at most"} ${t.rule}`},intersections:{max:(t,e)=>t.isStricterThan(e)?t:e,min:(t,e,n)=>t.overlapsRange(e)?t.overlapIsUnit(e)?n.$.node("unit",{unit:t.rule}):null:ae.init("range",t,e)},obviatesBasisDescription:!0});class I2 extends Fo{impliedBasis=ne.intrinsic.number.internal;traverseAllows=this.exclusive?e=>e<this.rule:e=>e<=this.rule;reduceJsonSchema(e){return this.exclusive?e.exclusiveMaximum=this.rule:e.maximum=this.rule,e}}const JT={implementation:P2,Node:I2},H2=ut({kind:"maxLength",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{parse:Sy("maxLength")}},reduce:(t,e)=>t.rule===0?e.node("exactLength",t):void 0,normalize:IT("maxLength"),defaults:{description:t=>`at most length ${t.rule}`,actual:t=>`${t.length}`},intersections:{maxLength:(t,e)=>t.isStricterThan(e)?t:e,minLength:(t,e,n)=>t.overlapsRange(e)?t.overlapIsUnit(e)?n.$.node("exactLength",{rule:t.rule}):null:ae.init("range",t,e)}});class F2 extends Fo{impliedBasis=ne.intrinsic.lengthBoundable.internal;traverseAllows=e=>e.length<=this.rule;reduceJsonSchema(e){switch(e.type){case"string":return e.maxLength=this.rule,e;case"array":return e.maxItems=this.rule,e;default:return kt.throwInternalOperandError("maxLength",e)}}}const ZT={implementation:H2,Node:F2},G2=ut({kind:"min",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{},exclusive:PT},normalize:t=>typeof t=="number"?{rule:t}:t,defaults:{description:t=>t.rule===0?t.exclusive?"positive":"non-negative":`${t.exclusive?"more than":"at least"} ${t.rule}`},intersections:{min:(t,e)=>t.isStricterThan(e)?t:e},obviatesBasisDescription:!0});class Y2 extends Fo{impliedBasis=ne.intrinsic.number.internal;traverseAllows=this.exclusive?e=>e>this.rule:e=>e>=this.rule;reduceJsonSchema(e){return this.exclusive?e.exclusiveMinimum=this.rule:e.minimum=this.rule,e}}const QT={implementation:G2,Node:Y2},X2=ut({kind:"minLength",collapsibleKey:"rule",hasAssociatedError:!0,keys:{rule:{parse:Sy("minLength")}},reduce:t=>t.rule===0?ne.intrinsic.unknown:void 0,normalize:IT("minLength"),defaults:{description:t=>t.rule===1?"non-empty":`at least length ${t.rule}`,actual:t=>t.length===0?"":`${t.length}`},intersections:{minLength:(t,e)=>t.isStricterThan(e)?t:e}});class J2 extends Fo{impliedBasis=ne.intrinsic.lengthBoundable.internal;traverseAllows=e=>e.length>=this.rule;reduceJsonSchema(e){switch(e.type){case"string":return e.minLength=this.rule,e;case"array":return e.minItems=this.rule,e;default:return kt.throwInternalOperandError("minLength",e)}}}const WT={implementation:X2,Node:J2},Z2={min:QT.implementation,max:JT.implementation,minLength:WT.implementation,maxLength:ZT.implementation,exactLength:XT.implementation,after:GT.implementation,before:YT.implementation},Q2={min:QT.Node,max:JT.Node,minLength:WT.Node,maxLength:ZT.Node,exactLength:XT.Node,after:GT.Node,before:YT.Node},W2=ut({kind:"pattern",collapsibleKey:"rule",keys:{rule:{},flags:{}},normalize:t=>typeof t=="string"?{rule:t}:t instanceof RegExp?t.flags?{rule:t.source,flags:t.flags}:{rule:t.source}:t,obviatesBasisDescription:!0,obviatesBasisExpression:!0,hasAssociatedError:!0,intersectionIsOpen:!0,defaults:{description:t=>`matched by ${t.rule}`},intersections:{pattern:()=>null}});class e$ extends bf{instance=new RegExp(this.rule,this.flags);expression=`${this.instance}`;traverseAllows=this.instance.test.bind(this.instance);compiledCondition=`${this.expression}.test(data)`;compiledNegation=`!${this.compiledCondition}`;impliedBasis=ne.intrinsic.string.internal;reduceJsonSchema(e,n){return e.pattern?n.fallback.patternIntersection({code:"patternIntersection",base:e,pattern:this.rule}):(e.pattern=this.rule,e)}}const eA={implementation:W2,Node:e$},yu=(t,e)=>{const n=t$(t);return e&&!e.includes(n)?Z(`Root of kind ${n} should be one of ${e}`):n},t$=t=>{if(pe(t,"root"))return t.kind;if(typeof t=="string")return t[0]==="$"?"alias":t in qi?"domain":"proto";if(typeof t=="function")return"proto";if(typeof t!="object"||t===null)return Z(tx(t));if("morphs"in t)return"morph";if("branches"in t||Ft(t))return"union";if("unit"in t)return"unit";if("reference"in t)return"alias";const e=Object.keys(t);return e.length===0||e.some(n=>n in $T)?"intersection":"proto"in t?"proto":"domain"in t?"domain":Z(tx(t))},tx=t=>`${qe(t)} is not a valid type schema`,nx={},n$=t=>Ft(t)?t.map(e=>e.collapsibleJson):t.collapsibleJson,Bn={};ne.nodesByRegisteredId=Bn;const tA=t=>(nx[t]??=0,`${t}${++nx[t]}`),nA=t=>{const e=vf[t.kind],n=e.applyConfig?.(t.def,t.$.resolvedConfig)??t.def,r={},{meta:o,...c}=n,u=o===void 0?{}:typeof o=="string"?{description:o}:o,d=mT(c).sort(([p],[y])=>mu(p)?mu(y)?Pu(p)-Pu(y):1:mu(y)||p<y?-1:1).filter(([p,y])=>{if(p.startsWith("meta.")){const g=p.slice(5);return u[g]=y,!1}return!0});for(const p of d){const y=p[0],g=e.keys[y];if(!g)return Z(`Key ${y} is not valid on ${t.kind} schema`);const v=g.parse?g.parse(p[1],t):p[1];v!==Bi&&(v!==void 0||g.preserveUndefined)&&(r[y]=v)}if(e.reduce&&!t.prereduced){const p=e.reduce(r,t.$);if(p)return p instanceof ae?p.throw():r$(p,u)}return xy({id:t.id,kind:t.kind,inner:r,meta:u,$:t.$})},xy=({id:t,kind:e,inner:n,meta:r,$:o,ignoreCache:c})=>{const u=vf[e],d=mT(n),h=[];let p={};for(const[C,O]of d){const M=u.keys[C],j=M.serialize??(M.child?n$:bs);if(p[C]=j(O),M.child===!0){const _=O;Ft(_)?h.push(..._):h.push(_)}else typeof M.child=="function"&&h.push(...M.child(O))}u.finalizeInnerJson&&(p=u.finalizeInnerJson(p));let y={...p},g={};Tl(r)||(g=He(r,(C,O)=>[C,C==="examples"?O:bs(O)]),y.meta=tu(g,"description",!0)),p=tu(p,u.collapsibleKey,!1);const v=JSON.stringify({kind:e,...p});y=tu(y,u.collapsibleKey,!1);const S=tu(y,u.collapsibleKey,!0),w=JSON.stringify({kind:e,...y});if(o.nodesByHash[w]&&!c)return o.nodesByHash[w];const T={id:t,kind:e,impl:u,inner:n,innerEntries:d,innerJson:p,innerHash:v,meta:r,metaJson:g,json:y,hash:w,collapsibleJson:S,children:h};if(e!=="intersection")for(const C in n)C!=="in"&&C!=="out"&&(T[C]=n[C]);const D=new uj[e](T,o);return o.nodesByHash[w]=D},i$=(t,e)=>t.id===e?t:(Jt(Bn[e])&&Et(`Unexpected attempt to overwrite node id ${e}`),xy({id:e,kind:t.kind,inner:t.inner,meta:t.meta,$:t.$,ignoreCache:!0})),r$=(t,e,n)=>xy({id:tA(e.alias??t.kind),kind:t.kind,inner:t.inner,meta:e,$:t.$}),tu=(t,e,n)=>{const r=Object.keys(t);if(r.length===1&&r[0]===e){const o=t[e];if(n||xs(o,"object")&&(Object.keys(o).length===1||Array.isArray(o)))return o}return t},nm=(t,e,n)=>{if(t.key!==e.key)return null;const r=t.key;let o=Bt(t.value,e.value,n);const c=t.required||e.required?"required":"optional";if(o instanceof ae)if(c==="optional")o=ne.intrinsic.never.internal;else return o.withPrefixKey(t.key,t.required&&e.required?"required":"optional");if(c==="required")return n.$.node("required",{key:r,value:o});const u=t.hasDefault()?e.hasDefault()?t.default===e.default?t.default:Z(rA(t.default,e.default)):t.default:e.hasDefault()?e.default:Bi;return n.$.node("optional",{key:r,value:o,default:u})};class iA extends Ho{required=this.kind==="required";optional=this.kind==="optional";impliedBasis=ne.intrinsic.object.internal;serializedKey=Ol(this.key);compiledKey=typeof this.key=="string"?this.key:this.serializedKey;flatRefs=Ie(this.value.flatRefs.map(e=>kr([this.key,...e.path],e.node)),kr([this.key],this.value));_transform(e,n){n.path.push(this.key);const r=super._transform(e,n);return n.path.pop(),r}hasDefault(){return"default"in this.inner}traverseAllows=(e,n)=>this.key in e?Ii(this.key,()=>this.value.traverseAllows(e[this.key],n),n):this.optional;traverseApply=(e,n)=>{this.key in e?Ii(this.key,()=>this.value.traverseApply(e[this.key],n),n):this.hasKind("required")&&n.errorFromNodeContext(this.errorContext)};compile(e){e.if(`${this.serializedKey} in data`,()=>e.traverseKey(this.serializedKey,`data${e.prop(this.key)}`,this.value)),this.hasKind("required")&&e.else(()=>e.traversalKind==="Apply"?e.line(`ctx.errorFromNodeContext(${this.compiledErrorContext})`):e.return(!1)),e.traversalKind==="Allows"&&e.return(!0)}}const rA=(t,e)=>`Invalid intersection of default values ${qe(t)} & ${qe(e)}`,s$=ut({kind:"optional",hasAssociatedError:!1,intersectionIsOpen:!0,keys:{key:{},value:{child:!0,parse:(t,e)=>e.$.parseSchema(t)},default:{preserveUndefined:!0}},normalize:t=>t,reduce:(t,e)=>{if(e.resolvedConfig.exactOptionalPropertyTypes===!1&&!t.value.allows(void 0))return e.node("optional",{...t,value:t.value.or(ve.undefined)},{prereduced:!0})},defaults:{description:t=>`${t.compiledKey}?: ${t.value.description}`},intersections:{optional:nm}});class o$ extends iA{constructor(...e){super(...e),"default"in this.inner&&Ty(this.value,this.inner.default,this.key)}get outProp(){if(!this.hasDefault())return this;const{default:e,...n}=this.inner;return this.cacheGetter("outProp",this.$.node("required",n,{prereduced:!0}))}expression=this.hasDefault()?`${this.compiledKey}: ${this.value.expression} = ${qe(this.inner.default)}`:`${this.compiledKey}?: ${this.value.expression}`;defaultValueMorph=l$(this);defaultValueMorphRef=this.defaultValueMorph&&Qt(this.defaultValueMorph)}const wy={implementation:s$,Node:o$},a$={},l$=t=>{if(!t.hasDefault())return;const e=`{${t.compiledKey}: ${t.value.id} = ${bs(t.default)}}`;return a$[e]??=sA(t.key,t.value,t.default)},sA=(t,e,n)=>{if(typeof n=="function")return e.includesTransform?(o,c)=>(Ii(t,()=>e(o[t]=n(),c),c),o):o=>(o[t]=n(),o);const r=e.includesTransform?e.assert(n):n;return xs(r,"object")?(o,c)=>(Ii(t,()=>e(o[t]=n,c),c),o):o=>(o[t]=r,o)},Ty=(t,e,n)=>{const r=hf(e);xs(e,"object")&&!r&&Z(c$(n));const o=t.in(r?e():e);if(o instanceof Nr){n===null&&Z(`Default ${o.summary}`);const c=o.transform(u=>u.transform(d=>({...d,prefixPath:[n]})));Z(`Default for ${c.summary}`)}return e},c$=t=>`Non-primitive default ${t===null?"":typeof t=="number"?`for value at [${t}] `:`for ${Ol(t)} `}must be specified as a function like () => ({my: 'object'})`;class _l extends LT{constructor(e,n){super(e,n),Object.defineProperty(this,Pi,{value:"root",enumerable:!1})}get internal(){return this}get"~standard"(){return{vendor:"arktype",version:1,validate:e=>{const n=this(e);return n instanceof Nr?n:{value:n}}}}as(){return this}brand(e){return e===""?Z(u$):this}readonly(){return this}branches=this.hasKind("union")?this.inner.branches:[this];distribute(e,n){const r=this.branches.map(e);return n?.(r)??r}get shortDescription(){return this.meta.description??this.defaultShortDescription}toJsonSchema(e={}){const n=BT(this.$.resolvedConfig.toJsonSchema,e);n.useRefs||=this.isCyclic;const r=typeof n.dialect=="string"?{$schema:n.dialect}:{};return Object.assign(r,this.toJsonSchemaRecurse(n)),n.useRefs&&(r.$defs=He(this.references,(o,c)=>c.isRoot()&&!c.alwaysExpandJsonSchema?[c.id,c.toResolvedJsonSchema(n)]:[])),r}toJsonSchemaRecurse(e){return e.useRefs&&!this.alwaysExpandJsonSchema?{$ref:`#/$defs/${this.id}`}:this.toResolvedJsonSchema(e)}get alwaysExpandJsonSchema(){return this.isBasis()||this.kind==="alias"||this.hasKind("union")&&this.isBoolean}toResolvedJsonSchema(e){const n=this.innerToJsonSchema(e);return Object.assign(n,this.metaJson)}intersect(e){const n=this.$.parseDefinition(e),r=this.rawIntersect(n);return r instanceof ae?r:this.$.finalize(r)}rawIntersect(e){return Hi(this,e,this.$)}toNeverIfDisjoint(){return this}and(e){const n=this.intersect(e);return n instanceof ae?n.throw():n}rawAnd(e){const n=this.rawIntersect(e);return n instanceof ae?n.throw():n}or(e){const n=this.$.parseDefinition(e);return this.$.finalize(this.rawOr(n))}rawOr(e){const n=[...this.branches,...e.branches];return this.$.node("union",n)}map(e){return this.$.schema(this.applyStructuralOperation("map",[e]))}pick(...e){return this.$.schema(this.applyStructuralOperation("pick",e))}omit(...e){return this.$.schema(this.applyStructuralOperation("omit",e))}required(){return this.$.schema(this.applyStructuralOperation("required",[]))}partial(){return this.$.schema(this.applyStructuralOperation("partial",[]))}_keyof;keyof(){if(this._keyof)return this._keyof;const e=this.applyStructuralOperation("keyof",[]).reduce((n,r)=>n.intersect(r).toNeverIfDisjoint(),ne.intrinsic.unknown.internal);return e.branches.length===0&&Z(UT(`keyof ${this.expression}`)),this._keyof=this.$.finalize(e)}get props(){return this.branches.length!==1?Z(f$(this.expression)):[...this.applyStructuralOperation("props",[])[0]]}merge(e){const n=this.$.parseDefinition(e);return this.$.schema(n.distribute(r=>this.applyStructuralOperation("merge",[ix(r)??Z(rx("merge",r.expression))])))}applyStructuralOperation(e,n){return this.distribute(r=>{if(r.equals(ne.intrinsic.object)&&e!=="merge")return r;const o=ix(r);if(o||Z(rx(e,r.expression)),e==="keyof")return o.keyof();if(e==="get")return o.get(...n);if(e==="props")return o.props;const c=e==="required"?"require":e==="partial"?"optionalize":e;return this.$.node("intersection",{...r.inner,structure:o[c](...n)})})}get(...e){return e[0]===void 0?this:this.$.schema(this.applyStructuralOperation("get",e))}extract(e){const n=this.$.parseDefinition(e);return this.$.schema(this.branches.filter(r=>r.extends(n)))}exclude(e){const n=this.$.parseDefinition(e);return this.$.schema(this.branches.filter(r=>!r.extends(n)))}array(){return this.$.schema(this.isUnknown()?{proto:Array}:{proto:Array,sequence:this},{prereduced:!0})}overlaps(e){return!(this.intersect(e)instanceof ae)}extends(e){const n=this.intersect(e);return!(n instanceof ae)&&this.equals(n)}ifExtends(e){return this.extends(e)?this:void 0}subsumes(e){return this.$.parseDefinition(e).extends(this)}configure(e,n="shallow"){return this.configureReferences(e,n)}describe(e,n="shallow"){return this.configure({description:e},n)}optional(){return[this,"?"]}default(e){return Ty(this,e,null),[this,"=",e]}from(e){return this.assert(e)}_pipe(...e){const n=e.reduce((r,o)=>r.rawPipeOnce(o),this);return this.$.finalize(n)}tryPipe(...e){const n=e.reduce((r,o)=>r.rawPipeOnce(pe(o,"root")?o:((c,u)=>{try{return o(c,u)}catch(d){return u.error({code:"predicate",predicate:o,actual:`aborted due to error:
86
+ ${d}
87
+ `})}})),this);return this.$.finalize(n)}pipe=Object.assign(this._pipe.bind(this),{try:this.tryPipe.bind(this)});to(e){return this.$.finalize(this.toNode(this.$.parseDefinition(e)))}toNode(e){const n=em(this,e,this.$);return n instanceof ae?n.throw():n}rawPipeOnce(e){return pe(e,"root")?this.toNode(e):this.distribute(n=>n.hasKind("morph")?this.$.node("morph",{in:n.inner.in,morphs:[...n.morphs,e]}):this.$.node("morph",{in:n,morphs:[e]}),this.$.parseSchema)}narrow(e){return this.constrainOut("predicate",e)}constrain(e,n){return this._constrain("root",e,n)}constrainIn(e,n){return this._constrain("in",e,n)}constrainOut(e,n){return this._constrain("out",e,n)}_constrain(e,n,r){const o=this.$.node(n,r);if(o.isRoot())return o.isUnknown()?this:Et(`Unexpected constraint node ${o}`);const c=e==="root"?this:this[e];if(c.hasKind("morph")||o.impliedBasis&&!c.extends(o.impliedBasis))return S2(n,o.impliedBasis,this);const u=this.$.node("intersection",{[o.kind]:o}),d=e==="out"?em(this,u,this.$):Hi(this,u,this.$);return d instanceof ae&&d.throw(),this.$.finalize(d)}onUndeclaredKey(e){const n=typeof e=="string"?e:e.rule,r=typeof e=="string"?!1:e.deep;return this.$.finalize(this.transform((o,c)=>o==="structure"?n==="ignore"?pN(c,{undeclared:1}):{...c,undeclared:n}:c,r?void 0:{shouldTransform:o=>!rs(mf,o.kind)}))}hasEqualMorphs(e){return!this.includesTransform&&!e.includesTransform?!0:!(!No(this.shallowMorphs,e.shallowMorphs)||!No(this.flatMorphs,e.flatMorphs,{isEqual:(n,r)=>n.propString===r.propString&&(n.node.hasKind("morph")&&r.node.hasKind("morph")?n.node.hasEqualMorphs(r.node):n.node.hasKind("intersection")&&r.node.hasKind("intersection")?n.node.structure?.structuralMorphRef===r.node.structure?.structuralMorphRef:!1)}))}onDeepUndeclaredKey(e){return this.onUndeclaredKey({rule:e,deep:!0})}filter(e){return this.constrainIn("predicate",e)}divisibleBy(e){return this.constrain("divisor",e)}matching(e){return this.constrain("pattern",e)}atLeast(e){return this.constrain("min",e)}atMost(e){return this.constrain("max",e)}moreThan(e){return this.constrain("min",fo(e))}lessThan(e){return this.constrain("max",fo(e))}atLeastLength(e){return this.constrain("minLength",e)}atMostLength(e){return this.constrain("maxLength",e)}moreThanLength(e){return this.constrain("minLength",fo(e))}lessThanLength(e){return this.constrain("maxLength",fo(e))}exactlyLength(e){return this.constrain("exactLength",e)}atOrAfter(e){return this.constrain("after",e)}atOrBefore(e){return this.constrain("before",e)}laterThan(e){return this.constrain("after",fo(e))}earlierThan(e){return this.constrain("before",fo(e))}}const u$="Expected a non-empty brand name after #",fo=t=>typeof t=="object"&&!(t instanceof Date)?{...t,exclusive:!0}:{rule:t,exclusive:!0},nu=(t,e)=>pe(e,"root")?pe(t,"root")?t.extends(e):e.allows(t):pe(t,"root")?t.hasUnit(e):e===t,ix=t=>t.hasKind("morph")?null:t.hasKind("intersection")?t.inner.structure??(t.basis?.domain==="object"?t.$.bindReference(ne.intrinsic.emptyStructure):null):t.isBasis()&&t.domain==="object"?t.$.bindReference(ne.intrinsic.emptyStructure):null,f$=t=>`Props cannot be extracted from a union. Use .distribute to extract props from each branch instead. Received:
88
+ ${t}`,rx=(t,e)=>`${t} operand must be an object (was ${e})`,kl=(t,e)=>He(vy(t),(n,r)=>[r,e]),d$=t=>typeof t=="string"?{reference:t}:t,sx=t=>t instanceof ae?ne.intrinsic.never.internal:t,h$=ut({kind:"alias",hasAssociatedError:!1,collapsibleKey:"reference",keys:{reference:{serialize:t=>t.startsWith("$")?t:`$ark.${t}`},resolve:{}},normalize:d$,defaults:{description:t=>t.reference},intersections:{alias:(t,e,n)=>n.$.lazilyResolve(()=>sx(Bt(t.resolution,e.resolution,n)),`${t.reference}${n.pipe?"=>":"&"}${e.reference}`),...kl("alias",(t,e,n)=>e.isUnknown()?t:e.isNever()?e:e.isBasis()&&!e.overlaps(ne.intrinsic.object)?ae.init("assignability",ne.intrinsic.object,e):n.$.lazilyResolve(()=>sx(Bt(t.resolution,e,n)),`${t.reference}${n.pipe?"=>":"&"}${e.id}`))}});class p$ extends _l{expression=this.reference;structure=void 0;get resolution(){const e=this._resolve();return Bn[this.id]=e}_resolve(){if(this.resolve)return this.resolve();if(this.reference[0]==="$")return this.$.resolveRoot(this.reference.slice(1));const e=this.reference;let n=Bn[e];const r=[];for(;pe(n,"context");){if(r.includes(n.id))return Z(m$(n.id,r));r.push(n.id),n=Bn[n.id]}return pe(n,"root")?n:Et(`Unexpected resolution for reference ${this.reference}
89
+ Seen: [${r.join("->")}]
90
+ Resolution: ${qe(n)}`)}get resolutionId(){if(this.reference.includes("&")||this.reference.includes("=>"))return this.resolution.id;if(this.reference[0]!=="$")return this.reference;const e=this.reference.slice(1),n=this.$.resolutions[e];return typeof n=="string"?n:pe(n,"root")?n.id:Et(`Unexpected resolution for reference ${this.reference}: ${qe(n)}`)}get defaultShortDescription(){return qi.object}innerToJsonSchema(e){return this.resolution.toJsonSchemaRecurse(e)}traverseAllows=(e,n)=>{const r=n.seen[this.reference];return r?.includes(e)?!0:(n.seen[this.reference]=Ie(r,e),this.resolution.traverseAllows(e,n))};traverseApply=(e,n)=>{const r=n.seen[this.reference];r?.includes(e)||(n.seen[this.reference]=Ie(r,e),this.resolution.traverseApply(e,n))};compile(e){const n=this.resolutionId;e.if(`ctx.seen.${n} && ctx.seen.${n}.includes(data)`,()=>e.return(!0)),e.if(`!ctx.seen.${n}`,()=>e.line(`ctx.seen.${n} = []`)),e.line(`ctx.seen.${n}.push(data)`),e.return(e.invoke(n))}}const m$=(t,e)=>`Alias '${t}' has a shallow resolution cycle: ${[...e,t].join("->")}`,Ay={implementation:h$,Node:p$};class Ey extends _l{traverseApply=(e,n)=>{this.traverseAllows(e,n)||n.errorFromNodeContext(this.errorContext)};get errorContext(){return{code:this.kind,description:this.description,meta:this.meta,...this.inner}}get compiledErrorContext(){return gf(this.errorContext)}compile(e){e.traversalKind==="Allows"?e.return(this.compiledCondition):e.if(this.compiledNegation,()=>e.line(`${e.ctx}.errorFromNodeContext(${this.compiledErrorContext})`))}}const y$=ut({kind:"domain",hasAssociatedError:!0,collapsibleKey:"domain",keys:{domain:{},numberAllowsNaN:{}},normalize:t=>typeof t=="string"?{domain:t}:hy(t,"numberAllowsNaN")&&t.domain!=="number"?Z(Ry.writeBadAllowNanMessage(t.domain)):t,applyConfig:(t,e)=>t.numberAllowsNaN===void 0&&t.domain==="number"&&e.numberAllowsNaN?{...t,numberAllowsNaN:!0}:t,defaults:{description:t=>qi[t.domain],actual:t=>Number.isNaN(t)?"NaN":qi[Xn(t)]},intersections:{domain:(t,e)=>t.domain==="number"&&e.domain==="number"?t.numberAllowsNaN?e:t:ae.init("domain",t,e)}});class g$ extends Ey{requiresNaNCheck=this.domain==="number"&&!this.numberAllowsNaN;traverseAllows=this.requiresNaNCheck?e=>typeof e=="number"&&!Number.isNaN(e):e=>Xn(e)===this.domain;compiledCondition=this.domain==="object"?'((typeof data === "object" && data !== null) || typeof data === "function")':`typeof data === "${this.domain}"${this.requiresNaNCheck?" && !Number.isNaN(data)":""}`;compiledNegation=this.domain==="object"?'((typeof data !== "object" || data === null) && typeof data !== "function")':`typeof data !== "${this.domain}"${this.requiresNaNCheck?" || Number.isNaN(data)":""}`;expression=this.numberAllowsNaN?"number | NaN":this.domain;get nestableExpression(){return this.numberAllowsNaN?`(${this.expression})`:this.expression}get defaultShortDescription(){return qi[this.domain]}innerToJsonSchema(e){return this.domain==="bigint"||this.domain==="symbol"?e.fallback.domain({code:"domain",base:{},domain:this.domain}):{type:this.domain}}}const Ry={implementation:y$,Node:g$,writeBadAllowNanMessage:t=>`numberAllowsNaN may only be specified with domain "number" (was ${t})`},b$=ut({kind:"intersection",hasAssociatedError:!0,normalize:t=>{if(Jt(t))return t;const{structure:e,...n}=t,r=!!e,o=e??{},c=He(n,(u,d)=>yi(u,a2)?(r&&Z(`Flattened structure key ${u} cannot be specified alongside a root 'structure' key.`),o[u]=d,[]):[u,d]);return(pe(o,"constraint")||!Tl(o))&&(c.structure=o),c},finalizeInnerJson:({structure:t,...e})=>xs(t,"object")?{...t,...e}:e,keys:{domain:{child:!0,parse:(t,e)=>e.$.node("domain",t)},proto:{child:!0,parse:(t,e)=>e.$.node("proto",t)},structure:{child:!0,parse:(t,e)=>e.$.node("structure",t),serialize:t=>{if(!t.sequence?.minLength)return t.collapsibleJson;const{sequence:e,...n}=t.collapsibleJson,{minVariadicLength:r,...o}=e,c=o.variadic&&Object.keys(o).length===1?o.variadic:o;return{...n,sequence:c}}},divisor:{child:!0,parse:sn("divisor")},max:{child:!0,parse:sn("max")},min:{child:!0,parse:sn("min")},maxLength:{child:!0,parse:sn("maxLength")},minLength:{child:!0,parse:sn("minLength")},exactLength:{child:!0,parse:sn("exactLength")},before:{child:!0,parse:sn("before")},after:{child:!0,parse:sn("after")},pattern:{child:!0,parse:sn("pattern")},predicate:{child:!0,parse:sn("predicate")}},reduce:(t,e)=>ox({},t,{$:e,invert:!1,pipe:!1}),defaults:{description:t=>{if(t.children.length===0)return"unknown";if(t.structure)return t.structure.description;const e=[];if(t.basis&&!t.refinements.some(n=>n.impl.obviatesBasisDescription)&&e.push(t.basis.description),t.refinements.length){const n=t.refinements.toSorted((r,o)=>r.kind==="min"&&o.kind==="max"?-1:0).map(r=>r.description);e.push(...n)}return t.inner.predicate&&e.push(...t.inner.predicate.map(n=>n.description)),e.join(" and ")},expected:t=>` โ—ฆ ${t.errors.map(e=>e.expected).join(`
91
+ โ—ฆ `)}`,problem:t=>`(${t.actual}) must be...
92
+ ${t.expected}`},intersections:{intersection:(t,e,n)=>ox(t.inner,e.inner,n),...kl("intersection",(t,e,n)=>{if(t.children.length===0)return e;const{domain:r,proto:o,...c}=t.inner,u=o??r,d=u?Bt(u,e,n):e;return d instanceof ae?d:t?.basis?.equals(d)?t:t.$.node("intersection",{...c,[d.kind]:d},{prereduced:!0})})}});class v$ extends _l{basis=this.inner.domain??this.inner.proto??null;refinements=this.children.filter(e=>e.isRefinement());structure=this.inner.structure;expression=S$(this);get shallowMorphs(){return this.inner.structure?.structuralMorph?[this.inner.structure.structuralMorph]:[]}get defaultShortDescription(){return this.basis?.defaultShortDescription??"present"}innerToJsonSchema(e){return this.children.reduce((n,r)=>r.isBasis()?r.toJsonSchemaRecurse(e):r.reduceJsonSchema(n,e),{})}traverseAllows=(e,n)=>this.children.every(r=>r.traverseAllows(e,n));traverseApply=(e,n)=>{const r=n.currentErrorCount;if(!(this.basis&&(this.basis.traverseApply(e,n),n.currentErrorCount>r))){if(this.refinements.length){for(let o=0;o<this.refinements.length-1;o++)if(this.refinements[o].traverseApply(e,n),n.failFast&&n.currentErrorCount>r)return;if(this.refinements.at(-1).traverseApply(e,n),n.currentErrorCount>r)return}if(!(this.structure&&(this.structure.traverseApply(e,n),n.currentErrorCount>r))&&this.inner.predicate){for(let o=0;o<this.inner.predicate.length-1;o++)if(this.inner.predicate[o].traverseApply(e,n),n.failFast&&n.currentErrorCount>r)return;this.inner.predicate.at(-1).traverseApply(e,n)}}};compile(e){if(e.traversalKind==="Allows"){for(const n of this.children)e.check(n);e.return(!0);return}if(e.initializeErrorCount(),this.basis&&(e.check(this.basis),this.children.length>1&&e.returnIfFail()),this.refinements.length){for(let n=0;n<this.refinements.length-1;n++)e.check(this.refinements[n]),e.returnIfFailFast();e.check(this.refinements.at(-1)),(this.structure||this.inner.predicate)&&e.returnIfFail()}if(this.structure&&(e.check(this.structure),this.inner.predicate&&e.returnIfFail()),this.inner.predicate){for(let n=0;n<this.inner.predicate.length-1;n++)e.check(this.inner.predicate[n]),e.returnIfFail();e.check(this.inner.predicate.at(-1))}}}const oA={implementation:b$,Node:v$},S$=t=>{let e=t.structure?.expression||`${t.basis&&!t.refinements.some(n=>n.impl.obviatesBasisExpression)?t.basis.nestableExpression+" ":""}${t.refinements.map(n=>n.expression).join(" & ")}`||"unknown";return e==="Array == 0"&&(e="[]"),e},ox=(t,e,n)=>{const r={},o=t.proto??t.domain,c=e.proto??e.domain,u=o?c?Bt(o,c,n):o:c;return u instanceof ae?u:(u&&(r[u.kind]=u),Iu({kind:"intersection",baseInner:r,l:Hu(t),r:Hu(e),roots:[],ctx:n}))},x$=ut({kind:"morph",hasAssociatedError:!1,keys:{in:{child:!0,parse:(t,e)=>e.$.parseSchema(t)},morphs:{parse:wl,serialize:t=>t.map(e=>pe(e,"root")?e.json:Qt(e))},declaredIn:{child:!1,serialize:t=>t.json},declaredOut:{child:!1,serialize:t=>t.json}},normalize:t=>t,defaults:{description:t=>`a morph from ${t.in.description} to ${t.out?.description??"unknown"}`},intersections:{morph:(t,e,n)=>{if(!t.hasEqualMorphs(e))return Z(T$(t.expression,e.expression));const r=Bt(t.in,e.in,n);if(r instanceof ae)return r;const o={morphs:t.morphs};if(t.declaredIn||e.declaredIn){const c=Bt(t.in,e.in,n);if(c instanceof ae)return c.throw();o.declaredIn=c}if(t.declaredOut||e.declaredOut){const c=Bt(t.out,e.out,n);if(c instanceof ae)return c.throw();o.declaredOut=c}return r.distribute(c=>n.$.node("morph",{...o,in:c}),n.$.parseSchema)},...kl("morph",(t,e,n)=>{const r=t.inner.in?Bt(t.inner.in,e,n):e;return r instanceof ae?r:r.equals(t.inner.in)?t:n.$.node("morph",{...t.inner,in:r})})}});class w$ extends _l{serializedMorphs=this.morphs.map(Qt);compiledMorphs=`[${this.serializedMorphs}]`;lastMorph=this.inner.morphs.at(-1);lastMorphIfNode=pe(this.lastMorph,"root")?this.lastMorph:void 0;introspectableIn=this.inner.in;introspectableOut=this.lastMorphIfNode?Object.assign(this.referencesById,this.lastMorphIfNode.referencesById)&&this.lastMorphIfNode.out:void 0;get shallowMorphs(){return Array.isArray(this.inner.in?.shallowMorphs)?[...this.inner.in.shallowMorphs,...this.morphs]:this.morphs}get in(){return this.declaredIn??this.inner.in?.in??ne.intrinsic.unknown.internal}get out(){return this.declaredOut??this.introspectableOut??ne.intrinsic.unknown.internal}declareIn(e){return this.$.node("morph",{...this.inner,declaredIn:e})}declareOut(e){return this.$.node("morph",{...this.inner,declaredOut:e})}expression=`(In: ${this.in.expression}) => ${this.lastMorphIfNode?"To":"Out"}<${this.out.expression}>`;get defaultShortDescription(){return this.in.meta.description??this.in.defaultShortDescription}innerToJsonSchema(e){return e.fallback.morph({code:"morph",base:this.in.toJsonSchemaRecurse(e),out:this.introspectableOut?.toJsonSchemaRecurse(e)??null})}compile(e){if(e.traversalKind==="Allows"){if(!this.introspectableIn)return;e.return(e.invoke(this.introspectableIn));return}this.introspectableIn&&e.line(e.invoke(this.introspectableIn)),e.line(`ctx.queueMorphs(${this.compiledMorphs})`)}traverseAllows=(e,n)=>!this.introspectableIn||this.introspectableIn.traverseAllows(e,n);traverseApply=(e,n)=>{this.introspectableIn&&this.introspectableIn.traverseApply(e,n),n.queueMorphs(this.morphs)};hasEqualMorphs(e){return No(this.morphs,e.morphs,{isEqual:(n,r)=>n===r||pe(n,"root")&&pe(r,"root")&&n.equals(r)})}}const aA={implementation:x$,Node:w$},T$=(t,e)=>`The intersection of distinct morphs at a single path is indeterminate:
93
+ Left: ${t}
94
+ Right: ${e}`,A$=ut({kind:"proto",hasAssociatedError:!0,collapsibleKey:"proto",keys:{proto:{serialize:t=>my(t)??bs(t)},dateAllowsInvalid:{}},normalize:t=>{const e=typeof t=="string"?{proto:jo[t]}:typeof t=="function"?Jt(t)?t:{proto:t}:typeof t.proto=="string"?{...t,proto:jo[t.proto]}:t;return typeof e.proto!="function"&&Z(Gu.writeInvalidSchemaMessage(e.proto)),hy(e,"dateAllowsInvalid")&&e.proto!==Date&&Z(Gu.writeBadInvalidDateMessage(e.proto)),e},applyConfig:(t,e)=>t.dateAllowsInvalid===void 0&&t.proto===Date&&e.dateAllowsInvalid?{...t,dateAllowsInvalid:!0}:t,defaults:{description:t=>t.builtinName?wN[t.builtinName]:`an instance of ${t.proto.name}`,actual:t=>t instanceof Date&&t.toString()==="Invalid Date"?"an invalid Date":Fp(t)},intersections:{proto:(t,e)=>t.proto===Date&&e.proto===Date?t.dateAllowsInvalid?e:t:GS(t.proto,e.proto)?t:GS(e.proto,t.proto)?e:ae.init("proto",t,e),domain:(t,e)=>e.domain==="object"?t:ae.init("domain",ne.intrinsic.object.internal,e)}});class E$ extends Ey{builtinName=my(this.proto);serializedConstructor=this.json.proto;requiresInvalidDateCheck=this.proto===Date&&!this.dateAllowsInvalid;traverseAllows=this.requiresInvalidDateCheck?e=>e instanceof Date&&e.toString()!=="Invalid Date":e=>e instanceof this.proto;compiledCondition=`data instanceof ${this.serializedConstructor}${this.requiresInvalidDateCheck?' && data.toString() !== "Invalid Date"':""}`;compiledNegation=`!(${this.compiledCondition})`;innerToJsonSchema(e){switch(this.builtinName){case"Array":return{type:"array"};case"Date":return e.fallback.date?.({code:"date",base:{}})??e.fallback.proto({code:"proto",base:{},proto:this.proto});default:return e.fallback.proto({code:"proto",base:{},proto:this.proto})}}expression=this.dateAllowsInvalid?"Date | InvalidDate":this.proto.name;get nestableExpression(){return this.dateAllowsInvalid?`(${this.expression})`:this.expression}domain="object";get defaultShortDescription(){return this.description}}const Gu={implementation:A$,Node:E$,writeBadInvalidDateMessage:t=>`dateAllowsInvalid may only be specified with constructor Date (was ${t.name})`,writeInvalidSchemaMessage:t=>`instanceOf operand must be a function (was ${Xn(t)})`},R$=ut({kind:"union",hasAssociatedError:!0,collapsibleKey:"branches",keys:{ordered:{},branches:{child:!0,parse:(t,e)=>{const n=[];for(const r of t){const o=pe(r,"root")?r.branches:e.$.parseSchema(r).branches;for(const c of o)if(c.hasKind("morph")){const u=n.findIndex(d=>d.hasKind("morph")&&d.hasEqualMorphs(c));if(u===-1)n.push(c);else{const d=n[u];n[u]=e.$.node("morph",{...d.inner,in:d.in.rawOr(c.in)})}}else n.push(c)}return e.def.ordered||n.sort((r,o)=>r.hash<o.hash?-1:1),n}}},normalize:t=>Ft(t)?{branches:t}:t,reduce:(t,e)=>{const n=L$(t);if(n.length===1)return n[0];if(n.length!==t.branches.length)return e.node("union",{...t,branches:n},{prereduced:!0})},defaults:{description:t=>t.distribute(e=>e.description,Ro),expected:t=>{const e=aN(t.errors,"propString"),n=Object.entries(e).map(([r,o])=>{const c=[];for(const h of o)fs(c,h.expected);const u=Ro(c),d=o.every(h=>h.actual===o[0].actual)?o[0].actual:qe(o[0].data);return`${r&&`${r} `}must be ${u}${d&&` (was ${d})`}`});return Ro(n)},problem:t=>t.expected,message:t=>t.problem},intersections:{union:(t,e,n)=>{if(t.isNever!==e.isNever)return ae.init("presence",t,e);let r;return t.ordered?(e.ordered&&Z(U$(t.expression,e.expression)),r=rp(e.branches,t.branches,n),r instanceof ae&&r.invert()):r=rp(t.branches,e.branches,n),r instanceof ae?r:n.$.parseSchema(t.ordered||e.ordered?{branches:r,ordered:!0}:{branches:r})},...kl("union",(t,e,n)=>{const r=rp(t.branches,[e],n);return r instanceof ae?r:r.length===1?r[0]:n.$.parseSchema(t.ordered?{branches:r,ordered:!0}:{branches:r})})}});class O$ extends _l{isBoolean=this.branches.length===2&&this.branches[0].hasUnit(!1)&&this.branches[1].hasUnit(!0);get branchGroups(){const e=[];let n=-1;for(const r of this.branches){if(r.hasKind("unit")&&r.domain==="boolean"){n===-1?(n=e.length,e.push(r)):e[n]=ne.intrinsic.boolean;continue}e.push(r)}return e}unitBranches=this.branches.filter(e=>e.in.hasKind("unit"));discriminant=this.discriminate();discriminantJson=this.discriminant?$$(this.discriminant):null;expression=this.distribute(e=>e.nestableExpression,B$);createBranchedOptimisticRootApply(){return(e,n)=>{const r=this.traverseOptimistic(e);if(r!==Bi)return r;const o=new go(e,this.$.resolvedConfig);return this.traverseApply(e,o),o.finalize(n)}}get shallowMorphs(){return this.branches.reduce((e,n)=>fs(e,n.shallowMorphs),[])}get defaultShortDescription(){return this.distribute(e=>e.defaultShortDescription,Ro)}innerToJsonSchema(e){if(this.branchGroups.length===1&&this.branchGroups[0].equals(ne.intrinsic.boolean))return{type:"boolean"};const n=this.branchGroups.map(r=>r.toJsonSchemaRecurse(e));return n.every(r=>Object.keys(r).length===1&&hy(r,"const"))?{enum:n.map(r=>r.const)}:{anyOf:n}}traverseAllows=(e,n)=>this.branches.some(r=>r.traverseAllows(e,n));traverseApply=(e,n)=>{const r=[];for(let o=0;o<this.branches.length;o++){if(n.pushBranch(),this.branches[o].traverseApply(e,n),!n.hasError())return this.branches[o].includesTransform?n.queuedMorphs.push(...n.popBranch().queuedMorphs):n.popBranch();r.push(n.popBranch().error)}n.errorFromNodeContext({code:"union",errors:r,meta:this.meta})};traverseOptimistic=e=>{for(let n=0;n<this.branches.length;n++){const r=this.branches[n];if(r.traverseAllows(e))return r.contextFreeMorph?r.contextFreeMorph(e):e}return Bi};compile(e){if(!this.discriminant||this.unitBranches.length===this.branches.length&&this.branches.length===2)return this.compileIndiscriminable(e);let n=this.discriminant.optionallyChainedPropString;this.discriminant.kind==="domain"&&(n=`typeof ${n} === "object" ? ${n} === null ? "null" : "object" : typeof ${n} === "function" ? "object" : typeof ${n}`);const r=this.discriminant.cases,o=Object.keys(r),{optimistic:c}=e;if(e.optimistic=!1,e.block(`switch(${n})`,()=>{for(const y in r){const g=r[y],v=y==="default"?y:`case ${y}`;e.line(`${v}: return ${g===!0?c?e.data:g:c?`${e.invoke(g)} ? ${g.contextFreeMorph?`${Qt(g.contextFreeMorph)}(${e.data})`:e.data} : "${Bi}"`:e.invoke(g)}`)}return e}),e.traversalKind==="Allows"){e.return(c?`"${Bi}"`:!1);return}const u=Ro(this.discriminant.kind==="domain"?o.map(y=>{const g=y.slice(1,-1);return g==="function"?qi.object:qi[g]}):o),d=this.discriminant.path.map(y=>typeof y=="symbol"?Qt(y):JSON.stringify(y)),h=JSON.stringify(u),p=this.discriminant.kind==="domain"?`${D$}[${n}]`:`${N$}(${n})`;e.line(`ctx.errorFromNodeContext({
95
+ code: "predicate",
96
+ expected: ${h},
97
+ actual: ${p},
98
+ relativePath: [${d}],
99
+ meta: ${this.compiledMeta}
100
+ })`)}compileIndiscriminable(e){if(e.traversalKind==="Apply"){e.const("errors","[]");for(const n of this.branches)e.line("ctx.pushBranch()").line(e.invoke(n)).if("!ctx.hasError()",()=>e.return(n.includesTransform?"ctx.queuedMorphs.push(...ctx.popBranch().queuedMorphs)":"ctx.popBranch()")).line("errors.push(ctx.popBranch().error)");e.line(`ctx.errorFromNodeContext({ code: "union", errors, meta: ${this.compiledMeta} })`)}else{const{optimistic:n}=e;e.optimistic=!1;for(const r of this.branches)e.if(`${e.invoke(r)}`,()=>e.return(n?r.contextFreeMorph?`${Qt(r.contextFreeMorph)}(${e.data})`:e.data:!0));e.return(n?`"${Bi}"`:!1)}}get nestableExpression(){return this.isBoolean?"boolean":`(${this.expression})`}discriminate(){if(this.branches.length<2||this.isCyclic)return null;if(this.unitBranches.length===this.branches.length){const c=He(this.unitBranches,(u,d)=>[`${d.in.serializedValue}`,d.hasKind("morph")?d:!0]);return{kind:"unit",path:[],optionallyChainedPropString:"data",cases:c}}const e=[];for(let c=0;c<this.branches.length-1;c++){const u=this.branches[c];for(let d=c+1;d<this.branches.length;d++){const h=this.branches[d],p=Hi(u.in,h.in,u.$);if(p instanceof ae)for(const y of p){if(!y.kind||y.optional)continue;let g,v;if(y.kind==="domain"){const w=y.l,T=y.r;g=`"${typeof w=="string"?w:w.domain}"`,v=`"${typeof T=="string"?T:T.domain}"`}else if(y.kind==="unit")g=y.l.serializedValue,v=y.r.serializedValue;else continue;const S=e.find(w=>No(w.path,y.path)&&w.kind===y.kind);S?(S.cases[g]?S.cases[g].branchIndices=fs(S.cases[g].branchIndices,c):S.cases[g]??={branchIndices:[c],condition:y.l},S.cases[v]?S.cases[v].branchIndices=fs(S.cases[v].branchIndices,d):S.cases[v]??={branchIndices:[d],condition:y.r}):e.push({kind:y.kind,cases:{[g]:{branchIndices:[c],condition:y.l},[v]:{branchIndices:[d],condition:y.r}},path:y.path})}}}const n=this.ordered?M$(e,this.branches):e;if(!n.length)return null;const r=_$(n,this),o={};for(const c in r.best.cases){const u=k$(r,c);if(u===null){o[c]=!0;continue}if(u.length===this.branches.length)return null;this.ordered&&u.sort((p,y)=>p.originalIndex-y.originalIndex);const d=u.map(p=>p.branch),h=d.length===1?d[0]:this.$.node("union",this.ordered?{branches:d,ordered:!0}:d);Object.assign(this.referencesById,h.referencesById),o[c]=h}if(r.defaultEntries.length){const c=r.defaultEntries.map(u=>u.branch);o.default=this.$.node("union",this.ordered?{branches:c,ordered:!0}:c,{prereduced:!0}),Object.assign(this.referencesById,o.default.referencesById)}return Object.assign(r.location,{cases:o})}}const _$=(t,e)=>{const n=t.sort((c,u)=>Object.keys(u.cases).length-Object.keys(c.cases).length)[0],r={kind:n.kind,path:n.path,optionallyChainedPropString:lA(n.path)},o=e.branches.map((c,u)=>({originalIndex:u,branch:c}));return{best:n,location:r,defaultEntries:o,node:e}},k$=(t,e)=>{const n=t.best.cases[e],r=C$(n.condition,t.location.path,t.node.$);let o=[];const c=[];for(let u=0;u<t.defaultEntries.length;u++){const d=t.defaultEntries[u];if(n.branchIndices.includes(d.originalIndex)){const h=ax(t.node.branches[d.originalIndex],t.location);h===null?o=null:o?.push({originalIndex:d.originalIndex,branch:h})}else if(d.branch.hasKind("alias")&&r.hasKind("domain")&&r.domain==="object")o?.push(d);else{if(d.branch.in.overlaps(r)){const h=ax(d.branch,t.location);o?.push({originalIndex:d.originalIndex,branch:h})}c.push(d)}}return t.defaultEntries=c,o},M$=(t,e)=>t.filter(r=>{const o=Object.values(r.cases).map(c=>c.branchIndices);for(let c=0;c<o.length-1;c++){const u=o[c];for(let d=c+1;d<o.length;d++){const h=o[d];for(const p of u)for(const y of h)if(p>y&&e[p].overlaps(e[y]))return!1}}return!0}),C$=(t,e,n)=>{let r=t==="undefined"?n.node("unit",{unit:void 0}):t==="null"?n.node("unit",{unit:null}):t==="boolean"?n.units([!0,!1]):t;for(let o=e.length-1;o>=0;o--){const c=e[o];r=n.node("intersection",typeof c=="number"?{proto:"Array",sequence:[...sN(c).map(u=>({})),r]}:{domain:"object",required:[{key:c,value:r}]})}return r},lA=t=>t.reduce((e,n)=>e+MT(n,!0),"data"),D$=Qt(lN),N$=Qt(qe),cA={implementation:R$,Node:O$},$$=t=>({kind:t.kind,path:t.path.map(e=>typeof e=="string"?e:Ol(e)),cases:He(t.cases,(e,n)=>[e,n===!0?n:n.hasKind("union")&&n.discriminantJson?n.discriminantJson:n.json])}),j$={delimiter:" | ",finalDelimiter:" | "},B$=t=>Ro(t,j$),Ro=(t,e)=>{const n=e?.delimiter??", ",r=e?.finalDelimiter??" or ";if(t.length===0)return"never";if(t.length===1)return t[0];if(t.length===2&&t[0]==="false"&&t[1]==="true"||t[0]==="true"&&t[1]==="false")return"boolean";const o={},c=t.filter(d=>o[d]?!1:o[d]=!0),u=c.pop();return`${c.join(n)}${c.length?r:""}${u}`},rp=(t,e,n)=>{const r=e.map(()=>[]);for(let c=0;c<t.length;c++){let u={};for(let d=0;d<e.length;d++){if(r[d]===null)continue;if(t[c].equals(e[d])){r[d]=null,u={};break}const h=Bt(t[c],e[d],n);if(!(h instanceof ae)){if(h.equals(t[c])){r[d].push(t[c]),u={};break}h.equals(e[d])?r[d]=null:u[d]=h}}for(const d in u)r[d][c]=u[d]}const o=r.flatMap((c,u)=>c?.flatMap(d=>d.branches)??e[u]);return o.length===0?ae.init("union",t,e):o},L$=({branches:t,ordered:e})=>{if(t.length<2)return t;const n=t.map(()=>!0);for(let r=0;r<t.length;r++)for(let o=r+1;o<t.length&&n[r]&&n[o];o++){if(t[r].equals(t[o])){n[o]=!1;continue}const c=Hi(t[r].in,t[o].in,t[0].$);c instanceof ae||(e||V$(t[r],t[o]),c.equals(t[r].in)?n[r]=!!e:c.equals(t[o].in)&&(n[o]=!1))}return t.filter((r,o)=>n[o])},V$=(t,e)=>{!t.includesTransform&&!e.includesTransform||(No(t.shallowMorphs,e.shallowMorphs)||Z(lx(t.expression,e.expression)),No(t.flatMorphs,e.flatMorphs,{isEqual:(n,r)=>n.propString===r.propString&&(n.node.hasKind("morph")&&r.node.hasKind("morph")?n.node.hasEqualMorphs(r.node):n.node.hasKind("intersection")&&r.node.hasKind("intersection")?n.node.structure?.structuralMorphRef===r.node.structure?.structuralMorphRef:!1)})||Z(lx(t.expression,e.expression)))},ax=(t,e)=>t.transform((n,r)=>n==="domain"||n==="unit"?null:r,{shouldTransform:(n,r)=>{const o=lA(r.path);return e.optionallyChainedPropString.startsWith(o)?n.hasKind("domain")&&n.domain==="object"||(n.hasKind("domain")||e.kind==="unit")&&o===e.optionallyChainedPropString?!0:n.children.length!==0&&n.kind!=="index":!1}}),lx=(t,e)=>`An unordered union of a type including a morph and a type with overlapping input is indeterminate:
101
+ Left: ${t}
102
+ Right: ${e}`,U$=(t,e)=>`The intersection of two ordered unions is indeterminate:
103
+ Left: ${t}
104
+ Right: ${e}`,z$=ut({kind:"unit",hasAssociatedError:!0,keys:{unit:{preserveUndefined:!0,serialize:t=>t instanceof Date?t.toISOString():bs(t)}},normalize:t=>t,defaults:{description:t=>qe(t.unit),problem:({expected:t,actual:e})=>`${t===e?`must be reference equal to ${t} (serialized to the same value)`:`must be ${t} (was ${e})`}`},intersections:{unit:(t,e)=>ae.init("unit",t,e),...kl("unit",(t,e)=>{if(e.allows(t.unit))return t;const n=e.hasKind("intersection")?e.basis:e;if(n){const r=n.hasKind("domain")?n:ne.intrinsic.object;if(t.domain!==r.domain){const o=t.domain==="undefined"||t.domain==="null"||t.domain==="boolean"?t.domain:ne.intrinsic[t.domain];return ae.init("domain",o,r)}}return ae.init("assignability",t,e.hasKind("intersection")?e.children.find(r=>!r.allows(t.unit)):e)})}});class K$ extends Ey{compiledValue=this.json.unit;serializedValue=typeof this.unit=="string"||this.unit instanceof Date?JSON.stringify(this.compiledValue):`${this.compiledValue}`;compiledCondition=cx(this.unit,this.serializedValue);compiledNegation=cx(this.unit,this.serializedValue,"negated");expression=qe(this.unit);domain=Xn(this.unit);get defaultShortDescription(){return this.domain==="object"?qi.object:this.description}innerToJsonSchema(e){return this.unit===null?{type:"null"}:ne.intrinsic.jsonPrimitive.allows(this.unit)?{const:this.unit}:e.fallback.unit({code:"unit",base:{},unit:this.unit})}traverseAllows=this.unit instanceof Date?e=>e instanceof Date&&e.toISOString()===this.compiledValue:Number.isNaN(this.unit)?e=>Number.isNaN(e):e=>e===this.unit}const uA={implementation:z$,Node:K$},cx=(t,e,n)=>{if(t instanceof Date){const r=`data instanceof Date && data.toISOString() === ${e}`;return n?`!(${r})`:r}return Number.isNaN(t)?`${n?"!":""}Number.isNaN(data)`:`data ${n?"!":"="}== ${e}`},q$=ut({kind:"index",hasAssociatedError:!1,intersectionIsOpen:!0,keys:{signature:{child:!0,parse:(t,e)=>{const n=e.$.parseSchema(t);if(!n.extends(ne.intrinsic.key))return Z(H$(n.expression));const r=n.branches.filter(o=>o.hasKind("unit"));return r.length?Z(I$(r.map(o=>qe(o.unit)))):n}},value:{child:!0,parse:(t,e)=>e.$.parseSchema(t)}},normalize:t=>t,defaults:{description:t=>`[${t.signature.expression}]: ${t.value.description}`},intersections:{index:(t,e,n)=>{if(t.signature.equals(e.signature)){const r=Bt(t.value,e.value,n),o=r instanceof ae?ne.intrinsic.never.internal:r;return n.$.node("index",{signature:t.signature,value:o})}return t.signature.extends(e.signature)&&t.value.subsumes(e.value)?e:e.signature.extends(t.signature)&&e.value.subsumes(t.value)?t:null}}});class P$ extends Ho{impliedBasis=ne.intrinsic.object.internal;expression=`[${this.signature.expression}]: ${this.value.expression}`;flatRefs=Ie(this.value.flatRefs.map(e=>kr([this.signature,...e.path],e.node)),kr([this.signature],this.value));traverseAllows=(e,n)=>zu(e).every(r=>this.signature.traverseAllows(r[0],n)?Ii(r[0],()=>this.value.traverseAllows(r[1],n),n):!0);traverseApply=(e,n)=>{for(const r of zu(e))this.signature.traverseAllows(r[0],n)&&Ii(r[0],()=>this.value.traverseApply(r[1],n),n)};_transform(e,n){n.path.push(this.signature);const r=super._transform(e,n);return n.path.pop(),r}compile(){}}const fA={implementation:q$,Node:P$},I$=t=>`Index keys ${t.join(", ")} should be specified as named props.`,H$=t=>`Indexed key definition '${t}' must be a string or symbol`,F$=ut({kind:"required",hasAssociatedError:!0,intersectionIsOpen:!0,keys:{key:{},value:{child:!0,parse:(t,e)=>e.$.parseSchema(t)}},normalize:t=>t,defaults:{description:t=>`${t.compiledKey}: ${t.value.description}`,expected:t=>t.missingValueDescription,actual:()=>"missing"},intersections:{required:nm,optional:nm}});class G$ extends iA{expression=`${this.compiledKey}: ${this.value.expression}`;errorContext=Object.freeze({code:"required",missingValueDescription:this.value.defaultShortDescription,relativePath:[this.key],meta:this.meta});compiledErrorContext=gf(this.errorContext)}const dA={implementation:F$,Node:G$},Y$=ut({kind:"sequence",hasAssociatedError:!1,collapsibleKey:"variadic",keys:{prefix:{child:!0,parse:(t,e)=>{if(t.length!==0)return t.map(n=>e.$.parseSchema(n))}},optionals:{child:!0,parse:(t,e)=>{if(t.length!==0)return t.map(n=>e.$.parseSchema(n))}},defaultables:{child:t=>t.map(e=>e[0]),parse:(t,e)=>{if(t.length!==0)return t.map(n=>{const r=e.$.parseSchema(n[0]);return Ty(r,n[1],null),[r,n[1]]})},serialize:t=>t.map(e=>[e[0].collapsibleJson,bs(e[1])])},variadic:{child:!0,parse:(t,e)=>e.$.parseSchema(t,e)},minVariadicLength:{parse:t=>t===0?void 0:t},postfix:{child:!0,parse:(t,e)=>{if(t.length!==0)return t.map(n=>e.$.parseSchema(n))}}},normalize:t=>{if(typeof t=="string")return{variadic:t};if("variadic"in t||"prefix"in t||"defaultables"in t||"optionals"in t||"postfix"in t||"minVariadicLength"in t){if(t.postfix?.length){if(!t.variadic)return Z(W$);if(t.optionals?.length||t.defaultables?.length)return Z(pA)}return t.minVariadicLength&&!t.variadic?Z("minVariadicLength may not be specified without a variadic element"):t}return{variadic:t}},reduce:(t,e)=>{let n=t.minVariadicLength??0;const r=t.prefix?.slice()??[],o=t.defaultables?.slice()??[],c=t.optionals?.slice()??[],u=t.postfix?.slice()??[];if(t.variadic){for(;c.at(-1)?.equals(t.variadic);)c.pop();if(c.length===0&&o.length===0)for(;r.at(-1)?.equals(t.variadic);)r.pop(),n++;for(;u[0]?.equals(t.variadic);)u.shift(),n++}else c.length===0&&o.length===0&&r.push(...u.splice(0));if(n!==t.minVariadicLength||t.prefix&&t.prefix.length!==r.length)return e.node("sequence",{...t,prefix:r,defaultables:o,optionals:c,postfix:u,minVariadicLength:n},{prereduced:!0})},defaults:{description:t=>t.isVariadicOnly?`${t.variadic.nestableExpression}[]`:`[${t.tuple.map(n=>n.kind==="defaultables"?`${n.node.nestableExpression} = ${qe(n.default)}`:n.kind==="optionals"?`${n.node.nestableExpression}?`:n.kind==="variadic"?`...${n.node.nestableExpression}[]`:n.node.expression).join(", ")}]`},intersections:{sequence:(t,e,n)=>{const r=Wa({l:t.tuple,r:e.tuple,disjoint:new ae,result:[],fixedVariants:[],ctx:n}),o=r.disjoint.length===0?[r,...r.fixedVariants]:r.fixedVariants;return o.length===0?r.disjoint:o.length===1?n.$.node("sequence",ux(o[0].result)):n.$.node("union",o.map(c=>({proto:Array,sequence:ux(c.result)})))}}});class X$ extends Ho{impliedBasis=ne.intrinsic.Array.internal;tuple=Q$(this.inner);prefixLength=this.prefix?.length??0;defaultablesLength=this.defaultables?.length??0;optionalsLength=this.optionals?.length??0;postfixLength=this.postfix?.length??0;defaultablesAndOptionals=[];prevariadic=this.tuple.filter(e=>e.kind==="defaultables"||e.kind==="optionals"?(this.defaultablesAndOptionals.push(e.node),!0):e.kind==="prefix");variadicOrPostfix=as(this.variadic&&[this.variadic],this.postfix);flatRefs=this.addFlatRefs();addFlatRefs(){return QS(this.flatRefs,this.prevariadic.flatMap((e,n)=>Ie(e.node.flatRefs.map(r=>kr([`${n}`,...r.path],r.node)),kr([`${n}`],e.node)))),QS(this.flatRefs,this.variadicOrPostfix.flatMap(e=>Ie(e.flatRefs.map(n=>kr([ne.intrinsic.nonNegativeIntegerString.internal,...n.path],n.node)),kr([ne.intrinsic.nonNegativeIntegerString.internal],e)))),this.flatRefs}isVariadicOnly=this.prevariadic.length+this.postfixLength===0;minVariadicLength=this.inner.minVariadicLength??0;minLength=this.prefixLength+this.minVariadicLength+this.postfixLength;minLengthNode=this.minLength===0?null:this.$.node("minLength",this.minLength);maxLength=this.variadic?null:this.tuple.length;maxLengthNode=this.maxLength===null?null:this.$.node("maxLength",this.maxLength);impliedSiblings=this.minLengthNode?this.maxLengthNode?[this.minLengthNode,this.maxLengthNode]:[this.minLengthNode]:this.maxLengthNode?[this.maxLengthNode]:[];defaultValueMorphs=Z$(this);defaultValueMorphsReference=this.defaultValueMorphs.length?Qt(this.defaultValueMorphs):void 0;elementAtIndex(e,n){if(n<this.prevariadic.length)return this.tuple[n];const r=e.length-this.postfixLength;return n>=r?{kind:"postfix",node:this.postfix[n-r]}:{kind:"variadic",node:this.variadic??Et(`Unexpected attempt to access index ${n} on ${this}`)}}traverseAllows=(e,n)=>{for(let r=0;r<e.length;r++)if(!this.elementAtIndex(e,r).node.traverseAllows(e[r],n))return!1;return!0};traverseApply=(e,n)=>{let r=0;for(;r<e.length;r++)Ii(r,()=>this.elementAtIndex(e,r).node.traverseApply(e[r],n),n)};get element(){return this.cacheGetter("element",this.$.node("union",this.children))}compile(e){if(this.prefix)for(const[n,r]of this.prefix.entries())e.traverseKey(`${n}`,`data[${n}]`,r);for(const[n,r]of this.defaultablesAndOptionals.entries()){const o=`${n+this.prefixLength}`;e.if(`${o} >= ${e.data}.length`,()=>e.traversalKind==="Allows"?e.return(!0):e.return()),e.traverseKey(o,`data[${o}]`,r)}if(this.variadic&&(this.postfix&&e.const("firstPostfixIndex",`${e.data}.length${this.postfix?`- ${this.postfix.length}`:""}`),e.for(`i < ${this.postfix?"firstPostfixIndex":"data.length"}`,()=>e.traverseKey("i","data[i]",this.variadic),this.prevariadic.length),this.postfix))for(const[n,r]of this.postfix.entries()){const o=`firstPostfixIndex + ${n}`;e.traverseKey(o,`data[${o}]`,r)}e.traversalKind==="Allows"&&e.return(!0)}_transform(e,n){n.path.push(ne.intrinsic.nonNegativeIntegerString.internal);const r=super._transform(e,n);return n.path.pop(),r}expression=this.description;reduceJsonSchema(e,n){if(this.prevariadic.length&&(e.prefixItems=this.prevariadic.map(r=>{const o=r.node.toJsonSchemaRecurse(n);if(r.kind==="defaultables"){const c=typeof r.default=="function"?r.default():r.default;o.default=ne.intrinsic.jsonData.allows(c)?c:n.fallback.defaultValue({code:"defaultValue",base:o,value:c})}return o})),this.minLength&&(e.minItems=this.minLength),this.variadic){const r=Object.assign(e,{items:this.variadic.toJsonSchemaRecurse(n)});if(this.maxLength&&(r.maxItems=this.maxLength),this.postfix){const o=this.postfix.map(c=>c.toJsonSchemaRecurse(n));e=n.fallback.arrayPostfix({code:"arrayPostfix",base:r,elements:o})}}else e.items=!1,delete e.maxItems;return e}}const J$={},Z$=t=>{if(!t.defaultables)return[];const e=[];let n="[";const r=t.prefixLength+t.defaultablesLength-1;for(let o=t.prefixLength;o<=r;o++){const[c,u]=t.defaultables[o-t.prefixLength];e.push(sA(o,c,u)),n+=`${o}: ${c.id} = ${bs(u)}, `}return n+="]",J$[n]??=e},hA={implementation:Y$,Node:X$},Q$=t=>{const e=[];if(t.prefix)for(const n of t.prefix)e.push({kind:"prefix",node:n});if(t.defaultables)for(const[n,r]of t.defaultables)e.push({kind:"defaultables",node:n,default:r});if(t.optionals)for(const n of t.optionals)e.push({kind:"optionals",node:n});if(t.variadic&&e.push({kind:"variadic",node:t.variadic}),t.postfix)for(const n of t.postfix)e.push({kind:"postfix",node:n});return e},ux=t=>t.reduce((e,n)=>(n.kind==="variadic"?e.variadic=n.node:n.kind==="defaultables"?e.defaultables=Ie(e.defaultables,[[n.node,n.default]]):e[n.kind]=Ie(e[n.kind],n.node),e),{}),pA="A postfix required element cannot follow an optional or defaultable element",W$="A postfix element requires a variadic element",Wa=t=>{const[e,...n]=t.l,[r,...o]=t.r;if(!e||!r)return t;const c=n.at(-1)?.kind==="postfix",u=o.at(-1)?.kind==="postfix",d=e.kind==="prefix"||r.kind==="prefix"?"prefix":e.kind==="postfix"||r.kind==="postfix"?"postfix":e.kind==="variadic"&&r.kind==="variadic"?"variadic":c||u?"prefix":e.kind==="defaultables"||r.kind==="defaultables"?"defaultables":"optionals";if(e.kind==="prefix"&&r.kind==="variadic"&&u){const g=Wa({...t,fixedVariants:[],r:o.map(v=>({...v,kind:"prefix"}))});g.disjoint.length===0&&t.fixedVariants.push(g)}else if(r.kind==="prefix"&&e.kind==="variadic"&&c){const g=Wa({...t,fixedVariants:[],l:n.map(v=>({...v,kind:"prefix"}))});g.disjoint.length===0&&t.fixedVariants.push(g)}const h=Bt(e.node,r.node,t.ctx);if(h instanceof ae)if(d==="prefix"||d==="postfix")t.disjoint.push(...h.withPrefixKey(d==="prefix"?t.result.length:`-${n.length+1}`,"required")),t.result=[...t.result,{kind:d,node:ne.intrinsic.never.internal}];else return d==="optionals"||d==="defaultables"?t:Wa({...t,fixedVariants:[],l:n.map(g=>({...g,kind:"prefix"})),r:n.map(g=>({...g,kind:"prefix"}))});else d==="defaultables"?(e.kind==="defaultables"&&r.kind==="defaultables"&&e.default!==r.default&&Z(rA(e.default,r.default)),t.result=[...t.result,{kind:d,node:h,default:e.kind==="defaultables"?e.default:r.kind==="defaultables"?r.default:Et(`Unexpected defaultable intersection from ${e.kind} and ${r.kind} elements.`)}]):t.result=[...t.result,{kind:d,node:h}];const p=t.l.length,y=t.r.length;return(e.kind!=="variadic"||p>=y&&(r.kind==="variadic"||y===1))&&(t.l=n),(r.kind!=="variadic"||y>=p&&(e.kind==="variadic"||p===1))&&(t.r=o),Wa(t)},mA=t=>e=>{if(e.props.length||e.index){const n=e.index?.map(o=>o[t])??[];for(const o of e.props)n.push(o[t]);e.undeclared&&n.push(`+ (undeclared): ${e.undeclared}`);const r=`{ ${n.join(", ")} }`;return e.sequence?`${r} & ${e.sequence.description}`:r}return e.sequence?.description??"{}"},ej=mA("description"),tj=mA("expression"),fx=(t,e,n)=>{const r=t.required?"required":"optional";if(!e.signature.allows(t.key))return null;const o=Hi(t.value,e.value,n);return o instanceof ae?r==="optional"?n.node("optional",{key:t.key,value:ne.intrinsic.never.internal}):o.withPrefixKey(t.key,t.kind):null},nj=ut({kind:"structure",hasAssociatedError:!1,normalize:t=>t,applyConfig:(t,e)=>!t.undeclared&&e.onUndeclaredKey!=="ignore"?{...t,undeclared:e.onUndeclaredKey}:t,keys:{required:{child:!0,parse:sn("required"),reduceIo:(t,e,n)=>{e.required=Ie(e.required,n.map(r=>r[t]))}},optional:{child:!0,parse:sn("optional"),reduceIo:(t,e,n)=>{if(t==="in"){e.optional=n.map(r=>r.in);return}for(const r of n)e[r.outProp.kind]=Ie(e[r.outProp.kind],r.outProp.out)}},index:{child:!0,parse:sn("index")},sequence:{child:!0,parse:sn("sequence")},undeclared:{parse:t=>t==="ignore"?void 0:t,reduceIo:(t,e,n)=>{n==="delete"&&(t==="in"?delete e.undeclared:e.undeclared="reject")}}},defaults:{description:ej},intersections:{structure:(t,e,n)=>{const r={...t.inner},o={...e.inner},c=new ae;if(t.undeclared){const h=t.keyof();for(const p of e.requiredKeys)h.allows(p)||c.add("presence",ne.intrinsic.never.internal,e.propsByKey[p].value,{path:[p]});o.optional&&(o.optional=o.optional.filter(p=>h.allows(p.key))),o.index&&(o.index=o.index.flatMap(p=>{if(p.signature.extends(h))return p;const y=Hi(h,p.signature,n.$);if(y instanceof ae)return[];const g=im(y,p.value,n.$);return g.required&&(o.required=as(o.required,g.required)),g.optional&&(o.optional=as(o.optional,g.optional)),g.index??[]}))}if(e.undeclared){const h=e.keyof();for(const p of t.requiredKeys)h.allows(p)||c.add("presence",t.propsByKey[p].value,ne.intrinsic.never.internal,{path:[p]});r.optional&&(r.optional=r.optional.filter(p=>h.allows(p.key))),r.index&&(r.index=r.index.flatMap(p=>{if(p.signature.extends(h))return p;const y=Hi(h,p.signature,n.$);if(y instanceof ae)return[];const g=im(y,p.value,n.$);return g.required&&(r.required=as(r.required,g.required)),g.optional&&(r.optional=as(r.optional,g.optional)),g.index??[]}))}const u={};(t.undeclared||e.undeclared)&&(u.undeclared=t.undeclared==="reject"||e.undeclared==="reject"?"reject":"delete");const d=Iu({kind:"structure",baseInner:u,l:Hu(r),r:Hu(o),roots:[],ctx:n});return d instanceof ae&&c.push(...d),c.length?c:d}},reduce:(t,e)=>{if(t.index){if(!(t.required||t.optional))return;let n=!1;const r=t.required??[],o=t.optional??[],c=[...o];for(const u of t.index){for(const d of r){const h=fx(d,u,e);if(h instanceof ae)return h}for(const[d,h]of o.entries()){const p=fx(h,u,e);if(p instanceof ae)return p;p!==null&&(c[d]=p,n=!0)}}if(n)return e.node("structure",{...t,optional:c},{prereduced:!0})}}});class ij extends Ho{impliedBasis=ne.intrinsic.object.internal;impliedSiblings=this.children.flatMap(e=>e.impliedSiblings??[]);props=as(this.required,this.optional);propsByKey=He(this.props,(e,n)=>[n.key,n]);propsByKeyReference=Qt(this.propsByKey);expression=tj(this);requiredKeys=this.required?.map(e=>e.key)??[];optionalKeys=this.optional?.map(e=>e.key)??[];literalKeys=[...this.requiredKeys,...this.optionalKeys];_keyof;keyof(){if(this._keyof)return this._keyof;let e=this.$.units(this.literalKeys).branches;if(this.index)for(const{signature:n}of this.index)e=e.concat(n.branches);return this._keyof=this.$.node("union",e)}map(e){return this.$.node("structure",this.props.flatMap(e).reduce((n,r)=>{const o=this.propsByKey[r.key];if(Jt(r))return r.kind!=="required"&&r.kind!=="optional"?Z(`Map result must have kind "required" or "optional" (was ${r.kind})`):(n[r.kind]=Ie(n[r.kind],r),n);const c=r.kind??o?.kind??"required",u=He(r,(d,h)=>d in wy.implementation.keys?[d,h]:[]);return n[c]=Ie(n[c],this.$.node(c,u)),n},{}))}assertHasKeys(e){const n=e.filter(r=>!nu(r,this.keyof()));if(n.length)return Z(dx(this.expression,n))}get(e,...n){let r,o=!1;const c=aj(e);if((typeof c=="string"||typeof c=="symbol")&&this.propsByKey[c]&&(r=this.propsByKey[c].value,o=this.propsByKey[c].required),this.index)for(const d of this.index)nu(c,d.signature)&&(r=r?.and(d.value)??d.value);if(this.sequence&&nu(c,ne.intrinsic.nonNegativeIntegerString))if(pe(c,"root"))this.sequence.variadic&&(r=r?.and(this.sequence.element)??this.sequence.element);else{const d=Number.parseInt(c);if(d<this.sequence.prevariadic.length){const h=this.sequence.prevariadic[d].node;r=r?.and(h)??h,o||=d<this.sequence.prefixLength}else if(this.sequence.variadic){const h=this.$.node("union",this.sequence.variadicOrPostfix);r=r?.and(h)??h}}if(!r)return this.sequence?.variadic&&pe(c,"root")&&c.extends(ne.intrinsic.number)?Z(lj(c.expression,this.sequence.expression)):Z(dx(this.expression,[c]));const u=r.get(...n);return o?u:u.or(ne.intrinsic.undefined)}pick(...e){return this.assertHasKeys(e),this.$.node("structure",this.filterKeys("pick",e))}omit(...e){return this.assertHasKeys(e),this.$.node("structure",this.filterKeys("omit",e))}optionalize(){const{required:e,...n}=this.inner;return this.$.node("structure",{...n,optional:this.props.map(r=>r.hasKind("required")?this.$.node("optional",r.inner):r)})}require(){const{optional:e,...n}=this.inner;return this.$.node("structure",{...n,required:this.props.map(r=>r.hasKind("optional")?{key:r.key,value:r.value}:r)})}merge(e){const n=this.filterKeys("omit",[e.keyof()]);return e.required&&(n.required=Ie(n.required,e.required)),e.optional&&(n.optional=Ie(n.optional,e.optional)),e.index&&(n.index=Ie(n.index,e.index)),e.sequence&&(n.sequence=e.sequence),e.undeclared?n.undeclared=e.undeclared:delete n.undeclared,this.$.node("structure",n)}filterKeys(e,n){const r=DT(this.inner),o=c=>{const u=n.some(d=>nu(c,d));return e==="pick"?u:!u};return r.required&&(r.required=r.required.filter(c=>o(c.key))),r.optional&&(r.optional=r.optional.filter(c=>o(c.key))),r.index&&(r.index=r.index.filter(c=>o(c.signature))),r}traverseAllows=(e,n)=>this._traverse("Allows",e,n);traverseApply=(e,n)=>this._traverse("Apply",e,n);_traverse=(e,n,r)=>{const o=r?.currentErrorCount??0;for(let c=0;c<this.props.length;c++)if(e==="Allows"){if(!this.props[c].traverseAllows(n,r))return!1}else if(this.props[c].traverseApply(n,r),r.failFast&&r.currentErrorCount>o)return!1;if(this.sequence){if(e==="Allows"){if(!this.sequence.traverseAllows(n,r))return!1}else if(this.sequence.traverseApply(n,r),r.failFast&&r.currentErrorCount>o)return!1}if(this.index||this.undeclared==="reject"){const c=Object.keys(n);c.push(...Object.getOwnPropertySymbols(n));for(let u=0;u<c.length;u++){const d=c[u];if(this.index){for(const h of this.index)if(h.signature.traverseAllows(d,r)){if(e==="Allows"){if(!Ii(d,()=>h.value.traverseAllows(n[d],r),r))return!1}else if(Ii(d,()=>h.value.traverseApply(n[d],r),r),r.failFast&&r.currentErrorCount>o)return!1}}if(this.undeclared==="reject"&&!this.declaresKey(d)&&(e==="Allows"||(r.errorFromNodeContext({code:"predicate",expected:"removed",actual:"",relativePath:[d],meta:this.meta}),r.failFast)))return!1}}return this.structuralMorph&&r&&!r.hasError()&&r.queueMorphs([this.structuralMorph]),!0};get defaultable(){return this.cacheGetter("defaultable",this.optional?.filter(e=>e.hasDefault())??[])}declaresKey=e=>e in this.propsByKey||this.index?.some(n=>n.signature.allows(e))||this.sequence!==void 0&&ne.intrinsic.nonNegativeIntegerString.allows(e);_compileDeclaresKey(e){const n=[];if(this.props.length&&n.push(`k in ${this.propsByKeyReference}`),this.index)for(const r of this.index)n.push(e.invoke(r.signature,{kind:"Allows",arg:"k"}));return this.sequence&&n.push("$ark.intrinsic.nonNegativeIntegerString.allows(k)"),n.join(" || ")||"false"}get structuralMorph(){return this.cacheGetter("structuralMorph",sj(this))}structuralMorphRef=this.structuralMorph&&Qt(this.structuralMorph);compile(e){e.traversalKind==="Apply"&&e.initializeErrorCount();for(const n of this.props)e.check(n),e.traversalKind==="Apply"&&e.returnIfFailFast();if(this.sequence&&(e.check(this.sequence),e.traversalKind==="Apply"&&e.returnIfFailFast()),(this.index||this.undeclared==="reject")&&(e.const("keys","Object.keys(data)"),e.line("keys.push(...Object.getOwnPropertySymbols(data))"),e.for("i < keys.length",()=>this.compileExhaustiveEntry(e))),e.traversalKind==="Allows")return e.return(!0);this.structuralMorphRef&&e.if("ctx && !ctx.hasError()",()=>(e.line("ctx.queueMorphs(["),oj(e,this),e.line("])")))}compileExhaustiveEntry(e){if(e.const("k","keys[i]"),this.index)for(const n of this.index)e.if(`${e.invoke(n.signature,{arg:"k",kind:"Allows"})}`,()=>e.traverseKey("k","data[k]",n.value));return this.undeclared==="reject"&&e.if(`!(${this._compileDeclaresKey(e)})`,()=>e.traversalKind==="Allows"?e.return(!1):e.line(`ctx.errorFromNodeContext({ code: "predicate", expected: "removed", actual: "", relativePath: [k], meta: ${this.compiledMeta} })`).if("ctx.failFast",()=>e.return())),e}reduceJsonSchema(e,n){switch(e.type){case"object":return this.reduceObjectJsonSchema(e,n);case"array":const r=this.sequence?.reduceJsonSchema(e,n)??e;return this.props.length||this.index?n.fallback.arrayObject({code:"arrayObject",base:r,object:this.reduceObjectJsonSchema({type:"object"},n)}):r;default:return kt.throwInternalOperandError("structure",e)}}reduceObjectJsonSchema(e,n){if(this.props.length){e.properties={};for(const r of this.props){const o=r.value.toJsonSchemaRecurse(n);if(typeof r.key=="symbol"){n.fallback.symbolKey({code:"symbolKey",base:e,key:r.key,value:o,optional:r.optional});continue}if(r.hasDefault()){const c=typeof r.default=="function"?r.default():r.default;o.default=ne.intrinsic.jsonData.allows(c)?c:n.fallback.defaultValue({code:"defaultValue",base:o,value:c})}e.properties[r.key]=o}this.requiredKeys.length&&e.properties&&(e.required=this.requiredKeys.filter(r=>typeof r=="string"&&r in e.properties))}if(this.index)for(const r of this.index){const o=r.value.toJsonSchemaRecurse(n);if(r.signature.equals(ne.intrinsic.string)){e.additionalProperties=o;continue}for(const c of r.signature.branches){if(!c.extends(ne.intrinsic.string)){e=n.fallback.symbolKey({code:"symbolKey",base:e,key:null,value:o,optional:!1});continue}let u={type:"string"};if(c.hasKind("morph")&&(u=n.fallback.morph({code:"morph",base:c.in.toJsonSchemaRecurse(n),out:c.out.toJsonSchemaRecurse(n)})),!c.hasKind("intersection"))return Et(`Unexpected index branch kind ${c.kind}.`);const{pattern:d}=c.inner;if(d){const h=Object.assign(u,{pattern:d[0].rule});for(let p=1;p<d.length;p++)u=n.fallback.patternIntersection({code:"patternIntersection",base:h,pattern:d[p].rule});e.patternProperties??={},e.patternProperties[h.pattern]=o}}}return this.undeclared&&!e.additionalProperties&&(e.additionalProperties=!1),e}}const sp={},rj=t=>{let e="";for(let n=0;n<t.defaultable.length;n++)e+=t.defaultable[n].defaultValueMorphRef;if(t.sequence?.defaultValueMorphsReference&&(e+=t.sequence?.defaultValueMorphsReference),t.undeclared==="delete"){if(e+="delete !(",t.required)for(const n of t.required)e+=n.compiledKey+" | ";if(t.optional)for(const n of t.optional)e+=n.compiledKey+" | ";if(t.index)for(const n of t.index)e+=n.signature.id+" | ";if(t.sequence)if(t.sequence.maxLength===null)e+=ve.nonNegativeIntegerString.id;else for(let n=0;n<t.sequence.tuple.length;n++)e+=n+" | ";e+=")"}return e},sj=t=>{const e=rj(t);if(!e)return;if(sp[e])return sp[e];const n=(r,o)=>{for(let c=0;c<t.defaultable.length;c++)t.defaultable[c].key in r||t.defaultable[c].defaultValueMorph(r,o);if(t.sequence?.defaultables)for(let c=r.length-t.sequence.prefixLength;c<t.sequence.defaultables.length;c++)t.sequence.defaultValueMorphs[c](r,o);if(t.undeclared==="delete")for(const c in r)t.declaresKey(c)||delete r[c];return r};return sp[e]=n},oj=(t,e)=>{const r=`(data${e.defaultable.some(o=>o.defaultValueMorph.length===2)||e.sequence?.defaultValueMorphs.some(o=>o.length===2)?", ctx":""})`;return t.block(`${r} => `,o=>{for(let c=0;c<e.defaultable.length;c++){const{serializedKey:u,defaultValueMorphRef:d}=e.defaultable[c];o.if(`!(${u} in data)`,h=>h.line(`${d}${r}`))}return e.sequence?.defaultables&&o.for(`i < ${e.sequence.defaultables.length}`,c=>c.set("data[i]",5),`data.length - ${e.sequence.prefixLength}`),e.undeclared==="delete"&&o.forIn("data",c=>c.if(`!(${e._compileDeclaresKey(c)})`,u=>u.line("delete data[k]"))),o.return("data")})},yA={implementation:nj,Node:ij},aj=t=>(pe(t,"root")&&t.hasKind("unit")&&(t=t.unit),typeof t=="number"&&(t=`${t}`),t),lj=(t,e)=>`${t} is not allowed as an array index on ${e}. Use the 'nonNegativeIntegerString' keyword instead.`,im=(t,e,n)=>{const[r,o]=rN(t.branches,u=>u.hasKind("unit"));if(!r.length)return{index:n.node("index",{signature:t,value:e})};const c={};for(const u of r){const d=n.node("required",{key:u.unit,value:e});c[d.kind]=Ie(c[d.kind],d)}return o.length&&(c.index=n.node("index",{signature:o,value:e})),c},cj=t=>pe(t,"root")?t.expression:qe(t),dx=(t,e)=>`Key${e.length===1?"":"s"} ${e.map(cj).join(", ")} ${e.length===1?"does":"do"} not exist on ${t}`,vf={...Z2,alias:Ay.implementation,domain:Ry.implementation,unit:uA.implementation,proto:Gu.implementation,union:cA.implementation,morph:aA.implementation,intersection:oA.implementation,divisor:qT.implementation,pattern:eA.implementation,predicate:KT.implementation,required:dA.implementation,optional:wy.implementation,index:fA.implementation,sequence:hA.implementation,structure:yA.implementation};ne.defaultConfig=yN(Object.assign(He(vf,(t,e)=>[t,e.defaults]),{jitless:RN(),clone:TN,onUndeclaredKey:"ignore",exactOptionalPropertyTypes:!0,numberAllowsNaN:!1,dateAllowsInvalid:!1,onFail:null,keywords:{},toJsonSchema:kt.defaultConfig}));ne.resolvedConfig=Qp(ne.defaultConfig,ne.config);const uj={...Q2,alias:Ay.Node,domain:Ry.Node,unit:uA.Node,proto:Gu.Node,union:cA.Node,morph:aA.Node,intersection:oA.Node,divisor:qT.Node,pattern:eA.Node,predicate:KT.Node,required:dA.Node,optional:wy.Node,index:fA.Node,sequence:hA.Node,structure:yA.Node};class rm extends fN{get[Pi](){return"module"}}const gA=(t,e)=>new rm(He(t,(n,r)=>[n,pe(r,"module")?gA(r,e):e.bindReference(r)])),fj=t=>Ft(t)?t:"branches"in t&&Ft(t.branches)?t.branches:void 0,dj=(t,e)=>Z(`Node of kind ${e} is not valid as a ${t} definition`),hx=t=>`#${t} duplicates public alias ${t}`,op={};ne.ambient??={};let px;const bA="function $",hj=t=>vA(t,SA(t)),vA=(t,e)=>{const n=e.write(bA,4),r=e.compile()();for(const o of t)o.precompilation||(o.traverseAllows=r[`${o.id}Allows`].bind(r),o.isRoot()&&!o.allowsRequiresContext&&(o.allows=o.traverseAllows),o.traverseApply=r[`${o.id}Apply`].bind(r),r[`${o.id}Optimistic`]&&(o.traverseOptimistic=r[`${o.id}Optimistic`].bind(r)),o.precompilation=n)},SA=t=>new kT().return(t.reduce((e,n)=>{const r=new ip({kind:"Allows"}).indent();n.compile(r);const o=r.write(`${n.id}Allows`),c=new ip({kind:"Apply"}).indent();n.compile(c);const u=c.write(`${n.id}Apply`),d=`${e}${o},
105
+ ${u},
106
+ `;if(!n.hasKind("union"))return d;const h=new ip({kind:"Allows",optimistic:!0}).indent();n.compile(h);const p=h.write(`${n.id}Optimistic`);return`${d}${p},
107
+ `},`{
108
+ `)+"}");class xA{config;resolvedConfig;name;get[Pi](){return"scope"}referencesById={};references=[];resolutions={};exportedNames=[];aliases={};resolved=!1;nodesByHash={};intrinsic;constructor(e,n){this.config=Qp(ne.config,n),this.resolvedConfig=Qp(ne.resolvedConfig,n),this.name=this.resolvedConfig.name??`anonymousScope${Object.keys(op).length}`,this.name in op&&Z(`A Scope already named ${this.name} already exists`),op[this.name]=this;const r=Object.entries(e).map(o=>this.preparseOwnAliasEntry(...o));for(const[o,c]of r){let u=o;if(o[0]==="#"?(u=o.slice(1),u in this.aliases&&Z(hx(u)),this.aliases[u]=c):(u in this.aliases&&Z(hx(o)),this.aliases[u]=c,this.exportedNames.push(u)),!pe(c,"module")&&!pe(c,"generic")&&!hf(c)){const d=this.preparseOwnDefinitionFormat(c,{alias:u});this.resolutions[u]=pe(d,"root")?this.bindReference(d):this.createParseContext(d).id}}px??=this.node("union",{branches:["string","number","object","bigint","symbol",{unit:!0},{unit:!1},{unit:void 0},{unit:null}]},{prereduced:!0}),this.nodesByHash[px.hash]=this.node("intersection",{},{prereduced:!0}),this.intrinsic=ne.intrinsic?He(ne.intrinsic,(o,c)=>o.startsWith("json")?[]:[o,this.bindReference(c)]):{}}cacheGetter(e,n){return Object.defineProperty(this,e,{value:n}),n}get internal(){return this}_json;get json(){return this._json||this.export(),this._json}defineSchema(e){return e}generic=(...e)=>{const n=this;return(r,o)=>new Fu(e,o?new zT(r):r,n,n,o??null)};units=(e,n)=>{const r=[];for(const c of e)r.includes(c)||r.push(c);const o=r.map(c=>this.node("unit",{unit:c},n));return this.node("union",o,{...n,prereduced:!0})};lazyResolutions=[];lazilyResolve(e,n){const r=this.node("alias",{reference:n??"synthetic",resolve:e},{prereduced:!0});return this.resolved||this.lazyResolutions.push(r),r}schema=(e,n)=>this.finalize(this.parseSchema(e,n));parseSchema=(e,n)=>this.node(yu(e),e,n);preparseNode(e,n,r){let o=typeof e=="string"?e:yu(n,e);if(Jt(n)&&n.kind===o)return n;if(o==="alias"&&!r?.prereduced){const{reference:d}=Ay.implementation.normalize(n,this);if(d.startsWith("$")){const h=this.resolveRoot(d.slice(1));n=h,o=h.kind}}else if(o==="union"&&xs(n,"object")){const d=fj(n);d?.length===1&&(n=d[0],o=yu(n))}if(Jt(n)&&n.kind===o)return n;const u=vf[o].normalize?.(n,this)??n;return Jt(u)?u.kind===o?u:dj(o,u.kind):{...r,$:this,kind:o,def:u,prefix:r.alias??o}}bindReference(e){let n;return Jt(e)?n=e.$===this?e:new e.constructor(e.attachments,this):n=e.$===this?e:new Fu(e.params,e.bodyDef,e.$,this,e.hkt),this.resolved||Object.assign(this.referencesById,n.referencesById),n}resolveRoot(e){return this.maybeResolveRoot(e)??Z(EA(e))}maybeResolveRoot(e){const n=this.maybeResolve(e);if(!pe(n,"generic"))return n}maybeResolveSubalias(e){return sm(this.aliases,e)??sm(this.ambient,e)}get ambient(){return ne.ambient}maybeResolve(e){const n=this.resolutions[e];if(n){if(typeof n!="string")return this.bindReference(n);const o=Bn[n];if(pe(o,"root"))return this.resolutions[e]=o;if(pe(o,"context")){if(o.phase==="resolving")return this.node("alias",{reference:`$${e}`},{prereduced:!0});if(o.phase==="resolved")return Et(`Unexpected resolved context for was uncached by its scope: ${qe(o)}`);o.phase="resolving";const c=this.bindReference(this.parseOwnDefinitionFormat(o.def,o));return o.phase="resolved",Bn[c.id]=c,Bn[o.id]=c,this.resolutions[e]=c}return Et(`Unexpected nodesById entry for ${n}: ${qe(o)}`)}let r=this.aliases[e]??this.ambient?.[e];return r?(r=this.normalizeRootScopeValue(r),pe(r,"generic")?this.resolutions[e]=this.bindReference(r):pe(r,"module")?(r.root||Z(RA(e)),this.resolutions[e]=this.bindReference(r.root)):this.resolutions[e]=this.parse(r,{alias:e})):this.maybeResolveSubalias(e)}createParseContext(e){const n=e.id??tA(e.prefix);return Bn[n]=Object.assign(e,{[Pi]:"context",$:this,id:n,phase:"unresolved"})}traversal(e){return new go(e,this.resolvedConfig)}import(...e){return new rm(He(this.export(...e),(n,r)=>[`#${n}`,r]))}precompilation;_exportedResolutions;_exports;export(...e){if(!this._exports){this._exports={};for(const r of this.exportedNames){const o=this.aliases[r];this._exports[r]=pe(o,"module")?gA(o,this):mx(this.maybeResolve(r))}for(const r of this.lazyResolutions)r.resolution;if(this._exportedResolutions=AA(this,this._exports),this._json=TA(this._exportedResolutions),Object.assign(this.resolutions,this._exportedResolutions),this.references=Object.values(this.referencesById),!this.resolvedConfig.jitless){const r=SA(this.references);this.precompilation=r.write(bA,4),vA(this.references,r)}this.resolved=!0}const n=e.length?e:this.exportedNames;return new rm(He(n,(r,o)=>[o,this._exports[o]]))}resolve(e){return this.export()[e]}node=(e,n,r={})=>{const o=this.preparseNode(e,n,r);if(Jt(o))return this.bindReference(o);const c=this.createParseContext(o),u=nA(c),d=this.bindReference(u);return Bn[c.id]=d};parse=(e,n={})=>this.finalize(this.parseDefinition(e,n));parseDefinition(e,n={}){if(pe(e,"root"))return this.bindReference(e);const r=this.preparseOwnDefinitionFormat(e,n);if(pe(r,"root"))return this.bindReference(r);const o=this.createParseContext(r);Bn[o.id]=o;let c=this.bindReference(this.parseOwnDefinitionFormat(e,o));return c.isCyclic&&(c=i$(c,o.id)),Bn[o.id]=c,c}finalize(e){return mx(e),!e.precompilation&&!this.resolvedConfig.jitless&&hj(e.references),e}}class wA extends xA{parseOwnDefinitionFormat(e,n){return nA(n)}preparseOwnDefinitionFormat(e,n){return this.preparseNode(yu(e),e,n)}preparseOwnAliasEntry(e,n){return[e,n]}normalizeRootScopeValue(e){return e}}const mx=t=>{const e=t.references.filter(n=>n.hasKind("alias"));for(const n of e){Object.assign(n.referencesById,n.resolution.referencesById);for(const r of t.references)n.id in r.referencesById&&Object.assign(r.referencesById,n.referencesById)}return t},TA=t=>He(t,(e,n)=>[e,pe(n,"root")||pe(n,"generic")?n.json:pe(n,"module")?TA(n):Et(`Unexpected resolution ${qe(n)}`)]),sm=(t,e)=>{const n=e.indexOf(".");if(n===-1)return;const r=e.slice(0,n),o=t[r];if(o===void 0)return;if(!pe(o,"module"))return Z(pj(r));const c=e.slice(n+1),u=o[c];if(u===void 0)return sm(o,c);if(pe(u,"root")||pe(u,"generic"))return u;if(pe(u,"module"))return u.root??Z(RA(e));Et(`Unexpected resolution for alias '${e}': ${qe(u)}`)},Oy=(t,e)=>new wA(t,e),Ml=new wA({}),AA=(t,e)=>{const n={};for(const r in e){const o=e[r];if(pe(o,"module")){const c=AA(t,o),u=He(c,(d,h)=>[`${r}.${d}`,h]);Object.assign(n,u)}else pe(o,"root")||pe(o,"generic")?n[r]=o:Et(`Unexpected scope resolution ${qe(o)}`)}return n},EA=t=>`'${t}' is unresolvable`,pj=t=>`'${t}' must reference a module to be accessed using dot syntax`,RA=t=>`Reference to submodule '${t}' must specify an alias`;Ml.export();const Ye=Ml.schema,_y=Ml.node;Ml.defineSchema;const Zi=Ml.generic,OA="^(?:0|[1-9]\\d*)$",mj=new RegExp(OA);Qt(mj);const _A=Oy({bigint:"bigint",boolean:[{unit:!1},{unit:!0}],false:{unit:!1},never:[],null:{unit:null},number:"number",object:"object",string:"string",symbol:"symbol",true:{unit:!0},unknown:{},undefined:{unit:void 0},Array,Date},{prereducedAliases:!0}).export();ne.intrinsic={..._A};const kA=Oy({integer:{domain:"number",divisor:1},lengthBoundable:["string",Array],key:["string","symbol"],nonNegativeIntegerString:{domain:"string",pattern:OA}},{prereducedAliases:!0}).export();Object.assign(ne.intrinsic,kA);const yj=Oy({jsonPrimitive:["string","number",{unit:!0},{unit:!1},{unit:null}],jsonObject:{domain:"object",index:{signature:"string",value:"$jsonData"}},jsonData:["$jsonPrimitive","$jsonObject"]},{prereducedAliases:!0}).export(),ve={..._A,...kA,...yj,emptyStructure:_y("structure",{},{prereduced:!0})};ne.intrinsic={...ve};const gj=t=>typeof t=="string"&&t[0]==="d"&&(t[1]==="'"||t[1]==='"')&&t.at(-1)===t[1],yx=t=>t.toString()!=="Invalid Date",bj=t=>t.slice(2,-1),MA=t=>`'${t}' could not be parsed by the Date constructor`,vj=(t,e)=>Sj(t,e),Sj=(t,e)=>{const n=new Date(t);if(yx(n))return n;const r=IN(t);if(r!==void 0){const o=new Date(r);if(yx(o))return o}return e?Z(e===!0?MA(t):e):void 0},gx=(t,e)=>{const n=t.scanner.shiftUntil(wj[DA[e]]);if(t.scanner.lookahead==="")return t.error(Aj(n,e));if(t.scanner.shift(),e==="/"){try{new RegExp(n)}catch(r){Z(String(r))}t.root=t.ctx.$.node("intersection",{domain:"string",pattern:n},{prereduced:!0})}else if(yi(e,CA))t.root=t.ctx.$.node("unit",{unit:n});else{const r=vj(n,MA(n));t.root=t.ctx.$.node("unit",{meta:n,unit:r})}},CA={"'":1,'"':1},xj={"/":1,"'":1,'"':1},DA={"d'":"'",'d"':'"',"'":"'",'"':'"',"/":"/"},wj={"'":t=>t.lookahead==="'",'"':t=>t.lookahead==='"',"/":t=>t.lookahead==="/"},Tj={'"':"double-quote","'":"single-quote","/":"forward slash"},Aj=(t,e)=>`${e}${t} requires a closing ${Tj[DA[e]]}`,Ej=t=>`Private type references should not include '#'. Use '${t}' instead.`,NA="Optional definitions like 'string?' are only valid as properties in an object or tuple",$A="Defaultable definitions like 'number = 0' are only valid as properties in an object or tuple",Rj={">":!0,">=":!0},Oj={"<":!0,"<=":!0},Yu={"<":">",">":"<","<=":">=",">=":"<=","==":"=="},_j=t=>`Unmatched )${t===""?"":` before ${t}`}`,jA=t=>`Missing ${t}`,kj=(t,e)=>`Left bounds are only valid when paired with right bounds (try ...${e}${t})`,BA=t=>`Left-bounded expressions must specify their limits using < or <= (was ${t})`,Mj=(t,e,n,r)=>`An expression may have at most one left bound (parsed ${t}${Yu[e]}, ${n}${Yu[r]})`,Cj=(t,e,n)=>LA(t,e,n,[]),LA=(t,e,n,r)=>{const o=n.parseUntilFinalizer();return r.push(o.root),o.finalizer===">"?r.length!==e.params.length?n.error(VA(t,e.names,r.map(c=>c.expression))):r:o.finalizer===","?LA(t,e,n,r):o.error(jA(">"))},VA=(t,e,n)=>`${t}<${e.join(", ")}> requires exactly ${e.length} args (got ${n.length}${n.length===0?"":`: ${n.join(", ")}`})`,bx=t=>{const e=t.scanner.shiftUntilNextTerminator();e==="keyof"?t.addPrefix("keyof"):t.root=Nj(t,e)},Dj=(t,e,n)=>{if(n.scanner.shiftUntilNonWhitespace(),n.scanner.shift()!=="<")return n.error(VA(t,e.names,[]));const o=Cj(t,e,n);return e(...o)},Nj=(t,e)=>$j(t,e)??jj(t,e)??t.error(e===""?t.scanner.lookahead==="#"?Ej(t.shiftedByOne().scanner.shiftUntilNextTerminator()):UA(t):EA(e)),$j=(t,e)=>{if(t.ctx.args?.[e]){const r=t.ctx.args[e];return typeof r!="string"?r:t.ctx.$.node("alias",{reference:r},{prereduced:!0})}const n=t.ctx.$.maybeResolve(e);if(pe(n,"root"))return n;if(n!==void 0)return pe(n,"generic")?Dj(e,n,t):Z(`Unexpected resolution ${qe(n)}`)},jj=(t,e)=>{const n=HN(e);if(n!==void 0)return t.ctx.$.node("unit",{unit:n});const r=GN(e);if(r!==void 0)return t.ctx.$.node("unit",{unit:r})},UA=t=>{const e=t.previousOperator();return e?zA(e,t.scanner.unscanned):Bj(t.scanner.unscanned)},zA=(t,e="")=>`Token '${t}' requires a right operand${e?` before '${e}'`:""}`,Bj=t=>`Expected an expression${t?` before '${t}'`:""}`,KA=t=>t.scanner.lookahead===""?t.error(UA(t)):t.scanner.lookahead==="("?t.shiftedByOne().reduceGroupOpen():t.scanner.lookaheadIsIn(xj)?gx(t,t.scanner.shift()):t.scanner.lookaheadIsIn(pf)?KA(t.shiftedByOne()):t.scanner.lookahead==="d"&&t.scanner.nextLookahead in CA?gx(t,`${t.scanner.shift()}${t.scanner.shift()}`):bx(t);class Vo extends t2{shiftUntilNextTerminator(){return this.shiftUntilNonWhitespace(),this.shiftUntil(()=>this.lookahead in Vo.terminatingChars)}static terminatingChars={"<":1,">":1,"=":1,"|":1,"&":1,")":1,"[":1,"%":1,",":1,":":1,"?":1,"#":1,...pf};static finalizingLookaheads={">":1,",":1,"":1,"=":1,"?":1};static lookaheadIsFinalizing=(e,n)=>e===">"?n[0]==="="?n[1]==="=":n.trimStart()===""||yi(n.trimStart()[0],Vo.terminatingChars):e==="="?n[0]!=="=":e===","||e==="?"}const Lj=(t,e)=>{const n=Uj(t,e);if(t.root.hasKind("unit")){if(typeof t.root.unit=="number"){t.reduceLeftBound(t.root.unit,n),t.unsetRoot();return}if(t.root.unit instanceof Date){const r=`d'${t.root.description??t.root.unit.toISOString()}'`;t.unsetRoot(),t.reduceLeftBound(r,n);return}}return Kj(t,n)},Vj={"<":1,">":1,"=":1},Uj=(t,e)=>t.scanner.lookaheadIs("=")?`${e}${t.scanner.shift()}`:e,vx=(t,e,n,r)=>n.extends(ne.intrinsic.number)?typeof e!="number"?Z(om(t,e,r)):t==="=="?["min","max"]:t[0]===">"?["min"]:["max"]:n.extends(ne.intrinsic.lengthBoundable)?typeof e!="number"?Z(om(t,e,r)):t==="=="?["exactLength"]:t[0]===">"?["minLength"]:["maxLength"]:n.extends(ne.intrinsic.Date)?t==="=="?["after","before"]:t[0]===">"?["after"]:["before"]:Z(B2(n.expression)),zj=t=>({rule:gj(t.limit)?bj(t.limit):t.limit,exclusive:t.comparator.length===1}),Kj=(t,e)=>{const n=t.unsetRoot(),r=t.scanner.location;t.parseOperand();const o=t.unsetRoot(),c=t.scanner.sliceChars(r,t.scanner.location);if(t.root=n,!o.hasKind("unit")||typeof o.unit!="number"&&!(o.unit instanceof Date))return t.error(om(e,c,"right"));const u=o.unit,d=e.length===1,h=vx(e,typeof u=="number"?u:c,n,"right");for(const y of h)t.constrainRoot(y,e==="=="?{rule:u}:{rule:u,exclusive:d});if(!t.branches.leftBound)return;if(!yi(e,Oj))return t.error(BA(e));const p=vx(t.branches.leftBound.comparator,t.branches.leftBound.limit,n,"left");t.constrainRoot(p[0],zj(t.branches.leftBound)),t.branches.leftBound=null},om=(t,e,n)=>`Comparator ${n==="left"?Yu[t]:t} must be ${n==="left"?"preceded":"followed"} by a corresponding literal (was ${e})`,qj=t=>{t.scanner.shiftUntilNonWhitespace();const e=t.scanner.shiftUntilNextTerminator();t.root=t.root.brand(e)},Pj=t=>{const e=t.scanner.shiftUntilNextTerminator(),n=FN(e,{errorOnFail:Sx(e)});n===0&&t.error(Sx(0)),t.root=t.root.constrain("divisor",n)},Sx=t=>`% operator must be followed by a non-zero integer literal (was ${t})`,qA=t=>{const e=t.scanner.shift();return e===""?t.finalize(""):e==="["?t.scanner.shift()==="]"?t.setRoot(t.root.array()):t.error(Ij):e==="|"?t.scanner.lookahead===">"?t.shiftedByOne().pushRootToBranch("|>"):t.pushRootToBranch(e):e==="&"?t.pushRootToBranch(e):e===")"?t.finalizeGroup():Vo.lookaheadIsFinalizing(e,t.scanner.unscanned)?t.finalize(e):yi(e,Vj)?Lj(t,e):e==="%"?Pj(t):e==="#"?qj(t):e in pf?qA(t):t.error(ky(e))},ky=(t,e="")=>`'${t}' is not allowed here${e&&` (should be ${e})`}`,Ij="Missing expected ']'",Hj=t=>{const e=t.unsetRoot();t.parseOperand();const n=t.unsetRoot();if(!n.hasKind("unit"))return t.error(Fj(n.expression));const r=n.unit instanceof Date?()=>new Date(n.unit):n.unit;return[e,"=",r]},Fj=t=>`Default value '${t}' must a literal value`,xx=(t,e)=>{const n=e.$.maybeResolveRoot(t);if(n)return n;if(t.endsWith("[]")){const c=e.$.maybeResolveRoot(t.slice(0,-2));if(c)return c.array()}const r=new Sf(new Vo(t),e),o=Gj(r);return r.finalizer===">"&&Z(ky(">")),o},Gj=t=>{t.parseOperand();let e=My(t).root;return e?(t.finalizer==="="?e=Hj(t):t.finalizer==="?"&&(e=[e,"?"]),t.scanner.shiftUntilNonWhitespace(),t.scanner.lookahead&&Z(ky(t.scanner.lookahead)),e):Et(`Root was unexpectedly unset after parsing string '${t.scanner.scanned}'`)},My=t=>{for(;t.finalizer===void 0;)Yj(t);return t},Yj=t=>t.hasRoot()?t.parseOperator():t.parseOperand();class Sf{root;branches={prefixes:[],leftBound:null,intersection:null,union:null,pipe:null};finalizer;groups=[];scanner;ctx;constructor(e,n){this.scanner=e,this.ctx=n}error(e){return Z(e)}hasRoot(){return this.root!==void 0}setRoot(e){this.root=e}unsetRoot(){const e=this.root;return this.root=void 0,e}constrainRoot(...e){this.root=this.root.constrain(e[0],e[1])}finalize(e){if(this.groups.length)return this.error(jA(")"));this.finalizeBranches(),this.finalizer=e}reduceLeftBound(e,n){const r=Yu[n];if(!yi(r,Rj))return this.error(BA(n));if(this.branches.leftBound)return this.error(Mj(this.branches.leftBound.limit,this.branches.leftBound.comparator,e,r));this.branches.leftBound={comparator:r,limit:e}}finalizeBranches(){if(this.assertRangeUnset(),this.branches.pipe){this.pushRootToBranch("|>"),this.root=this.branches.pipe;return}if(this.branches.union){this.pushRootToBranch("|"),this.root=this.branches.union;return}if(this.branches.intersection){this.pushRootToBranch("&"),this.root=this.branches.intersection;return}this.applyPrefixes()}finalizeGroup(){this.finalizeBranches();const e=this.groups.pop();if(!e)return this.error(_j(this.scanner.unscanned));this.branches=e}addPrefix(e){this.branches.prefixes.push(e)}applyPrefixes(){for(;this.branches.prefixes.length;){const e=this.branches.prefixes.pop();this.root=e==="keyof"?this.root.keyof():Et(`Unexpected prefix '${e}'`)}}pushRootToBranch(e){this.assertRangeUnset(),this.applyPrefixes();const n=this.root;this.root=void 0,this.branches.intersection=this.branches.intersection?.rawAnd(n)??n,e!=="&"&&(this.branches.union=this.branches.union?.rawOr(this.branches.intersection)??this.branches.intersection,this.branches.intersection=null,e!=="|"&&(this.branches.pipe=this.branches.pipe?.rawPipeOnce(this.branches.union)??this.branches.union,this.branches.union=null))}parseUntilFinalizer(){return My(new Sf(this.scanner,this.ctx))}parseOperator(){return qA(this)}parseOperand(){return KA(this)}assertRangeUnset(){if(this.branches.leftBound)return this.error(kj(this.branches.leftBound.limit,this.branches.leftBound.comparator))}reduceGroupOpen(){this.groups.push(this.branches),this.branches={prefixes:[],leftBound:null,union:null,intersection:null,pipe:null}}previousOperator(){return this.branches.leftBound?.comparator??this.branches.prefixes.at(-1)??(this.branches.intersection?"&":this.branches.union?"|":this.branches.pipe?"|>":void 0)}shiftedByOne(){return this.scanner.shift(),this}}const Xj="An empty string is not a valid generic parameter name",am=(t,e,n)=>{t.shiftUntilNonWhitespace();const r=t.shiftUntilNextTerminator();return r===""?t.lookahead===""&&e.length?e:Z(Xj):(t.shiftUntilNonWhitespace(),Jj(t,r,e,n))},wx="extends ",Jj=(t,e,n,r)=>{if(t.shiftUntilNonWhitespace(),t.unscanned.startsWith(wx))t.jumpForward(wx.length);else return t.lookahead===","&&t.shift(),n.push(e),am(t,n,r);const o=My(new Sf(t,r));return n.push([e,o.root]),am(t,n,r)};class Zj extends Io{$;constructor(e){super((...n)=>new iu(e)(...n),{bind:e}),this.$=e}in(e){return new iu(this.$,e===void 0?void 0:this.$.parse(e))}at(e,n){return new iu(this.$).at(e,n)}case(e,n){return new iu(this.$).case(e,n)}}class iu extends Io{$;in;key;branches=[];constructor(e,n){super(r=>this.caseEntries(Object.entries(r).map(([o,c])=>o==="default"?[o,c]:[this.$.parse(o),c]))),this.$=e,this.in=n}at(e,n){return this.key&&Z(Wj),this.branches.length&&Z(Qj),this.key=e,n?this.match(n):this}case(e,n){return this.caseEntry(this.$.parse(e),n)}caseEntry(e,n){const o=(this.key?this.$.parse({[this.key]:e}):e).pipe(n);return this.branches.push(o),this}match(e){return this(e)}strings(e){return this.caseEntries(Object.entries(e).map(([n,r])=>n==="default"?[n,r]:[this.$.node("unit",{unit:n}),r]))}caseEntries(e){for(let n=0;n<e.length;n++){const[r,o]=e[n];if(r==="default")return n!==e.length-1&&Z("default may only be specified as the last key of a switch definition"),this.default(o);if(typeof o!="function")return Z(`Value for case "${r}" must be a function (was ${Xn(o)})`);this.caseEntry(r,o)}return this}default(e){typeof e=="function"&&this.case(ve.unknown,e);const n={branches:this.branches,ordered:!0};(e==="never"||e==="assert")&&(n.meta={onFail:Tx});const r=this.$.node("union",n);if(!this.in)return this.$.finalize(r);let o=this.in.pipe(r);return(e==="never"||e==="assert")&&(o=o.configureReferences({onFail:Tx},"self")),this.$.finalize(o)}}const Tx=t=>t.throw(),Qj="A key matcher must be specified before the first case i.e. match.at('foo') or match.in<object>().at('bar')",Wj="At most one key matcher may be specified per expression",PA=(t,e)=>{if(Ft(t)){if(t[1]==="=")return[e.$.parseOwnDefinitionFormat(t[0],e),"=",t[2]];if(t[1]==="?")return[e.$.parseOwnDefinitionFormat(t[0],e),"?"]}return JA(t,e)},eB="Only required keys may make their values optional, e.g. { [mySymbol]: ['number', '?'] }",tB="Only required keys may specify default values, e.g. { value: 'number = 0' }",nB=(t,e)=>{let n;const r={},o=zu(t);for(const[u,d]of o){const h=sB(u);if(h.kind==="spread"){if(!Tl(r))return Z(rB);const S=e.$.parseOwnDefinitionFormat(d,e);if(S.equals(ve.object))continue;if(!S.hasKind("intersection")||!S.basis?.equals(ve.object))return Z(oB(S.expression));n=S.structure;continue}if(h.kind==="undeclared"){d!=="reject"&&d!=="delete"&&d!=="ignore"&&Z(iB(d)),r.undeclared=d;continue}const p=PA(d,e),y=h;if(h.kind==="required"){Ft(p)?ap(r,"optional",p[1]==="="?{key:h.normalized,value:p[0],default:p[2]}:{key:h.normalized,value:p[0]},e):ap(r,"required",{key:h.normalized,value:p},e);continue}if(Ft(p)&&(p[1]==="?"&&Z(eB),p[1]==="="&&Z(tB)),h.kind==="optional"){ap(r,"optional",{key:h.normalized,value:p},e);continue}const g=e.$.parseOwnDefinitionFormat(y.normalized,e),v=im(g,p,e.$);v.index&&(r.index=Ie(r.index,v.index)),v.required&&(r.required=Ie(r.required,v.required))}const c=e.$.node("structure",r);return e.$.parseSchema({domain:"object",structure:n?.merge(c)??c})},ap=(t,e,n,r)=>{t[e]=Ie(t[e],r.$.node(e,n))},iB=t=>`Value of '+' key must be 'reject', 'delete', or 'ignore' (was ${qe(t)})`,rB="Spread operator may only be used as the first key in an object",sB=t=>typeof t=="symbol"?{kind:"required",normalized:t}:t.at(-1)==="?"?t.at(-2)===Gp?{kind:"required",normalized:`${t.slice(0,-2)}?`}:{kind:"optional",normalized:t.slice(0,-1)}:t[0]==="["&&t.at(-1)==="]"?{kind:"index",normalized:t.slice(1,-1)}:t[0]===Gp&&t[1]==="["&&t.at(-1)==="]"?{kind:"required",normalized:t.slice(1)}:t==="..."?{kind:"spread"}:t==="+"?{kind:"undeclared"}:{kind:"required",normalized:t==="\\..."?"...":t==="\\+"?"+":t},oB=t=>`Spread operand must resolve to an object literal type (was ${t})`,aB=(t,e)=>gB(t)?GA[t[0]](t,e):mB(t)?FA[t[1]](t,e):null,lB=(t,e)=>e.$.parseOwnDefinitionFormat(t[1],e).keyof(),lp=(t,e)=>{if(t[2]===void 0)return Z(zA(t[1],""));const n=e.$.parseOwnDefinitionFormat(t[0],e),r=e.$.parseOwnDefinitionFormat(t[2],e);if(t[1]==="|")return e.$.node("union",{branches:[n,r]});const o=t[1]==="&"?Hi(n,r,e.$):em(n,r,e.$);return o instanceof ae?o.throw():o},cB=(t,e)=>e.$.parseOwnDefinitionFormat(t[0],e).array(),uB=(t,e)=>typeof t[2]!="function"?Z(IA("=>",t[2])):e.$.parseOwnDefinitionFormat(t[0],e).pipe(t[2]),IA=(t,e)=>`${t===":"?"Narrow":"Morph"} expression requires a function following '${t}' (was ${typeof e})`,fB=(t,e)=>typeof t[2]!="function"?Z(IA(":",t[2])):e.$.parseOwnDefinitionFormat(t[0],e).constrain("predicate",t[2]),dB=(t,e)=>e.$.parseOwnDefinitionFormat(t[0],e).configureReferences(t[2],"shallow"),HA=t=>t,hB=HA({"[]":cB,"?":()=>Z(NA)}),pB=HA({"|":lp,"&":lp,":":fB,"=>":uB,"|>":lp,"@":dB,"=":()=>Z($A)}),FA={...hB,...pB},mB=t=>FA[t[1]]!==void 0,yB=t=>t,GA=yB({keyof:lB,instanceof:(t,e)=>{if(typeof t[1]!="function")return Z(Ax(Fp(t[1])));const n=t.slice(1).map(r=>typeof r=="function"?e.$.node("proto",{proto:r}):Z(Ax(Fp(r))));return n.length===1?n[0]:e.$.node("union",{branches:n})},"===":(t,e)=>e.$.units(t.slice(1))}),gB=t=>GA[t[0]]!==void 0,Ax=t=>`Expected a constructor following 'instanceof' operator (was ${t})`,bB=(t,e)=>{let n=[{}],r=0;for(;r<t.length;){let o=!1;t[r]==="..."&&r<t.length-1&&(o=!0,r++);const c=PA(t[r],e),[u,d,h]=Ft(c)?c:[c];if(r++,o){if(!u.extends(ne.intrinsic.Array))return Z(xB(u.expression));n=n.flatMap(p=>u.distribute(y=>SB(DT(p),y)))}else n=n.map(p=>d==="?"?YA(p,u):d==="="?vB(p,u,h):lm(p,u))}return e.$.parseSchema(n.map(o=>Tl(o)?{proto:Array,exactLength:0}:{proto:Array,sequence:o}))},lm=(t,e)=>t.defaultables||t.optionals?Z(t.variadic?pA:wB):(t.variadic?t.postfix=Ie(t.postfix,e):t.prefix=Ie(t.prefix,e),t),YA=(t,e)=>t.variadic?Z(XA):(t.optionals=Ie(t.optionals,e),t),vB=(t,e,n)=>t.variadic?Z(XA):t.optionals?Z(TB):(t.defaultables=Ie(t.defaultables,[[e,n]]),t),Ex=(t,e)=>(t.postfix&&Z(Rx),t.variadic?t.variadic.equals(e)||Z(Rx):t.variadic=e.internal,t),SB=(t,e)=>{const n=e.select({method:"find",kind:"sequence"});if(!n)return Ex(t,ne.intrinsic.unknown);if(n.prefix)for(const r of n.prefix)lm(t,r);if(n.optionals)for(const r of n.optionals)YA(t,r);if(n.variadic&&Ex(t,n.variadic),n.postfix)for(const r of n.postfix)lm(t,r);return t},xB=t=>`Spread element must be an array (was ${t})`,Rx="A tuple may have at most one variadic element",wB="A required element may not follow an optional element",XA="An optional element may not follow a variadic element",TB="A defaultable element may not follow an optional element without a default",AB={},JA=(t,e)=>{if(typeof t=="string"){if(e.args&&Object.keys(e.args).some(r=>t.includes(r)))return xx(t,e);const n=AB[e.$.name]??={};return n[t]??=xx(t,e)}return xs(t,"object")?EB(t,e):Z(cm(Xn(t)))},EB=(t,e)=>{const n=py(t);switch(n){case void 0:return pe(t,"root")?t:nB(t,e);case"Array":return RB(t,e);case"RegExp":return e.$.node("intersection",{domain:"string",pattern:t},{prereduced:!0});case"Function":{const r=hf(t)?t():t;return pe(r,"root")?r:Z(cm("Function"))}default:return Z(cm(n??qe(t)))}},RB=(t,e)=>aB(t,e)??bB(t,e),cm=t=>`Type definitions must be strings or objects (was ${t})`;class OB extends Io{constructor(e){const n=Object.assign({errors:Nr,hkt:gi,$:e,raw:e.parse,module:e.constructor.module,scope:e.constructor.scope,define:e.define,match:e.match,generic:e.generic,schema:e.schema,keywords:e.ambient,unit:e.unit,enumerated:e.enumerated,instanceOf:e.instanceOf,valueOf:e.valueOf,or:e.or,and:e.and,merge:e.merge,pipe:e.pipe},e.ambientAttachments);super((...r)=>{if(r.length===1)return e.parse(r[0]);if(r.length===2&&typeof r[0]=="string"&&r[0][0]==="<"&&r[0].at(-1)===">"){const o=r[0].slice(1,-1),c=e.parseGenericParams(o,{});return new Fu(c,r[1],e,e,null)}return e.parse(r)},{bind:e,attach:n})}}const fl=ne;class xf extends xA{get ambientAttachments(){if(fl.typeAttachments)return this.cacheGetter("ambientAttachments",He(fl.typeAttachments,(e,n)=>[e,this.bindReference(n)]))}preparseOwnAliasEntry(e,n){const r=e.indexOf("<");if(r===-1){if(pe(n,"module")||pe(n,"generic"))return[e,n];const u=this.name==="ark"?e:e==="root"?this.name:`${this.name}.${e}`,d=this.resolvedConfig.keywords?.[u];return d&&(n=[n,"@",d]),[e,n]}e.at(-1)!==">"&&Z("'>' must be the last character of a generic declaration in a scope");const o=e.slice(0,r),c=e.slice(r+1,-1);return[o,()=>{const u=this.parseGenericParams(c,{alias:o});return w2(u,n,this)}]}parseGenericParams(e,n){return am(new Vo(e),[],this.createParseContext({...n,def:e,prefix:"generic"}))}normalizeRootScopeValue(e){return hf(e)&&!pe(e,"generic")?e():e}preparseOwnDefinitionFormat(e,n){return{...n,def:e,prefix:n.alias??"type"}}parseOwnDefinitionFormat(e,n){!(n.alias&&n.alias in this.aliases)&&!n.args&&(n.args={this:n.id});const o=JA(e,n);if(Ft(o)){if(o[1]==="=")return Z($A);if(o[1]==="?")return Z(NA)}return o}unit=e=>this.units([e]);valueOf=e=>this.units(gN(e));enumerated=(...e)=>this.units(e);instanceOf=e=>this.node("proto",{proto:e},{prereduced:!0});or=(...e)=>this.schema(e.map(n=>this.parse(n)));and=(...e)=>e.reduce((n,r)=>n.and(this.parse(r)),this.intrinsic.unknown);merge=(...e)=>e.reduce((n,r)=>n.merge(this.parse(r)),this.intrinsic.object);pipe=(...e)=>this.intrinsic.unknown.pipe(...e);match=new Zj(this);declare=()=>({type:this.type});define(e){return e}type=new OB(this);static scope=((e,n={})=>new xf(e,n));static module=((e,n={})=>this.scope(e,n).export())}const _B=Object.assign(xf.scope,{define:t=>t}),je=xf;class kB extends gi{description='merge an object\'s properties onto another like `Merge(User, { isAdmin: "true" })`'}const MB=Zi(["base",ve.object],["props",ve.object])(t=>t.base.merge(t.props),kB),CB=je.module({Key:ve.key,Merge:MB});class DB extends gi{}const NB=Zi("element")(t=>{const e=t.element.exclude(ve.Array),n=e.array();return e.rawOr(n).pipe(wl).distribute(r=>r.assertHasKind("morph").declareOut(n),Ye)},DB),$B=je.module({root:ve.Array,readonly:"root",index:ve.nonNegativeIntegerString,liftFrom:NB},{name:"Array"}),um=Ye(["string",Al.FileConstructor]),jB=um.rawOr(um.array()),Ox=Ye({meta:"an object representing parsed form data",domain:"object",index:{signature:"string",value:jB}}),BB=je.module({root:["instanceof",FormData],value:um,parsed:Ox,parse:Ye({in:FormData,morphs:t=>{const e={};for(const[n,r]of t)if(n in e){const o=e[n];typeof o=="string"||o instanceof Al.FileConstructor?e[n]=[o,r]:o.push(r)}else e[n]=r;return e},declaredOut:Ox})},{name:"FormData"}),LB=je.module({Int8:["instanceof",Int8Array],Uint8:["instanceof",Uint8Array],Uint8Clamped:["instanceof",Uint8ClampedArray],Int16:["instanceof",Int16Array],Uint16:["instanceof",Uint16Array],Int32:["instanceof",Int32Array],Uint32:["instanceof",Uint32Array],Float32:["instanceof",Float32Array],Float64:["instanceof",Float64Array],BigInt64:["instanceof",BigInt64Array],BigUint64:["instanceof",BigUint64Array]},{name:"TypedArray"}),VB={Boolean:1,Number:1,String:1},UB=je.module({...He({...gT,...vT},(t,e)=>t in VB?[]:[t,["instanceof",e]]),Array:$B,TypedArray:LB,FormData:BB}),zB=Ye({domain:{domain:"number",meta:"a number representing a Unix timestamp"},divisor:{rule:1,meta:"an integer representing a Unix timestamp"},min:{rule:-864e13,meta:"a Unix timestamp after -8640000000000000"},max:{rule:864e13,meta:"a Unix timestamp before 8640000000000000"},meta:"an integer representing a safe Unix timestamp"}),KB=Ye({domain:"number",divisor:1}),ZA=je.module({root:ve.number,integer:KB,epoch:zB,safe:Ye({domain:{domain:"number",numberAllowsNaN:!1},min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER}),NaN:["===",Number.NaN],Infinity:["===",Number.POSITIVE_INFINITY],NegativeInfinity:["===",Number.NEGATIVE_INFINITY]},{name:"number"}),Xe=(t,e,n)=>{const r={domain:"string",pattern:{rule:t.source,flags:t.flags,meta:e}};return n&&(r.meta={format:n}),_y("intersection",r)},_x=Xe(Ku,"a well-formed integer string"),QA=je.module({root:_x,parse:Ye({in:_x,morphs:(t,e)=>{const n=Number.parseInt(t);return Number.isSafeInteger(n)?n:e.error("an integer in the range Number.MIN_SAFE_INTEGER to Number.MAX_SAFE_INTEGER")},declaredOut:ve.integer})},{name:"string.integer"}),qB=Xe(/^[\dA-Fa-f]+$/,"hex characters only"),PB=je.module({root:Xe(/^(?:[\d+/A-Za-z]{4})*(?:[\d+/A-Za-z]{2}==|[\d+/A-Za-z]{3}=)?$/,"base64-encoded"),url:Xe(/^(?:[\w-]{4})*(?:[\w-]{2}(?:==|%3D%3D)?|[\w-]{3}(?:=|%3D)?)?$/,"base64url-encoded")},{name:"string.base64"}),kx=Xe(/^[A-Z].*$/,"capitalized"),IB=je.module({root:Ye({in:"string",morphs:t=>t.charAt(0).toUpperCase()+t.slice(1),declaredOut:kx}),preformatted:kx},{name:"string.capitalize"}),HB=t=>{const e=t.replaceAll(/[ -]+/g,"");let n=0,r,o,c=!1;for(let u=e.length-1;u>=0;u--)r=e.substring(u,u+1),o=Number.parseInt(r,10),c?(o*=2,n+=o>=10?o%10+1:o):n+=o,c=!c;return!!(n%10===0&&e)},FB=/^(?:4\d{12}(?:\d{3,6})?|5[1-5]\d{14}|(222[1-9]|22[3-9]\d|2[3-6]\d{2}|27[01]\d|2720)\d{12}|6(?:011|5\d\d)\d{12,15}|3[47]\d{13}|3(?:0[0-5]|[68]\d)\d{11}|(?:2131|1800|35\d{3})\d{11}|6[27]\d{14}|^(81\d{14,17}))$/,GB=Ye({domain:"string",pattern:{meta:"a credit card number",rule:FB.source},predicate:{meta:"a credit card number",predicate:HB}}),YB=/^([+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))(T((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([,.]\d+(?!:))?)?(\17[0-5]\d([,.]\d+)?)?([Zz]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/,XB=t=>!Number.isNaN(new Date(t).valueOf()),Mx=Ye({domain:"string",predicate:{meta:"a parsable date",predicate:XB}}).assertHasKind("intersection"),Cx=QA.root.internal.narrow((t,e)=>{const n=Number.parseInt(t),r=ZA.epoch(n);return r instanceof Nr?(e.errors.merge(r),!1):!0}).configure({description:"an integer string representing a safe Unix timestamp"},"self").assertHasKind("intersection"),JB=je.module({root:Cx,parse:Ye({in:Cx,morphs:t=>new Date(t),declaredOut:ve.Date})},{name:"string.date.epoch"}),Dx=Xe(YB,"an ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) date").internal.assertHasKind("intersection"),ZB=je.module({root:Dx,parse:Ye({in:Dx,morphs:t=>new Date(t),declaredOut:ve.Date})},{name:"string.date.iso"}),QB=je.module({root:Mx,parse:Ye({declaredIn:Mx,in:"string",morphs:(t,e)=>{const n=new Date(t);return Number.isNaN(n.valueOf())?e.error("a parsable date"):n},declaredOut:ve.Date}),iso:ZB,epoch:JB},{name:"string.date"}),WB=Xe(/^[\w%+.-]+@[\d.A-Za-z-]+\.[A-Za-z]{2,}$/,"an email address","email"),Nx="(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])",Tr=`(${Nx}[.]){3}${Nx}`,e3=new RegExp(`^${Tr}$`),vt="(?:[0-9a-fA-F]{1,4})",t3=new RegExp(`^((?:${vt}:){7}(?:${vt}|:)|(?:${vt}:){6}(?:${Tr}|:${vt}|:)|(?:${vt}:){5}(?::${Tr}|(:${vt}){1,2}|:)|(?:${vt}:){4}(?:(:${vt}){0,1}:${Tr}|(:${vt}){1,3}|:)|(?:${vt}:){3}(?:(:${vt}){0,2}:${Tr}|(:${vt}){1,4}|:)|(?:${vt}:){2}(?:(:${vt}){0,3}:${Tr}|(:${vt}){1,5}|:)|(?:${vt}:){1}(?:(:${vt}){0,4}:${Tr}|(:${vt}){1,6}|:)|(?::((?::${vt}){0,5}:${Tr}|(?::${vt}){1,7}|:)))(%[0-9a-zA-Z.]{1,})?$`),n3=je.module({root:["v4 | v6","@","an IP address"],v4:Xe(e3,"an IPv4 address","ipv4"),v6:Xe(t3,"an IPv6 address","ipv6")},{name:"string.ip"}),Oo="a JSON string",WA=t=>{if(!(t instanceof SyntaxError))throw t;return`must be ${Oo} (${t})`},i3=Ye({meta:Oo,domain:"string",predicate:{meta:Oo,predicate:(t,e)=>{try{return JSON.parse(t),!0}catch(n){return e.reject({code:"predicate",expected:Oo,problem:WA(n)})}}}}),r3=(t,e)=>{if(t.length===0)return e.error({code:"predicate",expected:Oo,actual:"empty"});try{return JSON.parse(t)}catch(n){return e.error({code:"predicate",expected:Oo,problem:WA(n)})}},s3=je.module({root:i3,parse:Ye({meta:"safe JSON string parser",in:"string",morphs:r3,declaredOut:ve.jsonObject})},{name:"string.json"}),$x=Xe(/^[a-z]*$/,"only lowercase letters"),o3=je.module({root:Ye({in:"string",morphs:t=>t.toLowerCase(),declaredOut:$x}),preformatted:$x},{name:"string.lower"}),eE=["NFC","NFD","NFKC","NFKD"],Cl=He(eE,(t,e)=>[e,Ye({domain:"string",predicate:n=>n.normalize(e)===n,meta:`${e}-normalized unicode`})]),wf=He(eE,(t,e)=>[e,Ye({in:"string",morphs:n=>n.normalize(e),declaredOut:Cl[e]})]),a3=je.module({root:wf.NFC,preformatted:Cl.NFC},{name:"string.normalize.NFC"}),l3=je.module({root:wf.NFD,preformatted:Cl.NFD},{name:"string.normalize.NFD"}),c3=je.module({root:wf.NFKC,preformatted:Cl.NFKC},{name:"string.normalize.NFKC"}),u3=je.module({root:wf.NFKD,preformatted:Cl.NFKD},{name:"string.normalize.NFKD"}),f3=je.module({root:"NFC",NFC:a3,NFD:l3,NFKC:c3,NFKD:u3},{name:"string.normalize"}),jx=Xe(Yp,"a well-formed numeric string"),d3=je.module({root:jx,parse:Ye({in:jx,morphs:t=>Number.parseFloat(t),declaredOut:ve.number})},{name:"string.numeric"}),Bx="a regex pattern",h3=Ye({domain:"string",predicate:{meta:Bx,predicate:(t,e)=>{try{return new RegExp(t),!0}catch(n){return e.reject({code:"predicate",expected:Bx,problem:String(n)})}}},meta:{format:"regex"}}),p3=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[A-Za-z-][\dA-Za-z-]*)(?:\.(?:0|[1-9]\d*|\d*[A-Za-z-][\dA-Za-z-]*))*))?(?:\+([\dA-Za-z-]+(?:\.[\dA-Za-z-]+)*))?$/,m3=Xe(p3,"a semantic version (see https://semver.org/)"),Lx=Xe(/^\S.*\S$|^\S?$/,"trimmed"),y3=je.module({root:Ye({in:"string",morphs:t=>t.trim(),declaredOut:Lx}),preformatted:Lx},{name:"string.trim"}),Vx=Xe(/^[A-Z]*$/,"only uppercase letters"),g3=je.module({root:Ye({in:"string",morphs:t=>t.toUpperCase(),declaredOut:Vx}),preformatted:Vx},{name:"string.upper"}),b3=t=>{if(URL.canParse)return URL.canParse(t);try{return new URL(t),!0}catch{return!1}},Ux=Ye({domain:"string",predicate:{meta:"a URL string",predicate:b3},meta:{format:"uri"}}),v3=je.module({root:Ux,parse:Ye({declaredIn:Ux,in:"string",morphs:(t,e)=>{try{return new URL(t)}catch{return e.error("a URL string")}},declaredOut:Ye(URL)})},{name:"string.url"}),S3=je.module({root:["versioned | nil | max","@",{description:"a UUID",format:"uuid"}],"#nil":"'00000000-0000-0000-0000-000000000000'","#max":"'ffffffff-ffff-ffff-ffff-ffffffffffff'","#versioned":/[\da-f]{8}-[\da-f]{4}-[1-8][\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}/i,v1:Xe(/^[\da-f]{8}-[\da-f]{4}-1[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv1"),v2:Xe(/^[\da-f]{8}-[\da-f]{4}-2[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv2"),v3:Xe(/^[\da-f]{8}-[\da-f]{4}-3[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv3"),v4:Xe(/^[\da-f]{8}-[\da-f]{4}-4[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv4"),v5:Xe(/^[\da-f]{8}-[\da-f]{4}-5[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv5"),v6:Xe(/^[\da-f]{8}-[\da-f]{4}-6[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv6"),v7:Xe(/^[\da-f]{8}-[\da-f]{4}-7[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv7"),v8:Xe(/^[\da-f]{8}-[\da-f]{4}-8[\da-f]{3}-[89ab][\da-f]{3}-[\da-f]{12}$/i,"a UUIDv8")},{name:"string.uuid"}),x3=je.module({root:ve.string,alpha:Xe(/^[A-Za-z]*$/,"only letters"),alphanumeric:Xe(/^[\dA-Za-z]*$/,"only letters and digits 0-9"),hex:qB,base64:PB,capitalize:IB,creditCard:GB,date:QB,digits:Xe(/^\d*$/,"only digits 0-9"),email:WB,integer:QA,ip:n3,json:s3,lower:o3,normalize:f3,numeric:d3,regex:h3,semver:m3,trim:y3,upper:g3,url:v3,uuid:S3},{name:"string"}),w3=je.module({bigint:ve.bigint,boolean:ve.boolean,false:ve.false,never:ve.never,null:ve.null,number:ve.number,object:ve.object,string:ve.string,symbol:ve.symbol,true:ve.true,unknown:ve.unknown,undefined:ve.undefined}),T3=je.module({root:ve.unknown,any:ve.unknown},{name:"unknown"}),A3=je.module({root:ve.jsonObject,stringify:_y("morph",{in:ve.jsonObject,morphs:t=>JSON.stringify(t),declaredOut:ve.string})},{name:"object.json"}),E3=je.module({root:ve.object,json:A3},{name:"object"});class R3 extends gi{description='instantiate an object from an index signature and corresponding value type like `Record("string", "number")`'}const O3=Zi(["K",ve.key],"V")(t=>({domain:"object",index:{signature:t.K,value:t.V}}),R3);class _3 extends gi{description='pick a set of properties from an object like `Pick(User, "name | age")`'}const k3=Zi(["T",ve.object],["K",ve.key])(t=>t.T.pick(t.K),_3);class M3 extends gi{description='omit a set of properties from an object like `Omit(User, "age")`'}const C3=Zi(["T",ve.object],["K",ve.key])(t=>t.T.omit(t.K),M3);class D3 extends gi{description="make all named properties of an object optional like `Partial(User)`"}const N3=Zi(["T",ve.object])(t=>t.T.partial(),D3);class $3 extends gi{description="make all named properties of an object required like `Required(User)`"}const j3=Zi(["T",ve.object])(t=>t.T.required(),$3);class B3 extends gi{description='exclude branches of a union like `Exclude("boolean", "true")`'}const L3=Zi("T","U")(t=>t.T.exclude(t.U),B3);class V3 extends gi{description='extract branches of a union like `Extract("0 | false | 1", "number")`'}const U3=Zi("T","U")(t=>t.T.extract(t.U),V3),z3=je.module({Exclude:L3,Extract:U3,Omit:C3,Partial:N3,Pick:k3,Record:O3,Required:j3}),ws=_B({...w3,...z3,...UB,...CB,string:x3,number:ZA,object:E3,unknown:T3},{prereducedAliases:!0,name:"ark"}),jt=ws.export();Object.assign(fl.ambient,jt);fl.typeAttachments={string:jt.string.root,number:jt.number.root,bigint:jt.bigint,boolean:jt.boolean,symbol:jt.symbol,undefined:jt.undefined,null:jt.null,object:jt.object.root,unknown:jt.unknown.root,false:jt.false,true:jt.true,never:jt.never,arrayIndex:jt.Array.index,Key:jt.Key,Record:jt.Record,Array:jt.Array.root,Date:jt.Date};const wt=Object.assign(ws.type,fl.typeAttachments);ws.match;ws.generic;ws.schema;ws.define;ws.declare;const tE={100:'"Continue"',101:'"Switching Protocols"',102:'"Processing"',103:'"Early Hints"',200:'"OK"',201:'"Created"',202:'"Accepted"',203:'"Non-Authoritative Information"',204:'"No Content"',205:'"Reset Content"',206:'"Partial Content"',207:'"Multi-Status"',208:'"Already Reported"',226:'"IM Used"',300:'"Multiple Choices"',301:'"Moved Permanently"',302:'"Found"',303:'"See Other"',304:'"Not Modified"',305:'"Use Proxy"',306:'"Switch Proxy"',307:'"Temporary Redirect"',308:'"Permanent Redirect"',400:'"Bad Request"',401:'"Unauthorized"',402:'"Payment Required"',403:'"Forbidden"',404:'"Not Found"',405:'"Method Not Allowed"',406:'"Not Acceptable"',407:'"Proxy Authentication Required"',408:'"Request Timeout"',409:'"Conflict"',410:'"Gone"',411:'"Length Required"',412:'"Precondition Failed"',413:'"Payload Too Large"',414:'"URI Too Long"',415:'"Unsupported Media Type"',416:'"Range Not Satisfiable"',417:'"Expectation Failed"',418:`"I'm a teapot"`,421:'"Misdirected Request"',422:'"Unprocessable Entity"',423:'"Locked"',424:'"Failed Dependency"',425:'"Too Early"',426:'"Upgrade Required"',428:'"Precondition Required"',429:'"Too Many Requests"',431:'"Request Header Fields Too Large"',451:'"Unavailable For Legal Reasons"',500:'"Internal Server Error"',501:'"Not Implemented"',502:'"Bad Gateway"',503:'"Service Unavailable"',504:'"Gateway Timeout"',505:'"HTTP Version Not Supported"',506:'"Variant Also Negotiates"',507:'"Insufficient Storage"',508:'"Loop Detected"',510:'"Not Extended"',511:'"Network Authentication Required"'};function K3(t){return Number.parseInt(t,10)}const q3=wt(tE),P3=q3.keyof().pipe(t=>K3(t));wt([P3,"string"]);function I3(t){return Y.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 500 101",...t,children:[Y.jsx("title",{children:"Tempest Games Logo"}),Y.jsx("path",{d:"M155.76.93v59.89h-17.11V7.78h-13.69V.93h30.8Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M202.91,7.86h-13.18v17.03h13.18v6.84h-13.18v22.24h13.18v6.84h-30.29V.93h30.29v6.93Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M289.49.93v59.89h-17.11V7.78h-.43c-8.21,0-11.21,5.82-11.21,17.03v36.02h-16.25V24.8c0-11.21-2.99-17.03-11.21-17.03h-.43v53.04h-17.11V.93h18.74c9.92,0,15.31,4.96,18.14,11.21,2.82-6.25,8.21-11.21,18.14-11.21h18.73Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M352.82,29.68c0,11.72-6.42,19.16-24.55,19.16h-4.53v11.98h-17.11V1.1l46.2-.17v28.75ZM323.73,7.78v34.22h2.48c7.36,0,9.5-4.11,9.5-12.15V7.78h-11.98Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M396.8,7.86h-13.17v17.03h13.17v6.84h-13.17v22.24h13.17v6.84h-30.28V.93h30.28v6.93Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M425.9,12.57v14.03h27.89v16.94c0,12.75-1.71,18.13-16.43,18.13h-14.54c-9.58,0-14.03-2.74-14.03-11.97v-5.99h15.4v5.13c0,4.53.77,5.99,4.62,5.99h1.71c5.05,0,6.16-1.46,6.16-6.84v-14.54h-27.89v-16.68c0-13.52,3.85-16.68,18.82-16.68h12.83c8.81,0,13.17,1.54,13.17,10.78v7.19h-15.4v-6.5c0-3.42-1.03-4.62-4.45-4.62h-1.45c-4.28,0-6.42,1.46-6.42,5.65Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M500,7.78h-13.69v53.04h-17.11V.93h30.8v6.84Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M155.96,93.78v-3.57h-5.58v-7.14h13.39v17.85h-24.76v-28.56h24.76v7.14h-16.96v14.28h9.15Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M224.26,100.92h-8.25v-10.71h-8.25v3.57h4.68v7.14h-12.94v-17.85h16.51v-3.57h-16.51v-7.14h24.76v28.56Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M259.99,72.36h30.57v28.56h-7.81v-21.42h-3.57v21.42h-7.81v-21.42h-3.57v21.42h-7.81v-28.56Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M343.24,83.08v-3.57h-9.14v14.28h16.96v7.14h-24.76v-28.56h24.76v17.85h-13.38v-7.14h5.57Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M394.59,79.5v3.57h16.96v17.85h-24.76v-7.14h16.96v-3.57h-16.96v-17.85h24.76v7.14h-16.96Z",style:{fill:"var(--logo-color)",strokeWidth:0}}),Y.jsx("path",{d:"M0,63.42v-20.84h20.83L0,63.42ZM100,.92v32.29h-35.42v8.33h-8.33V14.46h-22.92l1.04,7.29h9.38v19.79h-8.33v-8.33H0V.92h100ZM0,100.92v-26.04l6.25-1.04,25-26.04,1.04,1.05-10.42,18.75-4.16,7.29h13.54l3.13-3.12,8.33-22.92h1.04v41.66h3.12l9.38-8.33v-33.33h1.04l8.33,22.92,3.12,3.12h13.54l-4.17-7.29-10.42-19.8,1.04-1.04,25,27.09,6.25,1.04v26.04H0ZM100,42.59v20.84l-20.83-20.84h20.83Z",style:{fill:"var(--logo-color)",strokeWidth:0}})]})}function nE(t){return Y.jsx("a",{...t})}const H3={class:"_class_1riwg_1"},cp=["โ ‹","โ ™","โ ธ","โ ด","โ ฆ","โ ‡"];function F3({input:t}){const e=V.useRef(null),[n,r]=V.useState(typeof t=="string"?t:null);return V.useEffect(()=>{let o=!0,c;if(typeof t=="string")r(t);else{let u=0;c=setInterval(()=>{e.current&&(e.current.textContent=cp[u],u=(u+1)%cp.length)},100),t.then(d=>{o&&(clearInterval(c),r(d))})}return()=>{o=!1,c&&clearInterval(c)}},[t]),Y.jsx("span",{ref:e,children:n??cp[0]})}var G3=Object.create,iE=Object.defineProperty,Y3=Object.getOwnPropertyDescriptor,rE=Object.getOwnPropertyNames,X3=Object.getPrototypeOf,J3=Object.prototype.hasOwnProperty,bi=(t,e)=>function(){return e||(0,t[rE(t)[0]])((e={exports:{}}).exports,e),e.exports},Z3=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(var o=rE(e),c=0,u=o.length,d;c<u;c++)d=o[c],!J3.call(t,d)&&d!==n&&iE(t,d,{get:(h=>e[h]).bind(null,d),enumerable:!(r=Y3(e,d))||r.enumerable});return t},yt=(t,e,n)=>(n=t!=null?G3(X3(t)):{},Z3(iE(n,"default",{value:t,enumerable:!0}),t)),sE=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/typeof.js"(t,e){function n(r){"@babel/helpers - typeof";return e.exports=n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(o){return typeof o}:function(o){return o&&typeof Symbol=="function"&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},e.exports.__esModule=!0,e.exports.default=e.exports,n(r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}}),Q3=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/toPrimitive.js"(t,e){var n=sE().default;function r(o,c){if(n(o)!="object"||!o)return o;var u=o[Symbol.toPrimitive];if(u!==void 0){var d=u.call(o,c||"default");if(n(d)!="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(o)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}}),W3=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/toPropertyKey.js"(t,e){var n=sE().default,r=Q3();function o(c){var u=r(c,"string");return n(u)=="symbol"?u:u+""}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports}}),Ts=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/defineProperty.js"(t,e){var n=W3();function r(o,c,u){return(c=n(c))in o?Object.defineProperty(o,c,{value:u,enumerable:!0,configurable:!0,writable:!0}):o[c]=u,o}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}}),Jn=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/objectSpread2.js"(t,e){var n=Ts();function r(c,u){var d=Object.keys(c);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(c);u&&(h=h.filter(function(p){return Object.getOwnPropertyDescriptor(c,p).enumerable})),d.push.apply(d,h)}return d}function o(c){for(var u=1;u<arguments.length;u++){var d=arguments[u]!=null?arguments[u]:{};u%2?r(Object(d),!0).forEach(function(h){n(c,h,d[h])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(d)):r(Object(d)).forEach(function(h){Object.defineProperty(c,h,Object.getOwnPropertyDescriptor(d,h))})}return c}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports}});function Tf(t){const e={subscribe(n){let r=null,o=!1,c=!1,u=!1;function d(){if(r===null){u=!0;return}c||(c=!0,typeof r=="function"?r():r&&r.unsubscribe())}return r=t({next(h){var p;o||(p=n.next)===null||p===void 0||p.call(n,h)},error(h){var p;o||(o=!0,(p=n.error)===null||p===void 0||p.call(n,h),d())},complete(){var h;o||(o=!0,(h=n.complete)===null||h===void 0||h.call(n),d())}}),u&&d(),{unsubscribe:d}},pipe(...n){return n.reduce(eL,e)}};return e}function eL(t,e){return e(t)}function tL(t){const e=new AbortController;return new Promise((r,o)=>{let c=!1;function u(){c||(c=!0,d.unsubscribe())}e.signal.addEventListener("abort",()=>{o(e.signal.reason)});const d=t.subscribe({next(h){c=!0,r(h),u()},error(h){o(h)},complete(){e.abort(),u()}})})}function nL(t){return e=>{let n=0,r=null;const o=[];function c(){r||(r=e.subscribe({next(d){for(const p of o){var h;(h=p.next)===null||h===void 0||h.call(p,d)}},error(d){for(const p of o){var h;(h=p.error)===null||h===void 0||h.call(p,d)}},complete(){for(const h of o){var d;(d=h.complete)===null||d===void 0||d.call(h)}}}))}function u(){if(n===0&&r){const d=r;r=null,d.unsubscribe()}}return Tf(d=>(n++,o.push(d),c(),{unsubscribe(){n--,u();const h=o.findIndex(p=>p===d);h>-1&&o.splice(h,1)}}))}}function iL(t){let e=t;const n=[],r=u=>{e!==void 0&&u.next(e),n.push(u)},o=u=>{n.splice(n.indexOf(u),1)},c=Tf(u=>(r(u),()=>{o(u)}));return c.next=u=>{if(e!==u){e=u;for(const d of n)d.next(u)}},c.get=()=>e,c}function rL(t){return Tf(e=>{function n(o=0,c=t.op){const u=t.links[o];if(!u)throw new Error("No more links to execute - did you forget to add an ending link?");return u({op:c,next(h){return n(o+1,h)}})}return n().subscribe(e)})}function dl(t){return!!t&&!Array.isArray(t)&&typeof t=="object"}var sL=Object.create,oE=Object.defineProperty,oL=Object.getOwnPropertyDescriptor,aE=Object.getOwnPropertyNames,aL=Object.getPrototypeOf,lL=Object.prototype.hasOwnProperty,Dl=(t,e)=>function(){return e||(0,t[aE(t)[0]])((e={exports:{}}).exports,e),e.exports},cL=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(var o=aE(e),c=0,u=o.length,d;c<u;c++)d=o[c],!lL.call(t,d)&&d!==n&&oE(t,d,{get:(h=>e[h]).bind(null,d),enumerable:!(r=oL(e,d))||r.enumerable});return t},Af=(t,e,n)=>(n=t!=null?sL(aL(t)):{},cL(oE(n,"default",{value:t,enumerable:!0}),t));const lE=()=>{},zx=t=>{Object.freeze&&Object.freeze(t)};function cE(t,e,n){var r;const o=e.join(".");return(r=n[o])!==null&&r!==void 0||(n[o]=new Proxy(lE,{get(c,u){if(!(typeof u!="string"||u==="then"))return cE(t,[...e,u],n)},apply(c,u,d){const h=e[e.length-1];let p={args:d,path:e};return h==="call"?p={args:d.length>=2?[d[1]]:[],path:e.slice(0,-1)}:h==="apply"&&(p={args:d.length>=2?d[1]:[],path:e.slice(0,-1)}),zx(p.args),zx(p.path),t(p)}})),n[o]}const uL=t=>cE(t,[],Object.create(null)),fL=t=>new Proxy(lE,{get(e,n){if(n!=="then")return t(n)}});var uE=Dl({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/typeof.js"(t,e){function n(r){"@babel/helpers - typeof";return e.exports=n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(o){return typeof o}:function(o){return o&&typeof Symbol=="function"&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},e.exports.__esModule=!0,e.exports.default=e.exports,n(r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}}),dL=Dl({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/toPrimitive.js"(t,e){var n=uE().default;function r(o,c){if(n(o)!="object"||!o)return o;var u=o[Symbol.toPrimitive];if(u!==void 0){var d=u.call(o,c||"default");if(n(d)!="object")return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return(c==="string"?String:Number)(o)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}}),hL=Dl({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/toPropertyKey.js"(t,e){var n=uE().default,r=dL();function o(c){var u=r(c,"string");return n(u)=="symbol"?u:u+""}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports}}),fE=Dl({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/defineProperty.js"(t,e){var n=hL();function r(o,c,u){return(c=n(c))in o?Object.defineProperty(o,c,{value:u,enumerable:!0,configurable:!0,writable:!0}):o[c]=u,o}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}}),Cy=Dl({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/objectSpread2.js"(t,e){var n=fE();function r(c,u){var d=Object.keys(c);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(c);u&&(h=h.filter(function(p){return Object.getOwnPropertyDescriptor(c,p).enumerable})),d.push.apply(d,h)}return d}function o(c){for(var u=1;u<arguments.length;u++){var d=arguments[u]!=null?arguments[u]:{};u%2?r(Object(d),!0).forEach(function(h){n(c,h,d[h])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(d)):r(Object(d)).forEach(function(h){Object.defineProperty(c,h,Object.getOwnPropertyDescriptor(d,h))})}return c}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports}});Af(Cy());Af(fE());var ru=Af(Cy());function pL(t,e){if("error"in t){const r=e.deserialize(t.error);return{ok:!1,error:(0,ru.default)((0,ru.default)({},t),{},{error:r})}}return{ok:!0,result:(0,ru.default)((0,ru.default)({},t.result),(!t.result.type||t.result.type==="data")&&{type:"data",data:e.deserialize(t.result.data)})}}var up=class extends Error{constructor(){super("Unable to transform response from server")}};function mL(t,e){let n;try{n=pL(t,e)}catch{throw new up}if(!n.ok&&(!dl(n.error.error)||typeof n.error.error.code!="number"))throw new up;if(n.ok&&!dl(n.result))throw new up;return n}Af(Cy());var su=yt(Ts()),ho=yt(Jn());function yL(t){return t instanceof Uo}function gL(t){return dl(t)&&dl(t.error)&&typeof t.error.code=="number"&&typeof t.error.message=="string"}function bL(t,e){return typeof t=="string"?t:dl(t)&&typeof t.message=="string"?t.message:e}var Uo=class gu extends Error{constructor(e,n){var r,o;const c=n?.cause;super(e,{cause:c}),(0,su.default)(this,"cause",void 0),(0,su.default)(this,"shape",void 0),(0,su.default)(this,"data",void 0),(0,su.default)(this,"meta",void 0),this.meta=n?.meta,this.cause=c,this.shape=n==null||(r=n.result)===null||r===void 0?void 0:r.error,this.data=n==null||(o=n.result)===null||o===void 0?void 0:o.error.data,this.name="TRPCClientError",Object.setPrototypeOf(this,gu.prototype)}static from(e,n={}){const r=e;return yL(r)?(n.meta&&(r.meta=(0,ho.default)((0,ho.default)({},r.meta),n.meta)),r):gL(r)?new gu(r.error.message,(0,ho.default)((0,ho.default)({},n),{},{result:r})):new gu(bL(r,"Unknown error"),(0,ho.default)((0,ho.default)({},n),{},{cause:r}))}};function vL(t){const e=t;return e?"input"in e?e:{input:e,output:e}:{input:{serialize:n=>n,deserialize:n=>n},output:{serialize:n=>n,deserialize:n=>n}}}const Kx=t=>typeof t=="function";function SL(t){if(t)return t;if(typeof window<"u"&&Kx(window.fetch))return window.fetch;if(typeof globalThis<"u"&&Kx(globalThis.fetch))return globalThis.fetch;throw new Error("No fetch implementation found")}var il=yt(Jn());function xL(t){return{url:t.url.toString(),fetch:t.fetch,transformer:vL(t.transformer),methodOverride:t.methodOverride}}function wL(t){const e={};for(let n=0;n<t.length;n++){const r=t[n];e[n]=r}return e}const TL={query:"GET",mutation:"POST",subscription:"PATCH"};function dE(t){return"input"in t?t.transformer.input.serialize(t.input):wL(t.inputs.map(e=>t.transformer.input.serialize(e)))}const hE=t=>{const e=t.url.split("?");let r=e[0].replace(/\/$/,"")+"/"+t.path;const o=[];if(e[1]&&o.push(e[1]),"inputs"in t&&o.push("batch=1"),t.type==="query"||t.type==="subscription"){const c=dE(t);c!==void 0&&t.methodOverride!=="POST"&&o.push(`input=${encodeURIComponent(JSON.stringify(c))}`)}return o.length&&(r+="?"+o.join("&")),r},AL=t=>{if(t.type==="query"&&t.methodOverride!=="POST")return;const e=dE(t);return e!==void 0?JSON.stringify(e):void 0},EL=t=>kL((0,il.default)((0,il.default)({},t),{},{contentTypeHeader:"application/json",getUrl:hE,getBody:AL}));var RL=class extends Error{constructor(){const t="AbortError";super(t),this.name=t,this.message=t}};const OL=t=>{var e;if(t?.aborted)throw(e=t.throwIfAborted)===null||e===void 0||e.call(t),typeof DOMException<"u"?new DOMException("AbortError","AbortError"):new RL};async function _L(t){var e;OL(t.signal);const n=t.getUrl(t),r=t.getBody(t),{type:o}=t,c=await(async()=>{const d=await t.headers();return Symbol.iterator in d?Object.fromEntries(d):d})(),u=(0,il.default)((0,il.default)((0,il.default)({},t.contentTypeHeader?{"content-type":t.contentTypeHeader}:{}),t.trpcAcceptHeader?{"trpc-accept":t.trpcAcceptHeader}:void 0),c);return SL(t.fetch)(n,{method:(e=t.methodOverride)!==null&&e!==void 0?e:TL[o],signal:t.signal,body:r,headers:u})}async function kL(t){const e={},n=await _L(t);e.response=n;const r=await n.json();return e.responseJSON=r,{json:r,meta:e}}yt(Jn());const qx=()=>{throw new Error("Something went wrong. Please submit an issue at https://github.com/trpc/trpc/issues/new")};function Px(t){let e=null,n=null;const r=()=>{clearTimeout(n),n=null,e=null};function o(d){const h=[[]];let p=0;for(;;){const v=d[p];if(!v)break;const S=h[h.length-1];if(v.aborted){var y;(y=v.reject)===null||y===void 0||y.call(v,new Error("Aborted")),p++;continue}if(t.validate(S.concat(v).map(T=>T.key))){S.push(v),p++;continue}if(S.length===0){var g;(g=v.reject)===null||g===void 0||g.call(v,new Error("Input is too big for a single dispatch")),p++;continue}h.push([])}return h}function c(){const d=o(e);r();for(const h of d){if(!h.length)continue;const p={items:h};for(const g of h)g.batch=p;t.fetch(p.items.map(g=>g.key)).then(async g=>{await Promise.all(g.map(async(S,w)=>{const T=p.items[w];try{var D;const O=await Promise.resolve(S);(D=T.resolve)===null||D===void 0||D.call(T,O)}catch(O){var C;(C=T.reject)===null||C===void 0||C.call(T,O)}T.batch=null,T.reject=null,T.resolve=null}));for(const S of p.items){var v;(v=S.reject)===null||v===void 0||v.call(S,new Error("Missing result")),S.batch=null}}).catch(g=>{for(const S of p.items){var v;(v=S.reject)===null||v===void 0||v.call(S,g),S.batch=null}})}}function u(d){var h;const p={aborted:!1,key:d,batch:null,resolve:qx,reject:qx},y=new Promise((g,v)=>{var S;p.reject=v,p.resolve=g,(S=e)!==null&&S!==void 0||(e=[]),e.push(p)});return(h=n)!==null&&h!==void 0||(n=setTimeout(c)),y}return{load:u}}function ML(...t){const e=new AbortController,n=t.length;let r=0;const o=()=>{++r===n&&e.abort()};for(const c of t)c?.aborted?o():c?.addEventListener("abort",o,{once:!0});return e.signal}var ou=yt(Jn());function CL(t){var e,n;const r=xL(t),o=(e=t.maxURLLength)!==null&&e!==void 0?e:1/0,c=(n=t.maxItems)!==null&&n!==void 0?n:1/0;return()=>{const u=y=>({validate(g){if(o===1/0&&c===1/0)return!0;if(g.length>c)return!1;const v=g.map(T=>T.path).join(","),S=g.map(T=>T.input);return hE((0,ou.default)((0,ou.default)({},r),{},{type:y,path:v,inputs:S,signal:null})).length<=o},async fetch(g){const v=g.map(O=>O.path).join(","),S=g.map(O=>O.input),w=ML(...g.map(O=>O.signal)),T=await EL((0,ou.default)((0,ou.default)({},r),{},{path:v,inputs:S,type:y,headers(){return t.headers?typeof t.headers=="function"?t.headers({opList:g}):t.headers:{}},signal:w}));return(Array.isArray(T.json)?T.json:g.map(()=>T.json)).map(O=>({meta:T.meta,json:O}))}}),d=Px(u("query")),h=Px(u("mutation")),p={query:d,mutation:h};return({op:y})=>Tf(g=>{/* istanbul ignore if -- @preserve */if(y.type==="subscription")throw new Error("Subscriptions are unsupported by `httpLink` - use `httpSubscriptionLink` or `wsLink`");const S=p[y.type].load(y);let w;return S.then(T=>{w=T;const D=mL(T.json,r.transformer.output);if(!D.ok){g.error(Uo.from(D.error,{meta:T.meta}));return}g.next({context:T.meta,result:D.result}),g.complete()}).catch(T=>{g.error(Uo.from(T,{meta:w?.meta}))}),()=>{}})}}yt(Jn());const pE=(t,...e)=>typeof t=="function"?t(...e):t;yt(Ts());function DL(){let t,e;return{promise:new Promise((r,o)=>{t=r,e=o}),resolve:t,reject:e}}async function NL(t){const e=await pE(t.url);if(!t.connectionParams)return e;const r=`${e.includes("?")?"&":"?"}connectionParams=1`;return e+r}async function $L(t){const e={method:"connectionParams",data:await pE(t)};return JSON.stringify(e)}yt(Ts());var ss=yt(Ts());function jL(t){const{promise:e,resolve:n,reject:r}=DL();return t.addEventListener("open",()=>{t.removeEventListener("error",r),n()}),t.addEventListener("error",r),e}function BL(t,{intervalMs:e,pongTimeoutMs:n}){let r,o;function c(){r=setTimeout(()=>{t.send("PING"),o=setTimeout(()=>{t.close()},n)},e)}function u(){clearTimeout(r),c()}function d(){clearTimeout(o),u()}t.addEventListener("open",c),t.addEventListener("message",({data:h})=>{clearTimeout(r),c(),h==="PONG"&&d()}),t.addEventListener("close",()=>{clearTimeout(r),clearTimeout(o)})}var LL=class fm{constructor(e){var n;if((0,ss.default)(this,"id",++fm.connectCount),(0,ss.default)(this,"WebSocketPonyfill",void 0),(0,ss.default)(this,"urlOptions",void 0),(0,ss.default)(this,"keepAliveOpts",void 0),(0,ss.default)(this,"wsObservable",iL(null)),(0,ss.default)(this,"openPromise",null),this.WebSocketPonyfill=(n=e.WebSocketPonyfill)!==null&&n!==void 0?n:WebSocket,!this.WebSocketPonyfill)throw new Error("No WebSocket implementation found - you probably don't want to use this on the server, but if you do you need to pass a `WebSocket`-ponyfill");this.urlOptions=e.urlOptions,this.keepAliveOpts=e.keepAlive}get ws(){return this.wsObservable.get()}set ws(e){this.wsObservable.next(e)}isOpen(){return!!this.ws&&this.ws.readyState===this.WebSocketPonyfill.OPEN&&!this.openPromise}isClosed(){return!!this.ws&&(this.ws.readyState===this.WebSocketPonyfill.CLOSING||this.ws.readyState===this.WebSocketPonyfill.CLOSED)}async open(){var e=this;if(e.openPromise)return e.openPromise;e.id=++fm.connectCount;const n=NL(e.urlOptions).then(r=>new e.WebSocketPonyfill(r));e.openPromise=n.then(async r=>{e.ws=r,r.addEventListener("message",function({data:o}){o==="PING"&&this.send("PONG")}),e.keepAliveOpts.enabled&&BL(r,e.keepAliveOpts),r.addEventListener("close",()=>{e.ws===r&&(e.ws=null)}),await jL(r),e.urlOptions.connectionParams&&r.send(await $L(e.urlOptions.connectionParams))});try{await e.openPromise}finally{e.openPromise=null}}async close(){var e=this;try{await e.openPromise}finally{var n;(n=e.ws)===null||n===void 0||n.close()}}};(0,ss.default)(LL,"connectCount",0);yt(Ts());yt(Jn());var fp=yt(Ts()),Ix=yt(Jn()),VL=class{constructor(t){(0,fp.default)(this,"links",void 0),(0,fp.default)(this,"runtime",void 0),(0,fp.default)(this,"requestId",void 0),this.requestId=0,this.runtime={},this.links=t.links.map(e=>e(this.runtime))}$request(t){var e;return rL({links:this.links,op:(0,Ix.default)((0,Ix.default)({},t),{},{context:(e=t.context)!==null&&e!==void 0?e:{},id:++this.requestId})}).pipe(nL())}async requestAsPromise(t){var e=this;try{const n=e.$request(t);return(await tL(n)).result.data}catch(n){throw Uo.from(n)}}query(t,e,n){return this.requestAsPromise({type:"query",path:t,input:e,context:n?.context,signal:n?.signal})}mutation(t,e,n){return this.requestAsPromise({type:"mutation",path:t,input:e,context:n?.context,signal:n?.signal})}subscription(t,e,n){return this.$request({type:"subscription",path:t,input:e,context:n.context,signal:n.signal}).subscribe({next(o){switch(o.result.type){case"state":{var c;(c=n.onConnectionStateChange)===null||c===void 0||c.call(n,o.result);break}case"started":{var u;(u=n.onStarted)===null||u===void 0||u.call(n,{context:o.context});break}case"stopped":{var d;(d=n.onStopped)===null||d===void 0||d.call(n);break}case"data":case void 0:{var h;(h=n.onData)===null||h===void 0||h.call(n,o.result.data);break}}},error(o){var c;(c=n.onError)===null||c===void 0||c.call(n,o)},complete(){var o;(o=n.onComplete)===null||o===void 0||o.call(n)}})}};const UL=Symbol.for("trpc_untypedClient"),zL={query:"query",mutate:"mutation",subscribe:"subscription"},KL=t=>zL[t];function qL(t){const e=uL(({path:n,args:r})=>{const o=[...n],c=KL(o.pop()),u=o.join(".");return t[c](u,...r)});return fL(n=>n===UL?t:e[n])}function PL(t){const e=new VL(t);return qL(e)}yt(Jn());yt(Jn());var IL=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/asyncIterator.js"(t,e){function n(o){var c,u,d,h=2;for(typeof Symbol<"u"&&(u=Symbol.asyncIterator,d=Symbol.iterator);h--;){if(u&&(c=o[u])!=null)return c.call(o);if(d&&(c=o[d])!=null)return new r(c.call(o));u="@@asyncIterator",d="@@iterator"}throw new TypeError("Object is not async iterable")}function r(o){function c(u){if(Object(u)!==u)return Promise.reject(new TypeError(u+" is not an object."));var d=u.done;return Promise.resolve(u.value).then(function(h){return{value:h,done:d}})}return r=function(d){this.s=d,this.n=d.next},r.prototype={s:null,n:null,next:function(){return c(this.n.apply(this.s,arguments))},return:function(d){var h=this.s.return;return h===void 0?Promise.resolve({value:d,done:!0}):c(h.apply(this.s,arguments))},throw:function(d){var h=this.s.return;return h===void 0?Promise.reject(d):c(h.apply(this.s,arguments))}},new r(o)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}});yt(IL());yt(Jn());var HL=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(t,e){function n(){var r=typeof SuppressedError=="function"?SuppressedError:function(d,h){var p=Error();return p.name="SuppressedError",p.error=d,p.suppressed=h,p},o={},c=[];function u(d,h){if(h!=null){if(Object(h)!==h)throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");if(d)var p=h[Symbol.asyncDispose||Symbol.for("Symbol.asyncDispose")];if(p===void 0&&(p=h[Symbol.dispose||Symbol.for("Symbol.dispose")],d))var y=p;if(typeof p!="function")throw new TypeError("Object is not disposable.");y&&(p=function(){try{y.call(h)}catch(v){return Promise.reject(v)}}),c.push({v:h,d:p,a:d})}else d&&c.push({d:h,a:d});return h}return{e:o,u:u.bind(null,!1),a:u.bind(null,!0),d:function(){var h,p=this.e,y=0;function g(){for(;h=c.pop();)try{if(!h.a&&y===1)return y=0,c.push(h),Promise.resolve().then(g);if(h.d){var S=h.d.call(h.v);if(h.a)return y|=2,Promise.resolve(S).then(g,v)}else y|=1}catch(w){return v(w)}if(y===1)return p!==o?Promise.reject(p):Promise.resolve();if(p!==o)throw p}function v(S){return p=p!==o?new r(S,p):S,g()}return g()}}}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}}),mE=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/OverloadYield.js"(t,e){function n(r,o){this.v=r,this.k=o}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}}),FL=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/awaitAsyncGenerator.js"(t,e){var n=mE();function r(o){return new n(o,0)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}}),GL=bi({"../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/wrapAsyncGenerator.js"(t,e){var n=mE();function r(c){return function(){return new o(c.apply(this,arguments))}}function o(c){var u,d;function h(y,g){try{var v=c[y](g),S=v.value,w=S instanceof n;Promise.resolve(w?S.v:S).then(function(T){if(w){var D=y==="return"?"return":"next";if(!S.k||T.done)return h(D,T);T=c[D](T).value}p(v.done?"return":"normal",T)},function(T){h("throw",T)})}catch(T){p("throw",T)}}function p(y,g){switch(y){case"return":u.resolve({value:g,done:!0});break;case"throw":u.reject(g);break;default:u.resolve({value:g,done:!1})}(u=u.next)?h(u.key,u.arg):d=null}this._invoke=function(y,g){return new Promise(function(v,S){var w={key:y,arg:g,resolve:v,reject:S,next:null};d?d=d.next=w:(u=d=w,h(y,g))})},typeof c.return!="function"&&(this.return=void 0)}o.prototype[typeof Symbol=="function"&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},o.prototype.next=function(c){return this._invoke("next",c)},o.prototype.throw=function(c){return this._invoke("throw",c)},o.prototype.return=function(c){return this._invoke("return",c)},e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}});yt(HL());yt(FL());yt(GL());yt(Jn());var YL={};function yE(t,e){if(t instanceof Promise)throw new Error(e)}function XL(t,e){const n={},r=[];for(const o in t){const c=t[o]["~standard"].validate(e[o]);if(yE(c,`Validation must be synchronous, but ${o} returned a Promise.`),c.issues){r.push(...c.issues.map(u=>({...u,message:u.message,path:[o,...u.path??[]]})));continue}n[o]=c.value}return r.length?{issues:r}:{value:n}}function JL(t){const e=t.runtimeEnvStrict??t.runtimeEnv??YL;if(t.emptyStringAsUndefined??!1)for(const[O,M]of Object.entries(e))M===""&&delete e[O];if(!!t.skipValidation)return e;const o=typeof t.client=="object"?t.client:{},c=typeof t.server=="object"?t.server:{},u=typeof t.shared=="object"?t.shared:{},d=t.isServer??(typeof window>"u"||"Deno"in window),h=d?{...c,...u,...o}:{...o,...u},p=t.createFinalSchema?.(h,d)["~standard"].validate(e)??XL(h,e);yE(p,"Validation must be synchronous");const y=t.onValidationError??(O=>{throw console.error("โŒ Invalid environment variables:",O),new Error("Invalid environment variables")}),g=t.onInvalidAccess??(()=>{throw new Error("โŒ Attempted to access a server-side environment variable on the client")});if(p.issues)return y(p.issues);const v=O=>t.clientPrefix?!O.startsWith(t.clientPrefix)&&!(O in u):!0,S=O=>d||!v(O),w=O=>O==="__esModule"||O==="$$typeof",T=(t.extends??[]).reduce((O,M)=>Object.assign(O,M),{}),D=Object.assign(T,p.value);return new Proxy(D,{get(O,M){if(typeof M=="string"&&!w(M))return S(M)?Reflect.get(O,M):g(M)}})}const ZL={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1,VITE_BACKEND_ORIGIN:"https://realtime.tempest.games"},QL="__vite_start_time"in globalThis,WL=typeof window<"u",ji=wt("string"),Hx=wt('"true" | "false" | undefined'),gE=JL({isServer:!QL&&!WL,server:{CI:wt("string | undefined").pipe(Boolean),POSTGRES_USER:ji,POSTGRES_PASSWORD:ji,POSTGRES_DATABASE:ji,POSTGRES_HOST:ji,POSTGRES_PORT:ji.pipe(t=>Number.parseInt(t,10)),BACKEND_PORT:ji.pipe(t=>Number.parseInt(t,10)),RUN_WORKERS_FROM_SOURCE:Hx.pipe(t=>t==="true"),FRONTEND_PORT:ji.pipe(t=>Number.parseInt(t,10)),FRONTEND_ORIGINS:ji.pipe.try(t=>JSON.parse(t),wt("string[]")),API_KEY_OPENAI:wt("string | undefined"),API_KEY_RESEND:wt("string | undefined")},clientPrefix:"VITE_",client:{VITE_BACKEND_ORIGIN:ji,VITE_DEV_FRONTEND_HOST:wt("string | undefined"),VITE_DEV_HTTPS:Hx.pipe(t=>t==="true")},runtimeEnv:ZL,emptyStringAsUndefined:!0}),on=PL({links:[CL({url:gE.VITE_BACKEND_ORIGIN,fetch(t,e){return e?(Object.assign(e,{credentials:"include"}),fetch(t,e)):fetch(t)}})]}),eV=ct({key:"appVersionQuery",default:on.version.query});ct({key:"lastKnownVersion",default:null,effects:[L1(localStorage,JSON,"lastKnownVersion")]});const tV=pi({key:"appVersion",get:async({get:t})=>{const e=t(eV),{version:n}=await e;return n}});function dp(t){return["optional",t]}function nV(t,e){let n=[t];for(const r of e){if(typeof r!="string")return!1;n=n.flatMap(o=>{if(o===null)return[];const c=[],u=o[1],d=u[r];d!==void 0&&c.push(d);const h=Object.keys(u).find(p=>p.startsWith("$"));if(h){const p=u[h];p&&c.push(p)}return c})}for(const r of n)if(r===null||r[0]==="optional")return!0;return!1}const di=Object.create(null);di.open="0";di.close="1";di.ping="2";di.pong="3";di.message="4";di.upgrade="5";di.noop="6";const bu=Object.create(null);Object.keys(di).forEach(t=>{bu[di[t]]=t});const dm={type:"error",data:"parser error"},bE=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",vE=typeof ArrayBuffer=="function",SE=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,Dy=({type:t,data:e},n,r)=>bE&&e instanceof Blob?n?r(e):Fx(e,r):vE&&(e instanceof ArrayBuffer||SE(e))?n?r(e):Fx(new Blob([e]),r):r(di[t]+(e||"")),Fx=(t,e)=>{const n=new FileReader;return n.onload=function(){const r=n.result.split(",")[1];e("b"+(r||""))},n.readAsDataURL(t)};function Gx(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let hp;function iV(t,e){if(bE&&t.data instanceof Blob)return t.data.arrayBuffer().then(Gx).then(e);if(vE&&(t.data instanceof ArrayBuffer||SE(t.data)))return e(Gx(t.data));Dy(t,!1,n=>{hp||(hp=new TextEncoder),e(hp.encode(n))})}const Yx="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",el=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t<Yx.length;t++)el[Yx.charCodeAt(t)]=t;const rV=t=>{let e=t.length*.75,n=t.length,r,o=0,c,u,d,h;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const p=new ArrayBuffer(e),y=new Uint8Array(p);for(r=0;r<n;r+=4)c=el[t.charCodeAt(r)],u=el[t.charCodeAt(r+1)],d=el[t.charCodeAt(r+2)],h=el[t.charCodeAt(r+3)],y[o++]=c<<2|u>>4,y[o++]=(u&15)<<4|d>>2,y[o++]=(d&3)<<6|h&63;return p},sV=typeof ArrayBuffer=="function",Ny=(t,e)=>{if(typeof t!="string")return{type:"message",data:xE(t,e)};const n=t.charAt(0);return n==="b"?{type:"message",data:oV(t.substring(1),e)}:bu[n]?t.length>1?{type:bu[n],data:t.substring(1)}:{type:bu[n]}:dm},oV=(t,e)=>{if(sV){const n=rV(t);return xE(n,e)}else return{base64:!0,data:t}},xE=(t,e)=>{switch(e){case"blob":return t instanceof Blob?t:new Blob([t]);case"arraybuffer":default:return t instanceof ArrayBuffer?t:t.buffer}},wE="",aV=(t,e)=>{const n=t.length,r=new Array(n);let o=0;t.forEach((c,u)=>{Dy(c,!1,d=>{r[u]=d,++o===n&&e(r.join(wE))})})},lV=(t,e)=>{const n=t.split(wE),r=[];for(let o=0;o<n.length;o++){const c=Ny(n[o],e);if(r.push(c),c.type==="error")break}return r};function cV(){return new TransformStream({transform(t,e){iV(t,n=>{const r=n.length;let o;if(r<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,r);else if(r<65536){o=new Uint8Array(3);const c=new DataView(o.buffer);c.setUint8(0,126),c.setUint16(1,r)}else{o=new Uint8Array(9);const c=new DataView(o.buffer);c.setUint8(0,127),c.setBigUint64(1,BigInt(r))}t.data&&typeof t.data!="string"&&(o[0]|=128),e.enqueue(o),e.enqueue(n)})}})}let pp;function au(t){return t.reduce((e,n)=>e+n.length,0)}function lu(t,e){if(t[0].length===e)return t.shift();const n=new Uint8Array(e);let r=0;for(let o=0;o<e;o++)n[o]=t[0][r++],r===t[0].length&&(t.shift(),r=0);return t.length&&r<t[0].length&&(t[0]=t[0].slice(r)),n}function uV(t,e){pp||(pp=new TextDecoder);const n=[];let r=0,o=-1,c=!1;return new TransformStream({transform(u,d){for(n.push(u);;){if(r===0){if(au(n)<1)break;const h=lu(n,1);c=(h[0]&128)===128,o=h[0]&127,o<126?r=3:o===126?r=1:r=2}else if(r===1){if(au(n)<2)break;const h=lu(n,2);o=new DataView(h.buffer,h.byteOffset,h.length).getUint16(0),r=3}else if(r===2){if(au(n)<8)break;const h=lu(n,8),p=new DataView(h.buffer,h.byteOffset,h.length),y=p.getUint32(0);if(y>Math.pow(2,21)-1){d.enqueue(dm);break}o=y*Math.pow(2,32)+p.getUint32(4),r=3}else{if(au(n)<o)break;const h=lu(n,o);d.enqueue(Ny(c?h:pp.decode(h),e)),r=0}if(o===0||o>t){d.enqueue(dm);break}}}})}const TE=4;function Tt(t){if(t)return fV(t)}function fV(t){for(var e in Tt.prototype)t[e]=Tt.prototype[e];return t}Tt.prototype.on=Tt.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this};Tt.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this};Tt.prototype.off=Tt.prototype.removeListener=Tt.prototype.removeAllListeners=Tt.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+t];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var r,o=0;o<n.length;o++)if(r=n[o],r===e||r.fn===e){n.splice(o,1);break}return n.length===0&&delete this._callbacks["$"+t],this};Tt.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),n=this._callbacks["$"+t],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(n){n=n.slice(0);for(var r=0,o=n.length;r<o;++r)n[r].apply(this,e)}return this};Tt.prototype.emitReserved=Tt.prototype.emit;Tt.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]};Tt.prototype.hasListeners=function(t){return!!this.listeners(t).length};const Ef=typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,n)=>n(e,0),Ln=typeof self<"u"?self:typeof window<"u"?window:Function("return this")(),dV="arraybuffer";function AE(t,...e){return e.reduce((n,r)=>(t.hasOwnProperty(r)&&(n[r]=t[r]),n),{})}const hV=Ln.setTimeout,pV=Ln.clearTimeout;function Rf(t,e){e.useNativeTimers?(t.setTimeoutFn=hV.bind(Ln),t.clearTimeoutFn=pV.bind(Ln)):(t.setTimeoutFn=Ln.setTimeout.bind(Ln),t.clearTimeoutFn=Ln.clearTimeout.bind(Ln))}const mV=1.33;function yV(t){return typeof t=="string"?gV(t):Math.ceil((t.byteLength||t.size)*mV)}function gV(t){let e=0,n=0;for(let r=0,o=t.length;r<o;r++)e=t.charCodeAt(r),e<128?n+=1:e<2048?n+=2:e<55296||e>=57344?n+=3:(r++,n+=4);return n}function EE(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function bV(t){let e="";for(let n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e}function vV(t){let e={},n=t.split("&");for(let r=0,o=n.length;r<o;r++){let c=n[r].split("=");e[decodeURIComponent(c[0])]=decodeURIComponent(c[1])}return e}class SV extends Error{constructor(e,n,r){super(e),this.description=n,this.context=r,this.type="TransportError"}}class $y extends Tt{constructor(e){super(),this.writable=!1,Rf(this,e),this.opts=e,this.query=e.query,this.socket=e.socket,this.supportsBinary=!e.forceBase64}onError(e,n,r){return super.emitReserved("error",new SV(e,n,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const n=Ny(e,this.socket.binaryType);this.onPacket(n)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,n={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&+(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const n=bV(e);return n.length?"?"+n:""}}class xV extends $y{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(e){this.readyState="pausing";const n=()=>{this.readyState="paused",e()};if(this._polling||!this.writable){let r=0;this._polling&&(r++,this.once("pollComplete",function(){--r||n()})),this.writable||(r++,this.once("drain",function(){--r||n()}))}else n()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const n=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};lV(e,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,aV(e,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=EE()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(e,n)}}let RE=!1;try{RE=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const wV=RE;function TV(){}class AV extends xV{constructor(e){if(super(e),typeof location<"u"){const n=location.protocol==="https:";let r=location.port;r||(r=n?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||r!==e.port}}doWrite(e,n){const r=this.request({method:"POST",data:e});r.on("success",n),r.on("error",(o,c)=>{this.onError("xhr post error",o,c)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(n,r)=>{this.onError("xhr poll error",n,r)}),this.pollXhr=e}}let _o=class vu extends Tt{constructor(e,n,r){super(),this.createRequest=e,Rf(this,r),this._opts=r,this._method=r.method||"GET",this._uri=n,this._data=r.data!==void 0?r.data:null,this._create()}_create(){var e;const n=AE(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this._opts.xd;const r=this._xhr=this.createRequest(n);try{r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&r.setRequestHeader(o,this._opts.extraHeaders[o])}}catch{}if(this._method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(e=this._opts.cookieJar)===null||e===void 0||e.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var o;r.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(r.getResponseHeader("set-cookie"))),r.readyState===4&&(r.status===200||r.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof r.status=="number"?r.status:0)},0))},r.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document<"u"&&(this._index=vu.requestsCount++,vu.requests[this._index]=this)}_onError(e){this.emitReserved("error",e,this._xhr),this._cleanup(!0)}_cleanup(e){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=TV,e)try{this._xhr.abort()}catch{}typeof document<"u"&&delete vu.requests[this._index],this._xhr=null}}_onLoad(){const e=this._xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};_o.requestsCount=0;_o.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Xx);else if(typeof addEventListener=="function"){const t="onpagehide"in Ln?"pagehide":"unload";addEventListener(t,Xx,!1)}}function Xx(){for(let t in _o.requests)_o.requests.hasOwnProperty(t)&&_o.requests[t].abort()}const EV=(function(){const t=OE({xdomain:!1});return t&&t.responseType!==null})();class RV extends AV{constructor(e){super(e);const n=e&&e.forceBase64;this.supportsBinary=EV&&!n}request(e={}){return Object.assign(e,{xd:this.xd},this.opts),new _o(OE,this.uri(),e)}}function OE(t){const e=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||wV))return new XMLHttpRequest}catch{}if(!e)try{return new Ln[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}const _E=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class OV extends $y{get name(){return"websocket"}doOpen(){const e=this.uri(),n=this.opts.protocols,r=_E?{}:AE(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(e,n,r)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let n=0;n<e.length;n++){const r=e[n],o=n===e.length-1;Dy(r,this.supportsBinary,c=>{try{this.doWrite(r,c)}catch{}o&&Ef(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=EE()),this.supportsBinary||(n.b64=1),this.createUri(e,n)}}const mp=Ln.WebSocket||Ln.MozWebSocket;class _V extends OV{createSocket(e,n,r){return _E?new mp(e,n,r):n?new mp(e,n):new mp(e)}doWrite(e,n){this.ws.send(n)}}class kV extends $y{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(e){return this.emitReserved("error",e)}this._transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{const n=uV(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=e.readable.pipeThrough(n).getReader(),o=cV();o.readable.pipeTo(e.writable),this._writer=o.writable.getWriter();const c=()=>{r.read().then(({done:d,value:h})=>{d||(this.onPacket(h),c())}).catch(d=>{})};c();const u={type:"open"};this.query.sid&&(u.data=`{"sid":"${this.query.sid}"}`),this._writer.write(u).then(()=>this.onOpen())})})}write(e){this.writable=!1;for(let n=0;n<e.length;n++){const r=e[n],o=n===e.length-1;this._writer.write(r).then(()=>{o&&Ef(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this._transport)===null||e===void 0||e.close()}}const MV={websocket:_V,webtransport:kV,polling:RV},CV=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,DV=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function hm(t){if(t.length>8e3)throw"URI too long";const e=t,n=t.indexOf("["),r=t.indexOf("]");n!=-1&&r!=-1&&(t=t.substring(0,n)+t.substring(n,r).replace(/:/g,";")+t.substring(r,t.length));let o=CV.exec(t||""),c={},u=14;for(;u--;)c[DV[u]]=o[u]||"";return n!=-1&&r!=-1&&(c.source=e,c.host=c.host.substring(1,c.host.length-1).replace(/;/g,":"),c.authority=c.authority.replace("[","").replace("]","").replace(/;/g,":"),c.ipv6uri=!0),c.pathNames=NV(c,c.path),c.queryKey=$V(c,c.query),c}function NV(t,e){const n=/\/{2,9}/g,r=e.replace(n,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&r.splice(0,1),e.slice(-1)=="/"&&r.splice(r.length-1,1),r}function $V(t,e){const n={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,o,c){o&&(n[o]=c)}),n}const pm=typeof addEventListener=="function"&&typeof removeEventListener=="function",Su=[];pm&&addEventListener("offline",()=>{Su.forEach(t=>t())},!1);class Cr extends Tt{constructor(e,n){if(super(),this.binaryType=dV,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,e&&typeof e=="object"&&(n=e,e=null),e){const r=hm(e);n.hostname=r.host,n.secure=r.protocol==="https"||r.protocol==="wss",n.port=r.port,r.query&&(n.query=r.query)}else n.host&&(n.hostname=hm(n.host).host);Rf(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},n.transports.forEach(r=>{const o=r.prototype.name;this.transports.push(o),this._transportsByName[o]=r}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=vV(this.opts.query)),pm&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Su.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(e){const n=Object.assign({},this.opts.query);n.EIO=TE,n.transport=e,this.id&&(n.sid=this.id);const r=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new this._transportsByName[e](r)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const e=this.opts.rememberUpgrade&&Cr.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const n=this.createTransport(e);n.open(),this.setTransport(n)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",n=>this._onClose("transport close",n))}onOpen(){this.readyState="open",Cr.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const n=new Error("server error");n.code=e.data,this._onError(n);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this._pingInterval=e.pingInterval,this._pingTimeout=e.pingTimeout,this._maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const e=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+e,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},e),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this._getWritablePackets();this.transport.send(e),this._prevBufferLen=e.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let r=0;r<this.writeBuffer.length;r++){const o=this.writeBuffer[r].data;if(o&&(n+=yV(o)),r>0&&n>this._maxPayload)return this.writeBuffer.slice(0,r);n+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const e=Date.now()>this._pingTimeoutTime;return e&&(this._pingTimeoutTime=0,Ef(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),e}write(e,n,r){return this._sendPacket("message",e,n,r),this}send(e,n,r){return this._sendPacket("message",e,n,r),this}_sendPacket(e,n,r,o){if(typeof n=="function"&&(o=n,n=void 0),typeof r=="function"&&(o=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const c={type:e,data:n,options:r};this.emitReserved("packetCreate",c),this.writeBuffer.push(c),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this._onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),e()},r=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():e()}):this.upgrading?r():e()),this}_onError(e){if(Cr.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",e),this._onClose("transport error",e)}_onClose(e,n){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),pm&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const r=Su.indexOf(this._offlineEventListener);r!==-1&&Su.splice(r,1)}this.readyState="closed",this.id=null,this.emitReserved("close",e,n),this.writeBuffer=[],this._prevBufferLen=0}}}Cr.protocol=TE;class jV extends Cr{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let e=0;e<this._upgrades.length;e++)this._probe(this._upgrades[e])}_probe(e){let n=this.createTransport(e),r=!1;Cr.priorWebsocketSuccess=!1;const o=()=>{r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",g=>{if(!r)if(g.type==="pong"&&g.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;Cr.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(y(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const v=new Error("probe error");v.transport=n.name,this.emitReserved("upgradeError",v)}}))};function c(){r||(r=!0,y(),n.close(),n=null)}const u=g=>{const v=new Error("probe error: "+g);v.transport=n.name,c(),this.emitReserved("upgradeError",v)};function d(){u("transport closed")}function h(){u("socket closed")}function p(g){n&&g.name!==n.name&&c()}const y=()=>{n.removeListener("open",o),n.removeListener("error",u),n.removeListener("close",d),this.off("close",h),this.off("upgrading",p)};n.once("open",o),n.once("error",u),n.once("close",d),this.once("close",h),this.once("upgrading",p),this._upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{r||n.open()},200):n.open()}onHandshake(e){this._upgrades=this._filterUpgrades(e.upgrades),super.onHandshake(e)}_filterUpgrades(e){const n=[];for(let r=0;r<e.length;r++)~this.transports.indexOf(e[r])&&n.push(e[r]);return n}}let BV=class extends jV{constructor(e,n={}){const r=typeof e=="object"?e:n;(!r.transports||r.transports&&typeof r.transports[0]=="string")&&(r.transports=(r.transports||["polling","websocket","webtransport"]).map(o=>MV[o]).filter(o=>!!o)),super(e,r)}};function LV(t,e="",n){let r=t;n=n||typeof location<"u"&&location,t==null&&(t=n.protocol+"//"+n.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=n.protocol+t:t=n.host+t),/^(https?|wss?):\/\//.test(t)||(typeof n<"u"?t=n.protocol+"//"+t:t="https://"+t),r=hm(t)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const c=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+c+":"+r.port+e,r.href=r.protocol+"://"+c+(n&&n.port===r.port?"":":"+r.port),r}const VV=typeof ArrayBuffer=="function",UV=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,kE=Object.prototype.toString,zV=typeof Blob=="function"||typeof Blob<"u"&&kE.call(Blob)==="[object BlobConstructor]",KV=typeof File=="function"||typeof File<"u"&&kE.call(File)==="[object FileConstructor]";function jy(t){return VV&&(t instanceof ArrayBuffer||UV(t))||zV&&t instanceof Blob||KV&&t instanceof File}function xu(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let n=0,r=t.length;n<r;n++)if(xu(t[n]))return!0;return!1}if(jy(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return xu(t.toJSON(),!0);for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&xu(t[n]))return!0;return!1}function qV(t){const e=[],n=t.data,r=t;return r.data=mm(n,e),r.attachments=e.length,{packet:r,buffers:e}}function mm(t,e){if(!t)return t;if(jy(t)){const n={_placeholder:!0,num:e.length};return e.push(t),n}else if(Array.isArray(t)){const n=new Array(t.length);for(let r=0;r<t.length;r++)n[r]=mm(t[r],e);return n}else if(typeof t=="object"&&!(t instanceof Date)){const n={};for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=mm(t[r],e));return n}return t}function PV(t,e){return t.data=ym(t.data,e),delete t.attachments,t}function ym(t,e){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let n=0;n<t.length;n++)t[n]=ym(t[n],e);else if(typeof t=="object")for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(t[n]=ym(t[n],e));return t}const IV=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],HV=5;var ke;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(ke||(ke={}));class FV{constructor(e){this.replacer=e}encode(e){return(e.type===ke.EVENT||e.type===ke.ACK)&&xu(e)?this.encodeAsBinary({type:e.type===ke.EVENT?ke.BINARY_EVENT:ke.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let n=""+e.type;return(e.type===ke.BINARY_EVENT||e.type===ke.BINARY_ACK)&&(n+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(n+=e.nsp+","),e.id!=null&&(n+=e.id),e.data!=null&&(n+=JSON.stringify(e.data,this.replacer)),n}encodeAsBinary(e){const n=qV(e),r=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(r),o}}function Jx(t){return Object.prototype.toString.call(t)==="[object Object]"}class By extends Tt{constructor(e){super(),this.reviver=e}add(e){let n;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(e);const r=n.type===ke.BINARY_EVENT;r||n.type===ke.BINARY_ACK?(n.type=r?ke.EVENT:ke.ACK,this.reconstructor=new GV(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(jy(e)||e.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(e),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let n=0;const r={type:Number(e.charAt(0))};if(ke[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===ke.BINARY_EVENT||r.type===ke.BINARY_ACK){const c=n+1;for(;e.charAt(++n)!=="-"&&n!=e.length;);const u=e.substring(c,n);if(u!=Number(u)||e.charAt(n)!=="-")throw new Error("Illegal attachments");r.attachments=Number(u)}if(e.charAt(n+1)==="/"){const c=n+1;for(;++n&&!(e.charAt(n)===","||n===e.length););r.nsp=e.substring(c,n)}else r.nsp="/";const o=e.charAt(n+1);if(o!==""&&Number(o)==o){const c=n+1;for(;++n;){const u=e.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===e.length)break}r.id=Number(e.substring(c,n+1))}if(e.charAt(++n)){const c=this.tryParse(e.substr(n));if(By.isPayloadValid(r.type,c))r.data=c;else throw new Error("invalid payload")}return r}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,n){switch(e){case ke.CONNECT:return Jx(n);case ke.DISCONNECT:return n===void 0;case ke.CONNECT_ERROR:return typeof n=="string"||Jx(n);case ke.EVENT:case ke.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&IV.indexOf(n[0])===-1);case ke.ACK:case ke.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class GV{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const n=PV(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const YV=Object.freeze(Object.defineProperty({__proto__:null,Decoder:By,Encoder:FV,get PacketType(){return ke},protocol:HV},Symbol.toStringTag,{value:"Module"}));function Fn(t,e,n){return t.on(e,n),function(){t.off(e,n)}}const XV=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class ME extends Tt{constructor(e,n,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=n,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[Fn(e,"open",this.onopen.bind(this)),Fn(e,"packet",this.onpacket.bind(this)),Fn(e,"error",this.onerror.bind(this)),Fn(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...n){var r,o,c;if(XV.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(n.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const u={type:ke.EVENT,data:n};if(u.options={},u.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const y=this.ids++,g=n.pop();this._registerAckCallback(y,g),u.id=y}const d=(o=(r=this.io.engine)===null||r===void 0?void 0:r.transport)===null||o===void 0?void 0:o.writable,h=this.connected&&!(!((c=this.io.engine)===null||c===void 0)&&c._hasPingExpired());return this.flags.volatile&&!d||(h?(this.notifyOutgoingListeners(u),this.packet(u)):this.sendBuffer.push(u)),this.flags={},this}_registerAckCallback(e,n){var r;const o=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(o===void 0){this.acks[e]=n;return}const c=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let d=0;d<this.sendBuffer.length;d++)this.sendBuffer[d].id===e&&this.sendBuffer.splice(d,1);n.call(this,new Error("operation has timed out"))},o),u=(...d)=>{this.io.clearTimeoutFn(c),n.apply(this,d)};u.withError=!0,this.acks[e]=u}emitWithAck(e,...n){return new Promise((r,o)=>{const c=(u,d)=>u?o(u):r(d);c.withError=!0,n.push(c),this.emit(e,...n)})}_addToQueue(e){let n;typeof e[e.length-1]=="function"&&(n=e.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...c)=>r!==this._queue[0]?void 0:(o!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...c)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!e||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:ke.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,n),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(e=>{if(!this.sendBuffer.some(r=>String(r.id)===e)){const r=this.acks[e];delete this.acks[e],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case ke.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case ke.EVENT:case ke.BINARY_EVENT:this.onevent(e);break;case ke.ACK:case ke.BINARY_ACK:this.onack(e);break;case ke.DISCONNECT:this.ondisconnect();break;case ke.CONNECT_ERROR:this.destroy();const r=new Error(e.data.message);r.data=e.data.data,this.emitReserved("connect_error",r);break}}onevent(e){const n=e.data||[];e.id!=null&&n.push(this.ack(e.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const r of n)r.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const n=this;let r=!1;return function(...o){r||(r=!0,n.packet({type:ke.ACK,id:e,data:o}))}}onack(e){const n=this.acks[e.id];typeof n=="function"&&(delete this.acks[e.id],n.withError&&e.data.unshift(null),n.apply(this,e.data))}onconnect(e,n){this.id=e,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:ke.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const n=this._anyListeners;for(let r=0;r<n.length;r++)if(e===n[r])return n.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const n=this._anyOutgoingListeners;for(let r=0;r<n.length;r++)if(e===n[r])return n.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const r of n)r.apply(this,e.data)}}}function Go(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}Go.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=(Math.floor(e*10)&1)==0?t-n:t+n}return Math.min(t,this.max)|0};Go.prototype.reset=function(){this.attempts=0};Go.prototype.setMin=function(t){this.ms=t};Go.prototype.setMax=function(t){this.max=t};Go.prototype.setJitter=function(t){this.jitter=t};class gm extends Tt{constructor(e,n){var r;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(n=e,e=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,Rf(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((r=n.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new Go({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=e;const o=n.parser||YV;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,e||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var n;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(n=this.backoff)===null||n===void 0||n.setMin(e),this)}randomizationFactor(e){var n;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(n=this.backoff)===null||n===void 0||n.setJitter(e),this)}reconnectionDelayMax(e){var n;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(n=this.backoff)===null||n===void 0||n.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new BV(this.uri,this.opts);const n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const o=Fn(n,"open",function(){r.onopen(),e&&e()}),c=d=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",d),e?e(d):this.maybeReconnectOnOpen()},u=Fn(n,"error",c);if(this._timeout!==!1){const d=this._timeout,h=this.setTimeoutFn(()=>{o(),c(new Error("timeout")),n.close()},d);this.opts.autoUnref&&h.unref(),this.subs.push(()=>{this.clearTimeoutFn(h)})}return this.subs.push(o),this.subs.push(u),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(Fn(e,"ping",this.onping.bind(this)),Fn(e,"data",this.ondata.bind(this)),Fn(e,"error",this.onerror.bind(this)),Fn(e,"close",this.onclose.bind(this)),Fn(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(n){this.onclose("parse error",n)}}ondecoded(e){Ef(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,n){let r=this.nsps[e];return r?this._autoConnect&&!r.active&&r.connect():(r=new ME(this,e,n),this.nsps[e]=r),r}_destroy(e){const n=Object.keys(this.nsps);for(const r of n)if(this.nsps[r].active)return;this._close()}_packet(e){const n=this.encoder.encode(e);for(let r=0;r<n.length;r++)this.engine.write(n[r],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(e,n){var r;this.cleanup(),(r=this.engine)===null||r===void 0||r.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},n);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const Ja={};function wu(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const n=LV(t,e.path||"/socket.io"),r=n.source,o=n.id,c=n.path,u=Ja[o]&&c in Ja[o].nsps,d=e.forceNew||e["force new connection"]||e.multiplex===!1||u;let h;return d?h=new gm(r,e):(Ja[o]||(Ja[o]=new gm(r,e)),h=Ja[o]),n.query&&!e.query&&(e.query=n.queryKey),h.socket(n.path,e)}Object.assign(wu,{Manager:gm,Socket:ME,io:wu,connect:wu});const JV=["123","321","abc","admin","adobe","alexander","amanda","andrea","andrew","angel","apple","asdf","ashley","baby","banana","baseball","batman","bear","biteme","blazer","blonde","boston","buster","butterfly","cameron","charlie","cheese","chelsea","chicken","chocolate","chris","compaq","computer","cookie","corvette","cowboys","dakota","dallas","daniel","david","diamond","dolphin","donald","dragon","eagle","flower","football","frank","freedom","friend","gateway","george","ginger","god","golf","hannah","hardcore","harley","heather","hello","hottie","hunter","internet","jasmine","jennifer","jessica","jesus","johnny","jordan","joshua","justin","justme","killer","knight","lakers","letmein","liverpool","login","london","love","lucky","mackenzie","maggie","master","matrix","matthew","maverick","melissa","mercedes","michael","michelle","mickey","miller","money","monkey","morgan","mother","muffin","mustang","natasha","nathan","nicole","ninja","orange","pass","password","patrick","peanut","pepper","phoenix","photoshop","pokemon","princess","purple","qazwsx","qwerty","rainbow","ranger","root","samantha","samsung","scooter","secret","shadow","simpson","smile","soccer","sparkle","starwars","summer","sunflower","sunshine","superman","taylor","temp","test","thomas","tigers","tigger","tinkerbell","trust","turtle","victoria","welcome","whatever","william","winter","yellow","zaq12wsx","zxcvbn"],ZV=3,QV=15,WV=/^[a-zA-Z0-9_-]+$/,eU=wt(WV).pipe(wt(`string > ${ZV} & string < ${QV}`)).brand("username"),Zx=20,Qx={0:"o",1:"l",3:"e",4:"a",5:"s",7:"t","@":"a",$:"s","!":"i"};function tU(t){let e="";for(const n of t)n in Qx?e+=Qx[n]:e+=n;return e}function nU(t){const e=t.toLocaleLowerCase(),n=tU(e);for(const r of JV)if(n.includes(r)||e.includes(r))return!0;return!1}function iU(t){const e=new Set(t).size;return t.length*Math.log2(e)}function rU(t){let e=0;return nU(t)&&(e-=100),e+=iU(t)*.5,Math.max(e,0)}const sU=wt("string").narrow((t,e)=>{const n=rU(t);return n>=Zx?!0:e.mustBe(`Of complexity ${Zx} or more. Was ${n.toFixed(2)}.`)}).brand("password");wt({"+":"delete",email:"string",password:"string"});const oU=wt("string").brand("email");wt({"+":"delete",username:"string",password:"string",email:"string"});const aU=wt({email:"string",userId:"string",username:"string",password:"boolean",verification:"'unverified' | 'verified'"}),hi=wu(gE.VITE_BACKEND_ORIGIN,{auth:t=>{const e=Ze(lt);e&&t(e)},withCredentials:!0,autoConnect:!1});hi.on("connect",()=>{console.log("connected")}).on("connect_error",()=>{console.log("connect_error"),De(lt,null)}).on("usernameChanged",t=>{De(lt,e=>e===null?null:{...e,username:t})});const lt=ct({key:"auth",default:function(){const e=localStorage.getItem("auth");if(e)try{const n=Yi(e),r=aU(n);return r instanceof wt.errors?(console.error("failed to parse auth data",r),null):(r.verification==="verified"&&(console.log("connecting..."),hi.connect()),r)}catch(n){return console.error("failed to parse auth data",n),null}return null},effects:[function({onSet:e}){e(({newValue:n})=>{console.log("setting auth",n),n?(console.log("setting auth",n),De(ko,n.username),localStorage.setItem("auth",Ge(n)),n.verification==="verified"?(console.log("connecting..."),hi.connect()):vs("/verify")):(console.log("clearing session..."),localStorage.removeItem("auth"))})}]}),ko=ct({key:"username",default:Ze(lt)?.username??""}),yp=ct({key:"usernameDebounce",default:!0}),lU=ct({key:"usernameDebounced100ms",default:window.localStorage.getItem("username")??"",effects:[({setSelf:t})=>{Hk(ko,()=>{Ze(yp)&&(t(Ze(ko)),De(yp,!1),setTimeout(()=>{De(yp,!0),t(Ze(ko))},2e3))})}]}),cU=pi({key:"isUsernameTakenQuery",get:({get:t})=>{const e=t(lU);if(!e)return!1;const n=Ze(lt);return e===n?.username?!1:on.isUsernameTaken.query({username:e})}}),CE=pi({key:"usernameIssues",get:({get:t})=>{const e=t(ko),n=eU(e);return n instanceof wt.errors?n:null}}),ai=ct({key:"password0",default:""}),DE=pi({key:"password0Issues",get:({get:t})=>{const e=t(ai),n=sU(e);return n instanceof wt.errors?n:null}}),zo=ct({key:"email",default:""}),NE=pi({key:"emailIssues",get:({get:t})=>{const e=t(zo),n=oU(e);return n instanceof wt.errors?n:null}});pi({key:"signupReady",get:({get:t})=>{const e=t(CE),n=t(DE),r=t(NE);return!(e??n??r)}});const Ui=ct({key:"oneTimeCode",default:""}),bm=ct({key:"oneTimeCodeNewEmail",default:""}),si=ct({key:"authTarget",default:null}),$E=dp({verify:dp({$token:null}),game:dp({clicker:null}),account:null,admin:null});function uU(t){return nV($E,t)}const fU=[[]];function dU(t){return fU.some(e=>e.join("/")===t.join("/"))}function vs(t){history.pushState(null,"",t),De(jE,t)}const jE=ct({key:"pathName",default:window.location.pathname,effects:[({onSet:t,setSelf:e})=>{const n=o=>{history.replaceState(null,"",o),e(o)},r=o=>{switch(o){case"/":{const c=Ze(lt);switch(console.log("/","auth",c),c?.verification){case"verified":n("/game");break;case"unverified":n("/verify");break}break}case"/verify":{Ze(lt)?.verification==="verified"&&n("/game");break}case"/game":case"/game/clicker":{Ze(lt)?.verification==="unverified"&&n("/verify");break}case"/admin":break;case"/account":{const c=Ze(lt);if(!c){n("/");break}c.verification==="unverified"&&n("/verify");break}}};r(window.location.pathname),t(({newValue:o})=>{r(o)})},({setSelf:t})=>{document.addEventListener("click",e=>{const n=e.target.closest("a");if(n&&n instanceof HTMLAnchorElement){const r=n.getAttribute("href");r?.startsWith("/")&&(e.preventDefault(),history.pushState(null,"",r),t(r))}}),window.addEventListener("popstate",()=>{t(window.location.pathname)})}]}),hU=pi({key:"route",get:({get:t})=>{const n=t(jE).split("/").slice(1).filter(Boolean);return uU(n)?dU(n)||t(lt)?n:401:404}}),Wx=ct({key:"buttonBlockActive",default:!1}),$n=ct({key:"editing",default:[],effects:[({onSet:t})=>{t(({newValue:e})=>{switch(e[0]){case"email":{Ze(BE)?.focus();break}case"new-password":{Ze(LE)?.focus();break}case"username":{Ze(VE)?.focus();break}}})}]}),BE=ct({key:"emailInputElement",default:null}),LE=ct({key:"password0InputElement",default:null}),VE=ct({key:"usernameInputElement",default:null});function pU(t){const e=V.useRef(null);return V.useEffect(()=>{De(t,e.current)},[t]),e}const mU=pi({key:"otcLoginFieldLabel",get:({get:t})=>{const e=t(lt);return e?`Code sent to ${e.email}`:""}}),yU=pi({key:"otcVerifyFieldLabel",get:({get:t})=>{const e=t(zo);return e?`Code sent to ${e}`:""}});function gp({label:t,inputToken:e,issuesToken:n,inputElementToken:r,initialState:o,onSubmit:c,onOpen:u,onCancel:d,extraIssues:h}){const p=xt(e),y=Gn(e),g=xt(Ui),v=Gn(Ui),S=xt(bm),w=Gn(bm),T=xt(ai),D=Gn(ai),C=xt(Wx),O=Gn(Wx),M=xt($n),j=Gn($n),_=xt(n),J=xt(mU),H=xt(yU),F=pU(r),ie=M[0]===t,oe=M.at(-1),[fe,...ge]=M;return Y.jsxs("form",{onSubmit:async be=>{if(be.preventDefault(),C){O(!1);return}console.log(`submitted! changing ${t} to`,p);const Q=await c(p);Error.isError(Q)&&console.error(Q)},children:[ie?Y.jsx("button",{type:"button",onClick:async()=>{await d?.(),j([])},children:"x"}):null,Y.jsxs("main",{children:[Y.jsxs("label",{htmlFor:t,children:[_||h?Y.jsxs("aside",{children:[h,_?.map(be=>Y.jsx("span",{children:be.message},be.path.join(".")))]}):null,Y.jsx("span",{children:t==="new-password"?"Password":bn(t)}),Y.jsx("input",{id:t,type:t==="new-password"?"password":"text",ref:F,value:p,onChange:be=>{y(be.target.value)},autoComplete:t,autoCapitalize:"none",disabled:oe!==t})]}),ie?ge.map(be=>Y.jsxs("label",{htmlFor:`${t}-${be}`,children:[Y.jsx("span",{children:(()=>{switch(be){case"otcLogin":return J;case"otcVerify":return H;case"passwordLogin":return"Password"}})()}),Y.jsx("input",{id:`${t}-otc`,type:"text",ref:F,value:(()=>{switch(be){case"otcLogin":return g;case"otcVerify":return t==="email"?S:g;case"passwordLogin":return T}})(),onChange:Q=>{switch(be){case"otcLogin":v(Q.target.value);break;case"otcVerify":if(t==="email"){w(Q.target.value);break}v(Q.target.value);break;case"passwordLogin":D(Q.target.value)}},autoComplete:t.includes("otc")?"one-time-code":t.includes("password")?"password":"",autoCapitalize:"none",disabled:be!==oe})]},`${t}-${be}`)):null]}),M[0]===t?Y.jsx("button",{type:"submit",children:"->"}):Y.jsx("button",{type:"button",onMouseDown:async()=>{O(!0),await u?.(),j(o)},onMouseUp:()=>{O(!1)},children:"/"})]})}function gU(){const t=xt(lt),e=xt(cU);return Mu(()=>{t&&De(zo,t.email),t?.password&&De(ai,"โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข")}),t?Y.jsxs("article",{"data-css":"editor",children:[Y.jsx(gp,{label:"username",inputToken:ko,issuesToken:CE,inputElementToken:VE,initialState:["username"],onSubmit:async n=>(await new Promise(r=>{hi.once("usernameChanged",r),hi.emit("changeUsername",n)}),De($n,[]),n),extraIssues:e?Y.jsx("span",{children:"This username is taken."}):null}),Y.jsx(gp,{label:"email",inputToken:zo,issuesToken:NE,inputElementToken:BE,initialState:["email"],onSubmit:async n=>{const r=Ze($n);if(r[0]!=="email")return new Error("field not email");switch(r.length){case 1:{const{userKey:o,nextStep:c}=await on.offerNewEmail.mutate({emailOffered:n});switch(console.log({authTarget:o,nextStep:c}),c){case"otc_login":{De(si,o),De($n,["email","otcLogin"]);break}case"password_login":{De(si,o),De($n,["email","passwordLogin"]);break}case"otc_verify":{De(si,o),De(Ui,"not needed"),De($n,["email","otcLogin","otcVerify"]);break}}return o}case 2:switch(console.log("case 2"),r[1]){case"otcLogin":{console.log("case 2.1");const o=Ze(si);if(!o)return new Error("No auth target");const c=Ze(Ui),u=await on.verifyAccountAction.mutate({oneTimeCode:c,userKey:o});return De(lt,u),De($n,["email","otcLogin","otcVerify"]),o}case"passwordLogin":return new Error("not implemented")}break;case 3:{const o=Ze(si);if(!o)return new Error("No auth target");const c=Ze(bm),u=await on.verifyAccountAction.mutate({oneTimeCode:c,userKey:o});return De(lt,u),De($n,[]),u.email}}}}),Y.jsx(gp,{label:"new-password",inputToken:ai,issuesToken:DE,inputElementToken:LE,initialState:t.password?["new-password","otcVerify"]:["new-password"],onSubmit:async n=>{const r=Ze($n);if(r[0]!=="new-password")return new Error("field not new-password");switch(r.length){case 1:return await on.setPassword.mutate({password:n}),De(ai,"โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข"),De(lt,o=>o&&{...o,password:!0}),De($n,[]),"done";case 2:{const o=Ze(si);return o?(await on.verifyAccountAction.mutate({oneTimeCode:Ze(Ui),userKey:o}),De(lt,c=>c&&{...c,password:!1}),De(ai,""),De($n,["new-password"]),"done"):new Error("No userKey")}}},onCancel:()=>{t.password&&De(ai,"โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข")},onOpen:async()=>{if(t.password){const n=Ze(si);if(!n)return new Error("No userKey");await on.startPasswordReset.mutate({userKey:n})}}})]}):Y.jsx("p",{children:"You must be logged in to verify your account."})}function bU(){return Y.jsx("article",{children:Y.jsx("h1",{children:"admin"})})}var vU=class extends Map{set(t,e){return this.has(t)?(console.warn("Tried to set a key that already exists in an InvariantMap",{key:t,value:e}),this):super.set(t,e)}clear(){throw new Error("Cannot clear an InvariantMap")}},SU=class vm{type="continuity";globals=[];actions=[];perspectives=[];key;constructor(e){this.key=e}static existing=new vU;static create(e,n){const r=new vm(e),{type:o,globals:c,actions:u,perspectives:d}=n(r),h={type:o,key:e,globals:c,actions:u,perspectives:d};return vm.existing.set(e,h),h}add(...e){switch(e[0].type){case"atom":case"mutable_atom":this.globals.push(...e);break;case"transaction":this.actions.push(...e);break;case"atom_family":case"mutable_atom_family":{const[r,o]=e;this.perspectives.push({type:"realtime_perspective",resourceAtoms:r,viewAtoms:o})}break}return this}};function xU(t){const{key:e,config:n}=t,r=SU.create(e,n),{actions:o}=r;for(const c of o)A1(mt.STORE,e,c.key);return Fm(mt.STORE,e,-1),r}f1({key:"usersInRoomIndex",class:Km});f1({key:"roomIndex",class:Km});const wU={enteredAtEpoch:0},TU=Vk({key:"usersInRooms",between:["room","user"],cardinality:"1:n",isAType:t=>typeof t=="string",isBType:t=>typeof t=="string"},wU);Ik({key:"usersInMyRoomView",get:t=>({find:e})=>{const n=Uk(TU);return[e(n,t)]}});const Ly=ct({key:"count",default:0}),UE=Fk({key:"incrementTX",do:({set:t})=>{t(Ly,e=>e+1)}}),AU=xU({key:"countContinuity",config:t=>t.add(Ly).add(UE)});function EU({route:[,t]}){return Y.jsx("article",{children:t?Y.jsx(OU,{gameId:t}):Y.jsx(RU,{})})}function RU(){return Y.jsx("nav",{children:Y.jsx(nE,{href:"/game/clicker",children:"Clicker"})})}Lk($E[1].game[1]);function OU({gameId:t}){console.log(t);const e=xt(Ly),n=Gk(UE);return IM(AU),Y.jsxs("article",{children:[Y.jsxs("button",{type:"button",onClick:()=>{n()},children:["count is ",e]}),Y.jsx("p",{children:"Let's see how high we can count!"})]})}const zE=V.createContext({});function _U(t){const e=V.useRef(null);return e.current===null&&(e.current=t()),e.current}const Vy=typeof window<"u",kU=Vy?V.useLayoutEffect:V.useEffect,Uy=V.createContext(null);function zy(t,e){t.indexOf(e)===-1&&t.push(e)}function Ky(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const Fi=(t,e,n)=>n>e?e:n<t?t:n;let qy=()=>{};const Gi={},KE=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t);function qE(t){return typeof t=="object"&&t!==null}const PE=t=>/^0[^.\s]+$/u.test(t);function Py(t){let e;return()=>(e===void 0&&(e=t()),e)}const Vn=t=>t,MU=(t,e)=>n=>e(t(n)),Nl=(...t)=>t.reduce(MU),hl=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r};class Iy{constructor(){this.subscriptions=[]}add(e){return zy(this.subscriptions,e),()=>Ky(this.subscriptions,e)}notify(e,n,r){const o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](e,n,r);else for(let c=0;c<o;c++){const u=this.subscriptions[c];u&&u(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const ci=t=>t*1e3,ui=t=>t/1e3;function IE(t,e){return e?t*(1e3/e):0}const HE=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,CU=1e-7,DU=12;function NU(t,e,n,r,o){let c,u,d=0;do u=e+(n-e)/2,c=HE(u,r,o)-t,c>0?n=u:e=u;while(Math.abs(c)>CU&&++d<DU);return u}function $l(t,e,n,r){if(t===e&&n===r)return Vn;const o=c=>NU(c,0,1,t,n);return c=>c===0||c===1?c:HE(o(c),e,r)}const FE=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,GE=t=>e=>1-t(1-e),YE=$l(.33,1.53,.69,.99),Hy=GE(YE),XE=FE(Hy),JE=t=>(t*=2)<1?.5*Hy(t):.5*(2-Math.pow(2,-10*(t-1))),Fy=t=>1-Math.sin(Math.acos(t)),ZE=GE(Fy),QE=FE(Fy),$U=$l(.42,0,1,1),jU=$l(0,0,.58,1),WE=$l(.42,0,.58,1),BU=t=>Array.isArray(t)&&typeof t[0]!="number",eR=t=>Array.isArray(t)&&typeof t[0]=="number",LU={linear:Vn,easeIn:$U,easeInOut:WE,easeOut:jU,circIn:Fy,circInOut:QE,circOut:ZE,backIn:Hy,backInOut:XE,backOut:YE,anticipate:JE},VU=t=>typeof t=="string",ew=t=>{if(eR(t)){qy(t.length===4);const[e,n,r,o]=t;return $l(e,n,r,o)}else if(VU(t))return LU[t];return t},cu=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function UU(t,e){let n=new Set,r=new Set,o=!1,c=!1;const u=new WeakSet;let d={delta:0,timestamp:0,isProcessing:!1};function h(y){u.has(y)&&(p.schedule(y),t()),y(d)}const p={schedule:(y,g=!1,v=!1)=>{const w=v&&o?n:r;return g&&u.add(y),w.has(y)||w.add(y),y},cancel:y=>{r.delete(y),u.delete(y)},process:y=>{if(d=y,o){c=!0;return}o=!0,[n,r]=[r,n],n.forEach(h),n.clear(),o=!1,c&&(c=!1,p.process(y))}};return p}const zU=40;function tR(t,e){let n=!1,r=!0;const o={delta:0,timestamp:0,isProcessing:!1},c=()=>n=!0,u=cu.reduce((M,j)=>(M[j]=UU(c),M),{}),{setup:d,read:h,resolveKeyframes:p,preUpdate:y,update:g,preRender:v,render:S,postRender:w}=u,T=()=>{const M=Gi.useManualTiming?o.timestamp:performance.now();n=!1,Gi.useManualTiming||(o.delta=r?1e3/60:Math.max(Math.min(M-o.timestamp,zU),1)),o.timestamp=M,o.isProcessing=!0,d.process(o),h.process(o),p.process(o),y.process(o),g.process(o),v.process(o),S.process(o),w.process(o),o.isProcessing=!1,n&&e&&(r=!1,t(T))},D=()=>{n=!0,r=!0,o.isProcessing||t(T)};return{schedule:cu.reduce((M,j)=>{const _=u[j];return M[j]=(J,H=!1,F=!1)=>(n||D(),_.schedule(J,H,F)),M},{}),cancel:M=>{for(let j=0;j<cu.length;j++)u[cu[j]].cancel(M)},state:o,steps:u}}const{schedule:We,cancel:$r,state:zt,steps:bp}=tR(typeof requestAnimationFrame<"u"?requestAnimationFrame:Vn,!0);let Tu;function KU(){Tu=void 0}const an={now:()=>(Tu===void 0&&an.set(zt.isProcessing||Gi.useManualTiming?zt.timestamp:performance.now()),Tu),set:t=>{Tu=t,queueMicrotask(KU)}},nR=t=>e=>typeof e=="string"&&e.startsWith(t),Gy=nR("--"),qU=nR("var(--"),Yy=t=>qU(t)?PU.test(t.split("/*")[0].trim()):!1,PU=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Yo={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},pl={...Yo,transform:t=>Fi(0,1,t)},uu={...Yo,default:1},rl=t=>Math.round(t*1e5)/1e5,Xy=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function IU(t){return t==null}const HU=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,Jy=(t,e)=>n=>!!(typeof n=="string"&&HU.test(n)&&n.startsWith(t)||e&&!IU(n)&&Object.prototype.hasOwnProperty.call(n,e)),iR=(t,e,n)=>r=>{if(typeof r!="string")return r;const[o,c,u,d]=r.match(Xy);return{[t]:parseFloat(o),[e]:parseFloat(c),[n]:parseFloat(u),alpha:d!==void 0?parseFloat(d):1}},FU=t=>Fi(0,255,t),vp={...Yo,transform:t=>Math.round(FU(t))},ls={test:Jy("rgb","red"),parse:iR("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+vp.transform(t)+", "+vp.transform(e)+", "+vp.transform(n)+", "+rl(pl.transform(r))+")"};function GU(t){let e="",n="",r="",o="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),o=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),o=t.substring(4,5),e+=e,n+=n,r+=r,o+=o),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}}const Sm={test:Jy("#"),parse:GU,transform:ls.transform},jl=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),Ar=jl("deg"),fi=jl("%"),ye=jl("px"),YU=jl("vh"),XU=jl("vw"),tw={...fi,parse:t=>fi.parse(t)/100,transform:t=>fi.transform(t*100)},bo={test:Jy("hsl","hue"),parse:iR("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+fi.transform(rl(e))+", "+fi.transform(rl(n))+", "+rl(pl.transform(r))+")"},St={test:t=>ls.test(t)||Sm.test(t)||bo.test(t),parse:t=>ls.test(t)?ls.parse(t):bo.test(t)?bo.parse(t):Sm.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?ls.transform(t):bo.transform(t),getAnimatableNone:t=>{const e=St.parse(t);return e.alpha=0,St.transform(e)}},JU=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function ZU(t){return isNaN(t)&&typeof t=="string"&&(t.match(Xy)?.length||0)+(t.match(JU)?.length||0)>0}const rR="number",sR="color",QU="var",WU="var(",nw="${}",e4=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function ml(t){const e=t.toString(),n=[],r={color:[],number:[],var:[]},o=[];let c=0;const d=e.replace(e4,h=>(St.test(h)?(r.color.push(c),o.push(sR),n.push(St.parse(h))):h.startsWith(WU)?(r.var.push(c),o.push(QU),n.push(h)):(r.number.push(c),o.push(rR),n.push(parseFloat(h))),++c,nw)).split(nw);return{values:n,split:d,indexes:r,types:o}}function oR(t){return ml(t).values}function aR(t){const{split:e,types:n}=ml(t),r=e.length;return o=>{let c="";for(let u=0;u<r;u++)if(c+=e[u],o[u]!==void 0){const d=n[u];d===rR?c+=rl(o[u]):d===sR?c+=St.transform(o[u]):c+=o[u]}return c}}const t4=t=>typeof t=="number"?0:St.test(t)?St.getAnimatableNone(t):t;function n4(t){const e=oR(t);return aR(t)(e.map(t4))}const jr={test:ZU,parse:oR,createTransformer:aR,getAnimatableNone:n4};function Sp(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function i4({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let o=0,c=0,u=0;if(!e)o=c=u=n;else{const d=n<.5?n*(1+e):n+e-n*e,h=2*n-d;o=Sp(h,d,t+1/3),c=Sp(h,d,t),u=Sp(h,d,t-1/3)}return{red:Math.round(o*255),green:Math.round(c*255),blue:Math.round(u*255),alpha:r}}function Xu(t,e){return n=>n>0?e:t}const nt=(t,e,n)=>t+(e-t)*n,xp=(t,e,n)=>{const r=t*t,o=n*(e*e-r)+r;return o<0?0:Math.sqrt(o)},r4=[Sm,ls,bo],s4=t=>r4.find(e=>e.test(t));function iw(t){const e=s4(t);if(!e)return!1;let n=e.parse(t);return e===bo&&(n=i4(n)),n}const rw=(t,e)=>{const n=iw(t),r=iw(e);if(!n||!r)return Xu(t,e);const o={...n};return c=>(o.red=xp(n.red,r.red,c),o.green=xp(n.green,r.green,c),o.blue=xp(n.blue,r.blue,c),o.alpha=nt(n.alpha,r.alpha,c),ls.transform(o))},xm=new Set(["none","hidden"]);function o4(t,e){return xm.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function a4(t,e){return n=>nt(t,e,n)}function Zy(t){return typeof t=="number"?a4:typeof t=="string"?Yy(t)?Xu:St.test(t)?rw:u4:Array.isArray(t)?lR:typeof t=="object"?St.test(t)?rw:l4:Xu}function lR(t,e){const n=[...t],r=n.length,o=t.map((c,u)=>Zy(c)(c,e[u]));return c=>{for(let u=0;u<r;u++)n[u]=o[u](c);return n}}function l4(t,e){const n={...t,...e},r={};for(const o in n)t[o]!==void 0&&e[o]!==void 0&&(r[o]=Zy(t[o])(t[o],e[o]));return o=>{for(const c in r)n[c]=r[c](o);return n}}function c4(t,e){const n=[],r={color:0,var:0,number:0};for(let o=0;o<e.values.length;o++){const c=e.types[o],u=t.indexes[c][r[c]],d=t.values[u]??0;n[o]=d,r[c]++}return n}const u4=(t,e)=>{const n=jr.createTransformer(e),r=ml(t),o=ml(e);return r.indexes.var.length===o.indexes.var.length&&r.indexes.color.length===o.indexes.color.length&&r.indexes.number.length>=o.indexes.number.length?xm.has(t)&&!o.values.length||xm.has(e)&&!r.values.length?o4(t,e):Nl(lR(c4(r,o),o.values),n):Xu(t,e)};function cR(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?nt(t,e,n):Zy(t)(t,e)}const f4=t=>{const e=({timestamp:n})=>t(n);return{start:(n=!0)=>We.update(e,n),stop:()=>$r(e),now:()=>zt.isProcessing?zt.timestamp:an.now()}},uR=(t,e,n=10)=>{let r="";const o=Math.max(Math.round(e/n),2);for(let c=0;c<o;c++)r+=Math.round(t(c/(o-1))*1e4)/1e4+", ";return`linear(${r.substring(0,r.length-2)})`},Ju=2e4;function Qy(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<Ju;)e+=n,r=t.next(e);return e>=Ju?1/0:e}function d4(t,e=100,n){const r=n({...t,keyframes:[0,e]}),o=Math.min(Qy(r),Ju);return{type:"keyframes",ease:c=>r.next(o*c).value/e,duration:ui(o)}}const h4=5;function fR(t,e,n){const r=Math.max(e-h4,0);return IE(n-t(r),e-r)}const at={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},wp=.001;function p4({duration:t=at.duration,bounce:e=at.bounce,velocity:n=at.velocity,mass:r=at.mass}){let o,c,u=1-e;u=Fi(at.minDamping,at.maxDamping,u),t=Fi(at.minDuration,at.maxDuration,ui(t)),u<1?(o=p=>{const y=p*u,g=y*t,v=y-n,S=wm(p,u),w=Math.exp(-g);return wp-v/S*w},c=p=>{const g=p*u*t,v=g*n+n,S=Math.pow(u,2)*Math.pow(p,2)*t,w=Math.exp(-g),T=wm(Math.pow(p,2),u);return(-o(p)+wp>0?-1:1)*((v-S)*w)/T}):(o=p=>{const y=Math.exp(-p*t),g=(p-n)*t+1;return-wp+y*g},c=p=>{const y=Math.exp(-p*t),g=(n-p)*(t*t);return y*g});const d=5/t,h=y4(o,c,d);if(t=ci(t),isNaN(h))return{stiffness:at.stiffness,damping:at.damping,duration:t};{const p=Math.pow(h,2)*r;return{stiffness:p,damping:u*2*Math.sqrt(r*p),duration:t}}}const m4=12;function y4(t,e,n){let r=n;for(let o=1;o<m4;o++)r=r-t(r)/e(r);return r}function wm(t,e){return t*Math.sqrt(1-e*e)}const g4=["duration","bounce"],b4=["stiffness","damping","mass"];function sw(t,e){return e.some(n=>t[n]!==void 0)}function v4(t){let e={velocity:at.velocity,stiffness:at.stiffness,damping:at.damping,mass:at.mass,isResolvedFromDuration:!1,...t};if(!sw(t,b4)&&sw(t,g4))if(t.visualDuration){const n=t.visualDuration,r=2*Math.PI/(n*1.2),o=r*r,c=2*Fi(.05,1,1-(t.bounce||0))*Math.sqrt(o);e={...e,mass:at.mass,stiffness:o,damping:c}}else{const n=p4(t);e={...e,...n,mass:at.mass},e.isResolvedFromDuration=!0}return e}function Zu(t=at.visualDuration,e=at.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:r,restDelta:o}=n;const c=n.keyframes[0],u=n.keyframes[n.keyframes.length-1],d={done:!1,value:c},{stiffness:h,damping:p,mass:y,duration:g,velocity:v,isResolvedFromDuration:S}=v4({...n,velocity:-ui(n.velocity||0)}),w=v||0,T=p/(2*Math.sqrt(h*y)),D=u-c,C=ui(Math.sqrt(h/y)),O=Math.abs(D)<5;r||(r=O?at.restSpeed.granular:at.restSpeed.default),o||(o=O?at.restDelta.granular:at.restDelta.default);let M;if(T<1){const _=wm(C,T);M=J=>{const H=Math.exp(-T*C*J);return u-H*((w+T*C*D)/_*Math.sin(_*J)+D*Math.cos(_*J))}}else if(T===1)M=_=>u-Math.exp(-C*_)*(D+(w+C*D)*_);else{const _=C*Math.sqrt(T*T-1);M=J=>{const H=Math.exp(-T*C*J),F=Math.min(_*J,300);return u-H*((w+T*C*D)*Math.sinh(F)+_*D*Math.cosh(F))/_}}const j={calculatedDuration:S&&g||null,next:_=>{const J=M(_);if(S)d.done=_>=g;else{let H=_===0?w:0;T<1&&(H=_===0?ci(w):fR(M,_,J));const F=Math.abs(H)<=r,ie=Math.abs(u-J)<=o;d.done=F&&ie}return d.value=d.done?u:J,d},toString:()=>{const _=Math.min(Qy(j),Ju),J=uR(H=>j.next(_*H).value,_,30);return _+"ms "+J},toTransition:()=>{}};return j}Zu.applyToOptions=t=>{const e=d4(t,100,Zu);return t.ease=e.ease,t.duration=ci(e.duration),t.type="keyframes",t};function Tm({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:o=10,bounceStiffness:c=500,modifyTarget:u,min:d,max:h,restDelta:p=.5,restSpeed:y}){const g=t[0],v={done:!1,value:g},S=F=>d!==void 0&&F<d||h!==void 0&&F>h,w=F=>d===void 0?h:h===void 0||Math.abs(d-F)<Math.abs(h-F)?d:h;let T=n*e;const D=g+T,C=u===void 0?D:u(D);C!==D&&(T=C-g);const O=F=>-T*Math.exp(-F/r),M=F=>C+O(F),j=F=>{const ie=O(F),oe=M(F);v.done=Math.abs(ie)<=p,v.value=v.done?C:oe};let _,J;const H=F=>{S(v.value)&&(_=F,J=Zu({keyframes:[v.value,w(v.value)],velocity:fR(M,F,v.value),damping:o,stiffness:c,restDelta:p,restSpeed:y}))};return H(0),{calculatedDuration:null,next:F=>{let ie=!1;return!J&&_===void 0&&(ie=!0,j(F),H(F)),_!==void 0&&F>=_?J.next(F-_):(!ie&&j(F),v)}}}function S4(t,e,n){const r=[],o=n||Gi.mix||cR,c=t.length-1;for(let u=0;u<c;u++){let d=o(t[u],t[u+1]);if(e){const h=Array.isArray(e)?e[u]||Vn:e;d=Nl(h,d)}r.push(d)}return r}function x4(t,e,{clamp:n=!0,ease:r,mixer:o}={}){const c=t.length;if(qy(c===e.length),c===1)return()=>e[0];if(c===2&&e[0]===e[1])return()=>e[1];const u=t[0]===t[1];t[0]>t[c-1]&&(t=[...t].reverse(),e=[...e].reverse());const d=S4(e,r,o),h=d.length,p=y=>{if(u&&y<t[0])return e[0];let g=0;if(h>1)for(;g<t.length-2&&!(y<t[g+1]);g++);const v=hl(t[g],t[g+1],y);return d[g](v)};return n?y=>p(Fi(t[0],t[c-1],y)):p}function w4(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const o=hl(0,e,r);t.push(nt(n,1,o))}}function T4(t){const e=[0];return w4(e,t.length-1),e}function A4(t,e){return t.map(n=>n*e)}function E4(t,e){return t.map(()=>e||WE).splice(0,t.length-1)}function sl({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const o=BU(r)?r.map(ew):ew(r),c={done:!1,value:e[0]},u=A4(n&&n.length===e.length?n:T4(e),t),d=x4(u,e,{ease:Array.isArray(o)?o:E4(e,o)});return{calculatedDuration:t,next:h=>(c.value=d(h),c.done=h>=t,c)}}const R4=t=>t!==null;function Wy(t,{repeat:e,repeatType:n="loop"},r,o=1){const c=t.filter(R4),d=o<0||e&&n!=="loop"&&e%2===1?0:c.length-1;return!d||r===void 0?c[d]:r}const O4={decay:Tm,inertia:Tm,tween:sl,keyframes:sl,spring:Zu};function dR(t){typeof t.type=="string"&&(t.type=O4[t.type])}class eg{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(e=>{this.resolve=e})}notifyFinished(){this.resolve()}then(e,n){return this.finished.then(e,n)}}const _4=t=>t/100;class tg extends eg{constructor(e){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{const{motionValue:n}=this.options;n&&n.updatedAt!==an.now()&&this.tick(an.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=e,this.initAnimation(),this.play(),e.autoplay===!1&&this.pause()}initAnimation(){const{options:e}=this;dR(e);const{type:n=sl,repeat:r=0,repeatDelay:o=0,repeatType:c,velocity:u=0}=e;let{keyframes:d}=e;const h=n||sl;h!==sl&&typeof d[0]!="number"&&(this.mixKeyframes=Nl(_4,cR(d[0],d[1])),d=[0,100]);const p=h({...e,keyframes:d});c==="mirror"&&(this.mirroredGenerator=h({...e,keyframes:[...d].reverse(),velocity:-u})),p.calculatedDuration===null&&(p.calculatedDuration=Qy(p));const{calculatedDuration:y}=p;this.calculatedDuration=y,this.resolvedDuration=y+o,this.totalDuration=this.resolvedDuration*(r+1)-o,this.generator=p}updateTime(e){const n=Math.round(e-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(e,n=!1){const{generator:r,totalDuration:o,mixKeyframes:c,mirroredGenerator:u,resolvedDuration:d,calculatedDuration:h}=this;if(this.startTime===null)return r.next(0);const{delay:p=0,keyframes:y,repeat:g,repeatType:v,repeatDelay:S,type:w,onUpdate:T,finalKeyframe:D}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-o/this.speed,this.startTime)),n?this.currentTime=e:this.updateTime(e);const C=this.currentTime-p*(this.playbackSpeed>=0?1:-1),O=this.playbackSpeed>=0?C<0:C>o;this.currentTime=Math.max(C,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=o);let M=this.currentTime,j=r;if(g){const F=Math.min(this.currentTime,o)/d;let ie=Math.floor(F),oe=F%1;!oe&&F>=1&&(oe=1),oe===1&&ie--,ie=Math.min(ie,g+1),!!(ie%2)&&(v==="reverse"?(oe=1-oe,S&&(oe-=S/d)):v==="mirror"&&(j=u)),M=Fi(0,1,oe)*d}const _=O?{done:!1,value:y[0]}:j.next(M);c&&(_.value=c(_.value));let{done:J}=_;!O&&h!==null&&(J=this.playbackSpeed>=0?this.currentTime>=o:this.currentTime<=0);const H=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&J);return H&&w!==Tm&&(_.value=Wy(y,this.options,D,this.speed)),T&&T(_.value),H&&this.finish(),_}then(e,n){return this.finished.then(e,n)}get duration(){return ui(this.calculatedDuration)}get time(){return ui(this.currentTime)}set time(e){e=ci(e),this.currentTime=e,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(e){this.updateTime(an.now());const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=ui(this.currentTime))}play(){if(this.isStopped)return;const{driver:e=f4,startTime:n}=this.options;this.driver||(this.driver=e(o=>this.tick(o))),this.options.onPlay?.();const r=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=r):this.holdTime!==null?this.startTime=r-this.holdTime:this.startTime||(this.startTime=n??r),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(an.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}attachTimeline(e){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),e.observe(this)}}function k4(t){for(let e=1;e<t.length;e++)t[e]??(t[e]=t[e-1])}const cs=t=>t*180/Math.PI,Am=t=>{const e=cs(Math.atan2(t[1],t[0]));return Em(e)},M4={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:t=>(Math.abs(t[0])+Math.abs(t[3]))/2,rotate:Am,rotateZ:Am,skewX:t=>cs(Math.atan(t[1])),skewY:t=>cs(Math.atan(t[2])),skew:t=>(Math.abs(t[1])+Math.abs(t[2]))/2},Em=t=>(t=t%360,t<0&&(t+=360),t),ow=Am,aw=t=>Math.sqrt(t[0]*t[0]+t[1]*t[1]),lw=t=>Math.sqrt(t[4]*t[4]+t[5]*t[5]),C4={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:aw,scaleY:lw,scale:t=>(aw(t)+lw(t))/2,rotateX:t=>Em(cs(Math.atan2(t[6],t[5]))),rotateY:t=>Em(cs(Math.atan2(-t[2],t[0]))),rotateZ:ow,rotate:ow,skewX:t=>cs(Math.atan(t[4])),skewY:t=>cs(Math.atan(t[1])),skew:t=>(Math.abs(t[1])+Math.abs(t[4]))/2};function Rm(t){return t.includes("scale")?1:0}function Om(t,e){if(!t||t==="none")return Rm(e);const n=t.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let r,o;if(n)r=C4,o=n;else{const d=t.match(/^matrix\(([-\d.e\s,]+)\)$/u);r=M4,o=d}if(!o)return Rm(e);const c=r[e],u=o[1].split(",").map(N4);return typeof c=="function"?c(u):u[c]}const D4=(t,e)=>{const{transform:n="none"}=getComputedStyle(t);return Om(n,e)};function N4(t){return parseFloat(t.trim())}const Xo=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Jo=new Set(Xo),cw=t=>t===Yo||t===ye,$4=new Set(["x","y","z"]),j4=Xo.filter(t=>!$4.has(t));function B4(t){const e=[];return j4.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e}const ds={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:(t,{transform:e})=>Om(e,"x"),y:(t,{transform:e})=>Om(e,"y")};ds.translateX=ds.x;ds.translateY=ds.y;const hs=new Set;let _m=!1,km=!1,Mm=!1;function hR(){if(km){const t=Array.from(hs).filter(r=>r.needsMeasurement),e=new Set(t.map(r=>r.element)),n=new Map;e.forEach(r=>{const o=B4(r);o.length&&(n.set(r,o),r.render())}),t.forEach(r=>r.measureInitialState()),e.forEach(r=>{r.render();const o=n.get(r);o&&o.forEach(([c,u])=>{r.getValue(c)?.set(u)})}),t.forEach(r=>r.measureEndState()),t.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}km=!1,_m=!1,hs.forEach(t=>t.complete(Mm)),hs.clear()}function pR(){hs.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(km=!0)})}function L4(){Mm=!0,pR(),hR(),Mm=!1}class ng{constructor(e,n,r,o,c,u=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=r,this.motionValue=o,this.element=c,this.isAsync=u}scheduleResolve(){this.state="scheduled",this.isAsync?(hs.add(this),_m||(_m=!0,We.read(pR),We.resolveKeyframes(hR))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:r,motionValue:o}=this;if(e[0]===null){const c=o?.get(),u=e[e.length-1];if(c!==void 0)e[0]=c;else if(r&&n){const d=r.readValue(n,u);d!=null&&(e[0]=d)}e[0]===void 0&&(e[0]=u),o&&c===void 0&&o.set(e[0])}k4(e)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(e=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,e),hs.delete(this)}cancel(){this.state==="scheduled"&&(hs.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const V4=t=>t.startsWith("--");function U4(t,e,n){V4(e)?t.style.setProperty(e,n):t.style[e]=n}const z4=Py(()=>window.ScrollTimeline!==void 0),K4={};function q4(t,e){const n=Py(t);return()=>K4[e]??n()}const mR=q4(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),tl=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,uw={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:tl([0,.65,.55,1]),circOut:tl([.55,0,1,.45]),backIn:tl([.31,.01,.66,-.59]),backOut:tl([.33,1.53,.69,.99])};function yR(t,e){if(t)return typeof t=="function"?mR()?uR(t,e):"ease-out":eR(t)?tl(t):Array.isArray(t)?t.map(n=>yR(n,e)||uw.easeOut):uw[t]}function P4(t,e,n,{delay:r=0,duration:o=300,repeat:c=0,repeatType:u="loop",ease:d="easeOut",times:h}={},p=void 0){const y={[e]:n};h&&(y.offset=h);const g=yR(d,o);Array.isArray(g)&&(y.easing=g);const v={delay:r,duration:o,easing:Array.isArray(g)?"linear":g,fill:"both",iterations:c+1,direction:u==="reverse"?"alternate":"normal"};return p&&(v.pseudoElement=p),t.animate(y,v)}function gR(t){return typeof t=="function"&&"applyToOptions"in t}function I4({type:t,...e}){return gR(t)&&mR()?t.applyToOptions(e):(e.duration??(e.duration=300),e.ease??(e.ease="easeOut"),e)}class H4 extends eg{constructor(e){if(super(),this.finishedTime=null,this.isStopped=!1,!e)return;const{element:n,name:r,keyframes:o,pseudoElement:c,allowFlatten:u=!1,finalKeyframe:d,onComplete:h}=e;this.isPseudoElement=!!c,this.allowFlatten=u,this.options=e,qy(typeof e.type!="string");const p=I4(e);this.animation=P4(n,r,o,p,c),p.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!c){const y=Wy(o,this.options,d,this.speed);this.updateMotionValue?this.updateMotionValue(y):U4(n,r,y),this.animation.cancel()}h?.(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:e}=this;e==="idle"||e==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const e=this.animation.effect?.getComputedTiming?.().duration||0;return ui(Number(e))}get time(){return ui(Number(this.animation.currentTime)||0)}set time(e){this.finishedTime=null,this.animation.currentTime=ci(e)}get speed(){return this.animation.playbackRate}set speed(e){e<0&&(this.finishedTime=null),this.animation.playbackRate=e}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(e){this.animation.startTime=e}attachTimeline({timeline:e,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,e&&z4()?(this.animation.timeline=e,Vn):n(this)}}const bR={anticipate:JE,backInOut:XE,circInOut:QE};function F4(t){return t in bR}function G4(t){typeof t.ease=="string"&&F4(t.ease)&&(t.ease=bR[t.ease])}const fw=10;class Y4 extends H4{constructor(e){G4(e),dR(e),super(e),e.startTime&&(this.startTime=e.startTime),this.options=e}updateMotionValue(e){const{motionValue:n,onUpdate:r,onComplete:o,element:c,...u}=this.options;if(!n)return;if(e!==void 0){n.set(e);return}const d=new tg({...u,autoplay:!1}),h=ci(this.finishedTime??this.time);n.setWithVelocity(d.sample(h-fw).value,d.sample(h).value,fw),d.stop()}}const dw=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(jr.test(t)||t==="0")&&!t.startsWith("url("));function X4(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function J4(t,e,n,r){const o=t[0];if(o===null)return!1;if(e==="display"||e==="visibility")return!0;const c=t[t.length-1],u=dw(o,e),d=dw(c,e);return!u||!d?!1:X4(t)||(n==="spring"||gR(n))&&r}function Cm(t){t.duration=0,t.type}const Z4=new Set(["opacity","clipPath","filter","transform"]),Q4=Py(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function W4(t){const{motionValue:e,name:n,repeatDelay:r,repeatType:o,damping:c,type:u}=t;if(!(e?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:h,transformTemplate:p}=e.owner.getProps();return Q4()&&n&&Z4.has(n)&&(n!=="transform"||!p)&&!h&&!r&&o!=="mirror"&&c!==0&&u!=="inertia"}const ez=40;class tz extends eg{constructor({autoplay:e=!0,delay:n=0,type:r="keyframes",repeat:o=0,repeatDelay:c=0,repeatType:u="loop",keyframes:d,name:h,motionValue:p,element:y,...g}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=an.now();const v={autoplay:e,delay:n,type:r,repeat:o,repeatDelay:c,repeatType:u,name:h,motionValue:p,element:y,...g},S=y?.KeyframeResolver||ng;this.keyframeResolver=new S(d,(w,T,D)=>this.onKeyframesResolved(w,T,v,!D),h,p,y),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(e,n,r,o){this.keyframeResolver=void 0;const{name:c,type:u,velocity:d,delay:h,isHandoff:p,onUpdate:y}=r;this.resolvedAt=an.now(),J4(e,c,u,d)||((Gi.instantAnimations||!h)&&y?.(Wy(e,r,n)),e[0]=e[e.length-1],Cm(r),r.repeat=0);const v={startTime:o?this.resolvedAt?this.resolvedAt-this.createdAt>ez?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...r,keyframes:e},S=!p&&W4(v)?new Y4({...v,element:v.motionValue.owner.current}):new tg(v);S.finished.then(()=>this.notifyFinished()).catch(Vn),this.pendingTimeline&&(this.stopTimeline=S.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=S}get finished(){return this._animation?this.animation.finished:this._finished}then(e,n){return this.finished.finally(e).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),L4()),this._animation}get duration(){return this.animation.duration}get time(){return this.animation.time}set time(e){this.animation.time=e}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(e){this.animation.speed=e}get startTime(){return this.animation.startTime}attachTimeline(e){return this._animation?this.stopTimeline=this.animation.attachTimeline(e):this.pendingTimeline=e,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}const nz=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function iz(t){const e=nz.exec(t);if(!e)return[,];const[,n,r,o]=e;return[`--${n??r}`,o]}function vR(t,e,n=1){const[r,o]=iz(t);if(!r)return;const c=window.getComputedStyle(e).getPropertyValue(r);if(c){const u=c.trim();return KE(u)?parseFloat(u):u}return Yy(o)?vR(o,e,n+1):o}function ig(t,e){return t?.[e]??t?.default??t}const SR=new Set(["width","height","top","left","right","bottom",...Xo]),rz={test:t=>t==="auto",parse:t=>t},xR=t=>e=>e.test(t),wR=[Yo,ye,fi,Ar,XU,YU,rz],hw=t=>wR.find(xR(t));function sz(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||PE(t):!0}const oz=new Set(["brightness","contrast","saturate","opacity"]);function az(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Xy)||[];if(!r)return t;const o=n.replace(r,"");let c=oz.has(e)?1:0;return r!==n&&(c*=100),e+"("+c+o+")"}const lz=/\b([a-z-]*)\(.*?\)/gu,Dm={...jr,getAnimatableNone:t=>{const e=t.match(lz);return e?e.map(az).join(" "):t}},pw={...Yo,transform:Math.round},cz={rotate:Ar,rotateX:Ar,rotateY:Ar,rotateZ:Ar,scale:uu,scaleX:uu,scaleY:uu,scaleZ:uu,skew:Ar,skewX:Ar,skewY:Ar,distance:ye,translateX:ye,translateY:ye,translateZ:ye,x:ye,y:ye,z:ye,perspective:ye,transformPerspective:ye,opacity:pl,originX:tw,originY:tw,originZ:ye},rg={borderWidth:ye,borderTopWidth:ye,borderRightWidth:ye,borderBottomWidth:ye,borderLeftWidth:ye,borderRadius:ye,radius:ye,borderTopLeftRadius:ye,borderTopRightRadius:ye,borderBottomRightRadius:ye,borderBottomLeftRadius:ye,width:ye,maxWidth:ye,height:ye,maxHeight:ye,top:ye,right:ye,bottom:ye,left:ye,padding:ye,paddingTop:ye,paddingRight:ye,paddingBottom:ye,paddingLeft:ye,margin:ye,marginTop:ye,marginRight:ye,marginBottom:ye,marginLeft:ye,backgroundPositionX:ye,backgroundPositionY:ye,...cz,zIndex:pw,fillOpacity:pl,strokeOpacity:pl,numOctaves:pw},uz={...rg,color:St,backgroundColor:St,outlineColor:St,fill:St,stroke:St,borderColor:St,borderTopColor:St,borderRightColor:St,borderBottomColor:St,borderLeftColor:St,filter:Dm,WebkitFilter:Dm},TR=t=>uz[t];function AR(t,e){let n=TR(t);return n!==Dm&&(n=jr),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const fz=new Set(["auto","none","0"]);function dz(t,e,n){let r=0,o;for(;r<t.length&&!o;){const c=t[r];typeof c=="string"&&!fz.has(c)&&ml(c).values.length&&(o=t[r]),r++}if(o&&n)for(const c of e)t[c]=AR(n,o)}class hz extends ng{constructor(e,n,r,o,c){super(e,n,r,o,c,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let h=0;h<e.length;h++){let p=e[h];if(typeof p=="string"&&(p=p.trim(),Yy(p))){const y=vR(p,n.current);y!==void 0&&(e[h]=y),h===e.length-1&&(this.finalKeyframe=p)}}if(this.resolveNoneKeyframes(),!SR.has(r)||e.length!==2)return;const[o,c]=e,u=hw(o),d=hw(c);if(u!==d)if(cw(u)&&cw(d))for(let h=0;h<e.length;h++){const p=e[h];typeof p=="string"&&(e[h]=parseFloat(p))}else ds[r]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,r=[];for(let o=0;o<e.length;o++)(e[o]===null||sz(e[o]))&&r.push(o);r.length&&dz(e,r,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:r}=this;if(!e||!e.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=ds[r](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const o=n[n.length-1];o!==void 0&&e.getValue(r,o).jump(o,!1)}measureEndState(){const{element:e,name:n,unresolvedKeyframes:r}=this;if(!e||!e.current)return;const o=e.getValue(n);o&&o.jump(this.measuredOrigin,!1);const c=r.length-1,u=r[c];r[c]=ds[n](e.measureViewportBox(),window.getComputedStyle(e.current)),u!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=u),this.removedTransforms?.length&&this.removedTransforms.forEach(([d,h])=>{e.getValue(d).set(h)}),this.resolveNoneKeyframes()}}function pz(t,e,n){if(t instanceof EventTarget)return[t];if(typeof t=="string"){let r=document;const o=n?.[t]??r.querySelectorAll(t);return o?Array.from(o):[]}return Array.from(t)}const ER=(t,e)=>e&&typeof t=="number"?e.transform(t):t;function mz(t){return qE(t)&&"offsetHeight"in t}const mw=30,yz=t=>!isNaN(parseFloat(t));class gz{constructor(e,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=r=>{const o=an.now();if(this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const c of this.dependents)c.dirty()},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=an.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=yz(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new Iy);const r=this.events[e].add(n);return e==="change"?()=>{r(),We.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e){this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e)}setWithVelocity(e,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-r}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(e){this.dependents||(this.dependents=new Set),this.dependents.add(e)}removeDependent(e){this.dependents&&this.dependents.delete(e)}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=an.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>mw)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,mw);return IE(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Ko(t,e){return new gz(t,e)}const{schedule:sg}=tR(queueMicrotask,!1),Hn={x:!1,y:!1};function RR(){return Hn.x||Hn.y}function bz(t){return t==="x"||t==="y"?Hn[t]?null:(Hn[t]=!0,()=>{Hn[t]=!1}):Hn.x||Hn.y?null:(Hn.x=Hn.y=!0,()=>{Hn.x=Hn.y=!1})}function OR(t,e){const n=pz(t),r=new AbortController,o={passive:!0,...e,signal:r.signal};return[n,o,()=>r.abort()]}function yw(t){return!(t.pointerType==="touch"||RR())}function vz(t,e,n={}){const[r,o,c]=OR(t,n),u=d=>{if(!yw(d))return;const{target:h}=d,p=e(h,d);if(typeof p!="function"||!h)return;const y=g=>{yw(g)&&(p(g),h.removeEventListener("pointerleave",y))};h.addEventListener("pointerleave",y,o)};return r.forEach(d=>{d.addEventListener("pointerenter",u,o)}),c}const _R=(t,e)=>e?t===e?!0:_R(t,e.parentElement):!1,og=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,Sz=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function xz(t){return Sz.has(t.tagName)||t.tabIndex!==-1}const Au=new WeakSet;function gw(t){return e=>{e.key==="Enter"&&t(e)}}function Tp(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const wz=(t,e)=>{const n=t.currentTarget;if(!n)return;const r=gw(()=>{if(Au.has(n))return;Tp(n,"down");const o=gw(()=>{Tp(n,"up")}),c=()=>Tp(n,"cancel");n.addEventListener("keyup",o,e),n.addEventListener("blur",c,e)});n.addEventListener("keydown",r,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),e)};function bw(t){return og(t)&&!RR()}function Tz(t,e,n={}){const[r,o,c]=OR(t,n),u=d=>{const h=d.currentTarget;if(!bw(d))return;Au.add(h);const p=e(h,d),y=(S,w)=>{window.removeEventListener("pointerup",g),window.removeEventListener("pointercancel",v),Au.has(h)&&Au.delete(h),bw(S)&&typeof p=="function"&&p(S,{success:w})},g=S=>{y(S,h===window||h===document||n.useGlobalTarget||_R(h,S.target))},v=S=>{y(S,!1)};window.addEventListener("pointerup",g,o),window.addEventListener("pointercancel",v,o)};return r.forEach(d=>{(n.useGlobalTarget?window:d).addEventListener("pointerdown",u,o),mz(d)&&(d.addEventListener("focus",p=>wz(p,o)),!xz(d)&&!d.hasAttribute("tabindex")&&(d.tabIndex=0))}),c}function kR(t){return qE(t)&&"ownerSVGElement"in t}function Az(t){return kR(t)&&t.tagName==="svg"}const Ht=t=>!!(t&&t.getVelocity),Ez=[...wR,St,jr],Rz=t=>Ez.find(xR(t)),MR=V.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function Oz(t=!0){const e=V.useContext(Uy);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:o}=e,c=V.useId();V.useEffect(()=>{if(t)return o(c)},[t]);const u=V.useCallback(()=>t&&r&&r(c),[c,r,t]);return!n&&r?[!1,u]:[!0]}const CR=V.createContext({strict:!1}),vw={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},qo={};for(const t in vw)qo[t]={isEnabled:e=>vw[t].some(n=>!!e[n])};function _z(t){for(const e in t)qo[e]={...qo[e],...t[e]}}const kz=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function Qu(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||kz.has(t)}let DR=t=>!Qu(t);function Mz(t){typeof t=="function"&&(DR=e=>e.startsWith("on")?!Qu(e):t(e))}try{Mz(require("@emotion/is-prop-valid").default)}catch{}function Cz(t,e,n){const r={};for(const o in t)o==="values"&&typeof t.values=="object"||(DR(o)||n===!0&&Qu(o)||!e&&!Qu(o)||t.draggable&&o.startsWith("onDrag"))&&(r[o]=t[o]);return r}const Of=V.createContext({});function _f(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}function yl(t){return typeof t=="string"||Array.isArray(t)}const ag=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],lg=["initial",...ag];function kf(t){return _f(t.animate)||lg.some(e=>yl(t[e]))}function NR(t){return!!(kf(t)||t.variants)}function Dz(t,e){if(kf(t)){const{initial:n,animate:r}=t;return{initial:n===!1||yl(n)?n:void 0,animate:yl(r)?r:void 0}}return t.inherit!==!1?e:{}}function Nz(t){const{initial:e,animate:n}=Dz(t,V.useContext(Of));return V.useMemo(()=>({initial:e,animate:n}),[Sw(e),Sw(n)])}function Sw(t){return Array.isArray(t)?t.join(" "):t}const gl={};function $z(t){for(const e in t)gl[e]=t[e],Gy(e)&&(gl[e].isCSSVariable=!0)}function $R(t,{layout:e,layoutId:n}){return Jo.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!gl[t]||t==="opacity")}const jz={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},Bz=Xo.length;function Lz(t,e,n){let r="",o=!0;for(let c=0;c<Bz;c++){const u=Xo[c],d=t[u];if(d===void 0)continue;let h=!0;if(typeof d=="number"?h=d===(u.startsWith("scale")?1:0):h=parseFloat(d)===0,!h||n){const p=ER(d,rg[u]);if(!h){o=!1;const y=jz[u]||u;r+=`${y}(${p}) `}n&&(e[u]=p)}}return r=r.trim(),n?r=n(e,o?"":r):o&&(r="none"),r}function cg(t,e,n){const{style:r,vars:o,transformOrigin:c}=t;let u=!1,d=!1;for(const h in e){const p=e[h];if(Jo.has(h)){u=!0;continue}else if(Gy(h)){o[h]=p;continue}else{const y=ER(p,rg[h]);h.startsWith("origin")?(d=!0,c[h]=y):r[h]=y}}if(e.transform||(u||n?r.transform=Lz(e,t.transform,n):r.transform&&(r.transform="none")),d){const{originX:h="50%",originY:p="50%",originZ:y=0}=c;r.transformOrigin=`${h} ${p} ${y}`}}const ug=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function jR(t,e,n){for(const r in e)!Ht(e[r])&&!$R(r,n)&&(t[r]=e[r])}function Vz({transformTemplate:t},e){return V.useMemo(()=>{const n=ug();return cg(n,e,t),Object.assign({},n.vars,n.style)},[e])}function Uz(t,e){const n=t.style||{},r={};return jR(r,n,t),Object.assign(r,Vz(t,e)),r}function zz(t,e){const n={},r=Uz(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n}const Kz={offset:"stroke-dashoffset",array:"stroke-dasharray"},qz={offset:"strokeDashoffset",array:"strokeDasharray"};function Pz(t,e,n=1,r=0,o=!0){t.pathLength=1;const c=o?Kz:qz;t[c.offset]=ye.transform(-r);const u=ye.transform(e),d=ye.transform(n);t[c.array]=`${u} ${d}`}function BR(t,{attrX:e,attrY:n,attrScale:r,pathLength:o,pathSpacing:c=1,pathOffset:u=0,...d},h,p,y){if(cg(t,d,p),h){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:g,style:v}=t;g.transform&&(v.transform=g.transform,delete g.transform),(v.transform||g.transformOrigin)&&(v.transformOrigin=g.transformOrigin??"50% 50%",delete g.transformOrigin),v.transform&&(v.transformBox=y?.transformBox??"fill-box",delete g.transformBox),e!==void 0&&(g.x=e),n!==void 0&&(g.y=n),r!==void 0&&(g.scale=r),o!==void 0&&Pz(g,o,c,u,!1)}const LR=()=>({...ug(),attrs:{}}),VR=t=>typeof t=="string"&&t.toLowerCase()==="svg";function Iz(t,e,n,r){const o=V.useMemo(()=>{const c=LR();return BR(c,e,VR(r),t.transformTemplate,t.style),{...c.attrs,style:{...c.style}}},[e]);if(t.style){const c={};jR(c,t.style,t),o.style={...c,...o.style}}return o}const Hz=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function fg(t){return typeof t!="string"||t.includes("-")?!1:!!(Hz.indexOf(t)>-1||/[A-Z]/u.test(t))}function Fz(t,e,n,{latestValues:r},o,c=!1){const d=(fg(t)?Iz:zz)(e,r,o,t),h=Cz(e,typeof t=="string",c),p=t!==V.Fragment?{...h,...d,ref:n}:{},{children:y}=e,g=V.useMemo(()=>Ht(y)?y.get():y,[y]);return V.createElement(t,{...p,children:g})}function xw(t){const e=[{},{}];return t?.values.forEach((n,r)=>{e[0][r]=n.get(),e[1][r]=n.getVelocity()}),e}function dg(t,e,n,r){if(typeof e=="function"){const[o,c]=xw(r);e=e(n!==void 0?n:t.custom,o,c)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[o,c]=xw(r);e=e(n!==void 0?n:t.custom,o,c)}return e}function Eu(t){return Ht(t)?t.get():t}function Gz({scrapeMotionValuesFromProps:t,createRenderState:e},n,r,o){return{latestValues:Yz(n,r,o,t),renderState:e()}}function Yz(t,e,n,r){const o={},c=r(t,{});for(const v in c)o[v]=Eu(c[v]);let{initial:u,animate:d}=t;const h=kf(t),p=NR(t);e&&p&&!h&&t.inherit!==!1&&(u===void 0&&(u=e.initial),d===void 0&&(d=e.animate));let y=n?n.initial===!1:!1;y=y||u===!1;const g=y?d:u;if(g&&typeof g!="boolean"&&!_f(g)){const v=Array.isArray(g)?g:[g];for(let S=0;S<v.length;S++){const w=dg(t,v[S]);if(w){const{transitionEnd:T,transition:D,...C}=w;for(const O in C){let M=C[O];if(Array.isArray(M)){const j=y?M.length-1:0;M=M[j]}M!==null&&(o[O]=M)}for(const O in T)o[O]=T[O]}}}return o}const UR=t=>(e,n)=>{const r=V.useContext(Of),o=V.useContext(Uy),c=()=>Gz(t,e,r,o);return n?c():_U(c)};function hg(t,e,n){const{style:r}=t,o={};for(const c in r)(Ht(r[c])||e.style&&Ht(e.style[c])||$R(c,t)||n?.getValue(c)?.liveStyle!==void 0)&&(o[c]=r[c]);return o}const Xz=UR({scrapeMotionValuesFromProps:hg,createRenderState:ug});function zR(t,e,n){const r=hg(t,e,n);for(const o in t)if(Ht(t[o])||Ht(e[o])){const c=Xo.indexOf(o)!==-1?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o;r[c]=t[o]}return r}const Jz=UR({scrapeMotionValuesFromProps:zR,createRenderState:LR}),Zz=Symbol.for("motionComponentSymbol");function vo(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function Qz(t,e,n){return V.useCallback(r=>{r&&t.onMount&&t.onMount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):vo(n)&&(n.current=r))},[e])}const pg=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Wz="framerAppearId",KR="data-"+pg(Wz),qR=V.createContext({});function eK(t,e,n,r,o){const{visualElement:c}=V.useContext(Of),u=V.useContext(CR),d=V.useContext(Uy),h=V.useContext(MR).reducedMotion,p=V.useRef(null);r=r||u.renderer,!p.current&&r&&(p.current=r(t,{visualState:e,parent:c,props:n,presenceContext:d,blockInitialAnimation:d?d.initial===!1:!1,reducedMotionConfig:h}));const y=p.current,g=V.useContext(qR);y&&!y.projection&&o&&(y.type==="html"||y.type==="svg")&&tK(p.current,n,o,g);const v=V.useRef(!1);V.useInsertionEffect(()=>{y&&v.current&&y.update(n,d)});const S=n[KR],w=V.useRef(!!S&&!window.MotionHandoffIsComplete?.(S)&&window.MotionHasOptimisedAnimation?.(S));return kU(()=>{y&&(v.current=!0,window.MotionIsMounted=!0,y.updateFeatures(),y.scheduleRenderMicrotask(),w.current&&y.animationState&&y.animationState.animateChanges())}),V.useEffect(()=>{y&&(!w.current&&y.animationState&&y.animationState.animateChanges(),w.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(S)}),w.current=!1),y.enteringChildren=void 0)}),y}function tK(t,e,n,r){const{layoutId:o,layout:c,drag:u,dragConstraints:d,layoutScroll:h,layoutRoot:p,layoutCrossfade:y}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:PR(t.parent)),t.projection.setOptions({layoutId:o,layout:c,alwaysMeasureLayout:!!u||d&&vo(d),visualElement:t,animationType:typeof c=="string"?c:"both",initialPromotionConfig:r,crossfade:y,layoutScroll:h,layoutRoot:p})}function PR(t){if(t)return t.options.allowProjection!==!1?t.projection:PR(t.parent)}function Ap(t,{forwardMotionProps:e=!1}={},n,r){n&&_z(n);const o=fg(t)?Jz:Xz;function c(d,h){let p;const y={...V.useContext(MR),...d,layoutId:nK(d)},{isStatic:g}=y,v=Nz(d),S=o(d,g);if(!g&&Vy){iK();const w=rK(y);p=w.MeasureLayout,v.visualElement=eK(t,S,y,r,w.ProjectionNode)}return Y.jsxs(Of.Provider,{value:v,children:[p&&v.visualElement?Y.jsx(p,{visualElement:v.visualElement,...y}):null,Fz(t,d,Qz(S,v.visualElement,h),S,g,e)]})}c.displayName=`motion.${typeof t=="string"?t:`create(${t.displayName??t.name??""})`}`;const u=V.forwardRef(c);return u[Zz]=t,u}function nK({layoutId:t}){const e=V.useContext(zE).id;return e&&t!==void 0?e+"-"+t:t}function iK(t,e){V.useContext(CR).strict}function rK(t){const{drag:e,layout:n}=qo;if(!e&&!n)return{};const r={...e,...n};return{MeasureLayout:e?.isEnabled(t)||n?.isEnabled(t)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}function sK(t,e){if(typeof Proxy>"u")return Ap;const n=new Map,r=(c,u)=>Ap(c,u,t,e),o=(c,u)=>r(c,u);return new Proxy(o,{get:(c,u)=>u==="create"?r:(n.has(u)||n.set(u,Ap(u,void 0,t,e)),n.get(u))})}function IR({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function oK({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function aK(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Ep(t){return t===void 0||t===1}function Nm({scale:t,scaleX:e,scaleY:n}){return!Ep(t)||!Ep(e)||!Ep(n)}function os(t){return Nm(t)||HR(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function HR(t){return ww(t.x)||ww(t.y)}function ww(t){return t&&t!=="0%"}function Wu(t,e,n){const r=t-n,o=e*r;return n+o}function Tw(t,e,n,r,o){return o!==void 0&&(t=Wu(t,o,r)),Wu(t,n,r)+e}function $m(t,e=0,n=1,r,o){t.min=Tw(t.min,e,n,r,o),t.max=Tw(t.max,e,n,r,o)}function FR(t,{x:e,y:n}){$m(t.x,e.translate,e.scale,e.originPoint),$m(t.y,n.translate,n.scale,n.originPoint)}const Aw=.999999999999,Ew=1.0000000000001;function lK(t,e,n,r=!1){const o=n.length;if(!o)return;e.x=e.y=1;let c,u;for(let d=0;d<o;d++){c=n[d],u=c.projectionDelta;const{visualElement:h}=c.options;h&&h.props.style&&h.props.style.display==="contents"||(r&&c.options.layoutScroll&&c.scroll&&c!==c.root&&xo(t,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),u&&(e.x*=u.x.scale,e.y*=u.y.scale,FR(t,u)),r&&os(c.latestValues)&&xo(t,c.latestValues))}e.x<Ew&&e.x>Aw&&(e.x=1),e.y<Ew&&e.y>Aw&&(e.y=1)}function So(t,e){t.min=t.min+e,t.max=t.max+e}function Rw(t,e,n,r,o=.5){const c=nt(t.min,t.max,o);$m(t,e,n,c,r)}function xo(t,e){Rw(t.x,e.x,e.scaleX,e.scale,e.originX),Rw(t.y,e.y,e.scaleY,e.scale,e.originY)}function GR(t,e){return IR(aK(t.getBoundingClientRect(),e))}function cK(t,e,n){const r=GR(t,n),{scroll:o}=e;return o&&(So(r.x,o.offset.x),So(r.y,o.offset.y)),r}const Ow=()=>({translate:0,scale:1,origin:0,originPoint:0}),wo=()=>({x:Ow(),y:Ow()}),_w=()=>({min:0,max:0}),ht=()=>({x:_w(),y:_w()}),jm={current:null},YR={current:!1};function uK(){if(YR.current=!0,!!Vy)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>jm.current=t.matches;t.addEventListener("change",e),e()}else jm.current=!1}const fK=new WeakMap;function dK(t,e,n){for(const r in e){const o=e[r],c=n[r];if(Ht(o))t.addValue(r,o);else if(Ht(c))t.addValue(r,Ko(o,{owner:t}));else if(c!==o)if(t.hasValue(r)){const u=t.getValue(r);u.liveStyle===!0?u.jump(o):u.hasAnimated||u.set(o)}else{const u=t.getStaticValue(r);t.addValue(r,Ko(u!==void 0?u:o,{owner:t}))}}for(const r in n)e[r]===void 0&&t.removeValue(r);return e}const kw=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class hK{scrapeMotionValuesFromProps(e,n,r){return{}}constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:o,blockInitialAnimation:c,visualState:u},d={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=ng,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const v=an.now();this.renderScheduledAt<v&&(this.renderScheduledAt=v,We.render(this.render,!1,!0))};const{latestValues:h,renderState:p}=u;this.latestValues=h,this.baseTarget={...h},this.initialValues=n.initial?{...h}:{},this.renderState=p,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=o,this.options=d,this.blockInitialAnimation=!!c,this.isControllingVariants=kf(n),this.isVariantNode=NR(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:y,...g}=this.scrapeMotionValuesFromProps(n,{},this);for(const v in g){const S=g[v];h[v]!==void 0&&Ht(S)&&S.set(h[v])}}mount(e){this.current=e,fK.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),YR.current||uK(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:jm.current,this.parent?.addChild(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),$r(this.notifyUpdate),$r(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}addChild(e){this.children.add(e),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(e)}removeChild(e){this.children.delete(e),this.enteringChildren&&this.enteringChildren.delete(e)}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const r=Jo.has(e);r&&this.onBindTransform&&this.onBindTransform();const o=n.on("change",u=>{this.latestValues[e]=u,this.props.onUpdate&&We.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let c;window.MotionCheckAppearSync&&(c=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{o(),c&&c(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in qo){const n=qo[e];if(!n)continue;const{isEnabled:r,Feature:o}=n;if(!this.features[e]&&o&&r(this.props)&&(this.features[e]=new o(this)),this.features[e]){const c=this.features[e];c.isMounted?c.update():(c.mount(),c.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):ht()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<kw.length;r++){const o=kw[r];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const c="on"+o,u=e[c];u&&(this.propEventSubscriptions[o]=this.on(o,u))}this.prevMotionValues=dK(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const r=this.values.get(e);n!==r&&(r&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Ko(n===null?void 0:n,{owner:this}),this.addValue(e,r)),r}readValue(e,n){let r=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:this.getBaseTargetFromProps(this.props,e)??this.readValueFromInstance(this.current,e,this.options);return r!=null&&(typeof r=="string"&&(KE(r)||PE(r))?r=parseFloat(r):!Rz(r)&&jr.test(n)&&(r=AR(e,n)),this.setBaseTarget(e,Ht(r)?r.get():r)),Ht(r)?r.get():r}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){const{initial:n}=this.props;let r;if(typeof n=="string"||typeof n=="object"){const c=dg(this.props,n,this.presenceContext?.custom);c&&(r=c[e])}if(n&&r!==void 0)return r;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Ht(o)?o:this.initialValues[e]!==void 0&&r===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new Iy),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}scheduleRenderMicrotask(){sg.render(this.render)}}class XR extends hK{constructor(){super(...arguments),this.KeyframeResolver=hz}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Ht(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function JR(t,{style:e,vars:n},r,o){const c=t.style;let u;for(u in e)c[u]=e[u];o?.applyProjectionStyles(c,r);for(u in n)c.setProperty(u,n[u])}function pK(t){return window.getComputedStyle(t)}class mK extends XR{constructor(){super(...arguments),this.type="html",this.renderInstance=JR}readValueFromInstance(e,n){if(Jo.has(n))return this.projection?.isProjecting?Rm(n):D4(e,n);{const r=pK(e),o=(Gy(n)?r.getPropertyValue(n):r[n])||0;return typeof o=="string"?o.trim():o}}measureInstanceViewportBox(e,{transformPagePoint:n}){return GR(e,n)}build(e,n,r){cg(e,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,n,r){return hg(e,n,r)}}const ZR=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function yK(t,e,n,r){JR(t,e,void 0,r);for(const o in e.attrs)t.setAttribute(ZR.has(o)?o:pg(o),e.attrs[o])}class gK extends XR{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=ht}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Jo.has(n)){const r=TR(n);return r&&r.default||0}return n=ZR.has(n)?n:pg(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,r){return zR(e,n,r)}build(e,n,r){BR(e,n,this.isSVGTag,r.transformTemplate,r.style)}renderInstance(e,n,r,o){yK(e,n,r,o)}mount(e){this.isSVGTag=VR(e.tagName),super.mount(e)}}const bK=(t,e)=>fg(t)?new gK(e):new mK(e,{allowProjection:t!==V.Fragment});function Mo(t,e,n){const r=t.getProps();return dg(r,e,n!==void 0?n:r.custom,t)}const Bm=t=>Array.isArray(t);function vK(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Ko(n))}function SK(t){return Bm(t)?t[t.length-1]||0:t}function xK(t,e){const n=Mo(t,e);let{transitionEnd:r={},transition:o={},...c}=n||{};c={...c,...r};for(const u in c){const d=SK(c[u]);vK(t,u,d)}}function wK(t){return!!(Ht(t)&&t.add)}function Lm(t,e){const n=t.getValue("willChange");if(wK(n))return n.add(e);if(!n&&Gi.WillChange){const r=new Gi.WillChange("auto");t.addValue("willChange",r),r.add(e)}}function QR(t){return t.props[KR]}const TK=t=>t!==null;function AK(t,{repeat:e,repeatType:n="loop"},r){const o=t.filter(TK),c=e&&n!=="loop"&&e%2===1?0:o.length-1;return o[c]}const EK={type:"spring",stiffness:500,damping:25,restSpeed:10},RK=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),OK={type:"keyframes",duration:.8},_K={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},kK=(t,{keyframes:e})=>e.length>2?OK:Jo.has(t)?t.startsWith("scale")?RK(e[1]):EK:_K;function MK({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:o,repeat:c,repeatType:u,repeatDelay:d,from:h,elapsed:p,...y}){return!!Object.keys(y).length}const mg=(t,e,n,r={},o,c)=>u=>{const d=ig(r,t)||{},h=d.delay||r.delay||0;let{elapsed:p=0}=r;p=p-ci(h);const y={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...d,delay:-p,onUpdate:v=>{e.set(v),d.onUpdate&&d.onUpdate(v)},onComplete:()=>{u(),d.onComplete&&d.onComplete()},name:t,motionValue:e,element:c?void 0:o};MK(d)||Object.assign(y,kK(t,y)),y.duration&&(y.duration=ci(y.duration)),y.repeatDelay&&(y.repeatDelay=ci(y.repeatDelay)),y.from!==void 0&&(y.keyframes[0]=y.from);let g=!1;if((y.type===!1||y.duration===0&&!y.repeatDelay)&&(Cm(y),y.delay===0&&(g=!0)),(Gi.instantAnimations||Gi.skipAnimations)&&(g=!0,Cm(y),y.delay=0),y.allowFlatten=!d.type&&!d.ease,g&&!c&&e.get()!==void 0){const v=AK(y.keyframes,d);if(v!==void 0){We.update(()=>{y.onUpdate(v),y.onComplete()});return}}return d.isSync?new tg(y):new tz(y)};function CK({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function WR(t,e,{delay:n=0,transitionOverride:r,type:o}={}){let{transition:c=t.getDefaultTransition(),transitionEnd:u,...d}=e;r&&(c=r);const h=[],p=o&&t.animationState&&t.animationState.getState()[o];for(const y in d){const g=t.getValue(y,t.latestValues[y]??null),v=d[y];if(v===void 0||p&&CK(p,y))continue;const S={delay:n,...ig(c||{},y)},w=g.get();if(w!==void 0&&!g.isAnimating&&!Array.isArray(v)&&v===w&&!S.velocity)continue;let T=!1;if(window.MotionHandoffAnimation){const C=QR(t);if(C){const O=window.MotionHandoffAnimation(C,y,We);O!==null&&(S.startTime=O,T=!0)}}Lm(t,y),g.start(mg(y,g,v,t.shouldReduceMotion&&SR.has(y)?{type:!1}:S,t,T));const D=g.animation;D&&h.push(D)}return u&&Promise.all(h).then(()=>{We.update(()=>{u&&xK(t,u)})}),h}function eO(t,e,n,r=0,o=1){const c=Array.from(t).sort((p,y)=>p.sortNodePosition(y)).indexOf(e),u=t.size,d=(u-1)*r;return typeof n=="function"?n(c,u):o===1?c*r:d-c*r}function Vm(t,e,n={}){const r=Mo(t,e,n.type==="exit"?t.presenceContext?.custom:void 0);let{transition:o=t.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(o=n.transitionOverride);const c=r?()=>Promise.all(WR(t,r,n)):()=>Promise.resolve(),u=t.variantChildren&&t.variantChildren.size?(h=0)=>{const{delayChildren:p=0,staggerChildren:y,staggerDirection:g}=o;return DK(t,e,h,p,y,g,n)}:()=>Promise.resolve(),{when:d}=o;if(d){const[h,p]=d==="beforeChildren"?[c,u]:[u,c];return h().then(()=>p())}else return Promise.all([c(),u(n.delay)])}function DK(t,e,n=0,r=0,o=0,c=1,u){const d=[];for(const h of t.variantChildren)h.notify("AnimationStart",e),d.push(Vm(h,e,{...u,delay:n+(typeof r=="function"?0:r)+eO(t.variantChildren,h,r,o,c)}).then(()=>h.notify("AnimationComplete",e)));return Promise.all(d)}function NK(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const o=e.map(c=>Vm(t,c,n));r=Promise.all(o)}else if(typeof e=="string")r=Vm(t,e,n);else{const o=typeof e=="function"?Mo(t,e,n.custom):e;r=Promise.all(WR(t,o,n))}return r.then(()=>{t.notify("AnimationComplete",e)})}function tO(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}const $K=lg.length;function nO(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?nO(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<$K;n++){const r=lg[n],o=t.props[r];(yl(o)||o===!1)&&(e[r]=o)}return e}const jK=[...ag].reverse(),BK=ag.length;function LK(t){return e=>Promise.all(e.map(({animation:n,options:r})=>NK(t,n,r)))}function VK(t){let e=LK(t),n=Mw(),r=!0;const o=h=>(p,y)=>{const g=Mo(t,y,h==="exit"?t.presenceContext?.custom:void 0);if(g){const{transition:v,transitionEnd:S,...w}=g;p={...p,...w,...S}}return p};function c(h){e=h(t)}function u(h){const{props:p}=t,y=nO(t.parent)||{},g=[],v=new Set;let S={},w=1/0;for(let D=0;D<BK;D++){const C=jK[D],O=n[C],M=p[C]!==void 0?p[C]:y[C],j=yl(M),_=C===h?O.isActive:null;_===!1&&(w=D);let J=M===y[C]&&M!==p[C]&&j;if(J&&r&&t.manuallyAnimateOnMount&&(J=!1),O.protectedKeys={...S},!O.isActive&&_===null||!M&&!O.prevProp||_f(M)||typeof M=="boolean")continue;const H=UK(O.prevProp,M);let F=H||C===h&&O.isActive&&!J&&j||D>w&&j,ie=!1;const oe=Array.isArray(M)?M:[M];let fe=oe.reduce(o(C),{});_===!1&&(fe={});const{prevResolvedValues:ge={}}=O,be={...ge,...fe},Q=q=>{F=!0,v.has(q)&&(ie=!0,v.delete(q)),O.needsAnimating[q]=!0;const z=t.getValue(q);z&&(z.liveStyle=!1)};for(const q in be){const z=fe[q],ee=ge[q];if(S.hasOwnProperty(q))continue;let A=!1;Bm(z)&&Bm(ee)?A=!tO(z,ee):A=z!==ee,A?z!=null?Q(q):v.add(q):z!==void 0&&v.has(q)?Q(q):O.protectedKeys[q]=!0}O.prevProp=M,O.prevResolvedValues=fe,O.isActive&&(S={...S,...fe}),r&&t.blockInitialAnimation&&(F=!1);const W=J&&H;F&&(!W||ie)&&g.push(...oe.map(q=>{const z={type:C};if(typeof q=="string"&&r&&!W&&t.manuallyAnimateOnMount&&t.parent){const{parent:ee}=t,A=Mo(ee,q);if(ee.enteringChildren&&A){const{delayChildren:I}=A.transition||{};z.delay=eO(ee.enteringChildren,t,I)}}return{animation:q,options:z}}))}if(v.size){const D={};if(typeof p.initial!="boolean"){const C=Mo(t,Array.isArray(p.initial)?p.initial[0]:p.initial);C&&C.transition&&(D.transition=C.transition)}v.forEach(C=>{const O=t.getBaseTarget(C),M=t.getValue(C);M&&(M.liveStyle=!0),D[C]=O??null}),g.push({animation:D})}let T=!!g.length;return r&&(p.initial===!1||p.initial===p.animate)&&!t.manuallyAnimateOnMount&&(T=!1),r=!1,T?e(g):Promise.resolve()}function d(h,p){if(n[h].isActive===p)return Promise.resolve();t.variantChildren?.forEach(g=>g.animationState?.setActive(h,p)),n[h].isActive=p;const y=u(h);for(const g in n)n[g].protectedKeys={};return y}return{animateChanges:u,setActive:d,setAnimateFunction:c,getState:()=>n,reset:()=>{n=Mw(),r=!0}}}function UK(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!tO(e,t):!1}function is(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Mw(){return{animate:is(!0),whileInView:is(),whileHover:is(),whileTap:is(),whileDrag:is(),whileFocus:is(),exit:is()}}class Vr{constructor(e){this.isMounted=!1,this.node=e}update(){}}class zK extends Vr{constructor(e){super(e),e.animationState||(e.animationState=VK(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();_f(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}let KK=0;class qK extends Vr{constructor(){super(...arguments),this.id=KK++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const o=this.node.animationState.setActive("exit",!e);n&&!e&&o.then(()=>{n(this.id)})}mount(){const{register:e,onExitComplete:n}=this.node.presenceContext||{};n&&n(this.id),e&&(this.unmount=e(this.id))}unmount(){}}const PK={animation:{Feature:zK},exit:{Feature:qK}};function bl(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}function Bl(t){return{point:{x:t.pageX,y:t.pageY}}}const IK=t=>e=>og(e)&&t(e,Bl(e));function ol(t,e,n,r){return bl(t,e,IK(n),r)}const iO=1e-4,HK=1-iO,FK=1+iO,rO=.01,GK=0-rO,YK=0+rO;function Zt(t){return t.max-t.min}function XK(t,e,n){return Math.abs(t-e)<=n}function Cw(t,e,n,r=.5){t.origin=r,t.originPoint=nt(e.min,e.max,t.origin),t.scale=Zt(n)/Zt(e),t.translate=nt(n.min,n.max,t.origin)-t.originPoint,(t.scale>=HK&&t.scale<=FK||isNaN(t.scale))&&(t.scale=1),(t.translate>=GK&&t.translate<=YK||isNaN(t.translate))&&(t.translate=0)}function al(t,e,n,r){Cw(t.x,e.x,n.x,r?r.originX:void 0),Cw(t.y,e.y,n.y,r?r.originY:void 0)}function Dw(t,e,n){t.min=n.min+e.min,t.max=t.min+Zt(e)}function JK(t,e,n){Dw(t.x,e.x,n.x),Dw(t.y,e.y,n.y)}function Nw(t,e,n){t.min=e.min-n.min,t.max=t.min+Zt(e)}function ll(t,e,n){Nw(t.x,e.x,n.x),Nw(t.y,e.y,n.y)}function jn(t){return[t("x"),t("y")]}const sO=({current:t})=>t?t.ownerDocument.defaultView:null,$w=(t,e)=>Math.abs(t-e);function ZK(t,e){const n=$w(t.x,e.x),r=$w(t.y,e.y);return Math.sqrt(n**2+r**2)}class oO{constructor(e,n,{transformPagePoint:r,contextWindow:o=window,dragSnapToOrigin:c=!1,distanceThreshold:u=3}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const v=Op(this.lastMoveEventInfo,this.history),S=this.startEvent!==null,w=ZK(v.offset,{x:0,y:0})>=this.distanceThreshold;if(!S&&!w)return;const{point:T}=v,{timestamp:D}=zt;this.history.push({...T,timestamp:D});const{onStart:C,onMove:O}=this.handlers;S||(C&&C(this.lastMoveEvent,v),this.startEvent=this.lastMoveEvent),O&&O(this.lastMoveEvent,v)},this.handlePointerMove=(v,S)=>{this.lastMoveEvent=v,this.lastMoveEventInfo=Rp(S,this.transformPagePoint),We.update(this.updatePoint,!0)},this.handlePointerUp=(v,S)=>{this.end();const{onEnd:w,onSessionEnd:T,resumeAnimation:D}=this.handlers;if(this.dragSnapToOrigin&&D&&D(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const C=Op(v.type==="pointercancel"?this.lastMoveEventInfo:Rp(S,this.transformPagePoint),this.history);this.startEvent&&w&&w(v,C),T&&T(v,C)},!og(e))return;this.dragSnapToOrigin=c,this.handlers=n,this.transformPagePoint=r,this.distanceThreshold=u,this.contextWindow=o||window;const d=Bl(e),h=Rp(d,this.transformPagePoint),{point:p}=h,{timestamp:y}=zt;this.history=[{...p,timestamp:y}];const{onSessionStart:g}=n;g&&g(e,Op(h,this.history)),this.removeListeners=Nl(ol(this.contextWindow,"pointermove",this.handlePointerMove),ol(this.contextWindow,"pointerup",this.handlePointerUp),ol(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),$r(this.updatePoint)}}function Rp(t,e){return e?{point:e(t.point)}:t}function jw(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Op({point:t},e){return{point:t,delta:jw(t,aO(e)),offset:jw(t,QK(e)),velocity:WK(e,.1)}}function QK(t){return t[0]}function aO(t){return t[t.length-1]}function WK(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const o=aO(t);for(;n>=0&&(r=t[n],!(o.timestamp-r.timestamp>ci(e)));)n--;if(!r)return{x:0,y:0};const c=ui(o.timestamp-r.timestamp);if(c===0)return{x:0,y:0};const u={x:(o.x-r.x)/c,y:(o.y-r.y)/c};return u.x===1/0&&(u.x=0),u.y===1/0&&(u.y=0),u}function eq(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?nt(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?nt(n,t,r.max):Math.min(t,n)),t}function Bw(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function tq(t,{top:e,left:n,bottom:r,right:o}){return{x:Bw(t.x,n,o),y:Bw(t.y,e,r)}}function Lw(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function nq(t,e){return{x:Lw(t.x,e.x),y:Lw(t.y,e.y)}}function iq(t,e){let n=.5;const r=Zt(t),o=Zt(e);return o>r?n=hl(e.min,e.max-r,t.min):r>o&&(n=hl(t.min,t.max-o,e.min)),Fi(0,1,n)}function rq(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Um=.35;function sq(t=Um){return t===!1?t=0:t===!0&&(t=Um),{x:Vw(t,"left","right"),y:Vw(t,"top","bottom")}}function Vw(t,e,n){return{min:Uw(t,e),max:Uw(t,n)}}function Uw(t,e){return typeof t=="number"?t:t[e]||0}const oq=new WeakMap;class aq{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=ht(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=e}start(e,{snapToCursor:n=!1,distanceThreshold:r}={}){const{presenceContext:o}=this.visualElement;if(o&&o.isPresent===!1)return;const c=g=>{const{dragSnapToOrigin:v}=this.getProps();v?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Bl(g).point)},u=(g,v)=>{const{drag:S,dragPropagation:w,onDragStart:T}=this.getProps();if(S&&!w&&(this.openDragLock&&this.openDragLock(),this.openDragLock=bz(S),!this.openDragLock))return;this.latestPointerEvent=g,this.latestPanInfo=v,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),jn(C=>{let O=this.getAxisMotionValue(C).get()||0;if(fi.test(O)){const{projection:M}=this.visualElement;if(M&&M.layout){const j=M.layout.layoutBox[C];j&&(O=Zt(j)*(parseFloat(O)/100))}}this.originPoint[C]=O}),T&&We.postRender(()=>T(g,v)),Lm(this.visualElement,"transform");const{animationState:D}=this.visualElement;D&&D.setActive("whileDrag",!0)},d=(g,v)=>{this.latestPointerEvent=g,this.latestPanInfo=v;const{dragPropagation:S,dragDirectionLock:w,onDirectionLock:T,onDrag:D}=this.getProps();if(!S&&!this.openDragLock)return;const{offset:C}=v;if(w&&this.currentDirection===null){this.currentDirection=lq(C),this.currentDirection!==null&&T&&T(this.currentDirection);return}this.updateAxis("x",v.point,C),this.updateAxis("y",v.point,C),this.visualElement.render(),D&&D(g,v)},h=(g,v)=>{this.latestPointerEvent=g,this.latestPanInfo=v,this.stop(g,v),this.latestPointerEvent=null,this.latestPanInfo=null},p=()=>jn(g=>this.getAnimationState(g)==="paused"&&this.getAxisMotionValue(g).animation?.play()),{dragSnapToOrigin:y}=this.getProps();this.panSession=new oO(e,{onSessionStart:c,onStart:u,onMove:d,onSessionEnd:h,resumeAnimation:p},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:y,distanceThreshold:r,contextWindow:sO(this.visualElement)})}stop(e,n){const r=e||this.latestPointerEvent,o=n||this.latestPanInfo,c=this.isDragging;if(this.cancel(),!c||!o||!r)return;const{velocity:u}=o;this.startAnimation(u);const{onDragEnd:d}=this.getProps();d&&We.postRender(()=>d(r,o))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:o}=this.getProps();if(!r||!fu(e,o,this.currentDirection))return;const c=this.getAxisMotionValue(e);let u=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(u=eq(u,this.constraints[e],this.elastic[e])),c.set(u)}resolveConstraints(){const{dragConstraints:e,dragElastic:n}=this.getProps(),r=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,o=this.constraints;e&&vo(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):e&&r?this.constraints=tq(r.layoutBox,e):this.constraints=!1,this.elastic=sq(n),o!==this.constraints&&r&&this.constraints&&!this.hasMutatedConstraints&&jn(c=>{this.constraints!==!1&&this.getAxisMotionValue(c)&&(this.constraints[c]=rq(r.layoutBox[c],this.constraints[c]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!vo(e))return!1;const r=e.current,{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const c=cK(r,o.root,this.visualElement.getTransformPagePoint());let u=nq(o.layout.layoutBox,c);if(n){const d=n(oK(u));this.hasMutatedConstraints=!!d,d&&(u=IR(d))}return u}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:o,dragTransition:c,dragSnapToOrigin:u,onDragTransitionEnd:d}=this.getProps(),h=this.constraints||{},p=jn(y=>{if(!fu(y,n,this.currentDirection))return;let g=h&&h[y]||{};u&&(g={min:0,max:0});const v=o?200:1e6,S=o?40:1e7,w={type:"inertia",velocity:r?e[y]:0,bounceStiffness:v,bounceDamping:S,timeConstant:750,restDelta:1,restSpeed:10,...c,...g};return this.startAxisValueAnimation(y,w)});return Promise.all(p).then(d)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return Lm(this.visualElement,e),r.start(mg(e,r,0,n,this.visualElement,!1))}stopAnimation(){jn(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){jn(e=>this.getAxisMotionValue(e).animation?.pause())}getAnimationState(e){return this.getAxisMotionValue(e).animation?.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,r=this.visualElement.getProps(),o=r[n];return o||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){jn(n=>{const{drag:r}=this.getProps();if(!fu(n,r,this.currentDirection))return;const{projection:o}=this.visualElement,c=this.getAxisMotionValue(n);if(o&&o.layout){const{min:u,max:d}=o.layout.layoutBox[n];c.set(e[n]-nt(u,d,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!vo(n)||!r||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};jn(u=>{const d=this.getAxisMotionValue(u);if(d&&this.constraints!==!1){const h=d.get();o[u]=iq({min:h,max:h},this.constraints[u])}});const{transformTemplate:c}=this.visualElement.getProps();this.visualElement.current.style.transform=c?c({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),jn(u=>{if(!fu(u,e,null))return;const d=this.getAxisMotionValue(u),{min:h,max:p}=this.constraints[u];d.set(nt(h,p,o[u]))})}addListeners(){if(!this.visualElement.current)return;oq.set(this.visualElement,this);const e=this.visualElement.current,n=ol(e,"pointerdown",h=>{const{drag:p,dragListener:y=!0}=this.getProps();p&&y&&this.start(h)}),r=()=>{const{dragConstraints:h}=this.getProps();vo(h)&&h.current&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,c=o.addEventListener("measure",r);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),We.read(r);const u=bl(window,"resize",()=>this.scalePositionWithinConstraints()),d=o.addEventListener("didUpdate",(({delta:h,hasLayoutChanged:p})=>{this.isDragging&&p&&(jn(y=>{const g=this.getAxisMotionValue(y);g&&(this.originPoint[y]+=h[y].translate,g.set(g.get()+h[y].translate))}),this.visualElement.render())}));return()=>{u(),n(),c(),d&&d()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:o=!1,dragConstraints:c=!1,dragElastic:u=Um,dragMomentum:d=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:o,dragConstraints:c,dragElastic:u,dragMomentum:d}}}function fu(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function lq(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class cq extends Vr{constructor(e){super(e),this.removeGroupControls=Vn,this.removeListeners=Vn,this.controls=new aq(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Vn}unmount(){this.removeGroupControls(),this.removeListeners()}}const zw=t=>(e,n)=>{t&&We.postRender(()=>t(e,n))};class uq extends Vr{constructor(){super(...arguments),this.removePointerDownListener=Vn}onPointerDown(e){this.session=new oO(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:sO(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:o}=this.node.getProps();return{onSessionStart:zw(e),onStart:zw(n),onMove:r,onEnd:(c,u)=>{delete this.session,o&&We.postRender(()=>o(c,u))}}}mount(){this.removePointerDownListener=ol(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}const Ru={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Kw(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const Za={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(ye.test(t))t=parseFloat(t);else return t;const n=Kw(t,e.target.x),r=Kw(t,e.target.y);return`${n}% ${r}%`}},fq={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,o=jr.parse(t);if(o.length>5)return r;const c=jr.createTransformer(t),u=typeof o[0]!="number"?1:0,d=n.x.scale*e.x,h=n.y.scale*e.y;o[0+u]/=d,o[1+u]/=h;const p=nt(d,h,.5);return typeof o[2+u]=="number"&&(o[2+u]/=p),typeof o[3+u]=="number"&&(o[3+u]/=p),c(o)}};let _p=!1;class dq extends V.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:o}=this.props,{projection:c}=e;$z(hq),c&&(n.group&&n.group.add(c),r&&r.register&&o&&r.register(c),_p&&c.root.didUpdate(),c.addEventListener("animationComplete",()=>{this.safeToRemove()}),c.setOptions({...c.options,onExitComplete:()=>this.safeToRemove()})),Ru.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:o,isPresent:c}=this.props,{projection:u}=r;return u&&(u.isPresent=c,_p=!0,o||e.layoutDependency!==n||n===void 0||e.isPresent!==c?u.willUpdate():this.safeToRemove(),e.isPresent!==c&&(c?u.promote():u.relegate()||We.postRender(()=>{const d=u.getStack();(!d||!d.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),sg.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:o}=e;_p=!0,o&&(o.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(o),r&&r.deregister&&r.deregister(o))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function lO(t){const[e,n]=Oz(),r=V.useContext(zE);return Y.jsx(dq,{...t,layoutGroup:r,switchLayoutGroup:V.useContext(qR),isPresent:e,safeToRemove:n})}const hq={borderRadius:{...Za,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Za,borderTopRightRadius:Za,borderBottomLeftRadius:Za,borderBottomRightRadius:Za,boxShadow:fq};function pq(t,e,n){const r=Ht(t)?t:Ko(t);return r.start(mg("",r,e,n)),r.animation}const mq=(t,e)=>t.depth-e.depth;class yq{constructor(){this.children=[],this.isDirty=!1}add(e){zy(this.children,e),this.isDirty=!0}remove(e){Ky(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(mq),this.isDirty=!1,this.children.forEach(e)}}function gq(t,e){const n=an.now(),r=({timestamp:o})=>{const c=o-n;c>=e&&($r(r),t(c-e))};return We.setup(r,!0),()=>$r(r)}const cO=["TopLeft","TopRight","BottomLeft","BottomRight"],bq=cO.length,qw=t=>typeof t=="string"?parseFloat(t):t,Pw=t=>typeof t=="number"||ye.test(t);function vq(t,e,n,r,o,c){o?(t.opacity=nt(0,n.opacity??1,Sq(r)),t.opacityExit=nt(e.opacity??1,0,xq(r))):c&&(t.opacity=nt(e.opacity??1,n.opacity??1,r));for(let u=0;u<bq;u++){const d=`border${cO[u]}Radius`;let h=Iw(e,d),p=Iw(n,d);if(h===void 0&&p===void 0)continue;h||(h=0),p||(p=0),h===0||p===0||Pw(h)===Pw(p)?(t[d]=Math.max(nt(qw(h),qw(p),r),0),(fi.test(p)||fi.test(h))&&(t[d]+="%")):t[d]=p}(e.rotate||n.rotate)&&(t.rotate=nt(e.rotate||0,n.rotate||0,r))}function Iw(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const Sq=uO(0,.5,ZE),xq=uO(.5,.95,Vn);function uO(t,e,n){return r=>r<t?0:r>e?1:n(hl(t,e,r))}function Hw(t,e){t.min=e.min,t.max=e.max}function Nn(t,e){Hw(t.x,e.x),Hw(t.y,e.y)}function Fw(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function Gw(t,e,n,r,o){return t-=e,t=Wu(t,1/n,r),o!==void 0&&(t=Wu(t,1/o,r)),t}function wq(t,e=0,n=1,r=.5,o,c=t,u=t){if(fi.test(e)&&(e=parseFloat(e),e=nt(u.min,u.max,e/100)-u.min),typeof e!="number")return;let d=nt(c.min,c.max,r);t===c&&(d-=e),t.min=Gw(t.min,e,n,d,o),t.max=Gw(t.max,e,n,d,o)}function Yw(t,e,[n,r,o],c,u){wq(t,e[n],e[r],e[o],e.scale,c,u)}const Tq=["x","scaleX","originX"],Aq=["y","scaleY","originY"];function Xw(t,e,n,r){Yw(t.x,e,Tq,n?n.x:void 0,r?r.x:void 0),Yw(t.y,e,Aq,n?n.y:void 0,r?r.y:void 0)}function Jw(t){return t.translate===0&&t.scale===1}function fO(t){return Jw(t.x)&&Jw(t.y)}function Zw(t,e){return t.min===e.min&&t.max===e.max}function Eq(t,e){return Zw(t.x,e.x)&&Zw(t.y,e.y)}function Qw(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function dO(t,e){return Qw(t.x,e.x)&&Qw(t.y,e.y)}function Ww(t){return Zt(t.x)/Zt(t.y)}function e1(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class Rq{constructor(){this.members=[]}add(e){zy(this.members,e),e.scheduleRender()}remove(e){if(Ky(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(o=>e===o);if(n===0)return!1;let r;for(let o=n;o>=0;o--){const c=this.members[o];if(c.isPresent!==!1){r=c;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:o}=e.options;o===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Oq(t,e,n){let r="";const o=t.x.translate/e.x,c=t.y.translate/e.y,u=n?.z||0;if((o||c||u)&&(r=`translate3d(${o}px, ${c}px, ${u}px) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:p,rotate:y,rotateX:g,rotateY:v,skewX:S,skewY:w}=n;p&&(r=`perspective(${p}px) ${r}`),y&&(r+=`rotate(${y}deg) `),g&&(r+=`rotateX(${g}deg) `),v&&(r+=`rotateY(${v}deg) `),S&&(r+=`skewX(${S}deg) `),w&&(r+=`skewY(${w}deg) `)}const d=t.x.scale*e.x,h=t.y.scale*e.y;return(d!==1||h!==1)&&(r+=`scale(${d}, ${h})`),r||"none"}const kp=["","X","Y","Z"],_q=1e3;let kq=0;function Mp(t,e,n,r){const{latestValues:o}=e;o[t]&&(n[t]=o[t],e.setStaticValue(t,0),r&&(r[t]=0))}function hO(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=QR(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:o,layoutId:c}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",We,!(o||c))}const{parent:r}=t;r&&!r.hasCheckedOptimisedAppear&&hO(r)}function pO({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:o}){return class{constructor(u={},d=e?.()){this.id=kq++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(Dq),this.nodes.forEach(Bq),this.nodes.forEach(Lq),this.nodes.forEach(Nq)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=u,this.root=d?d.root||d:this,this.path=d?[...d.path,d]:[],this.parent=d,this.depth=d?d.depth+1:0;for(let h=0;h<this.path.length;h++)this.path[h].shouldResetTransform=!0;this.root===this&&(this.nodes=new yq)}addEventListener(u,d){return this.eventHandlers.has(u)||this.eventHandlers.set(u,new Iy),this.eventHandlers.get(u).add(d)}notifyListeners(u,...d){const h=this.eventHandlers.get(u);h&&h.notify(...d)}hasListeners(u){return this.eventHandlers.has(u)}mount(u){if(this.instance)return;this.isSVG=kR(u)&&!Az(u),this.instance=u;const{layoutId:d,layout:h,visualElement:p}=this.options;if(p&&!p.current&&p.mount(u),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(h||d)&&(this.isLayoutDirty=!0),t){let y,g=0;const v=()=>this.root.updateBlockedByResize=!1;We.read(()=>{g=window.innerWidth}),t(u,()=>{const S=window.innerWidth;S!==g&&(g=S,this.root.updateBlockedByResize=!0,y&&y(),y=gq(v,250),Ru.hasAnimatedSinceResize&&(Ru.hasAnimatedSinceResize=!1,this.nodes.forEach(i1)))})}d&&this.root.registerSharedNode(d,this),this.options.animate!==!1&&p&&(d||h)&&this.addEventListener("didUpdate",({delta:y,hasLayoutChanged:g,hasRelativeLayoutChanged:v,layout:S})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const w=this.options.transition||p.getDefaultTransition()||qq,{onLayoutAnimationStart:T,onLayoutAnimationComplete:D}=p.getProps(),C=!this.targetLayout||!dO(this.targetLayout,S),O=!g&&v;if(this.options.layoutRoot||this.resumeFrom||O||g&&(C||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);const M={...ig(w,"layout"),onPlay:T,onComplete:D};(p.shouldReduceMotion||this.options.layoutRoot)&&(M.delay=0,M.type=!1),this.startAnimation(M),this.setAnimationOrigin(y,O)}else g||i1(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=S})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const u=this.getStack();u&&u.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),$r(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(Vq),this.animationId++)}getTransformTemplate(){const{visualElement:u}=this.options;return u&&u.getProps().transformTemplate}willUpdate(u=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&hO(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let y=0;y<this.path.length;y++){const g=this.path[y];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:d,layout:h}=this.options;if(d===void 0&&!h)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),u&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(t1);return}if(this.animationId<=this.animationCommitId){this.nodes.forEach(n1);return}this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(jq),this.nodes.forEach(Mq),this.nodes.forEach(Cq)):this.nodes.forEach(n1),this.clearAllSnapshots();const d=an.now();zt.delta=Fi(0,1e3/60,d-zt.timestamp),zt.timestamp=d,zt.isProcessing=!0,bp.update.process(zt),bp.preRender.process(zt),bp.render.process(zt),zt.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,sg.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach($q),this.sharedNodes.forEach(Uq)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,We.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){We.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!Zt(this.snapshot.measuredBox.x)&&!Zt(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let h=0;h<this.path.length;h++)this.path[h].updateScroll();const u=this.layout;this.layout=this.measure(!1),this.layoutCorrected=ht(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:d}=this.options;d&&d.notify("LayoutMeasure",this.layout.layoutBox,u?u.layoutBox:void 0)}updateScroll(u="measure"){let d=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===u&&(d=!1),d&&this.instance){const h=r(this.instance);this.scroll={animationId:this.root.animationId,phase:u,isRoot:h,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:h}}}resetTransform(){if(!o)return;const u=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,d=this.projectionDelta&&!fO(this.projectionDelta),h=this.getTransformTemplate(),p=h?h(this.latestValues,""):void 0,y=p!==this.prevTransformTemplateValue;u&&this.instance&&(d||os(this.latestValues)||y)&&(o(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(u=!0){const d=this.measurePageBox();let h=this.removeElementScroll(d);return u&&(h=this.removeTransform(h)),Pq(h),{animationId:this.root.animationId,measuredBox:d,layoutBox:h,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:u}=this.options;if(!u)return ht();const d=u.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(Iq))){const{scroll:p}=this.root;p&&(So(d.x,p.offset.x),So(d.y,p.offset.y))}return d}removeElementScroll(u){const d=ht();if(Nn(d,u),this.scroll?.wasRoot)return d;for(let h=0;h<this.path.length;h++){const p=this.path[h],{scroll:y,options:g}=p;p!==this.root&&y&&g.layoutScroll&&(y.wasRoot&&Nn(d,u),So(d.x,y.offset.x),So(d.y,y.offset.y))}return d}applyTransform(u,d=!1){const h=ht();Nn(h,u);for(let p=0;p<this.path.length;p++){const y=this.path[p];!d&&y.options.layoutScroll&&y.scroll&&y!==y.root&&xo(h,{x:-y.scroll.offset.x,y:-y.scroll.offset.y}),os(y.latestValues)&&xo(h,y.latestValues)}return os(this.latestValues)&&xo(h,this.latestValues),h}removeTransform(u){const d=ht();Nn(d,u);for(let h=0;h<this.path.length;h++){const p=this.path[h];if(!p.instance||!os(p.latestValues))continue;Nm(p.latestValues)&&p.updateSnapshot();const y=ht(),g=p.measurePageBox();Nn(y,g),Xw(d,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,y)}return os(this.latestValues)&&Xw(d,this.latestValues),d}setTargetDelta(u){this.targetDelta=u,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(u){this.options={...this.options,...u,crossfade:u.crossfade!==void 0?u.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==zt.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(u=!1){const d=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=d.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=d.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=d.isSharedProjectionDirty);const h=!!this.resumingFrom||this!==d;if(!(u||h&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:y,layoutId:g}=this.options;if(!(!this.layout||!(y||g))){if(this.resolvedRelativeTargetAt=zt.timestamp,!this.targetDelta&&!this.relativeTarget){const v=this.getClosestProjectingParent();v&&v.layout&&this.animationProgress!==1?(this.relativeParent=v,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ht(),this.relativeTargetOrigin=ht(),ll(this.relativeTargetOrigin,this.layout.layoutBox,v.layout.layoutBox),Nn(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=ht(),this.targetWithTransforms=ht()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),JK(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Nn(this.target,this.layout.layoutBox),FR(this.target,this.targetDelta)):Nn(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const v=this.getClosestProjectingParent();v&&!!v.resumingFrom==!!this.resumingFrom&&!v.options.layoutScroll&&v.target&&this.animationProgress!==1?(this.relativeParent=v,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ht(),this.relativeTargetOrigin=ht(),ll(this.relativeTargetOrigin,this.target,v.target),Nn(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||Nm(this.parent.latestValues)||HR(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){const u=this.getLead(),d=!!this.resumingFrom||this!==u;let h=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(h=!1),d&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(h=!1),this.resolvedRelativeTargetAt===zt.timestamp&&(h=!1),h)return;const{layout:p,layoutId:y}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(p||y))return;Nn(this.layoutCorrected,this.layout.layoutBox);const g=this.treeScale.x,v=this.treeScale.y;lK(this.layoutCorrected,this.treeScale,this.path,d),u.layout&&!u.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(u.target=u.layout.layoutBox,u.targetWithTransforms=ht());const{target:S}=u;if(!S){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Fw(this.prevProjectionDelta.x,this.projectionDelta.x),Fw(this.prevProjectionDelta.y,this.projectionDelta.y)),al(this.projectionDelta,this.layoutCorrected,S,this.latestValues),(this.treeScale.x!==g||this.treeScale.y!==v||!e1(this.projectionDelta.x,this.prevProjectionDelta.x)||!e1(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",S))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(u=!0){if(this.options.visualElement?.scheduleRender(),u){const d=this.getStack();d&&d.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=wo(),this.projectionDelta=wo(),this.projectionDeltaWithTransform=wo()}setAnimationOrigin(u,d=!1){const h=this.snapshot,p=h?h.latestValues:{},y={...this.latestValues},g=wo();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!d;const v=ht(),S=h?h.source:void 0,w=this.layout?this.layout.source:void 0,T=S!==w,D=this.getStack(),C=!D||D.members.length<=1,O=!!(T&&!C&&this.options.crossfade===!0&&!this.path.some(Kq));this.animationProgress=0;let M;this.mixTargetDelta=j=>{const _=j/1e3;r1(g.x,u.x,_),r1(g.y,u.y,_),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(ll(v,this.layout.layoutBox,this.relativeParent.layout.layoutBox),zq(this.relativeTarget,this.relativeTargetOrigin,v,_),M&&Eq(this.relativeTarget,M)&&(this.isProjectionDirty=!1),M||(M=ht()),Nn(M,this.relativeTarget)),T&&(this.animationValues=y,vq(y,p,this.latestValues,_,O,C)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=_},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(u){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&($r(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=We.update(()=>{Ru.hasAnimatedSinceResize=!0,this.motionValue||(this.motionValue=Ko(0)),this.currentAnimation=pq(this.motionValue,[0,1e3],{...u,velocity:0,isSync:!0,onUpdate:d=>{this.mixTargetDelta(d),u.onUpdate&&u.onUpdate(d)},onStop:()=>{},onComplete:()=>{u.onComplete&&u.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const u=this.getStack();u&&u.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(_q),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const u=this.getLead();let{targetWithTransforms:d,target:h,layout:p,latestValues:y}=u;if(!(!d||!h||!p)){if(this!==u&&this.layout&&p&&mO(this.options.animationType,this.layout.layoutBox,p.layoutBox)){h=this.target||ht();const g=Zt(this.layout.layoutBox.x);h.x.min=u.target.x.min,h.x.max=h.x.min+g;const v=Zt(this.layout.layoutBox.y);h.y.min=u.target.y.min,h.y.max=h.y.min+v}Nn(d,h),xo(d,y),al(this.projectionDeltaWithTransform,this.layoutCorrected,d,y)}}registerSharedNode(u,d){this.sharedNodes.has(u)||this.sharedNodes.set(u,new Rq),this.sharedNodes.get(u).add(d);const p=d.options.initialPromotionConfig;d.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(d):void 0})}isLead(){const u=this.getStack();return u?u.lead===this:!0}getLead(){const{layoutId:u}=this.options;return u?this.getStack()?.lead||this:this}getPrevLead(){const{layoutId:u}=this.options;return u?this.getStack()?.prevLead:void 0}getStack(){const{layoutId:u}=this.options;if(u)return this.root.sharedNodes.get(u)}promote({needsReset:u,transition:d,preserveFollowOpacity:h}={}){const p=this.getStack();p&&p.promote(this,h),u&&(this.projectionDelta=void 0,this.needsReset=!0),d&&this.setOptions({transition:d})}relegate(){const u=this.getStack();return u?u.relegate(this):!1}resetSkewAndRotation(){const{visualElement:u}=this.options;if(!u)return;let d=!1;const{latestValues:h}=u;if((h.z||h.rotate||h.rotateX||h.rotateY||h.rotateZ||h.skewX||h.skewY)&&(d=!0),!d)return;const p={};h.z&&Mp("z",u,p,this.animationValues);for(let y=0;y<kp.length;y++)Mp(`rotate${kp[y]}`,u,p,this.animationValues),Mp(`skew${kp[y]}`,u,p,this.animationValues);u.render();for(const y in p)u.setStaticValue(y,p[y]),this.animationValues&&(this.animationValues[y]=p[y]);u.scheduleRender()}applyProjectionStyles(u,d){if(!this.instance||this.isSVG)return;if(!this.isVisible){u.visibility="hidden";return}const h=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,u.visibility="",u.opacity="",u.pointerEvents=Eu(d?.pointerEvents)||"",u.transform=h?h(this.latestValues,""):"none";return}const p=this.getLead();if(!this.projectionDelta||!this.layout||!p.target){this.options.layoutId&&(u.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,u.pointerEvents=Eu(d?.pointerEvents)||""),this.hasProjected&&!os(this.latestValues)&&(u.transform=h?h({},""):"none",this.hasProjected=!1);return}u.visibility="";const y=p.animationValues||p.latestValues;this.applyTransformsToTarget();let g=Oq(this.projectionDeltaWithTransform,this.treeScale,y);h&&(g=h(y,g)),u.transform=g;const{x:v,y:S}=this.projectionDelta;u.transformOrigin=`${v.origin*100}% ${S.origin*100}% 0`,p.animationValues?u.opacity=p===this?y.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:y.opacityExit:u.opacity=p===this?y.opacity!==void 0?y.opacity:"":y.opacityExit!==void 0?y.opacityExit:0;for(const w in gl){if(y[w]===void 0)continue;const{correct:T,applyTo:D,isCSSVariable:C}=gl[w],O=g==="none"?y[w]:T(y[w],p);if(D){const M=D.length;for(let j=0;j<M;j++)u[D[j]]=O}else C?this.options.visualElement.renderState.vars[w]=O:u[w]=O}this.options.layoutId&&(u.pointerEvents=p===this?Eu(d?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(u=>u.currentAnimation?.stop()),this.root.nodes.forEach(t1),this.root.sharedNodes.clear()}}}function Mq(t){t.updateLayout()}function Cq(t){const e=t.resumeFrom?.snapshot||t.snapshot;if(t.isLead()&&t.layout&&e&&t.hasListeners("didUpdate")){const{layoutBox:n,measuredBox:r}=t.layout,{animationType:o}=t.options,c=e.source!==t.layout.source;o==="size"?jn(y=>{const g=c?e.measuredBox[y]:e.layoutBox[y],v=Zt(g);g.min=n[y].min,g.max=g.min+v}):mO(o,e.layoutBox,n)&&jn(y=>{const g=c?e.measuredBox[y]:e.layoutBox[y],v=Zt(n[y]);g.max=g.min+v,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[y].max=t.relativeTarget[y].min+v)});const u=wo();al(u,n,e.layoutBox);const d=wo();c?al(d,t.applyTransform(r,!0),e.measuredBox):al(d,n,e.layoutBox);const h=!fO(u);let p=!1;if(!t.resumeFrom){const y=t.getClosestProjectingParent();if(y&&!y.resumeFrom){const{snapshot:g,layout:v}=y;if(g&&v){const S=ht();ll(S,e.layoutBox,g.layoutBox);const w=ht();ll(w,n,v.layoutBox),dO(S,w)||(p=!0),y.options.layoutRoot&&(t.relativeTarget=w,t.relativeTargetOrigin=S,t.relativeParent=y)}}}t.notifyListeners("didUpdate",{layout:n,snapshot:e,delta:d,layoutDelta:u,hasLayoutChanged:h,hasRelativeLayoutChanged:p})}else if(t.isLead()){const{onExitComplete:n}=t.options;n&&n()}t.options.transition=void 0}function Dq(t){t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function Nq(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function $q(t){t.clearSnapshot()}function t1(t){t.clearMeasurements()}function n1(t){t.isLayoutDirty=!1}function jq(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function i1(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function Bq(t){t.resolveTargetDelta()}function Lq(t){t.calcProjection()}function Vq(t){t.resetSkewAndRotation()}function Uq(t){t.removeLeadSnapshot()}function r1(t,e,n){t.translate=nt(e.translate,0,n),t.scale=nt(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function s1(t,e,n,r){t.min=nt(e.min,n.min,r),t.max=nt(e.max,n.max,r)}function zq(t,e,n,r){s1(t.x,e.x,n.x,r),s1(t.y,e.y,n.y,r)}function Kq(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const qq={duration:.45,ease:[.4,0,.1,1]},o1=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),a1=o1("applewebkit/")&&!o1("chrome/")?Math.round:Vn;function l1(t){t.min=a1(t.min),t.max=a1(t.max)}function Pq(t){l1(t.x),l1(t.y)}function mO(t,e,n){return t==="position"||t==="preserve-aspect"&&!XK(Ww(e),Ww(n),.2)}function Iq(t){return t!==t.root&&t.scroll?.wasRoot}const Hq=pO({attachResizeListener:(t,e)=>bl(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Cp={current:void 0},yO=pO({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!Cp.current){const t=new Hq({});t.mount(window),t.setOptions({layoutScroll:!0}),Cp.current=t}return Cp.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),Fq={pan:{Feature:uq},drag:{Feature:cq,ProjectionNode:yO,MeasureLayout:lO}};function c1(t,e,n){const{props:r}=t;t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",n==="Start");const o="onHover"+n,c=r[o];c&&We.postRender(()=>c(e,Bl(e)))}class Gq extends Vr{mount(){const{current:e}=this.node;e&&(this.unmount=vz(e,(n,r)=>(c1(this.node,r,"Start"),o=>c1(this.node,o,"End"))))}unmount(){}}class Yq extends Vr{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Nl(bl(this.node.current,"focus",()=>this.onFocus()),bl(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}function u1(t,e,n){const{props:r}=t;if(t.current instanceof HTMLButtonElement&&t.current.disabled)return;t.animationState&&r.whileTap&&t.animationState.setActive("whileTap",n==="Start");const o="onTap"+(n==="End"?"":n),c=r[o];c&&We.postRender(()=>c(e,Bl(e)))}class Xq extends Vr{mount(){const{current:e}=this.node;e&&(this.unmount=Tz(e,(n,r)=>(u1(this.node,r,"Start"),(o,{success:c})=>u1(this.node,o,c?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}const zm=new WeakMap,Dp=new WeakMap,Jq=t=>{const e=zm.get(t.target);e&&e(t)},Zq=t=>{t.forEach(Jq)};function Qq({root:t,...e}){const n=t||document;Dp.has(n)||Dp.set(n,{});const r=Dp.get(n),o=JSON.stringify(e);return r[o]||(r[o]=new IntersectionObserver(Zq,{root:t,...e})),r[o]}function Wq(t,e,n){const r=Qq(e);return zm.set(t,n),r.observe(t),()=>{zm.delete(t),r.unobserve(t)}}const eP={some:0,all:1};class tP extends Vr{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:o="some",once:c}=e,u={root:n?n.current:void 0,rootMargin:r,threshold:typeof o=="number"?o:eP[o]},d=h=>{const{isIntersecting:p}=h;if(this.isInView===p||(this.isInView=p,c&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:y,onViewportLeave:g}=this.node.getProps(),v=p?y:g;v&&v(h)};return Wq(this.node.current,u,d)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(nP(e,n))&&this.startObserver()}unmount(){}}function nP({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const iP={inView:{Feature:tP},tap:{Feature:Xq},focus:{Feature:Yq},hover:{Feature:Gq}},rP={layout:{ProjectionNode:yO,MeasureLayout:lO}},sP={...PK,...iP,...Fq,...rP},oP=sK(sP,bK);function aP(){const t=Gn(zo),e=Gn(ai),n=Gn(Ui),r=xt(zo),o=xt(ai),c=xt(Ui),u=`email-${V.useId()}`,d=`password-${V.useId()}`,h=`one-time-code-${V.useId()}`,[p,y]=V.useState(null),[g,v]=V.useState("email");return Y.jsx("form",{onSubmit:async S=>{S.preventDefault();const w=Ze(si);try{switch(g){case"email":{const{nextStep:T,userKey:D}=await on.declareAuthTarget.query({email:r});switch(De(si,D),T){case"otc_login":case"otc_verify":{v("otc");break}case"password_login":{v("password");break}}break}case"otc":{if(!w){console.error("somehow userKey is null");return}const T=await on.verifyAccountAction.mutate({oneTimeCode:c,userKey:w});De(lt,T),hi.once("connect",()=>{vs("/game"),t(""),n("")});break}case"password":{const T=await on.openSession.mutate({email:r,password:o});De(lt,T),hi.once("connect",()=>{vs("/game"),t(""),e("")});break}}}catch(T){T instanceof Uo&&y(T.message)}},children:Y.jsxs("main",{children:[p?Y.jsx("aside",{children:p}):null,Y.jsxs(oP.label,{htmlFor:u,children:[Y.jsx("span",{children:"Email"}),Y.jsx("input",{id:u,type:"text",value:r,onChange:S=>{t(S.target.value)},autoComplete:"email",autoCapitalize:"none",disabled:g!=="email"})]}),g==="password"?Y.jsxs("label",{htmlFor:d,children:[Y.jsx("span",{children:"Password"}),Y.jsx("input",{id:d,type:"password",value:o,onChange:S=>{e(S.target.value)},autoComplete:"current-password",autoCapitalize:"none",autoFocus:g==="password"})]}):null,g==="otc"?Y.jsxs("label",{htmlFor:h,children:[Y.jsx("span",{children:"One-time Code"}),Y.jsx("input",{id:h,type:"otc",value:c,onChange:S=>{n(S.target.value)},autoComplete:"one-time-code",autoCapitalize:"none",autoFocus:g==="otc"})]}):null,Y.jsxs("footer",{children:[g==="password"?Y.jsx("button",{type:"button",onClick:async()=>{const S=Ze(si);if(!S)return new Error("No userKey");await on.startPasswordReset.mutate({userKey:S}),v("otc")},children:"Forgot Password?"}):null,Y.jsx("span",{}),Y.jsx("button",{type:"submit",disabled:!r&&g==="email"||!o&&g==="password"||!c&&g==="otc",children:">>->"})]})]})})}function lP({route:[,t]}){const e=xt(lt),n=xt(Ui),r=Gn(Ui);Lp.useState(!1);const[o,c]=Lp.useState(null),u=`code-${V.useId()}`;return Mu(()=>{t&&r(t)}),e?(Mu(()=>{n&&console.log("verifying token",n)}),Y.jsx("form",{onSubmit:async d=>{d.preventDefault();try{const h=await on.verifyAccountAction.mutate({oneTimeCode:n,userKey:"CHANGEME"});De(lt,h),h.action==="resetPassword"?vs("/account"):vs("/game")}catch(h){h instanceof Uo&&c(h.message)}},children:Y.jsxs("main",{children:[Y.jsx("p",{children:"Check your email for a verification code."}),Y.jsxs("label",{htmlFor:u,children:[Y.jsx("span",{children:"Verification code"}),Y.jsx("input",{id:u,type:"text",value:n,onChange:d=>{r(d.target.value)},placeholder:"Verification code",autoComplete:"one-time-code",autoCapitalize:"none"})]})]})})):Y.jsx("p",{children:"You must be logged in to verify your account."})}function cP(){const t=xt(hU),e=xt(lt),[n,r]=V.useState(!1),{refs:o,floatingStyles:c,context:u}=eN({open:n,onOpenChange:r,placement:"bottom-end",middleware:[ED(5),OD(),RD()],whileElementsMounted:gD}),d=XD(u),h=QD(u),p=iN(u),{getReferenceProps:y,getFloatingProps:g}=tN([d,h,p]),v=xt(tV);return Y.jsxs("main",{className:H3.class,children:[Y.jsxs("header",{children:[Y.jsxs("main",{children:[Y.jsx(I3,{}),Y.jsx("span",{children:Y.jsx(F3,{input:v})})]}),Y.jsx("button",{"data-css":"profile",ref:o.setReference,...y(),children:e?.username?e.username.slice(0,2):""}),n&&e&&Y.jsx(GD,{context:u,modal:!1,children:Y.jsxs("div",{"data-css":"profile-actions",ref:o.setFloating,style:c,...g(),children:[Y.jsx("span",{children:e.username}),Y.jsx("button",{type:"button",onClick:()=>{vs("/account")},children:"Account"}),Y.jsx("button",{type:"button",onClick:async()=>{e&&(await on.closeSession.mutate({username:e.username}),hi.once("disconnect",()=>{De(lt,null),vs("/")}),hi.disconnect())},children:"Sign out"})]})})]}),Y.jsx("main",{children:typeof t=="number"?Y.jsxs("article",{children:[Y.jsx("h1",{children:t}),Y.jsx("h2",{children:JSON.parse(tE[t])}),Y.jsx(nE,{href:"/",children:"Return to Home Page"})]}):(()=>{switch(t[0]){case void 0:return Y.jsx(aP,{});case"admin":return Y.jsx(bU,{});case"game":return Y.jsx(EU,{route:t});case"verify":return Y.jsx(lP,{route:t});case"account":return Y.jsx(gU,{})}})()})]})}JM.createRoot(document.getElementById("root")).render(Y.jsx(V.StrictMode,{children:Y.jsx(qM,{socket:hi,children:Y.jsx(cP,{})})}));