@fluid-topics/ft-analytics-sessions-chart 1.1.70 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,82 @@
1
- !function(t){
2
- /**
1
+ "use strict";(()=>{var Wl=Object.defineProperty;var hi=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var B=(t,e)=>{for(var r in e)Wl(t,r,{get:e[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,o=window.customElements,n=new WeakMap,i=new WeakMap,s=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(v,b){if(v=v.toLowerCase(),this._getDefinition(v)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${v}" has already been used with this registry`);if(this._definitionsByClass.get(b)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let w=b.prototype.attributeChangedCallback,P=new Set(b.observedAttributes||[]);m(b,P,w);let F={elementClass:b,connectedCallback:b.prototype.connectedCallback,disconnectedCallback:b.prototype.disconnectedCallback,adoptedCallback:b.prototype.adoptedCallback,attributeChangedCallback:w,formAssociated:b.formAssociated,formAssociatedCallback:b.prototype.formAssociatedCallback,formDisabledCallback:b.prototype.formDisabledCallback,formResetCallback:b.prototype.formResetCallback,formStateRestoreCallback:b.prototype.formStateRestoreCallback,observedAttributes:P};this._definitionsByTag.set(v,F),this._definitionsByClass.set(b,F);let se=r.call(o,v);se||(se=p(v),e.call(o,v,se)),this===window.customElements&&(s.set(b,F),F.standInClass=se);let Y=this._awaitingUpgrade.get(v);if(Y){this._awaitingUpgrade.delete(v);for(let M of Y)i.delete(M),g(M,F,!0)}let R=this._whenDefinedPromises.get(v);return R!==void 0&&(R.resolve(b),this._whenDefinedPromises.delete(v)),b}upgrade(){C.push(this),o.upgrade.apply(o,arguments),C.pop()}get(v){return this._definitionsByTag.get(v)?.elementClass}_getDefinition(v){return this._definitionsByTag.get(v)}whenDefined(v){let b=this._getDefinition(v);if(b!==void 0)return Promise.resolve(b.elementClass);let w=this._whenDefinedPromises.get(v);return w===void 0&&(w={},w.promise=new Promise(P=>w.resolve=P),this._whenDefinedPromises.set(v,w)),w.promise}_upgradeWhenDefined(v,b,w){let P=this._awaitingUpgrade.get(b);P||this._awaitingUpgrade.set(b,P=new Set),w?P.add(v):P.delete(v)}};let c;window.HTMLElement=function(){let b=c;if(b)return c=void 0,b;let w=s.get(this.constructor);if(!w)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return b=Reflect.construct(t,[],w.standInClass),Object.setPrototypeOf(b,this.constructor.prototype),n.set(b,w),b},window.HTMLElement.prototype=t.prototype;let u=v=>v===document||v instanceof ShadowRoot,h=v=>{let b=v.getRootNode();if(!u(b)){let w=C[C.length-1];if(w instanceof CustomElementRegistry)return w;b=w.getRootNode(),u(b)||(b=l.get(b)?.getRootNode()||document)}return b.customElements},p=v=>class{static get formAssociated(){return!0}constructor(){let w=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(w,HTMLElement.prototype);let P=h(w)||window.customElements,F=P._getDefinition(v);return F?g(w,F):i.set(w,P),w}connectedCallback(){let w=n.get(this);w?w.connectedCallback&&w.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,v,!0)}disconnectedCallback(){let w=n.get(this);w?w.disconnectedCallback&&w.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,v,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let w=n.get(this);w&&w.formAssociated&&w?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let w=n.get(this);w?.formAssociated&&w?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let w=n.get(this);w?.formAssociated&&w?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let w=n.get(this);w?.formAssociated&&w?.formStateRestoreCallback?.apply(this,arguments)}},m=(v,b,w)=>{if(b.size===0||w===void 0)return;let P=v.prototype.setAttribute;P&&(v.prototype.setAttribute=function(Y,R){let M=Y.toLowerCase();if(b.has(M)){let $=this.getAttribute(M);P.call(this,M,R),w.call(this,M,$,R)}else P.call(this,M,R)});let F=v.prototype.removeAttribute;F&&(v.prototype.removeAttribute=function(Y){let R=Y.toLowerCase();if(b.has(R)){let M=this.getAttribute(R);F.call(this,R),w.call(this,R,M,null)}else F.call(this,R)});let se=v.prototype.toggleAttribute;se&&(v.prototype.toggleAttribute=function(Y,R){let M=Y.toLowerCase();if(b.has(M)){let $=this.getAttribute(M);se.call(this,M,R);let te=this.getAttribute(M);w.call(this,M,$,te)}else se.call(this,M,R)})},y=v=>{let b=Object.getPrototypeOf(v);if(b!==window.HTMLElement)return b===t?Object.setPrototypeOf(v,window.HTMLElement):y(b)},g=(v,b,w=!1)=>{Object.setPrototypeOf(v,b.elementClass.prototype),n.set(v,b),c=v;try{new b.elementClass}catch{y(b.elementClass),new b.elementClass}b.attributeChangedCallback&&b.observedAttributes.forEach(P=>{v.hasAttribute(P)&&b.attributeChangedCallback.call(v,P,null,v.getAttribute(P))}),w&&b.connectedCallback&&v.isConnected&&b.connectedCallback.call(v)},x=Element.prototype.attachShadow;Element.prototype.attachShadow=function(v){let b=x.apply(this,arguments);return v.customElements&&(b.customElements=v.customElements),b};let C=[document],E=(v,b,w=void 0)=>{let P=(w?Object.getPrototypeOf(w):v.prototype)[b];v.prototype[b]=function(){C.push(this);let F=P.apply(w||this,arguments);return F!==void 0&&l.set(F,this),C.pop(),F}};E(ShadowRoot,"createElement",document),E(ShadowRoot,"importNode",document),E(Element,"insertAdjacentHTML");let N=(v,b)=>{let w=Object.getOwnPropertyDescriptor(v.prototype,b);Object.defineProperty(v.prototype,b,{...w,set(P){C.push(this),w.set.call(this,P),C.pop()}})};if(N(Element,"innerHTML"),N(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let v=new WeakMap,b=HTMLElement.prototype.attachInternals,w=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...Y){let R=b.call(this,...Y);return v.set(R,this),R},w.forEach(Y=>{let R=window.ElementInternals.prototype,M=R[Y];R[Y]=function(...$){let te=v.get(this);if(n.get(te).formAssociated===!0)return M?.call(this,...$);throw new DOMException(`Failed to execute ${M} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class P extends Array{constructor(R){super(...R),this._elements=R}get value(){return this._elements.find(R=>R.checked===!0)?.value||""}}class F{constructor(R){let M=new Map;R.forEach(($,te)=>{let en=$.getAttribute("name"),pi=M.get(en)||[];this[+te]=$,pi.push($),M.set(en,pi)}),this.length=R.length,M.forEach(($,te)=>{$&&($.length===1?this[te]=$[0]:this[te]=new P($))})}namedItem(R){return this[R]}}let se=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let Y=se.get.call(this,[]),R=[];for(let M of Y){let $=n.get(M);(!$||$.formAssociated===!0)&&R.push(M)}return new F(R)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,o,n)=>{if(o!==null)try{e.bind(window.customElements)(r,o,n)}catch(i){console.info(r,o,n,i)}}}var hn={};B(hn,{CSSResult:()=>$t,LitElement:()=>Ue,ReactiveElement:()=>Re,_$LE:()=>sd,_$LH:()=>nd,adoptStyles:()=>ao,css:()=>q,defaultConverter:()=>io,getCompatibleStyle:()=>hr,html:()=>xr,isServer:()=>By,noChange:()=>et,notEqual:()=>cn,nothing:()=>J,render:()=>pn,supportsAdoptingStyleSheets:()=>fr,svg:()=>od,unsafeCSS:()=>pr});var jr=globalThis,Gr=jr.ShadowRoot&&(jr.ShadyCSS===void 0||jr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,yi=Symbol(),mi=new WeakMap,Vr=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==yi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Gr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=mi.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&mi.set(r,e))}return e}toString(){return this.cssText}},gi=t=>new Vr(typeof t=="string"?t:t+"",void 0,yi);var tn=(t,e)=>{if(Gr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let o=document.createElement("style"),n=jr.litNonce;n!==void 0&&o.setAttribute("nonce",n),o.textContent=r.cssText,t.appendChild(o)}},Kr=Gr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return gi(r)})(t):t;var{is:$l,defineProperty:Ul,getOwnPropertyDescriptor:Fl,getOwnPropertyNames:Yl,getOwnPropertySymbols:Hl,getPrototypeOf:zl}=Object,Zr=globalThis,bi=Zr.trustedTypes,Bl=bi?bi.emptyScript:"",jl=Zr.reactiveElementPolyfillSupport,ir=(t,e)=>t,sr={toAttribute(t,e){switch(e){case Boolean:t=t?Bl:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},qr=(t,e)=>!$l(t,e),vi={attribute:!0,type:String,converter:sr,reflect:!1,hasChanged:qr};Symbol.metadata??=Symbol("metadata"),Zr.litPropertyMetadata??=new WeakMap;var yt=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=vi){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let o=Symbol(),n=this.getPropertyDescriptor(e,o,r);n!==void 0&&Ul(this.prototype,e,n)}}static getPropertyDescriptor(e,r,o){let{get:n,set:i}=Fl(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return n?.call(this)},set(s){let l=n?.call(this);i.call(this,s),this.requestUpdate(e,l,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??vi}static _$Ei(){if(this.hasOwnProperty(ir("elementProperties")))return;let e=zl(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(ir("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ir("properties"))){let r=this.properties,o=[...Yl(r),...Hl(r)];for(let n of o)this.createProperty(n,r[n])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[o,n]of r)this.elementProperties.set(o,n)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let n=this._$Eu(r,o);n!==void 0&&this._$Eh.set(n,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let o=new Set(e.flat(1/0).reverse());for(let n of o)r.unshift(Kr(n))}else e!==void 0&&r.push(Kr(e));return r}static _$Eu(e,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return tn(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,o){this._$AK(e,o)}_$EO(e,r){let o=this.constructor.elementProperties.get(e),n=this.constructor._$Eu(e,o);if(n!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:sr).toAttribute(r,o.type);this._$Em=e,i==null?this.removeAttribute(n):this.setAttribute(n,i),this._$Em=null}}_$AK(e,r){let o=this.constructor,n=o._$Eh.get(e);if(n!==void 0&&this._$Em!==n){let i=o.getPropertyOptions(n),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:sr;this._$Em=n,this[n]=s.fromAttribute(r,i.type),this._$Em=null}}requestUpdate(e,r,o,n=!1,i){if(e!==void 0){if(o??=this.constructor.getPropertyOptions(e),!(o.hasChanged??qr)(n?i:this[e],r))return;this.C(e,r,o)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,o){this._$AL.has(e)||this._$AL.set(e,r),o.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[n,i]of this._$Ep)this[n]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[n,i]of o)i.wrapped!==!0||this._$AL.has(n)||this[n]===void 0||this.C(n,this[n],i)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$ET()}catch(o){throw e=!1,this._$ET(),o}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};yt.elementStyles=[],yt.shadowRootOptions={mode:"open"},yt[ir("elementProperties")]=new Map,yt[ir("finalized")]=new Map,jl?.({ReactiveElement:yt}),(Zr.reactiveElementVersions??=[]).push("2.0.2");var on=globalThis,Jr=on.trustedTypes,xi=Jr?Jr.createPolicy("lit-html",{createHTML:t=>t}):void 0,nn="$lit$",We=`lit$${(Math.random()+"").slice(9)}$`,an="?"+We,Vl=`<${an}>`,vt=document,Xr=()=>vt.createComment(""),lr=t=>t===null||typeof t!="object"&&typeof t!="function",Ei=Array.isArray,Ni=t=>Ei(t)||typeof t?.[Symbol.iterator]=="function",rn=`[
2
+ \f\r]`,cr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Si=/-->/g,wi=/>/g,gt=RegExp(`>|${rn}(?:([^\\s"'>=/]+)(${rn}*=${rn}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Oi=/'/g,_i=/"/g,Ai=/^(?:script|style|textarea|title)$/i,Ri=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Py=Ri(1),My=Ri(2),de=Symbol.for("lit-noChange"),G=Symbol.for("lit-nothing"),Ci=new WeakMap,bt=vt.createTreeWalker(vt,129);function ki(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return xi!==void 0?xi.createHTML(e):e}var Pi=(t,e)=>{let r=t.length-1,o=[],n,i=e===2?"<svg>":"",s=cr;for(let l=0;l<r;l++){let c=t[l],u,h,p=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===cr?h[1]==="!--"?s=Si:h[1]!==void 0?s=wi:h[2]!==void 0?(Ai.test(h[2])&&(n=RegExp("</"+h[2],"g")),s=gt):h[3]!==void 0&&(s=gt):s===gt?h[0]===">"?(s=n??cr,p=-1):h[1]===void 0?p=-2:(p=s.lastIndex-h[2].length,u=h[1],s=h[3]===void 0?gt:h[3]==='"'?_i:Oi):s===_i||s===Oi?s=gt:s===Si||s===wi?s=cr:(s=gt,n=void 0);let y=s===gt&&t[l+1].startsWith("/>")?" ":"";i+=s===cr?c+Vl:p>=0?(o.push(u),c.slice(0,p)+nn+c.slice(p)+We+y):c+We+(p===-2?l:y)}return[ki(t,i+(t[r]||"<?>")+(e===2?"</svg>":"")),o]},dr=class t{constructor({strings:e,_$litType$:r},o){let n;this.parts=[];let i=0,s=0,l=e.length-1,c=this.parts,[u,h]=Pi(e,r);if(this.el=t.createElement(u,o),bt.currentNode=this.el.content,r===2){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(n=bt.nextNode())!==null&&c.length<l;){if(n.nodeType===1){if(n.hasAttributes())for(let p of n.getAttributeNames())if(p.endsWith(nn)){let m=h[s++],y=n.getAttribute(p).split(We),g=/([.?@])?(.*)/.exec(m);c.push({type:1,index:i,name:g[2],strings:y,ctor:g[1]==="."?eo:g[1]==="?"?to:g[1]==="@"?ro:St}),n.removeAttribute(p)}else p.startsWith(We)&&(c.push({type:6,index:i}),n.removeAttribute(p));if(Ai.test(n.tagName)){let p=n.textContent.split(We),m=p.length-1;if(m>0){n.textContent=Jr?Jr.emptyScript:"";for(let y=0;y<m;y++)n.append(p[y],Xr()),bt.nextNode(),c.push({type:2,index:++i});n.append(p[m],Xr())}}}else if(n.nodeType===8)if(n.data===an)c.push({type:2,index:i});else{let p=-1;for(;(p=n.data.indexOf(We,p+1))!==-1;)c.push({type:7,index:i}),p+=We.length-1}i++}}static createElement(e,r){let o=vt.createElement("template");return o.innerHTML=e,o}};function xt(t,e,r=t,o){if(e===de)return e;let n=o!==void 0?r._$Co?.[o]:r._$Cl,i=lr(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),i===void 0?n=void 0:(n=new i(t),n._$AT(t,r,o)),o!==void 0?(r._$Co??=[])[o]=n:r._$Cl=n),n!==void 0&&(e=xt(t,n._$AS(t,e.values),n,o)),e}var Qr=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:o}=this._$AD,n=(e?.creationScope??vt).importNode(r,!0);bt.currentNode=n;let i=bt.nextNode(),s=0,l=0,c=o[0];for(;c!==void 0;){if(s===c.index){let u;c.type===2?u=new ur(i,i.nextSibling,this,e):c.type===1?u=new c.ctor(i,c.name,c.strings,this,e):c.type===6&&(u=new oo(i,this,e)),this._$AV.push(u),c=o[++l]}s!==c?.index&&(i=bt.nextNode(),s++)}return bt.currentNode=vt,n}p(e){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(e,o,r),r+=o.strings.length-2):o._$AI(e[r])),r++}},ur=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,n){this.type=2,this._$AH=G,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=o,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=xt(this,e,r),lr(e)?e===G||e==null||e===""?(this._$AH!==G&&this._$AR(),this._$AH=G):e!==this._$AH&&e!==de&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Ni(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==G&&lr(this._$AH)?this._$AA.nextSibling.data=e:this.$(vt.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:o}=e,n=typeof o=="number"?this._$AC(e):(o.el===void 0&&(o.el=dr.createElement(ki(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===n)this._$AH.p(r);else{let i=new Qr(n,this),s=i.u(this.options);i.p(r),this.$(s),this._$AH=i}}_$AC(e){let r=Ci.get(e.strings);return r===void 0&&Ci.set(e.strings,r=new dr(e)),r}T(e){Ei(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,n=0;for(let i of e)n===r.length?r.push(o=new t(this.k(Xr()),this.k(Xr()),this,this.options)):o=r[n],o._$AI(i),n++;n<r.length&&(this._$AR(o&&o._$AB.nextSibling,n),r.length=n)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let o=e.nextSibling;e.remove(),e=o}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},St=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,n,i){this.type=1,this._$AH=G,this._$AN=void 0,this.element=e,this.name=r,this._$AM=n,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=G}_$AI(e,r=this,o,n){let i=this.strings,s=!1;if(i===void 0)e=xt(this,e,r,0),s=!lr(e)||e!==this._$AH&&e!==de,s&&(this._$AH=e);else{let l=e,c,u;for(e=i[0],c=0;c<i.length-1;c++)u=xt(this,l[o+c],r,c),u===de&&(u=this._$AH[c]),s||=!lr(u)||u!==this._$AH[c],u===G?e=G:e!==G&&(e+=(u??"")+i[c+1]),this._$AH[c]=u}s&&!n&&this.O(e)}O(e){e===G?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},eo=class extends St{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===G?void 0:e}},to=class extends St{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==G)}},ro=class extends St{constructor(e,r,o,n,i){super(e,r,o,n,i),this.type=5}_$AI(e,r=this){if((e=xt(this,e,r,0)??G)===de)return;let o=this._$AH,n=e===G&&o!==G||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==G&&(o===G||n);n&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},oo=class{constructor(e,r,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){xt(this,e)}},Mi={j:nn,P:We,A:an,C:1,M:Pi,L:Qr,R:Ni,V:xt,D:ur,I:St,H:to,N:ro,U:eo,B:oo},Gl=on.litHtmlPolyfillSupport;Gl?.(dr,ur),(on.litHtmlVersions??=[]).push("3.1.0");var no=globalThis,fr=no.ShadowRoot&&(no.ShadyCSS===void 0||no.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,sn=Symbol(),Di=new WeakMap,$t=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==sn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(fr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=Di.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&Di.set(r,e))}return e}toString(){return this.cssText}},pr=t=>new $t(typeof t=="string"?t:t+"",void 0,sn),q=(t,...e)=>{let r=t.length===1?t[0]:e.reduce((o,n,i)=>o+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+t[i+1],t[0]);return new $t(r,t,sn)},ao=(t,e)=>{if(fr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let o=document.createElement("style"),n=no.litNonce;n!==void 0&&o.setAttribute("nonce",n),o.textContent=r.cssText,t.appendChild(o)}},hr=fr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return pr(r)})(t):t;var{is:Kl,defineProperty:Zl,getOwnPropertyDescriptor:ql,getOwnPropertyNames:Jl,getOwnPropertySymbols:Xl,getPrototypeOf:Ql}=Object,so=globalThis,Ii=so.trustedTypes,ed=Ii?Ii.emptyScript:"",td=so.reactiveElementPolyfillSupport,mr=(t,e)=>t,io={toAttribute(t,e){switch(e){case Boolean:t=t?ed:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},cn=(t,e)=>!Kl(t,e),Ti={attribute:!0,type:String,converter:io,reflect:!1,hasChanged:cn};Symbol.metadata??=Symbol("metadata"),so.litPropertyMetadata??=new WeakMap;var Re=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=Ti){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let o=Symbol(),n=this.getPropertyDescriptor(e,o,r);n!==void 0&&Zl(this.prototype,e,n)}}static getPropertyDescriptor(e,r,o){let{get:n,set:i}=ql(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return n?.call(this)},set(s){let l=n?.call(this);i.call(this,s),this.requestUpdate(e,l,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Ti}static _$Ei(){if(this.hasOwnProperty(mr("elementProperties")))return;let e=Ql(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(mr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(mr("properties"))){let r=this.properties,o=[...Jl(r),...Xl(r)];for(let n of o)this.createProperty(n,r[n])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[o,n]of r)this.elementProperties.set(o,n)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let n=this._$Eu(r,o);n!==void 0&&this._$Eh.set(n,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let o=new Set(e.flat(1/0).reverse());for(let n of o)r.unshift(hr(n))}else e!==void 0&&r.push(hr(e));return r}static _$Eu(e,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ao(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,o){this._$AK(e,o)}_$EO(e,r){let o=this.constructor.elementProperties.get(e),n=this.constructor._$Eu(e,o);if(n!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:io).toAttribute(r,o.type);this._$Em=e,i==null?this.removeAttribute(n):this.setAttribute(n,i),this._$Em=null}}_$AK(e,r){let o=this.constructor,n=o._$Eh.get(e);if(n!==void 0&&this._$Em!==n){let i=o.getPropertyOptions(n),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:io;this._$Em=n,this[n]=s.fromAttribute(r,i.type),this._$Em=null}}requestUpdate(e,r,o,n=!1,i){if(e!==void 0){if(o??=this.constructor.getPropertyOptions(e),!(o.hasChanged??cn)(n?i:this[e],r))return;this.C(e,r,o)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,o){this._$AL.has(e)||this._$AL.set(e,r),o.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[n,i]of this._$Ep)this[n]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[n,i]of o)i.wrapped!==!0||this._$AL.has(n)||this[n]===void 0||this.C(n,this[n],i)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$ET()}catch(o){throw e=!1,this._$ET(),o}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};Re.elementStyles=[],Re.shadowRootOptions={mode:"open"},Re[mr("elementProperties")]=new Map,Re[mr("finalized")]=new Map,td?.({ReactiveElement:Re}),(so.reactiveElementVersions??=[]).push("2.0.2");var dn=globalThis,co=dn.trustedTypes,Li=co?co.createPolicy("lit-html",{createHTML:t=>t}):void 0,un="$lit$",$e=`lit$${(Math.random()+"").slice(9)}$`,fn="?"+$e,rd=`<${fn}>`,_t=document,gr=()=>_t.createComment(""),br=t=>t===null||typeof t!="object"&&typeof t!="function",Hi=Array.isArray,zi=t=>Hi(t)||typeof t?.[Symbol.iterator]=="function",ln=`[
4
+ \f\r]`,yr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Wi=/-->/g,$i=/>/g,wt=RegExp(`>|${ln}(?:([^\\s"'>=/]+)(${ln}*=${ln}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ui=/'/g,Fi=/"/g,Bi=/^(?:script|style|textarea|title)$/i,ji=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),xr=ji(1),od=ji(2),et=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),Yi=new WeakMap,Ot=_t.createTreeWalker(_t,129);function Vi(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Li!==void 0?Li.createHTML(e):e}var Gi=(t,e)=>{let r=t.length-1,o=[],n,i=e===2?"<svg>":"",s=yr;for(let l=0;l<r;l++){let c=t[l],u,h,p=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===yr?h[1]==="!--"?s=Wi:h[1]!==void 0?s=$i:h[2]!==void 0?(Bi.test(h[2])&&(n=RegExp("</"+h[2],"g")),s=wt):h[3]!==void 0&&(s=wt):s===wt?h[0]===">"?(s=n??yr,p=-1):h[1]===void 0?p=-2:(p=s.lastIndex-h[2].length,u=h[1],s=h[3]===void 0?wt:h[3]==='"'?Fi:Ui):s===Fi||s===Ui?s=wt:s===Wi||s===$i?s=yr:(s=wt,n=void 0);let y=s===wt&&t[l+1].startsWith("/>")?" ":"";i+=s===yr?c+rd:p>=0?(o.push(u),c.slice(0,p)+un+c.slice(p)+$e+y):c+$e+(p===-2?l:y)}return[Vi(t,i+(t[r]||"<?>")+(e===2?"</svg>":"")),o]},vr=class t{constructor({strings:e,_$litType$:r},o){let n;this.parts=[];let i=0,s=0,l=e.length-1,c=this.parts,[u,h]=Gi(e,r);if(this.el=t.createElement(u,o),Ot.currentNode=this.el.content,r===2){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(n=Ot.nextNode())!==null&&c.length<l;){if(n.nodeType===1){if(n.hasAttributes())for(let p of n.getAttributeNames())if(p.endsWith(un)){let m=h[s++],y=n.getAttribute(p).split($e),g=/([.?@])?(.*)/.exec(m);c.push({type:1,index:i,name:g[2],strings:y,ctor:g[1]==="."?uo:g[1]==="?"?fo:g[1]==="@"?po:Et}),n.removeAttribute(p)}else p.startsWith($e)&&(c.push({type:6,index:i}),n.removeAttribute(p));if(Bi.test(n.tagName)){let p=n.textContent.split($e),m=p.length-1;if(m>0){n.textContent=co?co.emptyScript:"";for(let y=0;y<m;y++)n.append(p[y],gr()),Ot.nextNode(),c.push({type:2,index:++i});n.append(p[m],gr())}}}else if(n.nodeType===8)if(n.data===fn)c.push({type:2,index:i});else{let p=-1;for(;(p=n.data.indexOf($e,p+1))!==-1;)c.push({type:7,index:i}),p+=$e.length-1}i++}}static createElement(e,r){let o=_t.createElement("template");return o.innerHTML=e,o}};function Ct(t,e,r=t,o){if(e===et)return e;let n=o!==void 0?r._$Co?.[o]:r._$Cl,i=br(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),i===void 0?n=void 0:(n=new i(t),n._$AT(t,r,o)),o!==void 0?(r._$Co??=[])[o]=n:r._$Cl=n),n!==void 0&&(e=Ct(t,n._$AS(t,e.values),n,o)),e}var lo=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:o}=this._$AD,n=(e?.creationScope??_t).importNode(r,!0);Ot.currentNode=n;let i=Ot.nextNode(),s=0,l=0,c=o[0];for(;c!==void 0;){if(s===c.index){let u;c.type===2?u=new Ut(i,i.nextSibling,this,e):c.type===1?u=new c.ctor(i,c.name,c.strings,this,e):c.type===6&&(u=new ho(i,this,e)),this._$AV.push(u),c=o[++l]}s!==c?.index&&(i=Ot.nextNode(),s++)}return Ot.currentNode=_t,n}p(e){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(e,o,r),r+=o.strings.length-2):o._$AI(e[r])),r++}},Ut=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,n){this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=o,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Ct(this,e,r),br(e)?e===J||e==null||e===""?(this._$AH!==J&&this._$AR(),this._$AH=J):e!==this._$AH&&e!==et&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):zi(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==J&&br(this._$AH)?this._$AA.nextSibling.data=e:this.$(_t.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:o}=e,n=typeof o=="number"?this._$AC(e):(o.el===void 0&&(o.el=vr.createElement(Vi(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===n)this._$AH.p(r);else{let i=new lo(n,this),s=i.u(this.options);i.p(r),this.$(s),this._$AH=i}}_$AC(e){let r=Yi.get(e.strings);return r===void 0&&Yi.set(e.strings,r=new vr(e)),r}T(e){Hi(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,n=0;for(let i of e)n===r.length?r.push(o=new t(this.k(gr()),this.k(gr()),this,this.options)):o=r[n],o._$AI(i),n++;n<r.length&&(this._$AR(o&&o._$AB.nextSibling,n),r.length=n)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let o=e.nextSibling;e.remove(),e=o}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Et=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,n,i){this.type=1,this._$AH=J,this._$AN=void 0,this.element=e,this.name=r,this._$AM=n,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=J}_$AI(e,r=this,o,n){let i=this.strings,s=!1;if(i===void 0)e=Ct(this,e,r,0),s=!br(e)||e!==this._$AH&&e!==et,s&&(this._$AH=e);else{let l=e,c,u;for(e=i[0],c=0;c<i.length-1;c++)u=Ct(this,l[o+c],r,c),u===et&&(u=this._$AH[c]),s||=!br(u)||u!==this._$AH[c],u===J?e=J:e!==J&&(e+=(u??"")+i[c+1]),this._$AH[c]=u}s&&!n&&this.O(e)}O(e){e===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},uo=class extends Et{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===J?void 0:e}},fo=class extends Et{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==J)}},po=class extends Et{constructor(e,r,o,n,i){super(e,r,o,n,i),this.type=5}_$AI(e,r=this){if((e=Ct(this,e,r,0)??J)===et)return;let o=this._$AH,n=e===J&&o!==J||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==J&&(o===J||n);n&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},ho=class{constructor(e,r,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){Ct(this,e)}},nd={j:un,P:$e,A:fn,C:1,M:Gi,L:lo,R:zi,V:Ct,D:Ut,I:Et,H:fo,N:po,U:uo,B:ho},ad=dn.litHtmlPolyfillSupport;ad?.(vr,Ut),(dn.litHtmlVersions??=[]).push("3.1.0");var pn=(t,e,r)=>{let o=r?.renderBefore??e,n=o._$litPart$;if(n===void 0){let i=r?.renderBefore??null;o._$litPart$=n=new Ut(e.insertBefore(gr(),i),i,void 0,r??{})}return n._$AI(t),n};var Ue=class extends Re{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=pn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return et}};Ue._$litElement$=!0,Ue.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Ue});var id=globalThis.litElementPolyfillSupport;id?.({LitElement:Ue});var sd={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var By=!1;var gn={};B(gn,{customElement:()=>cd,eventOptions:()=>dd,property:()=>T,query:()=>yn,queryAll:()=>fd,queryAssignedElements:()=>hd,queryAssignedNodes:()=>md,queryAsync:()=>pd,standardProperty:()=>Ki,state:()=>mn});var cd=t=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var ld={attribute:!0,type:String,converter:sr,reflect:!1,hasChanged:qr},Ki=(t=ld,e,r)=>{let{kind:o,metadata:n}=r,i=globalThis.litPropertyMetadata.get(n);if(i===void 0&&globalThis.litPropertyMetadata.set(n,i=new Map),i.set(r.name,t),o==="accessor"){let{name:s}=r;return{set(l){let c=e.get.call(this);e.set.call(this,l),this.requestUpdate(s,c,t)},init(l){return l!==void 0&&this.C(s,void 0,t),l}}}if(o==="setter"){let{name:s}=r;return function(l){let c=this[s];e.call(this,l),this.requestUpdate(s,c,t)}}throw Error("Unsupported decorator location: "+o)};function T(t){return(e,r)=>typeof r=="object"?Ki(t,e,r):((o,n,i)=>{let s=n.hasOwnProperty(i);return n.constructor.createProperty(i,s?{...o,wrapped:!0}:o),s?Object.getOwnPropertyDescriptor(n,i):void 0})(t,e,r)}function mn(t){return T({...t,state:!0,attribute:!1})}function dd(t){return(e,r)=>{let o=typeof e=="function"?e:e[r];Object.assign(o,t)}}var Se=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function yn(t,e){return(r,o,n)=>{let i=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:l}=typeof o=="object"?r:n??(()=>{let c=Symbol();return{get(){return this[c]},set(u){this[c]=u}}})();return Se(r,o,{get(){let c=s.call(this);return c===void 0&&(c=i(this),(c!==null||this.hasUpdated)&&l.call(this,c)),c}})}return Se(r,o,{get(){return i(this)}})}}var ud;function fd(t){return(e,r)=>Se(e,r,{get(){return(this.renderRoot??(ud??=document.createDocumentFragment())).querySelectorAll(t)}})}function pd(t){return(e,r)=>Se(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function hd(t){return(e,r)=>{let{slot:o,selector:n}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Se(e,r,{get(){let s=this.renderRoot?.querySelector(i),l=s?.assignedElements(t)??[];return n===void 0?l:l.filter(c=>c.matches(n))}})}}function md(t){return(e,r)=>{let{slot:o}=t??{},n="slot"+(o?`[name=${o}]`:":not([name])");return Se(e,r,{get(){return this.renderRoot?.querySelector(n)?.assignedNodes(t)??[]}})}}var bn={};B(bn,{repeat:()=>bd});var tt={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},rt=t=>(...e)=>({_$litDirective$:t,values:e}),ke=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,o){this._$Ct=e,this._$AM=r,this._$Ci=o}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{D:yd}=Mi;var Zi=()=>document.createComment(""),Ft=(t,e,r)=>{let o=t._$AA.parentNode,n=e===void 0?t._$AB:e._$AA;if(r===void 0){let i=o.insertBefore(Zi(),n),s=o.insertBefore(Zi(),n);r=new yd(i,s,t,t.options)}else{let i=r._$AB.nextSibling,s=r._$AM,l=s!==t;if(l){let c;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(c=t._$AU)!==s._$AU&&r._$AP(c)}if(i!==n||l){let c=r._$AA;for(;c!==i;){let u=c.nextSibling;o.insertBefore(c,n),c=u}}}return r},ot=(t,e,r=t)=>(t._$AI(e,r),t),gd={},qi=(t,e=gd)=>t._$AH=e,Ji=t=>t._$AH,mo=t=>{t._$AP?.(!1,!0);let e=t._$AA,r=t._$AB.nextSibling;for(;e!==r;){let o=e.nextSibling;e.remove(),e=o}};var Xi=(t,e,r)=>{let o=new Map;for(let n=e;n<=r;n++)o.set(t[n],n);return o},bd=rt(class extends ke{constructor(t){if(super(t),t.type!==tt.CHILD)throw Error("repeat() can only be used in text expressions")}ht(t,e,r){let o;r===void 0?r=e:e!==void 0&&(o=e);let n=[],i=[],s=0;for(let l of t)n[s]=o?o(l,s):s,i[s]=r(l,s),s++;return{values:i,keys:n}}render(t,e,r){return this.ht(t,e,r).values}update(t,[e,r,o]){let n=Ji(t),{values:i,keys:s}=this.ht(e,r,o);if(!Array.isArray(n))return this.dt=s,i;let l=this.dt??=[],c=[],u,h,p=0,m=n.length-1,y=0,g=i.length-1;for(;p<=m&&y<=g;)if(n[p]===null)p++;else if(n[m]===null)m--;else if(l[p]===s[y])c[y]=ot(n[p],i[y]),p++,y++;else if(l[m]===s[g])c[g]=ot(n[m],i[g]),m--,g--;else if(l[p]===s[g])c[g]=ot(n[p],i[g]),Ft(t,c[g+1],n[p]),p++,g--;else if(l[m]===s[y])c[y]=ot(n[m],i[y]),Ft(t,n[p],n[m]),m--,y++;else if(u===void 0&&(u=Xi(s,y,g),h=Xi(l,p,m)),u.has(l[p]))if(u.has(l[m])){let x=h.get(s[y]),C=x!==void 0?n[x]:null;if(C===null){let E=Ft(t,n[p]);ot(E,i[y]),c[y]=E}else c[y]=ot(C,i[y]),Ft(t,n[p],C),n[x]=null;y++}else mo(n[m]),m--;else mo(n[p]),p++;for(;y<=g;){let x=Ft(t,c[g+1]);ot(x,i[y]),c[y++]=x}for(;p<=m;){let x=n[p++];x!==null&&mo(x)}return this.dt=s,qi(t,c),de}});var vn={};B(vn,{classMap:()=>vd});var vd=rt(class extends ke{constructor(t){if(super(t),t.type!==tt.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.it===void 0){this.it=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in e)e[o]&&!this.st?.has(o)&&this.it.add(o);return this.render(e)}let r=t.element.classList;for(let o of this.it)o in e||(r.remove(o),this.it.delete(o));for(let o in e){let n=!!e[o];n===this.it.has(o)||this.st?.has(o)||(n?(r.add(o),this.it.add(o)):(r.remove(o),this.it.delete(o)))}return de}});var xn={};B(xn,{styleMap:()=>Sd});var Qi="important",xd=" !"+Qi,Sd=rt(class extends ke{constructor(t){if(super(t),t.type!==tt.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,r)=>{let o=t[r];return o==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(t,[e]){let{style:r}=t.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(e)),this.render(e);for(let o of this.ut)e[o]==null&&(this.ut.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in e){let n=e[o];if(n!=null){this.ut.add(o);let i=typeof n=="string"&&n.endsWith(xd);o.includes("-")||i?r.setProperty(o,i?n.slice(0,-11):n,i?Qi:""):r[o]=n}}return de}});var Sn={};B(Sn,{UnsafeHTMLDirective:()=>Yt,unsafeHTML:()=>wd});var Yt=class extends ke{constructor(e){if(super(e),this.et=G,e.type!==tt.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===G||e==null)return this.vt=void 0,this.et=e;if(e===de)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;let r=[e];return r.raw=r,this.vt={_$litType$:this.constructor.resultType,strings:r,values:[]}}};Yt.directiveName="unsafeHTML",Yt.resultType=1;var wd=rt(Yt);var Cn={};B(Cn,{CacheRegistry:()=>_n});var On={};B(On,{CancelablePromise:()=>Ht,CanceledPromiseError:()=>Sr,cancelable:()=>wn});var Sr=class extends Error{constructor(e,r,o){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=o}},Ht=class extends Promise{constructor(e){super((r,o)=>e(n=>{this.isCanceled?o(new Sr("Promise has been canceled",n)):r(n)},n=>{this.isCanceled?o(new Sr("Promise has been canceled",void 0,n)):o(n)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},wn=t=>new Ht((e,r)=>t.then(e).catch(r));var _n=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,r){this.loaders[e]=r,this.finalContent.delete(e)}registerFinal(e,r){this.loaders[e]=r,this.finalContent.add(e)}clearAll(){for(let e in this.content)this.clear(e)}clear(e){this.finalContent.has(e)||this.forceClear(e)}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof Ht&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,r){this.forceClear(e),this.register(e,async()=>r),this.content[e]=r}setFinal(e,r){this.forceClear(e),this.registerFinal(e,async()=>r),this.content[e]=r}async get(e,r,o){if(this.content[e]===void 0){if(r=r??this.loaders[e],r==null)throw new Error("Unknown cache key "+e);let n=wn(r());return this.content[e]=n,n.then(i=>(this.content[e]=i,o!=null&&(this.clearClearTimeout(e),this.clearTimeouts[e]=window.setTimeout(()=>this.clear(e),o)),i))}if(this.content[e]instanceof Error)throw this.content[e];return this.content[e]}isResolvedValue(e){return e!=null&&!(e instanceof Promise)&&!(e instanceof Error)}getNow(e){if(this.isResolvedValue(this.content[e]))return this.content[e]}has(e){return this.content[e]!=null}resolvedKeys(){return Object.keys(this.content).filter(e=>this.isResolvedValue(this.content[e]))}resolvedValues(){return Object.values(this.content).filter(e=>this.isResolvedValue(e))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var Nn={};B(Nn,{ClusteringHelper:()=>En});var En=class t{constructor(e,r,o,n){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=n}static extractResultMetadata(e,r){var o,n;let i=((n=(o=e?.map)!==null&&o!==void 0?o:e?.document)!==null&&n!==void 0?n:e?.topic).metadata.map(s=>t.flattenMetadata(s));return r==null?i:i.find(s=>s.key===r)}static flattenMetadata(e){if(e.hierarchicalValues){let r=[],o=[];return e.hierarchicalValues.forEach(n=>{r.push(n.join(" > ")),n.length>2?o.push(`... > ${n[n.length-1]}`):o.push(n.join(" > "))}),{key:e.key,label:e.label,value:r.join(", "),displayValue:o.join(", ")}}else{let r=e.values.join(", ");return{key:e.key,label:e.label,value:r,displayValue:r}}}computeClustersItemsForMetadata(e,r,o="No value"){var n,i;let s=t.extractResultMetadata(this.selectedResult,e),l=(n=s?.label)!==null&&n!==void 0?n:(i=this.getMetadataDescriptor(e))===null||i===void 0?void 0:i.label;return this.allResults.map(u=>t.extractResultMetadata(u,e)).map(u=>u??{key:e,label:l,value:void 0,displayValue:o}).filter(u=>u.value!=s?.value).filter((u,h,p)=>p.findIndex(m=>m.value===u.value)===h).map(u=>({result:this.findBestResultForMetadataValue(e,u.value),metadata:u})).sort((u,h)=>this.compareMetadata(u.metadata.value,h.metadata.value,e,r))}compareMetadata(e,r,o,n){if(e==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(o),s=i?.sortRule||"NONE",l=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let c=e.localeCompare(r,n,{numeric:!0});return l?c*-1:c}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let o=this.allResults.filter(c=>{var u;return((u=t.extractResultMetadata(c,e))===null||u===void 0?void 0:u.value)==r}),i=[...t.extractResultMetadata(this.selectedResult).filter(c=>this.clusteringMetadata.has(c.key)).filter(c=>c.key!==e)],s,l=-1;for(let c of o){let u=this.countMatchingMetadata(c,i);if(u>l&&(l=u,s=c,u===i.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata(e).filter(o=>r.some(n=>n.key===o.key&&n.value===o.value)).length}};var An={};B(An,{Debouncer:()=>wr});var wr=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let o=[...this.callbacks];this.callbacks=[];let n=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of o)try{await s()}catch(l){n(l);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var kn={};B(kn,{customElement:()=>Fe,isNumber:()=>ns,jsonProperty:()=>Nt,optionalNumberProperty:()=>Rd});var Rn={};B(Rn,{dateReviver:()=>_d,deepEqual:()=>nt,delay:()=>es,eventPathContainsMatchingElement:()=>Ed,flatDeep:()=>rs,last:()=>Ad,minmax:()=>Nd,parseDate:()=>os,waitFor:()=>ts,waitUntil:()=>Od});var es=t=>new Promise(e=>setTimeout(e,t));async function Od(t,e=10,r=2e4){await ts(async()=>await t()||void 0,e,r)}async function ts(t,e=10,r=2e4){let o=await t(),n,i;for(n=i=performance.now();o==null&&(!r||i-n<r);)await es(e),o=await t(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function rs(t,e){return t.flatMap(r=>[r,...rs(e(r),e)])}function _d(...t){return function(e,r){return t.includes(e)?os(r):r}}function os(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,o,n)=>r+o+":"+n),new Date(t)}function Cd(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var r,o,n;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(o=r;o--!==0;)if(!nt(t[o],e[o]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;for(o of t.entries())if(!nt(o[1],e.get(o[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(n=Object.keys(t),r=n.length,r!==Object.keys(e).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(e,n[o]))return!1;for(o=r;o--!==0;){var i=n[o];if(!nt(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function nt(t,e){try{return Cd(t,e)}catch{return!1}}function Ed(t,e,r=window.document.body){if(e.length>0){let o=t.composedPath();for(let n of o){if(n===r)return!1;if(n.matches&&e.some(i=>n.matches(i)))return!0}}return!1}function Nd(t,e,r){return Math.min(Math.max(t,e),r)}function Ad(t){return t[t.length-1]}var Fe=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function Nt(t,e){let r=()=>JSON.parse(JSON.stringify(t));return T({type:Object,converter:{fromAttribute:o=>{if(o==null)return r();try{return JSON.parse(o)}catch{return r()}},toAttribute:o=>JSON.stringify(o)},hasChanged:(o,n)=>!nt(o,n),...e??{}})}function Rd(t){return T({type:Object,converter:{fromAttribute:e=>{if(e!=null)return ns(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...t??{}})}function ns(t){return!isNaN(parseFloat(t))}var Mn={};B(Mn,{designSystemVariables:()=>ou});var Pn={};B(Pn,{FtCssVariableFactory:()=>a,banner:()=>Id,border:()=>qd,breadcrumb:()=>Td,button:()=>Dd,chart:()=>Kd,checkbox:()=>Xd,chip:()=>Zd,collapsible:()=>Vd,comboboxMultiSelect:()=>zd,comboboxSingleSelect:()=>Hd,drawer:()=>$d,floatingMenu:()=>Yd,foundation:()=>d,modal:()=>Wd,notice:()=>Jd,notification:()=>tu,pageHeader:()=>Ld,popover:()=>Bd,radio:()=>eu,semantic:()=>f,setVariable:()=>kd,switch_:()=>Gd,tabs:()=>jd,textArea:()=>Fd,textInput:()=>Ud,toggle:()=>Qd,tooltip:()=>ru,typographies:()=>Pd,typographyBody1Medium:()=>ds,typographyBody1Regular:()=>ls,typographyBody1Semibold:()=>us,typographyBody2Medium:()=>ps,typographyBody2MediumUnderline:()=>hs,typographyBody2Regular:()=>fs,typographyBody2Semibold:()=>ms,typographyCaption1Bold:()=>_s,typographyCaption1Medium:()=>ws,typographyCaption1Semibold:()=>Os,typographyCaption2Bold:()=>Ns,typographyCaption2Medium:()=>Cs,typographyCaption2Semibold:()=>Es,typographyCaption3Bold:()=>ks,typographyCaption3Medium:()=>As,typographyCaption3Semibold:()=>Rs,typographyDisplay:()=>as,typographyLabel1Bold:()=>bs,typographyLabel1Medium:()=>ys,typographyLabel1Semibold:()=>gs,typographyLabel2Bold:()=>Ss,typographyLabel2Medium:()=>vs,typographyLabel2Semibold:()=>xs,typographyTitle1:()=>is,typographyTitle2:()=>ss,typographyTitle3:()=>cs,typographyVariants:()=>Md});var Ye=t=>typeof t=="string"?pr(t):t,a=class{static create(e,r,o,n){let i=l=>Ye(l??n),s=q`var(${Ye(e)}, ${i(n)})`;return s.name=e,s.description=r,s.category=o,s.defaultValue=n,s.defaultCssValue=i,s.get=l=>q`var(${Ye(e)}, ${i(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>n,s}static extend(e,r,o,n){let i=l=>o.get(l??n),s=q`var(${Ye(e)}, ${i(n)})`;return s.name=e,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=n,s.defaultCssValue=i,s.get=l=>q`var(${Ye(e)}, ${i(l)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>n??o.lastResortDefaultValue(),s}static external(e,r){let o=i=>e.fallbackVariable?e.fallbackVariable.get(i??e.defaultValue):Ye(i??e.lastResortDefaultValue()),n=q`var(${Ye(e.name)}, ${o(e.defaultValue)})`;return n.name=e.name,n.category=e.category,n.fallbackVariable=e.fallbackVariable,n.defaultValue=e.defaultValue,n.context=r,n.defaultCssValue=o,n.get=i=>q`var(${Ye(e.name)}, ${o(i)})`,n.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],n.lastResortDefaultValue=()=>e.lastResortDefaultValue(),n}};function kd(t,e){return Ye(`${t.name}: ${e}`)}var d={colorWhite:a.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:a.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:a.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:a.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:a.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:a.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:a.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:a.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:a.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:a.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:a.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:a.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:a.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:a.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:a.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:a.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:a.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:a.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:a.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:a.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:a.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:a.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:a.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:a.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:a.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:a.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:a.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:a.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:a.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:a.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:a.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:a.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:a.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:a.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:a.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:a.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:a.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:a.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:a.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:a.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:a.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:a.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:a.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:a.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:a.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:a.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:a.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:a.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:a.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:a.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:a.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:a.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:a.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:a.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:a.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:a.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:a.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:a.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:a.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:a.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:a.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:a.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:a.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:a.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:a.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:a.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:a.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:a.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:a.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:a.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:a.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:a.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:a.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:a.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:a.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:a.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:a.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:a.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:a.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:a.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:a.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:a.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:a.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:a.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:a.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:a.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:a.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:a.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:a.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:a.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:a.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:a.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:a.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:a.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:a.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:a.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:a.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:a.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:a.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:a.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:a.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:a.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:a.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:a.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:a.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:a.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:a.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:a.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:a.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:a.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:a.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:a.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:a.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:a.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:a.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:a.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:a.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:a.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:a.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:a.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:a.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:a.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:a.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:a.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:a.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:a.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:a.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:a.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:a.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:a.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:a.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:a.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:a.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:a.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:a.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:a.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:a.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:a.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:a.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:a.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:a.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:a.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:a.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:a.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:a.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:a.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:a.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:a.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:a.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:a.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:a.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:a.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:a.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:a.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:a.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:a.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:a.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:a.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:a.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:a.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:a.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:a.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:a.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:a.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:a.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:a.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:a.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:a.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:a.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:a.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:a.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:a.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:a.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:a.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:a.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:a.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:a.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:a.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:a.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:a.create("--ft-icon-size-6","","SIZE","48px"),opacity0:a.create("--ft-opacity-0","","NUMBER","0"),opacity8:a.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:a.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:a.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:a.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:a.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:a.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:a.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:a.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:a.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:a.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:a.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:a.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:a.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:a.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},as={fontFamily:a.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:a.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-display-textCase","","UNKNOWN","none")},is={fontFamily:a.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:a.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},ss={fontFamily:a.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:a.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},cs={fontFamily:a.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:a.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:a.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},ls={fontFamily:a.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:a.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},ds={fontFamily:a.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},us={fontFamily:a.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},fs={fontFamily:a.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:a.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},ps={fontFamily:a.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},hs={fontFamily:a.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:a.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:a.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},ms={fontFamily:a.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},ys={fontFamily:a.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},gs={fontFamily:a.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},bs={fontFamily:a.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},vs={fontFamily:a.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},xs={fontFamily:a.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ss={fontFamily:a.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},ws={fontFamily:a.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Os={fontFamily:a.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_s={fontFamily:a.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Cs={fontFamily:a.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Es={fontFamily:a.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ns={fontFamily:a.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},As={fontFamily:a.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Rs={fontFamily:a.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},ks={fontFamily:a.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Pd={display:as,"title-1":is,"title-2":ss,"title-3":cs,"body-1-regular":ls,"body-1-medium":ds,"body-1-semibold":us,"body-2-regular":fs,"body-2-medium":ps,"body-2-medium-underline":hs,"body-2-semibold":ms,"label-1-medium":ys,"label-1-semibold":gs,"label-1-bold":bs,"label-2-medium":vs,"label-2-semibold":xs,"label-2-bold":Ss,"caption-1-medium":ws,"caption-1-semibold":Os,"caption-1-bold":_s,"caption-2-medium":Cs,"caption-2-semibold":Es,"caption-2-bold":Ns,"caption-3-medium":As,"caption-3-semibold":Rs,"caption-3-bold":ks},Md=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var f={backgroundActionPrimary:a.extend("--ft-background-action-primary","Used as backgorund of primary action components.",d.colorBrand0),backgroundErrorSubtle:a.extend("--ft-background-error-subtle","Used as background of subtle error components.",d.colorRed10),backgroundInfoSubtle:a.extend("--ft-background-info-subtle","Used as background of subtle information components.",d.colorCyan10),backgroundWarningSubtle:a.extend("--ft-background-warning-subtle","Used as background of subtle information components.",d.colorOrange10),backgroundSuccessSubtle:a.extend("--ft-background-success-subtle","Used as background of subtle success components.",d.colorGreen10),backgroundGlobalSurface:a.extend("--ft-background-global-surface","Used as app background.",d.colorWhite),backgroundGlobalOnSurface:a.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",d.colorGray10),backgroundGlobalOnSurfaceDark:a.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",d.colorGray30),contentActionPrimary:a.extend("--ft-content-action-primary","Used on label of primary action on light surface.",d.colorBrand0),contentWarningPrimary:a.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",d.colorOrange200),contentWarningIconOnly:a.extend("--ft-content-warning-icon-only","Used on warning status icons alone",d.colorOrange0),contentErrorPrimary:a.extend("--ft-content-error-primary","Used on label of error messages on light surface.",d.colorRed0),contentErrorIconOnly:a.extend("--ft-content-error-icon-only","Used on error status icons alone",d.colorRed70),contentInfoPrimary:a.extend("--ft-content-info-primary","Used on label of information messages on light surface.",d.colorCyan200),contentInfoIconOnly:a.extend("--ft-content-info-icon-only","Used on info status icons alone",d.colorCyan0),contentSuccessPrimary:a.extend("--ft-content-success-primary","Used on label of success messages on light surface.",d.colorGreen200),contentSuccessIconOnly:a.extend("--ft-content-success-icon-only","Used on success status icons alone",d.colorGreen0),contentGlobalPrimary:a.extend("--ft-content-global-primary","Used for main content on the page.",d.colorGray500),contentGlobalSecondary:a.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,d.colorGray200),contentGlobalSubtle:a.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",d.colorGray0),contentGlobalOnColor:a.extend("--ft-content-global-on-color","Used for content on a dominant color.",d.colorWhite),borderActionPrimary:a.extend("--ft-border-action-primary","Used as border for primary action components.",d.colorBrand0),borderActionFocusRing:a.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",d.colorCyan0),borderWarningPrimary:a.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",d.colorOrange200),borderWarningSubtle:a.extend("--ft-border-warning-subtle","Used as border for warning components.",d.colorOrange30),borderSuccessPrimary:a.extend("--ft-border-success-primary","Used as border for success buttons.",d.colorGreen200),borderSuccessSubtle:a.extend("--ft-border-success-subtle","Used as border for success components.",d.colorGreen30),borderErrorPrimary:a.extend("--ft-border-error-primary","Used as border for text fields in error states.",d.colorRed0),borderErrorSubtle:a.extend("--ft-border-error-subtle","Used as border for error components.",d.colorRed30),borderInfoPrimary:a.extend("--ft-border-info-primary","Used as border for buttons in info color.",d.colorCyan200),borderInfoSubtle:a.extend("--ft-border-info-subtle","Used as border for information components.",d.colorCyan30),borderGlobalPrimary:a.extend("--ft-border-global-primary","Used as border for element like input.",d.colorGray50),borderGlobalSubtle:a.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",d.colorGray30),borderInputPrimary:a.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",d.colorGray80)};var Dd={largeHeight:a.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:a.extend("--ft-button-large-horizontal-padding","",d.spacing4),largeGap:a.extend("--ft-button-large-gap","",d.spacing2),largeBorderRadius:a.extend("--ft-button-large-border-radius","",d.borderRadiusS),largeIconSize:a.extend("--ft-button-large-icon-size","",d.iconSize3),largeBorderWidth:a.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:a.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:a.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:a.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:a.extend("--ft-button-small-horizontal-padding","",d.spacing3),smallGap:a.extend("--ft-button-small-gap","",d.spacing2),smallBorderRadius:a.extend("--ft-button-small-border-radius","",d.borderRadiusS),smallIconSize:a.extend("--ft-button-small-icon-size","",d.iconSize2),smallBorderWidth:a.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:a.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:a.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:a.extend("--ft-button-primary-background-color","",f.backgroundActionPrimary),primaryColor:a.extend("--ft-button-primary-color","",f.contentGlobalOnColor),primaryIconColor:a.extend("--ft-button-primary-icon-color","",f.contentGlobalOnColor),primaryStateLayerColor:a.extend("--ft-button-primary-state-layer-color","",f.contentGlobalOnColor),primaryHoverStateLayerOpacity:a.extend("--ft-button-primary-hover-state-layer-opacity","",d.opacity16),primaryFocusStateLayerOpacity:a.extend("--ft-button-primary-focus-state-layer-opacity","",d.opacity16),primaryActiveStateLayerOpacity:a.extend("--ft-button-primary-active-state-layer-opacity","",d.opacity24),primaryDisabledComponentOpacity:a.extend("--ft-button-primary-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ft-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBackgroundColor:a.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:a.extend("--ft-button-tertiary-color","",f.contentActionPrimary),tertiaryIconColor:a.extend("--ft-button-tertiary-icon-color","",f.contentActionPrimary),tertiaryStateLayerColor:a.extend("--ft-button-tertiary-state-layer-color","",f.contentActionPrimary),tertiaryHoverStateLayerOpacity:a.extend("--ft-button-tertiary-hover-state-layer-opacity","",d.opacity8),tertiaryFocusStateLayerOpacity:a.extend("--ft-button-tertiary-focus-state-layer-opacity","",d.opacity8),tertiaryActiveStateLayerOpacity:a.extend("--ft-button-tertiary-active-state-layer-opacity","",d.opacity16),tertiaryDisabledComponentOpacity:a.extend("--ft-button-tertiary-disabled-component-opacity","",d.opacity40),secondaryBackgroundColor:a.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:a.extend("--ft-button-secondary-color","",f.contentActionPrimary),secondaryIconColor:a.extend("--ft-button-secondary-icon-color","",f.contentActionPrimary),secondaryStateLayerColor:a.extend("--ft-button-secondary-state-layer-color","",f.contentActionPrimary),secondaryHoverStateLayerOpacity:a.extend("--ft-button-secondary-hover-state-layer-opacity","",d.opacity8),secondaryFocusStateLayerOpacity:a.extend("--ft-button-secondary-focus-state-layer-opacity","",d.opacity8),secondaryActiveStateLayerOpacity:a.extend("--ft-button-secondary-active-state-layer-opacity","",d.opacity16),secondaryDisabledComponentOpacity:a.extend("--ft-button-secondary-disabled-component-opacity","",d.opacity40),secondaryBorderColor:a.extend("--ft-button-secondary-border-color","",f.borderActionPrimary),neutralBackgroundColor:a.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:a.extend("--ft-button-neutral-icon-color","",f.contentGlobalSecondary),neutralColor:a.extend("--ft-button-neutral-color","",f.contentGlobalSecondary),neutralStateLayerColor:a.extend("--ft-button-neutral-state-layer-color","",f.contentGlobalSecondary),neutralHoverStateLayerOpacity:a.extend("--ft-button-neutral-hover-state-layer-opacity","",d.opacity8),neutralFocusStateLayerOpacity:a.extend("--ft-button-neutral-focus-state-layer-opacity","",d.opacity8),neutralActiveStateLayerOpacity:a.extend("--ft-button-neutral-active-state-layer-opacity","",d.opacity16),neutralDisabledComponentOpacity:a.extend("--ft-button-neutral-disabled-component-opacity","",d.opacity40)};var Id={iconSize:a.extend("--ft-banner-icon-size","",d.iconSize5),borderWidth:a.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:a.extend("--ft-banner-horizontal-padding","",d.spacing6),verticalPadding:a.extend("--ft-banner-vertical-padding","",d.spacing6),horizontalSideGap:a.extend("--ft-banner-horizontal-side-gap","",d.spacing6),horizontalMobileGap:a.extend("--ft-banner-horizontal-mobile-gap","",d.spacing4),verticalMobileGap:a.extend("--ft-banner-vertical-mobile-gap","",d.spacing6),horizontalMiddleGap:a.extend("--ft-banner-horizontal-middle-gap","",d.spacing20),infoBackgroundColor:a.extend("--ft-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:a.extend("--ft-banner-info-color","",f.contentInfoPrimary),infoIconColor:a.extend("--ft-banner-info-icon-color","",f.contentInfoIconOnly)};var Td={horizontalGap:a.extend("--ft-breadcrumb-horizontal-gap","",d.spacing1),verticalGap:a.extend("--ft-breadcrumb-vertical-gap","",d.spacing2),currentElementColor:a.extend("--ft-breadcrumb-current-element-color","",f.contentGlobalPrimary),iconColor:a.extend("--ft-breadcrumb-icon-color","",f.contentGlobalSubtle)};var Ld={horizontalPadding:a.extend("--ft-page-header-horizontal-padding","",d.spacing12),horizontalGap:a.extend("--ft-page-header-horizontal-gap","",d.spacing4),verticalGap:a.extend("--ft-page-header-vertical-gap","",d.spacing2),classicVerticalPadding:a.extend("--ft-page-header-classic-vertical-padding","",d.spacing6),multilineVerticalPadding:a.extend("--ft-page-header-multiline-vertical-padding","",d.spacing4),inlineVerticalPadding:a.extend("--ft-page-header-inline-vertical-padding","",d.spacing2),backgroundColor:a.extend("--ft-page-header-background-color","",d.colorWhite),bottomBorderColor:a.extend("--ft-page-header-bottom-border-color","",f.borderGlobalSubtle),titleColor:a.extend("--ft-page-header-title-color","",f.contentGlobalPrimary),subtitleColor:a.extend("--ft-page-header-subtitle-color","",f.contentGlobalSecondary)};var Wd={smallContainerWidth:a.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:a.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:a.extend("--ft-modal-overlay-background-color","",d.colorGray700),overlayOpacity:a.extend("--ft-modal-overlay-opacity","",d.opacity40),shadow:a.extend("--ft-modal-shadow","",d.shadowElevation03),bodyBackgroundColor:a.extend("--ft-modal-body-background-color","",d.colorWhite),bodyColor:a.extend("--ft-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ft-modal-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:a.extend("--ft-modal-body-vertical-padding","",d.spacing6),bodyVerticalGap:a.extend("--ft-modal-body-vertical-gap","",d.spacing6),containerMargin:a.extend("--ft-modal-container-margin","",d.spacing3),headerBackgroundColor:a.extend("--ft-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ft-modal-header-border-color","",f.borderGlobalSubtle),headerColor:a.extend("--ft-modal-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:a.extend("--ft-modal-header-trailing-icon-color","",f.contentGlobalSecondary),headerVerticalPadding:a.extend("--ft-modal-header-vertical-padding","",d.spacing1),headerRightPadding:a.extend("--ft-modal-header-right-padding","",d.spacing1),headerLeftPadding:a.extend("--ft-modal-header-left-padding","",d.spacing6),headerGap:a.extend("--ft-modal-header-gap","",d.spacing2),headerBorderBottom:a.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:a.extend("--ft-modal-border-radius","",d.borderRadiusM)};var $d={overlayOpacity:a.extend("--ft-drawer-overlay-opacity","",d.opacity40),shadow:a.extend("--ft-drawer-shadow","",d.shadowElevation03),bodyColor:a.extend("--ft-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ft-drawer-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:a.extend("--ft-drawer-body-vertical-padding","",d.spacing6),bodyGap:a.extend("--ft-drawer-body-gap","",d.spacing6),bodyBackgroundColor:a.extend("--ft-drawer-body-background-color","",d.colorWhite),headerBackgroundColor:a.extend("--ft-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ft-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:a.extend("--ft-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:a.extend("--ft-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:a.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:a.extend("--ft-drawer-header-horizontal-padding","",d.spacing2),headerBorderWidth:a.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:a.extend("--ft-drawer-header-gap","",d.spacing3),buttonsBarBackgroundColor:a.extend("--ft-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:a.extend("--ft-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:a.extend("--ft-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:a.extend("--ft-drawer-buttons-bar-horizontal-padding","",d.spacing4),buttonsBarVerticalPadding:a.extend("--ft-drawer-buttons-bar-vertical-padding","",d.spacing4),buttonsBarGap:a.extend("--ft-drawer-buttons-bar-gap","",d.spacing3),buttonsBarBorderWidth:a.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:a.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:a.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:a.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:a.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:a.extend("--ft-drawer-overlay-background-color","",d.colorGray700)};var Ud={fieldHorizontalPadding:a.extend("--ft-text-input-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ft-text-input-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ft-text-input-field-vertical-gap","",d.spacing05),fieldIconSize:a.extend("--ft-text-input-field-icon-size","",d.iconSize3),fieldHeight:a.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:a.extend("--ft-text-input-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ft-text-input-helper-horizontal-gap","",d.spacing1),helperIconSize:a.extend("--ft-text-input-helper-icon-size","",d.iconSize2),borderRadius:a.extend("--ft-text-input-border-radius","",d.borderRadiusM),backgroundColor:a.extend("--ft-text-input-background-color","",d.colorWhite),contentValueColor:a.extend("--ft-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:a.extend("--ft-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:a.extend("--ft-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:a.extend("--ft-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderWidth:a.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:a.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:a.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-text-input-disabled-component-opacity","",d.opacity40)};var Fd={backgroundColor:a.extend("--ft-text-area-background-color","",d.colorWhite),contentValueColor:a.extend("--ft-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:a.extend("--ft-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:a.extend("--ft-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:a.extend("--ft-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:a.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-text-area-disabled-component-opacity","",d.opacity40),fieldHorizontalLeftPadding:a.extend("--ft-text-area-field-horizontal-left-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ft-text-area-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ft-text-area-field-vertical-gap","",d.spacing05),fieldMinHeight:a.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:a.extend("--ft-text-area-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ft-text-area-helper-horizontal-gap","",d.spacing1),helperIconSize:a.extend("--ft-text-area-helper-icon-size","",d.iconSize2),borderRadius:a.extend("--ft-text-area-border-radius","",d.borderRadiusM)};var Yd={height:a.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:a.extend("--ft-floating-menu-horizontal-padding","",d.spacing4),offIconColor:a.extend("--ft-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:a.extend("--ft-floating-menu-off-color","",f.contentGlobalPrimary),onColor:a.extend("--ft-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:a.extend("--ft-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:a.extend("--ft-floating-menu-gap","",d.spacing3),focusFocusRingColor:a.extend("--ft-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:a.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:a.extend("--ft-floating-menu-focus-state-layer-opacity","",d.opacity8),hoverStateLayerOpacity:a.extend("--ft-floating-menu-hover-state-layer-opacity","",d.opacity8),activeStateLayerOpacity:a.extend("--ft-floating-menu-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:a.extend("--ft-floating-menu-disabled-component-opacity","",d.opacity40),iconSize:a.extend("--ft-floating-menu-icon-size","",d.iconSize3),backgroundColor:a.extend("--ft-floating-menu-background-color","",f.backgroundGlobalOnSurface)};var Hd={fieldHorizontalPadding:a.extend("--ft-combobox-single-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ft-combobox-single-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ft-combobox-single-select-field-vertical-gap","",d.spacing05),fieldIconSize:a.extend("--ft-combobox-single-select-field-icon-size","",d.iconSize3),fieldHeight:a.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:a.extend("--ft-combobox-single-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ft-combobox-single-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:a.extend("--ft-combobox-single-select-helper-vertical-gap","",d.spacing1),helperIconSize:a.extend("--ft-combobox-single-select-helper-icon-size","",d.iconSize2),menuVerticalGap:a.extend("--ft-combobox-single-select-menu-vertical-gap","",d.spacing2),borderRadius:a.extend("--ft-combobox-single-select-border-radius","",d.borderRadiusM),backgroundColor:a.extend("--ft-combobox-single-select-background-color","",d.colorWhite),labelColor:a.extend("--ft-combobox-single-select-label-color","",f.contentGlobalSubtle),contentValueColor:a.extend("--ft-combobox-single-select-content-value-color","",f.contentGlobalPrimary),trailingIconColor:a.extend("--ft-combobox-single-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-combobox-single-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-combobox-single-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-combobox-single-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-combobox-single-select-error-helper-text-color","",f.contentErrorPrimary),warningBorderWidth:a.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ft-combobox-single-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:a.extend("--ft-combobox-single-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:a.extend("--ft-combobox-single-select-warning-helper-icon-color","",f.contentWarningIconOnly),focusOutlineWidth:a.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-combobox-single-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:a.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-combobox-single-select-disabled-component-opacity","",d.opacity40)};var zd={backgroundColor:a.extend("--ft-combobox-multi-select-background-color","",d.colorWhite),labelColor:a.extend("--ft-combobox-multi-select-label-color","",f.contentGlobalSubtle),trailingIconColor:a.extend("--ft-combobox-multi-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-combobox-multi-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-combobox-multi-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:a.extend("--ft-combobox-multi-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-combobox-multi-select-error-helper-text-color","",f.contentErrorPrimary),errorHelperIcon:a.extend("--ft-combobox-multi-select-error-helper-icon","",f.contentErrorIconOnly),errorBorderWidth:a.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ft-combobox-multi-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:a.extend("--ft-combobox-multi-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:a.extend("--ft-combobox-multi-select-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:a.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-combobox-multi-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:a.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-combobox-multi-select-disabled-component-opacity","",d.opacity40),helperHorizontalPadding:a.extend("--ft-combobox-multi-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:a.extend("--ft-combobox-multi-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:a.extend("--ft-combobox-multi-select-helper-vertical-gap","",d.spacing1),helperIconSize:a.extend("--ft-combobox-multi-select-helper-icon-size","",d.iconSize2),fieldHorizontalPadding:a.extend("--ft-combobox-multi-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:a.extend("--ft-combobox-multi-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:a.extend("--ft-combobox-multi-select-field-vertical-gap","",d.spacing05),fieldIconSize:a.extend("--ft-combobox-multi-select-field-icon-size","",d.iconSize3),fieldMaxHeight:a.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:a.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",d.spacing1),contentValuesVerticalGap:a.extend("--ft-combobox-multi-select-content-values-vertical-gap","",d.spacing1),borderRadius:a.extend("--ft-combobox-multi-select-border-radius","",d.borderRadiusM)};var Bd={backgroundColor:a.extend("--ft-popover-background-color","",f.backgroundGlobalOnSurface),horizontalPadding:a.extend("--ft-popover-horizontal-padding","",d.spacing6),verticalPadding:a.extend("--ft-popover-vertical-padding","",d.spacing6),iconColor:a.extend("--ft-popover-icon-color","",f.contentGlobalSecondary),iconSize:a.extend("--ft-popover-icon-size","",d.iconSize2),titleColor:a.extend("--ft-popover-title-color","",f.contentGlobalPrimary),bodyColor:a.extend("--ft-popover-body-color","",f.contentGlobalSecondary),linkColor:a.extend("--ft-popover-link-color","",f.contentActionPrimary),gap:a.extend("--ft-popover-gap","",d.spacing3),borderRadius:a.extend("--ft-popover-border-radius","",d.borderRadiusM),shadow:a.extend("--ft-popover-shadow","",d.shadowElevation02)};var jd={topLeftBorderRadius:a.extend("--ft-tabs-top-left-border-radius","",d.borderRadiusS),topRightBorderRadius:a.extend("--ft-tabs-top-right-border-radius","",d.borderRadiusS),labelHorizontalPadding:a.extend("--ft-tabs-label-horizontal-padding","",d.spacing4),labelVerticalPadding:a.extend("--ft-tabs-label-vertical-padding","",d.spacing3),labelGap:a.extend("--ft-tabs-label-gap","",d.spacing1),offHoverStateLayerOpacity:a.extend("--ft-tabs-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:a.extend("--ft-tabs-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:a.extend("--ft-tabs-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:a.extend("--ft-tabs-off-disabled-component-opacity","",d.opacity40),offColor:a.extend("--ft-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-tabs-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-tabs-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:a.extend("--ft-tabs-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:a.extend("--ft-tabs-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:a.extend("--ft-tabs-on-disabled-component-opacity","",d.opacity40),onColor:a.extend("--ft-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:a.extend("--ft-tabs-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:a.extend("--ft-tabs-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:a.extend("--ft-tabs-icon-vertical-padding","",d.spacing4),focusOutlineWidth:a.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-tabs-focus-focus-ring-color","",f.borderActionFocusRing)};var Vd={hoverStateLayerOpacity:a.extend("--ft-collapsible-hover-state-layer-opacity","",d.opacity8),focusStateLayerOpacity:a.extend("--ft-collapsible-focus-state-layer-opacity","",d.opacity8),focusOutlineWidth:a.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:a.extend("--ft-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:a.extend("--ft-collapsible-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:a.extend("--ft-collapsible-disabled-component-opacity","",d.opacity40),horizontalPadding:a.extend("--ft-collapsible-horizontal-padding","",d.spacing4),verticalPadding:a.extend("--ft-collapsible-vertical-padding","",d.spacing3),color:a.extend("--ft-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:a.extend("--ft-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:a.extend("--ft-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:a.extend("--ft-collapsible-border-color","",f.borderGlobalSubtle),iconSize:a.extend("--ft-collapsible-icon-size","",d.iconSize3)};var Gd={groupHorizontalPadding:a.extend("--ft-switch-group-horizontal-padding","",d.spacing1),groupVerticalPadding:a.extend("--ft-switch-group-vertical-padding","",d.spacing1),groupGap:a.extend("--ft-switch-group-gap","",d.spacing1),groupBackgroundColor:a.extend("--ft-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:a.extend("--ft-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:a.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:a.extend("--ft-switch-label-horizontal-padding","",d.spacing2),labelVerticalPadding:a.extend("--ft-switch-label-vertical-padding","",d.spacing1),offHoverStateLayerOpacity:a.extend("--ft-switch-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:a.extend("--ft-switch-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:a.extend("--ft-switch-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:a.extend("--ft-switch-off-disabled-component-opacity","",d.opacity40),offColor:a.extend("--ft-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-switch-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:a.extend("--ft-switch-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:a.extend("--ft-switch-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:a.extend("--ft-switch-on-disabled-component-opacity","",d.opacity40),onColor:a.extend("--ft-switch-on-color","",f.contentActionPrimary),onStateLayerColor:a.extend("--ft-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:a.extend("--ft-switch-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:a.extend("--ft-switch-icon-vertical-padding","",d.spacing1),focusOutlineWidth:a.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:a.extend("--ft-switch-option-border-radius","",d.borderRadiusS)};var Kd={color1Light:a.extend("--ft-chart-1-light","for area color charts",d.colorBrand40),color1Base:a.extend("--ft-chart-1-base","for line charts",d.colorBrand0),color2Light:a.extend("--ft-chart-2-light","for area color charts",d.colorYellow60),color2Base:a.extend("--ft-chart-2-base","for line charts",d.colorYellow100),color3Light:a.extend("--ft-chart-3-light","",d.colorUltramarine40),color3Base:a.extend("--ft-chart-3-base","",d.colorUltramarine70),color4Light:a.extend("--ft-chart-4-light","",d.colorCyan50),color4Base:a.extend("--ft-chart-4-base","",d.colorCyan100),color5Light:a.extend("--ft-chart-5-light","",d.colorRed40),color5Base:a.extend("--ft-chart-5-base","",d.colorRed60),color6Light:a.extend("--ft-chart-6-light","",d.colorGreen40),color6Base:a.extend("--ft-chart-6-base","",d.colorGreen70),color7Light:a.extend("--ft-chart-7-light","",d.colorOrange70),color7Base:a.extend("--ft-chart-7-base","",d.colorOrange100),color8Light:a.extend("--ft-chart-8-light","",d.colorAvocado70),color8Base:a.extend("--ft-chart-8-base","",d.colorAvocado200),color9Light:a.extend("--ft-chart-9-light","",d.colorBrown50),color9Base:a.extend("--ft-chart-9-base","",d.colorBrown200),color10Light:a.extend("--ft-chart-10-light","",d.colorGray50),color10Base:a.extend("--ft-chart-10-base","",d.colorGray80),monochrome10:a.extend("--ft-chart-monochrome-10","",d.colorBrand10),monochrome20:a.extend("--ft-chart-monochrome-20","",d.colorBrand20),monochrome30:a.extend("--ft-chart-monochrome-30","",d.colorBrand40),monochrome40:a.extend("--ft-chart-monochrome-40","",d.colorBrand60),monochrome50:a.extend("--ft-chart-monochrome-50","",d.colorBrand0),monochrome60:a.extend("--ft-chart-monochrome-60","",d.colorBrand200)};var Zd={largeHorizontalPadding:a.extend("--ft-chip-large-horizontal-padding","",d.spacing4),largeVerticalPadding:a.extend("--ft-chip-large-vertical-padding","",d.spacing2),largeGap:a.extend("--ft-chip-large-gap","",d.spacing1),largeFocusOutlineOffset:a.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:a.extend("--ft-chip-large-border-radius","",d.borderRadiusPill),largeBorderWidth:a.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:a.extend("--ft-chip-large-icon-size","",d.iconSize3),mediumHorizontalPadding:a.extend("--ft-chip-medium-horizontal-padding","",d.spacing3),mediumVerticalPadding:a.extend("--ft-chip-medium-vertical-padding","",d.spacing1),mediumGap:a.extend("--ft-chip-medium-gap","",d.spacing1),mediumFocusOutlineOffset:a.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:a.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:a.extend("--ft-chip-medium-border-radius","",d.borderRadiusPill),mediumBorderWidth:a.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:a.extend("--ft-chip-medium-icon-size","",d.iconSize2),smallHorizontalPadding:a.extend("--ft-chip-small-horizontal-padding","",d.spacing2),smallVerticalPadding:a.extend("--ft-chip-small-vertical-padding","",d.spacing05),smallGap:a.extend("--ft-chip-small-gap","",d.spacing1),smallFocusOutlineOffset:a.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:a.extend("--ft-chip-small-border-radius","",d.borderRadiusPill),smallBorderWidth:a.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:a.extend("--ft-chip-small-icon-size","",d.iconSize1),neutralBackgroundColor:a.extend("--ft-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:a.extend("--ft-chip-neutral-color","",f.contentGlobalPrimary),neutralIconColor:a.extend("--ft-chip-neutral-icon-color","",f.contentGlobalPrimary),neutralBorderColor:a.extend("--ft-chip-neutral-border-color","",f.borderGlobalSubtle),infoBackgroundColor:a.extend("--ft-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:a.extend("--ft-chip-info-color","",f.contentInfoPrimary),infoIconColor:a.extend("--ft-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:a.extend("--ft-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:a.extend("--ft-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:a.extend("--ft-chip-success-color","",f.contentSuccessPrimary),successIconColor:a.extend("--ft-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:a.extend("--ft-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:a.extend("--ft-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:a.extend("--ft-chip-warning-color","",f.contentWarningPrimary),warningIconColor:a.extend("--ft-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:a.extend("--ft-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:a.extend("--ft-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:a.extend("--ft-chip-error-color","",f.contentErrorPrimary),errorIconColor:a.extend("--ft-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:a.extend("--ft-chip-error-border-color","",f.borderErrorSubtle)};var qd={infoBorderColor:a.extend("--ft-border-info-border-color","",f.borderInfoSubtle)};var Jd={borderWidth:a.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:a.extend("--ft-notice-horizontal-padding","",d.spacing2),verticalPadding:a.extend("--ft-notice-vertical-padding","",d.spacing1),borderRadius:a.extend("--ft-notice-border-radius","",d.borderRadiusS),gap:a.extend("--ft-notice-gap","",d.spacing2),iconSize:a.extend("--ft-notice-icon-size","",d.iconSize3),infoBackgroundColor:a.extend("--ft-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:a.extend("--ft-notice-info-border-color","",f.borderInfoSubtle),infoColor:a.extend("--ft-notice-info-color","",f.contentInfoPrimary),infoIconColor:a.extend("--ft-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:a.extend("--ft-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:a.extend("--ft-notice-warning-border-color","",f.borderWarningSubtle),warningColor:a.extend("--ft-notice-warning-color","",f.contentWarningPrimary),warningIconColor:a.extend("--ft-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:a.extend("--ft-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:a.extend("--ft-notice-error-border-color","",f.borderErrorSubtle),errorColor:a.extend("--ft-notice-error-color","",f.contentErrorPrimary),errorIconColor:a.extend("--ft-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:a.extend("--ft-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:a.extend("--ft-notice-success-border-color","",f.borderSuccessSubtle),successColor:a.extend("--ft-notice-success-color","",f.contentSuccessPrimary),successIconColor:a.extend("--ft-notice-success-icon-color","",f.contentSuccessIconOnly)};var Xd={color:a.extend("--ft-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:a.extend("--ft-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:a.extend("--ft-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:a.extend("--ft-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:a.extend("--ft-checkbox-checked-hover-state-layer-opacity","",d.opacity16),checkedFocusStateLayerOpacity:a.extend("--ft-checkbox-checked-focus-state-layer-opacity","",d.opacity16),checkedActiveStateLayerOpacity:a.extend("--ft-checkbox-checked-active-state-layer-opacity","",d.opacity24),checkedDisabledComponentOpacity:a.extend("--ft-checkbox-checked-disabled-component-opacity","",d.opacity40),uncheckedBorderColor:a.extend("--ft-checkbox-unchecked-border-color","",d.colorGray80),uncheckedStateLayerColor:a.extend("--ft-checkbox-unchecked-state-layer-color","",d.colorGray80),uncheckedHoverStateLayerOpacity:a.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",d.opacity16),uncheckedFocusStateLayerOpacity:a.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",d.opacity16),uncheckedActiveStateLayerOpacity:a.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",d.opacity24),uncheckedDisabledComponentOpacity:a.extend("--ft-checkbox-unchecked-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ft-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:a.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:a.extend("--ft-checkbox-gap","",d.spacing3)};var Qd={offHoverStateLayerOpacity:a.extend("--ft-toggle-off-hover-state-layer-opacity","",d.opacity16),offFocusStateLayerOpacity:a.extend("--ft-toggle-off-focus-state-layer-opacity","",d.opacity16),offActiveStateLayerOpacity:a.extend("--ft-toggle-off-active-state-layer-opacity","",d.opacity24),offDisabledComponentOpacity:a.extend("--ft-toggle-off-disabled-component-opacity","",d.opacity40),offBackgroundColor:a.extend("--ft-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:a.extend("--ft-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-toggle-on-hover-state-layer-opacity","",d.opacity16),onFocusStateLayerOpacity:a.extend("--ft-toggle-on-focus-state-layer-opacity","",d.opacity16),onActiveStateLayerOpacity:a.extend("--ft-toggle-on-active-state-layer-opacity","",d.opacity24),onDisabledComponentOpacity:a.extend("--ft-toggle-on-disabled-component-opacity","",d.opacity40),onBackgroundColor:a.extend("--ft-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:a.extend("--ft-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:a.extend("--ft-toggle-on-icon-color","",f.contentActionPrimary),color:a.extend("--ft-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:a.extend("--ft-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:a.extend("--ft-toggle-gap","",d.spacing3)};var eu={color:a.extend("--ft-radio-color","",f.contentGlobalPrimary),selectedRadioColor:a.extend("--ft-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:a.extend("--ft-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:a.extend("--ft-radio-selected-hover-state-layer-opacity","",d.opacity16),selectedFocusStateLayerOpacity:a.extend("--ft-radio-selected-focus-state-layer-opacity","",d.opacity16),selectedActiveStateLayerOpacity:a.extend("--ft-radio-selected-active-state-layer-opacity","",d.opacity24),selectedDisabledComponentOpacity:a.extend("--ft-radio-selected-disabled-component-opacity","",d.opacity40),unselectedStateLayerColor:a.extend("--ft-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:a.extend("--ft-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:a.extend("--ft-radio-unselected-hover-state-layer-opacity","",d.opacity16),unselectedFocusStateLayerOpacity:a.extend("--ft-radio-unselected-focus-state-layer-opacity","",d.opacity16),unselectedActiveStateLayerOpacity:a.extend("--ft-radio-unselected-active-state-layer-opacity","",d.opacity24),unselectedDisabledComponentOpacity:a.extend("--ft-radio-unselected-disabled-component-opacity","",d.opacity40),focusFocusRingColor:a.extend("--ft-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:a.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:a.extend("--ft-radio-gap","",d.spacing3)};var tu={iconSize:a.extend("--ft-notification-icon-size","",d.iconSize4),horizontalPadding:a.extend("--ft-notification-horizontal-padding","",d.spacing4),verticalPadding:a.extend("--ft-notification-vertical-padding","",d.spacing4),infoBackgroundColor:a.extend("--ft-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:a.extend("--ft-notification-info-color","",f.contentInfoPrimary),infoIconColor:a.extend("--ft-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:a.extend("--ft-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:a.extend("--ft-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:a.extend("--ft-notification-success-color","",f.contentSuccessPrimary),successIconColor:a.extend("--ft-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:a.extend("--ft-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:a.extend("--ft-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:a.extend("--ft-notification-warning-color","",f.contentWarningPrimary),warningIconColor:a.extend("--ft-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:a.extend("--ft-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:a.extend("--ft-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:a.extend("--ft-notification-error-color","",f.contentErrorPrimary),errorIconColor:a.extend("--ft-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:a.extend("--ft-notification-error-border-color","",f.borderErrorSubtle),borderRadius:a.extend("--ft-notification-border-radius","",d.borderRadiusPill),borderWidth:a.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:a.extend("--ft-notification-leading-gap","",d.spacing2),trailingGap:a.extend("--ft-notification-trailing-gap","",d.spacing8)};var ru={horizontalPadding:a.extend("--ft-tooltip-horizontal-padding","",d.spacing2),verticalPadding:a.extend("--ft-tooltip-vertical-padding","",d.spacing2),borderRadius:a.extend("--ft-tooltip-border-radius","",d.borderRadiusS),color:a.extend("--ft-tooltip-color","",f.contentGlobalOnColor),backgroundColor:a.extend("--ft-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:a.extend("--ft-tooltip-background-opacity","",d.opacity80),shadow:a.extend("--ft-tooltip-shadow","",d.shadowElevation03),maxWidth:a.create("--ft-tooltip-max-width","","SIZE","256px"),gap:a.extend("--ft-tooltip-gap","",d.spacing05)};var ou={colorPrimary:a.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:a.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:a.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:a.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:a.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:a.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:a.create("--ft-color-error","","COLOR","#B00020"),colorOutline:a.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:a.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:a.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:a.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:a.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:a.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:a.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:a.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:a.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:a.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:a.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:a.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:a.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:a.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:a.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:a.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:a.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:a.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:a.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:a.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:a.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:a.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:a.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:a.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:a.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:a.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:a.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:a.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:a.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:a.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:a.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:a.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:a.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:a.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:a.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:a.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:a.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:a.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:a.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:a.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:a.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:a.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:a.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:a.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:a.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:a.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:a.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:a.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:a.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:a.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:a.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:a.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:a.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:a.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:a.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ln={};B(Ln,{FtNotificationEvent:()=>Dn,PostResizeEvent:()=>Tn,PreResizeEvent:()=>In});var Dn=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},In=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Tn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var Gn={};B(Gn,{computeOffsetPosition:()=>wu});var Ms=["top","right","bottom","left"],Ps=["start","end"],$n=Ms.reduce((t,e)=>t.concat(e,e+"-"+Ps[0],e+"-"+Ps[1]),[]),Or=Math.min,at=Math.max,_r=Math.round;var He=t=>({x:t,y:t}),nu={left:"right",right:"left",bottom:"top",top:"bottom"},au={start:"end",end:"start"};function Un(t,e,r){return at(t,Or(e,r))}function yo(t,e){return typeof t=="function"?t(e):t}function zt(t){return t.split("-")[0]}function it(t){return t.split("-")[1]}function Fn(t){return t==="x"?"y":"x"}function Yn(t){return t==="y"?"height":"width"}function go(t){return["top","bottom"].includes(zt(t))?"y":"x"}function Hn(t){return Fn(go(t))}function Ds(t,e,r){r===void 0&&(r=!1);let o=it(t),n=Hn(t),i=Yn(n),s=n==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=Wn(s)),[s,Wn(s)]}function Is(t){return t.replace(/start|end/g,e=>au[e])}function Wn(t){return t.replace(/left|right|bottom|top/g,e=>nu[e])}function iu(t){return{top:0,right:0,bottom:0,left:0,...t}}function Ts(t){return typeof t!="number"?iu(t):{top:t,right:t,bottom:t,left:t}}function At(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Ls(t,e,r){let{reference:o,floating:n}=t,i=go(e),s=Hn(e),l=Yn(s),c=zt(e),u=i==="y",h=o.x+o.width/2-n.width/2,p=o.y+o.height/2-n.height/2,m=o[l]/2-n[l]/2,y;switch(c){case"top":y={x:h,y:o.y-n.height};break;case"bottom":y={x:h,y:o.y+o.height};break;case"right":y={x:o.x+o.width,y:p};break;case"left":y={x:o.x-n.width,y:p};break;default:y={x:o.x,y:o.y}}switch(it(e)){case"start":y[s]-=m*(r&&u?-1:1);break;case"end":y[s]+=m*(r&&u?-1:1);break}return y}var Ws=async(t,e,r)=>{let{placement:o="bottom",strategy:n="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:n}),{x:h,y:p}=Ls(u,o,c),m=o,y={},g=0;for(let x=0;x<l.length;x++){let{name:C,fn:E}=l[x],{x:N,y:v,data:b,reset:w}=await E({x:h,y:p,initialPlacement:o,placement:m,strategy:n,middlewareData:y,rects:u,platform:s,elements:{reference:t,floating:e}});if(h=N??h,p=v??p,y={...y,[C]:{...y[C],...b}},w&&g<=50){g++,typeof w=="object"&&(w.placement&&(m=w.placement),w.rects&&(u=w.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:n}):w.rects),{x:h,y:p}=Ls(u,m,c)),x=-1;continue}}return{x:h,y:p,placement:m,strategy:n,middlewareData:y}};async function zn(t,e){var r;e===void 0&&(e={});let{x:o,y:n,platform:i,rects:s,elements:l,strategy:c}=t,{boundary:u="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:m=!1,padding:y=0}=yo(e,t),g=Ts(y),C=l[m?p==="floating"?"reference":"floating":p],E=At(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(C)))==null||r?C:C.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:h,strategy:c})),N=p==="floating"?{...s.floating,x:o,y:n}:s.reference,v=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),b=await(i.isElement==null?void 0:i.isElement(v))?await(i.getScale==null?void 0:i.getScale(v))||{x:1,y:1}:{x:1,y:1},w=At(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:N,offsetParent:v,strategy:c}):N);return{top:(E.top-w.top+g.top)/b.y,bottom:(w.bottom-E.bottom+g.bottom)/b.y,left:(E.left-w.left+g.left)/b.x,right:(w.right-E.right+g.right)/b.x}}function su(t,e,r){return(t?[...r.filter(n=>it(n)===t),...r.filter(n=>it(n)!==t)]:r.filter(n=>zt(n)===n)).filter(n=>t?it(n)===t||(e?Is(n)!==n:!1):!0)}var Bn=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,o,n;let{rects:i,middlewareData:s,placement:l,platform:c,elements:u}=e,{crossAxis:h=!1,alignment:p,allowedPlacements:m=$n,autoAlignment:y=!0,...g}=yo(t,e),x=p!==void 0||m===$n?su(p||null,y,m):m,C=await zn(e,g),E=((r=s.autoPlacement)==null?void 0:r.index)||0,N=x[E];if(N==null)return{};let v=Ds(N,i,await(c.isRTL==null?void 0:c.isRTL(u.floating)));if(l!==N)return{reset:{placement:x[0]}};let b=[C[zt(N)],C[v[0]],C[v[1]]],w=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:N,overflows:b}],P=x[E+1];if(P)return{data:{index:E+1,overflows:w},reset:{placement:P}};let F=w.map(R=>{let M=it(R.placement);return[R.placement,M&&h?R.overflows.slice(0,2).reduce(($,te)=>$+te,0):R.overflows[0],R.overflows]}).sort((R,M)=>R[1]-M[1]),Y=((n=F.filter(R=>R[2].slice(0,it(R[0])?2:3).every(M=>M<=0))[0])==null?void 0:n[0])||F[0][0];return Y!==l?{data:{index:E+1,overflows:w},reset:{placement:Y}}:{}}}};var jn=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:o,placement:n}=e,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:C=>{let{x:E,y:N}=C;return{x:E,y:N}}},...c}=yo(t,e),u={x:r,y:o},h=await zn(e,c),p=go(zt(n)),m=Fn(p),y=u[m],g=u[p];if(i){let C=m==="y"?"top":"left",E=m==="y"?"bottom":"right",N=y+h[C],v=y-h[E];y=Un(N,y,v)}if(s){let C=p==="y"?"top":"left",E=p==="y"?"bottom":"right",N=g+h[C],v=g-h[E];g=Un(N,g,v)}let x=l.fn({...e,[m]:y,[p]:g});return{...x,data:{x:x.x-r,y:x.y-o}}}}};function ze(t){return Us(t)?(t.nodeName||"").toLowerCase():"#document"}function ce(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Be(t){var e;return(e=(Us(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Us(t){return t instanceof Node||t instanceof ce(t).Node}function Pe(t){return t instanceof Element||t instanceof ce(t).Element}function we(t){return t instanceof HTMLElement||t instanceof ce(t).HTMLElement}function $s(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof ce(t).ShadowRoot}function Bt(t){let{overflow:e,overflowX:r,overflowY:o,display:n}=ue(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&!["inline","contents"].includes(n)}function Fs(t){return["table","td","th"].includes(ze(t))}function vo(t){let e=xo(),r=ue(t);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(o=>(r.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(r.contain||"").includes(o))}function Ys(t){let e=Rt(t);for(;we(e)&&!Cr(e);){if(vo(e))return e;e=Rt(e)}return null}function xo(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Cr(t){return["html","body","#document"].includes(ze(t))}function ue(t){return ce(t).getComputedStyle(t)}function Er(t){return Pe(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Rt(t){if(ze(t)==="html")return t;let e=t.assignedSlot||t.parentNode||$s(t)&&t.host||Be(t);return $s(e)?e.host:e}function Hs(t){let e=Rt(t);return Cr(e)?t.ownerDocument?t.ownerDocument.body:t.body:we(e)&&Bt(e)?e:Hs(e)}function bo(t,e,r){var o;e===void 0&&(e=[]),r===void 0&&(r=!0);let n=Hs(t),i=n===((o=t.ownerDocument)==null?void 0:o.body),s=ce(n);return i?e.concat(s,s.visualViewport||[],Bt(n)?n:[],s.frameElement&&r?bo(s.frameElement):[]):e.concat(n,bo(n,[],r))}function js(t){let e=ue(t),r=parseFloat(e.width)||0,o=parseFloat(e.height)||0,n=we(t),i=n?t.offsetWidth:r,s=n?t.offsetHeight:o,l=_r(r)!==i||_r(o)!==s;return l&&(r=i,o=s),{width:r,height:o,$:l}}function Vs(t){return Pe(t)?t:t.contextElement}function jt(t){let e=Vs(t);if(!we(e))return He(1);let r=e.getBoundingClientRect(),{width:o,height:n,$:i}=js(e),s=(i?_r(r.width):r.width)/o,l=(i?_r(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var cu=He(0);function Gs(t){let e=ce(t);return!xo()||!e.visualViewport?cu:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function lu(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==ce(t)?!1:e}function Nr(t,e,r,o){e===void 0&&(e=!1),r===void 0&&(r=!1);let n=t.getBoundingClientRect(),i=Vs(t),s=He(1);e&&(o?Pe(o)&&(s=jt(o)):s=jt(t));let l=lu(i,r,o)?Gs(i):He(0),c=(n.left+l.x)/s.x,u=(n.top+l.y)/s.y,h=n.width/s.x,p=n.height/s.y;if(i){let m=ce(i),y=o&&Pe(o)?ce(o):o,g=m.frameElement;for(;g&&o&&y!==m;){let x=jt(g),C=g.getBoundingClientRect(),E=ue(g),N=C.left+(g.clientLeft+parseFloat(E.paddingLeft))*x.x,v=C.top+(g.clientTop+parseFloat(E.paddingTop))*x.y;c*=x.x,u*=x.y,h*=x.x,p*=x.y,c+=N,u+=v,g=ce(g).frameElement}}return At({width:h,height:p,x:c,y:u})}function du(t){let{rect:e,offsetParent:r,strategy:o}=t,n=we(r),i=Be(r);if(r===i)return e;let s={scrollLeft:0,scrollTop:0},l=He(1),c=He(0);if((n||!n&&o!=="fixed")&&((ze(r)!=="body"||Bt(i))&&(s=Er(r)),we(r))){let u=Nr(r);l=jt(r),c.x=u.x+r.clientLeft,c.y=u.y+r.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-s.scrollLeft*l.x+c.x,y:e.y*l.y-s.scrollTop*l.y+c.y}}function uu(t){return Array.from(t.getClientRects())}function Ks(t){return Nr(Be(t)).left+Er(t).scrollLeft}function fu(t){let e=Be(t),r=Er(t),o=t.ownerDocument.body,n=at(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),i=at(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+Ks(t),l=-r.scrollTop;return ue(o).direction==="rtl"&&(s+=at(e.clientWidth,o.clientWidth)-n),{width:n,height:i,x:s,y:l}}function pu(t,e){let r=ce(t),o=Be(t),n=r.visualViewport,i=o.clientWidth,s=o.clientHeight,l=0,c=0;if(n){i=n.width,s=n.height;let u=xo();(!u||u&&e==="fixed")&&(l=n.offsetLeft,c=n.offsetTop)}return{width:i,height:s,x:l,y:c}}function hu(t,e){let r=Nr(t,!0,e==="fixed"),o=r.top+t.clientTop,n=r.left+t.clientLeft,i=we(t)?jt(t):He(1),s=t.clientWidth*i.x,l=t.clientHeight*i.y,c=n*i.x,u=o*i.y;return{width:s,height:l,x:c,y:u}}function zs(t,e,r){let o;if(e==="viewport")o=pu(t,r);else if(e==="document")o=fu(Be(t));else if(Pe(e))o=hu(e,r);else{let n=Gs(t);o={...e,x:e.x-n.x,y:e.y-n.y}}return At(o)}function Zs(t,e){let r=Rt(t);return r===e||!Pe(r)||Cr(r)?!1:ue(r).position==="fixed"||Zs(r,e)}function mu(t,e){let r=e.get(t);if(r)return r;let o=bo(t,[],!1).filter(l=>Pe(l)&&ze(l)!=="body"),n=null,i=ue(t).position==="fixed",s=i?Rt(t):t;for(;Pe(s)&&!Cr(s);){let l=ue(s),c=vo(s);!c&&l.position==="fixed"&&(n=null),(i?!c&&!n:!c&&l.position==="static"&&!!n&&["absolute","fixed"].includes(n.position)||Bt(s)&&!c&&Zs(t,s))?o=o.filter(h=>h!==s):n=l,s=Rt(s)}return e.set(t,o),o}function yu(t){let{element:e,boundary:r,rootBoundary:o,strategy:n}=t,s=[...r==="clippingAncestors"?mu(e,this._c):[].concat(r),o],l=s[0],c=s.reduce((u,h)=>{let p=zs(e,h,n);return u.top=at(p.top,u.top),u.right=Or(p.right,u.right),u.bottom=Or(p.bottom,u.bottom),u.left=at(p.left,u.left),u},zs(e,l,n));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function gu(t){return js(t)}function bu(t,e,r){let o=we(e),n=Be(e),i=r==="fixed",s=Nr(t,!0,i,e),l={scrollLeft:0,scrollTop:0},c=He(0);if(o||!o&&!i)if((ze(e)!=="body"||Bt(n))&&(l=Er(e)),o){let u=Nr(e,!0,i,e);c.x=u.x+e.clientLeft,c.y=u.y+e.clientTop}else n&&(c.x=Ks(n));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function Bs(t,e){return!we(t)||ue(t).position==="fixed"?null:e?e(t):t.offsetParent}function qs(t,e){let r=ce(t);if(!we(t))return r;let o=Bs(t,e);for(;o&&Fs(o)&&ue(o).position==="static";)o=Bs(o,e);return o&&(ze(o)==="html"||ze(o)==="body"&&ue(o).position==="static"&&!vo(o))?r:o||Ys(t)||r}var vu=async function(t){let{reference:e,floating:r,strategy:o}=t,n=this.getOffsetParent||qs,i=this.getDimensions;return{reference:bu(e,await n(r),o),floating:{x:0,y:0,...await i(r)}}};function xu(t){return ue(t).direction==="rtl"}var So={convertOffsetParentRelativeRectToViewportRelativeRect:du,getDocumentElement:Be,getClippingRect:yu,getOffsetParent:qs,getElementRects:vu,getClientRects:uu,getDimensions:gu,getScale:jt,isElement:Pe,isRTL:xu};var Js=(t,e,r)=>{let o=new Map,n={platform:So,...r},i={...n.platform,_c:o};return Ws(t,e,{...n,platform:i})};function Xs(t){return Su(t)}function Vn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function Su(t){for(let e=t;e;e=Vn(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Vn(t);e;e=Vn(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function wu(t,e,r){return Js(t,e,{platform:{...So,getOffsetParent:o=>So.getOffsetParent(o,Xs)},middleware:[jn({crossAxis:!0}),Bn({allowedPlacements:[r]})]})}var qn={};B(qn,{FtLitElement:()=>me});var Kn={};B(Kn,{ScopedRegistryLitElement:()=>Ar});var wo=window,Ou=wo.ShadowRoot&&(wo.ShadyCSS===void 0||wo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Hv=Symbol();var Qs=(t,e)=>{Ou?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let o=document.createElement("style"),n=wo.litNonce;n!==void 0&&o.setAttribute("nonce",n),o.textContent=r.cssText,t.appendChild(o)})};var Ar=class extends Ue{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([n,i])=>e.registry.define(n,i)));let r={...e.shadowRootOptions,customElements:e.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return Qs(o,e.elementStyles),o}};var Zn=function(t,e,r,o){var n=arguments.length,i=n<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(n<3?s(i):n>3?s(e,r,i):s(e,r))||i);return n>3&&i&&Object.defineProperty(e,r,i),i},rc,ec=Symbol("constructorPrototype"),tc=Symbol("constructorName"),oc=Symbol("exportpartsDebouncer"),me=class extends Ar{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[rc]=new wr(5),this[tc]=this.constructor.name,this[ec]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[tc]&&Object.setPrototypeOf(this,this[ec])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(e){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",e)}}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,o,n;if(this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((r=this.customStylesheet)!==null&&r!==void 0?r:"")}catch(i){console.error(i,this.customStylesheet)}}else if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}scheduleExportpartsUpdate(){var e,r,o;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[oc].run(()=>{var n,i;!((n=this.exportpartsPrefix)===null||n===void 0)&&n.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var r,o,n,i,s,l;let c=m=>m!=null&&m.trim().length>0,u=e.filter(c).map(m=>m.trim());if(u.length===0){this.removeAttribute("exportparts");return}let h=new Set;for(let m of(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&o!==void 0?o:[]){let y=(i=(n=m.getAttribute("part"))===null||n===void 0?void 0:n.split(" "))!==null&&i!==void 0?i:[],g=(l=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(x=>x.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...y,...g).filter(c).map(x=>x.trim()).forEach(x=>h.add(x))}if(h.size===0){this.removeAttribute("exportparts");return}let p=[...h.values()].flatMap(m=>u.map(y=>`${m}:${y}--${m}`));this.setAttribute("exportparts",[...this.part,...p].join(", "))}};rc=oc;Zn([T()],me.prototype,"exportpartsPrefix",void 0);Zn([Nt([])],me.prototype,"exportpartsPrefixes",void 0);Zn([T()],me.prototype,"customStylesheet",void 0);var nc={};var Qn={};B(Qn,{highlightHtml:()=>Eu,highlightHtmlColorCssVariable:()=>ac,highlightHtmlStyles:()=>Cu});var kt=class t{constructor(e,r=!0,o=[],n=5e3){this.ctx=e,this.iframes=r,this.exclude=o,this.iframesTimeout=n}static matches(e,r){let o=typeof r=="string"?[r]:r,n=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(n){let i=!1;return o.every(s=>n.call(e,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(o=>{let n=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!n&&r.push(o)}),r}getIframeContents(e,r,o=()=>{}){let n;try{let i=e.contentWindow;if(n=i.document,!i||!n)throw new Error("iframe inaccessible")}catch{o()}n&&r(n)}isIframeBlank(e){let r="about:blank",o=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(e,r,o){let n=!1,i=null,s=()=>{if(!n){n=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,o))}catch{o()}}};e.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,o){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,o):this.getIframeContents(e,r,o):this.observeIframeLoad(e,r,o)}catch{o()}}waitForIframes(e,r){let o=0;this.forEachIframe(e,()=>!0,n=>{o++,this.waitForIframes(n.querySelector("html"),()=>{--o||r()})},n=>{n||r()})}forEachIframe(e,r,o,n=()=>{}){let i=e.querySelectorAll("iframe"),s=i.length,l=0;i=Array.prototype.slice.call(i);let c=()=>{--s<=0&&n(l)};s||c(),i.forEach(u=>{t.matches(u,this.exclude)?c():this.onIframeReady(u,h=>{r(u)&&(l++,o(h)),c()},c)})}createIterator(e,r,o){return document.createNodeIterator(e,r,o,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,o){let n=e.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(n&i)if(r!==null){let s=r.compareDocumentPosition(o),l=Node.DOCUMENT_POSITION_FOLLOWING;if(s&l)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),o;return r===null?o=e.nextNode():o=e.nextNode()&&e.nextNode(),{prevNode:r,node:o}}checkIframeFilter(e,r,o,n){let i=!1,s=!1;return n.forEach((l,c)=>{l.val===o&&(i=c,s=l.handled)}),this.compareNodeIframe(e,r,o)?(i===!1&&!s?n.push({val:o,handled:!0}):i!==!1&&!s&&(n[i].handled=!0),!0):(i===!1&&n.push({val:o,handled:!1}),!1)}handleOpenIframes(e,r,o,n){e.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,n)})})}iterateThroughNodes(e,r,o,n,i){let s=this.createIterator(r,e,n),l=[],c=[],u,h,p=()=>({prevNode:h,node:u}=this.getIteratorNode(s),u);for(;p();)this.iframes&&this.forEachIframe(r,m=>this.checkIframeFilter(u,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(e,y=>c.push(y),n)}),c.push(u);c.forEach(m=>{o(m)}),this.iframes&&this.handleOpenIframes(l,e,o,n),i()}forEachNode(e,r,o,n=()=>{}){let i=this.getContexts(),s=i.length;s||n(),i.forEach(l=>{let c=()=>{this.iterateThroughNodes(e,l,r,o,()=>{--s<=0&&n()})};this.iframes?this.waitForIframes(l,c):c()})}};var Rr=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new kt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",n=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let s=r[i],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&c!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(c)})`,`gm${o}`),n+`(${this.processSynomyms(l)}|${this.processSynomyms(c)})`+n))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,o,n)=>{let i=n.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&r.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],n=[];return e.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(n.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),n.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,n=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(l=>{s+=`|${this.escapeStr(l)}`}),n){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(n=>{n.trim()&&r.indexOf(n)===-1&&r.push(n)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,n)=>n.length-o.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],o=0;return e.sort((n,i)=>n.start-i.start).forEach(n=>{let{start:i,end:s,valid:l}=this.callNoMatchOnInvalidRanges(n,o);l&&(n.start=i,n.length=s-i,r.push(n),o=s)}),r}callNoMatchOnInvalidRanges(e,r){let o,n,i=!1;return e&&typeof e.start<"u"?(o=parseInt(e.start,10),n=o+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&n-r>0&&n-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:o,end:n,valid:i}}checkWhitespaceRanges(e,r,o){let n,i=!0,s=o.length,l=r-s,c=parseInt(e.start,10)-l;return c=c>s?s:c,n=c+parseInt(e.length,10),n>s&&(n=s,this.log(`End range automatically set to the max value of ${s}`)),c<0||n-c<0||c>s||n>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):o.substring(c,n).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:c,end:n,valid:i}}getTextNodes(e){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,n=>{o.push({start:r.length,end:(r+=n.textContent).length,node:n})},n=>this.matchesExclude(n.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:o})})}matchesExclude(e){return kt.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,o){let n=this.opt.element?this.opt.element:"mark",i=e.splitText(r),s=i.splitText(o-r),l=document.createElement(n);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=i.textContent,i.parentNode.replaceChild(l,i),s}wrapRangeInMappedTextNode(e,r,o,n,i){e.nodes.every((s,l)=>{let c=e.nodes[l+1];if(typeof c>"u"||c.start>r){if(!n(s.node))return!1;let u=r-s.start,h=(o>s.end?s.end:o)-s.start,p=e.value.substr(0,s.start),m=e.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,u,h),e.value=p+m,e.nodes.forEach((y,g)=>{g>=l&&(e.nodes[g].start>0&&g!==l&&(e.nodes[g].start-=h),e.nodes[g].end-=h)}),o-=h,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,o,n,i){let s=r===0?0:r+1;this.getTextNodes(l=>{l.nodes.forEach(c=>{c=c.node;let u;for(;(u=e.exec(c.textContent))!==null&&u[s]!=="";){if(!o(u[s],c))continue;let h=u.index;if(s!==0)for(let p=1;p<s;p++)h+=u[p].length;c=this.wrapRangeInTextNode(c,h,h+u[s].length),n(c.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,r,o,n,i){let s=r===0?0:r+1;this.getTextNodes(l=>{let c;for(;(c=e.exec(l.value))!==null&&c[s]!=="";){let u=c.index;if(s!==0)for(let p=1;p<s;p++)u+=c[p].length;let h=u+c[s].length;this.wrapRangeInMappedTextNode(l,u,h,p=>o(c[s],p),(p,m)=>{e.lastIndex=m,n(p)})}i()})}wrapRangeFromIndex(e,r,o,n){this.getTextNodes(i=>{let s=i.value.length;e.forEach((l,c)=>{let{start:u,end:h,valid:p}=this.checkWhitespaceRanges(l,s,i.value);p&&this.wrapRangeInMappedTextNode(i,u,h,m=>r(m,l,i.value.substring(u,h),c),m=>{o(m,l)})}),n()})}unwrapMatches(e){let r=e.parentNode,o=document.createDocumentFragment();for(;e.firstChild;)o.appendChild(e.removeChild(e.firstChild));r.replaceChild(o,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let o=0,n="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(n="wrapMatchesAcrossElements"),this[n](e,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,o),i,()=>{o===0&&this.opt.noMatch(e),this.opt.done(o)})}mark(e,r){this.opt=r;let o=0,n="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",c=u=>{let h=new RegExp(this.createRegExp(u),`gm${l}`),p=0;this.log(`Searching with expression "${h}"`),this[n](h,1,(m,y)=>this.opt.filter(y,u,o,p),m=>{p++,o++,this.opt.each(m)},()=>{p===0&&this.opt.noMatch(u),i[s-1]===u?this.opt.done(o):c(i[i.indexOf(u)+1])})};this.opt.acrossElements&&(n="wrapMatchesAcrossElements"),s===0?this.opt.done(o):c(i[0])}markRanges(e,r){this.opt=r;let o=0,n=this.checkRanges(e);n&&n.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(n)),this.wrapRangeFromIndex(n,(i,s,l,c)=>this.opt.filter(i,s,l,c),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,o=>{this.unwrapMatches(o)},o=>{let n=kt.matches(o,r),i=this.matchesExclude(o);return!n||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Jn(t){let e=new Rr(t);return this.mark=(r,o)=>(e.mark(r,o),this),this.markRegExp=(r,o)=>(e.markRegExp(r,o),this),this.markRanges=(r,o)=>(e.markRanges(r,o),this),this.unmark=r=>(e.unmark(r),this),this}var _u=Jn,ac=a.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Cu=q`
7
+ .highlight-html-match {
8
+ background: ${ac};
9
+ }
10
+ `,Xn={className:"highlight-html-match"};function Eu(t,e){var r;let o=t.getAttribute("data-highlight-html-query");if((o??"")!==(e??"")){let n=new _u(t);n.unmark(Xn),e&&e.trim()&&(n.mark(e.replace(/"[^"]+"/g,""),{...Xn,separateWordSearch:!0}),((r=e.match(/"[^"]+"/g))!==null&&r!==void 0?r:[]).forEach(s=>n.mark(s.replace(/"/g,""),{...Xn,separateWordSearch:!1})))}t.setAttribute("data-highlight-html-query",e??"")}var ea={};B(ea,{noTextSelect:()=>Nu,safariEllipsisFix:()=>Ru,wordWrap:()=>Au});var Nu=q`
11
+ .ft-no-text-select {
12
+ -webkit-touch-callout: none;
13
+ -webkit-user-select: none;
14
+ -khtml-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ }
19
+ `,Au=q`
20
+ .ft-word-wrap {
21
+ white-space: normal;
22
+ word-wrap: break-word;
23
+ -ms-word-break: break-all;
24
+ word-break: break-all;
25
+ word-break: break-word;
26
+ -ms-hyphens: auto;
27
+ -moz-hyphens: auto;
28
+ -webkit-hyphens: auto;
29
+ hyphens: auto
30
+ }
31
+ `,Ru=q`
32
+ .ft-safari-ellipsis-fix {
33
+ margin-right: 0;
34
+
35
+ }
36
+
37
+ .ft-safari-ellipsis-fix:after {
38
+ content: "\\0000a0";
39
+ display: inline-block;
40
+ width: 0;
41
+ }
42
+ `;var ic={};var ra={};B(ra,{ParametrizedLabelResolver:()=>ta});var ta=class{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var o,n;e=this.resolvePluralKey(e,r);let i=(n=(o=this.labels[e])!==null&&o!==void 0?o:this.defaultLabels[e])!==null&&n!==void 0?n:"";return r.forEach((s,l)=>i=i.replace(new RegExp(`\\{${l}([^}]*)\\}`,"g"),(c,u)=>this.formatValue(s,u))),i}resolvePluralKey(e,r){for(let o of r)if(typeof o=="number"){let n=`${String(e)}[\\=${o}]`;if(n in this.labels||n in this.defaultLabels)return n}return e}formatValue(e,r){return e instanceof Date?this.formatDate(e,r):e??""}formatDate(e,r){let o=n=>r?.includes("date")?e.toLocaleDateString(n):r?.includes("time")?e.toLocaleTimeString(n):e.toLocaleString(n);try{return o(document.documentElement.lang)}catch{return o()}}};var Ra={};B(Ra,{FtCommandQueue:()=>kr,FtLitElementRedux:()=>Vt,FtReduxStore:()=>Aa,clearAllStores:()=>yf,isFtReduxStore:()=>Pt,redux:()=>Pu,reduxEventListener:()=>Mu,reduxReactive:()=>ku});var ku=()=>(t,e)=>{var r;let o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(e)},Pu=t=>{let e=t??{};return(r,o)=>{var n;let i={hasChanged:(l,c)=>!nt(l,c),attribute:!1,...e};T(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(n=e.selector)!==null&&n!==void 0?n:l=>l[o],store:e.store})}},Mu=t=>(e,r)=>{let o=e.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,t)};var kr=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(o=>o.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(o=>o.type===e);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}};function Pt(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var sc,cc,lc,Oo=Symbol("internalReduxEventsUnsubscribers"),st=Symbol("internalStoresUnsubscribers"),Mt=Symbol("internalStores"),Vt=class extends me{constructor(){super(...arguments),this[sc]=new Map,this[cc]=new Map,this[lc]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Mt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Mt].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Mt].get(e)}addStore(e,r){var o;r=(o=r??(Pt(e)?e.name:void 0))!==null&&o!==void 0?o:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[Mt].delete(r)}setupStore(e,r){this[Mt].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Mt].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let o=this.constructor.getPropertyOptions(r);if(!o?.attribute||!this.hasAttribute(typeof o?.attribute=="string"?o.attribute:r)){let n=this.getStore(e.store);n&&(e.store?this[st].has(e.store):this[st].size>0)&&(this[r]=e.selector(n.getState(),this))}})}subscribeToStore(e,r){var o;this[st].set(e,r.subscribe(()=>this.updateFromStores())),Pt(r)&&r.eventBus&&((o=this.reduxConstructor.reduxEventListeners)===null||o===void 0||o.forEach((n,i)=>{if(typeof this[i]=="function"&&(!n.store||r.name===n.store)){let s=l=>this[i](l);r.eventBus.addEventListener(n.eventName,s),this[Oo].push(()=>r.eventBus.removeEventListener(n.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[st].forEach((e,r)=>this.unsubscribeFromStore(r)),this[Oo].forEach(e=>e()),this[Oo]=[]}unsubscribeFromStore(e){this[st].has(e)&&this[st].get(e)(),this[st].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};sc=st,cc=Mt,lc=Oo;Vt.reduxProperties=new Map;Vt.reduxReactiveProperties=new Set;Vt.reduxEventListeners=new Map;function ye(t){for(var e=arguments.length,r=Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];if(0)var n,i;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function je(t){return!!t&&!!t[j]}function Oe(t){var e;return!!t&&(function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var n=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return n===Object||typeof n=="function"&&Function.toString.call(n)===Fu}(t)||Array.isArray(t)||!!t[yc]||!!(!((e=t.constructor)===null||e===void 0)&&e[yc])||ua(t)||fa(t))}function Dt(t,e,r){r===void 0&&(r=!1),Zt(t)===0?(r?Object.keys:Kt)(t).forEach(function(o){r&&typeof o=="symbol"||e(o,t[o],t)}):t.forEach(function(o,n){return e(n,o,t)})}function Zt(t){var e=t[j];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:ua(t)?2:fa(t)?3:0}function Gt(t,e){return Zt(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Du(t,e){return Zt(t)===2?t.get(e):t[e]}function gc(t,e,r){var o=Zt(t);o===2?t.set(e,r):o===3?t.add(r):t[e]=r}function bc(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function ua(t){return $u&&t instanceof Map}function fa(t){return Uu&&t instanceof Set}function ct(t){return t.o||t.t}function pa(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Sc(t);delete e[j];for(var r=Kt(e),o=0;o<r.length;o++){var n=r[o],i=e[n];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function ha(t,e){return e===void 0&&(e=!1),ma(t)||je(t)||!Oe(t)||(Zt(t)>1&&(t.set=t.add=t.clear=t.delete=Iu),Object.freeze(t),e&&Dt(t,function(r,o){return ha(o,!0)},!0)),t}function Iu(){ye(2)}function ma(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Me(t){var e=da[t];return e||ye(18,t),e}function Tu(t,e){da[t]||(da[t]=e)}function sa(){return Mr}function oa(t,e){e&&(Me("Patches"),t.u=[],t.s=[],t.v=e)}function _o(t){ca(t),t.p.forEach(Lu),t.p=null}function ca(t){t===Mr&&(Mr=t.l)}function dc(t){return Mr={p:[],l:Mr,h:t,m:!0,_:0}}function Lu(t){var e=t[j];e.i===0||e.i===1?e.j():e.g=!0}function na(t,e){e._=e.p.length;var r=e.p[0],o=t!==void 0&&t!==r;return e.h.O||Me("ES5").S(e,t,o),o?(r[j].P&&(_o(e),ye(4)),Oe(t)&&(t=Co(e,t),e.l||Eo(e,t)),e.u&&Me("Patches").M(r[j].t,t,e.u,e.s)):t=Co(e,r,[]),_o(e),e.u&&e.v(e.u,e.s),t!==xc?t:void 0}function Co(t,e,r){if(ma(e))return e;var o=e[j];if(!o)return Dt(e,function(l,c){return uc(t,o,e,l,c,r)},!0),e;if(o.A!==t)return e;if(!o.P)return Eo(t,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var n=o.i===4||o.i===5?o.o=pa(o.k):o.o,i=n,s=!1;o.i===3&&(i=new Set(n),n.clear(),s=!0),Dt(i,function(l,c){return uc(t,o,n,l,c,r,s)}),Eo(t,n,!1),r&&t.u&&Me("Patches").N(o,r,t.u,t.s)}return o.o}function uc(t,e,r,o,n,i,s){if(je(n)){var l=Co(t,n,i&&e&&e.i!==3&&!Gt(e.R,o)?i.concat(o):void 0);if(gc(r,o,l),!je(l))return;t.m=!1}else s&&r.add(n);if(Oe(n)&&!ma(n)){if(!t.h.D&&t._<1)return;Co(t,n),e&&e.A.l||Eo(t,n)}}function Eo(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&ha(e,r)}function aa(t,e){var r=t[j];return(r?ct(r):t)[e]}function fc(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var o=Object.getOwnPropertyDescriptor(r,e);if(o)return o;r=Object.getPrototypeOf(r)}}function lt(t){t.P||(t.P=!0,t.l&&lt(t.l))}function ia(t){t.o||(t.o=pa(t.t))}function la(t,e,r){var o=ua(e)?Me("MapSet").F(e,r):fa(e)?Me("MapSet").T(e,r):t.O?function(n,i){var s=Array.isArray(n),l={i:s?1:0,A:i?i.A:sa(),P:!1,I:!1,R:{},l:i,t:n,k:null,o:null,j:null,C:!1},c=l,u=Dr;s&&(c=[l],u=Pr);var h=Proxy.revocable(c,u),p=h.revoke,m=h.proxy;return l.k=m,l.j=p,m}(e,r):Me("ES5").J(e,r);return(r?r.A:sa()).p.push(o),o}function Wu(t){return je(t)||ye(22,t),function e(r){if(!Oe(r))return r;var o,n=r[j],i=Zt(r);if(n){if(!n.P&&(n.i<4||!Me("ES5").K(n)))return n.t;n.I=!0,o=pc(r,i),n.I=!1}else o=pc(r,i);return Dt(o,function(s,l){n&&Du(n.t,s)===l||gc(o,s,e(l))}),i===3?new Set(o):o}(t)}function pc(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return pa(t)}function vc(){function t(s,l){var c=i[s];return c?c.enumerable=l:i[s]=c={configurable:!0,enumerable:l,get:function(){var u=this[j];return Dr.get(u,s)},set:function(u){var h=this[j];Dr.set(h,s,u)}},c}function e(s){for(var l=s.length-1;l>=0;l--){var c=s[l][j];if(!c.P)switch(c.i){case 5:o(c)&&lt(c);break;case 4:r(c)&&lt(c)}}}function r(s){for(var l=s.t,c=s.k,u=Kt(c),h=u.length-1;h>=0;h--){var p=u[h];if(p!==j){var m=l[p];if(m===void 0&&!Gt(l,p))return!0;var y=c[p],g=y&&y[j];if(g?g.t!==m:!bc(y,m))return!0}}var x=!!l[j];return u.length!==Kt(l).length+(x?0:1)}function o(s){var l=s.k;if(l.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(l,l.length-1);if(c&&!c.get)return!0;for(var u=0;u<l.length;u++)if(!l.hasOwnProperty(u))return!0;return!1}function n(s){s.g&&ye(3,JSON.stringify(ct(s)))}var i={};Tu("ES5",{J:function(s,l){var c=Array.isArray(s),u=function(p,m){if(p){for(var y=Array(m.length),g=0;g<m.length;g++)Object.defineProperty(y,""+g,t(g,!0));return y}var x=Sc(m);delete x[j];for(var C=Kt(x),E=0;E<C.length;E++){var N=C[E];x[N]=t(N,p||!!x[N].enumerable)}return Object.create(Object.getPrototypeOf(m),x)}(c,s),h={i:c?5:4,A:l?l.A:sa(),P:!1,I:!1,R:{},l,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,j,{value:h,writable:!0}),u},S:function(s,l,c){c?je(l)&&l[j].A===s&&e(s.p):(s.u&&function u(h){if(h&&typeof h=="object"){var p=h[j];if(p){var m=p.t,y=p.k,g=p.R,x=p.i;if(x===4)Dt(y,function(b){b!==j&&(m[b]!==void 0||Gt(m,b)?g[b]||u(y[b]):(g[b]=!0,lt(p)))}),Dt(m,function(b){y[b]!==void 0||Gt(y,b)||(g[b]=!1,lt(p))});else if(x===5){if(o(p)&&(lt(p),g.length=!0),y.length<m.length)for(var C=y.length;C<m.length;C++)g[C]=!1;else for(var E=m.length;E<y.length;E++)g[E]=!0;for(var N=Math.min(y.length,m.length),v=0;v<N;v++)y.hasOwnProperty(v)||(g[v]=!0),g[v]===void 0&&u(y[v])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var hc,Mr,ya=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",$u=typeof Map<"u",Uu=typeof Set<"u",mc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",xc=ya?Symbol.for("immer-nothing"):((hc={})["immer-nothing"]=!0,hc),yc=ya?Symbol.for("immer-draftable"):"__$immer_draftable",j=ya?Symbol.for("immer-state"):"__$immer_state";var Fu=""+Object.prototype.constructor,Kt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Sc=Object.getOwnPropertyDescriptors||function(t){var e={};return Kt(t).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)}),e},da={},Dr={get:function(t,e){if(e===j)return t;var r=ct(t);if(!Gt(r,e))return function(n,i,s){var l,c=fc(i,s);return c?"value"in c?c.value:(l=c.get)===null||l===void 0?void 0:l.call(n.k):void 0}(t,r,e);var o=r[e];return t.I||!Oe(o)?o:o===aa(t.t,e)?(ia(t),t.o[e]=la(t.A.h,o,t)):o},has:function(t,e){return e in ct(t)},ownKeys:function(t){return Reflect.ownKeys(ct(t))},set:function(t,e,r){var o=fc(ct(t),e);if(o?.set)return o.set.call(t.k,r),!0;if(!t.P){var n=aa(ct(t),e),i=n?.[j];if(i&&i.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(bc(r,n)&&(r!==void 0||Gt(t.t,e)))return!0;ia(t),lt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return aa(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,ia(t),lt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=ct(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:o.enumerable,value:r[e]}},defineProperty:function(){ye(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ye(12)}},Pr={};Dt(Dr,function(t,e){Pr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Pr.deleteProperty=function(t,e){return Pr.set.call(this,t,e,void 0)},Pr.set=function(t,e,r){return Dr.set.call(this,t[0],e,r,t[0])};var Yu=function(){function t(r){var o=this;this.O=mc,this.D=!0,this.produce=function(n,i,s){if(typeof n=="function"&&typeof i!="function"){var l=i;i=n;var c=o;return function(x){var C=this;x===void 0&&(x=l);for(var E=arguments.length,N=Array(E>1?E-1:0),v=1;v<E;v++)N[v-1]=arguments[v];return c.produce(x,function(b){var w;return(w=i).call.apply(w,[C,b].concat(N))})}}var u;if(typeof i!="function"&&ye(6),s!==void 0&&typeof s!="function"&&ye(7),Oe(n)){var h=dc(o),p=la(o,n,void 0),m=!0;try{u=i(p),m=!1}finally{m?_o(h):ca(h)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(x){return oa(h,s),na(x,h)},function(x){throw _o(h),x}):(oa(h,s),na(u,h))}if(!n||typeof n!="object"){if((u=i(n))===void 0&&(u=n),u===xc&&(u=void 0),o.D&&ha(u,!0),s){var y=[],g=[];Me("Patches").M(n,u,y,g),s(y,g)}return u}ye(21,n)},this.produceWithPatches=function(n,i){if(typeof n=="function")return function(u){for(var h=arguments.length,p=Array(h>1?h-1:0),m=1;m<h;m++)p[m-1]=arguments[m];return o.produceWithPatches(u,function(y){return n.apply(void 0,[y].concat(p))})};var s,l,c=o.produce(n,i,function(u,h){s=u,l=h});return typeof Promise<"u"&&c instanceof Promise?c.then(function(u){return[u,s,l]}):[c,s,l]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){Oe(r)||ye(8),je(r)&&(r=Wu(r));var o=dc(this),n=la(this,r,void 0);return n[j].C=!0,ca(o),n},e.finishDraft=function(r,o){var n=r&&r[j],i=n.A;return oa(i,o),na(void 0,i)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!mc&&ye(20),this.O=r},e.applyPatches=function(r,o){var n;for(n=o.length-1;n>=0;n--){var i=o[n];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}n>-1&&(o=o.slice(n+1));var s=Me("Patches").$;return je(r)?s(r,o):this.produce(r,function(l){return s(l,o)})},t}(),fe=new Yu,Hu=fe.produce,px=fe.produceWithPatches.bind(fe),hx=fe.setAutoFreeze.bind(fe),mx=fe.setUseProxies.bind(fe),yx=fe.applyPatches.bind(fe),gx=fe.createDraft.bind(fe),bx=fe.finishDraft.bind(fe),No=Hu;function dt(t){"@babel/helpers - typeof";return dt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},dt(t)}function ga(t,e){if(dt(t)!=="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(dt(o)!=="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function ba(t){var e=ga(t,"string");return dt(e)==="symbol"?e:String(e)}function va(t,e,r){return e=ba(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function wc(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,o)}return r}function Ao(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?wc(Object(r),!0).forEach(function(o){va(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):wc(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function re(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var Oc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),xa=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ro={INIT:"@@redux/INIT"+xa(),REPLACE:"@@redux/REPLACE"+xa(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+xa()}};function zu(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Sa(t,e,r){var o;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(re(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(re(1));return r(Sa)(t,e)}if(typeof t!="function")throw new Error(re(2));var n=t,i=e,s=[],l=s,c=!1;function u(){l===s&&(l=s.slice())}function h(){if(c)throw new Error(re(3));return i}function p(x){if(typeof x!="function")throw new Error(re(4));if(c)throw new Error(re(5));var C=!0;return u(),l.push(x),function(){if(C){if(c)throw new Error(re(6));C=!1,u();var N=l.indexOf(x);l.splice(N,1),s=null}}}function m(x){if(!zu(x))throw new Error(re(7));if(typeof x.type>"u")throw new Error(re(8));if(c)throw new Error(re(9));try{c=!0,i=n(i,x)}finally{c=!1}for(var C=s=l,E=0;E<C.length;E++){var N=C[E];N()}return x}function y(x){if(typeof x!="function")throw new Error(re(10));n=x,m({type:Ro.REPLACE})}function g(){var x,C=p;return x={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(re(11));function v(){N.next&&N.next(h())}v();var b=C(v);return{unsubscribe:b}}},x[Oc]=function(){return this},x}return m({type:Ro.INIT}),o={dispatch:m,subscribe:p,getState:h,replaceReducer:y},o[Oc]=g,o}function Bu(t){Object.keys(t).forEach(function(e){var r=t[e],o=r(void 0,{type:Ro.INIT});if(typeof o>"u")throw new Error(re(12));if(typeof r(void 0,{type:Ro.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(re(13))})}function _c(t){for(var e=Object.keys(t),r={},o=0;o<e.length;o++){var n=e[o];typeof t[n]=="function"&&(r[n]=t[n])}var i=Object.keys(r),s,l;try{Bu(r)}catch(c){l=c}return function(u,h){if(u===void 0&&(u={}),l)throw l;if(0)var p;for(var m=!1,y={},g=0;g<i.length;g++){var x=i[g],C=r[x],E=u[x],N=C(E,h);if(typeof N>"u"){var v=h&&h.type;throw new Error(re(14))}y[x]=N,m=m||N!==E}return m=m||i.length!==Object.keys(u).length,m?y:u}}function qt(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(o){return o}:e.length===1?e[0]:e.reduce(function(o,n){return function(){return o(n.apply(void 0,arguments))}})}function Cc(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(o){return function(){var n=o.apply(void 0,arguments),i=function(){throw new Error(re(15))},s={getState:n.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=e.map(function(c){return c(s)});return i=qt.apply(void 0,l)(n.dispatch),Ao(Ao({},n),{},{dispatch:i})}}}function Ec(t){var e=function(o){var n=o.dispatch,i=o.getState;return function(s){return function(l){return typeof l=="function"?l(n,i,t):s(l)}}};return e}var Nc=Ec();Nc.withExtraArgument=Ec;var wa=Nc;var Mc=function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,n){o.__proto__=n}||function(o,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function o(){this.constructor=e}e.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}}(),ju=function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,n,i,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(u){return function(h){return c([u,h])}}function c(u){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,n&&(i=u[0]&2?n.return:u[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,u[1])).done)return i;switch(n=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,n=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(h){u=[6,h],n=0}finally{o=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Jt=function(t,e){for(var r=0,o=e.length,n=t.length;r<o;r++,n++)t[n]=e[r];return t},Vu=Object.defineProperty,Gu=Object.defineProperties,Ku=Object.getOwnPropertyDescriptors,Ac=Object.getOwnPropertySymbols,Zu=Object.prototype.hasOwnProperty,qu=Object.prototype.propertyIsEnumerable,Rc=function(t,e,r){return e in t?Vu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ut=function(t,e){for(var r in e||(e={}))Zu.call(e,r)&&Rc(t,r,e[r]);if(Ac)for(var o=0,n=Ac(e);o<n.length;o++){var r=n[o];qu.call(e,r)&&Rc(t,r,e[r])}return t},Oa=function(t,e){return Gu(t,Ku(e))},Ju=function(t,e,r){return new Promise(function(o,n){var i=function(c){try{l(r.next(c))}catch(u){n(u)}},s=function(c){try{l(r.throw(c))}catch(u){n(u)}},l=function(c){return c.done?o(c.value):Promise.resolve(c.value).then(i,s)};l((r=r.apply(t,e)).next())})};var Xu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?qt:qt.apply(null,arguments)},Lx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Qu(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var ef=function(t){Mc(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,Jt([void 0],r[0].concat(this)))):new(e.bind.apply(e,Jt([void 0],r.concat(this))))},e}(Array),tf=function(t){Mc(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,Jt([void 0],r[0].concat(this)))):new(e.bind.apply(e,Jt([void 0],r.concat(this))))},e}(Array);function Ea(t){return Oe(t)?No(t,function(){}):t}function rf(t){return typeof t=="boolean"}function of(){return function(e){return nf(e)}}function nf(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,o=t.immutableCheck,n=o===void 0?!0:o,i=t.serializableCheck,s=i===void 0?!0:i,l=new ef;if(r&&(rf(r)?l.push(wa):l.push(wa.withExtraArgument(r.extraArgument))),0){if(n)var c;if(s)var u}return l}var _a=!0;function Dc(t){var e=of(),r=t||{},o=r.reducer,n=o===void 0?void 0:o,i=r.middleware,s=i===void 0?e():i,l=r.devTools,c=l===void 0?!0:l,u=r.preloadedState,h=u===void 0?void 0:u,p=r.enhancers,m=p===void 0?void 0:p,y;if(typeof n=="function")y=n;else if(Qu(n))y=_c(n);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var g=s;if(typeof g=="function"&&(g=g(e),!_a&&!Array.isArray(g)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!_a&&g.some(function(b){return typeof b!="function"}))throw new Error("each middleware provided to configureStore must be a function");var x=Cc.apply(void 0,g),C=qt;c&&(C=Xu(ut({trace:!_a},typeof c=="object"&&c)));var E=new tf(x),N=E;Array.isArray(m)?N=Jt([x],m):typeof m=="function"&&(N=m(E));var v=C.apply(void 0,N);return Sa(y,h,v)}function ft(t,e){function r(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return ut(ut({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(o){return o.type===t},r}function Ic(t){var e={},r=[],o,n={addCase:function(i,s){var l=typeof i=="string"?i:i.type;if(l in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[l]=s,n},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),n},addDefaultCase:function(i){return o=i,n}};return t(n),[e,r,o]}function af(t){return typeof t=="function"}function sf(t,e,r,o){r===void 0&&(r=[]);var n=typeof e=="function"?Ic(e):[e,r,o],i=n[0],s=n[1],l=n[2],c;if(af(t))c=function(){return Ea(t())};else{var u=Ea(t);c=function(){return u}}function h(p,m){p===void 0&&(p=c());var y=Jt([i[m.type]],s.filter(function(g){var x=g.matcher;return x(m)}).map(function(g){var x=g.reducer;return x}));return y.filter(function(g){return!!g}).length===0&&(y=[l]),y.reduce(function(g,x){if(x)if(je(g)){var C=g,E=x(C,m);return E===void 0?g:E}else{if(Oe(g))return No(g,function(N){return x(N,m)});var E=x(g,m);if(E===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return E}return g},p)}return h.getInitialState=c,h}function cf(t,e){return t+"/"+e}function Tc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Ea(t.initialState),o=t.reducers||{},n=Object.keys(o),i={},s={},l={};n.forEach(function(h){var p=o[h],m=cf(e,h),y,g;"reducer"in p?(y=p.reducer,g=p.prepare):y=p,i[h]=y,s[m]=y,l[h]=g?ft(m,g):ft(m)});function c(){var h=typeof t.extraReducers=="function"?Ic(t.extraReducers):[t.extraReducers],p=h[0],m=p===void 0?{}:p,y=h[1],g=y===void 0?[]:y,x=h[2],C=x===void 0?void 0:x,E=ut(ut({},m),s);return sf(r,function(N){for(var v in E)N.addCase(v,E[v]);for(var b=0,w=g;b<w.length;b++){var P=w[b];N.addMatcher(P.matcher,P.reducer)}C&&N.addDefaultCase(C)})}var u;return{name:e,reducer:function(h,p){return u||(u=c()),u(h,p)},actions:l,caseReducers:i,getInitialState:function(){return u||(u=c()),u.getInitialState()}}}var lf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",df=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=lf[Math.random()*64|0];return e},uf=["name","message","stack","code"],Ca=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),kc=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),ff=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,o=uf;r<o.length;r++){var n=o[r];typeof t[n]=="string"&&(e[n]=t[n])}return e}return{message:String(t)}},Fx=function(){function t(e,r,o){var n=ft(e+"/fulfilled",function(h,p,m,y){return{payload:h,meta:Oa(ut({},y||{}),{arg:m,requestId:p,requestStatus:"fulfilled"})}}),i=ft(e+"/pending",function(h,p,m){return{payload:void 0,meta:Oa(ut({},m||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),s=ft(e+"/rejected",function(h,p,m,y,g){return{payload:y,error:(o&&o.serializeError||ff)(h||"Rejected"),meta:Oa(ut({},g||{}),{arg:m,requestId:p,rejectedWithValue:!!y,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,c=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function u(h){return function(p,m,y){var g=o?.idGenerator?o.idGenerator(h):df(),x=new c,C,E=!1;function N(b){C=b,x.abort()}var v=function(){return Ju(this,null,function(){var b,w,P,F,se,Y,R;return ju(this,function(M){switch(M.label){case 0:return M.trys.push([0,4,,5]),F=(b=o?.condition)==null?void 0:b.call(o,h,{getState:m,extra:y}),hf(F)?[4,F]:[3,2];case 1:F=M.sent(),M.label=2;case 2:if(F===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return E=!0,se=new Promise(function($,te){return x.signal.addEventListener("abort",function(){return te({name:"AbortError",message:C||"Aborted"})})}),p(i(g,h,(w=o?.getPendingMeta)==null?void 0:w.call(o,{requestId:g,arg:h},{getState:m,extra:y}))),[4,Promise.race([se,Promise.resolve(r(h,{dispatch:p,getState:m,extra:y,requestId:g,signal:x.signal,abort:N,rejectWithValue:function($,te){return new Ca($,te)},fulfillWithValue:function($,te){return new kc($,te)}})).then(function($){if($ instanceof Ca)throw $;return $ instanceof kc?n($.payload,g,h,$.meta):n($,g,h)})])];case 3:return P=M.sent(),[3,5];case 4:return Y=M.sent(),P=Y instanceof Ca?s(null,g,h,Y.payload,Y.meta):s(Y,g,h),[3,5];case 5:return R=o&&!o.dispatchConditionRejection&&s.match(P)&&P.meta.condition,R||p(P),[2,P]}})})}();return Object.assign(v,{abort:N,requestId:g,arg:h,unwrap:function(){return v.then(pf)}})}}return Object.assign(u,{pending:i,rejected:s,fulfilled:n,typePrefix:e})}return t.withTypes=function(){return t},t}();function pf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function hf(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Lc="listener",Wc="completed",$c="cancelled",Yx="task-"+$c,Hx="task-"+Wc,zx=Lc+"-"+$c,Bx=Lc+"-"+Wc;var Na="listenerMiddleware";var jx=ft(Na+"/add"),Vx=ft(Na+"/removeAll"),Gx=ft(Na+"/remove");var Pc,Kx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Pc||(Pc=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},mf=function(t){return function(e){setTimeout(e,t)}},Zx=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:mf(10);vc();window.ftReduxStores||(window.ftReduxStores={});var Aa=class t{static get(e){var r;let o=typeof e=="string"?e:e.name,n=typeof e=="string"?void 0:e,i=window.ftReduxStores[o];if(Pt(i))return i;if(n==null)return;let s=Tc({...n,reducers:(r=n.reducers)!==null&&r!==void 0?r:{}}),l=Dc({reducer:(c,u)=>u.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...u.overwrites}:s.reducer(c,u)});return window.ftReduxStores[n.name]=new t(s,l)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new kr,this.actions=new Proxy(this.reduxSlice.actions,{get:(o,n,i)=>{let s=n,l=o[s];return l?(...c)=>{let u=l(...c);return this.reduxStore.dispatch(u),u}:c=>{this.setState({[s]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function yf(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))Pt(e)&&e.clear()}var ka={};B(ka,{serializeRequest:()=>bf});function gf(t){return`"${t}"`}function bf(t,e){var r,o,n,i;let s=new URLSearchParams({"content-lang":(r=e.contentLocale)!==null&&r!==void 0?r:"all"});if(((o=e.query)===null||o===void 0?void 0:o.length)>0&&s.append("query",e.query),e.scope&&e.scope!=="DEFAULT"&&s.append("scope",e.scope.toLowerCase()),e.virtualField&&s.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let c=e.periodFilter.period,u=c?`_${c.from}_${c.to}`:"";s.append("period",e.periodFilter.periodType.toLowerCase()+u)}if(((n=e.sort)===null||n===void 0?void 0:n.length)>0&&e.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((i=e.filters)===null||i===void 0?void 0:i.length)>0){let c=e.filters.map(u=>{let h=u.values.map(p=>p.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(p=>encodeURIComponent(gf(p))).join("_");return`${u.key}~${h}`}).join("*");s.append("filters",c)}return new URL(`${t.replace(/\/+$/,"")}/search?${s.toString()}`).href}var Pa={};B(Pa,{toFtFormComponent:()=>vf});var ko=Symbol("elementInternals");function vf(t,e){class r extends t{static get formAssociated(){return!0}get form(){return this[ko].form}constructor(...n){super(n),this[ko]=this.attachInternals(),this[ko].role=e}setFormValue(n){this[ko].setFormValue(n)}}return r}var Ma,Da,Ia,Ta,xf=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Ia=(Da=(Ma=window.safari)===null||Ma===void 0?void 0:Ma.pushNotification)===null||Da===void 0?void 0:Da.toString())!==null&&Ia!==void 0?Ia:"")==="[object SafariRemoteNotification]",Sf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Ta=window.ftGlobals)!==null&&Ta!==void 0?Ta:{lit:hn,litDecorators:gn,litRepeat:bn,litClassMap:vn,litStyleMap:xn,litUnsafeHTML:Sn,wcUtils:{...Cn,...On,...Nn,...An,...kn,...Mn,...Ln,...Gn,...Pn,...qn,...nc,...Rn,...Qn,...ea,...ic,...ra,...Ra,...Kn,...ka,...Pa,isSafari:xf,isTouchScreen:Sf}};var Bc;function O(){return Bc.apply(null,arguments)}function wf(t){Bc=t}function Ce(t){return t instanceof Array||Object.prototype.toString.call(t)==="[object Array]"}function Lt(t){return t!=null&&Object.prototype.toString.call(t)==="[object Object]"}function L(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Ga(t){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(t).length===0;var e;for(e in t)if(L(t,e))return!1;return!0}function le(t){return t===void 0}function Je(t){return typeof t=="number"||Object.prototype.toString.call(t)==="[object Number]"}function Yr(t){return t instanceof Date||Object.prototype.toString.call(t)==="[object Date]"}function jc(t,e){var r=[],o,n=t.length;for(o=0;o<n;++o)r.push(e(t[o],o));return r}function pt(t,e){for(var r in e)L(e,r)&&(t[r]=e[r]);return L(e,"toString")&&(t.toString=e.toString),L(e,"valueOf")&&(t.valueOf=e.valueOf),t}function Te(t,e,r,o){return ml(t,e,r,o,!0).utc()}function Of(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function k(t){return t._pf==null&&(t._pf=Of()),t._pf}var Fa;Array.prototype.some?Fa=Array.prototype.some:Fa=function(t){var e=Object(this),r=e.length>>>0,o;for(o=0;o<r;o++)if(o in e&&t.call(this,e[o],o,e))return!0;return!1};function Ka(t){if(t._isValid==null){var e=k(t),r=Fa.call(e.parsedDateParts,function(n){return n!=null}),o=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidEra&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&r);if(t._strict&&(o=o&&e.charsLeftOver===0&&e.unusedTokens.length===0&&e.bigHour===void 0),Object.isFrozen==null||!Object.isFrozen(t))t._isValid=o;else return o}return t._isValid}function Ho(t){var e=Te(NaN);return t!=null?pt(k(e),t):k(e).userInvalidated=!0,e}var Uc=O.momentProperties=[],La=!1;function Za(t,e){var r,o,n,i=Uc.length;if(le(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),le(e._i)||(t._i=e._i),le(e._f)||(t._f=e._f),le(e._l)||(t._l=e._l),le(e._strict)||(t._strict=e._strict),le(e._tzm)||(t._tzm=e._tzm),le(e._isUTC)||(t._isUTC=e._isUTC),le(e._offset)||(t._offset=e._offset),le(e._pf)||(t._pf=k(e)),le(e._locale)||(t._locale=e._locale),i>0)for(r=0;r<i;r++)o=Uc[r],n=e[o],le(n)||(t[o]=n);return t}function Hr(t){Za(this,t),this._d=new Date(t._d!=null?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),La===!1&&(La=!0,O.updateOffset(this),La=!1)}function Ee(t){return t instanceof Hr||t!=null&&t._isAMomentObject!=null}function Vc(t){O.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+t)}function be(t,e){var r=!0;return pt(function(){if(O.deprecationHandler!=null&&O.deprecationHandler(null,t),r){var o=[],n,i,s,l=arguments.length;for(i=0;i<l;i++){if(n="",typeof arguments[i]=="object"){n+=`
43
+ [`+i+"] ";for(s in arguments[0])L(arguments[0],s)&&(n+=s+": "+arguments[0][s]+", ");n=n.slice(0,-2)}else n=arguments[i];o.push(n)}Vc(t+`
44
+ Arguments: `+Array.prototype.slice.call(o).join("")+`
45
+ `+new Error().stack),r=!1}return e.apply(this,arguments)},e)}var Fc={};function Gc(t,e){O.deprecationHandler!=null&&O.deprecationHandler(t,e),Fc[t]||(Vc(e),Fc[t]=!0)}O.suppressDeprecationWarnings=!1;O.deprecationHandler=null;function Le(t){return typeof Function<"u"&&t instanceof Function||Object.prototype.toString.call(t)==="[object Function]"}function _f(t){var e,r;for(r in t)L(t,r)&&(e=t[r],Le(e)?this[r]=e:this["_"+r]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function Ya(t,e){var r=pt({},t),o;for(o in e)L(e,o)&&(Lt(t[o])&&Lt(e[o])?(r[o]={},pt(r[o],t[o]),pt(r[o],e[o])):e[o]!=null?r[o]=e[o]:delete r[o]);for(o in t)L(t,o)&&!L(e,o)&&Lt(t[o])&&(r[o]=pt({},r[o]));return r}function qa(t){t!=null&&this.set(t)}var Ha;Object.keys?Ha=Object.keys:Ha=function(t){var e,r=[];for(e in t)L(t,e)&&r.push(e);return r};var Cf={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Ef(t,e,r){var o=this._calendar[t]||this._calendar.sameElse;return Le(o)?o.call(e,r):o}function Ie(t,e,r){var o=""+Math.abs(t),n=e-o.length,i=t>=0;return(i?r?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+o}var Ja=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Po=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Wa={},tr={};function A(t,e,r,o){var n=o;typeof o=="string"&&(n=function(){return this[o]()}),t&&(tr[t]=n),e&&(tr[e[0]]=function(){return Ie(n.apply(this,arguments),e[1],e[2])}),r&&(tr[r]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function Nf(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function Af(t){var e=t.match(Ja),r,o;for(r=0,o=e.length;r<o;r++)tr[e[r]]?e[r]=tr[e[r]]:e[r]=Nf(e[r]);return function(n){var i="",s;for(s=0;s<o;s++)i+=Le(e[s])?e[s].call(n,t):e[s];return i}}function Do(t,e){return t.isValid()?(e=Kc(e,t.localeData()),Wa[e]=Wa[e]||Af(e),Wa[e](t)):t.localeData().invalidDate()}function Kc(t,e){var r=5;function o(n){return e.longDateFormat(n)||n}for(Po.lastIndex=0;r>=0&&Po.test(t);)t=t.replace(Po,o),Po.lastIndex=0,r-=1;return t}var Rf={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function kf(t){var e=this._longDateFormat[t],r=this._longDateFormat[t.toUpperCase()];return e||!r?e:(this._longDateFormat[t]=r.match(Ja).map(function(o){return o==="MMMM"||o==="MM"||o==="DD"||o==="dddd"?o.slice(1):o}).join(""),this._longDateFormat[t])}var Pf="Invalid date";function Mf(){return this._invalidDate}var Df="%d",If=/\d{1,2}/;function Tf(t){return this._ordinal.replace("%d",t)}var Lf={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Wf(t,e,r,o){var n=this._relativeTime[r];return Le(n)?n(t,e,r,o):n.replace(/%d/i,t)}function $f(t,e){var r=this._relativeTime[t>0?"future":"past"];return Le(r)?r(e):r.replace(/%s/i,e)}var Lr={};function ne(t,e){var r=t.toLowerCase();Lr[r]=Lr[r+"s"]=Lr[e]=t}function ve(t){return typeof t=="string"?Lr[t]||Lr[t.toLowerCase()]:void 0}function Xa(t){var e={},r,o;for(o in t)L(t,o)&&(r=ve(o),r&&(e[r]=t[o]));return e}var Zc={};function ae(t,e){Zc[t]=e}function Uf(t){var e=[],r;for(r in t)L(t,r)&&e.push({unit:r,priority:Zc[r]});return e.sort(function(o,n){return o.priority-n.priority}),e}function zo(t){return t%4===0&&t%100!==0||t%400===0}function ge(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function D(t){var e=+t,r=0;return e!==0&&isFinite(e)&&(r=ge(e)),r}function nr(t,e){return function(r){return r!=null?(qc(this,t,r),O.updateOffset(this,e),this):Lo(this,t)}}function Lo(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function qc(t,e,r){t.isValid()&&!isNaN(r)&&(e==="FullYear"&&zo(t.year())&&t.month()===1&&t.date()===29?(r=D(r),t._d["set"+(t._isUTC?"UTC":"")+e](r,t.month(),Zo(r,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+e](r))}function Ff(t){return t=ve(t),Le(this[t])?this[t]():this}function Yf(t,e){if(typeof t=="object"){t=Xa(t);var r=Uf(t),o,n=r.length;for(o=0;o<n;o++)this[r[o].unit](t[r[o].unit])}else if(t=ve(t),Le(this[t]))return this[t](e);return this}var Jc=/\d/,he=/\d\d/,Xc=/\d{3}/,Qa=/\d{4}/,Bo=/[+-]?\d{6}/,z=/\d\d?/,Qc=/\d\d\d\d?/,el=/\d\d\d\d\d\d?/,jo=/\d{1,3}/,ei=/\d{1,4}/,Vo=/[+-]?\d{1,6}/,ar=/\d+/,Go=/[+-]?\d+/,Hf=/Z|[+-]\d\d:?\d\d/gi,Ko=/Z|[+-]\d\d(?::?\d\d)?/gi,zf=/[+-]?\d+(\.\d{1,3})?/,zr=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Wo;Wo={};function _(t,e,r){Wo[t]=Le(e)?e:function(o,n){return o&&r?r:e}}function Bf(t,e){return L(Wo,t)?Wo[t](e._strict,e._locale):new RegExp(jf(t))}function jf(t){return pe(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,r,o,n,i){return r||o||n||i}))}function pe(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var za={};function U(t,e){var r,o=e,n;for(typeof t=="string"&&(t=[t]),Je(e)&&(o=function(i,s){s[e]=D(i)}),n=t.length,r=0;r<n;r++)za[t[r]]=o}function Br(t,e){U(t,function(r,o,n,i){n._w=n._w||{},e(r,n._w,n,i)})}function Vf(t,e,r){e!=null&&L(za,t)&&za[t](e,r._a,r,t)}var oe=0,Ke=1,De=2,X=3,_e=4,Ze=5,Tt=6,Gf=7,Kf=8;function Zf(t,e){return(t%e+e)%e}var K;Array.prototype.indexOf?K=Array.prototype.indexOf:K=function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1};function Zo(t,e){if(isNaN(t)||isNaN(e))return NaN;var r=Zf(e,12);return t+=(e-r)/12,r===1?zo(t)?29:28:31-r%7%2}A("M",["MM",2],"Mo",function(){return this.month()+1});A("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)});A("MMMM",0,0,function(t){return this.localeData().months(this,t)});ne("month","M");ae("month",8);_("M",z);_("MM",z,he);_("MMM",function(t,e){return e.monthsShortRegex(t)});_("MMMM",function(t,e){return e.monthsRegex(t)});U(["M","MM"],function(t,e){e[Ke]=D(t)-1});U(["MMM","MMMM"],function(t,e,r,o){var n=r._locale.monthsParse(t,o,r._strict);n!=null?e[Ke]=n:k(r).invalidMonth=t});var qf="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),tl="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),rl=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Jf=zr,Xf=zr;function Qf(t,e){return t?Ce(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||rl).test(e)?"format":"standalone"][t.month()]:Ce(this._months)?this._months:this._months.standalone}function ep(t,e){return t?Ce(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[rl.test(e)?"format":"standalone"][t.month()]:Ce(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function tp(t,e,r){var o,n,i,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],o=0;o<12;++o)i=Te([2e3,o]),this._shortMonthsParse[o]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[o]=this.months(i,"").toLocaleLowerCase();return r?e==="MMM"?(n=K.call(this._shortMonthsParse,s),n!==-1?n:null):(n=K.call(this._longMonthsParse,s),n!==-1?n:null):e==="MMM"?(n=K.call(this._shortMonthsParse,s),n!==-1?n:(n=K.call(this._longMonthsParse,s),n!==-1?n:null)):(n=K.call(this._longMonthsParse,s),n!==-1?n:(n=K.call(this._shortMonthsParse,s),n!==-1?n:null))}function rp(t,e,r){var o,n,i;if(this._monthsParseExact)return tp.call(this,t,e,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;o<12;o++){if(n=Te([2e3,o]),r&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),!r&&!this._monthsParse[o]&&(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[o]=new RegExp(i.replace(".",""),"i")),r&&e==="MMMM"&&this._longMonthsParse[o].test(t))return o;if(r&&e==="MMM"&&this._shortMonthsParse[o].test(t))return o;if(!r&&this._monthsParse[o].test(t))return o}}function ol(t,e){var r;if(!t.isValid())return t;if(typeof e=="string"){if(/^\d+$/.test(e))e=D(e);else if(e=t.localeData().monthsParse(e),!Je(e))return t}return r=Math.min(t.date(),Zo(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,r),t}function nl(t){return t!=null?(ol(this,t),O.updateOffset(this,!0),this):Lo(this,"Month")}function op(){return Zo(this.year(),this.month())}function np(t){return this._monthsParseExact?(L(this,"_monthsRegex")||al.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(L(this,"_monthsShortRegex")||(this._monthsShortRegex=Jf),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function ap(t){return this._monthsParseExact?(L(this,"_monthsRegex")||al.call(this),t?this._monthsStrictRegex:this._monthsRegex):(L(this,"_monthsRegex")||(this._monthsRegex=Xf),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function al(){function t(s,l){return l.length-s.length}var e=[],r=[],o=[],n,i;for(n=0;n<12;n++)i=Te([2e3,n]),e.push(this.monthsShort(i,"")),r.push(this.months(i,"")),o.push(this.months(i,"")),o.push(this.monthsShort(i,""));for(e.sort(t),r.sort(t),o.sort(t),n=0;n<12;n++)e[n]=pe(e[n]),r[n]=pe(r[n]);for(n=0;n<24;n++)o[n]=pe(o[n]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}A("Y",0,0,function(){var t=this.year();return t<=9999?Ie(t,4):"+"+t});A(0,["YY",2],0,function(){return this.year()%100});A(0,["YYYY",4],0,"year");A(0,["YYYYY",5],0,"year");A(0,["YYYYYY",6,!0],0,"year");ne("year","y");ae("year",1);_("Y",Go);_("YY",z,he);_("YYYY",ei,Qa);_("YYYYY",Vo,Bo);_("YYYYYY",Vo,Bo);U(["YYYYY","YYYYYY"],oe);U("YYYY",function(t,e){e[oe]=t.length===2?O.parseTwoDigitYear(t):D(t)});U("YY",function(t,e){e[oe]=O.parseTwoDigitYear(t)});U("Y",function(t,e){e[oe]=parseInt(t,10)});function Wr(t){return zo(t)?366:365}O.parseTwoDigitYear=function(t){return D(t)+(D(t)>68?1900:2e3)};var il=nr("FullYear",!0);function ip(){return zo(this.year())}function sp(t,e,r,o,n,i,s){var l;return t<100&&t>=0?(l=new Date(t+400,e,r,o,n,i,s),isFinite(l.getFullYear())&&l.setFullYear(t)):l=new Date(t,e,r,o,n,i,s),l}function $r(t){var e,r;return t<100&&t>=0?(r=Array.prototype.slice.call(arguments),r[0]=t+400,e=new Date(Date.UTC.apply(null,r)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function $o(t,e,r){var o=7+e-r,n=(7+$r(t,0,o).getUTCDay()-e)%7;return-n+o-1}function sl(t,e,r,o,n){var i=(7+r-o)%7,s=$o(t,o,n),l=1+7*(e-1)+i+s,c,u;return l<=0?(c=t-1,u=Wr(c)+l):l>Wr(t)?(c=t+1,u=l-Wr(t)):(c=t,u=l),{year:c,dayOfYear:u}}function Ur(t,e,r){var o=$o(t.year(),e,r),n=Math.floor((t.dayOfYear()-o-1)/7)+1,i,s;return n<1?(s=t.year()-1,i=n+qe(s,e,r)):n>qe(t.year(),e,r)?(i=n-qe(t.year(),e,r),s=t.year()+1):(s=t.year(),i=n),{week:i,year:s}}function qe(t,e,r){var o=$o(t,e,r),n=$o(t+1,e,r);return(Wr(t)-o+n)/7}A("w",["ww",2],"wo","week");A("W",["WW",2],"Wo","isoWeek");ne("week","w");ne("isoWeek","W");ae("week",5);ae("isoWeek",5);_("w",z);_("ww",z,he);_("W",z);_("WW",z,he);Br(["w","ww","W","WW"],function(t,e,r,o){e[o.substr(0,1)]=D(t)});function cp(t){return Ur(t,this._week.dow,this._week.doy).week}var lp={dow:0,doy:6};function dp(){return this._week.dow}function up(){return this._week.doy}function fp(t){var e=this.localeData().week(this);return t==null?e:this.add((t-e)*7,"d")}function pp(t){var e=Ur(this,1,4).week;return t==null?e:this.add((t-e)*7,"d")}A("d",0,"do","day");A("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)});A("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)});A("dddd",0,0,function(t){return this.localeData().weekdays(this,t)});A("e",0,0,"weekday");A("E",0,0,"isoWeekday");ne("day","d");ne("weekday","e");ne("isoWeekday","E");ae("day",11);ae("weekday",11);ae("isoWeekday",11);_("d",z);_("e",z);_("E",z);_("dd",function(t,e){return e.weekdaysMinRegex(t)});_("ddd",function(t,e){return e.weekdaysShortRegex(t)});_("dddd",function(t,e){return e.weekdaysRegex(t)});Br(["dd","ddd","dddd"],function(t,e,r,o){var n=r._locale.weekdaysParse(t,o,r._strict);n!=null?e.d=n:k(r).invalidWeekday=t});Br(["d","e","E"],function(t,e,r,o){e[o]=D(t)});function hp(t,e){return typeof t!="string"?t:isNaN(t)?(t=e.weekdaysParse(t),typeof t=="number"?t:null):parseInt(t,10)}function mp(t,e){return typeof t=="string"?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function ti(t,e){return t.slice(e,7).concat(t.slice(0,e))}var yp="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),cl="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),gp="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),bp=zr,vp=zr,xp=zr;function Sp(t,e){var r=Ce(this._weekdays)?this._weekdays:this._weekdays[t&&t!==!0&&this._weekdays.isFormat.test(e)?"format":"standalone"];return t===!0?ti(r,this._week.dow):t?r[t.day()]:r}function wp(t){return t===!0?ti(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort}function Op(t){return t===!0?ti(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin}function _p(t,e,r){var o,n,i,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)i=Te([2e3,1]).day(o),this._minWeekdaysParse[o]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[o]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[o]=this.weekdays(i,"").toLocaleLowerCase();return r?e==="dddd"?(n=K.call(this._weekdaysParse,s),n!==-1?n:null):e==="ddd"?(n=K.call(this._shortWeekdaysParse,s),n!==-1?n:null):(n=K.call(this._minWeekdaysParse,s),n!==-1?n:null):e==="dddd"?(n=K.call(this._weekdaysParse,s),n!==-1||(n=K.call(this._shortWeekdaysParse,s),n!==-1)?n:(n=K.call(this._minWeekdaysParse,s),n!==-1?n:null)):e==="ddd"?(n=K.call(this._shortWeekdaysParse,s),n!==-1||(n=K.call(this._weekdaysParse,s),n!==-1)?n:(n=K.call(this._minWeekdaysParse,s),n!==-1?n:null)):(n=K.call(this._minWeekdaysParse,s),n!==-1||(n=K.call(this._weekdaysParse,s),n!==-1)?n:(n=K.call(this._shortWeekdaysParse,s),n!==-1?n:null))}function Cp(t,e,r){var o,n,i;if(this._weekdaysParseExact)return _p.call(this,t,e,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(n=Te([2e3,1]).day(o),r&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[o]=new RegExp(i.replace(".",""),"i")),r&&e==="dddd"&&this._fullWeekdaysParse[o].test(t))return o;if(r&&e==="ddd"&&this._shortWeekdaysParse[o].test(t))return o;if(r&&e==="dd"&&this._minWeekdaysParse[o].test(t))return o;if(!r&&this._weekdaysParse[o].test(t))return o}}function Ep(t){if(!this.isValid())return t!=null?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return t!=null?(t=hp(t,this.localeData()),this.add(t-e,"d")):e}function Np(t){if(!this.isValid())return t!=null?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return t==null?e:this.add(t-e,"d")}function Ap(t){if(!this.isValid())return t!=null?this:NaN;if(t!=null){var e=mp(t,this.localeData());return this.day(this.day()%7?e:e-7)}else return this.day()||7}function Rp(t){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||ri.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(L(this,"_weekdaysRegex")||(this._weekdaysRegex=bp),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function kp(t){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||ri.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(L(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=vp),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Pp(t){return this._weekdaysParseExact?(L(this,"_weekdaysRegex")||ri.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(L(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=xp),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function ri(){function t(h,p){return p.length-h.length}var e=[],r=[],o=[],n=[],i,s,l,c,u;for(i=0;i<7;i++)s=Te([2e3,1]).day(i),l=pe(this.weekdaysMin(s,"")),c=pe(this.weekdaysShort(s,"")),u=pe(this.weekdays(s,"")),e.push(l),r.push(c),o.push(u),n.push(l),n.push(c),n.push(u);e.sort(t),r.sort(t),o.sort(t),n.sort(t),this._weekdaysRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+e.join("|")+")","i")}function oi(){return this.hours()%12||12}function Mp(){return this.hours()||24}A("H",["HH",2],0,"hour");A("h",["hh",2],0,oi);A("k",["kk",2],0,Mp);A("hmm",0,0,function(){return""+oi.apply(this)+Ie(this.minutes(),2)});A("hmmss",0,0,function(){return""+oi.apply(this)+Ie(this.minutes(),2)+Ie(this.seconds(),2)});A("Hmm",0,0,function(){return""+this.hours()+Ie(this.minutes(),2)});A("Hmmss",0,0,function(){return""+this.hours()+Ie(this.minutes(),2)+Ie(this.seconds(),2)});function ll(t,e){A(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}ll("a",!0);ll("A",!1);ne("hour","h");ae("hour",13);function dl(t,e){return e._meridiemParse}_("a",dl);_("A",dl);_("H",z);_("h",z);_("k",z);_("HH",z,he);_("hh",z,he);_("kk",z,he);_("hmm",Qc);_("hmmss",el);_("Hmm",Qc);_("Hmmss",el);U(["H","HH"],X);U(["k","kk"],function(t,e,r){var o=D(t);e[X]=o===24?0:o});U(["a","A"],function(t,e,r){r._isPm=r._locale.isPM(t),r._meridiem=t});U(["h","hh"],function(t,e,r){e[X]=D(t),k(r).bigHour=!0});U("hmm",function(t,e,r){var o=t.length-2;e[X]=D(t.substr(0,o)),e[_e]=D(t.substr(o)),k(r).bigHour=!0});U("hmmss",function(t,e,r){var o=t.length-4,n=t.length-2;e[X]=D(t.substr(0,o)),e[_e]=D(t.substr(o,2)),e[Ze]=D(t.substr(n)),k(r).bigHour=!0});U("Hmm",function(t,e,r){var o=t.length-2;e[X]=D(t.substr(0,o)),e[_e]=D(t.substr(o))});U("Hmmss",function(t,e,r){var o=t.length-4,n=t.length-2;e[X]=D(t.substr(0,o)),e[_e]=D(t.substr(o,2)),e[Ze]=D(t.substr(n))});function Dp(t){return(t+"").toLowerCase().charAt(0)==="p"}var Ip=/[ap]\.?m?\.?/i,Tp=nr("Hours",!0);function Lp(t,e,r){return t>11?r?"pm":"PM":r?"am":"AM"}var ul={calendar:Cf,longDateFormat:Rf,invalidDate:Pf,ordinal:Df,dayOfMonthOrdinalParse:If,relativeTime:Lf,months:qf,monthsShort:tl,week:lp,weekdays:yp,weekdaysMin:gp,weekdaysShort:cl,meridiemParse:Ip},V={},Ir={},Fr;function Wp(t,e){var r,o=Math.min(t.length,e.length);for(r=0;r<o;r+=1)if(t[r]!==e[r])return r;return o}function Yc(t){return t&&t.toLowerCase().replace("_","-")}function $p(t){for(var e=0,r,o,n,i;e<t.length;){for(i=Yc(t[e]).split("-"),r=i.length,o=Yc(t[e+1]),o=o?o.split("-"):null;r>0;){if(n=qo(i.slice(0,r).join("-")),n)return n;if(o&&o.length>=r&&Wp(i,o)>=r-1)break;r--}e++}return Fr}function Up(t){return t.match("^[^/\\\\]*$")!=null}function qo(t){var e=null,r;if(V[t]===void 0&&typeof module<"u"&&module&&module.exports&&Up(t))try{e=Fr._abbr,r=hi,r("./locale/"+t),mt(e)}catch{V[t]=null}return V[t]}function mt(t,e){var r;return t&&(le(e)?r=Xe(t):r=ni(t,e),r?Fr=r:typeof console<"u"&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Fr._abbr}function ni(t,e){if(e!==null){var r,o=ul;if(e.abbr=t,V[t]!=null)Gc("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),o=V[t]._config;else if(e.parentLocale!=null)if(V[e.parentLocale]!=null)o=V[e.parentLocale]._config;else if(r=qo(e.parentLocale),r!=null)o=r._config;else return Ir[e.parentLocale]||(Ir[e.parentLocale]=[]),Ir[e.parentLocale].push({name:t,config:e}),null;return V[t]=new qa(Ya(o,e)),Ir[t]&&Ir[t].forEach(function(n){ni(n.name,n.config)}),mt(t),V[t]}else return delete V[t],null}function Fp(t,e){if(e!=null){var r,o,n=ul;V[t]!=null&&V[t].parentLocale!=null?V[t].set(Ya(V[t]._config,e)):(o=qo(t),o!=null&&(n=o._config),e=Ya(n,e),o==null&&(e.abbr=t),r=new qa(e),r.parentLocale=V[t],V[t]=r),mt(t)}else V[t]!=null&&(V[t].parentLocale!=null?(V[t]=V[t].parentLocale,t===mt()&&mt(t)):V[t]!=null&&delete V[t]);return V[t]}function Xe(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Fr;if(!Ce(t)){if(e=qo(t),e)return e;t=[t]}return $p(t)}function Yp(){return Ha(V)}function ai(t){var e,r=t._a;return r&&k(t).overflow===-2&&(e=r[Ke]<0||r[Ke]>11?Ke:r[De]<1||r[De]>Zo(r[oe],r[Ke])?De:r[X]<0||r[X]>24||r[X]===24&&(r[_e]!==0||r[Ze]!==0||r[Tt]!==0)?X:r[_e]<0||r[_e]>59?_e:r[Ze]<0||r[Ze]>59?Ze:r[Tt]<0||r[Tt]>999?Tt:-1,k(t)._overflowDayOfYear&&(e<oe||e>De)&&(e=De),k(t)._overflowWeeks&&e===-1&&(e=Gf),k(t)._overflowWeekday&&e===-1&&(e=Kf),k(t).overflow=e),t}var Hp=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,zp=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Bp=/Z|[+-]\d\d(?::?\d\d)?/,Mo=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],$a=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],jp=/^\/?Date\((-?\d+)/i,Vp=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Gp={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function fl(t){var e,r,o=t._i,n=Hp.exec(o)||zp.exec(o),i,s,l,c,u=Mo.length,h=$a.length;if(n){for(k(t).iso=!0,e=0,r=u;e<r;e++)if(Mo[e][1].exec(n[1])){s=Mo[e][0],i=Mo[e][2]!==!1;break}if(s==null){t._isValid=!1;return}if(n[3]){for(e=0,r=h;e<r;e++)if($a[e][1].exec(n[3])){l=(n[2]||" ")+$a[e][0];break}if(l==null){t._isValid=!1;return}}if(!i&&l!=null){t._isValid=!1;return}if(n[4])if(Bp.exec(n[4]))c="Z";else{t._isValid=!1;return}t._f=s+(l||"")+(c||""),si(t)}else t._isValid=!1}function Kp(t,e,r,o,n,i){var s=[Zp(t),tl.indexOf(e),parseInt(r,10),parseInt(o,10),parseInt(n,10)];return i&&s.push(parseInt(i,10)),s}function Zp(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function qp(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Jp(t,e,r){if(t){var o=cl.indexOf(t),n=new Date(e[0],e[1],e[2]).getDay();if(o!==n)return k(r).weekdayMismatch=!0,r._isValid=!1,!1}return!0}function Xp(t,e,r){if(t)return Gp[t];if(e)return 0;var o=parseInt(r,10),n=o%100,i=(o-n)/100;return i*60+n}function pl(t){var e=Vp.exec(qp(t._i)),r;if(e){if(r=Kp(e[4],e[3],e[2],e[5],e[6],e[7]),!Jp(e[1],r,t))return;t._a=r,t._tzm=Xp(e[8],e[9],e[10]),t._d=$r.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),k(t).rfc2822=!0}else t._isValid=!1}function Qp(t){var e=jp.exec(t._i);if(e!==null){t._d=new Date(+e[1]);return}if(fl(t),t._isValid===!1)delete t._isValid;else return;if(pl(t),t._isValid===!1)delete t._isValid;else return;t._strict?t._isValid=!1:O.createFromInputFallback(t)}O.createFromInputFallback=be("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))});function Qt(t,e,r){return t??e??r}function eh(t){var e=new Date(O.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function ii(t){var e,r,o=[],n,i,s;if(!t._d){for(n=eh(t),t._w&&t._a[De]==null&&t._a[Ke]==null&&th(t),t._dayOfYear!=null&&(s=Qt(t._a[oe],n[oe]),(t._dayOfYear>Wr(s)||t._dayOfYear===0)&&(k(t)._overflowDayOfYear=!0),r=$r(s,0,t._dayOfYear),t._a[Ke]=r.getUTCMonth(),t._a[De]=r.getUTCDate()),e=0;e<3&&t._a[e]==null;++e)t._a[e]=o[e]=n[e];for(;e<7;e++)t._a[e]=o[e]=t._a[e]==null?e===2?1:0:t._a[e];t._a[X]===24&&t._a[_e]===0&&t._a[Ze]===0&&t._a[Tt]===0&&(t._nextDay=!0,t._a[X]=0),t._d=(t._useUTC?$r:sp).apply(null,o),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),t._tzm!=null&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[X]=24),t._w&&typeof t._w.d<"u"&&t._w.d!==i&&(k(t).weekdayMismatch=!0)}}function th(t){var e,r,o,n,i,s,l,c,u;e=t._w,e.GG!=null||e.W!=null||e.E!=null?(i=1,s=4,r=Qt(e.GG,t._a[oe],Ur(H(),1,4).year),o=Qt(e.W,1),n=Qt(e.E,1),(n<1||n>7)&&(c=!0)):(i=t._locale._week.dow,s=t._locale._week.doy,u=Ur(H(),i,s),r=Qt(e.gg,t._a[oe],u.year),o=Qt(e.w,u.week),e.d!=null?(n=e.d,(n<0||n>6)&&(c=!0)):e.e!=null?(n=e.e+i,(e.e<0||e.e>6)&&(c=!0)):n=i),o<1||o>qe(r,i,s)?k(t)._overflowWeeks=!0:c!=null?k(t)._overflowWeekday=!0:(l=sl(r,o,n,i,s),t._a[oe]=l.year,t._dayOfYear=l.dayOfYear)}O.ISO_8601=function(){};O.RFC_2822=function(){};function si(t){if(t._f===O.ISO_8601){fl(t);return}if(t._f===O.RFC_2822){pl(t);return}t._a=[],k(t).empty=!0;var e=""+t._i,r,o,n,i,s,l=e.length,c=0,u,h;for(n=Kc(t._f,t._locale).match(Ja)||[],h=n.length,r=0;r<h;r++)i=n[r],o=(e.match(Bf(i,t))||[])[0],o&&(s=e.substr(0,e.indexOf(o)),s.length>0&&k(t).unusedInput.push(s),e=e.slice(e.indexOf(o)+o.length),c+=o.length),tr[i]?(o?k(t).empty=!1:k(t).unusedTokens.push(i),Vf(i,o,t)):t._strict&&!o&&k(t).unusedTokens.push(i);k(t).charsLeftOver=l-c,e.length>0&&k(t).unusedInput.push(e),t._a[X]<=12&&k(t).bigHour===!0&&t._a[X]>0&&(k(t).bigHour=void 0),k(t).parsedDateParts=t._a.slice(0),k(t).meridiem=t._meridiem,t._a[X]=rh(t._locale,t._a[X],t._meridiem),u=k(t).era,u!==null&&(t._a[oe]=t._locale.erasConvertYear(u,t._a[oe])),ii(t),ai(t)}function rh(t,e,r){var o;return r==null?e:t.meridiemHour!=null?t.meridiemHour(e,r):(t.isPM!=null&&(o=t.isPM(r),o&&e<12&&(e+=12),!o&&e===12&&(e=0)),e)}function oh(t){var e,r,o,n,i,s,l=!1,c=t._f.length;if(c===0){k(t).invalidFormat=!0,t._d=new Date(NaN);return}for(n=0;n<c;n++)i=0,s=!1,e=Za({},t),t._useUTC!=null&&(e._useUTC=t._useUTC),e._f=t._f[n],si(e),Ka(e)&&(s=!0),i+=k(e).charsLeftOver,i+=k(e).unusedTokens.length*10,k(e).score=i,l?i<o&&(o=i,r=e):(o==null||i<o||s)&&(o=i,r=e,s&&(l=!0));pt(t,r||e)}function nh(t){if(!t._d){var e=Xa(t._i),r=e.day===void 0?e.date:e.day;t._a=jc([e.year,e.month,r,e.hour,e.minute,e.second,e.millisecond],function(o){return o&&parseInt(o,10)}),ii(t)}}function ah(t){var e=new Hr(ai(hl(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function hl(t){var e=t._i,r=t._f;return t._locale=t._locale||Xe(t._l),e===null||r===void 0&&e===""?Ho({nullInput:!0}):(typeof e=="string"&&(t._i=e=t._locale.preparse(e)),Ee(e)?new Hr(ai(e)):(Yr(e)?t._d=e:Ce(r)?oh(t):r?si(t):ih(t),Ka(t)||(t._d=null),t))}function ih(t){var e=t._i;le(e)?t._d=new Date(O.now()):Yr(e)?t._d=new Date(e.valueOf()):typeof e=="string"?Qp(t):Ce(e)?(t._a=jc(e.slice(0),function(r){return parseInt(r,10)}),ii(t)):Lt(e)?nh(t):Je(e)?t._d=new Date(e):O.createFromInputFallback(t)}function ml(t,e,r,o,n){var i={};return(e===!0||e===!1)&&(o=e,e=void 0),(r===!0||r===!1)&&(o=r,r=void 0),(Lt(t)&&Ga(t)||Ce(t)&&t.length===0)&&(t=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=n,i._l=r,i._i=t,i._f=e,i._strict=o,ah(i)}function H(t,e,r,o){return ml(t,e,r,o,!1)}var sh=be("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=H.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:Ho()}),ch=be("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=H.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:Ho()});function yl(t,e){var r,o;if(e.length===1&&Ce(e[0])&&(e=e[0]),!e.length)return H();for(r=e[0],o=1;o<e.length;++o)(!e[o].isValid()||e[o][t](r))&&(r=e[o]);return r}function lh(){var t=[].slice.call(arguments,0);return yl("isBefore",t)}function dh(){var t=[].slice.call(arguments,0);return yl("isAfter",t)}var uh=function(){return Date.now?Date.now():+new Date},Tr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function fh(t){var e,r=!1,o,n=Tr.length;for(e in t)if(L(t,e)&&!(K.call(Tr,e)!==-1&&(t[e]==null||!isNaN(t[e]))))return!1;for(o=0;o<n;++o)if(t[Tr[o]]){if(r)return!1;parseFloat(t[Tr[o]])!==D(t[Tr[o]])&&(r=!0)}return!0}function ph(){return this._isValid}function hh(){return Ne(NaN)}function Jo(t){var e=Xa(t),r=e.year||0,o=e.quarter||0,n=e.month||0,i=e.week||e.isoWeek||0,s=e.day||0,l=e.hour||0,c=e.minute||0,u=e.second||0,h=e.millisecond||0;this._isValid=fh(e),this._milliseconds=+h+u*1e3+c*6e4+l*1e3*60*60,this._days=+s+i*7,this._months=+n+o*3+r*12,this._data={},this._locale=Xe(),this._bubble()}function Io(t){return t instanceof Jo}function Ba(t){return t<0?Math.round(-1*t)*-1:Math.round(t)}function mh(t,e,r){var o=Math.min(t.length,e.length),n=Math.abs(t.length-e.length),i=0,s;for(s=0;s<o;s++)(r&&t[s]!==e[s]||!r&&D(t[s])!==D(e[s]))&&i++;return i+n}function gl(t,e){A(t,0,0,function(){var r=this.utcOffset(),o="+";return r<0&&(r=-r,o="-"),o+Ie(~~(r/60),2)+e+Ie(~~r%60,2)})}gl("Z",":");gl("ZZ","");_("Z",Ko);_("ZZ",Ko);U(["Z","ZZ"],function(t,e,r){r._useUTC=!0,r._tzm=ci(Ko,t)});var yh=/([\+\-]|\d\d)/gi;function ci(t,e){var r=(e||"").match(t),o,n,i;return r===null?null:(o=r[r.length-1]||[],n=(o+"").match(yh)||["-",0,0],i=+(n[1]*60)+D(n[2]),i===0?0:n[0]==="+"?i:-i)}function li(t,e){var r,o;return e._isUTC?(r=e.clone(),o=(Ee(t)||Yr(t)?t.valueOf():H(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+o),O.updateOffset(r,!1),r):H(t).local()}function ja(t){return-Math.round(t._d.getTimezoneOffset())}O.updateOffset=function(){};function gh(t,e,r){var o=this._offset||0,n;if(!this.isValid())return t!=null?this:NaN;if(t!=null){if(typeof t=="string"){if(t=ci(Ko,t),t===null)return this}else Math.abs(t)<16&&!r&&(t=t*60);return!this._isUTC&&e&&(n=ja(this)),this._offset=t,this._isUTC=!0,n!=null&&this.add(n,"m"),o!==t&&(!e||this._changeInProgress?xl(this,Ne(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,O.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?o:ja(this)}function bh(t,e){return t!=null?(typeof t!="string"&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function vh(t){return this.utcOffset(0,t)}function xh(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(ja(this),"m")),this}function Sh(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var t=ci(Hf,this._i);t!=null?this.utcOffset(t):this.utcOffset(0,!0)}return this}function wh(t){return this.isValid()?(t=t?H(t).utcOffset():0,(this.utcOffset()-t)%60===0):!1}function Oh(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function _h(){if(!le(this._isDSTShifted))return this._isDSTShifted;var t={},e;return Za(t,this),t=hl(t),t._a?(e=t._isUTC?Te(t._a):H(t._a),this._isDSTShifted=this.isValid()&&mh(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Ch(){return this.isValid()?!this._isUTC:!1}function Eh(){return this.isValid()?this._isUTC:!1}function bl(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Nh=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ah=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ne(t,e){var r=t,o=null,n,i,s;return Io(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:Je(t)||!isNaN(+t)?(r={},e?r[e]=+t:r.milliseconds=+t):(o=Nh.exec(t))?(n=o[1]==="-"?-1:1,r={y:0,d:D(o[De])*n,h:D(o[X])*n,m:D(o[_e])*n,s:D(o[Ze])*n,ms:D(Ba(o[Tt]*1e3))*n}):(o=Ah.exec(t))?(n=o[1]==="-"?-1:1,r={y:It(o[2],n),M:It(o[3],n),w:It(o[4],n),d:It(o[5],n),h:It(o[6],n),m:It(o[7],n),s:It(o[8],n)}):r==null?r={}:typeof r=="object"&&("from"in r||"to"in r)&&(s=Rh(H(r.from),H(r.to)),r={},r.ms=s.milliseconds,r.M=s.months),i=new Jo(r),Io(t)&&L(t,"_locale")&&(i._locale=t._locale),Io(t)&&L(t,"_isValid")&&(i._isValid=t._isValid),i}Ne.fn=Jo.prototype;Ne.invalid=hh;function It(t,e){var r=t&&parseFloat(t.replace(",","."));return(isNaN(r)?0:r)*e}function Hc(t,e){var r={};return r.months=e.month()-t.month()+(e.year()-t.year())*12,t.clone().add(r.months,"M").isAfter(e)&&--r.months,r.milliseconds=+e-+t.clone().add(r.months,"M"),r}function Rh(t,e){var r;return t.isValid()&&e.isValid()?(e=li(e,t),t.isBefore(e)?r=Hc(t,e):(r=Hc(e,t),r.milliseconds=-r.milliseconds,r.months=-r.months),r):{milliseconds:0,months:0}}function vl(t,e){return function(r,o){var n,i;return o!==null&&!isNaN(+o)&&(Gc(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=r,r=o,o=i),n=Ne(r,o),xl(this,n,t),this}}function xl(t,e,r,o){var n=e._milliseconds,i=Ba(e._days),s=Ba(e._months);t.isValid()&&(o=o??!0,s&&ol(t,Lo(t,"Month")+s*r),i&&qc(t,"Date",Lo(t,"Date")+i*r),n&&t._d.setTime(t._d.valueOf()+n*r),o&&O.updateOffset(t,i||s))}var kh=vl(1,"add"),Ph=vl(-1,"subtract");function Sl(t){return typeof t=="string"||t instanceof String}function Mh(t){return Ee(t)||Yr(t)||Sl(t)||Je(t)||Ih(t)||Dh(t)||t===null||t===void 0}function Dh(t){var e=Lt(t)&&!Ga(t),r=!1,o=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],n,i,s=o.length;for(n=0;n<s;n+=1)i=o[n],r=r||L(t,i);return e&&r}function Ih(t){var e=Ce(t),r=!1;return e&&(r=t.filter(function(o){return!Je(o)&&Sl(t)}).length===0),e&&r}function Th(t){var e=Lt(t)&&!Ga(t),r=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],n,i;for(n=0;n<o.length;n+=1)i=o[n],r=r||L(t,i);return e&&r}function Lh(t,e){var r=t.diff(e,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"}function Wh(t,e){arguments.length===1&&(arguments[0]?Mh(arguments[0])?(t=arguments[0],e=void 0):Th(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var r=t||H(),o=li(r,this).startOf("day"),n=O.calendarFormat(this,o)||"sameElse",i=e&&(Le(e[n])?e[n].call(this,r):e[n]);return this.format(i||this.localeData().calendar(n,this,H(r)))}function $h(){return new Hr(this)}function Uh(t,e){var r=Ee(t)?t:H(t);return this.isValid()&&r.isValid()?(e=ve(e)||"millisecond",e==="millisecond"?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(e).valueOf()):!1}function Fh(t,e){var r=Ee(t)?t:H(t);return this.isValid()&&r.isValid()?(e=ve(e)||"millisecond",e==="millisecond"?this.valueOf()<r.valueOf():this.clone().endOf(e).valueOf()<r.valueOf()):!1}function Yh(t,e,r,o){var n=Ee(t)?t:H(t),i=Ee(e)?e:H(e);return this.isValid()&&n.isValid()&&i.isValid()?(o=o||"()",(o[0]==="("?this.isAfter(n,r):!this.isBefore(n,r))&&(o[1]===")"?this.isBefore(i,r):!this.isAfter(i,r))):!1}function Hh(t,e){var r=Ee(t)?t:H(t),o;return this.isValid()&&r.isValid()?(e=ve(e)||"millisecond",e==="millisecond"?this.valueOf()===r.valueOf():(o=r.valueOf(),this.clone().startOf(e).valueOf()<=o&&o<=this.clone().endOf(e).valueOf())):!1}function zh(t,e){return this.isSame(t,e)||this.isAfter(t,e)}function Bh(t,e){return this.isSame(t,e)||this.isBefore(t,e)}function jh(t,e,r){var o,n,i;if(!this.isValid())return NaN;if(o=li(t,this),!o.isValid())return NaN;switch(n=(o.utcOffset()-this.utcOffset())*6e4,e=ve(e),e){case"year":i=To(this,o)/12;break;case"month":i=To(this,o);break;case"quarter":i=To(this,o)/3;break;case"second":i=(this-o)/1e3;break;case"minute":i=(this-o)/6e4;break;case"hour":i=(this-o)/36e5;break;case"day":i=(this-o-n)/864e5;break;case"week":i=(this-o-n)/6048e5;break;default:i=this-o}return r?i:ge(i)}function To(t,e){if(t.date()<e.date())return-To(e,t);var r=(e.year()-t.year())*12+(e.month()-t.month()),o=t.clone().add(r,"months"),n,i;return e-o<0?(n=t.clone().add(r-1,"months"),i=(e-o)/(o-n)):(n=t.clone().add(r+1,"months"),i=(e-o)/(n-o)),-(r+i)||0}O.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";O.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Vh(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Gh(t){if(!this.isValid())return null;var e=t!==!0,r=e?this.clone().utc():this;return r.year()<0||r.year()>9999?Do(r,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Le(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Do(r,"Z")):Do(r,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Kh(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="",r,o,n,i;return this.isLocal()||(t=this.utcOffset()===0?"moment.utc":"moment.parseZone",e="Z"),r="["+t+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",i=e+'[")]',this.format(r+o+n+i)}function Zh(t){t||(t=this.isUtc()?O.defaultFormatUtc:O.defaultFormat);var e=Do(this,t);return this.localeData().postformat(e)}function qh(t,e){return this.isValid()&&(Ee(t)&&t.isValid()||H(t).isValid())?Ne({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function Jh(t){return this.from(H(),t)}function Xh(t,e){return this.isValid()&&(Ee(t)&&t.isValid()||H(t).isValid())?Ne({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function Qh(t){return this.to(H(),t)}function wl(t){var e;return t===void 0?this._locale._abbr:(e=Xe(t),e!=null&&(this._locale=e),this)}var Ol=be("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return t===void 0?this.localeData():this.locale(t)});function _l(){return this._locale}var Uo=1e3,rr=60*Uo,Fo=60*rr,Cl=(365*400+97)*24*Fo;function or(t,e){return(t%e+e)%e}function El(t,e,r){return t<100&&t>=0?new Date(t+400,e,r)-Cl:new Date(t,e,r).valueOf()}function Nl(t,e,r){return t<100&&t>=0?Date.UTC(t+400,e,r)-Cl:Date.UTC(t,e,r)}function em(t){var e,r;if(t=ve(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?Nl:El,t){case"year":e=r(this.year(),0,1);break;case"quarter":e=r(this.year(),this.month()-this.month()%3,1);break;case"month":e=r(this.year(),this.month(),1);break;case"week":e=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=r(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=or(e+(this._isUTC?0:this.utcOffset()*rr),Fo);break;case"minute":e=this._d.valueOf(),e-=or(e,rr);break;case"second":e=this._d.valueOf(),e-=or(e,Uo);break}return this._d.setTime(e),O.updateOffset(this,!0),this}function tm(t){var e,r;if(t=ve(t),t===void 0||t==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?Nl:El,t){case"year":e=r(this.year()+1,0,1)-1;break;case"quarter":e=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=r(this.year(),this.month()+1,1)-1;break;case"week":e=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=Fo-or(e+(this._isUTC?0:this.utcOffset()*rr),Fo)-1;break;case"minute":e=this._d.valueOf(),e+=rr-or(e,rr)-1;break;case"second":e=this._d.valueOf(),e+=Uo-or(e,Uo)-1;break}return this._d.setTime(e),O.updateOffset(this,!0),this}function rm(){return this._d.valueOf()-(this._offset||0)*6e4}function om(){return Math.floor(this.valueOf()/1e3)}function nm(){return new Date(this.valueOf())}function am(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function im(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function sm(){return this.isValid()?this.toISOString():null}function cm(){return Ka(this)}function lm(){return pt({},k(this))}function dm(){return k(this).overflow}function um(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}A("N",0,0,"eraAbbr");A("NN",0,0,"eraAbbr");A("NNN",0,0,"eraAbbr");A("NNNN",0,0,"eraName");A("NNNNN",0,0,"eraNarrow");A("y",["y",1],"yo","eraYear");A("y",["yy",2],0,"eraYear");A("y",["yyy",3],0,"eraYear");A("y",["yyyy",4],0,"eraYear");_("N",di);_("NN",di);_("NNN",di);_("NNNN",wm);_("NNNNN",Om);U(["N","NN","NNN","NNNN","NNNNN"],function(t,e,r,o){var n=r._locale.erasParse(t,o,r._strict);n?k(r).era=n:k(r).invalidEra=t});_("y",ar);_("yy",ar);_("yyy",ar);_("yyyy",ar);_("yo",_m);U(["y","yy","yyy","yyyy"],oe);U(["yo"],function(t,e,r,o){var n;r._locale._eraYearOrdinalRegex&&(n=t.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?e[oe]=r._locale.eraYearOrdinalParse(t,n):e[oe]=parseInt(t,10)});function fm(t,e){var r,o,n,i=this._eras||Xe("en")._eras;for(r=0,o=i.length;r<o;++r){switch(typeof i[r].since){case"string":n=O(i[r].since).startOf("day"),i[r].since=n.valueOf();break}switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":n=O(i[r].until).startOf("day").valueOf(),i[r].until=n.valueOf();break}}return i}function pm(t,e,r){var o,n,i=this.eras(),s,l,c;for(t=t.toUpperCase(),o=0,n=i.length;o<n;++o)if(s=i[o].name.toUpperCase(),l=i[o].abbr.toUpperCase(),c=i[o].narrow.toUpperCase(),r)switch(e){case"N":case"NN":case"NNN":if(l===t)return i[o];break;case"NNNN":if(s===t)return i[o];break;case"NNNNN":if(c===t)return i[o];break}else if([s,l,c].indexOf(t)>=0)return i[o]}function hm(t,e){var r=t.since<=t.until?1:-1;return e===void 0?O(t.since).year():O(t.since).year()+(e-t.offset)*r}function mm(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t)if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until||o[t].until<=r&&r<=o[t].since)return o[t].name;return""}function ym(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t)if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until||o[t].until<=r&&r<=o[t].since)return o[t].narrow;return""}function gm(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t)if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until||o[t].until<=r&&r<=o[t].since)return o[t].abbr;return""}function bm(){var t,e,r,o,n=this.localeData().eras();for(t=0,e=n.length;t<e;++t)if(r=n[t].since<=n[t].until?1:-1,o=this.clone().startOf("day").valueOf(),n[t].since<=o&&o<=n[t].until||n[t].until<=o&&o<=n[t].since)return(this.year()-O(n[t].since).year())*r+n[t].offset;return this.year()}function vm(t){return L(this,"_erasNameRegex")||ui.call(this),t?this._erasNameRegex:this._erasRegex}function xm(t){return L(this,"_erasAbbrRegex")||ui.call(this),t?this._erasAbbrRegex:this._erasRegex}function Sm(t){return L(this,"_erasNarrowRegex")||ui.call(this),t?this._erasNarrowRegex:this._erasRegex}function di(t,e){return e.erasAbbrRegex(t)}function wm(t,e){return e.erasNameRegex(t)}function Om(t,e){return e.erasNarrowRegex(t)}function _m(t,e){return e._eraYearOrdinalRegex||ar}function ui(){var t=[],e=[],r=[],o=[],n,i,s=this.eras();for(n=0,i=s.length;n<i;++n)e.push(pe(s[n].name)),t.push(pe(s[n].abbr)),r.push(pe(s[n].narrow)),o.push(pe(s[n].name)),o.push(pe(s[n].abbr)),o.push(pe(s[n].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+t.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}A(0,["gg",2],0,function(){return this.weekYear()%100});A(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Xo(t,e){A(0,[t,t.length],0,e)}Xo("gggg","weekYear");Xo("ggggg","weekYear");Xo("GGGG","isoWeekYear");Xo("GGGGG","isoWeekYear");ne("weekYear","gg");ne("isoWeekYear","GG");ae("weekYear",1);ae("isoWeekYear",1);_("G",Go);_("g",Go);_("GG",z,he);_("gg",z,he);_("GGGG",ei,Qa);_("gggg",ei,Qa);_("GGGGG",Vo,Bo);_("ggggg",Vo,Bo);Br(["gggg","ggggg","GGGG","GGGGG"],function(t,e,r,o){e[o.substr(0,2)]=D(t)});Br(["gg","GG"],function(t,e,r,o){e[o]=O.parseTwoDigitYear(t)});function Cm(t){return Al.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Em(t){return Al.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Nm(){return qe(this.year(),1,4)}function Am(){return qe(this.isoWeekYear(),1,4)}function Rm(){var t=this.localeData()._week;return qe(this.year(),t.dow,t.doy)}function km(){var t=this.localeData()._week;return qe(this.weekYear(),t.dow,t.doy)}function Al(t,e,r,o,n){var i;return t==null?Ur(this,o,n).year:(i=qe(t,o,n),e>i&&(e=i),Pm.call(this,t,e,r,o,n))}function Pm(t,e,r,o,n){var i=sl(t,e,r,o,n),s=$r(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}A("Q",0,"Qo","quarter");ne("quarter","Q");ae("quarter",7);_("Q",Jc);U("Q",function(t,e){e[Ke]=(D(t)-1)*3});function Mm(t){return t==null?Math.ceil((this.month()+1)/3):this.month((t-1)*3+this.month()%3)}A("D",["DD",2],"Do","date");ne("date","D");ae("date",9);_("D",z);_("DD",z,he);_("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient});U(["D","DD"],De);U("Do",function(t,e){e[De]=D(t.match(z)[0])});var Rl=nr("Date",!0);A("DDD",["DDDD",3],"DDDo","dayOfYear");ne("dayOfYear","DDD");ae("dayOfYear",4);_("DDD",jo);_("DDDD",Xc);U(["DDD","DDDD"],function(t,e,r){r._dayOfYear=D(t)});function Dm(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return t==null?e:this.add(t-e,"d")}A("m",["mm",2],0,"minute");ne("minute","m");ae("minute",14);_("m",z);_("mm",z,he);U(["m","mm"],_e);var Im=nr("Minutes",!1);A("s",["ss",2],0,"second");ne("second","s");ae("second",15);_("s",z);_("ss",z,he);U(["s","ss"],Ze);var Tm=nr("Seconds",!1);A("S",0,0,function(){return~~(this.millisecond()/100)});A(0,["SS",2],0,function(){return~~(this.millisecond()/10)});A(0,["SSS",3],0,"millisecond");A(0,["SSSS",4],0,function(){return this.millisecond()*10});A(0,["SSSSS",5],0,function(){return this.millisecond()*100});A(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});A(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});A(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});A(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});ne("millisecond","ms");ae("millisecond",16);_("S",jo,Jc);_("SS",jo,he);_("SSS",jo,Xc);var ht,kl;for(ht="SSSS";ht.length<=9;ht+="S")_(ht,ar);function Lm(t,e){e[Tt]=D(("0."+t)*1e3)}for(ht="S";ht.length<=9;ht+="S")U(ht,Lm);kl=nr("Milliseconds",!1);A("z",0,0,"zoneAbbr");A("zz",0,0,"zoneName");function Wm(){return this._isUTC?"UTC":""}function $m(){return this._isUTC?"Coordinated Universal Time":""}var S=Hr.prototype;S.add=kh;S.calendar=Wh;S.clone=$h;S.diff=jh;S.endOf=tm;S.format=Zh;S.from=qh;S.fromNow=Jh;S.to=Xh;S.toNow=Qh;S.get=Ff;S.invalidAt=dm;S.isAfter=Uh;S.isBefore=Fh;S.isBetween=Yh;S.isSame=Hh;S.isSameOrAfter=zh;S.isSameOrBefore=Bh;S.isValid=cm;S.lang=Ol;S.locale=wl;S.localeData=_l;S.max=ch;S.min=sh;S.parsingFlags=lm;S.set=Yf;S.startOf=em;S.subtract=Ph;S.toArray=am;S.toObject=im;S.toDate=nm;S.toISOString=Gh;S.inspect=Kh;typeof Symbol<"u"&&Symbol.for!=null&&(S[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});S.toJSON=sm;S.toString=Vh;S.unix=om;S.valueOf=rm;S.creationData=um;S.eraName=mm;S.eraNarrow=ym;S.eraAbbr=gm;S.eraYear=bm;S.year=il;S.isLeapYear=ip;S.weekYear=Cm;S.isoWeekYear=Em;S.quarter=S.quarters=Mm;S.month=nl;S.daysInMonth=op;S.week=S.weeks=fp;S.isoWeek=S.isoWeeks=pp;S.weeksInYear=Rm;S.weeksInWeekYear=km;S.isoWeeksInYear=Nm;S.isoWeeksInISOWeekYear=Am;S.date=Rl;S.day=S.days=Ep;S.weekday=Np;S.isoWeekday=Ap;S.dayOfYear=Dm;S.hour=S.hours=Tp;S.minute=S.minutes=Im;S.second=S.seconds=Tm;S.millisecond=S.milliseconds=kl;S.utcOffset=gh;S.utc=vh;S.local=xh;S.parseZone=Sh;S.hasAlignedHourOffset=wh;S.isDST=Oh;S.isLocal=Ch;S.isUtcOffset=Eh;S.isUtc=bl;S.isUTC=bl;S.zoneAbbr=Wm;S.zoneName=$m;S.dates=be("dates accessor is deprecated. Use date instead.",Rl);S.months=be("months accessor is deprecated. Use month instead",nl);S.years=be("years accessor is deprecated. Use year instead",il);S.zone=be("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",bh);S.isDSTShifted=be("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",_h);function Um(t){return H(t*1e3)}function Fm(){return H.apply(null,arguments).parseZone()}function Pl(t){return t}var W=qa.prototype;W.calendar=Ef;W.longDateFormat=kf;W.invalidDate=Mf;W.ordinal=Tf;W.preparse=Pl;W.postformat=Pl;W.relativeTime=Wf;W.pastFuture=$f;W.set=_f;W.eras=fm;W.erasParse=pm;W.erasConvertYear=hm;W.erasAbbrRegex=xm;W.erasNameRegex=vm;W.erasNarrowRegex=Sm;W.months=Qf;W.monthsShort=ep;W.monthsParse=rp;W.monthsRegex=ap;W.monthsShortRegex=np;W.week=cp;W.firstDayOfYear=up;W.firstDayOfWeek=dp;W.weekdays=Sp;W.weekdaysMin=Op;W.weekdaysShort=wp;W.weekdaysParse=Cp;W.weekdaysRegex=Rp;W.weekdaysShortRegex=kp;W.weekdaysMinRegex=Pp;W.isPM=Dp;W.meridiem=Lp;function Yo(t,e,r,o){var n=Xe(),i=Te().set(o,e);return n[r](i,t)}function Ml(t,e,r){if(Je(t)&&(e=t,t=void 0),t=t||"",e!=null)return Yo(t,e,r,"month");var o,n=[];for(o=0;o<12;o++)n[o]=Yo(t,o,r,"month");return n}function fi(t,e,r,o){typeof t=="boolean"?(Je(e)&&(r=e,e=void 0),e=e||""):(e=t,r=e,t=!1,Je(e)&&(r=e,e=void 0),e=e||"");var n=Xe(),i=t?n._week.dow:0,s,l=[];if(r!=null)return Yo(e,(r+i)%7,o,"day");for(s=0;s<7;s++)l[s]=Yo(e,(s+i)%7,o,"day");return l}function Ym(t,e){return Ml(t,e,"months")}function Hm(t,e){return Ml(t,e,"monthsShort")}function zm(t,e,r){return fi(t,e,r,"weekdays")}function Bm(t,e,r){return fi(t,e,r,"weekdaysShort")}function jm(t,e,r){return fi(t,e,r,"weekdaysMin")}mt("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,r=D(t%100/10)===1?"th":e===1?"st":e===2?"nd":e===3?"rd":"th";return t+r}});O.lang=be("moment.lang is deprecated. Use moment.locale instead.",mt);O.langData=be("moment.langData is deprecated. Use moment.localeData instead.",Xe);var Ve=Math.abs;function Vm(){var t=this._data;return this._milliseconds=Ve(this._milliseconds),this._days=Ve(this._days),this._months=Ve(this._months),t.milliseconds=Ve(t.milliseconds),t.seconds=Ve(t.seconds),t.minutes=Ve(t.minutes),t.hours=Ve(t.hours),t.months=Ve(t.months),t.years=Ve(t.years),this}function Dl(t,e,r,o){var n=Ne(e,r);return t._milliseconds+=o*n._milliseconds,t._days+=o*n._days,t._months+=o*n._months,t._bubble()}function Gm(t,e){return Dl(this,t,e,1)}function Km(t,e){return Dl(this,t,e,-1)}function zc(t){return t<0?Math.floor(t):Math.ceil(t)}function Zm(){var t=this._milliseconds,e=this._days,r=this._months,o=this._data,n,i,s,l,c;return t>=0&&e>=0&&r>=0||t<=0&&e<=0&&r<=0||(t+=zc(Va(r)+e)*864e5,e=0,r=0),o.milliseconds=t%1e3,n=ge(t/1e3),o.seconds=n%60,i=ge(n/60),o.minutes=i%60,s=ge(i/60),o.hours=s%24,e+=ge(s/24),c=ge(Il(e)),r+=c,e-=zc(Va(c)),l=ge(r/12),r%=12,o.days=e,o.months=r,o.years=l,this}function Il(t){return t*4800/146097}function Va(t){return t*146097/4800}function qm(t){if(!this.isValid())return NaN;var e,r,o=this._milliseconds;if(t=ve(t),t==="month"||t==="quarter"||t==="year")switch(e=this._days+o/864e5,r=this._months+Il(e),t){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(e=this._days+Math.round(Va(this._months)),t){case"week":return e/7+o/6048e5;case"day":return e+o/864e5;case"hour":return e*24+o/36e5;case"minute":return e*1440+o/6e4;case"second":return e*86400+o/1e3;case"millisecond":return Math.floor(e*864e5)+o;default:throw new Error("Unknown unit "+t)}}function Jm(){return this.isValid()?this._milliseconds+this._days*864e5+this._months%12*2592e6+D(this._months/12)*31536e6:NaN}function Qe(t){return function(){return this.as(t)}}var Xm=Qe("ms"),Qm=Qe("s"),ey=Qe("m"),ty=Qe("h"),ry=Qe("d"),oy=Qe("w"),ny=Qe("M"),ay=Qe("Q"),iy=Qe("y");function sy(){return Ne(this)}function cy(t){return t=ve(t),this.isValid()?this[t+"s"]():NaN}function Wt(t){return function(){return this.isValid()?this._data[t]:NaN}}var ly=Wt("milliseconds"),dy=Wt("seconds"),uy=Wt("minutes"),fy=Wt("hours"),py=Wt("days"),hy=Wt("months"),my=Wt("years");function yy(){return ge(this.days()/7)}var Ge=Math.round,er={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function gy(t,e,r,o,n){return n.relativeTime(e||1,!!r,t,o)}function by(t,e,r,o){var n=Ne(t).abs(),i=Ge(n.as("s")),s=Ge(n.as("m")),l=Ge(n.as("h")),c=Ge(n.as("d")),u=Ge(n.as("M")),h=Ge(n.as("w")),p=Ge(n.as("y")),m=i<=r.ss&&["s",i]||i<r.s&&["ss",i]||s<=1&&["m"]||s<r.m&&["mm",s]||l<=1&&["h"]||l<r.h&&["hh",l]||c<=1&&["d"]||c<r.d&&["dd",c];return r.w!=null&&(m=m||h<=1&&["w"]||h<r.w&&["ww",h]),m=m||u<=1&&["M"]||u<r.M&&["MM",u]||p<=1&&["y"]||["yy",p],m[2]=e,m[3]=+t>0,m[4]=o,gy.apply(null,m)}function vy(t){return t===void 0?Ge:typeof t=="function"?(Ge=t,!0):!1}function xy(t,e){return er[t]===void 0?!1:e===void 0?er[t]:(er[t]=e,t==="s"&&(er.ss=e-1),!0)}function Sy(t,e){if(!this.isValid())return this.localeData().invalidDate();var r=!1,o=er,n,i;return typeof t=="object"&&(e=t,t=!1),typeof t=="boolean"&&(r=t),typeof e=="object"&&(o=Object.assign({},er,e),e.s!=null&&e.ss==null&&(o.ss=e.s-1)),n=this.localeData(),i=by(this,!r,o,n),r&&(i=n.pastFuture(+this,i)),n.postformat(i)}var Ua=Math.abs;function Xt(t){return(t>0)-(t<0)||+t}function Qo(){if(!this.isValid())return this.localeData().invalidDate();var t=Ua(this._milliseconds)/1e3,e=Ua(this._days),r=Ua(this._months),o,n,i,s,l=this.asSeconds(),c,u,h,p;return l?(o=ge(t/60),n=ge(o/60),t%=60,o%=60,i=ge(r/12),r%=12,s=t?t.toFixed(3).replace(/\.?0+$/,""):"",c=l<0?"-":"",u=Xt(this._months)!==Xt(l)?"-":"",h=Xt(this._days)!==Xt(l)?"-":"",p=Xt(this._milliseconds)!==Xt(l)?"-":"",c+"P"+(i?u+i+"Y":"")+(r?u+r+"M":"")+(e?h+e+"D":"")+(n||o||t?"T":"")+(n?p+n+"H":"")+(o?p+o+"M":"")+(t?p+s+"S":"")):"P0D"}var I=Jo.prototype;I.isValid=ph;I.abs=Vm;I.add=Gm;I.subtract=Km;I.as=qm;I.asMilliseconds=Xm;I.asSeconds=Qm;I.asMinutes=ey;I.asHours=ty;I.asDays=ry;I.asWeeks=oy;I.asMonths=ny;I.asQuarters=ay;I.asYears=iy;I.valueOf=Jm;I._bubble=Zm;I.clone=sy;I.get=cy;I.milliseconds=ly;I.seconds=dy;I.minutes=uy;I.hours=fy;I.days=py;I.weeks=yy;I.months=hy;I.years=my;I.humanize=Sy;I.toISOString=Qo;I.toString=Qo;I.toJSON=Qo;I.locale=wl;I.localeData=_l;I.toIsoString=be("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Qo);I.lang=Ol;A("X",0,0,"unix");A("x",0,0,"valueOf");_("x",Go);_("X",zf);U("X",function(t,e,r){r._d=new Date(parseFloat(t)*1e3)});U("x",function(t,e,r){r._d=new Date(D(t))});O.version="2.29.4";wf(H);O.fn=S;O.min=lh;O.max=dh;O.now=uh;O.utc=Te;O.unix=Um;O.months=Ym;O.isDate=Yr;O.locale=mt;O.invalid=Ho;O.duration=Ne;O.isMoment=Ee;O.weekdays=zm;O.parseZone=Fm;O.localeData=Xe;O.isDuration=Io;O.monthsShort=Hm;O.weekdaysMin=jm;O.defineLocale=ni;O.updateLocale=Fp;O.locales=Yp;O.weekdaysShort=Bm;O.normalizeUnits=ve;O.relativeTimeRounding=vy;O.relativeTimeThreshold=xy;O.calendarFormat=Lh;O.prototype=S;O.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};var Ae=O;var Q;(function(t){t.DAY="DAY",t.WEEK="WEEK",t.MONTH="MONTH"})(Q||(Q={}));var Tl=q`
46
+ .sessions-chart {
47
+ height: 100%;
48
+ width: 100%;
49
+ }
50
+ `;var ie=function(t,e,r,o){var n=arguments.length,i=n<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(n<3?s(i):n>3?s(e,r,i):s(e,r))||i);return n>3&&i&&Object.defineProperty(e,r,i),i};window.echarts==null&&console.warn("Echarts is not available");var Z=class extends me{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=Q.DAY,this.data=[]}render(){return xr`
51
+ <div class="sessions-chart"></div>
52
+ `}firstUpdated(e){var r;super.firstUpdated(e),this.myChart=(r=window.echarts)===null||r===void 0?void 0:r.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",()=>{var o;(o=this.myChart)===null||o===void 0||o.resize()})}updated(e){super.updated(e);let r=this.getOptions();r&&this.myChart&&this.myChart.setOption(r)}getOptions(){let e=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:e.hoverColor}},trigger:"axis",formatter(r){return e.getTooltip(r)},backgroundColor:e.tooltipBackgroundColor,borderColor:e.tooltipBorderColor,textStyle:{color:e.tooltipTextColor},borderRadius:e.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter(r){return e.period===Q.DAY||e.period===Q.WEEK?Ae.utc(r*1e3).format("DD MMM YYYY"):e.period===Q.MONTH?Ae.utc(r*1e3).format("MMMM YYYY"):Ae.utc(r*1e3).format("MMMM YYYY")}}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(e){let r=Ae.utc(e[0].data.value[0]*1e3),o=e.map(c=>c.data.value[1]),n,i,s="";switch(this.period){case Q.DAY:{n=r.format("DD MMM YYYY"),i="on",this.isThisPeriod(r,Q.DAY)&&(s=" so far");break}case Q.WEEK:{n=r.format("DD MMM YYYY"),i="during the week of",this.isThisPeriod(r,Q.WEEK)&&(s=" so far");break}case Q.MONTH:{i="in",n=r.format("MMMM YYYY"),this.isThisPeriod(r,Q.MONTH)&&(s=" so far");break}}let l="";for(let c=0;c<o.length;c++){let u=this.valueLabels?this.valueLabels[c]:this.yAxisName,h=this.valueLabelsSingular?this.valueLabelsSingular[c]:u,p=o[c]===1?h:u;l+=`${o[c].toLocaleString()} ${p} ${i} ${n}${s}</br>`}return l.substring(0,l.length-5)}isThisPeriod(e,r,o=Ae.utc()){switch(r){case Q.DAY:return e.format("YYYY-MM-DD")===o.clone().startOf("day").format("YYYY-MM-DD");case Q.WEEK:return e.clone().startOf("isoWeek").format("YYYY-MM-DD")===o.clone().startOf("isoWeek").format("YYYY-MM-DD");case Q.MONTH:return e.month()===o.month()&&e.year()===o.year()}return!1}getSeries(){if(this.data.length==0)return[];let e=this.data[0].length-1;if(e==0)return[];let r=[];for(let o=0;o<e;o++)r[o]={type:this.barChart?"bar":"line",data:this.getData(o)};return r}getData(e){return this.data.map(r=>this.isThisPeriod(Ae.unix(r[0]),this.period)?{value:[r[0],r[e+1]],itemStyle:{opacity:.5}}:{value:[r[0],r[e+1]]})}};Z.styles=Tl;ie([T({type:String})],Z.prototype,"xAxisName",void 0);ie([T({type:String})],Z.prototype,"yAxisName",void 0);ie([T({type:String})],Z.prototype,"graphColor",void 0);ie([T({type:String})],Z.prototype,"hoverColor",void 0);ie([T({type:String})],Z.prototype,"tooltipBackgroundColor",void 0);ie([T({type:String})],Z.prototype,"tooltipBorderColor",void 0);ie([T({type:String})],Z.prototype,"tooltipTextColor",void 0);ie([T({type:String})],Z.prototype,"tooltipBorderRadius",void 0);ie([Nt(void 0)],Z.prototype,"valueLabels",void 0);ie([Nt(void 0)],Z.prototype,"valueLabelsSingular",void 0);ie([T({type:Boolean})],Z.prototype,"barChart",void 0);ie([T({type:String})],Z.prototype,"period",void 0);ie([Nt([])],Z.prototype,"data",void 0);ie([yn(".sessions-chart")],Z.prototype,"container",void 0);Z=ie([Fe("ft-chart")],Z);Fe("ft-chart")(Z);var Ll=q`
53
+ .session-chart {
54
+ width: 100%;
55
+ height: 100%;
56
+ }
57
+ `;var xe=function(t,e,r,o){var n=arguments.length,i=n<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(i=(n<3?s(i):n>3?s(e,r,i):s(e,r))||i);return n>3&&i&&Object.defineProperty(e,r,i),i},ee=class extends me{constructor(){super(...arguments),this.baseUrl="",this.period=Q.MONTH,this.startDate=Ae.utc().startOf("month").add(-3,"months").format("YYYY-MM-DD"),this.endDate=Ae.utc().startOf("month").format("YYYY-MM-DD"),this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.data=[]}render(){return xr`
58
+ <div class="session-chart">
59
+ <ft-chart
60
+ xAxisName="date"
61
+ yAxisName="sessions"
62
+ graphColor="${this.graphColor}"
63
+ hoverColor="${this.hoverColor}"
64
+ tooltipBackgroundColor= "${this.tooltipBackgroundColor}"
65
+ tooltipBorderColor= "${this.tooltipBorderColor}"
66
+ tooltipTextColor= "${this.tooltipTextColor}"
67
+ tooltipBorderRadius= ${this.tooltipBorderRadius}
68
+ valueLabels="${JSON.stringify(["sessions opened"])}"
69
+ valueLabelsSingular="${JSON.stringify(["session opened"])}"
70
+ barChart
71
+ period="${this.period}"
72
+ data="${JSON.stringify(this.data)}"
73
+ ></ft-chart>
74
+ </div>
75
+ `}update(e){super.update(e),e.has("baseUrl")&&this.fetchSessions()}async fetchSessions(){if(this.baseUrl){let e=await fetch(this.baseUrl+"/analytics/api/v2/traffic/sessions",{method:"POST",headers:{"Content-Type":"application/json","Ft-Calling-App":"analytics/web-component"},body:JSON.stringify({endDate:this.endDate,groupByPeriod:this.period.toLowerCase(),startDate:this.startDate})});if(e.ok){let r=(await e.json()).results;this.data=this.getData(r)}else console.log((await e.json()).message)}}getData(e){return e.map(r=>[Ae.utc(r.periodStartDate,"YYYY-MM-DD").unix(),r.sessionCount])}};ee.elementDefinitions={"ft-chart":Z};ee.styles=Ll;xe([T({type:String})],ee.prototype,"baseUrl",void 0);xe([T({type:String})],ee.prototype,"period",void 0);xe([T({type:String})],ee.prototype,"startDate",void 0);xe([T({type:String})],ee.prototype,"endDate",void 0);xe([T({type:String})],ee.prototype,"graphColor",void 0);xe([T({type:String})],ee.prototype,"hoverColor",void 0);xe([T({type:String})],ee.prototype,"tooltipBackgroundColor",void 0);xe([T({type:String})],ee.prototype,"tooltipBorderColor",void 0);xe([T({type:String})],ee.prototype,"tooltipTextColor",void 0);xe([T({type:String})],ee.prototype,"tooltipBorderRadius",void 0);xe([mn()],ee.prototype,"data",void 0);ee=xe([Fe("ft-analytics-sessions-chart")],ee);Fe("ft-analytics-sessions-chart")(ee);})();
76
+ /*! Bundled license information:
77
+
78
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
79
+ (**
3
80
  * @license
4
81
  * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
82
  * This code may only be used under the BSD style license found at
@@ -11,204 +88,187 @@
11
88
  * Code distributed by Google as part of the polymer project is also
12
89
  * subject to an additional IP rights grant found at
13
90
  * http://polymer.github.io/PATENTS.txt
14
- */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);h(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let u=o.call(r,t);u||(u=f(t),e.call(r,t,u)),this===window.customElements&&(a.set(n,l),l.standInClass=u);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=c;if(e)return c=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,o),e},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,u=t=>{let e=t.getRootNode();if(!l(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),l(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=u(o)||window.customElements,n=r._getDefinition(e);return n?p(o,n):i.set(o,r),o}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i,n),o.call(this,i,t,n)}else r.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r),o.call(this,r,t,null)}else n.call(this,r)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r);const e=this.getAttribute(n);o.call(this,n,t,e)}else i.call(this,n,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),c=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===n.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),n=e.get(r)||[];this[+o]=t,n.push(t),e.set(r,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=n.get(o);t&&!0!==t.formAssociated||e.push(o)}return new i(e)}})}}try{window.customElements.define("custom-element",null)}catch(En){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
16
- /**
91
+ *)
92
+
93
+ @lit/reactive-element/css-tag.js:
94
+ (**
17
95
  * @license
18
96
  * Copyright 2019 Google LLC
19
97
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,o=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),n=new WeakMap;const i=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=n.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&n.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return i(e)})(t):t
21
- /**
98
+ *)
99
+
100
+ @lit/reactive-element/reactive-element.js:
101
+ (**
22
102
  * @license
23
103
  * Copyright 2017 Google LLC
24
104
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:s,defineProperty:c,getOwnPropertyDescriptor:l,getOwnPropertyNames:u,getOwnPropertySymbols:f,getPrototypeOf:h}=Object,d=globalThis,p=d.trustedTypes,y=p?p.emptyScript:"",g=d.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},v=(t,e)=>!s(t,e),O={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:n}=l(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const i=r?.call(this);n.call(this,e),this.requestUpdate(t,i,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??O}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=h(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...u(t),...f(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(o)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of r){const r=document.createElement("style"),n=e.litNonce;void 0!==n&&r.setAttribute("nonce",n),r.textContent=o.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const n=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,n){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??v)(r?n:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,g?.({ReactiveElement:S}),(d.reactiveElementVersions??=[]).push("2.0.2");
26
- /**
105
+ *)
106
+
107
+ lit-html/lit-html.js:
108
+ (**
27
109
  * @license
28
110
  * Copyright 2017 Google LLC
29
111
  * SPDX-License-Identifier: BSD-3-Clause
30
- */
31
- const w=globalThis,x=w.trustedTypes,N=x?x.createPolicy("lit-html",{createHTML:t=>t}):void 0,C="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,R="?"+E,I=`<${R}>`,M=document,k=()=>M.createComment(""),W=t=>null===t||"object"!=typeof t&&"function"!=typeof t,D=Array.isArray,L=t=>D(t)||"function"==typeof t?.[Symbol.iterator],U="[ \t\n\f\r]",Y=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,F=/>/g,A=RegExp(`>|${U}(?:([^\\s"'>=/]+)(${U}*=${U}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,B=/"/g,z=/^(?:script|style|textarea|title)$/i,j=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),P=new WeakMap,$=M.createTreeWalker(M,129);function K(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==N?N.createHTML(e):e}const T=(t,e)=>{const o=t.length-1,r=[];let n,i=2===e?"<svg>":"",a=Y;for(let e=0;e<o;e++){const o=t[e];let s,c,l=-1,u=0;for(;u<o.length&&(a.lastIndex=u,c=a.exec(o),null!==c);)u=a.lastIndex,a===Y?"!--"===c[1]?a=_:void 0!==c[1]?a=F:void 0!==c[2]?(z.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=A):void 0!==c[3]&&(a=A):a===A?">"===c[0]?(a=n??Y,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?A:'"'===c[3]?B:H):a===B||a===H?a=A:a===_||a===F?a=Y:(a=A,n=void 0);const f=a===A&&t[e+1].startsWith("/>")?" ":"";i+=a===Y?o+I:l>=0?(r.push(s),o.slice(0,l)+C+o.slice(l)+E+f):o+E+(-2===l?e:f)}return[K(t,i+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let G=class t{constructor({strings:e,_$litType$:o},r){let n;this.parts=[];let i=0,a=0;const s=e.length-1,c=this.parts,[l,u]=T(e,o);if(this.el=t.createElement(l,r),$.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=$.nextNode())&&c.length<s;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(C)){const e=u[a++],o=n.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(e);c.push({type:1,index:i,name:r[2],strings:o,ctor:"."===r[1]?Q:"?"===r[1]?tt:"@"===r[1]?et:X}),n.removeAttribute(t)}else t.startsWith(E)&&(c.push({type:6,index:i}),n.removeAttribute(t));if(z.test(n.tagName)){const t=n.textContent.split(E),e=t.length-1;if(e>0){n.textContent=x?x.emptyScript:"";for(let o=0;o<e;o++)n.append(t[o],k()),$.nextNode(),c.push({type:2,index:++i});n.append(t[e],k())}}}else if(8===n.nodeType)if(n.data===R)c.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf(E,t+1));)c.push({type:7,index:i}),t+=E.length-1}i++}}static createElement(t,e){const o=M.createElement("template");return o.innerHTML=t,o}};function V(t,e,o=t,r){if(e===j)return e;let n=void 0!==r?o._$Co?.[r]:o._$Cl;const i=W(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=n:o._$Cl=n),void 0!==n&&(e=V(t,n._$AS(t,e.values),n,r)),e}let q=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??M).importNode(e,!0);$.currentNode=r;let n=$.nextNode(),i=0,a=0,s=o[0];for(;void 0!==s;){if(i===s.index){let e;2===s.type?e=new J(n,n.nextSibling,this,t):1===s.type?e=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(e=new ot(n,this,t)),this._$AV.push(e),s=o[++a]}i!==s?.index&&(n=$.nextNode(),i++)}return $.currentNode=M,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},J=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=V(this,t,e),W(t)?t===Z||null==t||""===t?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):L(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Z&&W(this._$AH)?this._$AA.nextSibling.data=t:this.$(M.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=G.createElement(K(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new q(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=P.get(t.strings);return void 0===e&&P.set(t.strings,e=new G(t)),e}T(e){D(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,n=0;for(const i of e)n===o.length?o.push(r=new t(this.k(k()),this.k(k()),this,this.options)):r=o[n],r._$AI(i),n++;n<o.length&&(this._$AR(r&&r._$AB.nextSibling,n),o.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},X=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,n){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=n,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Z}_$AI(t,e=this,o,r){const n=this.strings;let i=!1;if(void 0===n)t=V(this,t,e,0),i=!W(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const r=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=V(this,r[o+a],e,a),s===j&&(s=this._$AH[a]),i||=!W(s)||s!==this._$AH[a],s===Z?t=Z:t!==Z&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!r&&this.O(t)}O(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Q=class extends X{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Z?void 0:t}},tt=class extends X{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Z)}},et=class extends X{constructor(t,e,o,r,n){super(t,e,o,r,n),this.type=5}_$AI(t,e=this){if((t=V(this,t,e,0)??Z)===j)return;const o=this._$AH,r=t===Z&&o!==Z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==Z&&(o===Z||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ot=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t)}};const rt={j:C,P:E,A:R,C:1,M:T,L:q,R:L,V,D:J,I:X,H:tt,N:et,U:Q,B:ot},nt=w.litHtmlPolyfillSupport;nt?.(G,J),(w.litHtmlVersions??=[]).push("3.1.0");
32
- /**
112
+ *)
113
+
114
+ @lit/reactive-element/css-tag.js:
115
+ (**
33
116
  * @license
34
117
  * Copyright 2019 Google LLC
35
118
  * SPDX-License-Identifier: BSD-3-Clause
36
- */
37
- const it=globalThis,at=it.ShadowRoot&&(void 0===it.ShadyCSS||it.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,st=Symbol(),ct=new WeakMap;let lt=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==st)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(at&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=ct.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ct.set(e,t))}return t}toString(){return this.cssText}};const ut=t=>new lt("string"==typeof t?t:t+"",void 0,st),ft=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+t[r+1]),t[0]);return new lt(o,t,st)},ht=(t,e)=>{if(at)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=it.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}},dt=at?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return ut(e)})(t):t
38
- /**
119
+ *)
120
+
121
+ @lit/reactive-element/reactive-element.js:
122
+ (**
39
123
  * @license
40
124
  * Copyright 2017 Google LLC
41
125
  * SPDX-License-Identifier: BSD-3-Clause
42
- */,{is:pt,defineProperty:yt,getOwnPropertyDescriptor:gt,getOwnPropertyNames:bt,getOwnPropertySymbols:mt,getPrototypeOf:vt}=Object,Ot=globalThis,St=Ot.trustedTypes,wt=St?St.emptyScript:"",xt=Ot.reactiveElementPolyfillSupport,Nt=(t,e)=>t,Ct={toAttribute(t,e){switch(e){case Boolean:t=t?wt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},Et=(t,e)=>!pt(t,e),Rt={attribute:!0,type:String,converter:Ct,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let It=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Rt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&yt(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:n}=gt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const i=r?.call(this);n.call(this,e),this.requestUpdate(t,i,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Rt}static _$Ei(){if(this.hasOwnProperty(Nt("elementProperties")))return;const t=vt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Nt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Nt("properties"))){const t=this.properties,e=[...bt(t),...mt(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(dt(t))}else void 0!==t&&e.push(dt(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ht(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const n=(void 0!==o.converter?.toAttribute?o.converter:Ct).toAttribute(e,o.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Ct;this._$Em=r,this[r]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,n){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??Et)(r?n:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};It.elementStyles=[],It.shadowRootOptions={mode:"open"},It[Nt("elementProperties")]=new Map,It[Nt("finalized")]=new Map,xt?.({ReactiveElement:It}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
43
- /**
126
+ *)
127
+
128
+ lit-html/lit-html.js:
129
+ (**
44
130
  * @license
45
131
  * Copyright 2017 Google LLC
46
132
  * SPDX-License-Identifier: BSD-3-Clause
47
- */
48
- const Mt=globalThis,kt=Mt.trustedTypes,Wt=kt?kt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Dt="$lit$",Lt=`lit$${(Math.random()+"").slice(9)}$`,Ut="?"+Lt,Yt=`<${Ut}>`,_t=document,Ft=()=>_t.createComment(""),At=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Ht=Array.isArray,Bt=t=>Ht(t)||"function"==typeof t?.[Symbol.iterator],zt="[ \t\n\f\r]",jt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Zt=/-->/g,Pt=/>/g,$t=RegExp(`>|${zt}(?:([^\\s"'>=/]+)(${zt}*=${zt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Kt=/'/g,Tt=/"/g,Gt=/^(?:script|style|textarea|title)$/i,Vt=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),qt=Vt(1),Jt=Vt(2),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),te=new WeakMap,ee=_t.createTreeWalker(_t,129);function oe(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Wt?Wt.createHTML(e):e}const re=(t,e)=>{const o=t.length-1,r=[];let n,i=2===e?"<svg>":"",a=jt;for(let e=0;e<o;e++){const o=t[e];let s,c,l=-1,u=0;for(;u<o.length&&(a.lastIndex=u,c=a.exec(o),null!==c);)u=a.lastIndex,a===jt?"!--"===c[1]?a=Zt:void 0!==c[1]?a=Pt:void 0!==c[2]?(Gt.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=$t):void 0!==c[3]&&(a=$t):a===$t?">"===c[0]?(a=n??jt,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?$t:'"'===c[3]?Tt:Kt):a===Tt||a===Kt?a=$t:a===Zt||a===Pt?a=jt:(a=$t,n=void 0);const f=a===$t&&t[e+1].startsWith("/>")?" ":"";i+=a===jt?o+Yt:l>=0?(r.push(s),o.slice(0,l)+Dt+o.slice(l)+Lt+f):o+Lt+(-2===l?e:f)}return[oe(t,i+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ne{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=re(t,e);if(this.el=ne.createElement(c,o),ee.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ee.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Dt)){const e=l[i++],o=r.getAttribute(t).split(Lt),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:n,name:a[2],strings:o,ctor:"."===a[1]?le:"?"===a[1]?ue:"@"===a[1]?fe:ce}),r.removeAttribute(t)}else t.startsWith(Lt)&&(s.push({type:6,index:n}),r.removeAttribute(t));if(Gt.test(r.tagName)){const t=r.textContent.split(Lt),e=t.length-1;if(e>0){r.textContent=kt?kt.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],Ft()),ee.nextNode(),s.push({type:2,index:++n});r.append(t[e],Ft())}}}else if(8===r.nodeType)if(r.data===Ut)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=r.data.indexOf(Lt,t+1));)s.push({type:7,index:n}),t+=Lt.length-1}n++}}static createElement(t,e){const o=_t.createElement("template");return o.innerHTML=t,o}}function ie(t,e,o=t,r){if(e===Xt)return e;let n=void 0!==r?o._$Co?.[r]:o._$Cl;const i=At(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=n:o._$Cl=n),void 0!==n&&(e=ie(t,n._$AS(t,e.values),n,r)),e}let ae=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??_t).importNode(e,!0);ee.currentNode=r;let n=ee.nextNode(),i=0,a=0,s=o[0];for(;void 0!==s;){if(i===s.index){let e;2===s.type?e=new se(n,n.nextSibling,this,t):1===s.type?e=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(e=new he(n,this,t)),this._$AV.push(e),s=o[++a]}i!==s?.index&&(n=ee.nextNode(),i++)}return ee.currentNode=_t,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},se=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=Qt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ie(this,t,e),At(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Bt(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Qt&&At(this._$AH)?this._$AA.nextSibling.data=t:this.$(_t.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ne.createElement(oe(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new ae(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=te.get(t.strings);return void 0===e&&te.set(t.strings,e=new ne(t)),e}T(e){Ht(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,n=0;for(const i of e)n===o.length?o.push(r=new t(this.k(Ft()),this.k(Ft()),this,this.options)):r=o[n],r._$AI(i),n++;n<o.length&&(this._$AR(r&&r._$AB.nextSibling,n),o.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ce=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,n){this.type=1,this._$AH=Qt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=n,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Qt}_$AI(t,e=this,o,r){const n=this.strings;let i=!1;if(void 0===n)t=ie(this,t,e,0),i=!At(t)||t!==this._$AH&&t!==Xt,i&&(this._$AH=t);else{const r=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=ie(this,r[o+a],e,a),s===Xt&&(s=this._$AH[a]),i||=!At(s)||s!==this._$AH[a],s===Qt?t=Qt:t!==Qt&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!r&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},le=class extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}},ue=class extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}},fe=class extends ce{constructor(t,e,o,r,n){super(t,e,o,r,n),this.type=5}_$AI(t,e=this){if((t=ie(this,t,e,0)??Qt)===Xt)return;const o=this._$AH,r=t===Qt&&o!==Qt||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,n=t!==Qt&&(o===Qt||r);r&&this.element.removeEventListener(this.name,this,o),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},he=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){ie(this,t)}};const de={j:Dt,P:Lt,A:Ut,C:1,M:re,L:ae,R:Bt,V:ie,D:se,I:ce,H:ue,N:fe,U:le,B:he},pe=Mt.litHtmlPolyfillSupport;pe?.(ne,se),(Mt.litHtmlVersions??=[]).push("3.1.0");const ye=(t,e,o)=>{const r=o?.renderBefore??e;let n=r._$litPart$;if(void 0===n){const t=o?.renderBefore??null;r._$litPart$=n=new se(e.insertBefore(Ft(),t),t,void 0,o??{})}return n._$AI(t),n
49
- /**
133
+ *)
134
+
135
+ lit-element/lit-element.js:
136
+ (**
50
137
  * @license
51
138
  * Copyright 2017 Google LLC
52
139
  * SPDX-License-Identifier: BSD-3-Clause
53
- */};let ge=class extends It{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ye(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};ge._$litElement$=!0,ge.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ge});const be=globalThis.litElementPolyfillSupport;be?.({LitElement:ge});(globalThis.litElementVersions??=[]).push("4.0.2");var me=Object.freeze({__proto__:null,CSSResult:lt,LitElement:ge,ReactiveElement:It,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:de,adoptStyles:ht,css:ft,defaultConverter:Ct,getCompatibleStyle:dt,html:qt,isServer:!1,noChange:Xt,notEqual:Et,nothing:Qt,render:ye,supportsAdoptingStyleSheets:at,svg:Jt,unsafeCSS:ut});
54
- /**
140
+ *)
141
+
142
+ lit-html/is-server.js:
143
+ (**
144
+ * @license
145
+ * Copyright 2022 Google LLC
146
+ * SPDX-License-Identifier: BSD-3-Clause
147
+ *)
148
+
149
+ @lit/reactive-element/decorators/custom-element.js:
150
+ (**
55
151
  * @license
56
152
  * Copyright 2017 Google LLC
57
153
  * SPDX-License-Identifier: BSD-3-Clause
58
- */const ve={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},Oe=(t=ve,e,o)=>{const{kind:r,metadata:n}=o;let i=globalThis.litPropertyMetadata.get(n);if(void 0===i&&globalThis.litPropertyMetadata.set(n,i=new Map),i.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const n=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,n,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const n=this[r];e.call(this,o),this.requestUpdate(r,n,t)}}throw Error("Unsupported decorator location: "+r)};
59
- /**
154
+ *)
155
+
156
+ @lit/reactive-element/decorators/property.js:
157
+ (**
60
158
  * @license
61
159
  * Copyright 2017 Google LLC
62
160
  * SPDX-License-Identifier: BSD-3-Clause
63
- */function Se(t){return(e,o)=>"object"==typeof o?Oe(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
64
- /**
161
+ *)
162
+
163
+ @lit/reactive-element/decorators/state.js:
164
+ (**
65
165
  * @license
66
166
  * Copyright 2017 Google LLC
67
167
  * SPDX-License-Identifier: BSD-3-Clause
68
- */}function we(t){return Se({...t,state:!0,attribute:!1})}
69
- /**
168
+ *)
169
+
170
+ @lit/reactive-element/decorators/event-options.js:
171
+ (**
70
172
  * @license
71
173
  * Copyright 2017 Google LLC
72
174
  * SPDX-License-Identifier: BSD-3-Clause
73
- */
74
- /**
175
+ *)
176
+
177
+ @lit/reactive-element/decorators/base.js:
178
+ (**
75
179
  * @license
76
180
  * Copyright 2017 Google LLC
77
181
  * SPDX-License-Identifier: BSD-3-Clause
78
- */
79
- const xe=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
80
- /**
182
+ *)
183
+
184
+ @lit/reactive-element/decorators/query.js:
185
+ (**
81
186
  * @license
82
187
  * Copyright 2017 Google LLC
83
188
  * SPDX-License-Identifier: BSD-3-Clause
84
- */;function Ne(t,e){return(o,r,n)=>{const i=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:n??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return xe(0,0,{get(){let o=t.call(this);return void 0===o&&(o=i(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return xe(0,0,{get(){return i(this)}})}}
85
- /**
189
+ *)
190
+
191
+ @lit/reactive-element/decorators/query-all.js:
192
+ (**
86
193
  * @license
87
194
  * Copyright 2017 Google LLC
88
195
  * SPDX-License-Identifier: BSD-3-Clause
89
- */let Ce;var Ee=Object.freeze({__proto__:null,customElement:t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:function(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}},property:Se,query:Ne,queryAll:function(t){return(e,o)=>xe(0,0,{get(){return(this.renderRoot??(Ce??=document.createDocumentFragment())).querySelectorAll(t)}})
90
- /**
196
+ *)
197
+
198
+ @lit/reactive-element/decorators/query-async.js:
199
+ (**
91
200
  * @license
92
201
  * Copyright 2017 Google LLC
93
202
  * SPDX-License-Identifier: BSD-3-Clause
94
- */},queryAssignedElements:
95
- /**
203
+ *)
204
+
205
+ @lit/reactive-element/decorators/query-assigned-elements.js:
206
+ (**
96
207
  * @license
97
208
  * Copyright 2021 Google LLC
98
209
  * SPDX-License-Identifier: BSD-3-Clause
99
- */
100
- function(t){return(e,o)=>{const{slot:r,selector:n}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return xe(0,0,{get(){const e=this.renderRoot?.querySelector(i),o=e?.assignedElements(t)??[];return void 0===n?o:o.filter((t=>t.matches(n)))}})}}
101
- /**
210
+ *)
211
+
212
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
213
+ (**
102
214
  * @license
103
215
  * Copyright 2017 Google LLC
104
216
  * SPDX-License-Identifier: BSD-3-Clause
105
- */,queryAssignedNodes:function(t){return(e,o)=>{const{slot:r}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return xe(0,0,{get(){const e=this.renderRoot?.querySelector(n);return e?.assignedNodes(t)??[]}})}},queryAsync:function(t){return(e,o)=>xe(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:Oe,state:we});
106
- /**
217
+ *)
218
+
219
+ lit-html/directive.js:
220
+ (**
107
221
  * @license
108
222
  * Copyright 2017 Google LLC
109
223
  * SPDX-License-Identifier: BSD-3-Clause
110
- */const Re=1,Ie=2,Me=t=>(...e)=>({_$litDirective$:t,values:e});let ke=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
111
- /**
224
+ *)
225
+
226
+ lit-html/directive-helpers.js:
227
+ (**
112
228
  * @license
113
229
  * Copyright 2020 Google LLC
114
230
  * SPDX-License-Identifier: BSD-3-Clause
115
- */const{D:We}=rt,De=()=>document.createComment(""),Le=(t,e,o)=>{const r=t._$AA.parentNode,n=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(De(),n),i=r.insertBefore(De(),n);o=new We(e,i,t,t.options)}else{const e=o._$AB.nextSibling,i=o._$AM,a=i!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==i._$AU&&o._$AP(e)}if(e!==n||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;r.insertBefore(t,n),t=e}}}return o},Ue=(t,e,o=t)=>(t._$AI(e,o),t),Ye={},_e=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},Fe=(t,e,o)=>{const r=new Map;for(let n=e;n<=o;n++)r.set(t[n],n);return r},Ae=Me(class extends ke{constructor(t){if(super(t),t.type!==Ie)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let r;void 0===o?o=e:void 0!==e&&(r=e);const n=[],i=[];let a=0;for(const e of t)n[a]=r?r(e,a):a,i[a]=o(e,a),a++;return{values:i,keys:n}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,r]){const n=(t=>t._$AH)(t),{values:i,keys:a}=this.ht(e,o,r);if(!Array.isArray(n))return this.dt=a,i;const s=this.dt??=[],c=[];let l,u,f=0,h=n.length-1,d=0,p=i.length-1;for(;f<=h&&d<=p;)if(null===n[f])f++;else if(null===n[h])h--;else if(s[f]===a[d])c[d]=Ue(n[f],i[d]),f++,d++;else if(s[h]===a[p])c[p]=Ue(n[h],i[p]),h--,p--;else if(s[f]===a[p])c[p]=Ue(n[f],i[p]),Le(t,c[p+1],n[f]),f++,p--;else if(s[h]===a[d])c[d]=Ue(n[h],i[d]),Le(t,n[f],n[h]),h--,d++;else if(void 0===l&&(l=Fe(a,d,p),u=Fe(s,f,h)),l.has(s[f]))if(l.has(s[h])){const e=u.get(a[d]),o=void 0!==e?n[e]:null;if(null===o){const e=Le(t,n[f]);Ue(e,i[d]),c[d]=e}else c[d]=Ue(o,i[d]),Le(t,n[f],o),n[e]=null;d++}else _e(n[h]),h--;else _e(n[f]),f++;for(;d<=p;){const e=Le(t,c[p+1]);Ue(e,i[d]),c[d++]=e}for(;f<=h;){const t=n[f++];null!==t&&_e(t)}return this.dt=a,((t,e=Ye)=>{t._$AH=e})(t,c),j}});
116
- /**
231
+ *)
232
+
233
+ lit-html/directives/repeat.js:
234
+ (**
117
235
  * @license
118
236
  * Copyright 2017 Google LLC
119
237
  * SPDX-License-Identifier: BSD-3-Clause
120
- */var He=Object.freeze({__proto__:null,repeat:Ae});
121
- /**
238
+ *)
239
+
240
+ lit-html/directives/class-map.js:
241
+ (**
122
242
  * @license
123
243
  * Copyright 2018 Google LLC
124
244
  * SPDX-License-Identifier: BSD-3-Clause
125
- */const Be=Me(class extends ke{constructor(t){if(super(t),t.type!==Re||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return j}});var ze=Object.freeze({__proto__:null,classMap:Be});
126
- /**
245
+ *)
246
+
247
+ lit-html/directives/style-map.js:
248
+ (**
127
249
  * @license
128
250
  * Copyright 2018 Google LLC
129
251
  * SPDX-License-Identifier: BSD-3-Clause
130
- */const je="important",Ze=" !"+je,Pe=Me(class extends ke{constructor(t){if(super(t),t.type!==Re||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,o)=>{const r=t[o];return null==r?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:o}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?o.removeProperty(t):o[t]=null);for(const t in e){const r=e[t];if(null!=r){this.ut.add(t);const e="string"==typeof r&&r.endsWith(Ze);t.includes("-")||e?o.setProperty(t,e?r.slice(0,-11):r,e?je:""):o[t]=r}}return j}});var $e=Object.freeze({__proto__:null,styleMap:Pe});
131
- /**
252
+ *)
253
+
254
+ lit-html/directives/unsafe-html.js:
255
+ (**
132
256
  * @license
133
257
  * Copyright 2017 Google LLC
134
258
  * SPDX-License-Identifier: BSD-3-Clause
135
- */let Ke=class extends ke{constructor(t){if(super(t),this.et=Z,t.type!==Ie)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||null==t)return this.vt=void 0,this.et=t;if(t===j)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Ke.directiveName="unsafeHTML",Ke.resultType=1;const Te=Me(Ke);var Ge=Object.freeze({__proto__:null,UnsafeHTMLDirective:Ke,unsafeHTML:Te});class Ve extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class qe extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Ve("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Ve("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new qe(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:qe,CanceledPromiseError:Ve,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t,e){var o,r;let n=(null!==(r=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)));return null==e?n:n.find((t=>t.key===e))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,label:t.label,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,label:t.label,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e,o="No value"){var r,n;let i=to.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==i?void 0:i.label)&&void 0!==r?r:null===(n=this.getMetadataDescriptor(t))||void 0===n?void 0:n.label;const s=this.allResults.map((e=>to.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==i?void 0:i.value))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return s.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){if(null==t)return-1;if(null==e)return 1;let n=this.getMetadataDescriptor(o),i=(null==n?void 0:n.sortRule)||"NONE",a=(null==n?void 0:n.reverseSort)||!1;if("ALPHABET"==i||"VERSION"==i){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((e=>t==e.key))}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>{var r;return(null===(r=to.extractResultMetadata(o,t))||void 0===r?void 0:r.value)==e}));let r,n=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),i=[...n.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,i);if(e>a&&(a=e,r=t,e===i.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const no=t=>new Promise((e=>setTimeout(e,t)));async function io(t,e=10,o=2e4){let r,n,i=await t();for(r=n=performance.now();null==i&&(!o||n-r<o);)await no(e),i=await t(),n=performance.now();if(null==i)throw new Error("Timeout exceeded");return i}function ao(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function so(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,n;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!so(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!so(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,n[r]))return!1;for(r=o;0!=r--;){var i=n[r];if(!so(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var co=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?ao(o):o}},deepEqual:so,delay:no,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:ao,waitFor:io,waitUntil:async function(t,e=10,o=2e4){await io((async()=>await t()||void 0),e,o)}});const lo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Se({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!so(t,e),...null!=e?e:{}})}function fo(t){return!isNaN(parseFloat(t))}var ho=Object.freeze({__proto__:null,customElement:lo,isNumber:fo,jsonProperty:uo,optionalNumberProperty:function(t){return Se({type:Object,converter:{fromAttribute:t=>{if(null!=t)return fo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const po=t=>"string"==typeof t?ut(t):t;class yo{static create(t,e,o,r){const n=t=>po(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,e,o,r){const n=t=>o.get(null!=t?t:r),i=ft`var(${po(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o.category,i.fallbackVariable=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>ft`var(${po(t)}, ${n(e)})`,i.breadcrumb=()=>[o.name,...o.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),i}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):po(null!=e?e:t.lastResortDefaultValue()),r=ft`var(${po(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>ft`var(${po(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const go={colorWhite:yo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:yo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:yo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:yo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:yo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:yo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:yo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:yo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:yo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:yo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:yo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:yo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:yo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:yo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:yo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:yo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yo.create("--ft-opacity-0","","NUMBER","0"),opacity8:yo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:yo.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:yo.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:yo.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:yo.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:yo.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:yo.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:yo.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:yo.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:yo.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},bo={fontFamily:yo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-display-textCase","","UNKNOWN","none")},mo={fontFamily:yo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:yo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vo={fontFamily:yo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:yo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Oo={fontFamily:yo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:yo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},So={fontFamily:yo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},wo={fontFamily:yo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:yo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},No={fontFamily:yo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Co={fontFamily:yo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Eo={fontFamily:yo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:yo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:yo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ro={fontFamily:yo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Io={fontFamily:yo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:yo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:yo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:yo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:yo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:yo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:yo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Yo={fontFamily:yo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:yo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:yo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:yo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:yo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:yo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:yo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:yo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},jo={fontFamily:yo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:yo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:yo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:yo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:yo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Zo={display:bo,"title-1":mo,"title-2":vo,"title-3":Oo,"body-1-regular":So,"body-1-medium":wo,"body-1-semibold":xo,"body-2-regular":No,"body-2-medium":Co,"body-2-medium-underline":Eo,"body-2-semibold":Ro,"label-1-medium":Io,"label-1-semibold":Mo,"label-1-bold":ko,"label-2-medium":Wo,"label-2-semibold":Do,"label-2-bold":Lo,"caption-1-medium":Uo,"caption-1-semibold":Yo,"caption-1-bold":_o,"caption-2-medium":Fo,"caption-2-semibold":Ao,"caption-2-bold":Ho,"caption-3-medium":Bo,"caption-3-semibold":zo,"caption-3-bold":jo},Po={backgroundActionPrimary:yo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",go.colorBrand0),backgroundErrorSubtle:yo.extend("--ft-background-error-subtle","Used as background of subtle error components.",go.colorRed10),backgroundInfoSubtle:yo.extend("--ft-background-info-subtle","Used as background of subtle information components.",go.colorCyan10),backgroundWarningSubtle:yo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",go.colorOrange10),backgroundSuccessSubtle:yo.extend("--ft-background-success-subtle","Used as background of subtle success components.",go.colorGreen10),backgroundGlobalSurface:yo.extend("--ft-background-global-surface","Used as app background.",go.colorWhite),backgroundGlobalOnSurface:yo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",go.colorGray10),backgroundGlobalOnSurfaceDark:yo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",go.colorGray30),contentActionPrimary:yo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",go.colorBrand0),contentWarningPrimary:yo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",go.colorOrange200),contentWarningIconOnly:yo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",go.colorOrange0),contentErrorPrimary:yo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",go.colorRed0),contentErrorIconOnly:yo.extend("--ft-content-error-icon-only","Used on error status icons alone",go.colorRed70),contentInfoPrimary:yo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",go.colorCyan200),contentInfoIconOnly:yo.extend("--ft-content-info-icon-only","Used on info status icons alone",go.colorCyan0),contentSuccessPrimary:yo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",go.colorGreen200),contentSuccessIconOnly:yo.extend("--ft-content-success-icon-only","Used on success status icons alone",go.colorGreen0),contentGlobalPrimary:yo.extend("--ft-content-global-primary","Used for main content on the page.",go.colorGray500),contentGlobalSecondary:yo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",go.colorGray200),contentGlobalSubtle:yo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",go.colorGray0),contentGlobalOnColor:yo.extend("--ft-content-global-on-color","Used for content on a dominant color.",go.colorWhite),borderActionPrimary:yo.extend("--ft-border-action-primary","Used as border for primary action components.",go.colorBrand0),borderActionFocusRing:yo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",go.colorCyan0),borderWarningPrimary:yo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",go.colorOrange200),borderWarningSubtle:yo.extend("--ft-border-warning-subtle","Used as border for warning components.",go.colorOrange30),borderSuccessPrimary:yo.extend("--ft-border-success-primary","Used as border for success buttons.",go.colorGreen200),borderSuccessSubtle:yo.extend("--ft-border-success-subtle","Used as border for success components.",go.colorGreen30),borderErrorPrimary:yo.extend("--ft-border-error-primary","Used as border for text fields in error states.",go.colorRed0),borderErrorSubtle:yo.extend("--ft-border-error-subtle","Used as border for error components.",go.colorRed30),borderInfoPrimary:yo.extend("--ft-border-info-primary","Used as border for buttons in info color.",go.colorCyan200),borderInfoSubtle:yo.extend("--ft-border-info-subtle","Used as border for information components.",go.colorCyan30),borderGlobalPrimary:yo.extend("--ft-border-global-primary","Used as border for element like input.",go.colorGray50),borderGlobalSubtle:yo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",go.colorGray30),borderInputPrimary:yo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",go.colorGray80)},$o={largeHeight:yo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:yo.extend("--ft-button-large-horizontal-padding","",go.spacing4),largeGap:yo.extend("--ft-button-large-gap","",go.spacing2),largeBorderRadius:yo.extend("--ft-button-large-border-radius","",go.borderRadiusS),largeIconSize:yo.extend("--ft-button-large-icon-size","",go.iconSize3),largeBorderWidth:yo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:yo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:yo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:yo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:yo.extend("--ft-button-small-horizontal-padding","",go.spacing3),smallGap:yo.extend("--ft-button-small-gap","",go.spacing2),smallBorderRadius:yo.extend("--ft-button-small-border-radius","",go.borderRadiusS),smallIconSize:yo.extend("--ft-button-small-icon-size","",go.iconSize2),smallBorderWidth:yo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:yo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:yo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:yo.extend("--ft-button-primary-background-color","",Po.backgroundActionPrimary),primaryColor:yo.extend("--ft-button-primary-color","",Po.contentGlobalOnColor),primaryIconColor:yo.extend("--ft-button-primary-icon-color","",Po.contentGlobalOnColor),primaryStateLayerColor:yo.extend("--ft-button-primary-state-layer-color","",Po.contentGlobalOnColor),primaryHoverStateLayerOpacity:yo.extend("--ft-button-primary-hover-state-layer-opacity","",go.opacity16),primaryFocusStateLayerOpacity:yo.extend("--ft-button-primary-focus-state-layer-opacity","",go.opacity16),primaryActiveStateLayerOpacity:yo.extend("--ft-button-primary-active-state-layer-opacity","",go.opacity24),primaryDisabledComponentOpacity:yo.extend("--ft-button-primary-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-button-focus-focus-ring-color","",Po.borderActionFocusRing),tertiaryBackgroundColor:yo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:yo.extend("--ft-button-tertiary-color","",Po.contentActionPrimary),tertiaryIconColor:yo.extend("--ft-button-tertiary-icon-color","",Po.contentActionPrimary),tertiaryStateLayerColor:yo.extend("--ft-button-tertiary-state-layer-color","",Po.contentActionPrimary),tertiaryHoverStateLayerOpacity:yo.extend("--ft-button-tertiary-hover-state-layer-opacity","",go.opacity8),tertiaryFocusStateLayerOpacity:yo.extend("--ft-button-tertiary-focus-state-layer-opacity","",go.opacity8),tertiaryActiveStateLayerOpacity:yo.extend("--ft-button-tertiary-active-state-layer-opacity","",go.opacity16),tertiaryDisabledComponentOpacity:yo.extend("--ft-button-tertiary-disabled-component-opacity","",go.opacity40),secondaryBackgroundColor:yo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:yo.extend("--ft-button-secondary-color","",Po.contentActionPrimary),secondaryIconColor:yo.extend("--ft-button-secondary-icon-color","",Po.contentActionPrimary),secondaryStateLayerColor:yo.extend("--ft-button-secondary-state-layer-color","",Po.contentActionPrimary),secondaryHoverStateLayerOpacity:yo.extend("--ft-button-secondary-hover-state-layer-opacity","",go.opacity8),secondaryFocusStateLayerOpacity:yo.extend("--ft-button-secondary-focus-state-layer-opacity","",go.opacity8),secondaryActiveStateLayerOpacity:yo.extend("--ft-button-secondary-active-state-layer-opacity","",go.opacity16),secondaryDisabledComponentOpacity:yo.extend("--ft-button-secondary-disabled-component-opacity","",go.opacity40),secondaryBorderColor:yo.extend("--ft-button-secondary-border-color","",Po.borderActionPrimary),neutralBackgroundColor:yo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:yo.extend("--ft-button-neutral-icon-color","",Po.contentGlobalSecondary),neutralColor:yo.extend("--ft-button-neutral-color","",Po.contentGlobalSecondary),neutralStateLayerColor:yo.extend("--ft-button-neutral-state-layer-color","",Po.contentGlobalSecondary),neutralHoverStateLayerOpacity:yo.extend("--ft-button-neutral-hover-state-layer-opacity","",go.opacity8),neutralFocusStateLayerOpacity:yo.extend("--ft-button-neutral-focus-state-layer-opacity","",go.opacity8),neutralActiveStateLayerOpacity:yo.extend("--ft-button-neutral-active-state-layer-opacity","",go.opacity16),neutralDisabledComponentOpacity:yo.extend("--ft-button-neutral-disabled-component-opacity","",go.opacity40)},Ko={iconSize:yo.extend("--ft-banner-icon-size","",go.iconSize5),borderWidth:yo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-banner-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-banner-vertical-padding","",go.spacing6),horizontalSideGap:yo.extend("--ft-banner-horizontal-side-gap","",go.spacing6),horizontalMobileGap:yo.extend("--ft-banner-horizontal-mobile-gap","",go.spacing4),verticalMobileGap:yo.extend("--ft-banner-vertical-mobile-gap","",go.spacing6),horizontalMiddleGap:yo.extend("--ft-banner-horizontal-middle-gap","",go.spacing20),infoBackgroundColor:yo.extend("--ft-banner-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-banner-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-banner-info-icon-color","",Po.contentInfoIconOnly)},To={horizontalGap:yo.extend("--ft-breadcrumb-horizontal-gap","",go.spacing1),verticalGap:yo.extend("--ft-breadcrumb-vertical-gap","",go.spacing2),currentElementColor:yo.extend("--ft-breadcrumb-current-element-color","",Po.contentGlobalPrimary),iconColor:yo.extend("--ft-breadcrumb-icon-color","",Po.contentGlobalSubtle)},Go={horizontalPadding:yo.extend("--ft-page-header-horizontal-padding","",go.spacing12),horizontalGap:yo.extend("--ft-page-header-horizontal-gap","",go.spacing4),verticalGap:yo.extend("--ft-page-header-vertical-gap","",go.spacing2),classicVerticalPadding:yo.extend("--ft-page-header-classic-vertical-padding","",go.spacing6),multilineVerticalPadding:yo.extend("--ft-page-header-multiline-vertical-padding","",go.spacing4),inlineVerticalPadding:yo.extend("--ft-page-header-inline-vertical-padding","",go.spacing2),backgroundColor:yo.extend("--ft-page-header-background-color","",go.colorWhite),bottomBorderColor:yo.extend("--ft-page-header-bottom-border-color","",Po.borderGlobalSubtle),titleColor:yo.extend("--ft-page-header-title-color","",Po.contentGlobalPrimary),subtitleColor:yo.extend("--ft-page-header-subtitle-color","",Po.contentGlobalSecondary)},Vo={smallContainerWidth:yo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:yo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:yo.extend("--ft-modal-overlay-background-color","",go.colorGray700),overlayOpacity:yo.extend("--ft-modal-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-modal-shadow","",go.shadowElevation03),bodyBackgroundColor:yo.extend("--ft-modal-body-background-color","",go.colorWhite),bodyColor:yo.extend("--ft-modal-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-modal-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-modal-body-vertical-padding","",go.spacing6),bodyVerticalGap:yo.extend("--ft-modal-body-vertical-gap","",go.spacing6),containerMargin:yo.extend("--ft-modal-container-margin","",go.spacing3),headerBackgroundColor:yo.extend("--ft-modal-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-modal-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-modal-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-modal-header-trailing-icon-color","",Po.contentGlobalSecondary),headerVerticalPadding:yo.extend("--ft-modal-header-vertical-padding","",go.spacing1),headerRightPadding:yo.extend("--ft-modal-header-right-padding","",go.spacing1),headerLeftPadding:yo.extend("--ft-modal-header-left-padding","",go.spacing6),headerGap:yo.extend("--ft-modal-header-gap","",go.spacing2),headerBorderBottom:yo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:yo.extend("--ft-modal-border-radius","",go.borderRadiusM)},qo={overlayOpacity:yo.extend("--ft-drawer-overlay-opacity","",go.opacity40),shadow:yo.extend("--ft-drawer-shadow","",go.shadowElevation03),bodyColor:yo.extend("--ft-drawer-body-color","",Po.contentGlobalPrimary),bodyHorizontalPadding:yo.extend("--ft-drawer-body-horizontal-padding","",go.spacing6),bodyVerticalPadding:yo.extend("--ft-drawer-body-vertical-padding","",go.spacing6),bodyGap:yo.extend("--ft-drawer-body-gap","",go.spacing6),bodyBackgroundColor:yo.extend("--ft-drawer-body-background-color","",go.colorWhite),headerBackgroundColor:yo.extend("--ft-drawer-header-background-color","",Po.backgroundGlobalOnSurface),headerBorderColor:yo.extend("--ft-drawer-header-border-color","",Po.borderGlobalSubtle),headerColor:yo.extend("--ft-drawer-header-color","",Po.contentGlobalPrimary),headerTrailingIconColor:yo.extend("--ft-drawer-header-trailing-icon-color","",Po.contentGlobalSecondary),headerHeight:yo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:yo.extend("--ft-drawer-header-horizontal-padding","",go.spacing2),headerBorderWidth:yo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:yo.extend("--ft-drawer-header-gap","",go.spacing3),buttonsBarBackgroundColor:yo.extend("--ft-drawer-buttons-bar-background-color","",Po.backgroundGlobalOnSurface),buttonsBarBorderColor:yo.extend("--ft-drawer-buttons-bar-border-color","",Po.borderGlobalSubtle),buttonsBarColor:yo.extend("--ft-drawer-buttons-bar-color","",Po.contentGlobalPrimary),buttonsBarHorizontalPadding:yo.extend("--ft-drawer-buttons-bar-horizontal-padding","",go.spacing4),buttonsBarVerticalPadding:yo.extend("--ft-drawer-buttons-bar-vertical-padding","",go.spacing4),buttonsBarGap:yo.extend("--ft-drawer-buttons-bar-gap","",go.spacing3),buttonsBarBorderWidth:yo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:yo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:yo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:yo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:yo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:yo.extend("--ft-drawer-overlay-background-color","",go.colorGray700)},Jo={fieldHorizontalPadding:yo.extend("--ft-text-input-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-input-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-input-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-text-input-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-text-input-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-input-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-input-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-input-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-text-input-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-input-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-text-input-trailing-icon-color","",Po.contentGlobalSubtle),labelColor:yo.extend("--ft-text-input-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-input-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-input-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-input-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-input-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-input-error-helper-icon-color","",Po.contentErrorIconOnly),warningBorderWidth:yo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:yo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-text-input-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-input-disabled-component-opacity","",go.opacity40)},Xo={backgroundColor:yo.extend("--ft-text-area-background-color","",go.colorWhite),contentValueColor:yo.extend("--ft-text-area-content-value-color","",Po.contentGlobalPrimary),labelColor:yo.extend("--ft-text-area-label-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-text-area-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-text-area-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-text-area-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-text-area-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIconColor:yo.extend("--ft-text-area-error-helper-icon-color","",Po.contentErrorIconOnly),focusFocusRingColor:yo.extend("--ft-text-area-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-text-area-disabled-component-opacity","",go.opacity40),fieldHorizontalLeftPadding:yo.extend("--ft-text-area-field-horizontal-left-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-text-area-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-text-area-field-vertical-gap","",go.spacing05),fieldMinHeight:yo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:yo.extend("--ft-text-area-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-text-area-helper-horizontal-gap","",go.spacing1),helperIconSize:yo.extend("--ft-text-area-helper-icon-size","",go.iconSize2),borderRadius:yo.extend("--ft-text-area-border-radius","",go.borderRadiusM)},Qo={height:yo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:yo.extend("--ft-floating-menu-horizontal-padding","",go.spacing4),offIconColor:yo.extend("--ft-floating-menu-off-icon-color","",Po.contentGlobalPrimary),offColor:yo.extend("--ft-floating-menu-off-color","",Po.contentGlobalPrimary),onColor:yo.extend("--ft-floating-menu-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-floating-menu-on-state-layer-color","",Po.contentActionPrimary),gap:yo.extend("--ft-floating-menu-gap","",go.spacing3),focusFocusRingColor:yo.extend("--ft-floating-menu-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:yo.extend("--ft-floating-menu-focus-state-layer-opacity","",go.opacity8),hoverStateLayerOpacity:yo.extend("--ft-floating-menu-hover-state-layer-opacity","",go.opacity8),activeStateLayerOpacity:yo.extend("--ft-floating-menu-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-floating-menu-disabled-component-opacity","",go.opacity40),iconSize:yo.extend("--ft-floating-menu-icon-size","",go.iconSize3),backgroundColor:yo.extend("--ft-floating-menu-background-color","",Po.backgroundGlobalOnSurface)},tr={fieldHorizontalPadding:yo.extend("--ft-combobox-single-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-single-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-single-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-single-select-field-icon-size","",go.iconSize3),fieldHeight:yo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:yo.extend("--ft-combobox-single-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-single-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-single-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-single-select-helper-icon-size","",go.iconSize2),menuVerticalGap:yo.extend("--ft-combobox-single-select-menu-vertical-gap","",go.spacing2),borderRadius:yo.extend("--ft-combobox-single-select-border-radius","",go.borderRadiusM),backgroundColor:yo.extend("--ft-combobox-single-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-single-select-label-color","",Po.contentGlobalSubtle),contentValueColor:yo.extend("--ft-combobox-single-select-content-value-color","",Po.contentGlobalPrimary),trailingIconColor:yo.extend("--ft-combobox-single-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-single-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-single-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:yo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:yo.extend("--ft-combobox-single-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-single-select-error-helper-text-color","",Po.contentErrorPrimary),warningBorderWidth:yo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-single-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-single-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Po.contentWarningIconOnly),focusOutlineWidth:yo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-single-select-disabled-component-opacity","",go.opacity40)},er={backgroundColor:yo.extend("--ft-combobox-multi-select-background-color","",go.colorWhite),labelColor:yo.extend("--ft-combobox-multi-select-label-color","",Po.contentGlobalSubtle),trailingIconColor:yo.extend("--ft-combobox-multi-select-trailing-icon-color","",Po.contentGlobalSubtle),defaultBorderColor:yo.extend("--ft-combobox-multi-select-default-border-color","",Po.borderInputPrimary),defaultHelperTextColor:yo.extend("--ft-combobox-multi-select-default-helper-text-color","",Po.contentGlobalSubtle),defaultBorderWidth:yo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:yo.extend("--ft-combobox-multi-select-error-border-color","",Po.borderErrorPrimary),errorHelperTextColor:yo.extend("--ft-combobox-multi-select-error-helper-text-color","",Po.contentErrorPrimary),errorHelperIcon:yo.extend("--ft-combobox-multi-select-error-helper-icon","",Po.contentErrorIconOnly),errorBorderWidth:yo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:yo.extend("--ft-combobox-multi-select-warning-border-color","",Po.borderWarningPrimary),warningHelperTextColor:yo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Po.contentWarningPrimary),warningHelperIconColor:yo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Po.contentWarningIconOnly),warningBorderWidth:yo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineWidth:yo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:yo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:yo.extend("--ft-combobox-multi-select-disabled-component-opacity","",go.opacity40),helperHorizontalPadding:yo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",go.spacing4),helperHorizontalGap:yo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",go.spacing1),helperVerticalGap:yo.extend("--ft-combobox-multi-select-helper-vertical-gap","",go.spacing1),helperIconSize:yo.extend("--ft-combobox-multi-select-helper-icon-size","",go.iconSize2),fieldHorizontalPadding:yo.extend("--ft-combobox-multi-select-field-horizontal-padding","",go.spacing4),fieldHorizontalGap:yo.extend("--ft-combobox-multi-select-field-horizontal-gap","",go.spacing3),fieldVerticalGap:yo.extend("--ft-combobox-multi-select-field-vertical-gap","",go.spacing05),fieldIconSize:yo.extend("--ft-combobox-multi-select-field-icon-size","",go.iconSize3),fieldMaxHeight:yo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:yo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",go.spacing1),contentValuesVerticalGap:yo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",go.spacing1),borderRadius:yo.extend("--ft-combobox-multi-select-border-radius","",go.borderRadiusM)},or={backgroundColor:yo.extend("--ft-popover-background-color","",Po.backgroundGlobalOnSurface),horizontalPadding:yo.extend("--ft-popover-horizontal-padding","",go.spacing6),verticalPadding:yo.extend("--ft-popover-vertical-padding","",go.spacing6),iconColor:yo.extend("--ft-popover-icon-color","",Po.contentGlobalSecondary),iconSize:yo.extend("--ft-popover-icon-size","",go.iconSize2),titleColor:yo.extend("--ft-popover-title-color","",Po.contentGlobalPrimary),bodyColor:yo.extend("--ft-popover-body-color","",Po.contentGlobalSecondary),linkColor:yo.extend("--ft-popover-link-color","",Po.contentActionPrimary),gap:yo.extend("--ft-popover-gap","",go.spacing3),borderRadius:yo.extend("--ft-popover-border-radius","",go.borderRadiusM),shadow:yo.extend("--ft-popover-shadow","",go.shadowElevation02)},rr={topLeftBorderRadius:yo.extend("--ft-tabs-top-left-border-radius","",go.borderRadiusS),topRightBorderRadius:yo.extend("--ft-tabs-top-right-border-radius","",go.borderRadiusS),labelHorizontalPadding:yo.extend("--ft-tabs-label-horizontal-padding","",go.spacing4),labelVerticalPadding:yo.extend("--ft-tabs-label-vertical-padding","",go.spacing3),labelGap:yo.extend("--ft-tabs-label-gap","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-tabs-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-tabs-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-tabs-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-tabs-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-tabs-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-tabs-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-tabs-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-tabs-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-tabs-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-tabs-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-tabs-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-tabs-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-tabs-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-tabs-icon-vertical-padding","",go.spacing4),focusOutlineWidth:yo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-tabs-focus-focus-ring-color","",Po.borderActionFocusRing)},nr={hoverStateLayerOpacity:yo.extend("--ft-collapsible-hover-state-layer-opacity","",go.opacity8),focusStateLayerOpacity:yo.extend("--ft-collapsible-focus-state-layer-opacity","",go.opacity8),focusOutlineWidth:yo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:yo.extend("--ft-collapsible-focus-focus-ring-color","",Po.borderActionFocusRing),activeStateLayerOpacity:yo.extend("--ft-collapsible-active-state-layer-opacity","",go.opacity16),disabledComponentOpacity:yo.extend("--ft-collapsible-disabled-component-opacity","",go.opacity40),horizontalPadding:yo.extend("--ft-collapsible-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-collapsible-vertical-padding","",go.spacing3),color:yo.extend("--ft-collapsible-color","",Po.contentGlobalPrimary),stateLayerColor:yo.extend("--ft-collapsible-state-layer-color","",Po.contentGlobalPrimary),backgroundColor:yo.extend("--ft-collapsible-background-color","",Po.backgroundGlobalOnSurface),borderColor:yo.extend("--ft-collapsible-border-color","",Po.borderGlobalSubtle),iconSize:yo.extend("--ft-collapsible-icon-size","",go.iconSize3)},ir={groupHorizontalPadding:yo.extend("--ft-switch-group-horizontal-padding","",go.spacing1),groupVerticalPadding:yo.extend("--ft-switch-group-vertical-padding","",go.spacing1),groupGap:yo.extend("--ft-switch-group-gap","",go.spacing1),groupBackgroundColor:yo.extend("--ft-switch-group-background-color","",Po.backgroundGlobalSurface),groupBorderColor:yo.extend("--ft-switch-group-border-color","",Po.borderGlobalSubtle),groupBorderRadius:yo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:yo.extend("--ft-switch-label-horizontal-padding","",go.spacing2),labelVerticalPadding:yo.extend("--ft-switch-label-vertical-padding","",go.spacing1),offHoverStateLayerOpacity:yo.extend("--ft-switch-off-hover-state-layer-opacity","",go.opacity8),offFocusStateLayerOpacity:yo.extend("--ft-switch-off-focus-state-layer-opacity","",go.opacity8),offActiveStateLayerOpacity:yo.extend("--ft-switch-off-active-state-layer-opacity","",go.opacity16),offDisabledComponentOpacity:yo.extend("--ft-switch-off-disabled-component-opacity","",go.opacity40),offColor:yo.extend("--ft-switch-off-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-switch-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-switch-on-hover-state-layer-opacity","",go.opacity8),onFocusStateLayerOpacity:yo.extend("--ft-switch-on-focus-state-layer-opacity","",go.opacity8),onActiveStateLayerOpacity:yo.extend("--ft-switch-on-active-state-layer-opacity","",go.opacity16),onDisabledComponentOpacity:yo.extend("--ft-switch-on-disabled-component-opacity","",go.opacity40),onColor:yo.extend("--ft-switch-on-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-switch-on-state-layer-color","",Po.contentActionPrimary),iconHorizontalPadding:yo.extend("--ft-switch-icon-horizontal-padding","",go.spacing1),iconVerticalPadding:yo.extend("--ft-switch-icon-vertical-padding","",go.spacing1),focusOutlineWidth:yo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:yo.extend("--ft-switch-focus-focus-ring-color","",Po.borderActionFocusRing),optionBorderRadius:yo.extend("--ft-switch-option-border-radius","",go.borderRadiusS)},ar={color1Light:yo.extend("--ft-chart-1-light","for area color charts",go.colorBrand40),color1Base:yo.extend("--ft-chart-1-base","for line charts",go.colorBrand0),color2Light:yo.extend("--ft-chart-2-light","for area color charts",go.colorYellow60),color2Base:yo.extend("--ft-chart-2-base","for line charts",go.colorYellow100),color3Light:yo.extend("--ft-chart-3-light","",go.colorUltramarine40),color3Base:yo.extend("--ft-chart-3-base","",go.colorUltramarine70),color4Light:yo.extend("--ft-chart-4-light","",go.colorCyan50),color4Base:yo.extend("--ft-chart-4-base","",go.colorCyan100),color5Light:yo.extend("--ft-chart-5-light","",go.colorRed40),color5Base:yo.extend("--ft-chart-5-base","",go.colorRed60),color6Light:yo.extend("--ft-chart-6-light","",go.colorGreen40),color6Base:yo.extend("--ft-chart-6-base","",go.colorGreen70),color7Light:yo.extend("--ft-chart-7-light","",go.colorOrange70),color7Base:yo.extend("--ft-chart-7-base","",go.colorOrange100),color8Light:yo.extend("--ft-chart-8-light","",go.colorAvocado70),color8Base:yo.extend("--ft-chart-8-base","",go.colorAvocado200),color9Light:yo.extend("--ft-chart-9-light","",go.colorBrown50),color9Base:yo.extend("--ft-chart-9-base","",go.colorBrown200),color10Light:yo.extend("--ft-chart-10-light","",go.colorGray50),color10Base:yo.extend("--ft-chart-10-base","",go.colorGray80),monochrome10:yo.extend("--ft-chart-monochrome-10","",go.colorBrand10),monochrome20:yo.extend("--ft-chart-monochrome-20","",go.colorBrand20),monochrome30:yo.extend("--ft-chart-monochrome-30","",go.colorBrand40),monochrome40:yo.extend("--ft-chart-monochrome-40","",go.colorBrand60),monochrome50:yo.extend("--ft-chart-monochrome-50","",go.colorBrand0),monochrome60:yo.extend("--ft-chart-monochrome-60","",go.colorBrand200)},sr={largeHorizontalPadding:yo.extend("--ft-chip-large-horizontal-padding","",go.spacing4),largeVerticalPadding:yo.extend("--ft-chip-large-vertical-padding","",go.spacing2),largeGap:yo.extend("--ft-chip-large-gap","",go.spacing1),largeFocusOutlineOffset:yo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:yo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:yo.extend("--ft-chip-large-border-radius","",go.borderRadiusPill),largeBorderWidth:yo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:yo.extend("--ft-chip-large-icon-size","",go.iconSize3),mediumHorizontalPadding:yo.extend("--ft-chip-medium-horizontal-padding","",go.spacing3),mediumVerticalPadding:yo.extend("--ft-chip-medium-vertical-padding","",go.spacing1),mediumGap:yo.extend("--ft-chip-medium-gap","",go.spacing1),mediumFocusOutlineOffset:yo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:yo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:yo.extend("--ft-chip-medium-border-radius","",go.borderRadiusPill),mediumBorderWidth:yo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:yo.extend("--ft-chip-medium-icon-size","",go.iconSize2),smallHorizontalPadding:yo.extend("--ft-chip-small-horizontal-padding","",go.spacing2),smallVerticalPadding:yo.extend("--ft-chip-small-vertical-padding","",go.spacing05),smallGap:yo.extend("--ft-chip-small-gap","",go.spacing1),smallFocusOutlineOffset:yo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:yo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:yo.extend("--ft-chip-small-border-radius","",go.borderRadiusPill),smallBorderWidth:yo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:yo.extend("--ft-chip-small-icon-size","",go.iconSize1),neutralBackgroundColor:yo.extend("--ft-chip-neutral-background-color","",Po.backgroundGlobalOnSurface),neutralColor:yo.extend("--ft-chip-neutral-color","",Po.contentGlobalPrimary),neutralIconColor:yo.extend("--ft-chip-neutral-icon-color","",Po.contentGlobalPrimary),neutralBorderColor:yo.extend("--ft-chip-neutral-border-color","",Po.borderGlobalSubtle),infoBackgroundColor:yo.extend("--ft-chip-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-chip-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-chip-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-chip-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-chip-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-chip-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-chip-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-chip-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-chip-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-chip-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-chip-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-chip-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-chip-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-chip-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-chip-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-chip-error-border-color","",Po.borderErrorSubtle)},cr={infoBorderColor:yo.extend("--ft-border-info-border-color","",Po.borderInfoSubtle)},lr={borderWidth:yo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:yo.extend("--ft-notice-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-notice-vertical-padding","",go.spacing1),borderRadius:yo.extend("--ft-notice-border-radius","",go.borderRadiusS),gap:yo.extend("--ft-notice-gap","",go.spacing2),iconSize:yo.extend("--ft-notice-icon-size","",go.iconSize3),infoBackgroundColor:yo.extend("--ft-notice-info-background-color","",Po.backgroundInfoSubtle),infoBorderColor:yo.extend("--ft-notice-info-border-color","",Po.borderInfoSubtle),infoColor:yo.extend("--ft-notice-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notice-info-icon-color","",Po.contentInfoIconOnly),warningBackgroundColor:yo.extend("--ft-notice-warning-background-color","",Po.backgroundWarningSubtle),warningBorderColor:yo.extend("--ft-notice-warning-border-color","",Po.borderWarningSubtle),warningColor:yo.extend("--ft-notice-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notice-warning-icon-color","",Po.contentWarningIconOnly),errorBackgroundColor:yo.extend("--ft-notice-error-background-color","",Po.backgroundErrorSubtle),errorBorderColor:yo.extend("--ft-notice-error-border-color","",Po.borderErrorSubtle),errorColor:yo.extend("--ft-notice-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notice-error-icon-color","",Po.contentErrorIconOnly),successBackgroundColor:yo.extend("--ft-notice-success-background-color","",Po.backgroundSuccessSubtle),successBorderColor:yo.extend("--ft-notice-success-border-color","",Po.borderSuccessSubtle),successColor:yo.extend("--ft-notice-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notice-success-icon-color","",Po.contentSuccessIconOnly)},ur={color:yo.extend("--ft-checkbox-color","",Po.contentGlobalPrimary),checkedBackgroundColor:yo.extend("--ft-checkbox-checked-background-color","",Po.contentActionPrimary),checkedStateLayerColor:yo.extend("--ft-checkbox-checked-state-layer-color","",Po.contentActionPrimary),checkedIconColor:yo.extend("--ft-checkbox-checked-icon-color","",Po.contentGlobalOnColor),checkedHoverStateLayerOpacity:yo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",go.opacity16),checkedFocusStateLayerOpacity:yo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",go.opacity16),checkedActiveStateLayerOpacity:yo.extend("--ft-checkbox-checked-active-state-layer-opacity","",go.opacity24),checkedDisabledComponentOpacity:yo.extend("--ft-checkbox-checked-disabled-component-opacity","",go.opacity40),uncheckedBorderColor:yo.extend("--ft-checkbox-unchecked-border-color","",go.colorGray80),uncheckedStateLayerColor:yo.extend("--ft-checkbox-unchecked-state-layer-color","",go.colorGray80),uncheckedHoverStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",go.opacity16),uncheckedFocusStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",go.opacity16),uncheckedActiveStateLayerOpacity:yo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",go.opacity24),uncheckedDisabledComponentOpacity:yo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-checkbox-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-checkbox-gap","",go.spacing3)},fr={offHoverStateLayerOpacity:yo.extend("--ft-toggle-off-hover-state-layer-opacity","",go.opacity16),offFocusStateLayerOpacity:yo.extend("--ft-toggle-off-focus-state-layer-opacity","",go.opacity16),offActiveStateLayerOpacity:yo.extend("--ft-toggle-off-active-state-layer-opacity","",go.opacity24),offDisabledComponentOpacity:yo.extend("--ft-toggle-off-disabled-component-opacity","",go.opacity40),offBackgroundColor:yo.extend("--ft-toggle-off-background-color","",Po.contentGlobalSubtle),offIconColor:yo.extend("--ft-toggle-off-icon-color","",Po.contentGlobalSubtle),offStateLayerColor:yo.extend("--ft-toggle-off-state-layer-color","",Po.contentGlobalSubtle),onHoverStateLayerOpacity:yo.extend("--ft-toggle-on-hover-state-layer-opacity","",go.opacity16),onFocusStateLayerOpacity:yo.extend("--ft-toggle-on-focus-state-layer-opacity","",go.opacity16),onActiveStateLayerOpacity:yo.extend("--ft-toggle-on-active-state-layer-opacity","",go.opacity24),onDisabledComponentOpacity:yo.extend("--ft-toggle-on-disabled-component-opacity","",go.opacity40),onBackgroundColor:yo.extend("--ft-toggle-on-background-color","",Po.contentActionPrimary),onStateLayerColor:yo.extend("--ft-toggle-on-state-layer-color","",Po.contentActionPrimary),onIconColor:yo.extend("--ft-toggle-on-icon-color","",Po.contentActionPrimary),color:yo.extend("--ft-toggle-color","",Po.contentGlobalPrimary),focusFocusRingColor:yo.extend("--ft-toggle-focus-focus-ring-color","",Po.borderActionFocusRing),gap:yo.extend("--ft-toggle-gap","",go.spacing3)},hr={color:yo.extend("--ft-radio-color","",Po.contentGlobalPrimary),selectedRadioColor:yo.extend("--ft-radio-selected-radio-color","",Po.contentActionPrimary),selectedStateLayerColor:yo.extend("--ft-radio-selected-state-layer-color","",Po.contentActionPrimary),selectedHoverStateLayerOpacity:yo.extend("--ft-radio-selected-hover-state-layer-opacity","",go.opacity16),selectedFocusStateLayerOpacity:yo.extend("--ft-radio-selected-focus-state-layer-opacity","",go.opacity16),selectedActiveStateLayerOpacity:yo.extend("--ft-radio-selected-active-state-layer-opacity","",go.opacity24),selectedDisabledComponentOpacity:yo.extend("--ft-radio-selected-disabled-component-opacity","",go.opacity40),unselectedStateLayerColor:yo.extend("--ft-radio-unselected-state-layer-color","",Po.borderInputPrimary),unselectedBorderColor:yo.extend("--ft-radio-unselected-border-color","",Po.borderInputPrimary),unselectedHoverStateLayerOpacity:yo.extend("--ft-radio-unselected-hover-state-layer-opacity","",go.opacity16),unselectedFocusStateLayerOpacity:yo.extend("--ft-radio-unselected-focus-state-layer-opacity","",go.opacity16),unselectedActiveStateLayerOpacity:yo.extend("--ft-radio-unselected-active-state-layer-opacity","",go.opacity24),unselectedDisabledComponentOpacity:yo.extend("--ft-radio-unselected-disabled-component-opacity","",go.opacity40),focusFocusRingColor:yo.extend("--ft-radio-focus-focus-ring-color","",Po.borderActionFocusRing),focusOutlineOffset:yo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:yo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:yo.extend("--ft-radio-gap","",go.spacing3)},dr={iconSize:yo.extend("--ft-notification-icon-size","",go.iconSize4),horizontalPadding:yo.extend("--ft-notification-horizontal-padding","",go.spacing4),verticalPadding:yo.extend("--ft-notification-vertical-padding","",go.spacing4),infoBackgroundColor:yo.extend("--ft-notification-info-background-color","",Po.backgroundInfoSubtle),infoColor:yo.extend("--ft-notification-info-color","",Po.contentInfoPrimary),infoIconColor:yo.extend("--ft-notification-info-icon-color","",Po.contentInfoIconOnly),infoBorderColor:yo.extend("--ft-notification-info-border-color","",Po.borderInfoSubtle),successBackgroundColor:yo.extend("--ft-notification-success-background-color","",Po.backgroundSuccessSubtle),successColor:yo.extend("--ft-notification-success-color","",Po.contentSuccessPrimary),successIconColor:yo.extend("--ft-notification-success-icon-color","",Po.contentSuccessIconOnly),successBorderColor:yo.extend("--ft-notification-success-border-color","",Po.borderSuccessSubtle),warningBackgroundColor:yo.extend("--ft-notification-warning-background-color","",Po.backgroundWarningSubtle),warningColor:yo.extend("--ft-notification-warning-color","",Po.contentWarningPrimary),warningIconColor:yo.extend("--ft-notification-warning-icon-color","",Po.contentWarningIconOnly),warningBorderColor:yo.extend("--ft-notification-warning-border-color","",Po.borderWarningSubtle),errorBackgroundColor:yo.extend("--ft-notification-error-background-color","",Po.backgroundErrorSubtle),errorColor:yo.extend("--ft-notification-error-color","",Po.contentErrorPrimary),errorIconColor:yo.extend("--ft-notification-error-icon-color","",Po.contentErrorIconOnly),errorBorderColor:yo.extend("--ft-notification-error-border-color","",Po.borderErrorSubtle),borderRadius:yo.extend("--ft-notification-border-radius","",go.borderRadiusPill),borderWidth:yo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:yo.extend("--ft-notification-leading-gap","",go.spacing2),trailingGap:yo.extend("--ft-notification-trailing-gap","",go.spacing8)},pr={horizontalPadding:yo.extend("--ft-tooltip-horizontal-padding","",go.spacing2),verticalPadding:yo.extend("--ft-tooltip-vertical-padding","",go.spacing2),borderRadius:yo.extend("--ft-tooltip-border-radius","",go.borderRadiusS),color:yo.extend("--ft-tooltip-color","",Po.contentGlobalOnColor),backgroundColor:yo.extend("--ft-tooltip-background-color","",Po.contentGlobalPrimary),backgroundOpacity:yo.extend("--ft-tooltip-background-opacity","",go.opacity80),shadow:yo.extend("--ft-tooltip-shadow","",go.shadowElevation03),maxWidth:yo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:yo.extend("--ft-tooltip-gap","",go.spacing05)};var yr=Object.freeze({__proto__:null,FtCssVariableFactory:yo,banner:Ko,border:cr,breadcrumb:To,button:$o,chart:ar,checkbox:ur,chip:sr,collapsible:nr,comboboxMultiSelect:er,comboboxSingleSelect:tr,drawer:qo,floatingMenu:Qo,foundation:go,modal:Vo,notice:lr,notification:dr,pageHeader:Go,popover:or,radio:hr,semantic:Po,setVariable:function(t,e){return po(`${t.name}: ${e}`)},switch_:ir,tabs:rr,textArea:Xo,textInput:Jo,toggle:fr,tooltip:pr,typographies:Zo,typographyBody1Medium:wo,typographyBody1Regular:So,typographyBody1Semibold:xo,typographyBody2Medium:Co,typographyBody2MediumUnderline:Eo,typographyBody2Regular:No,typographyBody2Semibold:Ro,typographyCaption1Bold:_o,typographyCaption1Medium:Uo,typographyCaption1Semibold:Yo,typographyCaption2Bold:Ho,typographyCaption2Medium:Fo,typographyCaption2Semibold:Ao,typographyCaption3Bold:jo,typographyCaption3Medium:Bo,typographyCaption3Semibold:zo,typographyDisplay:bo,typographyLabel1Bold:ko,typographyLabel1Medium:Io,typographyLabel1Semibold:Mo,typographyLabel2Bold:Lo,typographyLabel2Medium:Wo,typographyLabel2Semibold:Do,typographyTitle1:mo,typographyTitle2:vo,typographyTitle3:Oo,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const gr={colorPrimary:yo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yo.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:yo.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:yo.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:yo.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:yo.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:yo.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:yo.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:yo.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:yo.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:yo.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:yo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var br=Object.freeze({__proto__:null,designSystemVariables:gr});class mr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class vr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Or extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Sr=Object.freeze({__proto__:null,FtNotificationEvent:mr,PostResizeEvent:Or,PreResizeEvent:vr});const wr=["start","end"],xr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+wr[0],e+"-"+wr[1])),[]),Nr=Math.min,Cr=Math.max,Er=Math.round,Rr=t=>({x:t,y:t}),Ir={left:"right",right:"left",bottom:"top",top:"bottom"},Mr={start:"end",end:"start"};function kr(t,e,o){return Cr(t,Nr(e,o))}function Wr(t,e){return"function"==typeof t?t(e):t}function Dr(t){return t.split("-")[0]}function Lr(t){return t.split("-")[1]}function Ur(t){return"x"===t?"y":"x"}function Yr(t){return"y"===t?"height":"width"}function _r(t){return["top","bottom"].includes(Dr(t))?"y":"x"}function Fr(t){return Ur(_r(t))}function Ar(t){return t.replace(/left|right|bottom|top/g,(t=>Ir[t]))}function Hr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Br(t,e,o){let{reference:r,floating:n}=t;const i=_r(e),a=Fr(e),s=Yr(a),c=Dr(e),l="y"===i,u=r.x+r.width/2-n.width/2,f=r.y+r.height/2-n.height/2,h=r[s]/2-n[s]/2;let d;switch(c){case"top":d={x:u,y:r.y-n.height};break;case"bottom":d={x:u,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-n.width,y:f};break;default:d={x:r.x,y:r.y}}switch(Lr(e)){case"start":d[a]-=h*(o&&l?-1:1);break;case"end":d[a]+=h*(o&&l?-1:1)}return d}async function zr(t,e){var o;void 0===e&&(e={});const{x:r,y:n,platform:i,rects:a,elements:s,strategy:c}=t,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=Wr(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Hr(await i.getClippingRect({element:null==(o=await(null==i.isElement?void 0:i.isElement(y)))||o?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:u,strategy:c})),b="floating"===f?{...a.floating,x:r,y:n}:a.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),v=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=Hr(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(g.top-O.top+p.top)/v.y,bottom:(O.bottom-g.bottom+p.bottom)/v.y,left:(g.left-O.left+p.left)/v.x,right:(O.right-g.right+p.right)/v.x}}function jr(t,e,o){return(t?[...o.filter((e=>Lr(e)===t)),...o.filter((e=>Lr(e)!==t))]:o.filter((t=>Dr(t)===t))).filter((o=>!t||(Lr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Mr[t]))}(o)!==o)))}const Zr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,n;const{rects:i,middlewareData:a,placement:s,platform:c,elements:l}=e,{crossAxis:u=!1,alignment:f,allowedPlacements:h=xr,autoAlignment:d=!0,...p}=Wr(t,e),y=void 0!==f||h===xr?jr(f||null,d,h):h,g=await zr(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Lr(t),n=Fr(t),i=Yr(n);let a="x"===n?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[i]>e.floating[i]&&(a=Ar(a)),[a,Ar(a)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(l.floating)));if(s!==m)return{reset:{placement:y[0]}};const O=[g[Dr(m)],g[v[0]],g[v[1]]],S=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],w=y[b+1];if(w)return{data:{index:b+1,overflows:S},reset:{placement:w}};const x=S.map((t=>{const e=Lr(t.placement);return[t.placement,e&&u?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=x.filter((t=>t[2].slice(0,Lr(t[0])?2:3).every((t=>t<=0)))),C=(null==(n=N[0])?void 0:n[0])||x[0][0];return C!==s?{data:{index:b+1,overflows:S},reset:{placement:C}}:{}}}};function Pr(t){return Tr(t)?(t.nodeName||"").toLowerCase():"#document"}function $r(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Kr(t){var e;return null==(e=(Tr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Tr(t){return t instanceof Node||t instanceof $r(t).Node}function Gr(t){return t instanceof Element||t instanceof $r(t).Element}function Vr(t){return t instanceof HTMLElement||t instanceof $r(t).HTMLElement}function qr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof $r(t).ShadowRoot)}function Jr(t){const{overflow:e,overflowX:o,overflowY:r,display:n}=on(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(n)}function Xr(t){return["table","td","th"].includes(Pr(t))}function Qr(t){const e=tn(),o=on(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function tn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function en(t){return["html","body","#document"].includes(Pr(t))}function on(t){return $r(t).getComputedStyle(t)}function rn(t){return Gr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function nn(t){if("html"===Pr(t))return t;const e=t.assignedSlot||t.parentNode||qr(t)&&t.host||Kr(t);return qr(e)?e.host:e}function an(t){const e=nn(t);return en(e)?t.ownerDocument?t.ownerDocument.body:t.body:Vr(e)&&Jr(e)?e:an(e)}function sn(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const n=an(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),a=$r(n);return i?e.concat(a,a.visualViewport||[],Jr(n)?n:[],a.frameElement&&o?sn(a.frameElement):[]):e.concat(n,sn(n,[],o))}function cn(t){const e=on(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const n=Vr(t),i=n?t.offsetWidth:o,a=n?t.offsetHeight:r,s=Er(o)!==i||Er(r)!==a;return s&&(o=i,r=a),{width:o,height:r,$:s}}function ln(t){return Gr(t)?t:t.contextElement}function un(t){const e=ln(t);if(!Vr(e))return Rr(1);const o=e.getBoundingClientRect(),{width:r,height:n,$:i}=cn(e);let a=(i?Er(o.width):o.width)/r,s=(i?Er(o.height):o.height)/n;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const fn=Rr(0);function hn(t){const e=$r(t);return tn()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:fn}function dn(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const n=t.getBoundingClientRect(),i=ln(t);let a=Rr(1);e&&(r?Gr(r)&&(a=un(r)):a=un(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==$r(t))&&e}(i,o,r)?hn(i):Rr(0);let c=(n.left+s.x)/a.x,l=(n.top+s.y)/a.y,u=n.width/a.x,f=n.height/a.y;if(i){const t=$r(i),e=r&&Gr(r)?$r(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=un(o),e=o.getBoundingClientRect(),r=on(o),n=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,i=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,l*=t.y,u*=t.x,f*=t.y,c+=n,l+=i,o=$r(o).frameElement}}return Hr({width:u,height:f,x:c,y:l})}function pn(t){return dn(Kr(t)).left+rn(t).scrollLeft}function yn(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=$r(t),r=Kr(t),n=o.visualViewport;let i=r.clientWidth,a=r.clientHeight,s=0,c=0;if(n){i=n.width,a=n.height;const t=tn();(!t||t&&"fixed"===e)&&(s=n.offsetLeft,c=n.offsetTop)}return{width:i,height:a,x:s,y:c}}(t,o);else if("document"===e)r=function(t){const e=Kr(t),o=rn(t),r=t.ownerDocument.body,n=Cr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=Cr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+pn(t);const s=-o.scrollTop;return"rtl"===on(r).direction&&(a+=Cr(e.clientWidth,r.clientWidth)-n),{width:n,height:i,x:a,y:s}}(Kr(t));else if(Gr(e))r=function(t,e){const o=dn(t,!0,"fixed"===e),r=o.top+t.clientTop,n=o.left+t.clientLeft,i=Vr(t)?un(t):Rr(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:n*i.x,y:r*i.y}}(e,o);else{const o=hn(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Hr(r)}function gn(t,e){const o=nn(t);return!(o===e||!Gr(o)||en(o))&&("fixed"===on(o).position||gn(o,e))}function bn(t,e,o){const r=Vr(e),n=Kr(e),i="fixed"===o,a=dn(t,!0,i,e);let s={scrollLeft:0,scrollTop:0};const c=Rr(0);if(r||!r&&!i)if(("body"!==Pr(e)||Jr(n))&&(s=rn(e)),r){const t=dn(e,!0,i,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else n&&(c.x=pn(n));return{x:a.left+s.scrollLeft-c.x,y:a.top+s.scrollTop-c.y,width:a.width,height:a.height}}function mn(t,e){return Vr(t)&&"fixed"!==on(t).position?e?e(t):t.offsetParent:null}function vn(t,e){const o=$r(t);if(!Vr(t))return o;let r=mn(t,e);for(;r&&Xr(r)&&"static"===on(r).position;)r=mn(r,e);return r&&("html"===Pr(r)||"body"===Pr(r)&&"static"===on(r).position&&!Qr(r))?o:r||function(t){let e=nn(t);for(;Vr(e)&&!en(e);){if(Qr(e))return e;e=nn(e)}return null}(t)||o}const On={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const n=Vr(o),i=Kr(o);if(o===i)return e;let a={scrollLeft:0,scrollTop:0},s=Rr(1);const c=Rr(0);if((n||!n&&"fixed"!==r)&&(("body"!==Pr(o)||Jr(i))&&(a=rn(o)),Vr(o))){const t=dn(o);s=un(o),c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+c.x,y:e.y*s.y-a.scrollTop*s.y+c.y}},getDocumentElement:Kr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:n}=t;const i=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=sn(t,[],!1).filter((t=>Gr(t)&&"body"!==Pr(t))),n=null;const i="fixed"===on(t).position;let a=i?nn(t):t;for(;Gr(a)&&!en(a);){const e=on(a),o=Qr(a);o||"fixed"!==e.position||(n=null),(i?!o&&!n:!o&&"static"===e.position&&n&&["absolute","fixed"].includes(n.position)||Jr(a)&&!o&&gn(t,a))?r=r.filter((t=>t!==a)):n=e,a=nn(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=i[0],s=i.reduce(((t,o)=>{const r=yn(e,o,n);return t.top=Cr(r.top,t.top),t.right=Nr(r.right,t.right),t.bottom=Nr(r.bottom,t.bottom),t.left=Cr(r.left,t.left),t}),yn(e,a,n));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:vn,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const n=this.getOffsetParent||vn,i=this.getDimensions;return{reference:bn(e,await n(o),r),floating:{x:0,y:0,...await i(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return cn(t)},getScale:un,isElement:Gr,isRTL:function(t){return"rtl"===on(t).direction}},Sn=(t,e,o)=>{const r=new Map,n={platform:On,...o},i={...n.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:n="absolute",middleware:i=[],platform:a}=o,s=i.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let l=await a.getElementRects({reference:t,floating:e,strategy:n}),{x:u,y:f}=Br(l,r,c),h=r,d={},p=0;for(let o=0;o<s.length;o++){const{name:i,fn:y}=s[o],{x:g,y:b,data:m,reset:v}=await y({x:u,y:f,initialPlacement:r,placement:h,strategy:n,middlewareData:d,rects:l,platform:a,elements:{reference:t,floating:e}});u=null!=g?g:u,f=null!=b?b:f,d={...d,[i]:{...d[i],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(l=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:n}):v.rects),({x:u,y:f}=Br(l,h,c))),o=-1)}return{x:u,y:f,placement:h,strategy:n,middlewareData:d}})(t,e,{...n,platform:i})};function wn(t){return function(t){for(let e=t;e;e=xn(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=xn(t);e;e=xn(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function xn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Nn=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return Sn(t,e,{platform:{...On,getOffsetParent:t=>On.getOffsetParent(t,wn)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...c}=Wr(r,t),l={x:e,y:o},u=await zr(t,c),f=_r(Dr(n)),h=Ur(f);let d=l[h],p=l[f];if(i){const t="y"===h?"bottom":"right";d=kr(d+u["y"===h?"top":"left"],d,d-u[t])}if(a){const t="y"===f?"bottom":"right";p=kr(p+u["y"===f?"top":"left"],p,p-u[t])}const y=s.fn({...t,[h]:d,[f]:p});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Zr({allowedPlacements:[o]})]});var r}});
136
- /**
259
+ *)
260
+
261
+ @lit/reactive-element/css-tag.js:
262
+ (**
137
263
  * @license
138
264
  * Copyright 2019 Google LLC
139
265
  * SPDX-License-Identifier: BSD-3-Clause
140
- */const Cn=window,En=Cn.ShadowRoot&&(void 0===Cn.ShadyCSS||Cn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Rn extends ge{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{En?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Cn.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var In,Mn=Object.freeze({__proto__:null,ScopedRegistryLitElement:Rn}),kn=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};const Wn=Symbol("constructorPrototype"),Dn=Symbol("constructorName"),Ln=Symbol("exportpartsDebouncer");class Un extends Rn{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[In]=new oo(5),this[Dn]=this.constructor.name,this[Wn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Dn]&&Object.setPrototypeOf(this,this[Wn])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}applyCustomStylesheet(t){var e,o,r;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync(null!==(e=this.customStylesheet)&&void 0!==e?e:"")}catch(t){console.error(t,this.customStylesheet)}}else if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[Ln].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,n,i,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(n=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==n?n:[],o=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const u=[...l.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...u].join(", "))}}In=Ln,kn([Se()],Un.prototype,"exportpartsPrefix",void 0),kn([uo([])],Un.prototype,"exportpartsPrefixes",void 0),kn([Se()],Un.prototype,"customStylesheet",void 0);var Yn=Object.freeze({__proto__:null,FtLitElement:Un}),_n=Object.freeze({__proto__:null});class Fn{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,n=null;const i=()=>{if(!r){r=!0,clearTimeout(n);try{this.isIframeBlank(t)||(t.removeEventListener("load",i),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",i),n=setTimeout(i,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let n=t.querySelectorAll("iframe"),i=n.length,a=0;n=Array.prototype.slice.call(n);const s=()=>{--i<=0&&r(a)};i||s(),n.forEach((t=>{Fn.matches(t,this.exclude)?s():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),s()}),s)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new Fn(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let n=!1,i=!1;return r.forEach(((t,e)=>{t.val===o&&(n=e,i=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==n||i?!1===n||i||(r[n].handled=!0):r.push({val:o,handled:!0}),!0):(!1===n&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,n){const i=this.createIterator(e,t,r);let a,s,c=[],l=[],u=()=>(({prevNode:s,node:a}=this.getIteratorNode(i)),a);for(;u();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>l.push(t)),r)})),l.push(a);l.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(c,t,o,r),n()}forEachNode(t,e,o,r=(()=>{})){const n=this.getContexts();let i=n.length;i||r(),n.forEach((n=>{const a=()=>{this.iterateThroughNodes(t,n,e,o,(()=>{--i<=0&&r()}))};this.iframes?this.waitForIframes(n,a):a()}))}}const An=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Fn(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let n in e)if(e.hasOwnProperty(n)){const i=e[n],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((n=>{o.every((o=>{if(-1!==o.indexOf(n)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,n="";switch(r.forEach((t=>{n+=`|${this.escapeStr(t)}`})),o){case"partially":default:return`()(${t})`;case"complementary":return n="\\s"+(n||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${n}]*${t}[^${n}]*)`;case"exactly":return`(^|\\s${n})(${t})(?=$|\\s${n})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:n,valid:i}=this.callNoMatchOnInvalidRanges(t,o);i&&(t.start=r,t.length=n-r,e.push(t),o=n)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,n=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>0?n=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:r,valid:n}}checkWhitespaceRanges(t,e,o){let r,n=!0,i=o.length,a=e-i,s=parseInt(t.start,10)-a;return s=s>i?i:s,r=s+parseInt(t.length,10),r>i&&(r=i,this.log(`End range automatically set to the max value of ${i}`)),s<0||r-s<0||s>i||r>i?(n=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(s,r).replace(/\s+/g,"")&&(n=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,end:r,valid:n}}getTextNodes(t){let e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return Fn.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",n=t.splitText(e),i=n.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=n.textContent,n.parentNode.replaceChild(a,n),i}wrapRangeInMappedTextNode(t,e,o,r,n){t.nodes.every(((i,a)=>{const s=t.nodes[a+1];if(void 0===s||s.start>e){if(!r(i.node))return!1;const s=e-i.start,c=(o>i.end?i.end:o)-i.start,l=t.value.substr(0,i.start),u=t.value.substr(c+i.start);if(i.node=this.wrapRangeInTextNode(i.node,s,c),t.value=l+u,t.nodes.forEach(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=c),t.nodes[o].end-=c)})),o-=c,n(i.node.previousSibling,i.start),!(o>i.end))return!1;e=i.end}return!0}))}wrapMatches(t,e,o,r,n){const i=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let n;for(e=e.node;null!==(n=t.exec(e.textContent))&&""!==n[i];){if(!o(n[i],e))continue;let a=n.index;if(0!==i)for(let t=1;t<i;t++)a+=n[t].length;e=this.wrapRangeInTextNode(e,a,a+n[i].length),r(e.previousSibling),t.lastIndex=0}})),n()}))}wrapMatchesAcrossElements(t,e,o,r,n){const i=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[i];){let n=a.index;if(0!==i)for(let t=1;t<i;t++)n+=a[t].length;const s=n+a[i].length;this.wrapRangeInMappedTextNode(e,n,s,(t=>o(a[i],t)),((e,o)=>{t.lastIndex=o,r(e)}))}n()}))}wrapRangeFromIndex(t,e,o,r){this.getTextNodes((n=>{const i=n.value.length;t.forEach(((t,r)=>{let{start:a,end:s,valid:c}=this.checkWhitespaceRanges(t,i,n.value);c&&this.wrapRangeInMappedTextNode(n,a,s,(o=>e(o,t,n.value.substring(a,s),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:n,length:i}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",s=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),c=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,c)),(t=>{c++,o++,this.opt.each(t)}),(()=>{0===c&&this.opt.noMatch(t),n[i-1]===t?this.opt.done(o):s(n[n.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===i?this.opt.done(o):s(n[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=Fn.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Hn=yo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Bn=ft`
141
- .highlight-html-match {
142
- background: ${Hn};
143
- }
144
- `,zn={className:"highlight-html-match"};var jn=Object.freeze({__proto__:null,highlightHtml:function(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new An(t);if(r.unmark(zn),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...zn,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...zn,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:Hn,highlightHtmlStyles:Bn});const Zn=ft`
145
- .ft-no-text-select {
146
- -webkit-touch-callout: none;
147
- -webkit-user-select: none;
148
- -khtml-user-select: none;
149
- -moz-user-select: none;
150
- -ms-user-select: none;
151
- user-select: none;
152
- }
153
- `,Pn=ft`
154
- .ft-word-wrap {
155
- white-space: normal;
156
- word-wrap: break-word;
157
- -ms-word-break: break-all;
158
- word-break: break-all;
159
- word-break: break-word;
160
- -ms-hyphens: auto;
161
- -moz-hyphens: auto;
162
- -webkit-hyphens: auto;
163
- hyphens: auto
164
- }
165
- `,$n=ft`
166
- .ft-safari-ellipsis-fix {
167
- margin-right: 0;
266
+ *)
168
267
 
169
- }
170
-
171
- .ft-safari-ellipsis-fix:after {
172
- content: "\\0000a0";
173
- display: inline-block;
174
- width: 0;
175
- }
176
- `;var Kn=Object.freeze({__proto__:null,noTextSelect:Zn,safariEllipsisFix:$n,wordWrap:Pn}),Tn=Object.freeze({__proto__:null});var Gn=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let n=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>n=n.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),n}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}});class Vn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function qn(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var Jn,Xn,Qn;const ti=Symbol("internalReduxEventsUnsubscribers"),ei=Symbol("internalStoresUnsubscribers"),oi=Symbol("internalStores");class ri extends Un{constructor(){super(...arguments),this[Jn]=new Map,this[Xn]=new Map,this[Qn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[oi].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[oi].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[oi].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:qn(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[oi].delete(e)}setupStore(t,e){this[oi].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[oi].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[ei].has(t.store):this[ei].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[ei].set(t,e.subscribe((()=>this.updateFromStores()))),qn(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[ti].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ei].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[ti].forEach((t=>t())),this[ti]=[]}unsubscribeFromStore(t){this[ei].has(t)&&this[ei].get(t)(),this[ei].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function ni(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ii(t){return!!t&&!!t[$i]}function ai(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===Ki}(t)||Array.isArray(t)||!!t[Pi]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Pi])||hi(t)||di(t))}function si(t,e,o){void 0===o&&(o=!1),0===ci(t)?(o?Object.keys:Ti)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function ci(t){var e=t[$i];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:hi(t)?2:di(t)?3:0}function li(t,e){return 2===ci(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function ui(t,e,o){var r=ci(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function fi(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function hi(t){return Bi&&t instanceof Map}function di(t){return zi&&t instanceof Set}function pi(t){return t.o||t.t}function yi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Gi(t);delete e[$i];for(var o=Ti(e),r=0;r<o.length;r++){var n=o[r],i=e[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function gi(t,e){return void 0===e&&(e=!1),mi(t)||ii(t)||!ai(t)||(ci(t)>1&&(t.set=t.add=t.clear=t.delete=bi),Object.freeze(t),e&&si(t,(function(t,e){return gi(e,!0)}),!0)),t}function bi(){ni(2)}function mi(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function vi(t){var e=Vi[t];return e||ni(18,t),e}function Oi(){return Ai}function Si(t,e){e&&(vi("Patches"),t.u=[],t.s=[],t.v=e)}function wi(t){xi(t),t.p.forEach(Ci),t.p=null}function xi(t){t===Ai&&(Ai=t.l)}function Ni(t){return Ai={p:[],l:Ai,h:t,m:!0,_:0}}function Ci(t){var e=t[$i];0===e.i||1===e.i?e.j():e.g=!0}function Ei(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||vi("ES5").S(e,t,r),r?(o[$i].P&&(wi(e),ni(4)),ai(t)&&(t=Ri(e,t),e.l||Mi(e,t)),e.u&&vi("Patches").M(o[$i].t,t,e.u,e.s)):t=Ri(e,o,[]),wi(e),e.u&&e.v(e.u,e.s),t!==Zi?t:void 0}function Ri(t,e,o){if(mi(e))return e;var r=e[$i];if(!r)return si(e,(function(n,i){return Ii(t,r,e,n,i,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Mi(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var n=4===r.i||5===r.i?r.o=yi(r.k):r.o,i=n,a=!1;3===r.i&&(i=new Set(n),n.clear(),a=!0),si(i,(function(e,i){return Ii(t,r,n,e,i,o,a)})),Mi(t,n,!1),o&&t.u&&vi("Patches").N(r,o,t.u,t.s)}return r.o}function Ii(t,e,o,r,n,i,a){if(ii(n)){var s=Ri(t,n,i&&e&&3!==e.i&&!li(e.R,r)?i.concat(r):void 0);if(ui(o,r,s),!ii(s))return;t.m=!1}else a&&o.add(n);if(ai(n)&&!mi(n)){if(!t.h.D&&t._<1)return;Ri(t,n),e&&e.A.l||Mi(t,n)}}function Mi(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&gi(e,o)}function ki(t,e){var o=t[$i];return(o?pi(o):t)[e]}function Wi(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Di(t){t.P||(t.P=!0,t.l&&Di(t.l))}function Li(t){t.o||(t.o=yi(t.t))}function Ui(t,e,o){var r=hi(e)?vi("MapSet").F(e,o):di(e)?vi("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:Oi(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},n=r,i=qi;o&&(n=[r],i=Ji);var a=Proxy.revocable(n,i),s=a.revoke,c=a.proxy;return r.k=c,r.j=s,c}(e,o):vi("ES5").J(e,o);return(o?o.A:Oi()).p.push(r),r}function Yi(t){return ii(t)||ni(22,t),function t(e){if(!ai(e))return e;var o,r=e[$i],n=ci(e);if(r){if(!r.P&&(r.i<4||!vi("ES5").K(r)))return r.t;r.I=!0,o=_i(e,n),r.I=!1}else o=_i(e,n);return si(o,(function(e,n){r&&function(t,e){return 2===ci(t)?t.get(e):t[e]}(r.t,e)===n||ui(o,e,t(n))})),3===n?new Set(o):o}(t)}function _i(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return yi(t)}Jn=ei,Xn=oi,Qn=ti,ri.reduxProperties=new Map,ri.reduxReactiveProperties=new Set,ri.reduxEventListeners=new Map;var Fi,Ai,Hi="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Bi="undefined"!=typeof Map,zi="undefined"!=typeof Set,ji="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Zi=Hi?Symbol.for("immer-nothing"):((Fi={})["immer-nothing"]=!0,Fi),Pi=Hi?Symbol.for("immer-draftable"):"__$immer_draftable",$i=Hi?Symbol.for("immer-state"):"__$immer_state",Ki=""+Object.prototype.constructor,Ti="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Gi=Object.getOwnPropertyDescriptors||function(t){var e={};return Ti(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Vi={},qi={get:function(t,e){if(e===$i)return t;var o=pi(t);if(!li(o,e))return function(t,e,o){var r,n=Wi(e,o);return n?"value"in n?n.value:null===(r=n.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!ai(r)?r:r===ki(t.t,e)?(Li(t),t.o[e]=Ui(t.A.h,r,t)):r},has:function(t,e){return e in pi(t)},ownKeys:function(t){return Reflect.ownKeys(pi(t))},set:function(t,e,o){var r=Wi(pi(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var n=ki(pi(t),e),i=null==n?void 0:n[$i];if(i&&i.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(fi(o,n)&&(void 0!==o||li(t.t,e)))return!0;Li(t),Di(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==ki(t.t,e)||e in t.t?(t.R[e]=!1,Li(t),Di(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=pi(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){ni(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ni(12)}},Ji={};si(qi,(function(t,e){Ji[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Ji.deleteProperty=function(t,e){return Ji.set.call(this,t,e,void 0)},Ji.set=function(t,e,o){return qi.set.call(this,t[0],e,o,t[0])};var Xi=function(){function t(t){var e=this;this.O=ji,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var n=o;o=t;var i=e;return function(t){var e=this;void 0===t&&(t=n);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return i.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&ni(6),void 0!==r&&"function"!=typeof r&&ni(7),ai(t)){var s=Ni(e),c=Ui(e,t,void 0),l=!0;try{a=o(c),l=!1}finally{l?wi(s):xi(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Si(s,r),Ei(t,s)}),(function(t){throw wi(s),t})):(Si(s,r),Ei(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Zi&&(a=void 0),e.D&&gi(a,!0),r){var u=[],f=[];vi("Patches").M(t,a,u,f),r(u,f)}return a}ni(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(n))}))};var r,n,i=e.produce(t,o,(function(t,e){r=t,n=e}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,r,n]})):[i,r,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){ai(t)||ni(8),ii(t)&&(t=Yi(t));var e=Ni(this),o=Ui(this,t,void 0);return o[$i].C=!0,xi(e),o},e.finishDraft=function(t,e){var o=(t&&t[$i]).A;return Si(o,e),Ei(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!ji&&ni(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var n=vi("Patches").$;return ii(t)?n(t,e):this.produce(t,(function(t){return n(t,e)}))},t}(),Qi=new Xi,ta=Qi.produce;function ea(t){return ea="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ea(t)}function oa(t){var e=function(t,e){if("object"!==ea(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==ea(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===ea(e)?e:String(e)}function ra(t,e,o){return(e=oa(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function na(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ia(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?na(Object(o),!0).forEach((function(e){ra(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):na(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function aa(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}Qi.produceWithPatches.bind(Qi),Qi.setAutoFreeze.bind(Qi),Qi.setUseProxies.bind(Qi),Qi.applyPatches.bind(Qi),Qi.createDraft.bind(Qi),Qi.finishDraft.bind(Qi);var sa="function"==typeof Symbol&&Symbol.observable||"@@observable",ca=function(){return Math.random().toString(36).substring(7).split("").join(".")},la={INIT:"@@redux/INIT"+ca(),REPLACE:"@@redux/REPLACE"+ca(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ca()}};function ua(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(aa(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(aa(1));return o(ua)(t,e)}if("function"!=typeof t)throw new Error(aa(2));var n=t,i=e,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function u(){if(c)throw new Error(aa(3));return i}function f(t){if("function"!=typeof t)throw new Error(aa(4));if(c)throw new Error(aa(5));var e=!0;return l(),s.push(t),function(){if(e){if(c)throw new Error(aa(6));e=!1,l();var o=s.indexOf(t);s.splice(o,1),a=null}}}function h(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(aa(7));if(void 0===t.type)throw new Error(aa(8));if(c)throw new Error(aa(9));try{c=!0,i=n(i,t)}finally{c=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return h({type:la.INIT}),(r={dispatch:h,subscribe:f,getState:u,replaceReducer:function(t){if("function"!=typeof t)throw new Error(aa(10));n=t,h({type:la.REPLACE})}})[sa]=function(){var t,e=f;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(aa(11));function o(){t.next&&t.next(u())}return o(),{unsubscribe:e(o)}}})[sa]=function(){return this},t},r}function fa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var n=e[r];"function"==typeof t[n]&&(o[n]=t[n])}var i,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:la.INIT}))throw new Error(aa(12));if(void 0===o(void 0,{type:la.PROBE_UNKNOWN_ACTION()}))throw new Error(aa(13))}))}(o)}catch(t){i=t}return function(t,e){if(void 0===t&&(t={}),i)throw i;for(var r=!1,n={},s=0;s<a.length;s++){var c=a[s],l=o[c],u=t[c],f=l(u,e);if(void 0===f)throw e&&e.type,new Error(aa(14));n[c]=f,r=r||f!==u}return(r=r||a.length!==Object.keys(t).length)?n:t}}function ha(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function da(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(aa(15))},n={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=e.map((function(t){return t(n)}));return r=ha.apply(void 0,i)(o.dispatch),ia(ia({},o),{},{dispatch:r})}}}function pa(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(n){return"function"==typeof n?n(o,r,t):e(n)}}}}var ya=pa();ya.withExtraArgument=pa;var ga,ba=ya,ma=(ga=function(t,e){return ga=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},ga(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}ga(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),va=function(t,e){var o,r,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(n=2&i[0]?r.return:i[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,i[1])).done)return n;switch(r=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],r=0}finally{o=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},Oa=function(t,e){for(var o=0,r=e.length,n=t.length;o<r;o++,n++)t[n]=e[o];return t},Sa=Object.defineProperty,wa=Object.defineProperties,xa=Object.getOwnPropertyDescriptors,Na=Object.getOwnPropertySymbols,Ca=Object.prototype.hasOwnProperty,Ea=Object.prototype.propertyIsEnumerable,Ra=function(t,e,o){return e in t?Sa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Ia=function(t,e){for(var o in e||(e={}))Ca.call(e,o)&&Ra(t,o,e[o]);if(Na)for(var r=0,n=Na(e);r<n.length;r++){o=n[r];Ea.call(e,o)&&Ra(t,o,e[o])}return t},Ma=function(t,e){return wa(t,xa(e))},ka="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?ha:ha.apply(null,arguments)};var Wa=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var n=t.apply(this,o)||this;return Object.setPrototypeOf(n,e.prototype),n}return ma(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Oa([void 0],t[0].concat(this)))):new(e.bind.apply(e,Oa([void 0],t.concat(this))))},e}(Array),Da=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var n=t.apply(this,o)||this;return Object.setPrototypeOf(n,e.prototype),n}return ma(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Oa([void 0],t[0].concat(this)))):new(e.bind.apply(e,Oa([void 0],t.concat(this))))},e}(Array);function La(t){return ai(t)?ta(t,(function(){})):t}function Ua(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Wa;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(ba.withExtraArgument(o.extraArgument)):r.push(ba));return r}(t)}}function Ya(t){var e,o=Ua(),r=t||{},n=r.reducer,i=void 0===n?void 0:n,a=r.middleware,s=void 0===a?o():a,c=r.devTools,l=void 0===c||c,u=r.preloadedState,f=void 0===u?void 0:u,h=r.enhancers,d=void 0===h?void 0:h;if("function"==typeof i)e=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=fa(i)}var p=s;"function"==typeof p&&(p=p(o));var y=da.apply(void 0,p),g=ha;l&&(g=ka(Ia({trace:!1},"object"==typeof l&&l)));var b=new Da(y),m=b;return Array.isArray(d)?m=Oa([y],d):"function"==typeof d&&(m=d(b)),ua(e,f,g.apply(void 0,m))}function _a(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var n=e.apply(void 0,o);if(!n)throw new Error("prepareAction did not return an object");return Ia(Ia({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Fa(t){var e,o={},r=[],n={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,n},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),n},addDefaultCase:function(t){return e=t,n}};return t(n),[o,r,e]}function Aa(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:La(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};function l(){var e="function"==typeof t.extraReducers?Fa(t.extraReducers):[t.extraReducers],o=e[0],n=void 0===o?{}:o,i=e[1],a=void 0===i?[]:i,c=e[2],l=void 0===c?void 0:c,u=Ia(Ia({},n),s);return function(t,e,o,r){void 0===o&&(o=[]);var n,i="function"==typeof e?Fa(e):[e,o,r],a=i[0],s=i[1],c=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return La(t())};else{var l=La(t);n=function(){return l}}function u(t,e){void 0===t&&(t=n());var o=Oa([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[c]),o.reduce((function(t,o){if(o){var r;if(ii(t))return void 0===(r=o(t,e))?t:r;if(ai(t))return ta(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return u.getInitialState=n,u}(r,(function(t){for(var e in u)t.addCase(e,u[e]);for(var o=0,r=a;o<r.length;o++){var n=r[o];t.addMatcher(n.matcher,n.reducer)}l&&t.addDefaultCase(l)}))}return i.forEach((function(t){var o,r,i=n[t],l=e+"/"+t;"reducer"in i?(o=i.reducer,r=i.prepare):o=i,a[t]=o,s[l]=o,c[t]=r?_a(l,r):_a(l)})),{name:e,reducer:function(t,e){return o||(o=l()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=l()),o.getInitialState()}}}var Ha=["name","message","stack","code"],Ba=function(t,e){this.payload=t,this.meta=e},za=function(t,e){this.payload=t,this.meta=e},ja=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Ha;o<r.length;o++){var n=r[o];"string"==typeof t[n]&&(e[n]=t[n])}return e}return{message:String(t)}};function Za(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=_a(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Ma(Ia({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),n=_a(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Ma(Ia({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),i=_a(t+"/rejected",(function(t,e,r,n,i){return{payload:n,error:(o&&o.serializeError||ja)(t||"Rejected"),meta:Ma(Ia({},i||{}),{arg:r,requestId:e,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,c,l){var u,f=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),h=new a;function d(t){u=t,h.abort()}var p=function(){return a=this,p=null,y=function(){var a,p,y,g,b,m;return va(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:c,extra:l}),null===(O=g)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return h.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:u||"Aborted"})}))})),s(n(f,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:f,arg:t},{getState:c,extra:l}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:c,extra:l,requestId:f,signal:h.signal,abort:d,rejectWithValue:function(t,e){return new Ba(t,e)},fulfillWithValue:function(t,e){return new za(t,e)}})).then((function(e){if(e instanceof Ba)throw e;return e instanceof za?r(e.payload,f,t,e.meta):r(e,f,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof Ba?i(null,f,t,m.payload,m.meta):i(m,f,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&i.match(y)&&y.meta.condition||s(y),[2,y]}var O}))},new Promise((function(t,e){var o=function(t){try{n(y.next(t))}catch(t){e(t)}},r=function(t){try{n(y.throw(t))}catch(t){e(t)}},n=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};n((y=y.apply(a,p)).next())}));var a,p,y}();return Object.assign(p,{abort:d,requestId:f,arg:t,unwrap:function(){return p.then(Za)}})}}),{pending:n,rejected:i,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Pa="listenerMiddleware";_a(Pa+"/add"),_a(Pa+"/removeAll"),_a(Pa+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=n[t];return o?o.enumerable=e:n[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[$i];return qi.get(e,t)},set:function(e){var o=this[$i];qi.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var n=t[e][$i];if(!n.P)switch(n.i){case 5:r(n)&&Di(n);break;case 4:o(n)&&Di(n)}}}function o(t){for(var e=t.t,o=t.k,r=Ti(o),n=r.length-1;n>=0;n--){var i=r[n];if(i!==$i){var a=e[i];if(void 0===a&&!li(e,i))return!0;var s=o[i],c=s&&s[$i];if(c?c.t!==a:!fi(s,a))return!0}}var l=!!e[$i];return r.length!==Ti(e).length+(l?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var n={};!function(t,e){Vi[t]||(Vi[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),n=function(e,o){if(e){for(var r=Array(o.length),n=0;n<o.length;n++)Object.defineProperty(r,""+n,t(n,!0));return r}var i=Gi(o);delete i[$i];for(var a=Ti(i),s=0;s<a.length;s++){var c=a[s];i[c]=t(c,e||!!i[c].enumerable)}return Object.create(Object.getPrototypeOf(o),i)}(r,e),i={i:r?5:4,A:o?o.A:Oi(),P:!1,I:!1,R:{},l:o,t:e,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,$i,{value:i,writable:!0}),n},S:function(t,o,n){n?ii(o)&&o[$i].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[$i];if(o){var n=o.t,i=o.k,a=o.R,s=o.i;if(4===s)si(i,(function(e){e!==$i&&(void 0!==n[e]||li(n,e)?a[e]||t(i[e]):(a[e]=!0,Di(o)))})),si(n,(function(t){void 0!==i[t]||li(i,t)||(a[t]=!1,Di(o))}));else if(5===s){if(r(o)&&(Di(o),a.length=!0),i.length<n.length)for(var c=i.length;c<n.length;c++)a[c]=!1;else for(var l=n.length;l<i.length;l++)a[l]=!0;for(var u=Math.min(i.length,n.length),f=0;f<u;f++)i.hasOwnProperty(f)||(a[f]=!0),void 0===a[f]&&t(i[f])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class $a{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,n=window.ftReduxStores[o];if(qn(n))return n;if(null==r)return;const i=Aa({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ya({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?i.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:i.reducer(t,e)});return window.ftReduxStores[r.name]=new $a(i,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Vn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,n=t[r];return n?(...t)=>{const e=n(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var Ka=Object.freeze({__proto__:null,FtCommandQueue:Vn,FtLitElementRedux:ri,FtReduxStore:$a,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))qn(e)&&e.clear()},isFtReduxStore:qn,redux:t=>{const e=null!=t?t:{};return(t,o)=>{var r;const n={hasChanged:(t,e)=>!so(t,e),attribute:!1,...e};Se(n)(t,o);const i=t.constructor;i.reduxProperties=new Map(i.reduxProperties),i.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}},reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var Ta=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,n,i;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(n=e.sort)||void 0===n?void 0:n.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(i=e.filters)||void 0===i?void 0:i.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const Ga=Symbol("elementInternals");var Va,qa,Ja,Xa,Qa=Object.freeze({__proto__:null,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Ga].form}constructor(...t){super(t),this[Ga]=this.attachInternals(),this[Ga].role=e}setFormValue(t){this[Ga].setFormValue(t)}}}});const ts=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Ja=null===(qa=null===(Va=window.safari)||void 0===Va?void 0:Va.pushNotification)||void 0===qa?void 0:qa.toString())&&void 0!==Ja?Ja:""),es="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;
177
- //! moment.js
178
- //! version : 2.29.4
179
- //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
180
- //! license : MIT
181
- //! momentjs.com
182
- var os,rs;function ns(){return os.apply(null,arguments)}function is(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function as(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function ss(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function cs(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(ss(t,e))return!1;return!0}function ls(t){return void 0===t}function us(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function fs(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function hs(t,e){var o,r=[],n=t.length;for(o=0;o<n;++o)r.push(e(t[o],o));return r}function ds(t,e){for(var o in e)ss(e,o)&&(t[o]=e[o]);return ss(e,"toString")&&(t.toString=e.toString),ss(e,"valueOf")&&(t.valueOf=e.valueOf),t}function ps(t,e,o,r){return Ul(t,e,o,r,!0).utc()}function ys(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function gs(t){if(null==t._isValid){var e=ys(t),o=rs.call(e.parsedDateParts,(function(t){return null!=t})),r=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidEra&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&o);if(t._strict&&(r=r&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function bs(t){var e=ps(NaN);return null!=t?ds(ys(e),t):ys(e).userInvalidated=!0,e}window.ftGlobals=null!==(Xa=window.ftGlobals)&&void 0!==Xa?Xa:{lit:me,litDecorators:Ee,litRepeat:He,litClassMap:ze,litStyleMap:$e,litUnsafeHTML:Ge,wcUtils:{...Qe,...Xe,...eo,...ro,...ho,...br,...Sr,...Nn,...yr,...Yn,..._n,...co,...jn,...Kn,...Tn,...Gn,...Ka,...Mn,...Ta,...Qa,isSafari:ts,isTouchScreen:es}},rs=Array.prototype.some?Array.prototype.some:function(t){var e,o=Object(this),r=o.length>>>0;for(e=0;e<r;e++)if(e in o&&t.call(this,o[e],e,o))return!0;return!1};var ms=ns.momentProperties=[],vs=!1;function Os(t,e){var o,r,n,i=ms.length;if(ls(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),ls(e._i)||(t._i=e._i),ls(e._f)||(t._f=e._f),ls(e._l)||(t._l=e._l),ls(e._strict)||(t._strict=e._strict),ls(e._tzm)||(t._tzm=e._tzm),ls(e._isUTC)||(t._isUTC=e._isUTC),ls(e._offset)||(t._offset=e._offset),ls(e._pf)||(t._pf=ys(e)),ls(e._locale)||(t._locale=e._locale),i>0)for(o=0;o<i;o++)ls(n=e[r=ms[o]])||(t[r]=n);return t}function Ss(t){Os(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===vs&&(vs=!0,ns.updateOffset(this),vs=!1)}function ws(t){return t instanceof Ss||null!=t&&null!=t._isAMomentObject}function xs(t){!1===ns.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function Ns(t,e){var o=!0;return ds((function(){if(null!=ns.deprecationHandler&&ns.deprecationHandler(null,t),o){var r,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(r="","object"==typeof arguments[n]){for(i in r+="\n["+n+"] ",arguments[0])ss(arguments[0],i)&&(r+=i+": "+arguments[0][i]+", ");r=r.slice(0,-2)}else r=arguments[n];a.push(r)}xs(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),o=!1}return e.apply(this,arguments)}),e)}var Cs,Es={};function Rs(t,e){null!=ns.deprecationHandler&&ns.deprecationHandler(t,e),Es[t]||(xs(e),Es[t]=!0)}function Is(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function Ms(t,e){var o,r=ds({},t);for(o in e)ss(e,o)&&(as(t[o])&&as(e[o])?(r[o]={},ds(r[o],t[o]),ds(r[o],e[o])):null!=e[o]?r[o]=e[o]:delete r[o]);for(o in t)ss(t,o)&&!ss(e,o)&&as(t[o])&&(r[o]=ds({},r[o]));return r}function ks(t){null!=t&&this.set(t)}ns.suppressDeprecationWarnings=!1,ns.deprecationHandler=null,Cs=Object.keys?Object.keys:function(t){var e,o=[];for(e in t)ss(t,e)&&o.push(e);return o};function Ws(t,e,o){var r=""+Math.abs(t),n=e-r.length;return(t>=0?o?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+r}var Ds=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Ls=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Us={},Ys={};function _s(t,e,o,r){var n=r;"string"==typeof r&&(n=function(){return this[r]()}),t&&(Ys[t]=n),e&&(Ys[e[0]]=function(){return Ws(n.apply(this,arguments),e[1],e[2])}),o&&(Ys[o]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function Fs(t,e){return t.isValid()?(e=As(e,t.localeData()),Us[e]=Us[e]||function(t){var e,o,r,n=t.match(Ds);for(e=0,o=n.length;e<o;e++)Ys[n[e]]?n[e]=Ys[n[e]]:n[e]=(r=n[e]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(e){var r,i="";for(r=0;r<o;r++)i+=Is(n[r])?n[r].call(e,t):n[r];return i}}(e),Us[e](t)):t.localeData().invalidDate()}function As(t,e){var o=5;function r(t){return e.longDateFormat(t)||t}for(Ls.lastIndex=0;o>=0&&Ls.test(t);)t=t.replace(Ls,r),Ls.lastIndex=0,o-=1;return t}var Hs={};function Bs(t,e){var o=t.toLowerCase();Hs[o]=Hs[o+"s"]=Hs[e]=t}function zs(t){return"string"==typeof t?Hs[t]||Hs[t.toLowerCase()]:void 0}function js(t){var e,o,r={};for(o in t)ss(t,o)&&(e=zs(o))&&(r[e]=t[o]);return r}var Zs={};function Ps(t,e){Zs[t]=e}function $s(t){return t%4==0&&t%100!=0||t%400==0}function Ks(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Ts(t){var e=+t,o=0;return 0!==e&&isFinite(e)&&(o=Ks(e)),o}function Gs(t,e){return function(o){return null!=o?(qs(this,t,o),ns.updateOffset(this,e),this):Vs(this,t)}}function Vs(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function qs(t,e,o){t.isValid()&&!isNaN(o)&&("FullYear"===e&&$s(t.year())&&1===t.month()&&29===t.date()?(o=Ts(o),t._d["set"+(t._isUTC?"UTC":"")+e](o,t.month(),Wc(o,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+e](o))}var Js,Xs=/\d/,Qs=/\d\d/,tc=/\d{3}/,ec=/\d{4}/,oc=/[+-]?\d{6}/,rc=/\d\d?/,nc=/\d\d\d\d?/,ic=/\d\d\d\d\d\d?/,ac=/\d{1,3}/,sc=/\d{1,4}/,cc=/[+-]?\d{1,6}/,lc=/\d+/,uc=/[+-]?\d+/,fc=/Z|[+-]\d\d:?\d\d/gi,hc=/Z|[+-]\d\d(?::?\d\d)?/gi,dc=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function pc(t,e,o){Js[t]=Is(e)?e:function(t,r){return t&&o?o:e}}function yc(t,e){return ss(Js,t)?Js[t](e._strict,e._locale):new RegExp(function(t){return gc(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,o,r,n){return e||o||r||n})))}(t))}function gc(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Js={};var bc={};function mc(t,e){var o,r,n=e;for("string"==typeof t&&(t=[t]),us(e)&&(n=function(t,o){o[e]=Ts(t)}),r=t.length,o=0;o<r;o++)bc[t[o]]=n}function vc(t,e){mc(t,(function(t,o,r,n){r._w=r._w||{},e(t,r._w,r,n)}))}function Oc(t,e,o){null!=e&&ss(bc,t)&&bc[t](e,o._a,o,t)}var Sc,wc=0,xc=1,Nc=2,Cc=3,Ec=4,Rc=5,Ic=6,Mc=7,kc=8;function Wc(t,e){if(isNaN(t)||isNaN(e))return NaN;var o=function(t,e){return(t%e+e)%e}(e,12);return t+=(e-o)/12,1===o?$s(t)?29:28:31-o%7%2}Sc=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},_s("M",["MM",2],"Mo",(function(){return this.month()+1})),_s("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),_s("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Bs("month","M"),Ps("month",8),pc("M",rc),pc("MM",rc,Qs),pc("MMM",(function(t,e){return e.monthsShortRegex(t)})),pc("MMMM",(function(t,e){return e.monthsRegex(t)})),mc(["M","MM"],(function(t,e){e[xc]=Ts(t)-1})),mc(["MMM","MMMM"],(function(t,e,o,r){var n=o._locale.monthsParse(t,r,o._strict);null!=n?e[xc]=n:ys(o).invalidMonth=t}));var Dc="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Lc="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Uc=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Yc=dc,_c=dc;function Fc(t,e,o){var r,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=ps([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return o?"MMM"===e?-1!==(n=Sc.call(this._shortMonthsParse,a))?n:null:-1!==(n=Sc.call(this._longMonthsParse,a))?n:null:"MMM"===e?-1!==(n=Sc.call(this._shortMonthsParse,a))||-1!==(n=Sc.call(this._longMonthsParse,a))?n:null:-1!==(n=Sc.call(this._longMonthsParse,a))||-1!==(n=Sc.call(this._shortMonthsParse,a))?n:null}function Ac(t,e){var o;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=Ts(e);else if(!us(e=t.localeData().monthsParse(e)))return t;return o=Math.min(t.date(),Wc(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,o),t}function Hc(t){return null!=t?(Ac(this,t),ns.updateOffset(this,!0),this):Vs(this,"Month")}function Bc(){function t(t,e){return e.length-t.length}var e,o,r=[],n=[],i=[];for(e=0;e<12;e++)o=ps([2e3,e]),r.push(this.monthsShort(o,"")),n.push(this.months(o,"")),i.push(this.months(o,"")),i.push(this.monthsShort(o,""));for(r.sort(t),n.sort(t),i.sort(t),e=0;e<12;e++)r[e]=gc(r[e]),n[e]=gc(n[e]);for(e=0;e<24;e++)i[e]=gc(i[e]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function zc(t){return $s(t)?366:365}_s("Y",0,0,(function(){var t=this.year();return t<=9999?Ws(t,4):"+"+t})),_s(0,["YY",2],0,(function(){return this.year()%100})),_s(0,["YYYY",4],0,"year"),_s(0,["YYYYY",5],0,"year"),_s(0,["YYYYYY",6,!0],0,"year"),Bs("year","y"),Ps("year",1),pc("Y",uc),pc("YY",rc,Qs),pc("YYYY",sc,ec),pc("YYYYY",cc,oc),pc("YYYYYY",cc,oc),mc(["YYYYY","YYYYYY"],wc),mc("YYYY",(function(t,e){e[wc]=2===t.length?ns.parseTwoDigitYear(t):Ts(t)})),mc("YY",(function(t,e){e[wc]=ns.parseTwoDigitYear(t)})),mc("Y",(function(t,e){e[wc]=parseInt(t,10)})),ns.parseTwoDigitYear=function(t){return Ts(t)+(Ts(t)>68?1900:2e3)};var jc=Gs("FullYear",!0);function Zc(t,e,o,r,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,e,o,r,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,e,o,r,n,i,a),s}function Pc(t){var e,o;return t<100&&t>=0?((o=Array.prototype.slice.call(arguments))[0]=t+400,e=new Date(Date.UTC.apply(null,o)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function $c(t,e,o){var r=7+e-o;return-((7+Pc(t,0,r).getUTCDay()-e)%7)+r-1}function Kc(t,e,o,r,n){var i,a,s=1+7*(e-1)+(7+o-r)%7+$c(t,r,n);return s<=0?a=zc(i=t-1)+s:s>zc(t)?(i=t+1,a=s-zc(t)):(i=t,a=s),{year:i,dayOfYear:a}}function Tc(t,e,o){var r,n,i=$c(t.year(),e,o),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?r=a+Gc(n=t.year()-1,e,o):a>Gc(t.year(),e,o)?(r=a-Gc(t.year(),e,o),n=t.year()+1):(n=t.year(),r=a),{week:r,year:n}}function Gc(t,e,o){var r=$c(t,e,o),n=$c(t+1,e,o);return(zc(t)-r+n)/7}_s("w",["ww",2],"wo","week"),_s("W",["WW",2],"Wo","isoWeek"),Bs("week","w"),Bs("isoWeek","W"),Ps("week",5),Ps("isoWeek",5),pc("w",rc),pc("ww",rc,Qs),pc("W",rc),pc("WW",rc,Qs),vc(["w","ww","W","WW"],(function(t,e,o,r){e[r.substr(0,1)]=Ts(t)}));function Vc(t,e){return t.slice(e,7).concat(t.slice(0,e))}_s("d",0,"do","day"),_s("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),_s("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),_s("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),_s("e",0,0,"weekday"),_s("E",0,0,"isoWeekday"),Bs("day","d"),Bs("weekday","e"),Bs("isoWeekday","E"),Ps("day",11),Ps("weekday",11),Ps("isoWeekday",11),pc("d",rc),pc("e",rc),pc("E",rc),pc("dd",(function(t,e){return e.weekdaysMinRegex(t)})),pc("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),pc("dddd",(function(t,e){return e.weekdaysRegex(t)})),vc(["dd","ddd","dddd"],(function(t,e,o,r){var n=o._locale.weekdaysParse(t,r,o._strict);null!=n?e.d=n:ys(o).invalidWeekday=t})),vc(["d","e","E"],(function(t,e,o,r){e[r]=Ts(t)}));var qc="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Jc="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xc="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Qc=dc,tl=dc,el=dc;function ol(t,e,o){var r,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=ps([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return o?"dddd"===e?-1!==(n=Sc.call(this._weekdaysParse,a))?n:null:"ddd"===e?-1!==(n=Sc.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=Sc.call(this._minWeekdaysParse,a))?n:null:"dddd"===e?-1!==(n=Sc.call(this._weekdaysParse,a))||-1!==(n=Sc.call(this._shortWeekdaysParse,a))||-1!==(n=Sc.call(this._minWeekdaysParse,a))?n:null:"ddd"===e?-1!==(n=Sc.call(this._shortWeekdaysParse,a))||-1!==(n=Sc.call(this._weekdaysParse,a))||-1!==(n=Sc.call(this._minWeekdaysParse,a))?n:null:-1!==(n=Sc.call(this._minWeekdaysParse,a))||-1!==(n=Sc.call(this._weekdaysParse,a))||-1!==(n=Sc.call(this._shortWeekdaysParse,a))?n:null}function rl(){function t(t,e){return e.length-t.length}var e,o,r,n,i,a=[],s=[],c=[],l=[];for(e=0;e<7;e++)o=ps([2e3,1]).day(e),r=gc(this.weekdaysMin(o,"")),n=gc(this.weekdaysShort(o,"")),i=gc(this.weekdays(o,"")),a.push(r),s.push(n),c.push(i),l.push(r),l.push(n),l.push(i);a.sort(t),s.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function nl(){return this.hours()%12||12}function il(t,e){_s(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function al(t,e){return e._meridiemParse}_s("H",["HH",2],0,"hour"),_s("h",["hh",2],0,nl),_s("k",["kk",2],0,(function(){return this.hours()||24})),_s("hmm",0,0,(function(){return""+nl.apply(this)+Ws(this.minutes(),2)})),_s("hmmss",0,0,(function(){return""+nl.apply(this)+Ws(this.minutes(),2)+Ws(this.seconds(),2)})),_s("Hmm",0,0,(function(){return""+this.hours()+Ws(this.minutes(),2)})),_s("Hmmss",0,0,(function(){return""+this.hours()+Ws(this.minutes(),2)+Ws(this.seconds(),2)})),il("a",!0),il("A",!1),Bs("hour","h"),Ps("hour",13),pc("a",al),pc("A",al),pc("H",rc),pc("h",rc),pc("k",rc),pc("HH",rc,Qs),pc("hh",rc,Qs),pc("kk",rc,Qs),pc("hmm",nc),pc("hmmss",ic),pc("Hmm",nc),pc("Hmmss",ic),mc(["H","HH"],Cc),mc(["k","kk"],(function(t,e,o){var r=Ts(t);e[Cc]=24===r?0:r})),mc(["a","A"],(function(t,e,o){o._isPm=o._locale.isPM(t),o._meridiem=t})),mc(["h","hh"],(function(t,e,o){e[Cc]=Ts(t),ys(o).bigHour=!0})),mc("hmm",(function(t,e,o){var r=t.length-2;e[Cc]=Ts(t.substr(0,r)),e[Ec]=Ts(t.substr(r)),ys(o).bigHour=!0})),mc("hmmss",(function(t,e,o){var r=t.length-4,n=t.length-2;e[Cc]=Ts(t.substr(0,r)),e[Ec]=Ts(t.substr(r,2)),e[Rc]=Ts(t.substr(n)),ys(o).bigHour=!0})),mc("Hmm",(function(t,e,o){var r=t.length-2;e[Cc]=Ts(t.substr(0,r)),e[Ec]=Ts(t.substr(r))})),mc("Hmmss",(function(t,e,o){var r=t.length-4,n=t.length-2;e[Cc]=Ts(t.substr(0,r)),e[Ec]=Ts(t.substr(r,2)),e[Rc]=Ts(t.substr(n))}));var sl=Gs("Hours",!0);var cl,ll={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Dc,monthsShort:Lc,week:{dow:0,doy:6},weekdays:qc,weekdaysMin:Xc,weekdaysShort:Jc,meridiemParse:/[ap]\.?m?\.?/i},ul={},fl={};function hl(t,e){var o,r=Math.min(t.length,e.length);for(o=0;o<r;o+=1)if(t[o]!==e[o])return o;return r}function dl(t){return t?t.toLowerCase().replace("_","-"):t}function pl(t){var e=null;if(void 0===ul[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{e=cl._abbr,require("./locale/"+t),yl(e)}catch(e){ul[t]=null}return ul[t]}function yl(t,e){var o;return t&&((o=ls(e)?bl(t):gl(t,e))?cl=o:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),cl._abbr}function gl(t,e){if(null!==e){var o,r=ll;if(e.abbr=t,null!=ul[t])Rs("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=ul[t]._config;else if(null!=e.parentLocale)if(null!=ul[e.parentLocale])r=ul[e.parentLocale]._config;else{if(null==(o=pl(e.parentLocale)))return fl[e.parentLocale]||(fl[e.parentLocale]=[]),fl[e.parentLocale].push({name:t,config:e}),null;r=o._config}return ul[t]=new ks(Ms(r,e)),fl[t]&&fl[t].forEach((function(t){gl(t.name,t.config)})),yl(t),ul[t]}return delete ul[t],null}function bl(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return cl;if(!is(t)){if(e=pl(t))return e;t=[t]}return function(t){for(var e,o,r,n,i=0;i<t.length;){for(e=(n=dl(t[i]).split("-")).length,o=(o=dl(t[i+1]))?o.split("-"):null;e>0;){if(r=pl(n.slice(0,e).join("-")))return r;if(o&&o.length>=e&&hl(n,o)>=e-1)break;e--}i++}return cl}(t)}function ml(t){var e,o=t._a;return o&&-2===ys(t).overflow&&(e=o[xc]<0||o[xc]>11?xc:o[Nc]<1||o[Nc]>Wc(o[wc],o[xc])?Nc:o[Cc]<0||o[Cc]>24||24===o[Cc]&&(0!==o[Ec]||0!==o[Rc]||0!==o[Ic])?Cc:o[Ec]<0||o[Ec]>59?Ec:o[Rc]<0||o[Rc]>59?Rc:o[Ic]<0||o[Ic]>999?Ic:-1,ys(t)._overflowDayOfYear&&(e<wc||e>Nc)&&(e=Nc),ys(t)._overflowWeeks&&-1===e&&(e=Mc),ys(t)._overflowWeekday&&-1===e&&(e=kc),ys(t).overflow=e),t}var vl=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ol=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Sl=/Z|[+-]\d\d(?::?\d\d)?/,wl=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],xl=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Nl=/^\/?Date\((-?\d+)/i,Cl=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,El={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Rl(t){var e,o,r,n,i,a,s=t._i,c=vl.exec(s)||Ol.exec(s),l=wl.length,u=xl.length;if(c){for(ys(t).iso=!0,e=0,o=l;e<o;e++)if(wl[e][1].exec(c[1])){n=wl[e][0],r=!1!==wl[e][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(e=0,o=u;e<o;e++)if(xl[e][1].exec(c[3])){i=(c[2]||" ")+xl[e][0];break}if(null==i)return void(t._isValid=!1)}if(!r&&null!=i)return void(t._isValid=!1);if(c[4]){if(!Sl.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),Dl(t)}else t._isValid=!1}function Il(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function Ml(t){var e,o,r,n,i,a,s,c,l=Cl.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(o=l[4],r=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[Il(o),Lc.indexOf(r),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),e=c,!function(t,e,o){return!t||Jc.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(ys(o).weekdayMismatch=!0,o._isValid=!1,!1)}(l[1],e,t))return;t._a=e,t._tzm=function(t,e,o){if(t)return El[t];if(e)return 0;var r=parseInt(o,10),n=r%100;return(r-n)/100*60+n}(l[8],l[9],l[10]),t._d=Pc.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),ys(t).rfc2822=!0}else t._isValid=!1}function kl(t,e,o){return null!=t?t:null!=e?e:o}function Wl(t){var e,o,r,n,i,a=[];if(!t._d){for(r=function(t){var e=new Date(ns.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[Nc]&&null==t._a[xc]&&function(t){var e,o,r,n,i,a,s,c,l;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(i=1,a=4,o=kl(e.GG,t._a[wc],Tc(Yl(),1,4).year),r=kl(e.W,1),((n=kl(e.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=Tc(Yl(),i,a),o=kl(e.gg,t._a[wc],l.year),r=kl(e.w,l.week),null!=e.d?((n=e.d)<0||n>6)&&(c=!0):null!=e.e?(n=e.e+i,(e.e<0||e.e>6)&&(c=!0)):n=i);r<1||r>Gc(o,i,a)?ys(t)._overflowWeeks=!0:null!=c?ys(t)._overflowWeekday=!0:(s=Kc(o,r,n,i,a),t._a[wc]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=kl(t._a[wc],r[wc]),(t._dayOfYear>zc(i)||0===t._dayOfYear)&&(ys(t)._overflowDayOfYear=!0),o=Pc(i,0,t._dayOfYear),t._a[xc]=o.getUTCMonth(),t._a[Nc]=o.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=r[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[Cc]&&0===t._a[Ec]&&0===t._a[Rc]&&0===t._a[Ic]&&(t._nextDay=!0,t._a[Cc]=0),t._d=(t._useUTC?Pc:Zc).apply(null,a),n=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Cc]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(ys(t).weekdayMismatch=!0)}}function Dl(t){if(t._f!==ns.ISO_8601)if(t._f!==ns.RFC_2822){t._a=[],ys(t).empty=!0;var e,o,r,n,i,a,s,c=""+t._i,l=c.length,u=0;for(s=(r=As(t._f,t._locale).match(Ds)||[]).length,e=0;e<s;e++)n=r[e],(o=(c.match(yc(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(o))).length>0&&ys(t).unusedInput.push(i),c=c.slice(c.indexOf(o)+o.length),u+=o.length),Ys[n]?(o?ys(t).empty=!1:ys(t).unusedTokens.push(n),Oc(n,o,t)):t._strict&&!o&&ys(t).unusedTokens.push(n);ys(t).charsLeftOver=l-u,c.length>0&&ys(t).unusedInput.push(c),t._a[Cc]<=12&&!0===ys(t).bigHour&&t._a[Cc]>0&&(ys(t).bigHour=void 0),ys(t).parsedDateParts=t._a.slice(0),ys(t).meridiem=t._meridiem,t._a[Cc]=function(t,e,o){var r;if(null==o)return e;return null!=t.meridiemHour?t.meridiemHour(e,o):null!=t.isPM?((r=t.isPM(o))&&e<12&&(e+=12),r||12!==e||(e=0),e):e}(t._locale,t._a[Cc],t._meridiem),null!==(a=ys(t).era)&&(t._a[wc]=t._locale.erasConvertYear(a,t._a[wc])),Wl(t),ml(t)}else Ml(t);else Rl(t)}function Ll(t){var e=t._i,o=t._f;return t._locale=t._locale||bl(t._l),null===e||void 0===o&&""===e?bs({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),ws(e)?new Ss(ml(e)):(fs(e)?t._d=e:is(o)?function(t){var e,o,r,n,i,a,s=!1,c=t._f.length;if(0===c)return ys(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,e=Os({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[n],Dl(e),gs(e)&&(a=!0),i+=ys(e).charsLeftOver,i+=10*ys(e).unusedTokens.length,ys(e).score=i,s?i<r&&(r=i,o=e):(null==r||i<r||a)&&(r=i,o=e,a&&(s=!0));ds(t,o||e)}(t):o?Dl(t):function(t){var e=t._i;ls(e)?t._d=new Date(ns.now()):fs(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=Nl.exec(t._i);null===e?(Rl(t),!1===t._isValid&&(delete t._isValid,Ml(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:ns.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):is(e)?(t._a=hs(e.slice(0),(function(t){return parseInt(t,10)})),Wl(t)):as(e)?function(t){if(!t._d){var e=js(t._i),o=void 0===e.day?e.date:e.day;t._a=hs([e.year,e.month,o,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),Wl(t)}}(t):us(e)?t._d=new Date(e):ns.createFromInputFallback(t)}(t),gs(t)||(t._d=null),t))}function Ul(t,e,o,r,n){var i,a={};return!0!==e&&!1!==e||(r=e,e=void 0),!0!==o&&!1!==o||(r=o,o=void 0),(as(t)&&cs(t)||is(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=o,a._i=t,a._f=e,a._strict=r,(i=new Ss(ml(Ll(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function Yl(t,e,o,r){return Ul(t,e,o,r,!1)}ns.createFromInputFallback=Ns("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),ns.ISO_8601=function(){},ns.RFC_2822=function(){};var _l=Ns("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Yl.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:bs()})),Fl=Ns("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Yl.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:bs()}));function Al(t,e){var o,r;if(1===e.length&&is(e[0])&&(e=e[0]),!e.length)return Yl();for(o=e[0],r=1;r<e.length;++r)e[r].isValid()&&!e[r][t](o)||(o=e[r]);return o}var Hl=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Bl(t){var e=js(t),o=e.year||0,r=e.quarter||0,n=e.month||0,i=e.week||e.isoWeek||0,a=e.day||0,s=e.hour||0,c=e.minute||0,l=e.second||0,u=e.millisecond||0;this._isValid=function(t){var e,o,r=!1,n=Hl.length;for(e in t)if(ss(t,e)&&(-1===Sc.call(Hl,e)||null!=t[e]&&isNaN(t[e])))return!1;for(o=0;o<n;++o)if(t[Hl[o]]){if(r)return!1;parseFloat(t[Hl[o]])!==Ts(t[Hl[o]])&&(r=!0)}return!0}(e),this._milliseconds=+u+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*r+12*o,this._data={},this._locale=bl(),this._bubble()}function zl(t){return t instanceof Bl}function jl(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Zl(t,e){_s(t,0,0,(function(){var t=this.utcOffset(),o="+";return t<0&&(t=-t,o="-"),o+Ws(~~(t/60),2)+e+Ws(~~t%60,2)}))}Zl("Z",":"),Zl("ZZ",""),pc("Z",hc),pc("ZZ",hc),mc(["Z","ZZ"],(function(t,e,o){o._useUTC=!0,o._tzm=$l(hc,t)}));var Pl=/([\+\-]|\d\d)/gi;function $l(t,e){var o,r,n=(e||"").match(t);return null===n?null:0===(r=60*(o=((n[n.length-1]||[])+"").match(Pl)||["-",0,0])[1]+Ts(o[2]))?0:"+"===o[0]?r:-r}function Kl(t,e){var o,r;return e._isUTC?(o=e.clone(),r=(ws(t)||fs(t)?t.valueOf():Yl(t).valueOf())-o.valueOf(),o._d.setTime(o._d.valueOf()+r),ns.updateOffset(o,!1),o):Yl(t).local()}function Tl(t){return-Math.round(t._d.getTimezoneOffset())}function Gl(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}ns.updateOffset=function(){};var Vl=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,ql=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Jl(t,e){var o,r,n,i=t,a=null;return zl(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:us(t)||!isNaN(+t)?(i={},e?i[e]=+t:i.milliseconds=+t):(a=Vl.exec(t))?(o="-"===a[1]?-1:1,i={y:0,d:Ts(a[Nc])*o,h:Ts(a[Cc])*o,m:Ts(a[Ec])*o,s:Ts(a[Rc])*o,ms:Ts(jl(1e3*a[Ic]))*o}):(a=ql.exec(t))?(o="-"===a[1]?-1:1,i={y:Xl(a[2],o),M:Xl(a[3],o),w:Xl(a[4],o),d:Xl(a[5],o),h:Xl(a[6],o),m:Xl(a[7],o),s:Xl(a[8],o)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,e){var o;if(!t.isValid()||!e.isValid())return{milliseconds:0,months:0};e=Kl(e,t),t.isBefore(e)?o=Ql(t,e):((o=Ql(e,t)).milliseconds=-o.milliseconds,o.months=-o.months);return o}(Yl(i.from),Yl(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),r=new Bl(i),zl(t)&&ss(t,"_locale")&&(r._locale=t._locale),zl(t)&&ss(t,"_isValid")&&(r._isValid=t._isValid),r}function Xl(t,e){var o=t&&parseFloat(t.replace(",","."));return(isNaN(o)?0:o)*e}function Ql(t,e){var o={};return o.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(o.months,"M").isAfter(e)&&--o.months,o.milliseconds=+e-+t.clone().add(o.months,"M"),o}function tu(t,e){return function(o,r){var n;return null===r||isNaN(+r)||(Rs(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=o,o=r,r=n),eu(this,Jl(o,r),t),this}}function eu(t,e,o,r){var n=e._milliseconds,i=jl(e._days),a=jl(e._months);t.isValid()&&(r=null==r||r,a&&Ac(t,Vs(t,"Month")+a*o),i&&qs(t,"Date",Vs(t,"Date")+i*o),n&&t._d.setTime(t._d.valueOf()+n*o),r&&ns.updateOffset(t,i||a))}Jl.fn=Bl.prototype,Jl.invalid=function(){return Jl(NaN)};var ou=tu(1,"add"),ru=tu(-1,"subtract");function nu(t){return"string"==typeof t||t instanceof String}function iu(t){return ws(t)||fs(t)||nu(t)||us(t)||function(t){var e=is(t),o=!1;e&&(o=0===t.filter((function(e){return!us(e)&&nu(t)})).length);return e&&o}(t)||function(t){var e,o,r=as(t)&&!cs(t),n=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a=i.length;for(e=0;e<a;e+=1)o=i[e],n=n||ss(t,o);return r&&n}(t)||null==t}function au(t,e){if(t.date()<e.date())return-au(e,t);var o=12*(e.year()-t.year())+(e.month()-t.month()),r=t.clone().add(o,"months");return-(o+(e-r<0?(e-r)/(r-t.clone().add(o-1,"months")):(e-r)/(t.clone().add(o+1,"months")-r)))||0}function su(t){var e;return void 0===t?this._locale._abbr:(null!=(e=bl(t))&&(this._locale=e),this)}ns.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",ns.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var cu=Ns("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function lu(){return this._locale}var uu=1e3,fu=6e4,hu=36e5,du=126227808e5;function pu(t,e){return(t%e+e)%e}function yu(t,e,o){return t<100&&t>=0?new Date(t+400,e,o)-du:new Date(t,e,o).valueOf()}function gu(t,e,o){return t<100&&t>=0?Date.UTC(t+400,e,o)-du:Date.UTC(t,e,o)}function bu(t,e){return e.erasAbbrRegex(t)}function mu(){var t,e,o=[],r=[],n=[],i=[],a=this.eras();for(t=0,e=a.length;t<e;++t)r.push(gc(a[t].name)),o.push(gc(a[t].abbr)),n.push(gc(a[t].narrow)),i.push(gc(a[t].name)),i.push(gc(a[t].abbr)),i.push(gc(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function vu(t,e){_s(0,[t,t.length],0,e)}function Ou(t,e,o,r,n){var i;return null==t?Tc(this,r,n).year:(e>(i=Gc(t,r,n))&&(e=i),Su.call(this,t,e,o,r,n))}function Su(t,e,o,r,n){var i=Kc(t,e,o,r,n),a=Pc(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}_s("N",0,0,"eraAbbr"),_s("NN",0,0,"eraAbbr"),_s("NNN",0,0,"eraAbbr"),_s("NNNN",0,0,"eraName"),_s("NNNNN",0,0,"eraNarrow"),_s("y",["y",1],"yo","eraYear"),_s("y",["yy",2],0,"eraYear"),_s("y",["yyy",3],0,"eraYear"),_s("y",["yyyy",4],0,"eraYear"),pc("N",bu),pc("NN",bu),pc("NNN",bu),pc("NNNN",(function(t,e){return e.erasNameRegex(t)})),pc("NNNNN",(function(t,e){return e.erasNarrowRegex(t)})),mc(["N","NN","NNN","NNNN","NNNNN"],(function(t,e,o,r){var n=o._locale.erasParse(t,r,o._strict);n?ys(o).era=n:ys(o).invalidEra=t})),pc("y",lc),pc("yy",lc),pc("yyy",lc),pc("yyyy",lc),pc("yo",(function(t,e){return e._eraYearOrdinalRegex||lc})),mc(["y","yy","yyy","yyyy"],wc),mc(["yo"],(function(t,e,o,r){var n;o._locale._eraYearOrdinalRegex&&(n=t.match(o._locale._eraYearOrdinalRegex)),o._locale.eraYearOrdinalParse?e[wc]=o._locale.eraYearOrdinalParse(t,n):e[wc]=parseInt(t,10)})),_s(0,["gg",2],0,(function(){return this.weekYear()%100})),_s(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),vu("gggg","weekYear"),vu("ggggg","weekYear"),vu("GGGG","isoWeekYear"),vu("GGGGG","isoWeekYear"),Bs("weekYear","gg"),Bs("isoWeekYear","GG"),Ps("weekYear",1),Ps("isoWeekYear",1),pc("G",uc),pc("g",uc),pc("GG",rc,Qs),pc("gg",rc,Qs),pc("GGGG",sc,ec),pc("gggg",sc,ec),pc("GGGGG",cc,oc),pc("ggggg",cc,oc),vc(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,o,r){e[r.substr(0,2)]=Ts(t)})),vc(["gg","GG"],(function(t,e,o,r){e[r]=ns.parseTwoDigitYear(t)})),_s("Q",0,"Qo","quarter"),Bs("quarter","Q"),Ps("quarter",7),pc("Q",Xs),mc("Q",(function(t,e){e[xc]=3*(Ts(t)-1)})),_s("D",["DD",2],"Do","date"),Bs("date","D"),Ps("date",9),pc("D",rc),pc("DD",rc,Qs),pc("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),mc(["D","DD"],Nc),mc("Do",(function(t,e){e[Nc]=Ts(t.match(rc)[0])}));var wu=Gs("Date",!0);_s("DDD",["DDDD",3],"DDDo","dayOfYear"),Bs("dayOfYear","DDD"),Ps("dayOfYear",4),pc("DDD",ac),pc("DDDD",tc),mc(["DDD","DDDD"],(function(t,e,o){o._dayOfYear=Ts(t)})),_s("m",["mm",2],0,"minute"),Bs("minute","m"),Ps("minute",14),pc("m",rc),pc("mm",rc,Qs),mc(["m","mm"],Ec);var xu=Gs("Minutes",!1);_s("s",["ss",2],0,"second"),Bs("second","s"),Ps("second",15),pc("s",rc),pc("ss",rc,Qs),mc(["s","ss"],Rc);var Nu,Cu,Eu=Gs("Seconds",!1);for(_s("S",0,0,(function(){return~~(this.millisecond()/100)})),_s(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),_s(0,["SSS",3],0,"millisecond"),_s(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),_s(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),_s(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),_s(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),_s(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),_s(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Bs("millisecond","ms"),Ps("millisecond",16),pc("S",ac,Xs),pc("SS",ac,Qs),pc("SSS",ac,tc),Nu="SSSS";Nu.length<=9;Nu+="S")pc(Nu,lc);function Ru(t,e){e[Ic]=Ts(1e3*("0."+t))}for(Nu="S";Nu.length<=9;Nu+="S")mc(Nu,Ru);Cu=Gs("Milliseconds",!1),_s("z",0,0,"zoneAbbr"),_s("zz",0,0,"zoneName");var Iu=Ss.prototype;function Mu(t){return t}Iu.add=ou,Iu.calendar=function(t,e){1===arguments.length&&(arguments[0]?iu(arguments[0])?(t=arguments[0],e=void 0):function(t){var e,o=as(t)&&!cs(t),r=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(e=0;e<n.length;e+=1)r=r||ss(t,n[e]);return o&&r}(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var o=t||Yl(),r=Kl(o,this).startOf("day"),n=ns.calendarFormat(this,r)||"sameElse",i=e&&(Is(e[n])?e[n].call(this,o):e[n]);return this.format(i||this.localeData().calendar(n,this,Yl(o)))},Iu.clone=function(){return new Ss(this)},Iu.diff=function(t,e,o){var r,n,i;if(!this.isValid())return NaN;if(!(r=Kl(t,this)).isValid())return NaN;switch(n=6e4*(r.utcOffset()-this.utcOffset()),e=zs(e)){case"year":i=au(this,r)/12;break;case"month":i=au(this,r);break;case"quarter":i=au(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-n)/864e5;break;case"week":i=(this-r-n)/6048e5;break;default:i=this-r}return o?i:Ks(i)},Iu.endOf=function(t){var e,o;if(void 0===(t=zs(t))||"millisecond"===t||!this.isValid())return this;switch(o=this._isUTC?gu:yu,t){case"year":e=o(this.year()+1,0,1)-1;break;case"quarter":e=o(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=o(this.year(),this.month()+1,1)-1;break;case"week":e=o(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=o(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=hu-pu(e+(this._isUTC?0:this.utcOffset()*fu),hu)-1;break;case"minute":e=this._d.valueOf(),e+=fu-pu(e,fu)-1;break;case"second":e=this._d.valueOf(),e+=uu-pu(e,uu)-1}return this._d.setTime(e),ns.updateOffset(this,!0),this},Iu.format=function(t){t||(t=this.isUtc()?ns.defaultFormatUtc:ns.defaultFormat);var e=Fs(this,t);return this.localeData().postformat(e)},Iu.from=function(t,e){return this.isValid()&&(ws(t)&&t.isValid()||Yl(t).isValid())?Jl({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},Iu.fromNow=function(t){return this.from(Yl(),t)},Iu.to=function(t,e){return this.isValid()&&(ws(t)&&t.isValid()||Yl(t).isValid())?Jl({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},Iu.toNow=function(t){return this.to(Yl(),t)},Iu.get=function(t){return Is(this[t=zs(t)])?this[t]():this},Iu.invalidAt=function(){return ys(this).overflow},Iu.isAfter=function(t,e){var o=ws(t)?t:Yl(t);return!(!this.isValid()||!o.isValid())&&("millisecond"===(e=zs(e)||"millisecond")?this.valueOf()>o.valueOf():o.valueOf()<this.clone().startOf(e).valueOf())},Iu.isBefore=function(t,e){var o=ws(t)?t:Yl(t);return!(!this.isValid()||!o.isValid())&&("millisecond"===(e=zs(e)||"millisecond")?this.valueOf()<o.valueOf():this.clone().endOf(e).valueOf()<o.valueOf())},Iu.isBetween=function(t,e,o,r){var n=ws(t)?t:Yl(t),i=ws(e)?e:Yl(e);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(n,o):!this.isBefore(n,o))&&(")"===r[1]?this.isBefore(i,o):!this.isAfter(i,o)))},Iu.isSame=function(t,e){var o,r=ws(t)?t:Yl(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(e=zs(e)||"millisecond")?this.valueOf()===r.valueOf():(o=r.valueOf(),this.clone().startOf(e).valueOf()<=o&&o<=this.clone().endOf(e).valueOf()))},Iu.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},Iu.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},Iu.isValid=function(){return gs(this)},Iu.lang=cu,Iu.locale=su,Iu.localeData=lu,Iu.max=Fl,Iu.min=_l,Iu.parsingFlags=function(){return ds({},ys(this))},Iu.set=function(t,e){if("object"==typeof t){var o,r=function(t){var e,o=[];for(e in t)ss(t,e)&&o.push({unit:e,priority:Zs[e]});return o.sort((function(t,e){return t.priority-e.priority})),o}(t=js(t)),n=r.length;for(o=0;o<n;o++)this[r[o].unit](t[r[o].unit])}else if(Is(this[t=zs(t)]))return this[t](e);return this},Iu.startOf=function(t){var e,o;if(void 0===(t=zs(t))||"millisecond"===t||!this.isValid())return this;switch(o=this._isUTC?gu:yu,t){case"year":e=o(this.year(),0,1);break;case"quarter":e=o(this.year(),this.month()-this.month()%3,1);break;case"month":e=o(this.year(),this.month(),1);break;case"week":e=o(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=o(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=pu(e+(this._isUTC?0:this.utcOffset()*fu),hu);break;case"minute":e=this._d.valueOf(),e-=pu(e,fu);break;case"second":e=this._d.valueOf(),e-=pu(e,uu)}return this._d.setTime(e),ns.updateOffset(this,!0),this},Iu.subtract=ru,Iu.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},Iu.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},Iu.toDate=function(){return new Date(this.valueOf())},Iu.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,o=e?this.clone().utc():this;return o.year()<0||o.year()>9999?Fs(o,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Is(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",Fs(o,"Z")):Fs(o,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Iu.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,e,o,r="moment",n="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+r+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",o=n+'[")]',this.format(t+e+"-MM-DD[T]HH:mm:ss.SSS"+o)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Iu[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Iu.toJSON=function(){return this.isValid()?this.toISOString():null},Iu.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Iu.unix=function(){return Math.floor(this.valueOf()/1e3)},Iu.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Iu.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Iu.eraName=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].name;if(r[t].until<=o&&o<=r[t].since)return r[t].name}return""},Iu.eraNarrow=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].narrow;if(r[t].until<=o&&o<=r[t].since)return r[t].narrow}return""},Iu.eraAbbr=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].abbr;if(r[t].until<=o&&o<=r[t].since)return r[t].abbr}return""},Iu.eraYear=function(){var t,e,o,r,n=this.localeData().eras();for(t=0,e=n.length;t<e;++t)if(o=n[t].since<=n[t].until?1:-1,r=this.clone().startOf("day").valueOf(),n[t].since<=r&&r<=n[t].until||n[t].until<=r&&r<=n[t].since)return(this.year()-ns(n[t].since).year())*o+n[t].offset;return this.year()},Iu.year=jc,Iu.isLeapYear=function(){return $s(this.year())},Iu.weekYear=function(t){return Ou.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},Iu.isoWeekYear=function(t){return Ou.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},Iu.quarter=Iu.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},Iu.month=Hc,Iu.daysInMonth=function(){return Wc(this.year(),this.month())},Iu.week=Iu.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},Iu.isoWeek=Iu.isoWeeks=function(t){var e=Tc(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},Iu.weeksInYear=function(){var t=this.localeData()._week;return Gc(this.year(),t.dow,t.doy)},Iu.weeksInWeekYear=function(){var t=this.localeData()._week;return Gc(this.weekYear(),t.dow,t.doy)},Iu.isoWeeksInYear=function(){return Gc(this.year(),1,4)},Iu.isoWeeksInISOWeekYear=function(){return Gc(this.isoWeekYear(),1,4)},Iu.date=wu,Iu.day=Iu.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},Iu.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},Iu.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},Iu.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},Iu.hour=Iu.hours=sl,Iu.minute=Iu.minutes=xu,Iu.second=Iu.seconds=Eu,Iu.millisecond=Iu.milliseconds=Cu,Iu.utcOffset=function(t,e,o){var r,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=$l(hc,t)))return this}else Math.abs(t)<16&&!o&&(t*=60);return!this._isUTC&&e&&(r=Tl(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),n!==t&&(!e||this._changeInProgress?eu(this,Jl(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,ns.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:Tl(this)},Iu.utc=function(t){return this.utcOffset(0,t)},Iu.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Tl(this),"m")),this},Iu.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=$l(fc,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},Iu.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Yl(t).utcOffset():0,(this.utcOffset()-t)%60==0)},Iu.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Iu.isLocal=function(){return!!this.isValid()&&!this._isUTC},Iu.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Iu.isUtc=Gl,Iu.isUTC=Gl,Iu.zoneAbbr=function(){return this._isUTC?"UTC":""},Iu.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Iu.dates=Ns("dates accessor is deprecated. Use date instead.",wu),Iu.months=Ns("months accessor is deprecated. Use month instead",Hc),Iu.years=Ns("years accessor is deprecated. Use year instead",jc),Iu.zone=Ns("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),Iu.isDSTShifted=Ns("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!ls(this._isDSTShifted))return this._isDSTShifted;var t,e={};return Os(e,this),(e=Ll(e))._a?(t=e._isUTC?ps(e._a):Yl(e._a),this._isDSTShifted=this.isValid()&&function(t,e,o){var r,n=Math.min(t.length,e.length),i=Math.abs(t.length-e.length),a=0;for(r=0;r<n;r++)(o&&t[r]!==e[r]||!o&&Ts(t[r])!==Ts(e[r]))&&a++;return a+i}(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var ku=ks.prototype;function Wu(t,e,o,r){var n=bl(),i=ps().set(r,e);return n[o](i,t)}function Du(t,e,o){if(us(t)&&(e=t,t=void 0),t=t||"",null!=e)return Wu(t,e,o,"month");var r,n=[];for(r=0;r<12;r++)n[r]=Wu(t,r,o,"month");return n}function Lu(t,e,o,r){"boolean"==typeof t?(us(e)&&(o=e,e=void 0),e=e||""):(o=e=t,t=!1,us(e)&&(o=e,e=void 0),e=e||"");var n,i=bl(),a=t?i._week.dow:0,s=[];if(null!=o)return Wu(e,(o+a)%7,r,"day");for(n=0;n<7;n++)s[n]=Wu(e,(n+a)%7,r,"day");return s}ku.calendar=function(t,e,o){var r=this._calendar[t]||this._calendar.sameElse;return Is(r)?r.call(e,o):r},ku.longDateFormat=function(t){var e=this._longDateFormat[t],o=this._longDateFormat[t.toUpperCase()];return e||!o?e:(this._longDateFormat[t]=o.match(Ds).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},ku.invalidDate=function(){return this._invalidDate},ku.ordinal=function(t){return this._ordinal.replace("%d",t)},ku.preparse=Mu,ku.postformat=Mu,ku.relativeTime=function(t,e,o,r){var n=this._relativeTime[o];return Is(n)?n(t,e,o,r):n.replace(/%d/i,t)},ku.pastFuture=function(t,e){var o=this._relativeTime[t>0?"future":"past"];return Is(o)?o(e):o.replace(/%s/i,e)},ku.set=function(t){var e,o;for(o in t)ss(t,o)&&(Is(e=t[o])?this[o]=e:this["_"+o]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},ku.eras=function(t,e){var o,r,n,i=this._eras||bl("en")._eras;for(o=0,r=i.length;o<r;++o){if("string"==typeof i[o].since)n=ns(i[o].since).startOf("day"),i[o].since=n.valueOf();switch(typeof i[o].until){case"undefined":i[o].until=1/0;break;case"string":n=ns(i[o].until).startOf("day").valueOf(),i[o].until=n.valueOf()}}return i},ku.erasParse=function(t,e,o){var r,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),r=0,n=c.length;r<n;++r)if(i=c[r].name.toUpperCase(),a=c[r].abbr.toUpperCase(),s=c[r].narrow.toUpperCase(),o)switch(e){case"N":case"NN":case"NNN":if(a===t)return c[r];break;case"NNNN":if(i===t)return c[r];break;case"NNNNN":if(s===t)return c[r]}else if([i,a,s].indexOf(t)>=0)return c[r]},ku.erasConvertYear=function(t,e){var o=t.since<=t.until?1:-1;return void 0===e?ns(t.since).year():ns(t.since).year()+(e-t.offset)*o},ku.erasAbbrRegex=function(t){return ss(this,"_erasAbbrRegex")||mu.call(this),t?this._erasAbbrRegex:this._erasRegex},ku.erasNameRegex=function(t){return ss(this,"_erasNameRegex")||mu.call(this),t?this._erasNameRegex:this._erasRegex},ku.erasNarrowRegex=function(t){return ss(this,"_erasNarrowRegex")||mu.call(this),t?this._erasNarrowRegex:this._erasRegex},ku.months=function(t,e){return t?is(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||Uc).test(e)?"format":"standalone"][t.month()]:is(this._months)?this._months:this._months.standalone},ku.monthsShort=function(t,e){return t?is(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[Uc.test(e)?"format":"standalone"][t.month()]:is(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},ku.monthsParse=function(t,e,o){var r,n,i;if(this._monthsParseExact)return Fc.call(this,t,e,o);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(n=ps([2e3,r]),o&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),o||this._monthsParse[r]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),o&&"MMMM"===e&&this._longMonthsParse[r].test(t))return r;if(o&&"MMM"===e&&this._shortMonthsParse[r].test(t))return r;if(!o&&this._monthsParse[r].test(t))return r}},ku.monthsRegex=function(t){return this._monthsParseExact?(ss(this,"_monthsRegex")||Bc.call(this),t?this._monthsStrictRegex:this._monthsRegex):(ss(this,"_monthsRegex")||(this._monthsRegex=_c),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},ku.monthsShortRegex=function(t){return this._monthsParseExact?(ss(this,"_monthsRegex")||Bc.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(ss(this,"_monthsShortRegex")||(this._monthsShortRegex=Yc),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},ku.week=function(t){return Tc(t,this._week.dow,this._week.doy).week},ku.firstDayOfYear=function(){return this._week.doy},ku.firstDayOfWeek=function(){return this._week.dow},ku.weekdays=function(t,e){var o=is(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?Vc(o,this._week.dow):t?o[t.day()]:o},ku.weekdaysMin=function(t){return!0===t?Vc(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},ku.weekdaysShort=function(t){return!0===t?Vc(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},ku.weekdaysParse=function(t,e,o){var r,n,i;if(this._weekdaysParseExact)return ol.call(this,t,e,o);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(n=ps([2e3,1]).day(r),o&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),o&&"dddd"===e&&this._fullWeekdaysParse[r].test(t))return r;if(o&&"ddd"===e&&this._shortWeekdaysParse[r].test(t))return r;if(o&&"dd"===e&&this._minWeekdaysParse[r].test(t))return r;if(!o&&this._weekdaysParse[r].test(t))return r}},ku.weekdaysRegex=function(t){return this._weekdaysParseExact?(ss(this,"_weekdaysRegex")||rl.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(ss(this,"_weekdaysRegex")||(this._weekdaysRegex=Qc),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},ku.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(ss(this,"_weekdaysRegex")||rl.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(ss(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=tl),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},ku.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(ss(this,"_weekdaysRegex")||rl.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(ss(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=el),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},ku.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},ku.meridiem=function(t,e,o){return t>11?o?"pm":"PM":o?"am":"AM"},yl("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===Ts(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),ns.lang=Ns("moment.lang is deprecated. Use moment.locale instead.",yl),ns.langData=Ns("moment.langData is deprecated. Use moment.localeData instead.",bl);var Uu=Math.abs;function Yu(t,e,o,r){var n=Jl(e,o);return t._milliseconds+=r*n._milliseconds,t._days+=r*n._days,t._months+=r*n._months,t._bubble()}function _u(t){return t<0?Math.floor(t):Math.ceil(t)}function Fu(t){return 4800*t/146097}function Au(t){return 146097*t/4800}function Hu(t){return function(){return this.as(t)}}var Bu=Hu("ms"),zu=Hu("s"),ju=Hu("m"),Zu=Hu("h"),Pu=Hu("d"),$u=Hu("w"),Ku=Hu("M"),Tu=Hu("Q"),Gu=Hu("y");function Vu(t){return function(){return this.isValid()?this._data[t]:NaN}}var qu=Vu("milliseconds"),Ju=Vu("seconds"),Xu=Vu("minutes"),Qu=Vu("hours"),tf=Vu("days"),ef=Vu("months"),of=Vu("years");var rf=Math.round,nf={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function af(t,e,o,r,n){return n.relativeTime(e||1,!!o,t,r)}var sf=Math.abs;function cf(t){return(t>0)-(t<0)||+t}function lf(){if(!this.isValid())return this.localeData().invalidDate();var t,e,o,r,n,i,a,s,c=sf(this._milliseconds)/1e3,l=sf(this._days),u=sf(this._months),f=this.asSeconds();return f?(t=Ks(c/60),e=Ks(t/60),c%=60,t%=60,o=Ks(u/12),u%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=f<0?"-":"",i=cf(this._months)!==cf(f)?"-":"",a=cf(this._days)!==cf(f)?"-":"",s=cf(this._milliseconds)!==cf(f)?"-":"",n+"P"+(o?i+o+"Y":"")+(u?i+u+"M":"")+(l?a+l+"D":"")+(e||t||c?"T":"")+(e?s+e+"H":"")+(t?s+t+"M":"")+(c?s+r+"S":"")):"P0D"}var uf,ff=Bl.prototype;ff.isValid=function(){return this._isValid},ff.abs=function(){var t=this._data;return this._milliseconds=Uu(this._milliseconds),this._days=Uu(this._days),this._months=Uu(this._months),t.milliseconds=Uu(t.milliseconds),t.seconds=Uu(t.seconds),t.minutes=Uu(t.minutes),t.hours=Uu(t.hours),t.months=Uu(t.months),t.years=Uu(t.years),this},ff.add=function(t,e){return Yu(this,t,e,1)},ff.subtract=function(t,e){return Yu(this,t,e,-1)},ff.as=function(t){if(!this.isValid())return NaN;var e,o,r=this._milliseconds;if("month"===(t=zs(t))||"quarter"===t||"year"===t)switch(e=this._days+r/864e5,o=this._months+Fu(e),t){case"month":return o;case"quarter":return o/3;case"year":return o/12}else switch(e=this._days+Math.round(Au(this._months)),t){case"week":return e/7+r/6048e5;case"day":return e+r/864e5;case"hour":return 24*e+r/36e5;case"minute":return 1440*e+r/6e4;case"second":return 86400*e+r/1e3;case"millisecond":return Math.floor(864e5*e)+r;default:throw new Error("Unknown unit "+t)}},ff.asMilliseconds=Bu,ff.asSeconds=zu,ff.asMinutes=ju,ff.asHours=Zu,ff.asDays=Pu,ff.asWeeks=$u,ff.asMonths=Ku,ff.asQuarters=Tu,ff.asYears=Gu,ff.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Ts(this._months/12):NaN},ff._bubble=function(){var t,e,o,r,n,i=this._milliseconds,a=this._days,s=this._months,c=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*_u(Au(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=Ks(i/1e3),c.seconds=t%60,e=Ks(t/60),c.minutes=e%60,o=Ks(e/60),c.hours=o%24,a+=Ks(o/24),s+=n=Ks(Fu(a)),a-=_u(Au(n)),r=Ks(s/12),s%=12,c.days=a,c.months=s,c.years=r,this},ff.clone=function(){return Jl(this)},ff.get=function(t){return t=zs(t),this.isValid()?this[t+"s"]():NaN},ff.milliseconds=qu,ff.seconds=Ju,ff.minutes=Xu,ff.hours=Qu,ff.days=tf,ff.weeks=function(){return Ks(this.days()/7)},ff.months=ef,ff.years=of,ff.humanize=function(t,e){if(!this.isValid())return this.localeData().invalidDate();var o,r,n=!1,i=nf;return"object"==typeof t&&(e=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof e&&(i=Object.assign({},nf,e),null!=e.s&&null==e.ss&&(i.ss=e.s-1)),r=function(t,e,o,r){var n=Jl(t).abs(),i=rf(n.as("s")),a=rf(n.as("m")),s=rf(n.as("h")),c=rf(n.as("d")),l=rf(n.as("M")),u=rf(n.as("w")),f=rf(n.as("y")),h=i<=o.ss&&["s",i]||i<o.s&&["ss",i]||a<=1&&["m"]||a<o.m&&["mm",a]||s<=1&&["h"]||s<o.h&&["hh",s]||c<=1&&["d"]||c<o.d&&["dd",c];return null!=o.w&&(h=h||u<=1&&["w"]||u<o.w&&["ww",u]),(h=h||l<=1&&["M"]||l<o.M&&["MM",l]||f<=1&&["y"]||["yy",f])[2]=e,h[3]=+t>0,h[4]=r,af.apply(null,h)}(this,!n,i,o=this.localeData()),n&&(r=o.pastFuture(+this,r)),o.postformat(r)},ff.toISOString=lf,ff.toString=lf,ff.toJSON=lf,ff.locale=su,ff.localeData=lu,ff.toIsoString=Ns("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",lf),ff.lang=cu,_s("X",0,0,"unix"),_s("x",0,0,"valueOf"),pc("x",uc),pc("X",/[+-]?\d+(\.\d{1,3})?/),mc("X",(function(t,e,o){o._d=new Date(1e3*parseFloat(t))})),mc("x",(function(t,e,o){o._d=new Date(Ts(t))})),
183
- //! moment.js
184
- ns.version="2.29.4",os=Yl,ns.fn=Iu,ns.min=function(){return Al("isBefore",[].slice.call(arguments,0))},ns.max=function(){return Al("isAfter",[].slice.call(arguments,0))},ns.now=function(){return Date.now?Date.now():+new Date},ns.utc=ps,ns.unix=function(t){return Yl(1e3*t)},ns.months=function(t,e){return Du(t,e,"months")},ns.isDate=fs,ns.locale=yl,ns.invalid=bs,ns.duration=Jl,ns.isMoment=ws,ns.weekdays=function(t,e,o){return Lu(t,e,o,"weekdays")},ns.parseZone=function(){return Yl.apply(null,arguments).parseZone()},ns.localeData=bl,ns.isDuration=zl,ns.monthsShort=function(t,e){return Du(t,e,"monthsShort")},ns.weekdaysMin=function(t,e,o){return Lu(t,e,o,"weekdaysMin")},ns.defineLocale=gl,ns.updateLocale=function(t,e){if(null!=e){var o,r,n=ll;null!=ul[t]&&null!=ul[t].parentLocale?ul[t].set(Ms(ul[t]._config,e)):(null!=(r=pl(t))&&(n=r._config),e=Ms(n,e),null==r&&(e.abbr=t),(o=new ks(e)).parentLocale=ul[t],ul[t]=o),yl(t)}else null!=ul[t]&&(null!=ul[t].parentLocale?(ul[t]=ul[t].parentLocale,t===yl()&&yl(t)):null!=ul[t]&&delete ul[t]);return ul[t]},ns.locales=function(){return Cs(ul)},ns.weekdaysShort=function(t,e,o){return Lu(t,e,o,"weekdaysShort")},ns.normalizeUnits=zs,ns.relativeTimeRounding=function(t){return void 0===t?rf:"function"==typeof t&&(rf=t,!0)},ns.relativeTimeThreshold=function(t,e){return void 0!==nf[t]&&(void 0===e?nf[t]:(nf[t]=e,"s"===t&&(nf.ss=e-1),!0))},ns.calendarFormat=function(t,e){var o=t.diff(e,"days",!0);return o<-6?"sameElse":o<-1?"lastWeek":o<0?"lastDay":o<1?"sameDay":o<2?"nextDay":o<7?"nextWeek":"sameElse"},ns.prototype=Iu,ns.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},function(t){t.DAY="DAY",t.WEEK="WEEK",t.MONTH="MONTH"}(uf||(uf={}));const hf=ft`
185
- .sessions-chart {
186
- height: 100%;
187
- width: 100%;
188
- }
189
- `;var df=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};null==window.echarts&&console.warn("Echarts is not available");let pf=class extends Un{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=uf.DAY,this.data=[]}render(){return qt`
190
- <div class="sessions-chart"></div>
191
- `}firstUpdated(t){var e;super.firstUpdated(t),this.myChart=null===(e=window.echarts)||void 0===e?void 0:e.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",(()=>{var t;null===(t=this.myChart)||void 0===t||t.resize()}))}updated(t){super.updated(t);const e=this.getOptions();e&&this.myChart&&this.myChart.setOption(e)}getOptions(){const t=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:t.hoverColor}},trigger:"axis",formatter:e=>t.getTooltip(e),backgroundColor:t.tooltipBackgroundColor,borderColor:t.tooltipBorderColor,textStyle:{color:t.tooltipTextColor},borderRadius:t.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter:e=>t.period===uf.DAY||t.period===uf.WEEK?ns.utc(1e3*e).format("DD MMM YYYY"):(t.period,uf.MONTH,ns.utc(1e3*e).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(t){const e=ns.utc(1e3*t[0].data.value[0]),o=t.map((t=>t.data.value[1]));let r,n,i="";switch(this.period){case uf.DAY:r=e.format("DD MMM YYYY"),n="on",this.isThisPeriod(e,uf.DAY)&&(i=" so far");break;case uf.WEEK:r=e.format("DD MMM YYYY"),n="during the week of",this.isThisPeriod(e,uf.WEEK)&&(i=" so far");break;case uf.MONTH:n="in",r=e.format("MMMM YYYY"),this.isThisPeriod(e,uf.MONTH)&&(i=" so far")}let a="";for(let t=0;t<o.length;t++){let e=this.valueLabels?this.valueLabels[t]:this.yAxisName,s=this.valueLabelsSingular?this.valueLabelsSingular[t]:e;const c=1===o[t]?s:e;a+=`${o[t].toLocaleString()} ${c} ${n} ${r}${i}</br>`}return a.substring(0,a.length-5)}isThisPeriod(t,e,o=ns.utc()){switch(e){case uf.DAY:return t.format("YYYY-MM-DD")===o.clone().startOf("day").format("YYYY-MM-DD");case uf.WEEK:return t.clone().startOf("isoWeek").format("YYYY-MM-DD")===o.clone().startOf("isoWeek").format("YYYY-MM-DD");case uf.MONTH:return t.month()===o.month()&&t.year()===o.year()}return!1}getSeries(){if(0==this.data.length)return[];const t=this.data[0].length-1;if(0==t)return[];let e=[];for(let o=0;o<t;o++)e[o]={type:this.barChart?"bar":"line",data:this.getData(o)};return e}getData(t){return this.data.map((e=>this.isThisPeriod(ns.unix(e[0]),this.period)?{value:[e[0],e[t+1]],itemStyle:{opacity:.5}}:{value:[e[0],e[t+1]]}))}};pf.styles=hf,df([Se({type:String})],pf.prototype,"xAxisName",void 0),df([Se({type:String})],pf.prototype,"yAxisName",void 0),df([Se({type:String})],pf.prototype,"graphColor",void 0),df([Se({type:String})],pf.prototype,"hoverColor",void 0),df([Se({type:String})],pf.prototype,"tooltipBackgroundColor",void 0),df([Se({type:String})],pf.prototype,"tooltipBorderColor",void 0),df([Se({type:String})],pf.prototype,"tooltipTextColor",void 0),df([Se({type:String})],pf.prototype,"tooltipBorderRadius",void 0),df([uo(void 0)],pf.prototype,"valueLabels",void 0),df([uo(void 0)],pf.prototype,"valueLabelsSingular",void 0),df([Se({type:Boolean})],pf.prototype,"barChart",void 0),df([Se({type:String})],pf.prototype,"period",void 0),df([uo([])],pf.prototype,"data",void 0),df([Ne(".sessions-chart")],pf.prototype,"container",void 0),pf=df([lo("ft-chart")],pf),lo("ft-chart")(pf);const yf=ft`
192
- .session-chart {
193
- width: 100%;
194
- height: 100%;
195
- }
196
- `;var gf=function(t,e,o,r){for(var n,i=arguments.length,a=i<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(e,o,a):n(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};t.FtAnalyticsSessionsChart=class extends Un{constructor(){super(...arguments),this.baseUrl="",this.period=uf.MONTH,this.startDate=ns.utc().startOf("month").add(-3,"months").format("YYYY-MM-DD"),this.endDate=ns.utc().startOf("month").format("YYYY-MM-DD"),this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.data=[]}render(){return qt`
197
- <div class="session-chart">
198
- <ft-chart
199
- xAxisName="date"
200
- yAxisName="sessions"
201
- graphColor="${this.graphColor}"
202
- hoverColor="${this.hoverColor}"
203
- tooltipBackgroundColor= "${this.tooltipBackgroundColor}"
204
- tooltipBorderColor= "${this.tooltipBorderColor}"
205
- tooltipTextColor= "${this.tooltipTextColor}"
206
- tooltipBorderRadius= ${this.tooltipBorderRadius}
207
- valueLabels="${JSON.stringify(["sessions opened"])}"
208
- valueLabelsSingular="${JSON.stringify(["session opened"])}"
209
- barChart
210
- period="${this.period}"
211
- data="${JSON.stringify(this.data)}"
212
- ></ft-chart>
213
- </div>
214
- `}update(t){super.update(t),t.has("baseUrl")&&this.fetchSessions()}async fetchSessions(){if(this.baseUrl){let t=await fetch(this.baseUrl+"/analytics/api/v2/traffic/sessions",{method:"POST",headers:{"Content-Type":"application/json","Ft-Calling-App":"analytics/web-component"},body:JSON.stringify({endDate:this.endDate,groupByPeriod:this.period.toLowerCase(),startDate:this.startDate})});if(t.ok){let e=(await t.json()).results;this.data=this.getData(e)}else console.log((await t.json()).message)}}getData(t){return t.map((t=>[ns.utc(t.periodStartDate,"YYYY-MM-DD").unix(),t.sessionCount]))}},t.FtAnalyticsSessionsChart.elementDefinitions={"ft-chart":pf},t.FtAnalyticsSessionsChart.styles=yf,gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"baseUrl",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"period",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"startDate",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"endDate",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"graphColor",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"hoverColor",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"tooltipBackgroundColor",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"tooltipBorderColor",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"tooltipTextColor",void 0),gf([Se({type:String})],t.FtAnalyticsSessionsChart.prototype,"tooltipBorderRadius",void 0),gf([we()],t.FtAnalyticsSessionsChart.prototype,"data",void 0),t.FtAnalyticsSessionsChart=gf([lo("ft-analytics-sessions-chart")],t.FtAnalyticsSessionsChart),lo("ft-analytics-sessions-chart")(t.FtAnalyticsSessionsChart),t.styles=yf}({});
268
+ moment/dist/moment.js:
269
+ (*! moment.js *)
270
+ (*! version : 2.29.4 *)
271
+ (*! authors : Tim Wood, Iskren Chernev, Moment.js contributors *)
272
+ (*! license : MIT *)
273
+ (*! momentjs.com *)
274
+ */