@fluid-topics/ft-tabs 1.1.54 → 1.1.56

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.
@@ -133,7 +133,7 @@ function(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}
133
133
  * @license
134
134
  * Copyright 2017 Google LLC
135
135
  * SPDX-License-Identifier: BSD-3-Clause
136
- */let qe=class extends Ue{constructor(t){if(super(t),this.et=D,t.type!==Le)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===D||null==t)return this.vt=void 0,this.et=t;if(t===K)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};qe.directiveName="unsafeHTML",qe.resultType=1;const Ye=$e(qe);var Je=Object.freeze({__proto__:null,UnsafeHTMLDirective:qe,unsafeHTML:Ye});class Xe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Qe extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Xe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Xe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const to=t=>new Qe(((e,o)=>t.then(e).catch(o)));var eo=Object.freeze({__proto__:null,CancelablePromise:Qe,CanceledPromiseError:Xe,cancelable:to});var oo=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=to(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class ro{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t){var e,o;return(null!==(o=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==o?o:null==t?void 0:t.topic).metadata.map((t=>ro.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let o=ro.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const r=this.allResults.flatMap((e=>ro.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==o?void 0:o.key)&&t.value===(null==o?void 0:o.value)))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return r.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){let i=this.metadataDescriptors.find((t=>o==t.key)),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>ro.extractResultMetadata(o).find((o=>o.key===t&&o.value===e))));let r,i=ro.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return ro.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var io=Object.freeze({__proto__:null,ClusteringHelper:ro});class no{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ao=Object.freeze({__proto__:null,Debouncer:no});const lo=t=>new Promise((e=>setTimeout(e,t)));async function so(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await lo(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function co(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function fo(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!fo(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!fo(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!fo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var po=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?co(o):o}},deepEqual:fo,delay:lo,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:co,waitFor:so,waitUntil:async function(t,e=10,o=2e4){await so((async()=>await t()||void 0),e,o)}});const ho=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return we({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!fo(t,e),...null!=e?e:{}})}function yo(t){return we({type:Object,converter:{fromAttribute:t=>{if(null!=t)return go(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}function go(t){return!isNaN(parseFloat(t))}var bo=Object.freeze({__proto__:null,customElement:ho,isNumber:go,jsonProperty:uo,optionalNumberProperty:yo});const mo=t=>"string"==typeof t?pt(t):t;class vo{static create(t,e,o,r){const i=t=>mo(null!=t?t:r),n=dt`var(${mo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${mo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=dt`var(${mo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${mo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):mo(null!=e?e:t.lastResortDefaultValue()),r=dt`var(${mo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>dt`var(${mo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const xo={colorWhite:vo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:vo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:vo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:vo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:vo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:vo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:vo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:vo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:vo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:vo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:vo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:vo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:vo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:vo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:vo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:vo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:vo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:vo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:vo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:vo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:vo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:vo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:vo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:vo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:vo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:vo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:vo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:vo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:vo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:vo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:vo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:vo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:vo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:vo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:vo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:vo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:vo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:vo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:vo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:vo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:vo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:vo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:vo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:vo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:vo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:vo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:vo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:vo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:vo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:vo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:vo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:vo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:vo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:vo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:vo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:vo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:vo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:vo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:vo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:vo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:vo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:vo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:vo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:vo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:vo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:vo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:vo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:vo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:vo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:vo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:vo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:vo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:vo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:vo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:vo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:vo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:vo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:vo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:vo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:vo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:vo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:vo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:vo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:vo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:vo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:vo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:vo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:vo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:vo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:vo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:vo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:vo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:vo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:vo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:vo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:vo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:vo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:vo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:vo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:vo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:vo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:vo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:vo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:vo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:vo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:vo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:vo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:vo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:vo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:vo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:vo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:vo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:vo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:vo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:vo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:vo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:vo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:vo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:vo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:vo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:vo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:vo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:vo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:vo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:vo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:vo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:vo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:vo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:vo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:vo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:vo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:vo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:vo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:vo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:vo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:vo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:vo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:vo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:vo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:vo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:vo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:vo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:vo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:vo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:vo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:vo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:vo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:vo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:vo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:vo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:vo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:vo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:vo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:vo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:vo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:vo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:vo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:vo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:vo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:vo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:vo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:vo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:vo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:vo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:vo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:vo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:vo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:vo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:vo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:vo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:vo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:vo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:vo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:vo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:vo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:vo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:vo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:vo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:vo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:vo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:vo.create("--ft-opacity-0","","NUMBER","0"),opacity8:vo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:vo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:vo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:vo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:vo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:vo.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:vo.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:vo.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:vo.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:vo.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:vo.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:vo.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:vo.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:vo.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Oo={fontFamily:vo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:vo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-display-textCase","","UNKNOWN","none")},wo={fontFamily:vo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:vo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},So={fontFamily:vo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:vo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Co={fontFamily:vo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:vo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:vo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},No={fontFamily:vo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:vo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Eo={fontFamily:vo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ro={fontFamily:vo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Io={fontFamily:vo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:vo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},ko={fontFamily:vo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Wo={fontFamily:vo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:vo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:vo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Lo={fontFamily:vo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},$o={fontFamily:vo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:vo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:vo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:vo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:vo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ao={fontFamily:vo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:vo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:vo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:vo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Po={fontFamily:vo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:vo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:vo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Do={fontFamily:vo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Ho={fontFamily:vo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},To={fontFamily:vo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Go={display:Oo,"title-1":wo,"title-2":So,"title-3":Co,"body-1-regular":No,"body-1-medium":Eo,"body-1-semibold":Ro,"body-2-regular":Io,"body-2-medium":ko,"body-2-medium-underline":Wo,"body-2-semibold":Lo,"label-1-medium":$o,"label-1-semibold":Uo,"label-1-bold":zo,"label-2-medium":Bo,"label-2-semibold":Fo,"label-2-bold":Ao,"caption-1-medium":jo,"caption-1-semibold":_o,"caption-1-bold":Mo,"caption-2-medium":Po,"caption-2-semibold":Zo,"caption-2-bold":Ko,"caption-3-medium":Do,"caption-3-semibold":Ho,"caption-3-bold":To},Vo={backgroundActionPrimary:vo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",xo.colorBrand0),backgroundErrorSubtle:vo.extend("--ft-background-error-subtle","Used as background of subtle error components.",xo.colorRed10),backgroundInfoSubtle:vo.extend("--ft-background-info-subtle","Used as background of subtle information components.",xo.colorCyan10),backgroundWarningSubtle:vo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",xo.colorOrange10),backgroundSuccessSubtle:vo.extend("--ft-background-success-subtle","Used as background of subtle success components.",xo.colorGreen10),backgroundGlobalSurface:vo.extend("--ft-background-global-surface","Used as app background.",xo.colorWhite),backgroundGlobalOnSurface:vo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",xo.colorGray10),backgroundGlobalOnSurfaceDark:vo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",xo.colorGray30),contentActionPrimary:vo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",xo.colorBrand0),contentWarningPrimary:vo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",xo.colorOrange200),contentWarningIconOnly:vo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",xo.colorOrange0),contentErrorPrimary:vo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",xo.colorRed0),contentErrorIconOnly:vo.extend("--ft-content-error-icon-only","Used on error status icons alone",xo.colorRed70),contentInfoPrimary:vo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",xo.colorCyan200),contentInfoIconOnly:vo.extend("--ft-content-info-icon-only","Used on info status icons alone",xo.colorCyan0),contentSuccessPrimary:vo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",xo.colorGreen200),contentSuccessIconOnly:vo.extend("--ft-content-success-icon-only","Used on success status icons alone",xo.colorGreen0),contentGlobalPrimary:vo.extend("--ft-content-global-primary","Used for main content on the page.",xo.colorGray500),contentGlobalSecondary:vo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",xo.colorGray200),contentGlobalSubtle:vo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",xo.colorGray0),contentGlobalOnColor:vo.extend("--ft-content-global-on-color","Used for content on a dominant color.",xo.colorWhite),borderActionPrimary:vo.extend("--ft-border-action-primary","Used as border for primary action components.",xo.colorBrand0),borderActionFocusRing:vo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",xo.colorCyan0),borderWarningPrimary:vo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",xo.colorOrange200),borderWarningSubtle:vo.extend("--ft-border-warning-subtle","Used as border for warning components.",xo.colorOrange30),borderSuccessPrimary:vo.extend("--ft-border-success-primary","Used as border for success buttons.",xo.colorGreen200),borderSuccessSubtle:vo.extend("--ft-border-success-subtle","Used as border for success components.",xo.colorGreen30),borderErrorPrimary:vo.extend("--ft-border-error-primary","Used as border for text fields in error states.",xo.colorRed0),borderErrorSubtle:vo.extend("--ft-border-error-subtle","Used as border for error components.",xo.colorRed30),borderInfoPrimary:vo.extend("--ft-border-info-primary","Used as border for buttons in info color.",xo.colorCyan200),borderInfoSubtle:vo.extend("--ft-border-info-subtle","Used as border for information components.",xo.colorCyan30),borderGlobalPrimary:vo.extend("--ft-border-global-primary","Used as border for element like input.",xo.colorGray50),borderGlobalSubtle:vo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",xo.colorGray30),borderInputPrimary:vo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",xo.colorGray80)},qo={largeHeight:vo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:vo.extend("--ft-button-large-horizontal-padding","",xo.spacing4),largeGap:vo.extend("--ft-button-large-gap","",xo.spacing2),largeBorderRadius:vo.extend("--ft-button-large-border-radius","",xo.borderRadiusS),largeIconSize:vo.extend("--ft-button-large-icon-size","",xo.iconSize3),largeBorderWidth:vo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:vo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:vo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:vo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:vo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:vo.extend("--ft-button-small-horizontal-padding","",xo.spacing3),smallGap:vo.extend("--ft-button-small-gap","",xo.spacing2),smallBorderRadius:vo.extend("--ft-button-small-border-radius","",xo.borderRadiusS),smallIconSize:vo.extend("--ft-button-small-icon-size","",xo.iconSize2),smallBorderWidth:vo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:vo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:vo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:vo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:vo.extend("--ft-button-primary-background-color","",Vo.backgroundActionPrimary),primaryColor:vo.extend("--ft-button-primary-color","",Vo.contentGlobalOnColor),primaryIconColor:vo.extend("--ft-button-primary-icon-color","",Vo.contentGlobalOnColor),primaryStateLayerColor:vo.extend("--ft-button-primary-state-layer-color","",Vo.contentGlobalOnColor),primaryHoverStateLayerOpacity:vo.extend("--ft-button-primary-hover-state-layer-opacity","",xo.opacity16),primaryFocusStateLayerOpacity:vo.extend("--ft-button-primary-focus-state-layer-opacity","",xo.opacity16),primaryActiveStateLayerOpacity:vo.extend("--ft-button-primary-active-state-layer-opacity","",xo.opacity24),primaryDisabledComponentOpacity:vo.extend("--ft-button-primary-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-button-focus-focus-ring-color","",Vo.borderActionFocusRing),tertiaryBackgroundColor:vo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:vo.extend("--ft-button-tertiary-color","",Vo.contentActionPrimary),tertiaryIconColor:vo.extend("--ft-button-tertiary-icon-color","",Vo.contentActionPrimary),tertiaryStateLayerColor:vo.extend("--ft-button-tertiary-state-layer-color","",Vo.contentActionPrimary),tertiaryHoverStateLayerOpacity:vo.extend("--ft-button-tertiary-hover-state-layer-opacity","",xo.opacity8),tertiaryFocusStateLayerOpacity:vo.extend("--ft-button-tertiary-focus-state-layer-opacity","",xo.opacity8),tertiaryActiveStateLayerOpacity:vo.extend("--ft-button-tertiary-active-state-layer-opacity","",xo.opacity16),tertiaryDisabledComponentOpacity:vo.extend("--ft-button-tertiary-disabled-component-opacity","",xo.opacity40),secondaryBackgroundColor:vo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:vo.extend("--ft-button-secondary-color","",Vo.contentActionPrimary),secondaryIconColor:vo.extend("--ft-button-secondary-icon-color","",Vo.contentActionPrimary),secondaryStateLayerColor:vo.extend("--ft-button-secondary-state-layer-color","",Vo.contentActionPrimary),secondaryHoverStateLayerOpacity:vo.extend("--ft-button-secondary-hover-state-layer-opacity","",xo.opacity8),secondaryFocusStateLayerOpacity:vo.extend("--ft-button-secondary-focus-state-layer-opacity","",xo.opacity8),secondaryActiveStateLayerOpacity:vo.extend("--ft-button-secondary-active-state-layer-opacity","",xo.opacity16),secondaryDisabledComponentOpacity:vo.extend("--ft-button-secondary-disabled-component-opacity","",xo.opacity40),secondaryBorderColor:vo.extend("--ft-button-secondary-border-color","",Vo.borderActionPrimary),neutralBackgroundColor:vo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:vo.extend("--ft-button-neutral-icon-color","",Vo.contentGlobalSecondary),neutralColor:vo.extend("--ft-button-neutral-color","",Vo.contentGlobalSecondary),neutralStateLayerColor:vo.extend("--ft-button-neutral-state-layer-color","",Vo.contentGlobalSecondary),neutralHoverStateLayerOpacity:vo.extend("--ft-button-neutral-hover-state-layer-opacity","",xo.opacity8),neutralFocusStateLayerOpacity:vo.extend("--ft-button-neutral-focus-state-layer-opacity","",xo.opacity8),neutralActiveStateLayerOpacity:vo.extend("--ft-button-neutral-active-state-layer-opacity","",xo.opacity16),neutralDisabledComponentOpacity:vo.extend("--ft-button-neutral-disabled-component-opacity","",xo.opacity40)},Yo={iconSize:vo.extend("--ft-banner-icon-size","",xo.iconSize5),borderWidth:vo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:vo.extend("--ft-banner-horizontal-padding","",xo.spacing6),verticalPadding:vo.extend("--ft-banner-vertical-padding","",xo.spacing6),horizontalSideGap:vo.extend("--ft-banner-horizontal-side-gap","",xo.spacing6),horizontalMobileGap:vo.extend("--ft-banner-horizontal-mobile-gap","",xo.spacing4),verticalMobileGap:vo.extend("--ft-banner-vertical-mobile-gap","",xo.spacing6),horizontalMiddleGap:vo.extend("--ft-banner-horizontal-middle-gap","",xo.spacing20),infoBackgroundColor:vo.extend("--ft-banner-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-banner-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-banner-info-icon-color","",Vo.contentInfoIconOnly)},Jo={horizontalGap:vo.extend("--ft-breadcrumb-horizontal-gap","",xo.spacing1),verticalGap:vo.extend("--ft-breadcrumb-vertical-gap","",xo.spacing2),currentElementColor:vo.extend("--ft-breadcrumb-current-element-color","",Vo.contentGlobalPrimary),iconColor:vo.extend("--ft-breadcrumb-icon-color","",Vo.contentGlobalSubtle)},Xo={horizontalPadding:vo.extend("--ft-page-header-horizontal-padding","",xo.spacing12),horizontalGap:vo.extend("--ft-page-header-horizontal-gap","",xo.spacing4),verticalGap:vo.extend("--ft-page-header-vertical-gap","",xo.spacing2),classicVerticalPadding:vo.extend("--ft-page-header-classic-vertical-padding","",xo.spacing6),multilineVerticalPadding:vo.extend("--ft-page-header-multiline-vertical-padding","",xo.spacing4),inlineVerticalPadding:vo.extend("--ft-page-header-inline-vertical-padding","",xo.spacing2),backgroundColor:vo.extend("--ft-page-header-background-color","",xo.colorWhite),bottomBorderColor:vo.extend("--ft-page-header-bottom-border-color","",Vo.borderGlobalSubtle),titleColor:vo.extend("--ft-page-header-title-color","",Vo.contentGlobalPrimary),subtitleColor:vo.extend("--ft-page-header-subtitle-color","",Vo.contentGlobalSecondary)},Qo={smallContainerWidth:vo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:vo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:vo.extend("--ft-modal-overlay-background-color","",xo.colorGray700),overlayOpacity:vo.extend("--ft-modal-overlay-opacity","",xo.opacity40),shadow:vo.extend("--ft-modal-shadow","",xo.shadowElevation03),bodyBackgroundColor:vo.extend("--ft-modal-body-background-color","",xo.colorWhite),bodyColor:vo.extend("--ft-modal-body-color","",Vo.contentGlobalPrimary),bodyHorizontalPadding:vo.extend("--ft-modal-body-horizontal-padding","",xo.spacing6),bodyVerticalPadding:vo.extend("--ft-modal-body-vertical-padding","",xo.spacing6),bodyVerticalGap:vo.extend("--ft-modal-body-vertical-gap","",xo.spacing6),containerMargin:vo.extend("--ft-modal-container-margin","",xo.spacing3),headerBackgroundColor:vo.extend("--ft-modal-header-background-color","",Vo.backgroundGlobalOnSurface),headerBorderColor:vo.extend("--ft-modal-header-border-color","",Vo.borderGlobalSubtle),headerColor:vo.extend("--ft-modal-header-color","",Vo.contentGlobalPrimary),headerTrailingIconColor:vo.extend("--ft-modal-header-trailing-icon-color","",Vo.contentGlobalSecondary),headerVerticalPadding:vo.extend("--ft-modal-header-vertical-padding","",xo.spacing1),headerRightPadding:vo.extend("--ft-modal-header-right-padding","",xo.spacing1),headerLeftPadding:vo.extend("--ft-modal-header-left-padding","",xo.spacing6),headerGap:vo.extend("--ft-modal-header-gap","",xo.spacing2),headerBorderBottom:vo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:vo.extend("--ft-modal-border-radius","",xo.borderRadiusM)},tr={overlayOpacity:vo.extend("--ft-drawer-overlay-opacity","",xo.opacity40),shadow:vo.extend("--ft-drawer-shadow","",xo.shadowElevation03),bodyColor:vo.extend("--ft-drawer-body-color","",Vo.contentGlobalPrimary),bodyHorizontalPadding:vo.extend("--ft-drawer-body-horizontal-padding","",xo.spacing6),bodyVerticalPadding:vo.extend("--ft-drawer-body-vertical-padding","",xo.spacing6),bodyGap:vo.extend("--ft-drawer-body-gap","",xo.spacing6),bodyBackgroundColor:vo.extend("--ft-drawer-body-background-color","",xo.colorWhite),headerBackgroundColor:vo.extend("--ft-drawer-header-background-color","",Vo.backgroundGlobalOnSurface),headerBorderColor:vo.extend("--ft-drawer-header-border-color","",Vo.borderGlobalSubtle),headerColor:vo.extend("--ft-drawer-header-color","",Vo.contentGlobalPrimary),headerTrailingIconColor:vo.extend("--ft-drawer-header-trailing-icon-color","",Vo.contentGlobalSecondary),headerHeight:vo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:vo.extend("--ft-drawer-header-horizontal-padding","",xo.spacing2),headerBorderWidth:vo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:vo.extend("--ft-drawer-header-gap","",xo.spacing3),buttonsBarBackgroundColor:vo.extend("--ft-drawer-buttons-bar-background-color","",Vo.backgroundGlobalOnSurface),buttonsBarBorderColor:vo.extend("--ft-drawer-buttons-bar-border-color","",Vo.borderGlobalSubtle),buttonsBarColor:vo.extend("--ft-drawer-buttons-bar-color","",Vo.contentGlobalPrimary),buttonsBarHorizontalPadding:vo.extend("--ft-drawer-buttons-bar-horizontal-padding","",xo.spacing4),buttonsBarVerticalPadding:vo.extend("--ft-drawer-buttons-bar-vertical-padding","",xo.spacing4),buttonsBarGap:vo.extend("--ft-drawer-buttons-bar-gap","",xo.spacing3),buttonsBarBorderWidth:vo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:vo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:vo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:vo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:vo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:vo.extend("--ft-drawer-overlay-background-color","",xo.colorGray700)},er={fieldHorizontalPadding:vo.extend("--ft-text-input-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-text-input-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-text-input-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-text-input-field-icon-size","",xo.iconSize3),fieldHeight:vo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:vo.extend("--ft-text-input-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-text-input-helper-horizontal-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-text-input-helper-icon-size","",xo.iconSize2),borderRadius:vo.extend("--ft-text-input-border-radius","",xo.borderRadiusM),backgroundColor:vo.extend("--ft-text-input-background-color","",xo.colorWhite),contentValueColor:vo.extend("--ft-text-input-content-value-color","",Vo.contentGlobalPrimary),trailingIconColor:vo.extend("--ft-text-input-trailing-icon-color","",Vo.contentGlobalSubtle),labelColor:vo.extend("--ft-text-input-label-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-text-input-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-text-input-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-text-input-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-text-input-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIconColor:vo.extend("--ft-text-input-error-helper-icon-color","",Vo.contentErrorIconOnly),warningBorderWidth:vo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:vo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-text-input-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-text-input-disabled-component-opacity","",xo.opacity40)},or={backgroundColor:vo.extend("--ft-text-area-background-color","",xo.colorWhite),contentValueColor:vo.extend("--ft-text-area-content-value-color","",Vo.contentGlobalPrimary),labelColor:vo.extend("--ft-text-area-label-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-text-area-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-text-area-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-text-area-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-text-area-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIconColor:vo.extend("--ft-text-area-error-helper-icon-color","",Vo.contentErrorIconOnly),focusFocusRingColor:vo.extend("--ft-text-area-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:vo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-text-area-disabled-component-opacity","",xo.opacity40),fieldHorizontalLeftPadding:vo.extend("--ft-text-area-field-horizontal-left-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-text-area-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-text-area-field-vertical-gap","",xo.spacing05),fieldMinHeight:vo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:vo.extend("--ft-text-area-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-text-area-helper-horizontal-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-text-area-helper-icon-size","",xo.iconSize2),borderRadius:vo.extend("--ft-text-area-border-radius","",xo.borderRadiusM)},rr={height:vo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:vo.extend("--ft-floating-menu-horizontal-padding","",xo.spacing4),offIconColor:vo.extend("--ft-floating-menu-off-icon-color","",Vo.contentGlobalPrimary),offColor:vo.extend("--ft-floating-menu-off-color","",Vo.contentGlobalPrimary),onColor:vo.extend("--ft-floating-menu-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-floating-menu-on-state-layer-color","",Vo.contentActionPrimary),gap:vo.extend("--ft-floating-menu-gap","",xo.spacing3),focusFocusRingColor:vo.extend("--ft-floating-menu-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:vo.extend("--ft-floating-menu-focus-state-layer-opacity","",xo.opacity8),hoverStateLayerOpacity:vo.extend("--ft-floating-menu-hover-state-layer-opacity","",xo.opacity8),activeStateLayerOpacity:vo.extend("--ft-floating-menu-active-state-layer-opacity","",xo.opacity16),disabledComponentOpacity:vo.extend("--ft-floating-menu-disabled-component-opacity","",xo.opacity40),iconSize:vo.extend("--ft-floating-menu-icon-size","",xo.iconSize3),backgroundColor:vo.extend("--ft-floating-menu-background-color","",Vo.backgroundGlobalOnSurface)},ir={fieldHorizontalPadding:vo.extend("--ft-combobox-single-select-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-combobox-single-select-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-combobox-single-select-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-combobox-single-select-field-icon-size","",xo.iconSize3),fieldHeight:vo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:vo.extend("--ft-combobox-single-select-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-combobox-single-select-helper-horizontal-gap","",xo.spacing1),helperVerticalGap:vo.extend("--ft-combobox-single-select-helper-vertical-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-combobox-single-select-helper-icon-size","",xo.iconSize2),menuVerticalGap:vo.extend("--ft-combobox-single-select-menu-vertical-gap","",xo.spacing2),borderRadius:vo.extend("--ft-combobox-single-select-border-radius","",xo.borderRadiusM),backgroundColor:vo.extend("--ft-combobox-single-select-background-color","",xo.colorWhite),labelColor:vo.extend("--ft-combobox-single-select-label-color","",Vo.contentGlobalSubtle),contentValueColor:vo.extend("--ft-combobox-single-select-content-value-color","",Vo.contentGlobalPrimary),trailingIconColor:vo.extend("--ft-combobox-single-select-trailing-icon-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-combobox-single-select-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-combobox-single-select-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-combobox-single-select-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-combobox-single-select-error-helper-text-color","",Vo.contentErrorPrimary),warningBorderWidth:vo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:vo.extend("--ft-combobox-single-select-warning-border-color","",Vo.borderWarningPrimary),warningHelperTextColor:vo.extend("--ft-combobox-single-select-warning-helper-text-color","",Vo.contentWarningPrimary),warningHelperIconColor:vo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Vo.contentWarningIconOnly),focusOutlineWidth:vo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-combobox-single-select-disabled-component-opacity","",xo.opacity40)},nr={backgroundColor:vo.extend("--ft-combobox-multi-select-background-color","",xo.colorWhite),labelColor:vo.extend("--ft-combobox-multi-select-label-color","",Vo.contentGlobalSubtle),trailingIconColor:vo.extend("--ft-combobox-multi-select-trailing-icon-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-combobox-multi-select-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-combobox-multi-select-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:vo.extend("--ft-combobox-multi-select-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-combobox-multi-select-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIcon:vo.extend("--ft-combobox-multi-select-error-helper-icon","",Vo.contentErrorIconOnly),errorBorderWidth:vo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:vo.extend("--ft-combobox-multi-select-warning-border-color","",Vo.borderWarningPrimary),warningHelperTextColor:vo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Vo.contentWarningPrimary),warningHelperIconColor:vo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Vo.contentWarningIconOnly),warningBorderWidth:vo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:vo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-combobox-multi-select-disabled-component-opacity","",xo.opacity40),helperHorizontalPadding:vo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",xo.spacing1),helperVerticalGap:vo.extend("--ft-combobox-multi-select-helper-vertical-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-combobox-multi-select-helper-icon-size","",xo.iconSize2),fieldHorizontalPadding:vo.extend("--ft-combobox-multi-select-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-combobox-multi-select-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-combobox-multi-select-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-combobox-multi-select-field-icon-size","",xo.iconSize3),fieldMaxHeight:vo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:vo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",xo.spacing1),contentValuesVerticalGap:vo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",xo.spacing1),borderRadius:vo.extend("--ft-combobox-multi-select-border-radius","",xo.borderRadiusM)},ar={backgroundColor:vo.extend("--ft-popover-background-color","",Vo.backgroundGlobalOnSurface),horizontalPadding:vo.extend("--ft-popover-horizontal-padding","",xo.spacing6),verticalPadding:vo.extend("--ft-popover-vertical-padding","",xo.spacing6),iconColor:vo.extend("--ft-popover-icon-color","",Vo.contentGlobalSecondary),iconSize:vo.extend("--ft-popover-icon-size","",xo.iconSize2),titleColor:vo.extend("--ft-popover-title-color","",Vo.contentGlobalPrimary),bodyColor:vo.extend("--ft-popover-body-color","",Vo.contentGlobalSecondary),linkColor:vo.extend("--ft-popover-link-color","",Vo.contentActionPrimary),gap:vo.extend("--ft-popover-gap","",xo.spacing3),borderRadius:vo.extend("--ft-popover-border-radius","",xo.borderRadiusM),shadow:vo.extend("--ft-popover-shadow","",xo.shadowElevation02)},lr={topLeftBorderRadius:vo.extend("--ft-tabs-top-left-border-radius","",xo.borderRadiusS),topRightBorderRadius:vo.extend("--ft-tabs-top-right-border-radius","",xo.borderRadiusS),labelHorizontalPadding:vo.extend("--ft-tabs-label-horizontal-padding","",xo.spacing4),labelVerticalPadding:vo.extend("--ft-tabs-label-vertical-padding","",xo.spacing3),labelGap:vo.extend("--ft-tabs-label-gap","",xo.spacing1),offHoverStateLayerOpacity:vo.extend("--ft-tabs-off-hover-state-layer-opacity","",xo.opacity8),offFocusStateLayerOpacity:vo.extend("--ft-tabs-off-focus-state-layer-opacity","",xo.opacity8),offActiveStateLayerOpacity:vo.extend("--ft-tabs-off-active-state-layer-opacity","",xo.opacity16),offDisabledComponentOpacity:vo.extend("--ft-tabs-off-disabled-component-opacity","",xo.opacity40),offColor:vo.extend("--ft-tabs-off-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-tabs-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-tabs-on-hover-state-layer-opacity","",xo.opacity8),onFocusStateLayerOpacity:vo.extend("--ft-tabs-on-focus-state-layer-opacity","",xo.opacity8),onActiveStateLayerOpacity:vo.extend("--ft-tabs-on-active-state-layer-opacity","",xo.opacity16),onDisabledComponentOpacity:vo.extend("--ft-tabs-on-disabled-component-opacity","",xo.opacity40),onColor:vo.extend("--ft-tabs-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-tabs-on-state-layer-color","",Vo.contentActionPrimary),iconHorizontalPadding:vo.extend("--ft-tabs-icon-horizontal-padding","",xo.spacing1),iconVerticalPadding:vo.extend("--ft-tabs-icon-vertical-padding","",xo.spacing4),focusOutlineWidth:vo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-tabs-focus-focus-ring-color","",Vo.borderActionFocusRing)},sr={hoverStateLayerOpacity:vo.extend("--ft-collapsible-hover-state-layer-opacity","",xo.opacity8),focusStateLayerOpacity:vo.extend("--ft-collapsible-focus-state-layer-opacity","",xo.opacity8),focusOutlineWidth:vo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:vo.extend("--ft-collapsible-focus-focus-ring-color","",Vo.borderActionFocusRing),activeStateLayerOpacity:vo.extend("--ft-collapsible-active-state-layer-opacity","",xo.opacity16),disabledComponentOpacity:vo.extend("--ft-collapsible-disabled-component-opacity","",xo.opacity40),horizontalPadding:vo.extend("--ft-collapsible-horizontal-padding","",xo.spacing4),verticalPadding:vo.extend("--ft-collapsible-vertical-padding","",xo.spacing3),color:vo.extend("--ft-collapsible-color","",Vo.contentGlobalPrimary),stateLayerColor:vo.extend("--ft-collapsible-state-layer-color","",Vo.contentGlobalPrimary),backgroundColor:vo.extend("--ft-collapsible-background-color","",Vo.backgroundGlobalOnSurface),borderColor:vo.extend("--ft-collapsible-border-color","",Vo.borderGlobalSubtle),iconSize:vo.extend("--ft-collapsible-icon-size","",xo.iconSize3)},cr={groupHorizontalPadding:vo.extend("--ft-switch-group-horizontal-padding","",xo.spacing1),groupVerticalPadding:vo.extend("--ft-switch-group-vertical-padding","",xo.spacing1),groupGap:vo.extend("--ft-switch-group-gap","",xo.spacing1),groupBackgroundColor:vo.extend("--ft-switch-group-background-color","",Vo.backgroundGlobalSurface),groupBorderColor:vo.extend("--ft-switch-group-border-color","",Vo.borderGlobalSubtle),groupBorderRadius:vo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:vo.extend("--ft-switch-label-horizontal-padding","",xo.spacing2),labelVerticalPadding:vo.extend("--ft-switch-label-vertical-padding","",xo.spacing1),offHoverStateLayerOpacity:vo.extend("--ft-switch-off-hover-state-layer-opacity","",xo.opacity8),offFocusStateLayerOpacity:vo.extend("--ft-switch-off-focus-state-layer-opacity","",xo.opacity8),offActiveStateLayerOpacity:vo.extend("--ft-switch-off-active-state-layer-opacity","",xo.opacity16),offDisabledComponentOpacity:vo.extend("--ft-switch-off-disabled-component-opacity","",xo.opacity40),offColor:vo.extend("--ft-switch-off-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-switch-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-switch-on-hover-state-layer-opacity","",xo.opacity8),onFocusStateLayerOpacity:vo.extend("--ft-switch-on-focus-state-layer-opacity","",xo.opacity8),onActiveStateLayerOpacity:vo.extend("--ft-switch-on-active-state-layer-opacity","",xo.opacity16),onDisabledComponentOpacity:vo.extend("--ft-switch-on-disabled-component-opacity","",xo.opacity40),onColor:vo.extend("--ft-switch-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-switch-on-state-layer-color","",Vo.contentActionPrimary),iconHorizontalPadding:vo.extend("--ft-switch-icon-horizontal-padding","",xo.spacing1),iconVerticalPadding:vo.extend("--ft-switch-icon-vertical-padding","",xo.spacing1),focusOutlineWidth:vo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-switch-focus-focus-ring-color","",Vo.borderActionFocusRing),optionBorderRadius:vo.extend("--ft-switch-option-border-radius","",xo.borderRadiusS)},fr={color1Light:vo.extend("--ft-chart-1-light","for area color charts",xo.colorBrand40),color1Base:vo.extend("--ft-chart-1-base","for line charts",xo.colorBrand0),color2Light:vo.extend("--ft-chart-2-light","for area color charts",xo.colorYellow60),color2Base:vo.extend("--ft-chart-2-base","for line charts",xo.colorYellow100),color3Light:vo.extend("--ft-chart-3-light","",xo.colorUltramarine40),color3Base:vo.extend("--ft-chart-3-base","",xo.colorUltramarine70),color4Light:vo.extend("--ft-chart-4-light","",xo.colorCyan50),color4Base:vo.extend("--ft-chart-4-base","",xo.colorCyan100),color5Light:vo.extend("--ft-chart-5-light","",xo.colorRed40),color5Base:vo.extend("--ft-chart-5-base","",xo.colorRed60),color6Light:vo.extend("--ft-chart-6-light","",xo.colorGreen40),color6Base:vo.extend("--ft-chart-6-base","",xo.colorGreen70),color7Light:vo.extend("--ft-chart-7-light","",xo.colorOrange70),color7Base:vo.extend("--ft-chart-7-base","",xo.colorOrange100),color8Light:vo.extend("--ft-chart-8-light","",xo.colorAvocado70),color8Base:vo.extend("--ft-chart-8-base","",xo.colorAvocado200),color9Light:vo.extend("--ft-chart-9-light","",xo.colorBrown50),color9Base:vo.extend("--ft-chart-9-base","",xo.colorBrown200),color10Light:vo.extend("--ft-chart-10-light","",xo.colorGray50),color10Base:vo.extend("--ft-chart-10-base","",xo.colorGray80),monochrome10:vo.extend("--ft-chart-monochrome-10","",xo.colorBrand10),monochrome20:vo.extend("--ft-chart-monochrome-20","",xo.colorBrand20),monochrome30:vo.extend("--ft-chart-monochrome-30","",xo.colorBrand40),monochrome40:vo.extend("--ft-chart-monochrome-40","",xo.colorBrand60),monochrome50:vo.extend("--ft-chart-monochrome-50","",xo.colorBrand0),monochrome60:vo.extend("--ft-chart-monochrome-60","",xo.colorBrand200)},pr={largeHorizontalPadding:vo.extend("--ft-chip-large-horizontal-padding","",xo.spacing4),largeVerticalPadding:vo.extend("--ft-chip-large-vertical-padding","",xo.spacing2),largeGap:vo.extend("--ft-chip-large-gap","",xo.spacing1),largeFocusOutlineOffset:vo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:vo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:vo.extend("--ft-chip-large-border-radius","",xo.borderRadiusPill),largeBorderWidth:vo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:vo.extend("--ft-chip-large-icon-size","",xo.iconSize3),mediumHorizontalPadding:vo.extend("--ft-chip-medium-horizontal-padding","",xo.spacing3),mediumVerticalPadding:vo.extend("--ft-chip-medium-vertical-padding","",xo.spacing1),mediumGap:vo.extend("--ft-chip-medium-gap","",xo.spacing1),mediumFocusOutlineOffset:vo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:vo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:vo.extend("--ft-chip-medium-border-radius","",xo.borderRadiusPill),mediumBorderWidth:vo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:vo.extend("--ft-chip-medium-icon-size","",xo.iconSize2),smallHorizontalPadding:vo.extend("--ft-chip-small-horizontal-padding","",xo.spacing2),smallVerticalPadding:vo.extend("--ft-chip-small-vertical-padding","",xo.spacing05),smallGap:vo.extend("--ft-chip-small-gap","",xo.spacing1),smallFocusOutlineOffset:vo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:vo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:vo.extend("--ft-chip-small-border-radius","",xo.borderRadiusPill),smallBorderWidth:vo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:vo.extend("--ft-chip-small-icon-size","",xo.iconSize1),neutralBackgroundColor:vo.extend("--ft-chip-neutral-background-color","",Vo.backgroundGlobalOnSurface),neutralColor:vo.extend("--ft-chip-neutral-color","",Vo.contentGlobalPrimary),neutralIconColor:vo.extend("--ft-chip-neutral-icon-color","",Vo.contentGlobalPrimary),neutralBorderColor:vo.extend("--ft-chip-neutral-border-color","",Vo.borderGlobalSubtle),infoBackgroundColor:vo.extend("--ft-chip-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-chip-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-chip-info-icon-color","",Vo.contentInfoIconOnly),infoBorderColor:vo.extend("--ft-chip-info-border-color","",Vo.borderInfoSubtle),successBackgroundColor:vo.extend("--ft-chip-success-background-color","",Vo.backgroundSuccessSubtle),successColor:vo.extend("--ft-chip-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-chip-success-icon-color","",Vo.contentSuccessIconOnly),successBorderColor:vo.extend("--ft-chip-success-border-color","",Vo.borderSuccessSubtle),warningBackgroundColor:vo.extend("--ft-chip-warning-background-color","",Vo.backgroundWarningSubtle),warningColor:vo.extend("--ft-chip-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-chip-warning-icon-color","",Vo.contentWarningIconOnly),warningBorderColor:vo.extend("--ft-chip-warning-border-color","",Vo.borderWarningSubtle),errorBackgroundColor:vo.extend("--ft-chip-error-background-color","",Vo.backgroundErrorSubtle),errorColor:vo.extend("--ft-chip-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-chip-error-icon-color","",Vo.contentErrorIconOnly),errorBorderColor:vo.extend("--ft-chip-error-border-color","",Vo.borderErrorSubtle)},dr={infoBorderColor:vo.extend("--ft-border-info-border-color","",Vo.borderInfoSubtle)},hr={borderWidth:vo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:vo.extend("--ft-notice-horizontal-padding","",xo.spacing2),verticalPadding:vo.extend("--ft-notice-vertical-padding","",xo.spacing1),borderRadius:vo.extend("--ft-notice-border-radius","",xo.borderRadiusS),gap:vo.extend("--ft-notice-gap","",xo.spacing2),iconSize:vo.extend("--ft-notice-icon-size","",xo.iconSize3),infoBackgroundColor:vo.extend("--ft-notice-info-background-color","",Vo.backgroundInfoSubtle),infoBorderColor:vo.extend("--ft-notice-info-border-color","",Vo.borderInfoSubtle),infoColor:vo.extend("--ft-notice-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-notice-info-icon-color","",Vo.contentInfoIconOnly),warningBackgroundColor:vo.extend("--ft-notice-warning-background-color","",Vo.backgroundWarningSubtle),warningBorderColor:vo.extend("--ft-notice-warning-border-color","",Vo.borderWarningSubtle),warningColor:vo.extend("--ft-notice-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-notice-warning-icon-color","",Vo.contentWarningIconOnly),errorBackgroundColor:vo.extend("--ft-notice-error-background-color","",Vo.backgroundErrorSubtle),errorBorderColor:vo.extend("--ft-notice-error-border-color","",Vo.borderErrorSubtle),errorColor:vo.extend("--ft-notice-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-notice-error-icon-color","",Vo.contentErrorIconOnly),successBackgroundColor:vo.extend("--ft-notice-success-background-color","",Vo.backgroundSuccessSubtle),successBorderColor:vo.extend("--ft-notice-success-border-color","",Vo.borderSuccessSubtle),successColor:vo.extend("--ft-notice-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-notice-success-icon-color","",Vo.contentSuccessIconOnly)},ur={color:vo.extend("--ft-checkbox-color","",Vo.contentGlobalPrimary),checkedBackgroundColor:vo.extend("--ft-checkbox-checked-background-color","",Vo.contentActionPrimary),checkedStateLayerColor:vo.extend("--ft-checkbox-checked-state-layer-color","",Vo.contentActionPrimary),checkedIconColor:vo.extend("--ft-checkbox-checked-icon-color","",Vo.contentGlobalOnColor),checkedHoverStateLayerOpacity:vo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",xo.opacity16),checkedFocusStateLayerOpacity:vo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",xo.opacity16),checkedActiveStateLayerOpacity:vo.extend("--ft-checkbox-checked-active-state-layer-opacity","",xo.opacity24),checkedDisabledComponentOpacity:vo.extend("--ft-checkbox-checked-disabled-component-opacity","",xo.opacity40),uncheckedBorderColor:vo.extend("--ft-checkbox-unchecked-border-color","",xo.colorGray80),uncheckedStateLayerColor:vo.extend("--ft-checkbox-unchecked-state-layer-color","",xo.colorGray80),uncheckedHoverStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",xo.opacity16),uncheckedFocusStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",xo.opacity16),uncheckedActiveStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",xo.opacity24),uncheckedDisabledComponentOpacity:vo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-checkbox-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:vo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:vo.extend("--ft-checkbox-gap","",xo.spacing3)},yr={offHoverStateLayerOpacity:vo.extend("--ft-toggle-off-hover-state-layer-opacity","",xo.opacity16),offFocusStateLayerOpacity:vo.extend("--ft-toggle-off-focus-state-layer-opacity","",xo.opacity16),offActiveStateLayerOpacity:vo.extend("--ft-toggle-off-active-state-layer-opacity","",xo.opacity24),offDisabledComponentOpacity:vo.extend("--ft-toggle-off-disabled-component-opacity","",xo.opacity40),offBackgroundColor:vo.extend("--ft-toggle-off-background-color","",Vo.contentGlobalSubtle),offIconColor:vo.extend("--ft-toggle-off-icon-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-toggle-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-toggle-on-hover-state-layer-opacity","",xo.opacity16),onFocusStateLayerOpacity:vo.extend("--ft-toggle-on-focus-state-layer-opacity","",xo.opacity16),onActiveStateLayerOpacity:vo.extend("--ft-toggle-on-active-state-layer-opacity","",xo.opacity24),onDisabledComponentOpacity:vo.extend("--ft-toggle-on-disabled-component-opacity","",xo.opacity40),onBackgroundColor:vo.extend("--ft-toggle-on-background-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-toggle-on-state-layer-color","",Vo.contentActionPrimary),onIconColor:vo.extend("--ft-toggle-on-icon-color","",Vo.contentActionPrimary),color:vo.extend("--ft-toggle-color","",Vo.contentGlobalPrimary),focusFocusRingColor:vo.extend("--ft-toggle-focus-focus-ring-color","",Vo.borderActionFocusRing),gap:vo.extend("--ft-toggle-gap","",xo.spacing3)},gr={color:vo.extend("--ft-radio-color","",Vo.contentGlobalPrimary),selectedRadioColor:vo.extend("--ft-radio-selected-radio-color","",Vo.contentActionPrimary),selectedStateLayerColor:vo.extend("--ft-radio-selected-state-layer-color","",Vo.contentActionPrimary),selectedHoverStateLayerOpacity:vo.extend("--ft-radio-selected-hover-state-layer-opacity","",xo.opacity16),selectedFocusStateLayerOpacity:vo.extend("--ft-radio-selected-focus-state-layer-opacity","",xo.opacity16),selectedActiveStateLayerOpacity:vo.extend("--ft-radio-selected-active-state-layer-opacity","",xo.opacity24),selectedDisabledComponentOpacity:vo.extend("--ft-radio-selected-disabled-component-opacity","",xo.opacity40),unselectedStateLayerColor:vo.extend("--ft-radio-unselected-state-layer-color","",Vo.borderInputPrimary),unselectedBorderColor:vo.extend("--ft-radio-unselected-border-color","",Vo.borderInputPrimary),unselectedHoverStateLayerOpacity:vo.extend("--ft-radio-unselected-hover-state-layer-opacity","",xo.opacity16),unselectedFocusStateLayerOpacity:vo.extend("--ft-radio-unselected-focus-state-layer-opacity","",xo.opacity16),unselectedActiveStateLayerOpacity:vo.extend("--ft-radio-unselected-active-state-layer-opacity","",xo.opacity24),unselectedDisabledComponentOpacity:vo.extend("--ft-radio-unselected-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-radio-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:vo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:vo.extend("--ft-radio-gap","",xo.spacing3)},br={iconSize:vo.extend("--ft-notification-icon-size","",xo.iconSize4),horizontalPadding:vo.extend("--ft-notification-horizontal-padding","",xo.spacing4),verticalPadding:vo.extend("--ft-notification-vertical-padding","",xo.spacing4),infoBackgroundColor:vo.extend("--ft-notification-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-notification-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-notification-info-icon-color","",Vo.contentInfoIconOnly),infoBorderColor:vo.extend("--ft-notification-info-border-color","",Vo.borderInfoSubtle),successBackgroundColor:vo.extend("--ft-notification-success-background-color","",Vo.backgroundSuccessSubtle),successColor:vo.extend("--ft-notification-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-notification-success-icon-color","",Vo.contentSuccessIconOnly),successBorderColor:vo.extend("--ft-notification-success-border-color","",Vo.borderSuccessSubtle),warningBackgroundColor:vo.extend("--ft-notification-warning-background-color","",Vo.backgroundWarningSubtle),warningColor:vo.extend("--ft-notification-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-notification-warning-icon-color","",Vo.contentWarningIconOnly),warningBorderColor:vo.extend("--ft-notification-warning-border-color","",Vo.borderWarningSubtle),errorBackgroundColor:vo.extend("--ft-notification-error-background-color","",Vo.backgroundErrorSubtle),errorColor:vo.extend("--ft-notification-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-notification-error-icon-color","",Vo.contentErrorIconOnly),errorBorderColor:vo.extend("--ft-notification-error-border-color","",Vo.borderErrorSubtle),borderRadius:vo.extend("--ft-notification-border-radius","",xo.borderRadiusPill),borderWidth:vo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:vo.extend("--ft-notification-leading-gap","",xo.spacing2),trailingGap:vo.extend("--ft-notification-trailing-gap","",xo.spacing8)},mr={horizontalPadding:vo.extend("--ft-tooltip-horizontal-padding","",xo.spacing2),verticalPadding:vo.extend("--ft-tooltip-vertical-padding","",xo.spacing2),borderRadius:vo.extend("--ft-tooltip-border-radius","",xo.borderRadiusS),color:vo.extend("--ft-tooltip-color","",Vo.contentGlobalOnColor),backgroundColor:vo.extend("--ft-tooltip-background-color","",Vo.contentGlobalPrimary),backgroundOpacity:vo.extend("--ft-tooltip-background-opacity","",xo.opacity80),shadow:vo.extend("--ft-tooltip-shadow","",xo.shadowElevation03),maxWidth:vo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:vo.extend("--ft-tooltip-gap","",xo.spacing05)};var vr=Object.freeze({__proto__:null,FtCssVariableFactory:vo,banner:Yo,border:dr,breadcrumb:Jo,button:qo,chart:fr,checkbox:ur,chip:pr,collapsible:sr,comboboxMultiSelect:nr,comboboxSingleSelect:ir,drawer:tr,floatingMenu:rr,foundation:xo,modal:Qo,notice:hr,notification:br,pageHeader:Xo,popover:ar,radio:gr,semantic:Vo,setVariable:function(t,e){return mo(`${t.name}: ${e}`)},switch_:cr,tabs:lr,textArea:or,textInput:er,toggle:yr,tooltip:mr,typographies:Go,typographyBody1Medium:Eo,typographyBody1Regular:No,typographyBody1Semibold:Ro,typographyBody2Medium:ko,typographyBody2MediumUnderline:Wo,typographyBody2Regular:Io,typographyBody2Semibold:Lo,typographyCaption1Bold:Mo,typographyCaption1Medium:jo,typographyCaption1Semibold:_o,typographyCaption2Bold:Ko,typographyCaption2Medium:Po,typographyCaption2Semibold:Zo,typographyCaption3Bold:To,typographyCaption3Medium:Do,typographyCaption3Semibold:Ho,typographyDisplay:Oo,typographyLabel1Bold:zo,typographyLabel1Medium:$o,typographyLabel1Semibold:Uo,typographyLabel2Bold:Ao,typographyLabel2Medium:Bo,typographyLabel2Semibold:Fo,typographyTitle1:wo,typographyTitle2:So,typographyTitle3:Co,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const xr={colorPrimary:vo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:vo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:vo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:vo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:vo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:vo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:vo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:vo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:vo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:vo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:vo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:vo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:vo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:vo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:vo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:vo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:vo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:vo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:vo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:vo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:vo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:vo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:vo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:vo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:vo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:vo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:vo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:vo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:vo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:vo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:vo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:vo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:vo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:vo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:vo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:vo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:vo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:vo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:vo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:vo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:vo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:vo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:vo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:vo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:vo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:vo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:vo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:vo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:vo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:vo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:vo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Or=Object.freeze({__proto__:null,designSystemVariables:xr});class wr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Sr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Cr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Nr=Object.freeze({__proto__:null,FtNotificationEvent:wr,PostResizeEvent:Cr,PreResizeEvent:Sr});const Er=["start","end"],Rr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Er[0],e+"-"+Er[1])),[]),Ir=Math.min,kr=Math.max,Wr=Math.round,Lr=t=>({x:t,y:t}),$r={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function zr(t,e,o){return kr(t,Ir(e,o))}function Br(t,e){return"function"==typeof t?t(e):t}function Fr(t){return t.split("-")[0]}function Ar(t){return t.split("-")[1]}function jr(t){return"x"===t?"y":"x"}function _r(t){return"y"===t?"height":"width"}function Mr(t){return["top","bottom"].includes(Fr(t))?"y":"x"}function Pr(t){return jr(Mr(t))}function Zr(t){return t.replace(/left|right|bottom|top/g,(t=>$r[t]))}function Kr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Dr(t,e,o){let{reference:r,floating:i}=t;const n=Mr(e),a=Pr(e),l=_r(a),s=Fr(e),c="y"===n,f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(s){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:p};break;case"left":h={x:r.x-i.width,y:p};break;default:h={x:r.x,y:r.y}}switch(Ar(e)){case"start":h[a]-=d*(o&&c?-1:1);break;case"end":h[a]+=d*(o&&c?-1:1)}return h}async function Hr(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:s}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:d=!1,padding:h=0}=Br(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===p?"reference":"floating":p],g=Kr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:c,rootBoundary:f,strategy:s})),b="floating"===p?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Kr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:s}):b);return{top:(g.top-x.top+u.top)/v.y,bottom:(x.bottom-g.bottom+u.bottom)/v.y,left:(g.left-x.left+u.left)/v.x,right:(x.right-g.right+u.right)/v.x}}function Tr(t,e,o){return(t?[...o.filter((e=>Ar(e)===t)),...o.filter((e=>Ar(e)!==t))]:o.filter((t=>Fr(t)===t))).filter((o=>!t||(Ar(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ur[t]))}(o)!==o)))}const Gr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:l,platform:s,elements:c}=e,{crossAxis:f=!1,alignment:p,allowedPlacements:d=Rr,autoAlignment:h=!0,...u}=Br(t,e),y=void 0!==p||d===Rr?Tr(p||null,h,d):d,g=await Hr(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Ar(t),i=Pr(t),n=_r(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Zr(a)),[a,Zr(a)]}(m,n,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==m)return{reset:{placement:y[0]}};const x=[g[Fr(m)],g[v[0]],g[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=Ar(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=S.filter((t=>t[2].slice(0,Ar(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||S[0][0];return N!==l?{data:{index:b+1,overflows:O},reset:{placement:N}}:{}}}};function Vr(t){return Jr(t)?(t.nodeName||"").toLowerCase():"#document"}function qr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Yr(t){var e;return null==(e=(Jr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Jr(t){return t instanceof Node||t instanceof qr(t).Node}function Xr(t){return t instanceof Element||t instanceof qr(t).Element}function Qr(t){return t instanceof HTMLElement||t instanceof qr(t).HTMLElement}function ti(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof qr(t).ShadowRoot)}function ei(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=ai(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function oi(t){return["table","td","th"].includes(Vr(t))}function ri(t){const e=ii(),o=ai(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function ii(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ni(t){return["html","body","#document"].includes(Vr(t))}function ai(t){return qr(t).getComputedStyle(t)}function li(t){return Xr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function si(t){if("html"===Vr(t))return t;const e=t.assignedSlot||t.parentNode||ti(t)&&t.host||Yr(t);return ti(e)?e.host:e}function ci(t){const e=si(t);return ni(e)?t.ownerDocument?t.ownerDocument.body:t.body:Qr(e)&&ei(e)?e:ci(e)}function fi(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=ci(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=qr(i);return n?e.concat(a,a.visualViewport||[],ei(i)?i:[],a.frameElement&&o?fi(a.frameElement):[]):e.concat(i,fi(i,[],o))}function pi(t){const e=ai(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Qr(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,l=Wr(o)!==n||Wr(r)!==a;return l&&(o=n,r=a),{width:o,height:r,$:l}}function di(t){return Xr(t)?t:t.contextElement}function hi(t){const e=di(t);if(!Qr(e))return Lr(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=pi(e);let a=(n?Wr(o.width):o.width)/r,l=(n?Wr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const ui=Lr(0);function yi(t){const e=qr(t);return ii()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:ui}function gi(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=di(t);let a=Lr(1);e&&(r?Xr(r)&&(a=hi(r)):a=hi(t));const l=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==qr(t))&&e}(n,o,r)?yi(n):Lr(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,f=i.width/a.x,p=i.height/a.y;if(n){const t=qr(n),e=r&&Xr(r)?qr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=hi(o),e=o.getBoundingClientRect(),r=ai(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,c*=t.y,f*=t.x,p*=t.y,s+=i,c+=n,o=qr(o).frameElement}}return Kr({width:f,height:p,x:s,y:c})}function bi(t){return gi(Yr(t)).left+li(t).scrollLeft}function mi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=qr(t),r=Yr(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){n=i.width,a=i.height;const t=ii();(!t||t&&"fixed"===e)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:n,height:a,x:l,y:s}}(t,o);else if("document"===e)r=function(t){const e=Yr(t),o=li(t),r=t.ownerDocument.body,i=kr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=kr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+bi(t);const l=-o.scrollTop;return"rtl"===ai(r).direction&&(a+=kr(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Yr(t));else if(Xr(e))r=function(t,e){const o=gi(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Qr(t)?hi(t):Lr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=yi(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Kr(r)}function vi(t,e){const o=si(t);return!(o===e||!Xr(o)||ni(o))&&("fixed"===ai(o).position||vi(o,e))}function xi(t,e,o){const r=Qr(e),i=Yr(e),n="fixed"===o,a=gi(t,!0,n,e);let l={scrollLeft:0,scrollTop:0};const s=Lr(0);if(r||!r&&!n)if(("body"!==Vr(e)||ei(i))&&(l=li(e)),r){const t=gi(e,!0,n,e);s.x=t.x+e.clientLeft,s.y=t.y+e.clientTop}else i&&(s.x=bi(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function Oi(t,e){return Qr(t)&&"fixed"!==ai(t).position?e?e(t):t.offsetParent:null}function wi(t,e){const o=qr(t);if(!Qr(t))return o;let r=Oi(t,e);for(;r&&oi(r)&&"static"===ai(r).position;)r=Oi(r,e);return r&&("html"===Vr(r)||"body"===Vr(r)&&"static"===ai(r).position&&!ri(r))?o:r||function(t){let e=si(t);for(;Qr(e)&&!ni(e);){if(ri(e))return e;e=si(e)}return null}(t)||o}const Si={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Qr(o),n=Yr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},l=Lr(1);const s=Lr(0);if((i||!i&&"fixed"!==r)&&(("body"!==Vr(o)||ei(n))&&(a=li(o)),Qr(o))){const t=gi(o);l=hi(o),s.x=t.x+o.clientLeft,s.y=t.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-a.scrollLeft*l.x+s.x,y:e.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:Yr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=fi(t,[],!1).filter((t=>Xr(t)&&"body"!==Vr(t))),i=null;const n="fixed"===ai(t).position;let a=n?si(t):t;for(;Xr(a)&&!ni(a);){const e=ai(a),o=ri(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||ei(a)&&!o&&vi(t,a))?r=r.filter((t=>t!==a)):i=e,a=si(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],l=n.reduce(((t,o)=>{const r=mi(e,o,i);return t.top=kr(r.top,t.top),t.right=Ir(r.right,t.right),t.bottom=Ir(r.bottom,t.bottom),t.left=kr(r.left,t.left),t}),mi(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:wi,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||wi,n=this.getDimensions;return{reference:xi(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return pi(t)},getScale:hi,isElement:Xr,isRTL:function(t){return"rtl"===ai(t).direction}},Ci=(t,e,o)=>{const r=new Map,i={platform:Si,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,l=n.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:p}=Dr(c,r,s),d=r,h={},u=0;for(let o=0;o<l.length;o++){const{name:n,fn:y}=l[o],{x:g,y:b,data:m,reset:v}=await y({x:f,y:p,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:t,floating:e}});f=null!=g?g:f,p=null!=b?b:p,h={...h,[n]:{...h[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(d=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:p}=Dr(c,d,s))),o=-1)}return{x:f,y:p,placement:d,strategy:i,middlewareData:h}})(t,e,{...i,platform:n})};function Ni(t){return function(t){for(let e=t;e;e=Ei(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Ei(t);e;e=Ei(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Ei(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Ri(t,e,o){return Ci(t,e,{platform:{...Si,getOffsetParent:t=>Si.getOffsetParent(t,Ni)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...s}=Br(r,t),c={x:e,y:o},f=await Hr(t,s),p=Mr(Fr(i)),d=jr(p);let h=c[d],u=c[p];if(n){const t="y"===d?"bottom":"right";h=zr(h+f["y"===d?"top":"left"],h,h-f[t])}if(a){const t="y"===p?"bottom":"right";u=zr(u+f["y"===p?"top":"left"],u,u-f[t])}const y=l.fn({...t,[d]:h,[p]:u});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Gr({allowedPlacements:[o]})]});var r}var Ii=Object.freeze({__proto__:null,computeOffsetPosition:Ri});
136
+ */let qe=class extends Ue{constructor(t){if(super(t),this.et=D,t.type!==Le)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===D||null==t)return this.vt=void 0,this.et=t;if(t===K)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};qe.directiveName="unsafeHTML",qe.resultType=1;const Ye=$e(qe);var Je=Object.freeze({__proto__:null,UnsafeHTMLDirective:qe,unsafeHTML:Ye});class Xe extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class Qe extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new Xe("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new Xe("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const to=t=>new Qe(((e,o)=>t.then(e).catch(o)));var eo=Object.freeze({__proto__:null,CancelablePromise:Qe,CanceledPromiseError:Xe,cancelable:to});var oo=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=to(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class ro{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t,e){var o,r;let i=(null!==(r=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>ro.flattenMetadata(t)));return null==e?i:i.find((t=>t.key===e))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,label:t.label,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,label:t.label,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e,o="No value"){var r,i;let n=ro.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==n?void 0:n.label)&&void 0!==r?r:null===(i=this.getMetadataDescriptor(t))||void 0===i?void 0:i.label;const l=this.allResults.map((e=>ro.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==n?void 0:n.value))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return l.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){if(null==t)return-1;if(null==e)return 1;let i=this.getMetadataDescriptor(o),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((e=>t==e.key))}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>{var r;return(null===(r=ro.extractResultMetadata(o,t))||void 0===r?void 0:r.value)==e}));let r,i=ro.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return ro.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var io=Object.freeze({__proto__:null,ClusteringHelper:ro});class no{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var ao=Object.freeze({__proto__:null,Debouncer:no});const lo=t=>new Promise((e=>setTimeout(e,t)));async function so(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await lo(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function co(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function fo(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!fo(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!fo(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!fo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var po=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?co(o):o}},deepEqual:fo,delay:lo,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,o){return e.flatMap((e=>[e,...t(o(e),o)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:co,waitFor:so,waitUntil:async function(t,e=10,o=2e4){await so((async()=>await t()||void 0),e,o)}});const ho=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function uo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return we({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!fo(t,e),...null!=e?e:{}})}function yo(t){return we({type:Object,converter:{fromAttribute:t=>{if(null!=t)return go(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}function go(t){return!isNaN(parseFloat(t))}var bo=Object.freeze({__proto__:null,customElement:ho,isNumber:go,jsonProperty:uo,optionalNumberProperty:yo});const mo=t=>"string"==typeof t?pt(t):t;class vo{static create(t,e,o,r){const i=t=>mo(null!=t?t:r),n=dt`var(${mo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${mo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=dt`var(${mo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${mo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):mo(null!=e?e:t.lastResortDefaultValue()),r=dt`var(${mo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>dt`var(${mo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const xo={colorWhite:vo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:vo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:vo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:vo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:vo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:vo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:vo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:vo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:vo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:vo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:vo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:vo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:vo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:vo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:vo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:vo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:vo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:vo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:vo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:vo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:vo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:vo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:vo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:vo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:vo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:vo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:vo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:vo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:vo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:vo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:vo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:vo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:vo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:vo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:vo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:vo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:vo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:vo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:vo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:vo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:vo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:vo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:vo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:vo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:vo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:vo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:vo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:vo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:vo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:vo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:vo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:vo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:vo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:vo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:vo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:vo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:vo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:vo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:vo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:vo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:vo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:vo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:vo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:vo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:vo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:vo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:vo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:vo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:vo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:vo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:vo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:vo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:vo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:vo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:vo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:vo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:vo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:vo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:vo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:vo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:vo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:vo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:vo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:vo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:vo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:vo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:vo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:vo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:vo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:vo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:vo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:vo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:vo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:vo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:vo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:vo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:vo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:vo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:vo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:vo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:vo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:vo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:vo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:vo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:vo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:vo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:vo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:vo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:vo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:vo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:vo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:vo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:vo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:vo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:vo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:vo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:vo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:vo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:vo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:vo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:vo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:vo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:vo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:vo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:vo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:vo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:vo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:vo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:vo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:vo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:vo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:vo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:vo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:vo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:vo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:vo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:vo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:vo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:vo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:vo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:vo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:vo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:vo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:vo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:vo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:vo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:vo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:vo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:vo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:vo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:vo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:vo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:vo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:vo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:vo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:vo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:vo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:vo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:vo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:vo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:vo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:vo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:vo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:vo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:vo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:vo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:vo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:vo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:vo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:vo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:vo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:vo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:vo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:vo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:vo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:vo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:vo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:vo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:vo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:vo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:vo.create("--ft-opacity-0","","NUMBER","0"),opacity8:vo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:vo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:vo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:vo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:vo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:vo.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:vo.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:vo.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:vo.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:vo.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:vo.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:vo.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:vo.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:vo.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Oo={fontFamily:vo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:vo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-display-textCase","","UNKNOWN","none")},wo={fontFamily:vo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:vo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},So={fontFamily:vo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:vo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:vo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Co={fontFamily:vo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:vo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:vo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:vo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},No={fontFamily:vo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:vo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Eo={fontFamily:vo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ro={fontFamily:vo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:vo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Io={fontFamily:vo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:vo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},ko={fontFamily:vo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Wo={fontFamily:vo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:vo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:vo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Lo={fontFamily:vo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:vo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:vo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:vo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},$o={fontFamily:vo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Uo={fontFamily:vo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:vo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:vo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:vo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:vo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ao={fontFamily:vo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:vo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:vo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:vo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:vo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:vo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:vo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:vo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Po={fontFamily:vo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:vo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:vo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:vo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Do={fontFamily:vo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:vo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Ho={fontFamily:vo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:vo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},To={fontFamily:vo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:vo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:vo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:vo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:vo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:vo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:vo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:vo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:vo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Go={display:Oo,"title-1":wo,"title-2":So,"title-3":Co,"body-1-regular":No,"body-1-medium":Eo,"body-1-semibold":Ro,"body-2-regular":Io,"body-2-medium":ko,"body-2-medium-underline":Wo,"body-2-semibold":Lo,"label-1-medium":$o,"label-1-semibold":Uo,"label-1-bold":zo,"label-2-medium":Bo,"label-2-semibold":Fo,"label-2-bold":Ao,"caption-1-medium":jo,"caption-1-semibold":_o,"caption-1-bold":Mo,"caption-2-medium":Po,"caption-2-semibold":Zo,"caption-2-bold":Ko,"caption-3-medium":Do,"caption-3-semibold":Ho,"caption-3-bold":To},Vo={backgroundActionPrimary:vo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",xo.colorBrand0),backgroundErrorSubtle:vo.extend("--ft-background-error-subtle","Used as background of subtle error components.",xo.colorRed10),backgroundInfoSubtle:vo.extend("--ft-background-info-subtle","Used as background of subtle information components.",xo.colorCyan10),backgroundWarningSubtle:vo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",xo.colorOrange10),backgroundSuccessSubtle:vo.extend("--ft-background-success-subtle","Used as background of subtle success components.",xo.colorGreen10),backgroundGlobalSurface:vo.extend("--ft-background-global-surface","Used as app background.",xo.colorWhite),backgroundGlobalOnSurface:vo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",xo.colorGray10),backgroundGlobalOnSurfaceDark:vo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",xo.colorGray30),contentActionPrimary:vo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",xo.colorBrand0),contentWarningPrimary:vo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",xo.colorOrange200),contentWarningIconOnly:vo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",xo.colorOrange0),contentErrorPrimary:vo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",xo.colorRed0),contentErrorIconOnly:vo.extend("--ft-content-error-icon-only","Used on error status icons alone",xo.colorRed70),contentInfoPrimary:vo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",xo.colorCyan200),contentInfoIconOnly:vo.extend("--ft-content-info-icon-only","Used on info status icons alone",xo.colorCyan0),contentSuccessPrimary:vo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",xo.colorGreen200),contentSuccessIconOnly:vo.extend("--ft-content-success-icon-only","Used on success status icons alone",xo.colorGreen0),contentGlobalPrimary:vo.extend("--ft-content-global-primary","Used for main content on the page.",xo.colorGray500),contentGlobalSecondary:vo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",xo.colorGray200),contentGlobalSubtle:vo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",xo.colorGray0),contentGlobalOnColor:vo.extend("--ft-content-global-on-color","Used for content on a dominant color.",xo.colorWhite),borderActionPrimary:vo.extend("--ft-border-action-primary","Used as border for primary action components.",xo.colorBrand0),borderActionFocusRing:vo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",xo.colorCyan0),borderWarningPrimary:vo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",xo.colorOrange200),borderWarningSubtle:vo.extend("--ft-border-warning-subtle","Used as border for warning components.",xo.colorOrange30),borderSuccessPrimary:vo.extend("--ft-border-success-primary","Used as border for success buttons.",xo.colorGreen200),borderSuccessSubtle:vo.extend("--ft-border-success-subtle","Used as border for success components.",xo.colorGreen30),borderErrorPrimary:vo.extend("--ft-border-error-primary","Used as border for text fields in error states.",xo.colorRed0),borderErrorSubtle:vo.extend("--ft-border-error-subtle","Used as border for error components.",xo.colorRed30),borderInfoPrimary:vo.extend("--ft-border-info-primary","Used as border for buttons in info color.",xo.colorCyan200),borderInfoSubtle:vo.extend("--ft-border-info-subtle","Used as border for information components.",xo.colorCyan30),borderGlobalPrimary:vo.extend("--ft-border-global-primary","Used as border for element like input.",xo.colorGray50),borderGlobalSubtle:vo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",xo.colorGray30),borderInputPrimary:vo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",xo.colorGray80)},qo={largeHeight:vo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:vo.extend("--ft-button-large-horizontal-padding","",xo.spacing4),largeGap:vo.extend("--ft-button-large-gap","",xo.spacing2),largeBorderRadius:vo.extend("--ft-button-large-border-radius","",xo.borderRadiusS),largeIconSize:vo.extend("--ft-button-large-icon-size","",xo.iconSize3),largeBorderWidth:vo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:vo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:vo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:vo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:vo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:vo.extend("--ft-button-small-horizontal-padding","",xo.spacing3),smallGap:vo.extend("--ft-button-small-gap","",xo.spacing2),smallBorderRadius:vo.extend("--ft-button-small-border-radius","",xo.borderRadiusS),smallIconSize:vo.extend("--ft-button-small-icon-size","",xo.iconSize2),smallBorderWidth:vo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:vo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:vo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:vo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:vo.extend("--ft-button-primary-background-color","",Vo.backgroundActionPrimary),primaryColor:vo.extend("--ft-button-primary-color","",Vo.contentGlobalOnColor),primaryIconColor:vo.extend("--ft-button-primary-icon-color","",Vo.contentGlobalOnColor),primaryStateLayerColor:vo.extend("--ft-button-primary-state-layer-color","",Vo.contentGlobalOnColor),primaryHoverStateLayerOpacity:vo.extend("--ft-button-primary-hover-state-layer-opacity","",xo.opacity16),primaryFocusStateLayerOpacity:vo.extend("--ft-button-primary-focus-state-layer-opacity","",xo.opacity16),primaryActiveStateLayerOpacity:vo.extend("--ft-button-primary-active-state-layer-opacity","",xo.opacity24),primaryDisabledComponentOpacity:vo.extend("--ft-button-primary-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-button-focus-focus-ring-color","",Vo.borderActionFocusRing),tertiaryBackgroundColor:vo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:vo.extend("--ft-button-tertiary-color","",Vo.contentActionPrimary),tertiaryIconColor:vo.extend("--ft-button-tertiary-icon-color","",Vo.contentActionPrimary),tertiaryStateLayerColor:vo.extend("--ft-button-tertiary-state-layer-color","",Vo.contentActionPrimary),tertiaryHoverStateLayerOpacity:vo.extend("--ft-button-tertiary-hover-state-layer-opacity","",xo.opacity8),tertiaryFocusStateLayerOpacity:vo.extend("--ft-button-tertiary-focus-state-layer-opacity","",xo.opacity8),tertiaryActiveStateLayerOpacity:vo.extend("--ft-button-tertiary-active-state-layer-opacity","",xo.opacity16),tertiaryDisabledComponentOpacity:vo.extend("--ft-button-tertiary-disabled-component-opacity","",xo.opacity40),secondaryBackgroundColor:vo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:vo.extend("--ft-button-secondary-color","",Vo.contentActionPrimary),secondaryIconColor:vo.extend("--ft-button-secondary-icon-color","",Vo.contentActionPrimary),secondaryStateLayerColor:vo.extend("--ft-button-secondary-state-layer-color","",Vo.contentActionPrimary),secondaryHoverStateLayerOpacity:vo.extend("--ft-button-secondary-hover-state-layer-opacity","",xo.opacity8),secondaryFocusStateLayerOpacity:vo.extend("--ft-button-secondary-focus-state-layer-opacity","",xo.opacity8),secondaryActiveStateLayerOpacity:vo.extend("--ft-button-secondary-active-state-layer-opacity","",xo.opacity16),secondaryDisabledComponentOpacity:vo.extend("--ft-button-secondary-disabled-component-opacity","",xo.opacity40),secondaryBorderColor:vo.extend("--ft-button-secondary-border-color","",Vo.borderActionPrimary),neutralBackgroundColor:vo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:vo.extend("--ft-button-neutral-icon-color","",Vo.contentGlobalSecondary),neutralColor:vo.extend("--ft-button-neutral-color","",Vo.contentGlobalSecondary),neutralStateLayerColor:vo.extend("--ft-button-neutral-state-layer-color","",Vo.contentGlobalSecondary),neutralHoverStateLayerOpacity:vo.extend("--ft-button-neutral-hover-state-layer-opacity","",xo.opacity8),neutralFocusStateLayerOpacity:vo.extend("--ft-button-neutral-focus-state-layer-opacity","",xo.opacity8),neutralActiveStateLayerOpacity:vo.extend("--ft-button-neutral-active-state-layer-opacity","",xo.opacity16),neutralDisabledComponentOpacity:vo.extend("--ft-button-neutral-disabled-component-opacity","",xo.opacity40)},Yo={iconSize:vo.extend("--ft-banner-icon-size","",xo.iconSize5),borderWidth:vo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:vo.extend("--ft-banner-horizontal-padding","",xo.spacing6),verticalPadding:vo.extend("--ft-banner-vertical-padding","",xo.spacing6),horizontalSideGap:vo.extend("--ft-banner-horizontal-side-gap","",xo.spacing6),horizontalMobileGap:vo.extend("--ft-banner-horizontal-mobile-gap","",xo.spacing4),verticalMobileGap:vo.extend("--ft-banner-vertical-mobile-gap","",xo.spacing6),horizontalMiddleGap:vo.extend("--ft-banner-horizontal-middle-gap","",xo.spacing20),infoBackgroundColor:vo.extend("--ft-banner-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-banner-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-banner-info-icon-color","",Vo.contentInfoIconOnly)},Jo={horizontalGap:vo.extend("--ft-breadcrumb-horizontal-gap","",xo.spacing1),verticalGap:vo.extend("--ft-breadcrumb-vertical-gap","",xo.spacing2),currentElementColor:vo.extend("--ft-breadcrumb-current-element-color","",Vo.contentGlobalPrimary),iconColor:vo.extend("--ft-breadcrumb-icon-color","",Vo.contentGlobalSubtle)},Xo={horizontalPadding:vo.extend("--ft-page-header-horizontal-padding","",xo.spacing12),horizontalGap:vo.extend("--ft-page-header-horizontal-gap","",xo.spacing4),verticalGap:vo.extend("--ft-page-header-vertical-gap","",xo.spacing2),classicVerticalPadding:vo.extend("--ft-page-header-classic-vertical-padding","",xo.spacing6),multilineVerticalPadding:vo.extend("--ft-page-header-multiline-vertical-padding","",xo.spacing4),inlineVerticalPadding:vo.extend("--ft-page-header-inline-vertical-padding","",xo.spacing2),backgroundColor:vo.extend("--ft-page-header-background-color","",xo.colorWhite),bottomBorderColor:vo.extend("--ft-page-header-bottom-border-color","",Vo.borderGlobalSubtle),titleColor:vo.extend("--ft-page-header-title-color","",Vo.contentGlobalPrimary),subtitleColor:vo.extend("--ft-page-header-subtitle-color","",Vo.contentGlobalSecondary)},Qo={smallContainerWidth:vo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:vo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:vo.extend("--ft-modal-overlay-background-color","",xo.colorGray700),overlayOpacity:vo.extend("--ft-modal-overlay-opacity","",xo.opacity40),shadow:vo.extend("--ft-modal-shadow","",xo.shadowElevation03),bodyBackgroundColor:vo.extend("--ft-modal-body-background-color","",xo.colorWhite),bodyColor:vo.extend("--ft-modal-body-color","",Vo.contentGlobalPrimary),bodyHorizontalPadding:vo.extend("--ft-modal-body-horizontal-padding","",xo.spacing6),bodyVerticalPadding:vo.extend("--ft-modal-body-vertical-padding","",xo.spacing6),bodyVerticalGap:vo.extend("--ft-modal-body-vertical-gap","",xo.spacing6),containerMargin:vo.extend("--ft-modal-container-margin","",xo.spacing3),headerBackgroundColor:vo.extend("--ft-modal-header-background-color","",Vo.backgroundGlobalOnSurface),headerBorderColor:vo.extend("--ft-modal-header-border-color","",Vo.borderGlobalSubtle),headerColor:vo.extend("--ft-modal-header-color","",Vo.contentGlobalPrimary),headerTrailingIconColor:vo.extend("--ft-modal-header-trailing-icon-color","",Vo.contentGlobalSecondary),headerVerticalPadding:vo.extend("--ft-modal-header-vertical-padding","",xo.spacing1),headerRightPadding:vo.extend("--ft-modal-header-right-padding","",xo.spacing1),headerLeftPadding:vo.extend("--ft-modal-header-left-padding","",xo.spacing6),headerGap:vo.extend("--ft-modal-header-gap","",xo.spacing2),headerBorderBottom:vo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:vo.extend("--ft-modal-border-radius","",xo.borderRadiusM)},tr={overlayOpacity:vo.extend("--ft-drawer-overlay-opacity","",xo.opacity40),shadow:vo.extend("--ft-drawer-shadow","",xo.shadowElevation03),bodyColor:vo.extend("--ft-drawer-body-color","",Vo.contentGlobalPrimary),bodyHorizontalPadding:vo.extend("--ft-drawer-body-horizontal-padding","",xo.spacing6),bodyVerticalPadding:vo.extend("--ft-drawer-body-vertical-padding","",xo.spacing6),bodyGap:vo.extend("--ft-drawer-body-gap","",xo.spacing6),bodyBackgroundColor:vo.extend("--ft-drawer-body-background-color","",xo.colorWhite),headerBackgroundColor:vo.extend("--ft-drawer-header-background-color","",Vo.backgroundGlobalOnSurface),headerBorderColor:vo.extend("--ft-drawer-header-border-color","",Vo.borderGlobalSubtle),headerColor:vo.extend("--ft-drawer-header-color","",Vo.contentGlobalPrimary),headerTrailingIconColor:vo.extend("--ft-drawer-header-trailing-icon-color","",Vo.contentGlobalSecondary),headerHeight:vo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:vo.extend("--ft-drawer-header-horizontal-padding","",xo.spacing2),headerBorderWidth:vo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:vo.extend("--ft-drawer-header-gap","",xo.spacing3),buttonsBarBackgroundColor:vo.extend("--ft-drawer-buttons-bar-background-color","",Vo.backgroundGlobalOnSurface),buttonsBarBorderColor:vo.extend("--ft-drawer-buttons-bar-border-color","",Vo.borderGlobalSubtle),buttonsBarColor:vo.extend("--ft-drawer-buttons-bar-color","",Vo.contentGlobalPrimary),buttonsBarHorizontalPadding:vo.extend("--ft-drawer-buttons-bar-horizontal-padding","",xo.spacing4),buttonsBarVerticalPadding:vo.extend("--ft-drawer-buttons-bar-vertical-padding","",xo.spacing4),buttonsBarGap:vo.extend("--ft-drawer-buttons-bar-gap","",xo.spacing3),buttonsBarBorderWidth:vo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:vo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:vo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:vo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:vo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:vo.extend("--ft-drawer-overlay-background-color","",xo.colorGray700)},er={fieldHorizontalPadding:vo.extend("--ft-text-input-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-text-input-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-text-input-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-text-input-field-icon-size","",xo.iconSize3),fieldHeight:vo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:vo.extend("--ft-text-input-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-text-input-helper-horizontal-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-text-input-helper-icon-size","",xo.iconSize2),borderRadius:vo.extend("--ft-text-input-border-radius","",xo.borderRadiusM),backgroundColor:vo.extend("--ft-text-input-background-color","",xo.colorWhite),contentValueColor:vo.extend("--ft-text-input-content-value-color","",Vo.contentGlobalPrimary),trailingIconColor:vo.extend("--ft-text-input-trailing-icon-color","",Vo.contentGlobalSubtle),labelColor:vo.extend("--ft-text-input-label-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-text-input-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-text-input-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-text-input-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-text-input-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIconColor:vo.extend("--ft-text-input-error-helper-icon-color","",Vo.contentErrorIconOnly),warningBorderWidth:vo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:vo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-text-input-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-text-input-disabled-component-opacity","",xo.opacity40)},or={backgroundColor:vo.extend("--ft-text-area-background-color","",xo.colorWhite),contentValueColor:vo.extend("--ft-text-area-content-value-color","",Vo.contentGlobalPrimary),labelColor:vo.extend("--ft-text-area-label-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-text-area-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-text-area-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-text-area-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-text-area-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIconColor:vo.extend("--ft-text-area-error-helper-icon-color","",Vo.contentErrorIconOnly),focusFocusRingColor:vo.extend("--ft-text-area-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:vo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-text-area-disabled-component-opacity","",xo.opacity40),fieldHorizontalLeftPadding:vo.extend("--ft-text-area-field-horizontal-left-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-text-area-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-text-area-field-vertical-gap","",xo.spacing05),fieldMinHeight:vo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:vo.extend("--ft-text-area-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-text-area-helper-horizontal-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-text-area-helper-icon-size","",xo.iconSize2),borderRadius:vo.extend("--ft-text-area-border-radius","",xo.borderRadiusM)},rr={height:vo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:vo.extend("--ft-floating-menu-horizontal-padding","",xo.spacing4),offIconColor:vo.extend("--ft-floating-menu-off-icon-color","",Vo.contentGlobalPrimary),offColor:vo.extend("--ft-floating-menu-off-color","",Vo.contentGlobalPrimary),onColor:vo.extend("--ft-floating-menu-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-floating-menu-on-state-layer-color","",Vo.contentActionPrimary),gap:vo.extend("--ft-floating-menu-gap","",xo.spacing3),focusFocusRingColor:vo.extend("--ft-floating-menu-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:vo.extend("--ft-floating-menu-focus-state-layer-opacity","",xo.opacity8),hoverStateLayerOpacity:vo.extend("--ft-floating-menu-hover-state-layer-opacity","",xo.opacity8),activeStateLayerOpacity:vo.extend("--ft-floating-menu-active-state-layer-opacity","",xo.opacity16),disabledComponentOpacity:vo.extend("--ft-floating-menu-disabled-component-opacity","",xo.opacity40),iconSize:vo.extend("--ft-floating-menu-icon-size","",xo.iconSize3),backgroundColor:vo.extend("--ft-floating-menu-background-color","",Vo.backgroundGlobalOnSurface)},ir={fieldHorizontalPadding:vo.extend("--ft-combobox-single-select-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-combobox-single-select-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-combobox-single-select-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-combobox-single-select-field-icon-size","",xo.iconSize3),fieldHeight:vo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:vo.extend("--ft-combobox-single-select-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-combobox-single-select-helper-horizontal-gap","",xo.spacing1),helperVerticalGap:vo.extend("--ft-combobox-single-select-helper-vertical-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-combobox-single-select-helper-icon-size","",xo.iconSize2),menuVerticalGap:vo.extend("--ft-combobox-single-select-menu-vertical-gap","",xo.spacing2),borderRadius:vo.extend("--ft-combobox-single-select-border-radius","",xo.borderRadiusM),backgroundColor:vo.extend("--ft-combobox-single-select-background-color","",xo.colorWhite),labelColor:vo.extend("--ft-combobox-single-select-label-color","",Vo.contentGlobalSubtle),contentValueColor:vo.extend("--ft-combobox-single-select-content-value-color","",Vo.contentGlobalPrimary),trailingIconColor:vo.extend("--ft-combobox-single-select-trailing-icon-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-combobox-single-select-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-combobox-single-select-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:vo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:vo.extend("--ft-combobox-single-select-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-combobox-single-select-error-helper-text-color","",Vo.contentErrorPrimary),warningBorderWidth:vo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:vo.extend("--ft-combobox-single-select-warning-border-color","",Vo.borderWarningPrimary),warningHelperTextColor:vo.extend("--ft-combobox-single-select-warning-helper-text-color","",Vo.contentWarningPrimary),warningHelperIconColor:vo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Vo.contentWarningIconOnly),focusOutlineWidth:vo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-combobox-single-select-disabled-component-opacity","",xo.opacity40)},nr={backgroundColor:vo.extend("--ft-combobox-multi-select-background-color","",xo.colorWhite),labelColor:vo.extend("--ft-combobox-multi-select-label-color","",Vo.contentGlobalSubtle),trailingIconColor:vo.extend("--ft-combobox-multi-select-trailing-icon-color","",Vo.contentGlobalSubtle),defaultBorderColor:vo.extend("--ft-combobox-multi-select-default-border-color","",Vo.borderInputPrimary),defaultHelperTextColor:vo.extend("--ft-combobox-multi-select-default-helper-text-color","",Vo.contentGlobalSubtle),defaultBorderWidth:vo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:vo.extend("--ft-combobox-multi-select-error-border-color","",Vo.borderErrorPrimary),errorHelperTextColor:vo.extend("--ft-combobox-multi-select-error-helper-text-color","",Vo.contentErrorPrimary),errorHelperIcon:vo.extend("--ft-combobox-multi-select-error-helper-icon","",Vo.contentErrorIconOnly),errorBorderWidth:vo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:vo.extend("--ft-combobox-multi-select-warning-border-color","",Vo.borderWarningPrimary),warningHelperTextColor:vo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Vo.contentWarningPrimary),warningHelperIconColor:vo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Vo.contentWarningIconOnly),warningBorderWidth:vo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineWidth:vo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:vo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:vo.extend("--ft-combobox-multi-select-disabled-component-opacity","",xo.opacity40),helperHorizontalPadding:vo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",xo.spacing4),helperHorizontalGap:vo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",xo.spacing1),helperVerticalGap:vo.extend("--ft-combobox-multi-select-helper-vertical-gap","",xo.spacing1),helperIconSize:vo.extend("--ft-combobox-multi-select-helper-icon-size","",xo.iconSize2),fieldHorizontalPadding:vo.extend("--ft-combobox-multi-select-field-horizontal-padding","",xo.spacing4),fieldHorizontalGap:vo.extend("--ft-combobox-multi-select-field-horizontal-gap","",xo.spacing3),fieldVerticalGap:vo.extend("--ft-combobox-multi-select-field-vertical-gap","",xo.spacing05),fieldIconSize:vo.extend("--ft-combobox-multi-select-field-icon-size","",xo.iconSize3),fieldMaxHeight:vo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:vo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",xo.spacing1),contentValuesVerticalGap:vo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",xo.spacing1),borderRadius:vo.extend("--ft-combobox-multi-select-border-radius","",xo.borderRadiusM)},ar={backgroundColor:vo.extend("--ft-popover-background-color","",Vo.backgroundGlobalOnSurface),horizontalPadding:vo.extend("--ft-popover-horizontal-padding","",xo.spacing6),verticalPadding:vo.extend("--ft-popover-vertical-padding","",xo.spacing6),iconColor:vo.extend("--ft-popover-icon-color","",Vo.contentGlobalSecondary),iconSize:vo.extend("--ft-popover-icon-size","",xo.iconSize2),titleColor:vo.extend("--ft-popover-title-color","",Vo.contentGlobalPrimary),bodyColor:vo.extend("--ft-popover-body-color","",Vo.contentGlobalSecondary),linkColor:vo.extend("--ft-popover-link-color","",Vo.contentActionPrimary),gap:vo.extend("--ft-popover-gap","",xo.spacing3),borderRadius:vo.extend("--ft-popover-border-radius","",xo.borderRadiusM),shadow:vo.extend("--ft-popover-shadow","",xo.shadowElevation02)},lr={topLeftBorderRadius:vo.extend("--ft-tabs-top-left-border-radius","",xo.borderRadiusS),topRightBorderRadius:vo.extend("--ft-tabs-top-right-border-radius","",xo.borderRadiusS),labelHorizontalPadding:vo.extend("--ft-tabs-label-horizontal-padding","",xo.spacing4),labelVerticalPadding:vo.extend("--ft-tabs-label-vertical-padding","",xo.spacing3),labelGap:vo.extend("--ft-tabs-label-gap","",xo.spacing1),offHoverStateLayerOpacity:vo.extend("--ft-tabs-off-hover-state-layer-opacity","",xo.opacity8),offFocusStateLayerOpacity:vo.extend("--ft-tabs-off-focus-state-layer-opacity","",xo.opacity8),offActiveStateLayerOpacity:vo.extend("--ft-tabs-off-active-state-layer-opacity","",xo.opacity16),offDisabledComponentOpacity:vo.extend("--ft-tabs-off-disabled-component-opacity","",xo.opacity40),offColor:vo.extend("--ft-tabs-off-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-tabs-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-tabs-on-hover-state-layer-opacity","",xo.opacity8),onFocusStateLayerOpacity:vo.extend("--ft-tabs-on-focus-state-layer-opacity","",xo.opacity8),onActiveStateLayerOpacity:vo.extend("--ft-tabs-on-active-state-layer-opacity","",xo.opacity16),onDisabledComponentOpacity:vo.extend("--ft-tabs-on-disabled-component-opacity","",xo.opacity40),onColor:vo.extend("--ft-tabs-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-tabs-on-state-layer-color","",Vo.contentActionPrimary),iconHorizontalPadding:vo.extend("--ft-tabs-icon-horizontal-padding","",xo.spacing1),iconVerticalPadding:vo.extend("--ft-tabs-icon-vertical-padding","",xo.spacing4),focusOutlineWidth:vo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-tabs-focus-focus-ring-color","",Vo.borderActionFocusRing)},sr={hoverStateLayerOpacity:vo.extend("--ft-collapsible-hover-state-layer-opacity","",xo.opacity8),focusStateLayerOpacity:vo.extend("--ft-collapsible-focus-state-layer-opacity","",xo.opacity8),focusOutlineWidth:vo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:vo.extend("--ft-collapsible-focus-focus-ring-color","",Vo.borderActionFocusRing),activeStateLayerOpacity:vo.extend("--ft-collapsible-active-state-layer-opacity","",xo.opacity16),disabledComponentOpacity:vo.extend("--ft-collapsible-disabled-component-opacity","",xo.opacity40),horizontalPadding:vo.extend("--ft-collapsible-horizontal-padding","",xo.spacing4),verticalPadding:vo.extend("--ft-collapsible-vertical-padding","",xo.spacing3),color:vo.extend("--ft-collapsible-color","",Vo.contentGlobalPrimary),stateLayerColor:vo.extend("--ft-collapsible-state-layer-color","",Vo.contentGlobalPrimary),backgroundColor:vo.extend("--ft-collapsible-background-color","",Vo.backgroundGlobalOnSurface),borderColor:vo.extend("--ft-collapsible-border-color","",Vo.borderGlobalSubtle),iconSize:vo.extend("--ft-collapsible-icon-size","",xo.iconSize3)},cr={groupHorizontalPadding:vo.extend("--ft-switch-group-horizontal-padding","",xo.spacing1),groupVerticalPadding:vo.extend("--ft-switch-group-vertical-padding","",xo.spacing1),groupGap:vo.extend("--ft-switch-group-gap","",xo.spacing1),groupBackgroundColor:vo.extend("--ft-switch-group-background-color","",Vo.backgroundGlobalSurface),groupBorderColor:vo.extend("--ft-switch-group-border-color","",Vo.borderGlobalSubtle),groupBorderRadius:vo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:vo.extend("--ft-switch-label-horizontal-padding","",xo.spacing2),labelVerticalPadding:vo.extend("--ft-switch-label-vertical-padding","",xo.spacing1),offHoverStateLayerOpacity:vo.extend("--ft-switch-off-hover-state-layer-opacity","",xo.opacity8),offFocusStateLayerOpacity:vo.extend("--ft-switch-off-focus-state-layer-opacity","",xo.opacity8),offActiveStateLayerOpacity:vo.extend("--ft-switch-off-active-state-layer-opacity","",xo.opacity16),offDisabledComponentOpacity:vo.extend("--ft-switch-off-disabled-component-opacity","",xo.opacity40),offColor:vo.extend("--ft-switch-off-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-switch-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-switch-on-hover-state-layer-opacity","",xo.opacity8),onFocusStateLayerOpacity:vo.extend("--ft-switch-on-focus-state-layer-opacity","",xo.opacity8),onActiveStateLayerOpacity:vo.extend("--ft-switch-on-active-state-layer-opacity","",xo.opacity16),onDisabledComponentOpacity:vo.extend("--ft-switch-on-disabled-component-opacity","",xo.opacity40),onColor:vo.extend("--ft-switch-on-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-switch-on-state-layer-color","",Vo.contentActionPrimary),iconHorizontalPadding:vo.extend("--ft-switch-icon-horizontal-padding","",xo.spacing1),iconVerticalPadding:vo.extend("--ft-switch-icon-vertical-padding","",xo.spacing1),focusOutlineWidth:vo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:vo.extend("--ft-switch-focus-focus-ring-color","",Vo.borderActionFocusRing),optionBorderRadius:vo.extend("--ft-switch-option-border-radius","",xo.borderRadiusS)},fr={color1Light:vo.extend("--ft-chart-1-light","for area color charts",xo.colorBrand40),color1Base:vo.extend("--ft-chart-1-base","for line charts",xo.colorBrand0),color2Light:vo.extend("--ft-chart-2-light","for area color charts",xo.colorYellow60),color2Base:vo.extend("--ft-chart-2-base","for line charts",xo.colorYellow100),color3Light:vo.extend("--ft-chart-3-light","",xo.colorUltramarine40),color3Base:vo.extend("--ft-chart-3-base","",xo.colorUltramarine70),color4Light:vo.extend("--ft-chart-4-light","",xo.colorCyan50),color4Base:vo.extend("--ft-chart-4-base","",xo.colorCyan100),color5Light:vo.extend("--ft-chart-5-light","",xo.colorRed40),color5Base:vo.extend("--ft-chart-5-base","",xo.colorRed60),color6Light:vo.extend("--ft-chart-6-light","",xo.colorGreen40),color6Base:vo.extend("--ft-chart-6-base","",xo.colorGreen70),color7Light:vo.extend("--ft-chart-7-light","",xo.colorOrange70),color7Base:vo.extend("--ft-chart-7-base","",xo.colorOrange100),color8Light:vo.extend("--ft-chart-8-light","",xo.colorAvocado70),color8Base:vo.extend("--ft-chart-8-base","",xo.colorAvocado200),color9Light:vo.extend("--ft-chart-9-light","",xo.colorBrown50),color9Base:vo.extend("--ft-chart-9-base","",xo.colorBrown200),color10Light:vo.extend("--ft-chart-10-light","",xo.colorGray50),color10Base:vo.extend("--ft-chart-10-base","",xo.colorGray80),monochrome10:vo.extend("--ft-chart-monochrome-10","",xo.colorBrand10),monochrome20:vo.extend("--ft-chart-monochrome-20","",xo.colorBrand20),monochrome30:vo.extend("--ft-chart-monochrome-30","",xo.colorBrand40),monochrome40:vo.extend("--ft-chart-monochrome-40","",xo.colorBrand60),monochrome50:vo.extend("--ft-chart-monochrome-50","",xo.colorBrand0),monochrome60:vo.extend("--ft-chart-monochrome-60","",xo.colorBrand200)},pr={largeHorizontalPadding:vo.extend("--ft-chip-large-horizontal-padding","",xo.spacing4),largeVerticalPadding:vo.extend("--ft-chip-large-vertical-padding","",xo.spacing2),largeGap:vo.extend("--ft-chip-large-gap","",xo.spacing1),largeFocusOutlineOffset:vo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:vo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:vo.extend("--ft-chip-large-border-radius","",xo.borderRadiusPill),largeBorderWidth:vo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:vo.extend("--ft-chip-large-icon-size","",xo.iconSize3),mediumHorizontalPadding:vo.extend("--ft-chip-medium-horizontal-padding","",xo.spacing3),mediumVerticalPadding:vo.extend("--ft-chip-medium-vertical-padding","",xo.spacing1),mediumGap:vo.extend("--ft-chip-medium-gap","",xo.spacing1),mediumFocusOutlineOffset:vo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:vo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:vo.extend("--ft-chip-medium-border-radius","",xo.borderRadiusPill),mediumBorderWidth:vo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:vo.extend("--ft-chip-medium-icon-size","",xo.iconSize2),smallHorizontalPadding:vo.extend("--ft-chip-small-horizontal-padding","",xo.spacing2),smallVerticalPadding:vo.extend("--ft-chip-small-vertical-padding","",xo.spacing05),smallGap:vo.extend("--ft-chip-small-gap","",xo.spacing1),smallFocusOutlineOffset:vo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:vo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:vo.extend("--ft-chip-small-border-radius","",xo.borderRadiusPill),smallBorderWidth:vo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:vo.extend("--ft-chip-small-icon-size","",xo.iconSize1),neutralBackgroundColor:vo.extend("--ft-chip-neutral-background-color","",Vo.backgroundGlobalOnSurface),neutralColor:vo.extend("--ft-chip-neutral-color","",Vo.contentGlobalPrimary),neutralIconColor:vo.extend("--ft-chip-neutral-icon-color","",Vo.contentGlobalPrimary),neutralBorderColor:vo.extend("--ft-chip-neutral-border-color","",Vo.borderGlobalSubtle),infoBackgroundColor:vo.extend("--ft-chip-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-chip-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-chip-info-icon-color","",Vo.contentInfoIconOnly),infoBorderColor:vo.extend("--ft-chip-info-border-color","",Vo.borderInfoSubtle),successBackgroundColor:vo.extend("--ft-chip-success-background-color","",Vo.backgroundSuccessSubtle),successColor:vo.extend("--ft-chip-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-chip-success-icon-color","",Vo.contentSuccessIconOnly),successBorderColor:vo.extend("--ft-chip-success-border-color","",Vo.borderSuccessSubtle),warningBackgroundColor:vo.extend("--ft-chip-warning-background-color","",Vo.backgroundWarningSubtle),warningColor:vo.extend("--ft-chip-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-chip-warning-icon-color","",Vo.contentWarningIconOnly),warningBorderColor:vo.extend("--ft-chip-warning-border-color","",Vo.borderWarningSubtle),errorBackgroundColor:vo.extend("--ft-chip-error-background-color","",Vo.backgroundErrorSubtle),errorColor:vo.extend("--ft-chip-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-chip-error-icon-color","",Vo.contentErrorIconOnly),errorBorderColor:vo.extend("--ft-chip-error-border-color","",Vo.borderErrorSubtle)},dr={infoBorderColor:vo.extend("--ft-border-info-border-color","",Vo.borderInfoSubtle)},hr={borderWidth:vo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:vo.extend("--ft-notice-horizontal-padding","",xo.spacing2),verticalPadding:vo.extend("--ft-notice-vertical-padding","",xo.spacing1),borderRadius:vo.extend("--ft-notice-border-radius","",xo.borderRadiusS),gap:vo.extend("--ft-notice-gap","",xo.spacing2),iconSize:vo.extend("--ft-notice-icon-size","",xo.iconSize3),infoBackgroundColor:vo.extend("--ft-notice-info-background-color","",Vo.backgroundInfoSubtle),infoBorderColor:vo.extend("--ft-notice-info-border-color","",Vo.borderInfoSubtle),infoColor:vo.extend("--ft-notice-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-notice-info-icon-color","",Vo.contentInfoIconOnly),warningBackgroundColor:vo.extend("--ft-notice-warning-background-color","",Vo.backgroundWarningSubtle),warningBorderColor:vo.extend("--ft-notice-warning-border-color","",Vo.borderWarningSubtle),warningColor:vo.extend("--ft-notice-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-notice-warning-icon-color","",Vo.contentWarningIconOnly),errorBackgroundColor:vo.extend("--ft-notice-error-background-color","",Vo.backgroundErrorSubtle),errorBorderColor:vo.extend("--ft-notice-error-border-color","",Vo.borderErrorSubtle),errorColor:vo.extend("--ft-notice-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-notice-error-icon-color","",Vo.contentErrorIconOnly),successBackgroundColor:vo.extend("--ft-notice-success-background-color","",Vo.backgroundSuccessSubtle),successBorderColor:vo.extend("--ft-notice-success-border-color","",Vo.borderSuccessSubtle),successColor:vo.extend("--ft-notice-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-notice-success-icon-color","",Vo.contentSuccessIconOnly)},ur={color:vo.extend("--ft-checkbox-color","",Vo.contentGlobalPrimary),checkedBackgroundColor:vo.extend("--ft-checkbox-checked-background-color","",Vo.contentActionPrimary),checkedStateLayerColor:vo.extend("--ft-checkbox-checked-state-layer-color","",Vo.contentActionPrimary),checkedIconColor:vo.extend("--ft-checkbox-checked-icon-color","",Vo.contentGlobalOnColor),checkedHoverStateLayerOpacity:vo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",xo.opacity16),checkedFocusStateLayerOpacity:vo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",xo.opacity16),checkedActiveStateLayerOpacity:vo.extend("--ft-checkbox-checked-active-state-layer-opacity","",xo.opacity24),checkedDisabledComponentOpacity:vo.extend("--ft-checkbox-checked-disabled-component-opacity","",xo.opacity40),uncheckedBorderColor:vo.extend("--ft-checkbox-unchecked-border-color","",xo.colorGray80),uncheckedStateLayerColor:vo.extend("--ft-checkbox-unchecked-state-layer-color","",xo.colorGray80),uncheckedHoverStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",xo.opacity16),uncheckedFocusStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",xo.opacity16),uncheckedActiveStateLayerOpacity:vo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",xo.opacity24),uncheckedDisabledComponentOpacity:vo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-checkbox-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:vo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:vo.extend("--ft-checkbox-gap","",xo.spacing3)},yr={offHoverStateLayerOpacity:vo.extend("--ft-toggle-off-hover-state-layer-opacity","",xo.opacity16),offFocusStateLayerOpacity:vo.extend("--ft-toggle-off-focus-state-layer-opacity","",xo.opacity16),offActiveStateLayerOpacity:vo.extend("--ft-toggle-off-active-state-layer-opacity","",xo.opacity24),offDisabledComponentOpacity:vo.extend("--ft-toggle-off-disabled-component-opacity","",xo.opacity40),offBackgroundColor:vo.extend("--ft-toggle-off-background-color","",Vo.contentGlobalSubtle),offIconColor:vo.extend("--ft-toggle-off-icon-color","",Vo.contentGlobalSubtle),offStateLayerColor:vo.extend("--ft-toggle-off-state-layer-color","",Vo.contentGlobalSubtle),onHoverStateLayerOpacity:vo.extend("--ft-toggle-on-hover-state-layer-opacity","",xo.opacity16),onFocusStateLayerOpacity:vo.extend("--ft-toggle-on-focus-state-layer-opacity","",xo.opacity16),onActiveStateLayerOpacity:vo.extend("--ft-toggle-on-active-state-layer-opacity","",xo.opacity24),onDisabledComponentOpacity:vo.extend("--ft-toggle-on-disabled-component-opacity","",xo.opacity40),onBackgroundColor:vo.extend("--ft-toggle-on-background-color","",Vo.contentActionPrimary),onStateLayerColor:vo.extend("--ft-toggle-on-state-layer-color","",Vo.contentActionPrimary),onIconColor:vo.extend("--ft-toggle-on-icon-color","",Vo.contentActionPrimary),color:vo.extend("--ft-toggle-color","",Vo.contentGlobalPrimary),focusFocusRingColor:vo.extend("--ft-toggle-focus-focus-ring-color","",Vo.borderActionFocusRing),gap:vo.extend("--ft-toggle-gap","",xo.spacing3)},gr={color:vo.extend("--ft-radio-color","",Vo.contentGlobalPrimary),selectedRadioColor:vo.extend("--ft-radio-selected-radio-color","",Vo.contentActionPrimary),selectedStateLayerColor:vo.extend("--ft-radio-selected-state-layer-color","",Vo.contentActionPrimary),selectedHoverStateLayerOpacity:vo.extend("--ft-radio-selected-hover-state-layer-opacity","",xo.opacity16),selectedFocusStateLayerOpacity:vo.extend("--ft-radio-selected-focus-state-layer-opacity","",xo.opacity16),selectedActiveStateLayerOpacity:vo.extend("--ft-radio-selected-active-state-layer-opacity","",xo.opacity24),selectedDisabledComponentOpacity:vo.extend("--ft-radio-selected-disabled-component-opacity","",xo.opacity40),unselectedStateLayerColor:vo.extend("--ft-radio-unselected-state-layer-color","",Vo.borderInputPrimary),unselectedBorderColor:vo.extend("--ft-radio-unselected-border-color","",Vo.borderInputPrimary),unselectedHoverStateLayerOpacity:vo.extend("--ft-radio-unselected-hover-state-layer-opacity","",xo.opacity16),unselectedFocusStateLayerOpacity:vo.extend("--ft-radio-unselected-focus-state-layer-opacity","",xo.opacity16),unselectedActiveStateLayerOpacity:vo.extend("--ft-radio-unselected-active-state-layer-opacity","",xo.opacity24),unselectedDisabledComponentOpacity:vo.extend("--ft-radio-unselected-disabled-component-opacity","",xo.opacity40),focusFocusRingColor:vo.extend("--ft-radio-focus-focus-ring-color","",Vo.borderActionFocusRing),focusOutlineOffset:vo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:vo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:vo.extend("--ft-radio-gap","",xo.spacing3)},br={iconSize:vo.extend("--ft-notification-icon-size","",xo.iconSize4),horizontalPadding:vo.extend("--ft-notification-horizontal-padding","",xo.spacing4),verticalPadding:vo.extend("--ft-notification-vertical-padding","",xo.spacing4),infoBackgroundColor:vo.extend("--ft-notification-info-background-color","",Vo.backgroundInfoSubtle),infoColor:vo.extend("--ft-notification-info-color","",Vo.contentInfoPrimary),infoIconColor:vo.extend("--ft-notification-info-icon-color","",Vo.contentInfoIconOnly),infoBorderColor:vo.extend("--ft-notification-info-border-color","",Vo.borderInfoSubtle),successBackgroundColor:vo.extend("--ft-notification-success-background-color","",Vo.backgroundSuccessSubtle),successColor:vo.extend("--ft-notification-success-color","",Vo.contentSuccessPrimary),successIconColor:vo.extend("--ft-notification-success-icon-color","",Vo.contentSuccessIconOnly),successBorderColor:vo.extend("--ft-notification-success-border-color","",Vo.borderSuccessSubtle),warningBackgroundColor:vo.extend("--ft-notification-warning-background-color","",Vo.backgroundWarningSubtle),warningColor:vo.extend("--ft-notification-warning-color","",Vo.contentWarningPrimary),warningIconColor:vo.extend("--ft-notification-warning-icon-color","",Vo.contentWarningIconOnly),warningBorderColor:vo.extend("--ft-notification-warning-border-color","",Vo.borderWarningSubtle),errorBackgroundColor:vo.extend("--ft-notification-error-background-color","",Vo.backgroundErrorSubtle),errorColor:vo.extend("--ft-notification-error-color","",Vo.contentErrorPrimary),errorIconColor:vo.extend("--ft-notification-error-icon-color","",Vo.contentErrorIconOnly),errorBorderColor:vo.extend("--ft-notification-error-border-color","",Vo.borderErrorSubtle),borderRadius:vo.extend("--ft-notification-border-radius","",xo.borderRadiusPill),borderWidth:vo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:vo.extend("--ft-notification-leading-gap","",xo.spacing2),trailingGap:vo.extend("--ft-notification-trailing-gap","",xo.spacing8)},mr={horizontalPadding:vo.extend("--ft-tooltip-horizontal-padding","",xo.spacing2),verticalPadding:vo.extend("--ft-tooltip-vertical-padding","",xo.spacing2),borderRadius:vo.extend("--ft-tooltip-border-radius","",xo.borderRadiusS),color:vo.extend("--ft-tooltip-color","",Vo.contentGlobalOnColor),backgroundColor:vo.extend("--ft-tooltip-background-color","",Vo.contentGlobalPrimary),backgroundOpacity:vo.extend("--ft-tooltip-background-opacity","",xo.opacity80),shadow:vo.extend("--ft-tooltip-shadow","",xo.shadowElevation03),maxWidth:vo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:vo.extend("--ft-tooltip-gap","",xo.spacing05)};var vr=Object.freeze({__proto__:null,FtCssVariableFactory:vo,banner:Yo,border:dr,breadcrumb:Jo,button:qo,chart:fr,checkbox:ur,chip:pr,collapsible:sr,comboboxMultiSelect:nr,comboboxSingleSelect:ir,drawer:tr,floatingMenu:rr,foundation:xo,modal:Qo,notice:hr,notification:br,pageHeader:Xo,popover:ar,radio:gr,semantic:Vo,setVariable:function(t,e){return mo(`${t.name}: ${e}`)},switch_:cr,tabs:lr,textArea:or,textInput:er,toggle:yr,tooltip:mr,typographies:Go,typographyBody1Medium:Eo,typographyBody1Regular:No,typographyBody1Semibold:Ro,typographyBody2Medium:ko,typographyBody2MediumUnderline:Wo,typographyBody2Regular:Io,typographyBody2Semibold:Lo,typographyCaption1Bold:Mo,typographyCaption1Medium:jo,typographyCaption1Semibold:_o,typographyCaption2Bold:Ko,typographyCaption2Medium:Po,typographyCaption2Semibold:Zo,typographyCaption3Bold:To,typographyCaption3Medium:Do,typographyCaption3Semibold:Ho,typographyDisplay:Oo,typographyLabel1Bold:zo,typographyLabel1Medium:$o,typographyLabel1Semibold:Uo,typographyLabel2Bold:Ao,typographyLabel2Medium:Bo,typographyLabel2Semibold:Fo,typographyTitle1:wo,typographyTitle2:So,typographyTitle3:Co,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const xr={colorPrimary:vo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:vo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:vo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:vo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:vo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:vo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:vo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:vo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:vo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:vo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:vo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:vo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:vo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:vo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:vo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:vo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:vo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:vo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:vo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:vo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:vo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:vo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:vo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:vo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:vo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:vo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:vo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:vo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:vo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:vo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:vo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:vo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:vo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:vo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:vo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:vo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:vo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:vo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:vo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:vo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:vo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:vo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:vo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:vo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.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:vo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:vo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:vo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:vo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:vo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:vo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:vo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:vo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Or=Object.freeze({__proto__:null,designSystemVariables:xr});class wr extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class Sr extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class Cr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Nr=Object.freeze({__proto__:null,FtNotificationEvent:wr,PostResizeEvent:Cr,PreResizeEvent:Sr});const Er=["start","end"],Rr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Er[0],e+"-"+Er[1])),[]),Ir=Math.min,kr=Math.max,Wr=Math.round,Lr=t=>({x:t,y:t}),$r={left:"right",right:"left",bottom:"top",top:"bottom"},Ur={start:"end",end:"start"};function zr(t,e,o){return kr(t,Ir(e,o))}function Br(t,e){return"function"==typeof t?t(e):t}function Fr(t){return t.split("-")[0]}function Ar(t){return t.split("-")[1]}function jr(t){return"x"===t?"y":"x"}function _r(t){return"y"===t?"height":"width"}function Mr(t){return["top","bottom"].includes(Fr(t))?"y":"x"}function Pr(t){return jr(Mr(t))}function Zr(t){return t.replace(/left|right|bottom|top/g,(t=>$r[t]))}function Kr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Dr(t,e,o){let{reference:r,floating:i}=t;const n=Mr(e),a=Pr(e),l=_r(a),s=Fr(e),c="y"===n,f=r.x+r.width/2-i.width/2,p=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(s){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:p};break;case"left":h={x:r.x-i.width,y:p};break;default:h={x:r.x,y:r.y}}switch(Ar(e)){case"start":h[a]-=d*(o&&c?-1:1);break;case"end":h[a]+=d*(o&&c?-1:1)}return h}async function Hr(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:s}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:p="floating",altBoundary:d=!1,padding:h=0}=Br(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===p?"reference":"floating":p],g=Kr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:c,rootBoundary:f,strategy:s})),b="floating"===p?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Kr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:s}):b);return{top:(g.top-x.top+u.top)/v.y,bottom:(x.bottom-g.bottom+u.bottom)/v.y,left:(g.left-x.left+u.left)/v.x,right:(x.right-g.right+u.right)/v.x}}function Tr(t,e,o){return(t?[...o.filter((e=>Ar(e)===t)),...o.filter((e=>Ar(e)!==t))]:o.filter((t=>Fr(t)===t))).filter((o=>!t||(Ar(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Ur[t]))}(o)!==o)))}const Gr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:l,platform:s,elements:c}=e,{crossAxis:f=!1,alignment:p,allowedPlacements:d=Rr,autoAlignment:h=!0,...u}=Br(t,e),y=void 0!==p||d===Rr?Tr(p||null,h,d):d,g=await Hr(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Ar(t),i=Pr(t),n=_r(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Zr(a)),[a,Zr(a)]}(m,n,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==m)return{reset:{placement:y[0]}};const x=[g[Fr(m)],g[v[0]],g[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=Ar(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=S.filter((t=>t[2].slice(0,Ar(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||S[0][0];return N!==l?{data:{index:b+1,overflows:O},reset:{placement:N}}:{}}}};function Vr(t){return Jr(t)?(t.nodeName||"").toLowerCase():"#document"}function qr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Yr(t){var e;return null==(e=(Jr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Jr(t){return t instanceof Node||t instanceof qr(t).Node}function Xr(t){return t instanceof Element||t instanceof qr(t).Element}function Qr(t){return t instanceof HTMLElement||t instanceof qr(t).HTMLElement}function ti(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof qr(t).ShadowRoot)}function ei(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=ai(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function oi(t){return["table","td","th"].includes(Vr(t))}function ri(t){const e=ii(),o=ai(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function ii(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ni(t){return["html","body","#document"].includes(Vr(t))}function ai(t){return qr(t).getComputedStyle(t)}function li(t){return Xr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function si(t){if("html"===Vr(t))return t;const e=t.assignedSlot||t.parentNode||ti(t)&&t.host||Yr(t);return ti(e)?e.host:e}function ci(t){const e=si(t);return ni(e)?t.ownerDocument?t.ownerDocument.body:t.body:Qr(e)&&ei(e)?e:ci(e)}function fi(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=ci(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=qr(i);return n?e.concat(a,a.visualViewport||[],ei(i)?i:[],a.frameElement&&o?fi(a.frameElement):[]):e.concat(i,fi(i,[],o))}function pi(t){const e=ai(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Qr(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,l=Wr(o)!==n||Wr(r)!==a;return l&&(o=n,r=a),{width:o,height:r,$:l}}function di(t){return Xr(t)?t:t.contextElement}function hi(t){const e=di(t);if(!Qr(e))return Lr(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=pi(e);let a=(n?Wr(o.width):o.width)/r,l=(n?Wr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const ui=Lr(0);function yi(t){const e=qr(t);return ii()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:ui}function gi(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=di(t);let a=Lr(1);e&&(r?Xr(r)&&(a=hi(r)):a=hi(t));const l=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==qr(t))&&e}(n,o,r)?yi(n):Lr(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,f=i.width/a.x,p=i.height/a.y;if(n){const t=qr(n),e=r&&Xr(r)?qr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=hi(o),e=o.getBoundingClientRect(),r=ai(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,c*=t.y,f*=t.x,p*=t.y,s+=i,c+=n,o=qr(o).frameElement}}return Kr({width:f,height:p,x:s,y:c})}function bi(t){return gi(Yr(t)).left+li(t).scrollLeft}function mi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=qr(t),r=Yr(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){n=i.width,a=i.height;const t=ii();(!t||t&&"fixed"===e)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:n,height:a,x:l,y:s}}(t,o);else if("document"===e)r=function(t){const e=Yr(t),o=li(t),r=t.ownerDocument.body,i=kr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=kr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+bi(t);const l=-o.scrollTop;return"rtl"===ai(r).direction&&(a+=kr(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Yr(t));else if(Xr(e))r=function(t,e){const o=gi(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Qr(t)?hi(t):Lr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=yi(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Kr(r)}function vi(t,e){const o=si(t);return!(o===e||!Xr(o)||ni(o))&&("fixed"===ai(o).position||vi(o,e))}function xi(t,e,o){const r=Qr(e),i=Yr(e),n="fixed"===o,a=gi(t,!0,n,e);let l={scrollLeft:0,scrollTop:0};const s=Lr(0);if(r||!r&&!n)if(("body"!==Vr(e)||ei(i))&&(l=li(e)),r){const t=gi(e,!0,n,e);s.x=t.x+e.clientLeft,s.y=t.y+e.clientTop}else i&&(s.x=bi(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function Oi(t,e){return Qr(t)&&"fixed"!==ai(t).position?e?e(t):t.offsetParent:null}function wi(t,e){const o=qr(t);if(!Qr(t))return o;let r=Oi(t,e);for(;r&&oi(r)&&"static"===ai(r).position;)r=Oi(r,e);return r&&("html"===Vr(r)||"body"===Vr(r)&&"static"===ai(r).position&&!ri(r))?o:r||function(t){let e=si(t);for(;Qr(e)&&!ni(e);){if(ri(e))return e;e=si(e)}return null}(t)||o}const Si={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Qr(o),n=Yr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},l=Lr(1);const s=Lr(0);if((i||!i&&"fixed"!==r)&&(("body"!==Vr(o)||ei(n))&&(a=li(o)),Qr(o))){const t=gi(o);l=hi(o),s.x=t.x+o.clientLeft,s.y=t.y+o.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-a.scrollLeft*l.x+s.x,y:e.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:Yr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=fi(t,[],!1).filter((t=>Xr(t)&&"body"!==Vr(t))),i=null;const n="fixed"===ai(t).position;let a=n?si(t):t;for(;Xr(a)&&!ni(a);){const e=ai(a),o=ri(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||ei(a)&&!o&&vi(t,a))?r=r.filter((t=>t!==a)):i=e,a=si(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],l=n.reduce(((t,o)=>{const r=mi(e,o,i);return t.top=kr(r.top,t.top),t.right=Ir(r.right,t.right),t.bottom=Ir(r.bottom,t.bottom),t.left=kr(r.left,t.left),t}),mi(e,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:wi,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||wi,n=this.getDimensions;return{reference:xi(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return pi(t)},getScale:hi,isElement:Xr,isRTL:function(t){return"rtl"===ai(t).direction}},Ci=(t,e,o)=>{const r=new Map,i={platform:Si,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,l=n.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:p}=Dr(c,r,s),d=r,h={},u=0;for(let o=0;o<l.length;o++){const{name:n,fn:y}=l[o],{x:g,y:b,data:m,reset:v}=await y({x:f,y:p,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:t,floating:e}});f=null!=g?g:f,p=null!=b?b:p,h={...h,[n]:{...h[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(d=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:p}=Dr(c,d,s))),o=-1)}return{x:f,y:p,placement:d,strategy:i,middlewareData:h}})(t,e,{...i,platform:n})};function Ni(t){return function(t){for(let e=t;e;e=Ei(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Ei(t);e;e=Ei(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Ei(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Ri(t,e,o){return Ci(t,e,{platform:{...Si,getOffsetParent:t=>Si.getOffsetParent(t,Ni)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...s}=Br(r,t),c={x:e,y:o},f=await Hr(t,s),p=Mr(Fr(i)),d=jr(p);let h=c[d],u=c[p];if(n){const t="y"===d?"bottom":"right";h=zr(h+f["y"===d?"top":"left"],h,h-f[t])}if(a){const t="y"===p?"bottom":"right";u=zr(u+f["y"===p?"top":"left"],u,u-f[t])}const y=l.fn({...t,[d]:h,[p]:u});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Gr({allowedPlacements:[o]})]});var r}var Ii=Object.freeze({__proto__:null,computeOffsetPosition:Ri});
137
137
  /**
138
138
  * @license
139
139
  * Copyright 2019 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-tabs",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "description": "Generic tabs component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.1.54",
23
- "@fluid-topics/ft-ripple": "1.1.54",
24
- "@fluid-topics/ft-tooltip": "1.1.54",
25
- "@fluid-topics/ft-typography": "1.1.54",
26
- "@fluid-topics/ft-wc-utils": "1.1.54",
22
+ "@fluid-topics/ft-icon": "1.1.56",
23
+ "@fluid-topics/ft-ripple": "1.1.56",
24
+ "@fluid-topics/ft-tooltip": "1.1.56",
25
+ "@fluid-topics/ft-typography": "1.1.56",
26
+ "@fluid-topics/ft-wc-utils": "1.1.56",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "b8c7a07061df6fb5c3c03d96879eda48fb73e5c8"
29
+ "gitHead": "8db48669c7baa325e7412b068ad510888a86f3ec"
30
30
  }