nuxt-graphql-middleware 4.2.0 → 4.3.1

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 (52) hide show
  1. package/dist/client/200.html +9 -9
  2. package/dist/client/404.html +9 -9
  3. package/dist/client/_nuxt/{BBbivCOF.js → B4FhP7a6.js} +1 -1
  4. package/dist/client/_nuxt/CH4m2wxh.js +25 -0
  5. package/dist/client/_nuxt/{DbuEOF3O.js → CPd6XBwJ.js} +1 -1
  6. package/dist/client/_nuxt/{Ch07F_Ul.js → GKcsigNx.js} +1 -1
  7. package/dist/client/_nuxt/{BKf42UCq.js → VR7nYXIq.js} +1 -1
  8. package/dist/client/_nuxt/builds/latest.json +1 -1
  9. package/dist/client/_nuxt/builds/meta/08eb555c-2460-4359-b00b-ff7301e8150d.json +1 -0
  10. package/dist/client/index.html +9 -9
  11. package/dist/module.d.mts +20 -15
  12. package/dist/module.d.ts +20 -15
  13. package/dist/module.json +1 -1
  14. package/dist/module.mjs +115 -54
  15. package/dist/runtime/clientOptions/index.d.ts +2 -0
  16. package/dist/runtime/clientOptions/index.js +3 -0
  17. package/dist/runtime/composables/nuxtApp.js +1 -1
  18. package/dist/runtime/composables/useAsyncGraphqlQuery.d.ts +4 -2
  19. package/dist/runtime/composables/useAsyncGraphqlQuery.js +26 -10
  20. package/dist/runtime/composables/useGraphqlMutation.d.ts +2 -2
  21. package/dist/runtime/composables/useGraphqlMutation.js +19 -2
  22. package/dist/runtime/composables/useGraphqlQuery.d.ts +2 -2
  23. package/dist/runtime/composables/useGraphqlQuery.js +29 -4
  24. package/dist/runtime/composables/useGraphqlUploadMutation.d.ts +2 -2
  25. package/dist/runtime/composables/useGraphqlUploadMutation.js +19 -3
  26. package/dist/runtime/{composables/shared.d.ts → helpers/composables.d.ts} +8 -1
  27. package/dist/runtime/helpers/composables.js +17 -0
  28. package/dist/runtime/server/tsconfig.json +3 -0
  29. package/dist/runtime/server/utils/index.d.ts +3 -0
  30. package/dist/runtime/server/utils/index.js +12 -0
  31. package/dist/runtime/server/utils/useGraphqlMutation.d.ts +7 -0
  32. package/dist/runtime/server/utils/useGraphqlMutation.js +20 -0
  33. package/dist/runtime/server/utils/useGraphqlQuery.d.ts +7 -0
  34. package/dist/runtime/server/utils/useGraphqlQuery.js +21 -0
  35. package/dist/runtime/serverHandler/helpers/index.d.ts +9 -5
  36. package/dist/runtime/serverHandler/helpers/index.js +40 -9
  37. package/dist/runtime/serverHandler/index.js +15 -7
  38. package/dist/runtime/serverHandler/upload.js +16 -7
  39. package/dist/runtime/serverOptions/defineGraphqlServerOptions.d.ts +2 -1
  40. package/dist/runtime/settings/index.d.ts +2 -1
  41. package/dist/runtime/settings/index.js +2 -1
  42. package/dist/runtime/types.d.ts +52 -1
  43. package/package.json +6 -2
  44. package/dist/client/_nuxt/CaoFd9E8.js +0 -25
  45. package/dist/client/_nuxt/builds/meta/fff2eb15-13a3-4063-86e7-990068006f7e.json +0 -1
  46. package/dist/runtime/composables/server.d.ts +0 -11
  47. package/dist/runtime/composables/server.js +0 -29
  48. package/dist/runtime/composables/shared.js +0 -5
  49. /package/dist/client/_nuxt/{entry.DlumAtbg.css → entry.D9ltLgme.css} +0 -0
  50. /package/dist/client/_nuxt/{error-404.C_4C5G96.css → error-404.SWzu_puR.css} +0 -0
  51. /package/dist/client/_nuxt/{error-500.CBAEdpZV.css → error-500.Bkv_zTjr.css} +0 -0
  52. /package/dist/client/_nuxt/{index.DCCKx2Zk.css → index.D19Q16VT.css} +0 -0
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
- <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.DlumAtbg.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CaoFd9E8.js">
5
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.C_4C5G96.css">
6
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/Ch07F_Ul.js">
7
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/BBbivCOF.js">
8
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.CBAEdpZV.css">
9
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/DbuEOF3O.js">
10
- <script type="module" src="/__nuxt-graphql-middleware/_nuxt/CaoFd9E8.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1729345409102,false]</script>
11
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"fff2eb15-13a3-4063-86e7-990068006f7e",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
3
+ <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.D9ltLgme.css">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CH4m2wxh.js">
5
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.SWzu_puR.css">
6
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/GKcsigNx.js">
7
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/B4FhP7a6.js">
8
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.Bkv_zTjr.css">
9
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CPd6XBwJ.js">
10
+ <script type="module" src="/__nuxt-graphql-middleware/_nuxt/CH4m2wxh.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1732095345137,false]</script>
11
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"08eb555c-2460-4359-b00b-ff7301e8150d",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
- <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.DlumAtbg.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CaoFd9E8.js">
5
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.C_4C5G96.css">
6
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/Ch07F_Ul.js">
7
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/BBbivCOF.js">
8
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.CBAEdpZV.css">
9
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/DbuEOF3O.js">
10
- <script type="module" src="/__nuxt-graphql-middleware/_nuxt/CaoFd9E8.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1729345409102,false]</script>
11
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"fff2eb15-13a3-4063-86e7-990068006f7e",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
3
+ <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.D9ltLgme.css">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CH4m2wxh.js">
5
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.SWzu_puR.css">
6
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/GKcsigNx.js">
7
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/B4FhP7a6.js">
8
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.Bkv_zTjr.css">
9
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CPd6XBwJ.js">
10
+ <script type="module" src="/__nuxt-graphql-middleware/_nuxt/CH4m2wxh.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1732095345137,false]</script>
11
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"08eb555c-2460-4359-b00b-ff7301e8150d",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1 +1 @@
1
- import{C as o,r as u,D as f,E as d,e as v,F as l,G as i,H as h,I as m}from"./CaoFd9E8.js";function U(t,a={}){const e=a.head||o();if(e)return e.ssr?e.push(t,a):p(e,t,a)}function p(t,a,e={}){const s=u(!1),n=u({});f(()=>{n.value=s.value?{}:h(a)});const r=t.push(n.value,e);return d(n,c=>{r.patch(c)}),m()&&(v(()=>{r.dispose()}),l(()=>{s.value=!0}),i(()=>{s.value=!1})),r}export{U as u};
1
+ import{C as o,r as u,D as f,E as d,e as v,F as l,G as i,H as h,I as m}from"./CH4m2wxh.js";function U(t,a={}){const e=a.head||o();if(e)return e.ssr?e.push(t,a):p(e,t,a)}function p(t,a,e={}){const s=u(!1),n=u({});f(()=>{n.value=s.value?{}:h(a)});const r=t.push(n.value,e);return d(n,c=>{r.patch(c)}),m()&&(v(()=>{r.dispose()}),l(()=>{s.value=!0}),i(()=>{s.value=!1})),r}export{U as u};
@@ -0,0 +1,25 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./VR7nYXIq.js","./index.D19Q16VT.css","./GKcsigNx.js","./B4FhP7a6.js","./error-404.SWzu_puR.css","./CPd6XBwJ.js","./error-500.Bkv_zTjr.css"])))=>i.map(i=>d[i]);
2
+ /**
3
+ * @vue/shared v3.5.12
4
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
5
+ * @license MIT
6
+ **//*! #__NO_SIDE_EFFECTS__ */function Xs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ae={},on=[],it=()=>{},Tc=()=>!1,qn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),zs=e=>e.startsWith("onUpdate:"),me=Object.assign,Ys=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Cc=Object.prototype.hasOwnProperty,re=(e,t)=>Cc.call(e,t),J=Array.isArray,ln=e=>wn(e)==="[object Map]",vn=e=>wn(e)==="[object Set]",Io=e=>wn(e)==="[object Date]",Rc=e=>wn(e)==="[object RegExp]",X=e=>typeof e=="function",he=e=>typeof e=="string",Ye=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",il=e=>(le(e)||X(e))&&X(e.then)&&X(e.catch),ll=Object.prototype.toString,wn=e=>ll.call(e),Sc=e=>wn(e).slice(8,-1),al=e=>wn(e)==="[object Object]",Zs=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,an=Xs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ir=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},xc=/-(\w)/g,qe=Ir(e=>e.replace(xc,(t,n)=>n?n.toUpperCase():"")),kc=/\B([A-Z])/g,Jt=Ir(e=>e.replace(kc,"-$1").toLowerCase()),Lr=Ir(e=>e.charAt(0).toUpperCase()+e.slice(1)),Jr=Ir(e=>e?`on${Lr(e)}`:""),xt=(e,t)=>!Object.is(e,t),cn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},cl=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},gr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},fl=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Lo;const Nr=()=>Lo||(Lo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function $r(e){if(J(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=he(r)?Mc(r):$r(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(he(e)||le(e))return e}const Pc=/;(?![^(]*\))/g,Ac=/:([^]+)/,Oc=/\/\*[^]*?\*\//g;function Mc(e){const t={};return e.replace(Oc,"").split(Pc).forEach(n=>{if(n){const r=n.split(Ac);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function jr(e){let t="";if(he(e))t=e;else if(J(e))for(let n=0;n<e.length;n++){const r=jr(e[n]);r&&(t+=r+" ")}else if(le(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Hc(e){if(!e)return null;let{class:t,style:n}=e;return t&&!he(t)&&(e.class=jr(t)),n&&(e.style=$r(n)),e}const Ic="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Lc=Xs(Ic);function ul(e){return!!e||e===""}function Nc(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=qt(e[r],t[r]);return n}function qt(e,t){if(e===t)return!0;let n=Io(e),r=Io(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Ye(e),r=Ye(t),n||r)return e===t;if(n=J(e),r=J(t),n||r)return n&&r?Nc(e,t):!1;if(n=le(e),r=le(t),n||r){if(!n||!r)return!1;const s=Object.keys(e).length,o=Object.keys(t).length;if(s!==o)return!1;for(const i in e){const l=e.hasOwnProperty(i),a=t.hasOwnProperty(i);if(l&&!a||!l&&a||!qt(e[i],t[i]))return!1}}return String(e)===String(t)}function eo(e,t){return e.findIndex(n=>qt(n,t))}const dl=e=>!!(e&&e.__v_isRef===!0),$c=e=>he(e)?e:e==null?"":J(e)||le(e)&&(e.toString===ll||!X(e.toString))?dl(e)?$c(e.value):JSON.stringify(e,hl,2):String(e),hl=(e,t)=>dl(t)?hl(e,t.value):ln(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[Qr(r,o)+" =>"]=s,n),{})}:vn(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Qr(n))}:Ye(t)?Qr(t):le(t)&&!J(t)&&!al(t)?String(t):t,Qr=(e,t="")=>{var n;return Ye(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
7
+ * @vue/reactivity v3.5.12
8
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
9
+ * @license MIT
10
+ **/let $e;class pl{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=$e,!t&&$e&&(this.index=($e.scopes||($e.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=$e;try{return $e=this,t()}finally{$e=n}}}on(){$e=this}off(){$e=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function jc(e){return new pl(e)}function gl(){return $e}let fe;const Xr=new WeakSet;class ml{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,$e&&$e.active&&$e.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Xr.has(this)&&(Xr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||_l(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,No(this),bl(this);const t=fe,n=ze;fe=this,ze=!0;try{return this.fn()}finally{vl(this),fe=t,ze=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ro(t);this.deps=this.depsTail=void 0,No(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Xr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){gs(this)&&this.run()}get dirty(){return gs(this)}}let yl=0,An,On;function _l(e,t=!1){if(e.flags|=8,t){e.next=On,On=e;return}e.next=An,An=e}function to(){yl++}function no(){if(--yl>0)return;if(On){let t=On;for(On=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;An;){let t=An;for(An=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function bl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function vl(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),ro(r),Fc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function gs(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(wl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function wl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===jn))return;e.globalVersion=jn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!gs(e)){e.flags&=-3;return}const n=fe,r=ze;fe=e,ze=!0;try{bl(e);const s=e.fn(e._value);(t.version===0||xt(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{fe=n,ze=r,vl(e),e.flags&=-3}}function ro(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let o=n.computed.deps;o;o=o.nextDep)ro(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Fc(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let ze=!0;const El=[];function Ot(){El.push(ze),ze=!1}function Mt(){const e=El.pop();ze=e===void 0?!0:e}function No(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=fe;fe=void 0;try{t()}finally{fe=n}}}let jn=0;class Dc{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 so{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}track(t){if(!fe||!ze||fe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==fe)n=this.activeLink=new Dc(fe,this),fe.deps?(n.prevDep=fe.depsTail,fe.depsTail.nextDep=n,fe.depsTail=n):fe.deps=fe.depsTail=n,Tl(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=fe.depsTail,n.nextDep=void 0,fe.depsTail.nextDep=n,fe.depsTail=n,fe.deps===n&&(fe.deps=r)}return n}trigger(t){this.version++,jn++,this.notify(t)}notify(t){to();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{no()}}}function Tl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)Tl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const mr=new WeakMap,Ut=Symbol(""),ms=Symbol(""),Fn=Symbol("");function Ce(e,t,n){if(ze&&fe){let r=mr.get(e);r||mr.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new so),s.map=r,s.key=n),s.track()}}function ut(e,t,n,r,s,o){const i=mr.get(e);if(!i){jn++;return}const l=a=>{a&&a.trigger()};if(to(),t==="clear")i.forEach(l);else{const a=J(e),u=a&&Zs(n);if(a&&n==="length"){const c=Number(r);i.forEach((f,d)=>{(d==="length"||d===Fn||!Ye(d)&&d>=c)&&l(f)})}else switch((n!==void 0||i.has(void 0))&&l(i.get(n)),u&&l(i.get(Fn)),t){case"add":a?u&&l(i.get("length")):(l(i.get(Ut)),ln(e)&&l(i.get(ms)));break;case"delete":a||(l(i.get(Ut)),ln(e)&&l(i.get(ms)));break;case"set":ln(e)&&l(i.get(Ut));break}}no()}function Uc(e,t){const n=mr.get(e);return n&&n.get(t)}function Zt(e){const t=te(e);return t===e?t:(Ce(t,"iterate",Fn),We(e)?t:t.map(Re))}function Fr(e){return Ce(e=te(e),"iterate",Fn),e}const Bc={__proto__:null,[Symbol.iterator](){return zr(this,Symbol.iterator,Re)},concat(...e){return Zt(this).concat(...e.map(t=>J(t)?Zt(t):t))},entries(){return zr(this,"entries",e=>(e[1]=Re(e[1]),e))},every(e,t){return at(this,"every",e,t,void 0,arguments)},filter(e,t){return at(this,"filter",e,t,n=>n.map(Re),arguments)},find(e,t){return at(this,"find",e,t,Re,arguments)},findIndex(e,t){return at(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return at(this,"findLast",e,t,Re,arguments)},findLastIndex(e,t){return at(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return at(this,"forEach",e,t,void 0,arguments)},includes(...e){return Yr(this,"includes",e)},indexOf(...e){return Yr(this,"indexOf",e)},join(e){return Zt(this).join(e)},lastIndexOf(...e){return Yr(this,"lastIndexOf",e)},map(e,t){return at(this,"map",e,t,void 0,arguments)},pop(){return Cn(this,"pop")},push(...e){return Cn(this,"push",e)},reduce(e,...t){return $o(this,"reduce",e,t)},reduceRight(e,...t){return $o(this,"reduceRight",e,t)},shift(){return Cn(this,"shift")},some(e,t){return at(this,"some",e,t,void 0,arguments)},splice(...e){return Cn(this,"splice",e)},toReversed(){return Zt(this).toReversed()},toSorted(e){return Zt(this).toSorted(e)},toSpliced(...e){return Zt(this).toSpliced(...e)},unshift(...e){return Cn(this,"unshift",e)},values(){return zr(this,"values",Re)}};function zr(e,t,n){const r=Fr(e),s=r[t]();return r!==e&&!We(e)&&(s._next=s.next,s.next=()=>{const o=s._next();return o.value&&(o.value=n(o.value)),o}),s}const Vc=Array.prototype;function at(e,t,n,r,s,o){const i=Fr(e),l=i!==e&&!We(e),a=i[t];if(a!==Vc[t]){const f=a.apply(e,o);return l?Re(f):f}let u=n;i!==e&&(l?u=function(f,d){return n.call(this,Re(f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const c=a.call(i,u,r);return l&&s?s(c):c}function $o(e,t,n,r){const s=Fr(e);let o=n;return s!==e&&(We(e)?n.length>3&&(o=function(i,l,a){return n.call(this,i,l,a,e)}):o=function(i,l,a){return n.call(this,i,Re(l),a,e)}),s[t](o,...r)}function Yr(e,t,n){const r=te(e);Ce(r,"iterate",Fn);const s=r[t](...n);return(s===-1||s===!1)&&lo(n[0])?(n[0]=te(n[0]),r[t](...n)):s}function Cn(e,t,n=[]){Ot(),to();const r=te(e)[t].apply(e,n);return no(),Mt(),r}const Wc=Xs("__proto__,__v_isRef,__isVue"),Cl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ye));function Kc(e){Ye(e)||(e=String(e));const t=te(this);return Ce(t,"has",e),t.hasOwnProperty(e)}class Rl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const s=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?tf:Pl:o?kl:xl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=J(t);if(!s){let a;if(i&&(a=Bc[n]))return a;if(n==="hasOwnProperty")return Kc}const l=Reflect.get(t,n,we(t)?t:r);return(Ye(n)?Cl.has(n):Wc(n))||(s||Ce(t,"get",n),o)?l:we(l)?i&&Zs(n)?l:l.value:le(l)?s?Al(l):Ht(l):l}}class Sl extends Rl{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const a=Pt(o);if(!We(r)&&!Pt(r)&&(o=te(o),r=te(r)),!J(t)&&we(o)&&!we(r))return a?!1:(o.value=r,!0)}const i=J(t)&&Zs(n)?Number(n)<t.length:re(t,n),l=Reflect.set(t,n,r,we(t)?t:s);return t===te(s)&&(i?xt(r,o)&&ut(t,"set",n,r):ut(t,"add",n,r)),l}deleteProperty(t,n){const r=re(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&ut(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Ye(n)||!Cl.has(n))&&Ce(t,"has",n),r}ownKeys(t){return Ce(t,"iterate",J(t)?"length":Ut),Reflect.ownKeys(t)}}class qc extends Rl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Gc=new Sl,Jc=new qc,Qc=new Sl(!0);const ys=e=>e,Yn=e=>Reflect.getPrototypeOf(e);function Xc(e,t,n){return function(...r){const s=this.__v_raw,o=te(s),i=ln(o),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,u=s[e](...r),c=n?ys:t?_s:Re;return!t&&Ce(o,"iterate",a?ms:Ut),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:l?[c(f[0]),c(f[1])]:c(f),done:d}},[Symbol.iterator](){return this}}}}function Zn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function zc(e,t){const n={get(s){const o=this.__v_raw,i=te(o),l=te(s);e||(xt(s,l)&&Ce(i,"get",s),Ce(i,"get",l));const{has:a}=Yn(i),u=t?ys:e?_s:Re;if(a.call(i,s))return u(o.get(s));if(a.call(i,l))return u(o.get(l));o!==i&&o.get(s)},get size(){const s=this.__v_raw;return!e&&Ce(te(s),"iterate",Ut),Reflect.get(s,"size",s)},has(s){const o=this.__v_raw,i=te(o),l=te(s);return e||(xt(s,l)&&Ce(i,"has",s),Ce(i,"has",l)),s===l?o.has(s):o.has(s)||o.has(l)},forEach(s,o){const i=this,l=i.__v_raw,a=te(l),u=t?ys:e?_s:Re;return!e&&Ce(a,"iterate",Ut),l.forEach((c,f)=>s.call(o,u(c),u(f),i))}};return me(n,e?{add:Zn("add"),set:Zn("set"),delete:Zn("delete"),clear:Zn("clear")}:{add(s){!t&&!We(s)&&!Pt(s)&&(s=te(s));const o=te(this);return Yn(o).has.call(o,s)||(o.add(s),ut(o,"add",s,s)),this},set(s,o){!t&&!We(o)&&!Pt(o)&&(o=te(o));const i=te(this),{has:l,get:a}=Yn(i);let u=l.call(i,s);u||(s=te(s),u=l.call(i,s));const c=a.call(i,s);return i.set(s,o),u?xt(o,c)&&ut(i,"set",s,o):ut(i,"add",s,o),this},delete(s){const o=te(this),{has:i,get:l}=Yn(o);let a=i.call(o,s);a||(s=te(s),a=i.call(o,s)),l&&l.call(o,s);const u=o.delete(s);return a&&ut(o,"delete",s,void 0),u},clear(){const s=te(this),o=s.size!==0,i=s.clear();return o&&ut(s,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Xc(s,e,t)}),n}function oo(e,t){const n=zc(e,t);return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(re(n,s)&&s in r?n:r,s,o)}const Yc={get:oo(!1,!1)},Zc={get:oo(!1,!0)},ef={get:oo(!0,!1)};const xl=new WeakMap,kl=new WeakMap,Pl=new WeakMap,tf=new WeakMap;function nf(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function rf(e){return e.__v_skip||!Object.isExtensible(e)?0:nf(Sc(e))}function Ht(e){return Pt(e)?e:io(e,!1,Gc,Yc,xl)}function pt(e){return io(e,!1,Qc,Zc,kl)}function Al(e){return io(e,!0,Jc,ef,Pl)}function io(e,t,n,r,s){if(!le(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=rf(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function Bt(e){return Pt(e)?Bt(e.__v_raw):!!(e&&e.__v_isReactive)}function Pt(e){return!!(e&&e.__v_isReadonly)}function We(e){return!!(e&&e.__v_isShallow)}function lo(e){return e?!!e.__v_raw:!1}function te(e){const t=e&&e.__v_raw;return t?te(t):e}function sf(e){return!re(e,"__v_skip")&&Object.isExtensible(e)&&cl(e,"__v_skip",!0),e}const Re=e=>le(e)?Ht(e):e,_s=e=>le(e)?Al(e):e;function we(e){return e?e.__v_isRef===!0:!1}function gt(e){return Ol(e,!1)}function Dn(e){return Ol(e,!0)}function Ol(e,t){return we(e)?e:new of(e,t)}class of{constructor(t,n){this.dep=new so,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:te(t),this._value=n?t:Re(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||We(t)||Pt(t);t=r?t:te(t),xt(t,n)&&(this._rawValue=t,this._value=r?t:Re(t),this.dep.trigger())}}function ym(e){e.dep&&e.dep.trigger()}function ue(e){return we(e)?e.value:e}const lf={get:(e,t,n)=>t==="__v_raw"?e:ue(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return we(s)&&!we(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Ml(e){return Bt(e)?e:new Proxy(e,lf)}class af{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Uc(te(this._object),this._key)}}class cf{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 ff(e,t,n){return we(e)?e:X(e)?new cf(e):le(e)&&arguments.length>1?uf(e,t,n):gt(e)}function uf(e,t,n){const r=e[t];return we(r)?r:new af(e,t,n)}class df{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new so(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=jn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&fe!==this)return _l(this,!0),!0}get value(){const t=this.dep.track();return wl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function hf(e,t,n=!1){let r,s;return X(e)?r=e:(r=e.get,s=e.set),new df(r,s,n)}const er={},yr=new WeakMap;let Ft;function pf(e,t=!1,n=Ft){if(n){let r=yr.get(n);r||yr.set(n,r=[]),r.push(e)}}function gf(e,t,n=ae){const{immediate:r,deep:s,once:o,scheduler:i,augmentJob:l,call:a}=n,u=y=>s?y:We(y)||s===!1||s===0?dt(y,1):dt(y);let c,f,d,p,_=!1,v=!1;if(we(e)?(f=()=>e.value,_=We(e)):Bt(e)?(f=()=>u(e),_=!0):J(e)?(v=!0,_=e.some(y=>Bt(y)||We(y)),f=()=>e.map(y=>{if(we(y))return y.value;if(Bt(y))return u(y);if(X(y))return a?a(y,2):y()})):X(e)?t?f=a?()=>a(e,2):e:f=()=>{if(d){Ot();try{d()}finally{Mt()}}const y=Ft;Ft=c;try{return a?a(e,3,[p]):e(p)}finally{Ft=y}}:f=it,t&&s){const y=f,w=s===!0?1/0:s;f=()=>dt(y(),w)}const k=gl(),T=()=>{c.stop(),k&&Ys(k.effects,c)};if(o&&t){const y=t;t=(...w)=>{y(...w),T()}}let E=v?new Array(e.length).fill(er):er;const g=y=>{if(!(!(c.flags&1)||!c.dirty&&!y))if(t){const w=c.run();if(s||_||(v?w.some((S,H)=>xt(S,E[H])):xt(w,E))){d&&d();const S=Ft;Ft=c;try{const H=[w,E===er?void 0:v&&E[0]===er?[]:E,p];a?a(t,3,H):t(...H),E=w}finally{Ft=S}}}else c.run()};return l&&l(g),c=new ml(f),c.scheduler=i?()=>i(g,!1):g,p=y=>pf(y,!1,c),d=c.onStop=()=>{const y=yr.get(c);if(y){if(a)a(y,4);else for(const w of y)w();yr.delete(c)}},t?r?g(!0):E=c.run():i?i(g.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 Set,n.has(e)))return e;if(n.add(e),t--,we(e))dt(e.value,t,n);else if(J(e))for(let r=0;r<e.length;r++)dt(e[r],t,n);else if(vn(e)||ln(e))e.forEach(r=>{dt(r,t,n)});else if(al(e)){for(const r in e)dt(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&dt(e[r],t,n)}return e}/**
11
+ * @vue/runtime-core v3.5.12
12
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
13
+ * @license MIT
14
+ **/function Gn(e,t,n,r){try{return r?e(...r):e()}catch(s){En(s,t,n)}}function Ze(e,t,n,r){if(X(e)){const s=Gn(e,t,n,r);return s&&il(s)&&s.catch(o=>{En(o,t,n)}),s}if(J(e)){const s=[];for(let o=0;o<e.length;o++)s.push(Ze(e[o],t,n,r));return s}}function En(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||ae;if(t){let l=t.parent;const a=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const c=l.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,a,u)===!1)return}l=l.parent}if(o){Ot(),Gn(o,null,10,[e,a,u]),Mt();return}}mf(e,n,s,r,i)}function mf(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const ke=[];let rt=-1;const fn=[];let wt=null,tn=0;const Hl=Promise.resolve();let _r=null;function Qt(e){const t=_r||Hl;return e?t.then(this?e.bind(this):e):t}function yf(e){let t=rt+1,n=ke.length;for(;t<n;){const r=t+n>>>1,s=ke[r],o=Un(s);o<e||o===e&&s.flags&2?t=r+1:n=r}return t}function ao(e){if(!(e.flags&1)){const t=Un(e),n=ke[ke.length-1];!n||!(e.flags&2)&&t>=Un(n)?ke.push(e):ke.splice(yf(t),0,e),e.flags|=1,Il()}}function Il(){_r||(_r=Hl.then(Ll))}function bs(e){J(e)?fn.push(...e):wt&&e.id===-1?wt.splice(tn+1,0,e):e.flags&1||(fn.push(e),e.flags|=1),Il()}function jo(e,t,n=rt+1){for(;n<ke.length;n++){const r=ke[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;ke.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function br(e){if(fn.length){const t=[...new Set(fn)].sort((n,r)=>Un(n)-Un(r));if(fn.length=0,wt){wt.push(...t);return}for(wt=t,tn=0;tn<wt.length;tn++){const n=wt[tn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}wt=null,tn=0}}const Un=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ll(e){try{for(rt=0;rt<ke.length;rt++){const t=ke[rt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Gn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;rt<ke.length;rt++){const t=ke[rt];t&&(t.flags&=-2)}rt=-1,ke.length=0,br(),_r=null,(ke.length||fn.length)&&Ll()}}let ve=null,Nl=null;function vr(e){const t=ve;return ve=e,Nl=e&&e.type.__scopeId||null,t}function co(e,t=ve,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&zo(-1);const o=vr(t);let i;try{i=e(...s)}finally{vr(o),r._d&&zo(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function _m(e,t){if(ve===null)return e;const n=Br(ve),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,a=ae]=t[s];o&&(X(o)&&(o={mounted:o,updated:o}),o.deep&&dt(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function st(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let a=l.dir[r];a&&(Ot(),Ze(a,n,8,[e.el,l,e,t]),Mt())}}const _f=Symbol("_vte"),$l=e=>e.__isTeleport,Et=Symbol("_leaveCb"),tr=Symbol("_enterCb");function bf(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return uo(()=>{e.isMounted=!0}),ho(()=>{e.isUnmounting=!0}),e}const De=[Function,Array],jl={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:De,onEnter:De,onAfterEnter:De,onEnterCancelled:De,onBeforeLeave:De,onLeave:De,onAfterLeave:De,onLeaveCancelled:De,onBeforeAppear:De,onAppear:De,onAfterAppear:De,onAppearCancelled:De},Fl=e=>{const t=e.subTree;return t.component?Fl(t.component):t},vf={name:"BaseTransition",props:jl,setup(e,{slots:t}){const n=vo(),r=bf();return()=>{const s=t.default&&Bl(t.default(),!0);if(!s||!s.length)return;const o=Dl(s),i=te(e),{mode:l}=i;if(r.isLeaving)return Zr(o);const a=Fo(o);if(!a)return Zr(o);let u=vs(a,i,r,n,d=>u=d);a.type!==_e&&pn(a,u);const c=n.subTree,f=c&&Fo(c);if(f&&f.type!==_e&&!Xe(a,f)&&Fl(n).type!==_e){const d=vs(f,i,r,n);if(pn(f,d),l==="out-in"&&a.type!==_e)return r.isLeaving=!0,d.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete d.afterLeave},Zr(o);l==="in-out"&&a.type!==_e&&(d.delayLeave=(p,_,v)=>{const k=Ul(r,f);k[String(f.key)]=f,p[Et]=()=>{_(),p[Et]=void 0,delete u.delayedLeave},u.delayedLeave=v})}return o}}};function Dl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==_e){t=n;break}}return t}const wf=vf;function Ul(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function vs(e,t,n,r,s){const{appear:o,mode:i,persisted:l=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:c,onEnterCancelled:f,onBeforeLeave:d,onLeave:p,onAfterLeave:_,onLeaveCancelled:v,onBeforeAppear:k,onAppear:T,onAfterAppear:E,onAppearCancelled:g}=t,y=String(e.key),w=Ul(n,e),S=(I,M)=>{I&&Ze(I,r,9,M)},H=(I,M)=>{const K=M[1];S(I,M),J(I)?I.every(O=>O.length<=1)&&K():I.length<=1&&K()},B={mode:i,persisted:l,beforeEnter(I){let M=a;if(!n.isMounted)if(o)M=k||a;else return;I[Et]&&I[Et](!0);const K=w[y];K&&Xe(e,K)&&K.el[Et]&&K.el[Et](),S(M,[I])},enter(I){let M=u,K=c,O=f;if(!n.isMounted)if(o)M=T||u,K=E||c,O=g||f;else return;let q=!1;const Z=I[tr]=ie=>{q||(q=!0,ie?S(O,[I]):S(K,[I]),B.delayedLeave&&B.delayedLeave(),I[tr]=void 0)};M?H(M,[I,Z]):Z()},leave(I,M){const K=String(e.key);if(I[tr]&&I[tr](!0),n.isUnmounting)return M();S(d,[I]);let O=!1;const q=I[Et]=Z=>{O||(O=!0,M(),Z?S(v,[I]):S(_,[I]),I[Et]=void 0,w[K]===e&&delete w[K])};w[K]=e,p?H(p,[I,q]):q()},clone(I){const M=vs(I,t,n,r,s);return s&&s(M),M}};return B}function Zr(e){if(Jn(e))return e=mt(e),e.children=null,e}function Fo(e){if(!Jn(e))return $l(e.type)&&e.children?Dl(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&X(n.default))return n.default()}}function pn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,pn(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 Bl(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Se?(i.patchFlag&128&&s++,r=r.concat(Bl(i.children,t,l))):(t||i.type!==_e)&&r.push(l!=null?mt(i,{key:l}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function It(e,t){return X(e)?me({name:e.name},t,{setup:e}):e}function fo(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function wr(e,t,n,r,s=!1){if(J(e)){e.forEach((_,v)=>wr(_,t&&(J(t)?t[v]:t),n,r,s));return}if(kt(r)&&!s)return;const o=r.shapeFlag&4?Br(r.component):r.el,i=s?null:o,{i:l,r:a}=e,u=t&&t.r,c=l.refs===ae?l.refs={}:l.refs,f=l.setupState,d=te(f),p=f===ae?()=>!1:_=>re(d,_);if(u!=null&&u!==a&&(he(u)?(c[u]=null,p(u)&&(f[u]=null)):we(u)&&(u.value=null)),X(a))Gn(a,l,12,[i,c]);else{const _=he(a),v=we(a);if(_||v){const k=()=>{if(e.f){const T=_?p(a)?f[a]:c[a]:a.value;s?J(T)&&Ys(T,o):J(T)?T.includes(o)||T.push(o):_?(c[a]=[o],p(a)&&(f[a]=c[a])):(a.value=[o],e.k&&(c[e.k]=a.value))}else _?(c[a]=i,p(a)&&(f[a]=i)):v&&(a.value=i,e.k&&(c[e.k]=i))};i?(k.id=-1,Ee(k,n)):k()}}}let Do=!1;const en=()=>{Do||(console.error("Hydration completed but contains mismatches."),Do=!0)},Ef=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Tf=e=>e.namespaceURI.includes("MathML"),nr=e=>{if(e.nodeType===1){if(Ef(e))return"svg";if(Tf(e))return"mathml"}},rn=e=>e.nodeType===8;function Cf(e){const{mt:t,p:n,o:{patchProp:r,createText:s,nextSibling:o,parentNode:i,remove:l,insert:a,createComment:u}}=e,c=(g,y)=>{if(!y.hasChildNodes()){n(null,g,y),br(),y._vnode=g;return}f(y.firstChild,g,null,null,null),br(),y._vnode=g},f=(g,y,w,S,H,B=!1)=>{B=B||!!y.dynamicChildren;const I=rn(g)&&g.data==="[",M=()=>v(g,y,w,S,H,I),{type:K,ref:O,shapeFlag:q,patchFlag:Z}=y;let ie=g.nodeType;y.el=g,Z===-2&&(B=!1,y.dynamicChildren=null);let U=null;switch(K){case Kt:ie!==3?y.children===""?(a(y.el=s(""),i(g),g),U=g):U=M():(g.data!==y.children&&(en(),g.data=y.children),U=o(g));break;case _e:E(g)?(U=o(g),T(y.el=g.content.firstChild,g,w)):ie!==8||I?U=M():U=o(g);break;case cr:if(I&&(g=o(g),ie=g.nodeType),ie===1||ie===3){U=g;const Y=!y.children.length;for(let V=0;V<y.staticCount;V++)Y&&(y.children+=U.nodeType===1?U.outerHTML:U.data),V===y.staticCount-1&&(y.anchor=U),U=o(U);return I?o(U):U}else M();break;case Se:I?U=_(g,y,w,S,H,B):U=M();break;default:if(q&1)(ie!==1||y.type.toLowerCase()!==g.tagName.toLowerCase())&&!E(g)?U=M():U=d(g,y,w,S,H,B);else if(q&6){y.slotScopeIds=H;const Y=i(g);if(I?U=k(g):rn(g)&&g.data==="teleport start"?U=k(g,g.data,"teleport end"):U=o(g),t(y,Y,null,w,S,nr(Y),B),kt(y)){let V;I?(V=pe(Se),V.anchor=U?U.previousSibling:Y.lastChild):V=g.nodeType===3?Ea(""):pe("div"),V.el=g,y.component.subTree=V}}else q&64?ie!==8?U=M():U=y.type.hydrate(g,y,w,S,H,B,e,p):q&128&&(U=y.type.hydrate(g,y,w,S,nr(i(g)),H,B,e,f))}return O!=null&&wr(O,null,S,y),U},d=(g,y,w,S,H,B)=>{B=B||!!y.dynamicChildren;const{type:I,props:M,patchFlag:K,shapeFlag:O,dirs:q,transition:Z}=y,ie=I==="input"||I==="option";if(ie||K!==-1){q&&st(y,null,w,"created");let U=!1;if(E(g)){U=fa(null,Z)&&w&&w.vnode.props&&w.vnode.props.appear;const V=g.content.firstChild;U&&Z.beforeEnter(V),T(V,g,w),y.el=g=V}if(O&16&&!(M&&(M.innerHTML||M.textContent))){let V=p(g.firstChild,y,g,w,S,H,B);for(;V;){rr(g,1)||en();const ye=V;V=V.nextSibling,l(ye)}}else if(O&8){let V=y.children;V[0]===`
15
+ `&&(g.tagName==="PRE"||g.tagName==="TEXTAREA")&&(V=V.slice(1)),g.textContent!==V&&(rr(g,0)||en(),g.textContent=y.children)}if(M){if(ie||!B||K&48){const V=g.tagName.includes("-");for(const ye in M)(ie&&(ye.endsWith("value")||ye==="indeterminate")||qn(ye)&&!an(ye)||ye[0]==="."||V)&&r(g,ye,null,M[ye],void 0,w)}else if(M.onClick)r(g,"onClick",null,M.onClick,void 0,w);else if(K&4&&Bt(M.style))for(const V in M.style)M.style[V]}let Y;(Y=M&&M.onVnodeBeforeMount)&&Oe(Y,w,y),q&&st(y,null,w,"beforeMount"),((Y=M&&M.onVnodeMounted)||q||U)&&ma(()=>{Y&&Oe(Y,w,y),U&&Z.enter(g),q&&st(y,null,w,"mounted")},S)}return g.nextSibling},p=(g,y,w,S,H,B,I)=>{I=I||!!y.dynamicChildren;const M=y.children,K=M.length;for(let O=0;O<K;O++){const q=I?M[O]:M[O]=je(M[O]),Z=q.type===Kt;g?(Z&&!I&&O+1<K&&je(M[O+1]).type===Kt&&(a(s(g.data.slice(q.children.length)),w,o(g)),g.data=q.children),g=f(g,q,S,H,B,I)):Z&&!q.children?a(q.el=s(""),w):(rr(w,1)||en(),n(null,q,w,null,S,H,nr(w),B))}return g},_=(g,y,w,S,H,B)=>{const{slotScopeIds:I}=y;I&&(H=H?H.concat(I):I);const M=i(g),K=p(o(g),y,M,w,S,H,B);return K&&rn(K)&&K.data==="]"?o(y.anchor=K):(en(),a(y.anchor=u("]"),M,K),K)},v=(g,y,w,S,H,B)=>{if(rr(g.parentElement,1)||en(),y.el=null,B){const K=k(g);for(;;){const O=o(g);if(O&&O!==K)l(O);else break}}const I=o(g),M=i(g);return l(g),n(null,y,M,I,w,S,nr(M),H),I},k=(g,y="[",w="]")=>{let S=0;for(;g;)if(g=o(g),g&&rn(g)&&(g.data===y&&S++,g.data===w)){if(S===0)return o(g);S--}return g},T=(g,y,w)=>{const S=y.parentNode;S&&S.replaceChild(g,y);let H=w;for(;H;)H.vnode.el===y&&(H.vnode.el=H.subTree.el=g),H=H.parent},E=g=>g.nodeType===1&&g.tagName==="TEMPLATE";return[c,f]}const Uo="data-allow-mismatch",Rf={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function rr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Uo);)e=e.parentElement;const n=e&&e.getAttribute(Uo);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(Rf[t])}}Nr().requestIdleCallback;Nr().cancelIdleCallback;function Sf(e,t){if(rn(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(rn(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const kt=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function Bo(e){X(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:s=200,hydrate:o,timeout:i,suspensible:l=!0,onError:a}=e;let u=null,c,f=0;const d=()=>(f++,u=null,p()),p=()=>{let _;return u||(_=u=t().catch(v=>{if(v=v instanceof Error?v:new Error(String(v)),a)return new Promise((k,T)=>{a(v,()=>k(d()),()=>T(v),f+1)});throw v}).then(v=>_!==u&&u?u:(v&&(v.__esModule||v[Symbol.toStringTag]==="Module")&&(v=v.default),c=v,v)))};return It({name:"AsyncComponentWrapper",__asyncLoader:p,__asyncHydrate(_,v,k){const T=o?()=>{const E=o(k,g=>Sf(_,g));E&&(v.bum||(v.bum=[])).push(E)}:k;c?T():p().then(()=>!v.isUnmounted&&T())},get __asyncResolved(){return c},setup(){const _=be;if(fo(_),c)return()=>es(c,_);const v=g=>{u=null,En(g,_,13,!r)};if(l&&_.suspense||mn)return p().then(g=>()=>es(g,_)).catch(g=>(v(g),()=>r?pe(r,{error:g}):null));const k=gt(!1),T=gt(),E=gt(!!s);return s&&setTimeout(()=>{E.value=!1},s),i!=null&&setTimeout(()=>{if(!k.value&&!T.value){const g=new Error(`Async component timed out after ${i}ms.`);v(g),T.value=g}},i),p().then(()=>{k.value=!0,_.parent&&Jn(_.parent.vnode)&&_.parent.update()}).catch(g=>{v(g),T.value=g}),()=>{if(k.value&&c)return es(c,_);if(T.value&&r)return pe(r,{error:T.value});if(n&&!E.value)return pe(n)}}})}function es(e,t){const{ref:n,props:r,children:s,ce:o}=t.vnode,i=pe(e,r,s);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const Jn=e=>e.type.__isKeepAlive,xf={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=vo(),r=n.ctx;if(!r.renderer)return()=>{const E=t.default&&t.default();return E&&E.length===1?E[0]:E};const s=new Map,o=new Set;let i=null;const l=n.suspense,{renderer:{p:a,m:u,um:c,o:{createElement:f}}}=r,d=f("div");r.activate=(E,g,y,w,S)=>{const H=E.component;u(E,g,y,0,l),a(H.vnode,E,g,y,H,l,w,E.slotScopeIds,S),Ee(()=>{H.isDeactivated=!1,H.a&&cn(H.a);const B=E.props&&E.props.onVnodeMounted;B&&Oe(B,H.parent,E)},l)},r.deactivate=E=>{const g=E.component;Tr(g.m),Tr(g.a),u(E,d,null,1,l),Ee(()=>{g.da&&cn(g.da);const y=E.props&&E.props.onVnodeUnmounted;y&&Oe(y,g.parent,E),g.isDeactivated=!0},l)};function p(E){ts(E),c(E,n,l,!0)}function _(E){s.forEach((g,y)=>{const w=ks(g.type);w&&!E(w)&&v(y)})}function v(E){const g=s.get(E);g&&(!i||!Xe(g,i))?p(g):i&&ts(i),s.delete(E),o.delete(E)}un(()=>[e.include,e.exclude],([E,g])=>{E&&_(y=>kn(E,y)),g&&_(y=>!kn(g,y))},{flush:"post",deep:!0});let k=null;const T=()=>{k!=null&&(Cr(n.subTree.type)?Ee(()=>{s.set(k,sr(n.subTree))},n.subTree.suspense):s.set(k,sr(n.subTree)))};return uo(T),Wl(T),ho(()=>{s.forEach(E=>{const{subTree:g,suspense:y}=n,w=sr(g);if(E.type===w.type&&E.key===w.key){ts(w);const S=w.component.da;S&&Ee(S,y);return}p(E)})}),()=>{if(k=null,!t.default)return i=null;const E=t.default(),g=E[0];if(E.length>1)return i=null,E;if(!Gt(g)||!(g.shapeFlag&4)&&!(g.shapeFlag&128))return i=null,g;let y=sr(g);if(y.type===_e)return i=null,y;const w=y.type,S=ks(kt(y)?y.type.__asyncResolved||{}:w),{include:H,exclude:B,max:I}=e;if(H&&(!S||!kn(H,S))||B&&S&&kn(B,S))return y.shapeFlag&=-257,i=y,g;const M=y.key==null?w:y.key,K=s.get(M);return y.el&&(y=mt(y),g.shapeFlag&128&&(g.ssContent=y)),k=M,K?(y.el=K.el,y.component=K.component,y.transition&&pn(y,y.transition),y.shapeFlag|=512,o.delete(M),o.add(M)):(o.add(M),I&&o.size>parseInt(I,10)&&v(o.values().next().value)),y.shapeFlag|=256,i=y,Cr(g.type)?g:y}}},kf=xf;function kn(e,t){return J(e)?e.some(n=>kn(n,t)):he(e)?e.split(",").includes(t):Rc(e)?(e.lastIndex=0,e.test(t)):!1}function Pf(e,t){Vl(e,"a",t)}function Af(e,t){Vl(e,"da",t)}function Vl(e,t,n=be){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Dr(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Jn(s.parent.vnode)&&Of(r,t,n,s),s=s.parent}}function Of(e,t,n,r){const s=Dr(t,e,r,!0);Kl(()=>{Ys(r[t],s)},n)}function ts(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function sr(e){return e.shapeFlag&128?e.ssContent:e}function Dr(e,t,n=be,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Ot();const l=Qn(n),a=Ze(t,n,e,i);return l(),Mt(),a});return r?s.unshift(o):s.push(o),o}}const yt=e=>(t,n=be)=>{(!mn||e==="sp")&&Dr(e,(...r)=>t(...r),n)},Mf=yt("bm"),uo=yt("m"),Hf=yt("bu"),Wl=yt("u"),ho=yt("bum"),Kl=yt("um"),If=yt("sp"),Lf=yt("rtg"),Nf=yt("rtc");function ql(e,t=be){Dr("ec",e,t)}const Gl="components";function bm(e,t){return Ql(Gl,e,!0,t)||e}const Jl=Symbol.for("v-ndc");function $f(e){return he(e)?Ql(Gl,e,!1)||e:e||Jl}function Ql(e,t,n=!0,r=!1){const s=ve||be;if(s){const o=s.type;{const l=ks(o,!1);if(l&&(l===t||l===qe(t)||l===Lr(qe(t))))return o}const i=Vo(s[e]||o[e],t)||Vo(s.appContext[e],t);return!i&&r?o:i}}function Vo(e,t){return e&&(e[t]||e[qe(t)]||e[Lr(qe(t))])}function vm(e,t,n,r){let s;const o=n,i=J(e);if(i||he(e)){const l=i&&Bt(e);let a=!1;l&&(a=!We(e),e=Fr(e)),s=new Array(e.length);for(let u=0,c=e.length;u<c;u++)s[u]=t(a?Re(e[u]):e[u],u,void 0,o)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,o)}else if(le(e))if(e[Symbol.iterator])s=Array.from(e,(l,a)=>t(l,a,void 0,o));else{const l=Object.keys(e);s=new Array(l.length);for(let a=0,u=l.length;a<u;a++){const c=l[a];s[a]=t(e[c],c,a,o)}}else s=[];return s}function wm(e,t,n={},r,s){if(ve.ce||ve.parent&&kt(ve.parent)&&ve.parent.ce)return t!=="default"&&(n.name=t),Be(),ot(Se,null,[pe("slot",n,r&&r())],64);let o=e[t];o&&o._c&&(o._d=!1),Be();const i=o&&Xl(o(n)),l=n.key||i&&i.key,a=ot(Se,{key:(l&&!Ye(l)?l:`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return!s&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),o&&o._c&&(o._d=!0),a}function Xl(e){return e.some(t=>Gt(t)?!(t.type===_e||t.type===Se&&!Xl(t.children)):!0)?e:null}const ws=e=>e?Ca(e)?Br(e):ws(e.parent):null,Mn=me(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=>ws(e.parent),$root:e=>ws(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>po(e),$forceUpdate:e=>e.f||(e.f=()=>{ao(e.update)}),$nextTick:e=>e.n||(e.n=Qt.bind(e.proxy)),$watch:e=>ru.bind(e)}),ns=(e,t)=>e!==ae&&!e.__isScriptSetup&&re(e,t),jf={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:a}=e;let u;if(t[0]!=="$"){const p=i[t];if(p!==void 0)switch(p){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(ns(r,t))return i[t]=1,r[t];if(s!==ae&&re(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&re(u,t))return i[t]=3,o[t];if(n!==ae&&re(n,t))return i[t]=4,n[t];Es&&(i[t]=0)}}const c=Mn[t];let f,d;if(c)return t==="$attrs"&&Ce(e.attrs,"get",""),c(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ae&&re(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,re(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return ns(s,t)?(s[t]=n,!0):r!==ae&&re(r,t)?(r[t]=n,!0):re(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let l;return!!n[i]||e!==ae&&re(e,i)||ns(t,i)||(l=o[0])&&re(l,i)||re(r,i)||re(Mn,i)||re(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:re(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Wo(e){return J(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Es=!0;function Ff(e){const t=po(e),n=e.proxy,r=e.ctx;Es=!1,t.beforeCreate&&Ko(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:a,inject:u,created:c,beforeMount:f,mounted:d,beforeUpdate:p,updated:_,activated:v,deactivated:k,beforeDestroy:T,beforeUnmount:E,destroyed:g,unmounted:y,render:w,renderTracked:S,renderTriggered:H,errorCaptured:B,serverPrefetch:I,expose:M,inheritAttrs:K,components:O,directives:q,filters:Z}=t;if(u&&Df(u,r,null),i)for(const Y in i){const V=i[Y];X(V)&&(r[Y]=V.bind(n))}if(s){const Y=s.call(n,n);le(Y)&&(e.data=Ht(Y))}if(Es=!0,o)for(const Y in o){const V=o[Y],ye=X(V)?V.bind(n,n):X(V.get)?V.get.bind(n,n):it,_t=!X(V)&&X(V.set)?V.set.bind(n):it,tt=Ve({get:ye,set:_t});Object.defineProperty(r,Y,{enumerable:!0,configurable:!0,get:()=>tt.value,set:Ae=>tt.value=Ae})}if(l)for(const Y in l)zl(l[Y],r,n,Y);if(a){const Y=X(a)?a.call(n):a;Reflect.ownKeys(Y).forEach(V=>{Wt(V,Y[V])})}c&&Ko(c,e,"c");function U(Y,V){J(V)?V.forEach(ye=>Y(ye.bind(n))):V&&Y(V.bind(n))}if(U(Mf,f),U(uo,d),U(Hf,p),U(Wl,_),U(Pf,v),U(Af,k),U(ql,B),U(Nf,S),U(Lf,H),U(ho,E),U(Kl,y),U(If,I),J(M))if(M.length){const Y=e.exposed||(e.exposed={});M.forEach(V=>{Object.defineProperty(Y,V,{get:()=>n[V],set:ye=>n[V]=ye})})}else e.exposed||(e.exposed={});w&&e.render===it&&(e.render=w),K!=null&&(e.inheritAttrs=K),O&&(e.components=O),q&&(e.directives=q),I&&fo(e)}function Df(e,t,n=it){J(e)&&(e=Ts(e));for(const r in e){const s=e[r];let o;le(s)?"default"in s?o=Pe(s.from||r,s.default,!0):o=Pe(s.from||r):o=Pe(s),we(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function Ko(e,t,n){Ze(J(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function zl(e,t,n,r){let s=r.includes(".")?ha(n,r):()=>n[r];if(he(e)){const o=t[e];X(o)&&un(s,o)}else if(X(e))un(s,e.bind(n));else if(le(e))if(J(e))e.forEach(o=>zl(o,t,n,r));else{const o=X(e.handler)?e.handler.bind(n):t[e.handler];X(o)&&un(s,o,e)}}function po(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let a;return l?a=l:!s.length&&!n&&!r?a=t:(a={},s.length&&s.forEach(u=>Er(a,u,i,!0)),Er(a,t,i)),le(t)&&o.set(t,a),a}function Er(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&Er(e,o,n,!0),s&&s.forEach(i=>Er(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Uf[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Uf={data:qo,props:Go,emits:Go,methods:Pn,computed:Pn,beforeCreate:xe,created:xe,beforeMount:xe,mounted:xe,beforeUpdate:xe,updated:xe,beforeDestroy:xe,beforeUnmount:xe,destroyed:xe,unmounted:xe,activated:xe,deactivated:xe,errorCaptured:xe,serverPrefetch:xe,components:Pn,directives:Pn,watch:Vf,provide:qo,inject:Bf};function qo(e,t){return t?e?function(){return me(X(e)?e.call(this,this):e,X(t)?t.call(this,this):t)}:t:e}function Bf(e,t){return Pn(Ts(e),Ts(t))}function Ts(e){if(J(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function xe(e,t){return e?[...new Set([].concat(e,t))]:t}function Pn(e,t){return e?me(Object.create(null),e,t):t}function Go(e,t){return e?J(e)&&J(t)?[...new Set([...e,...t])]:me(Object.create(null),Wo(e),Wo(t??{})):t}function Vf(e,t){if(!e)return t;if(!t)return e;const n=me(Object.create(null),e);for(const r in t)n[r]=xe(e[r],t[r]);return n}function Yl(){return{app:null,config:{isNativeTag:Tc,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 Wf=0;function Kf(e,t){return function(r,s=null){X(r)||(r=me({},r)),s!=null&&!le(s)&&(s=null);const o=Yl(),i=new WeakSet,l=[];let a=!1;const u=o.app={_uid:Wf++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:Sa,get config(){return o.config},set config(c){},use(c,...f){return i.has(c)||(c&&X(c.install)?(i.add(c),c.install(u,...f)):X(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(!a){const p=u._ceVNode||pe(r,s);return p.appContext=o,d===!0?d="svg":d===!1&&(d=void 0),f&&t?t(p,c):e(p,c,d),a=!0,u._container=c,c.__vue_app__=u,Br(p.component)}},onUnmount(c){l.push(c)},unmount(){a&&(Ze(l,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=Vt;Vt=u;try{return c()}finally{Vt=f}}};return u}}let Vt=null;function Wt(e,t){if(be){let n=be.provides;const r=be.parent&&be.parent.provides;r===n&&(n=be.provides=Object.create(r)),n[e]=t}}function Pe(e,t,n=!1){const r=be||ve;if(r||Vt){const s=Vt?Vt._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&X(t)?t.call(r&&r.proxy):t}}function Zl(){return!!(be||ve||Vt)}const ea={},ta=()=>Object.create(ea),na=e=>Object.getPrototypeOf(e)===ea;function qf(e,t,n,r=!1){const s={},o=ta();e.propsDefaults=Object.create(null),ra(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:pt(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function Gf(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=te(s),[a]=e.propsOptions;let u=!1;if((r||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(Ur(e.emitsOptions,d))continue;const p=t[d];if(a)if(re(o,d))p!==o[d]&&(o[d]=p,u=!0);else{const _=qe(d);s[_]=Cs(a,l,_,p,e,!1)}else p!==o[d]&&(o[d]=p,u=!0)}}}else{ra(e,t,s,o)&&(u=!0);let c;for(const f in l)(!t||!re(t,f)&&((c=Jt(f))===f||!re(t,c)))&&(a?n&&(n[f]!==void 0||n[c]!==void 0)&&(s[f]=Cs(a,l,f,void 0,e,!0)):delete s[f]);if(o!==l)for(const f in o)(!t||!re(t,f))&&(delete o[f],u=!0)}u&&ut(e.attrs,"set","")}function ra(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(an(a))continue;const u=t[a];let c;s&&re(s,c=qe(a))?!o||!o.includes(c)?n[c]=u:(l||(l={}))[c]=u:Ur(e.emitsOptions,a)||(!(a in r)||u!==r[a])&&(r[a]=u,i=!0)}if(o){const a=te(n),u=l||ae;for(let c=0;c<o.length;c++){const f=o[c];n[f]=Cs(s,a,f,u[f],e,!re(u,f))}}return i}function Cs(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=re(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&X(a)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const c=Qn(s);r=u[n]=a.call(null,t),c()}}else r=a;s.ce&&s.ce._setProp(n,r)}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===Jt(n))&&(r=!0))}return r}const Jf=new WeakMap;function sa(e,t,n=!1){const r=n?Jf:t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let a=!1;if(!X(e)){const c=f=>{a=!0;const[d,p]=sa(f,t,!0);me(i,d),p&&l.push(...p)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!o&&!a)return le(e)&&r.set(e,on),on;if(J(o))for(let c=0;c<o.length;c++){const f=qe(o[c]);Jo(f)&&(i[f]=ae)}else if(o)for(const c in o){const f=qe(c);if(Jo(f)){const d=o[c],p=i[f]=J(d)||X(d)?{type:d}:me({},d),_=p.type;let v=!1,k=!0;if(J(_))for(let T=0;T<_.length;++T){const E=_[T],g=X(E)&&E.name;if(g==="Boolean"){v=!0;break}else g==="String"&&(k=!1)}else v=X(_)&&_.name==="Boolean";p[0]=v,p[1]=k,(v||re(p,"default"))&&l.push(f)}}const u=[i,l];return le(e)&&r.set(e,u),u}function Jo(e){return e[0]!=="$"&&!an(e)}const oa=e=>e[0]==="_"||e==="$stable",go=e=>J(e)?e.map(je):[je(e)],Qf=(e,t,n)=>{if(t._n)return t;const r=co((...s)=>go(t(...s)),n);return r._c=!1,r},ia=(e,t,n)=>{const r=e._ctx;for(const s in e){if(oa(s))continue;const o=e[s];if(X(o))t[s]=Qf(s,o,r);else if(o!=null){const i=go(o);t[s]=()=>i}}},la=(e,t)=>{const n=go(t);e.slots.default=()=>n},aa=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Xf=(e,t,n)=>{const r=e.slots=ta();if(e.vnode.shapeFlag&32){const s=t._;s?(aa(r,t,n),n&&cl(r,"_",s,!0)):ia(t,r)}else t&&la(e,t)},zf=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=ae;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:aa(s,t,n):(o=!t.$stable,ia(t,s)),i=t}else t&&(la(e,t),i={default:1});if(o)for(const l in s)!oa(l)&&i[l]==null&&delete s[l]},Ee=ma;function Yf(e){return ca(e)}function Zf(e){return ca(e,Cf)}function ca(e,t){const n=Nr();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:a,setText:u,setElementText:c,parentNode:f,nextSibling:d,setScopeId:p=it,insertStaticContent:_}=e,v=(h,m,b,x=null,C=null,P=null,$=void 0,N=null,L=!!m.dynamicChildren)=>{if(h===m)return;h&&!Xe(h,m)&&(x=R(h),Ae(h,C,P,!0),h=null),m.patchFlag===-2&&(L=!1,m.dynamicChildren=null);const{type:A,ref:Q,shapeFlag:F}=m;switch(A){case Kt:k(h,m,b,x);break;case _e:T(h,m,b,x);break;case cr:h==null&&E(m,b,x,$);break;case Se:O(h,m,b,x,C,P,$,N,L);break;default:F&1?w(h,m,b,x,C,P,$,N,L):F&6?q(h,m,b,x,C,P,$,N,L):(F&64||F&128)&&A.process(h,m,b,x,C,P,$,N,L,W)}Q!=null&&C&&wr(Q,h&&h.ref,P,m||h,!m)},k=(h,m,b,x)=>{if(h==null)r(m.el=l(m.children),b,x);else{const C=m.el=h.el;m.children!==h.children&&u(C,m.children)}},T=(h,m,b,x)=>{h==null?r(m.el=a(m.children||""),b,x):m.el=h.el},E=(h,m,b,x)=>{[h.el,h.anchor]=_(h.children,m,b,x,h.el,h.anchor)},g=({el:h,anchor:m},b,x)=>{let C;for(;h&&h!==m;)C=d(h),r(h,b,x),h=C;r(m,b,x)},y=({el:h,anchor:m})=>{let b;for(;h&&h!==m;)b=d(h),s(h),h=b;s(m)},w=(h,m,b,x,C,P,$,N,L)=>{m.type==="svg"?$="svg":m.type==="math"&&($="mathml"),h==null?S(m,b,x,C,P,$,N,L):I(h,m,C,P,$,N,L)},S=(h,m,b,x,C,P,$,N)=>{let L,A;const{props:Q,shapeFlag:F,transition:G,dirs:z}=h;if(L=h.el=i(h.type,P,Q&&Q.is,Q),F&8?c(L,h.children):F&16&&B(h.children,L,null,x,C,rs(h,P),$,N),z&&st(h,null,x,"created"),H(L,h,h.scopeId,$,x),Q){for(const ce in Q)ce!=="value"&&!an(ce)&&o(L,ce,null,Q[ce],P,x);"value"in Q&&o(L,"value",null,Q.value,P),(A=Q.onVnodeBeforeMount)&&Oe(A,x,h)}z&&st(h,null,x,"beforeMount");const ee=fa(C,G);ee&&G.beforeEnter(L),r(L,m,b),((A=Q&&Q.onVnodeMounted)||ee||z)&&Ee(()=>{A&&Oe(A,x,h),ee&&G.enter(L),z&&st(h,null,x,"mounted")},C)},H=(h,m,b,x,C)=>{if(b&&p(h,b),x)for(let P=0;P<x.length;P++)p(h,x[P]);if(C){let P=C.subTree;if(m===P||Cr(P.type)&&(P.ssContent===m||P.ssFallback===m)){const $=C.vnode;H(h,$,$.scopeId,$.slotScopeIds,C.parent)}}},B=(h,m,b,x,C,P,$,N,L=0)=>{for(let A=L;A<h.length;A++){const Q=h[A]=N?Tt(h[A]):je(h[A]);v(null,Q,m,b,x,C,P,$,N)}},I=(h,m,b,x,C,P,$)=>{const N=m.el=h.el;let{patchFlag:L,dynamicChildren:A,dirs:Q}=m;L|=h.patchFlag&16;const F=h.props||ae,G=m.props||ae;let z;if(b&&Lt(b,!1),(z=G.onVnodeBeforeUpdate)&&Oe(z,b,m,h),Q&&st(m,h,b,"beforeUpdate"),b&&Lt(b,!0),(F.innerHTML&&G.innerHTML==null||F.textContent&&G.textContent==null)&&c(N,""),A?M(h.dynamicChildren,A,N,b,x,rs(m,C),P):$||V(h,m,N,null,b,x,rs(m,C),P,!1),L>0){if(L&16)K(N,F,G,b,C);else if(L&2&&F.class!==G.class&&o(N,"class",null,G.class,C),L&4&&o(N,"style",F.style,G.style,C),L&8){const ee=m.dynamicProps;for(let ce=0;ce<ee.length;ce++){const se=ee[ce],Ie=F[se],Te=G[se];(Te!==Ie||se==="value")&&o(N,se,Ie,Te,C,b)}}L&1&&h.children!==m.children&&c(N,m.children)}else!$&&A==null&&K(N,F,G,b,C);((z=G.onVnodeUpdated)||Q)&&Ee(()=>{z&&Oe(z,b,m,h),Q&&st(m,h,b,"updated")},x)},M=(h,m,b,x,C,P,$)=>{for(let N=0;N<m.length;N++){const L=h[N],A=m[N],Q=L.el&&(L.type===Se||!Xe(L,A)||L.shapeFlag&70)?f(L.el):b;v(L,A,Q,null,x,C,P,$,!0)}},K=(h,m,b,x,C)=>{if(m!==b){if(m!==ae)for(const P in m)!an(P)&&!(P in b)&&o(h,P,m[P],null,C,x);for(const P in b){if(an(P))continue;const $=b[P],N=m[P];$!==N&&P!=="value"&&o(h,P,N,$,C,x)}"value"in b&&o(h,"value",m.value,b.value,C)}},O=(h,m,b,x,C,P,$,N,L)=>{const A=m.el=h?h.el:l(""),Q=m.anchor=h?h.anchor:l("");let{patchFlag:F,dynamicChildren:G,slotScopeIds:z}=m;z&&(N=N?N.concat(z):z),h==null?(r(A,b,x),r(Q,b,x),B(m.children||[],b,Q,C,P,$,N,L)):F>0&&F&64&&G&&h.dynamicChildren?(M(h.dynamicChildren,G,b,C,P,$,N),(m.key!=null||C&&m===C.subTree)&&ua(h,m,!0)):V(h,m,b,Q,C,P,$,N,L)},q=(h,m,b,x,C,P,$,N,L)=>{m.slotScopeIds=N,h==null?m.shapeFlag&512?C.ctx.activate(m,b,x,$,L):Z(m,b,x,C,P,$,L):ie(h,m,L)},Z=(h,m,b,x,C,P,$)=>{const N=h.component=vu(h,x,C);if(Jn(h)&&(N.ctx.renderer=W),wu(N,!1,$),N.asyncDep){if(C&&C.registerDep(N,U,$),!h.el){const L=N.subTree=pe(_e);T(null,L,m,b)}}else U(N,h,m,b,C,P,$)},ie=(h,m,b)=>{const x=m.component=h.component;if(cu(h,m,b))if(x.asyncDep&&!x.asyncResolved){Y(x,m,b);return}else x.next=m,x.update();else m.el=h.el,x.vnode=m},U=(h,m,b,x,C,P,$)=>{const N=()=>{if(h.isMounted){let{next:F,bu:G,u:z,parent:ee,vnode:ce}=h;{const Le=da(h);if(Le){F&&(F.el=ce.el,Y(h,F,$)),Le.asyncDep.then(()=>{h.isUnmounted||N()});return}}let se=F,Ie;Lt(h,!1),F?(F.el=ce.el,Y(h,F,$)):F=ce,G&&cn(G),(Ie=F.props&&F.props.onVnodeBeforeUpdate)&&Oe(Ie,ee,F,ce),Lt(h,!0);const Te=ss(h),Je=h.subTree;h.subTree=Te,v(Je,Te,f(Je.el),R(Je),h,C,P),F.el=Te.el,se===null&&yo(h,Te.el),z&&Ee(z,C),(Ie=F.props&&F.props.onVnodeUpdated)&&Ee(()=>Oe(Ie,ee,F,ce),C)}else{let F;const{el:G,props:z}=m,{bm:ee,m:ce,parent:se,root:Ie,type:Te}=h,Je=kt(m);if(Lt(h,!1),ee&&cn(ee),!Je&&(F=z&&z.onVnodeBeforeMount)&&Oe(F,se,m),Lt(h,!0),G&&de){const Le=()=>{h.subTree=ss(h),de(G,h.subTree,h,C,null)};Je&&Te.__asyncHydrate?Te.__asyncHydrate(G,h,Le):Le()}else{Ie.ce&&Ie.ce._injectChildStyle(Te);const Le=h.subTree=ss(h);v(null,Le,b,x,h,C,P),m.el=Le.el}if(ce&&Ee(ce,C),!Je&&(F=z&&z.onVnodeMounted)){const Le=m;Ee(()=>Oe(F,se,Le),C)}(m.shapeFlag&256||se&&kt(se.vnode)&&se.vnode.shapeFlag&256)&&h.a&&Ee(h.a,C),h.isMounted=!0,m=b=x=null}};h.scope.on();const L=h.effect=new ml(N);h.scope.off();const A=h.update=L.run.bind(L),Q=h.job=L.runIfDirty.bind(L);Q.i=h,Q.id=h.uid,L.scheduler=()=>ao(Q),Lt(h,!0),A()},Y=(h,m,b)=>{m.component=h;const x=h.vnode.props;h.vnode=m,h.next=null,Gf(h,m.props,x,b),zf(h,m.children,b),Ot(),jo(h),Mt()},V=(h,m,b,x,C,P,$,N,L=!1)=>{const A=h&&h.children,Q=h?h.shapeFlag:0,F=m.children,{patchFlag:G,shapeFlag:z}=m;if(G>0){if(G&128){_t(A,F,b,x,C,P,$,N,L);return}else if(G&256){ye(A,F,b,x,C,P,$,N,L);return}}z&8?(Q&16&&Fe(A,C,P),F!==A&&c(b,F)):Q&16?z&16?_t(A,F,b,x,C,P,$,N,L):Fe(A,C,P,!0):(Q&8&&c(b,""),z&16&&B(F,b,x,C,P,$,N,L))},ye=(h,m,b,x,C,P,$,N,L)=>{h=h||on,m=m||on;const A=h.length,Q=m.length,F=Math.min(A,Q);let G;for(G=0;G<F;G++){const z=m[G]=L?Tt(m[G]):je(m[G]);v(h[G],z,b,null,C,P,$,N,L)}A>Q?Fe(h,C,P,!0,!1,F):B(m,b,x,C,P,$,N,L,F)},_t=(h,m,b,x,C,P,$,N,L)=>{let A=0;const Q=m.length;let F=h.length-1,G=Q-1;for(;A<=F&&A<=G;){const z=h[A],ee=m[A]=L?Tt(m[A]):je(m[A]);if(Xe(z,ee))v(z,ee,b,null,C,P,$,N,L);else break;A++}for(;A<=F&&A<=G;){const z=h[F],ee=m[G]=L?Tt(m[G]):je(m[G]);if(Xe(z,ee))v(z,ee,b,null,C,P,$,N,L);else break;F--,G--}if(A>F){if(A<=G){const z=G+1,ee=z<Q?m[z].el:x;for(;A<=G;)v(null,m[A]=L?Tt(m[A]):je(m[A]),b,ee,C,P,$,N,L),A++}}else if(A>G)for(;A<=F;)Ae(h[A],C,P,!0),A++;else{const z=A,ee=A,ce=new Map;for(A=ee;A<=G;A++){const Ne=m[A]=L?Tt(m[A]):je(m[A]);Ne.key!=null&&ce.set(Ne.key,A)}let se,Ie=0;const Te=G-ee+1;let Je=!1,Le=0;const Tn=new Array(Te);for(A=0;A<Te;A++)Tn[A]=0;for(A=z;A<=F;A++){const Ne=h[A];if(Ie>=Te){Ae(Ne,C,P,!0);continue}let nt;if(Ne.key!=null)nt=ce.get(Ne.key);else for(se=ee;se<=G;se++)if(Tn[se-ee]===0&&Xe(Ne,m[se])){nt=se;break}nt===void 0?Ae(Ne,C,P,!0):(Tn[nt-ee]=A+1,nt>=Le?Le=nt:Je=!0,v(Ne,m[nt],b,null,C,P,$,N,L),Ie++)}const Mo=Je?eu(Tn):on;for(se=Mo.length-1,A=Te-1;A>=0;A--){const Ne=ee+A,nt=m[Ne],Ho=Ne+1<Q?m[Ne+1].el:x;Tn[A]===0?v(null,nt,b,Ho,C,P,$,N,L):Je&&(se<0||A!==Mo[se]?tt(nt,b,Ho,2):se--)}}},tt=(h,m,b,x,C=null)=>{const{el:P,type:$,transition:N,children:L,shapeFlag:A}=h;if(A&6){tt(h.component.subTree,m,b,x);return}if(A&128){h.suspense.move(m,b,x);return}if(A&64){$.move(h,m,b,W);return}if($===Se){r(P,m,b);for(let F=0;F<L.length;F++)tt(L[F],m,b,x);r(h.anchor,m,b);return}if($===cr){g(h,m,b);return}if(x!==2&&A&1&&N)if(x===0)N.beforeEnter(P),r(P,m,b),Ee(()=>N.enter(P),C);else{const{leave:F,delayLeave:G,afterLeave:z}=N,ee=()=>r(P,m,b),ce=()=>{F(P,()=>{ee(),z&&z()})};G?G(P,ee,ce):ce()}else r(P,m,b)},Ae=(h,m,b,x=!1,C=!1)=>{const{type:P,props:$,ref:N,children:L,dynamicChildren:A,shapeFlag:Q,patchFlag:F,dirs:G,cacheIndex:z}=h;if(F===-2&&(C=!1),N!=null&&wr(N,null,b,h,!0),z!=null&&(m.renderCache[z]=void 0),Q&256){m.ctx.deactivate(h);return}const ee=Q&1&&G,ce=!kt(h);let se;if(ce&&(se=$&&$.onVnodeBeforeUnmount)&&Oe(se,m,h),Q&6)zn(h.component,b,x);else{if(Q&128){h.suspense.unmount(b,x);return}ee&&st(h,null,m,"beforeUnmount"),Q&64?h.type.remove(h,m,b,W,x):A&&!A.hasOnce&&(P!==Se||F>0&&F&64)?Fe(A,m,b,!1,!0):(P===Se&&F&384||!C&&Q&16)&&Fe(L,m,b),x&&zt(h)}(ce&&(se=$&&$.onVnodeUnmounted)||ee)&&Ee(()=>{se&&Oe(se,m,h),ee&&st(h,null,m,"unmounted")},b)},zt=h=>{const{type:m,el:b,anchor:x,transition:C}=h;if(m===Se){Yt(b,x);return}if(m===cr){y(h);return}const P=()=>{s(b),C&&!C.persisted&&C.afterLeave&&C.afterLeave()};if(h.shapeFlag&1&&C&&!C.persisted){const{leave:$,delayLeave:N}=C,L=()=>$(b,P);N?N(h.el,P,L):L()}else P()},Yt=(h,m)=>{let b;for(;h!==m;)b=d(h),s(h),h=b;s(m)},zn=(h,m,b)=>{const{bum:x,scope:C,job:P,subTree:$,um:N,m:L,a:A}=h;Tr(L),Tr(A),x&&cn(x),C.stop(),P&&(P.flags|=8,Ae($,h,m,b)),N&&Ee(N,m),Ee(()=>{h.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},Fe=(h,m,b,x=!1,C=!1,P=0)=>{for(let $=P;$<h.length;$++)Ae(h[$],m,b,x,C)},R=h=>{if(h.shapeFlag&6)return R(h.component.subTree);if(h.shapeFlag&128)return h.suspense.next();const m=d(h.anchor||h.el),b=m&&m[_f];return b?d(b):m};let D=!1;const j=(h,m,b)=>{h==null?m._vnode&&Ae(m._vnode,null,null,!0):v(m._vnode||null,h,m,null,null,null,b),m._vnode=h,D||(D=!0,jo(),br(),D=!1)},W={p:v,um:Ae,m:tt,r:zt,mt:Z,mc:B,pc:V,pbc:M,n:R,o:e};let ne,de;return t&&([ne,de]=t(W)),{render:j,hydrate:ne,createApp:Kf(j,ne)}}function rs({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 Lt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function fa(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ua(e,t,n=!1){const r=e.children,s=t.children;if(J(r)&&J(s))for(let o=0;o<r.length;o++){const i=r[o];let l=s[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[o]=Tt(s[o]),l.el=i.el),!n&&l.patchFlag!==-2&&ua(i,l)),l.type===Kt&&(l.el=i.el)}}function eu(e){const t=e.slice(),n=[0];let r,s,o,i,l;const a=e.length;for(r=0;r<a;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function da(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:da(t)}function Tr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const tu=Symbol.for("v-scx"),nu=()=>Pe(tu);function Em(e,t){return mo(e,null,t)}function un(e,t,n){return mo(e,t,n)}function mo(e,t,n=ae){const{immediate:r,deep:s,flush:o,once:i}=n,l=me({},n),a=t&&r||!t&&o!=="post";let u;if(mn){if(o==="sync"){const p=nu();u=p.__watcherHandles||(p.__watcherHandles=[])}else if(!a){const p=()=>{};return p.stop=it,p.resume=it,p.pause=it,p}}const c=be;l.call=(p,_,v)=>Ze(p,c,_,v);let f=!1;o==="post"?l.scheduler=p=>{Ee(p,c&&c.suspense)}:o!=="sync"&&(f=!0,l.scheduler=(p,_)=>{_?p():ao(p)}),l.augmentJob=p=>{t&&(p.flags|=4),f&&(p.flags|=2,c&&(p.id=c.uid,p.i=c))};const d=gf(e,t,l);return mn&&(u?u.push(d):a&&d()),d}function ru(e,t,n){const r=this.proxy,s=he(e)?e.includes(".")?ha(r,e):()=>r[e]:e.bind(r,r);let o;X(t)?o=t:(o=t.handler,n=t);const i=Qn(this),l=mo(s,o.bind(r),n);return i(),l}function ha(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const su=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${qe(t)}Modifiers`]||e[`${Jt(t)}Modifiers`];function ou(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ae;let s=n;const o=t.startsWith("update:"),i=o&&su(r,t.slice(7));i&&(i.trim&&(s=n.map(c=>he(c)?c.trim():c)),i.number&&(s=n.map(gr)));let l,a=r[l=Jr(t)]||r[l=Jr(qe(t))];!a&&o&&(a=r[l=Jr(Jt(t))]),a&&Ze(a,e,6,s);const u=r[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ze(u,e,6,s)}}function pa(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const o=e.emits;let i={},l=!1;if(!X(e)){const a=u=>{const c=pa(u,t,!0);c&&(l=!0,me(i,c))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!o&&!l?(le(e)&&r.set(e,null),null):(J(o)?o.forEach(a=>i[a]=null):me(i,o),le(e)&&r.set(e,i),i)}function Ur(e,t){return!e||!qn(t)?!1:(t=t.slice(2).replace(/Once$/,""),re(e,t[0].toLowerCase()+t.slice(1))||re(e,Jt(t))||re(e,t))}function ss(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[o],slots:i,attrs:l,emit:a,render:u,renderCache:c,props:f,data:d,setupState:p,ctx:_,inheritAttrs:v}=e,k=vr(e);let T,E;try{if(n.shapeFlag&4){const y=s||r,w=y;T=je(u.call(w,y,c,f,p,d,_)),E=l}else{const y=t;T=je(y.length>1?y(f,{attrs:l,slots:i,emit:a}):y(f,null)),E=t.props?l:lu(l)}}catch(y){Hn.length=0,En(y,e,1),T=pe(_e)}let g=T;if(E&&v!==!1){const y=Object.keys(E),{shapeFlag:w}=g;y.length&&w&7&&(o&&y.some(zs)&&(E=au(E,o)),g=mt(g,E,!1,!0))}return n.dirs&&(g=mt(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(n.dirs):n.dirs),n.transition&&pn(g,n.transition),T=g,vr(k),T}function iu(e,t=!0){let n;for(let r=0;r<e.length;r++){const s=e[r];if(Gt(s)){if(s.type!==_e||s.children==="v-if"){if(n)return;n=s}}else return}return n}const lu=e=>{let t;for(const n in e)(n==="class"||n==="style"||qn(n))&&((t||(t={}))[n]=e[n]);return t},au=(e,t)=>{const n={};for(const r in e)(!zs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function cu(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:l,patchFlag:a}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?Qo(r,i,u):!!i;if(a&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const d=c[f];if(i[d]!==r[d]&&!Ur(u,d))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Qo(r,i,u):!0:!!i;return!1}function Qo(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const o=r[s];if(t[o]!==e[o]&&!Ur(n,o))return!0}return!1}function yo({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Cr=e=>e.__isSuspense;let Rs=0;const fu={name:"Suspense",__isSuspense:!0,process(e,t,n,r,s,o,i,l,a,u){if(e==null)uu(t,n,r,s,o,i,l,a,u);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}du(e,t,n,r,s,i,l,a,u)}},hydrate:hu,normalize:pu},_o=fu;function Bn(e,t){const n=e.props&&e.props[t];X(n)&&n()}function uu(e,t,n,r,s,o,i,l,a){const{p:u,o:{createElement:c}}=a,f=c("div"),d=e.suspense=ga(e,s,r,t,f,n,o,i,l,a);u(null,d.pendingBranch=e.ssContent,f,null,r,d,o,i),d.deps>0?(Bn(e,"onPending"),Bn(e,"onFallback"),u(null,e.ssFallback,t,n,r,null,o,i),dn(d,e.ssFallback)):d.resolve(!1,!0)}function du(e,t,n,r,s,o,i,l,{p:a,um:u,o:{createElement:c}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,p=t.ssFallback,{activeBranch:_,pendingBranch:v,isInFallback:k,isHydrating:T}=f;if(v)f.pendingBranch=d,Xe(d,v)?(a(v,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():k&&(T||(a(_,p,n,r,s,null,o,i,l),dn(f,p)))):(f.pendingId=Rs++,T?(f.isHydrating=!1,f.activeBranch=v):u(v,s,f),f.deps=0,f.effects.length=0,f.hiddenContainer=c("div"),k?(a(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():(a(_,p,n,r,s,null,o,i,l),dn(f,p))):_&&Xe(d,_)?(a(_,d,n,r,s,f,o,i,l),f.resolve(!0)):(a(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0&&f.resolve()));else if(_&&Xe(d,_))a(_,d,n,r,s,f,o,i,l),dn(f,d);else if(Bn(t,"onPending"),f.pendingBranch=d,d.shapeFlag&512?f.pendingId=d.component.suspenseId:f.pendingId=Rs++,a(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0)f.resolve();else{const{timeout:E,pendingId:g}=f;E>0?setTimeout(()=>{f.pendingId===g&&f.fallback(p)},E):E===0&&f.fallback(p)}}function ga(e,t,n,r,s,o,i,l,a,u,c=!1){const{p:f,m:d,um:p,n:_,o:{parentNode:v,remove:k}}=u;let T;const E=gu(e);E&&t&&t.pendingBranch&&(T=t.pendingId,t.deps++);const g=e.props?fl(e.props.timeout):void 0,y=o,w={vnode:e,parent:t,parentComponent:n,namespace:i,container:r,hiddenContainer:s,deps:0,pendingId:Rs++,timeout:typeof g=="number"?g:-1,activeBranch:null,pendingBranch:null,isInFallback:!c,isHydrating:c,isUnmounted:!1,effects:[],resolve(S=!1,H=!1){const{vnode:B,activeBranch:I,pendingBranch:M,pendingId:K,effects:O,parentComponent:q,container:Z}=w;let ie=!1;w.isHydrating?w.isHydrating=!1:S||(ie=I&&M.transition&&M.transition.mode==="out-in",ie&&(I.transition.afterLeave=()=>{K===w.pendingId&&(d(M,Z,o===y?_(I):o,0),bs(O))}),I&&(v(I.el)===Z&&(o=_(I)),p(I,q,w,!0)),ie||d(M,Z,o,0)),dn(w,M),w.pendingBranch=null,w.isInFallback=!1;let U=w.parent,Y=!1;for(;U;){if(U.pendingBranch){U.effects.push(...O),Y=!0;break}U=U.parent}!Y&&!ie&&bs(O),w.effects=[],E&&t&&t.pendingBranch&&T===t.pendingId&&(t.deps--,t.deps===0&&!H&&t.resolve()),Bn(B,"onResolve")},fallback(S){if(!w.pendingBranch)return;const{vnode:H,activeBranch:B,parentComponent:I,container:M,namespace:K}=w;Bn(H,"onFallback");const O=_(B),q=()=>{w.isInFallback&&(f(null,S,M,O,I,null,K,l,a),dn(w,S))},Z=S.transition&&S.transition.mode==="out-in";Z&&(B.transition.afterLeave=q),w.isInFallback=!0,p(B,I,null,!0),Z||q()},move(S,H,B){w.activeBranch&&d(w.activeBranch,S,H,B),w.container=S},next(){return w.activeBranch&&_(w.activeBranch)},registerDep(S,H,B){const I=!!w.pendingBranch;I&&w.deps++;const M=S.vnode.el;S.asyncDep.catch(K=>{En(K,S,0)}).then(K=>{if(S.isUnmounted||w.isUnmounted||w.pendingId!==S.suspenseId)return;S.asyncResolved=!0;const{vnode:O}=S;xs(S,K,!1),M&&(O.el=M);const q=!M&&S.subTree.el;H(S,O,v(M||S.subTree.el),M?null:_(S.subTree),w,i,B),q&&k(q),yo(S,O.el),I&&--w.deps===0&&w.resolve()})},unmount(S,H){w.isUnmounted=!0,w.activeBranch&&p(w.activeBranch,n,S,H),w.pendingBranch&&p(w.pendingBranch,n,S,H)}};return w}function hu(e,t,n,r,s,o,i,l,a){const u=t.suspense=ga(t,r,n,e.parentNode,document.createElement("div"),null,s,o,i,l,!0),c=a(e,u.pendingBranch=t.ssContent,n,u,o,i);return u.deps===0&&u.resolve(!1,!0),c}function pu(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=Xo(r?n.default:n),e.ssFallback=r?Xo(n.fallback):pe(_e)}function Xo(e){let t;if(X(e)){const n=gn&&e._c;n&&(e._d=!1,Be()),e=e(),n&&(e._d=!0,t=Me,ya())}return J(e)&&(e=iu(e)),e=je(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function ma(e,t){t&&t.pendingBranch?J(e)?t.effects.push(...e):t.effects.push(e):bs(e)}function dn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;n.el=s,r&&r.subTree===n&&(r.vnode.el=s,yo(r,s))}function gu(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const Se=Symbol.for("v-fgt"),Kt=Symbol.for("v-txt"),_e=Symbol.for("v-cmt"),cr=Symbol.for("v-stc"),Hn=[];let Me=null;function Be(e=!1){Hn.push(Me=e?null:[])}function ya(){Hn.pop(),Me=Hn[Hn.length-1]||null}let gn=1;function zo(e){gn+=e,e<0&&Me&&(Me.hasOnce=!0)}function _a(e){return e.dynamicChildren=gn>0?Me||on:null,ya(),gn>0&&Me&&Me.push(e),e}function mu(e,t,n,r,s,o){return _a(va(e,t,n,r,s,o,!0))}function ot(e,t,n,r,s){return _a(pe(e,t,n,r,s,!0))}function Gt(e){return e?e.__v_isVNode===!0:!1}function Xe(e,t){return e.type===t.type&&e.key===t.key}const ba=({key:e})=>e??null,fr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||we(e)||X(e)?{i:ve,r:e,k:t,f:!!n}:e:null);function va(e,t=null,n=null,r=0,s=null,o=e===Se?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ba(t),ref:t&&fr(t),scopeId:Nl,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:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ve};return l?(bo(a,n),o&128&&e.normalize(a)):n&&(a.shapeFlag|=he(n)?8:16),gn>0&&!i&&Me&&(a.patchFlag>0||o&6)&&a.patchFlag!==32&&Me.push(a),a}const pe=yu;function yu(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===Jl)&&(e=_e),Gt(e)){const l=mt(e,t,!0);return n&&bo(l,n),gn>0&&!o&&Me&&(l.shapeFlag&6?Me[Me.indexOf(e)]=l:Me.push(l)),l.patchFlag=-2,l}if(Ru(e)&&(e=e.__vccOpts),t){t=wa(t);let{class:l,style:a}=t;l&&!he(l)&&(t.class=jr(l)),le(a)&&(lo(a)&&!J(a)&&(a=me({},a)),t.style=$r(a))}const i=he(e)?1:Cr(e)?128:$l(e)?64:le(e)?4:X(e)?2:0;return va(e,t,n,r,s,i,o,!0)}function wa(e){return e?lo(e)||na(e)?me({},e):e:null}function mt(e,t,n=!1,r=!1){const{props:s,ref:o,patchFlag:i,children:l,transition:a}=e,u=t?Ta(s||{},t):s,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&ba(u),ref:t&&t.ref?n&&o?J(o)?o.concat(fr(t)):[o,fr(t)]:fr(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,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:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&mt(e.ssContent),ssFallback:e.ssFallback&&mt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&pn(c,a.clone(c)),c}function Ea(e=" ",t=0){return pe(Kt,null,e,t)}function Tm(e="",t=!1){return t?(Be(),ot(_e,null,e)):pe(_e,null,e)}function je(e){return e==null||typeof e=="boolean"?pe(_e):J(e)?pe(Se,null,e.slice()):Gt(e)?Tt(e):pe(Kt,null,String(e))}function Tt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:mt(e)}function bo(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(J(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),bo(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!na(t)?t._ctx=ve:s===3&&ve&&(ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else X(t)?(t={default:t,_ctx:ve},n=32):(t=String(t),r&64?(n=16,t=[Ea(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ta(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=jr([t.class,r.class]));else if(s==="style")t.style=$r([t.style,r.style]);else if(qn(s)){const o=t[s],i=r[s];i&&o!==i&&!(J(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function Oe(e,t,n,r=null){Ze(e,t,7,[n,r])}const _u=Yl();let bu=0;function vu(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||_u,o={uid:bu++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new pl(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:sa(r,s),emitsOptions:pa(r,s),emit:null,emitted:null,propsDefaults:ae,inheritAttrs:r.inheritAttrs,ctx:ae,data:ae,props:ae,attrs:ae,slots:ae,refs:ae,setupState:ae,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=ou.bind(null,o),e.ce&&e.ce(o),o}let be=null;const vo=()=>be||ve;let Rr,Ss;{const e=Nr(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};Rr=t("__VUE_INSTANCE_SETTERS__",n=>be=n),Ss=t("__VUE_SSR_SETTERS__",n=>mn=n)}const Qn=e=>{const t=be;return Rr(e),e.scope.on(),()=>{e.scope.off(),Rr(t)}},Yo=()=>{be&&be.scope.off(),Rr(null)};function Ca(e){return e.vnode.shapeFlag&4}let mn=!1;function wu(e,t=!1,n=!1){t&&Ss(t);const{props:r,children:s}=e.vnode,o=Ca(e);qf(e,r,o,t),Xf(e,s,n);const i=o?Eu(e,t):void 0;return t&&Ss(!1),i}function Eu(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,jf);const{setup:r}=n;if(r){Ot();const s=e.setupContext=r.length>1?Cu(e):null,o=Qn(e),i=Gn(r,e,0,[e.props,s]),l=il(i);if(Mt(),o(),(l||e.sp)&&!kt(e)&&fo(e),l){if(i.then(Yo,Yo),t)return i.then(a=>{xs(e,a,t)}).catch(a=>{En(a,e,0)});e.asyncDep=i}else xs(e,i,t)}else Ra(e,t)}function xs(e,t,n){X(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:le(t)&&(e.setupState=Ml(t)),Ra(e,n)}let Zo;function Ra(e,t,n){const r=e.type;if(!e.render){if(!t&&Zo&&!r.render){const s=r.template||po(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,u=me(me({isCustomElement:o,delimiters:l},i),a);r.render=Zo(s,u)}}e.render=r.render||it}{const s=Qn(e);Ot();try{Ff(e)}finally{Mt(),s()}}}const Tu={get(e,t){return Ce(e,"get",""),e[t]}};function Cu(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Tu),slots:e.slots,emit:e.emit,expose:t}}function Br(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ml(sf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Mn)return Mn[n](e)},has(t,n){return n in t||n in Mn}})):e.proxy}function ks(e,t=!0){return X(e)?e.displayName||e.name:e.name||t&&e.__name}function Ru(e){return X(e)&&"__vccOpts"in e}const Ve=(e,t)=>hf(e,t,mn);function He(e,t,n){const r=arguments.length;return r===2?le(t)&&!J(t)?Gt(t)?pe(e,null,[t]):pe(e,t):pe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Gt(n)&&(n=[n]),pe(e,t,n))}const Sa="3.5.12";/**
16
+ * @vue/runtime-dom v3.5.12
17
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
18
+ * @license MIT
19
+ **/let Ps;const ei=typeof window<"u"&&window.trustedTypes;if(ei)try{Ps=ei.createPolicy("vue",{createHTML:e=>e})}catch{}const xa=Ps?e=>Ps.createHTML(e):e=>e,Su="http://www.w3.org/2000/svg",xu="http://www.w3.org/1998/Math/MathML",ft=typeof document<"u"?document:null,ti=ft&&ft.createElement("template"),ku={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?ft.createElementNS(Su,e):t==="mathml"?ft.createElementNS(xu,e):n?ft.createElement(e,{is:n}):ft.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>ft.createTextNode(e),createComment:e=>ft.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ft.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,o){const i=n?n.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===o||!(s=s.nextSibling)););else{ti.innerHTML=xa(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=ti.content;if(r==="svg"||r==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},bt="transition",Rn="animation",Vn=Symbol("_vtc"),ka={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},Pu=me({},jl,ka),Au=e=>(e.displayName="Transition",e.props=Pu,e),Pa=Au((e,{slots:t})=>He(wf,Ou(e),t)),Nt=(e,t=[])=>{J(e)?e.forEach(n=>n(...t)):e&&e(...t)},ni=e=>e?J(e)?e.some(t=>t.length>1):e.length>1:!1;function Ou(e){const t={};for(const O in e)O in ka||(t[O]=e[O]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=o,appearActiveClass:u=i,appearToClass:c=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,_=Mu(s),v=_&&_[0],k=_&&_[1],{onBeforeEnter:T,onEnter:E,onEnterCancelled:g,onLeave:y,onLeaveCancelled:w,onBeforeAppear:S=T,onAppear:H=E,onAppearCancelled:B=g}=t,I=(O,q,Z)=>{$t(O,q?c:l),$t(O,q?u:i),Z&&Z()},M=(O,q)=>{O._isLeaving=!1,$t(O,f),$t(O,p),$t(O,d),q&&q()},K=O=>(q,Z)=>{const ie=O?H:E,U=()=>I(q,O,Z);Nt(ie,[q,U]),ri(()=>{$t(q,O?a:o),vt(q,O?c:l),ni(ie)||si(q,r,v,U)})};return me(t,{onBeforeEnter(O){Nt(T,[O]),vt(O,o),vt(O,i)},onBeforeAppear(O){Nt(S,[O]),vt(O,a),vt(O,u)},onEnter:K(!1),onAppear:K(!0),onLeave(O,q){O._isLeaving=!0;const Z=()=>M(O,q);vt(O,f),vt(O,d),Lu(),ri(()=>{O._isLeaving&&($t(O,f),vt(O,p),ni(y)||si(O,r,k,Z))}),Nt(y,[O,Z])},onEnterCancelled(O){I(O,!1),Nt(g,[O])},onAppearCancelled(O){I(O,!0),Nt(B,[O])},onLeaveCancelled(O){M(O),Nt(w,[O])}})}function Mu(e){if(e==null)return null;if(le(e))return[os(e.enter),os(e.leave)];{const t=os(e);return[t,t]}}function os(e){return fl(e)}function vt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Vn]||(e[Vn]=new Set)).add(t)}function $t(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Vn];n&&(n.delete(t),n.size||(e[Vn]=void 0))}function ri(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Hu=0;function si(e,t,n,r){const s=e._endId=++Hu,o=()=>{s===e._endId&&r()};if(n!=null)return setTimeout(o,n);const{type:i,timeout:l,propCount:a}=Iu(e,t);if(!i)return r();const u=i+"end";let c=0;const f=()=>{e.removeEventListener(u,d),o()},d=p=>{p.target===e&&++c>=a&&f()};setTimeout(()=>{c<a&&f()},l+1),e.addEventListener(u,d)}function Iu(e,t){const n=window.getComputedStyle(e),r=_=>(n[_]||"").split(", "),s=r(`${bt}Delay`),o=r(`${bt}Duration`),i=oi(s,o),l=r(`${Rn}Delay`),a=r(`${Rn}Duration`),u=oi(l,a);let c=null,f=0,d=0;t===bt?i>0&&(c=bt,f=i,d=o.length):t===Rn?u>0&&(c=Rn,f=u,d=a.length):(f=Math.max(i,u),c=f>0?i>u?bt:Rn:null,d=c?c===bt?o.length:a.length:0);const p=c===bt&&/\b(transform|all)(,|$)/.test(r(`${bt}Property`).toString());return{type:c,timeout:f,propCount:d,hasTransform:p}}function oi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ii(n)+ii(e[r])))}function ii(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Lu(){return document.body.offsetHeight}function Nu(e,t,n){const r=e[Vn];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Sr=Symbol("_vod"),Aa=Symbol("_vsh"),Cm={beforeMount(e,{value:t},{transition:n}){e[Sr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Sn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Sn(e,!0),r.enter(e)):r.leave(e,()=>{Sn(e,!1)}):Sn(e,t))},beforeUnmount(e,{value:t}){Sn(e,t)}};function Sn(e,t){e.style.display=t?e[Sr]:"none",e[Aa]=!t}const $u=Symbol(""),ju=/(^|;)\s*display\s*:/;function Fu(e,t,n){const r=e.style,s=he(n);let o=!1;if(n&&!s){if(t)if(he(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&ur(r,l,"")}else for(const i in t)n[i]==null&&ur(r,i,"");for(const i in n)i==="display"&&(o=!0),ur(r,i,n[i])}else if(s){if(t!==n){const i=r[$u];i&&(n+=";"+i),r.cssText=n,o=ju.test(n)}}else t&&e.removeAttribute("style");Sr in e&&(e[Sr]=o?r.display:"",e[Aa]&&(r.display="none"))}const li=/\s*!important$/;function ur(e,t,n){if(J(n))n.forEach(r=>ur(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Du(e,t);li.test(n)?e.setProperty(Jt(r),n.replace(li,""),"important"):e[r]=n}}const ai=["Webkit","Moz","ms"],is={};function Du(e,t){const n=is[t];if(n)return n;let r=qe(t);if(r!=="filter"&&r in e)return is[t]=r;r=Lr(r);for(let s=0;s<ai.length;s++){const o=ai[s]+r;if(o in e)return is[t]=o}return t}const ci="http://www.w3.org/1999/xlink";function fi(e,t,n,r,s,o=Lc(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(ci,t.slice(6,t.length)):e.setAttributeNS(ci,t,n):n==null||o&&!ul(n)?e.removeAttribute(t):e.setAttribute(t,o?"":Ye(n)?String(n):n)}function ui(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?xa(n):n);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const l=o==="OPTION"?e.getAttribute("value")||"":e.value,a=n==null?e.type==="checkbox"?"on":"":String(n);(l!==a||!("_value"in e))&&(e.value=a),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=ul(n):n==null&&l==="string"?(n="",i=!0):l==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(s||t)}function ht(e,t,n,r){e.addEventListener(t,n,r)}function Uu(e,t,n,r){e.removeEventListener(t,n,r)}const di=Symbol("_vei");function Bu(e,t,n,r,s=null){const o=e[di]||(e[di]={}),i=o[t];if(r&&i)i.value=r;else{const[l,a]=Vu(t);if(r){const u=o[t]=qu(r,s);ht(e,l,u,a)}else i&&(Uu(e,l,i,a),o[t]=void 0)}}const hi=/(?:Once|Passive|Capture)$/;function Vu(e){let t;if(hi.test(e)){t={};let r;for(;r=e.match(hi);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Jt(e.slice(2)),t]}let ls=0;const Wu=Promise.resolve(),Ku=()=>ls||(Wu.then(()=>ls=0),ls=Date.now());function qu(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ze(Gu(r,n.value),t,5,[r])};return n.value=e,n.attached=Ku(),n}function Gu(e,t){if(J(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const pi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ju=(e,t,n,r,s,o)=>{const i=s==="svg";t==="class"?Nu(e,r,i):t==="style"?Fu(e,n,r):qn(t)?zs(t)||Bu(e,t,n,r,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Qu(e,t,r,i))?(ui(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&fi(e,t,r,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!he(r))?ui(e,qe(t),r,o,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),fi(e,t,r,i))};function Qu(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&pi(t)&&X(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return pi(t)&&he(n)?!1:t in e}const At=e=>{const t=e.props["onUpdate:modelValue"]||!1;return J(t)?n=>cn(t,n):t};function Xu(e){e.target.composing=!0}function gi(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ke=Symbol("_assign"),mi={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[Ke]=At(s);const o=r||s.props&&s.props.type==="number";ht(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=gr(l)),e[Ke](l)}),n&&ht(e,"change",()=>{e.value=e.value.trim()}),t||(ht(e,"compositionstart",Xu),ht(e,"compositionend",gi),ht(e,"change",gi))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:o}},i){if(e[Ke]=At(i),e.composing)return;const l=(o||e.type==="number")&&!/^0\d/.test(e.value)?gr(e.value):e.value,a=t??"";l!==a&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===a)||(e.value=a))}},zu={deep:!0,created(e,t,n){e[Ke]=At(n),ht(e,"change",()=>{const r=e._modelValue,s=yn(e),o=e.checked,i=e[Ke];if(J(r)){const l=eo(r,s),a=l!==-1;if(o&&!a)i(r.concat(s));else if(!o&&a){const u=[...r];u.splice(l,1),i(u)}}else if(vn(r)){const l=new Set(r);o?l.add(s):l.delete(s),i(l)}else i(Oa(e,o))})},mounted:yi,beforeUpdate(e,t,n){e[Ke]=At(n),yi(e,t,n)}};function yi(e,{value:t,oldValue:n},r){e._modelValue=t;let s;if(J(t))s=eo(t,r.props.value)>-1;else if(vn(t))s=t.has(r.props.value);else{if(t===n)return;s=qt(t,Oa(e,!0))}e.checked!==s&&(e.checked=s)}const Yu={created(e,{value:t},n){e.checked=qt(t,n.props.value),e[Ke]=At(n),ht(e,"change",()=>{e[Ke](yn(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Ke]=At(r),t!==n&&(e.checked=qt(t,r.props.value))}},Zu={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const s=vn(t);ht(e,"change",()=>{const o=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?gr(yn(i)):yn(i));e[Ke](e.multiple?s?new Set(o):o:o[0]),e._assigning=!0,Qt(()=>{e._assigning=!1})}),e[Ke]=At(r)},mounted(e,{value:t}){_i(e,t)},beforeUpdate(e,t,n){e[Ke]=At(n)},updated(e,{value:t}){e._assigning||_i(e,t)}};function _i(e,t){const n=e.multiple,r=J(t);if(!(n&&!r&&!vn(t))){for(let s=0,o=e.options.length;s<o;s++){const i=e.options[s],l=yn(i);if(n)if(r){const a=typeof l;a==="string"||a==="number"?i.selected=t.some(u=>String(u)===String(l)):i.selected=eo(t,l)>-1}else i.selected=t.has(l);else if(qt(yn(i),t)){e.selectedIndex!==s&&(e.selectedIndex=s);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function yn(e){return"_value"in e?e._value:e.value}function Oa(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Rm={created(e,t,n){or(e,t,n,null,"created")},mounted(e,t,n){or(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){or(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){or(e,t,n,r,"updated")}};function ed(e,t){switch(e){case"SELECT":return Zu;case"TEXTAREA":return mi;default:switch(t){case"checkbox":return zu;case"radio":return Yu;default:return mi}}}function or(e,t,n,r,s){const i=ed(e.tagName,n.props&&n.props.type)[s];i&&i(e,t,n,r)}const Ma=me({patchProp:Ju},ku);let In,bi=!1;function td(){return In||(In=Yf(Ma))}function nd(){return In=bi?In:Zf(Ma),bi=!0,In}const rd=(...e)=>{const t=td().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Ia(r);if(!s)return;const o=t._component;!X(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const i=n(s,!1,Ha(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t},sd=(...e)=>{const t=nd().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Ia(r);if(s)return n(s,!0,Ha(s))},t};function Ha(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Ia(e){return he(e)?document.querySelector(e):e}const od=/"(?:_|\\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*:/,id=/"(?: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*:/,ld=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function ad(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){cd(e);return}return t}function cd(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function xr(e,t={}){if(typeof e!="string")return e;const n=e.trim();if(e[0]==='"'&&e.endsWith('"')&&!e.includes("\\"))return n.slice(1,-1);if(n.length<=9){const r=n.toLowerCase();if(r==="true")return!0;if(r==="false")return!1;if(r==="undefined")return;if(r==="null")return null;if(r==="nan")return Number.NaN;if(r==="infinity")return Number.POSITIVE_INFINITY;if(r==="-infinity")return Number.NEGATIVE_INFINITY}if(!ld.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(od.test(e)||id.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,ad)}return JSON.parse(e)}catch(r){if(t.strict)throw r;return e}}const fd=/#/g,ud=/&/g,dd=/\//g,hd=/=/g,wo=/\+/g,pd=/%5e/gi,gd=/%60/gi,md=/%7c/gi,yd=/%20/gi;function _d(e){return encodeURI(""+e).replace(md,"|")}function As(e){return _d(typeof e=="string"?e:JSON.stringify(e)).replace(wo,"%2B").replace(yd,"+").replace(fd,"%23").replace(ud,"%26").replace(gd,"`").replace(pd,"^").replace(dd,"%2F")}function as(e){return As(e).replace(hd,"%3D")}function kr(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function bd(e){return kr(e.replace(wo," "))}function vd(e){return kr(e.replace(wo," "))}function wd(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const s=bd(r[1]);if(s==="__proto__"||s==="constructor")continue;const o=vd(r[2]||"");t[s]===void 0?t[s]=o:Array.isArray(t[s])?t[s].push(o):t[s]=[t[s],o]}return t}function Ed(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${as(e)}=${As(n)}`).join("&"):`${as(e)}=${As(t)}`:as(e)}function Td(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Ed(t,e[t])).filter(Boolean).join("&")}const Cd=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Rd=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Sd=/^([/\\]\s*){2,}[^/\\]/,xd=/^[\s\0]*(blob|data|javascript|vbscript):$/i,kd=/\/$|\/\?|\/#/,Pd=/^\.?\//;function Xt(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Cd.test(e):Rd.test(e)||(t.acceptRelative?Sd.test(e):!1)}function Ad(e){return!!e&&xd.test(e)}function Os(e="",t){return t?kd.test(e):e.endsWith("/")}function Eo(e="",t){if(!t)return(Os(e)?e.slice(0,-1):e)||"/";if(!Os(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");s>=0&&(n=e.slice(0,s),r=e.slice(s));const[o,...i]=n.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+r}function Ms(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(Os(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");if(s>=0&&(n=e.slice(0,s),r=e.slice(s),!n))return r;const[o,...i]=n.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+r}function Od(e=""){return e.startsWith("/")}function vi(e=""){return Od(e)?e:"/"+e}function Md(e,t){if(Na(t)||Xt(e))return e;const n=Eo(t);return e.startsWith(n)?e:To(n,e)}function wi(e,t){if(Na(t))return e;const n=Eo(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function La(e,t){const n=Ld(e),r={...wd(n.search),...t};return n.search=Td(r),Nd(n)}function Na(e){return!e||e==="/"}function Hd(e){return e&&e!=="/"}function To(e,...t){let n=e||"";for(const r of t.filter(s=>Hd(s)))if(n){const s=r.replace(Pd,"");n=Ms(n)+s}else n=r;return n}function $a(...e){var i,l,a,u;const t=/\/(?!\/)/,n=e.filter(Boolean),r=[];let s=0;for(const c of n)if(!(!c||c==="/")){for(const[f,d]of c.split(t).entries())if(!(!d||d===".")){if(d===".."){if(r.length===1&&Xt(r[0]))continue;r.pop(),s--;continue}if(f===1&&((i=r[r.length-1])!=null&&i.endsWith(":/"))){r[r.length-1]+="/"+d;continue}r.push(d),s++}}let o=r.join("/");return s>=0?(l=n[0])!=null&&l.startsWith("/")&&!o.startsWith("/")?o="/"+o:(a=n[0])!=null&&a.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*s)+o,(u=n[n.length-1])!=null&&u.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function Id(e,t,n={}){return n.trailingSlash||(e=Ms(e),t=Ms(t)),n.leadingSlash||(e=vi(e),t=vi(t)),n.encoding||(e=kr(e),t=kr(t)),e===t}const ja=Symbol.for("ufo:protocolRelative");function Ld(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(!Xt(e,{acceptRelative:!0}))return Ei(e);const[,r="",s,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[];let[,i="",l=""]=o.match(/([^#/?]*)(.*)?/)||[];r==="file:"&&(l=l.replace(/\/(?=[A-Za-z]:)/,""));const{pathname:a,search:u,hash:c}=Ei(l);return{protocol:r.toLowerCase(),auth:s?s.slice(0,Math.max(0,s.length-1)):"",host:i,pathname:a,search:u,hash:c,[ja]:!r}}function Ei(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function Nd(e){const t=e.pathname||"",n=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",r=e.hash||"",s=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[ja]?(e.protocol||"")+"//":"")+s+o+t+n+r}class $d extends Error{constructor(t,n){super(t,n),this.name="FetchError",n!=null&&n.cause&&!this.cause&&(this.cause=n.cause)}}function jd(e){var a,u,c,f,d;const t=((a=e.error)==null?void 0:a.message)||((u=e.error)==null?void 0:u.toString())||"",n=((c=e.request)==null?void 0:c.method)||((f=e.options)==null?void 0:f.method)||"GET",r=((d=e.request)==null?void 0:d.url)||String(e.request)||"/",s=`[${n}] ${JSON.stringify(r)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"<no response>",i=`${s}: ${o}${t?` ${t}`:""}`,l=new $d(i,e.error?{cause:e.error}:void 0);for(const p of["request","options","response"])Object.defineProperty(l,p,{get(){return e[p]}});for(const[p,_]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(l,p,{get(){return e.response&&e.response[_]}});return l}const Fd=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Ti(e="GET"){return Fd.has(e.toUpperCase())}function Dd(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?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Ud=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Bd=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Vd(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Bd.test(t)?"json":Ud.has(t)||t.startsWith("text/")?"text":"blob"}function Wd(e,t,n,r){const s=Kd((t==null?void 0:t.headers)??(e==null?void 0:e.headers),n==null?void 0:n.headers,r);let o;return(n!=null&&n.query||n!=null&&n.params||t!=null&&t.params||t!=null&&t.query)&&(o={...n==null?void 0:n.params,...n==null?void 0:n.query,...t==null?void 0:t.params,...t==null?void 0:t.query}),{...n,...t,query:o,params:o,headers:s}}function Kd(e,t,n){if(!t)return new n(e);const r=new n(t);if(e)for(const[s,o]of Symbol.iterator in e||Array.isArray(e)?e:new n(e))r.set(s,o);return r}async function ir(e,t){if(t)if(Array.isArray(t))for(const n of t)await n(e);else await t(e)}const qd=new Set([408,409,425,429,500,502,503,504]),Gd=new Set([101,204,205,304]);function Fa(e={}){const{fetch:t=globalThis.fetch,Headers:n=globalThis.Headers,AbortController:r=globalThis.AbortController}=e;async function s(l){const a=l.error&&l.error.name==="AbortError"&&!l.options.timeout||!1;if(l.options.retry!==!1&&!a){let c;typeof l.options.retry=="number"?c=l.options.retry:c=Ti(l.options.method)?0:1;const f=l.response&&l.response.status||500;if(c>0&&(Array.isArray(l.options.retryStatusCodes)?l.options.retryStatusCodes.includes(f):qd.has(f))){const d=typeof l.options.retryDelay=="function"?l.options.retryDelay(l):l.options.retryDelay||0;return d>0&&await new Promise(p=>setTimeout(p,d)),o(l.request,{...l.options,retry:c-1})}}const u=jd(l);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(a,u={}){const c={request:a,options:Wd(a,u,e.defaults,n),response:void 0,error:void 0};c.options.method&&(c.options.method=c.options.method.toUpperCase()),c.options.onRequest&&await ir(c,c.options.onRequest),typeof c.request=="string"&&(c.options.baseURL&&(c.request=Md(c.request,c.options.baseURL)),c.options.query&&(c.request=La(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&&Ti(c.options.method)&&(Dd(c.options.body)?(c.options.body=typeof c.options.body=="string"?c.options.body:JSON.stringify(c.options.body),c.options.headers=new n(c.options.headers||{}),c.options.headers.has("content-type")||c.options.headers.set("content-type","application/json"),c.options.headers.has("accept")||c.options.headers.set("accept","application/json")):("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 p=new r;f=setTimeout(()=>{const _=new Error("[TimeoutError]: The operation was aborted due to timeout");_.name="TimeoutError",_.code=23,p.abort(_)},c.options.timeout),c.options.signal=p.signal}try{c.response=await t(c.request,c.options)}catch(p){return c.error=p,c.options.onRequestError&&await ir(c,c.options.onRequestError),await s(c)}finally{f&&clearTimeout(f)}if((c.response.body||c.response._bodyInit)&&!Gd.has(c.response.status)&&c.options.method!=="HEAD"){const p=(c.options.parseResponse?"json":c.options.responseType)||Vd(c.response.headers.get("content-type")||"");switch(p){case"json":{const _=await c.response.text(),v=c.options.parseResponse||xr;c.response._data=v(_);break}case"stream":{c.response._data=c.response.body||c.response._bodyInit;break}default:c.response._data=await c.response[p]()}}return c.options.onResponse&&await ir(c,c.options.onResponse),!c.options.ignoreResponseError&&c.response.status>=400&&c.response.status<600?(c.options.onResponseError&&await ir(c,c.options.onResponseError),await s(c)):c.response},i=async function(a,u){return(await o(a,u))._data};return i.raw=o,i.native=(...l)=>t(...l),i.create=(l={},a={})=>Fa({...e,...a,defaults:{...e.defaults,...a.defaults,...l}}),i}const Pr=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")}(),Jd=Pr.fetch?(...e)=>Pr.fetch(...e):()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!")),Qd=Pr.Headers,Xd=Pr.AbortController,zd=Fa({fetch:Jd,Headers:Qd,AbortController:Xd}),Yd=zd,Zd=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},Ar=Zd().app,eh=()=>Ar.baseURL,th=()=>Ar.buildAssetsDir,Co=(...e)=>$a(Da(),th(),...e),Da=(...e)=>{const t=Ar.cdnURL||Ar.baseURL;return e.length?$a(t,...e):t};globalThis.__buildAssetsURL=Co,globalThis.__publicAssetsURL=Da;globalThis.$fetch||(globalThis.$fetch=Yd.create({baseURL:eh()}));function Hs(e,t={},n){for(const r in e){const s=e[r],o=n?`${n}:${r}`:r;typeof s=="object"&&s!==null?Hs(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const nh={run:e=>e()},rh=()=>nh,Ua=typeof console.createTask<"u"?console.createTask:rh;function sh(e,t){const n=t.shift(),r=Ua(n);return e.reduce((s,o)=>s.then(()=>r.run(()=>o(...t))),Promise.resolve())}function oh(e,t){const n=t.shift(),r=Ua(n);return Promise.all(e.map(s=>r.run(()=>s(...t))))}function cs(e,t){for(const n of[...e])n(t)}class ih{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,r={}){if(!t||typeof n!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!r.allowDeprecated){let i=o.message;i||(i=`${s} 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 r,s=(...o)=>(typeof r=="function"&&r(),r=void 0,s=void 0,n(...o));return r=this.hook(t,s),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const s of r)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=Hs(t),r=Object.keys(n).map(s=>this.hook(s,n[s]));return()=>{for(const s of r.splice(0,r.length))s()}}removeHooks(t){const n=Hs(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(sh,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(oh,t,...n)}callHookWith(t,n,...r){const s=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&cs(this._before,s);const o=t(n in this._hooks?[...this._hooks[n]]:[],r);return o instanceof Promise?o.finally(()=>{this._after&&s&&cs(this._after,s)}):(this._after&&s&&cs(this._after,s),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 Ba(){return new ih}function lh(e={}){let t,n=!1;const r=i=>{if(t&&t!==i)throw new Error("Context conflict")};let s;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?s=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(s&&t===void 0){const i=s.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,l)=>{l||r(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,l)=>{r(i),t=i;try{return s?s.run(i,l):l()}finally{n||(t=void 0)}},async callAsync(i,l){t=i;const a=()=>{t=i},u=()=>t===i?a:void 0;Is.add(u);try{const c=s?s.run(i,l):l();return n||(t=void 0),await c}finally{Is.delete(u)}}}}function ah(e={}){const t={};return{get(n,r={}){return t[n]||(t[n]=lh({...e,...r})),t[n],t[n]}}}const Or=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},Ci="__unctx__",ch=Or[Ci]||(Or[Ci]=ah()),fh=(e,t={})=>ch.get(e,t),Ri="__unctx_async_handlers__",Is=Or[Ri]||(Or[Ri]=new Set);function hn(e){const t=[];for(const s of Is){const o=s();o&&t.push(o)}const n=()=>{for(const s of t)s()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(s=>{throw n(),s})),[r,n]}const uh=!1,Ls=!1,dh=!1,Sm={componentName:"NuxtLink",prefetch:!0,prefetchOn:{visibility:!0}},hh=null,ph="#__nuxt",Va="nuxt-app",Si=36e5,gh="vite:preloadError";function Wa(e=Va){return fh(e,{asyncContext:!1})}const mh="__nuxt_plugin";function yh(e){var s;let t=0;const n={_id:e.id||Va||"nuxt-app",_scope:jc(),provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.13.2"},get vue(){return n.vueApp.version}},payload:pt({...((s=e.ssrContext)==null?void 0:s.payload)||{},data:pt({}),state:Ht({}),once:new Set,_errors:pt({})}),static:{data:{}},runWithContext(o){return n._scope.active&&!gl()?n._scope.run(()=>xi(n,o)):xi(n,o)},isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let o=!1;return()=>{if(!o&&(o=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:pt({}),_payloadRevivers:{},...e};{const o=window.__NUXT__;if(o)for(const i in o)switch(i){case"data":case"state":case"_errors":Object.assign(n.payload[i],o[i]);break;default:n.payload[i]=o[i]}}n.hooks=Ba(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(o,i)=>{const l="$"+o;lr(n,l,i),lr(n.vueApp.config.globalProperties,l,i)},lr(n.vueApp,"$nuxt",n),lr(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener(gh,i=>{n.callHook("app:chunkError",{error:i.payload}),(n.isHydrating||i.payload.message.includes("Unable to preload CSS"))&&i.preventDefault()}),window.useNuxtApp=window.useNuxtApp||ge;const o=n.hook("app:error",(...i)=>{console.error("[nuxt] error caught during app initialization",...i)});n.hook("app:mounted",o)}const r=n.payload.config;return n.provide("config",r),n}function _h(e,t){t.hooks&&e.hooks.addHooks(t.hooks)}async function bh(e,t){if(typeof t=="function"){const{provide:n}=await e.runWithContext(()=>t(e))||{};if(n&&typeof n=="object")for(const r in n)e.provide(r,n[r])}}async function vh(e,t){const n=[],r=[],s=[],o=[];let i=0;async function l(a){var c;const u=((c=a.dependsOn)==null?void 0:c.filter(f=>t.some(d=>d._name===f)&&!n.includes(f)))??[];if(u.length>0)r.push([new Set(u),a]);else{const f=bh(e,a).then(async()=>{a._name&&(n.push(a._name),await Promise.all(r.map(async([d,p])=>{d.has(a._name)&&(d.delete(a._name),d.size===0&&(i++,await l(p)))})))});a.parallel?s.push(f.catch(d=>o.push(d))):await f}}for(const a of t)_h(e,a);for(const a of t)await l(a);if(await Promise.all(s),i)for(let a=0;a<i;a++)await Promise.all(s);if(o.length)throw o[0]}function lt(e){if(typeof e=="function")return e;const t=e._name||e.name;return delete e.name,Object.assign(e.setup||(()=>{}),e,{[mh]:!0,_name:t})}function xi(e,t,n){const r=()=>t();return Wa(e._id).set(e),e.vueApp.runWithContext(r)}function wh(e){var n;let t;return Zl()&&(t=(n=vo())==null?void 0:n.appContext.app.$nuxt),t=t||Wa(e).tryUse(),t||null}function ge(e){const t=wh(e);if(!t)throw new Error("[nuxt] instance unavailable");return t}function Vr(e){return ge().$config}function lr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}function Eh(e,t){return{ctx:{table:e},matchAll:n=>qa(n,e)}}function Ka(e){const t={};for(const n in e)t[n]=n==="dynamic"?new Map(Object.entries(e[n]).map(([r,s])=>[r,Ka(s)])):new Map(Object.entries(e[n]));return t}function Th(e){return Eh(Ka(e))}function qa(e,t,n){e.endsWith("/")&&(e=e.slice(0,-1)||"/");const r=[];for(const[o,i]of ki(t.wildcard))(e===o||e.startsWith(o+"/"))&&r.push(i);for(const[o,i]of ki(t.dynamic))if(e.startsWith(o+"/")){const l="/"+e.slice(o.length).split("/").splice(2).join("/");r.push(...qa(l,i))}const s=t.static.get(e);return s&&r.push(s),r.filter(Boolean)}function ki(e){return[...e.entries()].sort((t,n)=>t[0].length-n[0].length)}function fs(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 Ns(e,t,n=".",r){if(!fs(t))return Ns(e,{},n,r);const s=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(r&&r(s,o,i,n)||(Array.isArray(i)&&Array.isArray(s[o])?s[o]=[...i,...s[o]]:fs(i)&&fs(s[o])?s[o]=Ns(i,s[o],(n?`${n}.`:"")+o.toString(),r):s[o]=i))}return s}function Ch(e){return(...t)=>t.reduce((n,r)=>Ns(n,r,"",e),{})}const Ga=Ch();function Rh(e,t){try{return t in e}catch{return!1}}var Sh=Object.defineProperty,xh=(e,t,n)=>t in e?Sh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dt=(e,t,n)=>(xh(e,typeof t!="symbol"?t+"":t,n),n);class $s extends Error{constructor(t,n={}){super(t,n),Dt(this,"statusCode",500),Dt(this,"fatal",!1),Dt(this,"unhandled",!1),Dt(this,"statusMessage"),Dt(this,"data"),Dt(this,"cause"),n.cause&&!this.cause&&(this.cause=n.cause)}toJSON(){const t={message:this.message,statusCode:Fs(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Ja(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}Dt($s,"__h3_error__",!0);function js(e){if(typeof e=="string")return new $s(e);if(kh(e))return e;const t=new $s(e.message??e.statusMessage??"",{cause:e.cause||e});if(Rh(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=Fs(e.statusCode,t.statusCode):e.status&&(t.statusCode=Fs(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;Ja(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 kh(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const Ph=/[^\u0009\u0020-\u007E]/g;function Ja(e=""){return e.replace(Ph,"")}function Fs(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const Qa=Symbol("layout-meta"),Xn=Symbol("route"),Ge=()=>{var e;return(e=ge())==null?void 0:e.$router},Ro=()=>Zl()?Pe(Xn,ge()._route):ge()._route;const Ah=()=>{try{if(ge()._processingMiddleware)return!0}catch{return!1}return!1},xm=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:"path"in e?Oh(e):Ge().resolve(e).href;if(t!=null&&t.open){const{target:a="_blank",windowFeatures:u={}}=t.open,c=Object.entries(u).filter(([f,d])=>d!==void 0).map(([f,d])=>`${f.toLowerCase()}=${d}`).join(", ");return open(n,a,c),Promise.resolve()}const r=Xt(n,{acceptRelative:!0}),s=(t==null?void 0:t.external)||r;if(s){if(!(t!=null&&t.external))throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const{protocol:a}=new URL(n,window.location.href);if(a&&Ad(a))throw new Error(`Cannot navigate to a URL with '${a}' protocol.`)}const o=Ah();if(!s&&o)return e;const i=Ge(),l=ge();return s?(l._scope.stop(),t!=null&&t.replace?location.replace(n):location.href=n,o?l.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t!=null&&t.replace?i.replace(e):i.push(e)};function Oh(e){return La(e.path||"",e.query||{})+(e.hash||"")}const Xa="__nuxt_error",Wr=()=>ff(ge().payload,"error"),sn=e=>{const t=Kr(e);try{const n=ge(),r=Wr();n.hooks.callHook("app:error",t),r.value=r.value||t}catch{throw t}return t},Mh=async(e={})=>{const t=ge(),n=Wr();t.callHook("app:error:cleared",e),e.redirect&&await Ge().replace(e.redirect),n.value=hh},Hh=e=>!!e&&typeof e=="object"&&Xa in e,Kr=e=>{const t=js(e);return Object.defineProperty(t,Xa,{value:!0,configurable:!1,writable:!1}),t};function Pi(e){const t=Lh(e),n=new ArrayBuffer(t.length),r=new DataView(n);for(let s=0;s<n.byteLength;s++)r.setUint8(s,t.charCodeAt(s));return n}const Ih="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function Lh(e){e.length%4===0&&(e=e.replace(/==?$/,""));let t="",n=0,r=0;for(let s=0;s<e.length;s++)n<<=6,n|=Ih.indexOf(e[s]),r+=6,r===24&&(t+=String.fromCharCode((n&16711680)>>16),t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255),n=r=0);return r===12?(n>>=4,t+=String.fromCharCode(n)):r===18&&(n>>=2,t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255)),t}const Nh=-1,$h=-2,jh=-3,Fh=-4,Dh=-5,Uh=-6;function Bh(e,t){return Vh(JSON.parse(e),t)}function Vh(e,t){if(typeof e=="number")return s(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,r=Array(n.length);function s(o,i=!1){if(o===Nh)return;if(o===jh)return NaN;if(o===Fh)return 1/0;if(o===Dh)return-1/0;if(o===Uh)return-0;if(i)throw new Error("Invalid input");if(o in r)return r[o];const l=n[o];if(!l||typeof l!="object")r[o]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const a=l[0],u=t==null?void 0:t[a];if(u)return r[o]=u(s(l[1]));switch(a){case"Date":r[o]=new Date(l[1]);break;case"Set":const c=new Set;r[o]=c;for(let p=1;p<l.length;p+=1)c.add(s(l[p]));break;case"Map":const f=new Map;r[o]=f;for(let p=1;p<l.length;p+=2)f.set(s(l[p]),s(l[p+1]));break;case"RegExp":r[o]=new RegExp(l[1],l[2]);break;case"Object":r[o]=Object(l[1]);break;case"BigInt":r[o]=BigInt(l[1]);break;case"null":const d=Object.create(null);r[o]=d;for(let p=1;p<l.length;p+=2)d[l[p]]=s(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":{const p=globalThis[a],_=l[1],v=Pi(_),k=new p(v);r[o]=k;break}case"ArrayBuffer":{const p=l[1],_=Pi(p);r[o]=_;break}default:throw new Error(`Unknown type ${a}`)}}else{const a=new Array(l.length);r[o]=a;for(let u=0;u<l.length;u+=1){const c=l[u];c!==$h&&(a[u]=s(c))}}else{const a={};r[o]=a;for(const u in l){const c=l[u];a[u]=s(c)}}return r[o]}return s(0)}const Wh=new Set(["title","titleTemplate","script","style","noscript"]),dr=new Set(["base","meta","link","style","script","noscript"]),Kh=new Set(["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),qh=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),za=new Set(["tagPosition","tagPriority","tagDuplicateStrategy","children","innerHTML","textContent","processTemplateParams"]),Gh=typeof window<"u";function Mr(e){let t=9;for(let n=0;n<e.length;)t=Math.imul(t^e.charCodeAt(n++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function Ds(e){if(e._h)return e._h;if(e._d)return Mr(e._d);let t=`${e.tag}:${e.textContent||e.innerHTML||""}:`;for(const n in e.props)t+=`${n}:${String(e.props[n])},`;return Mr(t)}function Jh(e,t){return e instanceof Promise?e.then(t):t(e)}function Us(e,t,n,r){const s=r||Za(typeof t=="object"&&typeof t!="function"&&!(t instanceof Promise)?{...t}:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},e==="templateParams"||e==="titleTemplate");if(s instanceof Promise)return s.then(i=>Us(e,t,n,i));const o={tag:e,props:s};for(const i of za){const l=o.props[i]!==void 0?o.props[i]:n[i];l!==void 0&&((!(i==="innerHTML"||i==="textContent"||i==="children")||Wh.has(o.tag))&&(o[i==="children"?"innerHTML":i]=l),delete o.props[i])}return o.props.body&&(o.tagPosition="bodyClose",delete o.props.body),o.tag==="script"&&typeof o.innerHTML=="object"&&(o.innerHTML=JSON.stringify(o.innerHTML),o.props.type=o.props.type||"application/json"),Array.isArray(o.props.content)?o.props.content.map(i=>({...o,props:{...o.props,content:i}})):o}function Qh(e,t){var r;const n=e==="class"?" ":";";return t&&typeof t=="object"&&!Array.isArray(t)&&(t=Object.entries(t).filter(([,s])=>s).map(([s,o])=>e==="style"?`${s}:${o}`:s)),(r=String(Array.isArray(t)?t.join(n):t))==null?void 0:r.split(n).filter(s=>!!s.trim()).join(n)}function Ya(e,t,n,r){for(let s=r;s<n.length;s+=1){const o=n[s];if(o==="class"||o==="style"){e[o]=Qh(o,e[o]);continue}if(e[o]instanceof Promise)return e[o].then(i=>(e[o]=i,Ya(e,t,n,s)));if(!t&&!za.has(o)){const i=String(e[o]),l=o.startsWith("data-");i==="true"||i===""?e[o]=l?"true":!0:e[o]||(l&&i==="false"?e[o]="false":delete e[o])}}}function Za(e,t=!1){const n=Ya(e,t,Object.keys(e),0);return n instanceof Promise?n.then(()=>e):e}const Xh=10;function ec(e,t,n){for(let r=n;r<t.length;r+=1){const s=t[r];if(s instanceof Promise)return s.then(o=>(t[r]=o,ec(e,t,r)));Array.isArray(s)?e.push(...s):e.push(s)}}function zh(e){const t=[],n=e.resolvedInput;for(const s in n){if(!Object.prototype.hasOwnProperty.call(n,s))continue;const o=n[s];if(!(o===void 0||!Kh.has(s))){if(Array.isArray(o)){for(const i of o)t.push(Us(s,i,e));continue}t.push(Us(s,o,e))}}if(t.length===0)return[];const r=[];return Jh(ec(r,t,0),()=>r.map((s,o)=>(s._e=e._i,e.mode&&(s._m=e.mode),s._p=(e._i<<Xh)+o,s)))}const Ai=new Set(["onload","onerror","onabort","onprogress","onloadstart"]),Oi={base:-10,title:10},Mi={critical:-80,high:-10,low:20};function Hr(e){const t=e.tagPriority;if(typeof t=="number")return t;let n=100;return e.tag==="meta"?e.props["http-equiv"]==="content-security-policy"?n=-30:e.props.charset?n=-20:e.props.name==="viewport"&&(n=-15):e.tag==="link"&&e.props.rel==="preconnect"?n=20:e.tag in Oi&&(n=Oi[e.tag]),t&&t in Mi?n+Mi[t]:n}const Yh=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}],Zh=["name","property","http-equiv"];function tc(e){const{props:t,tag:n}=e;if(qh.has(n))return n;if(n==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(t.id)return`${n}:id:${t.id}`;for(const r of Zh)if(t[r]!==void 0)return`${n}:${r}:${t[r]}`;return!1}const Ct="%separator";function ep(e,t,n=!1){var s;let r;if(t==="s"||t==="pageTitle")r=e.pageTitle;else if(t.includes(".")){const o=t.indexOf(".");r=(s=e[t.substring(0,o)])==null?void 0:s[t.substring(o+1)]}else r=e[t];if(r!==void 0)return n?(r||"").replace(/"/g,'\\"'):r||""}const tp=new RegExp(`${Ct}(?:\\s*${Ct})*`,"g");function ar(e,t,n,r=!1){if(typeof e!="string"||!e.includes("%"))return e;let s=e;try{s=decodeURI(e)}catch{}const o=s.match(/%\w+(?:\.\w+)?/g);if(!o)return e;const i=e.includes(Ct);return e=e.replace(/%\w+(?:\.\w+)?/g,l=>{if(l===Ct||!o.includes(l))return l;const a=ep(t,l.slice(1),r);return a!==void 0?a:l}).trim(),i&&(e.endsWith(Ct)&&(e=e.slice(0,-Ct.length)),e.startsWith(Ct)&&(e=e.slice(Ct.length)),e=e.replace(tp,n).trim()),e}function Hi(e,t){return e==null?t||null:typeof e=="function"?e(t):e}async function nc(e,t={}){const n=t.document||e.resolvedOptions.document;if(!n||!e.dirty)return;const r={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",r),!!r.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async s=>{var f;const o=(await e.resolveTags()).map(d=>({tag:d,id:dr.has(d.tag)?Ds(d):d.tag,shouldRender:!0}));let i=e._dom;if(!i){i={elMap:{htmlAttrs:n.documentElement,bodyAttrs:n.body}};const d=new Set;for(const p of["body","head"]){const _=(f=n[p])==null?void 0:f.children;for(const v of _){const k=v.tagName.toLowerCase();if(!dr.has(k))continue;const T={tag:k,props:await Za(v.getAttributeNames().reduce((w,S)=>({...w,[S]:v.getAttribute(S)}),{})),innerHTML:v.innerHTML},E=tc(T);let g=E,y=1;for(;g&&d.has(g);)g=`${E}:${y++}`;g&&(T._d=g,d.add(g)),i.elMap[v.getAttribute("data-hid")||Ds(T)]=v}}}i.pendingSideEffects={...i.sideEffects},i.sideEffects={};function l(d,p,_){const v=`${d}:${p}`;i.sideEffects[v]=_,delete i.pendingSideEffects[v]}function a({id:d,$el:p,tag:_}){const v=_.tag.endsWith("Attrs");if(i.elMap[d]=p,v||(_.textContent&&_.textContent!==p.textContent&&(p.textContent=_.textContent),_.innerHTML&&_.innerHTML!==p.innerHTML&&(p.innerHTML=_.innerHTML),l(d,"el",()=>{var k;(k=i.elMap[d])==null||k.remove(),delete i.elMap[d]})),_._eventHandlers)for(const k in _._eventHandlers)Object.prototype.hasOwnProperty.call(_._eventHandlers,k)&&p.getAttribute(`data-${k}`)!==""&&((_.tag==="bodyAttrs"?n.defaultView:p).addEventListener(k.substring(2),_._eventHandlers[k].bind(p)),p.setAttribute(`data-${k}`,""));for(const k in _.props){if(!Object.prototype.hasOwnProperty.call(_.props,k))continue;const T=_.props[k],E=`attr:${k}`;if(k==="class"){if(!T)continue;for(const g of T.split(" "))v&&l(d,`${E}:${g}`,()=>p.classList.remove(g)),!p.classList.contains(g)&&p.classList.add(g)}else if(k==="style"){if(!T)continue;for(const g of T.split(";")){const y=g.indexOf(":"),w=g.substring(0,y).trim(),S=g.substring(y+1).trim();l(d,`${E}:${w}`,()=>{p.style.removeProperty(w)}),p.style.setProperty(w,S)}}else p.getAttribute(k)!==T&&p.setAttribute(k,T===!0?"":String(T)),v&&l(d,E,()=>p.removeAttribute(k))}}const u=[],c={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const d of o){const{tag:p,shouldRender:_,id:v}=d;if(_){if(p.tag==="title"){n.title=p.textContent;continue}d.$el=d.$el||i.elMap[v],d.$el?a(d):dr.has(p.tag)&&u.push(d)}}for(const d of u){const p=d.tag.tagPosition||"head";d.$el=n.createElement(d.tag.tag),a(d),c[p]=c[p]||n.createDocumentFragment(),c[p].appendChild(d.$el)}for(const d of o)await e.hooks.callHook("dom:renderTag",d,n,l);c.head&&n.head.appendChild(c.head),c.bodyOpen&&n.body.insertBefore(c.bodyOpen,n.body.firstChild),c.bodyClose&&n.body.appendChild(c.bodyClose);for(const d in i.pendingSideEffects)i.pendingSideEffects[d]();e._dom=i,await e.hooks.callHook("dom:rendered",{renders:o}),s()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function np(e,t={}){const n=t.delayFn||(r=>setTimeout(r,10));return e._domDebouncedUpdatePromise=e._domDebouncedUpdatePromise||new Promise(r=>n(()=>nc(e,t).then(()=>{delete e._domDebouncedUpdatePromise,r()})))}function rp(e){return t=>{var r,s;const n=((s=(r=t.resolvedOptions.document)==null?void 0:r.head.querySelector('script[id="unhead:payload"]'))==null?void 0:s.innerHTML)||!1;return n&&t.push(JSON.parse(n)),{mode:"client",hooks:{"entries:updated":o=>{np(o,e)}}}}}const sp=new Set(["templateParams","htmlAttrs","bodyAttrs"]),op={hooks:{"tag:normalise":({tag:e})=>{e.props.hid&&(e.key=e.props.hid,delete e.props.hid),e.props.vmid&&(e.key=e.props.vmid,delete e.props.vmid),e.props.key&&(e.key=e.props.key,delete e.props.key);const t=tc(e);t&&!t.startsWith("meta:og:")&&!t.startsWith("meta:twitter:")&&delete e.key;const n=t||(e.key?`${e.tag}:${e.key}`:!1);n&&(e._d=n)},"tags:resolve":e=>{const t=Object.create(null);for(const r of e.tags){const s=(r.key?`${r.tag}:${r.key}`:r._d)||Ds(r),o=t[s];if(o){let l=r==null?void 0:r.tagDuplicateStrategy;if(!l&&sp.has(r.tag)&&(l="merge"),l==="merge"){const a=o.props;a.style&&r.props.style&&(a.style[a.style.length-1]!==";"&&(a.style+=";"),r.props.style=`${a.style} ${r.props.style}`),a.class&&r.props.class?r.props.class=`${a.class} ${r.props.class}`:a.class&&(r.props.class=a.class),t[s].props={...a,...r.props};continue}else if(r._e===o._e){o._duped=o._duped||[],r._d=`${o._d}:${o._duped.length+1}`,o._duped.push(r);continue}else if(Hr(r)>Hr(o))continue}if(!(r.innerHTML||r.textContent||Object.keys(r.props).length!==0)&&dr.has(r.tag)){delete t[s];continue}t[s]=r}const n=[];for(const r in t){const s=t[r],o=s._duped;n.push(s),o&&(delete s._duped,n.push(...o))}e.tags=n,e.tags=e.tags.filter(r=>!(r.tag==="meta"&&(r.props.name||r.props.property)&&!r.props.content))}}},ip=new Set(["script","link","bodyAttrs"]),lp=e=>({hooks:{"tags:resolve":t=>{for(const n of t.tags){if(!ip.has(n.tag))continue;const r=n.props;for(const s in r){if(s[0]!=="o"||s[1]!=="n"||!Object.prototype.hasOwnProperty.call(r,s))continue;const o=r[s];typeof o=="function"&&(e.ssr&&Ai.has(s)?r[s]=`this.dataset.${s}fired = true`:delete r[s],n._eventHandlers=n._eventHandlers||{},n._eventHandlers[s]=o)}e.ssr&&n._eventHandlers&&(n.props.src||n.props.href)&&(n.key=n.key||Mr(n.props.src||n.props.href))}},"dom:renderTag":({$el:t,tag:n})=>{var s,o;const r=t==null?void 0:t.dataset;if(r)for(const i in r){if(!i.endsWith("fired"))continue;const l=i.slice(0,-5);Ai.has(l)&&((o=(s=n._eventHandlers)==null?void 0:s[l])==null||o.call(t,new Event(l.substring(2))))}}}}),ap=new Set(["link","style","script","noscript"]),cp={hooks:{"tag:normalise":({tag:e})=>{e.key&&ap.has(e.tag)&&(e.props["data-hid"]=e._h=Mr(e.key))}}},fp={mode:"server",hooks:{"tags:beforeResolve":e=>{const t={};let n=!1;for(const r of e.tags)r._m!=="server"||r.tag!=="titleTemplate"&&r.tag!=="templateParams"&&r.tag!=="title"||(t[r.tag]=r.tag==="title"||r.tag==="titleTemplate"?r.textContent:r.props,n=!0);n&&e.tags.push({tag:"script",innerHTML:JSON.stringify(t),props:{id:"unhead:payload",type:"application/json"}})}}},up={hooks:{"tags:resolve":e=>{var t;for(const n of e.tags)if(typeof n.tagPriority=="string")for(const{prefix:r,offset:s}of Yh){if(!n.tagPriority.startsWith(r))continue;const o=n.tagPriority.substring(r.length),i=(t=e.tags.find(l=>l._d===o))==null?void 0:t._p;if(i!==void 0){n._p=i+s;break}}e.tags.sort((n,r)=>{const s=Hr(n),o=Hr(r);return s<o?-1:s>o?1:n._p-r._p})}}},dp={meta:"content",link:"href",htmlAttrs:"lang"},hp=["innerHTML","textContent"],pp=e=>({hooks:{"tags:resolve":t=>{var i;const{tags:n}=t;let r;for(let l=0;l<n.length;l+=1)n[l].tag==="templateParams"&&(r=t.tags.splice(l,1)[0].props,l-=1);const s=r||{},o=s.separator||"|";delete s.separator,s.pageTitle=ar(s.pageTitle||((i=n.find(l=>l.tag==="title"))==null?void 0:i.textContent)||"",s,o);for(const l of n){if(l.processTemplateParams===!1)continue;const a=dp[l.tag];if(a&&typeof l.props[a]=="string")l.props[a]=ar(l.props[a],s,o);else if(l.processTemplateParams||l.tag==="titleTemplate"||l.tag==="title")for(const u of hp)typeof l[u]=="string"&&(l[u]=ar(l[u],s,o,l.tag==="script"&&l.props.type.endsWith("json")))}e._templateParams=s,e._separator=o},"tags:afterResolve":({tags:t})=>{let n;for(let r=0;r<t.length;r+=1){const s=t[r];s.tag==="title"&&s.processTemplateParams!==!1&&(n=s)}n!=null&&n.textContent&&(n.textContent=ar(n.textContent,e._templateParams,e._separator))}}}),gp={hooks:{"tags:resolve":e=>{const{tags:t}=e;let n,r;for(let s=0;s<t.length;s+=1){const o=t[s];o.tag==="title"?n=o:o.tag==="titleTemplate"&&(r=o)}if(r&&n){const s=Hi(r.textContent,n.textContent);s!==null?n.textContent=s||n.textContent:e.tags.splice(e.tags.indexOf(n),1)}else if(r){const s=Hi(r.textContent);s!==null&&(r.textContent=s,r.tag="title",r=void 0)}r&&e.tags.splice(e.tags.indexOf(r),1)}}},mp={hooks:{"tags:afterResolve":e=>{for(const t of e.tags)typeof t.innerHTML=="string"&&(t.innerHTML&&(t.props.type==="application/ld+json"||t.props.type==="application/json")?t.innerHTML=t.innerHTML.replace(/</g,"\\u003C"):t.innerHTML=t.innerHTML.replace(new RegExp(`</${t.tag}`,"g"),`<\\/${t.tag}`))}}};let rc;function yp(e={}){const t=_p(e);return t.use(rp()),rc=t}function Ii(e,t){return!e||e==="server"&&t||e==="client"&&!t}function _p(e={}){const t=Ba();t.addHooks(e.hooks||{}),e.document=e.document||(Gh?document:void 0);const n=!e.document,r=()=>{l.dirty=!0,t.callHook("entries:updated",l)};let s=0,o=[];const i=[],l={plugins:i,dirty:!1,resolvedOptions:e,hooks:t,headEntries(){return o},use(a){const u=typeof a=="function"?a(l):a;(!u.key||!i.some(c=>c.key===u.key))&&(i.push(u),Ii(u.mode,n)&&t.addHooks(u.hooks||{}))},push(a,u){u==null||delete u.head;const c={_i:s++,input:a,...u};return Ii(c.mode,n)&&(o.push(c),r()),{dispose(){o=o.filter(f=>f._i!==c._i),r()},patch(f){for(const d of o)d._i===c._i&&(d.input=c.input=f);r()}}},async resolveTags(){const a={tags:[],entries:[...o]};await t.callHook("entries:resolve",a);for(const u of a.entries){const c=u.resolvedInput||u.input;if(u.resolvedInput=await(u.transform?u.transform(c):c),u.resolvedInput)for(const f of await zh(u)){const d={tag:f,entry:u,resolvedOptions:l.resolvedOptions};await t.callHook("tag:normalise",d),a.tags.push(d.tag)}}return await t.callHook("tags:beforeResolve",a),await t.callHook("tags:resolve",a),await t.callHook("tags:afterResolve",a),a.tags},ssr:n};return[op,fp,lp,cp,up,pp,gp,mp,...(e==null?void 0:e.plugins)||[]].forEach(a=>l.use(a)),l.hooks.callHook("init",l),l}function bp(){return rc}const vp=Sa[0]==="3";function wp(e){return typeof e=="function"?e():ue(e)}function Bs(e){if(e instanceof Promise||e instanceof Date||e instanceof RegExp)return e;const t=wp(e);if(!e||!t)return t;if(Array.isArray(t))return t.map(n=>Bs(n));if(typeof t=="object"){const n={};for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(r==="titleTemplate"||r[0]==="o"&&r[1]==="n"){n[r]=ue(t[r]);continue}n[r]=Bs(t[r])}return n}return t}const Ep={hooks:{"entries:resolve":e=>{for(const t of e.entries)t.resolvedInput=Bs(t.input)}}},sc="usehead";function Tp(e){return{install(n){vp&&(n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(sc,e))}}.install}function Cp(e={}){e.domDelayFn=e.domDelayFn||(n=>Qt(()=>setTimeout(()=>n(),0)));const t=yp(e);return t.use(Ep),t.install=Tp(t),t}const Vs=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ws="__unhead_injection_handler__";function Rp(e){Vs[Ws]=e}function km(){if(Ws in Vs)return Vs[Ws]();const e=Pe(sc);return e||bp()}let hr,pr;function Sp(){return hr=$fetch(Co(`builds/meta/${Vr().app.buildId}.json`),{responseType:"json"}),hr.then(e=>{pr=Th(e.matcher)}).catch(e=>{console.error("[nuxt] Error fetching app manifest.",e)}),hr}function qr(){return hr||Sp()}async function So(e){if(await qr(),!pr)return console.error("[nuxt] Error creating app manifest matcher.",pr),{};try{return Ga({},...pr.matchAll(e).reverse())}catch(t){return console.error("[nuxt] Error matching route rules.",t),{}}}async function Li(e,t={}){const n=await kp(e,t),r=ge(),s=r._payloadCache=r._payloadCache||{};return n in s||(s[n]=ic(e).then(o=>o?oc(n).then(i=>i||(delete s[n],null)):(s[n]=null,null))),s[n]}const xp="_payload.json";async function kp(e,t={}){const n=new URL(e,"http://localhost");if(n.host!=="localhost"||Xt(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const r=Vr(),s=t.hash||(t.fresh?Date.now():r.app.buildId),o=r.app.cdnURL,i=o&&await ic(e)?o:r.app.baseURL;return To(i,n.pathname,xp+(s?`?${s}`:""))}async function oc(e){const t=fetch(e).then(n=>n.text().then(lc));try{return await t}catch(n){console.warn("[nuxt] Cannot load payload ",e,n)}return null}async function ic(e=Ro().path){if(e=Eo(e),(await qr()).prerendered.includes(e))return!0;const n=await So(e);return!!n.prerender&&!n.redirect}let jt=null;async function Pp(){var r;if(jt)return jt;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await lc(e.textContent||""),n=e.dataset.src?await oc(e.dataset.src):void 0;return jt={...t,...n,...window.__NUXT__},(r=jt.config)!=null&&r.public&&(jt.config.public=Ht(jt.config.public)),jt}async function lc(e){return await Bh(e,ge()._payloadRevivers)}function Ap(e,t){ge()._payloadRevivers[e]=t}const Ni={NuxtError:e=>Kr(e),EmptyShallowRef:e=>Dn(e==="_"?void 0:e==="0n"?BigInt(0):xr(e)),EmptyRef:e=>gt(e==="_"?void 0:e==="0n"?BigInt(0):xr(e)),ShallowRef:e=>Dn(e),ShallowReactive:e=>pt(e),Ref:e=>gt(e),Reactive:e=>Ht(e)},Op=lt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const r in Ni)Ap(r,Ni[r]);Object.assign(e.payload,([t,n]=hn(()=>e.runWithContext(Pp)),t=await t,n(),t)),window.__NUXT__=e.payload}}),Mp=[],Hp=lt({name:"nuxt:head",enforce:"pre",setup(e){const t=Cp({plugins:Mp});Rp(()=>ge().vueApp._context.provides.usehead),e.vueApp.use(t);{let n=!0;const r=async()=>{n=!1,await nc(t)};t.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!n}),e.hooks.hook("page:start",()=>{n=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||r()}),e.hooks.hook("app:error",r),e.hooks.hook("app:suspense:resolve",r)}}});/*!
20
+ * vue-router v4.4.5
21
+ * (c) 2024 Eduardo San Martin Morote
22
+ * @license MIT
23
+ */const nn=typeof document<"u";function ac(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Ip(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&ac(e.default)}const oe=Object.assign;function us(e,t){const n={};for(const r in t){const s=t[r];n[r]=et(s)?s.map(e):e(s)}return n}const Ln=()=>{},et=Array.isArray,cc=/#/g,Lp=/&/g,Np=/\//g,$p=/=/g,jp=/\?/g,fc=/\+/g,Fp=/%5B/g,Dp=/%5D/g,uc=/%5E/g,Up=/%60/g,dc=/%7B/g,Bp=/%7C/g,hc=/%7D/g,Vp=/%20/g;function xo(e){return encodeURI(""+e).replace(Bp,"|").replace(Fp,"[").replace(Dp,"]")}function Wp(e){return xo(e).replace(dc,"{").replace(hc,"}").replace(uc,"^")}function Ks(e){return xo(e).replace(fc,"%2B").replace(Vp,"+").replace(cc,"%23").replace(Lp,"%26").replace(Up,"`").replace(dc,"{").replace(hc,"}").replace(uc,"^")}function Kp(e){return Ks(e).replace($p,"%3D")}function qp(e){return xo(e).replace(cc,"%23").replace(jp,"%3F")}function Gp(e){return e==null?"":qp(e).replace(Np,"%2F")}function Wn(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Jp=/\/$/,Qp=e=>e.replace(Jp,"");function ds(e,t,n="/"){let r,s={},o="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),o=t.slice(a+1,l>-1?l:t.length),s=e(o)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=Zp(r??t,n),{fullPath:r+(o&&"?")+o+i,path:r,query:s,hash:Wn(i)}}function Xp(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function $i(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function zp(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&_n(t.matched[r],n.matched[s])&&pc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function _n(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function pc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Yp(e[n],t[n]))return!1;return!0}function Yp(e,t){return et(e)?ji(e,t):et(t)?ji(t,e):e===t}function ji(e,t){return et(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Zp(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),s=r[r.length-1];(s===".."||s===".")&&r.push("");let o=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(i).join("/")}const Qe={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var Kn;(function(e){e.pop="pop",e.push="push"})(Kn||(Kn={}));var Nn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Nn||(Nn={}));function eg(e){if(!e)if(nn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Qp(e)}const tg=/^[^#]+#/;function ng(e,t){return e.replace(tg,"#")+t}function rg(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Gr=()=>({left:window.scrollX,top:window.scrollY});function sg(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=rg(s,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 Fi(e,t){return(history.state?history.state.position-t:-1)+e}const qs=new Map;function og(e,t){qs.set(e,t)}function ig(e){const t=qs.get(e);return qs.delete(e),t}let lg=()=>location.protocol+"//"+location.host;function gc(e,t){const{pathname:n,search:r,hash:s}=t,o=e.indexOf("#");if(o>-1){let l=s.includes(e.slice(o))?e.slice(o).length:1,a=s.slice(l);return a[0]!=="/"&&(a="/"+a),$i(a,"")}return $i(n,e)+r+s}function ag(e,t,n,r){let s=[],o=[],i=null;const l=({state:d})=>{const p=gc(e,location),_=n.value,v=t.value;let k=0;if(d){if(n.value=p,t.value=d,i&&i===_){i=null;return}k=v?d.position-v.position:0}else r(p);s.forEach(T=>{T(n.value,_,{delta:k,type:Kn.pop,direction:k?k>0?Nn.forward:Nn.back:Nn.unknown})})};function a(){i=n.value}function u(d){s.push(d);const p=()=>{const _=s.indexOf(d);_>-1&&s.splice(_,1)};return o.push(p),p}function c(){const{history:d}=window;d.state&&d.replaceState(oe({},d.state,{scroll:Gr()}),"")}function f(){for(const d of o)d();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",c)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",c,{passive:!0}),{pauseListeners:a,listen:u,destroy:f}}function Di(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Gr():null}}function cg(e){const{history:t,location:n}=window,r={value:gc(e,n)},s={value:t.state};s.value||o(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(a,u,c){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:lg()+e+a;try{t[c?"replaceState":"pushState"](u,"",d),s.value=u}catch(p){console.error(p),n[c?"replace":"assign"](d)}}function i(a,u){const c=oe({},t.state,Di(s.value.back,a,s.value.forward,!0),u,{position:s.value.position});o(a,c,!0),r.value=a}function l(a,u){const c=oe({},s.value,t.state,{forward:a,scroll:Gr()});o(c.current,c,!0);const f=oe({},Di(r.value,a,null),{position:c.position+1},u);o(a,f,!1),r.value=a}return{location:r,state:s,push:l,replace:i}}function mc(e){e=eg(e);const t=cg(e),n=ag(e,t.state,t.location,t.replace);function r(o,i=!0){i||n.pauseListeners(),history.go(o)}const s=oe({location:"",base:e,go:r,createHref:ng.bind(null,e)},t,n);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}function fg(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),mc(e)}function ug(e){return typeof e=="string"||e&&typeof e=="object"}function yc(e){return typeof e=="string"||typeof e=="symbol"}const _c=Symbol("");var Ui;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Ui||(Ui={}));function bn(e,t){return oe(new Error,{type:e,[_c]:!0},t)}function ct(e,t){return e instanceof Error&&_c in e&&(t==null||!!(e.type&t))}const Bi="[^/]+?",dg={sensitive:!1,strict:!1,start:!0,end:!0},hg=/[.+*?^${}()[\]/\\]/g;function pg(e,t){const n=oe({},dg,t),r=[];let s=n.start?"^":"";const o=[];for(const u of e){const c=u.length?[]:[90];n.strict&&!u.length&&(s+="/");for(let f=0;f<u.length;f++){const d=u[f];let p=40+(n.sensitive?.25:0);if(d.type===0)f||(s+="/"),s+=d.value.replace(hg,"\\$&"),p+=40;else if(d.type===1){const{value:_,repeatable:v,optional:k,regexp:T}=d;o.push({name:_,repeatable:v,optional:k});const E=T||Bi;if(E!==Bi){p+=10;try{new RegExp(`(${E})`)}catch(y){throw new Error(`Invalid custom RegExp for param "${_}" (${E}): `+y.message)}}let g=v?`((?:${E})(?:/(?:${E}))*)`:`(${E})`;f||(g=k&&u.length<2?`(?:/${g})`:"/"+g),k&&(g+="?"),s+=g,p+=20,k&&(p+=-8),v&&(p+=-20),E===".*"&&(p+=-50)}c.push(p)}r.push(c)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&(s+="(?:/|$)");const i=new RegExp(s,n.sensitive?"":"i");function l(u){const c=u.match(i),f={};if(!c)return null;for(let d=1;d<c.length;d++){const p=c[d]||"",_=o[d-1];f[_.name]=p&&_.repeatable?p.split("/"):p}return f}function a(u){let c="",f=!1;for(const d of e){(!f||!c.endsWith("/"))&&(c+="/"),f=!1;for(const p of d)if(p.type===0)c+=p.value;else if(p.type===1){const{value:_,repeatable:v,optional:k}=p,T=_ in u?u[_]:"";if(et(T)&&!v)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const E=et(T)?T.join("/"):T;if(!E)if(k)d.length<2&&(c.endsWith("/")?c=c.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);c+=E}}return c||"/"}return{re:i,score:r,keys:o,parse:l,stringify:a}}function gg(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function bc(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const o=gg(r[n],s[n]);if(o)return o;n++}if(Math.abs(s.length-r.length)===1){if(Vi(r))return 1;if(Vi(s))return-1}return s.length-r.length}function Vi(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const mg={type:0,value:""},yg=/[a-zA-Z0-9_]/;function _g(e){if(!e)return[[]];if(e==="/")return[[mg]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(p){throw new Error(`ERR (${n})/"${u}": ${p}`)}let n=0,r=n;const s=[];let o;function i(){o&&s.push(o),o=[]}let l=0,a,u="",c="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:c,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),u="")}function d(){u+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(u&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:yg.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?c[c.length-1]=="\\"?c=c.slice(0,-1)+a:n=3:c+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,c="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),s}function bg(e,t,n){const r=pg(_g(e.path),n),s=oe(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function vg(e,t){const n=[],r=new Map;t=Gi({strict:!1,end:!0,sensitive:!1},t);function s(f){return r.get(f)}function o(f,d,p){const _=!p,v=Ki(f);v.aliasOf=p&&p.record;const k=Gi(t,f),T=[v];if("alias"in f){const y=typeof f.alias=="string"?[f.alias]:f.alias;for(const w of y)T.push(Ki(oe({},v,{components:p?p.record.components:v.components,path:w,aliasOf:p?p.record:v})))}let E,g;for(const y of T){const{path:w}=y;if(d&&w[0]!=="/"){const S=d.record.path,H=S[S.length-1]==="/"?"":"/";y.path=d.record.path+(w&&H+w)}if(E=bg(y,d,k),p?p.alias.push(E):(g=g||E,g!==E&&g.alias.push(E),_&&f.name&&!qi(E)&&i(f.name)),vc(E)&&a(E),v.children){const S=v.children;for(let H=0;H<S.length;H++)o(S[H],E,p&&p.children[H])}p=p||E}return g?()=>{i(g)}:Ln}function i(f){if(yc(f)){const d=r.get(f);d&&(r.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&&r.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return n}function a(f){const d=Tg(f,n);n.splice(d,0,f),f.record.name&&!qi(f)&&r.set(f.record.name,f)}function u(f,d){let p,_={},v,k;if("name"in f&&f.name){if(p=r.get(f.name),!p)throw bn(1,{location:f});k=p.record.name,_=oe(Wi(d.params,p.keys.filter(g=>!g.optional).concat(p.parent?p.parent.keys.filter(g=>g.optional):[]).map(g=>g.name)),f.params&&Wi(f.params,p.keys.map(g=>g.name))),v=p.stringify(_)}else if(f.path!=null)v=f.path,p=n.find(g=>g.re.test(v)),p&&(_=p.parse(v),k=p.record.name);else{if(p=d.name?r.get(d.name):n.find(g=>g.re.test(d.path)),!p)throw bn(1,{location:f,currentLocation:d});k=p.record.name,_=oe({},d.params,f.params),v=p.stringify(_)}const T=[];let E=p;for(;E;)T.unshift(E.record),E=E.parent;return{name:k,path:v,params:_,matched:T,meta:Eg(T)}}e.forEach(f=>o(f));function c(){n.length=0,r.clear()}return{addRoute:o,resolve:u,removeRoute:i,clearRoutes:c,getRoutes:l,getRecordMatcher:s}}function Wi(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ki(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:wg(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 wg(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function qi(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Eg(e){return e.reduce((t,n)=>oe(t,n.meta),{})}function Gi(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Tg(e,t){let n=0,r=t.length;for(;n!==r;){const o=n+r>>1;bc(e,t[o])<0?r=o:n=o+1}const s=Cg(e);return s&&(r=t.lastIndexOf(s,r-1)),r}function Cg(e){let t=e;for(;t=t.parent;)if(vc(t)&&bc(e,t)===0)return t}function vc({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Rg(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<r.length;++s){const o=r[s].replace(fc," "),i=o.indexOf("="),l=Wn(i<0?o:o.slice(0,i)),a=i<0?null:Wn(o.slice(i+1));if(l in t){let u=t[l];et(u)||(u=t[l]=[u]),u.push(a)}else t[l]=a}return t}function Ji(e){let t="";for(let n in e){const r=e[n];if(n=Kp(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(et(r)?r.map(o=>o&&Ks(o)):[r&&Ks(r)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function Sg(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=et(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const xg=Symbol(""),Qi=Symbol(""),ko=Symbol(""),Po=Symbol(""),Gs=Symbol("");function xn(){let e=[];function t(r){return e.push(r),()=>{const s=e.indexOf(r);s>-1&&e.splice(s,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Rt(e,t,n,r,s,o=i=>i()){const i=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((l,a)=>{const u=d=>{d===!1?a(bn(4,{from:n,to:t})):d instanceof Error?a(d):ug(d)?a(bn(2,{from:t,to:d})):(i&&r.enterCallbacks[s]===i&&typeof d=="function"&&i.push(d),l())},c=o(()=>e.call(r&&r.instances[s],t,n,u));let f=Promise.resolve(c);e.length<3&&(f=f.then(u)),f.catch(d=>a(d))})}function hs(e,t,n,r,s=o=>o()){const o=[];for(const i of e)for(const l in i.components){let a=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(ac(a)){const c=(a.__vccOpts||a)[t];c&&o.push(Rt(c,n,r,i,l,s))}else{let u=a();o.push(()=>u.then(c=>{if(!c)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=Ip(c)?c.default:c;i.mods[l]=c,i.components[l]=f;const p=(f.__vccOpts||f)[t];return p&&Rt(p,n,r,i,l,s)()}))}}return o}function Xi(e){const t=Pe(ko),n=Pe(Po),r=Ve(()=>{const a=ue(e.to);return t.resolve(a)}),s=Ve(()=>{const{matched:a}=r.value,{length:u}=a,c=a[u-1],f=n.matched;if(!c||!f.length)return-1;const d=f.findIndex(_n.bind(null,c));if(d>-1)return d;const p=zi(a[u-2]);return u>1&&zi(c)===p&&f[f.length-1].path!==p?f.findIndex(_n.bind(null,a[u-2])):d}),o=Ve(()=>s.value>-1&&Og(n.params,r.value.params)),i=Ve(()=>s.value>-1&&s.value===n.matched.length-1&&pc(n.params,r.value.params));function l(a={}){return Ag(a)?t[ue(e.replace)?"replace":"push"](ue(e.to)).catch(Ln):Promise.resolve()}return{route:r,href:Ve(()=>r.value.href),isActive:o,isExactActive:i,navigate:l}}const kg=It({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"}},useLink:Xi,setup(e,{slots:t}){const n=Ht(Xi(e)),{options:r}=Pe(ko),s=Ve(()=>({[Yi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Yi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:He("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},o)}}}),Pg=kg;function Ag(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 Og(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!et(s)||s.length!==r.length||r.some((o,i)=>o!==s[i]))return!1}return!0}function zi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Yi=(e,t,n)=>e??t??n,Mg=It({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Pe(Gs),s=Ve(()=>e.route||r.value),o=Pe(Qi,0),i=Ve(()=>{let u=ue(o);const{matched:c}=s.value;let f;for(;(f=c[u])&&!f.components;)u++;return u}),l=Ve(()=>s.value.matched[i.value]);Wt(Qi,Ve(()=>i.value+1)),Wt(xg,l),Wt(Gs,s);const a=gt();return un(()=>[a.value,l.value,e.name],([u,c,f],[d,p,_])=>{c&&(c.instances[f]=u,p&&p!==c&&u&&u===d&&(c.leaveGuards.size||(c.leaveGuards=p.leaveGuards),c.updateGuards.size||(c.updateGuards=p.updateGuards))),u&&c&&(!p||!_n(c,p)||!d)&&(c.enterCallbacks[f]||[]).forEach(v=>v(u))},{flush:"post"}),()=>{const u=s.value,c=e.name,f=l.value,d=f&&f.components[c];if(!d)return Zi(n.default,{Component:d,route:u});const p=f.props[c],_=p?p===!0?u.params:typeof p=="function"?p(u):p:null,k=He(d,oe({},_,t,{onVnodeUnmounted:T=>{T.component.isUnmounted&&(f.instances[c]=null)},ref:a}));return Zi(n.default,{Component:k,route:u})||k}}});function Zi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const wc=Mg;function Hg(e){const t=vg(e.routes,e),n=e.parseQuery||Rg,r=e.stringifyQuery||Ji,s=e.history,o=xn(),i=xn(),l=xn(),a=Dn(Qe);let u=Qe;nn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const c=us.bind(null,R=>""+R),f=us.bind(null,Gp),d=us.bind(null,Wn);function p(R,D){let j,W;return yc(R)?(j=t.getRecordMatcher(R),W=D):W=R,t.addRoute(W,j)}function _(R){const D=t.getRecordMatcher(R);D&&t.removeRoute(D)}function v(){return t.getRoutes().map(R=>R.record)}function k(R){return!!t.getRecordMatcher(R)}function T(R,D){if(D=oe({},D||a.value),typeof R=="string"){const m=ds(n,R,D.path),b=t.resolve({path:m.path},D),x=s.createHref(m.fullPath);return oe(m,b,{params:d(b.params),hash:Wn(m.hash),redirectedFrom:void 0,href:x})}let j;if(R.path!=null)j=oe({},R,{path:ds(n,R.path,D.path).path});else{const m=oe({},R.params);for(const b in m)m[b]==null&&delete m[b];j=oe({},R,{params:f(m)}),D.params=f(D.params)}const W=t.resolve(j,D),ne=R.hash||"";W.params=c(d(W.params));const de=Xp(r,oe({},R,{hash:Wp(ne),path:W.path})),h=s.createHref(de);return oe({fullPath:de,hash:ne,query:r===Ji?Sg(R.query):R.query||{}},W,{redirectedFrom:void 0,href:h})}function E(R){return typeof R=="string"?ds(n,R,a.value.path):oe({},R)}function g(R,D){if(u!==R)return bn(8,{from:D,to:R})}function y(R){return H(R)}function w(R){return y(oe(E(R),{replace:!0}))}function S(R){const D=R.matched[R.matched.length-1];if(D&&D.redirect){const{redirect:j}=D;let W=typeof j=="function"?j(R):j;return typeof W=="string"&&(W=W.includes("?")||W.includes("#")?W=E(W):{path:W},W.params={}),oe({query:R.query,hash:R.hash,params:W.path!=null?{}:R.params},W)}}function H(R,D){const j=u=T(R),W=a.value,ne=R.state,de=R.force,h=R.replace===!0,m=S(j);if(m)return H(oe(E(m),{state:typeof m=="object"?oe({},ne,m.state):ne,force:de,replace:h}),D||j);const b=j;b.redirectedFrom=D;let x;return!de&&zp(r,W,j)&&(x=bn(16,{to:b,from:W}),tt(W,W,!0,!1)),(x?Promise.resolve(x):M(b,W)).catch(C=>ct(C)?ct(C,2)?C:_t(C):V(C,b,W)).then(C=>{if(C){if(ct(C,2))return H(oe({replace:h},E(C.to),{state:typeof C.to=="object"?oe({},ne,C.to.state):ne,force:de}),D||b)}else C=O(b,W,!0,h,ne);return K(b,W,C),C})}function B(R,D){const j=g(R,D);return j?Promise.reject(j):Promise.resolve()}function I(R){const D=Yt.values().next().value;return D&&typeof D.runWithContext=="function"?D.runWithContext(R):R()}function M(R,D){let j;const[W,ne,de]=Ig(R,D);j=hs(W.reverse(),"beforeRouteLeave",R,D);for(const m of W)m.leaveGuards.forEach(b=>{j.push(Rt(b,R,D))});const h=B.bind(null,R,D);return j.push(h),Fe(j).then(()=>{j=[];for(const m of o.list())j.push(Rt(m,R,D));return j.push(h),Fe(j)}).then(()=>{j=hs(ne,"beforeRouteUpdate",R,D);for(const m of ne)m.updateGuards.forEach(b=>{j.push(Rt(b,R,D))});return j.push(h),Fe(j)}).then(()=>{j=[];for(const m of de)if(m.beforeEnter)if(et(m.beforeEnter))for(const b of m.beforeEnter)j.push(Rt(b,R,D));else j.push(Rt(m.beforeEnter,R,D));return j.push(h),Fe(j)}).then(()=>(R.matched.forEach(m=>m.enterCallbacks={}),j=hs(de,"beforeRouteEnter",R,D,I),j.push(h),Fe(j))).then(()=>{j=[];for(const m of i.list())j.push(Rt(m,R,D));return j.push(h),Fe(j)}).catch(m=>ct(m,8)?m:Promise.reject(m))}function K(R,D,j){l.list().forEach(W=>I(()=>W(R,D,j)))}function O(R,D,j,W,ne){const de=g(R,D);if(de)return de;const h=D===Qe,m=nn?history.state:{};j&&(W||h?s.replace(R.fullPath,oe({scroll:h&&m&&m.scroll},ne)):s.push(R.fullPath,ne)),a.value=R,tt(R,D,j,h),_t()}let q;function Z(){q||(q=s.listen((R,D,j)=>{if(!zn.listening)return;const W=T(R),ne=S(W);if(ne){H(oe(ne,{replace:!0}),W).catch(Ln);return}u=W;const de=a.value;nn&&og(Fi(de.fullPath,j.delta),Gr()),M(W,de).catch(h=>ct(h,12)?h:ct(h,2)?(H(h.to,W).then(m=>{ct(m,20)&&!j.delta&&j.type===Kn.pop&&s.go(-1,!1)}).catch(Ln),Promise.reject()):(j.delta&&s.go(-j.delta,!1),V(h,W,de))).then(h=>{h=h||O(W,de,!1),h&&(j.delta&&!ct(h,8)?s.go(-j.delta,!1):j.type===Kn.pop&&ct(h,20)&&s.go(-1,!1)),K(W,de,h)}).catch(Ln)}))}let ie=xn(),U=xn(),Y;function V(R,D,j){_t(R);const W=U.list();return W.length?W.forEach(ne=>ne(R,D,j)):console.error(R),Promise.reject(R)}function ye(){return Y&&a.value!==Qe?Promise.resolve():new Promise((R,D)=>{ie.add([R,D])})}function _t(R){return Y||(Y=!R,Z(),ie.list().forEach(([D,j])=>R?j(R):D()),ie.reset()),R}function tt(R,D,j,W){const{scrollBehavior:ne}=e;if(!nn||!ne)return Promise.resolve();const de=!j&&ig(Fi(R.fullPath,0))||(W||!j)&&history.state&&history.state.scroll||null;return Qt().then(()=>ne(R,D,de)).then(h=>h&&sg(h)).catch(h=>V(h,R,D))}const Ae=R=>s.go(R);let zt;const Yt=new Set,zn={currentRoute:a,listening:!0,addRoute:p,removeRoute:_,clearRoutes:t.clearRoutes,hasRoute:k,getRoutes:v,resolve:T,options:e,push:y,replace:w,go:Ae,back:()=>Ae(-1),forward:()=>Ae(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:U.add,isReady:ye,install(R){const D=this;R.component("RouterLink",Pg),R.component("RouterView",wc),R.config.globalProperties.$router=D,Object.defineProperty(R.config.globalProperties,"$route",{enumerable:!0,get:()=>ue(a)}),nn&&!zt&&a.value===Qe&&(zt=!0,y(s.location).catch(ne=>{}));const j={};for(const ne in Qe)Object.defineProperty(j,ne,{get:()=>a.value[ne],enumerable:!0});R.provide(ko,D),R.provide(Po,pt(j)),R.provide(Gs,a);const W=R.unmount;Yt.add(R),R.unmount=function(){Yt.delete(R),Yt.size<1&&(u=Qe,q&&q(),q=null,a.value=Qe,zt=!1,Y=!1),W()}}};function Fe(R){return R.reduce((D,j)=>D.then(()=>I(j)),Promise.resolve())}return zn}function Ig(e,t){const n=[],r=[],s=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>_n(u,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(u=>_n(u,a))||s.push(a))}return[n,r,s]}function Lg(e){return Pe(Po)}const Ng=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""}),Js=(e,t)=>{const n=e.route.matched.find(s=>{var o;return((o=s.components)==null?void 0:o.default)===e.Component.type}),r=t??(n==null?void 0:n.meta.key)??(n&&Ng(e.route,n));return typeof r=="function"?r(e.route):r},$g=(e,t)=>({default:()=>e?He(kf,e===!0?{}:e,t):t});function Ao(e){return Array.isArray(e)?e:[e]}const jg="modulepreload",Fg=function(e,t){return new URL(e,t).href},el={},Qs=function(t,n,r){let s=Promise.resolve();if(n&&n.length>0){const i=document.getElementsByTagName("link"),l=document.querySelector("meta[property=csp-nonce]"),a=(l==null?void 0:l.nonce)||(l==null?void 0:l.getAttribute("nonce"));s=Promise.allSettled(n.map(u=>{if(u=Fg(u,r),u in el)return;el[u]=!0;const c=u.endsWith(".css"),f=c?'[rel="stylesheet"]':"";if(!!r)for(let _=i.length-1;_>=0;_--){const v=i[_];if(v.href===u&&(!c||v.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${u}"]${f}`))return;const p=document.createElement("link");if(p.rel=c?"stylesheet":jg,c||(p.as="script"),p.crossOrigin="",p.href=u,a&&p.setAttribute("nonce",a),document.head.appendChild(p),c)return new Promise((_,v)=>{p.addEventListener("load",_),p.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${u}`)))})}))}function o(i){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=i,window.dispatchEvent(l),!l.defaultPrevented)throw i}return s.then(i=>{for(const l of i||[])l.status==="rejected"&&o(l.reason);return t().catch(o)})},ps=[{name:"index",path:"/",component:()=>Qs(()=>import("./VR7nYXIq.js"),__vite__mapDeps([0,1]),import.meta.url)}],Ec=(e,t,n)=>(t=t===!0?{}:t,{default:()=>{var r;return t?He(e,t,n):(r=n.default)==null?void 0:r.call(n)}});function tl(e){const t=(e==null?void 0:e.meta.key)??e.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""});return typeof t=="function"?t(e):t}function Dg(e,t){return e===t||t===Qe?!1:tl(e)!==tl(t)?!0:!e.matched.every((r,s)=>{var o,i;return r.components&&r.components.default===((i=(o=t.matched[s])==null?void 0:o.components)==null?void 0:i.default)})}const Ug={scrollBehavior(e,t,n){var u;const r=ge(),s=((u=Ge().options)==null?void 0:u.scrollBehaviorType)??"auto";let o=n||void 0;const i=typeof e.meta.scrollToTop=="function"?e.meta.scrollToTop(e,t):e.meta.scrollToTop;if(!o&&t&&e&&i!==!1&&Dg(e,t)&&(o={left:0,top:0}),e.path===t.path)return t.hash&&!e.hash?{left:0,top:0}:e.hash?{el:e.hash,top:nl(e.hash),behavior:s}:!1;const l=c=>!!(c.meta.pageTransition??Ls),a=l(t)&&l(e)?"page:transition:finish":"page:finish";return new Promise(c=>{r.hooks.hookOnce(a,async()=>{await new Promise(f=>setTimeout(f,0)),e.hash&&(o={el:e.hash,top:nl(e.hash),behavior:s}),c(o)})})}};function nl(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}const Bg={hashMode:!1,scrollBehaviorType:"auto"},Ue={...Bg,...Ug},Vg=async e=>{var a;let t,n;if(!((a=e.meta)!=null&&a.validate))return;const r=ge(),s=Ge(),o=([t,n]=hn(()=>Promise.resolve(e.meta.validate(e))),t=await t,n(),t);if(o===!0)return;const i=Kr({statusCode:o&&o.statusCode||404,statusMessage:o&&o.statusMessage||`Page Not Found: ${e.fullPath}`,data:{path:e.fullPath}}),l=s.beforeResolve(u=>{if(l(),u===e){const c=s.afterEach(async()=>{c(),await r.runWithContext(()=>sn(i)),window==null||window.history.pushState({},"",e.fullPath)});return!1}})},Wg=async e=>{let t,n;const r=([t,n]=hn(()=>So(e.path)),t=await t,n(),t);if(r.redirect)return Xt(r.redirect,{acceptRelative:!0})?(window.location.href=r.redirect,!1):r.redirect},Kg=[Vg,Wg],$n={};function qg(e,t,n){const{pathname:r,search:s,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),wi(c,"")}const l=wi(r,e),a=!n||Id(l,n,{trailingSlash:!0})?l:n;return a+(a.includes("?")?"":s)+o}const Gg=lt({name:"nuxt:router",enforce:"pre",async setup(e){var k;let t,n,r=Vr().app.baseURL;Ue.hashMode&&!r.includes("#")&&(r+="#");const s=((k=Ue.history)==null?void 0:k.call(Ue,r))??(Ue.hashMode?fg(r):mc(r)),o=Ue.routes?([t,n]=hn(()=>Ue.routes(ps)),t=await t,n(),t??ps):ps;let i;const l=Hg({...Ue,scrollBehavior:(T,E,g)=>{if(E===Qe){i=g;return}if(Ue.scrollBehavior){if(l.options.scrollBehavior=Ue.scrollBehavior,"scrollRestoration"in window.history){const y=l.beforeEach(()=>{y(),window.history.scrollRestoration="manual"})}return Ue.scrollBehavior(T,Qe,i||g)}},history:s,routes:o});"scrollRestoration"in window.history&&(window.history.scrollRestoration="auto"),e.vueApp.use(l);const a=Dn(l.currentRoute.value);l.afterEach((T,E)=>{a.value=E}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>a.value});const u=qg(r,window.location,e.payload.path),c=Dn(l.currentRoute.value),f=()=>{c.value=l.currentRoute.value};e.hook("page:finish",f),l.afterEach((T,E)=>{var g,y,w,S;((y=(g=T.matched[0])==null?void 0:g.components)==null?void 0:y.default)===((S=(w=E.matched[0])==null?void 0:w.components)==null?void 0:S.default)&&f()});const d={};for(const T in c.value)Object.defineProperty(d,T,{get:()=>c.value[T],enumerable:!0});e._route=pt(d),e._middleware=e._middleware||{global:[],named:{}};const p=Wr();l.afterEach(async(T,E,g)=>{delete e._processingMiddleware,!e.isHydrating&&p.value&&await e.runWithContext(Mh),g&&await e.callHook("page:loading:end"),T.matched.length===0&&await e.runWithContext(()=>sn(js({statusCode:404,fatal:!1,statusMessage:`Page not found: ${T.fullPath}`,data:{path:T.fullPath}})))});try{[t,n]=hn(()=>l.isReady()),await t,n()}catch(T){[t,n]=hn(()=>e.runWithContext(()=>sn(T))),await t,n()}const _=u!==l.currentRoute.value.fullPath?l.resolve(u):l.currentRoute.value;f();const v=e.payload.state._layout;return l.beforeEach(async(T,E)=>{var g;await e.callHook("page:loading:start"),T.meta=Ht(T.meta),e.isHydrating&&v&&!Pt(T.meta.layout)&&(T.meta.layout=v),e._processingMiddleware=!0;{const y=new Set([...Kg,...e._middleware.global]);for(const w of T.matched){const S=w.meta.middleware;if(S)for(const H of Ao(S))y.add(H)}{const w=await e.runWithContext(()=>So(T.path));if(w.appMiddleware)for(const S in w.appMiddleware)w.appMiddleware[S]?y.add(S):y.delete(S)}for(const w of y){const S=typeof w=="string"?e._middleware.named[w]||await((g=$n[w])==null?void 0:g.call($n).then(B=>B.default||B)):w;if(!S)throw new Error(`Unknown route middleware: '${w}'.`);const H=await e.runWithContext(()=>S(T,E));if(!e.payload.serverRendered&&e.isHydrating&&(H===!1||H instanceof Error)){const B=H||js({statusCode:404,statusMessage:`Page Not Found: ${u}`});return await e.runWithContext(()=>sn(B)),!1}if(H!==!0&&(H||H===!1))return H}}}),l.onError(async()=>{delete e._processingMiddleware,await e.callHook("page:loading:end")}),e.hooks.hookOnce("app:created",async()=>{try{"name"in _&&(_.name=void 0),await l.replace({..._,force:!0}),l.options.scrollBehavior=Ue.scrollBehavior}catch(T){await e.runWithContext(()=>sn(T))}}),{provide:{router:l}}}}),rl=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),Pm=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Oo=e=>{const t=ge();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{rl(()=>e())}):rl(()=>e())},Jg=lt({name:"nuxt:payload",setup(e){Ge().beforeResolve(async(t,n)=>{if(t.path===n.path)return;const r=await Li(t.path);r&&Object.assign(e.static.data,r.data)}),Oo(()=>{var t;e.hooks.hook("link:prefetch",async n=>{const{hostname:r}=new URL(n,window.location.href);r===window.location.hostname&&await Li(n)}),((t=navigator.connection)==null?void 0:t.effectiveType)!=="slow-2g"&&setTimeout(qr,1e3)})}}),Qg=lt(()=>{const e=Ge();Oo(()=>{e.beforeResolve(async()=>{await new Promise(t=>{setTimeout(t,100),requestAnimationFrame(()=>{setTimeout(t,0)})})})})}),Xg=lt(e=>{let t;async function n(){const r=await qr();t&&clearTimeout(t),t=setTimeout(n,Si);try{const s=await $fetch(Co("builds/latest.json")+`?${Date.now()}`);s.id!==r.id&&e.hooks.callHook("app:manifest:update",s)}catch{}}Oo(()=>{t=setTimeout(n,Si)})});function zg(e={}){const t=e.path||window.location.pathname;let n={};try{n=xr(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(n==null?void 0:n.path)!==t||(n==null?void 0: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:ge().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const Yg=lt({name:"nuxt:chunk-reload",setup(e){const t=Ge(),n=Vr(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook("app:chunkError",({error:o})=>{r.add(o)});function s(o){const l="href"in o&&o.href[0]==="#"?n.app.baseURL+o.href:To(n.app.baseURL,o.fullPath);zg({path:l,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(s)}),t.onError((o,i)=>{r.has(o)&&s(i)})}}),Zg=lt({name:"nuxt:global-components"}),St={},em=lt({name:"nuxt:prefetch",setup(e){const t=Ge();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{var s;const r=(s=n==null?void 0:n.meta)==null?void 0:s.layout;r&&typeof St[r]=="function"&&await St[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Xt(n))return;const r=t.resolve(n);if(!r)return;const s=r.meta.layout;let o=Ao(r.meta.middleware);o=o.filter(i=>typeof i=="string");for(const i of o)typeof $n[i]=="function"&&$n[i]();s&&typeof St[s]=="function"&&St[s]()})}}),tm=lt(()=>{}),nm=[Op,Hp,Gg,Jg,Qg,Xg,Yg,Zg,em,tm],rm=It({props:{vnode:{type:Object,required:!0},route:{type:Object,required:!0},vnodeRef:Object,renderKey:String,trackRootNodes:Boolean},setup(e){const t=e.renderKey,n=e.route,r={};for(const s in e.route)Object.defineProperty(r,s,{get:()=>t===e.renderKey?e.route[s]:n[s],enumerable:!0});return Wt(Xn,pt(r)),()=>He(e.vnode,{ref:e.vnodeRef})}}),sm=It({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:r}){const s=ge(),o=gt(),i=Pe(Xn,null);let l;r({pageRef:o});const a=Pe(Qa,null);let u;const c=s.deferHydration();if(s.isHydrating){const f=s.hooks.hookOnce("app:error",c);Ge().beforeEach(f)}return e.pageKey&&un(()=>e.pageKey,(f,d)=>{f!==d&&s.callHook("page:loading:start")}),()=>He(wc,{name:e.name,route:e.route,...t},{default:f=>{const d=im(i,f.route,f.Component),p=i&&i.matched.length===f.route.matched.length;if(!f.Component){if(u&&!p)return u;c();return}if(u&&a&&!a.isCurrent(f.route))return u;if(d&&i&&(!a||a!=null&&a.isCurrent(i)))return p?u:null;const _=Js(f,e.pageKey);!s.isHydrating&&!lm(i,f.route,f.Component)&&l===_&&s.callHook("page:loading:end"),l=_;const v=!!(e.transition??f.route.meta.pageTransition??Ls),k=v&&om([e.transition,f.route.meta.pageTransition,Ls,{onAfterLeave:()=>{s.callHook("page:transition:finish",f.Component)}}].filter(Boolean)),T=e.keepalive??f.route.meta.keepalive??dh;return u=Ec(Pa,v&&k,$g(T,He(_o,{suspensible:!0,onPending:()=>s.callHook("page:start",f.Component),onResolve:()=>{Qt(()=>s.callHook("page:finish",f.Component).then(()=>s.callHook("page:loading:end")).finally(c))}},{default:()=>{const E=He(rm,{key:_||void 0,vnode:n.default?He(Se,void 0,n.default(f)):f.Component,route:f.route,renderKey:_||void 0,trackRootNodes:v,vnodeRef:o});return T&&(E.type.name=f.Component.type.name||f.Component.type.__name||"RouteProvider"),E}}))).default(),u}})}});function om(e){const t=e.map(n=>({...n,onAfterLeave:n.onAfterLeave?Ao(n.onAfterLeave):void 0}));return Ga(...t)}function im(e,t,n){if(!e)return!1;const r=t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)});return!r||r===-1?!1:t.matched.slice(0,r).some((s,o)=>{var i,l,a;return((i=s.components)==null?void 0:i.default)!==((a=(l=e.matched[o])==null?void 0:l.components)==null?void 0:a.default)})||n&&Js({route:t,Component:n})!==Js({route:e,Component:n})}function lm(e,t,n){return e?t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)})<t.matched.length-1:!1}const am=It({name:"LayoutLoader",inheritAttrs:!1,props:{name:String,layoutProps:Object},async setup(e,t){const n=await St[e.name]().then(r=>r.default||r);return()=>He(n,e.layoutProps,t.slots)}}),cm=It({name:"NuxtLayout",inheritAttrs:!1,props:{name:{type:[String,Boolean,Object],default:null},fallback:{type:[String,Object],default:null}},setup(e,t){const n=ge(),r=Pe(Xn),s=r===Ro()?Lg():r,o=Ve(()=>{let a=ue(e.name)??s.meta.layout??"default";return a&&!(a in St)&&e.fallback&&(a=ue(e.fallback)),a}),i=gt();t.expose({layoutRef:i});const l=n.deferHydration();if(n.isHydrating){const a=n.hooks.hookOnce("app:error",l);Ge().beforeEach(a)}return()=>{const a=o.value&&o.value in St,u=s.meta.layoutTransition??uh;return Ec(Pa,a&&u,{default:()=>He(_o,{suspensible:!0,onResolve:()=>{Qt(l)}},{default:()=>He(fm,{layoutProps:Ta(t.attrs,{ref:i}),key:o.value||void 0,name:o.value,shouldProvide:!e.name,hasTransition:!!u},t.slots)})}).default()}}}),fm=It({name:"NuxtLayoutProvider",inheritAttrs:!1,props:{name:{type:[String,Boolean]},layoutProps:{type:Object},hasTransition:{type:Boolean},shouldProvide:{type:Boolean}},setup(e,t){const n=e.name;return e.shouldProvide&&Wt(Qa,{isCurrent:r=>n===(r.meta.layout??"default")}),()=>{var r,s;return!n||typeof n=="string"&&!(n in St)?(s=(r=t.slots).default)==null?void 0:s.call(r):He(am,{key:n,layoutProps:e.layoutProps,name:n},t.slots)}}}),um=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},dm={};function hm(e,t){const n=sm,r=cm;return Be(),ot(r,null,{default:co(()=>[pe(n)]),_:1})}const pm=um(dm,[["render",hm]]),gm={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;n.stack&&n.stack.split(`
24
+ `).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
25
+ `);const r=Number(n.statusCode||500),s=r===404,o=n.statusMessage??(s?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),l=void 0,c=s?Bo(()=>Qs(()=>import("./GKcsigNx.js"),__vite__mapDeps([2,3,4]),import.meta.url)):Bo(()=>Qs(()=>import("./CPd6XBwJ.js"),__vite__mapDeps([5,3,6]),import.meta.url));return(f,d)=>(Be(),ot(ue(c),Hc(wa({statusCode:ue(r),statusMessage:ue(o),description:ue(i),stack:ue(l)})),null,16))}},mm={key:0},sl={__name:"nuxt-root",setup(e){const t=()=>null,n=ge(),r=n.deferHydration();if(n.isHydrating){const a=n.hooks.hookOnce("app:error",r);Ge().beforeEach(a)}const s=!1;Wt(Xn,Ro()),n.hooks.callHookWith(a=>a.map(u=>u()),"vue:setup");const o=Wr(),i=!1;ql((a,u,c)=>{if(n.hooks.callHook("vue:error",a,u,c).catch(f=>console.error("[nuxt] Error in `vue:error` hook",f)),Hh(a)&&(a.fatal||a.unhandled))return n.runWithContext(()=>sn(a)),!1});const l=!1;return(a,u)=>(Be(),ot(_o,{onResolve:ue(r)},{default:co(()=>[ue(i)?(Be(),mu("div",mm)):ue(o)?(Be(),ot(ue(gm),{key:1,error:ue(o)},null,8,["error"])):ue(l)?(Be(),ot(ue(t),{key:2,context:ue(l)},null,8,["context"])):ue(s)?(Be(),ot($f(ue(s)),{key:3})):(Be(),ot(ue(pm),{key:4}))]),_:1},8,["onResolve"]))}};let ol;{let e;ol=async function(){var i,l;if(e)return e;const r=!!(((i=window.__NUXT__)==null?void 0:i.serverRendered)??((l=document.getElementById("__NUXT_DATA__"))==null?void 0:l.dataset.ssr)==="true")?sd(sl):rd(sl),s=yh({vueApp:r});async function o(a){await s.callHook("app:error",a),s.payload.error=s.payload.error||Kr(a)}r.config.errorHandler=o;try{await vh(s,nm)}catch(a){o(a)}try{await s.hooks.callHook("app:created",r),await s.hooks.callHook("app:beforeMount",r),r.mount(ph),await s.hooks.callHook("app:mounted",r),await Qt()}catch(a){o(a)}return r.config.errorHandler===o&&(r.config.errorHandler=void 0),r},e=ol().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{co as A,Ea as B,km as C,Em as D,un as E,Af as F,Pf as G,Bs as H,vo as I,jr as J,Qt as K,wm as L,_m as M,Rm as N,ue as O,Ta as P,we as Q,ot as R,Tm as S,Dn as T,ym as U,Se as V,vm as W,Cm as X,um as _,ge as a,Oo as b,rl as c,It as d,ho as e,Pm as f,bm as g,He as h,Ve as i,Xt as j,Oh as k,To as l,xm as m,Sm as n,uo as o,wd as p,Vr as q,gt as r,Eo as s,Be as t,Ge as u,mu as v,Ms as w,va as x,$c as y,pe as z};
@@ -1 +1 @@
1
- import{_ as s,t as a,v as i,x as e,y as o}from"./CaoFd9E8.js";import{u}from"./BBbivCOF.js";const l={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},c={class:"max-w-520px text-center"},d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const r=t;return u({title:`${r.statusCode} - ${r.statusMessage} | ${r.appName}`,script:[{children:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{children:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(g,n)=>(a(),i("div",l,[n[0]||(n[0]=e("div",{class:"-bottom-1/2 fixed h-1/2 left-0 right-0 spotlight"},null,-1)),e("div",c,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:o(t.statusCode)},null,8,d),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:o(t.description)},null,8,p)])]))}},b=s(f,[["__scopeId","data-v-d6cbdfc0"]]);export{b as default};
1
+ import{_ as s,t as a,v as i,x as e,y as o}from"./CH4m2wxh.js";import{u}from"./B4FhP7a6.js";const l={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},c={class:"max-w-520px text-center"},d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const r=t;return u({title:`${r.statusCode} - ${r.statusMessage} | ${r.appName}`,script:[{children:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{children:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(g,n)=>(a(),i("div",l,[n[0]||(n[0]=e("div",{class:"-bottom-1/2 fixed h-1/2 left-0 right-0 spotlight"},null,-1)),e("div",c,[e("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:o(t.statusCode)},null,8,d),e("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:o(t.description)},null,8,p)])]))}},b=s(f,[["__scopeId","data-v-d6cbdfc0"]]);export{b as default};