@fluid-topics/ft-link 1.1.111

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.
@@ -0,0 +1,520 @@
1
+ "use strict";(()=>{var Uc=Object.defineProperty;var $=(t,e)=>{for(var o in e)Uc(t,o,{get:e[o],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,c=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(b,x){if(b=b.toLowerCase(),this._getDefinition(b)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${b}" has already been used with this registry`);if(this._definitionsByClass.get(x)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let S=x.prototype.attributeChangedCallback,R=new Set(x.observedAttributes||[]);m(x,R,S);let L={elementClass:x,connectedCallback:x.prototype.connectedCallback,disconnectedCallback:x.prototype.disconnectedCallback,adoptedCallback:x.prototype.adoptedCallback,attributeChangedCallback:S,formAssociated:x.formAssociated,formAssociatedCallback:x.prototype.formAssociatedCallback,formDisabledCallback:x.prototype.formDisabledCallback,formResetCallback:x.prototype.formResetCallback,formStateRestoreCallback:x.prototype.formStateRestoreCallback,observedAttributes:R};this._definitionsByTag.set(b,L),this._definitionsByClass.set(x,L);let j=o.call(n,b);j||(j=u(b),e.call(n,b,j)),this===window.customElements&&(c.set(x,L),L.standInClass=j);let I=this._awaitingUpgrade.get(b);if(I){this._awaitingUpgrade.delete(b);for(let _ of I)a.delete(_),y(_,L,!0)}let A=this._whenDefinedPromises.get(b);return A!==void 0&&(A.resolve(x),this._whenDefinedPromises.delete(b)),x}upgrade(){O.push(this),n.upgrade.apply(n,arguments),O.pop()}get(b){return this._definitionsByTag.get(b)?.elementClass}_getDefinition(b){return this._definitionsByTag.get(b)}whenDefined(b){let x=this._getDefinition(b);if(x!==void 0)return Promise.resolve(x.elementClass);let S=this._whenDefinedPromises.get(b);return S===void 0&&(S={},S.promise=new Promise(R=>S.resolve=R),this._whenDefinedPromises.set(b,S)),S.promise}_upgradeWhenDefined(b,x,S){let R=this._awaitingUpgrade.get(x);R||this._awaitingUpgrade.set(x,R=new Set),S?R.add(b):R.delete(b)}};let f;window.HTMLElement=function(){let x=f;if(x)return f=void 0,x;let S=c.get(this.constructor);if(!S)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return x=Reflect.construct(t,[],S.standInClass),Object.setPrototypeOf(x,this.constructor.prototype),i.set(x,S),x},window.HTMLElement.prototype=t.prototype;let d=b=>b===document||b instanceof ShadowRoot,h=b=>{let x=b.getRootNode();if(!d(x)){let S=O[O.length-1];if(S instanceof CustomElementRegistry)return S;x=S.getRootNode(),d(x)||(x=l.get(x)?.getRootNode()||document)}return x.customElements},u=b=>class{static get formAssociated(){return!0}constructor(){let S=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(S,HTMLElement.prototype);let R=h(S)||window.customElements,L=R._getDefinition(b);return L?y(S,L):a.set(S,R),S}connectedCallback(){let S=i.get(this);S?S.connectedCallback&&S.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,b,!0)}disconnectedCallback(){let S=i.get(this);S?S.disconnectedCallback&&S.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,b,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let S=i.get(this);S&&S.formAssociated&&S?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let S=i.get(this);S?.formAssociated&&S?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let S=i.get(this);S?.formAssociated&&S?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let S=i.get(this);S?.formAssociated&&S?.formStateRestoreCallback?.apply(this,arguments)}},m=(b,x,S)=>{if(x.size===0||S===void 0)return;let R=b.prototype.setAttribute;R&&(b.prototype.setAttribute=function(I,A){let _=I.toLowerCase();if(x.has(_)){let T=this.getAttribute(_);R.call(this,_,A),S.call(this,_,T,A)}else R.call(this,_,A)});let L=b.prototype.removeAttribute;L&&(b.prototype.removeAttribute=function(I){let A=I.toLowerCase();if(x.has(A)){let _=this.getAttribute(A);L.call(this,A),S.call(this,A,_,null)}else L.call(this,A)});let j=b.prototype.toggleAttribute;j&&(b.prototype.toggleAttribute=function(I,A){let _=I.toLowerCase();if(x.has(_)){let T=this.getAttribute(_);j.call(this,_,A);let B=this.getAttribute(_);S.call(this,_,T,B)}else j.call(this,_,A)})},g=b=>{let x=Object.getPrototypeOf(b);if(x!==window.HTMLElement)return x===t?Object.setPrototypeOf(b,window.HTMLElement):g(x)},y=(b,x,S=!1)=>{Object.setPrototypeOf(b,x.elementClass.prototype),i.set(b,x),f=b;try{new x.elementClass}catch{g(x.elementClass),new x.elementClass}x.attributeChangedCallback&&x.observedAttributes.forEach(R=>{b.hasAttribute(R)&&x.attributeChangedCallback.call(b,R,null,b.getAttribute(R))}),S&&x.connectedCallback&&b.isConnected&&x.connectedCallback.call(b)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(b){let x=v.apply(this,arguments);return b.customElements&&(x.customElements=b.customElements),x};let O=[document],C=(b,x,S=void 0)=>{let R=(S?Object.getPrototypeOf(S):b.prototype)[x];b.prototype[x]=function(){O.push(this);let L=R.apply(S||this,arguments);return L!==void 0&&l.set(L,this),O.pop(),L}};C(ShadowRoot,"createElement",document),C(ShadowRoot,"importNode",document),C(Element,"insertAdjacentHTML");let E=(b,x)=>{let S=Object.getOwnPropertyDescriptor(b.prototype,x);Object.defineProperty(b.prototype,x,{...S,set(R){O.push(this),S.set.call(this,R),O.pop()}})};if(E(Element,"innerHTML"),E(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let b=new WeakMap,x=HTMLElement.prototype.attachInternals,S=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...I){let A=x.call(this,...I);return b.set(A,this),A},S.forEach(I=>{let A=window.ElementInternals.prototype,_=A[I];A[I]=function(...T){let B=b.get(this);if(i.get(B).formAssociated===!0)return _?.call(this,...T);throw new DOMException(`Failed to execute ${_} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class R extends Array{constructor(A){super(...A),this._elements=A}get value(){return this._elements.find(A=>A.checked===!0)?.value||""}}class L{constructor(A){let _=new Map;A.forEach((T,B)=>{let Gr=T.getAttribute("name"),ui=_.get(Gr)||[];this[+B]=T,ui.push(T),_.set(Gr,ui)}),this.length=A.length,_.forEach((T,B)=>{T&&(T.length===1?this[B]=T[0]:this[B]=new R(T))})}namedItem(A){return this[A]}}let j=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let I=j.get.call(this,[]),A=[];for(let _ of I){let T=i.get(_);(!T||T.formAssociated===!0)&&A.push(_)}return new L(A)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(o,n,i)=>{if(n!==null)try{e.bind(window.customElements)(o,n,i)}catch(a){console.info(o,n,i,a)}}}var no={};$(no,{CSSResult:()=>qe,LitElement:()=>se,ReactiveElement:()=>te,_$LE:()=>ss,_$LH:()=>is,adoptStyles:()=>mr,css:()=>P,defaultConverter:()=>gr,getCompatibleStyle:()=>Rt,html:()=>ze,isServer:()=>zf,noChange:()=>ge,notEqual:()=>Xr,nothing:()=>W,render:()=>oo,supportsAdoptingStyleSheets:()=>At,svg:()=>ns,unsafeCSS:()=>ke});var tr=globalThis,or=tr.ShadowRoot&&(tr.ShadyCSS===void 0||tr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,mi=Symbol(),hi=new WeakMap,rr=class{constructor(e,o,n){if(this._$cssResult$=!0,n!==mi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=o}get styleSheet(){let e=this.o,o=this.t;if(or&&e===void 0){let n=o!==void 0&&o.length===1;n&&(e=hi.get(o)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&hi.set(o,e))}return e}toString(){return this.cssText}},gi=t=>new rr(typeof t=="string"?t:t+"",void 0,mi);var Kr=(t,e)=>{if(or)t.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of e){let n=document.createElement("style"),i=tr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,t.appendChild(n)}},nr=or?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let o="";for(let n of e.cssRules)o+=n.cssText;return gi(o)})(t):t;var{is:Dc,defineProperty:Bc,getOwnPropertyDescriptor:zc,getOwnPropertyNames:Hc,getOwnPropertySymbols:jc,getPrototypeOf:Fc}=Object,ir=globalThis,yi=ir.trustedTypes,Gc=yi?yi.emptyScript:"",Kc=ir.reactiveElementPolyfillSupport,St=(t,e)=>t,Ot={toAttribute(t,e){switch(e){case Boolean:t=t?Gc:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=t!==null;break;case Number:o=t===null?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch{o=null}}return o}},ar=(t,e)=>!Dc(t,e),bi={attribute:!0,type:String,converter:Ot,reflect:!1,hasChanged:ar};Symbol.metadata??=Symbol("metadata"),ir.litPropertyMetadata??=new WeakMap;var _e=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,o=bi){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(e,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,o);i!==void 0&&Bc(this.prototype,e,i)}}static getPropertyDescriptor(e,o,n){let{get:i,set:a}=zc(this.prototype,e)??{get(){return this[o]},set(c){this[o]=c}};return{get(){return i?.call(this)},set(c){let l=i?.call(this);a.call(this,c),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??bi}static _$Ei(){if(this.hasOwnProperty(St("elementProperties")))return;let e=Fc(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(St("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(St("properties"))){let o=this.properties,n=[...Hc(o),...jc(o)];for(let i of n)this.createProperty(i,o[i])}let e=this[Symbol.metadata];if(e!==null){let o=litPropertyMetadata.get(e);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let o=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)o.unshift(nr(i))}else e!==void 0&&o.push(nr(e));return o}static _$Eu(e,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Kr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,o,n){this._$AK(e,n)}_$EO(e,o){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:Ot).toAttribute(o,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,o){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),c=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Ot;this._$Em=i,this[i]=c.fromAttribute(o,a.type),this._$Em=null}}requestUpdate(e,o,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??ar)(i?a:this[e],o))return;this.C(e,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,o,n){this._$AL.has(e)||this._$AL.set(e,o),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,o=this._$AL;try{e=this.shouldUpdate(o),e?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(o)}willUpdate(e){}_$AE(e){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(e){}firstUpdated(e){}};_e.elementStyles=[],_e.shadowRootOptions={mode:"open"},_e[St("elementProperties")]=new Map,_e[St("finalized")]=new Map,Kc?.({ReactiveElement:_e}),(ir.reactiveElementVersions??=[]).push("2.0.2");var Zr=globalThis,cr=Zr.trustedTypes,xi=cr?cr.createPolicy("lit-html",{createHTML:t=>t}):void 0,qr="$lit$",ae=`lit$${(Math.random()+"").slice(9)}$`,Yr="?"+ae,Vc=`<${Yr}>`,$e=document,sr=()=>$e.createComment(""),Ct=t=>t===null||typeof t!="object"&&typeof t!="function",Ei=Array.isArray,Ni=t=>Ei(t)||typeof t?.[Symbol.iterator]=="function",Vr=`[
2
+ \f\r]`,wt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,vi=/-->/g,Si=/>/g,Pe=RegExp(`>|${Vr}(?:([^\\s"'>=/]+)(${Vr}*=${Vr}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Oi=/'/g,wi=/"/g,Ai=/^(?:script|style|textarea|title)$/i,Ri=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),_i=Ri(1),Pi=Ri(2),G=Symbol.for("lit-noChange"),U=Symbol.for("lit-nothing"),Ci=new WeakMap,Te=$e.createTreeWalker($e,129);function Ti(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return xi!==void 0?xi.createHTML(e):e}var $i=(t,e)=>{let o=t.length-1,n=[],i,a=e===2?"<svg>":"",c=wt;for(let l=0;l<o;l++){let f=t[l],d,h,u=-1,m=0;for(;m<f.length&&(c.lastIndex=m,h=c.exec(f),h!==null);)m=c.lastIndex,c===wt?h[1]==="!--"?c=vi:h[1]!==void 0?c=Si:h[2]!==void 0?(Ai.test(h[2])&&(i=RegExp("</"+h[2],"g")),c=Pe):h[3]!==void 0&&(c=Pe):c===Pe?h[0]===">"?(c=i??wt,u=-1):h[1]===void 0?u=-2:(u=c.lastIndex-h[2].length,d=h[1],c=h[3]===void 0?Pe:h[3]==='"'?wi:Oi):c===wi||c===Oi?c=Pe:c===vi||c===Si?c=wt:(c=Pe,i=void 0);let g=c===Pe&&t[l+1].startsWith("/>")?" ":"";a+=c===wt?f+Vc:u>=0?(n.push(d),f.slice(0,u)+qr+f.slice(u)+ae+g):f+ae+(u===-2?l:g)}return[Ti(t,a+(t[o]||"<?>")+(e===2?"</svg>":"")),n]},Et=class t{constructor({strings:e,_$litType$:o},n){let i;this.parts=[];let a=0,c=0,l=e.length-1,f=this.parts,[d,h]=$i(e,o);if(this.el=t.createElement(d,n),Te.currentNode=this.el.content,o===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=Te.nextNode())!==null&&f.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(qr)){let m=h[c++],g=i.getAttribute(u).split(ae),y=/([.?@])?(.*)/.exec(m);f.push({type:1,index:a,name:y[2],strings:g,ctor:y[1]==="."?fr:y[1]==="?"?dr:y[1]==="@"?pr:Ie}),i.removeAttribute(u)}else u.startsWith(ae)&&(f.push({type:6,index:a}),i.removeAttribute(u));if(Ai.test(i.tagName)){let u=i.textContent.split(ae),m=u.length-1;if(m>0){i.textContent=cr?cr.emptyScript:"";for(let g=0;g<m;g++)i.append(u[g],sr()),Te.nextNode(),f.push({type:2,index:++a});i.append(u[m],sr())}}}else if(i.nodeType===8)if(i.data===Yr)f.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(ae,u+1))!==-1;)f.push({type:7,index:a}),u+=ae.length-1}a++}}static createElement(e,o){let n=$e.createElement("template");return n.innerHTML=e,n}};function Le(t,e,o=t,n){if(e===G)return e;let i=n!==void 0?o._$Co?.[n]:o._$Cl,a=Ct(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(e=Le(t,i._$AS(t,e.values),i,n)),e}var lr=class{constructor(e,o){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:o},parts:n}=this._$AD,i=(e?.creationScope??$e).importNode(o,!0);Te.currentNode=i;let a=Te.nextNode(),c=0,l=0,f=n[0];for(;f!==void 0;){if(c===f.index){let d;f.type===2?d=new Nt(a,a.nextSibling,this,e):f.type===1?d=new f.ctor(a,f.name,f.strings,this,e):f.type===6&&(d=new ur(a,this,e)),this._$AV.push(d),f=n[++l]}c!==f?.index&&(a=Te.nextNode(),c++)}return Te.currentNode=$e,i}p(e){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,o),o+=n.strings.length-2):n._$AI(e[o])),o++}},Nt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,o,n,i){this.type=2,this._$AH=U,this._$AN=void 0,this._$AA=e,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,o=this._$AM;return o!==void 0&&e?.nodeType===11&&(e=o.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,o=this){e=Le(this,e,o),Ct(e)?e===U||e==null||e===""?(this._$AH!==U&&this._$AR(),this._$AH=U):e!==this._$AH&&e!==G&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Ni(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==U&&Ct(this._$AH)?this._$AA.nextSibling.data=e:this.$($e.createTextNode(e)),this._$AH=e}g(e){let{values:o,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Et.createElement(Ti(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let a=new lr(i,this),c=a.u(this.options);a.p(o),this.$(c),this._$AH=a}}_$AC(e){let o=Ci.get(e.strings);return o===void 0&&Ci.set(e.strings,o=new Et(e)),o}T(e){Ei(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let a of e)i===o.length?o.push(n=new t(this.k(sr()),this.k(sr()),this,this.options)):n=o[i],n._$AI(a),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(e=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Ie=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,o,n,i,a){this.type=1,this._$AH=U,this._$AN=void 0,this.element=e,this.name=o,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=U}_$AI(e,o=this,n,i){let a=this.strings,c=!1;if(a===void 0)e=Le(this,e,o,0),c=!Ct(e)||e!==this._$AH&&e!==G,c&&(this._$AH=e);else{let l=e,f,d;for(e=a[0],f=0;f<a.length-1;f++)d=Le(this,l[n+f],o,f),d===G&&(d=this._$AH[f]),c||=!Ct(d)||d!==this._$AH[f],d===U?e=U:e!==U&&(e+=(d??"")+a[f+1]),this._$AH[f]=d}c&&!i&&this.O(e)}O(e){e===U?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},fr=class extends Ie{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===U?void 0:e}},dr=class extends Ie{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==U)}},pr=class extends Ie{constructor(e,o,n,i,a){super(e,o,n,i,a),this.type=5}_$AI(e,o=this){if((e=Le(this,e,o,0)??U)===G)return;let n=this._$AH,i=e===U&&n!==U||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==U&&(n===U||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},ur=class{constructor(e,o,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Le(this,e)}},Li={j:qr,P:ae,A:Yr,C:1,M:$i,L:lr,R:Ni,V:Le,D:Nt,I:Ie,H:dr,N:pr,U:fr,B:ur},Zc=Zr.litHtmlPolyfillSupport;Zc?.(Et,Nt),(Zr.litHtmlVersions??=[]).push("3.1.0");var hr=globalThis,At=hr.ShadowRoot&&(hr.ShadyCSS===void 0||hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Jr=Symbol(),Ii=new WeakMap,qe=class{constructor(e,o,n){if(this._$cssResult$=!0,n!==Jr)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=o}get styleSheet(){let e=this.o,o=this.t;if(At&&e===void 0){let n=o!==void 0&&o.length===1;n&&(e=Ii.get(o)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ii.set(o,e))}return e}toString(){return this.cssText}},ke=t=>new qe(typeof t=="string"?t:t+"",void 0,Jr),P=(t,...e)=>{let o=t.length===1?t[0]:e.reduce((n,i,a)=>n+(c=>{if(c._$cssResult$===!0)return c.cssText;if(typeof c=="number")return c;throw Error("Value passed to 'css' function must be a 'css' function result: "+c+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[a+1],t[0]);return new qe(o,t,Jr)},mr=(t,e)=>{if(At)t.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of e){let n=document.createElement("style"),i=hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,t.appendChild(n)}},Rt=At?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let o="";for(let n of e.cssRules)o+=n.cssText;return ke(o)})(t):t;var{is:qc,defineProperty:Yc,getOwnPropertyDescriptor:Jc,getOwnPropertyNames:Xc,getOwnPropertySymbols:Qc,getPrototypeOf:es}=Object,yr=globalThis,ki=yr.trustedTypes,ts=ki?ki.emptyScript:"",rs=yr.reactiveElementPolyfillSupport,_t=(t,e)=>t,gr={toAttribute(t,e){switch(e){case Boolean:t=t?ts:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=t!==null;break;case Number:o=t===null?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch{o=null}}return o}},Xr=(t,e)=>!qc(t,e),Mi={attribute:!0,type:String,converter:gr,reflect:!1,hasChanged:Xr};Symbol.metadata??=Symbol("metadata"),yr.litPropertyMetadata??=new WeakMap;var te=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,o=Mi){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(e,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,o);i!==void 0&&Yc(this.prototype,e,i)}}static getPropertyDescriptor(e,o,n){let{get:i,set:a}=Jc(this.prototype,e)??{get(){return this[o]},set(c){this[o]=c}};return{get(){return i?.call(this)},set(c){let l=i?.call(this);a.call(this,c),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Mi}static _$Ei(){if(this.hasOwnProperty(_t("elementProperties")))return;let e=es(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(_t("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(_t("properties"))){let o=this.properties,n=[...Xc(o),...Qc(o)];for(let i of n)this.createProperty(i,o[i])}let e=this[Symbol.metadata];if(e!==null){let o=litPropertyMetadata.get(e);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let o=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)o.unshift(Rt(i))}else e!==void 0&&o.push(Rt(e));return o}static _$Eu(e,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return mr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,o,n){this._$AK(e,n)}_$EO(e,o){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:gr).toAttribute(o,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,o){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),c=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:gr;this._$Em=i,this[i]=c.fromAttribute(o,a.type),this._$Em=null}}requestUpdate(e,o,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??Xr)(i?a:this[e],o))return;this.C(e,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,o,n){this._$AL.has(e)||this._$AL.set(e,o),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,o=this._$AL;try{e=this.shouldUpdate(o),e?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(o)}willUpdate(e){}_$AE(e){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(e){}firstUpdated(e){}};te.elementStyles=[],te.shadowRootOptions={mode:"open"},te[_t("elementProperties")]=new Map,te[_t("finalized")]=new Map,rs?.({ReactiveElement:te}),(yr.reactiveElementVersions??=[]).push("2.0.2");var eo=globalThis,br=eo.trustedTypes,Wi=br?br.createPolicy("lit-html",{createHTML:t=>t}):void 0,to="$lit$",ce=`lit$${(Math.random()+"").slice(9)}$`,ro="?"+ce,os=`<${ro}>`,Ue=document,Tt=()=>Ue.createComment(""),$t=t=>t===null||typeof t!="object"&&typeof t!="function",ji=Array.isArray,Fi=t=>ji(t)||typeof t?.[Symbol.iterator]=="function",Qr=`[
4
+ \f\r]`,Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ui=/-->/g,Di=/>/g,Me=RegExp(`>|${Qr}(?:([^\\s"'>=/]+)(${Qr}*=${Qr}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Bi=/'/g,zi=/"/g,Gi=/^(?:script|style|textarea|title)$/i,Ki=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),ze=Ki(1),ns=Ki(2),ge=Symbol.for("lit-noChange"),W=Symbol.for("lit-nothing"),Hi=new WeakMap,We=Ue.createTreeWalker(Ue,129);function Vi(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Wi!==void 0?Wi.createHTML(e):e}var Zi=(t,e)=>{let o=t.length-1,n=[],i,a=e===2?"<svg>":"",c=Pt;for(let l=0;l<o;l++){let f=t[l],d,h,u=-1,m=0;for(;m<f.length&&(c.lastIndex=m,h=c.exec(f),h!==null);)m=c.lastIndex,c===Pt?h[1]==="!--"?c=Ui:h[1]!==void 0?c=Di:h[2]!==void 0?(Gi.test(h[2])&&(i=RegExp("</"+h[2],"g")),c=Me):h[3]!==void 0&&(c=Me):c===Me?h[0]===">"?(c=i??Pt,u=-1):h[1]===void 0?u=-2:(u=c.lastIndex-h[2].length,d=h[1],c=h[3]===void 0?Me:h[3]==='"'?zi:Bi):c===zi||c===Bi?c=Me:c===Ui||c===Di?c=Pt:(c=Me,i=void 0);let g=c===Me&&t[l+1].startsWith("/>")?" ":"";a+=c===Pt?f+os:u>=0?(n.push(d),f.slice(0,u)+to+f.slice(u)+ce+g):f+ce+(u===-2?l:g)}return[Vi(t,a+(t[o]||"<?>")+(e===2?"</svg>":"")),n]},Lt=class t{constructor({strings:e,_$litType$:o},n){let i;this.parts=[];let a=0,c=0,l=e.length-1,f=this.parts,[d,h]=Zi(e,o);if(this.el=t.createElement(d,n),We.currentNode=this.el.content,o===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=We.nextNode())!==null&&f.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(to)){let m=h[c++],g=i.getAttribute(u).split(ce),y=/([.?@])?(.*)/.exec(m);f.push({type:1,index:a,name:y[2],strings:g,ctor:y[1]==="."?vr:y[1]==="?"?Sr:y[1]==="@"?Or:Be}),i.removeAttribute(u)}else u.startsWith(ce)&&(f.push({type:6,index:a}),i.removeAttribute(u));if(Gi.test(i.tagName)){let u=i.textContent.split(ce),m=u.length-1;if(m>0){i.textContent=br?br.emptyScript:"";for(let g=0;g<m;g++)i.append(u[g],Tt()),We.nextNode(),f.push({type:2,index:++a});i.append(u[m],Tt())}}}else if(i.nodeType===8)if(i.data===ro)f.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(ce,u+1))!==-1;)f.push({type:7,index:a}),u+=ce.length-1}a++}}static createElement(e,o){let n=Ue.createElement("template");return n.innerHTML=e,n}};function De(t,e,o=t,n){if(e===ge)return e;let i=n!==void 0?o._$Co?.[n]:o._$Cl,a=$t(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(e=De(t,i._$AS(t,e.values),i,n)),e}var xr=class{constructor(e,o){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:o},parts:n}=this._$AD,i=(e?.creationScope??Ue).importNode(o,!0);We.currentNode=i;let a=We.nextNode(),c=0,l=0,f=n[0];for(;f!==void 0;){if(c===f.index){let d;f.type===2?d=new Ye(a,a.nextSibling,this,e):f.type===1?d=new f.ctor(a,f.name,f.strings,this,e):f.type===6&&(d=new wr(a,this,e)),this._$AV.push(d),f=n[++l]}c!==f?.index&&(a=We.nextNode(),c++)}return We.currentNode=Ue,i}p(e){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,o),o+=n.strings.length-2):n._$AI(e[o])),o++}},Ye=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,o,n,i){this.type=2,this._$AH=W,this._$AN=void 0,this._$AA=e,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,o=this._$AM;return o!==void 0&&e?.nodeType===11&&(e=o.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,o=this){e=De(this,e,o),$t(e)?e===W||e==null||e===""?(this._$AH!==W&&this._$AR(),this._$AH=W):e!==this._$AH&&e!==ge&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Fi(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==W&&$t(this._$AH)?this._$AA.nextSibling.data=e:this.$(Ue.createTextNode(e)),this._$AH=e}g(e){let{values:o,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Lt.createElement(Vi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let a=new xr(i,this),c=a.u(this.options);a.p(o),this.$(c),this._$AH=a}}_$AC(e){let o=Hi.get(e.strings);return o===void 0&&Hi.set(e.strings,o=new Lt(e)),o}T(e){ji(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let a of e)i===o.length?o.push(n=new t(this.k(Tt()),this.k(Tt()),this,this.options)):n=o[i],n._$AI(a),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(e=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Be=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,o,n,i,a){this.type=1,this._$AH=W,this._$AN=void 0,this.element=e,this.name=o,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=W}_$AI(e,o=this,n,i){let a=this.strings,c=!1;if(a===void 0)e=De(this,e,o,0),c=!$t(e)||e!==this._$AH&&e!==ge,c&&(this._$AH=e);else{let l=e,f,d;for(e=a[0],f=0;f<a.length-1;f++)d=De(this,l[n+f],o,f),d===ge&&(d=this._$AH[f]),c||=!$t(d)||d!==this._$AH[f],d===W?e=W:e!==W&&(e+=(d??"")+a[f+1]),this._$AH[f]=d}c&&!i&&this.O(e)}O(e){e===W?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},vr=class extends Be{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===W?void 0:e}},Sr=class extends Be{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==W)}},Or=class extends Be{constructor(e,o,n,i,a){super(e,o,n,i,a),this.type=5}_$AI(e,o=this){if((e=De(this,e,o,0)??W)===ge)return;let n=this._$AH,i=e===W&&n!==W||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==W&&(n===W||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},wr=class{constructor(e,o,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){De(this,e)}},is={j:to,P:ce,A:ro,C:1,M:Zi,L:xr,R:Fi,V:De,D:Ye,I:Be,H:Sr,N:Or,U:vr,B:wr},as=eo.litHtmlPolyfillSupport;as?.(Lt,Ye),(eo.litHtmlVersions??=[]).push("3.1.0");var oo=(t,e,o)=>{let n=o?.renderBefore??e,i=n._$litPart$;if(i===void 0){let a=o?.renderBefore??null;n._$litPart$=i=new Ye(e.insertBefore(Tt(),a),a,void 0,o??{})}return i._$AI(t),i};var se=class extends te{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=oo(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ge}};se._$litElement$=!0,se.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:se});var cs=globalThis.litElementPolyfillSupport;cs?.({LitElement:se});var ss={_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var zf=!1;var ao={};$(ao,{customElement:()=>ls,eventOptions:()=>ds,property:()=>k,query:()=>io,queryAll:()=>us,queryAssignedElements:()=>ms,queryAssignedNodes:()=>gs,queryAsync:()=>hs,standardProperty:()=>qi,state:()=>It});var ls=t=>(e,o)=>{o!==void 0?o.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var fs={attribute:!0,type:String,converter:Ot,reflect:!1,hasChanged:ar},qi=(t=fs,e,o)=>{let{kind:n,metadata:i}=o,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(o.name,t),n==="accessor"){let{name:c}=o;return{set(l){let f=e.get.call(this);e.set.call(this,l),this.requestUpdate(c,f,t)},init(l){return l!==void 0&&this.C(c,void 0,t),l}}}if(n==="setter"){let{name:c}=o;return function(l){let f=this[c];e.call(this,l),this.requestUpdate(c,f,t)}}throw Error("Unsupported decorator location: "+n)};function k(t){return(e,o)=>typeof o=="object"?qi(t,e,o):((n,i,a)=>{let c=i.hasOwnProperty(a);return i.constructor.createProperty(a,c?{...n,wrapped:!0}:n),c?Object.getOwnPropertyDescriptor(i,a):void 0})(t,e,o)}function It(t){return k({...t,state:!0,attribute:!1})}function ds(t){return(e,o)=>{let n=typeof e=="function"?e:e[o];Object.assign(n,t)}}var J=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,o),o);function io(t,e){return(o,n,i)=>{let a=c=>c.renderRoot?.querySelector(t)??null;if(e){let{get:c,set:l}=typeof n=="object"?o:i??(()=>{let f=Symbol();return{get(){return this[f]},set(d){this[f]=d}}})();return J(o,n,{get(){let f=c.call(this);return f===void 0&&(f=a(this),(f!==null||this.hasUpdated)&&l.call(this,f)),f}})}return J(o,n,{get(){return a(this)}})}}var ps;function us(t){return(e,o)=>J(e,o,{get(){return(this.renderRoot??(ps??=document.createDocumentFragment())).querySelectorAll(t)}})}function hs(t){return(e,o)=>J(e,o,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function ms(t){return(e,o)=>{let{slot:n,selector:i}=t??{},a="slot"+(n?`[name=${n}]`:":not([name])");return J(e,o,{get(){let c=this.renderRoot?.querySelector(a),l=c?.assignedElements(t)??[];return i===void 0?l:l.filter(f=>f.matches(i))}})}}function gs(t){return(e,o)=>{let{slot:n}=t??{},i="slot"+(n?`[name=${n}]`:":not([name])");return J(e,o,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(t)??[]}})}}var co={};$(co,{repeat:()=>xs});var ye={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},be=t=>(...e)=>({_$litDirective$:t,values:e}),re=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,o,n){this._$Ct=e,this._$AM=o,this._$Ci=n}_$AS(e,o){return this.update(e,o)}update(e,o){return this.render(...o)}};var{D:ys}=Li;var Yi=()=>document.createComment(""),Je=(t,e,o)=>{let n=t._$AA.parentNode,i=e===void 0?t._$AB:e._$AA;if(o===void 0){let a=n.insertBefore(Yi(),i),c=n.insertBefore(Yi(),i);o=new ys(a,c,t,t.options)}else{let a=o._$AB.nextSibling,c=o._$AM,l=c!==t;if(l){let f;o._$AQ?.(t),o._$AM=t,o._$AP!==void 0&&(f=t._$AU)!==c._$AU&&o._$AP(f)}if(a!==i||l){let f=o._$AA;for(;f!==a;){let d=f.nextSibling;n.insertBefore(f,i),f=d}}}return o},xe=(t,e,o=t)=>(t._$AI(e,o),t),bs={},Ji=(t,e=bs)=>t._$AH=e,Xi=t=>t._$AH,Cr=t=>{t._$AP?.(!1,!0);let e=t._$AA,o=t._$AB.nextSibling;for(;e!==o;){let n=e.nextSibling;e.remove(),e=n}};var Qi=(t,e,o)=>{let n=new Map;for(let i=e;i<=o;i++)n.set(t[i],i);return n},xs=be(class extends re{constructor(t){if(super(t),t.type!==ye.CHILD)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let n;o===void 0?o=e:e!==void 0&&(n=e);let i=[],a=[],c=0;for(let l of t)i[c]=n?n(l,c):c,a[c]=o(l,c),c++;return{values:a,keys:i}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,n]){let i=Xi(t),{values:a,keys:c}=this.ht(e,o,n);if(!Array.isArray(i))return this.dt=c,a;let l=this.dt??=[],f=[],d,h,u=0,m=i.length-1,g=0,y=a.length-1;for(;u<=m&&g<=y;)if(i[u]===null)u++;else if(i[m]===null)m--;else if(l[u]===c[g])f[g]=xe(i[u],a[g]),u++,g++;else if(l[m]===c[y])f[y]=xe(i[m],a[y]),m--,y--;else if(l[u]===c[y])f[y]=xe(i[u],a[y]),Je(t,f[y+1],i[u]),u++,y--;else if(l[m]===c[g])f[g]=xe(i[m],a[g]),Je(t,i[u],i[m]),m--,g++;else if(d===void 0&&(d=Qi(c,g,y),h=Qi(l,u,m)),d.has(l[u]))if(d.has(l[m])){let v=h.get(c[g]),O=v!==void 0?i[v]:null;if(O===null){let C=Je(t,i[u]);xe(C,a[g]),f[g]=C}else f[g]=xe(O,a[g]),Je(t,i[u],O),i[v]=null;g++}else Cr(i[m]),m--;else Cr(i[u]),u++;for(;g<=y;){let v=Je(t,f[y+1]);xe(v,a[g]),f[g++]=v}for(;u<=m;){let v=i[u++];v!==null&&Cr(v)}return this.dt=c,Ji(t,f),G}});var lo={};$(lo,{classMap:()=>so});var so=be(class extends re{constructor(t){if(super(t),t.type!==ye.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.it===void 0){this.it=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in e)e[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(e)}let o=t.element.classList;for(let n of this.it)n in e||(o.remove(n),this.it.delete(n));for(let n in e){let i=!!e[n];i===this.it.has(n)||this.st?.has(n)||(i?(o.add(n),this.it.add(n)):(o.remove(n),this.it.delete(n)))}return G}});var fo={};$(fo,{styleMap:()=>Ss});var ea="important",vs=" !"+ea,Ss=be(class extends re{constructor(t){if(super(t),t.type!==ye.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,o)=>{let n=t[o];return n==null?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(t,[e]){let{style:o}=t.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(e)),this.render(e);for(let n of this.ut)e[n]==null&&(this.ut.delete(n),n.includes("-")?o.removeProperty(n):o[n]=null);for(let n in e){let i=e[n];if(i!=null){this.ut.add(n);let a=typeof i=="string"&&i.endsWith(vs);n.includes("-")||a?o.setProperty(n,a?i.slice(0,-11):i,a?ea:""):o[n]=i}}return G}});var uo={};$(uo,{UnsafeHTMLDirective:()=>Xe,unsafeHTML:()=>po});var Xe=class extends re{constructor(e){if(super(e),this.et=U,e.type!==ye.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===U||e==null)return this.vt=void 0,this.et=e;if(e===G)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;let o=[e];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Xe.directiveName="unsafeHTML",Xe.resultType=1;var po=be(Xe);var yo={};$(yo,{CacheRegistry:()=>go});var mo={};$(mo,{CancelablePromise:()=>Qe,CanceledPromiseError:()=>kt,cancelable:()=>ho});var kt=class extends Error{constructor(e,o,n){super(e),this.canceledPromiseResult=o,this.canceledPromiseError=n}},Qe=class extends Promise{constructor(e){super((o,n)=>e(i=>{this.isCanceled?n(new kt("Promise has been canceled",i)):o(i)},i=>{this.isCanceled?n(new kt("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},ho=t=>new Qe((e,o)=>t.then(e).catch(o));var go=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,o){this.loaders[e]=o,this.finalContent.delete(e)}registerFinal(e,o){this.loaders[e]=o,this.finalContent.add(e)}clearAll(){for(let e in this.content)this.clear(e)}clear(e){this.finalContent.has(e)||this.forceClear(e)}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof Qe&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,o){this.forceClear(e),this.register(e,async()=>o),this.content[e]=o}setFinal(e,o){this.forceClear(e),this.registerFinal(e,async()=>o),this.content[e]=o}async get(e,o,n){if(this.content[e]===void 0){if(o=o??this.loaders[e],o==null)throw new Error("Unknown cache key "+e);let i=ho(o());return this.content[e]=i,i.then(a=>(this.content[e]=a,n!=null&&(this.clearClearTimeout(e),this.clearTimeouts[e]=window.setTimeout(()=>this.clear(e),n)),a))}if(this.content[e]instanceof Error)throw this.content[e];return this.content[e]}isResolvedValue(e){return e!=null&&!(e instanceof Promise)&&!(e instanceof Error)}getNow(e){if(this.isResolvedValue(this.content[e]))return this.content[e]}has(e){return this.content[e]!=null}resolvedKeys(){return Object.keys(this.content).filter(e=>this.isResolvedValue(this.content[e]))}resolvedValues(){return Object.values(this.content).filter(e=>this.isResolvedValue(e))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var xo={};$(xo,{ClusteringHelper:()=>bo});var bo=class t{constructor(e,o,n,i){this.allResults=e,this.selectedResult=o,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(e,o){var n,i;let a=((i=(n=e?.map)!==null&&n!==void 0?n:e?.document)!==null&&i!==void 0?i:e?.topic).metadata;return o==null?t.flattenMetadata(a):t.flattenMetadata(a.find(c=>c.key===o))}static flattenMetadata(e){if(Array.isArray(e))return e.map(n=>t.flattenMetadata(n)).filter(n=>n!=null);let o=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!o))if(o){let n=[],i=[];return e.hierarchicalValues.forEach(a=>{n.push(a.join(" > ")),a.length>2?i.push(`... > ${a[a.length-1]}`):i.push(a.join(" > "))}),{key:e.key,label:e.label,value:n.join(", "),displayValue:i.join(", ")}}else{let n=e.values.join(", ");return{key:e.key,label:e.label,value:n,displayValue:n}}}computeClustersItemsForMetadata(e,o,n="No value"){var i,a;let c=t.extractResultMetadata(this.selectedResult,e),l=(i=c?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(e))===null||a===void 0?void 0:a.label;return this.allResults.map(d=>t.extractResultMetadata(d,e)).map(d=>d??{key:e,label:l,value:void 0,displayValue:n}).filter(d=>d.value!=c?.value).filter((d,h,u)=>u.findIndex(m=>m.value===d.value)===h).map(d=>({result:this.findBestResultForMetadataValue(e,d.value),metadata:d})).sort((d,h)=>this.compareMetadata(d.metadata.value,h.metadata.value,e,o))}compareMetadata(e,o,n,i){if(e==null)return-1;if(o==null)return 1;let a=this.getMetadataDescriptor(n),c=a?.sortRule||"NONE",l=a?.reverseSort||!1;if(c=="ALPHABET"||c=="VERSION"){let f=e.localeCompare(o,i,{numeric:!0});return l?f*-1:f}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(o=>e==o.key)}findBestResultForMetadataValue(e,o){let n=this.allResults.filter(f=>{var d;return((d=t.extractResultMetadata(f,e))===null||d===void 0?void 0:d.value)==o}),a=[...t.extractResultMetadata(this.selectedResult).filter(f=>this.clusteringMetadata.has(f.key)).filter(f=>f.key!==e)],c,l=-1;for(let f of n){let d=this.countMatchingMetadata(f,a);if(d>l&&(l=d,c=f,d===a.length))break}return c}countMatchingMetadata(e,o){return t.extractResultMetadata(e).filter(n=>o.some(i=>i.key===n.key&&i.value===n.value)).length}};var vo={};$(vo,{Debouncer:()=>Mt});var Mt=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,o){return this.callbacks=[e],this.debounce(o)}queue(e,o){return this.callbacks.push(e),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,o;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(l){i(l);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Co={};$(Co,{customElement:()=>He,isNumber:()=>ia,jsonProperty:()=>wo,optionalNumberProperty:()=>As});var Oo={};$(Oo,{dateReviver:()=>ws,deepEqual:()=>Wt,delay:()=>ta,eventPathContainsMatchingElement:()=>Es,flatDeep:()=>oa,hasChanged:()=>Ut,last:()=>Ns,minmax:()=>So,parseDate:()=>na,waitFor:()=>ra,waitUntil:()=>Os});var ta=t=>new Promise(e=>setTimeout(e,t));async function Os(t,e=10,o=2e4){await ra(async()=>await t()||void 0,e,o)}async function ra(t,e=10,o=2e4){let n=await t(),i,a;for(i=a=performance.now();n==null&&(!o||a-i<o);)await ta(e),n=await t(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function oa(t,e){return t.flatMap(o=>[o,...oa(e(o),e)])}function ws(...t){return function(e,o){return t.includes(e)?na(o):o}}function na(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,o,n,i)=>o+n+":"+i),new Date(t)}function Cs(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var o,n,i;if(Array.isArray(t)){if(o=t.length,o!=e.length)return!1;for(n=o;n--!==0;)if(!Wt(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!Wt(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),o=i.length,o!==Object.keys(e).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=o;n--!==0;){var a=i[n];if(!Wt(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function Wt(t,e){try{return Cs(t,e)}catch{return!1}}function Ut(t,e){return!Wt(t,e)}function Es(t,e,o=window.document.body){if(e.length>0){let n=t.composedPath();for(let i of n){if(i===o)return!1;if(i.matches&&e.some(a=>i.matches(a)))return!0}}return!1}function So(t,e,o){return Math.min(Math.max(t,e),o)}function Ns(t){return t[t.length-1]}var He=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function wo(t,e){let o=()=>JSON.parse(JSON.stringify(t));return k({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Ut,...e??{}})}function As(t){return k({type:Object,converter:{fromAttribute:e=>{if(e!=null)return ia(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...t??{}})}function ia(t){return!isNaN(parseFloat(t))}var Qo={};$(Qo,{designSystemVariables:()=>et});var Xo={};$(Xo,{DesignSystemFamily:()=>Bt,DesignSystemSize:()=>zt,FtCssVariableFactory:()=>r,badge:()=>Ls,banner:()=>$s,breadcrumb:()=>Is,button:()=>_s,chart:()=>Vs,checkbox:()=>qs,chip:()=>Ts,chipChoice:()=>Ps,collapsible:()=>Gs,comboboxMultiSelect:()=>js,comboboxSingleSelect:()=>Hs,drawer:()=>Ws,floatingMenu:()=>zs,foundation:()=>s,link:()=>D,modal:()=>Ms,notice:()=>Zs,notification:()=>Xs,pageHeader:()=>ks,popover:()=>Fs,radio:()=>Js,resolveFamilyClass:()=>Yo,resolveSizeClass:()=>Jo,semantic:()=>p,setVariable:()=>ve,switch_:()=>Ks,tabs:()=>Us,textArea:()=>Bs,textInput:()=>Ds,toggle:()=>Ys,tooltip:()=>Qs,typographies:()=>Dt,typographyBody1Medium:()=>Po,typographyBody1Regular:()=>_o,typographyBody1Semibold:()=>To,typographyBody2Medium:()=>Lo,typographyBody2MediumUnderline:()=>aa,typographyBody2Regular:()=>$o,typographyBody2Semibold:()=>Io,typographyCaption1Bold:()=>jo,typographyCaption1Medium:()=>zo,typographyCaption1Semibold:()=>Ho,typographyCaption2Bold:()=>Ko,typographyCaption2Medium:()=>Fo,typographyCaption2Semibold:()=>Go,typographyCaption3Bold:()=>qo,typographyCaption3Medium:()=>Vo,typographyCaption3Semibold:()=>Zo,typographyDisplay:()=>Eo,typographyLabel1Bold:()=>Wo,typographyLabel1Medium:()=>ko,typographyLabel1Semibold:()=>Mo,typographyLabel2Bold:()=>Bo,typographyLabel2Medium:()=>Uo,typographyLabel2Semibold:()=>Do,typographyTitle1:()=>No,typographyTitle2:()=>Ao,typographyTitle3:()=>Ro,typographyVariants:()=>Rs});var le=t=>typeof t=="string"?ke(t):t,r=class{static create(e,o,n,i){let a=l=>le(l??i),c=P`var(${le(e)}, ${a(i)})`;return c.name=e,c.description=o,c.category=n,c.defaultValue=i,c.defaultCssValue=a,c.get=l=>P`var(${le(e)}, ${a(l)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>i,c}static extend(e,o,n,i){let a=l=>n.get(l??i),c=P`var(${le(e)}, ${a(i)})`;return c.name=e,c.description=o,c.category=n.category,c.fallbackVariable=n,c.defaultValue=i,c.defaultCssValue=a,c.get=l=>P`var(${le(e)}, ${a(l)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),c}static external(e,o){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):le(a??e.lastResortDefaultValue()),i=P`var(${le(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=o,i.defaultCssValue=n,i.get=a=>P`var(${le(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};function ve(t,e){return le(`${t.name}: ${e}`)}var s={colorWhite:r.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:r.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:r.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:r.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:r.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:r.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:r.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:r.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:r.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:r.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:r.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:r.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:r.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:r.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:r.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:r.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:r.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:r.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:r.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:r.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:r.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:r.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:r.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:r.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:r.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:r.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:r.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:r.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:r.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:r.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:r.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:r.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:r.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:r.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:r.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:r.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:r.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:r.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:r.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:r.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:r.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:r.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:r.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:r.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:r.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:r.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:r.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:r.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:r.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:r.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:r.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:r.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:r.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:r.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:r.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:r.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:r.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:r.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:r.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:r.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:r.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:r.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:r.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:r.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:r.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:r.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:r.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:r.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:r.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:r.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:r.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:r.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:r.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:r.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:r.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:r.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:r.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:r.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:r.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:r.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:r.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:r.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:r.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:r.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:r.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:r.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:r.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:r.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:r.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:r.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:r.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:r.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:r.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:r.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:r.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:r.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:r.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:r.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:r.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:r.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:r.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:r.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:r.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:r.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:r.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:r.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:r.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:r.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:r.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:r.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:r.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:r.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:r.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:r.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:r.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:r.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:r.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:r.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:r.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:r.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:r.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:r.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:r.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:r.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:r.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:r.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:r.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:r.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:r.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:r.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:r.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:r.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:r.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:r.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:r.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:r.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:r.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:r.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:r.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:r.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:r.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:r.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:r.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:r.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:r.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:r.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:r.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:r.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:r.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:r.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:r.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:r.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:r.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:r.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:r.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:r.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:r.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:r.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:r.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:r.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:r.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:r.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:r.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:r.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:r.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:r.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:r.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:r.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:r.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:r.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:r.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:r.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:r.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:r.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:r.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:r.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:r.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:r.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:r.create("--ft-opacity-0","","NUMBER","0"),opacity8:r.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:r.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:r.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:r.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:r.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:r.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.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)")},Eo={fontFamily:r.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:r.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-display-textCase","","UNKNOWN","none")},No={fontFamily:r.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:r.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ao={fontFamily:r.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:r.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ro={fontFamily:r.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:r.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:r.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},_o={fontFamily:r.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Po={fontFamily:r.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},To={fontFamily:r.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},$o={fontFamily:r.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Lo={fontFamily:r.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},aa={fontFamily:r.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:r.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:r.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Io={fontFamily:r.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},ko={fontFamily:r.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:r.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:r.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:r.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:r.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:r.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},zo={fontFamily:r.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ho={fontFamily:r.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},jo={fontFamily:r.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:r.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Go={fontFamily:r.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:r.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:r.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:r.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},qo={fontFamily:r.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Dt={display:Eo,"title-1":No,"title-2":Ao,"title-3":Ro,"body-1-regular":_o,"body-1-medium":Po,"body-1-semibold":To,"body-2-regular":$o,"body-2-medium":Lo,"body-2-medium-underline":aa,"body-2-semibold":Io,"label-1-medium":ko,"label-1-semibold":Mo,"label-1-bold":Wo,"label-2-medium":Uo,"label-2-semibold":Do,"label-2-bold":Bo,"caption-1-medium":zo,"caption-1-semibold":Ho,"caption-1-bold":jo,"caption-2-medium":Fo,"caption-2-semibold":Go,"caption-2-bold":Ko,"caption-3-medium":Vo,"caption-3-semibold":Zo,"caption-3-bold":qo},Rs=["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 p={backgroundActionPrimary:r.extend("--ft-background-action-primary","Used as backgorund of primary action components.",s.colorBrand0),backgroundErrorSubtle:r.extend("--ft-background-error-subtle","Used as background of subtle error components.",s.colorRed10),backgroundInfoSubtle:r.extend("--ft-background-info-subtle","Used as background of subtle information components.",s.colorCyan10),backgroundWarningSubtle:r.extend("--ft-background-warning-subtle","Used as background of subtle information components.",s.colorOrange10),backgroundSuccessSubtle:r.extend("--ft-background-success-subtle","Used as background of subtle success components.",s.colorGreen10),backgroundGlobalSurface:r.extend("--ft-background-global-surface","Used as app background.",s.colorWhite),backgroundGlobalOnSurface:r.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",s.colorGray10),backgroundGlobalOnSurfaceDark:r.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",s.colorGray30),contentActionPrimary:r.extend("--ft-content-action-primary","Used on label of primary action on light surface.",s.colorBrand0),contentWarningPrimary:r.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",s.colorOrange200),contentWarningIconOnly:r.extend("--ft-content-warning-icon-only","Used on warning status icons alone",s.colorOrange0),contentErrorPrimary:r.extend("--ft-content-error-primary","Used on label of error messages on light surface.",s.colorRed0),contentErrorIconOnly:r.extend("--ft-content-error-icon-only","Used on error status icons alone",s.colorRed70),contentInfoPrimary:r.extend("--ft-content-info-primary","Used on label of information messages on light surface.",s.colorCyan200),contentInfoIconOnly:r.extend("--ft-content-info-icon-only","Used on info status icons alone",s.colorCyan0),contentSuccessPrimary:r.extend("--ft-content-success-primary","Used on label of success messages on light surface.",s.colorGreen200),contentSuccessIconOnly:r.extend("--ft-content-success-icon-only","Used on success status icons alone",s.colorGreen0),contentGlobalPrimary:r.extend("--ft-content-global-primary","Used for main content on the page.",s.colorGray500),contentGlobalSecondary:r.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",s.colorGray0),contentGlobalOnColor:r.extend("--ft-content-global-on-color","Used for content on a dominant color.",s.colorWhite),borderActionPrimary:r.extend("--ft-border-action-primary","Used as border for primary action components.",s.colorBrand0),borderActionFocusRing:r.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",s.colorCyan0),borderWarningPrimary:r.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",s.colorOrange200),borderWarningSubtle:r.extend("--ft-border-warning-subtle","Used as border for warning components.",s.colorOrange30),borderSuccessPrimary:r.extend("--ft-border-success-primary","Used as border for success buttons.",s.colorGreen200),borderSuccessSubtle:r.extend("--ft-border-success-subtle","Used as border for success components.",s.colorGreen30),borderErrorPrimary:r.extend("--ft-border-error-primary","Used as border for text fields in error states.",s.colorRed0),borderErrorSubtle:r.extend("--ft-border-error-subtle","Used as border for error components.",s.colorRed30),borderInfoPrimary:r.extend("--ft-border-info-primary","Used as border for buttons in info color.",s.colorCyan200),borderInfoSubtle:r.extend("--ft-border-info-subtle","Used as border for information components.",s.colorCyan30),borderGlobalPrimary:r.extend("--ft-border-global-primary","Used as border for element like input.",s.colorGray50),borderGlobalSubtle:r.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",s.colorGray30),borderInputPrimary:r.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",s.colorGray80)};var _s={largeHeight:r.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:r.extend("--ft-button-large-horizontal-padding","",s.spacing4),largeGap:r.extend("--ft-button-large-gap","",s.spacing2),largeBorderRadius:r.extend("--ft-button-large-border-radius","",s.borderRadiusS),largeIconSize:r.extend("--ft-button-large-icon-size","",s.iconSize3),largeBorderWidth:r.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:r.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:r.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:r.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:r.extend("--ft-button-medium-horizontal-padding","",s.spacing3),mediumGap:r.extend("--ft-button-medium-gap","",s.spacing2),mediumBorderRadius:r.extend("--ft-button-medium-border-radius","",s.borderRadiusS),mediumIconSize:r.extend("--ft-button-medium-icon-size","",s.iconSize2),mediumBorderWidth:r.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:r.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:r.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:r.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-button-small-horizontal-padding","",s.spacing2),smallGap:r.extend("--ft-button-small-gap","",s.spacing1),smallBorderRadius:r.extend("--ft-button-small-border-radius","",s.borderRadiusS),smallIconSize:r.extend("--ft-button-small-icon-size","",s.iconSize1),smallBorderWidth:r.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:r.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:r.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:r.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:r.extend("--ft-button-x-small-icon-size","",s.iconSize1),xSmallFocusOutlineOffset:r.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:r.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:r.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:r.extend("--ft-button-round-border-radius","",s.borderRadiusPill),primaryBackgroundColor:r.extend("--ft-button-primary-background-color","",p.backgroundActionPrimary),primaryColor:r.extend("--ft-button-primary-color","",p.contentGlobalOnColor),primaryIconColor:r.extend("--ft-button-primary-icon-color","",p.contentGlobalOnColor),primaryStateLayerColor:r.extend("--ft-button-primary-state-layer-color","",p.contentGlobalOnColor),primaryHoverStateLayerOpacity:r.extend("--ft-button-primary-hover-state-layer-opacity","",s.opacity16),primaryFocusStateLayerOpacity:r.extend("--ft-button-primary-focus-state-layer-opacity","",s.opacity16),primaryActiveStateLayerOpacity:r.extend("--ft-button-primary-active-state-layer-opacity","",s.opacity24),primaryDisabledComponentOpacity:r.extend("--ft-button-primary-disabled-component-opacity","",s.opacity40),focusFocusRingColor:r.extend("--ft-button-focus-focus-ring-color","",p.borderActionFocusRing),tertiaryBackgroundColor:r.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:r.extend("--ft-button-tertiary-color","",p.contentActionPrimary),tertiaryIconColor:r.extend("--ft-button-tertiary-icon-color","",p.contentActionPrimary),tertiaryStateLayerColor:r.extend("--ft-button-tertiary-state-layer-color","",p.contentActionPrimary),tertiaryHoverStateLayerOpacity:r.extend("--ft-button-tertiary-hover-state-layer-opacity","",s.opacity8),tertiaryFocusStateLayerOpacity:r.extend("--ft-button-tertiary-focus-state-layer-opacity","",s.opacity8),tertiaryActiveStateLayerOpacity:r.extend("--ft-button-tertiary-active-state-layer-opacity","",s.opacity16),tertiaryDisabledComponentOpacity:r.extend("--ft-button-tertiary-disabled-component-opacity","",s.opacity40),secondaryBackgroundColor:r.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:r.extend("--ft-button-secondary-color","",p.contentActionPrimary),secondaryIconColor:r.extend("--ft-button-secondary-icon-color","",p.contentActionPrimary),secondaryStateLayerColor:r.extend("--ft-button-secondary-state-layer-color","",p.contentActionPrimary),secondaryHoverStateLayerOpacity:r.extend("--ft-button-secondary-hover-state-layer-opacity","",s.opacity8),secondaryFocusStateLayerOpacity:r.extend("--ft-button-secondary-focus-state-layer-opacity","",s.opacity8),secondaryActiveStateLayerOpacity:r.extend("--ft-button-secondary-active-state-layer-opacity","",s.opacity16),secondaryDisabledComponentOpacity:r.extend("--ft-button-secondary-disabled-component-opacity","",s.opacity40),secondaryBorderColor:r.extend("--ft-button-secondary-border-color","",p.borderActionPrimary),neutralBackgroundColor:r.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:r.extend("--ft-button-neutral-icon-color","",p.contentGlobalSecondary),neutralColor:r.extend("--ft-button-neutral-color","",p.contentGlobalSecondary),neutralStateLayerColor:r.extend("--ft-button-neutral-state-layer-color","",p.contentGlobalSecondary),neutralHoverStateLayerOpacity:r.extend("--ft-button-neutral-hover-state-layer-opacity","",s.opacity8),neutralFocusStateLayerOpacity:r.extend("--ft-button-neutral-focus-state-layer-opacity","",s.opacity8),neutralActiveStateLayerOpacity:r.extend("--ft-button-neutral-active-state-layer-opacity","",s.opacity16),neutralDisabledComponentOpacity:r.extend("--ft-button-neutral-disabled-component-opacity","",s.opacity40)};var Ps={neutralOffHoverStateLayerOpacity:r.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",s.opacity8),neutralOffFocusStateLayerOpacity:r.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",s.opacity8),neutralOffFocusFocusRingColor:r.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",p.borderActionFocusRing),neutralOffActiveStateLayerOpacity:r.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",s.opacity16),neutralOffBackgroundColor:r.extend("--ft-chip-choice-neutral-off-background-color","",p.backgroundGlobalOnSurface),neutralOffBorderColor:r.extend("--ft-chip-choice-neutral-off-border-color","",p.borderGlobalPrimary),neutralOffColor:r.extend("--ft-chip-choice-neutral-off-color","",p.contentGlobalSecondary),neutralOffStateLayerColor:r.extend("--ft-chip-choice-neutral-off-state-layer-color","",p.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:r.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",s.opacity16),neutralOnHoverStateLayerOpacity:r.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",s.opacity24),neutralOnFocusStateLayerOpacity:r.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",s.opacity24),neutralOnFocusFocusRingColor:r.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",p.borderActionFocusRing),neutralOnActiveStateLayerOpacity:r.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",s.opacity32),neutralOnBackgroundColor:r.extend("--ft-chip-choice-neutral-on-background-color","",p.backgroundGlobalOnSurface),neutralOnBorderColor:r.extend("--ft-chip-choice-neutral-on-border-color","",p.borderGlobalPrimary),neutralOnColor:r.extend("--ft-chip-choice-neutral-on-color","",p.contentGlobalPrimary),neutralOnIconColor:r.extend("--ft-chip-choice-neutral-on-icon-color","",p.contentGlobalPrimary),neutralOnStateLayerColor:r.extend("--ft-chip-choice-neutral-on-state-layer-color","",p.contentGlobalPrimary),largeMinHeight:r.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ft-chip-choice-large-horizontal-padding","",s.spacing3),largeGap:r.extend("--ft-chip-choice-large-gap","",s.spacing1),largeBorderRadius:r.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:r.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ft-chip-choice-large-icon-size","",s.iconSize3),mediumMinHeight:r.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ft-chip-choice-medium-horizontal-padding","",s.spacing2),mediumGap:r.extend("--ft-chip-choice-medium-gap","",s.spacing1),mediumBorderRadius:r.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:r.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ft-chip-choice-medium-icon-size","",s.iconSize2)};var Ts={largeMinHeight:r.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ft-chip-large-horizontal-padding","",s.spacing3),largeButtonRightPadding:r.extend("--ft-chip-large-button-right-padding","",s.spacing1),largeGap:r.extend("--ft-chip-large-gap","",s.spacing1),largeFocusOutlineOffset:r.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:r.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:r.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ft-chip-large-icon-size","",s.iconSize3),mediumMinHeight:r.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ft-chip-medium-horizontal-padding","",s.spacing2),mediumButtonRightPadding:r.extend("--ft-chip-medium-button-right-padding","",s.spacing05),mediumGap:r.extend("--ft-chip-medium-gap","",s.spacing1),mediumFocusOutlineOffset:r.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:r.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:r.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ft-chip-medium-icon-size","",s.iconSize2),smallMinHeight:r.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-chip-small-horizontal-padding","",s.spacing1),smallButtonRightPadding:r.extend("--ft-chip-small-button-right-padding","",s.spacing05),smallGap:r.extend("--ft-chip-small-gap","",s.spacing1),smallFocusOutlineOffset:r.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:r.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:r.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:r.extend("--ft-chip-small-icon-size","",s.iconSize1),neutralBackgroundColor:r.extend("--ft-chip-neutral-background-color","",p.backgroundGlobalOnSurface),neutralColor:r.extend("--ft-chip-neutral-color","",p.contentGlobalSecondary),neutralIconColor:r.extend("--ft-chip-neutral-icon-color","",p.contentGlobalSecondary),neutralBorderColor:r.extend("--ft-chip-neutral-border-color","",p.borderGlobalSubtle),infoBackgroundColor:r.extend("--ft-chip-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ft-chip-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ft-chip-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ft-chip-info-border-color","",p.borderInfoSubtle),successBackgroundColor:r.extend("--ft-chip-success-background-color","",p.backgroundSuccessSubtle),successColor:r.extend("--ft-chip-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ft-chip-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:r.extend("--ft-chip-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-chip-warning-background-color","",p.backgroundWarningSubtle),warningColor:r.extend("--ft-chip-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ft-chip-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:r.extend("--ft-chip-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-chip-error-background-color","",p.backgroundErrorSubtle),errorColor:r.extend("--ft-chip-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ft-chip-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:r.extend("--ft-chip-error-border-color","",p.borderErrorSubtle)};var D={brandHoverOpacity:r.extend("--ft-link-brand-hover-opacity","",s.opacity80),brandHoverColor:r.extend("--ft-link-brand-hover-color","",p.contentActionPrimary),brandFocusFocusRingColor:r.extend("--ft-link-brand-focus-focus-ring-color","",p.borderActionFocusRing),brandFocusColor:r.extend("--ft-link-brand-focus-color","",p.contentActionPrimary),brandDefaultColor:r.extend("--ft-link-brand-default-color","",p.contentActionPrimary),brandActiveColor:r.extend("--ft-link-brand-active-color","",p.contentActionPrimary),infoHoverOpacity:r.extend("--ft-link-info-hover-opacity","",s.opacity80),infoHoverColor:r.extend("--ft-link-info-hover-color","",p.contentInfoPrimary),infoFocusFocusRingColor:r.extend("--ft-link-info-focus-focus-ring-color","",p.borderActionFocusRing),infoFocusColor:r.extend("--ft-link-info-focus-color","",p.contentInfoPrimary),infoDefaultColor:r.extend("--ft-link-info-default-color","",p.contentInfoPrimary),infoActiveColor:r.extend("--ft-link-info-active-color","",p.contentInfoPrimary),neutralFocusFocusRingColor:r.extend("--ft-link-neutral-focus-focus-ring-color","",p.borderActionFocusRing),neutralFocusColor:r.extend("--ft-link-neutral-focus-color","",p.contentActionPrimary),neutralDefaultColor:r.extend("--ft-link-neutral-default-color","",p.contentGlobalPrimary),neutralHoverColor:r.extend("--ft-link-neutral-hover-color","",p.contentActionPrimary),neutralActiveColor:r.extend("--ft-link-neutral-active-color","",p.contentActionPrimary)};var $s={iconSize:r.extend("--ft-banner-icon-size","",s.iconSize5),borderWidth:r.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:r.extend("--ft-banner-left-padding","",s.spacing6),rightPadding:r.extend("--ft-banner-right-padding","",s.spacing6),verticalPadding:r.extend("--ft-banner-vertical-padding","",s.spacing6),horizontalSideGap:r.extend("--ft-banner-horizontal-side-gap","",s.spacing6),horizontalMobileGap:r.extend("--ft-banner-horizontal-mobile-gap","",s.spacing4),verticalMobileGap:r.extend("--ft-banner-vertical-mobile-gap","",s.spacing6),horizontalMiddleGap:r.extend("--ft-banner-horizontal-middle-gap","",s.spacing20),infoBackgroundColor:r.extend("--ft-banner-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ft-banner-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ft-banner-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ft-banner-info-border-color","",p.borderInfoSubtle)};var Ls={horizontalPadding:r.extend("--ft-badge-horizontal-padding","",s.spacing1),verticalPadding:r.extend("--ft-badge-vertical-padding","",s.spacing1),borderRadius:r.extend("--ft-badge-border-radius","",s.borderRadiusPill),color:r.extend("--ft-badge-color","",p.contentGlobalOnColor),backgroundColor:r.extend("--ft-badge-background-color","",p.contentActionPrimary)};var Is={horizontalGap:r.extend("--ft-breadcrumb-horizontal-gap","",s.spacing1),verticalGap:r.extend("--ft-breadcrumb-vertical-gap","",s.spacing2),currentColor:r.extend("--ft-breadcrumb-current-color","",p.contentGlobalPrimary),previousNonClickableColor:r.extend("--ft-breadcrumb-previous-non-clickable-color","",p.contentGlobalSecondary),iconColor:r.extend("--ft-breadcrumb-icon-color","",p.contentGlobalSubtle)};var ks={horizontalPadding:r.extend("--ft-page-header-horizontal-padding","",s.spacing6),horizontalGap:r.extend("--ft-page-header-horizontal-gap","",s.spacing4),verticalGap:r.extend("--ft-page-header-vertical-gap","",s.spacing2),classicVerticalPadding:r.extend("--ft-page-header-classic-vertical-padding","",s.spacing6),multilineVerticalPadding:r.extend("--ft-page-header-multiline-vertical-padding","",s.spacing4),inlineVerticalPadding:r.extend("--ft-page-header-inline-vertical-padding","",s.spacing2),backgroundColor:r.extend("--ft-page-header-background-color","",s.colorWhite),bottomBorderColor:r.extend("--ft-page-header-bottom-border-color","",p.borderGlobalSubtle),titleColor:r.extend("--ft-page-header-title-color","",p.contentGlobalPrimary),subtitleColor:r.extend("--ft-page-header-subtitle-color","",p.contentGlobalSecondary)};var Ms={smallContainerWidth:r.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:r.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:r.extend("--ft-modal-overlay-background-color","",s.colorGray700),overlayOpacity:r.extend("--ft-modal-overlay-opacity","",s.opacity40),shadow:r.extend("--ft-modal-shadow","",s.shadowElevation03),bodyBackgroundColor:r.extend("--ft-modal-body-background-color","",s.colorWhite),bodyColor:r.extend("--ft-modal-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-modal-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:r.extend("--ft-modal-body-vertical-padding","",s.spacing6),bodyVerticalGap:r.extend("--ft-modal-body-vertical-gap","",s.spacing6),containerMargin:r.extend("--ft-modal-container-margin","",s.spacing3),headerBackgroundColor:r.extend("--ft-modal-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-modal-header-border-color","",p.borderGlobalSubtle),headerColor:r.extend("--ft-modal-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-modal-header-trailing-icon-color","",p.contentGlobalSecondary),headerVerticalPadding:r.extend("--ft-modal-header-vertical-padding","",s.spacing1),headerRightPadding:r.extend("--ft-modal-header-right-padding","",s.spacing1),headerLeftPadding:r.extend("--ft-modal-header-left-padding","",s.spacing6),headerGap:r.extend("--ft-modal-header-gap","",s.spacing2),headerBorderBottom:r.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:r.extend("--ft-modal-border-radius","",s.borderRadiusM)};var Ws={overlayOpacity:r.extend("--ft-drawer-overlay-opacity","",s.opacity40),shadow:r.extend("--ft-drawer-shadow","",s.shadowElevation03),bodyColor:r.extend("--ft-drawer-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-drawer-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:r.extend("--ft-drawer-body-vertical-padding","",s.spacing6),bodyGap:r.extend("--ft-drawer-body-gap","",s.spacing6),bodyBackgroundColor:r.extend("--ft-drawer-body-background-color","",s.colorWhite),headerBackgroundColor:r.extend("--ft-drawer-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-drawer-header-border-color","",p.borderGlobalSubtle),headerColor:r.extend("--ft-drawer-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-drawer-header-trailing-icon-color","",p.contentGlobalSecondary),headerHeight:r.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:r.extend("--ft-drawer-header-horizontal-padding","",s.spacing2),headerBorderWidth:r.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:r.extend("--ft-drawer-header-gap","",s.spacing3),buttonsBarBackgroundColor:r.extend("--ft-drawer-buttons-bar-background-color","",p.backgroundGlobalOnSurface),buttonsBarBorderColor:r.extend("--ft-drawer-buttons-bar-border-color","",p.borderGlobalSubtle),buttonsBarColor:r.extend("--ft-drawer-buttons-bar-color","",p.contentGlobalPrimary),buttonsBarHorizontalPadding:r.extend("--ft-drawer-buttons-bar-horizontal-padding","",s.spacing6),buttonsBarVerticalPadding:r.extend("--ft-drawer-buttons-bar-vertical-padding","",s.spacing4),buttonsBarGap:r.extend("--ft-drawer-buttons-bar-gap","",s.spacing3),buttonsBarBorderWidth:r.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:r.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:r.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:r.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:r.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:r.extend("--ft-drawer-overlay-background-color","",s.colorGray700)};var Us={offBorderBottomWidth:r.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:r.extend("--ft-tabs-off-hover-state-layer-opacity","",s.opacity8),offDefaultStateLayerOpacity:r.extend("--ft-tabs-off-default-state-layer-opacity","",s.opacity0),offFocusStateLayerOpacity:r.extend("--ft-tabs-off-focus-state-layer-opacity","",s.opacity8),offDisabledComponentOpacity:r.extend("--ft-tabs-off-disabled-component-opacity","",s.opacity40),offColor:r.extend("--ft-tabs-off-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-tabs-off-state-layer-color","",p.contentGlobalSubtle),offBorderBottomColor:r.extend("--ft-tabs-off-border-bottom-color","",p.borderGlobalSubtle),activeTabIndicatorHeight:r.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:r.extend("--ft-tabs-top-left-border-radius","",s.borderRadiusS),topRightBorderRadius:r.extend("--ft-tabs-top-right-border-radius","",s.borderRadiusS),withLabelHorizontalPadding:r.extend("--ft-tabs-with-label-horizontal-padding","",s.spacing4),withLabelVerticalPadding:r.extend("--ft-tabs-with-label-vertical-padding","",s.spacing3),horizontalGap:r.extend("--ft-tabs-horizontal-gap","",s.spacing1),verticalGap:r.extend("--ft-tabs-vertical-gap","",s.spacing1),onHoverStateLayerOpacity:r.extend("--ft-tabs-on-hover-state-layer-opacity","",s.opacity16),onDefaultStateLayerOpacity:r.extend("--ft-tabs-on-default-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:r.extend("--ft-tabs-on-focus-state-layer-opacity","",s.opacity16),onActiveStateLayerOpacity:r.extend("--ft-tabs-on-active-state-layer-opacity","",s.opacity24),onColor:r.extend("--ft-tabs-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ft-tabs-on-state-layer-color","",p.contentActionPrimary),onActiveTabIndicatorColor:r.extend("--ft-tabs-on-active-tab-indicator-color","",p.contentActionPrimary),iconOnlyHorizontalPadding:r.extend("--ft-tabs-icon-only-horizontal-padding","",s.spacing4),iconOnlyVerticalPadding:r.extend("--ft-tabs-icon-only-vertical-padding","",s.spacing4),alertTopPadding:r.extend("--ft-tabs-alert-top-padding","",s.spacing1),alertRightPadding:r.extend("--ft-tabs-alert-right-padding","",s.spacing05),focusOutlineWidth:r.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-tabs-focus-focus-ring-color","",p.borderActionFocusRing)};var Ds={fieldHorizontalPadding:r.extend("--ft-text-input-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:r.extend("--ft-text-input-field-horizontal-gap","",s.spacing3),fieldVerticalGap:r.extend("--ft-text-input-field-vertical-gap","",s.spacing05),fieldIconSize:r.extend("--ft-text-input-field-icon-size","",s.iconSize3),fieldHeight:r.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-text-input-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:r.extend("--ft-text-input-helper-horizontal-gap","",s.spacing1),helperIconSize:r.extend("--ft-text-input-helper-icon-size","",s.iconSize2),borderRadius:r.extend("--ft-text-input-border-radius","",s.borderRadiusM),backgroundColor:r.extend("--ft-text-input-background-color","",s.colorWhite),contentValueColor:r.extend("--ft-text-input-content-value-color","",p.contentGlobalPrimary),trailingIconColor:r.extend("--ft-text-input-trailing-icon-color","",p.contentGlobalSubtle),labelColor:r.extend("--ft-text-input-label-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-input-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-input-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-input-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-input-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-input-error-helper-icon-color","",p.contentErrorIconOnly),warningBorderWidth:r.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:r.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-text-input-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-input-disabled-component-opacity","",s.opacity40)};var Bs={backgroundColor:r.extend("--ft-text-area-background-color","",s.colorWhite),contentValueColor:r.extend("--ft-text-area-content-value-color","",p.contentGlobalPrimary),labelColor:r.extend("--ft-text-area-label-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-area-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-area-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-area-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-area-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-area-error-helper-icon-color","",p.contentErrorIconOnly),focusFocusRingColor:r.extend("--ft-text-area-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-area-disabled-component-opacity","",s.opacity40),fieldHorizontalLeftPadding:r.extend("--ft-text-area-field-horizontal-left-padding","",s.spacing4),fieldHorizontalGap:r.extend("--ft-text-area-field-horizontal-gap","",s.spacing3),fieldVerticalGap:r.extend("--ft-text-area-field-vertical-gap","",s.spacing05),fieldMinHeight:r.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:r.extend("--ft-text-area-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:r.extend("--ft-text-area-helper-horizontal-gap","",s.spacing1),helperIconSize:r.extend("--ft-text-area-helper-icon-size","",s.iconSize2),borderRadius:r.extend("--ft-text-area-border-radius","",s.borderRadiusM)};var zs={height:r.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:r.extend("--ft-floating-menu-horizontal-padding","",s.spacing4),offIconColor:r.extend("--ft-floating-menu-off-icon-color","",p.contentGlobalPrimary),offColor:r.extend("--ft-floating-menu-off-color","",p.contentGlobalPrimary),onColor:r.extend("--ft-floating-menu-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ft-floating-menu-on-state-layer-color","",p.contentActionPrimary),gap:r.extend("--ft-floating-menu-gap","",s.spacing3),focusFocusRingColor:r.extend("--ft-floating-menu-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:r.extend("--ft-floating-menu-focus-state-layer-opacity","",s.opacity8),hoverStateLayerOpacity:r.extend("--ft-floating-menu-hover-state-layer-opacity","",s.opacity8),activeStateLayerOpacity:r.extend("--ft-floating-menu-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:r.extend("--ft-floating-menu-disabled-component-opacity","",s.opacity40),iconSize:r.extend("--ft-floating-menu-icon-size","",s.iconSize3),backgroundColor:r.extend("--ft-floating-menu-background-color","",p.backgroundGlobalOnSurface),shadow:r.extend("--ft-floating-menu-shadow","",s.shadowElevation02)};var Hs={fieldHorizontalPadding:r.extend("--ft-combobox-single-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-single-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:r.extend("--ft-combobox-single-select-field-vertical-gap","",s.spacing05),fieldIconSize:r.extend("--ft-combobox-single-select-field-icon-size","",s.iconSize3),fieldHeight:r.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-combobox-single-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:r.extend("--ft-combobox-single-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:r.extend("--ft-combobox-single-select-helper-vertical-gap","",s.spacing1),helperIconSize:r.extend("--ft-combobox-single-select-helper-icon-size","",s.iconSize2),menuVerticalGap:r.extend("--ft-combobox-single-select-menu-vertical-gap","",s.spacing2),borderRadius:r.extend("--ft-combobox-single-select-border-radius","",s.borderRadiusM),backgroundColor:r.extend("--ft-combobox-single-select-background-color","",s.colorWhite),labelColor:r.extend("--ft-combobox-single-select-label-color","",p.contentGlobalSubtle),contentValueColor:r.extend("--ft-combobox-single-select-content-value-color","",p.contentGlobalPrimary),trailingIconColor:r.extend("--ft-combobox-single-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-single-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-single-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-combobox-single-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-single-select-error-helper-text-color","",p.contentErrorPrimary),warningBorderWidth:r.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-single-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-single-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-single-select-warning-helper-icon-color","",p.contentWarningIconOnly),focusOutlineWidth:r.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-single-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-single-select-disabled-component-opacity","",s.opacity40)};var js={backgroundColor:r.extend("--ft-combobox-multi-select-background-color","",s.colorWhite),labelColor:r.extend("--ft-combobox-multi-select-label-color","",p.contentGlobalSubtle),trailingIconColor:r.extend("--ft-combobox-multi-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-multi-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-multi-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:r.extend("--ft-combobox-multi-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-multi-select-error-helper-text-color","",p.contentErrorPrimary),errorHelperIcon:r.extend("--ft-combobox-multi-select-error-helper-icon","",p.contentErrorIconOnly),errorBorderWidth:r.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-multi-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-multi-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-multi-select-warning-helper-icon-color","",p.contentWarningIconOnly),warningBorderWidth:r.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-multi-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:r.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-multi-select-disabled-component-opacity","",s.opacity40),helperHorizontalPadding:r.extend("--ft-combobox-multi-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:r.extend("--ft-combobox-multi-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:r.extend("--ft-combobox-multi-select-helper-vertical-gap","",s.spacing1),helperIconSize:r.extend("--ft-combobox-multi-select-helper-icon-size","",s.iconSize2),fieldHorizontalPadding:r.extend("--ft-combobox-multi-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-multi-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:r.extend("--ft-combobox-multi-select-field-vertical-gap","",s.spacing05),fieldIconSize:r.extend("--ft-combobox-multi-select-field-icon-size","",s.iconSize3),fieldMaxHeight:r.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:r.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",s.spacing1),contentValuesVerticalGap:r.extend("--ft-combobox-multi-select-content-values-vertical-gap","",s.spacing1),borderRadius:r.extend("--ft-combobox-multi-select-border-radius","",s.borderRadiusM)};var Fs={backgroundColor:r.extend("--ft-popover-background-color","",p.backgroundGlobalOnSurface),horizontalPadding:r.extend("--ft-popover-horizontal-padding","",s.spacing6),verticalPadding:r.extend("--ft-popover-vertical-padding","",s.spacing6),titleColor:r.extend("--ft-popover-title-color","",p.contentGlobalPrimary),bodyColor:r.extend("--ft-popover-body-color","",p.contentGlobalSecondary),linkColor:r.extend("--ft-popover-link-color","",p.contentActionPrimary),gap:r.extend("--ft-popover-gap","",s.spacing3),borderRadius:r.extend("--ft-popover-border-radius","",s.borderRadiusM),shadow:r.extend("--ft-popover-shadow","",s.shadowElevation02)};var Gs={hoverStateLayerOpacity:r.extend("--ft-collapsible-hover-state-layer-opacity","",s.opacity8),focusStateLayerOpacity:r.extend("--ft-collapsible-focus-state-layer-opacity","",s.opacity8),focusOutlineWidth:r.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:r.extend("--ft-collapsible-focus-focus-ring-color","",p.borderActionFocusRing),activeStateLayerOpacity:r.extend("--ft-collapsible-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:r.extend("--ft-collapsible-disabled-component-opacity","",s.opacity40),horizontalPadding:r.extend("--ft-collapsible-horizontal-padding","",s.spacing4),verticalPadding:r.extend("--ft-collapsible-vertical-padding","",s.spacing3),color:r.extend("--ft-collapsible-color","",p.contentGlobalPrimary),stateLayerColor:r.extend("--ft-collapsible-state-layer-color","",p.contentGlobalPrimary),backgroundColor:r.extend("--ft-collapsible-background-color","",p.backgroundGlobalOnSurface),borderColor:r.extend("--ft-collapsible-border-color","",p.borderGlobalSubtle),iconSize:r.extend("--ft-collapsible-icon-size","",s.iconSize3)};var Ks={groupHorizontalPadding:r.extend("--ft-switch-group-horizontal-padding","",s.spacing1),groupVerticalPadding:r.extend("--ft-switch-group-vertical-padding","",s.spacing1),groupGap:r.extend("--ft-switch-group-gap","",s.spacing1),groupBackgroundColor:r.extend("--ft-switch-group-background-color","",p.backgroundGlobalSurface),groupBorderColor:r.extend("--ft-switch-group-border-color","",p.borderGlobalSubtle),groupBorderRadius:r.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:r.extend("--ft-switch-label-horizontal-padding","",s.spacing2),labelVerticalPadding:r.extend("--ft-switch-label-vertical-padding","",s.spacing1),offHoverStateLayerOpacity:r.extend("--ft-switch-off-hover-state-layer-opacity","",s.opacity8),offFocusStateLayerOpacity:r.extend("--ft-switch-off-focus-state-layer-opacity","",s.opacity8),offActiveStateLayerOpacity:r.extend("--ft-switch-off-active-state-layer-opacity","",s.opacity16),offDisabledComponentOpacity:r.extend("--ft-switch-off-disabled-component-opacity","",s.opacity40),offColor:r.extend("--ft-switch-off-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-switch-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-switch-on-hover-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:r.extend("--ft-switch-on-focus-state-layer-opacity","",s.opacity8),onActiveStateLayerOpacity:r.extend("--ft-switch-on-active-state-layer-opacity","",s.opacity16),onDisabledComponentOpacity:r.extend("--ft-switch-on-disabled-component-opacity","",s.opacity40),onColor:r.extend("--ft-switch-on-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ft-switch-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:r.extend("--ft-switch-icon-horizontal-padding","",s.spacing1),iconVerticalPadding:r.extend("--ft-switch-icon-vertical-padding","",s.spacing1),focusOutlineWidth:r.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-switch-focus-focus-ring-color","",p.borderActionFocusRing),optionBorderRadius:r.extend("--ft-switch-option-border-radius","",s.borderRadiusS)};var Vs={color1Light:r.extend("--ft-chart-1-light","for area color charts",s.colorBrand40),color1Base:r.extend("--ft-chart-1-base","for line charts",s.colorBrand0),color2Light:r.extend("--ft-chart-2-light","for area color charts",s.colorYellow60),color2Base:r.extend("--ft-chart-2-base","for line charts",s.colorYellow100),color3Light:r.extend("--ft-chart-3-light","",s.colorUltramarine40),color3Base:r.extend("--ft-chart-3-base","",s.colorUltramarine70),color4Light:r.extend("--ft-chart-4-light","",s.colorCyan50),color4Base:r.extend("--ft-chart-4-base","",s.colorCyan100),color5Light:r.extend("--ft-chart-5-light","",s.colorRed40),color5Base:r.extend("--ft-chart-5-base","",s.colorRed60),color6Light:r.extend("--ft-chart-6-light","",s.colorGreen40),color6Base:r.extend("--ft-chart-6-base","",s.colorGreen70),color7Light:r.extend("--ft-chart-7-light","",s.colorOrange70),color7Base:r.extend("--ft-chart-7-base","",s.colorOrange100),color8Light:r.extend("--ft-chart-8-light","",s.colorAvocado70),color8Base:r.extend("--ft-chart-8-base","",s.colorAvocado200),color9Light:r.extend("--ft-chart-9-light","",s.colorBrown50),color9Base:r.extend("--ft-chart-9-base","",s.colorBrown200),color10Light:r.extend("--ft-chart-10-light","",s.colorGray50),color10Base:r.extend("--ft-chart-10-base","",s.colorGray80),monochrome10:r.extend("--ft-chart-monochrome-10","",s.colorBrand10),monochrome20:r.extend("--ft-chart-monochrome-20","",s.colorBrand20),monochrome30:r.extend("--ft-chart-monochrome-30","",s.colorBrand40),monochrome40:r.extend("--ft-chart-monochrome-40","",s.colorBrand60),monochrome50:r.extend("--ft-chart-monochrome-50","",s.colorBrand0),monochrome60:r.extend("--ft-chart-monochrome-60","",s.colorBrand200)};var Zs={borderWidth:r.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:r.extend("--ft-notice-horizontal-padding","",s.spacing3),verticalPadding:r.extend("--ft-notice-vertical-padding","",s.spacing2),borderRadius:r.extend("--ft-notice-border-radius","",s.borderRadiusS),gap:r.extend("--ft-notice-gap","",s.spacing2),iconSize:r.extend("--ft-notice-icon-size","",s.iconSize3),infoBackgroundColor:r.extend("--ft-notice-info-background-color","",p.backgroundInfoSubtle),infoBorderColor:r.extend("--ft-notice-info-border-color","",p.borderInfoSubtle),infoColor:r.extend("--ft-notice-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ft-notice-info-icon-color","",p.contentInfoIconOnly),warningBackgroundColor:r.extend("--ft-notice-warning-background-color","",p.backgroundWarningSubtle),warningBorderColor:r.extend("--ft-notice-warning-border-color","",p.borderWarningSubtle),warningColor:r.extend("--ft-notice-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ft-notice-warning-icon-color","",p.contentWarningIconOnly),errorBackgroundColor:r.extend("--ft-notice-error-background-color","",p.backgroundErrorSubtle),errorBorderColor:r.extend("--ft-notice-error-border-color","",p.borderErrorSubtle),errorColor:r.extend("--ft-notice-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ft-notice-error-icon-color","",p.contentErrorIconOnly),successBackgroundColor:r.extend("--ft-notice-success-background-color","",p.backgroundSuccessSubtle),successBorderColor:r.extend("--ft-notice-success-border-color","",p.borderSuccessSubtle),successColor:r.extend("--ft-notice-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ft-notice-success-icon-color","",p.contentSuccessIconOnly)};var qs={color:r.extend("--ft-checkbox-color","",p.contentGlobalPrimary),checkedBackgroundColor:r.extend("--ft-checkbox-checked-background-color","",p.contentActionPrimary),checkedStateLayerColor:r.extend("--ft-checkbox-checked-state-layer-color","",p.contentActionPrimary),checkedIconColor:r.extend("--ft-checkbox-checked-icon-color","",p.contentGlobalOnColor),checkedHoverStateLayerOpacity:r.extend("--ft-checkbox-checked-hover-state-layer-opacity","",s.opacity16),checkedFocusStateLayerOpacity:r.extend("--ft-checkbox-checked-focus-state-layer-opacity","",s.opacity16),checkedActiveStateLayerOpacity:r.extend("--ft-checkbox-checked-active-state-layer-opacity","",s.opacity24),checkedDisabledComponentOpacity:r.extend("--ft-checkbox-checked-disabled-component-opacity","",s.opacity40),uncheckedBorderColor:r.extend("--ft-checkbox-unchecked-border-color","",s.colorGray80),uncheckedStateLayerColor:r.extend("--ft-checkbox-unchecked-state-layer-color","",s.colorGray80),uncheckedHoverStateLayerOpacity:r.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",s.opacity16),uncheckedFocusStateLayerOpacity:r.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",s.opacity16),uncheckedActiveStateLayerOpacity:r.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",s.opacity24),uncheckedDisabledComponentOpacity:r.extend("--ft-checkbox-unchecked-disabled-component-opacity","",s.opacity40),focusFocusRingColor:r.extend("--ft-checkbox-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-checkbox-gap","",s.spacing3)};var Ys={offHoverStateLayerOpacity:r.extend("--ft-toggle-off-hover-state-layer-opacity","",s.opacity16),offFocusStateLayerOpacity:r.extend("--ft-toggle-off-focus-state-layer-opacity","",s.opacity16),offActiveStateLayerOpacity:r.extend("--ft-toggle-off-active-state-layer-opacity","",s.opacity24),offDisabledComponentOpacity:r.extend("--ft-toggle-off-disabled-component-opacity","",s.opacity40),offBackgroundColor:r.extend("--ft-toggle-off-background-color","",p.contentGlobalSubtle),offIconColor:r.extend("--ft-toggle-off-icon-color","",p.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-toggle-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-toggle-on-hover-state-layer-opacity","",s.opacity16),onFocusStateLayerOpacity:r.extend("--ft-toggle-on-focus-state-layer-opacity","",s.opacity16),onActiveStateLayerOpacity:r.extend("--ft-toggle-on-active-state-layer-opacity","",s.opacity24),onDisabledComponentOpacity:r.extend("--ft-toggle-on-disabled-component-opacity","",s.opacity40),onBackgroundColor:r.extend("--ft-toggle-on-background-color","",p.contentActionPrimary),onStateLayerColor:r.extend("--ft-toggle-on-state-layer-color","",p.contentActionPrimary),onIconColor:r.extend("--ft-toggle-on-icon-color","",p.contentActionPrimary),color:r.extend("--ft-toggle-color","",p.contentGlobalPrimary),focusFocusRingColor:r.extend("--ft-toggle-focus-focus-ring-color","",p.borderActionFocusRing),gap:r.extend("--ft-toggle-gap","",s.spacing3)};var Js={color:r.extend("--ft-radio-color","",p.contentGlobalPrimary),selectedRadioColor:r.extend("--ft-radio-selected-radio-color","",p.contentActionPrimary),selectedStateLayerColor:r.extend("--ft-radio-selected-state-layer-color","",p.contentActionPrimary),selectedHoverStateLayerOpacity:r.extend("--ft-radio-selected-hover-state-layer-opacity","",s.opacity16),selectedFocusStateLayerOpacity:r.extend("--ft-radio-selected-focus-state-layer-opacity","",s.opacity16),selectedActiveStateLayerOpacity:r.extend("--ft-radio-selected-active-state-layer-opacity","",s.opacity24),selectedDisabledComponentOpacity:r.extend("--ft-radio-selected-disabled-component-opacity","",s.opacity40),unselectedStateLayerColor:r.extend("--ft-radio-unselected-state-layer-color","",p.borderInputPrimary),unselectedBorderColor:r.extend("--ft-radio-unselected-border-color","",p.borderInputPrimary),unselectedHoverStateLayerOpacity:r.extend("--ft-radio-unselected-hover-state-layer-opacity","",s.opacity16),unselectedFocusStateLayerOpacity:r.extend("--ft-radio-unselected-focus-state-layer-opacity","",s.opacity16),unselectedActiveStateLayerOpacity:r.extend("--ft-radio-unselected-active-state-layer-opacity","",s.opacity24),unselectedDisabledComponentOpacity:r.extend("--ft-radio-unselected-disabled-component-opacity","",s.opacity40),focusFocusRingColor:r.extend("--ft-radio-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:r.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-radio-gap","",s.spacing3)};var Xs={iconSize:r.extend("--ft-notification-icon-size","",s.iconSize4),leftPadding:r.extend("--ft-notification-left-padding","",s.spacing5),rightPadding:r.extend("--ft-notification-right-padding","",s.spacing4),verticalPadding:r.extend("--ft-notification-vertical-padding","",s.spacing3),infoBackgroundColor:r.extend("--ft-notification-info-background-color","",p.backgroundInfoSubtle),infoColor:r.extend("--ft-notification-info-color","",p.contentInfoPrimary),infoIconColor:r.extend("--ft-notification-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:r.extend("--ft-notification-info-border-color","",p.borderInfoSubtle),successBackgroundColor:r.extend("--ft-notification-success-background-color","",p.backgroundSuccessSubtle),successColor:r.extend("--ft-notification-success-color","",p.contentSuccessPrimary),successIconColor:r.extend("--ft-notification-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:r.extend("--ft-notification-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-notification-warning-background-color","",p.backgroundWarningSubtle),warningColor:r.extend("--ft-notification-warning-color","",p.contentWarningPrimary),warningIconColor:r.extend("--ft-notification-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:r.extend("--ft-notification-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-notification-error-background-color","",p.backgroundErrorSubtle),errorColor:r.extend("--ft-notification-error-color","",p.contentErrorPrimary),errorIconColor:r.extend("--ft-notification-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:r.extend("--ft-notification-error-border-color","",p.borderErrorSubtle),borderRadius:r.extend("--ft-notification-border-radius","",s.borderRadiusPill),borderWidth:r.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:r.extend("--ft-notification-leading-gap","",s.spacing2),trailingGap:r.extend("--ft-notification-trailing-gap","",s.spacing8)};var Qs={horizontalPadding:r.extend("--ft-tooltip-horizontal-padding","",s.spacing2),verticalPadding:r.extend("--ft-tooltip-vertical-padding","",s.spacing2),borderRadius:r.extend("--ft-tooltip-border-radius","",s.borderRadiusS),color:r.extend("--ft-tooltip-color","",p.contentGlobalOnColor),backgroundColor:r.extend("--ft-tooltip-background-color","",p.contentGlobalPrimary),backgroundOpacity:r.extend("--ft-tooltip-background-opacity","",s.opacity80),shadow:r.extend("--ft-tooltip-shadow","",s.shadowElevation02),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","256px"),gap:r.extend("--ft-tooltip-gap","",s.spacing05)};var Bt;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(Bt||(Bt={}));var zt;(function(t){t.large="large",t.medium="medium",t.small="small"})(zt||(zt={}));function Yo(t){return`ftds--family-${t}`}function Jo(t){return`ftds--size-${t}`}var et={colorPrimary:r.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:r.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:r.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:r.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:r.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:r.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:r.create("--ft-color-error","","COLOR","#B00020"),colorOutline:r.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:r.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:r.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:r.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:r.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:r.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:r.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:r.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:r.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:r.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:r.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:r.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:r.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:r.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:r.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:r.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:r.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:r.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:r.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:r.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:r.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:r.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:r.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:r.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:r.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:r.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:r.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:r.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:r.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:r.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:r.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:r.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:r.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:r.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:r.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:r.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:r.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.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:r.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:r.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:r.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:r.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:r.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:r.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var on={};$(on,{FtNotificationEvent:()=>en,PostResizeEvent:()=>rn,PreResizeEvent:()=>tn});var en=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},tn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},rn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var mn={};$(mn,{computeOffsetPosition:()=>bl});var sa=["top","right","bottom","left"],ca=["start","end"],an=sa.reduce((t,e)=>t.concat(e,e+"-"+ca[0],e+"-"+ca[1]),[]),Ht=Math.min,Se=Math.max,jt=Math.round;var fe=t=>({x:t,y:t}),el={left:"right",right:"left",bottom:"top",top:"bottom"},tl={start:"end",end:"start"};function cn(t,e,o){return Se(t,Ht(e,o))}function Er(t,e){return typeof t=="function"?t(e):t}function tt(t){return t.split("-")[0]}function Oe(t){return t.split("-")[1]}function sn(t){return t==="x"?"y":"x"}function ln(t){return t==="y"?"height":"width"}function Nr(t){return["top","bottom"].includes(tt(t))?"y":"x"}function fn(t){return sn(Nr(t))}function la(t,e,o){o===void 0&&(o=!1);let n=Oe(t),i=fn(t),a=ln(i),c=i==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(c=nn(c)),[c,nn(c)]}function fa(t){return t.replace(/start|end/g,e=>tl[e])}function nn(t){return t.replace(/left|right|bottom|top/g,e=>el[e])}function rl(t){return{top:0,right:0,bottom:0,left:0,...t}}function da(t){return typeof t!="number"?rl(t):{top:t,right:t,bottom:t,left:t}}function je(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function pa(t,e,o){let{reference:n,floating:i}=t,a=Nr(e),c=fn(e),l=ln(c),f=tt(e),d=a==="y",h=n.x+n.width/2-i.width/2,u=n.y+n.height/2-i.height/2,m=n[l]/2-i[l]/2,g;switch(f){case"top":g={x:h,y:n.y-i.height};break;case"bottom":g={x:h,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:u};break;case"left":g={x:n.x-i.width,y:u};break;default:g={x:n.x,y:n.y}}switch(Oe(e)){case"start":g[c]-=m*(o&&d?-1:1);break;case"end":g[c]+=m*(o&&d?-1:1);break}return g}var ua=async(t,e,o)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:c}=o,l=a.filter(Boolean),f=await(c.isRTL==null?void 0:c.isRTL(e)),d=await c.getElementRects({reference:t,floating:e,strategy:i}),{x:h,y:u}=pa(d,n,f),m=n,g={},y=0;for(let v=0;v<l.length;v++){let{name:O,fn:C}=l[v],{x:E,y:b,data:x,reset:S}=await C({x:h,y:u,initialPlacement:n,placement:m,strategy:i,middlewareData:g,rects:d,platform:c,elements:{reference:t,floating:e}});if(h=E??h,u=b??u,g={...g,[O]:{...g[O],...x}},S&&y<=50){y++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(d=S.rects===!0?await c.getElementRects({reference:t,floating:e,strategy:i}):S.rects),{x:h,y:u}=pa(d,m,f)),v=-1;continue}}return{x:h,y:u,placement:m,strategy:i,middlewareData:g}};async function dn(t,e){var o;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:c,elements:l,strategy:f}=t,{boundary:d="clippingAncestors",rootBoundary:h="viewport",elementContext:u="floating",altBoundary:m=!1,padding:g=0}=Er(e,t),y=da(g),O=l[m?u==="floating"?"reference":"floating":u],C=je(await a.getClippingRect({element:(o=await(a.isElement==null?void 0:a.isElement(O)))==null||o?O:O.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(l.floating)),boundary:d,rootBoundary:h,strategy:f})),E=u==="floating"?{...c.floating,x:n,y:i}:c.reference,b=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l.floating)),x=await(a.isElement==null?void 0:a.isElement(b))?await(a.getScale==null?void 0:a.getScale(b))||{x:1,y:1}:{x:1,y:1},S=je(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:E,offsetParent:b,strategy:f}):E);return{top:(C.top-S.top+y.top)/x.y,bottom:(S.bottom-C.bottom+y.bottom)/x.y,left:(C.left-S.left+y.left)/x.x,right:(S.right-C.right+y.right)/x.x}}function ol(t,e,o){return(t?[...o.filter(i=>Oe(i)===t),...o.filter(i=>Oe(i)!==t)]:o.filter(i=>tt(i)===i)).filter(i=>t?Oe(i)===t||(e?fa(i)!==i:!1):!0)}var pn=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,n,i;let{rects:a,middlewareData:c,placement:l,platform:f,elements:d}=e,{crossAxis:h=!1,alignment:u,allowedPlacements:m=an,autoAlignment:g=!0,...y}=Er(t,e),v=u!==void 0||m===an?ol(u||null,g,m):m,O=await dn(e,y),C=((o=c.autoPlacement)==null?void 0:o.index)||0,E=v[C];if(E==null)return{};let b=la(E,a,await(f.isRTL==null?void 0:f.isRTL(d.floating)));if(l!==E)return{reset:{placement:v[0]}};let x=[O[tt(E)],O[b[0]],O[b[1]]],S=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:E,overflows:x}],R=v[C+1];if(R)return{data:{index:C+1,overflows:S},reset:{placement:R}};let L=S.map(A=>{let _=Oe(A.placement);return[A.placement,_&&h?A.overflows.slice(0,2).reduce((T,B)=>T+B,0):A.overflows[0],A.overflows]}).sort((A,_)=>A[1]-_[1]),I=((i=L.filter(A=>A[2].slice(0,Oe(A[0])?2:3).every(_=>_<=0))[0])==null?void 0:i[0])||L[0][0];return I!==l?{data:{index:C+1,overflows:S},reset:{placement:I}}:{}}}};var un=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:o,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:c=!1,limiter:l={fn:O=>{let{x:C,y:E}=O;return{x:C,y:E}}},...f}=Er(t,e),d={x:o,y:n},h=await dn(e,f),u=Nr(tt(i)),m=sn(u),g=d[m],y=d[u];if(a){let O=m==="y"?"top":"left",C=m==="y"?"bottom":"right",E=g+h[O],b=g-h[C];g=cn(E,g,b)}if(c){let O=u==="y"?"top":"left",C=u==="y"?"bottom":"right",E=y+h[O],b=y-h[C];y=cn(E,y,b)}let v=l.fn({...e,[m]:g,[u]:y});return{...v,data:{x:v.x-o,y:v.y-n}}}}};function de(t){return ma(t)?(t.nodeName||"").toLowerCase():"#document"}function F(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function pe(t){var e;return(e=(ma(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function ma(t){return t instanceof Node||t instanceof F(t).Node}function oe(t){return t instanceof Element||t instanceof F(t).Element}function X(t){return t instanceof HTMLElement||t instanceof F(t).HTMLElement}function ha(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof F(t).ShadowRoot}function rt(t){let{overflow:e,overflowX:o,overflowY:n,display:i}=K(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+o)&&!["inline","contents"].includes(i)}function ga(t){return["table","td","th"].includes(de(t))}function Rr(t){let e=_r(),o=K(t);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!e&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!e&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function ya(t){let e=Fe(t);for(;X(e)&&!Ft(e);){if(Rr(e))return e;e=Fe(e)}return null}function _r(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Ft(t){return["html","body","#document"].includes(de(t))}function K(t){return F(t).getComputedStyle(t)}function Gt(t){return oe(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Fe(t){if(de(t)==="html")return t;let e=t.assignedSlot||t.parentNode||ha(t)&&t.host||pe(t);return ha(e)?e.host:e}function ba(t){let e=Fe(t);return Ft(e)?t.ownerDocument?t.ownerDocument.body:t.body:X(e)&&rt(e)?e:ba(e)}function Ar(t,e,o){var n;e===void 0&&(e=[]),o===void 0&&(o=!0);let i=ba(t),a=i===((n=t.ownerDocument)==null?void 0:n.body),c=F(i);return a?e.concat(c,c.visualViewport||[],rt(i)?i:[],c.frameElement&&o?Ar(c.frameElement):[]):e.concat(i,Ar(i,[],o))}function Sa(t){let e=K(t),o=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=X(t),a=i?t.offsetWidth:o,c=i?t.offsetHeight:n,l=jt(o)!==a||jt(n)!==c;return l&&(o=a,n=c),{width:o,height:n,$:l}}function Oa(t){return oe(t)?t:t.contextElement}function ot(t){let e=Oa(t);if(!X(e))return fe(1);let o=e.getBoundingClientRect(),{width:n,height:i,$:a}=Sa(e),c=(a?jt(o.width):o.width)/n,l=(a?jt(o.height):o.height)/i;return(!c||!Number.isFinite(c))&&(c=1),(!l||!Number.isFinite(l))&&(l=1),{x:c,y:l}}var nl=fe(0);function wa(t){let e=F(t);return!_r()||!e.visualViewport?nl:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function il(t,e,o){return e===void 0&&(e=!1),!o||e&&o!==F(t)?!1:e}function Kt(t,e,o,n){e===void 0&&(e=!1),o===void 0&&(o=!1);let i=t.getBoundingClientRect(),a=Oa(t),c=fe(1);e&&(n?oe(n)&&(c=ot(n)):c=ot(t));let l=il(a,o,n)?wa(a):fe(0),f=(i.left+l.x)/c.x,d=(i.top+l.y)/c.y,h=i.width/c.x,u=i.height/c.y;if(a){let m=F(a),g=n&&oe(n)?F(n):n,y=m.frameElement;for(;y&&n&&g!==m;){let v=ot(y),O=y.getBoundingClientRect(),C=K(y),E=O.left+(y.clientLeft+parseFloat(C.paddingLeft))*v.x,b=O.top+(y.clientTop+parseFloat(C.paddingTop))*v.y;f*=v.x,d*=v.y,h*=v.x,u*=v.y,f+=E,d+=b,y=F(y).frameElement}}return je({width:h,height:u,x:f,y:d})}function al(t){let{rect:e,offsetParent:o,strategy:n}=t,i=X(o),a=pe(o);if(o===a)return e;let c={scrollLeft:0,scrollTop:0},l=fe(1),f=fe(0);if((i||!i&&n!=="fixed")&&((de(o)!=="body"||rt(a))&&(c=Gt(o)),X(o))){let d=Kt(o);l=ot(o),f.x=d.x+o.clientLeft,f.y=d.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-c.scrollLeft*l.x+f.x,y:e.y*l.y-c.scrollTop*l.y+f.y}}function cl(t){return Array.from(t.getClientRects())}function Ca(t){return Kt(pe(t)).left+Gt(t).scrollLeft}function sl(t){let e=pe(t),o=Gt(t),n=t.ownerDocument.body,i=Se(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=Se(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),c=-o.scrollLeft+Ca(t),l=-o.scrollTop;return K(n).direction==="rtl"&&(c+=Se(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:c,y:l}}function ll(t,e){let o=F(t),n=pe(t),i=o.visualViewport,a=n.clientWidth,c=n.clientHeight,l=0,f=0;if(i){a=i.width,c=i.height;let d=_r();(!d||d&&e==="fixed")&&(l=i.offsetLeft,f=i.offsetTop)}return{width:a,height:c,x:l,y:f}}function fl(t,e){let o=Kt(t,!0,e==="fixed"),n=o.top+t.clientTop,i=o.left+t.clientLeft,a=X(t)?ot(t):fe(1),c=t.clientWidth*a.x,l=t.clientHeight*a.y,f=i*a.x,d=n*a.y;return{width:c,height:l,x:f,y:d}}function xa(t,e,o){let n;if(e==="viewport")n=ll(t,o);else if(e==="document")n=sl(pe(t));else if(oe(e))n=fl(e,o);else{let i=wa(t);n={...e,x:e.x-i.x,y:e.y-i.y}}return je(n)}function Ea(t,e){let o=Fe(t);return o===e||!oe(o)||Ft(o)?!1:K(o).position==="fixed"||Ea(o,e)}function dl(t,e){let o=e.get(t);if(o)return o;let n=Ar(t,[],!1).filter(l=>oe(l)&&de(l)!=="body"),i=null,a=K(t).position==="fixed",c=a?Fe(t):t;for(;oe(c)&&!Ft(c);){let l=K(c),f=Rr(c);!f&&l.position==="fixed"&&(i=null),(a?!f&&!i:!f&&l.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||rt(c)&&!f&&Ea(t,c))?n=n.filter(h=>h!==c):i=l,c=Fe(c)}return e.set(t,n),n}function pl(t){let{element:e,boundary:o,rootBoundary:n,strategy:i}=t,c=[...o==="clippingAncestors"?dl(e,this._c):[].concat(o),n],l=c[0],f=c.reduce((d,h)=>{let u=xa(e,h,i);return d.top=Se(u.top,d.top),d.right=Ht(u.right,d.right),d.bottom=Ht(u.bottom,d.bottom),d.left=Se(u.left,d.left),d},xa(e,l,i));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function ul(t){return Sa(t)}function hl(t,e,o){let n=X(e),i=pe(e),a=o==="fixed",c=Kt(t,!0,a,e),l={scrollLeft:0,scrollTop:0},f=fe(0);if(n||!n&&!a)if((de(e)!=="body"||rt(i))&&(l=Gt(e)),n){let d=Kt(e,!0,a,e);f.x=d.x+e.clientLeft,f.y=d.y+e.clientTop}else i&&(f.x=Ca(i));return{x:c.left+l.scrollLeft-f.x,y:c.top+l.scrollTop-f.y,width:c.width,height:c.height}}function va(t,e){return!X(t)||K(t).position==="fixed"?null:e?e(t):t.offsetParent}function Na(t,e){let o=F(t);if(!X(t))return o;let n=va(t,e);for(;n&&ga(n)&&K(n).position==="static";)n=va(n,e);return n&&(de(n)==="html"||de(n)==="body"&&K(n).position==="static"&&!Rr(n))?o:n||ya(t)||o}var ml=async function(t){let{reference:e,floating:o,strategy:n}=t,i=this.getOffsetParent||Na,a=this.getDimensions;return{reference:hl(e,await i(o),n),floating:{x:0,y:0,...await a(o)}}};function gl(t){return K(t).direction==="rtl"}var Pr={convertOffsetParentRelativeRectToViewportRelativeRect:al,getDocumentElement:pe,getClippingRect:pl,getOffsetParent:Na,getElementRects:ml,getClientRects:cl,getDimensions:ul,getScale:ot,isElement:oe,isRTL:gl};var Aa=(t,e,o)=>{let n=new Map,i={platform:Pr,...o},a={...i.platform,_c:n};return ua(t,e,{...i,platform:a})};function Ra(t){return yl(t)}function hn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function yl(t){for(let e=t;e;e=hn(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=hn(t);e;e=hn(e)){if(!(e instanceof Element))continue;let o=getComputedStyle(e);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||e.tagName==="BODY"))return e}return null}async function bl(t,e,o){return Aa(t,e,{platform:{...Pr,getOffsetParent:n=>Pr.getOffsetParent(n,Ra)},middleware:[un({crossAxis:!0}),pn({allowedPlacements:[o]})]})}var bn={};$(bn,{FtdsBase:()=>Zt,toFtdsBase:()=>Ma});var yn={};$(yn,{FtLitElement:()=>H});var gn={};$(gn,{ScopedRegistryLitElement:()=>Vt});var Tr=window,xl=Tr.ShadowRoot&&(Tr.ShadyCSS===void 0||Tr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Xh=Symbol();var _a=(t,e)=>{xl?t.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet):e.forEach(o=>{let n=document.createElement("style"),i=Tr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,t.appendChild(n)})};var Vt=class extends se{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let o={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return _a(n,e.elementStyles),n}};var $r=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(a=(i<3?c(a):i>3?c(e,o,a):c(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},La,Pa=Symbol("constructorPrototype"),Ta=Symbol("constructorName"),Ia=Symbol("exportpartsDebouncer"),$a=Symbol("dynamicDependenciesLoaded"),H=class extends Vt{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[La]=new Mt(5),this[Ta]=this.constructor.name,this[Pa]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ta]&&Object.setPrototypeOf(this,this[Pa])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let e=this.constructor;e[$a]||(e[$a]=!0,this.importDynamicDependencies())}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var o,n,i;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(a=>a.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,o,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[Ia].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var o,n,i,a,c,l;let f=m=>m!=null&&m.trim().length>0,d=e.filter(f).map(m=>m.trim());if(d.length===0){this.removeAttribute("exportparts");return}let h=new Set;for(let m of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let g=(a=(i=m.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],y=(l=(c=m.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(v=>v.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...g,...y).filter(f).map(v=>v.trim()).forEach(v=>h.add(v))}if(h.size===0){this.removeAttribute("exportparts");return}let u=[...h.values()].flatMap(m=>d.map(g=>`${m}:${g}--${m}`));this.setAttribute("exportparts",[...this.part,...u].join(", "))}};La=Ia;$r([k()],H.prototype,"exportpartsPrefix",void 0);$r([wo([])],H.prototype,"exportpartsPrefixes",void 0);$r([k()],H.prototype,"customStylesheet",void 0);$r([It()],H.prototype,"useAdoptedStyleSheets",void 0);var ka=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(a=(i<3?c(a):i>3?c(e,o,a):c(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a};function Ma(t){class e extends t{constructor(){super(...arguments),this.size=zt.medium,this.family=Bt.neutral}getDesignSystemBaseClasses(){return{[Yo(this.family)]:!0,[Jo(this.size)]:!0}}}return ka([k()],e.prototype,"size",void 0),ka([k()],e.prototype,"family",void 0),e}var Zt=class extends Ma(H){};var Wa={};var vn={};$(vn,{highlightHtml:()=>Ol,highlightHtmlColorCssVariable:()=>Ua,highlightHtmlStyles:()=>Sl});var Ge=class t{constructor(e,o=!0,n=[],i=5e3){this.ctx=e,this.iframes=o,this.exclude=n,this.iframesTimeout=i}static matches(e,o){let n=typeof o=="string"?[o]:o,i=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(i){let a=!1;return n.every(c=>i.call(e,c)?(a=!0,!1):!0),a}else return!1}getContexts(){let e,o=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let i=o.filter(a=>a.contains(n)).length>0;o.indexOf(n)===-1&&!i&&o.push(n)}),o}getIframeContents(e,o,n=()=>{}){let i;try{let a=e.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&o(i)}isIframeBlank(e){let o="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===o&&n!==o&&n}observeIframeLoad(e,o,n){let i=!1,a=null,c=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(e)||(e.removeEventListener("load",c),this.getIframeContents(e,o,n))}catch{n()}}};e.addEventListener("load",c),a=setTimeout(c,this.iframesTimeout)}onIframeReady(e,o,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,o,n):this.getIframeContents(e,o,n):this.observeIframeLoad(e,o,n)}catch{n()}}waitForIframes(e,o){let n=0;this.forEachIframe(e,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||o()})},i=>{i||o()})}forEachIframe(e,o,n,i=()=>{}){let a=e.querySelectorAll("iframe"),c=a.length,l=0;a=Array.prototype.slice.call(a);let f=()=>{--c<=0&&i(l)};c||f(),a.forEach(d=>{t.matches(d,this.exclude)?f():this.onIframeReady(d,h=>{o(d)&&(l++,n(h)),f()},f)})}createIterator(e,o,n){return document.createNodeIterator(e,o,n,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,o,n){let i=e.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(o!==null){let c=o.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(c&l)return!0}else return!0;return!1}getIteratorNode(e){let o=e.previousNode(),n;return o===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:o,node:n}}checkIframeFilter(e,o,n,i){let a=!1,c=!1;return i.forEach((l,f)=>{l.val===n&&(a=f,c=l.handled)}),this.compareNodeIframe(e,o,n)?(a===!1&&!c?i.push({val:n,handled:!0}):a!==!1&&!c&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(e,o,n,i){e.forEach(a=>{a.handled||this.getIframeContents(a.val,c=>{this.createInstanceOnIframe(c).forEachNode(o,n,i)})})}iterateThroughNodes(e,o,n,i,a){let c=this.createIterator(o,e,i),l=[],f=[],d,h,u=()=>({prevNode:h,node:d}=this.getIteratorNode(c),d);for(;u();)this.iframes&&this.forEachIframe(o,m=>this.checkIframeFilter(d,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(e,g=>f.push(g),i)}),f.push(d);f.forEach(m=>{n(m)}),this.iframes&&this.handleOpenIframes(l,e,n,i),a()}forEachNode(e,o,n,i=()=>{}){let a=this.getContexts(),c=a.length;c||i(),a.forEach(l=>{let f=()=>{this.iterateThroughNodes(e,l,o,n,()=>{--c<=0&&i()})};this.iframes?this.waitForIframes(l,f):f()})}};var qt=class{constructor(e){this.ctx=e,this.ie=!1;let o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Ge(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,o="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[o]=="function"&&n[o](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let o=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in o)if(o.hasOwnProperty(a)){let c=o[a],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),f=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(c):this.escapeStr(c);l!==""&&f!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(f)})`,`gm${n}`),i+`(${this.processSynomyms(l)}|${this.processSynomyms(f)})`+i))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,o=>o.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,o=>o.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let o=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(o,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?o:o+"\0"})}createJoinersRegExp(e){let o=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&o.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?e.split(/\u0000+/).join(`[${o.join("")}]*`):e}createDiacriticsRegExp(e){let o=this.opt.caseSensitive?"":"i",n=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"],i=[];return e.split("").forEach(a=>{n.every(c=>{if(c.indexOf(a)!==-1){if(i.indexOf(c)>-1)return!1;e=e.replace(new RegExp(`[${c}]`,`gm${o}`),`[${c}]`),i.push(c)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let o="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,c="";switch(a.forEach(l=>{c+=`|${this.escapeStr(l)}`}),i){case"partially":default:return`()(${e})`;case"complementary":return c="\\s"+(c||this.escapeStr(o)),`()([^${c}]*${e}[^${c}]*)`;case"exactly":return`(^|\\s${c})(${e})(?=$|\\s${c})`}}getSeparatedKeywords(e){let o=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&o.indexOf(i)===-1&&o.push(i)}):n.trim()&&o.indexOf(n)===-1&&o.push(n)}),{keywords:o.sort((n,i)=>i.length-n.length),length:o.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let o=[],n=0;return e.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:c,valid:l}=this.callNoMatchOnInvalidRanges(i,n);l&&(i.start=a,i.length=c-a,o.push(i),n=c)}),o}callNoMatchOnInvalidRanges(e,o){let n,i,a=!1;return e&&typeof e.start<"u"?(n=parseInt(e.start,10),i=n+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&i-o>0&&i-n>0?a=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:n,end:i,valid:a}}checkWhitespaceRanges(e,o,n){let i,a=!0,c=n.length,l=o-c,f=parseInt(e.start,10)-l;return f=f>c?c:f,i=f+parseInt(e.length,10),i>c&&(i=c,this.log(`End range automatically set to the max value of ${c}`)),f<0||i-f<0||f>c||i>c?(a=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(f,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:f,end:i,valid:a}}getTextNodes(e){let o="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:o.length,end:(o+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:o,nodes:n})})}matchesExclude(e){return Ge.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,o,n){let i=this.opt.element?this.opt.element:"mark",a=e.splitText(o),c=a.splitText(n-o),l=document.createElement(i);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=a.textContent,a.parentNode.replaceChild(l,a),c}wrapRangeInMappedTextNode(e,o,n,i,a){e.nodes.every((c,l)=>{let f=e.nodes[l+1];if(typeof f>"u"||f.start>o){if(!i(c.node))return!1;let d=o-c.start,h=(n>c.end?c.end:n)-c.start,u=e.value.substr(0,c.start),m=e.value.substr(h+c.start);if(c.node=this.wrapRangeInTextNode(c.node,d,h),e.value=u+m,e.nodes.forEach((g,y)=>{y>=l&&(e.nodes[y].start>0&&y!==l&&(e.nodes[y].start-=h),e.nodes[y].end-=h)}),n-=h,a(c.node.previousSibling,c.start),n>c.end)o=c.end;else return!1}return!0})}wrapMatches(e,o,n,i,a){let c=o===0?0:o+1;this.getTextNodes(l=>{l.nodes.forEach(f=>{f=f.node;let d;for(;(d=e.exec(f.textContent))!==null&&d[c]!=="";){if(!n(d[c],f))continue;let h=d.index;if(c!==0)for(let u=1;u<c;u++)h+=d[u].length;f=this.wrapRangeInTextNode(f,h,h+d[c].length),i(f.previousSibling),e.lastIndex=0}}),a()})}wrapMatchesAcrossElements(e,o,n,i,a){let c=o===0?0:o+1;this.getTextNodes(l=>{let f;for(;(f=e.exec(l.value))!==null&&f[c]!=="";){let d=f.index;if(c!==0)for(let u=1;u<c;u++)d+=f[u].length;let h=d+f[c].length;this.wrapRangeInMappedTextNode(l,d,h,u=>n(f[c],u),(u,m)=>{e.lastIndex=m,i(u)})}a()})}wrapRangeFromIndex(e,o,n,i){this.getTextNodes(a=>{let c=a.value.length;e.forEach((l,f)=>{let{start:d,end:h,valid:u}=this.checkWhitespaceRanges(l,c,a.value);u&&this.wrapRangeInMappedTextNode(a,d,h,m=>o(m,l,a.value.substring(d,h),f),m=>{n(m,l)})}),i()})}unwrapMatches(e){let o=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));o.replaceChild(n,e),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,o){this.opt=o,this.log(`Searching with expression "${e}"`);let n=0,i="wrapMatches",a=c=>{n++,this.opt.each(c)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](e,this.opt.ignoreGroups,(c,l)=>this.opt.filter(l,c,n),a,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,o){this.opt=o;let n=0,i="wrapMatches",{keywords:a,length:c}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",f=d=>{let h=new RegExp(this.createRegExp(d),`gm${l}`),u=0;this.log(`Searching with expression "${h}"`),this[i](h,1,(m,g)=>this.opt.filter(g,d,n,u),m=>{u++,n++,this.opt.each(m)},()=>{u===0&&this.opt.noMatch(d),a[c-1]===d?this.opt.done(n):f(a[a.indexOf(d)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),c===0?this.opt.done(n):f(a[0])}markRanges(e,o){this.opt=o;let n=0,i=this.checkRanges(e);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(a,c,l,f)=>this.opt.filter(a,c,l,f),(a,c)=>{n++,this.opt.each(a,c)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=Ge.matches(n,o),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function xn(t){let e=new qt(t);return this.mark=(o,n)=>(e.mark(o,n),this),this.markRegExp=(o,n)=>(e.markRegExp(o,n),this),this.markRanges=(o,n)=>(e.markRanges(o,n),this),this.unmark=o=>(e.unmark(o),this),this}var vl=xn,Ua=r.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Sl=P`
7
+ .highlight-html-match {
8
+ background: ${Ua};
9
+ }
10
+ `;function Ol(t,e,o){var n,i;let a=t.getAttribute("data-highlight-html-query");if((a??"")!==(e??"")){let c=new vl(t);if(c.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(l.each=d=>{for(let h in o.attributes)d.setAttribute(h,o.attributes[h])}),c.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((i=e.match(/"[^"]+"/g))!==null&&i!==void 0?i:[]).forEach(d=>c.mark(d.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var On={};$(On,{noTextInputDefaultClearButton:()=>El,noTextSelect:()=>wl,safariEllipsisFix:()=>Sn,wordWrap:()=>Cl});var wl=P`
11
+ .ft-no-text-select {
12
+ -webkit-touch-callout: none;
13
+ -webkit-user-select: none;
14
+ -khtml-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ }
19
+ `,Cl=P`
20
+ .ft-word-wrap {
21
+ white-space: normal;
22
+ word-wrap: break-word;
23
+ -ms-word-break: break-all;
24
+ word-break: break-all;
25
+ word-break: break-word;
26
+ -ms-hyphens: auto;
27
+ -moz-hyphens: auto;
28
+ -webkit-hyphens: auto;
29
+ hyphens: auto
30
+ }
31
+ `,Sn=P`
32
+ .ft-safari-ellipsis-fix {
33
+ margin-right: 0;
34
+
35
+ }
36
+
37
+ .ft-safari-ellipsis-fix:after {
38
+ content: "\\0000a0";
39
+ display: inline-block;
40
+ width: 0;
41
+ }
42
+ `,El=P`
43
+ input::-webkit-search-cancel-button,
44
+ input::-webkit-search-decoration,
45
+ input::-webkit-search-results-button,
46
+ input::-webkit-search-results-decoration {
47
+ display: none;
48
+ }
49
+ `;var Da={};var Cn={};$(Cn,{ParametrizedLabelResolver:()=>wn});var wn=class t{constructor(e,o){this.defaultLabels=e,this.labels=o}resolve(e,...o){var n,i;e=this.resolvePluralKey(e,o);let a=(i=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&i!==void 0?i:"";return t.replaceParameters(a,...o)}static replaceParameters(e,...o){return o.forEach((n,i)=>e=e.replace(new RegExp(`\\{${i}([^}]*)\\}`,"g"),(a,c)=>t.formatValue(n,c))),e}resolvePluralKey(e,o){for(let n of o)if(typeof n=="number"){let i=`${String(e)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return e}static formatValue(e,o){return e instanceof Date?t.formatDate(e,o):e??""}static formatDate(e,o){let n=i=>o?.includes("date")?e.toLocaleDateString(i):o?.includes("time")?e.toLocaleTimeString(i):e.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var Jn={};$(Jn,{FtCommandQueue:()=>Yt,FtLitElementRedux:()=>nt,FtReduxStore:()=>Yn,clearAllStores:()=>pf,isFtReduxStore:()=>Ke,redux:()=>Al,reduxEventListener:()=>Rl,reduxReactive:()=>Nl});var Nl=()=>(t,e)=>{var o;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(e)},Al=t=>{let e=t??{};return(o,n)=>{var i;let a={hasChanged:Ut,attribute:!1,...e};k(a)(o,n);let c=o.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:l=>l[n],store:e.store})}},Rl=t=>(e,o)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,t)};var Yt=class{constructor(){this.queue=[]}add(e,o=!1){o&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}};function Ke(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Ba,za,Ha,Lr=Symbol("internalReduxEventsUnsubscribers"),we=Symbol("internalStoresUnsubscribers"),Ve=Symbol("internalStores"),nt=class extends H{constructor(){super(...arguments),this[Ba]=new Map,this[za]=new Map,this[Ha]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(o=>e.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Ve].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ve].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Ve].get(e)}addStore(e,o){var n;o=(n=o??(Ke(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,e)}removeStore(e){let o=typeof e=="string"?e:e.name;this.unsubscribeFromStore(o),this[Ve].delete(o)}setupStore(e,o){this[Ve].set(e,o),this.subscribeToStore(e,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Ve].forEach((e,o)=>this.subscribeToStore(o,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(e.store);i&&(e.store?this[we].has(e.store):this[we].size>0)&&(this[o]=e.selector(i.getState(),this))}})}subscribeToStore(e,o){var n;this[we].set(e,o.subscribe(()=>this.updateFromStores())),Ke(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||o.name===i.store)){let c=l=>this[a](l);o.eventBus.addEventListener(i.eventName,c),this[Lr].push(()=>o.eventBus.removeEventListener(i.eventName,c))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[we].forEach((e,o)=>this.unsubscribeFromStore(o)),this[Lr].forEach(e=>e()),this[Lr]=[]}unsubscribeFromStore(e){this[we].has(e)&&this[we].get(e)(),this[we].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ba=we,za=Ve,Ha=Lr;nt.reduxProperties=new Map;nt.reduxReactiveProperties=new Set;nt.reduxEventListeners=new Map;function q(t){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ue(t){return!!t&&!!t[M]}function Q(t){var e;return!!t&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Ml}(t)||Array.isArray(t)||!!t[qa]||!!(!((e=t.constructor)===null||e===void 0)&&e[qa])||Ln(t)||In(t))}function Ze(t,e,o){o===void 0&&(o=!1),ct(t)===0?(o?Object.keys:at)(t).forEach(function(n){o&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function ct(t){var e=t[M];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Ln(t)?2:In(t)?3:0}function it(t,e){return ct(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function _l(t,e){return ct(t)===2?t.get(e):t[e]}function Ya(t,e,o){var n=ct(t);n===2?t.set(e,o):n===3?t.add(o):t[e]=o}function Ja(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Ln(t){return Il&&t instanceof Map}function In(t){return kl&&t instanceof Set}function Ce(t){return t.o||t.t}function kn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=ec(t);delete e[M];for(var o=at(e),n=0;n<o.length;n++){var i=o[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function Mn(t,e){return e===void 0&&(e=!1),Wn(t)||ue(t)||!Q(t)||(ct(t)>1&&(t.set=t.add=t.clear=t.delete=Pl),Object.freeze(t),e&&Ze(t,function(o,n){return Mn(n,!0)},!0)),t}function Pl(){q(2)}function Wn(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function ne(t){var e=$n[t];return e||q(18,t),e}function Tl(t,e){$n[t]||($n[t]=e)}function _n(){return Xt}function En(t,e){e&&(ne("Patches"),t.u=[],t.s=[],t.v=e)}function Ir(t){Pn(t),t.p.forEach($l),t.p=null}function Pn(t){t===Xt&&(Xt=t.l)}function ja(t){return Xt={p:[],l:Xt,h:t,m:!0,_:0}}function $l(t){var e=t[M];e.i===0||e.i===1?e.j():e.g=!0}function Nn(t,e){e._=e.p.length;var o=e.p[0],n=t!==void 0&&t!==o;return e.h.O||ne("ES5").S(e,t,n),n?(o[M].P&&(Ir(e),q(4)),Q(t)&&(t=kr(e,t),e.l||Mr(e,t)),e.u&&ne("Patches").M(o[M].t,t,e.u,e.s)):t=kr(e,o,[]),Ir(e),e.u&&e.v(e.u,e.s),t!==Qa?t:void 0}function kr(t,e,o){if(Wn(e))return e;var n=e[M];if(!n)return Ze(e,function(l,f){return Fa(t,n,e,l,f,o)},!0),e;if(n.A!==t)return e;if(!n.P)return Mr(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=kn(n.k):n.o,a=i,c=!1;n.i===3&&(a=new Set(i),i.clear(),c=!0),Ze(a,function(l,f){return Fa(t,n,i,l,f,o,c)}),Mr(t,i,!1),o&&t.u&&ne("Patches").N(n,o,t.u,t.s)}return n.o}function Fa(t,e,o,n,i,a,c){if(ue(i)){var l=kr(t,i,a&&e&&e.i!==3&&!it(e.R,n)?a.concat(n):void 0);if(Ya(o,n,l),!ue(l))return;t.m=!1}else c&&o.add(i);if(Q(i)&&!Wn(i)){if(!t.h.D&&t._<1)return;kr(t,i),e&&e.A.l||Mr(t,i)}}function Mr(t,e,o){o===void 0&&(o=!1),!t.l&&t.h.D&&t.m&&Mn(e,o)}function An(t,e){var o=t[M];return(o?Ce(o):t)[e]}function Ga(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function Ee(t){t.P||(t.P=!0,t.l&&Ee(t.l))}function Rn(t){t.o||(t.o=kn(t.t))}function Tn(t,e,o){var n=Ln(e)?ne("MapSet").F(e,o):In(e)?ne("MapSet").T(e,o):t.O?function(i,a){var c=Array.isArray(i),l={i:c?1:0,A:a?a.A:_n(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},f=l,d=Qt;c&&(f=[l],d=Jt);var h=Proxy.revocable(f,d),u=h.revoke,m=h.proxy;return l.k=m,l.j=u,m}(e,o):ne("ES5").J(e,o);return(o?o.A:_n()).p.push(n),n}function Ll(t){return ue(t)||q(22,t),function e(o){if(!Q(o))return o;var n,i=o[M],a=ct(o);if(i){if(!i.P&&(i.i<4||!ne("ES5").K(i)))return i.t;i.I=!0,n=Ka(o,a),i.I=!1}else n=Ka(o,a);return Ze(n,function(c,l){i&&_l(i.t,c)===l||Ya(n,c,e(l))}),a===3?new Set(n):n}(t)}function Ka(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return kn(t)}function Xa(){function t(c,l){var f=a[c];return f?f.enumerable=l:a[c]=f={configurable:!0,enumerable:l,get:function(){var d=this[M];return Qt.get(d,c)},set:function(d){var h=this[M];Qt.set(h,c,d)}},f}function e(c){for(var l=c.length-1;l>=0;l--){var f=c[l][M];if(!f.P)switch(f.i){case 5:n(f)&&Ee(f);break;case 4:o(f)&&Ee(f)}}}function o(c){for(var l=c.t,f=c.k,d=at(f),h=d.length-1;h>=0;h--){var u=d[h];if(u!==M){var m=l[u];if(m===void 0&&!it(l,u))return!0;var g=f[u],y=g&&g[M];if(y?y.t!==m:!Ja(g,m))return!0}}var v=!!l[M];return d.length!==at(l).length+(v?0:1)}function n(c){var l=c.k;if(l.length!==c.t.length)return!0;var f=Object.getOwnPropertyDescriptor(l,l.length-1);if(f&&!f.get)return!0;for(var d=0;d<l.length;d++)if(!l.hasOwnProperty(d))return!0;return!1}function i(c){c.g&&q(3,JSON.stringify(Ce(c)))}var a={};Tl("ES5",{J:function(c,l){var f=Array.isArray(c),d=function(u,m){if(u){for(var g=Array(m.length),y=0;y<m.length;y++)Object.defineProperty(g,""+y,t(y,!0));return g}var v=ec(m);delete v[M];for(var O=at(v),C=0;C<O.length;C++){var E=O[C];v[E]=t(E,u||!!v[E].enumerable)}return Object.create(Object.getPrototypeOf(m),v)}(f,c),h={i:f?5:4,A:l?l.A:_n(),P:!1,I:!1,R:{},l,t:c,k:d,o:null,g:!1,C:!1};return Object.defineProperty(d,M,{value:h,writable:!0}),d},S:function(c,l,f){f?ue(l)&&l[M].A===c&&e(c.p):(c.u&&function d(h){if(h&&typeof h=="object"){var u=h[M];if(u){var m=u.t,g=u.k,y=u.R,v=u.i;if(v===4)Ze(g,function(x){x!==M&&(m[x]!==void 0||it(m,x)?y[x]||d(g[x]):(y[x]=!0,Ee(u)))}),Ze(m,function(x){g[x]!==void 0||it(g,x)||(y[x]=!1,Ee(u))});else if(v===5){if(n(u)&&(Ee(u),y.length=!0),g.length<m.length)for(var O=g.length;O<m.length;O++)y[O]=!1;else for(var C=m.length;C<g.length;C++)y[C]=!0;for(var E=Math.min(g.length,m.length),b=0;b<E;b++)g.hasOwnProperty(b)||(y[b]=!0),y[b]===void 0&&d(g[b])}}}}(c.p[0]),e(c.p))},K:function(c){return c.i===4?o(c):n(c)}})}var Va,Xt,Un=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Il=typeof Map<"u",kl=typeof Set<"u",Za=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Qa=Un?Symbol.for("immer-nothing"):((Va={})["immer-nothing"]=!0,Va),qa=Un?Symbol.for("immer-draftable"):"__$immer_draftable",M=Un?Symbol.for("immer-state"):"__$immer_state";var Ml=""+Object.prototype.constructor,at=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,ec=Object.getOwnPropertyDescriptors||function(t){var e={};return at(t).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)}),e},$n={},Qt={get:function(t,e){if(e===M)return t;var o=Ce(t);if(!it(o,e))return function(i,a,c){var l,f=Ga(a,c);return f?"value"in f?f.value:(l=f.get)===null||l===void 0?void 0:l.call(i.k):void 0}(t,o,e);var n=o[e];return t.I||!Q(n)?n:n===An(t.t,e)?(Rn(t),t.o[e]=Tn(t.A.h,n,t)):n},has:function(t,e){return e in Ce(t)},ownKeys:function(t){return Reflect.ownKeys(Ce(t))},set:function(t,e,o){var n=Ga(Ce(t),e);if(n?.set)return n.set.call(t.k,o),!0;if(!t.P){var i=An(Ce(t),e),a=i?.[M];if(a&&a.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(Ja(o,i)&&(o!==void 0||it(t.t,e)))return!0;Rn(t),Ee(t)}return t.o[e]===o&&(o!==void 0||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return An(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,Rn(t),Ee(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Ce(t),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){q(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){q(12)}},Jt={};Ze(Qt,function(t,e){Jt[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Jt.deleteProperty=function(t,e){return Jt.set.call(this,t,e,void 0)},Jt.set=function(t,e,o){return Qt.set.call(this,t[0],e,o,t[0])};var Wl=function(){function t(o){var n=this;this.O=Za,this.D=!0,this.produce=function(i,a,c){if(typeof i=="function"&&typeof a!="function"){var l=a;a=i;var f=n;return function(v){var O=this;v===void 0&&(v=l);for(var C=arguments.length,E=Array(C>1?C-1:0),b=1;b<C;b++)E[b-1]=arguments[b];return f.produce(v,function(x){var S;return(S=a).call.apply(S,[O,x].concat(E))})}}var d;if(typeof a!="function"&&q(6),c!==void 0&&typeof c!="function"&&q(7),Q(i)){var h=ja(n),u=Tn(n,i,void 0),m=!0;try{d=a(u),m=!1}finally{m?Ir(h):Pn(h)}return typeof Promise<"u"&&d instanceof Promise?d.then(function(v){return En(h,c),Nn(v,h)},function(v){throw Ir(h),v}):(En(h,c),Nn(d,h))}if(!i||typeof i!="object"){if((d=a(i))===void 0&&(d=i),d===Qa&&(d=void 0),n.D&&Mn(d,!0),c){var g=[],y=[];ne("Patches").M(i,d,g,y),c(g,y)}return d}q(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(d){for(var h=arguments.length,u=Array(h>1?h-1:0),m=1;m<h;m++)u[m-1]=arguments[m];return n.produceWithPatches(d,function(g){return i.apply(void 0,[g].concat(u))})};var c,l,f=n.produce(i,a,function(d,h){c=d,l=h});return typeof Promise<"u"&&f instanceof Promise?f.then(function(d){return[d,c,l]}):[f,c,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=t.prototype;return e.createDraft=function(o){Q(o)||q(8),ue(o)&&(o=Ll(o));var n=ja(this),i=Tn(this,o,void 0);return i[M].C=!0,Pn(n),i},e.finishDraft=function(o,n){var i=o&&o[M],a=i.A;return En(a,n),Nn(void 0,a)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!Za&&q(20),this.O=o},e.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){o=a.value;break}}i>-1&&(n=n.slice(i+1));var c=ne("Patches").$;return ue(o)?c(o,n):this.produce(o,function(l){return c(l,n)})},t}(),V=new Wl,Ul=V.produce,Nm=V.produceWithPatches.bind(V),Am=V.setAutoFreeze.bind(V),Rm=V.setUseProxies.bind(V),_m=V.applyPatches.bind(V),Pm=V.createDraft.bind(V),Tm=V.finishDraft.bind(V),Wr=Ul;function Ne(t){"@babel/helpers - typeof";return Ne=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ne(t)}function Dn(t,e){if(Ne(t)!=="object"||t===null)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var n=o.call(t,e||"default");if(Ne(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Bn(t){var e=Dn(t,"string");return Ne(e)==="symbol"?e:String(e)}function zn(t,e,o){return e=Bn(e),e in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function tc(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),o.push.apply(o,n)}return o}function Ur(t){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?tc(Object(o),!0).forEach(function(n){zn(t,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):tc(Object(o)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))})}return t}function z(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var rc=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Hn=function(){return Math.random().toString(36).substring(7).split("").join(".")},Dr={INIT:"@@redux/INIT"+Hn(),REPLACE:"@@redux/REPLACE"+Hn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Hn()}};function Dl(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function jn(t,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(z(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(z(1));return o(jn)(t,e)}if(typeof t!="function")throw new Error(z(2));var i=t,a=e,c=[],l=c,f=!1;function d(){l===c&&(l=c.slice())}function h(){if(f)throw new Error(z(3));return a}function u(v){if(typeof v!="function")throw new Error(z(4));if(f)throw new Error(z(5));var O=!0;return d(),l.push(v),function(){if(O){if(f)throw new Error(z(6));O=!1,d();var E=l.indexOf(v);l.splice(E,1),c=null}}}function m(v){if(!Dl(v))throw new Error(z(7));if(typeof v.type>"u")throw new Error(z(8));if(f)throw new Error(z(9));try{f=!0,a=i(a,v)}finally{f=!1}for(var O=c=l,C=0;C<O.length;C++){var E=O[C];E()}return v}function g(v){if(typeof v!="function")throw new Error(z(10));i=v,m({type:Dr.REPLACE})}function y(){var v,O=u;return v={subscribe:function(E){if(typeof E!="object"||E===null)throw new Error(z(11));function b(){E.next&&E.next(h())}b();var x=O(b);return{unsubscribe:x}}},v[rc]=function(){return this},v}return m({type:Dr.INIT}),n={dispatch:m,subscribe:u,getState:h,replaceReducer:g},n[rc]=y,n}function Bl(t){Object.keys(t).forEach(function(e){var o=t[e],n=o(void 0,{type:Dr.INIT});if(typeof n>"u")throw new Error(z(12));if(typeof o(void 0,{type:Dr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(z(13))})}function oc(t){for(var e=Object.keys(t),o={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(o[i]=t[i])}var a=Object.keys(o),c,l;try{Bl(o)}catch(f){l=f}return function(d,h){if(d===void 0&&(d={}),l)throw l;if(0)var u;for(var m=!1,g={},y=0;y<a.length;y++){var v=a[y],O=o[v],C=d[v],E=O(C,h);if(typeof E>"u"){var b=h&&h.type;throw new Error(z(14))}g[v]=E,m=m||E!==C}return m=m||a.length!==Object.keys(d).length,m?g:d}}function st(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function nc(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(z(15))},c={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},l=e.map(function(f){return f(c)});return a=st.apply(void 0,l)(i.dispatch),Ur(Ur({},i),{},{dispatch:a})}}}function ic(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(c){return function(l){return typeof l=="function"?l(i,a,t):c(l)}}};return e}var ac=ic();ac.withExtraArgument=ic;var Fn=ac;var dc=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},t(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");t(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),zl=function(t,e){var o={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,c;return c={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function l(d){return function(h){return f([d,h])}}function f(d){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(a=d[0]&2?i.return:d[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,d[1])).done)return a;switch(i=0,a&&(d=[d[0]&2,a.value]),d[0]){case 0:case 1:a=d;break;case 4:return o.label++,{value:d[1],done:!1};case 5:o.label++,i=d[1],d=[0];continue;case 7:d=o.ops.pop(),o.trys.pop();continue;default:if(a=o.trys,!(a=a.length>0&&a[a.length-1])&&(d[0]===6||d[0]===2)){o=0;continue}if(d[0]===3&&(!a||d[1]>a[0]&&d[1]<a[3])){o.label=d[1];break}if(d[0]===6&&o.label<a[1]){o.label=a[1],a=d;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(d);break}a[2]&&o.ops.pop(),o.trys.pop();continue}d=e.call(t,o)}catch(h){d=[6,h],i=0}finally{n=a=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}},lt=function(t,e){for(var o=0,n=e.length,i=t.length;o<n;o++,i++)t[i]=e[o];return t},Hl=Object.defineProperty,jl=Object.defineProperties,Fl=Object.getOwnPropertyDescriptors,cc=Object.getOwnPropertySymbols,Gl=Object.prototype.hasOwnProperty,Kl=Object.prototype.propertyIsEnumerable,sc=function(t,e,o){return e in t?Hl(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Ae=function(t,e){for(var o in e||(e={}))Gl.call(e,o)&&sc(t,o,e[o]);if(cc)for(var n=0,i=cc(e);n<i.length;n++){var o=i[n];Kl.call(e,o)&&sc(t,o,e[o])}return t},Gn=function(t,e){return jl(t,Fl(e))},Vl=function(t,e,o){return new Promise(function(n,i){var a=function(f){try{l(o.next(f))}catch(d){i(d)}},c=function(f){try{l(o.throw(f))}catch(d){i(d)}},l=function(f){return f.done?n(f.value):Promise.resolve(f.value).then(a,c)};l((o=o.apply(t,e)).next())})};var Zl=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?st:st.apply(null,arguments)},qm=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function ql(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var Yl=function(t){dc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lt([void 0],o[0].concat(this)))):new(e.bind.apply(e,lt([void 0],o.concat(this))))},e}(Array),Jl=function(t){dc(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,lt([void 0],o[0].concat(this)))):new(e.bind.apply(e,lt([void 0],o.concat(this))))},e}(Array);function Zn(t){return Q(t)?Wr(t,function(){}):t}function Xl(t){return typeof t=="boolean"}function Ql(){return function(e){return ef(e)}}function ef(t){t===void 0&&(t={});var e=t.thunk,o=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,c=a===void 0?!0:a,l=new Yl;if(o&&(Xl(o)?l.push(Fn):l.push(Fn.withExtraArgument(o.extraArgument))),0){if(i)var f;if(c)var d}return l}var Kn=!0;function pc(t){var e=Ql(),o=t||{},n=o.reducer,i=n===void 0?void 0:n,a=o.middleware,c=a===void 0?e():a,l=o.devTools,f=l===void 0?!0:l,d=o.preloadedState,h=d===void 0?void 0:d,u=o.enhancers,m=u===void 0?void 0:u,g;if(typeof i=="function")g=i;else if(ql(i))g=oc(i);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 y=c;if(typeof y=="function"&&(y=y(e),!Kn&&!Array.isArray(y)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Kn&&y.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=nc.apply(void 0,y),O=st;f&&(O=Zl(Ae({trace:!Kn},typeof f=="object"&&f)));var C=new Jl(v),E=C;Array.isArray(m)?E=lt([v],m):typeof m=="function"&&(E=m(C));var b=O.apply(void 0,E);return jn(g,h,b)}function Re(t,e){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return Ae(Ae({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(n){return n.type===t},o}function uc(t){var e={},o=[],n,i={addCase:function(a,c){var l=typeof a=="string"?a:a.type;if(l in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[l]=c,i},addMatcher:function(a,c){return o.push({matcher:a,reducer:c}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,o,n]}function tf(t){return typeof t=="function"}function rf(t,e,o,n){o===void 0&&(o=[]);var i=typeof e=="function"?uc(e):[e,o,n],a=i[0],c=i[1],l=i[2],f;if(tf(t))f=function(){return Zn(t())};else{var d=Zn(t);f=function(){return d}}function h(u,m){u===void 0&&(u=f());var g=lt([a[m.type]],c.filter(function(y){var v=y.matcher;return v(m)}).map(function(y){var v=y.reducer;return v}));return g.filter(function(y){return!!y}).length===0&&(g=[l]),g.reduce(function(y,v){if(v)if(ue(y)){var O=y,C=v(O,m);return C===void 0?y:C}else{if(Q(y))return Wr(y,function(E){return v(E,m)});var C=v(y,m);if(C===void 0){if(y===null)return y;throw Error("A case reducer on a non-draftable value must not return undefined")}return C}return y},u)}return h.getInitialState=f,h}function of(t,e){return t+"/"+e}function hc(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof t.initialState=="function"?t.initialState:Zn(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},c={},l={};i.forEach(function(h){var u=n[h],m=of(e,h),g,y;"reducer"in u?(g=u.reducer,y=u.prepare):g=u,a[h]=g,c[m]=g,l[h]=y?Re(m,y):Re(m)});function f(){var h=typeof t.extraReducers=="function"?uc(t.extraReducers):[t.extraReducers],u=h[0],m=u===void 0?{}:u,g=h[1],y=g===void 0?[]:g,v=h[2],O=v===void 0?void 0:v,C=Ae(Ae({},m),c);return rf(o,function(E){for(var b in C)E.addCase(b,C[b]);for(var x=0,S=y;x<S.length;x++){var R=S[x];E.addMatcher(R.matcher,R.reducer)}O&&E.addDefaultCase(O)})}var d;return{name:e,reducer:function(h,u){return d||(d=f()),d(h,u)},actions:l,caseReducers:a,getInitialState:function(){return d||(d=f()),d.getInitialState()}}}var nf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",af=function(t){t===void 0&&(t=21);for(var e="",o=t;o--;)e+=nf[Math.random()*64|0];return e},cf=["name","message","stack","code"],Vn=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),lc=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),sf=function(t){if(typeof t=="object"&&t!==null){for(var e={},o=0,n=cf;o<n.length;o++){var i=n[o];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},Qm=function(){function t(e,o,n){var i=Re(e+"/fulfilled",function(h,u,m,g){return{payload:h,meta:Gn(Ae({},g||{}),{arg:m,requestId:u,requestStatus:"fulfilled"})}}),a=Re(e+"/pending",function(h,u,m){return{payload:void 0,meta:Gn(Ae({},m||{}),{arg:u,requestId:h,requestStatus:"pending"})}}),c=Re(e+"/rejected",function(h,u,m,g,y){return{payload:g,error:(n&&n.serializeError||sf)(h||"Rejected"),meta:Gn(Ae({},y||{}),{arg:m,requestId:u,rejectedWithValue:!!g,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,f=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 d(h){return function(u,m,g){var y=n?.idGenerator?n.idGenerator(h):af(),v=new f,O,C=!1;function E(x){O=x,v.abort()}var b=function(){return Vl(this,null,function(){var x,S,R,L,j,I,A;return zl(this,function(_){switch(_.label){case 0:return _.trys.push([0,4,,5]),L=(x=n?.condition)==null?void 0:x.call(n,h,{getState:m,extra:g}),ff(L)?[4,L]:[3,2];case 1:L=_.sent(),_.label=2;case 2:if(L===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return C=!0,j=new Promise(function(T,B){return v.signal.addEventListener("abort",function(){return B({name:"AbortError",message:O||"Aborted"})})}),u(a(y,h,(S=n?.getPendingMeta)==null?void 0:S.call(n,{requestId:y,arg:h},{getState:m,extra:g}))),[4,Promise.race([j,Promise.resolve(o(h,{dispatch:u,getState:m,extra:g,requestId:y,signal:v.signal,abort:E,rejectWithValue:function(T,B){return new Vn(T,B)},fulfillWithValue:function(T,B){return new lc(T,B)}})).then(function(T){if(T instanceof Vn)throw T;return T instanceof lc?i(T.payload,y,h,T.meta):i(T,y,h)})])];case 3:return R=_.sent(),[3,5];case 4:return I=_.sent(),R=I instanceof Vn?c(null,y,h,I.payload,I.meta):c(I,y,h),[3,5];case 5:return A=n&&!n.dispatchConditionRejection&&c.match(R)&&R.meta.condition,A||u(R),[2,R]}})})}();return Object.assign(b,{abort:E,requestId:y,arg:h,unwrap:function(){return b.then(lf)}})}}return Object.assign(d,{pending:a,rejected:c,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function lf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function ff(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var mc="listener",gc="completed",yc="cancelled",eg="task-"+yc,tg="task-"+gc,rg=mc+"-"+yc,og=mc+"-"+gc;var qn="listenerMiddleware";var ng=Re(qn+"/add"),ig=Re(qn+"/removeAll"),ag=Re(qn+"/remove");var fc,cg=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(fc||(fc=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},df=function(t){return function(e){setTimeout(e,t)}},sg=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:df(10);Xa();window.ftReduxStores||(window.ftReduxStores={});var Yn=class t{static get(e){var o;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ke(a))return a;if(i==null)return;let c=hc({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),l=pc({reducer:(f,d)=>d.type==="CLEAR_FT_REDUX_STORE"?c.getInitialState():typeof d.type=="string"&&d.type.startsWith("DEFAULT_VALUE_SETTER__")?{...f,...d.overwrites}:c.reducer(f,d)});return window.ftReduxStores[i.name]=new t(c,l)}constructor(e,o){this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Yt,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let c=i,l=n[c];return l?(...f)=>{let d=l(...f);return this.reduxStore.dispatch(d),d}:f=>{this.setState({[c]:f})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function pf(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))Ke(e)&&e.clear()}var ei={};$(ei,{scrollHelper:()=>uf});var Xn,Br=new Map,Qn=class{lock(e,o){if(o){let n=Br.get(o);if(n==null||n===e)return Br.set(o,e),o}}release(e,o){o&&Br.get(o)===e&&Br.delete(o)}findFirstScrollableParent(e){let o,n=i=>{var a;i.stopPropagation();let c,l;for(let f of i.composedPath()){let d=f,h=this.elementCanScroll(d);if(h&&d.clientHeight&&d.clientHeight<d.scrollHeight){c=d;break}else h&&l==null&&(l=d)}o=(a=c??l)!==null&&a!==void 0?a:document.body};return e.addEventListener("find-scrollable-parent",n),e.dispatchEvent(new Event("find-scrollable-parent",{composed:!0})),e.removeEventListener("find-scrollable-parent",n),o}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)}catch{return!1}}getAbsoluteScrollOffset(e,o){let n=0;for(;o&&o.offsetParent!==e.offsetParent;)n+=o.offsetTop,o=o.offsetParent;return n+o.offsetTop-e.offsetTop}computeTopOffsetRatio(e,o){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return o;default:return 0}}scrollIntoViewIfPossible(e,o){let n=this.findFirstScrollableParent(e);if(e&&this.lock(this,n)){let i=this.getAbsoluteScrollOffset(n,e),a=i-n.clientHeight+e.clientHeight,c=i,l=So(0,(c-n.scrollTop)/(c-a),1),f=this.computeTopOffsetRatio(o?.position,l)*(a-c)+c;n.scrollTo({behavior:o?.behavior,top:f})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(Xn=window.FluidTopicsScrollHelper)!==null&&Xn!==void 0?Xn:new Qn;var uf=window.FluidTopicsScrollHelper;var ti={};$(ti,{shadowQuerySelector:()=>hf,shadowQuerySelectorAll:()=>mf});function hf(t,e,...o){var n;let i=t.querySelector(e);for(let a of o)i=(n=i?.shadowRoot)===null||n===void 0?void 0:n.querySelector(a);return i}function mf(t,e,...o){let n=[...t.querySelectorAll(e)];for(let i of o)n=n.flatMap(a=>{var c,l;return[...(l=(c=a.shadowRoot)===null||c===void 0?void 0:c.querySelectorAll(i))!==null&&l!==void 0?l:[]]});return n}var ri={};$(ri,{serializeRequest:()=>yf});function gf(t){return`"${t}"`}function yf(t,e){var o,n,i,a,c,l,f,d,h;let u=new URLSearchParams({"content-lang":(o=e.contentLocale)!==null&&o!==void 0?o:"all"});((n=e.query)===null||n===void 0?void 0:n.length)>0&&u.append("query",e.query),e.scope&&e.scope!=="DEFAULT"&&u.append("scope",e.scope.toLowerCase()),e.virtualField&&e.virtualField!=="EVERYWHERE"&&u.append("virtual-field",e.virtualField.toLowerCase()),((i=e.sort)===null||i===void 0?void 0:i.length)>0&&e.sort[0].key==="ft:lastEdition"&&u.append("sort","last_update");let m=(c=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(O=>O.valueFilter))!==null&&c!==void 0?c:[];if(m.length>0){let O=m.map(C=>{var E,b;let x=((b=(E=C.valueFilter)===null||E===void 0?void 0:E.values)!==null&&b!==void 0?b:[]).map(S=>S.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(S=>encodeURIComponent(gf(S))).join("_");return`${C.key}~${x}`}).join("*");u.append("value-filters",O)}let g=(f=(l=e.metadataFilters)===null||l===void 0?void 0:l.filter(O=>O.dateFilter))!==null&&f!==void 0?f:[];if(g.length>0){let O=g.map(C=>{var E;return`${C.key}~${(E=C.dateFilter)===null||E===void 0?void 0:E.type.toLowerCase()}`}).join("*");u.append("date-filters",O)}let y=(h=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(O=>O.rangeFilter))!==null&&h!==void 0?h:[];if(y.length>0){let O=y.map(C=>{var E,b;return`${C.key}~${(E=C.rangeFilter)===null||E===void 0?void 0:E.from}_${(b=C.rangeFilter)===null||b===void 0?void 0:b.to}`}).join("*");u.append("range-filters",O)}return new URL(`${t.replace(/\/+$/,"")}/search?${u.toString()}`).href}var oi={};$(oi,{toFtFormComponent:()=>bf});var zr=Symbol("elementInternals");function bf(t,e){class o extends t{static get formAssociated(){return!0}get form(){return this[zr].form}constructor(...i){super(i),this[zr]=this.attachInternals(),this[zr].role=e}setFormValue(i){this[zr].setFormValue(i)}}return o}var ii={};$(ii,{DateFormatter:()=>ni});var ni=class{static format(e,o,n,i){return window.moment?window.moment(e).locale(o).format(this.getDateFormat(n,i)):e}static getDateFormat(e,o){return e?o?"lll":"ll":o?"L LT":"L"}};var ai,ci,si,li,fi=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((si=(ci=(ai=window.safari)===null||ai===void 0?void 0:ai.pushNotification)===null||ci===void 0?void 0:ci.toString())!==null&&si!==void 0?si:"")==="[object SafariRemoteNotification]",xf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(li=window.ftGlobals)!==null&&li!==void 0?li:{lit:no,litDecorators:ao,litRepeat:co,litClassMap:lo,litStyleMap:fo,litUnsafeHTML:uo,wcUtils:{...yo,...mo,...xo,...ii,...vo,...Co,...Qo,...on,...mn,...Xo,...bn,...yn,...Wa,...Oo,...vn,...On,...Da,...Cn,...Jn,...gn,...ei,...ti,...ri,...oi,isSafari:fi,isTouchScreen:xf,setVariable:ve}};var xc=Symbol.for(""),vf=t=>{if(t?.r===xc)return t?._$litStatic$},di=t=>({_$litStatic$:t,r:xc});var bc=new Map,vc=t=>(e,...o)=>{let n=o.length,i,a,c=[],l=[],f,d=0,h=!1;for(;d<n;){for(f=e[d];d<n&&(a=o[d],(i=vf(a))!==void 0);)f+=i+e[++d],h=!0;d!==n&&l.push(a),c.push(f),d++}if(d===n&&c.push(e[n]),h){let u=c.join("$$lit$$");(e=bc.get(u))===void 0&&(c.raw=c,bc.set(u,e=c)),o=l}return t(e,...o)},pi=vc(_i),Yg=vc(Pi);var ft;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(ft||(ft={}));function Sc(t){let e=Dt[t];return P`
50
+ .ft-typography--${ke(t)} {
51
+ font-family: ${e.fontFamily};
52
+ font-size: ${e.fontSize};
53
+ font-weight: ${e.fontWeight};
54
+ letter-spacing: ${e.letterSpacing};
55
+ line-height: ${e.lineHeight};
56
+ text-transform: ${e.textCase};
57
+ }
58
+ `}var Oc=r.extend("--ft-typography-font-family","",et.titleFont),he=r.extend("--ft-typography-font-family","",et.contentFont),N={fontFamily:he,fontSize:r.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:r.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:r.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:r.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:r.create("--ft-typography-text-transform","","UNKNOWN","inherit")},dt={fontFamily:r.extend("--ft-typography-title-font-family","",Oc),fontSize:r.extend("--ft-typography-title-font-size","",N.fontSize,"20px"),fontWeight:r.extend("--ft-typography-title-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-letter-spacing","",N.letterSpacing,"0.15px"),lineHeight:r.extend("--ft-typography-title-line-height","",N.lineHeight,"1.2"),textTransform:r.extend("--ft-typography-title-text-transform","",N.textTransform,"inherit")},pt={fontFamily:r.extend("--ft-typography-title-dense-font-family","",Oc),fontSize:r.extend("--ft-typography-title-dense-font-size","",N.fontSize,"14px"),fontWeight:r.extend("--ft-typography-title-dense-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-dense-letter-spacing","",N.letterSpacing,"0.105px"),lineHeight:r.extend("--ft-typography-title-dense-line-height","",N.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-title-dense-text-transform","",N.textTransform,"inherit")},ut={fontFamily:r.extend("--ft-typography-subtitle1-font-family","",he),fontSize:r.extend("--ft-typography-subtitle1-font-size","",N.fontSize,"16px"),fontWeight:r.extend("--ft-typography-subtitle1-font-weight","",N.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-subtitle1-letter-spacing","",N.letterSpacing,"0.144px"),lineHeight:r.extend("--ft-typography-subtitle1-line-height","",N.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-subtitle1-text-transform","",N.textTransform,"inherit")},ht={fontFamily:r.extend("--ft-typography-subtitle2-font-family","",he),fontSize:r.extend("--ft-typography-subtitle2-font-size","",N.fontSize,"14px"),fontWeight:r.extend("--ft-typography-subtitle2-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-subtitle2-letter-spacing","",N.letterSpacing,"0.098px"),lineHeight:r.extend("--ft-typography-subtitle2-line-height","",N.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-subtitle2-text-transform","",N.textTransform,"inherit")},mt={fontFamily:r.extend("--ft-typography-body1-font-family","",he),fontSize:r.extend("--ft-typography-body1-font-size","",N.fontSize,"16px"),fontWeight:r.extend("--ft-typography-body1-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body1-letter-spacing","",N.letterSpacing,"0.496px"),lineHeight:r.extend("--ft-typography-body1-line-height","",N.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-body1-text-transform","",N.textTransform,"inherit")},gt={fontFamily:r.extend("--ft-typography-body2-font-family","",he),fontSize:r.extend("--ft-typography-body2-font-size","",N.fontSize,"14px"),fontWeight:r.extend("--ft-typography-body2-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body2-letter-spacing","",N.letterSpacing,"0.252px"),lineHeight:r.extend("--ft-typography-body2-line-height","",N.lineHeight,"1.4"),textTransform:r.extend("--ft-typography-body2-text-transform","",N.textTransform,"inherit")},yt={fontFamily:r.extend("--ft-typography-caption-font-family","",he),fontSize:r.extend("--ft-typography-caption-font-size","",N.fontSize,"12px"),fontWeight:r.extend("--ft-typography-caption-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-caption-letter-spacing","",N.letterSpacing,"0.396px"),lineHeight:r.extend("--ft-typography-caption-line-height","",N.lineHeight,"1.33"),textTransform:r.extend("--ft-typography-caption-text-transform","",N.textTransform,"inherit")},bt={fontFamily:r.extend("--ft-typography-breadcrumb-font-family","",he),fontSize:r.extend("--ft-typography-breadcrumb-font-size","",N.fontSize,"10px"),fontWeight:r.extend("--ft-typography-breadcrumb-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-breadcrumb-letter-spacing","",N.letterSpacing,"0.33px"),lineHeight:r.extend("--ft-typography-breadcrumb-line-height","",N.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-breadcrumb-text-transform","",N.textTransform,"inherit")},xt={fontFamily:r.extend("--ft-typography-overline-font-family","",he),fontSize:r.extend("--ft-typography-overline-font-size","",N.fontSize,"10px"),fontWeight:r.extend("--ft-typography-overline-font-weight","",N.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-overline-letter-spacing","",N.letterSpacing,"1.5px"),lineHeight:r.extend("--ft-typography-overline-line-height","",N.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-overline-text-transform","",N.textTransform,"uppercase")},vt={fontFamily:r.extend("--ft-typography-button-font-family","",he),fontSize:r.extend("--ft-typography-button-font-size","",N.fontSize,"14px"),fontWeight:r.extend("--ft-typography-button-font-weight","",N.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-button-letter-spacing","",N.letterSpacing,"1.246px"),lineHeight:r.extend("--ft-typography-button-line-height","",N.lineHeight,"1.15"),textTransform:r.extend("--ft-typography-button-text-transform","",N.textTransform,"uppercase")},wc=P`
59
+ .ft-typography--title {
60
+ font-family: ${dt.fontFamily};
61
+ font-size: ${dt.fontSize};
62
+ font-weight: ${dt.fontWeight};
63
+ letter-spacing: ${dt.letterSpacing};
64
+ line-height: ${dt.lineHeight};
65
+ text-transform: ${dt.textTransform};
66
+ }
67
+ `,Cc=P`
68
+ .ft-typography--title-dense {
69
+ font-family: ${pt.fontFamily};
70
+ font-size: ${pt.fontSize};
71
+ font-weight: ${pt.fontWeight};
72
+ letter-spacing: ${pt.letterSpacing};
73
+ line-height: ${pt.lineHeight};
74
+ text-transform: ${pt.textTransform};
75
+ }
76
+ `,Ec=P`
77
+ .ft-typography--subtitle1 {
78
+ font-family: ${ut.fontFamily};
79
+ font-size: ${ut.fontSize};
80
+ font-weight: ${ut.fontWeight};
81
+ letter-spacing: ${ut.letterSpacing};
82
+ line-height: ${ut.lineHeight};
83
+ text-transform: ${ut.textTransform};
84
+ }
85
+ `,Nc=P`
86
+ .ft-typography--subtitle2 {
87
+ font-family: ${ht.fontFamily};
88
+ font-size: ${ht.fontSize};
89
+ font-weight: ${ht.fontWeight};
90
+ letter-spacing: ${ht.letterSpacing};
91
+ line-height: ${ht.lineHeight};
92
+ text-transform: ${ht.textTransform};
93
+ }
94
+
95
+ `,Ac=P`
96
+ .ft-typography--body1 {
97
+ font-family: ${mt.fontFamily};
98
+ font-size: ${mt.fontSize};
99
+ font-weight: ${mt.fontWeight};
100
+ letter-spacing: ${mt.letterSpacing};
101
+ line-height: ${mt.lineHeight};
102
+ text-transform: ${mt.textTransform};
103
+ }
104
+ `,Rc=P`
105
+ .ft-typography--body2 {
106
+ font-family: ${gt.fontFamily};
107
+ font-size: ${gt.fontSize};
108
+ font-weight: ${gt.fontWeight};
109
+ letter-spacing: ${gt.letterSpacing};
110
+ line-height: ${gt.lineHeight};
111
+ text-transform: ${gt.textTransform};
112
+ }
113
+ `,_c=P`
114
+ .ft-typography--caption {
115
+ font-family: ${yt.fontFamily};
116
+ font-size: ${yt.fontSize};
117
+ font-weight: ${yt.fontWeight};
118
+ letter-spacing: ${yt.letterSpacing};
119
+ line-height: ${yt.lineHeight};
120
+ text-transform: ${yt.textTransform};
121
+ }
122
+ `,Pc=P`
123
+ .ft-typography--breadcrumb {
124
+ font-family: ${bt.fontFamily};
125
+ font-size: ${bt.fontSize};
126
+ font-weight: ${bt.fontWeight};
127
+ letter-spacing: ${bt.letterSpacing};
128
+ line-height: ${bt.lineHeight};
129
+ text-transform: ${bt.textTransform};
130
+ }
131
+ `,Tc=P`
132
+ .ft-typography--overline {
133
+ font-family: ${xt.fontFamily};
134
+ font-size: ${xt.fontSize};
135
+ font-weight: ${xt.fontWeight};
136
+ letter-spacing: ${xt.letterSpacing};
137
+ line-height: ${xt.lineHeight};
138
+ text-transform: ${xt.textTransform};
139
+ }
140
+ `,$c=P`
141
+ .ft-typography--button {
142
+ font-family: ${vt.fontFamily};
143
+ font-size: ${vt.fontSize};
144
+ font-weight: ${vt.fontWeight};
145
+ letter-spacing: ${vt.letterSpacing};
146
+ line-height: ${vt.lineHeight};
147
+ text-transform: ${vt.textTransform};
148
+ }
149
+ `,Lc=P`
150
+ .ft-typography {
151
+ vertical-align: inherit;
152
+ }
153
+ `,Ic=[Object.keys(Dt).map(t=>Sc(t))];var kc=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(a=(i<3?c(a):i>3?c(e,o,a):c(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},me=class extends H{constructor(){super(...arguments),this.variant=ft.body1}render(){return this.element?pi`
154
+ <${di(this.element)}
155
+ part="text"
156
+ class="ft-typography ft-typography--${this.variant}">
157
+ <slot></slot>
158
+ </${di(this.element)}>
159
+ `:pi`
160
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
161
+ `}};me.styles=[wc,Cc,Ec,Nc,Ac,Rc,_c,Pc,Tc,$c,Lc,...Ic];kc([k()],me.prototype,"element",void 0);kc([k()],me.prototype,"variant",void 0);He("ft-typography")(me);var Hr;(function(t){t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.BOOKS="&#xe806;",t.MENU="&#xe807;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.HOME="&#xe80b;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.EXPORT="&#xe80f;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.USER="&#xe813;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.OFFLINE="&#xe816;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.STAR_PLAIN="&#xe900;",t.TOPICS="&#xe901;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN="&#xe90f;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_THEME="&#xe911;",t.ADMIN_USERS="&#xe912;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.INFO="&#xe919;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.THIN_ARROW="&#xe921;",t.SIGN_IN="&#xe922;",t.LOGOUT="&#xe923;",t.TRANSLATE="&#xe924;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.ARTICLE="&#xe927;",t.COLUMNS="&#xe928;",t.ANALYTICS="&#xe929;",t.COLLECTIONS="&#xe92a;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.COPY_TO_CLIPBOARD="&#xe930;",t.SHARED_PBK="&#xe931;",t.ATTACHMENTS="&#xe932;",t.STRIPE_ARROW_LEFT="&#xe933;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.FILTERS="&#xe935;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.SAVE="&#xe93a;",t.LOCKER="&#xe93b;",t.ADMIN_INTEGRATION="&#xe93c;",t.SYNC="&#xe93d;",t.TAG="&#xe93e;",t.BOOK_PLAIN="&#xe93f;",t.UPLOAD="&#xe940;",t.ONLINE="&#xe941;",t.TAG_PLAIN="&#xe942;",t.ACCOUNT_SETTINGS="&#xe943;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.SHORTCUT_MENU="&#xe946;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.ADMIN_PORTAL="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.FEEDBACK_PLAIN="&#xe951;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_COLLECTIONS="&#xe955;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.RESET="&#xe958;",t.MY_LIBRARY="&#xe959;",t.UNSTRUCTURED_DOC="&#xe95a;",t.CONTEXTUAL="&#xe95b;",t.THIN_ARROW_UP="&#xe95c;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.DESKTOP="&#xe95e;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_STACKED="&#xe96e;",t.CHART_BAR_GROUPED="&#xe96f;",t.EYE_SLASH="&#xe970;",t.X_MARK="&#xe971;",t.EXPAND_WIDE="&#xe972;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.EXTLINK_LIGHT="&#xe978;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.CONSUMER="&#xe97c;",t.OCTAGON_XMARK="&#xe97d;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK="&#xe97f;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;",t.CIRCLE_STOP="&#xe984;",t.ARROW_ROTATE_RIGHT="&#xe985;",t.ARROWS_ROTATE="&#xe986;",t.ALIGN_RIGHT="&#xe987;",t.FORMAT_CLEAR="&#xe988;",t.ALIGN_CENTER="&#xe989;",t.ALIGN_LEFT="&#xe98a;",t.PALETTE="&#xe98b;",t.BOLD="&#xe98c;",t.ITALIC="&#xe98d;",t.UNDERLINE="&#xe98e;",t.STRIKETHROUGH="&#xe98f;",t.LINK_SIMPLE_SLASH="&#xe990;",t.LINK_SIMPLE="&#xe991;",t.ROUTE="&#xe992;",t.CIRCLE_USER_SLASH="&#xe993;",t.CIRCLE_USER_CHECK="&#xe994;",t.LIST_MAGNIFYING_GLASS="&#xe995;",t.MEDAL="&#xe996;",t.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",t.ARROW_TURN_DOWN_RIGHT="&#xe998;",t.FLASK="&#xe999;",t.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",t.HOURGLASS_END="&#xe99b;",t.EYE="&#xf06e;",t.SHARE="&#xe80f1;"})(Hr||(Hr={}));var w;(function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"})(w||(w={}));var Ky=new Map([...["abw"].map(t=>[t,w.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,w.AUDIO]),...["avi"].map(t=>[t,w.AVI]),...["chm","xhs"].map(t=>[t,w.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,w.CODE]),...["csv"].map(t=>[t,w.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,w.DITA]),...["epub"].map(t=>[t,w.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,w.EXCEL]),...["flac"].map(t=>[t,w.FLAC]),...["gif"].map(t=>[t,w.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,w.GZIP]),...["html","htm","xhtml"].map(t=>[t,w.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,w.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,w.JPEG]),...["json"].map(t=>[t,w.JSON]),...["m4a","m4p"].map(t=>[t,w.M4A]),...["mov","qt"].map(t=>[t,w.MOV]),...["mp3"].map(t=>[t,w.MP3]),...["mp4","m4v"].map(t=>[t,w.MP4]),...["ogg","oga"].map(t=>[t,w.OGG]),...["pdf","ps"].map(t=>[t,w.PDF]),...["png"].map(t=>[t,w.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,w.POWERPOINT]),...["rar"].map(t=>[t,w.RAR]),...["stp"].map(t=>[t,w.STP]),...["txt","rtf","md","mdown"].map(t=>[t,w.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,w.VIDEO]),...["wav"].map(t=>[t,w.WAV]),...["wma"].map(t=>[t,w.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,w.WORD]),...["xml","xsl","rdf"].map(t=>[t,w.XML]),...["yaml","yml","x-yaml"].map(t=>[t,w.YAML]),...["zip"].map(t=>[t,w.ZIP])]);var Vy={[w.ABW]:"#91ABC6",[w.AUDIO]:"#1795E3",[w.AVI]:"#E63324",[w.CHM]:"#71C3EB",[w.CODE]:"#71C3EB",[w.CSV]:"#1F7345",[w.DITA]:"#71C3EB",[w.EPUB]:"#85B926",[w.EXCEL]:"#1F7345",[w.FLAC]:"#1795E3",[w.GIF]:"#59B031",[w.GZIP]:"#F8AB36",[w.HTML]:"#71C3EB",[w.IMAGE]:"#59B031",[w.JPEG]:"#59B031",[w.JSON]:"#71C3EB",[w.M4A]:"#1795E3",[w.MOV]:"#E63324",[w.MP3]:"#1795E3",[w.MP4]:"#E63324",[w.OGG]:"#1795E3",[w.PDF]:"#E44948",[w.PNG]:"#59B031",[w.POWERPOINT]:"#B54A2B",[w.RAR]:"#F8AB36",[w.STP]:"#3764B1",[w.TEXT]:"#3162AB",[w.UNKNOWN]:"#999999",[w.VIDEO]:"#E63324",[w.WAV]:"#1795E3",[w.WMA]:"#1795E3",[w.WORD]:"#3162AB",[w.XML]:"#71C3EB",[w.YAML]:"#71C3EB",[w.ZIP]:"#F8AB36"};var Z={size:r.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:r.extend("--ft-icon-fluid-topics-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:r.extend("--ft-icon-file-format-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:r.extend("--ft-icon-material-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:r.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Mc=P`
162
+ :host, i.ft-icon {
163
+ display: inline-flex;
164
+ align-items: center;
165
+ flex-shrink: 0;
166
+ flex-grow: 0;
167
+ }
168
+
169
+ :host {
170
+ width: ${Z.size};
171
+ height: ${Z.size};
172
+ }
173
+
174
+ i.ft-icon {
175
+ width: 100%;
176
+ height: 100%;
177
+ font-size: ${Z.size};
178
+ line-height: 1;
179
+ font-weight: normal;
180
+ text-transform: none;
181
+ font-style: normal;
182
+ font-variant: normal;
183
+ speak: none;
184
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
185
+ text-rendering: auto;
186
+ -webkit-font-smoothing: antialiased;
187
+ -moz-osx-font-smoothing: grayscale;
188
+ vertical-align: ${Z.verticalAlign};
189
+ }
190
+
191
+ i.ft-icon.ft-icon--fluid-topics {
192
+ font-family: ${Z.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
193
+
194
+ /* Ugly fix because font is broken */
195
+ font-size: calc(0.75 * ${Z.size});
196
+ line-height: ${Z.size};
197
+ position: relative;
198
+ top: -4%;
199
+ justify-content: center;
200
+ }
201
+
202
+ .ft-icon--file-format {
203
+ font-family: ${Z.fileFormatFontFamily}, ft-mime, sans-serif;
204
+ }
205
+
206
+ .ft-icon--material {
207
+ font-family: ${Z.materialFontFamily}, "Material Icons", sans-serif;
208
+ }
209
+ `;var ie;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(ie||(ie={}));var jr=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(a=(i<3?c(a):i>3?c(e,o,a):c(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Y=class extends H{constructor(){super(...arguments),this.resolvedIcon=W}render(){let e=this.variant&&Object.values(ie).includes(this.variant)?this.variant:ie.fluid_topics,o=e!==ie.material||!!this.value;return ze`
210
+ <i class="ft-icon ft-icon--${e}" part="icon icon-${e}">
211
+ ${po(this.resolvedIcon)}
212
+ <slot ?hidden=${o}></slot>
213
+ </i>
214
+ `}get textContent(){var e,o;return(o=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(e){super.update(e),["value","variant"].some(o=>e.has(o))&&this.resolveIcon()}resolveIcon(){var e,o;let n=this.value||this.textContent;switch(this.variant){case ie.file_format:this.resolvedIcon=(e=w[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case ie.material:this.resolvedIcon=this.value||W;break;default:this.resolvedIcon=(o=Hr[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};Y.elementDefinitions={};Y.styles=Mc;jr([k()],Y.prototype,"variant",void 0);jr([k()],Y.prototype,"value",void 0);jr([It()],Y.prototype,"resolvedIcon",void 0);jr([io("slot")],Y.prototype,"slottedContent",void 0);He("ft-icon")(Y);var Wc=P`
215
+
216
+ .ftds-link {
217
+ display: inline-flex;
218
+ align-items: baseline;
219
+ text-decoration: none;
220
+ }
221
+
222
+ .ftds-link.ftds-link--underlined .ftds-link--label {
223
+ text-decoration: underline;
224
+ }
225
+
226
+ .ftds-link:focus-visible {
227
+ outline: 2px solid;
228
+ outline-offset: 2px;
229
+ border-radius: ${et.borderRadiusS};
230
+ }
231
+
232
+ .ftds-link--variant-caption-2-medium,
233
+ .ftds-link--variant-caption-2-semibold,
234
+ .ftds-link--variant-caption-2-bold
235
+ {
236
+ ${ve(Z.size,"14px")};
237
+ }
238
+
239
+ .ftds-link--variant-caption-1-medium,
240
+ .ftds-link--variant-caption-1-semibold,
241
+ .ftds-link--variant-caption-1-bold
242
+ {
243
+ ${ve(Z.size,"16px")};
244
+ }
245
+
246
+ .ftds-link--variant-body-2-medium,
247
+ .ftds-link--variant-body-2-semibold,
248
+ .ftds-link--variant-body-2-regular
249
+ {
250
+ ${ve(Z.size,"18px")};
251
+ }
252
+
253
+ .ftds--family-neutral {
254
+ color: ${D.neutralDefaultColor};
255
+ }
256
+
257
+ .ftds--family-neutral:hover {
258
+ color: ${D.neutralHoverColor};
259
+ }
260
+
261
+ .ftds--family-neutral:focus-visible {
262
+ color: ${D.neutralFocusColor};
263
+ outline-color: ${D.neutralFocusFocusRingColor};
264
+ }
265
+
266
+ .ftds--family-neutral:active {
267
+ color: ${D.neutralActiveColor};
268
+ }
269
+
270
+ .ftds--family-info {
271
+ color: ${D.infoDefaultColor};
272
+ }
273
+
274
+ .ftds--family-info:hover {
275
+ color: ${D.infoHoverColor};
276
+ opacity: ${D.infoHoverOpacity};
277
+ }
278
+
279
+ .ftds--family-info:focus-visible {
280
+ color: ${D.infoFocusColor};
281
+ outline-color: ${D.infoFocusFocusRingColor};
282
+ }
283
+
284
+ .ftds--family-info:active {
285
+ color: ${D.infoActiveColor};
286
+ }
287
+
288
+ .ftds--family-brand {
289
+ color: ${D.brandDefaultColor};
290
+ }
291
+
292
+ .ftds--family-brand:hover {
293
+ color: ${D.brandHoverColor};
294
+ opacity: ${D.brandHoverOpacity};
295
+ }
296
+
297
+ .ftds--family-brand:focus-visible {
298
+ color: ${D.brandFocusColor};
299
+ outline-color: ${D.brandFocusFocusRingColor};
300
+ }
301
+
302
+ .ftds--family-brand:active {
303
+ color: ${D.infoActiveColor};
304
+ }
305
+ `;var er=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var l=t.length-1;l>=0;l--)(c=t[l])&&(a=(i<3?c(a):i>3?c(e,o,a):c(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Fr;(function(t){t.SELF="_self",t.BLANK="_blank"})(Fr||(Fr={}));var ee=class extends Zt{constructor(){super(...arguments),this.href="",this.variant=ft.body2medium,this.underlined=!1,this.openInNewTabLabel="This link will be opened in a new tab",this.target=Fr.SELF,this.icon="extlink-light"}get linkClasses(){return{"ftds-link":!0,"ftds-link--underlined":this.underlined,...this.resolveVariantClasses,...this.getDesignSystemBaseClasses()}}render(){return ze`
306
+ <a part="link"
307
+ target="${this.target}"
308
+ href="${this.href}"
309
+ class="${so(this.linkClasses)}">
310
+ <ft-typography part="label"
311
+ variant=${this.variant}
312
+ element="span"
313
+ class="ftds-link--label ${fi?"ft-safari-ellipsis-fix":""}">
314
+ <span><slot @slotchange=${this.onSlotchange}></slot></span>
315
+ </ft-typography>
316
+ ${this.resolveIcon()}
317
+ </a>
318
+ `}resolveIcon(){return this.target===Fr.BLANK?ze`
319
+ <ft-icon aria-label="${this.openInNewTabLabel}" part="icon" .variant="${ie.fluid_topics}" .value="${this.icon}">
320
+ </ft-icon>
321
+ `:ze``}get resolveVariantClasses(){return{["ftds-link--variant-"+this.variant]:!0}}onSlotchange(){this.requestUpdate()}};ee.elementDefinitions={"ft-typography":me,"ft-icon":Y};ee.styles=[Sn,Wc];er([k()],ee.prototype,"href",void 0);er([k()],ee.prototype,"variant",void 0);er([k({type:Boolean})],ee.prototype,"underlined",void 0);er([k()],ee.prototype,"openInNewTabLabel",void 0);er([k()],ee.prototype,"target",void 0);He("ftds-link")(ee);})();
322
+ /*! Bundled license information:
323
+
324
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
325
+ (**
326
+ * @license
327
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
328
+ * This code may only be used under the BSD style license found at
329
+ * http://polymer.github.io/LICENSE.txt
330
+ * The complete set of authors may be found at
331
+ * http://polymer.github.io/AUTHORS.txt
332
+ * The complete set of contributors may be found at
333
+ * http://polymer.github.io/CONTRIBUTORS.txt
334
+ * Code distributed by Google as part of the polymer project is also
335
+ * subject to an additional IP rights grant found at
336
+ * http://polymer.github.io/PATENTS.txt
337
+ *)
338
+
339
+ @lit/reactive-element/css-tag.js:
340
+ (**
341
+ * @license
342
+ * Copyright 2019 Google LLC
343
+ * SPDX-License-Identifier: BSD-3-Clause
344
+ *)
345
+
346
+ @lit/reactive-element/reactive-element.js:
347
+ (**
348
+ * @license
349
+ * Copyright 2017 Google LLC
350
+ * SPDX-License-Identifier: BSD-3-Clause
351
+ *)
352
+
353
+ lit-html/lit-html.js:
354
+ (**
355
+ * @license
356
+ * Copyright 2017 Google LLC
357
+ * SPDX-License-Identifier: BSD-3-Clause
358
+ *)
359
+
360
+ @lit/reactive-element/css-tag.js:
361
+ (**
362
+ * @license
363
+ * Copyright 2019 Google LLC
364
+ * SPDX-License-Identifier: BSD-3-Clause
365
+ *)
366
+
367
+ @lit/reactive-element/reactive-element.js:
368
+ (**
369
+ * @license
370
+ * Copyright 2017 Google LLC
371
+ * SPDX-License-Identifier: BSD-3-Clause
372
+ *)
373
+
374
+ lit-html/lit-html.js:
375
+ (**
376
+ * @license
377
+ * Copyright 2017 Google LLC
378
+ * SPDX-License-Identifier: BSD-3-Clause
379
+ *)
380
+
381
+ lit-element/lit-element.js:
382
+ (**
383
+ * @license
384
+ * Copyright 2017 Google LLC
385
+ * SPDX-License-Identifier: BSD-3-Clause
386
+ *)
387
+
388
+ lit-html/is-server.js:
389
+ (**
390
+ * @license
391
+ * Copyright 2022 Google LLC
392
+ * SPDX-License-Identifier: BSD-3-Clause
393
+ *)
394
+
395
+ @lit/reactive-element/decorators/custom-element.js:
396
+ (**
397
+ * @license
398
+ * Copyright 2017 Google LLC
399
+ * SPDX-License-Identifier: BSD-3-Clause
400
+ *)
401
+
402
+ @lit/reactive-element/decorators/property.js:
403
+ (**
404
+ * @license
405
+ * Copyright 2017 Google LLC
406
+ * SPDX-License-Identifier: BSD-3-Clause
407
+ *)
408
+
409
+ @lit/reactive-element/decorators/state.js:
410
+ (**
411
+ * @license
412
+ * Copyright 2017 Google LLC
413
+ * SPDX-License-Identifier: BSD-3-Clause
414
+ *)
415
+
416
+ @lit/reactive-element/decorators/event-options.js:
417
+ (**
418
+ * @license
419
+ * Copyright 2017 Google LLC
420
+ * SPDX-License-Identifier: BSD-3-Clause
421
+ *)
422
+
423
+ @lit/reactive-element/decorators/base.js:
424
+ (**
425
+ * @license
426
+ * Copyright 2017 Google LLC
427
+ * SPDX-License-Identifier: BSD-3-Clause
428
+ *)
429
+
430
+ @lit/reactive-element/decorators/query.js:
431
+ (**
432
+ * @license
433
+ * Copyright 2017 Google LLC
434
+ * SPDX-License-Identifier: BSD-3-Clause
435
+ *)
436
+
437
+ @lit/reactive-element/decorators/query-all.js:
438
+ (**
439
+ * @license
440
+ * Copyright 2017 Google LLC
441
+ * SPDX-License-Identifier: BSD-3-Clause
442
+ *)
443
+
444
+ @lit/reactive-element/decorators/query-async.js:
445
+ (**
446
+ * @license
447
+ * Copyright 2017 Google LLC
448
+ * SPDX-License-Identifier: BSD-3-Clause
449
+ *)
450
+
451
+ @lit/reactive-element/decorators/query-assigned-elements.js:
452
+ (**
453
+ * @license
454
+ * Copyright 2021 Google LLC
455
+ * SPDX-License-Identifier: BSD-3-Clause
456
+ *)
457
+
458
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
459
+ (**
460
+ * @license
461
+ * Copyright 2017 Google LLC
462
+ * SPDX-License-Identifier: BSD-3-Clause
463
+ *)
464
+
465
+ lit-html/directive.js:
466
+ (**
467
+ * @license
468
+ * Copyright 2017 Google LLC
469
+ * SPDX-License-Identifier: BSD-3-Clause
470
+ *)
471
+
472
+ lit-html/directive-helpers.js:
473
+ (**
474
+ * @license
475
+ * Copyright 2020 Google LLC
476
+ * SPDX-License-Identifier: BSD-3-Clause
477
+ *)
478
+
479
+ lit-html/directives/repeat.js:
480
+ (**
481
+ * @license
482
+ * Copyright 2017 Google LLC
483
+ * SPDX-License-Identifier: BSD-3-Clause
484
+ *)
485
+
486
+ lit-html/directives/class-map.js:
487
+ (**
488
+ * @license
489
+ * Copyright 2018 Google LLC
490
+ * SPDX-License-Identifier: BSD-3-Clause
491
+ *)
492
+
493
+ lit-html/directives/style-map.js:
494
+ (**
495
+ * @license
496
+ * Copyright 2018 Google LLC
497
+ * SPDX-License-Identifier: BSD-3-Clause
498
+ *)
499
+
500
+ lit-html/directives/unsafe-html.js:
501
+ (**
502
+ * @license
503
+ * Copyright 2017 Google LLC
504
+ * SPDX-License-Identifier: BSD-3-Clause
505
+ *)
506
+
507
+ @lit/reactive-element/css-tag.js:
508
+ (**
509
+ * @license
510
+ * Copyright 2019 Google LLC
511
+ * SPDX-License-Identifier: BSD-3-Clause
512
+ *)
513
+
514
+ lit-html/static.js:
515
+ (**
516
+ * @license
517
+ * Copyright 2020 Google LLC
518
+ * SPDX-License-Identifier: BSD-3-Clause
519
+ *)
520
+ */