@nuxt/hints 1.0.0-alpha.6 → 1.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +13 -0
  2. package/dist/client/200.html +1 -1
  3. package/dist/client/404.html +1 -1
  4. package/dist/client/_nuxt/-coei5WE.js +4 -0
  5. package/dist/client/_nuxt/{DxoRA_Jg.js → B1nHQOfq.js} +1 -1
  6. package/dist/client/_nuxt/{BOswn9ZA.js → BDdCTdUI.js} +1 -1
  7. package/dist/client/_nuxt/BR7nweas.js +1 -0
  8. package/dist/client/_nuxt/BUw7H-hv.js +1 -0
  9. package/dist/client/_nuxt/C3Wv6jpd.js +1 -0
  10. package/dist/client/_nuxt/C47S-Tmv.js +1 -0
  11. package/dist/client/_nuxt/{C-Jbm3Hp.js → C4gqWexZ.js} +1 -1
  12. package/dist/client/_nuxt/{DCjNVr8X.js → C7hBqjlR.js} +1 -1
  13. package/dist/client/_nuxt/CC58r8DQ.js +1 -0
  14. package/dist/client/_nuxt/{B5aFfd-r.js → CGrEsiZq.js} +1 -1
  15. package/dist/client/_nuxt/CMTm3GFP.js +1 -0
  16. package/dist/client/_nuxt/CMjwMIkn.js +1 -0
  17. package/dist/client/_nuxt/{DSNF90uQ.js → CO-t741Y.js} +1 -1
  18. package/dist/client/_nuxt/{DJRd5JwX.js → CPCqepq_.js} +1 -1
  19. package/dist/client/_nuxt/{B4xF9mB8.js → CTimJaOZ.js} +1 -1
  20. package/dist/client/_nuxt/CjoLj4QM.js +1 -0
  21. package/dist/client/_nuxt/{CPJ7wMZ4.js → DCmwhz07.js} +1 -1
  22. package/dist/client/_nuxt/DGBsmNPI.js +1 -0
  23. package/dist/client/_nuxt/DJjDtW9f.js +1 -0
  24. package/dist/client/_nuxt/De9_lo2O.js +1 -0
  25. package/dist/client/_nuxt/DeEbof0M.js +6 -0
  26. package/dist/client/_nuxt/{CmeNmt1M.js → DsF60Hh0.js} +1 -1
  27. package/dist/client/_nuxt/{C7PG24o2.js → GGTyZ2re.js} +1 -1
  28. package/dist/client/_nuxt/builds/latest.json +1 -1
  29. package/dist/client/_nuxt/builds/meta/fbd27eb3-33d2-4da5-874f-0d93f7752a53.json +1 -0
  30. package/dist/client/_nuxt/entry.DKSlCyYS.css +1 -0
  31. package/dist/client/_nuxt/error-404.CR9CpgUf.css +1 -0
  32. package/dist/client/_nuxt/error-500.CaOly-jC.css +1 -0
  33. package/dist/client/_nuxt/{CmBIQlQV.js → uOY9vQtj.js} +10 -10
  34. package/dist/client/component-lazy-load/index.html +1 -0
  35. package/dist/client/hydration/index.html +1 -1
  36. package/dist/client/index.html +1 -1
  37. package/dist/client/third-party-scripts/index.html +1 -1
  38. package/dist/client/web-vitals/index.html +1 -1
  39. package/dist/module.json +1 -1
  40. package/dist/module.mjs +185 -15
  41. package/dist/runtime/core/server/sse.js +16 -0
  42. package/dist/runtime/core/server/types.d.ts +12 -0
  43. package/dist/runtime/core/server/types.js +2 -0
  44. package/dist/runtime/hydration/composables.js +13 -11
  45. package/dist/runtime/hydration/nitro.plugin.d.ts +2 -0
  46. package/dist/runtime/hydration/nitro.plugin.js +65 -0
  47. package/dist/runtime/hydration/utils.d.ts +2 -2
  48. package/dist/runtime/hydration/utils.js +3 -2
  49. package/dist/runtime/lazy-load/composables.d.ts +7 -0
  50. package/dist/runtime/lazy-load/composables.js +52 -0
  51. package/dist/runtime/lazy-load/nitro.plugin.d.ts +2 -0
  52. package/dist/runtime/lazy-load/nitro.plugin.js +59 -0
  53. package/dist/runtime/lazy-load/plugin.client.d.ts +2 -0
  54. package/dist/runtime/lazy-load/plugin.client.js +73 -0
  55. package/dist/runtime/lazy-load/schema.d.ts +28 -0
  56. package/dist/runtime/lazy-load/schema.js +16 -0
  57. package/dist/runtime/lazy-load/utils.d.ts +1 -0
  58. package/dist/runtime/lazy-load/utils.js +2 -0
  59. package/dist/runtime/types.d.ts +14 -0
  60. package/package.json +29 -27
  61. package/dist/client/_nuxt/CGh86NWx.js +0 -4
  62. package/dist/client/_nuxt/COqnpOrt.js +0 -1
  63. package/dist/client/_nuxt/CgPyyo4O.js +0 -1
  64. package/dist/client/_nuxt/CmMr59Fi.js +0 -1
  65. package/dist/client/_nuxt/DIAcCAND.js +0 -6
  66. package/dist/client/_nuxt/PoHY5YXO.js +0 -1
  67. package/dist/client/_nuxt/Xqf5ue2O.js +0 -1
  68. package/dist/client/_nuxt/biRC-D3g.js +0 -1
  69. package/dist/client/_nuxt/builds/meta/320be0c4-177a-4724-8735-6b1a31ee8c22.json +0 -1
  70. package/dist/client/_nuxt/entry.I8MQ9pCy.css +0 -1
  71. package/dist/client/_nuxt/error-404.CTzDoZ55.css +0 -1
  72. package/dist/client/_nuxt/error-500.AUw9fuc1.css +0 -1
  73. package/dist/runtime/hydration/handler.nitro.d.ts +0 -5
  74. package/dist/runtime/hydration/handler.nitro.js +0 -52
  75. package/dist/runtime/hydration/sse.nitro.js +0 -22
  76. /package/dist/runtime/{hydration/sse.nitro.d.ts → core/server/sse.d.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./CC58r8DQ.js","./DeEbof0M.js","./CGrEsiZq.js","./DsF60Hh0.js","./B1nHQOfq.js","./C7hBqjlR.js","./uOY9vQtj.js","./CPCqepq_.js","./DCmwhz07.js","./hydration.CLUG10u4.css","./CO-t741Y.js","./BR7nweas.js","./GGTyZ2re.js","./third-party-scripts.tn0RQdqM.css","./CTimJaOZ.js","./DGBsmNPI.js","./BDdCTdUI.js","./error-404.CR9CpgUf.css","./De9_lo2O.js","./error-500.CaOly-jC.css"])))=>i.map(i=>d[i]);
2
+ (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const o of r)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&s(i)}).observe(document,{childList:!0,subtree:!0});function n(r){const o={};return r.integrity&&(o.integrity=r.integrity),r.referrerPolicy&&(o.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?o.credentials="include":r.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function s(r){if(r.ep)return;r.ep=!0;const o=n(r);fetch(r.href,o)}})();function ko(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const de={},vn=[],ht=()=>{},Qa=()=>!1,as=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Po=e=>e.startsWith("onUpdate:"),Te=Object.assign,Oo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Iu=Object.prototype.hasOwnProperty,oe=(e,t)=>Iu.call(e,t),J=Array.isArray,bn=e=>ls(e)==="[object Map]",Ya=e=>ls(e)==="[object Set]",Nu=e=>ls(e)==="[object RegExp]",Q=e=>typeof e=="function",pe=e=>typeof e=="string",xt=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",Xa=e=>(le(e)||Q(e))&&Q(e.then)&&Q(e.catch),Za=Object.prototype.toString,ls=e=>Za.call(e),Lu=e=>ls(e).slice(8,-1),Io=e=>ls(e)==="[object Object]",sr=e=>pe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Zt=ko(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),rr=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Mu=/-\w/g,Ze=rr(e=>e.replace(Mu,t=>t.slice(1).toUpperCase())),Du=/\B([A-Z])/g,an=rr(e=>e.replace(Du,"-$1").toLowerCase()),or=rr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cr=rr(e=>e?`on${or(e)}`:""),jt=(e,t)=>!Object.is(e,t),Vn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},el=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Hu=e=>{const t=parseFloat(e);return isNaN(t)?e:t},tl=e=>{const t=pe(e)?Number(e):NaN;return isNaN(t)?e:t};let gi;const ir=()=>gi||(gi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ar(e){if(J(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=pe(s)?Bu(s):ar(s);if(r)for(const o in r)t[o]=r[o]}return t}else if(pe(e)||le(e))return e}const ju=/;(?![^(]*\))/g,Fu=/:([^]+)/,$u=/\/\*[^]*?\*\//g;function Bu(e){const t={};return e.replace($u,"").split(ju).forEach(n=>{if(n){const s=n.split(Fu);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function lr(e){let t="";if(pe(e))t=e;else if(J(e))for(let n=0;n<e.length;n++){const s=lr(e[n]);s&&(t+=s+" ")}else if(le(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Uu(e){if(!e)return null;let{class:t,style:n}=e;return t&&!pe(t)&&(e.class=lr(t)),n&&(e.style=ar(n)),e}const Vu="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Wu=ko(Vu);function nl(e){return!!e||e===""}const sl=e=>!!(e&&e.__v_isRef===!0),Gu=e=>pe(e)?e:e==null?"":J(e)||le(e)&&(e.toString===Za||!Q(e.toString))?sl(e)?Gu(e.value):JSON.stringify(e,rl,2):String(e),rl=(e,t)=>sl(t)?rl(e,t.value):bn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],o)=>(n[Rr(s,o)+" =>"]=r,n),{})}:Ya(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Rr(n))}:xt(t)?Rr(t):le(t)&&!J(t)&&!Io(t)?String(t):t,Rr=(e,t="")=>{var n;return xt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};let Pe;class ol{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Pe,!t&&Pe&&(this.index=(Pe.scopes||(Pe.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Pe;try{return Pe=this,t()}finally{Pe=n}}}on(){++this._on===1&&(this.prevScope=Pe,Pe=this)}off(){this._on>0&&--this._on===0&&(Pe=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function Ku(e){return new ol(e)}function cr(){return Pe}function No(e,t=!1){Pe&&Pe.cleanups.push(e)}let fe;const Sr=new WeakSet;class il{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Pe&&Pe.active&&Pe.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Sr.has(this)&&(Sr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ll(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,mi(this),cl(this);const t=fe,n=st;fe=this,st=!0;try{return this.fn()}finally{ul(this),fe=t,st=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Do(t);this.deps=this.depsTail=void 0,mi(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Sr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Qr(this)&&this.run()}get dirty(){return Qr(this)}}let al=0,Wn,Gn;function ll(e,t=!1){if(e.flags|=8,t){e.next=Gn,Gn=e;return}e.next=Wn,Wn=e}function Lo(){al++}function Mo(){if(--al>0)return;if(Gn){let t=Gn;for(Gn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Wn;){let t=Wn;for(Wn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function cl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ul(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Do(s),qu(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Qr(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(fl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function fl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Yn)||(e.globalVersion=Yn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Qr(e))))return;e.flags|=2;const t=e.dep,n=fe,s=st;fe=e,st=!0;try{cl(e);const r=e.fn(e._value);(t.version===0||jt(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{fe=n,st=s,ul(e),e.flags&=-3}}function Do(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let o=n.computed.deps;o;o=o.nextDep)Do(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function qu(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let st=!0;const dl=[];function Ct(){dl.push(st),st=!1}function Rt(){const e=dl.pop();st=e===void 0?!0:e}function mi(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=fe;fe=void 0;try{t()}finally{fe=n}}}let Yn=0;class zu{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ur{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!fe||!st||fe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==fe)n=this.activeLink=new zu(fe,this),fe.deps?(n.prevDep=fe.depsTail,fe.depsTail.nextDep=n,fe.depsTail=n):fe.deps=fe.depsTail=n,hl(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=fe.depsTail,n.nextDep=void 0,fe.depsTail.nextDep=n,fe.depsTail=n,fe.deps===n&&(fe.deps=s)}return n}trigger(t){this.version++,Yn++,this.notify(t)}notify(t){Lo();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Mo()}}}function hl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)hl(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Ls=new WeakMap,en=Symbol(""),Yr=Symbol(""),Xn=Symbol("");function Oe(e,t,n){if(st&&fe){let s=Ls.get(e);s||Ls.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new ur),r.map=s,r.key=n),r.track()}}function wt(e,t,n,s,r,o){const i=Ls.get(e);if(!i){Yn++;return}const a=l=>{l&&l.trigger()};if(Lo(),t==="clear")i.forEach(a);else{const l=J(e),u=l&&sr(n);if(l&&n==="length"){const c=Number(s);i.forEach((f,d)=>{(d==="length"||d===Xn||!xt(d)&&d>=c)&&a(f)})}else switch((n!==void 0||i.has(void 0))&&a(i.get(n)),u&&a(i.get(Xn)),t){case"add":l?u&&a(i.get("length")):(a(i.get(en)),bn(e)&&a(i.get(Yr)));break;case"delete":l||(a(i.get(en)),bn(e)&&a(i.get(Yr)));break;case"set":bn(e)&&a(i.get(en));break}}Mo()}function Ju(e,t){const n=Ls.get(e);return n&&n.get(t)}function dn(e){const t=ne(e);return t===e?t:(Oe(t,"iterate",Xn),qe(e)?t:t.map(rt))}function fr(e){return Oe(e=ne(e),"iterate",Xn),e}function It(e,t){return pt(e)?Rn(Ft(e)?rt(t):t):rt(t)}const Qu={__proto__:null,[Symbol.iterator](){return xr(this,Symbol.iterator,e=>It(this,e))},concat(...e){return dn(this).concat(...e.map(t=>J(t)?dn(t):t))},entries(){return xr(this,"entries",e=>(e[1]=It(this,e[1]),e))},every(e,t){return mt(this,"every",e,t,void 0,arguments)},filter(e,t){return mt(this,"filter",e,t,n=>n.map(s=>It(this,s)),arguments)},find(e,t){return mt(this,"find",e,t,n=>It(this,n),arguments)},findIndex(e,t){return mt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return mt(this,"findLast",e,t,n=>It(this,n),arguments)},findLastIndex(e,t){return mt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return mt(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ar(this,"includes",e)},indexOf(...e){return Ar(this,"indexOf",e)},join(e){return dn(this).join(e)},lastIndexOf(...e){return Ar(this,"lastIndexOf",e)},map(e,t){return mt(this,"map",e,t,void 0,arguments)},pop(){return Ln(this,"pop")},push(...e){return Ln(this,"push",e)},reduce(e,...t){return yi(this,"reduce",e,t)},reduceRight(e,...t){return yi(this,"reduceRight",e,t)},shift(){return Ln(this,"shift")},some(e,t){return mt(this,"some",e,t,void 0,arguments)},splice(...e){return Ln(this,"splice",e)},toReversed(){return dn(this).toReversed()},toSorted(e){return dn(this).toSorted(e)},toSpliced(...e){return dn(this).toSpliced(...e)},unshift(...e){return Ln(this,"unshift",e)},values(){return xr(this,"values",e=>It(this,e))}};function xr(e,t,n){const s=fr(e),r=s[t]();return s!==e&&!qe(e)&&(r._next=r.next,r.next=()=>{const o=r._next();return o.done||(o.value=n(o.value)),o}),r}const Yu=Array.prototype;function mt(e,t,n,s,r,o){const i=fr(e),a=i!==e&&!qe(e),l=i[t];if(l!==Yu[t]){const f=l.apply(e,o);return a?rt(f):f}let u=n;i!==e&&(a?u=function(f,d){return n.call(this,It(e,f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const c=l.call(i,u,s);return a&&r?r(c):c}function yi(e,t,n,s){const r=fr(e);let o=n;return r!==e&&(qe(e)?n.length>3&&(o=function(i,a,l){return n.call(this,i,a,l,e)}):o=function(i,a,l){return n.call(this,i,It(e,a),l,e)}),r[t](o,...s)}function Ar(e,t,n){const s=ne(e);Oe(s,"iterate",Xn);const r=s[t](...n);return(r===-1||r===!1)&&dr(n[0])?(n[0]=ne(n[0]),s[t](...n)):r}function Ln(e,t,n=[]){Ct(),Lo();const s=ne(e)[t].apply(e,n);return Mo(),Rt(),s}const Xu=ko("__proto__,__v_isRef,__isVue"),pl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(xt));function Zu(e){xt(e)||(e=String(e));const t=ne(this);return Oe(t,"has",e),t.hasOwnProperty(e)}class gl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return o;if(n==="__v_raw")return s===(r?o?uf:vl:o?_l:yl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const i=J(t);if(!r){let l;if(i&&(l=Qu[n]))return l;if(n==="hasOwnProperty")return Zu}const a=Reflect.get(t,n,ve(t)?t:s);if((xt(n)?pl.has(n):Xu(n))||(r||Oe(t,"get",n),o))return a;if(ve(a)){const l=i&&sr(n)?a:a.value;return r&&le(l)?Ms(l):l}return le(a)?r?Ms(a):at(a):a}}class ml extends gl{constructor(t=!1){super(!1,t)}set(t,n,s,r){let o=t[n];const i=J(t)&&sr(n);if(!this._isShallow){const u=pt(o);if(!qe(s)&&!pt(s)&&(o=ne(o),s=ne(s)),!i&&ve(o)&&!ve(s))return u||(o.value=s),!0}const a=i?Number(n)<t.length:oe(t,n),l=Reflect.set(t,n,s,ve(t)?t:r);return t===ne(r)&&(a?jt(s,o)&&wt(t,"set",n,s):wt(t,"add",n,s)),l}deleteProperty(t,n){const s=oe(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&wt(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!xt(n)||!pl.has(n))&&Oe(t,"has",n),s}ownKeys(t){return Oe(t,"iterate",J(t)?"length":en),Reflect.ownKeys(t)}}class ef extends gl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const tf=new ml,nf=new ef,sf=new ml(!0);const Xr=e=>e,ms=e=>Reflect.getPrototypeOf(e);function rf(e,t,n){return function(...s){const r=this.__v_raw,o=ne(r),i=bn(o),a=e==="entries"||e===Symbol.iterator&&i,l=e==="keys"&&i,u=r[e](...s),c=n?Xr:t?Rn:rt;return!t&&Oe(o,"iterate",l?Yr:en),Te(Object.create(u),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:a?[c(f[0]),c(f[1])]:c(f),done:d}}})}}function ys(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function of(e,t){const n={get(r){const o=this.__v_raw,i=ne(o),a=ne(r);e||(jt(r,a)&&Oe(i,"get",r),Oe(i,"get",a));const{has:l}=ms(i),u=t?Xr:e?Rn:rt;if(l.call(i,r))return u(o.get(r));if(l.call(i,a))return u(o.get(a));o!==i&&o.get(r)},get size(){const r=this.__v_raw;return!e&&Oe(ne(r),"iterate",en),r.size},has(r){const o=this.__v_raw,i=ne(o),a=ne(r);return e||(jt(r,a)&&Oe(i,"has",r),Oe(i,"has",a)),r===a?o.has(r):o.has(r)||o.has(a)},forEach(r,o){const i=this,a=i.__v_raw,l=ne(a),u=t?Xr:e?Rn:rt;return!e&&Oe(l,"iterate",en),a.forEach((c,f)=>r.call(o,u(c),u(f),i))}};return Te(n,e?{add:ys("add"),set:ys("set"),delete:ys("delete"),clear:ys("clear")}:{add(r){!t&&!qe(r)&&!pt(r)&&(r=ne(r));const o=ne(this);return ms(o).has.call(o,r)||(o.add(r),wt(o,"add",r,r)),this},set(r,o){!t&&!qe(o)&&!pt(o)&&(o=ne(o));const i=ne(this),{has:a,get:l}=ms(i);let u=a.call(i,r);u||(r=ne(r),u=a.call(i,r));const c=l.call(i,r);return i.set(r,o),u?jt(o,c)&&wt(i,"set",r,o):wt(i,"add",r,o),this},delete(r){const o=ne(this),{has:i,get:a}=ms(o);let l=i.call(o,r);l||(r=ne(r),l=i.call(o,r)),a&&a.call(o,r);const u=o.delete(r);return l&&wt(o,"delete",r,void 0),u},clear(){const r=ne(this),o=r.size!==0,i=r.clear();return o&&wt(r,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=rf(r,e,t)}),n}function Ho(e,t){const n=of(e,t);return(s,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(oe(n,r)&&r in s?n:s,r,o)}const af={get:Ho(!1,!1)},lf={get:Ho(!1,!0)},cf={get:Ho(!0,!1)};const yl=new WeakMap,_l=new WeakMap,vl=new WeakMap,uf=new WeakMap;function ff(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function df(e){return e.__v_skip||!Object.isExtensible(e)?0:ff(Lu(e))}function at(e){return pt(e)?e:jo(e,!1,tf,af,yl)}function dt(e){return jo(e,!1,sf,lf,_l)}function Ms(e){return jo(e,!0,nf,cf,vl)}function jo(e,t,n,s,r){if(!le(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=df(e);if(o===0)return e;const i=r.get(e);if(i)return i;const a=new Proxy(e,o===2?s:n);return r.set(e,a),a}function Ft(e){return pt(e)?Ft(e.__v_raw):!!(e&&e.__v_isReactive)}function pt(e){return!!(e&&e.__v_isReadonly)}function qe(e){return!!(e&&e.__v_isShallow)}function dr(e){return e?!!e.__v_raw:!1}function ne(e){const t=e&&e.__v_raw;return t?ne(t):e}function hf(e){return!oe(e,"__v_skip")&&Object.isExtensible(e)&&el(e,"__v_skip",!0),e}const rt=e=>le(e)?at(e):e,Rn=e=>le(e)?Ms(e):e;function ve(e){return e?e.__v_isRef===!0:!1}function Ee(e){return bl(e,!1)}function De(e){return bl(e,!0)}function bl(e,t){return ve(e)?e:new pf(e,t)}class pf{constructor(t,n){this.dep=new ur,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ne(t),this._value=n?t:rt(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||qe(t)||pt(t);t=s?t:ne(t),jt(t,n)&&(this._rawValue=t,this._value=s?t:rt(t),this.dep.trigger())}}function gf(e){e.dep&&e.dep.trigger()}function se(e){return ve(e)?e.value:e}function Be(e){return Q(e)?e():se(e)}const mf={get:(e,t,n)=>t==="__v_raw"?e:se(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ve(r)&&!ve(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function wl(e){return Ft(e)?e:new Proxy(e,mf)}class yf{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new ur,{get:s,set:r}=t(n.track.bind(n),n.trigger.bind(n));this._get=s,this._set=r}get value(){return this._value=this._get()}set value(t){this._set(t)}}function _f(e){return new yf(e)}class vf{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0,this._value=void 0,this._raw=ne(t);let r=!0,o=t;if(!J(t)||!sr(String(n)))do r=!dr(o)||qe(o);while(r&&(o=o.__v_raw));this._shallow=r}get value(){let t=this._object[this._key];return this._shallow&&(t=se(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&ve(this._raw[this._key])){const n=this._object[this._key];if(ve(n)){n.value=t;return}}this._object[this._key]=t}get dep(){return Ju(this._raw,this._key)}}class bf{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Fo(e,t,n){return ve(e)?e:Q(e)?new bf(e):le(e)&&arguments.length>1?wf(e,t,n):Ee(e)}function wf(e,t,n){return new vf(e,t,n)}class Ef{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new ur(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Yn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&fe!==this)return ll(this,!0),!0}get value(){const t=this.dep.track();return fl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Tf(e,t,n=!1){let s,r;return Q(e)?s=e:(s=e.get,r=e.set),new Ef(s,r,n)}const _s={},Ds=new WeakMap;let Jt;function Cf(e,t=!1,n=Jt){if(n){let s=Ds.get(n);s||Ds.set(n,s=[]),s.push(e)}}function Rf(e,t,n=de){const{immediate:s,deep:r,once:o,scheduler:i,augmentJob:a,call:l}=n,u=y=>r?y:qe(y)||r===!1||r===0?Dt(y,1):Dt(y);let c,f,d,h,p=!1,_=!1;if(ve(e)?(f=()=>e.value,p=qe(e)):Ft(e)?(f=()=>u(e),p=!0):J(e)?(_=!0,p=e.some(y=>Ft(y)||qe(y)),f=()=>e.map(y=>{if(ve(y))return y.value;if(Ft(y))return u(y);if(Q(y))return l?l(y,2):y()})):Q(e)?t?f=l?()=>l(e,2):e:f=()=>{if(d){Ct();try{d()}finally{Rt()}}const y=Jt;Jt=c;try{return l?l(e,3,[h]):e(h)}finally{Jt=y}}:f=ht,t&&r){const y=f,w=r===!0?1/0:r;f=()=>Dt(y(),w)}const E=cr(),T=()=>{c.stop(),E&&E.active&&Oo(E.effects,c)};if(o&&t){const y=t;t=(...w)=>{y(...w),T()}}let b=_?new Array(e.length).fill(_s):_s;const m=y=>{if(!(!(c.flags&1)||!c.dirty&&!y))if(t){const w=c.run();if(r||p||(_?w.some((C,A)=>jt(C,b[A])):jt(w,b))){d&&d();const C=Jt;Jt=c;try{const A=[w,b===_s?void 0:_&&b[0]===_s?[]:b,h];b=w,l?l(t,3,A):t(...A)}finally{Jt=C}}}else c.run()};return a&&a(m),c=new il(f),c.scheduler=i?()=>i(m,!1):m,h=y=>Cf(y,!1,c),d=c.onStop=()=>{const y=Ds.get(c);if(y){if(l)l(y,4);else for(const w of y)w();Ds.delete(c)}},t?s?m(!0):b=c.run():i?i(m.bind(null,!0),!0):c.run(),T.pause=c.pause.bind(c),T.resume=c.resume.bind(c),T.stop=T,T}function Dt(e,t=1/0,n){if(t<=0||!le(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ve(e))Dt(e.value,t,n);else if(J(e))for(let s=0;s<e.length;s++)Dt(e[s],t,n);else if(Ya(e)||bn(e))e.forEach(s=>{Dt(s,t,n)});else if(Io(e)){for(const s in e)Dt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&Dt(e[s],t,n)}return e}function cs(e,t,n,s){try{return s?e(...s):e()}catch(r){On(r,t,n)}}function ot(e,t,n,s){if(Q(e)){const r=cs(e,t,n,s);return r&&Xa(r)&&r.catch(o=>{On(o,t,n)}),r}if(J(e)){const r=[];for(let o=0;o<e.length;o++)r.push(ot(e[o],t,n,s));return r}}function On(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||de;if(t){let a=t.parent;const l=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const c=a.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,l,u)===!1)return}a=a.parent}if(o){Ct(),cs(o,null,10,[e,l,u]),Rt();return}}Sf(e,n,r,s,i)}function Sf(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const Le=[];let ut=-1;const wn=[];let Nt=null,pn=0;const El=Promise.resolve();let Hs=null;function Ut(e){const t=Hs||El;return e?t.then(this?e.bind(this):e):t}function xf(e){let t=ut+1,n=Le.length;for(;t<n;){const s=t+n>>>1,r=Le[s],o=es(r);o<e||o===e&&r.flags&2?t=s+1:n=s}return t}function $o(e){if(!(e.flags&1)){const t=es(e),n=Le[Le.length-1];!n||!(e.flags&2)&&t>=es(n)?Le.push(e):Le.splice(xf(t),0,e),e.flags|=1,Tl()}}function Tl(){Hs||(Hs=El.then(Cl))}function Zn(e){J(e)?wn.push(...e):Nt&&e.id===-1?Nt.splice(pn+1,0,e):e.flags&1||(wn.push(e),e.flags|=1),Tl()}function _i(e,t,n=ut+1){for(;n<Le.length;n++){const s=Le[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;Le.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function js(e){if(wn.length){const t=[...new Set(wn)].sort((n,s)=>es(n)-es(s));if(wn.length=0,Nt){Nt.push(...t);return}for(Nt=t,pn=0;pn<Nt.length;pn++){const n=Nt[pn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Nt=null,pn=0}}const es=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Cl(e){try{for(ut=0;ut<Le.length;ut++){const t=Le[ut];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),cs(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ut<Le.length;ut++){const t=Le[ut];t&&(t.flags&=-2)}ut=-1,Le.length=0,js(),Hs=null,(Le.length||wn.length)&&Cl()}}let He=null,Rl=null;function Fs(e){const t=He;return He=e,Rl=e&&e.type.__scopeId||null,t}function Bo(e,t=He,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Gs(-1);const o=Fs(t);let i;try{i=e(...r)}finally{Fs(o),s._d&&Gs(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function ft(e,t,n,s){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const a=r[i];o&&(a.oldValue=o[i].value);let l=a.dir[s];l&&(Ct(),ot(l,n,8,[e.el,a,e,t]),Rt())}}function $t(e,t){if(xe){let n=xe.provides;const s=xe.parent&&xe.parent.provides;s===n&&(n=xe.provides=Object.create(s)),n[e]=t}}function Ae(e,t,n=!1){const s=ln();if(s||tn){let r=tn?tn._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&Q(t)?t.call(s&&s.proxy):t}}function Uo(){return!!(ln()||tn)}const Af=Symbol.for("v-scx"),kf=()=>Ae(Af);function Pf(e,t){return Vo(e,null,t)}function ze(e,t,n){return Vo(e,t,n)}function Vo(e,t,n=de){const{immediate:s,deep:r,flush:o,once:i}=n,a=Te({},n),l=t&&s||!t&&o!=="post";let u;if(An){if(o==="sync"){const h=kf();u=h.__watcherHandles||(h.__watcherHandles=[])}else if(!l){const h=()=>{};return h.stop=ht,h.resume=ht,h.pause=ht,h}}const c=xe;a.call=(h,p,_)=>ot(h,c,p,_);let f=!1;o==="post"?a.scheduler=h=>{Ce(h,c&&c.suspense)}:o!=="sync"&&(f=!0,a.scheduler=(h,p)=>{p?h():$o(h)}),a.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,c&&(h.id=c.uid,h.i=c))};const d=Rf(e,t,a);return An&&(u?u.push(d):l&&d()),d}function Of(e,t,n){const s=this.proxy,r=pe(e)?e.includes(".")?Sl(s,e):()=>s[e]:e.bind(s,s);let o;Q(t)?o=t:(o=t.handler,n=t);const i=ds(this),a=Vo(r,o.bind(s),n);return i(),a}function Sl(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const If=Symbol("_vte"),xl=e=>e.__isTeleport,bt=Symbol("_leaveCb"),vs=Symbol("_enterCb");function Nf(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return pr(()=>{e.isMounted=!0}),fs(()=>{e.isUnmounting=!0}),e}const Ye=[Function,Array],Al={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ye,onEnter:Ye,onAfterEnter:Ye,onEnterCancelled:Ye,onBeforeLeave:Ye,onLeave:Ye,onAfterLeave:Ye,onLeaveCancelled:Ye,onBeforeAppear:Ye,onAppear:Ye,onAfterAppear:Ye,onAppearCancelled:Ye},kl=e=>{const t=e.subTree;return t.component?kl(t.component):t},Lf={name:"BaseTransition",props:Al,setup(e,{slots:t}){const n=ln(),s=Nf();return()=>{const r=t.default&&Il(t.default(),!0);if(!r||!r.length)return;const o=Pl(r),i=ne(e),{mode:a}=i;if(s.isLeaving)return kr(o);const l=vi(o);if(!l)return kr(o);let u=Zr(l,i,s,n,f=>u=f);l.type!==_e&&Sn(l,u);let c=n.subTree&&vi(n.subTree);if(c&&c.type!==_e&&!nt(c,l)&&kl(n).type!==_e){let f=Zr(c,i,s,n);if(Sn(c,f),a==="out-in"&&l.type!==_e)return s.isLeaving=!0,f.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,c=void 0},kr(o);a==="in-out"&&l.type!==_e?f.delayLeave=(d,h,p)=>{const _=Ol(s,c);_[String(c.key)]=c,d[bt]=()=>{h(),d[bt]=void 0,delete u.delayedLeave,c=void 0},u.delayedLeave=()=>{p(),delete u.delayedLeave,c=void 0}}:c=void 0}else c&&(c=void 0);return o}}};function Pl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==_e){t=n;break}}return t}const Mf=Lf;function Ol(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Zr(e,t,n,s,r){const{appear:o,mode:i,persisted:a=!1,onBeforeEnter:l,onEnter:u,onAfterEnter:c,onEnterCancelled:f,onBeforeLeave:d,onLeave:h,onAfterLeave:p,onLeaveCancelled:_,onBeforeAppear:E,onAppear:T,onAfterAppear:b,onAppearCancelled:m}=t,y=String(e.key),w=Ol(n,e),C=(O,N)=>{O&&ot(O,s,9,N)},A=(O,N)=>{const W=N[1];C(O,N),J(O)?O.every(L=>L.length<=1)&&W():O.length<=1&&W()},D={mode:i,persisted:a,beforeEnter(O){let N=l;if(!n.isMounted)if(o)N=E||l;else return;O[bt]&&O[bt](!0);const W=w[y];W&&nt(e,W)&&W.el[bt]&&W.el[bt](),C(N,[O])},enter(O){let N=u,W=c,L=f;if(!n.isMounted)if(o)N=T||u,W=b||c,L=m||f;else return;let G=!1;const ee=O[vs]=ae=>{G||(G=!0,ae?C(L,[O]):C(W,[O]),D.delayedLeave&&D.delayedLeave(),O[vs]=void 0)};N?A(N,[O,ee]):ee()},leave(O,N){const W=String(e.key);if(O[vs]&&O[vs](!0),n.isUnmounting)return N();C(d,[O]);let L=!1;const G=O[bt]=ee=>{L||(L=!0,N(),ee?C(_,[O]):C(p,[O]),O[bt]=void 0,w[W]===e&&delete w[W])};w[W]=e,h?A(h,[O,G]):G()},clone(O){const N=Zr(O,t,n,s,r);return r&&r(N),N}};return D}function kr(e){if(us(e))return e=St(e),e.children=null,e}function vi(e){if(!us(e))return xl(e.type)&&e.children?Pl(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&Q(n.default))return n.default()}}function Sn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Sn(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Il(e,t=!1,n){let s=[],r=0;for(let o=0;o<e.length;o++){let i=e[o];const a=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Se?(i.patchFlag&128&&r++,s=s.concat(Il(i.children,t,a))):(t||i.type!==_e)&&s.push(a!=null?St(i,{key:a}):i)}if(r>1)for(let o=0;o<s.length;o++)s[o].patchFlag=-2;return s}function gt(e,t){return Q(e)?Te({name:e.name},t,{setup:e}):e}function Wo(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const $s=new WeakMap;function En(e,t,n,s,r=!1){if(J(e)){e.forEach((p,_)=>En(p,t&&(J(t)?t[_]:t),n,s,r));return}if(Tt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&En(e,t,n,s.component.subTree);return}const o=s.shapeFlag&4?Yo(s.component):s.el,i=r?null:o,{i:a,r:l}=e,u=t&&t.r,c=a.refs===de?a.refs={}:a.refs,f=a.setupState,d=ne(f),h=f===de?Qa:p=>oe(d,p);if(u!=null&&u!==l){if(bi(t),pe(u))c[u]=null,h(u)&&(f[u]=null);else if(ve(u)){u.value=null;const p=t;p.k&&(c[p.k]=null)}}if(Q(l))cs(l,a,12,[i,c]);else{const p=pe(l),_=ve(l);if(p||_){const E=()=>{if(e.f){const T=p?h(l)?f[l]:c[l]:l.value;if(r)J(T)&&Oo(T,o);else if(J(T))T.includes(o)||T.push(o);else if(p)c[l]=[o],h(l)&&(f[l]=c[l]);else{const b=[o];l.value=b,e.k&&(c[e.k]=b)}}else p?(c[l]=i,h(l)&&(f[l]=i)):_&&(l.value=i,e.k&&(c[e.k]=i))};if(i){const T=()=>{E(),$s.delete(e)};T.id=-1,$s.set(e,T),Ce(T,n)}else bi(e),E()}}}function bi(e){const t=$s.get(e);t&&(t.flags|=8,$s.delete(e))}let wi=!1;const hn=()=>{wi||(console.error("Hydration completed but contains mismatches."),wi=!0)},Df=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Hf=e=>e.namespaceURI.includes("MathML"),bs=e=>{if(e.nodeType===1){if(Df(e))return"svg";if(Hf(e))return"mathml"}},yn=e=>e.nodeType===8;function jf(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:o,parentNode:i,remove:a,insert:l,createComment:u}}=e,c=(m,y)=>{if(!y.hasChildNodes()){n(null,m,y),js(),y._vnode=m;return}f(y.firstChild,m,null,null,null),js(),y._vnode=m},f=(m,y,w,C,A,D=!1)=>{D=D||!!y.dynamicChildren;const O=yn(m)&&m.data==="[",N=()=>_(m,y,w,C,A,O),{type:W,ref:L,shapeFlag:G,patchFlag:ee}=y;let ae=m.nodeType;y.el=m,ee===-2&&(D=!1,y.dynamicChildren=null);let V=null;switch(W){case nn:ae!==3?y.children===""?(l(y.el=r(""),i(m),m),V=m):V=N():(m.data!==y.children&&(hn(),m.data=y.children),V=o(m));break;case _e:b(m)?(V=o(m),T(y.el=m.content.firstChild,m,w)):ae!==8||O?V=N():V=o(m);break;case xs:if(O&&(m=o(m),ae=m.nodeType),ae===1||ae===3){V=m;const Y=!y.children.length;for(let B=0;B<y.staticCount;B++)Y&&(y.children+=V.nodeType===1?V.outerHTML:V.data),B===y.staticCount-1&&(y.anchor=V),V=o(V);return O?o(V):V}else N();break;case Se:O?V=p(m,y,w,C,A,D):V=N();break;default:if(G&1)(ae!==1||y.type.toLowerCase()!==m.tagName.toLowerCase())&&!b(m)?V=N():V=d(m,y,w,C,A,D);else if(G&6){y.slotScopeIds=A;const Y=i(m);if(O?V=E(m):yn(m)&&m.data==="teleport start"?V=E(m,m.data,"teleport end"):V=o(m),t(y,Y,null,w,C,bs(Y),D),Tt(y)&&!y.type.__asyncResolved){let B;O?(B=ye(Se),B.anchor=V?V.previousSibling:Y.lastChild):B=m.nodeType===3?Jo(""):ye("div"),B.el=m,y.component.subTree=B}}else G&64?ae!==8?V=N():V=y.type.hydrate(m,y,w,C,A,D,e,h):G&128&&(V=y.type.hydrate(m,y,w,C,bs(i(m)),A,D,e,f))}return L!=null&&En(L,null,C,y),V},d=(m,y,w,C,A,D)=>{D=D||!!y.dynamicChildren;const{type:O,props:N,patchFlag:W,shapeFlag:L,dirs:G,transition:ee}=y,ae=O==="input"||O==="option";if(ae||W!==-1){G&&ft(y,null,w,"created");let V=!1;if(b(m)){V=nc(null,ee)&&w&&w.vnode.props&&w.vnode.props.appear;const B=m.content.firstChild;if(V){const ce=B.getAttribute("class");ce&&(B.$cls=ce),ee.beforeEnter(B)}T(B,m,w),y.el=m=B}if(L&16&&!(N&&(N.innerHTML||N.textContent))){let B=h(m.firstChild,y,m,w,C,A,D);for(;B;){ws(m,1)||hn();const ce=B;B=B.nextSibling,a(ce)}}else if(L&8){let B=y.children;B[0]===`
3
+ `&&(m.tagName==="PRE"||m.tagName==="TEXTAREA")&&(B=B.slice(1));const{textContent:ce}=m;ce!==B&&ce!==B.replace(/\r\n|\r/g,`
4
+ `)&&(ws(m,0)||hn(),m.textContent=y.children)}if(N){if(ae||!D||W&48){const B=m.tagName.includes("-");for(const ce in N)(ae&&(ce.endsWith("value")||ce==="indeterminate")||as(ce)&&!Zt(ce)||ce[0]==="."||B&&!Zt(ce))&&s(m,ce,null,N[ce],void 0,w)}else if(N.onClick)s(m,"onClick",null,N.onClick,void 0,w);else if(W&4&&Ft(N.style))for(const B in N.style)N.style[B]}let Y;(Y=N&&N.onVnodeBeforeMount)&&$e(Y,w,y),G&&ft(y,null,w,"beforeMount"),((Y=N&&N.onVnodeMounted)||G||V)&&ac(()=>{Y&&$e(Y,w,y),V&&ee.enter(m),G&&ft(y,null,w,"mounted")},C)}return m.nextSibling},h=(m,y,w,C,A,D,O)=>{O=O||!!y.dynamicChildren;const N=y.children,W=N.length;for(let L=0;L<W;L++){const G=O?N[L]:N[L]=Ke(N[L]),ee=G.type===nn;m?(ee&&!O&&L+1<W&&Ke(N[L+1]).type===nn&&(l(r(m.data.slice(G.children.length)),w,o(m)),m.data=G.children),m=f(m,G,C,A,D,O)):ee&&!G.children?l(G.el=r(""),w):(ws(w,1)||hn(),n(null,G,w,null,C,A,bs(w),D))}return m},p=(m,y,w,C,A,D)=>{const{slotScopeIds:O}=y;O&&(A=A?A.concat(O):O);const N=i(m),W=h(o(m),y,N,w,C,A,D);return W&&yn(W)&&W.data==="]"?o(y.anchor=W):(hn(),l(y.anchor=u("]"),N,W),W)},_=(m,y,w,C,A,D)=>{if(ws(m.parentElement,1)||hn(),y.el=null,D){const W=E(m);for(;;){const L=o(m);if(L&&L!==W)a(L);else break}}const O=o(m),N=i(m);return a(m),n(null,y,N,O,w,C,bs(N),A),w&&(w.vnode.el=y.el,yr(w,y.el)),O},E=(m,y="[",w="]")=>{let C=0;for(;m;)if(m=o(m),m&&yn(m)&&(m.data===y&&C++,m.data===w)){if(C===0)return o(m);C--}return m},T=(m,y,w)=>{const C=y.parentNode;C&&C.replaceChild(m,y);let A=w;for(;A;)A.vnode.el===y&&(A.vnode.el=A.subTree.el=m),A=A.parent},b=m=>m.nodeType===1&&m.tagName==="TEMPLATE";return[c,f]}const Ei="data-allow-mismatch",Ff={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function ws(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Ei);)e=e.parentElement;const n=e&&e.getAttribute(Ei);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:s.includes(Ff[t])}}ir().requestIdleCallback;ir().cancelIdleCallback;function $f(e,t){if(yn(e)&&e.data==="["){let n=1,s=e.nextSibling;for(;s;){if(s.nodeType===1){if(t(s)===!1)break}else if(yn(s))if(s.data==="]"){if(--n===0)break}else s.data==="["&&n++;s=s.nextSibling}}else t(e)}const Tt=e=>!!e.type.__asyncLoader;function Bs(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,hydrate:o,timeout:i,suspensible:a=!0,onError:l}=e;let u=null,c,f=0;const d=()=>(f++,u=null,h()),h=()=>{let p;return u||(p=u=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),l)return new Promise((E,T)=>{l(_,()=>E(d()),()=>T(_),f+1)});throw _}).then(_=>p!==u&&u?u:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),c=_,_)))};return gt({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(p,_,E){let T=!1;(_.bu||(_.bu=[])).push(()=>T=!0);const b=()=>{T||E()},m=o?()=>{const y=o(b,w=>$f(p,w));y&&(_.bum||(_.bum=[])).push(y)}:b;c?m():h().then(()=>!_.isUnmounted&&m())},get __asyncResolved(){return c},setup(){const p=xe;if(Wo(p),c)return()=>Es(c,p);const _=m=>{u=null,On(m,p,13,!s)};if(a&&p.suspense||An)return h().then(m=>()=>Es(m,p)).catch(m=>(_(m),()=>s?ye(s,{error:m}):null));const E=Ee(!1),T=Ee(),b=Ee(!!r);return r&&setTimeout(()=>{b.value=!1},r),i!=null&&setTimeout(()=>{if(!E.value&&!T.value){const m=new Error(`Async component timed out after ${i}ms.`);_(m),T.value=m}},i),h().then(()=>{E.value=!0,p.parent&&us(p.parent.vnode)&&p.parent.update()}).catch(m=>{_(m),T.value=m}),()=>{if(E.value&&c)return Es(c,p);if(T.value&&s)return ye(s,{error:T.value});if(n&&!b.value)return Es(n,p)}}})}function Es(e,t){const{ref:n,props:s,children:r,ce:o}=t.vnode,i=ye(e,s,r);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const us=e=>e.type.__isKeepAlive,Bf={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=ln(),s=n.ctx;if(!s.renderer)return()=>{const b=t.default&&t.default();return b&&b.length===1?b[0]:b};const r=new Map,o=new Set;let i=null;const a=n.suspense,{renderer:{p:l,m:u,um:c,o:{createElement:f}}}=s,d=f("div");s.activate=(b,m,y,w,C)=>{const A=b.component;u(b,m,y,0,a),l(A.vnode,b,m,y,A,a,w,b.slotScopeIds,C),Ce(()=>{A.isDeactivated=!1,A.a&&Vn(A.a);const D=b.props&&b.props.onVnodeMounted;D&&$e(D,A.parent,b)},a)},s.deactivate=b=>{const m=b.component;Vs(m.m),Vs(m.a),u(b,d,null,1,a),Ce(()=>{m.da&&Vn(m.da);const y=b.props&&b.props.onVnodeUnmounted;y&&$e(y,m.parent,b),m.isDeactivated=!0},a)};function h(b){Pr(b),c(b,n,a,!0)}function p(b){r.forEach((m,y)=>{const w=ao(Tt(m)?m.type.__asyncResolved||{}:m.type);w&&!b(w)&&_(y)})}function _(b){const m=r.get(b);m&&(!i||!nt(m,i))?h(m):i&&Pr(i),r.delete(b),o.delete(b)}ze(()=>[e.include,e.exclude],([b,m])=>{b&&p(y=>Bn(b,y)),m&&p(y=>!Bn(m,y))},{flush:"post",deep:!0});let E=null;const T=()=>{E!=null&&(Ws(n.subTree.type)?Ce(()=>{r.set(E,Ts(n.subTree))},n.subTree.suspense):r.set(E,Ts(n.subTree)))};return pr(T),Hl(T),fs(()=>{r.forEach(b=>{const{subTree:m,suspense:y}=n,w=Ts(m);if(b.type===w.type&&b.key===w.key){Pr(w);const C=w.component.da;C&&Ce(C,y);return}h(b)})}),()=>{if(E=null,!t.default)return i=null;const b=t.default(),m=b[0];if(b.length>1)return i=null,b;if(!sn(m)||!(m.shapeFlag&4)&&!(m.shapeFlag&128))return i=null,m;let y=Ts(m);if(y.type===_e)return i=null,y;const w=y.type,C=ao(Tt(y)?y.type.__asyncResolved||{}:w),{include:A,exclude:D,max:O}=e;if(A&&(!C||!Bn(A,C))||D&&C&&Bn(D,C))return y.shapeFlag&=-257,i=y,m;const N=y.key==null?w:y.key,W=r.get(N);return y.el&&(y=St(y),m.shapeFlag&128&&(m.ssContent=y)),E=N,W?(y.el=W.el,y.component=W.component,y.transition&&Sn(y,y.transition),y.shapeFlag|=512,o.delete(N),o.add(N)):(o.add(N),O&&o.size>parseInt(O,10)&&_(o.values().next().value)),y.shapeFlag|=256,i=y,Ws(m.type)?m:y}}},Uf=Bf;function Bn(e,t){return J(e)?e.some(n=>Bn(n,t)):pe(e)?e.split(",").includes(t):Nu(e)?(e.lastIndex=0,e.test(t)):!1}function Nl(e,t){Ml(e,"a",t)}function Ll(e,t){Ml(e,"da",t)}function Ml(e,t,n=xe){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(hr(t,s,n),n){let r=n.parent;for(;r&&r.parent;)us(r.parent.vnode)&&Vf(s,t,n,r),r=r.parent}}function Vf(e,t,n,s){const r=hr(t,e,s,!0);gr(()=>{Oo(s[t],r)},n)}function Pr(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Ts(e){return e.shapeFlag&128?e.ssContent:e}function hr(e,t,n=xe,s=!1){if(n){const r=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Ct();const a=ds(n),l=ot(t,n,e,i);return a(),Rt(),l});return s?r.unshift(o):r.push(o),o}}const At=e=>(t,n=xe)=>{(!An||e==="sp")&&hr(e,(...s)=>t(...s),n)},Dl=At("bm"),pr=At("m"),Wf=At("bu"),Hl=At("u"),fs=At("bum"),gr=At("um"),Gf=At("sp"),Kf=At("rtg"),qf=At("rtc");function jl(e,t=xe){hr("ec",e,t)}const Fl="components";function jv(e,t){return Bl(Fl,e,!0,t)||e}const $l=Symbol.for("v-ndc");function zf(e){return pe(e)?Bl(Fl,e,!1)||e:e||$l}function Bl(e,t,n=!0,s=!1){const r=He||xe;if(r){const o=r.type;{const a=ao(o,!1);if(a&&(a===t||a===Ze(t)||a===or(Ze(t))))return o}const i=Ti(r[e]||o[e],t)||Ti(r.appContext[e],t);return!i&&s?o:i}}function Ti(e,t){return e&&(e[t]||e[Ze(t)]||e[or(Ze(t))])}function Fv(e,t,n,s){let r;const o=n,i=J(e);if(i||pe(e)){const a=i&&Ft(e);let l=!1,u=!1;a&&(l=!qe(e),u=pt(e),e=fr(e)),r=new Array(e.length);for(let c=0,f=e.length;c<f;c++)r[c]=t(l?u?Rn(rt(e[c])):rt(e[c]):e[c],c,void 0,o)}else if(typeof e=="number"){r=new Array(e);for(let a=0;a<e;a++)r[a]=t(a+1,a,void 0,o)}else if(le(e))if(e[Symbol.iterator])r=Array.from(e,(a,l)=>t(a,l,void 0,o));else{const a=Object.keys(e);r=new Array(a.length);for(let l=0,u=a.length;l<u;l++){const c=a[l];r[l]=t(e[c],c,l,o)}}else r=[];return r}function Jf(e,t,n={},s,r){if(He.ce||He.parent&&Tt(He.parent)&&He.parent.ce){const u=Object.keys(n).length>0;return t!=="default"&&(n.name=t),Me(),tt(Se,null,[ye("slot",n,s&&s())],u?-2:64)}let o=e[t];o&&o._c&&(o._d=!1),Me();const i=o&&Ul(o(n)),a=n.key||i&&i.key,l=tt(Se,{key:(a&&!xt(a)?a:`_${t}`)+(!i&&s?"_fb":"")},i||(s?s():[]),i&&e._===1?64:-2);return l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function Ul(e){return e.some(t=>sn(t)?!(t.type===_e||t.type===Se&&!Ul(t.children)):!0)?e:null}const eo=e=>e?hc(e)?Yo(e):eo(e.parent):null,Kn=Te(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>eo(e.parent),$root:e=>eo(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Wl(e),$forceUpdate:e=>e.f||(e.f=()=>{$o(e.update)}),$nextTick:e=>e.n||(e.n=Ut.bind(e.proxy)),$watch:e=>Of.bind(e)}),Or=(e,t)=>e!==de&&!e.__isScriptSetup&&oe(e,t),Qf={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:o,accessCache:i,type:a,appContext:l}=e;if(t[0]!=="$"){const d=i[t];if(d!==void 0)switch(d){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return o[t]}else{if(Or(s,t))return i[t]=1,s[t];if(r!==de&&oe(r,t))return i[t]=2,r[t];if(oe(o,t))return i[t]=3,o[t];if(n!==de&&oe(n,t))return i[t]=4,n[t];to&&(i[t]=0)}}const u=Kn[t];let c,f;if(u)return t==="$attrs"&&Oe(e.attrs,"get",""),u(e);if((c=a.__cssModules)&&(c=c[t]))return c;if(n!==de&&oe(n,t))return i[t]=4,n[t];if(f=l.config.globalProperties,oe(f,t))return f[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:o}=e;return Or(r,t)?(r[t]=n,!0):s!==de&&oe(s,t)?(s[t]=n,!0):oe(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,props:o,type:i}},a){let l;return!!(n[a]||e!==de&&a[0]!=="$"&&oe(e,a)||Or(t,a)||oe(o,a)||oe(s,a)||oe(Kn,a)||oe(r.config.globalProperties,a)||(l=i.__cssModules)&&l[a])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:oe(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Ci(e){return J(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let to=!0;function Yf(e){const t=Wl(e),n=e.proxy,s=e.ctx;to=!1,t.beforeCreate&&Ri(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:a,provide:l,inject:u,created:c,beforeMount:f,mounted:d,beforeUpdate:h,updated:p,activated:_,deactivated:E,beforeDestroy:T,beforeUnmount:b,destroyed:m,unmounted:y,render:w,renderTracked:C,renderTriggered:A,errorCaptured:D,serverPrefetch:O,expose:N,inheritAttrs:W,components:L,directives:G,filters:ee}=t;if(u&&Xf(u,s,null),i)for(const Y in i){const B=i[Y];Q(B)&&(s[Y]=B.bind(n))}if(r){const Y=r.call(n,n);le(Y)&&(e.data=at(Y))}if(to=!0,o)for(const Y in o){const B=o[Y],ce=Q(B)?B.bind(n,n):Q(B.get)?B.get.bind(n,n):ht,kt=!Q(B)&&Q(B.set)?B.set.bind(n):ht,lt=we({get:ce,set:kt});Object.defineProperty(s,Y,{enumerable:!0,configurable:!0,get:()=>lt.value,set:je=>lt.value=je})}if(a)for(const Y in a)Vl(a[Y],s,n,Y);if(l){const Y=Q(l)?l.call(n):l;Reflect.ownKeys(Y).forEach(B=>{$t(B,Y[B])})}c&&Ri(c,e,"c");function V(Y,B){J(B)?B.forEach(ce=>Y(ce.bind(n))):B&&Y(B.bind(n))}if(V(Dl,f),V(pr,d),V(Wf,h),V(Hl,p),V(Nl,_),V(Ll,E),V(jl,D),V(qf,C),V(Kf,A),V(fs,b),V(gr,y),V(Gf,O),J(N))if(N.length){const Y=e.exposed||(e.exposed={});N.forEach(B=>{Object.defineProperty(Y,B,{get:()=>n[B],set:ce=>n[B]=ce,enumerable:!0})})}else e.exposed||(e.exposed={});w&&e.render===ht&&(e.render=w),W!=null&&(e.inheritAttrs=W),L&&(e.components=L),G&&(e.directives=G),O&&Wo(e)}function Xf(e,t,n=ht){J(e)&&(e=no(e));for(const s in e){const r=e[s];let o;le(r)?"default"in r?o=Ae(r.from||s,r.default,!0):o=Ae(r.from||s):o=Ae(r),ve(o)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[s]=o}}function Ri(e,t,n){ot(J(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Vl(e,t,n,s){let r=s.includes(".")?Sl(n,s):()=>n[s];if(pe(e)){const o=t[e];Q(o)&&ze(r,o)}else if(Q(e))ze(r,e.bind(n));else if(le(e))if(J(e))e.forEach(o=>Vl(o,t,n,s));else{const o=Q(e.handler)?e.handler.bind(n):t[e.handler];Q(o)&&ze(r,o,e)}}function Wl(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,a=o.get(t);let l;return a?l=a:!r.length&&!n&&!s?l=t:(l={},r.length&&r.forEach(u=>Us(l,u,i,!0)),Us(l,t,i)),le(t)&&o.set(t,l),l}function Us(e,t,n,s=!1){const{mixins:r,extends:o}=t;o&&Us(e,o,n,!0),r&&r.forEach(i=>Us(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const a=Zf[i]||n&&n[i];e[i]=a?a(e[i],t[i]):t[i]}return e}const Zf={data:Si,props:xi,emits:xi,methods:Un,computed:Un,beforeCreate:Ie,created:Ie,beforeMount:Ie,mounted:Ie,beforeUpdate:Ie,updated:Ie,beforeDestroy:Ie,beforeUnmount:Ie,destroyed:Ie,unmounted:Ie,activated:Ie,deactivated:Ie,errorCaptured:Ie,serverPrefetch:Ie,components:Un,directives:Un,watch:td,provide:Si,inject:ed};function Si(e,t){return t?e?function(){return Te(Q(e)?e.call(this,this):e,Q(t)?t.call(this,this):t)}:t:e}function ed(e,t){return Un(no(e),no(t))}function no(e){if(J(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ie(e,t){return e?[...new Set([].concat(e,t))]:t}function Un(e,t){return e?Te(Object.create(null),e,t):t}function xi(e,t){return e?J(e)&&J(t)?[...new Set([...e,...t])]:Te(Object.create(null),Ci(e),Ci(t??{})):t}function td(e,t){if(!e)return t;if(!t)return e;const n=Te(Object.create(null),e);for(const s in t)n[s]=Ie(e[s],t[s]);return n}function Gl(){return{app:null,config:{isNativeTag:Qa,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let nd=0;function sd(e,t){return function(s,r=null){Q(s)||(s=Te({},s)),r!=null&&!le(r)&&(r=null);const o=Gl(),i=new WeakSet,a=[];let l=!1;const u=o.app={_uid:nd++,_component:s,_props:r,_container:null,_context:o,_instance:null,version:Md,get config(){return o.config},set config(c){},use(c,...f){return i.has(c)||(c&&Q(c.install)?(i.add(c),c.install(u,...f)):Q(c)&&(i.add(c),c(u,...f))),u},mixin(c){return o.mixins.includes(c)||o.mixins.push(c),u},component(c,f){return f?(o.components[c]=f,u):o.components[c]},directive(c,f){return f?(o.directives[c]=f,u):o.directives[c]},mount(c,f,d){if(!l){const h=u._ceVNode||ye(s,r);return h.appContext=o,d===!0?d="svg":d===!1&&(d=void 0),f&&t?t(h,c):e(h,c,d),l=!0,u._container=c,c.__vue_app__=u,Yo(h.component)}},onUnmount(c){a.push(c)},unmount(){l&&(ot(a,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(c,f){return o.provides[c]=f,u},runWithContext(c){const f=tn;tn=u;try{return c()}finally{tn=f}}};return u}}let tn=null;const rd=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ze(t)}Modifiers`]||e[`${an(t)}Modifiers`];function od(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||de;let r=n;const o=t.startsWith("update:"),i=o&&rd(s,t.slice(7));i&&(i.trim&&(r=n.map(c=>pe(c)?c.trim():c)),i.number&&(r=n.map(Hu)));let a,l=s[a=Cr(t)]||s[a=Cr(Ze(t))];!l&&o&&(l=s[a=Cr(an(t))]),l&&ot(l,e,6,r);const u=s[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,ot(u,e,6,r)}}const id=new WeakMap;function Kl(e,t,n=!1){const s=n?id:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const o=e.emits;let i={},a=!1;if(!Q(e)){const l=u=>{const c=Kl(u,t,!0);c&&(a=!0,Te(i,c))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!o&&!a?(le(e)&&s.set(e,null),null):(J(o)?o.forEach(l=>i[l]=null):Te(i,o),le(e)&&s.set(e,i),i)}function mr(e,t){return!e||!as(t)?!1:(t=t.slice(2).replace(/Once$/,""),oe(e,t[0].toLowerCase()+t.slice(1))||oe(e,an(t))||oe(e,t))}function Ir(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[o],slots:i,attrs:a,emit:l,render:u,renderCache:c,props:f,data:d,setupState:h,ctx:p,inheritAttrs:_}=e,E=Fs(e);let T,b;try{if(n.shapeFlag&4){const y=r||s,w=y;T=Ke(u.call(w,y,c,f,h,d,p)),b=a}else{const y=t;T=Ke(y.length>1?y(f,{attrs:a,slots:i,emit:l}):y(f,null)),b=t.props?a:ld(a)}}catch(y){qn.length=0,On(y,e,1),T=ye(_e)}let m=T;if(b&&_!==!1){const y=Object.keys(b),{shapeFlag:w}=m;y.length&&w&7&&(o&&y.some(Po)&&(b=cd(b,o)),m=St(m,b,!1,!0))}return n.dirs&&(m=St(m,null,!1,!0),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&Sn(m,n.transition),T=m,Fs(E),T}function ad(e,t=!0){let n;for(let s=0;s<e.length;s++){const r=e[s];if(sn(r)){if(r.type!==_e||r.children==="v-if"){if(n)return;n=r}}else return}return n}const ld=e=>{let t;for(const n in e)(n==="class"||n==="style"||as(n))&&((t||(t={}))[n]=e[n]);return t},cd=(e,t)=>{const n={};for(const s in e)(!Po(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function ud(e,t,n){const{props:s,children:r,component:o}=e,{props:i,children:a,patchFlag:l}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return s?Ai(s,i,u):!!i;if(l&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const d=c[f];if(i[d]!==s[d]&&!mr(u,d))return!0}}}else return(r||a)&&(!a||!a.$stable)?!0:s===i?!1:s?i?Ai(s,i,u):!0:!!i;return!1}function Ai(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const o=s[r];if(t[o]!==e[o]&&!mr(n,o))return!0}return!1}function yr({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const ql={},zl=()=>Object.create(ql),Jl=e=>Object.getPrototypeOf(e)===ql;function fd(e,t,n,s=!1){const r={},o=zl();e.propsDefaults=Object.create(null),Ql(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:dt(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function dd(e,t,n,s){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,a=ne(r),[l]=e.propsOptions;let u=!1;if((s||i>0)&&!(i&16)){if(i&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let d=c[f];if(mr(e.emitsOptions,d))continue;const h=t[d];if(l)if(oe(o,d))h!==o[d]&&(o[d]=h,u=!0);else{const p=Ze(d);r[p]=so(l,a,p,h,e,!1)}else h!==o[d]&&(o[d]=h,u=!0)}}}else{Ql(e,t,r,o)&&(u=!0);let c;for(const f in a)(!t||!oe(t,f)&&((c=an(f))===f||!oe(t,c)))&&(l?n&&(n[f]!==void 0||n[c]!==void 0)&&(r[f]=so(l,a,f,void 0,e,!0)):delete r[f]);if(o!==a)for(const f in o)(!t||!oe(t,f))&&(delete o[f],u=!0)}u&&wt(e.attrs,"set","")}function Ql(e,t,n,s){const[r,o]=e.propsOptions;let i=!1,a;if(t)for(let l in t){if(Zt(l))continue;const u=t[l];let c;r&&oe(r,c=Ze(l))?!o||!o.includes(c)?n[c]=u:(a||(a={}))[c]=u:mr(e.emitsOptions,l)||(!(l in s)||u!==s[l])&&(s[l]=u,i=!0)}if(o){const l=ne(n),u=a||de;for(let c=0;c<o.length;c++){const f=o[c];n[f]=so(r,l,f,u[f],e,!oe(u,f))}}return i}function so(e,t,n,s,r,o){const i=e[n];if(i!=null){const a=oe(i,"default");if(a&&s===void 0){const l=i.default;if(i.type!==Function&&!i.skipFactory&&Q(l)){const{propsDefaults:u}=r;if(n in u)s=u[n];else{const c=ds(r);s=u[n]=l.call(null,t),c()}}else s=l;r.ce&&r.ce._setProp(n,s)}i[0]&&(o&&!a?s=!1:i[1]&&(s===""||s===an(n))&&(s=!0))}return s}const hd=new WeakMap;function Yl(e,t,n=!1){const s=n?hd:t.propsCache,r=s.get(e);if(r)return r;const o=e.props,i={},a=[];let l=!1;if(!Q(e)){const c=f=>{l=!0;const[d,h]=Yl(f,t,!0);Te(i,d),h&&a.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!o&&!l)return le(e)&&s.set(e,vn),vn;if(J(o))for(let c=0;c<o.length;c++){const f=Ze(o[c]);ki(f)&&(i[f]=de)}else if(o)for(const c in o){const f=Ze(c);if(ki(f)){const d=o[c],h=i[f]=J(d)||Q(d)?{type:d}:Te({},d),p=h.type;let _=!1,E=!0;if(J(p))for(let T=0;T<p.length;++T){const b=p[T],m=Q(b)&&b.name;if(m==="Boolean"){_=!0;break}else m==="String"&&(E=!1)}else _=Q(p)&&p.name==="Boolean";h[0]=_,h[1]=E,(_||oe(h,"default"))&&a.push(f)}}const u=[i,a];return le(e)&&s.set(e,u),u}function ki(e){return e[0]!=="$"&&!Zt(e)}const Go=e=>e==="_"||e==="_ctx"||e==="$stable",Ko=e=>J(e)?e.map(Ke):[Ke(e)],pd=(e,t,n)=>{if(t._n)return t;const s=Bo((...r)=>Ko(t(...r)),n);return s._c=!1,s},Xl=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Go(r))continue;const o=e[r];if(Q(o))t[r]=pd(r,o,s);else if(o!=null){const i=Ko(o);t[r]=()=>i}}},Zl=(e,t)=>{const n=Ko(t);e.slots.default=()=>n},ec=(e,t,n)=>{for(const s in t)(n||!Go(s))&&(e[s]=t[s])},gd=(e,t,n)=>{const s=e.slots=zl();if(e.vnode.shapeFlag&32){const r=t._;r?(ec(s,t,n),n&&el(s,"_",r,!0)):Xl(t,s)}else t&&Zl(e,t)},md=(e,t,n)=>{const{vnode:s,slots:r}=e;let o=!0,i=de;if(s.shapeFlag&32){const a=t._;a?n&&a===1?o=!1:ec(r,t,n):(o=!t.$stable,Xl(t,r)),i=t}else t&&(Zl(e,t),i={default:1});if(o)for(const a in r)!Go(a)&&i[a]==null&&delete r[a]},Ce=ac;function yd(e){return tc(e)}function _d(e){return tc(e,jf)}function tc(e,t){const n=ir();n.__VUE__=!0;const{insert:s,remove:r,patchProp:o,createElement:i,createText:a,createComment:l,setText:u,setElementText:c,parentNode:f,nextSibling:d,setScopeId:h=ht,insertStaticContent:p}=e,_=(g,v,R,k=null,S=null,P=null,j=void 0,H=null,M=!!v.dynamicChildren)=>{if(g===v)return;g&&!nt(g,v)&&(k=x(g),je(g,S,P,!0),g=null),v.patchFlag===-2&&(M=!1,v.dynamicChildren=null);const{type:I,ref:z,shapeFlag:$}=v;switch(I){case nn:E(g,v,R,k);break;case _e:T(g,v,R,k);break;case xs:g==null&&b(v,R,k,j);break;case Se:L(g,v,R,k,S,P,j,H,M);break;default:$&1?w(g,v,R,k,S,P,j,H,M):$&6?G(g,v,R,k,S,P,j,H,M):($&64||$&128)&&I.process(g,v,R,k,S,P,j,H,M,q)}z!=null&&S?En(z,g&&g.ref,P,v||g,!v):z==null&&g&&g.ref!=null&&En(g.ref,null,P,g,!0)},E=(g,v,R,k)=>{if(g==null)s(v.el=a(v.children),R,k);else{const S=v.el=g.el;v.children!==g.children&&u(S,v.children)}},T=(g,v,R,k)=>{g==null?s(v.el=l(v.children||""),R,k):v.el=g.el},b=(g,v,R,k)=>{[g.el,g.anchor]=p(g.children,v,R,k,g.el,g.anchor)},m=({el:g,anchor:v},R,k)=>{let S;for(;g&&g!==v;)S=d(g),s(g,R,k),g=S;s(v,R,k)},y=({el:g,anchor:v})=>{let R;for(;g&&g!==v;)R=d(g),r(g),g=R;r(v)},w=(g,v,R,k,S,P,j,H,M)=>{if(v.type==="svg"?j="svg":v.type==="math"&&(j="mathml"),g==null)C(v,R,k,S,P,j,H,M);else{const I=g.el&&g.el._isVueCE?g.el:null;try{I&&I._beginPatch(),O(g,v,S,P,j,H,M)}finally{I&&I._endPatch()}}},C=(g,v,R,k,S,P,j,H)=>{let M,I;const{props:z,shapeFlag:$,transition:K,dirs:X}=g;if(M=g.el=i(g.type,P,z&&z.is,z),$&8?c(M,g.children):$&16&&D(g.children,M,null,k,S,Nr(g,P),j,H),X&&ft(g,null,k,"created"),A(M,g,g.scopeId,j,k),z){for(const ue in z)ue!=="value"&&!Zt(ue)&&o(M,ue,null,z[ue],P,k);"value"in z&&o(M,"value",null,z.value,P),(I=z.onVnodeBeforeMount)&&$e(I,k,g)}X&&ft(g,null,k,"beforeMount");const te=nc(S,K);te&&K.beforeEnter(M),s(M,v,R),((I=z&&z.onVnodeMounted)||te||X)&&Ce(()=>{I&&$e(I,k,g),te&&K.enter(M),X&&ft(g,null,k,"mounted")},S)},A=(g,v,R,k,S)=>{if(R&&h(g,R),k)for(let P=0;P<k.length;P++)h(g,k[P]);if(S){let P=S.subTree;if(v===P||Ws(P.type)&&(P.ssContent===v||P.ssFallback===v)){const j=S.vnode;A(g,j,j.scopeId,j.slotScopeIds,S.parent)}}},D=(g,v,R,k,S,P,j,H,M=0)=>{for(let I=M;I<g.length;I++){const z=g[I]=H?Lt(g[I]):Ke(g[I]);_(null,z,v,R,k,S,P,j,H)}},O=(g,v,R,k,S,P,j)=>{const H=v.el=g.el;let{patchFlag:M,dynamicChildren:I,dirs:z}=v;M|=g.patchFlag&16;const $=g.props||de,K=v.props||de;let X;if(R&&Wt(R,!1),(X=K.onVnodeBeforeUpdate)&&$e(X,R,v,g),z&&ft(v,g,R,"beforeUpdate"),R&&Wt(R,!0),($.innerHTML&&K.innerHTML==null||$.textContent&&K.textContent==null)&&c(H,""),I?N(g.dynamicChildren,I,H,R,k,Nr(v,S),P):j||B(g,v,H,null,R,k,Nr(v,S),P,!1),M>0){if(M&16)W(H,$,K,R,S);else if(M&2&&$.class!==K.class&&o(H,"class",null,K.class,S),M&4&&o(H,"style",$.style,K.style,S),M&8){const te=v.dynamicProps;for(let ue=0;ue<te.length;ue++){const ie=te[ue],Fe=$[ie],ke=K[ie];(ke!==Fe||ie==="value")&&o(H,ie,Fe,ke,S,R)}}M&1&&g.children!==v.children&&c(H,v.children)}else!j&&I==null&&W(H,$,K,R,S);((X=K.onVnodeUpdated)||z)&&Ce(()=>{X&&$e(X,R,v,g),z&&ft(v,g,R,"updated")},k)},N=(g,v,R,k,S,P,j)=>{for(let H=0;H<v.length;H++){const M=g[H],I=v[H],z=M.el&&(M.type===Se||!nt(M,I)||M.shapeFlag&198)?f(M.el):R;_(M,I,z,null,k,S,P,j,!0)}},W=(g,v,R,k,S)=>{if(v!==R){if(v!==de)for(const P in v)!Zt(P)&&!(P in R)&&o(g,P,v[P],null,S,k);for(const P in R){if(Zt(P))continue;const j=R[P],H=v[P];j!==H&&P!=="value"&&o(g,P,H,j,S,k)}"value"in R&&o(g,"value",v.value,R.value,S)}},L=(g,v,R,k,S,P,j,H,M)=>{const I=v.el=g?g.el:a(""),z=v.anchor=g?g.anchor:a("");let{patchFlag:$,dynamicChildren:K,slotScopeIds:X}=v;X&&(H=H?H.concat(X):X),g==null?(s(I,R,k),s(z,R,k),D(v.children||[],R,z,S,P,j,H,M)):$>0&&$&64&&K&&g.dynamicChildren&&g.dynamicChildren.length===K.length?(N(g.dynamicChildren,K,R,S,P,j,H),(v.key!=null||S&&v===S.subTree)&&sc(g,v,!0)):B(g,v,R,z,S,P,j,H,M)},G=(g,v,R,k,S,P,j,H,M)=>{v.slotScopeIds=H,g==null?v.shapeFlag&512?S.ctx.activate(v,R,k,j,M):ee(v,R,k,S,P,j,M):ae(g,v,M)},ee=(g,v,R,k,S,P,j)=>{const H=g.component=kd(g,k,S);if(us(g)&&(H.ctx.renderer=q),Pd(H,!1,j),H.asyncDep){if(S&&S.registerDep(H,V,j),!g.el){const M=H.subTree=ye(_e);T(null,M,v,R),g.placeholder=M.el}}else V(H,g,v,R,S,P,j)},ae=(g,v,R)=>{const k=v.component=g.component;if(ud(g,v,R))if(k.asyncDep&&!k.asyncResolved){Y(k,v,R);return}else k.next=v,k.update();else v.el=g.el,k.vnode=v},V=(g,v,R,k,S,P,j)=>{const H=()=>{if(g.isMounted){let{next:$,bu:K,u:X,parent:te,vnode:ue}=g;{const We=rc(g);if(We){$&&($.el=ue.el,Y(g,$,j)),We.asyncDep.then(()=>{g.isUnmounted||H()});return}}let ie=$,Fe;Wt(g,!1),$?($.el=ue.el,Y(g,$,j)):$=ue,K&&Vn(K),(Fe=$.props&&$.props.onVnodeBeforeUpdate)&&$e(Fe,te,$,ue),Wt(g,!0);const ke=Ir(g),et=g.subTree;g.subTree=ke,_(et,ke,f(et.el),x(et),g,S,P),$.el=ke.el,ie===null&&yr(g,ke.el),X&&Ce(X,S),(Fe=$.props&&$.props.onVnodeUpdated)&&Ce(()=>$e(Fe,te,$,ue),S)}else{let $;const{el:K,props:X}=v,{bm:te,m:ue,parent:ie,root:Fe,type:ke}=g,et=Tt(v);if(Wt(g,!1),te&&Vn(te),!et&&($=X&&X.onVnodeBeforeMount)&&$e($,ie,v),Wt(g,!0),K&&he){const We=()=>{g.subTree=Ir(g),he(K,g.subTree,g,S,null)};et&&ke.__asyncHydrate?ke.__asyncHydrate(K,g,We):We()}else{Fe.ce&&Fe.ce._def.shadowRoot!==!1&&Fe.ce._injectChildStyle(ke);const We=g.subTree=Ir(g);_(null,We,R,k,g,S,P),v.el=We.el}if(ue&&Ce(ue,S),!et&&($=X&&X.onVnodeMounted)){const We=v;Ce(()=>$e($,ie,We),S)}(v.shapeFlag&256||ie&&Tt(ie.vnode)&&ie.vnode.shapeFlag&256)&&g.a&&Ce(g.a,S),g.isMounted=!0,v=R=k=null}};g.scope.on();const M=g.effect=new il(H);g.scope.off();const I=g.update=M.run.bind(M),z=g.job=M.runIfDirty.bind(M);z.i=g,z.id=g.uid,M.scheduler=()=>$o(z),Wt(g,!0),I()},Y=(g,v,R)=>{v.component=g;const k=g.vnode.props;g.vnode=v,g.next=null,dd(g,v.props,k,R),md(g,v.children,R),Ct(),_i(g),Rt()},B=(g,v,R,k,S,P,j,H,M=!1)=>{const I=g&&g.children,z=g?g.shapeFlag:0,$=v.children,{patchFlag:K,shapeFlag:X}=v;if(K>0){if(K&128){kt(I,$,R,k,S,P,j,H,M);return}else if(K&256){ce(I,$,R,k,S,P,j,H,M);return}}X&8?(z&16&&Qe(I,S,P),$!==I&&c(R,$)):z&16?X&16?kt(I,$,R,k,S,P,j,H,M):Qe(I,S,P,!0):(z&8&&c(R,""),X&16&&D($,R,k,S,P,j,H,M))},ce=(g,v,R,k,S,P,j,H,M)=>{g=g||vn,v=v||vn;const I=g.length,z=v.length,$=Math.min(I,z);let K;for(K=0;K<$;K++){const X=v[K]=M?Lt(v[K]):Ke(v[K]);_(g[K],X,R,null,S,P,j,H,M)}I>z?Qe(g,S,P,!0,!1,$):D(v,R,k,S,P,j,H,M,$)},kt=(g,v,R,k,S,P,j,H,M)=>{let I=0;const z=v.length;let $=g.length-1,K=z-1;for(;I<=$&&I<=K;){const X=g[I],te=v[I]=M?Lt(v[I]):Ke(v[I]);if(nt(X,te))_(X,te,R,null,S,P,j,H,M);else break;I++}for(;I<=$&&I<=K;){const X=g[$],te=v[K]=M?Lt(v[K]):Ke(v[K]);if(nt(X,te))_(X,te,R,null,S,P,j,H,M);else break;$--,K--}if(I>$){if(I<=K){const X=K+1,te=X<z?v[X].el:k;for(;I<=K;)_(null,v[I]=M?Lt(v[I]):Ke(v[I]),R,te,S,P,j,H,M),I++}}else if(I>K)for(;I<=$;)je(g[I],S,P,!0),I++;else{const X=I,te=I,ue=new Map;for(I=te;I<=K;I++){const Ge=v[I]=M?Lt(v[I]):Ke(v[I]);Ge.key!=null&&ue.set(Ge.key,I)}let ie,Fe=0;const ke=K-te+1;let et=!1,We=0;const Nn=new Array(ke);for(I=0;I<ke;I++)Nn[I]=0;for(I=X;I<=$;I++){const Ge=g[I];if(Fe>=ke){je(Ge,S,P,!0);continue}let ct;if(Ge.key!=null)ct=ue.get(Ge.key);else for(ie=te;ie<=K;ie++)if(Nn[ie-te]===0&&nt(Ge,v[ie])){ct=ie;break}ct===void 0?je(Ge,S,P,!0):(Nn[ct-te]=I+1,ct>=We?We=ct:et=!0,_(Ge,v[ct],R,null,S,P,j,H,M),Fe++)}const di=et?vd(Nn):vn;for(ie=di.length-1,I=ke-1;I>=0;I--){const Ge=te+I,ct=v[Ge],hi=v[Ge+1],pi=Ge+1<z?hi.el||oc(hi):k;Nn[I]===0?_(null,ct,R,pi,S,P,j,H,M):et&&(ie<0||I!==di[ie]?lt(ct,R,pi,2):ie--)}}},lt=(g,v,R,k,S=null)=>{const{el:P,type:j,transition:H,children:M,shapeFlag:I}=g;if(I&6){lt(g.component.subTree,v,R,k);return}if(I&128){g.suspense.move(v,R,k);return}if(I&64){j.move(g,v,R,q);return}if(j===Se){s(P,v,R);for(let $=0;$<M.length;$++)lt(M[$],v,R,k);s(g.anchor,v,R);return}if(j===xs){m(g,v,R);return}if(k!==2&&I&1&&H)if(k===0)H.beforeEnter(P),s(P,v,R),Ce(()=>H.enter(P),S);else{const{leave:$,delayLeave:K,afterLeave:X}=H,te=()=>{g.ctx.isUnmounted?r(P):s(P,v,R)},ue=()=>{P._isLeaving&&P[bt](!0),$(P,()=>{te(),X&&X()})};K?K(P,te,ue):ue()}else s(P,v,R)},je=(g,v,R,k=!1,S=!1)=>{const{type:P,props:j,ref:H,children:M,dynamicChildren:I,shapeFlag:z,patchFlag:$,dirs:K,cacheIndex:X}=g;if($===-2&&(S=!1),H!=null&&(Ct(),En(H,null,R,g,!0),Rt()),X!=null&&(v.renderCache[X]=void 0),z&256){v.ctx.deactivate(g);return}const te=z&1&&K,ue=!Tt(g);let ie;if(ue&&(ie=j&&j.onVnodeBeforeUnmount)&&$e(ie,v,g),z&6)Vt(g.component,R,k);else{if(z&128){g.suspense.unmount(R,k);return}te&&ft(g,null,v,"beforeUnmount"),z&64?g.type.remove(g,v,R,q,k):I&&!I.hasOnce&&(P!==Se||$>0&&$&64)?Qe(I,v,R,!1,!0):(P===Se&&$&384||!S&&z&16)&&Qe(M,v,R),k&&un(g)}(ue&&(ie=j&&j.onVnodeUnmounted)||te)&&Ce(()=>{ie&&$e(ie,v,g),te&&ft(g,null,v,"unmounted")},R)},un=g=>{const{type:v,el:R,anchor:k,transition:S}=g;if(v===Se){fn(R,k);return}if(v===xs){y(g);return}const P=()=>{r(R),S&&!S.persisted&&S.afterLeave&&S.afterLeave()};if(g.shapeFlag&1&&S&&!S.persisted){const{leave:j,delayLeave:H}=S,M=()=>j(R,P);H?H(g.el,P,M):M()}else P()},fn=(g,v)=>{let R;for(;g!==v;)R=d(g),r(g),g=R;r(v)},Vt=(g,v,R)=>{const{bum:k,scope:S,job:P,subTree:j,um:H,m:M,a:I}=g;Vs(M),Vs(I),k&&Vn(k),S.stop(),P&&(P.flags|=8,je(j,g,v,R)),H&&Ce(H,v),Ce(()=>{g.isUnmounted=!0},v)},Qe=(g,v,R,k=!1,S=!1,P=0)=>{for(let j=P;j<g.length;j++)je(g[j],v,R,k,S)},x=g=>{if(g.shapeFlag&6)return x(g.component.subTree);if(g.shapeFlag&128)return g.suspense.next();const v=d(g.anchor||g.el),R=v&&v[If];return R?d(R):v};let U=!1;const F=(g,v,R)=>{let k;g==null?v._vnode&&(je(v._vnode,null,null,!0),k=v._vnode.component):_(v._vnode||null,g,v,null,null,null,R),v._vnode=g,U||(U=!0,_i(k),js(),U=!1)},q={p:_,um:je,m:lt,r:un,mt:ee,mc:D,pc:B,pbc:N,n:x,o:e};let Z,he;return t&&([Z,he]=t(q)),{render:F,hydrate:Z,createApp:sd(F,Z)}}function Nr({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Wt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function nc(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function sc(e,t,n=!1){const s=e.children,r=t.children;if(J(s)&&J(r))for(let o=0;o<s.length;o++){const i=s[o];let a=r[o];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=r[o]=Lt(r[o]),a.el=i.el),!n&&a.patchFlag!==-2&&sc(i,a)),a.type===nn&&(a.patchFlag!==-1?a.el=i.el:a.__elIndex=o+(e.type===Se?1:0)),a.type===_e&&!a.el&&(a.el=i.el)}}function vd(e){const t=e.slice(),n=[0];let s,r,o,i,a;const l=e.length;for(s=0;s<l;s++){const u=e[s];if(u!==0){if(r=n[n.length-1],e[r]<u){t[s]=r,n.push(s);continue}for(o=0,i=n.length-1;o<i;)a=o+i>>1,e[n[a]]<u?o=a+1:i=a;u<e[n[o]]&&(o>0&&(t[s]=n[o-1]),n[o]=s)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function rc(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:rc(t)}function Vs(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function oc(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?oc(t.subTree):null}const Ws=e=>e.__isSuspense;let ro=0;const bd={name:"Suspense",__isSuspense:!0,process(e,t,n,s,r,o,i,a,l,u){if(e==null)wd(t,n,s,r,o,i,a,l,u);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}Ed(e,t,n,s,r,i,a,l,u)}},hydrate:Td,normalize:Cd},qo=bd;function ts(e,t){const n=e.props&&e.props[t];Q(n)&&n()}function wd(e,t,n,s,r,o,i,a,l){const{p:u,o:{createElement:c}}=l,f=c("div"),d=e.suspense=ic(e,r,s,t,f,n,o,i,a,l);u(null,d.pendingBranch=e.ssContent,f,null,s,d,o,i),d.deps>0?(ts(e,"onPending"),ts(e,"onFallback"),u(null,e.ssFallback,t,n,s,null,o,i),Tn(d,e.ssFallback)):d.resolve(!1,!0)}function Ed(e,t,n,s,r,o,i,a,{p:l,um:u,o:{createElement:c}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,h=t.ssFallback,{activeBranch:p,pendingBranch:_,isInFallback:E,isHydrating:T}=f;if(_)f.pendingBranch=d,nt(_,d)?(l(_,d,f.hiddenContainer,null,r,f,o,i,a),f.deps<=0?f.resolve():E&&(T||(l(p,h,n,s,r,null,o,i,a),Tn(f,h)))):(f.pendingId=ro++,T?(f.isHydrating=!1,f.activeBranch=_):u(_,r,f),f.deps=0,f.effects.length=0,f.hiddenContainer=c("div"),E?(l(null,d,f.hiddenContainer,null,r,f,o,i,a),f.deps<=0?f.resolve():(l(p,h,n,s,r,null,o,i,a),Tn(f,h))):p&&nt(p,d)?(l(p,d,n,s,r,f,o,i,a),f.resolve(!0)):(l(null,d,f.hiddenContainer,null,r,f,o,i,a),f.deps<=0&&f.resolve()));else if(p&&nt(p,d))l(p,d,n,s,r,f,o,i,a),Tn(f,d);else if(ts(t,"onPending"),f.pendingBranch=d,d.shapeFlag&512?f.pendingId=d.component.suspenseId:f.pendingId=ro++,l(null,d,f.hiddenContainer,null,r,f,o,i,a),f.deps<=0)f.resolve();else{const{timeout:b,pendingId:m}=f;b>0?setTimeout(()=>{f.pendingId===m&&f.fallback(h)},b):b===0&&f.fallback(h)}}function ic(e,t,n,s,r,o,i,a,l,u,c=!1){const{p:f,m:d,um:h,n:p,o:{parentNode:_,remove:E}}=u;let T;const b=Rd(e);b&&t&&t.pendingBranch&&(T=t.pendingId,t.deps++);const m=e.props?tl(e.props.timeout):void 0,y=o,w={vnode:e,parent:t,parentComponent:n,namespace:i,container:s,hiddenContainer:r,deps:0,pendingId:ro++,timeout:typeof m=="number"?m:-1,activeBranch:null,pendingBranch:null,isInFallback:!c,isHydrating:c,isUnmounted:!1,effects:[],resolve(C=!1,A=!1){const{vnode:D,activeBranch:O,pendingBranch:N,pendingId:W,effects:L,parentComponent:G,container:ee,isInFallback:ae}=w;let V=!1;w.isHydrating?w.isHydrating=!1:C||(V=O&&N.transition&&N.transition.mode==="out-in",V&&(O.transition.afterLeave=()=>{W===w.pendingId&&(d(N,ee,o===y?p(O):o,0),Zn(L),ae&&D.ssFallback&&(D.ssFallback.el=null))}),O&&(_(O.el)===ee&&(o=p(O)),h(O,G,w,!0),!V&&ae&&D.ssFallback&&Ce(()=>D.ssFallback.el=null,w)),V||d(N,ee,o,0)),Tn(w,N),w.pendingBranch=null,w.isInFallback=!1;let Y=w.parent,B=!1;for(;Y;){if(Y.pendingBranch){Y.effects.push(...L),B=!0;break}Y=Y.parent}!B&&!V&&Zn(L),w.effects=[],b&&t&&t.pendingBranch&&T===t.pendingId&&(t.deps--,t.deps===0&&!A&&t.resolve()),ts(D,"onResolve")},fallback(C){if(!w.pendingBranch)return;const{vnode:A,activeBranch:D,parentComponent:O,container:N,namespace:W}=w;ts(A,"onFallback");const L=p(D),G=()=>{w.isInFallback&&(f(null,C,N,L,O,null,W,a,l),Tn(w,C))},ee=C.transition&&C.transition.mode==="out-in";ee&&(D.transition.afterLeave=G),w.isInFallback=!0,h(D,O,null,!0),ee||G()},move(C,A,D){w.activeBranch&&d(w.activeBranch,C,A,D),w.container=C},next(){return w.activeBranch&&p(w.activeBranch)},registerDep(C,A,D){const O=!!w.pendingBranch;O&&w.deps++;const N=C.vnode.el;C.asyncDep.catch(W=>{On(W,C,0)}).then(W=>{if(C.isUnmounted||w.isUnmounted||w.pendingId!==C.suspenseId)return;C.asyncResolved=!0;const{vnode:L}=C;io(C,W),N&&(L.el=N);const G=!N&&C.subTree.el;A(C,L,_(N||C.subTree.el),N?null:p(C.subTree),w,i,D),G&&(L.placeholder=null,E(G)),yr(C,L.el),O&&--w.deps===0&&w.resolve()})},unmount(C,A){w.isUnmounted=!0,w.activeBranch&&h(w.activeBranch,n,C,A),w.pendingBranch&&h(w.pendingBranch,n,C,A)}};return w}function Td(e,t,n,s,r,o,i,a,l){const u=t.suspense=ic(t,s,n,e.parentNode,document.createElement("div"),null,r,o,i,a,!0),c=l(e,u.pendingBranch=t.ssContent,n,u,o,i);return u.deps===0&&u.resolve(!1,!0),c}function Cd(e){const{shapeFlag:t,children:n}=e,s=t&32;e.ssContent=Pi(s?n.default:n),e.ssFallback=s?Pi(n.fallback):ye(_e)}function Pi(e){let t;if(Q(e)){const n=xn&&e._c;n&&(e._d=!1,Me()),e=e(),n&&(e._d=!0,t=Ue,lc())}return J(e)&&(e=ad(e)),e=Ke(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function ac(e,t){t&&t.pendingBranch?J(e)?t.effects.push(...e):t.effects.push(e):Zn(e)}function Tn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:s}=e;let r=t.el;for(;!r&&t.component;)t=t.component.subTree,r=t.el;n.el=r,s&&s.subTree===n&&(s.vnode.el=r,yr(s,r))}function Rd(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const Se=Symbol.for("v-fgt"),nn=Symbol.for("v-txt"),_e=Symbol.for("v-cmt"),xs=Symbol.for("v-stc"),qn=[];let Ue=null;function Me(e=!1){qn.push(Ue=e?null:[])}function lc(){qn.pop(),Ue=qn[qn.length-1]||null}let xn=1;function Gs(e,t=!1){xn+=e,e<0&&Ue&&t&&(Ue.hasOnce=!0)}function cc(e){return e.dynamicChildren=xn>0?Ue||vn:null,lc(),xn>0&&Ue&&Ue.push(e),e}function zo(e,t,n,s,r,o){return cc(Ks(e,t,n,s,r,o,!0))}function tt(e,t,n,s,r){return cc(ye(e,t,n,s,r,!0))}function sn(e){return e?e.__v_isVNode===!0:!1}function nt(e,t){return e.type===t.type&&e.key===t.key}const uc=({key:e})=>e??null,As=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?pe(e)||ve(e)||Q(e)?{i:He,r:e,k:t,f:!!n}:e:null);function Ks(e,t=null,n=null,s=0,r=null,o=e===Se?0:1,i=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&uc(t),ref:t&&As(t),scopeId:Rl,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:He};return a?(Qo(l,n),o&128&&e.normalize(l)):n&&(l.shapeFlag|=pe(n)?8:16),xn>0&&!i&&Ue&&(l.patchFlag>0||o&6)&&l.patchFlag!==32&&Ue.push(l),l}const ye=Sd;function Sd(e,t=null,n=null,s=0,r=null,o=!1){if((!e||e===$l)&&(e=_e),sn(e)){const a=St(e,t,!0);return n&&Qo(a,n),xn>0&&!o&&Ue&&(a.shapeFlag&6?Ue[Ue.indexOf(e)]=a:Ue.push(a)),a.patchFlag=-2,a}if(Ld(e)&&(e=e.__vccOpts),t){t=fc(t);let{class:a,style:l}=t;a&&!pe(a)&&(t.class=lr(a)),le(l)&&(dr(l)&&!J(l)&&(l=Te({},l)),t.style=ar(l))}const i=pe(e)?1:Ws(e)?128:xl(e)?64:le(e)?4:Q(e)?2:0;return Ks(e,t,n,s,r,i,o,!0)}function fc(e){return e?dr(e)||Jl(e)?Te({},e):e:null}function St(e,t,n=!1,s=!1){const{props:r,ref:o,patchFlag:i,children:a,transition:l}=e,u=t?dc(r||{},t):r,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&uc(u),ref:t&&t.ref?n&&o?J(o)?o.concat(As(t)):[o,As(t)]:As(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Se?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&St(e.ssContent),ssFallback:e.ssFallback&&St(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&s&&Sn(c,l.clone(c)),c}function Jo(e=" ",t=0){return ye(nn,null,e,t)}function $v(e="",t=!1){return t?(Me(),tt(_e,null,e)):ye(_e,null,e)}function Ke(e){return e==null||typeof e=="boolean"?ye(_e):J(e)?ye(Se,null,e.slice()):sn(e)?Lt(e):ye(nn,null,String(e))}function Lt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:St(e)}function Qo(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(J(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Qo(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Jl(t)?t._ctx=He:r===3&&He&&(He.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Q(t)?(t={default:t,_ctx:He},n=32):(t=String(t),s&64?(n=16,t=[Jo(t)]):n=8);e.children=t,e.shapeFlag|=n}function dc(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=lr([t.class,s.class]));else if(r==="style")t.style=ar([t.style,s.style]);else if(as(r)){const o=t[r],i=s[r];i&&o!==i&&!(J(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=s[r])}return t}function $e(e,t,n,s=null){ot(e,t,7,[n,s])}const xd=Gl();let Ad=0;function kd(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||xd,o={uid:Ad++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ol(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Yl(s,r),emitsOptions:Kl(s,r),emit:null,emitted:null,propsDefaults:de,inheritAttrs:s.inheritAttrs,ctx:de,data:de,props:de,attrs:de,slots:de,refs:de,setupState:de,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=od.bind(null,o),e.ce&&e.ce(o),o}let xe=null;const ln=()=>xe||He;let qs,oo;{const e=ir(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),o=>{r.length>1?r.forEach(i=>i(o)):r[0](o)}};qs=t("__VUE_INSTANCE_SETTERS__",n=>xe=n),oo=t("__VUE_SSR_SETTERS__",n=>An=n)}const ds=e=>{const t=xe;return qs(e),e.scope.on(),()=>{e.scope.off(),qs(t)}},Oi=()=>{xe&&xe.scope.off(),qs(null)};function hc(e){return e.vnode.shapeFlag&4}let An=!1;function Pd(e,t=!1,n=!1){t&&oo(t);const{props:s,children:r}=e.vnode,o=hc(e);fd(e,s,o,t),gd(e,r,n||t);const i=o?Od(e,t):void 0;return t&&oo(!1),i}function Od(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Qf);const{setup:s}=n;if(s){Ct();const r=e.setupContext=s.length>1?Nd(e):null,o=ds(e),i=cs(s,e,0,[e.props,r]),a=Xa(i);if(Rt(),o(),(a||e.sp)&&!Tt(e)&&Wo(e),a){if(i.then(Oi,Oi),t)return i.then(l=>{io(e,l)}).catch(l=>{On(l,e,0)});e.asyncDep=i}else io(e,i)}else pc(e)}function io(e,t,n){Q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:le(t)&&(e.setupState=wl(t)),pc(e)}function pc(e,t,n){const s=e.type;e.render||(e.render=s.render||ht);{const r=ds(e);Ct();try{Yf(e)}finally{Rt(),r()}}}const Id={get(e,t){return Oe(e,"get",""),e[t]}};function Nd(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Id),slots:e.slots,emit:e.emit,expose:t}}function Yo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(wl(hf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Kn)return Kn[n](e)},has(t,n){return n in t||n in Kn}})):e.proxy}function ao(e,t=!0){return Q(e)?e.displayName||e.name:e.name||t&&e.__name}function Ld(e){return Q(e)&&"__vccOpts"in e}const we=(e,t)=>Tf(e,t,An);function Re(e,t,n){try{Gs(-1);const s=arguments.length;return s===2?le(t)&&!J(t)?sn(t)?ye(e,null,[t]):ye(e,t):ye(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&sn(n)&&(n=[n]),ye(e,t,n))}finally{Gs(1)}}const Md="3.5.27";let lo;const Ii=typeof window<"u"&&window.trustedTypes;if(Ii)try{lo=Ii.createPolicy("vue",{createHTML:e=>e})}catch{}const gc=lo?e=>lo.createHTML(e):e=>e,Dd="http://www.w3.org/2000/svg",Hd="http://www.w3.org/1998/Math/MathML",vt=typeof document<"u"?document:null,Ni=vt&&vt.createElement("template"),jd={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?vt.createElementNS(Dd,e):t==="mathml"?vt.createElementNS(Hd,e):n?vt.createElement(e,{is:n}):vt.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>vt.createTextNode(e),createComment:e=>vt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>vt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,o){const i=n?n.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===o||!(r=r.nextSibling)););else{Ni.innerHTML=gc(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const a=Ni.content;if(s==="svg"||s==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Pt="transition",Mn="animation",ns=Symbol("_vtc"),mc={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Fd=Te({},Al,mc),$d=e=>(e.displayName="Transition",e.props=Fd,e),Bd=$d((e,{slots:t})=>Re(Mf,Ud(e),t)),Gt=(e,t=[])=>{J(e)?e.forEach(n=>n(...t)):e&&e(...t)},Li=e=>e?J(e)?e.some(t=>t.length>1):e.length>1:!1;function Ud(e){const t={};for(const L in e)L in mc||(t[L]=e[L]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=o,appearActiveClass:u=i,appearToClass:c=a,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,p=Vd(r),_=p&&p[0],E=p&&p[1],{onBeforeEnter:T,onEnter:b,onEnterCancelled:m,onLeave:y,onLeaveCancelled:w,onBeforeAppear:C=T,onAppear:A=b,onAppearCancelled:D=m}=t,O=(L,G,ee,ae)=>{L._enterCancelled=ae,Kt(L,G?c:a),Kt(L,G?u:i),ee&&ee()},N=(L,G)=>{L._isLeaving=!1,Kt(L,f),Kt(L,h),Kt(L,d),G&&G()},W=L=>(G,ee)=>{const ae=L?A:b,V=()=>O(G,L,ee);Gt(ae,[G,V]),Mi(()=>{Kt(G,L?l:o),yt(G,L?c:a),Li(ae)||Di(G,s,_,V)})};return Te(t,{onBeforeEnter(L){Gt(T,[L]),yt(L,o),yt(L,i)},onBeforeAppear(L){Gt(C,[L]),yt(L,l),yt(L,u)},onEnter:W(!1),onAppear:W(!0),onLeave(L,G){L._isLeaving=!0;const ee=()=>N(L,G);yt(L,f),L._enterCancelled?(yt(L,d),Fi(L)):(Fi(L),yt(L,d)),Mi(()=>{L._isLeaving&&(Kt(L,f),yt(L,h),Li(y)||Di(L,s,E,ee))}),Gt(y,[L,ee])},onEnterCancelled(L){O(L,!1,void 0,!0),Gt(m,[L])},onAppearCancelled(L){O(L,!0,void 0,!0),Gt(D,[L])},onLeaveCancelled(L){N(L),Gt(w,[L])}})}function Vd(e){if(e==null)return null;if(le(e))return[Lr(e.enter),Lr(e.leave)];{const t=Lr(e);return[t,t]}}function Lr(e){return tl(e)}function yt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[ns]||(e[ns]=new Set)).add(t)}function Kt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[ns];n&&(n.delete(t),n.size||(e[ns]=void 0))}function Mi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Wd=0;function Di(e,t,n,s){const r=e._endId=++Wd,o=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(o,n);const{type:i,timeout:a,propCount:l}=Gd(e,t);if(!i)return s();const u=i+"end";let c=0;const f=()=>{e.removeEventListener(u,d),o()},d=h=>{h.target===e&&++c>=l&&f()};setTimeout(()=>{c<l&&f()},a+1),e.addEventListener(u,d)}function Gd(e,t){const n=window.getComputedStyle(e),s=p=>(n[p]||"").split(", "),r=s(`${Pt}Delay`),o=s(`${Pt}Duration`),i=Hi(r,o),a=s(`${Mn}Delay`),l=s(`${Mn}Duration`),u=Hi(a,l);let c=null,f=0,d=0;t===Pt?i>0&&(c=Pt,f=i,d=o.length):t===Mn?u>0&&(c=Mn,f=u,d=l.length):(f=Math.max(i,u),c=f>0?i>u?Pt:Mn:null,d=c?c===Pt?o.length:l.length:0);const h=c===Pt&&/\b(?:transform|all)(?:,|$)/.test(s(`${Pt}Property`).toString());return{type:c,timeout:f,propCount:d,hasTransform:h}}function Hi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>ji(n)+ji(e[s])))}function ji(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Fi(e){return(e?e.ownerDocument:document).body.offsetHeight}function Kd(e,t,n){const s=e[ns];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const $i=Symbol("_vod"),qd=Symbol("_vsh"),zd=Symbol(""),Jd=/(?:^|;)\s*display\s*:/;function Qd(e,t,n){const s=e.style,r=pe(n);let o=!1;if(n&&!r){if(t)if(pe(t))for(const i of t.split(";")){const a=i.slice(0,i.indexOf(":")).trim();n[a]==null&&ks(s,a,"")}else for(const i in t)n[i]==null&&ks(s,i,"");for(const i in n)i==="display"&&(o=!0),ks(s,i,n[i])}else if(r){if(t!==n){const i=s[zd];i&&(n+=";"+i),s.cssText=n,o=Jd.test(n)}}else t&&e.removeAttribute("style");$i in e&&(e[$i]=o?s.display:"",e[qd]&&(s.display="none"))}const Bi=/\s*!important$/;function ks(e,t,n){if(J(n))n.forEach(s=>ks(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Yd(e,t);Bi.test(n)?e.setProperty(an(s),n.replace(Bi,""),"important"):e[s]=n}}const Ui=["Webkit","Moz","ms"],Mr={};function Yd(e,t){const n=Mr[t];if(n)return n;let s=Ze(t);if(s!=="filter"&&s in e)return Mr[t]=s;s=or(s);for(let r=0;r<Ui.length;r++){const o=Ui[r]+s;if(o in e)return Mr[t]=o}return t}const Vi="http://www.w3.org/1999/xlink";function Wi(e,t,n,s,r,o=Wu(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Vi,t.slice(6,t.length)):e.setAttributeNS(Vi,t,n):n==null||o&&!nl(n)?e.removeAttribute(t):e.setAttribute(t,o?"":xt(n)?String(n):n)}function Gi(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?gc(n):n);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const a=o==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=nl(n):n==null&&a==="string"?(n="",i=!0):a==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(r||t)}function Xd(e,t,n,s){e.addEventListener(t,n,s)}function Zd(e,t,n,s){e.removeEventListener(t,n,s)}const Ki=Symbol("_vei");function eh(e,t,n,s,r=null){const o=e[Ki]||(e[Ki]={}),i=o[t];if(s&&i)i.value=s;else{const[a,l]=th(t);if(s){const u=o[t]=rh(s,r);Xd(e,a,u,l)}else i&&(Zd(e,a,i,l),o[t]=void 0)}}const qi=/(?:Once|Passive|Capture)$/;function th(e){let t;if(qi.test(e)){t={};let s;for(;s=e.match(qi);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):an(e.slice(2)),t]}let Dr=0;const nh=Promise.resolve(),sh=()=>Dr||(nh.then(()=>Dr=0),Dr=Date.now());function rh(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ot(oh(s,n.value),t,5,[s])};return n.value=e,n.attached=sh(),n}function oh(e,t){if(J(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const zi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,ih=(e,t,n,s,r,o)=>{const i=r==="svg";t==="class"?Kd(e,s,i):t==="style"?Qd(e,n,s):as(t)?Po(t)||eh(e,t,n,s,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):ah(e,t,s,i))?(Gi(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Wi(e,t,s,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!pe(s))?Gi(e,Ze(t),s,o,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Wi(e,t,s,i))};function ah(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&zi(t)&&Q(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return zi(t)&&pe(n)?!1:t in e}const yc=Te({patchProp:ih},jd);let zn,Ji=!1;function lh(){return zn||(zn=yd(yc))}function ch(){return zn=Ji?zn:_d(yc),Ji=!0,zn}const uh=((...e)=>{const t=lh().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=vc(s);if(!r)return;const o=t._component;!Q(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const i=n(r,!1,_c(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t}),fh=((...e)=>{const t=ch().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=vc(s);if(r)return n(r,!0,_c(r))},t});function _c(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function vc(e){return pe(e)?document.querySelector(e):e}const dh=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,hh=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,ph=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function gh(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){mh(e);return}return t}function mh(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function zs(e,t={}){if(typeof e!="string")return e;if(e[0]==='"'&&e[e.length-1]==='"'&&e.indexOf("\\")===-1)return e.slice(1,-1);const n=e.trim();if(n.length<=9)switch(n.toLowerCase()){case"true":return!0;case"false":return!1;case"undefined":return;case"null":return null;case"nan":return Number.NaN;case"infinity":return Number.POSITIVE_INFINITY;case"-infinity":return Number.NEGATIVE_INFINITY}if(!ph.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(dh.test(e)||hh.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,gh)}return JSON.parse(e)}catch(s){if(t.strict)throw s;return e}}const yh=/#/g,_h=/&/g,vh=/\//g,bh=/=/g,Xo=/\+/g,wh=/%5e/gi,Eh=/%60/gi,Th=/%7c/gi,Ch=/%20/gi,Rh=/%2f/gi;function Sh(e){return encodeURI(""+e).replace(Th,"|")}function co(e){return Sh(typeof e=="string"?e:JSON.stringify(e)).replace(Xo,"%2B").replace(Ch,"+").replace(yh,"%23").replace(_h,"%26").replace(Eh,"`").replace(wh,"^").replace(vh,"%2F")}function Hr(e){return co(e).replace(bh,"%3D")}function ss(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function Qi(e){return ss(e.replace(Rh,"%252F"))}function xh(e){return ss(e.replace(Xo," "))}function Ah(e){return ss(e.replace(Xo," "))}function bc(e=""){const t=Object.create(null);e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const s=n.match(/([^=]+)=?(.*)/)||[];if(s.length<2)continue;const r=xh(s[1]);if(r==="__proto__"||r==="constructor")continue;const o=Ah(s[2]||"");t[r]===void 0?t[r]=o:Array.isArray(t[r])?t[r].push(o):t[r]=[t[r],o]}return t}function kh(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${Hr(e)}=${co(n)}`).join("&"):`${Hr(e)}=${co(t)}`:Hr(e)}function Ph(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>kh(t,e[t])).filter(Boolean).join("&")}const Oh=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Ih=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Nh=/^([/\\]\s*){2,}[^/\\]/,Lh=/^[\s\0]*(blob|data|javascript|vbscript):$/i,Mh=/\/$|\/\?|\/#/,Dh=/^\.?\//;function cn(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Oh.test(e):Ih.test(e)||(t.acceptRelative?Nh.test(e):!1)}function Hh(e){return!!e&&Lh.test(e)}function uo(e="",t){return t?Mh.test(e):e.endsWith("/")}function Js(e="",t){if(!t)return(uo(e)?e.slice(0,-1):e)||"/";if(!uo(e,!0))return e||"/";let n=e,s="";const r=e.indexOf("#");r!==-1&&(n=e.slice(0,r),s=e.slice(r));const[o,...i]=n.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+s}function jh(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(uo(e,!0))return e||"/";let n=e,s="";const r=e.indexOf("#");if(r!==-1&&(n=e.slice(0,r),s=e.slice(r),!n))return s;const[o,...i]=n.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+s}function Fh(e,t){if(Ec(t)||cn(e))return e;const n=Js(t);if(e.startsWith(n)){const s=e[n.length];if(!s||s==="/"||s==="?")return e}return Zo(n,e)}function Yi(e,t){if(Ec(t))return e;const n=Js(t);if(!e.startsWith(n))return e;const s=e[n.length];if(s&&s!=="/"&&s!=="?")return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function wc(e,t){const n=Rc(e),s={...bc(n.search),...t};return n.search=Ph(s),Uh(n)}function Ec(e){return!e||e==="/"}function $h(e){return e&&e!=="/"}function Zo(e,...t){let n=e||"";for(const s of t.filter(r=>$h(r)))if(n){const r=s.replace(Dh,"");n=jh(n)+r}else n=s;return n}function Tc(...e){const t=/\/(?!\/)/,n=e.filter(Boolean),s=[];let r=0;for(const i of n)if(!(!i||i==="/")){for(const[a,l]of i.split(t).entries())if(!(!l||l===".")){if(l===".."){if(s.length===1&&cn(s[0]))continue;s.pop(),r--;continue}if(a===1&&s[s.length-1]?.endsWith(":/")){s[s.length-1]+="/"+l;continue}s.push(l),r++}}let o=s.join("/");return r>=0?n[0]?.startsWith("/")&&!o.startsWith("/")?o="/"+o:n[0]?.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*r)+o,n[n.length-1]?.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function Bh(e,t){return ss(Js(e))===ss(Js(t))}const Cc=Symbol.for("ufo:protocolRelative");function Rc(e="",t){const n=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(n){const[,f,d=""]=n;return{protocol:f.toLowerCase(),pathname:d,href:f+d,auth:"",host:"",search:"",hash:""}}if(!cn(e,{acceptRelative:!0}))return Xi(e);const[,s="",r,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[];let[,i="",a=""]=o.match(/([^#/?]*)(.*)?/)||[];s==="file:"&&(a=a.replace(/\/(?=[A-Za-z]:)/,""));const{pathname:l,search:u,hash:c}=Xi(a);return{protocol:s.toLowerCase(),auth:r?r.slice(0,Math.max(0,r.length-1)):"",host:i,pathname:l,search:u,hash:c,[Cc]:!s}}function Xi(e=""){const[t="",n="",s=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:s}}function Uh(e){const t=e.pathname||"",n=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",s=e.hash||"",r=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[Cc]?(e.protocol||"")+"//":"")+r+o+t+n+s}class Vh extends Error{constructor(t,n){super(t,n),this.name="FetchError",n?.cause&&!this.cause&&(this.cause=n.cause)}}function Wh(e){const t=e.error?.message||e.error?.toString()||"",n=e.request?.method||e.options?.method||"GET",s=e.request?.url||String(e.request)||"/",r=`[${n}] ${JSON.stringify(s)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"<no response>",i=`${r}: ${o}${t?` ${t}`:""}`,a=new Vh(i,e.error?{cause:e.error}:void 0);for(const l of["request","options","response"])Object.defineProperty(a,l,{get(){return e[l]}});for(const[l,u]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(a,l,{get(){return e.response&&e.response[u]}});return a}const Gh=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Zi(e="GET"){return Gh.has(e.toUpperCase())}function Kh(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.buffer||e instanceof FormData||e instanceof URLSearchParams?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const qh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),zh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Jh(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return zh.test(t)?"json":t==="text/event-stream"?"stream":qh.has(t)||t.startsWith("text/")?"text":"blob"}function Qh(e,t,n,s){const r=Yh(t?.headers??e?.headers,n?.headers,s);let o;return(n?.query||n?.params||t?.params||t?.query)&&(o={...n?.params,...n?.query,...t?.params,...t?.query}),{...n,...t,query:o,params:o,headers:r}}function Yh(e,t,n){if(!t)return new n(e);const s=new n(t);if(e)for(const[r,o]of Symbol.iterator in e||Array.isArray(e)?e:new n(e))s.set(r,o);return s}async function Cs(e,t){if(t)if(Array.isArray(t))for(const n of t)await n(e);else await t(e)}const Xh=new Set([408,409,425,429,500,502,503,504]),Zh=new Set([101,204,205,304]);function Sc(e={}){const{fetch:t=globalThis.fetch,Headers:n=globalThis.Headers,AbortController:s=globalThis.AbortController}=e;async function r(a){const l=a.error&&a.error.name==="AbortError"&&!a.options.timeout||!1;if(a.options.retry!==!1&&!l){let c;typeof a.options.retry=="number"?c=a.options.retry:c=Zi(a.options.method)?0:1;const f=a.response&&a.response.status||500;if(c>0&&(Array.isArray(a.options.retryStatusCodes)?a.options.retryStatusCodes.includes(f):Xh.has(f))){const d=typeof a.options.retryDelay=="function"?a.options.retryDelay(a):a.options.retryDelay||0;return d>0&&await new Promise(h=>setTimeout(h,d)),o(a.request,{...a.options,retry:c-1})}}const u=Wh(a);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(l,u={}){const c={request:l,options:Qh(l,u,e.defaults,n),response:void 0,error:void 0};if(c.options.method&&(c.options.method=c.options.method.toUpperCase()),c.options.onRequest&&(await Cs(c,c.options.onRequest),c.options.headers instanceof n||(c.options.headers=new n(c.options.headers||{}))),typeof c.request=="string"&&(c.options.baseURL&&(c.request=Fh(c.request,c.options.baseURL)),c.options.query&&(c.request=wc(c.request,c.options.query),delete c.options.query),"query"in c.options&&delete c.options.query,"params"in c.options&&delete c.options.params),c.options.body&&Zi(c.options.method))if(Kh(c.options.body)){const h=c.options.headers.get("content-type");typeof c.options.body!="string"&&(c.options.body=h==="application/x-www-form-urlencoded"?new URLSearchParams(c.options.body).toString():JSON.stringify(c.options.body)),h||c.options.headers.set("content-type","application/json"),c.options.headers.has("accept")||c.options.headers.set("accept","application/json")}else("pipeTo"in c.options.body&&typeof c.options.body.pipeTo=="function"||typeof c.options.body.pipe=="function")&&("duplex"in c.options||(c.options.duplex="half"));let f;if(!c.options.signal&&c.options.timeout){const h=new s;f=setTimeout(()=>{const p=new Error("[TimeoutError]: The operation was aborted due to timeout");p.name="TimeoutError",p.code=23,h.abort(p)},c.options.timeout),c.options.signal=h.signal}try{c.response=await t(c.request,c.options)}catch(h){return c.error=h,c.options.onRequestError&&await Cs(c,c.options.onRequestError),await r(c)}finally{f&&clearTimeout(f)}if((c.response.body||c.response._bodyInit)&&!Zh.has(c.response.status)&&c.options.method!=="HEAD"){const h=(c.options.parseResponse?"json":c.options.responseType)||Jh(c.response.headers.get("content-type")||"");switch(h){case"json":{const p=await c.response.text(),_=c.options.parseResponse||zs;c.response._data=_(p);break}case"stream":{c.response._data=c.response.body||c.response._bodyInit;break}default:c.response._data=await c.response[h]()}}return c.options.onResponse&&await Cs(c,c.options.onResponse),!c.options.ignoreResponseError&&c.response.status>=400&&c.response.status<600?(c.options.onResponseError&&await Cs(c,c.options.onResponseError),await r(c)):c.response},i=async function(l,u){return(await o(l,u))._data};return i.raw=o,i.native=(...a)=>t(...a),i.create=(a={},l={})=>Sc({...e,...l,defaults:{...e.defaults,...l.defaults,...a}}),i}const Qs=(function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")})(),ep=Qs.fetch?(...e)=>Qs.fetch(...e):()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!")),tp=Qs.Headers,np=Qs.AbortController,sp=Sc({fetch:ep,Headers:tp,AbortController:np}),rp=sp,op=()=>window?.__NUXT__?.config||window?.useNuxtApp?.().payload?.config,ei=()=>op().app,ip=()=>ei().baseURL,ap=()=>ei().buildAssetsDir,ti=(...e)=>Tc(xc(),ap(),...e),xc=(...e)=>{const t=ei(),n=t.cdnURL||t.baseURL;return e.length?Tc(n,...e):n};globalThis.__buildAssetsURL=ti,globalThis.__publicAssetsURL=xc;globalThis.$fetch||(globalThis.$fetch=rp.create({baseURL:ip()}));"global"in globalThis||(globalThis.global=globalThis);function fo(e,t={},n){for(const s in e){const r=e[s],o=n?`${n}:${s}`:s;typeof r=="object"&&r!==null?fo(r,t,o):typeof r=="function"&&(t[o]=r)}return t}const lp={run:e=>e()},cp=()=>lp,Ac=typeof console.createTask<"u"?console.createTask:cp;function up(e,t){const n=t.shift(),s=Ac(n);return e.reduce((r,o)=>r.then(()=>s.run(()=>o(...t))),Promise.resolve())}function fp(e,t){const n=t.shift(),s=Ac(n);return Promise.all(e.map(r=>s.run(()=>r(...t))))}function jr(e,t){for(const n of[...e])n(t)}let dp=class{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,s={}){if(!t||typeof n!="function")return()=>{};const r=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!s.allowDeprecated){let i=o.message;i||(i=`${r} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let s,r=(...o)=>(typeof s=="function"&&s(),s=void 0,r=void 0,n(...o));return s=this.hook(t,r),s}removeHook(t,n){if(this._hooks[t]){const s=this._hooks[t].indexOf(n);s!==-1&&this._hooks[t].splice(s,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const s=this._hooks[t]||[];delete this._hooks[t];for(const r of s)this.hook(t,r)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=fo(t),s=Object.keys(n).map(r=>this.hook(r,n[r]));return()=>{for(const r of s.splice(0,s.length))r()}}removeHooks(t){const n=fo(t);for(const s in n)this.removeHook(s,n[s])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(up,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(fp,t,...n)}callHookWith(t,n,...s){const r=this._before||this._after?{name:n,args:s,context:{}}:void 0;this._before&&jr(this._before,r);const o=t(n in this._hooks?[...this._hooks[n]]:[],s);return o instanceof Promise?o.finally(()=>{this._after&&r&&jr(this._after,r)}):(this._after&&r&&jr(this._after,r),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}};function hp(){return new dp}function pp(e={}){let t,n=!1;const s=i=>{if(t&&t!==i)throw new Error("Context conflict")};let r;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?r=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(r){const i=r.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=o();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>o(),set:(i,a)=>{a||s(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,a)=>{s(i),t=i;try{return r?r.run(i,a):a()}finally{n||(t=void 0)}},async callAsync(i,a){t=i;const l=()=>{t=i},u=()=>t===i?l:void 0;ho.add(u);try{const c=r?r.run(i,a):a();return n||(t=void 0),await c}finally{ho.delete(u)}}}}function gp(e={}){const t={};return{get(n,s={}){return t[n]||(t[n]=pp({...e,...s})),t[n]}}}const Ys=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},ea="__unctx__",mp=Ys[ea]||(Ys[ea]=gp()),yp=(e,t={})=>mp.get(e,t),ta="__unctx_async_handlers__",ho=Ys[ta]||(Ys[ta]=new Set);function Jn(e){const t=[];for(const r of ho){const o=r();o&&t.push(o)}const n=()=>{for(const r of t)r()};let s=e();return s&&typeof s=="object"&&"catch"in s&&(s=s.catch(r=>{throw n(),r})),[s,n]}const _p=!1,na=!1,vp=!1,sa={id:"__nuxt-loader"},Uv={componentName:"NuxtLink",prefetch:!0,prefetchOn:{visibility:!0}},bp={deep:!1},wp={},Ep="#__nuxt",kc="nuxt-hints-iframe",ra=36e5,Tp="vite:preloadError";function Pc(e=kc){return yp(e,{asyncContext:!1})}const Cp="__nuxt_plugin";function Rp(e){let t=0;const n={_id:e.id||kc||"nuxt-app",_scope:Ku(),provide:void 0,versions:{get nuxt(){return"4.3.0"},get vue(){return n.vueApp.version}},payload:dt({...e.ssrContext?.payload||{},data:dt({}),state:at({}),once:new Set,_errors:dt({})}),static:{data:{}},runWithContext(r){return n._scope.active&&!cr()?n._scope.run(()=>oa(n,r)):oa(n,r)},isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let r=!1;return()=>{if(!r&&(r=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:dt({}),_payloadRevivers:{},...e};{const r=window.__NUXT__;if(r)for(const o in r)switch(o){case"data":case"state":case"_errors":Object.assign(n.payload[o],r[o]);break;default:n.payload[o]=r[o]}}n.hooks=hp(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(r,o)=>{const i="$"+r;Rs(n,i,o),Rs(n.vueApp.config.globalProperties,i,o)},Rs(n.vueApp,"$nuxt",n),Rs(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener(Tp,o=>{n.callHook("app:chunkError",{error:o.payload}),o.payload.message.includes("Unable to preload CSS")&&o.preventDefault()}),window.useNuxtApp||=me;const r=n.hook("app:error",(...o)=>{console.error("[nuxt] error caught during app initialization",...o)});n.hook("app:mounted",r)}const s=n.payload.config;return n.provide("config",s),n}function Sp(e,t){t.hooks&&e.hooks.addHooks(t.hooks)}async function xp(e,t){if(typeof t=="function"){const{provide:n}=await e.runWithContext(()=>t(e))||{};if(n&&typeof n=="object")for(const s in n)e.provide(s,n[s])}}async function Ap(e,t){const n=new Set,s=[],r=[];let o,i=0;async function a(l){const u=l.dependsOn?.filter(c=>t.some(f=>f._name===c)&&!n.has(c))??[];if(u.length>0)s.push([new Set(u),l]);else{const c=xp(e,l).then(async()=>{l._name&&(n.add(l._name),await Promise.all(s.map(async([f,d])=>{f.has(l._name)&&(f.delete(l._name),f.size===0&&(i++,await a(d)))})))}).catch(f=>{if(!l.parallel&&!e.payload.error)throw f;o||=f});l.parallel?r.push(c):await c}}for(const l of t)Sp(e,l);for(const l of t)await a(l);if(await Promise.all(r),i)for(let l=0;l<i;l++)await Promise.all(r);if(o)throw e.payload.error||o}function Ve(e){if(typeof e=="function")return e;const t=e._name||e.name;return delete e.name,Object.assign(e.setup||(()=>{}),e,{[Cp]:!0,_name:t})}function oa(e,t,n){const s=()=>t();return Pc(e._id).set(e),e.vueApp.runWithContext(s)}function kp(e){let t;return Uo()&&(t=ln()?.appContext.app.$nuxt),t||=Pc(e).tryUse(),t||null}function me(e){const t=kp(e);if(!t)throw new Error("[nuxt] instance unavailable");return t}function hs(e){return me().$config}function Rs(e,t,n){Object.defineProperty(e,t,{get:()=>n})}function Fr(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function po(e,t,n=".",s){if(!Fr(t))return po(e,{},n,s);const r=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(s&&s(r,o,i,n)||(Array.isArray(i)&&Array.isArray(r[o])?r[o]=[...i,...r[o]]:Fr(i)&&Fr(r[o])?r[o]=po(i,r[o],(n?`${n}.`:"")+o.toString(),s):r[o]=i))}return r}function Oc(e){return(...t)=>t.reduce((n,s)=>po(n,s,"",e),{})}const Ic=Oc(),Pp=Oc((e,t,n)=>{if(e[t]!==void 0&&typeof n=="function")return e[t]=n(e[t]),!0});function Op(e,t){try{return t in e}catch{return!1}}class ia extends Error{static __h3_error__=!0;statusCode=500;fatal=!1;unhandled=!1;statusMessage;data;cause;constructor(t,n={}){super(t,n),n.cause&&!this.cause&&(this.cause=n.cause)}toJSON(){const t={message:this.message,statusCode:go(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Nc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}function Ip(e){if(typeof e=="string")return new ia(e);if(Np(e))return e;const t=new ia(e.message??e.statusMessage??"",{cause:e.cause||e});if(Op(e,"stack"))try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=go(e.statusCode,t.statusCode):e.status&&(t.statusCode=go(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;Nc(t.statusMessage)!==n&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future, `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Np(e){return e?.constructor?.__h3_error__===!0}const Lp=/[^\u0009\u0020-\u007E]/g;function Nc(e=""){return e.replace(Lp,"")}function go(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const Lc=Symbol("layout-meta"),rn=Symbol("route");import.meta.url.replace(/\/app\/.*$/,"/");const Je=()=>me()?.$router,ps=()=>Uo()?Ae(rn,me()._route):me()._route;const Mp=()=>{try{if(me()._processingMiddleware)return!0}catch{return!1}return!1},Vv=(e,t)=>{e||="/";const n=typeof e=="string"?e:"path"in e?Dp(e):Je().resolve(e).href;if(t?.open){const{target:l="_blank",windowFeatures:u={}}=t.open,c=[];for(const[f,d]of Object.entries(u))d!==void 0&&c.push(`${f.toLowerCase()}=${d}`);return open(n,l,c.join(", ")),Promise.resolve()}const s=cn(n,{acceptRelative:!0}),r=t?.external||s;if(r){if(!t?.external)throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const{protocol:l}=new URL(n,window.location.href);if(l&&Hh(l))throw new Error(`Cannot navigate to a URL with '${l}' protocol.`)}const o=Mp();if(!r&&o){if(t?.replace){if(typeof e=="string"){const{pathname:l,search:u,hash:c}=Rc(e);return{path:l,...u&&{query:bc(u)},...c&&{hash:c},replace:!0}}return{...e,replace:!0}}return e}const i=Je(),a=me();return r?(a._scope.stop(),t?.replace?location.replace(n):location.href=n,o?a.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t?.replace?i.replace(e):i.push(e)};function Dp(e){return wc(e.path||"",e.query||{})+(e.hash||"")}const Mc="__nuxt_error",_r=()=>Fo(me().payload,"error"),Qt=e=>{const t=Bt(e);try{const n=_r();me().hooks.callHook("app:error",t),n.value||=t}catch{throw t}return t},Hp=async(e={})=>{const t=me(),n=_r();t.callHook("app:error:cleared",e),e.redirect&&await Je().replace(e.redirect),n.value=void 0},Dc=e=>!!e&&typeof e=="object"&&Mc in e,Bt=e=>{typeof e!="string"&&e.statusText&&(e.message??=e.statusText);const t=Ip(e);return Object.defineProperty(t,Mc,{value:!0,configurable:!1,writable:!1}),t};function jp(e){const t=$p(e),n=new ArrayBuffer(t.length),s=new DataView(n);for(let r=0;r<n.byteLength;r++)s.setUint8(r,t.charCodeAt(r));return n}const Fp="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function $p(e){e.length%4===0&&(e=e.replace(/==?$/,""));let t="",n=0,s=0;for(let r=0;r<e.length;r++)n<<=6,n|=Fp.indexOf(e[r]),s+=6,s===24&&(t+=String.fromCharCode((n&16711680)>>16),t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255),n=s=0);return s===12?(n>>=4,t+=String.fromCharCode(n)):s===18&&(n>>=2,t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255)),t}const Bp=-1,Up=-2,Vp=-3,Wp=-4,Gp=-5,Kp=-6;function qp(e,t){return zp(JSON.parse(e),t)}function zp(e,t){if(typeof e=="number")return o(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,s=Array(n.length);let r=null;function o(i,a=!1){if(i===Bp)return;if(i===Vp)return NaN;if(i===Wp)return 1/0;if(i===Gp)return-1/0;if(i===Kp)return-0;if(a||typeof i!="number")throw new Error("Invalid input");if(i in s)return s[i];const l=n[i];if(!l||typeof l!="object")s[i]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const u=l[0],c=t&&Object.hasOwn(t,u)?t[u]:void 0;if(c){let f=l[1];if(typeof f!="number"&&(f=n.push(l[1])-1),r??=new Set,r.has(f))throw new Error("Invalid circular reference");return r.add(f),s[i]=c(o(f)),r.delete(f),s[i]}switch(u){case"Date":s[i]=new Date(l[1]);break;case"Set":const f=new Set;s[i]=f;for(let p=1;p<l.length;p+=1)f.add(o(l[p]));break;case"Map":const d=new Map;s[i]=d;for(let p=1;p<l.length;p+=2)d.set(o(l[p]),o(l[p+1]));break;case"RegExp":s[i]=new RegExp(l[1],l[2]);break;case"Object":s[i]=Object(l[1]);break;case"BigInt":s[i]=BigInt(l[1]);break;case"null":const h=Object.create(null);s[i]=h;for(let p=1;p<l.length;p+=2)h[l[p]]=o(l[p+1]);break;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":{if(n[l[1]][0]!=="ArrayBuffer")throw new Error("Invalid data");const p=globalThis[u],_=o(l[1]),E=new p(_);s[i]=l[2]!==void 0?E.subarray(l[2],l[3]):E;break}case"ArrayBuffer":{const p=l[1];if(typeof p!="string")throw new Error("Invalid ArrayBuffer encoding");const _=jp(p);s[i]=_;break}case"Temporal.Duration":case"Temporal.Instant":case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.PlainMonthDay":case"Temporal.PlainYearMonth":case"Temporal.ZonedDateTime":{const p=u.slice(9);s[i]=Temporal[p].from(l[1]);break}case"URL":{const p=new URL(l[1]);s[i]=p;break}case"URLSearchParams":{const p=new URLSearchParams(l[1]);s[i]=p;break}default:throw new Error(`Unknown type ${u}`)}}else{const u=new Array(l.length);s[i]=u;for(let c=0;c<l.length;c+=1){const f=l[c];f!==Up&&(u[c]=o(f))}}else{const u={};s[i]=u;for(const c in l){if(c==="__proto__")throw new Error("Cannot parse an object with a `__proto__` property");const f=l[c];u[c]=o(f)}}return s[i]}return o(0)}const Jp=new Set(["link","style","script","noscript"]),Qp=new Set(["title","titleTemplate","script","style","noscript"]),aa=new Set(["base","meta","link","style","script","noscript"]),Yp=new Set(["title","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),Xp=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),Zp=new Set(["key","tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"]),eg=new Set(["templateParams","htmlAttrs","bodyAttrs"]),tg=new Set(["theme-color","google-site-verification","og","article","book","profile","twitter","author"]);function mo(e,t={},n){for(const s in e){const r=e[s],o=n?`${n}:${s}`:s;typeof r=="object"&&r!==null?mo(r,t,o):typeof r=="function"&&(t[o]=r)}return t}const Hc=(()=>{if(console.createTask)return console.createTask;const e={run:t=>t()};return()=>e})();function jc(e,t,n,s){for(let r=n;r<e.length;r+=1)try{const o=s?s.run(()=>e[r](...t)):e[r](...t);if(o instanceof Promise)return o.then(()=>jc(e,t,r+1,s))}catch(o){return Promise.reject(o)}}function ng(e,t,n){if(e.length>0)return jc(e,t,0,Hc(n))}function sg(e,t,n){if(e.length>0){const s=Hc(n);return Promise.all(e.map(r=>s.run(()=>r(...t))))}}function $r(e,t){for(const n of[...e])n(t)}var rg=class{_hooks;_before;_after;_deprecatedHooks;_deprecatedMessages;constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(e,t,n={}){if(!e||typeof t!="function")return()=>{};const s=e;let r;for(;this._deprecatedHooks[e];)r=this._deprecatedHooks[e],e=r.to;if(r&&!n.allowDeprecated){let o=r.message;o||(o=`${s} hook has been deprecated`+(r.to?`, please use ${r.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(o)||(console.warn(o),this._deprecatedMessages.add(o))}if(!t.name)try{Object.defineProperty(t,"name",{get:()=>"_"+e.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[e]=this._hooks[e]||[],this._hooks[e].push(t),()=>{t&&(this.removeHook(e,t),t=void 0)}}hookOnce(e,t){let n,s=(...r)=>(typeof n=="function"&&n(),n=void 0,s=void 0,t(...r));return n=this.hook(e,s),n}removeHook(e,t){const n=this._hooks[e];if(n){const s=n.indexOf(t);s!==-1&&n.splice(s,1),n.length===0&&(this._hooks[e]=void 0)}}deprecateHook(e,t){this._deprecatedHooks[e]=typeof t=="string"?{to:t}:t;const n=this._hooks[e]||[];this._hooks[e]=void 0;for(const s of n)this.hook(e,s)}deprecateHooks(e){for(const t in e)this.deprecateHook(t,e[t])}addHooks(e){const t=mo(e),n=Object.keys(t).map(s=>this.hook(s,t[s]));return()=>{for(const s of n)s();n.length=0}}removeHooks(e){const t=mo(e);for(const n in t)this.removeHook(n,t[n])}removeAllHooks(){this._hooks={}}callHook(e,...t){return this.callHookWith(ng,e,t)}callHookParallel(e,...t){return this.callHookWith(sg,e,t)}callHookWith(e,t,n){const s=this._before||this._after?{name:t,args:n,context:{}}:void 0;this._before&&$r(this._before,s);const r=e(this._hooks[t]?[...this._hooks[t]]:[],n,t);return r instanceof Promise?r.finally(()=>{this._after&&s&&$r(this._after,s)}):(this._after&&s&&$r(this._after,s),r)}beforeEach(e){return this._before=this._before||[],this._before.push(e),()=>{if(this._before!==void 0){const t=this._before.indexOf(e);t!==-1&&this._before.splice(t,1)}}}afterEach(e){return this._after=this._after||[],this._after.push(e),()=>{if(this._after!==void 0){const t=this._after.indexOf(e);t!==-1&&this._after.splice(t,1)}}}};function og(){return new rg}const ig=["name","property","http-equiv"],ag=new Set(["viewport","description","keywords","robots"]);function Fc(e){const t=e.split(":");return t.length?tg.has(t[1]):!1}function yo(e){const{props:t,tag:n}=e;if(Xp.has(n))return n;if(n==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(e.tag==="meta"){for(const s of ig)if(t[s]!==void 0){const r=t[s],o=r&&typeof r=="string"&&r.includes(":"),i=r&&ag.has(r),l=!(o||i)&&e.key?`:key:${e.key}`:"";return`${n}:${r}${l}`}}if(e.key)return`${n}:key:${e.key}`;if(t.id)return`${n}:id:${t.id}`;if(Qp.has(n)){const s=e.textContent||e.innerHTML;if(s)return`${n}:content:${s}`}}function la(e){const t=e._h||e._d;if(t)return t;const n=e.textContent||e.innerHTML;return n||`${e.tag}:${Object.entries(e.props).map(([s,r])=>`${s}:${String(r)}`).join(",")}`}function Xs(e,t,n){typeof e==="function"&&(!n||n!=="titleTemplate"&&!(n[0]==="o"&&n[1]==="n"))&&(e=e());const r=t?t(n,e):e;if(Array.isArray(r))return r.map(o=>Xs(o,t));if(r?.constructor===Object){const o={};for(const i of Object.keys(r))o[i]=Xs(r[i],t,i);return o}return r}function lg(e,t){const n=e==="style"?new Map:new Set;function s(r){if(r==null||r===void 0)return;const o=String(r).trim();if(o)if(e==="style"){const[i,...a]=o.split(":").map(l=>l?l.trim():"");i&&a.length&&n.set(i,a.join(":"))}else o.split(" ").filter(Boolean).forEach(i=>n.add(i))}return typeof t=="string"?e==="style"?t.split(";").forEach(s):s(t):Array.isArray(t)?t.forEach(r=>s(r)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,o])=>{o&&o!=="false"&&(e==="style"?n.set(String(r).trim(),String(o)):s(r))}),n}function $c(e,t){return e.props=e.props||{},t?e.tag==="templateParams"?(e.props=t,e):(Object.entries(t).forEach(([n,s])=>{if(s===null){e.props[n]=null;return}if(n==="class"||n==="style"){e.props[n]=lg(n,s);return}if(Zp.has(n)){if(["textContent","innerHTML"].includes(n)&&typeof s=="object"){let a=t.type;if(t.type||(a="application/json"),!a?.endsWith("json")&&a!=="speculationrules")return;t.type=a,e.props.type=a,e[n]=JSON.stringify(s)}else e[n]=s;return}const r=String(s),o=n.startsWith("data-"),i=e.tag==="meta"&&n==="content";r==="true"||r===""?e.props[n]=o||i?r:!0:!s&&o&&r==="false"?e.props[n]="false":s!==void 0&&(e.props[n]=s)}),e):e}function cg(e,t){const n=typeof t=="object"&&typeof t!="function"?t:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},s=$c({tag:e,props:{}},n);return s.key&&Jp.has(s.tag)&&(s.props["data-hid"]=s._h=s.key),s.tag==="script"&&typeof s.innerHTML=="object"&&(s.innerHTML=JSON.stringify(s.innerHTML),s.props.type=s.props.type||"application/json"),Array.isArray(s.props.content)?s.props.content.map(r=>({...s,props:{...s.props,content:r}})):s}function ug(e,t){if(!e)return[];typeof e=="function"&&(e=e());const n=(r,o)=>{for(let i=0;i<t.length;i++)o=t[i](r,o);return o};e=n(void 0,e);const s=[];return e=Xs(e,n),Object.entries(e||{}).forEach(([r,o])=>{if(o!==void 0)for(const i of Array.isArray(o)?o:[o])s.push(cg(r,i))}),s.flat()}const ca=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,ua={base:-10,title:10},fg={critical:-8,high:-1,low:2},fa={meta:{"content-security-policy":-30,charset:-20,viewport:-15},link:{preconnect:20,stylesheet:60,preload:70,modulepreload:70,prefetch:90,"dns-prefetch":90,prerender:90},script:{async:30,defer:80,sync:50},style:{imported:40,sync:60}},dg=/@import/,Dn=e=>e===""||e===!0;function hg(e,t){if(typeof t.tagPriority=="number")return t.tagPriority;let n=100;const s=fg[t.tagPriority]||0,r=e.resolvedOptions.disableCapoSorting?{link:{},script:{},style:{}}:fa;if(t.tag in ua)n=ua[t.tag];else if(t.tag==="meta"){const o=t.props["http-equiv"]==="content-security-policy"?"content-security-policy":t.props.charset?"charset":t.props.name==="viewport"?"viewport":null;o&&(n=fa.meta[o])}else if(t.tag==="link"&&t.props.rel)n=r.link[t.props.rel];else if(t.tag==="script"){const o=String(t.props.type);Dn(t.props.async)?n=r.script.async:t.props.src&&!Dn(t.props.defer)&&!Dn(t.props.async)&&o!=="module"&&!o.endsWith("json")||t.innerHTML&&!o.endsWith("json")?n=r.script.sync:(Dn(t.props.defer)&&t.props.src&&!Dn(t.props.async)||o==="module")&&(n=r.script.defer)}else t.tag==="style"&&(n=t.innerHTML&&dg.test(t.innerHTML)?r.style.imported:r.style.sync);return(n||100)+s}function da(e,t){const n=typeof t=="function"?t(e):t,s=n.key||String(e.plugins.size+1);e.plugins.get(s)||(e.plugins.set(s,n),e.hooks.addHooks(n.hooks||{}))}function pg(e={}){const t=og();t.addHooks(e.hooks||{});const n=!e.document,s=new Map,r=new Map,o=new Set,i={_entryCount:1,plugins:r,dirty:!1,resolvedOptions:e,hooks:t,ssr:n,entries:s,headEntries(){return[...s.values()]},use:a=>da(i,a),push(a,l){const u={...l||{}};delete u.head;const c=u._index??i._entryCount++,f={_i:c,input:a,options:u},d={_poll(h=!1){i.dirty=!0,!h&&o.add(c),t.callHook("entries:updated",i)},dispose(){s.delete(c)&&i.invalidate()},patch(h){(!u.mode||u.mode==="server"&&n||u.mode==="client"&&!n)&&(f.input=h,s.set(c,f),d._poll())}};return d.patch(a),d},async resolveTags(){const a={tagMap:new Map,tags:[],entries:[...i.entries.values()]};for(await t.callHook("entries:resolve",a);o.size;){const d=o.values().next().value;o.delete(d);const h=s.get(d);if(h){const p={tags:ug(h.input,e.propResolvers||[]).map(_=>Object.assign(_,h.options)),entry:h};await t.callHook("entries:normalize",p),h._tags=p.tags.map((_,E)=>(_._w=hg(i,_),_._p=(h._i<<10)+E,_._d=yo(_),_))}}let l=!1;a.entries.flatMap(d=>(d._tags||[]).map(h=>({...h,props:{...h.props}}))).sort(ca).reduce((d,h)=>{const p=String(h._d||h._p);if(!d.has(p))return d.set(p,h);const _=d.get(p);if((h?.tagDuplicateStrategy||(eg.has(h.tag)?"merge":null)||(h.key&&h.key===_.key?"merge":null))==="merge"){const T={..._.props};Object.entries(h.props).forEach(([b,m])=>T[b]=b==="style"?new Map([..._.props.style||new Map,...m]):b==="class"?new Set([..._.props.class||new Set,...m]):m),d.set(p,{...h,props:T})}else h._p>>10===_._p>>10&&h.tag==="meta"&&Fc(p)?(d.set(p,Object.assign([...Array.isArray(_)?_:[_],h],h)),l=!0):(h._w===_._w?h._p>_._p:h?._w<_?._w)&&d.set(p,h);return d},a.tagMap);const u=a.tagMap.get("title"),c=a.tagMap.get("titleTemplate");if(i._title=u?.textContent,c){const d=c?.textContent;if(i._titleTemplate=d,d){let h=typeof d=="function"?d(u?.textContent):d;typeof h=="string"&&!i.plugins.has("template-params")&&(h=h.replace("%s",u?.textContent||"")),u?h===null?a.tagMap.delete("title"):a.tagMap.set("title",{...u,textContent:h}):(c.tag="title",c.textContent=h)}}a.tags=Array.from(a.tagMap.values()),l&&(a.tags=a.tags.flat().sort(ca)),await t.callHook("tags:beforeResolve",a),await t.callHook("tags:resolve",a),await t.callHook("tags:afterResolve",a);const f=[];for(const d of a.tags){const{innerHTML:h,tag:p,props:_}=d;if(Yp.has(p)&&!(Object.keys(_).length===0&&!d.innerHTML&&!d.textContent)&&!(p==="meta"&&!_.content&&!_["http-equiv"]&&!_.charset)){if(p==="script"&&h){if(String(_.type).endsWith("json")){const E=typeof h=="string"?h:JSON.stringify(h);d.innerHTML=E.replace(/</g,"\\u003C")}else typeof h=="string"&&(d.innerHTML=h.replace(new RegExp(`</${p}`,"g"),`<\\/${p}`));d._d=yo(d)}f.push(d)}}return f},invalidate(){for(const a of s.values())o.add(a._i);i.dirty=!0,t.callHook("entries:updated",i)}};return(e?.plugins||[]).forEach(a=>da(i,a)),i.hooks.callHook("init",i),e.init?.forEach(a=>a&&i.push(a)),i}const gg=(e,t)=>ve(t)?Be(t):t,Bc="usehead";function mg(e){return{install(n){n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(Bc,e)}}.install}function yg(){if(Uo()){const e=Ae(Bc);if(!e)throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");return e}throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.")}function Wv(e,t={}){const n=t.head||yg();return n.ssr?n.push(e||{},t):_g(n,e,t)}function _g(e,t,n={}){const s=Ee(!1);let r;return Pf(()=>{const i=s.value?{}:Xs(t,gg);r?r.patch(i):r=e.push(i,n)}),ln()&&(fs(()=>{r.dispose()}),Ll(()=>{s.value=!0}),Nl(()=>{s.value=!1})),r}const vg=(e,t)=>[],Uc=e=>Ic({},...vg().map(t=>t.data).reverse()),bg=Uc;let Ps;function wg(){return Ps=$fetch(ti(`builds/meta/${hs().app.buildId}.json`),{responseType:"json"}),Ps.catch(e=>{console.error("[nuxt] Error fetching app manifest.",e)}),Ps}function ni(){return Ps||wg()}function vr(e){const t=typeof e=="string"?e:e.path;try{return bg(t)}catch(n){return console.error("[nuxt] Error matching route rules.",n),{}}}async function ha(e,t={}){if(await Cg(e)){const n=await Tg(e,t);return await Vc(n)||null}return null}const Eg="_payload.json";async function Tg(e,t={}){const n=new URL(e,"http://localhost");if(n.host!=="localhost"||cn(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const s=hs(),r=t.hash||(t.fresh?Date.now():s.app.buildId),o=s.app.cdnURL,i=o&&await Rg(e)?o:s.app.baseURL;return Zo(i,n.pathname,Eg+(r?`?${r}`:""))}async function Vc(e){const t=fetch(e,{cache:"force-cache"}).then(n=>n.text().then(Kc));try{return await t}catch(n){console.warn("[nuxt] Cannot load payload ",e,n)}return null}function Wc(e){if(e.redirect)return!1;if(e.prerender)return!0}async function Gc(e){return e=e==="/"?e:e.replace(/\/$/,""),(await ni()).prerendered.includes(e)}async function Cg(e=ps().path){const t=vr({path:e}),n=Wc(t);return n!==void 0?n:t.payload?!0:await Gc(e)}async function Rg(e=ps().path){const t=Wc(vr({path:e}));return t!==void 0?t:await Gc(e)}let qt=null;async function Sg(){if(qt)return qt;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await Kc(e.textContent||""),n=e.dataset.src?await Vc(e.dataset.src):void 0;return qt={...t,...n,...window.__NUXT__},qt.config?.public&&(qt.config.public=at(qt.config.public)),qt}async function Kc(e){return await qp(e,me()._payloadRevivers)}function xg(e,t){me()._payloadRevivers[e]=t}const Ag=[["NuxtError",e=>Bt(e)],["EmptyShallowRef",e=>De(e==="_"?void 0:e==="0n"?BigInt(0):zs(e))],["EmptyRef",e=>Ee(e==="_"?void 0:e==="0n"?BigInt(0):zs(e))],["ShallowRef",e=>De(e)],["ShallowReactive",e=>dt(e)],["Ref",e=>Ee(e)],["Reactive",e=>at(e)]],kg=Ve({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const[s,r]of Ag)xg(s,r);Object.assign(e.payload,([t,n]=Jn(()=>e.runWithContext(Sg)),t=await t,n(),t)),delete window.__NUXT__}});async function si(e,t={}){const n=t.document||e.resolvedOptions.document;if(!n||!e.dirty)return;const s={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",s),!!s.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async r=>{const o=new Map,i=new Promise(h=>{e.resolveTags().then(p=>{h(p.map(_=>{const E=o.get(_._d)||0,T={tag:_,id:(E?`${_._d}:${E}`:_._d)||la(_),shouldRender:!0};return _._d&&Fc(_._d)&&o.set(_._d,E+1),T}))})});let a=e._dom;if(!a){a={title:n.title,elMap:new Map().set("htmlAttrs",n.documentElement).set("bodyAttrs",n.body)};for(const h of["body","head"]){const p=n[h]?.children;for(const _ of p){const E=_.tagName.toLowerCase();if(!aa.has(E))continue;const T=$c({tag:E,props:{}},{innerHTML:_.innerHTML,..._.getAttributeNames().reduce((b,m)=>(b[m]=_.getAttribute(m),b),{})||{}});if(T.key=_.getAttribute("data-hid")||void 0,T._d=yo(T)||la(T),a.elMap.has(T._d)){let b=1,m=T._d;for(;a.elMap.has(m);)m=`${T._d}:${b++}`;a.elMap.set(m,_)}else a.elMap.set(T._d,_)}}}a.pendingSideEffects={...a.sideEffects},a.sideEffects={};function l(h,p,_){const E=`${h}:${p}`;a.sideEffects[E]=_,delete a.pendingSideEffects[E]}function u({id:h,$el:p,tag:_}){const E=_.tag.endsWith("Attrs");a.elMap.set(h,p),E||(_.textContent&&_.textContent!==p.textContent&&(p.textContent=_.textContent),_.innerHTML&&_.innerHTML!==p.innerHTML&&(p.innerHTML=_.innerHTML),l(h,"el",()=>{p?.remove(),a.elMap.delete(h)}));for(const T in _.props){if(!Object.prototype.hasOwnProperty.call(_.props,T))continue;const b=_.props[T];if(T.startsWith("on")&&typeof b=="function"){const y=p?.dataset;if(y&&y[`${T}fired`]){const w=T.slice(0,-5);b.call(p,new Event(w.substring(2)))}p.getAttribute(`data-${T}`)!==""&&((_.tag==="bodyAttrs"?n.defaultView:p).addEventListener(T.substring(2),b.bind(p)),p.setAttribute(`data-${T}`,""));continue}const m=`attr:${T}`;if(T==="class"){if(!b)continue;for(const y of b)E&&l(h,`${m}:${y}`,()=>p.classList.remove(y)),!p.classList.contains(y)&&p.classList.add(y)}else if(T==="style"){if(!b)continue;for(const[y,w]of b)l(h,`${m}:${y}`,()=>{p.style.removeProperty(y)}),p.style.setProperty(y,w)}else b!==!1&&b!==null&&(p.getAttribute(T)!==b&&p.setAttribute(T,b===!0?"":String(b)),E&&l(h,m,()=>p.removeAttribute(T)))}}const c=[],f={bodyClose:void 0,bodyOpen:void 0,head:void 0},d=await i;for(const h of d){const{tag:p,shouldRender:_,id:E}=h;if(_){if(p.tag==="title"){n.title=p.textContent,l("title","",()=>n.title=a.title);continue}h.$el=h.$el||a.elMap.get(E),h.$el?u(h):aa.has(p.tag)&&c.push(h)}}for(const h of c){const p=h.tag.tagPosition||"head";h.$el=n.createElement(h.tag.tag),u(h),f[p]=f[p]||n.createDocumentFragment(),f[p].appendChild(h.$el)}for(const h of d)await e.hooks.callHook("dom:renderTag",h,n,l);f.head&&n.head.appendChild(f.head),f.bodyOpen&&n.body.insertBefore(f.bodyOpen,n.body.firstChild),f.bodyClose&&n.body.appendChild(f.bodyClose);for(const h in a.pendingSideEffects)a.pendingSideEffects[h]();e._dom=a,await e.hooks.callHook("dom:rendered",{renders:d}),r()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function Pg(e={}){const t=e.domOptions?.render||si;e.document=e.document||(typeof window<"u"?document:void 0);const n=e.document?.head.querySelector('script[id="unhead:payload"]')?.innerHTML||!1;return pg({...e,plugins:[...e.plugins||[],{key:"client",hooks:{"entries:updated":t}}],init:[n?JSON.parse(n):!1,...e.init||[]]})}function Og(e,t){let n=0;return()=>{const s=++n;t(()=>{n===s&&e()})}}function Ig(e={}){const t=Pg({domOptions:{render:Og(()=>si(t),n=>setTimeout(n,0))},...e});return t.install=mg(t),t}const Ng={disableDefaults:!0},Lg=Ve({name:"nuxt:head",enforce:"pre",setup(e){const t=Ig(Ng);e.vueApp.use(t);{let n=!0;const s=async()=>{n=!1,await si(t)};t.hooks.hook("dom:beforeRender",r=>{r.shouldRender=!n}),e.hooks.hook("page:start",()=>{n=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||s()}),e.hooks.hook("app:error",s),e.hooks.hook("app:suspense:resolve",s)}}});const gn=typeof document<"u";function qc(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Mg(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&qc(e.default)}const re=Object.assign;function Br(e,t){const n={};for(const s in t){const r=t[s];n[s]=it(r)?r.map(e):e(r)}return n}const Qn=()=>{},it=Array.isArray;function pa(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const zc=/#/g,Dg=/&/g,Hg=/\//g,jg=/=/g,Fg=/\?/g,Jc=/\+/g,$g=/%5B/g,Bg=/%5D/g,Qc=/%5E/g,Ug=/%60/g,Yc=/%7B/g,Vg=/%7C/g,Xc=/%7D/g,Wg=/%20/g;function ri(e){return e==null?"":encodeURI(""+e).replace(Vg,"|").replace($g,"[").replace(Bg,"]")}function Gg(e){return ri(e).replace(Yc,"{").replace(Xc,"}").replace(Qc,"^")}function _o(e){return ri(e).replace(Jc,"%2B").replace(Wg,"+").replace(zc,"%23").replace(Dg,"%26").replace(Ug,"`").replace(Yc,"{").replace(Xc,"}").replace(Qc,"^")}function Kg(e){return _o(e).replace(jg,"%3D")}function qg(e){return ri(e).replace(zc,"%23").replace(Fg,"%3F")}function zg(e){return qg(e).replace(Hg,"%2F")}function rs(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const Jg=/\/$/,Qg=e=>e.replace(Jg,"");function Ur(e,t,n="/"){let s,r={},o="",i="";const a=t.indexOf("#");let l=t.indexOf("?");return l=a>=0&&l>a?-1:l,l>=0&&(s=t.slice(0,l),o=t.slice(l,a>0?a:t.length),r=e(o.slice(1))),a>=0&&(s=s||t.slice(0,a),i=t.slice(a,t.length)),s=em(s??t,n),{fullPath:s+o+i,path:s,query:r,hash:rs(i)}}function Yg(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function ga(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Xg(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&kn(t.matched[s],n.matched[r])&&Zc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function kn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Zc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!Zg(e[n],t[n]))return!1;return!0}function Zg(e,t){return it(e)?ma(e,t):it(t)?ma(t,e):e?.valueOf()===t?.valueOf()}function ma(e,t){return it(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function em(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let o=n.length-1,i,a;for(i=0;i<s.length;i++)if(a=s[i],a!==".")if(a==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+s.slice(i).join("/")}const Xe={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let vo=(function(e){return e.pop="pop",e.push="push",e})({}),Vr=(function(e){return e.back="back",e.forward="forward",e.unknown="",e})({});function tm(e){if(!e)if(gn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Qg(e)}const nm=/^[^#]+#/;function sm(e,t){return e.replace(nm,"#")+t}function rm(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const br=()=>({left:window.scrollX,top:window.scrollY});function om(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=rm(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function ya(e,t){return(history.state?history.state.position-t:-1)+e}const bo=new Map;function im(e,t){bo.set(e,t)}function am(e){const t=bo.get(e);return bo.delete(e),t}function lm(e){return typeof e=="string"||e&&typeof e=="object"}function eu(e){return typeof e=="string"||typeof e=="symbol"}let ge=(function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e})({});const tu=Symbol("");ge.MATCHER_NOT_FOUND+"",ge.NAVIGATION_GUARD_REDIRECT+"",ge.NAVIGATION_ABORTED+"",ge.NAVIGATION_CANCELLED+"",ge.NAVIGATION_DUPLICATED+"";function Pn(e,t){return re(new Error,{type:e,[tu]:!0},t)}function _t(e,t){return e instanceof Error&&tu in e&&(t==null||!!(e.type&t))}const cm=["params","query","hash"];function um(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of cm)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function fm(e){const t={};if(e===""||e==="?")return t;const n=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<n.length;++s){const r=n[s].replace(Jc," "),o=r.indexOf("="),i=rs(o<0?r:r.slice(0,o)),a=o<0?null:rs(r.slice(o+1));if(i in t){let l=t[i];it(l)||(l=t[i]=[l]),l.push(a)}else t[i]=a}return t}function _a(e){let t="";for(let n in e){const s=e[n];if(n=Kg(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(it(s)?s.map(r=>r&&_o(r)):[s&&_o(s)]).forEach(r=>{r!==void 0&&(t+=(t.length?"&":"")+n,r!=null&&(t+="="+r))})}return t}function dm(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=it(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const hm=Symbol(""),va=Symbol(""),oi=Symbol(""),ii=Symbol(""),wo=Symbol("");function Hn(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Mt(e,t,n,s,r,o=i=>i()){const i=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((a,l)=>{const u=d=>{d===!1?l(Pn(ge.NAVIGATION_ABORTED,{from:n,to:t})):d instanceof Error?l(d):lm(d)?l(Pn(ge.NAVIGATION_GUARD_REDIRECT,{from:t,to:d})):(i&&s.enterCallbacks[r]===i&&typeof d=="function"&&i.push(d),a())},c=o(()=>e.call(s&&s.instances[r],t,n,u));let f=Promise.resolve(c);e.length<3&&(f=f.then(u)),f.catch(d=>l(d))})}function Wr(e,t,n,s,r=o=>o()){const o=[];for(const i of e)for(const a in i.components){let l=i.components[a];if(!(t!=="beforeRouteEnter"&&!i.instances[a]))if(qc(l)){const u=(l.__vccOpts||l)[t];u&&o.push(Mt(u,n,s,i,a,r))}else{let u=l();o.push(()=>u.then(c=>{if(!c)throw new Error(`Couldn't resolve component "${a}" at "${i.path}"`);const f=Mg(c)?c.default:c;i.mods[a]=c,i.components[a]=f;const d=(f.__vccOpts||f)[t];return d&&Mt(d,n,s,i,a,r)()}))}}return o}function pm(e,t){const n=[],s=[],r=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const a=t.matched[i];a&&(e.matched.find(u=>kn(u,a))?s.push(a):n.push(a));const l=e.matched[i];l&&(t.matched.find(u=>kn(u,l))||r.push(l))}return[n,s,r]}let gm=()=>location.protocol+"//"+location.host;function nu(e,t){const{pathname:n,search:s,hash:r}=t,o=e.indexOf("#");if(o>-1){let i=r.includes(e.slice(o))?e.slice(o).length:1,a=r.slice(i);return a[0]!=="/"&&(a="/"+a),ga(a,"")}return ga(n,e)+s+r}function mm(e,t,n,s){let r=[],o=[],i=null;const a=({state:d})=>{const h=nu(e,location),p=n.value,_=t.value;let E=0;if(d){if(n.value=h,t.value=d,i&&i===p){i=null;return}E=_?d.position-_.position:0}else s(h);r.forEach(T=>{T(n.value,p,{delta:E,type:vo.pop,direction:E?E>0?Vr.forward:Vr.back:Vr.unknown})})};function l(){i=n.value}function u(d){r.push(d);const h=()=>{const p=r.indexOf(d);p>-1&&r.splice(p,1)};return o.push(h),h}function c(){if(document.visibilityState==="hidden"){const{history:d}=window;if(!d.state)return;d.replaceState(re({},d.state,{scroll:br()}),"")}}function f(){for(const d of o)d();o=[],window.removeEventListener("popstate",a),window.removeEventListener("pagehide",c),document.removeEventListener("visibilitychange",c)}return window.addEventListener("popstate",a),window.addEventListener("pagehide",c),document.addEventListener("visibilitychange",c),{pauseListeners:l,listen:u,destroy:f}}function ba(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?br():null}}function ym(e){const{history:t,location:n}=window,s={value:nu(e,n)},r={value:t.state};r.value||o(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(l,u,c){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+l:gm()+e+l;try{t[c?"replaceState":"pushState"](u,"",d),r.value=u}catch(h){console.error(h),n[c?"replace":"assign"](d)}}function i(l,u){o(l,re({},t.state,ba(r.value.back,l,r.value.forward,!0),u,{position:r.value.position}),!0),s.value=l}function a(l,u){const c=re({},r.value,t.state,{forward:l,scroll:br()});o(c.current,c,!0),o(l,re({},ba(s.value,l,null),{position:c.position+1},u),!1),s.value=l}return{location:s,state:r,push:a,replace:i}}function _m(e){e=tm(e);const t=ym(e),n=mm(e,t.state,t.location,t.replace);function s(o,i=!0){i||n.pauseListeners(),history.go(o)}const r=re({location:"",base:e,go:s,createHref:sm.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}let Xt=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e})({});var be=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.ParamRegExp=2]="ParamRegExp",e[e.ParamRegExpEnd=3]="ParamRegExpEnd",e[e.EscapeNext=4]="EscapeNext",e})(be||{});const vm={type:Xt.Static,value:""},bm=/[a-zA-Z0-9_]/;function wm(e){if(!e)return[[]];if(e==="/")return[[vm]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${u}": ${h}`)}let n=be.Static,s=n;const r=[];let o;function i(){o&&r.push(o),o=[]}let a=0,l,u="",c="";function f(){u&&(n===be.Static?o.push({type:Xt.Static,value:u}):n===be.Param||n===be.ParamRegExp||n===be.ParamRegExpEnd?(o.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:Xt.Param,value:u,regexp:c,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),u="")}function d(){u+=l}for(;a<e.length;){if(l=e[a++],l==="\\"&&n!==be.ParamRegExp){s=n,n=be.EscapeNext;continue}switch(n){case be.Static:l==="/"?(u&&f(),i()):l===":"?(f(),n=be.Param):d();break;case be.EscapeNext:d(),n=s;break;case be.Param:l==="("?n=be.ParamRegExp:bm.test(l)?d():(f(),n=be.Static,l!=="*"&&l!=="?"&&l!=="+"&&a--);break;case be.ParamRegExp:l===")"?c[c.length-1]=="\\"?c=c.slice(0,-1)+l:n=be.ParamRegExpEnd:c+=l;break;case be.ParamRegExpEnd:f(),n=be.Static,l!=="*"&&l!=="?"&&l!=="+"&&a--,c="";break;default:t("Unknown state");break}}return n===be.ParamRegExp&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),r}const wa="[^/]+?",Em={sensitive:!1,strict:!1,start:!0,end:!0};var Ne=(function(e){return e[e._multiplier=10]="_multiplier",e[e.Root=90]="Root",e[e.Segment=40]="Segment",e[e.SubSegment=30]="SubSegment",e[e.Static=40]="Static",e[e.Dynamic=20]="Dynamic",e[e.BonusCustomRegExp=10]="BonusCustomRegExp",e[e.BonusWildcard=-50]="BonusWildcard",e[e.BonusRepeatable=-20]="BonusRepeatable",e[e.BonusOptional=-8]="BonusOptional",e[e.BonusStrict=.7000000000000001]="BonusStrict",e[e.BonusCaseSensitive=.25]="BonusCaseSensitive",e})(Ne||{});const Tm=/[.+*?^${}()[\]/\\]/g;function Cm(e,t){const n=re({},Em,t),s=[];let r=n.start?"^":"";const o=[];for(const u of e){const c=u.length?[]:[Ne.Root];n.strict&&!u.length&&(r+="/");for(let f=0;f<u.length;f++){const d=u[f];let h=Ne.Segment+(n.sensitive?Ne.BonusCaseSensitive:0);if(d.type===Xt.Static)f||(r+="/"),r+=d.value.replace(Tm,"\\$&"),h+=Ne.Static;else if(d.type===Xt.Param){const{value:p,repeatable:_,optional:E,regexp:T}=d;o.push({name:p,repeatable:_,optional:E});const b=T||wa;if(b!==wa){h+=Ne.BonusCustomRegExp;try{`${b}`}catch(y){throw new Error(`Invalid custom RegExp for param "${p}" (${b}): `+y.message)}}let m=_?`((?:${b})(?:/(?:${b}))*)`:`(${b})`;f||(m=E&&u.length<2?`(?:/${m})`:"/"+m),E&&(m+="?"),r+=m,h+=Ne.Dynamic,E&&(h+=Ne.BonusOptional),_&&(h+=Ne.BonusRepeatable),b===".*"&&(h+=Ne.BonusWildcard)}c.push(h)}s.push(c)}if(n.strict&&n.end){const u=s.length-1;s[u][s[u].length-1]+=Ne.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const i=new RegExp(r,n.sensitive?"":"i");function a(u){const c=u.match(i),f={};if(!c)return null;for(let d=1;d<c.length;d++){const h=c[d]||"",p=o[d-1];f[p.name]=h&&p.repeatable?h.split("/"):h}return f}function l(u){let c="",f=!1;for(const d of e){(!f||!c.endsWith("/"))&&(c+="/"),f=!1;for(const h of d)if(h.type===Xt.Static)c+=h.value;else if(h.type===Xt.Param){const{value:p,repeatable:_,optional:E}=h,T=p in u?u[p]:"";if(it(T)&&!_)throw new Error(`Provided param "${p}" is an array but it is not repeatable (* or + modifiers)`);const b=it(T)?T.join("/"):T;if(!b)if(E)d.length<2&&(c.endsWith("/")?c=c.slice(0,-1):f=!0);else throw new Error(`Missing required param "${p}"`);c+=b}}return c||"/"}return{re:i,score:s,keys:o,parse:a,stringify:l}}function Rm(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===Ne.Static+Ne.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===Ne.Static+Ne.Segment?1:-1:0}function su(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const o=Rm(s[n],r[n]);if(o)return o;n++}if(Math.abs(r.length-s.length)===1){if(Ea(s))return 1;if(Ea(r))return-1}return r.length-s.length}function Ea(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Sm={strict:!1,end:!0,sensitive:!1};function xm(e,t,n){const s=Cm(wm(e.path),n),r=re(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function Am(e,t){const n=[],s=new Map;t=pa(Sm,t);function r(f){return s.get(f)}function o(f,d,h){const p=!h,_=Ca(f);_.aliasOf=h&&h.record;const E=pa(t,f),T=[_];if("alias"in f){const y=typeof f.alias=="string"?[f.alias]:f.alias;for(const w of y)T.push(Ca(re({},_,{components:h?h.record.components:_.components,path:w,aliasOf:h?h.record:_})))}let b,m;for(const y of T){const{path:w}=y;if(d&&w[0]!=="/"){const C=d.record.path,A=C[C.length-1]==="/"?"":"/";y.path=d.record.path+(w&&A+w)}if(b=xm(y,d,E),h?h.alias.push(b):(m=m||b,m!==b&&m.alias.push(b),p&&f.name&&!Ra(b)&&i(f.name)),ru(b)&&l(b),_.children){const C=_.children;for(let A=0;A<C.length;A++)o(C[A],b,h&&h.children[A])}h=h||b}return m?()=>{i(m)}:Qn}function i(f){if(eu(f)){const d=s.get(f);d&&(s.delete(f),n.splice(n.indexOf(d),1),d.children.forEach(i),d.alias.forEach(i))}else{const d=n.indexOf(f);d>-1&&(n.splice(d,1),f.record.name&&s.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function a(){return n}function l(f){const d=Om(f,n);n.splice(d,0,f),f.record.name&&!Ra(f)&&s.set(f.record.name,f)}function u(f,d){let h,p={},_,E;if("name"in f&&f.name){if(h=s.get(f.name),!h)throw Pn(ge.MATCHER_NOT_FOUND,{location:f});E=h.record.name,p=re(Ta(d.params,h.keys.filter(m=>!m.optional).concat(h.parent?h.parent.keys.filter(m=>m.optional):[]).map(m=>m.name)),f.params&&Ta(f.params,h.keys.map(m=>m.name))),_=h.stringify(p)}else if(f.path!=null)_=f.path,h=n.find(m=>m.re.test(_)),h&&(p=h.parse(_),E=h.record.name);else{if(h=d.name?s.get(d.name):n.find(m=>m.re.test(d.path)),!h)throw Pn(ge.MATCHER_NOT_FOUND,{location:f,currentLocation:d});E=h.record.name,p=re({},d.params,f.params),_=h.stringify(p)}const T=[];let b=h;for(;b;)T.unshift(b.record),b=b.parent;return{name:E,path:_,params:p,matched:T,meta:Pm(T)}}e.forEach(f=>o(f));function c(){n.length=0,s.clear()}return{addRoute:o,resolve:u,removeRoute:i,clearRoutes:c,getRoutes:a,getRecordMatcher:r}}function Ta(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function Ca(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:km(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function km(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Ra(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Pm(e){return e.reduce((t,n)=>re(t,n.meta),{})}function Om(e,t){let n=0,s=t.length;for(;n!==s;){const o=n+s>>1;su(e,t[o])<0?s=o:n=o+1}const r=Im(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function Im(e){let t=e;for(;t=t.parent;)if(ru(t)&&su(e,t)===0)return t}function ru({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Sa(e){const t=Ae(oi),n=Ae(ii),s=we(()=>{const l=se(e.to);return t.resolve(l)}),r=we(()=>{const{matched:l}=s.value,{length:u}=l,c=l[u-1],f=n.matched;if(!c||!f.length)return-1;const d=f.findIndex(kn.bind(null,c));if(d>-1)return d;const h=xa(l[u-2]);return u>1&&xa(c)===h&&f[f.length-1].path!==h?f.findIndex(kn.bind(null,l[u-2])):d}),o=we(()=>r.value>-1&&Hm(n.params,s.value.params)),i=we(()=>r.value>-1&&r.value===n.matched.length-1&&Zc(n.params,s.value.params));function a(l={}){if(Dm(l)){const u=t[se(e.replace)?"replace":"push"](se(e.to)).catch(Qn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return{route:s,href:we(()=>s.value.href),isActive:o,isExactActive:i,navigate:a}}function Nm(e){return e.length===1?e[0]:e}const Lm=gt({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Sa,setup(e,{slots:t}){const n=at(Sa(e)),{options:s}=Ae(oi),r=we(()=>({[Aa(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[Aa(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&Nm(t.default(n));return e.custom?o:Re("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}}),Mm=Lm;function Dm(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Hm(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!it(r)||r.length!==s.length||s.some((o,i)=>o.valueOf()!==r[i].valueOf()))return!1}return!0}function xa(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Aa=(e,t,n)=>e??t??n,jm=gt({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=Ae(wo),r=we(()=>e.route||s.value),o=Ae(va,0),i=we(()=>{let u=se(o);const{matched:c}=r.value;let f;for(;(f=c[u])&&!f.components;)u++;return u}),a=we(()=>r.value.matched[i.value]);$t(va,we(()=>i.value+1)),$t(hm,a),$t(wo,r);const l=Ee();return ze(()=>[l.value,a.value,e.name],([u,c,f],[d,h,p])=>{c&&(c.instances[f]=u,h&&h!==c&&u&&u===d&&(c.leaveGuards.size||(c.leaveGuards=h.leaveGuards),c.updateGuards.size||(c.updateGuards=h.updateGuards))),u&&c&&(!h||!kn(c,h)||!d)&&(c.enterCallbacks[f]||[]).forEach(_=>_(u))},{flush:"post"}),()=>{const u=r.value,c=e.name,f=a.value,d=f&&f.components[c];if(!d)return ka(n.default,{Component:d,route:u});const h=f.props[c],p=h?h===!0?u.params:typeof h=="function"?h(u):h:null,E=Re(d,re({},p,t,{onVnodeUnmounted:T=>{T.component.isUnmounted&&(f.instances[c]=null)},ref:l}));return ka(n.default,{Component:E,route:u})||E}}});function ka(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const ou=jm;function Fm(e){const t=Am(e.routes,e),n=e.parseQuery||fm,s=e.stringifyQuery||_a,r=e.history,o=Hn(),i=Hn(),a=Hn(),l=De(Xe);let u=Xe;gn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const c=Br.bind(null,x=>""+x),f=Br.bind(null,zg),d=Br.bind(null,rs);function h(x,U){let F,q;return eu(x)?(F=t.getRecordMatcher(x),q=U):q=x,t.addRoute(q,F)}function p(x){const U=t.getRecordMatcher(x);U&&t.removeRoute(U)}function _(){return t.getRoutes().map(x=>x.record)}function E(x){return!!t.getRecordMatcher(x)}function T(x,U){if(U=re({},U||l.value),typeof x=="string"){const v=Ur(n,x,U.path),R=t.resolve({path:v.path},U),k=r.createHref(v.fullPath);return re(v,R,{params:d(R.params),hash:rs(v.hash),redirectedFrom:void 0,href:k})}let F;if(x.path!=null)F=re({},x,{path:Ur(n,x.path,U.path).path});else{const v=re({},x.params);for(const R in v)v[R]==null&&delete v[R];F=re({},x,{params:f(v)}),U.params=f(U.params)}const q=t.resolve(F,U),Z=x.hash||"";q.params=c(d(q.params));const he=Yg(s,re({},x,{hash:Gg(Z),path:q.path})),g=r.createHref(he);return re({fullPath:he,hash:Z,query:s===_a?dm(x.query):x.query||{}},q,{redirectedFrom:void 0,href:g})}function b(x){return typeof x=="string"?Ur(n,x,l.value.path):re({},x)}function m(x,U){if(u!==x)return Pn(ge.NAVIGATION_CANCELLED,{from:U,to:x})}function y(x){return A(x)}function w(x){return y(re(b(x),{replace:!0}))}function C(x,U){const F=x.matched[x.matched.length-1];if(F&&F.redirect){const{redirect:q}=F;let Z=typeof q=="function"?q(x,U):q;return typeof Z=="string"&&(Z=Z.includes("?")||Z.includes("#")?Z=b(Z):{path:Z},Z.params={}),re({query:x.query,hash:x.hash,params:Z.path!=null?{}:x.params},Z)}}function A(x,U){const F=u=T(x),q=l.value,Z=x.state,he=x.force,g=x.replace===!0,v=C(F,q);if(v)return A(re(b(v),{state:typeof v=="object"?re({},Z,v.state):Z,force:he,replace:g}),U||F);const R=F;R.redirectedFrom=U;let k;return!he&&Xg(s,q,F)&&(k=Pn(ge.NAVIGATION_DUPLICATED,{to:R,from:q}),lt(q,q,!0,!1)),(k?Promise.resolve(k):N(R,q)).catch(S=>_t(S)?_t(S,ge.NAVIGATION_GUARD_REDIRECT)?S:kt(S):B(S,R,q)).then(S=>{if(S){if(_t(S,ge.NAVIGATION_GUARD_REDIRECT))return A(re({replace:g},b(S.to),{state:typeof S.to=="object"?re({},Z,S.to.state):Z,force:he}),U||R)}else S=L(R,q,!0,g,Z);return W(R,q,S),S})}function D(x,U){const F=m(x,U);return F?Promise.reject(F):Promise.resolve()}function O(x){const U=fn.values().next().value;return U&&typeof U.runWithContext=="function"?U.runWithContext(x):x()}function N(x,U){let F;const[q,Z,he]=pm(x,U);F=Wr(q.reverse(),"beforeRouteLeave",x,U);for(const v of q)v.leaveGuards.forEach(R=>{F.push(Mt(R,x,U))});const g=D.bind(null,x,U);return F.push(g),Qe(F).then(()=>{F=[];for(const v of o.list())F.push(Mt(v,x,U));return F.push(g),Qe(F)}).then(()=>{F=Wr(Z,"beforeRouteUpdate",x,U);for(const v of Z)v.updateGuards.forEach(R=>{F.push(Mt(R,x,U))});return F.push(g),Qe(F)}).then(()=>{F=[];for(const v of he)if(v.beforeEnter)if(it(v.beforeEnter))for(const R of v.beforeEnter)F.push(Mt(R,x,U));else F.push(Mt(v.beforeEnter,x,U));return F.push(g),Qe(F)}).then(()=>(x.matched.forEach(v=>v.enterCallbacks={}),F=Wr(he,"beforeRouteEnter",x,U,O),F.push(g),Qe(F))).then(()=>{F=[];for(const v of i.list())F.push(Mt(v,x,U));return F.push(g),Qe(F)}).catch(v=>_t(v,ge.NAVIGATION_CANCELLED)?v:Promise.reject(v))}function W(x,U,F){a.list().forEach(q=>O(()=>q(x,U,F)))}function L(x,U,F,q,Z){const he=m(x,U);if(he)return he;const g=U===Xe,v=gn?history.state:{};F&&(q||g?r.replace(x.fullPath,re({scroll:g&&v&&v.scroll},Z)):r.push(x.fullPath,Z)),l.value=x,lt(x,U,F,g),kt()}let G;function ee(){G||(G=r.listen((x,U,F)=>{if(!Vt.listening)return;const q=T(x),Z=C(q,Vt.currentRoute.value);if(Z){A(re(Z,{replace:!0,force:!0}),q).catch(Qn);return}u=q;const he=l.value;gn&&im(ya(he.fullPath,F.delta),br()),N(q,he).catch(g=>_t(g,ge.NAVIGATION_ABORTED|ge.NAVIGATION_CANCELLED)?g:_t(g,ge.NAVIGATION_GUARD_REDIRECT)?(A(re(b(g.to),{force:!0}),q).then(v=>{_t(v,ge.NAVIGATION_ABORTED|ge.NAVIGATION_DUPLICATED)&&!F.delta&&F.type===vo.pop&&r.go(-1,!1)}).catch(Qn),Promise.reject()):(F.delta&&r.go(-F.delta,!1),B(g,q,he))).then(g=>{g=g||L(q,he,!1),g&&(F.delta&&!_t(g,ge.NAVIGATION_CANCELLED)?r.go(-F.delta,!1):F.type===vo.pop&&_t(g,ge.NAVIGATION_ABORTED|ge.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),W(q,he,g)}).catch(Qn)}))}let ae=Hn(),V=Hn(),Y;function B(x,U,F){kt(x);const q=V.list();return q.length?q.forEach(Z=>Z(x,U,F)):console.error(x),Promise.reject(x)}function ce(){return Y&&l.value!==Xe?Promise.resolve():new Promise((x,U)=>{ae.add([x,U])})}function kt(x){return Y||(Y=!x,ee(),ae.list().forEach(([U,F])=>x?F(x):U()),ae.reset()),x}function lt(x,U,F,q){const{scrollBehavior:Z}=e;if(!gn||!Z)return Promise.resolve();const he=!F&&am(ya(x.fullPath,0))||(q||!F)&&history.state&&history.state.scroll||null;return Ut().then(()=>Z(x,U,he)).then(g=>g&&om(g)).catch(g=>B(g,x,U))}const je=x=>r.go(x);let un;const fn=new Set,Vt={currentRoute:l,listening:!0,addRoute:h,removeRoute:p,clearRoutes:t.clearRoutes,hasRoute:E,getRoutes:_,resolve:T,options:e,push:y,replace:w,go:je,back:()=>je(-1),forward:()=>je(1),beforeEach:o.add,beforeResolve:i.add,afterEach:a.add,onError:V.add,isReady:ce,install(x){x.component("RouterLink",Mm),x.component("RouterView",ou),x.config.globalProperties.$router=Vt,Object.defineProperty(x.config.globalProperties,"$route",{enumerable:!0,get:()=>se(l)}),gn&&!un&&l.value===Xe&&(un=!0,y(r.location).catch(q=>{}));const U={};for(const q in Xe)Object.defineProperty(U,q,{get:()=>l.value[q],enumerable:!0});x.provide(oi,Vt),x.provide(ii,dt(U)),x.provide(wo,l);const F=x.unmount;fn.add(x),x.unmount=function(){fn.delete(x),fn.size<1&&(u=Xe,G&&G(),G=null,l.value=Xe,un=!1,Y=!1),F()}}};function Qe(x){return x.reduce((U,F)=>U.then(()=>O(F)),Promise.resolve())}return Vt}function iu(e){return Ae(ii)}const $m=/(:\w+)\([^)]+\)/g,Bm=/(:\w+)[?+*]/g,Um=/:\w+/g,Vm=(e,t)=>t.path.replace($m,"$1").replace(Bm,"$1").replace(Um,n=>e.params[n.slice(1)]?.toString()||""),Eo=(e,t)=>{const n=e.route.matched.find(r=>r.components?.default===e.Component.type),s=t??n?.meta.key??(n&&Vm(e.route,n));return typeof s=="function"?s(e.route):s},Wm=(e,t)=>({default:()=>e?Re(Uf,e===!0?{}:e,t):t});function ai(e){return Array.isArray(e)?e:[e]}const Gm="modulepreload",Km=function(e,t){return new URL(e,t).href},Pa={},Et=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){let u=function(c){return Promise.all(c.map(f=>Promise.resolve(f).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};const i=document.getElementsByTagName("link"),a=document.querySelector("meta[property=csp-nonce]"),l=a?.nonce||a?.getAttribute("nonce");r=u(n.map(c=>{if(c=Km(c,s),c in Pa)return;Pa[c]=!0;const f=c.endsWith(".css"),d=f?'[rel="stylesheet"]':"";if(s)for(let p=i.length-1;p>=0;p--){const _=i[p];if(_.href===c&&(!f||_.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${c}"]${d}`))return;const h=document.createElement("link");if(h.rel=f?"stylesheet":Gm,f||(h.as="script"),h.crossOrigin="",h.href=c,l&&h.setAttribute("nonce",l),document.head.appendChild(h),f)return new Promise((p,_)=>{h.addEventListener("load",p),h.addEventListener("error",()=>_(new Error(`Unable to preload CSS for ${c}`)))})}))}function o(i){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=i,window.dispatchEvent(a),!a.defaultPrevented)throw i}return r.then(i=>{for(const a of i||[])a.status==="rejected"&&o(a.reason);return t().catch(o)})},qm={title:"Hydration"},zm={title:"Web Vitals"},Jm={title:"Component Lazy Load"},Qm={title:"Third-Party Scripts"},Gr=[{name:"index",path:"/",component:()=>Et(()=>import("./CC58r8DQ.js"),__vite__mapDeps([0,1,2,3,4,5]),import.meta.url)},{name:"hydration",path:"/hydration",meta:qm||{},component:()=>Et(()=>import("./uOY9vQtj.js"),__vite__mapDeps([6,1,7,5,3,2,8,9]),import.meta.url)},{name:"web-vitals",path:"/web-vitals",meta:zm||{},component:()=>Et(()=>import("./CO-t741Y.js"),__vite__mapDeps([10,2,1,8]),import.meta.url)},{name:"component-lazy-load",path:"/component-lazy-load",meta:Jm||{},component:()=>Et(()=>import("./BR7nweas.js"),__vite__mapDeps([11,4,5,1,7,3,2]),import.meta.url)},{name:"third-party-scripts",path:"/third-party-scripts",meta:Qm||{},component:()=>Et(()=>import("./GGTyZ2re.js"),__vite__mapDeps([12,2,4,5,1,7,3,13]),import.meta.url)}],au=(e,t)=>({default:()=>e?Re(Bd,e===!0?{}:e,t):t.default?.()}),Ym=/(:\w+)\([^)]+\)/g,Xm=/(:\w+)[?+*]/g,Zm=/:\w+/g;function Oa(e){const t=e?.meta.key??e.path.replace(Ym,"$1").replace(Xm,"$1").replace(Zm,n=>e.params[n.slice(1)]?.toString()||"");return typeof t=="function"?t(e):t}function ey(e,t){return e===t||t===Xe?!1:Oa(e)!==Oa(t)?!0:!e.matched.every((s,r)=>s.components&&s.components.default===t.matched[r]?.components?.default)}const ty={scrollBehavior(e,t,n){const s=me(),r=Je().options?.scrollBehaviorType??"auto";if(e.path.replace(/\/$/,"")===t.path.replace(/\/$/,""))return t.hash&&!e.hash?{left:0,top:0}:e.hash?{el:e.hash,top:lu(e.hash),behavior:r}:!1;if((typeof e.meta.scrollToTop=="function"?e.meta.scrollToTop(e,t):e.meta.scrollToTop)===!1)return!1;const i=s._runningTransition?"page:transition:finish":"page:loading:end";return new Promise(a=>{if(t===Xe){a(Ia(e,t,n,r));return}s.hooks.hookOnce(i,()=>{requestAnimationFrame(()=>a(Ia(e,t,n,r)))})})}};function lu(e){try{const t=document.querySelector(e);if(t)return(Number.parseFloat(getComputedStyle(t).scrollMarginTop)||0)+(Number.parseFloat(getComputedStyle(document.documentElement).scrollPaddingTop)||0)}catch{}return 0}function Ia(e,t,n,s){if(n)return n;const r=ey(e,t);return e.hash?{el:e.hash,top:lu(e.hash),behavior:r?s:"instant"}:{left:0,top:0}}const ny={hashMode:!1,scrollBehaviorType:"auto"},Ot={...ny,...ty},sy=async(e,t)=>{let n,s;if(!e.meta?.validate)return;const r=([n,s]=Jn(()=>Promise.resolve(e.meta.validate(e))),n=await n,s(),n);if(r===!0)return;const o=Bt({fatal:!0,status:r&&(r.status||r.statusCode)||404,statusText:r&&(r.statusText||r.statusMessage)||`Page Not Found: ${e.fullPath}`,data:{path:e.fullPath}});return typeof window<"u"&&window.history.pushState({},"",t.fullPath),o},ry=e=>{const t=vr({path:e.path});if(t.redirect){const n=t.redirect.includes("#")?t.redirect:t.redirect+e.hash;return cn(n,{acceptRelative:!0})?(window.location.href=n,!1):n}},oy=[sy,ry],To={};function iy(e,t,n){const{pathname:s,search:r,hash:o}=t,i=e.indexOf("#");if(i>-1){const u=o.includes(e.slice(i))?e.slice(i).length:1;let c=o.slice(u);return c[0]!=="/"&&(c="/"+c),Qi(Yi(c,""))}const a=Qi(Yi(s,e)),l=!n||Bh(a,n)?a:n;return l+(l.includes("?")?"":r)+o}const ay=Ve({name:"nuxt:router",enforce:"pre",async setup(e){let t,n,s=hs().app.baseURL;const r=Ot.history?.(s)??_m(s),o=Ot.routes?([t,n]=Jn(()=>Ot.routes(Gr)),t=await t,n(),t??Gr):Gr;let i;const a=Fm({...Ot,scrollBehavior:(E,T,b)=>{if(T===Xe){i=b;return}if(Ot.scrollBehavior){if(a.options.scrollBehavior=Ot.scrollBehavior,"scrollRestoration"in window.history){const m=a.beforeEach(()=>{m(),window.history.scrollRestoration="manual"})}return Ot.scrollBehavior(E,Xe,i||b)}},history:r,routes:o});"scrollRestoration"in window.history&&(window.history.scrollRestoration="auto"),e.vueApp.use(a);const l=De(a.currentRoute.value);a.afterEach((E,T)=>{l.value=T}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>l.value});const u=iy(s,window.location,e.payload.path),c=De(a.currentRoute.value),f=()=>{c.value=a.currentRoute.value};a.afterEach((E,T)=>{E.matched.at(-1)?.components?.default===T.matched.at(-1)?.components?.default&&f()});const d={sync:f};for(const E in c.value)Object.defineProperty(d,E,{get:()=>c.value[E],enumerable:!0});e._route=dt(d),e._middleware||={global:[],named:{}};const h=_r();a.afterEach(async(E,T,b)=>{delete e._processingMiddleware,!e.isHydrating&&h.value&&await e.runWithContext(Hp),b&&await e.callHook("page:loading:end")});try{[t,n]=Jn(()=>a.isReady()),await t,n()}catch(E){[t,n]=Jn(()=>e.runWithContext(()=>Qt(E))),await t,n()}const p=u!==a.currentRoute.value.fullPath?a.resolve(u):a.currentRoute.value;f();const _=e.payload.state._layout;return a.beforeEach(async(E,T)=>{await e.callHook("page:loading:start"),E.meta=at(E.meta),e.isHydrating&&_&&!pt(E.meta.layout)&&(E.meta.layout=_),e._processingMiddleware=!0;{const b=new Set([...oy,...e._middleware.global]);for(const y of E.matched){const w=y.meta.middleware;if(w)for(const C of ai(w))b.add(C)}const m=vr({path:E.path});if(m.appMiddleware)for(const y in m.appMiddleware)m.appMiddleware[y]?b.add(y):b.delete(y);for(const y of b){const w=typeof y=="string"?e._middleware.named[y]||await To[y]?.().then(C=>C.default||C):y;if(!w)throw new Error(`Unknown route middleware: '${y}'.`);try{const C=await e.runWithContext(()=>w(E,T));if(!e.payload.serverRendered&&e.isHydrating&&(C===!1||C instanceof Error)){const A=C||Bt({status:404,statusText:`Page Not Found: ${u}`});return await e.runWithContext(()=>Qt(A)),!1}if(C===!0)continue;if(C===!1)return C;if(C)return Dc(C)&&C.fatal&&await e.runWithContext(()=>Qt(C)),C}catch(C){const A=Bt(C);return A.fatal&&await e.runWithContext(()=>Qt(A)),A}}}}),a.onError(async()=>{delete e._processingMiddleware,await e.callHook("page:loading:end")}),a.afterEach(E=>{if(E.matched.length===0)return e.runWithContext(()=>Qt(Bt({status:404,fatal:!1,statusText:`Page not found: ${E.fullPath}`,data:{path:E.fullPath}})))}),e.hooks.hookOnce("app:created",async()=>{try{"name"in p&&(p.name=void 0),await a.replace({...p,force:!0}),a.options.scrollBehavior=Ot.scrollBehavior}catch(E){await e.runWithContext(()=>Qt(E))}}),{provide:{router:a}}}}),Na=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),Gv=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),li=e=>{const t=me();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{Na(()=>e())}):Na(()=>e())},ly=Ve({name:"nuxt:payload",setup(e){const t=new Set;Je().beforeResolve(async(n,s)=>{if(n.path===s.path)return;const r=await ha(n.path);if(r){for(const o of t)delete e.static.data[o];for(const o in r.data)o in e.static.data||t.add(o),e.static.data[o]=r.data[o]}}),li(()=>{e.hooks.hook("link:prefetch",async n=>{const{hostname:s}=new URL(n,window.location.href);s===window.location.hostname&&await ha(n).catch(()=>{console.warn("[nuxt] Error preloading payload for",n)})}),navigator.connection?.effectiveType!=="slow-2g"&&setTimeout(ni,1e3)})}}),cy=Ve(()=>{const e=Je();li(()=>{e.beforeResolve(async()=>{await new Promise(t=>{setTimeout(t,100),requestAnimationFrame(()=>{setTimeout(t,0)})})})})}),uy=Ve(e=>{let t;async function n(){let s;try{s=await ni()}catch(r){const o=r;if(!("status"in o&&(o.status===404||o.status===403)))throw o}t&&clearTimeout(t),t=setTimeout(n,ra);try{const r=await $fetch(ti("builds/latest.json")+`?${Date.now()}`);r.id!==s?.id&&(e.hooks.callHook("app:manifest:update",r),t&&clearTimeout(t))}catch{}}li(()=>{t=setTimeout(n,ra)})});function fy(e={}){const t=e.path||window.location.pathname;let n={};try{n=zs(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||n?.path!==t||n?.expires<Date.now()){try{sessionStorage.setItem("nuxt:reload",JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem("nuxt:reload:state",JSON.stringify({state:me().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const dy=Ve({name:"nuxt:chunk-reload",setup(e){const t=Je(),n=hs(),s=new Set;t.beforeEach(()=>{s.clear()}),e.hook("app:chunkError",({error:o})=>{s.add(o)});function r(o){const i=Zo(n.app.baseURL,o.fullPath);fy({path:i,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(r)}),t.onError((o,i)=>{s.has(o)&&r(i)})}}),hy=Bs(()=>Et(()=>import("./DeEbof0M.js"),[],import.meta.url).then(e=>e.default||e.default||e)),py=[["Icon",hy]],gy=Ve({name:"nuxt:global-components",setup(e){for(const[t,n]of py)e.vueApp.component(t,n),e.vueApp.component("Lazy"+t,n)}}),Ht={default:Bs(()=>Et(()=>import("./CTimJaOZ.js"),__vite__mapDeps([14,3,1]),import.meta.url).then(e=>e.default||e))};function my(e){if(e?.__asyncLoader&&!e.__asyncResolved)return e.__asyncLoader()}async function yy(e,t=Je()){const{path:n,matched:s}=t.resolve(e);if(!s.length||(t._routePreloaded||=new Set,t._routePreloaded.has(n)))return;const r=t._preloadPromises||=[];if(r.length>4)return Promise.all(r).then(()=>yy(e,t));t._routePreloaded.add(n);for(const o of s){const i=o.components?.default;if(typeof i!="function")continue;const a=Promise.resolve(i()).catch(()=>{}).finally(()=>r.splice(r.indexOf(a)));r.push(a)}await Promise.all(r)}const _y=Ve({name:"nuxt:prefetch",setup(e){const t=Je();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{const s=n?.meta?.layout;s&&typeof Ht[s]=="function"&&await Ht[s]()})}),e.hooks.hook("link:prefetch",n=>{if(cn(n))return;const s=t.resolve(n);if(!s)return;const r=s.meta.layout;let o=ai(s.meta.middleware);o=o.filter(i=>typeof i=="string");for(const i of o)typeof To[i]=="function"&&To[i]();typeof r=="string"&&r in Ht&&my(Ht[r])})}}),cu=/^[a-z0-9]+(-[a-z0-9]+)*$/,gs=(e,t,n,s="")=>{const r=e.split(":");if(e.slice(0,1)==="@"){if(r.length<2||r.length>3)return null;s=r.shift().slice(1)}if(r.length>3||!r.length)return null;if(r.length>1){const a=r.pop(),l=r.pop(),u={provider:r.length>0?r[0]:s,prefix:l,name:a};return t&&!Os(u)?null:u}const o=r[0],i=o.split("-");if(i.length>1){const a={provider:s,prefix:i.shift(),name:i.join("-")};return t&&!Os(a)?null:a}if(n&&s===""){const a={provider:s,prefix:"",name:o};return t&&!Os(a,n)?null:a}return null},Os=(e,t)=>e?!!((t&&e.prefix===""||e.prefix)&&e.name):!1,uu=Object.freeze({left:0,top:0,width:16,height:16}),Zs=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),In=Object.freeze({...uu,...Zs}),Co=Object.freeze({...In,body:"",hidden:!1});function vy(e,t){const n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);const s=((e.rotate||0)+(t.rotate||0))%4;return s&&(n.rotate=s),n}function La(e,t){const n=vy(e,t);for(const s in Co)s in Zs?s in e&&!(s in n)&&(n[s]=Zs[s]):s in t?n[s]=t[s]:s in e&&(n[s]=e[s]);return n}function by(e,t){const n=e.icons,s=e.aliases||Object.create(null),r=Object.create(null);function o(i){if(n[i])return r[i]=[];if(!(i in r)){r[i]=null;const a=s[i]&&s[i].parent,l=a&&o(a);l&&(r[i]=[a].concat(l))}return r[i]}return Object.keys(n).concat(Object.keys(s)).forEach(o),r}function wy(e,t,n){const s=e.icons,r=e.aliases||Object.create(null);let o={};function i(a){o=La(s[a]||r[a],o)}return i(t),n.forEach(i),La(e,o)}function fu(e,t){const n=[];if(typeof e!="object"||typeof e.icons!="object")return n;e.not_found instanceof Array&&e.not_found.forEach(r=>{t(r,null),n.push(r)});const s=by(e);for(const r in s){const o=s[r];o&&(t(r,wy(e,r,o)),n.push(r))}return n}const Ey={provider:"",aliases:{},not_found:{},...uu};function Kr(e,t){for(const n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function du(e){if(typeof e!="object"||e===null)return null;const t=e;if(typeof t.prefix!="string"||!e.icons||typeof e.icons!="object"||!Kr(e,Ey))return null;const n=t.icons;for(const r in n){const o=n[r];if(!r||typeof o.body!="string"||!Kr(o,Co))return null}const s=t.aliases||Object.create(null);for(const r in s){const o=s[r],i=o.parent;if(!r||typeof i!="string"||!n[i]&&!s[i]||!Kr(o,Co))return null}return t}const Ma=Object.create(null);function Ty(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function on(e,t){const n=Ma[e]||(Ma[e]=Object.create(null));return n[t]||(n[t]=Ty(e,t))}function hu(e,t){return du(t)?fu(t,(n,s)=>{s?e.icons[n]=s:e.missing.add(n)}):[]}function Cy(e,t,n){try{if(typeof n.body=="string")return e.icons[t]={...n},!0}catch{}return!1}let os=!1;function pu(e){return typeof e=="boolean"&&(os=e),os}function ci(e){const t=typeof e=="string"?gs(e,!0,os):e;if(t){const n=on(t.provider,t.prefix),s=t.name;return n.icons[s]||(n.missing.has(s)?null:void 0)}}function Ry(e,t){const n=gs(e,!0,os);if(!n)return!1;const s=on(n.provider,n.prefix);return t?Cy(s,n.name,t):(s.missing.add(n.name),!0)}function Sy(e,t){if(typeof e!="object")return!1;if(typeof t!="string"&&(t=e.provider||""),os&&!t&&!e.prefix){let r=!1;return du(e)&&(e.prefix="",fu(e,(o,i)=>{Ry(o,i)&&(r=!0)})),r}const n=e.prefix;if(!Os({prefix:n,name:"a"}))return!1;const s=on(t,n);return!!hu(s,e)}function Kv(e){const t=ci(e);return t&&{...In,...t}}const gu=Object.freeze({width:null,height:null}),mu=Object.freeze({...gu,...Zs}),xy=/(-?[0-9.]*[0-9]+[0-9.]*)/g,Ay=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function Da(e,t,n){if(t===1)return e;if(n=n||100,typeof e=="number")return Math.ceil(e*t*n)/n;if(typeof e!="string")return e;const s=e.split(xy);if(s===null||!s.length)return e;const r=[];let o=s.shift(),i=Ay.test(o);for(;;){if(i){const a=parseFloat(o);isNaN(a)?r.push(o):r.push(Math.ceil(a*t*n)/n)}else r.push(o);if(o=s.shift(),o===void 0)return r.join("");i=!i}}function ky(e,t="defs"){let n="";const s=e.indexOf("<"+t);for(;s>=0;){const r=e.indexOf(">",s),o=e.indexOf("</"+t);if(r===-1||o===-1)break;const i=e.indexOf(">",o);if(i===-1)break;n+=e.slice(r+1,o).trim(),e=e.slice(0,s).trim()+e.slice(i+1)}return{defs:n,content:e}}function Py(e,t){return e?"<defs>"+e+"</defs>"+t:t}function Oy(e,t,n){const s=ky(e);return Py(s.defs,t+s.content+n)}const Iy=e=>e==="unset"||e==="undefined"||e==="none";function Ny(e,t){const n={...In,...e},s={...mu,...t},r={left:n.left,top:n.top,width:n.width,height:n.height};let o=n.body;[n,s].forEach(_=>{const E=[],T=_.hFlip,b=_.vFlip;let m=_.rotate;T?b?m+=2:(E.push("translate("+(r.width+r.left).toString()+" "+(0-r.top).toString()+")"),E.push("scale(-1 1)"),r.top=r.left=0):b&&(E.push("translate("+(0-r.left).toString()+" "+(r.height+r.top).toString()+")"),E.push("scale(1 -1)"),r.top=r.left=0);let y;switch(m<0&&(m-=Math.floor(m/4)*4),m=m%4,m){case 1:y=r.height/2+r.top,E.unshift("rotate(90 "+y.toString()+" "+y.toString()+")");break;case 2:E.unshift("rotate(180 "+(r.width/2+r.left).toString()+" "+(r.height/2+r.top).toString()+")");break;case 3:y=r.width/2+r.left,E.unshift("rotate(-90 "+y.toString()+" "+y.toString()+")");break}m%2===1&&(r.left!==r.top&&(y=r.left,r.left=r.top,r.top=y),r.width!==r.height&&(y=r.width,r.width=r.height,r.height=y)),E.length&&(o=Oy(o,'<g transform="'+E.join(" ")+'">',"</g>"))});const i=s.width,a=s.height,l=r.width,u=r.height;let c,f;i===null?(f=a===null?"1em":a==="auto"?u:a,c=Da(f,l/u)):(c=i==="auto"?l:i,f=a===null?Da(c,u/l):a==="auto"?u:a);const d={},h=(_,E)=>{Iy(E)||(d[_]=E.toString())};h("width",c),h("height",f);const p=[r.left,r.top,l,u];return d.viewBox=p.join(" "),{attributes:d,viewBox:p,body:o}}const Ly=/\sid="(\S+)"/g,My="IconifyId"+Date.now().toString(16)+(Math.random()*16777216|0).toString(16);let Dy=0;function Hy(e,t=My){const n=[];let s;for(;s=Ly.exec(e);)n.push(s[1]);if(!n.length)return e;const r="suffix"+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(o=>{const i=typeof t=="function"?t(o):t+(Dy++).toString(),a=o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");e=e.replace(new RegExp('([#;"])('+a+')([")]|\\.[a-z])',"g"),"$1"+i+r+"$3")}),e=e.replace(new RegExp(r,"g"),""),e}const Ro=Object.create(null);function yu(e,t){Ro[e]=t}function So(e){return Ro[e]||Ro[""]}function ui(e){let t;if(typeof e.resources=="string")t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}const wr=Object.create(null),jn=["https://api.simplesvg.com","https://api.unisvg.com"],Is=[];for(;jn.length>0;)jn.length===1||Math.random()>.5?Is.push(jn.shift()):Is.push(jn.pop());wr[""]=ui({resources:["https://api.iconify.design"].concat(Is)});function _u(e,t){const n=ui(t);return n===null?!1:(wr[e]=n,!0)}function Er(e){return wr[e]}function jy(){return Object.keys(wr)}const Fy=()=>{let e;try{if(e=fetch,typeof e=="function")return e}catch{}};let er=Fy();function $y(e){er=e}function By(){return er}function Uy(e,t){const n=Er(e);if(!n)return 0;let s;if(!n.maxURL)s=0;else{let r=0;n.resources.forEach(i=>{r=Math.max(r,i.length)});const o=t+".json?icons=";s=n.maxURL-r-n.path.length-o.length}return s}function Vy(e){return e===404}const Wy=(e,t,n)=>{const s=[],r=Uy(e,t),o="icons";let i={type:o,provider:e,prefix:t,icons:[]},a=0;return n.forEach((l,u)=>{a+=l.length+1,a>=r&&u>0&&(s.push(i),i={type:o,provider:e,prefix:t,icons:[]},a=l.length),i.icons.push(l)}),s.push(i),s};function Gy(e){if(typeof e=="string"){const t=Er(e);if(t)return t.path}return"/"}const Ky=(e,t,n)=>{if(!er){n("abort",424);return}let s=Gy(t.provider);switch(t.type){case"icons":{const o=t.prefix,a=t.icons.join(","),l=new URLSearchParams({icons:a});s+=o+".json?"+l.toString();break}case"custom":{const o=t.uri;s+=o.slice(0,1)==="/"?o.slice(1):o;break}default:n("abort",400);return}let r=503;er(e+s).then(o=>{const i=o.status;if(i!==200){setTimeout(()=>{n(Vy(i)?"abort":"next",i)});return}return r=501,o.json()}).then(o=>{if(typeof o!="object"||o===null){setTimeout(()=>{o===404?n("abort",o):n("next",r)});return}setTimeout(()=>{n("success",o)})}).catch(()=>{n("next",r)})},qy={prepare:Wy,send:Ky};function zy(e){const t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((r,o)=>r.provider!==o.provider?r.provider.localeCompare(o.provider):r.prefix!==o.prefix?r.prefix.localeCompare(o.prefix):r.name.localeCompare(o.name));let s={provider:"",prefix:"",name:""};return e.forEach(r=>{if(s.name===r.name&&s.prefix===r.prefix&&s.provider===r.provider)return;s=r;const o=r.provider,i=r.prefix,a=r.name,l=n[o]||(n[o]=Object.create(null)),u=l[i]||(l[i]=on(o,i));let c;a in u.icons?c=t.loaded:i===""||u.missing.has(a)?c=t.missing:c=t.pending;const f={provider:o,prefix:i,name:a};c.push(f)}),t}function vu(e,t){e.forEach(n=>{const s=n.loaderCallbacks;s&&(n.loaderCallbacks=s.filter(r=>r.id!==t))})}function Jy(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;const t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1;const s=e.provider,r=e.prefix;t.forEach(o=>{const i=o.icons,a=i.pending.length;i.pending=i.pending.filter(l=>{if(l.prefix!==r)return!0;const u=l.name;if(e.icons[u])i.loaded.push({provider:s,prefix:r,name:u});else if(e.missing.has(u))i.missing.push({provider:s,prefix:r,name:u});else return n=!0,!0;return!1}),i.pending.length!==a&&(n||vu([e],o.id),o.callback(i.loaded.slice(0),i.missing.slice(0),i.pending.slice(0),o.abort))})}))}let Qy=0;function Yy(e,t,n){const s=Qy++,r=vu.bind(null,n,s);if(!t.pending.length)return r;const o={id:s,icons:t,callback:e,abort:r};return n.forEach(i=>{(i.loaderCallbacks||(i.loaderCallbacks=[])).push(o)}),r}function Xy(e,t=!0,n=!1){const s=[];return e.forEach(r=>{const o=typeof r=="string"?gs(r,t,n):r;o&&s.push(o)}),s}var Zy={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function e_(e,t,n,s){const r=e.resources.length,o=e.random?Math.floor(Math.random()*r):e.index;let i;if(e.random){let C=e.resources.slice(0);for(i=[];C.length>1;){const A=Math.floor(Math.random()*C.length);i.push(C[A]),C=C.slice(0,A).concat(C.slice(A+1))}i=i.concat(C)}else i=e.resources.slice(o).concat(e.resources.slice(0,o));const a=Date.now();let l="pending",u=0,c,f=null,d=[],h=[];typeof s=="function"&&h.push(s);function p(){f&&(clearTimeout(f),f=null)}function _(){l==="pending"&&(l="aborted"),p(),d.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),d=[]}function E(C,A){A&&(h=[]),typeof C=="function"&&h.push(C)}function T(){return{startTime:a,payload:t,status:l,queriesSent:u,queriesPending:d.length,subscribe:E,abort:_}}function b(){l="failed",h.forEach(C=>{C(void 0,c)})}function m(){d.forEach(C=>{C.status==="pending"&&(C.status="aborted")}),d=[]}function y(C,A,D){const O=A!=="success";switch(d=d.filter(N=>N!==C),l){case"pending":break;case"failed":if(O||!e.dataAfterTimeout)return;break;default:return}if(A==="abort"){c=D,b();return}if(O){c=D,d.length||(i.length?w():b());return}if(p(),m(),!e.random){const N=e.resources.indexOf(C.resource);N!==-1&&N!==e.index&&(e.index=N)}l="completed",h.forEach(N=>{N(D)})}function w(){if(l!=="pending")return;p();const C=i.shift();if(C===void 0){if(d.length){f=setTimeout(()=>{p(),l==="pending"&&(m(),b())},e.timeout);return}b();return}const A={status:"pending",resource:C,callback:(D,O)=>{y(A,D,O)}};d.push(A),u++,f=setTimeout(w,e.rotate),n(C,t,A.callback)}return setTimeout(w),T}function bu(e){const t={...Zy,...e};let n=[];function s(){n=n.filter(a=>a().status==="pending")}function r(a,l,u){const c=e_(t,a,l,(f,d)=>{s(),u&&u(f,d)});return n.push(c),c}function o(a){return n.find(l=>a(l))||null}return{query:r,find:o,setIndex:a=>{t.index=a},getIndex:()=>t.index,cleanup:s}}function Ha(){}const qr=Object.create(null);function t_(e){if(!qr[e]){const t=Er(e);if(!t)return;const n=bu(t),s={config:t,redundancy:n};qr[e]=s}return qr[e]}function wu(e,t,n){let s,r;if(typeof e=="string"){const o=So(e);if(!o)return n(void 0,424),Ha;r=o.send;const i=t_(e);i&&(s=i.redundancy)}else{const o=ui(e);if(o){s=bu(o);const i=e.resources?e.resources[0]:"",a=So(i);a&&(r=a.send)}}return!s||!r?(n(void 0,424),Ha):s.query(t,r,n)().abort}function ja(){}function n_(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Jy(e)}))}function s_(e){const t=[],n=[];return e.forEach(s=>{(s.match(cu)?t:n).push(s)}),{valid:t,invalid:n}}function Fn(e,t,n){function s(){const r=e.pendingIcons;t.forEach(o=>{r&&r.delete(o),e.icons[o]||e.missing.add(o)})}if(n&&typeof n=="object")try{if(!hu(e,n).length){s();return}}catch(r){console.error(r)}s(),n_(e)}function Fa(e,t){e instanceof Promise?e.then(n=>{t(n)}).catch(()=>{t(null)}):t(e)}function r_(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;const{provider:n,prefix:s}=e,r=e.iconsToLoad;if(delete e.iconsToLoad,!r||!r.length)return;const o=e.loadIcon;if(e.loadIcons&&(r.length>1||!o)){Fa(e.loadIcons(r,s,n),c=>{Fn(e,r,c)});return}if(o){r.forEach(c=>{const f=o(c,s,n);Fa(f,d=>{const h=d?{prefix:s,icons:{[c]:d}}:null;Fn(e,[c],h)})});return}const{valid:i,invalid:a}=s_(r);if(a.length&&Fn(e,a,null),!i.length)return;const l=s.match(cu)?So(n):null;if(!l){Fn(e,i,null);return}l.prepare(n,s,i).forEach(c=>{wu(n,c,f=>{Fn(e,c.icons,f)})})}))}const Eu=(e,t)=>{const n=Xy(e,!0,pu()),s=zy(n);if(!s.pending.length){let l=!0;return t&&setTimeout(()=>{l&&t(s.loaded,s.missing,s.pending,ja)}),()=>{l=!1}}const r=Object.create(null),o=[];let i,a;return s.pending.forEach(l=>{const{provider:u,prefix:c}=l;if(c===a&&u===i)return;i=u,a=c,o.push(on(u,c));const f=r[u]||(r[u]=Object.create(null));f[c]||(f[c]=[])}),s.pending.forEach(l=>{const{provider:u,prefix:c,name:f}=l,d=on(u,c),h=d.pendingIcons||(d.pendingIcons=new Set);h.has(f)||(h.add(f),r[u][c].push(f))}),o.forEach(l=>{const u=r[l.provider][l.prefix];u.length&&r_(l,u)}),t?Yy(t,s,o):ja},qv=e=>new Promise((t,n)=>{const s=typeof e=="string"?gs(e,!0):e;if(!s){n(e);return}Eu([s||e],r=>{if(r.length&&s){const o=ci(s);if(o){t({...In,...o});return}}n(e)})});function o_(e,t,n){on("",t).loadIcons=e}function i_(e,t){const n={...e};for(const s in t){const r=t[s],o=typeof r;s in gu?(r===null||r&&(o==="string"||o==="number"))&&(n[s]=r):o===typeof n[s]&&(n[s]=s==="rotate"?r%4:r)}return n}const a_=/[\s,]+/;function l_(e,t){t.split(a_).forEach(n=>{switch(n.trim()){case"horizontal":e.hFlip=!0;break;case"vertical":e.vFlip=!0;break}})}function c_(e,t=0){const n=e.replace(/^-?[0-9.]*/,"");function s(r){for(;r<0;)r+=4;return r%4}if(n===""){const r=parseInt(e);return isNaN(r)?0:s(r)}else if(n!==e){let r=0;switch(n){case"%":r=25;break;case"deg":r=90}if(r){let o=parseFloat(e.slice(0,e.length-n.length));return isNaN(o)?0:(o=o/r,o%1===0?s(o):0)}}return t}function u_(e,t){let n=e.indexOf("xlink:")===-1?"":' xmlns:xlink="http://www.w3.org/1999/xlink"';for(const s in t)n+=" "+s+'="'+t[s]+'"';return'<svg xmlns="http://www.w3.org/2000/svg"'+n+">"+e+"</svg>"}function f_(e){return e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/</g,"%3C").replace(/>/g,"%3E").replace(/\s+/g," ")}function d_(e){return"data:image/svg+xml,"+f_(e)}function h_(e){return'url("'+d_(e)+'")'}const $a={...mu,inline:!1},p_={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":!0,role:"img"},g_={display:"inline-block"},xo={backgroundColor:"currentColor"},Tu={backgroundColor:"transparent"},Ba={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Ua={webkitMask:xo,mask:xo,background:Tu};for(const e in Ua){const t=Ua[e];for(const n in Ba)t[e+n]=Ba[n]}const Ns={};["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";Ns[e+"-flip"]=t,Ns[e.slice(0,1)+"-flip"]=t,Ns[e+"Flip"]=t});function Va(e){return e+(e.match(/^[-0-9.]+$/)?"px":"")}const Wa=(e,t)=>{const n=i_($a,t),s={...p_},r=t.mode||"svg",o={},i=t.style,a=typeof i=="object"&&!(i instanceof Array)?i:{};for(let _ in t){const E=t[_];if(E!==void 0)switch(_){case"icon":case"style":case"onLoad":case"mode":case"ssr":break;case"inline":case"hFlip":case"vFlip":n[_]=E===!0||E==="true"||E===1;break;case"flip":typeof E=="string"&&l_(n,E);break;case"color":o.color=E;break;case"rotate":typeof E=="string"?n[_]=c_(E):typeof E=="number"&&(n[_]=E);break;case"ariaHidden":case"aria-hidden":E!==!0&&E!=="true"&&delete s["aria-hidden"];break;default:{const T=Ns[_];T?(E===!0||E==="true"||E===1)&&(n[T]=!0):$a[_]===void 0&&(s[_]=E)}}}const l=Ny(e,n),u=l.attributes;if(n.inline&&(o.verticalAlign="-0.125em"),r==="svg"){s.style={...o,...a},Object.assign(s,u);let _=0,E=t.id;return typeof E=="string"&&(E=E.replace(/-/g,"_")),s.innerHTML=Hy(l.body,E?()=>E+"ID"+_++:"iconifyVue"),Re("svg",s)}const{body:c,width:f,height:d}=e,h=r==="mask"||(r==="bg"?!1:c.indexOf("currentColor")!==-1),p=u_(c,{...u,width:f+"",height:d+""});return s.style={...o,"--svg":h_(p),width:Va(u.width),height:Va(u.height),...g_,...h?xo:Tu,...a},Re("span",s)};pu(!0);yu("",qy);if(typeof document<"u"&&typeof window<"u"){const e=window;if(e.IconifyPreload!==void 0){const t=e.IconifyPreload,n="Invalid IconifyPreload syntax.";typeof t=="object"&&t!==null&&(t instanceof Array?t:[t]).forEach(s=>{try{(typeof s!="object"||s===null||s instanceof Array||typeof s.icons!="object"||typeof s.prefix!="string"||!Sy(s))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){const t=e.IconifyProviders;if(typeof t=="object"&&t!==null)for(let n in t){const s="IconifyProviders["+n+"] is invalid.";try{const r=t[n];if(typeof r!="object"||!r||r.resources===void 0)continue;_u(n,r)||console.error(s)}catch{console.error(s)}}}}const m_={...In,body:""},zv=gt((e,{emit:t})=>{const n=Ee(null);function s(){n.value&&(n.value.abort?.(),n.value=null)}const r=Ee(!!e.ssr),o=Ee(""),i=De(null);function a(){const u=e.icon;if(typeof u=="object"&&u!==null&&typeof u.body=="string")return o.value="",{data:u};let c;if(typeof u!="string"||(c=gs(u,!1,!0))===null)return null;let f=ci(c);if(!f){const p=n.value;return(!p||p.name!==u)&&(f===null?n.value={name:u}:n.value={name:u,abort:Eu([c],l)}),null}s(),o.value!==u&&(o.value=u,Ut(()=>{t("load",u)}));const d=e.customise;if(d){f=Object.assign({},f);const p=d(f.body,c.name,c.prefix,c.provider);typeof p=="string"&&(f.body=p)}const h=["iconify"];return c.prefix!==""&&h.push("iconify--"+c.prefix),c.provider!==""&&h.push("iconify--"+c.provider),{data:f,classes:h}}function l(){const u=a();u?u.data!==i.value?.data&&(i.value=u):i.value=null}return r.value?l():pr(()=>{r.value=!0,l()}),ze(()=>e.icon,l),gr(s),()=>{const u=i.value;if(!u)return Wa(m_,e);let c=e;return u.classes&&(c={...e,class:u.classes.join(" ")}),Wa({...In,...u.data},c)}},{props:["icon","mode","ssr","width","height","style","color","inline","rotate","hFlip","horizontalFlip","vFlip","verticalFlip","flip","id","ariaHidden","customise","title"],emits:["load"]}),Ga={getAPIConfig:Er,setAPIModule:yu,sendAPIQuery:wu,setFetch:$y,getFetch:By,listAPIProviders:jy},y_={nuxt:{},icon:{provider:"iconify",class:"",aliases:{},iconifyApiEndpoint:"https://api.iconify.design",localApiEndpoint:"/api/_nuxt_icon",fallbackToApi:!0,cssSelectorPrefix:"i-",cssWherePseudo:!0,mode:"css",attrs:{"aria-hidden":!0},collections:["academicons","akar-icons","ant-design","arcticons","basil","bi","bitcoin-icons","bpmn","brandico","bx","bxl","bxs","bytesize","carbon","catppuccin","cbi","charm","ci","cib","cif","cil","circle-flags","circum","clarity","codex","codicon","covid","cryptocurrency","cryptocurrency-color","cuida","dashicons","devicon","devicon-plain","dinkie-icons","duo-icons","ei","el","emojione","emojione-monotone","emojione-v1","entypo","entypo-social","eos-icons","ep","et","eva","f7","fa","fa-brands","fa-regular","fa-solid","fa6-brands","fa6-regular","fa6-solid","fa7-brands","fa7-regular","fa7-solid","fad","famicons","fe","feather","file-icons","flag","flagpack","flat-color-icons","flat-ui","flowbite","fluent","fluent-color","fluent-emoji","fluent-emoji-flat","fluent-emoji-high-contrast","fluent-mdl2","fontelico","fontisto","formkit","foundation","fxemoji","gala","game-icons","garden","geo","gg","gis","gravity-ui","gridicons","grommet-icons","guidance","healthicons","heroicons","heroicons-outline","heroicons-solid","hugeicons","humbleicons","ic","icomoon-free","icon-park","icon-park-outline","icon-park-solid","icon-park-twotone","iconamoon","iconoir","icons8","il","ion","iwwa","ix","jam","la","lets-icons","line-md","lineicons","logos","ls","lsicon","lucide","lucide-lab","mage","majesticons","maki","map","marketeq","material-icon-theme","material-symbols","material-symbols-light","mdi","mdi-light","medical-icon","memory","meteocons","meteor-icons","mi","mingcute","mono-icons","mynaui","nimbus","nonicons","noto","noto-v1","nrk","octicon","oi","ooui","openmoji","oui","pajamas","pepicons","pepicons-pencil","pepicons-pop","pepicons-print","ph","picon","pixel","pixelarticons","prime","proicons","ps","qlementine-icons","quill","radix-icons","raphael","ri","rivet-icons","roentgen","si","si-glyph","sidekickicons","simple-icons","simple-line-icons","skill-icons","solar","stash","streamline","streamline-block","streamline-color","streamline-cyber","streamline-cyber-color","streamline-emojis","streamline-flex","streamline-flex-color","streamline-freehand","streamline-freehand-color","streamline-kameleon-color","streamline-logos","streamline-pixel","streamline-plump","streamline-plump-color","streamline-sharp","streamline-sharp-color","streamline-stickies-color","streamline-ultimate","streamline-ultimate-color","subway","svg-spinners","system-uicons","tabler","tdesign","teenyicons","temaki","token","token-branded","topcoat","twemoji","typcn","uil","uim","uis","uit","uiw","unjs","vaadin","vs","vscode-icons","websymbol","weui","whh","wi","wpf","zmdi","zondicons"],fetchTimeout:1500}},__=Pp(y_);function v_(){const e=me();return e._appConfig||=at(__),e._appConfig}const b_=Ve({name:"@nuxt/icon",setup(){const e=hs(),t=v_().icon;Ga.setFetch($fetch.native);const n=[];if(t.provider==="server"){const r=e.app?.baseURL?.replace(/\/$/,"")??"";n.push(r+(t.localApiEndpoint||"/api/_nuxt_icon")),(t.fallbackToApi===!0||t.fallbackToApi==="client-only")&&n.push(t.iconifyApiEndpoint)}else t.provider==="none"?Ga.setFetch(()=>Promise.resolve(new Response)):n.push(t.iconifyApiEndpoint);async function s(r,o){try{const i=await $fetch(n[0]+"/"+o+".json",{query:{icons:r.join(",")}});if(!i||i.prefix!==o||!i.icons)throw new Error("Invalid data"+JSON.stringify(i));return i}catch(i){return console.error("Failed to load custom icons",i),null}}_u("",{resources:n});for(const r of t.customCollections||[])r&&o_(s,r)}}),w_=Ve(()=>{}),Cu="/__nuxt_hints",E_="/__nuxt_hints/sse";function T_(e,t){return cr()?(No(e,t),!0):!1}const Ao=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const C_=Object.prototype.toString,R_=e=>C_.call(e)==="[object Object]",S_=()=>{};function x_(...e){if(e.length!==1)return Fo(...e);const t=e[0];return typeof t=="function"?Ms(_f(()=>({get:t,set:S_}))):Ee(t)}function zr(e){return Array.isArray(e)?e:[e]}function A_(e,t,n){return ze(e,t,{...n,immediate:!0})}const k_=Ao?window:void 0;function P_(e){var t;const n=Be(e);return(t=n?.$el)!==null&&t!==void 0?t:n}function O_(...e){const t=(s,r,o,i)=>(s.addEventListener(r,o,i),()=>s.removeEventListener(r,o,i)),n=we(()=>{const s=zr(Be(e[0])).filter(r=>r!=null);return s.every(r=>typeof r!="string")?s:void 0});return A_(()=>{var s,r;return[(s=(r=n.value)===null||r===void 0?void 0:r.map(o=>P_(o)))!==null&&s!==void 0?s:[k_].filter(o=>o!=null),zr(Be(n.value?e[1]:e[0])),zr(se(n.value?e[2]:e[1])),Be(n.value?e[3]:e[2])]},([s,r,o,i],a,l)=>{if(!s?.length||!r?.length||!o?.length)return;const u=R_(i)?{...i}:i,c=s.flatMap(f=>r.flatMap(d=>o.map(h=>t(f,d,h,u))));l(()=>{c.forEach(f=>f())})},{flush:"post"})}function I_(e){return e===!0?{}:e}function N_(e,t=[],n={}){const s=De(null),r=De(null),o=De("CONNECTING"),i=Ee(null),a=De(null),l=x_(e),u=De(null);let c=!1,f=0;const{withCredentials:d=!1,immediate:h=!0,autoConnect:p=!0,autoReconnect:_,serializer:E={read:y=>y}}=n,T=()=>{Ao&&i.value&&(i.value.close(),i.value=null,o.value="CLOSED",c=!0)},b=()=>{if(c||typeof l.value>"u")return;const y=new EventSource(l.value,{withCredentials:d});o.value="CONNECTING",i.value=y,y.onopen=()=>{o.value="OPEN",a.value=null},y.onerror=w=>{if(o.value="CLOSED",a.value=w,y.readyState===2&&!c&&_){y.close();const{retries:C=-1,delay:A=1e3,onFailed:D}=I_(_);f+=1,typeof C=="number"&&(C<0||f<C)||typeof C=="function"&&C()?setTimeout(b,A):D?.()}},y.onmessage=w=>{var C;s.value=null,r.value=(C=E.read(w.data))!==null&&C!==void 0?C:null,u.value=w.lastEventId};for(const w of t)O_(y,w,C=>{var A,D;s.value=w,r.value=(A=E.read(C.data))!==null&&A!==void 0?A:null,u.value=(D=C.lastEventId)!==null&&D!==void 0?D:null},{passive:!0})},m=()=>{Ao&&(T(),c=!1,f=0,b())};return h&&m(),p&&ze(l,m),T_(T),{eventSource:i,event:s,data:r,status:o,error:a,open:m,close:T,lastEventId:u}}const L_=Ve(()=>({provide:{sse:N_(E_,void 0,{autoReconnect:{retries:5,onFailed(){console.error(new Error("[@nuxt/hints] Failed to connect to hints SSE after 5 attempts."))}}})}})),M_=`${Cu}/hydration`;let Yt;const $n=[];function D_(e){if($n.push(e),!(typeof window>"u"))return window.__NUXT_DEVTOOLS__&&$n.forEach(t=>t(window.__NUXT_DEVTOOLS__)),Object.defineProperty(window,"__NUXT_DEVTOOLS__",{set(t){t&&$n.forEach(n=>n(t))},get(){return Yt.value},configurable:!0}),()=>{$n.splice($n.indexOf(e),1)}}function fi(){Yt||(Yt=De(),D_(t));function e(){Yt&&gf(Yt)}function t(n){Yt.value=n,n.host&&n.host.hooks.hook("host:update:reactivity",e)}return Yt}function Jv(){const e=fi().value;if(!e)throw new Error("`useHostThirdPartyScripts` must be used when the devtools client is connected");return{scripts:e.host.nuxt.__hints_tpc,isUsingNuxtScripts:!!e.host.nuxt.$scripts}}function Qv(){const e=Ee([]),t=Ee([]),n=Ee([]),s=Ru();s.callHook("hints:webvitals:sync",{lcp:e,inp:t,cls:n});const r=[s.hook("hints:webvitals:cls",i=>{n.value.push(i)}),s.hook("hints:webvitals:lcp",i=>{e.value.push(i)}),s.hook("hints:webvitals:inp",i=>{t.value.push(i)})];No(()=>{r.forEach(i=>i())});const o=we(()=>[...e.value,...t.value,...n.value]);return{lcp:e,inp:t,cls:n,allMetrics:o}}function Ru(){const e=fi().value;if(!e)throw new Error("`useHostNuxt` must be used when the devtools client is connected");return e.host.nuxt}const H_=Ve(()=>{const e=Ru(),t=me(),n=Ee([]);n.value=[...e.__hints.hydration],$fetch(new URL(M_,window.location.origin).href).then(o=>{n.value=[...n.value,...o.mismatches.filter(i=>!n.value.some(a=>a.id===i.id))]});const s=o=>{const i=JSON.parse(o.data);n.value.some(a=>a.id===i.id)||n.value.push(i)},r=o=>{const i=JSON.parse(o.data);n.value=n.value.filter(a=>!i.includes(a.id))};return ze(t.$sse.eventSource,(o,i)=>{o&&(o.addEventListener("hints:hydration:mismatch",s),o.addEventListener("hints:hydration:cleared",r)),i&&(i.removeEventListener("hints:hydration:mismatch",s),i.removeEventListener("hints:hydration:cleared",r))},{immediate:!0}),{provide:{hydrationMismatches:n}}});let Jr;function Su(e){return{lang:e?.lang??Jr?.lang,message:e?.message,abortEarly:e?.abortEarly??Jr?.abortEarly,abortPipeEarly:e?.abortPipeEarly??Jr?.abortPipeEarly}}let j_;function F_(e){return j_?.get(e)}let $_;function B_(e){return $_?.get(e)}let U_;function V_(e,t){return U_?.get(e)?.get(t)}function W_(e){const t=typeof e;return t==="string"?`"${e}"`:t==="number"||t==="bigint"||t==="boolean"?`${e}`:t==="object"||t==="function"?(e&&Object.getPrototypeOf(e)?.constructor?.name)??"null":t}function is(e,t,n,s,r){const o=r&&"input"in r?r.input:n.value,i=r?.expected??e.expects??null,a=r?.received??W_(o),l={kind:e.kind,type:e.type,input:o,expected:i,received:a,message:`Invalid ${t}: ${i?`Expected ${i} but r`:"R"}eceived ${a}`,requirement:e.requirement,path:r?.path,issues:r?.issues,lang:s.lang,abortEarly:s.abortEarly,abortPipeEarly:s.abortPipeEarly},u=e.kind==="schema",c=r?.message??e.message??V_(e.reference,l.lang)??(u?B_(l.lang):null)??s.message??F_(l.lang);c!==void 0&&(l.message=typeof c=="function"?c(l):c),u&&(n.typed=!1),n.issues?n.issues.push(l):n.issues=[l]}function Tr(e){return{version:1,vendor:"valibot",validate(t){return e["~run"]({value:t},Su())}}}var G_=class extends Error{constructor(e){super(e[0].message),this.name="ValiError",this.issues=e}};function K_(e,t,n){return typeof e.fallback=="function"?e.fallback(t,n):e.fallback}function q_(e,t,n){return typeof e.default=="function"?e.default(t,n):e.default}function xu(e,t){return{kind:"schema",type:"array",reference:xu,expects:"Array",async:!1,item:e,message:t,get"~standard"(){return Tr(this)},"~run"(n,s){const r=n.value;if(Array.isArray(r)){n.typed=!0,n.value=[];for(let o=0;o<r.length;o++){const i=r[o],a=this.item["~run"]({value:i},s);if(a.issues){const l={type:"array",origin:"value",input:r,key:o,value:i};for(const u of a.issues)u.path?u.path.unshift(l):u.path=[l],n.issues?.push(u);if(n.issues||(n.issues=a.issues),s.abortEarly){n.typed=!1;break}}a.typed||(n.typed=!1),n.value.push(a.value)}}else is(this,"type",n,s);return n}}}function tr(e){return{kind:"schema",type:"boolean",reference:tr,expects:"boolean",async:!1,message:e,get"~standard"(){return Tr(this)},"~run"(t,n){return typeof t.value=="boolean"?t.typed=!0:is(this,"type",t,n),t}}}function nr(e,t){return{kind:"schema",type:"object",reference:nr,expects:"Object",async:!1,entries:e,message:t,get"~standard"(){return Tr(this)},"~run"(n,s){const r=n.value;if(r&&typeof r=="object"){n.typed=!0,n.value={};for(const o in this.entries){const i=this.entries[o];if(o in r||(i.type==="exact_optional"||i.type==="optional"||i.type==="nullish")&&i.default!==void 0){const a=o in r?r[o]:q_(i),l=i["~run"]({value:a},s);if(l.issues){const u={type:"object",origin:"value",input:r,key:o,value:a};for(const c of l.issues)c.path?c.path.unshift(u):c.path=[u],n.issues?.push(c);if(n.issues||(n.issues=l.issues),s.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value[o]=l.value}else if(i.fallback!==void 0)n.value[o]=K_(i);else if(i.type!=="exact_optional"&&i.type!=="optional"&&i.type!=="nullish"&&(is(this,"key",n,s,{input:void 0,expected:`"${o}"`,path:[{type:"object",origin:"key",input:r,key:o,value:r[o]}]}),s.abortEarly))break}}else is(this,"type",n,s);return n}}}function Cn(e){return{kind:"schema",type:"string",reference:Cn,expects:"string",async:!1,message:e,get"~standard"(){return Tr(this)},"~run"(t,n){return typeof t.value=="string"?t.typed=!0:is(this,"type",t,n),t}}}function z_(e,t,n){const s=e["~run"]({value:t},Su(n));if(s.issues)throw new G_(s.issues);return s.value}const J_=nr({componentName:Cn(),importSource:Cn(),importedBy:Cn(),rendered:tr()}),Q_=nr({id:Cn(),route:Cn(),state:nr({pageLoaded:tr(),hasReported:tr(),directImports:xu(J_)})}),Y_=`${Cu}/lazy-load`;function X_(e){return typeof e=="string"?`'${e}'`:new Z_().serialize(e)}const Z_=(function(){class e{#e=new Map;compare(n,s){const r=typeof n,o=typeof s;return r==="string"&&o==="string"?n.localeCompare(s):r==="number"&&o==="number"?n-s:String.prototype.localeCompare.call(this.serialize(n,!0),this.serialize(s,!0))}serialize(n,s){if(n===null)return"null";switch(typeof n){case"string":return s?n:`'${n}'`;case"bigint":return`${n}n`;case"object":return this.$object(n);case"function":return this.$function(n)}return String(n)}serializeObject(n){const s=Object.prototype.toString.call(n);if(s!=="[object Object]")return this.serializeBuiltInType(s.length<10?`unknown:${s}`:s.slice(8,-1),n);const r=n.constructor,o=r===Object||r===void 0?"":r.name;if(o!==""&&globalThis[o]===r)return this.serializeBuiltInType(o,n);if(typeof n.toJSON=="function"){const i=n.toJSON();return o+(i!==null&&typeof i=="object"?this.$object(i):`(${this.serialize(i)})`)}return this.serializeObjectEntries(o,Object.entries(n))}serializeBuiltInType(n,s){const r=this["$"+n];if(r)return r.call(this,s);if(typeof s?.entries=="function")return this.serializeObjectEntries(n,s.entries());throw new Error(`Cannot serialize ${n}`)}serializeObjectEntries(n,s){const r=Array.from(s).sort((i,a)=>this.compare(i[0],a[0]));let o=`${n}{`;for(let i=0;i<r.length;i++){const[a,l]=r[i];o+=`${this.serialize(a,!0)}:${this.serialize(l)}`,i<r.length-1&&(o+=",")}return o+"}"}$object(n){let s=this.#e.get(n);return s===void 0&&(this.#e.set(n,`#${this.#e.size}`),s=this.serializeObject(n),this.#e.set(n,s)),s}$function(n){const s=Function.prototype.toString.call(n);return s.slice(-15)==="[native code] }"?`${n.name||""}()[native]`:`${n.name}(${n.length})${s.replace(/\s*\n\s*/g,"")}`}$Array(n){let s="[";for(let r=0;r<n.length;r++)s+=this.serialize(n[r]),r<n.length-1&&(s+=",");return s+"]"}$Date(n){try{return`Date(${n.toISOString()})`}catch{return"Date(null)"}}$ArrayBuffer(n){return`ArrayBuffer[${new Uint8Array(n).join(",")}]`}$Set(n){return`Set${this.$Array(Array.from(n).sort((s,r)=>this.compare(s,r)))}`}$Map(n){return this.serializeObjectEntries("Map",n.entries())}}for(const t of["Error","RegExp","URL"])e.prototype["$"+t]=function(n){return`${t}(${n})`};for(const t of["Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array"])e.prototype["$"+t]=function(n){return`${t}[${n.join(",")}]`};for(const t of["BigInt64Array","BigUint64Array"])e.prototype["$"+t]=function(n){return`${t}[${n.join("n,")}${n.length>0?"n":""}]`};return e})(),ev=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],tv=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998],nv="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",zt=[];class sv{_data=new _n;_hash=new _n([...ev]);_nDataBytes=0;_minBufferSize=0;finalize(t){t&&this._append(t);const n=this._nDataBytes*8,s=this._data.sigBytes*8;return this._data.words[s>>>5]|=128<<24-s%32,this._data.words[(s+64>>>9<<4)+14]=Math.floor(n/4294967296),this._data.words[(s+64>>>9<<4)+15]=n,this._data.sigBytes=this._data.words.length*4,this._process(),this._hash}_doProcessBlock(t,n){const s=this._hash.words;let r=s[0],o=s[1],i=s[2],a=s[3],l=s[4],u=s[5],c=s[6],f=s[7];for(let d=0;d<64;d++){if(d<16)zt[d]=t[n+d]|0;else{const m=zt[d-15],y=(m<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,w=zt[d-2],C=(w<<15|w>>>17)^(w<<13|w>>>19)^w>>>10;zt[d]=y+zt[d-7]+C+zt[d-16]}const h=l&u^~l&c,p=r&o^r&i^o&i,_=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),E=(l<<26|l>>>6)^(l<<21|l>>>11)^(l<<7|l>>>25),T=f+E+h+tv[d]+zt[d],b=_+p;f=c,c=u,u=l,l=a+T|0,a=i,i=o,o=r,r=T+b|0}s[0]=s[0]+r|0,s[1]=s[1]+o|0,s[2]=s[2]+i|0,s[3]=s[3]+a|0,s[4]=s[4]+l|0,s[5]=s[5]+u|0,s[6]=s[6]+c|0,s[7]=s[7]+f|0}_append(t){typeof t=="string"&&(t=_n.fromUtf8(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes}_process(t){let n,s=this._data.sigBytes/64;t?s=Math.ceil(s):s=Math.max((s|0)-this._minBufferSize,0);const r=s*16,o=Math.min(r*4,this._data.sigBytes);if(r){for(let i=0;i<r;i+=16)this._doProcessBlock(this._data.words,i);n=this._data.words.splice(0,r),this._data.sigBytes-=o}return new _n(n,o)}}class _n{words;sigBytes;constructor(t,n){t=this.words=t||[],this.sigBytes=n===void 0?t.length*4:n}static fromUtf8(t){const n=unescape(encodeURIComponent(t)),s=n.length,r=[];for(let o=0;o<s;o++)r[o>>>2]|=(n.charCodeAt(o)&255)<<24-o%4*8;return new _n(r,s)}toBase64(){const t=[];for(let n=0;n<this.sigBytes;n+=3){const s=this.words[n>>>2]>>>24-n%4*8&255,r=this.words[n+1>>>2]>>>24-(n+1)%4*8&255,o=this.words[n+2>>>2]>>>24-(n+2)%4*8&255,i=s<<16|r<<8|o;for(let a=0;a<4&&n*8+a*6<this.sigBytes*8;a++)t.push(nv.charAt(i>>>6*(3-a)&63))}return t.join("")}concat(t){if(this.words[this.sigBytes>>>2]&=4294967295<<32-this.sigBytes%4*8,this.words.length=Math.ceil(this.sigBytes/4),this.sigBytes%4)for(let n=0;n<t.sigBytes;n++){const s=t.words[n>>>2]>>>24-n%4*8&255;this.words[this.sigBytes+n>>>2]|=s<<24-(this.sigBytes+n)%4*8}else for(let n=0;n<t.sigBytes;n+=4)this.words[this.sigBytes+n>>>2]=t.words[n>>>2];this.sigBytes+=t.sigBytes}}function rv(e){return new sv().finalize(e).toBase64()}function mn(e){return rv(X_(e))}const ov={trailing:!0};function iv(e,t=25,n={}){if(n={...ov,...n},!Number.isFinite(t))throw new TypeError("Expected `wait` to be a finite number");let s,r,o=[],i,a;const l=(f,d)=>(i=av(e,f,d),i.finally(()=>{if(i=null,n.trailing&&a&&!r){const h=l(f,a);return a=null,h}}),i),u=function(...f){return n.trailing&&(a=f),i||new Promise(d=>{const h=!r&&n.leading;clearTimeout(r),r=setTimeout(()=>{r=null;const p=n.leading?s:l(this,f);a=null;for(const _ of o)_(p);o=[]},t),h?(s=l(this,f),d(s)):o.push(d)})},c=f=>{f&&(clearTimeout(f),r=null)};return u.isPending=()=>!!r,u.cancel=()=>{c(r),o=[],a=null},u.flush=()=>{if(c(r),!a||i)return;const f=a;return a=null,l(this,f)},u}async function av(e,t,n){return await e.apply(t,n)}const lv=Symbol.for("nuxt:client-only");function cv(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;uv(e[0],e[1])&&e.unshift(t);let[n,s,r={}]=e,o=!1;const i=we(()=>Be(n));if(typeof i.value!="string")throw new TypeError("[nuxt] [useAsyncData] key must be a string.");if(typeof s!="function")throw new TypeError("[nuxt] [useAsyncData] handler must be a function.");const a=me();r.server??=!0,r.default??=dv,r.getCachedData??=ku,r.lazy??=!1,r.immediate??=!0,r.deep??=bp.deep,r.dedupe??="cancel",r._functionName,a._asyncData[i.value];function l(){const p={cause:"initial",dedupe:r.dedupe};return a._asyncData[i.value]?._init||(p.cachedData=r.getCachedData(i.value,a,{cause:"initial"}),a._asyncData[i.value]=Ka(a,i.value,s,r,p.cachedData)),()=>a._asyncData[i.value].execute(p)}const u=l(),c=a._asyncData[i.value];c._deps++;const f=r.server!==!1&&a.payload.serverRendered;{let p=function(y){const w=a._asyncData[y];w?._deps&&(w._deps--,w._deps===0&&w?._off())};const _=ln();if(_&&f&&r.immediate&&!_.sp&&(_.sp=[]),_&&!_._nuxtOnBeforeMountCbs){_._nuxtOnBeforeMountCbs=[];const y=_._nuxtOnBeforeMountCbs;Dl(()=>{y.forEach(w=>{w()}),y.splice(0,y.length)}),gr(()=>y.splice(0,y.length))}const E=_&&(_._nuxtClientOnly||Ae(lv,!1));f&&a.isHydrating&&(c.error.value||c.data.value!==void 0)?c.status.value=c.error.value?"error":"success":_&&(!E&&a.payload.serverRendered&&a.isHydrating||r.lazy)&&r.immediate?_._nuxtOnBeforeMountCbs.push(u):r.immediate&&c.status.value!=="success"&&u();const T=cr(),b=ze(i,(y,w)=>{if((y||w)&&y!==w){o=!0;const C=a._asyncData[w]?.data.value!==void 0,A=a._asyncDataPromises[w]!==void 0,D={cause:"initial",dedupe:r.dedupe};if(!a._asyncData[y]?._init){let O;w&&C?O=a._asyncData[w].data.value:(O=r.getCachedData(y,a,{cause:"initial"}),D.cachedData=O),a._asyncData[y]=Ka(a,y,s,r,O)}a._asyncData[y]._deps++,w&&p(w),(r.immediate||C||A)&&a._asyncData[y].execute(D),Zn(()=>{o=!1})}},{flush:"sync"}),m=r.watch?ze(r.watch,()=>{o||(a._asyncData[i.value]?._execute.isPending()&&Zn(()=>{a._asyncData[i.value]?._execute.flush()}),a._asyncData[i.value]?._execute({cause:"watch",dedupe:r.dedupe}))}):()=>{};T&&No(()=>{b(),m(),p(i.value)})}const d={data:Ss(()=>a._asyncData[i.value]?.data),pending:Ss(()=>a._asyncData[i.value]?.pending),status:Ss(()=>a._asyncData[i.value]?.status),error:Ss(()=>a._asyncData[i.value]?.error),refresh:(...p)=>a._asyncData[i.value]?._init?a._asyncData[i.value].execute(...p):l()(),execute:(...p)=>d.refresh(...p),clear:()=>{const p=a._asyncData[i.value];if(p?._abortController)try{p._abortController.abort(new DOMException("AsyncData aborted by user.","AbortError"))}finally{p._abortController=void 0}Au(a,i.value)}},h=Promise.resolve(a._asyncDataPromises[i.value]).then(()=>d);return Object.assign(h,d),h}function Ss(e){return we({get(){return e()?.value},set(t){const n=e();n&&(n.value=t)}})}function uv(e,t){return!(typeof e=="string"||typeof e=="object"&&e!==null||typeof e=="function"&&typeof t=="function")}function Au(e,t){t in e.payload.data&&(e.payload.data[t]=void 0),t in e.payload._errors&&(e.payload._errors[t]=void 0),e._asyncData[t]&&(e._asyncData[t].data.value=se(e._asyncData[t]._default()),e._asyncData[t].error.value=void 0,e._asyncData[t].status.value="idle"),t in e._asyncDataPromises&&(e._asyncDataPromises[t]=void 0)}function fv(e,t){const n={};for(const s of t)n[s]=e[s];return n}function Ka(e,t,n,s,r){e.payload._errors[t]??=void 0;const o=s.getCachedData!==ku,i=n,a=s.deep?Ee:De,l=r!==void 0,u=e.hook("app:data:refresh",async f=>{(!f||f.includes(t))&&await c.execute({cause:"refresh:hook"})}),c={data:a(l?r:s.default()),pending:we(()=>c.status.value==="pending"),error:Fo(e.payload._errors,t),status:De("idle"),execute:(...f)=>{const[d,h=void 0]=f,p=d&&h===void 0&&typeof d=="object"?d:{};if(e._asyncDataPromises[t]&&(p.dedupe??s.dedupe)==="defer")return e._asyncDataPromises[t];{const T="cachedData"in p?p.cachedData:s.getCachedData(t,e,{cause:p.cause??"refresh:manual"});if(T!==void 0)return e.payload.data[t]=c.data.value=T,c.error.value=void 0,c.status.value="success",Promise.resolve(T)}c._abortController&&c._abortController.abort(new DOMException("AsyncData request cancelled by deduplication","AbortError")),c._abortController=new AbortController,c.status.value="pending";const _=new AbortController,E=new Promise((T,b)=>{try{const m=p.timeout??s.timeout,y=hv([c._abortController?.signal,p?.signal],_.signal,m);if(y.aborted){const w=y.reason;b(w instanceof Error?w:new DOMException(String(w??"Aborted"),"AbortError"));return}return y.addEventListener("abort",()=>{const w=y.reason;b(w instanceof Error?w:new DOMException(String(w??"Aborted"),"AbortError"))},{once:!0,signal:_.signal}),Promise.resolve(i(e,{signal:y})).then(T,b)}catch(m){b(m)}}).then(async T=>{let b=T;s.transform&&(b=await s.transform(T)),s.pick&&(b=fv(b,s.pick)),e.payload.data[t]=b,c.data.value=b,c.error.value=void 0,c.status.value="success"}).catch(T=>{if(e._asyncDataPromises[t]&&e._asyncDataPromises[t]!==E||c._abortController?.signal.aborted)return e._asyncDataPromises[t];if(typeof DOMException<"u"&&T instanceof DOMException&&T.name==="AbortError")return c.status.value="idle",e._asyncDataPromises[t];c.error.value=Bt(T),c.data.value=se(s.default()),c.status.value="error"}).finally(()=>{_.abort(),delete e._asyncDataPromises[t]});return e._asyncDataPromises[t]=E,e._asyncDataPromises[t]},_execute:iv((...f)=>c.execute(...f),0,{leading:!0}),_default:s.default,_deps:0,_init:!0,_hash:void 0,_off:()=>{u(),e._asyncData[t]?._init&&(e._asyncData[t]._init=!1),o||Ut(()=>{e._asyncData[t]?._init||(Au(e,t),c.execute=()=>Promise.resolve())})}};return c}const dv=()=>{},ku=(e,t,n)=>{if(t.isHydrating)return t.payload.data[e];if(n.cause!=="refresh:manual"&&n.cause!=="refresh:hook")return t.static.data[e]};function hv(e,t,n){const s=e.filter(i=>!!i);if(typeof n=="number"&&n>=0){const i=AbortSignal.timeout?.(n);i&&s.push(i)}if(AbortSignal.any)return AbortSignal.any(s);const r=new AbortController;for(const i of s)if(i.aborted){const a=i.reason??new DOMException("Aborted","AbortError");try{r.abort(a)}catch{r.abort()}return r.signal}const o=()=>{const a=s.find(l=>l.aborted)?.reason??new DOMException("Aborted","AbortError");try{r.abort(a)}catch{r.abort()}};for(const i of s)i.addEventListener?.("abort",o,{once:!0,signal:t});return r.signal}function pv(e,t,n){const[s={},r]=typeof t=="string"?[{},t]:[t,n],o=we(()=>Be(e)),i=we(()=>Be(s.key)||"$f"+mn([r,typeof o.value=="string"?o.value:"",...mv(s)]));if(!s.baseURL&&typeof o.value=="string"&&o.value[0]==="/"&&o.value[1]==="/")throw new Error('[nuxt] [useFetch] the request URL must not start with "//".');const{server:a,lazy:l,default:u,transform:c,pick:f,watch:d,immediate:h,getCachedData:p,deep:_,dedupe:E,timeout:T,...b}=s,m=at({...wp,...b,cache:typeof s.cache=="boolean"?void 0:s.cache}),y={server:a,lazy:l,default:u,transform:c,pick:f,immediate:h,getCachedData:p,deep:_,dedupe:E,timeout:T,watch:d===!1?[]:[...d||[],m]};return cv(d===!1?i.value:i,(C,{signal:A})=>(s.$fetch||globalThis.$fetch)(o.value,{signal:A,...m}),y)}function gv(e,t,n){const[s={},r]=typeof t=="string"?[{},t]:[t,n];return pv(e,{...s,lazy:!0},r)}function mv(e){const t=[Be(e.method)?.toUpperCase()||"GET",Be(e.baseURL)];for(const n of[e.query||e.params]){const s=Be(n);if(!s)continue;const r={};for(const[o,i]of Object.entries(s))r[Be(o)]=Be(i);t.push(r)}if(e.body){const n=Be(e.body);if(!n)t.push(mn(n));else if(n instanceof ArrayBuffer)t.push(mn(Object.fromEntries([...new Uint8Array(n).entries()].map(([s,r])=>[s,r.toString()]))));else if(n instanceof FormData){const s={};for(const r of n.entries()){const[o,i]=r;s[o]=i instanceof File?i.name:i}t.push(mn(s))}else if(Io(n))t.push(mn(at(n)));else try{t.push(mn(n))}catch{console.warn("[useFetch] Failed to hash body",n)}}return t}const yv=Ve(()=>{const e=me(),{data:t}=gv(new URL(Y_,window.location.origin).href,{default:()=>[],deep:!0},"$sBLcRBEQ7R"),n=r=>{try{const o=z_(Q_,JSON.parse(r.data));t.value.some(i=>i.id===o.id)||t.value.push(o)}catch{console.warn("[hints] Ignoring malformed hints:lazy-load:report event",r.data);return}},s=r=>{try{const o=JSON.parse(r.data);t.value=t.value.filter(i=>i.id!==o)}catch{return}};return ze(e.$sse.eventSource,(r,o)=>{r&&(r.addEventListener("hints:lazy-load:report",n),r.addEventListener("hints:lazy-load:cleared",s)),o&&(o.removeEventListener("hints:lazy-load:report",n),o.removeEventListener("hints:lazy-load:cleared",s))},{immediate:!0}),{provide:{lazyLoadHints:t}}}),_v=[kg,Lg,ay,ly,cy,uy,dy,gy,_y,b_,w_,L_,H_,yv],Pu=(e="RouteProvider")=>gt({name:e,props:{route:{type:Object,required:!0},vnode:Object,vnodeRef:Object,renderKey:String,trackRootNodes:Boolean},setup(t){const n=t.renderKey,s=t.route,r={};for(const o in t.route)Object.defineProperty(r,o,{get:()=>n===t.renderKey?t.route[o]:s[o],enumerable:!0});return $t(rn,dt(r)),()=>t.vnode?Re(t.vnode,{ref:t.vnodeRef}):t.vnode}}),vv=Pu(),qa=new WeakMap,bv=gt({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t,slots:n,expose:s}){const r=me(),o=Ee(),i=Ae(rn,null);let a;s({pageRef:o});const l=Ae(Lc,null);let u;const c=r.deferHydration();let f=!1,d=0;if(r.isHydrating){const p=r.hooks.hookOnce("app:error",c);Je().beforeEach(p)}e.pageKey&&ze(()=>e.pageKey,(p,_)=>{p!==_&&r.callHook("page:loading:start")});let h=!1;{const p=Je().beforeResolve(()=>{h=!1});fs(()=>{p()})}return()=>Re(ou,{name:e.name,route:e.route,...t},{default:p=>{const _=Ev(i,p.route,p.Component),E=i&&i.matched.length===p.route.matched.length;if(!p.Component){if(u&&!E)return u;c();return}if(u&&l&&!l.isCurrent(p.route))return u;if(_&&i&&(!l||l?.isCurrent(i)))return E?u:null;const T=Eo(p,e.pageKey),b=Tv(i,p.route,p.Component);!r.isHydrating&&a===T&&!b&&Ut(()=>{h||(h=!0,r.callHook("page:loading:end"))}),f&&a!==T&&d++,a=T;const m=!!(e.transition??p.route.meta.pageTransition??na),y=m&&wv([e.transition,p.route.meta.pageTransition,na,{onAfterLeave(){delete r._runningTransition,r.callHook("page:transition:finish",p.Component)}}]),w=e.keepalive??p.route.meta.keepalive??vp;return u=au(m&&y,Wm(w,Re(qo,{key:d,suspensible:!0,onPending:()=>{f=!0,m&&(r._runningTransition=!0),r.callHook("page:start",p.Component)},onResolve:async()=>{f=!1;try{await Ut(),r._route.sync?.(),await r.callHook("page:finish",p.Component),delete r._runningTransition,!h&&!b&&(h=!0,await r.callHook("page:loading:end"))}finally{c()}}},{default:()=>{const C={key:T||void 0,vnode:n.default?Cv(n.default,p):p.Component,route:p.route,renderKey:T||void 0,trackRootNodes:m,vnodeRef:o};if(!w)return Re(vv,C);const A=p.Component.type,D=A;let O=qa.get(D);return O||(O=Pu(A.name||A.__name),qa.set(D,O)),Re(O,C)}}))).default(),u}})}});function wv(e){const t=[];for(const n of e)n&&t.push({...n,onAfterLeave:n.onAfterLeave?ai(n.onAfterLeave):void 0});return Ic(...t)}function Ev(e,t,n){if(!e)return!1;const s=t.matched.findIndex(r=>r.components?.default===n?.type);return!s||s===-1?!1:t.matched.slice(0,s).some((r,o)=>r.components?.default!==e.matched[o]?.components?.default)||n&&Eo({route:t,Component:n})!==Eo({route:e,Component:n})}function Tv(e,t,n){return e?t.matched.findIndex(r=>r.components?.default===n?.type)<t.matched.length-1:!1}function Cv(e,t){const n=e(t);return n.length===1?Re(n[0]):Re(Se,void 0,n)}const Ou=Uc,Rv=gt({name:"LayoutLoader",inheritAttrs:!1,props:{name:String,layoutProps:Object},setup(e,t){return()=>Re(Ht[e.name],e.layoutProps,t.slots)}}),Sv={name:{type:[String,Boolean,Object],default:null},fallback:{type:[String,Object],default:null}},xv=gt({name:"NuxtLayout",inheritAttrs:!1,props:Sv,setup(e,t){const n=me(),s=Ae(rn),o=!s||s===ps()?iu():s,i=we(()=>{let c=se(e.name)??o?.meta.layout??Ou(o?.path).appLayout??"default";return c&&!(c in Ht)&&e.fallback&&(c=se(e.fallback)),c}),a=De();t.expose({layoutRef:a});const l=n.deferHydration();if(n.isHydrating){const c=n.hooks.hookOnce("app:error",l);Je().beforeEach(c)}let u;return()=>{const c=i.value&&i.value in Ht,f=o?.meta.layoutTransition??_p,d=u;return u=i.value,au(c&&f,{default:()=>Re(qo,{suspensible:!0,onResolve:()=>{Ut(l)}},{default:()=>Re(Av,{layoutProps:dc(t.attrs,o.meta.layoutProps??{},{ref:a}),key:i.value||void 0,name:i.value,shouldProvide:!e.name,isRenderingNewLayout:h=>h!==d&&h===i.value,hasTransition:!!f},t.slots)})}).default()}}}),Av=gt({name:"NuxtLayoutProvider",inheritAttrs:!1,props:{name:{type:[String,Boolean]},layoutProps:{type:Object},hasTransition:{type:Boolean},shouldProvide:{type:Boolean},isRenderingNewLayout:{type:Function,required:!0}},setup(e,t){const n=e.name;e.shouldProvide&&$t(Lc,{isCurrent:o=>n===!1||n===(o.meta.layout??Ou(o.path).appLayout??"default")});const s=Ae(rn);if(s&&s===ps()){const o=iu(),i={};for(const a in o){const l=a;Object.defineProperty(i,l,{enumerable:!0,get:()=>e.isRenderingNewLayout(e.name)?o[l]:s[l]})}$t(rn,dt(i))}return()=>!n||typeof n=="string"&&!(n in Ht)?t.slots.default?.():Re(Rv,{key:n,layoutProps:e.layoutProps,name:n},t.slots)}}),kv=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Pv={},Ov={class:"n-loading n-panel-grids-center"},Iv={class:"flex flex-col animate-pulse items-center text-lg"};function Nv(e,t){return Me(),zo("div",Ov,[Ks("div",Iv,[t[1]||(t[1]=Ks("div",{class:"i-carbon-circle-dash animate-spin text-4xl op50"},null,-1)),Jf(e.$slots,"default",{},()=>[t[0]||(t[0]=Jo(" Loading... ",-1))])])])}const Lv=Object.assign(kv(Pv,[["render",Nv]]),{__name:"NLoading"}),Mv=gt({__name:"app",setup(e){const t=fi();return(n,s)=>{const r=bv,o=xv,i=Lv;return Me(),zo("div",null,[se(t)?(Me(),tt(o,{key:0},{default:Bo(()=>[ye(r)]),_:1})):(Me(),tt(i,{key:1}))])}}}),Dv={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error,s=Number(n.statusCode||500),r=s===404,o=n.statusMessage??(r?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),a=void 0,c=r?Bs(()=>Et(()=>import("./DGBsmNPI.js"),__vite__mapDeps([15,3,16,17]),import.meta.url)):Bs(()=>Et(()=>import("./De9_lo2O.js"),__vite__mapDeps([18,16,19]),import.meta.url));return(f,d)=>(Me(),tt(se(c),Uu(fc({status:se(s),statusText:se(o),statusCode:se(s),statusMessage:se(o),description:se(i),stack:se(a)})),null,16))}},Hv={key:0},za={__name:"nuxt-root",setup(e){const t=()=>null,n=me(),s=n.deferHydration();if(n.isHydrating){const u=n.hooks.hookOnce("app:error",s);Je().beforeEach(u)}const r=!1;$t(rn,ps()),n.hooks.callHookWith(u=>u.map(c=>c()),"vue:setup");const o=_r(),i=!1,a=/bot\b|chrome-lighthouse|facebookexternalhit|google\b/i;jl((u,c,f)=>{if(n.hooks.callHook("vue:error",u,c,f).catch(d=>console.error("[nuxt] Error in `vue:error` hook",d)),a.test(navigator.userAgent))return n.hooks.callHook("app:error",u),console.error(`[nuxt] Not rendering error page for bot with user agent \`${navigator.userAgent}\`:`,u),!1;if(Dc(u)&&(u.fatal||u.unhandled))return n.runWithContext(()=>Qt(u)),!1});const l=!1;return(u,c)=>(Me(),tt(qo,{onResolve:se(s)},{default:Bo(()=>[se(i)?(Me(),zo("div",Hv)):se(o)?(Me(),tt(se(Dv),{key:1,error:se(o)},null,8,["error"])):se(l)?(Me(),tt(se(t),{key:2,context:se(l)},null,8,["context"])):se(r)?(Me(),tt(zf(se(r)),{key:3})):(Me(),tt(se(Mv),{key:4}))]),_:1},8,["onResolve"]))}};let Ja;{let e;Ja=async function(){if(e)return e;const n=!!(window.__NUXT__?.serverRendered??document.getElementById("__NUXT_DATA__")?.dataset.ssr==="true"),s=n?fh(za):uh(za),r=Rp({vueApp:s});async function o(i){await r.callHook("app:error",i),r.payload.error||=Bt(i)}s.config.errorHandler=o,r.hook("app:suspense:resolve",()=>{s.config.errorHandler===o&&(s.config.errorHandler=void 0)}),!n&&sa.id&&r.hook("app:suspense:resolve",()=>{document.getElementById(sa.id)?.remove()});try{await Ap(r,_v)}catch(i){o(i)}try{await r.hooks.callHook("app:created",s),await r.hooks.callHook("app:beforeMount",s),s.mount(Ep),await r.hooks.callHook("app:mounted",s),await Ut()}catch(i){o(i)}return s},e=Ja().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{Ry as $,Jv as A,Re as B,ps as C,Je as D,li as E,Se as F,Na as G,M_ as H,fs as I,Gv as J,jv as K,Y_ as L,bc as M,De as N,Dp as O,yy as P,Vv as Q,Uv as R,cn as S,Zo as T,jh as U,Js as V,hs as W,v_ as X,Kv as Y,qv as Z,kv as _,Ks as a,zv as a0,ye as b,zo as c,Jo as d,me as e,Bc as f,gt as g,Uo as h,Ae as i,Qv as j,se as k,tt as l,$v as m,we as n,Me as o,Et as p,ze as q,Jf as r,pr as s,Gu as t,Wv as u,Ee as v,Bo as w,Fv as x,lr as y,fi as z};