@fluid-topics/ft-infinite-scroll 1.1.48 → 1.1.50

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.
@@ -12,60 +12,60 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=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||[]);h(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=o.call(r,t);f||(f=u(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,s),s.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=c;if(e)return c=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!s(e)){const t=y[y.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),s(e)||(e=l.get(e)?.getRootNode()||document)}return e.customElements},u=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?p(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!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)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.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(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.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(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},p=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),c=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=g.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let y=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){y.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&l.set(t,this),y.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){y.push(this),o.set.call(this,t),y.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(Ei){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
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||[]);u(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=d(t),o.call(r,t,f)),this===window.customElements&&(a.set(i,s),s.standInClass=f);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)n.delete(t),p(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){y.push(this),r.upgrade.apply(r,arguments),y.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=y[y.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},d=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?p(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)}},u=(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)})},h=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):h(e)},p=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){h(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)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let y=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){y.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),y.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){y.push(this),e.set.call(this,t),y.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(Ii){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
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
19
19
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,o=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const n=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=i.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&i.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return n(e)})(t):t
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
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:l,defineProperty:c,getOwnPropertyDescriptor:s,getOwnPropertyNames:f,getOwnPropertySymbols:u,getPrototypeOf:h}=Object,d=globalThis,p=d.trustedTypes,g=p?p.emptyScript:"",y=d.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},v=(t,e)=>!l(t,e),O={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&c(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=s(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??O}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=h(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...f(t),...u(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(o)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of r){const r=document.createElement("style"),i=e.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=o.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??v)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,y?.({ReactiveElement:S}),(d.reactiveElementVersions??=[]).push("2.0.2");
25
+ */,{is:l,defineProperty:c,getOwnPropertyDescriptor:s,getOwnPropertyNames:f,getOwnPropertySymbols:d,getPrototypeOf:u}=Object,h=globalThis,p=h.trustedTypes,g=p?p.emptyScript:"",y=h.reactiveElementPolyfillSupport,b=(t,o)=>t,m={toAttribute(t,o){switch(o){case Boolean:t=t?g: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"),h.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,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=u(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),...d(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){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,y?.({ReactiveElement:S}),(h.reactiveElementVersions??=[]).push("2.0.2");
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
29
29
  * SPDX-License-Identifier: BSD-3-Clause
30
30
  */
31
- const x=globalThis,w=x.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,U=()=>L.createComment(""),W=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,F=t=>k(t)||"function"==typeof t?.[Symbol.iterator],z="[ \t\n\f\r]",A=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,_=/>/g,K=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,Z=/"/g,j=/^(?:script|style|textarea|title)$/i,$=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),D=new WeakMap,H=L.createTreeWalker(L,129);function T(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==N?N.createHTML(e):e}const G=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=A;for(let e=0;e<o;e++){const o=t[e];let l,c,s=-1,f=0;for(;f<o.length&&(a.lastIndex=f,c=a.exec(o),null!==c);)f=a.lastIndex,a===A?"!--"===c[1]?a=B:void 0!==c[1]?a=_:void 0!==c[2]?(j.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=K):void 0!==c[3]&&(a=K):a===K?">"===c[0]?(a=i??A,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,l=c[1],a=void 0===c[3]?K:'"'===c[3]?Z:P):a===Z||a===P?a=K:a===B||a===_?a=A:(a=K,i=void 0);const u=a===K&&t[e+1].startsWith("/>")?" ":"";n+=a===A?o+I:s>=0?(r.push(l),o.slice(0,s)+C+o.slice(s)+E+u):o+E+(-2===s?e:u)}return[T(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let V=class t{constructor({strings:e,_$litType$:o},r){let i;this.parts=[];let n=0,a=0;const l=e.length-1,c=this.parts,[s,f]=G(e,o);if(this.el=t.createElement(s,r),H.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=H.nextNode())&&c.length<l;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(C)){const e=f[a++],o=i.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(e);c.push({type:1,index:n,name:r[2],strings:o,ctor:"."===r[1]?Q:"?"===r[1]?tt:"@"===r[1]?et:X}),i.removeAttribute(t)}else t.startsWith(E)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(j.test(i.tagName)){const t=i.textContent.split(E),e=t.length-1;if(e>0){i.textContent=w?w.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],U()),H.nextNode(),c.push({type:2,index:++n});i.append(t[e],U())}}}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,e){const o=L.createElement("template");return o.innerHTML=t,o}};function q(t,e,o=t,r){if(e===$)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=W(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=q(t,i._$AS(t,e.values),i,r)),e}let Y=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??L).importNode(e,!0);H.currentNode=r;let i=H.nextNode(),n=0,a=0,l=o[0];for(;void 0!==l;){if(n===l.index){let e;2===l.type?e=new J(i,i.nextSibling,this,t):1===l.type?e=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(e=new ot(i,this,t)),this._$AV.push(e),l=o[++a]}n!==l?.index&&(i=H.nextNode(),n++)}return H.currentNode=L,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},J=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=q(this,t,e),W(t)?t===M||null==t||""===t?(this._$AH!==M&&this._$AR(),this._$AH=M):t!==this._$AH&&t!==$&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):F(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!==M&&W(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=V.createElement(T(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new Y(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=D.get(t.strings);return void 0===e&&D.set(t.strings,e=new V(t)),e}T(e){k(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(U()),this.k(U()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},X=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=M,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=M}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=q(this,t,e,0),n=!W(t)||t!==this._$AH&&t!==$,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=q(this,r[o+a],e,a),l===$&&(l=this._$AH[a]),n||=!W(l)||l!==this._$AH[a],l===M?t=M:t!==M&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Q=class extends X{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===M?void 0:t}},tt=class extends X{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==M)}},et=class extends X{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=q(this,t,e,0)??M)===$)return;const o=this._$AH,r=t===M&&o!==M||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==M&&(o===M||r);r&&this.element.removeEventListener(this.name,this,o),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)}},ot=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){q(this,t)}};const rt={j:C,P:E,A:R,C:1,M:G,L:Y,R:F,V:q,D:J,I:X,H:tt,N:et,U:Q,B:ot},it=x.litHtmlPolyfillSupport;it?.(V,J),(x.litHtmlVersions??=[]).push("3.1.0");
31
+ const x=globalThis,w=x.trustedTypes,C=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,I="?"+E,R=`<${I}>`,L=document,W=()=>L.createComment(""),U=t=>null===t||"object"!=typeof t&&"function"!=typeof t,k=Array.isArray,B=t=>k(t)||"function"==typeof t?.[Symbol.iterator],z="[ \t\n\f\r]",F=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,_=/>/g,P=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Z=/'/g,K=/"/g,j=/^(?:script|style|textarea|title)$/i,M=Symbol.for("lit-noChange"),$=Symbol.for("lit-nothing"),H=new WeakMap,D=L.createTreeWalker(L,129);function T(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==C?C.createHTML(o):o}const G=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=F;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===F?"!--"===c[1]?a=A:void 0!==c[1]?a=_:void 0!==c[2]?(j.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=P):void 0!==c[3]&&(a=P):a===P?">"===c[0]?(a=i??F,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,l=c[1],a=void 0===c[3]?P:'"'===c[3]?K:Z):a===K||a===Z?a=P:a===A||a===_?a=F:(a=P,i=void 0);const d=a===P&&t[o+1].startsWith("/>")?" ":"";n+=a===F?e+R:s>=0?(r.push(l),e.slice(0,s)+N+e.slice(s)+E+d):e+E+(-2===s?o:d)}return[T(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};let V=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]=G(o,e);if(this.el=t.createElement(s,r),D.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=D.nextNode())&&c.length<l;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(N)){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]?Q:"?"===r[1]?tt:"@"===r[1]?ot:X}),i.removeAttribute(t)}else t.startsWith(E)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(j.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],W()),D.nextNode(),c.push({type:2,index:++n});i.append(t[o],W())}}}else if(8===i.nodeType)if(i.data===I)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 q(t,o,e=t,r){if(o===M)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=U(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=q(t,i._$AS(t,o.values),i,r)),o}let Y=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);D.currentNode=r;let i=D.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new J(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new et(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=D.nextNode(),n++)}return D.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++}},J=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=$,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=q(this,t,o),U(t)?t===$||null==t||""===t?(this._$AH!==$&&this._$AR(),this._$AH=$):t!==this._$AH&&t!==M&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):B(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!==$&&U(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=V.createElement(T(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Y(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=H.get(t.strings);return void 0===o&&H.set(t.strings,o=new V(t)),o}T(o){k(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(W()),this.k(W()),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))}},X=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=$,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=$}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=q(this,t,o,0),n=!U(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=q(this,r[e+a],o,a),l===M&&(l=this._$AH[a]),n||=!U(l)||l!==this._$AH[a],l===$?t=$:t!==$&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===$?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Q=class extends X{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===$?void 0:t}},tt=class extends X{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==$)}},ot=class extends X{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=q(this,t,o,0)??$)===M)return;const e=this._$AH,r=t===$&&e!==$||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==$&&(e===$||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)}},et=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){q(this,t)}};const rt={j:N,P:E,A:I,C:1,M:G,L:Y,R:B,V:q,D:J,I:X,H:tt,N:ot,U:Q,B:et},it=x.litHtmlPolyfillSupport;it?.(V,J),(x.litHtmlVersions??=[]).push("3.1.0");
32
32
  /**
33
33
  * @license
34
34
  * Copyright 2019 Google LLC
35
35
  * SPDX-License-Identifier: BSD-3-Clause
36
36
  */
37
- const nt=globalThis,at=nt.ShadowRoot&&(void 0===nt.ShadyCSS||nt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,lt=Symbol(),ct=new WeakMap;let st=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==lt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(at&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=ct.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ct.set(e,t))}return t}toString(){return this.cssText}};const ft=t=>new st("string"==typeof t?t:t+"",void 0,lt),ut=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+t[r+1]),t[0]);return new st(o,t,lt)},ht=(t,e)=>{if(at)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=nt.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}},dt=at?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return ft(e)})(t):t
37
+ const nt=globalThis,at=nt.ShadowRoot&&(void 0===nt.ShadyCSS||nt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,lt=Symbol(),ct=new WeakMap;let st=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==lt)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(at&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ct.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ct.set(o,t))}return t}toString(){return this.cssText}};const ft=t=>new st("string"==typeof t?t:t+"",void 0,lt),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 st(e,t,lt)},ut=(t,o)=>{if(at)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=nt.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}},ht=at?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return ft(o)})(t):t
38
38
  /**
39
39
  * @license
40
40
  * Copyright 2017 Google LLC
41
41
  * SPDX-License-Identifier: BSD-3-Clause
42
- */,{is:pt,defineProperty:gt,getOwnPropertyDescriptor:yt,getOwnPropertyNames:bt,getOwnPropertySymbols:mt,getPrototypeOf:vt}=Object,Ot=globalThis,St=Ot.trustedTypes,xt=St?St.emptyScript:"",wt=Ot.reactiveElementPolyfillSupport,Nt=(t,e)=>t,Ct={toAttribute(t,e){switch(e){case Boolean:t=t?xt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},Et=(t,e)=>!pt(t,e),Rt={attribute:!0,type:String,converter:Ct,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let It=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Rt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&gt(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=yt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Rt}static _$Ei(){if(this.hasOwnProperty(Nt("elementProperties")))return;const t=vt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Nt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Nt("properties"))){const t=this.properties,e=[...bt(t),...mt(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(dt(t))}else void 0!==t&&e.push(dt(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ht(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:Ct).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Ct;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??Et)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};It.elementStyles=[],It.shadowRootOptions={mode:"open"},It[Nt("elementProperties")]=new Map,It[Nt("finalized")]=new Map,wt?.({ReactiveElement:It}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
42
+ */,{is:pt,defineProperty:gt,getOwnPropertyDescriptor:yt,getOwnPropertyNames:bt,getOwnPropertySymbols:mt,getPrototypeOf:vt}=Object,Ot=globalThis,St=Ot.trustedTypes,xt=St?St.emptyScript:"",wt=Ot.reactiveElementPolyfillSupport,Ct=(t,o)=>t,Nt={toAttribute(t,o){switch(o){case Boolean:t=t?xt: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}},Et=(t,o)=>!pt(t,o),It={attribute:!0,type:String,converter:Nt,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let Rt=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}=yt(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=vt(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=[...bt(t),...mt(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:Nt).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:Nt;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??Et)(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){}};Rt.elementStyles=[],Rt.shadowRootOptions={mode:"open"},Rt[Ct("elementProperties")]=new Map,Rt[Ct("finalized")]=new Map,wt?.({ReactiveElement:Rt}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
43
43
  /**
44
44
  * @license
45
45
  * Copyright 2017 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- const Lt=globalThis,Ut=Lt.trustedTypes,Wt=Ut?Ut.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",Ft=`lit$${(Math.random()+"").slice(9)}$`,zt="?"+Ft,At=`<${zt}>`,Bt=document,_t=()=>Bt.createComment(""),Kt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Pt=Array.isArray,Zt=t=>Pt(t)||"function"==typeof t?.[Symbol.iterator],jt="[ \t\n\f\r]",$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Mt=/-->/g,Dt=/>/g,Ht=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Tt=/'/g,Gt=/"/g,Vt=/^(?:script|style|textarea|title)$/i,qt=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),Yt=qt(1),Jt=qt(2),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),te=new WeakMap,ee=Bt.createTreeWalker(Bt,129);function oe(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Wt?Wt.createHTML(e):e}const re=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=$t;for(let e=0;e<o;e++){const o=t[e];let l,c,s=-1,f=0;for(;f<o.length&&(a.lastIndex=f,c=a.exec(o),null!==c);)f=a.lastIndex,a===$t?"!--"===c[1]?a=Mt:void 0!==c[1]?a=Dt:void 0!==c[2]?(Vt.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Ht):void 0!==c[3]&&(a=Ht):a===Ht?">"===c[0]?(a=i??$t,s=-1):void 0===c[1]?s=-2:(s=a.lastIndex-c[2].length,l=c[1],a=void 0===c[3]?Ht:'"'===c[3]?Gt:Tt):a===Gt||a===Tt?a=Ht:a===Mt||a===Dt?a=$t:(a=Ht,i=void 0);const u=a===Ht&&t[e+1].startsWith("/>")?" ":"";n+=a===$t?o+At:s>=0?(r.push(l),o.slice(0,s)+kt+o.slice(s)+Ft+u):o+Ft+(-2===s?e:u)}return[oe(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ie{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let i=0,n=0;const a=t.length-1,l=this.parts,[c,s]=re(t,e);if(this.el=ie.createElement(c,o),ee.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ee.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(kt)){const e=s[n++],o=r.getAttribute(t).split(Ft),a=/([.?@])?(.*)/.exec(e);l.push({type:1,index:i,name:a[2],strings:o,ctor:"."===a[1]?se:"?"===a[1]?fe:"@"===a[1]?ue:ce}),r.removeAttribute(t)}else t.startsWith(Ft)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(Vt.test(r.tagName)){const t=r.textContent.split(Ft),e=t.length-1;if(e>0){r.textContent=Ut?Ut.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],_t()),ee.nextNode(),l.push({type:2,index:++i});r.append(t[e],_t())}}}else if(8===r.nodeType)if(r.data===zt)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Ft,t+1));)l.push({type:7,index:i}),t+=Ft.length-1}i++}}static createElement(t,e){const o=Bt.createElement("template");return o.innerHTML=t,o}}function ne(t,e,o=t,r){if(e===Xt)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=Kt(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=ne(t,i._$AS(t,e.values),i,r)),e}let ae=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??Bt).importNode(e,!0);ee.currentNode=r;let i=ee.nextNode(),n=0,a=0,l=o[0];for(;void 0!==l;){if(n===l.index){let e;2===l.type?e=new le(i,i.nextSibling,this,t):1===l.type?e=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(e=new he(i,this,t)),this._$AV.push(e),l=o[++a]}n!==l?.index&&(i=ee.nextNode(),n++)}return ee.currentNode=Bt,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},le=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=Qt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ne(this,t,e),Kt(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Zt(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Qt&&Kt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Bt.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ie.createElement(oe(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new ae(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=te.get(t.strings);return void 0===e&&te.set(t.strings,e=new ie(t)),e}T(e){Pt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(_t()),this.k(_t()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ce=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=Qt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Qt}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=ne(this,t,e,0),n=!Kt(t)||t!==this._$AH&&t!==Xt,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=ne(this,r[o+a],e,a),l===Xt&&(l=this._$AH[a]),n||=!Kt(l)||l!==this._$AH[a],l===Qt?t=Qt:t!==Qt&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},se=class extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}},fe=class extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}},ue=class extends ce{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=ne(this,t,e,0)??Qt)===Xt)return;const o=this._$AH,r=t===Qt&&o!==Qt||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==Qt&&(o===Qt||r);r&&this.element.removeEventListener(this.name,this,o),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)}},he=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){ne(this,t)}};const de={j:kt,P:Ft,A:zt,C:1,M:re,L:ae,R:Zt,V:ne,D:le,I:ce,H:fe,N:ue,U:se,B:he},pe=Lt.litHtmlPolyfillSupport;pe?.(ie,le),(Lt.litHtmlVersions??=[]).push("3.1.0");const ge=(t,e,o)=>{const r=o?.renderBefore??e;let i=r._$litPart$;if(void 0===i){const t=o?.renderBefore??null;r._$litPart$=i=new le(e.insertBefore(_t(),t),t,void 0,o??{})}return i._$AI(t),i
48
+ const Lt=globalThis,Wt=Lt.trustedTypes,Ut=Wt?Wt.createPolicy("lit-html",{createHTML:t=>t}):void 0,kt="$lit$",Bt=`lit$${(Math.random()+"").slice(9)}$`,zt="?"+Bt,Ft=`<${zt}>`,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,$t=/-->/g,Ht=/>/g,Dt=RegExp(`>|${jt}(?:([^\\s"'>=/]+)(${jt}*=${jt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Tt=/'/g,Gt=/"/g,Vt=/^(?:script|style|textarea|title)$/i,qt=t=>(o,...e)=>({_$litType$:t,strings:o,values:e}),Yt=qt(1),Jt=qt(2),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),to=new WeakMap,oo=At.createTreeWalker(At,129);function eo(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ut?Ut.createHTML(o):o}const ro=(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=$t:void 0!==c[1]?a=Ht:void 0!==c[2]?(Vt.test(c[2])&&(i=RegExp("</"+c[2],"g")),a=Dt):void 0!==c[3]&&(a=Dt):a===Dt?">"===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]?Dt:'"'===c[3]?Gt:Tt):a===Gt||a===Tt?a=Dt:a===$t||a===Ht?a=Mt:(a=Dt,i=void 0);const d=a===Dt&&t[o+1].startsWith("/>")?" ":"";n+=a===Mt?e+Ft:s>=0?(r.push(l),e.slice(0,s)+kt+e.slice(s)+Bt+d):e+Bt+(-2===s?o:d)}return[eo(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class io{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]=ro(t,o);if(this.el=io.createElement(c,e),oo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=oo.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(kt)){const o=s[n++],e=r.getAttribute(t).split(Bt),a=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?so:"?"===a[1]?fo:"@"===a[1]?uo:co}),r.removeAttribute(t)}else t.startsWith(Bt)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(Vt.test(r.tagName)){const t=r.textContent.split(Bt),o=t.length-1;if(o>0){r.textContent=Wt?Wt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],_t()),oo.nextNode(),l.push({type:2,index:++i});r.append(t[o],_t())}}}else if(8===r.nodeType)if(r.data===zt)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Bt,t+1));)l.push({type:7,index:i}),t+=Bt.length-1}i++}}static createElement(t,o){const e=At.createElement("template");return e.innerHTML=t,e}}function no(t,o,e=t,r){if(o===Xt)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=no(t,i._$AS(t,o.values),i,r)),o}let ao=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);oo.currentNode=r;let i=oo.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new lo(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=oo.nextNode(),n++)}return oo.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++}},lo=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Qt,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=no(this,t,o),Pt(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):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!==Qt&&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=io.createElement(eo(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new ao(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=to.get(t.strings);return void 0===o&&to.set(t.strings,o=new io(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))}},co=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Qt,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=Qt}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=no(this,t,o,0),n=!Pt(t)||t!==this._$AH&&t!==Xt,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=no(this,r[e+a],o,a),l===Xt&&(l=this._$AH[a]),n||=!Pt(l)||l!==this._$AH[a],l===Qt?t=Qt:t!==Qt&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},so=class extends co{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}},fo=class extends co{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}},uo=class extends co{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=no(this,t,o,0)??Qt)===Xt)return;const e=this._$AH,r=t===Qt&&e!==Qt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Qt&&(e===Qt||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){no(this,t)}};const po={j:kt,P:Bt,A:zt,C:1,M:ro,L:ao,R:Kt,V:no,D:lo,I:co,H:fo,N:uo,U:so,B:ho},go=Lt.litHtmlPolyfillSupport;go?.(io,lo),(Lt.litHtmlVersions??=[]).push("3.1.0");const yo=(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 lo(o.insertBefore(_t(),t),t,void 0,e??{})}return i._$AI(t),i
49
49
  /**
50
50
  * @license
51
51
  * Copyright 2017 Google LLC
52
52
  * SPDX-License-Identifier: BSD-3-Clause
53
- */};let ye=class extends It{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ge(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};ye._$litElement$=!0,ye.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ye});const be=globalThis.litElementPolyfillSupport;be?.({LitElement:ye});(globalThis.litElementVersions??=[]).push("4.0.2");var me=Object.freeze({__proto__:null,CSSResult:st,LitElement:ye,ReactiveElement:It,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:de,adoptStyles:ht,css:ut,defaultConverter:Ct,getCompatibleStyle:dt,html:Yt,isServer:!1,noChange:Xt,notEqual:Et,nothing:Qt,render:ge,supportsAdoptingStyleSheets:at,svg:Jt,unsafeCSS:ft});
53
+ */};let bo=class extends Rt{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=yo(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};bo._$litElement$=!0,bo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:bo});const mo=globalThis.litElementPolyfillSupport;mo?.({LitElement:bo});(globalThis.litElementVersions??=[]).push("4.0.2");var vo=Object.freeze({__proto__:null,CSSResult:st,LitElement:bo,ReactiveElement:Rt,_$LE:{_$AK:(t,o,e)=>{t._$AK(o,e)},_$AL:t=>t._$AL},_$LH:po,adoptStyles:ut,css:dt,defaultConverter:Nt,getCompatibleStyle:ht,html:Yt,isServer:!1,noChange:Xt,notEqual:Et,nothing:Qt,render:yo,supportsAdoptingStyleSheets:at,svg:Jt,unsafeCSS:ft});
54
54
  /**
55
55
  * @license
56
56
  * Copyright 2017 Google LLC
57
57
  * SPDX-License-Identifier: BSD-3-Clause
58
- */const ve={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},Oe=(t=ve,e,o)=>{const{kind:r,metadata:i}=o;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const i=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,i,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const i=this[r];e.call(this,o),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};
58
+ */const Oo={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},So=(t=Oo,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
59
  /**
60
60
  * @license
61
61
  * Copyright 2017 Google LLC
62
62
  * SPDX-License-Identifier: BSD-3-Clause
63
- */function Se(t){return(e,o)=>"object"==typeof o?Oe(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
63
+ */function xo(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
64
  /**
65
65
  * @license
66
66
  * Copyright 2017 Google LLC
67
67
  * SPDX-License-Identifier: BSD-3-Clause
68
- */}function xe(t){return Se({...t,state:!0,attribute:!1})}
68
+ */}function wo(t){return xo({...t,state:!0,attribute:!1})}
69
69
  /**
70
70
  * @license
71
71
  * Copyright 2017 Google LLC
@@ -76,17 +76,17 @@ const Lt=globalThis,Ut=Lt.trustedTypes,Wt=Ut?Ut.createPolicy("lit-html",{createH
76
76
  * Copyright 2017 Google LLC
77
77
  * SPDX-License-Identifier: BSD-3-Clause
78
78
  */
79
- const we=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
79
+ const Co=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
80
80
  /**
81
81
  * @license
82
82
  * Copyright 2017 Google LLC
83
83
  * SPDX-License-Identifier: BSD-3-Clause
84
- */;function Ne(t,e){return(o,r,i)=>{const n=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return we(0,0,{get(){let o=t.call(this);return void 0===o&&(o=n(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return we(0,0,{get(){return n(this)}})}}
84
+ */;function No(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
85
  /**
86
86
  * @license
87
87
  * Copyright 2017 Google LLC
88
88
  * SPDX-License-Identifier: BSD-3-Clause
89
- */let Ce;var Ee=Object.freeze({__proto__:null,customElement:t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:function(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}},property:Se,query:Ne,queryAll:function(t){return(e,o)=>we(0,0,{get(){return(this.renderRoot??(Ce??=document.createDocumentFragment())).querySelectorAll(t)}})
89
+ */let Eo;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:xo,query:No,queryAll:function(t){return(o,e)=>Co(0,0,{get(){return(this.renderRoot??(Eo??=document.createDocumentFragment())).querySelectorAll(t)}})
90
90
  /**
91
91
  * @license
92
92
  * Copyright 2017 Google LLC
@@ -97,51 +97,51 @@ const we=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
97
97
  * Copyright 2021 Google LLC
98
98
  * SPDX-License-Identifier: BSD-3-Clause
99
99
  */
100
- function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===i?o:o.filter((t=>t.matches(i)))}})}}
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
101
  /**
102
102
  * @license
103
103
  * Copyright 2017 Google LLC
104
104
  * SPDX-License-Identifier: BSD-3-Clause
105
- */,queryAssignedNodes:function(t){return(e,o)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(i);return e?.assignedNodes(t)??[]}})}},queryAsync:function(t){return(e,o)=>we(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:Oe,state:xe});
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:wo});
106
106
  /**
107
107
  * @license
108
108
  * Copyright 2017 Google LLC
109
109
  * SPDX-License-Identifier: BSD-3-Clause
110
- */const Re=1,Ie=2,Le=t=>(...e)=>({_$litDirective$:t,values:e});let Ue=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
110
+ */const Ro=1,Lo=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
111
  /**
112
112
  * @license
113
113
  * Copyright 2020 Google LLC
114
114
  * SPDX-License-Identifier: BSD-3-Clause
115
- */const{D:We}=rt,ke=()=>document.createComment(""),Fe=(t,e,o)=>{const r=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(ke(),i),n=r.insertBefore(ke(),i);o=new We(e,n,t,t.options)}else{const e=o._$AB.nextSibling,n=o._$AM,a=n!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==n._$AU&&o._$AP(e)}if(e!==i||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;r.insertBefore(t,i),t=e}}}return o},ze=(t,e,o=t)=>(t._$AI(e,o),t),Ae={},Be=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},_e=(t,e,o)=>{const r=new Map;for(let i=e;i<=o;i++)r.set(t[i],i);return r},Ke=Le(class extends Ue{constructor(t){if(super(t),t.type!==Ie)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let r;void 0===o?o=e:void 0!==e&&(r=e);const i=[],n=[];let a=0;for(const e of t)i[a]=r?r(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:i}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,r]){const i=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,r);if(!Array.isArray(i))return this.dt=a,n;const l=this.dt??=[],c=[];let s,f,u=0,h=i.length-1,d=0,p=n.length-1;for(;u<=h&&d<=p;)if(null===i[u])u++;else if(null===i[h])h--;else if(l[u]===a[d])c[d]=ze(i[u],n[d]),u++,d++;else if(l[h]===a[p])c[p]=ze(i[h],n[p]),h--,p--;else if(l[u]===a[p])c[p]=ze(i[u],n[p]),Fe(t,c[p+1],i[u]),u++,p--;else if(l[h]===a[d])c[d]=ze(i[h],n[d]),Fe(t,i[u],i[h]),h--,d++;else if(void 0===s&&(s=_e(a,d,p),f=_e(l,u,h)),s.has(l[u]))if(s.has(l[h])){const e=f.get(a[d]),o=void 0!==e?i[e]:null;if(null===o){const e=Fe(t,i[u]);ze(e,n[d]),c[d]=e}else c[d]=ze(o,n[d]),Fe(t,i[u],o),i[e]=null;d++}else Be(i[h]),h--;else Be(i[u]),u++;for(;d<=p;){const e=Fe(t,c[p+1]);ze(e,n[d]),c[d++]=e}for(;u<=h;){const t=i[u++];null!==t&&Be(t)}return this.dt=a,((t,e=Ae)=>{t._$AH=e})(t,c),$}});
115
+ */const{D:ko}=rt,Bo=()=>document.createComment(""),zo=(t,o,e)=>{const r=t._$AA.parentNode,i=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=r.insertBefore(Bo(),i),n=r.insertBefore(Bo(),i);e=new ko(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!==Lo)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,d=0,u=i.length-1,h=0,p=n.length-1;for(;d<=u&&h<=p;)if(null===i[d])d++;else if(null===i[u])u--;else if(l[d]===a[h])c[h]=Fo(i[d],n[h]),d++,h++;else if(l[u]===a[p])c[p]=Fo(i[u],n[p]),u--,p--;else if(l[d]===a[p])c[p]=Fo(i[d],n[p]),zo(t,c[p+1],i[d]),d++,p--;else if(l[u]===a[h])c[h]=Fo(i[u],n[h]),zo(t,i[d],i[u]),u--,h++;else if(void 0===s&&(s=Po(a,h,p),f=Po(l,d,u)),s.has(l[d]))if(s.has(l[u])){const o=f.get(a[h]),e=void 0!==o?i[o]:null;if(null===e){const o=zo(t,i[d]);Fo(o,n[h]),c[h]=o}else c[h]=Fo(e,n[h]),zo(t,i[d],e),i[o]=null;h++}else _o(i[u]),u--;else _o(i[d]),d++;for(;h<=p;){const o=zo(t,c[p+1]);Fo(o,n[h]),c[h++]=o}for(;d<=u;){const t=i[d++];null!==t&&_o(t)}return this.dt=a,((t,o=Ao)=>{t._$AH=o})(t,c),M}});
116
116
  /**
117
117
  * @license
118
118
  * Copyright 2017 Google LLC
119
119
  * SPDX-License-Identifier: BSD-3-Clause
120
- */var Pe=Object.freeze({__proto__:null,repeat:Ke});
120
+ */var Ko=Object.freeze({__proto__:null,repeat:Zo});
121
121
  /**
122
122
  * @license
123
123
  * Copyright 2018 Google LLC
124
124
  * SPDX-License-Identifier: BSD-3-Clause
125
- */const Ze=Le(class extends Ue{constructor(t){if(super(t),t.type!==Re||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return $}});var je=Object.freeze({__proto__:null,classMap:Ze});
125
+ */const jo=Wo(class extends Uo{constructor(t){if(super(t),t.type!==Ro||"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
126
  /**
127
127
  * @license
128
128
  * Copyright 2018 Google LLC
129
129
  * SPDX-License-Identifier: BSD-3-Clause
130
- */const $e="important",Me=" !"+$e,De=Le(class extends Ue{constructor(t){if(super(t),t.type!==Re||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,o)=>{const r=t[o];return null==r?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:o}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?o.removeProperty(t):o[t]=null);for(const t in e){const r=e[t];if(null!=r){this.ut.add(t);const e="string"==typeof r&&r.endsWith(Me);t.includes("-")||e?o.setProperty(t,e?r.slice(0,-11):r,e?$e:""):o[t]=r}}return $}});var He=Object.freeze({__proto__:null,styleMap:De});
130
+ */const $o="important",Ho=" !"+$o,Do=Wo(class extends Uo{constructor(t){if(super(t),t.type!==Ro||"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(Ho);t.includes("-")||o?e.setProperty(t,o?r.slice(0,-11):r,o?$o:""):e[t]=r}}return M}});var To=Object.freeze({__proto__:null,styleMap:Do});
131
131
  /**
132
132
  * @license
133
133
  * Copyright 2017 Google LLC
134
134
  * SPDX-License-Identifier: BSD-3-Clause
135
- */let Te=class extends Ue{constructor(t){if(super(t),this.et=M,t.type!==Ie)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===M||null==t)return this.vt=void 0,this.et=t;if(t===$)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Ge=Le(Te);var Ve=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Ge});class qe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Ye extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new qe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new qe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Je=t=>new Ye(((e,o)=>t.then(e).catch(o)));var Xe=Object.freeze({__proto__:null,CancelablePromise:Ye,CanceledPromiseError:qe,cancelable:Je});var Qe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Ye&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=Je(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class to{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t){var e,o;return(null!==(o=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==o?o:null==t?void 0:t.topic).metadata.map((t=>to.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let o=to.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const r=this.allResults.flatMap((e=>to.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==o?void 0:o.key)&&t.value===(null==o?void 0:o.value)))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return r.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){let i=this.metadataDescriptors.find((t=>o==t.key)),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>to.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let r,i=to.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return to.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var eo=Object.freeze({__proto__:null,ClusteringHelper:to});class oo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ro=Object.freeze({__proto__:null,Debouncer:oo});const io=t=>new Promise((e=>setTimeout(e,t)));async function no(t,e=10,o=2e4){await ao((async()=>await t()||void 0),e,o)}async function ao(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await io(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function lo(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function co(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!co(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!co(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!co(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}function so(t,e,o){return Math.min(Math.max(t,e),o)}var fo=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?lo(o):o}},deepEqual:co,delay:io,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:so,parseDate:lo,waitFor:ao,waitUntil:no});const uo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function ho(t,e){const o=()=>JSON.parse(JSON.stringify(t));return Se({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!co(t,e),...null!=e?e:{}})}function po(t){return!isNaN(parseFloat(t))}var go=Object.freeze({__proto__:null,customElement:uo,isNumber:po,jsonProperty:ho,optionalNumberProperty:function(t){return Se({type:Object,converter:{fromAttribute:t=>{if(null!=t)return po(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const yo=t=>"string"==typeof t?ft(t):t;class bo{static create(t,e,o,r){const i=t=>yo(null!=t?t:r),n=ut`var(${yo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ut`var(${yo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=ut`var(${yo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>ut`var(${yo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):yo(null!=e?e:t.lastResortDefaultValue()),r=ut`var(${yo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>ut`var(${yo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const mo={colorWhite:bo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:bo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:bo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:bo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:bo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:bo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:bo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:bo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:bo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:bo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:bo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:bo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:bo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:bo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:bo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:bo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:bo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:bo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:bo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:bo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:bo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:bo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:bo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:bo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:bo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:bo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:bo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:bo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:bo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:bo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:bo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:bo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:bo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:bo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:bo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:bo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:bo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:bo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:bo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:bo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:bo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:bo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:bo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:bo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:bo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:bo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:bo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:bo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:bo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:bo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:bo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:bo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:bo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:bo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:bo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:bo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:bo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:bo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:bo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:bo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:bo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:bo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:bo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:bo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:bo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:bo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:bo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:bo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:bo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:bo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:bo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:bo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:bo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:bo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:bo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:bo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:bo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:bo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:bo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:bo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:bo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:bo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:bo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:bo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:bo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:bo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:bo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:bo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:bo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:bo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:bo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:bo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:bo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:bo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:bo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:bo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:bo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:bo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:bo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:bo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:bo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:bo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:bo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:bo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:bo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:bo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:bo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:bo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:bo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:bo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:bo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:bo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:bo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:bo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:bo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:bo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:bo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:bo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:bo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:bo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:bo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:bo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:bo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:bo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:bo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:bo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:bo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:bo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:bo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:bo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:bo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:bo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:bo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:bo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:bo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:bo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:bo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:bo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:bo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:bo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:bo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:bo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:bo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:bo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:bo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:bo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:bo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:bo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:bo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:bo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:bo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:bo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:bo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:bo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:bo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:bo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:bo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:bo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:bo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:bo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:bo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:bo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:bo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:bo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:bo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:bo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:bo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:bo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:bo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:bo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:bo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:bo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:bo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:bo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:bo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:bo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:bo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:bo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:bo.create("--ft-opacity-0","","NUMBER","0"),opacity8:bo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:bo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:bo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:bo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:bo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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)"),underline:bo.create("--ft-underline","","UNKNOWN","underline")},vo={fontFamily:bo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:bo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Oo={fontFamily:bo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:bo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},So={fontFamily:bo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:bo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},xo={fontFamily:bo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:bo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:bo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},wo={fontFamily:bo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},No={fontFamily:bo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Co={fontFamily:bo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Eo={fontFamily:bo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Ro={fontFamily:bo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Io={fontFamily:bo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:bo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:bo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Lo={fontFamily:bo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Uo={fontFamily:bo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Wo={fontFamily:bo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:bo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:bo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:bo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ao={fontFamily:bo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:bo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:bo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:bo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Po={fontFamily:bo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:bo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},jo={fontFamily:bo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},$o={fontFamily:bo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:bo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Do={fontFamily:bo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:bo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ho={display:vo,"title-1":Oo,"title-2":So,"title-3":xo,"body-1-regular":wo,"body-1-medium":No,"body-1-semibold":Co,"body-2-regular":Eo,"body-2-medium":Ro,"body-2-medium-underline":Io,"body-2-semibold":Lo,"label-1-medium":Uo,"label-1-semibold":Wo,"label-1-bold":ko,"label-2-medium":Fo,"label-2-semibold":zo,"label-2-bold":Ao,"caption-1-medium":Bo,"caption-1-semibold":_o,"caption-1-bold":Ko,"caption-2-medium":Po,"caption-2-semibold":Zo,"caption-2-bold":jo,"caption-3-medium":$o,"caption-3-semibold":Mo,"caption-3-bold":Do},To={backgroundActionPrimary:bo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",mo.colorBrand0),backgroundErrorSubtle:bo.extend("--ft-background-error-subtle","Used as background of subtle error components.",mo.colorRed10),backgroundInfoSubtle:bo.extend("--ft-background-info-subtle","Used as background of subtle information components.",mo.colorCyan10),backgroundWarningSubtle:bo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",mo.colorOrange10),backgroundSuccessSubtle:bo.extend("--ft-background-success-subtle","Used as background of subtle success components.",mo.colorGreen10),backgroundGlobalSurface:bo.extend("--ft-background-global-surface","Used as app background.",mo.colorWhite),backgroundGlobalOnSurface:bo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",mo.colorGray10),backgroundGlobalOnSurfaceDark:bo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",mo.colorGray30),contentActionPrimary:bo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",mo.colorBrand0),contentWarningPrimary:bo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",mo.colorOrange200),contentWarningIconOnly:bo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",mo.colorOrange0),contentErrorPrimary:bo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",mo.colorRed0),contentErrorIconOnly:bo.extend("--ft-content-error-icon-only","Used on error status icons alone",mo.colorRed70),contentInfoPrimary:bo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",mo.colorCyan200),contentInfoIconOnly:bo.extend("--ft-content-info-icon-only","Used on info status icons alone",mo.colorCyan0),contentSuccessPrimary:bo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",mo.colorGreen200),contentSuccessIconOnly:bo.extend("--ft-content-success-icon-only","Used on success status icons alone",mo.colorGreen0),contentGlobalPrimary:bo.extend("--ft-content-global-primary","Used for main content on the page.",mo.colorGray500),contentGlobalSecondary:bo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",mo.colorGray200),contentGlobalSubtle:bo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",mo.colorGray0),contentGlobalOnColor:bo.extend("--ft-content-global-on-color","Used for content on a dominant color.",mo.colorWhite),borderActionPrimary:bo.extend("--ft-border-action-primary","Used as border for primary action components.",mo.colorBrand0),borderActionFocusRing:bo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",mo.colorCyan0),borderWarningPrimary:bo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",mo.colorOrange200),borderWarningSubtle:bo.extend("--ft-border-warning-subtle","Used as border for warning components.",mo.colorOrange30),borderSuccessPrimary:bo.extend("--ft-border-success-primary","Used as border for success buttons.",mo.colorGreen200),borderSuccessSubtle:bo.extend("--ft-border-success-subtle","Used as border for success components.",mo.colorGreen30),borderErrorPrimary:bo.extend("--ft-border-error-primary","Used as border for text fields in error states.",mo.colorRed0),borderErrorSubtle:bo.extend("--ft-border-error-subtle","Used as border for error components.",mo.colorRed30),borderInfoPrimary:bo.extend("--ft-border-info-primary","Used as border for buttons in info color.",mo.colorCyan200),borderInfoSubtle:bo.extend("--ft-border-info-subtle","Used as border for information components.",mo.colorCyan30),borderGlobalPrimary:bo.extend("--ft-border-global-primary","Used as border for element like input.",mo.colorGray50),borderGlobalSubtle:bo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",mo.colorGray30),borderInputPrimary:bo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",mo.colorGray80)},Go={largeHeight:bo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:bo.extend("--ft-button-large-horizontal-padding","",mo.spacing4),largeGap:bo.extend("--ft-button-large-gap","",mo.spacing2),largeBorderRadius:bo.extend("--ft-button-large-border-radius","",mo.borderRadiusS),largeIconSize:bo.extend("--ft-button-large-icon-size","",mo.iconSize3),largeBorderWidth:bo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:bo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:bo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:bo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:bo.extend("--ft-button-small-horizontal-padding","",mo.spacing3),smallGap:bo.extend("--ft-button-small-gap","",mo.spacing2),smallBorderRadius:bo.extend("--ft-button-small-border-radius","",mo.borderRadiusS),smallIconSize:bo.extend("--ft-button-small-icon-size","",mo.iconSize2),smallBorderWidth:bo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:bo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:bo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:bo.extend("--ft-button-primary-background-color","",To.backgroundActionPrimary),primaryColor:bo.extend("--ft-button-primary-color","",To.contentGlobalOnColor),primaryIconColor:bo.extend("--ft-button-primary-icon-color","",To.contentGlobalOnColor),primaryStateLayerColor:bo.extend("--ft-button-primary-state-layer-color","",To.contentGlobalOnColor),primaryHoverStateLayerOpacity:bo.extend("--ft-button-primary-hover-state-layer-opacity","",mo.opacity16),primaryFocusStateLayerOpacity:bo.extend("--ft-button-primary-focus-state-layer-opacity","",mo.opacity16),primaryActiveStateLayerOpacity:bo.extend("--ft-button-primary-active-state-layer-opacity","",mo.opacity24),primaryDisabledComponentOpacity:bo.extend("--ft-button-primary-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-button-focus-focus-ring-color","",To.borderActionFocusRing),tertiaryBackgroundColor:bo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:bo.extend("--ft-button-tertiary-color","",To.contentActionPrimary),tertiaryIconColor:bo.extend("--ft-button-tertiary-icon-color","",To.contentActionPrimary),tertiaryStateLayerColor:bo.extend("--ft-button-tertiary-state-layer-color","",To.contentActionPrimary),tertiaryHoverStateLayerOpacity:bo.extend("--ft-button-tertiary-hover-state-layer-opacity","",mo.opacity8),tertiaryFocusStateLayerOpacity:bo.extend("--ft-button-tertiary-focus-state-layer-opacity","",mo.opacity8),tertiaryActiveStateLayerOpacity:bo.extend("--ft-button-tertiary-active-state-layer-opacity","",mo.opacity16),tertiaryDisabledComponentOpacity:bo.extend("--ft-button-tertiary-disabled-component-opacity","",mo.opacity40),secondaryBackgroundColor:bo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:bo.extend("--ft-button-secondary-color","",To.contentActionPrimary),secondaryIconColor:bo.extend("--ft-button-secondary-icon-color","",To.contentActionPrimary),secondaryStateLayerColor:bo.extend("--ft-button-secondary-state-layer-color","",To.contentActionPrimary),secondaryHoverStateLayerOpacity:bo.extend("--ft-button-secondary-hover-state-layer-opacity","",mo.opacity8),secondaryFocusStateLayerOpacity:bo.extend("--ft-button-secondary-focus-state-layer-opacity","",mo.opacity8),secondaryActiveStateLayerOpacity:bo.extend("--ft-button-secondary-active-state-layer-opacity","",mo.opacity16),secondaryDisabledComponentOpacity:bo.extend("--ft-button-secondary-disabled-component-opacity","",mo.opacity40),secondaryBorderColor:bo.extend("--ft-button-secondary-border-color","",To.borderActionPrimary),neutralBackgroundColor:bo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:bo.extend("--ft-button-neutral-icon-color","",To.contentGlobalSecondary),neutralColor:bo.extend("--ft-button-neutral-color","",To.contentGlobalSecondary),neutralStateLayerColor:bo.extend("--ft-button-neutral-state-layer-color","",To.contentGlobalSecondary),neutralHoverStateLayerOpacity:bo.extend("--ft-button-neutral-hover-state-layer-opacity","",mo.opacity8),neutralFocusStateLayerOpacity:bo.extend("--ft-button-neutral-focus-state-layer-opacity","",mo.opacity8),neutralActiveStateLayerOpacity:bo.extend("--ft-button-neutral-active-state-layer-opacity","",mo.opacity16),neutralDisabledComponentOpacity:bo.extend("--ft-button-neutral-disabled-component-opacity","",mo.opacity40)},Vo={iconSize:bo.extend("--ft-banner-icon-size","",mo.iconSize5),borderWidth:bo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-banner-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-banner-vertical-padding","",mo.spacing6),horizontalSideGap:bo.extend("--ft-banner-horizontal-side-gap","",mo.spacing6),horizontalMobileGap:bo.extend("--ft-banner-horizontal-mobile-gap","",mo.spacing4),verticalMobileGap:bo.extend("--ft-banner-vertical-mobile-gap","",mo.spacing6),horizontalMiddleGap:bo.extend("--ft-banner-horizontal-middle-gap","",mo.spacing20),infoBackgroundColor:bo.extend("--ft-banner-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-banner-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-banner-info-icon-color","",To.contentInfoIconOnly)},qo={gap:bo.extend("--ft-breadcrumb-gap","",mo.spacing1)},Yo={horizontalPadding:bo.extend("--ft-page-header-horizontal-padding","",mo.spacing12),verticalPadding:bo.extend("--ft-page-header-vertical-padding","",mo.spacing6)},Jo={smallContainerWidth:bo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:bo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:bo.extend("--ft-modal-overlay-background-color","",mo.colorGray700),overlayOpacity:bo.extend("--ft-modal-overlay-opacity","",mo.opacity40),shadow:bo.extend("--ft-modal-shadow","",mo.shadowElevation03),bodyBackgroundColor:bo.extend("--ft-modal-body-background-color","",mo.colorWhite),bodyColor:bo.extend("--ft-modal-body-color","",To.contentGlobalPrimary),bodyHorizontalPadding:bo.extend("--ft-modal-body-horizontal-padding","",mo.spacing6),bodyVerticalPadding:bo.extend("--ft-modal-body-vertical-padding","",mo.spacing6),bodyVerticalGap:bo.extend("--ft-modal-body-vertical-gap","",mo.spacing6),containerMargin:bo.extend("--ft-modal-container-margin","",mo.spacing3),headerBackgroundColor:bo.extend("--ft-modal-header-background-color","",To.backgroundGlobalOnSurface),headerBorderColor:bo.extend("--ft-modal-header-border-color","",To.borderGlobalSubtle),headerColor:bo.extend("--ft-modal-header-color","",To.contentGlobalPrimary),headerTrailingIconColor:bo.extend("--ft-modal-header-trailing-icon-color","",To.contentGlobalSecondary),headerVerticalPadding:bo.extend("--ft-modal-header-vertical-padding","",mo.spacing1),headerRightPadding:bo.extend("--ft-modal-header-right-padding","",mo.spacing1),headerLeftPadding:bo.extend("--ft-modal-header-left-padding","",mo.spacing6),headerGap:bo.extend("--ft-modal-header-gap","",mo.spacing2),headerBorderBottom:bo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:bo.extend("--ft-modal-border-radius","",mo.borderRadiusM)},Xo={fieldHorizontalPadding:bo.extend("--ft-text-input-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-input-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-input-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-text-input-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-text-input-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-input-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-input-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-input-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-text-input-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-input-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-text-input-trailing-icon-color","",To.contentGlobalSubtle),labelColor:bo.extend("--ft-text-input-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-input-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-input-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-input-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-input-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-input-error-helper-icon-color","",To.contentErrorIconOnly),warningBorderWidth:bo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:bo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-text-input-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-input-disabled-component-opacity","",mo.opacity40)},Qo={backgroundColor:bo.extend("--ft-text-area-background-color","",mo.colorWhite),contentValueColor:bo.extend("--ft-text-area-content-value-color","",To.contentGlobalPrimary),labelColor:bo.extend("--ft-text-area-label-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-text-area-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-text-area-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-text-area-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-text-area-error-helper-text-color","",To.contentErrorPrimary),errorHelperIconColor:bo.extend("--ft-text-area-error-helper-icon-color","",To.contentErrorIconOnly),focusFocusRingColor:bo.extend("--ft-text-area-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-text-area-disabled-component-opacity","",mo.opacity40),fieldHorizontalLeftPadding:bo.extend("--ft-text-area-field-horizontal-left-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-text-area-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-text-area-field-vertical-gap","",mo.spacing05),fieldMinHeight:bo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:bo.extend("--ft-text-area-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-text-area-helper-horizontal-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-text-area-helper-icon-size","",mo.iconSize2),borderRadius:bo.extend("--ft-text-area-border-radius","",mo.borderRadiusM)},tr={height:bo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:bo.extend("--ft-floating-menu-horizontal-padding","",mo.spacing4),offIconColor:bo.extend("--ft-floating-menu-off-icon-color","",To.contentGlobalPrimary),offColor:bo.extend("--ft-floating-menu-off-color","",To.contentGlobalPrimary),onColor:bo.extend("--ft-floating-menu-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-floating-menu-on-state-layer-color","",To.contentActionPrimary),gap:bo.extend("--ft-floating-menu-gap","",mo.spacing3),focusFocusRingColor:bo.extend("--ft-floating-menu-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:bo.extend("--ft-floating-menu-focus-state-layer-opacity","",mo.opacity8),hoverStateLayerOpacity:bo.extend("--ft-floating-menu-hover-state-layer-opacity","",mo.opacity8),activeStateLayerOpacity:bo.extend("--ft-floating-menu-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-floating-menu-disabled-component-opacity","",mo.opacity40),iconSize:bo.extend("--ft-floating-menu-icon-size","",mo.iconSize3),backgroundColor:bo.extend("--ft-floating-menu-background-color","",To.backgroundGlobalOnSurface)},er={fieldHorizontalPadding:bo.extend("--ft-combobox-single-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-single-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-single-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-single-select-field-icon-size","",mo.iconSize3),fieldHeight:bo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:bo.extend("--ft-combobox-single-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-single-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-single-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-single-select-helper-icon-size","",mo.iconSize2),menuVerticalGap:bo.extend("--ft-combobox-single-select-menu-vertical-gap","",mo.spacing2),borderRadius:bo.extend("--ft-combobox-single-select-border-radius","",mo.borderRadiusM),backgroundColor:bo.extend("--ft-combobox-single-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-single-select-label-color","",To.contentGlobalSubtle),contentValueColor:bo.extend("--ft-combobox-single-select-content-value-color","",To.contentGlobalPrimary),trailingIconColor:bo.extend("--ft-combobox-single-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-single-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-single-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:bo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:bo.extend("--ft-combobox-single-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-single-select-error-helper-text-color","",To.contentErrorPrimary),warningBorderWidth:bo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-single-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-single-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-single-select-warning-helper-icon-color","",To.contentWarningIconOnly),focusOutlineWidth:bo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-single-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-single-select-disabled-component-opacity","",mo.opacity40)},or={backgroundColor:bo.extend("--ft-combobox-multi-select-background-color","",mo.colorWhite),labelColor:bo.extend("--ft-combobox-multi-select-label-color","",To.contentGlobalSubtle),trailingIconColor:bo.extend("--ft-combobox-multi-select-trailing-icon-color","",To.contentGlobalSubtle),defaultBorderColor:bo.extend("--ft-combobox-multi-select-default-border-color","",To.borderInputPrimary),defaultHelperTextColor:bo.extend("--ft-combobox-multi-select-default-helper-text-color","",To.contentGlobalSubtle),defaultBorderWidth:bo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:bo.extend("--ft-combobox-multi-select-error-border-color","",To.borderErrorPrimary),errorHelperTextColor:bo.extend("--ft-combobox-multi-select-error-helper-text-color","",To.contentErrorPrimary),errorHelperIcon:bo.extend("--ft-combobox-multi-select-error-helper-icon","",To.contentErrorIconOnly),errorBorderWidth:bo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:bo.extend("--ft-combobox-multi-select-warning-border-color","",To.borderWarningPrimary),warningHelperTextColor:bo.extend("--ft-combobox-multi-select-warning-helper-text-color","",To.contentWarningPrimary),warningHelperIconColor:bo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",To.contentWarningIconOnly),warningBorderWidth:bo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineWidth:bo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:bo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:bo.extend("--ft-combobox-multi-select-disabled-component-opacity","",mo.opacity40),helperHorizontalPadding:bo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",mo.spacing4),helperHorizontalGap:bo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",mo.spacing1),helperVerticalGap:bo.extend("--ft-combobox-multi-select-helper-vertical-gap","",mo.spacing1),helperIconSize:bo.extend("--ft-combobox-multi-select-helper-icon-size","",mo.iconSize2),fieldHorizontalPadding:bo.extend("--ft-combobox-multi-select-field-horizontal-padding","",mo.spacing4),fieldHorizontalGap:bo.extend("--ft-combobox-multi-select-field-horizontal-gap","",mo.spacing3),fieldVerticalGap:bo.extend("--ft-combobox-multi-select-field-vertical-gap","",mo.spacing05),fieldIconSize:bo.extend("--ft-combobox-multi-select-field-icon-size","",mo.iconSize3),fieldMaxHeight:bo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:bo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",mo.spacing1),contentValuesVerticalGap:bo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",mo.spacing1),borderRadius:bo.extend("--ft-combobox-multi-select-border-radius","",mo.borderRadiusM)},rr={backgroundColor:bo.extend("--ft-popover-background-color","",To.backgroundGlobalOnSurface),horizontalPadding:bo.extend("--ft-popover-horizontal-padding","",mo.spacing6),verticalPadding:bo.extend("--ft-popover-vertical-padding","",mo.spacing6),iconColor:bo.extend("--ft-popover-icon-color","",To.contentGlobalSecondary),iconSize:bo.extend("--ft-popover-icon-size","",mo.iconSize2),titleColor:bo.extend("--ft-popover-title-color","",To.contentGlobalPrimary),bodyColor:bo.extend("--ft-popover-body-color","",To.contentGlobalSecondary),linkColor:bo.extend("--ft-popover-link-color","",To.contentActionPrimary),gap:bo.extend("--ft-popover-gap","",mo.spacing3),borderRadius:bo.extend("--ft-popover-border-radius","",mo.borderRadiusM),shadow:bo.extend("--ft-popover-shadow","",mo.shadowElevation02)},ir={topLeftBorderRadius:bo.extend("--ft-tabs-top-left-border-radius","",mo.borderRadiusS),topRightBorderRadius:bo.extend("--ft-tabs-top-right-border-radius","",mo.borderRadiusS),labelHorizontalPadding:bo.extend("--ft-tabs-label-horizontal-padding","",mo.spacing4),labelVerticalPadding:bo.extend("--ft-tabs-label-vertical-padding","",mo.spacing3),labelGap:bo.extend("--ft-tabs-label-gap","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-tabs-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-tabs-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-tabs-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-tabs-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-tabs-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-tabs-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-tabs-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-tabs-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-tabs-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-tabs-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-tabs-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-tabs-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-tabs-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-tabs-icon-vertical-padding","",mo.spacing4),focusOutlineWidth:bo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-tabs-focus-focus-ring-color","",To.borderActionFocusRing)},nr={hoverStateLayerOpacity:bo.extend("--ft-collapsible-hover-state-layer-opacity","",mo.opacity8),focusStateLayerOpacity:bo.extend("--ft-collapsible-focus-state-layer-opacity","",mo.opacity8),focusOutlineWidth:bo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:bo.extend("--ft-collapsible-focus-focus-ring-color","",To.borderActionFocusRing),activeStateLayerOpacity:bo.extend("--ft-collapsible-active-state-layer-opacity","",mo.opacity16),disabledComponentOpacity:bo.extend("--ft-collapsible-disabled-component-opacity","",mo.opacity40),horizontalPadding:bo.extend("--ft-collapsible-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-collapsible-vertical-padding","",mo.spacing3),color:bo.extend("--ft-collapsible-color","",To.contentGlobalPrimary),stateLayerColor:bo.extend("--ft-collapsible-state-layer-color","",To.contentGlobalPrimary),backgroundColor:bo.extend("--ft-collapsible-background-color","",To.backgroundGlobalOnSurface),borderColor:bo.extend("--ft-collapsible-border-color","",To.borderGlobalSubtle),iconSize:bo.extend("--ft-collapsible-icon-size","",mo.iconSize3)},ar={groupHorizontalPadding:bo.extend("--ft-switch-group-horizontal-padding","",mo.spacing1),groupVerticalPadding:bo.extend("--ft-switch-group-vertical-padding","",mo.spacing1),groupGap:bo.extend("--ft-switch-group-gap","",mo.spacing1),groupBackgroundColor:bo.extend("--ft-switch-group-background-color","",To.backgroundGlobalSurface),groupBorderColor:bo.extend("--ft-switch-group-border-color","",To.borderGlobalSubtle),groupBorderRadius:bo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:bo.extend("--ft-switch-label-horizontal-padding","",mo.spacing2),labelVerticalPadding:bo.extend("--ft-switch-label-vertical-padding","",mo.spacing1),offHoverStateLayerOpacity:bo.extend("--ft-switch-off-hover-state-layer-opacity","",mo.opacity8),offFocusStateLayerOpacity:bo.extend("--ft-switch-off-focus-state-layer-opacity","",mo.opacity8),offActiveStateLayerOpacity:bo.extend("--ft-switch-off-active-state-layer-opacity","",mo.opacity16),offDisabledComponentOpacity:bo.extend("--ft-switch-off-disabled-component-opacity","",mo.opacity40),offColor:bo.extend("--ft-switch-off-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-switch-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-switch-on-hover-state-layer-opacity","",mo.opacity8),onFocusStateLayerOpacity:bo.extend("--ft-switch-on-focus-state-layer-opacity","",mo.opacity8),onActiveStateLayerOpacity:bo.extend("--ft-switch-on-active-state-layer-opacity","",mo.opacity16),onDisabledComponentOpacity:bo.extend("--ft-switch-on-disabled-component-opacity","",mo.opacity40),onColor:bo.extend("--ft-switch-on-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-switch-on-state-layer-color","",To.contentActionPrimary),iconHorizontalPadding:bo.extend("--ft-switch-icon-horizontal-padding","",mo.spacing1),iconVerticalPadding:bo.extend("--ft-switch-icon-vertical-padding","",mo.spacing1),focusOutlineWidth:bo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:bo.extend("--ft-switch-focus-focus-ring-color","",To.borderActionFocusRing),optionBorderRadius:bo.extend("--ft-switch-option-border-radius","",mo.borderRadiusS)},lr={color1Light:bo.extend("--ft-chart-1-light","for area color charts",mo.colorBrand40),color1Base:bo.extend("--ft-chart-1-base","for line charts",mo.colorBrand0),color2Light:bo.extend("--ft-chart-2-light","for area color charts",mo.colorYellow60),color2Base:bo.extend("--ft-chart-2-base","for line charts",mo.colorYellow100),color3Light:bo.extend("--ft-chart-3-light","",mo.colorUltramarine40),color3Base:bo.extend("--ft-chart-3-base","",mo.colorUltramarine70),color4Light:bo.extend("--ft-chart-4-light","",mo.colorCyan50),color4Base:bo.extend("--ft-chart-4-base","",mo.colorCyan100),color5Light:bo.extend("--ft-chart-5-light","",mo.colorRed40),color5Base:bo.extend("--ft-chart-5-base","",mo.colorRed60),color6Light:bo.extend("--ft-chart-6-light","",mo.colorGreen40),color6Base:bo.extend("--ft-chart-6-base","",mo.colorGreen70),color7Light:bo.extend("--ft-chart-7-light","",mo.colorOrange70),color7Base:bo.extend("--ft-chart-7-base","",mo.colorOrange100),color8Light:bo.extend("--ft-chart-8-light","",mo.colorAvocado70),color8Base:bo.extend("--ft-chart-8-base","",mo.colorAvocado200),color9Light:bo.extend("--ft-chart-9-light","",mo.colorBrown50),color9Base:bo.extend("--ft-chart-9-base","",mo.colorBrown200),color10Light:bo.extend("--ft-chart-10-light","",mo.colorGray50),color10Base:bo.extend("--ft-chart-10-base","",mo.colorGray80),monochrome10:bo.extend("--ft-chart-monochrome-10","",mo.colorBrand10),monochrome20:bo.extend("--ft-chart-monochrome-20","",mo.colorBrand20),monochrome30:bo.extend("--ft-chart-monochrome-30","",mo.colorBrand40),monochrome40:bo.extend("--ft-chart-monochrome-40","",mo.colorBrand60),monochrome50:bo.extend("--ft-chart-monochrome-50","",mo.colorBrand0),monochrome60:bo.extend("--ft-chart-monochrome-60","",mo.colorBrand200)},cr={largeHorizontalPadding:bo.extend("--ft-chip-large-horizontal-padding","",mo.spacing4),largeVerticalPadding:bo.extend("--ft-chip-large-vertical-padding","",mo.spacing2),largeGap:bo.extend("--ft-chip-large-gap","",mo.spacing1),largeFocusOutlineOffset:bo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:bo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:bo.extend("--ft-chip-large-border-radius","",mo.borderRadiusPill),largeBorderWidth:bo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:bo.extend("--ft-chip-large-icon-size","",mo.iconSize3),mediumHorizontalPadding:bo.extend("--ft-chip-medium-horizontal-padding","",mo.spacing3),mediumVerticalPadding:bo.extend("--ft-chip-medium-vertical-padding","",mo.spacing1),mediumGap:bo.extend("--ft-chip-medium-gap","",mo.spacing1),mediumFocusOutlineOffset:bo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:bo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:bo.extend("--ft-chip-medium-border-radius","",mo.borderRadiusPill),mediumBorderWidth:bo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:bo.extend("--ft-chip-medium-icon-size","",mo.iconSize2),smallHorizontalPadding:bo.extend("--ft-chip-small-horizontal-padding","",mo.spacing2),smallVerticalPadding:bo.extend("--ft-chip-small-vertical-padding","",mo.spacing05),smallGap:bo.extend("--ft-chip-small-gap","",mo.spacing1),smallFocusOutlineOffset:bo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:bo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:bo.extend("--ft-chip-small-border-radius","",mo.borderRadiusPill),smallBorderWidth:bo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:bo.extend("--ft-chip-small-icon-size","",mo.iconSize1),neutralBackgroundColor:bo.extend("--ft-chip-neutral-background-color","",To.backgroundGlobalOnSurface),neutralColor:bo.extend("--ft-chip-neutral-color","",To.contentGlobalPrimary),neutralIconColor:bo.extend("--ft-chip-neutral-icon-color","",To.contentGlobalPrimary),neutralBorderColor:bo.extend("--ft-chip-neutral-border-color","",To.borderGlobalSubtle),infoBackgroundColor:bo.extend("--ft-chip-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-chip-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-chip-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-chip-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-chip-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-chip-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-chip-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-chip-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-chip-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-chip-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-chip-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-chip-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-chip-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-chip-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-chip-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-chip-error-border-color","",To.borderErrorSubtle)},sr={infoBorderColor:bo.extend("--ft-border-info-border-color","",To.borderInfoSubtle)},fr={borderWidth:bo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:bo.extend("--ft-notice-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-notice-vertical-padding","",mo.spacing1),borderRadius:bo.extend("--ft-notice-border-radius","",mo.borderRadiusS),gap:bo.extend("--ft-notice-gap","",mo.spacing2),iconSize:bo.extend("--ft-notice-icon-size","",mo.iconSize3),infoBackgroundColor:bo.extend("--ft-notice-info-background-color","",To.backgroundInfoSubtle),infoBorderColor:bo.extend("--ft-notice-info-border-color","",To.borderInfoSubtle),infoColor:bo.extend("--ft-notice-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notice-info-icon-color","",To.contentInfoIconOnly),warningBackgroundColor:bo.extend("--ft-notice-warning-background-color","",To.backgroundWarningSubtle),warningBorderColor:bo.extend("--ft-notice-warning-border-color","",To.borderWarningSubtle),warningColor:bo.extend("--ft-notice-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notice-warning-icon-color","",To.contentWarningIconOnly)},ur={color:bo.extend("--ft-checkbox-color","",To.contentGlobalPrimary),checkedBackgroundColor:bo.extend("--ft-checkbox-checked-background-color","",To.contentActionPrimary),checkedStateLayerColor:bo.extend("--ft-checkbox-checked-state-layer-color","",To.contentActionPrimary),checkedIconColor:bo.extend("--ft-checkbox-checked-icon-color","",To.contentGlobalOnColor),checkedHoverStateLayerOpacity:bo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",mo.opacity16),checkedFocusStateLayerOpacity:bo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",mo.opacity16),checkedActiveStateLayerOpacity:bo.extend("--ft-checkbox-checked-active-state-layer-opacity","",mo.opacity24),checkedDisabledComponentOpacity:bo.extend("--ft-checkbox-checked-disabled-component-opacity","",mo.opacity40),uncheckedBorderColor:bo.extend("--ft-checkbox-unchecked-border-color","",mo.colorGray80),uncheckedStateLayerColor:bo.extend("--ft-checkbox-unchecked-state-layer-color","",mo.colorGray80),uncheckedHoverStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",mo.opacity16),uncheckedFocusStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",mo.opacity16),uncheckedActiveStateLayerOpacity:bo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",mo.opacity24),uncheckedDisabledComponentOpacity:bo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-checkbox-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-checkbox-gap","",mo.spacing3)},hr={offHoverStateLayerOpacity:bo.extend("--ft-toggle-off-hover-state-layer-opacity","",mo.opacity16),offFocusStateLayerOpacity:bo.extend("--ft-toggle-off-focus-state-layer-opacity","",mo.opacity16),offActiveStateLayerOpacity:bo.extend("--ft-toggle-off-active-state-layer-opacity","",mo.opacity24),offDisabledComponentOpacity:bo.extend("--ft-toggle-off-disabled-component-opacity","",mo.opacity40),offBackgroundColor:bo.extend("--ft-toggle-off-background-color","",To.contentGlobalSubtle),offIconColor:bo.extend("--ft-toggle-off-icon-color","",To.contentGlobalSubtle),offStateLayerColor:bo.extend("--ft-toggle-off-state-layer-color","",To.contentGlobalSubtle),onHoverStateLayerOpacity:bo.extend("--ft-toggle-on-hover-state-layer-opacity","",mo.opacity16),onFocusStateLayerOpacity:bo.extend("--ft-toggle-on-focus-state-layer-opacity","",mo.opacity16),onActiveStateLayerOpacity:bo.extend("--ft-toggle-on-active-state-layer-opacity","",mo.opacity24),onDisabledComponentOpacity:bo.extend("--ft-toggle-on-disabled-component-opacity","",mo.opacity40),onBackgroundColor:bo.extend("--ft-toggle-on-background-color","",To.contentActionPrimary),onStateLayerColor:bo.extend("--ft-toggle-on-state-layer-color","",To.contentActionPrimary),onIconColor:bo.extend("--ft-toggle-on-icon-color","",To.contentActionPrimary),color:bo.extend("--ft-toggle-color","",To.contentGlobalPrimary),focusFocusRingColor:bo.extend("--ft-toggle-focus-focus-ring-color","",To.borderActionFocusRing),gap:bo.extend("--ft-toggle-gap","",mo.spacing3)},dr={color:bo.extend("--ft-radio-color","",To.contentGlobalPrimary),selectedRadioColor:bo.extend("--ft-radio-selected-radio-color","",To.contentActionPrimary),selectedStateLayerColor:bo.extend("--ft-radio-selected-state-layer-color","",To.contentActionPrimary),selectedHoverStateLayerOpacity:bo.extend("--ft-radio-selected-hover-state-layer-opacity","",mo.opacity16),selectedFocusStateLayerOpacity:bo.extend("--ft-radio-selected-focus-state-layer-opacity","",mo.opacity16),selectedActiveStateLayerOpacity:bo.extend("--ft-radio-selected-active-state-layer-opacity","",mo.opacity24),selectedDisabledComponentOpacity:bo.extend("--ft-radio-selected-disabled-component-opacity","",mo.opacity40),unselectedStateLayerColor:bo.extend("--ft-radio-unselected-state-layer-color","",To.borderInputPrimary),unselectedBorderColor:bo.extend("--ft-radio-unselected-border-color","",To.borderInputPrimary),unselectedHoverStateLayerOpacity:bo.extend("--ft-radio-unselected-hover-state-layer-opacity","",mo.opacity16),unselectedFocusStateLayerOpacity:bo.extend("--ft-radio-unselected-focus-state-layer-opacity","",mo.opacity16),unselectedActiveStateLayerOpacity:bo.extend("--ft-radio-unselected-active-state-layer-opacity","",mo.opacity24),unselectedDisabledComponentOpacity:bo.extend("--ft-radio-unselected-disabled-component-opacity","",mo.opacity40),focusFocusRingColor:bo.extend("--ft-radio-focus-focus-ring-color","",To.borderActionFocusRing),focusOutlineOffset:bo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:bo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:bo.extend("--ft-radio-gap","",mo.spacing3)},pr={iconSize:bo.extend("--ft-notification-icon-size","",mo.iconSize4),horizontalPadding:bo.extend("--ft-notification-horizontal-padding","",mo.spacing4),verticalPadding:bo.extend("--ft-notification-vertical-padding","",mo.spacing4),infoBackgroundColor:bo.extend("--ft-notification-info-background-color","",To.backgroundInfoSubtle),infoColor:bo.extend("--ft-notification-info-color","",To.contentInfoPrimary),infoIconColor:bo.extend("--ft-notification-info-icon-color","",To.contentInfoIconOnly),infoBorderColor:bo.extend("--ft-notification-info-border-color","",To.borderInfoSubtle),successBackgroundColor:bo.extend("--ft-notification-success-background-color","",To.backgroundSuccessSubtle),successColor:bo.extend("--ft-notification-success-color","",To.contentSuccessPrimary),successIconColor:bo.extend("--ft-notification-success-icon-color","",To.contentSuccessIconOnly),successBorderColor:bo.extend("--ft-notification-success-border-color","",To.borderSuccessSubtle),warningBackgroundColor:bo.extend("--ft-notification-warning-background-color","",To.backgroundWarningSubtle),warningColor:bo.extend("--ft-notification-warning-color","",To.contentWarningPrimary),warningIconColor:bo.extend("--ft-notification-warning-icon-color","",To.contentWarningIconOnly),warningBorderColor:bo.extend("--ft-notification-warning-border-color","",To.borderWarningSubtle),errorBackgroundColor:bo.extend("--ft-notification-error-background-color","",To.backgroundErrorSubtle),errorColor:bo.extend("--ft-notification-error-color","",To.contentErrorPrimary),errorIconColor:bo.extend("--ft-notification-error-icon-color","",To.contentErrorIconOnly),errorBorderColor:bo.extend("--ft-notification-error-border-color","",To.borderErrorSubtle),borderRadius:bo.extend("--ft-notification-border-radius","",mo.borderRadiusPill),borderWidth:bo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:bo.extend("--ft-notification-leading-gap","",mo.spacing2),trailingGap:bo.extend("--ft-notification-trailing-gap","",mo.spacing8)},gr={horizontalPadding:bo.extend("--ft-tooltip-horizontal-padding","",mo.spacing2),verticalPadding:bo.extend("--ft-tooltip-vertical-padding","",mo.spacing2),borderRadius:bo.extend("--ft-tooltip-border-radius","",mo.borderRadiusS),color:bo.extend("--ft-tooltip-color","",To.contentGlobalOnColor),backgroundColor:bo.extend("--ft-tooltip-background-color","",To.contentGlobalPrimary),backgroundOpacity:bo.extend("--ft-tooltip-background-opacity","",mo.opacity80),shadow:bo.extend("--ft-tooltip-shadow","",mo.shadowElevation03),maxWidth:bo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:bo.extend("--ft-tooltip-gap","",mo.spacing05)};var yr=Object.freeze({__proto__:null,FtCssVariableFactory:bo,banner:Vo,border:sr,breadcrumb:qo,button:Go,chart:lr,checkbox:ur,chip:cr,collapsible:nr,comboboxMultiSelect:or,comboboxSingleSelect:er,floatingMenu:tr,foundation:mo,modal:Jo,notice:fr,notification:pr,pageHeader:Yo,popover:rr,radio:dr,semantic:To,setVariable:function(t,e){return yo(`${t.name}: ${e}`)},switch_:ar,tabs:ir,textArea:Qo,textInput:Xo,toggle:hr,tooltip:gr,typographies:Ho,typographyBody1Medium:No,typographyBody1Regular:wo,typographyBody1Semibold:Co,typographyBody2Medium:Ro,typographyBody2MediumUnderline:Io,typographyBody2Regular:Eo,typographyBody2Semibold:Lo,typographyCaption1Bold:Ko,typographyCaption1Medium:Bo,typographyCaption1Semibold:_o,typographyCaption2Bold:jo,typographyCaption2Medium:Po,typographyCaption2Semibold:Zo,typographyCaption3Bold:Do,typographyCaption3Medium:$o,typographyCaption3Semibold:Mo,typographyDisplay:vo,typographyLabel1Bold:ko,typographyLabel1Medium:Uo,typographyLabel1Semibold:Wo,typographyLabel2Bold:Ao,typographyLabel2Medium:Fo,typographyLabel2Semibold:zo,typographyTitle1:Oo,typographyTitle2:So,typographyTitle3:xo,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 br={colorPrimary:bo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:bo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:bo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:bo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:bo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:bo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:bo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:bo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:bo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:bo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:bo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:bo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:bo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:bo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:bo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:bo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:bo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:bo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:bo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:bo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:bo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:bo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:bo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:bo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:bo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:bo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:bo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:bo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:bo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:bo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:bo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:bo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:bo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:bo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:bo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:bo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:bo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:bo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:bo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:bo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:bo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:bo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:bo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:bo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:bo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:bo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:bo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:bo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:bo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var mr=Object.freeze({__proto__:null,designSystemVariables:br});class vr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Or 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 xr=Object.freeze({__proto__:null,FtNotificationEvent:vr,PostResizeEvent:Sr,PreResizeEvent:Or});const wr=["start","end"],Nr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+wr[0],e+"-"+wr[1])),[]),Cr=Math.min,Er=Math.max,Rr=Math.round,Ir=t=>({x:t,y:t}),Lr={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function Wr(t,e,o){return Er(t,Cr(e,o))}function kr(t,e){return"function"==typeof t?t(e):t}function Fr(t){return t.split("-")[0]}function zr(t){return t.split("-")[1]}function Ar(t){return"x"===t?"y":"x"}function Br(t){return"y"===t?"height":"width"}function _r(t){return["top","bottom"].includes(Fr(t))?"y":"x"}function Kr(t){return Ar(_r(t))}function Pr(t){return t.replace(/left|right|bottom|top/g,(t=>Lr[t]))}function Zr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function jr(t,e,o){let{reference:r,floating:i}=t;const n=_r(e),a=Kr(e),l=Br(a),c=Fr(e),s="y"===n,f=r.x+r.width/2-i.width/2,u=r.y+r.height/2-i.height/2,h=r[l]/2-i[l]/2;let d;switch(c){case"top":d={x:f,y:r.y-i.height};break;case"bottom":d={x:f,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:u};break;case"left":d={x:r.x-i.width,y:u};break;default:d={x:r.x,y:r.y}}switch(zr(e)){case"start":d[a]-=h*(o&&s?-1:1);break;case"end":d[a]+=h*(o&&s?-1:1)}return d}async function $r(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:c}=t,{boundary:s="clippingAncestors",rootBoundary:f="viewport",elementContext:u="floating",altBoundary:h=!1,padding:d=0}=kr(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),g=l[h?"floating"===u?"reference":"floating":u],y=Zr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:s,rootBoundary:f,strategy:c})),b="floating"===u?{...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=Zr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(y.top-O.top+p.top)/v.y,bottom:(O.bottom-y.bottom+p.bottom)/v.y,left:(y.left-O.left+p.left)/v.x,right:(O.right-y.right+p.right)/v.x}}function Mr(t,e,o){return(t?[...o.filter((e=>zr(e)===t)),...o.filter((e=>zr(e)!==t))]:o.filter((t=>Fr(t)===t))).filter((o=>!t||(zr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ur[t]))}(o)!==o)))}const Dr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:l,platform:c,elements:s}=e,{crossAxis:f=!1,alignment:u,allowedPlacements:h=Nr,autoAlignment:d=!0,...p}=kr(t,e),g=void 0!==u||h===Nr?Mr(u||null,d,h):h,y=await $r(e,p),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=zr(t),i=Kr(t),n=Br(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Pr(a)),[a,Pr(a)]}(m,n,await(null==c.isRTL?void 0:c.isRTL(s.floating)));if(l!==m)return{reset:{placement:g[0]}};const O=[y[Fr(m)],y[v[0]],y[v[1]]],S=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],x=g[b+1];if(x)return{data:{index:b+1,overflows:S},reset:{placement:x}};const w=S.map((t=>{const e=zr(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),N=w.filter((t=>t[2].slice(0,zr(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:S},reset:{placement:C}}:{}}}};function Hr(t){return Vr(t)?(t.nodeName||"").toLowerCase():"#document"}function Tr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Gr(t){var e;return null==(e=(Vr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Vr(t){return t instanceof Node||t instanceof Tr(t).Node}function qr(t){return t instanceof Element||t instanceof Tr(t).Element}function Yr(t){return t instanceof HTMLElement||t instanceof Tr(t).HTMLElement}function Jr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Tr(t).ShadowRoot)}function Xr(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=ri(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function Qr(t){return["table","td","th"].includes(Hr(t))}function ti(t){const e=ei(),o=ri(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function ei(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function oi(t){return["html","body","#document"].includes(Hr(t))}function ri(t){return Tr(t).getComputedStyle(t)}function ii(t){return qr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ni(t){if("html"===Hr(t))return t;const e=t.assignedSlot||t.parentNode||Jr(t)&&t.host||Gr(t);return Jr(e)?e.host:e}function ai(t){const e=ni(t);return oi(e)?t.ownerDocument?t.ownerDocument.body:t.body:Yr(e)&&Xr(e)?e:ai(e)}function li(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=ai(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Tr(i);return n?e.concat(a,a.visualViewport||[],Xr(i)?i:[],a.frameElement&&o?li(a.frameElement):[]):e.concat(i,li(i,[],o))}function ci(t){const e=ri(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Yr(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,l=Rr(o)!==n||Rr(r)!==a;return l&&(o=n,r=a),{width:o,height:r,$:l}}function si(t){return qr(t)?t:t.contextElement}function fi(t){const e=si(t);if(!Yr(e))return Ir(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=ci(e);let a=(n?Rr(o.width):o.width)/r,l=(n?Rr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const ui=Ir(0);function hi(t){const e=Tr(t);return ei()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:ui}function di(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=si(t);let a=Ir(1);e&&(r?qr(r)&&(a=fi(r)):a=fi(t));const l=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Tr(t))&&e}(n,o,r)?hi(n):Ir(0);let c=(i.left+l.x)/a.x,s=(i.top+l.y)/a.y,f=i.width/a.x,u=i.height/a.y;if(n){const t=Tr(n),e=r&&qr(r)?Tr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=fi(o),e=o.getBoundingClientRect(),r=ri(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,s*=t.y,f*=t.x,u*=t.y,c+=i,s+=n,o=Tr(o).frameElement}}return Zr({width:f,height:u,x:c,y:s})}function pi(t){return di(Gr(t)).left+ii(t).scrollLeft}function gi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=Tr(t),r=Gr(t),i=o.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"===e)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:n,height:a,x:l,y:c}}(t,o);else if("document"===e)r=function(t){const e=Gr(t),o=ii(t),r=t.ownerDocument.body,i=Er(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Er(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+pi(t);const l=-o.scrollTop;return"rtl"===ri(r).direction&&(a+=Er(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Gr(t));else if(qr(e))r=function(t,e){const o=di(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Yr(t)?fi(t):Ir(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=hi(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Zr(r)}function yi(t,e){const o=ni(t);return!(o===e||!qr(o)||oi(o))&&("fixed"===ri(o).position||yi(o,e))}function bi(t,e,o){const r=Yr(e),i=Gr(e),n="fixed"===o,a=di(t,!0,n,e);let l={scrollLeft:0,scrollTop:0};const c=Ir(0);if(r||!r&&!n)if(("body"!==Hr(e)||Xr(i))&&(l=ii(e)),r){const t=di(e,!0,n,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else i&&(c.x=pi(i));return{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function mi(t,e){return Yr(t)&&"fixed"!==ri(t).position?e?e(t):t.offsetParent:null}function vi(t,e){const o=Tr(t);if(!Yr(t))return o;let r=mi(t,e);for(;r&&Qr(r)&&"static"===ri(r).position;)r=mi(r,e);return r&&("html"===Hr(r)||"body"===Hr(r)&&"static"===ri(r).position&&!ti(r))?o:r||function(t){let e=ni(t);for(;Yr(e)&&!oi(e);){if(ti(e))return e;e=ni(e)}return null}(t)||o}const Oi={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Yr(o),n=Gr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},l=Ir(1);const c=Ir(0);if((i||!i&&"fixed"!==r)&&(("body"!==Hr(o)||Xr(n))&&(a=ii(o)),Yr(o))){const t=di(o);l=fi(o),c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-a.scrollLeft*l.x+c.x,y:e.y*l.y-a.scrollTop*l.y+c.y}},getDocumentElement:Gr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=li(t,[],!1).filter((t=>qr(t)&&"body"!==Hr(t))),i=null;const n="fixed"===ri(t).position;let a=n?ni(t):t;for(;qr(a)&&!oi(a);){const e=ri(a),o=ti(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||Xr(a)&&!o&&yi(t,a))?r=r.filter((t=>t!==a)):i=e,a=ni(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],l=n.reduce(((t,o)=>{const r=gi(e,o,i);return t.top=Er(r.top,t.top),t.right=Cr(r.right,t.right),t.bottom=Cr(r.bottom,t.bottom),t.left=Er(r.left,t.left),t}),gi(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:vi,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||vi,n=this.getDimensions;return{reference:bi(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return ci(t)},getScale:fi,isElement:qr,isRTL:function(t){return"rtl"===ri(t).direction}},Si=(t,e,o)=>{const r=new Map,i={platform:Oi,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,l=n.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let s=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:u}=jr(s,r,c),h=r,d={},p=0;for(let o=0;o<l.length;o++){const{name:n,fn:g}=l[o],{x:y,y:b,data:m,reset:v}=await g({x:f,y:u,initialPlacement:r,placement:h,strategy:i,middlewareData:d,rects:s,platform:a,elements:{reference:t,floating:e}});f=null!=y?y:f,u=null!=b?b:u,d={...d,[n]:{...d[n],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(s=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:u}=jr(s,h,c))),o=-1)}return{x:f,y:u,placement:h,strategy:i,middlewareData:d}})(t,e,{...i,platform:n})};function xi(t){return function(t){for(let e=t;e;e=wi(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=wi(t);e;e=wi(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function wi(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Ni=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,o){return Si(t,e,{platform:{...Oi,getOffsetParent:t=>Oi.getOffsetParent(t,xi)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...c}=kr(r,t),s={x:e,y:o},f=await $r(t,c),u=_r(Fr(i)),h=Ar(u);let d=s[h],p=s[u];if(n){const t="y"===h?"bottom":"right";d=Wr(d+f["y"===h?"top":"left"],d,d-f[t])}if(a){const t="y"===u?"bottom":"right";p=Wr(p+f["y"===u?"top":"left"],p,p-f[t])}const g=l.fn({...t,[h]:d,[u]:p});return{...g,data:{x:g.x-e,y:g.y-o}}}}),Dr({allowedPlacements:[o]})]});var r}});
135
+ */let Go=class extends Uo{constructor(t){if(super(t),this.et=$,t.type!==Lo)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===$||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:[]}}};Go.directiveName="unsafeHTML",Go.resultType=1;const Vo=Wo(Go);var qo=Object.freeze({__proto__:null,UnsafeHTMLDirective:Go,unsafeHTML:Vo});class Yo extends Error{constructor(t,o,e){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=e}}class Jo extends Promise{constructor(t){super(((o,e)=>t((t=>{this.isCanceled?e(new Yo("Promise has been canceled",t)):o(t)}),(t=>{this.isCanceled?e(new Yo("Promise has been canceled",void 0,t)):e(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Xo=t=>new Jo(((o,e)=>t.then(o).catch(e)));var Qo=Object.freeze({__proto__:null,CancelablePromise:Jo,CanceledPromiseError:Yo,cancelable:Xo});var te=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 Jo&&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=Xo(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 oe{constructor(t,o,e,r){this.allResults=t,this.selectedResult=o,this.clusteringMetadata=e,this.metadataDescriptors=r}static extractResultMetadata(t){var o,e;return(null!==(e=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==e?e:null==t?void 0:t.topic).metadata.map((t=>oe.flattenMetadata(t)))}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,value:o.join(", "),displayValue:e.join(", ")}}{const o=t.values.join(", ");return{key:t.key,value:o,displayValue:o}}}computeClustersItemsForMetadata(t,o){let e=oe.extractResultMetadata(this.selectedResult).find((o=>o.key===t));const r=this.allResults.flatMap((o=>oe.extractResultMetadata(o).filter((o=>o.key===t)))).filter((t=>!(t.key===(null==e?void 0:e.key)&&t.value===(null==e?void 0:e.value)))).filter(((t,o,e)=>e.findIndex((o=>o.value===t.value))===o));return r.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){let i=this.metadataDescriptors.find((t=>e==t.key)),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}findBestResultForMetadataValue(t,o){const e=this.allResults.filter((e=>oe.extractResultMetadata(e).find((e=>e.key===t&&e.value===o))));let r,i=oe.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 oe.extractResultMetadata(t).filter((t=>o.some((o=>o.key===t.key&&o.value===t.value)))).length}}var ee=Object.freeze({__proto__:null,ClusteringHelper:oe});class re{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 ie=Object.freeze({__proto__:null,Debouncer:re});const ne=t=>new Promise((o=>setTimeout(o,t)));async function ae(t,o=10,e=2e4){await le((async()=>await t()||void 0),o,e)}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 ne(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}}function fe(t,o,e){return Math.min(Math.max(t,o),e)}var de=Object.freeze({__proto__:null,dateReviver:function(...t){return function(o,e){return t.includes(o)?ce(e):e}},deepEqual:se,delay:ne,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:fe,parseDate:ce,waitFor:le,waitUntil:ae});const ue=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function he(t,o){const e=()=>JSON.parse(JSON.stringify(t));return xo({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 pe(t){return!isNaN(parseFloat(t))}var ge=Object.freeze({__proto__:null,customElement:ue,isNumber:pe,jsonProperty:he,optionalNumberProperty:function(t){return xo({type:Object,converter:{fromAttribute:t=>{if(null!=t)return pe(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const ye=t=>"string"==typeof t?ft(t):t;class be{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}}const me={colorWhite:be.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:be.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:be.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:be.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:be.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:be.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:be.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:be.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:be.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:be.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:be.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:be.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:be.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:be.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:be.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:be.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:be.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:be.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:be.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:be.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:be.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:be.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:be.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:be.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:be.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:be.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:be.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:be.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:be.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:be.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:be.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:be.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:be.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:be.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:be.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:be.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:be.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:be.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:be.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:be.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:be.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:be.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:be.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:be.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:be.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:be.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:be.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:be.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:be.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:be.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:be.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:be.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:be.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:be.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:be.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:be.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:be.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:be.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:be.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:be.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:be.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:be.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:be.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:be.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:be.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:be.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:be.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:be.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:be.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:be.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:be.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:be.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:be.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:be.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:be.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:be.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:be.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:be.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:be.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:be.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:be.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:be.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:be.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:be.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:be.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:be.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:be.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:be.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:be.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:be.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:be.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:be.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:be.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:be.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:be.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:be.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:be.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:be.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:be.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:be.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:be.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:be.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:be.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:be.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:be.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:be.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:be.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:be.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:be.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:be.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:be.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:be.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:be.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:be.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:be.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:be.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:be.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:be.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:be.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:be.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:be.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:be.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:be.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:be.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:be.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:be.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:be.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:be.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:be.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:be.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:be.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:be.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:be.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:be.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:be.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:be.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:be.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:be.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:be.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:be.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:be.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:be.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:be.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:be.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:be.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:be.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:be.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:be.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:be.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:be.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:be.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:be.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:be.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:be.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:be.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:be.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:be.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:be.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:be.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:be.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:be.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:be.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:be.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:be.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:be.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:be.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:be.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:be.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:be.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:be.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:be.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:be.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:be.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:be.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:be.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:be.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:be.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:be.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:be.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:be.create("--ft-icon-size-6","","SIZE","48px"),opacity0:be.create("--ft-opacity-0","","NUMBER","0"),opacity8:be.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:be.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:be.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:be.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:be.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:be.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:be.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:be.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-display-textCase","","UNKNOWN","none")},Oe={fontFamily:be.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:be.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:be.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:be.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Se={fontFamily:be.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:be.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:be.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:be.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},xe={fontFamily:be.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:be.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:be.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:be.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},we={fontFamily:be.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:be.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:be.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Ce={fontFamily:be.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:be.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ne={fontFamily:be.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:be.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Ee={fontFamily:be.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:be.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Ie={fontFamily:be.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Re={fontFamily:be.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:be.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:be.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Le={fontFamily:be.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:be.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:be.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:be.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},We={fontFamily:be.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Ue={fontFamily:be.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},ke={fontFamily:be.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:be.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:be.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Be={fontFamily:be.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},ze={fontFamily:be.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Fe={fontFamily:be.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:be.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:be.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:be.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:be.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ae={fontFamily:be.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_e={fontFamily:be.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Pe={fontFamily:be.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:be.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:be.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ze={fontFamily:be.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:be.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Ke={fontFamily:be.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:be.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},je={fontFamily:be.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:be.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:be.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Me={fontFamily:be.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:be.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:be.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},$e={fontFamily:be.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:be.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:be.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},He={fontFamily:be.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:be.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:be.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:be.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:be.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:be.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:be.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:be.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:be.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},De={display:ve,"title-1":Oe,"title-2":Se,"title-3":xe,"body-1-regular":we,"body-1-medium":Ce,"body-1-semibold":Ne,"body-2-regular":Ee,"body-2-medium":Ie,"body-2-medium-underline":Re,"body-2-semibold":Le,"label-1-medium":We,"label-1-semibold":Ue,"label-1-bold":ke,"label-2-medium":Be,"label-2-semibold":ze,"label-2-bold":Fe,"caption-1-medium":Ae,"caption-1-semibold":_e,"caption-1-bold":Pe,"caption-2-medium":Ze,"caption-2-semibold":Ke,"caption-2-bold":je,"caption-3-medium":Me,"caption-3-semibold":$e,"caption-3-bold":He},Te={backgroundActionPrimary:be.extend("--ft-background-action-primary","Used as backgorund of primary action components.",me.colorBrand0),backgroundErrorSubtle:be.extend("--ft-background-error-subtle","Used as background of subtle error components.",me.colorRed10),backgroundInfoSubtle:be.extend("--ft-background-info-subtle","Used as background of subtle information components.",me.colorCyan10),backgroundWarningSubtle:be.extend("--ft-background-warning-subtle","Used as background of subtle information components.",me.colorOrange10),backgroundSuccessSubtle:be.extend("--ft-background-success-subtle","Used as background of subtle success components.",me.colorGreen10),backgroundGlobalSurface:be.extend("--ft-background-global-surface","Used as app background.",me.colorWhite),backgroundGlobalOnSurface:be.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",me.colorGray10),backgroundGlobalOnSurfaceDark:be.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",me.colorGray30),contentActionPrimary:be.extend("--ft-content-action-primary","Used on label of primary action on light surface.",me.colorBrand0),contentWarningPrimary:be.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",me.colorOrange200),contentWarningIconOnly:be.extend("--ft-content-warning-icon-only","Used on warning status icons alone",me.colorOrange0),contentErrorPrimary:be.extend("--ft-content-error-primary","Used on label of error messages on light surface.",me.colorRed0),contentErrorIconOnly:be.extend("--ft-content-error-icon-only","Used on error status icons alone",me.colorRed70),contentInfoPrimary:be.extend("--ft-content-info-primary","Used on label of information messages on light surface.",me.colorCyan200),contentInfoIconOnly:be.extend("--ft-content-info-icon-only","Used on info status icons alone",me.colorCyan0),contentSuccessPrimary:be.extend("--ft-content-success-primary","Used on label of success messages on light surface.",me.colorGreen200),contentSuccessIconOnly:be.extend("--ft-content-success-icon-only","Used on success status icons alone",me.colorGreen0),contentGlobalPrimary:be.extend("--ft-content-global-primary","Used for main content on the page.",me.colorGray500),contentGlobalSecondary:be.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",me.colorGray200),contentGlobalSubtle:be.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",me.colorGray0),contentGlobalOnColor:be.extend("--ft-content-global-on-color","Used for content on a dominant color.",me.colorWhite),borderActionPrimary:be.extend("--ft-border-action-primary","Used as border for primary action components.",me.colorBrand0),borderActionFocusRing:be.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",me.colorCyan0),borderWarningPrimary:be.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",me.colorOrange200),borderWarningSubtle:be.extend("--ft-border-warning-subtle","Used as border for warning components.",me.colorOrange30),borderSuccessPrimary:be.extend("--ft-border-success-primary","Used as border for success buttons.",me.colorGreen200),borderSuccessSubtle:be.extend("--ft-border-success-subtle","Used as border for success components.",me.colorGreen30),borderErrorPrimary:be.extend("--ft-border-error-primary","Used as border for text fields in error states.",me.colorRed0),borderErrorSubtle:be.extend("--ft-border-error-subtle","Used as border for error components.",me.colorRed30),borderInfoPrimary:be.extend("--ft-border-info-primary","Used as border for buttons in info color.",me.colorCyan200),borderInfoSubtle:be.extend("--ft-border-info-subtle","Used as border for information components.",me.colorCyan30),borderGlobalPrimary:be.extend("--ft-border-global-primary","Used as border for element like input.",me.colorGray50),borderGlobalSubtle:be.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",me.colorGray30),borderInputPrimary:be.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",me.colorGray80)},Ge={largeHeight:be.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:be.extend("--ft-button-large-horizontal-padding","",me.spacing4),largeGap:be.extend("--ft-button-large-gap","",me.spacing2),largeBorderRadius:be.extend("--ft-button-large-border-radius","",me.borderRadiusS),largeIconSize:be.extend("--ft-button-large-icon-size","",me.iconSize3),largeBorderWidth:be.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:be.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:be.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:be.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:be.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:be.extend("--ft-button-small-horizontal-padding","",me.spacing3),smallGap:be.extend("--ft-button-small-gap","",me.spacing2),smallBorderRadius:be.extend("--ft-button-small-border-radius","",me.borderRadiusS),smallIconSize:be.extend("--ft-button-small-icon-size","",me.iconSize2),smallBorderWidth:be.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:be.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:be.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:be.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:be.extend("--ft-button-primary-background-color","",Te.backgroundActionPrimary),primaryColor:be.extend("--ft-button-primary-color","",Te.contentGlobalOnColor),primaryIconColor:be.extend("--ft-button-primary-icon-color","",Te.contentGlobalOnColor),primaryStateLayerColor:be.extend("--ft-button-primary-state-layer-color","",Te.contentGlobalOnColor),primaryHoverStateLayerOpacity:be.extend("--ft-button-primary-hover-state-layer-opacity","",me.opacity16),primaryFocusStateLayerOpacity:be.extend("--ft-button-primary-focus-state-layer-opacity","",me.opacity16),primaryActiveStateLayerOpacity:be.extend("--ft-button-primary-active-state-layer-opacity","",me.opacity24),primaryDisabledComponentOpacity:be.extend("--ft-button-primary-disabled-component-opacity","",me.opacity40),focusFocusRingColor:be.extend("--ft-button-focus-focus-ring-color","",Te.borderActionFocusRing),tertiaryBackgroundColor:be.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:be.extend("--ft-button-tertiary-color","",Te.contentActionPrimary),tertiaryIconColor:be.extend("--ft-button-tertiary-icon-color","",Te.contentActionPrimary),tertiaryStateLayerColor:be.extend("--ft-button-tertiary-state-layer-color","",Te.contentActionPrimary),tertiaryHoverStateLayerOpacity:be.extend("--ft-button-tertiary-hover-state-layer-opacity","",me.opacity8),tertiaryFocusStateLayerOpacity:be.extend("--ft-button-tertiary-focus-state-layer-opacity","",me.opacity8),tertiaryActiveStateLayerOpacity:be.extend("--ft-button-tertiary-active-state-layer-opacity","",me.opacity16),tertiaryDisabledComponentOpacity:be.extend("--ft-button-tertiary-disabled-component-opacity","",me.opacity40),secondaryBackgroundColor:be.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:be.extend("--ft-button-secondary-color","",Te.contentActionPrimary),secondaryIconColor:be.extend("--ft-button-secondary-icon-color","",Te.contentActionPrimary),secondaryStateLayerColor:be.extend("--ft-button-secondary-state-layer-color","",Te.contentActionPrimary),secondaryHoverStateLayerOpacity:be.extend("--ft-button-secondary-hover-state-layer-opacity","",me.opacity8),secondaryFocusStateLayerOpacity:be.extend("--ft-button-secondary-focus-state-layer-opacity","",me.opacity8),secondaryActiveStateLayerOpacity:be.extend("--ft-button-secondary-active-state-layer-opacity","",me.opacity16),secondaryDisabledComponentOpacity:be.extend("--ft-button-secondary-disabled-component-opacity","",me.opacity40),secondaryBorderColor:be.extend("--ft-button-secondary-border-color","",Te.borderActionPrimary),neutralBackgroundColor:be.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:be.extend("--ft-button-neutral-icon-color","",Te.contentGlobalSecondary),neutralColor:be.extend("--ft-button-neutral-color","",Te.contentGlobalSecondary),neutralStateLayerColor:be.extend("--ft-button-neutral-state-layer-color","",Te.contentGlobalSecondary),neutralHoverStateLayerOpacity:be.extend("--ft-button-neutral-hover-state-layer-opacity","",me.opacity8),neutralFocusStateLayerOpacity:be.extend("--ft-button-neutral-focus-state-layer-opacity","",me.opacity8),neutralActiveStateLayerOpacity:be.extend("--ft-button-neutral-active-state-layer-opacity","",me.opacity16),neutralDisabledComponentOpacity:be.extend("--ft-button-neutral-disabled-component-opacity","",me.opacity40)},Ve={iconSize:be.extend("--ft-banner-icon-size","",me.iconSize5),borderWidth:be.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:be.extend("--ft-banner-horizontal-padding","",me.spacing6),verticalPadding:be.extend("--ft-banner-vertical-padding","",me.spacing6),horizontalSideGap:be.extend("--ft-banner-horizontal-side-gap","",me.spacing6),horizontalMobileGap:be.extend("--ft-banner-horizontal-mobile-gap","",me.spacing4),verticalMobileGap:be.extend("--ft-banner-vertical-mobile-gap","",me.spacing6),horizontalMiddleGap:be.extend("--ft-banner-horizontal-middle-gap","",me.spacing20),infoBackgroundColor:be.extend("--ft-banner-info-background-color","",Te.backgroundInfoSubtle),infoColor:be.extend("--ft-banner-info-color","",Te.contentInfoPrimary),infoIconColor:be.extend("--ft-banner-info-icon-color","",Te.contentInfoIconOnly)},qe={horizontalGap:be.extend("--ft-breadcrumb-horizontal-gap","",me.spacing1),verticalGap:be.extend("--ft-breadcrumb-vertical-gap","",me.spacing2),currentElementColor:be.extend("--ft-breadcrumb-current-element-color","",Te.contentGlobalPrimary),iconColor:be.extend("--ft-breadcrumb-icon-color","",Te.contentGlobalSubtle)},Ye={horizontalPadding:be.extend("--ft-page-header-horizontal-padding","",me.spacing12),horizontalGap:be.extend("--ft-page-header-horizontal-gap","",me.spacing4),verticalGap:be.extend("--ft-page-header-vertical-gap","",me.spacing2),classicVerticalPadding:be.extend("--ft-page-header-classic-vertical-padding","",me.spacing6),multilineVerticalPadding:be.extend("--ft-page-header-multiline-vertical-padding","",me.spacing4),inlineVerticalPadding:be.extend("--ft-page-header-inline-vertical-padding","",me.spacing2),backgroundColor:be.extend("--ft-page-header-background-color","",me.colorWhite),bottomBorderColor:be.extend("--ft-page-header-bottom-border-color","",Te.borderGlobalSubtle),titleColor:be.extend("--ft-page-header-title-color","",Te.contentGlobalPrimary),subtitleColor:be.extend("--ft-page-header-subtitle-color","",Te.contentGlobalSecondary)},Je={smallContainerWidth:be.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:be.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:be.extend("--ft-modal-overlay-background-color","",me.colorGray700),overlayOpacity:be.extend("--ft-modal-overlay-opacity","",me.opacity40),shadow:be.extend("--ft-modal-shadow","",me.shadowElevation03),bodyBackgroundColor:be.extend("--ft-modal-body-background-color","",me.colorWhite),bodyColor:be.extend("--ft-modal-body-color","",Te.contentGlobalPrimary),bodyHorizontalPadding:be.extend("--ft-modal-body-horizontal-padding","",me.spacing6),bodyVerticalPadding:be.extend("--ft-modal-body-vertical-padding","",me.spacing6),bodyVerticalGap:be.extend("--ft-modal-body-vertical-gap","",me.spacing6),containerMargin:be.extend("--ft-modal-container-margin","",me.spacing3),headerBackgroundColor:be.extend("--ft-modal-header-background-color","",Te.backgroundGlobalOnSurface),headerBorderColor:be.extend("--ft-modal-header-border-color","",Te.borderGlobalSubtle),headerColor:be.extend("--ft-modal-header-color","",Te.contentGlobalPrimary),headerTrailingIconColor:be.extend("--ft-modal-header-trailing-icon-color","",Te.contentGlobalSecondary),headerVerticalPadding:be.extend("--ft-modal-header-vertical-padding","",me.spacing1),headerRightPadding:be.extend("--ft-modal-header-right-padding","",me.spacing1),headerLeftPadding:be.extend("--ft-modal-header-left-padding","",me.spacing6),headerGap:be.extend("--ft-modal-header-gap","",me.spacing2),headerBorderBottom:be.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:be.extend("--ft-modal-border-radius","",me.borderRadiusM)},Xe={overlayOpacity:be.extend("--ft-drawer-overlay-opacity","",me.opacity40),shadow:be.extend("--ft-drawer-shadow","",me.shadowElevation03),bodyColor:be.extend("--ft-drawer-body-color","",Te.contentGlobalPrimary),bodyHorizontalPadding:be.extend("--ft-drawer-body-horizontal-padding","",me.spacing6),bodyVerticalPadding:be.extend("--ft-drawer-body-vertical-padding","",me.spacing6),bodyGap:be.extend("--ft-drawer-body-gap","",me.spacing6),bodyBackgroundColor:be.extend("--ft-drawer-body-background-color","",me.colorWhite),headerBackgroundColor:be.extend("--ft-drawer-header-background-color","",Te.backgroundGlobalOnSurface),headerBorderColor:be.extend("--ft-drawer-header-border-color","",Te.borderGlobalSubtle),headerColor:be.extend("--ft-drawer-header-color","",Te.contentGlobalPrimary),headerTrailingIconColor:be.extend("--ft-drawer-header-trailing-icon-color","",Te.contentGlobalSecondary),headerHeight:be.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:be.extend("--ft-drawer-header-horizontal-padding","",me.spacing2),headerBorderWidth:be.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:be.extend("--ft-drawer-header-gap","",me.spacing3),buttonsBarBackgroundColor:be.extend("--ft-drawer-buttons-bar-background-color","",Te.backgroundGlobalOnSurface),buttonsBarBorderColor:be.extend("--ft-drawer-buttons-bar-border-color","",Te.borderGlobalSubtle),buttonsBarColor:be.extend("--ft-drawer-buttons-bar-color","",Te.contentGlobalPrimary),buttonsBarHorizontalPadding:be.extend("--ft-drawer-buttons-bar-horizontal-padding","",me.spacing4),buttonsBarVerticalPadding:be.extend("--ft-drawer-buttons-bar-vertical-padding","",me.spacing4),buttonsBarGap:be.extend("--ft-drawer-buttons-bar-gap","",me.spacing3),buttonsBarBorderWidth:be.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:be.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:be.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:be.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:be.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:be.extend("--ft-drawer-overlay-background-color","",me.colorGray700)},Qe={fieldHorizontalPadding:be.extend("--ft-text-input-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:be.extend("--ft-text-input-field-horizontal-gap","",me.spacing3),fieldVerticalGap:be.extend("--ft-text-input-field-vertical-gap","",me.spacing05),fieldIconSize:be.extend("--ft-text-input-field-icon-size","",me.iconSize3),fieldHeight:be.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:be.extend("--ft-text-input-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:be.extend("--ft-text-input-helper-horizontal-gap","",me.spacing1),helperIconSize:be.extend("--ft-text-input-helper-icon-size","",me.iconSize2),borderRadius:be.extend("--ft-text-input-border-radius","",me.borderRadiusM),backgroundColor:be.extend("--ft-text-input-background-color","",me.colorWhite),contentValueColor:be.extend("--ft-text-input-content-value-color","",Te.contentGlobalPrimary),trailingIconColor:be.extend("--ft-text-input-trailing-icon-color","",Te.contentGlobalSubtle),labelColor:be.extend("--ft-text-input-label-color","",Te.contentGlobalSubtle),defaultBorderColor:be.extend("--ft-text-input-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:be.extend("--ft-text-input-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:be.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:be.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:be.extend("--ft-text-input-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:be.extend("--ft-text-input-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIconColor:be.extend("--ft-text-input-error-helper-icon-color","",Te.contentErrorIconOnly),warningBorderWidth:be.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:be.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:be.extend("--ft-text-input-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:be.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:be.extend("--ft-text-input-disabled-component-opacity","",me.opacity40)},tr={backgroundColor:be.extend("--ft-text-area-background-color","",me.colorWhite),contentValueColor:be.extend("--ft-text-area-content-value-color","",Te.contentGlobalPrimary),labelColor:be.extend("--ft-text-area-label-color","",Te.contentGlobalSubtle),defaultBorderColor:be.extend("--ft-text-area-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:be.extend("--ft-text-area-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:be.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:be.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:be.extend("--ft-text-area-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:be.extend("--ft-text-area-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIconColor:be.extend("--ft-text-area-error-helper-icon-color","",Te.contentErrorIconOnly),focusFocusRingColor:be.extend("--ft-text-area-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:be.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:be.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:be.extend("--ft-text-area-disabled-component-opacity","",me.opacity40),fieldHorizontalLeftPadding:be.extend("--ft-text-area-field-horizontal-left-padding","",me.spacing4),fieldHorizontalGap:be.extend("--ft-text-area-field-horizontal-gap","",me.spacing3),fieldVerticalGap:be.extend("--ft-text-area-field-vertical-gap","",me.spacing05),fieldMinHeight:be.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:be.extend("--ft-text-area-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:be.extend("--ft-text-area-helper-horizontal-gap","",me.spacing1),helperIconSize:be.extend("--ft-text-area-helper-icon-size","",me.iconSize2),borderRadius:be.extend("--ft-text-area-border-radius","",me.borderRadiusM)},or={height:be.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:be.extend("--ft-floating-menu-horizontal-padding","",me.spacing4),offIconColor:be.extend("--ft-floating-menu-off-icon-color","",Te.contentGlobalPrimary),offColor:be.extend("--ft-floating-menu-off-color","",Te.contentGlobalPrimary),onColor:be.extend("--ft-floating-menu-on-color","",Te.contentActionPrimary),onStateLayerColor:be.extend("--ft-floating-menu-on-state-layer-color","",Te.contentActionPrimary),gap:be.extend("--ft-floating-menu-gap","",me.spacing3),focusFocusRingColor:be.extend("--ft-floating-menu-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:be.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:be.extend("--ft-floating-menu-focus-state-layer-opacity","",me.opacity8),hoverStateLayerOpacity:be.extend("--ft-floating-menu-hover-state-layer-opacity","",me.opacity8),activeStateLayerOpacity:be.extend("--ft-floating-menu-active-state-layer-opacity","",me.opacity16),disabledComponentOpacity:be.extend("--ft-floating-menu-disabled-component-opacity","",me.opacity40),iconSize:be.extend("--ft-floating-menu-icon-size","",me.iconSize3),backgroundColor:be.extend("--ft-floating-menu-background-color","",Te.backgroundGlobalOnSurface)},er={fieldHorizontalPadding:be.extend("--ft-combobox-single-select-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:be.extend("--ft-combobox-single-select-field-horizontal-gap","",me.spacing3),fieldVerticalGap:be.extend("--ft-combobox-single-select-field-vertical-gap","",me.spacing05),fieldIconSize:be.extend("--ft-combobox-single-select-field-icon-size","",me.iconSize3),fieldHeight:be.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:be.extend("--ft-combobox-single-select-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:be.extend("--ft-combobox-single-select-helper-horizontal-gap","",me.spacing1),helperVerticalGap:be.extend("--ft-combobox-single-select-helper-vertical-gap","",me.spacing1),helperIconSize:be.extend("--ft-combobox-single-select-helper-icon-size","",me.iconSize2),menuVerticalGap:be.extend("--ft-combobox-single-select-menu-vertical-gap","",me.spacing2),borderRadius:be.extend("--ft-combobox-single-select-border-radius","",me.borderRadiusM),backgroundColor:be.extend("--ft-combobox-single-select-background-color","",me.colorWhite),labelColor:be.extend("--ft-combobox-single-select-label-color","",Te.contentGlobalSubtle),contentValueColor:be.extend("--ft-combobox-single-select-content-value-color","",Te.contentGlobalPrimary),trailingIconColor:be.extend("--ft-combobox-single-select-trailing-icon-color","",Te.contentGlobalSubtle),defaultBorderColor:be.extend("--ft-combobox-single-select-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:be.extend("--ft-combobox-single-select-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:be.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:be.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:be.extend("--ft-combobox-single-select-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:be.extend("--ft-combobox-single-select-error-helper-text-color","",Te.contentErrorPrimary),warningBorderWidth:be.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:be.extend("--ft-combobox-single-select-warning-border-color","",Te.borderWarningPrimary),warningHelperTextColor:be.extend("--ft-combobox-single-select-warning-helper-text-color","",Te.contentWarningPrimary),warningHelperIconColor:be.extend("--ft-combobox-single-select-warning-helper-icon-color","",Te.contentWarningIconOnly),focusOutlineWidth:be.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:be.extend("--ft-combobox-single-select-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:be.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:be.extend("--ft-combobox-single-select-disabled-component-opacity","",me.opacity40)},rr={backgroundColor:be.extend("--ft-combobox-multi-select-background-color","",me.colorWhite),labelColor:be.extend("--ft-combobox-multi-select-label-color","",Te.contentGlobalSubtle),trailingIconColor:be.extend("--ft-combobox-multi-select-trailing-icon-color","",Te.contentGlobalSubtle),defaultBorderColor:be.extend("--ft-combobox-multi-select-default-border-color","",Te.borderInputPrimary),defaultHelperTextColor:be.extend("--ft-combobox-multi-select-default-helper-text-color","",Te.contentGlobalSubtle),defaultBorderWidth:be.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:be.extend("--ft-combobox-multi-select-error-border-color","",Te.borderErrorPrimary),errorHelperTextColor:be.extend("--ft-combobox-multi-select-error-helper-text-color","",Te.contentErrorPrimary),errorHelperIcon:be.extend("--ft-combobox-multi-select-error-helper-icon","",Te.contentErrorIconOnly),errorBorderWidth:be.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:be.extend("--ft-combobox-multi-select-warning-border-color","",Te.borderWarningPrimary),warningHelperTextColor:be.extend("--ft-combobox-multi-select-warning-helper-text-color","",Te.contentWarningPrimary),warningHelperIconColor:be.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Te.contentWarningIconOnly),warningBorderWidth:be.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:be.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineWidth:be.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:be.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:be.extend("--ft-combobox-multi-select-disabled-component-opacity","",me.opacity40),helperHorizontalPadding:be.extend("--ft-combobox-multi-select-helper-horizontal-padding","",me.spacing4),helperHorizontalGap:be.extend("--ft-combobox-multi-select-helper-horizontal-gap","",me.spacing1),helperVerticalGap:be.extend("--ft-combobox-multi-select-helper-vertical-gap","",me.spacing1),helperIconSize:be.extend("--ft-combobox-multi-select-helper-icon-size","",me.iconSize2),fieldHorizontalPadding:be.extend("--ft-combobox-multi-select-field-horizontal-padding","",me.spacing4),fieldHorizontalGap:be.extend("--ft-combobox-multi-select-field-horizontal-gap","",me.spacing3),fieldVerticalGap:be.extend("--ft-combobox-multi-select-field-vertical-gap","",me.spacing05),fieldIconSize:be.extend("--ft-combobox-multi-select-field-icon-size","",me.iconSize3),fieldMaxHeight:be.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:be.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",me.spacing1),contentValuesVerticalGap:be.extend("--ft-combobox-multi-select-content-values-vertical-gap","",me.spacing1),borderRadius:be.extend("--ft-combobox-multi-select-border-radius","",me.borderRadiusM)},ir={backgroundColor:be.extend("--ft-popover-background-color","",Te.backgroundGlobalOnSurface),horizontalPadding:be.extend("--ft-popover-horizontal-padding","",me.spacing6),verticalPadding:be.extend("--ft-popover-vertical-padding","",me.spacing6),iconColor:be.extend("--ft-popover-icon-color","",Te.contentGlobalSecondary),iconSize:be.extend("--ft-popover-icon-size","",me.iconSize2),titleColor:be.extend("--ft-popover-title-color","",Te.contentGlobalPrimary),bodyColor:be.extend("--ft-popover-body-color","",Te.contentGlobalSecondary),linkColor:be.extend("--ft-popover-link-color","",Te.contentActionPrimary),gap:be.extend("--ft-popover-gap","",me.spacing3),borderRadius:be.extend("--ft-popover-border-radius","",me.borderRadiusM),shadow:be.extend("--ft-popover-shadow","",me.shadowElevation02)},nr={topLeftBorderRadius:be.extend("--ft-tabs-top-left-border-radius","",me.borderRadiusS),topRightBorderRadius:be.extend("--ft-tabs-top-right-border-radius","",me.borderRadiusS),labelHorizontalPadding:be.extend("--ft-tabs-label-horizontal-padding","",me.spacing4),labelVerticalPadding:be.extend("--ft-tabs-label-vertical-padding","",me.spacing3),labelGap:be.extend("--ft-tabs-label-gap","",me.spacing1),offHoverStateLayerOpacity:be.extend("--ft-tabs-off-hover-state-layer-opacity","",me.opacity8),offFocusStateLayerOpacity:be.extend("--ft-tabs-off-focus-state-layer-opacity","",me.opacity8),offActiveStateLayerOpacity:be.extend("--ft-tabs-off-active-state-layer-opacity","",me.opacity16),offDisabledComponentOpacity:be.extend("--ft-tabs-off-disabled-component-opacity","",me.opacity40),offColor:be.extend("--ft-tabs-off-color","",Te.contentGlobalSubtle),offStateLayerColor:be.extend("--ft-tabs-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:be.extend("--ft-tabs-on-hover-state-layer-opacity","",me.opacity8),onFocusStateLayerOpacity:be.extend("--ft-tabs-on-focus-state-layer-opacity","",me.opacity8),onActiveStateLayerOpacity:be.extend("--ft-tabs-on-active-state-layer-opacity","",me.opacity16),onDisabledComponentOpacity:be.extend("--ft-tabs-on-disabled-component-opacity","",me.opacity40),onColor:be.extend("--ft-tabs-on-color","",Te.contentActionPrimary),onStateLayerColor:be.extend("--ft-tabs-on-state-layer-color","",Te.contentActionPrimary),iconHorizontalPadding:be.extend("--ft-tabs-icon-horizontal-padding","",me.spacing1),iconVerticalPadding:be.extend("--ft-tabs-icon-vertical-padding","",me.spacing4),focusOutlineWidth:be.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:be.extend("--ft-tabs-focus-focus-ring-color","",Te.borderActionFocusRing)},ar={hoverStateLayerOpacity:be.extend("--ft-collapsible-hover-state-layer-opacity","",me.opacity8),focusStateLayerOpacity:be.extend("--ft-collapsible-focus-state-layer-opacity","",me.opacity8),focusOutlineWidth:be.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:be.extend("--ft-collapsible-focus-focus-ring-color","",Te.borderActionFocusRing),activeStateLayerOpacity:be.extend("--ft-collapsible-active-state-layer-opacity","",me.opacity16),disabledComponentOpacity:be.extend("--ft-collapsible-disabled-component-opacity","",me.opacity40),horizontalPadding:be.extend("--ft-collapsible-horizontal-padding","",me.spacing4),verticalPadding:be.extend("--ft-collapsible-vertical-padding","",me.spacing3),color:be.extend("--ft-collapsible-color","",Te.contentGlobalPrimary),stateLayerColor:be.extend("--ft-collapsible-state-layer-color","",Te.contentGlobalPrimary),backgroundColor:be.extend("--ft-collapsible-background-color","",Te.backgroundGlobalOnSurface),borderColor:be.extend("--ft-collapsible-border-color","",Te.borderGlobalSubtle),iconSize:be.extend("--ft-collapsible-icon-size","",me.iconSize3)},lr={groupHorizontalPadding:be.extend("--ft-switch-group-horizontal-padding","",me.spacing1),groupVerticalPadding:be.extend("--ft-switch-group-vertical-padding","",me.spacing1),groupGap:be.extend("--ft-switch-group-gap","",me.spacing1),groupBackgroundColor:be.extend("--ft-switch-group-background-color","",Te.backgroundGlobalSurface),groupBorderColor:be.extend("--ft-switch-group-border-color","",Te.borderGlobalSubtle),groupBorderRadius:be.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:be.extend("--ft-switch-label-horizontal-padding","",me.spacing2),labelVerticalPadding:be.extend("--ft-switch-label-vertical-padding","",me.spacing1),offHoverStateLayerOpacity:be.extend("--ft-switch-off-hover-state-layer-opacity","",me.opacity8),offFocusStateLayerOpacity:be.extend("--ft-switch-off-focus-state-layer-opacity","",me.opacity8),offActiveStateLayerOpacity:be.extend("--ft-switch-off-active-state-layer-opacity","",me.opacity16),offDisabledComponentOpacity:be.extend("--ft-switch-off-disabled-component-opacity","",me.opacity40),offColor:be.extend("--ft-switch-off-color","",Te.contentGlobalSubtle),offStateLayerColor:be.extend("--ft-switch-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:be.extend("--ft-switch-on-hover-state-layer-opacity","",me.opacity8),onFocusStateLayerOpacity:be.extend("--ft-switch-on-focus-state-layer-opacity","",me.opacity8),onActiveStateLayerOpacity:be.extend("--ft-switch-on-active-state-layer-opacity","",me.opacity16),onDisabledComponentOpacity:be.extend("--ft-switch-on-disabled-component-opacity","",me.opacity40),onColor:be.extend("--ft-switch-on-color","",Te.contentActionPrimary),onStateLayerColor:be.extend("--ft-switch-on-state-layer-color","",Te.contentActionPrimary),iconHorizontalPadding:be.extend("--ft-switch-icon-horizontal-padding","",me.spacing1),iconVerticalPadding:be.extend("--ft-switch-icon-vertical-padding","",me.spacing1),focusOutlineWidth:be.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:be.extend("--ft-switch-focus-focus-ring-color","",Te.borderActionFocusRing),optionBorderRadius:be.extend("--ft-switch-option-border-radius","",me.borderRadiusS)},cr={color1Light:be.extend("--ft-chart-1-light","for area color charts",me.colorBrand40),color1Base:be.extend("--ft-chart-1-base","for line charts",me.colorBrand0),color2Light:be.extend("--ft-chart-2-light","for area color charts",me.colorYellow60),color2Base:be.extend("--ft-chart-2-base","for line charts",me.colorYellow100),color3Light:be.extend("--ft-chart-3-light","",me.colorUltramarine40),color3Base:be.extend("--ft-chart-3-base","",me.colorUltramarine70),color4Light:be.extend("--ft-chart-4-light","",me.colorCyan50),color4Base:be.extend("--ft-chart-4-base","",me.colorCyan100),color5Light:be.extend("--ft-chart-5-light","",me.colorRed40),color5Base:be.extend("--ft-chart-5-base","",me.colorRed60),color6Light:be.extend("--ft-chart-6-light","",me.colorGreen40),color6Base:be.extend("--ft-chart-6-base","",me.colorGreen70),color7Light:be.extend("--ft-chart-7-light","",me.colorOrange70),color7Base:be.extend("--ft-chart-7-base","",me.colorOrange100),color8Light:be.extend("--ft-chart-8-light","",me.colorAvocado70),color8Base:be.extend("--ft-chart-8-base","",me.colorAvocado200),color9Light:be.extend("--ft-chart-9-light","",me.colorBrown50),color9Base:be.extend("--ft-chart-9-base","",me.colorBrown200),color10Light:be.extend("--ft-chart-10-light","",me.colorGray50),color10Base:be.extend("--ft-chart-10-base","",me.colorGray80),monochrome10:be.extend("--ft-chart-monochrome-10","",me.colorBrand10),monochrome20:be.extend("--ft-chart-monochrome-20","",me.colorBrand20),monochrome30:be.extend("--ft-chart-monochrome-30","",me.colorBrand40),monochrome40:be.extend("--ft-chart-monochrome-40","",me.colorBrand60),monochrome50:be.extend("--ft-chart-monochrome-50","",me.colorBrand0),monochrome60:be.extend("--ft-chart-monochrome-60","",me.colorBrand200)},sr={largeHorizontalPadding:be.extend("--ft-chip-large-horizontal-padding","",me.spacing4),largeVerticalPadding:be.extend("--ft-chip-large-vertical-padding","",me.spacing2),largeGap:be.extend("--ft-chip-large-gap","",me.spacing1),largeFocusOutlineOffset:be.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:be.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:be.extend("--ft-chip-large-border-radius","",me.borderRadiusPill),largeBorderWidth:be.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:be.extend("--ft-chip-large-icon-size","",me.iconSize3),mediumHorizontalPadding:be.extend("--ft-chip-medium-horizontal-padding","",me.spacing3),mediumVerticalPadding:be.extend("--ft-chip-medium-vertical-padding","",me.spacing1),mediumGap:be.extend("--ft-chip-medium-gap","",me.spacing1),mediumFocusOutlineOffset:be.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:be.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:be.extend("--ft-chip-medium-border-radius","",me.borderRadiusPill),mediumBorderWidth:be.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:be.extend("--ft-chip-medium-icon-size","",me.iconSize2),smallHorizontalPadding:be.extend("--ft-chip-small-horizontal-padding","",me.spacing2),smallVerticalPadding:be.extend("--ft-chip-small-vertical-padding","",me.spacing05),smallGap:be.extend("--ft-chip-small-gap","",me.spacing1),smallFocusOutlineOffset:be.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:be.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:be.extend("--ft-chip-small-border-radius","",me.borderRadiusPill),smallBorderWidth:be.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:be.extend("--ft-chip-small-icon-size","",me.iconSize1),neutralBackgroundColor:be.extend("--ft-chip-neutral-background-color","",Te.backgroundGlobalOnSurface),neutralColor:be.extend("--ft-chip-neutral-color","",Te.contentGlobalPrimary),neutralIconColor:be.extend("--ft-chip-neutral-icon-color","",Te.contentGlobalPrimary),neutralBorderColor:be.extend("--ft-chip-neutral-border-color","",Te.borderGlobalSubtle),infoBackgroundColor:be.extend("--ft-chip-info-background-color","",Te.backgroundInfoSubtle),infoColor:be.extend("--ft-chip-info-color","",Te.contentInfoPrimary),infoIconColor:be.extend("--ft-chip-info-icon-color","",Te.contentInfoIconOnly),infoBorderColor:be.extend("--ft-chip-info-border-color","",Te.borderInfoSubtle),successBackgroundColor:be.extend("--ft-chip-success-background-color","",Te.backgroundSuccessSubtle),successColor:be.extend("--ft-chip-success-color","",Te.contentSuccessPrimary),successIconColor:be.extend("--ft-chip-success-icon-color","",Te.contentSuccessIconOnly),successBorderColor:be.extend("--ft-chip-success-border-color","",Te.borderSuccessSubtle),warningBackgroundColor:be.extend("--ft-chip-warning-background-color","",Te.backgroundWarningSubtle),warningColor:be.extend("--ft-chip-warning-color","",Te.contentWarningPrimary),warningIconColor:be.extend("--ft-chip-warning-icon-color","",Te.contentWarningIconOnly),warningBorderColor:be.extend("--ft-chip-warning-border-color","",Te.borderWarningSubtle),errorBackgroundColor:be.extend("--ft-chip-error-background-color","",Te.backgroundErrorSubtle),errorColor:be.extend("--ft-chip-error-color","",Te.contentErrorPrimary),errorIconColor:be.extend("--ft-chip-error-icon-color","",Te.contentErrorIconOnly),errorBorderColor:be.extend("--ft-chip-error-border-color","",Te.borderErrorSubtle)},fr={infoBorderColor:be.extend("--ft-border-info-border-color","",Te.borderInfoSubtle)},dr={borderWidth:be.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:be.extend("--ft-notice-horizontal-padding","",me.spacing2),verticalPadding:be.extend("--ft-notice-vertical-padding","",me.spacing1),borderRadius:be.extend("--ft-notice-border-radius","",me.borderRadiusS),gap:be.extend("--ft-notice-gap","",me.spacing2),iconSize:be.extend("--ft-notice-icon-size","",me.iconSize3),infoBackgroundColor:be.extend("--ft-notice-info-background-color","",Te.backgroundInfoSubtle),infoBorderColor:be.extend("--ft-notice-info-border-color","",Te.borderInfoSubtle),infoColor:be.extend("--ft-notice-info-color","",Te.contentInfoPrimary),infoIconColor:be.extend("--ft-notice-info-icon-color","",Te.contentInfoIconOnly),warningBackgroundColor:be.extend("--ft-notice-warning-background-color","",Te.backgroundWarningSubtle),warningBorderColor:be.extend("--ft-notice-warning-border-color","",Te.borderWarningSubtle),warningColor:be.extend("--ft-notice-warning-color","",Te.contentWarningPrimary),warningIconColor:be.extend("--ft-notice-warning-icon-color","",Te.contentWarningIconOnly),errorBackgroundColor:be.extend("--ft-notice-error-background-color","",Te.backgroundErrorSubtle),errorBorderColor:be.extend("--ft-notice-error-border-color","",Te.borderErrorSubtle),errorColor:be.extend("--ft-notice-error-color","",Te.contentErrorPrimary),errorIconColor:be.extend("--ft-notice-error-icon-color","",Te.contentErrorIconOnly),successBackgroundColor:be.extend("--ft-notice-success-background-color","",Te.backgroundSuccessSubtle),successBorderColor:be.extend("--ft-notice-success-border-color","",Te.borderSuccessSubtle),successColor:be.extend("--ft-notice-success-color","",Te.contentSuccessPrimary),successIconColor:be.extend("--ft-notice-success-icon-color","",Te.contentSuccessIconOnly)},ur={color:be.extend("--ft-checkbox-color","",Te.contentGlobalPrimary),checkedBackgroundColor:be.extend("--ft-checkbox-checked-background-color","",Te.contentActionPrimary),checkedStateLayerColor:be.extend("--ft-checkbox-checked-state-layer-color","",Te.contentActionPrimary),checkedIconColor:be.extend("--ft-checkbox-checked-icon-color","",Te.contentGlobalOnColor),checkedHoverStateLayerOpacity:be.extend("--ft-checkbox-checked-hover-state-layer-opacity","",me.opacity16),checkedFocusStateLayerOpacity:be.extend("--ft-checkbox-checked-focus-state-layer-opacity","",me.opacity16),checkedActiveStateLayerOpacity:be.extend("--ft-checkbox-checked-active-state-layer-opacity","",me.opacity24),checkedDisabledComponentOpacity:be.extend("--ft-checkbox-checked-disabled-component-opacity","",me.opacity40),uncheckedBorderColor:be.extend("--ft-checkbox-unchecked-border-color","",me.colorGray80),uncheckedStateLayerColor:be.extend("--ft-checkbox-unchecked-state-layer-color","",me.colorGray80),uncheckedHoverStateLayerOpacity:be.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",me.opacity16),uncheckedFocusStateLayerOpacity:be.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",me.opacity16),uncheckedActiveStateLayerOpacity:be.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",me.opacity24),uncheckedDisabledComponentOpacity:be.extend("--ft-checkbox-unchecked-disabled-component-opacity","",me.opacity40),focusFocusRingColor:be.extend("--ft-checkbox-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:be.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:be.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:be.extend("--ft-checkbox-gap","",me.spacing3)},hr={offHoverStateLayerOpacity:be.extend("--ft-toggle-off-hover-state-layer-opacity","",me.opacity16),offFocusStateLayerOpacity:be.extend("--ft-toggle-off-focus-state-layer-opacity","",me.opacity16),offActiveStateLayerOpacity:be.extend("--ft-toggle-off-active-state-layer-opacity","",me.opacity24),offDisabledComponentOpacity:be.extend("--ft-toggle-off-disabled-component-opacity","",me.opacity40),offBackgroundColor:be.extend("--ft-toggle-off-background-color","",Te.contentGlobalSubtle),offIconColor:be.extend("--ft-toggle-off-icon-color","",Te.contentGlobalSubtle),offStateLayerColor:be.extend("--ft-toggle-off-state-layer-color","",Te.contentGlobalSubtle),onHoverStateLayerOpacity:be.extend("--ft-toggle-on-hover-state-layer-opacity","",me.opacity16),onFocusStateLayerOpacity:be.extend("--ft-toggle-on-focus-state-layer-opacity","",me.opacity16),onActiveStateLayerOpacity:be.extend("--ft-toggle-on-active-state-layer-opacity","",me.opacity24),onDisabledComponentOpacity:be.extend("--ft-toggle-on-disabled-component-opacity","",me.opacity40),onBackgroundColor:be.extend("--ft-toggle-on-background-color","",Te.contentActionPrimary),onStateLayerColor:be.extend("--ft-toggle-on-state-layer-color","",Te.contentActionPrimary),onIconColor:be.extend("--ft-toggle-on-icon-color","",Te.contentActionPrimary),color:be.extend("--ft-toggle-color","",Te.contentGlobalPrimary),focusFocusRingColor:be.extend("--ft-toggle-focus-focus-ring-color","",Te.borderActionFocusRing),gap:be.extend("--ft-toggle-gap","",me.spacing3)},pr={color:be.extend("--ft-radio-color","",Te.contentGlobalPrimary),selectedRadioColor:be.extend("--ft-radio-selected-radio-color","",Te.contentActionPrimary),selectedStateLayerColor:be.extend("--ft-radio-selected-state-layer-color","",Te.contentActionPrimary),selectedHoverStateLayerOpacity:be.extend("--ft-radio-selected-hover-state-layer-opacity","",me.opacity16),selectedFocusStateLayerOpacity:be.extend("--ft-radio-selected-focus-state-layer-opacity","",me.opacity16),selectedActiveStateLayerOpacity:be.extend("--ft-radio-selected-active-state-layer-opacity","",me.opacity24),selectedDisabledComponentOpacity:be.extend("--ft-radio-selected-disabled-component-opacity","",me.opacity40),unselectedStateLayerColor:be.extend("--ft-radio-unselected-state-layer-color","",Te.borderInputPrimary),unselectedBorderColor:be.extend("--ft-radio-unselected-border-color","",Te.borderInputPrimary),unselectedHoverStateLayerOpacity:be.extend("--ft-radio-unselected-hover-state-layer-opacity","",me.opacity16),unselectedFocusStateLayerOpacity:be.extend("--ft-radio-unselected-focus-state-layer-opacity","",me.opacity16),unselectedActiveStateLayerOpacity:be.extend("--ft-radio-unselected-active-state-layer-opacity","",me.opacity24),unselectedDisabledComponentOpacity:be.extend("--ft-radio-unselected-disabled-component-opacity","",me.opacity40),focusFocusRingColor:be.extend("--ft-radio-focus-focus-ring-color","",Te.borderActionFocusRing),focusOutlineOffset:be.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:be.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:be.extend("--ft-radio-gap","",me.spacing3)},gr={iconSize:be.extend("--ft-notification-icon-size","",me.iconSize4),horizontalPadding:be.extend("--ft-notification-horizontal-padding","",me.spacing4),verticalPadding:be.extend("--ft-notification-vertical-padding","",me.spacing4),infoBackgroundColor:be.extend("--ft-notification-info-background-color","",Te.backgroundInfoSubtle),infoColor:be.extend("--ft-notification-info-color","",Te.contentInfoPrimary),infoIconColor:be.extend("--ft-notification-info-icon-color","",Te.contentInfoIconOnly),infoBorderColor:be.extend("--ft-notification-info-border-color","",Te.borderInfoSubtle),successBackgroundColor:be.extend("--ft-notification-success-background-color","",Te.backgroundSuccessSubtle),successColor:be.extend("--ft-notification-success-color","",Te.contentSuccessPrimary),successIconColor:be.extend("--ft-notification-success-icon-color","",Te.contentSuccessIconOnly),successBorderColor:be.extend("--ft-notification-success-border-color","",Te.borderSuccessSubtle),warningBackgroundColor:be.extend("--ft-notification-warning-background-color","",Te.backgroundWarningSubtle),warningColor:be.extend("--ft-notification-warning-color","",Te.contentWarningPrimary),warningIconColor:be.extend("--ft-notification-warning-icon-color","",Te.contentWarningIconOnly),warningBorderColor:be.extend("--ft-notification-warning-border-color","",Te.borderWarningSubtle),errorBackgroundColor:be.extend("--ft-notification-error-background-color","",Te.backgroundErrorSubtle),errorColor:be.extend("--ft-notification-error-color","",Te.contentErrorPrimary),errorIconColor:be.extend("--ft-notification-error-icon-color","",Te.contentErrorIconOnly),errorBorderColor:be.extend("--ft-notification-error-border-color","",Te.borderErrorSubtle),borderRadius:be.extend("--ft-notification-border-radius","",me.borderRadiusPill),borderWidth:be.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:be.extend("--ft-notification-leading-gap","",me.spacing2),trailingGap:be.extend("--ft-notification-trailing-gap","",me.spacing8)},yr={horizontalPadding:be.extend("--ft-tooltip-horizontal-padding","",me.spacing2),verticalPadding:be.extend("--ft-tooltip-vertical-padding","",me.spacing2),borderRadius:be.extend("--ft-tooltip-border-radius","",me.borderRadiusS),color:be.extend("--ft-tooltip-color","",Te.contentGlobalOnColor),backgroundColor:be.extend("--ft-tooltip-background-color","",Te.contentGlobalPrimary),backgroundOpacity:be.extend("--ft-tooltip-background-opacity","",me.opacity80),shadow:be.extend("--ft-tooltip-shadow","",me.shadowElevation03),maxWidth:be.create("--ft-tooltip-max-width","","SIZE","256px"),gap:be.extend("--ft-tooltip-gap","",me.spacing05)};var br=Object.freeze({__proto__:null,FtCssVariableFactory:be,banner:Ve,border:fr,breadcrumb:qe,button:Ge,chart:cr,checkbox:ur,chip:sr,collapsible:ar,comboboxMultiSelect:rr,comboboxSingleSelect:er,drawer:Xe,floatingMenu:or,foundation:me,modal:Je,notice:dr,notification:gr,pageHeader:Ye,popover:ir,radio:pr,semantic:Te,setVariable:function(t,o){return ye(`${t.name}: ${o}`)},switch_:lr,tabs:nr,textArea:tr,textInput:Qe,toggle:hr,tooltip:yr,typographies:De,typographyBody1Medium:Ce,typographyBody1Regular:we,typographyBody1Semibold:Ne,typographyBody2Medium:Ie,typographyBody2MediumUnderline:Re,typographyBody2Regular:Ee,typographyBody2Semibold:Le,typographyCaption1Bold:Pe,typographyCaption1Medium:Ae,typographyCaption1Semibold:_e,typographyCaption2Bold:je,typographyCaption2Medium:Ze,typographyCaption2Semibold:Ke,typographyCaption3Bold:He,typographyCaption3Medium:Me,typographyCaption3Semibold:$e,typographyDisplay:ve,typographyLabel1Bold:ke,typographyLabel1Medium:We,typographyLabel1Semibold:Ue,typographyLabel2Bold:Fe,typographyLabel2Medium:Be,typographyLabel2Semibold:ze,typographyTitle1:Oe,typographyTitle2:Se,typographyTitle3:xe,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:be.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:be.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:be.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:be.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:be.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:be.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:be.create("--ft-color-error","","COLOR","#B00020"),colorOutline:be.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:be.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:be.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:be.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:be.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:be.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:be.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:be.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:be.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:be.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:be.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:be.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:be.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:be.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:be.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:be.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:be.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:be.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:be.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:be.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:be.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:be.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:be.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:be.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:be.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:be.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:be.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:be.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:be.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:be.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:be.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:be.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:be.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:be.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:be.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:be.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:be.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.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:be.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:be.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:be.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:be.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:be.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:be.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:be.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:be.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 Sr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class xr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var wr=Object.freeze({__proto__:null,FtNotificationEvent:Or,PostResizeEvent:xr,PreResizeEvent:Sr});const Cr=["start","end"],Nr=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Cr[0],o+"-"+Cr[1])),[]),Er=Math.min,Ir=Math.max,Rr=Math.round,Lr=t=>({x:t,y:t}),Wr={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function kr(t,o,e){return Ir(t,Er(o,e))}function Br(t,o){return"function"==typeof t?t(o):t}function zr(t){return t.split("-")[0]}function Fr(t){return t.split("-")[1]}function Ar(t){return"x"===t?"y":"x"}function _r(t){return"y"===t?"height":"width"}function Pr(t){return["top","bottom"].includes(zr(t))?"y":"x"}function Zr(t){return Ar(Pr(t))}function Kr(t){return t.replace(/left|right|bottom|top/g,(t=>Wr[t]))}function jr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Mr(t,o,e){let{reference:r,floating:i}=t;const n=Pr(o),a=Zr(o),l=_r(a),c=zr(o),s="y"===n,f=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,u=r[l]/2-i[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(Fr(o)){case"start":h[a]-=u*(e&&s?-1:1);break;case"end":h[a]+=u*(e&&s?-1:1)}return h}async function $r(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:d="floating",altBoundary:u=!1,padding:h=0}=Br(o,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),g=l[u?"floating"===d?"reference":"floating":d],y=jr(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(g)))||e?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:s,rootBoundary:f,strategy:c})),b="floating"===d?{...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=jr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(y.top-O.top+p.top)/v.y,bottom:(O.bottom-y.bottom+p.bottom)/v.y,left:(y.left-O.left+p.left)/v.x,right:(O.right-y.right+p.right)/v.x}}function Hr(t,o,e){return(t?[...e.filter((o=>Fr(o)===t)),...e.filter((o=>Fr(o)!==t))]:e.filter((t=>zr(t)===t))).filter((e=>!t||(Fr(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>Ur[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:d,allowedPlacements:u=Nr,autoAlignment:h=!0,...p}=Br(t,o),g=void 0!==d||u===Nr?Hr(d||null,h,u):u,y=await $r(o,p),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=g[b];if(null==m)return{};const v=function(t,o,e){void 0===e&&(e=!1);const r=Fr(t),i=Zr(t),n=_r(i);let a="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=Kr(a)),[a,Kr(a)]}(m,n,await(null==c.isRTL?void 0:c.isRTL(s.floating)));if(l!==m)return{reset:{placement:g[0]}};const O=[y[zr(m)],y[v[0]],y[v[1]]],S=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],x=g[b+1];if(x)return{data:{index:b+1,overflows:S},reset:{placement:x}};const w=S.map((t=>{const o=Fr(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])),C=w.filter((t=>t[2].slice(0,Fr(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||w[0][0];return N!==l?{data:{index:b+1,overflows:S},reset:{placement:N}}:{}}}};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=Rr(e)!==n||Rr(r)!==a;return l&&(e=n,r=a),{width:e,height:r,$:l}}function fi(t){return Yr(t)?t:t.contextElement}function di(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?Rr(e.width):e.width)/r,l=(n?Rr(e.height):e.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const ui=Lr(0);function hi(t){const o=Gr(t);return ei()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:ui}function pi(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=di(r)):a=di(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Gr(t))&&o}(n,e,r)?hi(n):Lr(0);let c=(i.left+l.x)/a.x,s=(i.top+l.y)/a.y,f=i.width/a.x,d=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=di(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,d*=t.y,c+=i,s+=n,e=Gr(e).frameElement}}return jr({width:f,height:d,x:c,y:s})}function gi(t){return pi(Vr(t)).left+ni(t).scrollLeft}function yi(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=Ir(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),n=Ir(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+gi(t);const l=-e.scrollTop;return"rtl"===ii(r).direction&&(a+=Ir(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=pi(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,n=Jr(t)?di(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=hi(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return jr(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=pi(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=pi(o,!0,n,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=gi(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 Si={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=pi(e);l=di(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=yi(o,e,i);return t.top=Ir(r.top,t.top),t.right=Er(r.right,t.right),t.bottom=Er(r.bottom,t.bottom),t.left=Ir(r.left,t.left),t}),yi(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:di,isElement:Yr,isRTL:function(t){return"rtl"===ii(t).direction}},xi=(t,o,e)=>{const r=new Map,i={platform:Si,...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:d}=Mr(s,r,c),u=r,h={},p=0;for(let e=0;e<l.length;e++){const{name:n,fn:g}=l[e],{x:y,y:b,data:m,reset:v}=await g({x:f,y:d,initialPlacement:r,placement:u,strategy:i,middlewareData:h,rects:s,platform:a,elements:{reference:t,floating:o}});f=null!=y?y:f,d=null!=b?b:d,h={...h,[n]:{...h[n],...m}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(u=v.placement),v.rects&&(s=!0===v.rects?await a.getElementRects({reference:t,floating:o,strategy:i}):v.rects),({x:f,y:d}=Mr(s,u,c))),e=-1)}return{x:f,y:d,placement:u,strategy:i,middlewareData:h}})(t,o,{...i,platform:n})};function wi(t){return function(t){for(let o=t;o;o=Ci(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ci(t);o;o=Ci(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 Ci(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Ni=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,o,e){return xi(t,o,{platform:{...Si,getOffsetParent:t=>Si.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}=Br(r,t),s={x:o,y:e},f=await $r(t,c),d=Pr(zr(i)),u=Ar(d);let h=s[u],p=s[d];if(n){const t="y"===u?"bottom":"right";h=kr(h+f["y"===u?"top":"left"],h,h-f[t])}if(a){const t="y"===d?"bottom":"right";p=kr(p+f["y"===d?"top":"left"],p,p-f[t])}const g=l.fn({...t,[u]:h,[d]:p});return{...g,data:{x:g.x-o,y:g.y-e}}}}),Dr({allowedPlacements:[e]})]});var r}});
136
136
  /**
137
137
  * @license
138
138
  * Copyright 2019 Google LLC
139
139
  * SPDX-License-Identifier: BSD-3-Clause
140
- */const Ci=window,Ei=Ci.ShadowRoot&&(void 0===Ci.ShadyCSS||Ci.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ri extends ye{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Ei?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Ci.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Ii,Li=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ri}),Ui=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Wi=Symbol("constructorPrototype"),ki=Symbol("constructorName"),Fi=Symbol("exportpartsDebouncer");class zi extends Ri{constructor(){super(),this[Ii]=new oo(5),this[ki]=this.constructor.name,this[Wi]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ki]&&Object.setPrototypeOf(this,this[Wi])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,e;if((null!==(e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[Fi].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,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!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],o=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(...e,...o).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((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}Ii=Fi,Ui([Se()],zi.prototype,"exportpartsPrefix",void 0),Ui([ho([])],zi.prototype,"exportpartsPrefixes",void 0),Ui([Se()],zi.prototype,"customStylesheet",void 0);var Ai=Object.freeze({__proto__:null,FtLitElement:zi}),Bi=Object.freeze({__proto__:null});class _i{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let 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=>{e(t)&&(a++,o(r)),l()}),l)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new _i(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let i=!1,n=!1;return r.forEach(((t,e)=>{t.val===o&&(i=e,n=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:o,handled:!0}),!0):(!1===i&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,i){const n=this.createIterator(e,t,r);let a,l,c=[],s=[],f=()=>(({prevNode:l,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,l,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>s.push(t)),r)})),s.push(a);s.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(c,t,o,r),i()}forEachNode(t,e,o,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,e,o,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const Ki=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new _i(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in e)if(e.hasOwnProperty(i)){const n=e[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${o}`),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 e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{o.every((o=>{if(-1!==o.indexOf(i)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),o){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 e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,o);n&&(t.start=r,t.length=i-r,e.push(t),o=i)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,i=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:o,end:r,valid:i}}checkWhitespaceRanges(t,e,o){let r,i=!0,n=o.length,a=e-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)):""===o.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 e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return _i.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(e),n=i.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,e,o,r,i){t.nodes.every(((n,a)=>{const l=t.nodes[a+1];if(void 0===l||l.start>e){if(!r(n.node))return!1;const l=e-n.start,c=(o>n.end?n.end:o)-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(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=c),t.nodes[o].end-=c)})),o-=c,i(n.node.previousSibling,n.start),!(o>n.end))return!1;e=n.end}return!0}))}wrapMatches(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let i;for(e=e.node;null!==(i=t.exec(e.textContent))&&""!==i[n];){if(!o(i[n],e))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;e=this.wrapRangeInTextNode(e,a,a+i[n].length),r(e.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.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(e,i,l,(t=>o(a[n],t)),((e,o)=>{t.lastIndex=o,r(e)}))}i()}))}wrapRangeFromIndex(t,e,o,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,(o=>e(o,t,i.value.substring(a,l),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",l=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),c=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,c)),(t=>{c++,o++,this.opt.each(t)}),(()=>{0===c&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(o):l(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):l(i[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=_i.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Pi=bo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Zi=ut`
140
+ */const Ei=window,Ii=Ei.ShadowRoot&&(void 0===Ei.ShadyCSS||Ei.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ri extends bo{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)=>{Ii?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,Wi=Object.freeze({__proto__:null,ScopedRegistryLitElement:Ri}),Ui=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 ki=Symbol("constructorPrototype"),Bi=Symbol("constructorName"),zi=Symbol("exportpartsDebouncer");class Fi extends Ri{constructor(){super(),this[Li]=new re(5),this[Bi]=this.constructor.name,this[ki]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Bi]&&Object.setPrototypeOf(this,this[ki])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,o;if((null!==(o=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).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,Ui([xo()],Fi.prototype,"exportpartsPrefix",void 0),Ui([he([])],Fi.prototype,"exportpartsPrefixes",void 0),Ui([xo()],Fi.prototype,"customStylesheet",void 0);var Ai=Object.freeze({__proto__:null,FtLitElement:Fi}),_i=Object.freeze({__proto__:null});class Pi{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=>{Pi.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 Pi(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 Zi=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 Pi(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 Pi.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=Pi.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},Ki=be.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),ji=dt`
141
141
  .highlight-html-match {
142
- background: ${Pi};
142
+ background: ${Ki};
143
143
  }
144
- `,ji={className:"highlight-html-match"};var $i=Object.freeze({__proto__:null,highlightHtml:function(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new Ki(t);if(r.unmark(ji),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...ji,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...ji,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:Pi,highlightHtmlStyles:Zi});const Mi=ut`
144
+ `,Mi={className:"highlight-html-match"};var $i=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 Zi(t);if(r.unmark(Mi),o&&o.trim()){r.mark(o.replace(/"[^"]+"/g,""),{...Mi,separateWordSearch:!0});(null!==(e=o.match(/"[^"]+"/g))&&void 0!==e?e:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...Mi,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=o?o:"")},highlightHtmlColorCssVariable:Ki,highlightHtmlStyles:ji});const Hi=dt`
145
145
  .ft-no-text-select {
146
146
  -webkit-touch-callout: none;
147
147
  -webkit-user-select: none;
@@ -150,7 +150,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
150
150
  -ms-user-select: none;
151
151
  user-select: none;
152
152
  }
153
- `,Di=ut`
153
+ `,Di=dt`
154
154
  .ft-word-wrap {
155
155
  white-space: normal;
156
156
  word-wrap: break-word;
@@ -162,7 +162,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
162
162
  -webkit-hyphens: auto;
163
163
  hyphens: auto
164
164
  }
165
- `,Hi=ut`
165
+ `,Ti=dt`
166
166
  .ft-safari-ellipsis-fix {
167
167
  margin-right: 0;
168
168
 
@@ -173,9 +173,9 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
173
173
  display: inline-block;
174
174
  width: 0;
175
175
  }
176
- `;var Ti=Object.freeze({__proto__:null,noTextSelect:Mi,safariEllipsisFix:Hi,wordWrap:Di}),Gi=Object.freeze({__proto__:null});var Vi=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}});class qi{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function Yi(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var Ji,Xi,Qi;const tn=Symbol("internalReduxEventsUnsubscribers"),en=Symbol("internalStoresUnsubscribers"),on=Symbol("internalStores");class rn extends zi{constructor(){super(...arguments),this[Ji]=new Map,this[Xi]=new Map,this[Qi]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[on].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[on].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[on].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Yi(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[on].delete(e)}setupStore(t,e){this[on].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[on].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[en].has(t.store):this[en].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[en].set(t,e.subscribe((()=>this.updateFromStores()))),Yi(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[tn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[en].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[tn].forEach((t=>t())),this[tn]=[]}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 nn(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function an(t){return!!t&&!!t[Tn]}function ln(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===Gn}(t)||Array.isArray(t)||!!t[Hn]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Hn])||dn(t)||pn(t))}function cn(t,e,o){void 0===o&&(o=!1),0===sn(t)?(o?Object.keys:Vn)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function sn(t){var e=t[Tn];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:dn(t)?2:pn(t)?3:0}function fn(t,e){return 2===sn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function un(t,e,o){var r=sn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function hn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function dn(t){return jn&&t instanceof Map}function pn(t){return $n&&t instanceof Set}function gn(t){return t.o||t.t}function yn(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=qn(t);delete e[Tn];for(var o=Vn(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function bn(t,e){return void 0===e&&(e=!1),vn(t)||an(t)||!ln(t)||(sn(t)>1&&(t.set=t.add=t.clear=t.delete=mn),Object.freeze(t),e&&cn(t,(function(t,e){return bn(e,!0)}),!0)),t}function mn(){nn(2)}function vn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function On(t){var e=Yn[t];return e||nn(18,t),e}function Sn(){return Pn}function xn(t,e){e&&(On("Patches"),t.u=[],t.s=[],t.v=e)}function wn(t){Nn(t),t.p.forEach(En),t.p=null}function Nn(t){t===Pn&&(Pn=t.l)}function Cn(t){return Pn={p:[],l:Pn,h:t,m:!0,_:0}}function En(t){var e=t[Tn];0===e.i||1===e.i?e.j():e.g=!0}function Rn(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||On("ES5").S(e,t,r),r?(o[Tn].P&&(wn(e),nn(4)),ln(t)&&(t=In(e,t),e.l||Un(e,t)),e.u&&On("Patches").M(o[Tn].t,t,e.u,e.s)):t=In(e,o,[]),wn(e),e.u&&e.v(e.u,e.s),t!==Dn?t:void 0}function In(t,e,o){if(vn(e))return e;var r=e[Tn];if(!r)return cn(e,(function(i,n){return Ln(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Un(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=yn(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),cn(n,(function(e,n){return Ln(t,r,i,e,n,o,a)})),Un(t,i,!1),o&&t.u&&On("Patches").N(r,o,t.u,t.s)}return r.o}function Ln(t,e,o,r,i,n,a){if(an(i)){var l=In(t,i,n&&e&&3!==e.i&&!fn(e.R,r)?n.concat(r):void 0);if(un(o,r,l),!an(l))return;t.m=!1}else a&&o.add(i);if(ln(i)&&!vn(i)){if(!t.h.D&&t._<1)return;In(t,i),e&&e.A.l||Un(t,i)}}function Un(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&bn(e,o)}function Wn(t,e){var o=t[Tn];return(o?gn(o):t)[e]}function kn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Fn(t){t.P||(t.P=!0,t.l&&Fn(t.l))}function zn(t){t.o||(t.o=yn(t.t))}function An(t,e,o){var r=dn(e)?On("MapSet").F(e,o):pn(e)?On("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:Sn(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=Jn;o&&(i=[r],n=Xn);var a=Proxy.revocable(i,n),l=a.revoke,c=a.proxy;return r.k=c,r.j=l,c}(e,o):On("ES5").J(e,o);return(o?o.A:Sn()).p.push(r),r}function Bn(t){return an(t)||nn(22,t),function t(e){if(!ln(e))return e;var o,r=e[Tn],i=sn(e);if(r){if(!r.P&&(r.i<4||!On("ES5").K(r)))return r.t;r.I=!0,o=_n(e,i),r.I=!1}else o=_n(e,i);return cn(o,(function(e,i){r&&function(t,e){return 2===sn(t)?t.get(e):t[e]}(r.t,e)===i||un(o,e,t(i))})),3===i?new Set(o):o}(t)}function _n(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return yn(t)}Ji=en,Xi=on,Qi=tn,rn.reduxProperties=new Map,rn.reduxReactiveProperties=new Set,rn.reduxEventListeners=new Map;var Kn,Pn,Zn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),jn="undefined"!=typeof Map,$n="undefined"!=typeof Set,Mn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Dn=Zn?Symbol.for("immer-nothing"):((Kn={})["immer-nothing"]=!0,Kn),Hn=Zn?Symbol.for("immer-draftable"):"__$immer_draftable",Tn=Zn?Symbol.for("immer-state"):"__$immer_state",Gn=""+Object.prototype.constructor,Vn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,qn=Object.getOwnPropertyDescriptors||function(t){var e={};return Vn(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},Yn={},Jn={get:function(t,e){if(e===Tn)return t;var o=gn(t);if(!fn(o,e))return function(t,e,o){var r,i=kn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!ln(r)?r:r===Wn(t.t,e)?(zn(t),t.o[e]=An(t.A.h,r,t)):r},has:function(t,e){return e in gn(t)},ownKeys:function(t){return Reflect.ownKeys(gn(t))},set:function(t,e,o){var r=kn(gn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Wn(gn(t),e),n=null==i?void 0:i[Tn];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(hn(o,i)&&(void 0!==o||fn(t.t,e)))return!0;zn(t),Fn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==Wn(t.t,e)||e in t.t?(t.R[e]=!1,zn(t),Fn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=gn(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){nn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){nn(12)}},Xn={};cn(Jn,(function(t,e){Xn[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Xn.deleteProperty=function(t,e){return Xn.set.call(this,t,e,void 0)},Xn.set=function(t,e,o){return Jn.set.call(this,t[0],e,o,t[0])};var Qn=function(){function t(t){var e=this;this.O=Mn,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=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=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&nn(6),void 0!==r&&"function"!=typeof r&&nn(7),ln(t)){var l=Cn(e),c=An(e,t,void 0),s=!0;try{a=o(c),s=!1}finally{s?wn(l):Nn(l)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return xn(l,r),Rn(t,l)}),(function(t){throw wn(l),t})):(xn(l,r),Rn(a,l))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===Dn&&(a=void 0),e.D&&bn(a,!0),r){var f=[],u=[];On("Patches").M(t,a,f,u),r(f,u)}return a}nn(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));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 e=t.prototype;return e.createDraft=function(t){ln(t)||nn(8),an(t)&&(t=Bn(t));var e=Cn(this),o=An(this,t,void 0);return o[Tn].C=!0,Nn(e),o},e.finishDraft=function(t,e){var o=(t&&t[Tn]).A;return xn(o,e),Rn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Mn&&nn(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=On("Patches").$;return an(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),ta=new Qn,ea=ta.produce;function oa(t){return oa="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},oa(t)}function ra(t){var e=function(t,e){if("object"!==oa(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==oa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===oa(e)?e:String(e)}function ia(t,e,o){return(e=ra(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function na(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function aa(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?na(Object(o),!0).forEach((function(e){ia(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):na(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function la(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. "}ta.produceWithPatches.bind(ta),ta.setAutoFreeze.bind(ta),ta.setUseProxies.bind(ta),ta.applyPatches.bind(ta),ta.createDraft.bind(ta),ta.finishDraft.bind(ta);var ca="function"==typeof Symbol&&Symbol.observable||"@@observable",sa=function(){return Math.random().toString(36).substring(7).split("").join(".")},fa={INIT:"@@redux/INIT"+sa(),REPLACE:"@@redux/REPLACE"+sa(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+sa()}};function ua(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(la(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(la(1));return o(ua)(t,e)}if("function"!=typeof t)throw new Error(la(2));var i=t,n=e,a=[],l=a,c=!1;function s(){l===a&&(l=a.slice())}function f(){if(c)throw new Error(la(3));return n}function u(t){if("function"!=typeof t)throw new Error(la(4));if(c)throw new Error(la(5));var e=!0;return s(),l.push(t),function(){if(e){if(c)throw new Error(la(6));e=!1,s();var o=l.indexOf(t);l.splice(o,1),a=null}}}function h(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(la(7));if(void 0===t.type)throw new Error(la(8));if(c)throw new Error(la(9));try{c=!0,n=i(n,t)}finally{c=!1}for(var e=a=l,o=0;o<e.length;o++){(0,e[o])()}return t}return h({type:fa.INIT}),(r={dispatch:h,subscribe:u,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(la(10));i=t,h({type:fa.REPLACE})}})[ca]=function(){var t,e=u;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(la(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ca]=function(){return this},t},r}function ha(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:fa.INIT}))throw new Error(la(12));if(void 0===o(void 0,{type:fa.PROBE_UNKNOWN_ACTION()}))throw new Error(la(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},l=0;l<a.length;l++){var c=a[l],s=o[c],f=t[c],u=s(f,e);if(void 0===u)throw e&&e.type,new Error(la(14));i[c]=u,r=r||u!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function da(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function pa(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(la(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=da.apply(void 0,n)(o.dispatch),aa(aa({},o),{},{dispatch:r})}}}function ga(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var ya=ga();ya.withExtraArgument=ga;var ba,ma=ya,va=(ba=function(t,e){return ba=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},ba(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}ba(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),Oa=function(t,e){var o,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(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=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=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,l])}}},Sa=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},xa=Object.defineProperty,wa=Object.defineProperties,Na=Object.getOwnPropertyDescriptors,Ca=Object.getOwnPropertySymbols,Ea=Object.prototype.hasOwnProperty,Ra=Object.prototype.propertyIsEnumerable,Ia=function(t,e,o){return e in t?xa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},La=function(t,e){for(var o in e||(e={}))Ea.call(e,o)&&Ia(t,o,e[o]);if(Ca)for(var r=0,i=Ca(e);r<i.length;r++){o=i[r];Ra.call(e,o)&&Ia(t,o,e[o])}return t},Ua=function(t,e){return wa(t,Na(e))},Wa="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?da:da.apply(null,arguments)};var ka=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return va(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Sa([void 0],t[0].concat(this)))):new(e.bind.apply(e,Sa([void 0],t.concat(this))))},e}(Array),Fa=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return va(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Sa([void 0],t[0].concat(this)))):new(e.bind.apply(e,Sa([void 0],t.concat(this))))},e}(Array);function za(t){return ln(t)?ea(t,(function(){})):t}function Aa(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new ka;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(ma.withExtraArgument(o.extraArgument)):r.push(ma));return r}(t)}}function Ba(t){var e,o=Aa(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,l=void 0===a?o():a,c=r.devTools,s=void 0===c||c,f=r.preloadedState,u=void 0===f?void 0:f,h=r.enhancers,d=void 0===h?void 0:h;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(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');e=ha(n)}var p=l;"function"==typeof p&&(p=p(o));var g=pa.apply(void 0,p),y=da;s&&(y=Wa(La({trace:!1},"object"==typeof s&&s)));var b=new Fa(g),m=b;return Array.isArray(d)?m=Sa([g],d):"function"==typeof d&&(m=d(b)),ua(e,u,y.apply(void 0,m))}function _a(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return La(La({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function Ka(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Pa(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:za(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},l={},c={};function s(){var e="function"==typeof t.extraReducers?Ka(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,c=e[2],s=void 0===c?void 0:c,f=La(La({},i),l);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Ka(e):[e,o,r],a=n[0],l=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return za(t())};else{var s=za(t);i=function(){return s}}function f(t,e){void 0===t&&(t=i());var o=Sa([a[e.type]],l.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[c]),o.reduce((function(t,o){if(o){var r;if(an(t))return void 0===(r=o(t,e))?t:r;if(ln(t))return ea(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}s&&t.addDefaultCase(s)}))}return n.forEach((function(t){var o,r,n=i[t],s=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,l[s]=o,c[t]=r?_a(s,r):_a(s)})),{name:e,reducer:function(t,e){return o||(o=s()),o(t,e)},actions:c,caseReducers:a,getInitialState:function(){return o||(o=s()),o.getInitialState()}}}var Za=["name","message","stack","code"],ja=function(t,e){this.payload=t,this.meta=e},$a=function(t,e){this.payload=t,this.meta=e},Ma=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Za;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}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,e,o){var r=_a(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Ua(La({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=_a(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Ua(La({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=_a(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Ma)(t||"Rejected"),meta:Ua(La({},n||{}),{arg:r,requestId:e,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,u=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),h=new a;function d(t){f=t,h.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return Oa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:c,extra:s}),null===(O=y)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return h.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),l(i(u,t,null==(p=null==o?void 0:o.getPendingMeta)?void 0:p.call(o,{requestId:u,arg:t},{getState:c,extra:s}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:l,getState:c,extra:s,requestId:u,signal:h.signal,abort:d,rejectWithValue:function(t,e){return new ja(t,e)},fulfillWithValue:function(t,e){return new $a(t,e)}})).then((function(e){if(e instanceof ja)throw e;return e instanceof $a?r(e.payload,u,t,e.meta):r(e,u,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof ja?n(null,u,t,m.payload,m.meta):n(m,u,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(g)&&g.meta.condition||l(g),[2,g]}var O}))},new Promise((function(t,e){var o=function(t){try{i(g.next(t))}catch(t){e(t)}},r=function(t){try{i(g.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:d,requestId:u,arg:t,unwrap:function(){return p.then(Da)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ha="listenerMiddleware";_a(Ha+"/add"),_a(Ha+"/removeAll"),_a(Ha+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[Tn];return Jn.get(e,t)},set:function(e){var o=this[Tn];Jn.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][Tn];if(!i.P)switch(i.i){case 5:r(i)&&Fn(i);break;case 4:o(i)&&Fn(i)}}}function o(t){for(var e=t.t,o=t.k,r=Vn(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==Tn){var a=e[n];if(void 0===a&&!fn(e,n))return!0;var l=o[n],c=l&&l[Tn];if(c?c.t!==a:!hn(l,a))return!0}}var s=!!e[Tn];return r.length!==Vn(e).length+(s?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){Yn[t]||(Yn[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=qn(o);delete n[Tn];for(var a=Vn(n),l=0;l<a.length;l++){var c=a[l];n[c]=t(c,e||!!n[c].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:Sn(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Tn,{value:n,writable:!0}),i},S:function(t,o,i){i?an(o)&&o[Tn].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[Tn];if(o){var i=o.t,n=o.k,a=o.R,l=o.i;if(4===l)cn(n,(function(e){e!==Tn&&(void 0!==i[e]||fn(i,e)?a[e]||t(n[e]):(a[e]=!0,Fn(o)))})),cn(i,(function(t){void 0!==n[t]||fn(n,t)||(a[t]=!1,Fn(o))}));else if(5===l){if(r(o)&&(Fn(o),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),u=0;u<f;u++)n.hasOwnProperty(u)||(a[u]=!0),void 0===a[u]&&t(n[u])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Ta{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(Yi(i))return i;if(null==r)return;const n=Pa({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ba({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new Ta(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new qi,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var Ga=Object.freeze({__proto__:null,FtCommandQueue:qi,FtLitElementRedux:rn,FtReduxStore:Ta,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))Yi(e)&&e.clear()},isFtReduxStore:Yi,redux:t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!co(t,e),attribute:!1,...e};Se(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}},reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var Va=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o;const r=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all",query:e.query});if(e.filters.length>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");r.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${r.toString()}`).href}});const qa=Symbol("elementInternals");var Ya,Ja,Xa,Qa,tl=Object.freeze({__proto__:null,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[qa].form}constructor(...t){super(t),this[qa]=this.attachInternals(),this[qa].role=e}setFormValue(t){this[qa].setFormValue(t)}}}});const el=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Xa=null===(Ja=null===(Ya=window.safari)||void 0===Ya?void 0:Ya.pushNotification)||void 0===Ja?void 0:Ja.toString())&&void 0!==Xa?Xa:""),ol="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(Qa=window.ftGlobals)&&void 0!==Qa?Qa:{lit:me,litDecorators:Ee,litRepeat:Pe,litClassMap:je,litStyleMap:He,litUnsafeHTML:Ve,wcUtils:{...Qe,...Xe,...eo,...ro,...go,...mr,...xr,...Ni,...yr,...Ai,...Bi,...fo,...$i,...Ti,...Gi,...Vi,...Ga,...Li,...Va,...tl,isSafari:el,isTouchScreen:ol}};const rl={padding:bo.create("--ft-infinite-scroll-padding","","SIZE","0"),itemsGap:bo.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),itemContainerMinHeight:bo.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px")},il=ut`
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 Fi{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])||pn(t)||gn(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:pn(t)?2:gn(t)?3:0}function dn(t,o){return 2===fn(t)?t.has(o):Object.prototype.hasOwnProperty.call(t,o)}function un(t,o,e){var r=fn(t);2===r?t.set(o,e):3===r?t.add(e):t[o]=e}function hn(t,o){return t===o?0!==t||1/t==1/o:t!=t&&o!=o}function pn(t){return Mn&&t instanceof Map}function gn(t){return $n&&t instanceof Set}function yn(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 Sn(t){var o=Jn[t];return o||an(18,t),o}function xn(){return Kn}function wn(t,o){o&&(Sn("Patches"),t.u=[],t.s=[],t.v=o)}function Cn(t){Nn(t),t.p.forEach(In),t.p=null}function Nn(t){t===Kn&&(Kn=t.l)}function En(t){return Kn={p:[],l:Kn,h:t,m:!0,_:0}}function In(t){var o=t[Gn];0===o.i||1===o.i?o.j():o.g=!0}function Rn(t,o){o._=o.p.length;var e=o.p[0],r=void 0!==t&&t!==e;return o.h.O||Sn("ES5").S(o,t,r),r?(e[Gn].P&&(Cn(o),an(4)),cn(t)&&(t=Ln(o,t),o.l||Un(o,t)),o.u&&Sn("Patches").M(e[Gn].t,t,o.u,o.s)):t=Ln(o,e,[]),Cn(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 Wn(t,r,o,i,n,e)}),!0),o;if(r.A!==t)return o;if(!r.P)return Un(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 Wn(t,r,i,o,n,e,a)})),Un(t,i,!1),e&&t.u&&Sn("Patches").N(r,e,t.u,t.s)}return r.o}function Wn(t,o,e,r,i,n,a){if(ln(i)){var l=Ln(t,i,n&&o&&3!==o.i&&!dn(o.R,r)?n.concat(r):void 0);if(un(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||Un(t,i)}}function Un(t,o,e){void 0===e&&(e=!1),!t.l&&t.h.D&&t.m&&mn(o,e)}function kn(t,o){var e=t[Gn];return(e?yn(e):t)[o]}function Bn(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 Fn(t){t.o||(t.o=bn(t.t))}function An(t,o,e){var r=pn(o)?Sn("MapSet").F(o,e):gn(o)?Sn("MapSet").T(o,e):t.O?function(t,o){var e=Array.isArray(t),r={i:e?1:0,A:o?o.A:xn(),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):Sn("ES5").J(o,e);return(e?e.A:xn()).p.push(r),r}function _n(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||!Sn("ES5").K(r)))return r.t;r.I=!0,e=Pn(o,i),r.I=!1}else e=Pn(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||un(e,o,t(i))})),3===i?new Set(e):e}(t)}function Pn(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 Zn,Kn,jn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Mn="undefined"!=typeof Map,$n="undefined"!=typeof Set,Hn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,Dn=jn?Symbol.for("immer-nothing"):((Zn={})["immer-nothing"]=!0,Zn),Tn=jn?Symbol.for("immer-draftable"):"__$immer_draftable",Gn=jn?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=yn(t);if(!dn(e,o))return function(t,o,e){var r,i=Bn(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===kn(t.t,o)?(Fn(t),t.o[o]=An(t.A.h,r,t)):r},has:function(t,o){return o in yn(t)},ownKeys:function(t){return Reflect.ownKeys(yn(t))},set:function(t,o,e){var r=Bn(yn(t),o);if(null==r?void 0:r.set)return r.set.call(t.k,e),!0;if(!t.P){var i=kn(yn(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(hn(e,i)&&(void 0!==e||dn(t.t,o)))return!0;Fn(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!==kn(t.t,o)||o in t.t?(t.R[o]=!1,Fn(t),zn(t)):delete t.R[o],t.o&&delete t.o[o],!0},getOwnPropertyDescriptor:function(t,o){var e=yn(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=An(o,t,void 0),s=!0;try{a=e(c),s=!1}finally{s?Cn(l):Nn(l)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return wn(l,r),Rn(t,l)}),(function(t){throw Cn(l),t})):(wn(l,r),Rn(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=[],d=[];Sn("Patches").M(t,a,f,d),r(f,d)}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=_n(t));var o=En(this),e=An(this,t,void 0);return e[Gn].C=!0,Nn(o),e},o.finishDraft=function(t,o){var e=(t&&t[Gn]).A;return wn(e,o),Rn(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=Sn("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(".")},da={INIT:"@@redux/INIT"+fa(),REPLACE:"@@redux/REPLACE"+fa(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+fa()}};function ua(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(ua)(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 d(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 u(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 u({type:da.INIT}),(r={dispatch:u,subscribe:d,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ca(10));i=t,u({type:da.REPLACE})}})[sa]=function(){var t,o=d;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 ha(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:da.INIT}))throw new Error(ca(12));if(void 0===e(void 0,{type:da.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],d=s(f,o);if(void 0===d)throw o&&o.type,new Error(ca(14));i[c]=d,r=r||d!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function pa(){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 ga(){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=pa.apply(void 0,n)(e.dispatch),la(la({},e),{},{dispatch:r})}}}function ya(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=ya();ba.withExtraArgument=ya;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)}),Sa=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])}}},xa=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,Ca=Object.defineProperties,Na=Object.getOwnPropertyDescriptors,Ea=Object.getOwnPropertySymbols,Ia=Object.prototype.hasOwnProperty,Ra=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},Wa=function(t,o){for(var e in o||(o={}))Ia.call(o,e)&&La(t,e,o[e]);if(Ea)for(var r=0,i=Ea(o);r<i.length;r++){e=i[r];Ra.call(o,e)&&La(t,e,o[e])}return t},Ua=function(t,o){return Ca(t,Na(o))},ka="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?pa:pa.apply(null,arguments)};var Ba=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,xa([void 0],t[0].concat(this)))):new(o.bind.apply(o,xa([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,xa([void 0],t[0].concat(this)))):new(o.bind.apply(o,xa([void 0],t.concat(this))))},o}(Array);function Fa(t){return cn(t)?ea(t,(function(){})):t}function Aa(){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 Ba;e&&(!function(t){return"boolean"==typeof t}(e)?r.push(va.withExtraArgument(e.extraArgument)):r.push(va));return r}(t)}}function _a(t){var o,e=Aa(),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,d=void 0===f?void 0:f,u=r.enhancers,h=void 0===u?void 0:u;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=ha(n)}var p=l;"function"==typeof p&&(p=p(e));var g=ga.apply(void 0,p),y=pa;s&&(y=ka(Wa({trace:!1},"object"==typeof s&&s)));var b=new za(g),m=b;return Array.isArray(h)?m=xa([g],h):"function"==typeof h&&(m=h(b)),ua(o,d,y.apply(void 0,m))}function Pa(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 Wa(Wa({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 Za(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 Ka(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:Fa(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},l={},c={};function s(){var o="function"==typeof t.extraReducers?Za(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=Wa(Wa({},i),l);return function(t,o,e,r){void 0===e&&(e=[]);var i,n="function"==typeof o?Za(o):[o,e,r],a=n[0],l=n[1],c=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Fa(t())};else{var s=Fa(t);i=function(){return s}}function f(t,o){void 0===t&&(t=i());var e=xa([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?Pa(s,r):Pa(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 ja=["name","message","stack","code"],Ma=function(t,o){this.payload=t,this.meta=o},$a=function(t,o){this.payload=t,this.meta=o},Ha=function(t){if("object"==typeof t&&null!==t){for(var o={},e=0,r=ja;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=Pa(t+"/fulfilled",(function(t,o,e,r){return{payload:t,meta:Ua(Wa({},r||{}),{arg:e,requestId:o,requestStatus:"fulfilled"})}})),i=Pa(t+"/pending",(function(t,o,e){return{payload:void 0,meta:Ua(Wa({},e||{}),{arg:o,requestId:t,requestStatus:"pending"})}})),n=Pa(t+"/rejected",(function(t,o,r,i,n){return{payload:i,error:(e&&e.serializeError||Ha)(t||"Rejected"),meta:Ua(Wa({},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,d=(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}(),u=new a;function h(t){f=t,u.abort()}var p=function(){return a=this,p=null,g=function(){var a,p,g,y,b,m;return Sa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),y=null==(a=null==e?void 0:e.condition)?void 0:a.call(e,t,{getState:c,extra:s}),null===(O=y)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,y];case 1:y=v.sent(),v.label=2;case 2:if(!1===y||u.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,o){return u.signal.addEventListener("abort",(function(){return o({name:"AbortError",message:f||"Aborted"})}))})),l(i(d,t,null==(p=null==e?void 0:e.getPendingMeta)?void 0:p.call(e,{requestId:d,arg:t},{getState:c,extra:s}))),[4,Promise.race([b,Promise.resolve(o(t,{dispatch:l,getState:c,extra:s,requestId:d,signal:u.signal,abort:h,rejectWithValue:function(t,o){return new Ma(t,o)},fulfillWithValue:function(t,o){return new $a(t,o)}})).then((function(o){if(o instanceof Ma)throw o;return o instanceof $a?r(o.payload,d,t,o.meta):r(o,d,t)}))])];case 3:return g=v.sent(),[3,5];case 4:return m=v.sent(),g=m instanceof Ma?n(null,d,t,m.payload,m.meta):n(m,d,t),[3,5];case 5:return e&&!e.dispatchConditionRejection&&n.match(g)&&g.meta.condition||l(g),[2,g]}var O}))},new Promise((function(t,o){var e=function(t){try{i(g.next(t))}catch(t){o(t)}},r=function(t){try{i(g.throw(t))}catch(t){o(t)}},i=function(o){return o.done?t(o.value):Promise.resolve(o.value).then(e,r)};i((g=g.apply(a,p)).next())}));var a,p,g}();return Object.assign(p,{abort:h,requestId:d,arg:t,unwrap:function(){return p.then(Da)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var Ta="listenerMiddleware";Pa(Ta+"/add"),Pa(Ta+"/removeAll"),Pa(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&&!dn(o,n))return!0;var l=e[n],c=l&&l[Gn];if(c?c.t!==a:!hn(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:xn(),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]||dn(i,o)?a[o]||t(n[o]):(a[o]=!0,zn(e)))})),sn(i,(function(t){void 0!==n[t]||dn(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),d=0;d<f;d++)n.hasOwnProperty(d)||(a[d]=!0),void 0===a[d]&&t(n[d])}}}}(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=Ka({...r,reducers:null!==(o=r.reducers)&&void 0!==o?o:{}}),a=_a({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};xo(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;const r=new URLSearchParams({"content-lang":null!==(e=o.contentLocale)&&void 0!==e?e:"all",query:o.query});if(o.filters.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("*");r.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${r.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:vo,litDecorators:Io,litRepeat:Ko,litClassMap:Mo,litStyleMap:To,litUnsafeHTML:qo,wcUtils:{...te,...Qo,...ee,...ie,...ge,...vr,...wr,...Ni,...br,...Ai,..._i,...de,...$i,...Gi,...Vi,...qi,...Va,...Wi,...qa,...ol,isSafari:el,isTouchScreen:rl}};const il={padding:be.create("--ft-infinite-scroll-padding","","SIZE","0"),itemsGap:be.create("--ft-infinite-scroll-items-gap","","SIZE","4px"),itemContainerMinHeight:be.create("--ft-infinite-scroll-item-container-min-height","","SIZE",".1px")},nl=dt`
177
177
  .items-container {
178
- padding: ${rl.padding};
178
+ padding: ${il.padding};
179
179
  outline: none;
180
180
  }
181
181
 
@@ -192,7 +192,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
192
192
  By adding this gap we ensure that the previous item will be fully hidden
193
193
  and even if its size changes, it will not impact the scroll offset
194
194
  */
195
- margin-top: ${rl.itemsGap};
195
+ margin-top: ${il.itemsGap};
196
196
  }
197
197
 
198
198
  .item-container:not(.rendered) {
@@ -201,18 +201,18 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
201
201
 
202
202
  .item-container.rendered {
203
203
  display: flow-root;
204
- min-height: ${rl.itemContainerMinHeight};
204
+ min-height: ${il.itemContainerMinHeight};
205
205
  }
206
- `;var nl=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class al extends CustomEvent{constructor(t,e){super("visible-items-change",{detail:{visibleIndexes:t,visibleItems:e}})}}class ll extends Event{constructor(){super("scrolled-to-target")}}class cl extends zi{constructor(){super(...arguments),this.items=[],this.renderItem=()=>Yt``,this.getItemKey=(t,e)=>`${e} - ${JSON.stringify(t)}`,this.internalScroll=!1,this.renderBeforeFirst=1,this.renderAfterLast=1,this.ensureScrollToTarget=!1,this.visibleItems=[],this.scrolledToTarget=!1,this.scrolling=!1,this.renderApprovalTimeouts=[],this.renderedIndexes=new Set,this.scrollDebouncer=new oo(5),this.scrollDoneDebouncer=new oo(10),this.onVisibilityChange=t=>{let e=new Set(this.visibleItems),o=new Set;for(let r of t){let t=+r.target.attributes.getNamedItem("data-item-index").value;r.intersectionRect.height>0?(e.add(t),o.add(t)):o.has(t)||e.delete(t)}this.visibleItems=[...e].sort(((t,e)=>t-e))},this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange),this.scrollingDebouncer=new oo(50),this.ignoreNextScrollEvent=!1,this.scrollListener=()=>{if(this.ignoreNextScrollEvent||(this.scrolling=!0,this.scrollingDebouncer.run((()=>this.scrolling=!1))),this.ignoreNextScrollEvent=!1,this.scrolledToTarget){const t=this.searchFirstVisibleItem(this.itemsContainer.children);this.scrollRestorationItem=t?+t.getAttribute("data-item-index"):void 0,this.scrollRestorationOffset=this.scrollable.scrollTop-this.getOffset(t)}},this.onItemsResize=t=>{for(const e of t)e.contentRect.height>0&&e.target.setAttribute("data-last-known-height",""+e.contentRect.height);this.restoreScroll()},this.restoreScroll=()=>{if(null!=this.scrollRestorationItem&&null!=this.scrollRestorationOffset&&this.scrolledToTarget){const t=this.getItem(this.scrollRestorationItem),e=this.getOffset(t),o=so(0===this.scrollRestorationItem?-e:0,this.scrollRestorationOffset,this.getLastKnownHeight(t)+1);this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop=e+o}},this.itemsResizeObserver=new ResizeObserver(this.onItemsResize),this.scrollableResizeObserver=new ResizeObserver(this.restoreScroll),this.onMutation=()=>{[...this.itemsContainer.children].forEach((t=>{this.intersectionObserver.observe(t),this.itemsResizeObserver.observe(t)})),this.scrollableResizeObserver.observe(this.scrollable)},this.mutationObserver=new MutationObserver(this.onMutation),this.resetVisibleItemsDebouncer=new oo(10)}get scrollable(){var t;return null!==(t=this.internalScroll?this.internalScrollable:this.firstScrollableParent)&&void 0!==t?t:document.body}render(){return Yt`
206
+ `;var al=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 ll extends CustomEvent{constructor(t,o){super("visible-items-change",{detail:{visibleIndexes:t,visibleItems:o}})}}class cl extends Event{constructor(){super("scrolled-to-target")}}class sl extends Fi{constructor(){super(...arguments),this.items=[],this.renderItem=()=>Yt``,this.getItemKey=(t,o)=>`${o} - ${JSON.stringify(t)}`,this.internalScroll=!1,this.renderBeforeFirst=1,this.renderAfterLast=1,this.ensureScrollToTarget=!1,this.visibleItems=[],this.scrolledToTarget=!1,this.scrolling=!1,this.renderApprovalTimeouts=[],this.renderedIndexes=new Set,this.scrollDebouncer=new re(5),this.scrollDoneDebouncer=new re(10),this.onVisibilityChange=t=>{let o=new Set(this.visibleItems),e=new Set;for(let r of t){let t=+r.target.attributes.getNamedItem("data-item-index").value;r.intersectionRect.height>0?(o.add(t),e.add(t)):e.has(t)||o.delete(t)}this.visibleItems=[...o].sort(((t,o)=>t-o))},this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange),this.scrollingDebouncer=new re(50),this.ignoreNextScrollEvent=!1,this.scrollListener=()=>{if(this.ignoreNextScrollEvent||(this.scrolling=!0,this.scrollingDebouncer.run((()=>this.scrolling=!1))),this.ignoreNextScrollEvent=!1,this.scrolledToTarget){const t=this.searchFirstVisibleItem(this.itemsContainer.children);this.scrollRestorationItem=t?+t.getAttribute("data-item-index"):void 0,this.scrollRestorationOffset=this.scrollable.scrollTop-this.getOffset(t)}},this.onItemsResize=t=>{for(const o of t)o.contentRect.height>0&&o.target.setAttribute("data-last-known-height",""+o.contentRect.height);this.restoreScroll()},this.restoreScroll=()=>{if(null!=this.scrollRestorationItem&&null!=this.scrollRestorationOffset&&this.scrolledToTarget){const t=this.getItem(this.scrollRestorationItem),o=this.getOffset(t),e=fe(0===this.scrollRestorationItem?-o:0,this.scrollRestorationOffset,this.getLastKnownHeight(t)+1);this.ignoreNextScrollEvent=!0,this.scrollable.scrollTop=o+e}},this.itemsResizeObserver=new ResizeObserver(this.onItemsResize),this.scrollableResizeObserver=new ResizeObserver(this.restoreScroll),this.onMutation=()=>{[...this.itemsContainer.children].forEach((t=>{this.intersectionObserver.observe(t),this.itemsResizeObserver.observe(t)})),this.scrollableResizeObserver.observe(this.scrollable)},this.mutationObserver=new MutationObserver(this.onMutation),this.resetVisibleItemsDebouncer=new re(10)}get scrollable(){var t;return null!==(t=this.internalScroll?this.internalScrollable:this.firstScrollableParent)&&void 0!==t?t:document.body}render(){return Yt`
207
207
  <div class="items-container ${this.internalScroll?"scrollable":""}"
208
208
  tabindex="-1"
209
209
  @find-scrollable-parent=${this.findScrollableParent}>
210
- ${Ke(this.items,((t,e)=>this.getItemKey(t,e)),((t,e)=>this.renderItemContainer(t,e)))}
210
+ ${Zo(this.items,((t,o)=>this.getItemKey(t,o)),((t,o)=>this.renderItemContainer(t,o)))}
211
211
  </div>
212
- `}renderItemContainer(t,e){this.prepareRenderIfNeeded(e);const o=this.scrolledToTarget&&this.visibleItems.includes(e),r=this.renderedIndexes.has(e);return Yt`
213
- <div id="item-${e}"
214
- class="item-container ${r?"rendered":""} ${o?"visible":""}"
215
- data-item-index="${e}">
216
- ${r?(()=>{const o=this.renderItem(t,e);return"string"==typeof o?Ge(o):o})():Qt}
212
+ `}renderItemContainer(t,o){this.prepareRenderIfNeeded(o);const e=this.scrolledToTarget&&this.visibleItems.includes(o),r=this.renderedIndexes.has(o);return Yt`
213
+ <div id="item-${o}"
214
+ class="item-container ${r?"rendered":""} ${e?"visible":""}"
215
+ data-item-index="${o}">
216
+ ${r?(()=>{const e=this.renderItem(t,o);return"string"==typeof e?Vo(e):e})():Qt}
217
217
  </div>
218
- `}prepareRenderIfNeeded(t){const e=null!=this.renderApprovalTimeouts[t];this.inRenderRange(t)&&!e&&(this.renderApprovalTimeouts[t]=setTimeout((()=>{this.inRenderRange(t)?this.renderedIndexes.add(t):this.renderApprovalTimeouts[t]=void 0,this.requestUpdate()}),300))}inRenderRange(t){return t>=this.visibleItems[0]-this.renderBeforeFirst&&t<=(null!=(e=this.visibleItems)?e:[])[(null!=e?e:[]).length-1]+this.renderAfterLast;var e}resetScroll(){this.triggerFindScrollableParent(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.visibleItems=[];const t=this.resolveScrollToIndex();this.renderedIndexes.add(t),this.scrolledToTarget=!1,this.scrollToTarget(t),this.onMutation(),this.scrollDoneDebouncer.run((()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run((()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)}),500),this.scrolledToTarget=!0}))}resolveScrollToIndex(){var t;let e=null!==(t=this.scrollToIndex)&&void 0!==t?t:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return e>=this.items.length?-1:e}getItem(t){var e,o,r;return null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(`#item-${t}`))&&void 0!==o?o:null===(r=this.shadowRoot)||void 0===r?void 0:r.querySelector("#item-0")}scrollToTarget(t){t<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(t)):(this.scrollable.scrollTop=this.getOffset(t),this.scrollRestorationOffset=0),this.scrollRestorationItem=t>=0?t:void 0}getOffset(t){var e;let o=0,r="number"==typeof t?this.getItem(t):t;for(;r&&r.offsetParent!==this.scrollable.offsetParent;)o+=r.offsetTop,r=r.offsetParent;return o+(null!==(e=null==r?void 0:r.offsetTop)&&void 0!==e?e:0)-this.scrollable.offsetTop}getLastKnownHeight(t){var e;return+(null!==(e=null==t?void 0:t.getAttribute("data-last-known-height"))&&void 0!==e?e:1e3)}appendItems(...t){this.items=[...this.items,...t]}prependItems(...t){this.items=[...t,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout((()=>{this.triggerFindScrollableParent(),this.initIntersectionObserver(),this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()}),0)}initIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]})}triggerFindScrollableParent(){var t;null===(t=this.itemsContainer)||void 0===t||t.dispatchEvent(new Event("find-scrollable-parent",{composed:!0}))}findScrollableParent(t){var e;let o,r;t.stopPropagation();for(let e of t.composedPath()){const t=e,i=this.elementCanScroll(t);if(i&&t.clientHeight&&t.clientHeight<t.scrollHeight){o=t;break}i&&(r=t)}let i=o||r;i!==this.firstScrollableParent&&(null===(e=this.firstScrollableParent)||void 0===e||e.removeEventListener("scroll",this.scrollListener),null==i||i.addEventListener("scroll",this.scrollListener),this.firstScrollableParent=i,this.initIntersectionObserver(),this.resetScroll())}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)}catch(t){return!1}}searchFirstVisibleItem(t,e,o){if(e=null!=e?e:0,(o=null!=o?o:t.length-1)<=e)return t[e];const r=Math.floor((o-e)/2)+e,i=t[r];return this.getOffset(i)>this.scrollable.scrollTop?this.searchFirstVisibleItem(t,e,r-1):this.getOffset(i)+this.getLastKnownHeight(i)<this.scrollable.scrollTop?this.searchFirstVisibleItem(t,r+1,o):i}disconnectedCallback(){super.disconnectedCallback(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.mutationObserver.disconnect()}update(t){super.update(t),t.has("items")&&(this.renderedIndexes=new Set,this.renderApprovalTimeouts=[]),!t.has("scrollToItem")&&!t.has("scrollToIndex")||null==this.scrollToItem&&null==this.scrollToIndex||this.resetScroll()}updated(t){super.updated(t),(t.has("visibleItems")||t.has("items"))&&this.onVisibleItemsChange(),t.has("scrolledToTarget")&&this.scrolledToTarget&&(null!=this.scrollToItem||null!=this.scrollToIndex)&&this.dispatchEvent(new ll)}onVisibleItemsChange(){const t=this.visibleItems.every(((t,e)=>null==this.visibleItems[e+1]||t+1===this.visibleItems[e+1]));t||co(this.visibleItems,this.lastNotOkVisibleItems)?(this.resetVisibleItemsDebouncer.cancel(),this.dispatchVisibleItemsEvent()):this.resetVisibleItemsDebouncer.run((()=>{this.lastNotOkVisibleItems=[...this.visibleItems],this.visibleItems=[],this.initIntersectionObserver(),this.onMutation()}))}dispatchVisibleItemsEvent(){var t;null===(t=this.cancelableDispatchEvent)||void 0===t||t.cancel(),this.cancelableDispatchEvent=Je(no((()=>!this.scrolling))),this.cancelableDispatchEvent.then((()=>this.dispatchEvent(new al(this.visibleItems,this.visibleItems.map((t=>this.items[t])))))).catch((()=>null))}}cl.styles=il,nl([Se({type:Array})],cl.prototype,"items",void 0),nl([Se({attribute:!1})],cl.prototype,"renderItem",void 0),nl([Se({attribute:!1})],cl.prototype,"getItemKey",void 0),nl([Se({type:Object})],cl.prototype,"scrollToItem",void 0),nl([Se({type:Number})],cl.prototype,"scrollToIndex",void 0),nl([Se({type:Boolean})],cl.prototype,"internalScroll",void 0),nl([Se({type:Number})],cl.prototype,"renderBeforeFirst",void 0),nl([Se({type:Number})],cl.prototype,"renderAfterLast",void 0),nl([Se({type:Boolean})],cl.prototype,"ensureScrollToTarget",void 0),nl([xe({hasChanged:(t,e)=>null!=t&&null==e||t.length!==e.length||t[0]!==e[0]})],cl.prototype,"visibleItems",void 0),nl([Ne(".scrollable")],cl.prototype,"internalScrollable",void 0),nl([Ne(".items-container")],cl.prototype,"itemsContainer",void 0),nl([xe()],cl.prototype,"scrolledToTarget",void 0),nl([xe()],cl.prototype,"scrolling",void 0),nl([xe({hasChanged:(t,e)=>!co(t,e)})],cl.prototype,"renderedIndexes",void 0),uo("ft-infinite-scroll")(cl),t.FtInfiniteScroll=cl,t.FtInfiniteScrollCssVariables=rl,t.ScrolledToTargetEvent=ll,t.VisibleItemsChangeEvent=al,t.styles=il}({});
218
+ `}prepareRenderIfNeeded(t){const o=null!=this.renderApprovalTimeouts[t];this.inRenderRange(t)&&!o&&(this.renderApprovalTimeouts[t]=setTimeout((()=>{this.inRenderRange(t)?this.renderedIndexes.add(t):this.renderApprovalTimeouts[t]=void 0,this.requestUpdate()}),300))}inRenderRange(t){return t>=this.visibleItems[0]-this.renderBeforeFirst&&t<=(null!=(o=this.visibleItems)?o:[])[(null!=o?o:[]).length-1]+this.renderAfterLast;var o}resetScroll(){this.triggerFindScrollableParent(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.visibleItems=[];const t=this.resolveScrollToIndex();this.renderedIndexes.add(t),this.scrolledToTarget=!1,this.scrollToTarget(t),this.onMutation(),this.scrollDoneDebouncer.run((()=>{this.ensureScrollToTarget&&t>=0&&this.scrollDebouncer.run((()=>{Math.abs(this.scrollable.scrollTop-this.getOffset(t))>5&&this.scrollToTarget(t)}),500),this.scrolledToTarget=!0}))}resolveScrollToIndex(){var t;let o=null!==(t=this.scrollToIndex)&&void 0!==t?t:this.scrollToItem?this.items.indexOf(this.scrollToItem):-1;return o>=this.items.length?-1:o}getItem(t){var o,e,r;return null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelector(`#item-${t}`))&&void 0!==e?e:null===(r=this.shadowRoot)||void 0===r?void 0:r.querySelector("#item-0")}scrollToTarget(t){t<=0?(this.scrollable.scrollTop=0,this.scrollRestorationOffset=-this.getOffset(t)):(this.scrollable.scrollTop=this.getOffset(t),this.scrollRestorationOffset=0),this.scrollRestorationItem=t>=0?t:void 0}getOffset(t){var o;let e=0,r="number"==typeof t?this.getItem(t):t;for(;r&&r.offsetParent!==this.scrollable.offsetParent;)e+=r.offsetTop,r=r.offsetParent;return e+(null!==(o=null==r?void 0:r.offsetTop)&&void 0!==o?o:0)-this.scrollable.offsetTop}getLastKnownHeight(t){var o;return+(null!==(o=null==t?void 0:t.getAttribute("data-last-known-height"))&&void 0!==o?o:1e3)}appendItems(...t){this.items=[...this.items,...t]}prependItems(...t){this.items=[...t,...this.items]}connectedCallback(){super.connectedCallback(),setTimeout((()=>{this.triggerFindScrollableParent(),this.initIntersectionObserver(),this.mutationObserver.disconnect(),this.mutationObserver.observe(this.itemsContainer,{childList:!0}),this.resetScroll()}),0)}initIntersectionObserver(){this.intersectionObserver.disconnect(),this.intersectionObserver=new IntersectionObserver(this.onVisibilityChange,{root:this.scrollable,rootMargin:"-8px",threshold:[0,.01,.1,1]})}triggerFindScrollableParent(){var t;null===(t=this.itemsContainer)||void 0===t||t.dispatchEvent(new Event("find-scrollable-parent",{composed:!0}))}findScrollableParent(t){var o;let e,r;t.stopPropagation();for(let o of t.composedPath()){const t=o,i=this.elementCanScroll(t);if(i&&t.clientHeight&&t.clientHeight<t.scrollHeight){e=t;break}i&&(r=t)}let i=e||r;i!==this.firstScrollableParent&&(null===(o=this.firstScrollableParent)||void 0===o||o.removeEventListener("scroll",this.scrollListener),null==i||i.addEventListener("scroll",this.scrollListener),this.firstScrollableParent=i,this.initIntersectionObserver(),this.resetScroll())}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)}catch(t){return!1}}searchFirstVisibleItem(t,o,e){if(o=null!=o?o:0,(e=null!=e?e:t.length-1)<=o)return t[o];const r=Math.floor((e-o)/2)+o,i=t[r];return this.getOffset(i)>this.scrollable.scrollTop?this.searchFirstVisibleItem(t,o,r-1):this.getOffset(i)+this.getLastKnownHeight(i)<this.scrollable.scrollTop?this.searchFirstVisibleItem(t,r+1,e):i}disconnectedCallback(){super.disconnectedCallback(),this.intersectionObserver.disconnect(),this.itemsResizeObserver.disconnect(),this.scrollableResizeObserver.disconnect(),this.mutationObserver.disconnect()}update(t){super.update(t),t.has("items")&&(this.renderedIndexes=new Set,this.renderApprovalTimeouts=[]),!t.has("scrollToItem")&&!t.has("scrollToIndex")||null==this.scrollToItem&&null==this.scrollToIndex||this.resetScroll()}updated(t){super.updated(t),(t.has("visibleItems")||t.has("items"))&&this.onVisibleItemsChange(),t.has("scrolledToTarget")&&this.scrolledToTarget&&(null!=this.scrollToItem||null!=this.scrollToIndex)&&this.dispatchEvent(new cl)}onVisibleItemsChange(){const t=this.visibleItems.every(((t,o)=>null==this.visibleItems[o+1]||t+1===this.visibleItems[o+1]));t||se(this.visibleItems,this.lastNotOkVisibleItems)?(this.resetVisibleItemsDebouncer.cancel(),this.dispatchVisibleItemsEvent()):this.resetVisibleItemsDebouncer.run((()=>{this.lastNotOkVisibleItems=[...this.visibleItems],this.visibleItems=[],this.initIntersectionObserver(),this.onMutation()}))}dispatchVisibleItemsEvent(){var t;null===(t=this.cancelableDispatchEvent)||void 0===t||t.cancel(),this.cancelableDispatchEvent=Xo(ae((()=>!this.scrolling))),this.cancelableDispatchEvent.then((()=>this.dispatchEvent(new ll(this.visibleItems,this.visibleItems.map((t=>this.items[t])))))).catch((()=>null))}}sl.styles=nl,al([xo({type:Array})],sl.prototype,"items",void 0),al([xo({attribute:!1})],sl.prototype,"renderItem",void 0),al([xo({attribute:!1})],sl.prototype,"getItemKey",void 0),al([xo({type:Object})],sl.prototype,"scrollToItem",void 0),al([xo({type:Number})],sl.prototype,"scrollToIndex",void 0),al([xo({type:Boolean})],sl.prototype,"internalScroll",void 0),al([xo({type:Number})],sl.prototype,"renderBeforeFirst",void 0),al([xo({type:Number})],sl.prototype,"renderAfterLast",void 0),al([xo({type:Boolean})],sl.prototype,"ensureScrollToTarget",void 0),al([wo({hasChanged:(t,o)=>null!=t&&null==o||t.length!==o.length||t[0]!==o[0]})],sl.prototype,"visibleItems",void 0),al([No(".scrollable")],sl.prototype,"internalScrollable",void 0),al([No(".items-container")],sl.prototype,"itemsContainer",void 0),al([wo()],sl.prototype,"scrolledToTarget",void 0),al([wo()],sl.prototype,"scrolling",void 0),al([wo({hasChanged:(t,o)=>!se(t,o)})],sl.prototype,"renderedIndexes",void 0),ue("ft-infinite-scroll")(sl),t.FtInfiniteScroll=sl,t.FtInfiniteScrollCssVariables=il,t.ScrolledToTargetEvent=cl,t.VisibleItemsChangeEvent=ll,t.styles=nl}({});