@fluid-topics/ft-card 1.1.69 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,147 +1,13 @@
1
- !function(t){
2
- /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,l=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);d(i,c,l);const s={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(i,s);let f=e.call(r,t);f||(f=p(t),o.call(r,t,f)),this===window.customElements&&(a.set(i,s),s.standInClass=f);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)n.delete(t),h(t,s,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!s(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},p=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=f(e)||window.customElements,i=r._getDefinition(o);return i?h(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else n.call(this,i,r)})},u=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):u(e)},h=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){u(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(yl){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}
16
- /**
17
- * @license
18
- * Copyright 2019 Google LLC
19
- * SPDX-License-Identifier: BSD-3-Clause
20
- */const o=globalThis,e=o.ShadowRoot&&(void 0===o.ShadyCSS||o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(e&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=i.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
21
- /**
22
- * @license
23
- * Copyright 2017 Google LLC
24
- * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:l,defineProperty:c,getOwnPropertyDescriptor:s,getOwnPropertyNames:f,getOwnPropertySymbols:p,getPrototypeOf:d}=Object,u=globalThis,h=u.trustedTypes,y=h?h.emptyScript:"",g=u.reactiveElementPolyfillSupport,b=(t,o)=>t,m={toAttribute(t,o){switch(o){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},v=(t,o)=>!l(t,o),O={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),u.litPropertyMetadata??=new WeakMap;let x=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=O){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=s(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??O}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,o=[...f(t),...p(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(a(t))}else void 0!==t&&o.push(a(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(e)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of r){const r=document.createElement("style"),i=o.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=e.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:m).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??v)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};x.elementStyles=[],x.shadowRootOptions={mode:"open"},x[b("elementProperties")]=new Map,x[b("finalized")]=new Map,g?.({ReactiveElement:x}),(u.reactiveElementVersions??=[]).push("2.0.2");
26
- /**
27
- * @license
28
- * Copyright 2017 Google LLC
29
- * SPDX-License-Identifier: BSD-3-Clause
30
- */
31
- const S=globalThis,w=S.trustedTypes,N=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,C="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,R="?"+E,I=`<${R}>`,L=document,k=()=>L.createComment(""),W=t=>null===t||"object"!=typeof t&&"function"!=typeof t,U=Array.isArray,$=t=>U(t)||"function"==typeof t?.[Symbol.iterator],z="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,F=/-->/g,A=/>/g,_=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,Z=/"/g,K=/^(?:script|style|textarea|title)$/i,j=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),M=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),D=new WeakMap,T=L.createTreeWalker(L,129);function G(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==N?N.createHTML(o):o}const V=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=B;for(let o=0;o<e;o++){const e=t[o];let l,c,s=-1,f=0;for(;f<e.length&&(a.lastIndex=f,c=a.exec(e),null!==c);)f=a.lastIndex,a===B?"!--"===c[1]?a=F:void 0!==c[1]?a=A:void 0!==c[2]?(K.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=_):void 0!==c[3]&&(a=_):a===_?">"===c[0]?(a=i??B,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,l=c[1],a=void 0===c[3]?_:'"'===c[3]?Z:P):a===Z||a===P?a=_:a===F||a===A?a=B:(a=_,i=void 0);const p=a===_&&t[o+1].startsWith("/>")?" ":"";n+=a===B?e+I:s>=0?(r.push(l),e.slice(0,s)+C+e.slice(s)+E+p):e+E+(-2===s?o:p)}return[G(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};let q=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let n=0,a=0;const l=o.length-1,c=this.parts,[s,f]=V(o,e);if(this.el=t.createElement(s,r),T.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=T.nextNode())&&c.length<l;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(C)){const o=f[a++],e=i.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?tt:"?"===r[1]?ot:"@"===r[1]?et:Q}),i.removeAttribute(t)}else t.startsWith(E)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(K.test(i.tagName)){const t=i.textContent.split(E),o=t.length-1;if(o>0){i.textContent=w?w.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],k()),T.nextNode(),c.push({type:2,index:++n});i.append(t[o],k())}}}else if(8===i.nodeType)if(i.data===R)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(E,t+1));)c.push({type:7,index:n}),t+=E.length-1}n++}}static createElement(t,o){const e=L.createElement("template");return e.innerHTML=t,e}};function Y(t,o,e=t,r){if(o===M)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=W(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Y(t,i._$AS(t,o.values),i,r)),o}let J=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??L).importNode(o,!0);T.currentNode=r;let i=T.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new X(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new rt(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=T.nextNode(),n++)}return T.currentNode=L,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}},X=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Y(this,t,o),W(t)?t===H||null==t||""===t?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==M&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):$(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==H&&W(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=q.createElement(G(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new J(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=D.get(t.strings);return void 0===o&&D.set(t.strings,o=new q(t)),o}T(o){U(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(k()),this.k(k()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},Q=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=H}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=Y(this,t,o,0),n=!W(t)||t!==this._$AH&&t!==M,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=Y(this,r[e+a],o,a),l===M&&(l=this._$AH[a]),n||=!W(l)||l!==this._$AH[a],l===H?t=H:t!==H&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},tt=class extends Q{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===H?void 0:t}},ot=class extends Q{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},et=class extends Q{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Y(this,t,o,0)??H)===M)return;const e=this._$AH,r=t===H&&e!==H||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==H&&(e===H||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},rt=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}};const it={j:C,P:E,A:R,C:1,M:V,L:J,R:$,V:Y,D:X,I:Q,H:ot,N:et,U:tt,B:rt},nt=S.litHtmlPolyfillSupport;nt?.(q,X),(S.litHtmlVersions??=[]).push("3.1.0");
32
- /**
33
- * @license
34
- * Copyright 2019 Google LLC
35
- * SPDX-License-Identifier: BSD-3-Clause
36
- */
37
- const at=globalThis,lt=at.ShadowRoot&&(void 0===at.ShadyCSS||at.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ct=Symbol(),st=new WeakMap;let ft=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==ct)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(lt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=st.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&st.set(o,t))}return t}toString(){return this.cssText}};const pt=t=>new ft("string"==typeof t?t:t+"",void 0,ct),dt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new ft(e,t,ct)},ut=(t,o)=>{if(lt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=at.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}},ht=lt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return pt(o)})(t):t
38
- /**
39
- * @license
40
- * Copyright 2017 Google LLC
41
- * SPDX-License-Identifier: BSD-3-Clause
42
- */,{is:yt,defineProperty:gt,getOwnPropertyDescriptor:bt,getOwnPropertyNames:mt,getOwnPropertySymbols:vt,getPrototypeOf:Ot}=Object,xt=globalThis,St=xt.trustedTypes,wt=St?St.emptyScript:"",Nt=xt.reactiveElementPolyfillSupport,Ct=(t,o)=>t,Et={toAttribute(t,o){switch(o){case Boolean:t=t?wt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Rt=(t,o)=>!yt(t,o),It={attribute:!0,type:String,converter:Et,reflect:!1,hasChanged:Rt};Symbol.metadata??=Symbol("metadata"),xt.litPropertyMetadata??=new WeakMap;let Lt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=It){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&gt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=bt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??It}static _$Ei(){if(this.hasOwnProperty(Ct("elementProperties")))return;const t=Ot(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ct("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ct("properties"))){const t=this.properties,o=[...mt(t),...vt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(ht(t))}else void 0!==t&&o.push(ht(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ut(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:Et).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Et;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Rt)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};Lt.elementStyles=[],Lt.shadowRootOptions={mode:"open"},Lt[Ct("elementProperties")]=new Map,Lt[Ct("finalized")]=new Map,Nt?.({ReactiveElement:Lt}),(xt.reactiveElementVersions??=[]).push("2.0.2");
43
- /**
44
- * @license
45
- * Copyright 2017 Google LLC
46
- * SPDX-License-Identifier: BSD-3-Clause
47
- */
48
- const kt=globalThis,Wt=kt.trustedTypes,Ut=Wt?Wt.createPolicy("lit-html",{createHTML:t=>t}):void 0,$t="$lit$",zt=`lit$${(Math.random()+"").slice(9)}$`,Bt="?"+zt,Ft=`<${Bt}>`,At=document,_t=()=>At.createComment(""),Pt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Zt=Array.isArray,Kt=t=>Zt(t)||"function"==typeof t?.[Symbol.iterator],jt="[ \t\n\f\r]",Mt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ht=/-->/g,Dt=/>/g,Tt=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,Vt=/"/g,qt=/^(?:script|style|textarea|title)$/i,Yt=t=>(o,...e)=>({_$litType$:t,strings:o,values:e}),Jt=Yt(1),Xt=Yt(2),Qt=Symbol.for("lit-noChange"),to=Symbol.for("lit-nothing"),oo=new WeakMap,eo=At.createTreeWalker(At,129);function ro(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ut?Ut.createHTML(o):o}const io=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=Mt;for(let o=0;o<e;o++){const e=t[o];let l,c,s=-1,f=0;for(;f<e.length&&(a.lastIndex=f,c=a.exec(e),null!==c);)f=a.lastIndex,a===Mt?"!--"===c[1]?a=Ht:void 0!==c[1]?a=Dt:void 0!==c[2]?(qt.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Tt):void 0!==c[3]&&(a=Tt):a===Tt?">"===c[0]?(a=i??Mt,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,l=c[1],a=void 0===c[3]?Tt:'"'===c[3]?Vt:Gt):a===Vt||a===Gt?a=Tt:a===Ht||a===Dt?a=Mt:(a=Tt,i=void 0);const p=a===Tt&&t[o+1].startsWith("/>")?" ":"";n+=a===Mt?e+Ft:s>=0?(r.push(l),e.slice(0,s)+$t+e.slice(s)+zt+p):e+zt+(-2===s?o:p)}return[ro(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class no{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,l=this.parts,[c,s]=io(t,o);if(this.el=no.createElement(c,e),eo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=eo.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith($t)){const o=s[n++],e=r.getAttribute(t).split(zt),a=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?fo:"?"===a[1]?po:"@"===a[1]?uo:so}),r.removeAttribute(t)}else t.startsWith(zt)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(qt.test(r.tagName)){const t=r.textContent.split(zt),o=t.length-1;if(o>0){r.textContent=Wt?Wt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],_t()),eo.nextNode(),l.push({type:2,index:++i});r.append(t[o],_t())}}}else if(8===r.nodeType)if(r.data===Bt)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(zt,t+1));)l.push({type:7,index:i}),t+=zt.length-1}i++}}static createElement(t,o){const e=At.createElement("template");return e.innerHTML=t,e}}function ao(t,o,e=t,r){if(o===Qt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=Pt(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ao(t,i._$AS(t,o.values),i,r)),o}let lo=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??At).importNode(o,!0);eo.currentNode=r;let i=eo.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new co(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new ho(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=eo.nextNode(),n++)}return eo.currentNode=At,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}},co=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=to,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ao(this,t,o),Pt(t)?t===to||null==t||""===t?(this._$AH!==to&&this._$AR(),this._$AH=to):t!==this._$AH&&t!==Qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Kt(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==to&&Pt(this._$AH)?this._$AA.nextSibling.data=t:this.$(At.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=no.createElement(ro(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new lo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=oo.get(t.strings);return void 0===o&&oo.set(t.strings,o=new no(t)),o}T(o){Zt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(_t()),this.k(_t()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},so=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=to,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=to}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=ao(this,t,o,0),n=!Pt(t)||t!==this._$AH&&t!==Qt,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=ao(this,r[e+a],o,a),l===Qt&&(l=this._$AH[a]),n||=!Pt(l)||l!==this._$AH[a],l===to?t=to:t!==to&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===to?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},fo=class extends so{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===to?void 0:t}},po=class extends so{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==to)}},uo=class extends so{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ao(this,t,o,0)??to)===Qt)return;const e=this._$AH,r=t===to&&e!==to||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==to&&(e===to||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ho=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ao(this,t)}};const yo={j:$t,P:zt,A:Bt,C:1,M:io,L:lo,R:Kt,V:ao,D:co,I:so,H:po,N:uo,U:fo,B:ho},go=kt.litHtmlPolyfillSupport;go?.(no,co),(kt.litHtmlVersions??=[]).push("3.1.0");const bo=(t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new co(o.insertBefore(_t(),t),t,void 0,e??{})}return i._$AI(t),i
49
- /**
50
- * @license
51
- * Copyright 2017 Google LLC
52
- * SPDX-License-Identifier: BSD-3-Clause
53
- */};let mo=class extends Lt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=bo(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Qt}};mo._$litElement$=!0,mo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:mo});const vo=globalThis.litElementPolyfillSupport;vo?.({LitElement:mo});(globalThis.litElementVersions??=[]).push("4.0.2");var Oo=Object.freeze({__proto__:null,CSSResult:ft,LitElement:mo,ReactiveElement:Lt,_$LE:{_$AK:(t,o,e)=>{t._$AK(o,e)},_$AL:t=>t._$AL},_$LH:yo,adoptStyles:ut,css:dt,defaultConverter:Et,getCompatibleStyle:ht,html:Jt,isServer:!1,noChange:Qt,notEqual:Rt,nothing:to,render:bo,supportsAdoptingStyleSheets:lt,svg:Xt,unsafeCSS:pt});
54
- /**
55
- * @license
56
- * Copyright 2017 Google LLC
57
- * SPDX-License-Identifier: BSD-3-Clause
58
- */const xo={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},So=(t=xo,o,e)=>{const{kind:r,metadata:i}=e;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};
59
- /**
60
- * @license
61
- * Copyright 2017 Google LLC
62
- * SPDX-License-Identifier: BSD-3-Clause
63
- */function wo(t){return(o,e)=>"object"==typeof e?So(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
64
- /**
65
- * @license
66
- * Copyright 2017 Google LLC
67
- * SPDX-License-Identifier: BSD-3-Clause
68
- */}function No(t){return wo({...t,state:!0,attribute:!1})}
69
- /**
70
- * @license
71
- * Copyright 2017 Google LLC
72
- * SPDX-License-Identifier: BSD-3-Clause
73
- */
74
- /**
75
- * @license
76
- * Copyright 2017 Google LLC
77
- * SPDX-License-Identifier: BSD-3-Clause
78
- */
79
- const Co=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
80
- /**
81
- * @license
82
- * Copyright 2017 Google LLC
83
- * SPDX-License-Identifier: BSD-3-Clause
84
- */;function Eo(t,o){return(e,r,i)=>{const n=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof r?e:i??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return Co(0,0,{get(){let e=t.call(this);return void 0===e&&(e=n(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return Co(0,0,{get(){return n(this)}})}}
85
- /**
86
- * @license
87
- * Copyright 2017 Google LLC
88
- * SPDX-License-Identifier: BSD-3-Clause
89
- */let Ro;var Io=Object.freeze({__proto__:null,customElement:t=>(o,e)=>{void 0!==e?e.addInitializer((()=>{customElements.define(t,o)})):customElements.define(t,o)},eventOptions:function(t){return(o,e)=>{const r="function"==typeof o?o:o[e];Object.assign(r,t)}},property:wo,query:Eo,queryAll:function(t){return(o,e)=>Co(0,0,{get(){return(this.renderRoot??(Ro??=document.createDocumentFragment())).querySelectorAll(t)}})
90
- /**
91
- * @license
92
- * Copyright 2017 Google LLC
93
- * SPDX-License-Identifier: BSD-3-Clause
94
- */},queryAssignedElements:
95
- /**
96
- * @license
97
- * Copyright 2021 Google LLC
98
- * SPDX-License-Identifier: BSD-3-Clause
99
- */
100
- function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return Co(0,0,{get(){const o=this.renderRoot?.querySelector(n),e=o?.assignedElements(t)??[];return void 0===i?e:e.filter((t=>t.matches(i)))}})}}
101
- /**
102
- * @license
103
- * Copyright 2017 Google LLC
104
- * SPDX-License-Identifier: BSD-3-Clause
105
- */,queryAssignedNodes:function(t){return(o,e)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return Co(0,0,{get(){const o=this.renderRoot?.querySelector(i);return o?.assignedNodes(t)??[]}})}},queryAsync:function(t){return(o,e)=>Co(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:So,state:No});
106
- /**
107
- * @license
108
- * Copyright 2017 Google LLC
109
- * SPDX-License-Identifier: BSD-3-Clause
110
- */const Lo=1,ko=2,Wo=t=>(...o)=>({_$litDirective$:t,values:o});let Uo=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}};
111
- /**
112
- * @license
113
- * Copyright 2020 Google LLC
114
- * SPDX-License-Identifier: BSD-3-Clause
115
- */const{D:$o}=it,zo=()=>document.createComment(""),Bo=(t,o,e)=>{const r=t._$AA.parentNode,i=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=r.insertBefore(zo(),i),n=r.insertBefore(zo(),i);e=new $o(o,n,t,t.options)}else{const o=e._$AB.nextSibling,n=e._$AM,a=n!==t;if(a){let o;e._$AQ?.(t),e._$AM=t,void 0!==e._$AP&&(o=t._$AU)!==n._$AU&&e._$AP(o)}if(o!==i||a){let t=e._$AA;for(;t!==o;){const o=t.nextSibling;r.insertBefore(t,i),t=o}}}return e},Fo=(t,o,e=t)=>(t._$AI(o,e),t),Ao={},_o=t=>{t._$AP?.(!1,!0);let o=t._$AA;const e=t._$AB.nextSibling;for(;o!==e;){const t=o.nextSibling;o.remove(),o=t}},Po=(t,o,e)=>{const r=new Map;for(let i=o;i<=e;i++)r.set(t[i],i);return r},Zo=Wo(class extends Uo{constructor(t){if(super(t),t.type!==ko)throw Error("repeat() can only be used in text expressions")}ht(t,o,e){let r;void 0===e?e=o:void 0!==o&&(r=o);const i=[],n=[];let a=0;for(const o of t)i[a]=r?r(o,a):a,n[a]=e(o,a),a++;return{values:n,keys:i}}render(t,o,e){return this.ht(t,o,e).values}update(t,[o,e,r]){const i=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(o,e,r);if(!Array.isArray(i))return this.dt=a,n;const l=this.dt??=[],c=[];let s,f,p=0,d=i.length-1,u=0,h=n.length-1;for(;p<=d&&u<=h;)if(null===i[p])p++;else if(null===i[d])d--;else if(l[p]===a[u])c[u]=Fo(i[p],n[u]),p++,u++;else if(l[d]===a[h])c[h]=Fo(i[d],n[h]),d--,h--;else if(l[p]===a[h])c[h]=Fo(i[p],n[h]),Bo(t,c[h+1],i[p]),p++,h--;else if(l[d]===a[u])c[u]=Fo(i[d],n[u]),Bo(t,i[p],i[d]),d--,u++;else if(void 0===s&&(s=Po(a,u,h),f=Po(l,p,d)),s.has(l[p]))if(s.has(l[d])){const o=f.get(a[u]),e=void 0!==o?i[o]:null;if(null===e){const o=Bo(t,i[p]);Fo(o,n[u]),c[u]=o}else c[u]=Fo(e,n[u]),Bo(t,i[p],e),i[o]=null;u++}else _o(i[d]),d--;else _o(i[p]),p++;for(;u<=h;){const o=Bo(t,c[h+1]);Fo(o,n[u]),c[u++]=o}for(;p<=d;){const t=i[p++];null!==t&&_o(t)}return this.dt=a,((t,o=Ao)=>{t._$AH=o})(t,c),M}});
116
- /**
117
- * @license
118
- * Copyright 2017 Google LLC
119
- * SPDX-License-Identifier: BSD-3-Clause
120
- */var Ko=Object.freeze({__proto__:null,repeat:Zo});
121
- /**
122
- * @license
123
- * Copyright 2018 Google LLC
124
- * SPDX-License-Identifier: BSD-3-Clause
125
- */const jo=Wo(class extends Uo{constructor(t){if(super(t),t.type!==Lo||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((o=>t[o])).join(" ")+" "}update(t,[o]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(o)}const e=t.element.classList;for(const t of this.it)t in o||(e.remove(t),this.it.delete(t));for(const t in o){const r=!!o[t];r===this.it.has(t)||this.st?.has(t)||(r?(e.add(t),this.it.add(t)):(e.remove(t),this.it.delete(t)))}return M}});var Mo=Object.freeze({__proto__:null,classMap:jo});
126
- /**
127
- * @license
128
- * Copyright 2018 Google LLC
129
- * SPDX-License-Identifier: BSD-3-Clause
130
- */const Ho="important",Do=" !"+Ho,To=Wo(class extends Uo{constructor(t){if(super(t),t.type!==Lo||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((o,e)=>{const r=t[e];return null==r?o:o+`${e=e.includes("-")?e:e.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[o]){const{style:e}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(o)),this.render(o);for(const t of this.ut)null==o[t]&&(this.ut.delete(t),t.includes("-")?e.removeProperty(t):e[t]=null);for(const t in o){const r=o[t];if(null!=r){this.ut.add(t);const o="string"==typeof r&&r.endsWith(Do);t.includes("-")||o?e.setProperty(t,o?r.slice(0,-11):r,o?Ho:""):e[t]=r}}return M}});var Go=Object.freeze({__proto__:null,styleMap:To});
131
- /**
132
- * @license
133
- * Copyright 2017 Google LLC
134
- * SPDX-License-Identifier: BSD-3-Clause
135
- */let Vo=class extends Uo{constructor(t){if(super(t),this.et=H,t.type!==ko)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===H||null==t)return this.vt=void 0,this.et=t;if(t===M)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Vo.directiveName="unsafeHTML",Vo.resultType=1;const qo=Wo(Vo);var Yo=Object.freeze({__proto__:null,UnsafeHTMLDirective:Vo,unsafeHTML:qo});class Jo extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class Xo extends Promise{constructor(t){super(((o,e)=>t((t=>{this.isCanceled?e(new Jo("Promise has been canceled",t)):o(t)}),(t=>{this.isCanceled?e(new Jo("Promise has been canceled",void 0,t)):e(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Qo=t=>new Xo(((o,e)=>t.then(o).catch(e)));var te=Object.freeze({__proto__:null,CancelablePromise:Xo,CanceledPromiseError:Jo,cancelable:Qo});var oe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Xo&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,(async()=>o)),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,(async()=>o)),this.content[t]=o}async get(t,o,e){if(void 0===this.content[t]){if(null==(o=null!=o?o:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Qo(o());return this.content[t]=r,r.then((o=>(this.content[t]=o,null!=e&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),e)),o)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class ee{constructor(t,o,e,r){this.allResults=t,this.selectedResult=o,this.clusteringMetadata=e,this.metadataDescriptors=r}static extractResultMetadata(t,o){var e,r;let i=(null!==(r=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>ee.flattenMetadata(t)));return null==o?i:i.find((t=>t.key===o))}static flattenMetadata(t){if(t.hierarchicalValues){const o=[],e=[];return t.hierarchicalValues.forEach((t=>{o.push(t.join(" > ")),t.length>2?e.push(`... > ${t[t.length-1]}`):e.push(t.join(" > "))})),{key:t.key,label:t.label,value:o.join(", "),displayValue:e.join(", ")}}{const o=t.values.join(", ");return{key:t.key,label:t.label,value:o,displayValue:o}}}computeClustersItemsForMetadata(t,o,e="No value"){var r,i;let n=ee.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==n?void 0:n.label)&&void 0!==r?r:null===(i=this.getMetadataDescriptor(t))||void 0===i?void 0:i.label;const l=this.allResults.map((o=>ee.extractResultMetadata(o,t))).map((o=>null!=o?o:{key:t,label:a,value:void 0,displayValue:e})).filter((t=>t.value!=(null==n?void 0:n.value))).filter(((t,o,e)=>e.findIndex((o=>o.value===t.value))===o));return l.map((o=>({result:this.findBestResultForMetadataValue(t,o.value),metadata:o}))).sort(((e,r)=>this.compareMetadata(e.metadata.value,r.metadata.value,t,o)))}compareMetadata(t,o,e,r){if(null==t)return-1;if(null==o)return 1;let i=this.getMetadataDescriptor(e),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let e=t.localeCompare(o,r,{numeric:!0});return a?-1*e:e}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((o=>t==o.key))}findBestResultForMetadataValue(t,o){const e=this.allResults.filter((e=>{var r;return(null===(r=ee.extractResultMetadata(e,t))||void 0===r?void 0:r.value)==o}));let r,i=ee.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((o=>o.key!==t))],a=-1;for(let t of e){let o=this.countMatchingMetadata(t,n);if(o>a&&(a=o,r=t,o===n.length))break}return r}countMatchingMetadata(t,o){return ee.extractResultMetadata(t).filter((t=>o.some((o=>o.key===t.key&&o.value===t.value)))).length}}var re=Object.freeze({__proto__:null,ClusteringHelper:ee});class ie{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ne=Object.freeze({__proto__:null,Debouncer:ie});const ae=t=>new Promise((o=>setTimeout(o,t)));async function le(t,o=10,e=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!e||i-r<e);)await ae(o),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function ce(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,o,e,r)=>o+e+":"+r)),new Date(t)}function se(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,i;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!se(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!se(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(i=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,i[r]))return!1;for(r=e;0!=r--;){var n=i[r];if(!se(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}var fe=Object.freeze({__proto__:null,dateReviver:function(...t){return function(o,e){return t.includes(o)?ce(e):e}},deepEqual:se,delay:ae,eventPathContainsMatchingElement:function(t,o,e=window.document.body){if(o.length>0){const r=t.composedPath();for(let t of r){if(t===e)return!1;if(t.matches&&o.some((o=>t.matches(o))))return!0}}return!1},flatDeep:function t(o,e){return o.flatMap((o=>[o,...t(e(o),e)]))},last:function(t){return t[t.length-1]},minmax:function(t,o,e){return Math.min(Math.max(t,o),e)},parseDate:ce,waitFor:le,waitUntil:async function(t,o=10,e=2e4){await le((async()=>await t()||void 0),o,e)}});const pe=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function de(t,o){const e=()=>JSON.parse(JSON.stringify(t));return wo({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!se(t,o),...null!=o?o:{}})}function ue(t){return!isNaN(parseFloat(t))}var he=Object.freeze({__proto__:null,customElement:pe,isNumber:ue,jsonProperty:de,optionalNumberProperty:function(t){return wo({type:Object,converter:{fromAttribute:t=>{if(null!=t)return ue(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const ye=t=>"string"==typeof t?pt(t):t;class ge{static create(t,o,e,r){const i=t=>ye(null!=t?t:r),n=dt`var(${ye(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>dt`var(${ye(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=dt`var(${ye(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>dt`var(${ye(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):ye(null!=o?o:t.lastResortDefaultValue()),r=dt`var(${ye(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>dt`var(${ye(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function be(t,o){return ye(`${t.name}: ${o}`)}const me={colorWhite:ge.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:ge.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:ge.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:ge.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:ge.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:ge.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:ge.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:ge.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:ge.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:ge.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:ge.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:ge.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:ge.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:ge.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:ge.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:ge.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:ge.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:ge.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:ge.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:ge.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:ge.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:ge.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:ge.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:ge.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:ge.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:ge.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:ge.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:ge.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:ge.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:ge.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:ge.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:ge.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:ge.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:ge.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:ge.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:ge.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:ge.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:ge.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:ge.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:ge.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:ge.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:ge.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:ge.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:ge.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:ge.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:ge.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:ge.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:ge.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:ge.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:ge.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:ge.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:ge.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:ge.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:ge.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:ge.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:ge.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:ge.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:ge.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:ge.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:ge.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:ge.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:ge.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:ge.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:ge.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:ge.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:ge.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:ge.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:ge.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:ge.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:ge.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:ge.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:ge.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:ge.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:ge.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:ge.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:ge.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:ge.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:ge.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:ge.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:ge.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:ge.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:ge.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:ge.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:ge.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:ge.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:ge.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:ge.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:ge.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:ge.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:ge.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:ge.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:ge.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:ge.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:ge.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:ge.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:ge.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:ge.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:ge.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:ge.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:ge.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:ge.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:ge.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:ge.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:ge.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:ge.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:ge.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:ge.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:ge.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:ge.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:ge.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:ge.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:ge.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:ge.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:ge.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:ge.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:ge.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:ge.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:ge.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:ge.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:ge.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:ge.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:ge.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:ge.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:ge.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:ge.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:ge.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:ge.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:ge.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:ge.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:ge.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:ge.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:ge.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:ge.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:ge.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:ge.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:ge.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:ge.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:ge.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:ge.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:ge.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:ge.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:ge.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:ge.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:ge.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:ge.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:ge.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:ge.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:ge.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:ge.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:ge.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:ge.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:ge.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:ge.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:ge.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:ge.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:ge.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:ge.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:ge.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:ge.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:ge.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:ge.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:ge.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:ge.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:ge.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:ge.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:ge.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:ge.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:ge.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:ge.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:ge.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:ge.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:ge.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:ge.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:ge.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:ge.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:ge.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:ge.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:ge.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:ge.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:ge.create("--ft-icon-size-6","","SIZE","48px"),opacity0:ge.create("--ft-opacity-0","","NUMBER","0"),opacity8:ge.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:ge.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:ge.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:ge.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:ge.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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)")},ve={fontFamily:ge.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:ge.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:ge.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ge.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-display-textCase","","UNKNOWN","none")},Oe={fontFamily:ge.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:ge.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:ge.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ge.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},xe={fontFamily:ge.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:ge.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:ge.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ge.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Se={fontFamily:ge.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:ge.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:ge.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:ge.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},we={fontFamily:ge.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:ge.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:ge.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Ne={fontFamily:ge.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:ge.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ce={fontFamily:ge.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:ge.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Ee={fontFamily:ge.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:ge.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Re={fontFamily:ge.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ie={fontFamily:ge.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:ge.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:ge.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Le={fontFamily:ge.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:ge.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:ge.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:ge.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},ke={fontFamily:ge.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},We={fontFamily:ge.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Ue={fontFamily:ge.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:ge.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:ge.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},$e={fontFamily:ge.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},ze={fontFamily:ge.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Be={fontFamily:ge.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:ge.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:ge.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:ge.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ge.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Fe={fontFamily:ge.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ae={fontFamily:ge.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_e={fontFamily:ge.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:ge.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:ge.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Pe={fontFamily:ge.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:ge.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ze={fontFamily:ge.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:ge.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ke={fontFamily:ge.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:ge.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:ge.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},je={fontFamily:ge.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:ge.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:ge.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Me={fontFamily:ge.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ge.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:ge.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},He={fontFamily:ge.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ge.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:ge.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:ge.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:ge.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:ge.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:ge.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ge.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ge.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},De={display:ve,"title-1":Oe,"title-2":xe,"title-3":Se,"body-1-regular":we,"body-1-medium":Ne,"body-1-semibold":Ce,"body-2-regular":Ee,"body-2-medium":Re,"body-2-medium-underline":Ie,"body-2-semibold":Le,"label-1-medium":ke,"label-1-semibold":We,"label-1-bold":Ue,"label-2-medium":$e,"label-2-semibold":ze,"label-2-bold":Be,"caption-1-medium":Fe,"caption-1-semibold":Ae,"caption-1-bold":_e,"caption-2-medium":Pe,"caption-2-semibold":Ze,"caption-2-bold":Ke,"caption-3-medium":je,"caption-3-semibold":Me,"caption-3-bold":He},Te={backgroundActionPrimary:ge.extend("--ft-background-action-primary","Used as backgorund of primary action components.",me.colorBrand0),backgroundErrorSubtle:ge.extend("--ft-background-error-subtle","Used as background of subtle error components.",me.colorRed10),backgroundInfoSubtle:ge.extend("--ft-background-info-subtle","Used as background of subtle information components.",me.colorCyan10),backgroundWarningSubtle:ge.extend("--ft-background-warning-subtle","Used as background of subtle information components.",me.colorOrange10),backgroundSuccessSubtle:ge.extend("--ft-background-success-subtle","Used as background of subtle success components.",me.colorGreen10),backgroundGlobalSurface:ge.extend("--ft-background-global-surface","Used as app background.",me.colorWhite),backgroundGlobalOnSurface:ge.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",me.colorGray10),backgroundGlobalOnSurfaceDark:ge.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",me.colorGray30),contentActionPrimary:ge.extend("--ft-content-action-primary","Used on label of primary action on light surface.",me.colorBrand0),contentWarningPrimary:ge.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",me.colorOrange200),contentWarningIconOnly:ge.extend("--ft-content-warning-icon-only","Used on warning status icons alone",me.colorOrange0),contentErrorPrimary:ge.extend("--ft-content-error-primary","Used on label of error messages on light surface.",me.colorRed0),contentErrorIconOnly:ge.extend("--ft-content-error-icon-only","Used on error status icons alone",me.colorRed70),contentInfoPrimary:ge.extend("--ft-content-info-primary","Used on label of information messages on light surface.",me.colorCyan200),contentInfoIconOnly:ge.extend("--ft-content-info-icon-only","Used on info status icons alone",me.colorCyan0),contentSuccessPrimary:ge.extend("--ft-content-success-primary","Used on label of success messages on light surface.",me.colorGreen200),contentSuccessIconOnly:ge.extend("--ft-content-success-icon-only","Used on success status icons alone",me.colorGreen0),contentGlobalPrimary:ge.extend("--ft-content-global-primary","Used for main content on the page.",me.colorGray500),contentGlobalSecondary:ge.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",me.colorGray200),contentGlobalSubtle:ge.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",me.colorGray0),contentGlobalOnColor:ge.extend("--ft-content-global-on-color","Used for content on a dominant color.",me.colorWhite),borderActionPrimary:ge.extend("--ft-border-action-primary","Used as border for primary action components.",me.colorBrand0),borderActionFocusRing:ge.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",me.colorCyan0),borderWarningPrimary:ge.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",me.colorOrange200),borderWarningSubtle:ge.extend("--ft-border-warning-subtle","Used as border for warning components.",me.colorOrange30),borderSuccessPrimary:ge.extend("--ft-border-success-primary","Used as border for success buttons.",me.colorGreen200),borderSuccessSubtle:ge.extend("--ft-border-success-subtle","Used as border for success components.",me.colorGreen30),borderErrorPrimary:ge.extend("--ft-border-error-primary","Used as border for text fields in error states.",me.colorRed0),borderErrorSubtle:ge.extend("--ft-border-error-subtle","Used as border for error components.",me.colorRed30),borderInfoPrimary:ge.extend("--ft-border-info-primary","Used as border for buttons in info color.",me.colorCyan200),borderInfoSubtle:ge.extend("--ft-border-info-subtle","Used as border for information components.",me.colorCyan30),borderGlobalPrimary:ge.extend("--ft-border-global-primary","Used as border for element like input.",me.colorGray50),borderGlobalSubtle:ge.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",me.colorGray30),borderInputPrimary:ge.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",me.colorGray80)},Ge={largeHeight:ge.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:ge.extend("--ft-button-large-horizontal-padding","",me.spacing4),largeGap:ge.extend("--ft-button-large-gap","",me.spacing2),largeBorderRadius:ge.extend("--ft-button-large-border-radius","",me.borderRadiusS),largeIconSize:ge.extend("--ft-button-large-icon-size","",me.iconSize3),largeBorderWidth:ge.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:ge.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:ge.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:ge.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:ge.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:ge.extend("--ft-button-small-horizontal-padding","",me.spacing3),smallGap:ge.extend("--ft-button-small-gap","",me.spacing2),smallBorderRadius:ge.extend("--ft-button-small-border-radius","",me.borderRadiusS),smallIconSize:ge.extend("--ft-button-small-icon-size","",me.iconSize2),smallBorderWidth:ge.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:ge.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:ge.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:ge.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:ge.extend("--ft-button-primary-background-color","",Te.backgroundActionPrimary),primaryColor:ge.extend("--ft-button-primary-color","",Te.contentGlobalOnColor),primaryIconColor:ge.extend("--ft-button-primary-icon-color","",Te.contentGlobalOnColor),primaryStateLayerColor:ge.extend("--ft-button-primary-state-layer-color","",Te.contentGlobalOnColor),primaryHoverStateLayerOpacity:ge.extend("--ft-button-primary-hover-state-layer-opacity","",me.opacity16),primaryFocusStateLayerOpacity:ge.extend("--ft-button-primary-focus-state-layer-opacity","",me.opacity16),primaryActiveStateLayerOpacity:ge.extend("--ft-button-primary-active-state-layer-opacity","",me.opacity24),primaryDisabledComponentOpacity:ge.extend("--ft-button-primary-disabled-component-opacity","",me.opacity40),focusFocusRingColor:ge.extend("--ft-button-focus-focus-ring-color","",Te.borderActionFocusRing),tertiaryBackgroundColor:ge.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:ge.extend("--ft-button-tertiary-color","",Te.contentActionPrimary),tertiaryIconColor:ge.extend("--ft-button-tertiary-icon-color","",Te.contentActionPrimary),tertiaryStateLayerColor:ge.extend("--ft-button-tertiary-state-layer-color","",Te.contentActionPrimary),tertiaryHoverStateLayerOpacity:ge.extend("--ft-button-tertiary-hover-state-layer-opacity","",me.opacity8),tertiaryFocusStateLayerOpacity:ge.extend("--ft-button-tertiary-focus-state-layer-opacity","",me.opacity8),tertiaryActiveStateLayerOpacity:ge.extend("--ft-button-tertiary-active-state-layer-opacity","",me.opacity16),tertiaryDisabledComponentOpacity:ge.extend("--ft-button-tertiary-disabled-component-opacity","",me.opacity40),secondaryBackgroundColor:ge.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:ge.extend("--ft-button-secondary-color","",Te.contentActionPrimary),secondaryIconColor:ge.extend("--ft-button-secondary-icon-color","",Te.contentActionPrimary),secondaryStateLayerColor:ge.extend("--ft-button-secondary-state-layer-color","",Te.contentActionPrimary),secondaryHoverStateLayerOpacity:ge.extend("--ft-button-secondary-hover-state-layer-opacity","",me.opacity8),secondaryFocusStateLayerOpacity:ge.extend("--ft-button-secondary-focus-state-layer-opacity","",me.opacity8),secondaryActiveStateLayerOpacity:ge.extend("--ft-button-secondary-active-state-layer-opacity","",me.opacity16),secondaryDisabledComponentOpacity:ge.extend("--ft-button-secondary-disabled-component-opacity","",me.opacity40),secondaryBorderColor:ge.extend("--ft-button-secondary-border-color","",Te.borderActionPrimary),neutralBackgroundColor:ge.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:ge.extend("--ft-button-neutral-icon-color","",Te.contentGlobalSecondary),neutralColor:ge.extend("--ft-button-neutral-color","",Te.contentGlobalSecondary),neutralStateLayerColor:ge.extend("--ft-button-neutral-state-layer-color","",Te.contentGlobalSecondary),neutralHoverStateLayerOpacity:ge.extend("--ft-button-neutral-hover-state-layer-opacity","",me.opacity8),neutralFocusStateLayerOpacity:ge.extend("--ft-button-neutral-focus-state-layer-opacity","",me.opacity8),neutralActiveStateLayerOpacity:ge.extend("--ft-button-neutral-active-state-layer-opacity","",me.opacity16),neutralDisabledComponentOpacity:ge.extend("--ft-button-neutral-disabled-component-opacity","",me.opacity40)},Ve={iconSize:ge.extend("--ft-banner-icon-size","",me.iconSize5),borderWidth:ge.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:ge.extend("--ft-banner-horizontal-padding","",me.spacing6),verticalPadding:ge.extend("--ft-banner-vertical-padding","",me.spacing6),horizontalSideGap:ge.extend("--ft-banner-horizontal-side-gap","",me.spacing6),horizontalMobileGap:ge.extend("--ft-banner-horizontal-mobile-gap","",me.spacing4),verticalMobileGap:ge.extend("--ft-banner-vertical-mobile-gap","",me.spacing6),horizontalMiddleGap:ge.extend("--ft-banner-horizontal-middle-gap","",me.spacing20),infoBackgroundColor:ge.extend("--ft-banner-info-background-color","",Te.backgroundInfoSubtle),infoColor:ge.extend("--ft-banner-info-color","",Te.contentInfoPrimary),infoIconColor:ge.extend("--ft-banner-info-icon-color","",Te.contentInfoIconOnly)},qe={horizontalGap:ge.extend("--ft-breadcrumb-horizontal-gap","",me.spacing1),verticalGap:ge.extend("--ft-breadcrumb-vertical-gap","",me.spacing2),currentElementColor:ge.extend("--ft-breadcrumb-current-element-color","",Te.contentGlobalPrimary),iconColor:ge.extend("--ft-breadcrumb-icon-color","",Te.contentGlobalSubtle)},Ye={horizontalPadding:ge.extend("--ft-page-header-horizontal-padding","",me.spacing12),horizontalGap:ge.extend("--ft-page-header-horizontal-gap","",me.spacing4),verticalGap:ge.extend("--ft-page-header-vertical-gap","",me.spacing2),classicVerticalPadding:ge.extend("--ft-page-header-classic-vertical-padding","",me.spacing6),multilineVerticalPadding:ge.extend("--ft-page-header-multiline-vertical-padding","",me.spacing4),inlineVerticalPadding:ge.extend("--ft-page-header-inline-vertical-padding","",me.spacing2),backgroundColor:ge.extend("--ft-page-header-background-color","",me.colorWhite),bottomBorderColor:ge.extend("--ft-page-header-bottom-border-color","",Te.borderGlobalSubtle),titleColor:ge.extend("--ft-page-header-title-color","",Te.contentGlobalPrimary),subtitleColor:ge.extend("--ft-page-header-subtitle-color","",Te.contentGlobalSecondary)},Je={smallContainerWidth:ge.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:ge.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:ge.extend("--ft-modal-overlay-background-color","",me.colorGray700),overlayOpacity:ge.extend("--ft-modal-overlay-opacity","",me.opacity40),shadow:ge.extend("--ft-modal-shadow","",me.shadowElevation03),bodyBackgroundColor:ge.extend("--ft-modal-body-background-color","",me.colorWhite),bodyColor:ge.extend("--ft-modal-body-color","",Te.contentGlobalPrimary),bodyHorizontalPadding:ge.extend("--ft-modal-body-horizontal-padding","",me.spacing6),bodyVerticalPadding:ge.extend("--ft-modal-body-vertical-padding","",me.spacing6),bodyVerticalGap:ge.extend("--ft-modal-body-vertical-gap","",me.spacing6),containerMargin:ge.extend("--ft-modal-container-margin","",me.spacing3),headerBackgroundColor:ge.extend("--ft-modal-header-background-color","",Te.backgroundGlobalOnSurface),headerBorderColor:ge.extend("--ft-modal-header-border-color","",Te.borderGlobalSubtle),headerColor:ge.extend("--ft-modal-header-color","",Te.contentGlobalPrimary),headerTrailingIconColor:ge.extend("--ft-modal-header-trailing-icon-color","",Te.contentGlobalSecondary),headerVerticalPadding:ge.extend("--ft-modal-header-vertical-padding","",me.spacing1),headerRightPadding:ge.extend("--ft-modal-header-right-padding","",me.spacing1),headerLeftPadding:ge.extend("--ft-modal-header-left-padding","",me.spacing6),headerGap:ge.extend("--ft-modal-header-gap","",me.spacing2),headerBorderBottom:ge.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:ge.extend("--ft-modal-border-radius","",me.borderRadiusM)},Xe={overlayOpacity:ge.extend("--ft-drawer-overlay-opacity","",me.opacity40),shadow:ge.extend("--ft-drawer-shadow","",me.shadowElevation03),bodyColor:ge.extend("--ft-drawer-body-color","",Te.contentGlobalPrimary),bodyHorizontalPadding:ge.extend("--ft-drawer-body-horizontal-padding","",me.spacing6),bodyVerticalPadding:ge.extend("--ft-drawer-body-vertical-padding","",me.spacing6),bodyGap:ge.extend("--ft-drawer-body-gap","",me.spacing6),bodyBackgroundColor:ge.extend("--ft-drawer-body-background-color","",me.colorWhite),headerBackgroundColor:ge.extend("--ft-drawer-header-background-color","",Te.backgroundGlobalOnSurface),headerBorderColor:ge.extend("--ft-drawer-header-border-color","",Te.borderGlobalSubtle),headerColor:ge.extend("--ft-drawer-header-color","",Te.contentGlobalPrimary),headerTrailingIconColor:ge.extend("--ft-drawer-header-trailing-icon-color","",Te.contentGlobalSecondary),headerHeight:ge.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:ge.extend("--ft-drawer-header-horizontal-padding","",me.spacing2),headerBorderWidth:ge.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:ge.extend("--ft-drawer-header-gap","",me.spacing3),buttonsBarBackgroundColor:ge.extend("--ft-drawer-buttons-bar-background-color","",Te.backgroundGlobalOnSurface),buttonsBarBorderColor:ge.extend("--ft-drawer-buttons-bar-border-color","",Te.borderGlobalSubtle),buttonsBarColor:ge.extend("--ft-drawer-buttons-bar-color","",Te.contentGlobalPrimary),buttonsBarHorizontalPadding:ge.extend("--ft-drawer-buttons-bar-horizontal-padding","",me.spacing4),buttonsBarVerticalPadding:ge.extend("--ft-drawer-buttons-bar-vertical-padding","",me.spacing4),buttonsBarGap:ge.extend("--ft-drawer-buttons-bar-gap","",me.spacing3),buttonsBarBorderWidth:ge.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:ge.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:ge.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:ge.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:ge.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:ge.extend("--ft-drawer-overlay-background-color","",me.colorGray700)},Qe={fieldHorizontalPadding:ge.extend("--ft-text-input-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:ge.extend("--ft-text-input-field-horizontal-gap","",me.spacing3),fieldVerticalGap:ge.extend("--ft-text-input-field-vertical-gap","",me.spacing05),fieldIconSize:ge.extend("--ft-text-input-field-icon-size","",me.iconSize3),fieldHeight:ge.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:ge.extend("--ft-text-input-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:ge.extend("--ft-text-input-helper-horizontal-gap","",me.spacing1),helperIconSize:ge.extend("--ft-text-input-helper-icon-size","",me.iconSize2),borderRadius:ge.extend("--ft-text-input-border-radius","",me.borderRadiusM),backgroundColor:ge.extend("--ft-text-input-background-color","",me.colorWhite),contentValueColor:ge.extend("--ft-text-input-content-value-color","",Te.contentGlobalPrimary),trailingIconColor:ge.extend("--ft-text-input-trailing-icon-color","",Te.contentGlobalSubtle),labelColor:ge.extend("--ft-text-input-label-color","",Te.contentGlobalSubtle),defaultBorderColor:ge.extend("--ft-text-input-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:ge.extend("--ft-text-input-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:ge.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:ge.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:ge.extend("--ft-text-input-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:ge.extend("--ft-text-input-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIconColor:ge.extend("--ft-text-input-error-helper-icon-color","",Te.contentErrorIconOnly),warningBorderWidth:ge.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:ge.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:ge.extend("--ft-text-input-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:ge.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:ge.extend("--ft-text-input-disabled-component-opacity","",me.opacity40)},tr={backgroundColor:ge.extend("--ft-text-area-background-color","",me.colorWhite),contentValueColor:ge.extend("--ft-text-area-content-value-color","",Te.contentGlobalPrimary),labelColor:ge.extend("--ft-text-area-label-color","",Te.contentGlobalSubtle),defaultBorderColor:ge.extend("--ft-text-area-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:ge.extend("--ft-text-area-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:ge.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:ge.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:ge.extend("--ft-text-area-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:ge.extend("--ft-text-area-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIconColor:ge.extend("--ft-text-area-error-helper-icon-color","",Te.contentErrorIconOnly),focusFocusRingColor:ge.extend("--ft-text-area-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:ge.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:ge.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:ge.extend("--ft-text-area-disabled-component-opacity","",me.opacity40),fieldHorizontalLeftPadding:ge.extend("--ft-text-area-field-horizontal-left-padding","",me.spacing4),fieldHorizontalGap:ge.extend("--ft-text-area-field-horizontal-gap","",me.spacing3),fieldVerticalGap:ge.extend("--ft-text-area-field-vertical-gap","",me.spacing05),fieldMinHeight:ge.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:ge.extend("--ft-text-area-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:ge.extend("--ft-text-area-helper-horizontal-gap","",me.spacing1),helperIconSize:ge.extend("--ft-text-area-helper-icon-size","",me.iconSize2),borderRadius:ge.extend("--ft-text-area-border-radius","",me.borderRadiusM)},or={height:ge.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:ge.extend("--ft-floating-menu-horizontal-padding","",me.spacing4),offIconColor:ge.extend("--ft-floating-menu-off-icon-color","",Te.contentGlobalPrimary),offColor:ge.extend("--ft-floating-menu-off-color","",Te.contentGlobalPrimary),onColor:ge.extend("--ft-floating-menu-on-color","",Te.contentActionPrimary),onStateLayerColor:ge.extend("--ft-floating-menu-on-state-layer-color","",Te.contentActionPrimary),gap:ge.extend("--ft-floating-menu-gap","",me.spacing3),focusFocusRingColor:ge.extend("--ft-floating-menu-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:ge.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:ge.extend("--ft-floating-menu-focus-state-layer-opacity","",me.opacity8),hoverStateLayerOpacity:ge.extend("--ft-floating-menu-hover-state-layer-opacity","",me.opacity8),activeStateLayerOpacity:ge.extend("--ft-floating-menu-active-state-layer-opacity","",me.opacity16),disabledComponentOpacity:ge.extend("--ft-floating-menu-disabled-component-opacity","",me.opacity40),iconSize:ge.extend("--ft-floating-menu-icon-size","",me.iconSize3),backgroundColor:ge.extend("--ft-floating-menu-background-color","",Te.backgroundGlobalOnSurface)},er={fieldHorizontalPadding:ge.extend("--ft-combobox-single-select-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:ge.extend("--ft-combobox-single-select-field-horizontal-gap","",me.spacing3),fieldVerticalGap:ge.extend("--ft-combobox-single-select-field-vertical-gap","",me.spacing05),fieldIconSize:ge.extend("--ft-combobox-single-select-field-icon-size","",me.iconSize3),fieldHeight:ge.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:ge.extend("--ft-combobox-single-select-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:ge.extend("--ft-combobox-single-select-helper-horizontal-gap","",me.spacing1),helperVerticalGap:ge.extend("--ft-combobox-single-select-helper-vertical-gap","",me.spacing1),helperIconSize:ge.extend("--ft-combobox-single-select-helper-icon-size","",me.iconSize2),menuVerticalGap:ge.extend("--ft-combobox-single-select-menu-vertical-gap","",me.spacing2),borderRadius:ge.extend("--ft-combobox-single-select-border-radius","",me.borderRadiusM),backgroundColor:ge.extend("--ft-combobox-single-select-background-color","",me.colorWhite),labelColor:ge.extend("--ft-combobox-single-select-label-color","",Te.contentGlobalSubtle),contentValueColor:ge.extend("--ft-combobox-single-select-content-value-color","",Te.contentGlobalPrimary),trailingIconColor:ge.extend("--ft-combobox-single-select-trailing-icon-color","",Te.contentGlobalSubtle),defaultBorderColor:ge.extend("--ft-combobox-single-select-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:ge.extend("--ft-combobox-single-select-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:ge.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:ge.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:ge.extend("--ft-combobox-single-select-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:ge.extend("--ft-combobox-single-select-error-helper-text-color","",Te.contentErrorPrimary),warningBorderWidth:ge.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:ge.extend("--ft-combobox-single-select-warning-border-color","",Te.borderWarningPrimary),warningHelperTextColor:ge.extend("--ft-combobox-single-select-warning-helper-text-color","",Te.contentWarningPrimary),warningHelperIconColor:ge.extend("--ft-combobox-single-select-warning-helper-icon-color","",Te.contentWarningIconOnly),focusOutlineWidth:ge.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:ge.extend("--ft-combobox-single-select-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:ge.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:ge.extend("--ft-combobox-single-select-disabled-component-opacity","",me.opacity40)},rr={backgroundColor:ge.extend("--ft-combobox-multi-select-background-color","",me.colorWhite),labelColor:ge.extend("--ft-combobox-multi-select-label-color","",Te.contentGlobalSubtle),trailingIconColor:ge.extend("--ft-combobox-multi-select-trailing-icon-color","",Te.contentGlobalSubtle),defaultBorderColor:ge.extend("--ft-combobox-multi-select-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:ge.extend("--ft-combobox-multi-select-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:ge.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:ge.extend("--ft-combobox-multi-select-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:ge.extend("--ft-combobox-multi-select-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIcon:ge.extend("--ft-combobox-multi-select-error-helper-icon","",Te.contentErrorIconOnly),errorBorderWidth:ge.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:ge.extend("--ft-combobox-multi-select-warning-border-color","",Te.borderWarningPrimary),warningHelperTextColor:ge.extend("--ft-combobox-multi-select-warning-helper-text-color","",Te.contentWarningPrimary),warningHelperIconColor:ge.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Te.contentWarningIconOnly),warningBorderWidth:ge.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:ge.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:ge.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:ge.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:ge.extend("--ft-combobox-multi-select-disabled-component-opacity","",me.opacity40),helperHorizontalPadding:ge.extend("--ft-combobox-multi-select-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:ge.extend("--ft-combobox-multi-select-helper-horizontal-gap","",me.spacing1),helperVerticalGap:ge.extend("--ft-combobox-multi-select-helper-vertical-gap","",me.spacing1),helperIconSize:ge.extend("--ft-combobox-multi-select-helper-icon-size","",me.iconSize2),fieldHorizontalPadding:ge.extend("--ft-combobox-multi-select-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:ge.extend("--ft-combobox-multi-select-field-horizontal-gap","",me.spacing3),fieldVerticalGap:ge.extend("--ft-combobox-multi-select-field-vertical-gap","",me.spacing05),fieldIconSize:ge.extend("--ft-combobox-multi-select-field-icon-size","",me.iconSize3),fieldMaxHeight:ge.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:ge.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",me.spacing1),contentValuesVerticalGap:ge.extend("--ft-combobox-multi-select-content-values-vertical-gap","",me.spacing1),borderRadius:ge.extend("--ft-combobox-multi-select-border-radius","",me.borderRadiusM)},ir={backgroundColor:ge.extend("--ft-popover-background-color","",Te.backgroundGlobalOnSurface),horizontalPadding:ge.extend("--ft-popover-horizontal-padding","",me.spacing6),verticalPadding:ge.extend("--ft-popover-vertical-padding","",me.spacing6),iconColor:ge.extend("--ft-popover-icon-color","",Te.contentGlobalSecondary),iconSize:ge.extend("--ft-popover-icon-size","",me.iconSize2),titleColor:ge.extend("--ft-popover-title-color","",Te.contentGlobalPrimary),bodyColor:ge.extend("--ft-popover-body-color","",Te.contentGlobalSecondary),linkColor:ge.extend("--ft-popover-link-color","",Te.contentActionPrimary),gap:ge.extend("--ft-popover-gap","",me.spacing3),borderRadius:ge.extend("--ft-popover-border-radius","",me.borderRadiusM),shadow:ge.extend("--ft-popover-shadow","",me.shadowElevation02)},nr={topLeftBorderRadius:ge.extend("--ft-tabs-top-left-border-radius","",me.borderRadiusS),topRightBorderRadius:ge.extend("--ft-tabs-top-right-border-radius","",me.borderRadiusS),labelHorizontalPadding:ge.extend("--ft-tabs-label-horizontal-padding","",me.spacing4),labelVerticalPadding:ge.extend("--ft-tabs-label-vertical-padding","",me.spacing3),labelGap:ge.extend("--ft-tabs-label-gap","",me.spacing1),offHoverStateLayerOpacity:ge.extend("--ft-tabs-off-hover-state-layer-opacity","",me.opacity8),offFocusStateLayerOpacity:ge.extend("--ft-tabs-off-focus-state-layer-opacity","",me.opacity8),offActiveStateLayerOpacity:ge.extend("--ft-tabs-off-active-state-layer-opacity","",me.opacity16),offDisabledComponentOpacity:ge.extend("--ft-tabs-off-disabled-component-opacity","",me.opacity40),offColor:ge.extend("--ft-tabs-off-color","",Te.contentGlobalSubtle),offStateLayerColor:ge.extend("--ft-tabs-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:ge.extend("--ft-tabs-on-hover-state-layer-opacity","",me.opacity8),onFocusStateLayerOpacity:ge.extend("--ft-tabs-on-focus-state-layer-opacity","",me.opacity8),onActiveStateLayerOpacity:ge.extend("--ft-tabs-on-active-state-layer-opacity","",me.opacity16),onDisabledComponentOpacity:ge.extend("--ft-tabs-on-disabled-component-opacity","",me.opacity40),onColor:ge.extend("--ft-tabs-on-color","",Te.contentActionPrimary),onStateLayerColor:ge.extend("--ft-tabs-on-state-layer-color","",Te.contentActionPrimary),iconHorizontalPadding:ge.extend("--ft-tabs-icon-horizontal-padding","",me.spacing1),iconVerticalPadding:ge.extend("--ft-tabs-icon-vertical-padding","",me.spacing4),focusOutlineWidth:ge.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:ge.extend("--ft-tabs-focus-focus-ring-color","",Te.borderActionFocusRing)},ar={hoverStateLayerOpacity:ge.extend("--ft-collapsible-hover-state-layer-opacity","",me.opacity8),focusStateLayerOpacity:ge.extend("--ft-collapsible-focus-state-layer-opacity","",me.opacity8),focusOutlineWidth:ge.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:ge.extend("--ft-collapsible-focus-focus-ring-color","",Te.borderActionFocusRing),activeStateLayerOpacity:ge.extend("--ft-collapsible-active-state-layer-opacity","",me.opacity16),disabledComponentOpacity:ge.extend("--ft-collapsible-disabled-component-opacity","",me.opacity40),horizontalPadding:ge.extend("--ft-collapsible-horizontal-padding","",me.spacing4),verticalPadding:ge.extend("--ft-collapsible-vertical-padding","",me.spacing3),color:ge.extend("--ft-collapsible-color","",Te.contentGlobalPrimary),stateLayerColor:ge.extend("--ft-collapsible-state-layer-color","",Te.contentGlobalPrimary),backgroundColor:ge.extend("--ft-collapsible-background-color","",Te.backgroundGlobalOnSurface),borderColor:ge.extend("--ft-collapsible-border-color","",Te.borderGlobalSubtle),iconSize:ge.extend("--ft-collapsible-icon-size","",me.iconSize3)},lr={groupHorizontalPadding:ge.extend("--ft-switch-group-horizontal-padding","",me.spacing1),groupVerticalPadding:ge.extend("--ft-switch-group-vertical-padding","",me.spacing1),groupGap:ge.extend("--ft-switch-group-gap","",me.spacing1),groupBackgroundColor:ge.extend("--ft-switch-group-background-color","",Te.backgroundGlobalSurface),groupBorderColor:ge.extend("--ft-switch-group-border-color","",Te.borderGlobalSubtle),groupBorderRadius:ge.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:ge.extend("--ft-switch-label-horizontal-padding","",me.spacing2),labelVerticalPadding:ge.extend("--ft-switch-label-vertical-padding","",me.spacing1),offHoverStateLayerOpacity:ge.extend("--ft-switch-off-hover-state-layer-opacity","",me.opacity8),offFocusStateLayerOpacity:ge.extend("--ft-switch-off-focus-state-layer-opacity","",me.opacity8),offActiveStateLayerOpacity:ge.extend("--ft-switch-off-active-state-layer-opacity","",me.opacity16),offDisabledComponentOpacity:ge.extend("--ft-switch-off-disabled-component-opacity","",me.opacity40),offColor:ge.extend("--ft-switch-off-color","",Te.contentGlobalSubtle),offStateLayerColor:ge.extend("--ft-switch-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:ge.extend("--ft-switch-on-hover-state-layer-opacity","",me.opacity8),onFocusStateLayerOpacity:ge.extend("--ft-switch-on-focus-state-layer-opacity","",me.opacity8),onActiveStateLayerOpacity:ge.extend("--ft-switch-on-active-state-layer-opacity","",me.opacity16),onDisabledComponentOpacity:ge.extend("--ft-switch-on-disabled-component-opacity","",me.opacity40),onColor:ge.extend("--ft-switch-on-color","",Te.contentActionPrimary),onStateLayerColor:ge.extend("--ft-switch-on-state-layer-color","",Te.contentActionPrimary),iconHorizontalPadding:ge.extend("--ft-switch-icon-horizontal-padding","",me.spacing1),iconVerticalPadding:ge.extend("--ft-switch-icon-vertical-padding","",me.spacing1),focusOutlineWidth:ge.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:ge.extend("--ft-switch-focus-focus-ring-color","",Te.borderActionFocusRing),optionBorderRadius:ge.extend("--ft-switch-option-border-radius","",me.borderRadiusS)},cr={color1Light:ge.extend("--ft-chart-1-light","for area color charts",me.colorBrand40),color1Base:ge.extend("--ft-chart-1-base","for line charts",me.colorBrand0),color2Light:ge.extend("--ft-chart-2-light","for area color charts",me.colorYellow60),color2Base:ge.extend("--ft-chart-2-base","for line charts",me.colorYellow100),color3Light:ge.extend("--ft-chart-3-light","",me.colorUltramarine40),color3Base:ge.extend("--ft-chart-3-base","",me.colorUltramarine70),color4Light:ge.extend("--ft-chart-4-light","",me.colorCyan50),color4Base:ge.extend("--ft-chart-4-base","",me.colorCyan100),color5Light:ge.extend("--ft-chart-5-light","",me.colorRed40),color5Base:ge.extend("--ft-chart-5-base","",me.colorRed60),color6Light:ge.extend("--ft-chart-6-light","",me.colorGreen40),color6Base:ge.extend("--ft-chart-6-base","",me.colorGreen70),color7Light:ge.extend("--ft-chart-7-light","",me.colorOrange70),color7Base:ge.extend("--ft-chart-7-base","",me.colorOrange100),color8Light:ge.extend("--ft-chart-8-light","",me.colorAvocado70),color8Base:ge.extend("--ft-chart-8-base","",me.colorAvocado200),color9Light:ge.extend("--ft-chart-9-light","",me.colorBrown50),color9Base:ge.extend("--ft-chart-9-base","",me.colorBrown200),color10Light:ge.extend("--ft-chart-10-light","",me.colorGray50),color10Base:ge.extend("--ft-chart-10-base","",me.colorGray80),monochrome10:ge.extend("--ft-chart-monochrome-10","",me.colorBrand10),monochrome20:ge.extend("--ft-chart-monochrome-20","",me.colorBrand20),monochrome30:ge.extend("--ft-chart-monochrome-30","",me.colorBrand40),monochrome40:ge.extend("--ft-chart-monochrome-40","",me.colorBrand60),monochrome50:ge.extend("--ft-chart-monochrome-50","",me.colorBrand0),monochrome60:ge.extend("--ft-chart-monochrome-60","",me.colorBrand200)},sr={largeHorizontalPadding:ge.extend("--ft-chip-large-horizontal-padding","",me.spacing4),largeVerticalPadding:ge.extend("--ft-chip-large-vertical-padding","",me.spacing2),largeGap:ge.extend("--ft-chip-large-gap","",me.spacing1),largeFocusOutlineOffset:ge.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:ge.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:ge.extend("--ft-chip-large-border-radius","",me.borderRadiusPill),largeBorderWidth:ge.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:ge.extend("--ft-chip-large-icon-size","",me.iconSize3),mediumHorizontalPadding:ge.extend("--ft-chip-medium-horizontal-padding","",me.spacing3),mediumVerticalPadding:ge.extend("--ft-chip-medium-vertical-padding","",me.spacing1),mediumGap:ge.extend("--ft-chip-medium-gap","",me.spacing1),mediumFocusOutlineOffset:ge.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:ge.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:ge.extend("--ft-chip-medium-border-radius","",me.borderRadiusPill),mediumBorderWidth:ge.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:ge.extend("--ft-chip-medium-icon-size","",me.iconSize2),smallHorizontalPadding:ge.extend("--ft-chip-small-horizontal-padding","",me.spacing2),smallVerticalPadding:ge.extend("--ft-chip-small-vertical-padding","",me.spacing05),smallGap:ge.extend("--ft-chip-small-gap","",me.spacing1),smallFocusOutlineOffset:ge.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:ge.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:ge.extend("--ft-chip-small-border-radius","",me.borderRadiusPill),smallBorderWidth:ge.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:ge.extend("--ft-chip-small-icon-size","",me.iconSize1),neutralBackgroundColor:ge.extend("--ft-chip-neutral-background-color","",Te.backgroundGlobalOnSurface),neutralColor:ge.extend("--ft-chip-neutral-color","",Te.contentGlobalPrimary),neutralIconColor:ge.extend("--ft-chip-neutral-icon-color","",Te.contentGlobalPrimary),neutralBorderColor:ge.extend("--ft-chip-neutral-border-color","",Te.borderGlobalSubtle),infoBackgroundColor:ge.extend("--ft-chip-info-background-color","",Te.backgroundInfoSubtle),infoColor:ge.extend("--ft-chip-info-color","",Te.contentInfoPrimary),infoIconColor:ge.extend("--ft-chip-info-icon-color","",Te.contentInfoIconOnly),infoBorderColor:ge.extend("--ft-chip-info-border-color","",Te.borderInfoSubtle),successBackgroundColor:ge.extend("--ft-chip-success-background-color","",Te.backgroundSuccessSubtle),successColor:ge.extend("--ft-chip-success-color","",Te.contentSuccessPrimary),successIconColor:ge.extend("--ft-chip-success-icon-color","",Te.contentSuccessIconOnly),successBorderColor:ge.extend("--ft-chip-success-border-color","",Te.borderSuccessSubtle),warningBackgroundColor:ge.extend("--ft-chip-warning-background-color","",Te.backgroundWarningSubtle),warningColor:ge.extend("--ft-chip-warning-color","",Te.contentWarningPrimary),warningIconColor:ge.extend("--ft-chip-warning-icon-color","",Te.contentWarningIconOnly),warningBorderColor:ge.extend("--ft-chip-warning-border-color","",Te.borderWarningSubtle),errorBackgroundColor:ge.extend("--ft-chip-error-background-color","",Te.backgroundErrorSubtle),errorColor:ge.extend("--ft-chip-error-color","",Te.contentErrorPrimary),errorIconColor:ge.extend("--ft-chip-error-icon-color","",Te.contentErrorIconOnly),errorBorderColor:ge.extend("--ft-chip-error-border-color","",Te.borderErrorSubtle)},fr={infoBorderColor:ge.extend("--ft-border-info-border-color","",Te.borderInfoSubtle)},pr={borderWidth:ge.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:ge.extend("--ft-notice-horizontal-padding","",me.spacing2),verticalPadding:ge.extend("--ft-notice-vertical-padding","",me.spacing1),borderRadius:ge.extend("--ft-notice-border-radius","",me.borderRadiusS),gap:ge.extend("--ft-notice-gap","",me.spacing2),iconSize:ge.extend("--ft-notice-icon-size","",me.iconSize3),infoBackgroundColor:ge.extend("--ft-notice-info-background-color","",Te.backgroundInfoSubtle),infoBorderColor:ge.extend("--ft-notice-info-border-color","",Te.borderInfoSubtle),infoColor:ge.extend("--ft-notice-info-color","",Te.contentInfoPrimary),infoIconColor:ge.extend("--ft-notice-info-icon-color","",Te.contentInfoIconOnly),warningBackgroundColor:ge.extend("--ft-notice-warning-background-color","",Te.backgroundWarningSubtle),warningBorderColor:ge.extend("--ft-notice-warning-border-color","",Te.borderWarningSubtle),warningColor:ge.extend("--ft-notice-warning-color","",Te.contentWarningPrimary),warningIconColor:ge.extend("--ft-notice-warning-icon-color","",Te.contentWarningIconOnly),errorBackgroundColor:ge.extend("--ft-notice-error-background-color","",Te.backgroundErrorSubtle),errorBorderColor:ge.extend("--ft-notice-error-border-color","",Te.borderErrorSubtle),errorColor:ge.extend("--ft-notice-error-color","",Te.contentErrorPrimary),errorIconColor:ge.extend("--ft-notice-error-icon-color","",Te.contentErrorIconOnly),successBackgroundColor:ge.extend("--ft-notice-success-background-color","",Te.backgroundSuccessSubtle),successBorderColor:ge.extend("--ft-notice-success-border-color","",Te.borderSuccessSubtle),successColor:ge.extend("--ft-notice-success-color","",Te.contentSuccessPrimary),successIconColor:ge.extend("--ft-notice-success-icon-color","",Te.contentSuccessIconOnly)},dr={color:ge.extend("--ft-checkbox-color","",Te.contentGlobalPrimary),checkedBackgroundColor:ge.extend("--ft-checkbox-checked-background-color","",Te.contentActionPrimary),checkedStateLayerColor:ge.extend("--ft-checkbox-checked-state-layer-color","",Te.contentActionPrimary),checkedIconColor:ge.extend("--ft-checkbox-checked-icon-color","",Te.contentGlobalOnColor),checkedHoverStateLayerOpacity:ge.extend("--ft-checkbox-checked-hover-state-layer-opacity","",me.opacity16),checkedFocusStateLayerOpacity:ge.extend("--ft-checkbox-checked-focus-state-layer-opacity","",me.opacity16),checkedActiveStateLayerOpacity:ge.extend("--ft-checkbox-checked-active-state-layer-opacity","",me.opacity24),checkedDisabledComponentOpacity:ge.extend("--ft-checkbox-checked-disabled-component-opacity","",me.opacity40),uncheckedBorderColor:ge.extend("--ft-checkbox-unchecked-border-color","",me.colorGray80),uncheckedStateLayerColor:ge.extend("--ft-checkbox-unchecked-state-layer-color","",me.colorGray80),uncheckedHoverStateLayerOpacity:ge.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",me.opacity16),uncheckedFocusStateLayerOpacity:ge.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",me.opacity16),uncheckedActiveStateLayerOpacity:ge.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",me.opacity24),uncheckedDisabledComponentOpacity:ge.extend("--ft-checkbox-unchecked-disabled-component-opacity","",me.opacity40),focusFocusRingColor:ge.extend("--ft-checkbox-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:ge.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:ge.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:ge.extend("--ft-checkbox-gap","",me.spacing3)},ur={offHoverStateLayerOpacity:ge.extend("--ft-toggle-off-hover-state-layer-opacity","",me.opacity16),offFocusStateLayerOpacity:ge.extend("--ft-toggle-off-focus-state-layer-opacity","",me.opacity16),offActiveStateLayerOpacity:ge.extend("--ft-toggle-off-active-state-layer-opacity","",me.opacity24),offDisabledComponentOpacity:ge.extend("--ft-toggle-off-disabled-component-opacity","",me.opacity40),offBackgroundColor:ge.extend("--ft-toggle-off-background-color","",Te.contentGlobalSubtle),offIconColor:ge.extend("--ft-toggle-off-icon-color","",Te.contentGlobalSubtle),offStateLayerColor:ge.extend("--ft-toggle-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:ge.extend("--ft-toggle-on-hover-state-layer-opacity","",me.opacity16),onFocusStateLayerOpacity:ge.extend("--ft-toggle-on-focus-state-layer-opacity","",me.opacity16),onActiveStateLayerOpacity:ge.extend("--ft-toggle-on-active-state-layer-opacity","",me.opacity24),onDisabledComponentOpacity:ge.extend("--ft-toggle-on-disabled-component-opacity","",me.opacity40),onBackgroundColor:ge.extend("--ft-toggle-on-background-color","",Te.contentActionPrimary),onStateLayerColor:ge.extend("--ft-toggle-on-state-layer-color","",Te.contentActionPrimary),onIconColor:ge.extend("--ft-toggle-on-icon-color","",Te.contentActionPrimary),color:ge.extend("--ft-toggle-color","",Te.contentGlobalPrimary),focusFocusRingColor:ge.extend("--ft-toggle-focus-focus-ring-color","",Te.borderActionFocusRing),gap:ge.extend("--ft-toggle-gap","",me.spacing3)},hr={color:ge.extend("--ft-radio-color","",Te.contentGlobalPrimary),selectedRadioColor:ge.extend("--ft-radio-selected-radio-color","",Te.contentActionPrimary),selectedStateLayerColor:ge.extend("--ft-radio-selected-state-layer-color","",Te.contentActionPrimary),selectedHoverStateLayerOpacity:ge.extend("--ft-radio-selected-hover-state-layer-opacity","",me.opacity16),selectedFocusStateLayerOpacity:ge.extend("--ft-radio-selected-focus-state-layer-opacity","",me.opacity16),selectedActiveStateLayerOpacity:ge.extend("--ft-radio-selected-active-state-layer-opacity","",me.opacity24),selectedDisabledComponentOpacity:ge.extend("--ft-radio-selected-disabled-component-opacity","",me.opacity40),unselectedStateLayerColor:ge.extend("--ft-radio-unselected-state-layer-color","",Te.borderInputPrimary),unselectedBorderColor:ge.extend("--ft-radio-unselected-border-color","",Te.borderInputPrimary),unselectedHoverStateLayerOpacity:ge.extend("--ft-radio-unselected-hover-state-layer-opacity","",me.opacity16),unselectedFocusStateLayerOpacity:ge.extend("--ft-radio-unselected-focus-state-layer-opacity","",me.opacity16),unselectedActiveStateLayerOpacity:ge.extend("--ft-radio-unselected-active-state-layer-opacity","",me.opacity24),unselectedDisabledComponentOpacity:ge.extend("--ft-radio-unselected-disabled-component-opacity","",me.opacity40),focusFocusRingColor:ge.extend("--ft-radio-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:ge.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:ge.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:ge.extend("--ft-radio-gap","",me.spacing3)},yr={iconSize:ge.extend("--ft-notification-icon-size","",me.iconSize4),horizontalPadding:ge.extend("--ft-notification-horizontal-padding","",me.spacing4),verticalPadding:ge.extend("--ft-notification-vertical-padding","",me.spacing4),infoBackgroundColor:ge.extend("--ft-notification-info-background-color","",Te.backgroundInfoSubtle),infoColor:ge.extend("--ft-notification-info-color","",Te.contentInfoPrimary),infoIconColor:ge.extend("--ft-notification-info-icon-color","",Te.contentInfoIconOnly),infoBorderColor:ge.extend("--ft-notification-info-border-color","",Te.borderInfoSubtle),successBackgroundColor:ge.extend("--ft-notification-success-background-color","",Te.backgroundSuccessSubtle),successColor:ge.extend("--ft-notification-success-color","",Te.contentSuccessPrimary),successIconColor:ge.extend("--ft-notification-success-icon-color","",Te.contentSuccessIconOnly),successBorderColor:ge.extend("--ft-notification-success-border-color","",Te.borderSuccessSubtle),warningBackgroundColor:ge.extend("--ft-notification-warning-background-color","",Te.backgroundWarningSubtle),warningColor:ge.extend("--ft-notification-warning-color","",Te.contentWarningPrimary),warningIconColor:ge.extend("--ft-notification-warning-icon-color","",Te.contentWarningIconOnly),warningBorderColor:ge.extend("--ft-notification-warning-border-color","",Te.borderWarningSubtle),errorBackgroundColor:ge.extend("--ft-notification-error-background-color","",Te.backgroundErrorSubtle),errorColor:ge.extend("--ft-notification-error-color","",Te.contentErrorPrimary),errorIconColor:ge.extend("--ft-notification-error-icon-color","",Te.contentErrorIconOnly),errorBorderColor:ge.extend("--ft-notification-error-border-color","",Te.borderErrorSubtle),borderRadius:ge.extend("--ft-notification-border-radius","",me.borderRadiusPill),borderWidth:ge.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:ge.extend("--ft-notification-leading-gap","",me.spacing2),trailingGap:ge.extend("--ft-notification-trailing-gap","",me.spacing8)},gr={horizontalPadding:ge.extend("--ft-tooltip-horizontal-padding","",me.spacing2),verticalPadding:ge.extend("--ft-tooltip-vertical-padding","",me.spacing2),borderRadius:ge.extend("--ft-tooltip-border-radius","",me.borderRadiusS),color:ge.extend("--ft-tooltip-color","",Te.contentGlobalOnColor),backgroundColor:ge.extend("--ft-tooltip-background-color","",Te.contentGlobalPrimary),backgroundOpacity:ge.extend("--ft-tooltip-background-opacity","",me.opacity80),shadow:ge.extend("--ft-tooltip-shadow","",me.shadowElevation03),maxWidth:ge.create("--ft-tooltip-max-width","","SIZE","256px"),gap:ge.extend("--ft-tooltip-gap","",me.spacing05)};var br=Object.freeze({__proto__:null,FtCssVariableFactory:ge,banner:Ve,border:fr,breadcrumb:qe,button:Ge,chart:cr,checkbox:dr,chip:sr,collapsible:ar,comboboxMultiSelect:rr,comboboxSingleSelect:er,drawer:Xe,floatingMenu:or,foundation:me,modal:Je,notice:pr,notification:yr,pageHeader:Ye,popover:ir,radio:hr,semantic:Te,setVariable:be,switch_:lr,tabs:nr,textArea:tr,textInput:Qe,toggle:ur,tooltip:gr,typographies:De,typographyBody1Medium:Ne,typographyBody1Regular:we,typographyBody1Semibold:Ce,typographyBody2Medium:Re,typographyBody2MediumUnderline:Ie,typographyBody2Regular:Ee,typographyBody2Semibold:Le,typographyCaption1Bold:_e,typographyCaption1Medium:Fe,typographyCaption1Semibold:Ae,typographyCaption2Bold:Ke,typographyCaption2Medium:Pe,typographyCaption2Semibold:Ze,typographyCaption3Bold:He,typographyCaption3Medium:je,typographyCaption3Semibold:Me,typographyDisplay:ve,typographyLabel1Bold:Ue,typographyLabel1Medium:ke,typographyLabel1Semibold:We,typographyLabel2Bold:Be,typographyLabel2Medium:$e,typographyLabel2Semibold:ze,typographyTitle1:Oe,typographyTitle2:xe,typographyTitle3:Se,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const mr={colorPrimary:ge.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:ge.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:ge.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:ge.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:ge.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:ge.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:ge.create("--ft-color-error","","COLOR","#B00020"),colorOutline:ge.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:ge.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:ge.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:ge.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:ge.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:ge.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:ge.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:ge.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:ge.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:ge.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:ge.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:ge.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:ge.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:ge.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:ge.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:ge.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:ge.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:ge.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:ge.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:ge.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:ge.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:ge.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:ge.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:ge.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:ge.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:ge.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:ge.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:ge.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:ge.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:ge.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:ge.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:ge.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:ge.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:ge.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:ge.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:ge.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:ge.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.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:ge.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:ge.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:ge.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:ge.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:ge.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:ge.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:ge.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:ge.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var vr=Object.freeze({__proto__:null,designSystemVariables:mr});class Or extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class xr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Sr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var wr=Object.freeze({__proto__:null,FtNotificationEvent:Or,PostResizeEvent:Sr,PreResizeEvent:xr});const Nr=["start","end"],Cr=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Nr[0],o+"-"+Nr[1])),[]),Er=Math.min,Rr=Math.max,Ir=Math.round,Lr=t=>({x:t,y:t}),kr={left:"right",right:"left",bottom:"top",top:"bottom"},Wr={start:"end",end:"start"};function Ur(t,o,e){return Rr(t,Er(o,e))}function $r(t,o){return"function"==typeof t?t(o):t}function zr(t){return t.split("-")[0]}function Br(t){return t.split("-")[1]}function Fr(t){return"x"===t?"y":"x"}function Ar(t){return"y"===t?"height":"width"}function _r(t){return["top","bottom"].includes(zr(t))?"y":"x"}function Pr(t){return Fr(_r(t))}function Zr(t){return t.replace(/left|right|bottom|top/g,(t=>kr[t]))}function Kr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function jr(t,o,e){let{reference:r,floating:i}=t;const n=_r(o),a=Pr(o),l=Ar(a),c=zr(o),s="y"===n,f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let u;switch(c){case"top":u={x:f,y:r.y-i.height};break;case"bottom":u={x:f,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:p};break;case"left":u={x:r.x-i.width,y:p};break;default:u={x:r.x,y:r.y}}switch(Br(o)){case"start":u[a]-=d*(e&&s?-1:1);break;case"end":u[a]+=d*(e&&s?-1:1)}return u}async function Mr(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:c}=t,{boundary:s="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:d=!1,padding:u=0}=$r(o,t),h=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(u),y=l[d?"floating"===p?"reference":"floating":p],g=Kr(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(y)))||e?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:s,rootBoundary:f,strategy:c})),b="floating"===p?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},O=Kr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(g.top-O.top+h.top)/v.y,bottom:(O.bottom-g.bottom+h.bottom)/v.y,left:(g.left-O.left+h.left)/v.x,right:(O.right-g.right+h.right)/v.x}}function Hr(t,o,e){return(t?[...e.filter((o=>Br(o)===t)),...e.filter((o=>Br(o)!==t))]:e.filter((t=>zr(t)===t))).filter((e=>!t||(Br(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>Wr[t]))}(e)!==e)))}const Dr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:n,middlewareData:a,placement:l,platform:c,elements:s}=o,{crossAxis:f=!1,alignment:p,allowedPlacements:d=Cr,autoAlignment:u=!0,...h}=$r(t,o),y=void 0!==p||d===Cr?Hr(p||null,u,d):d,g=await Mr(o,h),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=y[b];if(null==m)return{};const v=function(t,o,e){void 0===e&&(e=!1);const r=Br(t),i=Pr(t),n=Ar(i);let a="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=Zr(a)),[a,Zr(a)]}(m,n,await(null==c.isRTL?void 0:c.isRTL(s.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[g[zr(m)],g[v[0]],g[v[1]]],x=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],S=y[b+1];if(S)return{data:{index:b+1,overflows:x},reset:{placement:S}};const w=x.map((t=>{const o=Br(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),N=w.filter((t=>t[2].slice(0,Br(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=N[0])?void 0:i[0])||w[0][0];return C!==l?{data:{index:b+1,overflows:x},reset:{placement:C}}:{}}}};function Tr(t){return qr(t)?(t.nodeName||"").toLowerCase():"#document"}function Gr(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Vr(t){var o;return null==(o=(qr(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function qr(t){return t instanceof Node||t instanceof Gr(t).Node}function Yr(t){return t instanceof Element||t instanceof Gr(t).Element}function Jr(t){return t instanceof HTMLElement||t instanceof Gr(t).HTMLElement}function Xr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Gr(t).ShadowRoot)}function Qr(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=ii(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function ti(t){return["table","td","th"].includes(Tr(t))}function oi(t){const o=ei(),e=ii(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function ei(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ri(t){return["html","body","#document"].includes(Tr(t))}function ii(t){return Gr(t).getComputedStyle(t)}function ni(t){return Yr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ai(t){if("html"===Tr(t))return t;const o=t.assignedSlot||t.parentNode||Xr(t)&&t.host||Vr(t);return Xr(o)?o.host:o}function li(t){const o=ai(t);return ri(o)?t.ownerDocument?t.ownerDocument.body:t.body:Jr(o)&&Qr(o)?o:li(o)}function ci(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=li(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Gr(i);return n?o.concat(a,a.visualViewport||[],Qr(i)?i:[],a.frameElement&&e?ci(a.frameElement):[]):o.concat(i,ci(i,[],e))}function si(t){const o=ii(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=Jr(t),n=i?t.offsetWidth:e,a=i?t.offsetHeight:r,l=Ir(e)!==n||Ir(r)!==a;return l&&(e=n,r=a),{width:e,height:r,$:l}}function fi(t){return Yr(t)?t:t.contextElement}function pi(t){const o=fi(t);if(!Jr(o))return Lr(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:n}=si(o);let a=(n?Ir(e.width):e.width)/r,l=(n?Ir(e.height):e.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const di=Lr(0);function ui(t){const o=Gr(t);return ei()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:di}function hi(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),n=fi(t);let a=Lr(1);o&&(r?Yr(r)&&(a=pi(r)):a=pi(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Gr(t))&&o}(n,e,r)?ui(n):Lr(0);let c=(i.left+l.x)/a.x,s=(i.top+l.y)/a.y,f=i.width/a.x,p=i.height/a.y;if(n){const t=Gr(n),o=r&&Yr(r)?Gr(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=pi(e),o=e.getBoundingClientRect(),r=ii(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,n=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,s*=t.y,f*=t.x,p*=t.y,c+=i,s+=n,e=Gr(e).frameElement}}return Kr({width:f,height:p,x:c,y:s})}function yi(t){return hi(Vr(t)).left+ni(t).scrollLeft}function gi(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Gr(t),r=Vr(t),i=e.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,c=0;if(i){n=i.width,a=i.height;const t=ei();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:n,height:a,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Vr(t),e=ni(t),r=t.ownerDocument.body,i=Rr(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),n=Rr(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+yi(t);const l=-e.scrollTop;return"rtl"===ii(r).direction&&(a+=Rr(o.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Vr(t));else if(Yr(o))r=function(t,o){const e=hi(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,n=Jr(t)?pi(t):Lr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(o,e);else{const e=ui(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return Kr(r)}function bi(t,o){const e=ai(t);return!(e===o||!Yr(e)||ri(e))&&("fixed"===ii(e).position||bi(e,o))}function mi(t,o,e){const r=Jr(o),i=Vr(o),n="fixed"===e,a=hi(t,!0,n,o);let l={scrollLeft:0,scrollTop:0};const c=Lr(0);if(r||!r&&!n)if(("body"!==Tr(o)||Qr(i))&&(l=ni(o)),r){const t=hi(o,!0,n,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=yi(i));return{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function vi(t,o){return Jr(t)&&"fixed"!==ii(t).position?o?o(t):t.offsetParent:null}function Oi(t,o){const e=Gr(t);if(!Jr(t))return e;let r=vi(t,o);for(;r&&ti(r)&&"static"===ii(r).position;)r=vi(r,o);return r&&("html"===Tr(r)||"body"===Tr(r)&&"static"===ii(r).position&&!oi(r))?e:r||function(t){let o=ai(t);for(;Jr(o)&&!ri(o);){if(oi(o))return o;o=ai(o)}return null}(t)||e}const xi={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=Jr(e),n=Vr(e);if(e===n)return o;let a={scrollLeft:0,scrollTop:0},l=Lr(1);const c=Lr(0);if((i||!i&&"fixed"!==r)&&(("body"!==Tr(e)||Qr(n))&&(a=ni(e)),Jr(e))){const t=hi(e);l=pi(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-a.scrollLeft*l.x+c.x,y:o.y*l.y-a.scrollTop*l.y+c.y}},getDocumentElement:Vr,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=ci(t,[],!1).filter((t=>Yr(t)&&"body"!==Tr(t))),i=null;const n="fixed"===ii(t).position;let a=n?ai(t):t;for(;Yr(a)&&!ri(a);){const o=ii(a),e=oi(a);e||"fixed"!==o.position||(i=null),(n?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||Qr(a)&&!e&&bi(t,a))?r=r.filter((t=>t!==a)):i=o,a=ai(a)}return o.set(t,r),r}(o,this._c):[].concat(e),r],a=n[0],l=n.reduce(((t,e)=>{const r=gi(o,e,i);return t.top=Rr(r.top,t.top),t.right=Er(r.right,t.right),t.bottom=Er(r.bottom,t.bottom),t.left=Rr(r.left,t.left),t}),gi(o,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Oi,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Oi,n=this.getDimensions;return{reference:mi(o,await i(e),r),floating:{x:0,y:0,...await n(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return si(t)},getScale:pi,isElement:Yr,isRTL:function(t){return"rtl"===ii(t).direction}},Si=(t,o,e)=>{const r=new Map,i={platform:xi,...e},n={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=e,l=n.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(o));let s=await a.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:p}=jr(s,r,c),d=r,u={},h=0;for(let e=0;e<l.length;e++){const{name:n,fn:y}=l[e],{x:g,y:b,data:m,reset:v}=await y({x:f,y:p,initialPlacement:r,placement:d,strategy:i,middlewareData:u,rects:s,platform:a,elements:{reference:t,floating:o}});f=null!=g?g:f,p=null!=b?b:p,u={...u,[n]:{...u[n],...m}},v&&h<=50&&(h++,"object"==typeof v&&(v.placement&&(d=v.placement),v.rects&&(s=!0===v.rects?await a.getElementRects({reference:t,floating:o,strategy:i}):v.rects),({x:f,y:p}=jr(s,d,c))),e=-1)}return{x:f,y:p,placement:d,strategy:i,middlewareData:u}})(t,o,{...i,platform:n})};function wi(t){return function(t){for(let o=t;o;o=Ni(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ni(t);o;o=Ni(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Ni(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Ci=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,o,e){return Si(t,o,{platform:{...xi,getOffsetParent:t=>xi.getOffsetParent(t,wi)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=$r(r,t),s={x:o,y:e},f=await Mr(t,c),p=_r(zr(i)),d=Fr(p);let u=s[d],h=s[p];if(n){const t="y"===d?"bottom":"right";u=Ur(u+f["y"===d?"top":"left"],u,u-f[t])}if(a){const t="y"===p?"bottom":"right";h=Ur(h+f["y"===p?"top":"left"],h,h-f[t])}const y=l.fn({...t,[d]:u,[p]:h});return{...y,data:{x:y.x-o,y:y.y-e}}}}),Dr({allowedPlacements:[e]})]});var r}});
136
- /**
137
- * @license
138
- * Copyright 2019 Google LLC
139
- * SPDX-License-Identifier: BSD-3-Clause
140
- */const Ei=window,Ri=Ei.ShadowRoot&&(void 0===Ei.ShadyCSS||Ei.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ii extends mo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{Ri?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Ei.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var Li,ki=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ii}),Wi=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Ui=Symbol("constructorPrototype"),$i=Symbol("constructorName"),zi=Symbol("exportpartsDebouncer");class Bi extends Ii{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[Li]=new ie(5),this[$i]=this.constructor.name,this[Ui]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[$i]&&Object.setPrototypeOf(this,this[Ui])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}applyCustomStylesheet(t){var o,e,r;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync(null!==(o=this.customStylesheet)&&void 0!==o?o:"")}catch(t){console.error(t,this.customStylesheet)}}else if((null!==(r=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,o,e;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(e=null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)&&void 0!==e&&e)&&this[zi].run((()=>{var t,o;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,n,a;const l=t=>null!=t&&t.trim().length>0,c=t.filter(l).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const s=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const f=[...s.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Li=zi,Wi([wo()],Bi.prototype,"exportpartsPrefix",void 0),Wi([de([])],Bi.prototype,"exportpartsPrefixes",void 0),Wi([wo()],Bi.prototype,"customStylesheet",void 0);var Fi=Object.freeze({__proto__:null,FtLitElement:Bi}),Ai=Object.freeze({__proto__:null});class _i{constructor(t,o=!0,e=[],r=5e3){this.ctx=t,this.iframes=o,this.exclude=e,this.iframesTimeout=r}static matches(t,o){const e="string"==typeof o?[o]:o,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let o=!1;return e.every((e=>!r.call(t,e)||(o=!0,!1))),o}return!1}getContexts(){let t,o=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const e=o.filter((o=>o.contains(t))).length>0;-1!==o.indexOf(t)||e||o.push(t)})),o}getIframeContents(t,o,e=(()=>{})){let r;try{const o=t.contentWindow;if(r=o.document,!o||!r)throw new Error("iframe inaccessible")}catch(t){e()}r&&o(r)}isIframeBlank(t){const o="about:blank",e=t.getAttribute("src").trim();return t.contentWindow.location.href===o&&e!==o&&e}observeIframeLoad(t,o,e){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,o,e))}catch(t){e()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,o,e){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,o,e):this.getIframeContents(t,o,e):this.observeIframeLoad(t,o,e)}catch(t){e()}}waitForIframes(t,o){let e=0;this.forEachIframe(t,(()=>!0),(t=>{e++,this.waitForIframes(t.querySelector("html"),(()=>{--e||o()}))}),(t=>{t||o()}))}forEachIframe(t,o,e,r=(()=>{})){let i=t.querySelectorAll("iframe"),n=i.length,a=0;i=Array.prototype.slice.call(i);const l=()=>{--n<=0&&r(a)};n||l(),i.forEach((t=>{_i.matches(t,this.exclude)?l():this.onIframeReady(t,(r=>{o(t)&&(a++,e(r)),l()}),l)}))}createIterator(t,o,e){return document.createNodeIterator(t,o,e,!1)}createInstanceOnIframe(t){return new _i(t.querySelector("html"),this.iframes)}compareNodeIframe(t,o,e){if(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING){if(null===o)return!0;if(o.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const o=t.previousNode();let e;return e=(null===o||t.nextNode())&&t.nextNode(),{prevNode:o,node:e}}checkIframeFilter(t,o,e,r){let i=!1,n=!1;return r.forEach(((t,o)=>{t.val===e&&(i=o,n=t.handled)})),this.compareNodeIframe(t,o,e)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:e,handled:!0}),!0):(!1===i&&r.push({val:e,handled:!1}),!1)}handleOpenIframes(t,o,e,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(o,e,r)}))}))}iterateThroughNodes(t,o,e,r,i){const n=this.createIterator(o,t,r);let a,l,c=[],s=[],f=()=>(({prevNode:l,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(o,(t=>this.checkIframeFilter(a,l,t,c)),(o=>{this.createInstanceOnIframe(o).forEachNode(t,(t=>s.push(t)),r)})),s.push(a);s.forEach((t=>{e(t)})),this.iframes&&this.handleOpenIframes(c,t,e,r),i()}forEachNode(t,o,e,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,o,e,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const Pi=function(t){const o=new class{constructor(t){this.ctx=t,this.ie=!1;const o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new _i(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,o="debug"){const e=this.opt.log;this.opt.debug&&"object"==typeof e&&"function"==typeof e[o]&&e[o](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const o=this.opt.synonyms,e=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in o)if(o.hasOwnProperty(i)){const n=o[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),l="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==l&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(l)})`,`gm${e}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(l)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let o="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,o,e)=>{let r=e.charAt(o+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let o=[];const e=this.opt.ignorePunctuation;return Array.isArray(e)&&e.length&&o.push(this.escapeStr(e.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?t.split(/\u0000+/).join(`[${o.join("")}]*`):t}createDiacriticsRegExp(t){const o=this.opt.caseSensitive?"":"i",e=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{e.every((e=>{if(-1!==e.indexOf(i)){if(r.indexOf(e)>-1)return!1;t=t.replace(new RegExp(`[${e}]`,`gm${o}`),`[${e}]`),r.push(e)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let o=this.opt.accuracy,e="string"==typeof o?o:o.value,r="string"==typeof o?[]:o.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),e){case"partially":default:return`()(${t})`;case"complementary":return i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${i}]*${t}[^${i}]*)`;case"exactly":return`(^|\\s${i})(${t})(?=$|\\s${i})`}}getSeparatedKeywords(t){let o=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===o.indexOf(t)&&o.push(t)})):t.trim()&&-1===o.indexOf(t)&&o.push(t)})),{keywords:o.sort(((t,o)=>o.length-t.length)),length:o.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const o=[];let e=0;return t.sort(((t,o)=>t.start-o.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,e);n&&(t.start=r,t.length=i-r,o.push(t),e=i)})),o}callNoMatchOnInvalidRanges(t,o){let e,r,i=!1;return t&&void 0!==t.start?(e=parseInt(t.start,10),r=e+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-o>0&&r-e>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:e,end:r,valid:i}}checkWhitespaceRanges(t,o,e){let r,i=!0,n=e.length,a=o-n,l=parseInt(t.start,10)-a;return l=l>n?n:l,r=l+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),l<0||r-l<0||l>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===e.substring(l,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:l,end:r,valid:i}}getTextNodes(t){let o="",e=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{e.push({start:o.length,end:(o+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:o,nodes:e})}))}matchesExclude(t){return _i.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,o,e){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(o),n=i.splitText(e-o);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,o,e,r,i){t.nodes.every(((n,a)=>{const l=t.nodes[a+1];if(void 0===l||l.start>o){if(!r(n.node))return!1;const l=o-n.start,c=(e>n.end?n.end:e)-n.start,s=t.value.substr(0,n.start),f=t.value.substr(c+n.start);if(n.node=this.wrapRangeInTextNode(n.node,l,c),t.value=s+f,t.nodes.forEach(((o,e)=>{e>=a&&(t.nodes[e].start>0&&e!==a&&(t.nodes[e].start-=c),t.nodes[e].end-=c)})),e-=c,i(n.node.previousSibling,n.start),!(e>n.end))return!1;o=n.end}return!0}))}wrapMatches(t,o,e,r,i){const n=0===o?0:o+1;this.getTextNodes((o=>{o.nodes.forEach((o=>{let i;for(o=o.node;null!==(i=t.exec(o.textContent))&&""!==i[n];){if(!e(i[n],o))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;o=this.wrapRangeInTextNode(o,a,a+i[n].length),r(o.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,o,e,r,i){const n=0===o?0:o+1;this.getTextNodes((o=>{let a;for(;null!==(a=t.exec(o.value))&&""!==a[n];){let i=a.index;if(0!==n)for(let t=1;t<n;t++)i+=a[t].length;const l=i+a[n].length;this.wrapRangeInMappedTextNode(o,i,l,(t=>e(a[n],t)),((o,e)=>{t.lastIndex=e,r(o)}))}i()}))}wrapRangeFromIndex(t,o,e,r){this.getTextNodes((i=>{const n=i.value.length;t.forEach(((t,r)=>{let{start:a,end:l,valid:c}=this.checkWhitespaceRanges(t,n,i.value);c&&this.wrapRangeInMappedTextNode(i,a,l,(e=>o(e,t,i.value.substring(a,l),r)),(o=>{e(o,t)}))})),r()}))}unwrapMatches(t){const o=t.parentNode;let e=document.createDocumentFragment();for(;t.firstChild;)e.appendChild(t.removeChild(t.firstChild));o.replaceChild(e,t),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,o){this.opt=o,this.log(`Searching with expression "${t}"`);let e=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,o)=>this.opt.filter(o,t,e)),(t=>{e++,this.opt.each(t)}),(()=>{0===e&&this.opt.noMatch(t),this.opt.done(e)}))}mark(t,o){this.opt=o;let e=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",l=t=>{let o=new RegExp(this.createRegExp(t),`gm${a}`),c=0;this.log(`Searching with expression "${o}"`),this[r](o,1,((o,r)=>this.opt.filter(r,t,e,c)),(t=>{c++,e++,this.opt.each(t)}),(()=>{0===c&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(e):l(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(e):l(i[0])}markRanges(t,o){this.opt=o;let e=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,o,e,r)=>this.opt.filter(t,o,e,r)),((t,o)=>{e++,this.opt.each(t,o)}),(()=>{this.opt.done(e)}))):this.opt.done(e)}unmark(t){this.opt=t;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,(t=>{this.unwrapMatches(t)}),(t=>{const e=_i.matches(t,o),r=this.matchesExclude(t);return!e||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,e)=>(o.mark(t,e),this),this.markRegExp=(t,e)=>(o.markRegExp(t,e),this),this.markRanges=(t,e)=>(o.markRanges(t,e),this),this.unmark=t=>(o.unmark(t),this),this},Zi=ge.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Ki=dt`
1
+ "use strict";(()=>{var xs=Object.defineProperty;var L=(o,e)=>{for(var r in e)xs(o,r,{get:e[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let o=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,s=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(x,b){if(x=x.toLowerCase(),this._getDefinition(x)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${x}" has already been used with this registry`);if(this._definitionsByClass.get(b)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let S=b.prototype.attributeChangedCallback,A=new Set(b.observedAttributes||[]);m(b,A,S);let _={elementClass:b,connectedCallback:b.prototype.connectedCallback,disconnectedCallback:b.prototype.disconnectedCallback,adoptedCallback:b.prototype.adoptedCallback,attributeChangedCallback:S,formAssociated:b.formAssociated,formAssociatedCallback:b.prototype.formAssociatedCallback,formDisabledCallback:b.prototype.formDisabledCallback,formResetCallback:b.prototype.formResetCallback,formStateRestoreCallback:b.prototype.formStateRestoreCallback,observedAttributes:A};this._definitionsByTag.set(x,_),this._definitionsByClass.set(b,_);let H=r.call(n,x);H||(H=u(x),e.call(n,x,H)),this===window.customElements&&(s.set(b,_),_.standInClass=H);let I=this._awaitingUpgrade.get(x);if(I){this._awaitingUpgrade.delete(x);for(let R of I)a.delete(R),y(R,_,!0)}let N=this._whenDefinedPromises.get(x);return N!==void 0&&(N.resolve(b),this._whenDefinedPromises.delete(x)),b}upgrade(){O.push(this),n.upgrade.apply(n,arguments),O.pop()}get(x){return this._definitionsByTag.get(x)?.elementClass}_getDefinition(x){return this._definitionsByTag.get(x)}whenDefined(x){let b=this._getDefinition(x);if(b!==void 0)return Promise.resolve(b.elementClass);let S=this._whenDefinedPromises.get(x);return S===void 0&&(S={},S.promise=new Promise(A=>S.resolve=A),this._whenDefinedPromises.set(x,S)),S.promise}_upgradeWhenDefined(x,b,S){let A=this._awaitingUpgrade.get(b);A||this._awaitingUpgrade.set(b,A=new Set),S?A.add(x):A.delete(x)}};let c;window.HTMLElement=function(){let b=c;if(b)return c=void 0,b;let S=s.get(this.constructor);if(!S)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return b=Reflect.construct(o,[],S.standInClass),Object.setPrototypeOf(b,this.constructor.prototype),i.set(b,S),b},window.HTMLElement.prototype=o.prototype;let f=x=>x===document||x instanceof ShadowRoot,h=x=>{let b=x.getRootNode();if(!f(b)){let S=O[O.length-1];if(S instanceof CustomElementRegistry)return S;b=S.getRootNode(),f(b)||(b=l.get(b)?.getRootNode()||document)}return b.customElements},u=x=>class{static get formAssociated(){return!0}constructor(){let S=Reflect.construct(o,[],this.constructor);Object.setPrototypeOf(S,HTMLElement.prototype);let A=h(S)||window.customElements,_=A._getDefinition(x);return _?y(S,_):a.set(S,A),S}connectedCallback(){let S=i.get(this);S?S.connectedCallback&&S.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,x,!0)}disconnectedCallback(){let S=i.get(this);S?S.disconnectedCallback&&S.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,x,!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=(x,b,S)=>{if(b.size===0||S===void 0)return;let A=x.prototype.setAttribute;A&&(x.prototype.setAttribute=function(I,N){let R=I.toLowerCase();if(b.has(R)){let P=this.getAttribute(R);A.call(this,R,N),S.call(this,R,P,N)}else A.call(this,R,N)});let _=x.prototype.removeAttribute;_&&(x.prototype.removeAttribute=function(I){let N=I.toLowerCase();if(b.has(N)){let R=this.getAttribute(N);_.call(this,N),S.call(this,N,R,null)}else _.call(this,N)});let H=x.prototype.toggleAttribute;H&&(x.prototype.toggleAttribute=function(I,N){let R=I.toLowerCase();if(b.has(R)){let P=this.getAttribute(R);H.call(this,R,N);let z=this.getAttribute(R);S.call(this,R,P,z)}else H.call(this,R,N)})},g=x=>{let b=Object.getPrototypeOf(x);if(b!==window.HTMLElement)return b===o?Object.setPrototypeOf(x,window.HTMLElement):g(b)},y=(x,b,S=!1)=>{Object.setPrototypeOf(x,b.elementClass.prototype),i.set(x,b),c=x;try{new b.elementClass}catch{g(b.elementClass),new b.elementClass}b.attributeChangedCallback&&b.observedAttributes.forEach(A=>{x.hasAttribute(A)&&b.attributeChangedCallback.call(x,A,null,x.getAttribute(A))}),S&&b.connectedCallback&&x.isConnected&&b.connectedCallback.call(x)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(x){let b=v.apply(this,arguments);return x.customElements&&(b.customElements=x.customElements),b};let O=[document],w=(x,b,S=void 0)=>{let A=(S?Object.getPrototypeOf(S):x.prototype)[b];x.prototype[b]=function(){O.push(this);let _=A.apply(S||this,arguments);return _!==void 0&&l.set(_,this),O.pop(),_}};w(ShadowRoot,"createElement",document),w(ShadowRoot,"importNode",document),w(Element,"insertAdjacentHTML");let C=(x,b)=>{let S=Object.getOwnPropertyDescriptor(x.prototype,b);Object.defineProperty(x.prototype,b,{...S,set(A){O.push(this),S.set.call(this,A),O.pop()}})};if(C(Element,"innerHTML"),C(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let x=new WeakMap,b=HTMLElement.prototype.attachInternals,S=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...I){let N=b.call(this,...I);return x.set(N,this),N},S.forEach(I=>{let N=window.ElementInternals.prototype,R=N[I];N[I]=function(...P){let z=x.get(this);if(i.get(z).formAssociated===!0)return R?.call(this,...P);throw new DOMException(`Failed to execute ${R} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class A extends Array{constructor(N){super(...N),this._elements=N}get value(){return this._elements.find(N=>N.checked===!0)?.value||""}}class _{constructor(N){let R=new Map;N.forEach((P,z)=>{let Fr=P.getAttribute("name"),Vn=R.get(Fr)||[];this[+z]=P,Vn.push(P),R.set(Fr,Vn)}),this.length=N.length,R.forEach((P,z)=>{P&&(P.length===1?this[z]=P[0]:this[z]=new A(P))})}namedItem(N){return this[N]}}let H=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let I=H.get.call(this,[]),N=[];for(let R of I){let P=i.get(R);(!P||P.formAssociated===!0)&&N.push(R)}return new _(N)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,n,i)=>{if(n!==null)try{e.bind(window.customElements)(r,n,i)}catch(a){console.info(r,n,i,a)}}}var Yr={};L(Yr,{CSSResult:()=>Ye,LitElement:()=>ce,ReactiveElement:()=>ee,_$LE:()=>Hs,_$LH:()=>Ds,adoptStyles:()=>cr,css:()=>$,defaultConverter:()=>lr,getCompatibleStyle:()=>Rt,html:()=>Xe,isServer:()=>vd,noChange:()=>ge,notEqual:()=>jr,nothing:()=>U,render:()=>qr,supportsAdoptingStyleSheets:()=>At,svg:()=>Us,unsafeCSS:()=>Fe});var Gt=globalThis,Yt=Gt.ShadowRoot&&(Gt.ShadyCSS===void 0||Gt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Gn=Symbol(),Zn=new WeakMap,qt=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==Gn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Yt&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=Zn.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Zn.set(r,e))}return e}toString(){return this.cssText}},qn=o=>new qt(typeof o=="string"?o:o+"",void 0,Gn);var Mr=(o,e)=>{if(Yt)o.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=Gt.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)}},Jt=Yt?o=>o:o=>o instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return qn(r)})(o):o;var{is:vs,defineProperty:Ss,getOwnPropertyDescriptor:Os,getOwnPropertyNames:ws,getOwnPropertySymbols:Cs,getPrototypeOf:Es}=Object,Xt=globalThis,Yn=Xt.trustedTypes,Ns=Yn?Yn.emptyScript:"",As=Xt.reactiveElementPolyfillSupport,St=(o,e)=>o,Ot={toAttribute(o,e){switch(e){case Boolean:o=o?Ns:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,e){let r=o;switch(e){case Boolean:r=o!==null;break;case Number:r=o===null?null:Number(o);break;case Object:case Array:try{r=JSON.parse(o)}catch{r=null}}return r}},Qt=(o,e)=>!vs(o,e),Jn={attribute:!0,type:String,converter:Ot,reflect:!1,hasChanged:Qt};Symbol.metadata??=Symbol("metadata"),Xt.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,r=Jn){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&Ss(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=Os(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Jn}static _$Ei(){if(this.hasOwnProperty(St("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(St("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(St("properties"))){let r=this.properties,n=[...ws(r),...Cs(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(Jt(i))}else e!==void 0&&r.push(Jt(e));return r}static _$Eu(e,r){let n=r.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,r=this.constructor.elementProperties;for(let n of r.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,r,n){this._$AK(e,n)}_$EO(e,r){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(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Ot;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??Qt)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[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,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};_e.elementStyles=[],_e.shadowRootOptions={mode:"open"},_e[St("elementProperties")]=new Map,_e[St("finalized")]=new Map,As?.({ReactiveElement:_e}),(Xt.reactiveElementVersions??=[]).push("2.0.2");var Dr=globalThis,er=Dr.trustedTypes,Xn=er?er.createPolicy("lit-html",{createHTML:o=>o}):void 0,zr="$lit$",ae=`lit$${(Math.random()+"").slice(9)}$`,Br="?"+ae,Rs=`<${Br}>`,Le=document,tr=()=>Le.createComment(""),Ct=o=>o===null||typeof o!="object"&&typeof o!="function",ni=Array.isArray,ii=o=>ni(o)||typeof o?.[Symbol.iterator]=="function",Ur=`[
2
+ \f\r]`,wt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Qn=/-->/g,ei=/>/g,Ie=RegExp(`>|${Ur}(?:([^\\s"'>=/]+)(${Ur}*=${Ur}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ti=/'/g,ri=/"/g,ai=/^(?:script|style|textarea|title)$/i,si=o=>(e,...r)=>({_$litType$:o,strings:e,values:r}),ci=si(1),li=si(2),Z=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),oi=new WeakMap,ke=Le.createTreeWalker(Le,129);function di(o,e){if(!Array.isArray(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return Xn!==void 0?Xn.createHTML(e):e}var fi=(o,e)=>{let r=o.length-1,n=[],i,a=e===2?"<svg>":"",s=wt;for(let l=0;l<r;l++){let c=o[l],f,h,u=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===wt?h[1]==="!--"?s=Qn:h[1]!==void 0?s=ei:h[2]!==void 0?(ai.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=Ie):h[3]!==void 0&&(s=Ie):s===Ie?h[0]===">"?(s=i??wt,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?Ie:h[3]==='"'?ri:ti):s===ri||s===ti?s=Ie:s===Qn||s===ei?s=wt:(s=Ie,i=void 0);let g=s===Ie&&o[l+1].startsWith("/>")?" ":"";a+=s===wt?c+Rs:u>=0?(n.push(f),c.slice(0,u)+zr+c.slice(u)+ae+g):c+ae+(u===-2?l:g)}return[di(o,a+(o[r]||"<?>")+(e===2?"</svg>":"")),n]},Et=class o{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,l=e.length-1,c=this.parts,[f,h]=fi(e,r);if(this.el=o.createElement(f,n),ke.currentNode=this.el.content,r===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=ke.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(zr)){let m=h[s++],g=i.getAttribute(u).split(ae),y=/([.?@])?(.*)/.exec(m);c.push({type:1,index:a,name:y[2],strings:g,ctor:y[1]==="."?or:y[1]==="?"?nr:y[1]==="@"?ir:We}),i.removeAttribute(u)}else u.startsWith(ae)&&(c.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=er?er.emptyScript:"";for(let g=0;g<m;g++)i.append(u[g],tr()),ke.nextNode(),c.push({type:2,index:++a});i.append(u[m],tr())}}}else if(i.nodeType===8)if(i.data===Br)c.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(ae,u+1))!==-1;)c.push({type:7,index:a}),u+=ae.length-1}a++}}static createElement(e,r){let n=Le.createElement("template");return n.innerHTML=e,n}};function Te(o,e,r=o,n){if(e===Z)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=Ct(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(o),i._$AT(o,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=Te(o,i._$AS(o,e.values),i,n)),e}var rr=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??Le).importNode(r,!0);ke.currentNode=i;let a=ke.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let f;c.type===2?f=new Nt(a,a.nextSibling,this,e):c.type===1?f=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(f=new ar(a,this,e)),this._$AV.push(f),c=n[++l]}s!==c?.index&&(a=ke.nextNode(),s++)}return ke.currentNode=Le,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Nt=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Te(this,e,r),Ct(e)?e===M||e==null||e===""?(this._$AH!==M&&this._$AR(),this._$AH=M):e!==this._$AH&&e!==Z&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):ii(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!==M&&Ct(this._$AH)?this._$AA.nextSibling.data=e:this.$(Le.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Et.createElement(di(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new rr(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=oi.get(e.strings);return r===void 0&&oi.set(e.strings,r=new Et(e)),r}T(e){ni(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new o(this.k(tr()),this.k(tr()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},We=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=M,this._$AN=void 0,this.element=e,this.name=r,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=M}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=Te(this,e,r,0),s=!Ct(e)||e!==this._$AH&&e!==Z,s&&(this._$AH=e);else{let l=e,c,f;for(e=a[0],c=0;c<a.length-1;c++)f=Te(this,l[n+c],r,c),f===Z&&(f=this._$AH[c]),s||=!Ct(f)||f!==this._$AH[c],f===M?e=M:e!==M&&(e+=(f??"")+a[c+1]),this._$AH[c]=f}s&&!i&&this.O(e)}O(e){e===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},or=class extends We{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===M?void 0:e}},nr=class extends We{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==M)}},ir=class extends We{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=Te(this,e,r,0)??M)===Z)return;let n=this._$AH,i=e===M&&n!==M||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==M&&(n===M||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)}},ar=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Te(this,e)}},pi={j:zr,P:ae,A:Br,C:1,M:fi,L:rr,R:ii,V:Te,D:Nt,I:We,H:nr,N:ir,U:or,B:ar},$s=Dr.litHtmlPolyfillSupport;$s?.(Et,Nt),(Dr.litHtmlVersions??=[]).push("3.1.0");var sr=globalThis,At=sr.ShadowRoot&&(sr.ShadyCSS===void 0||sr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Hr=Symbol(),ui=new WeakMap,Ye=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==Hr)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(At&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=ui.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&ui.set(r,e))}return e}toString(){return this.cssText}},Fe=o=>new Ye(typeof o=="string"?o:o+"",void 0,Hr),$=(o,...e)=>{let r=o.length===1?o[0]:e.reduce((n,i,a)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+o[a+1],o[0]);return new Ye(r,o,Hr)},cr=(o,e)=>{if(At)o.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=sr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)}},Rt=At?o=>o:o=>o instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return Fe(r)})(o):o;var{is:Ps,defineProperty:_s,getOwnPropertyDescriptor:Is,getOwnPropertyNames:ks,getOwnPropertySymbols:Ls,getPrototypeOf:Ts}=Object,dr=globalThis,hi=dr.trustedTypes,Ws=hi?hi.emptyScript:"",Fs=dr.reactiveElementPolyfillSupport,$t=(o,e)=>o,lr={toAttribute(o,e){switch(e){case Boolean:o=o?Ws:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,e){let r=o;switch(e){case Boolean:r=o!==null;break;case Number:r=o===null?null:Number(o);break;case Object:case Array:try{r=JSON.parse(o)}catch{r=null}}return r}},jr=(o,e)=>!Ps(o,e),mi={attribute:!0,type:String,converter:lr,reflect:!1,hasChanged:jr};Symbol.metadata??=Symbol("metadata"),dr.litPropertyMetadata??=new WeakMap;var ee=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=mi){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&_s(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=Is(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),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=Ts(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 r=this.properties,n=[...ks(r),...Ls(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(Rt(i))}else e!==void 0&&r.push(Rt(e));return r}static _$Eu(e,r){let n=r.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,r=this.constructor.elementProperties;for(let n of r.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 cr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r){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:lr).toAttribute(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:lr;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??jr)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[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,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};ee.elementStyles=[],ee.shadowRootOptions={mode:"open"},ee[$t("elementProperties")]=new Map,ee[$t("finalized")]=new Map,Fs?.({ReactiveElement:ee}),(dr.reactiveElementVersions??=[]).push("2.0.2");var Vr=globalThis,fr=Vr.trustedTypes,gi=fr?fr.createPolicy("lit-html",{createHTML:o=>o}):void 0,Zr="$lit$",se=`lit$${(Math.random()+"").slice(9)}$`,Gr="?"+se,Ms=`<${Gr}>`,De=document,_t=()=>De.createComment(""),It=o=>o===null||typeof o!="object"&&typeof o!="function",Oi=Array.isArray,wi=o=>Oi(o)||typeof o?.[Symbol.iterator]=="function",Kr=`[
4
+ \f\r]`,Pt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,yi=/-->/g,bi=/>/g,Me=RegExp(`>|${Kr}(?:([^\\s"'>=/]+)(${Kr}*=${Kr}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),xi=/'/g,vi=/"/g,Ci=/^(?:script|style|textarea|title)$/i,Ei=o=>(e,...r)=>({_$litType$:o,strings:e,values:r}),Xe=Ei(1),Us=Ei(2),ge=Symbol.for("lit-noChange"),U=Symbol.for("lit-nothing"),Si=new WeakMap,Ue=De.createTreeWalker(De,129);function Ni(o,e){if(!Array.isArray(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return gi!==void 0?gi.createHTML(e):e}var Ai=(o,e)=>{let r=o.length-1,n=[],i,a=e===2?"<svg>":"",s=Pt;for(let l=0;l<r;l++){let c=o[l],f,h,u=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===Pt?h[1]==="!--"?s=yi:h[1]!==void 0?s=bi:h[2]!==void 0?(Ci.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=Me):h[3]!==void 0&&(s=Me):s===Me?h[0]===">"?(s=i??Pt,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,f=h[1],s=h[3]===void 0?Me:h[3]==='"'?vi:xi):s===vi||s===xi?s=Me:s===yi||s===bi?s=Pt:(s=Me,i=void 0);let g=s===Me&&o[l+1].startsWith("/>")?" ":"";a+=s===Pt?c+Ms:u>=0?(n.push(f),c.slice(0,u)+Zr+c.slice(u)+se+g):c+se+(u===-2?l:g)}return[Ni(o,a+(o[r]||"<?>")+(e===2?"</svg>":"")),n]},kt=class o{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,l=e.length-1,c=this.parts,[f,h]=Ai(e,r);if(this.el=o.createElement(f,n),Ue.currentNode=this.el.content,r===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=Ue.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(Zr)){let m=h[s++],g=i.getAttribute(u).split(se),y=/([.?@])?(.*)/.exec(m);c.push({type:1,index:a,name:y[2],strings:g,ctor:y[1]==="."?ur:y[1]==="?"?hr:y[1]==="@"?mr:Be}),i.removeAttribute(u)}else u.startsWith(se)&&(c.push({type:6,index:a}),i.removeAttribute(u));if(Ci.test(i.tagName)){let u=i.textContent.split(se),m=u.length-1;if(m>0){i.textContent=fr?fr.emptyScript:"";for(let g=0;g<m;g++)i.append(u[g],_t()),Ue.nextNode(),c.push({type:2,index:++a});i.append(u[m],_t())}}}else if(i.nodeType===8)if(i.data===Gr)c.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(se,u+1))!==-1;)c.push({type:7,index:a}),u+=se.length-1}a++}}static createElement(e,r){let n=De.createElement("template");return n.innerHTML=e,n}};function ze(o,e,r=o,n){if(e===ge)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=It(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(o),i._$AT(o,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=ze(o,i._$AS(o,e.values),i,n)),e}var pr=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??De).importNode(r,!0);Ue.currentNode=i;let a=Ue.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let f;c.type===2?f=new Je(a,a.nextSibling,this,e):c.type===1?f=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(f=new gr(a,this,e)),this._$AV.push(f),c=n[++l]}s!==c?.index&&(a=Ue.nextNode(),s++)}return Ue.currentNode=De,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Je=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=U,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=ze(this,e,r),It(e)?e===U||e==null||e===""?(this._$AH!==U&&this._$AR(),this._$AH=U):e!==this._$AH&&e!==ge&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):wi(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&&It(this._$AH)?this._$AA.nextSibling.data=e:this.$(De.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=kt.createElement(Ni(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new pr(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=Si.get(e.strings);return r===void 0&&Si.set(e.strings,r=new kt(e)),r}T(e){Oi(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new o(this.k(_t()),this.k(_t()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);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,r,n,i,a){this.type=1,this._$AH=U,this._$AN=void 0,this.element=e,this.name=r,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,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=ze(this,e,r,0),s=!It(e)||e!==this._$AH&&e!==ge,s&&(this._$AH=e);else{let l=e,c,f;for(e=a[0],c=0;c<a.length-1;c++)f=ze(this,l[n+c],r,c),f===ge&&(f=this._$AH[c]),s||=!It(f)||f!==this._$AH[c],f===U?e=U:e!==U&&(e+=(f??"")+a[c+1]),this._$AH[c]=f}s&&!i&&this.O(e)}O(e){e===U?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},ur=class extends Be{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===U?void 0:e}},hr=class extends Be{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==U)}},mr=class extends Be{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=ze(this,e,r,0)??U)===ge)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)}},gr=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){ze(this,e)}},Ds={j:Zr,P:se,A:Gr,C:1,M:Ai,L:pr,R:wi,V:ze,D:Je,I:Be,H:hr,N:mr,U:ur,B:gr},zs=Vr.litHtmlPolyfillSupport;zs?.(kt,Je),(Vr.litHtmlVersions??=[]).push("3.1.0");var qr=(o,e,r)=>{let n=r?.renderBefore??e,i=n._$litPart$;if(i===void 0){let a=r?.renderBefore??null;n._$litPart$=i=new Je(e.insertBefore(_t(),a),a,void 0,r??{})}return i._$AI(o),i};var ce=class extends ee{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=qr(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ge}};ce._$litElement$=!0,ce.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ce});var Bs=globalThis.litElementPolyfillSupport;Bs?.({LitElement:ce});var Hs={_$AK:(o,e,r)=>{o._$AK(e,r)},_$AL:o=>o._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var vd=!1;var Jr={};L(Jr,{customElement:()=>js,eventOptions:()=>Vs,property:()=>k,query:()=>yr,queryAll:()=>Gs,queryAssignedElements:()=>Ys,queryAssignedNodes:()=>Js,queryAsync:()=>qs,standardProperty:()=>Ri,state:()=>ye});var js=o=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(o,e)}):customElements.define(o,e)};var Ks={attribute:!0,type:String,converter:Ot,reflect:!1,hasChanged:Qt},Ri=(o=Ks,e,r)=>{let{kind:n,metadata:i}=r,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(r.name,o),n==="accessor"){let{name:s}=r;return{set(l){let c=e.get.call(this);e.set.call(this,l),this.requestUpdate(s,c,o)},init(l){return l!==void 0&&this.C(s,void 0,o),l}}}if(n==="setter"){let{name:s}=r;return function(l){let c=this[s];e.call(this,l),this.requestUpdate(s,c,o)}}throw Error("Unsupported decorator location: "+n)};function k(o){return(e,r)=>typeof r=="object"?Ri(o,e,r):((n,i,a)=>{let s=i.hasOwnProperty(a);return i.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(i,a):void 0})(o,e,r)}function ye(o){return k({...o,state:!0,attribute:!1})}function Vs(o){return(e,r)=>{let n=typeof e=="function"?e:e[r];Object.assign(n,o)}}var J=(o,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(o,e,r),r);function yr(o,e){return(r,n,i)=>{let a=s=>s.renderRoot?.querySelector(o)??null;if(e){let{get:s,set:l}=typeof n=="object"?r:i??(()=>{let c=Symbol();return{get(){return this[c]},set(f){this[c]=f}}})();return J(r,n,{get(){let c=s.call(this);return c===void 0&&(c=a(this),(c!==null||this.hasUpdated)&&l.call(this,c)),c}})}return J(r,n,{get(){return a(this)}})}}var Zs;function Gs(o){return(e,r)=>J(e,r,{get(){return(this.renderRoot??(Zs??=document.createDocumentFragment())).querySelectorAll(o)}})}function qs(o){return(e,r)=>J(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(o)??null}})}function Ys(o){return(e,r)=>{let{slot:n,selector:i}=o??{},a="slot"+(n?`[name=${n}]`:":not([name])");return J(e,r,{get(){let s=this.renderRoot?.querySelector(a),l=s?.assignedElements(o)??[];return i===void 0?l:l.filter(c=>c.matches(i))}})}}function Js(o){return(e,r)=>{let{slot:n}=o??{},i="slot"+(n?`[name=${n}]`:":not([name])");return J(e,r,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(o)??[]}})}}var Xr={};L(Xr,{repeat:()=>ec});var be={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},xe=o=>(...e)=>({_$litDirective$:o,values:e}),te=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,n){this._$Ct=e,this._$AM=r,this._$Ci=n}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{D:Xs}=pi;var $i=()=>document.createComment(""),Qe=(o,e,r)=>{let n=o._$AA.parentNode,i=e===void 0?o._$AB:e._$AA;if(r===void 0){let a=n.insertBefore($i(),i),s=n.insertBefore($i(),i);r=new Xs(a,s,o,o.options)}else{let a=r._$AB.nextSibling,s=r._$AM,l=s!==o;if(l){let c;r._$AQ?.(o),r._$AM=o,r._$AP!==void 0&&(c=o._$AU)!==s._$AU&&r._$AP(c)}if(a!==i||l){let c=r._$AA;for(;c!==a;){let f=c.nextSibling;n.insertBefore(c,i),c=f}}}return r},ve=(o,e,r=o)=>(o._$AI(e,r),o),Qs={},Pi=(o,e=Qs)=>o._$AH=e,_i=o=>o._$AH,br=o=>{o._$AP?.(!1,!0);let e=o._$AA,r=o._$AB.nextSibling;for(;e!==r;){let n=e.nextSibling;e.remove(),e=n}};var Ii=(o,e,r)=>{let n=new Map;for(let i=e;i<=r;i++)n.set(o[i],i);return n},ec=xe(class extends te{constructor(o){if(super(o),o.type!==be.CHILD)throw Error("repeat() can only be used in text expressions")}ht(o,e,r){let n;r===void 0?r=e:e!==void 0&&(n=e);let i=[],a=[],s=0;for(let l of o)i[s]=n?n(l,s):s,a[s]=r(l,s),s++;return{values:a,keys:i}}render(o,e,r){return this.ht(o,e,r).values}update(o,[e,r,n]){let i=_i(o),{values:a,keys:s}=this.ht(e,r,n);if(!Array.isArray(i))return this.dt=s,a;let l=this.dt??=[],c=[],f,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]===s[g])c[g]=ve(i[u],a[g]),u++,g++;else if(l[m]===s[y])c[y]=ve(i[m],a[y]),m--,y--;else if(l[u]===s[y])c[y]=ve(i[u],a[y]),Qe(o,c[y+1],i[u]),u++,y--;else if(l[m]===s[g])c[g]=ve(i[m],a[g]),Qe(o,i[u],i[m]),m--,g++;else if(f===void 0&&(f=Ii(s,g,y),h=Ii(l,u,m)),f.has(l[u]))if(f.has(l[m])){let v=h.get(s[g]),O=v!==void 0?i[v]:null;if(O===null){let w=Qe(o,i[u]);ve(w,a[g]),c[g]=w}else c[g]=ve(O,a[g]),Qe(o,i[u],O),i[v]=null;g++}else br(i[m]),m--;else br(i[u]),u++;for(;g<=y;){let v=Qe(o,c[y+1]);ve(v,a[g]),c[g++]=v}for(;u<=m;){let v=i[u++];v!==null&&br(v)}return this.dt=s,Pi(o,c),Z}});var Qr={};L(Qr,{classMap:()=>Lt});var Lt=xe(class extends te{constructor(o){if(super(o),o.type!==be.ATTRIBUTE||o.name!=="class"||o.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(o){return" "+Object.keys(o).filter(e=>o[e]).join(" ")+" "}update(o,[e]){if(this.it===void 0){this.it=new Set,o.strings!==void 0&&(this.st=new Set(o.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 r=o.element.classList;for(let n of this.it)n in e||(r.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?(r.add(n),this.it.add(n)):(r.remove(n),this.it.delete(n)))}return Z}});var eo={};L(eo,{styleMap:()=>rc});var ki="important",tc=" !"+ki,rc=xe(class extends te{constructor(o){if(super(o),o.type!==be.ATTRIBUTE||o.name!=="style"||o.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(o){return Object.keys(o).reduce((e,r)=>{let n=o[r];return n==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(o,[e]){let{style:r}=o.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("-")?r.removeProperty(n):r[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(tc);n.includes("-")||a?r.setProperty(n,a?i.slice(0,-11):i,a?ki:""):r[n]=i}}return Z}});var to={};L(to,{UnsafeHTMLDirective:()=>et,unsafeHTML:()=>oc});var et=class extends te{constructor(e){if(super(e),this.et=M,e.type!==be.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===M||e==null)return this.vt=void 0,this.et=e;if(e===Z)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;let r=[e];return r.raw=r,this.vt={_$litType$:this.constructor.resultType,strings:r,values:[]}}};et.directiveName="unsafeHTML",et.resultType=1;var oc=xe(et);var io={};L(io,{CacheRegistry:()=>no});var oo={};L(oo,{CancelablePromise:()=>tt,CanceledPromiseError:()=>Tt,cancelable:()=>ro});var Tt=class extends Error{constructor(e,r,n){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=n}},tt=class extends Promise{constructor(e){super((r,n)=>e(i=>{this.isCanceled?n(new Tt("Promise has been canceled",i)):r(i)},i=>{this.isCanceled?n(new Tt("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},ro=o=>new tt((e,r)=>o.then(e).catch(r));var no=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,r){this.loaders[e]=r,this.finalContent.delete(e)}registerFinal(e,r){this.loaders[e]=r,this.finalContent.add(e)}clearAll(){for(let e in this.content)this.clear(e)}clear(e){this.finalContent.has(e)||this.forceClear(e)}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof tt&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,r){this.forceClear(e),this.register(e,async()=>r),this.content[e]=r}setFinal(e,r){this.forceClear(e),this.registerFinal(e,async()=>r),this.content[e]=r}async get(e,r,n){if(this.content[e]===void 0){if(r=r??this.loaders[e],r==null)throw new Error("Unknown cache key "+e);let i=ro(r());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 so={};L(so,{ClusteringHelper:()=>ao});var ao=class o{constructor(e,r,n,i){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(e,r){var n,i;let a=((i=(n=e?.map)!==null&&n!==void 0?n:e?.document)!==null&&i!==void 0?i:e?.topic).metadata.map(s=>o.flattenMetadata(s));return r==null?a:a.find(s=>s.key===r)}static flattenMetadata(e){if(e.hierarchicalValues){let r=[],n=[];return e.hierarchicalValues.forEach(i=>{r.push(i.join(" > ")),i.length>2?n.push(`... > ${i[i.length-1]}`):n.push(i.join(" > "))}),{key:e.key,label:e.label,value:r.join(", "),displayValue:n.join(", ")}}else{let r=e.values.join(", ");return{key:e.key,label:e.label,value:r,displayValue:r}}}computeClustersItemsForMetadata(e,r,n="No value"){var i,a;let s=o.extractResultMetadata(this.selectedResult,e),l=(i=s?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(e))===null||a===void 0?void 0:a.label;return this.allResults.map(f=>o.extractResultMetadata(f,e)).map(f=>f??{key:e,label:l,value:void 0,displayValue:n}).filter(f=>f.value!=s?.value).filter((f,h,u)=>u.findIndex(m=>m.value===f.value)===h).map(f=>({result:this.findBestResultForMetadataValue(e,f.value),metadata:f})).sort((f,h)=>this.compareMetadata(f.metadata.value,h.metadata.value,e,r))}compareMetadata(e,r,n,i){if(e==null)return-1;if(r==null)return 1;let a=this.getMetadataDescriptor(n),s=a?.sortRule||"NONE",l=a?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let c=e.localeCompare(r,i,{numeric:!0});return l?c*-1:c}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let n=this.allResults.filter(c=>{var f;return((f=o.extractResultMetadata(c,e))===null||f===void 0?void 0:f.value)==r}),a=[...o.extractResultMetadata(this.selectedResult).filter(c=>this.clusteringMetadata.has(c.key)).filter(c=>c.key!==e)],s,l=-1;for(let c of n){let f=this.countMatchingMetadata(c,a);if(f>l&&(l=f,s=c,f===a.length))break}return s}countMatchingMetadata(e,r){return o.extractResultMetadata(e).filter(n=>r.some(i=>i.key===n.key&&i.value===n.value)).length}};var co={};L(co,{Debouncer:()=>Se});var Se=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}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 po={};L(po,{customElement:()=>He,isNumber:()=>Mi,jsonProperty:()=>fo,optionalNumberProperty:()=>dc});var lo={};L(lo,{dateReviver:()=>ic,deepEqual:()=>Oe,delay:()=>Li,eventPathContainsMatchingElement:()=>sc,flatDeep:()=>Wi,last:()=>lc,minmax:()=>cc,parseDate:()=>Fi,waitFor:()=>Ti,waitUntil:()=>nc});var Li=o=>new Promise(e=>setTimeout(e,o));async function nc(o,e=10,r=2e4){await Ti(async()=>await o()||void 0,e,r)}async function Ti(o,e=10,r=2e4){let n=await o(),i,a;for(i=a=performance.now();n==null&&(!r||a-i<r);)await Li(e),n=await o(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Wi(o,e){return o.flatMap(r=>[r,...Wi(e(r),e)])}function ic(...o){return function(e,r){return o.includes(e)?Fi(r):r}}function Fi(o){return o.match(/^\d{4}-\d{2}-\d{2}$/)&&(o=o.replace(/-/g,"/")),o=o.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,n,i)=>r+n+":"+i),new Date(o)}function ac(o,e){if(o===e)return!0;if(o&&e&&typeof o=="object"&&typeof e=="object"){if(o.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(o)){if(r=o.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!Oe(o[n],e[n]))return!1;return!0}if(o instanceof Map&&e instanceof Map){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;for(n of o.entries())if(!Oe(n[1],e.get(n[0])))return!1;return!0}if(o instanceof Set&&e instanceof Set){if(o.size!==e.size)return!1;for(n of o.entries())if(!e.has(n[0]))return!1;return!0}if(o.constructor===RegExp)return o.source===e.source&&o.flags===e.flags;if(o.valueOf!==Object.prototype.valueOf)return o.valueOf()===e.valueOf();if(i=Object.keys(o),r=i.length,r!==Object.keys(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!Oe(o[a],e[a]))return!1}return!0}return o!==o&&e!==e}function Oe(o,e){try{return ac(o,e)}catch{return!1}}function sc(o,e,r=window.document.body){if(e.length>0){let n=o.composedPath();for(let i of n){if(i===r)return!1;if(i.matches&&e.some(a=>i.matches(a)))return!0}}return!1}function cc(o,e,r){return Math.min(Math.max(o,e),r)}function lc(o){return o[o.length-1]}var He=o=>e=>{window.customElements.get(o)||window.customElements.define(o,e)};function fo(o,e){let r=()=>JSON.parse(JSON.stringify(o));return k({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:(n,i)=>!Oe(n,i),...e??{}})}function dc(o){return k({type:Object,converter:{fromAttribute:e=>{if(e!=null)return Mi(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...o??{}})}function Mi(o){return!isNaN(parseFloat(o))}var Uo={};L(Uo,{designSystemVariables:()=>T});var Mo={};L(Mo,{FtCssVariableFactory:()=>t,banner:()=>uc,border:()=>$c,breadcrumb:()=>hc,button:()=>pc,chart:()=>Ac,checkbox:()=>_c,chip:()=>Rc,collapsible:()=>Ec,comboboxMultiSelect:()=>Oc,comboboxSingleSelect:()=>Sc,drawer:()=>yc,floatingMenu:()=>vc,foundation:()=>d,modal:()=>gc,notice:()=>Pc,notification:()=>Lc,pageHeader:()=>mc,popover:()=>wc,radio:()=>kc,semantic:()=>p,setVariable:()=>xr,switch_:()=>Nc,tabs:()=>Cc,textArea:()=>xc,textInput:()=>bc,toggle:()=>Ic,tooltip:()=>Tc,typographies:()=>Wt,typographyBody1Medium:()=>bo,typographyBody1Regular:()=>yo,typographyBody1Semibold:()=>xo,typographyBody2Medium:()=>So,typographyBody2MediumUnderline:()=>Ui,typographyBody2Regular:()=>vo,typographyBody2Semibold:()=>Oo,typographyCaption1Bold:()=>_o,typographyCaption1Medium:()=>$o,typographyCaption1Semibold:()=>Po,typographyCaption2Bold:()=>Lo,typographyCaption2Medium:()=>Io,typographyCaption2Semibold:()=>ko,typographyCaption3Bold:()=>Fo,typographyCaption3Medium:()=>To,typographyCaption3Semibold:()=>Wo,typographyDisplay:()=>uo,typographyLabel1Bold:()=>Eo,typographyLabel1Medium:()=>wo,typographyLabel1Semibold:()=>Co,typographyLabel2Bold:()=>Ro,typographyLabel2Medium:()=>No,typographyLabel2Semibold:()=>Ao,typographyTitle1:()=>ho,typographyTitle2:()=>mo,typographyTitle3:()=>go,typographyVariants:()=>fc});var le=o=>typeof o=="string"?Fe(o):o,t=class{static create(e,r,n,i){let a=l=>le(l??i),s=$`var(${le(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>$`var(${le(e)}, ${a(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=l=>n.get(l??i),s=$`var(${le(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>$`var(${le(e)}, ${a(l)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,r){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):le(a??e.lastResortDefaultValue()),i=$`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=r,i.defaultCssValue=n,i.get=a=>$`var(${le(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};function xr(o,e){return le(`${o.name}: ${e}`)}var d={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.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)")},uo={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},ho={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},mo={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},go={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},yo={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},bo={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},xo={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},vo={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},So={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ui={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Oo={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},wo={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Co={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Eo={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},No={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ao={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ro={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Lo={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Wt={display:uo,"title-1":ho,"title-2":mo,"title-3":go,"body-1-regular":yo,"body-1-medium":bo,"body-1-semibold":xo,"body-2-regular":vo,"body-2-medium":So,"body-2-medium-underline":Ui,"body-2-semibold":Oo,"label-1-medium":wo,"label-1-semibold":Co,"label-1-bold":Eo,"label-2-medium":No,"label-2-semibold":Ao,"label-2-bold":Ro,"caption-1-medium":$o,"caption-1-semibold":Po,"caption-1-bold":_o,"caption-2-medium":Io,"caption-2-semibold":ko,"caption-2-bold":Lo,"caption-3-medium":To,"caption-3-semibold":Wo,"caption-3-bold":Fo},fc=["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:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",d.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",d.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",d.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",d.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",d.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",d.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",d.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",d.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",d.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",d.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",d.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",d.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",d.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",d.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",d.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",d.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",d.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",d.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,d.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",d.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",d.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",d.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",d.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",d.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",d.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",d.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",d.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",d.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",d.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",d.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",d.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",d.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",d.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",d.colorGray80)};var pc={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",d.spacing4),largeGap:t.extend("--ft-button-large-gap","",d.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",d.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",d.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",d.spacing3),smallGap:t.extend("--ft-button-small-gap","",d.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",d.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",d.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",p.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",p.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",p.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",p.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",d.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",d.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",d.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",d.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",p.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",p.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",p.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",p.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",d.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",d.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",d.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",d.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",p.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",p.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",p.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",d.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",d.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",d.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",d.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",p.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",p.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",p.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",p.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",d.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",d.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",d.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",d.opacity40)};var uc={iconSize:t.extend("--ft-banner-icon-size","",d.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",d.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",d.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",d.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",d.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",d.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",d.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",p.contentInfoIconOnly)};var hc={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",d.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",d.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",p.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",p.contentGlobalSubtle)};var mc={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",d.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",d.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",d.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",d.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",d.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",d.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",d.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",p.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",p.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",p.contentGlobalSecondary)};var gc={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",d.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",d.opacity40),shadow:t.extend("--ft-modal-shadow","",d.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",d.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",d.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",d.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",d.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",p.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",p.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",d.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",d.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",d.spacing6),headerGap:t.extend("--ft-modal-header-gap","",d.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",d.borderRadiusM)};var yc={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",d.opacity40),shadow:t.extend("--ft-drawer-shadow","",d.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",d.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",d.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",d.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",p.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",p.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",d.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",d.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",p.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",p.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",p.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",d.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",d.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",d.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",d.colorGray700)};var bc={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",d.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",d.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",d.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",d.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",d.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",d.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",d.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",p.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",p.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",p.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",d.opacity40)};var xc={backgroundColor:t.extend("--ft-text-area-background-color","",d.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",p.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",p.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",d.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",d.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",d.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",d.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",d.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",d.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",d.borderRadiusM)};var vc={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",d.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",p.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",p.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",p.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",d.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",d.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",d.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",d.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",d.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",p.backgroundGlobalOnSurface)};var Sc={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",d.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",d.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",d.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",d.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",d.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",d.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",d.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",p.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",p.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",p.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",p.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",d.opacity40)};var Oc={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",d.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",p.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",p.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",p.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",p.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",d.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",d.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",d.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",d.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",d.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",d.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",d.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",d.borderRadiusM)};var wc={backgroundColor:t.extend("--ft-popover-background-color","",p.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",d.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",d.spacing6),iconColor:t.extend("--ft-popover-icon-color","",p.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",d.iconSize2),titleColor:t.extend("--ft-popover-title-color","",p.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",p.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",p.contentActionPrimary),gap:t.extend("--ft-popover-gap","",d.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",d.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",d.shadowElevation02)};var Cc={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",d.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",d.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",d.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",d.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",d.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",d.opacity40),offColor:t.extend("--ft-tabs-off-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",d.opacity40),onColor:t.extend("--ft-tabs-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",d.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",p.borderActionFocusRing)};var Ec={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",d.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",d.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",p.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",d.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",d.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",d.spacing3),color:t.extend("--ft-collapsible-color","",p.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",p.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",p.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",p.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",d.iconSize3)};var Nc={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",d.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",d.spacing1),groupGap:t.extend("--ft-switch-group-gap","",d.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",p.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",p.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",d.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",d.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",d.opacity40),offColor:t.extend("--ft-switch-off-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",d.opacity40),onColor:t.extend("--ft-switch-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",d.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",p.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",d.borderRadiusS)};var Ac={color1Light:t.extend("--ft-chart-1-light","for area color charts",d.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",d.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",d.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",d.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",d.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",d.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",d.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",d.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",d.colorRed40),color5Base:t.extend("--ft-chart-5-base","",d.colorRed60),color6Light:t.extend("--ft-chart-6-light","",d.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",d.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",d.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",d.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",d.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",d.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",d.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",d.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",d.colorGray50),color10Base:t.extend("--ft-chart-10-base","",d.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",d.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",d.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",d.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",d.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",d.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",d.colorBrand200)};var Rc={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",d.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",d.spacing2),largeGap:t.extend("--ft-chip-large-gap","",d.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",d.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",d.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",d.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",d.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",d.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",d.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",d.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",d.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",d.spacing05),smallGap:t.extend("--ft-chip-small-gap","",d.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",d.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",d.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",p.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",p.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",p.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",p.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",p.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",p.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",p.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",p.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",p.borderErrorSubtle)};var $c={infoBorderColor:t.extend("--ft-border-info-border-color","",p.borderInfoSubtle)};var Pc={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",d.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",d.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",d.borderRadiusS),gap:t.extend("--ft-notice-gap","",d.spacing2),iconSize:t.extend("--ft-notice-icon-size","",d.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",p.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",p.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",p.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",p.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",p.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",p.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",p.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",p.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",p.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",p.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",p.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",p.contentSuccessIconOnly)};var _c={color:t.extend("--ft-checkbox-color","",p.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",p.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",p.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",p.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",d.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",d.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",d.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",d.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",d.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",d.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",d.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",d.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",d.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",d.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",d.spacing3)};var Ic={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",d.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",d.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",d.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",d.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",p.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",d.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",d.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",d.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",d.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",p.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",p.contentActionPrimary),color:t.extend("--ft-toggle-color","",p.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",p.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",d.spacing3)};var kc={color:t.extend("--ft-radio-color","",p.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",p.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",p.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",d.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",d.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",d.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",d.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",p.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",p.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",d.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",d.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",d.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",d.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",d.spacing3)};var Lc={iconSize:t.extend("--ft-notification-icon-size","",d.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",d.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",d.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",p.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",p.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",p.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",p.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",p.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",d.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",d.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",d.spacing8)};var Tc={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",d.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",d.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",d.borderRadiusS),color:t.extend("--ft-tooltip-color","",p.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",p.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",d.opacity80),shadow:t.extend("--ft-tooltip-shadow","",d.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",d.spacing05)};var T={colorPrimary:t.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:t.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:t.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:t.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:t.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:t.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:t.create("--ft-color-error","","COLOR","#B00020"),colorOutline:t.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:t.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:t.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:t.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:t.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:t.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:t.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:t.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:t.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:t.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:t.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:t.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:t.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:t.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:t.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:t.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:t.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:t.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:t.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:t.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:t.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:t.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:t.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:t.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:t.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:t.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:t.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:t.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:t.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:t.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:t.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:t.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:t.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:t.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:t.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:t.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:t.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.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:t.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:t.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:t.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:t.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:t.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:t.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ho={};L(Ho,{FtNotificationEvent:()=>Do,PostResizeEvent:()=>Bo,PreResizeEvent:()=>zo});var Do=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},zo=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Bo=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var en={};L(en,{computeOffsetPosition:()=>el});var zi=["top","right","bottom","left"],Di=["start","end"],Ko=zi.reduce((o,e)=>o.concat(e,e+"-"+Di[0],e+"-"+Di[1]),[]),Ft=Math.min,we=Math.max,Mt=Math.round;var de=o=>({x:o,y:o}),Wc={left:"right",right:"left",bottom:"top",top:"bottom"},Fc={start:"end",end:"start"};function Vo(o,e,r){return we(o,Ft(e,r))}function vr(o,e){return typeof o=="function"?o(e):o}function rt(o){return o.split("-")[0]}function Ce(o){return o.split("-")[1]}function Zo(o){return o==="x"?"y":"x"}function Go(o){return o==="y"?"height":"width"}function Sr(o){return["top","bottom"].includes(rt(o))?"y":"x"}function qo(o){return Zo(Sr(o))}function Bi(o,e,r){r===void 0&&(r=!1);let n=Ce(o),i=qo(o),a=Go(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=jo(s)),[s,jo(s)]}function Hi(o){return o.replace(/start|end/g,e=>Fc[e])}function jo(o){return o.replace(/left|right|bottom|top/g,e=>Wc[e])}function Mc(o){return{top:0,right:0,bottom:0,left:0,...o}}function ji(o){return typeof o!="number"?Mc(o):{top:o,right:o,bottom:o,left:o}}function je(o){return{...o,top:o.y,left:o.x,right:o.x+o.width,bottom:o.y+o.height}}function Ki(o,e,r){let{reference:n,floating:i}=o,a=Sr(e),s=qo(e),l=Go(s),c=rt(e),f=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(c){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(Ce(e)){case"start":g[s]-=m*(r&&f?-1:1);break;case"end":g[s]+=m*(r&&f?-1:1);break}return g}var Vi=async(o,e,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,l=a.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(e)),f=await s.getElementRects({reference:o,floating:e,strategy:i}),{x:h,y:u}=Ki(f,n,c),m=n,g={},y=0;for(let v=0;v<l.length;v++){let{name:O,fn:w}=l[v],{x:C,y:x,data:b,reset:S}=await w({x:h,y:u,initialPlacement:n,placement:m,strategy:i,middlewareData:g,rects:f,platform:s,elements:{reference:o,floating:e}});if(h=C??h,u=x??u,g={...g,[O]:{...g[O],...b}},S&&y<=50){y++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(f=S.rects===!0?await s.getElementRects({reference:o,floating:e,strategy:i}):S.rects),{x:h,y:u}=Ki(f,m,c)),v=-1;continue}}return{x:h,y:u,placement:m,strategy:i,middlewareData:g}};async function Yo(o,e){var r;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:l,strategy:c}=o,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:u="floating",altBoundary:m=!1,padding:g=0}=vr(e,o),y=ji(g),O=l[m?u==="floating"?"reference":"floating":u],w=je(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(O)))==null||r?O:O.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(l.floating)),boundary:f,rootBoundary:h,strategy:c})),C=u==="floating"?{...s.floating,x:n,y:i}:s.reference,x=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l.floating)),b=await(a.isElement==null?void 0:a.isElement(x))?await(a.getScale==null?void 0:a.getScale(x))||{x:1,y:1}:{x:1,y:1},S=je(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:C,offsetParent:x,strategy:c}):C);return{top:(w.top-S.top+y.top)/b.y,bottom:(S.bottom-w.bottom+y.bottom)/b.y,left:(w.left-S.left+y.left)/b.x,right:(S.right-w.right+y.right)/b.x}}function Uc(o,e,r){return(o?[...r.filter(i=>Ce(i)===o),...r.filter(i=>Ce(i)!==o)]:r.filter(i=>rt(i)===i)).filter(i=>o?Ce(i)===o||(e?Hi(i)!==i:!1):!0)}var Jo=function(o){return o===void 0&&(o={}),{name:"autoPlacement",options:o,async fn(e){var r,n,i;let{rects:a,middlewareData:s,placement:l,platform:c,elements:f}=e,{crossAxis:h=!1,alignment:u,allowedPlacements:m=Ko,autoAlignment:g=!0,...y}=vr(o,e),v=u!==void 0||m===Ko?Uc(u||null,g,m):m,O=await Yo(e,y),w=((r=s.autoPlacement)==null?void 0:r.index)||0,C=v[w];if(C==null)return{};let x=Bi(C,a,await(c.isRTL==null?void 0:c.isRTL(f.floating)));if(l!==C)return{reset:{placement:v[0]}};let b=[O[rt(C)],O[x[0]],O[x[1]]],S=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:C,overflows:b}],A=v[w+1];if(A)return{data:{index:w+1,overflows:S},reset:{placement:A}};let _=S.map(N=>{let R=Ce(N.placement);return[N.placement,R&&h?N.overflows.slice(0,2).reduce((P,z)=>P+z,0):N.overflows[0],N.overflows]}).sort((N,R)=>N[1]-R[1]),I=((i=_.filter(N=>N[2].slice(0,Ce(N[0])?2:3).every(R=>R<=0))[0])==null?void 0:i[0])||_[0][0];return I!==l?{data:{index:w+1,overflows:S},reset:{placement:I}}:{}}}};var Xo=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(e){let{x:r,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:l={fn:O=>{let{x:w,y:C}=O;return{x:w,y:C}}},...c}=vr(o,e),f={x:r,y:n},h=await Yo(e,c),u=Sr(rt(i)),m=Zo(u),g=f[m],y=f[u];if(a){let O=m==="y"?"top":"left",w=m==="y"?"bottom":"right",C=g+h[O],x=g-h[w];g=Vo(C,g,x)}if(s){let O=u==="y"?"top":"left",w=u==="y"?"bottom":"right",C=y+h[O],x=y-h[w];y=Vo(C,y,x)}let v=l.fn({...e,[m]:g,[u]:y});return{...v,data:{x:v.x-r,y:v.y-n}}}}};function fe(o){return Gi(o)?(o.nodeName||"").toLowerCase():"#document"}function j(o){var e;return(o==null||(e=o.ownerDocument)==null?void 0:e.defaultView)||window}function pe(o){var e;return(e=(Gi(o)?o.ownerDocument:o.document)||window.document)==null?void 0:e.documentElement}function Gi(o){return o instanceof Node||o instanceof j(o).Node}function re(o){return o instanceof Element||o instanceof j(o).Element}function X(o){return o instanceof HTMLElement||o instanceof j(o).HTMLElement}function Zi(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof j(o).ShadowRoot}function ot(o){let{overflow:e,overflowX:r,overflowY:n,display:i}=G(o);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function qi(o){return["table","td","th"].includes(fe(o))}function wr(o){let e=Cr(),r=G(o);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function Yi(o){let e=Ke(o);for(;X(e)&&!Ut(e);){if(wr(e))return e;e=Ke(e)}return null}function Cr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Ut(o){return["html","body","#document"].includes(fe(o))}function G(o){return j(o).getComputedStyle(o)}function Dt(o){return re(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Ke(o){if(fe(o)==="html")return o;let e=o.assignedSlot||o.parentNode||Zi(o)&&o.host||pe(o);return Zi(e)?e.host:e}function Ji(o){let e=Ke(o);return Ut(e)?o.ownerDocument?o.ownerDocument.body:o.body:X(e)&&ot(e)?e:Ji(e)}function Or(o,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=Ji(o),a=i===((n=o.ownerDocument)==null?void 0:n.body),s=j(i);return a?e.concat(s,s.visualViewport||[],ot(i)?i:[],s.frameElement&&r?Or(s.frameElement):[]):e.concat(i,Or(i,[],r))}function ea(o){let e=G(o),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=X(o),a=i?o.offsetWidth:r,s=i?o.offsetHeight:n,l=Mt(r)!==a||Mt(n)!==s;return l&&(r=a,n=s),{width:r,height:n,$:l}}function ta(o){return re(o)?o:o.contextElement}function nt(o){let e=ta(o);if(!X(e))return de(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=ea(e),s=(a?Mt(r.width):r.width)/n,l=(a?Mt(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var Dc=de(0);function ra(o){let e=j(o);return!Cr()||!e.visualViewport?Dc:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function zc(o,e,r){return e===void 0&&(e=!1),!r||e&&r!==j(o)?!1:e}function zt(o,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=o.getBoundingClientRect(),a=ta(o),s=de(1);e&&(n?re(n)&&(s=nt(n)):s=nt(o));let l=zc(a,r,n)?ra(a):de(0),c=(i.left+l.x)/s.x,f=(i.top+l.y)/s.y,h=i.width/s.x,u=i.height/s.y;if(a){let m=j(a),g=n&&re(n)?j(n):n,y=m.frameElement;for(;y&&n&&g!==m;){let v=nt(y),O=y.getBoundingClientRect(),w=G(y),C=O.left+(y.clientLeft+parseFloat(w.paddingLeft))*v.x,x=O.top+(y.clientTop+parseFloat(w.paddingTop))*v.y;c*=v.x,f*=v.y,h*=v.x,u*=v.y,c+=C,f+=x,y=j(y).frameElement}}return je({width:h,height:u,x:c,y:f})}function Bc(o){let{rect:e,offsetParent:r,strategy:n}=o,i=X(r),a=pe(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},l=de(1),c=de(0);if((i||!i&&n!=="fixed")&&((fe(r)!=="body"||ot(a))&&(s=Dt(r)),X(r))){let f=zt(r);l=nt(r),c.x=f.x+r.clientLeft,c.y=f.y+r.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-s.scrollLeft*l.x+c.x,y:e.y*l.y-s.scrollTop*l.y+c.y}}function Hc(o){return Array.from(o.getClientRects())}function oa(o){return zt(pe(o)).left+Dt(o).scrollLeft}function jc(o){let e=pe(o),r=Dt(o),n=o.ownerDocument.body,i=we(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=we(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+oa(o),l=-r.scrollTop;return G(n).direction==="rtl"&&(s+=we(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:l}}function Kc(o,e){let r=j(o),n=pe(o),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,l=0,c=0;if(i){a=i.width,s=i.height;let f=Cr();(!f||f&&e==="fixed")&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:s,x:l,y:c}}function Vc(o,e){let r=zt(o,!0,e==="fixed"),n=r.top+o.clientTop,i=r.left+o.clientLeft,a=X(o)?nt(o):de(1),s=o.clientWidth*a.x,l=o.clientHeight*a.y,c=i*a.x,f=n*a.y;return{width:s,height:l,x:c,y:f}}function Xi(o,e,r){let n;if(e==="viewport")n=Kc(o,r);else if(e==="document")n=jc(pe(o));else if(re(e))n=Vc(e,r);else{let i=ra(o);n={...e,x:e.x-i.x,y:e.y-i.y}}return je(n)}function na(o,e){let r=Ke(o);return r===e||!re(r)||Ut(r)?!1:G(r).position==="fixed"||na(r,e)}function Zc(o,e){let r=e.get(o);if(r)return r;let n=Or(o,[],!1).filter(l=>re(l)&&fe(l)!=="body"),i=null,a=G(o).position==="fixed",s=a?Ke(o):o;for(;re(s)&&!Ut(s);){let l=G(s),c=wr(s);!c&&l.position==="fixed"&&(i=null),(a?!c&&!i:!c&&l.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ot(s)&&!c&&na(o,s))?n=n.filter(h=>h!==s):i=l,s=Ke(s)}return e.set(o,n),n}function Gc(o){let{element:e,boundary:r,rootBoundary:n,strategy:i}=o,s=[...r==="clippingAncestors"?Zc(e,this._c):[].concat(r),n],l=s[0],c=s.reduce((f,h)=>{let u=Xi(e,h,i);return f.top=we(u.top,f.top),f.right=Ft(u.right,f.right),f.bottom=Ft(u.bottom,f.bottom),f.left=we(u.left,f.left),f},Xi(e,l,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function qc(o){return ea(o)}function Yc(o,e,r){let n=X(e),i=pe(e),a=r==="fixed",s=zt(o,!0,a,e),l={scrollLeft:0,scrollTop:0},c=de(0);if(n||!n&&!a)if((fe(e)!=="body"||ot(i))&&(l=Dt(e)),n){let f=zt(e,!0,a,e);c.x=f.x+e.clientLeft,c.y=f.y+e.clientTop}else i&&(c.x=oa(i));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function Qi(o,e){return!X(o)||G(o).position==="fixed"?null:e?e(o):o.offsetParent}function ia(o,e){let r=j(o);if(!X(o))return r;let n=Qi(o,e);for(;n&&qi(n)&&G(n).position==="static";)n=Qi(n,e);return n&&(fe(n)==="html"||fe(n)==="body"&&G(n).position==="static"&&!wr(n))?r:n||Yi(o)||r}var Jc=async function(o){let{reference:e,floating:r,strategy:n}=o,i=this.getOffsetParent||ia,a=this.getDimensions;return{reference:Yc(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function Xc(o){return G(o).direction==="rtl"}var Er={convertOffsetParentRelativeRectToViewportRelativeRect:Bc,getDocumentElement:pe,getClippingRect:Gc,getOffsetParent:ia,getElementRects:Jc,getClientRects:Hc,getDimensions:qc,getScale:nt,isElement:re,isRTL:Xc};var aa=(o,e,r)=>{let n=new Map,i={platform:Er,...r},a={...i.platform,_c:n};return Vi(o,e,{...i,platform:a})};function sa(o){return Qc(o)}function Qo(o){return o.assignedSlot?o.assignedSlot:o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode}function Qc(o){for(let e=o;e;e=Qo(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Qo(o);e;e=Qo(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function el(o,e,r){return aa(o,e,{platform:{...Er,getOffsetParent:n=>Er.getOffsetParent(n,sa)},middleware:[Xo({crossAxis:!0}),Jo({allowedPlacements:[r]})]})}var on={};L(on,{FtLitElement:()=>K});var tn={};L(tn,{ScopedRegistryLitElement:()=>Bt});var Nr=window,tl=Nr.ShadowRoot&&(Nr.ShadyCSS===void 0||Nr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,xh=Symbol();var ca=(o,e)=>{tl?o.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let n=document.createElement("style"),i=Nr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,o.appendChild(n)})};var Bt=class extends ce{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 r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return ca(n,e.elementStyles),n}};var rn=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var l=o.length-1;l>=0;l--)(s=o[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},fa,la=Symbol("constructorPrototype"),da=Symbol("constructorName"),pa=Symbol("exportpartsDebouncer"),K=class extends Bt{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[fa]=new Se(5),this[da]=this.constructor.name,this[la]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[da]&&Object.setPrototypeOf(this,this[la])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(e){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",e)}}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,n,i;if(this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((r=this.customStylesheet)!==null&&r!==void 0?r:"")}catch(a){console.error(a,this.customStylesheet)}}else if(((i=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(a=>a.remove()),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,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[pa].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 r,n,i,a,s,l;let c=m=>m!=null&&m.trim().length>0,f=e.filter(c).map(m=>m.trim());if(f.length===0){this.removeAttribute("exportparts");return}let h=new Set;for(let m of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.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=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(v=>v.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...g,...y).filter(c).map(v=>v.trim()).forEach(v=>h.add(v))}if(h.size===0){this.removeAttribute("exportparts");return}let u=[...h.values()].flatMap(m=>f.map(g=>`${m}:${g}--${m}`));this.setAttribute("exportparts",[...this.part,...u].join(", "))}};fa=pa;rn([k()],K.prototype,"exportpartsPrefix",void 0);rn([fo([])],K.prototype,"exportpartsPrefixes",void 0);rn([k()],K.prototype,"customStylesheet",void 0);var ua={};var sn={};L(sn,{highlightHtml:()=>nl,highlightHtmlColorCssVariable:()=>ha,highlightHtmlStyles:()=>ol});var Ve=class o{constructor(e,r=!0,n=[],i=5e3){this.ctx=e,this.iframes=r,this.exclude=n,this.iframesTimeout=i}static matches(e,r){let n=typeof r=="string"?[r]:r,i=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(i){let a=!1;return n.every(s=>i.call(e,s)?(a=!0,!1):!0),a}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let i=r.filter(a=>a.contains(n)).length>0;r.indexOf(n)===-1&&!i&&r.push(n)}),r}getIframeContents(e,r,n=()=>{}){let i;try{let a=e.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&r(i)}isIframeBlank(e){let r="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(e,r,n){let i=!1,a=null,s=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,n))}catch{n()}}};e.addEventListener("load",s),a=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,n):this.getIframeContents(e,r,n):this.observeIframeLoad(e,r,n)}catch{n()}}waitForIframes(e,r){let n=0;this.forEachIframe(e,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||r()})},i=>{i||r()})}forEachIframe(e,r,n,i=()=>{}){let a=e.querySelectorAll("iframe"),s=a.length,l=0;a=Array.prototype.slice.call(a);let c=()=>{--s<=0&&i(l)};s||c(),a.forEach(f=>{o.matches(f,this.exclude)?c():this.onIframeReady(f,h=>{r(f)&&(l++,n(h)),c()},c)})}createIterator(e,r,n){return document.createNodeIterator(e,r,n,!1)}createInstanceOnIframe(e){return new o(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,n){let i=e.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(r!==null){let s=r.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(s&l)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),n;return r===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:r,node:n}}checkIframeFilter(e,r,n,i){let a=!1,s=!1;return i.forEach((l,c)=>{l.val===n&&(a=c,s=l.handled)}),this.compareNodeIframe(e,r,n)?(a===!1&&!s?i.push({val:n,handled:!0}):a!==!1&&!s&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(e,r,n,i){e.forEach(a=>{a.handled||this.getIframeContents(a.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,n,i)})})}iterateThroughNodes(e,r,n,i,a){let s=this.createIterator(r,e,i),l=[],c=[],f,h,u=()=>({prevNode:h,node:f}=this.getIteratorNode(s),f);for(;u();)this.iframes&&this.forEachIframe(r,m=>this.checkIframeFilter(f,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(e,g=>c.push(g),i)}),c.push(f);c.forEach(m=>{n(m)}),this.iframes&&this.handleOpenIframes(l,e,n,i),a()}forEachNode(e,r,n,i=()=>{}){let a=this.getContexts(),s=a.length;s||i(),a.forEach(l=>{let c=()=>{this.iterateThroughNodes(e,l,r,n,()=>{--s<=0&&i()})};this.iframes?this.waitForIframes(l,c):c()})}};var Ht=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Ve(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in r)if(r.hasOwnProperty(a)){let s=r[a],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&c!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(c)})`,`gm${n}`),i+`(${this.processSynomyms(l)}|${this.processSynomyms(c)})`+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,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&r.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",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(s=>{if(s.indexOf(a)!==-1){if(i.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),i.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,s="";switch(a.forEach(l=>{s+=`|${this.escapeStr(l)}`}),i){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&r.indexOf(i)===-1&&r.push(i)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,i)=>i.length-n.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],n=0;return e.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:s,valid:l}=this.callNoMatchOnInvalidRanges(i,n);l&&(i.start=a,i.length=s-a,r.push(i),n=s)}),r}callNoMatchOnInvalidRanges(e,r){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-r>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,r,n){let i,a=!0,s=n.length,l=r-s,c=parseInt(e.start,10)-l;return c=c>s?s:c,i=c+parseInt(e.length,10),i>s&&(i=s,this.log(`End range automatically set to the max value of ${s}`)),c<0||i-c<0||c>s||i>s?(a=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(c,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:c,end:i,valid:a}}getTextNodes(e){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:r.length,end:(r+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:n})})}matchesExclude(e){return Ve.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,n){let i=this.opt.element?this.opt.element:"mark",a=e.splitText(r),s=a.splitText(n-r),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),s}wrapRangeInMappedTextNode(e,r,n,i,a){e.nodes.every((s,l)=>{let c=e.nodes[l+1];if(typeof c>"u"||c.start>r){if(!i(s.node))return!1;let f=r-s.start,h=(n>s.end?s.end:n)-s.start,u=e.value.substr(0,s.start),m=e.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,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(s.node.previousSibling,s.start),n>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(l=>{l.nodes.forEach(c=>{c=c.node;let f;for(;(f=e.exec(c.textContent))!==null&&f[s]!=="";){if(!n(f[s],c))continue;let h=f.index;if(s!==0)for(let u=1;u<s;u++)h+=f[u].length;c=this.wrapRangeInTextNode(c,h,h+f[s].length),i(c.previousSibling),e.lastIndex=0}}),a()})}wrapMatchesAcrossElements(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(l=>{let c;for(;(c=e.exec(l.value))!==null&&c[s]!=="";){let f=c.index;if(s!==0)for(let u=1;u<s;u++)f+=c[u].length;let h=f+c[s].length;this.wrapRangeInMappedTextNode(l,f,h,u=>n(c[s],u),(u,m)=>{e.lastIndex=m,i(u)})}a()})}wrapRangeFromIndex(e,r,n,i){this.getTextNodes(a=>{let s=a.value.length;e.forEach((l,c)=>{let{start:f,end:h,valid:u}=this.checkWhitespaceRanges(l,s,a.value);u&&this.wrapRangeInMappedTextNode(a,f,h,m=>r(m,l,a.value.substring(f,h),c),m=>{n(m,l)})}),i()})}unwrapMatches(e){let r=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));r.replaceChild(n,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let n=0,i="wrapMatches",a=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](e,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,n),a,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,r){this.opt=r;let n=0,i="wrapMatches",{keywords:a,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",c=f=>{let h=new RegExp(this.createRegExp(f),`gm${l}`),u=0;this.log(`Searching with expression "${h}"`),this[i](h,1,(m,g)=>this.opt.filter(g,f,n,u),m=>{u++,n++,this.opt.each(m)},()=>{u===0&&this.opt.noMatch(f),a[s-1]===f?this.opt.done(n):c(a[a.indexOf(f)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),s===0?this.opt.done(n):c(a[0])}markRanges(e,r){this.opt=r;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,s,l,c)=>this.opt.filter(a,s,l,c),(a,s)=>{n++,this.opt.each(a,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=Ve.matches(n,r),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function nn(o){let e=new Ht(o);return this.mark=(r,n)=>(e.mark(r,n),this),this.markRegExp=(r,n)=>(e.markRegExp(r,n),this),this.markRanges=(r,n)=>(e.markRanges(r,n),this),this.unmark=r=>(e.unmark(r),this),this}var rl=nn,ha=t.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),ol=$`
141
7
  .highlight-html-match {
142
- background: ${Zi};
8
+ background: ${ha};
143
9
  }
144
- `,ji={className:"highlight-html-match"};var Mi=Object.freeze({__proto__:null,highlightHtml:function(t,o){var e;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=o?o:"")){const r=new Pi(t);if(r.unmark(ji),o&&o.trim()){r.mark(o.replace(/"[^"]+"/g,""),{...ji,separateWordSearch:!0});(null!==(e=o.match(/"[^"]+"/g))&&void 0!==e?e:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...ji,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=o?o:"")},highlightHtmlColorCssVariable:Zi,highlightHtmlStyles:Ki});const Hi=dt`
10
+ `,an={className:"highlight-html-match"};function nl(o,e){var r;let n=o.getAttribute("data-highlight-html-query");if((n??"")!==(e??"")){let i=new rl(o);i.unmark(an),e&&e.trim()&&(i.mark(e.replace(/"[^"]+"/g,""),{...an,separateWordSearch:!0}),((r=e.match(/"[^"]+"/g))!==null&&r!==void 0?r:[]).forEach(s=>i.mark(s.replace(/"/g,""),{...an,separateWordSearch:!1})))}o.setAttribute("data-highlight-html-query",e??"")}var cn={};L(cn,{noTextSelect:()=>il,safariEllipsisFix:()=>sl,wordWrap:()=>al});var il=$`
145
11
  .ft-no-text-select {
146
12
  -webkit-touch-callout: none;
147
13
  -webkit-user-select: none;
@@ -150,7 +16,7 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
150
16
  -ms-user-select: none;
151
17
  user-select: none;
152
18
  }
153
- `,Di=dt`
19
+ `,al=$`
154
20
  .ft-word-wrap {
155
21
  white-space: normal;
156
22
  word-wrap: break-word;
@@ -162,7 +28,7 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
162
28
  -webkit-hyphens: auto;
163
29
  hyphens: auto
164
30
  }
165
- `,Ti=dt`
31
+ `,sl=$`
166
32
  .ft-safari-ellipsis-fix {
167
33
  margin-right: 0;
168
34
 
@@ -173,7 +39,7 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
173
39
  display: inline-block;
174
40
  width: 0;
175
41
  }
176
- `;var Gi=Object.freeze({__proto__:null,noTextSelect:Hi,safariEllipsisFix:Ti,wordWrap:Di}),Vi=Object.freeze({__proto__:null});var qi=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var e,r;t=this.resolvePluralKey(t,o);let i=null!==(r=null!==(e=this.labels[t])&&void 0!==e?e:this.defaultLabels[t])&&void 0!==r?r:"";return o.forEach(((t,o)=>i=i.replace(new RegExp(`\\{${o}([^}]*)\\}`,"g"),((o,e)=>this.formatValue(t,e))))),i}resolvePluralKey(t,o){for(let e of o)if("number"==typeof e){const o=`${String(t)}[\\=${e}]`;if(o in this.labels||o in this.defaultLabels)return o}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):null!=t?t:""}formatDate(t,o){const e=e=>(null==o?void 0:o.includes("date"))?t.toLocaleDateString(e):(null==o?void 0:o.includes("time"))?t.toLocaleTimeString(e):t.toLocaleString(e);try{return e(document.documentElement.lang)}catch(t){return e()}}}});class Yi{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter((o=>o.type!==t.type))),this.queue.push(t)}consume(t){const o=this.queue.find((o=>o.type===t));return o&&(this.queue=this.queue.filter((t=>t!==o))),o}}function Ji(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Xi,Qi,tn;const on=Symbol("internalReduxEventsUnsubscribers"),en=Symbol("internalStoresUnsubscribers"),rn=Symbol("internalStores");class nn extends Bi{constructor(){super(...arguments),this[Xi]=new Map,this[Qi]=new Map,this[tn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[rn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[rn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[rn].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Ji(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[rn].delete(o)}setupStore(t,o){this[rn].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[rn].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[en].has(t.store):this[en].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[en].set(t,o.subscribe((()=>this.updateFromStores()))),Ji(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[on].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[en].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[on].forEach((t=>t())),this[on]=[]}unsubscribeFromStore(t){this[en].has(t)&&this[en].get(t)(),this[en].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function an(t){for(var o=arguments.length,e=Array(o>1?o-1:0),r=1;r<o;r++)e[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(e.length?" "+e.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ln(t){return!!t&&!!t[Gn]}function cn(t){var o;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;var e=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return e===Object||"function"==typeof e&&Function.toString.call(e)===Vn}(t)||Array.isArray(t)||!!t[Tn]||!!(null===(o=t.constructor)||void 0===o?void 0:o[Tn])||hn(t)||yn(t))}function sn(t,o,e){void 0===e&&(e=!1),0===fn(t)?(e?Object.keys:qn)(t).forEach((function(r){e&&"symbol"==typeof r||o(r,t[r],t)})):t.forEach((function(e,r){return o(r,e,t)}))}function fn(t){var o=t[Gn];return o?o.i>3?o.i-4:o.i:Array.isArray(t)?1:hn(t)?2:yn(t)?3:0}function pn(t,o){return 2===fn(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function dn(t,o,e){var r=fn(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function un(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function hn(t){return jn&&t instanceof Map}function yn(t){return Mn&&t instanceof Set}function gn(t){return t.o||t.t}function bn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var o=Yn(t);delete o[Gn];for(var e=qn(o),r=0;r<e.length;r++){var i=e[r],n=o[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(o[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),o)}function mn(t,o){return void 0===o&&(o=!1),On(t)||ln(t)||!cn(t)||(fn(t)>1&&(t.set=t.add=t.clear=t.delete=vn),Object.freeze(t),o&&sn(t,(function(t,o){return mn(o,!0)}),!0)),t}function vn(){an(2)}function On(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function xn(t){var o=Jn[t];return o||an(18,t),o}function Sn(){return Zn}function wn(t,o){o&&(xn("Patches"),t.u=[],t.s=[],t.v=o)}function Nn(t){Cn(t),t.p.forEach(Rn),t.p=null}function Cn(t){t===Zn&&(Zn=t.l)}function En(t){return Zn={p:[],l:Zn,h:t,m:!0,_:0}}function Rn(t){var o=t[Gn];0===o.i||1===o.i?o.j():o.g=!0}function In(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||xn("ES5").S(o,t,r),r?(e[Gn].P&&(Nn(o),an(4)),cn(t)&&(t=Ln(o,t),o.l||Wn(o,t)),o.u&&xn("Patches").M(e[Gn].t,t,o.u,o.s)):t=Ln(o,e,[]),Nn(o),o.u&&o.v(o.u,o.s),t!==Dn?t:void 0}function Ln(t,o,e){if(On(o))return o;var r=o[Gn];if(!r)return sn(o,(function(i,n){return kn(t,r,o,i,n,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return Wn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=bn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),sn(n,(function(o,n){return kn(t,r,i,o,n,e,a)})),Wn(t,i,!1),e&&t.u&&xn("Patches").N(r,e,t.u,t.s)}return r.o}function kn(t,o,e,r,i,n,a){if(ln(i)){var l=Ln(t,i,n&&o&&3!==o.i&&!pn(o.R,r)?n.concat(r):void 0);if(dn(e,r,l),!ln(l))return;t.m=!1}else a&&e.add(i);if(cn(i)&&!On(i)){if(!t.h.D&&t._<1)return;Ln(t,i),o&&o.A.l||Wn(t,i)}}function Wn(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&mn(o,e)}function Un(t,o){var e=t[Gn];return(e?gn(e):t)[o]}function $n(t,o){if(o in t)for(var e=Object.getPrototypeOf(t);e;){var r=Object.getOwnPropertyDescriptor(e,o);if(r)return r;e=Object.getPrototypeOf(e)}}function zn(t){t.P||(t.P=!0,t.l&&zn(t.l))}function Bn(t){t.o||(t.o=bn(t.t))}function Fn(t,o,e){var r=hn(o)?xn("MapSet").F(o,e):yn(o)?xn("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:Sn(),P:!1,I:!1,R:{},l:o,t,k:null,o:null,j:null,C:!1},i=r,n=Xn;e&&(i=[r],n=Qn);var a=Proxy.revocable(i,n),l=a.revoke,c=a.proxy;return r.k=c,r.j=l,c}(o,e):xn("ES5").J(o,e);return(e?e.A:Sn()).p.push(r),r}function An(t){return ln(t)||an(22,t),function t(o){if(!cn(o))return o;var e,r=o[Gn],i=fn(o);if(r){if(!r.P&&(r.i<4||!xn("ES5").K(r)))return r.t;r.I=!0,e=_n(o,i),r.I=!1}else e=_n(o,i);return sn(e,(function(o,i){r&&function(t,o){return 2===fn(t)?t.get(o):t[o]}(r.t,o)===i||dn(e,o,t(i))})),3===i?new Set(e):e}(t)}function _n(t,o){switch(o){case 2:return new Map(t);case 3:return Array.from(t)}return bn(t)}Xi=en,Qi=rn,tn=on,nn.reduxProperties=new Map,nn.reduxReactiveProperties=new Set,nn.reduxEventListeners=new Map;var Pn,Zn,Kn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),jn="undefined"!=typeof Map,Mn="undefined"!=typeof Set,Hn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Dn=Kn?Symbol.for("immer-nothing"):((Pn={})["immer-nothing"]=!0,Pn),Tn=Kn?Symbol.for("immer-draftable"):"__$immer_draftable",Gn=Kn?Symbol.for("immer-state"):"__$immer_state",Vn=""+Object.prototype.constructor,qn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Yn=Object.getOwnPropertyDescriptors||function(t){var o={};return qn(t).forEach((function(e){o[e]=Object.getOwnPropertyDescriptor(t,e)})),o},Jn={},Xn={get:function(t,o){if(o===Gn)return t;var e=gn(t);if(!pn(e,o))return function(t,o,e){var r,i=$n(o,e);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,e,o);var r=e[o];return t.I||!cn(r)?r:r===Un(t.t,o)?(Bn(t),t.o[o]=Fn(t.A.h,r,t)):r},has:function(t,o){return o in gn(t)},ownKeys:function(t){return Reflect.ownKeys(gn(t))},set:function(t,o,e){var r=$n(gn(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var i=Un(gn(t),o),n=null==i?void 0:i[Gn];if(n&&n.t===e)return t.o[o]=e,t.R[o]=!1,!0;if(un(e,i)&&(void 0!==e||pn(t.t,o)))return!0;Bn(t),zn(t)}return t.o[o]===e&&(void 0!==e||o in t.o)||Number.isNaN(e)&&Number.isNaN(t.o[o])||(t.o[o]=e,t.R[o]=!0),!0},deleteProperty:function(t,o){return void 0!==Un(t.t,o)||o in t.t?(t.R[o]=!1,Bn(t),zn(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=gn(t),r=Reflect.getOwnPropertyDescriptor(e,o);return r?{writable:!0,configurable:1!==t.i||"length"!==o,enumerable:r.enumerable,value:e[o]}:r},defineProperty:function(){an(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){an(12)}},Qn={};sn(Xn,(function(t,o){Qn[t]=function(){return arguments[0]=arguments[0][0],o.apply(this,arguments)}})),Qn.deleteProperty=function(t,o){return Qn.set.call(this,t,o,void 0)},Qn.set=function(t,o,e){return Xn.set.call(this,t[0],o,e,t[0])};var ta=function(){function t(t){var o=this;this.O=Hn,this.D=!0,this.produce=function(t,e,r){if("function"==typeof t&&"function"!=typeof e){var i=e;e=t;var n=o;return function(t){var o=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),l=1;l<r;l++)a[l-1]=arguments[l];return n.produce(t,(function(t){var r;return(r=e).call.apply(r,[o,t].concat(a))}))}}var a;if("function"!=typeof e&&an(6),void 0!==r&&"function"!=typeof r&&an(7),cn(t)){var l=En(o),c=Fn(o,t,void 0),s=!0;try{a=e(c),s=!1}finally{s?Nn(l):Cn(l)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return wn(l,r),In(t,l)}),(function(t){throw Nn(l),t})):(wn(l,r),In(a,l))}if(!t||"object"!=typeof t){if(void 0===(a=e(t))&&(a=t),a===Dn&&(a=void 0),o.D&&mn(a,!0),r){var f=[],p=[];xn("Patches").M(t,a,f,p),r(f,p)}return a}an(21,t)},this.produceWithPatches=function(t,e){if("function"==typeof t)return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return o.produceWithPatches(e,(function(o){return t.apply(void 0,[o].concat(i))}))};var r,i,n=o.produce(t,e,(function(t,o){r=t,i=o}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var o=t.prototype;return o.createDraft=function(t){cn(t)||an(8),ln(t)&&(t=An(t));var o=En(this),e=Fn(this,t,void 0);return e[Gn].C=!0,Cn(o),e},o.finishDraft=function(t,o){var e=(t&&t[Gn]).A;return wn(e,o),In(void 0,e)},o.setAutoFreeze=function(t){this.D=t},o.setUseProxies=function(t){t&&!Hn&&an(20),this.O=t},o.applyPatches=function(t,o){var e;for(e=o.length-1;e>=0;e--){var r=o[e];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}e>-1&&(o=o.slice(e+1));var i=xn("Patches").$;return ln(t)?i(t,o):this.produce(t,(function(t){return i(t,o)}))},t}(),oa=new ta,ea=oa.produce;function ra(t){return ra="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ra(t)}function ia(t){var o=function(t,o){if("object"!==ra(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,o||"default");if("object"!==ra(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"===ra(o)?o:String(o)}function na(t,o,e){return(o=ia(o))in t?Object.defineProperty(t,o,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[o]=e,t}function aa(t,o){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);o&&(r=r.filter((function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable}))),e.push.apply(e,r)}return e}function la(t){for(var o=1;o<arguments.length;o++){var e=null!=arguments[o]?arguments[o]:{};o%2?aa(Object(e),!0).forEach((function(o){na(t,o,e[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):aa(Object(e)).forEach((function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))}))}return t}function ca(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. "}oa.produceWithPatches.bind(oa),oa.setAutoFreeze.bind(oa),oa.setUseProxies.bind(oa),oa.applyPatches.bind(oa),oa.createDraft.bind(oa),oa.finishDraft.bind(oa);var sa="function"==typeof Symbol&&Symbol.observable||"@@observable",fa=function(){return Math.random().toString(36).substring(7).split("").join(".")},pa={INIT:"@@redux/INIT"+fa(),REPLACE:"@@redux/REPLACE"+fa(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+fa()}};function da(t,o,e){var r;if("function"==typeof o&&"function"==typeof e||"function"==typeof e&&"function"==typeof arguments[3])throw new Error(ca(0));if("function"==typeof o&&void 0===e&&(e=o,o=void 0),void 0!==e){if("function"!=typeof e)throw new Error(ca(1));return e(da)(t,o)}if("function"!=typeof t)throw new Error(ca(2));var i=t,n=o,a=[],l=a,c=!1;function s(){l===a&&(l=a.slice())}function f(){if(c)throw new Error(ca(3));return n}function p(t){if("function"!=typeof t)throw new Error(ca(4));if(c)throw new Error(ca(5));var o=!0;return s(),l.push(t),function(){if(o){if(c)throw new Error(ca(6));o=!1,s();var e=l.indexOf(t);l.splice(e,1),a=null}}}function d(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var o=t;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(t)===o}(t))throw new Error(ca(7));if(void 0===t.type)throw new Error(ca(8));if(c)throw new Error(ca(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var o=a=l,e=0;e<o.length;e++){(0,o[e])()}return t}return d({type:pa.INIT}),(r={dispatch:d,subscribe:p,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ca(10));i=t,d({type:pa.REPLACE})}})[sa]=function(){var t,o=p;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ca(11));function e(){t.next&&t.next(f())}return e(),{unsubscribe:o(e)}}})[sa]=function(){return this},t},r}function ua(t){for(var o=Object.keys(t),e={},r=0;r<o.length;r++){var i=o[r];"function"==typeof t[i]&&(e[i]=t[i])}var n,a=Object.keys(e);try{!function(t){Object.keys(t).forEach((function(o){var e=t[o];if(void 0===e(void 0,{type:pa.INIT}))throw new Error(ca(12));if(void 0===e(void 0,{type:pa.PROBE_UNKNOWN_ACTION()}))throw new Error(ca(13))}))}(e)}catch(t){n=t}return function(t,o){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},l=0;l<a.length;l++){var c=a[l],s=e[c],f=t[c],p=s(f,o);if(void 0===p)throw o&&o.type,new Error(ca(14));i[c]=p,r=r||p!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function ha(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return 0===o.length?function(t){return t}:1===o.length?o[0]:o.reduce((function(t,o){return function(){return t(o.apply(void 0,arguments))}}))}function ya(){for(var t=arguments.length,o=new Array(t),e=0;e<t;e++)o[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),r=function(){throw new Error(ca(15))},i={getState:e.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=o.map((function(t){return t(i)}));return r=ha.apply(void 0,n)(e.dispatch),la(la({},e),{},{dispatch:r})}}}function ga(t){return function(o){var e=o.dispatch,r=o.getState;return function(o){return function(i){return"function"==typeof i?i(e,r,t):o(i)}}}}var ba=ga();ba.withExtraArgument=ga;var ma,va=ba,Oa=(ma=function(t,o){return ma=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&(t[e]=o[e])},ma(t,o)},function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}ma(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}),xa=function(t,o){var e,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function l(n){return function(l){return function(n){if(e)throw new TypeError("Generator is already executing.");for(;a;)try{if(e=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=o.call(t,a)}catch(t){n=[6,t],r=0}finally{e=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,l])}}},Sa=function(t,o){for(var e=0,r=o.length,i=t.length;e<r;e++,i++)t[i]=o[e];return t},wa=Object.defineProperty,Na=Object.defineProperties,Ca=Object.getOwnPropertyDescriptors,Ea=Object.getOwnPropertySymbols,Ra=Object.prototype.hasOwnProperty,Ia=Object.prototype.propertyIsEnumerable,La=function(t,o,e){return o in t?wa(t,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[o]=e},ka=function(t,o){for(var e in o||(o={}))Ra.call(o,e)&&La(t,e,o[e]);if(Ea)for(var r=0,i=Ea(o);r<i.length;r++){e=i[r];Ia.call(o,e)&&La(t,e,o[e])}return t},Wa=function(t,o){return Na(t,Ca(o))},Ua="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?ha:ha.apply(null,arguments)};var $a=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return Oa(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,Sa([void 0],t[0].concat(this)))):new(o.bind.apply(o,Sa([void 0],t.concat(this))))},o}(Array),za=function(t){function o(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.apply(this,e)||this;return Object.setPrototypeOf(i,o.prototype),i}return Oa(o,t),Object.defineProperty(o,Symbol.species,{get:function(){return o},enumerable:!1,configurable:!0}),o.prototype.concat=function(){for(var o=[],e=0;e<arguments.length;e++)o[e]=arguments[e];return t.prototype.concat.apply(this,o)},o.prototype.prepend=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return 1===t.length&&Array.isArray(t[0])?new(o.bind.apply(o,Sa([void 0],t[0].concat(this)))):new(o.bind.apply(o,Sa([void 0],t.concat(this))))},o}(Array);function Ba(t){return cn(t)?ea(t,(function(){})):t}function Fa(){return function(t){return function(t){void 0===t&&(t={});var o=t.thunk,e=void 0===o||o;t.immutableCheck,t.serializableCheck;var r=new $a;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(va.withExtraArgument(e.extraArgument)):r.push(va));return r}(t)}}function Aa(t){var o,e=Fa(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,l=void 0===a?e():a,c=r.devTools,s=void 0===c||c,f=r.preloadedState,p=void 0===f?void 0:f,d=r.enhancers,u=void 0===d?void 0:d;if("function"==typeof n)o=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var o=Object.getPrototypeOf(t);if(null===o)return!0;for(var e=o;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return o===e}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');o=ua(n)}var h=l;"function"==typeof h&&(h=h(e));var y=ya.apply(void 0,h),g=ha;s&&(g=Ua(ka({trace:!1},"object"==typeof s&&s)));var b=new za(y),m=b;return Array.isArray(u)?m=Sa([y],u):"function"==typeof u&&(m=u(b)),da(o,p,g.apply(void 0,m))}function _a(t,o){function e(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(o){var i=o.apply(void 0,e);if(!i)throw new Error("prepareAction did not return an object");return ka(ka({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:e[0]}}return e.toString=function(){return""+t},e.type=t,e.match=function(o){return o.type===t},e}function Pa(t){var o,e={},r=[],i={addCase:function(t,o){var r="string"==typeof t?t:t.type;if(r in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[r]=o,i},addMatcher:function(t,o){return r.push({matcher:t,reducer:o}),i},addDefaultCase:function(t){return o=t,i}};return t(i),[e,r,o]}function Za(t){var o=t.name;if(!o)throw new Error("`name` is a required option for createSlice");var e,r="function"==typeof t.initialState?t.initialState:Ba(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},l={},c={};function s(){var o="function"==typeof t.extraReducers?Pa(t.extraReducers):[t.extraReducers],e=o[0],i=void 0===e?{}:e,n=o[1],a=void 0===n?[]:n,c=o[2],s=void 0===c?void 0:c,f=ka(ka({},i),l);return function(t,o,e,r){void 0===e&&(e=[]);var i,n="function"==typeof o?Pa(o):[o,e,r],a=n[0],l=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ba(t())};else{var s=Ba(t);i=function(){return s}}function f(t,o){void 0===t&&(t=i());var e=Sa([a[o.type]],l.filter((function(t){return(0,t.matcher)(o)})).map((function(t){return t.reducer})));return 0===e.filter((function(t){return!!t})).length&&(e=[c]),e.reduce((function(t,e){if(e){var r;if(ln(t))return void 0===(r=e(t,o))?t:r;if(cn(t))return ea(t,(function(t){return e(t,o)}));if(void 0===(r=e(t,o))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var o in f)t.addCase(o,f[o]);for(var e=0,r=a;e<r.length;e++){var i=r[e];t.addMatcher(i.matcher,i.reducer)}s&&t.addDefaultCase(s)}))}return n.forEach((function(t){var e,r,n=i[t],s=o+"/"+t;"reducer"in n?(e=n.reducer,r=n.prepare):e=n,a[t]=e,l[s]=e,c[t]=r?_a(s,r):_a(s)})),{name:o,reducer:function(t,o){return e||(e=s()),e(t,o)},actions:c,caseReducers:a,getInitialState:function(){return e||(e=s()),e.getInitialState()}}}var Ka=["name","message","stack","code"],ja=function(t,o){this.payload=t,this.meta=o},Ma=function(t,o){this.payload=t,this.meta=o},Ha=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=Ka;e<r.length;e++){var i=r[e];"string"==typeof t[i]&&(o[i]=t[i])}return o}return{message:String(t)}};function Da(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,o,e){var r=_a(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:Wa(ka({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),i=_a(t+"/pending",(function(t,o,e){return{payload:void 0,meta:Wa(ka({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),n=_a(t+"/rejected",(function(t,o,r,i,n){return{payload:i,error:(e&&e.serializeError||Ha)(t||"Rejected"),meta:Wa(ka({},n||{}),{arg:r,requestId:o,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(l,c,s){var f,p=(null==e?void 0:e.idGenerator)?e.idGenerator(t):function(t){void 0===t&&(t=21);for(var o="",e=t;e--;)o+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return o}(),d=new a;function u(t){f=t,d.abort()}var h=function(){return a=this,h=null,y=function(){var a,h,y,g,b,m;return xa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:s}),null===(O=g)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||d.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,o){return d.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),l(i(p,t,null==(h=null==e?void 0:e.getPendingMeta)?void 0:h.call(e,{requestId:p,arg:t},{getState:c,extra:s}))),[4,Promise.race([b,Promise.resolve(o(t,{dispatch:l,getState:c,extra:s,requestId:p,signal:d.signal,abort:u,rejectWithValue:function(t,o){return new ja(t,o)},fulfillWithValue:function(t,o){return new Ma(t,o)}})).then((function(o){if(o instanceof ja)throw o;return o instanceof Ma?r(o.payload,p,t,o.meta):r(o,p,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof ja?n(null,p,t,m.payload,m.meta):n(m,p,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&n.match(y)&&y.meta.condition||l(y),[2,y]}var O}))},new Promise((function(t,o){var e=function(t){try{i(y.next(t))}catch(t){o(t)}},r=function(t){try{i(y.throw(t))}catch(t){o(t)}},i=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};i((y=y.apply(a,h)).next())}));var a,h,y}();return Object.assign(h,{abort:u,requestId:p,arg:t,unwrap:function(){return h.then(Da)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ta="listenerMiddleware";_a(Ta+"/add"),_a(Ta+"/removeAll"),_a(Ta+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,o){var e=i[t];return e?e.enumerable=o:i[t]=e={configurable:!0,enumerable:o,get:function(){var o=this[Gn];return Xn.get(o,t)},set:function(o){var e=this[Gn];Xn.set(e,t,o)}},e}function o(t){for(var o=t.length-1;o>=0;o--){var i=t[o][Gn];if(!i.P)switch(i.i){case 5:r(i)&&zn(i);break;case 4:e(i)&&zn(i)}}}function e(t){for(var o=t.t,e=t.k,r=qn(e),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Gn){var a=o[n];if(void 0===a&&!pn(o,n))return!0;var l=e[n],c=l&&l[Gn];if(c?c.t!==a:!un(l,a))return!0}}var s=!!o[Gn];return r.length!==qn(o).length+(s?0:1)}function r(t){var o=t.k;if(o.length!==t.t.length)return!0;var e=Object.getOwnPropertyDescriptor(o,o.length-1);if(e&&!e.get)return!0;for(var r=0;r<o.length;r++)if(!o.hasOwnProperty(r))return!0;return!1}var i={};!function(t,o){Jn[t]||(Jn[t]=o)}("ES5",{J:function(o,e){var r=Array.isArray(o),i=function(o,e){if(o){for(var r=Array(e.length),i=0;i<e.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=Yn(e);delete n[Gn];for(var a=qn(n),l=0;l<a.length;l++){var c=a[l];n[c]=t(c,o||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(e),n)}(r,o),n={i:r?5:4,A:e?e.A:Sn(),P:!1,I:!1,R:{},l:e,t:o,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Gn,{value:n,writable:!0}),i},S:function(t,e,i){i?ln(e)&&e[Gn].A===t&&o(t.p):(t.u&&function t(o){if(o&&"object"==typeof o){var e=o[Gn];if(e){var i=e.t,n=e.k,a=e.R,l=e.i;if(4===l)sn(n,(function(o){o!==Gn&&(void 0!==i[o]||pn(i,o)?a[o]||t(n[o]):(a[o]=!0,zn(e)))})),sn(i,(function(t){void 0!==n[t]||pn(n,t)||(a[t]=!1,zn(e))}));else if(5===l){if(r(e)&&(zn(e),a.length=!0),n.length<i.length)for(var c=n.length;c<i.length;c++)a[c]=!1;else for(var s=i.length;s<n.length;s++)a[s]=!0;for(var f=Math.min(n.length,i.length),p=0;p<f;p++)n.hasOwnProperty(p)||(a[p]=!0),void 0===a[p]&&t(n[p])}}}}(t.p[0]),o(t.p))},K:function(t){return 4===t.i?e(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Ga{static get(t){var o;const e="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[e];if(Ji(i))return i;if(null==r)return;const n=Za({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=Aa({reducer:(t,o)=>"CLEAR_FT_REDUX_STORE"===o.type?n.getInitialState():"string"==typeof o.type&&o.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...o.overwrites}:n.reducer(t,o)});return window.ftReduxStores[r.name]=new Ga(n,a)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Yi,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,o,e)=>{const r=o,i=t[r];return i?(...t)=>{const o=i(...t);return this.reduxStore.dispatch(o),o}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var Va=Object.freeze({__proto__:null,FtCommandQueue:Yi,FtLitElementRedux:nn,FtReduxStore:Ga,clearAllStores:function(){var t;for(let o of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))Ji(o)&&o.clear()},isFtReduxStore:Ji,redux:t=>{const o=null!=t?t:{};return(t,e)=>{var r;const i={hasChanged:(t,o)=>!se(t,o),attribute:!1,...o};wo(i)(t,e);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}},reduxEventListener:t=>(o,e)=>{const r=o.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(e,t)},reduxReactive:()=>(t,o)=>{var e;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(e=r.reduxReactiveProperties)||void 0===e||e.add(o)}});var qa=Object.freeze({__proto__:null,serializeRequest:function(t,o){var e,r,i,n;const a=new URLSearchParams({"content-lang":null!==(e=o.contentLocale)&&void 0!==e?e:"all"});if((null===(r=o.query)||void 0===r?void 0:r.length)>0&&a.append("query",o.query),o.scope&&"DEFAULT"!==o.scope&&a.append("scope",o.scope.toLowerCase()),o.virtualField&&a.append("virtual-field",o.virtualField.toLowerCase()),o.periodFilter){let t=o.periodFilter.period;const e=t?`_${t.from}_${t.to}`:"";a.append("period",o.periodFilter.periodType.toLowerCase()+e)}if((null===(i=o.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===o.sort[0].key&&a.append("sort","last_update"),(null===(n=o.filters)||void 0===n?void 0:n.length)>0){const t=o.filters.map((t=>{const o=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${o}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const Ya=Symbol("elementInternals");var Ja,Xa,Qa,tl,ol=Object.freeze({__proto__:null,toFtFormComponent:function(t,o){return class extends t{static get formAssociated(){return!0}get form(){return this[Ya].form}constructor(...t){super(t),this[Ya]=this.attachInternals(),this[Ya].role=o}setFormValue(t){this[Ya].setFormValue(t)}}}});const el=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Qa=null===(Xa=null===(Ja=window.safari)||void 0===Ja?void 0:Ja.pushNotification)||void 0===Xa?void 0:Xa.toString())&&void 0!==Qa?Qa:""),rl="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(tl=window.ftGlobals)&&void 0!==tl?tl:{lit:Oo,litDecorators:Io,litRepeat:Ko,litClassMap:Mo,litStyleMap:Go,litUnsafeHTML:Yo,wcUtils:{...oe,...te,...re,...ne,...he,...vr,...wr,...Ci,...br,...Fi,...Ai,...fe,...Mi,...Gi,...Vi,...qi,...Va,...ki,...qa,...ol,isSafari:el,isTouchScreen:rl}};const il=ge.extend("--ft-ripple-color","",mr.colorContent),nl={color:il,backgroundColor:ge.extend("--ft-ripple-background-color","",il),opacityContentOnSurfacePressed:ge.external(mr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:ge.external(mr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:ge.external(mr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:ge.external(mr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:ge.create("--ft-ripple-border-radius","","SIZE","0px")},al=ge.extend("--ft-ripple-color","",mr.colorPrimary),ll=al,cl=ge.extend("--ft-ripple-background-color","",al),sl=ge.extend("--ft-ripple-color","",mr.colorSecondary),fl=sl,pl=ge.extend("--ft-ripple-background-color","",sl),dl=dt`
42
+ `;var ma={};var dn={};L(dn,{ParametrizedLabelResolver:()=>ln});var ln=class{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var n,i;e=this.resolvePluralKey(e,r);let a=(i=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&i!==void 0?i:"";return r.forEach((s,l)=>a=a.replace(new RegExp(`\\{${l}([^}]*)\\}`,"g"),(c,f)=>this.formatValue(s,f))),a}resolvePluralKey(e,r){for(let n of r)if(typeof n=="number"){let i=`${String(e)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return e}formatValue(e,r){return e instanceof Date?this.formatDate(e,r):e??""}formatDate(e,r){let n=i=>r?.includes("date")?e.toLocaleDateString(i):r?.includes("time")?e.toLocaleTimeString(i):e.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var Fn={};L(Fn,{FtCommandQueue:()=>jt,FtLitElementRedux:()=>it,FtReduxStore:()=>Wn,clearAllStores:()=>Zl,isFtReduxStore:()=>Ze,redux:()=>ll,reduxEventListener:()=>dl,reduxReactive:()=>cl});var cl=()=>(o,e)=>{var r;let n=o.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(e)},ll=o=>{let e=o??{};return(r,n)=>{var i;let a={hasChanged:(l,c)=>!Oe(l,c),attribute:!1,...e};k(a)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:l=>l[n],store:e.store})}},dl=o=>(e,r)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,o)};var jt=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};function Ze(o){var e;return(e=o?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ga,ya,ba,Ar=Symbol("internalReduxEventsUnsubscribers"),Ee=Symbol("internalStoresUnsubscribers"),Ge=Symbol("internalStores"),it=class extends K{constructor(){super(...arguments),this[ga]=new Map,this[ya]=new Map,this[ba]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[Ge].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ge].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[Ge].get(e)}addStore(e,r){var n;r=(n=r??(Ze(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[Ge].delete(r)}setupStore(e,r){this[Ge].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Ge].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[Ee].has(e.store):this[Ee].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[Ee].set(e,r.subscribe(()=>this.updateFromStores())),Ze(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=l=>this[a](l);r.eventBus.addEventListener(i.eventName,s),this[Ar].push(()=>r.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[Ee].forEach((e,r)=>this.unsubscribeFromStore(r)),this[Ar].forEach(e=>e()),this[Ar]=[]}unsubscribeFromStore(e){this[Ee].has(e)&&this[Ee].get(e)(),this[Ee].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};ga=Ee,ya=Ge,ba=Ar;it.reduxProperties=new Map;it.reduxReactiveProperties=new Set;it.reduxEventListeners=new Map;function Y(o){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+o+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ue(o){return!!o&&!!o[W]}function Q(o){var e;return!!o&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===bl}(o)||Array.isArray(o)||!!o[Ea]||!!(!((e=o.constructor)===null||e===void 0)&&e[Ea])||xn(o)||vn(o))}function qe(o,e,r){r===void 0&&(r=!1),ct(o)===0?(r?Object.keys:st)(o).forEach(function(n){r&&typeof n=="symbol"||e(n,o[n],o)}):o.forEach(function(n,i){return e(i,n,o)})}function ct(o){var e=o[W];return e?e.i>3?e.i-4:e.i:Array.isArray(o)?1:xn(o)?2:vn(o)?3:0}function at(o,e){return ct(o)===2?o.has(e):Object.prototype.hasOwnProperty.call(o,e)}function fl(o,e){return ct(o)===2?o.get(e):o[e]}function Na(o,e,r){var n=ct(o);n===2?o.set(e,r):n===3?o.add(r):o[e]=r}function Aa(o,e){return o===e?o!==0||1/o==1/e:o!=o&&e!=e}function xn(o){return gl&&o instanceof Map}function vn(o){return yl&&o instanceof Set}function Ne(o){return o.o||o.t}function Sn(o){if(Array.isArray(o))return Array.prototype.slice.call(o);var e=Pa(o);delete e[W];for(var r=st(e),n=0;n<r.length;n++){var i=r[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:o[i]})}return Object.create(Object.getPrototypeOf(o),e)}function On(o,e){return e===void 0&&(e=!1),wn(o)||ue(o)||!Q(o)||(ct(o)>1&&(o.set=o.add=o.clear=o.delete=pl),Object.freeze(o),e&&qe(o,function(r,n){return On(n,!0)},!0)),o}function pl(){Y(2)}function wn(o){return o==null||typeof o!="object"||Object.isFrozen(o)}function oe(o){var e=bn[o];return e||Y(18,o),e}function ul(o,e){bn[o]||(bn[o]=e)}function mn(){return Vt}function fn(o,e){e&&(oe("Patches"),o.u=[],o.s=[],o.v=e)}function Rr(o){gn(o),o.p.forEach(hl),o.p=null}function gn(o){o===Vt&&(Vt=o.l)}function xa(o){return Vt={p:[],l:Vt,h:o,m:!0,_:0}}function hl(o){var e=o[W];e.i===0||e.i===1?e.j():e.g=!0}function pn(o,e){e._=e.p.length;var r=e.p[0],n=o!==void 0&&o!==r;return e.h.O||oe("ES5").S(e,o,n),n?(r[W].P&&(Rr(e),Y(4)),Q(o)&&(o=$r(e,o),e.l||Pr(e,o)),e.u&&oe("Patches").M(r[W].t,o,e.u,e.s)):o=$r(e,r,[]),Rr(e),e.u&&e.v(e.u,e.s),o!==$a?o:void 0}function $r(o,e,r){if(wn(e))return e;var n=e[W];if(!n)return qe(e,function(l,c){return va(o,n,e,l,c,r)},!0),e;if(n.A!==o)return e;if(!n.P)return Pr(o,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Sn(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),qe(a,function(l,c){return va(o,n,i,l,c,r,s)}),Pr(o,i,!1),r&&o.u&&oe("Patches").N(n,r,o.u,o.s)}return n.o}function va(o,e,r,n,i,a,s){if(ue(i)){var l=$r(o,i,a&&e&&e.i!==3&&!at(e.R,n)?a.concat(n):void 0);if(Na(r,n,l),!ue(l))return;o.m=!1}else s&&r.add(i);if(Q(i)&&!wn(i)){if(!o.h.D&&o._<1)return;$r(o,i),e&&e.A.l||Pr(o,i)}}function Pr(o,e,r){r===void 0&&(r=!1),!o.l&&o.h.D&&o.m&&On(e,r)}function un(o,e){var r=o[W];return(r?Ne(r):o)[e]}function Sa(o,e){if(e in o)for(var r=Object.getPrototypeOf(o);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function Ae(o){o.P||(o.P=!0,o.l&&Ae(o.l))}function hn(o){o.o||(o.o=Sn(o.t))}function yn(o,e,r){var n=xn(e)?oe("MapSet").F(e,r):vn(e)?oe("MapSet").T(e,r):o.O?function(i,a){var s=Array.isArray(i),l={i:s?1:0,A:a?a.A:mn(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},c=l,f=Zt;s&&(c=[l],f=Kt);var h=Proxy.revocable(c,f),u=h.revoke,m=h.proxy;return l.k=m,l.j=u,m}(e,r):oe("ES5").J(e,r);return(r?r.A:mn()).p.push(n),n}function ml(o){return ue(o)||Y(22,o),function e(r){if(!Q(r))return r;var n,i=r[W],a=ct(r);if(i){if(!i.P&&(i.i<4||!oe("ES5").K(i)))return i.t;i.I=!0,n=Oa(r,a),i.I=!1}else n=Oa(r,a);return qe(n,function(s,l){i&&fl(i.t,s)===l||Na(n,s,e(l))}),a===3?new Set(n):n}(o)}function Oa(o,e){switch(e){case 2:return new Map(o);case 3:return Array.from(o)}return Sn(o)}function Ra(){function o(s,l){var c=a[s];return c?c.enumerable=l:a[s]=c={configurable:!0,enumerable:l,get:function(){var f=this[W];return Zt.get(f,s)},set:function(f){var h=this[W];Zt.set(h,s,f)}},c}function e(s){for(var l=s.length-1;l>=0;l--){var c=s[l][W];if(!c.P)switch(c.i){case 5:n(c)&&Ae(c);break;case 4:r(c)&&Ae(c)}}}function r(s){for(var l=s.t,c=s.k,f=st(c),h=f.length-1;h>=0;h--){var u=f[h];if(u!==W){var m=l[u];if(m===void 0&&!at(l,u))return!0;var g=c[u],y=g&&g[W];if(y?y.t!==m:!Aa(g,m))return!0}}var v=!!l[W];return f.length!==st(l).length+(v?0:1)}function n(s){var l=s.k;if(l.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(l,l.length-1);if(c&&!c.get)return!0;for(var f=0;f<l.length;f++)if(!l.hasOwnProperty(f))return!0;return!1}function i(s){s.g&&Y(3,JSON.stringify(Ne(s)))}var a={};ul("ES5",{J:function(s,l){var c=Array.isArray(s),f=function(u,m){if(u){for(var g=Array(m.length),y=0;y<m.length;y++)Object.defineProperty(g,""+y,o(y,!0));return g}var v=Pa(m);delete v[W];for(var O=st(v),w=0;w<O.length;w++){var C=O[w];v[C]=o(C,u||!!v[C].enumerable)}return Object.create(Object.getPrototypeOf(m),v)}(c,s),h={i:c?5:4,A:l?l.A:mn(),P:!1,I:!1,R:{},l,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,W,{value:h,writable:!0}),f},S:function(s,l,c){c?ue(l)&&l[W].A===s&&e(s.p):(s.u&&function f(h){if(h&&typeof h=="object"){var u=h[W];if(u){var m=u.t,g=u.k,y=u.R,v=u.i;if(v===4)qe(g,function(b){b!==W&&(m[b]!==void 0||at(m,b)?y[b]||f(g[b]):(y[b]=!0,Ae(u)))}),qe(m,function(b){g[b]!==void 0||at(g,b)||(y[b]=!1,Ae(u))});else if(v===5){if(n(u)&&(Ae(u),y.length=!0),g.length<m.length)for(var O=g.length;O<m.length;O++)y[O]=!1;else for(var w=m.length;w<g.length;w++)y[w]=!0;for(var C=Math.min(g.length,m.length),x=0;x<C;x++)g.hasOwnProperty(x)||(y[x]=!0),y[x]===void 0&&f(g[x])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var wa,Vt,Cn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",gl=typeof Map<"u",yl=typeof Set<"u",Ca=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",$a=Cn?Symbol.for("immer-nothing"):((wa={})["immer-nothing"]=!0,wa),Ea=Cn?Symbol.for("immer-draftable"):"__$immer_draftable",W=Cn?Symbol.for("immer-state"):"__$immer_state";var bl=""+Object.prototype.constructor,st=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(o){return Object.getOwnPropertyNames(o).concat(Object.getOwnPropertySymbols(o))}:Object.getOwnPropertyNames,Pa=Object.getOwnPropertyDescriptors||function(o){var e={};return st(o).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(o,r)}),e},bn={},Zt={get:function(o,e){if(e===W)return o;var r=Ne(o);if(!at(r,e))return function(i,a,s){var l,c=Sa(a,s);return c?"value"in c?c.value:(l=c.get)===null||l===void 0?void 0:l.call(i.k):void 0}(o,r,e);var n=r[e];return o.I||!Q(n)?n:n===un(o.t,e)?(hn(o),o.o[e]=yn(o.A.h,n,o)):n},has:function(o,e){return e in Ne(o)},ownKeys:function(o){return Reflect.ownKeys(Ne(o))},set:function(o,e,r){var n=Sa(Ne(o),e);if(n?.set)return n.set.call(o.k,r),!0;if(!o.P){var i=un(Ne(o),e),a=i?.[W];if(a&&a.t===r)return o.o[e]=r,o.R[e]=!1,!0;if(Aa(r,i)&&(r!==void 0||at(o.t,e)))return!0;hn(o),Ae(o)}return o.o[e]===r&&(r!==void 0||e in o.o)||Number.isNaN(r)&&Number.isNaN(o.o[e])||(o.o[e]=r,o.R[e]=!0),!0},deleteProperty:function(o,e){return un(o.t,e)!==void 0||e in o.t?(o.R[e]=!1,hn(o),Ae(o)):delete o.R[e],o.o&&delete o.o[e],!0},getOwnPropertyDescriptor:function(o,e){var r=Ne(o),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:o.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){Y(11)},getPrototypeOf:function(o){return Object.getPrototypeOf(o.t)},setPrototypeOf:function(){Y(12)}},Kt={};qe(Zt,function(o,e){Kt[o]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Kt.deleteProperty=function(o,e){return Kt.set.call(this,o,e,void 0)},Kt.set=function(o,e,r){return Zt.set.call(this,o[0],e,r,o[0])};var xl=function(){function o(r){var n=this;this.O=Ca,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var l=a;a=i;var c=n;return function(v){var O=this;v===void 0&&(v=l);for(var w=arguments.length,C=Array(w>1?w-1:0),x=1;x<w;x++)C[x-1]=arguments[x];return c.produce(v,function(b){var S;return(S=a).call.apply(S,[O,b].concat(C))})}}var f;if(typeof a!="function"&&Y(6),s!==void 0&&typeof s!="function"&&Y(7),Q(i)){var h=xa(n),u=yn(n,i,void 0),m=!0;try{f=a(u),m=!1}finally{m?Rr(h):gn(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(v){return fn(h,s),pn(v,h)},function(v){throw Rr(h),v}):(fn(h,s),pn(f,h))}if(!i||typeof i!="object"){if((f=a(i))===void 0&&(f=i),f===$a&&(f=void 0),n.D&&On(f,!0),s){var g=[],y=[];oe("Patches").M(i,f,g,y),s(g,y)}return f}Y(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(f){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(f,function(g){return i.apply(void 0,[g].concat(u))})};var s,l,c=n.produce(i,a,function(f,h){s=f,l=h});return typeof Promise<"u"&&c instanceof Promise?c.then(function(f){return[f,s,l]}):[c,s,l]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=o.prototype;return e.createDraft=function(r){Q(r)||Y(8),ue(r)&&(r=ml(r));var n=xa(this),i=yn(this,r,void 0);return i[W].C=!0,gn(n),i},e.finishDraft=function(r,n){var i=r&&r[W],a=i.A;return fn(a,n),pn(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Ca&&Y(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=oe("Patches").$;return ue(r)?s(r,n):this.produce(r,function(l){return s(l,n)})},o}(),q=new xl,vl=q.produce,jh=q.produceWithPatches.bind(q),Kh=q.setAutoFreeze.bind(q),Vh=q.setUseProxies.bind(q),Zh=q.applyPatches.bind(q),Gh=q.createDraft.bind(q),qh=q.finishDraft.bind(q),_r=vl;function Re(o){"@babel/helpers - typeof";return Re=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},Re(o)}function En(o,e){if(Re(o)!=="object"||o===null)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,e||"default");if(Re(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(o)}function Nn(o){var e=En(o,"string");return Re(e)==="symbol"?e:String(e)}function An(o,e,r){return e=Nn(e),e in o?Object.defineProperty(o,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[e]=r,o}function _a(o,e){var r=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(o,i).enumerable})),r.push.apply(r,n)}return r}function Ir(o){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?_a(Object(r),!0).forEach(function(n){An(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):_a(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function B(o){return"Minified Redux error #"+o+"; visit https://redux.js.org/Errors?code="+o+" for the full message or use the non-minified dev environment for full errors. "}var Ia=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Rn=function(){return Math.random().toString(36).substring(7).split("").join(".")},kr={INIT:"@@redux/INIT"+Rn(),REPLACE:"@@redux/REPLACE"+Rn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Rn()}};function Sl(o){if(typeof o!="object"||o===null)return!1;for(var e=o;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(o)===e}function $n(o,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(B(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(B(1));return r($n)(o,e)}if(typeof o!="function")throw new Error(B(2));var i=o,a=e,s=[],l=s,c=!1;function f(){l===s&&(l=s.slice())}function h(){if(c)throw new Error(B(3));return a}function u(v){if(typeof v!="function")throw new Error(B(4));if(c)throw new Error(B(5));var O=!0;return f(),l.push(v),function(){if(O){if(c)throw new Error(B(6));O=!1,f();var C=l.indexOf(v);l.splice(C,1),s=null}}}function m(v){if(!Sl(v))throw new Error(B(7));if(typeof v.type>"u")throw new Error(B(8));if(c)throw new Error(B(9));try{c=!0,a=i(a,v)}finally{c=!1}for(var O=s=l,w=0;w<O.length;w++){var C=O[w];C()}return v}function g(v){if(typeof v!="function")throw new Error(B(10));i=v,m({type:kr.REPLACE})}function y(){var v,O=u;return v={subscribe:function(C){if(typeof C!="object"||C===null)throw new Error(B(11));function x(){C.next&&C.next(h())}x();var b=O(x);return{unsubscribe:b}}},v[Ia]=function(){return this},v}return m({type:kr.INIT}),n={dispatch:m,subscribe:u,getState:h,replaceReducer:g},n[Ia]=y,n}function Ol(o){Object.keys(o).forEach(function(e){var r=o[e],n=r(void 0,{type:kr.INIT});if(typeof n>"u")throw new Error(B(12));if(typeof r(void 0,{type:kr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(B(13))})}function ka(o){for(var e=Object.keys(o),r={},n=0;n<e.length;n++){var i=e[n];typeof o[i]=="function"&&(r[i]=o[i])}var a=Object.keys(r),s,l;try{Ol(r)}catch(c){l=c}return function(f,h){if(f===void 0&&(f={}),l)throw l;if(0)var u;for(var m=!1,g={},y=0;y<a.length;y++){var v=a[y],O=r[v],w=f[v],C=O(w,h);if(typeof C>"u"){var x=h&&h.type;throw new Error(B(14))}g[v]=C,m=m||C!==w}return m=m||a.length!==Object.keys(f).length,m?g:f}}function lt(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];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 La(){for(var o=arguments.length,e=new Array(o),r=0;r<o;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(B(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},l=e.map(function(c){return c(s)});return a=lt.apply(void 0,l)(i.dispatch),Ir(Ir({},i),{},{dispatch:a})}}}function Ta(o){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(l){return typeof l=="function"?l(i,a,o):s(l)}}};return e}var Wa=Ta();Wa.withExtraArgument=Ta;var Pn=Wa;var za=function(){var o=function(e,r){return o=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])},o(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");o(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),wl=function(o,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(f){return function(h){return c([f,h])}}function c(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=f[0]&2?i.return:f[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;switch(i=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,i=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){r.label=f[1];break}if(f[0]===6&&r.label<a[1]){r.label=a[1],a=f;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(f);break}a[2]&&r.ops.pop(),r.trys.pop();continue}f=e.call(o,r)}catch(h){f=[6,h],i=0}finally{n=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},dt=function(o,e){for(var r=0,n=e.length,i=o.length;r<n;r++,i++)o[i]=e[r];return o},Cl=Object.defineProperty,El=Object.defineProperties,Nl=Object.getOwnPropertyDescriptors,Fa=Object.getOwnPropertySymbols,Al=Object.prototype.hasOwnProperty,Rl=Object.prototype.propertyIsEnumerable,Ma=function(o,e,r){return e in o?Cl(o,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[e]=r},$e=function(o,e){for(var r in e||(e={}))Al.call(e,r)&&Ma(o,r,e[r]);if(Fa)for(var n=0,i=Fa(e);n<i.length;n++){var r=i[n];Rl.call(e,r)&&Ma(o,r,e[r])}return o},_n=function(o,e){return El(o,Nl(e))},$l=function(o,e,r){return new Promise(function(n,i){var a=function(c){try{l(r.next(c))}catch(f){i(f)}},s=function(c){try{l(r.throw(c))}catch(f){i(f)}},l=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(a,s)};l((r=r.apply(o,e)).next())})};var Pl=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?lt:lt.apply(null,arguments)},um=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(o){return o}};function _l(o){if(typeof o!="object"||o===null)return!1;var e=Object.getPrototypeOf(o);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Il=function(o){za(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,dt([void 0],r[0].concat(this)))):new(e.bind.apply(e,dt([void 0],r.concat(this))))},e}(Array),kl=function(o){za(e,o);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=o.apply(this,r)||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 r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return o.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,dt([void 0],r[0].concat(this)))):new(e.bind.apply(e,dt([void 0],r.concat(this))))},e}(Array);function Ln(o){return Q(o)?_r(o,function(){}):o}function Ll(o){return typeof o=="boolean"}function Tl(){return function(e){return Wl(e)}}function Wl(o){o===void 0&&(o={});var e=o.thunk,r=e===void 0?!0:e,n=o.immutableCheck,i=n===void 0?!0:n,a=o.serializableCheck,s=a===void 0?!0:a,l=new Il;if(r&&(Ll(r)?l.push(Pn):l.push(Pn.withExtraArgument(r.extraArgument))),0){if(i)var c;if(s)var f}return l}var In=!0;function Ba(o){var e=Tl(),r=o||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?e():a,l=r.devTools,c=l===void 0?!0:l,f=r.preloadedState,h=f===void 0?void 0:f,u=r.enhancers,m=u===void 0?void 0:u,g;if(typeof i=="function")g=i;else if(_l(i))g=ka(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=s;if(typeof y=="function"&&(y=y(e),!In&&!Array.isArray(y)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!In&&y.some(function(b){return typeof b!="function"}))throw new Error("each middleware provided to configureStore must be a function");var v=La.apply(void 0,y),O=lt;c&&(O=Pl($e({trace:!In},typeof c=="object"&&c)));var w=new kl(v),C=w;Array.isArray(m)?C=dt([v],m):typeof m=="function"&&(C=m(w));var x=O.apply(void 0,C);return $n(g,h,x)}function Pe(o,e){function r(){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 $e($e({type:o,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:o,payload:n[0]}}return r.toString=function(){return""+o},r.type=o,r.match=function(n){return n.type===o},r}function Ha(o){var e={},r=[],n,i={addCase:function(a,s){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]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return o(i),[e,r,n]}function Fl(o){return typeof o=="function"}function Ml(o,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?Ha(e):[e,r,n],a=i[0],s=i[1],l=i[2],c;if(Fl(o))c=function(){return Ln(o())};else{var f=Ln(o);c=function(){return f}}function h(u,m){u===void 0&&(u=c());var g=dt([a[m.type]],s.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,w=v(O,m);return w===void 0?y:w}else{if(Q(y))return _r(y,function(C){return v(C,m)});var w=v(y,m);if(w===void 0){if(y===null)return y;throw Error("A case reducer on a non-draftable value must not return undefined")}return w}return y},u)}return h.getInitialState=c,h}function Ul(o,e){return o+"/"+e}function ja(o){var e=o.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof o.initialState=="function"?o.initialState:Ln(o.initialState),n=o.reducers||{},i=Object.keys(n),a={},s={},l={};i.forEach(function(h){var u=n[h],m=Ul(e,h),g,y;"reducer"in u?(g=u.reducer,y=u.prepare):g=u,a[h]=g,s[m]=g,l[h]=y?Pe(m,y):Pe(m)});function c(){var h=typeof o.extraReducers=="function"?Ha(o.extraReducers):[o.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,w=$e($e({},m),s);return Ml(r,function(C){for(var x in w)C.addCase(x,w[x]);for(var b=0,S=y;b<S.length;b++){var A=S[b];C.addMatcher(A.matcher,A.reducer)}O&&C.addDefaultCase(O)})}var f;return{name:e,reducer:function(h,u){return f||(f=c()),f(h,u)},actions:l,caseReducers:a,getInitialState:function(){return f||(f=c()),f.getInitialState()}}}var Dl="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",zl=function(o){o===void 0&&(o=21);for(var e="",r=o;r--;)e+=Dl[Math.random()*64|0];return e},Bl=["name","message","stack","code"],kn=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),Ua=function(){function o(e,r){this.payload=e,this.meta=r}return o}(),Hl=function(o){if(typeof o=="object"&&o!==null){for(var e={},r=0,n=Bl;r<n.length;r++){var i=n[r];typeof o[i]=="string"&&(e[i]=o[i])}return e}return{message:String(o)}},ym=function(){function o(e,r,n){var i=Pe(e+"/fulfilled",function(h,u,m,g){return{payload:h,meta:_n($e({},g||{}),{arg:m,requestId:u,requestStatus:"fulfilled"})}}),a=Pe(e+"/pending",function(h,u,m){return{payload:void 0,meta:_n($e({},m||{}),{arg:u,requestId:h,requestStatus:"pending"})}}),s=Pe(e+"/rejected",function(h,u,m,g,y){return{payload:g,error:(n&&n.serializeError||Hl)(h||"Rejected"),meta:_n($e({},y||{}),{arg:m,requestId:u,rejectedWithValue:!!g,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,c=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function f(h){return function(u,m,g){var y=n?.idGenerator?n.idGenerator(h):zl(),v=new c,O,w=!1;function C(b){O=b,v.abort()}var x=function(){return $l(this,null,function(){var b,S,A,_,H,I,N;return wl(this,function(R){switch(R.label){case 0:return R.trys.push([0,4,,5]),_=(b=n?.condition)==null?void 0:b.call(n,h,{getState:m,extra:g}),Kl(_)?[4,_]:[3,2];case 1:_=R.sent(),R.label=2;case 2:if(_===!1||v.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return w=!0,H=new Promise(function(P,z){return v.signal.addEventListener("abort",function(){return z({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([H,Promise.resolve(r(h,{dispatch:u,getState:m,extra:g,requestId:y,signal:v.signal,abort:C,rejectWithValue:function(P,z){return new kn(P,z)},fulfillWithValue:function(P,z){return new Ua(P,z)}})).then(function(P){if(P instanceof kn)throw P;return P instanceof Ua?i(P.payload,y,h,P.meta):i(P,y,h)})])];case 3:return A=R.sent(),[3,5];case 4:return I=R.sent(),A=I instanceof kn?s(null,y,h,I.payload,I.meta):s(I,y,h),[3,5];case 5:return N=n&&!n.dispatchConditionRejection&&s.match(A)&&A.meta.condition,N||u(A),[2,A]}})})}();return Object.assign(x,{abort:C,requestId:y,arg:h,unwrap:function(){return x.then(jl)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return o.withTypes=function(){return o},o}();function jl(o){if(o.meta&&o.meta.rejectedWithValue)throw o.payload;if(o.error)throw o.error;return o.payload}function Kl(o){return o!==null&&typeof o=="object"&&typeof o.then=="function"}var Ka="listener",Va="completed",Za="cancelled",bm="task-"+Za,xm="task-"+Va,vm=Ka+"-"+Za,Sm=Ka+"-"+Va;var Tn="listenerMiddleware";var Om=Pe(Tn+"/add"),wm=Pe(Tn+"/removeAll"),Cm=Pe(Tn+"/remove");var Da,Em=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(o){return(Da||(Da=Promise.resolve())).then(o).catch(function(e){return setTimeout(function(){throw e},0)})},Vl=function(o){return function(e){setTimeout(e,o)}},Nm=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Vl(10);Ra();window.ftReduxStores||(window.ftReduxStores={});var Wn=class o{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ze(a))return a;if(i==null)return;let s=ja({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),l=Ba({reducer:(c,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...f.overwrites}:s.reducer(c,f)});return window.ftReduxStores[i.name]=new o(s,l)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new jt,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,l=n[s];return l?(...c)=>{let f=l(...c);return this.reduxStore.dispatch(f),f}:c=>{this.setState({[s]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Zl(){var o;for(let e of Object.values((o=window.ftReduxStores)!==null&&o!==void 0?o:{}))Ze(e)&&e.clear()}var Mn={};L(Mn,{serializeRequest:()=>ql});function Gl(o){return`"${o}"`}function ql(o,e){var r,n,i,a;let s=new URLSearchParams({"content-lang":(r=e.contentLocale)!==null&&r!==void 0?r:"all"});if(((n=e.query)===null||n===void 0?void 0:n.length)>0&&s.append("query",e.query),e.scope&&e.scope!=="DEFAULT"&&s.append("scope",e.scope.toLowerCase()),e.virtualField&&s.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let c=e.periodFilter.period,f=c?`_${c.from}_${c.to}`:"";s.append("period",e.periodFilter.periodType.toLowerCase()+f)}if(((i=e.sort)===null||i===void 0?void 0:i.length)>0&&e.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((a=e.filters)===null||a===void 0?void 0:a.length)>0){let c=e.filters.map(f=>{let h=f.values.map(u=>u.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(u=>encodeURIComponent(Gl(u))).join("_");return`${f.key}~${h}`}).join("*");s.append("filters",c)}return new URL(`${o.replace(/\/+$/,"")}/search?${s.toString()}`).href}var Un={};L(Un,{toFtFormComponent:()=>Yl});var Lr=Symbol("elementInternals");function Yl(o,e){class r extends o{static get formAssociated(){return!0}get form(){return this[Lr].form}constructor(...i){super(i),this[Lr]=this.attachInternals(),this[Lr].role=e}setFormValue(i){this[Lr].setFormValue(i)}}return r}var Dn,zn,Bn,Hn,Jl=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Bn=(zn=(Dn=window.safari)===null||Dn===void 0?void 0:Dn.pushNotification)===null||zn===void 0?void 0:zn.toString())!==null&&Bn!==void 0?Bn:"")==="[object SafariRemoteNotification]",Xl="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Hn=window.ftGlobals)!==null&&Hn!==void 0?Hn:{lit:Yr,litDecorators:Jr,litRepeat:Xr,litClassMap:Qr,litStyleMap:eo,litUnsafeHTML:to,wcUtils:{...io,...oo,...so,...co,...po,...Uo,...Ho,...en,...Mo,...on,...ua,...lo,...sn,...cn,...ma,...dn,...Fn,...tn,...Mn,...Un,isSafari:Jl,isTouchScreen:Xl}};var Ga=t.extend("--ft-ripple-color","",T.colorContent),ne={color:Ga,backgroundColor:t.extend("--ft-ripple-background-color","",Ga),opacityContentOnSurfacePressed:t.external(T.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:t.external(T.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:t.external(T.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:t.external(T.opacityContentOnSurfaceSelected,"Design system"),borderRadius:t.create("--ft-ripple-border-radius","","SIZE","0px")},qa=t.extend("--ft-ripple-color","",T.colorPrimary),Ya={color:qa,backgroundColor:t.extend("--ft-ripple-background-color","",qa)},Ja=t.extend("--ft-ripple-color","",T.colorSecondary),Xa={color:Ja,backgroundColor:t.extend("--ft-ripple-background-color","",Ja)},Qa=$`
177
43
  :host {
178
44
  display: contents;
179
45
  }
@@ -186,7 +52,7 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
186
52
 
187
53
  .ft-ripple:not(.ft-ripple--unbounded) {
188
54
  overflow: hidden;
189
- border-radius: ${nl.borderRadius};
55
+ border-radius: ${ne.borderRadius};
190
56
  }
191
57
 
192
58
  .ft-ripple .ft-ripple--background,
@@ -220,27 +86,27 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
220
86
  }
221
87
 
222
88
  .ft-ripple .ft-ripple--background {
223
- background-color: ${nl.backgroundColor};
89
+ background-color: ${ne.backgroundColor};
224
90
  }
225
91
 
226
92
  .ft-ripple .ft-ripple--effect {
227
- background-color: ${nl.color};
93
+ background-color: ${ne.color};
228
94
  }
229
95
 
230
96
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
231
- background-color: ${pl};
97
+ background-color: ${Xa.backgroundColor};
232
98
  }
233
99
 
234
100
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
235
- background-color: ${fl};
101
+ background-color: ${Xa.color};
236
102
  }
237
103
 
238
104
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
239
- background-color: ${cl};
105
+ background-color: ${Ya.backgroundColor};
240
106
  }
241
107
 
242
108
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
243
- background-color: ${ll};
109
+ background-color: ${Ya.color};
244
110
  }
245
111
 
246
112
  .ft-ripple .ft-ripple--background {
@@ -270,165 +136,160 @@ function(t){return(o,e)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
270
136
  }
271
137
 
272
138
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
273
- opacity: ${nl.opacityContentOnSurfaceHover};
139
+ opacity: ${ne.opacityContentOnSurfaceHover};
274
140
  }
275
141
 
276
142
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
277
- opacity: ${nl.opacityContentOnSurfaceSelected};
143
+ opacity: ${ne.opacityContentOnSurfaceSelected};
278
144
  }
279
145
 
280
146
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
281
- opacity: ${nl.opacityContentOnSurfaceFocused};
147
+ opacity: ${ne.opacityContentOnSurfaceFocused};
282
148
  }
283
149
 
284
150
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
285
- opacity: ${nl.opacityContentOnSurfacePressed};
151
+ opacity: ${ne.opacityContentOnSurfacePressed};
286
152
  transform: translate(-50%, -50%) scale(1);
287
153
  }
288
- `;var ul=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class hl extends Bi{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ie(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new ie(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),n=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Jt`
154
+ `;var V=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var l=o.length-1;l>=0;l--)(s=o[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},F=class extends K{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new Se(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Se(10),this.moveRipple=e=>{var r,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Xe`
289
155
  <style>
290
156
  .ft-ripple .ft-ripple--effect {
291
157
  left: ${this.originX}px;
292
158
  top: ${this.originY}px;
293
159
  }
294
160
  </style>
295
- <div class="${jo(t)}">
161
+ <div class="${Lt(e)}">
296
162
  <div class="ft-ripple--background"></div>
297
163
  <div class="ft-ripple--effect"></div>
298
164
  </div>
299
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",e,n),t.addEventListener("touchstart",r,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",i,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",e,n),t.removeEventListener("touchstart",r,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",i,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}hl.elementDefinitions={},hl.styles=dl,ul([wo({type:Boolean})],hl.prototype,"primary",void 0),ul([wo({type:Boolean})],hl.prototype,"secondary",void 0),ul([wo({type:Boolean})],hl.prototype,"unbounded",void 0),ul([wo({type:Boolean})],hl.prototype,"activated",void 0),ul([wo({type:Boolean})],hl.prototype,"selected",void 0),ul([wo({type:Boolean})],hl.prototype,"disabled",void 0),ul([No()],hl.prototype,"hovered",void 0),ul([No()],hl.prototype,"focused",void 0),ul([No()],hl.prototype,"pressed",void 0),ul([No()],hl.prototype,"rippling",void 0),ul([No()],hl.prototype,"originX",void 0),ul([No()],hl.prototype,"originY",void 0),ul([Eo(".ft-ripple")],hl.prototype,"ripple",void 0),ul([Eo(".ft-ripple--effect")],hl.prototype,"rippleEffect",void 0),pe("ft-ripple")(hl);
300
- /**
301
- * @license
302
- * Copyright 2020 Google LLC
303
- * SPDX-License-Identifier: BSD-3-Clause
304
- */
305
- const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$litStatic$:t,r:yl}),ml=new Map,vl=(t=>(o,...e)=>{const r=e.length;let i,n;const a=[],l=[];let c,s=0,f=!1;for(;s<r;){for(c=o[s];s<r&&void 0!==(n=e[s],i=gl(n));)c+=i+o[++s],f=!0;s!==r&&l.push(n),a.push(c),s++}if(s===r&&a.push(o[r]),f){const t=a.join("$$lit$$");void 0===(o=ml.get(t))&&(a.raw=a,ml.set(t,o=a)),e=l}return t(o,...e)})(j);var Ol;!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"}(Ol||(Ol={}));const xl=ge.extend("--ft-typography-font-family","",mr.titleFont),Sl=ge.extend("--ft-typography-font-family","",mr.contentFont),wl={fontFamily:Sl,fontSize:ge.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:ge.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:ge.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:ge.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:ge.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Nl=ge.extend("--ft-typography-title-font-family","",xl),Cl=ge.extend("--ft-typography-title-font-size","",wl.fontSize,"20px"),El=ge.extend("--ft-typography-title-font-weight","",wl.fontWeight,"normal"),Rl=ge.extend("--ft-typography-title-letter-spacing","",wl.letterSpacing,"0.15px"),Il=ge.extend("--ft-typography-title-line-height","",wl.lineHeight,"1.2"),Ll=ge.extend("--ft-typography-title-text-transform","",wl.textTransform,"inherit"),kl=ge.extend("--ft-typography-title-dense-font-family","",xl),Wl=ge.extend("--ft-typography-title-dense-font-size","",wl.fontSize,"14px"),Ul=ge.extend("--ft-typography-title-dense-font-weight","",wl.fontWeight,"normal"),$l=ge.extend("--ft-typography-title-dense-letter-spacing","",wl.letterSpacing,"0.105px"),zl=ge.extend("--ft-typography-title-dense-line-height","",wl.lineHeight,"1.7"),Bl=ge.extend("--ft-typography-title-dense-text-transform","",wl.textTransform,"inherit"),Fl=ge.extend("--ft-typography-subtitle1-font-family","",Sl),Al=ge.extend("--ft-typography-subtitle1-font-size","",wl.fontSize,"16px"),_l=ge.extend("--ft-typography-subtitle1-font-weight","",wl.fontWeight,"600"),Pl=ge.extend("--ft-typography-subtitle1-letter-spacing","",wl.letterSpacing,"0.144px"),Zl=ge.extend("--ft-typography-subtitle1-line-height","",wl.lineHeight,"1.5"),Kl=ge.extend("--ft-typography-subtitle1-text-transform","",wl.textTransform,"inherit"),jl=ge.extend("--ft-typography-subtitle2-font-family","",Sl),Ml=ge.extend("--ft-typography-subtitle2-font-size","",wl.fontSize,"14px"),Hl=ge.extend("--ft-typography-subtitle2-font-weight","",wl.fontWeight,"normal"),Dl=ge.extend("--ft-typography-subtitle2-letter-spacing","",wl.letterSpacing,"0.098px"),Tl=ge.extend("--ft-typography-subtitle2-line-height","",wl.lineHeight,"1.7"),Gl=ge.extend("--ft-typography-subtitle2-text-transform","",wl.textTransform,"inherit"),Vl=ge.extend("--ft-typography-body1-font-family","",Sl),ql=ge.extend("--ft-typography-body1-font-size","",wl.fontSize,"16px"),Yl=ge.extend("--ft-typography-body1-font-weight","",wl.fontWeight,"normal"),Jl=ge.extend("--ft-typography-body1-letter-spacing","",wl.letterSpacing,"0.496px"),Xl=ge.extend("--ft-typography-body1-line-height","",wl.lineHeight,"1.5"),Ql=ge.extend("--ft-typography-body1-text-transform","",wl.textTransform,"inherit"),tc=ge.extend("--ft-typography-body2-font-family","",Sl),oc=ge.extend("--ft-typography-body2-font-size","",wl.fontSize,"14px"),ec=ge.extend("--ft-typography-body2-font-weight","",wl.fontWeight,"normal"),rc=ge.extend("--ft-typography-body2-letter-spacing","",wl.letterSpacing,"0.252px"),ic=ge.extend("--ft-typography-body2-line-height","",wl.lineHeight,"1.4"),nc=ge.extend("--ft-typography-body2-text-transform","",wl.textTransform,"inherit"),ac=ge.extend("--ft-typography-caption-font-family","",Sl),lc=ge.extend("--ft-typography-caption-font-size","",wl.fontSize,"12px"),cc=ge.extend("--ft-typography-caption-font-weight","",wl.fontWeight,"normal"),sc=ge.extend("--ft-typography-caption-letter-spacing","",wl.letterSpacing,"0.396px"),fc=ge.extend("--ft-typography-caption-line-height","",wl.lineHeight,"1.33"),pc=ge.extend("--ft-typography-caption-text-transform","",wl.textTransform,"inherit"),dc=ge.extend("--ft-typography-breadcrumb-font-family","",Sl),uc=ge.extend("--ft-typography-breadcrumb-font-size","",wl.fontSize,"10px"),hc=ge.extend("--ft-typography-breadcrumb-font-weight","",wl.fontWeight,"normal"),yc=ge.extend("--ft-typography-breadcrumb-letter-spacing","",wl.letterSpacing,"0.33px"),gc=ge.extend("--ft-typography-breadcrumb-line-height","",wl.lineHeight,"1.6"),bc=ge.extend("--ft-typography-breadcrumb-text-transform","",wl.textTransform,"inherit"),mc=ge.extend("--ft-typography-overline-font-family","",Sl),vc=ge.extend("--ft-typography-overline-font-size","",wl.fontSize,"10px"),Oc=ge.extend("--ft-typography-overline-font-weight","",wl.fontWeight,"normal"),xc=ge.extend("--ft-typography-overline-letter-spacing","",wl.letterSpacing,"1.5px"),Sc=ge.extend("--ft-typography-overline-line-height","",wl.lineHeight,"1.6"),wc=ge.extend("--ft-typography-overline-text-transform","",wl.textTransform,"uppercase"),Nc=ge.extend("--ft-typography-button-font-family","",Sl),Cc=ge.extend("--ft-typography-button-font-size","",wl.fontSize,"14px"),Ec=ge.extend("--ft-typography-button-font-weight","",wl.fontWeight,"600"),Rc=ge.extend("--ft-typography-button-letter-spacing","",wl.letterSpacing,"1.246px"),Ic=ge.extend("--ft-typography-button-line-height","",wl.lineHeight,"1.15"),Lc=ge.extend("--ft-typography-button-text-transform","",wl.textTransform,"uppercase"),kc=dt`
165
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...l)=>c=>{l.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(c)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=l=>{["Enter"," "].includes(l.key)&&r("keyup")(l)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,n=e,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};F.elementDefinitions={};F.styles=Qa;V([k({type:Boolean})],F.prototype,"primary",void 0);V([k({type:Boolean})],F.prototype,"secondary",void 0);V([k({type:Boolean})],F.prototype,"unbounded",void 0);V([k({type:Boolean})],F.prototype,"activated",void 0);V([k({type:Boolean})],F.prototype,"selected",void 0);V([k({type:Boolean})],F.prototype,"disabled",void 0);V([ye()],F.prototype,"hovered",void 0);V([ye()],F.prototype,"focused",void 0);V([ye()],F.prototype,"pressed",void 0);V([ye()],F.prototype,"rippling",void 0);V([ye()],F.prototype,"originX",void 0);V([ye()],F.prototype,"originY",void 0);V([yr(".ft-ripple")],F.prototype,"ripple",void 0);V([yr(".ft-ripple--effect")],F.prototype,"rippleEffect",void 0);He("ft-ripple")(F);var ts=Symbol.for(""),Ql=o=>{if(o?.r===ts)return o?._$litStatic$},jn=o=>({_$litStatic$:o,r:ts});var es=new Map,rs=o=>(e,...r)=>{let n=r.length,i,a,s=[],l=[],c,f=0,h=!1;for(;f<n;){for(c=e[f];f<n&&(a=r[f],(i=Ql(a))!==void 0);)c+=i+e[++f],h=!0;f!==n&&l.push(a),s.push(c),f++}if(f===n&&s.push(e[n]),h){let u=s.join("$$lit$$");(e=es.get(u))===void 0&&(s.raw=s,es.set(u,e=s)),r=l}return o(e,...r)},Kn=rs(ci),Og=rs(li);var Tr;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(Tr||(Tr={}));function os(o){let e=Wt[o];return $`
166
+ .ft-typography--${Fe(o)} {
167
+ font-family: ${e.fontFamily};
168
+ font-size: ${e.fontSize};
169
+ font-weight: ${e.fontWeight};
170
+ letter-spacing: ${e.letterSpacing};
171
+ line-height: ${e.lineHeight};
172
+ text-transform: ${e.textCase};
173
+ }
174
+ `}var ns=t.extend("--ft-typography-font-family","",T.titleFont),he=t.extend("--ft-typography-font-family","",T.contentFont),E={fontFamily:he,fontSize:t.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:t.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:t.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:t.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:t.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ft={fontFamily:t.extend("--ft-typography-title-font-family","",ns),fontSize:t.extend("--ft-typography-title-font-size","",E.fontSize,"20px"),fontWeight:t.extend("--ft-typography-title-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-title-letter-spacing","",E.letterSpacing,"0.15px"),lineHeight:t.extend("--ft-typography-title-line-height","",E.lineHeight,"1.2"),textTransform:t.extend("--ft-typography-title-text-transform","",E.textTransform,"inherit")},pt={fontFamily:t.extend("--ft-typography-title-dense-font-family","",ns),fontSize:t.extend("--ft-typography-title-dense-font-size","",E.fontSize,"14px"),fontWeight:t.extend("--ft-typography-title-dense-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-title-dense-letter-spacing","",E.letterSpacing,"0.105px"),lineHeight:t.extend("--ft-typography-title-dense-line-height","",E.lineHeight,"1.7"),textTransform:t.extend("--ft-typography-title-dense-text-transform","",E.textTransform,"inherit")},ut={fontFamily:t.extend("--ft-typography-subtitle1-font-family","",he),fontSize:t.extend("--ft-typography-subtitle1-font-size","",E.fontSize,"16px"),fontWeight:t.extend("--ft-typography-subtitle1-font-weight","",E.fontWeight,"600"),letterSpacing:t.extend("--ft-typography-subtitle1-letter-spacing","",E.letterSpacing,"0.144px"),lineHeight:t.extend("--ft-typography-subtitle1-line-height","",E.lineHeight,"1.5"),textTransform:t.extend("--ft-typography-subtitle1-text-transform","",E.textTransform,"inherit")},ht={fontFamily:t.extend("--ft-typography-subtitle2-font-family","",he),fontSize:t.extend("--ft-typography-subtitle2-font-size","",E.fontSize,"14px"),fontWeight:t.extend("--ft-typography-subtitle2-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-subtitle2-letter-spacing","",E.letterSpacing,"0.098px"),lineHeight:t.extend("--ft-typography-subtitle2-line-height","",E.lineHeight,"1.7"),textTransform:t.extend("--ft-typography-subtitle2-text-transform","",E.textTransform,"inherit")},mt={fontFamily:t.extend("--ft-typography-body1-font-family","",he),fontSize:t.extend("--ft-typography-body1-font-size","",E.fontSize,"16px"),fontWeight:t.extend("--ft-typography-body1-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-body1-letter-spacing","",E.letterSpacing,"0.496px"),lineHeight:t.extend("--ft-typography-body1-line-height","",E.lineHeight,"1.5"),textTransform:t.extend("--ft-typography-body1-text-transform","",E.textTransform,"inherit")},gt={fontFamily:t.extend("--ft-typography-body2-font-family","",he),fontSize:t.extend("--ft-typography-body2-font-size","",E.fontSize,"14px"),fontWeight:t.extend("--ft-typography-body2-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-body2-letter-spacing","",E.letterSpacing,"0.252px"),lineHeight:t.extend("--ft-typography-body2-line-height","",E.lineHeight,"1.4"),textTransform:t.extend("--ft-typography-body2-text-transform","",E.textTransform,"inherit")},yt={fontFamily:t.extend("--ft-typography-caption-font-family","",he),fontSize:t.extend("--ft-typography-caption-font-size","",E.fontSize,"12px"),fontWeight:t.extend("--ft-typography-caption-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-caption-letter-spacing","",E.letterSpacing,"0.396px"),lineHeight:t.extend("--ft-typography-caption-line-height","",E.lineHeight,"1.33"),textTransform:t.extend("--ft-typography-caption-text-transform","",E.textTransform,"inherit")},bt={fontFamily:t.extend("--ft-typography-breadcrumb-font-family","",he),fontSize:t.extend("--ft-typography-breadcrumb-font-size","",E.fontSize,"10px"),fontWeight:t.extend("--ft-typography-breadcrumb-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-breadcrumb-letter-spacing","",E.letterSpacing,"0.33px"),lineHeight:t.extend("--ft-typography-breadcrumb-line-height","",E.lineHeight,"1.6"),textTransform:t.extend("--ft-typography-breadcrumb-text-transform","",E.textTransform,"inherit")},xt={fontFamily:t.extend("--ft-typography-overline-font-family","",he),fontSize:t.extend("--ft-typography-overline-font-size","",E.fontSize,"10px"),fontWeight:t.extend("--ft-typography-overline-font-weight","",E.fontWeight,"normal"),letterSpacing:t.extend("--ft-typography-overline-letter-spacing","",E.letterSpacing,"1.5px"),lineHeight:t.extend("--ft-typography-overline-line-height","",E.lineHeight,"1.6"),textTransform:t.extend("--ft-typography-overline-text-transform","",E.textTransform,"uppercase")},vt={fontFamily:t.extend("--ft-typography-button-font-family","",he),fontSize:t.extend("--ft-typography-button-font-size","",E.fontSize,"14px"),fontWeight:t.extend("--ft-typography-button-font-weight","",E.fontWeight,"600"),letterSpacing:t.extend("--ft-typography-button-letter-spacing","",E.letterSpacing,"1.246px"),lineHeight:t.extend("--ft-typography-button-line-height","",E.lineHeight,"1.15"),textTransform:t.extend("--ft-typography-button-text-transform","",E.textTransform,"uppercase")},is=$`
306
175
  .ft-typography--title {
307
- font-family: ${Nl};
308
- font-size: ${Cl};
309
- font-weight: ${El};
310
- letter-spacing: ${Rl};
311
- line-height: ${Il};
312
- text-transform: ${Ll};
313
- }
314
- `,Wc=dt`
176
+ font-family: ${ft.fontFamily};
177
+ font-size: ${ft.fontSize};
178
+ font-weight: ${ft.fontWeight};
179
+ letter-spacing: ${ft.letterSpacing};
180
+ line-height: ${ft.lineHeight};
181
+ text-transform: ${ft.textTransform};
182
+ }
183
+ `,as=$`
315
184
  .ft-typography--title-dense {
316
- font-family: ${kl};
317
- font-size: ${Wl};
318
- font-weight: ${Ul};
319
- letter-spacing: ${$l};
320
- line-height: ${zl};
321
- text-transform: ${Bl};
322
- }
323
- `,Uc=dt`
185
+ font-family: ${pt.fontFamily};
186
+ font-size: ${pt.fontSize};
187
+ font-weight: ${pt.fontWeight};
188
+ letter-spacing: ${pt.letterSpacing};
189
+ line-height: ${pt.lineHeight};
190
+ text-transform: ${pt.textTransform};
191
+ }
192
+ `,ss=$`
324
193
  .ft-typography--subtitle1 {
325
- font-family: ${Fl};
326
- font-size: ${Al};
327
- font-weight: ${_l};
328
- letter-spacing: ${Pl};
329
- line-height: ${Zl};
330
- text-transform: ${Kl};
331
- }
332
- `,$c=dt`
194
+ font-family: ${ut.fontFamily};
195
+ font-size: ${ut.fontSize};
196
+ font-weight: ${ut.fontWeight};
197
+ letter-spacing: ${ut.letterSpacing};
198
+ line-height: ${ut.lineHeight};
199
+ text-transform: ${ut.textTransform};
200
+ }
201
+ `,cs=$`
333
202
  .ft-typography--subtitle2 {
334
- font-family: ${jl};
335
- font-size: ${Ml};
336
- font-weight: ${Hl};
337
- letter-spacing: ${Dl};
338
- line-height: ${Tl};
339
- text-transform: ${Gl};
203
+ font-family: ${ht.fontFamily};
204
+ font-size: ${ht.fontSize};
205
+ font-weight: ${ht.fontWeight};
206
+ letter-spacing: ${ht.letterSpacing};
207
+ line-height: ${ht.lineHeight};
208
+ text-transform: ${ht.textTransform};
340
209
  }
341
210
 
342
- `,zc=dt`
211
+ `,ls=$`
343
212
  .ft-typography--body1 {
344
- font-family: ${Vl};
345
- font-size: ${ql};
346
- font-weight: ${Yl};
347
- letter-spacing: ${Jl};
348
- line-height: ${Xl};
349
- text-transform: ${Ql};
350
- }
351
- `,Bc=dt`
213
+ font-family: ${mt.fontFamily};
214
+ font-size: ${mt.fontSize};
215
+ font-weight: ${mt.fontWeight};
216
+ letter-spacing: ${mt.letterSpacing};
217
+ line-height: ${mt.lineHeight};
218
+ text-transform: ${mt.textTransform};
219
+ }
220
+ `,ds=$`
352
221
  .ft-typography--body2 {
353
- font-family: ${tc};
354
- font-size: ${oc};
355
- font-weight: ${ec};
356
- letter-spacing: ${rc};
357
- line-height: ${ic};
358
- text-transform: ${nc};
359
- }
360
- `,Fc=dt`
222
+ font-family: ${gt.fontFamily};
223
+ font-size: ${gt.fontSize};
224
+ font-weight: ${gt.fontWeight};
225
+ letter-spacing: ${gt.letterSpacing};
226
+ line-height: ${gt.lineHeight};
227
+ text-transform: ${gt.textTransform};
228
+ }
229
+ `,fs=$`
361
230
  .ft-typography--caption {
362
- font-family: ${ac};
363
- font-size: ${lc};
364
- font-weight: ${cc};
365
- letter-spacing: ${sc};
366
- line-height: ${fc};
367
- text-transform: ${pc};
368
- }
369
- `,Ac=dt`
231
+ font-family: ${yt.fontFamily};
232
+ font-size: ${yt.fontSize};
233
+ font-weight: ${yt.fontWeight};
234
+ letter-spacing: ${yt.letterSpacing};
235
+ line-height: ${yt.lineHeight};
236
+ text-transform: ${yt.textTransform};
237
+ }
238
+ `,ps=$`
370
239
  .ft-typography--breadcrumb {
371
- font-family: ${dc};
372
- font-size: ${uc};
373
- font-weight: ${hc};
374
- letter-spacing: ${yc};
375
- line-height: ${gc};
376
- text-transform: ${bc};
377
- }
378
- `,_c=dt`
240
+ font-family: ${bt.fontFamily};
241
+ font-size: ${bt.fontSize};
242
+ font-weight: ${bt.fontWeight};
243
+ letter-spacing: ${bt.letterSpacing};
244
+ line-height: ${bt.lineHeight};
245
+ text-transform: ${bt.textTransform};
246
+ }
247
+ `,us=$`
379
248
  .ft-typography--overline {
380
- font-family: ${mc};
381
- font-size: ${vc};
382
- font-weight: ${Oc};
383
- letter-spacing: ${xc};
384
- line-height: ${Sc};
385
- text-transform: ${wc};
386
- }
387
- `,Pc=dt`
249
+ font-family: ${xt.fontFamily};
250
+ font-size: ${xt.fontSize};
251
+ font-weight: ${xt.fontWeight};
252
+ letter-spacing: ${xt.letterSpacing};
253
+ line-height: ${xt.lineHeight};
254
+ text-transform: ${xt.textTransform};
255
+ }
256
+ `,hs=$`
388
257
  .ft-typography--button {
389
- font-family: ${Nc};
390
- font-size: ${Cc};
391
- font-weight: ${Ec};
392
- letter-spacing: ${Rc};
393
- line-height: ${Ic};
394
- text-transform: ${Lc};
395
- }
396
- `,Zc=dt`
258
+ font-family: ${vt.fontFamily};
259
+ font-size: ${vt.fontSize};
260
+ font-weight: ${vt.fontWeight};
261
+ letter-spacing: ${vt.letterSpacing};
262
+ line-height: ${vt.lineHeight};
263
+ text-transform: ${vt.textTransform};
264
+ }
265
+ `,ms=$`
397
266
  .ft-typography {
398
267
  vertical-align: inherit;
399
268
  }
400
- `,Kc=[Object.keys(De).map((t=>function(t){const o=De[t];return dt`
401
- .ft-typography--${pt(t)} {
402
- font-family: ${o.fontFamily};
403
- font-size: ${o.fontSize};
404
- font-weight: ${o.fontWeight};
405
- letter-spacing: ${o.letterSpacing};
406
- line-height: ${o.lineHeight};
407
- text-transform: ${o.textCase};
408
- }
409
- `}(t)))];var jc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Mc extends Bi{constructor(){super(...arguments),this.variant=Ol.body1}render(){return this.element?vl`
410
- <${bl(this.element)}
269
+ `,gs=[Object.keys(Wt).map(o=>os(o))];var ys=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var l=o.length-1;l>=0;l--)(s=o[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},me=class extends K{constructor(){super(...arguments),this.variant=Tr.body1}render(){return this.element?Kn`
270
+ <${jn(this.element)}
271
+ part="text"
411
272
  class="ft-typography ft-typography--${this.variant}">
412
273
  <slot></slot>
413
- </${bl(this.element)}>
414
- `:vl`
415
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
416
- `}}Mc.styles=[kc,Wc,Uc,$c,zc,Bc,Fc,Ac,_c,Pc,Zc,...Kc],jc([wo()],Mc.prototype,"element",void 0),jc([wo()],Mc.prototype,"variant",void 0),pe("ft-typography")(Mc);const Hc={padding:ge.create("--ft-card-padding","","SIZE","12px"),borderRadius:ge.extend("--ft-card-border-radius","",mr.borderRadiusM),borderStyle:ge.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:ge.extend("--ft-card-border-color","",mr.colorOutline),hoverBorderColor:ge.extend("--ft-card-hover-border-color","",mr.colorPrimary),outlineStyle:ge.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:ge.create("--ft-card-outline-width","","SIZE","0"),outlineColor:ge.extend("--ft-card-outline-color","",mr.colorPrimary),selectedOutlineStyle:ge.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:ge.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:ge.extend("--ft-card-selected-outline-color","",mr.colorPrimary),selectedBorderRadius:ge.extend("--ft-card-selected-border-radius","",mr.borderRadiusM),colorSurface:ge.extend("--ft-card-background-color","",mr.colorSurface),colorOnSurfaceMedium:ge.extend("--ft-card-content-color","",mr.colorOnSurfaceMedium),colorOnSurfaceHigh:ge.extend("--ft-card-title-color","",mr.colorOnSurfaceHigh),elevation02:ge.extend("--ft-card-elevation","",mr.elevation02),elevation04:ge.extend("--ft-card-selected-elevation","",mr.elevation04)},Dc=dt`
274
+ </${jn(this.element)}>
275
+ `:Kn`
276
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
277
+ `}};me.styles=[is,as,ss,cs,ls,ds,fs,ps,us,hs,ms,...gs];ys([k()],me.prototype,"element",void 0);ys([k()],me.prototype,"variant",void 0);He("ft-typography")(me);var D={padding:t.create("--ft-card-padding","","SIZE","12px"),borderRadius:t.extend("--ft-card-border-radius","",T.borderRadiusM),borderStyle:t.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:t.extend("--ft-card-border-color","",T.colorOutline),hoverBorderColor:t.extend("--ft-card-hover-border-color","",T.colorPrimary),outlineStyle:t.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:t.create("--ft-card-outline-width","","SIZE","0"),outlineColor:t.extend("--ft-card-outline-color","",T.colorPrimary),selectedOutlineStyle:t.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:t.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:t.extend("--ft-card-selected-outline-color","",T.colorPrimary),selectedBorderRadius:t.extend("--ft-card-selected-border-radius","",T.borderRadiusM),colorSurface:t.extend("--ft-card-background-color","",T.colorSurface),colorOnSurfaceMedium:t.extend("--ft-card-content-color","",T.colorOnSurfaceMedium),colorOnSurfaceHigh:t.extend("--ft-card-title-color","",T.colorOnSurfaceHigh),elevation02:t.extend("--ft-card-elevation","",T.elevation02),elevation04:t.extend("--ft-card-selected-elevation","",T.elevation04)},bs=$`
417
278
  :host {
418
279
  display: block;
419
280
  }
420
281
 
421
282
  #container {
422
- padding: ${Hc.padding};
423
- outline-style: ${Hc.outlineStyle};
424
- outline-width: ${Hc.outlineWidth};
425
- outline-color: ${Hc.outlineColor};
426
- border-color: ${Hc.borderColor};
427
- border-style: ${Hc.borderStyle};
283
+ padding: ${D.padding};
284
+ outline-style: ${D.outlineStyle};
285
+ outline-width: ${D.outlineWidth};
286
+ outline-color: ${D.outlineColor};
287
+ border-color: ${D.borderColor};
288
+ border-style: ${D.borderStyle};
428
289
  border-width: 1px;
429
- border-radius: ${Hc.borderRadius};
430
- ${be(nl.borderRadius,Hc.borderRadius)};
431
- box-shadow: ${Hc.elevation02};
290
+ border-radius: ${D.borderRadius};
291
+ ${xr(ne.borderRadius,D.borderRadius)};
292
+ box-shadow: ${D.elevation02};
432
293
  position: relative;
433
294
  width: 100%;
434
295
  height: 100%;
@@ -440,7 +301,7 @@ const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$li
440
301
  grid-template-rows: max-content minmax(0, 1fr);
441
302
  grid-gap: 8px;
442
303
  box-sizing: border-box;
443
- background-color: ${Hc.colorSurface};
304
+ background-color: ${D.colorSurface};
444
305
  transition: box-shadow 0.2s linear, color 0.2s linear;
445
306
  }
446
307
 
@@ -453,12 +314,12 @@ const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$li
453
314
  }
454
315
 
455
316
  #container.selected {
456
- outline-style: ${Hc.selectedOutlineStyle};
457
- outline-width: ${Hc.selectedOutlineWidth};
458
- outline-color: ${Hc.selectedOutlineColor};
459
- border-radius: ${Hc.selectedBorderRadius};
460
- ${be(nl.borderRadius,Hc.selectedBorderRadius)};
461
- box-shadow: ${Hc.elevation04};
317
+ outline-style: ${D.selectedOutlineStyle};
318
+ outline-width: ${D.selectedOutlineWidth};
319
+ outline-color: ${D.selectedOutlineColor};
320
+ border-radius: ${D.selectedBorderRadius};
321
+ ${xr(ne.borderRadius,D.selectedBorderRadius)};
322
+ box-shadow: ${D.elevation04};
462
323
  }
463
324
 
464
325
  #container.clickable {
@@ -466,8 +327,8 @@ const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$li
466
327
  }
467
328
 
468
329
  #container.clickable:hover {
469
- box-shadow: ${Hc.elevation04};
470
- border-color: ${Hc.hoverBorderColor};
330
+ box-shadow: ${D.elevation04};
331
+ border-color: ${D.hoverBorderColor};
471
332
  }
472
333
 
473
334
  #header {
@@ -478,24 +339,24 @@ const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$li
478
339
  text-overflow: ellipsis;
479
340
  overflow: hidden;
480
341
  word-break: break-word;
481
- color: ${Hc.colorOnSurfaceHigh};
342
+ color: ${D.colorOnSurfaceHigh};
482
343
  }
483
344
 
484
345
  #content {
485
346
  word-break: break-word;
486
347
  min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
487
348
  grid-area: content;
488
- color: ${Hc.colorOnSurfaceMedium};
349
+ color: ${D.colorOnSurfaceMedium};
489
350
  }
490
351
 
491
352
  #action {
492
353
  grid-area: actions;
493
354
  }
494
- `;var Tc=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Gc extends Bi{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return Jt`
495
- <div id="container" part="container" class=${jo(t)}>
496
- ${this.clickable?Jt`
355
+ `;var Wr=function(o,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,e,r,n);else for(var l=o.length-1;l>=0;l--)(s=o[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ie=class extends K{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){let e={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return Xe`
356
+ <div id="container" part="container" class=${Lt(e)}>
357
+ ${this.clickable?Xe`
497
358
  <ft-ripple primary ?selected=${this.selected}></ft-ripple>
498
- `:to}
359
+ `:U}
499
360
  <div id="header" part="header">
500
361
  <ft-typography class="title" element="span" variant="title">${this.title}</ft-typography>
501
362
  <slot name="header"></slot>
@@ -509,4 +370,203 @@ const yl=Symbol.for(""),gl=t=>{if(t?.r===yl)return t?._$litStatic$},bl=t=>({_$li
509
370
  </ft-typography>
510
371
  </div>
511
372
  </div>
512
- `}}Gc.elementDefinitions={"ft-ripple":hl,"ft-typography":Mc},Gc.styles=Dc,Tc([wo()],Gc.prototype,"title",void 0),Tc([wo({type:Boolean})],Gc.prototype,"clickable",void 0),Tc([wo({type:Boolean})],Gc.prototype,"selected",void 0),Tc([wo({type:Boolean})],Gc.prototype,"noHeader",void 0),pe("ft-card")(Gc),t.FtCard=Gc,t.FtCardCssVariables=Hc,t.styles=Dc}({});
373
+ `}};ie.elementDefinitions={"ft-ripple":F,"ft-typography":me};ie.styles=bs;Wr([k()],ie.prototype,"title",void 0);Wr([k({type:Boolean})],ie.prototype,"clickable",void 0);Wr([k({type:Boolean})],ie.prototype,"selected",void 0);Wr([k({type:Boolean})],ie.prototype,"noHeader",void 0);He("ft-card")(ie);})();
374
+ /*! Bundled license information:
375
+
376
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
377
+ (**
378
+ * @license
379
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
380
+ * This code may only be used under the BSD style license found at
381
+ * http://polymer.github.io/LICENSE.txt
382
+ * The complete set of authors may be found at
383
+ * http://polymer.github.io/AUTHORS.txt
384
+ * The complete set of contributors may be found at
385
+ * http://polymer.github.io/CONTRIBUTORS.txt
386
+ * Code distributed by Google as part of the polymer project is also
387
+ * subject to an additional IP rights grant found at
388
+ * http://polymer.github.io/PATENTS.txt
389
+ *)
390
+
391
+ @lit/reactive-element/css-tag.js:
392
+ (**
393
+ * @license
394
+ * Copyright 2019 Google LLC
395
+ * SPDX-License-Identifier: BSD-3-Clause
396
+ *)
397
+
398
+ @lit/reactive-element/reactive-element.js:
399
+ (**
400
+ * @license
401
+ * Copyright 2017 Google LLC
402
+ * SPDX-License-Identifier: BSD-3-Clause
403
+ *)
404
+
405
+ lit-html/lit-html.js:
406
+ (**
407
+ * @license
408
+ * Copyright 2017 Google LLC
409
+ * SPDX-License-Identifier: BSD-3-Clause
410
+ *)
411
+
412
+ @lit/reactive-element/css-tag.js:
413
+ (**
414
+ * @license
415
+ * Copyright 2019 Google LLC
416
+ * SPDX-License-Identifier: BSD-3-Clause
417
+ *)
418
+
419
+ @lit/reactive-element/reactive-element.js:
420
+ (**
421
+ * @license
422
+ * Copyright 2017 Google LLC
423
+ * SPDX-License-Identifier: BSD-3-Clause
424
+ *)
425
+
426
+ lit-html/lit-html.js:
427
+ (**
428
+ * @license
429
+ * Copyright 2017 Google LLC
430
+ * SPDX-License-Identifier: BSD-3-Clause
431
+ *)
432
+
433
+ lit-element/lit-element.js:
434
+ (**
435
+ * @license
436
+ * Copyright 2017 Google LLC
437
+ * SPDX-License-Identifier: BSD-3-Clause
438
+ *)
439
+
440
+ lit-html/is-server.js:
441
+ (**
442
+ * @license
443
+ * Copyright 2022 Google LLC
444
+ * SPDX-License-Identifier: BSD-3-Clause
445
+ *)
446
+
447
+ @lit/reactive-element/decorators/custom-element.js:
448
+ (**
449
+ * @license
450
+ * Copyright 2017 Google LLC
451
+ * SPDX-License-Identifier: BSD-3-Clause
452
+ *)
453
+
454
+ @lit/reactive-element/decorators/property.js:
455
+ (**
456
+ * @license
457
+ * Copyright 2017 Google LLC
458
+ * SPDX-License-Identifier: BSD-3-Clause
459
+ *)
460
+
461
+ @lit/reactive-element/decorators/state.js:
462
+ (**
463
+ * @license
464
+ * Copyright 2017 Google LLC
465
+ * SPDX-License-Identifier: BSD-3-Clause
466
+ *)
467
+
468
+ @lit/reactive-element/decorators/event-options.js:
469
+ (**
470
+ * @license
471
+ * Copyright 2017 Google LLC
472
+ * SPDX-License-Identifier: BSD-3-Clause
473
+ *)
474
+
475
+ @lit/reactive-element/decorators/base.js:
476
+ (**
477
+ * @license
478
+ * Copyright 2017 Google LLC
479
+ * SPDX-License-Identifier: BSD-3-Clause
480
+ *)
481
+
482
+ @lit/reactive-element/decorators/query.js:
483
+ (**
484
+ * @license
485
+ * Copyright 2017 Google LLC
486
+ * SPDX-License-Identifier: BSD-3-Clause
487
+ *)
488
+
489
+ @lit/reactive-element/decorators/query-all.js:
490
+ (**
491
+ * @license
492
+ * Copyright 2017 Google LLC
493
+ * SPDX-License-Identifier: BSD-3-Clause
494
+ *)
495
+
496
+ @lit/reactive-element/decorators/query-async.js:
497
+ (**
498
+ * @license
499
+ * Copyright 2017 Google LLC
500
+ * SPDX-License-Identifier: BSD-3-Clause
501
+ *)
502
+
503
+ @lit/reactive-element/decorators/query-assigned-elements.js:
504
+ (**
505
+ * @license
506
+ * Copyright 2021 Google LLC
507
+ * SPDX-License-Identifier: BSD-3-Clause
508
+ *)
509
+
510
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
511
+ (**
512
+ * @license
513
+ * Copyright 2017 Google LLC
514
+ * SPDX-License-Identifier: BSD-3-Clause
515
+ *)
516
+
517
+ lit-html/directive.js:
518
+ (**
519
+ * @license
520
+ * Copyright 2017 Google LLC
521
+ * SPDX-License-Identifier: BSD-3-Clause
522
+ *)
523
+
524
+ lit-html/directive-helpers.js:
525
+ (**
526
+ * @license
527
+ * Copyright 2020 Google LLC
528
+ * SPDX-License-Identifier: BSD-3-Clause
529
+ *)
530
+
531
+ lit-html/directives/repeat.js:
532
+ (**
533
+ * @license
534
+ * Copyright 2017 Google LLC
535
+ * SPDX-License-Identifier: BSD-3-Clause
536
+ *)
537
+
538
+ lit-html/directives/class-map.js:
539
+ (**
540
+ * @license
541
+ * Copyright 2018 Google LLC
542
+ * SPDX-License-Identifier: BSD-3-Clause
543
+ *)
544
+
545
+ lit-html/directives/style-map.js:
546
+ (**
547
+ * @license
548
+ * Copyright 2018 Google LLC
549
+ * SPDX-License-Identifier: BSD-3-Clause
550
+ *)
551
+
552
+ lit-html/directives/unsafe-html.js:
553
+ (**
554
+ * @license
555
+ * Copyright 2017 Google LLC
556
+ * SPDX-License-Identifier: BSD-3-Clause
557
+ *)
558
+
559
+ @lit/reactive-element/css-tag.js:
560
+ (**
561
+ * @license
562
+ * Copyright 2019 Google LLC
563
+ * SPDX-License-Identifier: BSD-3-Clause
564
+ *)
565
+
566
+ lit-html/static.js:
567
+ (**
568
+ * @license
569
+ * Copyright 2020 Google LLC
570
+ * SPDX-License-Identifier: BSD-3-Clause
571
+ *)
572
+ */