@fluid-topics/ft-toggle 1.0.63 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,53 +1,68 @@
1
1
  !function(t){
2
2
  /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- *
15
- * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
- */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,a=new WeakMap,i=new WeakMap,n=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,a){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(a))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=a.prototype.attributeChangedCallback,c=new Set(a.observedAttributes||[]);h(a,c,l);const s={elementClass:a,connectedCallback:a.prototype.connectedCallback,disconnectedCallback:a.prototype.disconnectedCallback,adoptedCallback:a.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:a.formAssociated,formAssociatedCallback:a.prototype.formAssociatedCallback,formDisabledCallback:a.prototype.formDisabledCallback,formResetCallback:a.prototype.formResetCallback,formStateRestoreCallback:a.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(a,s);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(a,s),s.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),y(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(a),this._whenDefinedPromises.delete(t)),a}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.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=n.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),a.set(o,e),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!s(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,a=r._getDefinition(o);return a?y(e,a):i.set(e,r),e}connectedCallback(){const t=a.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=a.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=a.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=a.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=a.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=a.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=a.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,a){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,a),e.call(this,i,t,a)}else r.call(this,i,a)});const a=t.prototype.removeAttribute;a&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);a.call(this,r),e.call(this,r,t,null)}else a.call(this,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),a.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}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 u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),u.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){u.push(this),e.set.call(this,t),u.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!==a.get(e).formAssociated)throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`);r?.call(this,...o)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),a=o.get(r)||[];this[+e]=t,a.push(t),o.set(r,a)})),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 n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=a.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(kt){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)}}}class o{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,a=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)}a(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
3
+ * @license
4
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
+ * This code may only be used under the BSD style license found at
6
+ * http://polymer.github.io/LICENSE.txt
7
+ * The complete set of authors may be found at
8
+ * http://polymer.github.io/AUTHORS.txt
9
+ * The complete set of contributors may be found at
10
+ * http://polymer.github.io/CONTRIBUTORS.txt
11
+ * Code distributed by Google as part of the polymer project is also
12
+ * subject to an additional IP rights grant found at
13
+ * http://polymer.github.io/PATENTS.txt
14
+ */
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,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 s=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);h(i,c,s);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,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,l),this._definitionsByClass.set(i,l);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,l),l.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,l,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.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=n.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 l=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!l(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.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)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,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 a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){d(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 u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),u.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){u.push(this),e.set.call(this,t),u.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 a{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 n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Fo){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)}}}class o{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}}
18
16
  /**
19
- * @license
20
- * Copyright 2017 Google LLC
21
- * SPDX-License-Identifier: BSD-3-Clause
22
- */const e=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(e){e.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(e){e.createProperty(o.key,t)}};function r(t){return(o,r)=>void 0!==r?((t,o,e)=>{o.constructor.createProperty(e,t)})(t,o,r):e(t,o)
17
+ * @license
18
+ * Copyright 2019 Google LLC
19
+ * SPDX-License-Identifier: BSD-3-Clause
20
+ */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)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(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=a.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&a.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),s=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
23
21
  /**
24
- * @license
25
- * Copyright 2021 Google LLC
26
- * SPDX-License-Identifier: BSD-3-Clause
27
- */}var a;function i(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,a;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!i(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(!i(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=(a=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,a[r]))return!1;for(r=e;0!=r--;){var n=a[r];if(!i(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(a=window.HTMLSlotElement)||void 0===a||a.prototype.assignedElements;const n=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
22
+ * @license
23
+ * Copyright 2017 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */,{is:c,defineProperty:l,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?u: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}},N=(t,o)=>!c(t,o),S={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let x=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=S){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&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??S}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(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(s(t))}else void 0!==t&&o.push(s(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,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(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:O).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:O;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??N)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};x.elementStyles=[],x.shadowRootOptions={mode:"open"},x[m("elementProperties")]=new Map,x[m("finalized")]=new Map,b?.({ReactiveElement:x}),(y.reactiveElementVersions??=[]).push("2.0.2");
28
26
  /**
29
- * @license
30
- * Copyright 2019 Google LLC
31
- * SPDX-License-Identifier: BSD-3-Clause
32
- */
33
- const l=window,c=l.ShadowRoot&&(void 0===l.ShadyCSS||l.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s=Symbol(),p=new WeakMap;let f=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==s)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(c&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=p.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&p.set(o,t))}return t}toString(){return this.cssText}};const h=t=>new f("string"==typeof t?t:t+"",void 0,s),d=(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 f(e,t,s)},y=(t,o)=>{c?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=l.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},g=c?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return h(o)})(t):t
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */
31
+ const C={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},w=(t=C,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.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)};function v(t){return(o,e)=>"object"==typeof e?w(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)}function R(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(!R(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(!R(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 a=i[r];if(!R(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const U=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
34
32
  /**
35
- * @license
36
- * Copyright 2017 Google LLC
37
- * SPDX-License-Identifier: BSD-3-Clause
38
- */;var u;const b=window,m=b.trustedTypes,O=m?m.emptyScript:"",N=b.reactiveElementPolyfillSupport,S={toAttribute(t,o){switch(o){case Boolean:t=t?O: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}},x=(t,o)=>o!==t&&(o==o||t==t),v={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:x};let C=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,e)=>{const r=this._$Ep(e,o);void 0!==r&&(this._$Ev.set(r,e),t.push(r))})),t}static createProperty(t,o=v){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){return{get(){return this[o]},set(r){const a=this[t];this[o]=r,this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||v}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const e of o)this.createProperty(e,t[e])}return this.elementStyles=this.finalizeStyles(this.styles),!0}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(g(t))}else void 0!==t&&o.push(g(t));return o}static _$Ep(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,e;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(e=t.hostConnected)||void 0===e||e.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return y(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o,e=v){var r;const a=this.constructor._$Ep(t,e);if(void 0!==a&&!0===e.reflect){const i=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:S).toAttribute(o,e.type);this._$El=t,null==i?this.removeAttribute(a):this.setAttribute(a,i),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,a=r._$Ev.get(t);if(void 0!==a&&this._$El!==a){const t=r.getPropertyOptions(a),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:S;this._$El=a,this[a]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||x)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const e=this._$AL;try{o=this.shouldUpdate(e),o?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(e)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(e)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */
37
+ const E=globalThis,I=E.trustedTypes,W=I?I.createPolicy("lit-html",{createHTML:t=>t}):void 0,L="$lit$",$=`lit$${(Math.random()+"").slice(9)}$`,k="?"+$,K=`<${k}>`,Z=document,z=()=>Z.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,A=Array.isArray,D="[ \t\n\f\r]",M=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,P=/>/g,H=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,G=/"/g,T=/^(?:script|style|textarea|title)$/i,j=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),Y=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),V=new WeakMap,q=Z.createTreeWalker(Z,129);function X(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==W?W.createHTML(o):o}let Q=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const s=o.length-1,c=this.parts,[l,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=M;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===M?"!--"===c[1]?n=B:void 0!==c[1]?n=P:void 0!==c[2]?(T.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=H):void 0!==c[3]&&(n=H):n===H?">"===c[0]?(n=i??M,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?H:'"'===c[3]?G:_):n===G||n===_?n=H:n===B||n===P?n=M:(n=H,i=void 0);const f=n===H&&t[o+1].startsWith("/>")?" ":"";a+=n===M?e+K:l>=0?(r.push(s),e.slice(0,l)+L+e.slice(l)+$+f):e+$+(-2===l?o:f)}return[X(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),q.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=q.nextNode())&&c.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(L)){const o=p[n++],e=i.getAttribute(t).split($),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?rt:"?"===r[1]?it:"@"===r[1]?at:et}),i.removeAttribute(t)}else t.startsWith($)&&(c.push({type:6,index:a}),i.removeAttribute(t));if(T.test(i.tagName)){const t=i.textContent.split($),o=t.length-1;if(o>0){i.textContent=I?I.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],z()),q.nextNode(),c.push({type:2,index:++a});i.append(t[o],z())}}}else if(8===i.nodeType)if(i.data===k)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf($,t+1));)c.push({type:7,index:a}),t+=$.length-1}a++}}static createElement(t,o){const e=Z.createElement("template");return e.innerHTML=t,e}};function tt(t,o,e=t,r){if(o===Y)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=F(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=tt(t,i._$AS(t,o.values),i,r)),o}let ot=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=J,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=tt(this,t,o),F(t)?t===J||null==t||""===t?(this._$AH!==J&&this._$AR(),this._$AH=J):t!==this._$AH&&t!==Y&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>A(t)||"function"==typeof t?.[Symbol.iterator])(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!==J&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$(Z.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=Q.createElement(X(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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??Z).importNode(o,!0);q.currentNode=r;let i=q.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new ot(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new nt(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=q.nextNode(),a++)}return q.currentNode=Z,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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=V.get(t.strings);return void 0===o&&V.set(t.strings,o=new Q(t)),o}T(o){A(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(z()),this.k(z()),this,this.options)):r=e[i],r._$AI(a),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))}},et=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=J,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=J}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=tt(this,t,o,0),a=!F(t)||t!==this._$AH&&t!==Y,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=tt(this,r[e+n],o,n),s===Y&&(s=this._$AH[n]),a||=!F(s)||s!==this._$AH[n],s===J?t=J:t!==J&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},rt=class extends et{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===J?void 0:t}},it=class extends et{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==J)}},at=class extends et{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=tt(this,t,o,0)??J)===Y)return;const e=this._$AH,r=t===J&&e!==J||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==J&&(e===J||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)}},nt=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){tt(this,t)}};const st=E.litHtmlPolyfillSupport;st?.(Q,ot),(E.litHtmlVersions??=[]).push("3.1.0");
39
38
  /**
40
- * @license
41
- * Copyright 2017 Google LLC
42
- * SPDX-License-Identifier: BSD-3-Clause
43
- */
44
- var w;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==N||N({ReactiveElement:C}),(null!==(u=b.reactiveElementVersions)&&void 0!==u?u:b.reactiveElementVersions=[]).push("1.6.1");const R=window,U=R.trustedTypes,E=U?U.createPolicy("lit-html",{createHTML:t=>t}):void 0,I="$lit$",W=`lit$${(Math.random()+"").slice(9)}$`,L="?"+W,k=`<${L}>`,K=document,$=()=>K.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,F=Array.isArray,z="[ \t\n\f\r]",D=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,M=/>/g,A=RegExp(`>|${z}(?:([^\\s"'>=/]+)(${z}*=${z}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,P=/"/g,G=/^(?:script|style|textarea|title)$/i,j=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),_=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),Y=new WeakMap,V=K.createTreeWalker(K,129,null,!1),J=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=D;for(let o=0;o<e;o++){const e=t[o];let l,c,s=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===D?"!--"===c[1]?n=B:void 0!==c[1]?n=M:void 0!==c[2]?(G.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=A):void 0!==c[3]&&(n=A):n===A?">"===c[0]?(n=null!=a?a:D,s=-1):void 0===c[1]?s=-2:(s=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?A:'"'===c[3]?P:H):n===P||n===H?n=A:n===B||n===M?n=D:(n=A,a=void 0);const f=n===A&&t[o+1].startsWith("/>")?" ":"";i+=n===D?e+k:s>=0?(r.push(l),e.slice(0,s)+I+e.slice(s)+W+f):e+W+(-2===s?(r.push(void 0),o):f)}const l=i+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==E?E.createHTML(l):l,r]};class X{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,s]=J(t,o);if(this.el=X.createElement(c,e),V.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=V.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(I)||o.startsWith(W)){const e=s[i++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+I).split(W),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:a,name:o[2],strings:t,ctor:"."===o[1]?et:"?"===o[1]?at:"@"===o[1]?it:ot})}else l.push({type:6,index:a})}for(const o of t)r.removeAttribute(o)}if(G.test(r.tagName)){const t=r.textContent.split(W),o=t.length-1;if(o>0){r.textContent=U?U.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],$()),V.nextNode(),l.push({type:2,index:++a});r.append(t[o],$())}}}else if(8===r.nodeType)if(r.data===L)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(W,t+1));)l.push({type:7,index:a}),t+=W.length-1}a++}}static createElement(t,o){const e=K.createElement("template");return e.innerHTML=t,e}}function q(t,o,e=t,r){var a,i,n,l;if(o===_)return o;let c=void 0!==r?null===(a=e._$Co)||void 0===a?void 0:a[r]:e._$Cl;const s=Z(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==s&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===s?c=void 0:(c=new s(t),c._$AT(t,e,r)),void 0!==r?(null!==(n=(l=e)._$Co)&&void 0!==n?n:l._$Co=[])[r]=c:e._$Cl=c),void 0!==c&&(o=q(t,c._$AS(t,o.values),c,r)),o}class Q{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){var o;const{el:{content:e},parts:r}=this._$AD,a=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:K).importNode(e,!0);V.currentNode=a;let i=V.nextNode(),n=0,l=0,c=r[0];for(;void 0!==c;){if(n===c.index){let o;2===c.type?o=new tt(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new nt(i,this,t)),this._$AV.push(o),c=r[++l]}n!==(null==c?void 0:c.index)&&(i=V.nextNode(),n++)}return a}v(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++}}class tt{constructor(t,o,e,r){var a;this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(a=null==r?void 0:r.isConnected)||void 0===a||a}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0: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),Z(t)?t===T||null==t||""===t?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==_&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>F(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(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!==T&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(K.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,a="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=X.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===a)this._$AH.v(e);else{const t=new Q(a,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=Y.get(t.strings);return void 0===o&&Y.set(t.strings,o=new X(t)),o}T(t){F(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new tt(this.k($()),this.k($()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class ot{constructor(t,o,e,r,a){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=T}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=q(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==_,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=q(this,r[e+n],o,n),l===_&&(l=this._$AH[n]),i||(i=!Z(l)||l!==this._$AH[n]),l===T?t=T:t!==T&&(t+=(null!=l?l:"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.j(t)}j(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends ot{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===T?void 0:t}}const rt=U?U.emptyScript:"";class at extends ot{constructor(){super(...arguments),this.type=4}j(t){t&&t!==T?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class it extends ot{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=q(this,t,o,0))&&void 0!==e?e:T)===_)return;const r=this._$AH,a=t===T&&r!==T||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==T&&(r===T||a);a&&this.element.removeEventListener(this.name,this,r),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class nt{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 lt=R.litHtmlPolyfillSupport;null==lt||lt(X,tt),(null!==(w=R.litHtmlVersions)&&void 0!==w?w:R.litHtmlVersions=[]).push("2.7.3");
39
+ * @license
40
+ * Copyright 2019 Google LLC
41
+ * SPDX-License-Identifier: BSD-3-Clause
42
+ */
43
+ const ct=globalThis,lt=ct.ShadowRoot&&(void 0===ct.ShadyCSS||ct.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,pt=Symbol(),ft=new WeakMap;let ht=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==pt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(lt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ft.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ft.set(o,t))}return t}toString(){return this.cssText}};const dt=t=>new ht("string"==typeof t?t:t+"",void 0,pt),yt=(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 ht(e,t,pt)},gt=lt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return dt(o)})(t):t
45
44
  /**
46
- * @license
47
- * Copyright 2017 Google LLC
48
- * SPDX-License-Identifier: BSD-3-Clause
49
- */
50
- var ct,st;let pt=class extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const e=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=e.firstChild),e}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{var r,a;const i=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=i._$litPart$;if(void 0===n){const t=null!==(a=null==e?void 0:e.renderBefore)&&void 0!==a?a:null;i._$litPart$=n=new tt(o.insertBefore($(),t),t,void 0,null!=e?e:{})}return n._$AI(t),n})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return _}};pt.finalized=!0,pt._$litElement$=!0,null===(ct=globalThis.litElementHydrateSupport)||void 0===ct||ct.call(globalThis,{LitElement:pt});const ft=globalThis.litElementPolyfillSupport;null==ft||ft({LitElement:pt}),(null!==(st=globalThis.litElementVersions)&&void 0!==st?st:globalThis.litElementVersions=[]).push("3.3.2");const ht=t=>"string"==typeof t?h(t):t;class dt{static create(t,o,e,r){const a=t=>ht(null!=t?t:r),i=d`var(${ht(t)}, ${a(r)})`;return i.name=t,i.description=t,i.category=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>d`var(${ht(t)}, ${a(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,o,e,r){const a=t=>e.get(null!=t?t:r),i=d`var(${ht(t)}, ${a(r)})`;return i.name=t,i.description=o,i.category=e.category,i.fallbackVariable=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>d`var(${ht(t)}, ${a(o)})`,i.breadcrumb=()=>[e.name,...e.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),i}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):ht(null!=o?o:t.lastResortDefaultValue()),r=d`var(${ht(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=>d`var(${ht(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const yt={colorWhite:dt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:dt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:dt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:dt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:dt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:dt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:dt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:dt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:dt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:dt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:dt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:dt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:dt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:dt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:dt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:dt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:dt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:dt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:dt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:dt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:dt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:dt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:dt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:dt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:dt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:dt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:dt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:dt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:dt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:dt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:dt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:dt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:dt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:dt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:dt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:dt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:dt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:dt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:dt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:dt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:dt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:dt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:dt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:dt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:dt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:dt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:dt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:dt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:dt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:dt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:dt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:dt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:dt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:dt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:dt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:dt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:dt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:dt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:dt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:dt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:dt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:dt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:dt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:dt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:dt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:dt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:dt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:dt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:dt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:dt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:dt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:dt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:dt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:dt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:dt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:dt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:dt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:dt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:dt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:dt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:dt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:dt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:dt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:dt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:dt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:dt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:dt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:dt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:dt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:dt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:dt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:dt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:dt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:dt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:dt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:dt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:dt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:dt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:dt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:dt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:dt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:dt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:dt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:dt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:dt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:dt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:dt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:dt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:dt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:dt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:dt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:dt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:dt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:dt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:dt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:dt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:dt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:dt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:dt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:dt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:dt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:dt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:dt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:dt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:dt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:dt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:dt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:dt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:dt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:dt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:dt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:dt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:dt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:dt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:dt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:dt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:dt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:dt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:dt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:dt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:dt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:dt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:dt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:dt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:dt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:dt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:dt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:dt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:dt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:dt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:dt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:dt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:dt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:dt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:dt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:dt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:dt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:dt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:dt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:dt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:dt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:dt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:dt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:dt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:dt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:dt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:dt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:dt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:dt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:dt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:dt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:dt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:dt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:dt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:dt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:dt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:dt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:dt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:dt.create("--ft-opacity-0","","NUMBER","0"),opacity8:dt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:dt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:dt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:dt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:dt.create("--ft-opacity-80","","NUMBER","0.8")},gt={display:{fontFamily:dt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:dt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:dt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:dt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:dt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:dt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:dt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:dt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:dt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:dt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:dt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:dt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:dt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:dt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:dt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:dt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:dt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:dt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:dt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:dt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:dt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:dt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:dt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:dt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:dt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:dt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:dt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:dt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:dt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:dt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:dt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:dt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:dt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:dt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:dt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:dt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:dt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:dt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:dt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:dt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:dt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:dt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:dt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:dt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:dt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:dt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:dt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:dt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:dt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:dt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:dt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:dt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:dt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},ut={backgroundActionPrimary:dt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",yt.colorBrand0),backgroundErrorPrimary:dt.extend("--ft-background-error-primary","Used as background of error components.",yt.colorRed0),backgroundErrorSubtle:dt.extend("--ft-background-error-subtle","Used as background of subtle error components.",yt.colorRed10),backgroundInfoPrimary:dt.extend("--ft-background-info-primary","Used as background of information components.",yt.colorCyan200),backgroundInfoSubtle:dt.extend("--ft-background-info-subtle","Used as background of subtle information components.",yt.colorCyan10),backgroundWarningPrimary:dt.extend("--ft-background-warning-primary","Used as background of warning components.",yt.colorOrange300),backgroundWarningSubtle:dt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",yt.colorOrange10),backgroundSuccessPrimary:dt.extend("--ft-background-success-primary","Used as background of success components.",yt.colorGreen200),backgroundSuccessSubtle:dt.extend("--ft-background-success-subtle","Used as background of subtle success components.",yt.colorGreen10),backgroundGlobalSurface:dt.extend("--ft-background-global-surface","Used as app background.",yt.colorWhite),backgroundGlobalOnSurface:dt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",yt.colorGray10),backgroundGlobalOnSurfaceDark:dt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",yt.colorGray30),contentActionPrimary:dt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",yt.colorBrand0),contentWarningPrimary:dt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",yt.colorOrange300),contentWarningIconOnly:dt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",yt.colorOrange0),contentErrorPrimary:dt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",yt.colorRed0),contentErrorIconOnly:dt.extend("--ft-content-error-icon-only","Used on error status icons alone",yt.colorRed0),contentInfoPrimary:dt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",yt.colorCyan200),contentInfoIconOnly:dt.extend("--ft-content-info-icon-only","Used on info status icons alone",yt.colorCyan0),contentSuccessIconOnly:dt.extend("--ft-content-success-icon-only","Used on success status icons alone",yt.colorGreen0),contentSuccessPrimary:dt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",yt.colorGreen200),contentGlobalPrimary:dt.extend("--ft-content-global-primary","Used for main content on the page.",yt.colorGray500),contentGlobalSecondary:dt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",yt.colorGray200),contentGlobalSubtle:dt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",yt.colorGray0),contentGlobalOnColor:dt.extend("--ft-content-global-on-color","Used for content on a dominant color.",yt.colorWhite),borderActionPrimary:dt.extend("--ft-border-action-primary","Used as border for primary action components.",yt.colorBrand0),borderActionFocusRing:dt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",yt.colorCyan0),borderWarningPrimary:dt.extend("--ft-border-warning-primary","Used as border for warning components.",yt.colorOrange30),borderSuccessPrimary:dt.extend("--ft-border-success-primary","Used as border for success components.",yt.colorGreen30),borderErrorPrimary:dt.extend("--ft-border-error-primary","Used as border for error components.",yt.colorRed30),borderInfoPrimary:dt.extend("--ft-border-info-primary","Used as border for information components.",yt.colorCyan30),borderGlobalSubtle:dt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",yt.colorGray30),borderGlobalPrimary:dt.extend("--ft-border-global-primary","Used as border for element like input.",yt.colorGray50),borderInputPrimary:dt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",yt.colorGray80)};dt.create("--ft-button-large-height","","SIZE","40px"),dt.extend("--ft-button-large-horizontal-padding","",yt.spacing4),dt.extend("--ft-button-large-gap","",yt.spacing2),dt.extend("--ft-button-large-border-radius","",yt.borderRadiusS),dt.extend("--ft-button-large-icon-size","",yt.iconSize3),dt.create("--ft-button-large-border-width","","SIZE","1px"),dt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-large-icon-only-width","","SIZE","40px"),dt.create("--ft-button-small-height","","SIZE","30px"),dt.extend("--ft-button-small-horizontal-padding","",yt.spacing3),dt.extend("--ft-button-small-gap","",yt.spacing2),dt.extend("--ft-button-small-border-radius","",yt.borderRadiusS),dt.extend("--ft-button-small-icon-size","",yt.iconSize2),dt.create("--ft-button-small-border-width","","SIZE","1px"),dt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),dt.create("--ft-button-small-icon-only-width","","SIZE","30px"),dt.extend("--ft-button-primary-background-color","",ut.backgroundActionPrimary),dt.extend("--ft-button-primary-color","",ut.contentGlobalOnColor),dt.extend("--ft-button-primary-icon-color","",ut.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-color","",ut.contentGlobalOnColor),dt.extend("--ft-button-primary-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-button-primary-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-button-primary-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-button-focus-focus-ring-color","",ut.borderActionFocusRing),dt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-tertiary-color","",ut.contentActionPrimary),dt.extend("--ft-button-tertiary-icon-color","",ut.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-color","",ut.contentActionPrimary),dt.extend("--ft-button-tertiary-state-layer-opacity-hover","",yt.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-focus","",yt.opacity8),dt.extend("--ft-button-tertiary-state-layer-opacity-active","",yt.opacity16),dt.extend("--ft-button-tertiary-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-button-secondary-background-color","",yt.colorWhite),dt.extend("--ft-button-secondary-color","",ut.contentActionPrimary),dt.extend("--ft-button-secondary-icon-color","",ut.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-color","",ut.contentActionPrimary),dt.extend("--ft-button-secondary-state-layer-opacity-hover","",yt.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-focus","",yt.opacity8),dt.extend("--ft-button-secondary-state-layer-opacity-active","",yt.opacity16),dt.extend("--ft-button-secondary-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-button-secondary-border-color","",ut.borderActionPrimary),dt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),dt.extend("--ft-button-neutral-icon-color","",ut.contentGlobalSecondary),dt.extend("--ft-button-neutral-color","",ut.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-color","",ut.contentGlobalSecondary),dt.extend("--ft-button-neutral-state-layer-opacity-hover","",yt.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-focus","",yt.opacity8),dt.extend("--ft-button-neutral-state-layer-opacity-active","",yt.opacity16),dt.extend("--ft-button-neutral-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-tabs-top-left-border-radius","",yt.borderRadiusS),dt.extend("--ft-tabs-top-right-border-radius","",yt.borderRadiusS),dt.extend("--ft-tabs-label-horizontal-padding","",yt.spacing4),dt.extend("--ft-tabs-label-vertical-padding","",yt.spacing3),dt.extend("--ft-tabs-label-gap","",yt.spacing1),dt.extend("--ft-switch-group-horizontal-padding","",yt.spacing1),dt.extend("--ft-switch-group-vertical-padding","",yt.spacing1),dt.extend("--ft-switch-group-gap","",yt.spacing1),dt.extend("--ft-switch-group-background-color","",ut.backgroundGlobalSurface),dt.extend("--ft-switch-group-border-color","",ut.borderGlobalSubtle),dt.create("--ft-switch-group-border-radius","","SIZE","6px"),dt.extend("--ft-switch-label-horizontal-padding","",yt.spacing2),dt.extend("--ft-switch-label-vertical-padding","",yt.spacing1),dt.extend("--ft-switch-icon-horizontal-padding","",yt.spacing1),dt.extend("--ft-switch-icon-vertical-padding","",yt.spacing1),dt.create("--ft-switch-focus-outline-width","","SIZE","2px"),dt.extend("--ft-switch-focus-focus-ring-color","",ut.borderActionFocusRing),dt.extend("--ft-switch-option-border-radius","",yt.borderRadiusS),dt.extend("--ft-switch-off-state-layer-opacity-hover","",yt.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-focus","",yt.opacity8),dt.extend("--ft-switch-off-state-layer-opacity-active","",yt.opacity16),dt.extend("--ft-switch-off-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-switch-off-color","",ut.contentGlobalSubtle),dt.extend("--ft-switch-off-state-layer-color","",ut.contentGlobalSubtle),dt.extend("--ft-chart-1-light","for area color charts",yt.colorBrand40),dt.extend("--ft-chart-1-base","for line charts",yt.colorBrand0),dt.extend("--ft-chart-2-light","for area color charts",yt.colorYellow60),dt.extend("--ft-chart-2-base","for line charts",yt.colorYellow100),dt.extend("--ft-chart-3-light","",yt.colorUltramarine40),dt.extend("--ft-chart-3-base","",yt.colorUltramarine70),dt.extend("--ft-chart-4-light","",yt.colorCyan50),dt.extend("--ft-chart-4-base","",yt.colorCyan100),dt.extend("--ft-chart-5-light","",yt.colorRed40),dt.extend("--ft-chart-5-base","",yt.colorRed60),dt.extend("--ft-chart-6-light","",yt.colorGreen40),dt.extend("--ft-chart-6-base","",yt.colorGreen70),dt.extend("--ft-chart-7-light","",yt.colorOrange70),dt.extend("--ft-chart-7-base","",yt.colorOrange100),dt.extend("--ft-chart-8-light","",yt.colorAvocado70),dt.extend("--ft-chart-8-base","",yt.colorAvocado200),dt.extend("--ft-chart-9-light","",yt.colorBrown50),dt.extend("--ft-chart-9-base","",yt.colorBrown200),dt.extend("--ft-chart-10-light","",yt.colorGray50),dt.extend("--ft-chart-10-base","",yt.colorGray80),dt.extend("--ft-chart-monochrome-10","",yt.colorBrand10),dt.extend("--ft-chart-monochrome-20","",yt.colorBrand20),dt.extend("--ft-chart-monochrome-30","",yt.colorBrand40),dt.extend("--ft-chart-monochrome-40","",yt.colorBrand60),dt.extend("--ft-chart-monochrome-50","",yt.colorBrand0),dt.extend("--ft-chart-monochrome-60","",yt.colorBrand200),dt.extend("--ft-chip-large-horizontal-padding","",yt.spacing4),dt.extend("--ft-chip-large-vertical-padding","",yt.spacing2),dt.extend("--ft-chip-large-gap","",yt.spacing1),dt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-large-border-radius","",yt.borderRadiusPill),dt.create("--ft-chip-large-border-width","","SIZE","1px"),dt.extend("--ft-chip-large-icon-size","",yt.iconSize3),dt.extend("--ft-chip-medium-horizontal-padding","",yt.spacing3),dt.extend("--ft-chip-medium-vertical-padding","",yt.spacing1),dt.extend("--ft-chip-medium-gap","",yt.spacing1),dt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-medium-border-radius","",yt.borderRadiusPill),dt.create("--ft-chip-medium-border-width","","SIZE","1px"),dt.extend("--ft-chip-medium-icon-size","",yt.iconSize2),dt.extend("--ft-chip-small-horizontal-padding","",yt.spacing2),dt.extend("--ft-chip-small-vertical-padding","",yt.spacing05),dt.extend("--ft-chip-small-gap","",yt.spacing1),dt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),dt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),dt.extend("--ft-chip-small-border-radius","",yt.borderRadiusPill),dt.create("--ft-chip-small-border-width","","SIZE","1px"),dt.extend("--ft-chip-small-icon-size","",yt.iconSize1),dt.extend("--ft-chip-neutral-background-color","",ut.backgroundGlobalOnSurface),dt.extend("--ft-chip-neutral-color","",ut.contentGlobalPrimary),dt.extend("--ft-chip-neutral-border-color","",ut.borderGlobalSubtle),dt.extend("--ft-chip-info-background-color","",ut.backgroundInfoSubtle),dt.extend("--ft-chip-info-color","",ut.contentInfoPrimary),dt.extend("--ft-chip-info-border-color","",ut.borderInfoPrimary),dt.extend("--ft-chip-success-background-color","",ut.backgroundSuccessSubtle),dt.extend("--ft-chip-success-color","",ut.contentSuccessPrimary),dt.extend("--ft-chip-success-border-color","",ut.borderSuccessPrimary),dt.extend("--ft-chip-warning-background-color","",ut.backgroundWarningSubtle),dt.extend("--ft-chip-warning-color","",ut.contentWarningPrimary),dt.extend("--ft-chip-warning-border-color","",ut.borderWarningPrimary),dt.extend("--ft-chip-error-background-color","",ut.backgroundErrorSubtle),dt.extend("--ft-chip-error-color","",ut.contentErrorPrimary),dt.extend("--ft-chip-error-border-color","",ut.borderErrorPrimary),dt.create("--ft-notice-border-width","","SIZE","1px"),dt.extend("--ft-notice-horizontal-padding","",yt.spacing2),dt.extend("--ft-notice-vertical-padding","",yt.spacing1),dt.extend("--ft-notice-border-radius","",yt.borderRadiusS),dt.extend("--ft-notice-gap","",yt.spacing2),dt.extend("--ft-notice-icon-size","",yt.iconSize3),dt.extend("--ft-notice-info-background-color","",ut.backgroundInfoSubtle),dt.extend("--ft-notice-info-border-color","",ut.borderInfoPrimary),dt.extend("--ft-notice-info-color","",ut.contentInfoPrimary),dt.extend("--ft-notice-warning-background-color","",ut.backgroundWarningSubtle),dt.extend("--ft-notice-warning-border-color","",ut.borderWarningPrimary),dt.extend("--ft-notice-warning-color","",ut.contentWarningPrimary),dt.extend("--ft-checkbox-label-color","",ut.contentGlobalPrimary),dt.extend("--ft-checkbox-checked-background-color","",ut.contentActionPrimary),dt.extend("--ft-checkbox-checked-state-layer-color","",ut.contentActionPrimary),dt.extend("--ft-checkbox-checked-color","",ut.contentGlobalOnColor),dt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-checkbox-checked-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-checkbox-checked-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-checkbox-unchecked-border-color","",yt.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-color","",yt.colorGray80),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-checkbox-focus-focus-ring-color","",ut.borderActionFocusRing),dt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),dt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),dt.extend("--ft-checkbox-gap","",yt.spacing3),dt.extend("--ft-toggle-off-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-toggle-off-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-toggle-off-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-toggle-off-background-color","",ut.contentGlobalSubtle),dt.extend("--ft-toggle-off-icon-color","",ut.contentGlobalSubtle),dt.extend("--ft-toggle-off-state-layer-color","",ut.contentGlobalSubtle),dt.extend("--ft-toggle-on-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-toggle-on-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-toggle-on-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-toggle-on-background-color","",ut.contentActionPrimary),dt.extend("--ft-toggle-on-icon-color","",ut.contentActionPrimary),dt.extend("--ft-toggle-on-state-layer-color","",ut.contentActionPrimary),dt.extend("--ft-toggle-label-color","",ut.contentGlobalPrimary),dt.extend("--ft-toggle-focus-focus-ring-color","",ut.borderActionFocusRing),dt.extend("--ft-toggle-gap","",yt.spacing3),dt.extend("--ft-radio-label-color","",ut.contentGlobalPrimary),dt.extend("--ft-radio-selected-color","",ut.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-color","",ut.contentActionPrimary),dt.extend("--ft-radio-selected-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-radio-selected-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-radio-selected-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-radio-unselected-state-layer-color","",yt.colorGray80),dt.extend("--ft-radio-unselected-state-layer-opacity-hover","",yt.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-focus","",yt.opacity16),dt.extend("--ft-radio-unselected-state-layer-opacity-active","",yt.opacity24),dt.extend("--ft-radio-unselected-component-opacity-disabled","",yt.opacity40),dt.extend("--ft-radio-focus-focus-ring-color","",ut.borderActionFocusRing),dt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),dt.create("--ft-radio-focus-outline-width","","SIZE","2px"),dt.extend("--ft-radio-gap","",yt.spacing3),dt.extend("--ft-notification-icon-size","",yt.iconSize4),dt.extend("--ft-notification-horizontal-padding","",yt.spacing4),dt.extend("--ft-notification-vertical-padding","",yt.spacing4),dt.extend("--ft-notification-info-background-color","",ut.backgroundInfoSubtle),dt.extend("--ft-notification-info-color","",ut.contentInfoPrimary),dt.extend("--ft-notification-info-border-color","",ut.borderInfoPrimary),dt.extend("--ft-notification-success-background-color","",ut.backgroundSuccessSubtle),dt.extend("--ft-notification-success-color","",ut.contentSuccessPrimary),dt.extend("--ft-notification-success-border-color","",ut.borderSuccessPrimary),dt.extend("--ft-notification-warning-background-color","",ut.backgroundWarningSubtle),dt.extend("--ft-notification-warning-color","",ut.contentWarningPrimary),dt.extend("--ft-notification-warning-border-color","",ut.borderWarningPrimary),dt.extend("--ft-notification-error-background-color","",ut.backgroundErrorSubtle),dt.extend("--ft-notification-error-color","",ut.contentErrorPrimary),dt.extend("--ft-notification-error-border-color","",ut.borderErrorPrimary),dt.extend("--ft-notification-border-radius","",yt.borderRadiusPill),dt.create("--ft-notification-border-width","","SIZE","1px"),dt.extend("--ft-notification-gap-leading","",yt.spacing2),dt.extend("--ft-notification-gap-trailing","",yt.spacing8);const bt={colorPrimary:dt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:dt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:dt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:dt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:dt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:dt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:dt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:dt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:dt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:dt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:dt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:dt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:dt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:dt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:dt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:dt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:dt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:dt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:dt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:dt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:dt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:dt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:dt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:dt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:dt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:dt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:dt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:dt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:dt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:dt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:dt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:dt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:dt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:dt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:dt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:dt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:dt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:dt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:dt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:dt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:dt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:dt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:dt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:dt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.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:dt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:dt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:dt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:dt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:dt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:dt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:dt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:dt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class mt extends pt{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 y(e,t.elementStyles),e}}var Ot,Nt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};const St=Symbol("constructorPrototype"),xt=Symbol("constructorName"),vt=Symbol("exportpartsDebouncer");class Ct extends mt{constructor(){super(),this[Ot]=new o(5),this[xt]=this.constructor.name,this[St]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[xt]&&Object.setPrototypeOf(this,this[St])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.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(){this[vt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,a,i,n;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!==(a=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==a?a:[],e=null!==(n=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];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 p=[...s.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var wt,Rt;Ot=vt,Nt([r()],Ct.prototype,"exportpartsPrefix",void 0),Nt([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return r({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)=>!i(t,o),...null!=o?o:{}})}([])],Ct.prototype,"exportpartsPrefixes",void 0),Nt([r()],Ct.prototype,"customStylesheet",void 0),d`
45
+ * @license
46
+ * Copyright 2017 Google LLC
47
+ * SPDX-License-Identifier: BSD-3-Clause
48
+ */,{is:ut,defineProperty:bt,getOwnPropertyDescriptor:mt,getOwnPropertyNames:Ot,getOwnPropertySymbols:Nt,getPrototypeOf:St}=Object,xt=globalThis,Ct=xt.trustedTypes,wt=Ct?Ct.emptyScript:"",vt=xt.reactiveElementPolyfillSupport,Rt=(t,o)=>t,Ut={toAttribute(t,o){switch(o){case Boolean:t=t?wt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Et=(t,o)=>!ut(t,o),It={attribute:!0,type:String,converter:Ut,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),xt.litPropertyMetadata??=new WeakMap;class Wt 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&&bt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=mt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??It}static _$Ei(){if(this.hasOwnProperty(Rt("elementProperties")))return;const t=St(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Rt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Rt("properties"))){const t=this.properties,o=[...Ot(t),...Nt(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(gt(t))}else void 0!==t&&o.push(gt(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,o)=>{if(lt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=ct.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(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:Ut).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:Ut;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){}}Wt.elementStyles=[],Wt.shadowRootOptions={mode:"open"},Wt[Rt("elementProperties")]=new Map,Wt[Rt("finalized")]=new Map,vt?.({ReactiveElement:Wt}),(xt.reactiveElementVersions??=[]).push("2.0.2");
49
+ /**
50
+ * @license
51
+ * Copyright 2017 Google LLC
52
+ * SPDX-License-Identifier: BSD-3-Clause
53
+ */
54
+ const Lt=globalThis,$t=Lt.trustedTypes,kt=$t?$t.createPolicy("lit-html",{createHTML:t=>t}):void 0,Kt="$lit$",Zt=`lit$${(Math.random()+"").slice(9)}$`,zt="?"+Zt,Ft=`<${zt}>`,At=document,Dt=()=>At.createComment(""),Mt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Bt=Array.isArray,Pt="[ \t\n\f\r]",Ht=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_t=/-->/g,Gt=/>/g,Tt=RegExp(`>|${Pt}(?:([^\\s"'>=/]+)(${Pt}*=${Pt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),jt=/'/g,Yt=/"/g,Jt=/^(?:script|style|textarea|title)$/i,Vt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),qt=Symbol.for("lit-noChange"),Xt=Symbol.for("lit-nothing"),Qt=new WeakMap,to=At.createTreeWalker(At,129);function oo(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==kt?kt.createHTML(o):o}const eo=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=Ht;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===Ht?"!--"===c[1]?n=_t:void 0!==c[1]?n=Gt:void 0!==c[2]?(Jt.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=Tt):void 0!==c[3]&&(n=Tt):n===Tt?">"===c[0]?(n=i??Ht,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?Tt:'"'===c[3]?Yt:jt):n===Yt||n===jt?n=Tt:n===_t||n===Gt?n=Ht:(n=Tt,i=void 0);const f=n===Tt&&t[o+1].startsWith("/>")?" ":"";a+=n===Ht?e+Ft:l>=0?(r.push(s),e.slice(0,l)+Kt+e.slice(l)+Zt+f):e+Zt+(-2===l?o:f)}return[oo(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class ro{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,s=this.parts,[c,l]=eo(t,o);if(this.el=ro.createElement(c,e),to.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=to.nextNode())&&s.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Kt)){const o=l[a++],e=r.getAttribute(t).split(Zt),n=/([.?@])?(.*)/.exec(o);s.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?so:"?"===n[1]?co:"@"===n[1]?lo:no}),r.removeAttribute(t)}else t.startsWith(Zt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(Jt.test(r.tagName)){const t=r.textContent.split(Zt),o=t.length-1;if(o>0){r.textContent=$t?$t.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Dt()),to.nextNode(),s.push({type:2,index:++i});r.append(t[o],Dt())}}}else if(8===r.nodeType)if(r.data===zt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Zt,t+1));)s.push({type:7,index:i}),t+=Zt.length-1}i++}}static createElement(t,o){const e=At.createElement("template");return e.innerHTML=t,e}}function io(t,o,e=t,r){if(o===qt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Mt(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=io(t,i._$AS(t,o.values),i,r)),o}class ao{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Xt,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=io(this,t,o),Mt(t)?t===Xt||null==t||""===t?(this._$AH!==Xt&&this._$AR(),this._$AH=Xt):t!==this._$AH&&t!==qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Bt(t)||"function"==typeof t?.[Symbol.iterator])(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!==Xt&&Mt(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=ro.createElement(oo(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new 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);to.currentNode=r;let i=to.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new ao(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new po(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=to.nextNode(),a++)}return to.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++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Qt.get(t.strings);return void 0===o&&Qt.set(t.strings,o=new ro(t)),o}T(t){Bt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new ao(this.k(Dt()),this.k(Dt()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$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))}}class no{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Xt,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=Xt}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=io(this,t,o,0),a=!Mt(t)||t!==this._$AH&&t!==qt,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=io(this,r[e+n],o,n),s===qt&&(s=this._$AH[n]),a||=!Mt(s)||s!==this._$AH[n],s===Xt?t=Xt:t!==Xt&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===Xt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class so extends no{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Xt?void 0:t}}class co extends no{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Xt)}}class lo extends no{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=io(this,t,o,0)??Xt)===qt)return;const e=this._$AH,r=t===Xt&&e!==Xt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Xt&&(e===Xt||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)}}class po{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){io(this,t)}}const fo=Lt.litHtmlPolyfillSupport;fo?.(ro,ao),(Lt.litHtmlVersions??=[]).push("3.1.0");
55
+ /**
56
+ * @license
57
+ * Copyright 2017 Google LLC
58
+ * SPDX-License-Identifier: BSD-3-Clause
59
+ */
60
+ class ho extends Wt{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=((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 ao(o.insertBefore(Dt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return qt}}ho._$litElement$=!0,ho.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ho});const yo=globalThis.litElementPolyfillSupport;yo?.({LitElement:ho}),(globalThis.litElementVersions??=[]).push("4.0.2");const go=t=>"string"==typeof t?dt(t):t;class uo{static create(t,o,e,r){const i=t=>go(null!=t?t:r),a=yt`var(${go(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>yt`var(${go(t)}, ${i(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),a=yt`var(${go(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>yt`var(${go(t)}, ${i(o)})`,a.breadcrumb=()=>[e.name,...e.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),a}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):go(null!=o?o:t.lastResortDefaultValue()),r=yt`var(${go(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=>yt`var(${go(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const bo={colorWhite:uo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:uo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:uo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:uo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:uo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:uo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:uo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:uo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:uo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:uo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:uo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:uo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:uo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:uo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:uo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:uo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:uo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:uo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:uo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:uo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:uo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:uo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:uo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:uo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:uo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:uo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:uo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:uo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:uo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:uo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:uo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:uo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:uo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:uo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:uo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:uo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:uo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:uo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:uo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:uo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:uo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:uo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:uo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:uo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:uo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:uo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:uo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:uo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:uo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:uo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:uo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:uo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:uo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:uo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:uo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:uo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:uo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:uo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:uo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:uo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:uo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:uo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:uo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:uo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:uo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:uo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:uo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:uo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:uo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:uo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:uo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:uo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:uo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:uo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:uo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:uo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:uo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:uo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:uo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:uo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:uo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:uo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:uo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:uo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:uo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:uo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:uo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:uo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:uo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:uo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:uo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:uo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:uo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:uo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:uo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:uo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:uo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:uo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:uo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:uo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:uo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:uo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:uo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:uo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:uo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:uo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:uo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:uo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:uo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:uo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:uo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:uo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:uo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:uo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:uo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:uo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:uo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:uo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:uo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:uo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:uo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:uo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:uo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:uo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:uo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:uo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:uo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:uo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:uo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:uo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:uo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:uo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:uo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:uo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:uo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:uo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:uo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:uo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:uo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:uo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:uo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:uo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:uo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:uo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:uo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:uo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:uo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:uo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:uo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:uo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:uo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:uo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:uo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:uo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:uo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:uo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:uo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:uo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:uo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:uo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:uo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:uo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:uo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:uo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:uo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:uo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:uo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:uo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:uo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:uo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:uo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:uo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:uo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:uo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:uo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:uo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:uo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:uo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:uo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:uo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:uo.create("--ft-opacity-0","","NUMBER","0"),opacity8:uo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:uo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:uo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:uo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:uo.create("--ft-opacity-80","","NUMBER","0.8")},mo={display:{fontFamily:uo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:uo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:uo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:uo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:uo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:uo.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:uo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:uo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:uo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:uo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:uo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:uo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:uo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:uo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:uo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:uo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:uo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:uo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:uo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:uo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:uo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:uo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:uo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:uo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:uo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:uo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:uo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:uo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:uo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:uo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:uo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:uo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:uo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:uo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:uo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:uo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:uo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:uo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:uo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:uo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:uo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:uo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:uo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:uo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:uo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:uo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:uo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:uo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:uo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:uo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:uo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:uo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:uo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:uo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:uo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:uo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:uo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:uo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:uo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:uo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:uo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:uo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Oo={backgroundActionPrimary:uo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bo.colorBrand0),backgroundErrorPrimary:uo.extend("--ft-background-error-primary","Used as background of error components.",bo.colorRed0),backgroundErrorSubtle:uo.extend("--ft-background-error-subtle","Used as background of subtle error components.",bo.colorRed10),backgroundInfoPrimary:uo.extend("--ft-background-info-primary","Used as background of information components.",bo.colorCyan200),backgroundInfoSubtle:uo.extend("--ft-background-info-subtle","Used as background of subtle information components.",bo.colorCyan10),backgroundWarningPrimary:uo.extend("--ft-background-warning-primary","Used as background of warning components.",bo.colorOrange300),backgroundWarningSubtle:uo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bo.colorOrange10),backgroundSuccessPrimary:uo.extend("--ft-background-success-primary","Used as background of success components.",bo.colorGreen200),backgroundSuccessSubtle:uo.extend("--ft-background-success-subtle","Used as background of subtle success components.",bo.colorGreen10),backgroundGlobalSurface:uo.extend("--ft-background-global-surface","Used as app background.",bo.colorWhite),backgroundGlobalOnSurface:uo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bo.colorGray10),backgroundGlobalOnSurfaceDark:uo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bo.colorGray30),contentActionPrimary:uo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bo.colorBrand0),contentWarningPrimary:uo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bo.colorOrange300),contentWarningIconOnly:uo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bo.colorOrange0),contentErrorPrimary:uo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bo.colorRed0),contentErrorIconOnly:uo.extend("--ft-content-error-icon-only","Used on error status icons alone",bo.colorRed0),contentInfoPrimary:uo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bo.colorCyan200),contentInfoIconOnly:uo.extend("--ft-content-info-icon-only","Used on info status icons alone",bo.colorCyan0),contentSuccessIconOnly:uo.extend("--ft-content-success-icon-only","Used on success status icons alone",bo.colorGreen0),contentSuccessPrimary:uo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bo.colorGreen200),contentGlobalPrimary:uo.extend("--ft-content-global-primary","Used for main content on the page.",bo.colorGray500),contentGlobalSecondary:uo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bo.colorGray200),contentGlobalSubtle:uo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bo.colorGray0),contentGlobalOnColor:uo.extend("--ft-content-global-on-color","Used for content on a dominant color.",bo.colorWhite),borderActionPrimary:uo.extend("--ft-border-action-primary","Used as border for primary action components.",bo.colorBrand0),borderActionFocusRing:uo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bo.colorCyan0),borderWarningPrimary:uo.extend("--ft-border-warning-primary","Used as border for warning components.",bo.colorOrange30),borderSuccessPrimary:uo.extend("--ft-border-success-primary","Used as border for success components.",bo.colorGreen30),borderErrorPrimary:uo.extend("--ft-border-error-primary","Used as border for error components.",bo.colorRed30),borderInfoPrimary:uo.extend("--ft-border-info-primary","Used as border for information components.",bo.colorCyan30),borderGlobalSubtle:uo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bo.colorGray30),borderGlobalPrimary:uo.extend("--ft-border-global-primary","Used as border for element like input.",bo.colorGray50),borderInputPrimary:uo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bo.colorGray80)};uo.create("--ft-button-large-height","","SIZE","40px"),uo.extend("--ft-button-large-horizontal-padding","",bo.spacing4),uo.extend("--ft-button-large-gap","",bo.spacing2),uo.extend("--ft-button-large-border-radius","",bo.borderRadiusS),uo.extend("--ft-button-large-icon-size","",bo.iconSize3),uo.create("--ft-button-large-border-width","","SIZE","1px"),uo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),uo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),uo.create("--ft-button-large-icon-only-width","","SIZE","40px"),uo.create("--ft-button-small-height","","SIZE","30px"),uo.extend("--ft-button-small-horizontal-padding","",bo.spacing3),uo.extend("--ft-button-small-gap","",bo.spacing2),uo.extend("--ft-button-small-border-radius","",bo.borderRadiusS),uo.extend("--ft-button-small-icon-size","",bo.iconSize2),uo.create("--ft-button-small-border-width","","SIZE","1px"),uo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),uo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),uo.create("--ft-button-small-icon-only-width","","SIZE","30px"),uo.extend("--ft-button-primary-background-color","",Oo.backgroundActionPrimary),uo.extend("--ft-button-primary-color","",Oo.contentGlobalOnColor),uo.extend("--ft-button-primary-icon-color","",Oo.contentGlobalOnColor),uo.extend("--ft-button-primary-state-layer-color","",Oo.contentGlobalOnColor),uo.extend("--ft-button-primary-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-button-primary-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-button-primary-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-button-primary-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-button-focus-focus-ring-color","",Oo.borderActionFocusRing),uo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),uo.extend("--ft-button-tertiary-color","",Oo.contentActionPrimary),uo.extend("--ft-button-tertiary-icon-color","",Oo.contentActionPrimary),uo.extend("--ft-button-tertiary-state-layer-color","",Oo.contentActionPrimary),uo.extend("--ft-button-tertiary-state-layer-opacity-hover","",bo.opacity8),uo.extend("--ft-button-tertiary-state-layer-opacity-focus","",bo.opacity8),uo.extend("--ft-button-tertiary-state-layer-opacity-active","",bo.opacity16),uo.extend("--ft-button-tertiary-component-opacity-disabled","",bo.opacity40),uo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),uo.extend("--ft-button-secondary-color","",Oo.contentActionPrimary),uo.extend("--ft-button-secondary-icon-color","",Oo.contentActionPrimary),uo.extend("--ft-button-secondary-state-layer-color","",Oo.contentActionPrimary),uo.extend("--ft-button-secondary-state-layer-opacity-hover","",bo.opacity8),uo.extend("--ft-button-secondary-state-layer-opacity-focus","",bo.opacity8),uo.extend("--ft-button-secondary-state-layer-opacity-active","",bo.opacity16),uo.extend("--ft-button-secondary-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-button-secondary-border-color","",Oo.borderActionPrimary),uo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),uo.extend("--ft-button-neutral-icon-color","",Oo.contentGlobalSecondary),uo.extend("--ft-button-neutral-color","",Oo.contentGlobalSecondary),uo.extend("--ft-button-neutral-state-layer-color","",Oo.contentGlobalSecondary),uo.extend("--ft-button-neutral-state-layer-opacity-hover","",bo.opacity8),uo.extend("--ft-button-neutral-state-layer-opacity-focus","",bo.opacity8),uo.extend("--ft-button-neutral-state-layer-opacity-active","",bo.opacity16),uo.extend("--ft-button-neutral-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-tabs-top-left-border-radius","",bo.borderRadiusS),uo.extend("--ft-tabs-top-right-border-radius","",bo.borderRadiusS),uo.extend("--ft-tabs-label-horizontal-padding","",bo.spacing4),uo.extend("--ft-tabs-label-vertical-padding","",bo.spacing3),uo.extend("--ft-tabs-label-gap","",bo.spacing1),uo.extend("--ft-switch-group-horizontal-padding","",bo.spacing1),uo.extend("--ft-switch-group-vertical-padding","",bo.spacing1),uo.extend("--ft-switch-group-gap","",bo.spacing1),uo.extend("--ft-switch-group-background-color","",Oo.backgroundGlobalSurface),uo.extend("--ft-switch-group-border-color","",Oo.borderGlobalSubtle),uo.create("--ft-switch-group-border-radius","","SIZE","6px"),uo.extend("--ft-switch-label-horizontal-padding","",bo.spacing2),uo.extend("--ft-switch-label-vertical-padding","",bo.spacing1),uo.extend("--ft-switch-icon-horizontal-padding","",bo.spacing1),uo.extend("--ft-switch-icon-vertical-padding","",bo.spacing1),uo.create("--ft-switch-focus-outline-width","","SIZE","2px"),uo.extend("--ft-switch-focus-focus-ring-color","",Oo.borderActionFocusRing),uo.extend("--ft-switch-option-border-radius","",bo.borderRadiusS),uo.extend("--ft-switch-off-state-layer-opacity-hover","",bo.opacity8),uo.extend("--ft-switch-off-state-layer-opacity-focus","",bo.opacity8),uo.extend("--ft-switch-off-state-layer-opacity-active","",bo.opacity16),uo.extend("--ft-switch-off-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-switch-off-color","",Oo.contentGlobalSubtle),uo.extend("--ft-switch-off-state-layer-color","",Oo.contentGlobalSubtle),uo.extend("--ft-chart-1-light","for area color charts",bo.colorBrand40),uo.extend("--ft-chart-1-base","for line charts",bo.colorBrand0),uo.extend("--ft-chart-2-light","for area color charts",bo.colorYellow60),uo.extend("--ft-chart-2-base","for line charts",bo.colorYellow100),uo.extend("--ft-chart-3-light","",bo.colorUltramarine40),uo.extend("--ft-chart-3-base","",bo.colorUltramarine70),uo.extend("--ft-chart-4-light","",bo.colorCyan50),uo.extend("--ft-chart-4-base","",bo.colorCyan100),uo.extend("--ft-chart-5-light","",bo.colorRed40),uo.extend("--ft-chart-5-base","",bo.colorRed60),uo.extend("--ft-chart-6-light","",bo.colorGreen40),uo.extend("--ft-chart-6-base","",bo.colorGreen70),uo.extend("--ft-chart-7-light","",bo.colorOrange70),uo.extend("--ft-chart-7-base","",bo.colorOrange100),uo.extend("--ft-chart-8-light","",bo.colorAvocado70),uo.extend("--ft-chart-8-base","",bo.colorAvocado200),uo.extend("--ft-chart-9-light","",bo.colorBrown50),uo.extend("--ft-chart-9-base","",bo.colorBrown200),uo.extend("--ft-chart-10-light","",bo.colorGray50),uo.extend("--ft-chart-10-base","",bo.colorGray80),uo.extend("--ft-chart-monochrome-10","",bo.colorBrand10),uo.extend("--ft-chart-monochrome-20","",bo.colorBrand20),uo.extend("--ft-chart-monochrome-30","",bo.colorBrand40),uo.extend("--ft-chart-monochrome-40","",bo.colorBrand60),uo.extend("--ft-chart-monochrome-50","",bo.colorBrand0),uo.extend("--ft-chart-monochrome-60","",bo.colorBrand200),uo.extend("--ft-chip-large-horizontal-padding","",bo.spacing4),uo.extend("--ft-chip-large-vertical-padding","",bo.spacing2),uo.extend("--ft-chip-large-gap","",bo.spacing1),uo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),uo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),uo.extend("--ft-chip-large-border-radius","",bo.borderRadiusPill),uo.create("--ft-chip-large-border-width","","SIZE","1px"),uo.extend("--ft-chip-large-icon-size","",bo.iconSize3),uo.extend("--ft-chip-medium-horizontal-padding","",bo.spacing3),uo.extend("--ft-chip-medium-vertical-padding","",bo.spacing1),uo.extend("--ft-chip-medium-gap","",bo.spacing1),uo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),uo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),uo.extend("--ft-chip-medium-border-radius","",bo.borderRadiusPill),uo.create("--ft-chip-medium-border-width","","SIZE","1px"),uo.extend("--ft-chip-medium-icon-size","",bo.iconSize2),uo.extend("--ft-chip-small-horizontal-padding","",bo.spacing2),uo.extend("--ft-chip-small-vertical-padding","",bo.spacing05),uo.extend("--ft-chip-small-gap","",bo.spacing1),uo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),uo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),uo.extend("--ft-chip-small-border-radius","",bo.borderRadiusPill),uo.create("--ft-chip-small-border-width","","SIZE","1px"),uo.extend("--ft-chip-small-icon-size","",bo.iconSize1),uo.extend("--ft-chip-neutral-background-color","",Oo.backgroundGlobalOnSurface),uo.extend("--ft-chip-neutral-color","",Oo.contentGlobalPrimary),uo.extend("--ft-chip-neutral-border-color","",Oo.borderGlobalSubtle),uo.extend("--ft-chip-info-background-color","",Oo.backgroundInfoSubtle),uo.extend("--ft-chip-info-color","",Oo.contentInfoPrimary),uo.extend("--ft-chip-info-border-color","",Oo.borderInfoPrimary),uo.extend("--ft-chip-success-background-color","",Oo.backgroundSuccessSubtle),uo.extend("--ft-chip-success-color","",Oo.contentSuccessPrimary),uo.extend("--ft-chip-success-border-color","",Oo.borderSuccessPrimary),uo.extend("--ft-chip-warning-background-color","",Oo.backgroundWarningSubtle),uo.extend("--ft-chip-warning-color","",Oo.contentWarningPrimary),uo.extend("--ft-chip-warning-border-color","",Oo.borderWarningPrimary),uo.extend("--ft-chip-error-background-color","",Oo.backgroundErrorSubtle),uo.extend("--ft-chip-error-color","",Oo.contentErrorPrimary),uo.extend("--ft-chip-error-border-color","",Oo.borderErrorPrimary),uo.create("--ft-notice-border-width","","SIZE","1px"),uo.extend("--ft-notice-horizontal-padding","",bo.spacing2),uo.extend("--ft-notice-vertical-padding","",bo.spacing1),uo.extend("--ft-notice-border-radius","",bo.borderRadiusS),uo.extend("--ft-notice-gap","",bo.spacing2),uo.extend("--ft-notice-icon-size","",bo.iconSize3),uo.extend("--ft-notice-info-background-color","",Oo.backgroundInfoSubtle),uo.extend("--ft-notice-info-border-color","",Oo.borderInfoPrimary),uo.extend("--ft-notice-info-color","",Oo.contentInfoPrimary),uo.extend("--ft-notice-warning-background-color","",Oo.backgroundWarningSubtle),uo.extend("--ft-notice-warning-border-color","",Oo.borderWarningPrimary),uo.extend("--ft-notice-warning-color","",Oo.contentWarningPrimary),uo.extend("--ft-checkbox-label-color","",Oo.contentGlobalPrimary),uo.extend("--ft-checkbox-checked-background-color","",Oo.contentActionPrimary),uo.extend("--ft-checkbox-checked-state-layer-color","",Oo.contentActionPrimary),uo.extend("--ft-checkbox-checked-color","",Oo.contentGlobalOnColor),uo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-checkbox-checked-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-checkbox-checked-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-checkbox-unchecked-border-color","",bo.colorGray80),uo.extend("--ft-checkbox-unchecked-state-layer-color","",bo.colorGray80),uo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-checkbox-focus-focus-ring-color","",Oo.borderActionFocusRing),uo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),uo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),uo.extend("--ft-checkbox-gap","",bo.spacing3),uo.extend("--ft-toggle-off-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-toggle-off-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-toggle-off-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-toggle-off-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-toggle-off-background-color","",Oo.contentGlobalSubtle),uo.extend("--ft-toggle-off-icon-color","",Oo.contentGlobalSubtle),uo.extend("--ft-toggle-off-state-layer-color","",Oo.contentGlobalSubtle),uo.extend("--ft-toggle-on-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-toggle-on-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-toggle-on-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-toggle-on-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-toggle-on-background-color","",Oo.contentActionPrimary),uo.extend("--ft-toggle-on-icon-color","",Oo.contentActionPrimary),uo.extend("--ft-toggle-on-state-layer-color","",Oo.contentActionPrimary),uo.extend("--ft-toggle-label-color","",Oo.contentGlobalPrimary),uo.extend("--ft-toggle-focus-focus-ring-color","",Oo.borderActionFocusRing),uo.extend("--ft-toggle-gap","",bo.spacing3),uo.extend("--ft-radio-label-color","",Oo.contentGlobalPrimary),uo.extend("--ft-radio-selected-color","",Oo.contentActionPrimary),uo.extend("--ft-radio-selected-state-layer-color","",Oo.contentActionPrimary),uo.extend("--ft-radio-selected-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-radio-selected-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-radio-selected-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-radio-selected-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-radio-unselected-state-layer-color","",bo.colorGray80),uo.extend("--ft-radio-unselected-state-layer-opacity-hover","",bo.opacity16),uo.extend("--ft-radio-unselected-state-layer-opacity-focus","",bo.opacity16),uo.extend("--ft-radio-unselected-state-layer-opacity-active","",bo.opacity24),uo.extend("--ft-radio-unselected-component-opacity-disabled","",bo.opacity40),uo.extend("--ft-radio-focus-focus-ring-color","",Oo.borderActionFocusRing),uo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),uo.create("--ft-radio-focus-outline-width","","SIZE","2px"),uo.extend("--ft-radio-gap","",bo.spacing3),uo.extend("--ft-notification-icon-size","",bo.iconSize4),uo.extend("--ft-notification-horizontal-padding","",bo.spacing4),uo.extend("--ft-notification-vertical-padding","",bo.spacing4),uo.extend("--ft-notification-info-background-color","",Oo.backgroundInfoSubtle),uo.extend("--ft-notification-info-color","",Oo.contentInfoPrimary),uo.extend("--ft-notification-info-border-color","",Oo.borderInfoPrimary),uo.extend("--ft-notification-success-background-color","",Oo.backgroundSuccessSubtle),uo.extend("--ft-notification-success-color","",Oo.contentSuccessPrimary),uo.extend("--ft-notification-success-border-color","",Oo.borderSuccessPrimary),uo.extend("--ft-notification-warning-background-color","",Oo.backgroundWarningSubtle),uo.extend("--ft-notification-warning-color","",Oo.contentWarningPrimary),uo.extend("--ft-notification-warning-border-color","",Oo.borderWarningPrimary),uo.extend("--ft-notification-error-background-color","",Oo.backgroundErrorSubtle),uo.extend("--ft-notification-error-color","",Oo.contentErrorPrimary),uo.extend("--ft-notification-error-border-color","",Oo.borderErrorPrimary),uo.extend("--ft-notification-border-radius","",bo.borderRadiusPill),uo.create("--ft-notification-border-width","","SIZE","1px"),uo.extend("--ft-notification-gap-leading","",bo.spacing2),uo.extend("--ft-notification-gap-trailing","",bo.spacing8);const No={colorPrimary:uo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:uo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:uo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:uo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:uo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:uo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:uo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:uo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:uo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:uo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:uo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:uo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:uo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:uo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:uo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:uo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:uo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:uo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:uo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:uo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:uo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:uo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:uo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:uo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:uo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:uo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:uo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:uo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:uo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:uo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:uo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:uo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:uo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:uo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:uo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:uo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:uo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:uo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:uo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:uo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:uo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:uo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:uo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:uo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:uo.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:uo.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:uo.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:uo.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:uo.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:uo.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:uo.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:uo.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:uo.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:uo.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:uo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:uo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:uo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:uo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:uo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:uo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:uo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:uo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},So=window,xo=So.ShadowRoot&&(void 0===So.ShadyCSS||So.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
61
+ /**
62
+ * @license
63
+ * Copyright 2019 Google LLC
64
+ * SPDX-License-Identifier: BSD-3-Clause
65
+ */class Co extends ho{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)=>{xo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=So.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var wo,vo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const Ro=Symbol("constructorPrototype"),Uo=Symbol("constructorName"),Eo=Symbol("exportpartsDebouncer");class Io extends Co{constructor(){super(),this[wo]=new o(5),this[Uo]=this.constructor.name,this[Ro]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Uo]&&Object.setPrototypeOf(this,this[Ro])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.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(){this[Eo].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,a,n;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(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!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const p=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Wo,Lo;wo=Eo,vo([v()],Io.prototype,"exportpartsPrefix",void 0),vo([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return v({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)=>!R(t,o),...null!=o?o:{}})}([])],Io.prototype,"exportpartsPrefixes",void 0),vo([v()],Io.prototype,"customStylesheet",void 0),yt`
51
66
  .ft-no-text-select {
52
67
  -webkit-touch-callout: none;
53
68
  -webkit-user-select: none;
@@ -56,7 +71,7 @@ var ct,st;let pt=class extends C{constructor(){super(...arguments),this.renderOp
56
71
  -ms-user-select: none;
57
72
  user-select: none;
58
73
  }
59
- `,d`
74
+ `,yt`
60
75
  .ft-word-wrap {
61
76
  white-space: normal;
62
77
  word-wrap: break-word;
@@ -68,7 +83,7 @@ var ct,st;let pt=class extends C{constructor(){super(...arguments),this.renderOp
68
83
  -webkit-hyphens: auto;
69
84
  hyphens: auto
70
85
  }
71
- `,d`
86
+ `,yt`
72
87
  .ft-safari-ellipsis-fix {
73
88
  margin-right: 0;
74
89
 
@@ -79,25 +94,25 @@ var ct,st;let pt=class extends C{constructor(){super(...arguments),this.renderOp
79
94
  display: inline-block;
80
95
  width: 0;
81
96
  }
82
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Rt=null===(wt=window.safari)||void 0===wt?void 0:wt.pushNotification)||void 0===Rt||Rt.toString());
97
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Lo=null===(Wo=window.safari)||void 0===Wo?void 0:Wo.pushNotification)||void 0===Lo||Lo.toString());
83
98
  /**
84
- * @license
85
- * Copyright 2017 Google LLC
86
- * SPDX-License-Identifier: BSD-3-Clause
87
- */
88
- const Ut=1;class Et{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)}}
99
+ * @license
100
+ * Copyright 2017 Google LLC
101
+ * SPDX-License-Identifier: BSD-3-Clause
102
+ */
103
+ const $o=1;let ko=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)}};
89
104
  /**
90
- * @license
91
- * Copyright 2018 Google LLC
92
- * SPDX-License-Identifier: BSD-3-Clause
93
- */const It=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends Et{constructor(t){var o;if(super(t),t.type!==Ut||"class"!==t.name||(null===(o=t.strings)||void 0===o?void 0:o.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]){var e,r;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!(null===(e=this.nt)||void 0===e?void 0:e.has(t))&&this.it.add(t);return this.render(o)}const a=t.element.classList;this.it.forEach((t=>{t in o||(a.remove(t),this.it.delete(t))}));for(const t in o){const e=!!o[t];e===this.it.has(t)||(null===(r=this.nt)||void 0===r?void 0:r.has(t))||(e?(a.add(t),this.it.add(t)):(a.remove(t),this.it.delete(t)))}return _}}),Wt={textColor:dt.extend("--ft-toggle-text-color","",bt.colorOnSurfaceHigh),onColor:dt.extend("--ft-toggle-on-color","",bt.colorPrimary),offColor:dt.create("--ft-toggle-off-color","","COLOR","#e0e0e0"),handleColor:dt.extend("--ft-toggle-handle-color","",bt.colorOnPrimary)},Lt=d`
105
+ * @license
106
+ * Copyright 2018 Google LLC
107
+ * SPDX-License-Identifier: BSD-3-Clause
108
+ */const Ko=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends ko{constructor(t){if(super(t),t.type!==$o||"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 Y}}),Zo={textColor:uo.extend("--ft-toggle-text-color","",No.colorOnSurfaceHigh),onColor:uo.extend("--ft-toggle-on-color","",No.colorPrimary),offColor:uo.create("--ft-toggle-off-color","","COLOR","#e0e0e0"),handleColor:uo.extend("--ft-toggle-handle-color","",No.colorOnPrimary)},zo=yt`
94
109
  .ft-toggle {
95
110
  cursor: pointer;
96
111
  position: relative;
97
112
  display: flex;
98
113
  align-items: center;
99
114
  gap: 8px;
100
- color: ${Wt.textColor};
115
+ color: ${Zo.textColor};
101
116
  }
102
117
 
103
118
  .ft-toggle.ft-toggle--disabled {
@@ -114,7 +129,7 @@ const Ut=1;class Et{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
114
129
  }
115
130
 
116
131
  .ft-toggle-background {
117
- background-color: ${Wt.offColor};
132
+ background-color: ${Zo.offColor};
118
133
  border-radius: 1.25rem;
119
134
  width: 44px;
120
135
  height: 24px;
@@ -123,11 +138,11 @@ const Ut=1;class Et{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
123
138
  }
124
139
 
125
140
  .ft-toggle--checked .ft-toggle-background {
126
- background-color: ${Wt.onColor};
141
+ background-color: ${Zo.onColor};
127
142
  }
128
143
 
129
144
  .ft-toggle-handle {
130
- background-color: ${Wt.handleColor};
145
+ background-color: ${Zo.handleColor};
131
146
  border-radius: 1.25rem;
132
147
  width: 20px;
133
148
  height: 20px;
@@ -143,106 +158,106 @@ const Ut=1;class Et{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
143
158
  }
144
159
  `
145
160
  /**
146
- * @license
147
- * Copyright 2020 Google LLC
148
- * SPDX-License-Identifier: BSD-3-Clause
149
- */,kt=Symbol.for(""),Kt=t=>{if((null==t?void 0:t.r)===kt)return null==t?void 0:t._$litStatic$},$t=t=>({_$litStatic$:t,r:kt}),Zt=new Map,Ft=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,s=0,p=!1;for(;s<r;){for(c=o[s];s<r&&void 0!==(i=e[s],a=Kt(i));)c+=a+o[++s],p=!0;s!==r&&l.push(i),n.push(c),s++}if(s===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Zt.get(t))&&(n.raw=n,Zt.set(t,o=n)),e=l}return t(o,...e)})(j);var zt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(zt||(zt={}));const Dt=dt.extend("--ft-typography-font-family","",bt.titleFont),Bt=dt.extend("--ft-typography-font-family","",bt.contentFont),Mt={fontFamily:Bt,fontSize:dt.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:dt.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:dt.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:dt.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:dt.create("--ft-typography-text-transform","","UNKNOWN","inherit")},At=dt.extend("--ft-typography-title-font-family","",Dt),Ht=dt.extend("--ft-typography-title-font-size","",Mt.fontSize,"20px"),Pt=dt.extend("--ft-typography-title-font-weight","",Mt.fontWeight,"normal"),Gt=dt.extend("--ft-typography-title-letter-spacing","",Mt.letterSpacing,"0.15px"),jt=dt.extend("--ft-typography-title-line-height","",Mt.lineHeight,"1.2"),_t=dt.extend("--ft-typography-title-text-transform","",Mt.textTransform,"inherit"),Tt=dt.extend("--ft-typography-title-dense-font-family","",Dt),Yt=dt.extend("--ft-typography-title-dense-font-size","",Mt.fontSize,"14px"),Vt=dt.extend("--ft-typography-title-dense-font-weight","",Mt.fontWeight,"normal"),Jt=dt.extend("--ft-typography-title-dense-letter-spacing","",Mt.letterSpacing,"0.105px"),Xt=dt.extend("--ft-typography-title-dense-line-height","",Mt.lineHeight,"1.7"),qt=dt.extend("--ft-typography-title-dense-text-transform","",Mt.textTransform,"inherit"),Qt=dt.extend("--ft-typography-subtitle1-font-family","",Bt),to=dt.extend("--ft-typography-subtitle1-font-size","",Mt.fontSize,"16px"),oo=dt.extend("--ft-typography-subtitle1-font-weight","",Mt.fontWeight,"600"),eo=dt.extend("--ft-typography-subtitle1-letter-spacing","",Mt.letterSpacing,"0.144px"),ro=dt.extend("--ft-typography-subtitle1-line-height","",Mt.lineHeight,"1.5"),ao=dt.extend("--ft-typography-subtitle1-text-transform","",Mt.textTransform,"inherit"),io=dt.extend("--ft-typography-subtitle2-font-family","",Bt),no=dt.extend("--ft-typography-subtitle2-font-size","",Mt.fontSize,"14px"),lo=dt.extend("--ft-typography-subtitle2-font-weight","",Mt.fontWeight,"normal"),co=dt.extend("--ft-typography-subtitle2-letter-spacing","",Mt.letterSpacing,"0.098px"),so=dt.extend("--ft-typography-subtitle2-line-height","",Mt.lineHeight,"1.7"),po=dt.extend("--ft-typography-subtitle2-text-transform","",Mt.textTransform,"inherit"),fo=dt.extend("--ft-typography-body1-font-family","",Bt),ho=dt.extend("--ft-typography-body1-font-size","",Mt.fontSize,"16px"),yo=dt.extend("--ft-typography-body1-font-weight","",Mt.fontWeight,"normal"),go=dt.extend("--ft-typography-body1-letter-spacing","",Mt.letterSpacing,"0.496px"),uo=dt.extend("--ft-typography-body1-line-height","",Mt.lineHeight,"1.5"),bo=dt.extend("--ft-typography-body1-text-transform","",Mt.textTransform,"inherit"),mo=dt.extend("--ft-typography-body2-font-family","",Bt),Oo=dt.extend("--ft-typography-body2-font-size","",Mt.fontSize,"14px"),No=dt.extend("--ft-typography-body2-font-weight","",Mt.fontWeight,"normal"),So=dt.extend("--ft-typography-body2-letter-spacing","",Mt.letterSpacing,"0.252px"),xo=dt.extend("--ft-typography-body2-line-height","",Mt.lineHeight,"1.4"),vo=dt.extend("--ft-typography-body2-text-transform","",Mt.textTransform,"inherit"),Co=dt.extend("--ft-typography-caption-font-family","",Bt),wo=dt.extend("--ft-typography-caption-font-size","",Mt.fontSize,"12px"),Ro=dt.extend("--ft-typography-caption-font-weight","",Mt.fontWeight,"normal"),Uo=dt.extend("--ft-typography-caption-letter-spacing","",Mt.letterSpacing,"0.396px"),Eo=dt.extend("--ft-typography-caption-line-height","",Mt.lineHeight,"1.33"),Io=dt.extend("--ft-typography-caption-text-transform","",Mt.textTransform,"inherit"),Wo=dt.extend("--ft-typography-breadcrumb-font-family","",Bt),Lo=dt.extend("--ft-typography-breadcrumb-font-size","",Mt.fontSize,"10px"),ko=dt.extend("--ft-typography-breadcrumb-font-weight","",Mt.fontWeight,"normal"),Ko=dt.extend("--ft-typography-breadcrumb-letter-spacing","",Mt.letterSpacing,"0.33px"),$o=dt.extend("--ft-typography-breadcrumb-line-height","",Mt.lineHeight,"1.6"),Zo=dt.extend("--ft-typography-breadcrumb-text-transform","",Mt.textTransform,"inherit"),Fo=dt.extend("--ft-typography-overline-font-family","",Bt),zo=dt.extend("--ft-typography-overline-font-size","",Mt.fontSize,"10px"),Do=dt.extend("--ft-typography-overline-font-weight","",Mt.fontWeight,"normal"),Bo=dt.extend("--ft-typography-overline-letter-spacing","",Mt.letterSpacing,"1.5px"),Mo=dt.extend("--ft-typography-overline-line-height","",Mt.lineHeight,"1.6"),Ao=dt.extend("--ft-typography-overline-text-transform","",Mt.textTransform,"uppercase"),Ho=dt.extend("--ft-typography-button-font-family","",Bt),Po=dt.extend("--ft-typography-button-font-size","",Mt.fontSize,"14px"),Go=dt.extend("--ft-typography-button-font-weight","",Mt.fontWeight,"600"),jo=dt.extend("--ft-typography-button-letter-spacing","",Mt.letterSpacing,"1.246px"),_o=dt.extend("--ft-typography-button-line-height","",Mt.lineHeight,"1.15"),To=dt.extend("--ft-typography-button-text-transform","",Mt.textTransform,"uppercase"),Yo=d`
161
+ * @license
162
+ * Copyright 2020 Google LLC
163
+ * SPDX-License-Identifier: BSD-3-Clause
164
+ */,Fo=Symbol.for(""),Ao=t=>{if(t?.r===Fo)return t?._$litStatic$},Do=t=>({_$litStatic$:t,r:Fo}),Mo=new Map,Bo=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],s=[];let c,l=0,p=!1;for(;l<r;){for(c=o[l];l<r&&void 0!==(a=e[l],i=Ao(a));)c+=i+o[++l],p=!0;l!==r&&s.push(a),n.push(c),l++}if(l===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Mo.get(t))&&(n.raw=n,Mo.set(t,o=n)),e=s}return t(o,...e)})(j);var Po;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Po||(Po={}));const Ho=uo.extend("--ft-typography-font-family","",No.titleFont),_o=uo.extend("--ft-typography-font-family","",No.contentFont),Go={fontFamily:_o,fontSize:uo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:uo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:uo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:uo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:uo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},To=uo.extend("--ft-typography-title-font-family","",Ho),jo=uo.extend("--ft-typography-title-font-size","",Go.fontSize,"20px"),Yo=uo.extend("--ft-typography-title-font-weight","",Go.fontWeight,"normal"),Jo=uo.extend("--ft-typography-title-letter-spacing","",Go.letterSpacing,"0.15px"),Vo=uo.extend("--ft-typography-title-line-height","",Go.lineHeight,"1.2"),qo=uo.extend("--ft-typography-title-text-transform","",Go.textTransform,"inherit"),Xo=uo.extend("--ft-typography-title-dense-font-family","",Ho),Qo=uo.extend("--ft-typography-title-dense-font-size","",Go.fontSize,"14px"),te=uo.extend("--ft-typography-title-dense-font-weight","",Go.fontWeight,"normal"),oe=uo.extend("--ft-typography-title-dense-letter-spacing","",Go.letterSpacing,"0.105px"),ee=uo.extend("--ft-typography-title-dense-line-height","",Go.lineHeight,"1.7"),re=uo.extend("--ft-typography-title-dense-text-transform","",Go.textTransform,"inherit"),ie=uo.extend("--ft-typography-subtitle1-font-family","",_o),ae=uo.extend("--ft-typography-subtitle1-font-size","",Go.fontSize,"16px"),ne=uo.extend("--ft-typography-subtitle1-font-weight","",Go.fontWeight,"600"),se=uo.extend("--ft-typography-subtitle1-letter-spacing","",Go.letterSpacing,"0.144px"),ce=uo.extend("--ft-typography-subtitle1-line-height","",Go.lineHeight,"1.5"),le=uo.extend("--ft-typography-subtitle1-text-transform","",Go.textTransform,"inherit"),pe=uo.extend("--ft-typography-subtitle2-font-family","",_o),fe=uo.extend("--ft-typography-subtitle2-font-size","",Go.fontSize,"14px"),he=uo.extend("--ft-typography-subtitle2-font-weight","",Go.fontWeight,"normal"),de=uo.extend("--ft-typography-subtitle2-letter-spacing","",Go.letterSpacing,"0.098px"),ye=uo.extend("--ft-typography-subtitle2-line-height","",Go.lineHeight,"1.7"),ge=uo.extend("--ft-typography-subtitle2-text-transform","",Go.textTransform,"inherit"),ue=uo.extend("--ft-typography-body1-font-family","",_o),be=uo.extend("--ft-typography-body1-font-size","",Go.fontSize,"16px"),me=uo.extend("--ft-typography-body1-font-weight","",Go.fontWeight,"normal"),Oe=uo.extend("--ft-typography-body1-letter-spacing","",Go.letterSpacing,"0.496px"),Ne=uo.extend("--ft-typography-body1-line-height","",Go.lineHeight,"1.5"),Se=uo.extend("--ft-typography-body1-text-transform","",Go.textTransform,"inherit"),xe=uo.extend("--ft-typography-body2-font-family","",_o),Ce=uo.extend("--ft-typography-body2-font-size","",Go.fontSize,"14px"),we=uo.extend("--ft-typography-body2-font-weight","",Go.fontWeight,"normal"),ve=uo.extend("--ft-typography-body2-letter-spacing","",Go.letterSpacing,"0.252px"),Re=uo.extend("--ft-typography-body2-line-height","",Go.lineHeight,"1.4"),Ue=uo.extend("--ft-typography-body2-text-transform","",Go.textTransform,"inherit"),Ee=uo.extend("--ft-typography-caption-font-family","",_o),Ie=uo.extend("--ft-typography-caption-font-size","",Go.fontSize,"12px"),We=uo.extend("--ft-typography-caption-font-weight","",Go.fontWeight,"normal"),Le=uo.extend("--ft-typography-caption-letter-spacing","",Go.letterSpacing,"0.396px"),$e=uo.extend("--ft-typography-caption-line-height","",Go.lineHeight,"1.33"),ke=uo.extend("--ft-typography-caption-text-transform","",Go.textTransform,"inherit"),Ke=uo.extend("--ft-typography-breadcrumb-font-family","",_o),Ze=uo.extend("--ft-typography-breadcrumb-font-size","",Go.fontSize,"10px"),ze=uo.extend("--ft-typography-breadcrumb-font-weight","",Go.fontWeight,"normal"),Fe=uo.extend("--ft-typography-breadcrumb-letter-spacing","",Go.letterSpacing,"0.33px"),Ae=uo.extend("--ft-typography-breadcrumb-line-height","",Go.lineHeight,"1.6"),De=uo.extend("--ft-typography-breadcrumb-text-transform","",Go.textTransform,"inherit"),Me=uo.extend("--ft-typography-overline-font-family","",_o),Be=uo.extend("--ft-typography-overline-font-size","",Go.fontSize,"10px"),Pe=uo.extend("--ft-typography-overline-font-weight","",Go.fontWeight,"normal"),He=uo.extend("--ft-typography-overline-letter-spacing","",Go.letterSpacing,"1.5px"),_e=uo.extend("--ft-typography-overline-line-height","",Go.lineHeight,"1.6"),Ge=uo.extend("--ft-typography-overline-text-transform","",Go.textTransform,"uppercase"),Te=uo.extend("--ft-typography-button-font-family","",_o),je=uo.extend("--ft-typography-button-font-size","",Go.fontSize,"14px"),Ye=uo.extend("--ft-typography-button-font-weight","",Go.fontWeight,"600"),Je=uo.extend("--ft-typography-button-letter-spacing","",Go.letterSpacing,"1.246px"),Ve=uo.extend("--ft-typography-button-line-height","",Go.lineHeight,"1.15"),qe=uo.extend("--ft-typography-button-text-transform","",Go.textTransform,"uppercase"),Xe=yt`
150
165
  .ft-typography--title {
151
- font-family: ${At};
152
- font-size: ${Ht};
153
- font-weight: ${Pt};
154
- letter-spacing: ${Gt};
155
- line-height: ${jt};
156
- text-transform: ${_t};
166
+ font-family: ${To};
167
+ font-size: ${jo};
168
+ font-weight: ${Yo};
169
+ letter-spacing: ${Jo};
170
+ line-height: ${Vo};
171
+ text-transform: ${qo};
157
172
  }
158
- `,Vo=d`
173
+ `,Qe=yt`
159
174
  .ft-typography--title-dense {
160
- font-family: ${Tt};
161
- font-size: ${Yt};
162
- font-weight: ${Vt};
163
- letter-spacing: ${Jt};
164
- line-height: ${Xt};
165
- text-transform: ${qt};
175
+ font-family: ${Xo};
176
+ font-size: ${Qo};
177
+ font-weight: ${te};
178
+ letter-spacing: ${oe};
179
+ line-height: ${ee};
180
+ text-transform: ${re};
166
181
  }
167
- `,Jo=d`
182
+ `,tr=yt`
168
183
  .ft-typography--subtitle1 {
169
- font-family: ${Qt};
170
- font-size: ${to};
171
- font-weight: ${oo};
172
- letter-spacing: ${eo};
173
- line-height: ${ro};
174
- text-transform: ${ao};
184
+ font-family: ${ie};
185
+ font-size: ${ae};
186
+ font-weight: ${ne};
187
+ letter-spacing: ${se};
188
+ line-height: ${ce};
189
+ text-transform: ${le};
175
190
  }
176
- `,Xo=d`
191
+ `,or=yt`
177
192
  .ft-typography--subtitle2 {
178
- font-family: ${io};
179
- font-size: ${no};
180
- font-weight: ${lo};
181
- letter-spacing: ${co};
182
- line-height: ${so};
183
- text-transform: ${po};
193
+ font-family: ${pe};
194
+ font-size: ${fe};
195
+ font-weight: ${he};
196
+ letter-spacing: ${de};
197
+ line-height: ${ye};
198
+ text-transform: ${ge};
184
199
  }
185
200
 
186
- `,qo=d`
201
+ `,er=yt`
187
202
  .ft-typography--body1 {
188
- font-family: ${fo};
189
- font-size: ${ho};
190
- font-weight: ${yo};
191
- letter-spacing: ${go};
192
- line-height: ${uo};
193
- text-transform: ${bo};
203
+ font-family: ${ue};
204
+ font-size: ${be};
205
+ font-weight: ${me};
206
+ letter-spacing: ${Oe};
207
+ line-height: ${Ne};
208
+ text-transform: ${Se};
194
209
  }
195
- `,Qo=d`
210
+ `,rr=yt`
196
211
  .ft-typography--body2 {
197
- font-family: ${mo};
198
- font-size: ${Oo};
199
- font-weight: ${No};
200
- letter-spacing: ${So};
201
- line-height: ${xo};
202
- text-transform: ${vo};
212
+ font-family: ${xe};
213
+ font-size: ${Ce};
214
+ font-weight: ${we};
215
+ letter-spacing: ${ve};
216
+ line-height: ${Re};
217
+ text-transform: ${Ue};
203
218
  }
204
- `,te=d`
219
+ `,ir=yt`
205
220
  .ft-typography--caption {
206
- font-family: ${Co};
207
- font-size: ${wo};
208
- font-weight: ${Ro};
209
- letter-spacing: ${Uo};
210
- line-height: ${Eo};
211
- text-transform: ${Io};
221
+ font-family: ${Ee};
222
+ font-size: ${Ie};
223
+ font-weight: ${We};
224
+ letter-spacing: ${Le};
225
+ line-height: ${$e};
226
+ text-transform: ${ke};
212
227
  }
213
- `,oe=d`
228
+ `,ar=yt`
214
229
  .ft-typography--breadcrumb {
215
- font-family: ${Wo};
216
- font-size: ${Lo};
217
- font-weight: ${ko};
218
- letter-spacing: ${Ko};
219
- line-height: ${$o};
220
- text-transform: ${Zo};
230
+ font-family: ${Ke};
231
+ font-size: ${Ze};
232
+ font-weight: ${ze};
233
+ letter-spacing: ${Fe};
234
+ line-height: ${Ae};
235
+ text-transform: ${De};
221
236
  }
222
- `,ee=d`
237
+ `,nr=yt`
223
238
  .ft-typography--overline {
224
- font-family: ${Fo};
225
- font-size: ${zo};
226
- font-weight: ${Do};
227
- letter-spacing: ${Bo};
228
- line-height: ${Mo};
229
- text-transform: ${Ao};
239
+ font-family: ${Me};
240
+ font-size: ${Be};
241
+ font-weight: ${Pe};
242
+ letter-spacing: ${He};
243
+ line-height: ${_e};
244
+ text-transform: ${Ge};
230
245
  }
231
- `,re=d`
246
+ `,sr=yt`
232
247
  .ft-typography--button {
233
- font-family: ${Ho};
234
- font-size: ${Po};
235
- font-weight: ${Go};
236
- letter-spacing: ${jo};
237
- line-height: ${_o};
238
- text-transform: ${To};
248
+ font-family: ${Te};
249
+ font-size: ${je};
250
+ font-weight: ${Ye};
251
+ letter-spacing: ${Je};
252
+ line-height: ${Ve};
253
+ text-transform: ${qe};
239
254
  }
240
- `,ae=d`
255
+ `,cr=yt`
241
256
  .ft-typography {
242
257
  vertical-align: inherit;
243
258
  }
244
- `,ie=[Object.keys(gt).map((t=>function(t){const o=gt[t];return d`
245
- .ft-typography--${h(t)} {
259
+ `,lr=[Object.keys(mo).map((t=>function(t){const o=mo[t];return yt`
260
+ .ft-typography--${dt(t)} {
246
261
  font-family: ${o.fontFamily};
247
262
  font-size: ${o.fontSize};
248
263
  font-weight: ${o.fontWeight};
@@ -250,15 +265,15 @@ const Ut=1;class Et{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
250
265
  line-height: ${o.lineHeight};
251
266
  text-transform: ${o.textCase};
252
267
  }
253
- `}(t)))];var ne=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class le extends Ct{constructor(){super(...arguments),this.variant=zt.body1}render(){return this.element?Ft`
254
- <${$t(this.element)}
268
+ `}(t)))];var pr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class fr extends Io{constructor(){super(...arguments),this.variant=Po.body1}render(){return this.element?Bo`
269
+ <${Do(this.element)}
255
270
  class="ft-typography ft-typography--${this.variant}">
256
271
  <slot></slot>
257
- </${$t(this.element)}>
258
- `:Ft`
272
+ </${Do(this.element)}>
273
+ `:Bo`
259
274
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
260
- `}}le.styles=[Yo,Vo,Jo,Xo,qo,Qo,te,oe,ee,re,ae,...ie],ne([r()],le.prototype,"element",void 0),ne([r()],le.prototype,"variant",void 0),n("ft-typography")(le);var ce=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class se extends Ct{constructor(){super(...arguments),this.checked=!1,this.disabled=!1}render(){const t={"ft-toggle":!0,"ft-toggle--checked":this.checked,"ft-toggle--disabled":this.disabled};return j`
261
- <label class="${It(t)}" for="toggle-input">
275
+ `}}fr.styles=[Xe,Qe,tr,or,er,rr,ir,ar,nr,sr,cr,...lr],pr([v()],fr.prototype,"element",void 0),pr([v()],fr.prototype,"variant",void 0),U("ft-typography")(fr);var hr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class dr extends Io{constructor(){super(...arguments),this.checked=!1,this.disabled=!1}render(){const t={"ft-toggle":!0,"ft-toggle--checked":this.checked,"ft-toggle--disabled":this.disabled};return Vt`
276
+ <label class="${Ko(t)}" for="toggle-input">
262
277
  <input type="checkbox" class="ft-toggle-input" id="toggle-input"
263
278
  ?checked=${this.checked}
264
279
  ?disabled=${this.disabled}
@@ -270,4 +285,4 @@ const Ut=1;class Et{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e)
270
285
  <slot></slot>
271
286
  </ft-typography>
272
287
  </label>
273
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}}se.elementDefinitions={"ft-typography":le},se.styles=Lt,ce([r({type:Boolean,reflect:!0})],se.prototype,"checked",void 0),ce([r({type:Boolean})],se.prototype,"disabled",void 0),n("ft-toggle")(se),t.FtToggle=se,t.FtToggleCssVariables=Wt,t.styles=Lt}({});
288
+ `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}}dr.elementDefinitions={"ft-typography":fr},dr.styles=zo,hr([v({type:Boolean,reflect:!0})],dr.prototype,"checked",void 0),hr([v({type:Boolean})],dr.prototype,"disabled",void 0),U("ft-toggle")(dr),t.FtToggle=dr,t.FtToggleCssVariables=Zo,t.styles=zo}({});