@fluid-topics/ft-chart 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-chart.min.js +15 -15
- package/package.json +3 -3
package/build/ft-chart.min.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
2
|
-
`)===0?$.substr(1,$.length):$}).forEach(function($){var K=$.split(":"),U=K.shift().trim();if(U){var Jr=K.join(":").trim();try{x.append(U,Jr)}catch(Xo){console.warn("Response "+Xo.message)}}}),x}N.call(S.prototype);function M(y,x){if(!(this instanceof M))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(x||(x={}),this.type="default",this.status=x.status===void 0?200:x.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=x.statusText===void 0?"":""+x.statusText,this.headers=new p(x.headers),this.url=x.url||"",this._initBody(y)}N.call(M.prototype),M.prototype.clone=function(){return new M(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},M.error=function(){var y=new M(null,{status:200,statusText:""});return y.ok=!1,y.status=0,y.type="error",y};var B=[301,302,303,307,308];M.redirect=function(y,x){if(B.indexOf(x)===-1)throw new RangeError("Invalid status code");return new M(null,{status:x,headers:{location:y}})},r.DOMException=o.DOMException;try{new r.DOMException}catch{r.DOMException=function(x,T){this.message=x,this.name=T;var $=Error(x);this.stack=$.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function k(y,x){return new Promise(function(T,$){var K=new S(y,x);if(K.signal&&K.signal.aborted)return $(new r.DOMException("Aborted","AbortError"));var U=new XMLHttpRequest;function Jr(){U.abort()}U.onload=function(){var ne={statusText:U.statusText,headers:D(U.getAllResponseHeaders()||"")};K.url.indexOf("file://")===0&&(U.status<200||U.status>599)?ne.status=200:ne.status=U.status,ne.url="responseURL"in U?U.responseURL:ne.headers.get("X-Request-URL");var yt="response"in U?U.response:U.responseText;setTimeout(function(){T(new M(yt,ne))},0)},U.onerror=function(){setTimeout(function(){$(new TypeError("Network request failed"))},0)},U.ontimeout=function(){setTimeout(function(){$(new TypeError("Network request timed out"))},0)},U.onabort=function(){setTimeout(function(){$(new r.DOMException("Aborted","AbortError"))},0)};function Xo(ne){try{return ne===""&&o.location.href?o.location.href:ne}catch{return ne}}if(U.open(K.method,Xo(K.url),!0),K.credentials==="include"?U.withCredentials=!0:K.credentials==="omit"&&(U.withCredentials=!1),"responseType"in U&&(a.blob?U.responseType="blob":a.arrayBuffer&&(U.responseType="arraybuffer")),x&&typeof x.headers=="object"&&!(x.headers instanceof p||o.Headers&&x.headers instanceof o.Headers)){var Ri=[];Object.getOwnPropertyNames(x.headers).forEach(function(ne){Ri.push(d(ne)),U.setRequestHeader(ne,f(x.headers[ne]))}),K.headers.forEach(function(ne,yt){Ri.indexOf(yt)===-1&&U.setRequestHeader(yt,ne)})}else K.headers.forEach(function(ne,yt){U.setRequestHeader(yt,ne)});K.signal&&(K.signal.addEventListener("abort",Jr),U.onreadystatechange=function(){U.readyState===4&&K.signal.removeEventListener("abort",Jr)}),U.send(typeof K._bodyInit>"u"?null:K._bodyInit)})}return k.polyfill=!0,o.fetch||(o.fetch=k,o.Headers=p,o.Request=S,o.Response=M),r.Headers=p,r.Request=S,r.Response=M,r.fetch=k,r}({})})(Ao);Ao.fetch.ponyfill=!0;delete Ao.fetch.polyfill;var er=_o.fetch?_o:Ao;ut=er.fetch;ut.default=er.fetch;ut.fetch=er.fetch;ut.Headers=er.Headers;ut.Request=er.Request;ut.Response=er.Response;Bc.exports=ut});if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,o=window.customElements,a=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(O,w){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(w)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let S=w.prototype.attributeChangedCallback,I=new Set(w.observedAttributes||[]);m(w,I,S);let D={elementClass:w,connectedCallback:w.prototype.connectedCallback,disconnectedCallback:w.prototype.disconnectedCallback,adoptedCallback:w.prototype.adoptedCallback,attributeChangedCallback:S,formAssociated:w.formAssociated,formAssociatedCallback:w.prototype.formAssociatedCallback,formDisabledCallback:w.prototype.formDisabledCallback,formResetCallback:w.prototype.formResetCallback,formStateRestoreCallback:w.prototype.formStateRestoreCallback,observedAttributes:I};this._definitionsByTag.set(O,D),this._definitionsByClass.set(w,D);let M=r.call(o,O);M||(M=p(O),t.call(o,O,M)),this===window.customElements&&(s.set(w,D),D.standInClass=M);let B=this._awaitingUpgrade.get(O);if(B){this._awaitingUpgrade.delete(O);for(let y of B)i.delete(y),g(y,D,!0)}let k=this._whenDefinedPromises.get(O);return k!==void 0&&(k.resolve(w),this._whenDefinedPromises.delete(O)),w}upgrade(){_.push(this),o.upgrade.apply(o,arguments),_.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let w=this._getDefinition(O);if(w!==void 0)return Promise.resolve(w.elementClass);let S=this._whenDefinedPromises.get(O);return S===void 0&&(S={},S.promise=new Promise(I=>S.resolve=I),this._whenDefinedPromises.set(O,S)),S.promise}_upgradeWhenDefined(O,w,S){let I=this._awaitingUpgrade.get(w);I||this._awaitingUpgrade.set(w,I=new Set),S?I.add(O):I.delete(O)}};let d;window.HTMLElement=function(){let w=d;if(w)return d=void 0,w;let S=s.get(this.constructor);if(!S)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return w=Reflect.construct(e,[],S.standInClass),Object.setPrototypeOf(w,this.constructor.prototype),a.set(w,S),w},window.HTMLElement.prototype=e.prototype;let f=O=>O===document||O instanceof ShadowRoot,h=O=>{let w=O.getRootNode();if(!f(w)){let S=_[_.length-1];if(S instanceof CustomElementRegistry)return S;w=S.getRootNode(),f(w)||(w=l.get(w)?.getRootNode()||document)}return w.customElements},p=O=>class{static get formAssociated(){return!0}constructor(){let S=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(S,HTMLElement.prototype);let I=h(S)||window.customElements,D=I._getDefinition(O);return D?g(S,D):i.set(S,I),S}connectedCallback(){let S=a.get(this);S?S.connectedCallback&&S.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let S=a.get(this);S?S.disconnectedCallback&&S.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let S=a.get(this);S&&S.formAssociated&&S?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let S=a.get(this);S?.formAssociated&&S?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let S=a.get(this);S?.formAssociated&&S?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let S=a.get(this);S?.formAssociated&&S?.formStateRestoreCallback?.apply(this,arguments)}},m=(O,w,S)=>{if(w.size===0||S===void 0)return;let I=O.prototype.setAttribute;I&&(O.prototype.setAttribute=function(B,k){let y=B.toLowerCase();if(w.has(y)){let x=this.getAttribute(y);I.call(this,y,k),S.call(this,y,x,k)}else I.call(this,y,k)});let D=O.prototype.removeAttribute;D&&(O.prototype.removeAttribute=function(B){let k=B.toLowerCase();if(w.has(k)){let y=this.getAttribute(k);D.call(this,k),S.call(this,k,y,null)}else D.call(this,k)});let M=O.prototype.toggleAttribute;M&&(O.prototype.toggleAttribute=function(B,k){let y=B.toLowerCase();if(w.has(y)){let x=this.getAttribute(y);M.call(this,y,k);let T=this.getAttribute(y);S.call(this,y,x,T)}else M.call(this,y,k)})},b=O=>{let w=Object.getPrototypeOf(O);if(w!==window.HTMLElement)return w===e?Object.setPrototypeOf(O,window.HTMLElement):b(w)},g=(O,w,S=!1)=>{Object.setPrototypeOf(O,w.elementClass.prototype),a.set(O,w),d=O;try{new w.elementClass}catch{b(w.elementClass),new w.elementClass}w.attributeChangedCallback&&w.observedAttributes.forEach(I=>{O.hasAttribute(I)&&w.attributeChangedCallback.call(O,I,null,O.getAttribute(I))}),S&&w.connectedCallback&&O.isConnected&&w.connectedCallback.call(O)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let w=v.apply(this,arguments);return O.customElements&&(w.customElements=O.customElements),w};let _=[document],C=(O,w,S=void 0)=>{let I=(S?Object.getPrototypeOf(S):O.prototype)[w];O.prototype[w]=function(){_.push(this);let D=I.apply(S||this,arguments);return D!==void 0&&l.set(D,this),_.pop(),D}};C(ShadowRoot,"createElement",document),C(ShadowRoot,"importNode",document),C(Element,"insertAdjacentHTML");let N=(O,w)=>{let S=Object.getOwnPropertyDescriptor(O.prototype,w);Object.defineProperty(O.prototype,w,{...S,set(I){_.push(this),S.set.call(this,I),_.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 O=new WeakMap,w=HTMLElement.prototype.attachInternals,S=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...B){let k=w.call(this,...B);return O.set(k,this),k},S.forEach(B=>{let k=window.ElementInternals.prototype,y=k[B];k[B]=function(...x){let T=O.get(this);if(a.get(T).formAssociated===!0)return y?.call(this,...x);throw new DOMException(`Failed to execute ${y} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class I extends Array{constructor(k){super(...k),this._elements=k}get value(){return this._elements.find(k=>k.checked===!0)?.value||""}}class D{constructor(k){let y=new Map;k.forEach((x,T)=>{let $=x.getAttribute("name"),K=y.get($)||[];this[+T]=x,K.push(x),y.set($,K)}),this.length=k.length,y.forEach((x,T)=>{x&&(x.length===1?this[T]=x[0]:this[T]=new I(x))})}namedItem(k){return this[k]}}let M=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let B=M.get.call(this,[]),k=[];for(let y of B){let x=a.get(y);(!x||x.formAssociated===!0)&&k.push(y)}return new D(k)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,o,a)=>{if(o!==null)try{t.bind(window.customElements)(r,o,a)}catch(i){console.info(r,o,a,i)}}}var un={};G(un,{CSSResult:()=>Mt,LitElement:()=>He,ReactiveElement:()=>Te,_$LE:()=>Wd,_$LH:()=>cn,adoptStyles:()=>pr,css:()=>te,defaultConverter:()=>Ft,getCompatibleStyle:()=>Qr,html:()=>so,isServer:()=>Tg,mathml:()=>Md,noChange:()=>ie,notEqual:()=>yr,nothing:()=>Q,render:()=>ln,supportsAdoptingStyleSheets:()=>ur,svg:()=>Ld,unsafeCSS:()=>fr});var Xr=globalThis,ur=Xr.ShadowRoot&&(Xr.ShadyCSS===void 0||Xr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,en=Symbol(),ki=new WeakMap,Mt=class{constructor(t,r,o){if(this._$cssResult$=!0,o!==en)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(ur&&t===void 0){let o=r!==void 0&&r.length===1;o&&(t=ki.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ki.set(r,t))}return t}toString(){return this.cssText}},fr=e=>new Mt(typeof e=="string"?e:e+"",void 0,en),te=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((o,a,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.")})(a)+e[i+1],e[0]);return new Mt(r,e,en)},pr=(e,t)=>{if(ur)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let o=document.createElement("style"),a=Xr.litNonce;a!==void 0&&o.setAttribute("nonce",a),o.textContent=r.cssText,e.appendChild(o)}},Qr=ur?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let o of t.cssRules)r+=o.cssText;return fr(r)})(e):e;var{is:_d,defineProperty:Ad,getOwnPropertyDescriptor:Rd,getOwnPropertyNames:Nd,getOwnPropertySymbols:kd,getPrototypeOf:Td}=Object,eo=globalThis,Ti=eo.trustedTypes,Id=Ti?Ti.emptyScript:"",Pd=eo.reactiveElementPolyfillSupport,hr=(e,t)=>e,Ft={toAttribute(e,t){switch(t){case Boolean:e=e?Id:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},yr=(e,t)=>!_d(e,t),Ii={attribute:!0,type:String,converter:Ft,reflect:!1,useDefault:!1,hasChanged:yr};Symbol.metadata??=Symbol("metadata"),eo.litPropertyMetadata??=new WeakMap;var Te=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,r=Ii){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let o=Symbol(),a=this.getPropertyDescriptor(t,o,r);a!==void 0&&Ad(this.prototype,t,a)}}static getPropertyDescriptor(t,r,o){let{get:a,set:i}=Rd(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get:a,set(s){let l=a?.call(this);i?.call(this,s),this.requestUpdate(t,l,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Ii}static _$Ei(){if(this.hasOwnProperty(hr("elementProperties")))return;let t=Td(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(hr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(hr("properties"))){let r=this.properties,o=[...Nd(r),...kd(r)];for(let a of o)this.createProperty(a,r[a])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[o,a]of r)this.elementProperties.set(o,a)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let a=this._$Eu(r,o);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let o=new Set(t.flat(1/0).reverse());for(let a of o)r.unshift(Qr(a))}else t!==void 0&&r.push(Qr(t));return r}static _$Eu(t,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return pr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,o){this._$AK(t,o)}_$ET(t,r){let o=this.constructor.elementProperties.get(t),a=this.constructor._$Eu(t,o);if(a!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:Ft).toAttribute(r,o.type);this._$Em=t,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(t,r){let o=this.constructor,a=o._$Eh.get(t);if(a!==void 0&&this._$Em!==a){let i=o.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Ft;this._$Em=a,this[a]=s.fromAttribute(r,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(t,r,o){if(t!==void 0){let a=this.constructor,i=this[t];if(o??=a.getPropertyOptions(t),!((o.hasChanged??yr)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(a._$Eu(t,o))))return;this.C(t,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:o,reflect:a,wrapped:i},s){o&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,s??r??this[t]),i!==!0||s!==void 0)||(this._$AL.has(t)||(this.hasUpdated||o||(r=void 0),this._$AL.set(t,r)),a===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[a,i]of o){let{wrapped:s}=i,l=this[a];s!==!0||this._$AL.has(a)||l===void 0||this.C(a,void 0,i,l)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$EM()}catch(o){throw t=!1,this._$EM(),o}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};Te.elementStyles=[],Te.shadowRootOptions={mode:"open"},Te[hr("elementProperties")]=new Map,Te[hr("finalized")]=new Map,Pd?.({ReactiveElement:Te}),(eo.reactiveElementVersions??=[]).push("2.1.0");var rn=globalThis,to=rn.trustedTypes,Pi=to?to.createPolicy("lit-html",{createHTML:e=>e}):void 0,on="$lit$",Be=`lit$${Math.random().toFixed(9).slice(2)}$`,nn="?"+Be,Dd=`<${nn}>`,bt=document,gr=()=>bt.createComment(""),br=e=>e===null||typeof e!="object"&&typeof e!="function",an=Array.isArray,Wi=e=>an(e)||typeof e?.[Symbol.iterator]=="function",tn=`[
|
|
3
|
-
\f\r]`,
|
|
4
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Mi=/'/g,Fi=/"/g,Bi=/^(?:script|style|textarea|title)$/i,sn=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),so=sn(1),Ld=sn(2),Md=sn(3),ie=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),Ui=new WeakMap,gt=bt.createTreeWalker(bt,129);function Hi(e,t){if(!an(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Pi!==void 0?Pi.createHTML(t):t}var zi=(e,t)=>{let r=e.length-1,o=[],a,i=t===2?"<svg>":t===3?"<math>":"",s=mr;for(let l=0;l<r;l++){let d=e[l],f,h,p=-1,m=0;for(;m<d.length&&(s.lastIndex=m,h=s.exec(d),h!==null);)m=s.lastIndex,s===mr?h[1]==="!--"?s=Di:h[1]!==void 0?s=Li:h[2]!==void 0?(Bi.test(h[2])&&(a=RegExp("</"+h[2],"g")),s=mt):h[3]!==void 0&&(s=mt):s===mt?h[0]===">"?(s=a??mr,p=-1):h[1]===void 0?p=-2:(p=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?mt:h[3]==='"'?Fi:Mi):s===Fi||s===Mi?s=mt:s===Di||s===Li?s=mr:(s=mt,a=void 0);let b=s===mt&&e[l+1].startsWith("/>")?" ":"";i+=s===mr?d+Dd:p>=0?(o.push(f),d.slice(0,p)+on+d.slice(p)+Be+b):d+Be+(p===-2?l:b)}return[Hi(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),o]},xr=class e{constructor({strings:t,_$litType$:r},o){let a;this.parts=[];let i=0,s=0,l=t.length-1,d=this.parts,[f,h]=zi(t,r);if(this.el=e.createElement(f,o),gt.currentNode=this.el.content,r===2||r===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(a=gt.nextNode())!==null&&d.length<l;){if(a.nodeType===1){if(a.hasAttributes())for(let p of a.getAttributeNames())if(p.endsWith(on)){let m=h[s++],b=a.getAttribute(p).split(Be),g=/([.?@])?(.*)/.exec(m);d.push({type:1,index:i,name:g[2],strings:b,ctor:g[1]==="."?oo:g[1]==="?"?no:g[1]==="@"?ao:vt}),a.removeAttribute(p)}else p.startsWith(Be)&&(d.push({type:6,index:i}),a.removeAttribute(p));if(Bi.test(a.tagName)){let p=a.textContent.split(Be),m=p.length-1;if(m>0){a.textContent=to?to.emptyScript:"";for(let b=0;b<m;b++)a.append(p[b],gr()),gt.nextNode(),d.push({type:2,index:++i});a.append(p[m],gr())}}}else if(a.nodeType===8)if(a.data===nn)d.push({type:2,index:i});else{let p=-1;for(;(p=a.data.indexOf(Be,p+1))!==-1;)d.push({type:7,index:i}),p+=Be.length-1}i++}}static createElement(t,r){let o=bt.createElement("template");return o.innerHTML=t,o}};function xt(e,t,r=e,o){if(t===ie)return t;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=br(t)?void 0:t._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(e),a._$AT(e,r,o)),o!==void 0?(r._$Co??=[])[o]=a:r._$Cl=a),a!==void 0&&(t=xt(e,a._$AS(e,t.values),a,o)),t}var ro=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:o}=this._$AD,a=(t?.creationScope??bt).importNode(r,!0);gt.currentNode=a;let i=gt.nextNode(),s=0,l=0,d=o[0];for(;d!==void 0;){if(s===d.index){let f;d.type===2?f=new Ut(i,i.nextSibling,this,t):d.type===1?f=new d.ctor(i,d.name,d.strings,this,t):d.type===6&&(f=new io(i,this,t)),this._$AV.push(f),d=o[++l]}s!==d?.index&&(i=gt.nextNode(),s++)}return gt.currentNode=bt,a}p(t){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(t,o,r),r+=o.strings.length-2):o._$AI(t[r])),r++}},Ut=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,o,a){this.type=2,this._$AH=Q,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=o,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=xt(this,t,r),br(t)?t===Q||t==null||t===""?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==ie&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Wi(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==Q&&br(this._$AH)?this._$AA.nextSibling.data=t:this.T(bt.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:o}=t,a=typeof o=="number"?this._$AC(t):(o.el===void 0&&(o.el=xr.createElement(Hi(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new ro(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(t){let r=Ui.get(t.strings);return r===void 0&&Ui.set(t.strings,r=new xr(t)),r}k(t){an(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,a=0;for(let i of t)a===r.length?r.push(o=new e(this.O(gr()),this.O(gr()),this,this.options)):o=r[a],o._$AI(i),a++;a<r.length&&(this._$AR(o&&o._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let o=t.nextSibling;t.remove(),t=o}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},vt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,o,a,i){this.type=1,this._$AH=Q,this._$AN=void 0,this.element=t,this.name=r,this._$AM=a,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Q}_$AI(t,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)t=xt(this,t,r,0),s=!br(t)||t!==this._$AH&&t!==ie,s&&(this._$AH=t);else{let l=t,d,f;for(t=i[0],d=0;d<i.length-1;d++)f=xt(this,l[o+d],r,d),f===ie&&(f=this._$AH[d]),s||=!br(f)||f!==this._$AH[d],f===Q?t=Q:t!==Q&&(t+=(f??"")+i[d+1]),this._$AH[d]=f}s&&!a&&this.j(t)}j(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},oo=class extends vt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Q?void 0:t}},no=class extends vt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Q)}},ao=class extends vt{constructor(t,r,o,a,i){super(t,r,o,a,i),this.type=5}_$AI(t,r=this){if((t=xt(this,t,r,0)??Q)===ie)return;let o=this._$AH,a=t===Q&&o!==Q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==Q&&(o===Q||a);a&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},io=class{constructor(t,r,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){xt(this,t)}},cn={M:on,P:Be,A:nn,C:1,L:zi,R:ro,D:Wi,V:xt,I:Ut,H:vt,N:no,U:ao,B:oo,F:io},Fd=rn.litHtmlPolyfillSupport;Fd?.(xr,Ut),(rn.litHtmlVersions??=[]).push("3.3.0");var ln=(e,t,r)=>{let o=r?.renderBefore??t,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new Ut(t.insertBefore(gr(),i),i,void 0,r??{})}return a._$AI(e),a};var dn=globalThis,He=class extends Te{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ln(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ie}};He._$litElement$=!0,He.finalized=!0,dn.litElementHydrateSupport?.({LitElement:He});var Ud=dn.litElementPolyfillSupport;Ud?.({LitElement:He});var Wd={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(dn.litElementVersions??=[]).push("4.2.0");var Tg=!1;var pn={};G(pn,{customElement:()=>Bd,eventOptions:()=>zd,property:()=>V,query:()=>fn,queryAll:()=>Gd,queryAssignedElements:()=>jd,queryAssignedNodes:()=>Vd,queryAsync:()=>Yd,standardProperty:()=>$i,state:()=>co});var Bd=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var Hd={attribute:!0,type:String,converter:Ft,reflect:!1,hasChanged:yr},$i=(e=Hd,t,r)=>{let{kind:o,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),o==="setter"&&((e=Object.create(e)).wrapped=!0),i.set(r.name,e),o==="accessor"){let{name:s}=r;return{set(l){let d=t.get.call(this);t.set.call(this,l),this.requestUpdate(s,d,e)},init(l){return l!==void 0&&this.C(s,void 0,e,l),l}}}if(o==="setter"){let{name:s}=r;return function(l){let d=this[s];t.call(this,l),this.requestUpdate(s,d,e)}}throw Error("Unsupported decorator location: "+o)};function V(e){return(t,r)=>typeof r=="object"?$i(e,t,r):((o,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(a,i):void 0})(e,t,r)}function co(e){return V({...e,state:!0,attribute:!1})}function zd(e){return(t,r)=>{let o=typeof t=="function"?t:t[r];Object.assign(o,e)}}var Ee=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function fn(e,t){return(r,o,a)=>{let i=s=>s.renderRoot?.querySelector(e)??null;if(t){let{get:s,set:l}=typeof o=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return Ee(r,o,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&l.call(this,d)),d}})}return Ee(r,o,{get(){return i(this)}})}}var $d;function Gd(e){return(t,r)=>Ee(t,r,{get(){return(this.renderRoot??($d??=document.createDocumentFragment())).querySelectorAll(e)}})}function Yd(e){return(t,r)=>Ee(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function jd(e){return(t,r)=>{let{slot:o,selector:a}=e??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Ee(t,r,{get(){let s=this.renderRoot?.querySelector(i),l=s?.assignedElements(e)??[];return a===void 0?l:l.filter(d=>d.matches(a))}})}}function Vd(e){return(t,r)=>{let{slot:o}=e??{},a="slot"+(o?`[name=${o}]`:":not([name])");return Ee(t,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(e)??[]}})}}var hn={};G(hn,{repeat:()=>Ki});var et={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},tt=e=>(...t)=>({_$litDirective$:e,values:t}),Ie=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,o){this._$Ct=t,this._$AM=r,this._$Ci=o}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{I:Kd}=cn;var Gi=()=>document.createComment(""),Wt=(e,t,r)=>{let o=e._$AA.parentNode,a=t===void 0?e._$AB:t._$AA;if(r===void 0){let i=o.insertBefore(Gi(),a),s=o.insertBefore(Gi(),a);r=new Kd(i,s,e,e.options)}else{let i=r._$AB.nextSibling,s=r._$AM,l=s!==e;if(l){let d;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(d=e._$AU)!==s._$AU&&r._$AP(d)}if(i!==a||l){let d=r._$AA;for(;d!==i;){let f=d.nextSibling;o.insertBefore(d,a),d=f}}}return r},rt=(e,t,r=e)=>(e._$AI(t,r),e),Zd={},Yi=(e,t=Zd)=>e._$AH=t,ji=e=>e._$AH,lo=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let o=t.nextSibling;t.remove(),t=o}};var Vi=(e,t,r)=>{let o=new Map;for(let a=t;a<=r;a++)o.set(e[a],a);return o},Ki=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,r){let o;r===void 0?r=t:t!==void 0&&(o=t);let a=[],i=[],s=0;for(let l of e)a[s]=o?o(l,s):s,i[s]=r(l,s),s++;return{values:i,keys:a}}render(e,t,r){return this.dt(e,t,r).values}update(e,[t,r,o]){let a=ji(e),{values:i,keys:s}=this.dt(t,r,o);if(!Array.isArray(a))return this.ut=s,i;let l=this.ut??=[],d=[],f,h,p=0,m=a.length-1,b=0,g=i.length-1;for(;p<=m&&b<=g;)if(a[p]===null)p++;else if(a[m]===null)m--;else if(l[p]===s[b])d[b]=rt(a[p],i[b]),p++,b++;else if(l[m]===s[g])d[g]=rt(a[m],i[g]),m--,g--;else if(l[p]===s[g])d[g]=rt(a[p],i[g]),Wt(e,d[g+1],a[p]),p++,g--;else if(l[m]===s[b])d[b]=rt(a[m],i[b]),Wt(e,a[p],a[m]),m--,b++;else if(f===void 0&&(f=Vi(s,b,g),h=Vi(l,p,m)),f.has(l[p]))if(f.has(l[m])){let v=h.get(s[b]),_=v!==void 0?a[v]:null;if(_===null){let C=Wt(e,a[p]);rt(C,i[b]),d[b]=C}else d[b]=rt(_,i[b]),Wt(e,a[p],_),a[v]=null;b++}else lo(a[m]),m--;else lo(a[p]),p++;for(;b<=g;){let v=Wt(e,d[g+1]);rt(v,i[b]),d[b++]=v}for(;p<=m;){let v=a[p++];v!==null&&lo(v)}return this.ut=s,Yi(e,d),ie}});var yn={};G(yn,{classMap:()=>qd});var qd=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in t)t[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(t)}let r=e.element.classList;for(let o of this.st)o in t||(r.remove(o),this.st.delete(o));for(let o in t){let a=!!t[o];a===this.st.has(o)||this.nt?.has(o)||(a?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return ie}});var mn={};G(mn,{styleMap:()=>Xd});var Zi="important",Jd=" !"+Zi,Xd=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.ATTRIBUTE||e.name!=="style"||e.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(e){return Object.keys(e).reduce((t,r)=>{let o=e[r];return o==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(let o of this.ft)t[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in t){let a=t[o];if(a!=null){this.ft.add(o);let i=typeof a=="string"&&a.endsWith(Jd);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?Zi:""):r[o]=a}}return ie}});var gn={};G(gn,{UnsafeHTMLDirective:()=>Bt,unsafeHTML:()=>Qd});var Bt=class extends Ie{constructor(t){if(super(t),this.it=Q,t.type!==et.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Q||t==null)return this._t=void 0,this.it=t;if(t===ie)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;let r=[t];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};Bt.directiveName="unsafeHTML",Bt.resultType=1;var Qd=tt(Bt);var Cn={};G(Cn,{CacheRegistry:()=>En,ClearCacheEvent:()=>Sr});var xn={};G(xn,{CancelablePromise:()=>uo,CanceledPromiseError:()=>vr,cancelable:()=>bn});var vr=class extends Error{constructor(t,r,o){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=o}},uo=class extends Promise{constructor(t){super((r,o)=>t(a=>{this.isCanceled?o(new vr("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new vr("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},bn=e=>new uo((t,r)=>e.then(t).catch(r));var wn={};G(wn,{FtNotificationEvent:()=>vn,PostResizeEvent:()=>On,PreResizeEvent:()=>Sn,WithEventBus:()=>St,withEventBus:()=>qi});var vn=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},Sn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},On=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};function qi(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,o,a){this.eventBus.addEventListener(r,o,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,a){this.eventBus.removeEventListener(r,o,a)}}}var St=class extends qi(Object){};var Sr=class extends CustomEvent{constructor(t){super("clear-cache",{detail:{clearedKeys:t}})}},En=class extends St{constructor(){super(...arguments),this.content={}}register(t,r,o=!1){var a;let i=this.content[t],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[t]={...i,loader:r,final:o,status:s}}registerFinal(t,r){this.forceClear(t),this.register(t,r,!0)}clearAll(t=!0){let r=[];for(let o in this.content)this.clear(o,!1)!=null&&r.push(o);return t&&r.length>0&&this.dispatchEvent(new Sr(r)),r}clear(t,r=!0){if(this.content[t]&&!this.content[t].final)return this.forceClear(t),r&&this.dispatchEvent(new Sr([t])),t}forceClear(t){var r;let o=this.content[t];o&&(this.clearClearTimeout(t),(r=o.promise)===null||r===void 0||r.cancel(),this.content[t]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(t){var r,o,a;((r=this.content[t])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[t])===null||o===void 0?void 0:o.clearTimeout),(a=this.content[t])===null||a===void 0||delete a.clearTimeout)}set(t,r,o=!1){this.forceClear(t);let a=async()=>r,i="RESOLVED";this.content[t]={loader:a,final:o,status:i,value:r}}setFinal(t,r){return this.set(t,r,!0)}async get(t,r,o){if(!this.isRegistered(t)){if(!r)throw new Error("Unknown cache key "+t);this.register(t,r)}let a=this.content[t];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=bn(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,o!=null&&(this.clearClearTimeout(t),a.clearTimeout=window.setTimeout(()=>this.clear(t),o)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(t){return this.content[t]!=null}getNow(t){var r;return(r=this.content[t])===null||r===void 0?void 0:r.value}has(t){var r,o;return((r=this.content[t])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[t])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(t=>{var r;return((r=this.content[t])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(t=>this.content[t].value)}keys(){return Object.keys(this.content)}};var Rn={};G(Rn,{ClusteringHelper:()=>An,formatHierarchicalValues:()=>_n});function _n(e,t){return t&&t>1&&e.length>=t?`... > ${e[e.length-1]}`:e.join(" > ")}var An=class e{constructor(t,r,o,a){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=a}static extractResultMetadata(t){var r,o,a,i,s;let l=((i=(o=(r=t.result)===null||r===void 0?void 0:r.map)!==null&&o!==void 0?o:(a=t.result)===null||a===void 0?void 0:a.document)!==null&&i!==void 0?i:(s=t.result)===null||s===void 0?void 0:s.topic).metadata;return t.key==null?e.flattenMetadata(l,t.hierarchicalValueTruncatingLevel,t.dateFormatter):e.flattenMetadata(l.find(d=>d.key===t.key),t.hierarchicalValueTruncatingLevel,t.dateFormatter)}static flattenMetadata(t,r,o){if(Array.isArray(t))return t.map(i=>e.flattenMetadata(i,r,o)).filter(i=>i!=null);let a=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!a))if(a){let i=[],s=[];return t.hierarchicalValues.forEach(l=>{i.push(_n(l)),s.push(_n(l,r))}),{key:t.key,label:t.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=t.values.join(", "),s=t.values.map(l=>o?o(l):l).join(", ");return{key:t.key,label:t.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(t,r,o="No value",a,i){var s,l;let d=e.extractResultMetadata({result:this.selectedResult,key:t,dateFormatter:i}),f=(s=d?.label)!==null&&s!==void 0?s:(l=this.getMetadataDescriptor(t))===null||l===void 0?void 0:l.label;return this.allResults.map(p=>e.extractResultMetadata({result:p,key:t,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(p=>p??{key:t,label:f,value:void 0,displayValue:o}).filter(p=>p.value!=d?.value).filter((p,m,b)=>b.findIndex(g=>g.value===p.value)===m).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,m)=>this.compareMetadata(p.metadata.value,m.metadata.value,t,r))}compareMetadata(t,r,o,a){if(t==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 d=t.localeCompare(r,a,{numeric:!0});return l?d*-1:d}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let o=this.allResults.filter(d=>{var f;return((f=e.extractResultMetadata({result:d,key:t}))===null||f===void 0?void 0:f.value)==r}),i=[...e.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==t)],s,l=-1;for(let d of o){let f=this.countMatchingMetadata(d,i);if(f>l&&(l=f,s=d,f===i.length))break}return s}countMatchingMetadata(t,r){return e.extractResultMetadata({result:t}).filter(o=>r.some(a=>a.key===o.key&&a.value===o.value)).length}};var Nn={};G(Nn,{Debouncer:()=>Or});var Or=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let o=[...this.callbacks];this.callbacks=[];let a=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of o)try{await s()}catch(l){a(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 In={};G(In,{customElement:()=>Cr,isNumber:()=>rs,jsonProperty:()=>wt,optionalNumberProperty:()=>su});var Tn={};G(Tn,{dateReviver:()=>tu,deepCopy:()=>au,deepEqual:()=>wr,delay:()=>Ji,eventPathContainsMatchingElement:()=>ou,flatDeep:()=>Qi,getComposedPathTo:()=>kn,hasChanged:()=>Ot,last:()=>nu,minmax:()=>Er,parseDate:()=>es,randomId:()=>iu,unslotText:()=>ts,waitFor:()=>Xi,waitUntil:()=>eu});var Ji=e=>new Promise(t=>setTimeout(t,e));async function eu(e,t=10,r=2e4){await Xi(async()=>await e()||void 0,t,r)}async function Xi(e,t=10,r=2e4){let o=await e(),a,i;for(a=i=performance.now();o==null&&(!r||i-a<r);)await Ji(t),o=await e(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Qi(e,t){return e.flatMap(r=>[r,...Qi(t(r),t)])}function tu(...e){return(t,r)=>e.includes(t)?es(r):r}function es(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,o,a)=>r+o+":"+a),new Date(e)}function ru(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,o,a;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(o=r;o--!==0;)if(!wr(e[o],t[o]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;for(o of e.entries())if(!wr(o[1],t.get(o[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(l=>s[l]!=null);if(a=i(e),r=a.length,r!==i(t).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[o]))return!1;for(o=r;o--!==0;){let s=a[o];if(!wr(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function wr(e,t){try{return ru(e,t)}catch{return!1}}function Ot(e,t){return!wr(e,t)}function ou(e,t,r=window.document.body){if(t.length>0){let o=e.composedPath();for(let a of o){if(a===r)return!1;if(a.matches&&t.some(i=>a.matches(i)))return!0}}return!1}function Er(e,t,r){return Math.min(Math.max(e,t),r)}function nu(e){return e[e.length-1]}function ts(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(t=>ts(t)).join(""):e?.textContent||""}function kn(e){let t=[],r=o=>{o.stopPropagation(),t=o.composedPath()};return e.addEventListener("get-composed-path",r),e.dispatchEvent(new Event("get-composed-path",{composed:!0})),e.removeEventListener("get-composed-path",r),t}function au(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function iu(e,t){return(t??"")+(""+Math.floor(Math.random()*10**e)).padStart(e,"0")}var Cr=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function wt(e,t){let r=()=>JSON.parse(JSON.stringify(e));return V({type:Object,converter:{fromAttribute:o=>{if(o==null)return r();try{return JSON.parse(o)}catch{return r()}},toAttribute:o=>JSON.stringify(o)},hasChanged:Ot,...t??{}})}function su(e){return V({type:Object,converter:{fromAttribute:t=>{if(t!=null)return rs(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},...e??{}})}function rs(e){return!isNaN(parseFloat(e))}var Mn={};G(Mn,{designSystemVariables:()=>zu});var Ln={};G(Ln,{DesignSystemFamily:()=>_r,DesignSystemSize:()=>Ar,FtCssVariableFactory:()=>n,badge:()=>gu,banner:()=>mu,button:()=>du,chart:()=>Pu,checkbox:()=>uu,chip:()=>hu,chipChoice:()=>pu,collapsible:()=>Tu,comboboxMultiSelect:()=>Nu,comboboxSingleSelect:()=>Ru,drawer:()=>wu,floatingMenu:()=>Au,foundation:()=>c,link:()=>yu,modal:()=>Ou,notice:()=>Lu,notification:()=>Uu,pageDesigner:()=>Du,pageFooter:()=>vu,pageHeader:()=>xu,pageLayout:()=>Su,popover:()=>ku,radio:()=>Fu,reorderableList:()=>Bu,resolveFamilyClass:()=>Pn,resolveSizeClass:()=>Dn,semantic:()=>u,setVariable:()=>Ht,switch_:()=>Iu,table:()=>fu,tabs:()=>Eu,textArea:()=>_u,textInput:()=>Cu,titleBreadcrumb:()=>bu,toggle:()=>Mu,tooltip:()=>Wu,treeList:()=>Hu,typographies:()=>cu,typographyBody1Medium:()=>cs,typographyBody1Regular:()=>ss,typographyBody1Semibold:()=>ls,typographyBody2Medium:()=>us,typographyBody2MediumUnderline:()=>fs,typographyBody2Regular:()=>ds,typographyBody2Semibold:()=>ps,typographyCaption1Bold:()=>Os,typographyCaption1Medium:()=>vs,typographyCaption1Semibold:()=>Ss,typographyCaption2Bold:()=>Cs,typographyCaption2Medium:()=>ws,typographyCaption2Semibold:()=>Es,typographyCaption3Bold:()=>Rs,typographyCaption3Medium:()=>_s,typographyCaption3Semibold:()=>As,typographyDisplay:()=>os,typographyLabel1Bold:()=>ms,typographyLabel1Medium:()=>hs,typographyLabel1Semibold:()=>ys,typographyLabel2Bold:()=>xs,typographyLabel2Medium:()=>gs,typographyLabel2Semibold:()=>bs,typographyTitle1:()=>ns,typographyTitle2:()=>as,typographyTitle3:()=>is,typographyVariants:()=>lu});var ot=e=>typeof e=="string"?fr(e):e,n=class{static create(t,r,o,a){let i=l=>ot(l??a),s=te`var(${ot(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>Ht(s,l??i(a)),s.get=l=>te`var(${ot(t)}, ${i(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(t,r,o,a){let i=l=>o.get(l??a),s=te`var(${ot(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>Ht(s,l??i(a)),s.get=l=>te`var(${ot(t)}, ${i(l)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>a??o.lastResortDefaultValue(),s}static external(t,r){let o=i=>t.defaultCssValue(i),a=te`var(${ot(t.name)}, ${o(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=r,a.defaultCssValue=o,a.set=i=>t.set(i),a.get=i=>te`var(${ot(t.name)}, ${o(i)})`,a.breadcrumb=()=>t.breadcrumb(),a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}};function Ht(e,t){return ot(`${e.name}: ${t}`)}var c={colorWhite:n.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:n.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:n.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:n.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:n.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:n.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:n.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:n.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:n.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:n.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:n.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:n.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:n.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:n.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:n.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:n.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:n.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:n.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:n.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:n.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:n.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:n.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:n.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:n.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:n.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:n.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:n.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:n.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:n.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:n.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:n.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:n.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:n.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:n.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:n.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:n.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:n.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:n.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:n.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:n.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:n.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:n.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:n.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:n.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:n.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:n.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:n.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:n.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:n.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:n.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:n.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:n.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:n.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:n.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:n.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:n.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:n.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:n.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:n.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:n.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:n.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:n.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:n.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:n.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:n.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:n.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:n.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:n.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:n.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:n.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:n.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:n.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:n.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:n.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:n.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:n.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:n.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:n.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:n.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:n.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:n.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:n.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:n.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:n.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:n.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:n.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:n.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:n.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:n.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:n.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:n.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:n.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:n.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:n.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:n.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:n.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:n.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:n.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:n.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:n.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:n.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:n.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:n.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:n.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:n.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:n.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:n.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:n.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:n.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:n.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:n.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:n.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:n.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:n.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:n.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:n.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:n.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:n.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:n.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:n.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:n.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:n.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:n.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:n.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:n.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:n.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:n.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:n.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:n.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:n.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:n.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:n.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:n.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:n.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:n.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:n.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:n.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:n.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:n.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:n.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:n.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:n.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:n.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:n.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:n.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:n.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:n.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:n.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:n.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:n.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:n.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:n.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:n.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:n.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:n.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:n.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:n.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:n.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:n.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:n.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:n.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:n.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:n.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:n.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:n.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:n.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:n.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:n.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:n.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:n.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:n.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:n.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:n.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:n.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:n.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:n.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:n.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:n.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:n.create("--ft-opacity-0","","NUMBER","0"),opacity8:n.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:n.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:n.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:n.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:n.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:n.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:n.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:n.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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)")},os={fontFamily:n.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-display-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:n.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-display-textCase","","UNKNOWN","none")},ns={fontFamily:n.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-title-1-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:n.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},as={fontFamily:n.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-title-2-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:n.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},is={fontFamily:n.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-title-3-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:n.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:n.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},ss={fontFamily:n.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:n.create("--ft-typography-body-1-regular-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},cs={fontFamily:n.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-1-medium-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},ls={fontFamily:n.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},ds={fontFamily:n.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:n.create("--ft-typography-body-2-regular-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},us={fontFamily:n.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-2-medium-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},fs={fontFamily:n.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:n.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:n.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},ps={fontFamily:n.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},hs={fontFamily:n.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},ys={fontFamily:n.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ms={fontFamily:n.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},gs={fontFamily:n.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},bs={fontFamily:n.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},xs={fontFamily:n.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},vs={fontFamily:n.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ss={fontFamily:n.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Os={fontFamily:n.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},ws={fontFamily:n.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Es={fontFamily:n.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Cs={fontFamily:n.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},_s={fontFamily:n.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},As={fontFamily:n.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Rs={fontFamily:n.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},cu={display:os,"title-1":ns,"title-2":as,"title-3":is,"body-1-regular":ss,"body-1-medium":cs,"body-1-semibold":ls,"body-2-regular":ds,"body-2-medium":us,"body-2-medium-underline":fs,"body-2-semibold":ps,"label-1-medium":hs,"label-1-semibold":ys,"label-1-bold":ms,"label-2-medium":gs,"label-2-semibold":bs,"label-2-bold":xs,"caption-1-medium":vs,"caption-1-semibold":Ss,"caption-1-bold":Os,"caption-2-medium":ws,"caption-2-semibold":Es,"caption-2-bold":Cs,"caption-3-medium":_s,"caption-3-semibold":As,"caption-3-bold":Rs},lu=["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 u={backgroundActionPrimary:n.extend("--ft-background-action-primary","Used as backgorund of primary action components.",c.colorBrand0),backgroundErrorSubtle:n.extend("--ft-background-error-subtle","Used as background of subtle error components.",c.colorRed10),backgroundInfoSubtle:n.extend("--ft-background-info-subtle","Used as background of subtle information components.",c.colorCyan10),backgroundWarningSubtle:n.extend("--ft-background-warning-subtle","Used as background of subtle information components.",c.colorOrange10),backgroundSuccessSubtle:n.extend("--ft-background-success-subtle","Used as background of subtle success components.",c.colorGreen10),backgroundGlobalSurface:n.extend("--ft-background-global-surface","Used as app background.",c.colorWhite),backgroundGlobalOnSurface:n.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",c.colorGray10),backgroundGlobalOnSurfaceDark:n.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",c.colorGray30),contentActionPrimary:n.extend("--ft-content-action-primary","Used on label of primary action on light surface.",c.colorBrand0),contentWarningPrimary:n.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",c.colorOrange200),contentWarningIconOnly:n.extend("--ft-content-warning-icon-only","Used on warning status icons alone",c.colorOrange0),contentErrorPrimary:n.extend("--ft-content-error-primary","Used on label of error messages on light surface.",c.colorRed0),contentErrorIconOnly:n.extend("--ft-content-error-icon-only","Used on error status icons alone",c.colorRed70),contentInfoPrimary:n.extend("--ft-content-info-primary","Used on label of information messages on light surface.",c.colorCyan200),contentInfoIconOnly:n.extend("--ft-content-info-icon-only","Used on info status icons alone",c.colorCyan0),contentSuccessPrimary:n.extend("--ft-content-success-primary","Used on label of success messages on light surface.",c.colorGreen200),contentSuccessIconOnly:n.extend("--ft-content-success-icon-only","Used on success status icons alone",c.colorGreen0),contentGlobalPrimary:n.extend("--ft-content-global-primary","Used for main content on the page.",c.colorGray500),contentGlobalSecondary:n.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
-
Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",c.colorGray0),contentGlobalOnColor:n.extend("--ft-content-global-on-color","Used for content on a dominant color.",c.colorWhite),borderActionPrimary:n.extend("--ft-border-action-primary","Used as border for primary action components.",c.colorBrand0),borderActionFocusRing:n.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",c.colorCyan0),borderWarningPrimary:n.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",c.colorOrange200),borderWarningSubtle:n.extend("--ft-border-warning-subtle","Used as border for warning components.",c.colorOrange30),borderSuccessPrimary:n.extend("--ft-border-success-primary","Used as border for success buttons.",c.colorGreen200),borderSuccessSubtle:n.extend("--ft-border-success-subtle","Used as border for success components.",c.colorGreen30),borderErrorPrimary:n.extend("--ft-border-error-primary","Used as border for text fields in error states.",c.colorRed0),borderErrorSubtle:n.extend("--ft-border-error-subtle","Used as border for error components.",c.colorRed30),borderInfoPrimary:n.extend("--ft-border-info-primary","Used as border for buttons in info color.",c.colorCyan200),borderInfoSubtle:n.extend("--ft-border-info-subtle","Used as border for information components.",c.colorCyan30),borderGlobalPrimary:n.extend("--ft-border-global-primary","Used as border for element like input.",c.colorGray50),borderGlobalSubtle:n.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",c.colorGray30),borderInputPrimary:n.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",c.colorGray80),borderNeutralPrimary:n.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",c.colorGray200)};var du={largeHeight:n.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:n.extend("--ft-button-large-horizontal-padding","",c.spacing4),largeGap:n.extend("--ft-button-large-gap","",c.spacing2),largeBorderRadius:n.extend("--ft-button-large-border-radius","",c.borderRadiusS),largeIconSize:n.extend("--ft-button-large-icon-size","",c.iconSize3),largeBorderWidth:n.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:n.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:n.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:n.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:n.extend("--ft-button-medium-horizontal-padding","",c.spacing3),mediumGap:n.extend("--ft-button-medium-gap","",c.spacing2),mediumBorderRadius:n.extend("--ft-button-medium-border-radius","",c.borderRadiusS),mediumIconSize:n.extend("--ft-button-medium-icon-size","",c.iconSize2),mediumBorderWidth:n.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:n.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:n.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:n.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ft-button-small-horizontal-padding","",c.spacing2),smallGap:n.extend("--ft-button-small-gap","",c.spacing1),smallBorderRadius:n.extend("--ft-button-small-border-radius","",c.borderRadiusS),smallIconSize:n.extend("--ft-button-small-icon-size","",c.iconSize1),smallBorderWidth:n.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:n.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:n.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:n.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:n.extend("--ft-button-x-small-icon-size","",c.iconSize1),xSmallFocusOutlineOffset:n.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:n.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:n.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:n.extend("--ft-button-round-border-radius","",c.borderRadiusPill),primaryBrandBackgroundColor:n.extend("--ft-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:n.extend("--ft-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:n.extend("--ft-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:n.extend("--ft-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:n.extend("--ft-button-primary-brand-hover-state-layer-opacity","",c.opacity16),primaryBrandFocusStateLayerOpacity:n.extend("--ft-button-primary-brand-focus-state-layer-opacity","",c.opacity16),primaryBrandActiveStateLayerOpacity:n.extend("--ft-button-primary-brand-active-state-layer-opacity","",c.opacity24),primaryBrandDisabledComponentOpacity:n.extend("--ft-button-primary-brand-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:n.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:n.extend("--ft-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:n.extend("--ft-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:n.extend("--ft-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:n.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",c.opacity8),tertiaryBrandFocusStateLayerOpacity:n.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",c.opacity8),tertiaryBrandActiveStateLayerOpacity:n.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",c.opacity16),tertiaryBrandDisabledComponentOpacity:n.extend("--ft-button-tertiary-brand-disabled-component-opacity","",c.opacity40),tertiaryInfoBackgroundColor:n.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:n.extend("--ft-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:n.extend("--ft-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:n.extend("--ft-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:n.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",c.opacity8),tertiaryInfoHoverStateLayerOpacity:n.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",c.opacity8),tertiaryInfoActiveStateLayerOpacity:n.extend("--ft-button-tertiary-info-active-state-layer-opacity","",c.opacity16),tertiaryInfoDisabledComponentOpacity:n.extend("--ft-button-tertiary-info-disabled-component-opacity","",c.opacity40),tertiarySuccessBackgroundColor:n.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:n.extend("--ft-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:n.extend("--ft-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:n.extend("--ft-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:n.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",c.opacity8),tertiarySuccessFocusStateLayerOpacity:n.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",c.opacity8),tertiarySuccessActiveStateLayerOpacity:n.extend("--ft-button-tertiary-success-active-state-layer-opacity","",c.opacity16),tertiarySuccessDisabledComponentOpacity:n.extend("--ft-button-tertiary-success-disabled-component-opacity","",c.opacity40),tertiaryWarningBackgroundColor:n.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:n.extend("--ft-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:n.extend("--ft-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:n.extend("--ft-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:n.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",c.opacity8),tertiaryWarningFocusStateLayerOpacity:n.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",c.opacity8),tertiaryWarningActiveStateLayerOpacity:n.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",c.opacity16),tertiaryWarningDisabledComponentOpacity:n.extend("--ft-button-tertiary-warning-disabled-component-opacity","",c.opacity40),tertiaryErrorBackgroundColor:n.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:n.extend("--ft-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:n.extend("--ft-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:n.extend("--ft-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:n.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",c.opacity8),tertiaryErrorFocusStateLayerOpacity:n.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",c.opacity8),tertiaryErrorActiveStateLayerOpacity:n.extend("--ft-button-tertiary-error-active-state-layer-opacity","",c.opacity16),tertiaryErrorDisabledComponentOpacity:n.extend("--ft-button-tertiary-error-disabled-component-opacity","",c.opacity40),tertiaryNeutralBackgroundColor:n.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:n.extend("--ft-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:n.extend("--ft-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:n.extend("--ft-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",c.opacity8),tertiaryNeutralFocusStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",c.opacity8),tertiaryNeutralActiveStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",c.opacity16),tertiaryNeutralDisabledComponentOpacity:n.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",c.opacity40),secondaryBrandBackgroundColor:n.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:n.extend("--ft-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:n.extend("--ft-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:n.extend("--ft-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:n.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",c.opacity8),secondaryBrandFocusStateLayerOpacity:n.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",c.opacity8),secondaryBrandActiveStateLayerOpacity:n.extend("--ft-button-secondary-brand-active-state-layer-opacity","",c.opacity16),secondaryBrandDisabledComponentOpacity:n.extend("--ft-button-secondary-brand-disabled-component-opacity","",c.opacity40),secondaryBrandBorderColor:n.extend("--ft-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:n.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",c.opacity8),secondaryNeutralFocusStateLayerOpacity:n.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",c.opacity8),secondaryNeutralActiveStateLayerOpacity:n.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",c.opacity16),secondaryNeutralDisabledComponentOpacity:n.extend("--ft-button-secondary-neutral-disabled-component-opacity","",c.opacity40),secondaryNeutralBackgroundColor:n.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:n.extend("--ft-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:n.extend("--ft-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:n.extend("--ft-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:n.extend("--ft-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:n.extend("--ft-button-secondary-info-hover-state-layer-opacity","",c.opacity8),secondaryInfoFocusStateLayerOpacity:n.extend("--ft-button-secondary-info-focus-state-layer-opacity","",c.opacity8),secondaryInfoActiveStateLayerOpacity:n.extend("--ft-button-secondary-info-active-state-layer-opacity","",c.opacity16),secondaryInfoDisabledComponentOpacity:n.extend("--ft-button-secondary-info-disabled-component-opacity","",c.opacity40),secondaryInfoBackgroundColor:n.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:n.extend("--ft-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:n.extend("--ft-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:n.extend("--ft-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:n.extend("--ft-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:n.extend("--ft-button-secondary-success-hover-state-layer-opacity","",c.opacity8),secondarySuccessFocusStateLayerOpacity:n.extend("--ft-button-secondary-success-focus-state-layer-opacity","",c.opacity8),secondarySuccessActiveStateLayerOpacity:n.extend("--ft-button-secondary-success-active-state-layer-opacity","",c.opacity16),secondarySuccessDisabledComponentOpacity:n.extend("--ft-button-secondary-success-disabled-component-opacity","",c.opacity40),secondarySuccessBackgroundColor:n.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:n.extend("--ft-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:n.extend("--ft-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:n.extend("--ft-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:n.extend("--ft-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:n.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",c.opacity8),secondaryWarningFocusStateLayerOpacity:n.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",c.opacity8),secondaryWarningActiveStateLayerOpacity:n.extend("--ft-button-secondary-warning-active-state-layer-opacity","",c.opacity16),secondaryWarningDisabledComponentOpacity:n.extend("--ft-button-secondary-warning-disabled-component-opacity","",c.opacity40),secondaryWarningBackgroundColor:n.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:n.extend("--ft-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:n.extend("--ft-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:n.extend("--ft-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:n.extend("--ft-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:n.extend("--ft-button-secondary-error-hover-state-layer-opacity","",c.opacity8),secondaryErrorFocusStateLayerOpacity:n.extend("--ft-button-secondary-error-focus-state-layer-opacity","",c.opacity8),secondaryErrorActiveStateLayerOpacity:n.extend("--ft-button-secondary-error-active-state-layer-opacity","",c.opacity16),secondaryErrorDisabledComponentOpacity:n.extend("--ft-button-secondary-error-disabled-component-opacity","",c.opacity40),secondaryErrorBackgroundColor:n.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:n.extend("--ft-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:n.extend("--ft-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:n.extend("--ft-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:n.extend("--ft-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var uu={iconSize:n.extend("--ft-checkbox-icon-size","",c.iconSize2),boxSize:n.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:n.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:n.create("--ft-checkbox-border-radius","","SIZE","1px"),color:n.extend("--ft-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:n.extend("--ft-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:n.extend("--ft-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:n.extend("--ft-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:n.extend("--ft-checkbox-checked-hover-state-layer-opacity","",c.opacity16),checkedFocusStateLayerOpacity:n.extend("--ft-checkbox-checked-focus-state-layer-opacity","",c.opacity16),checkedActiveStateLayerOpacity:n.extend("--ft-checkbox-checked-active-state-layer-opacity","",c.opacity24),checkedDisabledComponentOpacity:n.extend("--ft-checkbox-checked-disabled-component-opacity","",c.opacity40),uncheckedBorderColor:n.extend("--ft-checkbox-unchecked-border-color","",c.colorGray80),uncheckedStateLayerColor:n.extend("--ft-checkbox-unchecked-state-layer-color","",c.colorGray80),uncheckedHoverStateLayerOpacity:n.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",c.opacity16),uncheckedFocusStateLayerOpacity:n.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",c.opacity16),uncheckedActiveStateLayerOpacity:n.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",c.opacity24),uncheckedDisabledComponentOpacity:n.extend("--ft-checkbox-unchecked-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:n.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:n.extend("--ft-checkbox-horizontal-gap","",c.spacing3),leftPadding:n.extend("--ft-checkbox-left-padding","",c.spacing2)};var fu={headerRowBorderWidth:n.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:n.extend("--ft-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:n.extend("--ft-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:n.extend("--ft-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:n.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:n.extend("--ft-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:n.extend("--ft-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:n.extend("--ft-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:n.extend("--ft-table-data-row-default-hover-background-color","",c.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:n.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",c.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:n.extend("--ft-table-data-row-selectable-selected-default-background-color","",c.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:n.extend("--ft-table-data-row-selectable-selected-default-border-color","",c.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:n.extend("--ft-table-data-row-selectable-selected-hover-background-color","",c.colorBrand20),dataRowSelectableSelectedHoverBorderColor:n.extend("--ft-table-data-row-selectable-selected-hover-border-color","",c.colorBrand30),dataRowSelectableSelectedColor:n.extend("--ft-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:n.extend("--ft-table-data-row-clickable-hover-background-color","",c.colorGray30),dataRowClickableFocusBorderColor:n.extend("--ft-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:n.extend("--ft-table-data-row-clickable-focus-background-color","",c.colorGray30),dataRowClickableActiveBackgroundColor:n.extend("--ft-table-data-row-clickable-active-background-color","",c.colorGray40),headerCellHorizontalGap:n.extend("--ft-table-header-cell-horizontal-gap","",c.spacing1),headerCellVerticalPadding:n.extend("--ft-table-header-cell-vertical-padding","",c.spacing2),headerCellHorizontalPadding:n.extend("--ft-table-header-cell-horizontal-padding","",c.spacing3),dataCellVerticalPadding:n.extend("--ft-table-data-cell-vertical-padding","",c.spacing2),dataCellHorizontalPadding:n.extend("--ft-table-data-cell-horizontal-padding","",c.spacing3),dataCellVerticalGap:n.extend("--ft-table-data-cell-vertical-gap","",c.spacing1)};var pu={neutralOffHoverStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",c.opacity8),neutralOffFocusStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",c.opacity8),neutralOffFocusFocusRingColor:n.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",c.opacity16),neutralOffBackgroundColor:n.extend("--ft-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:n.extend("--ft-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:n.extend("--ft-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:n.extend("--ft-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",c.opacity16),neutralOnHoverStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",c.opacity24),neutralOnFocusStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",c.opacity24),neutralOnFocusFocusRingColor:n.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",c.opacity32),neutralOnBackgroundColor:n.extend("--ft-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:n.extend("--ft-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:n.extend("--ft-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:n.extend("--ft-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:n.extend("--ft-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:n.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ft-chip-choice-large-horizontal-padding","",c.spacing3),largeGap:n.extend("--ft-chip-choice-large-gap","",c.spacing1),largeBorderRadius:n.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ft-chip-choice-large-icon-size","",c.iconSize3),mediumMinHeight:n.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ft-chip-choice-medium-horizontal-padding","",c.spacing2),mediumGap:n.extend("--ft-chip-choice-medium-gap","",c.spacing1),mediumBorderRadius:n.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ft-chip-choice-medium-icon-size","",c.iconSize2)};var hu={largeMinHeight:n.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ft-chip-large-horizontal-padding","",c.spacing3),largeButtonRightPadding:n.extend("--ft-chip-large-button-right-padding","",c.spacing1),largeGap:n.extend("--ft-chip-large-gap","",c.spacing1),largeFocusOutlineOffset:n.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:n.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ft-chip-large-icon-size","",c.iconSize3),mediumMinHeight:n.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ft-chip-medium-horizontal-padding","",c.spacing2),mediumButtonRightPadding:n.extend("--ft-chip-medium-button-right-padding","",c.spacing05),mediumGap:n.extend("--ft-chip-medium-gap","",c.spacing1),mediumFocusOutlineOffset:n.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:n.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ft-chip-medium-icon-size","",c.iconSize2),smallMinHeight:n.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ft-chip-small-horizontal-padding","",c.spacing1),smallButtonRightPadding:n.extend("--ft-chip-small-button-right-padding","",c.spacing05),smallGap:n.extend("--ft-chip-small-gap","",c.spacing1),smallFocusOutlineOffset:n.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:n.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:n.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:n.extend("--ft-chip-small-icon-size","",c.iconSize1),neutralBackgroundColor:n.extend("--ft-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:n.extend("--ft-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:n.extend("--ft-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:n.extend("--ft-chip-neutral-border-color","",u.borderGlobalSubtle),infoBackgroundColor:n.extend("--ft-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-chip-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ft-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ft-chip-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ft-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ft-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ft-chip-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ft-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ft-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ft-chip-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ft-chip-error-border-color","",u.borderErrorSubtle)};var yu={brandHoverOpacity:n.extend("--ft-link-brand-hover-opacity","",c.opacity80),brandHoverColor:n.extend("--ft-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:n.extend("--ft-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:n.extend("--ft-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:n.extend("--ft-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:n.extend("--ft-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:n.extend("--ft-link-info-hover-opacity","",c.opacity80),infoHoverColor:n.extend("--ft-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:n.extend("--ft-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:n.extend("--ft-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:n.extend("--ft-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:n.extend("--ft-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:n.extend("--ft-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:n.extend("--ft-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:n.extend("--ft-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:n.extend("--ft-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:n.extend("--ft-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:n.extend("--ft-link-neutral-visited-color","",c.colorBrand100)};var mu={iconSize:n.extend("--ft-banner-icon-size","",c.iconSize5),borderWidth:n.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:n.extend("--ft-banner-left-padding","",c.spacing6),rightPadding:n.extend("--ft-banner-right-padding","",c.spacing6),verticalPadding:n.extend("--ft-banner-vertical-padding","",c.spacing6),horizontalSideGap:n.extend("--ft-banner-horizontal-side-gap","",c.spacing6),horizontalMobileGap:n.extend("--ft-banner-horizontal-mobile-gap","",c.spacing4),verticalMobileGap:n.extend("--ft-banner-vertical-mobile-gap","",c.spacing6),horizontalMiddleGap:n.extend("--ft-banner-horizontal-middle-gap","",c.spacing20),infoBackgroundColor:n.extend("--ft-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-banner-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-banner-info-border-color","",u.borderInfoSubtle)};var gu={horizontalPadding:n.extend("--ft-badge-horizontal-padding","",c.spacing1),verticalPadding:n.extend("--ft-badge-vertical-padding","",c.spacing1),borderRadius:n.extend("--ft-badge-border-radius","",c.borderRadiusPill),color:n.extend("--ft-badge-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ft-badge-background-color","",u.contentActionPrimary)};var bu={horizontalGap:n.extend("--ft-title-breadcrumb-horizontal-gap","",c.spacing1),currentColor:n.extend("--ft-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:n.extend("--ft-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:n.extend("--ft-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var xu={parentHorizontalPadding:n.extend("--ft-page-header-parent-horizontal-padding","",c.spacing6),parentTopPadding:n.extend("--ft-page-header-parent-top-padding","",c.spacing4),parentBottomPadding:n.extend("--ft-page-header-parent-bottom-padding","",c.spacing6),parentHelpLeftMargin:n.extend("--ft-page-header-parent-help-left-margin","",c.spacing1),parentTitleColor:n.extend("--ft-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:n.extend("--ft-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:n.extend("--ft-page-header-parent-chip-left-margin","",c.spacing4),parentVerticalGap:n.extend("--ft-page-header-parent-vertical-gap","",c.spacing2),parentButtonsGroupHorizontalGap:n.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",c.spacing4),parentButtonsGroupVerticalGap:n.extend("--ft-page-header-parent-buttons-group-vertical-gap","",c.spacing4),parentChipsGroupHorizontalGap:n.extend("--ft-page-header-parent-chips-group-horizontal-gap","",c.spacing2),parentChipsGroupVerticalGap:n.extend("--ft-page-header-parent-chips-group-vertical-gap","",c.spacing2),childHorizontalPadding:n.extend("--ft-page-header-child-horizontal-padding","",c.spacing6),childTopPadding:n.extend("--ft-page-header-child-top-padding","",c.spacing2),childBottomPadding:n.extend("--ft-page-header-child-bottom-padding","",c.spacing2),childHelpLeftMargin:n.extend("--ft-page-header-child-help-left-margin","",c.spacing1),childChipLeftMargin:n.extend("--ft-page-header-child-chip-left-margin","",c.spacing4),childVerticalGap:n.extend("--ft-page-header-child-vertical-gap","",c.spacing2),childMinHeight:n.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:n.extend("--ft-page-header-child-buttons-group-horizontal-gap","",c.spacing4),childButtonsGroupVerticalGap:n.extend("--ft-page-header-child-buttons-group-vertical-gap","",c.spacing4),childChipsGroupHorizontalGap:n.extend("--ft-page-header-child-chips-group-horizontal-gap","",c.spacing2),childChipsGroupVerticalGap:n.extend("--ft-page-header-child-chips-group-vertical-gap","",c.spacing2),backgroundColor:n.extend("--ft-page-header-background-color","",c.colorWhite),bottomBorderColor:n.extend("--ft-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:n.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var vu={horizontalPadding:n.extend("--ft-page-footer-horizontal-padding","",c.spacing6),verticalPadding:n.extend("--ft-page-footer-vertical-padding","",c.spacing2),verticalGap:n.extend("--ft-page-footer-vertical-gap","",c.spacing2),minHeight:n.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:n.extend("--ft-page-footer-background-color","",c.colorWhite),topBorderColor:n.extend("--ft-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:n.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:n.extend("--ft-page-footer-buttons-group-gap","",c.spacing4)};var Su={contentHorizontalPadding:n.extend("--ft-page-layout-content-horizontal-padding","",c.spacing6),contentVerticalPadding:n.extend("--ft-page-layout-content-vertical-padding","",c.spacing6)};var Ou={smallContainerTargetWidth:n.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:n.extend("--ft-modal-small-container-margin","",c.spacing6),mediumContainerTargetWidth:n.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:n.extend("--ft-modal-medium-container-margin","",c.spacing6),largeContainerTargetWidth:n.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:n.extend("--ft-modal-large-container-margin","",c.spacing6),overlayBackgroundColor:n.extend("--ft-modal-overlay-background-color","",c.colorGray700),overlayOpacity:n.extend("--ft-modal-overlay-opacity","",c.opacity40),shadow:n.extend("--ft-modal-shadow","",c.shadowElevation03),bodyBackgroundColor:n.extend("--ft-modal-body-background-color","",c.colorWhite),bodyColor:n.extend("--ft-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ft-modal-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:n.extend("--ft-modal-body-vertical-padding","",c.spacing6),bodyVerticalGap:n.extend("--ft-modal-body-vertical-gap","",c.spacing6),headerBackgroundColor:n.extend("--ft-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ft-modal-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ft-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:n.extend("--ft-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:n.extend("--ft-modal-header-vertical-padding","",c.spacing1),headerRightPadding:n.extend("--ft-modal-header-right-padding","",c.spacing1),headerLeftPadding:n.extend("--ft-modal-header-left-padding","",c.spacing6),headerGap:n.extend("--ft-modal-header-gap","",c.spacing2),headerBorderBottomWidth:n.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:n.extend("--ft-modal-border-radius","",c.borderRadiusM)};var wu={overlayOpacity:n.extend("--ft-drawer-overlay-opacity","",c.opacity40),shadow:n.extend("--ft-drawer-shadow","",c.shadowElevation03),bodyColor:n.extend("--ft-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ft-drawer-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:n.extend("--ft-drawer-body-vertical-padding","",c.spacing6),bodyGap:n.extend("--ft-drawer-body-gap","",c.spacing6),bodyBackgroundColor:n.extend("--ft-drawer-body-background-color","",c.colorWhite),headerBackgroundColor:n.extend("--ft-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ft-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ft-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:n.extend("--ft-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:n.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:n.extend("--ft-drawer-header-horizontal-padding","",c.spacing2),headerBorderWidth:n.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:n.extend("--ft-drawer-header-gap","",c.spacing3),buttonsBarBackgroundColor:n.extend("--ft-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:n.extend("--ft-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:n.extend("--ft-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:n.extend("--ft-drawer-buttons-bar-horizontal-padding","",c.spacing6),buttonsBarVerticalPadding:n.extend("--ft-drawer-buttons-bar-vertical-padding","",c.spacing4),buttonsBarGap:n.extend("--ft-drawer-buttons-bar-gap","",c.spacing3),buttonsBarBorderWidth:n.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:n.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:n.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:n.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:n.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:n.extend("--ft-drawer-overlay-background-color","",c.colorGray700)};var Eu={offBorderBottomWidth:n.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:n.extend("--ft-tabs-off-hover-state-layer-opacity","",c.opacity8),offDefaultStateLayerOpacity:n.extend("--ft-tabs-off-default-state-layer-opacity","",c.opacity0),offFocusStateLayerOpacity:n.extend("--ft-tabs-off-focus-state-layer-opacity","",c.opacity8),offDisabledComponentOpacity:n.extend("--ft-tabs-off-disabled-component-opacity","",c.opacity40),offColor:n.extend("--ft-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:n.extend("--ft-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:n.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:n.extend("--ft-tabs-top-left-border-radius","",c.borderRadiusS),topRightBorderRadius:n.extend("--ft-tabs-top-right-border-radius","",c.borderRadiusS),withLabelHorizontalPadding:n.extend("--ft-tabs-with-label-horizontal-padding","",c.spacing4),withLabelVerticalPadding:n.extend("--ft-tabs-with-label-vertical-padding","",c.spacing3),horizontalGap:n.extend("--ft-tabs-horizontal-gap","",c.spacing1),verticalGap:n.extend("--ft-tabs-vertical-gap","",c.spacing1),onHoverStateLayerOpacity:n.extend("--ft-tabs-on-hover-state-layer-opacity","",c.opacity16),onDefaultStateLayerOpacity:n.extend("--ft-tabs-on-default-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:n.extend("--ft-tabs-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:n.extend("--ft-tabs-on-active-state-layer-opacity","",c.opacity24),onColor:n.extend("--ft-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:n.extend("--ft-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:n.extend("--ft-tabs-icon-only-horizontal-padding","",c.spacing4),iconOnlyVerticalPadding:n.extend("--ft-tabs-icon-only-vertical-padding","",c.spacing4),alertTopPadding:n.extend("--ft-tabs-alert-top-padding","",c.spacing1),alertRightPadding:n.extend("--ft-tabs-alert-right-padding","",c.spacing05),focusOutlineWidth:n.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var Cu={largeFieldHorizontalPadding:n.extend("--ft-text-input-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:n.extend("--ft-text-input-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:n.extend("--ft-text-input-large-field-vertical-gap","",c.spacing05),largeFieldHeight:n.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ft-text-input-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:n.extend("--ft-text-input-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:n.extend("--ft-text-input-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:n.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ft-text-input-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:n.extend("--ft-text-input-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-text-input-helper-horizontal-gap","",c.spacing1),helperIconSize:n.extend("--ft-text-input-helper-icon-size","",c.iconSize2),borderRadius:n.extend("--ft-text-input-border-radius","",c.borderRadiusS),backgroundColor:n.extend("--ft-text-input-background-color","",c.colorWhite),contentValueColor:n.extend("--ft-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:n.extend("--ft-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:n.extend("--ft-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ft-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:n.extend("--ft-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:n.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:n.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-text-input-disabled-component-opacity","",c.opacity40)};var _u={backgroundColor:n.extend("--ft-text-area-background-color","",c.colorWhite),contentValueColor:n.extend("--ft-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:n.extend("--ft-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ft-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:n.extend("--ft-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-text-area-disabled-component-opacity","",c.opacity40),fieldHorizontalLeftPadding:n.extend("--ft-text-area-field-horizontal-left-padding","",c.spacing4),fieldHorizontalGap:n.extend("--ft-text-area-field-horizontal-gap","",c.spacing3),fieldVerticalGap:n.extend("--ft-text-area-field-vertical-gap","",c.spacing05),fieldMinHeight:n.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:n.extend("--ft-text-area-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-text-area-helper-horizontal-gap","",c.spacing1),helperIconSize:n.extend("--ft-text-area-helper-icon-size","",c.iconSize2),borderRadius:n.extend("--ft-text-area-border-radius","",c.borderRadiusS)};var Au={height:n.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:n.extend("--ft-floating-menu-horizontal-padding","",c.spacing4),offIconColor:n.extend("--ft-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:n.extend("--ft-floating-menu-off-color","",u.contentGlobalPrimary),onColor:n.extend("--ft-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:n.extend("--ft-floating-menu-gap","",c.spacing3),focusFocusRingColor:n.extend("--ft-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:n.extend("--ft-floating-menu-focus-state-layer-opacity","",c.opacity8),hoverStateLayerOpacity:n.extend("--ft-floating-menu-hover-state-layer-opacity","",c.opacity8),activeStateLayerOpacity:n.extend("--ft-floating-menu-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:n.extend("--ft-floating-menu-disabled-component-opacity","",c.opacity40),iconSize:n.extend("--ft-floating-menu-icon-size","",c.iconSize3),backgroundColor:n.extend("--ft-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:n.extend("--ft-floating-menu-shadow","",c.shadowElevation02)};var Ru={largeFieldHorizontalPadding:n.extend("--ft-combobox-single-select-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:n.extend("--ft-combobox-single-select-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:n.extend("--ft-combobox-single-select-large-field-vertical-gap","",c.spacing05),largeFieldHeight:n.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ft-combobox-single-select-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:n.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:n.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:n.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ft-combobox-single-select-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:n.extend("--ft-combobox-single-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-combobox-single-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:n.extend("--ft-combobox-single-select-helper-vertical-gap","",c.spacing1),helperIconSize:n.extend("--ft-combobox-single-select-helper-icon-size","",c.iconSize2),menuVerticalGap:n.extend("--ft-combobox-single-select-menu-vertical-gap","",c.spacing2),borderRadius:n.extend("--ft-combobox-single-select-border-radius","",c.borderRadiusS),backgroundColor:n.extend("--ft-combobox-single-select-background-color","",c.colorWhite),labelColor:n.extend("--ft-combobox-single-select-label-color","",u.contentGlobalSubtle),contentValueColor:n.extend("--ft-combobox-single-select-content-value-color","",u.contentGlobalPrimary),trailingIconColor:n.extend("--ft-combobox-single-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-combobox-single-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-combobox-single-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-combobox-single-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-combobox-single-select-error-helper-text-color","",u.contentErrorPrimary),warningBorderWidth:n.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:n.extend("--ft-combobox-single-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-combobox-single-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-combobox-single-select-warning-helper-icon-color","",u.contentWarningIconOnly),focusOutlineWidth:n.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-combobox-single-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-combobox-single-select-disabled-component-opacity","",c.opacity40)};var Nu={backgroundColor:n.extend("--ft-combobox-multi-select-background-color","",c.colorWhite),labelColor:n.extend("--ft-combobox-multi-select-label-color","",u.contentGlobalSubtle),trailingIconColor:n.extend("--ft-combobox-multi-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-combobox-multi-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-combobox-multi-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:n.extend("--ft-combobox-multi-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-combobox-multi-select-error-helper-text-color","",u.contentErrorPrimary),errorHelperIcon:n.extend("--ft-combobox-multi-select-error-helper-icon","",u.contentErrorIconOnly),errorBorderWidth:n.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:n.extend("--ft-combobox-multi-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-combobox-multi-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-combobox-multi-select-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:n.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-combobox-multi-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-combobox-multi-select-disabled-component-opacity","",c.opacity40),helperHorizontalPadding:n.extend("--ft-combobox-multi-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-combobox-multi-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:n.extend("--ft-combobox-multi-select-helper-vertical-gap","",c.spacing1),helperIconSize:n.extend("--ft-combobox-multi-select-helper-icon-size","",c.iconSize2),fieldHorizontalPadding:n.extend("--ft-combobox-multi-select-field-horizontal-padding","",c.spacing4),fieldHorizontalGap:n.extend("--ft-combobox-multi-select-field-horizontal-gap","",c.spacing3),fieldVerticalGap:n.extend("--ft-combobox-multi-select-field-vertical-gap","",c.spacing05),fieldIconSize:n.extend("--ft-combobox-multi-select-field-icon-size","",c.iconSize3),fieldMaxHeight:n.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:n.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",c.spacing1),contentValuesVerticalGap:n.extend("--ft-combobox-multi-select-content-values-vertical-gap","",c.spacing1),borderRadius:n.extend("--ft-combobox-multi-select-border-radius","",c.borderRadiusS)};var ku={backgroundColor:n.extend("--ft-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:n.extend("--ft-popover-horizontal-padding","",c.spacing6),verticalPadding:n.extend("--ft-popover-vertical-padding","",c.spacing6),titleColor:n.extend("--ft-popover-title-color","",u.contentGlobalPrimary),bodyColor:n.extend("--ft-popover-body-color","",u.contentGlobalSecondary),gap:n.extend("--ft-popover-gap","",c.spacing2),borderRadius:n.extend("--ft-popover-border-radius","",c.borderRadiusM),shadow:n.extend("--ft-popover-shadow","",c.shadowElevation02),maxWidth:n.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:n.extend("--ft-popover-content-section-vertical-gap","",c.spacing2),multiSectionVerticalGap:n.extend("--ft-popover-multi-section-vertical-gap","",c.spacing6)};var Tu={hoverStateLayerOpacity:n.extend("--ft-collapsible-hover-state-layer-opacity","",c.opacity8),focusStateLayerOpacity:n.extend("--ft-collapsible-focus-state-layer-opacity","",c.opacity8),focusOutlineWidth:n.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:n.extend("--ft-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:n.extend("--ft-collapsible-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:n.extend("--ft-collapsible-disabled-component-opacity","",c.opacity40),horizontalPadding:n.extend("--ft-collapsible-horizontal-padding","",c.spacing4),verticalPadding:n.extend("--ft-collapsible-vertical-padding","",c.spacing3),color:n.extend("--ft-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:n.extend("--ft-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:n.extend("--ft-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:n.extend("--ft-collapsible-border-color","",u.borderGlobalSubtle),iconSize:n.extend("--ft-collapsible-icon-size","",c.iconSize3)};var Iu={groupHorizontalPadding:n.extend("--ft-switch-group-horizontal-padding","",c.spacing1),groupVerticalPadding:n.extend("--ft-switch-group-vertical-padding","",c.spacing1),groupGap:n.extend("--ft-switch-group-gap","",c.spacing1),groupBackgroundColor:n.extend("--ft-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:n.extend("--ft-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:n.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:n.extend("--ft-switch-label-horizontal-padding","",c.spacing2),labelVerticalPadding:n.extend("--ft-switch-label-vertical-padding","",c.spacing1),offHoverStateLayerOpacity:n.extend("--ft-switch-off-hover-state-layer-opacity","",c.opacity8),offFocusStateLayerOpacity:n.extend("--ft-switch-off-focus-state-layer-opacity","",c.opacity8),offActiveStateLayerOpacity:n.extend("--ft-switch-off-active-state-layer-opacity","",c.opacity16),offDisabledComponentOpacity:n.extend("--ft-switch-off-disabled-component-opacity","",c.opacity40),offColor:n.extend("--ft-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ft-switch-on-hover-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:n.extend("--ft-switch-on-focus-state-layer-opacity","",c.opacity8),onActiveStateLayerOpacity:n.extend("--ft-switch-on-active-state-layer-opacity","",c.opacity16),onDisabledComponentOpacity:n.extend("--ft-switch-on-disabled-component-opacity","",c.opacity40),onColor:n.extend("--ft-switch-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:n.extend("--ft-switch-icon-horizontal-padding","",c.spacing1),iconVerticalPadding:n.extend("--ft-switch-icon-vertical-padding","",c.spacing1),focusOutlineWidth:n.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:n.extend("--ft-switch-option-border-radius","",c.borderRadiusS)};var Pu={color1Light:n.extend("--ft-chart-1-light","for area color charts",c.colorBrand40),color1Base:n.extend("--ft-chart-1-base","for line charts",c.colorBrand0),color2Light:n.extend("--ft-chart-2-light","for area color charts",c.colorYellow60),color2Base:n.extend("--ft-chart-2-base","for line charts",c.colorYellow100),color3Light:n.extend("--ft-chart-3-light","",c.colorUltramarine40),color3Base:n.extend("--ft-chart-3-base","",c.colorUltramarine70),color4Light:n.extend("--ft-chart-4-light","",c.colorCyan50),color4Base:n.extend("--ft-chart-4-base","",c.colorCyan100),color5Light:n.extend("--ft-chart-5-light","",c.colorRed40),color5Base:n.extend("--ft-chart-5-base","",c.colorRed60),color6Light:n.extend("--ft-chart-6-light","",c.colorGreen40),color6Base:n.extend("--ft-chart-6-base","",c.colorGreen70),color7Light:n.extend("--ft-chart-7-light","",c.colorOrange70),color7Base:n.extend("--ft-chart-7-base","",c.colorOrange100),color8Light:n.extend("--ft-chart-8-light","",c.colorAvocado70),color8Base:n.extend("--ft-chart-8-base","",c.colorAvocado200),color9Light:n.extend("--ft-chart-9-light","",c.colorBrown50),color9Base:n.extend("--ft-chart-9-base","",c.colorBrown200),color10Light:n.extend("--ft-chart-10-light","",c.colorGray50),color10Base:n.extend("--ft-chart-10-base","",c.colorGray80),monochrome10:n.extend("--ft-chart-monochrome-10","",c.colorBrand10),monochrome20:n.extend("--ft-chart-monochrome-20","",c.colorBrand20),monochrome30:n.extend("--ft-chart-monochrome-30","",c.colorBrand40),monochrome40:n.extend("--ft-chart-monochrome-40","",c.colorBrand60),monochrome50:n.extend("--ft-chart-monochrome-50","",c.colorBrand0),monochrome60:n.extend("--ft-chart-monochrome-60","",c.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",c.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",c.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",c.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",c.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",c.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:n.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",c.opacity48),scatterplotDatapointInitialHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",c.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",c.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",c.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",c.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:n.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",c.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",c.colorGray70),scatterplotDatapointHoverHoverRingColor:n.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",c.colorCyan200)};var Du={color1IconColor:n.extend("--ft-page-designer-1-icon-color","for area color charts",c.colorCyan0),color1ToolbarColor:n.extend("--ft-page-designer-1-toolbar-color","for area color charts",c.colorCyan0),color2IconColor:n.extend("--ft-page-designer-2-icon-color","for area color charts",c.colorBrand0),color2ToolbarColor:n.extend("--ft-page-designer-2-toolbar-color","for area color charts",c.colorBrand0),color3IconColor:n.extend("--ft-page-designer-3-icon-color","for area color charts",c.colorYellow200),color3ToolbarColor:n.extend("--ft-page-designer-3-toolbar-color","for area color charts",c.colorYellow200),color4IconColor:n.extend("--ft-page-designer-4-icon-color","for area color charts",c.colorUltramarine50),color4ToolbarColor:n.extend("--ft-page-designer-4-toolbar-color","for area color charts",c.colorUltramarine50),color5IconColor:n.extend("--ft-page-designer-5-icon-color","for area color charts",c.colorGreen0),color5ToolbarColor:n.extend("--ft-page-designer-5-toolbar-color","for area color charts",c.colorGreen0),color6IconColor:n.extend("--ft-page-designer-6-icon-color","for area color charts",c.colorOrange0),color6ToolbarColor:n.extend("--ft-page-designer-6-toolbar-color","for area color charts",c.colorOrange0),color7IconColor:n.extend("--ft-page-designer-7-icon-color","for area color charts",c.colorAvocado200),color7ToolbarColor:n.extend("--ft-page-designer-7-toolbar-color","for area color charts",c.colorAvocado200),color8IconColor:n.extend("--ft-page-designer-8-icon-color","for area color charts",c.colorBrown0),color8ToolbarColor:n.extend("--ft-page-designer-8-toolbar-color","for area color charts",c.colorBrown0)};var Lu={borderWidth:n.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:n.extend("--ft-notice-horizontal-padding","",c.spacing3),verticalPadding:n.extend("--ft-notice-vertical-padding","",c.spacing2),borderRadius:n.extend("--ft-notice-border-radius","",c.borderRadiusS),gap:n.extend("--ft-notice-gap","",c.spacing2),iconSize:n.extend("--ft-notice-icon-size","",c.iconSize3),infoBackgroundColor:n.extend("--ft-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:n.extend("--ft-notice-info-border-color","",u.borderInfoSubtle),infoColor:n.extend("--ft-notice-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:n.extend("--ft-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:n.extend("--ft-notice-warning-border-color","",u.borderWarningSubtle),warningColor:n.extend("--ft-notice-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:n.extend("--ft-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:n.extend("--ft-notice-error-border-color","",u.borderErrorSubtle),errorColor:n.extend("--ft-notice-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:n.extend("--ft-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:n.extend("--ft-notice-success-border-color","",u.borderSuccessSubtle),successColor:n.extend("--ft-notice-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:n.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:n.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:n.extend("--ft-notice-dense-gap","",c.spacing1),denseIconSize:n.extend("--ft-notice-dense-icon-size","",c.iconSize2),denseBorderWidth:n.create("--ft-notice-dense-border-width","","SIZE","0")};var Mu={offHoverStateLayerOpacity:n.extend("--ft-toggle-off-hover-state-layer-opacity","",c.opacity16),offFocusStateLayerOpacity:n.extend("--ft-toggle-off-focus-state-layer-opacity","",c.opacity16),offActiveStateLayerOpacity:n.extend("--ft-toggle-off-active-state-layer-opacity","",c.opacity24),offDisabledComponentOpacity:n.extend("--ft-toggle-off-disabled-component-opacity","",c.opacity40),offBackgroundColor:n.extend("--ft-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:n.extend("--ft-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ft-toggle-on-hover-state-layer-opacity","",c.opacity16),onFocusStateLayerOpacity:n.extend("--ft-toggle-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:n.extend("--ft-toggle-on-active-state-layer-opacity","",c.opacity24),onDisabledComponentOpacity:n.extend("--ft-toggle-on-disabled-component-opacity","",c.opacity40),onBackgroundColor:n.extend("--ft-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:n.extend("--ft-toggle-on-icon-color","",u.contentActionPrimary),color:n.extend("--ft-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:n.extend("--ft-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:n.extend("--ft-toggle-gap","",c.spacing3)};var Fu={color:n.extend("--ft-radio-color","",u.contentGlobalPrimary),selectedRadioColor:n.extend("--ft-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:n.extend("--ft-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:n.extend("--ft-radio-selected-hover-state-layer-opacity","",c.opacity16),selectedFocusStateLayerOpacity:n.extend("--ft-radio-selected-focus-state-layer-opacity","",c.opacity16),selectedActiveStateLayerOpacity:n.extend("--ft-radio-selected-active-state-layer-opacity","",c.opacity24),selectedDisabledComponentOpacity:n.extend("--ft-radio-selected-disabled-component-opacity","",c.opacity40),unselectedStateLayerColor:n.extend("--ft-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:n.extend("--ft-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:n.extend("--ft-radio-unselected-hover-state-layer-opacity","",c.opacity16),unselectedFocusStateLayerOpacity:n.extend("--ft-radio-unselected-focus-state-layer-opacity","",c.opacity16),unselectedActiveStateLayerOpacity:n.extend("--ft-radio-unselected-active-state-layer-opacity","",c.opacity24),unselectedDisabledComponentOpacity:n.extend("--ft-radio-unselected-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:n.extend("--ft-radio-gap","",c.spacing3)};var Uu={iconSize:n.extend("--ft-notification-icon-size","",c.iconSize4),leftPadding:n.extend("--ft-notification-left-padding","",c.spacing5),rightPadding:n.extend("--ft-notification-right-padding","",c.spacing4),verticalPadding:n.extend("--ft-notification-vertical-padding","",c.spacing3),infoBackgroundColor:n.extend("--ft-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-notification-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ft-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ft-notification-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ft-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ft-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ft-notification-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ft-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ft-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ft-notification-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ft-notification-error-border-color","",u.borderErrorSubtle),borderRadius:n.extend("--ft-notification-border-radius","",c.borderRadiusPill),borderWidth:n.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:n.extend("--ft-notification-leading-gap","",c.spacing2),trailingGap:n.extend("--ft-notification-trailing-gap","",c.spacing8)};var Wu={horizontalPadding:n.extend("--ft-tooltip-horizontal-padding","",c.spacing2),verticalPadding:n.extend("--ft-tooltip-vertical-padding","",c.spacing2),borderRadius:n.extend("--ft-tooltip-border-radius","",c.borderRadiusS),color:n.extend("--ft-tooltip-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ft-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:n.extend("--ft-tooltip-background-opacity","",c.opacity80),shadow:n.extend("--ft-tooltip-shadow","",c.shadowElevation02),maxWidth:n.create("--ft-tooltip-max-width","","SIZE","256px"),gap:n.extend("--ft-tooltip-gap","",c.spacing05)};var Bu={verticalPadding:n.extend("--ft-reorderable-list-vertical-padding","",c.spacing4),gap:n.extend("--ft-reorderable-list-gap","",c.spacing1),borderRadius:n.extend("--ft-reorderable-list-border-radius","",c.borderRadiusM),reorderableItemTitleMarginRight:n.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",c.spacing6),reorderableItemTitleColor:n.extend("--ft-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:n.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",c.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:n.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",c.spacing2),reorderableItemRightButtonsGroupHorizontalGap:n.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",c.spacing2),reorderableItemUsersCountColor:n.extend("--ft-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:n.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",c.spacing6),reorderableItemBackgroundColor:n.extend("--ft-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:n.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",c.spacing1),reorderableItemWarningMessageColor:n.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:n.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:n.extend("--ft-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:n.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",c.opacity48),boxShadow:n.extend("--ft-reorderable-list-box-shadow","",c.shadowElevation01),borderWidth:n.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:n.extend("--ft-reorderable-list-reorderable-items-gap","",c.spacing2),leftPadding:n.extend("--ft-reorderable-list-left-padding","",c.spacing2),rightPadding:n.extend("--ft-reorderable-list-right-padding","",c.spacing6),borderColor:n.extend("--ft-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:n.extend("--ft-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var Hu={nodeHeight:n.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:n.extend("--ft-tree-list-node-parent-label-margin-left","",c.spacing2),nodeParentLabelMarginRight:n.extend("--ft-tree-list-node-parent-label-margin-right","",c.spacing2),nodeRootPaddingLeft:n.extend("--ft-tree-list-node-root-padding-left","",c.spacing3),nodeChildPaddingLeft:n.extend("--ft-tree-list-node-child-padding-left","",c.spacing5),nodeLeafPaddingLeft:n.extend("--ft-tree-list-node-leaf-padding-left","",c.spacing6),nodeUnselectedDefaultBorderColor:n.extend("--ft-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:n.extend("--ft-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:n.extend("--ft-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:n.extend("--ft-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:n.extend("--ft-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:n.extend("--ft-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:n.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:n.extend("--ft-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:n.extend("--ft-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:n.extend("--ft-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:n.extend("--ft-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:n.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:n.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:n.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:n.extend("--ft-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:n.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:n.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:n.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:n.extend("--ft-tree-list-header-section-padding-left","",c.spacing3),headerSectionPaddingRight:n.extend("--ft-tree-list-header-section-padding-right","",c.spacing3),headerSectionHorizontalGap:n.extend("--ft-tree-list-header-section-horizontal-gap","",c.spacing2),headerSectionMarginBottom:n.extend("--ft-tree-list-header-section-margin-bottom","",c.spacing2),headerSectionColor:n.extend("--ft-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:n.extend("--ft-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:n.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:n.extend("--ft-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:n.extend("--ft-tree-list-list-container-border-color","",u.borderGlobalSubtle),loadMorePaddingLeft:n.extend("--ft-tree-list-load-more-padding-left","",c.spacing6),loadMoreUnselectedDefaultBorderColor:n.extend("--ft-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:n.extend("--ft-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:n.extend("--ft-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:n.extend("--ft-tree-list-load-more-hover-border-color","",c.colorBrand20),loadMoreHoverBackgroundColor:n.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:n.extend("--ft-tree-list-load-more-active-border-color","",c.colorBrand20),loadMoreActiveBackgroundColor:n.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:n.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:n.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:n.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary)};var _r;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(_r||(_r={}));var Ar;(function(e){e.large="large",e.medium="medium",e.small="small"})(Ar||(Ar={}));function Pn(e){return`ftds--family-${e}`}function Dn(e){return`ftds--size-${e}`}var zu={colorPrimary:n.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:n.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:n.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:n.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:n.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:n.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:n.create("--ft-color-error","","COLOR","#B00020"),colorOutline:n.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:n.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:n.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:n.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:n.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:n.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:n.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:n.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:n.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:n.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:n.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:n.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:n.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:n.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:n.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:n.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:n.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:n.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:n.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:n.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:n.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:n.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:n.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:n.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:n.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:n.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:n.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:n.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:n.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:n.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:n.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:n.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:n.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:n.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:n.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:n.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:n.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:n.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:n.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:n.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:n.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:n.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Fn={};G(Fn,{DynamicImporter:()=>fo,dynamicImporter:()=>$u});var fo=class{async import(t){return import(t)}},$u=new fo;var Jn={};G(Jn,{computeOffsetAutoPosition:()=>uf,computeOffsetPosition:()=>df});var ks=["top","right","bottom","left"],Ns=["start","end"],Wn=ks.reduce((e,t)=>e.concat(t,t+"-"+Ns[0],t+"-"+Ns[1]),[]),po=Math.min,nt=Math.max;var Gu={left:"right",right:"left",bottom:"top",top:"bottom"},Yu={start:"end",end:"start"};function Bn(e,t,r){return nt(e,po(t,r))}function zt(e,t){return typeof e=="function"?e(t):e}function at(e){return e.split("-")[0]}function Pe(e){return e.split("-")[1]}function Hn(e){return e==="x"?"y":"x"}function zn(e){return e==="y"?"height":"width"}function $t(e){return["top","bottom"].includes(at(e))?"y":"x"}function $n(e){return Hn($t(e))}function Ts(e,t,r){r===void 0&&(r=!1);let o=Pe(e),a=$n(e),i=zn(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=Un(s)),[s,Un(s)]}function Is(e){return e.replace(/start|end/g,t=>Yu[t])}function Un(e){return e.replace(/left|right|bottom|top/g,t=>Gu[t])}function ju(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ps(e){return typeof e!="number"?ju(e):{top:e,right:e,bottom:e,left:e}}function Et(e){let{x:t,y:r,width:o,height:a}=e;return{width:o,height:a,top:r,left:t,right:t+o,bottom:r+a,x:t,y:r}}function Ds(e,t,r){let{reference:o,floating:a}=e,i=$t(t),s=$n(t),l=zn(s),d=at(t),f=i==="y",h=o.x+o.width/2-a.width/2,p=o.y+o.height/2-a.height/2,m=o[l]/2-a[l]/2,b;switch(d){case"top":b={x:h,y:o.y-a.height};break;case"bottom":b={x:h,y:o.y+o.height};break;case"right":b={x:o.x+o.width,y:p};break;case"left":b={x:o.x-a.width,y:p};break;default:b={x:o.x,y:o.y}}switch(Pe(t)){case"start":b[s]-=m*(r&&f?-1:1);break;case"end":b[s]+=m*(r&&f?-1:1);break}return b}var Ls=async(e,t,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(t)),f=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:p}=Ds(f,o,d),m=o,b={},g=0;for(let v=0;v<l.length;v++){let{name:_,fn:C}=l[v],{x:N,y:O,data:w,reset:S}=await C({x:h,y:p,initialPlacement:o,placement:m,strategy:a,middlewareData:b,rects:f,platform:s,elements:{reference:e,floating:t}});h=N??h,p=O??p,b={...b,[_]:{...b[_],...w}},S&&g<=50&&(g++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(f=S.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):S.rects),{x:h,y:p}=Ds(f,m,d)),v=-1)}return{x:h,y:p,placement:m,strategy:a,middlewareData:b}};async function ho(e,t){var r;t===void 0&&(t={});let{x:o,y:a,platform:i,rects:s,elements:l,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:m=!1,padding:b=0}=zt(t,e),g=Ps(b),_=l[m?p==="floating"?"reference":"floating":p],C=Et(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(_)))==null||r?_:_.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:f,rootBoundary:h,strategy:d})),N=p==="floating"?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,O=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),w=await(i.isElement==null?void 0:i.isElement(O))?await(i.getScale==null?void 0:i.getScale(O))||{x:1,y:1}:{x:1,y:1},S=Et(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:N,offsetParent:O,strategy:d}):N);return{top:(C.top-S.top+g.top)/w.y,bottom:(S.bottom-C.bottom+g.bottom)/w.y,left:(C.left-S.left+g.left)/w.x,right:(S.right-C.right+g.right)/w.x}}function Vu(e,t,r){return(e?[...r.filter(a=>Pe(a)===e),...r.filter(a=>Pe(a)!==e)]:r.filter(a=>at(a)===a)).filter(a=>e?Pe(a)===e||(t?Is(a)!==a:!1):!0)}var yo=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,o,a;let{rects:i,middlewareData:s,placement:l,platform:d,elements:f}=t,{crossAxis:h=!1,alignment:p,allowedPlacements:m=Wn,autoAlignment:b=!0,...g}=zt(e,t),v=p!==void 0||m===Wn?Vu(p||null,b,m):m,_=await ho(t,g),C=((r=s.autoPlacement)==null?void 0:r.index)||0,N=v[C];if(N==null)return{};let O=Ts(N,i,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(l!==N)return{reset:{placement:v[0]}};let w=[_[at(N)],_[O[0]],_[O[1]]],S=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:N,overflows:w}],I=v[C+1];if(I)return{data:{index:C+1,overflows:S},reset:{placement:I}};let D=S.map(k=>{let y=Pe(k.placement);return[k.placement,y&&h?k.overflows.slice(0,2).reduce((x,T)=>x+T,0):k.overflows[0],k.overflows]}).sort((k,y)=>k[1]-y[1]),B=((a=D.filter(k=>k[2].slice(0,Pe(k[0])?2:3).every(y=>y<=0))[0])==null?void 0:a[0])||D[0][0];return B!==l?{data:{index:C+1,overflows:S},reset:{placement:B}}:{}}}};async function Ku(e,t){let{placement:r,platform:o,elements:a}=e,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=at(r),l=Pe(r),d=$t(r)==="y",f=["left","top"].includes(s)?-1:1,h=i&&d?-1:1,p=zt(t,e),{mainAxis:m,crossAxis:b,alignmentAxis:g}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return l&&typeof g=="number"&&(b=l==="end"?g*-1:g),d?{x:b*h,y:m*f}:{x:m*f,y:b*h}}var Gn=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;let{x:a,y:i,placement:s,middlewareData:l}=t,d=await Ku(t,e);return s===((r=l.offset)==null?void 0:r.placement)&&(o=l.arrow)!=null&&o.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},Yn=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:a}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:_=>{let{x:C,y:N}=_;return{x:C,y:N}}},...d}=zt(e,t),f={x:r,y:o},h=await ho(t,d),p=$t(at(a)),m=Hn(p),b=f[m],g=f[p];if(i){let _=m==="y"?"top":"left",C=m==="y"?"bottom":"right",N=b+h[_],O=b-h[C];b=Bn(N,b,O)}if(s){let _=p==="y"?"top":"left",C=p==="y"?"bottom":"right",N=g+h[_],O=g-h[C];g=Bn(N,g,O)}let v=l.fn({...t,[m]:b,[p]:g});return{...v,data:{x:v.x-r,y:v.y-o,enabled:{[m]:i,[p]:s}}}}}};var jn=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;let{placement:a,rects:i,platform:s,elements:l}=t,{apply:d=()=>{},...f}=zt(e,t),h=await ho(t,f),p=at(a),m=Pe(a),b=$t(a)==="y",{width:g,height:v}=i.floating,_,C;p==="top"||p==="bottom"?(_=p,C=m===(await(s.isRTL==null?void 0:s.isRTL(l.floating))?"start":"end")?"left":"right"):(C=p,_=m==="end"?"top":"bottom");let N=v-h.top-h.bottom,O=g-h.left-h.right,w=po(v-h[_],N),S=po(g-h[C],O),I=!t.middlewareData.shift,D=w,M=S;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(M=O),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(D=N),I&&!m){let k=nt(h.left,0),y=nt(h.right,0),x=nt(h.top,0),T=nt(h.bottom,0);b?M=g-2*(k!==0||y!==0?k+y:nt(h.left,h.right)):D=v-2*(x!==0||T!==0?x+T:nt(h.top,h.bottom))}await d({...t,availableWidth:M,availableHeight:D});let B=await s.getDimensions(l.floating);return g!==B.width||v!==B.height?{reset:{rects:!0}}:{}}}};var Vn=Math.min,Gt=Math.max,Rr=Math.round;var ze=e=>({x:e,y:e});function $e(e){return Fs(e)?(e.nodeName||"").toLowerCase():"#document"}function pe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ge(e){var t;return(t=(Fs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fs(e){return e instanceof Node||e instanceof pe(e).Node}function De(e){return e instanceof Element||e instanceof pe(e).Element}function Ce(e){return e instanceof HTMLElement||e instanceof pe(e).HTMLElement}function Ms(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof pe(e).ShadowRoot}function Yt(e){let{overflow:t,overflowX:r,overflowY:o,display:a}=me(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!["inline","contents"].includes(a)}function Us(e){return["table","td","th"].includes($e(e))}function go(e){let t=bo(),r=me(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(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 Ws(e){let t=Ct(e);for(;Ce(t)&&!Nr(t);){if(go(t))return t;t=Ct(t)}return null}function bo(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Nr(e){return["html","body","#document"].includes($e(e))}function me(e){return pe(e).getComputedStyle(e)}function kr(e){return De(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ct(e){if($e(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ms(e)&&e.host||Ge(e);return Ms(t)?t.host:t}function Bs(e){let t=Ct(e);return Nr(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ce(t)&&Yt(t)?t:Bs(t)}function mo(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);let a=Bs(e),i=a===((o=e.ownerDocument)==null?void 0:o.body),s=pe(a);return i?t.concat(s,s.visualViewport||[],Yt(a)?a:[],s.frameElement&&r?mo(s.frameElement):[]):t.concat(a,mo(a,[],r))}function $s(e){let t=me(e),r=parseFloat(t.width)||0,o=parseFloat(t.height)||0,a=Ce(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:o,l=Rr(r)!==i||Rr(o)!==s;return l&&(r=i,o=s),{width:r,height:o,$:l}}function Gs(e){return De(e)?e:e.contextElement}function jt(e){let t=Gs(e);if(!Ce(t))return ze(1);let r=t.getBoundingClientRect(),{width:o,height:a,$:i}=$s(t),s=(i?Rr(r.width):r.width)/o,l=(i?Rr(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var Zu=ze(0);function Ys(e){let t=pe(e);return!bo()||!t.visualViewport?Zu:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function qu(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==pe(e)?!1:t}function Tr(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);let a=e.getBoundingClientRect(),i=Gs(e),s=ze(1);t&&(o?De(o)&&(s=jt(o)):s=jt(e));let l=qu(i,r,o)?Ys(i):ze(0),d=(a.left+l.x)/s.x,f=(a.top+l.y)/s.y,h=a.width/s.x,p=a.height/s.y;if(i){let m=pe(i),b=o&&De(o)?pe(o):o,g=m.frameElement;for(;g&&o&&b!==m;){let v=jt(g),_=g.getBoundingClientRect(),C=me(g),N=_.left+(g.clientLeft+parseFloat(C.paddingLeft))*v.x,O=_.top+(g.clientTop+parseFloat(C.paddingTop))*v.y;d*=v.x,f*=v.y,h*=v.x,p*=v.y,d+=N,f+=O,g=pe(g).frameElement}}return Et({width:h,height:p,x:d,y:f})}function Ju(e){let{rect:t,offsetParent:r,strategy:o}=e,a=Ce(r),i=Ge(r);if(r===i)return t;let s={scrollLeft:0,scrollTop:0},l=ze(1),d=ze(0);if((a||!a&&o!=="fixed")&&(($e(r)!=="body"||Yt(i))&&(s=kr(r)),Ce(r))){let f=Tr(r);l=jt(r),d.x=f.x+r.clientLeft,d.y=f.y+r.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-s.scrollLeft*l.x+d.x,y:t.y*l.y-s.scrollTop*l.y+d.y}}function Xu(e){return Array.from(e.getClientRects())}function js(e){return Tr(Ge(e)).left+kr(e).scrollLeft}function Qu(e){let t=Ge(e),r=kr(e),o=e.ownerDocument.body,a=Gt(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=Gt(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+js(e),l=-r.scrollTop;return me(o).direction==="rtl"&&(s+=Gt(t.clientWidth,o.clientWidth)-a),{width:a,height:i,x:s,y:l}}function ef(e,t){let r=pe(e),o=Ge(e),a=r.visualViewport,i=o.clientWidth,s=o.clientHeight,l=0,d=0;if(a){i=a.width,s=a.height;let f=bo();(!f||f&&t==="fixed")&&(l=a.offsetLeft,d=a.offsetTop)}return{width:i,height:s,x:l,y:d}}function tf(e,t){let r=Tr(e,!0,t==="fixed"),o=r.top+e.clientTop,a=r.left+e.clientLeft,i=Ce(e)?jt(e):ze(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,d=a*i.x,f=o*i.y;return{width:s,height:l,x:d,y:f}}function Hs(e,t,r){let o;if(t==="viewport")o=ef(e,r);else if(t==="document")o=Qu(Ge(e));else if(De(t))o=tf(t,r);else{let a=Ys(e);o={...t,x:t.x-a.x,y:t.y-a.y}}return Et(o)}function Vs(e,t){let r=Ct(e);return r===t||!De(r)||Nr(r)?!1:me(r).position==="fixed"||Vs(r,t)}function rf(e,t){let r=t.get(e);if(r)return r;let o=mo(e,[],!1).filter(l=>De(l)&&$e(l)!=="body"),a=null,i=me(e).position==="fixed",s=i?Ct(e):e;for(;De(s)&&!Nr(s);){let l=me(s),d=go(s);!d&&l.position==="fixed"&&(a=null),(i?!d&&!a:!d&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||Yt(s)&&!d&&Vs(e,s))?o=o.filter(h=>h!==s):a=l,s=Ct(s)}return t.set(e,o),o}function of(e){let{element:t,boundary:r,rootBoundary:o,strategy:a}=e,s=[...r==="clippingAncestors"?rf(t,this._c):[].concat(r),o],l=s[0],d=s.reduce((f,h)=>{let p=Hs(t,h,a);return f.top=Gt(p.top,f.top),f.right=Vn(p.right,f.right),f.bottom=Vn(p.bottom,f.bottom),f.left=Gt(p.left,f.left),f},Hs(t,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function nf(e){return $s(e)}function af(e,t,r){let o=Ce(t),a=Ge(t),i=r==="fixed",s=Tr(e,!0,i,t),l={scrollLeft:0,scrollTop:0},d=ze(0);if(o||!o&&!i)if(($e(t)!=="body"||Yt(a))&&(l=kr(t)),o){let f=Tr(t,!0,i,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else a&&(d.x=js(a));return{x:s.left+l.scrollLeft-d.x,y:s.top+l.scrollTop-d.y,width:s.width,height:s.height}}function zs(e,t){return!Ce(e)||me(e).position==="fixed"?null:t?t(e):e.offsetParent}function Ks(e,t){let r=pe(e);if(!Ce(e))return r;let o=zs(e,t);for(;o&&Us(o)&&me(o).position==="static";)o=zs(o,t);return o&&($e(o)==="html"||$e(o)==="body"&&me(o).position==="static"&&!go(o))?r:o||Ws(e)||r}var sf=async function(e){let{reference:t,floating:r,strategy:o}=e,a=this.getOffsetParent||Ks,i=this.getDimensions;return{reference:af(t,await a(r),o),floating:{x:0,y:0,...await i(r)}}};function cf(e){return me(e).direction==="rtl"}var Vt={convertOffsetParentRelativeRectToViewportRelativeRect:Ju,getDocumentElement:Ge,getClippingRect:of,getOffsetParent:Ks,getElementRects:sf,getClientRects:Xu,getDimensions:nf,getScale:jt,isElement:De,isRTL:cf};var Kn=(e,t,r)=>{let o=new Map,a={platform:Vt,...r},i={...a.platform,_c:o};return Ls(e,t,{...a,platform:i})};function qn(e){return lf(e)}function Zn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function lf(e){for(let t=e;t;t=Zn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Zn(e);t;t=Zn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function df(e,t,r){return Kn(e,t,{platform:{...Vt,getOffsetParent:o=>Vt.getOffsetParent(o,qn)},middleware:[Yn({crossAxis:!0}),yo({allowedPlacements:[r]})]})}async function uf(e,t,r,o,a,i,s=4){return Kn(e,t,{placement:r,strategy:a,platform:{...Vt,getOffsetParent:l=>Vt.getOffsetParent(l,qn)},middleware:[Gn(s),yo({allowedPlacements:o}),jn({apply({availableHeight:l,elements:d}){i?d.floating.style.maxHeight=`min(${Math.max(0,l)}px, var(${i}))`:d.floating.style.maxHeight=`${Math.max(0,l)}px`}})]})}var oa={};G(oa,{FtdsBase:()=>ra,toFtdsBase:()=>tc});var ta={};G(ta,{FtLitElement:()=>he});var Xn={};G(Xn,{ScopedRegistryLitElement:()=>Ir});var Ir=class extends He{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([a,i])=>t.registry.define(a,i)));let r={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return pr(o,t.elementStyles),o}};var ea={};G(ea,{shadowQuerySelector:()=>Qn,shadowQuerySelectorAll:()=>ff});function Qn(e,t,...r){var o;let a=e.querySelector(t);for(let i of r)a=(o=a?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return a}function ff(e,t,...r){let o=[...e.querySelectorAll(t)];for(let a of r)o=o.flatMap(i=>{var s,l;return[...(l=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&l!==void 0?l:[]]});return o}var Pr=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Xs,Zs=Symbol("constructorPrototype"),qs=Symbol("constructorName"),Qs=Symbol("exportpartsDebouncer"),Js=Symbol("dynamicDependenciesLoaded"),he=class extends Ir{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Xs]=new Or(5),this[qs]=this.constructor.name,this[Zs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[qs]&&Object.setPrototypeOf(this,this[Zs])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[Js]||(t[Js]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:a}=this.elementToFocus;if(o!=null){let i=[...a??[],o];r=Qn(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,o,a;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(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 t,r,o;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[Qs].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.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(t){var r,o,a,i,s,l;let d=m=>m!=null&&m.trim().length>0,f=t.filter(d).map(m=>m.trim());if(f.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 b=(i=(a=m.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],g=(l=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(v=>v.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...b,...g).filter(d).map(v=>v.trim()).forEach(v=>h.add(v))}if(h.size===0){this.removeAttribute("exportparts");return}let p=[...h.values()].flatMap(m=>f.map(b=>`${m}:${b}--${m}`));this.setAttribute("exportparts",[...this.part,...p].join(", "))}};Xs=Qs;Pr([V()],he.prototype,"exportpartsPrefix",void 0);Pr([wt([])],he.prototype,"exportpartsPrefixes",void 0);Pr([V()],he.prototype,"customStylesheet",void 0);Pr([V()],he.prototype,"elementToFocus",void 0);Pr([co()],he.prototype,"useAdoptedStyleSheets",void 0);var ec=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i};function tc(e){class t extends e{constructor(){super(...arguments),this.size=Ar.medium,this.family=_r.neutral}getDesignSystemBaseClasses(){return{[Pn(this.family)]:!0,[Dn(this.size)]:!0}}}return ec([V()],t.prototype,"size",void 0),ec([V()],t.prototype,"family",void 0),t}var ra=class extends tc(he){};var rc={};var aa={};G(aa,{highlightHtml:()=>yf,highlightHtmlColorCssVariable:()=>oc,highlightHtmlStyles:()=>hf});var _t=class e{constructor(t,r=!0,o=[],a=5e3){this.ctx=t,this.iframes=r,this.exclude=o,this.iframesTimeout=a}static matches(t,r){let o=typeof r=="string"?[r]:r,a=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(a){let i=!1;return o.every(s=>a.call(t,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let t,r=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(o=>{let a=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!a&&r.push(o)}),r}getIframeContents(t,r,o=()=>{}){let a;try{let i=t.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{o()}a&&r(a)}isIframeBlank(t){let r="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(t,r,o){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",s),this.getIframeContents(t,r,o))}catch{o()}}};t.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(t,r,o){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,o):this.getIframeContents(t,r,o):this.observeIframeLoad(t,r,o)}catch{o()}}waitForIframes(t,r){let o=0;this.forEachIframe(t,()=>!0,a=>{o++,this.waitForIframes(a.querySelector("html"),()=>{--o||r()})},a=>{a||r()})}forEachIframe(t,r,o,a=()=>{}){let i=t.querySelectorAll("iframe"),s=i.length,l=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(l)};s||d(),i.forEach(f=>{e.matches(f,this.exclude)?d():this.onIframeReady(f,h=>{r(f)&&(l++,o(h)),d()},d)})}createIterator(t,r,o){return document.createNodeIterator(t,r,o,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,o){let a=t.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&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(t){let r=t.previousNode(),o;return r===null?o=t.nextNode():o=t.nextNode()&&t.nextNode(),{prevNode:r,node:o}}checkIframeFilter(t,r,o,a){let i=!1,s=!1;return a.forEach((l,d)=>{l.val===o&&(i=d,s=l.handled)}),this.compareNodeIframe(t,r,o)?(i===!1&&!s?a.push({val:o,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:o,handled:!1}),!1)}handleOpenIframes(t,r,o,a){t.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,a)})})}iterateThroughNodes(t,r,o,a,i){let s=this.createIterator(r,t,a),l=[],d=[],f,h,p=()=>({prevNode:h,node:f}=this.getIteratorNode(s),f);for(;p();)this.iframes&&this.forEachIframe(r,m=>this.checkIframeFilter(f,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(t,b=>d.push(b),a)}),d.push(f);d.forEach(m=>{o(m)}),this.iframes&&this.handleOpenIframes(l,t,o,a),i()}forEachNode(t,r,o,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(l=>{let d=()=>{this.iterateThroughNodes(t,l,r,o,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(l,d):d()})}};var Dr=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.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 _t(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(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)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",a=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),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&d!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(d)})`,`gm${o}`),a+`(${this.processSynomyms(l)}|${this.processSynomyms(d)})`+a))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,o,a)=>{let i=a.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(t){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?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){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"],a=[];return t.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;t=t.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),a.push(s)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,a=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(l=>{s+=`|${this.escapeStr(l)}`}),a){case"partially":default:return`()(${t})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${t}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${t})(?=$|\\s${s})`}}getSeparatedKeywords(t){let r=[];return t.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,a)=>a.length-o.length),length:r.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let r=[],o=0;return t.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:l}=this.callNoMatchOnInvalidRanges(a,o);l&&(a.start=i,a.length=s-i,r.push(a),o=s)}),r}callNoMatchOnInvalidRanges(t,r){let o,a,i=!1;return t&&typeof t.start<"u"?(o=parseInt(t.start,10),a=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&a-r>0&&a-o>0?i=!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:a,valid:i}}checkWhitespaceRanges(t,r,o){let a,i=!0,s=o.length,l=r-s,d=parseInt(t.start,10)-l;return d=d>s?s:d,a=d+parseInt(t.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):o.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:d,end:a,valid:i}}getTextNodes(t){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{o.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:o})})}matchesExclude(t){return _t.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,o){let a=this.opt.element?this.opt.element:"mark",i=t.splitText(r),s=i.splitText(o-r),l=document.createElement(a);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(t,r,o,a,i){t.nodes.every((s,l)=>{let d=t.nodes[l+1];if(typeof d>"u"||d.start>r){if(!a(s.node))return!1;let f=r-s.start,h=(o>s.end?s.end:o)-s.start,p=t.value.substr(0,s.start),m=t.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,h),t.value=p+m,t.nodes.forEach((b,g)=>{g>=l&&(t.nodes[g].start>0&&g!==l&&(t.nodes[g].start-=h),t.nodes[g].end-=h)}),o-=h,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(t,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(l=>{l.nodes.forEach(d=>{d=d.node;let f;for(;(f=t.exec(d.textContent))!==null&&f[s]!=="";){if(!o(f[s],d))continue;let h=f.index;if(s!==0)for(let p=1;p<s;p++)h+=f[p].length;d=this.wrapRangeInTextNode(d,h,h+f[s].length),a(d.previousSibling),t.lastIndex=0}}),i()})}wrapMatchesAcrossElements(t,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(l=>{let d;for(;(d=t.exec(l.value))!==null&&d[s]!=="";){let f=d.index;if(s!==0)for(let p=1;p<s;p++)f+=d[p].length;let h=f+d[s].length;this.wrapRangeInMappedTextNode(l,f,h,p=>o(d[s],p),(p,m)=>{t.lastIndex=m,a(p)})}i()})}wrapRangeFromIndex(t,r,o,a){this.getTextNodes(i=>{let s=i.value.length;t.forEach((l,d)=>{let{start:f,end:h,valid:p}=this.checkWhitespaceRanges(l,s,i.value);p&&this.wrapRangeInMappedTextNode(i,f,h,m=>r(m,l,i.value.substring(f,h),d),m=>{o(m,l)})}),a()})}unwrapMatches(t){let r=t.parentNode,o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));r.replaceChild(o,t),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,r){this.opt=r,this.log(`Searching with expression "${t}"`);let o=0,a="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](t,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,o),i,()=>{o===0&&this.opt.noMatch(t),this.opt.done(o)})}mark(t,r){this.opt=r;let o=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),l=this.opt.caseSensitive?"":"i",d=f=>{let h=new RegExp(this.createRegExp(f),`gm${l}`),p=0;this.log(`Searching with expression "${h}"`),this[a](h,1,(m,b)=>this.opt.filter(b,f,o,p),m=>{p++,o++,this.opt.each(m)},()=>{p===0&&this.opt.noMatch(f),i[s-1]===f?this.opt.done(o):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(o):d(i[0])}markRanges(t,r){this.opt=r;let o=0,a=this.checkRanges(t);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,l,d)=>this.opt.filter(i,s,l,d),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(t){this.opt=t;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 a=_t.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function na(e){let t=new Dr(e);return this.mark=(r,o)=>(t.mark(r,o),this),this.markRegExp=(r,o)=>(t.markRegExp(r,o),this),this.markRanges=(r,o)=>(t.markRanges(r,o),this),this.unmark=r=>(t.unmark(r),this),this}var pf=na,oc=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),hf=te`
|
|
1
|
+
"use strict";(()=>{var md=Object.create;var Xo=Object.defineProperty;var gd=Object.getOwnPropertyDescriptor;var bd=Object.getOwnPropertyNames;var xd=Object.getPrototypeOf,vd=Object.prototype.hasOwnProperty;var Ni=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Sd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),G=(e,t)=>{for(var r in t)Xo(e,r,{get:t[r],enumerable:!0})},Od=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of bd(t))!vd.call(e,a)&&a!==r&&Xo(e,a,{get:()=>t[a],enumerable:!(o=gd(t,a))||o.enumerable});return e};var wd=(e,t,r)=>(r=e!=null?md(xd(e)):{},Od(t||!e||!e.__esModule?Xo(r,"default",{value:e,enumerable:!0}):r,e));var Wc=Sd((ut,Uc)=>{var Co=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,_o=function(){function e(){this.fetch=!1,this.DOMException=Co.DOMException}return e.prototype=Co,new e}();(function(e){var t=function(r){var o=typeof e<"u"&&e||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in o,iterable:"Symbol"in o&&"iterator"in Symbol,blob:"FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in o,arrayBuffer:"ArrayBuffer"in o};function i(y){return y&&DataView.prototype.isPrototypeOf(y)}if(a.arrayBuffer)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(y){return y&&s.indexOf(Object.prototype.toString.call(y))>-1};function d(y){if(typeof y!="string"&&(y=String(y)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(y)||y==="")throw new TypeError('Invalid character in header field name: "'+y+'"');return y.toLowerCase()}function f(y){return typeof y!="string"&&(y=String(y)),y}function h(y){var x={next:function(){var T=y.shift();return{done:T===void 0,value:T}}};return a.iterable&&(x[Symbol.iterator]=function(){return x}),x}function p(y){this.map={},y instanceof p?y.forEach(function(x,T){this.append(T,x)},this):Array.isArray(y)?y.forEach(function(x){if(x.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+x.length);this.append(x[0],x[1])},this):y&&Object.getOwnPropertyNames(y).forEach(function(x){this.append(x,y[x])},this)}p.prototype.append=function(y,x){y=d(y),x=f(x);var T=this.map[y];this.map[y]=T?T+", "+x:x},p.prototype.delete=function(y){delete this.map[d(y)]},p.prototype.get=function(y){return y=d(y),this.has(y)?this.map[y]:null},p.prototype.has=function(y){return this.map.hasOwnProperty(d(y))},p.prototype.set=function(y,x){this.map[d(y)]=f(x)},p.prototype.forEach=function(y,x){for(var T in this.map)this.map.hasOwnProperty(T)&&y.call(x,this.map[T],T,this)},p.prototype.keys=function(){var y=[];return this.forEach(function(x,T){y.push(T)}),h(y)},p.prototype.values=function(){var y=[];return this.forEach(function(x){y.push(x)}),h(y)},p.prototype.entries=function(){var y=[];return this.forEach(function(x,T){y.push([T,x])}),h(y)},a.iterable&&(p.prototype[Symbol.iterator]=p.prototype.entries);function m(y){if(!y._noBody){if(y.bodyUsed)return Promise.reject(new TypeError("Already read"));y.bodyUsed=!0}}function b(y){return new Promise(function(x,T){y.onload=function(){x(y.result)},y.onerror=function(){T(y.error)}})}function g(y){var x=new FileReader,T=b(x);return x.readAsArrayBuffer(y),T}function v(y){var x=new FileReader,T=b(x),$=/charset=([A-Za-z0-9_-]+)/.exec(y.type),K=$?$[1]:"utf-8";return x.readAsText(y,K),T}function _(y){for(var x=new Uint8Array(y),T=new Array(x.length),$=0;$<x.length;$++)T[$]=String.fromCharCode(x[$]);return T.join("")}function C(y){if(y.slice)return y.slice(0);var x=new Uint8Array(y.byteLength);return x.set(new Uint8Array(y)),x.buffer}function N(){return this.bodyUsed=!1,this._initBody=function(y){this.bodyUsed=this.bodyUsed,this._bodyInit=y,y?typeof y=="string"?this._bodyText=y:a.blob&&Blob.prototype.isPrototypeOf(y)?this._bodyBlob=y:a.formData&&FormData.prototype.isPrototypeOf(y)?this._bodyFormData=y:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(y)?this._bodyText=y.toString():a.arrayBuffer&&a.blob&&i(y)?(this._bodyArrayBuffer=C(y.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(y)||l(y))?this._bodyArrayBuffer=C(y):this._bodyText=y=Object.prototype.toString.call(y):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof y=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(y)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var y=m(this);if(y)return y;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var y=m(this);return y||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(a.blob)return this.blob().then(g);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var y=m(this);if(y)return y;if(this._bodyBlob)return v(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(_(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(I)}),this.json=function(){return this.text().then(JSON.parse)},this}var O=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function w(y){var x=y.toUpperCase();return O.indexOf(x)>-1?x:y}function S(y,x){if(!(this instanceof S))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');x=x||{};var T=x.body;if(y instanceof S){if(y.bodyUsed)throw new TypeError("Already read");this.url=y.url,this.credentials=y.credentials,x.headers||(this.headers=new p(y.headers)),this.method=y.method,this.mode=y.mode,this.signal=y.signal,!T&&y._bodyInit!=null&&(T=y._bodyInit,y.bodyUsed=!0)}else this.url=String(y);if(this.credentials=x.credentials||this.credentials||"same-origin",(x.headers||!this.headers)&&(this.headers=new p(x.headers)),this.method=w(x.method||this.method||"GET"),this.mode=x.mode||this.mode||null,this.signal=x.signal||this.signal||function(){if("AbortController"in o){var U=new AbortController;return U.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&T)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(T),(this.method==="GET"||this.method==="HEAD")&&(x.cache==="no-store"||x.cache==="no-cache")){var $=/([?&])_=[^&]*/;if($.test(this.url))this.url=this.url.replace($,"$1_="+new Date().getTime());else{var K=/\?/;this.url+=(K.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}S.prototype.clone=function(){return new S(this,{body:this._bodyInit})};function I(y){var x=new FormData;return y.trim().split("&").forEach(function(T){if(T){var $=T.split("="),K=$.shift().replace(/\+/g," "),U=$.join("=").replace(/\+/g," ");x.append(decodeURIComponent(K),decodeURIComponent(U))}}),x}function D(y){var x=new p,T=y.replace(/\r?\n[\t ]+/g," ");return T.split("\r").map(function($){return $.indexOf(`
|
|
2
|
+
`)===0?$.substr(1,$.length):$}).forEach(function($){var K=$.split(":"),U=K.shift().trim();if(U){var qr=K.join(":").trim();try{x.append(U,qr)}catch(Jo){console.warn("Response "+Jo.message)}}}),x}N.call(S.prototype);function M(y,x){if(!(this instanceof M))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(x||(x={}),this.type="default",this.status=x.status===void 0?200:x.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=x.statusText===void 0?"":""+x.statusText,this.headers=new p(x.headers),this.url=x.url||"",this._initBody(y)}N.call(M.prototype),M.prototype.clone=function(){return new M(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},M.error=function(){var y=new M(null,{status:200,statusText:""});return y.ok=!1,y.status=0,y.type="error",y};var B=[301,302,303,307,308];M.redirect=function(y,x){if(B.indexOf(x)===-1)throw new RangeError("Invalid status code");return new M(null,{status:x,headers:{location:y}})},r.DOMException=o.DOMException;try{new r.DOMException}catch{r.DOMException=function(x,T){this.message=x,this.name=T;var $=Error(x);this.stack=$.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function k(y,x){return new Promise(function(T,$){var K=new S(y,x);if(K.signal&&K.signal.aborted)return $(new r.DOMException("Aborted","AbortError"));var U=new XMLHttpRequest;function qr(){U.abort()}U.onload=function(){var ne={statusText:U.statusText,headers:D(U.getAllResponseHeaders()||"")};K.url.indexOf("file://")===0&&(U.status<200||U.status>599)?ne.status=200:ne.status=U.status,ne.url="responseURL"in U?U.responseURL:ne.headers.get("X-Request-URL");var yt="response"in U?U.response:U.responseText;setTimeout(function(){T(new M(yt,ne))},0)},U.onerror=function(){setTimeout(function(){$(new TypeError("Network request failed"))},0)},U.ontimeout=function(){setTimeout(function(){$(new TypeError("Network request timed out"))},0)},U.onabort=function(){setTimeout(function(){$(new r.DOMException("Aborted","AbortError"))},0)};function Jo(ne){try{return ne===""&&o.location.href?o.location.href:ne}catch{return ne}}if(U.open(K.method,Jo(K.url),!0),K.credentials==="include"?U.withCredentials=!0:K.credentials==="omit"&&(U.withCredentials=!1),"responseType"in U&&(a.blob?U.responseType="blob":a.arrayBuffer&&(U.responseType="arraybuffer")),x&&typeof x.headers=="object"&&!(x.headers instanceof p||o.Headers&&x.headers instanceof o.Headers)){var Ri=[];Object.getOwnPropertyNames(x.headers).forEach(function(ne){Ri.push(d(ne)),U.setRequestHeader(ne,f(x.headers[ne]))}),K.headers.forEach(function(ne,yt){Ri.indexOf(yt)===-1&&U.setRequestHeader(yt,ne)})}else K.headers.forEach(function(ne,yt){U.setRequestHeader(yt,ne)});K.signal&&(K.signal.addEventListener("abort",qr),U.onreadystatechange=function(){U.readyState===4&&K.signal.removeEventListener("abort",qr)}),U.send(typeof K._bodyInit>"u"?null:K._bodyInit)})}return k.polyfill=!0,o.fetch||(o.fetch=k,o.Headers=p,o.Request=S,o.Response=M),r.Headers=p,r.Request=S,r.Response=M,r.fetch=k,r}({})})(_o);_o.fetch.ponyfill=!0;delete _o.fetch.polyfill;var Qt=Co.fetch?Co:_o;ut=Qt.fetch;ut.default=Qt.fetch;ut.fetch=Qt.fetch;ut.Headers=Qt.Headers;ut.Request=Qt.Request;ut.Response=Qt.Response;Uc.exports=ut});if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,o=window.customElements,a=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(O,w){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(w)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let S=w.prototype.attributeChangedCallback,I=new Set(w.observedAttributes||[]);m(w,I,S);let D={elementClass:w,connectedCallback:w.prototype.connectedCallback,disconnectedCallback:w.prototype.disconnectedCallback,adoptedCallback:w.prototype.adoptedCallback,attributeChangedCallback:S,formAssociated:w.formAssociated,formAssociatedCallback:w.prototype.formAssociatedCallback,formDisabledCallback:w.prototype.formDisabledCallback,formResetCallback:w.prototype.formResetCallback,formStateRestoreCallback:w.prototype.formStateRestoreCallback,observedAttributes:I};this._definitionsByTag.set(O,D),this._definitionsByClass.set(w,D);let M=r.call(o,O);M||(M=p(O),t.call(o,O,M)),this===window.customElements&&(s.set(w,D),D.standInClass=M);let B=this._awaitingUpgrade.get(O);if(B){this._awaitingUpgrade.delete(O);for(let y of B)i.delete(y),g(y,D,!0)}let k=this._whenDefinedPromises.get(O);return k!==void 0&&(k.resolve(w),this._whenDefinedPromises.delete(O)),w}upgrade(){_.push(this),o.upgrade.apply(o,arguments),_.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let w=this._getDefinition(O);if(w!==void 0)return Promise.resolve(w.elementClass);let S=this._whenDefinedPromises.get(O);return S===void 0&&(S={},S.promise=new Promise(I=>S.resolve=I),this._whenDefinedPromises.set(O,S)),S.promise}_upgradeWhenDefined(O,w,S){let I=this._awaitingUpgrade.get(w);I||this._awaitingUpgrade.set(w,I=new Set),S?I.add(O):I.delete(O)}};let d;window.HTMLElement=function(){let w=d;if(w)return d=void 0,w;let S=s.get(this.constructor);if(!S)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return w=Reflect.construct(e,[],S.standInClass),Object.setPrototypeOf(w,this.constructor.prototype),a.set(w,S),w},window.HTMLElement.prototype=e.prototype;let f=O=>O===document||O instanceof ShadowRoot,h=O=>{let w=O.getRootNode();if(!f(w)){let S=_[_.length-1];if(S instanceof CustomElementRegistry)return S;w=S.getRootNode(),f(w)||(w=l.get(w)?.getRootNode()||document)}return w.customElements},p=O=>class{static get formAssociated(){return!0}constructor(){let S=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(S,HTMLElement.prototype);let I=h(S)||window.customElements,D=I._getDefinition(O);return D?g(S,D):i.set(S,I),S}connectedCallback(){let S=a.get(this);S?S.connectedCallback&&S.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let S=a.get(this);S?S.disconnectedCallback&&S.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let S=a.get(this);S&&S.formAssociated&&S?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let S=a.get(this);S?.formAssociated&&S?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let S=a.get(this);S?.formAssociated&&S?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let S=a.get(this);S?.formAssociated&&S?.formStateRestoreCallback?.apply(this,arguments)}},m=(O,w,S)=>{if(w.size===0||S===void 0)return;let I=O.prototype.setAttribute;I&&(O.prototype.setAttribute=function(B,k){let y=B.toLowerCase();if(w.has(y)){let x=this.getAttribute(y);I.call(this,y,k),S.call(this,y,x,k)}else I.call(this,y,k)});let D=O.prototype.removeAttribute;D&&(O.prototype.removeAttribute=function(B){let k=B.toLowerCase();if(w.has(k)){let y=this.getAttribute(k);D.call(this,k),S.call(this,k,y,null)}else D.call(this,k)});let M=O.prototype.toggleAttribute;M&&(O.prototype.toggleAttribute=function(B,k){let y=B.toLowerCase();if(w.has(y)){let x=this.getAttribute(y);M.call(this,y,k);let T=this.getAttribute(y);S.call(this,y,x,T)}else M.call(this,y,k)})},b=O=>{let w=Object.getPrototypeOf(O);if(w!==window.HTMLElement)return w===e?Object.setPrototypeOf(O,window.HTMLElement):b(w)},g=(O,w,S=!1)=>{Object.setPrototypeOf(O,w.elementClass.prototype),a.set(O,w),d=O;try{new w.elementClass}catch{b(w.elementClass),new w.elementClass}w.attributeChangedCallback&&w.observedAttributes.forEach(I=>{O.hasAttribute(I)&&w.attributeChangedCallback.call(O,I,null,O.getAttribute(I))}),S&&w.connectedCallback&&O.isConnected&&w.connectedCallback.call(O)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let w=v.apply(this,arguments);return O.customElements&&(w.customElements=O.customElements),w};let _=[document],C=(O,w,S=void 0)=>{let I=(S?Object.getPrototypeOf(S):O.prototype)[w];O.prototype[w]=function(){_.push(this);let D=I.apply(S||this,arguments);return D!==void 0&&l.set(D,this),_.pop(),D}};C(ShadowRoot,"createElement",document),C(ShadowRoot,"importNode",document),C(Element,"insertAdjacentHTML");let N=(O,w)=>{let S=Object.getOwnPropertyDescriptor(O.prototype,w);Object.defineProperty(O.prototype,w,{...S,set(I){_.push(this),S.set.call(this,I),_.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 O=new WeakMap,w=HTMLElement.prototype.attachInternals,S=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...B){let k=w.call(this,...B);return O.set(k,this),k},S.forEach(B=>{let k=window.ElementInternals.prototype,y=k[B];k[B]=function(...x){let T=O.get(this);if(a.get(T).formAssociated===!0)return y?.call(this,...x);throw new DOMException(`Failed to execute ${y} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class I extends Array{constructor(k){super(...k),this._elements=k}get value(){return this._elements.find(k=>k.checked===!0)?.value||""}}class D{constructor(k){let y=new Map;k.forEach((x,T)=>{let $=x.getAttribute("name"),K=y.get($)||[];this[+T]=x,K.push(x),y.set($,K)}),this.length=k.length,y.forEach((x,T)=>{x&&(x.length===1?this[T]=x[0]:this[T]=new I(x))})}namedItem(k){return this[k]}}let M=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let B=M.get.call(this,[]),k=[];for(let y of B){let x=a.get(y);(!x||x.formAssociated===!0)&&k.push(y)}return new D(k)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,o,a)=>{if(o!==null)try{t.bind(window.customElements)(r,o,a)}catch(i){console.info(r,o,a,i)}}}var dn={};G(dn,{CSSResult:()=>Lt,LitElement:()=>He,ReactiveElement:()=>Te,_$LE:()=>Fd,_$LH:()=>sn,adoptStyles:()=>fr,css:()=>te,defaultConverter:()=>Mt,getCompatibleStyle:()=>Xr,html:()=>io,isServer:()=>Ng,mathml:()=>Dd,noChange:()=>ie,notEqual:()=>hr,nothing:()=>Q,render:()=>cn,supportsAdoptingStyleSheets:()=>dr,svg:()=>Pd,unsafeCSS:()=>ur});var Jr=globalThis,dr=Jr.ShadowRoot&&(Jr.ShadyCSS===void 0||Jr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Qo=Symbol(),ki=new WeakMap,Lt=class{constructor(t,r,o){if(this._$cssResult$=!0,o!==Qo)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(dr&&t===void 0){let o=r!==void 0&&r.length===1;o&&(t=ki.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ki.set(r,t))}return t}toString(){return this.cssText}},ur=e=>new Lt(typeof e=="string"?e:e+"",void 0,Qo),te=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((o,a,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.")})(a)+e[i+1],e[0]);return new Lt(r,e,Qo)},fr=(e,t)=>{if(dr)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let o=document.createElement("style"),a=Jr.litNonce;a!==void 0&&o.setAttribute("nonce",a),o.textContent=r.cssText,e.appendChild(o)}},Xr=dr?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let o of t.cssRules)r+=o.cssText;return ur(r)})(e):e;var{is:Ed,defineProperty:Cd,getOwnPropertyDescriptor:_d,getOwnPropertyNames:Ad,getOwnPropertySymbols:Rd,getPrototypeOf:Nd}=Object,Qr=globalThis,Ti=Qr.trustedTypes,kd=Ti?Ti.emptyScript:"",Td=Qr.reactiveElementPolyfillSupport,pr=(e,t)=>e,Mt={toAttribute(e,t){switch(t){case Boolean:e=e?kd:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},hr=(e,t)=>!Ed(e,t),Ii={attribute:!0,type:String,converter:Mt,reflect:!1,useDefault:!1,hasChanged:hr};Symbol.metadata??=Symbol("metadata"),Qr.litPropertyMetadata??=new WeakMap;var Te=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,r=Ii){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let o=Symbol(),a=this.getPropertyDescriptor(t,o,r);a!==void 0&&Cd(this.prototype,t,a)}}static getPropertyDescriptor(t,r,o){let{get:a,set:i}=_d(this.prototype,t)??{get(){return this[r]},set(s){this[r]=s}};return{get:a,set(s){let l=a?.call(this);i?.call(this,s),this.requestUpdate(t,l,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Ii}static _$Ei(){if(this.hasOwnProperty(pr("elementProperties")))return;let t=Nd(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(pr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(pr("properties"))){let r=this.properties,o=[...Ad(r),...Rd(r)];for(let a of o)this.createProperty(a,r[a])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[o,a]of r)this.elementProperties.set(o,a)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let a=this._$Eu(r,o);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let o=new Set(t.flat(1/0).reverse());for(let a of o)r.unshift(Xr(a))}else t!==void 0&&r.push(Xr(t));return r}static _$Eu(t,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return fr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,o){this._$AK(t,o)}_$ET(t,r){let o=this.constructor.elementProperties.get(t),a=this.constructor._$Eu(t,o);if(a!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:Mt).toAttribute(r,o.type);this._$Em=t,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(t,r){let o=this.constructor,a=o._$Eh.get(t);if(a!==void 0&&this._$Em!==a){let i=o.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Mt;this._$Em=a,this[a]=s.fromAttribute(r,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(t,r,o){if(t!==void 0){let a=this.constructor,i=this[t];if(o??=a.getPropertyOptions(t),!((o.hasChanged??hr)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(a._$Eu(t,o))))return;this.C(t,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:o,reflect:a,wrapped:i},s){o&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,s??r??this[t]),i!==!0||s!==void 0)||(this._$AL.has(t)||(this.hasUpdated||o||(r=void 0),this._$AL.set(t,r)),a===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[a,i]of o){let{wrapped:s}=i,l=this[a];s!==!0||this._$AL.has(a)||l===void 0||this.C(a,void 0,i,l)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$EM()}catch(o){throw t=!1,this._$EM(),o}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};Te.elementStyles=[],Te.shadowRootOptions={mode:"open"},Te[pr("elementProperties")]=new Map,Te[pr("finalized")]=new Map,Td?.({ReactiveElement:Te}),(Qr.reactiveElementVersions??=[]).push("2.1.0");var tn=globalThis,eo=tn.trustedTypes,Pi=eo?eo.createPolicy("lit-html",{createHTML:e=>e}):void 0,rn="$lit$",Be=`lit$${Math.random().toFixed(9).slice(2)}$`,on="?"+Be,Id=`<${on}>`,bt=document,mr=()=>bt.createComment(""),gr=e=>e===null||typeof e!="object"&&typeof e!="function",nn=Array.isArray,Wi=e=>nn(e)||typeof e?.[Symbol.iterator]=="function",en=`[
|
|
3
|
+
\f\r]`,yr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Di=/-->/g,Li=/>/g,mt=RegExp(`>|${en}(?:([^\\s"'>=/]+)(${en}*=${en}*(?:[^
|
|
4
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Mi=/'/g,Fi=/"/g,Bi=/^(?:script|style|textarea|title)$/i,an=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),io=an(1),Pd=an(2),Dd=an(3),ie=Symbol.for("lit-noChange"),Q=Symbol.for("lit-nothing"),Ui=new WeakMap,gt=bt.createTreeWalker(bt,129);function Hi(e,t){if(!nn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Pi!==void 0?Pi.createHTML(t):t}var zi=(e,t)=>{let r=e.length-1,o=[],a,i=t===2?"<svg>":t===3?"<math>":"",s=yr;for(let l=0;l<r;l++){let d=e[l],f,h,p=-1,m=0;for(;m<d.length&&(s.lastIndex=m,h=s.exec(d),h!==null);)m=s.lastIndex,s===yr?h[1]==="!--"?s=Di:h[1]!==void 0?s=Li:h[2]!==void 0?(Bi.test(h[2])&&(a=RegExp("</"+h[2],"g")),s=mt):h[3]!==void 0&&(s=mt):s===mt?h[0]===">"?(s=a??yr,p=-1):h[1]===void 0?p=-2:(p=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?mt:h[3]==='"'?Fi:Mi):s===Fi||s===Mi?s=mt:s===Di||s===Li?s=yr:(s=mt,a=void 0);let b=s===mt&&e[l+1].startsWith("/>")?" ":"";i+=s===yr?d+Id:p>=0?(o.push(f),d.slice(0,p)+rn+d.slice(p)+Be+b):d+Be+(p===-2?l:b)}return[Hi(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),o]},br=class e{constructor({strings:t,_$litType$:r},o){let a;this.parts=[];let i=0,s=0,l=t.length-1,d=this.parts,[f,h]=zi(t,r);if(this.el=e.createElement(f,o),gt.currentNode=this.el.content,r===2||r===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(a=gt.nextNode())!==null&&d.length<l;){if(a.nodeType===1){if(a.hasAttributes())for(let p of a.getAttributeNames())if(p.endsWith(rn)){let m=h[s++],b=a.getAttribute(p).split(Be),g=/([.?@])?(.*)/.exec(m);d.push({type:1,index:i,name:g[2],strings:b,ctor:g[1]==="."?ro:g[1]==="?"?oo:g[1]==="@"?no:vt}),a.removeAttribute(p)}else p.startsWith(Be)&&(d.push({type:6,index:i}),a.removeAttribute(p));if(Bi.test(a.tagName)){let p=a.textContent.split(Be),m=p.length-1;if(m>0){a.textContent=eo?eo.emptyScript:"";for(let b=0;b<m;b++)a.append(p[b],mr()),gt.nextNode(),d.push({type:2,index:++i});a.append(p[m],mr())}}}else if(a.nodeType===8)if(a.data===on)d.push({type:2,index:i});else{let p=-1;for(;(p=a.data.indexOf(Be,p+1))!==-1;)d.push({type:7,index:i}),p+=Be.length-1}i++}}static createElement(t,r){let o=bt.createElement("template");return o.innerHTML=t,o}};function xt(e,t,r=e,o){if(t===ie)return t;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=gr(t)?void 0:t._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(e),a._$AT(e,r,o)),o!==void 0?(r._$Co??=[])[o]=a:r._$Cl=a),a!==void 0&&(t=xt(e,a._$AS(e,t.values),a,o)),t}var to=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:o}=this._$AD,a=(t?.creationScope??bt).importNode(r,!0);gt.currentNode=a;let i=gt.nextNode(),s=0,l=0,d=o[0];for(;d!==void 0;){if(s===d.index){let f;d.type===2?f=new Ft(i,i.nextSibling,this,t):d.type===1?f=new d.ctor(i,d.name,d.strings,this,t):d.type===6&&(f=new ao(i,this,t)),this._$AV.push(f),d=o[++l]}s!==d?.index&&(i=gt.nextNode(),s++)}return gt.currentNode=bt,a}p(t){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(t,o,r),r+=o.strings.length-2):o._$AI(t[r])),r++}},Ft=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,o,a){this.type=2,this._$AH=Q,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=o,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=xt(this,t,r),gr(t)?t===Q||t==null||t===""?(this._$AH!==Q&&this._$AR(),this._$AH=Q):t!==this._$AH&&t!==ie&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Wi(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==Q&&gr(this._$AH)?this._$AA.nextSibling.data=t:this.T(bt.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:o}=t,a=typeof o=="number"?this._$AC(t):(o.el===void 0&&(o.el=br.createElement(Hi(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new to(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(t){let r=Ui.get(t.strings);return r===void 0&&Ui.set(t.strings,r=new br(t)),r}k(t){nn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,a=0;for(let i of t)a===r.length?r.push(o=new e(this.O(mr()),this.O(mr()),this,this.options)):o=r[a],o._$AI(i),a++;a<r.length&&(this._$AR(o&&o._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let o=t.nextSibling;t.remove(),t=o}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},vt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,o,a,i){this.type=1,this._$AH=Q,this._$AN=void 0,this.element=t,this.name=r,this._$AM=a,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Q}_$AI(t,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)t=xt(this,t,r,0),s=!gr(t)||t!==this._$AH&&t!==ie,s&&(this._$AH=t);else{let l=t,d,f;for(t=i[0],d=0;d<i.length-1;d++)f=xt(this,l[o+d],r,d),f===ie&&(f=this._$AH[d]),s||=!gr(f)||f!==this._$AH[d],f===Q?t=Q:t!==Q&&(t+=(f??"")+i[d+1]),this._$AH[d]=f}s&&!a&&this.j(t)}j(t){t===Q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},ro=class extends vt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Q?void 0:t}},oo=class extends vt{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Q)}},no=class extends vt{constructor(t,r,o,a,i){super(t,r,o,a,i),this.type=5}_$AI(t,r=this){if((t=xt(this,t,r,0)??Q)===ie)return;let o=this._$AH,a=t===Q&&o!==Q||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==Q&&(o===Q||a);a&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ao=class{constructor(t,r,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){xt(this,t)}},sn={M:rn,P:Be,A:on,C:1,L:zi,R:to,D:Wi,V:xt,I:Ft,H:vt,N:oo,U:no,B:ro,F:ao},Ld=tn.litHtmlPolyfillSupport;Ld?.(br,Ft),(tn.litHtmlVersions??=[]).push("3.3.0");var cn=(e,t,r)=>{let o=r?.renderBefore??t,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new Ft(t.insertBefore(mr(),i),i,void 0,r??{})}return a._$AI(e),a};var ln=globalThis,He=class extends Te{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=cn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ie}};He._$litElement$=!0,He.finalized=!0,ln.litElementHydrateSupport?.({LitElement:He});var Md=ln.litElementPolyfillSupport;Md?.({LitElement:He});var Fd={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(ln.litElementVersions??=[]).push("4.2.0");var Ng=!1;var fn={};G(fn,{customElement:()=>Ud,eventOptions:()=>Bd,property:()=>V,query:()=>un,queryAll:()=>zd,queryAssignedElements:()=>Gd,queryAssignedNodes:()=>Yd,queryAsync:()=>$d,standardProperty:()=>$i,state:()=>so});var Ud=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var Wd={attribute:!0,type:String,converter:Mt,reflect:!1,hasChanged:hr},$i=(e=Wd,t,r)=>{let{kind:o,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),o==="setter"&&((e=Object.create(e)).wrapped=!0),i.set(r.name,e),o==="accessor"){let{name:s}=r;return{set(l){let d=t.get.call(this);t.set.call(this,l),this.requestUpdate(s,d,e)},init(l){return l!==void 0&&this.C(s,void 0,e,l),l}}}if(o==="setter"){let{name:s}=r;return function(l){let d=this[s];t.call(this,l),this.requestUpdate(s,d,e)}}throw Error("Unsupported decorator location: "+o)};function V(e){return(t,r)=>typeof r=="object"?$i(e,t,r):((o,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(a,i):void 0})(e,t,r)}function so(e){return V({...e,state:!0,attribute:!1})}function Bd(e){return(t,r)=>{let o=typeof t=="function"?t:t[r];Object.assign(o,e)}}var Ee=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function un(e,t){return(r,o,a)=>{let i=s=>s.renderRoot?.querySelector(e)??null;if(t){let{get:s,set:l}=typeof o=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return Ee(r,o,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&l.call(this,d)),d}})}return Ee(r,o,{get(){return i(this)}})}}var Hd;function zd(e){return(t,r)=>Ee(t,r,{get(){return(this.renderRoot??(Hd??=document.createDocumentFragment())).querySelectorAll(e)}})}function $d(e){return(t,r)=>Ee(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function Gd(e){return(t,r)=>{let{slot:o,selector:a}=e??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Ee(t,r,{get(){let s=this.renderRoot?.querySelector(i),l=s?.assignedElements(e)??[];return a===void 0?l:l.filter(d=>d.matches(a))}})}}function Yd(e){return(t,r)=>{let{slot:o}=e??{},a="slot"+(o?`[name=${o}]`:":not([name])");return Ee(t,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(e)??[]}})}}var pn={};G(pn,{repeat:()=>Ki});var et={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},tt=e=>(...t)=>({_$litDirective$:e,values:t}),Ie=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,o){this._$Ct=t,this._$AM=r,this._$Ci=o}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{I:jd}=sn;var Gi=()=>document.createComment(""),Ut=(e,t,r)=>{let o=e._$AA.parentNode,a=t===void 0?e._$AB:t._$AA;if(r===void 0){let i=o.insertBefore(Gi(),a),s=o.insertBefore(Gi(),a);r=new jd(i,s,e,e.options)}else{let i=r._$AB.nextSibling,s=r._$AM,l=s!==e;if(l){let d;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(d=e._$AU)!==s._$AU&&r._$AP(d)}if(i!==a||l){let d=r._$AA;for(;d!==i;){let f=d.nextSibling;o.insertBefore(d,a),d=f}}}return r},rt=(e,t,r=e)=>(e._$AI(t,r),e),Vd={},Yi=(e,t=Vd)=>e._$AH=t,ji=e=>e._$AH,co=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let o=t.nextSibling;t.remove(),t=o}};var Vi=(e,t,r)=>{let o=new Map;for(let a=t;a<=r;a++)o.set(e[a],a);return o},Ki=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,r){let o;r===void 0?r=t:t!==void 0&&(o=t);let a=[],i=[],s=0;for(let l of e)a[s]=o?o(l,s):s,i[s]=r(l,s),s++;return{values:i,keys:a}}render(e,t,r){return this.dt(e,t,r).values}update(e,[t,r,o]){let a=ji(e),{values:i,keys:s}=this.dt(t,r,o);if(!Array.isArray(a))return this.ut=s,i;let l=this.ut??=[],d=[],f,h,p=0,m=a.length-1,b=0,g=i.length-1;for(;p<=m&&b<=g;)if(a[p]===null)p++;else if(a[m]===null)m--;else if(l[p]===s[b])d[b]=rt(a[p],i[b]),p++,b++;else if(l[m]===s[g])d[g]=rt(a[m],i[g]),m--,g--;else if(l[p]===s[g])d[g]=rt(a[p],i[g]),Ut(e,d[g+1],a[p]),p++,g--;else if(l[m]===s[b])d[b]=rt(a[m],i[b]),Ut(e,a[p],a[m]),m--,b++;else if(f===void 0&&(f=Vi(s,b,g),h=Vi(l,p,m)),f.has(l[p]))if(f.has(l[m])){let v=h.get(s[b]),_=v!==void 0?a[v]:null;if(_===null){let C=Ut(e,a[p]);rt(C,i[b]),d[b]=C}else d[b]=rt(_,i[b]),Ut(e,a[p],_),a[v]=null;b++}else co(a[m]),m--;else co(a[p]),p++;for(;b<=g;){let v=Ut(e,d[g+1]);rt(v,i[b]),d[b++]=v}for(;p<=m;){let v=a[p++];v!==null&&co(v)}return this.ut=s,Yi(e,d),ie}});var hn={};G(hn,{classMap:()=>Kd});var Kd=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in t)t[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(t)}let r=e.element.classList;for(let o of this.st)o in t||(r.remove(o),this.st.delete(o));for(let o in t){let a=!!t[o];a===this.st.has(o)||this.nt?.has(o)||(a?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return ie}});var yn={};G(yn,{styleMap:()=>qd});var Zi="important",Zd=" !"+Zi,qd=tt(class extends Ie{constructor(e){if(super(e),e.type!==et.ATTRIBUTE||e.name!=="style"||e.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(e){return Object.keys(e).reduce((t,r)=>{let o=e[r];return o==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(let o of this.ft)t[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in t){let a=t[o];if(a!=null){this.ft.add(o);let i=typeof a=="string"&&a.endsWith(Zd);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?Zi:""):r[o]=a}}return ie}});var mn={};G(mn,{UnsafeHTMLDirective:()=>Wt,unsafeHTML:()=>Jd});var Wt=class extends Ie{constructor(t){if(super(t),this.it=Q,t.type!==et.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Q||t==null)return this._t=void 0,this.it=t;if(t===ie)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;let r=[t];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};Wt.directiveName="unsafeHTML",Wt.resultType=1;var Jd=tt(Wt);var En={};G(En,{CacheRegistry:()=>wn,ClearCacheEvent:()=>vr});var bn={};G(bn,{CancelablePromise:()=>lo,CanceledPromiseError:()=>xr,cancelable:()=>gn});var xr=class extends Error{constructor(t,r,o){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=o}},lo=class extends Promise{constructor(t){super((r,o)=>t(a=>{this.isCanceled?o(new xr("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new xr("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},gn=e=>new lo((t,r)=>e.then(t).catch(r));var On={};G(On,{FtNotificationEvent:()=>xn,PostResizeEvent:()=>Sn,PreResizeEvent:()=>vn,WithEventBus:()=>St,withEventBus:()=>qi});var xn=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},vn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Sn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};function qi(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,o,a){this.eventBus.addEventListener(r,o,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,a){this.eventBus.removeEventListener(r,o,a)}}}var St=class extends qi(Object){};var vr=class extends CustomEvent{constructor(t){super("clear-cache",{detail:{clearedKeys:t}})}},wn=class extends St{constructor(){super(...arguments),this.content={}}register(t,r,o=!1){var a;let i=this.content[t],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[t]={...i,loader:r,final:o,status:s}}registerFinal(t,r){this.forceClear(t),this.register(t,r,!0)}clearAll(t=!0){let r=[];for(let o in this.content)this.clear(o,!1)!=null&&r.push(o);return t&&r.length>0&&this.dispatchEvent(new vr(r)),r}clear(t,r=!0){if(this.content[t]&&!this.content[t].final)return this.forceClear(t),r&&this.dispatchEvent(new vr([t])),t}forceClear(t){var r;let o=this.content[t];o&&(this.clearClearTimeout(t),(r=o.promise)===null||r===void 0||r.cancel(),this.content[t]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(t){var r,o,a;((r=this.content[t])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[t])===null||o===void 0?void 0:o.clearTimeout),(a=this.content[t])===null||a===void 0||delete a.clearTimeout)}set(t,r,o=!1){this.forceClear(t);let a=async()=>r,i="RESOLVED";this.content[t]={loader:a,final:o,status:i,value:r}}setFinal(t,r){return this.set(t,r,!0)}async get(t,r,o){if(!this.isRegistered(t)){if(!r)throw new Error("Unknown cache key "+t);this.register(t,r)}let a=this.content[t];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=gn(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,o!=null&&(this.clearClearTimeout(t),a.clearTimeout=window.setTimeout(()=>this.clear(t),o)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(t){return this.content[t]!=null}getNow(t){var r;return(r=this.content[t])===null||r===void 0?void 0:r.value}has(t){var r,o;return((r=this.content[t])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[t])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(t=>{var r;return((r=this.content[t])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(t=>this.content[t].value)}keys(){return Object.keys(this.content)}};var An={};G(An,{ClusteringHelper:()=>_n,formatHierarchicalValues:()=>Cn});function Cn(e,t){return t&&t>1&&e.length>=t?`... > ${e[e.length-1]}`:e.join(" > ")}var _n=class e{constructor(t,r,o,a){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=a}static extractResultMetadata(t){var r,o,a,i,s;let l=((i=(o=(r=t.result)===null||r===void 0?void 0:r.map)!==null&&o!==void 0?o:(a=t.result)===null||a===void 0?void 0:a.document)!==null&&i!==void 0?i:(s=t.result)===null||s===void 0?void 0:s.topic).metadata;return t.key==null?e.flattenMetadata(l,t.hierarchicalValueTruncatingLevel,t.dateFormatter):e.flattenMetadata(l.find(d=>d.key===t.key),t.hierarchicalValueTruncatingLevel,t.dateFormatter)}static flattenMetadata(t,r,o){if(Array.isArray(t))return t.map(i=>e.flattenMetadata(i,r,o)).filter(i=>i!=null);let a=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!a))if(a){let i=[],s=[];return t.hierarchicalValues.forEach(l=>{i.push(Cn(l)),s.push(Cn(l,r))}),{key:t.key,label:t.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=t.values.join(", "),s=t.values.map(l=>o?o(l):l).join(", ");return{key:t.key,label:t.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(t,r,o="No value",a,i){var s,l;let d=e.extractResultMetadata({result:this.selectedResult,key:t,dateFormatter:i}),f=(s=d?.label)!==null&&s!==void 0?s:(l=this.getMetadataDescriptor(t))===null||l===void 0?void 0:l.label;return this.allResults.map(p=>e.extractResultMetadata({result:p,key:t,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(p=>p??{key:t,label:f,value:void 0,displayValue:o}).filter(p=>p.value!=d?.value).filter((p,m,b)=>b.findIndex(g=>g.value===p.value)===m).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,m)=>this.compareMetadata(p.metadata.value,m.metadata.value,t,r))}compareMetadata(t,r,o,a){if(t==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 d=t.localeCompare(r,a,{numeric:!0});return l?d*-1:d}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let o=this.allResults.filter(d=>{var f;return((f=e.extractResultMetadata({result:d,key:t}))===null||f===void 0?void 0:f.value)==r}),i=[...e.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==t)],s,l=-1;for(let d of o){let f=this.countMatchingMetadata(d,i);if(f>l&&(l=f,s=d,f===i.length))break}return s}countMatchingMetadata(t,r){return e.extractResultMetadata({result:t}).filter(o=>r.some(a=>a.key===o.key&&a.value===o.value)).length}};var Rn={};G(Rn,{Debouncer:()=>Sr});var Sr=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let o=[...this.callbacks];this.callbacks=[];let a=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of o)try{await s()}catch(l){a(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 Tn={};G(Tn,{customElement:()=>Er,isNumber:()=>rs,jsonProperty:()=>wt,optionalNumberProperty:()=>au});var kn={};G(kn,{dateReviver:()=>Qd,deepCopy:()=>ou,deepEqual:()=>Or,delay:()=>Ji,eventPathContainsMatchingElement:()=>tu,flatDeep:()=>Qi,getComposedPathTo:()=>Nn,hasChanged:()=>Ot,last:()=>ru,minmax:()=>wr,parseDate:()=>es,randomId:()=>nu,unslotText:()=>ts,waitFor:()=>Xi,waitUntil:()=>Xd});var Ji=e=>new Promise(t=>setTimeout(t,e));async function Xd(e,t=10,r=2e4){await Xi(async()=>await e()||void 0,t,r)}async function Xi(e,t=10,r=2e4){let o=await e(),a,i;for(a=i=performance.now();o==null&&(!r||i-a<r);)await Ji(t),o=await e(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Qi(e,t){return e.flatMap(r=>[r,...Qi(t(r),t)])}function Qd(...e){return(t,r)=>e.includes(t)?es(r):r}function es(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,o,a)=>r+o+":"+a),new Date(e)}function eu(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var r,o,a;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(o=r;o--!==0;)if(!Or(e[o],t[o]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;for(o of e.entries())if(!Or(o[1],t.get(o[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o of e.entries())if(!t.has(o[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();let i=s=>Object.keys(s).filter(l=>s[l]!=null);if(a=i(e),r=a.length,r!==i(t).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[o]))return!1;for(o=r;o--!==0;){let s=a[o];if(!Or(e[s],t[s]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Or(e,t){try{return eu(e,t)}catch{return!1}}function Ot(e,t){return!Or(e,t)}function tu(e,t,r=window.document.body){if(t.length>0){let o=e.composedPath();for(let a of o){if(a===r)return!1;if(a.matches&&t.some(i=>a.matches(i)))return!0}}return!1}function wr(e,t,r){return Math.min(Math.max(e,t),r)}function ru(e){return e[e.length-1]}function ts(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(t=>ts(t)).join(""):e?.textContent||""}function Nn(e){let t=[],r=o=>{o.stopPropagation(),t=o.composedPath()};return e.addEventListener("get-composed-path",r),e.dispatchEvent(new Event("get-composed-path",{composed:!0})),e.removeEventListener("get-composed-path",r),t}function ou(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function nu(e,t){return(t??"")+(""+Math.floor(Math.random()*10**e)).padStart(e,"0")}var Er=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function wt(e,t){let r=()=>JSON.parse(JSON.stringify(e));return V({type:Object,converter:{fromAttribute:o=>{if(o==null)return r();try{return JSON.parse(o)}catch{return r()}},toAttribute:o=>JSON.stringify(o)},hasChanged:Ot,...t??{}})}function au(e){return V({type:Object,converter:{fromAttribute:t=>{if(t!=null)return rs(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},...e??{}})}function rs(e){return!isNaN(parseFloat(e))}var Ln={};G(Ln,{designSystemVariables:()=>Bu});var Dn={};G(Dn,{DesignSystemFamily:()=>Cr,DesignSystemSize:()=>_r,FtCssVariableFactory:()=>n,badge:()=>yu,banner:()=>hu,button:()=>cu,chart:()=>Tu,checkbox:()=>lu,chip:()=>fu,chipChoice:()=>uu,collapsible:()=>Nu,comboboxMultiSelect:()=>Au,comboboxSingleSelect:()=>_u,drawer:()=>Su,floatingMenu:()=>Cu,foundation:()=>c,link:()=>pu,modal:()=>vu,notice:()=>Pu,notification:()=>Mu,pageDesigner:()=>Iu,pageFooter:()=>bu,pageHeader:()=>gu,pageLayout:()=>xu,popover:()=>Ru,radio:()=>Lu,reorderableList:()=>Uu,resolveFamilyClass:()=>In,resolveSizeClass:()=>Pn,semantic:()=>u,setVariable:()=>Bt,switch_:()=>ku,table:()=>du,tabs:()=>Ou,textArea:()=>Eu,textInput:()=>wu,titleBreadcrumb:()=>mu,toggle:()=>Du,tooltip:()=>Fu,treeList:()=>Wu,typographies:()=>iu,typographyBody1Medium:()=>cs,typographyBody1Regular:()=>ss,typographyBody1Semibold:()=>ls,typographyBody2Medium:()=>us,typographyBody2MediumUnderline:()=>fs,typographyBody2Regular:()=>ds,typographyBody2Semibold:()=>ps,typographyCaption1Bold:()=>Os,typographyCaption1Medium:()=>vs,typographyCaption1Semibold:()=>Ss,typographyCaption2Bold:()=>Cs,typographyCaption2Medium:()=>ws,typographyCaption2Semibold:()=>Es,typographyCaption3Bold:()=>Rs,typographyCaption3Medium:()=>_s,typographyCaption3Semibold:()=>As,typographyDisplay:()=>os,typographyLabel1Bold:()=>ms,typographyLabel1Medium:()=>hs,typographyLabel1Semibold:()=>ys,typographyLabel2Bold:()=>xs,typographyLabel2Medium:()=>gs,typographyLabel2Semibold:()=>bs,typographyTitle1:()=>ns,typographyTitle2:()=>as,typographyTitle3:()=>is,typographyVariants:()=>su});var ot=e=>typeof e=="string"?ur(e):e,n=class{static create(t,r,o,a){let i=l=>ot(l??a),s=te`var(${ot(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>Bt(s,l??i(a)),s.get=l=>te`var(${ot(t)}, ${i(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(t,r,o,a){let i=l=>o.get(l??a),s=te`var(${ot(t)}, ${i(a)})`;return s.name=t,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=a,s.defaultCssValue=i,s.set=l=>Bt(s,l??i(a)),s.get=l=>te`var(${ot(t)}, ${i(l)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>a??o.lastResortDefaultValue(),s}static external(t,r){let o=i=>t.defaultCssValue(i),a=te`var(${ot(t.name)}, ${o(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=r,a.defaultCssValue=o,a.set=i=>t.set(i),a.get=i=>te`var(${ot(t.name)}, ${o(i)})`,a.breadcrumb=()=>t.breadcrumb(),a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}};function Bt(e,t){return ot(`${e.name}: ${t}`)}var c={colorWhite:n.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:n.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:n.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:n.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:n.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:n.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:n.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:n.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:n.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:n.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:n.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:n.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:n.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:n.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:n.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:n.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:n.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:n.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:n.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:n.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:n.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:n.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:n.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:n.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:n.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:n.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:n.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:n.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:n.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:n.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:n.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:n.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:n.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:n.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:n.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:n.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:n.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:n.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:n.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:n.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:n.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:n.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:n.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:n.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:n.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:n.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:n.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:n.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:n.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:n.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:n.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:n.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:n.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:n.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:n.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:n.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:n.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:n.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:n.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:n.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:n.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:n.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:n.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:n.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:n.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:n.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:n.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:n.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:n.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:n.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:n.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:n.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:n.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:n.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:n.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:n.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:n.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:n.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:n.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:n.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:n.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:n.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:n.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:n.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:n.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:n.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:n.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:n.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:n.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:n.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:n.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:n.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:n.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:n.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:n.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:n.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:n.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:n.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:n.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:n.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:n.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:n.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:n.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:n.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:n.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:n.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:n.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:n.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:n.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:n.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:n.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:n.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:n.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:n.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:n.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:n.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:n.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:n.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:n.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:n.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:n.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:n.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:n.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:n.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:n.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:n.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:n.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:n.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:n.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:n.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:n.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:n.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:n.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:n.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:n.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:n.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:n.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:n.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:n.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:n.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:n.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:n.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:n.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:n.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:n.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:n.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:n.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:n.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:n.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:n.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:n.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:n.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:n.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:n.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:n.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:n.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:n.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:n.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:n.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:n.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:n.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:n.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:n.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:n.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:n.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:n.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:n.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:n.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:n.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:n.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:n.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:n.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:n.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:n.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:n.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:n.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:n.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:n.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:n.create("--ft-opacity-0","","NUMBER","0"),opacity8:n.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:n.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:n.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:n.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:n.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:n.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:n.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:n.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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)")},os={fontFamily:n.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-display-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:n.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-display-textCase","","UNKNOWN","none")},ns={fontFamily:n.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-title-1-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:n.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},as={fontFamily:n.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-title-2-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:n.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},is={fontFamily:n.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-title-3-lineHeight","","SIZE","1.2"),fontSize:n.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:n.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:n.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},ss={fontFamily:n.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:n.create("--ft-typography-body-1-regular-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},cs={fontFamily:n.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-1-medium-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},ls={fontFamily:n.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:n.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},ds={fontFamily:n.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:n.create("--ft-typography-body-2-regular-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},us={fontFamily:n.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-2-medium-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},fs={fontFamily:n.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:n.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:n.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},ps={fontFamily:n.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","1.35"),fontSize:n.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:n.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:n.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},hs={fontFamily:n.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},ys={fontFamily:n.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ms={fontFamily:n.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:n.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},gs={fontFamily:n.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},bs={fontFamily:n.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},xs={fontFamily:n.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:n.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:n.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:n.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},vs={fontFamily:n.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ss={fontFamily:n.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Os={fontFamily:n.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:n.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},ws={fontFamily:n.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Es={fontFamily:n.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Cs={fontFamily:n.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:n.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},_s={fontFamily:n.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:n.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},As={fontFamily:n.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:n.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Rs={fontFamily:n.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:n.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:n.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","1.3"),fontSize:n.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:n.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:n.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:n.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:n.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},iu={display:os,"title-1":ns,"title-2":as,"title-3":is,"body-1-regular":ss,"body-1-medium":cs,"body-1-semibold":ls,"body-2-regular":ds,"body-2-medium":us,"body-2-medium-underline":fs,"body-2-semibold":ps,"label-1-medium":hs,"label-1-semibold":ys,"label-1-bold":ms,"label-2-medium":gs,"label-2-semibold":bs,"label-2-bold":xs,"caption-1-medium":vs,"caption-1-semibold":Ss,"caption-1-bold":Os,"caption-2-medium":ws,"caption-2-semibold":Es,"caption-2-bold":Cs,"caption-3-medium":_s,"caption-3-semibold":As,"caption-3-bold":Rs},su=["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 u={backgroundActionPrimary:n.extend("--ft-background-action-primary","Used as backgorund of primary action components.",c.colorBrand0),backgroundErrorSubtle:n.extend("--ft-background-error-subtle","Used as background of subtle error components.",c.colorRed10),backgroundInfoSubtle:n.extend("--ft-background-info-subtle","Used as background of subtle information components.",c.colorCyan10),backgroundWarningSubtle:n.extend("--ft-background-warning-subtle","Used as background of subtle information components.",c.colorOrange10),backgroundSuccessSubtle:n.extend("--ft-background-success-subtle","Used as background of subtle success components.",c.colorGreen10),backgroundGlobalSurface:n.extend("--ft-background-global-surface","Used as app background.",c.colorWhite),backgroundGlobalOnSurface:n.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",c.colorGray10),backgroundGlobalOnSurfaceDark:n.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",c.colorGray30),contentActionPrimary:n.extend("--ft-content-action-primary","Used on label of primary action on light surface.",c.colorBrand0),contentWarningPrimary:n.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",c.colorOrange200),contentWarningIconOnly:n.extend("--ft-content-warning-icon-only","Used on warning status icons alone",c.colorOrange0),contentErrorPrimary:n.extend("--ft-content-error-primary","Used on label of error messages on light surface.",c.colorRed0),contentErrorIconOnly:n.extend("--ft-content-error-icon-only","Used on error status icons alone",c.colorRed70),contentInfoPrimary:n.extend("--ft-content-info-primary","Used on label of information messages on light surface.",c.colorCyan200),contentInfoIconOnly:n.extend("--ft-content-info-icon-only","Used on info status icons alone",c.colorCyan0),contentSuccessPrimary:n.extend("--ft-content-success-primary","Used on label of success messages on light surface.",c.colorGreen200),contentSuccessIconOnly:n.extend("--ft-content-success-icon-only","Used on success status icons alone",c.colorGreen0),contentGlobalPrimary:n.extend("--ft-content-global-primary","Used for main content on the page.",c.colorGray500),contentGlobalSecondary:n.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
+
Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",c.colorGray0),contentGlobalOnColor:n.extend("--ft-content-global-on-color","Used for content on a dominant color.",c.colorWhite),borderActionPrimary:n.extend("--ft-border-action-primary","Used as border for primary action components.",c.colorBrand0),borderActionFocusRing:n.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",c.colorCyan0),borderWarningPrimary:n.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",c.colorOrange200),borderWarningSubtle:n.extend("--ft-border-warning-subtle","Used as border for warning components.",c.colorOrange30),borderSuccessPrimary:n.extend("--ft-border-success-primary","Used as border for success buttons.",c.colorGreen200),borderSuccessSubtle:n.extend("--ft-border-success-subtle","Used as border for success components.",c.colorGreen30),borderErrorPrimary:n.extend("--ft-border-error-primary","Used as border for text fields in error states.",c.colorRed0),borderErrorSubtle:n.extend("--ft-border-error-subtle","Used as border for error components.",c.colorRed30),borderInfoPrimary:n.extend("--ft-border-info-primary","Used as border for buttons in info color.",c.colorCyan200),borderInfoSubtle:n.extend("--ft-border-info-subtle","Used as border for information components.",c.colorCyan30),borderGlobalPrimary:n.extend("--ft-border-global-primary","Used as border for element like input.",c.colorGray50),borderGlobalSubtle:n.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",c.colorGray30),borderInputPrimary:n.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",c.colorGray80),borderNeutralPrimary:n.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",c.colorGray200)};var cu={largeHeight:n.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:n.extend("--ft-button-large-horizontal-padding","",c.spacing4),largeGap:n.extend("--ft-button-large-gap","",c.spacing2),largeBorderRadius:n.extend("--ft-button-large-border-radius","",c.borderRadiusS),largeIconSize:n.extend("--ft-button-large-icon-size","",c.iconSize3),largeBorderWidth:n.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:n.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:n.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:n.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:n.extend("--ft-button-medium-horizontal-padding","",c.spacing3),mediumGap:n.extend("--ft-button-medium-gap","",c.spacing2),mediumBorderRadius:n.extend("--ft-button-medium-border-radius","",c.borderRadiusS),mediumIconSize:n.extend("--ft-button-medium-icon-size","",c.iconSize2),mediumBorderWidth:n.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:n.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:n.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:n.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ft-button-small-horizontal-padding","",c.spacing2),smallGap:n.extend("--ft-button-small-gap","",c.spacing1),smallBorderRadius:n.extend("--ft-button-small-border-radius","",c.borderRadiusS),smallIconSize:n.extend("--ft-button-small-icon-size","",c.iconSize1),smallBorderWidth:n.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:n.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:n.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:n.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:n.extend("--ft-button-x-small-icon-size","",c.iconSize1),xSmallFocusOutlineOffset:n.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:n.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:n.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:n.extend("--ft-button-round-border-radius","",c.borderRadiusPill),primaryBrandBackgroundColor:n.extend("--ft-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:n.extend("--ft-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:n.extend("--ft-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:n.extend("--ft-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:n.extend("--ft-button-primary-brand-hover-state-layer-opacity","",c.opacity16),primaryBrandFocusStateLayerOpacity:n.extend("--ft-button-primary-brand-focus-state-layer-opacity","",c.opacity16),primaryBrandActiveStateLayerOpacity:n.extend("--ft-button-primary-brand-active-state-layer-opacity","",c.opacity24),primaryBrandDisabledComponentOpacity:n.extend("--ft-button-primary-brand-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:n.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:n.extend("--ft-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:n.extend("--ft-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:n.extend("--ft-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:n.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",c.opacity8),tertiaryBrandFocusStateLayerOpacity:n.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",c.opacity8),tertiaryBrandActiveStateLayerOpacity:n.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",c.opacity16),tertiaryBrandDisabledComponentOpacity:n.extend("--ft-button-tertiary-brand-disabled-component-opacity","",c.opacity40),tertiaryInfoBackgroundColor:n.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:n.extend("--ft-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:n.extend("--ft-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:n.extend("--ft-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:n.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",c.opacity8),tertiaryInfoHoverStateLayerOpacity:n.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",c.opacity8),tertiaryInfoActiveStateLayerOpacity:n.extend("--ft-button-tertiary-info-active-state-layer-opacity","",c.opacity16),tertiaryInfoDisabledComponentOpacity:n.extend("--ft-button-tertiary-info-disabled-component-opacity","",c.opacity40),tertiarySuccessBackgroundColor:n.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:n.extend("--ft-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:n.extend("--ft-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:n.extend("--ft-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:n.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",c.opacity8),tertiarySuccessFocusStateLayerOpacity:n.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",c.opacity8),tertiarySuccessActiveStateLayerOpacity:n.extend("--ft-button-tertiary-success-active-state-layer-opacity","",c.opacity16),tertiarySuccessDisabledComponentOpacity:n.extend("--ft-button-tertiary-success-disabled-component-opacity","",c.opacity40),tertiaryWarningBackgroundColor:n.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:n.extend("--ft-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:n.extend("--ft-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:n.extend("--ft-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:n.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",c.opacity8),tertiaryWarningFocusStateLayerOpacity:n.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",c.opacity8),tertiaryWarningActiveStateLayerOpacity:n.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",c.opacity16),tertiaryWarningDisabledComponentOpacity:n.extend("--ft-button-tertiary-warning-disabled-component-opacity","",c.opacity40),tertiaryErrorBackgroundColor:n.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:n.extend("--ft-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:n.extend("--ft-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:n.extend("--ft-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:n.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",c.opacity8),tertiaryErrorFocusStateLayerOpacity:n.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",c.opacity8),tertiaryErrorActiveStateLayerOpacity:n.extend("--ft-button-tertiary-error-active-state-layer-opacity","",c.opacity16),tertiaryErrorDisabledComponentOpacity:n.extend("--ft-button-tertiary-error-disabled-component-opacity","",c.opacity40),tertiaryNeutralBackgroundColor:n.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:n.extend("--ft-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:n.extend("--ft-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:n.extend("--ft-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",c.opacity8),tertiaryNeutralFocusStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",c.opacity8),tertiaryNeutralActiveStateLayerOpacity:n.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",c.opacity16),tertiaryNeutralDisabledComponentOpacity:n.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",c.opacity40),secondaryBrandBackgroundColor:n.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:n.extend("--ft-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:n.extend("--ft-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:n.extend("--ft-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:n.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",c.opacity8),secondaryBrandFocusStateLayerOpacity:n.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",c.opacity8),secondaryBrandActiveStateLayerOpacity:n.extend("--ft-button-secondary-brand-active-state-layer-opacity","",c.opacity16),secondaryBrandDisabledComponentOpacity:n.extend("--ft-button-secondary-brand-disabled-component-opacity","",c.opacity40),secondaryBrandBorderColor:n.extend("--ft-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:n.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",c.opacity8),secondaryNeutralFocusStateLayerOpacity:n.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",c.opacity8),secondaryNeutralActiveStateLayerOpacity:n.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",c.opacity16),secondaryNeutralDisabledComponentOpacity:n.extend("--ft-button-secondary-neutral-disabled-component-opacity","",c.opacity40),secondaryNeutralBackgroundColor:n.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:n.extend("--ft-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:n.extend("--ft-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:n.extend("--ft-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:n.extend("--ft-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:n.extend("--ft-button-secondary-info-hover-state-layer-opacity","",c.opacity8),secondaryInfoFocusStateLayerOpacity:n.extend("--ft-button-secondary-info-focus-state-layer-opacity","",c.opacity8),secondaryInfoActiveStateLayerOpacity:n.extend("--ft-button-secondary-info-active-state-layer-opacity","",c.opacity16),secondaryInfoDisabledComponentOpacity:n.extend("--ft-button-secondary-info-disabled-component-opacity","",c.opacity40),secondaryInfoBackgroundColor:n.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:n.extend("--ft-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:n.extend("--ft-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:n.extend("--ft-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:n.extend("--ft-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:n.extend("--ft-button-secondary-success-hover-state-layer-opacity","",c.opacity8),secondarySuccessFocusStateLayerOpacity:n.extend("--ft-button-secondary-success-focus-state-layer-opacity","",c.opacity8),secondarySuccessActiveStateLayerOpacity:n.extend("--ft-button-secondary-success-active-state-layer-opacity","",c.opacity16),secondarySuccessDisabledComponentOpacity:n.extend("--ft-button-secondary-success-disabled-component-opacity","",c.opacity40),secondarySuccessBackgroundColor:n.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:n.extend("--ft-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:n.extend("--ft-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:n.extend("--ft-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:n.extend("--ft-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:n.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",c.opacity8),secondaryWarningFocusStateLayerOpacity:n.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",c.opacity8),secondaryWarningActiveStateLayerOpacity:n.extend("--ft-button-secondary-warning-active-state-layer-opacity","",c.opacity16),secondaryWarningDisabledComponentOpacity:n.extend("--ft-button-secondary-warning-disabled-component-opacity","",c.opacity40),secondaryWarningBackgroundColor:n.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:n.extend("--ft-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:n.extend("--ft-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:n.extend("--ft-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:n.extend("--ft-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:n.extend("--ft-button-secondary-error-hover-state-layer-opacity","",c.opacity8),secondaryErrorFocusStateLayerOpacity:n.extend("--ft-button-secondary-error-focus-state-layer-opacity","",c.opacity8),secondaryErrorActiveStateLayerOpacity:n.extend("--ft-button-secondary-error-active-state-layer-opacity","",c.opacity16),secondaryErrorDisabledComponentOpacity:n.extend("--ft-button-secondary-error-disabled-component-opacity","",c.opacity40),secondaryErrorBackgroundColor:n.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:n.extend("--ft-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:n.extend("--ft-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:n.extend("--ft-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:n.extend("--ft-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var lu={iconSize:n.extend("--ft-checkbox-icon-size","",c.iconSize2),boxSize:n.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:n.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:n.create("--ft-checkbox-border-radius","","SIZE","1px"),color:n.extend("--ft-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:n.extend("--ft-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:n.extend("--ft-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:n.extend("--ft-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:n.extend("--ft-checkbox-checked-hover-state-layer-opacity","",c.opacity16),checkedFocusStateLayerOpacity:n.extend("--ft-checkbox-checked-focus-state-layer-opacity","",c.opacity16),checkedActiveStateLayerOpacity:n.extend("--ft-checkbox-checked-active-state-layer-opacity","",c.opacity24),checkedDisabledComponentOpacity:n.extend("--ft-checkbox-checked-disabled-component-opacity","",c.opacity40),uncheckedBorderColor:n.extend("--ft-checkbox-unchecked-border-color","",c.colorGray80),uncheckedStateLayerColor:n.extend("--ft-checkbox-unchecked-state-layer-color","",c.colorGray80),uncheckedHoverStateLayerOpacity:n.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",c.opacity16),uncheckedFocusStateLayerOpacity:n.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",c.opacity16),uncheckedActiveStateLayerOpacity:n.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",c.opacity24),uncheckedDisabledComponentOpacity:n.extend("--ft-checkbox-unchecked-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:n.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:n.extend("--ft-checkbox-horizontal-gap","",c.spacing3),leftPadding:n.extend("--ft-checkbox-left-padding","",c.spacing2)};var du={headerRowBorderWidth:n.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:n.extend("--ft-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:n.extend("--ft-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:n.extend("--ft-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:n.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:n.extend("--ft-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:n.extend("--ft-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:n.extend("--ft-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:n.extend("--ft-table-data-row-default-hover-background-color","",c.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:n.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",c.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:n.extend("--ft-table-data-row-selectable-selected-default-background-color","",c.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:n.extend("--ft-table-data-row-selectable-selected-default-border-color","",c.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:n.extend("--ft-table-data-row-selectable-selected-hover-background-color","",c.colorBrand20),dataRowSelectableSelectedHoverBorderColor:n.extend("--ft-table-data-row-selectable-selected-hover-border-color","",c.colorBrand30),dataRowSelectableSelectedColor:n.extend("--ft-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:n.extend("--ft-table-data-row-clickable-hover-background-color","",c.colorGray30),dataRowClickableFocusBorderColor:n.extend("--ft-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:n.extend("--ft-table-data-row-clickable-focus-background-color","",c.colorGray30),dataRowClickableActiveBackgroundColor:n.extend("--ft-table-data-row-clickable-active-background-color","",c.colorGray40),headerCellHorizontalGap:n.extend("--ft-table-header-cell-horizontal-gap","",c.spacing1),headerCellVerticalPadding:n.extend("--ft-table-header-cell-vertical-padding","",c.spacing2),headerCellHorizontalPadding:n.extend("--ft-table-header-cell-horizontal-padding","",c.spacing3),dataCellVerticalPadding:n.extend("--ft-table-data-cell-vertical-padding","",c.spacing2),dataCellHorizontalPadding:n.extend("--ft-table-data-cell-horizontal-padding","",c.spacing3),dataCellVerticalGap:n.extend("--ft-table-data-cell-vertical-gap","",c.spacing1)};var uu={neutralOffHoverStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",c.opacity8),neutralOffFocusStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",c.opacity8),neutralOffFocusFocusRingColor:n.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:n.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",c.opacity16),neutralOffBackgroundColor:n.extend("--ft-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:n.extend("--ft-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:n.extend("--ft-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:n.extend("--ft-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",c.opacity16),neutralOnHoverStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",c.opacity24),neutralOnFocusStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",c.opacity24),neutralOnFocusFocusRingColor:n.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:n.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",c.opacity32),neutralOnBackgroundColor:n.extend("--ft-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:n.extend("--ft-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:n.extend("--ft-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:n.extend("--ft-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:n.extend("--ft-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:n.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ft-chip-choice-large-horizontal-padding","",c.spacing3),largeGap:n.extend("--ft-chip-choice-large-gap","",c.spacing1),largeBorderRadius:n.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ft-chip-choice-large-icon-size","",c.iconSize3),mediumMinHeight:n.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ft-chip-choice-medium-horizontal-padding","",c.spacing2),mediumGap:n.extend("--ft-chip-choice-medium-gap","",c.spacing1),mediumBorderRadius:n.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ft-chip-choice-medium-icon-size","",c.iconSize2)};var fu={largeMinHeight:n.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ft-chip-large-horizontal-padding","",c.spacing3),largeButtonRightPadding:n.extend("--ft-chip-large-button-right-padding","",c.spacing1),largeGap:n.extend("--ft-chip-large-gap","",c.spacing1),largeFocusOutlineOffset:n.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:n.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ft-chip-large-icon-size","",c.iconSize3),mediumMinHeight:n.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ft-chip-medium-horizontal-padding","",c.spacing2),mediumButtonRightPadding:n.extend("--ft-chip-medium-button-right-padding","",c.spacing05),mediumGap:n.extend("--ft-chip-medium-gap","",c.spacing1),mediumFocusOutlineOffset:n.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:n.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ft-chip-medium-icon-size","",c.iconSize2),smallMinHeight:n.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ft-chip-small-horizontal-padding","",c.spacing1),smallButtonRightPadding:n.extend("--ft-chip-small-button-right-padding","",c.spacing05),smallGap:n.extend("--ft-chip-small-gap","",c.spacing1),smallFocusOutlineOffset:n.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:n.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:n.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:n.extend("--ft-chip-small-icon-size","",c.iconSize1),neutralBackgroundColor:n.extend("--ft-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:n.extend("--ft-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:n.extend("--ft-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:n.extend("--ft-chip-neutral-border-color","",u.borderGlobalSubtle),infoBackgroundColor:n.extend("--ft-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-chip-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ft-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ft-chip-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ft-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ft-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ft-chip-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ft-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ft-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ft-chip-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ft-chip-error-border-color","",u.borderErrorSubtle)};var pu={brandHoverOpacity:n.extend("--ft-link-brand-hover-opacity","",c.opacity80),brandHoverColor:n.extend("--ft-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:n.extend("--ft-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:n.extend("--ft-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:n.extend("--ft-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:n.extend("--ft-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:n.extend("--ft-link-info-hover-opacity","",c.opacity80),infoHoverColor:n.extend("--ft-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:n.extend("--ft-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:n.extend("--ft-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:n.extend("--ft-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:n.extend("--ft-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:n.extend("--ft-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:n.extend("--ft-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:n.extend("--ft-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:n.extend("--ft-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:n.extend("--ft-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:n.extend("--ft-link-neutral-visited-color","",c.colorBrand100)};var hu={iconSize:n.extend("--ft-banner-icon-size","",c.iconSize5),borderWidth:n.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:n.extend("--ft-banner-left-padding","",c.spacing6),rightPadding:n.extend("--ft-banner-right-padding","",c.spacing6),verticalPadding:n.extend("--ft-banner-vertical-padding","",c.spacing6),horizontalSideGap:n.extend("--ft-banner-horizontal-side-gap","",c.spacing6),horizontalMobileGap:n.extend("--ft-banner-horizontal-mobile-gap","",c.spacing4),verticalMobileGap:n.extend("--ft-banner-vertical-mobile-gap","",c.spacing6),horizontalMiddleGap:n.extend("--ft-banner-horizontal-middle-gap","",c.spacing20),infoBackgroundColor:n.extend("--ft-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-banner-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-banner-info-border-color","",u.borderInfoSubtle)};var yu={horizontalPadding:n.extend("--ft-badge-horizontal-padding","",c.spacing1),verticalPadding:n.extend("--ft-badge-vertical-padding","",c.spacing1),borderRadius:n.extend("--ft-badge-border-radius","",c.borderRadiusPill),color:n.extend("--ft-badge-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ft-badge-background-color","",u.contentActionPrimary)};var mu={horizontalGap:n.extend("--ft-title-breadcrumb-horizontal-gap","",c.spacing1),currentColor:n.extend("--ft-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:n.extend("--ft-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:n.extend("--ft-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var gu={parentHorizontalPadding:n.extend("--ft-page-header-parent-horizontal-padding","",c.spacing6),parentTopPadding:n.extend("--ft-page-header-parent-top-padding","",c.spacing4),parentBottomPadding:n.extend("--ft-page-header-parent-bottom-padding","",c.spacing6),parentHelpLeftMargin:n.extend("--ft-page-header-parent-help-left-margin","",c.spacing1),parentTitleColor:n.extend("--ft-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:n.extend("--ft-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:n.extend("--ft-page-header-parent-chip-left-margin","",c.spacing4),parentVerticalGap:n.extend("--ft-page-header-parent-vertical-gap","",c.spacing2),parentButtonsGroupHorizontalGap:n.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",c.spacing4),parentButtonsGroupVerticalGap:n.extend("--ft-page-header-parent-buttons-group-vertical-gap","",c.spacing4),parentChipsGroupHorizontalGap:n.extend("--ft-page-header-parent-chips-group-horizontal-gap","",c.spacing2),parentChipsGroupVerticalGap:n.extend("--ft-page-header-parent-chips-group-vertical-gap","",c.spacing2),childHorizontalPadding:n.extend("--ft-page-header-child-horizontal-padding","",c.spacing6),childTopPadding:n.extend("--ft-page-header-child-top-padding","",c.spacing2),childBottomPadding:n.extend("--ft-page-header-child-bottom-padding","",c.spacing2),childHelpLeftMargin:n.extend("--ft-page-header-child-help-left-margin","",c.spacing1),childChipLeftMargin:n.extend("--ft-page-header-child-chip-left-margin","",c.spacing4),childVerticalGap:n.extend("--ft-page-header-child-vertical-gap","",c.spacing2),childMinHeight:n.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:n.extend("--ft-page-header-child-buttons-group-horizontal-gap","",c.spacing4),childButtonsGroupVerticalGap:n.extend("--ft-page-header-child-buttons-group-vertical-gap","",c.spacing4),childChipsGroupHorizontalGap:n.extend("--ft-page-header-child-chips-group-horizontal-gap","",c.spacing2),childChipsGroupVerticalGap:n.extend("--ft-page-header-child-chips-group-vertical-gap","",c.spacing2),backgroundColor:n.extend("--ft-page-header-background-color","",c.colorWhite),bottomBorderColor:n.extend("--ft-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:n.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var bu={horizontalPadding:n.extend("--ft-page-footer-horizontal-padding","",c.spacing6),verticalPadding:n.extend("--ft-page-footer-vertical-padding","",c.spacing2),verticalGap:n.extend("--ft-page-footer-vertical-gap","",c.spacing2),minHeight:n.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:n.extend("--ft-page-footer-background-color","",c.colorWhite),topBorderColor:n.extend("--ft-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:n.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:n.extend("--ft-page-footer-buttons-group-gap","",c.spacing4)};var xu={contentHorizontalPadding:n.extend("--ft-page-layout-content-horizontal-padding","",c.spacing6),contentVerticalPadding:n.extend("--ft-page-layout-content-vertical-padding","",c.spacing6)};var vu={smallContainerTargetWidth:n.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:n.extend("--ft-modal-small-container-margin","",c.spacing6),mediumContainerTargetWidth:n.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:n.extend("--ft-modal-medium-container-margin","",c.spacing6),largeContainerTargetWidth:n.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:n.extend("--ft-modal-large-container-margin","",c.spacing6),overlayBackgroundColor:n.extend("--ft-modal-overlay-background-color","",c.colorGray700),overlayOpacity:n.extend("--ft-modal-overlay-opacity","",c.opacity40),shadow:n.extend("--ft-modal-shadow","",c.shadowElevation03),bodyBackgroundColor:n.extend("--ft-modal-body-background-color","",c.colorWhite),bodyColor:n.extend("--ft-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ft-modal-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:n.extend("--ft-modal-body-vertical-padding","",c.spacing6),bodyVerticalGap:n.extend("--ft-modal-body-vertical-gap","",c.spacing6),headerBackgroundColor:n.extend("--ft-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ft-modal-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ft-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:n.extend("--ft-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:n.extend("--ft-modal-header-vertical-padding","",c.spacing1),headerRightPadding:n.extend("--ft-modal-header-right-padding","",c.spacing1),headerLeftPadding:n.extend("--ft-modal-header-left-padding","",c.spacing6),headerGap:n.extend("--ft-modal-header-gap","",c.spacing2),headerBorderBottomWidth:n.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:n.extend("--ft-modal-border-radius","",c.borderRadiusM)};var Su={overlayOpacity:n.extend("--ft-drawer-overlay-opacity","",c.opacity40),shadow:n.extend("--ft-drawer-shadow","",c.shadowElevation03),bodyColor:n.extend("--ft-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ft-drawer-body-horizontal-padding","",c.spacing6),bodyVerticalPadding:n.extend("--ft-drawer-body-vertical-padding","",c.spacing6),bodyGap:n.extend("--ft-drawer-body-gap","",c.spacing6),bodyBackgroundColor:n.extend("--ft-drawer-body-background-color","",c.colorWhite),headerBackgroundColor:n.extend("--ft-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ft-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ft-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:n.extend("--ft-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:n.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:n.extend("--ft-drawer-header-horizontal-padding","",c.spacing2),headerBorderWidth:n.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:n.extend("--ft-drawer-header-gap","",c.spacing3),buttonsBarBackgroundColor:n.extend("--ft-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:n.extend("--ft-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:n.extend("--ft-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:n.extend("--ft-drawer-buttons-bar-horizontal-padding","",c.spacing6),buttonsBarVerticalPadding:n.extend("--ft-drawer-buttons-bar-vertical-padding","",c.spacing4),buttonsBarGap:n.extend("--ft-drawer-buttons-bar-gap","",c.spacing3),buttonsBarBorderWidth:n.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:n.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:n.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:n.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:n.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:n.extend("--ft-drawer-overlay-background-color","",c.colorGray700)};var Ou={offBorderBottomWidth:n.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:n.extend("--ft-tabs-off-hover-state-layer-opacity","",c.opacity8),offDefaultStateLayerOpacity:n.extend("--ft-tabs-off-default-state-layer-opacity","",c.opacity0),offFocusStateLayerOpacity:n.extend("--ft-tabs-off-focus-state-layer-opacity","",c.opacity8),offDisabledComponentOpacity:n.extend("--ft-tabs-off-disabled-component-opacity","",c.opacity40),offColor:n.extend("--ft-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:n.extend("--ft-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:n.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:n.extend("--ft-tabs-top-left-border-radius","",c.borderRadiusS),topRightBorderRadius:n.extend("--ft-tabs-top-right-border-radius","",c.borderRadiusS),withLabelHorizontalPadding:n.extend("--ft-tabs-with-label-horizontal-padding","",c.spacing4),withLabelVerticalPadding:n.extend("--ft-tabs-with-label-vertical-padding","",c.spacing3),horizontalGap:n.extend("--ft-tabs-horizontal-gap","",c.spacing1),verticalGap:n.extend("--ft-tabs-vertical-gap","",c.spacing1),onHoverStateLayerOpacity:n.extend("--ft-tabs-on-hover-state-layer-opacity","",c.opacity16),onDefaultStateLayerOpacity:n.extend("--ft-tabs-on-default-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:n.extend("--ft-tabs-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:n.extend("--ft-tabs-on-active-state-layer-opacity","",c.opacity24),onColor:n.extend("--ft-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:n.extend("--ft-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:n.extend("--ft-tabs-icon-only-horizontal-padding","",c.spacing4),iconOnlyVerticalPadding:n.extend("--ft-tabs-icon-only-vertical-padding","",c.spacing4),alertTopPadding:n.extend("--ft-tabs-alert-top-padding","",c.spacing1),alertRightPadding:n.extend("--ft-tabs-alert-right-padding","",c.spacing05),focusOutlineWidth:n.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var wu={largeFieldHorizontalPadding:n.extend("--ft-text-input-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:n.extend("--ft-text-input-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:n.extend("--ft-text-input-large-field-vertical-gap","",c.spacing05),largeFieldHeight:n.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ft-text-input-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:n.extend("--ft-text-input-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:n.extend("--ft-text-input-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:n.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ft-text-input-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:n.extend("--ft-text-input-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-text-input-helper-horizontal-gap","",c.spacing1),helperIconSize:n.extend("--ft-text-input-helper-icon-size","",c.iconSize2),borderRadius:n.extend("--ft-text-input-border-radius","",c.borderRadiusS),backgroundColor:n.extend("--ft-text-input-background-color","",c.colorWhite),contentValueColor:n.extend("--ft-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:n.extend("--ft-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:n.extend("--ft-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ft-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:n.extend("--ft-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:n.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:n.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-text-input-disabled-component-opacity","",c.opacity40)};var Eu={backgroundColor:n.extend("--ft-text-area-background-color","",c.colorWhite),contentValueColor:n.extend("--ft-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:n.extend("--ft-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ft-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:n.extend("--ft-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-text-area-disabled-component-opacity","",c.opacity40),fieldHorizontalLeftPadding:n.extend("--ft-text-area-field-horizontal-left-padding","",c.spacing4),fieldHorizontalGap:n.extend("--ft-text-area-field-horizontal-gap","",c.spacing3),fieldVerticalGap:n.extend("--ft-text-area-field-vertical-gap","",c.spacing05),fieldMinHeight:n.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:n.extend("--ft-text-area-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-text-area-helper-horizontal-gap","",c.spacing1),helperIconSize:n.extend("--ft-text-area-helper-icon-size","",c.iconSize2),borderRadius:n.extend("--ft-text-area-border-radius","",c.borderRadiusS)};var Cu={height:n.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:n.extend("--ft-floating-menu-horizontal-padding","",c.spacing4),offIconColor:n.extend("--ft-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:n.extend("--ft-floating-menu-off-color","",u.contentGlobalPrimary),onColor:n.extend("--ft-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:n.extend("--ft-floating-menu-gap","",c.spacing3),focusFocusRingColor:n.extend("--ft-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:n.extend("--ft-floating-menu-focus-state-layer-opacity","",c.opacity8),hoverStateLayerOpacity:n.extend("--ft-floating-menu-hover-state-layer-opacity","",c.opacity8),activeStateLayerOpacity:n.extend("--ft-floating-menu-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:n.extend("--ft-floating-menu-disabled-component-opacity","",c.opacity40),iconSize:n.extend("--ft-floating-menu-icon-size","",c.iconSize3),backgroundColor:n.extend("--ft-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:n.extend("--ft-floating-menu-shadow","",c.shadowElevation02)};var _u={largeFieldHorizontalPadding:n.extend("--ft-combobox-single-select-large-field-horizontal-padding","",c.spacing4),largeFieldHorizontalGap:n.extend("--ft-combobox-single-select-large-field-horizontal-gap","",c.spacing3),largeFieldVerticalGap:n.extend("--ft-combobox-single-select-large-field-vertical-gap","",c.spacing05),largeFieldHeight:n.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ft-combobox-single-select-large-field-icon-size","",c.iconSize3),mediumFieldHorizontalPadding:n.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",c.spacing4),mediumFieldHorizontalGap:n.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",c.spacing3),mediumFieldVerticalGap:n.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ft-combobox-single-select-medium-field-icon-size","",c.iconSize3),helperHorizontalPadding:n.extend("--ft-combobox-single-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-combobox-single-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:n.extend("--ft-combobox-single-select-helper-vertical-gap","",c.spacing1),helperIconSize:n.extend("--ft-combobox-single-select-helper-icon-size","",c.iconSize2),menuVerticalGap:n.extend("--ft-combobox-single-select-menu-vertical-gap","",c.spacing2),borderRadius:n.extend("--ft-combobox-single-select-border-radius","",c.borderRadiusS),backgroundColor:n.extend("--ft-combobox-single-select-background-color","",c.colorWhite),labelColor:n.extend("--ft-combobox-single-select-label-color","",u.contentGlobalSubtle),contentValueColor:n.extend("--ft-combobox-single-select-content-value-color","",u.contentGlobalPrimary),trailingIconColor:n.extend("--ft-combobox-single-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-combobox-single-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-combobox-single-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ft-combobox-single-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-combobox-single-select-error-helper-text-color","",u.contentErrorPrimary),warningBorderWidth:n.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:n.extend("--ft-combobox-single-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-combobox-single-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-combobox-single-select-warning-helper-icon-color","",u.contentWarningIconOnly),focusOutlineWidth:n.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-combobox-single-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-combobox-single-select-disabled-component-opacity","",c.opacity40)};var Au={backgroundColor:n.extend("--ft-combobox-multi-select-background-color","",c.colorWhite),labelColor:n.extend("--ft-combobox-multi-select-label-color","",u.contentGlobalSubtle),trailingIconColor:n.extend("--ft-combobox-multi-select-trailing-icon-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ft-combobox-multi-select-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ft-combobox-multi-select-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:n.extend("--ft-combobox-multi-select-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ft-combobox-multi-select-error-helper-text-color","",u.contentErrorPrimary),errorHelperIcon:n.extend("--ft-combobox-multi-select-error-helper-icon","",u.contentErrorIconOnly),errorBorderWidth:n.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:n.extend("--ft-combobox-multi-select-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ft-combobox-multi-select-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ft-combobox-multi-select-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:n.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-combobox-multi-select-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ft-combobox-multi-select-disabled-component-opacity","",c.opacity40),helperHorizontalPadding:n.extend("--ft-combobox-multi-select-helper-horizontal-padding","",c.spacing4),helperHorizontalGap:n.extend("--ft-combobox-multi-select-helper-horizontal-gap","",c.spacing1),helperVerticalGap:n.extend("--ft-combobox-multi-select-helper-vertical-gap","",c.spacing1),helperIconSize:n.extend("--ft-combobox-multi-select-helper-icon-size","",c.iconSize2),fieldHorizontalPadding:n.extend("--ft-combobox-multi-select-field-horizontal-padding","",c.spacing4),fieldHorizontalGap:n.extend("--ft-combobox-multi-select-field-horizontal-gap","",c.spacing3),fieldVerticalGap:n.extend("--ft-combobox-multi-select-field-vertical-gap","",c.spacing05),fieldIconSize:n.extend("--ft-combobox-multi-select-field-icon-size","",c.iconSize3),fieldMaxHeight:n.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:n.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",c.spacing1),contentValuesVerticalGap:n.extend("--ft-combobox-multi-select-content-values-vertical-gap","",c.spacing1),borderRadius:n.extend("--ft-combobox-multi-select-border-radius","",c.borderRadiusS)};var Ru={backgroundColor:n.extend("--ft-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:n.extend("--ft-popover-horizontal-padding","",c.spacing6),verticalPadding:n.extend("--ft-popover-vertical-padding","",c.spacing6),titleColor:n.extend("--ft-popover-title-color","",u.contentGlobalPrimary),bodyColor:n.extend("--ft-popover-body-color","",u.contentGlobalSecondary),gap:n.extend("--ft-popover-gap","",c.spacing2),borderRadius:n.extend("--ft-popover-border-radius","",c.borderRadiusM),shadow:n.extend("--ft-popover-shadow","",c.shadowElevation02),maxWidth:n.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:n.extend("--ft-popover-content-section-vertical-gap","",c.spacing2),multiSectionVerticalGap:n.extend("--ft-popover-multi-section-vertical-gap","",c.spacing6)};var Nu={hoverStateLayerOpacity:n.extend("--ft-collapsible-hover-state-layer-opacity","",c.opacity8),focusStateLayerOpacity:n.extend("--ft-collapsible-focus-state-layer-opacity","",c.opacity8),focusOutlineWidth:n.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:n.extend("--ft-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:n.extend("--ft-collapsible-active-state-layer-opacity","",c.opacity16),disabledComponentOpacity:n.extend("--ft-collapsible-disabled-component-opacity","",c.opacity40),horizontalPadding:n.extend("--ft-collapsible-horizontal-padding","",c.spacing4),verticalPadding:n.extend("--ft-collapsible-vertical-padding","",c.spacing3),color:n.extend("--ft-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:n.extend("--ft-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:n.extend("--ft-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:n.extend("--ft-collapsible-border-color","",u.borderGlobalSubtle),iconSize:n.extend("--ft-collapsible-icon-size","",c.iconSize3)};var ku={groupHorizontalPadding:n.extend("--ft-switch-group-horizontal-padding","",c.spacing1),groupVerticalPadding:n.extend("--ft-switch-group-vertical-padding","",c.spacing1),groupGap:n.extend("--ft-switch-group-gap","",c.spacing1),groupBackgroundColor:n.extend("--ft-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:n.extend("--ft-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:n.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:n.extend("--ft-switch-label-horizontal-padding","",c.spacing2),labelVerticalPadding:n.extend("--ft-switch-label-vertical-padding","",c.spacing1),offHoverStateLayerOpacity:n.extend("--ft-switch-off-hover-state-layer-opacity","",c.opacity8),offFocusStateLayerOpacity:n.extend("--ft-switch-off-focus-state-layer-opacity","",c.opacity8),offActiveStateLayerOpacity:n.extend("--ft-switch-off-active-state-layer-opacity","",c.opacity16),offDisabledComponentOpacity:n.extend("--ft-switch-off-disabled-component-opacity","",c.opacity40),offColor:n.extend("--ft-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ft-switch-on-hover-state-layer-opacity","",c.opacity8),onFocusStateLayerOpacity:n.extend("--ft-switch-on-focus-state-layer-opacity","",c.opacity8),onActiveStateLayerOpacity:n.extend("--ft-switch-on-active-state-layer-opacity","",c.opacity16),onDisabledComponentOpacity:n.extend("--ft-switch-on-disabled-component-opacity","",c.opacity40),onColor:n.extend("--ft-switch-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:n.extend("--ft-switch-icon-horizontal-padding","",c.spacing1),iconVerticalPadding:n.extend("--ft-switch-icon-vertical-padding","",c.spacing1),focusOutlineWidth:n.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ft-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:n.extend("--ft-switch-option-border-radius","",c.borderRadiusS)};var Tu={color1Light:n.extend("--ft-chart-1-light","for area color charts",c.colorBrand40),color1Base:n.extend("--ft-chart-1-base","for line charts",c.colorBrand0),color2Light:n.extend("--ft-chart-2-light","for area color charts",c.colorYellow60),color2Base:n.extend("--ft-chart-2-base","for line charts",c.colorYellow100),color3Light:n.extend("--ft-chart-3-light","",c.colorUltramarine40),color3Base:n.extend("--ft-chart-3-base","",c.colorUltramarine70),color4Light:n.extend("--ft-chart-4-light","",c.colorCyan50),color4Base:n.extend("--ft-chart-4-base","",c.colorCyan100),color5Light:n.extend("--ft-chart-5-light","",c.colorRed40),color5Base:n.extend("--ft-chart-5-base","",c.colorRed60),color6Light:n.extend("--ft-chart-6-light","",c.colorGreen40),color6Base:n.extend("--ft-chart-6-base","",c.colorGreen70),color7Light:n.extend("--ft-chart-7-light","",c.colorOrange70),color7Base:n.extend("--ft-chart-7-base","",c.colorOrange100),color8Light:n.extend("--ft-chart-8-light","",c.colorAvocado70),color8Base:n.extend("--ft-chart-8-base","",c.colorAvocado200),color9Light:n.extend("--ft-chart-9-light","",c.colorBrown50),color9Base:n.extend("--ft-chart-9-base","",c.colorBrown200),color10Light:n.extend("--ft-chart-10-light","",c.colorGray50),color10Base:n.extend("--ft-chart-10-base","",c.colorGray80),monochrome10:n.extend("--ft-chart-monochrome-10","",c.colorBrand10),monochrome20:n.extend("--ft-chart-monochrome-20","",c.colorBrand20),monochrome30:n.extend("--ft-chart-monochrome-30","",c.colorBrand40),monochrome40:n.extend("--ft-chart-monochrome-40","",c.colorBrand60),monochrome50:n.extend("--ft-chart-monochrome-50","",c.colorBrand0),monochrome60:n.extend("--ft-chart-monochrome-60","",c.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",c.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",c.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",c.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:n.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",c.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",c.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:n.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",c.opacity48),scatterplotDatapointInitialHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",c.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",c.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",c.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",c.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:n.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",c.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:n.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",c.colorGray70),scatterplotDatapointHoverHoverRingColor:n.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",c.colorCyan200)};var Iu={color1IconColor:n.extend("--ft-page-designer-1-icon-color","for area color charts",c.colorCyan0),color1ToolbarColor:n.extend("--ft-page-designer-1-toolbar-color","for area color charts",c.colorCyan0),color2IconColor:n.extend("--ft-page-designer-2-icon-color","for area color charts",c.colorBrand0),color2ToolbarColor:n.extend("--ft-page-designer-2-toolbar-color","for area color charts",c.colorBrand0),color3IconColor:n.extend("--ft-page-designer-3-icon-color","for area color charts",c.colorYellow200),color3ToolbarColor:n.extend("--ft-page-designer-3-toolbar-color","for area color charts",c.colorYellow200),color4IconColor:n.extend("--ft-page-designer-4-icon-color","for area color charts",c.colorUltramarine50),color4ToolbarColor:n.extend("--ft-page-designer-4-toolbar-color","for area color charts",c.colorUltramarine50),color5IconColor:n.extend("--ft-page-designer-5-icon-color","for area color charts",c.colorGreen0),color5ToolbarColor:n.extend("--ft-page-designer-5-toolbar-color","for area color charts",c.colorGreen0),color6IconColor:n.extend("--ft-page-designer-6-icon-color","for area color charts",c.colorOrange0),color6ToolbarColor:n.extend("--ft-page-designer-6-toolbar-color","for area color charts",c.colorOrange0),color7IconColor:n.extend("--ft-page-designer-7-icon-color","for area color charts",c.colorAvocado200),color7ToolbarColor:n.extend("--ft-page-designer-7-toolbar-color","for area color charts",c.colorAvocado200),color8IconColor:n.extend("--ft-page-designer-8-icon-color","for area color charts",c.colorBrown0),color8ToolbarColor:n.extend("--ft-page-designer-8-toolbar-color","for area color charts",c.colorBrown0)};var Pu={borderWidth:n.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:n.extend("--ft-notice-horizontal-padding","",c.spacing3),verticalPadding:n.extend("--ft-notice-vertical-padding","",c.spacing2),borderRadius:n.extend("--ft-notice-border-radius","",c.borderRadiusS),gap:n.extend("--ft-notice-gap","",c.spacing2),iconSize:n.extend("--ft-notice-icon-size","",c.iconSize3),infoBackgroundColor:n.extend("--ft-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:n.extend("--ft-notice-info-border-color","",u.borderInfoSubtle),infoColor:n.extend("--ft-notice-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:n.extend("--ft-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:n.extend("--ft-notice-warning-border-color","",u.borderWarningSubtle),warningColor:n.extend("--ft-notice-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:n.extend("--ft-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:n.extend("--ft-notice-error-border-color","",u.borderErrorSubtle),errorColor:n.extend("--ft-notice-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:n.extend("--ft-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:n.extend("--ft-notice-success-border-color","",u.borderSuccessSubtle),successColor:n.extend("--ft-notice-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:n.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:n.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:n.extend("--ft-notice-dense-gap","",c.spacing1),denseIconSize:n.extend("--ft-notice-dense-icon-size","",c.iconSize2),denseBorderWidth:n.create("--ft-notice-dense-border-width","","SIZE","0")};var Du={offHoverStateLayerOpacity:n.extend("--ft-toggle-off-hover-state-layer-opacity","",c.opacity16),offFocusStateLayerOpacity:n.extend("--ft-toggle-off-focus-state-layer-opacity","",c.opacity16),offActiveStateLayerOpacity:n.extend("--ft-toggle-off-active-state-layer-opacity","",c.opacity24),offDisabledComponentOpacity:n.extend("--ft-toggle-off-disabled-component-opacity","",c.opacity40),offBackgroundColor:n.extend("--ft-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:n.extend("--ft-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ft-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ft-toggle-on-hover-state-layer-opacity","",c.opacity16),onFocusStateLayerOpacity:n.extend("--ft-toggle-on-focus-state-layer-opacity","",c.opacity16),onActiveStateLayerOpacity:n.extend("--ft-toggle-on-active-state-layer-opacity","",c.opacity24),onDisabledComponentOpacity:n.extend("--ft-toggle-on-disabled-component-opacity","",c.opacity40),onBackgroundColor:n.extend("--ft-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ft-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:n.extend("--ft-toggle-on-icon-color","",u.contentActionPrimary),color:n.extend("--ft-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:n.extend("--ft-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:n.extend("--ft-toggle-gap","",c.spacing3)};var Lu={color:n.extend("--ft-radio-color","",u.contentGlobalPrimary),selectedRadioColor:n.extend("--ft-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:n.extend("--ft-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:n.extend("--ft-radio-selected-hover-state-layer-opacity","",c.opacity16),selectedFocusStateLayerOpacity:n.extend("--ft-radio-selected-focus-state-layer-opacity","",c.opacity16),selectedActiveStateLayerOpacity:n.extend("--ft-radio-selected-active-state-layer-opacity","",c.opacity24),selectedDisabledComponentOpacity:n.extend("--ft-radio-selected-disabled-component-opacity","",c.opacity40),unselectedStateLayerColor:n.extend("--ft-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:n.extend("--ft-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:n.extend("--ft-radio-unselected-hover-state-layer-opacity","",c.opacity16),unselectedFocusStateLayerOpacity:n.extend("--ft-radio-unselected-focus-state-layer-opacity","",c.opacity16),unselectedActiveStateLayerOpacity:n.extend("--ft-radio-unselected-active-state-layer-opacity","",c.opacity24),unselectedDisabledComponentOpacity:n.extend("--ft-radio-unselected-disabled-component-opacity","",c.opacity40),focusFocusRingColor:n.extend("--ft-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:n.extend("--ft-radio-gap","",c.spacing3)};var Mu={iconSize:n.extend("--ft-notification-icon-size","",c.iconSize4),leftPadding:n.extend("--ft-notification-left-padding","",c.spacing5),rightPadding:n.extend("--ft-notification-right-padding","",c.spacing4),verticalPadding:n.extend("--ft-notification-vertical-padding","",c.spacing3),infoBackgroundColor:n.extend("--ft-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ft-notification-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ft-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ft-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ft-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ft-notification-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ft-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ft-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ft-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ft-notification-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ft-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ft-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ft-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ft-notification-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ft-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ft-notification-error-border-color","",u.borderErrorSubtle),borderRadius:n.extend("--ft-notification-border-radius","",c.borderRadiusPill),borderWidth:n.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:n.extend("--ft-notification-leading-gap","",c.spacing2),trailingGap:n.extend("--ft-notification-trailing-gap","",c.spacing8)};var Fu={horizontalPadding:n.extend("--ft-tooltip-horizontal-padding","",c.spacing2),verticalPadding:n.extend("--ft-tooltip-vertical-padding","",c.spacing2),borderRadius:n.extend("--ft-tooltip-border-radius","",c.borderRadiusS),color:n.extend("--ft-tooltip-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ft-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:n.extend("--ft-tooltip-background-opacity","",c.opacity80),shadow:n.extend("--ft-tooltip-shadow","",c.shadowElevation02),maxWidth:n.create("--ft-tooltip-max-width","","SIZE","256px"),gap:n.extend("--ft-tooltip-gap","",c.spacing05)};var Uu={verticalPadding:n.extend("--ft-reorderable-list-vertical-padding","",c.spacing4),gap:n.extend("--ft-reorderable-list-gap","",c.spacing1),borderRadius:n.extend("--ft-reorderable-list-border-radius","",c.borderRadiusM),reorderableItemTitleMarginRight:n.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",c.spacing6),reorderableItemTitleColor:n.extend("--ft-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:n.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",c.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:n.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",c.spacing2),reorderableItemRightButtonsGroupHorizontalGap:n.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",c.spacing2),reorderableItemUsersCountColor:n.extend("--ft-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:n.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",c.spacing6),reorderableItemBackgroundColor:n.extend("--ft-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:n.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",c.spacing1),reorderableItemWarningMessageColor:n.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:n.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:n.extend("--ft-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:n.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",c.opacity48),boxShadow:n.extend("--ft-reorderable-list-box-shadow","",c.shadowElevation01),borderWidth:n.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:n.extend("--ft-reorderable-list-reorderable-items-gap","",c.spacing2),leftPadding:n.extend("--ft-reorderable-list-left-padding","",c.spacing2),rightPadding:n.extend("--ft-reorderable-list-right-padding","",c.spacing6),borderColor:n.extend("--ft-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:n.extend("--ft-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var Wu={nodeHeight:n.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:n.extend("--ft-tree-list-node-parent-label-margin-left","",c.spacing2),nodeParentLabelMarginRight:n.extend("--ft-tree-list-node-parent-label-margin-right","",c.spacing2),nodeRootPaddingLeft:n.extend("--ft-tree-list-node-root-padding-left","",c.spacing3),nodeChildPaddingLeft:n.extend("--ft-tree-list-node-child-padding-left","",c.spacing5),nodeLeafPaddingLeft:n.extend("--ft-tree-list-node-leaf-padding-left","",c.spacing6),nodeUnselectedDefaultBorderColor:n.extend("--ft-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:n.extend("--ft-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:n.extend("--ft-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:n.extend("--ft-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:n.extend("--ft-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:n.extend("--ft-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:n.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:n.extend("--ft-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:n.extend("--ft-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:n.extend("--ft-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:n.extend("--ft-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:n.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:n.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:n.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:n.extend("--ft-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:n.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:n.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:n.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:n.extend("--ft-tree-list-header-section-padding-left","",c.spacing3),headerSectionPaddingRight:n.extend("--ft-tree-list-header-section-padding-right","",c.spacing3),headerSectionHorizontalGap:n.extend("--ft-tree-list-header-section-horizontal-gap","",c.spacing2),headerSectionMarginBottom:n.extend("--ft-tree-list-header-section-margin-bottom","",c.spacing2),headerSectionColor:n.extend("--ft-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:n.extend("--ft-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:n.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:n.extend("--ft-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:n.extend("--ft-tree-list-list-container-border-color","",u.borderGlobalSubtle),loadMorePaddingLeft:n.extend("--ft-tree-list-load-more-padding-left","",c.spacing6),loadMoreUnselectedDefaultBorderColor:n.extend("--ft-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:n.extend("--ft-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:n.extend("--ft-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:n.extend("--ft-tree-list-load-more-hover-border-color","",c.colorBrand20),loadMoreHoverBackgroundColor:n.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:n.extend("--ft-tree-list-load-more-active-border-color","",c.colorBrand20),loadMoreActiveBackgroundColor:n.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:n.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:n.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:n.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary)};var Cr;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Cr||(Cr={}));var _r;(function(e){e.large="large",e.medium="medium",e.small="small"})(_r||(_r={}));function In(e){return`ftds--family-${e}`}function Pn(e){return`ftds--size-${e}`}var Bu={colorPrimary:n.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:n.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:n.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:n.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:n.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:n.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:n.create("--ft-color-error","","COLOR","#B00020"),colorOutline:n.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:n.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:n.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:n.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:n.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:n.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:n.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:n.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:n.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:n.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:n.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:n.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:n.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:n.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:n.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:n.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:n.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:n.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:n.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:n.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:n.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:n.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:n.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:n.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:n.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:n.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:n.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:n.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:n.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:n.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:n.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:n.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:n.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:n.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:n.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:n.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:n.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.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:n.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:n.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:n.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:n.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:n.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:n.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Mn={};G(Mn,{DynamicImporter:()=>uo,dynamicImporter:()=>Hu});var uo=class{async import(t){return import(t)}},Hu=new uo;var qn={};G(qn,{computeOffsetAutoPosition:()=>lf,computeOffsetPosition:()=>cf});var ks=["top","right","bottom","left"],Ns=["start","end"],Un=ks.reduce((e,t)=>e.concat(t,t+"-"+Ns[0],t+"-"+Ns[1]),[]),fo=Math.min,nt=Math.max;var zu={left:"right",right:"left",bottom:"top",top:"bottom"},$u={start:"end",end:"start"};function Wn(e,t,r){return nt(e,fo(t,r))}function Ht(e,t){return typeof e=="function"?e(t):e}function at(e){return e.split("-")[0]}function Pe(e){return e.split("-")[1]}function Bn(e){return e==="x"?"y":"x"}function Hn(e){return e==="y"?"height":"width"}function zt(e){return["top","bottom"].includes(at(e))?"y":"x"}function zn(e){return Bn(zt(e))}function Ts(e,t,r){r===void 0&&(r=!1);let o=Pe(e),a=zn(e),i=Hn(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=Fn(s)),[s,Fn(s)]}function Is(e){return e.replace(/start|end/g,t=>$u[t])}function Fn(e){return e.replace(/left|right|bottom|top/g,t=>zu[t])}function Gu(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ps(e){return typeof e!="number"?Gu(e):{top:e,right:e,bottom:e,left:e}}function Et(e){let{x:t,y:r,width:o,height:a}=e;return{width:o,height:a,top:r,left:t,right:t+o,bottom:r+a,x:t,y:r}}function Ds(e,t,r){let{reference:o,floating:a}=e,i=zt(t),s=zn(t),l=Hn(s),d=at(t),f=i==="y",h=o.x+o.width/2-a.width/2,p=o.y+o.height/2-a.height/2,m=o[l]/2-a[l]/2,b;switch(d){case"top":b={x:h,y:o.y-a.height};break;case"bottom":b={x:h,y:o.y+o.height};break;case"right":b={x:o.x+o.width,y:p};break;case"left":b={x:o.x-a.width,y:p};break;default:b={x:o.x,y:o.y}}switch(Pe(t)){case"start":b[s]-=m*(r&&f?-1:1);break;case"end":b[s]+=m*(r&&f?-1:1);break}return b}var Ls=async(e,t,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(t)),f=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:p}=Ds(f,o,d),m=o,b={},g=0;for(let v=0;v<l.length;v++){let{name:_,fn:C}=l[v],{x:N,y:O,data:w,reset:S}=await C({x:h,y:p,initialPlacement:o,placement:m,strategy:a,middlewareData:b,rects:f,platform:s,elements:{reference:e,floating:t}});h=N??h,p=O??p,b={...b,[_]:{...b[_],...w}},S&&g<=50&&(g++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(f=S.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):S.rects),{x:h,y:p}=Ds(f,m,d)),v=-1)}return{x:h,y:p,placement:m,strategy:a,middlewareData:b}};async function po(e,t){var r;t===void 0&&(t={});let{x:o,y:a,platform:i,rects:s,elements:l,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:m=!1,padding:b=0}=Ht(t,e),g=Ps(b),_=l[m?p==="floating"?"reference":"floating":p],C=Et(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(_)))==null||r?_:_.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:f,rootBoundary:h,strategy:d})),N=p==="floating"?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,O=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),w=await(i.isElement==null?void 0:i.isElement(O))?await(i.getScale==null?void 0:i.getScale(O))||{x:1,y:1}:{x:1,y:1},S=Et(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:N,offsetParent:O,strategy:d}):N);return{top:(C.top-S.top+g.top)/w.y,bottom:(S.bottom-C.bottom+g.bottom)/w.y,left:(C.left-S.left+g.left)/w.x,right:(S.right-C.right+g.right)/w.x}}function Yu(e,t,r){return(e?[...r.filter(a=>Pe(a)===e),...r.filter(a=>Pe(a)!==e)]:r.filter(a=>at(a)===a)).filter(a=>e?Pe(a)===e||(t?Is(a)!==a:!1):!0)}var ho=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,o,a;let{rects:i,middlewareData:s,placement:l,platform:d,elements:f}=t,{crossAxis:h=!1,alignment:p,allowedPlacements:m=Un,autoAlignment:b=!0,...g}=Ht(e,t),v=p!==void 0||m===Un?Yu(p||null,b,m):m,_=await po(t,g),C=((r=s.autoPlacement)==null?void 0:r.index)||0,N=v[C];if(N==null)return{};let O=Ts(N,i,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(l!==N)return{reset:{placement:v[0]}};let w=[_[at(N)],_[O[0]],_[O[1]]],S=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:N,overflows:w}],I=v[C+1];if(I)return{data:{index:C+1,overflows:S},reset:{placement:I}};let D=S.map(k=>{let y=Pe(k.placement);return[k.placement,y&&h?k.overflows.slice(0,2).reduce((x,T)=>x+T,0):k.overflows[0],k.overflows]}).sort((k,y)=>k[1]-y[1]),B=((a=D.filter(k=>k[2].slice(0,Pe(k[0])?2:3).every(y=>y<=0))[0])==null?void 0:a[0])||D[0][0];return B!==l?{data:{index:C+1,overflows:S},reset:{placement:B}}:{}}}};async function ju(e,t){let{placement:r,platform:o,elements:a}=e,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=at(r),l=Pe(r),d=zt(r)==="y",f=["left","top"].includes(s)?-1:1,h=i&&d?-1:1,p=Ht(t,e),{mainAxis:m,crossAxis:b,alignmentAxis:g}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return l&&typeof g=="number"&&(b=l==="end"?g*-1:g),d?{x:b*h,y:m*f}:{x:m*f,y:b*h}}var $n=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;let{x:a,y:i,placement:s,middlewareData:l}=t,d=await ju(t,e);return s===((r=l.offset)==null?void 0:r.placement)&&(o=l.arrow)!=null&&o.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},Gn=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:a}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:_=>{let{x:C,y:N}=_;return{x:C,y:N}}},...d}=Ht(e,t),f={x:r,y:o},h=await po(t,d),p=zt(at(a)),m=Bn(p),b=f[m],g=f[p];if(i){let _=m==="y"?"top":"left",C=m==="y"?"bottom":"right",N=b+h[_],O=b-h[C];b=Wn(N,b,O)}if(s){let _=p==="y"?"top":"left",C=p==="y"?"bottom":"right",N=g+h[_],O=g-h[C];g=Wn(N,g,O)}let v=l.fn({...t,[m]:b,[p]:g});return{...v,data:{x:v.x-r,y:v.y-o,enabled:{[m]:i,[p]:s}}}}}};var Yn=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;let{placement:a,rects:i,platform:s,elements:l}=t,{apply:d=()=>{},...f}=Ht(e,t),h=await po(t,f),p=at(a),m=Pe(a),b=zt(a)==="y",{width:g,height:v}=i.floating,_,C;p==="top"||p==="bottom"?(_=p,C=m===(await(s.isRTL==null?void 0:s.isRTL(l.floating))?"start":"end")?"left":"right"):(C=p,_=m==="end"?"top":"bottom");let N=v-h.top-h.bottom,O=g-h.left-h.right,w=fo(v-h[_],N),S=fo(g-h[C],O),I=!t.middlewareData.shift,D=w,M=S;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(M=O),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(D=N),I&&!m){let k=nt(h.left,0),y=nt(h.right,0),x=nt(h.top,0),T=nt(h.bottom,0);b?M=g-2*(k!==0||y!==0?k+y:nt(h.left,h.right)):D=v-2*(x!==0||T!==0?x+T:nt(h.top,h.bottom))}await d({...t,availableWidth:M,availableHeight:D});let B=await s.getDimensions(l.floating);return g!==B.width||v!==B.height?{reset:{rects:!0}}:{}}}};var jn=Math.min,$t=Math.max,Ar=Math.round;var ze=e=>({x:e,y:e});function $e(e){return Fs(e)?(e.nodeName||"").toLowerCase():"#document"}function pe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ge(e){var t;return(t=(Fs(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fs(e){return e instanceof Node||e instanceof pe(e).Node}function De(e){return e instanceof Element||e instanceof pe(e).Element}function Ce(e){return e instanceof HTMLElement||e instanceof pe(e).HTMLElement}function Ms(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof pe(e).ShadowRoot}function Gt(e){let{overflow:t,overflowX:r,overflowY:o,display:a}=me(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!["inline","contents"].includes(a)}function Us(e){return["table","td","th"].includes($e(e))}function mo(e){let t=go(),r=me(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(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 Ws(e){let t=Ct(e);for(;Ce(t)&&!Rr(t);){if(mo(t))return t;t=Ct(t)}return null}function go(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Rr(e){return["html","body","#document"].includes($e(e))}function me(e){return pe(e).getComputedStyle(e)}function Nr(e){return De(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ct(e){if($e(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Ms(e)&&e.host||Ge(e);return Ms(t)?t.host:t}function Bs(e){let t=Ct(e);return Rr(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ce(t)&&Gt(t)?t:Bs(t)}function yo(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);let a=Bs(e),i=a===((o=e.ownerDocument)==null?void 0:o.body),s=pe(a);return i?t.concat(s,s.visualViewport||[],Gt(a)?a:[],s.frameElement&&r?yo(s.frameElement):[]):t.concat(a,yo(a,[],r))}function $s(e){let t=me(e),r=parseFloat(t.width)||0,o=parseFloat(t.height)||0,a=Ce(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:o,l=Ar(r)!==i||Ar(o)!==s;return l&&(r=i,o=s),{width:r,height:o,$:l}}function Gs(e){return De(e)?e:e.contextElement}function Yt(e){let t=Gs(e);if(!Ce(t))return ze(1);let r=t.getBoundingClientRect(),{width:o,height:a,$:i}=$s(t),s=(i?Ar(r.width):r.width)/o,l=(i?Ar(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var Vu=ze(0);function Ys(e){let t=pe(e);return!go()||!t.visualViewport?Vu:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ku(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==pe(e)?!1:t}function kr(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);let a=e.getBoundingClientRect(),i=Gs(e),s=ze(1);t&&(o?De(o)&&(s=Yt(o)):s=Yt(e));let l=Ku(i,r,o)?Ys(i):ze(0),d=(a.left+l.x)/s.x,f=(a.top+l.y)/s.y,h=a.width/s.x,p=a.height/s.y;if(i){let m=pe(i),b=o&&De(o)?pe(o):o,g=m.frameElement;for(;g&&o&&b!==m;){let v=Yt(g),_=g.getBoundingClientRect(),C=me(g),N=_.left+(g.clientLeft+parseFloat(C.paddingLeft))*v.x,O=_.top+(g.clientTop+parseFloat(C.paddingTop))*v.y;d*=v.x,f*=v.y,h*=v.x,p*=v.y,d+=N,f+=O,g=pe(g).frameElement}}return Et({width:h,height:p,x:d,y:f})}function Zu(e){let{rect:t,offsetParent:r,strategy:o}=e,a=Ce(r),i=Ge(r);if(r===i)return t;let s={scrollLeft:0,scrollTop:0},l=ze(1),d=ze(0);if((a||!a&&o!=="fixed")&&(($e(r)!=="body"||Gt(i))&&(s=Nr(r)),Ce(r))){let f=kr(r);l=Yt(r),d.x=f.x+r.clientLeft,d.y=f.y+r.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-s.scrollLeft*l.x+d.x,y:t.y*l.y-s.scrollTop*l.y+d.y}}function qu(e){return Array.from(e.getClientRects())}function js(e){return kr(Ge(e)).left+Nr(e).scrollLeft}function Ju(e){let t=Ge(e),r=Nr(e),o=e.ownerDocument.body,a=$t(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=$t(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+js(e),l=-r.scrollTop;return me(o).direction==="rtl"&&(s+=$t(t.clientWidth,o.clientWidth)-a),{width:a,height:i,x:s,y:l}}function Xu(e,t){let r=pe(e),o=Ge(e),a=r.visualViewport,i=o.clientWidth,s=o.clientHeight,l=0,d=0;if(a){i=a.width,s=a.height;let f=go();(!f||f&&t==="fixed")&&(l=a.offsetLeft,d=a.offsetTop)}return{width:i,height:s,x:l,y:d}}function Qu(e,t){let r=kr(e,!0,t==="fixed"),o=r.top+e.clientTop,a=r.left+e.clientLeft,i=Ce(e)?Yt(e):ze(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,d=a*i.x,f=o*i.y;return{width:s,height:l,x:d,y:f}}function Hs(e,t,r){let o;if(t==="viewport")o=Xu(e,r);else if(t==="document")o=Ju(Ge(e));else if(De(t))o=Qu(t,r);else{let a=Ys(e);o={...t,x:t.x-a.x,y:t.y-a.y}}return Et(o)}function Vs(e,t){let r=Ct(e);return r===t||!De(r)||Rr(r)?!1:me(r).position==="fixed"||Vs(r,t)}function ef(e,t){let r=t.get(e);if(r)return r;let o=yo(e,[],!1).filter(l=>De(l)&&$e(l)!=="body"),a=null,i=me(e).position==="fixed",s=i?Ct(e):e;for(;De(s)&&!Rr(s);){let l=me(s),d=mo(s);!d&&l.position==="fixed"&&(a=null),(i?!d&&!a:!d&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||Gt(s)&&!d&&Vs(e,s))?o=o.filter(h=>h!==s):a=l,s=Ct(s)}return t.set(e,o),o}function tf(e){let{element:t,boundary:r,rootBoundary:o,strategy:a}=e,s=[...r==="clippingAncestors"?ef(t,this._c):[].concat(r),o],l=s[0],d=s.reduce((f,h)=>{let p=Hs(t,h,a);return f.top=$t(p.top,f.top),f.right=jn(p.right,f.right),f.bottom=jn(p.bottom,f.bottom),f.left=$t(p.left,f.left),f},Hs(t,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function rf(e){return $s(e)}function of(e,t,r){let o=Ce(t),a=Ge(t),i=r==="fixed",s=kr(e,!0,i,t),l={scrollLeft:0,scrollTop:0},d=ze(0);if(o||!o&&!i)if(($e(t)!=="body"||Gt(a))&&(l=Nr(t)),o){let f=kr(t,!0,i,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else a&&(d.x=js(a));return{x:s.left+l.scrollLeft-d.x,y:s.top+l.scrollTop-d.y,width:s.width,height:s.height}}function zs(e,t){return!Ce(e)||me(e).position==="fixed"?null:t?t(e):e.offsetParent}function Ks(e,t){let r=pe(e);if(!Ce(e))return r;let o=zs(e,t);for(;o&&Us(o)&&me(o).position==="static";)o=zs(o,t);return o&&($e(o)==="html"||$e(o)==="body"&&me(o).position==="static"&&!mo(o))?r:o||Ws(e)||r}var nf=async function(e){let{reference:t,floating:r,strategy:o}=e,a=this.getOffsetParent||Ks,i=this.getDimensions;return{reference:of(t,await a(r),o),floating:{x:0,y:0,...await i(r)}}};function af(e){return me(e).direction==="rtl"}var jt={convertOffsetParentRelativeRectToViewportRelativeRect:Zu,getDocumentElement:Ge,getClippingRect:tf,getOffsetParent:Ks,getElementRects:nf,getClientRects:qu,getDimensions:rf,getScale:Yt,isElement:De,isRTL:af};var Vn=(e,t,r)=>{let o=new Map,a={platform:jt,...r},i={...a.platform,_c:o};return Ls(e,t,{...a,platform:i})};function Zn(e){return sf(e)}function Kn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function sf(e){for(let t=e;t;t=Kn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Kn(e);t;t=Kn(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function cf(e,t,r){return Vn(e,t,{platform:{...jt,getOffsetParent:o=>jt.getOffsetParent(o,Zn)},middleware:[Gn({crossAxis:!0}),ho({allowedPlacements:[r]})]})}async function lf(e,t,r,o,a,i,s=4){return Vn(e,t,{placement:r,strategy:a,platform:{...jt,getOffsetParent:l=>jt.getOffsetParent(l,Zn)},middleware:[$n(s),ho({allowedPlacements:o}),Yn({apply({availableHeight:l,elements:d}){i?d.floating.style.maxHeight=`min(${Math.max(0,l)}px, var(${i}))`:d.floating.style.maxHeight=`${Math.max(0,l)}px`}})]})}var ra={};G(ra,{FtdsBase:()=>ta,toFtdsBase:()=>tc});var ea={};G(ea,{FtLitElement:()=>he});var Jn={};G(Jn,{ScopedRegistryLitElement:()=>Tr});var Tr=class extends He{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([a,i])=>t.registry.define(a,i)));let r={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return fr(o,t.elementStyles),o}};var Qn={};G(Qn,{shadowQuerySelector:()=>Xn,shadowQuerySelectorAll:()=>df});function Xn(e,t,...r){var o;let a=e.querySelector(t);for(let i of r)a=(o=a?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return a}function df(e,t,...r){let o=[...e.querySelectorAll(t)];for(let a of r)o=o.flatMap(i=>{var s,l;return[...(l=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&l!==void 0?l:[]]});return o}var Ir=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Xs,Zs=Symbol("constructorPrototype"),qs=Symbol("constructorName"),Qs=Symbol("exportpartsDebouncer"),Js=Symbol("dynamicDependenciesLoaded"),he=class extends Tr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Xs]=new Sr(5),this[qs]=this.constructor.name,this[Zs]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[qs]&&Object.setPrototypeOf(this,this[Zs])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(r){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",r)}let t=this.constructor;t[Js]||(t[Js]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:a}=this.elementToFocus;if(o!=null){let i=[...a??[],o];r=Xn(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,o,a;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(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 t,r,o;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[Qs].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.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(t){var r,o,a,i,s,l;let d=m=>m!=null&&m.trim().length>0,f=t.filter(d).map(m=>m.trim());if(f.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 b=(i=(a=m.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],g=(l=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(v=>v.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...b,...g).filter(d).map(v=>v.trim()).forEach(v=>h.add(v))}if(h.size===0){this.removeAttribute("exportparts");return}let p=[...h.values()].flatMap(m=>f.map(b=>`${m}:${b}--${m}`));this.setAttribute("exportparts",[...this.part,...p].join(", "))}};Xs=Qs;Ir([V()],he.prototype,"exportpartsPrefix",void 0);Ir([wt([])],he.prototype,"exportpartsPrefixes",void 0);Ir([V()],he.prototype,"customStylesheet",void 0);Ir([V()],he.prototype,"elementToFocus",void 0);Ir([so()],he.prototype,"useAdoptedStyleSheets",void 0);var ec=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i};function tc(e){class t extends e{constructor(){super(...arguments),this.size=_r.medium,this.family=Cr.neutral}getDesignSystemBaseClasses(){return{[In(this.family)]:!0,[Pn(this.size)]:!0}}}return ec([V()],t.prototype,"size",void 0),ec([V()],t.prototype,"family",void 0),t}var ta=class extends tc(he){};var rc={};var na={};G(na,{highlightHtml:()=>pf,highlightHtmlColorCssVariable:()=>oc,highlightHtmlStyles:()=>ff});var _t=class e{constructor(t,r=!0,o=[],a=5e3){this.ctx=t,this.iframes=r,this.exclude=o,this.iframesTimeout=a}static matches(t,r){let o=typeof r=="string"?[r]:r,a=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(a){let i=!1;return o.every(s=>a.call(t,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let t,r=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(o=>{let a=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!a&&r.push(o)}),r}getIframeContents(t,r,o=()=>{}){let a;try{let i=t.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{o()}a&&r(a)}isIframeBlank(t){let r="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(t,r,o){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",s),this.getIframeContents(t,r,o))}catch{o()}}};t.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(t,r,o){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,o):this.getIframeContents(t,r,o):this.observeIframeLoad(t,r,o)}catch{o()}}waitForIframes(t,r){let o=0;this.forEachIframe(t,()=>!0,a=>{o++,this.waitForIframes(a.querySelector("html"),()=>{--o||r()})},a=>{a||r()})}forEachIframe(t,r,o,a=()=>{}){let i=t.querySelectorAll("iframe"),s=i.length,l=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(l)};s||d(),i.forEach(f=>{e.matches(f,this.exclude)?d():this.onIframeReady(f,h=>{r(f)&&(l++,o(h)),d()},d)})}createIterator(t,r,o){return document.createNodeIterator(t,r,o,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,o){let a=t.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&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(t){let r=t.previousNode(),o;return r===null?o=t.nextNode():o=t.nextNode()&&t.nextNode(),{prevNode:r,node:o}}checkIframeFilter(t,r,o,a){let i=!1,s=!1;return a.forEach((l,d)=>{l.val===o&&(i=d,s=l.handled)}),this.compareNodeIframe(t,r,o)?(i===!1&&!s?a.push({val:o,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:o,handled:!1}),!1)}handleOpenIframes(t,r,o,a){t.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,a)})})}iterateThroughNodes(t,r,o,a,i){let s=this.createIterator(r,t,a),l=[],d=[],f,h,p=()=>({prevNode:h,node:f}=this.getIteratorNode(s),f);for(;p();)this.iframes&&this.forEachIframe(r,m=>this.checkIframeFilter(f,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(t,b=>d.push(b),a)}),d.push(f);d.forEach(m=>{o(m)}),this.iframes&&this.handleOpenIframes(l,t,o,a),i()}forEachNode(t,r,o,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(l=>{let d=()=>{this.iterateThroughNodes(t,l,r,o,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(l,d):d()})}};var Pr=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.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 _t(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(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)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",a=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),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&d!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(d)})`,`gm${o}`),a+`(${this.processSynomyms(l)}|${this.processSynomyms(d)})`+a))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,o,a)=>{let i=a.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(t){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?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){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"],a=[];return t.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;t=t.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),a.push(s)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,a=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(l=>{s+=`|${this.escapeStr(l)}`}),a){case"partially":default:return`()(${t})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${t}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${t})(?=$|\\s${s})`}}getSeparatedKeywords(t){let r=[];return t.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,a)=>a.length-o.length),length:r.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let r=[],o=0;return t.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:l}=this.callNoMatchOnInvalidRanges(a,o);l&&(a.start=i,a.length=s-i,r.push(a),o=s)}),r}callNoMatchOnInvalidRanges(t,r){let o,a,i=!1;return t&&typeof t.start<"u"?(o=parseInt(t.start,10),a=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&a-r>0&&a-o>0?i=!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:a,valid:i}}checkWhitespaceRanges(t,r,o){let a,i=!0,s=o.length,l=r-s,d=parseInt(t.start,10)-l;return d=d>s?s:d,a=d+parseInt(t.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):o.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:d,end:a,valid:i}}getTextNodes(t){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{o.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:o})})}matchesExclude(t){return _t.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,o){let a=this.opt.element?this.opt.element:"mark",i=t.splitText(r),s=i.splitText(o-r),l=document.createElement(a);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(t,r,o,a,i){t.nodes.every((s,l)=>{let d=t.nodes[l+1];if(typeof d>"u"||d.start>r){if(!a(s.node))return!1;let f=r-s.start,h=(o>s.end?s.end:o)-s.start,p=t.value.substr(0,s.start),m=t.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,h),t.value=p+m,t.nodes.forEach((b,g)=>{g>=l&&(t.nodes[g].start>0&&g!==l&&(t.nodes[g].start-=h),t.nodes[g].end-=h)}),o-=h,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(t,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(l=>{l.nodes.forEach(d=>{d=d.node;let f;for(;(f=t.exec(d.textContent))!==null&&f[s]!=="";){if(!o(f[s],d))continue;let h=f.index;if(s!==0)for(let p=1;p<s;p++)h+=f[p].length;d=this.wrapRangeInTextNode(d,h,h+f[s].length),a(d.previousSibling),t.lastIndex=0}}),i()})}wrapMatchesAcrossElements(t,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(l=>{let d;for(;(d=t.exec(l.value))!==null&&d[s]!=="";){let f=d.index;if(s!==0)for(let p=1;p<s;p++)f+=d[p].length;let h=f+d[s].length;this.wrapRangeInMappedTextNode(l,f,h,p=>o(d[s],p),(p,m)=>{t.lastIndex=m,a(p)})}i()})}wrapRangeFromIndex(t,r,o,a){this.getTextNodes(i=>{let s=i.value.length;t.forEach((l,d)=>{let{start:f,end:h,valid:p}=this.checkWhitespaceRanges(l,s,i.value);p&&this.wrapRangeInMappedTextNode(i,f,h,m=>r(m,l,i.value.substring(f,h),d),m=>{o(m,l)})}),a()})}unwrapMatches(t){let r=t.parentNode,o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));r.replaceChild(o,t),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,r){this.opt=r,this.log(`Searching with expression "${t}"`);let o=0,a="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](t,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,o),i,()=>{o===0&&this.opt.noMatch(t),this.opt.done(o)})}mark(t,r){this.opt=r;let o=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),l=this.opt.caseSensitive?"":"i",d=f=>{let h=new RegExp(this.createRegExp(f),`gm${l}`),p=0;this.log(`Searching with expression "${h}"`),this[a](h,1,(m,b)=>this.opt.filter(b,f,o,p),m=>{p++,o++,this.opt.each(m)},()=>{p===0&&this.opt.noMatch(f),i[s-1]===f?this.opt.done(o):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(o):d(i[0])}markRanges(t,r){this.opt=r;let o=0,a=this.checkRanges(t);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,l,d)=>this.opt.filter(i,s,l,d),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(t){this.opt=t;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 a=_t.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function oa(e){let t=new Pr(e);return this.mark=(r,o)=>(t.mark(r,o),this),this.markRegExp=(r,o)=>(t.markRegExp(r,o),this),this.markRanges=(r,o)=>(t.markRanges(r,o),this),this.unmark=r=>(t.unmark(r),this),this}var uf=oa,oc=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),ff=te`
|
|
6
6
|
.highlight-html-match {
|
|
7
7
|
background: ${oc};
|
|
8
8
|
}
|
|
9
|
-
`;function
|
|
9
|
+
`;function pf(e,t,r){var o,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new uf(e);if(s.unmark(),t&&t.trim()){let l={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(l.each=f=>{for(let h in r.attributes)f.setAttribute(h,r.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...l,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var aa={};G(aa,{noTextInputDefaultClearButton:()=>gf,noTextSelect:()=>hf,safariEllipsisFix:()=>mf,wordWrap:()=>yf});var hf=te`
|
|
10
10
|
.ft-no-text-select {
|
|
11
11
|
-webkit-touch-callout: none;
|
|
12
12
|
-webkit-user-select: none;
|
|
@@ -15,7 +15,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-conte
|
|
|
15
15
|
-ms-user-select: none;
|
|
16
16
|
user-select: none;
|
|
17
17
|
}
|
|
18
|
-
`,
|
|
18
|
+
`,yf=te`
|
|
19
19
|
.ft-word-wrap {
|
|
20
20
|
white-space: normal;
|
|
21
21
|
word-wrap: break-word;
|
|
@@ -27,7 +27,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-conte
|
|
|
27
27
|
-webkit-hyphens: auto;
|
|
28
28
|
hyphens: auto
|
|
29
29
|
}
|
|
30
|
-
`,
|
|
30
|
+
`,mf=te`
|
|
31
31
|
.ft-safari-ellipsis-fix {
|
|
32
32
|
margin-right: 0;
|
|
33
33
|
|
|
@@ -38,14 +38,14 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-conte
|
|
|
38
38
|
display: inline-block;
|
|
39
39
|
width: 0;
|
|
40
40
|
}
|
|
41
|
-
`,
|
|
41
|
+
`,gf=te`
|
|
42
42
|
input::-webkit-search-cancel-button,
|
|
43
43
|
input::-webkit-search-decoration,
|
|
44
44
|
input::-webkit-search-results-button,
|
|
45
45
|
input::-webkit-search-results-decoration {
|
|
46
46
|
display: none;
|
|
47
47
|
}
|
|
48
|
-
`;var nc={};var ca={};G(ca,{ParametrizedLabelResolver:()=>sa});var sa=class e{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var o,a;t=this.resolvePluralKey(t,r);let i=(a=(o=this.labels[t])!==null&&o!==void 0?o:this.defaultLabels[t])!==null&&a!==void 0?a:"";return e.replaceParameters(i,...r)}static replaceParameters(t,...r){return r.forEach((o,a)=>t=t.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>e.formatValue(o,s))),t}resolvePluralKey(t,r){for(let o of r)if(typeof o=="number"){let a=`${String(t)}[\\=${o}]`;if(a in this.labels||a in this.defaultLabels)return a}return t}static formatValue(t,r){return t instanceof Date?e.formatDate(t,r):t??""}static formatDate(t,r){let o=a=>r?.includes("date")?t.toLocaleDateString(a):r?.includes("time")?t.toLocaleTimeString(a):t.toLocaleString(a);try{return o(document.documentElement.lang)}catch{return o()}}};var Pa={};G(Pa,{FtCommandQueue:()=>Lr,FtLitElementRedux:()=>Kt,FtReduxStore:()=>Ia,ReduxWatcher:()=>Eo,clearAllStores:()=>ap,isFtReduxStore:()=>At,redux:()=>Sf,reduxEventListener:()=>Of,reduxReactive:()=>vf,watch:()=>ip});var vf=()=>(e,t)=>{var r;let o=e.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(t)},Sf=e=>{let t=e??{};return(r,o)=>{var a;let i={hasChanged:Ot,attribute:!1,...t};V(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(a=t.selector)!==null&&a!==void 0?a:l=>l[o],store:t.store})}},Of=e=>(t,r)=>{let o=t.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,e)};var Lr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(o=>o.type===t);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};function At(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var ac,ic,sc,Mr=Symbol("internalReduxEventsUnsubscribers"),it=Symbol("internalStoresUnsubscribers"),Rt=Symbol("internalStores"),Kt=class extends he{constructor(){super(...arguments),this[ac]=new Map,this[ic]=new Map,this[sc]=new Map}get reduxConstructor(){return this.constructor}willUpdate(t){super.willUpdate(t),[...this.reduxConstructor.reduxReactiveProperties].some(r=>t.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Rt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Rt].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[Rt].get(t)}addStore(t,r){var o;r=(o=r??(At(t)?t.name:void 0))!==null&&o!==void 0?o:"default-store",this.unsubscribeFromStore(r),this[Rt].set(r,t),this.subscribeToStore(r,t),this.updateFromStores()}removeStore(t){let r=typeof t=="string"?t:t.name;this.unsubscribeFromStore(r),this[Rt].delete(r)}setupStores(){this.unsubscribeFromStores(),this[Rt].forEach((t,r)=>this.subscribeToStore(r,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,r)=>{let o=this.constructor.getPropertyOptions(r);if(!o?.attribute||!this.hasAttribute(typeof o?.attribute=="string"?o.attribute:r)){let a=this.getStore(t.store);a&&(t.store?this[it].has(t.store):this[it].size>0)&&(this[r]=t.selector(a.getState(),this))}})}subscribeToStore(t,r){var o;this[it].set(t,r.subscribe(()=>this.updateFromStores())),this[Mr].set(t,[]),At(r)&&r.eventBus&&((o=this.reduxConstructor.reduxEventListeners)===null||o===void 0||o.forEach((a,i)=>{if(typeof this[i]=="function"&&(!a.store||r.name===a.store)){let s=l=>this[i](l);r.addEventListener(a.eventName,s),this[Mr].get(t).push(()=>r.removeEventListener(a.eventName,s))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[it].forEach((t,r)=>this.unsubscribeFromStore(r))}unsubscribeFromStore(t){var r;this[it].has(t)&&this[it].get(t)(),this[it].delete(t),(r=this[Mr].get(t))===null||r===void 0||r.forEach(o=>o()),this[Mr].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};ac=it,ic=Rt,sc=Mr;Kt.reduxProperties=new Map;Kt.reduxReactiveProperties=new Set;Kt.reduxEventListeners=new Map;function ve(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ye(e){return!!e&&!!e[J]}function _e(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var a=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===kf}(e)||Array.isArray(e)||!!e[hc]||!!(!((t=e.constructor)===null||t===void 0)&&t[hc])||ga(e)||ba(e))}function Nt(e,t,r){r===void 0&&(r=!1),Jt(e)===0?(r?Object.keys:qt)(e).forEach(function(o){r&&typeof o=="symbol"||t(o,e[o],e)}):e.forEach(function(o,a){return t(a,o,e)})}function Jt(e){var t=e[J];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:ga(e)?2:ba(e)?3:0}function Zt(e,t){return Jt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function wf(e,t){return Jt(e)===2?e.get(t):e[t]}function yc(e,t,r){var o=Jt(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function mc(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function ga(e){return Rf&&e instanceof Map}function ba(e){return Nf&&e instanceof Set}function st(e){return e.o||e.t}function xa(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=xc(e);delete t[J];for(var r=qt(t),o=0;o<r.length;o++){var a=r[o],i=t[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function va(e,t){return t===void 0&&(t=!1),Sa(e)||Ye(e)||!_e(e)||(Jt(e)>1&&(e.set=e.add=e.clear=e.delete=Ef),Object.freeze(e),t&&Nt(e,function(r,o){return va(o,!0)},!0)),e}function Ef(){ve(2)}function Sa(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Le(e){var t=ma[e];return t||ve(18,e),t}function Cf(e,t){ma[e]||(ma[e]=t)}function pa(){return Ur}function la(e,t){t&&(Le("Patches"),e.u=[],e.s=[],e.v=t)}function xo(e){ha(e),e.p.forEach(_f),e.p=null}function ha(e){e===Ur&&(Ur=e.l)}function cc(e){return Ur={p:[],l:Ur,h:e,m:!0,_:0}}function _f(e){var t=e[J];t.i===0||t.i===1?t.j():t.g=!0}function da(e,t){t._=t.p.length;var r=t.p[0],o=e!==void 0&&e!==r;return t.h.O||Le("ES5").S(t,e,o),o?(r[J].P&&(xo(t),ve(4)),_e(e)&&(e=vo(t,e),t.l||So(t,e)),t.u&&Le("Patches").M(r[J].t,e,t.u,t.s)):e=vo(t,r,[]),xo(t),t.u&&t.v(t.u,t.s),e!==bc?e:void 0}function vo(e,t,r){if(Sa(t))return t;var o=t[J];if(!o)return Nt(t,function(l,d){return lc(e,o,t,l,d,r)},!0),t;if(o.A!==e)return t;if(!o.P)return So(e,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var a=o.i===4||o.i===5?o.o=xa(o.k):o.o,i=a,s=!1;o.i===3&&(i=new Set(a),a.clear(),s=!0),Nt(i,function(l,d){return lc(e,o,a,l,d,r,s)}),So(e,a,!1),r&&e.u&&Le("Patches").N(o,r,e.u,e.s)}return o.o}function lc(e,t,r,o,a,i,s){if(Ye(a)){var l=vo(e,a,i&&t&&t.i!==3&&!Zt(t.R,o)?i.concat(o):void 0);if(yc(r,o,l),!Ye(l))return;e.m=!1}else s&&r.add(a);if(_e(a)&&!Sa(a)){if(!e.h.D&&e._<1)return;vo(e,a),t&&t.A.l||So(e,a)}}function So(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&va(t,r)}function ua(e,t){var r=e[J];return(r?st(r):e)[t]}function dc(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}function ct(e){e.P||(e.P=!0,e.l&&ct(e.l))}function fa(e){e.o||(e.o=xa(e.t))}function ya(e,t,r){var o=ga(t)?Le("MapSet").F(t,r):ba(t)?Le("MapSet").T(t,r):e.O?function(a,i){var s=Array.isArray(a),l={i:s?1:0,A:i?i.A:pa(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=l,f=Wr;s&&(d=[l],f=Fr);var h=Proxy.revocable(d,f),p=h.revoke,m=h.proxy;return l.k=m,l.j=p,m}(t,r):Le("ES5").J(t,r);return(r?r.A:pa()).p.push(o),o}function Af(e){return Ye(e)||ve(22,e),function t(r){if(!_e(r))return r;var o,a=r[J],i=Jt(r);if(a){if(!a.P&&(a.i<4||!Le("ES5").K(a)))return a.t;a.I=!0,o=uc(r,i),a.I=!1}else o=uc(r,i);return Nt(o,function(s,l){a&&wf(a.t,s)===l||yc(o,s,t(l))}),i===3?new Set(o):o}(e)}function uc(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return xa(e)}function gc(){function e(s,l){var d=i[s];return d?d.enumerable=l:i[s]=d={configurable:!0,enumerable:l,get:function(){var f=this[J];return Wr.get(f,s)},set:function(f){var h=this[J];Wr.set(h,s,f)}},d}function t(s){for(var l=s.length-1;l>=0;l--){var d=s[l][J];if(!d.P)switch(d.i){case 5:o(d)&&ct(d);break;case 4:r(d)&&ct(d)}}}function r(s){for(var l=s.t,d=s.k,f=qt(d),h=f.length-1;h>=0;h--){var p=f[h];if(p!==J){var m=l[p];if(m===void 0&&!Zt(l,p))return!0;var b=d[p],g=b&&b[J];if(g?g.t!==m:!mc(b,m))return!0}}var v=!!l[J];return f.length!==qt(l).length+(v?0:1)}function o(s){var l=s.k;if(l.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(l,l.length-1);if(d&&!d.get)return!0;for(var f=0;f<l.length;f++)if(!l.hasOwnProperty(f))return!0;return!1}function a(s){s.g&&ve(3,JSON.stringify(st(s)))}var i={};Cf("ES5",{J:function(s,l){var d=Array.isArray(s),f=function(p,m){if(p){for(var b=Array(m.length),g=0;g<m.length;g++)Object.defineProperty(b,""+g,e(g,!0));return b}var v=xc(m);delete v[J];for(var _=qt(v),C=0;C<_.length;C++){var N=_[C];v[N]=e(N,p||!!v[N].enumerable)}return Object.create(Object.getPrototypeOf(m),v)}(d,s),h={i:d?5:4,A:l?l.A:pa(),P:!1,I:!1,R:{},l,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,J,{value:h,writable:!0}),f},S:function(s,l,d){d?Ye(l)&&l[J].A===s&&t(s.p):(s.u&&function f(h){if(h&&typeof h=="object"){var p=h[J];if(p){var m=p.t,b=p.k,g=p.R,v=p.i;if(v===4)Nt(b,function(w){w!==J&&(m[w]!==void 0||Zt(m,w)?g[w]||f(b[w]):(g[w]=!0,ct(p)))}),Nt(m,function(w){b[w]!==void 0||Zt(b,w)||(g[w]=!1,ct(p))});else if(v===5){if(o(p)&&(ct(p),g.length=!0),b.length<m.length)for(var _=b.length;_<m.length;_++)g[_]=!1;else for(var C=m.length;C<b.length;C++)g[C]=!0;for(var N=Math.min(b.length,m.length),O=0;O<N;O++)b.hasOwnProperty(O)||(g[O]=!0),g[O]===void 0&&f(b[O])}}}}(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var fc,Ur,Oa=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Rf=typeof Map<"u",Nf=typeof Set<"u",pc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",bc=Oa?Symbol.for("immer-nothing"):((fc={})["immer-nothing"]=!0,fc),hc=Oa?Symbol.for("immer-draftable"):"__$immer_draftable",J=Oa?Symbol.for("immer-state"):"__$immer_state";var kf=""+Object.prototype.constructor,qt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,xc=Object.getOwnPropertyDescriptors||function(e){var t={};return qt(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},ma={},Wr={get:function(e,t){if(t===J)return e;var r=st(e);if(!Zt(r,t))return function(a,i,s){var l,d=dc(i,s);return d?"value"in d?d.value:(l=d.get)===null||l===void 0?void 0:l.call(a.k):void 0}(e,r,t);var o=r[t];return e.I||!_e(o)?o:o===ua(e.t,t)?(fa(e),e.o[t]=ya(e.A.h,o,e)):o},has:function(e,t){return t in st(e)},ownKeys:function(e){return Reflect.ownKeys(st(e))},set:function(e,t,r){var o=dc(st(e),t);if(o?.set)return o.set.call(e.k,r),!0;if(!e.P){var a=ua(st(e),t),i=a?.[J];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(mc(r,a)&&(r!==void 0||Zt(e.t,t)))return!0;fa(e),ct(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ua(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,fa(e),ct(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=st(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty:function(){ve(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ve(12)}},Fr={};Nt(Wr,function(e,t){Fr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Fr.deleteProperty=function(e,t){return Fr.set.call(this,e,t,void 0)},Fr.set=function(e,t,r){return Wr.set.call(this,e[0],t,r,e[0])};var Tf=function(){function e(r){var o=this;this.O=pc,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var d=o;return function(v){var _=this;v===void 0&&(v=l);for(var C=arguments.length,N=Array(C>1?C-1:0),O=1;O<C;O++)N[O-1]=arguments[O];return d.produce(v,function(w){var S;return(S=i).call.apply(S,[_,w].concat(N))})}}var f;if(typeof i!="function"&&ve(6),s!==void 0&&typeof s!="function"&&ve(7),_e(a)){var h=cc(o),p=ya(o,a,void 0),m=!0;try{f=i(p),m=!1}finally{m?xo(h):ha(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(v){return la(h,s),da(v,h)},function(v){throw xo(h),v}):(la(h,s),da(f,h))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===bc&&(f=void 0),o.D&&va(f,!0),s){var b=[],g=[];Le("Patches").M(a,f,b,g),s(b,g)}return f}ve(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){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(f,function(b){return a.apply(void 0,[b].concat(p))})};var s,l,d=o.produce(a,i,function(f,h){s=f,l=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(f){return[f,s,l]}):[d,s,l]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){_e(r)||ve(8),Ye(r)&&(r=Af(r));var o=cc(this),a=ya(this,r,void 0);return a[J].C=!0,ha(o),a},t.finishDraft=function(r,o){var a=r&&r[J],i=a.A;return la(i,o),da(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!pc&&ve(20),this.O=r},t.applyPatches=function(r,o){var a;for(a=o.length-1;a>=0;a--){var i=o[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(o=o.slice(a+1));var s=Le("Patches").$;return Ye(r)?s(r,o):this.produce(r,function(l){return s(l,o)})},e}(),ge=new Tf,If=ge.produce,GS=ge.produceWithPatches.bind(ge),YS=ge.setAutoFreeze.bind(ge),jS=ge.setUseProxies.bind(ge),VS=ge.applyPatches.bind(ge),KS=ge.createDraft.bind(ge),ZS=ge.finishDraft.bind(ge),Oo=If;function kt(e){"@babel/helpers - typeof";return kt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},kt(e)}function vc(e,t){if(kt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(kt(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Sc(e){var t=vc(e,"string");return kt(t)=="symbol"?t:t+""}function Oc(e,t,r){return(t=Sc(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function wc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,o)}return r}function wa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wc(Object(r),!0).forEach(function(o){Oc(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wc(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function se(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Ec=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ea=function(){return Math.random().toString(36).substring(7).split("").join(".")},wo={INIT:"@@redux/INIT"+Ea(),REPLACE:"@@redux/REPLACE"+Ea(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ea()}};function Pf(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Ca(e,t,r){var o;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(se(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(se(1));return r(Ca)(e,t)}if(typeof e!="function")throw new Error(se(2));var a=e,i=t,s=[],l=s,d=!1;function f(){l===s&&(l=s.slice())}function h(){if(d)throw new Error(se(3));return i}function p(v){if(typeof v!="function")throw new Error(se(4));if(d)throw new Error(se(5));var _=!0;return f(),l.push(v),function(){if(_){if(d)throw new Error(se(6));_=!1,f();var N=l.indexOf(v);l.splice(N,1),s=null}}}function m(v){if(!Pf(v))throw new Error(se(7));if(typeof v.type>"u")throw new Error(se(8));if(d)throw new Error(se(9));try{d=!0,i=a(i,v)}finally{d=!1}for(var _=s=l,C=0;C<_.length;C++){var N=_[C];N()}return v}function b(v){if(typeof v!="function")throw new Error(se(10));a=v,m({type:wo.REPLACE})}function g(){var v,_=p;return v={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(se(11));function O(){N.next&&N.next(h())}O();var w=_(O);return{unsubscribe:w}}},v[Ec]=function(){return this},v}return m({type:wo.INIT}),o={dispatch:m,subscribe:p,getState:h,replaceReducer:b},o[Ec]=g,o}function Df(e){Object.keys(e).forEach(function(t){var r=e[t],o=r(void 0,{type:wo.INIT});if(typeof o>"u")throw new Error(se(12));if(typeof r(void 0,{type:wo.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(se(13))})}function Cc(e){for(var t=Object.keys(e),r={},o=0;o<t.length;o++){var a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}var i=Object.keys(r),s,l;try{Df(r)}catch(d){l=d}return function(f,h){if(f===void 0&&(f={}),l)throw l;if(0)var p;for(var m=!1,b={},g=0;g<i.length;g++){var v=i[g],_=r[v],C=f[v],N=_(C,h);if(typeof N>"u"){var O=h&&h.type;throw new Error(se(14))}b[v]=N,m=m||N!==C}return m=m||i.length!==Object.keys(f).length,m?b:f}}function Xt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(o){return o}:t.length===1?t[0]:t.reduce(function(o,a){return function(){return o(a.apply(void 0,arguments))}})}function _c(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(o){return function(){var a=o.apply(void 0,arguments),i=function(){throw new Error(se(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=t.map(function(d){return d(s)});return i=Xt.apply(void 0,l)(a.dispatch),wa(wa({},a),{},{dispatch:i})}}}function Ac(e){var t=function(o){var a=o.dispatch,i=o.getState;return function(s){return function(l){return typeof l=="function"?l(a,i,e):s(l)}}};return t}var Rc=Ac();Rc.withExtraArgument=Ac;var _a=Rc;var Pc=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,a){o.__proto__=a}||function(o,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(o[i]=a[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function o(){this.constructor=t}t.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}}(),Lf=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,a,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(f){return function(h){return d([f,h])}}function d(f){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,a=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(f[0]===6&&r.label<i[1]){r.label=i[1],i=f;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(f);break}i[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],a=0}finally{o=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},Qt=function(e,t){for(var r=0,o=t.length,a=e.length;r<o;r++,a++)e[a]=t[r];return e},Mf=Object.defineProperty,Ff=Object.defineProperties,Uf=Object.getOwnPropertyDescriptors,Nc=Object.getOwnPropertySymbols,Wf=Object.prototype.hasOwnProperty,Bf=Object.prototype.propertyIsEnumerable,kc=function(e,t,r){return t in e?Mf(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},lt=function(e,t){for(var r in t||(t={}))Wf.call(t,r)&&kc(e,r,t[r]);if(Nc)for(var o=0,a=Nc(t);o<a.length;o++){var r=a[o];Bf.call(t,r)&&kc(e,r,t[r])}return e},Aa=function(e,t){return Ff(e,Uf(t))},Hf=function(e,t,r){return new Promise(function(o,a){var i=function(d){try{l(r.next(d))}catch(f){a(f)}},s=function(d){try{l(r.throw(d))}catch(f){a(f)}},l=function(d){return d.done?o(d.value):Promise.resolve(d.value).then(i,s)};l((r=r.apply(e,t)).next())})};var zf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Xt:Xt.apply(null,arguments)},pO=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function $f(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var Gf=function(e){Pc(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.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(t.bind.apply(t,Qt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Qt([void 0],r.concat(this))))},t}(Array),Yf=function(e){Pc(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.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(t.bind.apply(t,Qt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Qt([void 0],r.concat(this))))},t}(Array);function ka(e){return _e(e)?Oo(e,function(){}):e}function jf(e){return typeof e=="boolean"}function Vf(){return function(t){return Kf(t)}}function Kf(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,o=e.immutableCheck,a=o===void 0?!0:o,i=e.serializableCheck,s=i===void 0?!0:i,l=new Gf;if(r&&(jf(r)?l.push(_a):l.push(_a.withExtraArgument(r.extraArgument))),0){if(a)var d;if(s)var f}return l}var Ra=!0;function Dc(e){var t=Vf(),r=e||{},o=r.reducer,a=o===void 0?void 0:o,i=r.middleware,s=i===void 0?t():i,l=r.devTools,d=l===void 0?!0:l,f=r.preloadedState,h=f===void 0?void 0:f,p=r.enhancers,m=p===void 0?void 0:p,b;if(typeof a=="function")b=a;else if($f(a))b=Cc(a);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(t),!Ra&&!Array.isArray(g)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ra&&g.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=_c.apply(void 0,g),_=Xt;d&&(_=zf(lt({trace:!Ra},typeof d=="object"&&d)));var C=new Yf(v),N=C;Array.isArray(m)?N=Qt([v],m):typeof m=="function"&&(N=m(C));var O=_.apply(void 0,N);return Ca(b,h,O)}function dt(e,t){function r(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];if(t){var i=t.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return lt(lt({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:o[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(o){return o.type===e},r}function Lc(e){var t={},r=[],o,a={addCase:function(i,s){var l=typeof i=="string"?i:i.type;if(l in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[l]=s,a},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return o=i,a}};return e(a),[t,r,o]}function Zf(e){return typeof e=="function"}function qf(e,t,r,o){r===void 0&&(r=[]);var a=typeof t=="function"?Lc(t):[t,r,o],i=a[0],s=a[1],l=a[2],d;if(Zf(e))d=function(){return ka(e())};else{var f=ka(e);d=function(){return f}}function h(p,m){p===void 0&&(p=d());var b=Qt([i[m.type]],s.filter(function(g){var v=g.matcher;return v(m)}).map(function(g){var v=g.reducer;return v}));return b.filter(function(g){return!!g}).length===0&&(b=[l]),b.reduce(function(g,v){if(v)if(Ye(g)){var _=g,C=v(_,m);return C===void 0?g:C}else{if(_e(g))return Oo(g,function(N){return v(N,m)});var C=v(g,m);if(C===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return C}return g},p)}return h.getInitialState=d,h}function Jf(e,t){return e+"/"+t}function Mc(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ka(e.initialState),o=e.reducers||{},a=Object.keys(o),i={},s={},l={};a.forEach(function(h){var p=o[h],m=Jf(t,h),b,g;"reducer"in p?(b=p.reducer,g=p.prepare):b=p,i[h]=b,s[m]=b,l[h]=g?dt(m,g):dt(m)});function d(){var h=typeof e.extraReducers=="function"?Lc(e.extraReducers):[e.extraReducers],p=h[0],m=p===void 0?{}:p,b=h[1],g=b===void 0?[]:b,v=h[2],_=v===void 0?void 0:v,C=lt(lt({},m),s);return qf(r,function(N){for(var O in C)N.addCase(O,C[O]);for(var w=0,S=g;w<S.length;w++){var I=S[w];N.addMatcher(I.matcher,I.reducer)}_&&N.addDefaultCase(_)})}var f;return{name:t,reducer:function(h,p){return f||(f=d()),f(h,p)},actions:l,caseReducers:i,getInitialState:function(){return f||(f=d()),f.getInitialState()}}}var Xf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Qf=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Xf[Math.random()*64|0];return t},ep=["name","message","stack","code"],Na=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Tc=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),tp=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,o=ep;r<o.length;r++){var a=o[r];typeof e[a]=="string"&&(t[a]=e[a])}return t}return{message:String(e)}},gO=function(){function e(t,r,o){var a=dt(t+"/fulfilled",function(h,p,m,b){return{payload:h,meta:Aa(lt({},b||{}),{arg:m,requestId:p,requestStatus:"fulfilled"})}}),i=dt(t+"/pending",function(h,p,m){return{payload:void 0,meta:Aa(lt({},m||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),s=dt(t+"/rejected",function(h,p,m,b,g){return{payload:b,error:(o&&o.serializeError||tp)(h||"Rejected"),meta:Aa(lt({},g||{}),{arg:m,requestId:p,rejectedWithValue:!!b,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,d=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 f(h){return function(p,m,b){var g=o?.idGenerator?o.idGenerator(h):Qf(),v=new d,_,C=!1;function N(w){_=w,v.abort()}var O=function(){return Hf(this,null,function(){var w,S,I,D,M,B,k;return Lf(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,,5]),D=(w=o?.condition)==null?void 0:w.call(o,h,{getState:m,extra:b}),op(D)?[4,D]:[3,2];case 1:D=y.sent(),y.label=2;case 2:if(D===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return C=!0,M=new Promise(function(x,T){return v.signal.addEventListener("abort",function(){return T({name:"AbortError",message:_||"Aborted"})})}),p(i(g,h,(S=o?.getPendingMeta)==null?void 0:S.call(o,{requestId:g,arg:h},{getState:m,extra:b}))),[4,Promise.race([M,Promise.resolve(r(h,{dispatch:p,getState:m,extra:b,requestId:g,signal:v.signal,abort:N,rejectWithValue:function(x,T){return new Na(x,T)},fulfillWithValue:function(x,T){return new Tc(x,T)}})).then(function(x){if(x instanceof Na)throw x;return x instanceof Tc?a(x.payload,g,h,x.meta):a(x,g,h)})])];case 3:return I=y.sent(),[3,5];case 4:return B=y.sent(),I=B instanceof Na?s(null,g,h,B.payload,B.meta):s(B,g,h),[3,5];case 5:return k=o&&!o.dispatchConditionRejection&&s.match(I)&&I.meta.condition,k||p(I),[2,I]}})})}();return Object.assign(O,{abort:N,requestId:g,arg:h,unwrap:function(){return O.then(rp)}})}}return Object.assign(f,{pending:i,rejected:s,fulfilled:a,typePrefix:t})}return e.withTypes=function(){return e},e}();function rp(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function op(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Fc="listener",Uc="completed",Wc="cancelled",bO="task-"+Wc,xO="task-"+Uc,vO=Fc+"-"+Wc,SO=Fc+"-"+Uc;var Ta="listenerMiddleware";var OO=dt(Ta+"/add"),wO=dt(Ta+"/removeAll"),EO=dt(Ta+"/remove");var Ic,CO=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Ic||(Ic=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},np=function(e){return function(t){setTimeout(t,e)}},_O=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:np(10);gc();window.ftReduxStores||(window.ftReduxStores={});var Ia=class e extends St{static get(t){var r;let o=typeof t=="string"?t:t.name,a=typeof t=="string"?void 0:t,i=window.ftReduxStores[o];if(At(i))return i;if(a==null)return;let s=Mc({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),l=Dc({reducer:(d,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...f.overwrites}:s.reducer(d,f)});return window.ftReduxStores[a.name]=new e(s,l,a.eventBus)}constructor(t,r,o){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Lr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,l)=>{let d=s,f=i[d];return f?(...h)=>{let p=f(...h.map(a));return this.reduxStore.dispatch(p),p}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=o??this.eventBus}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()}};function ap(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))At(t)&&t.clear()}var Eo=class{constructor(t,r,o){this.store=t,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let t=this.store.getState(),r=this.valueSelector(t);Ot(this.lastValue,r)&&(this.callback(r,t),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function ip(e,t,r){return new Eo(e,t,r).watch()}var Ma={};G(Ma,{scrollHelper:()=>sp});var Da,Co=new Map,La=class{lock(t,r){if(r){let o=Co.get(r);if(o==null||o===t)return Co.set(r,t),r}}release(t,r){r&&Co.get(r)===t&&Co.delete(r)}findFirstScrollableParent(t){var r;let o,a;for(let i of kn(t)){let s=i,l=this.elementCanScroll(s);if(l&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else l&&a==null&&(a=s)}return(r=o??a)!==null&&r!==void 0?r:document.body}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)}catch{return!1}}getAbsoluteScrollOffset(t,r){var o,a;let i=0;for(;r&&r.offsetParent!==t.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-t.offsetTop}computeTopOffsetRatio(t,r){if(typeof t=="number")return t;switch(t){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(t,r){let o=this.findFirstScrollableParent(t);if(t&&this.lock(this,o)){let a=this.getAbsoluteScrollOffset(o,t),i=a-o.clientHeight+t.clientHeight,s=a,l=Er(0,(s-o.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(r?.position,l)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",t,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(Da=window.FluidTopicsScrollHelper)!==null&&Da!==void 0?Da:new La;var sp=window.FluidTopicsScrollHelper;var Ua={};G(Ua,{SearchPlaceConverter:()=>Ro,SearchPlaceQueryParams:()=>Y,isSearchPlaceQueryParams:()=>ml,serializeRequest:()=>dp});var cp=Cd(Hc(),1);var zc;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(zc||(zc={}));var $c;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})($c||($c={}));var Gc;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.MAP_ATTACHMENT="MAP_ATTACHMENT",e.RESOURCE="RESOURCE"})(Gc||(Gc={}));var Yc;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.MAP_ATTACHMENT="MAP_ATTACHMENT",e.RESOURCE="RESOURCE"})(Yc||(Yc={}));var jc;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(jc||(jc={}));var Vc;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Vc||(Vc={}));var Kc;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",e.GEN_AI__RATE="GEN_AI__RATE",e.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",e.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__DISPLAY="TOPIC__DISPLAY",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(Kc||(Kc={}));var Zc;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(Zc||(Zc={}));var qc;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT"})(qc||(qc={}));var Jc;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Jc||(Jc={}));var Xc;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Xc||(Xc={}));var Qc;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Qc||(Qc={}));var el;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(el||(el={}));var tl;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(tl||(tl={}));var rl;(function(e){e.ASC="ASC",e.DESC="DESC"})(rl||(rl={}));var ol;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(ol||(ol={}));var Fa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Fa||(Fa={}));var dl=e=>Object.keys(Fa).includes(e);var nl;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK"})(nl||(nl={}));var al;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(al||(al={}));var il;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK"})(il||(il={}));var tr;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(tr||(tr={}));var ul=e=>Object.keys(tr).includes(e);var sl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC"})(sl||(sl={}));var cl;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(cl||(cl={}));var ae;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(ae||(ae={}));var ll;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(ll||(ll={}));var fl;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(fl||(fl={}));var pl;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(pl||(pl={}));var hl;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(hl||(hl={}));var VO={[ae.PERSONAL_BOOK_SHARE_USER]:[ae.PERSONAL_BOOK_USER],[ae.HTML_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.PDF_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.KHUB_ADMIN]:[ae.CONTENT_PUBLISHER],[ae.ADMIN]:[ae.KHUB_ADMIN,ae.USERS_ADMIN,ae.PORTAL_ADMIN],[ae.GENERATIVE_AI_EXPORT_USER]:[ae.GENERATIVE_AI_USER]};function lp(e){return`"${e}"`}function yl(e){return e.startsWith('"')&&e.endsWith('"')?e.replace(/(^"+)|("+$)/g,""):e}function dp(e,t){return new Ro(e).serialize(t)}var Y;(function(e){e.LOCALE="content-lang",e.QUERY="query",e.SCOPE="scope",e.FILTERS="filters",e.VIRTUAL_FIELD="virtual-field",e.PERIOD="period",e.VALUE_FILTERS="value-filters",e.DATE_FILTERS="date-filters",e.RANGE_FILTERS="range-filters",e.SORT="sort",e.PER_PAGE="per-page"})(Y||(Y={}));var up=new Set(Object.values(Y));function ml(e){return up.has(e)}var Ro=class{constructor(t,r={},o=20,a=!1,i="en-US"){this.baseUrl=t,this.predefinedSorts=r,this.defaultPerPage=o,this.allLanguagesAllowed=a,this.defaultContentLocale=i,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(t,r){return this.serializeToCurrentPageIfPossible(t,r??"/search")}serializeToCurrentPageIfPossible(t,r){let o=r==null||r.trim().length===0,a=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(t),a.toString()}toURLSearchParams(t,r=!1){var o,a,i,s,l,d,f,h,p,m,b,g;let v=new URLSearchParams;t.contentLocale?(!r||t.contentLocale!==this.defaultContentLocale)&&v.append(Y.LOCALE,t.contentLocale):v.append(Y.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=t.query)===null||o===void 0?void 0:o.length)>0&&v.append(Y.QUERY,t.query);let _=(i=(a=t.metadataFilters)===null||a===void 0?void 0:a.filter(S=>S.valueFilter&&!S.valueFilter.negative))!==null&&i!==void 0?i:[];if(_.length>0){let S=_.map(I=>{var D,M;let B=((M=(D=I.valueFilter)===null||D===void 0?void 0:D.values)!==null&&M!==void 0?M:[]).map(k=>this.escapeFilters(k)).map(k=>lp(yl(k))).join("_");return`${I.key}~${B}`}).join("*");v.append(Y.VALUE_FILTERS,S)}let C=(l=(s=t.metadataFilters)===null||s===void 0?void 0:s.filter(S=>S.dateFilter))!==null&&l!==void 0?l:[];if(C.length>0){let S=C.map(I=>{var D;return`${I.key}~${(D=I.dateFilter)===null||D===void 0?void 0:D.type.toLowerCase()}`}).join("*");v.append(Y.DATE_FILTERS,S)}let N=(f=(d=t.metadataFilters)===null||d===void 0?void 0:d.filter(S=>S.rangeFilter))!==null&&f!==void 0?f:[];if(N.length>0){let S=N.map(I=>{var D,M;return`${I.key}~${(D=I.rangeFilter)===null||D===void 0?void 0:D.from}_${(M=I.rangeFilter)===null||M===void 0?void 0:M.to}`}).join("*");v.append(Y.RANGE_FILTERS,S)}t.virtualField&&t.virtualField!=="EVERYWHERE"&&v.append(Y.VIRTUAL_FIELD,t.virtualField.toLowerCase()),t.scope&&t.scope!=="DEFAULT"&&v.append(Y.SCOPE,t.scope.toLowerCase()),((h=t.sort)===null||h===void 0?void 0:h.length)>0&&t.sort[0].key==="ft:lastEdition"&&v.append(Y.SORT,"last_update"),!((p=t.paging)===null||p===void 0)&&p.perPage&&((b=(m=t.paging)===null||m===void 0?void 0:m.perPage)!==null&&b!==void 0?b:this.defaultPerPage)!=this.defaultPerPage&&v.append(Y.PER_PAGE,String(t.paging.perPage));let O=(g=t.otherQueryParams)!==null&&g!==void 0?g:{};for(let S in O)v.append(S,O[S]);let w=new Array;return v.forEach((S,I)=>{w.push(this.encodeQueryString(I)+"="+this.encodeQueryString(S))}),encodeURI(w.join("&")).replace(/#/g,"%23")}encodeQueryString(t){return encodeURIComponent(t).replace(/%20/g,"+")}parse(t){var r;let o=t.split("?"),a=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(t){var r,o,a,i,s,l,d,f;try{t=decodeURI(t).replace(/%23/g,"#")}catch(C){console.warn("Could not decode search request query params, fallback on raw value",C)}let h=new URLSearchParams(t),p=h.get(Y.LOCALE)==="all"?void 0:h.get(Y.LOCALE),m=((r=h.get(Y.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),b=((o=h.get(Y.SORT))!==null&&o!==void 0?o:"DEFAULT").toUpperCase(),g=(a=h.get(Y.SCOPE))!==null&&a!==void 0?a:"default",v=+((i=h.get(Y.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),_={};for(let C of h.keys())ml(C)||(_[C]=h.get(C));return{contentLocale:p??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=h.get(Y.QUERY))!==null&&s!==void 0?s:"",scope:(l=this.scopeMapping[g])!==null&&l!==void 0?l:"DEFAULT",virtualField:dl(m)?m:"EVERYWHERE",sort:(f=(d=this.predefinedSorts[b])!==null&&d!==void 0?d:this.predefinedSorts.DEFAULT)!==null&&f!==void 0?f:[],metadataFilters:this.parseCompatFilters(h),facets:[],paging:{page:1,perPage:Er(1,isNaN(v)?this.defaultPerPage:v,1e3)},otherQueryParams:_}}parseCompatFilters(t){var r,o,a,i,s,l;let d=[];return t.has(Y.FILTERS)&&(d=this.parseValueFilters((r=t.get(Y.FILTERS))!==null&&r!==void 0?r:"")),(o=t.has(Y.PERIOD))!==null&&o!==void 0&&o&&(d=[...d,...this.parseLegacyPeriodFilter(((a=t.get(Y.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=t.get(Y.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=t.get(Y.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((l=t.get(Y.RANGE_FILTERS))!==null&&l!==void 0?l:"")]}splitUnknownFilter(t){return this.superEscapeFilters(t).split("*").map(r=>r.split("~"))}parseValueFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(yl).map(o=>this.unescapeFilterValue(o)),negative:!1}}))}parseDateFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],dateFilter:{type:tr[r[1].toUpperCase()]}}))}parseRangeFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replaceAll(r,o);return t}superEscapeFilters(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replaceAll(o,a);return t}unescapeFilterValue(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replace(a,r);return t}parseLegacyPeriodFilter(t){if(ul(t))return[{key:"ft:lastEdition",dateFilter:{type:tr[t]}}];if(t.startsWith("CUSTOM_")){let[r,o,a]=t.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:a}}]}return[]}};var Ba={};G(Ba,{toFtFormComponent:()=>fp});var Wa=Symbol("elementInternals");function fp(e){class t extends e{static get formAssociated(){return!0}get form(){return this[Wa].form}constructor(...o){super(o),this[Wa]=this.attachInternals()}setFormValue(o){this[Wa].setFormValue(o)}}return t}var za={};G(za,{DateFormatter:()=>Ha});var Ha=class{static format(t,r,o,a){return window.moment?window.moment(t).locale(r).format(this.getDateFormat(o,a)):t}static getDateFormat(t,r){return t?r?"lll":"ll":r?"L LT":"L"}};var Ga={};G(Ga,{ALL_KEYS_VALUE:()=>$a,SameWindowStorageEvent:()=>rr});var $a="__all__",rr=class extends CustomEvent{constructor(t,r,o){super("same-window-storage",{detail:{key:t,oldValue:r,newValue:o}})}keyMatch(t){return this.detail.key.includes(t)||this.detail.key==$a}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new rr(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new rr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(e,t,r){Reflect.apply(e,t,r),window.dispatchEvent(new rr($a))}});var ja={};G(ja,{FocusMainContentEvent:()=>Ya});var Ya=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var gl={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1};function pp(e){(e.key==="Enter"||e.key===" "||e.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0)}function hp(e){window.FluidTopicsA11yHints.isKeyboardNavigation=e.detail==0}document.addEventListener("keydown",pp);document.addEventListener("click",hp);var bl=te`
|
|
48
|
+
`;var nc={};var sa={};G(sa,{ParametrizedLabelResolver:()=>ia});var ia=class e{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var o,a;t=this.resolvePluralKey(t,r);let i=(a=(o=this.labels[t])!==null&&o!==void 0?o:this.defaultLabels[t])!==null&&a!==void 0?a:"";return e.replaceParameters(i,...r)}static replaceParameters(t,...r){return r.forEach((o,a)=>t=t.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>e.formatValue(o,s))),t}resolvePluralKey(t,r){for(let o of r)if(typeof o=="number"){let a=`${String(t)}[\\=${o}]`;if(a in this.labels||a in this.defaultLabels)return a}return t}static formatValue(t,r){return t instanceof Date?e.formatDate(t,r):t??""}static formatDate(t,r){let o=a=>r?.includes("date")?t.toLocaleDateString(a):r?.includes("time")?t.toLocaleTimeString(a):t.toLocaleString(a);try{return o(document.documentElement.lang)}catch{return o()}}};var Pa={};G(Pa,{FtCommandQueue:()=>Dr,FtLitElementRedux:()=>ca,FtReduxStore:()=>Ia,ReduxWatcher:()=>wo,clearAllStores:()=>op,isFtReduxStore:()=>Vt,redux:()=>xf,reduxEventListener:()=>vf,reduxReactive:()=>bf,watch:()=>np,withRedux:()=>ac});var bf=()=>(e,t)=>{var r;let o=e.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(t)},xf=e=>{let t=e??{};return(r,o)=>{var a;let i={hasChanged:Ot,attribute:!1,...t};V(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(a=t.selector)!==null&&a!==void 0?a:l=>l[o],store:t.store})}},vf=e=>(t,r)=>{let o=t.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,e)};var Dr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(o=>o.type===t);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};function Vt(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Lr=Symbol("internalReduxEventsUnsubscribers"),it=Symbol("internalStoresUnsubscribers"),At=Symbol("internalStores");function ac(e){var t,r,o;class a extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[o]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(l=>s.has(l))&&this.updateFromStores()}getUnnamedStore(){if(this[At].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[At].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[At].get(s)}addStore(s,l){var d;l=(d=l??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(l),this[At].set(l,s),this.subscribeToStore(l,s),this.updateFromStores()}removeStore(s){let l=typeof s=="string"?s:s.name;this.unsubscribeFromStore(l),this[At].delete(l)}setupStores(){this.unsubscribeFromStores(),this[At].forEach((s,l)=>this.subscribeToStore(l,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,l)=>{let d=this.constructor.getPropertyOptions(l);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:l)){let f=this.getStore(s.store);f&&(s.store?this[it].has(s.store):this[it].size>0)&&(this[l]=s.selector(f.getState(),this))}})}subscribeToStore(s,l){var d;this[it].set(s,l.subscribe(()=>this.updateFromStores())),this[Lr].set(s,[]),Vt(l)&&l.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((f,h)=>{if(typeof this[h]=="function"&&(!f.store||l.name===f.store)){let p=m=>this[h](m);l.addEventListener(f.eventName,p),this[Lr].get(s).push(()=>l.removeEventListener(f.eventName,p))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[it].forEach((s,l)=>this.unsubscribeFromStore(l))}unsubscribeFromStore(s){var l;this[it].has(s)&&this[it].get(s)(),this[it].delete(s),(l=this[Lr].get(s))===null||l===void 0||l.forEach(d=>d()),this[Lr].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=it,r=At,o=Lr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}var ca=class extends ac(he){};function ve(e){for(var t=arguments.length,r=Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ye(e){return!!e&&!!e[J]}function _e(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var a=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Rf}(e)||Array.isArray(e)||!!e[fc]||!!(!((t=e.constructor)===null||t===void 0)&&t[fc])||ga(e)||ba(e))}function Rt(e,t,r){r===void 0&&(r=!1),qt(e)===0?(r?Object.keys:Zt)(e).forEach(function(o){r&&typeof o=="symbol"||t(o,e[o],e)}):e.forEach(function(o,a){return t(a,o,e)})}function qt(e){var t=e[J];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:ga(e)?2:ba(e)?3:0}function Kt(e,t){return qt(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Sf(e,t){return qt(e)===2?e.get(t):e[t]}function pc(e,t,r){var o=qt(e);o===2?e.set(t,r):o===3?e.add(r):e[t]=r}function hc(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function ga(e){return _f&&e instanceof Map}function ba(e){return Af&&e instanceof Set}function st(e){return e.o||e.t}function xa(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=gc(e);delete t[J];for(var r=Zt(t),o=0;o<r.length;o++){var a=r[o],i=t[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function va(e,t){return t===void 0&&(t=!1),Sa(e)||Ye(e)||!_e(e)||(qt(e)>1&&(e.set=e.add=e.clear=e.delete=Of),Object.freeze(e),t&&Rt(e,function(r,o){return va(o,!0)},!0)),e}function Of(){ve(2)}function Sa(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Le(e){var t=ma[e];return t||ve(18,e),t}function wf(e,t){ma[e]||(ma[e]=t)}function pa(){return Fr}function la(e,t){t&&(Le("Patches"),e.u=[],e.s=[],e.v=t)}function bo(e){ha(e),e.p.forEach(Ef),e.p=null}function ha(e){e===Fr&&(Fr=e.l)}function ic(e){return Fr={p:[],l:Fr,h:e,m:!0,_:0}}function Ef(e){var t=e[J];t.i===0||t.i===1?t.j():t.g=!0}function da(e,t){t._=t.p.length;var r=t.p[0],o=e!==void 0&&e!==r;return t.h.O||Le("ES5").S(t,e,o),o?(r[J].P&&(bo(t),ve(4)),_e(e)&&(e=xo(t,e),t.l||vo(t,e)),t.u&&Le("Patches").M(r[J].t,e,t.u,t.s)):e=xo(t,r,[]),bo(t),t.u&&t.v(t.u,t.s),e!==mc?e:void 0}function xo(e,t,r){if(Sa(t))return t;var o=t[J];if(!o)return Rt(t,function(l,d){return sc(e,o,t,l,d,r)},!0),t;if(o.A!==e)return t;if(!o.P)return vo(e,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var a=o.i===4||o.i===5?o.o=xa(o.k):o.o,i=a,s=!1;o.i===3&&(i=new Set(a),a.clear(),s=!0),Rt(i,function(l,d){return sc(e,o,a,l,d,r,s)}),vo(e,a,!1),r&&e.u&&Le("Patches").N(o,r,e.u,e.s)}return o.o}function sc(e,t,r,o,a,i,s){if(Ye(a)){var l=xo(e,a,i&&t&&t.i!==3&&!Kt(t.R,o)?i.concat(o):void 0);if(pc(r,o,l),!Ye(l))return;e.m=!1}else s&&r.add(a);if(_e(a)&&!Sa(a)){if(!e.h.D&&e._<1)return;xo(e,a),t&&t.A.l||vo(e,a)}}function vo(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&va(t,r)}function ua(e,t){var r=e[J];return(r?st(r):e)[t]}function cc(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}function ct(e){e.P||(e.P=!0,e.l&&ct(e.l))}function fa(e){e.o||(e.o=xa(e.t))}function ya(e,t,r){var o=ga(t)?Le("MapSet").F(t,r):ba(t)?Le("MapSet").T(t,r):e.O?function(a,i){var s=Array.isArray(a),l={i:s?1:0,A:i?i.A:pa(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=l,f=Ur;s&&(d=[l],f=Mr);var h=Proxy.revocable(d,f),p=h.revoke,m=h.proxy;return l.k=m,l.j=p,m}(t,r):Le("ES5").J(t,r);return(r?r.A:pa()).p.push(o),o}function Cf(e){return Ye(e)||ve(22,e),function t(r){if(!_e(r))return r;var o,a=r[J],i=qt(r);if(a){if(!a.P&&(a.i<4||!Le("ES5").K(a)))return a.t;a.I=!0,o=lc(r,i),a.I=!1}else o=lc(r,i);return Rt(o,function(s,l){a&&Sf(a.t,s)===l||pc(o,s,t(l))}),i===3?new Set(o):o}(e)}function lc(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return xa(e)}function yc(){function e(s,l){var d=i[s];return d?d.enumerable=l:i[s]=d={configurable:!0,enumerable:l,get:function(){var f=this[J];return Ur.get(f,s)},set:function(f){var h=this[J];Ur.set(h,s,f)}},d}function t(s){for(var l=s.length-1;l>=0;l--){var d=s[l][J];if(!d.P)switch(d.i){case 5:o(d)&&ct(d);break;case 4:r(d)&&ct(d)}}}function r(s){for(var l=s.t,d=s.k,f=Zt(d),h=f.length-1;h>=0;h--){var p=f[h];if(p!==J){var m=l[p];if(m===void 0&&!Kt(l,p))return!0;var b=d[p],g=b&&b[J];if(g?g.t!==m:!hc(b,m))return!0}}var v=!!l[J];return f.length!==Zt(l).length+(v?0:1)}function o(s){var l=s.k;if(l.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(l,l.length-1);if(d&&!d.get)return!0;for(var f=0;f<l.length;f++)if(!l.hasOwnProperty(f))return!0;return!1}function a(s){s.g&&ve(3,JSON.stringify(st(s)))}var i={};wf("ES5",{J:function(s,l){var d=Array.isArray(s),f=function(p,m){if(p){for(var b=Array(m.length),g=0;g<m.length;g++)Object.defineProperty(b,""+g,e(g,!0));return b}var v=gc(m);delete v[J];for(var _=Zt(v),C=0;C<_.length;C++){var N=_[C];v[N]=e(N,p||!!v[N].enumerable)}return Object.create(Object.getPrototypeOf(m),v)}(d,s),h={i:d?5:4,A:l?l.A:pa(),P:!1,I:!1,R:{},l,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,J,{value:h,writable:!0}),f},S:function(s,l,d){d?Ye(l)&&l[J].A===s&&t(s.p):(s.u&&function f(h){if(h&&typeof h=="object"){var p=h[J];if(p){var m=p.t,b=p.k,g=p.R,v=p.i;if(v===4)Rt(b,function(w){w!==J&&(m[w]!==void 0||Kt(m,w)?g[w]||f(b[w]):(g[w]=!0,ct(p)))}),Rt(m,function(w){b[w]!==void 0||Kt(b,w)||(g[w]=!1,ct(p))});else if(v===5){if(o(p)&&(ct(p),g.length=!0),b.length<m.length)for(var _=b.length;_<m.length;_++)g[_]=!1;else for(var C=m.length;C<b.length;C++)g[C]=!0;for(var N=Math.min(b.length,m.length),O=0;O<N;O++)b.hasOwnProperty(O)||(g[O]=!0),g[O]===void 0&&f(b[O])}}}}(s.p[0]),t(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var dc,Fr,Oa=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",_f=typeof Map<"u",Af=typeof Set<"u",uc=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",mc=Oa?Symbol.for("immer-nothing"):((dc={})["immer-nothing"]=!0,dc),fc=Oa?Symbol.for("immer-draftable"):"__$immer_draftable",J=Oa?Symbol.for("immer-state"):"__$immer_state";var Rf=""+Object.prototype.constructor,Zt=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,gc=Object.getOwnPropertyDescriptors||function(e){var t={};return Zt(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},ma={},Ur={get:function(e,t){if(t===J)return e;var r=st(e);if(!Kt(r,t))return function(a,i,s){var l,d=cc(i,s);return d?"value"in d?d.value:(l=d.get)===null||l===void 0?void 0:l.call(a.k):void 0}(e,r,t);var o=r[t];return e.I||!_e(o)?o:o===ua(e.t,t)?(fa(e),e.o[t]=ya(e.A.h,o,e)):o},has:function(e,t){return t in st(e)},ownKeys:function(e){return Reflect.ownKeys(st(e))},set:function(e,t,r){var o=cc(st(e),t);if(o?.set)return o.set.call(e.k,r),!0;if(!e.P){var a=ua(st(e),t),i=a?.[J];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(hc(r,a)&&(r!==void 0||Kt(e.t,t)))return!0;fa(e),ct(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ua(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,fa(e),ct(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=st(e),o=Reflect.getOwnPropertyDescriptor(r,t);return o&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:o.enumerable,value:r[t]}},defineProperty:function(){ve(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){ve(12)}},Mr={};Rt(Ur,function(e,t){Mr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Mr.deleteProperty=function(e,t){return Mr.set.call(this,e,t,void 0)},Mr.set=function(e,t,r){return Ur.set.call(this,e[0],t,r,e[0])};var Nf=function(){function e(r){var o=this;this.O=uc,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var l=i;i=a;var d=o;return function(v){var _=this;v===void 0&&(v=l);for(var C=arguments.length,N=Array(C>1?C-1:0),O=1;O<C;O++)N[O-1]=arguments[O];return d.produce(v,function(w){var S;return(S=i).call.apply(S,[_,w].concat(N))})}}var f;if(typeof i!="function"&&ve(6),s!==void 0&&typeof s!="function"&&ve(7),_e(a)){var h=ic(o),p=ya(o,a,void 0),m=!0;try{f=i(p),m=!1}finally{m?bo(h):ha(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(v){return la(h,s),da(v,h)},function(v){throw bo(h),v}):(la(h,s),da(f,h))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===mc&&(f=void 0),o.D&&va(f,!0),s){var b=[],g=[];Le("Patches").M(a,f,b,g),s(b,g)}return f}ve(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){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(f,function(b){return a.apply(void 0,[b].concat(p))})};var s,l,d=o.produce(a,i,function(f,h){s=f,l=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(f){return[f,s,l]}):[d,s,l]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){_e(r)||ve(8),Ye(r)&&(r=Cf(r));var o=ic(this),a=ya(this,r,void 0);return a[J].C=!0,ha(o),a},t.finishDraft=function(r,o){var a=r&&r[J],i=a.A;return la(i,o),da(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!uc&&ve(20),this.O=r},t.applyPatches=function(r,o){var a;for(a=o.length-1;a>=0;a--){var i=o[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(o=o.slice(a+1));var s=Le("Patches").$;return Ye(r)?s(r,o):this.produce(r,function(l){return s(l,o)})},e}(),ge=new Nf,kf=ge.produce,zS=ge.produceWithPatches.bind(ge),$S=ge.setAutoFreeze.bind(ge),GS=ge.setUseProxies.bind(ge),YS=ge.applyPatches.bind(ge),jS=ge.createDraft.bind(ge),VS=ge.finishDraft.bind(ge),So=kf;function Nt(e){"@babel/helpers - typeof";return Nt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Nt(e)}function bc(e,t){if(Nt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(Nt(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function xc(e){var t=bc(e,"string");return Nt(t)=="symbol"?t:t+""}function vc(e,t,r){return(t=xc(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Sc(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,o)}return r}function wa(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Sc(Object(r),!0).forEach(function(o){vc(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Sc(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function se(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Oc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ea=function(){return Math.random().toString(36).substring(7).split("").join(".")},Oo={INIT:"@@redux/INIT"+Ea(),REPLACE:"@@redux/REPLACE"+Ea(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ea()}};function Tf(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Ca(e,t,r){var o;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(se(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(se(1));return r(Ca)(e,t)}if(typeof e!="function")throw new Error(se(2));var a=e,i=t,s=[],l=s,d=!1;function f(){l===s&&(l=s.slice())}function h(){if(d)throw new Error(se(3));return i}function p(v){if(typeof v!="function")throw new Error(se(4));if(d)throw new Error(se(5));var _=!0;return f(),l.push(v),function(){if(_){if(d)throw new Error(se(6));_=!1,f();var N=l.indexOf(v);l.splice(N,1),s=null}}}function m(v){if(!Tf(v))throw new Error(se(7));if(typeof v.type>"u")throw new Error(se(8));if(d)throw new Error(se(9));try{d=!0,i=a(i,v)}finally{d=!1}for(var _=s=l,C=0;C<_.length;C++){var N=_[C];N()}return v}function b(v){if(typeof v!="function")throw new Error(se(10));a=v,m({type:Oo.REPLACE})}function g(){var v,_=p;return v={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(se(11));function O(){N.next&&N.next(h())}O();var w=_(O);return{unsubscribe:w}}},v[Oc]=function(){return this},v}return m({type:Oo.INIT}),o={dispatch:m,subscribe:p,getState:h,replaceReducer:b},o[Oc]=g,o}function If(e){Object.keys(e).forEach(function(t){var r=e[t],o=r(void 0,{type:Oo.INIT});if(typeof o>"u")throw new Error(se(12));if(typeof r(void 0,{type:Oo.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(se(13))})}function wc(e){for(var t=Object.keys(e),r={},o=0;o<t.length;o++){var a=t[o];typeof e[a]=="function"&&(r[a]=e[a])}var i=Object.keys(r),s,l;try{If(r)}catch(d){l=d}return function(f,h){if(f===void 0&&(f={}),l)throw l;if(0)var p;for(var m=!1,b={},g=0;g<i.length;g++){var v=i[g],_=r[v],C=f[v],N=_(C,h);if(typeof N>"u"){var O=h&&h.type;throw new Error(se(14))}b[v]=N,m=m||N!==C}return m=m||i.length!==Object.keys(f).length,m?b:f}}function Jt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(o){return o}:t.length===1?t[0]:t.reduce(function(o,a){return function(){return o(a.apply(void 0,arguments))}})}function Ec(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(o){return function(){var a=o.apply(void 0,arguments),i=function(){throw new Error(se(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},l=t.map(function(d){return d(s)});return i=Jt.apply(void 0,l)(a.dispatch),wa(wa({},a),{},{dispatch:i})}}}function Cc(e){var t=function(o){var a=o.dispatch,i=o.getState;return function(s){return function(l){return typeof l=="function"?l(a,i,e):s(l)}}};return t}var _c=Cc();_c.withExtraArgument=Cc;var _a=_c;var Tc=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,a){o.__proto__=a}||function(o,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(o[i]=a[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function o(){this.constructor=t}t.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}}(),Pf=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,a,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(f){return function(h){return d([f,h])}}function d(f){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,a=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(f[0]===6&&r.label<i[1]){r.label=i[1],i=f;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(f);break}i[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],a=0}finally{o=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},Xt=function(e,t){for(var r=0,o=t.length,a=e.length;r<o;r++,a++)e[a]=t[r];return e},Df=Object.defineProperty,Lf=Object.defineProperties,Mf=Object.getOwnPropertyDescriptors,Ac=Object.getOwnPropertySymbols,Ff=Object.prototype.hasOwnProperty,Uf=Object.prototype.propertyIsEnumerable,Rc=function(e,t,r){return t in e?Df(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},lt=function(e,t){for(var r in t||(t={}))Ff.call(t,r)&&Rc(e,r,t[r]);if(Ac)for(var o=0,a=Ac(t);o<a.length;o++){var r=a[o];Uf.call(t,r)&&Rc(e,r,t[r])}return e},Aa=function(e,t){return Lf(e,Mf(t))},Wf=function(e,t,r){return new Promise(function(o,a){var i=function(d){try{l(r.next(d))}catch(f){a(f)}},s=function(d){try{l(r.throw(d))}catch(f){a(f)}},l=function(d){return d.done?o(d.value):Promise.resolve(d.value).then(i,s)};l((r=r.apply(e,t)).next())})};var Bf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Jt:Jt.apply(null,arguments)},uO=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Hf(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var zf=function(e){Tc(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.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(t.bind.apply(t,Xt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Xt([void 0],r.concat(this))))},t}(Array),$f=function(e){Tc(t,e);function t(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return e.prototype.concat.apply(this,r)},t.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(t.bind.apply(t,Xt([void 0],r[0].concat(this)))):new(t.bind.apply(t,Xt([void 0],r.concat(this))))},t}(Array);function ka(e){return _e(e)?So(e,function(){}):e}function Gf(e){return typeof e=="boolean"}function Yf(){return function(t){return jf(t)}}function jf(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,o=e.immutableCheck,a=o===void 0?!0:o,i=e.serializableCheck,s=i===void 0?!0:i,l=new zf;if(r&&(Gf(r)?l.push(_a):l.push(_a.withExtraArgument(r.extraArgument))),0){if(a)var d;if(s)var f}return l}var Ra=!0;function Ic(e){var t=Yf(),r=e||{},o=r.reducer,a=o===void 0?void 0:o,i=r.middleware,s=i===void 0?t():i,l=r.devTools,d=l===void 0?!0:l,f=r.preloadedState,h=f===void 0?void 0:f,p=r.enhancers,m=p===void 0?void 0:p,b;if(typeof a=="function")b=a;else if(Hf(a))b=wc(a);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(t),!Ra&&!Array.isArray(g)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ra&&g.some(function(w){return typeof w!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=Ec.apply(void 0,g),_=Jt;d&&(_=Bf(lt({trace:!Ra},typeof d=="object"&&d)));var C=new $f(v),N=C;Array.isArray(m)?N=Xt([v],m):typeof m=="function"&&(N=m(C));var O=_.apply(void 0,N);return Ca(b,h,O)}function dt(e,t){function r(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];if(t){var i=t.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return lt(lt({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:o[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(o){return o.type===e},r}function Pc(e){var t={},r=[],o,a={addCase:function(i,s){var l=typeof i=="string"?i:i.type;if(l in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[l]=s,a},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return o=i,a}};return e(a),[t,r,o]}function Vf(e){return typeof e=="function"}function Kf(e,t,r,o){r===void 0&&(r=[]);var a=typeof t=="function"?Pc(t):[t,r,o],i=a[0],s=a[1],l=a[2],d;if(Vf(e))d=function(){return ka(e())};else{var f=ka(e);d=function(){return f}}function h(p,m){p===void 0&&(p=d());var b=Xt([i[m.type]],s.filter(function(g){var v=g.matcher;return v(m)}).map(function(g){var v=g.reducer;return v}));return b.filter(function(g){return!!g}).length===0&&(b=[l]),b.reduce(function(g,v){if(v)if(Ye(g)){var _=g,C=v(_,m);return C===void 0?g:C}else{if(_e(g))return So(g,function(N){return v(N,m)});var C=v(g,m);if(C===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return C}return g},p)}return h.getInitialState=d,h}function Zf(e,t){return e+"/"+t}function Dc(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:ka(e.initialState),o=e.reducers||{},a=Object.keys(o),i={},s={},l={};a.forEach(function(h){var p=o[h],m=Zf(t,h),b,g;"reducer"in p?(b=p.reducer,g=p.prepare):b=p,i[h]=b,s[m]=b,l[h]=g?dt(m,g):dt(m)});function d(){var h=typeof e.extraReducers=="function"?Pc(e.extraReducers):[e.extraReducers],p=h[0],m=p===void 0?{}:p,b=h[1],g=b===void 0?[]:b,v=h[2],_=v===void 0?void 0:v,C=lt(lt({},m),s);return Kf(r,function(N){for(var O in C)N.addCase(O,C[O]);for(var w=0,S=g;w<S.length;w++){var I=S[w];N.addMatcher(I.matcher,I.reducer)}_&&N.addDefaultCase(_)})}var f;return{name:t,reducer:function(h,p){return f||(f=d()),f(h,p)},actions:l,caseReducers:i,getInitialState:function(){return f||(f=d()),f.getInitialState()}}}var qf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Jf=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=qf[Math.random()*64|0];return t},Xf=["name","message","stack","code"],Na=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Nc=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Qf=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,o=Xf;r<o.length;r++){var a=o[r];typeof e[a]=="string"&&(t[a]=e[a])}return t}return{message:String(e)}},yO=function(){function e(t,r,o){var a=dt(t+"/fulfilled",function(h,p,m,b){return{payload:h,meta:Aa(lt({},b||{}),{arg:m,requestId:p,requestStatus:"fulfilled"})}}),i=dt(t+"/pending",function(h,p,m){return{payload:void 0,meta:Aa(lt({},m||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),s=dt(t+"/rejected",function(h,p,m,b,g){return{payload:b,error:(o&&o.serializeError||Qf)(h||"Rejected"),meta:Aa(lt({},g||{}),{arg:m,requestId:p,rejectedWithValue:!!b,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,d=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 f(h){return function(p,m,b){var g=o?.idGenerator?o.idGenerator(h):Jf(),v=new d,_,C=!1;function N(w){_=w,v.abort()}var O=function(){return Wf(this,null,function(){var w,S,I,D,M,B,k;return Pf(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,,5]),D=(w=o?.condition)==null?void 0:w.call(o,h,{getState:m,extra:b}),tp(D)?[4,D]:[3,2];case 1:D=y.sent(),y.label=2;case 2:if(D===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return C=!0,M=new Promise(function(x,T){return v.signal.addEventListener("abort",function(){return T({name:"AbortError",message:_||"Aborted"})})}),p(i(g,h,(S=o?.getPendingMeta)==null?void 0:S.call(o,{requestId:g,arg:h},{getState:m,extra:b}))),[4,Promise.race([M,Promise.resolve(r(h,{dispatch:p,getState:m,extra:b,requestId:g,signal:v.signal,abort:N,rejectWithValue:function(x,T){return new Na(x,T)},fulfillWithValue:function(x,T){return new Nc(x,T)}})).then(function(x){if(x instanceof Na)throw x;return x instanceof Nc?a(x.payload,g,h,x.meta):a(x,g,h)})])];case 3:return I=y.sent(),[3,5];case 4:return B=y.sent(),I=B instanceof Na?s(null,g,h,B.payload,B.meta):s(B,g,h),[3,5];case 5:return k=o&&!o.dispatchConditionRejection&&s.match(I)&&I.meta.condition,k||p(I),[2,I]}})})}();return Object.assign(O,{abort:N,requestId:g,arg:h,unwrap:function(){return O.then(ep)}})}}return Object.assign(f,{pending:i,rejected:s,fulfilled:a,typePrefix:t})}return e.withTypes=function(){return e},e}();function ep(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function tp(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Lc="listener",Mc="completed",Fc="cancelled",mO="task-"+Fc,gO="task-"+Mc,bO=Lc+"-"+Fc,xO=Lc+"-"+Mc;var Ta="listenerMiddleware";var vO=dt(Ta+"/add"),SO=dt(Ta+"/removeAll"),OO=dt(Ta+"/remove");var kc,wO=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(kc||(kc=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},rp=function(e){return function(t){setTimeout(t,e)}},EO=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:rp(10);yc();window.ftReduxStores||(window.ftReduxStores={});var Ia=class e extends St{static get(t){var r;let o=typeof t=="string"?t:t.name,a=typeof t=="string"?void 0:t,i=window.ftReduxStores[o];if(Vt(i))return i;if(a==null)return;let s=Dc({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),l=Ic({reducer:(d,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...f.overwrites}:s.reducer(d,f)});return window.ftReduxStores[a.name]=new e(s,l,a.eventBus)}constructor(t,r,o){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Dr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,l)=>{let d=s,f=i[d];return f?(...h)=>{let p=f(...h.map(a));return this.reduxStore.dispatch(p),p}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=o??this.eventBus}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()}};function op(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))Vt(t)&&t.clear()}var wo=class{constructor(t,r,o){this.store=t,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let t=this.store.getState(),r=this.valueSelector(t);Ot(this.lastValue,r)&&(this.callback(r,t),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function np(e,t,r){return new wo(e,t,r).watch()}var Ma={};G(Ma,{scrollHelper:()=>ap});var Da,Eo=new Map,La=class{lock(t,r){if(r){let o=Eo.get(r);if(o==null||o===t)return Eo.set(r,t),r}}release(t,r){r&&Eo.get(r)===t&&Eo.delete(r)}findFirstScrollableParent(t){var r;let o,a;for(let i of Nn(t)){let s=i,l=this.elementCanScroll(s);if(l&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else l&&a==null&&(a=s)}return(r=o??a)!==null&&r!==void 0?r:document.body}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)}catch{return!1}}getAbsoluteScrollOffset(t,r){var o,a;let i=0;for(;r&&r.offsetParent!==t.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-t.offsetTop}computeTopOffsetRatio(t,r){if(typeof t=="number")return t;switch(t){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(t,r){let o=this.findFirstScrollableParent(t);if(t&&this.lock(this,o)){let a=this.getAbsoluteScrollOffset(o,t),i=a-o.clientHeight+t.clientHeight,s=a,l=wr(0,(s-o.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(r?.position,l)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",t,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(Da=window.FluidTopicsScrollHelper)!==null&&Da!==void 0?Da:new La;var ap=window.FluidTopicsScrollHelper;var Ua={};G(Ua,{SearchPlaceConverter:()=>Ao,SearchPlaceQueryParams:()=>Y,isSearchPlaceQueryParams:()=>hl,serializeRequest:()=>cp});var ip=wd(Wc(),1);var Bc;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(Bc||(Bc={}));var Hc;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(Hc||(Hc={}));var zc;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.MAP_ATTACHMENT="MAP_ATTACHMENT",e.RESOURCE="RESOURCE"})(zc||(zc={}));var $c;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.MAP_ATTACHMENT="MAP_ATTACHMENT",e.RESOURCE="RESOURCE"})($c||($c={}));var Gc;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Gc||(Gc={}));var Yc;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Yc||(Yc={}));var jc;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.DOCUMENT__DISPLAY="DOCUMENT__DISPLAY",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.GEN_AI__COMPLETED_QUERY="GEN_AI__COMPLETED_QUERY",e.GEN_AI__RATE="GEN_AI__RATE",e.GENAI_CASE_DEFLECTION__START="GENAI_CASE_DEFLECTION__START",e.GENAI_CASE_DEFLECTION__OPEN_TICKET="GENAI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__DISPLAY="TOPIC__DISPLAY",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(jc||(jc={}));var Vc;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(Vc||(Vc={}));var Kc;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT"})(Kc||(Kc={}));var Zc;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Zc||(Zc={}));var qc;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(qc||(qc={}));var Jc;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Jc||(Jc={}));var Xc;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})(Xc||(Xc={}));var Qc;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(Qc||(Qc={}));var el;(function(e){e.ASC="ASC",e.DESC="DESC"})(el||(el={}));var tl;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(tl||(tl={}));var Fa;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(Fa||(Fa={}));var cl=e=>Object.keys(Fa).includes(e);var rl;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK"})(rl||(rl={}));var ol;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(ol||(ol={}));var nl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK"})(nl||(nl={}));var er;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(er||(er={}));var ll=e=>Object.keys(er).includes(e);var al;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC"})(al||(al={}));var il;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(il||(il={}));var ae;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(ae||(ae={}));var sl;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(sl||(sl={}));var dl;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(dl||(dl={}));var ul;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(ul||(ul={}));var fl;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(fl||(fl={}));var YO={[ae.PERSONAL_BOOK_SHARE_USER]:[ae.PERSONAL_BOOK_USER],[ae.HTML_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.PDF_EXPORT_USER]:[ae.PERSONAL_BOOK_USER],[ae.KHUB_ADMIN]:[ae.CONTENT_PUBLISHER],[ae.ADMIN]:[ae.KHUB_ADMIN,ae.USERS_ADMIN,ae.PORTAL_ADMIN],[ae.GENERATIVE_AI_EXPORT_USER]:[ae.GENERATIVE_AI_USER]};function sp(e){return`"${e}"`}function pl(e){return e.startsWith('"')&&e.endsWith('"')?e.replace(/(^"+)|("+$)/g,""):e}function cp(e,t){return new Ao(e).serialize(t)}var Y;(function(e){e.LOCALE="content-lang",e.QUERY="query",e.SCOPE="scope",e.FILTERS="filters",e.VIRTUAL_FIELD="virtual-field",e.PERIOD="period",e.VALUE_FILTERS="value-filters",e.DATE_FILTERS="date-filters",e.RANGE_FILTERS="range-filters",e.SORT="sort",e.PER_PAGE="per-page"})(Y||(Y={}));var lp=new Set(Object.values(Y));function hl(e){return lp.has(e)}var Ao=class{constructor(t,r={},o=20,a=!1,i="en-US"){this.baseUrl=t,this.predefinedSorts=r,this.defaultPerPage=o,this.allLanguagesAllowed=a,this.defaultContentLocale=i,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(t,r){return this.serializeToCurrentPageIfPossible(t,r??"/search")}serializeToCurrentPageIfPossible(t,r){let o=r==null||r.trim().length===0,a=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(t),a.toString()}toURLSearchParams(t,r=!1){var o,a,i,s,l,d,f,h,p,m,b,g;let v=new URLSearchParams;t.contentLocale?(!r||t.contentLocale!==this.defaultContentLocale)&&v.append(Y.LOCALE,t.contentLocale):v.append(Y.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=t.query)===null||o===void 0?void 0:o.length)>0&&v.append(Y.QUERY,t.query);let _=(i=(a=t.metadataFilters)===null||a===void 0?void 0:a.filter(S=>S.valueFilter&&!S.valueFilter.negative))!==null&&i!==void 0?i:[];if(_.length>0){let S=_.map(I=>{var D,M;let B=((M=(D=I.valueFilter)===null||D===void 0?void 0:D.values)!==null&&M!==void 0?M:[]).map(k=>this.escapeFilters(k)).map(k=>sp(pl(k))).join("_");return`${I.key}~${B}`}).join("*");v.append(Y.VALUE_FILTERS,S)}let C=(l=(s=t.metadataFilters)===null||s===void 0?void 0:s.filter(S=>S.dateFilter))!==null&&l!==void 0?l:[];if(C.length>0){let S=C.map(I=>{var D;return`${I.key}~${(D=I.dateFilter)===null||D===void 0?void 0:D.type.toLowerCase()}`}).join("*");v.append(Y.DATE_FILTERS,S)}let N=(f=(d=t.metadataFilters)===null||d===void 0?void 0:d.filter(S=>S.rangeFilter))!==null&&f!==void 0?f:[];if(N.length>0){let S=N.map(I=>{var D,M;return`${I.key}~${(D=I.rangeFilter)===null||D===void 0?void 0:D.from}_${(M=I.rangeFilter)===null||M===void 0?void 0:M.to}`}).join("*");v.append(Y.RANGE_FILTERS,S)}t.virtualField&&t.virtualField!=="EVERYWHERE"&&v.append(Y.VIRTUAL_FIELD,t.virtualField.toLowerCase()),t.scope&&t.scope!=="DEFAULT"&&v.append(Y.SCOPE,t.scope.toLowerCase()),((h=t.sort)===null||h===void 0?void 0:h.length)>0&&t.sort[0].key==="ft:lastEdition"&&v.append(Y.SORT,"last_update"),!((p=t.paging)===null||p===void 0)&&p.perPage&&((b=(m=t.paging)===null||m===void 0?void 0:m.perPage)!==null&&b!==void 0?b:this.defaultPerPage)!=this.defaultPerPage&&v.append(Y.PER_PAGE,String(t.paging.perPage));let O=(g=t.otherQueryParams)!==null&&g!==void 0?g:{};for(let S in O)v.append(S,O[S]);let w=new Array;return v.forEach((S,I)=>{w.push(this.encodeQueryString(I)+"="+this.encodeQueryString(S))}),encodeURI(w.join("&")).replace(/#/g,"%23")}encodeQueryString(t){return encodeURIComponent(t).replace(/%20/g,"+")}parse(t){var r;let o=t.split("?"),a=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(t){var r,o,a,i,s,l,d,f;try{t=decodeURI(t).replace(/%23/g,"#")}catch(C){console.warn("Could not decode search request query params, fallback on raw value",C)}let h=new URLSearchParams(t),p=h.get(Y.LOCALE)==="all"?void 0:h.get(Y.LOCALE),m=((r=h.get(Y.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),b=((o=h.get(Y.SORT))!==null&&o!==void 0?o:"DEFAULT").toUpperCase(),g=(a=h.get(Y.SCOPE))!==null&&a!==void 0?a:"default",v=+((i=h.get(Y.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),_={};for(let C of h.keys())hl(C)||(_[C]=h.get(C));return{contentLocale:p??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=h.get(Y.QUERY))!==null&&s!==void 0?s:"",scope:(l=this.scopeMapping[g])!==null&&l!==void 0?l:"DEFAULT",virtualField:cl(m)?m:"EVERYWHERE",sort:(f=(d=this.predefinedSorts[b])!==null&&d!==void 0?d:this.predefinedSorts.DEFAULT)!==null&&f!==void 0?f:[],metadataFilters:this.parseCompatFilters(h),facets:[],paging:{page:1,perPage:wr(1,isNaN(v)?this.defaultPerPage:v,1e3)},otherQueryParams:_}}parseCompatFilters(t){var r,o,a,i,s,l;let d=[];return t.has(Y.FILTERS)&&(d=this.parseValueFilters((r=t.get(Y.FILTERS))!==null&&r!==void 0?r:"")),(o=t.has(Y.PERIOD))!==null&&o!==void 0&&o&&(d=[...d,...this.parseLegacyPeriodFilter(((a=t.get(Y.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=t.get(Y.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=t.get(Y.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((l=t.get(Y.RANGE_FILTERS))!==null&&l!==void 0?l:"")]}splitUnknownFilter(t){return this.superEscapeFilters(t).split("*").map(r=>r.split("~"))}parseValueFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(pl).map(o=>this.unescapeFilterValue(o)),negative:!1}}))}parseDateFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],dateFilter:{type:er[r[1].toUpperCase()]}}))}parseRangeFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replaceAll(r,o);return t}superEscapeFilters(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replaceAll(o,a);return t}unescapeFilterValue(t){for(let[r,o,a]of this.filtersEscapeMapping)t=t.replace(a,r);return t}parseLegacyPeriodFilter(t){if(ll(t))return[{key:"ft:lastEdition",dateFilter:{type:er[t]}}];if(t.startsWith("CUSTOM_")){let[r,o,a]=t.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:a}}]}return[]}};var Ba={};G(Ba,{toFtFormComponent:()=>dp});var Wa=Symbol("elementInternals");function dp(e){class t extends e{static get formAssociated(){return!0}get form(){return this[Wa].form}constructor(...o){super(o),this[Wa]=this.attachInternals()}setFormValue(o){this[Wa].setFormValue(o)}}return t}var za={};G(za,{DateFormatter:()=>Ha});var Ha=class{static format(t,r,o,a){return window.moment?window.moment(t).locale(r).format(this.getDateFormat(o,a)):t}static getDateFormat(t,r){return t?r?"lll":"ll":r?"L LT":"L"}};var Ga={};G(Ga,{ALL_KEYS_VALUE:()=>$a,SameWindowStorageEvent:()=>tr});var $a="__all__",tr=class extends CustomEvent{constructor(t,r,o){super("same-window-storage",{detail:{key:t,oldValue:r,newValue:o}})}keyMatch(t){return this.detail.key.includes(t)||this.detail.key==$a}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new tr(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(e,t,r){let o=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new tr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(e,t,r){Reflect.apply(e,t,r),window.dispatchEvent(new tr($a))}});var ja={};G(ja,{FocusMainContentEvent:()=>Ya});var Ya=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var yl={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1};function up(e){(e.key==="Enter"||e.key===" "||e.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0)}function fp(e){window.FluidTopicsA11yHints.isKeyboardNavigation=e.detail==0}document.addEventListener("keydown",up);document.addEventListener("click",fp);var ml=te`
|
|
49
49
|
.sr-only {
|
|
50
50
|
position:absolute;
|
|
51
51
|
left:-10000px;
|
|
@@ -69,17 +69,17 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:n.extend("--ft-conte
|
|
|
69
69
|
width:auto;
|
|
70
70
|
height:auto;
|
|
71
71
|
}
|
|
72
|
-
`;var
|
|
73
|
-
[`+i+"] ";for(s in arguments[0])H(arguments[0],s)&&(a+=s+": "+arguments[0][s]+", ");a=a.slice(0,-2)}else a=arguments[i];o.push(a)}
|
|
72
|
+
`;var gl;(function(e){e.blur="blur",e.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",e.input="input"})(gl||(gl={}));var bl;(function(e){e.default="default",e.warning="warning",e.error="error"})(bl||(bl={}));var Va,Ka,Za,qa,pp=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Za=(Ka=(Va=window.safari)===null||Va===void 0?void 0:Va.pushNotification)===null||Ka===void 0?void 0:Ka.toString())!==null&&Za!==void 0?Za:"")==="[object SafariRemoteNotification]",hp="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(qa=window.ftGlobals)!==null&&qa!==void 0?qa:{lit:dn,litDecorators:fn,litRepeat:pn,litClassMap:hn,litStyleMap:yn,litUnsafeHTML:mn,wcUtils:{...En,...bn,...An,...za,...Rn,...Tn,...Ln,...On,...qn,...ja,...yl,...Ma,...Dn,...ra,...Ba,...ea,...rc,...kn,...na,...Mn,...aa,...ml,...nc,...sa,...Pa,...Ga,...Jn,...Qn,...Ua,isSafari:pp,isTouchScreen:hp,setVariable:Bt}};var El;function A(){return El.apply(null,arguments)}function yp(e){El=e}function Re(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function It(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function H(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function ci(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;var t;for(t in e)if(H(e,t))return!1;return!0}function ye(e){return e===void 0}function Je(e){return typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]"}function jr(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function Cl(e,t){var r=[],o,a=e.length;for(o=0;o<a;++o)r.push(t(e[o],o));return r}function ft(e,t){for(var r in t)H(t,r)&&(e[r]=t[r]);return H(t,"toString")&&(e.toString=t.toString),H(t,"valueOf")&&(e.valueOf=t.valueOf),e}function Ue(e,t,r,o){return Zl(e,t,r,o,!0).utc()}function mp(){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 L(e){return e._pf==null&&(e._pf=mp()),e._pf}var ti;Array.prototype.some?ti=Array.prototype.some:ti=function(e){var t=Object(this),r=t.length>>>0,o;for(o=0;o<r;o++)if(o in t&&e.call(this,t[o],o,t))return!0;return!1};function li(e){if(e._isValid==null){var t=L(e),r=ti.call(t.parsedDateParts,function(a){return a!=null}),o=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&r);if(e._strict&&(o=o&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===void 0),Object.isFrozen==null||!Object.isFrozen(e))e._isValid=o;else return o}return e._isValid}function Wo(e){var t=Ue(NaN);return e!=null?ft(L(t),e):L(t).userInvalidated=!0,t}var xl=A.momentProperties=[],Ja=!1;function di(e,t){var r,o,a,i=xl.length;if(ye(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),ye(t._i)||(e._i=t._i),ye(t._f)||(e._f=t._f),ye(t._l)||(e._l=t._l),ye(t._strict)||(e._strict=t._strict),ye(t._tzm)||(e._tzm=t._tzm),ye(t._isUTC)||(e._isUTC=t._isUTC),ye(t._offset)||(e._offset=t._offset),ye(t._pf)||(e._pf=L(t)),ye(t._locale)||(e._locale=t._locale),i>0)for(r=0;r<i;r++)o=xl[r],a=t[o],ye(a)||(e[o]=a);return e}function Vr(e){di(this,e),this._d=new Date(e._d!=null?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),Ja===!1&&(Ja=!0,A.updateOffset(this),Ja=!1)}function Ne(e){return e instanceof Vr||e!=null&&e._isAMomentObject!=null}function _l(e){A.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+e)}function Oe(e,t){var r=!0;return ft(function(){if(A.deprecationHandler!=null&&A.deprecationHandler(null,e),r){var o=[],a,i,s,l=arguments.length;for(i=0;i<l;i++){if(a="",typeof arguments[i]=="object"){a+=`
|
|
73
|
+
[`+i+"] ";for(s in arguments[0])H(arguments[0],s)&&(a+=s+": "+arguments[0][s]+", ");a=a.slice(0,-2)}else a=arguments[i];o.push(a)}_l(e+`
|
|
74
74
|
Arguments: `+Array.prototype.slice.call(o).join("")+`
|
|
75
|
-
`+new Error().stack),r=!1}return t.apply(this,arguments)},t)}var Ol={};function Nl(e,t){A.deprecationHandler!=null&&A.deprecationHandler(e,t),Ol[e]||(Rl(t),Ol[e]=!0)}A.suppressDeprecationWarnings=!1;A.deprecationHandler=null;function We(e){return typeof Function<"u"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function xp(e){var t,r;for(r in e)H(e,r)&&(t=e[r],We(t)?this[r]=t:this["_"+r]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function ri(e,t){var r=ft({},e),o;for(o in t)H(t,o)&&(Pt(e[o])&&Pt(t[o])?(r[o]={},ft(r[o],e[o]),ft(r[o],t[o])):t[o]!=null?r[o]=t[o]:delete r[o]);for(o in e)H(e,o)&&!H(t,o)&&Pt(e[o])&&(r[o]=ft({},r[o]));return r}function ui(e){e!=null&&this.set(e)}var oi;Object.keys?oi=Object.keys:oi=function(e){var t,r=[];for(t in e)H(e,t)&&r.push(t);return r};var vp={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Sp(e,t,r){var o=this._calendar[e]||this._calendar.sameElse;return We(o)?o.call(t,r):o}function Fe(e,t,r){var o=""+Math.abs(e),a=t-o.length,i=e>=0;return(i?r?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+o}var fi=/(\[[^\[]*\])|(\\)?([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,No=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Xa={},ir={};function P(e,t,r,o){var a=o;typeof o=="string"&&(a=function(){return this[o]()}),e&&(ir[e]=a),t&&(ir[t[0]]=function(){return Fe(a.apply(this,arguments),t[1],t[2])}),r&&(ir[r]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function Op(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function wp(e){var t=e.match(fi),r,o;for(r=0,o=t.length;r<o;r++)ir[t[r]]?t[r]=ir[t[r]]:t[r]=Op(t[r]);return function(a){var i="",s;for(s=0;s<o;s++)i+=We(t[s])?t[s].call(a,e):t[s];return i}}function To(e,t){return e.isValid()?(t=kl(t,e.localeData()),Xa[t]=Xa[t]||wp(t),Xa[t](e)):e.localeData().invalidDate()}function kl(e,t){var r=5;function o(a){return t.longDateFormat(a)||a}for(No.lastIndex=0;r>=0&&No.test(e);)e=e.replace(No,o),No.lastIndex=0,r-=1;return e}var Ep={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 Cp(e){var t=this._longDateFormat[e],r=this._longDateFormat[e.toUpperCase()];return t||!r?t:(this._longDateFormat[e]=r.match(fi).map(function(o){return o==="MMMM"||o==="MM"||o==="DD"||o==="dddd"?o.slice(1):o}).join(""),this._longDateFormat[e])}var _p="Invalid date";function Ap(){return this._invalidDate}var Rp="%d",Np=/\d{1,2}/;function kp(e){return this._ordinal.replace("%d",e)}var Tp={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 Ip(e,t,r,o){var a=this._relativeTime[r];return We(a)?a(e,t,r,o):a.replace(/%d/i,e)}function Pp(e,t){var r=this._relativeTime[e>0?"future":"past"];return We(r)?r(t):r.replace(/%s/i,t)}var zr={};function le(e,t){var r=e.toLowerCase();zr[r]=zr[r+"s"]=zr[t]=e}function we(e){return typeof e=="string"?zr[e]||zr[e.toLowerCase()]:void 0}function pi(e){var t={},r,o;for(o in e)H(e,o)&&(r=we(o),r&&(t[r]=e[o]));return t}var Tl={};function de(e,t){Tl[e]=t}function Dp(e){var t=[],r;for(r in e)H(e,r)&&t.push({unit:r,priority:Tl[r]});return t.sort(function(o,a){return o.priority-a.priority}),t}function Ho(e){return e%4===0&&e%100!==0||e%400===0}function Se(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function F(e){var t=+e,r=0;return t!==0&&isFinite(t)&&(r=Se(t)),r}function lr(e,t){return function(r){return r!=null?(Il(this,e,r),A.updateOffset(this,t),this):Do(this,e)}}function Do(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function Il(e,t,r){e.isValid()&&!isNaN(r)&&(t==="FullYear"&&Ho(e.year())&&e.month()===1&&e.date()===29?(r=F(r),e._d["set"+(e._isUTC?"UTC":"")+t](r,e.month(),Vo(r,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](r))}function Lp(e){return e=we(e),We(this[e])?this[e]():this}function Mp(e,t){if(typeof e=="object"){e=pi(e);var r=Dp(e),o,a=r.length;for(o=0;o<a;o++)this[r[o].unit](e[r[o].unit])}else if(e=we(e),We(this[e]))return this[e](t);return this}var Pl=/\d/,xe=/\d\d/,Dl=/\d{3}/,hi=/\d{4}/,zo=/[+-]?\d{6}/,q=/\d\d?/,Ll=/\d\d\d\d?/,Ml=/\d\d\d\d\d\d?/,$o=/\d{1,3}/,yi=/\d{1,4}/,Go=/[+-]?\d{1,6}/,dr=/\d+/,Yo=/[+-]?\d+/,Fp=/Z|[+-]\d\d:?\d\d/gi,jo=/Z|[+-]\d\d(?::?\d\d)?/gi,Up=/[+-]?\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,Lo;Lo={};function R(e,t,r){Lo[e]=We(t)?t:function(o,a){return o&&r?r:t}}function Wp(e,t){return H(Lo,e)?Lo[e](t._strict,t._locale):new RegExp(Bp(e))}function Bp(e){return be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,r,o,a,i){return r||o||a||i}))}function be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var ni={};function j(e,t){var r,o=t,a;for(typeof e=="string"&&(e=[e]),Je(t)&&(o=function(i,s){s[t]=F(i)}),a=e.length,r=0;r<a;r++)ni[e[r]]=o}function qr(e,t){j(e,function(r,o,a,i){a._w=a._w||{},t(r,a._w,a,i)})}function Hp(e,t,r){t!=null&&H(ni,e)&&ni[e](t,r._a,r,e)}var ce=0,Ke=1,Me=2,re=3,Ae=4,Ze=5,It=6,zp=7,$p=8;function Gp(e,t){return(e%t+t)%t}var ee;Array.prototype.indexOf?ee=Array.prototype.indexOf:ee=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function Vo(e,t){if(isNaN(e)||isNaN(t))return NaN;var r=Gp(t,12);return e+=(t-r)/12,r===1?Ho(e)?29:28:31-r%7%2}P("M",["MM",2],"Mo",function(){return this.month()+1});P("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)});P("MMMM",0,0,function(e){return this.localeData().months(this,e)});le("month","M");de("month",8);R("M",q);R("MM",q,xe);R("MMM",function(e,t){return t.monthsShortRegex(e)});R("MMMM",function(e,t){return t.monthsRegex(e)});j(["M","MM"],function(e,t){t[Ke]=F(e)-1});j(["MMM","MMMM"],function(e,t,r,o){var a=r._locale.monthsParse(e,o,r._strict);a!=null?t[Ke]=a:L(r).invalidMonth=e});var Yp="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Fl="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ul=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,jp=Zr,Vp=Zr;function Kp(e,t){return e?Re(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ul).test(t)?"format":"standalone"][e.month()]:Re(this._months)?this._months:this._months.standalone}function Zp(e,t){return e?Re(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ul.test(t)?"format":"standalone"][e.month()]:Re(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function qp(e,t,r){var o,a,i,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],o=0;o<12;++o)i=Ue([2e3,o]),this._shortMonthsParse[o]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[o]=this.months(i,"").toLocaleLowerCase();return r?t==="MMM"?(a=ee.call(this._shortMonthsParse,s),a!==-1?a:null):(a=ee.call(this._longMonthsParse,s),a!==-1?a:null):t==="MMM"?(a=ee.call(this._shortMonthsParse,s),a!==-1?a:(a=ee.call(this._longMonthsParse,s),a!==-1?a:null)):(a=ee.call(this._longMonthsParse,s),a!==-1?a:(a=ee.call(this._shortMonthsParse,s),a!==-1?a:null))}function Jp(e,t,r){var o,a,i;if(this._monthsParseExact)return qp.call(this,e,t,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;o<12;o++){if(a=Ue([2e3,o]),r&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),!r&&!this._monthsParse[o]&&(i="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[o]=new RegExp(i.replace(".",""),"i")),r&&t==="MMMM"&&this._longMonthsParse[o].test(e))return o;if(r&&t==="MMM"&&this._shortMonthsParse[o].test(e))return o;if(!r&&this._monthsParse[o].test(e))return o}}function Wl(e,t){var r;if(!e.isValid())return e;if(typeof t=="string"){if(/^\d+$/.test(t))t=F(t);else if(t=e.localeData().monthsParse(t),!Je(t))return e}return r=Math.min(e.date(),Vo(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,r),e}function Bl(e){return e!=null?(Wl(this,e),A.updateOffset(this,!0),this):Do(this,"Month")}function Xp(){return Vo(this.year(),this.month())}function Qp(e){return this._monthsParseExact?(H(this,"_monthsRegex")||Hl.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(H(this,"_monthsShortRegex")||(this._monthsShortRegex=jp),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function eh(e){return this._monthsParseExact?(H(this,"_monthsRegex")||Hl.call(this),e?this._monthsStrictRegex:this._monthsRegex):(H(this,"_monthsRegex")||(this._monthsRegex=Vp),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function Hl(){function e(s,l){return l.length-s.length}var t=[],r=[],o=[],a,i;for(a=0;a<12;a++)i=Ue([2e3,a]),t.push(this.monthsShort(i,"")),r.push(this.months(i,"")),o.push(this.months(i,"")),o.push(this.monthsShort(i,""));for(t.sort(e),r.sort(e),o.sort(e),a=0;a<12;a++)t[a]=be(t[a]),r[a]=be(r[a]);for(a=0;a<24;a++)o[a]=be(o[a]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}P("Y",0,0,function(){var e=this.year();return e<=9999?Fe(e,4):"+"+e});P(0,["YY",2],0,function(){return this.year()%100});P(0,["YYYY",4],0,"year");P(0,["YYYYY",5],0,"year");P(0,["YYYYYY",6,!0],0,"year");le("year","y");de("year",1);R("Y",Yo);R("YY",q,xe);R("YYYY",yi,hi);R("YYYYY",Go,zo);R("YYYYYY",Go,zo);j(["YYYYY","YYYYYY"],ce);j("YYYY",function(e,t){t[ce]=e.length===2?A.parseTwoDigitYear(e):F(e)});j("YY",function(e,t){t[ce]=A.parseTwoDigitYear(e)});j("Y",function(e,t){t[ce]=parseInt(e,10)});function $r(e){return Ho(e)?366:365}A.parseTwoDigitYear=function(e){return F(e)+(F(e)>68?1900:2e3)};var zl=lr("FullYear",!0);function th(){return Ho(this.year())}function rh(e,t,r,o,a,i,s){var l;return e<100&&e>=0?(l=new Date(e+400,t,r,o,a,i,s),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,r,o,a,i,s),l}function Gr(e){var t,r;return e<100&&e>=0?(r=Array.prototype.slice.call(arguments),r[0]=e+400,t=new Date(Date.UTC.apply(null,r)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Mo(e,t,r){var o=7+t-r,a=(7+Gr(e,0,o).getUTCDay()-t)%7;return-a+o-1}function $l(e,t,r,o,a){var i=(7+r-o)%7,s=Mo(e,o,a),l=1+7*(t-1)+i+s,d,f;return l<=0?(d=e-1,f=$r(d)+l):l>$r(e)?(d=e+1,f=l-$r(e)):(d=e,f=l),{year:d,dayOfYear:f}}function Yr(e,t,r){var o=Mo(e.year(),t,r),a=Math.floor((e.dayOfYear()-o-1)/7)+1,i,s;return a<1?(s=e.year()-1,i=a+qe(s,t,r)):a>qe(e.year(),t,r)?(i=a-qe(e.year(),t,r),s=e.year()+1):(s=e.year(),i=a),{week:i,year:s}}function qe(e,t,r){var o=Mo(e,t,r),a=Mo(e+1,t,r);return($r(e)-o+a)/7}P("w",["ww",2],"wo","week");P("W",["WW",2],"Wo","isoWeek");le("week","w");le("isoWeek","W");de("week",5);de("isoWeek",5);R("w",q);R("ww",q,xe);R("W",q);R("WW",q,xe);qr(["w","ww","W","WW"],function(e,t,r,o){t[o.substr(0,1)]=F(e)});function oh(e){return Yr(e,this._week.dow,this._week.doy).week}var nh={dow:0,doy:6};function ah(){return this._week.dow}function ih(){return this._week.doy}function sh(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function ch(e){var t=Yr(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}P("d",0,"do","day");P("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});P("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});P("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});P("e",0,0,"weekday");P("E",0,0,"isoWeekday");le("day","d");le("weekday","e");le("isoWeekday","E");de("day",11);de("weekday",11);de("isoWeekday",11);R("d",q);R("e",q);R("E",q);R("dd",function(e,t){return t.weekdaysMinRegex(e)});R("ddd",function(e,t){return t.weekdaysShortRegex(e)});R("dddd",function(e,t){return t.weekdaysRegex(e)});qr(["dd","ddd","dddd"],function(e,t,r,o){var a=r._locale.weekdaysParse(e,o,r._strict);a!=null?t.d=a:L(r).invalidWeekday=e});qr(["d","e","E"],function(e,t,r,o){t[o]=F(e)});function lh(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function dh(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function mi(e,t){return e.slice(t,7).concat(e.slice(0,t))}var uh="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Gl="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),fh="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ph=Zr,hh=Zr,yh=Zr;function mh(e,t){var r=Re(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?mi(r,this._week.dow):e?r[e.day()]:r}function gh(e){return e===!0?mi(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function bh(e){return e===!0?mi(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function xh(e,t,r){var o,a,i,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)i=Ue([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?t==="dddd"?(a=ee.call(this._weekdaysParse,s),a!==-1?a:null):t==="ddd"?(a=ee.call(this._shortWeekdaysParse,s),a!==-1?a:null):(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null):t==="dddd"?(a=ee.call(this._weekdaysParse,s),a!==-1||(a=ee.call(this._shortWeekdaysParse,s),a!==-1)?a:(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null)):t==="ddd"?(a=ee.call(this._shortWeekdaysParse,s),a!==-1||(a=ee.call(this._weekdaysParse,s),a!==-1)?a:(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null)):(a=ee.call(this._minWeekdaysParse,s),a!==-1||(a=ee.call(this._weekdaysParse,s),a!==-1)?a:(a=ee.call(this._shortWeekdaysParse,s),a!==-1?a:null))}function vh(e,t,r){var o,a,i;if(this._weekdaysParseExact)return xh.call(this,e,t,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(a=Ue([2e3,1]).day(o),r&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[o]=new RegExp(i.replace(".",""),"i")),r&&t==="dddd"&&this._fullWeekdaysParse[o].test(e))return o;if(r&&t==="ddd"&&this._shortWeekdaysParse[o].test(e))return o;if(r&&t==="dd"&&this._minWeekdaysParse[o].test(e))return o;if(!r&&this._weekdaysParse[o].test(e))return o}}function Sh(e){if(!this.isValid())return e!=null?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return e!=null?(e=lh(e,this.localeData()),this.add(e-t,"d")):t}function Oh(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function wh(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=dh(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function Eh(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(H(this,"_weekdaysRegex")||(this._weekdaysRegex=ph),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Ch(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(H(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=hh),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function _h(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(H(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=yh),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function gi(){function e(h,p){return p.length-h.length}var t=[],r=[],o=[],a=[],i,s,l,d,f;for(i=0;i<7;i++)s=Ue([2e3,1]).day(i),l=be(this.weekdaysMin(s,"")),d=be(this.weekdaysShort(s,"")),f=be(this.weekdays(s,"")),t.push(l),r.push(d),o.push(f),a.push(l),a.push(d),a.push(f);t.sort(e),r.sort(e),o.sort(e),a.sort(e),this._weekdaysRegex=new RegExp("^("+a.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("^("+t.join("|")+")","i")}function bi(){return this.hours()%12||12}function Ah(){return this.hours()||24}P("H",["HH",2],0,"hour");P("h",["hh",2],0,bi);P("k",["kk",2],0,Ah);P("hmm",0,0,function(){return""+bi.apply(this)+Fe(this.minutes(),2)});P("hmmss",0,0,function(){return""+bi.apply(this)+Fe(this.minutes(),2)+Fe(this.seconds(),2)});P("Hmm",0,0,function(){return""+this.hours()+Fe(this.minutes(),2)});P("Hmmss",0,0,function(){return""+this.hours()+Fe(this.minutes(),2)+Fe(this.seconds(),2)});function Yl(e,t){P(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Yl("a",!0);Yl("A",!1);le("hour","h");de("hour",13);function jl(e,t){return t._meridiemParse}R("a",jl);R("A",jl);R("H",q);R("h",q);R("k",q);R("HH",q,xe);R("hh",q,xe);R("kk",q,xe);R("hmm",Ll);R("hmmss",Ml);R("Hmm",Ll);R("Hmmss",Ml);j(["H","HH"],re);j(["k","kk"],function(e,t,r){var o=F(e);t[re]=o===24?0:o});j(["a","A"],function(e,t,r){r._isPm=r._locale.isPM(e),r._meridiem=e});j(["h","hh"],function(e,t,r){t[re]=F(e),L(r).bigHour=!0});j("hmm",function(e,t,r){var o=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o)),L(r).bigHour=!0});j("hmmss",function(e,t,r){var o=e.length-4,a=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o,2)),t[Ze]=F(e.substr(a)),L(r).bigHour=!0});j("Hmm",function(e,t,r){var o=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o))});j("Hmmss",function(e,t,r){var o=e.length-4,a=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o,2)),t[Ze]=F(e.substr(a))});function Rh(e){return(e+"").toLowerCase().charAt(0)==="p"}var Nh=/[ap]\.?m?\.?/i,kh=lr("Hours",!0);function Th(e,t,r){return e>11?r?"pm":"PM":r?"am":"AM"}var Vl={calendar:vp,longDateFormat:Ep,invalidDate:_p,ordinal:Rp,dayOfMonthOrdinalParse:Np,relativeTime:Tp,months:Yp,monthsShort:Fl,week:nh,weekdays:uh,weekdaysMin:fh,weekdaysShort:Gl,meridiemParse:Nh},X={},Br={},jr;function Ih(e,t){var r,o=Math.min(e.length,t.length);for(r=0;r<o;r+=1)if(e[r]!==t[r])return r;return o}function wl(e){return e&&e.toLowerCase().replace("_","-")}function Ph(e){for(var t=0,r,o,a,i;t<e.length;){for(i=wl(e[t]).split("-"),r=i.length,o=wl(e[t+1]),o=o?o.split("-"):null;r>0;){if(a=Ko(i.slice(0,r).join("-")),a)return a;if(o&&o.length>=r&&Ih(i,o)>=r-1)break;r--}t++}return jr}function Dh(e){return e.match("^[^/\\\\]*$")!=null}function Ko(e){var t=null,r;if(X[e]===void 0&&typeof module<"u"&&module&&module.exports&&Dh(e))try{t=jr._abbr,r=Ni,r("./locale/"+e),ht(t)}catch{X[e]=null}return X[e]}function ht(e,t){var r;return e&&(ye(t)?r=Xe(e):r=xi(e,t),r?jr=r:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),jr._abbr}function xi(e,t){if(t!==null){var r,o=Vl;if(t.abbr=e,X[e]!=null)Nl("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=X[e]._config;else if(t.parentLocale!=null)if(X[t.parentLocale]!=null)o=X[t.parentLocale]._config;else if(r=Ko(t.parentLocale),r!=null)o=r._config;else return Br[t.parentLocale]||(Br[t.parentLocale]=[]),Br[t.parentLocale].push({name:e,config:t}),null;return X[e]=new ui(ri(o,t)),Br[e]&&Br[e].forEach(function(a){xi(a.name,a.config)}),ht(e),X[e]}else return delete X[e],null}function Lh(e,t){if(t!=null){var r,o,a=Vl;X[e]!=null&&X[e].parentLocale!=null?X[e].set(ri(X[e]._config,t)):(o=Ko(e),o!=null&&(a=o._config),t=ri(a,t),o==null&&(t.abbr=e),r=new ui(t),r.parentLocale=X[e],X[e]=r),ht(e)}else X[e]!=null&&(X[e].parentLocale!=null?(X[e]=X[e].parentLocale,e===ht()&&ht(e)):X[e]!=null&&delete X[e]);return X[e]}function Xe(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return jr;if(!Re(e)){if(t=Ko(e),t)return t;e=[e]}return Ph(e)}function Mh(){return oi(X)}function vi(e){var t,r=e._a;return r&&L(e).overflow===-2&&(t=r[Ke]<0||r[Ke]>11?Ke:r[Me]<1||r[Me]>Vo(r[ce],r[Ke])?Me:r[re]<0||r[re]>24||r[re]===24&&(r[Ae]!==0||r[Ze]!==0||r[It]!==0)?re:r[Ae]<0||r[Ae]>59?Ae:r[Ze]<0||r[Ze]>59?Ze:r[It]<0||r[It]>999?It:-1,L(e)._overflowDayOfYear&&(t<ce||t>Me)&&(t=Me),L(e)._overflowWeeks&&t===-1&&(t=zp),L(e)._overflowWeekday&&t===-1&&(t=$p),L(e).overflow=t),e}var Fh=/^\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)?)?$/,Uh=/^\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)?)?$/,Wh=/Z|[+-]\d\d(?::?\d\d)?/,ko=[["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]],Qa=[["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/]],Bh=/^\/?Date\((-?\d+)/i,Hh=/^(?:(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}))$/,zh={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 Kl(e){var t,r,o=e._i,a=Fh.exec(o)||Uh.exec(o),i,s,l,d,f=ko.length,h=Qa.length;if(a){for(L(e).iso=!0,t=0,r=f;t<r;t++)if(ko[t][1].exec(a[1])){s=ko[t][0],i=ko[t][2]!==!1;break}if(s==null){e._isValid=!1;return}if(a[3]){for(t=0,r=h;t<r;t++)if(Qa[t][1].exec(a[3])){l=(a[2]||" ")+Qa[t][0];break}if(l==null){e._isValid=!1;return}}if(!i&&l!=null){e._isValid=!1;return}if(a[4])if(Wh.exec(a[4]))d="Z";else{e._isValid=!1;return}e._f=s+(l||"")+(d||""),Oi(e)}else e._isValid=!1}function $h(e,t,r,o,a,i){var s=[Gh(e),Fl.indexOf(t),parseInt(r,10),parseInt(o,10),parseInt(a,10)];return i&&s.push(parseInt(i,10)),s}function Gh(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Yh(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function jh(e,t,r){if(e){var o=Gl.indexOf(e),a=new Date(t[0],t[1],t[2]).getDay();if(o!==a)return L(r).weekdayMismatch=!0,r._isValid=!1,!1}return!0}function Vh(e,t,r){if(e)return zh[e];if(t)return 0;var o=parseInt(r,10),a=o%100,i=(o-a)/100;return i*60+a}function Zl(e){var t=Hh.exec(Yh(e._i)),r;if(t){if(r=$h(t[4],t[3],t[2],t[5],t[6],t[7]),!jh(t[1],r,e))return;e._a=r,e._tzm=Vh(t[8],t[9],t[10]),e._d=Gr.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),L(e).rfc2822=!0}else e._isValid=!1}function Kh(e){var t=Bh.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}if(Kl(e),e._isValid===!1)delete e._isValid;else return;if(Zl(e),e._isValid===!1)delete e._isValid;else return;e._strict?e._isValid=!1:A.createFromInputFallback(e)}A.createFromInputFallback=Oe("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(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))});function nr(e,t,r){return e??t??r}function Zh(e){var t=new Date(A.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Si(e){var t,r,o=[],a,i,s;if(!e._d){for(a=Zh(e),e._w&&e._a[Me]==null&&e._a[Ke]==null&&qh(e),e._dayOfYear!=null&&(s=nr(e._a[ce],a[ce]),(e._dayOfYear>$r(s)||e._dayOfYear===0)&&(L(e)._overflowDayOfYear=!0),r=Gr(s,0,e._dayOfYear),e._a[Ke]=r.getUTCMonth(),e._a[Me]=r.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=o[t]=a[t];for(;t<7;t++)e._a[t]=o[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[re]===24&&e._a[Ae]===0&&e._a[Ze]===0&&e._a[It]===0&&(e._nextDay=!0,e._a[re]=0),e._d=(e._useUTC?Gr:rh).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[re]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==i&&(L(e).weekdayMismatch=!0)}}function qh(e){var t,r,o,a,i,s,l,d,f;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(i=1,s=4,r=nr(t.GG,e._a[ce],Yr(Z(),1,4).year),o=nr(t.W,1),a=nr(t.E,1),(a<1||a>7)&&(d=!0)):(i=e._locale._week.dow,s=e._locale._week.doy,f=Yr(Z(),i,s),r=nr(t.gg,e._a[ce],f.year),o=nr(t.w,f.week),t.d!=null?(a=t.d,(a<0||a>6)&&(d=!0)):t.e!=null?(a=t.e+i,(t.e<0||t.e>6)&&(d=!0)):a=i),o<1||o>qe(r,i,s)?L(e)._overflowWeeks=!0:d!=null?L(e)._overflowWeekday=!0:(l=$l(r,o,a,i,s),e._a[ce]=l.year,e._dayOfYear=l.dayOfYear)}A.ISO_8601=function(){};A.RFC_2822=function(){};function Oi(e){if(e._f===A.ISO_8601){Kl(e);return}if(e._f===A.RFC_2822){Zl(e);return}e._a=[],L(e).empty=!0;var t=""+e._i,r,o,a,i,s,l=t.length,d=0,f,h;for(a=kl(e._f,e._locale).match(fi)||[],h=a.length,r=0;r<h;r++)i=a[r],o=(t.match(Wp(i,e))||[])[0],o&&(s=t.substr(0,t.indexOf(o)),s.length>0&&L(e).unusedInput.push(s),t=t.slice(t.indexOf(o)+o.length),d+=o.length),ir[i]?(o?L(e).empty=!1:L(e).unusedTokens.push(i),Hp(i,o,e)):e._strict&&!o&&L(e).unusedTokens.push(i);L(e).charsLeftOver=l-d,t.length>0&&L(e).unusedInput.push(t),e._a[re]<=12&&L(e).bigHour===!0&&e._a[re]>0&&(L(e).bigHour=void 0),L(e).parsedDateParts=e._a.slice(0),L(e).meridiem=e._meridiem,e._a[re]=Jh(e._locale,e._a[re],e._meridiem),f=L(e).era,f!==null&&(e._a[ce]=e._locale.erasConvertYear(f,e._a[ce])),Si(e),vi(e)}function Jh(e,t,r){var o;return r==null?t:e.meridiemHour!=null?e.meridiemHour(t,r):(e.isPM!=null&&(o=e.isPM(r),o&&t<12&&(t+=12),!o&&t===12&&(t=0)),t)}function Xh(e){var t,r,o,a,i,s,l=!1,d=e._f.length;if(d===0){L(e).invalidFormat=!0,e._d=new Date(NaN);return}for(a=0;a<d;a++)i=0,s=!1,t=di({},e),e._useUTC!=null&&(t._useUTC=e._useUTC),t._f=e._f[a],Oi(t),li(t)&&(s=!0),i+=L(t).charsLeftOver,i+=L(t).unusedTokens.length*10,L(t).score=i,l?i<o&&(o=i,r=t):(o==null||i<o||s)&&(o=i,r=t,s&&(l=!0));ft(e,r||t)}function Qh(e){if(!e._d){var t=pi(e._i),r=t.day===void 0?t.date:t.day;e._a=Al([t.year,t.month,r,t.hour,t.minute,t.second,t.millisecond],function(o){return o&&parseInt(o,10)}),Si(e)}}function ey(e){var t=new Kr(vi(ql(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function ql(e){var t=e._i,r=e._f;return e._locale=e._locale||Xe(e._l),t===null||r===void 0&&t===""?Bo({nullInput:!0}):(typeof t=="string"&&(e._i=t=e._locale.preparse(t)),Ne(t)?new Kr(vi(t)):(Vr(t)?e._d=t:Re(r)?Xh(e):r?Oi(e):ty(e),li(e)||(e._d=null),e))}function ty(e){var t=e._i;ye(t)?e._d=new Date(A.now()):Vr(t)?e._d=new Date(t.valueOf()):typeof t=="string"?Kh(e):Re(t)?(e._a=Al(t.slice(0),function(r){return parseInt(r,10)}),Si(e)):Pt(t)?Qh(e):Je(t)?e._d=new Date(t):A.createFromInputFallback(e)}function Jl(e,t,r,o,a){var i={};return(t===!0||t===!1)&&(o=t,t=void 0),(r===!0||r===!1)&&(o=r,r=void 0),(Pt(e)&&ci(e)||Re(e)&&e.length===0)&&(e=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=a,i._l=r,i._i=e,i._f=t,i._strict=o,ey(i)}function Z(e,t,r,o){return Jl(e,t,r,o,!1)}var ry=Oe("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=Z.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:Bo()}),oy=Oe("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=Z.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:Bo()});function Xl(e,t){var r,o;if(t.length===1&&Re(t[0])&&(t=t[0]),!t.length)return Z();for(r=t[0],o=1;o<t.length;++o)(!t[o].isValid()||t[o][e](r))&&(r=t[o]);return r}function ny(){var e=[].slice.call(arguments,0);return Xl("isBefore",e)}function ay(){var e=[].slice.call(arguments,0);return Xl("isAfter",e)}var iy=function(){return Date.now?Date.now():+new Date},Hr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function sy(e){var t,r=!1,o,a=Hr.length;for(t in e)if(H(e,t)&&!(ee.call(Hr,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return!1;for(o=0;o<a;++o)if(e[Hr[o]]){if(r)return!1;parseFloat(e[Hr[o]])!==F(e[Hr[o]])&&(r=!0)}return!0}function cy(){return this._isValid}function ly(){return ke(NaN)}function Zo(e){var t=pi(e),r=t.year||0,o=t.quarter||0,a=t.month||0,i=t.week||t.isoWeek||0,s=t.day||0,l=t.hour||0,d=t.minute||0,f=t.second||0,h=t.millisecond||0;this._isValid=sy(t),this._milliseconds=+h+f*1e3+d*6e4+l*1e3*60*60,this._days=+s+i*7,this._months=+a+o*3+r*12,this._data={},this._locale=Xe(),this._bubble()}function Io(e){return e instanceof Zo}function ai(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function dy(e,t,r){var o=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),i=0,s;for(s=0;s<o;s++)(r&&e[s]!==t[s]||!r&&F(e[s])!==F(t[s]))&&i++;return i+a}function Ql(e,t){P(e,0,0,function(){var r=this.utcOffset(),o="+";return r<0&&(r=-r,o="-"),o+Fe(~~(r/60),2)+t+Fe(~~r%60,2)})}Ql("Z",":");Ql("ZZ","");R("Z",jo);R("ZZ",jo);j(["Z","ZZ"],function(e,t,r){r._useUTC=!0,r._tzm=wi(jo,e)});var uy=/([\+\-]|\d\d)/gi;function wi(e,t){var r=(t||"").match(e),o,a,i;return r===null?null:(o=r[r.length-1]||[],a=(o+"").match(uy)||["-",0,0],i=+(a[1]*60)+F(a[2]),i===0?0:a[0]==="+"?i:-i)}function Ei(e,t){var r,o;return t._isUTC?(r=t.clone(),o=(Ne(e)||Vr(e)?e.valueOf():Z(e).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+o),A.updateOffset(r,!1),r):Z(e).local()}function ii(e){return-Math.round(e._d.getTimezoneOffset())}A.updateOffset=function(){};function fy(e,t,r){var o=this._offset||0,a;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e=="string"){if(e=wi(jo,e),e===null)return this}else Math.abs(e)<16&&!r&&(e=e*60);return!this._isUTC&&t&&(a=ii(this)),this._offset=e,this._isUTC=!0,a!=null&&this.add(a,"m"),o!==e&&(!t||this._changeInProgress?rd(this,ke(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,A.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?o:ii(this)}function py(e,t){return e!=null?(typeof e!="string"&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function hy(e){return this.utcOffset(0,e)}function yy(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(ii(this),"m")),this}function my(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var e=wi(Fp,this._i);e!=null?this.utcOffset(e):this.utcOffset(0,!0)}return this}function gy(e){return this.isValid()?(e=e?Z(e).utcOffset():0,(this.utcOffset()-e)%60===0):!1}function by(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function xy(){if(!ye(this._isDSTShifted))return this._isDSTShifted;var e={},t;return di(e,this),e=ql(e),e._a?(t=e._isUTC?Ue(e._a):Z(e._a),this._isDSTShifted=this.isValid()&&dy(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function vy(){return this.isValid()?!this._isUTC:!1}function Sy(){return this.isValid()?this._isUTC:!1}function ed(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Oy=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,wy=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function ke(e,t){var r=e,o=null,a,i,s;return Io(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:Je(e)||!isNaN(+e)?(r={},t?r[t]=+e:r.milliseconds=+e):(o=Oy.exec(e))?(a=o[1]==="-"?-1:1,r={y:0,d:F(o[Me])*a,h:F(o[re])*a,m:F(o[Ae])*a,s:F(o[Ze])*a,ms:F(ai(o[It]*1e3))*a}):(o=wy.exec(e))?(a=o[1]==="-"?-1:1,r={y:Tt(o[2],a),M:Tt(o[3],a),w:Tt(o[4],a),d:Tt(o[5],a),h:Tt(o[6],a),m:Tt(o[7],a),s:Tt(o[8],a)}):r==null?r={}:typeof r=="object"&&("from"in r||"to"in r)&&(s=Ey(Z(r.from),Z(r.to)),r={},r.ms=s.milliseconds,r.M=s.months),i=new Zo(r),Io(e)&&H(e,"_locale")&&(i._locale=e._locale),Io(e)&&H(e,"_isValid")&&(i._isValid=e._isValid),i}ke.fn=Zo.prototype;ke.invalid=ly;function Tt(e,t){var r=e&&parseFloat(e.replace(",","."));return(isNaN(r)?0:r)*t}function El(e,t){var r={};return r.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(r.months,"M").isAfter(t)&&--r.months,r.milliseconds=+t-+e.clone().add(r.months,"M"),r}function Ey(e,t){var r;return e.isValid()&&t.isValid()?(t=Ei(t,e),e.isBefore(t)?r=El(e,t):(r=El(t,e),r.milliseconds=-r.milliseconds,r.months=-r.months),r):{milliseconds:0,months:0}}function td(e,t){return function(r,o){var a,i;return o!==null&&!isNaN(+o)&&(Nl(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=r,r=o,o=i),a=ke(r,o),rd(this,a,e),this}}function rd(e,t,r,o){var a=t._milliseconds,i=ai(t._days),s=ai(t._months);e.isValid()&&(o=o??!0,s&&Wl(e,Do(e,"Month")+s*r),i&&Il(e,"Date",Do(e,"Date")+i*r),a&&e._d.setTime(e._d.valueOf()+a*r),o&&A.updateOffset(e,i||s))}var Cy=td(1,"add"),_y=td(-1,"subtract");function od(e){return typeof e=="string"||e instanceof String}function Ay(e){return Ne(e)||Vr(e)||od(e)||Je(e)||Ny(e)||Ry(e)||e===null||e===void 0}function Ry(e){var t=Pt(e)&&!ci(e),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"],a,i,s=o.length;for(a=0;a<s;a+=1)i=o[a],r=r||H(e,i);return t&&r}function Ny(e){var t=Re(e),r=!1;return t&&(r=e.filter(function(o){return!Je(o)&&od(e)}).length===0),t&&r}function ky(e){var t=Pt(e)&&!ci(e),r=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],a,i;for(a=0;a<o.length;a+=1)i=o[a],r=r||H(e,i);return t&&r}function Ty(e,t){var r=e.diff(t,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"}function Iy(e,t){arguments.length===1&&(arguments[0]?Ay(arguments[0])?(e=arguments[0],t=void 0):ky(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var r=e||Z(),o=Ei(r,this).startOf("day"),a=A.calendarFormat(this,o)||"sameElse",i=t&&(We(t[a])?t[a].call(this,r):t[a]);return this.format(i||this.localeData().calendar(a,this,Z(r)))}function Py(){return new Kr(this)}function Dy(e,t){var r=Ne(e)?e:Z(e);return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(t).valueOf()):!1}function Ly(e,t){var r=Ne(e)?e:Z(e);return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()<r.valueOf():this.clone().endOf(t).valueOf()<r.valueOf()):!1}function My(e,t,r,o){var a=Ne(e)?e:Z(e),i=Ne(t)?t:Z(t);return this.isValid()&&a.isValid()&&i.isValid()?(o=o||"()",(o[0]==="("?this.isAfter(a,r):!this.isBefore(a,r))&&(o[1]===")"?this.isBefore(i,r):!this.isAfter(i,r))):!1}function Fy(e,t){var r=Ne(e)?e:Z(e),o;return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()===r.valueOf():(o=r.valueOf(),this.clone().startOf(t).valueOf()<=o&&o<=this.clone().endOf(t).valueOf())):!1}function Uy(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Wy(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function By(e,t,r){var o,a,i;if(!this.isValid())return NaN;if(o=Ei(e,this),!o.isValid())return NaN;switch(a=(o.utcOffset()-this.utcOffset())*6e4,t=we(t),t){case"year":i=Po(this,o)/12;break;case"month":i=Po(this,o);break;case"quarter":i=Po(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-a)/864e5;break;case"week":i=(this-o-a)/6048e5;break;default:i=this-o}return r?i:Se(i)}function Po(e,t){if(e.date()<t.date())return-Po(t,e);var r=(t.year()-e.year())*12+(t.month()-e.month()),o=e.clone().add(r,"months"),a,i;return t-o<0?(a=e.clone().add(r-1,"months"),i=(t-o)/(o-a)):(a=e.clone().add(r+1,"months"),i=(t-o)/(a-o)),-(r+i)||0}A.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";A.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Hy(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function zy(e){if(!this.isValid())return null;var t=e!==!0,r=t?this.clone().utc():this;return r.year()<0||r.year()>9999?To(r,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):We(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",To(r,"Z")):To(r,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function $y(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",r,o,a,i;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),r="["+e+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a="-MM-DD[T]HH:mm:ss.SSS",i=t+'[")]',this.format(r+o+a+i)}function Gy(e){e||(e=this.isUtc()?A.defaultFormatUtc:A.defaultFormat);var t=To(this,e);return this.localeData().postformat(t)}function Yy(e,t){return this.isValid()&&(Ne(e)&&e.isValid()||Z(e).isValid())?ke({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function jy(e){return this.from(Z(),e)}function Vy(e,t){return this.isValid()&&(Ne(e)&&e.isValid()||Z(e).isValid())?ke({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Ky(e){return this.to(Z(),e)}function nd(e){var t;return e===void 0?this._locale._abbr:(t=Xe(e),t!=null&&(this._locale=t),this)}var ad=Oe("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function id(){return this._locale}var Fo=1e3,sr=60*Fo,Uo=60*sr,sd=(365*400+97)*24*Uo;function cr(e,t){return(e%t+t)%t}function cd(e,t,r){return e<100&&e>=0?new Date(e+400,t,r)-sd:new Date(e,t,r).valueOf()}function ld(e,t,r){return e<100&&e>=0?Date.UTC(e+400,t,r)-sd:Date.UTC(e,t,r)}function Zy(e){var t,r;if(e=we(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?ld:cd,e){case"year":t=r(this.year(),0,1);break;case"quarter":t=r(this.year(),this.month()-this.month()%3,1);break;case"month":t=r(this.year(),this.month(),1);break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=r(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=cr(t+(this._isUTC?0:this.utcOffset()*sr),Uo);break;case"minute":t=this._d.valueOf(),t-=cr(t,sr);break;case"second":t=this._d.valueOf(),t-=cr(t,Fo);break}return this._d.setTime(t),A.updateOffset(this,!0),this}function qy(e){var t,r;if(e=we(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?ld:cd,e){case"year":t=r(this.year()+1,0,1)-1;break;case"quarter":t=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=r(this.year(),this.month()+1,1)-1;break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Uo-cr(t+(this._isUTC?0:this.utcOffset()*sr),Uo)-1;break;case"minute":t=this._d.valueOf(),t+=sr-cr(t,sr)-1;break;case"second":t=this._d.valueOf(),t+=Fo-cr(t,Fo)-1;break}return this._d.setTime(t),A.updateOffset(this,!0),this}function Jy(){return this._d.valueOf()-(this._offset||0)*6e4}function Xy(){return Math.floor(this.valueOf()/1e3)}function Qy(){return new Date(this.valueOf())}function em(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function tm(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function rm(){return this.isValid()?this.toISOString():null}function om(){return li(this)}function nm(){return ft({},L(this))}function am(){return L(this).overflow}function im(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}P("N",0,0,"eraAbbr");P("NN",0,0,"eraAbbr");P("NNN",0,0,"eraAbbr");P("NNNN",0,0,"eraName");P("NNNNN",0,0,"eraNarrow");P("y",["y",1],"yo","eraYear");P("y",["yy",2],0,"eraYear");P("y",["yyy",3],0,"eraYear");P("y",["yyyy",4],0,"eraYear");R("N",Ci);R("NN",Ci);R("NNN",Ci);R("NNNN",gm);R("NNNNN",bm);j(["N","NN","NNN","NNNN","NNNNN"],function(e,t,r,o){var a=r._locale.erasParse(e,o,r._strict);a?L(r).era=a:L(r).invalidEra=e});R("y",dr);R("yy",dr);R("yyy",dr);R("yyyy",dr);R("yo",xm);j(["y","yy","yyy","yyyy"],ce);j(["yo"],function(e,t,r,o){var a;r._locale._eraYearOrdinalRegex&&(a=e.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?t[ce]=r._locale.eraYearOrdinalParse(e,a):t[ce]=parseInt(e,10)});function sm(e,t){var r,o,a,i=this._eras||Xe("en")._eras;for(r=0,o=i.length;r<o;++r){switch(typeof i[r].since){case"string":a=A(i[r].since).startOf("day"),i[r].since=a.valueOf();break}switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":a=A(i[r].until).startOf("day").valueOf(),i[r].until=a.valueOf();break}}return i}function cm(e,t,r){var o,a,i=this.eras(),s,l,d;for(e=e.toUpperCase(),o=0,a=i.length;o<a;++o)if(s=i[o].name.toUpperCase(),l=i[o].abbr.toUpperCase(),d=i[o].narrow.toUpperCase(),r)switch(t){case"N":case"NN":case"NNN":if(l===e)return i[o];break;case"NNNN":if(s===e)return i[o];break;case"NNNNN":if(d===e)return i[o];break}else if([s,l,d].indexOf(e)>=0)return i[o]}function lm(e,t){var r=e.since<=e.until?1:-1;return t===void 0?A(e.since).year():A(e.since).year()+(t-e.offset)*r}function dm(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].name;return""}function um(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].narrow;return""}function fm(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].abbr;return""}function pm(){var e,t,r,o,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e)if(r=a[e].since<=a[e].until?1:-1,o=this.clone().startOf("day").valueOf(),a[e].since<=o&&o<=a[e].until||a[e].until<=o&&o<=a[e].since)return(this.year()-A(a[e].since).year())*r+a[e].offset;return this.year()}function hm(e){return H(this,"_erasNameRegex")||_i.call(this),e?this._erasNameRegex:this._erasRegex}function ym(e){return H(this,"_erasAbbrRegex")||_i.call(this),e?this._erasAbbrRegex:this._erasRegex}function mm(e){return H(this,"_erasNarrowRegex")||_i.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ci(e,t){return t.erasAbbrRegex(e)}function gm(e,t){return t.erasNameRegex(e)}function bm(e,t){return t.erasNarrowRegex(e)}function xm(e,t){return t._eraYearOrdinalRegex||dr}function _i(){var e=[],t=[],r=[],o=[],a,i,s=this.eras();for(a=0,i=s.length;a<i;++a)t.push(be(s[a].name)),e.push(be(s[a].abbr)),r.push(be(s[a].narrow)),o.push(be(s[a].name)),o.push(be(s[a].abbr)),o.push(be(s[a].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}P(0,["gg",2],0,function(){return this.weekYear()%100});P(0,["GG",2],0,function(){return this.isoWeekYear()%100});function qo(e,t){P(0,[e,e.length],0,t)}qo("gggg","weekYear");qo("ggggg","weekYear");qo("GGGG","isoWeekYear");qo("GGGGG","isoWeekYear");le("weekYear","gg");le("isoWeekYear","GG");de("weekYear",1);de("isoWeekYear",1);R("G",Yo);R("g",Yo);R("GG",q,xe);R("gg",q,xe);R("GGGG",yi,hi);R("gggg",yi,hi);R("GGGGG",Go,zo);R("ggggg",Go,zo);qr(["gggg","ggggg","GGGG","GGGGG"],function(e,t,r,o){t[o.substr(0,2)]=F(e)});qr(["gg","GG"],function(e,t,r,o){t[o]=A.parseTwoDigitYear(e)});function vm(e){return dd.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Sm(e){return dd.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Om(){return qe(this.year(),1,4)}function wm(){return qe(this.isoWeekYear(),1,4)}function Em(){var e=this.localeData()._week;return qe(this.year(),e.dow,e.doy)}function Cm(){var e=this.localeData()._week;return qe(this.weekYear(),e.dow,e.doy)}function dd(e,t,r,o,a){var i;return e==null?Yr(this,o,a).year:(i=qe(e,o,a),t>i&&(t=i),_m.call(this,e,t,r,o,a))}function _m(e,t,r,o,a){var i=$l(e,t,r,o,a),s=Gr(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}P("Q",0,"Qo","quarter");le("quarter","Q");de("quarter",7);R("Q",Pl);j("Q",function(e,t){t[Ke]=(F(e)-1)*3});function Am(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}P("D",["DD",2],"Do","date");le("date","D");de("date",9);R("D",q);R("DD",q,xe);R("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient});j(["D","DD"],Me);j("Do",function(e,t){t[Me]=F(e.match(q)[0])});var ud=lr("Date",!0);P("DDD",["DDDD",3],"DDDo","dayOfYear");le("dayOfYear","DDD");de("dayOfYear",4);R("DDD",$o);R("DDDD",Dl);j(["DDD","DDDD"],function(e,t,r){r._dayOfYear=F(e)});function Rm(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}P("m",["mm",2],0,"minute");le("minute","m");de("minute",14);R("m",q);R("mm",q,xe);j(["m","mm"],Ae);var Nm=lr("Minutes",!1);P("s",["ss",2],0,"second");le("second","s");de("second",15);R("s",q);R("ss",q,xe);j(["s","ss"],Ze);var km=lr("Seconds",!1);P("S",0,0,function(){return~~(this.millisecond()/100)});P(0,["SS",2],0,function(){return~~(this.millisecond()/10)});P(0,["SSS",3],0,"millisecond");P(0,["SSSS",4],0,function(){return this.millisecond()*10});P(0,["SSSSS",5],0,function(){return this.millisecond()*100});P(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});P(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});P(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});P(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});le("millisecond","ms");de("millisecond",16);R("S",$o,Pl);R("SS",$o,xe);R("SSS",$o,Dl);var pt,fd;for(pt="SSSS";pt.length<=9;pt+="S")R(pt,dr);function Tm(e,t){t[It]=F(("0."+e)*1e3)}for(pt="S";pt.length<=9;pt+="S")j(pt,Tm);fd=lr("Milliseconds",!1);P("z",0,0,"zoneAbbr");P("zz",0,0,"zoneName");function Im(){return this._isUTC?"UTC":""}function Pm(){return this._isUTC?"Coordinated Universal Time":""}var E=Kr.prototype;E.add=Cy;E.calendar=Iy;E.clone=Py;E.diff=By;E.endOf=qy;E.format=Gy;E.from=Yy;E.fromNow=jy;E.to=Vy;E.toNow=Ky;E.get=Lp;E.invalidAt=am;E.isAfter=Dy;E.isBefore=Ly;E.isBetween=My;E.isSame=Fy;E.isSameOrAfter=Uy;E.isSameOrBefore=Wy;E.isValid=om;E.lang=ad;E.locale=nd;E.localeData=id;E.max=oy;E.min=ry;E.parsingFlags=nm;E.set=Mp;E.startOf=Zy;E.subtract=_y;E.toArray=em;E.toObject=tm;E.toDate=Qy;E.toISOString=zy;E.inspect=$y;typeof Symbol<"u"&&Symbol.for!=null&&(E[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});E.toJSON=rm;E.toString=Hy;E.unix=Xy;E.valueOf=Jy;E.creationData=im;E.eraName=dm;E.eraNarrow=um;E.eraAbbr=fm;E.eraYear=pm;E.year=zl;E.isLeapYear=th;E.weekYear=vm;E.isoWeekYear=Sm;E.quarter=E.quarters=Am;E.month=Bl;E.daysInMonth=Xp;E.week=E.weeks=sh;E.isoWeek=E.isoWeeks=ch;E.weeksInYear=Em;E.weeksInWeekYear=Cm;E.isoWeeksInYear=Om;E.isoWeeksInISOWeekYear=wm;E.date=ud;E.day=E.days=Sh;E.weekday=Oh;E.isoWeekday=wh;E.dayOfYear=Rm;E.hour=E.hours=kh;E.minute=E.minutes=Nm;E.second=E.seconds=km;E.millisecond=E.milliseconds=fd;E.utcOffset=fy;E.utc=hy;E.local=yy;E.parseZone=my;E.hasAlignedHourOffset=gy;E.isDST=by;E.isLocal=vy;E.isUtcOffset=Sy;E.isUtc=ed;E.isUTC=ed;E.zoneAbbr=Im;E.zoneName=Pm;E.dates=Oe("dates accessor is deprecated. Use date instead.",ud);E.months=Oe("months accessor is deprecated. Use month instead",Bl);E.years=Oe("years accessor is deprecated. Use year instead",zl);E.zone=Oe("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",py);E.isDSTShifted=Oe("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",xy);function Dm(e){return Z(e*1e3)}function Lm(){return Z.apply(null,arguments).parseZone()}function pd(e){return e}var z=ui.prototype;z.calendar=Sp;z.longDateFormat=Cp;z.invalidDate=Ap;z.ordinal=kp;z.preparse=pd;z.postformat=pd;z.relativeTime=Ip;z.pastFuture=Pp;z.set=xp;z.eras=sm;z.erasParse=cm;z.erasConvertYear=lm;z.erasAbbrRegex=ym;z.erasNameRegex=hm;z.erasNarrowRegex=mm;z.months=Kp;z.monthsShort=Zp;z.monthsParse=Jp;z.monthsRegex=eh;z.monthsShortRegex=Qp;z.week=oh;z.firstDayOfYear=ih;z.firstDayOfWeek=ah;z.weekdays=mh;z.weekdaysMin=bh;z.weekdaysShort=gh;z.weekdaysParse=vh;z.weekdaysRegex=Eh;z.weekdaysShortRegex=Ch;z.weekdaysMinRegex=_h;z.isPM=Rh;z.meridiem=Th;function Wo(e,t,r,o){var a=Xe(),i=Ue().set(o,t);return a[r](i,e)}function hd(e,t,r){if(Je(e)&&(t=e,e=void 0),e=e||"",t!=null)return Wo(e,t,r,"month");var o,a=[];for(o=0;o<12;o++)a[o]=Wo(e,o,r,"month");return a}function Ai(e,t,r,o){typeof e=="boolean"?(Je(t)&&(r=t,t=void 0),t=t||""):(t=e,r=t,e=!1,Je(t)&&(r=t,t=void 0),t=t||"");var a=Xe(),i=e?a._week.dow:0,s,l=[];if(r!=null)return Wo(t,(r+i)%7,o,"day");for(s=0;s<7;s++)l[s]=Wo(t,(s+i)%7,o,"day");return l}function Mm(e,t){return hd(e,t,"months")}function Fm(e,t){return hd(e,t,"monthsShort")}function Um(e,t,r){return Ai(e,t,r,"weekdays")}function Wm(e,t,r){return Ai(e,t,r,"weekdaysShort")}function Bm(e,t,r){return Ai(e,t,r,"weekdaysMin")}ht("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(e){var t=e%10,r=F(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+r}});A.lang=Oe("moment.lang is deprecated. Use moment.locale instead.",ht);A.langData=Oe("moment.langData is deprecated. Use moment.localeData instead.",Xe);var je=Math.abs;function Hm(){var e=this._data;return this._milliseconds=je(this._milliseconds),this._days=je(this._days),this._months=je(this._months),e.milliseconds=je(e.milliseconds),e.seconds=je(e.seconds),e.minutes=je(e.minutes),e.hours=je(e.hours),e.months=je(e.months),e.years=je(e.years),this}function yd(e,t,r,o){var a=ke(t,r);return e._milliseconds+=o*a._milliseconds,e._days+=o*a._days,e._months+=o*a._months,e._bubble()}function zm(e,t){return yd(this,e,t,1)}function $m(e,t){return yd(this,e,t,-1)}function Cl(e){return e<0?Math.floor(e):Math.ceil(e)}function Gm(){var e=this._milliseconds,t=this._days,r=this._months,o=this._data,a,i,s,l,d;return e>=0&&t>=0&&r>=0||e<=0&&t<=0&&r<=0||(e+=Cl(si(r)+t)*864e5,t=0,r=0),o.milliseconds=e%1e3,a=Se(e/1e3),o.seconds=a%60,i=Se(a/60),o.minutes=i%60,s=Se(i/60),o.hours=s%24,t+=Se(s/24),d=Se(md(t)),r+=d,t-=Cl(si(d)),l=Se(r/12),r%=12,o.days=t,o.months=r,o.years=l,this}function md(e){return e*4800/146097}function si(e){return e*146097/4800}function Ym(e){if(!this.isValid())return NaN;var t,r,o=this._milliseconds;if(e=we(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+o/864e5,r=this._months+md(t),e){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(t=this._days+Math.round(si(this._months)),e){case"week":return t/7+o/6048e5;case"day":return t+o/864e5;case"hour":return t*24+o/36e5;case"minute":return t*1440+o/6e4;case"second":return t*86400+o/1e3;case"millisecond":return Math.floor(t*864e5)+o;default:throw new Error("Unknown unit "+e)}}function jm(){return this.isValid()?this._milliseconds+this._days*864e5+this._months%12*2592e6+F(this._months/12)*31536e6:NaN}function Qe(e){return function(){return this.as(e)}}var Vm=Qe("ms"),Km=Qe("s"),Zm=Qe("m"),qm=Qe("h"),Jm=Qe("d"),Xm=Qe("w"),Qm=Qe("M"),eg=Qe("Q"),tg=Qe("y");function rg(){return ke(this)}function og(e){return e=we(e),this.isValid()?this[e+"s"]():NaN}function Dt(e){return function(){return this.isValid()?this._data[e]:NaN}}var ng=Dt("milliseconds"),ag=Dt("seconds"),ig=Dt("minutes"),sg=Dt("hours"),cg=Dt("days"),lg=Dt("months"),dg=Dt("years");function ug(){return Se(this.days()/7)}var Ve=Math.round,ar={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function fg(e,t,r,o,a){return a.relativeTime(t||1,!!r,e,o)}function pg(e,t,r,o){var a=ke(e).abs(),i=Ve(a.as("s")),s=Ve(a.as("m")),l=Ve(a.as("h")),d=Ve(a.as("d")),f=Ve(a.as("M")),h=Ve(a.as("w")),p=Ve(a.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]||d<=1&&["d"]||d<r.d&&["dd",d];return r.w!=null&&(m=m||h<=1&&["w"]||h<r.w&&["ww",h]),m=m||f<=1&&["M"]||f<r.M&&["MM",f]||p<=1&&["y"]||["yy",p],m[2]=t,m[3]=+e>0,m[4]=o,fg.apply(null,m)}function hg(e){return e===void 0?Ve:typeof e=="function"?(Ve=e,!0):!1}function yg(e,t){return ar[e]===void 0?!1:t===void 0?ar[e]:(ar[e]=t,e==="s"&&(ar.ss=t-1),!0)}function mg(e,t){if(!this.isValid())return this.localeData().invalidDate();var r=!1,o=ar,a,i;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(r=e),typeof t=="object"&&(o=Object.assign({},ar,t),t.s!=null&&t.ss==null&&(o.ss=t.s-1)),a=this.localeData(),i=pg(this,!r,o,a),r&&(i=a.pastFuture(+this,i)),a.postformat(i)}var ei=Math.abs;function or(e){return(e>0)-(e<0)||+e}function Jo(){if(!this.isValid())return this.localeData().invalidDate();var e=ei(this._milliseconds)/1e3,t=ei(this._days),r=ei(this._months),o,a,i,s,l=this.asSeconds(),d,f,h,p;return l?(o=Se(e/60),a=Se(o/60),e%=60,o%=60,i=Se(r/12),r%=12,s=e?e.toFixed(3).replace(/\.?0+$/,""):"",d=l<0?"-":"",f=or(this._months)!==or(l)?"-":"",h=or(this._days)!==or(l)?"-":"",p=or(this._milliseconds)!==or(l)?"-":"",d+"P"+(i?f+i+"Y":"")+(r?f+r+"M":"")+(t?h+t+"D":"")+(a||o||e?"T":"")+(a?p+a+"H":"")+(o?p+o+"M":"")+(e?p+s+"S":"")):"P0D"}var W=Zo.prototype;W.isValid=cy;W.abs=Hm;W.add=zm;W.subtract=$m;W.as=Ym;W.asMilliseconds=Vm;W.asSeconds=Km;W.asMinutes=Zm;W.asHours=qm;W.asDays=Jm;W.asWeeks=Xm;W.asMonths=Qm;W.asQuarters=eg;W.asYears=tg;W.valueOf=jm;W._bubble=Gm;W.clone=rg;W.get=og;W.milliseconds=ng;W.seconds=ag;W.minutes=ig;W.hours=sg;W.days=cg;W.weeks=ug;W.months=lg;W.years=dg;W.humanize=mg;W.toISOString=Jo;W.toString=Jo;W.toJSON=Jo;W.locale=nd;W.localeData=id;W.toIsoString=Oe("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Jo);W.lang=ad;P("X",0,0,"unix");P("x",0,0,"valueOf");R("x",Yo);R("X",Up);j("X",function(e,t,r){r._d=new Date(parseFloat(e)*1e3)});j("x",function(e,t,r){r._d=new Date(F(e))});A.version="2.29.4";gp(Z);A.fn=E;A.min=ny;A.max=ay;A.now=iy;A.utc=Ue;A.unix=Dm;A.months=Mm;A.isDate=Vr;A.locale=ht;A.invalid=Bo;A.duration=ke;A.isMoment=Ne;A.weekdays=Um;A.parseZone=Lm;A.localeData=Xe;A.isDuration=Io;A.monthsShort=Fm;A.weekdaysMin=Bm;A.defineLocale=xi;A.updateLocale=Lh;A.locales=Mh;A.weekdaysShort=Wm;A.normalizeUnits=we;A.relativeTimeRounding=hg;A.relativeTimeThreshold=yg;A.calendarFormat=Ty;A.prototype=E;A.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 Lt=A;var ue;(function(e){e.DAY="DAY",e.WEEK="WEEK",e.MONTH="MONTH"})(ue||(ue={}));var gd=te`
|
|
75
|
+
`+new Error().stack),r=!1}return t.apply(this,arguments)},t)}var vl={};function Al(e,t){A.deprecationHandler!=null&&A.deprecationHandler(e,t),vl[e]||(_l(t),vl[e]=!0)}A.suppressDeprecationWarnings=!1;A.deprecationHandler=null;function We(e){return typeof Function<"u"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function gp(e){var t,r;for(r in e)H(e,r)&&(t=e[r],We(t)?this[r]=t:this["_"+r]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function ri(e,t){var r=ft({},e),o;for(o in t)H(t,o)&&(It(e[o])&&It(t[o])?(r[o]={},ft(r[o],e[o]),ft(r[o],t[o])):t[o]!=null?r[o]=t[o]:delete r[o]);for(o in e)H(e,o)&&!H(t,o)&&It(e[o])&&(r[o]=ft({},r[o]));return r}function ui(e){e!=null&&this.set(e)}var oi;Object.keys?oi=Object.keys:oi=function(e){var t,r=[];for(t in e)H(e,t)&&r.push(t);return r};var bp={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function xp(e,t,r){var o=this._calendar[e]||this._calendar.sameElse;return We(o)?o.call(t,r):o}function Fe(e,t,r){var o=""+Math.abs(e),a=t-o.length,i=e>=0;return(i?r?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+o}var fi=/(\[[^\[]*\])|(\\)?([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,Ro=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Xa={},ar={};function P(e,t,r,o){var a=o;typeof o=="string"&&(a=function(){return this[o]()}),e&&(ar[e]=a),t&&(ar[t[0]]=function(){return Fe(a.apply(this,arguments),t[1],t[2])}),r&&(ar[r]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function vp(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function Sp(e){var t=e.match(fi),r,o;for(r=0,o=t.length;r<o;r++)ar[t[r]]?t[r]=ar[t[r]]:t[r]=vp(t[r]);return function(a){var i="",s;for(s=0;s<o;s++)i+=We(t[s])?t[s].call(a,e):t[s];return i}}function ko(e,t){return e.isValid()?(t=Rl(t,e.localeData()),Xa[t]=Xa[t]||Sp(t),Xa[t](e)):e.localeData().invalidDate()}function Rl(e,t){var r=5;function o(a){return t.longDateFormat(a)||a}for(Ro.lastIndex=0;r>=0&&Ro.test(e);)e=e.replace(Ro,o),Ro.lastIndex=0,r-=1;return e}var Op={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 wp(e){var t=this._longDateFormat[e],r=this._longDateFormat[e.toUpperCase()];return t||!r?t:(this._longDateFormat[e]=r.match(fi).map(function(o){return o==="MMMM"||o==="MM"||o==="DD"||o==="dddd"?o.slice(1):o}).join(""),this._longDateFormat[e])}var Ep="Invalid date";function Cp(){return this._invalidDate}var _p="%d",Ap=/\d{1,2}/;function Rp(e){return this._ordinal.replace("%d",e)}var Np={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 kp(e,t,r,o){var a=this._relativeTime[r];return We(a)?a(e,t,r,o):a.replace(/%d/i,e)}function Tp(e,t){var r=this._relativeTime[e>0?"future":"past"];return We(r)?r(t):r.replace(/%s/i,t)}var Hr={};function le(e,t){var r=e.toLowerCase();Hr[r]=Hr[r+"s"]=Hr[t]=e}function we(e){return typeof e=="string"?Hr[e]||Hr[e.toLowerCase()]:void 0}function pi(e){var t={},r,o;for(o in e)H(e,o)&&(r=we(o),r&&(t[r]=e[o]));return t}var Nl={};function de(e,t){Nl[e]=t}function Ip(e){var t=[],r;for(r in e)H(e,r)&&t.push({unit:r,priority:Nl[r]});return t.sort(function(o,a){return o.priority-a.priority}),t}function Bo(e){return e%4===0&&e%100!==0||e%400===0}function Se(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function F(e){var t=+e,r=0;return t!==0&&isFinite(t)&&(r=Se(t)),r}function cr(e,t){return function(r){return r!=null?(kl(this,e,r),A.updateOffset(this,t),this):Po(this,e)}}function Po(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function kl(e,t,r){e.isValid()&&!isNaN(r)&&(t==="FullYear"&&Bo(e.year())&&e.month()===1&&e.date()===29?(r=F(r),e._d["set"+(e._isUTC?"UTC":"")+t](r,e.month(),jo(r,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](r))}function Pp(e){return e=we(e),We(this[e])?this[e]():this}function Dp(e,t){if(typeof e=="object"){e=pi(e);var r=Ip(e),o,a=r.length;for(o=0;o<a;o++)this[r[o].unit](e[r[o].unit])}else if(e=we(e),We(this[e]))return this[e](t);return this}var Tl=/\d/,xe=/\d\d/,Il=/\d{3}/,hi=/\d{4}/,Ho=/[+-]?\d{6}/,q=/\d\d?/,Pl=/\d\d\d\d?/,Dl=/\d\d\d\d\d\d?/,zo=/\d{1,3}/,yi=/\d{1,4}/,$o=/[+-]?\d{1,6}/,lr=/\d+/,Go=/[+-]?\d+/,Lp=/Z|[+-]\d\d:?\d\d/gi,Yo=/Z|[+-]\d\d(?::?\d\d)?/gi,Mp=/[+-]?\d+(\.\d{1,3})?/,Kr=/[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,Do;Do={};function R(e,t,r){Do[e]=We(t)?t:function(o,a){return o&&r?r:t}}function Fp(e,t){return H(Do,e)?Do[e](t._strict,t._locale):new RegExp(Up(e))}function Up(e){return be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,r,o,a,i){return r||o||a||i}))}function be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var ni={};function j(e,t){var r,o=t,a;for(typeof e=="string"&&(e=[e]),Je(t)&&(o=function(i,s){s[t]=F(i)}),a=e.length,r=0;r<a;r++)ni[e[r]]=o}function Zr(e,t){j(e,function(r,o,a,i){a._w=a._w||{},t(r,a._w,a,i)})}function Wp(e,t,r){t!=null&&H(ni,e)&&ni[e](t,r._a,r,e)}var ce=0,Ke=1,Me=2,re=3,Ae=4,Ze=5,Tt=6,Bp=7,Hp=8;function zp(e,t){return(e%t+t)%t}var ee;Array.prototype.indexOf?ee=Array.prototype.indexOf:ee=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function jo(e,t){if(isNaN(e)||isNaN(t))return NaN;var r=zp(t,12);return e+=(t-r)/12,r===1?Bo(e)?29:28:31-r%7%2}P("M",["MM",2],"Mo",function(){return this.month()+1});P("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)});P("MMMM",0,0,function(e){return this.localeData().months(this,e)});le("month","M");de("month",8);R("M",q);R("MM",q,xe);R("MMM",function(e,t){return t.monthsShortRegex(e)});R("MMMM",function(e,t){return t.monthsRegex(e)});j(["M","MM"],function(e,t){t[Ke]=F(e)-1});j(["MMM","MMMM"],function(e,t,r,o){var a=r._locale.monthsParse(e,o,r._strict);a!=null?t[Ke]=a:L(r).invalidMonth=e});var $p="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Ll="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ml=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Gp=Kr,Yp=Kr;function jp(e,t){return e?Re(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ml).test(t)?"format":"standalone"][e.month()]:Re(this._months)?this._months:this._months.standalone}function Vp(e,t){return e?Re(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ml.test(t)?"format":"standalone"][e.month()]:Re(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function Kp(e,t,r){var o,a,i,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],o=0;o<12;++o)i=Ue([2e3,o]),this._shortMonthsParse[o]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[o]=this.months(i,"").toLocaleLowerCase();return r?t==="MMM"?(a=ee.call(this._shortMonthsParse,s),a!==-1?a:null):(a=ee.call(this._longMonthsParse,s),a!==-1?a:null):t==="MMM"?(a=ee.call(this._shortMonthsParse,s),a!==-1?a:(a=ee.call(this._longMonthsParse,s),a!==-1?a:null)):(a=ee.call(this._longMonthsParse,s),a!==-1?a:(a=ee.call(this._shortMonthsParse,s),a!==-1?a:null))}function Zp(e,t,r){var o,a,i;if(this._monthsParseExact)return Kp.call(this,e,t,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;o<12;o++){if(a=Ue([2e3,o]),r&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),!r&&!this._monthsParse[o]&&(i="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[o]=new RegExp(i.replace(".",""),"i")),r&&t==="MMMM"&&this._longMonthsParse[o].test(e))return o;if(r&&t==="MMM"&&this._shortMonthsParse[o].test(e))return o;if(!r&&this._monthsParse[o].test(e))return o}}function Fl(e,t){var r;if(!e.isValid())return e;if(typeof t=="string"){if(/^\d+$/.test(t))t=F(t);else if(t=e.localeData().monthsParse(t),!Je(t))return e}return r=Math.min(e.date(),jo(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,r),e}function Ul(e){return e!=null?(Fl(this,e),A.updateOffset(this,!0),this):Po(this,"Month")}function qp(){return jo(this.year(),this.month())}function Jp(e){return this._monthsParseExact?(H(this,"_monthsRegex")||Wl.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(H(this,"_monthsShortRegex")||(this._monthsShortRegex=Gp),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function Xp(e){return this._monthsParseExact?(H(this,"_monthsRegex")||Wl.call(this),e?this._monthsStrictRegex:this._monthsRegex):(H(this,"_monthsRegex")||(this._monthsRegex=Yp),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function Wl(){function e(s,l){return l.length-s.length}var t=[],r=[],o=[],a,i;for(a=0;a<12;a++)i=Ue([2e3,a]),t.push(this.monthsShort(i,"")),r.push(this.months(i,"")),o.push(this.months(i,"")),o.push(this.monthsShort(i,""));for(t.sort(e),r.sort(e),o.sort(e),a=0;a<12;a++)t[a]=be(t[a]),r[a]=be(r[a]);for(a=0;a<24;a++)o[a]=be(o[a]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}P("Y",0,0,function(){var e=this.year();return e<=9999?Fe(e,4):"+"+e});P(0,["YY",2],0,function(){return this.year()%100});P(0,["YYYY",4],0,"year");P(0,["YYYYY",5],0,"year");P(0,["YYYYYY",6,!0],0,"year");le("year","y");de("year",1);R("Y",Go);R("YY",q,xe);R("YYYY",yi,hi);R("YYYYY",$o,Ho);R("YYYYYY",$o,Ho);j(["YYYYY","YYYYYY"],ce);j("YYYY",function(e,t){t[ce]=e.length===2?A.parseTwoDigitYear(e):F(e)});j("YY",function(e,t){t[ce]=A.parseTwoDigitYear(e)});j("Y",function(e,t){t[ce]=parseInt(e,10)});function zr(e){return Bo(e)?366:365}A.parseTwoDigitYear=function(e){return F(e)+(F(e)>68?1900:2e3)};var Bl=cr("FullYear",!0);function Qp(){return Bo(this.year())}function eh(e,t,r,o,a,i,s){var l;return e<100&&e>=0?(l=new Date(e+400,t,r,o,a,i,s),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,r,o,a,i,s),l}function $r(e){var t,r;return e<100&&e>=0?(r=Array.prototype.slice.call(arguments),r[0]=e+400,t=new Date(Date.UTC.apply(null,r)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Lo(e,t,r){var o=7+t-r,a=(7+$r(e,0,o).getUTCDay()-t)%7;return-a+o-1}function Hl(e,t,r,o,a){var i=(7+r-o)%7,s=Lo(e,o,a),l=1+7*(t-1)+i+s,d,f;return l<=0?(d=e-1,f=zr(d)+l):l>zr(e)?(d=e+1,f=l-zr(e)):(d=e,f=l),{year:d,dayOfYear:f}}function Gr(e,t,r){var o=Lo(e.year(),t,r),a=Math.floor((e.dayOfYear()-o-1)/7)+1,i,s;return a<1?(s=e.year()-1,i=a+qe(s,t,r)):a>qe(e.year(),t,r)?(i=a-qe(e.year(),t,r),s=e.year()+1):(s=e.year(),i=a),{week:i,year:s}}function qe(e,t,r){var o=Lo(e,t,r),a=Lo(e+1,t,r);return(zr(e)-o+a)/7}P("w",["ww",2],"wo","week");P("W",["WW",2],"Wo","isoWeek");le("week","w");le("isoWeek","W");de("week",5);de("isoWeek",5);R("w",q);R("ww",q,xe);R("W",q);R("WW",q,xe);Zr(["w","ww","W","WW"],function(e,t,r,o){t[o.substr(0,1)]=F(e)});function th(e){return Gr(e,this._week.dow,this._week.doy).week}var rh={dow:0,doy:6};function oh(){return this._week.dow}function nh(){return this._week.doy}function ah(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function ih(e){var t=Gr(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}P("d",0,"do","day");P("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});P("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});P("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});P("e",0,0,"weekday");P("E",0,0,"isoWeekday");le("day","d");le("weekday","e");le("isoWeekday","E");de("day",11);de("weekday",11);de("isoWeekday",11);R("d",q);R("e",q);R("E",q);R("dd",function(e,t){return t.weekdaysMinRegex(e)});R("ddd",function(e,t){return t.weekdaysShortRegex(e)});R("dddd",function(e,t){return t.weekdaysRegex(e)});Zr(["dd","ddd","dddd"],function(e,t,r,o){var a=r._locale.weekdaysParse(e,o,r._strict);a!=null?t.d=a:L(r).invalidWeekday=e});Zr(["d","e","E"],function(e,t,r,o){t[o]=F(e)});function sh(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function ch(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function mi(e,t){return e.slice(t,7).concat(e.slice(0,t))}var lh="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),zl="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),dh="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),uh=Kr,fh=Kr,ph=Kr;function hh(e,t){var r=Re(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?mi(r,this._week.dow):e?r[e.day()]:r}function yh(e){return e===!0?mi(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function mh(e){return e===!0?mi(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function gh(e,t,r){var o,a,i,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)i=Ue([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?t==="dddd"?(a=ee.call(this._weekdaysParse,s),a!==-1?a:null):t==="ddd"?(a=ee.call(this._shortWeekdaysParse,s),a!==-1?a:null):(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null):t==="dddd"?(a=ee.call(this._weekdaysParse,s),a!==-1||(a=ee.call(this._shortWeekdaysParse,s),a!==-1)?a:(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null)):t==="ddd"?(a=ee.call(this._shortWeekdaysParse,s),a!==-1||(a=ee.call(this._weekdaysParse,s),a!==-1)?a:(a=ee.call(this._minWeekdaysParse,s),a!==-1?a:null)):(a=ee.call(this._minWeekdaysParse,s),a!==-1||(a=ee.call(this._weekdaysParse,s),a!==-1)?a:(a=ee.call(this._shortWeekdaysParse,s),a!==-1?a:null))}function bh(e,t,r){var o,a,i;if(this._weekdaysParseExact)return gh.call(this,e,t,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(a=Ue([2e3,1]).day(o),r&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[o]=new RegExp(i.replace(".",""),"i")),r&&t==="dddd"&&this._fullWeekdaysParse[o].test(e))return o;if(r&&t==="ddd"&&this._shortWeekdaysParse[o].test(e))return o;if(r&&t==="dd"&&this._minWeekdaysParse[o].test(e))return o;if(!r&&this._weekdaysParse[o].test(e))return o}}function xh(e){if(!this.isValid())return e!=null?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return e!=null?(e=sh(e,this.localeData()),this.add(e-t,"d")):t}function vh(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Sh(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=ch(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function Oh(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(H(this,"_weekdaysRegex")||(this._weekdaysRegex=uh),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function wh(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(H(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=fh),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Eh(e){return this._weekdaysParseExact?(H(this,"_weekdaysRegex")||gi.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(H(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=ph),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function gi(){function e(h,p){return p.length-h.length}var t=[],r=[],o=[],a=[],i,s,l,d,f;for(i=0;i<7;i++)s=Ue([2e3,1]).day(i),l=be(this.weekdaysMin(s,"")),d=be(this.weekdaysShort(s,"")),f=be(this.weekdays(s,"")),t.push(l),r.push(d),o.push(f),a.push(l),a.push(d),a.push(f);t.sort(e),r.sort(e),o.sort(e),a.sort(e),this._weekdaysRegex=new RegExp("^("+a.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("^("+t.join("|")+")","i")}function bi(){return this.hours()%12||12}function Ch(){return this.hours()||24}P("H",["HH",2],0,"hour");P("h",["hh",2],0,bi);P("k",["kk",2],0,Ch);P("hmm",0,0,function(){return""+bi.apply(this)+Fe(this.minutes(),2)});P("hmmss",0,0,function(){return""+bi.apply(this)+Fe(this.minutes(),2)+Fe(this.seconds(),2)});P("Hmm",0,0,function(){return""+this.hours()+Fe(this.minutes(),2)});P("Hmmss",0,0,function(){return""+this.hours()+Fe(this.minutes(),2)+Fe(this.seconds(),2)});function $l(e,t){P(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}$l("a",!0);$l("A",!1);le("hour","h");de("hour",13);function Gl(e,t){return t._meridiemParse}R("a",Gl);R("A",Gl);R("H",q);R("h",q);R("k",q);R("HH",q,xe);R("hh",q,xe);R("kk",q,xe);R("hmm",Pl);R("hmmss",Dl);R("Hmm",Pl);R("Hmmss",Dl);j(["H","HH"],re);j(["k","kk"],function(e,t,r){var o=F(e);t[re]=o===24?0:o});j(["a","A"],function(e,t,r){r._isPm=r._locale.isPM(e),r._meridiem=e});j(["h","hh"],function(e,t,r){t[re]=F(e),L(r).bigHour=!0});j("hmm",function(e,t,r){var o=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o)),L(r).bigHour=!0});j("hmmss",function(e,t,r){var o=e.length-4,a=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o,2)),t[Ze]=F(e.substr(a)),L(r).bigHour=!0});j("Hmm",function(e,t,r){var o=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o))});j("Hmmss",function(e,t,r){var o=e.length-4,a=e.length-2;t[re]=F(e.substr(0,o)),t[Ae]=F(e.substr(o,2)),t[Ze]=F(e.substr(a))});function _h(e){return(e+"").toLowerCase().charAt(0)==="p"}var Ah=/[ap]\.?m?\.?/i,Rh=cr("Hours",!0);function Nh(e,t,r){return e>11?r?"pm":"PM":r?"am":"AM"}var Yl={calendar:bp,longDateFormat:Op,invalidDate:Ep,ordinal:_p,dayOfMonthOrdinalParse:Ap,relativeTime:Np,months:$p,monthsShort:Ll,week:rh,weekdays:lh,weekdaysMin:dh,weekdaysShort:zl,meridiemParse:Ah},X={},Wr={},Yr;function kh(e,t){var r,o=Math.min(e.length,t.length);for(r=0;r<o;r+=1)if(e[r]!==t[r])return r;return o}function Sl(e){return e&&e.toLowerCase().replace("_","-")}function Th(e){for(var t=0,r,o,a,i;t<e.length;){for(i=Sl(e[t]).split("-"),r=i.length,o=Sl(e[t+1]),o=o?o.split("-"):null;r>0;){if(a=Vo(i.slice(0,r).join("-")),a)return a;if(o&&o.length>=r&&kh(i,o)>=r-1)break;r--}t++}return Yr}function Ih(e){return e.match("^[^/\\\\]*$")!=null}function Vo(e){var t=null,r;if(X[e]===void 0&&typeof module<"u"&&module&&module.exports&&Ih(e))try{t=Yr._abbr,r=Ni,r("./locale/"+e),ht(t)}catch{X[e]=null}return X[e]}function ht(e,t){var r;return e&&(ye(t)?r=Xe(e):r=xi(e,t),r?Yr=r:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Yr._abbr}function xi(e,t){if(t!==null){var r,o=Yl;if(t.abbr=e,X[e]!=null)Al("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=X[e]._config;else if(t.parentLocale!=null)if(X[t.parentLocale]!=null)o=X[t.parentLocale]._config;else if(r=Vo(t.parentLocale),r!=null)o=r._config;else return Wr[t.parentLocale]||(Wr[t.parentLocale]=[]),Wr[t.parentLocale].push({name:e,config:t}),null;return X[e]=new ui(ri(o,t)),Wr[e]&&Wr[e].forEach(function(a){xi(a.name,a.config)}),ht(e),X[e]}else return delete X[e],null}function Ph(e,t){if(t!=null){var r,o,a=Yl;X[e]!=null&&X[e].parentLocale!=null?X[e].set(ri(X[e]._config,t)):(o=Vo(e),o!=null&&(a=o._config),t=ri(a,t),o==null&&(t.abbr=e),r=new ui(t),r.parentLocale=X[e],X[e]=r),ht(e)}else X[e]!=null&&(X[e].parentLocale!=null?(X[e]=X[e].parentLocale,e===ht()&&ht(e)):X[e]!=null&&delete X[e]);return X[e]}function Xe(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Yr;if(!Re(e)){if(t=Vo(e),t)return t;e=[e]}return Th(e)}function Dh(){return oi(X)}function vi(e){var t,r=e._a;return r&&L(e).overflow===-2&&(t=r[Ke]<0||r[Ke]>11?Ke:r[Me]<1||r[Me]>jo(r[ce],r[Ke])?Me:r[re]<0||r[re]>24||r[re]===24&&(r[Ae]!==0||r[Ze]!==0||r[Tt]!==0)?re:r[Ae]<0||r[Ae]>59?Ae:r[Ze]<0||r[Ze]>59?Ze:r[Tt]<0||r[Tt]>999?Tt:-1,L(e)._overflowDayOfYear&&(t<ce||t>Me)&&(t=Me),L(e)._overflowWeeks&&t===-1&&(t=Bp),L(e)._overflowWeekday&&t===-1&&(t=Hp),L(e).overflow=t),e}var Lh=/^\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)?)?$/,Mh=/^\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)?)?$/,Fh=/Z|[+-]\d\d(?::?\d\d)?/,No=[["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]],Qa=[["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/]],Uh=/^\/?Date\((-?\d+)/i,Wh=/^(?:(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}))$/,Bh={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 jl(e){var t,r,o=e._i,a=Lh.exec(o)||Mh.exec(o),i,s,l,d,f=No.length,h=Qa.length;if(a){for(L(e).iso=!0,t=0,r=f;t<r;t++)if(No[t][1].exec(a[1])){s=No[t][0],i=No[t][2]!==!1;break}if(s==null){e._isValid=!1;return}if(a[3]){for(t=0,r=h;t<r;t++)if(Qa[t][1].exec(a[3])){l=(a[2]||" ")+Qa[t][0];break}if(l==null){e._isValid=!1;return}}if(!i&&l!=null){e._isValid=!1;return}if(a[4])if(Fh.exec(a[4]))d="Z";else{e._isValid=!1;return}e._f=s+(l||"")+(d||""),Oi(e)}else e._isValid=!1}function Hh(e,t,r,o,a,i){var s=[zh(e),Ll.indexOf(t),parseInt(r,10),parseInt(o,10),parseInt(a,10)];return i&&s.push(parseInt(i,10)),s}function zh(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function $h(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Gh(e,t,r){if(e){var o=zl.indexOf(e),a=new Date(t[0],t[1],t[2]).getDay();if(o!==a)return L(r).weekdayMismatch=!0,r._isValid=!1,!1}return!0}function Yh(e,t,r){if(e)return Bh[e];if(t)return 0;var o=parseInt(r,10),a=o%100,i=(o-a)/100;return i*60+a}function Vl(e){var t=Wh.exec($h(e._i)),r;if(t){if(r=Hh(t[4],t[3],t[2],t[5],t[6],t[7]),!Gh(t[1],r,e))return;e._a=r,e._tzm=Yh(t[8],t[9],t[10]),e._d=$r.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),L(e).rfc2822=!0}else e._isValid=!1}function jh(e){var t=Uh.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}if(jl(e),e._isValid===!1)delete e._isValid;else return;if(Vl(e),e._isValid===!1)delete e._isValid;else return;e._strict?e._isValid=!1:A.createFromInputFallback(e)}A.createFromInputFallback=Oe("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(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))});function or(e,t,r){return e??t??r}function Vh(e){var t=new Date(A.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Si(e){var t,r,o=[],a,i,s;if(!e._d){for(a=Vh(e),e._w&&e._a[Me]==null&&e._a[Ke]==null&&Kh(e),e._dayOfYear!=null&&(s=or(e._a[ce],a[ce]),(e._dayOfYear>zr(s)||e._dayOfYear===0)&&(L(e)._overflowDayOfYear=!0),r=$r(s,0,e._dayOfYear),e._a[Ke]=r.getUTCMonth(),e._a[Me]=r.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=o[t]=a[t];for(;t<7;t++)e._a[t]=o[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[re]===24&&e._a[Ae]===0&&e._a[Ze]===0&&e._a[Tt]===0&&(e._nextDay=!0,e._a[re]=0),e._d=(e._useUTC?$r:eh).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[re]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==i&&(L(e).weekdayMismatch=!0)}}function Kh(e){var t,r,o,a,i,s,l,d,f;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(i=1,s=4,r=or(t.GG,e._a[ce],Gr(Z(),1,4).year),o=or(t.W,1),a=or(t.E,1),(a<1||a>7)&&(d=!0)):(i=e._locale._week.dow,s=e._locale._week.doy,f=Gr(Z(),i,s),r=or(t.gg,e._a[ce],f.year),o=or(t.w,f.week),t.d!=null?(a=t.d,(a<0||a>6)&&(d=!0)):t.e!=null?(a=t.e+i,(t.e<0||t.e>6)&&(d=!0)):a=i),o<1||o>qe(r,i,s)?L(e)._overflowWeeks=!0:d!=null?L(e)._overflowWeekday=!0:(l=Hl(r,o,a,i,s),e._a[ce]=l.year,e._dayOfYear=l.dayOfYear)}A.ISO_8601=function(){};A.RFC_2822=function(){};function Oi(e){if(e._f===A.ISO_8601){jl(e);return}if(e._f===A.RFC_2822){Vl(e);return}e._a=[],L(e).empty=!0;var t=""+e._i,r,o,a,i,s,l=t.length,d=0,f,h;for(a=Rl(e._f,e._locale).match(fi)||[],h=a.length,r=0;r<h;r++)i=a[r],o=(t.match(Fp(i,e))||[])[0],o&&(s=t.substr(0,t.indexOf(o)),s.length>0&&L(e).unusedInput.push(s),t=t.slice(t.indexOf(o)+o.length),d+=o.length),ar[i]?(o?L(e).empty=!1:L(e).unusedTokens.push(i),Wp(i,o,e)):e._strict&&!o&&L(e).unusedTokens.push(i);L(e).charsLeftOver=l-d,t.length>0&&L(e).unusedInput.push(t),e._a[re]<=12&&L(e).bigHour===!0&&e._a[re]>0&&(L(e).bigHour=void 0),L(e).parsedDateParts=e._a.slice(0),L(e).meridiem=e._meridiem,e._a[re]=Zh(e._locale,e._a[re],e._meridiem),f=L(e).era,f!==null&&(e._a[ce]=e._locale.erasConvertYear(f,e._a[ce])),Si(e),vi(e)}function Zh(e,t,r){var o;return r==null?t:e.meridiemHour!=null?e.meridiemHour(t,r):(e.isPM!=null&&(o=e.isPM(r),o&&t<12&&(t+=12),!o&&t===12&&(t=0)),t)}function qh(e){var t,r,o,a,i,s,l=!1,d=e._f.length;if(d===0){L(e).invalidFormat=!0,e._d=new Date(NaN);return}for(a=0;a<d;a++)i=0,s=!1,t=di({},e),e._useUTC!=null&&(t._useUTC=e._useUTC),t._f=e._f[a],Oi(t),li(t)&&(s=!0),i+=L(t).charsLeftOver,i+=L(t).unusedTokens.length*10,L(t).score=i,l?i<o&&(o=i,r=t):(o==null||i<o||s)&&(o=i,r=t,s&&(l=!0));ft(e,r||t)}function Jh(e){if(!e._d){var t=pi(e._i),r=t.day===void 0?t.date:t.day;e._a=Cl([t.year,t.month,r,t.hour,t.minute,t.second,t.millisecond],function(o){return o&&parseInt(o,10)}),Si(e)}}function Xh(e){var t=new Vr(vi(Kl(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Kl(e){var t=e._i,r=e._f;return e._locale=e._locale||Xe(e._l),t===null||r===void 0&&t===""?Wo({nullInput:!0}):(typeof t=="string"&&(e._i=t=e._locale.preparse(t)),Ne(t)?new Vr(vi(t)):(jr(t)?e._d=t:Re(r)?qh(e):r?Oi(e):Qh(e),li(e)||(e._d=null),e))}function Qh(e){var t=e._i;ye(t)?e._d=new Date(A.now()):jr(t)?e._d=new Date(t.valueOf()):typeof t=="string"?jh(e):Re(t)?(e._a=Cl(t.slice(0),function(r){return parseInt(r,10)}),Si(e)):It(t)?Jh(e):Je(t)?e._d=new Date(t):A.createFromInputFallback(e)}function Zl(e,t,r,o,a){var i={};return(t===!0||t===!1)&&(o=t,t=void 0),(r===!0||r===!1)&&(o=r,r=void 0),(It(e)&&ci(e)||Re(e)&&e.length===0)&&(e=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=a,i._l=r,i._i=e,i._f=t,i._strict=o,Xh(i)}function Z(e,t,r,o){return Zl(e,t,r,o,!1)}var ey=Oe("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=Z.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:Wo()}),ty=Oe("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=Z.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:Wo()});function ql(e,t){var r,o;if(t.length===1&&Re(t[0])&&(t=t[0]),!t.length)return Z();for(r=t[0],o=1;o<t.length;++o)(!t[o].isValid()||t[o][e](r))&&(r=t[o]);return r}function ry(){var e=[].slice.call(arguments,0);return ql("isBefore",e)}function oy(){var e=[].slice.call(arguments,0);return ql("isAfter",e)}var ny=function(){return Date.now?Date.now():+new Date},Br=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ay(e){var t,r=!1,o,a=Br.length;for(t in e)if(H(e,t)&&!(ee.call(Br,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return!1;for(o=0;o<a;++o)if(e[Br[o]]){if(r)return!1;parseFloat(e[Br[o]])!==F(e[Br[o]])&&(r=!0)}return!0}function iy(){return this._isValid}function sy(){return ke(NaN)}function Ko(e){var t=pi(e),r=t.year||0,o=t.quarter||0,a=t.month||0,i=t.week||t.isoWeek||0,s=t.day||0,l=t.hour||0,d=t.minute||0,f=t.second||0,h=t.millisecond||0;this._isValid=ay(t),this._milliseconds=+h+f*1e3+d*6e4+l*1e3*60*60,this._days=+s+i*7,this._months=+a+o*3+r*12,this._data={},this._locale=Xe(),this._bubble()}function To(e){return e instanceof Ko}function ai(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function cy(e,t,r){var o=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),i=0,s;for(s=0;s<o;s++)(r&&e[s]!==t[s]||!r&&F(e[s])!==F(t[s]))&&i++;return i+a}function Jl(e,t){P(e,0,0,function(){var r=this.utcOffset(),o="+";return r<0&&(r=-r,o="-"),o+Fe(~~(r/60),2)+t+Fe(~~r%60,2)})}Jl("Z",":");Jl("ZZ","");R("Z",Yo);R("ZZ",Yo);j(["Z","ZZ"],function(e,t,r){r._useUTC=!0,r._tzm=wi(Yo,e)});var ly=/([\+\-]|\d\d)/gi;function wi(e,t){var r=(t||"").match(e),o,a,i;return r===null?null:(o=r[r.length-1]||[],a=(o+"").match(ly)||["-",0,0],i=+(a[1]*60)+F(a[2]),i===0?0:a[0]==="+"?i:-i)}function Ei(e,t){var r,o;return t._isUTC?(r=t.clone(),o=(Ne(e)||jr(e)?e.valueOf():Z(e).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+o),A.updateOffset(r,!1),r):Z(e).local()}function ii(e){return-Math.round(e._d.getTimezoneOffset())}A.updateOffset=function(){};function dy(e,t,r){var o=this._offset||0,a;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e=="string"){if(e=wi(Yo,e),e===null)return this}else Math.abs(e)<16&&!r&&(e=e*60);return!this._isUTC&&t&&(a=ii(this)),this._offset=e,this._isUTC=!0,a!=null&&this.add(a,"m"),o!==e&&(!t||this._changeInProgress?ed(this,ke(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,A.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?o:ii(this)}function uy(e,t){return e!=null?(typeof e!="string"&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function fy(e){return this.utcOffset(0,e)}function py(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(ii(this),"m")),this}function hy(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var e=wi(Lp,this._i);e!=null?this.utcOffset(e):this.utcOffset(0,!0)}return this}function yy(e){return this.isValid()?(e=e?Z(e).utcOffset():0,(this.utcOffset()-e)%60===0):!1}function my(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function gy(){if(!ye(this._isDSTShifted))return this._isDSTShifted;var e={},t;return di(e,this),e=Kl(e),e._a?(t=e._isUTC?Ue(e._a):Z(e._a),this._isDSTShifted=this.isValid()&&cy(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function by(){return this.isValid()?!this._isUTC:!1}function xy(){return this.isValid()?this._isUTC:!1}function Xl(){return this.isValid()?this._isUTC&&this._offset===0:!1}var vy=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Sy=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function ke(e,t){var r=e,o=null,a,i,s;return To(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:Je(e)||!isNaN(+e)?(r={},t?r[t]=+e:r.milliseconds=+e):(o=vy.exec(e))?(a=o[1]==="-"?-1:1,r={y:0,d:F(o[Me])*a,h:F(o[re])*a,m:F(o[Ae])*a,s:F(o[Ze])*a,ms:F(ai(o[Tt]*1e3))*a}):(o=Sy.exec(e))?(a=o[1]==="-"?-1:1,r={y:kt(o[2],a),M:kt(o[3],a),w:kt(o[4],a),d:kt(o[5],a),h:kt(o[6],a),m:kt(o[7],a),s:kt(o[8],a)}):r==null?r={}:typeof r=="object"&&("from"in r||"to"in r)&&(s=Oy(Z(r.from),Z(r.to)),r={},r.ms=s.milliseconds,r.M=s.months),i=new Ko(r),To(e)&&H(e,"_locale")&&(i._locale=e._locale),To(e)&&H(e,"_isValid")&&(i._isValid=e._isValid),i}ke.fn=Ko.prototype;ke.invalid=sy;function kt(e,t){var r=e&&parseFloat(e.replace(",","."));return(isNaN(r)?0:r)*t}function Ol(e,t){var r={};return r.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(r.months,"M").isAfter(t)&&--r.months,r.milliseconds=+t-+e.clone().add(r.months,"M"),r}function Oy(e,t){var r;return e.isValid()&&t.isValid()?(t=Ei(t,e),e.isBefore(t)?r=Ol(e,t):(r=Ol(t,e),r.milliseconds=-r.milliseconds,r.months=-r.months),r):{milliseconds:0,months:0}}function Ql(e,t){return function(r,o){var a,i;return o!==null&&!isNaN(+o)&&(Al(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=r,r=o,o=i),a=ke(r,o),ed(this,a,e),this}}function ed(e,t,r,o){var a=t._milliseconds,i=ai(t._days),s=ai(t._months);e.isValid()&&(o=o??!0,s&&Fl(e,Po(e,"Month")+s*r),i&&kl(e,"Date",Po(e,"Date")+i*r),a&&e._d.setTime(e._d.valueOf()+a*r),o&&A.updateOffset(e,i||s))}var wy=Ql(1,"add"),Ey=Ql(-1,"subtract");function td(e){return typeof e=="string"||e instanceof String}function Cy(e){return Ne(e)||jr(e)||td(e)||Je(e)||Ay(e)||_y(e)||e===null||e===void 0}function _y(e){var t=It(e)&&!ci(e),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"],a,i,s=o.length;for(a=0;a<s;a+=1)i=o[a],r=r||H(e,i);return t&&r}function Ay(e){var t=Re(e),r=!1;return t&&(r=e.filter(function(o){return!Je(o)&&td(e)}).length===0),t&&r}function Ry(e){var t=It(e)&&!ci(e),r=!1,o=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],a,i;for(a=0;a<o.length;a+=1)i=o[a],r=r||H(e,i);return t&&r}function Ny(e,t){var r=e.diff(t,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"}function ky(e,t){arguments.length===1&&(arguments[0]?Cy(arguments[0])?(e=arguments[0],t=void 0):Ry(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var r=e||Z(),o=Ei(r,this).startOf("day"),a=A.calendarFormat(this,o)||"sameElse",i=t&&(We(t[a])?t[a].call(this,r):t[a]);return this.format(i||this.localeData().calendar(a,this,Z(r)))}function Ty(){return new Vr(this)}function Iy(e,t){var r=Ne(e)?e:Z(e);return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(t).valueOf()):!1}function Py(e,t){var r=Ne(e)?e:Z(e);return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()<r.valueOf():this.clone().endOf(t).valueOf()<r.valueOf()):!1}function Dy(e,t,r,o){var a=Ne(e)?e:Z(e),i=Ne(t)?t:Z(t);return this.isValid()&&a.isValid()&&i.isValid()?(o=o||"()",(o[0]==="("?this.isAfter(a,r):!this.isBefore(a,r))&&(o[1]===")"?this.isBefore(i,r):!this.isAfter(i,r))):!1}function Ly(e,t){var r=Ne(e)?e:Z(e),o;return this.isValid()&&r.isValid()?(t=we(t)||"millisecond",t==="millisecond"?this.valueOf()===r.valueOf():(o=r.valueOf(),this.clone().startOf(t).valueOf()<=o&&o<=this.clone().endOf(t).valueOf())):!1}function My(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Fy(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Uy(e,t,r){var o,a,i;if(!this.isValid())return NaN;if(o=Ei(e,this),!o.isValid())return NaN;switch(a=(o.utcOffset()-this.utcOffset())*6e4,t=we(t),t){case"year":i=Io(this,o)/12;break;case"month":i=Io(this,o);break;case"quarter":i=Io(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-a)/864e5;break;case"week":i=(this-o-a)/6048e5;break;default:i=this-o}return r?i:Se(i)}function Io(e,t){if(e.date()<t.date())return-Io(t,e);var r=(t.year()-e.year())*12+(t.month()-e.month()),o=e.clone().add(r,"months"),a,i;return t-o<0?(a=e.clone().add(r-1,"months"),i=(t-o)/(o-a)):(a=e.clone().add(r+1,"months"),i=(t-o)/(a-o)),-(r+i)||0}A.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";A.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function Wy(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function By(e){if(!this.isValid())return null;var t=e!==!0,r=t?this.clone().utc():this;return r.year()<0||r.year()>9999?ko(r,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):We(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",ko(r,"Z")):ko(r,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Hy(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",r,o,a,i;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),r="["+e+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a="-MM-DD[T]HH:mm:ss.SSS",i=t+'[")]',this.format(r+o+a+i)}function zy(e){e||(e=this.isUtc()?A.defaultFormatUtc:A.defaultFormat);var t=ko(this,e);return this.localeData().postformat(t)}function $y(e,t){return this.isValid()&&(Ne(e)&&e.isValid()||Z(e).isValid())?ke({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Gy(e){return this.from(Z(),e)}function Yy(e,t){return this.isValid()&&(Ne(e)&&e.isValid()||Z(e).isValid())?ke({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function jy(e){return this.to(Z(),e)}function rd(e){var t;return e===void 0?this._locale._abbr:(t=Xe(e),t!=null&&(this._locale=t),this)}var od=Oe("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function nd(){return this._locale}var Mo=1e3,ir=60*Mo,Fo=60*ir,ad=(365*400+97)*24*Fo;function sr(e,t){return(e%t+t)%t}function id(e,t,r){return e<100&&e>=0?new Date(e+400,t,r)-ad:new Date(e,t,r).valueOf()}function sd(e,t,r){return e<100&&e>=0?Date.UTC(e+400,t,r)-ad:Date.UTC(e,t,r)}function Vy(e){var t,r;if(e=we(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?sd:id,e){case"year":t=r(this.year(),0,1);break;case"quarter":t=r(this.year(),this.month()-this.month()%3,1);break;case"month":t=r(this.year(),this.month(),1);break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=r(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=sr(t+(this._isUTC?0:this.utcOffset()*ir),Fo);break;case"minute":t=this._d.valueOf(),t-=sr(t,ir);break;case"second":t=this._d.valueOf(),t-=sr(t,Mo);break}return this._d.setTime(t),A.updateOffset(this,!0),this}function Ky(e){var t,r;if(e=we(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(r=this._isUTC?sd:id,e){case"year":t=r(this.year()+1,0,1)-1;break;case"quarter":t=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=r(this.year(),this.month()+1,1)-1;break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Fo-sr(t+(this._isUTC?0:this.utcOffset()*ir),Fo)-1;break;case"minute":t=this._d.valueOf(),t+=ir-sr(t,ir)-1;break;case"second":t=this._d.valueOf(),t+=Mo-sr(t,Mo)-1;break}return this._d.setTime(t),A.updateOffset(this,!0),this}function Zy(){return this._d.valueOf()-(this._offset||0)*6e4}function qy(){return Math.floor(this.valueOf()/1e3)}function Jy(){return new Date(this.valueOf())}function Xy(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Qy(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function em(){return this.isValid()?this.toISOString():null}function tm(){return li(this)}function rm(){return ft({},L(this))}function om(){return L(this).overflow}function nm(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}P("N",0,0,"eraAbbr");P("NN",0,0,"eraAbbr");P("NNN",0,0,"eraAbbr");P("NNNN",0,0,"eraName");P("NNNNN",0,0,"eraNarrow");P("y",["y",1],"yo","eraYear");P("y",["yy",2],0,"eraYear");P("y",["yyy",3],0,"eraYear");P("y",["yyyy",4],0,"eraYear");R("N",Ci);R("NN",Ci);R("NNN",Ci);R("NNNN",ym);R("NNNNN",mm);j(["N","NN","NNN","NNNN","NNNNN"],function(e,t,r,o){var a=r._locale.erasParse(e,o,r._strict);a?L(r).era=a:L(r).invalidEra=e});R("y",lr);R("yy",lr);R("yyy",lr);R("yyyy",lr);R("yo",gm);j(["y","yy","yyy","yyyy"],ce);j(["yo"],function(e,t,r,o){var a;r._locale._eraYearOrdinalRegex&&(a=e.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?t[ce]=r._locale.eraYearOrdinalParse(e,a):t[ce]=parseInt(e,10)});function am(e,t){var r,o,a,i=this._eras||Xe("en")._eras;for(r=0,o=i.length;r<o;++r){switch(typeof i[r].since){case"string":a=A(i[r].since).startOf("day"),i[r].since=a.valueOf();break}switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":a=A(i[r].until).startOf("day").valueOf(),i[r].until=a.valueOf();break}}return i}function im(e,t,r){var o,a,i=this.eras(),s,l,d;for(e=e.toUpperCase(),o=0,a=i.length;o<a;++o)if(s=i[o].name.toUpperCase(),l=i[o].abbr.toUpperCase(),d=i[o].narrow.toUpperCase(),r)switch(t){case"N":case"NN":case"NNN":if(l===e)return i[o];break;case"NNNN":if(s===e)return i[o];break;case"NNNNN":if(d===e)return i[o];break}else if([s,l,d].indexOf(e)>=0)return i[o]}function sm(e,t){var r=e.since<=e.until?1:-1;return t===void 0?A(e.since).year():A(e.since).year()+(t-e.offset)*r}function cm(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].name;return""}function lm(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].narrow;return""}function dm(){var e,t,r,o=this.localeData().eras();for(e=0,t=o.length;e<t;++e)if(r=this.clone().startOf("day").valueOf(),o[e].since<=r&&r<=o[e].until||o[e].until<=r&&r<=o[e].since)return o[e].abbr;return""}function um(){var e,t,r,o,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e)if(r=a[e].since<=a[e].until?1:-1,o=this.clone().startOf("day").valueOf(),a[e].since<=o&&o<=a[e].until||a[e].until<=o&&o<=a[e].since)return(this.year()-A(a[e].since).year())*r+a[e].offset;return this.year()}function fm(e){return H(this,"_erasNameRegex")||_i.call(this),e?this._erasNameRegex:this._erasRegex}function pm(e){return H(this,"_erasAbbrRegex")||_i.call(this),e?this._erasAbbrRegex:this._erasRegex}function hm(e){return H(this,"_erasNarrowRegex")||_i.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ci(e,t){return t.erasAbbrRegex(e)}function ym(e,t){return t.erasNameRegex(e)}function mm(e,t){return t.erasNarrowRegex(e)}function gm(e,t){return t._eraYearOrdinalRegex||lr}function _i(){var e=[],t=[],r=[],o=[],a,i,s=this.eras();for(a=0,i=s.length;a<i;++a)t.push(be(s[a].name)),e.push(be(s[a].abbr)),r.push(be(s[a].narrow)),o.push(be(s[a].name)),o.push(be(s[a].abbr)),o.push(be(s[a].narrow));this._erasRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}P(0,["gg",2],0,function(){return this.weekYear()%100});P(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Zo(e,t){P(0,[e,e.length],0,t)}Zo("gggg","weekYear");Zo("ggggg","weekYear");Zo("GGGG","isoWeekYear");Zo("GGGGG","isoWeekYear");le("weekYear","gg");le("isoWeekYear","GG");de("weekYear",1);de("isoWeekYear",1);R("G",Go);R("g",Go);R("GG",q,xe);R("gg",q,xe);R("GGGG",yi,hi);R("gggg",yi,hi);R("GGGGG",$o,Ho);R("ggggg",$o,Ho);Zr(["gggg","ggggg","GGGG","GGGGG"],function(e,t,r,o){t[o.substr(0,2)]=F(e)});Zr(["gg","GG"],function(e,t,r,o){t[o]=A.parseTwoDigitYear(e)});function bm(e){return cd.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function xm(e){return cd.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function vm(){return qe(this.year(),1,4)}function Sm(){return qe(this.isoWeekYear(),1,4)}function Om(){var e=this.localeData()._week;return qe(this.year(),e.dow,e.doy)}function wm(){var e=this.localeData()._week;return qe(this.weekYear(),e.dow,e.doy)}function cd(e,t,r,o,a){var i;return e==null?Gr(this,o,a).year:(i=qe(e,o,a),t>i&&(t=i),Em.call(this,e,t,r,o,a))}function Em(e,t,r,o,a){var i=Hl(e,t,r,o,a),s=$r(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}P("Q",0,"Qo","quarter");le("quarter","Q");de("quarter",7);R("Q",Tl);j("Q",function(e,t){t[Ke]=(F(e)-1)*3});function Cm(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}P("D",["DD",2],"Do","date");le("date","D");de("date",9);R("D",q);R("DD",q,xe);R("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient});j(["D","DD"],Me);j("Do",function(e,t){t[Me]=F(e.match(q)[0])});var ld=cr("Date",!0);P("DDD",["DDDD",3],"DDDo","dayOfYear");le("dayOfYear","DDD");de("dayOfYear",4);R("DDD",zo);R("DDDD",Il);j(["DDD","DDDD"],function(e,t,r){r._dayOfYear=F(e)});function _m(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}P("m",["mm",2],0,"minute");le("minute","m");de("minute",14);R("m",q);R("mm",q,xe);j(["m","mm"],Ae);var Am=cr("Minutes",!1);P("s",["ss",2],0,"second");le("second","s");de("second",15);R("s",q);R("ss",q,xe);j(["s","ss"],Ze);var Rm=cr("Seconds",!1);P("S",0,0,function(){return~~(this.millisecond()/100)});P(0,["SS",2],0,function(){return~~(this.millisecond()/10)});P(0,["SSS",3],0,"millisecond");P(0,["SSSS",4],0,function(){return this.millisecond()*10});P(0,["SSSSS",5],0,function(){return this.millisecond()*100});P(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});P(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});P(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});P(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});le("millisecond","ms");de("millisecond",16);R("S",zo,Tl);R("SS",zo,xe);R("SSS",zo,Il);var pt,dd;for(pt="SSSS";pt.length<=9;pt+="S")R(pt,lr);function Nm(e,t){t[Tt]=F(("0."+e)*1e3)}for(pt="S";pt.length<=9;pt+="S")j(pt,Nm);dd=cr("Milliseconds",!1);P("z",0,0,"zoneAbbr");P("zz",0,0,"zoneName");function km(){return this._isUTC?"UTC":""}function Tm(){return this._isUTC?"Coordinated Universal Time":""}var E=Vr.prototype;E.add=wy;E.calendar=ky;E.clone=Ty;E.diff=Uy;E.endOf=Ky;E.format=zy;E.from=$y;E.fromNow=Gy;E.to=Yy;E.toNow=jy;E.get=Pp;E.invalidAt=om;E.isAfter=Iy;E.isBefore=Py;E.isBetween=Dy;E.isSame=Ly;E.isSameOrAfter=My;E.isSameOrBefore=Fy;E.isValid=tm;E.lang=od;E.locale=rd;E.localeData=nd;E.max=ty;E.min=ey;E.parsingFlags=rm;E.set=Dp;E.startOf=Vy;E.subtract=Ey;E.toArray=Xy;E.toObject=Qy;E.toDate=Jy;E.toISOString=By;E.inspect=Hy;typeof Symbol<"u"&&Symbol.for!=null&&(E[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});E.toJSON=em;E.toString=Wy;E.unix=qy;E.valueOf=Zy;E.creationData=nm;E.eraName=cm;E.eraNarrow=lm;E.eraAbbr=dm;E.eraYear=um;E.year=Bl;E.isLeapYear=Qp;E.weekYear=bm;E.isoWeekYear=xm;E.quarter=E.quarters=Cm;E.month=Ul;E.daysInMonth=qp;E.week=E.weeks=ah;E.isoWeek=E.isoWeeks=ih;E.weeksInYear=Om;E.weeksInWeekYear=wm;E.isoWeeksInYear=vm;E.isoWeeksInISOWeekYear=Sm;E.date=ld;E.day=E.days=xh;E.weekday=vh;E.isoWeekday=Sh;E.dayOfYear=_m;E.hour=E.hours=Rh;E.minute=E.minutes=Am;E.second=E.seconds=Rm;E.millisecond=E.milliseconds=dd;E.utcOffset=dy;E.utc=fy;E.local=py;E.parseZone=hy;E.hasAlignedHourOffset=yy;E.isDST=my;E.isLocal=by;E.isUtcOffset=xy;E.isUtc=Xl;E.isUTC=Xl;E.zoneAbbr=km;E.zoneName=Tm;E.dates=Oe("dates accessor is deprecated. Use date instead.",ld);E.months=Oe("months accessor is deprecated. Use month instead",Ul);E.years=Oe("years accessor is deprecated. Use year instead",Bl);E.zone=Oe("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",uy);E.isDSTShifted=Oe("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",gy);function Im(e){return Z(e*1e3)}function Pm(){return Z.apply(null,arguments).parseZone()}function ud(e){return e}var z=ui.prototype;z.calendar=xp;z.longDateFormat=wp;z.invalidDate=Cp;z.ordinal=Rp;z.preparse=ud;z.postformat=ud;z.relativeTime=kp;z.pastFuture=Tp;z.set=gp;z.eras=am;z.erasParse=im;z.erasConvertYear=sm;z.erasAbbrRegex=pm;z.erasNameRegex=fm;z.erasNarrowRegex=hm;z.months=jp;z.monthsShort=Vp;z.monthsParse=Zp;z.monthsRegex=Xp;z.monthsShortRegex=Jp;z.week=th;z.firstDayOfYear=nh;z.firstDayOfWeek=oh;z.weekdays=hh;z.weekdaysMin=mh;z.weekdaysShort=yh;z.weekdaysParse=bh;z.weekdaysRegex=Oh;z.weekdaysShortRegex=wh;z.weekdaysMinRegex=Eh;z.isPM=_h;z.meridiem=Nh;function Uo(e,t,r,o){var a=Xe(),i=Ue().set(o,t);return a[r](i,e)}function fd(e,t,r){if(Je(e)&&(t=e,e=void 0),e=e||"",t!=null)return Uo(e,t,r,"month");var o,a=[];for(o=0;o<12;o++)a[o]=Uo(e,o,r,"month");return a}function Ai(e,t,r,o){typeof e=="boolean"?(Je(t)&&(r=t,t=void 0),t=t||""):(t=e,r=t,e=!1,Je(t)&&(r=t,t=void 0),t=t||"");var a=Xe(),i=e?a._week.dow:0,s,l=[];if(r!=null)return Uo(t,(r+i)%7,o,"day");for(s=0;s<7;s++)l[s]=Uo(t,(s+i)%7,o,"day");return l}function Dm(e,t){return fd(e,t,"months")}function Lm(e,t){return fd(e,t,"monthsShort")}function Mm(e,t,r){return Ai(e,t,r,"weekdays")}function Fm(e,t,r){return Ai(e,t,r,"weekdaysShort")}function Um(e,t,r){return Ai(e,t,r,"weekdaysMin")}ht("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(e){var t=e%10,r=F(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+r}});A.lang=Oe("moment.lang is deprecated. Use moment.locale instead.",ht);A.langData=Oe("moment.langData is deprecated. Use moment.localeData instead.",Xe);var je=Math.abs;function Wm(){var e=this._data;return this._milliseconds=je(this._milliseconds),this._days=je(this._days),this._months=je(this._months),e.milliseconds=je(e.milliseconds),e.seconds=je(e.seconds),e.minutes=je(e.minutes),e.hours=je(e.hours),e.months=je(e.months),e.years=je(e.years),this}function pd(e,t,r,o){var a=ke(t,r);return e._milliseconds+=o*a._milliseconds,e._days+=o*a._days,e._months+=o*a._months,e._bubble()}function Bm(e,t){return pd(this,e,t,1)}function Hm(e,t){return pd(this,e,t,-1)}function wl(e){return e<0?Math.floor(e):Math.ceil(e)}function zm(){var e=this._milliseconds,t=this._days,r=this._months,o=this._data,a,i,s,l,d;return e>=0&&t>=0&&r>=0||e<=0&&t<=0&&r<=0||(e+=wl(si(r)+t)*864e5,t=0,r=0),o.milliseconds=e%1e3,a=Se(e/1e3),o.seconds=a%60,i=Se(a/60),o.minutes=i%60,s=Se(i/60),o.hours=s%24,t+=Se(s/24),d=Se(hd(t)),r+=d,t-=wl(si(d)),l=Se(r/12),r%=12,o.days=t,o.months=r,o.years=l,this}function hd(e){return e*4800/146097}function si(e){return e*146097/4800}function $m(e){if(!this.isValid())return NaN;var t,r,o=this._milliseconds;if(e=we(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+o/864e5,r=this._months+hd(t),e){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(t=this._days+Math.round(si(this._months)),e){case"week":return t/7+o/6048e5;case"day":return t+o/864e5;case"hour":return t*24+o/36e5;case"minute":return t*1440+o/6e4;case"second":return t*86400+o/1e3;case"millisecond":return Math.floor(t*864e5)+o;default:throw new Error("Unknown unit "+e)}}function Gm(){return this.isValid()?this._milliseconds+this._days*864e5+this._months%12*2592e6+F(this._months/12)*31536e6:NaN}function Qe(e){return function(){return this.as(e)}}var Ym=Qe("ms"),jm=Qe("s"),Vm=Qe("m"),Km=Qe("h"),Zm=Qe("d"),qm=Qe("w"),Jm=Qe("M"),Xm=Qe("Q"),Qm=Qe("y");function eg(){return ke(this)}function tg(e){return e=we(e),this.isValid()?this[e+"s"]():NaN}function Pt(e){return function(){return this.isValid()?this._data[e]:NaN}}var rg=Pt("milliseconds"),og=Pt("seconds"),ng=Pt("minutes"),ag=Pt("hours"),ig=Pt("days"),sg=Pt("months"),cg=Pt("years");function lg(){return Se(this.days()/7)}var Ve=Math.round,nr={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function dg(e,t,r,o,a){return a.relativeTime(t||1,!!r,e,o)}function ug(e,t,r,o){var a=ke(e).abs(),i=Ve(a.as("s")),s=Ve(a.as("m")),l=Ve(a.as("h")),d=Ve(a.as("d")),f=Ve(a.as("M")),h=Ve(a.as("w")),p=Ve(a.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]||d<=1&&["d"]||d<r.d&&["dd",d];return r.w!=null&&(m=m||h<=1&&["w"]||h<r.w&&["ww",h]),m=m||f<=1&&["M"]||f<r.M&&["MM",f]||p<=1&&["y"]||["yy",p],m[2]=t,m[3]=+e>0,m[4]=o,dg.apply(null,m)}function fg(e){return e===void 0?Ve:typeof e=="function"?(Ve=e,!0):!1}function pg(e,t){return nr[e]===void 0?!1:t===void 0?nr[e]:(nr[e]=t,e==="s"&&(nr.ss=t-1),!0)}function hg(e,t){if(!this.isValid())return this.localeData().invalidDate();var r=!1,o=nr,a,i;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(r=e),typeof t=="object"&&(o=Object.assign({},nr,t),t.s!=null&&t.ss==null&&(o.ss=t.s-1)),a=this.localeData(),i=ug(this,!r,o,a),r&&(i=a.pastFuture(+this,i)),a.postformat(i)}var ei=Math.abs;function rr(e){return(e>0)-(e<0)||+e}function qo(){if(!this.isValid())return this.localeData().invalidDate();var e=ei(this._milliseconds)/1e3,t=ei(this._days),r=ei(this._months),o,a,i,s,l=this.asSeconds(),d,f,h,p;return l?(o=Se(e/60),a=Se(o/60),e%=60,o%=60,i=Se(r/12),r%=12,s=e?e.toFixed(3).replace(/\.?0+$/,""):"",d=l<0?"-":"",f=rr(this._months)!==rr(l)?"-":"",h=rr(this._days)!==rr(l)?"-":"",p=rr(this._milliseconds)!==rr(l)?"-":"",d+"P"+(i?f+i+"Y":"")+(r?f+r+"M":"")+(t?h+t+"D":"")+(a||o||e?"T":"")+(a?p+a+"H":"")+(o?p+o+"M":"")+(e?p+s+"S":"")):"P0D"}var W=Ko.prototype;W.isValid=iy;W.abs=Wm;W.add=Bm;W.subtract=Hm;W.as=$m;W.asMilliseconds=Ym;W.asSeconds=jm;W.asMinutes=Vm;W.asHours=Km;W.asDays=Zm;W.asWeeks=qm;W.asMonths=Jm;W.asQuarters=Xm;W.asYears=Qm;W.valueOf=Gm;W._bubble=zm;W.clone=eg;W.get=tg;W.milliseconds=rg;W.seconds=og;W.minutes=ng;W.hours=ag;W.days=ig;W.weeks=lg;W.months=sg;W.years=cg;W.humanize=hg;W.toISOString=qo;W.toString=qo;W.toJSON=qo;W.locale=rd;W.localeData=nd;W.toIsoString=Oe("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qo);W.lang=od;P("X",0,0,"unix");P("x",0,0,"valueOf");R("x",Go);R("X",Mp);j("X",function(e,t,r){r._d=new Date(parseFloat(e)*1e3)});j("x",function(e,t,r){r._d=new Date(F(e))});A.version="2.29.4";yp(Z);A.fn=E;A.min=ry;A.max=oy;A.now=ny;A.utc=Ue;A.unix=Im;A.months=Dm;A.isDate=jr;A.locale=ht;A.invalid=Wo;A.duration=ke;A.isMoment=Ne;A.weekdays=Mm;A.parseZone=Pm;A.localeData=Xe;A.isDuration=To;A.monthsShort=Lm;A.weekdaysMin=Um;A.defineLocale=xi;A.updateLocale=Ph;A.locales=Dh;A.weekdaysShort=Fm;A.normalizeUnits=we;A.relativeTimeRounding=fg;A.relativeTimeThreshold=pg;A.calendarFormat=Ny;A.prototype=E;A.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 Dt=A;var ue;(function(e){e.DAY="DAY",e.WEEK="WEEK",e.MONTH="MONTH"})(ue||(ue={}));var yd=te`
|
|
76
76
|
.sessions-chart {
|
|
77
77
|
height: 100%;
|
|
78
78
|
width: 100%;
|
|
79
79
|
}
|
|
80
|
-
`;var fe=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i};window.echarts==null&&console.warn("Echarts is not available");var oe=class extends he{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=ue.DAY,this.data=[]}render(){return
|
|
80
|
+
`;var fe=function(e,t,r,o){var a=arguments.length,i=a<3?t:o===null?o=Object.getOwnPropertyDescriptor(t,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,o);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(i=(a<3?s(i):a>3?s(t,r,i):s(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i};window.echarts==null&&console.warn("Echarts is not available");var oe=class extends he{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=ue.DAY,this.data=[]}render(){return io`
|
|
81
81
|
<div class="sessions-chart"></div>
|
|
82
|
-
`}firstUpdated(t){var r;super.firstUpdated(t),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(t){super.updated(t);let r=this.getOptions();r&&this.myChart&&this.myChart.setOption(r)}getOptions(){let t=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:t.hoverColor}},trigger:"axis",formatter(r){return t.getTooltip(r)},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(r){return t.period===ue.DAY||t.period===ue.WEEK?
|
|
82
|
+
`}firstUpdated(t){var r;super.firstUpdated(t),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(t){super.updated(t);let r=this.getOptions();r&&this.myChart&&this.myChart.setOption(r)}getOptions(){let t=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:t.hoverColor}},trigger:"axis",formatter(r){return t.getTooltip(r)},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(r){return t.period===ue.DAY||t.period===ue.WEEK?Dt.utc(r*1e3).format("DD MMM YYYY"):t.period===ue.MONTH?Dt.utc(r*1e3).format("MMMM YYYY"):Dt.utc(r*1e3).format("MMMM YYYY")}}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(t){let r=Dt.utc(t[0].data.value[0]*1e3),o=t.map(d=>d.data.value[1]),a,i,s="";switch(this.period){case ue.DAY:{a=r.format("DD MMM YYYY"),i="on",this.isThisPeriod(r,ue.DAY)&&(s=" so far");break}case ue.WEEK:{a=r.format("DD MMM YYYY"),i="during the week of",this.isThisPeriod(r,ue.WEEK)&&(s=" so far");break}case ue.MONTH:{i="in",a=r.format("MMMM YYYY"),this.isThisPeriod(r,ue.MONTH)&&(s=" so far");break}}let l="";for(let d=0;d<o.length;d++){let f=this.valueLabels?this.valueLabels[d]:this.yAxisName,h=this.valueLabelsSingular?this.valueLabelsSingular[d]:f,p=o[d]===1?h:f;l+=`${o[d].toLocaleString()} ${p} ${i} ${a}${s}</br>`}return l.substring(0,l.length-5)}isThisPeriod(t,r,o=Dt.utc()){switch(r){case ue.DAY:return t.format("YYYY-MM-DD")===o.clone().startOf("day").format("YYYY-MM-DD");case ue.WEEK:return t.clone().startOf("isoWeek").format("YYYY-MM-DD")===o.clone().startOf("isoWeek").format("YYYY-MM-DD");case ue.MONTH:return t.month()===o.month()&&t.year()===o.year()}return!1}getSeries(){if(this.data.length==0)return[];let t=this.data[0].length-1;if(t==0)return[];let r=[];for(let o=0;o<t;o++)r[o]={type:this.barChart?"bar":"line",data:this.getData(o)};return r}getData(t){return this.data.map(r=>this.isThisPeriod(Dt.unix(r[0]),this.period)?{value:[r[0],r[t+1]],itemStyle:{opacity:.5}}:{value:[r[0],r[t+1]]})}};oe.styles=yd;fe([V({type:String})],oe.prototype,"xAxisName",void 0);fe([V({type:String})],oe.prototype,"yAxisName",void 0);fe([V({type:String})],oe.prototype,"graphColor",void 0);fe([V({type:String})],oe.prototype,"hoverColor",void 0);fe([V({type:String})],oe.prototype,"tooltipBackgroundColor",void 0);fe([V({type:String})],oe.prototype,"tooltipBorderColor",void 0);fe([V({type:String})],oe.prototype,"tooltipTextColor",void 0);fe([V({type:String})],oe.prototype,"tooltipBorderRadius",void 0);fe([wt(void 0)],oe.prototype,"valueLabels",void 0);fe([wt(void 0)],oe.prototype,"valueLabelsSingular",void 0);fe([V({type:Boolean})],oe.prototype,"barChart",void 0);fe([V({type:String})],oe.prototype,"period",void 0);fe([wt([])],oe.prototype,"data",void 0);fe([un(".sessions-chart")],oe.prototype,"container",void 0);oe=fe([Er("ft-chart")],oe);Er("ft-chart")(oe);})();
|
|
83
83
|
/*! Bundled license information:
|
|
84
84
|
|
|
85
85
|
@webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
|