yansu 0.0.0-beta.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.
- package/README.md +1 -0
- package/bin.mjs +18 -0
- package/dist/cli.d.mts +2 -0
- package/dist/cli.mjs +68 -0
- package/dist/dirs.d.mts +4 -0
- package/dist/dirs.mjs +6 -0
- package/dist/index.d.mts +78 -0
- package/dist/index.mjs +121 -0
- package/dist/nitro.json +15 -0
- package/dist/public/_nuxt/BHIHUtPz.js +4 -0
- package/dist/public/_nuxt/CCgOhniq.js +1 -0
- package/dist/public/_nuxt/CR6vfq1R.js +1 -0
- package/dist/public/_nuxt/DmxzK6E8.js +1 -0
- package/dist/public/_nuxt/builds/latest.json +1 -0
- package/dist/public/_nuxt/builds/meta/e9079134-f314-434b-b3a7-092c4a1e187d.json +1 -0
- package/dist/public/_nuxt/entry.DJ3VOi_0.css +1 -0
- package/dist/public/_nuxt/error-404.lC6KBLNm.css +1 -0
- package/dist/public/_nuxt/error-500.NtBcR2wE.css +1 -0
- package/dist/server/chunks/_/error-500.mjs +9 -0
- package/dist/server/chunks/build/_plugin-vue_export-helper-DjsbPc54.mjs +29 -0
- package/dist/server/chunks/build/client.precomputed.mjs +3 -0
- package/dist/server/chunks/build/error-404-Du0ot2hm.mjs +369 -0
- package/dist/server/chunks/build/error-500-Y3RUV6n2.mjs +73 -0
- package/dist/server/chunks/build/server.mjs +727 -0
- package/dist/server/chunks/nitro/nitro.mjs +5176 -0
- package/dist/server/chunks/routes/api/metadata.json.mjs +147 -0
- package/dist/server/chunks/routes/api/platform.json.mjs +20 -0
- package/dist/server/chunks/routes/renderer.mjs +408 -0
- package/dist/server/chunks/virtual/_virtual_spa-template.mjs +3 -0
- package/dist/server/index.mjs +9 -0
- package/dist/server/node_modules/.nitro/@vue/shared@3.5.25/dist/shared.cjs.prod.js +604 -0
- package/dist/server/node_modules/.nitro/@vue/shared@3.5.25/package.json +47 -0
- package/dist/server/node_modules/.nitro/@vue/shared@3.5.26/dist/shared.cjs.prod.js +604 -0
- package/dist/server/node_modules/.nitro/@vue/shared@3.5.26/package.json +47 -0
- package/dist/server/node_modules/@babel/parser/lib/index.js +14662 -0
- package/dist/server/node_modules/@babel/parser/package.json +50 -0
- package/dist/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6763 -0
- package/dist/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/dist/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +689 -0
- package/dist/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/dist/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1413 -0
- package/dist/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/dist/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1853 -0
- package/dist/server/node_modules/@vue/reactivity/package.json +55 -0
- package/dist/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6770 -0
- package/dist/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/dist/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1732 -0
- package/dist/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/dist/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +879 -0
- package/dist/server/node_modules/@vue/server-renderer/package.json +55 -0
- package/dist/server/node_modules/ansis/index.cjs +1 -0
- package/dist/server/node_modules/ansis/index.mjs +1 -0
- package/dist/server/node_modules/ansis/package.json +25 -0
- package/dist/server/node_modules/birpc/dist/index.mjs +173 -0
- package/dist/server/node_modules/birpc/package.json +56 -0
- package/dist/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/dist/server/node_modules/consola/dist/core.mjs +512 -0
- package/dist/server/node_modules/consola/dist/index.mjs +651 -0
- package/dist/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/dist/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/dist/server/node_modules/consola/package.json +136 -0
- package/dist/server/node_modules/devalue/index.js +4 -0
- package/dist/server/node_modules/devalue/package.json +37 -0
- package/dist/server/node_modules/devalue/src/base64.js +110 -0
- package/dist/server/node_modules/devalue/src/constants.js +6 -0
- package/dist/server/node_modules/devalue/src/parse.js +205 -0
- package/dist/server/node_modules/devalue/src/stringify.js +265 -0
- package/dist/server/node_modules/devalue/src/uneval.js +407 -0
- package/dist/server/node_modules/devalue/src/utils.js +118 -0
- package/dist/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/dist/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/dist/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/dist/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/dist/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/dist/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/dist/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/dist/server/node_modules/entities/package.json +113 -0
- package/dist/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/dist/server/node_modules/estree-walker/package.json +37 -0
- package/dist/server/node_modules/get-port-please/dist/index.mjs +430 -0
- package/dist/server/node_modules/get-port-please/package.json +39 -0
- package/dist/server/node_modules/hookable/dist/index.mjs +290 -0
- package/dist/server/node_modules/hookable/package.json +49 -0
- package/dist/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/dist/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/dist/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/dist/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/dist/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/dist/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/dist/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/dist/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/dist/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/dist/server/node_modules/source-map-js/lib/util.js +594 -0
- package/dist/server/node_modules/source-map-js/package.json +71 -0
- package/dist/server/node_modules/source-map-js/source-map.js +8 -0
- package/dist/server/node_modules/structured-clone-es/dist/index.mjs +285 -0
- package/dist/server/node_modules/structured-clone-es/package.json +56 -0
- package/dist/server/node_modules/ufo/dist/index.mjs +638 -0
- package/dist/server/node_modules/ufo/package.json +47 -0
- package/dist/server/node_modules/unhead/dist/index.mjs +9 -0
- package/dist/server/node_modules/unhead/dist/parser.mjs +508 -0
- package/dist/server/node_modules/unhead/dist/plugins.mjs +101 -0
- package/dist/server/node_modules/unhead/dist/scripts.mjs +30 -0
- package/dist/server/node_modules/unhead/dist/server.mjs +182 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.B578PsDV.mjs +266 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.BPM0-cfG.mjs +44 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.BYvz9V1x.mjs +43 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.BpRRHAhY.mjs +194 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.CApf5sj3.mjs +148 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.DH45uomy.mjs +180 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.DZbvapt-.mjs +70 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.Djo8ep_Y.mjs +166 -0
- package/dist/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
- package/dist/server/node_modules/unhead/dist/utils.mjs +5 -0
- package/dist/server/node_modules/unhead/package.json +105 -0
- package/dist/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/dist/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/dist/server/node_modules/vue/index.js +7 -0
- package/dist/server/node_modules/vue/index.mjs +1 -0
- package/dist/server/node_modules/vue/package.json +112 -0
- package/dist/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/dist/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +301 -0
- package/dist/server/node_modules/vue-bundle-renderer/package.json +55 -0
- package/dist/server/node_modules/ws/lib/buffer-util.js +131 -0
- package/dist/server/node_modules/ws/lib/constants.js +19 -0
- package/dist/server/node_modules/ws/lib/event-target.js +292 -0
- package/dist/server/node_modules/ws/lib/extension.js +203 -0
- package/dist/server/node_modules/ws/lib/limiter.js +55 -0
- package/dist/server/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/dist/server/node_modules/ws/lib/receiver.js +706 -0
- package/dist/server/node_modules/ws/lib/sender.js +602 -0
- package/dist/server/node_modules/ws/lib/stream.js +161 -0
- package/dist/server/node_modules/ws/lib/subprotocol.js +62 -0
- package/dist/server/node_modules/ws/lib/validation.js +152 -0
- package/dist/server/node_modules/ws/lib/websocket-server.js +554 -0
- package/dist/server/node_modules/ws/lib/websocket.js +1393 -0
- package/dist/server/node_modules/ws/package.json +69 -0
- package/dist/server/node_modules/ws/wrapper.mjs +8 -0
- package/dist/server/package.json +32 -0
- package/dist/shared/yansu.DmdNF4qf.mjs +151 -0
- package/package.json +50 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./DmxzK6E8.js","./CR6vfq1R.js","./error-404.lC6KBLNm.css","./CCgOhniq.js","./error-500.NtBcR2wE.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))n(r);new MutationObserver(r=>{for(const o of r)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function s(r){const o={};return r.integrity&&(o.integrity=r.integrity),r.referrerPolicy&&(o.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?o.credentials="include":r.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(r){if(r.ep)return;r.ep=!0;const o=s(r);fetch(r.href,o)}})();function kn(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const te={},wt=[],Le=()=>{},ao=()=>!1,Yt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Pn=e=>e.startsWith("onUpdate:"),he=Object.assign,Mn=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},al=Object.prototype.hasOwnProperty,Q=(e,t)=>al.call(e,t),B=Array.isArray,vt=e=>As(e)==="[object Map]",fo=e=>As(e)==="[object Set]",D=e=>typeof e=="function",re=e=>typeof e=="string",tt=e=>typeof e=="symbol",se=e=>e!==null&&typeof e=="object",uo=e=>(se(e)||D(e))&&D(e.then)&&D(e.catch),ho=Object.prototype.toString,As=e=>ho.call(e),fl=e=>As(e).slice(8,-1),po=e=>As(e)==="[object Object]",ks=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Tt=kn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ps=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},ul=/-\w/g,Re=Ps(e=>e.replace(ul,t=>t.slice(1).toUpperCase())),dl=/\B([A-Z])/g,dt=Ps(e=>e.replace(dl,"-$1").toLowerCase()),Ms=Ps(e=>e.charAt(0).toUpperCase()+e.slice(1)),Vs=Ps(e=>e?`on${Ms(e)}`:""),Ze=(e,t)=>!Object.is(e,t),Ks=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},go=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},hl=e=>{const t=parseFloat(e);return isNaN(t)?e:t},pl=e=>{const t=re(e)?Number(e):NaN;return isNaN(t)?e:t};let fr;const Os=()=>fr||(fr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof globalThis<"u"?globalThis:{});function Hs(e){if(B(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=re(n)?_l(n):Hs(n);if(r)for(const o in r)t[o]=r[o]}return t}else if(re(e)||se(e))return e}const gl=/;(?![^(]*\))/g,yl=/:([^]+)/,ml=/\/\*[^]*?\*\//g;function _l(e){const t={};return e.replace(ml,"").split(gl).forEach(s=>{if(s){const n=s.split(yl);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Is(e){let t="";if(re(e))t=e;else if(B(e))for(let s=0;s<e.length;s++){const n=Is(e[s]);n&&(t+=n+" ")}else if(se(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}function bl(e){if(!e)return null;let{class:t,style:s}=e;return t&&!re(t)&&(e.class=Is(t)),s&&(e.style=Hs(s)),e}const wl="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",vl=kn(wl);function yo(e){return!!e||e===""}const mo=e=>!!(e&&e.__v_isRef===!0),Tl=e=>re(e)?e:e==null?"":B(e)||se(e)&&(e.toString===ho||!D(e.toString))?mo(e)?Tl(e.value):JSON.stringify(e,_o,2):String(e),_o=(e,t)=>mo(t)?_o(e,t.value):vt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,r],o)=>(s[Js(n,o)+" =>"]=r,s),{})}:fo(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>Js(s))}:tt(t)?Js(t):se(t)&&!B(t)&&!po(t)?String(t):t,Js=(e,t="")=>{var s;return tt(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};let be;class bo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=be,!t&&be&&(this.index=(be.scopes||(be.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=be;try{return be=this,t()}finally{be=s}}}on(){++this._on===1&&(this.prevScope=be,be=this)}off(){this._on>0&&--this._on===0&&(be=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function El(e){return new bo(e)}function wo(){return be}let ee;const Gs=new WeakSet;class vo{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,be&&be.active&&be.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Gs.has(this)&&(Gs.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Eo(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,ur(this),xo(this);const t=ee,s=Pe;ee=this,Pe=!0;try{return this.fn()}finally{So(this),ee=t,Pe=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)In(t);this.deps=this.depsTail=void 0,ur(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Gs.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){cn(this)&&this.run()}get dirty(){return cn(this)}}let To=0,Ft,$t;function Eo(e,t=!1){if(e.flags|=8,t){e.next=$t,$t=e;return}e.next=Ft,Ft=e}function On(){To++}function Hn(){if(--To>0)return;if($t){let t=$t;for($t=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;Ft;){let t=Ft;for(Ft=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function xo(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function So(e){let t,s=e.depsTail,n=s;for(;n;){const r=n.prevDep;n.version===-1?(n===s&&(s=r),In(n),xl(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=r}e.deps=t,e.depsTail=s}function cn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Co(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Co(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Wt)||(e.globalVersion=Wt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!cn(e))))return;e.flags|=2;const t=e.dep,s=ee,n=Pe;ee=e,Pe=!0;try{xo(e);const r=e.fn(e._value);(t.version===0||Ze(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ee=s,Pe=n,So(e),e.flags&=-3}}function In(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let o=s.computed.deps;o;o=o.nextDep)In(o,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function xl(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let Pe=!0;const Ro=[];function Ue(){Ro.push(Pe),Pe=!1}function Be(){const e=Ro.pop();Pe=e===void 0?!0:e}function ur(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=ee;ee=void 0;try{t()}finally{ee=s}}}let Wt=0;class Sl{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ln{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!ee||!Pe||ee===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==ee)s=this.activeLink=new Sl(ee,this),ee.deps?(s.prevDep=ee.depsTail,ee.depsTail.nextDep=s,ee.depsTail=s):ee.deps=ee.depsTail=s,Ao(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=ee.depsTail,s.nextDep=void 0,ee.depsTail.nextDep=s,ee.depsTail=s,ee.deps===s&&(ee.deps=n)}return s}trigger(t){this.version++,Wt++,this.notify(t)}notify(t){On();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{Hn()}}}function Ao(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)Ao(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const ps=new WeakMap,it=Symbol(""),an=Symbol(""),qt=Symbol("");function de(e,t,s){if(Pe&&ee){let n=ps.get(e);n||ps.set(e,n=new Map);let r=n.get(s);r||(n.set(s,r=new Ln),r.map=n,r.key=s),r.track()}}function De(e,t,s,n,r,o){const i=ps.get(e);if(!i){Wt++;return}const l=a=>{a&&a.trigger()};if(On(),t==="clear")i.forEach(l);else{const a=B(e),h=a&&ks(s);if(a&&s==="length"){const c=Number(n);i.forEach((f,g)=>{(g==="length"||g===qt||!tt(g)&&g>=c)&&l(f)})}else switch((s!==void 0||i.has(void 0))&&l(i.get(s)),h&&l(i.get(qt)),t){case"add":a?h&&l(i.get("length")):(l(i.get(it)),vt(e)&&l(i.get(an)));break;case"delete":a||(l(i.get(it)),vt(e)&&l(i.get(an)));break;case"set":vt(e)&&l(i.get(it));break}}Hn()}function Cl(e,t){const s=ps.get(e);return s&&s.get(t)}function pt(e){const t=X(e);return t===e?t:(de(t,"iterate",qt),Ce(e)?t:t.map(qe))}function Nn(e){return de(e=X(e),"iterate",qt),e}function Ge(e,t){return We(e)?lt(e)?Vt(qe(t)):Vt(t):qe(t)}const Rl={__proto__:null,[Symbol.iterator](){return Xs(this,Symbol.iterator,e=>Ge(this,e))},concat(...e){return pt(this).concat(...e.map(t=>B(t)?pt(t):t))},entries(){return Xs(this,"entries",e=>(e[1]=Ge(this,e[1]),e))},every(e,t){return je(this,"every",e,t,void 0,arguments)},filter(e,t){return je(this,"filter",e,t,s=>s.map(n=>Ge(this,n)),arguments)},find(e,t){return je(this,"find",e,t,s=>Ge(this,s),arguments)},findIndex(e,t){return je(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return je(this,"findLast",e,t,s=>Ge(this,s),arguments)},findLastIndex(e,t){return je(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return je(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ys(this,"includes",e)},indexOf(...e){return Ys(this,"indexOf",e)},join(e){return pt(this).join(e)},lastIndexOf(...e){return Ys(this,"lastIndexOf",e)},map(e,t){return je(this,"map",e,t,void 0,arguments)},pop(){return Lt(this,"pop")},push(...e){return Lt(this,"push",e)},reduce(e,...t){return dr(this,"reduce",e,t)},reduceRight(e,...t){return dr(this,"reduceRight",e,t)},shift(){return Lt(this,"shift")},some(e,t){return je(this,"some",e,t,void 0,arguments)},splice(...e){return Lt(this,"splice",e)},toReversed(){return pt(this).toReversed()},toSorted(e){return pt(this).toSorted(e)},toSpliced(...e){return pt(this).toSpliced(...e)},unshift(...e){return Lt(this,"unshift",e)},values(){return Xs(this,"values",e=>Ge(this,e))}};function Xs(e,t,s){const n=Nn(e),r=n[t]();return n!==e&&!Ce(e)&&(r._next=r.next,r.next=()=>{const o=r._next();return o.done||(o.value=s(o.value)),o}),r}const Al=Array.prototype;function je(e,t,s,n,r,o){const i=Nn(e),l=i!==e&&!Ce(e),a=i[t];if(a!==Al[t]){const f=a.apply(e,o);return l?qe(f):f}let h=s;i!==e&&(l?h=function(f,g){return s.call(this,Ge(e,f),g,e)}:s.length>2&&(h=function(f,g){return s.call(this,f,g,e)}));const c=a.call(i,h,n);return l&&r?r(c):c}function dr(e,t,s,n){const r=Nn(e);let o=s;return r!==e&&(Ce(e)?s.length>3&&(o=function(i,l,a){return s.call(this,i,l,a,e)}):o=function(i,l,a){return s.call(this,i,Ge(e,l),a,e)}),r[t](o,...n)}function Ys(e,t,s){const n=X(e);de(n,"iterate",qt);const r=n[t](...s);return(r===-1||r===!1)&&Ls(s[0])?(s[0]=X(s[0]),n[t](...s)):r}function Lt(e,t,s=[]){Ue(),On();const n=X(e)[t].apply(e,s);return Hn(),Be(),n}const kl=kn("__proto__,__v_isRef,__isVue"),ko=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(tt));function Pl(e){tt(e)||(e=String(e));const t=X(this);return de(t,"has",e),t.hasOwnProperty(e)}class Po{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const r=this._isReadonly,o=this._isShallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return o;if(s==="__v_raw")return n===(r?o?Dl:Io:o?Ho:Oo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const i=B(t);if(!r){let a;if(i&&(a=Rl[s]))return a;if(s==="hasOwnProperty")return Pl}const l=Reflect.get(t,s,oe(t)?t:n);if((tt(s)?ko.has(s):kl(s))||(r||de(t,"get",s),o))return l;if(oe(l)){const a=i&&ks(s)?l:l.value;return r&&se(a)?un(a):a}return se(l)?r?un(l):et(l):l}}class Mo extends Po{constructor(t=!1){super(!1,t)}set(t,s,n,r){let o=t[s];const i=B(t)&&ks(s);if(!this._isShallow){const h=We(o);if(!Ce(n)&&!We(n)&&(o=X(o),n=X(n)),!i&&oe(o)&&!oe(n))return h||(o.value=n),!0}const l=i?Number(s)<t.length:Q(t,s),a=Reflect.set(t,s,n,oe(t)?t:r);return t===X(r)&&(l?Ze(n,o)&&De(t,"set",s,n):De(t,"add",s,n)),a}deleteProperty(t,s){const n=Q(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&De(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!tt(s)||!ko.has(s))&&de(t,"has",s),n}ownKeys(t){return de(t,"iterate",B(t)?"length":it),Reflect.ownKeys(t)}}class Ml extends Po{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const Ol=new Mo,Hl=new Ml,Il=new Mo(!0);const fn=e=>e,ts=e=>Reflect.getPrototypeOf(e);function Ll(e,t,s){return function(...n){const r=this.__v_raw,o=X(r),i=vt(o),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,h=r[e](...n),c=s?fn:t?Vt:qe;return!t&&de(o,"iterate",a?an:it),{next(){const{value:f,done:g}=h.next();return g?{value:f,done:g}:{value:l?[c(f[0]),c(f[1])]:c(f),done:g}},[Symbol.iterator](){return this}}}}function ss(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Nl(e,t){const s={get(r){const o=this.__v_raw,i=X(o),l=X(r);e||(Ze(r,l)&&de(i,"get",r),de(i,"get",l));const{has:a}=ts(i),h=t?fn:e?Vt:qe;if(a.call(i,r))return h(o.get(r));if(a.call(i,l))return h(o.get(l));o!==i&&o.get(r)},get size(){const r=this.__v_raw;return!e&&de(X(r),"iterate",it),r.size},has(r){const o=this.__v_raw,i=X(o),l=X(r);return e||(Ze(r,l)&&de(i,"has",r),de(i,"has",l)),r===l?o.has(r):o.has(r)||o.has(l)},forEach(r,o){const i=this,l=i.__v_raw,a=X(l),h=t?fn:e?Vt:qe;return!e&&de(a,"iterate",it),l.forEach((c,f)=>r.call(o,h(c),h(f),i))}};return he(s,e?{add:ss("add"),set:ss("set"),delete:ss("delete"),clear:ss("clear")}:{add(r){!t&&!Ce(r)&&!We(r)&&(r=X(r));const o=X(this);return ts(o).has.call(o,r)||(o.add(r),De(o,"add",r,r)),this},set(r,o){!t&&!Ce(o)&&!We(o)&&(o=X(o));const i=X(this),{has:l,get:a}=ts(i);let h=l.call(i,r);h||(r=X(r),h=l.call(i,r));const c=a.call(i,r);return i.set(r,o),h?Ze(o,c)&&De(i,"set",r,o):De(i,"add",r,o),this},delete(r){const o=X(this),{has:i,get:l}=ts(o);let a=i.call(o,r);a||(r=X(r),a=i.call(o,r)),l&&l.call(o,r);const h=o.delete(r);return a&&De(o,"delete",r,void 0),h},clear(){const r=X(this),o=r.size!==0,i=r.clear();return o&&De(r,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(r=>{s[r]=Ll(r,e,t)}),s}function jn(e,t){const s=Nl(e,t);return(n,r,o)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(Q(s,r)&&r in n?s:n,r,o)}const jl={get:jn(!1,!1)},Fl={get:jn(!1,!0)},$l={get:jn(!0,!1)};const Oo=new WeakMap,Ho=new WeakMap,Io=new WeakMap,Dl=new WeakMap;function Ul(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Bl(e){return e.__v_skip||!Object.isExtensible(e)?0:Ul(fl(e))}function et(e){return We(e)?e:Fn(e,!1,Ol,jl,Oo)}function _t(e){return Fn(e,!1,Il,Fl,Ho)}function un(e){return Fn(e,!0,Hl,$l,Io)}function Fn(e,t,s,n,r){if(!se(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=Bl(e);if(o===0)return e;const i=r.get(e);if(i)return i;const l=new Proxy(e,o===2?n:s);return r.set(e,l),l}function lt(e){return We(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function We(e){return!!(e&&e.__v_isReadonly)}function Ce(e){return!!(e&&e.__v_isShallow)}function Ls(e){return e?!!e.__v_raw:!1}function X(e){const t=e&&e.__v_raw;return t?X(t):e}function Wl(e){return!Q(e,"__v_skip")&&Object.isExtensible(e)&&go(e,"__v_skip",!0),e}const qe=e=>se(e)?et(e):e,Vt=e=>se(e)?un(e):e;function oe(e){return e?e.__v_isRef===!0:!1}function ct(e){return Lo(e,!1)}function hr(e){return Lo(e,!0)}function Lo(e,t){return oe(e)?e:new ql(e,t)}class ql{constructor(t,s){this.dep=new Ln,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:X(t),this._value=s?t:qe(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||Ce(t)||We(t);t=n?t:X(t),Ze(t,s)&&(this._rawValue=t,this._value=n?t:qe(t),this.dep.trigger())}}function le(e){return oe(e)?e.value:e}function Vl(e){return D(e)?e():le(e)}const Kl={get:(e,t,s)=>t==="__v_raw"?e:le(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return oe(r)&&!oe(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function No(e){return lt(e)?e:new Proxy(e,Kl)}class Jl{constructor(t,s,n){this._object=t,this._key=s,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0,this._raw=X(t);let r=!0,o=t;if(!B(t)||!ks(String(s)))do r=!Ls(o)||Ce(o);while(r&&(o=o.__v_raw));this._shallow=r}get value(){let t=this._object[this._key];return this._shallow&&(t=le(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&oe(this._raw[this._key])){const s=this._object[this._key];if(oe(s)){s.value=t;return}}this._object[this._key]=t}get dep(){return Cl(this._raw,this._key)}}class Gl{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 Xl(e,t,s){return oe(e)?e:D(e)?new Gl(e):se(e)&&arguments.length>1?Yl(e,t,s):ct(e)}function Yl(e,t,s){return new Jl(e,t,s)}class Ql{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new Ln(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Wt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&ee!==this)return Eo(this,!0),!0}get value(){const t=this.dep.track();return Co(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function zl(e,t,s=!1){let n,r;return D(e)?n=e:(n=e.get,r=e.set),new Ql(n,r,s)}const ns={},gs=new WeakMap;let ot;function Zl(e,t=!1,s=ot){if(s){let n=gs.get(s);n||gs.set(s,n=[]),n.push(e)}}function ec(e,t,s=te){const{immediate:n,deep:r,once:o,scheduler:i,augmentJob:l,call:a}=s,h=b=>r?b:Ce(b)||r===!1||r===0?Qe(b,1):Qe(b);let c,f,g,d,y=!1,m=!1;if(oe(e)?(f=()=>e.value,y=Ce(e)):lt(e)?(f=()=>h(e),y=!0):B(e)?(m=!0,y=e.some(b=>lt(b)||Ce(b)),f=()=>e.map(b=>{if(oe(b))return b.value;if(lt(b))return h(b);if(D(b))return a?a(b,2):b()})):D(e)?t?f=a?()=>a(e,2):e:f=()=>{if(g){Ue();try{g()}finally{Be()}}const b=ot;ot=c;try{return a?a(e,3,[d]):e(d)}finally{ot=b}}:f=Le,t&&r){const b=f,T=r===!0?1/0:r;f=()=>Qe(b(),T)}const I=wo(),R=()=>{c.stop(),I&&I.active&&Mn(I.effects,c)};if(o&&t){const b=t;t=(...T)=>{b(...T),R()}}let M=m?new Array(e.length).fill(ns):ns;const _=b=>{if(!(!(c.flags&1)||!c.dirty&&!b))if(t){const T=c.run();if(r||y||(m?T.some((O,$)=>Ze(O,M[$])):Ze(T,M))){g&&g();const O=ot;ot=c;try{const $=[T,M===ns?void 0:m&&M[0]===ns?[]:M,d];M=T,a?a(t,3,$):t(...$)}finally{ot=O}}}else c.run()};return l&&l(_),c=new vo(f),c.scheduler=i?()=>i(_,!1):_,d=b=>Zl(b,!1,c),g=c.onStop=()=>{const b=gs.get(c);if(b){if(a)a(b,4);else for(const T of b)T();gs.delete(c)}},t?n?_(!0):M=c.run():i?i(_.bind(null,!0),!0):c.run(),R.pause=c.pause.bind(c),R.resume=c.resume.bind(c),R.stop=R,R}function Qe(e,t=1/0,s){if(t<=0||!se(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,oe(e))Qe(e.value,t,s);else if(B(e))for(let n=0;n<e.length;n++)Qe(e[n],t,s);else if(fo(e)||vt(e))e.forEach(n=>{Qe(n,t,s)});else if(po(e)){for(const n in e)Qe(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Qe(e[n],t,s)}return e}function Qt(e,t,s,n){try{return n?e(...n):e()}catch(r){Mt(r,t,s)}}function Ne(e,t,s,n){if(D(e)){const r=Qt(e,t,s,n);return r&&uo(r)&&r.catch(o=>{Mt(o,t,s)}),r}if(B(e)){const r=[];for(let o=0;o<e.length;o++)r.push(Ne(e[o],t,s,n));return r}}function Mt(e,t,s,n=!0){const r=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||te;if(t){let l=t.parent;const a=t.proxy,h=`https://vuejs.org/error-reference/#runtime-${s}`;for(;l;){const c=l.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,a,h)===!1)return}l=l.parent}if(o){Ue(),Qt(o,null,10,[e,a,h]),Be();return}}tc(e,s,r,n,i)}function tc(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}const ye=[];let He=-1;const Et=[];let Xe=null,yt=0;const jo=Promise.resolve();let ys=null;function Fo(e){const t=ys||jo;return e?t.then(this?e.bind(this):e):t}function sc(e){let t=He+1,s=ye.length;for(;t<s;){const n=t+s>>>1,r=ye[n],o=Kt(r);o<e||o===e&&r.flags&2?t=n+1:s=n}return t}function $n(e){if(!(e.flags&1)){const t=Kt(e),s=ye[ye.length-1];!s||!(e.flags&2)&&t>=Kt(s)?ye.push(e):ye.splice(sc(t),0,e),e.flags|=1,$o()}}function $o(){ys||(ys=jo.then(Do))}function dn(e){B(e)?Et.push(...e):Xe&&e.id===-1?Xe.splice(yt+1,0,e):e.flags&1||(Et.push(e),e.flags|=1),$o()}function pr(e,t,s=He+1){for(;s<ye.length;s++){const n=ye[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;ye.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function ms(e){if(Et.length){const t=[...new Set(Et)].sort((s,n)=>Kt(s)-Kt(n));if(Et.length=0,Xe){Xe.push(...t);return}for(Xe=t,yt=0;yt<Xe.length;yt++){const s=Xe[yt];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}Xe=null,yt=0}}const Kt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Do(e){try{for(He=0;He<ye.length;He++){const t=ye[He];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Qt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;He<ye.length;He++){const t=ye[He];t&&(t.flags&=-2)}He=-1,ye.length=0,ms(),ys=null,(ye.length||Et.length)&&Do()}}let ke=null,Uo=null;function _s(e){const t=ke;return ke=e,Uo=e&&e.type.__scopeId||null,t}function Bo(e,t=ke,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&vs(-1);const o=_s(t);let i;try{i=e(...r)}finally{_s(o),n._d&&vs(1)}return i};return n._n=!0,n._c=!0,n._d=!0,n}function Ie(e,t,s,n){const r=e.dirs,o=t&&t.dirs;for(let i=0;i<r.length;i++){const l=r[i];o&&(l.oldValue=o[i].value);let a=l.dir[n];a&&(Ue(),Ne(a,s,8,[e.el,l,e,t]),Be())}}function Wo(e,t){if(fe){let s=fe.provides;const n=fe.parent&&fe.parent.provides;n===s&&(s=fe.provides=Object.create(n)),s[e]=t}}function xt(e,t,s=!1){const n=$s();if(n||at){let r=at?at._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&D(t)?t.call(n&&n.proxy):t}}function Dn(){return!!($s()||at)}const nc=Symbol.for("v-scx"),rc=()=>xt(nc);function oc(e,t){return Un(e,null,t)}function Qs(e,t,s){return Un(e,t,s)}function Un(e,t,s=te){const{immediate:n,deep:r,flush:o,once:i}=s,l=he({},s),a=t&&n||!t&&o!=="post";let h;if(Pt){if(o==="sync"){const d=rc();h=d.__watcherHandles||(d.__watcherHandles=[])}else if(!a){const d=()=>{};return d.stop=Le,d.resume=Le,d.pause=Le,d}}const c=fe;l.call=(d,y,m)=>Ne(d,c,y,m);let f=!1;o==="post"?l.scheduler=d=>{_e(d,c&&c.suspense)}:o!=="sync"&&(f=!0,l.scheduler=(d,y)=>{y?d():$n(d)}),l.augmentJob=d=>{t&&(d.flags|=4),f&&(d.flags|=2,c&&(d.id=c.uid,d.i=c))};const g=ec(e,t,l);return Pt&&(h?h.push(g):a&&g()),g}function ic(e,t,s){const n=this.proxy,r=re(e)?e.includes(".")?qo(n,e):()=>n[e]:e.bind(n,n);let o;D(t)?o=t:(o=t.handler,s=t);const i=zt(this),l=Un(r,o.bind(n),s);return i(),l}function qo(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}const lc=Symbol("_vte"),cc=e=>e.__isTeleport,ac=Symbol("_leaveCb");function Bn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Bn(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 Wn(e,t){return D(e)?he({name:e.name},t,{setup:e}):e}function qn(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const bs=new WeakMap;function St(e,t,s,n,r=!1){if(B(e)){e.forEach((y,m)=>St(y,t&&(B(t)?t[m]:t),s,n,r));return}if(Ct(n)&&!r){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&St(e,t,s,n.component.subTree);return}const o=n.shapeFlag&4?Xn(n.component):n.el,i=r?null:o,{i:l,r:a}=e,h=t&&t.r,c=l.refs===te?l.refs={}:l.refs,f=l.setupState,g=X(f),d=f===te?ao:y=>Q(g,y);if(h!=null&&h!==a){if(gr(t),re(h))c[h]=null,d(h)&&(f[h]=null);else if(oe(h)){h.value=null;const y=t;y.k&&(c[y.k]=null)}}if(D(a))Qt(a,l,12,[i,c]);else{const y=re(a),m=oe(a);if(y||m){const I=()=>{if(e.f){const R=y?d(a)?f[a]:c[a]:a.value;if(r)B(R)&&Mn(R,o);else if(B(R))R.includes(o)||R.push(o);else if(y)c[a]=[o],d(a)&&(f[a]=c[a]);else{const M=[o];a.value=M,e.k&&(c[e.k]=M)}}else y?(c[a]=i,d(a)&&(f[a]=i)):m&&(a.value=i,e.k&&(c[e.k]=i))};if(i){const R=()=>{I(),bs.delete(e)};R.id=-1,bs.set(e,R),_e(R,s)}else gr(e),I()}}}function gr(e){const t=bs.get(e);t&&(t.flags|=8,bs.delete(e))}let yr=!1;const gt=()=>{yr||(console.error("Hydration completed but contains mismatches."),yr=!0)},fc=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",uc=e=>e.namespaceURI.includes("MathML"),rs=e=>{if(e.nodeType===1){if(fc(e))return"svg";if(uc(e))return"mathml"}},bt=e=>e.nodeType===8;function dc(e){const{mt:t,p:s,o:{patchProp:n,createText:r,nextSibling:o,parentNode:i,remove:l,insert:a,createComment:h}}=e,c=(_,b)=>{if(!b.hasChildNodes()){s(null,_,b),ms(),b._vnode=_;return}f(b.firstChild,_,null,null,null),ms(),b._vnode=_},f=(_,b,T,O,$,W=!1)=>{W=W||!!b.dynamicChildren;const q=bt(_)&&_.data==="[",L=()=>m(_,b,T,O,$,q),{type:G,ref:J,shapeFlag:Y,patchFlag:ie}=b;let ae=_.nodeType;b.el=_,ie===-2&&(W=!1,b.dynamicChildren=null);let j=null;switch(G){case ft:ae!==3?b.children===""?(a(b.el=r(""),i(_),_),j=_):j=L():(_.data!==b.children&&(gt(),_.data=b.children),j=o(_));break;case Ve:M(_)?(j=o(_),R(b.el=_.content.firstChild,_,T)):ae!==8||q?j=L():j=o(_);break;case as:if(q&&(_=o(_),ae=_.nodeType),ae===1||ae===3){j=_;const V=!b.children.length;for(let H=0;H<b.staticCount;H++)V&&(b.children+=j.nodeType===1?j.outerHTML:j.data),H===b.staticCount-1&&(b.anchor=j),j=o(j);return q?o(j):j}else L();break;case Se:q?j=y(_,b,T,O,$,W):j=L();break;default:if(Y&1)(ae!==1||b.type.toLowerCase()!==_.tagName.toLowerCase())&&!M(_)?j=L():j=g(_,b,T,O,$,W);else if(Y&6){b.slotScopeIds=$;const V=i(_);if(q?j=I(_):bt(_)&&_.data==="teleport start"?j=I(_,_.data,"teleport end"):j=o(_),t(b,V,null,T,O,rs(V),W),Ct(b)&&!b.type.__asyncResolved){let H;q?(H=ce(Se),H.anchor=j?j.previousSibling:V.lastChild):H=_.nodeType===3?Ci(""):ce("div"),H.el=_,b.component.subTree=H}}else Y&64?ae!==8?j=L():j=b.type.hydrate(_,b,T,O,$,W,e,d):Y&128&&(j=b.type.hydrate(_,b,T,O,rs(i(_)),$,W,e,f))}return J!=null&&St(J,null,O,b),j},g=(_,b,T,O,$,W)=>{W=W||!!b.dynamicChildren;const{type:q,props:L,patchFlag:G,shapeFlag:J,dirs:Y,transition:ie}=b,ae=q==="input"||q==="option";if(ae||G!==-1){Y&&Ie(b,null,T,"created");let j=!1;if(M(_)){j=hi(null,ie)&&T&&T.vnode.props&&T.vnode.props.appear;const H=_.content.firstChild;if(j){const ne=H.getAttribute("class");ne&&(H.$cls=ne),ie.beforeEnter(H)}R(H,_,T),b.el=_=H}if(J&16&&!(L&&(L.innerHTML||L.textContent))){let H=d(_.firstChild,b,_,T,O,$,W);for(;H;){os(_,1)||gt();const ne=H;H=H.nextSibling,l(ne)}}else if(J&8){let H=b.children;H[0]===`
|
|
3
|
+
`&&(_.tagName==="PRE"||_.tagName==="TEXTAREA")&&(H=H.slice(1));const{textContent:ne}=_;ne!==H&&ne!==H.replace(/\r\n|\r/g,`
|
|
4
|
+
`)&&(os(_,0)||gt(),_.textContent=b.children)}if(L){if(ae||!W||G&48){const H=_.tagName.includes("-");for(const ne in L)(ae&&(ne.endsWith("value")||ne==="indeterminate")||Yt(ne)&&!Tt(ne)||ne[0]==="."||H)&&n(_,ne,null,L[ne],void 0,T)}else if(L.onClick)n(_,"onClick",null,L.onClick,void 0,T);else if(G&4&<(L.style))for(const H in L.style)L.style[H]}let V;(V=L&&L.onVnodeBeforeMount)&&xe(V,T,b),Y&&Ie(b,null,T,"beforeMount"),((V=L&&L.onVnodeMounted)||Y||j)&&bi(()=>{V&&xe(V,T,b),j&&ie.enter(_),Y&&Ie(b,null,T,"mounted")},O)}return _.nextSibling},d=(_,b,T,O,$,W,q)=>{q=q||!!b.dynamicChildren;const L=b.children,G=L.length;for(let J=0;J<G;J++){const Y=q?L[J]:L[J]=Ee(L[J]),ie=Y.type===ft;_?(ie&&!q&&J+1<G&&Ee(L[J+1]).type===ft&&(a(r(_.data.slice(Y.children.length)),T,o(_)),_.data=Y.children),_=f(_,Y,O,$,W,q)):ie&&!Y.children?a(Y.el=r(""),T):(os(T,1)||gt(),s(null,Y,T,null,O,$,rs(T),W))}return _},y=(_,b,T,O,$,W)=>{const{slotScopeIds:q}=b;q&&($=$?$.concat(q):q);const L=i(_),G=d(o(_),b,L,T,O,$,W);return G&&bt(G)&&G.data==="]"?o(b.anchor=G):(gt(),a(b.anchor=h("]"),L,G),G)},m=(_,b,T,O,$,W)=>{if(os(_.parentElement,1)||gt(),b.el=null,W){const G=I(_);for(;;){const J=o(_);if(J&&J!==G)l(J);else break}}const q=o(_),L=i(_);return l(_),s(null,b,L,q,T,O,rs(L),$),T&&(T.vnode.el=b.el,Fs(T,b.el)),q},I=(_,b="[",T="]")=>{let O=0;for(;_;)if(_=o(_),_&&bt(_)&&(_.data===b&&O++,_.data===T)){if(O===0)return o(_);O--}return _},R=(_,b,T)=>{const O=b.parentNode;O&&O.replaceChild(_,b);let $=T;for(;$;)$.vnode.el===b&&($.vnode.el=$.subTree.el=_),$=$.parent},M=_=>_.nodeType===1&&_.tagName==="TEMPLATE";return[c,f]}const mr="data-allow-mismatch",hc={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function os(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(mr);)e=e.parentElement;const s=e&&e.getAttribute(mr);if(s==null)return!1;if(s==="")return!0;{const n=s.split(",");return t===0&&n.includes("children")?!0:n.includes(hc[t])}}Os().requestIdleCallback;Os().cancelIdleCallback;function pc(e,t){if(bt(e)&&e.data==="["){let s=1,n=e.nextSibling;for(;n;){if(n.nodeType===1){if(t(n)===!1)break}else if(bt(n))if(n.data==="]"){if(--s===0)break}else n.data==="["&&s++;n=n.nextSibling}}else t(e)}const Ct=e=>!!e.type.__asyncLoader;function _r(e){D(e)&&(e={loader:e});const{loader:t,loadingComponent:s,errorComponent:n,delay:r=200,hydrate:o,timeout:i,suspensible:l=!0,onError:a}=e;let h=null,c,f=0;const g=()=>(f++,h=null,d()),d=()=>{let y;return h||(y=h=t().catch(m=>{if(m=m instanceof Error?m:new Error(String(m)),a)return new Promise((I,R)=>{a(m,()=>I(g()),()=>R(m),f+1)});throw m}).then(m=>y!==h&&h?h:(m&&(m.__esModule||m[Symbol.toStringTag]==="Module")&&(m=m.default),c=m,m)))};return Wn({name:"AsyncComponentWrapper",__asyncLoader:d,__asyncHydrate(y,m,I){let R=!1;(m.bu||(m.bu=[])).push(()=>R=!0);const M=()=>{R||I()},_=o?()=>{const b=o(M,T=>pc(y,T));b&&(m.bum||(m.bum=[])).push(b)}:M;c?_():d().then(()=>!m.isUnmounted&&_())},get __asyncResolved(){return c},setup(){const y=fe;if(qn(y),c)return()=>is(c,y);const m=_=>{h=null,Mt(_,y,13,!n)};if(l&&y.suspense||Pt)return d().then(_=>()=>is(_,y)).catch(_=>(m(_),()=>n?ce(n,{error:_}):null));const I=ct(!1),R=ct(),M=ct(!!r);return r&&setTimeout(()=>{M.value=!1},r),i!=null&&setTimeout(()=>{if(!I.value&&!R.value){const _=new Error(`Async component timed out after ${i}ms.`);m(_),R.value=_}},i),d().then(()=>{I.value=!0,y.parent&&Vn(y.parent.vnode)&&y.parent.update()}).catch(_=>{m(_),R.value=_}),()=>{if(I.value&&c)return is(c,y);if(R.value&&n)return ce(n,{error:R.value});if(s&&!M.value)return is(s,y)}}})}function is(e,t){const{ref:s,props:n,children:r,ce:o}=t.vnode,i=ce(e,n,r);return i.ref=s,i.ce=o,delete t.vnode.ce,i}const Vn=e=>e.type.__isKeepAlive;function Vo(e,t){Jo(e,"a",t)}function Ko(e,t){Jo(e,"da",t)}function Jo(e,t,s=fe){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Ns(t,n,s),s){let r=s.parent;for(;r&&r.parent;)Vn(r.parent.vnode)&&gc(n,t,s,r),r=r.parent}}function gc(e,t,s,n){const r=Ns(t,e,n,!0);Xo(()=>{Mn(n[t],r)},s)}function Ns(e,t,s=fe,n=!1){if(s){const r=s[e]||(s[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Ue();const l=zt(s),a=Ne(t,s,e,i);return l(),Be(),a});return n?r.unshift(o):r.push(o),o}}const Ke=e=>(t,s=fe)=>{(!Pt||e==="sp")&&Ns(e,(...n)=>t(...n),s)},yc=Ke("bm"),mc=Ke("m"),_c=Ke("bu"),bc=Ke("u"),Go=Ke("bum"),Xo=Ke("um"),wc=Ke("sp"),vc=Ke("rtg"),Tc=Ke("rtc");function Yo(e,t=fe){Ns("ec",e,t)}const Qo="components";function yd(e,t){return Zo(Qo,e,!0,t)||e}const zo=Symbol.for("v-ndc");function Ec(e){return re(e)?Zo(Qo,e,!1)||e:e||zo}function Zo(e,t,s=!0,n=!1){const r=ke||fe;if(r){const o=r.type;{const l=fa(o,!1);if(l&&(l===t||l===Re(t)||l===Ms(Re(t))))return o}const i=br(r[e]||o[e],t)||br(r.appContext[e],t);return!i&&n?o:i}}function br(e,t){return e&&(e[t]||e[Re(t)]||e[Ms(Re(t))])}const hn=e=>e?Ri(e)?Xn(e):hn(e.parent):null,Dt=he(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=>hn(e.parent),$root:e=>hn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ti(e),$forceUpdate:e=>e.f||(e.f=()=>{$n(e.update)}),$nextTick:e=>e.n||(e.n=Fo.bind(e.proxy)),$watch:e=>ic.bind(e)}),zs=(e,t)=>e!==te&&!e.__isScriptSetup&&Q(e,t),xc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:r,props:o,accessCache:i,type:l,appContext:a}=e;if(t[0]!=="$"){const g=i[t];if(g!==void 0)switch(g){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return o[t]}else{if(zs(n,t))return i[t]=1,n[t];if(r!==te&&Q(r,t))return i[t]=2,r[t];if(Q(o,t))return i[t]=3,o[t];if(s!==te&&Q(s,t))return i[t]=4,s[t];pn&&(i[t]=0)}}const h=Dt[t];let c,f;if(h)return t==="$attrs"&&de(e.attrs,"get",""),h(e);if((c=l.__cssModules)&&(c=c[t]))return c;if(s!==te&&Q(s,t))return i[t]=4,s[t];if(f=a.config.globalProperties,Q(f,t))return f[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:o}=e;return zs(r,t)?(r[t]=s,!0):n!==te&&Q(n,t)?(n[t]=s,!0):Q(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,props:o,type:i}},l){let a;return!!(s[l]||e!==te&&l[0]!=="$"&&Q(e,l)||zs(t,l)||Q(o,l)||Q(n,l)||Q(Dt,l)||Q(r.config.globalProperties,l)||(a=i.__cssModules)&&a[l])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:Q(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function wr(e){return B(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let pn=!0;function Sc(e){const t=ti(e),s=e.proxy,n=e.ctx;pn=!1,t.beforeCreate&&vr(t.beforeCreate,e,"bc");const{data:r,computed:o,methods:i,watch:l,provide:a,inject:h,created:c,beforeMount:f,mounted:g,beforeUpdate:d,updated:y,activated:m,deactivated:I,beforeDestroy:R,beforeUnmount:M,destroyed:_,unmounted:b,render:T,renderTracked:O,renderTriggered:$,errorCaptured:W,serverPrefetch:q,expose:L,inheritAttrs:G,components:J,directives:Y,filters:ie}=t;if(h&&Cc(h,n,null),i)for(const V in i){const H=i[V];D(H)&&(n[V]=H.bind(s))}if(r){const V=r.call(s,s);se(V)&&(e.data=et(V))}if(pn=!0,o)for(const V in o){const H=o[V],ne=D(H)?H.bind(s,s):D(H.get)?H.get.bind(s,s):Le,Zt=!D(H)&&D(H.set)?H.set.bind(s):Le,st=ki({get:ne,set:Zt});Object.defineProperty(n,V,{enumerable:!0,configurable:!0,get:()=>st.value,set:Me=>st.value=Me})}if(l)for(const V in l)ei(l[V],n,s,V);if(a){const V=D(a)?a.call(s):a;Reflect.ownKeys(V).forEach(H=>{Wo(H,V[H])})}c&&vr(c,e,"c");function j(V,H){B(H)?H.forEach(ne=>V(ne.bind(s))):H&&V(H.bind(s))}if(j(yc,f),j(mc,g),j(_c,d),j(bc,y),j(Vo,m),j(Ko,I),j(Yo,W),j(Tc,O),j(vc,$),j(Go,M),j(Xo,b),j(wc,q),B(L))if(L.length){const V=e.exposed||(e.exposed={});L.forEach(H=>{Object.defineProperty(V,H,{get:()=>s[H],set:ne=>s[H]=ne,enumerable:!0})})}else e.exposed||(e.exposed={});T&&e.render===Le&&(e.render=T),G!=null&&(e.inheritAttrs=G),J&&(e.components=J),Y&&(e.directives=Y),q&&qn(e)}function Cc(e,t,s=Le){B(e)&&(e=gn(e));for(const n in e){const r=e[n];let o;se(r)?"default"in r?o=xt(r.from||n,r.default,!0):o=xt(r.from||n):o=xt(r),oe(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[n]=o}}function vr(e,t,s){Ne(B(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function ei(e,t,s,n){let r=n.includes(".")?qo(s,n):()=>s[n];if(re(e)){const o=t[e];D(o)&&Qs(r,o)}else if(D(e))Qs(r,e.bind(s));else if(se(e))if(B(e))e.forEach(o=>ei(o,t,s,n));else{const o=D(e.handler)?e.handler.bind(s):t[e.handler];D(o)&&Qs(r,o,e)}}function ti(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let a;return l?a=l:!r.length&&!s&&!n?a=t:(a={},r.length&&r.forEach(h=>ws(a,h,i,!0)),ws(a,t,i)),se(t)&&o.set(t,a),a}function ws(e,t,s,n=!1){const{mixins:r,extends:o}=t;o&&ws(e,o,s,!0),r&&r.forEach(i=>ws(e,i,s,!0));for(const i in t)if(!(n&&i==="expose")){const l=Rc[i]||s&&s[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Rc={data:Tr,props:Er,emits:Er,methods:jt,computed:jt,beforeCreate:ge,created:ge,beforeMount:ge,mounted:ge,beforeUpdate:ge,updated:ge,beforeDestroy:ge,beforeUnmount:ge,destroyed:ge,unmounted:ge,activated:ge,deactivated:ge,errorCaptured:ge,serverPrefetch:ge,components:jt,directives:jt,watch:kc,provide:Tr,inject:Ac};function Tr(e,t){return t?e?function(){return he(D(e)?e.call(this,this):e,D(t)?t.call(this,this):t)}:t:e}function Ac(e,t){return jt(gn(e),gn(t))}function gn(e){if(B(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function ge(e,t){return e?[...new Set([].concat(e,t))]:t}function jt(e,t){return e?he(Object.create(null),e,t):t}function Er(e,t){return e?B(e)&&B(t)?[...new Set([...e,...t])]:he(Object.create(null),wr(e),wr(t??{})):t}function kc(e,t){if(!e)return t;if(!t)return e;const s=he(Object.create(null),e);for(const n in t)s[n]=ge(e[n],t[n]);return s}function si(){return{app:null,config:{isNativeTag:ao,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 Pc=0;function Mc(e,t){return function(n,r=null){D(n)||(n=he({},n)),r!=null&&!se(r)&&(r=null);const o=si(),i=new WeakSet,l=[];let a=!1;const h=o.app={_uid:Pc++,_component:n,_props:r,_container:null,_context:o,_instance:null,version:ha,get config(){return o.config},set config(c){},use(c,...f){return i.has(c)||(c&&D(c.install)?(i.add(c),c.install(h,...f)):D(c)&&(i.add(c),c(h,...f))),h},mixin(c){return o.mixins.includes(c)||o.mixins.push(c),h},component(c,f){return f?(o.components[c]=f,h):o.components[c]},directive(c,f){return f?(o.directives[c]=f,h):o.directives[c]},mount(c,f,g){if(!a){const d=h._ceVNode||ce(n,r);return d.appContext=o,g===!0?g="svg":g===!1&&(g=void 0),f&&t?t(d,c):e(d,c,g),a=!0,h._container=c,c.__vue_app__=h,Xn(d.component)}},onUnmount(c){l.push(c)},unmount(){a&&(Ne(l,h._instance,16),e(null,h._container),delete h._container.__vue_app__)},provide(c,f){return o.provides[c]=f,h},runWithContext(c){const f=at;at=h;try{return c()}finally{at=f}}};return h}}let at=null;const Oc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Re(t)}Modifiers`]||e[`${dt(t)}Modifiers`];function Hc(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||te;let r=s;const o=t.startsWith("update:"),i=o&&Oc(n,t.slice(7));i&&(i.trim&&(r=s.map(c=>re(c)?c.trim():c)),i.number&&(r=s.map(hl)));let l,a=n[l=Vs(t)]||n[l=Vs(Re(t))];!a&&o&&(a=n[l=Vs(dt(t))]),a&&Ne(a,e,6,r);const h=n[l+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ne(h,e,6,r)}}const Ic=new WeakMap;function ni(e,t,s=!1){const n=s?Ic:t.emitsCache,r=n.get(e);if(r!==void 0)return r;const o=e.emits;let i={},l=!1;if(!D(e)){const a=h=>{const c=ni(h,t,!0);c&&(l=!0,he(i,c))};!s&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!o&&!l?(se(e)&&n.set(e,null),null):(B(o)?o.forEach(a=>i[a]=null):he(i,o),se(e)&&n.set(e,i),i)}function js(e,t){return!e||!Yt(t)?!1:(t=t.slice(2).replace(/Once$/,""),Q(e,t[0].toLowerCase()+t.slice(1))||Q(e,dt(t))||Q(e,t))}function Zs(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[o],slots:i,attrs:l,emit:a,render:h,renderCache:c,props:f,data:g,setupState:d,ctx:y,inheritAttrs:m}=e,I=_s(e);let R,M;try{if(s.shapeFlag&4){const b=r||n,T=b;R=Ee(h.call(T,b,c,f,d,g,y)),M=l}else{const b=t;R=Ee(b.length>1?b(f,{attrs:l,slots:i,emit:a}):b(f,null)),M=t.props?l:Nc(l)}}catch(b){Ut.length=0,Mt(b,e,1),R=ce(Ve)}let _=R;if(M&&m!==!1){const b=Object.keys(M),{shapeFlag:T}=_;b.length&&T&7&&(o&&b.some(Pn)&&(M=jc(M,o)),_=kt(_,M,!1,!0))}return s.dirs&&(_=kt(_,null,!1,!0),_.dirs=_.dirs?_.dirs.concat(s.dirs):s.dirs),s.transition&&Bn(_,s.transition),R=_,_s(I),R}function Lc(e,t=!0){let s;for(let n=0;n<e.length;n++){const r=e[n];if(Gt(r)){if(r.type!==Ve||r.children==="v-if"){if(s)return;s=r}}else return}return s}const Nc=e=>{let t;for(const s in e)(s==="class"||s==="style"||Yt(s))&&((t||(t={}))[s]=e[s]);return t},jc=(e,t)=>{const s={};for(const n in e)(!Pn(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function Fc(e,t,s){const{props:n,children:r,component:o}=e,{props:i,children:l,patchFlag:a}=t,h=o.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&a>=0){if(a&1024)return!0;if(a&16)return n?xr(n,i,h):!!i;if(a&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const g=c[f];if(i[g]!==n[g]&&!js(h,g))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:n===i?!1:n?i?xr(n,i,h):!0:!!i;return!1}function xr(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const o=n[r];if(t[o]!==e[o]&&!js(s,o))return!0}return!1}function Fs({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=s,t=t.parent;else break}}const ri={},oi=()=>Object.create(ri),ii=e=>Object.getPrototypeOf(e)===ri;function $c(e,t,s,n=!1){const r={},o=oi();e.propsDefaults=Object.create(null),li(e,t,r,o);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);s?e.props=n?r:_t(r):e.type.props?e.props=r:e.props=o,e.attrs=o}function Dc(e,t,s,n){const{props:r,attrs:o,vnode:{patchFlag:i}}=e,l=X(r),[a]=e.propsOptions;let h=!1;if((n||i>0)&&!(i&16)){if(i&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let g=c[f];if(js(e.emitsOptions,g))continue;const d=t[g];if(a)if(Q(o,g))d!==o[g]&&(o[g]=d,h=!0);else{const y=Re(g);r[y]=yn(a,l,y,d,e,!1)}else d!==o[g]&&(o[g]=d,h=!0)}}}else{li(e,t,r,o)&&(h=!0);let c;for(const f in l)(!t||!Q(t,f)&&((c=dt(f))===f||!Q(t,c)))&&(a?s&&(s[f]!==void 0||s[c]!==void 0)&&(r[f]=yn(a,l,f,void 0,e,!0)):delete r[f]);if(o!==l)for(const f in o)(!t||!Q(t,f))&&(delete o[f],h=!0)}h&&De(e.attrs,"set","")}function li(e,t,s,n){const[r,o]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(Tt(a))continue;const h=t[a];let c;r&&Q(r,c=Re(a))?!o||!o.includes(c)?s[c]=h:(l||(l={}))[c]=h:js(e.emitsOptions,a)||(!(a in n)||h!==n[a])&&(n[a]=h,i=!0)}if(o){const a=X(s),h=l||te;for(let c=0;c<o.length;c++){const f=o[c];s[f]=yn(r,a,f,h[f],e,!Q(h,f))}}return i}function yn(e,t,s,n,r,o){const i=e[s];if(i!=null){const l=Q(i,"default");if(l&&n===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&D(a)){const{propsDefaults:h}=r;if(s in h)n=h[s];else{const c=zt(r);n=h[s]=a.call(null,t),c()}}else n=a;r.ce&&r.ce._setProp(s,n)}i[0]&&(o&&!l?n=!1:i[1]&&(n===""||n===dt(s))&&(n=!0))}return n}const Uc=new WeakMap;function ci(e,t,s=!1){const n=s?Uc:t.propsCache,r=n.get(e);if(r)return r;const o=e.props,i={},l=[];let a=!1;if(!D(e)){const c=f=>{a=!0;const[g,d]=ci(f,t,!0);he(i,g),d&&l.push(...d)};!s&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!o&&!a)return se(e)&&n.set(e,wt),wt;if(B(o))for(let c=0;c<o.length;c++){const f=Re(o[c]);Sr(f)&&(i[f]=te)}else if(o)for(const c in o){const f=Re(c);if(Sr(f)){const g=o[c],d=i[f]=B(g)||D(g)?{type:g}:he({},g),y=d.type;let m=!1,I=!0;if(B(y))for(let R=0;R<y.length;++R){const M=y[R],_=D(M)&&M.name;if(_==="Boolean"){m=!0;break}else _==="String"&&(I=!1)}else m=D(y)&&y.name==="Boolean";d[0]=m,d[1]=I,(m||Q(d,"default"))&&l.push(f)}}const h=[i,l];return se(e)&&n.set(e,h),h}function Sr(e){return e[0]!=="$"&&!Tt(e)}const Kn=e=>e==="_"||e==="_ctx"||e==="$stable",Jn=e=>B(e)?e.map(Ee):[Ee(e)],Bc=(e,t,s)=>{if(t._n)return t;const n=Bo((...r)=>Jn(t(...r)),s);return n._c=!1,n},ai=(e,t,s)=>{const n=e._ctx;for(const r in e){if(Kn(r))continue;const o=e[r];if(D(o))t[r]=Bc(r,o,n);else if(o!=null){const i=Jn(o);t[r]=()=>i}}},fi=(e,t)=>{const s=Jn(t);e.slots.default=()=>s},ui=(e,t,s)=>{for(const n in t)(s||!Kn(n))&&(e[n]=t[n])},Wc=(e,t,s)=>{const n=e.slots=oi();if(e.vnode.shapeFlag&32){const r=t._;r?(ui(n,t,s),s&&go(n,"_",r,!0)):ai(t,n)}else t&&fi(e,t)},qc=(e,t,s)=>{const{vnode:n,slots:r}=e;let o=!0,i=te;if(n.shapeFlag&32){const l=t._;l?s&&l===1?o=!1:ui(r,t,s):(o=!t.$stable,ai(t,r)),i=t}else t&&(fi(e,t),i={default:1});if(o)for(const l in r)!Kn(l)&&i[l]==null&&delete r[l]},_e=bi;function Vc(e){return di(e)}function Kc(e){return di(e,dc)}function di(e,t){const s=Os();s.__VUE__=!0;const{insert:n,remove:r,patchProp:o,createElement:i,createText:l,createComment:a,setText:h,setElementText:c,parentNode:f,nextSibling:g,setScopeId:d=Le,insertStaticContent:y}=e,m=(u,p,w,S=null,v=null,E=null,k=void 0,A=null,C=!!p.dynamicChildren)=>{if(u===p)return;u&&!ze(u,p)&&(S=es(u),Me(u,v,E,!0),u=null),p.patchFlag===-2&&(C=!1,p.dynamicChildren=null);const{type:x,ref:F,shapeFlag:P}=p;switch(x){case ft:I(u,p,w,S);break;case Ve:R(u,p,w,S);break;case as:u==null&&M(p,w,S,k);break;case Se:J(u,p,w,S,v,E,k,A,C);break;default:P&1?T(u,p,w,S,v,E,k,A,C):P&6?Y(u,p,w,S,v,E,k,A,C):(P&64||P&128)&&x.process(u,p,w,S,v,E,k,A,C,ht)}F!=null&&v?St(F,u&&u.ref,E,p||u,!p):F==null&&u&&u.ref!=null&&St(u.ref,null,E,u,!0)},I=(u,p,w,S)=>{if(u==null)n(p.el=l(p.children),w,S);else{const v=p.el=u.el;p.children!==u.children&&h(v,p.children)}},R=(u,p,w,S)=>{u==null?n(p.el=a(p.children||""),w,S):p.el=u.el},M=(u,p,w,S)=>{[u.el,u.anchor]=y(u.children,p,w,S,u.el,u.anchor)},_=({el:u,anchor:p},w,S)=>{let v;for(;u&&u!==p;)v=g(u),n(u,w,S),u=v;n(p,w,S)},b=({el:u,anchor:p})=>{let w;for(;u&&u!==p;)w=g(u),r(u),u=w;r(p)},T=(u,p,w,S,v,E,k,A,C)=>{if(p.type==="svg"?k="svg":p.type==="math"&&(k="mathml"),u==null)O(p,w,S,v,E,k,A,C);else{const x=u.el&&u.el._isVueCE?u.el:null;try{x&&x._beginPatch(),q(u,p,v,E,k,A,C)}finally{x&&x._endPatch()}}},O=(u,p,w,S,v,E,k,A)=>{let C,x;const{props:F,shapeFlag:P,transition:N,dirs:U}=u;if(C=u.el=i(u.type,E,F&&F.is,F),P&8?c(C,u.children):P&16&&W(u.children,C,null,S,v,en(u,E),k,A),U&&Ie(u,null,S,"created"),$(C,u,u.scopeId,k,S),F){for(const Z in F)Z!=="value"&&!Tt(Z)&&o(C,Z,null,F[Z],E,S);"value"in F&&o(C,"value",null,F.value,E),(x=F.onVnodeBeforeMount)&&xe(x,S,u)}U&&Ie(u,null,S,"beforeMount");const K=hi(v,N);K&&N.beforeEnter(C),n(C,p,w),((x=F&&F.onVnodeMounted)||K||U)&&_e(()=>{x&&xe(x,S,u),K&&N.enter(C),U&&Ie(u,null,S,"mounted")},v)},$=(u,p,w,S,v)=>{if(w&&d(u,w),S)for(let E=0;E<S.length;E++)d(u,S[E]);if(v){let E=v.subTree;if(p===E||mi(E.type)&&(E.ssContent===p||E.ssFallback===p)){const k=v.vnode;$(u,k,k.scopeId,k.slotScopeIds,v.parent)}}},W=(u,p,w,S,v,E,k,A,C=0)=>{for(let x=C;x<u.length;x++){const F=u[x]=A?Ye(u[x]):Ee(u[x]);m(null,F,p,w,S,v,E,k,A)}},q=(u,p,w,S,v,E,k)=>{const A=p.el=u.el;let{patchFlag:C,dynamicChildren:x,dirs:F}=p;C|=u.patchFlag&16;const P=u.props||te,N=p.props||te;let U;if(w&&nt(w,!1),(U=N.onVnodeBeforeUpdate)&&xe(U,w,p,u),F&&Ie(p,u,w,"beforeUpdate"),w&&nt(w,!0),(P.innerHTML&&N.innerHTML==null||P.textContent&&N.textContent==null)&&c(A,""),x?L(u.dynamicChildren,x,A,w,S,en(p,v),E):k||H(u,p,A,null,w,S,en(p,v),E,!1),C>0){if(C&16)G(A,P,N,w,v);else if(C&2&&P.class!==N.class&&o(A,"class",null,N.class,v),C&4&&o(A,"style",P.style,N.style,v),C&8){const K=p.dynamicProps;for(let Z=0;Z<K.length;Z++){const z=K[Z],me=P[z],ue=N[z];(ue!==me||z==="value")&&o(A,z,me,ue,v,w)}}C&1&&u.children!==p.children&&c(A,p.children)}else!k&&x==null&&G(A,P,N,w,v);((U=N.onVnodeUpdated)||F)&&_e(()=>{U&&xe(U,w,p,u),F&&Ie(p,u,w,"updated")},S)},L=(u,p,w,S,v,E,k)=>{for(let A=0;A<p.length;A++){const C=u[A],x=p[A],F=C.el&&(C.type===Se||!ze(C,x)||C.shapeFlag&198)?f(C.el):w;m(C,x,F,null,S,v,E,k,!0)}},G=(u,p,w,S,v)=>{if(p!==w){if(p!==te)for(const E in p)!Tt(E)&&!(E in w)&&o(u,E,p[E],null,v,S);for(const E in w){if(Tt(E))continue;const k=w[E],A=p[E];k!==A&&E!=="value"&&o(u,E,A,k,v,S)}"value"in w&&o(u,"value",p.value,w.value,v)}},J=(u,p,w,S,v,E,k,A,C)=>{const x=p.el=u?u.el:l(""),F=p.anchor=u?u.anchor:l("");let{patchFlag:P,dynamicChildren:N,slotScopeIds:U}=p;U&&(A=A?A.concat(U):U),u==null?(n(x,w,S),n(F,w,S),W(p.children||[],w,F,v,E,k,A,C)):P>0&&P&64&&N&&u.dynamicChildren&&u.dynamicChildren.length===N.length?(L(u.dynamicChildren,N,w,v,E,k,A),(p.key!=null||v&&p===v.subTree)&&pi(u,p,!0)):H(u,p,w,F,v,E,k,A,C)},Y=(u,p,w,S,v,E,k,A,C)=>{p.slotScopeIds=A,u==null?p.shapeFlag&512?v.ctx.activate(p,w,S,k,C):ie(p,w,S,v,E,k,C):ae(u,p,C)},ie=(u,p,w,S,v,E,k)=>{const A=u.component=oa(u,S,v);if(Vn(u)&&(A.ctx.renderer=ht),ia(A,!1,k),A.asyncDep){if(v&&v.registerDep(A,j,k),!u.el){const C=A.subTree=ce(Ve);R(null,C,p,w),u.placeholder=C.el}}else j(A,u,p,w,v,E,k)},ae=(u,p,w)=>{const S=p.component=u.component;if(Fc(u,p,w))if(S.asyncDep&&!S.asyncResolved){V(S,p,w);return}else S.next=p,S.update();else p.el=u.el,S.vnode=p},j=(u,p,w,S,v,E,k)=>{const A=()=>{if(u.isMounted){let{next:P,bu:N,u:U,parent:K,vnode:Z}=u;{const ve=gi(u);if(ve){P&&(P.el=Z.el,V(u,P,k)),ve.asyncDep.then(()=>{u.isUnmounted||A()});return}}let z=P,me;nt(u,!1),P?(P.el=Z.el,V(u,P,k)):P=Z,N&&Ks(N),(me=P.props&&P.props.onVnodeBeforeUpdate)&&xe(me,K,P,Z),nt(u,!0);const ue=Zs(u),Ae=u.subTree;u.subTree=ue,m(Ae,ue,f(Ae.el),es(Ae),u,v,E),P.el=ue.el,z===null&&Fs(u,ue.el),U&&_e(U,v),(me=P.props&&P.props.onVnodeUpdated)&&_e(()=>xe(me,K,P,Z),v)}else{let P;const{el:N,props:U}=p,{bm:K,m:Z,parent:z,root:me,type:ue}=u,Ae=Ct(p);if(nt(u,!1),K&&Ks(K),!Ae&&(P=U&&U.onVnodeBeforeMount)&&xe(P,z,p),nt(u,!0),N&&qs){const ve=()=>{u.subTree=Zs(u),qs(N,u.subTree,u,v,null)};Ae&&ue.__asyncHydrate?ue.__asyncHydrate(N,u,ve):ve()}else{me.ce&&me.ce._def.shadowRoot!==!1&&me.ce._injectChildStyle(ue);const ve=u.subTree=Zs(u);m(null,ve,w,S,u,v,E),p.el=ve.el}if(Z&&_e(Z,v),!Ae&&(P=U&&U.onVnodeMounted)){const ve=p;_e(()=>xe(P,z,ve),v)}(p.shapeFlag&256||z&&Ct(z.vnode)&&z.vnode.shapeFlag&256)&&u.a&&_e(u.a,v),u.isMounted=!0,p=w=S=null}};u.scope.on();const C=u.effect=new vo(A);u.scope.off();const x=u.update=C.run.bind(C),F=u.job=C.runIfDirty.bind(C);F.i=u,F.id=u.uid,C.scheduler=()=>$n(F),nt(u,!0),x()},V=(u,p,w)=>{p.component=u;const S=u.vnode.props;u.vnode=p,u.next=null,Dc(u,p.props,S,w),qc(u,p.children,w),Ue(),pr(u),Be()},H=(u,p,w,S,v,E,k,A,C=!1)=>{const x=u&&u.children,F=u?u.shapeFlag:0,P=p.children,{patchFlag:N,shapeFlag:U}=p;if(N>0){if(N&128){Zt(x,P,w,S,v,E,k,A,C);return}else if(N&256){ne(x,P,w,S,v,E,k,A,C);return}}U&8?(F&16&&Ht(x,v,E),P!==x&&c(w,P)):F&16?U&16?Zt(x,P,w,S,v,E,k,A,C):Ht(x,v,E,!0):(F&8&&c(w,""),U&16&&W(P,w,S,v,E,k,A,C))},ne=(u,p,w,S,v,E,k,A,C)=>{u=u||wt,p=p||wt;const x=u.length,F=p.length,P=Math.min(x,F);let N;for(N=0;N<P;N++){const U=p[N]=C?Ye(p[N]):Ee(p[N]);m(u[N],U,w,null,v,E,k,A,C)}x>F?Ht(u,v,E,!0,!1,P):W(p,w,S,v,E,k,A,C,P)},Zt=(u,p,w,S,v,E,k,A,C)=>{let x=0;const F=p.length;let P=u.length-1,N=F-1;for(;x<=P&&x<=N;){const U=u[x],K=p[x]=C?Ye(p[x]):Ee(p[x]);if(ze(U,K))m(U,K,w,null,v,E,k,A,C);else break;x++}for(;x<=P&&x<=N;){const U=u[P],K=p[N]=C?Ye(p[N]):Ee(p[N]);if(ze(U,K))m(U,K,w,null,v,E,k,A,C);else break;P--,N--}if(x>P){if(x<=N){const U=N+1,K=U<F?p[U].el:S;for(;x<=N;)m(null,p[x]=C?Ye(p[x]):Ee(p[x]),w,K,v,E,k,A,C),x++}}else if(x>N)for(;x<=P;)Me(u[x],v,E,!0),x++;else{const U=x,K=x,Z=new Map;for(x=K;x<=N;x++){const Te=p[x]=C?Ye(p[x]):Ee(p[x]);Te.key!=null&&Z.set(Te.key,x)}let z,me=0;const ue=N-K+1;let Ae=!1,ve=0;const It=new Array(ue);for(x=0;x<ue;x++)It[x]=0;for(x=U;x<=P;x++){const Te=u[x];if(me>=ue){Me(Te,v,E,!0);continue}let Oe;if(Te.key!=null)Oe=Z.get(Te.key);else for(z=K;z<=N;z++)if(It[z-K]===0&&ze(Te,p[z])){Oe=z;break}Oe===void 0?Me(Te,v,E,!0):(It[Oe-K]=x+1,Oe>=ve?ve=Oe:Ae=!0,m(Te,p[Oe],w,null,v,E,k,A,C),me++)}const lr=Ae?Jc(It):wt;for(z=lr.length-1,x=ue-1;x>=0;x--){const Te=K+x,Oe=p[Te],cr=p[Te+1],ar=Te+1<F?cr.el||yi(cr):S;It[x]===0?m(null,Oe,w,ar,v,E,k,A,C):Ae&&(z<0||x!==lr[z]?st(Oe,w,ar,2):z--)}}},st=(u,p,w,S,v=null)=>{const{el:E,type:k,transition:A,children:C,shapeFlag:x}=u;if(x&6){st(u.component.subTree,p,w,S);return}if(x&128){u.suspense.move(p,w,S);return}if(x&64){k.move(u,p,w,ht);return}if(k===Se){n(E,p,w);for(let P=0;P<C.length;P++)st(C[P],p,w,S);n(u.anchor,p,w);return}if(k===as){_(u,p,w);return}if(S!==2&&x&1&&A)if(S===0)A.beforeEnter(E),n(E,p,w),_e(()=>A.enter(E),v);else{const{leave:P,delayLeave:N,afterLeave:U}=A,K=()=>{u.ctx.isUnmounted?r(E):n(E,p,w)},Z=()=>{E._isLeaving&&E[ac](!0),P(E,()=>{K(),U&&U()})};N?N(E,K,Z):Z()}else n(E,p,w)},Me=(u,p,w,S=!1,v=!1)=>{const{type:E,props:k,ref:A,children:C,dynamicChildren:x,shapeFlag:F,patchFlag:P,dirs:N,cacheIndex:U}=u;if(P===-2&&(v=!1),A!=null&&(Ue(),St(A,null,w,u,!0),Be()),U!=null&&(p.renderCache[U]=void 0),F&256){p.ctx.deactivate(u);return}const K=F&1&&N,Z=!Ct(u);let z;if(Z&&(z=k&&k.onVnodeBeforeUnmount)&&xe(z,p,u),F&6)cl(u.component,w,S);else{if(F&128){u.suspense.unmount(w,S);return}K&&Ie(u,null,p,"beforeUnmount"),F&64?u.type.remove(u,p,w,ht,S):x&&!x.hasOnce&&(E!==Se||P>0&&P&64)?Ht(x,p,w,!1,!0):(E===Se&&P&384||!v&&F&16)&&Ht(C,p,w),S&&or(u)}(Z&&(z=k&&k.onVnodeUnmounted)||K)&&_e(()=>{z&&xe(z,p,u),K&&Ie(u,null,p,"unmounted")},w)},or=u=>{const{type:p,el:w,anchor:S,transition:v}=u;if(p===Se){ll(w,S);return}if(p===as){b(u);return}const E=()=>{r(w),v&&!v.persisted&&v.afterLeave&&v.afterLeave()};if(u.shapeFlag&1&&v&&!v.persisted){const{leave:k,delayLeave:A}=v,C=()=>k(w,E);A?A(u.el,E,C):C()}else E()},ll=(u,p)=>{let w;for(;u!==p;)w=g(u),r(u),u=w;r(p)},cl=(u,p,w)=>{const{bum:S,scope:v,job:E,subTree:k,um:A,m:C,a:x}=u;Cr(C),Cr(x),S&&Ks(S),v.stop(),E&&(E.flags|=8,Me(k,u,p,w)),A&&_e(A,p),_e(()=>{u.isUnmounted=!0},p)},Ht=(u,p,w,S=!1,v=!1,E=0)=>{for(let k=E;k<u.length;k++)Me(u[k],p,w,S,v)},es=u=>{if(u.shapeFlag&6)return es(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const p=g(u.anchor||u.el),w=p&&p[lc];return w?g(w):p};let Bs=!1;const ir=(u,p,w)=>{let S;u==null?p._vnode&&(Me(p._vnode,null,null,!0),S=p._vnode.component):m(p._vnode||null,u,p,null,null,null,w),p._vnode=u,Bs||(Bs=!0,pr(S),ms(),Bs=!1)},ht={p:m,um:Me,m:st,r:or,mt:ie,mc:W,pc:H,pbc:L,n:es,o:e};let Ws,qs;return t&&([Ws,qs]=t(ht)),{render:ir,hydrate:Ws,createApp:Mc(ir,Ws)}}function en({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function nt({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function hi(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function pi(e,t,s=!1){const n=e.children,r=t.children;if(B(n)&&B(r))for(let o=0;o<n.length;o++){const i=n[o];let l=r[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[o]=Ye(r[o]),l.el=i.el),!s&&l.patchFlag!==-2&&pi(i,l)),l.type===ft&&(l.patchFlag!==-1?l.el=i.el:l.__elIndex=o+(e.type===Se?1:0)),l.type===Ve&&!l.el&&(l.el=i.el)}}function Jc(e){const t=e.slice(),s=[0];let n,r,o,i,l;const a=e.length;for(n=0;n<a;n++){const h=e[n];if(h!==0){if(r=s[s.length-1],e[r]<h){t[n]=r,s.push(n);continue}for(o=0,i=s.length-1;o<i;)l=o+i>>1,e[s[l]]<h?o=l+1:i=l;h<e[s[o]]&&(o>0&&(t[n]=s[o-1]),s[o]=n)}}for(o=s.length,i=s[o-1];o-- >0;)s[o]=i,i=t[i];return s}function gi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:gi(t)}function Cr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function yi(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?yi(t.subTree):null}const mi=e=>e.__isSuspense;let mn=0;const Gc={name:"Suspense",__isSuspense:!0,process(e,t,s,n,r,o,i,l,a,h){if(e==null)Yc(t,s,n,r,o,i,l,a,h);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}Qc(e,t,s,n,r,i,l,a,h)}},hydrate:zc,normalize:Zc},Xc=Gc;function Jt(e,t){const s=e.props&&e.props[t];D(s)&&s()}function Yc(e,t,s,n,r,o,i,l,a){const{p:h,o:{createElement:c}}=a,f=c("div"),g=e.suspense=_i(e,r,n,t,f,s,o,i,l,a);h(null,g.pendingBranch=e.ssContent,f,null,n,g,o,i),g.deps>0?(Jt(e,"onPending"),Jt(e,"onFallback"),h(null,e.ssFallback,t,s,n,null,o,i),Rt(g,e.ssFallback)):g.resolve(!1,!0)}function Qc(e,t,s,n,r,o,i,l,{p:a,um:h,o:{createElement:c}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const g=t.ssContent,d=t.ssFallback,{activeBranch:y,pendingBranch:m,isInFallback:I,isHydrating:R}=f;if(m)f.pendingBranch=g,ze(m,g)?(a(m,g,f.hiddenContainer,null,r,f,o,i,l),f.deps<=0?f.resolve():I&&(R||(a(y,d,s,n,r,null,o,i,l),Rt(f,d)))):(f.pendingId=mn++,R?(f.isHydrating=!1,f.activeBranch=m):h(m,r,f),f.deps=0,f.effects.length=0,f.hiddenContainer=c("div"),I?(a(null,g,f.hiddenContainer,null,r,f,o,i,l),f.deps<=0?f.resolve():(a(y,d,s,n,r,null,o,i,l),Rt(f,d))):y&&ze(y,g)?(a(y,g,s,n,r,f,o,i,l),f.resolve(!0)):(a(null,g,f.hiddenContainer,null,r,f,o,i,l),f.deps<=0&&f.resolve()));else if(y&&ze(y,g))a(y,g,s,n,r,f,o,i,l),Rt(f,g);else if(Jt(t,"onPending"),f.pendingBranch=g,g.shapeFlag&512?f.pendingId=g.component.suspenseId:f.pendingId=mn++,a(null,g,f.hiddenContainer,null,r,f,o,i,l),f.deps<=0)f.resolve();else{const{timeout:M,pendingId:_}=f;M>0?setTimeout(()=>{f.pendingId===_&&f.fallback(d)},M):M===0&&f.fallback(d)}}function _i(e,t,s,n,r,o,i,l,a,h,c=!1){const{p:f,m:g,um:d,n:y,o:{parentNode:m,remove:I}}=h;let R;const M=ea(e);M&&t&&t.pendingBranch&&(R=t.pendingId,t.deps++);const _=e.props?pl(e.props.timeout):void 0,b=o,T={vnode:e,parent:t,parentComponent:s,namespace:i,container:n,hiddenContainer:r,deps:0,pendingId:mn++,timeout:typeof _=="number"?_:-1,activeBranch:null,pendingBranch:null,isInFallback:!c,isHydrating:c,isUnmounted:!1,effects:[],resolve(O=!1,$=!1){const{vnode:W,activeBranch:q,pendingBranch:L,pendingId:G,effects:J,parentComponent:Y,container:ie,isInFallback:ae}=T;let j=!1;T.isHydrating?T.isHydrating=!1:O||(j=q&&L.transition&&L.transition.mode==="out-in",j&&(q.transition.afterLeave=()=>{G===T.pendingId&&(g(L,ie,o===b?y(q):o,0),dn(J),ae&&W.ssFallback&&(W.ssFallback.el=null))}),q&&(m(q.el)===ie&&(o=y(q)),d(q,Y,T,!0),!j&&ae&&W.ssFallback&&_e(()=>W.ssFallback.el=null,T)),j||g(L,ie,o,0)),Rt(T,L),T.pendingBranch=null,T.isInFallback=!1;let V=T.parent,H=!1;for(;V;){if(V.pendingBranch){V.effects.push(...J),H=!0;break}V=V.parent}!H&&!j&&dn(J),T.effects=[],M&&t&&t.pendingBranch&&R===t.pendingId&&(t.deps--,t.deps===0&&!$&&t.resolve()),Jt(W,"onResolve")},fallback(O){if(!T.pendingBranch)return;const{vnode:$,activeBranch:W,parentComponent:q,container:L,namespace:G}=T;Jt($,"onFallback");const J=y(W),Y=()=>{T.isInFallback&&(f(null,O,L,J,q,null,G,l,a),Rt(T,O))},ie=O.transition&&O.transition.mode==="out-in";ie&&(W.transition.afterLeave=Y),T.isInFallback=!0,d(W,q,null,!0),ie||Y()},move(O,$,W){T.activeBranch&&g(T.activeBranch,O,$,W),T.container=O},next(){return T.activeBranch&&y(T.activeBranch)},registerDep(O,$,W){const q=!!T.pendingBranch;q&&T.deps++;const L=O.vnode.el;O.asyncDep.catch(G=>{Mt(G,O,0)}).then(G=>{if(O.isUnmounted||T.isUnmounted||T.pendingId!==O.suspenseId)return;O.asyncResolved=!0;const{vnode:J}=O;bn(O,G),L&&(J.el=L);const Y=!L&&O.subTree.el;$(O,J,m(L||O.subTree.el),L?null:y(O.subTree),T,i,W),Y&&(J.placeholder=null,I(Y)),Fs(O,J.el),q&&--T.deps===0&&T.resolve()})},unmount(O,$){T.isUnmounted=!0,T.activeBranch&&d(T.activeBranch,s,O,$),T.pendingBranch&&d(T.pendingBranch,s,O,$)}};return T}function zc(e,t,s,n,r,o,i,l,a){const h=t.suspense=_i(t,n,s,e.parentNode,document.createElement("div"),null,r,o,i,l,!0),c=a(e,h.pendingBranch=t.ssContent,s,h,o,i);return h.deps===0&&h.resolve(!1,!0),c}function Zc(e){const{shapeFlag:t,children:s}=e,n=t&32;e.ssContent=Rr(n?s.default:s),e.ssFallback=n?Rr(s.fallback):ce(Ve)}function Rr(e){let t;if(D(e)){const s=At&&e._c;s&&(e._d=!1,$e()),e=e(),s&&(e._d=!0,t=we,wi())}return B(e)&&(e=Lc(e)),e=Ee(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(s=>s!==e)),e}function bi(e,t){t&&t.pendingBranch?B(e)?t.effects.push(...e):t.effects.push(e):dn(e)}function Rt(e,t){e.activeBranch=t;const{vnode:s,parentComponent:n}=e;let r=t.el;for(;!r&&t.component;)t=t.component.subTree,r=t.el;s.el=r,n&&n.subTree===s&&(n.vnode.el=r,Fs(n,r))}function ea(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const Se=Symbol.for("v-fgt"),ft=Symbol.for("v-txt"),Ve=Symbol.for("v-cmt"),as=Symbol.for("v-stc"),Ut=[];let we=null;function $e(e=!1){Ut.push(we=e?null:[])}function wi(){Ut.pop(),we=Ut[Ut.length-1]||null}let At=1;function vs(e,t=!1){At+=e,e<0&&we&&t&&(we.hasOnce=!0)}function vi(e){return e.dynamicChildren=At>0?we||wt:null,wi(),At>0&&we&&we.push(e),e}function Ti(e,t,s,n,r,o){return vi(xi(e,t,s,n,r,o,!0))}function mt(e,t,s,n,r){return vi(ce(e,t,s,n,r,!0))}function Gt(e){return e?e.__v_isVNode===!0:!1}function ze(e,t){return e.type===t.type&&e.key===t.key}const Ei=({key:e})=>e??null,fs=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?re(e)||oe(e)||D(e)?{i:ke,r:e,k:t,f:!!s}:e:null);function xi(e,t=null,s=null,n=0,r=null,o=e===Se?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ei(t),ref:t&&fs(t),scopeId:Uo,slotScopeIds:null,children:s,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:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:ke};return l?(Gn(a,s),o&128&&e.normalize(a)):s&&(a.shapeFlag|=re(s)?8:16),At>0&&!i&&we&&(a.patchFlag>0||o&6)&&a.patchFlag!==32&&we.push(a),a}const ce=ta;function ta(e,t=null,s=null,n=0,r=null,o=!1){if((!e||e===zo)&&(e=Ve),Gt(e)){const l=kt(e,t,!0);return s&&Gn(l,s),At>0&&!o&&we&&(l.shapeFlag&6?we[we.indexOf(e)]=l:we.push(l)),l.patchFlag=-2,l}if(ua(e)&&(e=e.__vccOpts),t){t=Si(t);let{class:l,style:a}=t;l&&!re(l)&&(t.class=Is(l)),se(a)&&(Ls(a)&&!B(a)&&(a=he({},a)),t.style=Hs(a))}const i=re(e)?1:mi(e)?128:cc(e)?64:se(e)?4:D(e)?2:0;return xi(e,t,s,n,r,i,o,!0)}function Si(e){return e?Ls(e)||ii(e)?he({},e):e:null}function kt(e,t,s=!1,n=!1){const{props:r,ref:o,patchFlag:i,children:l,transition:a}=e,h=t?sa(r||{},t):r,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Ei(h),ref:t&&t.ref?s&&o?B(o)?o.concat(fs(t)):[o,fs(t)]:fs(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&&kt(e.ssContent),ssFallback:e.ssFallback&&kt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&Bn(c,a.clone(c)),c}function Ci(e=" ",t=0){return ce(ft,null,e,t)}function Ee(e){return e==null||typeof e=="boolean"?ce(Ve):B(e)?ce(Se,null,e.slice()):Gt(e)?Ye(e):ce(ft,null,String(e))}function Ye(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:kt(e)}function Gn(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(B(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),Gn(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!ii(t)?t._ctx=ke:r===3&&ke&&(ke.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else D(t)?(t={default:t,_ctx:ke},s=32):(t=String(t),n&64?(s=16,t=[Ci(t)]):s=8);e.children=t,e.shapeFlag|=s}function sa(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=Is([t.class,n.class]));else if(r==="style")t.style=Hs([t.style,n.style]);else if(Yt(r)){const o=t[r],i=n[r];i&&o!==i&&!(B(o)&&o.includes(i))&&(t[r]=o?[].concat(o,i):i)}else r!==""&&(t[r]=n[r])}return t}function xe(e,t,s,n=null){Ne(e,t,7,[s,n])}const na=si();let ra=0;function oa(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||na,o={uid:ra++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new bo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ci(n,r),emitsOptions:ni(n,r),emit:null,emitted:null,propsDefaults:te,inheritAttrs:n.inheritAttrs,ctx:te,data:te,props:te,attrs:te,slots:te,refs:te,setupState:te,setupContext:null,suspense:s,suspenseId:s?s.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=Hc.bind(null,o),e.ce&&e.ce(o),o}let fe=null;const $s=()=>fe||ke;let Ts,_n;{const e=Os(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),o=>{r.length>1?r.forEach(i=>i(o)):r[0](o)}};Ts=t("__VUE_INSTANCE_SETTERS__",s=>fe=s),_n=t("__VUE_SSR_SETTERS__",s=>Pt=s)}const zt=e=>{const t=fe;return Ts(e),e.scope.on(),()=>{e.scope.off(),Ts(t)}},Ar=()=>{fe&&fe.scope.off(),Ts(null)};function Ri(e){return e.vnode.shapeFlag&4}let Pt=!1;function ia(e,t=!1,s=!1){t&&_n(t);const{props:n,children:r}=e.vnode,o=Ri(e);$c(e,n,o,t),Wc(e,r,s||t);const i=o?la(e,t):void 0;return t&&_n(!1),i}function la(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,xc);const{setup:n}=s;if(n){Ue();const r=e.setupContext=n.length>1?aa(e):null,o=zt(e),i=Qt(n,e,0,[e.props,r]),l=uo(i);if(Be(),o(),(l||e.sp)&&!Ct(e)&&qn(e),l){if(i.then(Ar,Ar),t)return i.then(a=>{bn(e,a)}).catch(a=>{Mt(a,e,0)});e.asyncDep=i}else bn(e,i)}else Ai(e)}function bn(e,t,s){D(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:se(t)&&(e.setupState=No(t)),Ai(e)}function Ai(e,t,s){const n=e.type;e.render||(e.render=n.render||Le);{const r=zt(e);Ue();try{Sc(e)}finally{Be(),r()}}}const ca={get(e,t){return de(e,"get",""),e[t]}};function aa(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,ca),slots:e.slots,emit:e.emit,expose:t}}function Xn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(No(Wl(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in Dt)return Dt[s](e)},has(t,s){return s in t||s in Dt}})):e.proxy}function fa(e,t=!0){return D(e)?e.displayName||e.name:e.name||t&&e.__name}function ua(e){return D(e)&&"__vccOpts"in e}const ki=(e,t)=>zl(e,t,Pt);function da(e,t,s){try{vs(-1);const n=arguments.length;return n===2?se(t)&&!B(t)?Gt(t)?ce(e,null,[t]):ce(e,t):ce(e,null,t):(n>3?s=Array.prototype.slice.call(arguments,2):n===3&&Gt(s)&&(s=[s]),ce(e,t,s))}finally{vs(1)}}const ha="3.5.26";let wn;const kr=typeof window<"u"&&window.trustedTypes;if(kr)try{wn=kr.createPolicy("vue",{createHTML:e=>e})}catch{}const Pi=wn?e=>wn.createHTML(e):e=>e,pa="http://www.w3.org/2000/svg",ga="http://www.w3.org/1998/Math/MathML",Fe=typeof document<"u"?document:null,Pr=Fe&&Fe.createElement("template"),ya={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?Fe.createElementNS(pa,e):t==="mathml"?Fe.createElementNS(ga,e):s?Fe.createElement(e,{is:s}):Fe.createElement(e);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>Fe.createTextNode(e),createComment:e=>Fe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Fe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,o){const i=s?s.previousSibling:t.lastChild;if(r&&(r===o||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===o||!(r=r.nextSibling)););else{Pr.innerHTML=Pi(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=Pr.content;if(n==="svg"||n==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,s)}return[i?i.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},ma=Symbol("_vtc");function _a(e,t,s){const n=e[ma];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const Mr=Symbol("_vod"),ba=Symbol("_vsh"),wa=Symbol(""),va=/(?:^|;)\s*display\s*:/;function Ta(e,t,s){const n=e.style,r=re(s);let o=!1;if(s&&!r){if(t)if(re(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();s[l]==null&&us(n,l,"")}else for(const i in t)s[i]==null&&us(n,i,"");for(const i in s)i==="display"&&(o=!0),us(n,i,s[i])}else if(r){if(t!==s){const i=n[wa];i&&(s+=";"+i),n.cssText=s,o=va.test(s)}}else t&&e.removeAttribute("style");Mr in e&&(e[Mr]=o?n.display:"",e[ba]&&(n.display="none"))}const Or=/\s*!important$/;function us(e,t,s){if(B(s))s.forEach(n=>us(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=Ea(e,t);Or.test(s)?e.setProperty(dt(n),s.replace(Or,""),"important"):e[n]=s}}const Hr=["Webkit","Moz","ms"],tn={};function Ea(e,t){const s=tn[t];if(s)return s;let n=Re(t);if(n!=="filter"&&n in e)return tn[t]=n;n=Ms(n);for(let r=0;r<Hr.length;r++){const o=Hr[r]+n;if(o in e)return tn[t]=o}return t}const Ir="http://www.w3.org/1999/xlink";function Lr(e,t,s,n,r,o=vl(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(Ir,t.slice(6,t.length)):e.setAttributeNS(Ir,t,s):s==null||o&&!yo(s)?e.removeAttribute(t):e.setAttribute(t,o?"":tt(s)?String(s):s)}function Nr(e,t,s,n,r){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?Pi(s):s);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const l=o==="OPTION"?e.getAttribute("value")||"":e.value,a=s==null?e.type==="checkbox"?"on":"":String(s);(l!==a||!("_value"in e))&&(e.value=a),s==null&&e.removeAttribute(t),e._value=s;return}let i=!1;if(s===""||s==null){const l=typeof e[t];l==="boolean"?s=yo(s):s==null&&l==="string"?(s="",i=!0):l==="number"&&(s=0,i=!0)}try{e[t]=s}catch{}i&&e.removeAttribute(r||t)}function xa(e,t,s,n){e.addEventListener(t,s,n)}function Sa(e,t,s,n){e.removeEventListener(t,s,n)}const jr=Symbol("_vei");function Ca(e,t,s,n,r=null){const o=e[jr]||(e[jr]={}),i=o[t];if(n&&i)i.value=n;else{const[l,a]=Ra(t);if(n){const h=o[t]=Pa(n,r);xa(e,l,h,a)}else i&&(Sa(e,l,i,a),o[t]=void 0)}}const Fr=/(?:Once|Passive|Capture)$/;function Ra(e){let t;if(Fr.test(e)){t={};let n;for(;n=e.match(Fr);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):dt(e.slice(2)),t]}let sn=0;const Aa=Promise.resolve(),ka=()=>sn||(Aa.then(()=>sn=0),sn=Date.now());function Pa(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;Ne(Ma(n,s.value),t,5,[n])};return s.value=e,s.attached=ka(),s}function Ma(e,t){if(B(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const $r=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Oa=(e,t,s,n,r,o)=>{const i=r==="svg";t==="class"?_a(e,n,i):t==="style"?Ta(e,s,n):Yt(t)?Pn(t)||Ca(e,t,s,n,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ha(e,t,n,i))?(Nr(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Lr(e,t,n,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!re(n))?Nr(e,Re(t),n,o,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Lr(e,t,n,i))};function Ha(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&$r(t)&&D(s));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return $r(t)&&re(s)?!1:t in e}const Mi=he({patchProp:Oa},ya);let Bt,Dr=!1;function Ia(){return Bt||(Bt=Vc(Mi))}function La(){return Bt=Dr?Bt:Kc(Mi),Dr=!0,Bt}const Na=((...e)=>{const t=Ia().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=Hi(n);if(!r)return;const o=t._component;!D(o)&&!o.render&&!o.template&&(o.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const i=s(r,!1,Oi(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t}),ja=((...e)=>{const t=La().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=Hi(n);if(r)return s(r,!0,Oi(r))},t});function Oi(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Hi(e){return re(e)?document.querySelector(e):e}const Fa=/"(?:_|\\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*:/,$a=/"(?: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*:/,Da=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function Ua(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){Ba(e);return}return t}function Ba(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function Es(e,t={}){if(typeof e!="string")return e;if(e[0]==='"'&&e[e.length-1]==='"'&&e.indexOf("\\")===-1)return e.slice(1,-1);const s=e.trim();if(s.length<=9)switch(s.toLowerCase()){case"true":return!0;case"false":return!1;case"undefined":return;case"null":return null;case"nan":return Number.NaN;case"infinity":return Number.POSITIVE_INFINITY;case"-infinity":return Number.NEGATIVE_INFINITY}if(!Da.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(Fa.test(e)||$a.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,Ua)}return JSON.parse(e)}catch(n){if(t.strict)throw n;return e}}const Wa=/#/g,qa=/&/g,Va=/\//g,Ka=/=/g,Yn=/\+/g,Ja=/%5e/gi,Ga=/%60/gi,Xa=/%7c/gi,Ya=/%20/gi;function Qa(e){return encodeURI(""+e).replace(Xa,"|")}function vn(e){return Qa(typeof e=="string"?e:JSON.stringify(e)).replace(Yn,"%2B").replace(Ya,"+").replace(Wa,"%23").replace(qa,"%26").replace(Ga,"`").replace(Ja,"^").replace(Va,"%2F")}function nn(e){return vn(e).replace(Ka,"%3D")}function xs(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function za(e){return xs(e.replace(Yn," "))}function Za(e){return xs(e.replace(Yn," "))}function Qn(e=""){const t=Object.create(null);e[0]==="?"&&(e=e.slice(1));for(const s of e.split("&")){const n=s.match(/([^=]+)=?(.*)/)||[];if(n.length<2)continue;const r=za(n[1]);if(r==="__proto__"||r==="constructor")continue;const o=Za(n[2]||"");t[r]===void 0?t[r]=o:Array.isArray(t[r])?t[r].push(o):t[r]=[t[r],o]}return t}function ef(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(s=>`${nn(e)}=${vn(s)}`).join("&"):`${nn(e)}=${vn(t)}`:nn(e)}function Ii(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>ef(t,e[t])).filter(Boolean).join("&")}const tf=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,sf=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,nf=/^([/\\]\s*){2,}[^/\\]/,rf=/^[\s\0]*(blob|data|javascript|vbscript):$/i,of=/\/$|\/\?|\/#/,lf=/^\.?\//;function Ot(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?tf.test(e):sf.test(e)||(t.acceptRelative?nf.test(e):!1)}function cf(e){return!!e&&rf.test(e)}function Tn(e="",t){return t?of.test(e):e.endsWith("/")}function Li(e="",t){if(!t)return(Tn(e)?e.slice(0,-1):e)||"/";if(!Tn(e,!0))return e||"/";let s=e,n="";const r=e.indexOf("#");r!==-1&&(s=e.slice(0,r),n=e.slice(r));const[o,...i]=s.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+n}function En(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(Tn(e,!0))return e||"/";let s=e,n="";const r=e.indexOf("#");if(r!==-1&&(s=e.slice(0,r),n=e.slice(r),!s))return n;const[o,...i]=s.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+n}function af(e=""){return e.startsWith("/")}function Ur(e=""){return af(e)?e:"/"+e}function ff(e,t){if(ji(t)||Ot(e))return e;const s=Li(t);return e.startsWith(s)?e:Ds(s,e)}function uf(e,t){if(ji(t))return e;const s=Li(t);if(!e.startsWith(s))return e;const n=e.slice(s.length);return n[0]==="/"?n:"/"+n}function Ni(e,t){const s=Di(e),n={...Qn(s.search),...t};return s.search=Ii(n),Ui(s)}function ji(e){return!e||e==="/"}function df(e){return e&&e!=="/"}function Ds(e,...t){let s=e||"";for(const n of t.filter(r=>df(r)))if(s){const r=n.replace(lf,"");s=En(s)+r}else s=n;return s}function Fi(...e){const t=/\/(?!\/)/,s=e.filter(Boolean),n=[];let r=0;for(const i of s)if(!(!i||i==="/")){for(const[l,a]of i.split(t).entries())if(!(!a||a===".")){if(a===".."){if(n.length===1&&Ot(n[0]))continue;n.pop(),r--;continue}if(l===1&&n[n.length-1]?.endsWith(":/")){n[n.length-1]+="/"+a;continue}n.push(a),r++}}let o=n.join("/");return r>=0?s[0]?.startsWith("/")&&!o.startsWith("/")?o="/"+o:s[0]?.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*r)+o,s[s.length-1]?.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function hf(e,t,s={}){return s.trailingSlash||(e=En(e),t=En(t)),s.leadingSlash||(e=Ur(e),t=Ur(t)),s.encoding||(e=xs(e),t=xs(t)),e===t}const $i=Symbol.for("ufo:protocolRelative");function Di(e="",t){const s=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(s){const[,f,g=""]=s;return{protocol:f.toLowerCase(),pathname:g,href:f+g,auth:"",host:"",search:"",hash:""}}if(!Ot(e,{acceptRelative:!0}))return Br(e);const[,n="",r,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[];let[,i="",l=""]=o.match(/([^#/?]*)(.*)?/)||[];n==="file:"&&(l=l.replace(/\/(?=[A-Za-z]:)/,""));const{pathname:a,search:h,hash:c}=Br(l);return{protocol:n.toLowerCase(),auth:r?r.slice(0,Math.max(0,r.length-1)):"",host:i,pathname:a,search:h,hash:c,[$i]:!n}}function Br(e=""){const[t="",s="",n=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:s,hash:n}}function Ui(e){const t=e.pathname||"",s=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",n=e.hash||"",r=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[$i]?(e.protocol||"")+"//":"")+r+o+t+s+n}class pf extends Error{constructor(t,s){super(t,s),this.name="FetchError",s?.cause&&!this.cause&&(this.cause=s.cause)}}function gf(e){const t=e.error?.message||e.error?.toString()||"",s=e.request?.method||e.options?.method||"GET",n=e.request?.url||String(e.request)||"/",r=`[${s}] ${JSON.stringify(n)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"<no response>",i=`${r}: ${o}${t?` ${t}`:""}`,l=new pf(i,e.error?{cause:e.error}:void 0);for(const a of["request","options","response"])Object.defineProperty(l,a,{get(){return e[a]}});for(const[a,h]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(l,a,{get(){return e.response&&e.response[h]}});return l}const yf=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function Wr(e="GET"){return yf.has(e.toUpperCase())}function mf(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.buffer||e instanceof FormData||e instanceof URLSearchParams?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const _f=new Set(["image/svg","application/xml","application/xhtml","application/html"]),bf=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function wf(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return bf.test(t)?"json":t==="text/event-stream"?"stream":_f.has(t)||t.startsWith("text/")?"text":"blob"}function vf(e,t,s,n){const r=Tf(t?.headers??e?.headers,s?.headers,n);let o;return(s?.query||s?.params||t?.params||t?.query)&&(o={...s?.params,...s?.query,...t?.params,...t?.query}),{...s,...t,query:o,params:o,headers:r}}function Tf(e,t,s){if(!t)return new s(e);const n=new s(t);if(e)for(const[r,o]of Symbol.iterator in e||Array.isArray(e)?e:new s(e))n.set(r,o);return n}async function ls(e,t){if(t)if(Array.isArray(t))for(const s of t)await s(e);else await t(e)}const Ef=new Set([408,409,425,429,500,502,503,504]),xf=new Set([101,204,205,304]);function Bi(e={}){const{fetch:t=globalThis.fetch,Headers:s=globalThis.Headers,AbortController:n=globalThis.AbortController}=e;async function r(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=Wr(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):Ef.has(f))){const g=typeof l.options.retryDelay=="function"?l.options.retryDelay(l):l.options.retryDelay||0;return g>0&&await new Promise(d=>setTimeout(d,g)),o(l.request,{...l.options,retry:c-1})}}const h=gf(l);throw Error.captureStackTrace&&Error.captureStackTrace(h,o),h}const o=async function(a,h={}){const c={request:a,options:vf(a,h,e.defaults,s),response:void 0,error:void 0};if(c.options.method&&(c.options.method=c.options.method.toUpperCase()),c.options.onRequest&&(await ls(c,c.options.onRequest),c.options.headers instanceof s||(c.options.headers=new s(c.options.headers||{}))),typeof c.request=="string"&&(c.options.baseURL&&(c.request=ff(c.request,c.options.baseURL)),c.options.query&&(c.request=Ni(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&&Wr(c.options.method))if(mf(c.options.body)){const d=c.options.headers.get("content-type");typeof c.options.body!="string"&&(c.options.body=d==="application/x-www-form-urlencoded"?new URLSearchParams(c.options.body).toString():JSON.stringify(c.options.body)),d||c.options.headers.set("content-type","application/json"),c.options.headers.has("accept")||c.options.headers.set("accept","application/json")}else("pipeTo"in c.options.body&&typeof c.options.body.pipeTo=="function"||typeof c.options.body.pipe=="function")&&("duplex"in c.options||(c.options.duplex="half"));let f;if(!c.options.signal&&c.options.timeout){const d=new n;f=setTimeout(()=>{const y=new Error("[TimeoutError]: The operation was aborted due to timeout");y.name="TimeoutError",y.code=23,d.abort(y)},c.options.timeout),c.options.signal=d.signal}try{c.response=await t(c.request,c.options)}catch(d){return c.error=d,c.options.onRequestError&&await ls(c,c.options.onRequestError),await r(c)}finally{f&&clearTimeout(f)}if((c.response.body||c.response._bodyInit)&&!xf.has(c.response.status)&&c.options.method!=="HEAD"){const d=(c.options.parseResponse?"json":c.options.responseType)||wf(c.response.headers.get("content-type")||"");switch(d){case"json":{const y=await c.response.text(),m=c.options.parseResponse||Es;c.response._data=m(y);break}case"stream":{c.response._data=c.response.body||c.response._bodyInit;break}default:c.response._data=await c.response[d]()}}return c.options.onResponse&&await ls(c,c.options.onResponse),!c.options.ignoreResponseError&&c.response.status>=400&&c.response.status<600?(c.options.onResponseError&&await ls(c,c.options.onResponseError),await r(c)):c.response},i=async function(a,h){return(await o(a,h))._data};return i.raw=o,i.native=(...l)=>t(...l),i.create=(l={},a={})=>Bi({...e,...a,defaults:{...e.defaults,...a.defaults,...l}}),i}const Ss=(function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof globalThis<"u")return globalThis;throw new Error("unable to locate global object")})(),Sf=Ss.fetch?(...e)=>Ss.fetch(...e):()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!")),Cf=Ss.Headers,Rf=Ss.AbortController,Af=Bi({fetch:Sf,Headers:Cf,AbortController:Rf}),kf=Af,Pf=()=>window?.__NUXT__?.config||window?.useNuxtApp?.().payload?.config,zn=()=>Pf().app,Mf=()=>zn().baseURL,Of=()=>zn().buildAssetsDir,Zn=(...e)=>Fi(Wi(),Of(),...e),Wi=(...e)=>{const t=zn(),s=t.cdnURL||t.baseURL;return e.length?Fi(s,...e):s};globalThis.__buildAssetsURL=Zn,globalThis.__publicAssetsURL=Wi;globalThis.$fetch||(globalThis.$fetch=kf.create({baseURL:Mf()}));"global"in globalThis||(globalThis.global=globalThis);function xn(e,t={},s){for(const n in e){const r=e[n],o=s?`${s}:${n}`:n;typeof r=="object"&&r!==null?xn(r,t,o):typeof r=="function"&&(t[o]=r)}return t}const Hf={run:e=>e()},If=()=>Hf,qi=typeof console.createTask<"u"?console.createTask:If;function Lf(e,t){const s=t.shift(),n=qi(s);return e.reduce((r,o)=>r.then(()=>n.run(()=>o(...t))),Promise.resolve())}function Nf(e,t){const s=t.shift(),n=qi(s);return Promise.all(e.map(r=>n.run(()=>r(...t))))}function rn(e,t){for(const s of[...e])s(t)}class jf{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,s,n={}){if(!t||typeof s!="function")return()=>{};const r=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!n.allowDeprecated){let i=o.message;i||(i=`${r} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!s.name)try{Object.defineProperty(s,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(s),()=>{s&&(this.removeHook(t,s),s=void 0)}}hookOnce(t,s){let n,r=(...o)=>(typeof n=="function"&&n(),n=void 0,r=void 0,s(...o));return n=this.hook(t,r),n}removeHook(t,s){if(this._hooks[t]){const n=this._hooks[t].indexOf(s);n!==-1&&this._hooks[t].splice(n,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,s){this._deprecatedHooks[t]=typeof s=="string"?{to:s}:s;const n=this._hooks[t]||[];delete this._hooks[t];for(const r of n)this.hook(t,r)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const s in t)this.deprecateHook(s,t[s])}addHooks(t){const s=xn(t),n=Object.keys(s).map(r=>this.hook(r,s[r]));return()=>{for(const r of n.splice(0,n.length))r()}}removeHooks(t){const s=xn(t);for(const n in s)this.removeHook(n,s[n])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...s){return s.unshift(t),this.callHookWith(Lf,t,...s)}callHookParallel(t,...s){return s.unshift(t),this.callHookWith(Nf,t,...s)}callHookWith(t,s,...n){const r=this._before||this._after?{name:s,args:n,context:{}}:void 0;this._before&&rn(this._before,r);const o=t(s in this._hooks?[...this._hooks[s]]:[],n);return o instanceof Promise?o.finally(()=>{this._after&&r&&rn(this._after,r)}):(this._after&&r&&rn(this._after,r),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const s=this._before.indexOf(t);s!==-1&&this._before.splice(s,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const s=this._after.indexOf(t);s!==-1&&this._after.splice(s,1)}}}}function Vi(){return new jf}function Ff(e={}){let t,s=!1;const n=i=>{if(t&&t!==i)throw new Error("Context conflict")};let r;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?r=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(r){const i=r.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=o();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>o(),set:(i,l)=>{l||n(i),t=i,s=!0},unset:()=>{t=void 0,s=!1},call:(i,l)=>{n(i),t=i;try{return r?r.run(i,l):l()}finally{s||(t=void 0)}},async callAsync(i,l){t=i;const a=()=>{t=i},h=()=>t===i?a:void 0;Sn.add(h);try{const c=r?r.run(i,l):l();return s||(t=void 0),await c}finally{Sn.delete(h)}}}}function $f(e={}){const t={};return{get(s,n={}){return t[s]||(t[s]=Ff({...e,...n})),t[s]}}}const Cs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof globalThis<"u"?globalThis:typeof window<"u"?window:{},qr="__unctx__",Df=Cs[qr]||(Cs[qr]=$f()),Uf=(e,t={})=>Df.get(e,t),Vr="__unctx_async_handlers__",Sn=Cs[Vr]||(Cs[Vr]=new Set);function Ki(e){const t=[];for(const r of Sn){const o=r();o&&t.push(o)}const s=()=>{for(const r of t)r()};let n=e();return n&&typeof n=="object"&&"catch"in n&&(n=n.catch(r=>{throw s(),r})),[n,s]}const Kr={id:"__nuxt-loader"},md={componentName:"NuxtLink",prefetch:!0,prefetchOn:{visibility:!0}},Bf="#__nuxt",Ji="nuxt-app",Jr=36e5,Wf="vite:preloadError";function Gi(e=Ji){return Uf(e,{asyncContext:!1})}const qf="__nuxt_plugin";function Vf(e){let t=0;const s={_id:e.id||Ji||"nuxt-app",_scope:El(),provide:void 0,versions:{get nuxt(){return"4.2.2"},get vue(){return s.vueApp.version}},payload:_t({...e.ssrContext?.payload||{},data:_t({}),state:et({}),once:new Set,_errors:_t({})}),static:{data:{}},runWithContext(r){return s._scope.active&&!wo()?s._scope.run(()=>Gr(s,r)):Gr(s,r)},isHydrating:!0,deferHydration(){if(!s.isHydrating)return()=>{};t++;let r=!1;return()=>{if(!r&&(r=!0,t--,t===0))return s.isHydrating=!1,s.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:_t({}),_payloadRevivers:{},...e};{const r=window.__NUXT__;if(r)for(const o in r)switch(o){case"data":case"state":case"_errors":Object.assign(s.payload[o],r[o]);break;default:s.payload[o]=r[o]}}s.hooks=Vi(),s.hook=s.hooks.hook,s.callHook=s.hooks.callHook,s.provide=(r,o)=>{const i="$"+r;cs(s,i,o),cs(s.vueApp.config.globalProperties,i,o)},cs(s.vueApp,"$nuxt",s),cs(s.vueApp.config.globalProperties,"$nuxt",s);{window.addEventListener(Wf,o=>{s.callHook("app:chunkError",{error:o.payload}),o.payload.message.includes("Unable to preload CSS")&&o.preventDefault()}),window.useNuxtApp||=pe;const r=s.hook("app:error",(...o)=>{console.error("[nuxt] error caught during app initialization",...o)});s.hook("app:mounted",r)}const n=s.payload.config;return s.provide("config",n),s}function Kf(e,t){t.hooks&&e.hooks.addHooks(t.hooks)}async function Jf(e,t){if(typeof t=="function"){const{provide:s}=await e.runWithContext(()=>t(e))||{};if(s&&typeof s=="object")for(const n in s)e.provide(n,s[n])}}async function Gf(e,t){const s=new Set,n=[],r=[];let o,i=0;async function l(a){const h=a.dependsOn?.filter(c=>t.some(f=>f._name===c)&&!s.has(c))??[];if(h.length>0)n.push([new Set(h),a]);else{const c=Jf(e,a).then(async()=>{a._name&&(s.add(a._name),await Promise.all(n.map(async([f,g])=>{f.has(a._name)&&(f.delete(a._name),f.size===0&&(i++,await l(g)))})))}).catch(f=>{if(!a.parallel&&!e.payload.error)throw f;o||=f});a.parallel?r.push(c):await c}}for(const a of t)Kf(e,a);for(const a of t)await l(a);if(await Promise.all(r),i)for(let a=0;a<i;a++)await Promise.all(r);if(o)throw e.payload.error||o}function Je(e){if(typeof e=="function")return e;const t=e._name||e.name;return delete e.name,Object.assign(e.setup||(()=>{}),e,{[qf]:!0,_name:t})}function Gr(e,t,s){const n=()=>t();return Gi(e._id).set(e),e.vueApp.runWithContext(n)}function Xf(e){let t;return Dn()&&(t=$s()?.appContext.app.$nuxt),t||=Gi(e).tryUse(),t||null}function pe(e){const t=Xf(e);if(!t)throw new Error("[nuxt] instance unavailable");return t}function Xt(e){return pe().$config}function cs(e,t,s){Object.defineProperty(e,t,{get:()=>s})}function Yf(e,t){return{ctx:{table:e},matchAll:s=>Yi(s,e)}}function Xi(e){const t={};for(const s in e)t[s]=s==="dynamic"?new Map(Object.entries(e[s]).map(([n,r])=>[n,Xi(r)])):new Map(Object.entries(e[s]));return t}function Qf(e){return Yf(Xi(e))}function Yi(e,t,s){e.endsWith("/")&&(e=e.slice(0,-1)||"/");const n=[];for(const[o,i]of Xr(t.wildcard))(e===o||e.startsWith(o+"/"))&&n.push(i);for(const[o,i]of Xr(t.dynamic))if(e.startsWith(o+"/")){const l="/"+e.slice(o.length).split("/").splice(2).join("/");n.push(...Yi(l,i))}const r=t.static.get(e);return r&&n.push(r),n.filter(Boolean)}function Xr(e){return[...e.entries()].sort((t,s)=>t[0].length-s[0].length)}function on(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 Cn(e,t,s=".",n){if(!on(t))return Cn(e,{},s,n);const r=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(n&&n(r,o,i,s)||(Array.isArray(i)&&Array.isArray(r[o])?r[o]=[...i,...r[o]]:on(i)&&on(r[o])?r[o]=Cn(i,r[o],(s?`${s}.`:"")+o.toString(),n):r[o]=i))}return r}function zf(e){return(...t)=>t.reduce((s,n)=>Cn(s,n,"",e),{})}const Zf=zf();function eu(e,t){try{return t in e}catch{return!1}}class Yr extends Error{static __h3_error__=!0;statusCode=500;fatal=!1;unhandled=!1;statusMessage;data;cause;constructor(t,s={}){super(t,s),s.cause&&!this.cause&&(this.cause=s.cause)}toJSON(){const t={message:this.message,statusCode:Rn(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=Qi(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}function tu(e){if(typeof e=="string")return new Yr(e);if(su(e))return e;const t=new Yr(e.message??e.statusMessage??"",{cause:e.cause||e});if(eu(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=Rn(e.statusCode,t.statusCode):e.status&&(t.statusCode=Rn(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const s=t.statusMessage;Qi(t.statusMessage)!==s&&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 su(e){return e?.constructor?.__h3_error__===!0}const nu=/[^\u0009\u0020-\u007E]/g;function Qi(e=""){return e.replace(nu,"")}function Rn(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const zi=Symbol("route");import.meta.url.replace(/\/app\/.*$/,"/");const ut=()=>pe()?.$router,Zi=()=>Dn()?xt(zi,pe()._route):pe()._route;const ru=()=>{try{if(pe()._processingMiddleware)return!0}catch{return!1}return!1},ou=(e,t)=>{e||="/";const s=typeof e=="string"?e:"path"in e?iu(e):ut().resolve(e).href;if(t?.open){const{target:a="_blank",windowFeatures:h={}}=t.open,c=[];for(const[f,g]of Object.entries(h))g!==void 0&&c.push(`${f.toLowerCase()}=${g}`);return open(s,a,c.join(", ")),Promise.resolve()}const n=Ot(s,{acceptRelative:!0}),r=t?.external||n;if(r){if(!t?.external)throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const{protocol:a}=new URL(s,window.location.href);if(a&&cf(a))throw new Error(`Cannot navigate to a URL with '${a}' protocol.`)}const o=ru();if(!r&&o){if(t?.replace){if(typeof e=="string"){const{pathname:a,search:h,hash:c}=Di(e);return{path:a,...h&&{query:Qn(h)},...c&&{hash:c},replace:!0}}return{...e,replace:!0}}return e}const i=ut(),l=pe();return r?(l._scope.stop(),t?.replace?location.replace(s):location.href=s,o?l.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t?.replace?i.replace(e):i.push(e)};function iu(e){return Ni(e.path||"",e.query||{})+(e.hash||"")}const el="__nuxt_error",er=()=>Xl(pe().payload,"error"),lu=e=>{const t=tr(e);try{const s=er();pe().hooks.callHook("app:error",t),s.value||=t}catch{throw t}return t},cu=async(e={})=>{const t=pe(),s=er();t.callHook("app:error:cleared",e),e.redirect&&await ut().replace(e.redirect),s.value=void 0},au=e=>!!e&&typeof e=="object"&&el in e,tr=e=>{const t=tu(e);return Object.defineProperty(t,el,{value:!0,configurable:!1,writable:!1}),t};function fu(e){const t=du(e),s=new ArrayBuffer(t.length),n=new DataView(s);for(let r=0;r<s.byteLength;r++)n.setUint8(r,t.charCodeAt(r));return s}const uu="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function du(e){e.length%4===0&&(e=e.replace(/==?$/,""));let t="",s=0,n=0;for(let r=0;r<e.length;r++)s<<=6,s|=uu.indexOf(e[r]),n+=6,n===24&&(t+=String.fromCharCode((s&16711680)>>16),t+=String.fromCharCode((s&65280)>>8),t+=String.fromCharCode(s&255),s=n=0);return n===12?(s>>=4,t+=String.fromCharCode(s)):n===18&&(s>>=2,t+=String.fromCharCode((s&65280)>>8),t+=String.fromCharCode(s&255)),t}const hu=-1,pu=-2,gu=-3,yu=-4,mu=-5,_u=-6;function bu(e,t){return wu(JSON.parse(e),t)}function wu(e,t){if(typeof e=="number")return r(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const s=e,n=Array(s.length);function r(o,i=!1){if(o===hu)return;if(o===gu)return NaN;if(o===yu)return 1/0;if(o===mu)return-1/0;if(o===_u)return-0;if(i||typeof o!="number")throw new Error("Invalid input");if(o in n)return n[o];const l=s[o];if(!l||typeof l!="object")n[o]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const a=l[0],h=t&&Object.hasOwn(t,a)?t[a]:void 0;if(h){let c=l[1];return typeof c!="number"&&(c=s.push(l[1])-1),n[o]=h(r(c))}switch(a){case"Date":n[o]=new Date(l[1]);break;case"Set":const c=new Set;n[o]=c;for(let d=1;d<l.length;d+=1)c.add(r(l[d]));break;case"Map":const f=new Map;n[o]=f;for(let d=1;d<l.length;d+=2)f.set(r(l[d]),r(l[d+1]));break;case"RegExp":n[o]=new RegExp(l[1],l[2]);break;case"Object":n[o]=Object(l[1]);break;case"BigInt":n[o]=BigInt(l[1]);break;case"null":const g=Object.create(null);n[o]=g;for(let d=1;d<l.length;d+=2)g[l[d]]=r(l[d+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 d=globalThis[a],y=new d(r(l[1]));n[o]=l[2]!==void 0?y.subarray(l[2],l[3]):y;break}case"ArrayBuffer":{const d=l[1],y=fu(d);n[o]=y;break}case"Temporal.Duration":case"Temporal.Instant":case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.PlainMonthDay":case"Temporal.PlainYearMonth":case"Temporal.ZonedDateTime":{const d=a.slice(9);n[o]=Temporal[d].from(l[1]);break}case"URL":{const d=new URL(l[1]);n[o]=d;break}case"URLSearchParams":{const d=new URLSearchParams(l[1]);n[o]=d;break}default:throw new Error(`Unknown type ${a}`)}}else{const a=new Array(l.length);n[o]=a;for(let h=0;h<l.length;h+=1){const c=l[h];c!==pu&&(a[h]=r(c))}}else{const a={};n[o]=a;for(const h in l){if(h==="__proto__")throw new Error("Cannot parse an object with a `__proto__` property");const c=l[h];a[h]=r(c)}}return n[o]}return r(0)}const vu=new Set(["link","style","script","noscript"]),Tu=new Set(["title","titleTemplate","script","style","noscript"]),Qr=new Set(["base","meta","link","style","script","noscript"]),Eu=new Set(["title","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),xu=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),Su=new Set(["key","tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"]),Cu=new Set(["templateParams","htmlAttrs","bodyAttrs"]),Ru=new Set(["theme-color","google-site-verification","og","article","book","profile","twitter","author"]),Au=["name","property","http-equiv"],ku=new Set(["viewport","description","keywords","robots"]);function tl(e){const t=e.split(":");return t.length?Ru.has(t[1]):!1}function An(e){const{props:t,tag:s}=e;if(xu.has(s))return s;if(s==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(e.tag==="meta"){for(const n of Au)if(t[n]!==void 0){const r=t[n],o=r.includes(":"),i=ku.has(r),a=!(o||i)&&e.key?`:key:${e.key}`:"";return`${s}:${r}${a}`}}if(e.key)return`${s}:key:${e.key}`;if(t.id)return`${s}:id:${t.id}`;if(Tu.has(s)){const n=e.textContent||e.innerHTML;if(n)return`${s}:content:${n}`}}function zr(e){const t=e._h||e._d;if(t)return t;const s=e.textContent||e.innerHTML;return s||`${e.tag}:${Object.entries(e.props).map(([n,r])=>`${n}:${String(r)}`).join(",")}`}function Rs(e,t,s){typeof e==="function"&&(!s||s!=="titleTemplate"&&!(s[0]==="o"&&s[1]==="n"))&&(e=e());let r;if(t&&(r=t(s,e)),Array.isArray(r))return r.map(o=>Rs(o,t));if(r?.constructor===Object){const o={};for(const i of Object.keys(r))o[i]=Rs(r[i],t,i);return o}return r}function Pu(e,t){const s=e==="style"?new Map:new Set;function n(r){const o=r.trim();if(o)if(e==="style"){const[i,...l]=o.split(":").map(a=>a.trim());i&&l.length&&s.set(i,l.join(":"))}else o.split(" ").filter(Boolean).forEach(i=>s.add(i))}return typeof t=="string"?e==="style"?t.split(";").forEach(n):n(t):Array.isArray(t)?t.forEach(r=>n(r)):t&&typeof t=="object"&&Object.entries(t).forEach(([r,o])=>{o&&o!=="false"&&(e==="style"?s.set(r.trim(),o):n(r))}),s}function sl(e,t){return e.props=e.props||{},t?e.tag==="templateParams"?(e.props=t,e):(Object.entries(t).forEach(([s,n])=>{if(n===null){e.props[s]=null;return}if(s==="class"||s==="style"){e.props[s]=Pu(s,n);return}if(Su.has(s)){if(["textContent","innerHTML"].includes(s)&&typeof n=="object"){let i=t.type;if(t.type||(i="application/json"),!i?.endsWith("json")&&i!=="speculationrules")return;t.type=i,e.props.type=i,e[s]=JSON.stringify(n)}else e[s]=n;return}const r=String(n),o=s.startsWith("data-");r==="true"||r===""?e.props[s]=o?r:!0:!n&&o&&r==="false"?e.props[s]="false":n!==void 0&&(e.props[s]=n)}),e):e}function Mu(e,t){const s=typeof t=="object"&&typeof t!="function"?t:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},n=sl({tag:e,props:{}},s);return n.key&&vu.has(n.tag)&&(n.props["data-hid"]=n._h=n.key),n.tag==="script"&&typeof n.innerHTML=="object"&&(n.innerHTML=JSON.stringify(n.innerHTML),n.props.type=n.props.type||"application/json"),Array.isArray(n.props.content)?n.props.content.map(r=>({...n,props:{...n.props,content:r}})):n}function Ou(e,t){if(!e)return[];typeof e=="function"&&(e=e());const s=(r,o)=>{for(let i=0;i<t.length;i++)o=t[i](r,o);return o};e=s(void 0,e);const n=[];return e=Rs(e,s),Object.entries(e||{}).forEach(([r,o])=>{if(o!==void 0)for(const i of Array.isArray(o)?o:[o])n.push(Mu(r,i))}),n.flat()}const Zr=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,eo={base:-10,title:10},Hu={critical:-8,high:-1,low:2},to={meta:{"content-security-policy":-30,charset:-20,viewport:-15},link:{preconnect:20,stylesheet:60,preload:70,modulepreload:70,prefetch:90,"dns-prefetch":90,prerender:90},script:{async:30,defer:80,sync:50},style:{imported:40,sync:60}},Iu=/@import/,Nt=e=>e===""||e===!0;function Lu(e,t){if(typeof t.tagPriority=="number")return t.tagPriority;let s=100;const n=Hu[t.tagPriority]||0,r=e.resolvedOptions.disableCapoSorting?{link:{},script:{},style:{}}:to;if(t.tag in eo)s=eo[t.tag];else if(t.tag==="meta"){const o=t.props["http-equiv"]==="content-security-policy"?"content-security-policy":t.props.charset?"charset":t.props.name==="viewport"?"viewport":null;o&&(s=to.meta[o])}else t.tag==="link"&&t.props.rel?s=r.link[t.props.rel]:t.tag==="script"?Nt(t.props.async)?s=r.script.async:t.props.src&&!Nt(t.props.defer)&&!Nt(t.props.async)&&t.props.type!=="module"&&!t.props.type?.endsWith("json")?s=r.script.sync:Nt(t.props.defer)&&t.props.src&&!Nt(t.props.async)&&(s=r.script.defer):t.tag==="style"&&(s=t.innerHTML&&Iu.test(t.innerHTML)?r.style.imported:r.style.sync);return(s||100)+n}function so(e,t){const s=typeof t=="function"?t(e):t,n=s.key||String(e.plugins.size+1);e.plugins.get(n)||(e.plugins.set(n,s),e.hooks.addHooks(s.hooks||{}))}function Nu(e={}){const t=Vi();t.addHooks(e.hooks||{});const s=!e.document,n=new Map,r=new Map,o=new Set,i={_entryCount:1,plugins:r,dirty:!1,resolvedOptions:e,hooks:t,ssr:s,entries:n,headEntries(){return[...n.values()]},use:l=>so(i,l),push(l,a){const h={...a||{}};delete h.head;const c=h._index??i._entryCount++,f={_i:c,input:l,options:h},g={_poll(d=!1){i.dirty=!0,!d&&o.add(c),t.callHook("entries:updated",i)},dispose(){n.delete(c)&&i.invalidate()},patch(d){(!h.mode||h.mode==="server"&&s||h.mode==="client"&&!s)&&(f.input=d,n.set(c,f),g._poll())}};return g.patch(l),g},async resolveTags(){const l={tagMap:new Map,tags:[],entries:[...i.entries.values()]};for(await t.callHook("entries:resolve",l);o.size;){const g=o.values().next().value;o.delete(g);const d=n.get(g);if(d){const y={tags:Ou(d.input,e.propResolvers||[]).map(m=>Object.assign(m,d.options)),entry:d};await t.callHook("entries:normalize",y),d._tags=y.tags.map((m,I)=>(m._w=Lu(i,m),m._p=(d._i<<10)+I,m._d=An(m),m))}}let a=!1;l.entries.flatMap(g=>(g._tags||[]).map(d=>({...d,props:{...d.props}}))).sort(Zr).reduce((g,d)=>{const y=String(d._d||d._p);if(!g.has(y))return g.set(y,d);const m=g.get(y);if((d?.tagDuplicateStrategy||(Cu.has(d.tag)?"merge":null)||(d.key&&d.key===m.key?"merge":null))==="merge"){const R={...m.props};Object.entries(d.props).forEach(([M,_])=>R[M]=M==="style"?new Map([...m.props.style||new Map,..._]):M==="class"?new Set([...m.props.class||new Set,..._]):_),g.set(y,{...d,props:R})}else d._p>>10===m._p>>10&&d.tag==="meta"&&tl(y)?(g.set(y,Object.assign([...Array.isArray(m)?m:[m],d],d)),a=!0):(d._w===m._w?d._p>m._p:d?._w<m?._w)&&g.set(y,d);return g},l.tagMap);const h=l.tagMap.get("title"),c=l.tagMap.get("titleTemplate");if(i._title=h?.textContent,c){const g=c?.textContent;if(i._titleTemplate=g,g){let d=typeof g=="function"?g(h?.textContent):g;typeof d=="string"&&!i.plugins.has("template-params")&&(d=d.replace("%s",h?.textContent||"")),h?d===null?l.tagMap.delete("title"):l.tagMap.set("title",{...h,textContent:d}):(c.tag="title",c.textContent=d)}}l.tags=Array.from(l.tagMap.values()),a&&(l.tags=l.tags.flat().sort(Zr)),await t.callHook("tags:beforeResolve",l),await t.callHook("tags:resolve",l),await t.callHook("tags:afterResolve",l);const f=[];for(const g of l.tags){const{innerHTML:d,tag:y,props:m}=g;if(Eu.has(y)&&!(Object.keys(m).length===0&&!g.innerHTML&&!g.textContent)&&!(y==="meta"&&!m.content&&!m["http-equiv"]&&!m.charset)){if(y==="script"&&d){if(m.type?.endsWith("json")){const I=typeof d=="string"?d:JSON.stringify(d);g.innerHTML=I.replace(/</g,"\\u003C")}else typeof d=="string"&&(g.innerHTML=d.replace(new RegExp(`</${y}`,"g"),`<\\/${y}`));g._d=An(g)}f.push(g)}}return f},invalidate(){for(const l of n.values())o.add(l._i);i.dirty=!0,t.callHook("entries:updated",i)}};return(e?.plugins||[]).forEach(l=>so(i,l)),i.hooks.callHook("init",i),e.init?.forEach(l=>l&&i.push(l)),i}const ju=(e,t)=>oe(t)?Vl(t):t,nl="usehead";function Fu(e){return{install(s){s.config.globalProperties.$unhead=e,s.config.globalProperties.$head=e,s.provide(nl,e)}}.install}function $u(){if(Dn()){const e=xt(nl);if(!e)throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");return e}throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.")}function _d(e,t={}){const s=t.head||$u();return s.ssr?s.push(e||{},t):Du(s,e,t)}function Du(e,t,s={}){const n=ct(!1);let r;return oc(()=>{const i=n.value?{}:Rs(t,ju);r?r.patch(i):r=e.push(i,s)}),$s()&&(Go(()=>{r.dispose()}),Ko(()=>{n.value=!0}),Vo(()=>{n.value=!1})),r}let ds,hs;function Uu(){return ds=$fetch(Zn(`builds/meta/${Xt().app.buildId}.json`),{responseType:"json"}),ds.then(e=>{hs=Qf(e.matcher)}).catch(e=>{console.error("[nuxt] Error fetching app manifest.",e)}),ds}function Us(){return ds||Uu()}async function sr(e){const t=typeof e=="string"?e:e.path;if(await Us(),!hs)return console.error("[nuxt] Error creating app manifest matcher.",hs),{};try{return Zf({},...hs.matchAll(t).reverse())}catch(s){return console.error("[nuxt] Error matching route rules.",s),{}}}async function no(e,t={}){if(!await ol(e))return null;const n=await Wu(e,t);return await rl(n)||null}const Bu="_payload.json";async function Wu(e,t={}){const s=new URL(e,"http://localhost");if(s.host!=="localhost"||Ot(s.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const n=Xt(),r=t.hash||(t.fresh?Date.now():n.app.buildId),o=n.app.cdnURL,i=o&&await ol(e)?o:n.app.baseURL;return Ds(i,s.pathname,Bu+(r?`?${r}`:""))}async function rl(e){const t=fetch(e,{cache:"force-cache"}).then(s=>s.text().then(il));try{return await t}catch(s){console.warn("[nuxt] Cannot load payload ",e,s)}return null}async function ol(e=Zi().path){const t=pe();return e=e==="/"?e:e.replace(/\/$/,""),(await Us()).prerendered.includes(e)?!0:t.runWithContext(async()=>{const n=await sr({path:e});return!!n.prerender&&!n.redirect})}let rt=null;async function qu(){if(rt)return rt;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await il(e.textContent||""),s=e.dataset.src?await rl(e.dataset.src):void 0;return rt={...t,...s,...window.__NUXT__},rt.config?.public&&(rt.config.public=et(rt.config.public)),rt}async function il(e){return await bu(e,pe()._payloadRevivers)}function Vu(e,t){pe()._payloadRevivers[e]=t}const Ku=[["NuxtError",e=>tr(e)],["EmptyShallowRef",e=>hr(e==="_"?void 0:e==="0n"?BigInt(0):Es(e))],["EmptyRef",e=>ct(e==="_"?void 0:e==="0n"?BigInt(0):Es(e))],["ShallowRef",e=>hr(e)],["ShallowReactive",e=>_t(e)],["Ref",e=>ct(e)],["Reactive",e=>et(e)]],Ju=Je({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,s;for(const[n,r]of Ku)Vu(n,r);Object.assign(e.payload,([t,s]=Ki(()=>e.runWithContext(qu)),t=await t,s(),t)),delete window.__NUXT__}});async function nr(e,t={}){const s=t.document||e.resolvedOptions.document;if(!s||!e.dirty)return;const n={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",n),!!n.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async r=>{const o=new Map,i=new Promise(d=>{e.resolveTags().then(y=>{d(y.map(m=>{const I=o.get(m._d)||0,R={tag:m,id:(I?`${m._d}:${I}`:m._d)||zr(m),shouldRender:!0};return m._d&&tl(m._d)&&o.set(m._d,I+1),R}))})});let l=e._dom;if(!l){l={title:s.title,elMap:new Map().set("htmlAttrs",s.documentElement).set("bodyAttrs",s.body)};for(const d of["body","head"]){const y=s[d]?.children;for(const m of y){const I=m.tagName.toLowerCase();if(!Qr.has(I))continue;const R=sl({tag:I,props:{}},{innerHTML:m.innerHTML,...m.getAttributeNames().reduce((M,_)=>(M[_]=m.getAttribute(_),M),{})||{}});if(R.key=m.getAttribute("data-hid")||void 0,R._d=An(R)||zr(R),l.elMap.has(R._d)){let M=1,_=R._d;for(;l.elMap.has(_);)_=`${R._d}:${M++}`;l.elMap.set(_,m)}else l.elMap.set(R._d,m)}}}l.pendingSideEffects={...l.sideEffects},l.sideEffects={};function a(d,y,m){const I=`${d}:${y}`;l.sideEffects[I]=m,delete l.pendingSideEffects[I]}function h({id:d,$el:y,tag:m}){const I=m.tag.endsWith("Attrs");l.elMap.set(d,y),I||(m.textContent&&m.textContent!==y.textContent&&(y.textContent=m.textContent),m.innerHTML&&m.innerHTML!==y.innerHTML&&(y.innerHTML=m.innerHTML),a(d,"el",()=>{y?.remove(),l.elMap.delete(d)}));for(const R in m.props){if(!Object.prototype.hasOwnProperty.call(m.props,R))continue;const M=m.props[R];if(R.startsWith("on")&&typeof M=="function"){const b=y?.dataset;if(b&&b[`${R}fired`]){const T=R.slice(0,-5);M.call(y,new Event(T.substring(2)))}y.getAttribute(`data-${R}`)!==""&&((m.tag==="bodyAttrs"?s.defaultView:y).addEventListener(R.substring(2),M.bind(y)),y.setAttribute(`data-${R}`,""));continue}const _=`attr:${R}`;if(R==="class"){if(!M)continue;for(const b of M)I&&a(d,`${_}:${b}`,()=>y.classList.remove(b)),!y.classList.contains(b)&&y.classList.add(b)}else if(R==="style"){if(!M)continue;for(const[b,T]of M)a(d,`${_}:${b}`,()=>{y.style.removeProperty(b)}),y.style.setProperty(b,T)}else M!==!1&&M!==null&&(y.getAttribute(R)!==M&&y.setAttribute(R,M===!0?"":String(M)),I&&a(d,_,()=>y.removeAttribute(R)))}}const c=[],f={bodyClose:void 0,bodyOpen:void 0,head:void 0},g=await i;for(const d of g){const{tag:y,shouldRender:m,id:I}=d;if(m){if(y.tag==="title"){s.title=y.textContent,a("title","",()=>s.title=l.title);continue}d.$el=d.$el||l.elMap.get(I),d.$el?h(d):Qr.has(y.tag)&&c.push(d)}}for(const d of c){const y=d.tag.tagPosition||"head";d.$el=s.createElement(d.tag.tag),h(d),f[y]=f[y]||s.createDocumentFragment(),f[y].appendChild(d.$el)}for(const d of g)await e.hooks.callHook("dom:renderTag",d,s,a);f.head&&s.head.appendChild(f.head),f.bodyOpen&&s.body.insertBefore(f.bodyOpen,s.body.firstChild),f.bodyClose&&s.body.appendChild(f.bodyClose);for(const d in l.pendingSideEffects)l.pendingSideEffects[d]();e._dom=l,await e.hooks.callHook("dom:rendered",{renders:g}),r()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function Gu(e={}){const t=e.domOptions?.render||nr;e.document=e.document||(typeof window<"u"?document:void 0);const s=e.document?.head.querySelector('script[id="unhead:payload"]')?.innerHTML||!1;return Nu({...e,plugins:[...e.plugins||[],{key:"client",hooks:{"entries:updated":t}}],init:[s?JSON.parse(s):!1,...e.init||[]]})}function Xu(e,t){let s=0;return()=>{const n=++s;t(()=>{s===n&&e()})}}function Yu(e={}){const t=Gu({domOptions:{render:Xu(()=>nr(t),s=>setTimeout(s,0))},...e});return t.install=Fu(t),t}const Qu={disableDefaults:!0},zu=Je({name:"nuxt:head",enforce:"pre",setup(e){const t=Yu(Qu);e.vueApp.use(t);{let s=!0;const n=async()=>{s=!1,await nr(t)};t.hooks.hook("dom:beforeRender",r=>{r.shouldRender=!s}),e.hooks.hook("page:start",()=>{s=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||n()}),e.hooks.hook("app:error",n),e.hooks.hook("app:suspense:resolve",n)}}}),Zu=async e=>{let t,s;const n=([t,s]=Ki(()=>sr({path:e.path})),t=await t,s(),t);if(n.redirect){const r=n.redirect.includes("#")?n.redirect:n.redirect+e.hash;return Ot(r,{acceptRelative:!0})?(window.location.href=r,!1):r}},ed=[Zu];function ln(e){const t=e&&typeof e=="object"?e:{};typeof e=="object"&&(e=Ui({pathname:e.path||"",search:Ii(e.query||{}),hash:e.hash||""}));const s=new URL(e.toString(),window.location.href);return{path:s.pathname,fullPath:e,query:Qn(s.search),hash:s.hash,params:t.params||{},name:void 0,matched:t.matched||[],redirectedFrom:void 0,meta:t.meta||{},href:e}}const td=Je({name:"nuxt:router",enforce:"pre",setup(e){const t=uf(window.location.pathname,Xt().app.baseURL)+window.location.search+window.location.hash,s=[],n={"navigate:before":[],"resolve:before":[],"navigate:after":[],error:[]},r=(f,g)=>(n[f].push(g),()=>n[f].splice(n[f].indexOf(g),1)),o=Xt().app.baseURL,i=et(ln(t));async function l(f,g){try{const d=ln(f);for(const y of n["navigate:before"]){const m=await y(d,i);if(m===!1||m instanceof Error)return;if(typeof m=="string"&&m.length)return l(m,!0)}for(const y of n["resolve:before"])await y(d,i);Object.assign(i,d),window.history[g?"replaceState":"pushState"]({},"",Ds(o,d.fullPath)),e.isHydrating||await e.runWithContext(cu);for(const y of n["navigate:after"])await y(d,i)}catch(d){for(const y of n.error)await y(d)}}const h={currentRoute:ki(()=>i),isReady:()=>Promise.resolve(),options:{},install:()=>Promise.resolve(),push:f=>l(f,!1),replace:f=>l(f,!0),back:()=>window.history.go(-1),go:f=>window.history.go(f),forward:()=>window.history.go(1),beforeResolve:f=>r("resolve:before",f),beforeEach:f=>r("navigate:before",f),afterEach:f=>r("navigate:after",f),onError:f=>r("error",f),resolve:ln,addRoute:(f,g)=>{s.push(g)},getRoutes:()=>s,hasRoute:f=>s.some(g=>g.name===f),removeRoute:f=>{const g=s.findIndex(d=>d.name===f);g!==-1&&s.splice(g,1)}};e.vueApp.component("RouterLink",Wn({functional:!0,props:{to:{type:String,required:!0},custom:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:String},setup:(f,{slots:g})=>{const d=()=>l(f.to,f.replace);return()=>{const y=h.resolve(f.to);return f.custom?g.default?.({href:f.to,navigate:d,route:y}):da("a",{href:f.to,onClick:m=>(m.preventDefault(),d())},g)}}})),window.addEventListener("popstate",f=>{const g=f.target.location;h.replace(g.href.replace(g.origin,""))}),e._route=i,e._middleware||={global:[],named:{}};const c=e.payload.state._layout;return e.hooks.hookOnce("app:created",async()=>{h.beforeEach(async(f,g)=>{f.meta=et(f.meta||{}),e.isHydrating&&c&&!We(f.meta.layout)&&(f.meta.layout=c),e._processingMiddleware=!0;{const d=new Set([...ed,...e._middleware.global]);{const y=await e.runWithContext(()=>sr({path:f.path}));if(y.appMiddleware)for(const m in y.appMiddleware){const I=e._middleware.named[m];if(!I)return;y.appMiddleware[m]?d.add(I):d.delete(I)}}for(const y of d){const m=await e.runWithContext(()=>y(f,g));if(m!==!0&&(m||m===!1))return m}}}),h.afterEach(()=>{delete e._processingMiddleware}),await h.replace(t),hf(i.fullPath,t)||await e.runWithContext(()=>ou(i.fullPath))}),{provide:{route:i,router:h}}}}),ro=globalThis.requestIdleCallback||(e=>{const t=Date.now(),s={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(s)},1)}),bd=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),rr=e=>{const t=pe();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{ro(()=>e())}):ro(()=>e())},sd=Je({name:"nuxt:payload",setup(e){const t=new Set;ut().beforeResolve(async(s,n)=>{if(s.path===n.path)return;const r=await no(s.path);if(r){for(const o of t)delete e.static.data[o];for(const o in r.data)o in e.static.data||t.add(o),e.static.data[o]=r.data[o]}}),rr(()=>{e.hooks.hook("link:prefetch",async s=>{const{hostname:n}=new URL(s,window.location.href);n===window.location.hostname&&await no(s).catch(()=>{console.warn("[nuxt] Error preloading payload for",s)})}),navigator.connection?.effectiveType!=="slow-2g"&&setTimeout(Us,1e3)})}}),nd=Je(()=>{const e=ut();rr(()=>{e.beforeResolve(async()=>{await new Promise(t=>{setTimeout(t,100),requestAnimationFrame(()=>{setTimeout(t,0)})})})})}),rd=Je(e=>{let t;async function s(){let n;try{n=await Us()}catch(r){const o=r;if(!("status"in o&&(o.status===404||o.status===403)))throw o}t&&clearTimeout(t),t=setTimeout(s,Jr);try{const r=await $fetch(Zn("builds/latest.json")+`?${Date.now()}`);r.id!==n?.id&&(e.hooks.callHook("app:manifest:update",r),t&&clearTimeout(t))}catch{}}rr(()=>{t=setTimeout(s,Jr)})});function od(e={}){const t=e.path||window.location.pathname;let s={};try{s=Es(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||s?.path!==t||s?.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:pe().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const id=Je({name:"nuxt:chunk-reload",setup(e){const t=ut(),s=Xt(),n=new Set;t.beforeEach(()=>{n.clear()}),e.hook("app:chunkError",({error:o})=>{n.add(o)});function r(o){const i=Ds(s.app.baseURL,o.fullPath);od({path:i,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(r)}),t.onError((o,i)=>{n.has(o)&&r(i)})}}),ld=Je({name:"nuxt:global-components"}),cd=Je(()=>{}),ad=[Ju,zu,td,sd,nd,rd,id,ld,cd],fd={class:"text-success"},ud=Wn({__name:"app",setup(e){return(t,s)=>($e(),Ti("h1",fd," 111 "))}}),dd="modulepreload",hd=function(e,t){return new URL(e,t).href},oo={},io=function(t,s,n){let r=Promise.resolve();if(s&&s.length>0){let h=function(c){return Promise.all(c.map(f=>Promise.resolve(f).then(g=>({status:"fulfilled",value:g}),g=>({status:"rejected",reason:g}))))};const i=document.getElementsByTagName("link"),l=document.querySelector("meta[property=csp-nonce]"),a=l?.nonce||l?.getAttribute("nonce");r=h(s.map(c=>{if(c=hd(c,n),c in oo)return;oo[c]=!0;const f=c.endsWith(".css"),g=f?'[rel="stylesheet"]':"";if(n)for(let y=i.length-1;y>=0;y--){const m=i[y];if(m.href===c&&(!f||m.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${c}"]${g}`))return;const d=document.createElement("link");if(d.rel=f?"stylesheet":dd,f||(d.as="script"),d.crossOrigin="",d.href=c,a&&d.setAttribute("nonce",a),document.head.appendChild(d),f)return new Promise((y,m)=>{d.addEventListener("load",y),d.addEventListener("error",()=>m(new Error(`Unable to preload CSS for ${c}`)))})}))}function o(i){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=i,window.dispatchEvent(l),!l.defaultPrevented)throw i}return r.then(i=>{for(const l of i||[])l.status==="rejected"&&o(l.reason);return t().catch(o)})},pd={__name:"nuxt-error-page",props:{error:Object},setup(e){const s=e.error,n=Number(s.statusCode||500),r=n===404,o=s.statusMessage??(r?"Page Not Found":"Internal Server Error"),i=s.message||s.toString(),l=void 0,c=r?_r(()=>io(()=>import("./DmxzK6E8.js"),__vite__mapDeps([0,1,2]),import.meta.url)):_r(()=>io(()=>import("./CCgOhniq.js"),__vite__mapDeps([3,1,4]),import.meta.url));return(f,g)=>($e(),mt(le(c),bl(Si({statusCode:le(n),statusMessage:le(o),description:le(i),stack:le(l)})),null,16))}},gd={key:0},lo={__name:"nuxt-root",setup(e){const t=()=>null,s=pe(),n=s.deferHydration();if(s.isHydrating){const h=s.hooks.hookOnce("app:error",n);ut().beforeEach(h)}const r=!1;Wo(zi,Zi()),s.hooks.callHookWith(h=>h.map(c=>c()),"vue:setup");const o=er(),i=!1,l=/bot\b|chrome-lighthouse|facebookexternalhit|google\b/i;Yo((h,c,f)=>{if(s.hooks.callHook("vue:error",h,c,f).catch(g=>console.error("[nuxt] Error in `vue:error` hook",g)),l.test(navigator.userAgent))return s.hooks.callHook("app:error",h),console.error(`[nuxt] Not rendering error page for bot with user agent \`${navigator.userAgent}\`:`,h),!1;if(au(h)&&(h.fatal||h.unhandled))return s.runWithContext(()=>lu(h)),!1});const a=!1;return(h,c)=>($e(),mt(Xc,{onResolve:le(n)},{default:Bo(()=>[le(i)?($e(),Ti("div",gd)):le(o)?($e(),mt(le(pd),{key:1,error:le(o)},null,8,["error"])):le(a)?($e(),mt(le(t),{key:2,context:le(a)},null,8,["context"])):le(r)?($e(),mt(Ec(le(r)),{key:3})):($e(),mt(le(ud),{key:4}))]),_:1},8,["onResolve"]))}};let co;{let e;co=async function(){if(e)return e;const s=!!(window.__NUXT__?.serverRendered??document.getElementById("__NUXT_DATA__")?.dataset.ssr==="true"),n=s?ja(lo):Na(lo),r=Vf({vueApp:n});async function o(i){await r.callHook("app:error",i),r.payload.error||=tr(i)}n.config.errorHandler=o,r.hook("app:suspense:resolve",()=>{n.config.errorHandler===o&&(n.config.errorHandler=void 0)}),!s&&Kr.id&&r.hook("app:suspense:resolve",()=>{document.getElementById(Kr.id)?.remove()});try{await Gf(r,ad)}catch(i){o(i)}try{await r.hooks.callHook("app:created",n),await r.hooks.callHook("app:beforeMount",n),n.mount(Bf),await r.hooks.callHook("app:mounted",n),await Fo()}catch(i){o(i)}return n},e=co().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{ce as A,Bo as B,Ci as C,_d as D,Dn as E,xt as F,nl as G,pe as a,rr as b,ro as c,Wn as d,Go as e,bd as f,yd as g,da as h,iu as i,ki as j,Ot as k,Ds as l,Xt as m,ou as n,mc as o,Qn as p,Li as q,ct as r,hr as s,md as t,ut as u,Ti as v,En as w,$e as x,xi as y,Tl as z};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as o,u as s}from"./CR6vfq1R.js";import{v as a,x as i,y as t,z as r}from"./BHIHUtPz.js";const u={class:"antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"},l={class:"max-w-520px text-center"},c=["textContent"],d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Internal server error"},description:{type:String,default:"This page is temporarily unavailable."},refresh:{type:String,default:"Refresh this page"}},setup(e){const n=e;return s({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!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:[{innerHTML:'*,: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,h2{font-size:inherit;font-weight:inherit}h1,h2,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,h)=>(i(),a("div",u,[t("div",l,[t("h1",{class:"font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]",textContent:r(e.statusCode)},null,8,c),t("h2",{class:"font-semibold mb-2 sm:text-3xl text-2xl",textContent:r(e.statusMessage)},null,8,d),t("p",{class:"mb-4 px-2 text-[#64748B] text-md",textContent:r(e.description)},null,8,p)])]))}},x=o(f,[["__scopeId","data-v-93bd907f"]]);export{x as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{D as r,a as o,E as u,F as c,G as d}from"./BHIHUtPz.js";function h(n){const t=n||o();return t.ssrContext?.head||t.runWithContext(()=>{if(u()){const e=c(d);if(!e)throw new Error("[nuxt] [unhead] Missing Unhead instance.");return e}})}function x(n,t={}){const e=t.head||h(t.nuxt);return r(n,{head:e,...t})}const f=(n,t)=>{const e=n.__vccOpts||n;for(const[a,s]of t)e[a]=s;return e};export{f as _,x as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{u as P,d as B,s as O,r as E,a as L,o as T,b as H,c as I,e as U,f as M,h as R,g as N,p as V,i as q,j as b,k as A,l as D,m as F,n as $,w as W,q as G,t as K,v as Q,x as J,y as C,z as _,A as X,B as Y,C as Z}from"./BHIHUtPz.js";import{_ as ee,u as te}from"./CR6vfq1R.js";async function j(t,n=P()){const{path:u,matched:p}=n.resolve(t);if(!p.length||(n._routePreloaded||=new Set,n._routePreloaded.has(u)))return;const d=n._preloadPromises||=[];if(d.length>4)return Promise.all(d).then(()=>j(t,n));n._routePreloaded.add(u);for(const e of p){const o=e.components?.default;if(typeof o!="function")continue;const c=Promise.resolve(o()).catch(()=>{}).finally(()=>d.splice(d.indexOf(c)));d.push(c)}await Promise.all(d)}const ne=(...t)=>t.find(n=>n!==void 0);function re(t){const n=t.componentName||"NuxtLink";function u(e){return typeof e=="string"&&e.startsWith("#")}function p(e,o,c){const a=c??t.trailingSlash;if(!e||a!=="append"&&a!=="remove")return e;if(typeof e=="string")return S(e,a);const s="path"in e&&e.path!==void 0?e.path:o(e).path;return{...e,name:void 0,path:S(s,a)}}function d(e){const o=P(),c=F(),a=b(()=>!!e.target&&e.target!=="_self"),s=b(()=>{const l=e.to||e.href||"";return typeof l=="string"&&A(l,{acceptRelative:!0})}),y=N("RouterLink"),g=y&&typeof y!="string"?y.useLink:void 0,h=b(()=>{if(e.external)return!0;const l=e.to||e.href||"";return typeof l=="object"?!1:l===""||s.value}),i=b(()=>{const l=e.to||e.href||"";return h.value?l:p(l,o.resolve,e.trailingSlash)}),m=h.value?void 0:g?.({...e,to:i}),x=b(()=>{const l=e.trailingSlash??t.trailingSlash;if(!i.value||s.value||u(i.value))return i.value;if(h.value){const k=typeof i.value=="object"&&"path"in i.value?q(i.value):i.value,w=typeof k=="object"?o.resolve(k).href:k;return S(w,l)}return typeof i.value=="object"?o.resolve(i.value)?.href??null:S(D(c.app.baseURL,i.value),l)});return{to:i,hasTarget:a,isAbsoluteUrl:s,isExternal:h,href:x,isActive:m?.isActive??b(()=>i.value===o.currentRoute.value.path),isExactActive:m?.isExactActive??b(()=>i.value===o.currentRoute.value.path),route:m?.route??b(()=>o.resolve(i.value)),async navigate(l){await $(x.value,{replace:e.replace,external:h.value||a.value})}}}return B({name:n,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},prefetchOn:{type:[String,Object],default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1},trailingSlash:{type:String,default:void 0,required:!1}},useLink:d,setup(e,{slots:o}){const c=P(),{to:a,href:s,navigate:y,isExternal:g,hasTarget:h,isAbsoluteUrl:i}=d(e),m=O(!1),x=E(null),l=f=>{x.value=e.custom?f?.$el?.nextElementSibling:f?.$el};function k(f){return!m.value&&(typeof e.prefetchOn=="string"?e.prefetchOn===f:e.prefetchOn?.[f]??t.prefetchOn?.[f])&&(e.prefetch??t.prefetch)!==!1&&e.noPrefetch!==!0&&e.target!=="_blank"&&!se()}async function w(f=L()){if(m.value)return;m.value=!0;const v=typeof a.value=="string"?a.value:g.value?q(a.value):c.resolve(a.value).fullPath,r=g.value?new URL(v,window.location.href).href:v;await Promise.all([f.hooks.callHook("link:prefetch",r).catch(()=>{}),!g.value&&!h.value&&j(a.value,c).catch(()=>{})])}if(k("visibility")){const f=L();let v,r=null;T(()=>{const z=oe();H(()=>{v=I(()=>{x?.value?.tagName&&(r=z.observe(x.value,async()=>{r?.(),r=null,await w(f)}))})})}),U(()=>{v&&M(v),r?.(),r=null})}return()=>{if(!g.value&&!h.value&&!u(a.value)){const r={ref:l,to:a.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(k("interaction")&&(r.onPointerenter=w.bind(null,void 0),r.onFocus=w.bind(null,void 0)),m.value&&(r.class=e.prefetchedClass||t.prefetchedClass),r.rel=e.rel||void 0),R(N("RouterLink"),r,o.default)}const f=e.target||null,v=ne(e.noRel?"":e.rel,t.externalRelAttribute,i.value||h.value?"noopener noreferrer":"")||null;return e.custom?o.default?o.default({href:s.value,navigate:y,prefetch:w,get route(){if(!s.value)return;const r=new URL(s.value,window.location.href);return{path:r.pathname,fullPath:r.pathname,get query(){return V(r.search)},hash:r.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:s.value}},rel:v,target:f,isExternal:g.value||h.value,isActive:!1,isExactActive:!1}):null:R("a",{ref:x,href:s.value||null,rel:v,target:f,onClick:r=>{if(!(g.value||h.value))return r.preventDefault(),e.replace?c.replace(s.value):c.push(s.value)}},o.default?.())}}})}const ae=re(K);function S(t,n){const u=n==="append"?W:G;return A(t)&&!t.startsWith("http")?t:u(t,!0)}function oe(){const t=L();if(t._observer)return t._observer;let n=null;const u=new Map,p=(e,o)=>(n||=new IntersectionObserver(c=>{for(const a of c){const s=u.get(a.target);(a.isIntersecting||a.intersectionRatio>0)&&s&&s()}}),u.set(e,o),n.observe(e),()=>{u.delete(e),n?.unobserve(e),u.size===0&&(n?.disconnect(),n=null)});return t._observer={observe:p}}const ie=/2g/;function se(){const t=navigator.connection;return!!(t&&(t.saveData||ie.test(t.effectiveType)))}const le={class:"antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"},ue={class:"max-w-520px text-center"},ce=["textContent"],fe=["textContent"],de=["textContent"],he={class:"flex items-center justify-center w-full"},ve={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Page not found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const n=t;return te({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!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:[{innerHTML:'*,: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,h2{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,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: }'}]}),(u,p)=>{const d=ae;return J(),Q("div",le,[C("div",ue,[C("h1",{class:"font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]",textContent:_(t.statusCode)},null,8,ce),C("h2",{class:"font-semibold mb-2 sm:text-3xl text-2xl",textContent:_(t.statusMessage)},null,8,fe),C("p",{class:"mb-4 px-2 text-[#64748B] text-md",textContent:_(t.description)},null,8,de),C("div",he,[X(d,{to:"/",class:"font-medium hover:text-[#00DC82] text-sm underline underline-offset-3"},{default:Y(()=>[Z(_(t.backHome),1)]),_:1})])])])}}},me=ee(ve,[["__scopeId","data-v-10cd8cf1"]]);export{me as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"e9079134-f314-434b-b3a7-092c4a1e187d","timestamp":1767677176782}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"e9079134-f314-434b-b3a7-092c4a1e187d","timestamp":1767677176782,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--un-leading:initial;--un-text-opacity:100%;--un-bg-opacity:100%}}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-leading{syntax:"*";inherits:false}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-numeric-figure{syntax:"*";inherits:false}@property --un-numeric-fraction{syntax:"*";inherits:false}@property --un-numeric-spacing{syntax:"*";inherits:false}@property --un-ordinal{syntax:"*";inherits:false}@property --un-slashed-zero{syntax:"*";inherits:false}:host,:root{--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--tracking-wide:.025em;--fontWeight-semibold:600;--leading-none:1;--spacing:.25rem;--fontWeight-medium:500;--colors-white:#fff;--text-2xl-fontSize:1.5rem;--text-2xl-lineHeight:2rem;--text-sm-fontSize:.875rem;--text-sm-lineHeight:1.25rem;--text-3xl-fontSize:1.875rem;--text-3xl-lineHeight:2.25rem;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-monoFont-family:var(--font-mono)}*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:var( --default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" );font-feature-settings:var(--default-font-featureSettings,normal);font-variation-settings:var(--default-font-variationSettings,normal);-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var( --default-monoFont-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace );font-feature-settings:var(--default-monoFont-featureSettings,normal);font-size:1em;font-variation-settings:var(--default-monoFont-variationSettings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden~=until-found])){display:none!important}.text-\[80px\]{font-size:80px}.text-2xl{font-size:var(--text-2xl-fontSize);line-height:var(--un-leading,var(--text-2xl-lineHeight))}.text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}.dark .dark\:text-white{color:color-mix(in srgb,var(--colors-white) var(--un-text-opacity),transparent)}.text-\[\#020420\]{color:color-mix(in oklab,#020420 var(--un-text-opacity),transparent)}.text-\[\#64748B\]{color:color-mix(in oklab,#64748b var(--un-text-opacity),transparent)}.text-success{color:color-mix(in srgb,hsl(var(--success)) var(--un-text-opacity),transparent)}.hover\:text-\[\#00DC82\]:hover{color:color-mix(in oklab,#00dc82 var(--un-text-opacity),transparent)}.leading-none{--un-leading:var(--leading-none);line-height:var(--leading-none)}.tracking-wide{--un-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.font-medium{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium)}.font-sans{font-family:var(--font-sans)}.font-semibold{--un-font-weight:var(--fontWeight-semibold);font-weight:var(--fontWeight-semibold)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.px-2{padding-inline:calc(var(--spacing)*2)}.text-center{text-align:center}.bg-white{background-color:color-mix(in srgb,var(--colors-white) var(--un-bg-opacity),transparent)}.dark .dark\:bg-\[\#020420\]{background-color:color-mix(in oklab,#020420 var(--un-bg-opacity),transparent)}.underline{text-decoration-line:underline}.underline-offset-3{text-underline-offset:3px}.flex{display:flex}.grid{display:grid}.h1{height:calc(var(--spacing)*1)}.max-w-520px{max-width:520px}.min-h-screen{min-height:100vh}.w-full{width:100%}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.items-center{align-items:center}.justify-center{justify-content:center}.place-content-center{place-content:center}.overflow-hidden{overflow:hidden}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal,) var(--un-slashed-zero,) var(--un-numeric-figure,) var(--un-numeric-spacing,) var(--un-numeric-fraction,)}@supports (color:color-mix(in lab,red,red)){.dark .dark\:text-white{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)}.bg-white{background-color:color-mix(in oklab,var(--colors-white) var(--un-bg-opacity),transparent)}}@media(min-width:40rem){.sm\:text-\[110px\]{font-size:110px}.sm\:text-3xl{font-size:var(--text-3xl-fontSize);line-height:var(--un-leading,var(--text-3xl-lineHeight))}}.dark :root{--primary-bg:0 0% 0%;--secondary-bg:0 0% 7%;--text:48 17% 81%/.8;--text-light:48 13% 67%;--text-lighter:210 8% 60%;--border:0 0% 10%;--hover:0 0% 7%;--selected:0 0% 7%;--selection-bg:0 0% 93%/.09;--accent:159 35% 42%;--cursor:48 17% 81%/.8;--cursor-vim-normal:159 35% 42%;--cursor-vim-insert:159 35% 42%;--error:0 43% 63%;--success:159 35% 42%;--warning:29 52% 63%;--info:207 34% 56%;--git-modified:207 34% 56%;--git-modified-staged:207 34% 56%;--git-added:159 35% 42%;--git-deleted:0 43% 63%;--git-untracked:187 37% 54%;--git-renamed:187 37% 54%;--syntax-comment:120 10% 51%/.87;--syntax-keyword:159 35% 42%;--syntax-string:14 35% 64%;--syntax-number:168 35% 45%;--syntax-function:95 29% 52%;--syntax-variable:35 30% 58%;--syntax-tag:159 35% 42%;--syntax-attribute:35 30% 58%;--syntax-punctuation:0 0% 27%;--syntax-constant:22 37% 62%;--syntax-property:47 46% 58%;--syntax-type:168 35% 53%;--syntax-operator:0 43% 63%;--syntax-boolean:159 35% 42%;--syntax-null:0 43% 63%;--syntax-regex:14 42% 54%;--syntax-jsx:159 35% 42%;--syntax-jsx-attribute:95 29% 52%;--terminal-black:60 6% 22%;--terminal-red:0 43% 63%;--terminal-green:159 35% 42%;--terminal-yellow:47 70% 69%;--terminal-blue:207 34% 56%;--terminal-magenta:336 52% 66%;--terminal-cyan:187 37% 54%;--terminal-white:48 17% 81%;--terminal-bright-black:0 0% 47%;--terminal-bright-red:0 43% 63%;--terminal-bright-green:159 35% 42%;--terminal-bright-yellow:47 70% 69%;--terminal-bright-blue:207 34% 56%;--terminal-bright-magenta:336 52% 66%;--terminal-bright-cyan:187 37% 54%;--terminal-bright-white:0 0% 100%;--namespace:336 52% 66%;--interface:192 33% 51%;--class:230 28% 55%;--editor-line-highlight:0 0% 7%;--editor-find-match:47 70% 69%/.13;--editor-find-match-highlight:47 70% 69%/.27;--editor-word-highlight:159 35% 42%/.02;--editor-word-highlight-strong:159 35% 42%/.06;--diff-inserted:159 35% 42%/.31;--diff-removed:0 38% 52%/.31;--badge-bg:48 13% 83%/.56;--badge-fg:0 0% 0%;--button-bg:159 35% 42%;--button-fg:0 0% 0%;--panel-border:0 0% 10%;--titlebar-bg:0 0% 0%;--titlebar-fg:48 13% 67%}:root{--primary-bg:0 0% 100%;--secondary-bg:0 0% 97%;--text:60 6% 22%;--text-light:60 6% 31%;--text-lighter:210 11% 44%;--border:0 0% 94%;--hover:0 0% 97%;--selected:0 0% 97%;--selection-bg:0 0% 13%/.09;--accent:159 58% 27%;--cursor:60 6% 22%;--cursor-vim-normal:159 58% 27%;--cursor-vim-insert:159 58% 27%;--error:0 38% 52%;--success:159 58% 29%;--warning:22 60% 40%;--info:207 56% 40%;--git-modified:207 56% 40%;--git-modified-staged:207 56% 40%;--git-added:159 58% 29%;--git-deleted:0 38% 52%;--git-untracked:187 57% 39%;--git-renamed:187 57% 39%;--syntax-comment:120 11% 65%;--syntax-keyword:159 58% 29%;--syntax-string:14 35% 54%;--syntax-number:187 49% 36%;--syntax-function:95 40% 38%;--syntax-variable:35 36% 50%;--syntax-tag:159 58% 29%;--syntax-attribute:35 36% 50%;--syntax-punctuation:0 0% 60%;--syntax-constant:22 60% 40%;--syntax-property:47 75% 35%;--syntax-type:168 50% 37%;--syntax-operator:0 38% 52%;--syntax-boolean:159 58% 29%;--syntax-null:0 38% 52%;--syntax-regex:14 46% 46%;--syntax-jsx:159 58% 29%;--syntax-jsx-attribute:95 40% 38%;--terminal-black:0 0% 7%;--terminal-red:0 38% 52%;--terminal-green:159 58% 29%;--terminal-yellow:47 53% 48%;--terminal-blue:207 56% 40%;--terminal-magenta:336 46% 44%;--terminal-cyan:187 57% 39%;--terminal-white:48 17% 81%;--terminal-bright-black:0 0% 67%;--terminal-bright-red:0 38% 52%;--terminal-bright-green:159 58% 29%;--terminal-bright-yellow:47 53% 48%;--terminal-bright-blue:207 56% 40%;--terminal-bright-magenta:336 46% 44%;--terminal-bright-cyan:187 57% 39%;--terminal-bright-white:0 0% 87%;--namespace:336 38% 53%;--interface:187 51% 37%;--class:230 30% 51%;--editor-line-highlight:0 0% 97%;--editor-find-match:47 70% 69%/.27;--editor-find-match-highlight:47 70% 69%/.4;--editor-word-highlight:159 58% 27%/.02;--editor-word-highlight-strong:159 58% 27%/.06;--diff-inserted:159 58% 27%/.19;--diff-removed:0 38% 52%/.25;--badge-bg:60 6% 22%/.56;--badge-fg:0 0% 100%;--button-bg:159 58% 27%;--button-fg:0 0% 100%;--panel-border:0 0% 94%;--titlebar-bg:0 0% 100%;--titlebar-fg:60 6% 31%;--stack-frame-highlight:48 100% 92%;--focused-stack-frame-highlight:48 100% 85%;--scrollbar-shadow:210 11% 44%/.2;--scrollbar-bg:60 6% 22%/.06;--scrollbar-hover:60 6% 22%/.31;--welcome-button-bg:210 14% 97%;--welcome-button-hover:210 8% 89%;--inlay-hint-fg:0 0% 60%;--inlay-hint-bg:0 0% 97%;--bracket-match-bg:159 58% 27%/.13;--peek-view-match-highlight:47 70% 69%/.4;--diff-inserted-bg:141 71% 97%;--diff-removed-bg:353 100% 97%;--diff-changed-bg:29 100% 93%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.grid[data-v-10cd8cf1]{display:grid}.mb-2[data-v-10cd8cf1]{margin-bottom:.5rem}.mb-4[data-v-10cd8cf1]{margin-bottom:1rem}.max-w-520px[data-v-10cd8cf1]{max-width:520px}.min-h-screen[data-v-10cd8cf1]{min-height:100vh}.w-full[data-v-10cd8cf1]{width:100%}.flex[data-v-10cd8cf1]{display:flex}.place-content-center[data-v-10cd8cf1]{place-content:center}.items-center[data-v-10cd8cf1]{align-items:center}.justify-center[data-v-10cd8cf1]{justify-content:center}.overflow-hidden[data-v-10cd8cf1]{overflow:hidden}.bg-white[data-v-10cd8cf1]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-2[data-v-10cd8cf1]{padding-left:.5rem;padding-right:.5rem}.text-center[data-v-10cd8cf1]{text-align:center}.text-\[80px\][data-v-10cd8cf1]{font-size:80px}.text-2xl[data-v-10cd8cf1]{font-size:1.5rem;line-height:2rem}.text-sm[data-v-10cd8cf1]{font-size:.875rem;line-height:1.25rem}.text-\[\#020420\][data-v-10cd8cf1]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\[\#64748B\][data-v-10cd8cf1]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.hover\:text-\[\#00DC82\][data-v-10cd8cf1]:hover{--un-text-opacity:1;color:rgb(0 220 130/var(--un-text-opacity))}.font-medium[data-v-10cd8cf1]{font-weight:500}.font-semibold[data-v-10cd8cf1]{font-weight:600}.leading-none[data-v-10cd8cf1]{line-height:1}.tracking-wide[data-v-10cd8cf1]{letter-spacing:.025em}.font-sans[data-v-10cd8cf1]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums[data-v-10cd8cf1]{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline[data-v-10cd8cf1]{text-decoration-line:underline}.underline-offset-3[data-v-10cd8cf1]{text-underline-offset:3px}.antialiased[data-v-10cd8cf1]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){.dark\:bg-\[\#020420\][data-v-10cd8cf1]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.dark\:text-white[data-v-10cd8cf1]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media(min-width:640px){.sm\:text-\[110px\][data-v-10cd8cf1]{font-size:110px}.sm\:text-3xl[data-v-10cd8cf1]{font-size:1.875rem;line-height:2.25rem}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.grid[data-v-93bd907f]{display:grid}.mb-2[data-v-93bd907f]{margin-bottom:.5rem}.mb-4[data-v-93bd907f]{margin-bottom:1rem}.max-w-520px[data-v-93bd907f]{max-width:520px}.min-h-screen[data-v-93bd907f]{min-height:100vh}.place-content-center[data-v-93bd907f]{place-content:center}.overflow-hidden[data-v-93bd907f]{overflow:hidden}.bg-white[data-v-93bd907f]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-2[data-v-93bd907f]{padding-left:.5rem;padding-right:.5rem}.text-center[data-v-93bd907f]{text-align:center}.text-\[80px\][data-v-93bd907f]{font-size:80px}.text-2xl[data-v-93bd907f]{font-size:1.5rem;line-height:2rem}.text-\[\#020420\][data-v-93bd907f]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\[\#64748B\][data-v-93bd907f]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.font-semibold[data-v-93bd907f]{font-weight:600}.leading-none[data-v-93bd907f]{line-height:1}.tracking-wide[data-v-93bd907f]{letter-spacing:.025em}.font-sans[data-v-93bd907f]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums[data-v-93bd907f]{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.antialiased[data-v-93bd907f]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){.dark\:bg-\[\#020420\][data-v-93bd907f]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.dark\:text-white[data-v-93bd907f]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media(min-width:640px){.sm\:text-\[110px\][data-v-93bd907f]{font-size:110px}.sm\:text-3xl[data-v-93bd907f]{font-size:1.875rem;line-height:2.25rem}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { escapeHtml } from '@vue/shared';
|
|
2
|
+
|
|
3
|
+
const _messages = { "appName": "Nuxt", "statusCode": 500, "statusMessage": "Internal server error", "description": "This page is temporarily unavailable.", "refresh": "Refresh this page" };
|
|
4
|
+
const template = (messages) => {
|
|
5
|
+
messages = { ..._messages, ...messages };
|
|
6
|
+
return '<!DOCTYPE html><html lang="en"><head><title>' + escapeHtml(messages.statusCode) + " - " + escapeHtml(messages.statusMessage) + " | " + escapeHtml(messages.appName) + `</title><meta charset="utf-8"><meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0" name="viewport"><script>!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)}}();<\/script><style>*,: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,h2{font-size:inherit;font-weight:inherit}h1,h2,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: }.grid{display:grid}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.max-w-520px{max-width:520px}.min-h-screen{min-height:100vh}.place-content-center{place-content:center}.overflow-hidden{overflow:hidden}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.px-2{padding-left:.5rem;padding-right:.5rem}.text-center{text-align:center}.text-\\[80px\\]{font-size:80px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\\[\\#020420\\]{--un-text-opacity:1;color:rgb(2 4 32/var(--un-text-opacity))}.text-\\[\\#64748B\\]{--un-text-opacity:1;color:rgb(100 116 139/var(--un-text-opacity))}.font-semibold{font-weight:600}.leading-none{line-height:1}.tracking-wide{letter-spacing:.025em}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){.dark\\:bg-\\[\\#020420\\]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.dark\\:text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}}@media(min-width:640px){.sm\\:text-\\[110px\\]{font-size:110px}.sm\\:text-3xl{font-size:1.875rem;line-height:2.25rem}}</style></head><body class="antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"><div class="max-w-520px text-center"><h1 class="font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]">` + escapeHtml(messages.statusCode) + '</h1><h2 class="font-semibold mb-2 sm:text-3xl text-2xl">' + escapeHtml(messages.statusMessage) + '</h2><p class="mb-4 px-2 text-[#64748B] text-md">' + escapeHtml(messages.description) + "</p></div></body></html>";
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export { template };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { hasInjectionContext, inject } from 'vue';
|
|
2
|
+
import { a as useNuxtApp } from './server.mjs';
|
|
3
|
+
import { u as useHead$1, h as headSymbol } from '../routes/renderer.mjs';
|
|
4
|
+
|
|
5
|
+
function injectHead(nuxtApp) {
|
|
6
|
+
const nuxt = nuxtApp || useNuxtApp();
|
|
7
|
+
return nuxt.ssrContext?.head || nuxt.runWithContext(() => {
|
|
8
|
+
if (hasInjectionContext()) {
|
|
9
|
+
const head = inject(headSymbol);
|
|
10
|
+
if (!head) {
|
|
11
|
+
throw new Error("[nuxt] [unhead] Missing Unhead instance.");
|
|
12
|
+
}
|
|
13
|
+
return head;
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
function useHead(input, options = {}) {
|
|
18
|
+
const head = options.head || injectHead(options.nuxt);
|
|
19
|
+
return useHead$1(input, { head, ...options });
|
|
20
|
+
}
|
|
21
|
+
const _export_sfc = (sfc, props) => {
|
|
22
|
+
const target = sfc.__vccOpts || sfc;
|
|
23
|
+
for (const [key, val] of props) {
|
|
24
|
+
target[key] = val;
|
|
25
|
+
}
|
|
26
|
+
return target;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { _export_sfc as _, useHead as u };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const client_precomputed = ((h,j,k,m,o)=>({dependencies:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":{scripts:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":h={resourceType:"script",module:true,prefetch:true,preload:true,file:"BHIHUtPz.js",name:"entry",src:"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js",isEntry:true,dynamicImports:["../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-404.vue","../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-500.vue"],css:["entry.DJ3VOi_0.css"]}},styles:{"entry.DJ3VOi_0.css":j={file:"entry.DJ3VOi_0.css",resourceType:"style",prefetch:true,preload:true}},preload:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":h,"entry.DJ3VOi_0.css":j},prefetch:{"entry.DJ3VOi_0.css":j}},"_CR6vfq1R.js":{scripts:{},styles:{"entry.DJ3VOi_0.css":j},preload:{"_CR6vfq1R.js":k={resourceType:"script",module:true,prefetch:true,preload:true,file:"CR6vfq1R.js",name:"_plugin-vue_export-helper",imports:["../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js"]},"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":h,"entry.DJ3VOi_0.css":j},prefetch:{"entry.DJ3VOi_0.css":j}},"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-404.vue":{scripts:{},styles:{"error-404.lC6KBLNm.css":m={file:"error-404.lC6KBLNm.css",resourceType:"style",prefetch:true,preload:true},"entry.DJ3VOi_0.css":j},preload:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-404.vue":{resourceType:"script",module:true,prefetch:true,preload:true,file:"DmxzK6E8.js",name:"error-404",src:"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-404.vue",isDynamicEntry:true,imports:["../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js","_CR6vfq1R.js"],css:["error-404.lC6KBLNm.css"]},"error-404.lC6KBLNm.css":m,"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":h,"entry.DJ3VOi_0.css":j,"_CR6vfq1R.js":k},prefetch:{"error-404.lC6KBLNm.css":m,"entry.DJ3VOi_0.css":j}},"error-404.lC6KBLNm.css":{scripts:{},styles:{},preload:{"error-404.lC6KBLNm.css":m},prefetch:{}},"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-500.vue":{scripts:{},styles:{"error-500.NtBcR2wE.css":o={file:"error-500.NtBcR2wE.css",resourceType:"style",prefetch:true,preload:true},"entry.DJ3VOi_0.css":j},preload:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-500.vue":{resourceType:"script",module:true,prefetch:true,preload:true,file:"CCgOhniq.js",name:"error-500",src:"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-500.vue",isDynamicEntry:true,imports:["_CR6vfq1R.js","../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js"],css:["error-500.NtBcR2wE.css"]},"error-500.NtBcR2wE.css":o,"_CR6vfq1R.js":k,"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":h,"entry.DJ3VOi_0.css":j},prefetch:{"error-500.NtBcR2wE.css":o,"entry.DJ3VOi_0.css":j}},"error-500.NtBcR2wE.css":{scripts:{},styles:{},preload:{"error-500.NtBcR2wE.css":o},prefetch:{}},"entry.DJ3VOi_0.css":{scripts:{},styles:{},preload:{"entry.DJ3VOi_0.css":j},prefetch:{}}},entrypoints:["../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js"],modules:{"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-404.vue":{file:"DmxzK6E8.js",resourceType:"script",mimeType:void 0,module:true},"error-404.lC6KBLNm.css":{file:"error-404.lC6KBLNm.css",resourceType:"style",mimeType:void 0,module:void 0},"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/components/error-500.vue":{file:"CCgOhniq.js",resourceType:"script",mimeType:void 0,module:true},"error-500.NtBcR2wE.css":{file:"error-500.NtBcR2wE.css",resourceType:"style",mimeType:void 0,module:void 0},"../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_4ec6669f18d845abd6992fd7e7988545/node_modules/nuxt/dist/app/entry.js":{file:"BHIHUtPz.js",resourceType:"script",mimeType:void 0,module:true},"entry.DJ3VOi_0.css":{file:"entry.DJ3VOi_0.css",resourceType:"style",mimeType:void 0,module:void 0},"_CR6vfq1R.js":{file:"CR6vfq1R.js",resourceType:"script",mimeType:void 0,module:true}}}))();
|
|
2
|
+
|
|
3
|
+
export { client_precomputed as default };
|