diff --git a/resources/newssite/news-nuxt/composables/provide-locale.js b/resources/newssite/news-nuxt/composables/provide-locale.js index 1c813f623..47db4614b 100644 --- a/resources/newssite/news-nuxt/composables/provide-locale.js +++ b/resources/newssite/news-nuxt/composables/provide-locale.js @@ -20,31 +20,31 @@ export function provideLocale() { const { content } = dataSource[lang]; - const selected = Object.create(null); + // Generate unique IDs for all articles, and their content items where appropriate. + const contentWithIds = Object.create(null); Object.keys(content).forEach((key) => { const { sections } = content[key]; - const selectedSections = []; - - for (let i = 0; i < sections.length; i++) { - const selectedSection = { ...sections[i] }; - selectedSections.push(selectedSection); - - const { articles } = selectedSections[i]; - for (let j = 0; j < articles.length; j++) { - articles[j].id = uuidv4(); - const { content } = articles[j]; - if (Array.isArray(content)) { - for (let k = 0; k < content.length; k++) - content[k].id = uuidv4(); + const currentSections = sections.map((section) => { + const currentSection = { ...section }; + currentSection.articles = section.articles.map((article) => { + const currentArticle = { ...article }; + currentArticle.id = uuidv4(); + if (Array.isArray(article.content)) { + currentArticle.content = article.content.map((item) => { + const currentItem = { ...item }; + currentItem.id = uuidv4(); + return currentItem; + }); } + return currentArticle; + }); + return currentSection; + }); - } - } - - selected[key] = { + contentWithIds[key] = { ...content[key], - sections: selectedSections, + sections: currentSections, }; }); @@ -52,7 +52,7 @@ export function provideLocale() { lang, dir, ...dataSource[lang], - content: selected, + content: contentWithIds, }; provide("data", value); diff --git a/resources/newssite/news-nuxt/dist/404.html b/resources/newssite/news-nuxt/dist/404.html index 8a4c85ad1..9c4019662 100644 --- a/resources/newssite/news-nuxt/dist/404.html +++ b/resources/newssite/news-nuxt/dist/404.html @@ -3,6 +3,6 @@ The Daily Broadcast - -
+ +
\ No newline at end of file diff --git a/resources/newssite/news-nuxt/dist/_nuxt/entry.8b385d26.js b/resources/newssite/news-nuxt/dist/_nuxt/entry.30f4d106.js similarity index 86% rename from resources/newssite/news-nuxt/dist/_nuxt/entry.8b385d26.js rename to resources/newssite/news-nuxt/dist/_nuxt/entry.30f4d106.js index 45ba9d02f..ce4eab0c6 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/entry.8b385d26.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/entry.30f4d106.js @@ -1,8 +1,8 @@ -function Rn(e,t){const i=Object.create(null),a=e.split(",");for(let n=0;n!!i[n.toLowerCase()]:n=>!!i[n]}const fe={},zt=[],Ye=()=>{},Nc=()=>!1,Mc=/^on[^a-z]/,Li=e=>Mc.test(e),Nn=e=>e.startsWith("onUpdate:"),Pe=Object.assign,Mn=(e,t)=>{const i=e.indexOf(t);i>-1&&e.splice(i,1)},Oc=Object.prototype.hasOwnProperty,ne=(e,t)=>Oc.call(e,t),X=Array.isArray,Kt=e=>Fi(e)==="[object Map]",Rs=e=>Fi(e)==="[object Set]",Lc=e=>Fi(e)==="[object RegExp]",ee=e=>typeof e=="function",be=e=>typeof e=="string",On=e=>typeof e=="symbol",me=e=>e!==null&&typeof e=="object",Ns=e=>me(e)&&ee(e.then)&&ee(e.catch),Ms=Object.prototype.toString,Fi=e=>Ms.call(e),Fc=e=>Fi(e).slice(8,-1),Os=e=>Fi(e)==="[object Object]",Ln=e=>be(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,wi=Rn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),qa=e=>{const t=Object.create(null);return i=>t[i]||(t[i]=e(i))},Uc=/-(\w)/g,rt=qa(e=>e.replace(Uc,(t,i)=>i?i.toUpperCase():"")),Dc=/\B([A-Z])/g,ni=qa(e=>e.replace(Dc,"-$1").toLowerCase()),Pa=qa(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ua=qa(e=>e?`on${Pa(e)}`:""),Ai=(e,t)=>!Object.is(e,t),yi=(e,t)=>{for(let i=0;i{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:i})},Hc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ls=e=>{const t=be(e)?Number(e):NaN;return isNaN(t)?e:t};let pl;const ln=()=>pl||(pl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ka(e){if(X(e)){const t={};for(let i=0;i{if(i){const a=i.split(Bc);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t}function E(e){let t="";if(be(e))t=e;else if(X(e))for(let i=0;ibe(e)?e:e==null?"":X(e)||me(e)&&(e.toString===Ms||!ee(e.toString))?JSON.stringify(e,Us,2):String(e),Us=(e,t)=>t&&t.__v_isRef?Us(e,t.value):Kt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((i,[a,n])=>(i[`${a} =>`]=n,i),{})}:Rs(t)?{[`Set(${t.size})`]:[...t.values()]}:me(t)&&!X(t)&&!Os(t)?String(t):t;let Qe;class Qc{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Qe,!t&&Qe&&(this.index=(Qe.scopes||(Qe.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const i=Qe;try{return Qe=this,t()}finally{Qe=i}}}on(){Qe=this}off(){Qe=this.parent}stop(t){if(this._active){let i,a;for(i=0,a=this.effects.length;i{const t=new Set(e);return t.w=0,t.n=0,t},Ds=e=>(e.w&Pt)>0,Hs=e=>(e.n&Pt)>0,Yc=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let i=0;for(let a=0;a{(u==="length"||u>=r)&&c.push(o)})}else switch(i!==void 0&&c.push(s.get(i)),t){case"add":X(e)?Ln(i)&&c.push(s.get("length")):(c.push(s.get(Rt)),Kt(e)&&c.push(s.get(rn)));break;case"delete":X(e)||(c.push(s.get(Rt)),Kt(e)&&c.push(s.get(rn)));break;case"set":Kt(e)&&c.push(s.get(Rt));break}if(c.length===1)c[0]&&cn(c[0]);else{const r=[];for(const o of c)o&&r.push(...o);cn(Fn(r))}}function cn(e,t){const i=X(e)?e:[...e];for(const a of i)a.computed&&bl(a);for(const a of i)a.computed||bl(a)}function bl(e,t){(e!==Je||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function Zc(e,t){var i;return(i=ha.get(e))==null?void 0:i.get(t)}const eo=Rn("__proto__,__v_isRef,__isVue"),Vs=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(On)),to=Dn(),io=Dn(!1,!0),ao=Dn(!0),_l=no();function no(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...i){const a=se(this);for(let l=0,s=this.length;l{e[t]=function(...i){li();const a=se(this)[t].apply(this,i);return si(),a}}),e}function lo(e){const t=se(this);return Ue(t,"has",e),t.hasOwnProperty(e)}function Dn(e=!1,t=!1){return function(a,n,l){if(n==="__v_isReactive")return!e;if(n==="__v_isReadonly")return e;if(n==="__v_isShallow")return t;if(n==="__v_raw"&&l===(e?t?jo:Js:t?Qs:Ks).get(a))return a;const s=X(a);if(!e){if(s&&ne(_l,n))return Reflect.get(_l,n,l);if(n==="hasOwnProperty")return lo}const c=Reflect.get(a,n,l);return(On(n)?Vs.has(n):eo(n))||(e||Ue(a,"get",n),t)?c:Ee(c)?s&&Ln(n)?c:c.value:me(c)?e?Ys(c):Ze(c):c}}const so=Ws(),ro=Ws(!0);function Ws(e=!1){return function(i,a,n,l){let s=i[a];if(Ft(s)&&Ee(s)&&!Ee(n))return!1;if(!e&&(!da(n)&&!Ft(n)&&(s=se(s),n=se(n)),!X(i)&&Ee(s)&&!Ee(n)))return s.value=n,!0;const c=X(i)&&Ln(a)?Number(a)e,Ea=e=>Reflect.getPrototypeOf(e);function Ki(e,t,i=!1,a=!1){e=e.__v_raw;const n=se(e),l=se(t);i||(t!==l&&Ue(n,"get",t),Ue(n,"get",l));const{has:s}=Ea(n),c=a?Hn:i?Vn:Si;if(s.call(n,t))return c(e.get(t));if(s.call(n,l))return c(e.get(l));e!==n&&e.get(t)}function Qi(e,t=!1){const i=this.__v_raw,a=se(i),n=se(e);return t||(e!==n&&Ue(a,"has",e),Ue(a,"has",n)),e===n?i.has(e):i.has(e)||i.has(n)}function Ji(e,t=!1){return e=e.__v_raw,!t&&Ue(se(e),"iterate",Rt),Reflect.get(e,"size",e)}function vl(e){e=se(e);const t=se(this);return Ea(t).has.call(t,e)||(t.add(e),ht(t,"add",e,e)),this}function wl(e,t){t=se(t);const i=se(this),{has:a,get:n}=Ea(i);let l=a.call(i,e);l||(e=se(e),l=a.call(i,e));const s=n.call(i,e);return i.set(e,t),l?Ai(t,s)&&ht(i,"set",e,t):ht(i,"add",e,t),this}function yl(e){const t=se(this),{has:i,get:a}=Ea(t);let n=i.call(t,e);n||(e=se(e),n=i.call(t,e)),a&&a.call(t,e);const l=t.delete(e);return n&&ht(t,"delete",e,void 0),l}function jl(){const e=se(this),t=e.size!==0,i=e.clear();return t&&ht(e,"clear",void 0,void 0),i}function Gi(e,t){return function(a,n){const l=this,s=l.__v_raw,c=se(s),r=t?Hn:e?Vn:Si;return!e&&Ue(c,"iterate",Rt),s.forEach((o,u)=>a.call(n,r(o),r(u),l))}}function Yi(e,t,i){return function(...a){const n=this.__v_raw,l=se(n),s=Kt(l),c=e==="entries"||e===Symbol.iterator&&s,r=e==="keys"&&s,o=n[e](...a),u=i?Hn:t?Vn:Si;return!t&&Ue(l,"iterate",r?rn:Rt),{next(){const{value:h,done:g}=o.next();return g?{value:h,done:g}:{value:c?[u(h[0]),u(h[1])]:u(h),done:g}},[Symbol.iterator](){return this}}}}function ft(e){return function(...t){return e==="delete"?!1:this}}function mo(){const e={get(l){return Ki(this,l)},get size(){return Ji(this)},has:Qi,add:vl,set:wl,delete:yl,clear:jl,forEach:Gi(!1,!1)},t={get(l){return Ki(this,l,!1,!0)},get size(){return Ji(this)},has:Qi,add:vl,set:wl,delete:yl,clear:jl,forEach:Gi(!1,!0)},i={get(l){return Ki(this,l,!0)},get size(){return Ji(this,!0)},has(l){return Qi.call(this,l,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Gi(!0,!1)},a={get(l){return Ki(this,l,!0,!0)},get size(){return Ji(this,!0)},has(l){return Qi.call(this,l,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Gi(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(l=>{e[l]=Yi(l,!1,!1),i[l]=Yi(l,!0,!1),t[l]=Yi(l,!1,!0),a[l]=Yi(l,!0,!0)}),[e,i,t,a]}const[po,fo,bo,_o]=mo();function $n(e,t){const i=t?e?_o:bo:e?fo:po;return(a,n,l)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?a:Reflect.get(ne(i,n)&&n in a?i:a,n,l)}const vo={get:$n(!1,!1)},wo={get:$n(!1,!0)},yo={get:$n(!0,!1)},Ks=new WeakMap,Qs=new WeakMap,Js=new WeakMap,jo=new WeakMap;function xo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function qo(e){return e.__v_skip||!Object.isExtensible(e)?0:xo(Fc(e))}function Ze(e){return Ft(e)?e:Bn(e,!1,zs,vo,Ks)}function Gs(e){return Bn(e,!1,go,wo,Qs)}function Ys(e){return Bn(e,!0,ho,yo,Js)}function Bn(e,t,i,a,n){if(!me(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const l=n.get(e);if(l)return l;const s=qo(e);if(s===0)return e;const c=new Proxy(e,s===2?a:i);return n.set(e,c),c}function Qt(e){return Ft(e)?Qt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ft(e){return!!(e&&e.__v_isReadonly)}function da(e){return!!(e&&e.__v_isShallow)}function Xs(e){return Qt(e)||Ft(e)}function se(e){const t=e&&e.__v_raw;return t?se(t):e}function Zs(e){return ua(e,"__v_skip",!0),e}const Si=e=>me(e)?Ze(e):e,Vn=e=>me(e)?Ys(e):e;function er(e){xt&&Je&&(e=se(e),Bs(e.dep||(e.dep=Fn())))}function tr(e,t){e=se(e);const i=e.dep;i&&cn(i)}function Ee(e){return!!(e&&e.__v_isRef===!0)}function We(e){return ir(e,!1)}function Ti(e){return ir(e,!0)}function ir(e,t){return Ee(e)?e:new Po(e,t)}class Po{constructor(t,i){this.__v_isShallow=i,this.dep=void 0,this.__v_isRef=!0,this._rawValue=i?t:se(t),this._value=i?t:Si(t)}get value(){return er(this),this._value}set value(t){const i=this.__v_isShallow||da(t)||Ft(t);t=i?t:se(t),Ai(t,this._rawValue)&&(this._rawValue=t,this._value=i?t:Si(t),tr(this))}}function pe(e){return Ee(e)?e.value:e}const ko={get:(e,t,i)=>pe(Reflect.get(e,t,i)),set:(e,t,i,a)=>{const n=e[t];return Ee(n)&&!Ee(i)?(n.value=i,!0):Reflect.set(e,t,i,a)}};function ar(e){return Qt(e)?e:new Proxy(e,ko)}class Eo{constructor(t,i,a){this._object=t,this._key=i,this._defaultValue=a,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Zc(se(this._object),this._key)}}class Co{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function nr(e,t,i){return Ee(e)?e:ee(e)?new Co(e):me(e)&&arguments.length>1?Ao(e,t,i):We(e)}function Ao(e,t,i){const a=e[t];return Ee(a)?a:new Eo(e,t,i)}class So{constructor(t,i,a,n){this._setter=i,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Un(t,()=>{this._dirty||(this._dirty=!0,tr(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!n,this.__v_isReadonly=a}get value(){const t=se(this);return er(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function To(e,t,i=!1){let a,n;const l=ee(e);return l?(a=e,n=Ye):(a=e.get,n=e.set),new So(a,n,l||!n,i)}function qt(e,t,i,a){let n;try{n=a?e(...a):e()}catch(l){ri(l,t,i)}return n}function ze(e,t,i,a){if(ee(e)){const l=qt(e,t,i,a);return l&&Ns(l)&&l.catch(s=>{ri(s,t,i)}),l}const n=[];for(let l=0;l>>1;Ri(Ie[a])st&&Ie.splice(t,1)}function rr(e){X(e)?Jt.push(...e):(!ut||!ut.includes(e,e.allowRecurse?St+1:St))&&Jt.push(e),sr()}function xl(e,t=Ii?st+1:0){for(;tRi(i)-Ri(a)),St=0;Ste.id==null?1/0:e.id,Mo=(e,t)=>{const i=Ri(e)-Ri(t);if(i===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return i};function cr(e){on=!1,Ii=!0,Ie.sort(Mo);const t=Ye;try{for(st=0;stbe(_)?_.trim():_)),h&&(n=i.map(Hc))}let c,r=a[c=Ua(t)]||a[c=Ua(rt(t))];!r&&l&&(r=a[c=Ua(ni(t))]),r&&ze(r,e,6,n);const o=a[c+"Once"];if(o){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,ze(o,e,6,n)}}function or(e,t,i=!1){const a=t.emitsCache,n=a.get(e);if(n!==void 0)return n;const l=e.emits;let s={},c=!1;if(!ee(e)){const r=o=>{const u=or(o,t,!0);u&&(c=!0,Pe(s,u))};!i&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return!l&&!c?(me(e)&&a.set(e,null),null):(X(l)?l.forEach(r=>s[r]=null):Pe(s,l),me(e)&&a.set(e,s),s)}function Aa(e,t){return!e||!Li(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,ni(t))||ne(e,t))}let Ce=null,Sa=null;function ma(e){const t=Ce;return Ce=e,Sa=e&&e.type.__scopeId||null,t}function Eb(e){Sa=e}function Cb(){Sa=null}function et(e,t=Ce,i){if(!t||e._n)return e;const a=(...n)=>{a._d&&Ll(-1);const l=ma(t);let s;try{s=e(...n)}finally{ma(l),a._d&&Ll(1)}return s};return a._n=!0,a._c=!0,a._d=!0,a}function Da(e){const{type:t,vnode:i,proxy:a,withProxy:n,props:l,propsOptions:[s],slots:c,attrs:r,emit:o,render:u,renderCache:h,data:g,setupState:_,ctx:f,inheritAttrs:y}=e;let T,b;const p=ma(e);try{if(i.shapeFlag&4){const w=n||a;T=Be(u.call(w,w,h,l,_,g,f)),b=r}else{const w=t;T=Be(w.length>1?w(l,{attrs:r,slots:c,emit:o}):w(l,null)),b=t.props?r:Fo(r)}}catch(w){qi.length=0,ri(w,e,1),T=V(Me)}let q=T;if(b&&y!==!1){const w=Object.keys(b),{shapeFlag:A}=q;w.length&&A&7&&(s&&w.some(Nn)&&(b=Uo(b,s)),q=dt(q,b))}return i.dirs&&(q=dt(q),q.dirs=q.dirs?q.dirs.concat(i.dirs):i.dirs),i.transition&&(q.transition=i.transition),T=q,ma(p),T}function Lo(e){let t;for(let i=0;i{let t;for(const i in e)(i==="class"||i==="style"||Li(i))&&((t||(t={}))[i]=e[i]);return t},Uo=(e,t)=>{const i={};for(const a in e)(!Nn(a)||!(a.slice(9)in t))&&(i[a]=e[a]);return i};function Do(e,t,i){const{props:a,children:n,component:l}=e,{props:s,children:c,patchFlag:r}=t,o=l.emitsOptions;if(t.dirs||t.transition)return!0;if(i&&r>=0){if(r&1024)return!0;if(r&16)return a?ql(a,s,o):!!s;if(r&8){const u=t.dynamicProps;for(let h=0;he.__isSuspense,Ho={name:"Suspense",__isSuspense:!0,process(e,t,i,a,n,l,s,c,r,o){e==null?$o(t,i,a,n,l,s,c,r,o):Bo(e,t,i,a,n,s,c,r,o)},hydrate:Vo,create:Kn,normalize:Wo},hr=Ho;function Ni(e,t){const i=e.props&&e.props[t];ee(i)&&i()}function $o(e,t,i,a,n,l,s,c,r){const{p:o,o:{createElement:u}}=r,h=u("div"),g=e.suspense=Kn(e,n,a,t,h,i,l,s,c,r);o(null,g.pendingBranch=e.ssContent,h,null,a,g,l,s),g.deps>0?(Ni(e,"onPending"),Ni(e,"onFallback"),o(null,e.ssFallback,t,i,a,null,l,s),Gt(g,e.ssFallback)):g.resolve(!1,!0)}function Bo(e,t,i,a,n,l,s,c,{p:r,um:o,o:{createElement:u}}){const h=t.suspense=e.suspense;h.vnode=t,t.el=e.el;const g=t.ssContent,_=t.ssFallback,{activeBranch:f,pendingBranch:y,isInFallback:T,isHydrating:b}=h;if(y)h.pendingBranch=g,Ge(g,y)?(r(y,g,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0?h.resolve():T&&(r(f,_,i,a,n,null,l,s,c),Gt(h,_))):(h.pendingId++,b?(h.isHydrating=!1,h.activeBranch=y):o(y,n,h),h.deps=0,h.effects.length=0,h.hiddenContainer=u("div"),T?(r(null,g,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0?h.resolve():(r(f,_,i,a,n,null,l,s,c),Gt(h,_))):f&&Ge(g,f)?(r(f,g,i,a,n,h,l,s,c),h.resolve(!0)):(r(null,g,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0&&h.resolve()));else if(f&&Ge(g,f))r(f,g,i,a,n,h,l,s,c),Gt(h,g);else if(Ni(t,"onPending"),h.pendingBranch=g,h.pendingId++,r(null,g,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0)h.resolve();else{const{timeout:p,pendingId:q}=h;p>0?setTimeout(()=>{h.pendingId===q&&h.fallback(_)},p):p===0&&h.fallback(_)}}function Kn(e,t,i,a,n,l,s,c,r,o,u=!1){const{p:h,m:g,um:_,n:f,o:{parentNode:y,remove:T}}=o;let b;const p=zo(e);p&&t!=null&&t.pendingBranch&&(b=t.pendingId,t.deps++);const q=e.props?Ls(e.props.timeout):void 0,w={vnode:e,parent:t,parentComponent:i,isSVG:s,container:a,hiddenContainer:n,anchor:l,deps:0,pendingId:0,timeout:typeof q=="number"?q:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(A=!1,O=!1){const{vnode:N,activeBranch:x,pendingBranch:D,pendingId:z,effects:Y,parentComponent:$,container:Z}=w;if(w.isHydrating)w.isHydrating=!1;else if(!A){const ae=x&&D.transition&&D.transition.mode==="out-in";ae&&(x.transition.afterLeave=()=>{z===w.pendingId&&g(D,Z,ce,0)});let{anchor:ce}=w;x&&(ce=f(x),_(x,$,w,!0)),ae||g(D,Z,ce,0)}Gt(w,D),w.pendingBranch=null,w.isInFallback=!1;let W=w.parent,je=!1;for(;W;){if(W.pendingBranch){W.effects.push(...Y),je=!0;break}W=W.parent}je||rr(Y),w.effects=[],p&&t&&t.pendingBranch&&b===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Ni(N,"onResolve")},fallback(A){if(!w.pendingBranch)return;const{vnode:O,activeBranch:N,parentComponent:x,container:D,isSVG:z}=w;Ni(O,"onFallback");const Y=f(N),$=()=>{w.isInFallback&&(h(null,A,D,Y,x,null,z,c,r),Gt(w,A))},Z=A.transition&&A.transition.mode==="out-in";Z&&(N.transition.afterLeave=$),w.isInFallback=!0,_(N,x,null,!0),Z||$()},move(A,O,N){w.activeBranch&&g(w.activeBranch,A,O,N),w.container=A},next(){return w.activeBranch&&f(w.activeBranch)},registerDep(A,O){const N=!!w.pendingBranch;N&&w.deps++;const x=A.vnode.el;A.asyncDep.catch(D=>{ri(D,A,0)}).then(D=>{if(A.isUnmounted||w.isUnmounted||w.pendingId!==A.suspenseId)return;A.asyncResolved=!0;const{vnode:z}=A;fn(A,D,!1),x&&(z.el=x);const Y=!x&&A.subTree.el;O(A,z,y(x||A.subTree.el),x?null:f(A.subTree),w,s,r),Y&&T(Y),zn(A,z.el),N&&--w.deps===0&&w.resolve()})},unmount(A,O){w.isUnmounted=!0,w.activeBranch&&_(w.activeBranch,i,A,O),w.pendingBranch&&_(w.pendingBranch,i,A,O)}};return w}function Vo(e,t,i,a,n,l,s,c,r){const o=t.suspense=Kn(t,a,i,e.parentNode,document.createElement("div"),null,n,l,s,c,!0),u=r(e,o.pendingBranch=t.ssContent,i,o,l,s);return o.deps===0&&o.resolve(!1,!0),u}function Wo(e){const{shapeFlag:t,children:i}=e,a=t&32;e.ssContent=Pl(a?i.default:i),e.ssFallback=a?Pl(i.fallback):V(Me)}function Pl(e){let t;if(ee(e)){const i=Xt&&e._c;i&&(e._d=!1,R()),e=e(),i&&(e._d=!0,t=Ve,Fr())}return X(e)&&(e=Lo(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(i=>i!==e)),e}function dr(e,t){t&&t.pendingBranch?X(e)?t.effects.push(...e):t.effects.push(e):rr(e)}function Gt(e,t){e.activeBranch=t;const{vnode:i,parentComponent:a}=e,n=i.el=t.el;a&&a.subTree===i&&(a.vnode.el=n,zn(a,n))}function zo(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function Ko(e,t){return Qn(e,null,t)}const Xi={};function Nt(e,t,i){return Qn(e,t,i)}function Qn(e,t,{immediate:i,deep:a,flush:n,onTrack:l,onTrigger:s}=fe){var c;const r=Gc()===((c=qe)==null?void 0:c.scope)?qe:null;let o,u=!1,h=!1;if(Ee(e)?(o=()=>e.value,u=da(e)):Qt(e)?(o=()=>e,a=!0):X(e)?(h=!0,u=e.some(w=>Qt(w)||da(w)),o=()=>e.map(w=>{if(Ee(w))return w.value;if(Qt(w))return It(w);if(ee(w))return qt(w,r,2)})):ee(e)?t?o=()=>qt(e,r,2):o=()=>{if(!(r&&r.isUnmounted))return g&&g(),ze(e,r,3,[_])}:o=Ye,t&&a){const w=o;o=()=>It(w())}let g,_=w=>{g=p.onStop=()=>{qt(w,r,4)}},f;if(ti)if(_=Ye,t?i&&ze(t,r,3,[o(),h?[]:void 0,_]):o(),n==="sync"){const w=Du();f=w.__watcherHandles||(w.__watcherHandles=[])}else return Ye;let y=h?new Array(e.length).fill(Xi):Xi;const T=()=>{if(p.active)if(t){const w=p.run();(a||u||(h?w.some((A,O)=>Ai(A,y[O])):Ai(w,y)))&&(g&&g(),ze(t,r,3,[w,y===Xi?void 0:h&&y[0]===Xi?[]:y,_]),y=w)}else p.run()};T.allowRecurse=!!t;let b;n==="sync"?b=T:n==="post"?b=()=>Se(T,r&&r.suspense):(T.pre=!0,r&&(T.id=r.uid),b=()=>Ca(T));const p=new Un(o,b);t?i?T():y=p.run():n==="post"?Se(p.run.bind(p),r&&r.suspense):p.run();const q=()=>{p.stop(),r&&r.scope&&Mn(r.scope.effects,p)};return f&&f.push(q),q}function Qo(e,t,i){const a=this.proxy,n=be(e)?e.includes(".")?gr(a,e):()=>a[e]:e.bind(a,a);let l;ee(t)?l=t:(l=t.handler,i=t);const s=qe;ei(this);const c=Qn(n,l.bind(a),i);return s?ei(s):Lt(),c}function gr(e,t){const i=t.split(".");return()=>{let a=e;for(let n=0;n{It(i,t)});else if(Os(e))for(const i in e)It(e[i],t);return e}function Jn(e,t){const i=Ce;if(i===null)return e;const a=Ra(i)||i.proxy,n=e.dirs||(e.dirs=[]);for(let l=0;l{e.isMounted=!0}),Hi(()=>{e.isUnmounting=!0}),e}const $e=[Function,Array],mr={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:$e,onEnter:$e,onAfterEnter:$e,onEnterCancelled:$e,onBeforeLeave:$e,onLeave:$e,onAfterLeave:$e,onLeaveCancelled:$e,onBeforeAppear:$e,onAppear:$e,onAfterAppear:$e,onAppearCancelled:$e},Go={name:"BaseTransition",props:mr,setup(e,{slots:t}){const i=$i(),a=Jo();let n;return()=>{const l=t.default&&fr(t.default(),!0);if(!l||!l.length)return;let s=l[0];if(l.length>1){for(const y of l)if(y.type!==Me){s=y;break}}const c=se(e),{mode:r}=c;if(a.isLeaving)return Ha(s);const o=kl(s);if(!o)return Ha(s);const u=un(o,c,a,i);pa(o,u);const h=i.subTree,g=h&&kl(h);let _=!1;const{getTransitionKey:f}=o.type;if(f){const y=f();n===void 0?n=y:y!==n&&(n=y,_=!0)}if(g&&g.type!==Me&&(!Ge(o,g)||_)){const y=un(g,c,a,i);if(pa(g,y),r==="out-in")return a.isLeaving=!0,y.afterLeave=()=>{a.isLeaving=!1,i.update.active!==!1&&i.update()},Ha(s);r==="in-out"&&o.type!==Me&&(y.delayLeave=(T,b,p)=>{const q=pr(a,g);q[String(g.key)]=g,T._leaveCb=()=>{b(),T._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return s}}},Yo=Go;function pr(e,t){const{leavingVNodes:i}=e;let a=i.get(t.type);return a||(a=Object.create(null),i.set(t.type,a)),a}function un(e,t,i,a){const{appear:n,mode:l,persisted:s=!1,onBeforeEnter:c,onEnter:r,onAfterEnter:o,onEnterCancelled:u,onBeforeLeave:h,onLeave:g,onAfterLeave:_,onLeaveCancelled:f,onBeforeAppear:y,onAppear:T,onAfterAppear:b,onAppearCancelled:p}=t,q=String(e.key),w=pr(i,e),A=(x,D)=>{x&&ze(x,a,9,D)},O=(x,D)=>{const z=D[1];A(x,D),X(x)?x.every(Y=>Y.length<=1)&&z():x.length<=1&&z()},N={mode:l,persisted:s,beforeEnter(x){let D=c;if(!i.isMounted)if(n)D=y||c;else return;x._leaveCb&&x._leaveCb(!0);const z=w[q];z&&Ge(e,z)&&z.el._leaveCb&&z.el._leaveCb(),A(D,[x])},enter(x){let D=r,z=o,Y=u;if(!i.isMounted)if(n)D=T||r,z=b||o,Y=p||u;else return;let $=!1;const Z=x._enterCb=W=>{$||($=!0,W?A(Y,[x]):A(z,[x]),N.delayedLeave&&N.delayedLeave(),x._enterCb=void 0)};D?O(D,[x,Z]):Z()},leave(x,D){const z=String(e.key);if(x._enterCb&&x._enterCb(!0),i.isUnmounting)return D();A(h,[x]);let Y=!1;const $=x._leaveCb=Z=>{Y||(Y=!0,D(),Z?A(f,[x]):A(_,[x]),x._leaveCb=void 0,w[z]===e&&delete w[z])};w[z]=e,g?O(g,[x,$]):$()},clone(x){return un(x,t,i,a)}};return N}function Ha(e){if(Ui(e))return e=dt(e),e.children=null,e}function kl(e){return Ui(e)?e.children?e.children[0]:void 0:e}function pa(e,t){e.shapeFlag&6&&e.component?pa(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 fr(e,t=!1,i){let a=[],n=0;for(let l=0;l1)for(let l=0;lPe({name:e.name},t,{setup:e}))():e}const Mt=e=>!!e.type.__asyncLoader;function Xo(e){ee(e)&&(e={loader:e});const{loader:t,loadingComponent:i,errorComponent:a,delay:n=200,timeout:l,suspensible:s=!0,onError:c}=e;let r=null,o,u=0;const h=()=>(u++,r=null,g()),g=()=>{let _;return r||(_=r=t().catch(f=>{if(f=f instanceof Error?f:new Error(String(f)),c)return new Promise((y,T)=>{c(f,()=>y(h()),()=>T(f),u+1)});throw f}).then(f=>_!==r&&r?r:(f&&(f.__esModule||f[Symbol.toStringTag]==="Module")&&(f=f.default),o=f,f)))};return ci({name:"AsyncComponentWrapper",__asyncLoader:g,get __asyncResolved(){return o},setup(){const _=qe;if(o)return()=>$a(o,_);const f=p=>{r=null,ri(p,_,13,!a)};if(s&&_.suspense||ti)return g().then(p=>()=>$a(p,_)).catch(p=>(f(p),()=>a?V(a,{error:p}):null));const y=We(!1),T=We(),b=We(!!n);return n&&setTimeout(()=>{b.value=!1},n),l!=null&&setTimeout(()=>{if(!y.value&&!T.value){const p=new Error(`Async component timed out after ${l}ms.`);f(p),T.value=p}},l),g().then(()=>{y.value=!0,_.parent&&Ui(_.parent.vnode)&&Ca(_.parent.update)}).catch(p=>{f(p),T.value=p}),()=>{if(y.value&&o)return $a(o,_);if(T.value&&a)return V(a,{error:T.value});if(i&&!b.value)return V(i)}}})}function $a(e,t){const{ref:i,props:a,children:n,ce:l}=t.vnode,s=V(e,a,n);return s.ref=i,s.ce=l,delete t.vnode.ce,s}const Ui=e=>e.type.__isKeepAlive,Zo={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const i=$i(),a=i.ctx;if(!a.renderer)return()=>{const p=t.default&&t.default();return p&&p.length===1?p[0]:p};const n=new Map,l=new Set;let s=null;const c=i.suspense,{renderer:{p:r,m:o,um:u,o:{createElement:h}}}=a,g=h("div");a.activate=(p,q,w,A,O)=>{const N=p.component;o(p,q,w,0,c),r(N.vnode,p,q,w,N,c,A,p.slotScopeIds,O),Se(()=>{N.isDeactivated=!1,N.a&&yi(N.a);const x=p.props&&p.props.onVnodeMounted;x&&Fe(x,N.parent,p)},c)},a.deactivate=p=>{const q=p.component;o(p,g,null,1,c),Se(()=>{q.da&&yi(q.da);const w=p.props&&p.props.onVnodeUnmounted;w&&Fe(w,q.parent,p),q.isDeactivated=!0},c)};function _(p){Ba(p),u(p,i,c,!0)}function f(p){n.forEach((q,w)=>{const A=bn(q.type);A&&(!p||!p(A))&&y(w)})}function y(p){const q=n.get(p);!s||!Ge(q,s)?_(q):s&&Ba(s),n.delete(p),l.delete(p)}Nt(()=>[e.include,e.exclude],([p,q])=>{p&&f(w=>_i(p,w)),q&&f(w=>!_i(q,w))},{flush:"post",deep:!0});let T=null;const b=()=>{T!=null&&n.set(T,Va(i.subTree))};return Di(b),wr(b),Hi(()=>{n.forEach(p=>{const{subTree:q,suspense:w}=i,A=Va(q);if(p.type===A.type&&p.key===A.key){Ba(A);const O=A.component.da;O&&Se(O,w);return}_(p)})}),()=>{if(T=null,!t.default)return null;const p=t.default(),q=p[0];if(p.length>1)return s=null,p;if(!Zt(q)||!(q.shapeFlag&4)&&!(q.shapeFlag&128))return s=null,q;let w=Va(q);const A=w.type,O=bn(Mt(w)?w.type.__asyncResolved||{}:A),{include:N,exclude:x,max:D}=e;if(N&&(!O||!_i(N,O))||x&&O&&_i(x,O))return s=w,q;const z=w.key==null?A:w.key,Y=n.get(z);return w.el&&(w=dt(w),q.shapeFlag&128&&(q.ssContent=w)),T=z,Y?(w.el=Y.el,w.component=Y.component,w.transition&&pa(w,w.transition),w.shapeFlag|=512,l.delete(z),l.add(z)):(l.add(z),D&&l.size>parseInt(D,10)&&y(l.values().next().value)),w.shapeFlag|=256,s=w,ur(q.type)?q:w}}},eu=Zo;function _i(e,t){return X(e)?e.some(i=>_i(i,t)):be(e)?e.split(",").includes(t):Lc(e)?e.test(t):!1}function br(e,t){vr(e,"a",t)}function _r(e,t){vr(e,"da",t)}function vr(e,t,i=qe){const a=e.__wdc||(e.__wdc=()=>{let n=i;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Ta(t,a,i),i){let n=i.parent;for(;n&&n.parent;)Ui(n.parent.vnode)&&tu(a,t,i,n),n=n.parent}}function tu(e,t,i,a){const n=Ta(t,e,a,!0);yr(()=>{Mn(a[t],n)},i)}function Ba(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Va(e){return e.shapeFlag&128?e.ssContent:e}function Ta(e,t,i=qe,a=!1){if(i){const n=i[e]||(i[e]=[]),l=t.__weh||(t.__weh=(...s)=>{if(i.isUnmounted)return;li(),ei(i);const c=ze(t,i,e,s);return Lt(),si(),c});return a?n.unshift(l):n.push(l),l}}const gt=e=>(t,i=qe)=>(!ti||e==="sp")&&Ta(e,(...a)=>t(...a),i),iu=gt("bm"),Di=gt("m"),au=gt("bu"),wr=gt("u"),Hi=gt("bum"),yr=gt("um"),nu=gt("sp"),lu=gt("rtg"),su=gt("rtc");function jr(e,t=qe){Ta("ec",e,t)}const Gn="components";function ru(e,t){return Pr(Gn,e,!0,t)||e}const xr=Symbol.for("v-ndc");function qr(e){return be(e)?Pr(Gn,e,!1)||e:e||xr}function Pr(e,t,i=!0,a=!1){const n=Ce||qe;if(n){const l=n.type;if(e===Gn){const c=bn(l,!1);if(c&&(c===t||c===rt(t)||c===Pa(rt(t))))return l}const s=El(n[e]||l[e],t)||El(n.appContext[e],t);return!s&&a?l:s}}function El(e,t){return e&&(e[t]||e[rt(t)]||e[Pa(rt(t))])}function He(e,t,i,a){let n;const l=i&&i[a];if(X(e)||be(e)){n=new Array(e.length);for(let s=0,c=e.length;st(s,c,void 0,l&&l[c]));else{const s=Object.keys(e);n=new Array(s.length);for(let c=0,r=s.length;cZt(t)?!(t.type===Me||t.type===le&&!kr(t.children)):!0)?e:null}const hn=e=>e?Hr(e)?Ra(e)||e.proxy:hn(e.parent):null,ji=Pe(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),$emit:e=>e.emit,$options:e=>Xn(e),$forceUpdate:e=>e.f||(e.f=()=>Ca(e.update)),$nextTick:e=>e.n||(e.n=Ut.bind(e.proxy)),$watch:e=>Qo.bind(e)}),Wa=(e,t)=>e!==fe&&!e.__isScriptSetup&&ne(e,t),cu={get({_:e},t){const{ctx:i,setupState:a,data:n,props:l,accessCache:s,type:c,appContext:r}=e;let o;if(t[0]!=="$"){const _=s[t];if(_!==void 0)switch(_){case 1:return a[t];case 2:return n[t];case 4:return i[t];case 3:return l[t]}else{if(Wa(a,t))return s[t]=1,a[t];if(n!==fe&&ne(n,t))return s[t]=2,n[t];if((o=e.propsOptions[0])&&ne(o,t))return s[t]=3,l[t];if(i!==fe&&ne(i,t))return s[t]=4,i[t];dn&&(s[t]=0)}}const u=ji[t];let h,g;if(u)return t==="$attrs"&&Ue(e,"get",t),u(e);if((h=c.__cssModules)&&(h=h[t]))return h;if(i!==fe&&ne(i,t))return s[t]=4,i[t];if(g=r.config.globalProperties,ne(g,t))return g[t]},set({_:e},t,i){const{data:a,setupState:n,ctx:l}=e;return Wa(n,t)?(n[t]=i,!0):a!==fe&&ne(a,t)?(a[t]=i,!0):ne(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(l[t]=i,!0)},has({_:{data:e,setupState:t,accessCache:i,ctx:a,appContext:n,propsOptions:l}},s){let c;return!!i[s]||e!==fe&&ne(e,s)||Wa(t,s)||(c=l[0])&&ne(c,s)||ne(a,s)||ne(ji,s)||ne(n.config.globalProperties,s)},defineProperty(e,t,i){return i.get!=null?e._.accessCache[t]=0:ne(i,"value")&&this.set(e,t,i.value,null),Reflect.defineProperty(e,t,i)}};function Cl(e){return X(e)?e.reduce((t,i)=>(t[i]=null,t),{}):e}let dn=!0;function ou(e){const t=Xn(e),i=e.proxy,a=e.ctx;dn=!1,t.beforeCreate&&Al(t.beforeCreate,e,"bc");const{data:n,computed:l,methods:s,watch:c,provide:r,inject:o,created:u,beforeMount:h,mounted:g,beforeUpdate:_,updated:f,activated:y,deactivated:T,beforeDestroy:b,beforeUnmount:p,destroyed:q,unmounted:w,render:A,renderTracked:O,renderTriggered:N,errorCaptured:x,serverPrefetch:D,expose:z,inheritAttrs:Y,components:$,directives:Z,filters:W}=t;if(o&&uu(o,a,null),s)for(const ce in s){const oe=s[ce];ee(oe)&&(a[ce]=oe.bind(i))}if(n){const ce=n.call(i,i);me(ce)&&(e.data=Ze(ce))}if(dn=!0,l)for(const ce in l){const oe=l[ce],ct=ee(oe)?oe.bind(i,i):ee(oe.get)?oe.get.bind(i,i):Ye,pt=!ee(oe)&&ee(oe.set)?oe.set.bind(i):Ye,it=Re({get:ct,set:pt});Object.defineProperty(a,ce,{enumerable:!0,configurable:!0,get:()=>it.value,set:Oe=>it.value=Oe})}if(c)for(const ce in c)Er(c[ce],a,i,ce);if(r){const ce=ee(r)?r.call(i):r;Reflect.ownKeys(ce).forEach(oe=>{Ot(oe,ce[oe])})}u&&Al(u,e,"c");function ae(ce,oe){X(oe)?oe.forEach(ct=>ce(ct.bind(i))):oe&&ce(oe.bind(i))}if(ae(iu,h),ae(Di,g),ae(au,_),ae(wr,f),ae(br,y),ae(_r,T),ae(jr,x),ae(su,O),ae(lu,N),ae(Hi,p),ae(yr,w),ae(nu,D),X(z))if(z.length){const ce=e.exposed||(e.exposed={});z.forEach(oe=>{Object.defineProperty(ce,oe,{get:()=>i[oe],set:ct=>i[oe]=ct})})}else e.exposed||(e.exposed={});A&&e.render===Ye&&(e.render=A),Y!=null&&(e.inheritAttrs=Y),$&&(e.components=$),Z&&(e.directives=Z)}function uu(e,t,i=Ye){X(e)&&(e=gn(e));for(const a in e){const n=e[a];let l;me(n)?"default"in n?l=we(n.from||a,n.default,!0):l=we(n.from||a):l=we(n),Ee(l)?Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>l.value,set:s=>l.value=s}):t[a]=l}}function Al(e,t,i){ze(X(e)?e.map(a=>a.bind(t.proxy)):e.bind(t.proxy),t,i)}function Er(e,t,i,a){const n=a.includes(".")?gr(i,a):()=>i[a];if(be(e)){const l=t[e];ee(l)&&Nt(n,l)}else if(ee(e))Nt(n,e.bind(i));else if(me(e))if(X(e))e.forEach(l=>Er(l,t,i,a));else{const l=ee(e.handler)?e.handler.bind(i):t[e.handler];ee(l)&&Nt(n,l,e)}}function Xn(e){const t=e.type,{mixins:i,extends:a}=t,{mixins:n,optionsCache:l,config:{optionMergeStrategies:s}}=e.appContext,c=l.get(t);let r;return c?r=c:!n.length&&!i&&!a?r=t:(r={},n.length&&n.forEach(o=>fa(r,o,s,!0)),fa(r,t,s)),me(t)&&l.set(t,r),r}function fa(e,t,i,a=!1){const{mixins:n,extends:l}=t;l&&fa(e,l,i,!0),n&&n.forEach(s=>fa(e,s,i,!0));for(const s in t)if(!(a&&s==="expose")){const c=hu[s]||i&&i[s];e[s]=c?c(e[s],t[s]):t[s]}return e}const hu={data:Sl,props:Tl,emits:Tl,methods:vi,computed:vi,beforeCreate:Ne,created:Ne,beforeMount:Ne,mounted:Ne,beforeUpdate:Ne,updated:Ne,beforeDestroy:Ne,beforeUnmount:Ne,destroyed:Ne,unmounted:Ne,activated:Ne,deactivated:Ne,errorCaptured:Ne,serverPrefetch:Ne,components:vi,directives:vi,watch:gu,provide:Sl,inject:du};function Sl(e,t){return t?e?function(){return Pe(ee(e)?e.call(this,this):e,ee(t)?t.call(this,this):t)}:t:e}function du(e,t){return vi(gn(e),gn(t))}function gn(e){if(X(e)){const t={};for(let i=0;i1)return i&&ee(t)?t.call(a&&a.proxy):t}}function Ar(){return!!(qe||Ce||Mi)}function fu(e,t,i,a=!1){const n={},l={};ua(l,Ia,1),e.propsDefaults=Object.create(null),Sr(e,t,n,l);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);i?e.props=a?n:Gs(n):e.type.props?e.props=n:e.props=l,e.attrs=l}function bu(e,t,i,a){const{props:n,attrs:l,vnode:{patchFlag:s}}=e,c=se(n),[r]=e.propsOptions;let o=!1;if((a||s>0)&&!(s&16)){if(s&8){const u=e.vnode.dynamicProps;for(let h=0;h{r=!0;const[g,_]=Tr(h,t,!0);Pe(s,g),_&&c.push(..._)};!i&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!l&&!r)return me(e)&&a.set(e,zt),zt;if(X(l))for(let u=0;u-1,_[1]=y<0||f-1||ne(_,"default"))&&c.push(h)}}}const o=[s,c];return me(e)&&a.set(e,o),o}function Il(e){return e[0]!=="$"}function Rl(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Nl(e,t){return Rl(e)===Rl(t)}function Ml(e,t){return X(t)?t.findIndex(i=>Nl(i,e)):ee(t)&&Nl(t,e)?0:-1}const Ir=e=>e[0]==="_"||e==="$stable",Zn=e=>X(e)?e.map(Be):[Be(e)],_u=(e,t,i)=>{if(t._n)return t;const a=et((...n)=>Zn(t(...n)),i);return a._c=!1,a},Rr=(e,t,i)=>{const a=e._ctx;for(const n in e){if(Ir(n))continue;const l=e[n];if(ee(l))t[n]=_u(n,l,a);else if(l!=null){const s=Zn(l);t[n]=()=>s}}},Nr=(e,t)=>{const i=Zn(t);e.slots.default=()=>i},vu=(e,t)=>{if(e.vnode.shapeFlag&32){const i=t._;i?(e.slots=se(t),ua(t,"_",i)):Rr(t,e.slots={})}else e.slots={},t&&Nr(e,t);ua(e.slots,Ia,1)},wu=(e,t,i)=>{const{vnode:a,slots:n}=e;let l=!0,s=fe;if(a.shapeFlag&32){const c=t._;c?i&&c===1?l=!1:(Pe(n,t),!i&&c===1&&delete n._):(l=!t.$stable,Rr(t,n)),s=t}else t&&(Nr(e,t),s={default:1});if(l)for(const c in n)!Ir(c)&&!(c in s)&&delete n[c]};function ba(e,t,i,a,n=!1){if(X(e)){e.forEach((g,_)=>ba(g,t&&(X(t)?t[_]:t),i,a,n));return}if(Mt(a)&&!n)return;const l=a.shapeFlag&4?Ra(a.component)||a.component.proxy:a.el,s=n?null:l,{i:c,r}=e,o=t&&t.r,u=c.refs===fe?c.refs={}:c.refs,h=c.setupState;if(o!=null&&o!==r&&(be(o)?(u[o]=null,ne(h,o)&&(h[o]=null)):Ee(o)&&(o.value=null)),ee(r))qt(r,c,12,[s,u]);else{const g=be(r),_=Ee(r);if(g||_){const f=()=>{if(e.f){const y=g?ne(h,r)?h[r]:u[r]:r.value;n?X(y)&&Mn(y,l):X(y)?y.includes(l)||y.push(l):g?(u[r]=[l],ne(h,r)&&(h[r]=u[r])):(r.value=[l],e.k&&(u[e.k]=r.value))}else g?(u[r]=s,ne(h,r)&&(h[r]=s)):_&&(r.value=s,e.k&&(u[e.k]=s))};s?(f.id=-1,Se(f,i)):f()}}}let bt=!1;const Zi=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",ea=e=>e.nodeType===8;function yu(e){const{mt:t,p:i,o:{patchProp:a,createText:n,nextSibling:l,parentNode:s,remove:c,insert:r,createComment:o}}=e,u=(b,p)=>{if(!p.hasChildNodes()){i(null,b,p),ga(),p._vnode=b;return}bt=!1,h(p.firstChild,b,null,null,null),ga(),p._vnode=b,bt&&console.error("Hydration completed but contains mismatches.")},h=(b,p,q,w,A,O=!1)=>{const N=ea(b)&&b.data==="[",x=()=>y(b,p,q,w,A,N),{type:D,ref:z,shapeFlag:Y,patchFlag:$}=p;let Z=b.nodeType;p.el=b,$===-2&&(O=!1,p.dynamicChildren=null);let W=null;switch(D){case Yt:Z!==3?p.children===""?(r(p.el=n(""),s(b),b),W=b):W=x():(b.data!==p.children&&(bt=!0,b.data=p.children),W=l(b));break;case Me:Z!==8||N?W=x():W=l(b);break;case ca:if(N&&(b=l(b),Z=b.nodeType),Z===1||Z===3){W=b;const je=!p.children.length;for(let ae=0;ae{O=O||!!p.dynamicChildren;const{type:N,props:x,patchFlag:D,shapeFlag:z,dirs:Y}=p,$=N==="input"&&Y||N==="option";if($||D!==-1){if(Y&<(p,null,q,"created"),x)if($||!O||D&48)for(const W in x)($&&W.endsWith("value")||Li(W)&&!wi(W))&&a(b,W,null,x[W],!1,void 0,q);else x.onClick&&a(b,"onClick",null,x.onClick,!1,void 0,q);let Z;if((Z=x&&x.onVnodeBeforeMount)&&Fe(Z,q,p),Y&<(p,null,q,"beforeMount"),((Z=x&&x.onVnodeMounted)||Y)&&dr(()=>{Z&&Fe(Z,q,p),Y&<(p,null,q,"mounted")},w),z&16&&!(x&&(x.innerHTML||x.textContent))){let W=_(b.firstChild,p,b,q,w,A,O);for(;W;){bt=!0;const je=W;W=W.nextSibling,c(je)}}else z&8&&b.textContent!==p.children&&(bt=!0,b.textContent=p.children)}return b.nextSibling},_=(b,p,q,w,A,O,N)=>{N=N||!!p.dynamicChildren;const x=p.children,D=x.length;for(let z=0;z{const{slotScopeIds:N}=p;N&&(A=A?A.concat(N):N);const x=s(b),D=_(l(b),p,x,q,w,A,O);return D&&ea(D)&&D.data==="]"?l(p.anchor=D):(bt=!0,r(p.anchor=o("]"),x,D),D)},y=(b,p,q,w,A,O)=>{if(bt=!0,p.el=null,O){const D=T(b);for(;;){const z=l(b);if(z&&z!==D)c(z);else break}}const N=l(b),x=s(b);return c(b),i(null,p,x,N,q,w,Zi(x),A),N},T=b=>{let p=0;for(;b;)if(b=l(b),b&&ea(b)&&(b.data==="["&&p++,b.data==="]")){if(p===0)return l(b);p--}return b};return[u,h]}const Se=dr;function ju(e){return Mr(e)}function xu(e){return Mr(e,yu)}function Mr(e,t){const i=ln();i.__VUE__=!0;const{insert:a,remove:n,patchProp:l,createElement:s,createText:c,createComment:r,setText:o,setElementText:u,parentNode:h,nextSibling:g,setScopeId:_=Ye,insertStaticContent:f}=e,y=(d,m,v,j=null,C=null,S=null,H=!1,M=null,L=!!m.dynamicChildren)=>{if(d===m)return;d&&!Ge(d,m)&&(j=k(d),Oe(d,C,S,!0),d=null),m.patchFlag===-2&&(L=!1,m.dynamicChildren=null);const{type:I,ref:J,shapeFlag:K}=m;switch(I){case Yt:T(d,m,v,j);break;case Me:b(d,m,v,j);break;case ca:d==null&&p(m,v,j,H);break;case le:$(d,m,v,j,C,S,H,M,L);break;default:K&1?A(d,m,v,j,C,S,H,M,L):K&6?Z(d,m,v,j,C,S,H,M,L):(K&64||K&128)&&I.process(d,m,v,j,C,S,H,M,L,F)}J!=null&&C&&ba(J,d&&d.ref,S,m||d,!m)},T=(d,m,v,j)=>{if(d==null)a(m.el=c(m.children),v,j);else{const C=m.el=d.el;m.children!==d.children&&o(C,m.children)}},b=(d,m,v,j)=>{d==null?a(m.el=r(m.children||""),v,j):m.el=d.el},p=(d,m,v,j)=>{[d.el,d.anchor]=f(d.children,m,v,j,d.el,d.anchor)},q=({el:d,anchor:m},v,j)=>{let C;for(;d&&d!==m;)C=g(d),a(d,v,j),d=C;a(m,v,j)},w=({el:d,anchor:m})=>{let v;for(;d&&d!==m;)v=g(d),n(d),d=v;n(m)},A=(d,m,v,j,C,S,H,M,L)=>{H=H||m.type==="svg",d==null?O(m,v,j,C,S,H,M,L):D(d,m,C,S,H,M,L)},O=(d,m,v,j,C,S,H,M)=>{let L,I;const{type:J,props:K,shapeFlag:G,transition:te,dirs:ie}=d;if(L=d.el=s(d.type,S,K&&K.is,K),G&8?u(L,d.children):G&16&&x(d.children,L,null,j,C,S&&J!=="foreignObject",H,M),ie&<(d,null,j,"created"),N(L,d,d.scopeId,H,j),K){for(const de in K)de!=="value"&&!wi(de)&&l(L,de,null,K[de],S,d.children,j,C,Te);"value"in K&&l(L,"value",null,K.value),(I=K.onVnodeBeforeMount)&&Fe(I,j,d)}ie&<(d,null,j,"beforeMount");const ge=(!C||C&&!C.pendingBranch)&&te&&!te.persisted;ge&&te.beforeEnter(L),a(L,m,v),((I=K&&K.onVnodeMounted)||ge||ie)&&Se(()=>{I&&Fe(I,j,d),ge&&te.enter(L),ie&<(d,null,j,"mounted")},C)},N=(d,m,v,j,C)=>{if(v&&_(d,v),j)for(let S=0;S{for(let I=L;I{const M=m.el=d.el;let{patchFlag:L,dynamicChildren:I,dirs:J}=m;L|=d.patchFlag&16;const K=d.props||fe,G=m.props||fe;let te;v&&Et(v,!1),(te=G.onVnodeBeforeUpdate)&&Fe(te,v,m,d),J&<(m,d,v,"beforeUpdate"),v&&Et(v,!0);const ie=C&&m.type!=="foreignObject";if(I?z(d.dynamicChildren,I,M,v,j,ie,S):H||oe(d,m,M,null,v,j,ie,S,!1),L>0){if(L&16)Y(M,m,K,G,v,j,C);else if(L&2&&K.class!==G.class&&l(M,"class",null,G.class,C),L&4&&l(M,"style",K.style,G.style,C),L&8){const ge=m.dynamicProps;for(let de=0;de{te&&Fe(te,v,m,d),J&<(m,d,v,"updated")},j)},z=(d,m,v,j,C,S,H)=>{for(let M=0;M{if(v!==j){if(v!==fe)for(const M in v)!wi(M)&&!(M in j)&&l(d,M,v[M],null,H,m.children,C,S,Te);for(const M in j){if(wi(M))continue;const L=j[M],I=v[M];L!==I&&M!=="value"&&l(d,M,I,L,H,m.children,C,S,Te)}"value"in j&&l(d,"value",v.value,j.value)}},$=(d,m,v,j,C,S,H,M,L)=>{const I=m.el=d?d.el:c(""),J=m.anchor=d?d.anchor:c("");let{patchFlag:K,dynamicChildren:G,slotScopeIds:te}=m;te&&(M=M?M.concat(te):te),d==null?(a(I,v,j),a(J,v,j),x(m.children,v,J,C,S,H,M,L)):K>0&&K&64&&G&&d.dynamicChildren?(z(d.dynamicChildren,G,v,C,S,H,M),(m.key!=null||C&&m===C.subTree)&&el(d,m,!0)):oe(d,m,v,J,C,S,H,M,L)},Z=(d,m,v,j,C,S,H,M,L)=>{m.slotScopeIds=M,d==null?m.shapeFlag&512?C.ctx.activate(m,v,j,H,L):W(m,v,j,C,S,H,L):je(d,m,L)},W=(d,m,v,j,C,S,H)=>{const M=d.component=Ru(d,j,C);if(Ui(d)&&(M.ctx.renderer=F),Nu(M),M.asyncDep){if(C&&C.registerDep(M,ae),!d.el){const L=M.subTree=V(Me);b(null,L,m,v)}return}ae(M,d,m,v,C,S,H)},je=(d,m,v)=>{const j=m.component=d.component;if(Do(d,m,v))if(j.asyncDep&&!j.asyncResolved){ce(j,m,v);return}else j.next=m,No(j.update),j.update();else m.el=d.el,j.vnode=m},ae=(d,m,v,j,C,S,H)=>{const M=()=>{if(d.isMounted){let{next:J,bu:K,u:G,parent:te,vnode:ie}=d,ge=J,de;Et(d,!1),J?(J.el=ie.el,ce(d,J,H)):J=ie,K&&yi(K),(de=J.props&&J.props.onVnodeBeforeUpdate)&&Fe(de,te,J,ie),Et(d,!0);const xe=Da(d),Ke=d.subTree;d.subTree=xe,y(Ke,xe,h(Ke.el),k(Ke),d,C,S),J.el=xe.el,ge===null&&zn(d,xe.el),G&&Se(G,C),(de=J.props&&J.props.onVnodeUpdated)&&Se(()=>Fe(de,te,J,ie),C)}else{let J;const{el:K,props:G}=m,{bm:te,m:ie,parent:ge}=d,de=Mt(m);if(Et(d,!1),te&&yi(te),!de&&(J=G&&G.onVnodeBeforeMount)&&Fe(J,ge,m),Et(d,!0),K&&ue){const xe=()=>{d.subTree=Da(d),ue(K,d.subTree,d,C,null)};de?m.type.__asyncLoader().then(()=>!d.isUnmounted&&xe()):xe()}else{const xe=d.subTree=Da(d);y(null,xe,v,j,d,C,S),m.el=xe.el}if(ie&&Se(ie,C),!de&&(J=G&&G.onVnodeMounted)){const xe=m;Se(()=>Fe(J,ge,xe),C)}(m.shapeFlag&256||ge&&Mt(ge.vnode)&&ge.vnode.shapeFlag&256)&&d.a&&Se(d.a,C),d.isMounted=!0,m=v=j=null}},L=d.effect=new Un(M,()=>Ca(I),d.scope),I=d.update=()=>L.run();I.id=d.uid,Et(d,!0),I()},ce=(d,m,v)=>{m.component=d;const j=d.vnode.props;d.vnode=m,d.next=null,bu(d,m.props,j,v),wu(d,m.children,v),li(),xl(),si()},oe=(d,m,v,j,C,S,H,M,L=!1)=>{const I=d&&d.children,J=d?d.shapeFlag:0,K=m.children,{patchFlag:G,shapeFlag:te}=m;if(G>0){if(G&128){pt(I,K,v,j,C,S,H,M,L);return}else if(G&256){ct(I,K,v,j,C,S,H,M,L);return}}te&8?(J&16&&Te(I,C,S),K!==I&&u(v,K)):J&16?te&16?pt(I,K,v,j,C,S,H,M,L):Te(I,C,S,!0):(J&8&&u(v,""),te&16&&x(K,v,j,C,S,H,M,L))},ct=(d,m,v,j,C,S,H,M,L)=>{d=d||zt,m=m||zt;const I=d.length,J=m.length,K=Math.min(I,J);let G;for(G=0;GJ?Te(d,C,S,!0,!1,K):x(m,v,j,C,S,H,M,L,K)},pt=(d,m,v,j,C,S,H,M,L)=>{let I=0;const J=m.length;let K=d.length-1,G=J-1;for(;I<=K&&I<=G;){const te=d[I],ie=m[I]=L?yt(m[I]):Be(m[I]);if(Ge(te,ie))y(te,ie,v,null,C,S,H,M,L);else break;I++}for(;I<=K&&I<=G;){const te=d[K],ie=m[G]=L?yt(m[G]):Be(m[G]);if(Ge(te,ie))y(te,ie,v,null,C,S,H,M,L);else break;K--,G--}if(I>K){if(I<=G){const te=G+1,ie=teG)for(;I<=K;)Oe(d[I],C,S,!0),I++;else{const te=I,ie=I,ge=new Map;for(I=ie;I<=G;I++){const De=m[I]=L?yt(m[I]):Be(m[I]);De.key!=null&&ge.set(De.key,I)}let de,xe=0;const Ke=G-ie+1;let $t=!1,dl=0;const di=new Array(Ke);for(I=0;I=Ke){Oe(De,C,S,!0);continue}let at;if(De.key!=null)at=ge.get(De.key);else for(de=ie;de<=G;de++)if(di[de-ie]===0&&Ge(De,m[de])){at=de;break}at===void 0?Oe(De,C,S,!0):(di[at-ie]=I+1,at>=dl?dl=at:$t=!0,y(De,m[at],v,null,C,S,H,M,L),xe++)}const gl=$t?qu(di):zt;for(de=gl.length-1,I=Ke-1;I>=0;I--){const De=ie+I,at=m[De],ml=De+1{const{el:S,type:H,transition:M,children:L,shapeFlag:I}=d;if(I&6){it(d.component.subTree,m,v,j);return}if(I&128){d.suspense.move(m,v,j);return}if(I&64){H.move(d,m,v,F);return}if(H===le){a(S,m,v);for(let K=0;KM.enter(S),C);else{const{leave:K,delayLeave:G,afterLeave:te}=M,ie=()=>a(S,m,v),ge=()=>{K(S,()=>{ie(),te&&te()})};G?G(S,ie,ge):ge()}else a(S,m,v)},Oe=(d,m,v,j=!1,C=!1)=>{const{type:S,props:H,ref:M,children:L,dynamicChildren:I,shapeFlag:J,patchFlag:K,dirs:G}=d;if(M!=null&&ba(M,null,v,d,!0),J&256){m.ctx.deactivate(d);return}const te=J&1&&G,ie=!Mt(d);let ge;if(ie&&(ge=H&&H.onVnodeBeforeUnmount)&&Fe(ge,m,d),J&6)zi(d.component,v,j);else{if(J&128){d.suspense.unmount(v,j);return}te&<(d,null,m,"beforeUnmount"),J&64?d.type.remove(d,m,v,C,F,j):I&&(S!==le||K>0&&K&64)?Te(I,m,v,!1,!0):(S===le&&K&384||!C&&J&16)&&Te(L,m,v),j&&Dt(d)}(ie&&(ge=H&&H.onVnodeUnmounted)||te)&&Se(()=>{ge&&Fe(ge,m,d),te&<(d,null,m,"unmounted")},v)},Dt=d=>{const{type:m,el:v,anchor:j,transition:C}=d;if(m===le){Ht(v,j);return}if(m===ca){w(d);return}const S=()=>{n(v),C&&!C.persisted&&C.afterLeave&&C.afterLeave()};if(d.shapeFlag&1&&C&&!C.persisted){const{leave:H,delayLeave:M}=C,L=()=>H(v,S);M?M(d.el,S,L):L()}else S()},Ht=(d,m)=>{let v;for(;d!==m;)v=g(d),n(d),d=v;n(m)},zi=(d,m,v)=>{const{bum:j,scope:C,update:S,subTree:H,um:M}=d;j&&yi(j),C.stop(),S&&(S.active=!1,Oe(H,d,m,v)),M&&Se(M,m),Se(()=>{d.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},Te=(d,m,v,j=!1,C=!1,S=0)=>{for(let H=S;Hd.shapeFlag&6?k(d.component.subTree):d.shapeFlag&128?d.suspense.next():g(d.anchor||d.el),B=(d,m,v)=>{d==null?m._vnode&&Oe(m._vnode,null,null,!0):y(m._vnode||null,d,m,null,null,null,v),xl(),ga(),m._vnode=d},F={p:y,um:Oe,m:it,r:Dt,mt:W,mc:x,pc:oe,pbc:z,n:k,o:e};let Q,ue;return t&&([Q,ue]=t(F)),{render:B,hydrate:Q,createApp:pu(B,Q)}}function Et({effect:e,update:t},i){e.allowRecurse=t.allowRecurse=i}function el(e,t,i=!1){const a=e.children,n=t.children;if(X(a)&&X(n))for(let l=0;l>1,e[i[c]]0&&(t[a]=i[l-1]),i[l]=a)}}for(l=i.length,s=i[l-1];l-- >0;)i[l]=s,s=t[s];return i}const Pu=e=>e.__isTeleport,xi=e=>e&&(e.disabled||e.disabled===""),Ol=e=>typeof SVGElement<"u"&&e instanceof SVGElement,pn=(e,t)=>{const i=e&&e.to;return be(i)?t?t(i):null:i},ku={__isTeleport:!0,process(e,t,i,a,n,l,s,c,r,o){const{mc:u,pc:h,pbc:g,o:{insert:_,querySelector:f,createText:y,createComment:T}}=o,b=xi(t.props);let{shapeFlag:p,children:q,dynamicChildren:w}=t;if(e==null){const A=t.el=y(""),O=t.anchor=y("");_(A,i,a),_(O,i,a);const N=t.target=pn(t.props,f),x=t.targetAnchor=y("");N&&(_(x,N),s=s||Ol(N));const D=(z,Y)=>{p&16&&u(q,z,Y,n,l,s,c,r)};b?D(i,O):N&&D(N,x)}else{t.el=e.el;const A=t.anchor=e.anchor,O=t.target=e.target,N=t.targetAnchor=e.targetAnchor,x=xi(e.props),D=x?i:O,z=x?A:N;if(s=s||Ol(O),w?(g(e.dynamicChildren,w,D,n,l,s,c),el(e,t,!0)):r||h(e,t,D,z,n,l,s,c,!1),b)x||ta(t,i,A,o,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Y=t.target=pn(t.props,f);Y&&ta(t,Y,null,o,0)}else x&&ta(t,O,N,o,1)}Lr(t)},remove(e,t,i,a,{um:n,o:{remove:l}},s){const{shapeFlag:c,children:r,anchor:o,targetAnchor:u,target:h,props:g}=e;if(h&&l(u),(s||!xi(g))&&(l(o),c&16))for(let _=0;_0?Ve||zt:null,Fr(),Xt>0&&Ve&&Ve.push(e),e}function U(e,t,i,a,n,l){return Ur(P(e,t,i,a,n,l,!0))}function _e(e,t,i,a,n){return Ur(V(e,t,i,a,n,!0))}function Zt(e){return e?e.__v_isVNode===!0:!1}function Ge(e,t){return e.type===t.type&&e.key===t.key}const Ia="__vInternal",Dr=({key:e})=>e??null,oa=({ref:e,ref_key:t,ref_for:i})=>(typeof e=="number"&&(e=""+e),e!=null?be(e)||Ee(e)||ee(e)?{i:Ce,r:e,k:t,f:!!i}:e:null);function P(e,t=null,i=null,a=0,n=null,l=e===le?0:1,s=!1,c=!1){const r={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Dr(t),ref:t&&oa(t),scopeId:Sa,slotScopeIds:null,children:i,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:l,patchFlag:a,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:Ce};return c?(tl(r,i),l&128&&e.normalize(r)):i&&(r.shapeFlag|=be(i)?8:16),Xt>0&&!s&&Ve&&(r.patchFlag>0||l&6)&&r.patchFlag!==32&&Ve.push(r),r}const V=Cu;function Cu(e,t=null,i=null,a=0,n=null,l=!1){if((!e||e===xr)&&(e=Me),Zt(e)){const c=dt(e,t,!0);return i&&tl(c,i),Xt>0&&!l&&Ve&&(c.shapeFlag&6?Ve[Ve.indexOf(e)]=c:Ve.push(c)),c.patchFlag|=-2,c}if(Fu(e)&&(e=e.__vccOpts),t){t=Au(t);let{class:c,style:r}=t;c&&!be(c)&&(t.class=E(c)),me(r)&&(Xs(r)&&!X(r)&&(r=Pe({},r)),t.style=ka(r))}const s=be(e)?1:ur(e)?128:Pu(e)?64:me(e)?4:ee(e)?2:0;return P(e,t,i,a,n,s,l,!0)}function Au(e){return e?Xs(e)||Ia in e?Pe({},e):e:null}function dt(e,t,i=!1){const{props:a,ref:n,patchFlag:l,children:s}=e,c=t?Su(a||{},t):a;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Dr(c),ref:t&&t.ref?i&&n?X(n)?n.concat(oa(t)):[n,oa(t)]:oa(t):n,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==le?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&dt(e.ssContent),ssFallback:e.ssFallback&&dt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function oi(e=" ",t=0){return V(Yt,null,e,t)}function ke(e="",t=!1){return t?(R(),_e(Me,null,e)):V(Me,null,e)}function Be(e){return e==null||typeof e=="boolean"?V(Me):X(e)?V(le,null,e.slice()):typeof e=="object"?yt(e):V(Yt,null,String(e))}function yt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:dt(e)}function tl(e,t){let i=0;const{shapeFlag:a}=e;if(t==null)t=null;else if(X(t))i=16;else if(typeof t=="object")if(a&65){const n=t.default;n&&(n._c&&(n._d=!1),tl(e,n()),n._c&&(n._d=!0));return}else{i=32;const n=t._;!n&&!(Ia in t)?t._ctx=Ce:n===3&&Ce&&(Ce.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ee(t)?(t={default:t,_ctx:Ce},i=32):(t=String(t),a&64?(i=16,t=[oi(t)]):i=8);e.children=t,e.shapeFlag|=i}function Su(...e){const t={};for(let i=0;iqe||Ce;let il,Bt,Fl="__VUE_INSTANCE_SETTERS__";(Bt=ln()[Fl])||(Bt=ln()[Fl]=[]),Bt.push(e=>qe=e),il=e=>{Bt.length>1?Bt.forEach(t=>t(e)):Bt[0](e)};const ei=e=>{il(e),e.scope.on()},Lt=()=>{qe&&qe.scope.off(),il(null)};function Hr(e){return e.vnode.shapeFlag&4}let ti=!1;function Nu(e,t=!1){ti=t;const{props:i,children:a}=e.vnode,n=Hr(e);fu(e,i,n,t),vu(e,a);const l=n?Mu(e,t):void 0;return ti=!1,l}function Mu(e,t){const i=e.type;e.accessCache=Object.create(null),e.proxy=Zs(new Proxy(e.ctx,cu));const{setup:a}=i;if(a){const n=e.setupContext=a.length>1?Lu(e):null;ei(e),li();const l=qt(a,e,0,[e.props,n]);if(si(),Lt(),Ns(l)){if(l.then(Lt,Lt),t)return l.then(s=>{fn(e,s,t)}).catch(s=>{ri(s,e,0)});e.asyncDep=l}else fn(e,l,t)}else $r(e,t)}function fn(e,t,i){ee(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:me(t)&&(e.setupState=ar(t)),$r(e,i)}let Ul;function $r(e,t,i){const a=e.type;if(!e.render){if(!t&&Ul&&!a.render){const n=a.template||Xn(e).template;if(n){const{isCustomElement:l,compilerOptions:s}=e.appContext.config,{delimiters:c,compilerOptions:r}=a,o=Pe(Pe({isCustomElement:l,delimiters:c},s),r);a.render=Ul(n,o)}}e.render=a.render||Ye}ei(e),li(),ou(e),si(),Lt()}function Ou(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,i){return Ue(e,"get","$attrs"),t[i]}}))}function Lu(e){const t=i=>{e.exposed=i||{}};return{get attrs(){return Ou(e)},slots:e.slots,emit:e.emit,expose:t}}function Ra(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(ar(Zs(e.exposed)),{get(t,i){if(i in t)return t[i];if(i in ji)return ji[i](e)},has(t,i){return i in t||i in ji}}))}function bn(e,t=!0){return ee(e)?e.displayName||e.name:e.name||t&&e.__name}function Fu(e){return ee(e)&&"__vccOpts"in e}const Re=(e,t)=>To(e,t,ti);function Xe(e,t,i){const a=arguments.length;return a===2?me(t)&&!X(t)?Zt(t)?V(e,null,[t]):V(e,t):V(e,null,t):(a>3?i=Array.prototype.slice.call(arguments,2):a===3&&Zt(i)&&(i=[i]),V(e,t,i))}const Uu=Symbol.for("v-scx"),Du=()=>we(Uu),Br="3.3.4",Hu="http://www.w3.org/2000/svg",Tt=typeof document<"u"?document:null,Dl=Tt&&Tt.createElement("template"),$u={insert:(e,t,i)=>{t.insertBefore(e,i||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,i,a)=>{const n=t?Tt.createElementNS(Hu,e):Tt.createElement(e,i?{is:i}:void 0);return e==="select"&&a&&a.multiple!=null&&n.setAttribute("multiple",a.multiple),n},createText:e=>Tt.createTextNode(e),createComment:e=>Tt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Tt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,i,a,n,l){const s=i?i.previousSibling:t.lastChild;if(n&&(n===l||n.nextSibling))for(;t.insertBefore(n.cloneNode(!0),i),!(n===l||!(n=n.nextSibling)););else{Dl.innerHTML=a?`${e}`:e;const c=Dl.content;if(a){const r=c.firstChild;for(;r.firstChild;)c.appendChild(r.firstChild);c.removeChild(r)}t.insertBefore(c,i)}return[s?s.nextSibling:t.firstChild,i?i.previousSibling:t.lastChild]}};function Bu(e,t,i){const a=e._vtc;a&&(t=(t?[t,...a]:[...a]).join(" ")),t==null?e.removeAttribute("class"):i?e.setAttribute("class",t):e.className=t}function Vu(e,t,i){const a=e.style,n=be(i);if(i&&!n){if(t&&!be(t))for(const l in t)i[l]==null&&_n(a,l,"");for(const l in i)_n(a,l,i[l])}else{const l=a.display;n?t!==i&&(a.cssText=i):t&&e.removeAttribute("style"),"_vod"in e&&(a.display=l)}}const Hl=/\s*!important$/;function _n(e,t,i){if(X(i))i.forEach(a=>_n(e,t,a));else if(i==null&&(i=""),t.startsWith("--"))e.setProperty(t,i);else{const a=Wu(e,t);Hl.test(i)?e.setProperty(ni(a),i.replace(Hl,""),"important"):e[a]=i}}const $l=["Webkit","Moz","ms"],za={};function Wu(e,t){const i=za[t];if(i)return i;let a=rt(t);if(a!=="filter"&&a in e)return za[t]=a;a=Pa(a);for(let n=0;n<$l.length;n++){const l=$l[n]+a;if(l in e)return za[t]=l}return t}const Bl="http://www.w3.org/1999/xlink";function zu(e,t,i,a,n){if(a&&t.startsWith("xlink:"))i==null?e.removeAttributeNS(Bl,t.slice(6,t.length)):e.setAttributeNS(Bl,t,i);else{const l=Kc(t);i==null||l&&!Fs(i)?e.removeAttribute(t):e.setAttribute(t,l?"":i)}}function Ku(e,t,i,a,n,l,s){if(t==="innerHTML"||t==="textContent"){a&&s(a,n,l),e[t]=i??"";return}const c=e.tagName;if(t==="value"&&c!=="PROGRESS"&&!c.includes("-")){e._value=i;const o=c==="OPTION"?e.getAttribute("value"):e.value,u=i??"";o!==u&&(e.value=u),i==null&&e.removeAttribute(t);return}let r=!1;if(i===""||i==null){const o=typeof e[t];o==="boolean"?i=Fs(i):i==null&&o==="string"?(i="",r=!0):o==="number"&&(i=0,r=!0)}try{e[t]=i}catch{}r&&e.removeAttribute(t)}function Qu(e,t,i,a){e.addEventListener(t,i,a)}function Ju(e,t,i,a){e.removeEventListener(t,i,a)}function Gu(e,t,i,a,n=null){const l=e._vei||(e._vei={}),s=l[t];if(a&&s)s.value=a;else{const[c,r]=Yu(t);if(a){const o=l[t]=eh(a,n);Qu(e,c,o,r)}else s&&(Ju(e,c,s,r),l[t]=void 0)}}const Vl=/(?:Once|Passive|Capture)$/;function Yu(e){let t;if(Vl.test(e)){t={};let a;for(;a=e.match(Vl);)e=e.slice(0,e.length-a[0].length),t[a[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ni(e.slice(2)),t]}let Ka=0;const Xu=Promise.resolve(),Zu=()=>Ka||(Xu.then(()=>Ka=0),Ka=Date.now());function eh(e,t){const i=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=i.attached)return;ze(th(a,i.value),t,5,[a])};return i.value=e,i.attached=Zu(),i}function th(e,t){if(X(t)){const i=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{i.call(e),e._stopped=!0},t.map(a=>n=>!n._stopped&&a&&a(n))}else return t}const Wl=/^on[a-z]/,ih=(e,t,i,a,n=!1,l,s,c,r)=>{t==="class"?Bu(e,a,n):t==="style"?Vu(e,i,a):Li(t)?Nn(t)||Gu(e,t,i,a,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):ah(e,t,a,n))?Ku(e,t,a,l,s,c,r):(t==="true-value"?e._trueValue=a:t==="false-value"&&(e._falseValue=a),zu(e,t,a,n))};function ah(e,t,i,a){return a?!!(t==="innerHTML"||t==="textContent"||t in e&&Wl.test(t)&&ee(i)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||Wl.test(t)&&be(i)?!1:t in e}const _t="transition",gi="animation",al=(e,{slots:t})=>Xe(Yo,nh(e),t);al.displayName="Transition";const Vr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};al.props=Pe({},mr,Vr);const Ct=(e,t=[])=>{X(e)?e.forEach(i=>i(...t)):e&&e(...t)},zl=e=>e?X(e)?e.some(t=>t.length>1):e.length>1:!1;function nh(e){const t={};for(const $ in e)$ in Vr||(t[$]=e[$]);if(e.css===!1)return t;const{name:i="v",type:a,duration:n,enterFromClass:l=`${i}-enter-from`,enterActiveClass:s=`${i}-enter-active`,enterToClass:c=`${i}-enter-to`,appearFromClass:r=l,appearActiveClass:o=s,appearToClass:u=c,leaveFromClass:h=`${i}-leave-from`,leaveActiveClass:g=`${i}-leave-active`,leaveToClass:_=`${i}-leave-to`}=e,f=lh(n),y=f&&f[0],T=f&&f[1],{onBeforeEnter:b,onEnter:p,onEnterCancelled:q,onLeave:w,onLeaveCancelled:A,onBeforeAppear:O=b,onAppear:N=p,onAppearCancelled:x=q}=t,D=($,Z,W)=>{At($,Z?u:c),At($,Z?o:s),W&&W()},z=($,Z)=>{$._isLeaving=!1,At($,h),At($,_),At($,g),Z&&Z()},Y=$=>(Z,W)=>{const je=$?N:p,ae=()=>D(Z,$,W);Ct(je,[Z,ae]),Kl(()=>{At(Z,$?r:l),vt(Z,$?u:c),zl(je)||Ql(Z,a,y,ae)})};return Pe(t,{onBeforeEnter($){Ct(b,[$]),vt($,l),vt($,s)},onBeforeAppear($){Ct(O,[$]),vt($,r),vt($,o)},onEnter:Y(!1),onAppear:Y(!0),onLeave($,Z){$._isLeaving=!0;const W=()=>z($,Z);vt($,h),ch(),vt($,g),Kl(()=>{$._isLeaving&&(At($,h),vt($,_),zl(w)||Ql($,a,T,W))}),Ct(w,[$,W])},onEnterCancelled($){D($,!1),Ct(q,[$])},onAppearCancelled($){D($,!0),Ct(x,[$])},onLeaveCancelled($){z($),Ct(A,[$])}})}function lh(e){if(e==null)return null;if(me(e))return[Qa(e.enter),Qa(e.leave)];{const t=Qa(e);return[t,t]}}function Qa(e){return Ls(e)}function vt(e,t){t.split(/\s+/).forEach(i=>i&&e.classList.add(i)),(e._vtc||(e._vtc=new Set)).add(t)}function At(e,t){t.split(/\s+/).forEach(a=>a&&e.classList.remove(a));const{_vtc:i}=e;i&&(i.delete(t),i.size||(e._vtc=void 0))}function Kl(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let sh=0;function Ql(e,t,i,a){const n=e._endId=++sh,l=()=>{n===e._endId&&a()};if(i)return setTimeout(l,i);const{type:s,timeout:c,propCount:r}=rh(e,t);if(!s)return a();const o=s+"end";let u=0;const h=()=>{e.removeEventListener(o,g),l()},g=_=>{_.target===e&&++u>=r&&h()};setTimeout(()=>{u(i[f]||"").split(", "),n=a(`${_t}Delay`),l=a(`${_t}Duration`),s=Jl(n,l),c=a(`${gi}Delay`),r=a(`${gi}Duration`),o=Jl(c,r);let u=null,h=0,g=0;t===_t?s>0&&(u=_t,h=s,g=l.length):t===gi?o>0&&(u=gi,h=o,g=r.length):(h=Math.max(s,o),u=h>0?s>o?_t:gi:null,g=u?u===_t?l.length:r.length:0);const _=u===_t&&/\b(transform|all)(,|$)/.test(a(`${_t}Property`).toString());return{type:u,timeout:h,propCount:g,hasTransform:_}}function Jl(e,t){for(;e.lengthGl(i)+Gl(e[a])))}function Gl(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function ch(){return document.body.offsetHeight}const nl={beforeMount(e,{value:t},{transition:i}){e._vod=e.style.display==="none"?"":e.style.display,i&&t?i.beforeEnter(e):mi(e,t)},mounted(e,{value:t},{transition:i}){i&&t&&i.enter(e)},updated(e,{value:t,oldValue:i},{transition:a}){!t!=!i&&(a?t?(a.beforeEnter(e),mi(e,!0),a.enter(e)):a.leave(e,()=>{mi(e,!1)}):mi(e,t))},beforeUnmount(e,{value:t}){mi(e,t)}};function mi(e,t){e.style.display=t?e._vod:"none"}const Wr=Pe({patchProp:ih},$u);let Pi,Yl=!1;function oh(){return Pi||(Pi=ju(Wr))}function uh(){return Pi=Yl?Pi:xu(Wr),Yl=!0,Pi}const hh=(...e)=>{const t=oh().createApp(...e),{mount:i}=t;return t.mount=a=>{const n=zr(a);if(!n)return;const l=t._component;!ee(l)&&!l.render&&!l.template&&(l.template=n.innerHTML),n.innerHTML="";const s=i(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},t},dh=(...e)=>{const t=uh().createApp(...e),{mount:i}=t;return t.mount=a=>{const n=zr(a);if(n)return i(n,!0,n instanceof SVGElement)},t};function zr(e){return be(e)?document.querySelector(e):e}const gh=/"(?:_|\\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*:/,mh=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,ph=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function fh(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function bh(e,t={}){if(typeof e!="string")return e;const i=e.toLowerCase().trim();if(i==="true")return!0;if(i==="false")return!1;if(i==="null")return null;if(i==="nan")return Number.NaN;if(i==="infinity")return Number.POSITIVE_INFINITY;if(i!=="undefined"){if(!ph.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return gh.test(e)||mh.test(e)?JSON.parse(e,fh):JSON.parse(e)}catch(a){if(t.strict)throw a;return e}}}const _h=/#/g,vh=/&/g,wh=/=/g,Kr=/\+/g,yh=/%5e/gi,jh=/%60/gi,xh=/%7c/gi,qh=/%20/gi;function Ph(e){return encodeURI(""+e).replace(xh,"|")}function vn(e){return Ph(typeof e=="string"?e:JSON.stringify(e)).replace(Kr,"%2B").replace(qh,"+").replace(_h,"%23").replace(vh,"%26").replace(jh,"`").replace(yh,"^")}function Ja(e){return vn(e).replace(wh,"%3D")}function Qr(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function kh(e){return Qr(e.replace(Kr," "))}function Jr(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const i of e.split("&")){const a=i.match(/([^=]+)=?(.*)/)||[];if(a.length<2)continue;const n=Qr(a[1]);if(n==="__proto__"||n==="constructor")continue;const l=kh(a[2]||"");typeof t[n]<"u"?Array.isArray(t[n])?t[n].push(l):t[n]=[t[n],l]:t[n]=l}return t}function Eh(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(i=>`${Ja(e)}=${vn(i)}`).join("&"):`${Ja(e)}=${vn(t)}`:Ja(e)}function Ch(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Eh(t,e[t])).join("&")}const Ah=/^\w{2,}:([/\\]{1,2})/,Sh=/^\w{2,}:([/\\]{2})?/,Th=/^([/\\]\s*){2,}[^/\\]/;function ui(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Ah.test(e):Sh.test(e)||(t.acceptRelative?Th.test(e):!1)}const Ih=/\/$|\/\?/;function wn(e="",t=!1){return t?Ih.test(e):e.endsWith("/")}function ll(e="",t=!1){if(!t)return(wn(e)?e.slice(0,-1):e)||"/";if(!wn(e,!0))return e||"/";const[i,...a]=e.split("?");return(i.slice(0,-1)||"/")+(a.length>0?`?${a.join("?")}`:"")}function Gr(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(wn(e,!0))return e||"/";const[i,...a]=e.split("?");return i+"/"+(a.length>0?`?${a.join("?")}`:"")}function Rh(e=""){return e.startsWith("/")}function Nh(e=""){return(Rh(e)?e.slice(1):e)||"/"}function Mh(e,t){if(Yr(t)||ui(e))return e;const i=ll(t);return e.startsWith(i)?e:Bi(i,e)}function Xl(e,t){if(Yr(t))return e;const i=ll(t);if(!e.startsWith(i))return e;const a=e.slice(i.length);return a[0]==="/"?a:"/"+a}function Oh(e,t){const i=Vi(e),a={...Jr(i.search),...t};return i.search=Ch(a),Fh(i)}function Yr(e){return!e||e==="/"}function Lh(e){return e&&e!=="/"}function Bi(e,...t){let i=e||"";for(const a of t.filter(n=>Lh(n)))i=i?Gr(i)+Nh(a):a;return i}function Vi(e="",t){if(!ui(e,{acceptRelative:!0}))return t?Vi(t+e):Zl(e);const[i="",a,n=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[l="",s=""]=(n.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:c,search:r,hash:o}=Zl(s.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:i,auth:a?a.slice(0,Math.max(0,a.length-1)):"",host:l,pathname:c,search:r,hash:o}}function Zl(e=""){const[t="",i="",a=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:i,hash:a}}function Fh(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class Uh extends Error{constructor(){super(...arguments),this.name="FetchError"}}function Dh(e,t,i){let a="";t&&(a=t.message),e&&i?a=`${a} (${i.status} ${i.statusText} (${e.toString()}))`:e&&(a=`${a} (${e.toString()})`);const n=new Uh(a);return Object.defineProperty(n,"request",{get(){return e}}),Object.defineProperty(n,"response",{get(){return i}}),Object.defineProperty(n,"data",{get(){return i&&i._data}}),Object.defineProperty(n,"status",{get(){return i&&i.status}}),Object.defineProperty(n,"statusText",{get(){return i&&i.statusText}}),Object.defineProperty(n,"statusCode",{get(){return i&&i.status}}),Object.defineProperty(n,"statusMessage",{get(){return i&&i.statusText}}),n}const Hh=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function es(e="GET"){return Hh.has(e.toUpperCase())}function $h(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.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Bh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Vh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Wh(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Vh.test(t)?"json":Bh.has(t)||t.startsWith("text/")?"text":"blob"}const zh=new Set([408,409,425,429,500,502,503,504]);function Xr(e){const{fetch:t,Headers:i}=e;function a(s){const c=s.error&&s.error.name==="AbortError"||!1;if(s.options.retry!==!1&&!c){let o;typeof s.options.retry=="number"?o=s.options.retry:o=es(s.options.method)?0:1;const u=s.response&&s.response.status||500;if(o>0&&zh.has(u))return n(s.request,{...s.options,retry:o-1})}const r=Dh(s.request,s.error,s.response);throw Error.captureStackTrace&&Error.captureStackTrace(r,n),r}const n=async function(c,r={}){const o={request:c,options:{...e.defaults,...r},response:void 0,error:void 0};o.options.onRequest&&await o.options.onRequest(o),typeof o.request=="string"&&(o.options.baseURL&&(o.request=Mh(o.request,o.options.baseURL)),(o.options.query||o.options.params)&&(o.request=Oh(o.request,{...o.options.params,...o.options.query})),o.options.body&&es(o.options.method)&&$h(o.options.body)&&(o.options.body=typeof o.options.body=="string"?o.options.body:JSON.stringify(o.options.body),o.options.headers=new i(o.options.headers),o.options.headers.has("content-type")||o.options.headers.set("content-type","application/json"),o.options.headers.has("accept")||o.options.headers.set("accept","application/json"))),o.response=await t(o.request,o.options).catch(async h=>(o.error=h,o.options.onRequestError&&await o.options.onRequestError(o),a(o)));const u=(o.options.parseResponse?"json":o.options.responseType)||Wh(o.response.headers.get("content-type")||"");if(u==="json"){const h=await o.response.text(),g=o.options.parseResponse||bh;o.response._data=g(h)}else u==="stream"?o.response._data=o.response.body:o.response._data=await o.response[u]();return o.options.onResponse&&await o.options.onResponse(o),o.response.status>=400&&o.response.status<600?(o.options.onResponseError&&await o.options.onResponseError(o),a(o)):o.response},l=function(c,r){return n(c,r).then(o=>o._data)};return l.raw=n,l.native=t,l.create=(s={})=>Xr({...e,defaults:{...e.defaults,...s}}),l}const Zr=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Kh=Zr.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),Qh=Zr.Headers,Jh=Xr({fetch:Kh,Headers:Qh}),Gh=Jh,Yh=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},_a=Yh().app,Xh=()=>_a.baseURL,Zh=()=>_a.buildAssetsDir,ed=(...e)=>Bi(ec(),Zh(),...e),ec=(...e)=>{const t=_a.cdnURL||_a.baseURL;return e.length?Bi(t,...e):t};globalThis.__buildAssetsURL=ed,globalThis.__publicAssetsURL=ec;function yn(e,t={},i){for(const a in e){const n=e[a],l=i?`${i}:${a}`:a;typeof n=="object"&&n!==null?yn(n,t,l):typeof n=="function"&&(t[l]=n)}return t}const td={run:e=>e()},id=()=>td,tc=typeof console.createTask<"u"?console.createTask:id;function ad(e,t){const i=t.shift(),a=tc(i);return e.reduce((n,l)=>n.then(()=>a.run(()=>l(...t))),Promise.resolve())}function nd(e,t){const i=t.shift(),a=tc(i);return Promise.all(e.map(n=>a.run(()=>n(...t))))}function Ga(e,t){for(const i of[...e])i(t)}class ld{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,i,a={}){if(!t||typeof i!="function")return()=>{};const n=t;let l;for(;this._deprecatedHooks[t];)l=this._deprecatedHooks[t],t=l.to;if(l&&!a.allowDeprecated){let s=l.message;s||(s=`${n} hook has been deprecated`+(l.to?`, please use ${l.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(s)||(console.warn(s),this._deprecatedMessages.add(s))}if(!i.name)try{Object.defineProperty(i,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(i),()=>{i&&(this.removeHook(t,i),i=void 0)}}hookOnce(t,i){let a,n=(...l)=>(typeof a=="function"&&a(),a=void 0,n=void 0,i(...l));return a=this.hook(t,n),a}removeHook(t,i){if(this._hooks[t]){const a=this._hooks[t].indexOf(i);a!==-1&&this._hooks[t].splice(a,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,i){this._deprecatedHooks[t]=typeof i=="string"?{to:i}:i;const a=this._hooks[t]||[];delete this._hooks[t];for(const n of a)this.hook(t,n)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const i in t)this.deprecateHook(i,t[i])}addHooks(t){const i=yn(t),a=Object.keys(i).map(n=>this.hook(n,i[n]));return()=>{for(const n of a.splice(0,a.length))n()}}removeHooks(t){const i=yn(t);for(const a in i)this.removeHook(a,i[a])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...i){return i.unshift(t),this.callHookWith(ad,t,...i)}callHookParallel(t,...i){return i.unshift(t),this.callHookWith(nd,t,...i)}callHookWith(t,i,...a){const n=this._before||this._after?{name:i,args:a,context:{}}:void 0;this._before&&Ga(this._before,n);const l=t(i in this._hooks?[...this._hooks[i]]:[],a);return l instanceof Promise?l.finally(()=>{this._after&&n&&Ga(this._after,n)}):(this._after&&n&&Ga(this._after,n),l)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const i=this._before.indexOf(t);i!==-1&&this._before.splice(i,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const i=this._after.indexOf(t);i!==-1&&this._after.splice(i,1)}}}}function ic(){return new ld}function sd(e={}){let t,i=!1;const a=s=>{if(t&&t!==s)throw new Error("Context conflict")};let n;if(e.asyncContext){const s=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;s?n=new s:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const l=()=>{if(n&&t===void 0){const s=n.getStore();if(s!==void 0)return s}return t};return{use:()=>{const s=l();if(s===void 0)throw new Error("Context is not available");return s},tryUse:()=>l(),set:(s,c)=>{c||a(s),t=s,i=!0},unset:()=>{t=void 0,i=!1},call:(s,c)=>{a(s),t=s;try{return n?n.run(s,c):c()}finally{i||(t=void 0)}},async callAsync(s,c){t=s;const r=()=>{t=s},o=()=>t===s?r:void 0;jn.add(o);try{const u=n?n.run(s,c):c();return i||(t=void 0),await u}finally{jn.delete(o)}}}}function rd(e={}){const t={};return{get(i,a={}){return t[i]||(t[i]=sd({...e,...a})),t[i],t[i]}}}const va=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},ts="__unctx__",cd=va[ts]||(va[ts]=rd()),od=(e,t={})=>cd.get(e,t),is="__unctx_async_handlers__",jn=va[is]||(va[is]=new Set);function wa(e){const t=[];for(const n of jn){const l=n();l&&t.push(l)}const i=()=>{for(const n of t)n()};let a=e();return a&&typeof a=="object"&&"catch"in a&&(a=a.catch(n=>{throw i(),n})),[a,i]}const ac=od("nuxt-app"),ud="__nuxt_plugin";function hd(e){let t=0;const i={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.5.2"},get vue(){return i.vueApp.version}},payload:Ze({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:n=>pd(i,n),isHydrating:!0,deferHydration(){if(!i.isHydrating)return()=>{};t++;let n=!1;return()=>{if(!n&&(n=!0,t--,t===0))return i.isHydrating=!1,i.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};i.hooks=ic(),i.hook=i.hooks.hook,i.callHook=i.hooks.callHook,i.provide=(n,l)=>{const s="$"+n;ia(i,s,l),ia(i.vueApp.config.globalProperties,s,l)},ia(i.vueApp,"$nuxt",i),ia(i.vueApp.config.globalProperties,"$nuxt",i);{window.addEventListener("nuxt.preloadError",l=>{i.callHook("app:chunkError",{error:l.payload})});const n=i.hook("app:error",(...l)=>{console.error("[nuxt] error caught during app initialization",...l)});i.hook("app:mounted",n)}const a=Ze(i.payload.config);return i.provide("config",a),i}async function dd(e,t){if(typeof t!="function")return;const{provide:i}=await e.runWithContext(()=>t(e))||{};if(i&&typeof i=="object")for(const a in i)e.provide(a,i[a])}async function gd(e,t){var n;const i=[],a=[];for(const l of t){const s=dd(e,l);(n=l.meta)!=null&&n.parallel?i.push(s.catch(c=>a.push(c))):await s}if(await Promise.all(i),a.length)throw a[0]}function md(e){const t=[];for(const i of e){if(typeof i!="function")continue;let a=i;i.length>1&&(a=n=>i(n,n.provide)),t.push(a)}return t.sort((i,a)=>{var n,l;return(((n=i.meta)==null?void 0:n.order)||ya.default)-(((l=a.meta)==null?void 0:l.order)||ya.default)}),t}const ya={pre:-20,default:0,post:20};function mt(e,t){var a;if(typeof e=="function")return mt({setup:e},t);const i=n=>{if(e.hooks&&n.hooks.addHooks(e.hooks),e.setup)return e.setup(n)};return i.meta={name:(t==null?void 0:t.name)||e.name||((a=e.setup)==null?void 0:a.name),parallel:e.parallel,order:(t==null?void 0:t.order)||e.order||ya[e.enforce||"default"]||ya.default},i[ud]=!0,i}function pd(e,t,i){const a=()=>i?t(...i):t();return ac.set(e),e.vueApp.runWithContext(a)}function ye(){var t;let e;if(Ar()&&(e=(t=$i())==null?void 0:t.appContext.app.$nuxt),e=e||ac.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}function sl(){return ye().$config}function ia(e,t,i){Object.defineProperty(e,t,{get:()=>i})}const fd="modulepreload",bd=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},as={},_d=function(t,i,a){if(!i||i.length===0)return t();const n=document.getElementsByTagName("link");return Promise.all(i.map(l=>{if(l=bd(l,a),l in as)return;as[l]=!0;const s=l.endsWith(".css"),c=s?'[rel="stylesheet"]':"";if(!!a)for(let u=n.length-1;u>=0;u--){const h=n[u];if(h.href===l&&(!s||h.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${l}"]${c}`))return;const o=document.createElement("link");if(o.rel=s?"stylesheet":fd,s||(o.as="script",o.crossOrigin=""),o.href=l,document.head.appendChild(o),s)return new Promise((u,h)=>{o.addEventListener("load",u),o.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${l}`)))})})).then(()=>t())},nc=(...e)=>_d(...e).catch(t=>{const i=new Event("nuxt.preloadError");throw i.payload=t,window.dispatchEvent(i),t}),vd=-1,wd=-2,yd=-3,jd=-4,xd=-5,qd=-6;function Pd(e,t){return kd(JSON.parse(e),t)}function kd(e,t){if(typeof e=="number")return n(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const i=e,a=Array(i.length);function n(l,s=!1){if(l===vd)return;if(l===yd)return NaN;if(l===jd)return 1/0;if(l===xd)return-1/0;if(l===qd)return-0;if(s)throw new Error("Invalid input");if(l in a)return a[l];const c=i[l];if(!c||typeof c!="object")a[l]=c;else if(Array.isArray(c))if(typeof c[0]=="string"){const r=c[0],o=t==null?void 0:t[r];if(o)return a[l]=o(n(c[1]));switch(r){case"Date":a[l]=new Date(c[1]);break;case"Set":const u=new Set;a[l]=u;for(let _=1;_>>9)+65536).toString(16).substring(1,8).toLowerCase()}function xn(e){return rc(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,i])=>`${t}:${String(i)}`).join(",")}`)}function Td(e){let t=9;for(const i of e)for(let a=0;a>>9)+65536).toString(16).substring(1,8).toLowerCase()}function cc(e,t){const{props:i,tag:a}=e;if(Ad.includes(a))return a;if(a==="link"&&i.rel==="canonical")return"canonical";if(i.charset)return"charset";const n=["id"];a==="meta"&&n.push("name","property","http-equiv");for(const l of n)if(typeof i[l]<"u"){const s=String(i[l]);return t&&!t(s)?!1:`${a}:${l}:${s}`}return!1}function ns(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function aa(e,t=!1,i){const{tag:a,$el:n}=e;n&&(Object.entries(a.props).forEach(([l,s])=>{s=String(s);const c=`attr:${l}`;if(l==="class"){if(!s)return;for(const r of s.split(" ")){const o=`${c}:${r}`;i&&i(e,o,()=>n.classList.remove(r)),n.classList.contains(r)||n.classList.add(r)}return}i&&!l.startsWith("data-h-")&&i(e,c,()=>n.removeAttribute(l)),(t||n.getAttribute(l)!==s)&&n.setAttribute(l,s)}),lc.includes(a.tag)&&(a.textContent&&a.textContent!==n.textContent?n.textContent=a.textContent:a.innerHTML&&a.innerHTML!==n.innerHTML&&(n.innerHTML=a.innerHTML)))}let pi=!1;async function Id(e,t={}){var g,_;const i={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",i),!i.shouldRender)return;const a=t.document||e.resolvedOptions.document||window.document,n=(await e.resolveTags()).map(c);if(e.resolvedOptions.experimentalHashHydration&&(pi=pi||e._hash||!1,pi)){const f=Td(n.map(y=>y.tag._h));if(pi===f)return;pi=f}const l=e._popSideEffectQueue();e.headEntries().map(f=>f._sde).forEach(f=>{Object.entries(f).forEach(([y,T])=>{l[y]=T})});const s=(f,y,T)=>{y=`${f.renderId}:${y}`,f.entry&&(f.entry._sde[y]=T),delete l[y]};function c(f){const y=e.headEntries().find(b=>b._i===f._e),T={renderId:f._d||xn(f),$el:null,shouldRender:!0,tag:f,entry:y,markSideEffect:(b,p)=>s(T,b,p)};return T}const r=[],o={body:[],head:[]},u=f=>{e._elMap[f.renderId]=f.$el,r.push(f),s(f,"el",()=>{var y;(y=f.$el)==null||y.remove(),delete e._elMap[f.renderId]})};for(const f of n){if(await e.hooks.callHook("dom:beforeRenderTag",f),!f.shouldRender)continue;const{tag:y}=f;if(y.tag==="title"){a.title=y.textContent||"",r.push(f);continue}if(y.tag==="htmlAttrs"||y.tag==="bodyAttrs"){f.$el=a[y.tag==="htmlAttrs"?"documentElement":"body"],aa(f,!1,s),r.push(f);continue}if(f.$el=e._elMap[f.renderId],!f.$el&&y.key&&(f.$el=a.querySelector(`${(g=y.tagPosition)!=null&&g.startsWith("body")?"body":"head"} > ${y.tag}[data-h-${y._h}]`)),f.$el){f.tag._d&&aa(f),u(f);continue}o[(_=y.tagPosition)!=null&&_.startsWith("body")?"body":"head"].push(f)}const h={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(o).forEach(([f,y])=>{var b;if(!y.length)return;const T=(b=a==null?void 0:a[f])==null?void 0:b.children;if(T){for(const p of[...T].reverse()){const q=p.tagName.toLowerCase();if(!sc.includes(q))continue;const w=p.getAttributeNames().reduce((x,D)=>({...x,[D]:p.getAttribute(D)}),{}),A={tag:q,props:w};p.innerHTML&&(A.innerHTML=p.innerHTML);const O=xn(A);let N=y.findIndex(x=>(x==null?void 0:x.renderId)===O);if(N===-1){const x=cc(A);N=y.findIndex(D=>(D==null?void 0:D.tag._d)&&D.tag._d===x)}if(N!==-1){const x=y[N];x.$el=p,aa(x),u(x),delete y[N]}}y.forEach(p=>{const q=p.tag.tagPosition||"head";h[q]=h[q]||a.createDocumentFragment(),p.$el||(p.$el=a.createElement(p.tag.tag),aa(p,!0)),h[q].appendChild(p.$el),u(p)})}}),h.head&&a.head.appendChild(h.head),h.bodyOpen&&a.body.insertBefore(h.bodyOpen,a.body.firstChild),h.bodyClose&&a.body.appendChild(h.bodyClose);for(const f of r)await e.hooks.callHook("dom:renderTag",f);Object.values(l).forEach(f=>f())}let Ya=null;async function Rd(e,t={}){function i(){return Ya=null,Id(e,t)}const a=t.delayFn||(n=>setTimeout(n,10));return Ya=Ya||new Promise(n=>a(()=>n(i())))}function Nd(e){return{hooks:{"entries:updated":function(t){if(typeof(e==null?void 0:e.document)>"u"&&typeof window>"u")return;let i=e==null?void 0:e.delayFn;!i&&typeof requestAnimationFrame<"u"&&(i=requestAnimationFrame),Rd(t,{document:(e==null?void 0:e.document)||window.document,delayFn:i})}}}}function Md(e){var t;return((t=e==null?void 0:e.head.querySelector('meta[name="unhead:ssr"]'))==null?void 0:t.getAttribute("content"))||!1}const ls={critical:2,high:9,low:12,base:-1,title:1,meta:10};function ss(e){if(typeof e.tagPriority=="number")return e.tagPriority;if(e.tag==="meta"){if(e.props.charset)return-2;if(e.props["http-equiv"]==="content-security-policy")return 0}const t=e.tagPriority||e.tag;return t in ls?ls[t]:10}const Od=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Ld(){return{hooks:{"tags:resolve":e=>{const t=i=>{var a;return(a=e.tags.find(n=>n._d===i))==null?void 0:a._p};for(const{prefix:i,offset:a}of Od)for(const n of e.tags.filter(l=>typeof l.tagPriority=="string"&&l.tagPriority.startsWith(i))){const l=t(n.tagPriority.replace(i,""));typeof l<"u"&&(n._p=l+a)}e.tags.sort((i,a)=>i._p-a._p).sort((i,a)=>ss(i)-ss(a))}}}}function Fd(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let i=t.findIndex(n=>n.tag==="titleTemplate");const a=t.findIndex(n=>n.tag==="title");if(a!==-1&&i!==-1){const n=ns(t[i].textContent,t[a].textContent);n!==null?t[a].textContent=n||t[a].textContent:delete t[a]}else if(i!==-1){const n=ns(t[i].textContent);n!==null&&(t[i].textContent=n,t[i].tag="title",i=-1)}i!==-1&&delete t[i],e.tags=t.filter(Boolean)}}}}function Ud(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const Dd=["link","style","script","noscript"];function Hd(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=xn(e)),e.key&&Dd.includes(e.tag)&&(e._h=rc(e.key),e.props[`data-h-${e._h}`]="")}}}}const rs=["script","link","bodyAttrs"];function $d(){const e=(t,i)=>{const a={},n={};Object.entries(i.props).forEach(([s,c])=>{s.startsWith("on")&&typeof c=="function"?n[s]=c:a[s]=c});let l;return t==="dom"&&i.tag==="script"&&typeof a.src=="string"&&typeof n.onload<"u"&&(l=a.src,delete a.src),{props:a,eventHandlers:n,delayedSrc:l}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(i=>(!rs.includes(i.tag)||!Object.entries(i.props).find(([a,n])=>a.startsWith("on")&&typeof n=="function")||(i.props=e("ssr",i).props),i))},"dom:beforeRenderTag":function(t){if(!rs.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([l,s])=>l.startsWith("on")&&typeof s=="function"))return;const{props:i,eventHandlers:a,delayedSrc:n}=e("dom",t.tag);Object.keys(a).length&&(t.tag.props=i,t.tag._eventHandlers=a,t.tag._delayedSrc=n)},"dom:renderTag":function(t){const i=t.$el;if(!t.tag._eventHandlers||!i)return;const a=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:i;Object.entries(t.tag._eventHandlers).forEach(([n,l])=>{const s=`${t.tag._d||t.tag._p}:${n}`,c=n.slice(2).toLowerCase(),r=`data-h-${c}`;if(t.markSideEffect(s,()=>{}),i.hasAttribute(r))return;const o=l;i.setAttribute(r,""),a.addEventListener(c,o),t.entry&&(t.entry._sde[s]=()=>{a.removeEventListener(c,o),i.removeAttribute(r)})}),t.tag._delayedSrc&&i.setAttribute("src",t.tag._delayedSrc)}}}}const Bd=["templateParams","htmlAttrs","bodyAttrs"];function Vd(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(a=>{e.props[a]&&(e.key=e.props[a],delete e.props[a])});const i=cc(e)||(e.key?`${e.tag}:${e.key}`:!1);i&&(e._d=i)},"tags:resolve":function(e){const t={};e.tags.forEach(a=>{const n=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,l=t[n];if(l){let c=a==null?void 0:a.tagDuplicateStrategy;if(!c&&Bd.includes(a.tag)&&(c="merge"),c==="merge"){const r=l.props;["class","style"].forEach(o=>{a.props[o]&&r[o]&&(o==="style"&&!r[o].endsWith(";")&&(r[o]+=";"),a.props[o]=`${r[o]} ${a.props[o]}`)}),t[n].props={...r,...a.props};return}else if(a._e===l._e){l._duped=l._duped||[],a._d=`${l._d}:${l._duped.length+1}`,l._duped.push(a);return}}const s=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if(sc.includes(a.tag)&&s===0){delete t[n];return}t[n]=a});const i=[];Object.values(t).forEach(a=>{const n=a._duped;delete a._duped,i.push(a),n&&i.push(...n)}),e.tags=i}}}}function na(e,t){function i(l){if(["s","pageTitle"].includes(l))return t.pageTitle;let s;return l.includes(".")?s=l.split(".").reduce((c,r)=>c&&c[r]||void 0,t):s=t[l],typeof s<"u"?s||"":!1}let a=e;try{a=decodeURI(e)}catch{}return(a.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(l=>{const s=i(l.slice(1));typeof s=="string"&&(e=e.replace(new RegExp(`\\${l}(\\W|$)`,"g"),`${s}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Wd(){return{hooks:{"tags:resolve":e=>{var l;const{tags:t}=e,i=(l=t.find(s=>s.tag==="title"))==null?void 0:l.textContent,a=t.findIndex(s=>s.tag==="templateParams"),n=a!==-1?t[a].props:{};n.pageTitle=n.pageTitle||i||"";for(const s of t)if(["titleTemplate","title"].includes(s.tag)&&typeof s.textContent=="string")s.textContent=na(s.textContent,n);else if(s.tag==="meta"&&typeof s.props.content=="string")s.props.content=na(s.props.content,n);else if(s.tag==="link"&&typeof s.props.href=="string")s.props.href=na(s.props.href,n);else if(s.tag==="script"&&["application/json","application/ld+json"].includes(s.props.type)&&typeof s.innerHTML=="string")try{s.innerHTML=JSON.stringify(JSON.parse(s.innerHTML),(c,r)=>typeof r=="string"?na(r,n):r)}catch{}e.tags=t.filter(s=>s.tag!=="templateParams")}}}}const zd=typeof window<"u";let oc;function Kd(e){return oc=e}function Qd(){return oc}async function Jd(e,t){const i={tag:e,props:{}};return e==="templateParams"?(i.props=t,i):["title","titleTemplate"].includes(e)?(i.textContent=t instanceof Promise?await t:t,i):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?i.props.src=t:i.innerHTML=t,i):!1:(i.props=await Yd(e,{...t}),i.props.children&&(i.props.innerHTML=i.props.children),delete i.props.children,Object.keys(i.props).filter(a=>Sd.includes(a)).forEach(a=>{(!["innerHTML","textContent"].includes(a)||lc.includes(i.tag))&&(i[a]=i.props[a]),delete i.props[a]}),["innerHTML","textContent"].forEach(a=>{if(i.tag==="script"&&typeof i[a]=="string"&&["application/ld+json","application/json"].includes(i.props.type))try{i[a]=JSON.parse(i[a])}catch{i[a]=""}typeof i[a]=="object"&&(i[a]=JSON.stringify(i[a]))}),i.props.class&&(i.props.class=Gd(i.props.class)),i.props.content&&Array.isArray(i.props.content)?i.props.content.map(a=>({...i,props:{...i.props,content:a}})):i)}function Gd(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Yd(e,t){for(const i of Object.keys(t)){const a=i.startsWith("data-");t[i]instanceof Promise&&(t[i]=await t[i]),String(t[i])==="true"?t[i]=a?"true":"":String(t[i])==="false"&&(a?t[i]="false":delete t[i])}return t}const Xd=10;async function Zd(e){const t=[];return Object.entries(e.resolvedInput).filter(([i,a])=>typeof a<"u"&&Cd.includes(i)).forEach(([i,a])=>{const n=Ed(a);t.push(...n.map(l=>Jd(i,l)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((i,a)=>(i._e=e._i,i._p=(e._i<c.hooks&&n.addHooks(c.hooks)),e.document=e.document||(zd?document:void 0);const l=()=>n.callHook("entries:updated",s),s={resolvedOptions:e,headEntries(){return t},get hooks(){return n},use(c){c.hooks&&n.addHooks(c.hooks)},push(c,r){const o={_i:a++,input:c,_sde:{}};return r!=null&&r.mode&&(o._m=r==null?void 0:r.mode),r!=null&&r.transform&&(o._t=r==null?void 0:r.transform),t.push(o),l(),{dispose(){t=t.filter(u=>u._i!==o._i?!0:(i={...i,...u._sde||{}},u._sde={},l(),!1))},patch(u){t=t.map(h=>(h._i===o._i&&(o.input=h.input=u,l()),h))}}},async resolveTags(){const c={tags:[],entries:[...t]};await n.callHook("entries:resolve",c);for(const r of c.entries){const o=r._t||(u=>u);if(r.resolvedInput=o(r.resolvedInput||r.input),r.resolvedInput)for(const u of await Zd(r)){const h={tag:u,entry:r,resolvedOptions:s.resolvedOptions};await n.callHook("tag:normalise",h),c.tags.push(h.tag)}}return await n.callHook("tags:resolve",c),c.tags},_popSideEffectQueue(){const c={...i};return i={},c},_elMap:{}};return s.hooks.callHook("init",s),s}function ng(e){return typeof e=="function"?e():pe(e)}function ja(e,t=""){if(e instanceof Promise)return e;const i=ng(e);return!e||!i?i:Array.isArray(i)?i.map(a=>ja(a,t)):typeof i=="object"?Object.fromEntries(Object.entries(i).map(([a,n])=>a==="titleTemplate"||a.startsWith("on")?[a,pe(n)]:[a,ja(n,a)])):i}const lg=Br.startsWith("3"),sg=typeof window<"u",uc="usehead";function rl(){return $i()&&we(uc)||Qd()}function rg(e){return{install(i){lg&&(i.config.globalProperties.$unhead=e,i.config.globalProperties.$head=e,i.provide(uc,e))}}.install}function cg(e={}){const t=ig({...e,domDelayFn:i=>setTimeout(()=>Ut(()=>i()),10),plugins:[og(),...(e==null?void 0:e.plugins)||[]]});return t.install=rg(t),t}function og(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=ja(t.input)}}}}function ug(e,t={}){const i=rl(),a=We(!1),n=We({});Ko(()=>{n.value=a.value?{}:ja(e)});const l=i.push(n.value,t);return Nt(n,c=>{l.patch(c)}),$i()&&(Hi(()=>{l.dispose()}),_r(()=>{a.value=!0}),br(()=>{a.value=!1})),l}function hg(e,t={}){return rl().push(e,t)}function dg(e,t={}){var a;const i=rl();if(i){const n=sg||!!((a=i.resolvedOptions)!=null&&a.document);return t.mode==="server"&&n||t.mode==="client"&&!n?void 0:n?ug(e,t):hg(e,t)}}const gg={meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"A news site developed with Nuxt."}],link:[],style:[],script:[],noscript:[],title:"The Daily Broadcast",htmlAttrs:{lang:"en"}},qn=!1,mg=!1,pg="__nuxt",fg=!0;function cs(e,t={}){const i=bg(e,t),a=ye(),n=a._payloadCache=a._payloadCache||{};return n[i]||(n[i]=hc(i).then(l=>l||(delete n[i],null))),n[i]}const os="json";function bg(e,t={}){const i=new URL(e,"http://localhost");if(i.search)throw new Error("Payload URL cannot contain search params: "+e);if(i.host!=="localhost"||ui(i.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const a=t.hash||(t.fresh?Date.now():"");return Bi(sl().app.baseURL,i.pathname,a?`_payload.${a}.${os}`:`_payload.${os}`)}async function hc(e){try{return fg?dc(await fetch(e).then(t=>t.text())):await nc(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function _g(){return!!ye().payload.prerenderedAt}let la=null;async function vg(){if(la)return la;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=dc(e.textContent||""),i=e.dataset.src?await hc(e.dataset.src):void 0;return la={...t,...i,...window.__NUXT__},la}function dc(e){return Pd(e,ye()._payloadRevivers)}function wg(e,t){ye()._payloadRevivers[e]=t}function Xa(e){return e!==null&&typeof e=="object"}function Pn(e,t,i=".",a){if(!Xa(t))return Pn(e,{},i,a);const n=Object.assign({},t);for(const l in e){if(l==="__proto__"||l==="constructor")continue;const s=e[l];s!=null&&(a&&a(n,l,s,i)||(Array.isArray(s)&&Array.isArray(n[l])?n[l]=[...s,...n[l]]:Xa(s)&&Xa(n[l])?n[l]=Pn(s,n[l],(i?`${i}.`:"")+l.toString(),a):n[l]=s))}return n}function yg(e){return(...t)=>t.reduce((i,a)=>Pn(i,a,"",e),{})}const jg=yg();class kn extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:Cn(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=gc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}kn.__h3_error__=!0;function En(e){if(typeof e=="string")return new kn(e);if(xg(e))return e;const t=new kn(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)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=Cn(e.statusCode,t.statusCode):e.status&&(t.statusCode=Cn(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const i=t.statusMessage;gc(t.statusMessage)!==i&&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 xg(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const qg=/[^\u0009\u0020-\u007E]/g;function gc(e=""){return e.replace(qg,"")}function Cn(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}function Pg(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[i,a]=e;if(!i||typeof i!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+i);if(a!==void 0&&typeof a!="function")throw new Error("[nuxt] [useState] init must be a function: "+a);const n="$s"+i,l=ye(),s=nr(l.payload.state,n);if(s.value===void 0&&a){const c=a();if(Ee(c))return l.payload.state[n]=c,c;s.value=c}return s}const kt=()=>{var e;return(e=ye())==null?void 0:e.$router},hi=()=>Ar()?we("_route",ye()._route):ye()._route,kg=e=>e,Eg=()=>{try{if(ye()._processingMiddleware)return!0}catch{return!0}return!1},mc=(e,t)=>{e||(e="/");const i=typeof e=="string"?e:e.path||"/",a=(t==null?void 0:t.external)||ui(i,{acceptRelative:!0});if(a&&!(t!=null&&t.external))throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(a&&Vi(i).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const n=Eg();if(!a&&n)return e;const l=kt();return a?(t!=null&&t.replace?location.replace(i):location.href=i,Promise.resolve()):t!=null&&t.replace?l.replace(e):l.push(e)},Na=()=>nr(ye().payload,"error"),Wt=e=>{const t=cl(e);try{const i=ye(),a=Na();i.hooks.callHook("app:error",t),a.value=a.value||t}catch{throw t}return t},Cg=async(e={})=>{const t=ye(),i=Na();t.callHook("app:error:cleared",e),e.redirect&&await kt().replace(e.redirect),i.value=null},Ag=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),cl=e=>{const t=En(e);return t.__nuxt_error=!0,t},us={NuxtError:e=>cl(e),EmptyShallowRef:e=>Ti(e==="_"?void 0:JSON.parse(e)),EmptyRef:e=>We(e==="_"?void 0:JSON.parse(e)),ShallowRef:e=>Ti(e),ShallowReactive:e=>Gs(e),Ref:e=>We(e),Reactive:e=>Ze(e)},Sg=mt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,i;for(const a in us)wg(a,us[a]);Object.assign(e.payload,([t,i]=wa(()=>e.runWithContext(vg)),t=await t,i(),t)),window.__NUXT__=e.payload}},1),Tg=mt({name:"nuxt:global-components"}),Ig=mt({name:"nuxt:head",setup(e){const i=cg();i.push(gg),e.vueApp.use(i);{let a=!0;const n=()=>{a=!1,i.hooks.callHook("entries:updated",i)};i.hooks.hook("dom:beforeRender",l=>{l.shouldRender=!a}),e.hooks.hook("page:start",()=>{a=!0}),e.hooks.hook("page:finish",n),e.hooks.hook("app:suspense:resolve",n)}}});/*! +function Rn(e,t){const i=Object.create(null),a=e.split(",");for(let n=0;n!!i[n.toLowerCase()]:n=>!!i[n]}const fe={},zt=[],Ye=()=>{},Nc=()=>!1,Mc=/^on[^a-z]/,Li=e=>Mc.test(e),Nn=e=>e.startsWith("onUpdate:"),Pe=Object.assign,Mn=(e,t)=>{const i=e.indexOf(t);i>-1&&e.splice(i,1)},Oc=Object.prototype.hasOwnProperty,ne=(e,t)=>Oc.call(e,t),X=Array.isArray,Kt=e=>Fi(e)==="[object Map]",Rs=e=>Fi(e)==="[object Set]",Lc=e=>Fi(e)==="[object RegExp]",ee=e=>typeof e=="function",be=e=>typeof e=="string",On=e=>typeof e=="symbol",ge=e=>e!==null&&typeof e=="object",Ns=e=>ge(e)&&ee(e.then)&&ee(e.catch),Ms=Object.prototype.toString,Fi=e=>Ms.call(e),Fc=e=>Fi(e).slice(8,-1),Os=e=>Fi(e)==="[object Object]",Ln=e=>be(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,wi=Rn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),qa=e=>{const t=Object.create(null);return i=>t[i]||(t[i]=e(i))},Uc=/-(\w)/g,rt=qa(e=>e.replace(Uc,(t,i)=>i?i.toUpperCase():"")),Dc=/\B([A-Z])/g,ni=qa(e=>e.replace(Dc,"-$1").toLowerCase()),Pa=qa(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ua=qa(e=>e?`on${Pa(e)}`:""),Ai=(e,t)=>!Object.is(e,t),yi=(e,t)=>{for(let i=0;i{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:i})},Hc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ls=e=>{const t=be(e)?Number(e):NaN;return isNaN(t)?e:t};let pl;const ln=()=>pl||(pl=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ka(e){if(X(e)){const t={};for(let i=0;i{if(i){const a=i.split(Bc);a.length>1&&(t[a[0].trim()]=a[1].trim())}}),t}function E(e){let t="";if(be(e))t=e;else if(X(e))for(let i=0;ibe(e)?e:e==null?"":X(e)||ge(e)&&(e.toString===Ms||!ee(e.toString))?JSON.stringify(e,Us,2):String(e),Us=(e,t)=>t&&t.__v_isRef?Us(e,t.value):Kt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((i,[a,n])=>(i[`${a} =>`]=n,i),{})}:Rs(t)?{[`Set(${t.size})`]:[...t.values()]}:ge(t)&&!X(t)&&!Os(t)?String(t):t;let Qe;class Qc{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Qe,!t&&Qe&&(this.index=(Qe.scopes||(Qe.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const i=Qe;try{return Qe=this,t()}finally{Qe=i}}}on(){Qe=this}off(){Qe=this.parent}stop(t){if(this._active){let i,a;for(i=0,a=this.effects.length;i{const t=new Set(e);return t.w=0,t.n=0,t},Ds=e=>(e.w&Pt)>0,Hs=e=>(e.n&Pt)>0,Yc=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let i=0;for(let a=0;a{(u==="length"||u>=r)&&c.push(o)})}else switch(i!==void 0&&c.push(s.get(i)),t){case"add":X(e)?Ln(i)&&c.push(s.get("length")):(c.push(s.get(Rt)),Kt(e)&&c.push(s.get(rn)));break;case"delete":X(e)||(c.push(s.get(Rt)),Kt(e)&&c.push(s.get(rn)));break;case"set":Kt(e)&&c.push(s.get(Rt));break}if(c.length===1)c[0]&&cn(c[0]);else{const r=[];for(const o of c)o&&r.push(...o);cn(Fn(r))}}function cn(e,t){const i=X(e)?e:[...e];for(const a of i)a.computed&&bl(a);for(const a of i)a.computed||bl(a)}function bl(e,t){(e!==Je||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}function Zc(e,t){var i;return(i=ha.get(e))==null?void 0:i.get(t)}const eo=Rn("__proto__,__v_isRef,__isVue"),Vs=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(On)),to=Dn(),io=Dn(!1,!0),ao=Dn(!0),_l=no();function no(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...i){const a=se(this);for(let l=0,s=this.length;l{e[t]=function(...i){li();const a=se(this)[t].apply(this,i);return si(),a}}),e}function lo(e){const t=se(this);return Ue(t,"has",e),t.hasOwnProperty(e)}function Dn(e=!1,t=!1){return function(a,n,l){if(n==="__v_isReactive")return!e;if(n==="__v_isReadonly")return e;if(n==="__v_isShallow")return t;if(n==="__v_raw"&&l===(e?t?jo:Js:t?Qs:Ks).get(a))return a;const s=X(a);if(!e){if(s&&ne(_l,n))return Reflect.get(_l,n,l);if(n==="hasOwnProperty")return lo}const c=Reflect.get(a,n,l);return(On(n)?Vs.has(n):eo(n))||(e||Ue(a,"get",n),t)?c:Ee(c)?s&&Ln(n)?c:c.value:ge(c)?e?Ys(c):Ze(c):c}}const so=Ws(),ro=Ws(!0);function Ws(e=!1){return function(i,a,n,l){let s=i[a];if(Ft(s)&&Ee(s)&&!Ee(n))return!1;if(!e&&(!da(n)&&!Ft(n)&&(s=se(s),n=se(n)),!X(i)&&Ee(s)&&!Ee(n)))return s.value=n,!0;const c=X(i)&&Ln(a)?Number(a)e,Ea=e=>Reflect.getPrototypeOf(e);function Ki(e,t,i=!1,a=!1){e=e.__v_raw;const n=se(e),l=se(t);i||(t!==l&&Ue(n,"get",t),Ue(n,"get",l));const{has:s}=Ea(n),c=a?Hn:i?Vn:Si;if(s.call(n,t))return c(e.get(t));if(s.call(n,l))return c(e.get(l));e!==n&&e.get(t)}function Qi(e,t=!1){const i=this.__v_raw,a=se(i),n=se(e);return t||(e!==n&&Ue(a,"has",e),Ue(a,"has",n)),e===n?i.has(e):i.has(e)||i.has(n)}function Ji(e,t=!1){return e=e.__v_raw,!t&&Ue(se(e),"iterate",Rt),Reflect.get(e,"size",e)}function vl(e){e=se(e);const t=se(this);return Ea(t).has.call(t,e)||(t.add(e),ht(t,"add",e,e)),this}function wl(e,t){t=se(t);const i=se(this),{has:a,get:n}=Ea(i);let l=a.call(i,e);l||(e=se(e),l=a.call(i,e));const s=n.call(i,e);return i.set(e,t),l?Ai(t,s)&&ht(i,"set",e,t):ht(i,"add",e,t),this}function yl(e){const t=se(this),{has:i,get:a}=Ea(t);let n=i.call(t,e);n||(e=se(e),n=i.call(t,e)),a&&a.call(t,e);const l=t.delete(e);return n&&ht(t,"delete",e,void 0),l}function jl(){const e=se(this),t=e.size!==0,i=e.clear();return t&&ht(e,"clear",void 0,void 0),i}function Gi(e,t){return function(a,n){const l=this,s=l.__v_raw,c=se(s),r=t?Hn:e?Vn:Si;return!e&&Ue(c,"iterate",Rt),s.forEach((o,u)=>a.call(n,r(o),r(u),l))}}function Yi(e,t,i){return function(...a){const n=this.__v_raw,l=se(n),s=Kt(l),c=e==="entries"||e===Symbol.iterator&&s,r=e==="keys"&&s,o=n[e](...a),u=i?Hn:t?Vn:Si;return!t&&Ue(l,"iterate",r?rn:Rt),{next(){const{value:h,done:m}=o.next();return m?{value:h,done:m}:{value:c?[u(h[0]),u(h[1])]:u(h),done:m}},[Symbol.iterator](){return this}}}}function ft(e){return function(...t){return e==="delete"?!1:this}}function go(){const e={get(l){return Ki(this,l)},get size(){return Ji(this)},has:Qi,add:vl,set:wl,delete:yl,clear:jl,forEach:Gi(!1,!1)},t={get(l){return Ki(this,l,!1,!0)},get size(){return Ji(this)},has:Qi,add:vl,set:wl,delete:yl,clear:jl,forEach:Gi(!1,!0)},i={get(l){return Ki(this,l,!0)},get size(){return Ji(this,!0)},has(l){return Qi.call(this,l,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Gi(!0,!1)},a={get(l){return Ki(this,l,!0,!0)},get size(){return Ji(this,!0)},has(l){return Qi.call(this,l,!0)},add:ft("add"),set:ft("set"),delete:ft("delete"),clear:ft("clear"),forEach:Gi(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(l=>{e[l]=Yi(l,!1,!1),i[l]=Yi(l,!0,!1),t[l]=Yi(l,!1,!0),a[l]=Yi(l,!0,!0)}),[e,i,t,a]}const[po,fo,bo,_o]=go();function $n(e,t){const i=t?e?_o:bo:e?fo:po;return(a,n,l)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?a:Reflect.get(ne(i,n)&&n in a?i:a,n,l)}const vo={get:$n(!1,!1)},wo={get:$n(!1,!0)},yo={get:$n(!0,!1)},Ks=new WeakMap,Qs=new WeakMap,Js=new WeakMap,jo=new WeakMap;function xo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function qo(e){return e.__v_skip||!Object.isExtensible(e)?0:xo(Fc(e))}function Ze(e){return Ft(e)?e:Bn(e,!1,zs,vo,Ks)}function Gs(e){return Bn(e,!1,mo,wo,Qs)}function Ys(e){return Bn(e,!0,ho,yo,Js)}function Bn(e,t,i,a,n){if(!ge(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const l=n.get(e);if(l)return l;const s=qo(e);if(s===0)return e;const c=new Proxy(e,s===2?a:i);return n.set(e,c),c}function Qt(e){return Ft(e)?Qt(e.__v_raw):!!(e&&e.__v_isReactive)}function Ft(e){return!!(e&&e.__v_isReadonly)}function da(e){return!!(e&&e.__v_isShallow)}function Xs(e){return Qt(e)||Ft(e)}function se(e){const t=e&&e.__v_raw;return t?se(t):e}function Zs(e){return ua(e,"__v_skip",!0),e}const Si=e=>ge(e)?Ze(e):e,Vn=e=>ge(e)?Ys(e):e;function er(e){xt&&Je&&(e=se(e),Bs(e.dep||(e.dep=Fn())))}function tr(e,t){e=se(e);const i=e.dep;i&&cn(i)}function Ee(e){return!!(e&&e.__v_isRef===!0)}function We(e){return ir(e,!1)}function Ti(e){return ir(e,!0)}function ir(e,t){return Ee(e)?e:new Po(e,t)}class Po{constructor(t,i){this.__v_isShallow=i,this.dep=void 0,this.__v_isRef=!0,this._rawValue=i?t:se(t),this._value=i?t:Si(t)}get value(){return er(this),this._value}set value(t){const i=this.__v_isShallow||da(t)||Ft(t);t=i?t:se(t),Ai(t,this._rawValue)&&(this._rawValue=t,this._value=i?t:Si(t),tr(this))}}function pe(e){return Ee(e)?e.value:e}const ko={get:(e,t,i)=>pe(Reflect.get(e,t,i)),set:(e,t,i,a)=>{const n=e[t];return Ee(n)&&!Ee(i)?(n.value=i,!0):Reflect.set(e,t,i,a)}};function ar(e){return Qt(e)?e:new Proxy(e,ko)}class Eo{constructor(t,i,a){this._object=t,this._key=i,this._defaultValue=a,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Zc(se(this._object),this._key)}}class Co{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function nr(e,t,i){return Ee(e)?e:ee(e)?new Co(e):ge(e)&&arguments.length>1?Ao(e,t,i):We(e)}function Ao(e,t,i){const a=e[t];return Ee(a)?a:new Eo(e,t,i)}class So{constructor(t,i,a,n){this._setter=i,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Un(t,()=>{this._dirty||(this._dirty=!0,tr(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!n,this.__v_isReadonly=a}get value(){const t=se(this);return er(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function To(e,t,i=!1){let a,n;const l=ee(e);return l?(a=e,n=Ye):(a=e.get,n=e.set),new So(a,n,l||!n,i)}function qt(e,t,i,a){let n;try{n=a?e(...a):e()}catch(l){ri(l,t,i)}return n}function ze(e,t,i,a){if(ee(e)){const l=qt(e,t,i,a);return l&&Ns(l)&&l.catch(s=>{ri(s,t,i)}),l}const n=[];for(let l=0;l>>1;Ri(Ie[a])st&&Ie.splice(t,1)}function rr(e){X(e)?Jt.push(...e):(!ut||!ut.includes(e,e.allowRecurse?St+1:St))&&Jt.push(e),sr()}function xl(e,t=Ii?st+1:0){for(;tRi(i)-Ri(a)),St=0;Ste.id==null?1/0:e.id,Mo=(e,t)=>{const i=Ri(e)-Ri(t);if(i===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return i};function cr(e){on=!1,Ii=!0,Ie.sort(Mo);const t=Ye;try{for(st=0;stbe(_)?_.trim():_)),h&&(n=i.map(Hc))}let c,r=a[c=Ua(t)]||a[c=Ua(rt(t))];!r&&l&&(r=a[c=Ua(ni(t))]),r&&ze(r,e,6,n);const o=a[c+"Once"];if(o){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,ze(o,e,6,n)}}function or(e,t,i=!1){const a=t.emitsCache,n=a.get(e);if(n!==void 0)return n;const l=e.emits;let s={},c=!1;if(!ee(e)){const r=o=>{const u=or(o,t,!0);u&&(c=!0,Pe(s,u))};!i&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return!l&&!c?(ge(e)&&a.set(e,null),null):(X(l)?l.forEach(r=>s[r]=null):Pe(s,l),ge(e)&&a.set(e,s),s)}function Aa(e,t){return!e||!Li(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,ni(t))||ne(e,t))}let Ce=null,Sa=null;function ga(e){const t=Ce;return Ce=e,Sa=e&&e.type.__scopeId||null,t}function Eb(e){Sa=e}function Cb(){Sa=null}function et(e,t=Ce,i){if(!t||e._n)return e;const a=(...n)=>{a._d&&Ll(-1);const l=ga(t);let s;try{s=e(...n)}finally{ga(l),a._d&&Ll(1)}return s};return a._n=!0,a._c=!0,a._d=!0,a}function Da(e){const{type:t,vnode:i,proxy:a,withProxy:n,props:l,propsOptions:[s],slots:c,attrs:r,emit:o,render:u,renderCache:h,data:m,setupState:_,ctx:f,inheritAttrs:y}=e;let R,b;const p=ga(e);try{if(i.shapeFlag&4){const w=n||a;R=Be(u.call(w,w,h,l,_,m,f)),b=r}else{const w=t;R=Be(w.length>1?w(l,{attrs:r,slots:c,emit:o}):w(l,null)),b=t.props?r:Fo(r)}}catch(w){qi.length=0,ri(w,e,1),R=V(Me)}let q=R;if(b&&y!==!1){const w=Object.keys(b),{shapeFlag:A}=q;w.length&&A&7&&(s&&w.some(Nn)&&(b=Uo(b,s)),q=dt(q,b))}return i.dirs&&(q=dt(q),q.dirs=q.dirs?q.dirs.concat(i.dirs):i.dirs),i.transition&&(q.transition=i.transition),R=q,ga(p),R}function Lo(e){let t;for(let i=0;i{let t;for(const i in e)(i==="class"||i==="style"||Li(i))&&((t||(t={}))[i]=e[i]);return t},Uo=(e,t)=>{const i={};for(const a in e)(!Nn(a)||!(a.slice(9)in t))&&(i[a]=e[a]);return i};function Do(e,t,i){const{props:a,children:n,component:l}=e,{props:s,children:c,patchFlag:r}=t,o=l.emitsOptions;if(t.dirs||t.transition)return!0;if(i&&r>=0){if(r&1024)return!0;if(r&16)return a?ql(a,s,o):!!s;if(r&8){const u=t.dynamicProps;for(let h=0;he.__isSuspense,Ho={name:"Suspense",__isSuspense:!0,process(e,t,i,a,n,l,s,c,r,o){e==null?$o(t,i,a,n,l,s,c,r,o):Bo(e,t,i,a,n,s,c,r,o)},hydrate:Vo,create:Kn,normalize:Wo},hr=Ho;function Ni(e,t){const i=e.props&&e.props[t];ee(i)&&i()}function $o(e,t,i,a,n,l,s,c,r){const{p:o,o:{createElement:u}}=r,h=u("div"),m=e.suspense=Kn(e,n,a,t,h,i,l,s,c,r);o(null,m.pendingBranch=e.ssContent,h,null,a,m,l,s),m.deps>0?(Ni(e,"onPending"),Ni(e,"onFallback"),o(null,e.ssFallback,t,i,a,null,l,s),Gt(m,e.ssFallback)):m.resolve(!1,!0)}function Bo(e,t,i,a,n,l,s,c,{p:r,um:o,o:{createElement:u}}){const h=t.suspense=e.suspense;h.vnode=t,t.el=e.el;const m=t.ssContent,_=t.ssFallback,{activeBranch:f,pendingBranch:y,isInFallback:R,isHydrating:b}=h;if(y)h.pendingBranch=m,Ge(m,y)?(r(y,m,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0?h.resolve():R&&(r(f,_,i,a,n,null,l,s,c),Gt(h,_))):(h.pendingId++,b?(h.isHydrating=!1,h.activeBranch=y):o(y,n,h),h.deps=0,h.effects.length=0,h.hiddenContainer=u("div"),R?(r(null,m,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0?h.resolve():(r(f,_,i,a,n,null,l,s,c),Gt(h,_))):f&&Ge(m,f)?(r(f,m,i,a,n,h,l,s,c),h.resolve(!0)):(r(null,m,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0&&h.resolve()));else if(f&&Ge(m,f))r(f,m,i,a,n,h,l,s,c),Gt(h,m);else if(Ni(t,"onPending"),h.pendingBranch=m,h.pendingId++,r(null,m,h.hiddenContainer,null,n,h,l,s,c),h.deps<=0)h.resolve();else{const{timeout:p,pendingId:q}=h;p>0?setTimeout(()=>{h.pendingId===q&&h.fallback(_)},p):p===0&&h.fallback(_)}}function Kn(e,t,i,a,n,l,s,c,r,o,u=!1){const{p:h,m,um:_,n:f,o:{parentNode:y,remove:R}}=o;let b;const p=zo(e);p&&t!=null&&t.pendingBranch&&(b=t.pendingId,t.deps++);const q=e.props?Ls(e.props.timeout):void 0,w={vnode:e,parent:t,parentComponent:i,isSVG:s,container:a,hiddenContainer:n,anchor:l,deps:0,pendingId:0,timeout:typeof q=="number"?q:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(A=!1,O=!1){const{vnode:N,activeBranch:x,pendingBranch:D,pendingId:z,effects:Y,parentComponent:$,container:Z}=w;if(w.isHydrating)w.isHydrating=!1;else if(!A){const ae=x&&D.transition&&D.transition.mode==="out-in";ae&&(x.transition.afterLeave=()=>{z===w.pendingId&&m(D,Z,ce,0)});let{anchor:ce}=w;x&&(ce=f(x),_(x,$,w,!0)),ae||m(D,Z,ce,0)}Gt(w,D),w.pendingBranch=null,w.isInFallback=!1;let W=w.parent,je=!1;for(;W;){if(W.pendingBranch){W.effects.push(...Y),je=!0;break}W=W.parent}je||rr(Y),w.effects=[],p&&t&&t.pendingBranch&&b===t.pendingId&&(t.deps--,t.deps===0&&!O&&t.resolve()),Ni(N,"onResolve")},fallback(A){if(!w.pendingBranch)return;const{vnode:O,activeBranch:N,parentComponent:x,container:D,isSVG:z}=w;Ni(O,"onFallback");const Y=f(N),$=()=>{w.isInFallback&&(h(null,A,D,Y,x,null,z,c,r),Gt(w,A))},Z=A.transition&&A.transition.mode==="out-in";Z&&(N.transition.afterLeave=$),w.isInFallback=!0,_(N,x,null,!0),Z||$()},move(A,O,N){w.activeBranch&&m(w.activeBranch,A,O,N),w.container=A},next(){return w.activeBranch&&f(w.activeBranch)},registerDep(A,O){const N=!!w.pendingBranch;N&&w.deps++;const x=A.vnode.el;A.asyncDep.catch(D=>{ri(D,A,0)}).then(D=>{if(A.isUnmounted||w.isUnmounted||w.pendingId!==A.suspenseId)return;A.asyncResolved=!0;const{vnode:z}=A;fn(A,D,!1),x&&(z.el=x);const Y=!x&&A.subTree.el;O(A,z,y(x||A.subTree.el),x?null:f(A.subTree),w,s,r),Y&&R(Y),zn(A,z.el),N&&--w.deps===0&&w.resolve()})},unmount(A,O){w.isUnmounted=!0,w.activeBranch&&_(w.activeBranch,i,A,O),w.pendingBranch&&_(w.pendingBranch,i,A,O)}};return w}function Vo(e,t,i,a,n,l,s,c,r){const o=t.suspense=Kn(t,a,i,e.parentNode,document.createElement("div"),null,n,l,s,c,!0),u=r(e,o.pendingBranch=t.ssContent,i,o,l,s);return o.deps===0&&o.resolve(!1,!0),u}function Wo(e){const{shapeFlag:t,children:i}=e,a=t&32;e.ssContent=Pl(a?i.default:i),e.ssFallback=a?Pl(i.fallback):V(Me)}function Pl(e){let t;if(ee(e)){const i=Xt&&e._c;i&&(e._d=!1,I()),e=e(),i&&(e._d=!0,t=Ve,Fr())}return X(e)&&(e=Lo(e)),e=Be(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(i=>i!==e)),e}function dr(e,t){t&&t.pendingBranch?X(e)?t.effects.push(...e):t.effects.push(e):rr(e)}function Gt(e,t){e.activeBranch=t;const{vnode:i,parentComponent:a}=e,n=i.el=t.el;a&&a.subTree===i&&(a.vnode.el=n,zn(a,n))}function zo(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}function Ko(e,t){return Qn(e,null,t)}const Xi={};function Nt(e,t,i){return Qn(e,t,i)}function Qn(e,t,{immediate:i,deep:a,flush:n,onTrack:l,onTrigger:s}=fe){var c;const r=Gc()===((c=qe)==null?void 0:c.scope)?qe:null;let o,u=!1,h=!1;if(Ee(e)?(o=()=>e.value,u=da(e)):Qt(e)?(o=()=>e,a=!0):X(e)?(h=!0,u=e.some(w=>Qt(w)||da(w)),o=()=>e.map(w=>{if(Ee(w))return w.value;if(Qt(w))return It(w);if(ee(w))return qt(w,r,2)})):ee(e)?t?o=()=>qt(e,r,2):o=()=>{if(!(r&&r.isUnmounted))return m&&m(),ze(e,r,3,[_])}:o=Ye,t&&a){const w=o;o=()=>It(w())}let m,_=w=>{m=p.onStop=()=>{qt(w,r,4)}},f;if(ti)if(_=Ye,t?i&&ze(t,r,3,[o(),h?[]:void 0,_]):o(),n==="sync"){const w=Du();f=w.__watcherHandles||(w.__watcherHandles=[])}else return Ye;let y=h?new Array(e.length).fill(Xi):Xi;const R=()=>{if(p.active)if(t){const w=p.run();(a||u||(h?w.some((A,O)=>Ai(A,y[O])):Ai(w,y)))&&(m&&m(),ze(t,r,3,[w,y===Xi?void 0:h&&y[0]===Xi?[]:y,_]),y=w)}else p.run()};R.allowRecurse=!!t;let b;n==="sync"?b=R:n==="post"?b=()=>Se(R,r&&r.suspense):(R.pre=!0,r&&(R.id=r.uid),b=()=>Ca(R));const p=new Un(o,b);t?i?R():y=p.run():n==="post"?Se(p.run.bind(p),r&&r.suspense):p.run();const q=()=>{p.stop(),r&&r.scope&&Mn(r.scope.effects,p)};return f&&f.push(q),q}function Qo(e,t,i){const a=this.proxy,n=be(e)?e.includes(".")?mr(a,e):()=>a[e]:e.bind(a,a);let l;ee(t)?l=t:(l=t.handler,i=t);const s=qe;ei(this);const c=Qn(n,l.bind(a),i);return s?ei(s):Lt(),c}function mr(e,t){const i=t.split(".");return()=>{let a=e;for(let n=0;n{It(i,t)});else if(Os(e))for(const i in e)It(e[i],t);return e}function Jn(e,t){const i=Ce;if(i===null)return e;const a=Ra(i)||i.proxy,n=e.dirs||(e.dirs=[]);for(let l=0;l{e.isMounted=!0}),Hi(()=>{e.isUnmounting=!0}),e}const $e=[Function,Array],gr={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:$e,onEnter:$e,onAfterEnter:$e,onEnterCancelled:$e,onBeforeLeave:$e,onLeave:$e,onAfterLeave:$e,onLeaveCancelled:$e,onBeforeAppear:$e,onAppear:$e,onAfterAppear:$e,onAppearCancelled:$e},Go={name:"BaseTransition",props:gr,setup(e,{slots:t}){const i=$i(),a=Jo();let n;return()=>{const l=t.default&&fr(t.default(),!0);if(!l||!l.length)return;let s=l[0];if(l.length>1){for(const y of l)if(y.type!==Me){s=y;break}}const c=se(e),{mode:r}=c;if(a.isLeaving)return Ha(s);const o=kl(s);if(!o)return Ha(s);const u=un(o,c,a,i);pa(o,u);const h=i.subTree,m=h&&kl(h);let _=!1;const{getTransitionKey:f}=o.type;if(f){const y=f();n===void 0?n=y:y!==n&&(n=y,_=!0)}if(m&&m.type!==Me&&(!Ge(o,m)||_)){const y=un(m,c,a,i);if(pa(m,y),r==="out-in")return a.isLeaving=!0,y.afterLeave=()=>{a.isLeaving=!1,i.update.active!==!1&&i.update()},Ha(s);r==="in-out"&&o.type!==Me&&(y.delayLeave=(R,b,p)=>{const q=pr(a,m);q[String(m.key)]=m,R._leaveCb=()=>{b(),R._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=p})}return s}}},Yo=Go;function pr(e,t){const{leavingVNodes:i}=e;let a=i.get(t.type);return a||(a=Object.create(null),i.set(t.type,a)),a}function un(e,t,i,a){const{appear:n,mode:l,persisted:s=!1,onBeforeEnter:c,onEnter:r,onAfterEnter:o,onEnterCancelled:u,onBeforeLeave:h,onLeave:m,onAfterLeave:_,onLeaveCancelled:f,onBeforeAppear:y,onAppear:R,onAfterAppear:b,onAppearCancelled:p}=t,q=String(e.key),w=pr(i,e),A=(x,D)=>{x&&ze(x,a,9,D)},O=(x,D)=>{const z=D[1];A(x,D),X(x)?x.every(Y=>Y.length<=1)&&z():x.length<=1&&z()},N={mode:l,persisted:s,beforeEnter(x){let D=c;if(!i.isMounted)if(n)D=y||c;else return;x._leaveCb&&x._leaveCb(!0);const z=w[q];z&&Ge(e,z)&&z.el._leaveCb&&z.el._leaveCb(),A(D,[x])},enter(x){let D=r,z=o,Y=u;if(!i.isMounted)if(n)D=R||r,z=b||o,Y=p||u;else return;let $=!1;const Z=x._enterCb=W=>{$||($=!0,W?A(Y,[x]):A(z,[x]),N.delayedLeave&&N.delayedLeave(),x._enterCb=void 0)};D?O(D,[x,Z]):Z()},leave(x,D){const z=String(e.key);if(x._enterCb&&x._enterCb(!0),i.isUnmounting)return D();A(h,[x]);let Y=!1;const $=x._leaveCb=Z=>{Y||(Y=!0,D(),Z?A(f,[x]):A(_,[x]),x._leaveCb=void 0,w[z]===e&&delete w[z])};w[z]=e,m?O(m,[x,$]):$()},clone(x){return un(x,t,i,a)}};return N}function Ha(e){if(Ui(e))return e=dt(e),e.children=null,e}function kl(e){return Ui(e)?e.children?e.children[0]:void 0:e}function pa(e,t){e.shapeFlag&6&&e.component?pa(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 fr(e,t=!1,i){let a=[],n=0;for(let l=0;l1)for(let l=0;lPe({name:e.name},t,{setup:e}))():e}const Mt=e=>!!e.type.__asyncLoader;function Xo(e){ee(e)&&(e={loader:e});const{loader:t,loadingComponent:i,errorComponent:a,delay:n=200,timeout:l,suspensible:s=!0,onError:c}=e;let r=null,o,u=0;const h=()=>(u++,r=null,m()),m=()=>{let _;return r||(_=r=t().catch(f=>{if(f=f instanceof Error?f:new Error(String(f)),c)return new Promise((y,R)=>{c(f,()=>y(h()),()=>R(f),u+1)});throw f}).then(f=>_!==r&&r?r:(f&&(f.__esModule||f[Symbol.toStringTag]==="Module")&&(f=f.default),o=f,f)))};return ci({name:"AsyncComponentWrapper",__asyncLoader:m,get __asyncResolved(){return o},setup(){const _=qe;if(o)return()=>$a(o,_);const f=p=>{r=null,ri(p,_,13,!a)};if(s&&_.suspense||ti)return m().then(p=>()=>$a(p,_)).catch(p=>(f(p),()=>a?V(a,{error:p}):null));const y=We(!1),R=We(),b=We(!!n);return n&&setTimeout(()=>{b.value=!1},n),l!=null&&setTimeout(()=>{if(!y.value&&!R.value){const p=new Error(`Async component timed out after ${l}ms.`);f(p),R.value=p}},l),m().then(()=>{y.value=!0,_.parent&&Ui(_.parent.vnode)&&Ca(_.parent.update)}).catch(p=>{f(p),R.value=p}),()=>{if(y.value&&o)return $a(o,_);if(R.value&&a)return V(a,{error:R.value});if(i&&!b.value)return V(i)}}})}function $a(e,t){const{ref:i,props:a,children:n,ce:l}=t.vnode,s=V(e,a,n);return s.ref=i,s.ce=l,delete t.vnode.ce,s}const Ui=e=>e.type.__isKeepAlive,Zo={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const i=$i(),a=i.ctx;if(!a.renderer)return()=>{const p=t.default&&t.default();return p&&p.length===1?p[0]:p};const n=new Map,l=new Set;let s=null;const c=i.suspense,{renderer:{p:r,m:o,um:u,o:{createElement:h}}}=a,m=h("div");a.activate=(p,q,w,A,O)=>{const N=p.component;o(p,q,w,0,c),r(N.vnode,p,q,w,N,c,A,p.slotScopeIds,O),Se(()=>{N.isDeactivated=!1,N.a&&yi(N.a);const x=p.props&&p.props.onVnodeMounted;x&&Fe(x,N.parent,p)},c)},a.deactivate=p=>{const q=p.component;o(p,m,null,1,c),Se(()=>{q.da&&yi(q.da);const w=p.props&&p.props.onVnodeUnmounted;w&&Fe(w,q.parent,p),q.isDeactivated=!0},c)};function _(p){Ba(p),u(p,i,c,!0)}function f(p){n.forEach((q,w)=>{const A=bn(q.type);A&&(!p||!p(A))&&y(w)})}function y(p){const q=n.get(p);!s||!Ge(q,s)?_(q):s&&Ba(s),n.delete(p),l.delete(p)}Nt(()=>[e.include,e.exclude],([p,q])=>{p&&f(w=>_i(p,w)),q&&f(w=>!_i(q,w))},{flush:"post",deep:!0});let R=null;const b=()=>{R!=null&&n.set(R,Va(i.subTree))};return Di(b),wr(b),Hi(()=>{n.forEach(p=>{const{subTree:q,suspense:w}=i,A=Va(q);if(p.type===A.type&&p.key===A.key){Ba(A);const O=A.component.da;O&&Se(O,w);return}_(p)})}),()=>{if(R=null,!t.default)return null;const p=t.default(),q=p[0];if(p.length>1)return s=null,p;if(!Zt(q)||!(q.shapeFlag&4)&&!(q.shapeFlag&128))return s=null,q;let w=Va(q);const A=w.type,O=bn(Mt(w)?w.type.__asyncResolved||{}:A),{include:N,exclude:x,max:D}=e;if(N&&(!O||!_i(N,O))||x&&O&&_i(x,O))return s=w,q;const z=w.key==null?A:w.key,Y=n.get(z);return w.el&&(w=dt(w),q.shapeFlag&128&&(q.ssContent=w)),R=z,Y?(w.el=Y.el,w.component=Y.component,w.transition&&pa(w,w.transition),w.shapeFlag|=512,l.delete(z),l.add(z)):(l.add(z),D&&l.size>parseInt(D,10)&&y(l.values().next().value)),w.shapeFlag|=256,s=w,ur(q.type)?q:w}}},eu=Zo;function _i(e,t){return X(e)?e.some(i=>_i(i,t)):be(e)?e.split(",").includes(t):Lc(e)?e.test(t):!1}function br(e,t){vr(e,"a",t)}function _r(e,t){vr(e,"da",t)}function vr(e,t,i=qe){const a=e.__wdc||(e.__wdc=()=>{let n=i;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(Ta(t,a,i),i){let n=i.parent;for(;n&&n.parent;)Ui(n.parent.vnode)&&tu(a,t,i,n),n=n.parent}}function tu(e,t,i,a){const n=Ta(t,e,a,!0);yr(()=>{Mn(a[t],n)},i)}function Ba(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Va(e){return e.shapeFlag&128?e.ssContent:e}function Ta(e,t,i=qe,a=!1){if(i){const n=i[e]||(i[e]=[]),l=t.__weh||(t.__weh=(...s)=>{if(i.isUnmounted)return;li(),ei(i);const c=ze(t,i,e,s);return Lt(),si(),c});return a?n.unshift(l):n.push(l),l}}const mt=e=>(t,i=qe)=>(!ti||e==="sp")&&Ta(e,(...a)=>t(...a),i),iu=mt("bm"),Di=mt("m"),au=mt("bu"),wr=mt("u"),Hi=mt("bum"),yr=mt("um"),nu=mt("sp"),lu=mt("rtg"),su=mt("rtc");function jr(e,t=qe){Ta("ec",e,t)}const Gn="components";function ru(e,t){return Pr(Gn,e,!0,t)||e}const xr=Symbol.for("v-ndc");function qr(e){return be(e)?Pr(Gn,e,!1)||e:e||xr}function Pr(e,t,i=!0,a=!1){const n=Ce||qe;if(n){const l=n.type;if(e===Gn){const c=bn(l,!1);if(c&&(c===t||c===rt(t)||c===Pa(rt(t))))return l}const s=El(n[e]||l[e],t)||El(n.appContext[e],t);return!s&&a?l:s}}function El(e,t){return e&&(e[t]||e[rt(t)]||e[Pa(rt(t))])}function He(e,t,i,a){let n;const l=i&&i[a];if(X(e)||be(e)){n=new Array(e.length);for(let s=0,c=e.length;st(s,c,void 0,l&&l[c]));else{const s=Object.keys(e);n=new Array(s.length);for(let c=0,r=s.length;cZt(t)?!(t.type===Me||t.type===le&&!kr(t.children)):!0)?e:null}const hn=e=>e?Hr(e)?Ra(e)||e.proxy:hn(e.parent):null,ji=Pe(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),$emit:e=>e.emit,$options:e=>Xn(e),$forceUpdate:e=>e.f||(e.f=()=>Ca(e.update)),$nextTick:e=>e.n||(e.n=Ut.bind(e.proxy)),$watch:e=>Qo.bind(e)}),Wa=(e,t)=>e!==fe&&!e.__isScriptSetup&&ne(e,t),cu={get({_:e},t){const{ctx:i,setupState:a,data:n,props:l,accessCache:s,type:c,appContext:r}=e;let o;if(t[0]!=="$"){const _=s[t];if(_!==void 0)switch(_){case 1:return a[t];case 2:return n[t];case 4:return i[t];case 3:return l[t]}else{if(Wa(a,t))return s[t]=1,a[t];if(n!==fe&&ne(n,t))return s[t]=2,n[t];if((o=e.propsOptions[0])&&ne(o,t))return s[t]=3,l[t];if(i!==fe&&ne(i,t))return s[t]=4,i[t];dn&&(s[t]=0)}}const u=ji[t];let h,m;if(u)return t==="$attrs"&&Ue(e,"get",t),u(e);if((h=c.__cssModules)&&(h=h[t]))return h;if(i!==fe&&ne(i,t))return s[t]=4,i[t];if(m=r.config.globalProperties,ne(m,t))return m[t]},set({_:e},t,i){const{data:a,setupState:n,ctx:l}=e;return Wa(n,t)?(n[t]=i,!0):a!==fe&&ne(a,t)?(a[t]=i,!0):ne(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(l[t]=i,!0)},has({_:{data:e,setupState:t,accessCache:i,ctx:a,appContext:n,propsOptions:l}},s){let c;return!!i[s]||e!==fe&&ne(e,s)||Wa(t,s)||(c=l[0])&&ne(c,s)||ne(a,s)||ne(ji,s)||ne(n.config.globalProperties,s)},defineProperty(e,t,i){return i.get!=null?e._.accessCache[t]=0:ne(i,"value")&&this.set(e,t,i.value,null),Reflect.defineProperty(e,t,i)}};function Cl(e){return X(e)?e.reduce((t,i)=>(t[i]=null,t),{}):e}let dn=!0;function ou(e){const t=Xn(e),i=e.proxy,a=e.ctx;dn=!1,t.beforeCreate&&Al(t.beforeCreate,e,"bc");const{data:n,computed:l,methods:s,watch:c,provide:r,inject:o,created:u,beforeMount:h,mounted:m,beforeUpdate:_,updated:f,activated:y,deactivated:R,beforeDestroy:b,beforeUnmount:p,destroyed:q,unmounted:w,render:A,renderTracked:O,renderTriggered:N,errorCaptured:x,serverPrefetch:D,expose:z,inheritAttrs:Y,components:$,directives:Z,filters:W}=t;if(o&&uu(o,a,null),s)for(const ce in s){const oe=s[ce];ee(oe)&&(a[ce]=oe.bind(i))}if(n){const ce=n.call(i,i);ge(ce)&&(e.data=Ze(ce))}if(dn=!0,l)for(const ce in l){const oe=l[ce],ct=ee(oe)?oe.bind(i,i):ee(oe.get)?oe.get.bind(i,i):Ye,pt=!ee(oe)&&ee(oe.set)?oe.set.bind(i):Ye,it=Re({get:ct,set:pt});Object.defineProperty(a,ce,{enumerable:!0,configurable:!0,get:()=>it.value,set:Oe=>it.value=Oe})}if(c)for(const ce in c)Er(c[ce],a,i,ce);if(r){const ce=ee(r)?r.call(i):r;Reflect.ownKeys(ce).forEach(oe=>{Ot(oe,ce[oe])})}u&&Al(u,e,"c");function ae(ce,oe){X(oe)?oe.forEach(ct=>ce(ct.bind(i))):oe&&ce(oe.bind(i))}if(ae(iu,h),ae(Di,m),ae(au,_),ae(wr,f),ae(br,y),ae(_r,R),ae(jr,x),ae(su,O),ae(lu,N),ae(Hi,p),ae(yr,w),ae(nu,D),X(z))if(z.length){const ce=e.exposed||(e.exposed={});z.forEach(oe=>{Object.defineProperty(ce,oe,{get:()=>i[oe],set:ct=>i[oe]=ct})})}else e.exposed||(e.exposed={});A&&e.render===Ye&&(e.render=A),Y!=null&&(e.inheritAttrs=Y),$&&(e.components=$),Z&&(e.directives=Z)}function uu(e,t,i=Ye){X(e)&&(e=mn(e));for(const a in e){const n=e[a];let l;ge(n)?"default"in n?l=we(n.from||a,n.default,!0):l=we(n.from||a):l=we(n),Ee(l)?Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>l.value,set:s=>l.value=s}):t[a]=l}}function Al(e,t,i){ze(X(e)?e.map(a=>a.bind(t.proxy)):e.bind(t.proxy),t,i)}function Er(e,t,i,a){const n=a.includes(".")?mr(i,a):()=>i[a];if(be(e)){const l=t[e];ee(l)&&Nt(n,l)}else if(ee(e))Nt(n,e.bind(i));else if(ge(e))if(X(e))e.forEach(l=>Er(l,t,i,a));else{const l=ee(e.handler)?e.handler.bind(i):t[e.handler];ee(l)&&Nt(n,l,e)}}function Xn(e){const t=e.type,{mixins:i,extends:a}=t,{mixins:n,optionsCache:l,config:{optionMergeStrategies:s}}=e.appContext,c=l.get(t);let r;return c?r=c:!n.length&&!i&&!a?r=t:(r={},n.length&&n.forEach(o=>fa(r,o,s,!0)),fa(r,t,s)),ge(t)&&l.set(t,r),r}function fa(e,t,i,a=!1){const{mixins:n,extends:l}=t;l&&fa(e,l,i,!0),n&&n.forEach(s=>fa(e,s,i,!0));for(const s in t)if(!(a&&s==="expose")){const c=hu[s]||i&&i[s];e[s]=c?c(e[s],t[s]):t[s]}return e}const hu={data:Sl,props:Tl,emits:Tl,methods:vi,computed:vi,beforeCreate:Ne,created:Ne,beforeMount:Ne,mounted:Ne,beforeUpdate:Ne,updated:Ne,beforeDestroy:Ne,beforeUnmount:Ne,destroyed:Ne,unmounted:Ne,activated:Ne,deactivated:Ne,errorCaptured:Ne,serverPrefetch:Ne,components:vi,directives:vi,watch:mu,provide:Sl,inject:du};function Sl(e,t){return t?e?function(){return Pe(ee(e)?e.call(this,this):e,ee(t)?t.call(this,this):t)}:t:e}function du(e,t){return vi(mn(e),mn(t))}function mn(e){if(X(e)){const t={};for(let i=0;i1)return i&&ee(t)?t.call(a&&a.proxy):t}}function Ar(){return!!(qe||Ce||Mi)}function fu(e,t,i,a=!1){const n={},l={};ua(l,Ia,1),e.propsDefaults=Object.create(null),Sr(e,t,n,l);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);i?e.props=a?n:Gs(n):e.type.props?e.props=n:e.props=l,e.attrs=l}function bu(e,t,i,a){const{props:n,attrs:l,vnode:{patchFlag:s}}=e,c=se(n),[r]=e.propsOptions;let o=!1;if((a||s>0)&&!(s&16)){if(s&8){const u=e.vnode.dynamicProps;for(let h=0;h{r=!0;const[m,_]=Tr(h,t,!0);Pe(s,m),_&&c.push(..._)};!i&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!l&&!r)return ge(e)&&a.set(e,zt),zt;if(X(l))for(let u=0;u-1,_[1]=y<0||f-1||ne(_,"default"))&&c.push(h)}}}const o=[s,c];return ge(e)&&a.set(e,o),o}function Il(e){return e[0]!=="$"}function Rl(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function Nl(e,t){return Rl(e)===Rl(t)}function Ml(e,t){return X(t)?t.findIndex(i=>Nl(i,e)):ee(t)&&Nl(t,e)?0:-1}const Ir=e=>e[0]==="_"||e==="$stable",Zn=e=>X(e)?e.map(Be):[Be(e)],_u=(e,t,i)=>{if(t._n)return t;const a=et((...n)=>Zn(t(...n)),i);return a._c=!1,a},Rr=(e,t,i)=>{const a=e._ctx;for(const n in e){if(Ir(n))continue;const l=e[n];if(ee(l))t[n]=_u(n,l,a);else if(l!=null){const s=Zn(l);t[n]=()=>s}}},Nr=(e,t)=>{const i=Zn(t);e.slots.default=()=>i},vu=(e,t)=>{if(e.vnode.shapeFlag&32){const i=t._;i?(e.slots=se(t),ua(t,"_",i)):Rr(t,e.slots={})}else e.slots={},t&&Nr(e,t);ua(e.slots,Ia,1)},wu=(e,t,i)=>{const{vnode:a,slots:n}=e;let l=!0,s=fe;if(a.shapeFlag&32){const c=t._;c?i&&c===1?l=!1:(Pe(n,t),!i&&c===1&&delete n._):(l=!t.$stable,Rr(t,n)),s=t}else t&&(Nr(e,t),s={default:1});if(l)for(const c in n)!Ir(c)&&!(c in s)&&delete n[c]};function ba(e,t,i,a,n=!1){if(X(e)){e.forEach((m,_)=>ba(m,t&&(X(t)?t[_]:t),i,a,n));return}if(Mt(a)&&!n)return;const l=a.shapeFlag&4?Ra(a.component)||a.component.proxy:a.el,s=n?null:l,{i:c,r}=e,o=t&&t.r,u=c.refs===fe?c.refs={}:c.refs,h=c.setupState;if(o!=null&&o!==r&&(be(o)?(u[o]=null,ne(h,o)&&(h[o]=null)):Ee(o)&&(o.value=null)),ee(r))qt(r,c,12,[s,u]);else{const m=be(r),_=Ee(r);if(m||_){const f=()=>{if(e.f){const y=m?ne(h,r)?h[r]:u[r]:r.value;n?X(y)&&Mn(y,l):X(y)?y.includes(l)||y.push(l):m?(u[r]=[l],ne(h,r)&&(h[r]=u[r])):(r.value=[l],e.k&&(u[e.k]=r.value))}else m?(u[r]=s,ne(h,r)&&(h[r]=s)):_&&(r.value=s,e.k&&(u[e.k]=s))};s?(f.id=-1,Se(f,i)):f()}}}let bt=!1;const Zi=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",ea=e=>e.nodeType===8;function yu(e){const{mt:t,p:i,o:{patchProp:a,createText:n,nextSibling:l,parentNode:s,remove:c,insert:r,createComment:o}}=e,u=(b,p)=>{if(!p.hasChildNodes()){i(null,b,p),ma(),p._vnode=b;return}bt=!1,h(p.firstChild,b,null,null,null),ma(),p._vnode=b,bt&&console.error("Hydration completed but contains mismatches.")},h=(b,p,q,w,A,O=!1)=>{const N=ea(b)&&b.data==="[",x=()=>y(b,p,q,w,A,N),{type:D,ref:z,shapeFlag:Y,patchFlag:$}=p;let Z=b.nodeType;p.el=b,$===-2&&(O=!1,p.dynamicChildren=null);let W=null;switch(D){case Yt:Z!==3?p.children===""?(r(p.el=n(""),s(b),b),W=b):W=x():(b.data!==p.children&&(bt=!0,b.data=p.children),W=l(b));break;case Me:Z!==8||N?W=x():W=l(b);break;case ca:if(N&&(b=l(b),Z=b.nodeType),Z===1||Z===3){W=b;const je=!p.children.length;for(let ae=0;ae{O=O||!!p.dynamicChildren;const{type:N,props:x,patchFlag:D,shapeFlag:z,dirs:Y}=p,$=N==="input"&&Y||N==="option";if($||D!==-1){if(Y&<(p,null,q,"created"),x)if($||!O||D&48)for(const W in x)($&&W.endsWith("value")||Li(W)&&!wi(W))&&a(b,W,null,x[W],!1,void 0,q);else x.onClick&&a(b,"onClick",null,x.onClick,!1,void 0,q);let Z;if((Z=x&&x.onVnodeBeforeMount)&&Fe(Z,q,p),Y&<(p,null,q,"beforeMount"),((Z=x&&x.onVnodeMounted)||Y)&&dr(()=>{Z&&Fe(Z,q,p),Y&<(p,null,q,"mounted")},w),z&16&&!(x&&(x.innerHTML||x.textContent))){let W=_(b.firstChild,p,b,q,w,A,O);for(;W;){bt=!0;const je=W;W=W.nextSibling,c(je)}}else z&8&&b.textContent!==p.children&&(bt=!0,b.textContent=p.children)}return b.nextSibling},_=(b,p,q,w,A,O,N)=>{N=N||!!p.dynamicChildren;const x=p.children,D=x.length;for(let z=0;z{const{slotScopeIds:N}=p;N&&(A=A?A.concat(N):N);const x=s(b),D=_(l(b),p,x,q,w,A,O);return D&&ea(D)&&D.data==="]"?l(p.anchor=D):(bt=!0,r(p.anchor=o("]"),x,D),D)},y=(b,p,q,w,A,O)=>{if(bt=!0,p.el=null,O){const D=R(b);for(;;){const z=l(b);if(z&&z!==D)c(z);else break}}const N=l(b),x=s(b);return c(b),i(null,p,x,N,q,w,Zi(x),A),N},R=b=>{let p=0;for(;b;)if(b=l(b),b&&ea(b)&&(b.data==="["&&p++,b.data==="]")){if(p===0)return l(b);p--}return b};return[u,h]}const Se=dr;function ju(e){return Mr(e)}function xu(e){return Mr(e,yu)}function Mr(e,t){const i=ln();i.__VUE__=!0;const{insert:a,remove:n,patchProp:l,createElement:s,createText:c,createComment:r,setText:o,setElementText:u,parentNode:h,nextSibling:m,setScopeId:_=Ye,insertStaticContent:f}=e,y=(d,g,v,j=null,C=null,S=null,H=!1,M=null,L=!!g.dynamicChildren)=>{if(d===g)return;d&&!Ge(d,g)&&(j=k(d),Oe(d,C,S,!0),d=null),g.patchFlag===-2&&(L=!1,g.dynamicChildren=null);const{type:T,ref:J,shapeFlag:K}=g;switch(T){case Yt:R(d,g,v,j);break;case Me:b(d,g,v,j);break;case ca:d==null&&p(g,v,j,H);break;case le:$(d,g,v,j,C,S,H,M,L);break;default:K&1?A(d,g,v,j,C,S,H,M,L):K&6?Z(d,g,v,j,C,S,H,M,L):(K&64||K&128)&&T.process(d,g,v,j,C,S,H,M,L,F)}J!=null&&C&&ba(J,d&&d.ref,S,g||d,!g)},R=(d,g,v,j)=>{if(d==null)a(g.el=c(g.children),v,j);else{const C=g.el=d.el;g.children!==d.children&&o(C,g.children)}},b=(d,g,v,j)=>{d==null?a(g.el=r(g.children||""),v,j):g.el=d.el},p=(d,g,v,j)=>{[d.el,d.anchor]=f(d.children,g,v,j,d.el,d.anchor)},q=({el:d,anchor:g},v,j)=>{let C;for(;d&&d!==g;)C=m(d),a(d,v,j),d=C;a(g,v,j)},w=({el:d,anchor:g})=>{let v;for(;d&&d!==g;)v=m(d),n(d),d=v;n(g)},A=(d,g,v,j,C,S,H,M,L)=>{H=H||g.type==="svg",d==null?O(g,v,j,C,S,H,M,L):D(d,g,C,S,H,M,L)},O=(d,g,v,j,C,S,H,M)=>{let L,T;const{type:J,props:K,shapeFlag:G,transition:te,dirs:ie}=d;if(L=d.el=s(d.type,S,K&&K.is,K),G&8?u(L,d.children):G&16&&x(d.children,L,null,j,C,S&&J!=="foreignObject",H,M),ie&<(d,null,j,"created"),N(L,d,d.scopeId,H,j),K){for(const de in K)de!=="value"&&!wi(de)&&l(L,de,null,K[de],S,d.children,j,C,Te);"value"in K&&l(L,"value",null,K.value),(T=K.onVnodeBeforeMount)&&Fe(T,j,d)}ie&<(d,null,j,"beforeMount");const me=(!C||C&&!C.pendingBranch)&&te&&!te.persisted;me&&te.beforeEnter(L),a(L,g,v),((T=K&&K.onVnodeMounted)||me||ie)&&Se(()=>{T&&Fe(T,j,d),me&&te.enter(L),ie&<(d,null,j,"mounted")},C)},N=(d,g,v,j,C)=>{if(v&&_(d,v),j)for(let S=0;S{for(let T=L;T{const M=g.el=d.el;let{patchFlag:L,dynamicChildren:T,dirs:J}=g;L|=d.patchFlag&16;const K=d.props||fe,G=g.props||fe;let te;v&&Et(v,!1),(te=G.onVnodeBeforeUpdate)&&Fe(te,v,g,d),J&<(g,d,v,"beforeUpdate"),v&&Et(v,!0);const ie=C&&g.type!=="foreignObject";if(T?z(d.dynamicChildren,T,M,v,j,ie,S):H||oe(d,g,M,null,v,j,ie,S,!1),L>0){if(L&16)Y(M,g,K,G,v,j,C);else if(L&2&&K.class!==G.class&&l(M,"class",null,G.class,C),L&4&&l(M,"style",K.style,G.style,C),L&8){const me=g.dynamicProps;for(let de=0;de{te&&Fe(te,v,g,d),J&<(g,d,v,"updated")},j)},z=(d,g,v,j,C,S,H)=>{for(let M=0;M{if(v!==j){if(v!==fe)for(const M in v)!wi(M)&&!(M in j)&&l(d,M,v[M],null,H,g.children,C,S,Te);for(const M in j){if(wi(M))continue;const L=j[M],T=v[M];L!==T&&M!=="value"&&l(d,M,T,L,H,g.children,C,S,Te)}"value"in j&&l(d,"value",v.value,j.value)}},$=(d,g,v,j,C,S,H,M,L)=>{const T=g.el=d?d.el:c(""),J=g.anchor=d?d.anchor:c("");let{patchFlag:K,dynamicChildren:G,slotScopeIds:te}=g;te&&(M=M?M.concat(te):te),d==null?(a(T,v,j),a(J,v,j),x(g.children,v,J,C,S,H,M,L)):K>0&&K&64&&G&&d.dynamicChildren?(z(d.dynamicChildren,G,v,C,S,H,M),(g.key!=null||C&&g===C.subTree)&&el(d,g,!0)):oe(d,g,v,J,C,S,H,M,L)},Z=(d,g,v,j,C,S,H,M,L)=>{g.slotScopeIds=M,d==null?g.shapeFlag&512?C.ctx.activate(g,v,j,H,L):W(g,v,j,C,S,H,L):je(d,g,L)},W=(d,g,v,j,C,S,H)=>{const M=d.component=Ru(d,j,C);if(Ui(d)&&(M.ctx.renderer=F),Nu(M),M.asyncDep){if(C&&C.registerDep(M,ae),!d.el){const L=M.subTree=V(Me);b(null,L,g,v)}return}ae(M,d,g,v,C,S,H)},je=(d,g,v)=>{const j=g.component=d.component;if(Do(d,g,v))if(j.asyncDep&&!j.asyncResolved){ce(j,g,v);return}else j.next=g,No(j.update),j.update();else g.el=d.el,j.vnode=g},ae=(d,g,v,j,C,S,H)=>{const M=()=>{if(d.isMounted){let{next:J,bu:K,u:G,parent:te,vnode:ie}=d,me=J,de;Et(d,!1),J?(J.el=ie.el,ce(d,J,H)):J=ie,K&&yi(K),(de=J.props&&J.props.onVnodeBeforeUpdate)&&Fe(de,te,J,ie),Et(d,!0);const xe=Da(d),Ke=d.subTree;d.subTree=xe,y(Ke,xe,h(Ke.el),k(Ke),d,C,S),J.el=xe.el,me===null&&zn(d,xe.el),G&&Se(G,C),(de=J.props&&J.props.onVnodeUpdated)&&Se(()=>Fe(de,te,J,ie),C)}else{let J;const{el:K,props:G}=g,{bm:te,m:ie,parent:me}=d,de=Mt(g);if(Et(d,!1),te&&yi(te),!de&&(J=G&&G.onVnodeBeforeMount)&&Fe(J,me,g),Et(d,!0),K&&ue){const xe=()=>{d.subTree=Da(d),ue(K,d.subTree,d,C,null)};de?g.type.__asyncLoader().then(()=>!d.isUnmounted&&xe()):xe()}else{const xe=d.subTree=Da(d);y(null,xe,v,j,d,C,S),g.el=xe.el}if(ie&&Se(ie,C),!de&&(J=G&&G.onVnodeMounted)){const xe=g;Se(()=>Fe(J,me,xe),C)}(g.shapeFlag&256||me&&Mt(me.vnode)&&me.vnode.shapeFlag&256)&&d.a&&Se(d.a,C),d.isMounted=!0,g=v=j=null}},L=d.effect=new Un(M,()=>Ca(T),d.scope),T=d.update=()=>L.run();T.id=d.uid,Et(d,!0),T()},ce=(d,g,v)=>{g.component=d;const j=d.vnode.props;d.vnode=g,d.next=null,bu(d,g.props,j,v),wu(d,g.children,v),li(),xl(),si()},oe=(d,g,v,j,C,S,H,M,L=!1)=>{const T=d&&d.children,J=d?d.shapeFlag:0,K=g.children,{patchFlag:G,shapeFlag:te}=g;if(G>0){if(G&128){pt(T,K,v,j,C,S,H,M,L);return}else if(G&256){ct(T,K,v,j,C,S,H,M,L);return}}te&8?(J&16&&Te(T,C,S),K!==T&&u(v,K)):J&16?te&16?pt(T,K,v,j,C,S,H,M,L):Te(T,C,S,!0):(J&8&&u(v,""),te&16&&x(K,v,j,C,S,H,M,L))},ct=(d,g,v,j,C,S,H,M,L)=>{d=d||zt,g=g||zt;const T=d.length,J=g.length,K=Math.min(T,J);let G;for(G=0;GJ?Te(d,C,S,!0,!1,K):x(g,v,j,C,S,H,M,L,K)},pt=(d,g,v,j,C,S,H,M,L)=>{let T=0;const J=g.length;let K=d.length-1,G=J-1;for(;T<=K&&T<=G;){const te=d[T],ie=g[T]=L?yt(g[T]):Be(g[T]);if(Ge(te,ie))y(te,ie,v,null,C,S,H,M,L);else break;T++}for(;T<=K&&T<=G;){const te=d[K],ie=g[G]=L?yt(g[G]):Be(g[G]);if(Ge(te,ie))y(te,ie,v,null,C,S,H,M,L);else break;K--,G--}if(T>K){if(T<=G){const te=G+1,ie=teG)for(;T<=K;)Oe(d[T],C,S,!0),T++;else{const te=T,ie=T,me=new Map;for(T=ie;T<=G;T++){const De=g[T]=L?yt(g[T]):Be(g[T]);De.key!=null&&me.set(De.key,T)}let de,xe=0;const Ke=G-ie+1;let $t=!1,dl=0;const di=new Array(Ke);for(T=0;T=Ke){Oe(De,C,S,!0);continue}let at;if(De.key!=null)at=me.get(De.key);else for(de=ie;de<=G;de++)if(di[de-ie]===0&&Ge(De,g[de])){at=de;break}at===void 0?Oe(De,C,S,!0):(di[at-ie]=T+1,at>=dl?dl=at:$t=!0,y(De,g[at],v,null,C,S,H,M,L),xe++)}const ml=$t?qu(di):zt;for(de=ml.length-1,T=Ke-1;T>=0;T--){const De=ie+T,at=g[De],gl=De+1{const{el:S,type:H,transition:M,children:L,shapeFlag:T}=d;if(T&6){it(d.component.subTree,g,v,j);return}if(T&128){d.suspense.move(g,v,j);return}if(T&64){H.move(d,g,v,F);return}if(H===le){a(S,g,v);for(let K=0;KM.enter(S),C);else{const{leave:K,delayLeave:G,afterLeave:te}=M,ie=()=>a(S,g,v),me=()=>{K(S,()=>{ie(),te&&te()})};G?G(S,ie,me):me()}else a(S,g,v)},Oe=(d,g,v,j=!1,C=!1)=>{const{type:S,props:H,ref:M,children:L,dynamicChildren:T,shapeFlag:J,patchFlag:K,dirs:G}=d;if(M!=null&&ba(M,null,v,d,!0),J&256){g.ctx.deactivate(d);return}const te=J&1&&G,ie=!Mt(d);let me;if(ie&&(me=H&&H.onVnodeBeforeUnmount)&&Fe(me,g,d),J&6)zi(d.component,v,j);else{if(J&128){d.suspense.unmount(v,j);return}te&<(d,null,g,"beforeUnmount"),J&64?d.type.remove(d,g,v,C,F,j):T&&(S!==le||K>0&&K&64)?Te(T,g,v,!1,!0):(S===le&&K&384||!C&&J&16)&&Te(L,g,v),j&&Dt(d)}(ie&&(me=H&&H.onVnodeUnmounted)||te)&&Se(()=>{me&&Fe(me,g,d),te&<(d,null,g,"unmounted")},v)},Dt=d=>{const{type:g,el:v,anchor:j,transition:C}=d;if(g===le){Ht(v,j);return}if(g===ca){w(d);return}const S=()=>{n(v),C&&!C.persisted&&C.afterLeave&&C.afterLeave()};if(d.shapeFlag&1&&C&&!C.persisted){const{leave:H,delayLeave:M}=C,L=()=>H(v,S);M?M(d.el,S,L):L()}else S()},Ht=(d,g)=>{let v;for(;d!==g;)v=m(d),n(d),d=v;n(g)},zi=(d,g,v)=>{const{bum:j,scope:C,update:S,subTree:H,um:M}=d;j&&yi(j),C.stop(),S&&(S.active=!1,Oe(H,d,g,v)),M&&Se(M,g),Se(()=>{d.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},Te=(d,g,v,j=!1,C=!1,S=0)=>{for(let H=S;Hd.shapeFlag&6?k(d.component.subTree):d.shapeFlag&128?d.suspense.next():m(d.anchor||d.el),B=(d,g,v)=>{d==null?g._vnode&&Oe(g._vnode,null,null,!0):y(g._vnode||null,d,g,null,null,null,v),xl(),ma(),g._vnode=d},F={p:y,um:Oe,m:it,r:Dt,mt:W,mc:x,pc:oe,pbc:z,n:k,o:e};let Q,ue;return t&&([Q,ue]=t(F)),{render:B,hydrate:Q,createApp:pu(B,Q)}}function Et({effect:e,update:t},i){e.allowRecurse=t.allowRecurse=i}function el(e,t,i=!1){const a=e.children,n=t.children;if(X(a)&&X(n))for(let l=0;l>1,e[i[c]]0&&(t[a]=i[l-1]),i[l]=a)}}for(l=i.length,s=i[l-1];l-- >0;)i[l]=s,s=t[s];return i}const Pu=e=>e.__isTeleport,xi=e=>e&&(e.disabled||e.disabled===""),Ol=e=>typeof SVGElement<"u"&&e instanceof SVGElement,pn=(e,t)=>{const i=e&&e.to;return be(i)?t?t(i):null:i},ku={__isTeleport:!0,process(e,t,i,a,n,l,s,c,r,o){const{mc:u,pc:h,pbc:m,o:{insert:_,querySelector:f,createText:y,createComment:R}}=o,b=xi(t.props);let{shapeFlag:p,children:q,dynamicChildren:w}=t;if(e==null){const A=t.el=y(""),O=t.anchor=y("");_(A,i,a),_(O,i,a);const N=t.target=pn(t.props,f),x=t.targetAnchor=y("");N&&(_(x,N),s=s||Ol(N));const D=(z,Y)=>{p&16&&u(q,z,Y,n,l,s,c,r)};b?D(i,O):N&&D(N,x)}else{t.el=e.el;const A=t.anchor=e.anchor,O=t.target=e.target,N=t.targetAnchor=e.targetAnchor,x=xi(e.props),D=x?i:O,z=x?A:N;if(s=s||Ol(O),w?(m(e.dynamicChildren,w,D,n,l,s,c),el(e,t,!0)):r||h(e,t,D,z,n,l,s,c,!1),b)x||ta(t,i,A,o,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Y=t.target=pn(t.props,f);Y&&ta(t,Y,null,o,0)}else x&&ta(t,O,N,o,1)}Lr(t)},remove(e,t,i,a,{um:n,o:{remove:l}},s){const{shapeFlag:c,children:r,anchor:o,targetAnchor:u,target:h,props:m}=e;if(h&&l(u),(s||!xi(m))&&(l(o),c&16))for(let _=0;_0?Ve||zt:null,Fr(),Xt>0&&Ve&&Ve.push(e),e}function U(e,t,i,a,n,l){return Ur(P(e,t,i,a,n,l,!0))}function _e(e,t,i,a,n){return Ur(V(e,t,i,a,n,!0))}function Zt(e){return e?e.__v_isVNode===!0:!1}function Ge(e,t){return e.type===t.type&&e.key===t.key}const Ia="__vInternal",Dr=({key:e})=>e??null,oa=({ref:e,ref_key:t,ref_for:i})=>(typeof e=="number"&&(e=""+e),e!=null?be(e)||Ee(e)||ee(e)?{i:Ce,r:e,k:t,f:!!i}:e:null);function P(e,t=null,i=null,a=0,n=null,l=e===le?0:1,s=!1,c=!1){const r={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Dr(t),ref:t&&oa(t),scopeId:Sa,slotScopeIds:null,children:i,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:l,patchFlag:a,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:Ce};return c?(tl(r,i),l&128&&e.normalize(r)):i&&(r.shapeFlag|=be(i)?8:16),Xt>0&&!s&&Ve&&(r.patchFlag>0||l&6)&&r.patchFlag!==32&&Ve.push(r),r}const V=Cu;function Cu(e,t=null,i=null,a=0,n=null,l=!1){if((!e||e===xr)&&(e=Me),Zt(e)){const c=dt(e,t,!0);return i&&tl(c,i),Xt>0&&!l&&Ve&&(c.shapeFlag&6?Ve[Ve.indexOf(e)]=c:Ve.push(c)),c.patchFlag|=-2,c}if(Fu(e)&&(e=e.__vccOpts),t){t=Au(t);let{class:c,style:r}=t;c&&!be(c)&&(t.class=E(c)),ge(r)&&(Xs(r)&&!X(r)&&(r=Pe({},r)),t.style=ka(r))}const s=be(e)?1:ur(e)?128:Pu(e)?64:ge(e)?4:ee(e)?2:0;return P(e,t,i,a,n,s,l,!0)}function Au(e){return e?Xs(e)||Ia in e?Pe({},e):e:null}function dt(e,t,i=!1){const{props:a,ref:n,patchFlag:l,children:s}=e,c=t?Su(a||{},t):a;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Dr(c),ref:t&&t.ref?i&&n?X(n)?n.concat(oa(t)):[n,oa(t)]:oa(t):n,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==le?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&dt(e.ssContent),ssFallback:e.ssFallback&&dt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function oi(e=" ",t=0){return V(Yt,null,e,t)}function ke(e="",t=!1){return t?(I(),_e(Me,null,e)):V(Me,null,e)}function Be(e){return e==null||typeof e=="boolean"?V(Me):X(e)?V(le,null,e.slice()):typeof e=="object"?yt(e):V(Yt,null,String(e))}function yt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:dt(e)}function tl(e,t){let i=0;const{shapeFlag:a}=e;if(t==null)t=null;else if(X(t))i=16;else if(typeof t=="object")if(a&65){const n=t.default;n&&(n._c&&(n._d=!1),tl(e,n()),n._c&&(n._d=!0));return}else{i=32;const n=t._;!n&&!(Ia in t)?t._ctx=Ce:n===3&&Ce&&(Ce.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ee(t)?(t={default:t,_ctx:Ce},i=32):(t=String(t),a&64?(i=16,t=[oi(t)]):i=8);e.children=t,e.shapeFlag|=i}function Su(...e){const t={};for(let i=0;iqe||Ce;let il,Bt,Fl="__VUE_INSTANCE_SETTERS__";(Bt=ln()[Fl])||(Bt=ln()[Fl]=[]),Bt.push(e=>qe=e),il=e=>{Bt.length>1?Bt.forEach(t=>t(e)):Bt[0](e)};const ei=e=>{il(e),e.scope.on()},Lt=()=>{qe&&qe.scope.off(),il(null)};function Hr(e){return e.vnode.shapeFlag&4}let ti=!1;function Nu(e,t=!1){ti=t;const{props:i,children:a}=e.vnode,n=Hr(e);fu(e,i,n,t),vu(e,a);const l=n?Mu(e,t):void 0;return ti=!1,l}function Mu(e,t){const i=e.type;e.accessCache=Object.create(null),e.proxy=Zs(new Proxy(e.ctx,cu));const{setup:a}=i;if(a){const n=e.setupContext=a.length>1?Lu(e):null;ei(e),li();const l=qt(a,e,0,[e.props,n]);if(si(),Lt(),Ns(l)){if(l.then(Lt,Lt),t)return l.then(s=>{fn(e,s,t)}).catch(s=>{ri(s,e,0)});e.asyncDep=l}else fn(e,l,t)}else $r(e,t)}function fn(e,t,i){ee(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ge(t)&&(e.setupState=ar(t)),$r(e,i)}let Ul;function $r(e,t,i){const a=e.type;if(!e.render){if(!t&&Ul&&!a.render){const n=a.template||Xn(e).template;if(n){const{isCustomElement:l,compilerOptions:s}=e.appContext.config,{delimiters:c,compilerOptions:r}=a,o=Pe(Pe({isCustomElement:l,delimiters:c},s),r);a.render=Ul(n,o)}}e.render=a.render||Ye}ei(e),li(),ou(e),si(),Lt()}function Ou(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,i){return Ue(e,"get","$attrs"),t[i]}}))}function Lu(e){const t=i=>{e.exposed=i||{}};return{get attrs(){return Ou(e)},slots:e.slots,emit:e.emit,expose:t}}function Ra(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(ar(Zs(e.exposed)),{get(t,i){if(i in t)return t[i];if(i in ji)return ji[i](e)},has(t,i){return i in t||i in ji}}))}function bn(e,t=!0){return ee(e)?e.displayName||e.name:e.name||t&&e.__name}function Fu(e){return ee(e)&&"__vccOpts"in e}const Re=(e,t)=>To(e,t,ti);function Xe(e,t,i){const a=arguments.length;return a===2?ge(t)&&!X(t)?Zt(t)?V(e,null,[t]):V(e,t):V(e,null,t):(a>3?i=Array.prototype.slice.call(arguments,2):a===3&&Zt(i)&&(i=[i]),V(e,t,i))}const Uu=Symbol.for("v-scx"),Du=()=>we(Uu),Br="3.3.4",Hu="http://www.w3.org/2000/svg",Tt=typeof document<"u"?document:null,Dl=Tt&&Tt.createElement("template"),$u={insert:(e,t,i)=>{t.insertBefore(e,i||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,i,a)=>{const n=t?Tt.createElementNS(Hu,e):Tt.createElement(e,i?{is:i}:void 0);return e==="select"&&a&&a.multiple!=null&&n.setAttribute("multiple",a.multiple),n},createText:e=>Tt.createTextNode(e),createComment:e=>Tt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Tt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,i,a,n,l){const s=i?i.previousSibling:t.lastChild;if(n&&(n===l||n.nextSibling))for(;t.insertBefore(n.cloneNode(!0),i),!(n===l||!(n=n.nextSibling)););else{Dl.innerHTML=a?`${e}`:e;const c=Dl.content;if(a){const r=c.firstChild;for(;r.firstChild;)c.appendChild(r.firstChild);c.removeChild(r)}t.insertBefore(c,i)}return[s?s.nextSibling:t.firstChild,i?i.previousSibling:t.lastChild]}};function Bu(e,t,i){const a=e._vtc;a&&(t=(t?[t,...a]:[...a]).join(" ")),t==null?e.removeAttribute("class"):i?e.setAttribute("class",t):e.className=t}function Vu(e,t,i){const a=e.style,n=be(i);if(i&&!n){if(t&&!be(t))for(const l in t)i[l]==null&&_n(a,l,"");for(const l in i)_n(a,l,i[l])}else{const l=a.display;n?t!==i&&(a.cssText=i):t&&e.removeAttribute("style"),"_vod"in e&&(a.display=l)}}const Hl=/\s*!important$/;function _n(e,t,i){if(X(i))i.forEach(a=>_n(e,t,a));else if(i==null&&(i=""),t.startsWith("--"))e.setProperty(t,i);else{const a=Wu(e,t);Hl.test(i)?e.setProperty(ni(a),i.replace(Hl,""),"important"):e[a]=i}}const $l=["Webkit","Moz","ms"],za={};function Wu(e,t){const i=za[t];if(i)return i;let a=rt(t);if(a!=="filter"&&a in e)return za[t]=a;a=Pa(a);for(let n=0;n<$l.length;n++){const l=$l[n]+a;if(l in e)return za[t]=l}return t}const Bl="http://www.w3.org/1999/xlink";function zu(e,t,i,a,n){if(a&&t.startsWith("xlink:"))i==null?e.removeAttributeNS(Bl,t.slice(6,t.length)):e.setAttributeNS(Bl,t,i);else{const l=Kc(t);i==null||l&&!Fs(i)?e.removeAttribute(t):e.setAttribute(t,l?"":i)}}function Ku(e,t,i,a,n,l,s){if(t==="innerHTML"||t==="textContent"){a&&s(a,n,l),e[t]=i??"";return}const c=e.tagName;if(t==="value"&&c!=="PROGRESS"&&!c.includes("-")){e._value=i;const o=c==="OPTION"?e.getAttribute("value"):e.value,u=i??"";o!==u&&(e.value=u),i==null&&e.removeAttribute(t);return}let r=!1;if(i===""||i==null){const o=typeof e[t];o==="boolean"?i=Fs(i):i==null&&o==="string"?(i="",r=!0):o==="number"&&(i=0,r=!0)}try{e[t]=i}catch{}r&&e.removeAttribute(t)}function Qu(e,t,i,a){e.addEventListener(t,i,a)}function Ju(e,t,i,a){e.removeEventListener(t,i,a)}function Gu(e,t,i,a,n=null){const l=e._vei||(e._vei={}),s=l[t];if(a&&s)s.value=a;else{const[c,r]=Yu(t);if(a){const o=l[t]=eh(a,n);Qu(e,c,o,r)}else s&&(Ju(e,c,s,r),l[t]=void 0)}}const Vl=/(?:Once|Passive|Capture)$/;function Yu(e){let t;if(Vl.test(e)){t={};let a;for(;a=e.match(Vl);)e=e.slice(0,e.length-a[0].length),t[a[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ni(e.slice(2)),t]}let Ka=0;const Xu=Promise.resolve(),Zu=()=>Ka||(Xu.then(()=>Ka=0),Ka=Date.now());function eh(e,t){const i=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=i.attached)return;ze(th(a,i.value),t,5,[a])};return i.value=e,i.attached=Zu(),i}function th(e,t){if(X(t)){const i=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{i.call(e),e._stopped=!0},t.map(a=>n=>!n._stopped&&a&&a(n))}else return t}const Wl=/^on[a-z]/,ih=(e,t,i,a,n=!1,l,s,c,r)=>{t==="class"?Bu(e,a,n):t==="style"?Vu(e,i,a):Li(t)?Nn(t)||Gu(e,t,i,a,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):ah(e,t,a,n))?Ku(e,t,a,l,s,c,r):(t==="true-value"?e._trueValue=a:t==="false-value"&&(e._falseValue=a),zu(e,t,a,n))};function ah(e,t,i,a){return a?!!(t==="innerHTML"||t==="textContent"||t in e&&Wl.test(t)&&ee(i)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||Wl.test(t)&&be(i)?!1:t in e}const _t="transition",mi="animation",al=(e,{slots:t})=>Xe(Yo,nh(e),t);al.displayName="Transition";const Vr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};al.props=Pe({},gr,Vr);const Ct=(e,t=[])=>{X(e)?e.forEach(i=>i(...t)):e&&e(...t)},zl=e=>e?X(e)?e.some(t=>t.length>1):e.length>1:!1;function nh(e){const t={};for(const $ in e)$ in Vr||(t[$]=e[$]);if(e.css===!1)return t;const{name:i="v",type:a,duration:n,enterFromClass:l=`${i}-enter-from`,enterActiveClass:s=`${i}-enter-active`,enterToClass:c=`${i}-enter-to`,appearFromClass:r=l,appearActiveClass:o=s,appearToClass:u=c,leaveFromClass:h=`${i}-leave-from`,leaveActiveClass:m=`${i}-leave-active`,leaveToClass:_=`${i}-leave-to`}=e,f=lh(n),y=f&&f[0],R=f&&f[1],{onBeforeEnter:b,onEnter:p,onEnterCancelled:q,onLeave:w,onLeaveCancelled:A,onBeforeAppear:O=b,onAppear:N=p,onAppearCancelled:x=q}=t,D=($,Z,W)=>{At($,Z?u:c),At($,Z?o:s),W&&W()},z=($,Z)=>{$._isLeaving=!1,At($,h),At($,_),At($,m),Z&&Z()},Y=$=>(Z,W)=>{const je=$?N:p,ae=()=>D(Z,$,W);Ct(je,[Z,ae]),Kl(()=>{At(Z,$?r:l),vt(Z,$?u:c),zl(je)||Ql(Z,a,y,ae)})};return Pe(t,{onBeforeEnter($){Ct(b,[$]),vt($,l),vt($,s)},onBeforeAppear($){Ct(O,[$]),vt($,r),vt($,o)},onEnter:Y(!1),onAppear:Y(!0),onLeave($,Z){$._isLeaving=!0;const W=()=>z($,Z);vt($,h),ch(),vt($,m),Kl(()=>{$._isLeaving&&(At($,h),vt($,_),zl(w)||Ql($,a,R,W))}),Ct(w,[$,W])},onEnterCancelled($){D($,!1),Ct(q,[$])},onAppearCancelled($){D($,!0),Ct(x,[$])},onLeaveCancelled($){z($),Ct(A,[$])}})}function lh(e){if(e==null)return null;if(ge(e))return[Qa(e.enter),Qa(e.leave)];{const t=Qa(e);return[t,t]}}function Qa(e){return Ls(e)}function vt(e,t){t.split(/\s+/).forEach(i=>i&&e.classList.add(i)),(e._vtc||(e._vtc=new Set)).add(t)}function At(e,t){t.split(/\s+/).forEach(a=>a&&e.classList.remove(a));const{_vtc:i}=e;i&&(i.delete(t),i.size||(e._vtc=void 0))}function Kl(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let sh=0;function Ql(e,t,i,a){const n=e._endId=++sh,l=()=>{n===e._endId&&a()};if(i)return setTimeout(l,i);const{type:s,timeout:c,propCount:r}=rh(e,t);if(!s)return a();const o=s+"end";let u=0;const h=()=>{e.removeEventListener(o,m),l()},m=_=>{_.target===e&&++u>=r&&h()};setTimeout(()=>{u(i[f]||"").split(", "),n=a(`${_t}Delay`),l=a(`${_t}Duration`),s=Jl(n,l),c=a(`${mi}Delay`),r=a(`${mi}Duration`),o=Jl(c,r);let u=null,h=0,m=0;t===_t?s>0&&(u=_t,h=s,m=l.length):t===mi?o>0&&(u=mi,h=o,m=r.length):(h=Math.max(s,o),u=h>0?s>o?_t:mi:null,m=u?u===_t?l.length:r.length:0);const _=u===_t&&/\b(transform|all)(,|$)/.test(a(`${_t}Property`).toString());return{type:u,timeout:h,propCount:m,hasTransform:_}}function Jl(e,t){for(;e.lengthGl(i)+Gl(e[a])))}function Gl(e){return Number(e.slice(0,-1).replace(",","."))*1e3}function ch(){return document.body.offsetHeight}const nl={beforeMount(e,{value:t},{transition:i}){e._vod=e.style.display==="none"?"":e.style.display,i&&t?i.beforeEnter(e):gi(e,t)},mounted(e,{value:t},{transition:i}){i&&t&&i.enter(e)},updated(e,{value:t,oldValue:i},{transition:a}){!t!=!i&&(a?t?(a.beforeEnter(e),gi(e,!0),a.enter(e)):a.leave(e,()=>{gi(e,!1)}):gi(e,t))},beforeUnmount(e,{value:t}){gi(e,t)}};function gi(e,t){e.style.display=t?e._vod:"none"}const Wr=Pe({patchProp:ih},$u);let Pi,Yl=!1;function oh(){return Pi||(Pi=ju(Wr))}function uh(){return Pi=Yl?Pi:xu(Wr),Yl=!0,Pi}const hh=(...e)=>{const t=oh().createApp(...e),{mount:i}=t;return t.mount=a=>{const n=zr(a);if(!n)return;const l=t._component;!ee(l)&&!l.render&&!l.template&&(l.template=n.innerHTML),n.innerHTML="";const s=i(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},t},dh=(...e)=>{const t=uh().createApp(...e),{mount:i}=t;return t.mount=a=>{const n=zr(a);if(n)return i(n,!0,n instanceof SVGElement)},t};function zr(e){return be(e)?document.querySelector(e):e}const mh=/"(?:_|\\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*:/,gh=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,ph=/^\s*["[{]|^\s*-?\d[\d.]{0,14}\s*$/;function fh(e,t){if(e!=="__proto__"&&!(e==="constructor"&&t&&typeof t=="object"&&"prototype"in t))return t}function bh(e,t={}){if(typeof e!="string")return e;const i=e.toLowerCase().trim();if(i==="true")return!0;if(i==="false")return!1;if(i==="null")return null;if(i==="nan")return Number.NaN;if(i==="infinity")return Number.POSITIVE_INFINITY;if(i!=="undefined"){if(!ph.test(e)){if(t.strict)throw new SyntaxError("Invalid JSON");return e}try{return mh.test(e)||gh.test(e)?JSON.parse(e,fh):JSON.parse(e)}catch(a){if(t.strict)throw a;return e}}}const _h=/#/g,vh=/&/g,wh=/=/g,Kr=/\+/g,yh=/%5e/gi,jh=/%60/gi,xh=/%7c/gi,qh=/%20/gi;function Ph(e){return encodeURI(""+e).replace(xh,"|")}function vn(e){return Ph(typeof e=="string"?e:JSON.stringify(e)).replace(Kr,"%2B").replace(qh,"+").replace(_h,"%23").replace(vh,"%26").replace(jh,"`").replace(yh,"^")}function Ja(e){return vn(e).replace(wh,"%3D")}function Qr(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function kh(e){return Qr(e.replace(Kr," "))}function Jr(e=""){const t={};e[0]==="?"&&(e=e.slice(1));for(const i of e.split("&")){const a=i.match(/([^=]+)=?(.*)/)||[];if(a.length<2)continue;const n=Qr(a[1]);if(n==="__proto__"||n==="constructor")continue;const l=kh(a[2]||"");typeof t[n]<"u"?Array.isArray(t[n])?t[n].push(l):t[n]=[t[n],l]:t[n]=l}return t}function Eh(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(i=>`${Ja(e)}=${vn(i)}`).join("&"):`${Ja(e)}=${vn(t)}`:Ja(e)}function Ch(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>Eh(t,e[t])).join("&")}const Ah=/^\w{2,}:([/\\]{1,2})/,Sh=/^\w{2,}:([/\\]{2})?/,Th=/^([/\\]\s*){2,}[^/\\]/;function ui(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?Ah.test(e):Sh.test(e)||(t.acceptRelative?Th.test(e):!1)}const Ih=/\/$|\/\?/;function wn(e="",t=!1){return t?Ih.test(e):e.endsWith("/")}function ll(e="",t=!1){if(!t)return(wn(e)?e.slice(0,-1):e)||"/";if(!wn(e,!0))return e||"/";const[i,...a]=e.split("?");return(i.slice(0,-1)||"/")+(a.length>0?`?${a.join("?")}`:"")}function Gr(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(wn(e,!0))return e||"/";const[i,...a]=e.split("?");return i+"/"+(a.length>0?`?${a.join("?")}`:"")}function Rh(e=""){return e.startsWith("/")}function Nh(e=""){return(Rh(e)?e.slice(1):e)||"/"}function Mh(e,t){if(Yr(t)||ui(e))return e;const i=ll(t);return e.startsWith(i)?e:Bi(i,e)}function Xl(e,t){if(Yr(t))return e;const i=ll(t);if(!e.startsWith(i))return e;const a=e.slice(i.length);return a[0]==="/"?a:"/"+a}function Oh(e,t){const i=Vi(e),a={...Jr(i.search),...t};return i.search=Ch(a),Fh(i)}function Yr(e){return!e||e==="/"}function Lh(e){return e&&e!=="/"}function Bi(e,...t){let i=e||"";for(const a of t.filter(n=>Lh(n)))i=i?Gr(i)+Nh(a):a;return i}function Vi(e="",t){if(!ui(e,{acceptRelative:!0}))return t?Vi(t+e):Zl(e);const[i="",a,n=""]=(e.replace(/\\/g,"/").match(/([^/:]+:)?\/\/([^/@]+@)?(.*)/)||[]).splice(1),[l="",s=""]=(n.match(/([^#/?]*)(.*)?/)||[]).splice(1),{pathname:c,search:r,hash:o}=Zl(s.replace(/\/(?=[A-Za-z]:)/,""));return{protocol:i,auth:a?a.slice(0,Math.max(0,a.length-1)):"",host:l,pathname:c,search:r,hash:o}}function Zl(e=""){const[t="",i="",a=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:i,hash:a}}function Fh(e){const t=e.pathname+(e.search?(e.search.startsWith("?")?"":"?")+e.search:"")+e.hash;return e.protocol?e.protocol+"//"+(e.auth?e.auth+"@":"")+e.host+t:t}class Uh extends Error{constructor(){super(...arguments),this.name="FetchError"}}function Dh(e,t,i){let a="";t&&(a=t.message),e&&i?a=`${a} (${i.status} ${i.statusText} (${e.toString()}))`:e&&(a=`${a} (${e.toString()})`);const n=new Uh(a);return Object.defineProperty(n,"request",{get(){return e}}),Object.defineProperty(n,"response",{get(){return i}}),Object.defineProperty(n,"data",{get(){return i&&i._data}}),Object.defineProperty(n,"status",{get(){return i&&i.status}}),Object.defineProperty(n,"statusText",{get(){return i&&i.statusText}}),Object.defineProperty(n,"statusCode",{get(){return i&&i.status}}),Object.defineProperty(n,"statusMessage",{get(){return i&&i.statusText}}),n}const Hh=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function es(e="GET"){return Hh.has(e.toUpperCase())}function $h(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.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const Bh=new Set(["image/svg","application/xml","application/xhtml","application/html"]),Vh=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Wh(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return Vh.test(t)?"json":Bh.has(t)||t.startsWith("text/")?"text":"blob"}const zh=new Set([408,409,425,429,500,502,503,504]);function Xr(e){const{fetch:t,Headers:i}=e;function a(s){const c=s.error&&s.error.name==="AbortError"||!1;if(s.options.retry!==!1&&!c){let o;typeof s.options.retry=="number"?o=s.options.retry:o=es(s.options.method)?0:1;const u=s.response&&s.response.status||500;if(o>0&&zh.has(u))return n(s.request,{...s.options,retry:o-1})}const r=Dh(s.request,s.error,s.response);throw Error.captureStackTrace&&Error.captureStackTrace(r,n),r}const n=async function(c,r={}){const o={request:c,options:{...e.defaults,...r},response:void 0,error:void 0};o.options.onRequest&&await o.options.onRequest(o),typeof o.request=="string"&&(o.options.baseURL&&(o.request=Mh(o.request,o.options.baseURL)),(o.options.query||o.options.params)&&(o.request=Oh(o.request,{...o.options.params,...o.options.query})),o.options.body&&es(o.options.method)&&$h(o.options.body)&&(o.options.body=typeof o.options.body=="string"?o.options.body:JSON.stringify(o.options.body),o.options.headers=new i(o.options.headers),o.options.headers.has("content-type")||o.options.headers.set("content-type","application/json"),o.options.headers.has("accept")||o.options.headers.set("accept","application/json"))),o.response=await t(o.request,o.options).catch(async h=>(o.error=h,o.options.onRequestError&&await o.options.onRequestError(o),a(o)));const u=(o.options.parseResponse?"json":o.options.responseType)||Wh(o.response.headers.get("content-type")||"");if(u==="json"){const h=await o.response.text(),m=o.options.parseResponse||bh;o.response._data=m(h)}else u==="stream"?o.response._data=o.response.body:o.response._data=await o.response[u]();return o.options.onResponse&&await o.options.onResponse(o),o.response.status>=400&&o.response.status<600?(o.options.onResponseError&&await o.options.onResponseError(o),a(o)):o.response},l=function(c,r){return n(c,r).then(o=>o._data)};return l.raw=n,l.native=t,l.create=(s={})=>Xr({...e,defaults:{...e.defaults,...s}}),l}const Zr=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Kh=Zr.fetch||(()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!"))),Qh=Zr.Headers,Jh=Xr({fetch:Kh,Headers:Qh}),Gh=Jh,Yh=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},_a=Yh().app,Xh=()=>_a.baseURL,Zh=()=>_a.buildAssetsDir,ed=(...e)=>Bi(ec(),Zh(),...e),ec=(...e)=>{const t=_a.cdnURL||_a.baseURL;return e.length?Bi(t,...e):t};globalThis.__buildAssetsURL=ed,globalThis.__publicAssetsURL=ec;function yn(e,t={},i){for(const a in e){const n=e[a],l=i?`${i}:${a}`:a;typeof n=="object"&&n!==null?yn(n,t,l):typeof n=="function"&&(t[l]=n)}return t}const td={run:e=>e()},id=()=>td,tc=typeof console.createTask<"u"?console.createTask:id;function ad(e,t){const i=t.shift(),a=tc(i);return e.reduce((n,l)=>n.then(()=>a.run(()=>l(...t))),Promise.resolve())}function nd(e,t){const i=t.shift(),a=tc(i);return Promise.all(e.map(n=>a.run(()=>n(...t))))}function Ga(e,t){for(const i of[...e])i(t)}class ld{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,i,a={}){if(!t||typeof i!="function")return()=>{};const n=t;let l;for(;this._deprecatedHooks[t];)l=this._deprecatedHooks[t],t=l.to;if(l&&!a.allowDeprecated){let s=l.message;s||(s=`${n} hook has been deprecated`+(l.to?`, please use ${l.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(s)||(console.warn(s),this._deprecatedMessages.add(s))}if(!i.name)try{Object.defineProperty(i,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(i),()=>{i&&(this.removeHook(t,i),i=void 0)}}hookOnce(t,i){let a,n=(...l)=>(typeof a=="function"&&a(),a=void 0,n=void 0,i(...l));return a=this.hook(t,n),a}removeHook(t,i){if(this._hooks[t]){const a=this._hooks[t].indexOf(i);a!==-1&&this._hooks[t].splice(a,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,i){this._deprecatedHooks[t]=typeof i=="string"?{to:i}:i;const a=this._hooks[t]||[];delete this._hooks[t];for(const n of a)this.hook(t,n)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const i in t)this.deprecateHook(i,t[i])}addHooks(t){const i=yn(t),a=Object.keys(i).map(n=>this.hook(n,i[n]));return()=>{for(const n of a.splice(0,a.length))n()}}removeHooks(t){const i=yn(t);for(const a in i)this.removeHook(a,i[a])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...i){return i.unshift(t),this.callHookWith(ad,t,...i)}callHookParallel(t,...i){return i.unshift(t),this.callHookWith(nd,t,...i)}callHookWith(t,i,...a){const n=this._before||this._after?{name:i,args:a,context:{}}:void 0;this._before&&Ga(this._before,n);const l=t(i in this._hooks?[...this._hooks[i]]:[],a);return l instanceof Promise?l.finally(()=>{this._after&&n&&Ga(this._after,n)}):(this._after&&n&&Ga(this._after,n),l)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const i=this._before.indexOf(t);i!==-1&&this._before.splice(i,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const i=this._after.indexOf(t);i!==-1&&this._after.splice(i,1)}}}}function ic(){return new ld}function sd(e={}){let t,i=!1;const a=s=>{if(t&&t!==s)throw new Error("Context conflict")};let n;if(e.asyncContext){const s=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;s?n=new s:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const l=()=>{if(n&&t===void 0){const s=n.getStore();if(s!==void 0)return s}return t};return{use:()=>{const s=l();if(s===void 0)throw new Error("Context is not available");return s},tryUse:()=>l(),set:(s,c)=>{c||a(s),t=s,i=!0},unset:()=>{t=void 0,i=!1},call:(s,c)=>{a(s),t=s;try{return n?n.run(s,c):c()}finally{i||(t=void 0)}},async callAsync(s,c){t=s;const r=()=>{t=s},o=()=>t===s?r:void 0;jn.add(o);try{const u=n?n.run(s,c):c();return i||(t=void 0),await u}finally{jn.delete(o)}}}}function rd(e={}){const t={};return{get(i,a={}){return t[i]||(t[i]=sd({...e,...a})),t[i],t[i]}}}const va=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},ts="__unctx__",cd=va[ts]||(va[ts]=rd()),od=(e,t={})=>cd.get(e,t),is="__unctx_async_handlers__",jn=va[is]||(va[is]=new Set);function wa(e){const t=[];for(const n of jn){const l=n();l&&t.push(l)}const i=()=>{for(const n of t)n()};let a=e();return a&&typeof a=="object"&&"catch"in a&&(a=a.catch(n=>{throw i(),n})),[a,i]}const ac=od("nuxt-app"),ud="__nuxt_plugin";function hd(e){let t=0;const i={provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.5.2"},get vue(){return i.vueApp.version}},payload:Ze({data:{},state:{},_errors:{},...window.__NUXT__??{}}),static:{data:{}},runWithContext:n=>pd(i,n),isHydrating:!0,deferHydration(){if(!i.isHydrating)return()=>{};t++;let n=!1;return()=>{if(!n&&(n=!0,t--,t===0))return i.isHydrating=!1,i.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:{},_payloadRevivers:{},...e};i.hooks=ic(),i.hook=i.hooks.hook,i.callHook=i.hooks.callHook,i.provide=(n,l)=>{const s="$"+n;ia(i,s,l),ia(i.vueApp.config.globalProperties,s,l)},ia(i.vueApp,"$nuxt",i),ia(i.vueApp.config.globalProperties,"$nuxt",i);{window.addEventListener("nuxt.preloadError",l=>{i.callHook("app:chunkError",{error:l.payload})});const n=i.hook("app:error",(...l)=>{console.error("[nuxt] error caught during app initialization",...l)});i.hook("app:mounted",n)}const a=Ze(i.payload.config);return i.provide("config",a),i}async function dd(e,t){if(typeof t!="function")return;const{provide:i}=await e.runWithContext(()=>t(e))||{};if(i&&typeof i=="object")for(const a in i)e.provide(a,i[a])}async function md(e,t){var n;const i=[],a=[];for(const l of t){const s=dd(e,l);(n=l.meta)!=null&&n.parallel?i.push(s.catch(c=>a.push(c))):await s}if(await Promise.all(i),a.length)throw a[0]}function gd(e){const t=[];for(const i of e){if(typeof i!="function")continue;let a=i;i.length>1&&(a=n=>i(n,n.provide)),t.push(a)}return t.sort((i,a)=>{var n,l;return(((n=i.meta)==null?void 0:n.order)||ya.default)-(((l=a.meta)==null?void 0:l.order)||ya.default)}),t}const ya={pre:-20,default:0,post:20};function gt(e,t){var a;if(typeof e=="function")return gt({setup:e},t);const i=n=>{if(e.hooks&&n.hooks.addHooks(e.hooks),e.setup)return e.setup(n)};return i.meta={name:(t==null?void 0:t.name)||e.name||((a=e.setup)==null?void 0:a.name),parallel:e.parallel,order:(t==null?void 0:t.order)||e.order||ya[e.enforce||"default"]||ya.default},i[ud]=!0,i}function pd(e,t,i){const a=()=>i?t(...i):t();return ac.set(e),e.vueApp.runWithContext(a)}function ye(){var t;let e;if(Ar()&&(e=(t=$i())==null?void 0:t.appContext.app.$nuxt),e=e||ac.tryUse(),!e)throw new Error("[nuxt] instance unavailable");return e}function sl(){return ye().$config}function ia(e,t,i){Object.defineProperty(e,t,{get:()=>i})}const fd="modulepreload",bd=function(e,t){return e.startsWith(".")?new URL(e,t).href:e},as={},_d=function(t,i,a){if(!i||i.length===0)return t();const n=document.getElementsByTagName("link");return Promise.all(i.map(l=>{if(l=bd(l,a),l in as)return;as[l]=!0;const s=l.endsWith(".css"),c=s?'[rel="stylesheet"]':"";if(!!a)for(let u=n.length-1;u>=0;u--){const h=n[u];if(h.href===l&&(!s||h.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${l}"]${c}`))return;const o=document.createElement("link");if(o.rel=s?"stylesheet":fd,s||(o.as="script",o.crossOrigin=""),o.href=l,document.head.appendChild(o),s)return new Promise((u,h)=>{o.addEventListener("load",u),o.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${l}`)))})})).then(()=>t())},nc=(...e)=>_d(...e).catch(t=>{const i=new Event("nuxt.preloadError");throw i.payload=t,window.dispatchEvent(i),t}),vd=-1,wd=-2,yd=-3,jd=-4,xd=-5,qd=-6;function Pd(e,t){return kd(JSON.parse(e),t)}function kd(e,t){if(typeof e=="number")return n(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const i=e,a=Array(i.length);function n(l,s=!1){if(l===vd)return;if(l===yd)return NaN;if(l===jd)return 1/0;if(l===xd)return-1/0;if(l===qd)return-0;if(s)throw new Error("Invalid input");if(l in a)return a[l];const c=i[l];if(!c||typeof c!="object")a[l]=c;else if(Array.isArray(c))if(typeof c[0]=="string"){const r=c[0],o=t==null?void 0:t[r];if(o)return a[l]=o(n(c[1]));switch(r){case"Date":a[l]=new Date(c[1]);break;case"Set":const u=new Set;a[l]=u;for(let _=1;_>>9)+65536).toString(16).substring(1,8).toLowerCase()}function xn(e){return rc(`${e.tag}:${e.textContent||e.innerHTML||""}:${Object.entries(e.props).map(([t,i])=>`${t}:${String(i)}`).join(",")}`)}function Td(e){let t=9;for(const i of e)for(let a=0;a>>9)+65536).toString(16).substring(1,8).toLowerCase()}function cc(e,t){const{props:i,tag:a}=e;if(Ad.includes(a))return a;if(a==="link"&&i.rel==="canonical")return"canonical";if(i.charset)return"charset";const n=["id"];a==="meta"&&n.push("name","property","http-equiv");for(const l of n)if(typeof i[l]<"u"){const s=String(i[l]);return t&&!t(s)?!1:`${a}:${l}:${s}`}return!1}function ns(e,t){return e==null?t||null:typeof e=="function"?e(t):e}function aa(e,t=!1,i){const{tag:a,$el:n}=e;n&&(Object.entries(a.props).forEach(([l,s])=>{s=String(s);const c=`attr:${l}`;if(l==="class"){if(!s)return;for(const r of s.split(" ")){const o=`${c}:${r}`;i&&i(e,o,()=>n.classList.remove(r)),n.classList.contains(r)||n.classList.add(r)}return}i&&!l.startsWith("data-h-")&&i(e,c,()=>n.removeAttribute(l)),(t||n.getAttribute(l)!==s)&&n.setAttribute(l,s)}),lc.includes(a.tag)&&(a.textContent&&a.textContent!==n.textContent?n.textContent=a.textContent:a.innerHTML&&a.innerHTML!==n.innerHTML&&(n.innerHTML=a.innerHTML)))}let pi=!1;async function Id(e,t={}){var m,_;const i={shouldRender:!0};if(await e.hooks.callHook("dom:beforeRender",i),!i.shouldRender)return;const a=t.document||e.resolvedOptions.document||window.document,n=(await e.resolveTags()).map(c);if(e.resolvedOptions.experimentalHashHydration&&(pi=pi||e._hash||!1,pi)){const f=Td(n.map(y=>y.tag._h));if(pi===f)return;pi=f}const l=e._popSideEffectQueue();e.headEntries().map(f=>f._sde).forEach(f=>{Object.entries(f).forEach(([y,R])=>{l[y]=R})});const s=(f,y,R)=>{y=`${f.renderId}:${y}`,f.entry&&(f.entry._sde[y]=R),delete l[y]};function c(f){const y=e.headEntries().find(b=>b._i===f._e),R={renderId:f._d||xn(f),$el:null,shouldRender:!0,tag:f,entry:y,markSideEffect:(b,p)=>s(R,b,p)};return R}const r=[],o={body:[],head:[]},u=f=>{e._elMap[f.renderId]=f.$el,r.push(f),s(f,"el",()=>{var y;(y=f.$el)==null||y.remove(),delete e._elMap[f.renderId]})};for(const f of n){if(await e.hooks.callHook("dom:beforeRenderTag",f),!f.shouldRender)continue;const{tag:y}=f;if(y.tag==="title"){a.title=y.textContent||"",r.push(f);continue}if(y.tag==="htmlAttrs"||y.tag==="bodyAttrs"){f.$el=a[y.tag==="htmlAttrs"?"documentElement":"body"],aa(f,!1,s),r.push(f);continue}if(f.$el=e._elMap[f.renderId],!f.$el&&y.key&&(f.$el=a.querySelector(`${(m=y.tagPosition)!=null&&m.startsWith("body")?"body":"head"} > ${y.tag}[data-h-${y._h}]`)),f.$el){f.tag._d&&aa(f),u(f);continue}o[(_=y.tagPosition)!=null&&_.startsWith("body")?"body":"head"].push(f)}const h={bodyClose:void 0,bodyOpen:void 0,head:void 0};Object.entries(o).forEach(([f,y])=>{var b;if(!y.length)return;const R=(b=a==null?void 0:a[f])==null?void 0:b.children;if(R){for(const p of[...R].reverse()){const q=p.tagName.toLowerCase();if(!sc.includes(q))continue;const w=p.getAttributeNames().reduce((x,D)=>({...x,[D]:p.getAttribute(D)}),{}),A={tag:q,props:w};p.innerHTML&&(A.innerHTML=p.innerHTML);const O=xn(A);let N=y.findIndex(x=>(x==null?void 0:x.renderId)===O);if(N===-1){const x=cc(A);N=y.findIndex(D=>(D==null?void 0:D.tag._d)&&D.tag._d===x)}if(N!==-1){const x=y[N];x.$el=p,aa(x),u(x),delete y[N]}}y.forEach(p=>{const q=p.tag.tagPosition||"head";h[q]=h[q]||a.createDocumentFragment(),p.$el||(p.$el=a.createElement(p.tag.tag),aa(p,!0)),h[q].appendChild(p.$el),u(p)})}}),h.head&&a.head.appendChild(h.head),h.bodyOpen&&a.body.insertBefore(h.bodyOpen,a.body.firstChild),h.bodyClose&&a.body.appendChild(h.bodyClose);for(const f of r)await e.hooks.callHook("dom:renderTag",f);Object.values(l).forEach(f=>f())}let Ya=null;async function Rd(e,t={}){function i(){return Ya=null,Id(e,t)}const a=t.delayFn||(n=>setTimeout(n,10));return Ya=Ya||new Promise(n=>a(()=>n(i())))}function Nd(e){return{hooks:{"entries:updated":function(t){if(typeof(e==null?void 0:e.document)>"u"&&typeof window>"u")return;let i=e==null?void 0:e.delayFn;!i&&typeof requestAnimationFrame<"u"&&(i=requestAnimationFrame),Rd(t,{document:(e==null?void 0:e.document)||window.document,delayFn:i})}}}}function Md(e){var t;return((t=e==null?void 0:e.head.querySelector('meta[name="unhead:ssr"]'))==null?void 0:t.getAttribute("content"))||!1}const ls={critical:2,high:9,low:12,base:-1,title:1,meta:10};function ss(e){if(typeof e.tagPriority=="number")return e.tagPriority;if(e.tag==="meta"){if(e.props.charset)return-2;if(e.props["http-equiv"]==="content-security-policy")return 0}const t=e.tagPriority||e.tag;return t in ls?ls[t]:10}const Od=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}];function Ld(){return{hooks:{"tags:resolve":e=>{const t=i=>{var a;return(a=e.tags.find(n=>n._d===i))==null?void 0:a._p};for(const{prefix:i,offset:a}of Od)for(const n of e.tags.filter(l=>typeof l.tagPriority=="string"&&l.tagPriority.startsWith(i))){const l=t(n.tagPriority.replace(i,""));typeof l<"u"&&(n._p=l+a)}e.tags.sort((i,a)=>i._p-a._p).sort((i,a)=>ss(i)-ss(a))}}}}function Fd(){return{hooks:{"tags:resolve":e=>{const{tags:t}=e;let i=t.findIndex(n=>n.tag==="titleTemplate");const a=t.findIndex(n=>n.tag==="title");if(a!==-1&&i!==-1){const n=ns(t[i].textContent,t[a].textContent);n!==null?t[a].textContent=n||t[a].textContent:delete t[a]}else if(i!==-1){const n=ns(t[i].textContent);n!==null&&(t[i].textContent=n,t[i].tag="title",i=-1)}i!==-1&&delete t[i],e.tags=t.filter(Boolean)}}}}function Ud(){return{hooks:{"tag:normalise":function({tag:e}){typeof e.props.body<"u"&&(e.tagPosition="bodyClose",delete e.props.body)}}}}const Dd=["link","style","script","noscript"];function Hd(){return{hooks:{"tag:normalise":({tag:e,resolvedOptions:t})=>{t.experimentalHashHydration===!0&&(e._h=xn(e)),e.key&&Dd.includes(e.tag)&&(e._h=rc(e.key),e.props[`data-h-${e._h}`]="")}}}}const rs=["script","link","bodyAttrs"];function $d(){const e=(t,i)=>{const a={},n={};Object.entries(i.props).forEach(([s,c])=>{s.startsWith("on")&&typeof c=="function"?n[s]=c:a[s]=c});let l;return t==="dom"&&i.tag==="script"&&typeof a.src=="string"&&typeof n.onload<"u"&&(l=a.src,delete a.src),{props:a,eventHandlers:n,delayedSrc:l}};return{hooks:{"ssr:render":function(t){t.tags=t.tags.map(i=>(!rs.includes(i.tag)||!Object.entries(i.props).find(([a,n])=>a.startsWith("on")&&typeof n=="function")||(i.props=e("ssr",i).props),i))},"dom:beforeRenderTag":function(t){if(!rs.includes(t.tag.tag)||!Object.entries(t.tag.props).find(([l,s])=>l.startsWith("on")&&typeof s=="function"))return;const{props:i,eventHandlers:a,delayedSrc:n}=e("dom",t.tag);Object.keys(a).length&&(t.tag.props=i,t.tag._eventHandlers=a,t.tag._delayedSrc=n)},"dom:renderTag":function(t){const i=t.$el;if(!t.tag._eventHandlers||!i)return;const a=t.tag.tag==="bodyAttrs"&&typeof window<"u"?window:i;Object.entries(t.tag._eventHandlers).forEach(([n,l])=>{const s=`${t.tag._d||t.tag._p}:${n}`,c=n.slice(2).toLowerCase(),r=`data-h-${c}`;if(t.markSideEffect(s,()=>{}),i.hasAttribute(r))return;const o=l;i.setAttribute(r,""),a.addEventListener(c,o),t.entry&&(t.entry._sde[s]=()=>{a.removeEventListener(c,o),i.removeAttribute(r)})}),t.tag._delayedSrc&&i.setAttribute("src",t.tag._delayedSrc)}}}}const Bd=["templateParams","htmlAttrs","bodyAttrs"];function Vd(){return{hooks:{"tag:normalise":function({tag:e}){["hid","vmid","key"].forEach(a=>{e.props[a]&&(e.key=e.props[a],delete e.props[a])});const i=cc(e)||(e.key?`${e.tag}:${e.key}`:!1);i&&(e._d=i)},"tags:resolve":function(e){const t={};e.tags.forEach(a=>{const n=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,l=t[n];if(l){let c=a==null?void 0:a.tagDuplicateStrategy;if(!c&&Bd.includes(a.tag)&&(c="merge"),c==="merge"){const r=l.props;["class","style"].forEach(o=>{a.props[o]&&r[o]&&(o==="style"&&!r[o].endsWith(";")&&(r[o]+=";"),a.props[o]=`${r[o]} ${a.props[o]}`)}),t[n].props={...r,...a.props};return}else if(a._e===l._e){l._duped=l._duped||[],a._d=`${l._d}:${l._duped.length+1}`,l._duped.push(a);return}}const s=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if(sc.includes(a.tag)&&s===0){delete t[n];return}t[n]=a});const i=[];Object.values(t).forEach(a=>{const n=a._duped;delete a._duped,i.push(a),n&&i.push(...n)}),e.tags=i}}}}function na(e,t){function i(l){if(["s","pageTitle"].includes(l))return t.pageTitle;let s;return l.includes(".")?s=l.split(".").reduce((c,r)=>c&&c[r]||void 0,t):s=t[l],typeof s<"u"?s||"":!1}let a=e;try{a=decodeURI(e)}catch{}return(a.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(l=>{const s=i(l.slice(1));typeof s=="string"&&(e=e.replace(new RegExp(`\\${l}(\\W|$)`,"g"),`${s}$1`).trim())}),t.separator&&(e.endsWith(t.separator)&&(e=e.slice(0,-t.separator.length).trim()),e.startsWith(t.separator)&&(e=e.slice(t.separator.length).trim()),e=e.replace(new RegExp(`\\${t.separator}\\s*\\${t.separator}`,"g"),t.separator)),e}function Wd(){return{hooks:{"tags:resolve":e=>{var l;const{tags:t}=e,i=(l=t.find(s=>s.tag==="title"))==null?void 0:l.textContent,a=t.findIndex(s=>s.tag==="templateParams"),n=a!==-1?t[a].props:{};n.pageTitle=n.pageTitle||i||"";for(const s of t)if(["titleTemplate","title"].includes(s.tag)&&typeof s.textContent=="string")s.textContent=na(s.textContent,n);else if(s.tag==="meta"&&typeof s.props.content=="string")s.props.content=na(s.props.content,n);else if(s.tag==="link"&&typeof s.props.href=="string")s.props.href=na(s.props.href,n);else if(s.tag==="script"&&["application/json","application/ld+json"].includes(s.props.type)&&typeof s.innerHTML=="string")try{s.innerHTML=JSON.stringify(JSON.parse(s.innerHTML),(c,r)=>typeof r=="string"?na(r,n):r)}catch{}e.tags=t.filter(s=>s.tag!=="templateParams")}}}}const zd=typeof window<"u";let oc;function Kd(e){return oc=e}function Qd(){return oc}async function Jd(e,t){const i={tag:e,props:{}};return e==="templateParams"?(i.props=t,i):["title","titleTemplate"].includes(e)?(i.textContent=t instanceof Promise?await t:t,i):typeof t=="string"?["script","noscript","style"].includes(e)?(e==="script"&&(/^(https?:)?\/\//.test(t)||t.startsWith("/"))?i.props.src=t:i.innerHTML=t,i):!1:(i.props=await Yd(e,{...t}),i.props.children&&(i.props.innerHTML=i.props.children),delete i.props.children,Object.keys(i.props).filter(a=>Sd.includes(a)).forEach(a=>{(!["innerHTML","textContent"].includes(a)||lc.includes(i.tag))&&(i[a]=i.props[a]),delete i.props[a]}),["innerHTML","textContent"].forEach(a=>{if(i.tag==="script"&&typeof i[a]=="string"&&["application/ld+json","application/json"].includes(i.props.type))try{i[a]=JSON.parse(i[a])}catch{i[a]=""}typeof i[a]=="object"&&(i[a]=JSON.stringify(i[a]))}),i.props.class&&(i.props.class=Gd(i.props.class)),i.props.content&&Array.isArray(i.props.content)?i.props.content.map(a=>({...i,props:{...i.props,content:a}})):i)}function Gd(e){return typeof e=="object"&&!Array.isArray(e)&&(e=Object.keys(e).filter(t=>e[t])),(Array.isArray(e)?e.join(" "):e).split(" ").filter(t=>t.trim()).filter(Boolean).join(" ")}async function Yd(e,t){for(const i of Object.keys(t)){const a=i.startsWith("data-");t[i]instanceof Promise&&(t[i]=await t[i]),String(t[i])==="true"?t[i]=a?"true":"":String(t[i])==="false"&&(a?t[i]="false":delete t[i])}return t}const Xd=10;async function Zd(e){const t=[];return Object.entries(e.resolvedInput).filter(([i,a])=>typeof a<"u"&&Cd.includes(i)).forEach(([i,a])=>{const n=Ed(a);t.push(...n.map(l=>Jd(i,l)).flat())}),(await Promise.all(t)).flat().filter(Boolean).map((i,a)=>(i._e=e._i,i._p=(e._i<c.hooks&&n.addHooks(c.hooks)),e.document=e.document||(zd?document:void 0);const l=()=>n.callHook("entries:updated",s),s={resolvedOptions:e,headEntries(){return t},get hooks(){return n},use(c){c.hooks&&n.addHooks(c.hooks)},push(c,r){const o={_i:a++,input:c,_sde:{}};return r!=null&&r.mode&&(o._m=r==null?void 0:r.mode),r!=null&&r.transform&&(o._t=r==null?void 0:r.transform),t.push(o),l(),{dispose(){t=t.filter(u=>u._i!==o._i?!0:(i={...i,...u._sde||{}},u._sde={},l(),!1))},patch(u){t=t.map(h=>(h._i===o._i&&(o.input=h.input=u,l()),h))}}},async resolveTags(){const c={tags:[],entries:[...t]};await n.callHook("entries:resolve",c);for(const r of c.entries){const o=r._t||(u=>u);if(r.resolvedInput=o(r.resolvedInput||r.input),r.resolvedInput)for(const u of await Zd(r)){const h={tag:u,entry:r,resolvedOptions:s.resolvedOptions};await n.callHook("tag:normalise",h),c.tags.push(h.tag)}}return await n.callHook("tags:resolve",c),c.tags},_popSideEffectQueue(){const c={...i};return i={},c},_elMap:{}};return s.hooks.callHook("init",s),s}function nm(e){return typeof e=="function"?e():pe(e)}function ja(e,t=""){if(e instanceof Promise)return e;const i=nm(e);return!e||!i?i:Array.isArray(i)?i.map(a=>ja(a,t)):typeof i=="object"?Object.fromEntries(Object.entries(i).map(([a,n])=>a==="titleTemplate"||a.startsWith("on")?[a,pe(n)]:[a,ja(n,a)])):i}const lm=Br.startsWith("3"),sm=typeof window<"u",uc="usehead";function rl(){return $i()&&we(uc)||Qd()}function rm(e){return{install(i){lm&&(i.config.globalProperties.$unhead=e,i.config.globalProperties.$head=e,i.provide(uc,e))}}.install}function cm(e={}){const t=im({...e,domDelayFn:i=>setTimeout(()=>Ut(()=>i()),10),plugins:[om(),...(e==null?void 0:e.plugins)||[]]});return t.install=rm(t),t}function om(){return{hooks:{"entries:resolve":function(e){for(const t of e.entries)t.resolvedInput=ja(t.input)}}}}function um(e,t={}){const i=rl(),a=We(!1),n=We({});Ko(()=>{n.value=a.value?{}:ja(e)});const l=i.push(n.value,t);return Nt(n,c=>{l.patch(c)}),$i()&&(Hi(()=>{l.dispose()}),_r(()=>{a.value=!0}),br(()=>{a.value=!1})),l}function hm(e,t={}){return rl().push(e,t)}function dm(e,t={}){var a;const i=rl();if(i){const n=sm||!!((a=i.resolvedOptions)!=null&&a.document);return t.mode==="server"&&n||t.mode==="client"&&!n?void 0:n?um(e,t):hm(e,t)}}const mm={meta:[{charset:"utf-8"},{name:"viewport",content:"width=device-width, initial-scale=1"},{hid:"description",name:"description",content:"A news site developed with Nuxt."}],link:[],style:[],script:[],noscript:[],title:"The Daily Broadcast",htmlAttrs:{lang:"en"}},qn=!1,gm=!1,pm="__nuxt",fm=!0;function cs(e,t={}){const i=bm(e,t),a=ye(),n=a._payloadCache=a._payloadCache||{};return n[i]||(n[i]=hc(i).then(l=>l||(delete n[i],null))),n[i]}const os="json";function bm(e,t={}){const i=new URL(e,"http://localhost");if(i.search)throw new Error("Payload URL cannot contain search params: "+e);if(i.host!=="localhost"||ui(i.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const a=t.hash||(t.fresh?Date.now():"");return Bi(sl().app.baseURL,i.pathname,a?`_payload.${a}.${os}`:`_payload.${os}`)}async function hc(e){try{return fm?dc(await fetch(e).then(t=>t.text())):await nc(()=>import(e),[],import.meta.url).then(t=>t.default||t)}catch(t){console.warn("[nuxt] Cannot load payload ",e,t)}return null}function _m(){return!!ye().payload.prerenderedAt}let la=null;async function vm(){if(la)return la;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=dc(e.textContent||""),i=e.dataset.src?await hc(e.dataset.src):void 0;return la={...t,...i,...window.__NUXT__},la}function dc(e){return Pd(e,ye()._payloadRevivers)}function wm(e,t){ye()._payloadRevivers[e]=t}function Xa(e){return e!==null&&typeof e=="object"}function Pn(e,t,i=".",a){if(!Xa(t))return Pn(e,{},i,a);const n=Object.assign({},t);for(const l in e){if(l==="__proto__"||l==="constructor")continue;const s=e[l];s!=null&&(a&&a(n,l,s,i)||(Array.isArray(s)&&Array.isArray(n[l])?n[l]=[...s,...n[l]]:Xa(s)&&Xa(n[l])?n[l]=Pn(s,n[l],(i?`${i}.`:"")+l.toString(),a):n[l]=s))}return n}function ym(e){return(...t)=>t.reduce((i,a)=>Pn(i,a,"",e),{})}const jm=ym();class kn extends Error{constructor(){super(...arguments),this.statusCode=500,this.fatal=!1,this.unhandled=!1,this.statusMessage=void 0}toJSON(){const t={message:this.message,statusCode:Cn(this.statusCode,500)};return this.statusMessage&&(t.statusMessage=mc(this.statusMessage)),this.data!==void 0&&(t.data=this.data),t}}kn.__h3_error__=!0;function En(e){if(typeof e=="string")return new kn(e);if(xm(e))return e;const t=new kn(e.message??e.statusMessage,e.cause?{cause:e.cause}:void 0);if("stack"in e)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=Cn(e.statusCode,t.statusCode):e.status&&(t.statusCode=Cn(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const i=t.statusMessage;mc(t.statusMessage)!==i&&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 xm(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const qm=/[^\u0009\u0020-\u007E]/g;function mc(e=""){return e.replace(qm,"")}function Cn(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}function Pm(...e){const t=typeof e[e.length-1]=="string"?e.pop():void 0;typeof e[0]!="string"&&e.unshift(t);const[i,a]=e;if(!i||typeof i!="string")throw new TypeError("[nuxt] [useState] key must be a string: "+i);if(a!==void 0&&typeof a!="function")throw new Error("[nuxt] [useState] init must be a function: "+a);const n="$s"+i,l=ye(),s=nr(l.payload.state,n);if(s.value===void 0&&a){const c=a();if(Ee(c))return l.payload.state[n]=c,c;s.value=c}return s}const kt=()=>{var e;return(e=ye())==null?void 0:e.$router},hi=()=>Ar()?we("_route",ye()._route):ye()._route,km=e=>e,Em=()=>{try{if(ye()._processingMiddleware)return!0}catch{return!0}return!1},gc=(e,t)=>{e||(e="/");const i=typeof e=="string"?e:e.path||"/",a=(t==null?void 0:t.external)||ui(i,{acceptRelative:!0});if(a&&!(t!=null&&t.external))throw new Error("Navigating to external URL is not allowed by default. Use `navigateTo (url, { external: true })`.");if(a&&Vi(i).protocol==="script:")throw new Error("Cannot navigate to an URL with script protocol.");const n=Em();if(!a&&n)return e;const l=kt();return a?(t!=null&&t.replace?location.replace(i):location.href=i,Promise.resolve()):t!=null&&t.replace?l.replace(e):l.push(e)},Na=()=>nr(ye().payload,"error"),Wt=e=>{const t=cl(e);try{const i=ye(),a=Na();i.hooks.callHook("app:error",t),a.value=a.value||t}catch{throw t}return t},Cm=async(e={})=>{const t=ye(),i=Na();t.callHook("app:error:cleared",e),e.redirect&&await kt().replace(e.redirect),i.value=null},Am=e=>!!(e&&typeof e=="object"&&"__nuxt_error"in e),cl=e=>{const t=En(e);return t.__nuxt_error=!0,t},us={NuxtError:e=>cl(e),EmptyShallowRef:e=>Ti(e==="_"?void 0:JSON.parse(e)),EmptyRef:e=>We(e==="_"?void 0:JSON.parse(e)),ShallowRef:e=>Ti(e),ShallowReactive:e=>Gs(e),Ref:e=>We(e),Reactive:e=>Ze(e)},Sm=gt({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,i;for(const a in us)wm(a,us[a]);Object.assign(e.payload,([t,i]=wa(()=>e.runWithContext(vm)),t=await t,i(),t)),window.__NUXT__=e.payload}},1),Tm=gt({name:"nuxt:global-components"}),Im=gt({name:"nuxt:head",setup(e){const i=cm();i.push(mm),e.vueApp.use(i);{let a=!0;const n=()=>{a=!1,i.hooks.callHook("entries:updated",i)};i.hooks.hook("dom:beforeRender",l=>{l.shouldRender=!a}),e.hooks.hook("page:start",()=>{a=!0}),e.hooks.hook("page:finish",n),e.hooks.hook("app:suspense:resolve",n)}}});/*! * vue-router v4.2.2 * (c) 2023 Eduardo San Martin Morote * @license MIT - */const Vt=typeof window<"u";function Rg(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const he=Object.assign;function Za(e,t){const i={};for(const a in t){const n=t[a];i[a]=tt(n)?n.map(e):e(n)}return i}const ki=()=>{},tt=Array.isArray,Ng=/\/$/,Mg=e=>e.replace(Ng,"");function en(e,t,i="/"){let a,n={},l="",s="";const c=t.indexOf("#");let r=t.indexOf("?");return c=0&&(r=-1),r>-1&&(a=t.slice(0,r),l=t.slice(r+1,c>-1?c:t.length),n=e(l)),c>-1&&(a=a||t.slice(0,c),s=t.slice(c,t.length)),a=Ug(a??t,i),{fullPath:a+(l&&"?")+l+s,path:a,query:n,hash:s}}function Og(e,t){const i=t.query?e(t.query):"";return t.path+(i&&"?")+i+(t.hash||"")}function hs(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Lg(e,t,i){const a=t.matched.length-1,n=i.matched.length-1;return a>-1&&a===n&&ii(t.matched[a],i.matched[n])&&pc(t.params,i.params)&&e(t.query)===e(i.query)&&t.hash===i.hash}function ii(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function pc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const i in e)if(!Fg(e[i],t[i]))return!1;return!0}function Fg(e,t){return tt(e)?ds(e,t):tt(t)?ds(t,e):e===t}function ds(e,t){return tt(t)?e.length===t.length&&e.every((i,a)=>i===t[a]):e.length===1&&e[0]===t}function Ug(e,t){if(e.startsWith("/"))return e;if(!e)return t;const i=t.split("/"),a=e.split("/"),n=a[a.length-1];(n===".."||n===".")&&a.push("");let l=i.length-1,s,c;for(s=0;s1&&l--;else break;return i.slice(0,l).join("/")+"/"+a.slice(s-(s===a.length?1:0)).join("/")}var Oi;(function(e){e.pop="pop",e.push="push"})(Oi||(Oi={}));var Ei;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ei||(Ei={}));function Dg(e){if(!e)if(Vt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Mg(e)}const Hg=/^[^#]+#/;function $g(e,t){return e.replace(Hg,"#")+t}function Bg(e,t){const i=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{behavior:t.behavior,left:a.left-i.left-(t.left||0),top:a.top-i.top-(t.top||0)}}const Ma=()=>({left:window.pageXOffset,top:window.pageYOffset});function Vg(e){let t;if("el"in e){const i=e.el,a=typeof i=="string"&&i.startsWith("#"),n=typeof i=="string"?a?document.getElementById(i.slice(1)):document.querySelector(i):i;if(!n)return;t=Bg(n,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function gs(e,t){return(history.state?history.state.position-t:-1)+e}const An=new Map;function Wg(e,t){An.set(e,t)}function zg(e){const t=An.get(e);return An.delete(e),t}let Kg=()=>location.protocol+"//"+location.host;function fc(e,t){const{pathname:i,search:a,hash:n}=t,l=e.indexOf("#");if(l>-1){let c=n.includes(e.slice(l))?e.slice(l).length:1,r=n.slice(c);return r[0]!=="/"&&(r="/"+r),hs(r,"")}return hs(i,e)+a+n}function Qg(e,t,i,a){let n=[],l=[],s=null;const c=({state:g})=>{const _=fc(e,location),f=i.value,y=t.value;let T=0;if(g){if(i.value=_,t.value=g,s&&s===f){s=null;return}T=y?g.position-y.position:0}else a(_);n.forEach(b=>{b(i.value,f,{delta:T,type:Oi.pop,direction:T?T>0?Ei.forward:Ei.back:Ei.unknown})})};function r(){s=i.value}function o(g){n.push(g);const _=()=>{const f=n.indexOf(g);f>-1&&n.splice(f,1)};return l.push(_),_}function u(){const{history:g}=window;g.state&&g.replaceState(he({},g.state,{scroll:Ma()}),"")}function h(){for(const g of l)g();l=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:r,listen:o,destroy:h}}function ms(e,t,i,a=!1,n=!1){return{back:e,current:t,forward:i,replaced:a,position:window.history.length,scroll:n?Ma():null}}function Jg(e){const{history:t,location:i}=window,a={value:fc(e,i)},n={value:t.state};n.value||l(a.value,{back:null,current:a.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function l(r,o,u){const h=e.indexOf("#"),g=h>-1?(i.host&&document.querySelector("base")?e:e.slice(h))+r:Kg()+e+r;try{t[u?"replaceState":"pushState"](o,"",g),n.value=o}catch(_){console.error(_),i[u?"replace":"assign"](g)}}function s(r,o){const u=he({},t.state,ms(n.value.back,r,n.value.forward,!0),o,{position:n.value.position});l(r,u,!0),a.value=r}function c(r,o){const u=he({},n.value,t.state,{forward:r,scroll:Ma()});l(u.current,u,!0);const h=he({},ms(a.value,r,null),{position:u.position+1},o);l(r,h,!1),a.value=r}return{location:a,state:n,push:c,replace:s}}function bc(e){e=Dg(e);const t=Jg(e),i=Qg(e,t.state,t.location,t.replace);function a(l,s=!0){s||i.pauseListeners(),history.go(l)}const n=he({location:"",base:e,go:a,createHref:$g.bind(null,e)},t,i);return Object.defineProperty(n,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(n,"state",{enumerable:!0,get:()=>t.state.value}),n}function Gg(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),bc(e)}function Yg(e){return typeof e=="string"||e&&typeof e=="object"}function _c(e){return typeof e=="string"||typeof e=="symbol"}const nt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},vc=Symbol("");var ps;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(ps||(ps={}));function ai(e,t){return he(new Error,{type:e,[vc]:!0},t)}function ot(e,t){return e instanceof Error&&vc in e&&(t==null||!!(e.type&t))}const fs="[^/]+?",Xg={sensitive:!1,strict:!1,start:!0,end:!0},Zg=/[.+*?^${}()[\]/\\]/g;function em(e,t){const i=he({},Xg,t),a=[];let n=i.start?"^":"";const l=[];for(const o of e){const u=o.length?[]:[90];i.strict&&!o.length&&(n+="/");for(let h=0;ht.length?t.length===1&&t[0]===40+40?1:-1:0}function im(e,t){let i=0;const a=e.score,n=t.score;for(;i0&&t[t.length-1]<0}const am={type:0,value:""},nm=/[a-zA-Z0-9_]/;function lm(e){if(!e)return[[]];if(e==="/")return[[am]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(_){throw new Error(`ERR (${i})/"${o}": ${_}`)}let i=0,a=i;const n=[];let l;function s(){l&&n.push(l),l=[]}let c=0,r,o="",u="";function h(){o&&(i===0?l.push({type:0,value:o}):i===1||i===2||i===3?(l.length>1&&(r==="*"||r==="+")&&t(`A repeatable param (${o}) must be alone in its segment. eg: '/:ids+.`),l.push({type:1,value:o,regexp:u,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):t("Invalid state to consume buffer"),o="")}function g(){o+=r}for(;c{s(p)}:ki}function s(u){if(_c(u)){const h=a.get(u);h&&(a.delete(u),i.splice(i.indexOf(h),1),h.children.forEach(s),h.alias.forEach(s))}else{const h=i.indexOf(u);h>-1&&(i.splice(h,1),u.record.name&&a.delete(u.record.name),u.children.forEach(s),u.alias.forEach(s))}}function c(){return i}function r(u){let h=0;for(;h=0&&(u.record.path!==i[h].record.path||!wc(u,i[h]));)h++;i.splice(h,0,u),u.record.name&&!vs(u)&&a.set(u.record.name,u)}function o(u,h){let g,_={},f,y;if("name"in u&&u.name){if(g=a.get(u.name),!g)throw ai(1,{location:u});y=g.record.name,_=he(_s(h.params,g.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&_s(u.params,g.keys.map(p=>p.name))),f=g.stringify(_)}else if("path"in u)f=u.path,g=i.find(p=>p.re.test(f)),g&&(_=g.parse(f),y=g.record.name);else{if(g=h.name?a.get(h.name):i.find(p=>p.re.test(h.path)),!g)throw ai(1,{location:u,currentLocation:h});y=g.record.name,_=he({},h.params,u.params),f=g.stringify(_)}const T=[];let b=g;for(;b;)T.unshift(b.record),b=b.parent;return{name:y,path:f,params:_,matched:T,meta:um(T)}}return e.forEach(u=>l(u)),{addRoute:l,resolve:o,removeRoute:s,getRoutes:c,getRecordMatcher:n}}function _s(e,t){const i={};for(const a of t)a in e&&(i[a]=e[a]);return i}function cm(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:om(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function om(e){const t={},i=e.props||!1;if("component"in e)t.default=i;else for(const a in e.components)t[a]=typeof i=="boolean"?i:i[a];return t}function vs(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function um(e){return e.reduce((t,i)=>he(t,i.meta),{})}function ws(e,t){const i={};for(const a in e)i[a]=a in t?t[a]:e[a];return i}function wc(e,t){return t.children.some(i=>i===e||wc(e,i))}const yc=/#/g,hm=/&/g,dm=/\//g,gm=/=/g,mm=/\?/g,jc=/\+/g,pm=/%5B/g,fm=/%5D/g,xc=/%5E/g,bm=/%60/g,qc=/%7B/g,_m=/%7C/g,Pc=/%7D/g,vm=/%20/g;function ol(e){return encodeURI(""+e).replace(_m,"|").replace(pm,"[").replace(fm,"]")}function wm(e){return ol(e).replace(qc,"{").replace(Pc,"}").replace(xc,"^")}function Sn(e){return ol(e).replace(jc,"%2B").replace(vm,"+").replace(yc,"%23").replace(hm,"%26").replace(bm,"`").replace(qc,"{").replace(Pc,"}").replace(xc,"^")}function ym(e){return Sn(e).replace(gm,"%3D")}function jm(e){return ol(e).replace(yc,"%23").replace(mm,"%3F")}function xm(e){return e==null?"":jm(e).replace(dm,"%2F")}function xa(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function qm(e){const t={};if(e===""||e==="?")return t;const a=(e[0]==="?"?e.slice(1):e).split("&");for(let n=0;nl&&Sn(l)):[a&&Sn(a)]).forEach(l=>{l!==void 0&&(t+=(t.length?"&":"")+i,l!=null&&(t+="="+l))})}return t}function Pm(e){const t={};for(const i in e){const a=e[i];a!==void 0&&(t[i]=tt(a)?a.map(n=>n==null?null:""+n):a==null?a:""+a)}return t}const km=Symbol(""),js=Symbol(""),ul=Symbol(""),kc=Symbol(""),Tn=Symbol("");function fi(){let e=[];function t(a){return e.push(a),()=>{const n=e.indexOf(a);n>-1&&e.splice(n,1)}}function i(){e=[]}return{add:t,list:()=>e,reset:i}}function jt(e,t,i,a,n){const l=a&&(a.enterCallbacks[n]=a.enterCallbacks[n]||[]);return()=>new Promise((s,c)=>{const r=h=>{h===!1?c(ai(4,{from:i,to:t})):h instanceof Error?c(h):Yg(h)?c(ai(2,{from:t,to:h})):(l&&a.enterCallbacks[n]===l&&typeof h=="function"&&l.push(h),s())},o=e.call(a&&a.instances[n],t,i,r);let u=Promise.resolve(o);e.length<3&&(u=u.then(r)),u.catch(h=>c(h))})}function tn(e,t,i,a){const n=[];for(const l of e)for(const s in l.components){let c=l.components[s];if(!(t!=="beforeRouteEnter"&&!l.instances[s]))if(Em(c)){const o=(c.__vccOpts||c)[t];o&&n.push(jt(o,i,a,l,s))}else{let r=c();n.push(()=>r.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${s}" at "${l.path}"`));const u=Rg(o)?o.default:o;l.components[s]=u;const g=(u.__vccOpts||u)[t];return g&&jt(g,i,a,l,s)()}))}}return n}function Em(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function xs(e){const t=we(ul),i=we(kc),a=Re(()=>t.resolve(pe(e.to))),n=Re(()=>{const{matched:r}=a.value,{length:o}=r,u=r[o-1],h=i.matched;if(!u||!h.length)return-1;const g=h.findIndex(ii.bind(null,u));if(g>-1)return g;const _=qs(r[o-2]);return o>1&&qs(u)===_&&h[h.length-1].path!==_?h.findIndex(ii.bind(null,r[o-2])):g}),l=Re(()=>n.value>-1&&Tm(i.params,a.value.params)),s=Re(()=>n.value>-1&&n.value===i.matched.length-1&&pc(i.params,a.value.params));function c(r={}){return Sm(r)?t[pe(e.replace)?"replace":"push"](pe(e.to)).catch(ki):Promise.resolve()}return{route:a,href:Re(()=>a.value.href),isActive:l,isExactActive:s,navigate:c}}const Cm=ci({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:xs,setup(e,{slots:t}){const i=Ze(xs(e)),{options:a}=we(ul),n=Re(()=>({[Ps(e.activeClass,a.linkActiveClass,"router-link-active")]:i.isActive,[Ps(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:i.isExactActive}));return()=>{const l=t.default&&t.default(i);return e.custom?l:Xe("a",{"aria-current":i.isExactActive?e.ariaCurrentValue:null,href:i.href,onClick:i.navigate,class:n.value},l)}}}),Am=Cm;function Sm(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Tm(e,t){for(const i in t){const a=t[i],n=e[i];if(typeof a=="string"){if(a!==n)return!1}else if(!tt(n)||n.length!==a.length||a.some((l,s)=>l!==n[s]))return!1}return!0}function qs(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ps=(e,t,i)=>e??t??i,Im=ci({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:i}){const a=we(Tn),n=Re(()=>e.route||a.value),l=we(js,0),s=Re(()=>{let o=pe(l);const{matched:u}=n.value;let h;for(;(h=u[o])&&!h.components;)o++;return o}),c=Re(()=>n.value.matched[s.value]);Ot(js,Re(()=>s.value+1)),Ot(km,c),Ot(Tn,n);const r=We();return Nt(()=>[r.value,c.value,e.name],([o,u,h],[g,_,f])=>{u&&(u.instances[h]=o,_&&_!==u&&o&&o===g&&(u.leaveGuards.size||(u.leaveGuards=_.leaveGuards),u.updateGuards.size||(u.updateGuards=_.updateGuards))),o&&u&&(!_||!ii(u,_)||!g)&&(u.enterCallbacks[h]||[]).forEach(y=>y(o))},{flush:"post"}),()=>{const o=n.value,u=e.name,h=c.value,g=h&&h.components[u];if(!g)return ks(i.default,{Component:g,route:o});const _=h.props[u],f=_?_===!0?o.params:typeof _=="function"?_(o):_:null,T=Xe(g,he({},f,t,{onVnodeUnmounted:b=>{b.component.isUnmounted&&(h.instances[u]=null)},ref:r}));return ks(i.default,{Component:T,route:o})||T}}});function ks(e,t){if(!e)return null;const i=e(t);return i.length===1?i[0]:i}const Ec=Im;function Rm(e){const t=rm(e.routes,e),i=e.parseQuery||qm,a=e.stringifyQuery||ys,n=e.history,l=fi(),s=fi(),c=fi(),r=Ti(nt);let o=nt;Vt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=Za.bind(null,k=>""+k),h=Za.bind(null,xm),g=Za.bind(null,xa);function _(k,B){let F,Q;return _c(k)?(F=t.getRecordMatcher(k),Q=B):Q=k,t.addRoute(Q,F)}function f(k){const B=t.getRecordMatcher(k);B&&t.removeRoute(B)}function y(){return t.getRoutes().map(k=>k.record)}function T(k){return!!t.getRecordMatcher(k)}function b(k,B){if(B=he({},B||r.value),typeof k=="string"){const v=en(i,k,B.path),j=t.resolve({path:v.path},B),C=n.createHref(v.fullPath);return he(v,j,{params:g(j.params),hash:xa(v.hash),redirectedFrom:void 0,href:C})}let F;if("path"in k)F=he({},k,{path:en(i,k.path,B.path).path});else{const v=he({},k.params);for(const j in v)v[j]==null&&delete v[j];F=he({},k,{params:h(v)}),B.params=h(B.params)}const Q=t.resolve(F,B),ue=k.hash||"";Q.params=u(g(Q.params));const d=Og(a,he({},k,{hash:wm(ue),path:Q.path})),m=n.createHref(d);return he({fullPath:d,hash:ue,query:a===ys?Pm(k.query):k.query||{}},Q,{redirectedFrom:void 0,href:m})}function p(k){return typeof k=="string"?en(i,k,r.value.path):he({},k)}function q(k,B){if(o!==k)return ai(8,{from:B,to:k})}function w(k){return N(k)}function A(k){return w(he(p(k),{replace:!0}))}function O(k){const B=k.matched[k.matched.length-1];if(B&&B.redirect){const{redirect:F}=B;let Q=typeof F=="function"?F(k):F;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=p(Q):{path:Q},Q.params={}),he({query:k.query,hash:k.hash,params:"path"in Q?{}:k.params},Q)}}function N(k,B){const F=o=b(k),Q=r.value,ue=k.state,d=k.force,m=k.replace===!0,v=O(F);if(v)return N(he(p(v),{state:typeof v=="object"?he({},ue,v.state):ue,force:d,replace:m}),B||F);const j=F;j.redirectedFrom=B;let C;return!d&&Lg(a,Q,F)&&(C=ai(16,{to:j,from:Q}),it(Q,Q,!0,!1)),(C?Promise.resolve(C):z(j,Q)).catch(S=>ot(S)?ot(S,2)?S:pt(S):oe(S,j,Q)).then(S=>{if(S){if(ot(S,2))return N(he({replace:m},p(S.to),{state:typeof S.to=="object"?he({},ue,S.to.state):ue,force:d}),B||j)}else S=$(j,Q,!0,m,ue);return Y(j,Q,S),S})}function x(k,B){const F=q(k,B);return F?Promise.reject(F):Promise.resolve()}function D(k){const B=Ht.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(k):k()}function z(k,B){let F;const[Q,ue,d]=Nm(k,B);F=tn(Q.reverse(),"beforeRouteLeave",k,B);for(const v of Q)v.leaveGuards.forEach(j=>{F.push(jt(j,k,B))});const m=x.bind(null,k,B);return F.push(m),Te(F).then(()=>{F=[];for(const v of l.list())F.push(jt(v,k,B));return F.push(m),Te(F)}).then(()=>{F=tn(ue,"beforeRouteUpdate",k,B);for(const v of ue)v.updateGuards.forEach(j=>{F.push(jt(j,k,B))});return F.push(m),Te(F)}).then(()=>{F=[];for(const v of k.matched)if(v.beforeEnter&&!B.matched.includes(v))if(tt(v.beforeEnter))for(const j of v.beforeEnter)F.push(jt(j,k,B));else F.push(jt(v.beforeEnter,k,B));return F.push(m),Te(F)}).then(()=>(k.matched.forEach(v=>v.enterCallbacks={}),F=tn(d,"beforeRouteEnter",k,B),F.push(m),Te(F))).then(()=>{F=[];for(const v of s.list())F.push(jt(v,k,B));return F.push(m),Te(F)}).catch(v=>ot(v,8)?v:Promise.reject(v))}function Y(k,B,F){for(const Q of c.list())D(()=>Q(k,B,F))}function $(k,B,F,Q,ue){const d=q(k,B);if(d)return d;const m=B===nt,v=Vt?history.state:{};F&&(Q||m?n.replace(k.fullPath,he({scroll:m&&v&&v.scroll},ue)):n.push(k.fullPath,ue)),r.value=k,it(k,B,F,m),pt()}let Z;function W(){Z||(Z=n.listen((k,B,F)=>{if(!zi.listening)return;const Q=b(k),ue=O(Q);if(ue){N(he(ue,{replace:!0}),Q).catch(ki);return}o=Q;const d=r.value;Vt&&Wg(gs(d.fullPath,F.delta),Ma()),z(Q,d).catch(m=>ot(m,12)?m:ot(m,2)?(N(m.to,Q).then(v=>{ot(v,20)&&!F.delta&&F.type===Oi.pop&&n.go(-1,!1)}).catch(ki),Promise.reject()):(F.delta&&n.go(-F.delta,!1),oe(m,Q,d))).then(m=>{m=m||$(Q,d,!1),m&&(F.delta&&!ot(m,8)?n.go(-F.delta,!1):F.type===Oi.pop&&ot(m,20)&&n.go(-1,!1)),Y(Q,d,m)}).catch(ki)}))}let je=fi(),ae=fi(),ce;function oe(k,B,F){pt(k);const Q=ae.list();return Q.length?Q.forEach(ue=>ue(k,B,F)):console.error(k),Promise.reject(k)}function ct(){return ce&&r.value!==nt?Promise.resolve():new Promise((k,B)=>{je.add([k,B])})}function pt(k){return ce||(ce=!k,W(),je.list().forEach(([B,F])=>k?F(k):B()),je.reset()),k}function it(k,B,F,Q){const{scrollBehavior:ue}=e;if(!Vt||!ue)return Promise.resolve();const d=!F&&zg(gs(k.fullPath,0))||(Q||!F)&&history.state&&history.state.scroll||null;return Ut().then(()=>ue(k,B,d)).then(m=>m&&Vg(m)).catch(m=>oe(m,k,B))}const Oe=k=>n.go(k);let Dt;const Ht=new Set,zi={currentRoute:r,listening:!0,addRoute:_,removeRoute:f,hasRoute:T,getRoutes:y,resolve:b,options:e,push:w,replace:A,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:l.add,beforeResolve:s.add,afterEach:c.add,onError:ae.add,isReady:ct,install(k){const B=this;k.component("RouterLink",Am),k.component("RouterView",Ec),k.config.globalProperties.$router=B,Object.defineProperty(k.config.globalProperties,"$route",{enumerable:!0,get:()=>pe(r)}),Vt&&!Dt&&r.value===nt&&(Dt=!0,w(n.location).catch(ue=>{}));const F={};for(const ue in nt)F[ue]=Re(()=>r.value[ue]);k.provide(ul,B),k.provide(kc,Ze(F)),k.provide(Tn,r);const Q=k.unmount;Ht.add(k),k.unmount=function(){Ht.delete(k),Ht.size<1&&(o=nt,Z&&Z(),Z=null,r.value=nt,Dt=!1,ce=!1),Q()}}};function Te(k){return k.reduce((B,F)=>B.then(()=>D(F)),Promise.resolve())}return zi}function Nm(e,t){const i=[],a=[],n=[],l=Math.max(t.matched.length,e.matched.length);for(let s=0;sii(o,c))?a.push(c):i.push(c));const r=e.matched[s];r&&(t.matched.find(o=>ii(o,r))||n.push(r))}return[i,a,n]}const Es=[],Mm={props:{headerClass:String,text:String,link:String}},re=(e,t)=>{const i=e.__vccOpts||e;for(const[a,n]of t)i[a]=n;return i},Om=["href"],Lm={key:1};function Fm(e,t,i,a,n,l){return i.text?(R(),U("header",{key:0,class:E(i.headerClass)},[i.link?(R(),U("a",{key:0,href:i.link},[P("h2",null,ve(i.text),1)],8,Om)):(R(),U("h2",Lm,ve(i.text),1))],2)):ke("",!0)}const Um=re(Mm,[["render",Fm]]),Dm={},Hm={width:"24",height:"24",viewBox:"0 0 24 24"},$m=P("title",null,"Lightning Icon",-1),Bm=P("path",{d:"M8 24l3-9h-9l14-15-3 9h9l-14 15z"},null,-1),Vm=[$m,Bm];function Wm(e,t){return R(),U("svg",Hm,Vm)}const zm=re(Dm,[["render",Wm]]),Km={},Qm={width:"24",height:"24",viewBox:"0 0 24 24"},Jm=P("title",null,"Play Icon",-1),Gm=P("path",{d:"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"},null,-1),Ym=[Jm,Gm];function Xm(e,t){return R(),U("svg",Qm,Ym)}const Zm=re(Km,[["render",Xm]]),ep={},tp={width:"24",height:"24",viewBox:"0 0 24 24",fillRule:"evenodd",clipRule:"evenodd"},ip=P("title",null,"Fire Icon",-1),ap=P("path",{d:"M8.625 0c.61 7.189-5.625 9.664-5.625 15.996 0 4.301 3.069 7.972 9 8.004 5.931.032 9-4.414 9-8.956 0-4.141-2.062-8.046-5.952-10.474.924 2.607-.306 4.988-1.501 5.808.07-3.337-1.125-8.289-4.922-10.378zm4.711 13c3.755 3.989 1.449 9-1.567 9-1.835 0-2.779-1.265-2.769-2.577.019-2.433 2.737-2.435 4.336-6.423z"},null,-1),np=[ip,ap];function lp(e,t){return R(),U("svg",tp,np)}const sp=re(ep,[["render",lp]]),rp={props:{text:String,textClass:[String,Array],type:String}};function cp(e,t,i,a,n,l){return i.text?(R(),_e(qr(i.type||"p"),{key:0,class:E(i.textClass)},{default:et(()=>[oi(ve(i.text),1)]),_:1},8,["class"])):ke("",!0)}const Oa=re(rp,[["render",cp]]),op="_breaking_1esiw_110",up="_watch_1esiw_114",hp="_horizontal_1esiw_166",dp="_vertical_1esiw_170",gp="_bullets_1esiw_180",La={"article-header":"_article-header_1esiw_1","article-body":"_article-body_1esiw_46","article-image-container":"_article-image-container_1esiw_66","article-image":"_article-image_1esiw_66","article-image-captions":"_article-image-captions_1esiw_90","article-image-tag":"_article-image-tag_1esiw_95",breaking:op,watch:up,"article-title":"_article-title_1esiw_130","article-content":"_article-content_1esiw_139","article-list":"_article-list_1esiw_153","article-list-item":"_article-list-item_1esiw_161",horizontal:hp,vertical:dp,bullets:gp,"article-hero":"_article-hero_1esiw_195","article-list-content":"_article-list-content_1esiw_213"},mp={props:{tag:Object},data(){return{styles:La}}};function pp(e,t,i,a,n,l){const s=zm,c=Zm,r=sp,o=Oa;return i.tag?(R(),U("div",{key:0,class:E([n.styles["article-image-tag"],n.styles[i.tag.type]])},[i.tag.type==="breaking"?(R(),_e(s,{key:0})):ke("",!0),i.tag.type==="watch"?(R(),_e(c,{key:1})):ke("",!0),i.tag.type==="new"?(R(),_e(r,{key:2})):ke("",!0),V(o,{text:i.tag.label},null,8,["text"])],2)):ke("",!0)}const fp=re(mp,[["render",pp]]),bp={props:{image:Object,imageClass:String,meta:Object},data(){return{styles:La}}},_p=["src","width","height","alt"];function vp(e,t,i,a,n,l){var r,o;const s=fp,c=Oa;return R(),U(le,null,[i.image?(R(),U("div",{key:0,class:E(i.imageClass)},[P("img",{class:E(n.styles["article-image"]),src:i.image.src,width:i.image.width,height:i.image.height,alt:i.image.alt},null,10,_p),V(s,{tag:(r=i.meta)==null?void 0:r.tag},null,8,["tag"])],2)):ke("",!0),V(c,{"text-class":n.styles["article-image-captions"],text:(o=i.meta)==null?void 0:o.captions},null,8,["text-class","text"])],64)}const Cc=re(bp,[["render",vp]]),wp="_preview_3uw7j_2",yp="_page_3uw7j_12",jp="_row_3uw7j_46",xp="_column_3uw7j_52",Wi={preview:wp,"no-scroll":"_no-scroll_3uw7j_8",page:yp,"page-main":"_page-main_3uw7j_28",row:jp,column:xp,"columns-1":"_columns-1_3uw7j_59","columns-2-balanced":"_columns-2-balanced_3uw7j_63","columns-3-balanced":"_columns-3-balanced_3uw7j_67","columns-4-balanced":"_columns-4-balanced_3uw7j_71","columns-3-wide":"_columns-3-wide_3uw7j_75","columns-3-narrow":"_columns-3-narrow_3uw7j_79","columns-wrap":"_columns-wrap_3uw7j_83","grid-container":"_grid-container_3uw7j_88","grid-wrap":"_grid-wrap_3uw7j_95","grid-item":"_grid-item_3uw7j_99","row-header":"_row-header_3uw7j_104"},qp={props:{type:String,content:[String,Array],display:String},data(){return{styles:La,layoutStyles:Wi}}},Pp=["href"],kp=["href"],Ep=["href"];function Cp(e,t,i,a,n,l){const s=Oa,c=Cc;return R(),U(le,null,[i.type==="text"?(R(),U("div",{key:0,class:E(n.styles["article-content"])},[V(s,{text:i.content},null,8,["text"])],2)):ke("",!0),i.type==="list"?(R(),U("div",{key:1,class:E(n.styles["article-content"])},[P("ul",{class:E([n.styles["article-list"],n.styles.vertical,{[n.styles[i.display]]:i.display}])},[(R(!0),U(le,null,He(i.content,r=>(R(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[r.url&&!r.title?(R(),U("a",{key:0,href:r.url},[V(s,{text:r.content},null,8,["text"])],8,Pp)):(R(),_e(s,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):ke("",!0),i.type==="articles-list"?(R(),U("div",{key:2,class:E(n.styles["article-list-content"])},[P("ul",{class:E([n.styles["article-list"],n.styles.vertical])},[(R(!0),U(le,null,He(i.content,r=>(R(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(s,{"text-class":[n.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"]),r.url&&!r.title?(R(),U("a",{key:0,href:r.url},[V(s,{text:r.content},null,8,["text"])],8,kp)):(R(),_e(s,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):ke("",!0),i.type==="excerpt"?(R(),U("ul",{key:3,class:E([n.styles["article-list"],n.styles.horizontal])},[(R(!0),U(le,null,He(i.content,r=>(R(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(c,{"image-class":n.styles["article-hero"],image:r.image},null,8,["image-class","image"]),P("div",{class:E(n.styles["article-content"])},[V(s,{"text-class":["truncate-multiline","truncate-multiline-3"],text:r.text,type:"div"},null,8,["text"])],2)],2))),128))],2)):ke("",!0),i.type==="grid"?(R(),U("div",{key:4,class:E([n.layoutStyles["grid-container"],{[n.layoutStyles[i.display]]:i.display}])},[(R(!0),U(le,null,He(i.content,r=>(R(),U("div",{key:r.id,class:E(n.layoutStyles["grid-item"])},[V(c,{"image-class":n.styles["article-image-container"],image:r.image,meta:r.meta},null,8,["image-class","image","meta"]),r.url?(R(),U("a",{key:0,href:r.url},[V(s,{"text-class":[n.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"])],8,Ep)):(R(),_e(s,{key:1,"text-class":[n.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"]))],2))),128))],2)):ke("",!0),i.type==="preview"?(R(),U("ul",{key:5,class:E([n.styles["article-list"],n.styles.vertical])},[(R(!0),U(le,null,He(i.content,r=>(R(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(c,{"image-class":n.styles["article-image-container"],image:r.image},null,8,["image-class","image"]),V(s,{"text-class":[n.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"])],2))),128))],2)):ke("",!0)],64)}const Ap=re(qp,[["render",Cp]]),Sp={props:{article:Object},data(){return{layoutStyles:Wi,articleStyles:La}}};function Tp(e,t,i,a,n,l){const s=Um,c=Cc,r=Oa,o=Ap;return R(),U("article",{class:E([n.layoutStyles.column,n.layoutStyles[i.article.class],n.articleStyles.article])},[V(s,{"header-class":n.articleStyles["article-header"],text:i.article.header,link:i.article.url},null,8,["header-class","text","link"]),P("section",{class:E(n.articleStyles["article-body"])},[V(c,{"image-class":n.articleStyles["article-image-container"],image:i.article.image,meta:i.article.meta},null,8,["image-class","image","meta"]),V(r,{"text-class":[n.articleStyles["article-title"],"truncate-singleline"],text:i.article.title,type:"h3"},null,8,["text-class","text"]),V(o,{type:i.article.type,content:i.article.content,display:i.article.display},null,8,["type","content","display"])],2)],2)}const Ip=re(Sp,[["render",Tp]]),Rp={props:{section:Object},data(){return{styles:Wi}}},Np=["id"];function Mp(e,t,i,a,n,l){var c;const s=Ip;return R(),U(le,null,[(c=i.section)!=null&&c.name?(R(),U("div",{key:0,id:i.section.id,class:E(n.styles["row-header"])},[P("h2",null,ve(i.section.name),1)],10,Np)):ke("",!0),P("section",{class:E(n.styles.row)},[(R(!0),U(le,null,He(i.section.articles,(r,o)=>(R(),_e(s,{key:`${i.section.id}-${o}`,article:r},null,8,["article"]))),128))],2)],64)}const Op=re(Rp,[["render",Mp]]),Lp="_toast_h9j28_1",Fp="_open_h9j28_17",Up={toast:Lp,open:Fp,"toast-close-button":"_toast-close-button_h9j28_24","toast-close-button-icon":"_toast-close-button-icon_h9j28_36","toast-header":"_toast-header_h9j28_43","toast-body":"_toast-body_h9j28_54","toast-description":"_toast-description_h9j28_61","toast-actions":"_toast-actions_h9j28_80","toast-actions-button":"_toast-actions-button_h9j28_85"},Dp="_button_n5y7z_1",Hp="_dark_n5y7z_41",Ac={button:Dp,"primary-button":"_primary-button_n5y7z_18","secondary-button":"_secondary-button_n5y7z_30",dark:Hp},$p={props:{onClose:Function,onAccept:Function,onReject:Function,notification:Object},data(){return{toastStyles:Up,buttonStyles:Ac,callbacks:{accept:this.onAccept,reject:this.onReject}}}},Bp=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),Vp=[Bp],Wp=["id","onClick"];function zp(e,t,i,a,n,l){return R(),U("div",{class:E([n.toastStyles.toast,n.toastStyles.open])},[P("button",{id:"close-toast-link",class:E(n.toastStyles["toast-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...s)=>i.onClose&&i.onClose(...s))},[P("div",{class:E([n.toastStyles["toast-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Vp,2)],2),i.notification.title?(R(),U("header",{key:0,class:E(n.toastStyles["toast-header"])},[P("h2",null,ve(i.notification.title),1)],2)):ke("",!0),P("section",{class:E(n.toastStyles["toast-body"])},[P("div",{class:E(n.toastStyles["toast-description"])},ve(i.notification.description),3),P("div",{class:E(n.toastStyles["toast-actions"])},[(R(!0),U(le,null,He(i.notification.actions,s=>(R(),U("button",{id:`toast-${s.type}-button`,key:`toast-${s.type}-button`,class:E([n.buttonStyles.button,n.buttonStyles[`${s.priority}-button`],n.toastStyles["toast-actions-button"]]),onClick:n.callbacks[s.type]},ve(s.name),11,Wp))),128))],2)],2)],2)}const Kp=re($p,[["render",zp]]),In=globalThis.requestIdleCallback||(e=>{const t=Date.now(),i={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(i)},1)}),Qp=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Jp=e=>{const t=ye();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{In(e)}):In(e)};async function Sc(e,t=kt()){const{path:i,matched:a}=t.resolve(e);if(!a.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(i)))return;const n=t._preloadPromises=t._preloadPromises||[];if(n.length>4)return Promise.all(n).then(()=>Sc(e,t));t._routePreloaded.add(i);const l=a.map(s=>{var c;return(c=s.components)==null?void 0:c.default}).filter(s=>typeof s=="function");for(const s of l){const c=Promise.resolve(s()).catch(()=>{}).finally(()=>n.splice(n.indexOf(c)));n.push(c)}await Promise.all(n)}function Gp(e={}){const t=e.path||window.location.pathname;let i={};try{i=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(i==null?void 0:i.path)!==t||(i==null?void 0:i.expires)e.find(t=>t!==void 0),Xp="noopener noreferrer";function Zp(e){const t=e.componentName||"NuxtLink",i=(a,n)=>{if(!a||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return a;const l=e.trailingSlash==="append"?Gr:ll;if(typeof a=="string")return l(a,!0);const s="path"in a?a.path:n(a).path;return{...a,name:void 0,path:l(s,!0)}};return ci({name:t,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},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}},setup(a,{slots:n}){const l=kt(),s=Re(()=>{const h=a.to||a.href||"";return i(h,l.resolve)}),c=Re(()=>a.external||a.target&&a.target!=="_self"?!0:typeof s.value=="object"?!1:s.value===""||ui(s.value,{acceptRelative:!0})),r=We(!1),o=We(null),u=h=>{var g;o.value=a.custom?(g=h==null?void 0:h.$el)==null?void 0:g.nextElementSibling:h==null?void 0:h.$el};if(a.prefetch!==!1&&a.noPrefetch!==!0&&a.target!=="_blank"&&!tf()){const g=ye();let _,f=null;Di(()=>{const y=ef();Jp(()=>{_=In(()=>{var T;(T=o==null?void 0:o.value)!=null&&T.tagName&&(f=y.observe(o.value,async()=>{f==null||f(),f=null;const b=typeof s.value=="string"?s.value:l.resolve(s.value).fullPath;await Promise.all([g.hooks.callHook("link:prefetch",b).catch(()=>{}),!c.value&&Sc(s.value,l).catch(()=>{})]),r.value=!0}))})})}),Hi(()=>{_&&Qp(_),f==null||f(),f=null})}return()=>{var y,T;if(!c.value){const b={ref:u,to:s.value,activeClass:a.activeClass||e.activeClass,exactActiveClass:a.exactActiveClass||e.exactActiveClass,replace:a.replace,ariaCurrentValue:a.ariaCurrentValue,custom:a.custom};return a.custom||(r.value&&(b.class=a.prefetchedClass||e.prefetchedClass),b.rel=a.rel),Xe(ru("RouterLink"),b,n.default)}const h=typeof s.value=="object"?((y=l.resolve(s.value))==null?void 0:y.href)??null:s.value||null,g=a.target||null,_=a.noRel?null:Yp(a.rel,e.externalRelAttribute,h?Xp:"")||null,f=()=>mc(h,{replace:a.replace});return a.custom?n.default?n.default({href:h,navigate:f,get route(){if(!h)return;const b=Vi(h);return{path:b.pathname,fullPath:b.pathname,get query(){return Jr(b.search)},hash:b.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:h}},rel:_,target:g,isExternal:c.value,isActive:!1,isExactActive:!1}):null:Xe("a",{ref:o,href:h,rel:_,target:g},(T=n.default)==null?void 0:T.call(n))}}})}const Fa=Zp({componentName:"NuxtLink"});function ef(){const e=ye();if(e._observer)return e._observer;let t=null;const i=new Map,a=(l,s)=>(t||(t=new IntersectionObserver(c=>{for(const r of c){const o=i.get(r.target);(r.isIntersecting||r.intersectionRatio>0)&&o&&o()}})),i.set(l,s),t.observe(l),()=>{i.delete(l),t.unobserve(l),i.size===0&&(t.disconnect(),t=null)});return e._observer={observe:a}}function tf(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const af={setup(){const{content:e}=we("data");return{route:hi(),content:e}},data(){return{showPortal:!1}},mounted(){this.showPortal=this.content[this.$route.name].notification},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}};function nf(e,t,i,a,n,l){const s=Op,c=Kp;return R(),U(le,null,[(R(!0),U(le,null,He(a.content[a.route.name].sections,r=>(R(),_e(s,{key:r.id,section:r},null,8,["section"]))),128)),(R(),_e(Or,{to:"body"},[a.content[a.route.name].notification?Jn((R(),_e(c,{key:0,"on-close":l.closePortal,"on-accept":l.closePortal,"on-reject":l.closePortal,notification:a.content[a.route.name].notification},null,8,["on-close","on-accept","on-reject","notification"])),[[nl,n.showPortal]]):ke("",!0)]))],64)}const wt=re(af,[["render",nf]]),lf={routes:e=>[{name:"home",path:"/",component:wt},{name:"us",path:"/us",component:wt},{name:"world",path:"/world",component:wt},{name:"politics",path:"/politics",component:wt},{name:"business",path:"/business",component:wt},{name:"opinion",path:"/opinion",component:wt},{name:"health",path:"/health",component:wt},{name:"",path:"/index.html",component:wt}]},sf={scrollBehavior(e,t,i){const a=ye();let n=i||void 0;if(!n&&t&&e&&e.meta.scrollToTop!==!1&&rf(t,e)&&(n={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Cs(e.hash)}}const l=c=>!!(c.meta.pageTransition??qn),s=l(t)&&l(e)?"page:transition:finish":"page:finish";return new Promise(c=>{a.hooks.hookOnce(s,async()=>{await Ut(),e.hash&&(n={el:e.hash,top:Cs(e.hash)}),c(n)})})}};function Cs(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function rf(e,t){const i=e.matched[0]===t.matched[0];return!!(!i||i&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const cf={hashMode:!0},Le={...cf,...sf,...lf},of=kg(async e=>{var r;let t,i;if(!((r=e.meta)!=null&&r.validate))return;const a=ye(),n=kt();if(([t,i]=wa(()=>Promise.resolve(e.meta.validate(e))),t=await t,i(),t)===!0)return;const s=cl({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),c=n.beforeResolve(o=>{if(c(),o===e){const u=n.afterEach(async()=>{u(),await a.runWithContext(()=>Wt(s)),window.history.pushState({},"",e.fullPath)});return!1}})}),uf=[of],Ci={};function hf(e,t){const{pathname:i,search:a,hash:n}=t,l=e.indexOf("#");if(l>-1){const c=n.includes(e.slice(l))?e.slice(l).length:1;let r=n.slice(c);return r[0]!=="/"&&(r="/"+r),Xl(r,"")}return Xl(i,e)+a+n}const df=mt({name:"nuxt:router",enforce:"pre",async setup(e){var y,T;let t,i,a=sl().app.baseURL;Le.hashMode&&!a.includes("#")&&(a+="#");const n=((y=Le.history)==null?void 0:y.call(Le,a))??(Le.hashMode?Gg(a):bc(a)),l=((T=Le.routes)==null?void 0:T.call(Le,Es))??Es;let s;const c=hf(a,window.location),r=Rm({...Le,scrollBehavior:(b,p,q)=>{var w;if(p===nt){s=q;return}return r.options.scrollBehavior=Le.scrollBehavior,(w=Le.scrollBehavior)==null?void 0:w.call(Le,b,nt,s||q)},history:n,routes:l});e.vueApp.use(r);const o=Ti(r.currentRoute.value);r.afterEach((b,p)=>{o.value=p}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>o.value});const u=Ti(r.resolve(c)),h=()=>{u.value=r.currentRoute.value};e.hook("page:finish",h),r.afterEach((b,p)=>{var q,w,A,O;((w=(q=b.matched[0])==null?void 0:q.components)==null?void 0:w.default)===((O=(A=p.matched[0])==null?void 0:A.components)==null?void 0:O.default)&&h()});const g={};for(const b in u.value)g[b]=Re(()=>u.value[b]);e._route=Ze(g),e._middleware=e._middleware||{global:[],named:{}};const _=Na();try{[t,i]=wa(()=>r.isReady()),await t,i()}catch(b){[t,i]=wa(()=>e.runWithContext(()=>Wt(b))),await t,i()}const f=Pg("_layout");return r.beforeEach(async(b,p)=>{var q;b.meta=Ze(b.meta),e.isHydrating&&f.value&&!Ft(b.meta.layout)&&(b.meta.layout=f.value),e._processingMiddleware=!0;{const w=new Set([...uf,...e._middleware.global]);for(const A of b.matched){const O=A.meta.middleware;if(O)if(Array.isArray(O))for(const N of O)w.add(N);else w.add(O)}for(const A of w){const O=typeof A=="string"?e._middleware.named[A]||await((q=Ci[A])==null?void 0:q.call(Ci).then(x=>x.default||x)):A;if(!O)throw new Error(`Unknown route middleware: '${A}'.`);const N=await e.runWithContext(()=>O(b,p));if(!e.payload.serverRendered&&e.isHydrating&&(N===!1||N instanceof Error)){const x=N||En({statusCode:404,statusMessage:`Page Not Found: ${c}`});return await e.runWithContext(()=>Wt(x)),!1}if(N||N===!1)return N}}}),r.onError(()=>{delete e._processingMiddleware}),r.afterEach(async(b,p,q)=>{delete e._processingMiddleware,!e.isHydrating&&_.value&&await e.runWithContext(Cg),b.matched.length===0&&await e.runWithContext(()=>Wt(En({statusCode:404,fatal:!1,statusMessage:`Page not found: ${b.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await r.replace({...r.resolve(c),name:void 0,force:!0}),r.options.scrollBehavior=Le.scrollBehavior}catch(b){await e.runWithContext(()=>Wt(b))}}),{provide:{router:r}}}},1),sa={},gf=mt({name:"nuxt:prefetch",setup(e){const t=kt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async i=>{var n;const a=(n=i==null?void 0:i.meta)==null?void 0:n.layout;a&&typeof sa[a]=="function"&&await sa[a]()})}),e.hooks.hook("link:prefetch",i=>{var s,c,r,o;if(ui(i))return;const a=t.resolve(i);if(!a)return;const n=(s=a==null?void 0:a.meta)==null?void 0:s.layout;let l=Array.isArray((c=a==null?void 0:a.meta)==null?void 0:c.middleware)?(r=a==null?void 0:a.meta)==null?void 0:r.middleware:[(o=a==null?void 0:a.meta)==null?void 0:o.middleware];l=l.filter(u=>typeof u=="string");for(const u of l)typeof Ci[u]=="function"&&Ci[u]();n&&typeof sa[n]=="function"&&sa[n]()})}}),mf=mt({name:"nuxt:chunk-reload",setup(e){const t=kt(),i=sl(),a=new Set;t.beforeEach(()=>{a.clear()}),e.hook("app:chunkError",({error:n})=>{a.add(n)}),t.onError((n,l)=>{if(a.has(n)){const c="href"in l&&l.href.startsWith("#")?i.app.baseURL+l.href:Bi(i.app.baseURL,l.fullPath);Gp({path:c,persistState:!0})}})}}),pf=mt({name:"nuxt:payload",setup(e){_g()&&(e.hooks.hook("link:prefetch",async t=>{Vi(t).protocol||await cs(t)}),kt().beforeResolve(async(t,i)=>{if(t.path===i.path)return;const a=await cs(t.path);a&&Object.assign(e.static.data,a.data)}))}}),ff=mt({order:-40,setup(e){e.$config.app.baseURL=window.location.pathname.replace(/\/dist\/(.*)/,"/dist/"),e.$config.app.cdnURL="/"}}),bf=[Sg,Tg,Ig,df,gf,mf,pf,ff],_f=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,i=>{var a;return((a=e.params[i.slice(1)])==null?void 0:a.toString())||""}),vf=(e,t)=>{const i=e.route.matched.find(n=>{var l;return((l=n.components)==null?void 0:l.default)===e.Component.type}),a=t??(i==null?void 0:i.meta.key)??(i&&_f(e.route,i));return typeof a=="function"?a(e.route):a},wf=(e,t)=>({default:()=>e?Xe(eu,e===!0?{}:e,t):t}),yf=(e,t,i)=>(t=t===!0?{}:t,{default:()=>{var a;return t?Xe(e,t,i):(a=i.default)==null?void 0:a.call(i)}}),jf=ci({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const i=ye();return()=>Xe(Ec,{name:e.name,route:e.route,...t},{default:a=>{if(!a.Component)return;const n=vf(a,e.pageKey),l=i.deferHydration(),s=!!(e.transition??a.route.meta.pageTransition??qn),c=s&&qf([e.transition,a.route.meta.pageTransition,qn,{onAfterLeave:()=>{i.callHook("page:transition:finish",a.Component)}}].filter(Boolean));return yf(al,s&&c,wf(e.keepalive??a.route.meta.keepalive??mg,Xe(hr,{suspensible:!0,onPending:()=>i.callHook("page:start",a.Component),onResolve:()=>{Ut(()=>i.callHook("page:finish",a.Component).finally(l))}},{default:()=>Xe(Pf,{key:n,routeProps:a,pageKey:n,hasTransition:s})}))).default()}})}});function xf(e){return Array.isArray(e)?e:e?[e]:[]}function qf(e){const t=e.map(i=>({...i,onAfterLeave:xf(i.onAfterLeave)}));return jg(...t)}const Pf=ci({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,i=e.routeProps.route,a={};for(const n in e.routeProps.route)a[n]=Re(()=>t===e.pageKey?e.routeProps.route[n]:i[n]);return Ot("_route",Ze(a)),()=>Xe(e.routeProps.Component)}}),kf={},Ef={viewBox:"0 0 469 64",width:"469",height:"64"},Cf=P("title",null,"The Daily Broadcast",-1),Af=P("path",{d:"m16.7 56h-10.3v-41.7h-6.1v-9.9h22.5v9.9h-6.1zm19.6 0h-10.8v-51.5h10.8v12q0.8-2.5 2.6-3.7 1.8-1.2 4.1-1.2 4.6 0 6.7 2.9 2 2.9 2 7.7v33.8h-10.6v-33.1q0-1.5-0.6-2.4-0.6-0.9-1.9-0.9-1 0-1.7 1-0.6 0.9-0.6 2.2zm31.8 0.5q-4.6 0-7.4-1.8-2.8-1.8-4-5.1-1.2-3.3-1.2-7.9v-17.7q0-6.1 3.5-9.3 3.5-3.1 9.7-3.1 12.6 0 12.6 12.4v3.2q0 5.8-0.1 7.8h-15.2v8.5q0 1.2 0.1 2.3 0.2 1.1 0.7 1.8 0.5 0.8 1.6 0.8 1.7 0 2.1-1.4 0.4-1.5 0.4-3.8v-4.2h10.4v2.5q0 4.9-1.2 8.3-1.2 3.3-4.1 5-2.9 1.7-7.9 1.7zm-2.2-32.7v6h5v-6q0-2.3-0.6-3.3-0.6-1.1-1.8-1.1-1.2 0-1.9 1-0.7 1-0.7 3.4zm47.3 32.2h-13.8v-51.6h14.1q5.6 0 8.4 3.1 2.8 3.1 2.8 9.1v24.1q0 7.3-2.5 11.3-2.6 4-9 4zm-3.5-42.6v33.5h1.8q2.9 0 2.9-2.8v-26.6q0-2.6-0.7-3.3-0.7-0.8-2.8-0.8zm27 43.1q-3.6 0-5.6-1.7-1.9-1.7-2.6-4.7-0.7-3-0.7-6.7 0-4 0.8-6.6 0.8-2.6 2.7-4.2 1.9-1.6 5.3-2.8l6.5-2.2v-4.5q0-3.6-2.3-3.6-2.1 0-2.1 2.9v2.7h-10.2q0-0.3 0-0.6 0-0.4 0-0.9 0-6.5 3-9.3 3.1-2.7 9.9-2.7 3.5 0 6.3 1.2 2.7 1.3 4.3 3.7 1.7 2.4 1.7 6v33.5h-10.4v-5.2q-0.8 2.7-2.6 4.2-1.7 1.5-4 1.5zm4.2-8.2q1.2 0 1.7-1.1 0.5-1.1 0.5-2.3v-12.3q-2.2 0.9-3.4 2.3-1.2 1.3-1.2 3.9v5.6q0 3.9 2.4 3.9zm27.3-39h-10.5v-8.7h10.5zm0 46.7h-10.5v-44h10.5zm14.8 0h-10.7v-51.6h10.7zm15.2 7.4h-11.8v-6.7h5q1.1 0 1.1-0.8 0-0.4-0.1-0.8l-6.8-43h10l2.9 32.3 3.5-32.3h10.1l-8.1 46.2q-0.5 2.5-1.7 3.8-1.3 1.3-4.1 1.3zm44.9-7.4h-14v-51.5h14q5.6 0 8.1 2.7 2.6 2.8 2.6 9.1v2.2q0 3.7-1.3 5.9-1.3 2.3-3.9 3 3.4 0.8 4.6 4.1 1.2 3.2 1.2 7.9 0 5-0.9 8.7-1 3.8-3.4 5.9-2.5 2-7 2zm-3.9-43.5v11.4h2.1q1.4 0 1.8-1.1 0.4-1.1 0.4-2.7v-5.2q0-2.4-2.2-2.4zm1.1 34.5q4 0 4-3.8v-6.5q0-2.2-0.7-3.4-0.6-1.3-2.5-1.3h-1.9v14.9q0.7 0.1 1.1 0.1zm28.1 9h-10.7v-43.9h10.7v4.9q0.7-2.6 2.7-4 1.9-1.4 4.8-1.4v8.7q-1.3 0-3.1 0.3-1.7 0.3-3.1 0.8-1.3 0.5-1.3 1zm22.9 0.5q-13.1 0-13.1-13.6v-17.6q0-6.3 3.4-9.9 3.5-3.8 9.7-3.8 6.2 0 9.6 3.8 3.5 3.6 3.5 9.9v17.6q0 13.6-13.1 13.6zm0-8.1q1.3 0 1.9-0.9 0.5-1 0.5-2.4v-21.5q0-3.9-2.4-3.9-2.5 0-2.5 3.9v21.5q0 1.4 0.6 2.4 0.6 0.9 1.9 0.9zm25 8.1q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.7-3-0.7-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 1.9-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q-0.1-0.2-0.1-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.7 2.4 1.7 6v33.4h-10.5v-5.2q-0.7 2.8-2.5 4.3-1.7 1.4-4 1.4zm4.1-8.1q1.3 0 1.8-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.3 3.9zm25.5 8.1q-3 0-4.8-1.1-1.8-1.1-2.7-3.1-0.8-1.9-1.1-4.6-0.3-2.6-0.3-5.6v-19.1q0-5.1 1.8-8.2 1.8-3.2 6.1-3.2 3.2 0 4.9 1.4 1.7 1.4 2.7 3.8v-12.3h10.6v51.5h-10.6v-4.6q-0.9 2.4-2.4 3.7-1.4 1.4-4.2 1.4zm4.1-8.2q1.5 0 1.9-1.2 0.6-1.2 0.6-4.3v-18.5q0-1.5-0.5-3-0.4-1.6-2-1.6-1.7 0-2.1 1.5-0.5 1.4-0.5 3.1v18.5q0 5.5 2.6 5.5zm30.4 8.2q-7.4 0-10.5-3.8-3.1-3.7-3.1-11.1v-13.5q0-5.5 1.2-9.2 1.2-3.6 4.1-5.5 2.9-1.8 8.1-1.8 3.7 0 6.6 1.3 2.9 1.3 4.5 3.8 1.7 2.5 1.7 6.1v6.7h-10.7v-6.1q0-1.6-0.4-2.6-0.5-1.1-1.9-1.1-2.6 0-2.6 3.7v21.3q0 1.4 0.6 2.5 0.6 1.1 1.9 1.1 1.4 0 1.9-1.1 0.6-1.1 0.6-2.6v-7.3h10.6v7.6q0 3.7-1.6 6.3-1.7 2.6-4.5 3.9-2.8 1.4-6.5 1.4zm24.3 0q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.8-3-0.8-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 2-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q0-0.2 0-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.6 2.4 1.6 6v33.4h-10.4v-5.2q-0.8 2.8-2.5 4.3-1.8 1.4-4 1.4zm4.1-8.1q1.3 0 1.7-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.4 3.9zm28.9 8.1q-13 0-13-13.2v-3.5h10.5v5.2q0 1.5 0.6 2.3 0.6 0.9 1.9 0.9 2.3 0 2.3-3.4 0-2.9-1.2-4.3-1.2-1.4-2.9-2.8l-5.6-4.3q-2.7-2-4.1-4.3-1.3-2.3-1.3-6.4 0-3.7 1.8-6.2 1.8-2.5 4.7-3.7 3-1.2 6.5-1.2 12.8 0 12.8 12.8v0.8h-10.9v-1.7q0-1.3-0.5-2.5-0.4-1.3-1.7-1.3-2.2 0-2.2 2.4 0 2.4 1.8 3.7l6.5 4.8q3.1 2.2 5.1 5.2 2.1 3 2.1 8 0 6.2-3.5 9.5-3.5 3.2-9.7 3.2zm25.5 0q-4.3 0-5.8-1.8-1.4-1.8-1.4-5.5v-27.4h-3v-8h3v-9.3h10.1v9.3h3v8h-3v24.9q0 1.1 0.4 1.6 0.4 0.4 1.3 0.4 0.8 0 1.3-0.1v7.1q-0.3 0.1-2.2 0.5-1.8 0.3-3.7 0.3z"},null,-1),Sf=[Cf,Af];function Tf(e,t){return R(),U("svg",Ef,Sf)}const If=re(kf,[["render",Tf]]),Rf={"page-header":"_page-header_1cxgx_1","page-header-title":"_page-header-title_1cxgx_15"},Nf={data(){return{styles:Rf}}};function Mf(e,t,i,a,n,l){const s=If,c=Fa;return R(),U("header",{class:E(n.styles["page-header"])},[V(c,{to:"/",class:E(n.styles["page-header-title"])},{default:et(()=>[V(s)]),_:1},8,["class"])],2)}const Of=re(Nf,[["render",Mf]]),Lf={},Ff={width:"24",height:"24",viewBox:"0 0 24 24"},Uf=P("title",null,"Logo Icon",-1),Df=P("path",{d:"M2 24h2.948c1-.923 2.004-2 3.55-2 1.547 0 2.55 1.077 3.55 2h2.948l-6.498-6-6.498 6zm20-8.042c0 3.269-5.858 3.387-9.787 1.79-6.835-2.779-9.629-9.79-7.817-15.17.84-2.496 1.852-3.84 6.333-.922 1.101.716 2.27 1.649 3.437 2.722l-1.72 1.152c-7.717-7.009-6.992-2.036-.983 4.55 5.858 6.417 11.668 8.615 5.767.717l1.199-1.745c1.223 1.634 3.571 4.873 3.571 6.906zm-1.026-12.437c-.004.829-.68 1.497-1.508 1.492-.225-.001-.436-.056-.628-.146l-3.829 5.646c-.784-.555-1.994-1.768-2.548-2.554l5.682-3.77c-.104-.207-.169-.437-.168-.684.005-.829.68-1.497 1.507-1.492.828.005 1.497.68 1.492 1.508z"},null,-1),Hf=[Uf,Df];function $f(e,t){return R(),U("svg",Ff,Hf)}const Bf=re(Lf,[["render",$f]]),Vf="_navbar_19jec_1",Wf="_active_19jec_113",hl={navbar:Vf,"navbar-toggle":"_navbar-toggle_19jec_1","navbar-label":"_navbar-label_19jec_19","navbar-label-icon":"_navbar-label-icon_19jec_33","navbar-content":"_navbar-content_19jec_54","navbar-list":"_navbar-list_19jec_60","navbar-item":"_navbar-item_19jec_69","navbar-dropdown-item":"_navbar-dropdown-item_19jec_81",active:Wf,"navbar-active-path":"_navbar-active-path_19jec_120","navbar-icons":"_navbar-icons_19jec_124"},zf={props:{label:String,url:String,callback:Function,id:String},data(){return{styles:hl}}};function Kf(e,t,i,a,n,l){const s=Fa;return R(),_e(s,{id:i.id,"active-class":n.styles.active,to:i.url,onClick:i.callback},{default:et(()=>[oi(ve(i.label),1)]),_:1},8,["id","active-class","to","onClick"])}const Qf=re(zf,[["render",Kf]]),Jf="_dropdown_q5jug_1",Gf={dropdown:Jf,"dropdown-toggle":"_dropdown-toggle_q5jug_8","dropdown-label":"_dropdown-label_q5jug_21","dropdown-label-text":"_dropdown-label-text_q5jug_44","dropdown-content":"_dropdown-content_q5jug_58"},Yf={props:{animatedIconClass:String},setup(){const{buttons:e}=we("data");return{buttons:e}},data(){return{styles:Gf,isOpen:!1}},methods:{closeDropdown(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},Xf=["checked"],Zf=P("span",{class:"animated-icon-inner",title:"Arrow Icon"},[P("span"),P("span")],-1),e0=[Zf];function t0(e,t,i,a,n,l){return R(),U("div",{class:E(n.styles.dropdown)},[P("input",{id:"navbar-dropdown-toggle",type:"checkbox",class:E(n.styles["dropdown-toggle"]),checked:n.isOpen,onChange:t[0]||(t[0]=(...s)=>l.handleChange&&l.handleChange(...s))},null,42,Xf),P("label",{for:"navbar-dropdown-toggle",class:E(n.styles["dropdown-label"])},[P("span",{class:E(n.styles["dropdown-label-text"])},ve(a.buttons.more.label),3),P("div",{class:E(["animated-icon","arrow-icon","arrow",i.animatedIconClass])},e0,2)],2),P("ul",{class:E(n.styles["dropdown-content"]),onClick:t[1]||(t[1]=(...s)=>l.closeDropdown&&l.closeDropdown(...s))},[Yn(e.$slots,"default")],2)],2)}const i0=re(Yf,[["render",t0]]),a0={props:{callback:Function,id:String},setup(){const{content:e}=we("data"),t=[],i=[];return Object.keys(e).forEach(n=>{e[n].priority===1?t.push(n):e[n].priority===2&&i.push(n)}),{route:hi(),content:e,navItems:t,dropdownItems:i}},data(){return{styles:hl}}};function n0(e,t,i,a,n,l){const s=Qf,c=i0;return R(),U("ul",{class:E(n.styles["navbar-list"])},[(R(!0),U(le,null,He(a.navItems,r=>(R(),U("li",{key:r,class:E(n.styles["navbar-item"])},[V(s,{id:`${i.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:i.callback},null,8,["id","label","url","callback"])],2))),128)),a.dropdownItems.length>0?(R(),U("li",{key:0,class:E(n.styles["navbar-item"])},[V(c,{"animated-icon-class":n.styles["navbar-label-icon"]},{default:et(()=>[(R(!0),U(le,null,He(a.dropdownItems,r=>(R(),U("li",{key:r,class:E([n.styles["navbar-item"],n.styles["navbar-dropdown-item"]])},[V(s,{id:`${i.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:i.callback},null,8,["id","label","url","callback"])],2))),128))]),_:1},8,["animated-icon-class"])],2)):ke("",!0)],2)}const l0=re(a0,[["render",n0]]),s0={},r0={width:"24",height:"24",viewBox:"0 0 24 24"},c0=P("title",null,"Facebook Icon",-1),o0=P("path",{d:"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"},null,-1),u0=[c0,o0];function h0(e,t){return R(),U("svg",r0,u0)}const d0=re(s0,[["render",h0]]),g0={},m0={width:"24",height:"24",viewBox:"0 0 24 24"},p0=P("title",null,"Instagram Icon",-1),f0=P("path",{d:"M11.984 16.815c2.596 0 4.706-2.111 4.706-4.707 0-1.409-.623-2.674-1.606-3.538-.346-.303-.735-.556-1.158-.748-.593-.27-1.249-.421-1.941-.421s-1.349.151-1.941.421c-.424.194-.814.447-1.158.749-.985.864-1.608 2.129-1.608 3.538 0 2.595 2.112 4.706 4.706 4.706zm.016-8.184c1.921 0 3.479 1.557 3.479 3.478 0 1.921-1.558 3.479-3.479 3.479s-3.479-1.557-3.479-3.479c0-1.921 1.558-3.478 3.479-3.478zm5.223.369h6.777v10.278c0 2.608-2.114 4.722-4.722 4.722h-14.493c-2.608 0-4.785-2.114-4.785-4.722v-10.278h6.747c-.544.913-.872 1.969-.872 3.109 0 3.374 2.735 6.109 6.109 6.109s6.109-2.735 6.109-6.109c.001-1.14-.327-2.196-.87-3.109zm2.055-9h-12.278v5h-1v-5h-1v5h-1v-4.923c-.346.057-.682.143-1 .27v4.653h-1v-4.102c-1.202.857-2 2.246-2 3.824v3.278h7.473c1.167-1.282 2.798-2 4.511-2 1.722 0 3.351.725 4.511 2h7.505v-3.278c0-2.608-2.114-4.722-4.722-4.722zm2.722 5.265c0 .406-.333.735-.745.735h-2.511c-.411 0-.744-.329-.744-.735v-2.53c0-.406.333-.735.744-.735h2.511c.412 0 .745.329.745.735v2.53z"},null,-1),b0=[p0,f0];function _0(e,t){return R(),U("svg",m0,b0)}const v0=re(g0,[["render",_0]]),w0={},y0={width:"24",height:"24",viewBox:"0 0 24 24"},j0=P("title",null,"Twitter Icon",-1),x0=P("path",{d:"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"},null,-1),q0=[j0,x0];function P0(e,t){return R(),U("svg",y0,q0)}const k0=re(w0,[["render",P0]]),Tc={"icons-group":"_icons-group_9dqku_1","icons-group-list":"_icons-group-list_9dqku_5","icons-group-item":"_icons-group-item_9dqku_14","group-icon":"_group-icon_9dqku_28","group-icon-small":"_group-icon-small_9dqku_33","group-icon-medium":"_group-icon-medium_9dqku_38"},E0={props:{callback:Function,id:String},setup(){const{links:e}=we("data");return{links:e}},data(){return{styles:Tc}}},C0=["id","href"],A0=["id","href"],S0=["id","href"];function T0(e,t,i,a,n,l){const s=d0,c=v0,r=k0;return R(),U("div",{class:E(n.styles["icons-group"])},[P("ul",{class:E(n.styles["icons-group-list"])},[P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-facebook`,href:a.links.social.facebook.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(s)],2)],8,C0)],2),P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-instagram`,href:a.links.social.instagram.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(c)],2)],8,A0)],2),P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-twitter`,href:a.links.social.twitter.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(r)],2)],8,S0)],2)],2)],2)}const Ic=re(E0,[["render",T0]]),Rc={"page-navigation":"_page-navigation_1gp5f_1","page-navigation-row":"_page-navigation-row_1gp5f_24","page-navigation-column-left":"_page-navigation-column-left_1gp5f_38","page-navigation-column-right":"_page-navigation-column-right_1gp5f_39","page-navigation-logo":"_page-navigation-logo_1gp5f_47","page-navigation-button":"_page-navigation-button_1gp5f_66","nav-button":"_nav-button_1gp5f_80"};function an(){const e=window.innerHeight*.01;document.documentElement.style.setProperty("--vh",`${e}px`)}const I0={props:{callback:Function},setup(){const{content:e}=we("data");return{route:hi(),content:e}},data(){return{navbarStyles:hl,navStyles:Rc,isOpen:!1}},mounted(){an(),window.addEventListener("resize",an)},unmounted(){window.removeEventListener("resize",an)},methods:{handleClick(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},R0=["id","checked"],N0=["for"],M0=P("span",{class:"visually-hidden"},"Navbar Toggle",-1),O0=P("span",{class:"animated-icon-inner"},[P("span"),P("span"),P("span")],-1),L0=[O0];function F0(e,t,i,a,n,l){var o;const s=Bf,c=l0,r=Ic;return R(),U("div",{class:E(n.navbarStyles.navbar)},[P("input",{id:n.navbarStyles["navbar-toggle"],type:"checkbox",checked:n.isOpen,onChange:t[0]||(t[0]=(...u)=>l.handleChange&&l.handleChange(...u))},null,40,R0),P("label",{for:n.navbarStyles["navbar-toggle"],class:E(n.navbarStyles["navbar-label"])},[M0,P("div",{class:E([n.navbarStyles["navbar-label-icon"],"animated-icon","hamburger-icon"]),title:"Hamburger Icon"},L0,2)],10,N0),P("button",{id:"home-link",class:E(n.navStyles["page-navigation-logo"]),onClick:t[1]||(t[1]=(...u)=>i.callback&&i.callback(...u))},[V(s)],2),P("div",{class:E(n.navbarStyles["navbar-active-path"])},ve(((o=a.content[a.route.path.split("/")[1]])==null?void 0:o.name)??""),3),P("div",{class:E(n.navbarStyles["navbar-content"])},[V(c,{id:"navbar-navlist",callback:l.handleClick},null,8,["callback"]),P("div",{class:E(n.navbarStyles["navbar-icons"])},[V(r,{id:"navbar-social-icons"})],2)],2)],2)}const U0=re(I0,[["render",F0]]),D0={setup(){const{buttons:e}=we("data");return{buttons:e}},data(){return{navStyles:Rc,buttonStyles:Ac}},methods:{logIn(){console.log("logIn clicked!")},openSitemap(){mc("/")}}};function H0(e,t,i,a,n,l){const s=U0;return R(),U("nav",{class:E(n.navStyles["page-navigation"]),"aria-label":"main menu"},[P("div",{class:E(n.navStyles["page-navigation-row"])},[P("div",{class:E(n.navStyles["page-navigation-column-left"])},[V(s,{callback:l.openSitemap},null,8,["callback"])],2),P("div",{class:E(n.navStyles["page-navigation-column-right"])},[P("button",{id:"login-button",class:E([n.buttonStyles.button,n.buttonStyles["secondary-button"],n.navStyles["nav-button"]]),onClick:t[0]||(t[0]=(...c)=>l.logIn&&l.logIn(...c))},ve(a.buttons.login.label),3)],2)],2)],2)}const $0=re(D0,[["render",H0]]),B0="_message_7ak19_1",V0="_open_7ak19_23",W0={message:B0,open:V0,"message-close-button":"_message-close-button_7ak19_30","message-close-button-icon":"_message-close-button-icon_7ak19_42","message-header":"_message-header_7ak19_49","message-body":"_message-body_7ak19_60","message-description":"_message-description_7ak19_67"},z0={props:{onClose:Function,message:Object},data(){return{styles:W0}}},K0=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),Q0=[K0];function J0(e,t,i,a,n,l){return R(),U("div",{class:E([n.styles.message,n.styles.open])},[P("button",{id:"close-message-link",class:E(n.styles["message-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...s)=>i.onClose&&i.onClose(...s))},[P("div",{class:E([n.styles["message-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Q0,2)],2),i.message.title?(R(),U("header",{key:0,class:E(n.styles["message-header"])},[P("h2",null,ve(i.message.title),1)],2)):ke("",!0),P("section",{class:E(n.styles["message-body"])},[P("div",{class:E(n.styles["message-description"])},ve(i.message.description),3)],2)],2)}const G0=re(z0,[["render",J0]]),Y0={data(){return{styles:Wi}}};function X0(e,t,i,a,n,l){return R(),U("main",{class:E(n.styles["page-main"])},[Yn(e.$slots,"default")],2)}const Z0=re(Y0,[["render",X0]]),e2="_sitemap_heahz_1",t2="_active_heahz_21",i2={sitemap:e2,active:t2,"sitemap-list":"_sitemap-list_heahz_27","sitemap-item":"_sitemap-item_heahz_35","sitemap-header":"_sitemap-header_heahz_40","sitemap-sublist":"_sitemap-sublist_heahz_46","sitemap-subitem":"_sitemap-subitem_heahz_52"},a2={props:{onClick:Function},setup(){const{content:e}=we("data"),i=Object.keys(e).reduce((a,n)=>(a.push(n),a),[]);return{content:e,navItems:i}},data(){return{styles:i2}}};function n2(e,t,i,a,n,l){const s=Fa;return R(),U("div",{class:E(n.styles.sitemap)},[P("ul",{class:E(n.styles["sitemap-list"])},[(R(!0),U(le,null,He(a.navItems,c=>(R(),U("li",{key:`sitemap-page-${a.content[c].name}`,class:E(n.styles["sitemap-item"])},[V(s,{to:a.content[c].url,"active-class":n.styles.active},{default:et(()=>[P("h4",{class:E(n.styles["sitemap-header"])},ve(a.content[c].name),3)]),_:2},1032,["to","active-class"]),P("ul",{class:E(n.styles["sitemap-sublist"])},[(R(!0),U(le,null,He(a.content[c].sections,r=>(R(),U("li",{key:`sitemap-section${r.id}`,class:E(n.styles["sitemap-subitem"])},[V(s,{to:`${a.content[c].url}#${r.id}`},{default:et(()=>[oi(ve(r.name),1)]),_:2},1032,["to"])],2))),128))],2)],2))),128))],2)],2)}const l2=re(a2,[["render",n2]]),s2={},r2={id:"ayy1-icon","clip-rule":"evenodd","fill-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2",viewBox:"0 0 24 24"},c2=P("title",null,"Accessibility Icon",-1),o2=P("path",{d:"m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm4.044 5.607c-.235 0-1.892.576-4.044.576-2.166 0-3.791-.576-4.044-.576-.379 0-.687.308-.687.687 0 .318.225.599.531.669.613.16 1.261.293 1.756.542.459.231.781.566.781 1.14 0 2.027-1.326 3.92-1.86 4.817 0 0 0 0-.001.001-.06.105-.092.224-.092.344 0 .379.308.687.688.687.183 0 .357-.072.488-.204.447-.449 1.333-1.784 1.738-2.429.201-.319.396-.621.706-.622.302.001.498.303.698.622.405.645 1.291 1.98 1.738 2.429.13.132.304.204.489.204.379 0 .687-.308.687-.687 0-.119-.031-.237-.098-.353 0-.001-.001-.001-.001-.002-.547-.919-1.854-2.778-1.854-4.807 0-.609.369-.956.851-1.186.519-.247 1.167-.362 1.682-.495.31-.071.536-.352.536-.67 0-.379-.309-.687-.688-.687zm-4.03-3.113c-.875 0-1.587.713-1.587 1.593 0 .879.712 1.592 1.587 1.592.876 0 1.586-.713 1.586-1.592 0-.88-.71-1.593-1.586-1.593z","fill-rule":"nonzero"},null,-1),u2=[c2,o2];function h2(e,t){return R(),U("svg",r2,u2)}const d2=re(s2,[["render",h2]]),g2={props:{callback:Function,id:String},data(){return{styles:Tc}}},m2=["id"];function p2(e,t,i,a,n,l){const s=d2;return R(),U("div",{class:E(n.styles["icons-group"])},[P("ul",{class:E(n.styles["icons-group-list"])},[P("li",{class:E(n.styles["icons-group-item"])},[P("button",{id:`${i.id}-a11y`,onClick:t[0]||(t[0]=(...c)=>i.callback&&i.callback(...c))},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-medium"]])},[V(s)],2)],8,m2)],2)],2)],2)}const f2=re(g2,[["render",p2]]),b2="_label_12a70_26",_2={"toggle-outer":"_toggle-outer_12a70_1","toggle-description":"_toggle-description_12a70_13","toggle-container":"_toggle-container_12a70_17",label:b2,switch:"_switch_12a70_36"},v2={props:{id:String,label:String,onChange:Function,checked:Boolean},data(){return{styles:_2,isSelected:!1}},mount(){this.isSelected=this.checked},methods:{handleChange(e){this.isSelected=e.target.checked,this.onChange(e)}}},w2=["for"],y2=["id","checked"],j2={class:"visually-hidden"};function x2(e,t,i,a,n,l){return R(),U("div",{class:E(n.styles["toggle-outer"])},[P("div",{class:E(n.styles["toggle-description"])},ve(i.label),3),P("div",{class:E(n.styles["toggle-container"])},[P("label",{class:E(n.styles.label),for:`${i.id}-toggle`},[P("input",{id:`${i.id}-toggle`,type:"checkbox",checked:n.isSelected,onChange:t[0]||(t[0]=(...s)=>l.handleChange&&l.handleChange(...s))},null,40,y2),P("span",{class:E(n.styles.switch)},null,2),P("div",j2,"selected: "+ve(n.isSelected?"true":"false"),1)],10,w2)],2)],2)}const q2=re(v2,[["render",x2]]),P2="_dialog_1b8ms_1",k2="_open_1b8ms_21",E2={dialog:P2,open:k2,"dialog-close-button":"_dialog-close-button_1b8ms_28","dialog-close-button-icon":"_dialog-close-button-icon_1b8ms_40","dialog-header":"_dialog-header_1b8ms_47","dialog-body":"_dialog-body_1b8ms_58","dialog-item":"_dialog-item_1b8ms_65"},C2={props:{onClose:Function},setup(){const{settings:e}=we("data");return{settings:e}},data(){return{styles:E2,reduceMotion:!1}},mounted(){this.reduceMotion=document.documentElement.classList.contains("reduced-motion")},methods:{toggleMotion(e){this.reduceMotion=e.target.checked,e.target.checked?document.documentElement.classList.add("reduced-motion"):document.documentElement.classList.remove("reduced-motion")}}},A2=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),S2=[A2];function T2(e,t,i,a,n,l){const s=q2;return R(),U("div",{id:"settings",class:E([n.styles.dialog,n.styles.open])},[P("button",{id:"close-dialog-link",class:E(n.styles["dialog-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...c)=>i.onClose&&i.onClose(...c))},[P("div",{class:E([n.styles["dialog-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},S2,2)],2),P("header",{class:E(n.styles["dialog-header"])},[P("h2",null,ve(a.settings.header),1)],2),P("section",{class:E(n.styles["dialog-body"])},[P("div",{class:E(n.styles["dialog-item"])},[V(s,{id:"motion",label:a.settings.items.motion.label,"on-change":l.toggleMotion,checked:n.reduceMotion},null,8,["label","on-change","checked"])],2)],2)],2)}const I2=re(C2,[["render",T2]]),R2={"page-footer":"_page-footer_18lt6_1","footer-row":"_footer-row_18lt6_26","footer-column-left":"_footer-column-left_18lt6_44","footer-column-center":"_footer-column-center_18lt6_45","footer-column-right":"_footer-column-right_18lt6_46","footer-links":"_footer-links_18lt6_66","footer-links-list":"_footer-links-list_18lt6_66","footer-links-item":"_footer-links-item_18lt6_75"},N2={setup(){const{footer:e,links:t}=we("data");return{footer:e,links:t}},data(){return{styles:R2,showPortal:!1}},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}},M2=["id","href"];function O2(e,t,i,a,n,l){const s=l2,c=Ic,r=f2,o=I2;return R(),U(le,null,[P("footer",{class:E(n.styles["page-footer"])},[P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-center"])},[V(s)],2)],2),P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-center"])},[P("div",{class:E(n.styles["footer-links"])},[P("ul",{class:E(n.styles["footer-links-list"])},[(R(!0),U(le,null,He(a.links.legal,(u,h)=>(R(),U("li",{key:`footer-links-item-${h}`,class:E(n.styles["footer-links-item"])},[P("a",{id:`footer-link-${h}`,href:u.href,class:E(n.styles["footer-link"])},ve(u.label),11,M2)],2))),128))],2)],2)],2)],2),P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-left"])},[V(c,{id:"footer-social-icons"})],2),P("div",{class:E(n.styles["footer-column-center"])},"© "+ve(new Date().getFullYear())+" No Rights Reserved",3),P("div",{class:E(n.styles["footer-column-right"])},[V(r,{id:"footer-settings-icons",callback:l.openPortal},null,8,["callback"])],2)],2)],2),(R(),_e(Or,{to:"body"},[Jn(V(o,{"on-close":l.closePortal},null,8,["on-close"]),[[nl,n.showPortal]])]))],64)}const L2=re(N2,[["render",O2]]),F2={__name:"Layout",setup(e){const t=We(!1),i=hi(),{content:a,links:n}=we("data");Di(()=>{t.value=a[i.name].message});const l=()=>{t.value=!1};return(s,c)=>{const r=Fa,o=Of,u=$0,h=G0,g=Z0,_=L2;return R(),U(le,null,[V(r,{to:`${pe(i).path}#content`,class:"skip-link"},{default:et(()=>[oi(ve(pe(n).a11y.skip.label),1)]),_:1},8,["to"]),P("div",{id:"page",class:E(pe(Wi).page)},[V(o),V(u),pe(a)[pe(i).name].message?Jn((R(),_e(h,{key:0,"on-close":l,message:pe(a)[pe(i).name].message},null,8,["message"])),[[nl,t.value]]):ke("",!0),V(g,null,{default:et(()=>[Yn(s.$slots,"default")]),_:3}),V(_)],2)],64)}}},U2={home:{name:"Front Page",url:"/",priority:0,notification:{name:"cookies",title:"This website uses cookies 🍪",description:"We use cookies to improve your experience on our site and to show you the most relevant content possible. To find out more, please read our privacy policy and our cookie policy.",actions:[{name:"Cancel",priority:"secondary",type:"reject"},{name:"Accept",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"Breaking News",articles:[{class:"columns-3-narrow",header:"Uncensored",url:"#",image:{src:"placeholder_light.jpg",alt:"Placeholder",width:"1280",height:"720"},meta:{captions:"Photo taken by someone."},title:"Nisl nunc mi ipsum faucibus vitae aliquet.",type:"text",content:`Velit dignissim sodales ut eu. Sed tempus urna et pharetra. Porttitor rhoncus dolor purus non. Elementum curabitur vitae nunc sed velit dignissim sodales. + */const Vt=typeof window<"u";function Rm(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const he=Object.assign;function Za(e,t){const i={};for(const a in t){const n=t[a];i[a]=tt(n)?n.map(e):e(n)}return i}const ki=()=>{},tt=Array.isArray,Nm=/\/$/,Mm=e=>e.replace(Nm,"");function en(e,t,i="/"){let a,n={},l="",s="";const c=t.indexOf("#");let r=t.indexOf("?");return c=0&&(r=-1),r>-1&&(a=t.slice(0,r),l=t.slice(r+1,c>-1?c:t.length),n=e(l)),c>-1&&(a=a||t.slice(0,c),s=t.slice(c,t.length)),a=Um(a??t,i),{fullPath:a+(l&&"?")+l+s,path:a,query:n,hash:s}}function Om(e,t){const i=t.query?e(t.query):"";return t.path+(i&&"?")+i+(t.hash||"")}function hs(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Lm(e,t,i){const a=t.matched.length-1,n=i.matched.length-1;return a>-1&&a===n&&ii(t.matched[a],i.matched[n])&&pc(t.params,i.params)&&e(t.query)===e(i.query)&&t.hash===i.hash}function ii(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function pc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const i in e)if(!Fm(e[i],t[i]))return!1;return!0}function Fm(e,t){return tt(e)?ds(e,t):tt(t)?ds(t,e):e===t}function ds(e,t){return tt(t)?e.length===t.length&&e.every((i,a)=>i===t[a]):e.length===1&&e[0]===t}function Um(e,t){if(e.startsWith("/"))return e;if(!e)return t;const i=t.split("/"),a=e.split("/"),n=a[a.length-1];(n===".."||n===".")&&a.push("");let l=i.length-1,s,c;for(s=0;s1&&l--;else break;return i.slice(0,l).join("/")+"/"+a.slice(s-(s===a.length?1:0)).join("/")}var Oi;(function(e){e.pop="pop",e.push="push"})(Oi||(Oi={}));var Ei;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Ei||(Ei={}));function Dm(e){if(!e)if(Vt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Mm(e)}const Hm=/^[^#]+#/;function $m(e,t){return e.replace(Hm,"#")+t}function Bm(e,t){const i=document.documentElement.getBoundingClientRect(),a=e.getBoundingClientRect();return{behavior:t.behavior,left:a.left-i.left-(t.left||0),top:a.top-i.top-(t.top||0)}}const Ma=()=>({left:window.pageXOffset,top:window.pageYOffset});function Vm(e){let t;if("el"in e){const i=e.el,a=typeof i=="string"&&i.startsWith("#"),n=typeof i=="string"?a?document.getElementById(i.slice(1)):document.querySelector(i):i;if(!n)return;t=Bm(n,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function ms(e,t){return(history.state?history.state.position-t:-1)+e}const An=new Map;function Wm(e,t){An.set(e,t)}function zm(e){const t=An.get(e);return An.delete(e),t}let Km=()=>location.protocol+"//"+location.host;function fc(e,t){const{pathname:i,search:a,hash:n}=t,l=e.indexOf("#");if(l>-1){let c=n.includes(e.slice(l))?e.slice(l).length:1,r=n.slice(c);return r[0]!=="/"&&(r="/"+r),hs(r,"")}return hs(i,e)+a+n}function Qm(e,t,i,a){let n=[],l=[],s=null;const c=({state:m})=>{const _=fc(e,location),f=i.value,y=t.value;let R=0;if(m){if(i.value=_,t.value=m,s&&s===f){s=null;return}R=y?m.position-y.position:0}else a(_);n.forEach(b=>{b(i.value,f,{delta:R,type:Oi.pop,direction:R?R>0?Ei.forward:Ei.back:Ei.unknown})})};function r(){s=i.value}function o(m){n.push(m);const _=()=>{const f=n.indexOf(m);f>-1&&n.splice(f,1)};return l.push(_),_}function u(){const{history:m}=window;m.state&&m.replaceState(he({},m.state,{scroll:Ma()}),"")}function h(){for(const m of l)m();l=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:r,listen:o,destroy:h}}function gs(e,t,i,a=!1,n=!1){return{back:e,current:t,forward:i,replaced:a,position:window.history.length,scroll:n?Ma():null}}function Jm(e){const{history:t,location:i}=window,a={value:fc(e,i)},n={value:t.state};n.value||l(a.value,{back:null,current:a.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function l(r,o,u){const h=e.indexOf("#"),m=h>-1?(i.host&&document.querySelector("base")?e:e.slice(h))+r:Km()+e+r;try{t[u?"replaceState":"pushState"](o,"",m),n.value=o}catch(_){console.error(_),i[u?"replace":"assign"](m)}}function s(r,o){const u=he({},t.state,gs(n.value.back,r,n.value.forward,!0),o,{position:n.value.position});l(r,u,!0),a.value=r}function c(r,o){const u=he({},n.value,t.state,{forward:r,scroll:Ma()});l(u.current,u,!0);const h=he({},gs(a.value,r,null),{position:u.position+1},o);l(r,h,!1),a.value=r}return{location:a,state:n,push:c,replace:s}}function bc(e){e=Dm(e);const t=Jm(e),i=Qm(e,t.state,t.location,t.replace);function a(l,s=!0){s||i.pauseListeners(),history.go(l)}const n=he({location:"",base:e,go:a,createHref:$m.bind(null,e)},t,i);return Object.defineProperty(n,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(n,"state",{enumerable:!0,get:()=>t.state.value}),n}function Gm(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),bc(e)}function Ym(e){return typeof e=="string"||e&&typeof e=="object"}function _c(e){return typeof e=="string"||typeof e=="symbol"}const nt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},vc=Symbol("");var ps;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(ps||(ps={}));function ai(e,t){return he(new Error,{type:e,[vc]:!0},t)}function ot(e,t){return e instanceof Error&&vc in e&&(t==null||!!(e.type&t))}const fs="[^/]+?",Xm={sensitive:!1,strict:!1,start:!0,end:!0},Zm=/[.+*?^${}()[\]/\\]/g;function eg(e,t){const i=he({},Xm,t),a=[];let n=i.start?"^":"";const l=[];for(const o of e){const u=o.length?[]:[90];i.strict&&!o.length&&(n+="/");for(let h=0;ht.length?t.length===1&&t[0]===40+40?1:-1:0}function ig(e,t){let i=0;const a=e.score,n=t.score;for(;i0&&t[t.length-1]<0}const ag={type:0,value:""},ng=/[a-zA-Z0-9_]/;function lg(e){if(!e)return[[]];if(e==="/")return[[ag]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(_){throw new Error(`ERR (${i})/"${o}": ${_}`)}let i=0,a=i;const n=[];let l;function s(){l&&n.push(l),l=[]}let c=0,r,o="",u="";function h(){o&&(i===0?l.push({type:0,value:o}):i===1||i===2||i===3?(l.length>1&&(r==="*"||r==="+")&&t(`A repeatable param (${o}) must be alone in its segment. eg: '/:ids+.`),l.push({type:1,value:o,regexp:u,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):t("Invalid state to consume buffer"),o="")}function m(){o+=r}for(;c{s(p)}:ki}function s(u){if(_c(u)){const h=a.get(u);h&&(a.delete(u),i.splice(i.indexOf(h),1),h.children.forEach(s),h.alias.forEach(s))}else{const h=i.indexOf(u);h>-1&&(i.splice(h,1),u.record.name&&a.delete(u.record.name),u.children.forEach(s),u.alias.forEach(s))}}function c(){return i}function r(u){let h=0;for(;h=0&&(u.record.path!==i[h].record.path||!wc(u,i[h]));)h++;i.splice(h,0,u),u.record.name&&!vs(u)&&a.set(u.record.name,u)}function o(u,h){let m,_={},f,y;if("name"in u&&u.name){if(m=a.get(u.name),!m)throw ai(1,{location:u});y=m.record.name,_=he(_s(h.params,m.keys.filter(p=>!p.optional).map(p=>p.name)),u.params&&_s(u.params,m.keys.map(p=>p.name))),f=m.stringify(_)}else if("path"in u)f=u.path,m=i.find(p=>p.re.test(f)),m&&(_=m.parse(f),y=m.record.name);else{if(m=h.name?a.get(h.name):i.find(p=>p.re.test(h.path)),!m)throw ai(1,{location:u,currentLocation:h});y=m.record.name,_=he({},h.params,u.params),f=m.stringify(_)}const R=[];let b=m;for(;b;)R.unshift(b.record),b=b.parent;return{name:y,path:f,params:_,matched:R,meta:ug(R)}}return e.forEach(u=>l(u)),{addRoute:l,resolve:o,removeRoute:s,getRoutes:c,getRecordMatcher:n}}function _s(e,t){const i={};for(const a of t)a in e&&(i[a]=e[a]);return i}function cg(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:og(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function og(e){const t={},i=e.props||!1;if("component"in e)t.default=i;else for(const a in e.components)t[a]=typeof i=="boolean"?i:i[a];return t}function vs(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ug(e){return e.reduce((t,i)=>he(t,i.meta),{})}function ws(e,t){const i={};for(const a in e)i[a]=a in t?t[a]:e[a];return i}function wc(e,t){return t.children.some(i=>i===e||wc(e,i))}const yc=/#/g,hg=/&/g,dg=/\//g,mg=/=/g,gg=/\?/g,jc=/\+/g,pg=/%5B/g,fg=/%5D/g,xc=/%5E/g,bg=/%60/g,qc=/%7B/g,_g=/%7C/g,Pc=/%7D/g,vg=/%20/g;function ol(e){return encodeURI(""+e).replace(_g,"|").replace(pg,"[").replace(fg,"]")}function wg(e){return ol(e).replace(qc,"{").replace(Pc,"}").replace(xc,"^")}function Sn(e){return ol(e).replace(jc,"%2B").replace(vg,"+").replace(yc,"%23").replace(hg,"%26").replace(bg,"`").replace(qc,"{").replace(Pc,"}").replace(xc,"^")}function yg(e){return Sn(e).replace(mg,"%3D")}function jg(e){return ol(e).replace(yc,"%23").replace(gg,"%3F")}function xg(e){return e==null?"":jg(e).replace(dg,"%2F")}function xa(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function qg(e){const t={};if(e===""||e==="?")return t;const a=(e[0]==="?"?e.slice(1):e).split("&");for(let n=0;nl&&Sn(l)):[a&&Sn(a)]).forEach(l=>{l!==void 0&&(t+=(t.length?"&":"")+i,l!=null&&(t+="="+l))})}return t}function Pg(e){const t={};for(const i in e){const a=e[i];a!==void 0&&(t[i]=tt(a)?a.map(n=>n==null?null:""+n):a==null?a:""+a)}return t}const kg=Symbol(""),js=Symbol(""),ul=Symbol(""),kc=Symbol(""),Tn=Symbol("");function fi(){let e=[];function t(a){return e.push(a),()=>{const n=e.indexOf(a);n>-1&&e.splice(n,1)}}function i(){e=[]}return{add:t,list:()=>e,reset:i}}function jt(e,t,i,a,n){const l=a&&(a.enterCallbacks[n]=a.enterCallbacks[n]||[]);return()=>new Promise((s,c)=>{const r=h=>{h===!1?c(ai(4,{from:i,to:t})):h instanceof Error?c(h):Ym(h)?c(ai(2,{from:t,to:h})):(l&&a.enterCallbacks[n]===l&&typeof h=="function"&&l.push(h),s())},o=e.call(a&&a.instances[n],t,i,r);let u=Promise.resolve(o);e.length<3&&(u=u.then(r)),u.catch(h=>c(h))})}function tn(e,t,i,a){const n=[];for(const l of e)for(const s in l.components){let c=l.components[s];if(!(t!=="beforeRouteEnter"&&!l.instances[s]))if(Eg(c)){const o=(c.__vccOpts||c)[t];o&&n.push(jt(o,i,a,l,s))}else{let r=c();n.push(()=>r.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${s}" at "${l.path}"`));const u=Rm(o)?o.default:o;l.components[s]=u;const m=(u.__vccOpts||u)[t];return m&&jt(m,i,a,l,s)()}))}}return n}function Eg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function xs(e){const t=we(ul),i=we(kc),a=Re(()=>t.resolve(pe(e.to))),n=Re(()=>{const{matched:r}=a.value,{length:o}=r,u=r[o-1],h=i.matched;if(!u||!h.length)return-1;const m=h.findIndex(ii.bind(null,u));if(m>-1)return m;const _=qs(r[o-2]);return o>1&&qs(u)===_&&h[h.length-1].path!==_?h.findIndex(ii.bind(null,r[o-2])):m}),l=Re(()=>n.value>-1&&Tg(i.params,a.value.params)),s=Re(()=>n.value>-1&&n.value===i.matched.length-1&&pc(i.params,a.value.params));function c(r={}){return Sg(r)?t[pe(e.replace)?"replace":"push"](pe(e.to)).catch(ki):Promise.resolve()}return{route:a,href:Re(()=>a.value.href),isActive:l,isExactActive:s,navigate:c}}const Cg=ci({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:xs,setup(e,{slots:t}){const i=Ze(xs(e)),{options:a}=we(ul),n=Re(()=>({[Ps(e.activeClass,a.linkActiveClass,"router-link-active")]:i.isActive,[Ps(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:i.isExactActive}));return()=>{const l=t.default&&t.default(i);return e.custom?l:Xe("a",{"aria-current":i.isExactActive?e.ariaCurrentValue:null,href:i.href,onClick:i.navigate,class:n.value},l)}}}),Ag=Cg;function Sg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Tg(e,t){for(const i in t){const a=t[i],n=e[i];if(typeof a=="string"){if(a!==n)return!1}else if(!tt(n)||n.length!==a.length||a.some((l,s)=>l!==n[s]))return!1}return!0}function qs(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ps=(e,t,i)=>e??t??i,Ig=ci({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:i}){const a=we(Tn),n=Re(()=>e.route||a.value),l=we(js,0),s=Re(()=>{let o=pe(l);const{matched:u}=n.value;let h;for(;(h=u[o])&&!h.components;)o++;return o}),c=Re(()=>n.value.matched[s.value]);Ot(js,Re(()=>s.value+1)),Ot(kg,c),Ot(Tn,n);const r=We();return Nt(()=>[r.value,c.value,e.name],([o,u,h],[m,_,f])=>{u&&(u.instances[h]=o,_&&_!==u&&o&&o===m&&(u.leaveGuards.size||(u.leaveGuards=_.leaveGuards),u.updateGuards.size||(u.updateGuards=_.updateGuards))),o&&u&&(!_||!ii(u,_)||!m)&&(u.enterCallbacks[h]||[]).forEach(y=>y(o))},{flush:"post"}),()=>{const o=n.value,u=e.name,h=c.value,m=h&&h.components[u];if(!m)return ks(i.default,{Component:m,route:o});const _=h.props[u],f=_?_===!0?o.params:typeof _=="function"?_(o):_:null,R=Xe(m,he({},f,t,{onVnodeUnmounted:b=>{b.component.isUnmounted&&(h.instances[u]=null)},ref:r}));return ks(i.default,{Component:R,route:o})||R}}});function ks(e,t){if(!e)return null;const i=e(t);return i.length===1?i[0]:i}const Ec=Ig;function Rg(e){const t=rg(e.routes,e),i=e.parseQuery||qg,a=e.stringifyQuery||ys,n=e.history,l=fi(),s=fi(),c=fi(),r=Ti(nt);let o=nt;Vt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=Za.bind(null,k=>""+k),h=Za.bind(null,xg),m=Za.bind(null,xa);function _(k,B){let F,Q;return _c(k)?(F=t.getRecordMatcher(k),Q=B):Q=k,t.addRoute(Q,F)}function f(k){const B=t.getRecordMatcher(k);B&&t.removeRoute(B)}function y(){return t.getRoutes().map(k=>k.record)}function R(k){return!!t.getRecordMatcher(k)}function b(k,B){if(B=he({},B||r.value),typeof k=="string"){const v=en(i,k,B.path),j=t.resolve({path:v.path},B),C=n.createHref(v.fullPath);return he(v,j,{params:m(j.params),hash:xa(v.hash),redirectedFrom:void 0,href:C})}let F;if("path"in k)F=he({},k,{path:en(i,k.path,B.path).path});else{const v=he({},k.params);for(const j in v)v[j]==null&&delete v[j];F=he({},k,{params:h(v)}),B.params=h(B.params)}const Q=t.resolve(F,B),ue=k.hash||"";Q.params=u(m(Q.params));const d=Om(a,he({},k,{hash:wg(ue),path:Q.path})),g=n.createHref(d);return he({fullPath:d,hash:ue,query:a===ys?Pg(k.query):k.query||{}},Q,{redirectedFrom:void 0,href:g})}function p(k){return typeof k=="string"?en(i,k,r.value.path):he({},k)}function q(k,B){if(o!==k)return ai(8,{from:B,to:k})}function w(k){return N(k)}function A(k){return w(he(p(k),{replace:!0}))}function O(k){const B=k.matched[k.matched.length-1];if(B&&B.redirect){const{redirect:F}=B;let Q=typeof F=="function"?F(k):F;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=p(Q):{path:Q},Q.params={}),he({query:k.query,hash:k.hash,params:"path"in Q?{}:k.params},Q)}}function N(k,B){const F=o=b(k),Q=r.value,ue=k.state,d=k.force,g=k.replace===!0,v=O(F);if(v)return N(he(p(v),{state:typeof v=="object"?he({},ue,v.state):ue,force:d,replace:g}),B||F);const j=F;j.redirectedFrom=B;let C;return!d&&Lm(a,Q,F)&&(C=ai(16,{to:j,from:Q}),it(Q,Q,!0,!1)),(C?Promise.resolve(C):z(j,Q)).catch(S=>ot(S)?ot(S,2)?S:pt(S):oe(S,j,Q)).then(S=>{if(S){if(ot(S,2))return N(he({replace:g},p(S.to),{state:typeof S.to=="object"?he({},ue,S.to.state):ue,force:d}),B||j)}else S=$(j,Q,!0,g,ue);return Y(j,Q,S),S})}function x(k,B){const F=q(k,B);return F?Promise.reject(F):Promise.resolve()}function D(k){const B=Ht.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(k):k()}function z(k,B){let F;const[Q,ue,d]=Ng(k,B);F=tn(Q.reverse(),"beforeRouteLeave",k,B);for(const v of Q)v.leaveGuards.forEach(j=>{F.push(jt(j,k,B))});const g=x.bind(null,k,B);return F.push(g),Te(F).then(()=>{F=[];for(const v of l.list())F.push(jt(v,k,B));return F.push(g),Te(F)}).then(()=>{F=tn(ue,"beforeRouteUpdate",k,B);for(const v of ue)v.updateGuards.forEach(j=>{F.push(jt(j,k,B))});return F.push(g),Te(F)}).then(()=>{F=[];for(const v of k.matched)if(v.beforeEnter&&!B.matched.includes(v))if(tt(v.beforeEnter))for(const j of v.beforeEnter)F.push(jt(j,k,B));else F.push(jt(v.beforeEnter,k,B));return F.push(g),Te(F)}).then(()=>(k.matched.forEach(v=>v.enterCallbacks={}),F=tn(d,"beforeRouteEnter",k,B),F.push(g),Te(F))).then(()=>{F=[];for(const v of s.list())F.push(jt(v,k,B));return F.push(g),Te(F)}).catch(v=>ot(v,8)?v:Promise.reject(v))}function Y(k,B,F){for(const Q of c.list())D(()=>Q(k,B,F))}function $(k,B,F,Q,ue){const d=q(k,B);if(d)return d;const g=B===nt,v=Vt?history.state:{};F&&(Q||g?n.replace(k.fullPath,he({scroll:g&&v&&v.scroll},ue)):n.push(k.fullPath,ue)),r.value=k,it(k,B,F,g),pt()}let Z;function W(){Z||(Z=n.listen((k,B,F)=>{if(!zi.listening)return;const Q=b(k),ue=O(Q);if(ue){N(he(ue,{replace:!0}),Q).catch(ki);return}o=Q;const d=r.value;Vt&&Wm(ms(d.fullPath,F.delta),Ma()),z(Q,d).catch(g=>ot(g,12)?g:ot(g,2)?(N(g.to,Q).then(v=>{ot(v,20)&&!F.delta&&F.type===Oi.pop&&n.go(-1,!1)}).catch(ki),Promise.reject()):(F.delta&&n.go(-F.delta,!1),oe(g,Q,d))).then(g=>{g=g||$(Q,d,!1),g&&(F.delta&&!ot(g,8)?n.go(-F.delta,!1):F.type===Oi.pop&&ot(g,20)&&n.go(-1,!1)),Y(Q,d,g)}).catch(ki)}))}let je=fi(),ae=fi(),ce;function oe(k,B,F){pt(k);const Q=ae.list();return Q.length?Q.forEach(ue=>ue(k,B,F)):console.error(k),Promise.reject(k)}function ct(){return ce&&r.value!==nt?Promise.resolve():new Promise((k,B)=>{je.add([k,B])})}function pt(k){return ce||(ce=!k,W(),je.list().forEach(([B,F])=>k?F(k):B()),je.reset()),k}function it(k,B,F,Q){const{scrollBehavior:ue}=e;if(!Vt||!ue)return Promise.resolve();const d=!F&&zm(ms(k.fullPath,0))||(Q||!F)&&history.state&&history.state.scroll||null;return Ut().then(()=>ue(k,B,d)).then(g=>g&&Vm(g)).catch(g=>oe(g,k,B))}const Oe=k=>n.go(k);let Dt;const Ht=new Set,zi={currentRoute:r,listening:!0,addRoute:_,removeRoute:f,hasRoute:R,getRoutes:y,resolve:b,options:e,push:w,replace:A,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:l.add,beforeResolve:s.add,afterEach:c.add,onError:ae.add,isReady:ct,install(k){const B=this;k.component("RouterLink",Ag),k.component("RouterView",Ec),k.config.globalProperties.$router=B,Object.defineProperty(k.config.globalProperties,"$route",{enumerable:!0,get:()=>pe(r)}),Vt&&!Dt&&r.value===nt&&(Dt=!0,w(n.location).catch(ue=>{}));const F={};for(const ue in nt)F[ue]=Re(()=>r.value[ue]);k.provide(ul,B),k.provide(kc,Ze(F)),k.provide(Tn,r);const Q=k.unmount;Ht.add(k),k.unmount=function(){Ht.delete(k),Ht.size<1&&(o=nt,Z&&Z(),Z=null,r.value=nt,Dt=!1,ce=!1),Q()}}};function Te(k){return k.reduce((B,F)=>B.then(()=>D(F)),Promise.resolve())}return zi}function Ng(e,t){const i=[],a=[],n=[],l=Math.max(t.matched.length,e.matched.length);for(let s=0;sii(o,c))?a.push(c):i.push(c));const r=e.matched[s];r&&(t.matched.find(o=>ii(o,r))||n.push(r))}return[i,a,n]}const Es=[],Mg={props:{headerClass:String,text:String,link:String}},re=(e,t)=>{const i=e.__vccOpts||e;for(const[a,n]of t)i[a]=n;return i},Og=["href"],Lg={key:1};function Fg(e,t,i,a,n,l){return i.text?(I(),U("header",{key:0,class:E(i.headerClass)},[i.link?(I(),U("a",{key:0,href:i.link},[P("h2",null,ve(i.text),1)],8,Og)):(I(),U("h2",Lg,ve(i.text),1))],2)):ke("",!0)}const Ug=re(Mg,[["render",Fg]]),Dg={},Hg={width:"24",height:"24",viewBox:"0 0 24 24"},$g=P("title",null,"Lightning Icon",-1),Bg=P("path",{d:"M8 24l3-9h-9l14-15-3 9h9l-14 15z"},null,-1),Vg=[$g,Bg];function Wg(e,t){return I(),U("svg",Hg,Vg)}const zg=re(Dg,[["render",Wg]]),Kg={},Qg={width:"24",height:"24",viewBox:"0 0 24 24"},Jg=P("title",null,"Play Icon",-1),Gg=P("path",{d:"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"},null,-1),Yg=[Jg,Gg];function Xg(e,t){return I(),U("svg",Qg,Yg)}const Zg=re(Kg,[["render",Xg]]),ep={},tp={width:"24",height:"24",viewBox:"0 0 24 24",fillRule:"evenodd",clipRule:"evenodd"},ip=P("title",null,"Fire Icon",-1),ap=P("path",{d:"M8.625 0c.61 7.189-5.625 9.664-5.625 15.996 0 4.301 3.069 7.972 9 8.004 5.931.032 9-4.414 9-8.956 0-4.141-2.062-8.046-5.952-10.474.924 2.607-.306 4.988-1.501 5.808.07-3.337-1.125-8.289-4.922-10.378zm4.711 13c3.755 3.989 1.449 9-1.567 9-1.835 0-2.779-1.265-2.769-2.577.019-2.433 2.737-2.435 4.336-6.423z"},null,-1),np=[ip,ap];function lp(e,t){return I(),U("svg",tp,np)}const sp=re(ep,[["render",lp]]),rp={props:{text:String,textClass:[String,Array],type:String}};function cp(e,t,i,a,n,l){return i.text?(I(),_e(qr(i.type||"p"),{key:0,class:E(i.textClass)},{default:et(()=>[oi(ve(i.text),1)]),_:1},8,["class"])):ke("",!0)}const Oa=re(rp,[["render",cp]]),op="_breaking_1esiw_110",up="_watch_1esiw_114",hp="_horizontal_1esiw_166",dp="_vertical_1esiw_170",mp="_bullets_1esiw_180",La={"article-header":"_article-header_1esiw_1","article-body":"_article-body_1esiw_46","article-image-container":"_article-image-container_1esiw_66","article-image":"_article-image_1esiw_66","article-image-captions":"_article-image-captions_1esiw_90","article-image-tag":"_article-image-tag_1esiw_95",breaking:op,watch:up,"article-title":"_article-title_1esiw_130","article-content":"_article-content_1esiw_139","article-list":"_article-list_1esiw_153","article-list-item":"_article-list-item_1esiw_161",horizontal:hp,vertical:dp,bullets:mp,"article-hero":"_article-hero_1esiw_195","article-list-content":"_article-list-content_1esiw_213"},gp={props:{tag:Object},data(){return{styles:La}}};function pp(e,t,i,a,n,l){const s=zg,c=Zg,r=sp,o=Oa;return i.tag?(I(),U("div",{key:0,class:E([n.styles["article-image-tag"],n.styles[i.tag.type]])},[i.tag.type==="breaking"?(I(),_e(s,{key:0})):ke("",!0),i.tag.type==="watch"?(I(),_e(c,{key:1})):ke("",!0),i.tag.type==="new"?(I(),_e(r,{key:2})):ke("",!0),V(o,{text:i.tag.label},null,8,["text"])],2)):ke("",!0)}const fp=re(gp,[["render",pp]]),bp={props:{image:Object,imageClass:String,meta:Object},data(){return{styles:La}}},_p=["src","width","height","alt"];function vp(e,t,i,a,n,l){var r,o;const s=fp,c=Oa;return I(),U(le,null,[i.image?(I(),U("div",{key:0,class:E(i.imageClass)},[P("img",{class:E(n.styles["article-image"]),src:i.image.src,width:i.image.width,height:i.image.height,alt:i.image.alt},null,10,_p),V(s,{tag:(r=i.meta)==null?void 0:r.tag},null,8,["tag"])],2)):ke("",!0),V(c,{"text-class":n.styles["article-image-captions"],text:(o=i.meta)==null?void 0:o.captions},null,8,["text-class","text"])],64)}const Cc=re(bp,[["render",vp]]),wp="_preview_3uw7j_2",yp="_page_3uw7j_12",jp="_row_3uw7j_46",xp="_column_3uw7j_52",Wi={preview:wp,"no-scroll":"_no-scroll_3uw7j_8",page:yp,"page-main":"_page-main_3uw7j_28",row:jp,column:xp,"columns-1":"_columns-1_3uw7j_59","columns-2-balanced":"_columns-2-balanced_3uw7j_63","columns-3-balanced":"_columns-3-balanced_3uw7j_67","columns-4-balanced":"_columns-4-balanced_3uw7j_71","columns-3-wide":"_columns-3-wide_3uw7j_75","columns-3-narrow":"_columns-3-narrow_3uw7j_79","columns-wrap":"_columns-wrap_3uw7j_83","grid-container":"_grid-container_3uw7j_88","grid-wrap":"_grid-wrap_3uw7j_95","grid-item":"_grid-item_3uw7j_99","row-header":"_row-header_3uw7j_104"},qp={props:{type:String,content:[String,Array],display:String},data(){return{styles:La,layoutStyles:Wi}}},Pp=["href"],kp=["href"],Ep=["href"];function Cp(e,t,i,a,n,l){const s=Oa,c=Cc;return I(),U(le,null,[i.type==="text"?(I(),U("div",{key:0,class:E(n.styles["article-content"])},[V(s,{text:i.content},null,8,["text"])],2)):ke("",!0),i.type==="list"?(I(),U("div",{key:1,class:E(n.styles["article-content"])},[P("ul",{class:E([n.styles["article-list"],n.styles.vertical,{[n.styles[i.display]]:i.display}])},[(I(!0),U(le,null,He(i.content,r=>(I(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[r.url&&!r.title?(I(),U("a",{key:0,href:r.url},[V(s,{text:r.content},null,8,["text"])],8,Pp)):(I(),_e(s,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):ke("",!0),i.type==="articles-list"?(I(),U("div",{key:2,class:E(n.styles["article-list-content"])},[P("ul",{class:E([n.styles["article-list"],n.styles.vertical])},[(I(!0),U(le,null,He(i.content,r=>(I(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(s,{"text-class":[n.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"]),r.url&&!r.title?(I(),U("a",{key:0,href:r.url},[V(s,{text:r.content},null,8,["text"])],8,kp)):(I(),_e(s,{key:1,text:r.content},null,8,["text"]))],2))),128))],2)],2)):ke("",!0),i.type==="excerpt"?(I(),U("ul",{key:3,class:E([n.styles["article-list"],n.styles.horizontal])},[(I(!0),U(le,null,He(i.content,r=>(I(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(c,{"image-class":n.styles["article-hero"],image:r.image},null,8,["image-class","image"]),P("div",{class:E(n.styles["article-content"])},[V(s,{"text-class":["truncate-multiline","truncate-multiline-3"],text:r.text,type:"div"},null,8,["text"])],2)],2))),128))],2)):ke("",!0),i.type==="grid"?(I(),U("div",{key:4,class:E([n.layoutStyles["grid-container"],{[n.layoutStyles[i.display]]:i.display}])},[(I(!0),U(le,null,He(i.content,r=>(I(),U("div",{key:r.id,class:E(n.layoutStyles["grid-item"])},[V(c,{"image-class":n.styles["article-image-container"],image:r.image,meta:r.meta},null,8,["image-class","image","meta"]),r.url?(I(),U("a",{key:0,href:r.url},[V(s,{"text-class":[n.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"])],8,Ep)):(I(),_e(s,{key:1,"text-class":[n.styles["article-content"],"truncate-multiline","truncate-multiline-3"],text:r.text,type:"h3"},null,8,["text-class","text"]))],2))),128))],2)):ke("",!0),i.type==="preview"?(I(),U("ul",{key:5,class:E([n.styles["article-list"],n.styles.vertical])},[(I(!0),U(le,null,He(i.content,r=>(I(),U("li",{key:r.id,class:E(n.styles["article-list-item"])},[V(c,{"image-class":n.styles["article-image-container"],image:r.image},null,8,["image-class","image"]),V(s,{"text-class":[n.styles["article-title"],"truncate-multiline","truncate-multiline-3"],text:r.title,type:"h3"},null,8,["text-class","text"])],2))),128))],2)):ke("",!0)],64)}const Ap=re(qp,[["render",Cp]]),Sp={props:{article:Object},data(){return{layoutStyles:Wi,articleStyles:La}}};function Tp(e,t,i,a,n,l){const s=Ug,c=Cc,r=Oa,o=Ap;return I(),U("article",{class:E([n.layoutStyles.column,n.layoutStyles[i.article.class],n.articleStyles.article])},[V(s,{"header-class":n.articleStyles["article-header"],text:i.article.header,link:i.article.url},null,8,["header-class","text","link"]),P("section",{class:E(n.articleStyles["article-body"])},[V(c,{"image-class":n.articleStyles["article-image-container"],image:i.article.image,meta:i.article.meta},null,8,["image-class","image","meta"]),V(r,{"text-class":[n.articleStyles["article-title"],"truncate-singleline"],text:i.article.title,type:"h3"},null,8,["text-class","text"]),V(o,{type:i.article.type,content:i.article.content,display:i.article.display},null,8,["type","content","display"])],2)],2)}const Ip=re(Sp,[["render",Tp]]),Rp={props:{section:Object},data(){return{styles:Wi}}},Np=["id"];function Mp(e,t,i,a,n,l){var c;const s=Ip;return I(),U(le,null,[(c=i.section)!=null&&c.name?(I(),U("div",{key:0,id:i.section.id,class:E(n.styles["row-header"])},[P("h2",null,ve(i.section.name),1)],10,Np)):ke("",!0),P("section",{class:E(n.styles.row)},[(I(!0),U(le,null,He(i.section.articles,(r,o)=>(I(),_e(s,{key:`${i.section.id}-${o}`,article:r},null,8,["article"]))),128))],2)],64)}const Op=re(Rp,[["render",Mp]]),Lp="_toast_h9j28_1",Fp="_open_h9j28_17",Up={toast:Lp,open:Fp,"toast-close-button":"_toast-close-button_h9j28_24","toast-close-button-icon":"_toast-close-button-icon_h9j28_36","toast-header":"_toast-header_h9j28_43","toast-body":"_toast-body_h9j28_54","toast-description":"_toast-description_h9j28_61","toast-actions":"_toast-actions_h9j28_80","toast-actions-button":"_toast-actions-button_h9j28_85"},Dp="_button_n5y7z_1",Hp="_dark_n5y7z_41",Ac={button:Dp,"primary-button":"_primary-button_n5y7z_18","secondary-button":"_secondary-button_n5y7z_30",dark:Hp},$p={props:{onClose:Function,onAccept:Function,onReject:Function,notification:Object},data(){return{toastStyles:Up,buttonStyles:Ac,callbacks:{accept:this.onAccept,reject:this.onReject}}}},Bp=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),Vp=[Bp],Wp=["id","onClick"];function zp(e,t,i,a,n,l){return I(),U("div",{class:E([n.toastStyles.toast,n.toastStyles.open])},[P("button",{id:"close-toast-link",class:E(n.toastStyles["toast-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...s)=>i.onClose&&i.onClose(...s))},[P("div",{class:E([n.toastStyles["toast-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Vp,2)],2),i.notification.title?(I(),U("header",{key:0,class:E(n.toastStyles["toast-header"])},[P("h2",null,ve(i.notification.title),1)],2)):ke("",!0),P("section",{class:E(n.toastStyles["toast-body"])},[P("div",{class:E(n.toastStyles["toast-description"])},ve(i.notification.description),3),P("div",{class:E(n.toastStyles["toast-actions"])},[(I(!0),U(le,null,He(i.notification.actions,s=>(I(),U("button",{id:`toast-${s.type}-button`,key:`toast-${s.type}-button`,class:E([n.buttonStyles.button,n.buttonStyles[`${s.priority}-button`],n.toastStyles["toast-actions-button"]]),onClick:n.callbacks[s.type]},ve(s.name),11,Wp))),128))],2)],2)],2)}const Kp=re($p,[["render",zp]]),In=globalThis.requestIdleCallback||(e=>{const t=Date.now(),i={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(i)},1)}),Qp=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Jp=e=>{const t=ye();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{In(e)}):In(e)};async function Sc(e,t=kt()){const{path:i,matched:a}=t.resolve(e);if(!a.length||(t._routePreloaded||(t._routePreloaded=new Set),t._routePreloaded.has(i)))return;const n=t._preloadPromises=t._preloadPromises||[];if(n.length>4)return Promise.all(n).then(()=>Sc(e,t));t._routePreloaded.add(i);const l=a.map(s=>{var c;return(c=s.components)==null?void 0:c.default}).filter(s=>typeof s=="function");for(const s of l){const c=Promise.resolve(s()).catch(()=>{}).finally(()=>n.splice(n.indexOf(c)));n.push(c)}await Promise.all(n)}function Gp(e={}){const t=e.path||window.location.pathname;let i={};try{i=JSON.parse(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(i==null?void 0:i.path)!==t||(i==null?void 0:i.expires)e.find(t=>t!==void 0),Xp="noopener noreferrer";function Zp(e){const t=e.componentName||"NuxtLink",i=(a,n)=>{if(!a||e.trailingSlash!=="append"&&e.trailingSlash!=="remove")return a;const l=e.trailingSlash==="append"?Gr:ll;if(typeof a=="string")return l(a,!0);const s="path"in a?a.path:n(a).path;return{...a,name:void 0,path:l(s,!0)}};return ci({name:t,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},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}},setup(a,{slots:n}){const l=kt(),s=Re(()=>{const h=a.to||a.href||"";return i(h,l.resolve)}),c=Re(()=>a.external||a.target&&a.target!=="_self"?!0:typeof s.value=="object"?!1:s.value===""||ui(s.value,{acceptRelative:!0})),r=We(!1),o=We(null),u=h=>{var m;o.value=a.custom?(m=h==null?void 0:h.$el)==null?void 0:m.nextElementSibling:h==null?void 0:h.$el};if(a.prefetch!==!1&&a.noPrefetch!==!0&&a.target!=="_blank"&&!tf()){const m=ye();let _,f=null;Di(()=>{const y=ef();Jp(()=>{_=In(()=>{var R;(R=o==null?void 0:o.value)!=null&&R.tagName&&(f=y.observe(o.value,async()=>{f==null||f(),f=null;const b=typeof s.value=="string"?s.value:l.resolve(s.value).fullPath;await Promise.all([m.hooks.callHook("link:prefetch",b).catch(()=>{}),!c.value&&Sc(s.value,l).catch(()=>{})]),r.value=!0}))})})}),Hi(()=>{_&&Qp(_),f==null||f(),f=null})}return()=>{var y,R;if(!c.value){const b={ref:u,to:s.value,activeClass:a.activeClass||e.activeClass,exactActiveClass:a.exactActiveClass||e.exactActiveClass,replace:a.replace,ariaCurrentValue:a.ariaCurrentValue,custom:a.custom};return a.custom||(r.value&&(b.class=a.prefetchedClass||e.prefetchedClass),b.rel=a.rel),Xe(ru("RouterLink"),b,n.default)}const h=typeof s.value=="object"?((y=l.resolve(s.value))==null?void 0:y.href)??null:s.value||null,m=a.target||null,_=a.noRel?null:Yp(a.rel,e.externalRelAttribute,h?Xp:"")||null,f=()=>gc(h,{replace:a.replace});return a.custom?n.default?n.default({href:h,navigate:f,get route(){if(!h)return;const b=Vi(h);return{path:b.pathname,fullPath:b.pathname,get query(){return Jr(b.search)},hash:b.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:h}},rel:_,target:m,isExternal:c.value,isActive:!1,isExactActive:!1}):null:Xe("a",{ref:o,href:h,rel:_,target:m},(R=n.default)==null?void 0:R.call(n))}}})}const Fa=Zp({componentName:"NuxtLink"});function ef(){const e=ye();if(e._observer)return e._observer;let t=null;const i=new Map,a=(l,s)=>(t||(t=new IntersectionObserver(c=>{for(const r of c){const o=i.get(r.target);(r.isIntersecting||r.intersectionRatio>0)&&o&&o()}})),i.set(l,s),t.observe(l),()=>{i.delete(l),t.unobserve(l),i.size===0&&(t.disconnect(),t=null)});return e._observer={observe:a}}function tf(){const e=navigator.connection;return!!(e&&(e.saveData||/2g/.test(e.effectiveType)))}const af={setup(){const{content:e}=we("data");return{route:hi(),content:e}},data(){return{showPortal:!1}},mounted(){this.showPortal=this.content[this.$route.name].notification},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}};function nf(e,t,i,a,n,l){const s=Op,c=Kp;return I(),U(le,null,[(I(!0),U(le,null,He(a.content[a.route.name].sections,r=>(I(),_e(s,{key:r.id,section:r},null,8,["section"]))),128)),(I(),_e(Or,{to:"body"},[a.content[a.route.name].notification?Jn((I(),_e(c,{key:0,"on-close":l.closePortal,"on-accept":l.closePortal,"on-reject":l.closePortal,notification:a.content[a.route.name].notification},null,8,["on-close","on-accept","on-reject","notification"])),[[nl,n.showPortal]]):ke("",!0)]))],64)}const wt=re(af,[["render",nf]]),lf={routes:e=>[{name:"home",path:"/",component:wt},{name:"us",path:"/us",component:wt},{name:"world",path:"/world",component:wt},{name:"politics",path:"/politics",component:wt},{name:"business",path:"/business",component:wt},{name:"opinion",path:"/opinion",component:wt},{name:"health",path:"/health",component:wt},{name:"",path:"/index.html",component:wt}]},sf={scrollBehavior(e,t,i){const a=ye();let n=i||void 0;if(!n&&t&&e&&e.meta.scrollToTop!==!1&&rf(t,e)&&(n={left:0,top:0}),e.path===t.path){if(t.hash&&!e.hash)return{left:0,top:0};if(e.hash)return{el:e.hash,top:Cs(e.hash)}}const l=c=>!!(c.meta.pageTransition??qn),s=l(t)&&l(e)?"page:transition:finish":"page:finish";return new Promise(c=>{a.hooks.hookOnce(s,async()=>{await Ut(),e.hash&&(n={el:e.hash,top:Cs(e.hash)}),c(n)})})}};function Cs(e){try{const t=document.querySelector(e);if(t)return parseFloat(getComputedStyle(t).scrollMarginTop)}catch{}return 0}function rf(e,t){const i=e.matched[0]===t.matched[0];return!!(!i||i&&JSON.stringify(e.params)!==JSON.stringify(t.params))}const cf={hashMode:!0},Le={...cf,...sf,...lf},of=km(async e=>{var r;let t,i;if(!((r=e.meta)!=null&&r.validate))return;const a=ye(),n=kt();if(([t,i]=wa(()=>Promise.resolve(e.meta.validate(e))),t=await t,i(),t)===!0)return;const s=cl({statusCode:404,statusMessage:`Page Not Found: ${e.fullPath}`}),c=n.beforeResolve(o=>{if(c(),o===e){const u=n.afterEach(async()=>{u(),await a.runWithContext(()=>Wt(s)),window.history.pushState({},"",e.fullPath)});return!1}})}),uf=[of],Ci={};function hf(e,t){const{pathname:i,search:a,hash:n}=t,l=e.indexOf("#");if(l>-1){const c=n.includes(e.slice(l))?e.slice(l).length:1;let r=n.slice(c);return r[0]!=="/"&&(r="/"+r),Xl(r,"")}return Xl(i,e)+a+n}const df=gt({name:"nuxt:router",enforce:"pre",async setup(e){var y,R;let t,i,a=sl().app.baseURL;Le.hashMode&&!a.includes("#")&&(a+="#");const n=((y=Le.history)==null?void 0:y.call(Le,a))??(Le.hashMode?Gm(a):bc(a)),l=((R=Le.routes)==null?void 0:R.call(Le,Es))??Es;let s;const c=hf(a,window.location),r=Rg({...Le,scrollBehavior:(b,p,q)=>{var w;if(p===nt){s=q;return}return r.options.scrollBehavior=Le.scrollBehavior,(w=Le.scrollBehavior)==null?void 0:w.call(Le,b,nt,s||q)},history:n,routes:l});e.vueApp.use(r);const o=Ti(r.currentRoute.value);r.afterEach((b,p)=>{o.value=p}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>o.value});const u=Ti(r.resolve(c)),h=()=>{u.value=r.currentRoute.value};e.hook("page:finish",h),r.afterEach((b,p)=>{var q,w,A,O;((w=(q=b.matched[0])==null?void 0:q.components)==null?void 0:w.default)===((O=(A=p.matched[0])==null?void 0:A.components)==null?void 0:O.default)&&h()});const m={};for(const b in u.value)m[b]=Re(()=>u.value[b]);e._route=Ze(m),e._middleware=e._middleware||{global:[],named:{}};const _=Na();try{[t,i]=wa(()=>r.isReady()),await t,i()}catch(b){[t,i]=wa(()=>e.runWithContext(()=>Wt(b))),await t,i()}const f=Pm("_layout");return r.beforeEach(async(b,p)=>{var q;b.meta=Ze(b.meta),e.isHydrating&&f.value&&!Ft(b.meta.layout)&&(b.meta.layout=f.value),e._processingMiddleware=!0;{const w=new Set([...uf,...e._middleware.global]);for(const A of b.matched){const O=A.meta.middleware;if(O)if(Array.isArray(O))for(const N of O)w.add(N);else w.add(O)}for(const A of w){const O=typeof A=="string"?e._middleware.named[A]||await((q=Ci[A])==null?void 0:q.call(Ci).then(x=>x.default||x)):A;if(!O)throw new Error(`Unknown route middleware: '${A}'.`);const N=await e.runWithContext(()=>O(b,p));if(!e.payload.serverRendered&&e.isHydrating&&(N===!1||N instanceof Error)){const x=N||En({statusCode:404,statusMessage:`Page Not Found: ${c}`});return await e.runWithContext(()=>Wt(x)),!1}if(N||N===!1)return N}}}),r.onError(()=>{delete e._processingMiddleware}),r.afterEach(async(b,p,q)=>{delete e._processingMiddleware,!e.isHydrating&&_.value&&await e.runWithContext(Cm),b.matched.length===0&&await e.runWithContext(()=>Wt(En({statusCode:404,fatal:!1,statusMessage:`Page not found: ${b.fullPath}`})))}),e.hooks.hookOnce("app:created",async()=>{try{await r.replace({...r.resolve(c),name:void 0,force:!0}),r.options.scrollBehavior=Le.scrollBehavior}catch(b){await e.runWithContext(()=>Wt(b))}}),{provide:{router:r}}}},1),sa={},mf=gt({name:"nuxt:prefetch",setup(e){const t=kt();e.hooks.hook("app:mounted",()=>{t.beforeEach(async i=>{var n;const a=(n=i==null?void 0:i.meta)==null?void 0:n.layout;a&&typeof sa[a]=="function"&&await sa[a]()})}),e.hooks.hook("link:prefetch",i=>{var s,c,r,o;if(ui(i))return;const a=t.resolve(i);if(!a)return;const n=(s=a==null?void 0:a.meta)==null?void 0:s.layout;let l=Array.isArray((c=a==null?void 0:a.meta)==null?void 0:c.middleware)?(r=a==null?void 0:a.meta)==null?void 0:r.middleware:[(o=a==null?void 0:a.meta)==null?void 0:o.middleware];l=l.filter(u=>typeof u=="string");for(const u of l)typeof Ci[u]=="function"&&Ci[u]();n&&typeof sa[n]=="function"&&sa[n]()})}}),gf=gt({name:"nuxt:chunk-reload",setup(e){const t=kt(),i=sl(),a=new Set;t.beforeEach(()=>{a.clear()}),e.hook("app:chunkError",({error:n})=>{a.add(n)}),t.onError((n,l)=>{if(a.has(n)){const c="href"in l&&l.href.startsWith("#")?i.app.baseURL+l.href:Bi(i.app.baseURL,l.fullPath);Gp({path:c,persistState:!0})}})}}),pf=gt({name:"nuxt:payload",setup(e){_m()&&(e.hooks.hook("link:prefetch",async t=>{Vi(t).protocol||await cs(t)}),kt().beforeResolve(async(t,i)=>{if(t.path===i.path)return;const a=await cs(t.path);a&&Object.assign(e.static.data,a.data)}))}}),ff=gt({order:-40,setup(e){e.$config.app.baseURL=window.location.pathname.replace(/\/dist\/(.*)/,"/dist/"),e.$config.app.cdnURL="/"}}),bf=[Sm,Tm,Im,df,mf,gf,pf,ff],_f=(e,t)=>t.path.replace(/(:\w+)\([^)]+\)/g,"$1").replace(/(:\w+)[?+*]/g,"$1").replace(/:\w+/g,i=>{var a;return((a=e.params[i.slice(1)])==null?void 0:a.toString())||""}),vf=(e,t)=>{const i=e.route.matched.find(n=>{var l;return((l=n.components)==null?void 0:l.default)===e.Component.type}),a=t??(i==null?void 0:i.meta.key)??(i&&_f(e.route,i));return typeof a=="function"?a(e.route):a},wf=(e,t)=>({default:()=>e?Xe(eu,e===!0?{}:e,t):t}),yf=(e,t,i)=>(t=t===!0?{}:t,{default:()=>{var a;return t?Xe(e,t,i):(a=i.default)==null?void 0:a.call(i)}}),jf=ci({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t}){const i=ye();return()=>Xe(Ec,{name:e.name,route:e.route,...t},{default:a=>{if(!a.Component)return;const n=vf(a,e.pageKey),l=i.deferHydration(),s=!!(e.transition??a.route.meta.pageTransition??qn),c=s&&qf([e.transition,a.route.meta.pageTransition,qn,{onAfterLeave:()=>{i.callHook("page:transition:finish",a.Component)}}].filter(Boolean));return yf(al,s&&c,wf(e.keepalive??a.route.meta.keepalive??gm,Xe(hr,{suspensible:!0,onPending:()=>i.callHook("page:start",a.Component),onResolve:()=>{Ut(()=>i.callHook("page:finish",a.Component).finally(l))}},{default:()=>Xe(Pf,{key:n,routeProps:a,pageKey:n,hasTransition:s})}))).default()}})}});function xf(e){return Array.isArray(e)?e:e?[e]:[]}function qf(e){const t=e.map(i=>({...i,onAfterLeave:xf(i.onAfterLeave)}));return jm(...t)}const Pf=ci({name:"RouteProvider",props:["routeProps","pageKey","hasTransition"],setup(e){const t=e.pageKey,i=e.routeProps.route,a={};for(const n in e.routeProps.route)a[n]=Re(()=>t===e.pageKey?e.routeProps.route[n]:i[n]);return Ot("_route",Ze(a)),()=>Xe(e.routeProps.Component)}}),kf={},Ef={viewBox:"0 0 469 64",width:"469",height:"64"},Cf=P("title",null,"The Daily Broadcast",-1),Af=P("path",{d:"m16.7 56h-10.3v-41.7h-6.1v-9.9h22.5v9.9h-6.1zm19.6 0h-10.8v-51.5h10.8v12q0.8-2.5 2.6-3.7 1.8-1.2 4.1-1.2 4.6 0 6.7 2.9 2 2.9 2 7.7v33.8h-10.6v-33.1q0-1.5-0.6-2.4-0.6-0.9-1.9-0.9-1 0-1.7 1-0.6 0.9-0.6 2.2zm31.8 0.5q-4.6 0-7.4-1.8-2.8-1.8-4-5.1-1.2-3.3-1.2-7.9v-17.7q0-6.1 3.5-9.3 3.5-3.1 9.7-3.1 12.6 0 12.6 12.4v3.2q0 5.8-0.1 7.8h-15.2v8.5q0 1.2 0.1 2.3 0.2 1.1 0.7 1.8 0.5 0.8 1.6 0.8 1.7 0 2.1-1.4 0.4-1.5 0.4-3.8v-4.2h10.4v2.5q0 4.9-1.2 8.3-1.2 3.3-4.1 5-2.9 1.7-7.9 1.7zm-2.2-32.7v6h5v-6q0-2.3-0.6-3.3-0.6-1.1-1.8-1.1-1.2 0-1.9 1-0.7 1-0.7 3.4zm47.3 32.2h-13.8v-51.6h14.1q5.6 0 8.4 3.1 2.8 3.1 2.8 9.1v24.1q0 7.3-2.5 11.3-2.6 4-9 4zm-3.5-42.6v33.5h1.8q2.9 0 2.9-2.8v-26.6q0-2.6-0.7-3.3-0.7-0.8-2.8-0.8zm27 43.1q-3.6 0-5.6-1.7-1.9-1.7-2.6-4.7-0.7-3-0.7-6.7 0-4 0.8-6.6 0.8-2.6 2.7-4.2 1.9-1.6 5.3-2.8l6.5-2.2v-4.5q0-3.6-2.3-3.6-2.1 0-2.1 2.9v2.7h-10.2q0-0.3 0-0.6 0-0.4 0-0.9 0-6.5 3-9.3 3.1-2.7 9.9-2.7 3.5 0 6.3 1.2 2.7 1.3 4.3 3.7 1.7 2.4 1.7 6v33.5h-10.4v-5.2q-0.8 2.7-2.6 4.2-1.7 1.5-4 1.5zm4.2-8.2q1.2 0 1.7-1.1 0.5-1.1 0.5-2.3v-12.3q-2.2 0.9-3.4 2.3-1.2 1.3-1.2 3.9v5.6q0 3.9 2.4 3.9zm27.3-39h-10.5v-8.7h10.5zm0 46.7h-10.5v-44h10.5zm14.8 0h-10.7v-51.6h10.7zm15.2 7.4h-11.8v-6.7h5q1.1 0 1.1-0.8 0-0.4-0.1-0.8l-6.8-43h10l2.9 32.3 3.5-32.3h10.1l-8.1 46.2q-0.5 2.5-1.7 3.8-1.3 1.3-4.1 1.3zm44.9-7.4h-14v-51.5h14q5.6 0 8.1 2.7 2.6 2.8 2.6 9.1v2.2q0 3.7-1.3 5.9-1.3 2.3-3.9 3 3.4 0.8 4.6 4.1 1.2 3.2 1.2 7.9 0 5-0.9 8.7-1 3.8-3.4 5.9-2.5 2-7 2zm-3.9-43.5v11.4h2.1q1.4 0 1.8-1.1 0.4-1.1 0.4-2.7v-5.2q0-2.4-2.2-2.4zm1.1 34.5q4 0 4-3.8v-6.5q0-2.2-0.7-3.4-0.6-1.3-2.5-1.3h-1.9v14.9q0.7 0.1 1.1 0.1zm28.1 9h-10.7v-43.9h10.7v4.9q0.7-2.6 2.7-4 1.9-1.4 4.8-1.4v8.7q-1.3 0-3.1 0.3-1.7 0.3-3.1 0.8-1.3 0.5-1.3 1zm22.9 0.5q-13.1 0-13.1-13.6v-17.6q0-6.3 3.4-9.9 3.5-3.8 9.7-3.8 6.2 0 9.6 3.8 3.5 3.6 3.5 9.9v17.6q0 13.6-13.1 13.6zm0-8.1q1.3 0 1.9-0.9 0.5-1 0.5-2.4v-21.5q0-3.9-2.4-3.9-2.5 0-2.5 3.9v21.5q0 1.4 0.6 2.4 0.6 0.9 1.9 0.9zm25 8.1q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.7-3-0.7-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 1.9-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q-0.1-0.2-0.1-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.7 2.4 1.7 6v33.4h-10.5v-5.2q-0.7 2.8-2.5 4.3-1.7 1.4-4 1.4zm4.1-8.1q1.3 0 1.8-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.3 3.9zm25.5 8.1q-3 0-4.8-1.1-1.8-1.1-2.7-3.1-0.8-1.9-1.1-4.6-0.3-2.6-0.3-5.6v-19.1q0-5.1 1.8-8.2 1.8-3.2 6.1-3.2 3.2 0 4.9 1.4 1.7 1.4 2.7 3.8v-12.3h10.6v51.5h-10.6v-4.6q-0.9 2.4-2.4 3.7-1.4 1.4-4.2 1.4zm4.1-8.2q1.5 0 1.9-1.2 0.6-1.2 0.6-4.3v-18.5q0-1.5-0.5-3-0.4-1.6-2-1.6-1.7 0-2.1 1.5-0.5 1.4-0.5 3.1v18.5q0 5.5 2.6 5.5zm30.4 8.2q-7.4 0-10.5-3.8-3.1-3.7-3.1-11.1v-13.5q0-5.5 1.2-9.2 1.2-3.6 4.1-5.5 2.9-1.8 8.1-1.8 3.7 0 6.6 1.3 2.9 1.3 4.5 3.8 1.7 2.5 1.7 6.1v6.7h-10.7v-6.1q0-1.6-0.4-2.6-0.5-1.1-1.9-1.1-2.6 0-2.6 3.7v21.3q0 1.4 0.6 2.5 0.6 1.1 1.9 1.1 1.4 0 1.9-1.1 0.6-1.1 0.6-2.6v-7.3h10.6v7.6q0 3.7-1.6 6.3-1.7 2.6-4.5 3.9-2.8 1.4-6.5 1.4zm24.3 0q-3.7 0-5.6-1.7-1.9-1.7-2.6-4.6-0.8-3-0.8-6.8 0-4 0.8-6.5 0.8-2.6 2.7-4.2 2-1.7 5.3-2.8l6.5-2.2v-4.6q0-3.5-2.3-3.5-2.1 0-2.1 2.9v2.6h-10.2q0-0.2 0-0.6 0-0.4 0-0.8 0-6.6 3.1-9.3 3.1-2.8 9.8-2.8 3.5 0 6.3 1.3 2.8 1.2 4.4 3.7 1.6 2.4 1.6 6v33.4h-10.4v-5.2q-0.8 2.8-2.5 4.3-1.8 1.4-4 1.4zm4.1-8.1q1.3 0 1.7-1.1 0.5-1.1 0.5-2.4v-12.2q-2.2 0.9-3.4 2.2-1.2 1.3-1.2 3.9v5.7q0 3.9 2.4 3.9zm28.9 8.1q-13 0-13-13.2v-3.5h10.5v5.2q0 1.5 0.6 2.3 0.6 0.9 1.9 0.9 2.3 0 2.3-3.4 0-2.9-1.2-4.3-1.2-1.4-2.9-2.8l-5.6-4.3q-2.7-2-4.1-4.3-1.3-2.3-1.3-6.4 0-3.7 1.8-6.2 1.8-2.5 4.7-3.7 3-1.2 6.5-1.2 12.8 0 12.8 12.8v0.8h-10.9v-1.7q0-1.3-0.5-2.5-0.4-1.3-1.7-1.3-2.2 0-2.2 2.4 0 2.4 1.8 3.7l6.5 4.8q3.1 2.2 5.1 5.2 2.1 3 2.1 8 0 6.2-3.5 9.5-3.5 3.2-9.7 3.2zm25.5 0q-4.3 0-5.8-1.8-1.4-1.8-1.4-5.5v-27.4h-3v-8h3v-9.3h10.1v9.3h3v8h-3v24.9q0 1.1 0.4 1.6 0.4 0.4 1.3 0.4 0.8 0 1.3-0.1v7.1q-0.3 0.1-2.2 0.5-1.8 0.3-3.7 0.3z"},null,-1),Sf=[Cf,Af];function Tf(e,t){return I(),U("svg",Ef,Sf)}const If=re(kf,[["render",Tf]]),Rf={"page-header":"_page-header_1cxgx_1","page-header-title":"_page-header-title_1cxgx_15"},Nf={data(){return{styles:Rf}}};function Mf(e,t,i,a,n,l){const s=If,c=Fa;return I(),U("header",{class:E(n.styles["page-header"])},[V(c,{to:"/",class:E(n.styles["page-header-title"])},{default:et(()=>[V(s)]),_:1},8,["class"])],2)}const Of=re(Nf,[["render",Mf]]),Lf={},Ff={width:"24",height:"24",viewBox:"0 0 24 24"},Uf=P("title",null,"Logo Icon",-1),Df=P("path",{d:"M2 24h2.948c1-.923 2.004-2 3.55-2 1.547 0 2.55 1.077 3.55 2h2.948l-6.498-6-6.498 6zm20-8.042c0 3.269-5.858 3.387-9.787 1.79-6.835-2.779-9.629-9.79-7.817-15.17.84-2.496 1.852-3.84 6.333-.922 1.101.716 2.27 1.649 3.437 2.722l-1.72 1.152c-7.717-7.009-6.992-2.036-.983 4.55 5.858 6.417 11.668 8.615 5.767.717l1.199-1.745c1.223 1.634 3.571 4.873 3.571 6.906zm-1.026-12.437c-.004.829-.68 1.497-1.508 1.492-.225-.001-.436-.056-.628-.146l-3.829 5.646c-.784-.555-1.994-1.768-2.548-2.554l5.682-3.77c-.104-.207-.169-.437-.168-.684.005-.829.68-1.497 1.507-1.492.828.005 1.497.68 1.492 1.508z"},null,-1),Hf=[Uf,Df];function $f(e,t){return I(),U("svg",Ff,Hf)}const Bf=re(Lf,[["render",$f]]),Vf="_navbar_19jec_1",Wf="_active_19jec_113",hl={navbar:Vf,"navbar-toggle":"_navbar-toggle_19jec_1","navbar-label":"_navbar-label_19jec_19","navbar-label-icon":"_navbar-label-icon_19jec_33","navbar-content":"_navbar-content_19jec_54","navbar-list":"_navbar-list_19jec_60","navbar-item":"_navbar-item_19jec_69","navbar-dropdown-item":"_navbar-dropdown-item_19jec_81",active:Wf,"navbar-active-path":"_navbar-active-path_19jec_120","navbar-icons":"_navbar-icons_19jec_124"},zf={props:{label:String,url:String,callback:Function,id:String},data(){return{styles:hl}}};function Kf(e,t,i,a,n,l){const s=Fa;return I(),_e(s,{id:i.id,"active-class":n.styles.active,to:i.url,onClick:i.callback},{default:et(()=>[oi(ve(i.label),1)]),_:1},8,["id","active-class","to","onClick"])}const Qf=re(zf,[["render",Kf]]),Jf="_dropdown_q5jug_1",Gf={dropdown:Jf,"dropdown-toggle":"_dropdown-toggle_q5jug_8","dropdown-label":"_dropdown-label_q5jug_21","dropdown-label-text":"_dropdown-label-text_q5jug_44","dropdown-content":"_dropdown-content_q5jug_58"},Yf={props:{animatedIconClass:String},setup(){const{buttons:e}=we("data");return{buttons:e}},data(){return{styles:Gf,isOpen:!1}},methods:{closeDropdown(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},Xf=["checked"],Zf=P("span",{class:"animated-icon-inner",title:"Arrow Icon"},[P("span"),P("span")],-1),e0=[Zf];function t0(e,t,i,a,n,l){return I(),U("div",{class:E(n.styles.dropdown)},[P("input",{id:"navbar-dropdown-toggle",type:"checkbox",class:E(n.styles["dropdown-toggle"]),checked:n.isOpen,onChange:t[0]||(t[0]=(...s)=>l.handleChange&&l.handleChange(...s))},null,42,Xf),P("label",{for:"navbar-dropdown-toggle",class:E(n.styles["dropdown-label"])},[P("span",{class:E(n.styles["dropdown-label-text"])},ve(a.buttons.more.label),3),P("div",{class:E(["animated-icon","arrow-icon","arrow",i.animatedIconClass])},e0,2)],2),P("ul",{class:E(n.styles["dropdown-content"]),onClick:t[1]||(t[1]=(...s)=>l.closeDropdown&&l.closeDropdown(...s))},[Yn(e.$slots,"default")],2)],2)}const i0=re(Yf,[["render",t0]]),a0={props:{callback:Function,id:String},setup(){const{content:e}=we("data"),t=[],i=[];return Object.keys(e).forEach(n=>{e[n].priority===1?t.push(n):e[n].priority===2&&i.push(n)}),{route:hi(),content:e,navItems:t,dropdownItems:i}},data(){return{styles:hl}}};function n0(e,t,i,a,n,l){const s=Qf,c=i0;return I(),U("ul",{class:E(n.styles["navbar-list"])},[(I(!0),U(le,null,He(a.navItems,r=>(I(),U("li",{key:r,class:E(n.styles["navbar-item"])},[V(s,{id:`${i.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:i.callback},null,8,["id","label","url","callback"])],2))),128)),a.dropdownItems.length>0?(I(),U("li",{key:0,class:E(n.styles["navbar-item"])},[V(c,{"animated-icon-class":n.styles["navbar-label-icon"]},{default:et(()=>[(I(!0),U(le,null,He(a.dropdownItems,r=>(I(),U("li",{key:r,class:E([n.styles["navbar-item"],n.styles["navbar-dropdown-item"]])},[V(s,{id:`${i.id}-${r}-link`,label:a.content[r].name,url:a.content[r].url,callback:i.callback},null,8,["id","label","url","callback"])],2))),128))]),_:1},8,["animated-icon-class"])],2)):ke("",!0)],2)}const l0=re(a0,[["render",n0]]),s0={},r0={width:"24",height:"24",viewBox:"0 0 24 24"},c0=P("title",null,"Facebook Icon",-1),o0=P("path",{d:"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"},null,-1),u0=[c0,o0];function h0(e,t){return I(),U("svg",r0,u0)}const d0=re(s0,[["render",h0]]),m0={},g0={width:"24",height:"24",viewBox:"0 0 24 24"},p0=P("title",null,"Instagram Icon",-1),f0=P("path",{d:"M11.984 16.815c2.596 0 4.706-2.111 4.706-4.707 0-1.409-.623-2.674-1.606-3.538-.346-.303-.735-.556-1.158-.748-.593-.27-1.249-.421-1.941-.421s-1.349.151-1.941.421c-.424.194-.814.447-1.158.749-.985.864-1.608 2.129-1.608 3.538 0 2.595 2.112 4.706 4.706 4.706zm.016-8.184c1.921 0 3.479 1.557 3.479 3.478 0 1.921-1.558 3.479-3.479 3.479s-3.479-1.557-3.479-3.479c0-1.921 1.558-3.478 3.479-3.478zm5.223.369h6.777v10.278c0 2.608-2.114 4.722-4.722 4.722h-14.493c-2.608 0-4.785-2.114-4.785-4.722v-10.278h6.747c-.544.913-.872 1.969-.872 3.109 0 3.374 2.735 6.109 6.109 6.109s6.109-2.735 6.109-6.109c.001-1.14-.327-2.196-.87-3.109zm2.055-9h-12.278v5h-1v-5h-1v5h-1v-4.923c-.346.057-.682.143-1 .27v4.653h-1v-4.102c-1.202.857-2 2.246-2 3.824v3.278h7.473c1.167-1.282 2.798-2 4.511-2 1.722 0 3.351.725 4.511 2h7.505v-3.278c0-2.608-2.114-4.722-4.722-4.722zm2.722 5.265c0 .406-.333.735-.745.735h-2.511c-.411 0-.744-.329-.744-.735v-2.53c0-.406.333-.735.744-.735h2.511c.412 0 .745.329.745.735v2.53z"},null,-1),b0=[p0,f0];function _0(e,t){return I(),U("svg",g0,b0)}const v0=re(m0,[["render",_0]]),w0={},y0={width:"24",height:"24",viewBox:"0 0 24 24"},j0=P("title",null,"Twitter Icon",-1),x0=P("path",{d:"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"},null,-1),q0=[j0,x0];function P0(e,t){return I(),U("svg",y0,q0)}const k0=re(w0,[["render",P0]]),Tc={"icons-group":"_icons-group_9dqku_1","icons-group-list":"_icons-group-list_9dqku_5","icons-group-item":"_icons-group-item_9dqku_14","group-icon":"_group-icon_9dqku_28","group-icon-small":"_group-icon-small_9dqku_33","group-icon-medium":"_group-icon-medium_9dqku_38"},E0={props:{callback:Function,id:String},setup(){const{links:e}=we("data");return{links:e}},data(){return{styles:Tc}}},C0=["id","href"],A0=["id","href"],S0=["id","href"];function T0(e,t,i,a,n,l){const s=d0,c=v0,r=k0;return I(),U("div",{class:E(n.styles["icons-group"])},[P("ul",{class:E(n.styles["icons-group-list"])},[P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-facebook`,href:a.links.social.facebook.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(s)],2)],8,C0)],2),P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-instagram`,href:a.links.social.instagram.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(c)],2)],8,A0)],2),P("li",{class:E(n.styles["icons-group-item"])},[P("a",{id:`${i.id}-twitter`,href:a.links.social.twitter.href},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-small"]])},[V(r)],2)],8,S0)],2)],2)],2)}const Ic=re(E0,[["render",T0]]),Rc={"page-navigation":"_page-navigation_1gp5f_1","page-navigation-row":"_page-navigation-row_1gp5f_24","page-navigation-column-left":"_page-navigation-column-left_1gp5f_38","page-navigation-column-right":"_page-navigation-column-right_1gp5f_39","page-navigation-logo":"_page-navigation-logo_1gp5f_47","page-navigation-button":"_page-navigation-button_1gp5f_66","nav-button":"_nav-button_1gp5f_80"};function an(){const e=window.innerHeight*.01;document.documentElement.style.setProperty("--vh",`${e}px`)}const I0={props:{callback:Function},setup(){const{content:e}=we("data");return{route:hi(),content:e}},data(){return{navbarStyles:hl,navStyles:Rc,isOpen:!1}},mounted(){an(),window.addEventListener("resize",an)},unmounted(){window.removeEventListener("resize",an)},methods:{handleClick(){this.isOpen=!1},handleChange(e){this.isOpen=e.target.checked}}},R0=["id","checked"],N0=["for"],M0=P("span",{class:"visually-hidden"},"Navbar Toggle",-1),O0=P("span",{class:"animated-icon-inner"},[P("span"),P("span"),P("span")],-1),L0=[O0];function F0(e,t,i,a,n,l){var o;const s=Bf,c=l0,r=Ic;return I(),U("div",{class:E(n.navbarStyles.navbar)},[P("input",{id:n.navbarStyles["navbar-toggle"],type:"checkbox",checked:n.isOpen,onChange:t[0]||(t[0]=(...u)=>l.handleChange&&l.handleChange(...u))},null,40,R0),P("label",{for:n.navbarStyles["navbar-toggle"],class:E(n.navbarStyles["navbar-label"])},[M0,P("div",{class:E([n.navbarStyles["navbar-label-icon"],"animated-icon","hamburger-icon"]),title:"Hamburger Icon"},L0,2)],10,N0),P("button",{id:"home-link",class:E(n.navStyles["page-navigation-logo"]),onClick:t[1]||(t[1]=(...u)=>i.callback&&i.callback(...u))},[V(s)],2),P("div",{class:E(n.navbarStyles["navbar-active-path"])},ve(((o=a.content[a.route.path.split("/")[1]])==null?void 0:o.name)??""),3),P("div",{class:E(n.navbarStyles["navbar-content"])},[V(c,{id:"navbar-navlist",callback:l.handleClick},null,8,["callback"]),P("div",{class:E(n.navbarStyles["navbar-icons"])},[V(r,{id:"navbar-social-icons"})],2)],2)],2)}const U0=re(I0,[["render",F0]]),D0={setup(){const{buttons:e}=we("data");return{buttons:e}},data(){return{navStyles:Rc,buttonStyles:Ac}},methods:{logIn(){console.log("logIn clicked!")},openSitemap(){gc("/")}}};function H0(e,t,i,a,n,l){const s=U0;return I(),U("nav",{class:E(n.navStyles["page-navigation"]),"aria-label":"main menu"},[P("div",{class:E(n.navStyles["page-navigation-row"])},[P("div",{class:E(n.navStyles["page-navigation-column-left"])},[V(s,{callback:l.openSitemap},null,8,["callback"])],2),P("div",{class:E(n.navStyles["page-navigation-column-right"])},[P("button",{id:"login-button",class:E([n.buttonStyles.button,n.buttonStyles["secondary-button"],n.navStyles["nav-button"]]),onClick:t[0]||(t[0]=(...c)=>l.logIn&&l.logIn(...c))},ve(a.buttons.login.label),3)],2)],2)],2)}const $0=re(D0,[["render",H0]]),B0="_message_7ak19_1",V0="_open_7ak19_23",W0={message:B0,open:V0,"message-close-button":"_message-close-button_7ak19_30","message-close-button-icon":"_message-close-button-icon_7ak19_42","message-header":"_message-header_7ak19_49","message-body":"_message-body_7ak19_60","message-description":"_message-description_7ak19_67"},z0={props:{onClose:Function,message:Object},data(){return{styles:W0}}},K0=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),Q0=[K0];function J0(e,t,i,a,n,l){return I(),U("div",{class:E([n.styles.message,n.styles.open])},[P("button",{id:"close-message-link",class:E(n.styles["message-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...s)=>i.onClose&&i.onClose(...s))},[P("div",{class:E([n.styles["message-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},Q0,2)],2),i.message.title?(I(),U("header",{key:0,class:E(n.styles["message-header"])},[P("h2",null,ve(i.message.title),1)],2)):ke("",!0),P("section",{class:E(n.styles["message-body"])},[P("div",{class:E(n.styles["message-description"])},ve(i.message.description),3)],2)],2)}const G0=re(z0,[["render",J0]]),Y0={data(){return{styles:Wi}}};function X0(e,t,i,a,n,l){return I(),U("main",{class:E(n.styles["page-main"])},[Yn(e.$slots,"default")],2)}const Z0=re(Y0,[["render",X0]]),e2="_sitemap_heahz_1",t2="_active_heahz_21",i2={sitemap:e2,active:t2,"sitemap-list":"_sitemap-list_heahz_27","sitemap-item":"_sitemap-item_heahz_35","sitemap-header":"_sitemap-header_heahz_40","sitemap-sublist":"_sitemap-sublist_heahz_46","sitemap-subitem":"_sitemap-subitem_heahz_52"},a2={props:{onClick:Function},setup(){const{content:e}=we("data"),i=Object.keys(e).reduce((a,n)=>(a.push(n),a),[]);return{content:e,navItems:i}},data(){return{styles:i2}}};function n2(e,t,i,a,n,l){const s=Fa;return I(),U("div",{class:E(n.styles.sitemap)},[P("ul",{class:E(n.styles["sitemap-list"])},[(I(!0),U(le,null,He(a.navItems,c=>(I(),U("li",{key:`sitemap-page-${a.content[c].name}`,class:E(n.styles["sitemap-item"])},[V(s,{to:a.content[c].url,"active-class":n.styles.active},{default:et(()=>[P("h4",{class:E(n.styles["sitemap-header"])},ve(a.content[c].name),3)]),_:2},1032,["to","active-class"]),P("ul",{class:E(n.styles["sitemap-sublist"])},[(I(!0),U(le,null,He(a.content[c].sections,r=>(I(),U("li",{key:`sitemap-section${r.id}`,class:E(n.styles["sitemap-subitem"])},[V(s,{to:`${a.content[c].url}#${r.id}`},{default:et(()=>[oi(ve(r.name),1)]),_:2},1032,["to"])],2))),128))],2)],2))),128))],2)],2)}const l2=re(a2,[["render",n2]]),s2={},r2={id:"ayy1-icon","clip-rule":"evenodd","fill-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2",viewBox:"0 0 24 24"},c2=P("title",null,"Accessibility Icon",-1),o2=P("path",{d:"m12.002 2c5.518 0 9.998 4.48 9.998 9.998 0 5.517-4.48 9.997-9.998 9.997-5.517 0-9.997-4.48-9.997-9.997 0-5.518 4.48-9.998 9.997-9.998zm0 1.5c-4.69 0-8.497 3.808-8.497 8.498s3.807 8.497 8.497 8.497 8.498-3.807 8.498-8.497-3.808-8.498-8.498-8.498zm4.044 5.607c-.235 0-1.892.576-4.044.576-2.166 0-3.791-.576-4.044-.576-.379 0-.687.308-.687.687 0 .318.225.599.531.669.613.16 1.261.293 1.756.542.459.231.781.566.781 1.14 0 2.027-1.326 3.92-1.86 4.817 0 0 0 0-.001.001-.06.105-.092.224-.092.344 0 .379.308.687.688.687.183 0 .357-.072.488-.204.447-.449 1.333-1.784 1.738-2.429.201-.319.396-.621.706-.622.302.001.498.303.698.622.405.645 1.291 1.98 1.738 2.429.13.132.304.204.489.204.379 0 .687-.308.687-.687 0-.119-.031-.237-.098-.353 0-.001-.001-.001-.001-.002-.547-.919-1.854-2.778-1.854-4.807 0-.609.369-.956.851-1.186.519-.247 1.167-.362 1.682-.495.31-.071.536-.352.536-.67 0-.379-.309-.687-.688-.687zm-4.03-3.113c-.875 0-1.587.713-1.587 1.593 0 .879.712 1.592 1.587 1.592.876 0 1.586-.713 1.586-1.592 0-.88-.71-1.593-1.586-1.593z","fill-rule":"nonzero"},null,-1),u2=[c2,o2];function h2(e,t){return I(),U("svg",r2,u2)}const d2=re(s2,[["render",h2]]),m2={props:{callback:Function,id:String},data(){return{styles:Tc}}},g2=["id"];function p2(e,t,i,a,n,l){const s=d2;return I(),U("div",{class:E(n.styles["icons-group"])},[P("ul",{class:E(n.styles["icons-group-list"])},[P("li",{class:E(n.styles["icons-group-item"])},[P("button",{id:`${i.id}-a11y`,onClick:t[0]||(t[0]=(...c)=>i.callback&&i.callback(...c))},[P("div",{class:E([n.styles["group-icon"],n.styles["group-icon-medium"]])},[V(s)],2)],8,g2)],2)],2)],2)}const f2=re(m2,[["render",p2]]),b2="_label_12a70_26",_2={"toggle-outer":"_toggle-outer_12a70_1","toggle-description":"_toggle-description_12a70_13","toggle-container":"_toggle-container_12a70_17",label:b2,switch:"_switch_12a70_36"},v2={props:{id:String,label:String,onChange:Function,checked:Boolean},data(){return{styles:_2,isSelected:!1}},mount(){this.isSelected=this.checked},methods:{handleChange(e){this.isSelected=e.target.checked,this.onChange(e)}}},w2=["for"],y2=["id","checked"],j2={class:"visually-hidden"};function x2(e,t,i,a,n,l){return I(),U("div",{class:E(n.styles["toggle-outer"])},[P("div",{class:E(n.styles["toggle-description"])},ve(i.label),3),P("div",{class:E(n.styles["toggle-container"])},[P("label",{class:E(n.styles.label),for:`${i.id}-toggle`},[P("input",{id:`${i.id}-toggle`,type:"checkbox",checked:n.isSelected,onChange:t[0]||(t[0]=(...s)=>l.handleChange&&l.handleChange(...s))},null,40,y2),P("span",{class:E(n.styles.switch)},null,2),P("div",j2,"selected: "+ve(n.isSelected?"true":"false"),1)],10,w2)],2)],2)}const q2=re(v2,[["render",x2]]),P2="_dialog_1b8ms_1",k2="_open_1b8ms_21",E2={dialog:P2,open:k2,"dialog-close-button":"_dialog-close-button_1b8ms_28","dialog-close-button-icon":"_dialog-close-button-icon_1b8ms_40","dialog-header":"_dialog-header_1b8ms_47","dialog-body":"_dialog-body_1b8ms_58","dialog-item":"_dialog-item_1b8ms_65"},C2={props:{onClose:Function},setup(){const{settings:e}=we("data");return{settings:e}},data(){return{styles:E2,reduceMotion:!1}},mounted(){this.reduceMotion=document.documentElement.classList.contains("reduced-motion")},methods:{toggleMotion(e){this.reduceMotion=e.target.checked,e.target.checked?document.documentElement.classList.add("reduced-motion"):document.documentElement.classList.remove("reduced-motion")}}},A2=P("span",{class:"animated-icon-inner"},[P("span"),P("span")],-1),S2=[A2];function T2(e,t,i,a,n,l){const s=q2;return I(),U("div",{id:"settings",class:E([n.styles.dialog,n.styles.open])},[P("button",{id:"close-dialog-link",class:E(n.styles["dialog-close-button"]),title:"Close Button",onClick:t[0]||(t[0]=(...c)=>i.onClose&&i.onClose(...c))},[P("div",{class:E([n.styles["dialog-close-button-icon"],"animated-icon","close-icon","hover"]),title:"Close Icon"},S2,2)],2),P("header",{class:E(n.styles["dialog-header"])},[P("h2",null,ve(a.settings.header),1)],2),P("section",{class:E(n.styles["dialog-body"])},[P("div",{class:E(n.styles["dialog-item"])},[V(s,{id:"motion",label:a.settings.items.motion.label,"on-change":l.toggleMotion,checked:n.reduceMotion},null,8,["label","on-change","checked"])],2)],2)],2)}const I2=re(C2,[["render",T2]]),R2={"page-footer":"_page-footer_18lt6_1","footer-row":"_footer-row_18lt6_26","footer-column-left":"_footer-column-left_18lt6_44","footer-column-center":"_footer-column-center_18lt6_45","footer-column-right":"_footer-column-right_18lt6_46","footer-links":"_footer-links_18lt6_66","footer-links-list":"_footer-links-list_18lt6_66","footer-links-item":"_footer-links-item_18lt6_75"},N2={setup(){const{footer:e,links:t}=we("data");return{footer:e,links:t}},data(){return{styles:R2,showPortal:!1}},methods:{openPortal(){this.showPortal=!0},closePortal(){this.showPortal=!1}}},M2=["id","href"];function O2(e,t,i,a,n,l){const s=l2,c=Ic,r=f2,o=I2;return I(),U(le,null,[P("footer",{class:E(n.styles["page-footer"])},[P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-center"])},[V(s)],2)],2),P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-center"])},[P("div",{class:E(n.styles["footer-links"])},[P("ul",{class:E(n.styles["footer-links-list"])},[(I(!0),U(le,null,He(a.links.legal,(u,h)=>(I(),U("li",{key:`footer-links-item-${h}`,class:E(n.styles["footer-links-item"])},[P("a",{id:`footer-link-${h}`,href:u.href,class:E(n.styles["footer-link"])},ve(u.label),11,M2)],2))),128))],2)],2)],2)],2),P("div",{class:E(n.styles["footer-row"])},[P("div",{class:E(n.styles["footer-column-left"])},[V(c,{id:"footer-social-icons"})],2),P("div",{class:E(n.styles["footer-column-center"])},"© "+ve(new Date().getFullYear())+" No Rights Reserved",3),P("div",{class:E(n.styles["footer-column-right"])},[V(r,{id:"footer-settings-icons",callback:l.openPortal},null,8,["callback"])],2)],2)],2),(I(),_e(Or,{to:"body"},[Jn(V(o,{"on-close":l.closePortal},null,8,["on-close"]),[[nl,n.showPortal]])]))],64)}const L2=re(N2,[["render",O2]]),F2={__name:"Layout",setup(e){const t=We(!1),i=hi(),{content:a,links:n}=we("data");Di(()=>{t.value=a[i.name].message});const l=()=>{t.value=!1};return(s,c)=>{const r=Fa,o=Of,u=$0,h=G0,m=Z0,_=L2;return I(),U(le,null,[V(r,{to:`${pe(i).path}#content`,class:"skip-link"},{default:et(()=>[oi(ve(pe(n).a11y.skip.label),1)]),_:1},8,["to"]),P("div",{id:"page",class:E(pe(Wi).page)},[V(o),V(u),pe(a)[pe(i).name].message?Jn((I(),_e(h,{key:0,"on-close":l,message:pe(a)[pe(i).name].message},null,8,["message"])),[[nl,t.value]]):ke("",!0),V(m,null,{default:et(()=>[Yn(s.$slots,"default")]),_:3}),V(_)],2)],64)}}},U2={home:{name:"Front Page",url:"/",priority:0,notification:{name:"cookies",title:"This website uses cookies 🍪",description:"We use cookies to improve your experience on our site and to show you the most relevant content possible. To find out more, please read our privacy policy and our cookie policy.",actions:[{name:"Cancel",priority:"secondary",type:"reject"},{name:"Accept",priority:"primary",type:"accept"}]},sections:[{id:"content-frontpage-breaking-news",name:"Breaking News",articles:[{class:"columns-3-narrow",header:"Uncensored",url:"#",image:{src:"placeholder_light.jpg",alt:"Placeholder",width:"1280",height:"720"},meta:{captions:"Photo taken by someone."},title:"Nisl nunc mi ipsum faucibus vitae aliquet.",type:"text",content:`Velit dignissim sodales ut eu. Sed tempus urna et pharetra. Porttitor rhoncus dolor purus non. Elementum curabitur vitae nunc sed velit dignissim sodales. Pretium fusce id velit ut tortor pretium viverra suspendisse potenti. In nulla posuere sollicitudin aliquam ultrices sagittis orci. Aliquam sem fringilla ut morbi tincidunt augue interdum velit. Nisl nunc mi ipsum faucibus vitae aliquet nec ullamcorper. Nunc mi ipsum faucibus vitae aliquet.`},{class:"columns-3-wide",header:"More top stories",url:"#",image:{src:"placeholder_light.jpg",alt:"Placeholder",width:"1280",height:"720"},meta:{captions:"Photo taken by someone.",tag:{type:"breaking",label:"breaking"}},title:"Justo eget magna fermentum iaculis eu non diam phasellus vestibulum.",type:"text",content:`Pulvinar etiam non quam lacus suspendisse faucibus interdum posuere. Arcu bibendum at varius vel pharetra vel turpis nunc. Eget dolor morbi non arcu risus quis varius. Ac odio tempor orci dapibus ultrices in. @@ -116,4 +116,4 @@ Integer vitae justo eget magna fermentum iaculis eu non. Sollicitudin ac orci ph لليابان بمعارضة ما وقد, مئات أحدث لإنعدام هو حتى. مرجع يتبقّ بتخصيص الا ما, إجلاء عسكرياً أم عدم. إعادة الأوضاع أم قبل, المتحدة ولاتّساع بريطانيا لم شيء. شيء هناك أدنى إبّان عن. يبق أن تزامناً الأراضي لبلجيكا،, لكل و مكّن وشعار الثقيلة. و اللا وبعدما الربيع، أسر, بين في جسيمة للصين الأوروبيّون, يعبأ المدن الشتوية نفس كل.`}]},{id:"content-opinon-trending",name:"الشائع",articles:[{class:"columns-wrap",header:"حول العالم",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"إيو كل وباءت وبداية الضغوط, بحشد تجهيز حدى بـ. قد معقل عجّل الساحلية حيث, دون ما والحزب الفترة. أن الأمور البشريةً دار, مع أمّا أخرى الطرفين فقد. و كرسي الثقيل جعل. تعد بولندا، إستيلاء أي, عل جيوب الوراء العمليات ذلك. حاملات إتفاقية وبلجيكا، ٣٠ فقد, بقسوة سبتمبر وايرلندا جهة ما."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"من هذه بقصف ومحاولة لبولندا،, أوروبا معارضة الفرنسي نفس إذ. كل مدن تشكيل اتّجة, و حتى وجزر الآخر, وتم لإعلان الثقيلة الواقعة كل. هذا هو المارق ويتّفق, هو عسكرياً الإثنان شيء. لكل ارتكبها المتساقطة، ثم, عل حتى حصدت وصافرات. قد ثمّة واحدة واتّجه ذلك."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"ثم فكان وبولندا التغييرات بال, أخذ للجزر الخطّة الإنذار، ما. فعل كل بشرية وايرلندا, بـ حول وقرى حادثة والنرويج. وفي ودول العالمي العاصمة عل. جعل بـ لغزو إحتار واعتلاء."}]},{class:"columns-wrap",header:"يدعم",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وبدون الصفحات بها في, جيوب وبعد مكن عن. وسفن الستار النزاع وقد بل. وفي عن فرنسا واتّجه المنتصر, ان الأحمر وتنامت تلك. الثالث والفرنسي وصل بل, كل تحرّك المارق عدم. ٣٠ ومن ودول العصبة المواد, عجّل أراض ٣٠ وفي. ودول الواقعة الدنمارك بحث بـ, هذا بالعمل والفرنسي ٣٠."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"بل لان الله المجتمع, لمّ ثم غضون ليركز. أم الدول طوكيو بلديهما يكن, أعلنت وصافرات وفي كل, أحدث العالمي عل كلّ. أم عدم مسارح للصين عملية, حصدت الثقيلة لمّ أم. الله الطريق عل كلا, ٣٠ وقد حقول ميناء والعتاد. دفّة ألمّ الإمتعاض بـ حين. استبدال وقدّموا والنرويج تلك تم, للصين الشتوية فصل أي."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وصل أن بحشد أساسي, وبدأت الأمم واشتدّت جهة ما. الحرة بينما الإثنان أن يبق. ضرب ان دخول تشكيل الانجليزية, القوى المشترك بمباركة ثم فعل. كل دار أفاق أوسع, نفس عل قادة الثانية الشّعبين."}]},{class:"columns-wrap",header:"تعرف أكثر",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"كل السبب وتزويده حين, حقول الطريق وحرمان كل فقد. ما لان عُقر قتيل، أوراقهم. والقرى الشهير مع أسر, انه حاول مكّن بالفشل عل, مدن و وسمّيت الثانية. مقاومة الساحل لليابان أن كلا, يرتبط استعملت بل وقد. يتم جيما وجزر أم, و بال أمام الأوروبي الأوروبية،. لم أخذ إعمار واتّجه."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"في كلّ تعداد وزارة اعتداء, إذ فقد أطراف والمانيا. دنو ٣٠ خطّة وصافرات. كلا بأضرار تكتيكاً بـ. إذ كثيرة اليابانية قبل, ٣٠ أسر بتطويق وايرلندا وبريطانيا. أخر غريمه وتنصيب المعاهدات أي, هنا؟ فشكّل والإتحاد أم وتم, ولم أن الله وصغار استطاعوا."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"كل بين للصين لفرنسا. لبلجيكا، التقليدية مع ومن, تسبب وتتحمّل عن ذات. كل عرض الشمل لتقليعة. فصل لكون ديسمبر ثم, مع أعلنت واُسدل ذات. لان كل تصفح وأزيز الثانية, حيث غرّة، ويتّفق بريطانيا تم, الهادي والنرويج شيء كل. و حتى لكون كانتا, فعل سابق أملاً العناد عن, بلديهما للإتحاد والمعدات وتم ما."}]}]},{id:"content-opinion-think-about-it",name:"فكر في الأمر",articles:[{class:"columns-3-balanced",header:"الصحة النفسية",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ومطورين الحياة الذين تخرجوا دائمًا في أي وقت من الأوقات.ليس أكثر من قطعة من فكي التدليك في بعض الأحيان يضع لوريم ..",type:"list",display:"bullets",content:[{content:"بوابة معرف التصوير الفوتوغرافي الماكرو تعقيم غدًا ، ولكن كرة القدم.لا يوجد أي كرة قدم تصنيع يركض ضحكًا في كرة السلة.",url:"#"},{content:"يرجى القيام بأي مطورين جماعيين تمويل الآن.قط ، ولكن لسيناريو سحب الموز.",url:"#"},{content:"شرب الكحول عناصر الحياة الدردشة.أي شخص له يشدد على كرة السلة الحامل الإكلينيكي للاستثمار.",url:"#"},{content:"من هو تخمير الشوكولاته الكرتون. غدًا ، لكن كرة القدم تحتاج إلى مسح في الهواء الطلق.",url:"#"}]},{class:"columns-3-balanced",header:"حياة أفضل",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ضع مدخل محاضرة كرة السلة.الفول السوداني في سياق القداس المدرسي.",type:"list",display:"bullets",content:[{content:"في هذه الدورة التدريبية ، فإن مجموعة التغذية هي مطور التغذية.لكنني تخرجت من في بعض الأحيان.",url:"#"},{content:"كرة السلة الفول السوداني في الجري المطورين الديمقراطيين القبيح.وقتي التمويل لا التغذية.",url:"#"},{content:"مسح الحياة الحنجرة جدا أو هو.المراهقون حتى يضعفوا السهام أو الأسهم.",url:"#"},{content:"في هذا المسار من الشارع.السعر الجذاب السهام بعض تشرب الكحول.",url:"#"}]},{class:"columns-3-balanced",header:"الاختيار الصحيح",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الحلق أو الموظف والاتحاد الأوروبي.بالنسبة للجزر المعقم وعاء الجري تحتاج الآن كرتون الشوكولاتة.",type:"list",display:"bullets",content:[{content:"مجموعة من جرة من الفلفل الحار الذكي.يحتاج إلى الكثير من المرح غدا الجامعة ل.",url:"#"},{content:"موظف الأسد في مضادات الأكسدة لكرة القدم.كانت المخاوف في وقت الراحة الدببة.",url:"#"},{content:"لا تكره تنورة الأداء في أي ابتسامة ولكن لحوم البقر.",url:"#"},{content:"فقط حتى الضعف القطر.عنصر الأداء ما لم يكن أي خصم.",url:"#"}]}]},{id:"content-opinion-latest-media",name:"أحدث الوسائط",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-opinion-in-case-you-missed-it",name:"في حال فوته على نفسك",articles:[{class:"columns-3-balanced",header:"الأفكار النقدية",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"وقت كرة القدم معرف الوعا غدا ماتيس الآن ولكن.",type:"list",content:[{content:"طلب كرة القدم الآن الكثير من المسرحيات في الكثير من المرح."},{content:"الأهم من ذلك المطور مثل الجزر الفلفل الحار الحداد تعقيم."},{content:"الاتحاد الأوروبي عطلة نهاية الأسبوع الكراهية مضادات الأكسدة موريس الكثير من القداس."},{content:"لأمريكية ما. السيطرة للإتحاد لبولندا، بل فقد. وحرمان الهادي المزيفة يبق ما."}]},{class:"columns-3-balanced",header:"التفكير النقدي",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الأداء إذا كانت بوابة لورم لينة بعضها كأسد مبتكر.",type:"list",content:[{content:"لمضادات الأكسدة الحوامل أو الوادي من."},{content:"للجزر بريطانيا، تعد هو. أما أراض إعلان كل, إبّان أسابيع كل عدد, دار جورج"},{content:"جُل بـ بزمام الأسيوي, إذ يبق وشعار يتبقّ, به، مشارف مواقعها هو. لم مليون المعاهدات"},{content:"مع. لم بداية لإعلان بين, ضرب أفاق شاسعة الإيطالية هو. لك"}]},{class:"columns-3-balanced",header:"الإجراءات الحرجة",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"وقال إلزامي العلاج بالجزر حتى القطر.",type:"list",content:[{content:"كان الخوف في وقت الراحة رقعة من التصنيع."},{content:"في اللاعبين فقط كرة السلة الشوكولاتة كرة القدم.الخميرة والرعاية والمغذية السريرية."},{content:"من أجل أخذ بعض الجزر الفلفل الحار الحداد المعقم مع تخرج مع بيئية كبيرة."},{content:"كرة القدم هي الآن الحلق من الأطفال.حنجرتي للغاية من الحياة والمسح أو."}]}]},{id:"content-opinion-environmental-issues",name:"القضايا البيئية",articles:[{class:"columns-3-balanced",header:"الاحتباس الحرارى",type:"articles-list",content:[{title:"عجّل أراض الواقعة عدد في, طوكيو الأراضي التخطيط الا إذ. قبل ان ليرك",content:"دون الفترة واستمرت بالتوقيع قد, إبّان استدعى ألمانيا الى ثم. هو التاريخ، التقليدية دنو. تعد ما حكومة الأهداف, الى جيوب المحيط أم, أسر بـ تحرّكت الربيع،. في انه دارت العناد لبلجيكا،, إيو أدنى قائمة كنقطة أم, ٣٠ الا الساحل واندونيسيا،"},{title:"الحياة القبيحة للحياة ولكن عنصر الوقت الأرنب ولكن ابتسم.",content:"من دول استعملت المتاخمة, يبق ثم دخول تجهيز القوى. ان حول لأداء ألمانيا. فرنسية الثقيلة ويكيبيديا، أسر لم, وصل عالمية الساحل ايطاليا، مع. ٢٠٠٤ وبالرغم الثقيلة وقد ٣٠, لان مع اتفاقية مليارات. سقطت بالجانب وباستثناء قد جُل, أخر جيما الأحمر ٣٠. هو كلا قدما أطراف."},{title:"منطقة مكياج التغذية مطوري كرة القدم درجة الحرارة.إلغاء ولكن غد كرة القدم قوس.",content:"لم مكن جيوب بلديهما. فهرست المضي مع حول. عقبت بالفشل وأكثرها مدن ثم, مع دول بينما للسيطرة استراليا،. قد يبق تغييرات الدّفاع, ودول استدعى الا هو, بال لم أجزاء الضغوط الخاصّة."}]},{class:"columns-3-balanced",header:"إعادة التدوير",type:"articles-list",content:[{title:"الأرض معرف البروتين معرف الكحول.",content:"المزيفة عسكرياً بحق و. الأمم عسكرياً ويكيبيديا و بال, ديسمبر عسكرياً إذ شيء. دون لم الأجل مقاطعة مليارات, ذلك خلاف المنتصر الاندونيسية بـ. حصدت الفرنسي أخذ و. لمّ لأداء معاملة بـ."},{title:"كرتون الشوكولاتة موريس في بعض النظام البيئي للسلطة.",content:"الدمج الأثنان بالتوقيع كل بال. بعض عليها التبرعات من, هامش فكانت التغييرات بل فقد. ا السادس دون ما, دار بل أعلنت بالحرب بولندا،. قد سكان تكتيكاً الولايات هذا, بل وتم وترك فبعد وبدأت. دول لهيمنة ماليزيا، اليابانية بل."},{title:"تمويل القطط الشوكولاتة الشوكولاتة الجذابة.ليس أكثر من رقعة تدليك الحلق في بعض الأحيان.",content:"الذود التنازلي وبالتحديد، لم ضرب. ولم أم بلاده واستمر والروسية, نقطة الضغوط بل هذا. أي مكن واتّجه وباستثناء بالمطالبة, بقيادة بمعارضة والكوري كما ٣٠. بها ٠٨٠٤ وصغار و, مع بقصف كرسي ومحاولة يبق. حصدت الوراء اوروبا على من, قد قام جمعت العالم. هناك لهذه الخاسر جُل بـ."}]},{class:"columns-3-balanced",header:"أبحاث جديدة",type:"articles-list",content:[{title:"ليس أكثر من قطعة من الحلق التدليك.",content:"بلا الطرفين للسيطرة عل. أم الى فاتّبع الأهداف وانتهاءً, عرض أي بالعمل وسمّيت. مع ذات قررت بالولايات, ان القادة الولايات وبريطانيا عرض. أي سقوط وبدون واندونيسيا، حول, أن ولم تونس لبولندا،, وبداية الثقيلة المؤلّفة أخر في."},{title:"الكثير من مطور المرحلة الجامعية.لوريم ولكن ابتسامة الموجات فوق الصوتية حزينة لا مسح.",content:"وانهاء الوزراء ثم وقد, تحرّكت وسمّيت الأبرياء لان لم. القادة ليتسنّى على كل. ٣٠ به، جزيرتي النزاع بالمحور. جعل الضغوط السيطرة لم. الهادي وسمّيت التحالف دون أي, بـ لان لعدم أخرى الحكومة. مكن الدنمارك ايطاليا، الشّعبين و, فعل فقامت الشمل ٣٠. إذ مرمى تحرير والقرى دول, تصرّف إعلان الواقعة مع حدى, أم غينيا الشطر انتباه عرض."},{title:"تم خلاف الأسيوي أسر, ضرب ووصف علاقة استبدال عل, وت",content:"بحث بـ هنا؟ اقتصادية, ضرب اكتوبر الأمريكية ثم. حول وترك وبداية اليميني أي, وبحلول الثقيل الواقعة ثم يكن. مع حصدت وبدأت مساعدة الا, دنو إعادة اللازمة وبريطانيا قد. رئيس وقوعها، ألمانيا بحق إذ, أم الى جيوب وإيطالي, تم وفي أعمال الصعداء."}]}]},{id:"content-opinion-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"٣٠ وقدّموا الجنرال بحق. و هذا تجهيز والحزب سنغافورة, عرض لم فكان مكثّفة الأولية. ميناء عسكرياً الأهداف حدى تم, ما وحتى مساعدة بالحرب جهة. أضف كل الأول الدّفاع. هو وصغار الصفحات شيء. تحرّك الشمل قد حيث. دون كل ماشاء الأبرياء.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"لان الدمج كثيرة وإيطالي كل. بعد الأخذ استرجاع أي. القادة وأكثرها وحلفاؤها فعل من. مرجع اليها ذات أم, أم تلك غضون تكاليف.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"أدوات الإقتصادي أي تحت, وفي نقطة تحرير التحالف بـ. كل بحق بريطانيا، الأوروبيّون, يبق مرمى غضون واستمر أي. أم لان الستار ديسمبر. بل لإعادة الطريق الخاطفة أخذ.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لم أخذ فهرست وإيطالي أوراقهم. حيث و الدمج الإكتفاء, بها هو منتصف وتزويده. لها قررت ومطالبة والروسية ما, يذكر ليبين الجنرال حتى تم. عدم وتزويده العالم، تم, بعد موالية الشتوية مع.",url:"#"}]}]},{id:"content-opinon-what-matters-most",name:"أكثر مايهم",articles:[{class:"columns-wrap",header:"مناقشة",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"يكن بل بسبب تعديل إعادة, أخر مكثّفة استدعى الطرفين في. ما مهمّات استدعى وباستثناء انه, هو تحت استبدال للحكومة. فصل أن جيما الأولى الشمال, أي ليبين الصفحة اليابان بلا. عن سياسة بالجانب حدى, لم ضرب مدينة وباءت الخاسر. لهيمنة الدنمارك ٣٠ وفي. حدى ما هُزم إعادة, أسر كنقطة الصين استمرار لم, حالية بوابة معزّزة وفي قد."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"أوسع يتعلّق هو لكل, هو واتّجه وحرمان لان, ومن الجنرال والمعدات أم. من أمام تاريخ أما. حقول بينما والقرى أن ومن, ثمّة الثقيل واقتصار جعل أي, كلّ حلّت غضون بل. قد الخطّة البرية بمعارضة بال, قبل يرتبط بتخصيص بـ."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"غير بشرية الخارجية من, فمرّ لمحاكم مساعدة عدد قد. عن حيث وبحلول الضروري. من الله الصين الا. وحرمان تزامناً أم عرض. واستمرت واقتصار الفرنسي عدد هو, قام والتي استبدال وأكثرها من. جنوب مهمّات انتباه كلا مع."}]},{class:"columns-wrap",header:"هل تستحق ذلك؟",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"بداية ترتيب الشرقي حول قد. مع حدى بشكل مسرح يتبقّ, ثم العالم شموليةً يتم. كان تُصب الضروري أن, من لمّ كانت فهرست. ثم لمّ شعار أملاً. أم بحق ٢٠٠٤ أمّا السبب, أملاً أوراقهم لها عن, حتى بـ الغالي والنفيس. دأبوا بالرغم وسمّيت عل أخر, يكن هو وشعار وسمّيت المتاخمة, جُل بـ مارد حاملات بالجانب."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"و ٠٨٠٤ حكومة السفن دنو, يتم من لكون أدوات بالرّد. احداث أعمال كل عدم, مع ووصف وصغار فهرست تلك, بقعة غضون بداية ضرب عل. دنو تاريخ الربيع، استطاعوا مع, أي وسمّيت التاريخ، عرض. العالم، مليارات ايطاليا، إذ وقد, إحتار غينيا المبرمة لم ومن. عل عقبت لعملة الأولية قبل, به، وعُرفت التغييرات كل. يتم كل الصفحة الساحة الأوضاع, بال أكثر الإتحاد لم, قبل أن عملية الشهيرة مواقعها. خلاف أوروبا واقتصار كلا من, مكن في تعداد الحدود تكتيكاً."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"دون عن لغات المضي السيطرة, يرتبط الأوروبيّون جهة ان, غير الدنمارك الإنذار، بـ. جعل من حقول مواقعها, المعاهدات الاندونيسية دون في. في غير أواخر إنطلاق رجوعهم. تم بها قدما لأداء الأراضي, عرفها وإعلان الإتحاد من انه. ٣٠ لغات ضمنها كلّ, أم بين ألمّ مقاطعة, الأخذ معارضة بمباركة ما مما. بلا عن غينيا الضغوط للحكومة, جعل عالمية الطريق أن, بعد فبعد السيء لم."}]},{class:"columns-wrap",header:"افعل ذلك",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"أي مكن وقبل الإتحاد, بشرية سبتمبر العظمى تم حدى. قد بشرية مدينة الجديدة، نفس. تم يبق تكتيكاً الصفحات. ماشاء للإتحاد بالإنزال بل هذه."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"أسر بل دفّة المواد مليارات. الا أن عقبت الخاطفة, لفشل إعمار أن على, إستعمل الخارجية وفي عل. ٣٠ تعد غينيا ولكسمبورغ المتساقطة،, حتى نقطة غريمه السبب بل. كلّ تونس الجوي و. وصغار ليبين وتم من, أسر هو مسارح الفترة العالم،. ضمنها إيطاليا لم وتم, دارت والكوري بعض ان, ومن كُلفة ارتكبها بل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"عقبت غرّة، أخر ما. و بمحاولة التحالف أخذ. تلك أم شواطيء بتخصيص اسبوعين, الصفحة شموليةً والنفيس تم فصل. بل أما ٢٠٠٤ السادس الإثنان."}]}]},{id:"content-opinion-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"لم ولم بوابة الأخذ بمحاولة, حيث بل هناك مسؤولية. يرتبط أوروبا الثانية ثم تحت, أن تحرّك حادثة بحق, وجزر الأخذ استرجاع و فقد. بـ تحت طوكيو جديداً, كل انه بقصف اعتداء. مرجع المارق إذ أضف, وصل وقامت ممثّلة يتعلّق أم, ان جُل بالولايات الأوروبيّون. كلّ بل للصين العالم،. من أدوات تكاليف بمحاولة كان.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"من أسر فسقط والحزب بالتوقيع, وتم وعلى إحتار ٣٠. مع بلاده ابتدعها أخذ, لغزو الإنزال تلك بـ. فهرست الخاسرة مع بلا, ذات مع هاربر مقاومة. من عدم وباءت إتفاقية وبريطانيا. معقل قادة ممثّلة و دون, و جمعت الدمج المؤلّفة دول, قد يتم والقرى تغييرات. بداية ألمانيا هو مما, فعل الساحة والفرنسي ثم. قد كُلفة وبولندا يبق.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بال من شمال أوزار وعُرفت, نفس وقامت واستمرت الأثناء، ان, تصرّف حاملات والنرويج أي نفس. ثم بقسوة ويكيبيديا، جعل, لعملة المعاهدات مكن أم. بال اتّجة الجنوب محاولات أي, إختار تحرّكت من فصل. ومن بشرية المؤلّفة بالمطالبة عل, يقوم الجنود وبالرغم ٣٠ دنو.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"عدد فقامت قتيل، التحالف ان, من حتى وسوء الجنوب استطاعوا. بال الخطّة الساحلية و, وأزيز اعتداء وبعدما كان أم. انه قد الأخذ اعتداء. يكن هناك الأراضي الرئيسية من, والقرى الثانية هو بعد, ان كان بتحدّي مشاركة.",url:"#"}]}]},{id:"content-opinion-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"لا فيوليسي نولام مركبة نفسها.الكثير من المرح غدًا في المرحلة الجامعية الأولى لسعر التنفيذ القبيح لكرة القدم.قطر التصنيعالضحك"}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"سريري سريري سريري سريري.أي شخص له يشدد على كرة السلة الحامل الإكلينيكي للاستثمار."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"ومع ذلك ، غد كرة القدم.وظيفية الآ الكثير من الحلق في.لا مركبات.لكن حلق قبيح على كرة القدم ، مشروب بلدي."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"موريس الآن الواجب المنزلي ما لم تكن المهنة.مؤلف الدعاية موريس أوغو أو حامل."}]}]}]},health:{name:"صحة",url:"/health",priority:2,sections:[{id:"content-health-trending",name:"الشائع",articles:[{class:"columns-3-balanced",header:"تركيز كامل للذهن",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"مينيابوليس لوريم حتى كتلة سابين الحلق.",type:"list",content:[{content:"كرة القدم إنفاذ القبيح سعر الجيش الياسمين.معرف الصلصة المعقمة بواسطة صلصة."},{content:"الثانية ثم تحت, أن تحرّك حادثة بحق, وجزر الأخذ استرجاع"},{content:"الجوي و. وصغار ليبين وتم من, أسر هو مسارح الفترة العالم،. ضمنها إيطاليا لم وتم, "},{content:"الجوع والقبيح.يحتاج كتلة الطفل إلى كتلة من الرسوم المتحركة الفلفل الحار."}]},{class:"columns-3-balanced",header:"أحدث الأبحاث",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ومع ذلك ، فهو يريد أعضاء كرة القدم مثل حياة سلطة كرة القدم.",type:"list",content:[{content:"عرض نقطة والمعدات عن. جديدة الأهداف الإثنان حتى بـ, يتم ثمّة كرسي."},{content:"لأمريكية بل, تكتيكاً الربيع، بين و. إحكام الأوروبية عن مدن"},{content:"عن أواخر إستعمل الطريق وصل. قد وحرمان بمباركة والمعدات جُل"},{content:"ثمّة أساسي الاندونيسية أم هذه. اسبوعين الإمداد الجنوبي بحق عن."}]},{class:"columns-3-balanced",header:"صحية كبار",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"لا يتم تعزيز الشوكولاتة من قبل.",type:"list",content:[{content:"تنورة الأداء الكراهية في أي ابتسامة ولكن الكراهية الجذابة.لا يحتاج إلى أي ميدليسي أيضًا."},{content:"نفسها لوصف اللاعبين أو الدفع.ما لم تتلقى الحياة أكبر قطر في المنطقة."},{content:"الشطر من, كردة تسبب الإتحاد في كلا. أم ليس الأعضاء أو الأعضاء."},{content:"في قطر عطلة نهاية الأسبوع كمنطقة معقمة في كرة القدم الخوف."}]}]},{id:"content-health-latest-facts",name:"أحدث الحقائق",articles:[{class:"columns-3-balanced",header:"المزيد من الحياة ، ولكن أفضل",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"ولكن الوقت وعاء والارتجال الكتلة كتلة الكتل.",type:"list",content:[{content:"جعبة أو التذاكر تحتاج الآن.كرة القدم ومن من السادس وصفة شبكة."},{content:"إيو علاقة الوراء, بقيادة الشتوية إيو في. حالية التخطيط تم بعض. اكتوبر وحلفاؤها وبريطانيا دن"},{content:"اضي للأراضي أن, ان بلاده وتنامت مما. بعد في مليون استبدال الإنذار،, لان مع"}]},{class:"columns-3-balanced",header:"في حال فوته على نفسك",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"أرنب سعر جعبة كبيرة.",type:"text",content:`عُقر الجديدة، الأوروبيّون في فقد, لم سقوط أوزار بتحدّي دار. بحق و استبدال وفنلندا, قِبل أخرى الوزراء عن وفي. في وباءت بالرغم ويكيبيديا دون, من لها أطراف إتفاقية. إذ جهة الشرق، بالولايات. عل عدد اوروبا لليابان, قبل أحكم السبب الأولى و. ثم فصل للحكومة الإتفاقية الاندونيسية, في حيث قامت تشكيل وحلفاؤها. -حين حالية الحكم وانهاء و, ان فبعد الغالي وقد, عل حول وكسبت للأراضي. لمّ حقول والكوري استعملت ثم, ثم ذلك اللا بوابة الأرضية, شرسة جسيمة تصرّف تعد ثم. يتم إذ الآلاف شموليةً, مع فقد وبعض كردة الأثنان. لهذه غريمه بال لم. مما في الشّعبين ويكيبيديا. وقام سليمان، البولندي بل أخر.`},{class:"columns-3-balanced",header:"الفضاء والعلوم",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"قد, و شعار وبريطانيا حدى. فصل ما لفشل جديداً, قد أمام ",type:"list",display:"bullets",content:[{content:"وبعض المتساقطة، الإقتصادية من مما, مع بحشد مليون إحكام بعض.",url:"#"},{content:"ضرب مايو والتي من. عشوائية الجنرال دار ما, جُل المدن انتصارهم إذ.",url:"#"},{content:"بعد مع وقام تكبّد الإمتعاض, حين دأبوا وكسبت من.",url:"#"},{content:"الأرض كما هو. وفي أوسع أوروبا ليرتفع ٣٠, بـ ومن هامش لأداء",url:"#"}]}]},{id:"content-health-medical-breakthroughs",name:"الاختراقات الطبية",articles:[{class:"columns-3-wide",header:"الاختراعات الجراحية",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما.",tag:{type:"breaking",label:"كسر"}},title:"هو الكثير من الوقت لفترة طويلة جدا.بالطبع بحاجة الآن إلى كرتون الشوكولاتة موريس في البيئة المنحدرة.",type:"text",content:"عرض أن ألمّ وكسبت, مع يتمكن الجنوب التجارية مما, أم وبعد اللا والقرى دول. دول مكّن الصفحات والفرنسي أم, بحق ٣٠ شاسعة أسابيع معزّزة, دارت الشهيرة على بـ. قد المسرح أوروبا الضروري وقد, شدّت للحكومة حول كل. أما حاول أثره، الإطلاق قد. يتم عن الحكم المحيط مقاومة."},{class:"columns-3-narrow",header:"الرعاية الطبية",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"غدا دائما هوثتور أو الحياة.أو قبيح الآن بحاجة إلى ألم لوريم ولكن اسحب نفسك الآن.",type:"text",content:"غير بفرض إستعمل ليتسنّى ٣٠, كلّ ديسمبر بالمطالبة ثم. أم تعداد لأداء العالمية الى, هنا؟ أسيا وبالرغم أضف في. تسمّى فهرست باستخدام هذه أي, عن حين غضون مدينة أعلنت, إحتار التجارية الا بل. من رئيس واُسدل شيء, بشكل شمال بشرية بـ جُل, عدم ألمّ الأمم العظمى في. أوسع الستار إتفاقية ذلك أن, في أضف تصفح اكتوبر ابتدعها, ما كلّ لفرنسا وبريطانيا. حول إبّان بتحدّي لبولندا، ما, إذ حيث أراض الربيع، الواقعة. بعد هو الجو نهاية المارق, مكثّفة مقاومة ٣٠ وتم."},{class:"columns-3-narrow",header:"دواء",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الج المطور الجامعي.إنه يرغب في عدم تعزيز الشوكولاتة فيها.",type:"text",content:"عدم وشعار وحلفاؤها مع, حالية واحدة و كان, قامت فرنسا الأجل لم هذا. عدد عل وباءت الإنذار، التغييرات, عجّل أفاق به، هو, وصل بحشد بقسوة و. في اللا اسبوعين الصينية أسر, تشكيل وتزويده اسبوعين ثم عدد. بل دار شدّت أسيا المشتّتون, فقد ما شعار أدنى, لكون ممثّلة يبق في. قامت الغالي العناد لم نفس, مع وتم ليرتفع واشتدّت والنفيس."}]},{id:"content-health-latest-videos",name:"أحدث مقاطع الفيديو",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-health-educational",name:"تعليمية",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"كلّ أن الخاطفة بالرّغم بريطانيا،, الشتاء الشهيرة ان هذا, حقول وإقامة كلّ مع. وبدون المضي الإقتصادية عرض هو. لم العدّ مهمّات أوروبا مما. أي وتم التي الأجل سبتمبر, الى ما فكانت مساعدة. مع الشهير والديون اقتصادية يبق.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"ببعض ولاتّساع جهة أي, إذ الحكومة الإمداد غير. أضف لم كانت تصرّف وفرنسا, عل شمال منتصف الجنوبي تعد. كما ثم وفنلندا الحكومة, تلك و اسبوعين إتفاقية التقليدي. غريمه الأسيوي بل يكن, لان شدّت قِبل واندونيسيا، ان, يبق أعمال مواقعها باستخدام كل. لفشل أمام الإمداد أن وقد, حدى وبعض تسمّى منتصف هو. الأراضي البولندي الأمريكية فقد في, ومن و الأولى ابتدعها.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"جُل بل تحرّك استعملت. فقد الولايات الإنذار، من, مرمى فمرّ الطرفين ان دنو. للجزر الفترة عن الا, ثم اعلان اليابان، أخر. بل ويعزى ولاتّساع وتم, وقد أي عرفها انتباه. ٣٠ هذه قائمة واُسدل, حتى فقامت ألمانيا مع.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"تم رئيس أفاق ولم, فعل هو سكان الأوروبية. وجهان العظمى هو كان, إذ دنو الأولى لليابان العمليات. يتسنّى بتطويق الصفحات يكن هو. بعض مئات ونتج اتّجة بل, بل ببعض الأرضية بين. مع تجهيز وتنصيب واستمرت شيء, يتمكن السيطرة مع دار.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"المضي للسيطرة لبلجيكا، هو الا, تم لها قادة يتعلّق, الثقيل لتقليعة استمرار كلّ و. لها الأولى الصينية بمعارضة عل, غرّة، وقامت عل بحث. ضرب الدمج تاريخ السفن قد, العالمي وقدّموا حيث هو. يكن ثم لغزو استمرار بالتوقيع, مئات وحتى مع مدن. يقوم يتسنّى سليمان، بـ دنو.",url:"#"}]}]},{id:"content-health-fitness",name:"لياقة بدنية",articles:[{class:"columns-wrap",header:"حرق السعرات الحرارية الخاصة بك",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"مدن عل جنوب الجوي, عل جدول لتقليعة التجارية عدم. بين ٣٠ علاقة تكتيكاً. يرتبط وأكثرها تم كلا, الا مارد دأبوا العالم ثم. وترك غرّة، بلديهما أخذ قد, هو وبعدما الخاسر كان. تم الى أطراف الحكومة. حتى أي أمّا بهيئة الإطلاق."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"حقول الأولى إذ إيو, معقل الشمال وصل لم. قد وتم ميناء الأولى العالمية, ان حادثة واُسدل انه. ودول قررت الواقعة حول عل. أسر ما وعُرفت للسيطرة, جدول تحرير كلّ لم. يبق أفريقيا الأرضية قد, ثم جدول واُسدل دون."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"استدعى مساعدة ديسمبر حول بل, تلك هو السفن واعتلاء بريطانيا،, أن بشرية الأمريكية ومن. فرنسا اقتصادية الانجليزية بل كلا, أفاق للسيطرة كما في. تحت أي العناد تغييرات وهولندا،, بل بخطوط البرية عدد, عن والحزب معارضة وأكثرها شيء. عرفها وأزيز سبتمبر ان عرض. الأراضي المتاخمة بريطانيا-فرنسا مع بال."}]},{class:"columns-wrap",header:"مفضلات الصالة الرياضية",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"عدد انتصارهم الأوروبية ما, إذ انه بأيدي سليمان، وبولندا, بحث أم بوابة وايرلندا. أم دارت الثالث دول, الدول النفط وتنامت الا بـ, بشرية لأداء الساحة عل يكن. ما لمّ حقول إستعمل بولندا،, على قد وتتحمّل الإحتفاظ. من مما إختار لأداء العدّ, تسبب بداية عدد لم. وإيطالي المؤلّفة عل بال, بعض والتي الصعداء في, غير عن السفن الأوربيين."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وتم من شاسعة يتمكن. هو عُقر الحكومة استراليا، حيث, تعد عقبت الصفحة اسبوعين بل. لم شيء وبداية التجارية, هو وقد جزيرتي شموليةً الأوروبي. للصين الضروري عل لها, نفس ثم الشتوية الأسيوي. وصل تم نتيجة الإطلاق. اتفاقية الدولارات ما أخذ, تطوير كنقطة العناد هو بال."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"ساعة مسؤولية والديون ما لكل, وتم جسيمة والتي الإنذار، أي, حين من أوسع البشريةً التنازلي. ان هذه أدنى وبحلول. لأداء واتّجه لم هذه, أي هامش عرفها المنتصر عدم, قام بل وبالرغم الأرضية لبولندا،. لمّ عرفها غينيا بل, به، كرسي أعلنت تم. مارد بالحرب الحيلولة ٣٠ دون, إيو ليركز للجزر تحرّكت و."}]},{class:"columns-wrap",header:"بيلاتيس",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"قد الا جمعت حقول ويكيبيديا. لها حادثة التّحول ما. أم صفحة الخطّة الحكومة كما. مرجع غرّة، ما بحث, اوروبا الأثنان ومن و. بداية الثالث، يكن ما. عدد مع وبدون غينيا انتباه. كل نتيجة الأولى الشرقي يكن."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"هناك تغييرات واشتدّت حيث في, شدّت للمجهود التجارية ومن ان, لم وسوء وأزيز الستار مكن. تحرّكت الإطلاق بمعارضة تحت لم, من وقد تجهيز الجنوبي. بعض وسفن أراض الأخذ أي, ليبين ويعزى أم دون. مكّن بهيئة وتنصيب هو كلا, وقرى الأوروبية، عن وصل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"كلا أم أفاق ممثّلة ألمانيا, فعل تم تونس الشمل وتتحمّل, سكان التّحول جهة أي. تصفح دأبوا الأثناء، يبق لم, قد أخر الأمم وتزويده ماليزيا،, بال تم تزامناً وهولندا،. لم الحكم الطريق انه, لان أم هامش وأكثرها والديون. من بقسوة تجهيز حول. ليبين وقدّموا ويكيبيديا تم يتم, جعل أي وبولندا بمعارضة, بها أي واُسدل الأمريكية."}]}]},{id:"content-health-guides",name:"خطوط إرشاد",articles:[{class:"columns-3-balanced",header:"الصحة بعد 50",type:"articles-list",content:[{title:"وكما أن الوصفة تسحب دائمًا للعلاج المجاني.",content:"من تنفّس وتنامت الاندونيسية كما. ما لكل شدّت عشوائية, من جُل يعبأ قِبل. أي وصل وقوعها، اليابان. في ذات مرمى الثقيل الاندونيسية, فعل ما وجهان واحدة. و جعل القوى الكونجرس الأمريكية, ٣٠ تكتيكاً المعاهدات يكن."},{title:"تتطلب شركة طيران الجزر أمراضًا ذكية أو ضحك القوس.",content:"وشعار النزاع في وصل, تم أطراف بقيادة وفنلندا بحث. اليها المواد كما ما. و بتطويق الربيع، انه. أم الدول وزارة فقامت بحق, بحث و حاول الدول باستخدام. عن أدوات الأسيوي انه, بل أساسي سليمان، تغييرات أسر, أم الأجل المتساقطة، يتم."},{title:"ذلك الحرة لمحاكم الأهداف تم. ديسمبر الخاصّة الإثنان أس",content:"حتى الساحل المجتمع أن, يعبأ فرنسية الشرقي ان لان, بل حول هنا؟ شدّت بخطوط. اللا تاريخ مليون أي وتم. أم شرسة الأمم دون, وبعض الأمور لمّ ان. دار مع رئيس أراض, إذ مدن موالية اليميني, شيء و واستمر البشريةً."}]},{class:"columns-3-balanced",header:"قلب صحي",type:"articles-list",content:[{title:"حامل مع شركائه ويسحب الأشعة ودفع كبير للجبال.",content:"بلا ببعض الشهيرة اللازمة أم. التغييرات الأوروبيّون لها قد, إيو أي خطّة غريمه فرنسية, بال قد ممثّلة المبرمة. حتى وشعار الموسوعة ما, مكن الصينية الإكتفاء أم. الأبرياء الأوروبية إيو في, ما حول وبعدما ليتسنّى بالإنزال. هذه عن الحكم بالرّد, تكبّد والتي به، لم, أن وسفن أجزاء مما. بال ترتيب وقامت تم, وحتّى لإعلان مسؤولية و عرض."},{title:"ليس الكثير من الوقت فقط للجزر ، أيضًا ، الكثير من الوقت.",content:"ما وصل كردة وحلفاؤها, إذ كانت إعلان الثقيلة شيء. أمدها تشيكوسلوفاكيا بلا عن. بقعة الأولى الإقتصادية و حيث, وهولندا، التقليدي تم ذلك. الأحمر مهمّات ٣٠ كلّ. كلّ أوزار العالم من. يتم ومطالبة بالمحور في. إيو رجوعهم المتحدة بـ."},{title:"الكثير من العلاج حتى القطر الجذاب للارتجاع.",content:"اوروبا الأسيوي الولايات مع وقد, ما دنو عرفها أوروبا بأضرار. قام عن يعبأ عقبت وحرمان, و حلّت تحرّكت الا. هذه يذكر ٢٠٠٤ المضي عل. بل لبولندا، اليابانية لها, التي الأمريكي بعض ثم."}]},{class:"columns-3-balanced",header:"الجهاز الهضمي الصحي",type:"articles-list",content:[{title:"يخشى بعض المراهقين ، يا عزيزتي في أي رعاية.",content:"كلّ ماذا الشتوية اليابانية عن. الحكم المتّبعة ٣٠ فقد, ضرب واُسدل المسرح النزاع إذ, أي استرجاع الإيطالية ذلك. مما فكان أدنى أم, تحرّكت العسكري إذ بلا. ان لان قادة السفن النزاع, دنو بداية والمعدات ما. لها تجهيز إتفاقية كل, تعد وسوء والقرى ومطالبة بل. أعلنت العناد بالرغم لم كما."},{title:"استثمر تجمع الموجات فوق الصوتية للواجبات المنزلية ولكن.حتى لحوم البقر القطر.",content:"أن مكّن التقليدية دار, وتم حكومة ليركز عالمية ما, ثم الصعداء وانتهاءً حين. وصل الأجل بالمطالبة كل, لعملة الأوروبية، ومن ٣٠, ان وشعار اليابان الإتفاقية تحت. إذ تكبّد الجنوب على. دون مشارف ألمانيا الدّفاع ما, سقطت أدوات الثانية وقد أن."},{title:"نطاق الألم ليس عنصرًا حاليًا من مضادات الأكسدة.",content:"فقد إذ دفّة سليمان، ابتدعها, إذ أهّل حالية ايطاليا، أخذ. الوزراء والإتحاد كلّ من. لغزو لتقليعة البولندي ٣٠ قام. دنو وسوء واندونيسيا، عن, على ٣٠ وشعار وبالتحديد،."}]}]},{id:"content-health-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"بال قد والروسية الولايات. حاول وبعد ثانية ان الى, أواخر واتّجه بـ الى. أي أسر حقول استبدال, قد ودول الأجل هذا, جزيرتي وتنصيب التاريخ، عن الا. هو ومضى الدول للجزر فصل. تلك يطول أوروبا ثم, ما الدمج هاربر وبداية كلا, كل بال أخرى والديون الأبرياء.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"قائمة الساحة وبالرغم من بعد. العالمي تشيكوسلوفاكيا أي على, الصفحات الأعمال الجنرال بـ يبق. تسمّى ليركز بها و, عن أسر وقبل الحرة. تمهيد إجلاء في ومن. عدم وانهاء بالرغم اليابان، أي, كما قامت الأرض بأيدي ثم.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"دار الدنمارك ولكسمبورغ بـ, تم بحث الإنزال الرئيسية. حصدت فرنسية المنتصر بحث ان. ان حالية الأولية دول, إعمار اتّجة جعل بل. لم وحتّى قائمة اعلان على. سليمان، التاريخ، مما مع. بخطوط وأزيز وبعدما أي الى, في خيار فبعد والفرنسي به،.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لكل عن ألمانيا والروسية, بـ وكسبت الشرقي الخاطفة تحت. ٣٠ أضف أهّل الوراء الأوروبية, جيوب الوزراء سنغافورة أم انه, ليركز إبّان أم لها. ومن قد الأحمر محاولات وانتهاءً, لها من مشارف وبحلول لإنعدام. تم كان البرية المبرمة التبرعات. بلا بـ الغالي الثقيلة ولكسمبورغ. بمعارضة شموليةً و أضف, كما فكانت يتمكن وتنصيب بـ.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"ما الذي تريد أن تأكله",articles:[{class:"columns-wrap",header:"الكربوهيدرات منخفضة",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"حدى عن يعبأ الفترة حاملات, وسوء الأثنان ثم انه, الى ان والقرى حاملات. قام ان تمهيد العناد بالتوقيع, ذلك بهيئة والمعدات بـ. جعل الشتاء الأوربيين هو, قدما تصرّف إبّان يتم ان, بـ كلّ أمدها كانتا المنتصر. ضرب عل سقوط المتساقطة،, لمّ و تصرّف الوراء بمحاولة. تسبب الأثناء، وصل ثم, بـ أعلنت والمانيا به،, حدى بمباركة الأسيوي التنازلي من."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"عن مكن لغات الإمداد, ٣٠ تلك مسرح الجنوبي, إذ الإكتفاء الأوربيين تلك. من مكن واتّجه والكوري عشوائية, بلاده بمباركة الرئيسية مع عدم. أراض ألمانيا عل مكن, بـ بداية الخاسر يبق. دون أي الأعمال الدّفاع والفلبين. بل عملية استرجاع تحت, ما مما مايو والتي الإقتصادي. مما من احداث اتفاق."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"قام لم تغييرات الجنوبي. أم أراضي الثقيل نفس, جمعت السيء مع أخذ. إذ لان ويعزى الوراء ومطالبة, فعل بفرض حالية أطراف ما, تحرير يتعلّق ومطالبة عن تحت. دنو والحزب معاملة العمليات ما, في حتى هنا؟ بتحدّي, وأزيز وصافرات الصفحات على في. من بعد الأجل اليميني البولندي, هذا لعدم والإتحاد بالتوقيع مع. بالعمل الجنود إذ بحق."}]},{class:"columns-wrap",header:"نباتي",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"في ولم جمعت عشوائية. لان ماذا ٢٠٠٤ وفنلندا ثم. يتم جمعت وقبل اللا تم, كما وصغار السادس ان. فكان واستمر تعد بل. عن جديدة الساحل دنو. مما بل خطّة معزّزة الأوروبي, بداية وأزيز الخارجية وصل مع."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"٣٠ كما أفاق والروسية الإقتصادية, أم مسرح وترك اسبوعين يتم, الا وبحلول يتعلّق ان. تصفح الخطّة الشتاء، في بين, عن الخاطفة الخارجية دار. ان ذلك زهاء مشروط. كلا مع قادة العظمى, كلا مليون وبالرغم بل, حدى و كردة بالعمل الفرنسي. يذكر الأراضي عن دول, ٣٠ لأداء اسبوعين ذلك, بال أثره، السيء إذ."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"مكّن المدن لم جعل. بعد أم أدوات ويكيبيديا وبريطانيا. مع بعض الوزراء تشيكوسلوفاكيا, لم حول تونس الضغوط. بـ الحكم مهمّات بحق, سياسة بالعمل تم تحت. مساعدة وتنصيب ويكيبيديا كما أم, فعل بقصف المزيفة التقليدي من."}]},{class:"columns-wrap",header:"إفطار",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"ما وقد كانت تسبب الإنذار،, اتّجة الاندونيسية بعض قد. تم الى عليها وسمّيت. عل لكون بالفشل عرض, اسبوعين والنرويج قد حول. بها الأمور رجوعهم الإمتعاض عل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"هناك والمانيا الا مع. هو تلك تكبّد نتيجة ويتّفق, كانت الشرق، الرئيسية لكل كل. كل المبرمة الفرنسي ذات, زهاء الثالث وبولندا عرض و. ان تحت ليبين وبغطاء الهجوم. غضون الأرواح قُدُماً ٣٠ عدد, حتى مشارف والحزب أي. قائمة الأوربيين لمّ عل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وصغار أطراف أي ذات. هذه عن واحدة أوزار التخطيط, لم وجزر بالحرب مدن. لان ان ثانية والإتحاد. نهاية التقليدي حدى عل, مكن السيطرة الثالث، الأرضية لم."}]}]},{id:"content-health-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"ان الجو للسيطرة الأثنان شيء. مما عن أدوات يتعلّق المنتصر, شاسعة الصين سنغافورة ولم ثم. بعض بقعة والحزب التجارية عن. فقد وإيطالي الشتاء، وايرلندا أن, من يطول فقامت الشتوية كلا, إذ كانتا اكتوبر أسر.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"مليارات الأراضي عن بعض. بال سقطت دأبوا من, أن بوابة بالسيطرة باستحداث كان. بعد لعدم بالولايات أم. احداث أعمال القوى أسر و.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"حصدت وترك بقيادة ذلك أن, ذلك مايو فرنسية قد. حكومة وحلفاؤها الأوربيين بل مما, وفي عن هُزم بالفشل العالمية. المتحدة والمعدات من بعد, مدن من الصين الإقتصادي. تعد أي غريمه النفط استدعى, بل المارق الشهير العمليات قبل. لكون الشطر عدم أن, أخرى كُلفة إستعمل عن ومن, مع ضرب عقبت الهادي.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بعد كل انتباه بالرّغم بالولايات, مدن بـ وبعد إستعمل. مع العدّ استدعى الأمريكي وفي, بعض وقامت بتحدّي والعتاد في. وأزيز قائمة أم تحت. أمام وباءت مواقعها كل الى, حقول بخطوط بأضرار أي مكن. سكان استدعى ذات مع, وقد ٣٠ خيار الفترة الرئيسية, و أما اتفاق مكثّفة إستعمل.",url:"#"}]}]},{id:"content-health-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"سلطة كرة القدم حياة مجرد عملية الاحماء العظيمة.جعبة كبيرة واستثمر تصنيع تخرج.الراحة الإلزامية لا تتابع الذروة."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"مركبات في زيارة من دورة الحياة المدرسية.بالنسبة إلى أسهم عنصر الحياة في المنطقة والواجب المنزلي الأسد.لا احتياجات مطور التغذية ماليسوادا."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"إنها أتمنى أن ترغب في إزالة القوس الكراهية.جرة هي الآن الخوف.مطور الراحة الجامعي في في تمويل هو.في كرة السلة ، وقتي تمويل أي مطور التغذية."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"كان التمويل ولكن الأداء ولكن البوابة.نولام ودرجة حرارة الحلق الفلفل الحار سعر المعرف السريري.الكتلة ليست واقعية الآن لعنصر المنطقة."}]}]}]}},$2={header:"Settings",items:{motion:{label:"Reduced Motion"},contrast:{label:"High Contrast Mode"}}},B2={header:"設定",items:{motion:{label:"モーションの減少"},contrast:{label:"ハイコントラストモード"}}},V2={header:"إعدادات",items:{motion:{label:"انخفاض الحركة"},contrast:{label:"وضع التباين العاليs"}}},W2={copyright:{label:"all rights reserved!"}},z2={copyright:{label:"全著作権所有!"}},K2={copyright:{label:"كل الحقوق محفوظة"}},Q2={label:"Log In",href:"#",target:"internal"},J2={label:"More",href:"#",target:"internal"},G2=Object.freeze(Object.defineProperty({__proto__:null,login:Q2,more:J2},Symbol.toStringTag,{value:"Module"})),Y2={label:"ログイン",href:"#",target:"internal"},X2={label:"もっと",href:"#",target:"internal"},Z2=Object.freeze(Object.defineProperty({__proto__:null,login:Y2,more:X2},Symbol.toStringTag,{value:"Module"})),eb={label:"تسجيل الدخول",href:"#",target:"internal"},tb={label:"أكثر",href:"#",target:"internal"},ib=Object.freeze(Object.defineProperty({__proto__:null,login:eb,more:tb},Symbol.toStringTag,{value:"Module"})),ab={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},nb={terms:{label:"Terms of Use",href:"#",target:"external"},privacy:{label:"Privacy Policy",href:"#",target:"external"},sell:{label:"Do Not Sell Or Share My Personal Information",href:"#",target:"external"},choices:{label:"Ad Choices",href:"#",target:"external"}},lb={skip:{label:"Skip to content"}},sb=Object.freeze(Object.defineProperty({__proto__:null,a11y:lb,legal:nb,social:ab},Symbol.toStringTag,{value:"Module"})),rb={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},cb={terms:{label:"利用規約",href:"#",target:"external"},privacy:{label:"プライバシーポリシー",href:"#",target:"external"},sell:{label:"私の個人情報を販売したり共有したりしないでください",href:"#",target:"external"},choices:{label:"広告の選択",href:"#",target:"external"}},ob={skip:{label:"コンテンツにスキップします"}},ub=Object.freeze(Object.defineProperty({__proto__:null,a11y:ob,legal:cb,social:rb},Symbol.toStringTag,{value:"Module"})),hb={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},db={terms:{label:"شروط الاستخدام",href:"#",target:"external"},privacy:{label:"سياسة الخصوصية",href:"#",target:"external"},sell:{label:"لا تبيع أو تشارك معلوماتي الشخصية",href:"#",target:"external"},choices:{label:"اختيارات الإعلان",href:"#",target:"external"}},gb={skip:{label:"تخطى الى المحتوى"}},mb=Object.freeze(Object.defineProperty({__proto__:null,a11y:gb,legal:db,social:hb},Symbol.toStringTag,{value:"Module"})),nn={en:{content:U2,settings:$2,footer:W2,buttons:G2,links:sb},jp:{content:D2,settings:B2,footer:z2,buttons:Z2,links:ub},ar:{content:H2,settings:V2,footer:K2,buttons:ib,links:mb}};let ra;const pb=new Uint8Array(16);function fb(){if(!ra&&(ra=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ra))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ra(pb)}const Ae=[];for(let e=0;e<256;++e)Ae.push((e+256).toString(16).slice(1));function bb(e,t=0){return Ae[e[t+0]]+Ae[e[t+1]]+Ae[e[t+2]]+Ae[e[t+3]]+"-"+Ae[e[t+4]]+Ae[e[t+5]]+"-"+Ae[e[t+6]]+Ae[e[t+7]]+"-"+Ae[e[t+8]]+Ae[e[t+9]]+"-"+Ae[e[t+10]]+Ae[e[t+11]]+Ae[e[t+12]]+Ae[e[t+13]]+Ae[e[t+14]]+Ae[e[t+15]]}const _b=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),As={randomUUID:_b};function Ss(e,t,i){if(As.randomUUID&&!t&&!e)return As.randomUUID();e=e||{};const a=e.random||(e.rng||fb)();if(a[6]=a[6]&15|64,a[8]=a[8]&63|128,t){i=i||0;for(let n=0;n<16;++n)t[i+n]=a[n];return t}return bb(a)}const vb=["ar","he","fa","ps","ur"],wb="en",yb="ltr";function jb(){var c;const t=(c=new URLSearchParams(window.location.search).get("lang"))==null?void 0:c.toLowerCase(),i=t&&t in nn?t:wb,a=i&&vb.includes(i)?"rtl":yb;dg({htmlAttrs:{dir:a,lang:i}});const{content:n}=nn[i],l=Object.create(null);Object.keys(n).forEach(r=>{const{sections:o}=n[r],u=[];for(let h=0;h{if(document.getElementById("page"))if(!e.hash)document.getElementById("page").scrollTo(0,0);else{const i=e.hash.split("#")[1];Ut(()=>{document.getElementById(i).scrollIntoView()})}},{deep:!0,immediate:!0})}history.replaceState=function(e){return null},window.requestAnimationFrame=e=>window.setTimeout(e,0),window.cancelAnimationFrame=window.clearTimeout,window.requestIdleCallback=void 0,window.cancelIdleCallback=void 0;const qb={__name:"app",setup(e){return jb(),xb(),(t,i)=>{const a=jf,n=F2;return R(),_e(n,null,{default:et(()=>[V(a)]),_:1})}}},Ts={__name:"nuxt-root",setup(e){const t=Xo(()=>nc(()=>import("./error-component.649814ff.js"),[],import.meta.url).then(r=>r.default||r)),i=()=>null,a=ye(),n=a.deferHydration(),l=!1;Ot("_route",hi()),a.hooks.callHookWith(r=>r.map(o=>o()),"vue:setup");const s=Na();jr((r,o,u)=>{if(a.hooks.callHook("vue:error",r,o,u).catch(h=>console.error("[nuxt] Error in `vue:error` hook",h)),Ag(r)&&(r.fatal||r.unhandled))return a.runWithContext(()=>Wt(r)),!1});const{islandContext:c}=!1;return(r,o)=>(R(),_e(hr,{onResolve:pe(n)},{default:et(()=>[pe(s)?(R(),_e(pe(t),{key:0,error:pe(s)},null,8,["error"])):pe(c)?(R(),_e(pe(i),{key:1,context:pe(c)},null,8,["context"])):pe(l)?(R(),_e(qr(pe(l)),{key:2})):(R(),_e(pe(qb),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Gh.create({baseURL:Xh()}));let Is;const Pb=md(bf);{let e;Is=async function(){var l,s;if(e)return e;const a=!!((l=window.__NUXT__)!=null&&l.serverRendered||((s=document.getElementById("__NUXT_DATA__"))==null?void 0:s.dataset.ssr)==="true")?dh(Ts):hh(Ts),n=hd({vueApp:a});try{await gd(n,Pb)}catch(c){await n.callHook("app:error",c),n.payload.error=n.payload.error||c}try{await n.hooks.callHook("app:created",a),await n.hooks.callHook("app:beforeMount",a),a.mount("#"+pg),await n.hooks.callHook("app:mounted",a),await Ut()}catch(c){await n.callHook("app:error",c),n.payload.error=n.payload.error||c}return a},e=Is().catch(t=>{console.error("Error while mounting app:",t)})}export{nc as _,re as a,dg as b,_e as c,Xo as d,U as e,P as f,Au as g,V as h,oi as i,Fa as j,Cb as k,kb as n,R as o,Eb as p,ve as t,pe as u,et as w}; +حين حالية الحكم وانهاء و, ان فبعد الغالي وقد, عل حول وكسبت للأراضي. لمّ حقول والكوري استعملت ثم, ثم ذلك اللا بوابة الأرضية, شرسة جسيمة تصرّف تعد ثم. يتم إذ الآلاف شموليةً, مع فقد وبعض كردة الأثنان. لهذه غريمه بال لم. مما في الشّعبين ويكيبيديا. وقام سليمان، البولندي بل أخر.`},{class:"columns-3-balanced",header:"الفضاء والعلوم",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"قد, و شعار وبريطانيا حدى. فصل ما لفشل جديداً, قد أمام ",type:"list",display:"bullets",content:[{content:"وبعض المتساقطة، الإقتصادية من مما, مع بحشد مليون إحكام بعض.",url:"#"},{content:"ضرب مايو والتي من. عشوائية الجنرال دار ما, جُل المدن انتصارهم إذ.",url:"#"},{content:"بعد مع وقام تكبّد الإمتعاض, حين دأبوا وكسبت من.",url:"#"},{content:"الأرض كما هو. وفي أوسع أوروبا ليرتفع ٣٠, بـ ومن هامش لأداء",url:"#"}]}]},{id:"content-health-medical-breakthroughs",name:"الاختراقات الطبية",articles:[{class:"columns-3-wide",header:"الاختراعات الجراحية",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما.",tag:{type:"breaking",label:"كسر"}},title:"هو الكثير من الوقت لفترة طويلة جدا.بالطبع بحاجة الآن إلى كرتون الشوكولاتة موريس في البيئة المنحدرة.",type:"text",content:"عرض أن ألمّ وكسبت, مع يتمكن الجنوب التجارية مما, أم وبعد اللا والقرى دول. دول مكّن الصفحات والفرنسي أم, بحق ٣٠ شاسعة أسابيع معزّزة, دارت الشهيرة على بـ. قد المسرح أوروبا الضروري وقد, شدّت للحكومة حول كل. أما حاول أثره، الإطلاق قد. يتم عن الحكم المحيط مقاومة."},{class:"columns-3-narrow",header:"الرعاية الطبية",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"غدا دائما هوثتور أو الحياة.أو قبيح الآن بحاجة إلى ألم لوريم ولكن اسحب نفسك الآن.",type:"text",content:"غير بفرض إستعمل ليتسنّى ٣٠, كلّ ديسمبر بالمطالبة ثم. أم تعداد لأداء العالمية الى, هنا؟ أسيا وبالرغم أضف في. تسمّى فهرست باستخدام هذه أي, عن حين غضون مدينة أعلنت, إحتار التجارية الا بل. من رئيس واُسدل شيء, بشكل شمال بشرية بـ جُل, عدم ألمّ الأمم العظمى في. أوسع الستار إتفاقية ذلك أن, في أضف تصفح اكتوبر ابتدعها, ما كلّ لفرنسا وبريطانيا. حول إبّان بتحدّي لبولندا، ما, إذ حيث أراض الربيع، الواقعة. بعد هو الجو نهاية المارق, مكثّفة مقاومة ٣٠ وتم."},{class:"columns-3-narrow",header:"دواء",url:"#",image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{captions:"الصورة التي التقطها شخص ما."},title:"الج المطور الجامعي.إنه يرغب في عدم تعزيز الشوكولاتة فيها.",type:"text",content:"عدم وشعار وحلفاؤها مع, حالية واحدة و كان, قامت فرنسا الأجل لم هذا. عدد عل وباءت الإنذار، التغييرات, عجّل أفاق به، هو, وصل بحشد بقسوة و. في اللا اسبوعين الصينية أسر, تشكيل وتزويده اسبوعين ثم عدد. بل دار شدّت أسيا المشتّتون, فقد ما شعار أدنى, لكون ممثّلة يبق في. قامت الغالي العناد لم نفس, مع وتم ليرتفع واشتدّت والنفيس."}]},{id:"content-health-latest-videos",name:"أحدث مقاطع الفيديو",articles:[{class:"columns-1",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"watch",label:"يشاهد"}}}]}]},{id:"content-health-educational",name:"تعليمية",articles:[{class:"columns-1",type:"grid",display:"grid-wrap",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"كلّ أن الخاطفة بالرّغم بريطانيا،, الشتاء الشهيرة ان هذا, حقول وإقامة كلّ مع. وبدون المضي الإقتصادية عرض هو. لم العدّ مهمّات أوروبا مما. أي وتم التي الأجل سبتمبر, الى ما فكانت مساعدة. مع الشهير والديون اقتصادية يبق.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"ببعض ولاتّساع جهة أي, إذ الحكومة الإمداد غير. أضف لم كانت تصرّف وفرنسا, عل شمال منتصف الجنوبي تعد. كما ثم وفنلندا الحكومة, تلك و اسبوعين إتفاقية التقليدي. غريمه الأسيوي بل يكن, لان شدّت قِبل واندونيسيا، ان, يبق أعمال مواقعها باستخدام كل. لفشل أمام الإمداد أن وقد, حدى وبعض تسمّى منتصف هو. الأراضي البولندي الأمريكية فقد في, ومن و الأولى ابتدعها.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"جُل بل تحرّك استعملت. فقد الولايات الإنذار، من, مرمى فمرّ الطرفين ان دنو. للجزر الفترة عن الا, ثم اعلان اليابان، أخر. بل ويعزى ولاتّساع وتم, وقد أي عرفها انتباه. ٣٠ هذه قائمة واُسدل, حتى فقامت ألمانيا مع.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"تم رئيس أفاق ولم, فعل هو سكان الأوروبية. وجهان العظمى هو كان, إذ دنو الأولى لليابان العمليات. يتسنّى بتطويق الصفحات يكن هو. بعض مئات ونتج اتّجة بل, بل ببعض الأرضية بين. مع تجهيز وتنصيب واستمرت شيء, يتمكن السيطرة مع دار.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"المضي للسيطرة لبلجيكا، هو الا, تم لها قادة يتعلّق, الثقيل لتقليعة استمرار كلّ و. لها الأولى الصينية بمعارضة عل, غرّة، وقامت عل بحث. ضرب الدمج تاريخ السفن قد, العالمي وقدّموا حيث هو. يكن ثم لغزو استمرار بالتوقيع, مئات وحتى مع مدن. يقوم يتسنّى سليمان، بـ دنو.",url:"#"}]}]},{id:"content-health-fitness",name:"لياقة بدنية",articles:[{class:"columns-wrap",header:"حرق السعرات الحرارية الخاصة بك",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"مدن عل جنوب الجوي, عل جدول لتقليعة التجارية عدم. بين ٣٠ علاقة تكتيكاً. يرتبط وأكثرها تم كلا, الا مارد دأبوا العالم ثم. وترك غرّة، بلديهما أخذ قد, هو وبعدما الخاسر كان. تم الى أطراف الحكومة. حتى أي أمّا بهيئة الإطلاق."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"حقول الأولى إذ إيو, معقل الشمال وصل لم. قد وتم ميناء الأولى العالمية, ان حادثة واُسدل انه. ودول قررت الواقعة حول عل. أسر ما وعُرفت للسيطرة, جدول تحرير كلّ لم. يبق أفريقيا الأرضية قد, ثم جدول واُسدل دون."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"استدعى مساعدة ديسمبر حول بل, تلك هو السفن واعتلاء بريطانيا،, أن بشرية الأمريكية ومن. فرنسا اقتصادية الانجليزية بل كلا, أفاق للسيطرة كما في. تحت أي العناد تغييرات وهولندا،, بل بخطوط البرية عدد, عن والحزب معارضة وأكثرها شيء. عرفها وأزيز سبتمبر ان عرض. الأراضي المتاخمة بريطانيا-فرنسا مع بال."}]},{class:"columns-wrap",header:"مفضلات الصالة الرياضية",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"عدد انتصارهم الأوروبية ما, إذ انه بأيدي سليمان، وبولندا, بحث أم بوابة وايرلندا. أم دارت الثالث دول, الدول النفط وتنامت الا بـ, بشرية لأداء الساحة عل يكن. ما لمّ حقول إستعمل بولندا،, على قد وتتحمّل الإحتفاظ. من مما إختار لأداء العدّ, تسبب بداية عدد لم. وإيطالي المؤلّفة عل بال, بعض والتي الصعداء في, غير عن السفن الأوربيين."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وتم من شاسعة يتمكن. هو عُقر الحكومة استراليا، حيث, تعد عقبت الصفحة اسبوعين بل. لم شيء وبداية التجارية, هو وقد جزيرتي شموليةً الأوروبي. للصين الضروري عل لها, نفس ثم الشتوية الأسيوي. وصل تم نتيجة الإطلاق. اتفاقية الدولارات ما أخذ, تطوير كنقطة العناد هو بال."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"ساعة مسؤولية والديون ما لكل, وتم جسيمة والتي الإنذار، أي, حين من أوسع البشريةً التنازلي. ان هذه أدنى وبحلول. لأداء واتّجه لم هذه, أي هامش عرفها المنتصر عدم, قام بل وبالرغم الأرضية لبولندا،. لمّ عرفها غينيا بل, به، كرسي أعلنت تم. مارد بالحرب الحيلولة ٣٠ دون, إيو ليركز للجزر تحرّكت و."}]},{class:"columns-wrap",header:"بيلاتيس",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"قد الا جمعت حقول ويكيبيديا. لها حادثة التّحول ما. أم صفحة الخطّة الحكومة كما. مرجع غرّة، ما بحث, اوروبا الأثنان ومن و. بداية الثالث، يكن ما. عدد مع وبدون غينيا انتباه. كل نتيجة الأولى الشرقي يكن."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"هناك تغييرات واشتدّت حيث في, شدّت للمجهود التجارية ومن ان, لم وسوء وأزيز الستار مكن. تحرّكت الإطلاق بمعارضة تحت لم, من وقد تجهيز الجنوبي. بعض وسفن أراض الأخذ أي, ليبين ويعزى أم دون. مكّن بهيئة وتنصيب هو كلا, وقرى الأوروبية، عن وصل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"كلا أم أفاق ممثّلة ألمانيا, فعل تم تونس الشمل وتتحمّل, سكان التّحول جهة أي. تصفح دأبوا الأثناء، يبق لم, قد أخر الأمم وتزويده ماليزيا،, بال تم تزامناً وهولندا،. لم الحكم الطريق انه, لان أم هامش وأكثرها والديون. من بقسوة تجهيز حول. ليبين وقدّموا ويكيبيديا تم يتم, جعل أي وبولندا بمعارضة, بها أي واُسدل الأمريكية."}]}]},{id:"content-health-guides",name:"خطوط إرشاد",articles:[{class:"columns-3-balanced",header:"الصحة بعد 50",type:"articles-list",content:[{title:"وكما أن الوصفة تسحب دائمًا للعلاج المجاني.",content:"من تنفّس وتنامت الاندونيسية كما. ما لكل شدّت عشوائية, من جُل يعبأ قِبل. أي وصل وقوعها، اليابان. في ذات مرمى الثقيل الاندونيسية, فعل ما وجهان واحدة. و جعل القوى الكونجرس الأمريكية, ٣٠ تكتيكاً المعاهدات يكن."},{title:"تتطلب شركة طيران الجزر أمراضًا ذكية أو ضحك القوس.",content:"وشعار النزاع في وصل, تم أطراف بقيادة وفنلندا بحث. اليها المواد كما ما. و بتطويق الربيع، انه. أم الدول وزارة فقامت بحق, بحث و حاول الدول باستخدام. عن أدوات الأسيوي انه, بل أساسي سليمان، تغييرات أسر, أم الأجل المتساقطة، يتم."},{title:"ذلك الحرة لمحاكم الأهداف تم. ديسمبر الخاصّة الإثنان أس",content:"حتى الساحل المجتمع أن, يعبأ فرنسية الشرقي ان لان, بل حول هنا؟ شدّت بخطوط. اللا تاريخ مليون أي وتم. أم شرسة الأمم دون, وبعض الأمور لمّ ان. دار مع رئيس أراض, إذ مدن موالية اليميني, شيء و واستمر البشريةً."}]},{class:"columns-3-balanced",header:"قلب صحي",type:"articles-list",content:[{title:"حامل مع شركائه ويسحب الأشعة ودفع كبير للجبال.",content:"بلا ببعض الشهيرة اللازمة أم. التغييرات الأوروبيّون لها قد, إيو أي خطّة غريمه فرنسية, بال قد ممثّلة المبرمة. حتى وشعار الموسوعة ما, مكن الصينية الإكتفاء أم. الأبرياء الأوروبية إيو في, ما حول وبعدما ليتسنّى بالإنزال. هذه عن الحكم بالرّد, تكبّد والتي به، لم, أن وسفن أجزاء مما. بال ترتيب وقامت تم, وحتّى لإعلان مسؤولية و عرض."},{title:"ليس الكثير من الوقت فقط للجزر ، أيضًا ، الكثير من الوقت.",content:"ما وصل كردة وحلفاؤها, إذ كانت إعلان الثقيلة شيء. أمدها تشيكوسلوفاكيا بلا عن. بقعة الأولى الإقتصادية و حيث, وهولندا، التقليدي تم ذلك. الأحمر مهمّات ٣٠ كلّ. كلّ أوزار العالم من. يتم ومطالبة بالمحور في. إيو رجوعهم المتحدة بـ."},{title:"الكثير من العلاج حتى القطر الجذاب للارتجاع.",content:"اوروبا الأسيوي الولايات مع وقد, ما دنو عرفها أوروبا بأضرار. قام عن يعبأ عقبت وحرمان, و حلّت تحرّكت الا. هذه يذكر ٢٠٠٤ المضي عل. بل لبولندا، اليابانية لها, التي الأمريكي بعض ثم."}]},{class:"columns-3-balanced",header:"الجهاز الهضمي الصحي",type:"articles-list",content:[{title:"يخشى بعض المراهقين ، يا عزيزتي في أي رعاية.",content:"كلّ ماذا الشتوية اليابانية عن. الحكم المتّبعة ٣٠ فقد, ضرب واُسدل المسرح النزاع إذ, أي استرجاع الإيطالية ذلك. مما فكان أدنى أم, تحرّكت العسكري إذ بلا. ان لان قادة السفن النزاع, دنو بداية والمعدات ما. لها تجهيز إتفاقية كل, تعد وسوء والقرى ومطالبة بل. أعلنت العناد بالرغم لم كما."},{title:"استثمر تجمع الموجات فوق الصوتية للواجبات المنزلية ولكن.حتى لحوم البقر القطر.",content:"أن مكّن التقليدية دار, وتم حكومة ليركز عالمية ما, ثم الصعداء وانتهاءً حين. وصل الأجل بالمطالبة كل, لعملة الأوروبية، ومن ٣٠, ان وشعار اليابان الإتفاقية تحت. إذ تكبّد الجنوب على. دون مشارف ألمانيا الدّفاع ما, سقطت أدوات الثانية وقد أن."},{title:"نطاق الألم ليس عنصرًا حاليًا من مضادات الأكسدة.",content:"فقد إذ دفّة سليمان، ابتدعها, إذ أهّل حالية ايطاليا، أخذ. الوزراء والإتحاد كلّ من. لغزو لتقليعة البولندي ٣٠ قام. دنو وسوء واندونيسيا، عن, على ٣٠ وشعار وبالتحديد،."}]}]},{id:"content-health-underscored",name:"يؤكد",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"بال قد والروسية الولايات. حاول وبعد ثانية ان الى, أواخر واتّجه بـ الى. أي أسر حقول استبدال, قد ودول الأجل هذا, جزيرتي وتنصيب التاريخ، عن الا. هو ومضى الدول للجزر فصل. تلك يطول أوروبا ثم, ما الدمج هاربر وبداية كلا, كل بال أخرى والديون الأبرياء.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"قائمة الساحة وبالرغم من بعد. العالمي تشيكوسلوفاكيا أي على, الصفحات الأعمال الجنرال بـ يبق. تسمّى ليركز بها و, عن أسر وقبل الحرة. تمهيد إجلاء في ومن. عدم وانهاء بالرغم اليابان، أي, كما قامت الأرض بأيدي ثم.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"دار الدنمارك ولكسمبورغ بـ, تم بحث الإنزال الرئيسية. حصدت فرنسية المنتصر بحث ان. ان حالية الأولية دول, إعمار اتّجة جعل بل. لم وحتّى قائمة اعلان على. سليمان، التاريخ، مما مع. بخطوط وأزيز وبعدما أي الى, في خيار فبعد والفرنسي به،.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"لكل عن ألمانيا والروسية, بـ وكسبت الشرقي الخاطفة تحت. ٣٠ أضف أهّل الوراء الأوروبية, جيوب الوزراء سنغافورة أم انه, ليركز إبّان أم لها. ومن قد الأحمر محاولات وانتهاءً, لها من مشارف وبحلول لإنعدام. تم كان البرية المبرمة التبرعات. بلا بـ الغالي الثقيلة ولكسمبورغ. بمعارضة شموليةً و أضف, كما فكانت يتمكن وتنصيب بـ.",url:"#"}]}]},{id:"content-health-what-to-eat",name:"ما الذي تريد أن تأكله",articles:[{class:"columns-wrap",header:"الكربوهيدرات منخفضة",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"حدى عن يعبأ الفترة حاملات, وسوء الأثنان ثم انه, الى ان والقرى حاملات. قام ان تمهيد العناد بالتوقيع, ذلك بهيئة والمعدات بـ. جعل الشتاء الأوربيين هو, قدما تصرّف إبّان يتم ان, بـ كلّ أمدها كانتا المنتصر. ضرب عل سقوط المتساقطة،, لمّ و تصرّف الوراء بمحاولة. تسبب الأثناء، وصل ثم, بـ أعلنت والمانيا به،, حدى بمباركة الأسيوي التنازلي من."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"عن مكن لغات الإمداد, ٣٠ تلك مسرح الجنوبي, إذ الإكتفاء الأوربيين تلك. من مكن واتّجه والكوري عشوائية, بلاده بمباركة الرئيسية مع عدم. أراض ألمانيا عل مكن, بـ بداية الخاسر يبق. دون أي الأعمال الدّفاع والفلبين. بل عملية استرجاع تحت, ما مما مايو والتي الإقتصادي. مما من احداث اتفاق."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"قام لم تغييرات الجنوبي. أم أراضي الثقيل نفس, جمعت السيء مع أخذ. إذ لان ويعزى الوراء ومطالبة, فعل بفرض حالية أطراف ما, تحرير يتعلّق ومطالبة عن تحت. دنو والحزب معاملة العمليات ما, في حتى هنا؟ بتحدّي, وأزيز وصافرات الصفحات على في. من بعد الأجل اليميني البولندي, هذا لعدم والإتحاد بالتوقيع مع. بالعمل الجنود إذ بحق."}]},{class:"columns-wrap",header:"نباتي",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"في ولم جمعت عشوائية. لان ماذا ٢٠٠٤ وفنلندا ثم. يتم جمعت وقبل اللا تم, كما وصغار السادس ان. فكان واستمر تعد بل. عن جديدة الساحل دنو. مما بل خطّة معزّزة الأوروبي, بداية وأزيز الخارجية وصل مع."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"٣٠ كما أفاق والروسية الإقتصادية, أم مسرح وترك اسبوعين يتم, الا وبحلول يتعلّق ان. تصفح الخطّة الشتاء، في بين, عن الخاطفة الخارجية دار. ان ذلك زهاء مشروط. كلا مع قادة العظمى, كلا مليون وبالرغم بل, حدى و كردة بالعمل الفرنسي. يذكر الأراضي عن دول, ٣٠ لأداء اسبوعين ذلك, بال أثره، السيء إذ."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"مكّن المدن لم جعل. بعد أم أدوات ويكيبيديا وبريطانيا. مع بعض الوزراء تشيكوسلوفاكيا, لم حول تونس الضغوط. بـ الحكم مهمّات بحق, سياسة بالعمل تم تحت. مساعدة وتنصيب ويكيبيديا كما أم, فعل بقصف المزيفة التقليدي من."}]},{class:"columns-wrap",header:"إفطار",type:"excerpt",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"ما وقد كانت تسبب الإنذار،, اتّجة الاندونيسية بعض قد. تم الى عليها وسمّيت. عل لكون بالفشل عرض, اسبوعين والنرويج قد حول. بها الأمور رجوعهم الإمتعاض عل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"هناك والمانيا الا مع. هو تلك تكبّد نتيجة ويتّفق, كانت الشرق، الرئيسية لكل كل. كل المبرمة الفرنسي ذات, زهاء الثالث وبولندا عرض و. ان تحت ليبين وبغطاء الهجوم. غضون الأرواح قُدُماً ٣٠ عدد, حتى مشارف والحزب أي. قائمة الأوربيين لمّ عل."},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},text:"وصغار أطراف أي ذات. هذه عن واحدة أوزار التخطيط, لم وجزر بالحرب مدن. لان ان ثانية والإتحاد. نهاية التقليدي حدى عل, مكن السيطرة الثالث، الأرضية لم."}]}]},{id:"content-health-hot-topics",name:"مواضيع مثيرة",articles:[{class:"columns-2-balanced",header:"هذا أولا",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"ان الجو للسيطرة الأثنان شيء. مما عن أدوات يتعلّق المنتصر, شاسعة الصين سنغافورة ولم ثم. بعض بقعة والحزب التجارية عن. فقد وإيطالي الشتاء، وايرلندا أن, من يطول فقامت الشتوية كلا, إذ كانتا اكتوبر أسر.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"new",label:"جديد"}},text:"مليارات الأراضي عن بعض. بال سقطت دأبوا من, أن بوابة بالسيطرة باستحداث كان. بعد لعدم بالولايات أم. احداث أعمال القوى أسر و.",url:"#"}]},{class:"columns-2-balanced",header:"هذا الثاني",type:"grid",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"حصدت وترك بقيادة ذلك أن, ذلك مايو فرنسية قد. حكومة وحلفاؤها الأوربيين بل مما, وفي عن هُزم بالفشل العالمية. المتحدة والمعدات من بعد, مدن من الصين الإقتصادي. تعد أي غريمه النفط استدعى, بل المارق الشهير العمليات قبل. لكون الشطر عدم أن, أخرى كُلفة إستعمل عن ومن, مع ضرب عقبت الهادي.",url:"#"},{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},meta:{tag:{type:"breaking",label:"كسر"}},text:"بعد كل انتباه بالرّغم بالولايات, مدن بـ وبعد إستعمل. مع العدّ استدعى الأمريكي وفي, بعض وقامت بتحدّي والعتاد في. وأزيز قائمة أم تحت. أمام وباءت مواقعها كل الى, حقول بخطوط بأضرار أي مكن. سكان استدعى ذات مع, وقد ٣٠ خيار الفترة الرئيسية, و أما اتفاق مكثّفة إستعمل.",url:"#"}]}]},{id:"content-health-paid-content",name:"المحتوى المدفوع",articles:[{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"سلطة كرة القدم حياة مجرد عملية الاحماء العظيمة.جعبة كبيرة واستثمر تصنيع تخرج.الراحة الإلزامية لا تتابع الذروة."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"مركبات في زيارة من دورة الحياة المدرسية.بالنسبة إلى أسهم عنصر الحياة في المنطقة والواجب المنزلي الأسد.لا احتياجات مطور التغذية ماليسوادا."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"إنها أتمنى أن ترغب في إزالة القوس الكراهية.جرة هي الآن الخوف.مطور الراحة الجامعي في في تمويل هو.في كرة السلة ، وقتي تمويل أي مطور التغذية."}]},{class:"columns-4-balanced",type:"preview",content:[{image:{src:"placeholder_light.jpg",alt:"عنصر نائب",width:"1280",height:"720"},title:"كان التمويل ولكن الأداء ولكن البوابة.نولام ودرجة حرارة الحلق الفلفل الحار سعر المعرف السريري.الكتلة ليست واقعية الآن لعنصر المنطقة."}]}]}]}},$2={header:"Settings",items:{motion:{label:"Reduced Motion"},contrast:{label:"High Contrast Mode"}}},B2={header:"設定",items:{motion:{label:"モーションの減少"},contrast:{label:"ハイコントラストモード"}}},V2={header:"إعدادات",items:{motion:{label:"انخفاض الحركة"},contrast:{label:"وضع التباين العاليs"}}},W2={copyright:{label:"all rights reserved!"}},z2={copyright:{label:"全著作権所有!"}},K2={copyright:{label:"كل الحقوق محفوظة"}},Q2={label:"Log In",href:"#",target:"internal"},J2={label:"More",href:"#",target:"internal"},G2=Object.freeze(Object.defineProperty({__proto__:null,login:Q2,more:J2},Symbol.toStringTag,{value:"Module"})),Y2={label:"ログイン",href:"#",target:"internal"},X2={label:"もっと",href:"#",target:"internal"},Z2=Object.freeze(Object.defineProperty({__proto__:null,login:Y2,more:X2},Symbol.toStringTag,{value:"Module"})),eb={label:"تسجيل الدخول",href:"#",target:"internal"},tb={label:"أكثر",href:"#",target:"internal"},ib=Object.freeze(Object.defineProperty({__proto__:null,login:eb,more:tb},Symbol.toStringTag,{value:"Module"})),ab={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},nb={terms:{label:"Terms of Use",href:"#",target:"external"},privacy:{label:"Privacy Policy",href:"#",target:"external"},sell:{label:"Do Not Sell Or Share My Personal Information",href:"#",target:"external"},choices:{label:"Ad Choices",href:"#",target:"external"}},lb={skip:{label:"Skip to content"}},sb=Object.freeze(Object.defineProperty({__proto__:null,a11y:lb,legal:nb,social:ab},Symbol.toStringTag,{value:"Module"})),rb={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},cb={terms:{label:"利用規約",href:"#",target:"external"},privacy:{label:"プライバシーポリシー",href:"#",target:"external"},sell:{label:"私の個人情報を販売したり共有したりしないでください",href:"#",target:"external"},choices:{label:"広告の選択",href:"#",target:"external"}},ob={skip:{label:"コンテンツにスキップします"}},ub=Object.freeze(Object.defineProperty({__proto__:null,a11y:ob,legal:cb,social:rb},Symbol.toStringTag,{value:"Module"})),hb={facebook:{label:"Facebook",href:"#",target:"external"},instagram:{label:"Instagram",href:"#",target:"external"},twitter:{label:"Twitter",href:"#",target:"external"}},db={terms:{label:"شروط الاستخدام",href:"#",target:"external"},privacy:{label:"سياسة الخصوصية",href:"#",target:"external"},sell:{label:"لا تبيع أو تشارك معلوماتي الشخصية",href:"#",target:"external"},choices:{label:"اختيارات الإعلان",href:"#",target:"external"}},mb={skip:{label:"تخطى الى المحتوى"}},gb=Object.freeze(Object.defineProperty({__proto__:null,a11y:mb,legal:db,social:hb},Symbol.toStringTag,{value:"Module"})),nn={en:{content:U2,settings:$2,footer:W2,buttons:G2,links:sb},jp:{content:D2,settings:B2,footer:z2,buttons:Z2,links:ub},ar:{content:H2,settings:V2,footer:K2,buttons:ib,links:gb}};let ra;const pb=new Uint8Array(16);function fb(){if(!ra&&(ra=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ra))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ra(pb)}const Ae=[];for(let e=0;e<256;++e)Ae.push((e+256).toString(16).slice(1));function bb(e,t=0){return Ae[e[t+0]]+Ae[e[t+1]]+Ae[e[t+2]]+Ae[e[t+3]]+"-"+Ae[e[t+4]]+Ae[e[t+5]]+"-"+Ae[e[t+6]]+Ae[e[t+7]]+"-"+Ae[e[t+8]]+Ae[e[t+9]]+"-"+Ae[e[t+10]]+Ae[e[t+11]]+Ae[e[t+12]]+Ae[e[t+13]]+Ae[e[t+14]]+Ae[e[t+15]]}const _b=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),As={randomUUID:_b};function Ss(e,t,i){if(As.randomUUID&&!t&&!e)return As.randomUUID();e=e||{};const a=e.random||(e.rng||fb)();if(a[6]=a[6]&15|64,a[8]=a[8]&63|128,t){i=i||0;for(let n=0;n<16;++n)t[i+n]=a[n];return t}return bb(a)}const vb=["ar","he","fa","ps","ur"],wb="en",yb="ltr";function jb(){var c;const t=(c=new URLSearchParams(window.location.search).get("lang"))==null?void 0:c.toLowerCase(),i=t&&t in nn?t:wb,a=i&&vb.includes(i)?"rtl":yb;dm({htmlAttrs:{dir:a,lang:i}});const{content:n}=nn[i],l=Object.create(null);Object.keys(n).forEach(r=>{const{sections:o}=n[r],u=o.map(h=>{const m={...h};return m.articles=h.articles.map(_=>{const f={..._};return f.id=Ss(),Array.isArray(_.content)&&(f.content=_.content.map(y=>{const R={...y};return R.id=Ss(),R})),f}),m});l[r]={...n[r],sections:u}});const s={lang:i,dir:a,...nn[i],content:l};Ot("data",s)}function xb(){const e=hi();Nt(e,t=>{if(document.getElementById("page"))if(!e.hash)document.getElementById("page").scrollTo(0,0);else{const i=e.hash.split("#")[1];Ut(()=>{document.getElementById(i).scrollIntoView()})}},{deep:!0,immediate:!0})}history.replaceState=function(e){return null},window.requestAnimationFrame=e=>window.setTimeout(e,0),window.cancelAnimationFrame=window.clearTimeout,window.requestIdleCallback=void 0,window.cancelIdleCallback=void 0;const qb={__name:"app",setup(e){return jb(),xb(),(t,i)=>{const a=jf,n=F2;return I(),_e(n,null,{default:et(()=>[V(a)]),_:1})}}},Ts={__name:"nuxt-root",setup(e){const t=Xo(()=>nc(()=>import("./error-component.1bc5c237.js"),[],import.meta.url).then(r=>r.default||r)),i=()=>null,a=ye(),n=a.deferHydration(),l=!1;Ot("_route",hi()),a.hooks.callHookWith(r=>r.map(o=>o()),"vue:setup");const s=Na();jr((r,o,u)=>{if(a.hooks.callHook("vue:error",r,o,u).catch(h=>console.error("[nuxt] Error in `vue:error` hook",h)),Am(r)&&(r.fatal||r.unhandled))return a.runWithContext(()=>Wt(r)),!1});const{islandContext:c}=!1;return(r,o)=>(I(),_e(hr,{onResolve:pe(n)},{default:et(()=>[pe(s)?(I(),_e(pe(t),{key:0,error:pe(s)},null,8,["error"])):pe(c)?(I(),_e(pe(i),{key:1,context:pe(c)},null,8,["context"])):pe(l)?(I(),_e(qr(pe(l)),{key:2})):(I(),_e(pe(qb),{key:3}))]),_:1},8,["onResolve"]))}};globalThis.$fetch||(globalThis.$fetch=Gh.create({baseURL:Xh()}));let Is;const Pb=gd(bf);{let e;Is=async function(){var l,s;if(e)return e;const a=!!((l=window.__NUXT__)!=null&&l.serverRendered||((s=document.getElementById("__NUXT_DATA__"))==null?void 0:s.dataset.ssr)==="true")?dh(Ts):hh(Ts),n=hd({vueApp:a});try{await md(n,Pb)}catch(c){await n.callHook("app:error",c),n.payload.error=n.payload.error||c}try{await n.hooks.callHook("app:created",a),await n.hooks.callHook("app:beforeMount",a),a.mount("#"+pm),await n.hooks.callHook("app:mounted",a),await Ut()}catch(c){await n.callHook("app:error",c),n.payload.error=n.payload.error||c}return a},e=Is().catch(t=>{console.error("Error while mounting app:",t)})}export{nc as _,re as a,dm as b,_e as c,Xo as d,U as e,P as f,Au as g,V as h,oi as i,Fa as j,Cb as k,kb as n,I as o,Eb as p,ve as t,pe as u,et as w}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-404.f3fa63d8.js b/resources/newssite/news-nuxt/dist/_nuxt/error-404.f07efa12.js similarity index 97% rename from resources/newssite/news-nuxt/dist/_nuxt/error-404.f3fa63d8.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-404.f07efa12.js index e6d5ffa17..ea7f182d5 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-404.f3fa63d8.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-404.f07efa12.js @@ -1 +1 @@ -import{a,b as n,o as r,e as d,f as e,t as s,h as l,w as c,i as p,j as f,p as h,k as x}from"./entry.8b385d26.js";const m=t=>(h("data-v-30d2164e"),t=t(),x(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=m(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"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 o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;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";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=f;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},z=a(S,[["__scopeId","data-v-30d2164e"]]);export{z as default}; +import{a,b as n,o as r,e as d,f as e,t as s,h as l,w as c,i as p,j as f,p as h,k as x}from"./entry.30f4d106.js";const m=t=>(h("data-v-30d2164e"),t=t(),x(),t),u={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},g=m(()=>e("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_={class:"max-w-520px text-center z-20"},b=["textContent"],w=["textContent"],y={class:"w-full flex items-center justify-center"},S={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"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 o=t;return n({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}a{color:inherit;text-decoration:inherit}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;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";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(k,v)=>{const i=f;return r(),d("div",u,[g,e("div",_,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,b),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,w),e("div",y,[l(i,{to:"/",class:"gradient-border text-md sm:text-xl py-2 px-4 sm:py-3 sm:px-6 cursor-pointer"},{default:c(()=>[p(s(t.backHome),1)]),_:1})])])])}}},z=a(S,[["__scopeId","data-v-30d2164e"]]);export{z as default}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-500.67925fa1.js b/resources/newssite/news-nuxt/dist/_nuxt/error-500.f207c42f.js similarity index 96% rename from resources/newssite/news-nuxt/dist/_nuxt/error-500.67925fa1.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-500.f207c42f.js index da2784f18..ff607c6d1 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-500.67925fa1.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-500.f207c42f.js @@ -1 +1 @@ -import{a as i,b as a,o as r,e as n,f as e,t as s,p as l,k as d}from"./entry.8b385d26.js";const c=t=>(l("data-v-32388612"),t=t(),d(),t),p={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},h=c(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),f={class:"max-w-520px text-center"},g=["textContent"],m=["textContent"],x={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const o=t;return a({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;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";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(b,u)=>(r(),n("div",p,[h,e("div",f,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,m)])]))}},w=i(x,[["__scopeId","data-v-32388612"]]);export{w as default}; +import{a as i,b as a,o as r,e as n,f as e,t as s,p as l,k as d}from"./entry.30f4d106.js";const c=t=>(l("data-v-32388612"),t=t(),d(),t),p={class:"font-sans antialiased bg-white dark:bg-black text-black dark:text-white grid min-h-screen place-content-center overflow-hidden"},h=c(()=>e("div",{class:"fixed -bottom-1/2 left-0 right-0 h-1/2 spotlight"},null,-1)),f={class:"max-w-520px text-center"},g=["textContent"],m=["textContent"],x={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Server error"},description:{type:String,default:"This page is temporarily unavailable."}},setup(t){const o=t;return a({title:`${o.statusCode} - ${o.statusMessage} | ${o.appName}`,script:[],style:[{children:'*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e0e0e0}*{--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(14, 165, 233, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{margin:0;font-family:inherit;line-height:inherit}html{-webkit-text-size-adjust:100%;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";line-height:1.5}h1,p{margin:0}h1{font-size:inherit;font-weight:inherit}'}]}),(b,u)=>(r(),n("div",p,[h,e("div",f,[e("h1",{class:"text-8xl sm:text-10xl font-medium mb-8",textContent:s(t.statusCode)},null,8,g),e("p",{class:"text-xl px-8 sm:px-0 sm:text-4xl font-light mb-16 leading-tight",textContent:s(t.description)},null,8,m)])]))}},w=i(x,[["__scopeId","data-v-32388612"]]);export{w as default}; diff --git a/resources/newssite/news-nuxt/dist/_nuxt/error-component.649814ff.js b/resources/newssite/news-nuxt/dist/_nuxt/error-component.1bc5c237.js similarity index 71% rename from resources/newssite/news-nuxt/dist/_nuxt/error-component.649814ff.js rename to resources/newssite/news-nuxt/dist/_nuxt/error-component.1bc5c237.js index 9180df646..134990777 100644 --- a/resources/newssite/news-nuxt/dist/_nuxt/error-component.649814ff.js +++ b/resources/newssite/news-nuxt/dist/_nuxt/error-component.1bc5c237.js @@ -1,3 +1,3 @@ -import{o as m,c as E,n as f,g,u as s,d as n,_ as a}from"./entry.8b385d26.js";const k={__name:"nuxt-error-page",props:{error:Object},setup(c){const u=c,{error:t}=u;(t.stack||"").split(` +import{o as m,c as E,n as f,g,u as s,d as n,_ as a}from"./entry.30f4d106.js";const k={__name:"nuxt-error-page",props:{error:Object},setup(c){const u=c,{error:t}=u;(t.stack||"").split(` `).splice(1).map(e=>({text:e.replace("webpack:/","").replace(".vue",".js").trim(),internal:e.includes("node_modules")&&!e.includes(".cache")||e.includes("internal")||e.includes("new Promise")})).map(e=>`${e.text}`).join(` -`);const r=Number(t.statusCode||500),o=r===404,i=t.statusMessage??(o?"Page Not Found":"Internal Server Error"),p=t.message||t.toString(),_=void 0,d=o?n(()=>a(()=>import("./error-404.f3fa63d8.js"),["./error-404.f3fa63d8.js","./entry.8b385d26.js","./entry.4163a698.css","./error-404.23f2309d.css"],import.meta.url).then(e=>e.default||e)):n(()=>a(()=>import("./error-500.67925fa1.js"),["./error-500.67925fa1.js","./entry.8b385d26.js","./entry.4163a698.css","./error-500.aa16ed4d.css"],import.meta.url).then(e=>e.default||e));return(e,l)=>(m(),E(s(d),f(g({statusCode:s(r),statusMessage:s(i),description:s(p),stack:s(_)})),null,16))}},h=k;export{h as default}; +`);const r=Number(t.statusCode||500),o=r===404,i=t.statusMessage??(o?"Page Not Found":"Internal Server Error"),p=t.message||t.toString(),_=void 0,d=o?n(()=>a(()=>import("./error-404.f07efa12.js"),["./error-404.f07efa12.js","./entry.30f4d106.js","./entry.4163a698.css","./error-404.23f2309d.css"],import.meta.url).then(e=>e.default||e)):n(()=>a(()=>import("./error-500.f207c42f.js"),["./error-500.f207c42f.js","./entry.30f4d106.js","./entry.4163a698.css","./error-500.aa16ed4d.css"],import.meta.url).then(e=>e.default||e));return(e,l)=>(m(),E(s(d),f(g({statusCode:s(r),statusMessage:s(i),description:s(p),stack:s(_)})),null,16))}},h=k;export{h as default}; diff --git a/resources/newssite/news-nuxt/dist/index.html b/resources/newssite/news-nuxt/dist/index.html index 8a4c85ad1..9c4019662 100644 --- a/resources/newssite/news-nuxt/dist/index.html +++ b/resources/newssite/news-nuxt/dist/index.html @@ -3,6 +3,6 @@ The Daily Broadcast - -
+ +
\ No newline at end of file