satori
Version:
Enlightened library to convert HTML and CSS to SVG.
8 lines • 261 kB
JavaScript
var Xc=Object.create;var zn=Object.defineProperty;var Kc=Object.getOwnPropertyDescriptor;var Qc=Object.getOwnPropertyNames;var Jc=Object.getPrototypeOf,Zc=Object.prototype.hasOwnProperty;var ar=(e,t)=>()=>(e&&(t=e(e=0)),t);var z=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Gn=(e,t)=>{for(var r in t)zn(e,r,{get:t[r],enumerable:!0})},Pa=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Qc(t))!Zc.call(e,i)&&i!==r&&zn(e,i,{get:()=>t[i],enumerable:!(n=Kc(t,i))||n.enumerable});return e};var ed=(e,t,r)=>(r=e!=null?Xc(Jc(e)):{},Pa(t||!e||!e.__esModule?zn(r,"default",{value:e,enumerable:!0}):r,e)),jn=e=>Pa(zn({},"__esModule",{value:!0}),e);var Gt,qa,za,Vr,Vi,jt,Tr,hd,Yn,Hi,Er,kr,Yi,Ga,Xi,Ki,St,Qi,md,ja,Xn=ar(()=>{Gt=function(e){return e[e.Auto=0]="Auto",e[e.FlexStart=1]="FlexStart",e[e.Center=2]="Center",e[e.FlexEnd=3]="FlexEnd",e[e.Stretch=4]="Stretch",e[e.Baseline=5]="Baseline",e[e.SpaceBetween=6]="SpaceBetween",e[e.SpaceAround=7]="SpaceAround",e[e.SpaceEvenly=8]="SpaceEvenly",e}({}),qa=function(e){return e[e.BorderBox=0]="BorderBox",e[e.ContentBox=1]="ContentBox",e}({}),za=function(e){return e[e.Width=0]="Width",e[e.Height=1]="Height",e}({}),Vr=function(e){return e[e.Inherit=0]="Inherit",e[e.LTR=1]="LTR",e[e.RTL=2]="RTL",e}({}),Vi=function(e){return e[e.Flex=0]="Flex",e[e.None=1]="None",e[e.Contents=2]="Contents",e}({}),jt=function(e){return e[e.Left=0]="Left",e[e.Top=1]="Top",e[e.Right=2]="Right",e[e.Bottom=3]="Bottom",e[e.Start=4]="Start",e[e.End=5]="End",e[e.Horizontal=6]="Horizontal",e[e.Vertical=7]="Vertical",e[e.All=8]="All",e}({}),Tr=function(e){return e[e.None=0]="None",e[e.StretchFlexBasis=1]="StretchFlexBasis",e[e.AbsolutePositionWithoutInsetsExcludesPadding=2]="AbsolutePositionWithoutInsetsExcludesPadding",e[e.AbsolutePercentAgainstInnerSize=4]="AbsolutePercentAgainstInnerSize",e[e.All=2147483647]="All",e[e.Classic=2147483646]="Classic",e}({}),hd=function(e){return e[e.WebFlexBasis=0]="WebFlexBasis",e}({}),Yn=function(e){return e[e.Column=0]="Column",e[e.ColumnReverse=1]="ColumnReverse",e[e.Row=2]="Row",e[e.RowReverse=3]="RowReverse",e}({}),Hi=function(e){return e[e.Column=0]="Column",e[e.Row=1]="Row",e[e.All=2]="All",e}({}),Er=function(e){return e[e.FlexStart=0]="FlexStart",e[e.Center=1]="Center",e[e.FlexEnd=2]="FlexEnd",e[e.SpaceBetween=3]="SpaceBetween",e[e.SpaceAround=4]="SpaceAround",e[e.SpaceEvenly=5]="SpaceEvenly",e}({}),kr=function(e){return e[e.Error=0]="Error",e[e.Warn=1]="Warn",e[e.Info=2]="Info",e[e.Debug=3]="Debug",e[e.Verbose=4]="Verbose",e[e.Fatal=5]="Fatal",e}({}),Yi=function(e){return e[e.Undefined=0]="Undefined",e[e.Exactly=1]="Exactly",e[e.AtMost=2]="AtMost",e}({}),Ga=function(e){return e[e.Default=0]="Default",e[e.Text=1]="Text",e}({}),Xi=function(e){return e[e.Visible=0]="Visible",e[e.Hidden=1]="Hidden",e[e.Scroll=2]="Scroll",e}({}),Ki=function(e){return e[e.Static=0]="Static",e[e.Relative=1]="Relative",e[e.Absolute=2]="Absolute",e}({}),St=function(e){return e[e.Undefined=0]="Undefined",e[e.Point=1]="Point",e[e.Percent=2]="Percent",e[e.Auto=3]="Auto",e}({}),Qi=function(e){return e[e.NoWrap=0]="NoWrap",e[e.Wrap=1]="Wrap",e[e.WrapReverse=2]="WrapReverse",e}({}),md={ALIGN_AUTO:Gt.Auto,ALIGN_FLEX_START:Gt.FlexStart,ALIGN_CENTER:Gt.Center,ALIGN_FLEX_END:Gt.FlexEnd,ALIGN_STRETCH:Gt.Stretch,ALIGN_BASELINE:Gt.Baseline,ALIGN_SPACE_BETWEEN:Gt.SpaceBetween,ALIGN_SPACE_AROUND:Gt.SpaceAround,ALIGN_SPACE_EVENLY:Gt.SpaceEvenly,BOX_SIZING_BORDER_BOX:qa.BorderBox,BOX_SIZING_CONTENT_BOX:qa.ContentBox,DIMENSION_WIDTH:za.Width,DIMENSION_HEIGHT:za.Height,DIRECTION_INHERIT:Vr.Inherit,DIRECTION_LTR:Vr.LTR,DIRECTION_RTL:Vr.RTL,DISPLAY_FLEX:Vi.Flex,DISPLAY_NONE:Vi.None,DISPLAY_CONTENTS:Vi.Contents,EDGE_LEFT:jt.Left,EDGE_TOP:jt.Top,EDGE_RIGHT:jt.Right,EDGE_BOTTOM:jt.Bottom,EDGE_START:jt.Start,EDGE_END:jt.End,EDGE_HORIZONTAL:jt.Horizontal,EDGE_VERTICAL:jt.Vertical,EDGE_ALL:jt.All,ERRATA_NONE:Tr.None,ERRATA_STRETCH_FLEX_BASIS:Tr.StretchFlexBasis,ERRATA_ABSOLUTE_POSITION_WITHOUT_INSETS_EXCLUDES_PADDING:Tr.AbsolutePositionWithoutInsetsExcludesPadding,ERRATA_ABSOLUTE_PERCENT_AGAINST_INNER_SIZE:Tr.AbsolutePercentAgainstInnerSize,ERRATA_ALL:Tr.All,ERRATA_CLASSIC:Tr.Classic,EXPERIMENTAL_FEATURE_WEB_FLEX_BASIS:hd.WebFlexBasis,FLEX_DIRECTION_COLUMN:Yn.Column,FLEX_DIRECTION_COLUMN_REVERSE:Yn.ColumnReverse,FLEX_DIRECTION_ROW:Yn.Row,FLEX_DIRECTION_ROW_REVERSE:Yn.RowReverse,GUTTER_COLUMN:Hi.Column,GUTTER_ROW:Hi.Row,GUTTER_ALL:Hi.All,JUSTIFY_FLEX_START:Er.FlexStart,JUSTIFY_CENTER:Er.Center,JUSTIFY_FLEX_END:Er.FlexEnd,JUSTIFY_SPACE_BETWEEN:Er.SpaceBetween,JUSTIFY_SPACE_AROUND:Er.SpaceAround,JUSTIFY_SPACE_EVENLY:Er.SpaceEvenly,LOG_LEVEL_ERROR:kr.Error,LOG_LEVEL_WARN:kr.Warn,LOG_LEVEL_INFO:kr.Info,LOG_LEVEL_DEBUG:kr.Debug,LOG_LEVEL_VERBOSE:kr.Verbose,LOG_LEVEL_FATAL:kr.Fatal,MEASURE_MODE_UNDEFINED:Yi.Undefined,MEASURE_MODE_EXACTLY:Yi.Exactly,MEASURE_MODE_AT_MOST:Yi.AtMost,NODE_TYPE_DEFAULT:Ga.Default,NODE_TYPE_TEXT:Ga.Text,OVERFLOW_VISIBLE:Xi.Visible,OVERFLOW_HIDDEN:Xi.Hidden,OVERFLOW_SCROLL:Xi.Scroll,POSITION_TYPE_STATIC:Ki.Static,POSITION_TYPE_RELATIVE:Ki.Relative,POSITION_TYPE_ABSOLUTE:Ki.Absolute,UNIT_UNDEFINED:St.Undefined,UNIT_POINT:St.Point,UNIT_PERCENT:St.Percent,UNIT_AUTO:St.Auto,WRAP_NO_WRAP:Qi.NoWrap,WRAP_WRAP:Qi.Wrap,WRAP_WRAP_REVERSE:Qi.WrapReverse},ja=md});function Ji(e){function t(i,o,s){let a=i[o];i[o]=function(){for(var u=arguments.length,l=new Array(u),f=0;f<u;f++)l[f]=arguments[f];return s.call(this,a,...l)}}for(let i of["setPosition","setMargin","setFlexBasis","setWidth","setHeight","setMinWidth","setMinHeight","setMaxWidth","setMaxHeight","setPadding","setGap"]){let o={[St.Point]:e.Node.prototype[i],[St.Percent]:e.Node.prototype[`${i}Percent`],[St.Auto]:e.Node.prototype[`${i}Auto`]};t(e.Node.prototype,i,function(s){for(var a=arguments.length,u=new Array(a>1?a-1:0),l=1;l<a;l++)u[l-1]=arguments[l];let f=u.pop(),c,m;if(f==="auto")c=St.Auto,m=void 0;else if(typeof f=="object")c=f.unit,m=f.valueOf();else if(c=typeof f=="string"&&f.endsWith("%")?St.Percent:St.Point,m=parseFloat(f),f!==void 0&&!Number.isNaN(f)&&Number.isNaN(m))throw new Error(`Invalid value ${f} for ${i}`);if(!o[c])throw new Error(`Failed to execute "${i}": Unsupported unit '${f}'`);return m!==void 0?o[c].call(this,...u,m):o[c].call(this,...u)})}function r(i){return e.MeasureCallback.implement({measure:function(){let{width:o,height:s}=i(...arguments);return{width:o??NaN,height:s??NaN}}})}t(e.Node.prototype,"setMeasureFunc",function(i,o){return o?i.call(this,r(o)):this.unsetMeasureFunc()});function n(i){return e.DirtiedCallback.implement({dirtied:i})}return t(e.Node.prototype,"setDirtiedFunc",function(i,o){i.call(this,n(o))}),t(e.Config.prototype,"free",function(){e.Config.destroy(this)}),t(e.Node,"create",(i,o)=>o?e.Node.createWithConfig(o):e.Node.createDefault()),t(e.Node.prototype,"free",function(){e.Node.destroy(this)}),t(e.Node.prototype,"freeRecursive",function(){for(let i=0,o=this.getChildCount();i<o;++i)this.getChild(0).freeRecursive();this.free()}),t(e.Node.prototype,"calculateLayout",function(i){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:NaN,s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:NaN,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:Vr.LTR;return i.call(this,o,s,a)}),{Config:e.Config,Node:e.Node,...ja}}var Va=ar(()=>{Xn();Xn()});var Ya={};Gn(Ya,{default:()=>gd});function gd(e){e=e||{};var t;t||(t=typeof e<"u"?e:{});var r,n;t.ready=new Promise(function(d,p){r=d,n=p});var i=Object.assign({},t),o="";typeof document<"u"&&document.currentScript&&(o=document.currentScript.src),Ha&&(o=Ha),o.indexOf("blob:")!==0?o=o.substr(0,o.replace(/[?#].*/,"").lastIndexOf("/")+1):o="";var s=t.print||console.log.bind(console),a=t.printErr||console.warn.bind(console);Object.assign(t,i),i=null;var u;t.wasmBinary&&(u=t.wasmBinary);var l=t.noExitRuntime||!0;typeof WebAssembly!="object"&&Ne("no native wasm support detected");var f,c=!1;function m(d,p,b){b=p+b;for(var v="";!(p>=b);){var w=d[p++];if(!w)break;if(w&128){var P=d[p++]&63;if((w&224)==192)v+=String.fromCharCode((w&31)<<6|P);else{var C=d[p++]&63;w=(w&240)==224?(w&15)<<12|P<<6|C:(w&7)<<18|P<<12|C<<6|d[p++]&63,65536>w?v+=String.fromCharCode(w):(w-=65536,v+=String.fromCharCode(55296|w>>10,56320|w&1023))}}else v+=String.fromCharCode(w)}return v}var h,g,y,x,S,O,E,I,T;function _(){var d=f.buffer;h=d,t.HEAP8=g=new Int8Array(d),t.HEAP16=x=new Int16Array(d),t.HEAP32=O=new Int32Array(d),t.HEAPU8=y=new Uint8Array(d),t.HEAPU16=S=new Uint16Array(d),t.HEAPU32=E=new Uint32Array(d),t.HEAPF32=I=new Float32Array(d),t.HEAPF64=T=new Float64Array(d)}var R,A=[],q=[],G=[];function ne(){var d=t.preRun.shift();A.unshift(d)}var re=0,pe=null,ce=null;function Ne(d){throw t.onAbort&&t.onAbort(d),d="Aborted("+d+")",a(d),c=!0,d=new WebAssembly.RuntimeError(d+". Build with -sASSERTIONS for more info."),n(d),d}function Re(d){return d.startsWith("data:application/octet-stream;base64,")}var Pe="";if(!Re(Pe)){var me=Pe;Pe=t.locateFile?t.locateFile(me,o):o+me}function J(){var d=Pe;try{if(d==Pe&&u)return new Uint8Array(u);if(Re(d))try{var p=Hc(d.slice(37)),b=new Uint8Array(p.length);for(d=0;d<p.length;++d)b[d]=p.charCodeAt(d);var v=b}catch{throw Error("Converting base64 string to bytes failed.")}else v=void 0;var w=v;if(w)return w;throw"both async and sync fetching of the wasm failed"}catch(P){Ne(P)}}function tt(){return u||typeof fetch!="function"?Promise.resolve().then(function(){return J()}):fetch(Pe,{credentials:"same-origin"}).then(function(d){if(!d.ok)throw"failed to load wasm binary file at '"+Pe+"'";return d.arrayBuffer()}).catch(function(){return J()})}function Xe(d){for(;0<d.length;)d.shift()(t)}function xe(d){if(d===void 0)return"_unknown";d=d.replace(/[^a-zA-Z0-9_]/g,"$");var p=d.charCodeAt(0);return 48<=p&&57>=p?"_"+d:d}function Ce(d,p){return d=xe(d),function(){return p.apply(this,arguments)}}var Oe=[{},{value:void 0},{value:null},{value:!0},{value:!1}],K=[];function ve(d){var p=Error,b=Ce(d,function(v){this.name=d,this.message=v,v=Error(v).stack,v!==void 0&&(this.stack=this.toString()+`
`+v.replace(/^Error(:[^\n]*)?\n/,""))});return b.prototype=Object.create(p.prototype),b.prototype.constructor=b,b.prototype.toString=function(){return this.message===void 0?this.name:this.name+": "+this.message},b}var ee=void 0;function j(d){throw new ee(d)}var Ae=d=>(d||j("Cannot use deleted val. handle = "+d),Oe[d].value),Te=d=>{switch(d){case void 0:return 1;case null:return 2;case!0:return 3;case!1:return 4;default:var p=K.length?K.pop():Oe.length;return Oe[p]={ga:1,value:d},p}},Le=void 0,Ke=void 0;function ue(d){for(var p="";y[d];)p+=Ke[y[d++]];return p}var qe=[];function rt(){for(;qe.length;){var d=qe.pop();d.M.$=!1,d.delete()}}var Ie=void 0,De={};function at(d,p){for(p===void 0&&j("ptr should not be undefined");d.R;)p=d.ba(p),d=d.R;return p}var Tt={};function Wr(d){d=_a(d);var p=ue(d);return Bt(d),p}function Dr(d,p){var b=Tt[d];return b===void 0&&j(p+" has unknown type "+Wr(d)),b}function Nt(){}var $r=!1;function Br(d){--d.count.value,d.count.value===0&&(d.T?d.U.W(d.T):d.P.N.W(d.O))}function or(d,p,b){return p===b?d:b.R===void 0?null:(d=or(d,p,b.R),d===null?null:b.na(d))}var Et={};function kt(d,p){return p=at(d,p),De[p]}var nt=void 0;function Ft(d){throw new nt(d)}function ze(d,p){return p.P&&p.O||Ft("makeClassHandle requires ptr and ptrType"),!!p.U!=!!p.T&&Ft("Both smartPtrType and smartPtr must be specified"),p.count={value:1},it(Object.create(d,{M:{value:p}}))}function it(d){return typeof FinalizationRegistry>"u"?(it=p=>p,d):($r=new FinalizationRegistry(p=>{Br(p.M)}),it=p=>{var b=p.M;return b.T&&$r.register(p,{M:b},p),p},Nt=p=>{$r.unregister(p)},it(d))}var Wt={};function yr(d){for(;d.length;){var p=d.pop();d.pop()(p)}}function Pt(d){return this.fromWireType(O[d>>2])}var Ue={},Ot={};function $e(d,p,b){function v(M){M=b(M),M.length!==d.length&&Ft("Mismatched type converter count");for(var W=0;W<d.length;++W)H(d[W],M[W])}d.forEach(function(M){Ot[M]=p});var w=Array(p.length),P=[],C=0;p.forEach((M,W)=>{Tt.hasOwnProperty(M)?w[W]=Tt[M]:(P.push(M),Ue.hasOwnProperty(M)||(Ue[M]=[]),Ue[M].push(()=>{w[W]=Tt[M],++C,C===P.length&&v(w)}))}),P.length===0&&v(w)}function vr(d){switch(d){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError("Unknown type size: "+d)}}function H(d,p,b={}){if(!("argPackAdvance"in p))throw new TypeError("registerType registeredInstance requires argPackAdvance");var v=p.name;if(d||j('type "'+v+'" must have a positive integer typeid pointer'),Tt.hasOwnProperty(d)){if(b.ua)return;j("Cannot register type '"+v+"' twice")}Tt[d]=p,delete Ot[d],Ue.hasOwnProperty(d)&&(p=Ue[d],delete Ue[d],p.forEach(w=>w()))}function Q(d){j(d.M.P.N.name+" instance already deleted")}function te(){}function Z(d,p,b){if(d[p].S===void 0){var v=d[p];d[p]=function(){return d[p].S.hasOwnProperty(arguments.length)||j("Function '"+b+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+d[p].S+")!"),d[p].S[arguments.length].apply(this,arguments)},d[p].S=[],d[p].S[v.Z]=v}}function Ee(d,p){t.hasOwnProperty(d)?(j("Cannot register public name '"+d+"' twice"),Z(t,d,d),t.hasOwnProperty(void 0)&&j("Cannot register multiple overloads of a function with the same number of arguments (undefined)!"),t[d].S[void 0]=p):t[d]=p}function le(d,p,b,v,w,P,C,M){this.name=d,this.constructor=p,this.X=b,this.W=v,this.R=w,this.pa=P,this.ba=C,this.na=M,this.ja=[]}function ge(d,p,b){for(;p!==b;)p.ba||j("Expected null or instance of "+b.name+", got an instance of "+p.name),d=p.ba(d),p=p.R;return d}function fe(d,p){return p===null?(this.ea&&j("null is not a valid "+this.name),0):(p.M||j('Cannot pass "'+ke(p)+'" as a '+this.name),p.M.O||j("Cannot pass deleted object as a pointer of type "+this.name),ge(p.M.O,p.M.P.N,this.N))}function ie(d,p){if(p===null){if(this.ea&&j("null is not a valid "+this.name),this.da){var b=this.fa();return d!==null&&d.push(this.W,b),b}return 0}if(p.M||j('Cannot pass "'+ke(p)+'" as a '+this.name),p.M.O||j("Cannot pass deleted object as a pointer of type "+this.name),!this.ca&&p.M.P.ca&&j("Cannot convert argument of type "+(p.M.U?p.M.U.name:p.M.P.name)+" to parameter type "+this.name),b=ge(p.M.O,p.M.P.N,this.N),this.da)switch(p.M.T===void 0&&j("Passing raw pointer to smart pointer is illegal"),this.Ba){case 0:p.M.U===this?b=p.M.T:j("Cannot convert argument of type "+(p.M.U?p.M.U.name:p.M.P.name)+" to parameter type "+this.name);break;case 1:b=p.M.T;break;case 2:if(p.M.U===this)b=p.M.T;else{var v=p.clone();b=this.xa(b,Te(function(){v.delete()})),d!==null&&d.push(this.W,b)}break;default:j("Unsupporting sharing policy")}return b}function ut(d,p){return p===null?(this.ea&&j("null is not a valid "+this.name),0):(p.M||j('Cannot pass "'+ke(p)+'" as a '+this.name),p.M.O||j("Cannot pass deleted object as a pointer of type "+this.name),p.M.P.ca&&j("Cannot convert argument of type "+p.M.P.name+" to parameter type "+this.name),ge(p.M.O,p.M.P.N,this.N))}function Y(d,p,b,v){this.name=d,this.N=p,this.ea=b,this.ca=v,this.da=!1,this.W=this.xa=this.fa=this.ka=this.Ba=this.wa=void 0,p.R!==void 0?this.toWireType=ie:(this.toWireType=v?fe:ut,this.V=null)}function It(d,p){t.hasOwnProperty(d)||Ft("Replacing nonexistant public symbol"),t[d]=p,t[d].Z=void 0}function Ge(d,p){var b=[];return function(){if(b.length=0,Object.assign(b,arguments),d.includes("j")){var v=t["dynCall_"+d];v=b&&b.length?v.apply(null,[p].concat(b)):v.call(null,p)}else v=R.get(p).apply(null,b);return v}}function je(d,p){d=ue(d);var b=d.includes("j")?Ge(d,p):R.get(p);return typeof b!="function"&&j("unknown function pointer with signature "+d+": "+p),b}var ot=void 0;function Dt(d,p){function b(P){w[P]||Tt[P]||(Ot[P]?Ot[P].forEach(b):(v.push(P),w[P]=!0))}var v=[],w={};throw p.forEach(b),new ot(d+": "+v.map(Wr).join([", "]))}function Ve(d,p,b,v,w){var P=p.length;2>P&&j("argTypes array size mismatch! Must at least get return value and 'this' types!");var C=p[1]!==null&&b!==null,M=!1;for(b=1;b<p.length;++b)if(p[b]!==null&&p[b].V===void 0){M=!0;break}var W=p[0].name!=="void",F=P-2,$=Array(F),V=[],oe=[];return function(){if(arguments.length!==F&&j("function "+d+" called with "+arguments.length+" arguments, expected "+F+" args!"),oe.length=0,V.length=C?2:1,V[0]=w,C){var Me=p[1].toWireType(oe,this);V[1]=Me}for(var de=0;de<F;++de)$[de]=p[de+2].toWireType(oe,arguments[de]),V.push($[de]);if(de=v.apply(null,V),M)yr(oe);else for(var st=C?1:2;st<p.length;st++){var xt=st===1?Me:$[st-2];p[st].V!==null&&p[st].V(xt)}return Me=W?p[0].fromWireType(de):void 0,Me}}function $t(d,p){for(var b=[],v=0;v<d;v++)b.push(E[p+4*v>>2]);return b}function we(d){4<d&&--Oe[d].ga===0&&(Oe[d]=void 0,K.push(d))}function ke(d){if(d===null)return"null";var p=typeof d;return p==="object"||p==="array"||p==="function"?d.toString():""+d}function lt(d,p){switch(p){case 2:return function(b){return this.fromWireType(I[b>>2])};case 3:return function(b){return this.fromWireType(T[b>>3])};default:throw new TypeError("Unknown float type: "+d)}}function Qe(d,p,b){switch(p){case 0:return b?function(v){return g[v]}:function(v){return y[v]};case 1:return b?function(v){return x[v>>1]}:function(v){return S[v>>1]};case 2:return b?function(v){return O[v>>2]}:function(v){return E[v>>2]};default:throw new TypeError("Unknown integer type: "+d)}}function ft(d,p){for(var b="",v=0;!(v>=p/2);++v){var w=x[d+2*v>>1];if(w==0)break;b+=String.fromCharCode(w)}return b}function vt(d,p,b){if(b===void 0&&(b=2147483647),2>b)return 0;b-=2;var v=p;b=b<2*d.length?b/2:d.length;for(var w=0;w<b;++w)x[p>>1]=d.charCodeAt(w),p+=2;return x[p>>1]=0,p-v}function He(d){return 2*d.length}function ct(d,p){for(var b=0,v="";!(b>=p/4);){var w=O[d+4*b>>2];if(w==0)break;++b,65536<=w?(w-=65536,v+=String.fromCharCode(55296|w>>10,56320|w&1023)):v+=String.fromCharCode(w)}return v}function Ur(d,p,b){if(b===void 0&&(b=2147483647),4>b)return 0;var v=p;b=v+b-4;for(var w=0;w<d.length;++w){var P=d.charCodeAt(w);if(55296<=P&&57343>=P){var C=d.charCodeAt(++w);P=65536+((P&1023)<<10)|C&1023}if(O[p>>2]=P,p+=4,p+4>b)break}return O[p>>2]=0,p-v}function xr(d){for(var p=0,b=0;b<d.length;++b){var v=d.charCodeAt(b);55296<=v&&57343>=v&&++b,p+=4}return p}var Bn={};function qr(d){var p=Bn[d];return p===void 0?ue(d):p}var sr=[];function Gc(d){var p=sr.length;return sr.push(d),p}function jc(d,p){for(var b=Array(d),v=0;v<d;++v)b[v]=Dr(E[p+4*v>>2],"parameter "+v);return b}var wa=[],Vc=[null,[],[]];ee=t.BindingError=ve("BindingError"),t.count_emval_handles=function(){for(var d=0,p=5;p<Oe.length;++p)Oe[p]!==void 0&&++d;return d},t.get_first_emval=function(){for(var d=5;d<Oe.length;++d)if(Oe[d]!==void 0)return Oe[d];return null},Le=t.PureVirtualError=ve("PureVirtualError");for(var Sa=Array(256),Un=0;256>Un;++Un)Sa[Un]=String.fromCharCode(Un);Ke=Sa,t.getInheritedInstanceCount=function(){return Object.keys(De).length},t.getLiveInheritedInstances=function(){var d=[],p;for(p in De)De.hasOwnProperty(p)&&d.push(De[p]);return d},t.flushPendingDeletes=rt,t.setDelayFunction=function(d){Ie=d,qe.length&&Ie&&Ie(rt)},nt=t.InternalError=ve("InternalError"),te.prototype.isAliasOf=function(d){if(!(this instanceof te&&d instanceof te))return!1;var p=this.M.P.N,b=this.M.O,v=d.M.P.N;for(d=d.M.O;p.R;)b=p.ba(b),p=p.R;for(;v.R;)d=v.ba(d),v=v.R;return p===v&&b===d},te.prototype.clone=function(){if(this.M.O||Q(this),this.M.aa)return this.M.count.value+=1,this;var d=it,p=Object,b=p.create,v=Object.getPrototypeOf(this),w=this.M;return d=d(b.call(p,v,{M:{value:{count:w.count,$:w.$,aa:w.aa,O:w.O,P:w.P,T:w.T,U:w.U}}})),d.M.count.value+=1,d.M.$=!1,d},te.prototype.delete=function(){this.M.O||Q(this),this.M.$&&!this.M.aa&&j("Object already scheduled for deletion"),Nt(this),Br(this.M),this.M.aa||(this.M.T=void 0,this.M.O=void 0)},te.prototype.isDeleted=function(){return!this.M.O},te.prototype.deleteLater=function(){return this.M.O||Q(this),this.M.$&&!this.M.aa&&j("Object already scheduled for deletion"),qe.push(this),qe.length===1&&Ie&&Ie(rt),this.M.$=!0,this},Y.prototype.qa=function(d){return this.ka&&(d=this.ka(d)),d},Y.prototype.ha=function(d){this.W&&this.W(d)},Y.prototype.argPackAdvance=8,Y.prototype.readValueFromPointer=Pt,Y.prototype.deleteObject=function(d){d!==null&&d.delete()},Y.prototype.fromWireType=function(d){function p(){return this.da?ze(this.N.X,{P:this.wa,O:b,U:this,T:d}):ze(this.N.X,{P:this,O:d})}var b=this.qa(d);if(!b)return this.ha(d),null;var v=kt(this.N,b);if(v!==void 0)return v.M.count.value===0?(v.M.O=b,v.M.T=d,v.clone()):(v=v.clone(),this.ha(d),v);if(v=this.N.pa(b),v=Et[v],!v)return p.call(this);v=this.ca?v.la:v.pointerType;var w=or(b,this.N,v.N);return w===null?p.call(this):this.da?ze(v.N.X,{P:v,O:w,U:this,T:d}):ze(v.N.X,{P:v,O:w})},ot=t.UnboundTypeError=ve("UnboundTypeError");var Hc=typeof atob=="function"?atob:function(d){var p="",b=0;d=d.replace(/[^A-Za-z0-9\+\/=]/g,"");do{var v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(d.charAt(b++)),w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(d.charAt(b++)),P="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(d.charAt(b++)),C="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(d.charAt(b++));v=v<<2|w>>4,w=(w&15)<<4|P>>2;var M=(P&3)<<6|C;p+=String.fromCharCode(v),P!==64&&(p+=String.fromCharCode(w)),C!==64&&(p+=String.fromCharCode(M))}while(b<d.length);return p},Yc={l:function(d,p,b,v){Ne("Assertion failed: "+(d?m(y,d):"")+", at: "+[p?p?m(y,p):"":"unknown filename",b,v?v?m(y,v):"":"unknown function"])},q:function(d,p,b){d=ue(d),p=Dr(p,"wrapper"),b=Ae(b);var v=[].slice,w=p.N,P=w.X,C=w.R.X,M=w.R.constructor;d=Ce(d,function(){w.R.ja.forEach(function(F){if(this[F]===C[F])throw new Le("Pure virtual function "+F+" must be implemented in JavaScript")}.bind(this)),Object.defineProperty(this,"__parent",{value:P}),this.__construct.apply(this,v.call(arguments))}),P.__construct=function(){this===P&&j("Pass correct 'this' to __construct");var F=M.implement.apply(void 0,[this].concat(v.call(arguments)));Nt(F);var $=F.M;F.notifyOnDestruction(),$.aa=!0,Object.defineProperties(this,{M:{value:$}}),it(this),F=$.O,F=at(w,F),De.hasOwnProperty(F)?j("Tried to register registered instance: "+F):De[F]=this},P.__destruct=function(){this===P&&j("Pass correct 'this' to __destruct"),Nt(this);var F=this.M.O;F=at(w,F),De.hasOwnProperty(F)?delete De[F]:j("Tried to unregister unregistered instance: "+F)},d.prototype=Object.create(P);for(var W in b)d.prototype[W]=b[W];return Te(d)},j:function(d){var p=Wt[d];delete Wt[d];var b=p.fa,v=p.W,w=p.ia,P=w.map(C=>C.ta).concat(w.map(C=>C.za));$e([d],P,C=>{var M={};return w.forEach((W,F)=>{var $=C[F],V=W.ra,oe=W.sa,Me=C[F+w.length],de=W.ya,st=W.Aa;M[W.oa]={read:xt=>$.fromWireType(V(oe,xt)),write:(xt,zr)=>{var Ut=[];de(st,xt,Me.toWireType(Ut,zr)),yr(Ut)}}}),[{name:p.name,fromWireType:function(W){var F={},$;for($ in M)F[$]=M[$].read(W);return v(W),F},toWireType:function(W,F){for(var $ in M)if(!($ in F))throw new TypeError('Missing field: "'+$+'"');var V=b();for($ in M)M[$].write(V,F[$]);return W!==null&&W.push(v,V),V},argPackAdvance:8,readValueFromPointer:Pt,V:v}]})},v:function(){},B:function(d,p,b,v,w){var P=vr(b);p=ue(p),H(d,{name:p,fromWireType:function(C){return!!C},toWireType:function(C,M){return M?v:w},argPackAdvance:8,readValueFromPointer:function(C){if(b===1)var M=g;else if(b===2)M=x;else if(b===4)M=O;else throw new TypeError("Unknown boolean type size: "+p);return this.fromWireType(M[C>>P])},V:null})},f:function(d,p,b,v,w,P,C,M,W,F,$,V,oe){$=ue($),P=je(w,P),M&&(M=je(C,M)),F&&(F=je(W,F)),oe=je(V,oe);var Me=xe($);Ee(Me,function(){Dt("Cannot construct "+$+" due to unbound types",[v])}),$e([d,p,b],v?[v]:[],function(de){if(de=de[0],v)var st=de.N,xt=st.X;else xt=te.prototype;de=Ce(Me,function(){if(Object.getPrototypeOf(this)!==zr)throw new ee("Use 'new' to construct "+$);if(Ut.Y===void 0)throw new ee($+" has no accessible constructor");var ka=Ut.Y[arguments.length];if(ka===void 0)throw new ee("Tried to invoke ctor of "+$+" with invalid number of parameters ("+arguments.length+") - expected ("+Object.keys(Ut.Y).toString()+") parameters instead!");return ka.apply(this,arguments)});var zr=Object.create(xt,{constructor:{value:de}});de.prototype=zr;var Ut=new le($,de,zr,oe,st,P,M,F);st=new Y($,Ut,!0,!1),xt=new Y($+"*",Ut,!1,!1);var Ea=new Y($+" const*",Ut,!1,!0);return Et[d]={pointerType:xt,la:Ea},It(Me,de),[st,xt,Ea]})},d:function(d,p,b,v,w,P,C){var M=$t(b,v);p=ue(p),P=je(w,P),$e([],[d],function(W){function F(){Dt("Cannot call "+$+" due to unbound types",M)}W=W[0];var $=W.name+"."+p;p.startsWith("@@")&&(p=Symbol[p.substring(2)]);var V=W.N.constructor;return V[p]===void 0?(F.Z=b-1,V[p]=F):(Z(V,p,$),V[p].S[b-1]=F),$e([],M,function(oe){return oe=Ve($,[oe[0],null].concat(oe.slice(1)),null,P,C),V[p].S===void 0?(oe.Z=b-1,V[p]=oe):V[p].S[b-1]=oe,[]}),[]})},p:function(d,p,b,v,w,P){0<p||Ne();var C=$t(p,b);w=je(v,w),$e([],[d],function(M){M=M[0];var W="constructor "+M.name;if(M.N.Y===void 0&&(M.N.Y=[]),M.N.Y[p-1]!==void 0)throw new ee("Cannot register multiple constructors with identical number of parameters ("+(p-1)+") for class '"+M.name+"'! Overload resolution is currently only performed using the parameter count, not actual type info!");return M.N.Y[p-1]=()=>{Dt("Cannot construct "+M.name+" due to unbound types",C)},$e([],C,function(F){return F.splice(1,0,null),M.N.Y[p-1]=Ve(W,F,null,w,P),[]}),[]})},a:function(d,p,b,v,w,P,C,M){var W=$t(b,v);p=ue(p),P=je(w,P),$e([],[d],function(F){function $(){Dt("Cannot call "+V+" due to unbound types",W)}F=F[0];var V=F.name+"."+p;p.startsWith("@@")&&(p=Symbol[p.substring(2)]),M&&F.N.ja.push(p);var oe=F.N.X,Me=oe[p];return Me===void 0||Me.S===void 0&&Me.className!==F.name&&Me.Z===b-2?($.Z=b-2,$.className=F.name,oe[p]=$):(Z(oe,p,V),oe[p].S[b-2]=$),$e([],W,function(de){return de=Ve(V,de,F,P,C),oe[p].S===void 0?(de.Z=b-2,oe[p]=de):oe[p].S[b-2]=de,[]}),[]})},A:function(d,p){p=ue(p),H(d,{name:p,fromWireType:function(b){var v=Ae(b);return we(b),v},toWireType:function(b,v){return Te(v)},argPackAdvance:8,readValueFromPointer:Pt,V:null})},n:function(d,p,b){b=vr(b),p=ue(p),H(d,{name:p,fromWireType:function(v){return v},toWireType:function(v,w){return w},argPackAdvance:8,readValueFromPointer:lt(p,b),V:null})},e:function(d,p,b,v,w){p=ue(p),w===-1&&(w=4294967295),w=vr(b);var P=M=>M;if(v===0){var C=32-8*b;P=M=>M<<C>>>C}b=p.includes("unsigned")?function(M,W){return W>>>0}:function(M,W){return W},H(d,{name:p,fromWireType:P,toWireType:b,argPackAdvance:8,readValueFromPointer:Qe(p,w,v!==0),V:null})},b:function(d,p,b){function v(P){P>>=2;var C=E;return new w(h,C[P+1],C[P])}var w=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][p];b=ue(b),H(d,{name:b,fromWireType:v,argPackAdvance:8,readValueFromPointer:v},{ua:!0})},o:function(d,p){p=ue(p);var b=p==="std::string";H(d,{name:p,fromWireType:function(v){var w=E[v>>2],P=v+4;if(b)for(var C=P,M=0;M<=w;++M){var W=P+M;if(M==w||y[W]==0){if(C=C?m(y,C,W-C):"",F===void 0)var F=C;else F+=String.fromCharCode(0),F+=C;C=W+1}}else{for(F=Array(w),M=0;M<w;++M)F[M]=String.fromCharCode(y[P+M]);F=F.join("")}return Bt(v),F},toWireType:function(v,w){w instanceof ArrayBuffer&&(w=new Uint8Array(w));var P,C=typeof w=="string";if(C||w instanceof Uint8Array||w instanceof Uint8ClampedArray||w instanceof Int8Array||j("Cannot pass non-string to std::string"),b&&C){var M=0;for(P=0;P<w.length;++P){var W=w.charCodeAt(P);127>=W?M++:2047>=W?M+=2:55296<=W&&57343>=W?(M+=4,++P):M+=3}P=M}else P=w.length;if(M=Bi(4+P+1),W=M+4,E[M>>2]=P,b&&C){if(C=W,W=P+1,P=y,0<W){W=C+W-1;for(var F=0;F<w.length;++F){var $=w.charCodeAt(F);if(55296<=$&&57343>=$){var V=w.charCodeAt(++F);$=65536+(($&1023)<<10)|V&1023}if(127>=$){if(C>=W)break;P[C++]=$}else{if(2047>=$){if(C+1>=W)break;P[C++]=192|$>>6}else{if(65535>=$){if(C+2>=W)break;P[C++]=224|$>>12}else{if(C+3>=W)break;P[C++]=240|$>>18,P[C++]=128|$>>12&63}P[C++]=128|$>>6&63}P[C++]=128|$&63}}P[C]=0}}else if(C)for(C=0;C<P;++C)F=w.charCodeAt(C),255<F&&(Bt(W),j("String has UTF-16 code units that do not fit in 8 bits")),y[W+C]=F;else for(C=0;C<P;++C)y[W+C]=w[C];return v!==null&&v.push(Bt,M),M},argPackAdvance:8,readValueFromPointer:Pt,V:function(v){Bt(v)}})},i:function(d,p,b){if(b=ue(b),p===2)var v=ft,w=vt,P=He,C=()=>S,M=1;else p===4&&(v=ct,w=Ur,P=xr,C=()=>E,M=2);H(d,{name:b,fromWireType:function(W){for(var F=E[W>>2],$=C(),V,oe=W+4,Me=0;Me<=F;++Me){var de=W+4+Me*p;(Me==F||$[de>>M]==0)&&(oe=v(oe,de-oe),V===void 0?V=oe:(V+=String.fromCharCode(0),V+=oe),oe=de+p)}return Bt(W),V},toWireType:function(W,F){typeof F!="string"&&j("Cannot pass non-string to C++ string type "+b);var $=P(F),V=Bi(4+$+p);return E[V>>2]=$>>M,w(F,V+4,$+p),W!==null&&W.push(Bt,V),V},argPackAdvance:8,readValueFromPointer:Pt,V:function(W){Bt(W)}})},k:function(d,p,b,v,w,P){Wt[d]={name:ue(p),fa:je(b,v),W:je(w,P),ia:[]}},h:function(d,p,b,v,w,P,C,M,W,F){Wt[d].ia.push({oa:ue(p),ta:b,ra:je(v,w),sa:P,za:C,ya:je(M,W),Aa:F})},C:function(d,p){p=ue(p),H(d,{va:!0,name:p,argPackAdvance:0,fromWireType:function(){},toWireType:function(){}})},s:function(d,p,b,v,w){d=sr[d],p=Ae(p),b=qr(b);var P=[];return E[v>>2]=Te(P),d(p,b,P,w)},t:function(d,p,b,v){d=sr[d],p=Ae(p),b=qr(b),d(p,b,null,v)},g:we,m:function(d,p){var b=jc(d,p),v=b[0];p=v.name+"_$"+b.slice(1).map(function(C){return C.name}).join("_")+"$";var w=wa[p];if(w!==void 0)return w;var P=Array(d-1);return w=Gc((C,M,W,F)=>{for(var $=0,V=0;V<d-1;++V)P[V]=b[V+1].readValueFromPointer(F+$),$+=b[V+1].argPackAdvance;for(C=C[M].apply(C,P),V=0;V<d-1;++V)b[V+1].ma&&b[V+1].ma(P[V]);if(!v.va)return v.toWireType(W,C)}),wa[p]=w},D:function(d){4<d&&(Oe[d].ga+=1)},r:function(d){var p=Ae(d);yr(p),we(d)},c:function(){Ne("")},x:function(d,p,b){y.copyWithin(d,p,p+b)},w:function(d){var p=y.length;if(d>>>=0,2147483648<d)return!1;for(var b=1;4>=b;b*=2){var v=p*(1+.2/b);v=Math.min(v,d+100663296);var w=Math;v=Math.max(d,v),w=w.min.call(w,2147483648,v+(65536-v%65536)%65536);e:{try{f.grow(w-h.byteLength+65535>>>16),_();var P=1;break e}catch{}P=void 0}if(P)return!0}return!1},z:function(){return 52},u:function(){return 70},y:function(d,p,b,v){for(var w=0,P=0;P<b;P++){var C=E[p>>2],M=E[p+4>>2];p+=8;for(var W=0;W<M;W++){var F=y[C+W],$=Vc[d];F===0||F===10?((d===1?s:a)(m($,0)),$.length=0):$.push(F)}w+=M}return E[v>>2]=w,0}};(function(){function d(w){t.asm=w.exports,f=t.asm.E,_(),R=t.asm.J,q.unshift(t.asm.F),re--,t.monitorRunDependencies&&t.monitorRunDependencies(re),re==0&&(pe!==null&&(clearInterval(pe),pe=null),ce&&(w=ce,ce=null,w()))}function p(w){d(w.instance)}function b(w){return tt().then(function(P){return P instanceof WebAssembly.Instance?P:WebAssembly.instantiate(P,v)}).then(function(P){return P}).then(w,function(P){a("failed to asynchronously prepare wasm: "+P),Ne(P)})}var v={a:Yc};if(re++,t.monitorRunDependencies&&t.monitorRunDependencies(re),t.instantiateWasm)try{return t.instantiateWasm(v,d)}catch(w){a("Module.instantiateWasm callback failed with error: "+w),n(w)}return function(){return u||typeof WebAssembly.instantiateStreaming!="function"||Re(Pe)||typeof fetch!="function"?b(p):fetch(Pe,{credentials:"same-origin"}).then(function(w){return WebAssembly.instantiateStreaming(w,v).then(p,function(P){return a("wasm streaming compile failed: "+P),a("falling back to ArrayBuffer instantiation"),b(p)})})}().catch(n),{}})(),t.___wasm_call_ctors=function(){return(t.___wasm_call_ctors=t.asm.F).apply(null,arguments)};var _a=t.___getTypeName=function(){return(_a=t.___getTypeName=t.asm.G).apply(null,arguments)};t.__embind_initialize_bindings=function(){return(t.__embind_initialize_bindings=t.asm.H).apply(null,arguments)};var Bi=t._malloc=function(){return(Bi=t._malloc=t.asm.I).apply(null,arguments)},Bt=t._free=function(){return(Bt=t._free=t.asm.K).apply(null,arguments)};t.dynCall_jiji=function(){return(t.dynCall_jiji=t.asm.L).apply(null,arguments)};var qn;ce=function d(){qn||Ta(),qn||(ce=d)};function Ta(){function d(){if(!qn&&(qn=!0,t.calledRun=!0,!c)){if(Xe(q),r(t),t.onRuntimeInitialized&&t.onRuntimeInitialized(),t.postRun)for(typeof t.postRun=="function"&&(t.postRun=[t.postRun]);t.postRun.length;){var p=t.postRun.shift();G.unshift(p)}Xe(G)}}if(!(0<re)){if(t.preRun)for(typeof t.preRun=="function"&&(t.preRun=[t.preRun]);t.preRun.length;)ne();Xe(A),0<re||(t.setStatus?(t.setStatus("Running..."),setTimeout(function(){setTimeout(function(){t.setStatus("")},1),d()},1)):d())}}if(t.preInit)for(typeof t.preInit=="function"&&(t.preInit=[t.preInit]);0<t.preInit.length;)t.preInit.pop()();return Ta(),e.ready}var Ha,Xa=ar(()=>{Ha=""});async function Ka(e){let{default:t}=await Promise.resolve().then(()=>(Xa(),Ya));return Ji(await t(e))}var Qa=ar(()=>{Va();Xn()});var eo={};Gn(eo,{getYoga:()=>wd,init:()=>xd});async function vd(e,t){let r;if(typeof e=="string"||typeof Request=="function"&&e instanceof Request||typeof URL=="function"&&e instanceof URL?r=await fetch(e):r=await e,typeof Response=="function"&&r instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(r,t)}catch(o){r.headers.get("Content-Type")!=="application/wasm"&&console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",o)}let i=await r.arrayBuffer();return await WebAssembly.instantiate(i,t)}let n=await WebAssembly.instantiate("buffer"in r?r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength):r,t);return n instanceof WebAssembly.Instance?{instance:n,module:r}:n}function xd(e){bd({instantiateWasm(t,r){return vd(e,t).then(({instance:n})=>{r(n)}).catch(Zi),{}}}).then(Ja).catch(Zi)}function wd(){return yd}var bd,Ja,Zi,yd,to=ar(()=>{Qa();bd=Ka,yd=new Promise((e,t)=>{Ja=e,Zi=t})});var Mo=z(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Object.defineProperty(Lo,"default",{enumerable:!0,get:()=>rh});function rh(e){if(e=`${e}`,e==="0")return"0";if(/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(e))return e.replace(/^[+-]?/,t=>t==="-"?"":"-");if(e.includes("var(")||e.includes("calc("))return`calc(${e} * -1)`}});var sl=z(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});Object.defineProperty(No,"default",{enumerable:!0,get:()=>nh});var nh=["preflight","container","accessibility","pointerEvents","visibility","position","inset","isolation","zIndex","order","gridColumn","gridColumnStart","gridColumnEnd","gridRow","gridRowStart","gridRowEnd","float","clear","margin","boxSizing","display","aspectRatio","height","maxHeight","minHeight","width","minWidth","maxWidth","flex","flexShrink","flexGrow","flexBasis","tableLayout","borderCollapse","borderSpacing","transformOrigin","translate","rotate","skew","scale","transform","animation","cursor","touchAction","userSelect","resize","scrollSnapType","scrollSnapAlign","scrollSnapStop","scrollMargin","scrollPadding","listStylePosition","listStyleType","appearance","columns","breakBefore","breakInside","breakAfter","gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateColumns","gridTemplateRows","flexDirection","flexWrap","placeContent","placeItems","alignContent","alignItems","justifyContent","justifyItems","gap","space","divideWidth","divideStyle","divideColor","divideOpacity","placeSelf","alignSelf","justifySelf","overflow","overscrollBehavior","scrollBehavior","textOverflow","whitespace","wordBreak","borderRadius","borderWidth","borderStyle","borderColor","borderOpacity","backgroundColor","backgroundOpacity","backgroundImage","gradientColorStops","boxDecorationBreak","backgroundSize","backgroundAttachment","backgroundClip","backgroundPosition","backgroundRepeat","backgroundOrigin","fill","stroke","strokeWidth","objectFit","objectPosition","padding","textAlign","textIndent","verticalAlign","fontFamily","fontSize","fontWeight","textTransform","fontStyle","fontVariantNumeric","lineHeight","letterSpacing","textColor","textOpacity","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textUnderlineOffset","fontSmoothing","placeholderColor","placeholderOpacity","caretColor","accentColor","opacity","backgroundBlendMode","mixBlendMode","boxShadow","boxShadowColor","outlineStyle","outlineWidth","outlineOffset","outlineColor","ringWidth","ringColor","ringOpacity","ringOffsetWidth","ringOffsetColor","blur","brightness","contrast","dropShadow","grayscale","hueRotate","invert","saturate","sepia","filter","backdropBlur","backdropBrightness","backdropContrast","backdropGrayscale","backdropHueRotate","backdropInvert","backdropOpacity","backdropSaturate","backdropSepia","backdropFilter","transitionProperty","transitionDelay","transitionDuration","transitionTimingFunction","willChange","content"]});var al=z(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Object.defineProperty(Fo,"default",{enumerable:!0,get:()=>ih});function ih(e,t){return e===void 0?t:Array.isArray(e)?e:[...new Set(t.filter(n=>e!==!1&&e[n]!==!1).concat(Object.keys(e).filter(n=>e[n]!==!1)))]}});var Wo=z((Pw,ul)=>{ul.exports={content:[],presets:[],darkMode:"media",theme:{screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:({colors:e})=>({inherit:e.inherit,current:e.current,transparent:e.transparent,black:e.black,white:e.white,slate:e.slate,gray:e.gray,zinc:e.zinc,neutral:e.neutral,stone:e.stone,red:e.red,orange:e.orange,amber:e.amber,yellow:e.yellow,lime:e.lime,green:e.green,emerald:e.emerald,teal:e.teal,cyan:e.cyan,sky:e.sky,blue:e.blue,indigo:e.indigo,violet:e.violet,purple:e.purple,fuchsia:e.fuchsia,pink:e.pink,rose:e.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:e})=>e("blur"),backdropBrightness:({theme:e})=>e("brightness"),backdropContrast:({theme:e})=>e("contrast"),backdropGrayscale:({theme:e})=>e("grayscale"),backdropHueRotate:({theme:e})=>e("hueRotate"),backdropInvert:({theme:e})=>e("invert"),backdropOpacity:({theme:e})=>e("opacity"),backdropSaturate:({theme:e})=>e("saturate"),backdropSepia:({theme:e})=>e("sepia"),backgroundColor:({theme:e})=>e("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:e})=>e("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},borderColor:({theme:e})=>({...e("colors"),DEFAULT:e("colors.gray.200","currentColor")}),borderOpacity:({theme:e})=>e("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:e})=>({...e("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:e})=>e("colors"),caretColor:({theme:e})=>e("colors"),accentColor:({theme:e})=>({...e("colors"),auto:"auto"}),contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},container:{},content:{none:"none"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:e})=>e("borderColor"),divideOpacity:({theme:e})=>e("borderOpacity"),divideWidth:({theme:e})=>e("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:e})=>e("colors"),grayscale:{0:"0",DEFAULT:"100%"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{0:"0",DEFAULT:"100%"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>({auto:"auto",...e("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:e})=>e("spacing"),gradientColorStops:({theme:e})=>e("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-full":"1 / -1"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridTemplateColumns:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))"},height:({theme:e})=>({auto:"auto",...e("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),inset:({theme:e})=>({auto:"auto",...e("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},margin:({theme:e})=>({auto:"auto",...e("spacing")}),maxHeight:({theme:e})=>({...e("spacing"),full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:e,breakpoints:t})=>({none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...t(e("screens"))}),minHeight:{0:"0px",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",20:"0.2",25:"0.25",30:"0.3",40:"0.4",50:"0.5",60:"0.6",70:"0.7",75:"0.75",80:"0.8",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},padding:({theme:e})=>e("spacing"),placeholderColor:({theme:e})=>e("colors"),placeholderOpacity:({theme:e})=>e("opacity"),outlineColor:({theme:e})=>e("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringColor:({theme:e})=>({DEFAULT:e("colors.blue.500","#3b82f6"),...e("colors")}),ringOffsetColor:({theme:e})=>e("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:e})=>({DEFAULT:"0.5",...e("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},scrollMargin:({theme:e})=>({...e("spacing")}),scrollPadding:({theme:e})=>e("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:e})=>({...e("spacing")}),stroke:({theme:e})=>e("colors"),strokeWidth:{0:"0",1:"1",2:"2"},textColor:({theme:e})=>e("colors"),textDecorationColor:({theme:e})=>e("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:e})=>({...e("spacing")}),textOpacity:({theme:e})=>e("opacity"),transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:e})=>({...e("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),width:({theme:e})=>({auto:"auto",...e("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},variantOrder:["first","last","odd","even","visited","checked","empty","read-only","group-hover","group-focus","focus-within","hover","focus","focus-visible","active","disabled"],plugins:[]}});var xi={};Gn(xi,{default:()=>oh});var oh,wi=ar(()=>{oh={info(e,t){console.info(...Array.isArray(e)?[e]:[t,e])},warn(e,t){console.warn(...Array.isArray(e)?[e]:[t,e])},risk(e,t){console.error(...Array.isArray(e)?[e]:[t,e])}}});var ll=z(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Object.defineProperty(Do,"default",{enumerable:!0,get:()=>uh});var sh=ah((wi(),jn(xi)));function ah(e){return e&&e.__esModule?e:{default:e}}function nn({version:e,from:t,to:r}){sh.default.warn(`${t}-color-renamed`,[`As of Tailwind CSS ${e}, \`${t}\` has been renamed to \`${r}\`.`,"Update your configuration file to silence this warning."])}var uh={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},get lightBlue(){return nn({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return nn({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return nn({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return nn({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return nn({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}});var fl=z($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});Object.defineProperty($o,"defaults",{enumerable:!0,get:()=>lh});function lh(e,...t){for(let i of t){for(let o in i){var r;!(e==null||(r=e.hasOwnProperty)===null||r===void 0)&&r.call(e,o)||(e[o]=i[o])}for(let o of Object.getOwnPropertySymbols(i)){var n;!(e==null||(n=e.hasOwnProperty)===null||n===void 0)&&n.call(e,o)||(e[o]=i[o])}}return e}});var cl=z(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Object.defineProperty(Bo,"toPath",{enumerable:!0,get:()=>fh});function fh(e){if(Array.isArray(e))return e;let t=e.split("[").length-1,r=e.split("]").length-1;if(t!==r)throw new Error(`Path is invalid. Has unbalanced brackets: ${e}`);return e.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean)}});var pl=z(Uo=>{"use strict";Object.defineProperty(Uo,"__esModule",{value:!0});Object.defineProperty(Uo,"normalizeConfig",{enumerable:!0,get:()=>dh});var on=ch((wi(),jn(xi)));function dl(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,r=new WeakMap;return(dl=function(n){return n?r:t})(e)}function ch(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var r=dl(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(o!=="default"&&Object.prototype.hasOwnProperty.call(e,o)){var s=i?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(n,o,s):n[o]=e[o]}return n.default=e,r&&r.set(e,n),n}function dh(e){if((()=>{if(e.purge||!e.content||!Array.isArray(e.content)&&!(typeof e.content=="object"&&e.content!==null))return!1;if(Array.isArray(e.content))return e.content.every(n=>typeof n=="string"?!0:!(typeof(n==null?void 0:n.raw)!="string"||n!=null&&n.extension&&typeof(n==null?void 0:n.extension)!="string"));if(typeof e.content=="object"&&e.content!==null){if(Object.keys(e.content).some(n=>!["files","extract","transform"].includes(n)))return!1;if(Array.isArray(e.content.files)){if(!e.content.files.every(n=>typeof n=="string"?!0:!(typeof(n==null?void 0:n.raw)!="string"||n!=null&&n.extension&&typeof(n==null?void 0:n.extension)!="string")))return!1;if(typeof e.content.extract=="object"){for(let n of Object.values(e.content.extract))if(typeof n!="function")return!1}else if(!(e.content.extract===void 0||typeof e.content.extract=="function"))return!1;if(typeof e.content.transform=="object"){for(let n of Object.values(e.content.transform))if(typeof n!="function")return!1}else if(!(e.content.transform===void 0||typeof e.content.transform=="function"))return!1}return!0}return!1})()||on.default.warn("purge-deprecation",["The `purge`/`content` options have changed in Tailwind CSS v3.0.","Update your configuration file to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"]),e.safelist=(()=>{var n;let{content:i,purge:o,safelist:s}=e;return Array.isArray(s)?s:Array.isArray(i==null?void 0:i.safelist)?i.safelist:Array.isArray(o==null?void 0:o.safelist)?o.safelist:Array.isArray(o==null||(n=o.options)===null||n===void 0?void 0:n.safelist)?o.options.safelist:[]})(),typeof e.prefix=="function")on.default.warn("prefix-function",["As of Tailwind CSS v3.0, `prefix` cannot be a function.","Update `prefix` in your configuration to be a string to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function"]),e.prefix="";else{var r;e.prefix=(r=e.prefix)!==null&&r!==void 0?r:""}e.content={files:(()=>{let{content:n,purge:i}=e;return Array.isArray(i)?i:Array.isArray(i==null?void 0:i.content)?i.content:Array.isArray(n)?n:Array.isArray(n==null?void 0:n.content)?n.content:Array.isArray(n==null?void 0:n.files)?n.files:[]})(),extract:(()=>{let n=(()=>{var s,a,u,l,f,c,m,h,g,y;return!((s=e.purge)===null||s===void 0)&&s.extract?e.purge.extract:!((a=e.content)===null||a===void 0)&&a.extract?e.content.extract:!((u=e.purge)===null||u===void 0||(l=u.extract)===null||l===void 0)&&l.DEFAULT?e.purge.extract.DEFAULT:!((f=e.content)===null||f===void 0||(c=f.extract)===null||c===void 0)&&c.DEFAULT?e.content.extract.DEFAULT:!((m=e.purge)===null||m===void 0||(h=m.options)===null||h===void 0)&&h.extractors?e.purge.options.extractors:!((g=e.content)===null||g===void 0||(y=g.options)===null||y===void 0)&&y.extractors?e.content.options.extractors:{}})(),i={},o=(()=>{var s,a,u,l;if(!((s=e.purge)===null||s===void 0||(a=s.options)===null||a===void 0)&&a.defaultExtractor)return e.purge.options.defaultExtractor;if(!((u=e.content)===null||u===void 0||(l=u.options)===null||l===void 0)&&l.defaultExtractor)return e.content.options.defaultExtractor})();if(o!==void 0&&(i.DEFAULT=o),typeof n=="function")i.DEFAULT=n;else if(Array.isArray(n))for(let{extensions:s,extractor:a}of n??[])for(let u of s)i[u]=a;else typeof n=="object"&&n!==null&&Object.assign(i,n);return i})(),transform:(()=>{let n=(()=>{var o,s,a,u,l,f;return!((o=e.purge)===null||o===void 0)&&o.transform?e.purge.transform:!((s=e.content)===null||s===void 0)&&s.transform?e.content.transform:!((a=e.purge)===null||a===void 0||(u=a.transform)===null||u===void 0)&&u.DEFAULT?e.purge.transform.DEFAULT:!((l=e.content)===null||l===void 0||(f=l.transform)===null||f===void 0)&&f.DEFAULT?e.content.transform.DEFAULT:{}})(),i={};return typeof n=="function"&&(i.DEFAULT=n),typeof n=="object"&&n!==null&&Object.assign(i,n),i})()};for(let n of e.content.files)if(typeof n=="string"&&/{([^,]*?)}/g.test(n)){on.default.warn("invalid-glob-braces",[`The glob pattern ${(0,on.dim)(n)} in your Tailwind CSS configuration is invalid.`,`Update it to ${(0,on.dim)(n.replace(/{([^,]*?)}/g,"$1"))} to silence this warning.`]);break}return e}});var hl=z(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});Object.defineProperty(qo,"default",{enumerable:!0,get:()=>ph});function ph(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}});var ml=z(Go=>{"use strict";Object.defineProperty(Go,"__esModule",{value:!0});Object.defineProperty(Go,"cloneDeep",{enumerable:!0,get:()=>zo});function zo(e){return Array.isArray(e)?e.map(t=>zo(t)):typeof e=="object"&&e!==null?Object.fromEntries(Object.entries(e).map(([t,r])=>[t,zo(r)])):e}});var jo=z((Si,gl)=>{"use strict";Si.__esModule=!0;Si.default=gh;function hh(e){for(var t=e.toLowerCase(),r="",n=!1,i=0;i<6&&t[i]!==void 0;i++){var o=t.charCodeAt(i),s=o>=97&&o<=102||o>=48&&o<=57;if(n=o===32,!s)break;r+=t[i]}if(r.length!==0){var a=parseInt(r,16),u=a>=55296&&a<=57343;return u||a===0||a>1114111?["\uFFFD",r.length+(n?1:0)]:[String.fromCodePoint(a),r.length+(n?1:0)]}}var mh=/\\/;function gh(e){var t=mh.test(e);if(!t)return e;for(var r="",n=0;n<e.length;n++){if(e[n]==="\\"){var i=hh(e.slice(n+1,n+7));if(i!==void 0){r+=i[0],n+=i[1];continue}if(e[n+1]==="\\"){r+="\\",n++;continue}e.length===n+1&&(r+=e[n]);continue}r+=e[n]}return r}gl.exports=Si.default});var yl=z((_i,bl)=>{"use strict";_i.__esModule=!0;_i.default=bh;function bh(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];for(;r.length>0;){var i=r.shift();if(!e[i])return;e=e[i]}return e}bl.exports=_i.default});var xl=z((Ti,vl)=>{"use strict";Ti.__esModule=!0;Ti.default=yh;function yh(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];for(;r.length>0;){var i=r.shift();e[i]||(e[i]={}),e=e[i]}}vl.exports=Ti.default});var Sl=z((Ei,wl)=>{"use strict";Ei.__esModule=!0;Ei.default=vh;function vh(e){for(var t="",r=e.indexOf("/*"),n=0;r>=0;){t=t+e.slice(n,r);var i=e.indexOf("*/",r+2);if(i<0)return t;n=i+2,r=e.indexOf("/*",n)}return t=t+e.slice(n),t}wl.exports=Ei.default});var sn=z(Ct=>{"use strict";Ct.__esModule=!0;Ct.stripComments=Ct.ensureObject=Ct.getProp=Ct.unesc=void 0;var xh=ki(jo());Ct.unesc=xh.default;var wh=ki(yl());Ct.getProp=wh.default;var Sh=ki(xl());Ct.ensureObject=Sh.default;var _h=ki(Sl());Ct.stripComments=_h.default;function ki(e){return e&&e.__esModule?e:{default:e}}});var Ht=z((an,El)=>{"use strict";an.__esModule=!0;an.default=void 0;var _l=sn();function Tl(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Th(e,t,r){return t&&Tl(e.prototype,t),r&&Tl(e,r),e}var Eh=function e(t,r){if(typeof t!="object"||t===null)return t;var n=new t.constructor;for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],s=typeof o;i==="parent"&&s==="object"?r&&(n[i]=r):o instanceof Array?n[i]=o.map(function(a){return e(a,n)}):n[i]=e(o,n)}return n},kh=function(){function e(r){r===void 0&&(r={}),Object.assign(this,r),this.spaces=this.spaces||{},this.spaces.before=this.spaces.before||"",this.spaces.after=this.spaces.after||""}var t=e.prototype;return t.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},t.replaceWith=function(){if(this.parent){for(var n in arguments)this.parent.insertBefore(this,arguments[n]);this.remove()}return this},t.next=function(){return this.parent.at(this.parent.index(this)+1)},t.prev=function(){return this.parent.at(this.parent.index(this)-1)},t.clone=function(n){n===void 0&&(n={});var i=Eh(this);for(var o in n)i[o]=n[o];return i},t.appendToPropertyAndEscape=function(n,i,o){this.raws||(this.raws={});var s=this[n],a=this.raws[n];this[n]=s+i,a||o!==i?this.raws[n]=(a||s)+o:delete this.raws[n]},t.setPropertyAndEscape=function(n,i,o){this.raws||(this.raws={}),this[n]=i,this.raws[n]=o},t.setPropertyWithoutEscape=function(n,i){this[n]=i,this.raws&&delete this.raws[n]},t.isAtPosition=function(n,i){if(this.source&&this.source.start&&this.source.end)return!(this.source.start.line>n||this.source.end.line<n||this.source.start.line===n&&this.source.start.column>i||this.source.end.line===n&&this.source.end.column<i)},t.stringifyProperty=function(n){return this.raws&&this.raws[n]||this[n]},t.valueToString=function(){return String(this.stringifyProperty("value"))},t.toString=function(){return[this.rawSpaceBefore,this.valueToString(),this.rawSpaceAfter].join("")},Th(e,[{key:"rawSpaceBefore",get:function(){var n=this.raws&&this.raws.spaces&&this.raws.spaces.before;return n===void 0&&(n=this.spaces&&this.spaces.before),n||""},set:function(n){(0,_l.ensureObject)(this,"raws","spaces"),this.raws.spaces.before=n}},{key:"rawSpaceAfter",get:function(){var n=this.raws&&this.raws.spaces&&this.raws.spaces.after;return n===void 0&&(n=this.spaces.after),n||""},set:function(n){(0,_l.ensureObject)(this,"raws","spaces"),this.raws.spaces.after=n}}]),e}();an.default=kh;El.exports=an.default});var Be=z(be=>{"use strict";be.__esModule=!0;be.UNIVERSAL=be.ATTRIBUTE=be.CLASS=be.COMBINATOR=be.COMMENT=be.ID=be.NESTING=be.PSEUDO=be.ROOT=be.SELECTOR=be.STRING=be.TAG=void 0;var Ph="tag";be.TAG=Ph;var Oh="string";be.STRING=Oh;var Ih="selector";be.SELECTOR=Ih;var Rh="root";be.ROOT=Rh;var Ah="pseudo";be.PSEUDO=Ah;var Ch="nesting";be.NESTING=Ch;var Lh="id";be.ID=Lh;var Mh="comment";be.COMMENT=Mh;var Nh="combinator";be.COMBINATOR=Nh;var Fh="class";be.CLASS=Fh;var Wh="attribute";be.ATTRIBUTE=Wh;var Dh="universal";be.UNIVERSAL=Dh});var Pi=z((un,Il)=>{"use strict";un.__esModule=!0;un.default=void 0;var $h=Uh(Ht()),Yt=Bh(Be());function Ol(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return Ol=function(){return e},e}function Bh(e){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var t=Ol();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var o=n?Object.getOwnPropertyDescriptor(e,i):null;o&&(o.get||o.set)?Object.defineProperty(r,i,o):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}function Uh(e){return e&&e.__esModule?e:{default:e}}function qh(e,t){var r;if(typeof Symbol>"u"||e[Symbol.iterator]==null){if(Array.isArray(e)||(r=zh(e))||t&&e&&typeof e.length=="number"){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return r=e[Symbol.iterator](),r.next.bind(r)}function zh(e,t){if(e){if(typeof e=="string")return kl(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return kl(e,t)}}function kl(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Pl(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Gh(e,t,r){return t&&Pl(e.prototype,t),r&&Pl(e,r),e}function jh(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Vo(e,t)}function Vo(e,t){return Vo=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Vo(e,t)}var Vh=function(e){jh(t,e);function t(n){var i;return i=e.call(this,n)||this,i.nodes||(i.nodes=[]),i}var r=t.prototype;return r.append=function(i){return i.parent=this,this.nodes.push(i),this},r.prepend=function(i){return i.parent=this,this.nodes.unshift(i),this},r.at=function(i){return this.nodes[i]},r.index=function(i){return typeof i=="number"?i:this.nodes.indexOf(i)},r.removeChild=function(i){i=this.index(i),this.at(i).parent=void 0,this.nodes.splice(i,1);var o;for(var s in this.indexes)o=this.indexes[s],o>=i&&(this.indexes[s]=o-1);return this},r.removeAll=function(){for(var i=qh(this.nodes),o;!(o=i()).done;){var s=o.value;s.parent=void 0}return this.nodes=[],this},r.empty=function(){return this.removeAll()},r.insertAfter=function(i,o){o.parent=this;var s=this.index(i);this.nodes.splice(s+1,0,o),o.parent=this;var a;for(var u in this.indexes)a=this.indexes[u],s<=a&&(this.indexes[u]=a+1);return this},r.insertBefore=function(i,o){o.parent=this;var s=this.index(i);this.nodes.splice(s,0,o),o.parent=this;var a;for(var u in this.indexes)a=this.indexes[u],a<=s&&(this.indexes[u]=a+1);return this},r._findChildAtPosition=function(i,o){var s=void 0;return this.each(function(a){if(a.atPosition){var u=a.atPosition(i,o);if(u)return s=u,!1}else if(a.isAtPosition(i,o))return s=a,!1}),s},r.atPosition=function(i,o){if(this.isAtPosition(i,o))return this._findChildAtPosition(i,o)||this},r._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},r.each=function(i){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var o=this.lastEach;if(this.indexes[o]=0,!!this.length){for(var s,a;this.indexes[o]<this.length&&(s=this.indexes[o],a=i(this.at(s),s),a!==!1);)this.indexes[o]+=1;if(delete this.indexes[o],a===!1)return!1}},r.walk=function(i){return this.each(function(o,s){var a=i(o,s);if(a!==!1&&o.length&&(a=o.walk(i)),a===!1)return!1})},r.walkAttributes=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.ATTRIBUTE)return i.call(o,s)})},r.walkClasses=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.CLASS)return i.call(o,s)})},r.walkCombinators=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.COMBINATOR)return i.call(o,s)})},r.walkComments=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.COMMENT)return i.call(o,s)})},r.walkIds=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.ID)return i.call(o,s)})},r.walkNesting=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.NESTING)return i.call(o,s)})},r.walkPseudos=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.PSEUDO)return i.call(o,s)})},r.walkTags=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.TAG)return i.call(o,s)})},r.walkUniversals=function(i){var o=this;return this.walk(function(s){if(s.type===Yt.UNIVERSAL)return i.call(o,s)})},r.split=function(i){var o=this,s=[];return this.reduce(function(a,u,l){var f=i.call(o,u);return s.push(u),f?(a.push(s),s=[]):l===o.length-1&&a.push(s),a},[])},r.map=function(i){return this.nodes.map(i)},r.reduce=function(i,o){return this.nodes.reduce(i,o)},r.every=function(i){return this.nodes.every(i)},r.some=function(i){return this.nodes.some(i)},r.filter=function(i){return this.nodes.filter(i)},r.sort=function(i){return this.nodes.sort(i)},r.toString=function(){return this.map(String).join("")},Gh(t,[{key:"first",get:function(){return this.at(0)}},{key:"last",get:function(){return this.at(this.length-1)}},{key:"length",get:function(){return this.nodes.length}}]),t}($h.default);un.default=Vh;Il.exports=un.default});var Yo=z((ln,Al)=>{"use strict";ln.__esModule=!0;ln.default=void 0;var Hh=Xh(Pi()),Yh=Be();function Xh(e){return e&&e.__esModule?e:{default:e}}function Rl(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Kh(e,t,r){return t&&Rl(e.prototype,t),r&&Rl(e,r),e}function Qh(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Ho(e,t)}function Ho(e,t){return Ho=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Ho(e,t)}var Jh=function(e){Qh(t,e);function t(n){var i;return i=e.call(this,n)||this,i.type=Yh.ROOT,i}var r=t.prototype;return r.toString=function(){var i=this.reduce(function(o,s){return o.push(String(s)),o},[]).join(",");return this.trailingComma?i+",":i},r.error=function(i,o){return this._error?this._error(i,o):new Error(i)},Kh(t,[{key:"errorGenerator",set:function(i){this._error=i}}]),t}(Hh.default);ln.default=Jh;Al.exports=ln.default});var Ko=z((fn,Cl)=>{"use strict";fn.__esModule=!0;fn.default=void 0;var Zh=tm(Pi()),em=Be();function tm(e){return e&&e.__esModule?e:{default:e}}function rm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Xo(e,t)}function Xo(e,t){return Xo=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Xo(e,t)}var nm=function(e){rm(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=em.SELECTOR,n}return t}(Zh.default);fn.default=nm;Cl.exports=fn.default});var Oi=z((Fw,Ll)=>{"use strict";var im={},om=im.hasOwnProperty,sm=function(t,r){if(!t)return r;var n={};for(var i in r)n[i]=om.call(t,i)?t[i]:r[i];return n},am=/[ -,\.\/:-@\[-\^`\{-~]/,um=/[ -,\.\/:-@\[\]\^`\{-~]/,lm=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Qo=function e(t,r){r=sm(r,e.options),r.quotes!="single"&&r.quotes!="double"&&(r.quotes="single");for(var n=r.quotes=="double"?'"':"'",i=r.isIdentifier,o=t.charAt(0),s="",a=0,u=t.length;a<u;){var l=t.charAt(a++),f=l.charCodeAt(),c=void 0;if(f<32||f>126){if(f>=55296&&f<=56319&&a<u){var m=t.charCodeAt(a++);(m&64512)==56320?f=((f&1023)<<10)+(m&1023)+65536:a--}c="\\"+f.toString(16).toUpperCase()+" "}else r.escapeEverything?am.test(l)?c="\\"+l:c="\\"+f.toString(16).toUpperCase()+" ":/[\t\n\f\r\x0B]/.test(l)?c="\\"+f.toString(16).toUpperCase()+" ":l=="\\"||!i&&(l=='"'&&n==l||l=="'"&&n==l)||i&&um.test(l)?c="\\"+l:c=l;s+=c}return i&&(/^-[-\d]/.test(s)?s="\\-"+s.slice(1):/\d/.test(o)&&(s="\\3"+o+" "+s.slice(1))),s=s.replace(lm,function(h,g,y){return g&&g.length%2?h:(g||"")+y}),!i&&r.wrap?n+s+n:s};Qo.options={escapeEverything:!1,isIdentifier:!1,quotes:"single",wrap:!1};Qo.version="3.0.0";Ll.exports=Qo});var Zo=z((cn,Fl)=>{"use strict";cn.__esModule=!0;cn.default=void 0;var fm=Nl(Oi()),cm=sn(),dm=Nl(Ht()),pm=Be();function Nl(e){return e&&e.__esModule?e:{default:e}}function Ml(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function hm(e,t,r){return t&&Ml(e.prototype,t),r&&Ml(e,r),e}function mm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Jo(e,t)}function Jo(e,t){return Jo=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Jo(e,t)}var gm=function(e){mm(t,e);function t(n){var i;return i=e.call(this,n)||this,i.type=pm.CLASS,i._constructed=!0,i}var r=t.prototype;return r.valueToString=function(){return"."+e.prototype.valueToString.call(this)},hm(t,[{key:"value",get:function(){return this._value},set:function(i){if(this._constructed){var o=(0,fm.default)(i,{isIdentifier:!0});o!==i?((0,cm.ensureObject)(this,"raws"),this.raws.value=o):this.raws&&delete this.raws.value}this._value=i}}]),t}(dm.default);cn.default=gm;Fl.exports=cn.default});var ts=z((dn,Wl)=>{"use strict";dn.__esModule=!0;dn.default=void 0;var bm=vm(Ht()),ym=Be();function vm(e){return e&&e.__esModule?e:{default:e}}function xm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,es(e,t)}function es(e,t){return es=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},es(e,t)}var wm=function(e){xm(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=ym.COMMENT,n}return t}(bm.default);dn.default=wm;Wl.exports=dn.default});var ns=z((pn,Dl)=>{"use strict";pn.__esModule=!0;pn.default=void 0;var Sm=Tm(Ht()),_m=Be();function Tm(e){return e&&e.__esModule?e:{default:e}}function Em(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,rs(e,t)}function rs(e,t){return rs=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},rs(e,t)}var km=function(e){Em(t,e);function t(n){var i;return i=e.call(this,n)||this,i.type=_m.ID,i}var r=t.prototype;return r.valueToString=function(){return"#"+e.prototype.valueToString.call(this)},t}(Sm.default);pn.default=km;Dl.exports=pn.default});var Ii=z((hn,Ul)=>{"use strict";hn.__esModule=!0;hn.default=void 0;var Pm=Bl(Oi()),Om=sn(),Im=Bl(Ht());function Bl(e){return e&&e.__esModule?e:{default:e}}function $l(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Rm(e,t,r){return t&&$l(e.prototype,t),r&&$l(e,r),e}function Am(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,is(e,t)}function is(e,t){return is=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},is(e,t)}var Cm=function(e){Am(t,e);function t(){return e.apply(this,arguments)||this}var r=t.prototype;return r.qualifiedName=function(i){return this.namespace?this.namespaceString+"|"+i:i},r.valueToString=function(){return this.qualifiedName(e.prototype.valueToString.call(this))},Rm(t,[{key:"namespace",get:function(){return this._namespace},set:function(i){if(i===!0||i==="*"||i==="&"){this._namespace=i,this.raws&&delete this.raws.namespace;return}var o=(0,Pm.default)(i,{isIdentifier:!0});this._namespace=i,o!==i?((0,Om.ensureObject)(this,"raws"),this.raws.namespace=o):this.raws&&delete this.raws.namespace}},{key:"ns",get:function(){return this._namespace},set:function(i){this.namespace=i}},{key:"namespaceString",get:function(){if(this.namespace){var i=this.stringifyProperty("namespace");return i===!0?"":i}else return""}}]),t}(Im.default);hn.default=Cm;Ul.exports=hn.default});var ss=z((mn,ql)=>{"use strict";mn.__esModule=!0;mn.default=void 0;var Lm=Nm(Ii()),Mm=Be();function Nm(e){return e&&e.__esModule?e:{default:e}}function Fm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,os(e,t)}function os(e,t){return os=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},os(e,t)}var Wm=function(e){Fm(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=Mm.TAG,n}return t}(Lm.default);mn.default=Wm;ql.exports=mn.default});var us=z((gn,zl)=>{"use strict";gn.__esModule=!0;gn.default=void 0;var Dm=Bm(Ht()),$m=Be();function Bm(e){return e&&e.__esModule?e:{default:e}}function Um(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,as(e,t)}function as(e,t){return as=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},as(e,t)}var qm=function(e){Um(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=$m.STRING,n}return t}(Dm.default);gn.default=qm;zl.exports=gn.default});var fs=z((bn,Gl)=>{"use strict";bn.__esModule=!0;bn.default=void 0;var zm=jm(Pi()),Gm=Be();function jm(e){return e&&e.__esModule?e:{default:e}}function Vm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ls(e,t)}function ls(e,t){return ls=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},ls(e,t)}var Hm=function(e){Vm(t,e);function t(n){var i;return i=e.call(this,n)||this,i.type=Gm.PSEUDO,i}var r=t.prototype;return r.toString=function(){var i=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),i,this.rawSpaceAfter].join("")},t}(zm.default);bn.default=Hm;Gl.exports=bn.default});var Vl=z((Ww,jl)=>{jl.exports=function(t,r){return function(...n){return console.warn(r),t(...n)}}});var gs=z(xn=>{"use strict";xn.__esModule=!0;xn.unescapeValue=ms;xn.default=void 0;var yn=hs(Oi()),Ym=hs(jo()),Xm=hs(Ii()),Km=Be(),cs;function hs(e){return e&&e.__esModule?e:{default:e}}function Hl(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Qm(e,t,r){return t&&Hl(e.prototype,t),r&&Hl(e,r),e}function Jm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ps(e,t)}function ps(e,t){return ps=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},ps(e,t)}var vn=Vl(),Zm=/^('|")([^]*)\1$/,e0=vn(function(){},"Assigning an attribute a value containing characters that might need to be escaped is deprecated. Call attribute.setValue() instead."),t0=vn(function(){},"Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."),r0=vn(function(){},"Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now.");function ms(e){var t=!1,r=null,n=e,i=n.match(Zm);return i&&(r=i[1],n=i[2]),n=(0,Ym.default)(n),n!==e&&(t=!0),{deprecatedUsage:t,unescaped:n,quoteMark:r}}function n0(e){if(e.quoteMark!==void 0||e.value===void 0)return e;r0();var t=ms(e.value),r=t.quoteMark,n=t.unescaped;return e.raws||(e.raws={}),e.raws.value===void 0&&(e.raws.value=e.value),e.value=n,e.quoteMark=r,e}var Ri=function(e){Jm(t,e);function t(n){var i;return n===void 0&&(n={}),i=e.call(this,n0(n))||this,i.type=Km.ATTRIBUTE,i.raws=i.raws||{},Object.defineProperty(i.raws,"unquoted",{get:vn(function(){return i.value},"attr.raws.unquoted is deprecated. Call attr.value instead."),set:vn(function(){return i.value},"Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.")}),i._constructed=!0,i}var r=t.prototype;return r.getQuotedValue=function(i){i===void 0&&(i={});var o=this._determineQuoteMark(i),s=ds[o],a=(0,yn.default)(this._value,s);return a},r._determineQuoteMark=function(i){return i.smart?this.smartQuoteMark(i):this.preferredQuoteMark(i)},r.setValue=function(i,o){o===void 0&&(o={}),this._value=i,this._quoteMark=this._determineQuoteMark(o),this._syncRawValue()},r.smartQuoteMark=function(i){var o=this.value,s=o.replace(/[^']/g,"").length,a=o.replace(/[^"]/g,"").length;if(s+a===0){var u=(0,yn.default)(o,{isIdentifier:!0});if(u===o)return t.NO_QUOTE;var l=this.preferredQuoteMark(i);if(l===t.NO_QUOTE){var f=this.quoteMark||i.quoteMark||t.DOUBLE_QUOTE,c=ds[f],m=(0,yn.default)(o,c);if(m.length<u.length)return f}return l}else return a===s?this.preferredQuoteMark(i):a<s?t.DOUBLE_QUOTE:t.SINGLE_QUOTE},r.preferredQuoteMark=function(i){var o=i.preferCurrentQuoteMark?this.quoteMark:i.quoteMark;return o===void 0&&(o=i.preferCurrentQuoteMark?i.quoteMark:this.quoteMark),o===void 0&&(o=t.DOUBLE_QUOTE),o},r._syncRawValue=function(){var i=(0,yn.default)(this._value,ds[this.quoteMark]);i===this._value?this.raws&&delete this.raws.value:this.raws.value=i},r._handleEscapes=function(i,o){if(this._constructed){var s=(0,yn.default)(o,{isIdentifier:!0});s!==o?this.raws[i]=s:delete this.raws[i]}},r._spacesFor=function(i){var o={before:"",after:""},s=this.spaces[i]||{},a=this.raws.spaces&&this.raws.spaces[i]||{};return Object.assign(o,s,a)},r._stringFor=function(i,o,s){o===void 0&&(o=i),s===void 0&&(s=Yl);var a=this._spacesFor(o);return s(this.stringifyProperty(i),a)},r.offsetOf=function(i){var o=1,s=this._spacesFor("attribute");if(o+=s.before.length,i==="namespace"||i==="ns")return this.namespace?o:-1;if(i==="attributeNS"||(o+=this.namespaceString.length,this.namespace&&(o+=1),i==="attribute"))return o;o+=this.stringifyProperty("attribute").length,o+=s.after.length;var a=this._spacesFor("operator");o+=a.before.length;var u=this.stringifyProperty("operator");if(i==="operator")return u?o:-1;o+=u.length,o+=a.after.length;var l=this._spacesFor("value");o+=l.before.length;var f=this.stringifyProperty("value");if(i==="value")return f?o:-1;o+=f.length,o+=l.after.length;var c=this._spacesFor("insensitive");return o+=c.before.length,i==="insensitive"&&this.insensitive?o:-1},r.toString=function(){var i=this,o=[this.rawSpaceBefore,"["];return o.push(this._stringFor("qualifiedAttribute","attribute")),this.operator&&(this.value||this.value==="")&&(o.push(this._stringFor("operator")),o.push(this._stringFor("value")),o.push(this._stringFor("insensitiveFlag","insensitive",function(s,a){return s.length>0&&!i.quoted&&a.before.length===0&&!(i.spaces.value&&i.spaces.value.after)&&(a.before=" "),Yl(s,a)}))),o.push("]"),o.push(this.rawSpaceAfter),o.join("")},Qm(t,[{key:"quoted",get:function(){var i=this.quoteMark;return i==="'"||i==='"'},set:function(i){t0()}},{key:"quoteMark",get:function(){return this._quoteMark},set:function(i){if(!this._constructed){this._quoteMark=i;return}this._quoteMark!==i&&(this._quoteMark=i,this._syncRawValue())}},{key:"qualifiedAttribute",get:function(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function(){return this.insensitive?"i":""}},{key:"value",get:function(){return this._value},set:function(i){if(this._constructed){var o=ms(i),s=o.deprecatedUsage,a=o.unescaped,u=o.quoteMark;if(s&&e0(),a===this._value&&u===this._quoteMark)return;this._value=a,this._quoteMark=u,this._syncRawValue()}else this._value=i}},{key:"attribute",get:function(){return this._attribute},set:function(i){this._handleEscapes("attribute",i),this._attribute=i}}]),t}(Xm.default);xn.default=Ri;Ri.NO_QUOTE=null;Ri.SINGLE_QUOTE="'";Ri.DOUBLE_QUOTE='"';var ds=(cs={"'":{quotes:"single",wrap:!0},'"':{quotes:"double",wrap:!0}},cs[null]={isIdentifier:!0},cs);function Yl(e,t){return""+t.before+e+t.after}});var ys=z((wn,Xl)=>{"use strict";wn.__esModule=!0;wn.default=void 0;var i0=s0(Ii()),o0=Be();function s0(e){return e&&e.__esModule?e:{default:e}}function a0(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,bs(e,t)}function bs(e,t){return bs=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},bs(e,t)}var u0=function(e){a0(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=o0.UNIVERSAL,n.value="*",n}return t}(i0.default);wn.default=u0;Xl.exports=wn.default});var xs=z((Sn,Kl)=>{"use strict";Sn.__esModule=!0;Sn.default=void 0;var l0=c0(Ht()),f0=Be();function c0(e){return e&&e.__esModule?e:{default:e}}function d0(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,vs(e,t)}function vs(e,t){return vs=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},vs(e,t)}var p0=function(e){d0(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=f0.COMBINATOR,n}return t}(l0.default);Sn.default=p0;Kl.exports=Sn.default});var Ss=z((_n,Ql)=>{"use strict";_n.__esModule=!0;_n.default=void 0;var h0=g0(Ht()),m0=Be();function g0(e){return e&&e.__esModule?e:{default:e}}function b0(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ws(e,t)}function ws(e,t){return ws=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},ws(e,t)}var y0=function(e){b0(t,e);function t(r){var n;return n=e.call(this,r)||this,n.type=m0.NESTING,n.value="&",n}return t}(h0.default);_n.default=y0;Ql.exports=_n.default});var Zl=z((Ai,Jl)=>{"use strict";Ai.__esModule=!0;Ai.default=v0;function v0(e){return e.sort(function(t,r){return t-r})}Jl.exports=Ai.default});var _s=z(U=>{"use strict";U.__esModule=!0;U.combinator=U.word=U.comment=U.str=U.tab=U.newline=U.feed=U.cr=U.backslash=U.bang=U.slash=U.doubleQuote=U.singleQuote=U.space=U.greaterThan=U.pipe=U.equals=U.plus=U.caret=U.tilde=U.dollar=U.closeSquare=U.openSquare=U.closeParenthesis=U.openParenthesis=U.semicolon=U.colon=U.comma=U.at=U.asterisk=U.ampersand=void 0;var x0=38;U.ampersand=x0;var w0=42;U.asterisk=w0;var S0=64;U.at=S0;var _0=44;U.comma=_0;var T0=58;U.colon=T0;var E0=59;U.semicolon=E0;var k0=40;U.openParenthesis=k0;var P0=41;U.closeParenthesis=P0;var O0=91;U.openSquare=O0;var I0=93;U.closeSquare=I0;var R0=36;U.dollar=R0;var A0=126;U.tilde=A0;var C0=94;U.caret=C0;var L0=43;U.plus=L0;var M0=61;U.equals=M0;var N0=124;U.pipe=N0;var F0=62;U.greaterThan=F0;var W0=32;U.space=W0;var ef=39;U.singleQuote=ef;var D0=34;U.doubleQuote=D0;var $0=47;U.slash=$0;var B0=33;U.bang=B0;var U0=92;U.backslash=U0;var q0=13;U.cr=q0;var z0=12;U.feed=z0;var G0=10;U.newline=G0;var j0=9;U.tab=j0;var V0=ef;U.str=V0;var H0=-1;U.comment=H0;var Y0=-2;U.word=Y0;var X0=-3;U.combinator=X0});var nf=z(Tn=>{"use strict";Tn.__esModule=!0;Tn.default=rg;Tn.FIELDS=void 0;var D=K0(_s()),Ar,he;function rf(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return rf=function(){return e},e}function K0(e){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var t=rf();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var o=n?Object.getOwnPropertyDescriptor(e,i):null;o&&(o.get||o.set)?Object.defineProperty(r,i,o):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}var Q0=(Ar={},Ar[D.tab]=!0,Ar[D.newline]=!0,Ar[D.cr]=!0,Ar[D.feed]=!0,Ar),J0=(he={},he[D.space]=!0,he[D.tab]=!0,he[D.newline]=!0,he[D.cr]=!0,he[D.feed]=!0,he[D.ampersand]=!0,he[D.asterisk]=!0,he[D.bang]=!0,he[D.comma]=!0,he[D.colon]=!0,he[D.semicolon]=!0,he[D.openParenthesis]=!0,he[D.closeParenthesis]=!0,he[D.openSquare]=!0,he[D.closeSquare]=!0,he[D.singleQuote]=!0,he[D.doubleQuote]=!0,he[D.plus]=!0,he[D.pipe]=!0,he[D.tilde]=!0,he[D.greaterThan]=!0,he[D.equals]=!0,he[D.dollar]=!0,he[D.caret]=!0,he[D.slash]=!0,he),Ts={},tf="0123456789abcdefABCDEF";for(Ci=0;Ci<tf.length;Ci++)Ts[tf.charCodeAt(Ci)]=!0;var Ci;function Z0(e,t){var r=t,n;do{if(n=e.charCodeAt(r),J0[n])return r-1;n===D.backslash?r=eg(e,r)+1:r++}while(r<e.length);return r-1}function eg(e,t){var r=t,n=e.charCodeAt(r+1);if(!Q0[n])if(Ts[n]){var i=0;do r++,i++,n=e.charCodeAt(r+1);while(Ts[n]&&i<6);i<6&&n===D.space&&r++}else r++;return r}var tg={TYPE:0,START_LINE:1,START_COL:2,END_LINE:3,END_COL:4,START_POS:5,END_POS:6};Tn.FIELDS=tg;function rg(e){var t=[],r=e.css.valueOf(),n=r,i=n.length,o=-1,s=1,a=0,u=0,l,f,c,m,h,g,y,x,S,O,E,I,T;function _(R,A){if(e.safe)r+=A,S=r.length-1;else throw e.error("Unclosed "+R,s,a-o,a)}for(;a<i;){switch(l=r.charCodeAt(a),l===D.newline&&(o=a,s+=1),l){case D.space:case D.tab:case D.newline:case D.cr:case D.feed:S=a;do S+=1,l=r.charCodeAt(S),l===D.newline&&(o=S,s+=1);while(l===D.space||l===D.newline||l===D.tab||l===D.cr||l===D.feed);T=D.space,m=s,c=S-o-1,u=S;break;case D.plus:case D.greaterThan:case D.tilde:case D.pipe:S=a;do S+=1,l=r.charCodeAt(S);while(l===D.plus||l===D.greaterThan||l===D.tilde||l===D.pipe);T=D.combinator,m=s,c=a-o,u=S;break;case D.asterisk:case D.ampersand:case D.bang:case D.comma:case D.equals:case D.dollar:case D.caret:case D.openSquare:case D.closeSquare:case D.colon:case D.semicolon:case D.openParenthesis:case D.closeParenthesis:S=a,T=l,m=s,c=a-o,u=S+1;break;case D.singleQuote:case D.doubleQuote:I=l===D.singleQuote?"'":'"',S=a;do for(h=!1,S=r.indexOf(I,S+1),S===-1&&_("quote",I),g=S;r.charCodeAt(g-1)===D.backslash;)g-=1,h=!h;while(h);T=D.str,m=s,c=a-o,u=S+1;break;default:l===D.slash&&r.charCodeAt(a+1)===D.asterisk?(S=r.indexOf("*/",a+2)+1,S===0&&_("comment","*/"),f=r.slice(a,S+1),x=f.split(`
`),y=x.length-1,y>0?(O=s+y,E=S-x[y].length):(O=s,E=o),T=D.comment,s=O,m=O,c=S-E):l===D.slash?(S=a,T=l,m=s,c=a-o,u=S+1):(S=Z0(r,a),T=D.word,m=s,c=S-o),u=S+1;break}t.push([T,s,a-o,m,c,a,u]),E&&(o=E,E=null),a=u}return t}});var df=z((En,cf)=>{"use strict";En.__esModule=!0;En.default=void 0;var ng=ht(Yo()),Es=ht(Ko()),ig=ht(Zo()),of=ht(ts()),og=ht(ns()),sg=ht(ss()),ks=ht(us()),ag=ht(fs()),sf=Li(gs()),ug=ht(ys()),Ps=ht(xs()),lg=ht(Ss()),fg=ht(Zl()),N=Li(nf()),B=Li(_s()),cg=Li(Be()),Se=sn(),dr,Os;function ff(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return ff=function(){return e},e}function Li(e){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var t=ff();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var o=n?Object.getOwnPropertyDescriptor(e,i):null;o&&(o.get||o.set)?Object.defineProperty(r,i,o):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}function ht(e){return e&&e.__esModule?e:{default:e}}function af(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function dg(e,t,r){return t&&af(e.prototype,t),r&&af(e,r),e}var As=(dr={},dr[B.space]=!0,dr[B.cr]=!0,dr[B.feed]=!0,dr[B.newline]=!0,dr[B.tab]=!0,dr),pg=Object.assign({},As,(Os={},Os[B.comment]=!0,Os));function uf(e){return{line:e[N.FIELDS.START_LINE],column:e[N.FIELDS.START_COL]}}function lf(e){return{line:e[N.FIELDS.END_LINE],column:e[N.FIELDS.END_COL]}}function pr(e,t,r,n){return{start:{line:e,column:t},end:{line:r,column:n}}}function Cr(e){return pr(e[N.FIELDS.START_LINE],e[N.FIELDS.START_COL],e[N.FIELDS.END_LINE],e[N.FIELDS.END_COL])}function Is(e,t){if(e)return pr(e[N.FIELDS.START_LINE],e[N.FIELDS.START_COL],t[N.FIELDS.END_LINE],t[N.FIELDS.END_COL])}function Lr(e,t){var r=e[t];if(typeof r=="string")return r.indexOf("\\")!==-1&&((0,Se.ensureObject)(e,"raws"),e[t]=(0,Se.unesc)(r),e.raws[t]===void 0&&(e.raws[t]=r)),e}function Rs(e,t){for(var r=-1,n=[];(r=e.indexOf(t,r+1))!==-1;)n.push(r);return n}function hg(){var e=Array.prototype.concat.apply([],arguments);return e.filter(function(t,r){return r===e.indexOf(t)})}var mg=function(){function e(r,n){n===void 0&&(n={}),this.rule=r,this.options=Object.assign({lossy:!1,safe:!1},n),this.position=0,this.css=typeof this.rule=="string"?this.rule:this.rule.selector,this.tokens=(0,N.default)({css:this.css,error:this._errorGenerator(),safe:this.options.safe});var i=Is(this.tokens[0],this.tokens[this.tokens.length-1]);this.root=new ng.default({source:i}),this.root.errorGenerator=this._errorGenerator();var o=new Es.default({source:{start:{line:1,column:1}}});this.root.append(o),this.current=o,this.loop()}var t=e.prototype;return t._errorGenerator=function(){var n=this;return function(i,o){return typeof n.rule=="string"?new Error(i):n.rule.error(i,o)}},t.attribute=function(){var n=[],i=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[N.FIELDS.TYPE]!==B.closeSquare;)n.push(this.currToken),this.position++;if(this.currToken[N.FIELDS.TYPE]!==B.closeSquare)return this.expected("closing square bracket",this.currToken[N.FIELDS.START_POS]);var o=n.length,s={source:pr(i[1],i[2],this.currToken[3],this.currToken[4]),sourceIndex:i[N.FIELDS.START_POS]};if(o===1&&!~[B.word].indexOf(n[0][N.FIELDS.TYPE]))return this.expected("attribute",n[0][N.FIELDS.START_POS]);for(var a=0,u="",l="",f=null,c=!1;a<o;){var m=n[a],h=this.content(m),g=n[a+1];switch(m[N.FIELDS.TYPE]){case B.space:if(c=!0,this.options.lossy)break;if(f){(0,Se.ensureObject)(s,"spaces",f);var y=s.spaces[f].after||"";s.spaces[f].after=y+h;var x=(0,Se.getProp)(s,"raws","spaces",f,"after")||null;x&&(s.raws.spaces[f].after=x+h)}else u=u+h,l=l+h;break;case B.asterisk:if(g[N.FIELDS.TYPE]===B.equals)s.operator=h,f="operator";else if((!s.namespace||f==="namespace"&&!c)&&g){u&&((0,Se.ensureObject)(s,"spaces","attribute"),s.spaces.attribute.before=u,u=""),l&&((0,Se.ensureObject)(s,"raws","spaces","attribute"),s.raws.spaces.attribute.before=u,l=""),s.namespace=(s.namespace||"")+h;var S=(0,Se.getProp)(s,"raws","namespace")||null;S&&(s.raws.namespace+=h),f="namespace"}c=!1;break;case B.dollar:if(f==="value"){var O=(0,Se.getProp)(s,"raws","value");s.value+="$",O&&(s.raws.value=O+"$");break}case B.caret:g[N.FIELDS.TYPE]===B.equals&&(s.operator=h,f="operator"),c=!1;break;case B.combinator:if(h==="~"&&g[N.FIELDS.TYPE]===B.equals&&(s.operator=h,f="operator"),h!=="|"){c=!1;break}g[N.FIELDS.TYPE]===B.equals?(s.operator=h,f="operator"):!s.namespace&&!s.attribute&&(s.namespace=!0),c=!1;break;case B.word:if(g&&this.content(g)==="|"&&n[a+2]&&n[a+2][N.FIELDS.TYPE]!==B.equals&&!s.operator&&!s.namespace)s.namespace=h,f="namespace";else if(!s.attribute||f==="attribute"&&!c){u&&((0,Se.ensureObject)(s,"spaces","attribute"),s.spaces.attribute.before=u,u=""),l&&((0,Se.ensureObject)(s,"raws","spaces","attribute"),s.raws.spaces.attribute.before=l,l=""),s.attribute=(s.attribute||"")+h;var E=(0,Se.getProp)(s,"raws","attribute")||null;E&&(s.raws.attribute+=h),f="attribute"}else if(!s.value&&s.value!==""||f==="value"&&!c){var I=(0,Se.unesc)(h),T=(0,Se.getProp)(s,"raws","value")||"",_=s.value||"";s.value=_+I,s.quoteMark=null,(I!==h||T)&&((0,Se.ensureObject)(s,"raws"),s.raws.value=(T||_)+h),f="value"}else{var R=h==="i"||h==="I";(s.value||s.value==="")&&(s.quoteMark||c)?(s.insensitive=R,(!R||h==="I")&&((0,Se.ensureObject)(s,"raws"),s.raws.insensitiveFlag=h),f="insensitive",u&&((0,Se.ensureObject)(s,"spaces","insensitive"),s.spaces.insensitive.before=u,u=""),l&&((0,Se.ensureObject)(s,"raws","spaces","insensitive"),s.raws.spaces.insensitive.before=l,l="")):(s.value||s.value==="")&&(f="value",s.value+=h,s.raws.value&&(s.raws.value+=h))}c=!1;break;case B.str:if(!s.attribute||!s.operator)return this.error("Expected an attribute followed by an operator preceding the string.",{index:m[N.FIELDS.START_POS]});var A=(0,sf.unescapeValue)(h),q=A.unescaped,G=A.quoteMark;s.value=q,s.quoteMark=G,f="value",(0,Se.ensureObject)(s,"raws"),s.raws.value=h,c=!1;break;case B.equals:if(!s.attribute)return this.expected("attribute",m[N.FIELDS.START_POS],h);if(s.value)return this.error('Unexpected "=" found; an operator was already defined.',{index:m[N.FIELDS.START_POS]});s.operator=s.operator?s.operator+h:h,f="operator",c=!1;break;case B.comment:if(f)if(c||g&&g[N.FIELDS.TYPE]===B.space||f==="insensitive"){var ne=(0,Se.getProp)(s,"spaces",f,"after")||"",re=(0,Se.getProp)(s,"raws","spaces",f,"after")||ne;(0,Se.ensureObject)(s,"raws","spaces",f),s.raws.spaces[f].after=re+h}else{var pe=s[f]||"",ce=(0,Se.getProp)(s,"raws",f)||pe;(0,Se.ensureObject)(s,"raws"),s.raws[f]=ce+h}else l=l+h;break;default:return this.error('Unexpected "'+h+'" found.',{index:m[N.FIELDS.START_POS]})}a++}Lr(s,"attribute"),Lr(s,"namespace"),this.newNode(new sf.default(s)),this.position++},t.parseWhitespaceEquivalentTokens=function(n){n<0&&(n=this.tokens.length);var i=this.position,o=[],s="",a=void 0;do if(As[this.currToken[N.FIELDS.TYPE]])this.options.lossy||(s+=this.content());else if(this.currToken[N.FIELDS.TYPE]===B.comment){var u={};s&&(u.before=s,s=""),a=new of.default({value:this.content(),source:Cr(this.currToken),sourceIndex:this.currToken[N.FIELDS.START_POS],spaces:u}),o.push(a)}while(++this.position<n);if(s){if(a)a.spaces.after=s;else if(!this.options.lossy){var l=this.tokens[i],f=this.tokens[this.position-1];o.push(new ks.default({value:"",source:pr(l[N.FIELDS.START_LINE],l[N.FIELDS.START_COL],f[N.FIELDS.END_LINE],f[N.FIELDS.END_COL]),sourceIndex:l[N.FIELDS.START_POS],spaces:{before:s,after:""}}))}}return o},t.convertWhitespaceNodesToSpace=function(n,i){var o=this;i===void 0&&(i=!1);var s="",a="";n.forEach(function(l){var f=o.lossySpace(l.spaces.before,i),c=o.lossySpace(l.rawSpaceBefore,i);s+=f+o.lossySpace(l.spaces.after,i&&f.length===0),a+=f+l.value+o.lossySpace(l.rawSpaceAfter,i&&c.length===0)}),a===s&&(a=void 0);var u={space:s,rawSpace:a};return u},t.isNamedCombinator=function(n){return n===void 0&&(n=this.position),this.tokens[n+0]&&this.tokens[n+0][N.FIELDS.TYPE]===B.slash&&this.tokens[n+1]&&this.tokens[n+1][N.FIELDS.TYPE]===B.word&&this.tokens[n+2]&&this.tokens[n+2][N.FIELDS.TYPE]===B.slash},t.namedCombinator=function(){if(this.isNamedCombinator()){var n=this.content(this.tokens[this.position+1]),i=(0,Se.unesc)(n).toLowerCase(),o={};i!==n&&(o.value="/"+n+"/");var s=new Ps.default({value:"/"+i+"/",source:pr(this.currToken[N.FIELDS.START_LINE],this.currToken[N.FIELDS.START_COL],this.tokens[this.position+2][N.FIELDS.END_LINE],this.tokens[this.position+2][N.FIELDS.END_COL]),sourceIndex:this.currToken[N.FIELDS.START_POS],raws:o});return this.position=this.position+3,s}else this.unexpected()},t.combinator=function(){var n=this;if(this.content()==="|")return this.namespace();var i=this.locateNextMeaningfulToken(this.position);if(i<0||this.tokens[i][N.FIELDS.TYPE]===B.comma){var o=this.parseWhitespaceEquivalentTokens(i);if(o.length>0){var s=this.current.last;if(s){var a=this.convertWhitespaceNodesToSpace(o),u=a.space,l=a.rawSpace;l!==void 0&&(s.rawSpaceAfter+=l),s.spaces.after+=u}else o.forEach(function(T){return n.newNode(T)})}return}var f=this.currToken,c=void 0;i>this.position&&(c=this.parseWhitespaceEquivalentTokens(i));var m;if(this.isNamedCombinator()?m=this.namedCombinator():this.currToken[N.FIELDS.TYPE]===B.combinator?(m=new Ps.default({value:this.content(),source:Cr(this.currToken),sourceIndex:this.currToken[N.FIELDS.START_POS]}),this.position++):As[this.currToken[N.FIELDS.TYPE]]||c||this.unexpected(),m){if(c){var h=this.convertWhitespaceNodesToSpace(c),g=h.space,y=h.rawSpace;m.spaces.before=g,m.rawSpaceBefore=y}}else{var x=this.convertWhitespaceNodesToSpace(c,!0),S=x.space,O=x.rawSpace;O||(O=S);var E={},I={spaces:{}};S.endsWith(" ")&&O.endsWith(" ")?(E.before=S.slice(0,S.length-1),I.spaces.before=O.slice(0,O.length-1)):S.startsWith(" ")&&O.startsWith(" ")?(E.after=S.slice(1),I.spaces.after=O.slice(1)):I.value=O,m=new Ps.default({value:" ",source:Is(f,this.tokens[this.position-1]),sourceIndex:f[N.FIELDS.START_POS],spaces:E,raws:I})}return this.currToken&&this.currToken[N.FIELDS.TYPE]===B.space&&(m.spaces.after=this.optionalSpace(this.content()),this.position++),this.newNode(m)},t.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}this.current._inferEndPosition();var n=new Es.default({source:{start:uf(this.tokens[this.position+1])}});this.current.parent.append(n),this.current=n,this.position++},t.comment=function(){var n=this.currToken;this.newNode(new of.default({value:this.content(),source:Cr(n),sourceIndex:n[N.FIELDS.START_POS]})),this.position++},t.error=function(n,i){throw this.root.error(n,i)},t.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[N.FIELDS.START_POS]})},t.missingParenthesis=function(){return this.expected("opening parenthesis",this.currToken[N.FIELDS.START_POS])},t.missingSquareBracket=function(){return this.expected("opening square bracket",this.currToken[N.FIELDS.START_POS])},t.unexpected=function(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[N.FIELDS.START_POS])},t.namespace=function(){var n=this.prevToken&&this.content(this.prevToken)||!0;if(this.nextToken[N.FIELDS.TYPE]===B.word)return this.position++,this.word(n);if(this.nextToken[N.FIELDS.TYPE]===B.asterisk)return this.position++,this.universal(n)},t.nesting=function(){if(this.nextToken){var n=this.content(this.nextToken);if(n==="|"){this.position++;return}}var i=this.currToken;this.newNode(new lg.default({value:this.content(),source:Cr(i),sourceIndex:i[N.FIELDS.START_POS]})),this.position++},t.parentheses=function(){var n=this.current.last,i=1;if(this.position++,n&&n.type===cg.PSEUDO){var o=new Es.default({source:{start:uf(this.tokens[this.position-1])}}),s=this.current;for(n.append(o),this.current=o;this.position<this.tokens.length&&i;)this.currToken[N.FIELDS.TYPE]===B.openParenthesis&&i++,this.currToken[N.FIELDS.TYPE]===B.closeParenthesis&&i--,i?this.parse():(this.current.source.end=lf(this.currToken),this.current.parent.source.end=lf(this.currToken),this.position++);this.current=s}else{for(var a=this.currToken,u="(",l;this.position<this.tokens.length&&i;)this.currToken[N.FIELDS.TYPE]===B.openParenthesis&&i++,this.currToken[N.FIELDS.TYPE]===B.closeParenthesis&&i--,l=this.currToken,u+=this.parseParenthesisToken(this.currToken),this.position++;n?n.appendToPropertyAndEscape("value",u,u):this.newNode(new ks.default({value:u,source:pr(a[N.FIELDS.START_LINE],a[N.FIELDS.START_COL],l[N.FIELDS.END_LINE],l[N.FIELDS.END_COL]),sourceIndex:a[N.FIELDS.START_POS]}))}if(i)return this.expected("closing parenthesis",this.currToken[N.FIELDS.START_POS])},t.pseudo=function(){for(var n=this,i="",o=this.currToken;this.currToken&&this.currToken[N.FIELDS.TYPE]===B.colon;)i+=this.content(),this.position++;if(!this.currToken)return this.expected(["pseudo-class","pseudo-element"],this.position-1);if(this.currToken[N.FIELDS.TYPE]===B.word)this.splitWord(!1,function(s,a){i+=s,n.newNode(new ag.default({value:i,source:Is(o,n.currToken),sourceIndex:o[N.FIELDS.START_POS]})),a>1&&n.nextToken&&n.nextToken[N.FIELDS.TYPE]===B.openParenthesis&&n.error("Misplaced parenthesis.",{index:n.nextToken[N.FIELDS.START_POS]})});else return this.expected(["pseudo-class","pseudo-element"],this.currToken[N.FIELDS.START_POS])},t.space=function(){var n=this.content();this.position===0||this.prevToken[N.FIELDS.TYPE]===B.comma||this.prevToken[N.FIELDS.TYPE]===B.openParenthesis||this.current.nodes.every(function(i){return i.type==="comment"})?(this.spaces=this.optionalSpace(n),this.position++):this.position===this.tokens.length-1||this.nextToken[N.FIELDS.TYPE]===B.comma||this.nextToken[N.FIELDS.TYPE]===B.closeParenthesis?(this.current.last.spaces.after=this.optionalSpace(n),this.position++):this.combinator()},t.string=function(){var n=this.currToken;this.newNode(new ks.default({value:this.content(),source:Cr(n),sourceIndex:n[N.FIELDS.START_POS]})),this.position++},t.universal=function(n){var i=this.nextToken;if(i&&this.content(i)==="|")return this.position++,this.namespace();var o=this.currToken;this.newNode(new ug.default({value:this.content(),source:Cr(o),sourceIndex:o[N.FIELDS.START_POS]}),n),this.position++},t.splitWord=function(n,i){for(var o=this,s=this.nextToken,a=this.content();s&&~[B.dollar,B.caret,B.equals,B.word].indexOf(s[N.FIELDS.TYPE]);){this.position++;var u=this.content();if(a+=u,u.lastIndexOf("\\")===u.length-1){var l=this.nextToken;l&&l[N.FIELDS.TYPE]===B.space&&(a+=this.requiredSpace(this.content(l)),this.position++)}s=this.nextToken}var f=Rs(a,".").filter(function(g){var y=a[g-1]==="\\",x=/^\d+\.\d+%$/.test(a);return!y&&!x}),c=Rs(a,"#").filter(function(g){return a[g-1]!=="\\"}),m=Rs(a,"#{");m.length&&(c=c.filter(function(g){return!~m.indexOf(g)}));var h=(0,fg.default)(hg([0].concat(f,c)));h.forEach(function(g,y){var x=h[y+1]||a.length,S=a.slice(g,x);if(y===0&&i)return i.call(o,S,h.length);var O,E=o.currToken,I=E[N.FIELDS.START_POS]+h[y],T=pr(E[1],E[2]+g,E[3],E[2]+(x-1));if(~f.indexOf(g)){var _={value:S.slice(1),source:T,sourceIndex:I};O=new ig.default(Lr(_,"value"))}else if(~c.indexOf(g)){var R={value:S.slice(1),source:T,sourceIndex:I};O=new og.default(Lr(R,"value"))}else{var A={value:S,source:T,sourceIndex:I};Lr(A,"value"),O=new sg.default(A)}o.newNode(O,n),n=null}),this.position++},t.word=function(n){var i=this.nextToken;return i&&this.content(i)==="|"?(this.position++,this.namespace()):this.splitWord(n)},t.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.current._inferEndPosition(),this.root},t.parse=function(n){switch(this.currToken[N.FIELDS.TYPE]){case B.space:this.space();break;case B.comment:this.comment();break;case B.openParenthesis:this.parentheses();break;case B.closeParenthesis:n&&this.missingParenthesis();break;case B.openSquare:this.attribute();break;case B.dollar:case B.caret:case B.equals:case B.word:this.word();break;case B.colon:this.pseudo();break;case B.comma:this.comma();break;case B.asterisk:this.universal();break;case B.ampersand:this.nesting();break;case B.slash:case B.combinator:this.combinator();break;case B.str:this.string();break;case B.closeSquare:this.missingSquareBracket();case B.semicolon:this.missingBackslash();default:this.unexpected()}},t.expected=function(n,i,o){if(Array.isArray(n)){var s=n.pop();n=n.join(", ")+" or "+s}var a=/^[aeiou]/.test(n[0])?"an":"a";return o?this.error("Expected "+a+" "+n+', found "'+o+'" instead.',{index:i}):this.error("Expected "+a+" "+n+".",{index:i})},t.requiredSpace=function(n){return this.options.lossy?" ":n},t.optionalSpace=function(n){return this.options.lossy?"":n},t.lossySpace=function(n,i){return this.options.lossy?i?" ":"":n},t.parseParenthesisToken=function(n){var i=this.content(n);return n[N.FIELDS.TYPE]===B.space?this.requiredSpace(i):i},t.newNode=function(n,i){return i&&(/^ +$/.test(i)&&(this.options.lossy||(this.spaces=(this.spaces||"")+i),i=!0),n.namespace=i,Lr(n,"namespace")),this.spaces&&(n.spaces.before=this.spaces,this.spaces=""),this.current.append(n)},t.content=function(n){return n===void 0&&(n=this.currToken),this.css.slice(n[N.FIELDS.START_POS],n[N.FIELDS.END_POS])},t.locateNextMeaningfulToken=function(n){n===void 0&&(n=this.position+1);for(var i=n;i<this.tokens.length;)if(pg[this.tokens[i][N.FIELDS.TYPE]]){i++;continue}else return i;return-1},dg(e,[{key:"currToken",get:function(){return this.tokens[this.position]}},{key:"nextToken",get:function(){return this.tokens[this.position+1]}},{key:"prevToken",get:function(){return this.tokens[this.position-1]}}]),e}();En.default=mg;cf.exports=En.default});var hf=z((kn,pf)=>{"use strict";kn.__esModule=!0;kn.default=void 0;var gg=bg(df());function bg(e){return e&&e.__esModule?e:{default:e}}var yg=function(){function e(r,n){this.func=r||function(){},this.funcRes=null,this.options=n}var t=e.prototype;return t._shouldUpdateSelector=function(n,i){i===void 0&&(i={});var o=Object.assign({},this.options,i);return o.updateSelector===!1?!1:typeof n!="string"},t._isLossy=function(n){n===void 0&&(n={});var i=Object.assign({},this.options,n);return i.lossless===!1},t._root=function(n,i){i===void 0&&(i={});var o=new gg.default(n,this._parseOptions(i));return o.root},t._parseOptions=function(n){return{lossy:this._isLossy(n)}},t._run=function(n,i){var o=this;return i===void 0&&(i={}),new Promise(function(s,a){try{var u=o._root(n,i);Promise.resolve(o.func(u)).then(function(l){var f=void 0;return o._shouldUpdateSelector(n,i)&&(f=u.toString(),n.selector=f),{transform:l,root:u,string:f}}).then(s,a)}catch(l){a(l);return}})},t._runSync=function(n,i){i===void 0&&(i={});var o=this._root(n,i),s=this.func(o);if(s&&typeof s.then=="function")throw new Error("Selector processor returned a promise to a synchronous call.");var a=void 0;return i.updateSelector&&typeof n!="string"&&(a=o.toString(),n.selector=a),{transform:s,root:o,string:a}},t.ast=function(n,i){return this._run(n,i).then(function(o){return o.root})},t.astSync=function(n,i){return this._runSync(n,i).root},t.transform=function(n,i){return this._run(n,i).then(function(o){return o.transform})},t.transformSync=function(n,i){return this._runSync(n,i).transform},t.process=function(n,i){return this._run(n,i).then(function(o){return o.string||o.root.toString()})},t.processSync=function(n,i){var o=this._runSync(n,i);return o.string||o.root.toString()},e}();kn.default=yg;pf.exports=kn.default});var mf=z(ye=>{"use strict";ye.__esModule=!0;ye.universal=ye.tag=ye.string=ye.selector=ye.root=ye.pseudo=ye.nesting=ye.id=ye.comment=ye.combinator=ye.className=ye.attribute=void 0;var vg=mt(gs()),xg=mt(Zo()),wg=mt(xs()),Sg=mt(ts()),_g=mt(ns()),Tg=mt(Ss()),Eg=mt(fs()),kg=mt(Yo()),Pg=mt(Ko()),Og=mt(us()),Ig=mt(ss()),Rg=mt(ys());function mt(e){return e&&e.__esModule?e:{default:e}}var Ag=function(t){return new vg.default(t)};ye.attribute=Ag;var Cg=function(t){return new xg.default(t)};ye.className=Cg;var Lg=function(t){return new wg.default(t)};ye.combinator=Lg;var Mg=function(t){return new Sg.default(t)};ye.comment=Mg;var Ng=function(t){return new _g.default(t)};ye.id=Ng;var Fg=function(t){return new Tg.default(t)};ye.nesting=Fg;var Wg=function(t){return new Eg.default(t)};ye.pseudo=Wg;var Dg=function(t){return new kg.default(t)};ye.root=Dg;var $g=function(t){return new Pg.default(t)};ye.selector=$g;var Bg=function(t){return new Og.default(t)};ye.string=Bg;var Ug=function(t){return new Ig.default(t)};ye.tag=Ug;var qg=function(t){return new Rg.default(t)};ye.universal=qg});var vf=z(se=>{"use strict";se.__esModule=!0;se.isNode=Cs;se.isPseudoElement=yf;se.isPseudoClass=Zg;se.isContainer=eb;se.isNamespace=tb;se.isUniversal=se.isTag=se.isString=se.isSelector=se.isRoot=se.isPseudo=se.isNesting=se.isIdentifier=se.isComment=se.isCombinator=se.isClassName=se.isAttribute=void 0;var _e=Be(),Je,zg=(Je={},Je[_e.ATTRIBUTE]=!0,Je[_e.CLASS]=!0,Je[_e.COMBINATOR]=!0,Je[_e.COMMENT]=!0,Je[_e.ID]=!0,Je[_e.NESTING]=!0,Je[_e.PSEUDO]=!0,Je[_e.ROOT]=!0,Je[_e.SELECTOR]=!0,Je[_e.STRING]=!0,Je[_e.TAG]=!0,Je[_e.UNIVERSAL]=!0,Je);function Cs(e){return typeof e=="object"&&zg[e.type]}function gt(e,t){return Cs(t)&&t.type===e}var gf=gt.bind(null,_e.ATTRIBUTE);se.isAttribute=gf;var Gg=gt.bind(null,_e.CLASS);se.isClassName=Gg;var jg=gt.bind(null,_e.COMBINATOR);se.isCombinator=jg;var Vg=gt.bind(null,_e.COMMENT);se.isComment=Vg;var Hg=gt.bind(null,_e.ID);se.isIdentifier=Hg;var Yg=gt.bind(null,_e.NESTING);se.isNesting=Yg;var Ls=gt.bind(null,_e.PSEUDO);se.isPseudo=Ls;var Xg=gt.bind(null,_e.ROOT);se.isRoot=Xg;var Kg=gt.bind(null,_e.SELECTOR);se.isSelector=Kg;var Qg=gt.bind(null,_e.STRING);se.isString=Qg;var bf=gt.bind(null,_e.TAG);se.isTag=bf;var Jg=gt.bind(null,_e.UNIVERSAL);se.isUniversal=Jg;function yf(e){return Ls(e)&&e.value&&(e.value.startsWith("::")||e.value.toLowerCase()===":before"||e.value.toLowerCase()===":after"||e.value.toLowerCase()===":first-letter"||e.value.toLowerCase()===":first-line")}function Zg(e){return Ls(e)&&!yf(e)}function eb(e){return!!(Cs(e)&&e.walk)}function tb(e){return gf(e)||bf(e)}});var xf=z(_t=>{"use strict";_t.__esModule=!0;var Ms=Be();Object.keys(Ms).forEach(function(e){e==="default"||e==="__esModule"||e in _t&&_t[e]===Ms[e]||(_t[e]=Ms[e])});var Ns=mf();Object.keys(Ns).forEach(function(e){e==="default"||e==="__esModule"||e in _t&&_t[e]===Ns[e]||(_t[e]=Ns[e])});var Fs=vf();Object.keys(Fs).forEach(function(e){e==="default"||e==="__esModule"||e in _t&&_t[e]===Fs[e]||(_t[e]=Fs[e])})});var _f=z((Pn,Sf)=>{"use strict";Pn.__esModule=!0;Pn.default=void 0;var rb=ob(hf()),nb=ib(xf());function wf(){if(typeof WeakMap!="function")return null;var e=new WeakMap;return wf=function(){return e},e}function ib(e){if(e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var t=wf();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var o=n?Object.getOwnPropertyDescriptor(e,i):null;o&&(o.get||o.set)?Object.defineProperty(r,i,o):r[i]=e[i]}return r.default=e,t&&t.set(e,r),r}function ob(e){return e&&e.__esModule?e:{default:e}}var Ws=function(t){return new rb.default(t)};Object.assign(Ws,nb);delete Ws.__esModule;var sb=Ws;Pn.default=sb;Sf.exports=Pn.default});var Tf=z(Ds=>{"use strict";Object.defineProperty(Ds,"__esModule",{value:!0});Object.defineProperty(Ds,"default",{enumerable:!0,get:()=>ab});function ab(e){return e.replace(/\\,/g,"\\2c ")}});var kf=z((jw,Ef)=>{"use strict";Ef.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Bs=z($s=>{"use strict";Object.defineProperty($s,"__esModule",{value:!0});function ub(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}ub($s,{parseColor:()=>hb,formatColor:()=>mb});var Pf=lb(kf());function lb(e){return e&&e.__esModule?e:{default:e}}var fb=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i,cb=/^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,tr=/(?:\d+|\d*\.\d+)%?/,Mi=/(?:\s*,\s*|\s+)/,Of=/\s*[,/]\s*/,rr=/var\(--(?:[^ )]*?)\)/,db=new RegExp(`^(rgb)a?\\(\\s*(${tr.source}|${rr.source})(?:${Mi.source}(${tr.source}|${rr.source}))?(?:${Mi.source}(${tr.source}|${rr.source}))?(?:${Of.source}(${tr.source}|${rr.source}))?\\s*\\)$`),pb=new RegExp(`^(hsl)a?\\(\\s*((?:${tr.source})(?:deg|rad|grad|turn)?|${rr.source})(?:${Mi.source}(${tr.source}|${rr.source}))?(?:${Mi.source}(${tr.source}|${rr.source}))?(?:${Of.source}(${tr.source}|${rr.source}))?\\s*\\)$`);function hb(e,{loose:t=!1}={}){var r,n;if(typeof e!="string")return null;if(e=e.trim(),e==="transparent")return{mode:"rgb",color:["0","0","0"],alpha:"0"};if(e in Pf.default)return{mode:"rgb",color:Pf.default[e].map(u=>u.toString())};let i=e.replace(cb,(u,l,f,c,m)=>["#",l,l,f,f,c,c,m?m+m:""].join("")).match(fb);if(i!==null)return{mode:"rgb",color:[parseInt(i[1],16),parseInt(i[2],16),parseInt(i[3],16)].map(u=>u.toString()),alpha:i[4]?(parseInt(i[4],16)/255).toString():void 0};var o;let s=(o=e.match(db))!==null&&o!==void 0?o:e.match(pb);if(s===null)return null;let a=[s[2],s[3],s[4]].filter(Boolean).map(u=>u.toString());return!t&&a.length!==3||a.length<3&&!a.some(u=>/^var\(.*?\)$/.test(u))?null:{mode:s[1],color:a,alpha:(r=s[5])===null||r===void 0||(n=r.toString)===null||n===void 0?void 0:n.call(r)}}function mb({mode:e,color:t,alpha:r}){let n=r!==void 0;return`${e}(${t.join(" ")}${n?` / ${r}`:""})`}});var qs=z(Us=>{"use strict";Object.defineProperty(Us,"__esModule",{value:!0});function gb(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}gb(Us,{withAlphaValue:()=>bb,default:()=>yb});var Ni=Bs();function bb(e,t,r){if(typeof e=="function")return e({opacityValue:t});let n=(0,Ni.parseColor)(e,{loose:!0});return n===null?r:(0,Ni.formatColor)({...n,alpha:t})}function yb({color:e,property:t,variable:r}){let n=[].concat(t);if(typeof e=="function")return{[r]:"1",...Object.fromEntries(n.map(o=>[o,e({opacityVariable:r,opacityValue:`var(${r})`})]))};let i=(0,Ni.parseColor)(e);return i===null?Object.fromEntries(n.map(o=>[o,e])):i.alpha!==void 0?Object.fromEntries(n.map(o=>[o,e])):{[r]:"1",...Object.fromEntries(n.map(o=>[o,(0,Ni.formatColor)({...i,alpha:`var(${r})`})]))}}});var Lf=z(zs=>{"use strict";Object.defineProperty(zs,"__esModule",{value:!0});function vb(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}vb(zs,{pattern:()=>wb,withoutCapturing:()=>Rf,any:()=>Af,optional:()=>Sb,zeroOrMore:()=>_b,nestedBrackets:()=>Cf,escape:()=>hr});var If=/[\\^$.*+?()[\]{}|]/g,xb=RegExp(If.source);function On(e){return e=Array.isArray(e)?e:[e],e=e.map(t=>t instanceof RegExp?t.source:t),e.join("")}function wb(e){return new RegExp(On(e),"g")}function Rf(e){return new RegExp(`(?:${On(e)})`,"g")}function Af(e){return`(?:${e.map(On).join("|")})`}function Sb(e){return`(?:${On(e)})?`}function _b(e){return`(?:${On(e)})*`}function Cf(e,t,r=1){return Rf([hr(e),/[^\s]*/,r===1?`[^${hr(e)}${hr(t)}s]*`:Af([`[^${hr(e)}${hr(t)}s]*`,Cf(e,t,r-1)]),/[^\s]*/,hr(t)])}function hr(e){return e&&xb.test(e)?e.replace(If,"\\$&"):e||""}});var Nf=z(Gs=>{"use strict";Object.defineProperty(Gs,"__esModule",{value:!0});Object.defineProperty(Gs,"splitAtTopLevelOnly",{enumerable:!0,get:()=>kb});var Tb=Eb(Lf());function Mf(e){if(typeof WeakMap!="function")return null;var t=new WeakMap,r=new WeakMap;return(Mf=function(n){return n?r:t})(e)}function Eb(e,t){if(!t&&e&&e.__esModule)return e;if(e===null||typeof e!="object"&&typeof e!="function")return{default:e};var r=Mf(t);if(r&&r.has(e))return r.get(e);var n={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(o!=="default"&&Object.prototype.hasOwnProperty.call(e,o)){var s=i?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(n,o,s):n[o]=e[o]}return n.default=e,r&&r.set(e,n),n}function*kb(e,t){let r=new RegExp(`[(){}\\[\\]${Tb.escape(t)}]`,"g"),n=0,i=0,o=!1,s=0,a=0,u=t.length;for(let l of e.matchAll(r)){let f=l[0]===t[s],c=s===u-1,m=f&&c;l[0]==="("&&n++,l[0]===")"&&n--,l[0]==="["&&n++,l[0]==="]"&&n--,l[0]==="{"&&n++,l[0]==="}"&&n--,f&&n===0&&(a===0&&(a=l.index),s++),m&&n===0&&(o=!0,yield e.substring(i,a),i=a+u),s===u&&(s=0,a=0)}o?yield e.substring(i):yield e}});var Wf=z(js=>{"use strict";Object.defineProperty(js,"__esModule",{value:!0});function Pb(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}Pb(js,{parseBoxShadowValue:()=>Ab,formatBoxShadowValue:()=>Cb});var Ob=Nf(),Ib=new Set(["inset","inherit","initial","revert","unset"]),Rb=/\ +(?![^(]*\))/g,Ff=/^-?(\d+|\.\d+)(.*?)$/g;function Ab(e){return Array.from((0,Ob.splitAtTopLevelOnly)(e,",")).map(r=>{let n=r.trim(),i={raw:n},o=n.split(Rb),s=new Set;for(let a of o)Ff.lastIndex=0,!s.has("KEYWORD")&&Ib.has(a)?(i.keyword=a,s.add("KEYWORD")):Ff.test(a)?s.has("X")?s.has("Y")?s.has("BLUR")?s.has("SPREAD")||(i.spread=a,s.add("SPREAD")):(i.blur=a,s.add("BLUR")):(i.y=a,s.add("Y")):(i.x=a,s.add("X")):i.color?(i.unknown||(i.unknown=[]),i.unknown.push(a)):i.color=a;return i.valid=i.x!==void 0&&i.y!==void 0,i})}function Cb(e){return e.map(t=>t.valid?[t.keyword,t.x,t.y,t.blur,t.spread,t.color].filter(Boolean).join(" "):t.raw).join(", ")}});var Gf=z(Hs=>{"use strict";Object.defineProperty(Hs,"__esModule",{value:!0});function Lb(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}Lb(Hs,{normalize:()=>nr,url:()=>Bf,number:()=>Fb,percentage:()=>Uf,length:()=>qf,lineWidth:()=>$b,shadow:()=>Bb,color:()=>Ub,image:()=>qb,gradient:()=>zf,position:()=>jb,familyName:()=>Vb,genericName:()=>Yb,absoluteSize:()=>Kb,relativeSize:()=>Jb});var Mb=Bs(),Nb=Wf(),Vs=["min","max","clamp","calc"],$f=/,(?![^(]*\))/g,Fi=/_(?![^(]*\))/g;function nr(e,t=!0){return e.includes("url(")?e.split(/(url\(.*?\))/g).filter(Boolean).map(r=>/^url\(.*?\)$/.test(r)?r:nr(r,!1)).join(""):(e=e.replace(/([^\\])_+/g,(r,n)=>n+" ".repeat(r.length-1)).replace(/^_/g," ").replace(/\\_/g,"_"),t&&(e=e.trim()),e=e.replace(/(calc|min|max|clamp)\(.+\)/g,r=>r.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 ")),e)}function Bf(e){return e.startsWith("url(")}function Fb(e){return!isNaN(Number(e))||Vs.some(t=>new RegExp(`^${t}\\(.+?`).test(e))}function Uf(e){return e.split(Fi).every(t=>/%$/g.test(t)||Vs.some(r=>new RegExp(`^${r}\\(.+?%`).test(t)))}var Wb=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","vw","vh","vmin","vmax"],Df=`(?:${Wb.join("|")})`;function qf(e){return e.split(Fi).every(t=>t==="0"||new RegExp(`${Df}$`).test(t)||Vs.some(r=>new RegExp(`^${r}\\(.+?${Df}`).test(t)))}var Db=new Set(["thin","medium","thick"]);function $b(e){return Db.has(e)}function Bb(e){let t=(0,Nb.parseBoxShadowValue)(nr(e));for(let r of t)if(!r.valid)return!1;return!0}function Ub(e){let t=0;return e.split(Fi).every(n=>(n=nr(n),n.startsWith("var(")?!0:(0,Mb.parseColor)(n,{loose:!0})!==null?(t++,!0):!1))?t>0:!1}function qb(e){let t=0;return e.split($f).every(n=>(n=nr(n),n.startsWith("var(")?!0:Bf(n)||zf(n)||["element(","image(","cross-fade(","image-set("].some(i=>n.startsWith(i))?(t++,!0):!1))?t>0:!1}var zb=new Set(["linear-gradient","radial-gradient","repeating-linear-gradient","repeating-radial-gradient","conic-gradient"]);function zf(e){e=nr(e);for(let t of zb)if(e.startsWith(`${t}(`))return!0;return!1}var Gb=new Set(["center","top","right","bottom","left"]);function jb(e){let t=0;return e.split(Fi).every(n=>(n=nr(n),n.startsWith("var(")?!0:Gb.has(n)||qf(n)||Uf(n)?(t++,!0):!1))?t>0:!1}function Vb(e){let t=0;return e.split($f).every(n=>(n=nr(n),n.startsWith("var(")?!0:n.includes(" ")&&!/(['"])([^"']+)\1/g.test(n)||/^\d/g.test(n)?!1:(t++,!0)))?t>0:!1}var Hb=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","math","emoji","fangsong"]);function Yb(e){return Hb.has(e)}var Xb=new Set(["xx-small","x-small","small","medium","large","x-large","x-large","xxx-large"]);function Kb(e){return Xb.has(e)}var Qb=new Set(["larger","smaller"]);function Jb(e){return Qb.has(e)}});var Jf=z(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});function Zb(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}Zb(Ks,{updateAllClasses:()=>ry,asValue:()=>Rn,parseColorFormat:()=>Ys,asColor:()=>Xf,asLookupValue:()=>Kf,coerceValue:()=>sy});var ey=Xs(_f()),ty=Xs(Tf()),jf=qs(),Ze=Gf(),Vf=Xs(Mo());function Xs(e){return e&&e.__esModule?e:{default:e}}function ry(e,t){return(0,ey.default)(i=>{i.walkClasses(o=>{let s=t(o.value);o.value=s,o.raws&&o.raws.value&&(o.raws.value=(0,ty.default)(o.raws.value))})}).processSync(e)}function Yf(e,t){if(!In(e))return;let r=e.slice(1,-1);if(t(r))return(0,Ze.normalize)(r)}function ny(e,t={},r){let n=t[e];if(n!==void 0)return(0,Vf.default)(n);if(In(e)){let i=Yf(e,r);return i===void 0?void 0:(0,Vf.default)(i)}}function Rn(e,t={},{validate:r=()=>!0}={}){var n;let i=(n=t.values)===null||n===void 0?void 0:n[e];return i!==void 0?i:t.supportsNegativeValues&&e.startsWith("-")?ny(e.slice(1),t.values,r):Yf(e,r)}function In(e){return e.startsWith("[")&&e.endsWith("]")}function iy(e){let t=e.lastIndexOf("/");return t===-1||t===e.length-1?[e]:[e.slice(0,t),e.slice(t+1)]}function Ys(e){if(typeof e=="string"&&e.includes("<alpha-value>")){let t=e;return({opacityValue:r=1})=>t.replace("<alpha-value>",r)}return e}function Xf(e,t={},{tailwindConfig:r={}}={}){var n;if(((n=t.values)===null||n===void 0?void 0:n[e])!==void 0){var i;return Ys((i=t.values)===null||i===void 0?void 0:i[e])}let[o,s]=iy(e);if(s!==void 0){var a,u,l,f;let c=(f=(a=t.values)===null||a===void 0?void 0:a[o])!==null&&f!==void 0?f:In(o)?o.slice(1,-1):void 0;return c===void 0?void 0:(c=Ys(c),In(s)?(0,jf.withAlphaValue)(c,s.slice(1,-1)):((u=r.theme)===null||u===void 0||(l=u.opacity)===null||l===void 0?void 0:l[s])===void 0?void 0:(0,jf.withAlphaValue)(c,r.theme.opacity[s]))}return Rn(e,t,{validate:Ze.color})}function Kf(e,t={}){var r;return(r=t.values)===null||r===void 0?void 0:r[e]}function bt(e){return(t,r)=>Rn(t,r,{validate:e})}var Qf={any:Rn,color:Xf,url:bt(Ze.url),image:bt(Ze.image),length:bt(Ze.length),percentage:bt(Ze.percentage),position:bt(Ze.position),lookup:Kf,"generic-name":bt(Ze.genericName),"family-name":bt(Ze.familyName),number:bt(Ze.number),"line-width":bt(Ze.lineWidth),"absolute-size":bt(Ze.absoluteSize),"relative-size":bt(Ze.relativeSize),shadow:bt(Ze.shadow)},Hf=Object.keys(Qf);function oy(e,t){let r=e.indexOf(t);return r===-1?[void 0,e]:[e.slice(0,r),e.slice(r+1)]}function sy(e,t,r,n){if(In(t)){let i=t.slice(1,-1),[o,s]=oy(i,":");if(!/^[\w-_]+$/g.test(o))s=i;else if(o!==void 0&&!Hf.includes(o))return[];if(s.length>0&&Hf.includes(o))return[Rn(`[${s}]`,r),o]}for(let i of[].concat(e)){let o=Qf[i](t,r,{tailwindConfig:n});if(o!==void 0)return[o,i]}return[]}});var Zf=z(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Object.defineProperty(Qs,"default",{enumerable:!0,get:()=>ay});function ay(e){return typeof e=="function"?e({}):e}});var ic=z(Zs=>{"use strict";Object.defineProperty(Zs,"__esModule",{value:!0});Object.defineProperty(Zs,"default",{enumerable:!0,get:()=>Py});var uy=mr(Mo()),ly=mr(sl()),fy=mr(al()),cy=mr(Wo()),dy=mr(ll()),rc=fl(),ec=cl(),py=pl(),hy=mr(hl()),my=ml(),gy=Jf(),by=qs(),yy=mr(Zf());function mr(e){return e&&e.__esModule?e:{default:e}}function Mr(e){return typeof e=="function"}function An(e){return typeof e=="object"&&e!==null}function Cn(e,...t){let r=t.pop();for(let n of t)for(let i in n){let o=r(e[i],n[i]);o===void 0?An(e[i])&&An(n[i])?e[i]=Cn(e[i],n[i],r):e[i]=n[i]:e[i]=o}return e}var Js={colors:dy.default,negative(e){return Object.keys(e).filter(t=>e[t]!=="0").reduce((t,r)=>{let n=(0,uy.default)(e[r]);return n!==void 0&&(t[`-${r}`]=n),t},{})},breakpoints(e){return Object.keys(e).filter(t=>typeof e[t]=="string").reduce((t,r)=>({...t,[`screen-${r}`]:e[r]}),{})}};function vy(e,...t){return Mr(e)?e(...t):e}function xy(e){return e.reduce((t,{extend:r})=>Cn(t,r,(n,i)=>n===void 0?[i]:Array.isArray(n)?[i,...n]:[i,n]),{})}function wy(e){return{...e.reduce((t,r)=>(0,rc.defaults)(t,r),{}),extend:xy(e)}}function tc(e,t){if(Array.isArray(e)&&An(e[0]))return e.concat(t);if(Array.isArray(t)&&An(t[0])&&An(e))return[e,...t];if(Array.isArray(t))return t}function Sy({extend:e,...t}){return Cn(t,e,(r,n)=>!Mr(r)&&!n.some(Mr)?Cn({},r,...n,tc):(i,o)=>Cn({},...[r,...n].map(s=>vy(s,i,o)),tc))}function*_y(e){let t=(0,ec.toPath)(e);if(t.length===0||(yield t,Array.isArray(e)))return;let r=/^(.*?)\s*\/\s*([^/]+)$/,n=e.match(r);if(n!==null){let[,i,o]=n,s=(0,ec.toPath)(i);s.alpha=o,yield s}}function Ty(e){let t=(r,n)=>{for(let i of _y(r)){let o=0,s=e;for(;s!=null&&o<i.length;)s=s[i[o++]],s=Mr(s)&&(i.alpha===void 0||o<=i.length-1)?s(t,Js):s;if(s!==void 0){if(i.alpha!==void 0){let a=(0,gy.parseColorFormat)(s);return(0,by.withAlphaValue)(a,i.alpha,(0,yy.default)(a))}return(0,hy.default)(s)?(0,my.cloneDeep)(s):s}}return n};return Object.assign(t,{theme:t,...Js}),Object.keys(e).reduce((r,n)=>(r[n]=Mr(e[n])?e[n](t,Js):e[n],r),{})}function nc(e){let t=[];return e.forEach(r=>{t=[...t,r];var n;let i=(n=r==null?void 0:r.plugins)!==null&&n!==void 0?n:[];i.length!==0&&i.forEach(o=>{o.__isOptionsFunction&&(o=o());var s;t=[...t,...nc([(s=o==null?void 0:o.config)!==null&&s!==void 0?s:{}])]})}),t}function Ey(e){return[...e].reduceRight((r,n)=>Mr(n)?n({corePlugins:r}):(0,fy.default)(n,r),ly.default)}function ky(e){return[...e].reduceRight((r,n)=>[...r,...n],[])}function Py(e){let t=[...nc(e),{prefix:"",important:!1,separator:":",variantOrder:cy.default.variantOrder}];var r,n;return(0,py.normalizeConfig)((0,rc.defaults)({theme:Ty(Sy(wy(t.map(i=>(r=i==null?void 0:i.theme)!==null&&r!==void 0?r:{})))),corePlugins:Ey(t.map(i=>i.corePlugins)),plugins:ky(e.map(i=>(n=i==null?void 0:i.plugins)!==null&&n!==void 0?n:[]))},...t))}});var oc={};Gn(oc,{default:()=>Oy});var Oy,sc=ar(()=>{Oy={yellow:e=>e}});var fc=z(ea=>{"use strict";Object.defineProperty(ea,"__esModule",{value:!0});function Iy(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}Iy(ea,{flagEnabled:()=>Cy,issueFlagNotices:()=>Ly,default:()=>My});var Ry=lc((sc(),jn(oc))),Ay=lc((wi(),jn(xi)));function lc(e){return e&&e.__esModule?e:{default:e}}var ac={optimizeUniversalDefaults:!1},Ln={future:["hoverOnlyWhenSupported","respectDefaultRingColorOpacity"],experimental:["optimizeUniversalDefaults","matchVariant"]};function Cy(e,t){if(Ln.future.includes(t)){var r,n,i;return e.future==="all"||((i=(n=e==null||(r=e.future)===null||r===void 0?void 0:r[t])!==null&&n!==void 0?n:ac[t])!==null&&i!==void 0?i:!1)}if(Ln.experimental.includes(t)){var o,s,a;return e.experimental==="all"||((a=(s=e==null||(o=e.experimental)===null||o===void 0?void 0:o[t])!==null&&s!==void 0?s:ac[t])!==null&&a!==void 0?a:!1)}return!1}function uc(e){if(e.experimental==="all")return Ln.experimental;var t;return Object.keys((t=e==null?void 0:e.experimental)!==null&&t!==void 0?t:{}).filter(r=>Ln.experimental.includes(r)&&e.experimental[r])}function Ly(e){if(process.env.JEST_WORKER_ID===void 0&&uc(e).length>0){let t=uc(e).map(r=>Ry.default.yellow(r)).join(", ");Ay.default.warn("experimental-flags-enabled",[`You have enabled experimental features: ${t}`,"Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."])}}var My=Ln});var dc=z(ta=>{"use strict";Object.defineProperty(ta,"__esModule",{value:!0});Object.defineProperty(ta,"default",{enumerable:!0,get:()=>cc});var Ny=Wy(Wo()),Fy=fc();function Wy(e){return e&&e.__esModule?e:{default:e}}function cc(e){var t;let r=((t=e==null?void 0:e.presets)!==null&&t!==void 0?t:[Ny.default]).slice().reverse().flatMap(o=>cc(typeof o=="function"?o():o)),n={respectDefaultRingColorOpacity:{theme:{ringColor:{DEFAULT:"#3b82f67f"}}}},i=Object.keys(n).filter(o=>(0,Fy.flagEnabled)(e,o)).map(o=>n[o]);return[e,...i,...r]}});var hc=z(ra=>{"use strict";Object.defineProperty(ra,"__esModule",{value:!0});Object.defineProperty(ra,"default",{enumerable:!0,get:()=>By});var Dy=pc(ic()),$y=pc(dc());function pc(e){return e&&e.__esModule?e:{default:e}}function By(...e){let[,...t]=(0,$y.default)(e[0]);return(0,Dy.default)([...e,...t])}});var gc=z((iS,mc)=>{var na=hc();mc.exports=(na.__esModule?na:{default:na}).default});import dd from"linebreak";var Gr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),td=Gr((e,t)=>{t.exports=["em","ex","ch","rem","vh","vw","vmin","vmax","px","mm","cm","in","pt","pc","mozmm"]}),rd=Gr((e,t)=>{t.exports=["deg","grad","rad","turn"]}),nd=Gr((e,t)=>{t.exports=["dpi","dpcm","dppx"]}),id=Gr((e,t)=>{t.exports=["Hz","kHz"]}),od=Gr((e,t)=>{t.exports=["s","ms"]}),sd=td(),Oa=rd(),Ia=nd(),Ra=id(),Aa=od();function qi(e){if(/\.\D?$/.test(e))throw new Error("The dot should be followed by a number");if(/^[+-]{2}/.test(e))throw new Error("Only one leading +/- is allowed");if(ad(e)>1)throw new Error("Only one dot is allowed");if(/%$/.test(e)){this.type="percentage",this.value=Ui(e),this.unit="%";return}var t=ld(e);if(!t){this.type="number",this.value=Ui(e);return}this.type=cd(t),this.value=Ui(e.substr(0,e.length-t.length)),this.unit=t}qi.prototype.valueOf=function(){return this.value};qi.prototype.toString=function(){return this.value+(this.unit||"")};function wt(e){return new qi(e)}function ad(e){var t=e.match(/\./g);return t?t.length:0}function Ui(e){var t=parseFloat(e);if(isNaN(t))throw new Error("Invalid number: "+e);return t}var ud=[].concat(Oa,Ra,sd,Ia,Aa);function ld(e){var t=e.match(/\D+$/),r=t&&t[0];if(r&&ud.indexOf(r)===-1)throw new Error("Invalid unit: "+r);return r}var fd=Object.assign(Vn(Oa,"angle"),Vn(Ra,"frequency"),Vn(Ia,"resolution"),Vn(Aa,"time"));function Vn(e,t){return Object.fromEntries(e.map(r=>[r,t]))}function cd(e){return fd[e]||"length"}function Sr(e){let t=typeof e;return!(t==="number"||t==="bigint"||t==="string"||t==="boolean")}function Ca(e){return/^class\s/.test(e.toString())}function ji(e){return e&&e.$$typeof===Symbol.for("react.forward_ref")}function La(e){return typeof e=="function"||ji(e)}function Ma(e){return"dangerouslySetInnerHTML"in e}function Na(e){let t=typeof e>"u"?[]:[].concat(e).flat(1/0),r=[];for(let n=0;n<t.length;n++){let i=t[n];typeof i>"u"||typeof i=="boolean"||i===null||(typeof i=="number"&&(i=String(i)),typeof i=="string"&&r.length&&typeof r[r.length-1]=="string"?r[r.length-1]+=i:r.push(i))}return r}function X(e,t,r,n,i=!1){if(typeof e=="number")return e;try{if(e=e.trim(),/[ /\(,]/.test(e))return;if(e===String(+e))return+e;let o=new wt(e);if(o.type==="length")switch(o.unit){case"em":return o.value*t;case"rem":return o.value*16;case"vw":return~~(o.value*n._viewportWidth/100);case"vh":return~~(o.value*n._viewportHeight/100);default:return o.value}else{if(o.type==="angle")return ur(e);if(o.type==="percentage"&&i)return o.value/100*r}}catch{}}function ur(e){let t=new wt(e);switch(t.unit){case"deg":return t.value;case"rad":return t.value*180/Math.PI;case"turn":return t.value*360;case"grad":return .9*t.value}}function jr(e,t){return[e[0]*t[0]+e[2]*t[1],e[1]*t[0]+e[3]*t[1],e[0]*t[2]+e[2]*t[3],e[1]*t[2]+e[3]*t[3],e[0]*t[4]+e[2]*t[5]+e[4],e[1]*t[4]+e[3]*t[5]+e[5]]}function Ye(e,t,r,n){let i=t[e];if(typeof i>"u"){if(n&&typeof e<"u")throw new Error(`Invalid value for CSS property "${n}". Allowed values: ${Object.keys(t).map(o=>`"${o}"`).join(" | ")}. Received: "${e}".`);i=r}return i}var zi,Gi,Fa=[32,160,4961,65792,65793,4153,4241,10].map(e=>String.fromCodePoint(e)),wr=new Map,pd=500;function Fe(e,t,r){let n=`${t}:${r||""}:${e}`;if(wr.has(n))return wr.get(n);if(!zi||!Gi){if(!(typeof Intl<"u"&&"Segmenter"in Intl))throw new Error("Intl.Segmenter does not exist, please use import a polyfill.");zi=new Intl.Segmenter(r,{granularity:"word"}),Gi=new Intl.Segmenter(r,{granularity:"grapheme"})}let i;if(t==="grapheme")i=[...Gi.segment(e)].map(o=>o.segment);else{let o=[...zi.segment(e)].map(u=>u.segment),s=[],a=0;for(;a<o.length;){let u=o[a];if(u=="\xA0"){let l=a===0?"":s.pop(),f=a===o.length-1?"":o[a+1];s.push(l+"\xA0"+f),a+=2}else s.push(u),a++}i=s}if(wr.size>=pd){let o=wr.keys().next().value;wr.delete(o)}return wr.set(n,i),i}function L(e,t,r){let n="";for(let[i,o]of Object.entries(t))typeof o<"u"&&(n+=` ${i}="${o}"`);return r?`<${e}${n}>${r}</${e}>`:`<${e}${n}/>`}function Wa(e=20){let t=new Map;function r(o){let s=t.get(o);if(s!==void 0)return t.delete(o),t.set(o,s),s}function n(o,s){if(t.has(o))t.delete(o);else if(t.size>=e){let a=t.keys().next().value;t.delete(a)}t.set(o,s)}function i(){t.clear()}return{set:n,get:r,clear:i}}function _r(e){return e?e.split(/[, ]/).filter(Boolean).map(Number):null}function Hn(e){return typeof e=="string"}function Da(e){return typeof e=="number"}function $a(e){return typeof e>"u"}function qt(e,t){if(typeof e=="number")return e;if(e.endsWith("%")){let r=parseFloat(e.slice(0,-1));if(isNaN(r)){console.warn(`Invalid value "${e}"${typeof t=="string"?` for "${t}"`:""}. Expected a percentage value (e.g., "50%").`);return}return`${r}%`}console.warn(`Invalid value "${e}"${typeof t=="string"?` for "${t}"`:""}. Expected a number or a percentage value (e.g., "50%").`)}function Kt(e,t){if(typeof e=="number")return e;if(e==="auto")return"auto";if(e.endsWith("%")){let r=parseFloat(e.slice(0,-1));if(isNaN(r)){console.warn(`Invalid value "${e}"${typeof t=="string"?` for "${t}"`:""}. Expected a percentage value (e.g., "50%").`);return}return`${r}%`}console.warn(`Invalid value "${e}"${typeof t=="string"?` for "${t}"`:""}. Expected a number, "auto", or a percentage value (e.g., "50%").`)}function Ba(e,t){if(t==="break-all")return{words:Fe(e,"grapheme"),requiredBreaks:[]};if(t==="keep-all")return{words:Fe(e,"word"),requiredBreaks:[]};let r=new dd(e),n=0,i=r.nextBreak(),o=[],s=[!1];for(;i;){let a=e.slice(n,i.position);o.push(a),i.required?s.push(!0):s.push(!1),n=i.position,i=r.nextBreak()}return{words:o,requiredBreaks:s}}var Ua=e=>e.replaceAll(/([A-Z])/g,(t,r)=>`-${r.toLowerCase()}`);function zt(e,t=","){let r=[],n=0,i=0;t=new RegExp(t);for(let o=0;o<e.length;o++)e[o]==="("?i++:e[o]===")"&&i--,i===0&&t.test(e[o])&&(r.push(e.slice(n,o).trim()),n=o+1);return r.push(e.slice(n).trim()),r}function Sd(e){return Promise.resolve().then(()=>(to(),eo)).then(t=>t.init(e))}function Qt(){return Promise.resolve().then(()=>(to(),eo)).then(e=>e.getYoga())}var Za=Symbol.for("react.fragment");var Qn=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/;var _d=new Set([301,302,303,307,308]);function ro(e){let t=e.split(".").map(o=>Number.parseInt(o,10));if(t.length!==4||t.some(o=>!Number.isInteger(o)||o<0||o>255))return!0;let[r,n,i]=t;return r===0||r===10||r===100&&n>=64&&n<=127||r===127||r===169&&n===254||r===172&&n>=16&&n<=31||r===192&&n===0&&i===0||r===192&&n===168||r===198&&(n===18||n===19)||r>=224}function Td(e){let t=e,r=t.indexOf("%");r!==-1&&(t=t.slice(0,r));let n=t.split("::");if(n.length>2)return null;let i=s=>{if(s==="")return[];let a=[],u=s.split(":");for(let l=0;l<u.length;l++){let f=u[l];if(f.includes(".")){if(l!==u.length-1||!Qn.test(f))return null;let[c,m,h,g]=f.split(".").map(y=>Number.parseInt(y,10));if([c,m,h,g].some(y=>!Number.isInteger(y)||y<0||y>255))return null;a.push(c<<8|m,h<<8|g);continue}if(!/^[0-9a-f]{1,4}$/.test(f))return null;a.push(Number.parseInt(f,16))}return a},o=i(n[0]);if(o===null)return null;if(n.length===2){let s=i(n[1]);if(s===null)return null;let a=8-o.length-s.length;return a<0?null:[...o,...new Array(a).fill(0),...s]}return o.length===8?o:null}function Ed(e){let t=a=>e.slice(0,a).every(u=>u===0);if(!(t(6)||t(5)&&e[5]===65535||t(4)&&e[4]===65535&&e[5]===0||e[0]===100&&e[1]===65435&&e[2]===0&&e[3]===0&&e[4]===0&&e[5]===0||e[0]===100&&e[1]===65435&&e[2]===1))return null;let n=e[6]>>8&255,i=e[6]&255,o=e[7]>>8&255,s=e[7]&255;return`${n}.${i}.${o}.${s}`}function tu(e){let t=Td(e);if(t===null)return!0;let r=Ed(t);return r?ro(r):!!(t.every(n=>n===0)||t.slice(0,7).every(n=>n===0)&&t[7]===1||(t[0]&65024)===64512||(t[0]&65472)===65152||(t[0]&65472)===65216||(t[0]&65280)===65280||t[0]===8193&&t[1]===3512)}function kd(e){let t=e.toLowerCase().replace(/^\[|\]$/g,"");return Qn.test(t)?ro(t):t.includes(":")?tu(t):!0}function ru(e){let t;try{t=new URL(e)}catch{return null}if(t.protocol!=="http:"&&t.protocol!=="https:")return null;let r=t.hostname.toLowerCase().replace(/\.+$/,"");return r.startsWith("[")&&r.endsWith("]")&&(r=r.slice(1,-1)),r?{url:t,host:r}:null}function Pd(e){let t=ru(e);if(!t)return!0;let{host:r}=t;return r==="localhost"||r.endsWith(".localhost")||r==="local"||r.endsWith(".local")||r==="internal"||r.endsWith(".internal")?!0:Qn.test(r)?ro(r):r.includes(":")?tu(r):!1}function Kn(e){return new Error(`Image source resolves to a blocked address (SSRF protection): ${e}`)}function Od(e){if(Pd(e))throw Kn(e)}var Pr;async function Id(){if(Pr!==void 0)return Pr;if(typeof window<"u")return Pr=null,null;try{let t=await new Function("s","return import(s)")("node:dns/promises");return Pr=(r,n)=>t.lookup(r,n),Pr}catch{return Pr=null,null}}async function Rd(e,t){Od(e);let r=ru(e);if(!r)throw Kn(e);let{host:n}=r;if(Qn.test(n)||n.includes(":"))return;let i=t&&"lookup"in t?t.lookup:await Id();if(!i)return;let o;try{o=await i(n,{all:!0})}catch{throw new Error(`Can't resolve image host: ${e}`)}if(o.length===0)throw new Error(`Can't resolve image host: ${e}`);for(let{address:s}of o)if(kd(s))throw Kn(e)}async function eu(e){try{e.body&&typeof e.body.cancel=="function"?await e.body.cancel():typeof e.arrayBuffer=="function"&&await e.arrayBuffer()}catch{}}async function nu(e,t){let r=(t==null?void 0:t.fetch)??globalThis.fetch,n=e;for(let i=0;i<=10;i++){await Rd(n,t);let o=await r(n,{redirect:"manual"});if(o.type==="opaqueredirect")throw await eu(o),Kn(n);let s=o.headers.get("location");if(_d.has(o.status)&&s){await eu(o),n=new URL(s,n).href;continue}return o}throw new Error(`Image source redirected too many times (SSRF protection): ${e}`)}var Ad="image/avif",Jn="image/webp",Zn="image/apng",ei="image/png",ti="image/jpeg",ri="image/gif",no="image/svg+xml";function su(e){let t=new DataView(e),r=4,n=t.byteLength;for(;r<n;){let i=t.getUint16(r,!1);if(i>n)throw new TypeError("Invalid JPEG");let o=t.getUint8(i+1+r);if(o===192||o===193||o===194)return[t.getUint16(i+7+r,!1),t.getUint16(i+5+r,!1)];r+=i+2}throw new TypeError("Invalid JPEG")}function au(e){let t=new DataView(e),r=new Uint8Array(e);if(t.byteLength<20||t.getUint32(0)!==1380533830||t.getUint32(8)!==1464156752)throw new TypeError("Invalid WebP");let n=t.getUint32(4,!0)+8;if(n<20||n>t.byteLength)throw new TypeError("Invalid WebP");let i=12;for(;i+8<=n;){let o=t.getUint32(i),s=t.getUint32(i+4,!0),a=i+8,u=a+s;if(u>n)throw new TypeError("Invalid WebP");if(o===1448097824){if(s<10||r[a+3]!==157||r[a+4]!==1||r[a+5]!==42)throw new TypeError("Invalid WebP");let l=t.getUint16(a+6,!0)&16383,f=t.getUint16(a+8,!0)&16383;if(!l||!f)throw new TypeError("Invalid WebP");return[l,f]}if(o===1448097868){if(s<5||r[a]!==47)throw new TypeError("Invalid WebP");let l=t.getUint32(a+1,!0);return[(l&16383)+1,(l>>>14&16383)+1]}if(o===1448097880){if(s<10)throw new TypeError("Invalid WebP");return[r[a+4]+(r[a+5]<<8)+(r[a+6]<<16)+1,r[a+7]+(r[a+8]<<8)+(r[a+9]<<16)+1]}i=u+s%2}throw new TypeError("Invalid WebP")}function uu(e){let t=new Uint8Array(e.slice(6,10));return[t[0]|t[1]<<8,t[2]|t[3]<<8]}function lu(e){let t=new DataView(e);return[t.getUint16(18,!1),t.getUint16(22,!1)]}var Rt=Wa(500),Hr=new Map,Cd=[ei,Zn,ti,ri,no,Jn],Ld=/<svg[^>]*>/i,Md=/viewBox=['"]([^'"]+)['"]/,Nd=/width=['"](\d*\.?\d+)['"]/,Fd=/height=['"](\d*\.?\d+)['"]/;function Wd(e){let t=new Uint8Array(e),r=32768,n="";for(let i=0;i<t.length;i+=r){let o=t.subarray(i,Math.min(i+r,t.length));n+=String.fromCharCode(...o)}return btoa(n)}function Dd(e){let t=atob(e),r=t.length,n=new Uint8Array(r);for(let i=0;i<r;i++)n[i]=t.charCodeAt(i);return n.buffer}function iu(e,t){let r=t.match(Ld);if(!r)throw new Error(`Failed to parse SVG from ${e}`);let n=r[0],i=Md.exec(n),o=Nd.exec(n),s=Fd.exec(n),a=i?_r(i[1]):null;if(!a&&(!o||!s))throw new Error(`Failed to parse SVG from ${e}: missing "viewBox"`);let u=a?[a[2],a[3]]:[+o[1],+s[1]],l=u[0]/u[1];return o&&s?[+o[1],+s[1]]:o?[+o[1],+o[1]/l]:s?[+s[1]*l,+s[1]]:[u[0],u[1]]}function ou(e){let t,r=$d(new Uint8Array(e));switch(r){case ei:case Zn:t=lu(e);break;case ri:t=uu(e);break;case ti:t=su(e);break;case Jn:t=au(e);break}if(!Cd.includes(r))throw new Error(`Unsupported image type: ${r||"unknown"}`);return[`data:${r};base64,${Wd(e)}`,t]}async function Or(e){if(!e)throw new Error("Image source is not provided.");if(typeof e=="object"){let[o,s]=ou(e);return[o,...s]}if((e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'"))&&(e=e.slice(1,-1)),typeof window>"u"&&!e.startsWith("http")&&!e.startsWith("data:"))throw new Error(`Image source must be an absolute URL: ${e}`);if(e.startsWith("data:")){let o;try{o=/data:(?<imageType>[a-z/+]+)(;[^;=]+=[^;=]+)*?(;(?<encodingType>[^;,]+))?,(?<dataString>.*)/g.exec(e).groups}catch{return console.warn("Image data URI resolved without size:"+e),[e]}let{imageType:s,encodingType:a,dataString:u}=o;if(s===no){let l=a==="base64"?atob(u):decodeURIComponent(u.replace(/ /g,"%20")),f=a==="base64"?e:`data:image/svg+xml;base64,${btoa(l)}`,c=iu(e,l);return Rt.set(e,[f,...c]),[f,...c]}else if(a==="base64"){let l,f=Dd(u);switch(s){case ei:case Zn:l=lu(f);break;case ri:l=uu(f);break;case ti:l=su(f);break;case Jn:l=au(f);break}return Rt.set(e,[e,...l]),[e,...l]}else return console.warn("Image data URI resolved without size:"+e),Rt.set(e,[e]),[e]}if(!globalThis.fetch)throw new Error("`fetch` is required to be polyfilled to load images.");if(Hr.has(e))return Hr.get(e);let t=Rt.get(e);if(t)return t;let r=e,i=(typeof window>"u"?()=>nu(r):()=>fetch(r))().then(o=>{let s=o.headers.get("content-type");return s==="image/svg+xml"||s==="application/svg+xml"?o.text():o.arrayBuffer()}).then(o=>{if(typeof o=="string")try{let u=`data:image/svg+xml;base64,${btoa(o)}`,l=iu(r,o);return[u,...l]}catch(u){throw new Error(`Failed to parse SVG image: ${u.message}`)}let[s,a]=ou(o);return[s,...a]}).then(o=>(Rt.set(r,o),o)).catch(o=>{if(o instanceof Error&&o.message.includes("SSRF protection"))throw o;return console.error(`Can't load image ${r}: `+o.message),Rt.set(r,[]),[]});return Hr.set(r,i),i}function $d(e){return[255,216,255].every((t,r)=>e[r]===t)?ti:[137,80,78,71,13,10,26,10].every((t,r)=>e[r]===t)?Bd(e)?Zn:ei:[71,73,70,56].every((t,r)=>e[r]===t)?ri:[82,73,70,70,0,0,0,0,87,69,66,80].every((t,r)=>!t||e[r]===t)?Jn:[60,63,120,109,108].every((t,r)=>e[r]===t)?no:[0,0,0,0,102,116,121,112,97,118,105,102].every((t,r)=>!t||e[r]===t)?Ad:null}function Bd(e){let t=new DataView(e.buffer),r,n,i=8,o=!1;for(;!o&&r!=="IEND"&&i<e.length;){n=t.getUint32(i);let s=e.subarray(i+4,i+8);r=String.fromCharCode(...s),o=r==="acTL",i+=12+n}return o}var io={accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",href:"href",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlLang:"xml:lang",xmlSpace:"xml:space",xmlnsXlink:"xmlns:xlink"},Ud=/[\r\n%#()<>?[\\\]^`{|}"']/g;function ni(e,t){if(!e)return"";if(Array.isArray(e))return e.map(l=>ni(l,t)).join("");if(typeof e!="object")return String(e);let r=e.type;if(r==="text")throw new Error("<text> nodes are not currently supported, please convert them to <path>");let{children:n,style:i,...o}=e.props||{},s=(i==null?void 0:i.color)||t,a=`${Object.entries(o).map(([l,f])=>(typeof f=="string"&&f.toLowerCase()==="currentcolor"&&(f=s),(l==="href"||l==="xlinkHref")&&r==="image"?` ${io[l]||l}="${Rt.get(f)[0]}"`:` ${io[l]||l}="${f}"`)).join("")}`,u=i?` style="${Object.entries(i).map(([l,f])=>`${Ua(l)}:${f}`).join(";")}"`:"";return r===Za?ni(n,s):`<${r}${a}${u}>${ni(n,s)}</${r}>`}async function fu(e){let t=new Set,r=n=>{if(n&&Sr(n)){if(Array.isArray(n)){n.forEach(i=>r(i));return}else if(typeof n=="object")if(n.type==="image"){let i=n.props.href||n.props.xlinkHref;i&&(t.has(i)||t.add(i))}else n.type==="img"&&(t.has(n.props.src)||t.add(n.props.src));Array.isArray(n.props.children)?n.props.children.map(i=>r(i)):r(n.props.children)}};return r(e),Promise.all(Array.from(t).map(n=>Or(n)))}async function cu(e,t){let{viewBox:r,viewbox:n,width:i,height:o,className:s,style:a,children:u,...l}=e.props||{};r||=n,l.xmlns="http://www.w3.org/2000/svg";let f=(a==null?void 0:a.color)||t,c=_r(r),m=c?c[3]/c[2]:null;return i=i||m&&o?o/m:null,o=o||m&&i?i*m:null,l.width=i,l.height=o,r&&(l.viewBox=r),`data:image/svg+xml;utf8,${`<svg ${Object.entries(l).map(([h,g])=>(typeof g=="string"&&g.toLowerCase()==="currentcolor"&&(g=f),` ${io[h]||h}="${g}"`)).join("")}>${ni(u,f)}</svg>`.replace(Ud,encodeURIComponent)}`}var dt="flex",du={p:{display:dt,marginTop:"1em",marginBottom:"1em"},div:{display:dt},blockquote:{display:dt,marginTop:"1em",marginBottom:"1em",marginLeft:40,marginRight:40},center:{display:dt,textAlign:"center"},hr:{display:dt,marginTop:"0.5em",marginBottom:"0.5em",marginLeft:"auto",marginRight:"auto",borderWidth:1,borderStyle:"solid"},h1:{display:dt,fontSize:"2em",marginTop:"0.67em",marginBottom:"0.67em",marginLeft:0,marginRight:0,fontWeight:"bold"},h2:{display:dt,fontSize:"1.5em",marginTop:"0.83em",marginBottom:"0.83em",marginLeft:0,marginRight:0,fontWeight:"bold"},h3:{display:dt,fontSize:"1.17em",marginTop:"1em",marginBottom:"1em",marginLeft:0,marginRight:0,fontWeight:"bold"},h4:{display:dt,marginTop:"1.33em",marginBottom:"1.33em",marginLeft:0,marginRight:0,fontWeight:"bold"},h5:{display:dt,fontSize:"0.83em",marginTop:"1.67em",marginBottom:"1.67em",marginLeft:0,marginRight:0,fontWeight:"bold"},h6:{display:dt,fontSize:"0.67em",marginTop:"2.33em",marginBottom:"2.33em",marginLeft:0,marginRight:0,fontWeight:"bold"},u:{textDecoration:"underline"},strong:{fontWeight:"bold"},b:{fontWeight:"bold"},i:{fontStyle:"italic"},em:{fontStyle:"italic"},code:{fontFamily:"monospace"},kbd:{fontFamily:"monospace"},pre:{display:dt,fontFamily:"monospace",whiteSpace:"pre",marginTop:"1em",marginBottom:"1em"},mark:{backgroundColor:"yellow",color:"black"},big:{fontSize:"larger"},small:{fontSize:"smaller"},s:{textDecoration:"line-through"}};var qd=new Set(["color","font","fontFamily","fontSize","fontStyle","fontWeight","fontFeatureSettings","letterSpacing","lineHeight","textAlign","textIndent","textTransform","textShadowOffset","textShadowColor","textShadowRadius","WebkitTextStrokeWidth","WebkitTextStrokeColor","textDecorationLine","textDecorationStyle","textDecorationColor","textDecorationSkipInk","whiteSpace","transform","wordBreak","tabSize","opacity","filter","_viewportWidth","_viewportHeight","_inheritedClipPathId","_inheritedMaskId","_inheritedBackgroundClipTextPath","_inheritedBackgroundClipTextHasBackground"]);function oo(e){let t={};for(let r in e)(qd.has(r)||r.startsWith("--"))&&(t[r]=e[r]);return t}import{getPropertyName as Qd,getStylesForProperty as Jt}from"css-to-react-native";import{parseElementStyle as Jd}from"css-background-parser";import{parse as Zd}from"css-box-shadow";import ep from"parse-css-color";import zd from"postcss-value-parser";function Gd(e,t){try{let r=new wt(e);switch(r.unit){case"px":return{absolute:r.value};case"em":return{absolute:r.value*t};case"rem":return{absolute:r.value*16};case"%":return{relative:r.value};default:return{}}}catch{return{}}}function so(e,t,r){switch(e){case"top":return{yRelative:0};case"left":return{xRelative:0};case"right":return{xRelative:100};case"bottom":return{yRelative:100};case"center":return{};default:{let n=Gd(e,t);return n.absolute?{[r?"xAbsolute":"yAbsolute"]:n.absolute}:n.relative?{[r?"xRelative":"yRelative"]:n.relative}:{}}}}function ao(e,t){if(typeof e=="number")return{xAbsolute:e};let r;try{r=zd(e).nodes.filter(n=>n.type==="word").map(n=>n.value)}catch{return{}}return r.length===1?so(r[0],t,!0):r.length===2?((r[0]==="top"||r[0]==="bottom"||r[1]==="left"||r[1]==="right")&&r.reverse(),{...so(r[0],t,!0),...so(r[1],t,!1)}):{}}import{getPropertyName as jd}from"css-to-react-native";function Yr(e,t){let r=jd(`mask-${t}`);return e[r]||e[`WebkitM${r.substring(1)}`]}function pu(e){let t=e.maskImage||e.WebkitMaskImage,r={position:Yr(e,"position")||"0% 0%",size:Yr(e,"size")||"100% 100%",repeat:Yr(e,"repeat")||"repeat",origin:Yr(e,"origin")||"border-box",clip:Yr(e,"origin")||"border-box"};return zt(t).filter(i=>i&&i!=="none").reverse().map(i=>({image:i,...r}))}var Vd={round:1,squircle:2,square:1/0,bevel:0,scoop:-1,notch:-1/0};function uo(e){let t=e.trim().toLowerCase(),r=Vd[t];if(typeof r<"u")return r;let n=t.match(/^superellipse\(\s*(-?infinity|[-+]?(?:\d*\.)?\d+(?:e[-+]?\d+)?)\s*\)$/);if(!n)throw new Error('Invalid corner shape value: "'+e+'".');if(n[1]==="infinity")return 1/0;if(n[1]==="-infinity")return-1/0;let i=Number(n[1]);if(!Number.isFinite(i))throw new Error('Invalid corner shape value: "'+e+'".');return i}function ii(e,t=4){let r=e.match(/superellipse\([^)]*\)|[^\s]+/gi)||[];if(r.length<1||r.length>t)throw new Error('Invalid corner shape value: "'+e+'".');for(let n of r)uo(n);return r}import Hd from"parse-css-color";var hu={brightness:1,contrast:1,grayscale:1,invert:1,opacity:1,saturate:1,sepia:1};function mu(e,t,r="black"){if(e==="none")return[];if(typeof e!="string")throw new Error('Invalid `backdropFilter` value: "'+e+'".');let n=zt(e,/\s/).filter(Boolean);if(!n.length)throw new Error('Invalid `backdropFilter` value: "'+e+'".');return n.map(i=>{let o=i.match(/^([a-z-]+)\((.*)\)$/i);if(!o)throw new Error("Invalid filter function in `backdropFilter`.");let s=o[1].toLowerCase(),a=o[2].trim();if(s==="blur"){let u=a?oi(a,t,"blur()"):0;if(u<0)throw new Error("Invalid `blur()` radius in `backdropFilter`.");return{type:"blur",value:u}}if(s==="hue-rotate"){let u=a==="0"||!a?0:ur(a);if(typeof u>"u")throw new Error("Invalid `hue-rotate()` angle in `backdropFilter`.");return{type:"hue-rotate",value:u}}if(s==="drop-shadow")return Yd(a,t,r);if(s in hu){let u=s,l=a?Xd(a,`${u}()`):hu[u],f=["grayscale","invert","opacity","sepia"].includes(u)?Math.min(l,1):l;return{type:u,value:f}}throw new Error(`Unsupported \`${s}()\` in \`backdropFilter\`.`)})}function Yd(e,t,r){let n=zt(e,/\s/).filter(Boolean),i=r,o=[];for(let l of n)Hd(l)?i=l:o.push(l);if(o.length<2||o.length>3)throw new Error("Invalid `drop-shadow()` value in `backdropFilter`.");let s=oi(o[0],t,"drop-shadow()"),a=oi(o[1],t,"drop-shadow()"),u=o[2]?oi(o[2],t,"drop-shadow()"):0;if(u<0)throw new Error("Invalid `drop-shadow()` blur radius in `backdropFilter`.");return{type:"drop-shadow",offsetX:s,offsetY:a,blurRadius:u,color:i}}function oi(e,t,r){let n=X(e,t.fontSize,0,t);if(typeof n>"u")throw new Error(`Invalid length \`${e}\` in \`${r}\` for \`backdropFilter\`.`);return n}function Xd(e,t){let r=e.match(/^([+-]?(?:\d+\.?\d*|\.\d+))%$/),n=r?Number(r[1])/100:Number(e);if(!Number.isFinite(n)||n<0)throw new Error(`Invalid amount \`${e}\` in \`${t}\` for \`backdropFilter\`.`);return n}import gu from"postcss-value-parser";function bu(e){let t={},r={};for(let n in e)n.startsWith("--")?t[n]=String(e[n]):r[n]=e[n];return{variables:t,remainingStyle:r}}function yu(e,t){return{...e,...t}}function Kr(e,t,r=new Set){if(typeof e!="string"||!e.includes("var("))return e;try{let n=gu(e),i=!1;if(n.walk(o=>{if(o.type==="function"&&o.value==="var"){i=!0;let s=Kd(o);if(!s)return;let{varName:a,fallback:u}=s;if(r.has(a)){console.warn(`Circular reference detected for CSS variable: ${a}`),u!==void 0?Xr(o,u):Xr(o,"initial");return}let l=t[a];if(l!==void 0){let f=new Set(r);f.add(a);let c=Kr(l,t,f);Xr(o,String(c))}else if(u!==void 0){let f=Kr(u,t,r);Xr(o,String(f))}else Xr(o,"initial")}}),i)return n.toString()}catch{console.warn(`Failed to parse CSS value for variable resolution: ${e}`)}return e}function Kd(e){if(!e.nodes||e.nodes.length===0)return null;let t,r=-1;for(let i=0;i<e.nodes.length;i++){let o=e.nodes[i];if(o.type==="word"&&!t)t=o;else if(o.type==="div"&&o.value===","){r=i;break}}if(!t||t.type!=="word")return null;let n=t.value.trim();if(r!==-1&&r<e.nodes.length-1){let i=e.nodes.slice(r+1),o=gu.stringify(i).trim();return{varName:n,fallback:o}}return{varName:n}}function Xr(e,t){e.type="word",e.value=t,delete e.nodes}var tp=new Set(["flex","flexGrow","flexShrink","flexBasis","fontWeight","lineHeight","opacity","scale","scaleX","scaleY"]),rp=new Set(["lineHeight"]);function np(e,t,r,n){return e==="textDecoration"&&!r.includes(t.textDecorationColor)&&(t.textDecorationColor=n),t}function lr(e,t){let r=Number(t);return isNaN(r)?t:tp.has(e)?rp.has(e)?r:String(t):r+"px"}function ip(e,t,r,n){if(e==="zIndex")return console.warn("`z-index` is currently not supported."),{[e]:t};if(e==="lineHeight")return{lineHeight:lr(e,t)};if(e==="fontFamily")return{fontFamily:t.split(",").map(o=>o.trim().replace(/(^['"])|(['"]$)/g,"").toLocaleLowerCase())};if(e==="borderRadius"){if(typeof t!="string"||!t.includes("/"))return;let[o,s]=t.split("/"),a=Jt(e,o,!0),u=Jt(e,s,!0);for(let l in a)u[l]=lr(e,a[l])+" "+lr(e,u[l]);return u}if(e==="cornerShape"){if(typeof t!="string")throw new Error('Invalid `cornerShape` value: "'+t+'".');let o=ii(t),s=o[0],a=o[1]||s,u=o[2]||s,l=o[3]||a;return{cornerTopLeftShape:s,cornerTopRightShape:a,cornerBottomRightShape:u,cornerBottomLeftShape:l}}if(/^corner(TopLeft|TopRight|BottomRight|BottomLeft)Shape$/.test(e)){if(typeof t!="string"||ii(t,1).length!==1)throw new Error("Invalid `"+e+'` value: "'+t+'".');return{[e]:t}}let i=e.match(/^corner(Top|Right|Bottom|Left)Shape$/);if(i){if(typeof t!="string")throw new Error("Invalid `"+e+'` value: "'+t+'".');let o=ii(t,2),s=o[0],a=o[1]||s,u={Top:["cornerTopLeftShape","cornerTopRightShape"],Right:["cornerTopRightShape","cornerBottomRightShape"],Bottom:["cornerBottomLeftShape","cornerBottomRightShape"],Left:["cornerTopLeftShape","cornerBottomLeftShape"]}[i[1]];return{[u[0]]:s,[u[1]]:a}}if(/^border(Top|Right|Bottom|Left)?$/.test(e)){let o=Jt("border",t,!0);o.borderWidth===1&&!String(t).includes("1px")&&(o.borderWidth=3),o.borderColor==="black"&&!String(t).includes("black")&&(o.borderColor=r);let s={Width:lr(e+"Width",o.borderWidth),Style:Ye(o.borderStyle,{solid:"solid",dashed:"dashed"},"solid",e+"Style"),Color:o.borderColor},a={};for(let u of e==="border"?["Top","Right","Bottom","Left"]:[e.slice(6)])for(let l in s)a["border"+u+l]=s[l];return a}if(e==="boxShadow"){if(!t)throw new Error('Invalid `boxShadow` value: "'+t+'".');return{[e]:typeof t=="string"?Zd(t):t}}if(e==="backdropFilter"||e==="WebkitBackdropFilter")return{_backdropFilters:mu(t,n,r)};if(e==="transform"){if(typeof t!="string")throw new Error("Invalid `transform` value.");let o={},s=t.replace(/(-?[\d.]+%)/g,(u,l)=>{let f=~~(Math.random()*1e9);return o[f]=l,f+"px"}),a=Jt("transform",s,!0);for(let u of a.transform)for(let l in u)o[u[l]]&&(u[l]=o[u[l]]);return a}if(e==="background")return t=t.toString().trim(),/^(linear-gradient|radial-gradient|url|repeating-linear-gradient|repeating-radial-gradient)\(/.test(t)?Jt("backgroundImage",t,!0):Jt("background",t,!0);if(e==="textShadow"){t=t.toString().trim();let o={},s=zt(t);for(let a of s){let u=Jt("textShadow",a,!0);for(let l in u)o[l]?o[l].push(u[l]):o[l]=[u[l]]}return o}if(e==="WebkitTextStroke"){t=t.toString().trim();let o=t.split(" ");if(o.length!==2)throw new Error("Invalid `WebkitTextStroke` value.");return{WebkitTextStrokeWidth:lr(e,o[0]),WebkitTextStrokeColor:lr(e,o[1])}}if(e==="textDecorationSkipInk"){let o=t.toString().trim().toLowerCase();if(!["auto","none","all"].includes(o))throw new Error("Invalid `textDecorationSkipInk` value.");return{textDecorationSkipInk:o}}}function vu(e){return e==="transform"?" Only absolute lengths such as `10px` are supported.":""}var xu=/rgb\((\d+)\s+(\d+)\s+(\d+)\s*\/\s*([\.\d]+)\)/;function Su(e){if(typeof e=="string"&&xu.test(e.trim()))return e.trim().replace(xu,(t,r,n,i,o)=>`rgba(${r}, ${n}, ${i}, ${o})`);if(typeof e=="object"&&e!==null){for(let t in e)e[t]=Su(e[t]);return e}return e}function si(e,t){let r={},n={};for(let u in t)u.startsWith("--")&&(n[u]=String(t[u]));let i={},o=e;if(e){let{variables:u,remainingStyle:l}=bu(e);i=u,o=l}let s=yu(n,i);for(let u in s)r[u]=s[u];if(o){let u=o.color?Kr(o.color,s):void 0,l=sp(u,t.color);r.color=l;for(let f in o){if(f.startsWith("_")){r[f]=o[f];continue}if(f==="color")continue;let c=Qd(f),m=Kr(o[f],s),h=up(m,l);try{let g=ip(c,h,l,t)||np(c,Jt(c,lr(c,h),!0),h,l);Object.assign(r,g)}catch(g){throw new Error(g.message+(g.message.includes(h)?`
`+vu(c):`
in CSS rule \`${c}: ${h}\`.${vu(c)}`))}}}if(r.backgroundImage){let{backgrounds:u}=Jd(r);r.backgroundImage=u}(r.maskImage||r.WebkitMaskImage)&&(r.maskImage=pu(r));let a=op(r.fontSize,t.fontSize);typeof r.fontSize<"u"&&(r.fontSize=a),r.transformOrigin&&(r.transformOrigin=ao(r.transformOrigin,a));for(let u in r){let l=r[u];if(u==="lineHeight")typeof l=="string"&&l!=="normal"&&(l=r[u]=X(l,a,a,t,!0)/a);else{if(typeof l=="string"){let f=X(l,a,a,t);typeof f<"u"&&(r[u]=f),l=r[u]}if(typeof l=="string"||typeof l=="object"){let f=Su(l);f&&(r[u]=f),l=r[u]}}if(u==="opacity"&&typeof l=="number"&&(r.opacity=l*t.opacity),u==="transform"){let f=l;for(let c of f){let m=Object.keys(c)[0],h=c[m],g=typeof h=="string"?X(h,a,a,t)??h:h;c[m]=g}}if(u==="textShadowRadius"){let f=l;r.textShadowRadius=f.map(c=>X(c,a,0,t,!1))}if(u==="textShadowOffset"){let f=l;r.textShadowOffset=f.map(({height:c,width:m})=>({height:X(c,a,0,t,!1),width:X(m,a,0,t,!1)}))}}return r}function op(e,t){if(typeof e=="number")return e;try{let r=new wt(e);switch(r.unit){case"em":return r.value*t;case"rem":return r.value*16}}catch{return t}}function wu(e){if(e.startsWith("hsl")){let t=ep(e),[r,n,i]=t.values;return`hsl(${[r,`${n}%`,`${i}%`].concat(t.alpha===1?[]:[t.alpha]).join(",")})`}return e}function sp(e,t){return e&&e.toLowerCase()!=="currentcolor"?wu(e):wu(t)}function ap(e,t){return e.replace(/currentcolor/gi,t)}function up(e,t){return Hn(e)&&(e=ap(e,t)),e}async function lo(e,t,r,n,i){let o=await Qt(),s=Object.assign({},r,si(du[t],r),si(n,r));if(t==="img"){let[a,u,l]=await Or(i.src);if(u===void 0&&l===void 0){if(i.width===void 0||i.height===void 0)throw new Error("Image size cannot be determined. Please provide the width and height of the image.");u=parseInt(i.width),l=parseInt(i.height)}let f=l/u,c=(s.borderLeftWidth||0)+(s.borderRightWidth||0)+(s.paddingLeft||0)+(s.paddingRight||0),m=(s.borderTopWidth||0)+(s.borderBottomWidth||0)+(s.paddingTop||0)+(s.paddingBottom||0),h=s.width||i.width,g=s.height||i.height,y=typeof h=="number"&&typeof g=="number";y&&(h-=c,g-=m),h===void 0&&g===void 0?(h="100%",e.setAspectRatio(1/f)):h===void 0?typeof g=="number"?h=g/f:e.setAspectRatio(1/f):g===void 0&&(typeof h=="number"?g=h*f:e.setAspectRatio(1/f)),s.width=y?h+c:h,s.height=y?g+m:g,s.__src=a,s.__naturalWidth=u,s.__naturalHeight=l}if(t==="svg"){let a=i.viewBox||i.viewbox,u=_r(a),l=u?u[3]/u[2]:null,{width:f,height:c}=i;typeof f>"u"&&c?l==null?f=0:typeof c=="string"&&c.endsWith("%")?f=parseInt(c)/l+"%":(c=X(c,r.fontSize,1,r),f=c/l):typeof c>"u"&&f?l==null?f=0:typeof f=="string"&&f.endsWith("%")?c=parseInt(f)*l+"%":(f=X(f,r.fontSize,1,r),c=f*l):(typeof f<"u"&&(f=X(f,r.fontSize,1,r)||f),typeof c<"u"&&(c=X(c,r.fontSize,1,r)||c),f||=u==null?void 0:u[2],c||=u==null?void 0:u[3]),!s.width&&f&&(s.width=f),!s.height&&c&&(s.height=c)}return e.setDisplay(Ye(s.display,{flex:o.DISPLAY_FLEX,block:o.DISPLAY_FLEX,contents:o.DISPLAY_CONTENTS,none:o.DISPLAY_NONE,"-webkit-box":o.DISPLAY_FLEX},o.DISPLAY_FLEX,"display")),e.setAlignContent(Ye(s.alignContent,{stretch:o.ALIGN_STRETCH,center:o.ALIGN_CENTER,"flex-start":o.ALIGN_FLEX_START,"flex-end":o.ALIGN_FLEX_END,"space-between":o.ALIGN_SPACE_BETWEEN,"space-around":o.ALIGN_SPACE_AROUND,baseline:o.ALIGN_BASELINE,normal:o.ALIGN_AUTO},o.ALIGN_AUTO,"alignContent")),e.setAlignItems(Ye(s.alignItems,{stretch:o.ALIGN_STRETCH,center:o.ALIGN_CENTER,"flex-start":o.ALIGN_FLEX_START,"flex-end":o.ALIGN_FLEX_END,baseline:o.ALIGN_BASELINE,normal:o.ALIGN_AUTO},o.ALIGN_STRETCH,"alignItems")),e.setAlignSelf(Ye(s.alignSelf,{stretch:o.ALIGN_STRETCH,center:o.ALIGN_CENTER,"flex-start":o.ALIGN_FLEX_START,"flex-end":o.ALIGN_FLEX_END,baseline:o.ALIGN_BASELINE,normal:o.ALIGN_AUTO},o.ALIGN_AUTO,"alignSelf")),e.setJustifyContent(Ye(s.justifyContent,{center:o.JUSTIFY_CENTER,"flex-start":o.JUSTIFY_FLEX_START,"flex-end":o.JUSTIFY_FLEX_END,"space-between":o.JUSTIFY_SPACE_BETWEEN,"space-around":o.JUSTIFY_SPACE_AROUND},o.JUSTIFY_FLEX_START,"justifyContent")),e.setFlexDirection(Ye(s.flexDirection,{row:o.FLEX_DIRECTION_ROW,column:o.FLEX_DIRECTION_COLUMN,"row-reverse":o.FLEX_DIRECTION_ROW_REVERSE,"column-reverse":o.FLEX_DIRECTION_COLUMN_REVERSE},o.FLEX_DIRECTION_ROW,"flexDirection")),e.setFlexWrap(Ye(s.flexWrap,{wrap:o.WRAP_WRAP,nowrap:o.WRAP_NO_WRAP,"wrap-reverse":o.WRAP_WRAP_REVERSE},o.WRAP_NO_WRAP,"flexWrap")),typeof s.gap<"u"&&e.setGap(o.GUTTER_ALL,s.gap),typeof s.rowGap<"u"&&e.setGap(o.GUTTER_ROW,s.rowGap),typeof s.columnGap<"u"&&e.setGap(o.GUTTER_COLUMN,s.columnGap),typeof s.flexBasis<"u"&&e.setFlexBasis(Kt(s.flexBasis,"flexBasis")),e.setFlexGrow(typeof s.flexGrow>"u"?0:s.flexGrow),e.setFlexShrink(typeof s.flexShrink>"u"?0:s.flexShrink),typeof s.maxHeight<"u"&&e.setMaxHeight(qt(s.maxHeight,"maxHeight")),typeof s.maxWidth<"u"&&e.setMaxWidth(qt(s.maxWidth,"maxWidth")),typeof s.minHeight<"u"&&e.setMinHeight(qt(s.minHeight,"minHeight")),typeof s.minWidth<"u"&&e.setMinWidth(qt(s.minWidth,"minWidth")),e.setOverflow(Ye(s.overflow,{visible:o.OVERFLOW_VISIBLE,hidden:o.OVERFLOW_HIDDEN},o.OVERFLOW_VISIBLE,"overflow")),e.setMargin(o.EDGE_TOP,Kt(s.marginTop||0)),e.setMargin(o.EDGE_BOTTOM,Kt(s.marginBottom||0)),e.setMargin(o.EDGE_LEFT,Kt(s.marginLeft||0)),e.setMargin(o.EDGE_RIGHT,Kt(s.marginRight||0)),e.setBorder(o.EDGE_TOP,s.borderTopWidth||0),e.setBorder(o.EDGE_BOTTOM,s.borderBottomWidth||0),e.setBorder(o.EDGE_LEFT,s.borderLeftWidth||0),e.setBorder(o.EDGE_RIGHT,s.borderRightWidth||0),e.setPadding(o.EDGE_TOP,s.paddingTop||0),e.setPadding(o.EDGE_BOTTOM,s.paddingBottom||0),e.setPadding(o.EDGE_LEFT,s.paddingLeft||0),e.setPadding(o.EDGE_RIGHT,s.paddingRight||0),e.setBoxSizing(Ye(s.boxSizing,{"border-box":o.BOX_SIZING_BORDER_BOX,"content-box":o.BOX_SIZING_CONTENT_BOX},o.BOX_SIZING_BORDER_BOX,"boxSizing")),e.setPositionType(Ye(s.position,{absolute:o.POSITION_TYPE_ABSOLUTE,relative:o.POSITION_TYPE_RELATIVE,static:o.POSITION_TYPE_STATIC},o.POSITION_TYPE_RELATIVE,"position")),typeof s.top<"u"&&e.setPosition(o.EDGE_TOP,qt(s.top,"top")),typeof s.bottom<"u"&&e.setPosition(o.EDGE_BOTTOM,qt(s.bottom,"bottom")),typeof s.left<"u"&&e.setPosition(o.EDGE_LEFT,qt(s.left,"left")),typeof s.right<"u"&&e.setPosition(o.EDGE_RIGHT,qt(s.right,"right")),typeof s.height<"u"?e.setHeight(Kt(s.height,"height")):e.setHeightAuto(),typeof s.width<"u"?e.setWidth(Kt(s.width,"width")):e.setWidthAuto(),[s,oo(s)]}import Tu from"escape-html";var _u=[1,0,0,1,0,0];function lp(e,t,r){let n=[..._u];for(let i of e){let o=Object.keys(i)[0],s=i[o];if(typeof s=="string")if(o==="translateX")s=parseFloat(s)/100*t,i[o]=s;else if(o==="translateY")s=parseFloat(s)/100*r,i[o]=s;else throw new Error(`Invalid transform: "${o}: ${s}".`);let a=s,u=[..._u];switch(o){case"translateX":u[4]=a;break;case"translateY":u[5]=a;break;case"scale":u[0]=a,u[3]=a;break;case"scaleX":u[0]=a;break;case"scaleY":u[3]=a;break;case"rotate":{let l=a*Math.PI/180,f=Math.cos(l),c=Math.sin(l);u[0]=f,u[1]=c,u[2]=-c,u[3]=f;break}case"skewX":u[2]=Math.tan(a*Math.PI/180);break;case"skewY":u[1]=Math.tan(a*Math.PI/180);break}n=jr(u,n)}e.splice(0,e.length),e.push(...n),e.__resolved=!0}function Qr({left:e,top:t,width:r,height:n},i,o,s){let a;i.__resolved||lp(i,r,n);let u=i;if(o)a=u;else{let l=(s==null?void 0:s.xAbsolute)??((s==null?void 0:s.xRelative)??50)*r/100,f=(s==null?void 0:s.yAbsolute)??((s==null?void 0:s.yRelative)??50)*n/100,c=e+l,m=t+f;a=jr([1,0,0,1,c,m],jr(u,[1,0,0,1,-c,-m])),u.__parent&&(a=jr(u.__parent,a)),u.splice(0,6,...a)}return`matrix(${a.map(l=>l.toFixed(2)).join(",")})`}function Eu({left:e,top:t,width:r,height:n,isInheritingTransform:i},o){let s="",a=1;return o.transform&&(s=Qr({left:e,top:t,width:r,height:n},o.transform,i,o.transformOrigin)),o.opacity!==void 0&&(a=+o.opacity),{matrix:s,opacity:a}}function fo({id:e,content:t,filter:r,left:n,top:i,width:o,height:s,matrix:a,opacity:u,image:l,clipPathId:f,debug:c,shape:m,decorationShape:h},g){let y="";if(c&&(y=L("rect",{x:n,y:i-s,width:o,height:s,fill:"transparent",stroke:"#575eff","stroke-width":1,transform:a||void 0,"clip-path":f?`url(#${f})`:void 0})),l){let S={href:l,x:n,y:i,width:o,height:s,transform:a||void 0,"clip-path":f?`url(#${f})`:void 0,style:g.filter?`filter:${g.filter}`:void 0};return[(r?`${r}<g filter="url(#satori_s-${e})">`:"")+L("image",{...S,opacity:u!==1?u:void 0})+(h||"")+(r?"</g>":"")+y,""]}let x={x:n,y:i,width:o,height:s,"font-weight":g.fontWeight,"font-style":g.fontStyle,"font-size":g.fontSize,"font-family":g.fontFamily,"letter-spacing":g.letterSpacing||void 0,transform:a||void 0,"clip-path":f?`url(#${f})`:void 0,style:g.filter?`filter:${g.filter}`:void 0,"stroke-width":g.WebkitTextStrokeWidth?`${g.WebkitTextStrokeWidth}px`:void 0,stroke:g.WebkitTextStrokeWidth?g.WebkitTextStrokeColor:void 0,"stroke-linejoin":g.WebkitTextStrokeWidth?"round":void 0,"paint-order":g.WebkitTextStrokeWidth?"stroke":void 0};return[(r?`${r}<g filter="url(#satori_s-${e})">`:"")+L("text",{...x,fill:g.color,opacity:u!==1?u:void 0},Tu(t))+(h||"")+(r?"</g>":"")+y,m?L("text",x,Tu(t)):""]}function fp(e,t,r){return e.replace(/([MA])([0-9.-]+),([0-9.-]+)/g,function(n,i,o,s){return i+(parseFloat(o)+t)+","+(parseFloat(s)+r)})}var ai=1.1;function ku({id:e,width:t,height:r},n,i=!1){if(!n.shadowColor||!n.shadowOffset||typeof n.shadowRadius>"u")return"";let o=n.shadowColor.length,s="",a="",u=0,l=t,f=0,c=r;for(let m=0;m<o;m++){let h=n.shadowRadius[m]*n.shadowRadius[m]/4;if(u=Math.min(n.shadowOffset[m].width-h,u),l=Math.max(n.shadowOffset[m].width+h+t,l),f=Math.min(n.shadowOffset[m].height-h,f),c=Math.max(n.shadowOffset[m].height+h+r,c),i){let g=`satori_s-${e}-result-${m}`;s+=L("feGaussianBlur",{in:"SourceAlpha",stdDeviation:n.shadowRadius[m]/2,result:`${g}-blur`})+L("feOffset",{in:`${g}-blur`,dx:n.shadowOffset[m].width,dy:n.shadowOffset[m].height,result:`${g}-offset`})+L("feFlood",{"flood-color":n.shadowColor[m],"flood-opacity":1,result:`${g}-color`})+L("feComposite",{in:`${g}-color`,in2:`${g}-offset`,operator:"in",result:o>1?g:void 0})}else s+=L("feDropShadow",{dx:n.shadowOffset[m].width,dy:n.shadowOffset[m].height,stdDeviation:n.shadowRadius[m]/2,"flood-color":n.shadowColor[m],"flood-opacity":1,...o>1?{in:"SourceGraphic",result:`satori_s-${e}-result-${m}`}:{}});o>1&&(a=L("feMergeNode",{in:`satori_s-${e}-result-${m}`})+a)}return L("filter",{id:`satori_s-${e}`,x:(u/t*100*ai).toFixed(2)+"%",y:(f/r*100*ai).toFixed(2)+"%",width:((l-u)/t*100*ai).toFixed(2)+"%",height:((c-f)/r*100*ai).toFixed(2)+"%"},s+(a?L("feMerge",{},a):""))}function Pu({width:e,height:t,shape:r,opacity:n,id:i},o){if(!o.boxShadow)return null;let s="",a="";for(let u=o.boxShadow.length-1;u>=0;u--){let l="",f=o.boxShadow[u];f.spreadRadius&&f.inset&&(f.spreadRadius=-f.spreadRadius);let c=f.blurRadius*f.blurRadius/4+(f.spreadRadius||0),m=Math.min(-c-(f.inset?f.offsetX:0),0),h=Math.max(c+e-(f.inset?f.offsetX:0),e),g=Math.min(-c-(f.inset?f.offsetY:0),0),y=Math.max(c+t-(f.inset?f.offsetY:0),t),x=`satori_s-${i}-${u}`,S=`satori_ms-${i}-${u}`,O=f.spreadRadius?r.replace('stroke-width="0"',`stroke-width="${f.spreadRadius*2}"`):r;l+=L("mask",{id:S,maskUnits:"userSpaceOnUse"},L("rect",{x:0,y:0,width:o._viewportWidth||"100%",height:o._viewportHeight||"100%",fill:f.inset?"#000":"#fff"})+O.replace('fill="#fff"',f.inset?'fill="#fff"':'fill="#000"').replace('stroke="#fff"',""));let E=O.replace(/d="([^"]+)"/,(I,T)=>'d="'+fp(T,f.offsetX,f.offsetY)+'"').replace(/x="([^"]+)"/,(I,T)=>'x="'+(parseFloat(T)+f.offsetX)+'"').replace(/y="([^"]+)"/,(I,T)=>'y="'+(parseFloat(T)+f.offsetY)+'"');f.spreadRadius&&f.spreadRadius<0&&(l+=L("mask",{id:S+"-neg",maskUnits:"userSpaceOnUse"},E.replace('stroke="#fff"','stroke="#000"').replace(/stroke-width="[^"]+"/,`stroke-width="${-f.spreadRadius*2}"`))),f.spreadRadius&&f.spreadRadius<0&&(E=L("g",{mask:`url(#${S}-neg)`},E)),l+=L("defs",{},L("filter",{id:x,x:`${m/e*100}%`,y:`${g/t*100}%`,width:`${(h-m)/e*100}%`,height:`${(y-g)/t*100}%`},L("feGaussianBlur",{stdDeviation:f.blurRadius/2,result:"b"})+L("feFlood",{"flood-color":f.color,in:"SourceGraphic",result:"f"})+L("feComposite",{in:"f",in2:"b",operator:f.inset?"out":"in"})))+L("g",{mask:`url(#${S})`,filter:`url(#${x})`,opacity:n},E),f.inset?a+=l:s+=l}return[s,a]}function cp(e,t,r,n,i,o){let s=i/2,a=Math.max(s,i*1.25),u=[];for(let c of r){if(c.y2<o+s||c.y1>n+s)continue;let m=Math.max(e,c.x1-a),h=Math.min(t,c.x2+a);if(m>=h)continue;if(u.length===0){u.push([m,h]);continue}let g=u[u.length-1];m<=g[1]?g[1]=Math.max(g[1],h):u.push([m,h])}if(!u.length)return[[e,t]];let l=[],f=e;for(let[c,m]of u)if(c>f&&l.push([f,c]),f=Math.max(f,m),f>=t)break;return f<t&&l.push([f,t]),l}function co({width:e,left:t,top:r,ascender:n,clipPathId:i,matrix:o,glyphBoxes:s},a){let{textDecorationColor:u,textDecorationStyle:l,textDecorationLine:f,textDecorationSkipInk:c,fontSize:m,color:h}=a;if(!f||f==="none")return"";let g=Math.max(1,m*.1),y=f==="line-through"?r+n*.7:f==="underline"?r+n*1.1:r,x=l==="dashed"?`${g*1.2} ${g*2}`:l==="dotted"?`0 ${g*2}`:void 0,S=f==="underline"&&(c||"auto")!=="none"&&(s==null?void 0:s.length),O=r+n,E=S?cp(t,t+e,s,y,g,O):[[t,t+e]],I=l==="double"?E.map(([T,_])=>L("line",{x1:T,y1:y+g+1,x2:_,y2:y+g+1,stroke:u||h,"stroke-width":g,"stroke-dasharray":x,"stroke-linecap":l==="dotted"?"round":"square",transform:o})).join(""):"";return(i?`<g clip-path="url(#${i})">`:"")+E.map(([T,_])=>L("line",{x1:T,y1:y,x2:_,y2:y,stroke:u||h,"stroke-width":g,"stroke-dasharray":x,"stroke-linecap":l==="dotted"?"round":"square",transform:o})).join("")+I+(i?"</g>":"")}function po(e){return e=e.replace("U+","0x"),String.fromCodePoint(Number(e))}var fr=po("U+0020"),ho=po("U+0009"),Ir=po("U+2026");function Ou(e,t,r){let{fontSize:n,letterSpacing:i,fontFeatureSettings:o}=r,s=new Map;function a(c){let m=s.get(c);return m===void 0&&(m=e.measure(c,{fontSize:n,letterSpacing:i,fontFeatureSettings:o}),s.set(c,m)),m}function u(c){return a(c)}function l(c){let m=0,h="",g=()=>{h&&(m+=a(h),h="")};for(let y of c)t(y)?(g(),m+=n):h+=y;return g(),m}function f(c){return l(Fe(c,"grapheme"))}return{measureGrapheme:u,measureGraphemeArray:l,measureText:f}}function Iu(e,t,r){let{textTransform:n,whiteSpace:i,wordBreak:o}=t;e=dp(e,n,r);let{content:s,shouldCollapseTabsAndSpaces:a,allowSoftWrap:u}=mp(e,i),{words:l,requiredBreaks:f,allowBreakWord:c}=hp(s,o),[m,h]=pp(t,u);return{words:l,requiredBreaks:f,allowSoftWrap:u,allowBreakWord:c,processedContent:s,shouldCollapseTabsAndSpaces:a,lineLimit:m,blockEllipsis:h}}function dp(e,t,r){return t==="uppercase"?e=e.toLocaleUpperCase(r):t==="lowercase"?e=e.toLocaleLowerCase(r):t==="capitalize"&&(e=Fe(e,"word",r).map(n=>Fe(n,"grapheme",r).map((i,o)=>o===0?i.toLocaleUpperCase(r):i).join("")).join("")),e}function pp(e,t){let{textOverflow:r,lineClamp:n,WebkitLineClamp:i,WebkitBoxOrient:o,overflow:s,display:a}=e;if(a==="block"&&n){let[u,l=Ir]=gp(n);if(u)return[u,l]}return r==="ellipsis"&&a==="-webkit-box"&&o==="vertical"&&Da(i)&&i>0?[i,Ir]:r==="ellipsis"&&s==="hidden"&&!t?[1,Ir]:[1/0]}function hp(e,t){let r=["break-all","break-word"].includes(t),{words:n,requiredBreaks:i}=Ba(e,t);return{words:n,requiredBreaks:i,allowBreakWord:r}}function mp(e,t){let r=["pre","pre-wrap","pre-line"].includes(t),n=["normal","nowrap","pre-line"].includes(t),i=!["pre","nowrap"].includes(t);return r||(e=e.replace(/\n/g,fr)),n&&(e=e.replace(/([ ]|\t)+/g,fr).replace(/^[ ]|[ ]$/g,"")),{content:e,shouldCollapseTabsAndSpaces:n,allowSoftWrap:i}}function gp(e){if(typeof e=="number")return[e];let t=/^(\d+)\s*"(.*)"$/,r=/^(\d+)\s*'(.*)'$/,n=t.exec(e),i=r.exec(e);if(n){let o=+n[1],s=n[2];return[o,s]}else if(i){let o=+i[1],s=i[2];return[o,s]}return[]}import Au from"parse-css-color";var bp=new Set([ho]);function yp(e){return bp.has(e)}function mo(e){if(e==="transparent")return!0;let t=Au(e);return t?t.alpha===0:!1}function Ru(e){if(!e)return!1;let t=Au(e);if(!t)return!1;let[r,n,i,o]=t.values;return r===255&&n===255&&i===255&&(o===void 0||o===1)}async function*go(e,t){let r=await Qt(),{parentStyle:n,inheritedStyle:i,parent:o,font:s,id:a,isInheritingTransform:u,debug:l,embedFont:f,graphemeImages:c,locale:m,canLoadAdditionalAssets:h}=t,{textAlign:g,textIndent:y=0,lineHeight:x,textWrap:S,fontSize:O,filter:E,tabSize:I=8,letterSpacing:T,fontFeatureSettings:_,_inheritedBackgroundClipTextPath:R,_inheritedBackgroundClipTextHasBackground:A,flexShrink:q}=n,{words:G,requiredBreaks:ne,allowSoftWrap:re,allowBreakWord:pe,processedContent:ce,shouldCollapseTabsAndSpaces:Ne,lineLimit:Re,blockEllipsis:Pe}=Iu(e,n,m),me=vp(r,g);o.insertChild(me,o.getChildCount()),$a(q)&&o.setFlexShrink(1);let J=s.getEngine(O,x,n,m),tt=h?Fe(ce,"grapheme").filter(H=>!yp(H)&&!J.has(H)):[];yield tt.map(H=>({word:H,locale:m})),tt.length&&(J=s.getEngine(O,x,n,m));function Xe(H){return!!(c&&Object.prototype.hasOwnProperty.call(c,H)&&c[H])}let{measureGrapheme:xe,measureGraphemeArray:Ce,measureText:Oe}=Ou(J,Xe,{fontSize:O,letterSpacing:T,fontFeatureSettings:_}),K=Hn(I)?X(I,O,1,n):xe(fr)*I,ve=(H,Q)=>{if(H.length===0)return{originWidth:0,endingSpacesWidth:0,text:H};let{index:te,tabCount:Z}=xp(H),Ee=0;if(Z>0){let ge=H.slice(0,te),fe=H.slice(te+Z),ie=Oe(ge),ut=ie+Q;Ee=(K===0?ie:(Math.floor(ut/K)+Z)*K)+Oe(fe)}else Ee=Oe(H);let le=H.trimEnd()===H?Ee:Oe(H.trimEnd());return{originWidth:Ee,endingSpacesWidth:Ee-le,text:H}},ee=[],j=[],Ae=[],Te=[],Le=[];function Ke(H){let Q=0,te=0,Z=-1,Ee=0,le=0,ge=0,fe=0;ee=[],Ae=[0],Te=[],Le=[];let ie=0,ut=0;for(;ie<G.length&&Q<Re;){let Y=G[ie],It=ne[ie],Ge=0,{originWidth:je,endingSpacesWidth:ot,text:Dt}=ve(Y,le);Y=Dt,Ge=je;let Ve=ot;It&&ge===0&&(ge=J.height(Y));let $t=g==="justify",we=ie&&le+Ge>H+Ve&&re;if(pe&&Ge>H&&(!le||we||It)){let Qe=Fe(Y,"grapheme");G.splice(ie,1,...Qe),le>0&&(ee.push(le-ut),j.push(fe),Q++,Ee+=ge,le=0,ge=0,fe=0,Ae.push(1),Z=-1),ut=Ve;continue}if(It||we)Ne&&Y===fr&&(Ge=0),ee.push(le-ut),j.push(fe),Q++,Ee+=ge,le=Ge,ge=Ge?Math.round(J.height(Y)):0,fe=Ge?Math.round(J.baseline(Y)):0,Ae.push(1),Z=-1,It||(te=Math.max(te,H));else{le+=Ge;let Qe=Math.round(J.height(Y));Qe>ge&&(ge=Qe,fe=Math.round(J.baseline(Y))),$t&&Ae[Ae.length-1]++}$t&&Z++,te=Math.max(te,le);let lt=le-Ge;if(Ge===0)Le.push({y:Ee,x:lt,width:0,line:Q,lineIndex:Z,isImage:!1});else{let Qe=Fe(Y,"word");for(let ft=0;ft<Qe.length;ft++){let vt=Qe[ft],He=0,ct=!1;Xe(vt)?(He=O,ct=!0):!f&&vt.length>1?He=Oe(vt):He=xe(vt),Te.push(vt),Le.push({y:Ee,x:lt,width:He,line:Q,lineIndex:Z,isImage:ct}),lt+=He,ft<Qe.length-1&&T>0&&(lt+=T)}}ie++,ut=Ve}return le&&(Q<Re&&(Ee+=ge),Q++,ee.push(le),j.push(fe)),{width:te,height:Ee}}let ue={width:0,height:0};me.setMeasureFunc(H=>{let{width:Q,height:te}=Ke(H);if(S==="balance"){let Ee=Q/2,le=Q,ge=Q;for(;Ee+1<le;){ge=(Ee+le)/2;let{height:ie}=Ke(ge);ie>te?Ee=ge:le=ge}Ke(le);let fe=Math.ceil(le);return ue={width:fe,height:te},{width:fe,height:te}}if(S==="pretty"&&ee[ee.length-1]<Q/3){let ge=Q*.9,fe=Ke(ge);if(fe.height<=te*1.3)return ue={width:Q,height:fe.height},{width:Q,height:fe.height}}let Z=Math.ceil(Q);return ue={width:Z,height:te},{width:Z,height:te}});let[qe,rt]=yield,Ie="",De="",at=i._inheritedClipPathId,Tt=i._inheritedMaskId,{left:Wr,top:Dr,width:Nt,height:$r}=me.getComputedLayout(),Br=typeof y=="string"?X(y,O,Nt,n,!0)||0:y,or=o.getComputedWidth()-o.getComputedPadding(r.EDGE_LEFT)-o.getComputedPadding(r.EDGE_RIGHT)-o.getComputedBorder(r.EDGE_LEFT)-o.getComputedBorder(r.EDGE_RIGHT),Et=qe+Wr,kt=rt+Dr,{matrix:nt,opacity:Ft}=Eu({left:Wr,top:Dr,width:Nt,height:$r,isInheritingTransform:u},n),ze="";if(n.textShadowOffset){let{textShadowColor:H,textShadowOffset:Q,textShadowRadius:te}=n;ze=ku({width:ue.width,height:ue.height,id:a},{shadowColor:H,shadowOffset:Q,shadowRadius:te},mo(n.color)||A&&Ru(n.color)),ze=L("defs",{},ze)}let it="",Wt="",yr="",Pt=-1,Ue={},Ot={},$e=null,vr=0;for(let H=0;H<Te.length;H++){let Q=Le[H],te=Le[H+1];if(!Q)continue;let Z=Te[H],Ee=null,le=!1,ge=c&&Object.prototype.hasOwnProperty.call(c,Z)?c[Z]:null,fe=Q.y,ie=Q.x,ut=Q.width,Y=Q.line,It=n.textDecorationLine==="underline"&&(n.textDecorationSkipInk||"auto")!=="none";if(Y===Pt)continue;let Ge=!1;if(Y===0&&Br!==0&&(ie+=Br),ee.length>1){let we=Nt-ee[Y];if(g==="right"||g==="end")ie+=we;else if(g==="center")ie+=we/2;else if(g==="justify"&&Y<ee.length-1){let ke=Ae[Y],lt=ke>1?we/(ke-1):0;ie+=lt*Q.lineIndex,Ge=!0}f&&(ie=Math.round(ie))}let je=j[Y],ot=J.baseline(Z),Dt=J.height(Z),Ve=je-ot,$t=we=>!It||n.textDecorationLine!=="underline"?void 0:{underlineY:kt+we+Ve+ot+ot*.1,strokeWidth:Math.max(1,O*.1)};if(Ue[Y]||(Ue[Y]={left:ie,top:kt+fe+Ve,ascender:ot,width:Ge?Nt:ee[Y]}),Re!==1/0){let vt=function(He,ct){let Ur=Fe(ct,"grapheme",m),xr="",Bn=0;for(let qr of Ur){let sr=He+Ce([xr+qr]);if(xr&&sr+ke>or)break;xr+=qr,Bn=sr}return{subset:xr,resolvedWidth:Bn}},we=Pe,ke=xe(Pe);ke>or&&(we=Ir,ke=xe(we));let lt=xe(fr),Qe=Y<ee.length-1;if(Y+1===Re&&(Qe||ee[Y]>or)){if(ie+ut+ke+lt>or){let{subset:He,resolvedWidth:ct}=vt(ie,Z);Z=He+we,Pt=Y,Ue[Y].width=Math.max(0,ct-Ue[Y].left),le=!0}else if(te&&te.line!==Y)if(g==="center"){let{subset:He,resolvedWidth:ct}=vt(ie,Z);Z=He+we,Pt=Y,Ue[Y].width=Math.max(0,ct-Ue[Y].left),le=!0}else{let He=Te[H+1],{subset:ct,resolvedWidth:Ur}=vt(ut+ie,He);Z=Z+ct+we,Pt=Y,Ue[Y].width=Math.max(0,Ur-Ue[Y].left),le=!0}}}if(ge)fe+=0;else if(f){if(!Z.includes(ho)&&!Fa.includes(Z)&&Te[H+1]&&te&&!te.isImage&&fe===te.y&&!le){$e===null&&(vr=ie),$e=$e===null?Z:$e+Z;continue}let we=$e===null?Z:$e+Z,ke=$e===null?ie:vr,lt=Q.width+ie-ke,Qe=$t(fe),ft=J.getSVG(we.replace(/(\t)+/g,""),{fontSize:O,left:Et+ke,top:kt+fe+ot+Ve,letterSpacing:T,fontFeatureSettings:_},Qe);Ee=ft.path,It&&ft.boxes&&ft.boxes.length&&(Ot[Y]||(Ot[Y]=[])).push(...ft.boxes),$e=null,l&&(yr+=L("rect",{x:Et+ke,y:kt+fe+Ve,width:lt,height:Dt,fill:"transparent",stroke:"#575eff","stroke-width":1,transform:nt||void 0,"clip-path":at?`url(#${at})`:void 0})+L("line",{x1:Et+ie,x2:Et+ie+Q.width,y1:kt+fe+Ve+ot,y2:kt+fe+Ve+ot,stroke:"#14c000","stroke-width":1,transform:nt||void 0,"clip-path":at?`url(#${at})`:void 0}))}else if(fe+=ot+Ve,It&&!ge){let we=$t(fe),ke=J.getSVG(Z.replace(/(\t)+/g,""),{fontSize:O,left:Et+ie,top:kt+fe,letterSpacing:T,fontFeatureSettings:_},we);ke.boxes&&ke.boxes.length&&(Ot[Y]||(Ot[Y]=[])).push(...ke.boxes)}if(Ee!==null)Wt+=Ee+" ";else{let[we,ke]=fo({content:Z,filter:ze,id:a,left:Et+ie,top:kt+fe,width:ut,height:Dt,matrix:nt,opacity:Ft,image:ge,clipPathId:at,debug:l,shape:!!R},n);Ie+=we,De+=ke}if(le)break}if(n.textDecorationLine&&(it=Object.entries(Ue).map(([H,Q])=>{if(!Q)return"";let te=Ot[H]||[];return co({left:Et+Q.left,top:Q.top,width:Q.width,ascender:Q.ascender,clipPathId:at,matrix:nt,glyphBoxes:te},n)}).join("")),Wt){let H=(!mo(n.color)||ze)&&Ft!==0?`<g ${Tt?`mask="url(#${Tt})"`:""} ${at?`clip-path="url(#${at})"`:""}>`+L("path",{fill:ze&&(mo(n.color)||A&&Ru(n.color))?"black":n.color,d:Wt,transform:nt||void 0,[i.WebkitTextStrokeWidth||E||ze?"opacity":"fill-opacity"]:Ft!==1?Ft:void 0,style:E?`filter:${E}`:void 0,"stroke-width":i.WebkitTextStrokeWidth?`${i.WebkitTextStrokeWidth}px`:void 0,stroke:i.WebkitTextStrokeWidth?i.WebkitTextStrokeColor:void 0,"stroke-linejoin":i.WebkitTextStrokeWidth?"round":void 0,"paint-order":i.WebkitTextStrokeWidth?"stroke":void 0})+"</g>":"";R&&(De=L("path",{d:Wt,transform:nt||void 0})),Ie+=(ze?ze+L("g",{filter:`url(#satori_s-${a})`},H+it):H+it)+yr}else it&&(Ie+=ze?L("g",{filter:`url(#satori_s-${a})`},it):it);return De&&(n._inheritedBackgroundClipTextPath.value+=De),Ie}function vp(e,t){let r=e.Node.create();return r.setAlignItems(e.ALIGN_BASELINE),r.setJustifyContent(Ye(t,{left:e.JUSTIFY_FLEX_START,right:e.JUSTIFY_FLEX_END,center:e.JUSTIFY_CENTER,justify:e.JUSTIFY_SPACE_BETWEEN,start:e.JUSTIFY_FLEX_START,end:e.JUSTIFY_FLEX_END},e.JUSTIFY_FLEX_START,"textAlign")),r}function xp(e){let t=/(\t)+/.exec(e);return t?{index:t.index,tabCount:t[0].length}:{index:null,tabCount:0}}import{parseLinearGradient as Sp}from"css-gradient-parser";import wp from"parse-css-color";function ui(e,t,r,n,i){let o=[],s=t.at(-1),a=s&&s.offset&&s.offset.unit==="%"&&n?+s.offset.value:100;for(let c of t){let{color:m}=c;if(!o.length&&(o.push({offset:0,color:m}),!c.offset||c.offset.value==="0"))continue;let h=typeof c.offset>"u"?void 0:c.offset.unit==="%"?+c.offset.value/a:Number(X(`${c.offset.value}${c.offset.unit}`,r.fontSize,e,r,!0))/e;o.push({offset:h,color:m})}o.length||o.push({offset:0,color:"transparent"});let u=o[o.length-1];u.offset!==1&&(typeof u.offset>"u"?u.offset=1:n?o[o.length-1]={offset:1,color:u.color}:o.push({offset:1,color:u.color}));let l=0,f=1;for(let c=0;c<o.length;c++)if(typeof o[c].offset>"u"){for(f<c&&(f=c);typeof o[f].offset>"u";)f++;o[c].offset=(o[f].offset-o[l].offset)/(f-l)*(c-l)+o[l].offset}else l=c;return i==="mask"?o.map(c=>{let m=wp(c.color);return m?m.alpha===0?{...c,color:"rgba(0, 0, 0, 1)"}:{...c,color:`rgba(255, 255, 255, ${m.alpha})`}:c}):o}function Cu({id:e,width:t,height:r,repeatX:n,repeatY:i},o,s,a,u,l){let f=Sp(o),[c,m]=s,h=o.startsWith("repeating"),g,y,x;if(f.orientation.type==="directional")g=Tp(f.orientation.value),y=Math.sqrt(Math.pow((g.x2-g.x1)*c,2)+Math.pow((g.y2-g.y1)*m,2));else if(f.orientation.type==="angular"){let{length:T,..._}=Ep(ur(`${f.orientation.value.value}${f.orientation.value.unit}`)/180*Math.PI,c,m);y=T,g=_}x=h?kp(f.stops,y,g,u):g;let S=ui(h?_p(f.stops,y):y,f.stops,u,h,l),O=`satori_bi${e}`,E=`satori_pattern_${e}`,I=L("pattern",{id:E,x:a[0]/t,y:a[1]/r,width:n?c/t:"1",height:i?m/r:"1",patternUnits:"objectBoundingBox"},L("linearGradient",{id:O,...x,spreadMethod:h?"repeat":"pad"},S.map(T=>L("stop",{offset:(T.offset??0)*100+"%","stop-color":T.color})).join(""))+L("rect",{x:0,y:0,width:c,height:m,fill:`url(#${O})`}));return[E,I]}function _p(e,t){let r=e[e.length-1],{offset:n}=r;return n?n.unit==="%"?Number(n.value)/100*t:Number(n.value):t}function Tp(e){let t=0,r=0,n=0,i=0;return e.includes("top")?r=1:e.includes("bottom")&&(i=1),e.includes("left")?t=1:e.includes("right")&&(n=1),!t&&!n&&!r&&!i&&(r=1),{x1:t,y1:r,x2:n,y2:i}}function Ep(e,t,r){let n=Math.pow(r/t,2);e=(e%(Math.PI*2)+Math.PI*2)%(Math.PI*2);let i,o,s,a,u,l,f,c,m=h=>{if(h===0){i=0,o=r,s=0,a=0,u=r;return}else if(h===Math.PI/2){i=0,o=0,s=t,a=0,u=t;return}if(h>0&&h<Math.PI/2){i=(n*t/2/Math.tan(h)-r/2)/(Math.tan(h)+n/Math.tan(h)),o=Math.tan(h)*i+r,s=Math.abs(t/2-i)+t/2,a=r/2-Math.abs(o-r/2),u=Math.sqrt(Math.pow(s-i,2)+Math.pow(a-o,2)),f=(t/2/Math.tan(h)-r/2)/(Math.tan(h)+1/Math.tan(h)),c=Math.tan(h)*f+r,u=2*Math.sqrt(Math.pow(t/2-f,2)+Math.pow(r/2-c,2));return}else if(h>Math.PI/2&&h<Math.PI){i=(r/2+n*t/2/Math.tan(h))/(Math.tan(h)+n/Math.tan(h)),o=Math.tan(h)*i,s=Math.abs(t/2-i)+t/2,a=r/2+Math.abs(o-r/2),f=(t/2/Math.tan(h)+r/2)/(Math.tan(h)+1/Math.tan(h)),c=Math.tan(h)*f,u=2*Math.sqrt(Math.pow(t/2-f,2)+Math.pow(r/2-c,2));return}else h>=Math.PI&&(m(h-Math.PI),l=i,i=s,s=l,l=o,o=a,a=l)};return m(e),{x1:i/t,y1:o/r,x2:s/t,y2:a/r,length:u}}function kp(e,t,r,n){let{x1:i,x2:o,y1:s,y2:a}=r,u=e[0].offset?e[0].offset.unit==="%"?Number(e[0].offset.value)/100:X(`${e[0].offset.value}${e[0].offset.unit}`,n.fontSize,t,n,!0)/t:0,l=e.at(-1).offset?e.at(-1).offset.unit==="%"?Number(e.at(-1).offset.value)/100:X(`${e.at(-1).offset.value}${e.at(-1).offset.unit}`,n.fontSize,t,n,!0)/t:1,f=(o-i)*u+i,c=(a-s)*u+s,m=(o-i)*l+i,h=(a-s)*l+s;return{x1:f,y1:c,x2:m,y2:h}}import{parseRadialGradient as Pp}from"css-gradient-parser";function Mu({id:e,width:t,height:r,repeatX:n,repeatY:i},o,s,a,u,l){var pe;let{shape:f,stops:c,position:m,size:h,repeating:g}=Pp(o),[y,x]=s,S=y/2,O=x/2,E=Ip(m.x,m.y,y,x,u.fontSize,u);S=E.x,O=E.y;let I=Op(t,c,g,u),T=ui(I,c,u,g,l),_=`satori_radial_${e}`,R=`satori_pattern_${e}`,A=`satori_mask_${e}`,q=Ap(f,h,u.fontSize,{x:S,y:O},[y,x],u,g),G=Rp(f,u.fontSize,c,[y,x],u,g,q),ne=L("pattern",{id:R,x:a[0]/t,y:a[1]/r,width:n?y/t:"1",height:i?x/r:"1",patternUnits:"objectBoundingBox"},L("radialGradient",{id:_,...G},T.map(ce=>L("stop",{offset:ce.offset||0,"stop-color":ce.color})).join(""))+L("mask",{id:A},L("rect",{x:0,y:0,width:y,height:x,fill:"#fff"}))+L("rect",{x:0,y:0,width:y,height:x,fill:((pe=T.at(-1))==null?void 0:pe.color)||"transparent"})+L(f,{cx:S,cy:O,width:y,height:x,...q,fill:`url(#${_})`,mask:`url(#${A})`}));return[R,ne]}function Op(e,t,r,n){if(!r)return e;let i=t.at(-1);return!i||!i.offset||i.offset.unit==="%"?e:X(`${i.offset.value}${i.offset.unit}`,+n.fontSize,e,n,!0)}function Ip(e,t,r,n,i,o){let s={x:r/2,y:n/2};return e.type==="keyword"?Object.assign(s,Lu(e.value,r,n,"x")):s.x=X(`${e.value.value}${e.value.unit}`,i,r,o,!0)??r/2,t.type==="keyword"?Object.assign(s,Lu(t.value,r,n,"y")):s.y=X(`${t.value.value}${t.value.unit}`,i,n,o,!0)??n/2,s}function Lu(e,t,r,n){switch(e){case"center":return{[n]:n==="x"?t/2:r/2};case"left":return{x:0};case"top":return{y:0};case"right":return{x:t};case"bottom":return{y:r}}}function Rp(e,t,r,[n,i],o,s,a){let{r:u,rx:l,ratio:f=1}=a;if(!s)return{spreadMethod:"pad"};let c=r.at(-1),m=e==="circle"?u*2:l*2;return{spreadMethod:"repeat",cx:"50%",cy:"50%",r:c.offset.unit==="%"?`${Number(c.offset.value)*Math.min(i/n,1)/f}%`:Number(X(`${c.offset.value}${c.offset.unit}`,t,n,o,!0)/m)}}function Ap(e,t,r,n,i,o,s){let[a,u]=i,{x:l,y:f}=n,c={},m=0,h=0;if(Cp(t)){if(t.some(g=>g.value.value.startsWith("-")))throw new Error("disallow setting negative values to the size of the shape. Check https://w3c.github.io/csswg-drafts/css-images/#valdef-rg-size-length-0");return e==="circle"?Object.assign(c,{r:Number(X(`${t[0].value.value}${t[0].value.unit}`,r,a,o,!0))}):Object.assign(c,{rx:Number(X(`${t[0].value.value}${t[0].value.unit}`,r,a,o,!0)),ry:Number(X(`${t[1].value.value}${t[1].value.unit}`,r,u,o,!0))}),li(c,a,u,l,f,s,e),c}switch(t[0].value){case"farthest-corner":m=Math.max(Math.abs(a-l),Math.abs(l)),h=Math.max(Math.abs(u-f),Math.abs(f));break;case"closest-corner":m=Math.min(Math.abs(a-l),Math.abs(l)),h=Math.min(Math.abs(u-f),Math.abs(f));break;case"farthest-side":return e==="circle"?c.r=Math.max(Math.abs(a-l),Math.abs(l),Math.abs(u-f),Math.abs(f)):(c.rx=Math.max(Math.abs(a-l),Math.abs(l)),c.ry=Math.max(Math.abs(u-f),Math.abs(f))),li(c,a,u,l,f,s,e),c;case"closest-side":return e==="circle"?c.r=Math.min(Math.abs(a-l),Math.abs(l),Math.abs(u-f),Math.abs(f)):(c.rx=Math.min(Math.abs(a-l),Math.abs(l)),c.ry=Math.min(Math.abs(u-f),Math.abs(f))),li(c,a,u,l,f,s,e),c}return e==="circle"?c.r=Math.sqrt(m*m+h*h):Object.assign(c,Nu(m,h)),li(c,a,u,l,f,s,e),c}function li(e,t,r,n,i,o,s){if(o)if(s==="ellipse"){let a=Math.max(Math.abs(t-n),Math.abs(n)),u=Math.max(Math.abs(r-i),Math.abs(i)),{rx:l,ry:f}=Nu(a,u);e.ratio=Math.max(l/e.rx,f/e.ry),e.ratio>1&&(e.rx*=e.ratio,e.ry*=e.ratio)}else{let a=Math.max(Math.abs(t-n),Math.abs(n)),u=Math.max(Math.abs(r-i),Math.abs(i)),l=Math.sqrt(a*a+u*u);e.ratio=l/e.r,e.ratio>1&&(e.r=l)}}function Nu(e,t){let r=t!==0?e/t:1;if(e===0)return{rx:0,ry:0};{let n=Math.sqrt(e*e+t*t*r*r)/r;return{ry:n,rx:n*r}}}function Cp(e){return!e.some(t=>t.type==="keyword")}import Fu from"parse-css-color";function yo(e,t){return typeof e=="string"&&e.endsWith("%")?t*parseFloat(e)/100:+e}function Lp(e,t,r,n,i){if(!n||!i)return[t,r];if(e==="cover"){let o=t/n,s=r/i,a=Math.max(o,s);return[n*a,i*a]}if(e==="contain"){let o=t/n,s=r/i,a=Math.min(o,s);return[n*a,i*a]}if(e==="auto"||e.includes("auto")){let o=e.split(" "),s=o[0]||"auto",a=o[1]||o[0]||"auto",u=n,l=i;if(s==="auto"&&a!=="auto"){let f=yo(a,r);l=f,u=n/i*f}else if(a==="auto"&&s!=="auto"){let f=yo(s,t);u=f,l=i/n*f}return[u,l]}return[t,r]}function bo(e,{x:t,y:r,defaultX:n,defaultY:i}){return(e?e.split(" ").map(o=>{try{let s=new wt(o);return s.type==="length"||s.type==="number"?s.value:s.value+s.unit}catch{return null}}).filter(o=>o!==null):[n,i]).map((o,s)=>yo(o,[t,r][s]))}async function Jr({id:e,width:t,height:r,left:n,top:i},{image:o,size:s,position:a,repeat:u},l,f){u=u||"repeat",f=f||"background";let c=u==="repeat-x"||u==="repeat",m=u==="repeat-y"||u==="repeat",h=s&&(s==="cover"||s==="contain"||s==="auto"||s.includes("auto")),g=o.startsWith("linear-gradient(")||o.startsWith("repeating-linear-gradient(")||o.startsWith("radial-gradient(")||o.startsWith("repeating-radial-gradient("),y=h&&g?[t,r]:h?[0,0]:bo(s,{x:t,y:r,defaultX:t,defaultY:r}),x=bo(a,{x:t,y:r,defaultX:0,defaultY:0});if(o.startsWith("linear-gradient(")||o.startsWith("repeating-linear-gradient("))return Cu({id:e,width:t,height:r,repeatX:c,repeatY:m},o,y,x,l,f);if(o.startsWith("radial-gradient(")||o.startsWith("repeating-radial-gradient("))return Mu({id:e,width:t,height:r,repeatX:c,repeatY:m},o,y,x,l,f);if(o.startsWith("url(")){let[S,O,E]=await Or(o.slice(4,-1)),I,T;if(h){let[_,R]=Lp(s,t,r,O,E);I=_,T=R}else{let _=bo(s,{x:t,y:r,defaultX:0,defaultY:0});I=f==="mask"?O||_[0]:_[0]||O,T=f==="mask"?E||_[1]:_[1]||E}return[`satori_bi${e}`,L("pattern",{id:`satori_bi${e}`,patternContentUnits:"userSpaceOnUse",patternUnits:"userSpaceOnUse",x:x[0]+n,y:x[1]+i,width:c?I:"100%",height:m?T:"100%"},L("image",{x:0,y:0,width:I,height:T,preserveAspectRatio:"none",href:S}))]}if(Fu(o)){let S=Fu(o),[O,E,I,T]=S.values,R=`rgba(${O},${E},${I},${T!==void 0?T:1})`;return[`satori_bi${e}`,L("pattern",{id:`satori_bi${e}`,patternContentUnits:"userSpaceOnUse",patternUnits:"userSpaceOnUse",x:n,y:i,width:t,height:r},L("rect",{x:0,y:0,width:t,height:r,fill:R}))]}throw new Error(`Invalid background image: "${o}"`)}function Mp([e,t]){return Math.round(e*1e3)===0&&Math.round(t*1e3)===0?0:Math.round(e*t/Math.sqrt(e*e+t*t)*1e3)/1e3}function fi(e,t,r){return r<e+t&&(r/2<e&&r/2<t?e=t=r/2:r/2<e?e=r-t:r/2<t&&(t=r-e)),[e,t]}function ci(e){e[0]=e[1]=Math.min(e[0],e[1])}function di(e,t,r,n,i){if(typeof e=="string"){let o=e.split(" ").map(a=>a.trim()),s=!o[1]&&!o[0].endsWith("%");return o[1]=o[1]||o[0],[s,[Math.min(X(o[0],n,t,i,!0),t),Math.min(X(o[1],n,r,i,!0),r)]]}return typeof e=="number"?[!0,[Math.min(e,t),Math.min(e,r)]]:[!0,void 0]}var pi=e=>e&&e[0]!==0&&e[1]!==0;function hi(e){return typeof e!="string"?1:uo(e)}function mi(e,t,r,n,i){if(i===1/0)return[e,r,t];if(i===-1/0)return[e,n,t];if(i===0)return[e,[(e[0]+t[0])/2,(e[1]+t[1])/2],t];let o=i<0?r:n,s=Math.pow(2,1-Math.abs(i));if(s===0)return i>0?[e,r,t]:[e,n,t];let a=[],u=16;for(let l=0;l<=u;l++){let f=Math.PI*l/u/2,c=Math.pow(Math.sin(f),s),m=Math.pow(Math.cos(f),s);a.push([o[0]+(t[0]-o[0])*c+(e[0]-o[0])*m,o[1]+(t[1]-o[1])*c+(e[1]-o[1])*m])}return a}function cr(e){return`${Math.round(e[0]*1e3)/1e3},${Math.round(e[1]*1e3)/1e3}`}function Wu(e,t,r,n){return Math.min(1,r/(e[0]+t[0]||r),n/(e[1]+t[1]||n))}function Np(e,t,r,n,i,o,s){s!=null&&s.every(Boolean)&&(s=void 0);let a=e+r,u=t+n,[l,f,c,m]=i,h=[mi([e,t+l[1]],[e+l[0],t],[e,t],[e+l[0],t+l[1]],o[0]),mi([a-f[0],t],[a,t+f[1]],[a,t],[a-f[0],t+f[1]],o[1]),mi([a,u-c[1]],[a-c[0],u],[a,u],[a-c[0],u-c[1]],o[2]),mi([e+m[0],u],[e,u-m[1]],[e,u],[e+m[0],u-m[1]],o[3])];if(s){let y=s.indexOf(!0);if(y===-1)throw new Error("Invalid `partialSides`.");for(;s[(y+3)%4];)y=(y+3)%4;let x=h[y],S=Math.floor(x.length/2),O=`M${cr(x[S])}`,E=y;do{let I=h[E],T=Math.floor(I.length/2);for(let A=T+1;A<I.length;A++)O+=` L${cr(I[A])}`;let _=h[(E+1)%4];O+=` L${cr(_[0])}`;let R=Math.floor(_.length/2);for(let A=1;A<=R;A++)O+=` L${cr(_[A])}`;E=(E+1)%4}while(s[E]&&E!==y);return O}let g=`M${cr(h[0][h[0].length-1])}`;for(let y=0;y<4;y++){let x=h[(y+1)%4];g+=` L${cr(x[0])}`;for(let S=1;S<x.length;S++)g+=` L${cr(x[S])}`}return g+" Z"}function Du({id:e,borderRadiusPath:t,borderType:r,left:n,top:i,width:o,height:s},a){let u=`satori_brc-${e}`;return[L("clipPath",{id:u},L(r,{x:n,y:i,width:o,height:s,d:t||void 0})),u]}function Zt({left:e,top:t,width:r,height:n},i,o){let{borderTopLeftRadius:s,borderTopRightRadius:a,borderBottomLeftRadius:u,borderBottomRightRadius:l,fontSize:f}=i,c=[hi(i.cornerTopLeftShape),hi(i.cornerTopRightShape),hi(i.cornerBottomRightShape),hi(i.cornerBottomLeftShape)],m,h,g,y;if([m,s]=di(s,r,n,f,i),[h,a]=di(a,r,n,f,i),[g,u]=di(u,r,n,f,i),[y,l]=di(l,r,n,f,i),!o&&!pi(s)&&!pi(a)&&!pi(u)&&!pi(l))return"";if(s||=[0,0],a||=[0,0],u||=[0,0],l||=[0,0],[s[0],a[0]]=fi(s[0],a[0],r),[u[0],l[0]]=fi(u[0],l[0],r),[s[1],u[1]]=fi(s[1],u[1],n),[a[1],l[1]]=fi(a[1],l[1],n),m&&ci(s),h&&ci(a),g&&ci(u),y&&ci(l),c.some(T=>T<0)){let T=Math.min(Wu(s,l,r,n),Wu(a,u,r,n));if(T<1)for(let _ of[s,a,l,u])_[0]*=T,_[1]*=T}if(c.some(T=>T!==1))return Np(e,t,r,n,[s,a,l,u],c,o);let x=[];x[0]=[a,a],x[1]=[l,[-l[0],l[1]]],x[2]=[u,[-u[0],-u[1]]],x[3]=[s,[s[0],-s[1]]];let S=`h${r-s[0]-a[0]} a${x[0][0]} 0 0 1 ${x[0][1]}`,O=`v${n-a[1]-l[1]} a${x[1][0]} 0 0 1 ${x[1][1]}`,E=`h${l[0]+u[0]-r} a${x[2][0]} 0 0 1 ${x[2][1]}`,I=`v${u[1]+s[1]-n} a${x[3][0]} 0 0 1 ${x[3][1]}`;if(o){let _=function(pe){let ce=Mp([s,a,l,u][pe]);return pe===0?[[e+s[0]-ce,t+s[1]-ce],[e+s[0],t]]:pe===1?[[e+r-a[0]+ce,t+a[1]-ce],[e+r,t+a[1]]]:pe===2?[[e+r-l[0]+ce,t+n-l[1]+ce],[e+r-l[0],t+n]]:[[e+u[0]-ce,t+n-u[1]+ce],[e,t+n-u[1]]]},T=o.indexOf(!1);if(!o.includes(!0))throw new Error("Invalid `partialSides`.");if(T===-1)T=0;else for(;!o[T];)T=(T+1)%4;let R="",A=_(T),q=`M${A[0]} A${x[(T+3)%4][0]} 0 0 1 ${A[1]}`,G=0;for(;G<4&&o[(T+G)%4];G++)R+=q+" ",q=[S,O,E,I][(T+G)%4];let ne=(T+G)%4;R+=q.split(" ")[0];let re=_(ne);return R+=` A${x[(ne+3)%4][0]} 0 0 1 ${re[0]}`,R}return`M${e+s[0]},${t} ${S} ${O} ${E} ${I}`}function $u(e,t,r){return r[e+"Width"]===r[t+"Width"]&&r[e+"Style"]===r[t+"Style"]&&r[e+"Color"]===r[t+"Color"]}function Bu({id:e,currentClipPathId:t,borderPath:r,borderType:n,left:i,top:o,width:s,height:a},u){if(!(u.borderTopWidth||u.borderRightWidth||u.borderBottomWidth||u.borderLeftWidth))return null;let f=`satori_bc-${e}`;return[L("clipPath",{id:f,"clip-path":t?`url(#${t})`:void 0},L(n,{x:i,y:o,width:s,height:a,d:r||void 0})),f]}function Zr({left:e,top:t,width:r,height:n,props:i,asContentMask:o,maskBorderOnly:s},a){let u=["borderTop","borderRight","borderBottom","borderLeft"];if(!o&&!u.some(h=>a[h+"Width"]))return"";let l="",f=0;for(;f>0&&$u(u[f],u[(f+3)%4],a);)f=(f+3)%4;let c=[!1,!1,!1,!1],m=[];for(let h=0;h<4;h++){let g=(f+h)%4,y=(f+h+1)%4,x=u[g],S=u[y];if(c[g]=!0,m=[a[x+"Width"],a[x+"Style"],a[x+"Color"],x],!$u(x,S,a)){let O=(m[0]||0)+(o&&!s&&a[x.replace("border","padding")]||0);O&&(l+=L("path",{width:r,height:n,...i,fill:"none",stroke:o?"#000":m[2],"stroke-width":O*2,"stroke-dasharray":!o&&m[1]==="dashed"?O*2+" "+O:void 0,d:Zt({left:e,top:t,width:r,height:n},a,c)})),c=[!1,!1,!1,!1]}}if(c.some(Boolean)){let h=(m[0]||0)+(o&&!s&&a[m[3].replace("border","padding")]||0);h&&(l+=L("path",{width:r,height:n,...i,fill:"none",stroke:o?"#000":m[2],"stroke-width":h*2,"stroke-dasharray":!o&&m[1]==="dashed"?h*2+" "+h:void 0,d:Zt({left:e,top:t,width:r,height:n},a,c)}))}return l}function vo({id:e,left:t,top:r,width:n,height:i,matrix:o,borderOnly:s},a){let u=(a.borderLeftWidth||0)+(s?0:a.paddingLeft||0),l=(a.borderTopWidth||0)+(s?0:a.paddingTop||0),f=(a.borderRightWidth||0)+(s?0:a.paddingRight||0),c=(a.borderBottomWidth||0)+(s?0:a.paddingBottom||0),m={x:t+u,y:r+l,width:n-u-f,height:i-l-c};return L("mask",{id:e},L("rect",{...m,fill:"#fff",transform:a.overflow==="hidden"&&a.transform&&o?o:void 0,mask:a._inheritedMaskId?`url(#${a._inheritedMaskId})`:void 0})+Zr({left:t,top:r,width:n,height:i,props:{transform:o||void 0},asContentMask:!0,maskBorderOnly:s},a))}import{getStylesForProperty as zu}from"css-to-react-native";var So={left:0,"x-start":0,center:.5,right:1,"x-end":1},_o={top:0,"y-start":0,center:.5,bottom:1,"y-end":1};function At(e){return Math.round(e*1e3)/1e3}function qu(e,t,r,n){let i=e.match(/^shape\((.*)\)$/s);if(!i)return null;let o=zt(i[1]),s=o.shift();if(!s)throw new Error("Invalid `shape()` value.");let a=s.match(/^(?:(nonzero|evenodd)\s+)?from\s+(.+)$/);if(!a)throw new Error("Invalid `shape()` starting point.");let u=a[1]||"nonzero",l=To(Uu(a[2]),t,r,n),f=l,c=`M${At(l[0])},${At(l[1])}`;for(let m of o){let h=Uu(m),g=h.shift();if(g==="close"){if(h.length)throw new Error("Invalid `close` command in `shape()`.");c+=" Z",l=f;continue}if(g==="move"||g==="line"){let y=xo(h,l,t,r,n);c+=` ${g==="move"?"M":"L"}${At(y[0])},${At(y[1])}`,l=y,g==="move"&&(f=y);continue}if(g==="hline"||g==="vline"){let y=g==="hline"?0:1,x=h.shift(),S=h.shift();if(x!=="to"&&x!=="by"||!S||h.length)throw new Error(`Invalid \`${g}\` command in \`shape()\`.`);let O=y===0?t:r,E=y===0?So:_o,I=x==="to"&&S in E?E[S]*O:er(S,O,n);l=[...l],l[y]=x==="by"?l[y]+I:I,c+=` ${y===0?"H":"V"}${At(l[y])}`;continue}if(g==="curve"||g==="smooth"){let y=h.indexOf("with"),x=y===-1?h:h.slice(0,y),S=y===-1?[]:h.slice(y+1),O=x[0],E=xo(x,l,t,r,n);if(g==="curve"&&y===-1)throw new Error("A `curve` command requires a control point.");let I=Fp(S).map(T=>Wp(T,l,E,t,r,n));if(g==="curve")if(I.length===1)c+=` Q${Vt(I[0])} ${Vt(E)}`;else if(I.length===2)c+=` C${Vt(I[0])} ${Vt(I[1])} ${Vt(E)}`;else throw new Error("A `curve` command accepts one or two control points.");else if(!I.length)c+=` T${Vt(E)}`;else if(I.length===1)c+=` S${Vt(I[0])} ${Vt(E)}`;else throw new Error("A `smooth` command accepts at most one control point.");l=E;continue}if(g==="arc"){let y=h.findIndex(A=>["of","cw","ccw","large","small","rotate"].includes(A)),x=y===-1?h:h.slice(0,y),S=y===-1?[]:h.slice(y),O=xo(x,l,t,r,n),E=0,I=0,T=0,_=0,R=0;for(let A=0;A<S.length;A++){let q=S[A];if(q==="of"){let G=S[++A];if(!G)throw new Error("Invalid `arc` radius in `shape()`.");let ne=S[A+1],re=ne&&!["cw","ccw","large","small","rotate"].includes(ne);if(re&&A++,re)E=er(G,t,n),I=er(ne,r,n);else{let pe=Math.sqrt(t*t+r*r)/Math.sqrt(2);E=I=er(G,pe,n)}}else if(q==="cw"||q==="ccw")R=q==="cw"?1:0;else if(q==="large"||q==="small")_=q==="large"?1:0;else if(q==="rotate"){let G=S[++A];if(!G)throw new Error("Invalid `arc` rotation in `shape()`.");let ne=ur(G);if(typeof ne>"u")throw new Error("Invalid `arc` rotation in `shape()`.");T=ne}else throw new Error("Invalid `arc` option in `shape()`.")}c+=` A${At(Math.abs(E))},${At(Math.abs(I))} ${At(T)} ${_} ${R} ${Vt(O)}`,l=O;continue}throw new Error(`Unsupported \`${g}\` command in \`shape()\`.`)}return{type:"path",d:c,"fill-rule":u}}function Uu(e){return e.trim().replace(/\//g," / ").split(/\s+/).filter(Boolean)}function Fp(e){if(!e.length)return[];let t=e.indexOf("/");return t===-1?[e]:[e.slice(0,t),e.slice(t+1)]}function xo(e,t,r,n,i){let o=e[0];if(o!=="to"&&o!=="by")throw new Error("A `shape()` command must use `to` or `by`.");let s=To(e.slice(1),r,n,i);return o==="by"?[t[0]+s[0],t[1]+s[1]]:s}function Wp(e,t,r,n,i,o){let s=e.indexOf("from"),a=s===-1?e:e.slice(0,s),u=s===-1?void 0:e[s+1];if(s!==-1&&(s+2!==e.length||!u))throw new Error("Invalid control point reference in `shape()`.");let l=To(a,n,i,o,!0);return u==="start"||!u&&!Dp(e)?[t[0]+l[0],t[1]+l[1]]:u==="end"?[r[0]+l[0],r[1]+l[1]]:l}function To(e,t,r,n,i=!1){if(!e.length||e.length>4)throw new Error("Invalid position in `shape()`.");let o,s,a=[...e];for(let u=0;u<a.length;u++){let l=a[u];if(l==="left"||l==="right"||l==="x-start"||l==="x-end"){let f=a[u+1];if(f&&!wo(f)){let c=er(f,t,n);o=l==="left"||l==="x-start"?c:t-c,u++}else o=So[l]*t}else if(l==="top"||l==="bottom"||l==="y-start"||l==="y-end"){let f=a[u+1];if(f&&!wo(f)){let c=er(f,r,n);s=l==="top"||l==="y-start"?c:r-c,u++}else s=_o[l]*r}else if(l==="center")if(o===void 0)o=t/2;else if(s===void 0)s=r/2;else throw new Error("Invalid position in `shape()`.");else if(o===void 0)o=er(l,t,n);else if(s===void 0)s=er(l,r,n);else throw new Error("Invalid position in `shape()`.")}return!i&&e.length===1&&s===void 0&&(s=r/2),[o??(i?0:t/2),s??(i?0:r/2)]}function wo(e){return e in So||e in _o}function Dp(e){return e.some(wo)}function er(e,t,r){let n=X(e,r.fontSize,t,r,!0);if(typeof n>"u")throw new Error(`Invalid length \`${e}\` in \`shape()\`.`);return n}function Vt(e){return`${At(e[0])},${At(e[1])}`}var Rr={circle:/circle\((.+)\)/,ellipse:/ellipse\((.+)\)/,path:/path\((.+)\)/,polygon:/polygon\((.+)\)/,inset:/inset\((.+)\)/,shape:/shape\((.+)\)/};function Vu({width:e,height:t},r,n){function i(f){let c=f.match(Rr.circle);if(!c)return null;let[,m]=c,[h,g=""]=m.split("at").map(S=>S.trim()),{x:y,y:x}=ju(g,e,t);return{type:"circle",r:X(h,n.fontSize,Math.sqrt(Math.pow(e,2)+Math.pow(t,2))/Math.sqrt(2),n,!0),cx:X(y,n.fontSize,e,n,!0),cy:X(x,n.fontSize,t,n,!0)}}function o(f){let c=f.match(Rr.ellipse);if(!c)return null;let[,m]=c,[h,g=""]=m.split("at").map(E=>E.trim()),[y,x]=h.split(" "),{x:S,y:O}=ju(g,e,t);return{type:"ellipse",rx:X(y||"50%",n.fontSize,e,n,!0),ry:X(x||"50%",n.fontSize,t,n,!0),cx:X(S,n.fontSize,e,n,!0),cy:X(O,n.fontSize,t,n,!0)}}function s(f){let c=f.match(Rr.path);if(!c)return null;let[m,h]=Gu(c[1]);return{type:"path",d:h,"fill-rule":m}}function a(f){let c=f.match(Rr.polygon);if(!c)return null;let[m,h]=Gu(c[1]);return{type:"polygon","fill-rule":m,points:h.split(",").map(g=>g.split(" ").map((y,x)=>X(y,n.fontSize,x===0?e:t,n,!0)).join(" ")).join(",")}}function u(f){let c=f.match(Rr.inset);if(!c)return null;let[m,h]=(c[1].includes("round")?c[1]:`${c[1].trim()} round 0`).split("round"),g=zu("borderRadius",h,!0),y=Object.values(g).map(T=>String(T)).map((T,_)=>X(T,n.fontSize,_===0||_===2?t:e,n,!0)||0),x=Object.values(zu("margin",m,!0)).map(T=>String(T)).map((T,_)=>X(T,n.fontSize,_===0||_===2?t:e,n,!0)||0),S=x[3],O=x[0],E=e-(x[1]+x[3]),I=t-(x[0]+x[2]);return y.some(T=>T>0)?{type:"path",d:Zt({left:S,top:O,width:E,height:I},{...r,...g})}:{type:"rect",x:S,y:O,width:E,height:I}}function l(f){return Rr.shape.test(f)?qu(f,e,t,n):null}return{parseCircle:i,parseEllipse:o,parsePath:s,parsePolygon:a,parseInset:u,parseShape:l}}function Gu(e){let[,t="nonzero",r]=e.replace(/('|")/g,"").match(/^(nonzero|evenodd)?,?(.+)/)||[];return[t,r]}function ju(e,t,r){let n=e.split(" "),i={x:n[0]||"50%",y:n[1]||"50%"};return n.forEach(o=>{o==="top"?i.y=0:o==="bottom"?i.y=r:o==="left"?i.x=0:o==="right"?i.x=t:o==="center"&&(i.x=t/2,i.y=r/2)}),i}function gi(e){return`satori_cp-${e}`}function Hu(e){return`url(#${gi(e)})`}function Yu(e,t,r){if(t.clipPath==="none")return"";let n=Vu(e,t,r),i=t.clipPath,o={type:""};for(let s of Object.keys(n))if(o=n[s](i),o)break;if(o){let{type:s,...a}=o;return L("clipPath",{id:gi(e.id),"clip-path":e.currentClipPath,transform:`translate(${e.left}, ${e.top})`},L(s,a))}return""}function Eo({left:e,top:t,width:r,height:n,path:i,matrix:o,id:s,currentClipPath:a,src:u},l,f){let c="",m=l.clipPath&&l.clipPath!=="none"?Yu({left:e,top:t,width:r,height:n,path:i,id:s,matrix:o,currentClipPath:a,src:u},l,f):"";if(l.overflow!=="hidden"&&!u)c="";else{let g=m?`satori_ocp-${s}`:gi(s);c=L("clipPath",{id:g,"clip-path":a},L(i?"path":"rect",{x:e,y:t,width:r,height:n,d:i||void 0,transform:l.overflow==="hidden"&&l.transform&&o?o:void 0}))}let h=vo({id:`satori_om-${s}`,left:e,top:t,width:r,height:n,matrix:o,borderOnly:!u},l);return m+c+h}var $p=e=>`satori_mi-${e}`;async function ko(e,t,r){if(!t.maskImage)return["",""];let{left:n,top:i,width:o,height:s,id:a}=e,u=t.maskImage,l=u.length;if(!l)return["",""];let f=$p(a),c="";for(let m=0;m<l;m++){let h=u[m],[g,y]=await Jr({id:`${f}-${m}`,left:n,top:i,width:o,height:s},h,r,"mask");c+=y+L("rect",{x:n,y:i,width:o,height:s,fill:`url(#${g})`})}return c=L("mask",{id:f},c),[f,c]}function Xu({id:e,left:t,top:r,width:n,height:i,path:o,type:s,matrix:a,currentClipPath:u,mask:l,filters:f}){if(!f.length)return["",""];let c=`satori_bf-${e}`,m=`satori_bfc-${e}`,h=Up(f),g="BackgroundImage",y="";f.forEach((O,E)=>{let I=`${c}-${E}`;y+=Bp(O,g,I),g=I});let x=L("filter",{id:c,x:t-h.left,y:r-h.top,width:n+h.left+h.right,height:i+h.top+h.bottom,filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"},y)+L("clipPath",{id:m,"clip-path":u},L(s,{x:t,y:r,width:n,height:i,d:o||void 0,transform:a||void 0})),S=L(s,{x:t,y:r,width:n,height:i,d:o||void 0,fill:"#000",transform:a||void 0,filter:`url(#${c})`,"clip-path":`url(#${m})`,mask:l});return[x,S]}function Bp(e,t,r){if(e.type==="blur")return L("feGaussianBlur",{in:t,stdDeviation:e.value,result:r});if(e.type==="hue-rotate")return L("feColorMatrix",{in:t,type:"hueRotate",values:e.value,result:r});if(e.type==="saturate"||e.type==="grayscale")return L("feColorMatrix",{in:t,type:"saturate",values:e.type==="grayscale"?1-e.value:e.value,result:r});if(e.type==="sepia"){let s=e.value,a=1-s;return L("feColorMatrix",{in:t,type:"matrix",values:[a+.393*s,.769*s,.189*s,0,0,.349*s,a+.686*s,.168*s,0,0,.272*s,.534*s,a+.131*s,0,0,0,0,0,1,0].join(" "),result:r})}if(e.type==="drop-shadow"){let s=`${r}-input`;return L("feComposite",{in:t,in2:"SourceAlpha",operator:"in",result:s})+L("feDropShadow",{in:s,dx:e.offsetX,dy:e.offsetY,stdDeviation:e.blurRadius,"flood-color":e.color,result:r})}let n=e.value,i=e.type==="brightness"?{slope:n}:e.type==="contrast"?{slope:n,intercept:.5-.5*n}:e.type==="invert"?{slope:1-2*n,intercept:n}:{slope:n},o=e.type==="opacity"?["A"]:["R","G","B"];return L("feComponentTransfer",{in:t,result:r},o.map(s=>L(`feFunc${s}`,{type:"linear",...i})).join(""))}function Up(e){let t=0,r=0,n=0,i=0;for(let o of e)if(o.type==="blur"){let s=o.value*3;t=Math.max(t,s),r=Math.max(r,s),n=Math.max(n,s),i=Math.max(i,s)}else if(o.type==="drop-shadow"){let s=o.blurRadius*3;t=Math.max(t,s-o.offsetX),r=Math.max(r,s-o.offsetY),n=Math.max(n,s+o.offsetX),i=Math.max(i,s+o.offsetY)}return{left:t,top:r,right:n,bottom:i}}function qp(e,t,r){let n=e.toLowerCase().trim().split(/\s+/),i=(u,l)=>({left:"0%",center:"50%",right:"100%",top:"0%",bottom:"100%"})[u]||u,o,s;if(n.length===1){let u=n[0];u==="left"||u==="center"||u==="right"?(o=i(u,"x"),s="50%"):u==="top"||u==="bottom"?(o="50%",s=i(u,"y")):(o=u,s="50%")}else{let u=n[0],l=n[1];u==="top"||u==="bottom"?(s=i(u,"y"),l==="left"||l==="right"||l==="center"?o=i(l,"x"):(o="50%",s=u==="top"||u==="bottom"?i(u,"y"):l)):(o=i(u,"x"),s=i(l,"y"))}let a=(u,l)=>{try{if(u.endsWith("%"))return l*parseFloat(u)/100;let f=new wt(u);return f.type==="length"||f.type==="number"?f.value:0}catch{return 0}};return[a(o,t),a(s,r)]}async function en({id:e,left:t,top:r,width:n,height:i,isInheritingTransform:o,src:s,debug:a},u,l){if(u.display==="none")return"";let f=!!s,c="rect",m="",h="",g=[],y=1,x="";u.backgroundColor&&g.push(u.backgroundColor),u.opacity!==void 0&&(y=+u.opacity),u.transform&&(m=Qr({left:t,top:r,width:n,height:i},u.transform,o,u.transformOrigin));let S="";if(u.backgroundImage){let me=[];for(let J=0;J<u.backgroundImage.length;J++){let tt=u.backgroundImage[J],Xe=await Jr({id:e+"_"+J,width:n,height:i,left:t,top:r},tt,l);Xe&&me.unshift(Xe)}for(let J of me)g.push(`url(#${J[0]})`),h+=J[1],J[2]&&(S+=J[2])}let[O,E]=await ko({id:e,left:t,top:r,width:n,height:i},u,l);h+=E;let I=O?`url(#${O})`:u._inheritedMaskId?`url(#${u._inheritedMaskId})`:void 0,T=Zt({left:t,top:r,width:n,height:i},u);T&&(c="path");let _=u._inheritedClipPathId;a&&(x=L("rect",{x:t,y:r,width:n,height:i,fill:"transparent",stroke:"#ff5757","stroke-width":1,transform:m||void 0,"clip-path":_?`url(#${_})`:void 0}));let{backgroundClip:R,filter:A}=u,q=R==="text"?`url(#satori_bct-${e})`:_?`url(#${_})`:u.clipPath?Hu(e):void 0,G=Eo({left:t,top:r,width:n,height:i,path:T,id:e,matrix:m,currentClipPath:q,src:s},u,l),[ne,re]=Xu({id:e,left:t,top:r,width:n,height:i,path:T,type:c,matrix:m||void 0,currentClipPath:q,mask:I,filters:u._backdropFilters||[]});h+=ne;let pe=y!==1&&!f&&g.length===1&&!re&&!S&&!A&&!I&&!u.boxShadow&&!(u.borderTopWidth||u.borderRightWidth||u.borderBottomWidth||u.borderLeftWidth),ce=g.map(me=>L(c,{x:t,y:r,width:n,height:i,fill:me,"fill-opacity":pe?y:void 0,d:T||void 0,transform:m||void 0,"clip-path":u.transform?void 0:q,style:A?`filter:${A}`:void 0,mask:u.transform?void 0:I})).join(""),Ne=Bu({id:e,left:t,top:r,width:n,height:i,currentClipPathId:_,borderPath:T,borderType:c},u),Re;if(f){let me=(u.borderLeftWidth||0)+(u.paddingLeft||0),J=(u.borderTopWidth||0)+(u.paddingTop||0),tt=(u.borderRightWidth||0)+(u.paddingRight||0),Xe=(u.borderBottomWidth||0)+(u.paddingBottom||0),xe=n-me-tt,Ce=i-J-Xe,Oe=(u.objectPosition||"center").toString(),[K,ve]=qp(Oe,xe,Ce),ee=u.__naturalWidth||xe,j=u.__naturalHeight||Ce,Ae,Te=xe,Le=Ce,Ke=t+me,ue=r+J;if(u.objectFit==="contain"){let qe=xe/ee,rt=Ce/j,Ie=Math.min(qe,rt);Te=ee*Ie,Le=j*Ie,Ke=t+me+K-Te*K/xe,ue=r+J+ve-Le*ve/Ce,Ae="none"}else if(u.objectFit==="cover"){let qe=xe/ee,rt=Ce/j,Ie=Math.max(qe,rt);Te=ee*Ie,Le=j*Ie,Ke=t+me+K-Te*K/xe,ue=r+J+ve-Le*ve/Ce,Ae="none"}else if(u.objectFit==="fill")Ae="none";else if(u.objectFit==="scale-down")if(ee&&j){let qe=xe/ee,rt=Ce/j,Ie=Math.min(qe,rt);if(Ie>=1)Te=ee,Le=j,Ae="none",Ke=t+me+K-Te*K/xe,ue=r+J+ve-Le*ve/Ce;else{let De=Ie;Te=ee*De,Le=j*De,Ke=t+me+K-Te*K/xe,ue=r+J+ve-Le*ve/Ce,Ae="none"}}else{let qe=xe/ee,rt=Ce/j,Ie=Math.min(qe,rt);Te=ee*Ie,Le=j*Ie,Ke=t+me+K-Te*K/xe,ue=r+J+ve-Le*ve/Ce,Ae="none"}else Ae="none";u.transform&&(Re=Du({id:e,borderRadiusPath:T,borderType:c,left:t,top:r,width:n,height:i},u)),ce+=L("image",{x:Ke,y:ue,width:Te,height:Le,href:s,preserveAspectRatio:Ae,transform:m||void 0,style:A?`filter:${A}`:void 0,"clip-path":u.transform?Re?`url(#${Re[1]})`:void 0:`url(#satori_cp-${e})`,mask:u.transform?void 0:O?`url(#${O})`:`url(#satori_om-${e})`})}if(Ne){h+=Ne[0];let me=Ne[1];ce+=Zr({left:t,top:r,width:n,height:i,props:{transform:m||void 0,"clip-path":`url(#${me})`}},u)}let Pe=Pu({width:n,height:i,id:e,opacity:y,shape:L(c,{x:t,y:r,width:n,height:i,fill:"#fff",stroke:"#fff","stroke-width":0,d:T||void 0,transform:m||void 0,"clip-path":q,mask:I})},u);return(h?L("defs",{},h):"")+(Pe?Pe[0]:"")+(Re?Re[0]:"")+G+(y!==1&&!pe?`<g opacity="${y}">`:"")+(u.transform&&(q||I)?`<g${q?` clip-path="${q}"`:""}${I?` mask="${I}"`:""}>`:"")+re+(S||ce)+(u.transform&&(q||I)?"</g>":"")+(y!==1&&!pe?"</g>":"")+(Pe?Pe[1]:"")+x}var Qu=String.raw,Ku=Qu`\p{Emoji}(?:\p{EMod}|[\u{E0020}-\u{E007E}]+\u{E007F}|\uFE0F?\u20E3?)`,Ju=()=>new RegExp(Qu`\p{RI}{2}|(?)${Ku}(?:\u200D${Ku})*`,"gu");var zp=new RegExp(Ju(),"u"),Po={emoji:zp,symbol:/\p{Symbol}/u,math:/\p{Math}/u},Oo={"ja-JP":/\p{scx=Hira}|\p{scx=Kana}|\p{scx=Han}|[\u3000]|[\uFF00-\uFFEF]/u,"ko-KR":/\p{scx=Hangul}/u,"zh-CN":/\p{scx=Han}/u,"zh-TW":/\p{scx=Han}/u,"zh-HK":/\p{scx=Han}/u,"th-TH":/\p{scx=Thai}/u,"bn-IN":/\p{scx=Bengali}/u,"ar-AR":/\p{scx=Arabic}/u,"ta-IN":/\p{scx=Tamil}/u,"ml-IN":/\p{scx=Malayalam}/u,"he-IL":/\p{scx=Hebrew}/u,"te-IN":/\p{scx=Telugu}/u,devanagari:/\p{scx=Devanagari}/u,kannada:/\p{scx=Kannada}/u},bi=Object.keys({...Oo,...Po});function Zu(e){return bi.includes(e)}function el(e,t){for(let n of Object.keys(Po))if(Po[n].test(e))return[n];let r=Object.keys(Oo).filter(n=>Oo[n].test(e));if(r.length===0)return["unknown"];if(t){let n=r.findIndex(i=>i===t);n!==-1&&(r.splice(n,1),r.unshift(t))}return r}function tl(e){if(e)return bi.find(t=>t.toLowerCase().startsWith(e.toLowerCase()))}async function*tn(e,t){var Oe;let r=await Qt(),{id:n,inheritedStyle:i,parent:o,font:s,debug:a,locale:u,embedFont:l=!0,graphemeImages:f,canLoadAdditionalAssets:c,getTwStyles:m}=t;if(e===null||typeof e>"u")return yield,yield,"";if(!Sr(e)||La(e.type)){let K;if(!Sr(e))K=go(String(e),t),yield(await K.next()).value;else{if(Ca(e.type))throw new Error("Class component is not supported.");let ee;ji(e.type)?ee=e.type.render:ee=e.type,K=tn(await ee(e.props),t),yield(await K.next()).value}await K.next();let ve=yield;return(await K.next(ve)).value}let{type:h,props:g}=e,y=h;if(g&&Ma(g))throw new Error("dangerouslySetInnerHTML property is not supported. See documentation for more information https://github.com/vercel/satori#jsx.");let{style:x,children:S,tw:O,lang:E=u}=g||{},I=tl(E);if(O){let K=m(O,x);x=Object.assign(K,x)}let T=r.Node.create();o.insertChild(T,o.getChildCount());let[_,R]=await lo(T,y,i,x,g),A=_.transform===i.transform;if(A||(_.transform.__parent=i.transform),(_.overflow==="hidden"||_.clipPath&&_.clipPath!=="none")&&(R._inheritedClipPathId=`satori_cp-${n}`,R._inheritedMaskId=`satori_om-${n}`),_.maskImage&&(R._inheritedMaskId=`satori_mi-${n}`),_.backgroundClip==="text"){let K={value:""};R._inheritedBackgroundClipTextPath=K,_._inheritedBackgroundClipTextPath=K,_.backgroundImage&&(R._inheritedBackgroundClipTextHasBackground="true",_._inheritedBackgroundClipTextHasBackground="true")}let q=Na(S),G=[],ne=0,re=[];for(let K of q){let ve=tn(K,{id:n+"-"+ne++,parentStyle:_,inheritedStyle:R,isInheritingTransform:!0,parent:T,font:s,embedFont:l,debug:a,graphemeImages:f,canLoadAdditionalAssets:c,locale:I,getTwStyles:m,onNodeDetected:t.onNodeDetected});c?re.push(...(await ve.next()).value||[]):await ve.next(),G.push(ve)}yield re;for(let K of G)await K.next();let[pe,ce]=yield,{left:Ne,top:Re,width:Pe,height:me}=T.getComputedLayout();Ne+=pe,Re+=ce;let J="",tt="",Xe="",{children:xe,...Ce}=g;if((Oe=t.onNodeDetected)==null||Oe.call(t,{left:Ne,top:Re,width:Pe,height:me,type:y,props:Ce,key:e.key,textContent:Sr(xe)?void 0:xe}),y==="img"){let K=_.__src;tt=await en({id:n,left:Ne,top:Re,width:Pe,height:me,src:K,isInheritingTransform:A,debug:a},_,R)}else if(y==="svg"){let K=_.color,ve=await cu(e,K);tt=await en({id:n,left:Ne,top:Re,width:Pe,height:me,src:ve,isInheritingTransform:A,debug:a},_,R)}else{let K=x==null?void 0:x.display;if(y==="div"&&S&&typeof S!="string"&&K!=="flex"&&K!=="none"&&K!=="contents")throw new Error('Expected <div> to have explicit "display: flex", "display: contents", or "display: none" if it has more than one child node.');tt=await en({id:n,left:Ne,top:Re,width:Pe,height:me,isInheritingTransform:A,debug:a},_,R)}for(let K of G)J+=(await K.next([Ne,Re])).value;return _._inheritedBackgroundClipTextPath&&(Xe+=L("clipPath",{id:`satori_bct-${n}`,"clip-path":_._inheritedClipPathId?`url(#${_._inheritedClipPathId})`:void 0},_._inheritedBackgroundClipTextPath.value)),Xe+tt+J}import vi from"@shuding/opentype.js";import{inflateSync as Vp}from"fflate";import Gp from"harfbuzzjs";var pt=null,yi=null,Io=new WeakMap,Ro=typeof FinalizationRegistry=="function"?new FinalizationRegistry(e=>e.destroy()):null;async function rl(){if(!pt){if(yi){await yi;return}yi=(async()=>{if(pt=await Gp,!pt||typeof pt.createBlob!="function")throw new Error("HarfBuzz module loaded but API is not available")})(),await yi}}function jp(e){if(!pt)throw new Error("HarfBuzz not initialized. Call initHarfBuzz() first.");if(Io.has(e))return Io.get(e);let t=e._rawFontData;if(!t)throw new Error("Font does not have _rawFontData. Make sure to store the original ArrayBuffer when loading fonts.");let r=pt.createBlob(new Uint8Array(t)),n=pt.createFace(r,0),i=pt.createFont(n);n.destroy(),r.destroy();let o=e.unitsPerEm;return i.setScale(o,o),Io.set(e,i),Ro==null||Ro.register(e,i),i}function nl(e,t,r={}){if(!pt)throw new Error("HarfBuzz not initialized");if(!t||t.length===0)return[];let{features:n,language:i,script:o,direction:s}=r,a=jp(e),u=pt.createBuffer();try{u.addText(t),u.guessSegmentProperties(),i&&u.setLanguage(i),o&&u.setScript(o),s&&u.setDirection(s);let l;if(n&&Object.keys(n).length>0){let c=[];for(let[m,h]of Object.entries(n))typeof h=="boolean"?c.push(h?`+${m}`:`-${m}`):c.push(`${m}=${h}`);l=c.join(",")}return l?pt.shape(a,u,l):pt.shape(a,u),u.json(a)}finally{u.destroy()}}function il(e){if(!e||e==="normal")return{};let t={},r=e.split(",").map(n=>n.trim());for(let n of r){let i=n.match(/["']([a-z0-9]{4})["']\s*(?:(on|off|[0-9]+))?/i);if(i){let o=i[1],s=i[2];if(!s||s==="on"||s==="1")t[o]=!0;else if(s==="off"||s==="0")t[o]=!1;else{let a=parseInt(s,10);isNaN(a)||(t[o]=a)}}}return t}var Hp=256;function Yp(e){return/^\s$/.test(e)}function Xp(e,t){if(!e)return[];let r=Fe(e,"grapheme"),n=[],i="",o=null;for(let s of r){let a;Yp(s)&&o!==null&&o.charToGlyphIndex(s)?a=o:a=t(s),o===null?(o=a,i=s):a===o?i+=s:(n.push([i,o]),i=s,o=a)}return i&&o&&n.push([i,o]),n}function Kp(e){let t=new DataView(e),r=t.getUint16(12),n=t.getUint32(16),i=new ArrayBuffer(n),o=new DataView(i),s=new Uint8Array(i);o.setUint32(0,t.getUint32(4)),o.setUint16(4,r);let a=Math.floor(Math.log2(r)),u=(1<<a)*16;o.setUint16(6,u),o.setUint16(8,a),o.setUint16(10,r*16-u);let l=12+r*16;for(let f=0;f<r;f++){let c=44+f*20,m=t.getUint32(c),h=t.getUint32(c+4),g=t.getUint32(c+8),y=t.getUint32(c+12),x=t.getUint32(c+16),S=12+f*16;if(o.setUint32(S,m),o.setUint32(S+4,x),o.setUint32(S+8,l),o.setUint32(S+12,y),g<y){let O=new Uint8Array(e,h+2,g-2),E=new Uint8Array(y);Vp(O,E),s.set(E,l)}else s.set(new Uint8Array(e,h,y),l);l+=y+3&-4}return i}var ol="unknown";function Qp(e){let t=[],r=[0,0],n=[0,0],i=(o,s)=>{let a=o[0];for(let u=1;u<=s;u++){let l=u/s,f=Jp(o,l);t.push({from:a,to:f}),a=f}n=o[o.length-1]};for(let o of e){if(o.type==="M"){r=n=[o.x,o.y];continue}if(o.type==="L"){let s=[o.x,o.y];t.push({from:n,to:s}),n=s;continue}if(o.type==="Q"){i([n,[o.x1,o.y1],[o.x,o.y]],12);continue}if(o.type==="C"){i([n,[o.x1,o.y1],[o.x2,o.y2],[o.x,o.y]],16);continue}o.type==="Z"&&(t.push({from:n,to:r}),n=r)}return t}function Jp(e,t){let r=e;for(;r.length>1;){let n=[];for(let i=0;i<r.length-1;i++)n.push([r[i][0]+(r[i+1][0]-r[i][0])*t,r[i][1]+(r[i+1][1]-r[i][1])*t]);r=n}return r[0]}function Zp(e,t){if(!t)return[];let r=t.strokeWidth,n=t.underlineY-r*.25,i=t.underlineY+r*2.5,o=Qp(e);if(!o.length)return[];let s=i-n,a=Math.max(12,Math.ceil(s/.25)),u=s/a,l=n+u/2,f=new Set;for(let E=0;E<a;E++){let I=l+u*E,T=[];for(let _ of o){let[R,A]=_.from,[q,G]=_.to;if(A===G)continue;let ne=Math.min(A,G),re=Math.max(A,G);if(I<ne||I>=re)continue;let pe=(I-A)/(G-A),ce=R+(q-R)*pe;T.push(ce)}if(T.length){T.sort((_,R)=>_-R);for(let _=0;_<T.length-1;_+=2){let R=Math.min(T[_],T[_+1]),A=Math.max(T[_],T[_+1]),q=Math.floor(R),G=Math.ceil(A);for(let ne=q;ne<G;ne++)f.add(ne)}}}if(!f.size)return[];let c=Array.from(f.values()).sort((E,I)=>E-I),m=[],h=c[0],g=c[0];for(let E=1;E<c.length;E++){let I=c[E];I>g+1&&(m.push([h,g+1]),h=I),g=I}m.push([h,g+1]);let y=[],x=r*.6,S=m[0][0],O=m[m.length-1][1];for(let[E,I]of m){let T=Math.min(E,S)-x,_=Math.max(I,O)+x;y.push({x1:T,x2:_,y1:n,y2:i})}return y}function eh(e,t,[r,n],[i,o]){if(r!==i)return r?!i||r===e?-1:i===e?1:e===400&&r===500||e===500&&r===400?-1:e===400&&i===500||e===500&&i===400?1:e<400?r<e&&i<e?i-r:r<e?-1:i<e?1:r-i:e<r&&e<i?r-i:e<r?-1:e<i?1:i-r:1;if(n!==o){if(n===t)return-1;if(o===t)return 1}return-1}var Ao=new WeakMap,rn=class{constructor(t){this.fonts=new Map;this.shapedRunCache=new Map;this.addFonts(t)}get({name:t,weight:r,style:n}){if(!this.fonts.has(t))return null;r==="normal"&&(r=400),r==="bold"&&(r=700),typeof r=="string"&&(r=Number.parseInt(r,10));let i=[...this.fonts.get(t)],o=i[0];for(let s=1;s<i.length;s++){let[,a,u]=o,[,l,f]=i[s];eh(r,n,[a,u],[l,f])>0&&(o=i[s])}return o[0]}addFonts(t){t.length&&this.fonts.size&&this.shapedRunCache.clear();for(let r of t){let{name:n,data:i,lang:o}=r;if(o&&!Zu(o))throw new Error(`Invalid value for props \`lang\`: "${o}". The value must be one of the following: ${bi.join(", ")}.`);let s=o??ol,a;if(Ao.has(i))a=Ao.get(i);else{let l="buffer"in i?i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength):i;a=vi.parse(l,{lowMemory:!0});let f=new Uint8Array(l),c=f[0]===119&&f[1]===79&&f[2]===70&&f[3]===70;a._rawFontData=c?Kp(l):l;let m=a.charToGlyphIndex;a.charToGlyphIndex=h=>{let g=m.call(a,h);return g===0&&a._trackBrokenChars&&a._trackBrokenChars.push(h),g},Ao.set(i,a)}this.defaultFont||(this.defaultFont=a);let u=`${n.toLowerCase()}_${s}`;this.fonts.has(u)||this.fonts.set(u,[]),this.fonts.get(u).push([a,r.weight,r.style])}}getEngine(t=16,r="normal",{fontFamily:n="sans-serif",fontWeight:i=400,fontStyle:o="normal"},s){if(!this.fonts.size)throw new Error("No fonts are loaded. At least one font is required to calculate the layout.");n=(Array.isArray(n)?n:[n]).map(_=>_.toLowerCase());let a=[];n.forEach(_=>{let R=this.get({name:_,weight:i,style:o});if(R){a.push(R);return}let A=this.get({name:_+"_unknown",weight:i,style:o});if(A){a.push(A);return}});let u=Array.from(this.fonts.keys()),l=[],f=[],c=[];for(let _ of u)if(!n.includes(_))if(s){let R=th(_);R?R===s?l.push(this.get({name:_,weight:i,style:o})):f.push(this.get({name:_,weight:i,style:o})):c.push(this.get({name:_,weight:i,style:o}))}else c.push(this.get({name:_,weight:i,style:o}));let m=new Map,h=(_,R=!0)=>{let A=[...a,...c,...l,...R?f:[]];if(typeof _>"u")return R?A[A.length-1]:void 0;let q=_.charCodeAt(0);if(m.has(q))return m.get(q);let G=A.find((ne,re)=>!!ne.charToGlyphIndex(_)||R&&re===A.length-1);return G&&m.set(q,G),G},g=(_,R=!1)=>{var q,G;return((R?(G=(q=_.tables)==null?void 0:q.os2)==null?void 0:G.sTypoAscender:0)||_.ascender)/_.unitsPerEm*t},y=(_,R=!1)=>{var q,G;return((R?(G=(q=_.tables)==null?void 0:q.os2)==null?void 0:G.sTypoDescender:0)||_.descender)/_.unitsPerEm*t},x=(_,R=!1)=>{var A,q;if(typeof r=="string"&&r==="normal"){let G=(R?(q=(A=_.tables)==null?void 0:A.os2)==null?void 0:q.sTypoLineGap:0)||0;return g(_,R)-y(_,R)+G/_.unitsPerEm*t}else if(typeof r=="number")return t*r},S=_=>h(_,!1),O=this.shapedRunCache,E=`${n.join(",")}|${i}|${o}|${s||""}`,I=(_,R)=>{let A=`${E}\0${R||""}\0${_}`,q=O.get(A);if(q!==void 0)return O.delete(A),O.set(A,q),q;let G=R?il(R):{},ne=Xp(_,h).map(([re,pe])=>[re,pe,nl(pe,re,{features:G})]);if(O.size>=Hp){let re=O.keys().next().value;re!==void 0&&O.delete(re)}return O.set(A,ne),ne};return{has:_=>{if(_===`
`)return!0;let R=S(_);if(!R)return!1;for(let A of Fe(_,"grapheme"))if(!R.charToGlyphIndex(A))return!1;return!0},baseline:(_,R=typeof _>"u"?a[0]:h(_))=>{let A=g(R),q=y(R),G=A-q;return A+(x(R)-G)/2},height:(_,R=typeof _>"u"?a[0]:h(_))=>x(R),measure:(_,R)=>this.measure(_,R,I),getSVG:(_,R,A)=>this.getSVG(_,R,I,A)}}patchFontFallbackResolver(t,r){let n=[];t._trackBrokenChars=n;let i=t.stringToGlyphs;return t.stringToGlyphs=(o,...s)=>{let a=i.call(t,o,...s);for(let u=0;u<a.length;u++)if(a[u].unicode===void 0){let l=n.shift(),f=r(l);if(f!==t){let c=f.charToGlyph(l),m=t.unitsPerEm/f.unitsPerEm,h=new vi.Path;h.unitsPerEm=t.unitsPerEm,h.commands=c.path.commands.map(y=>{let x={...y};for(let S in x)typeof x[S]=="number"&&(x[S]*=m);return x});let g=new vi.Glyph({...c,advanceWidth:c.advanceWidth*m,xMin:c.xMin*m,xMax:c.xMax*m,yMin:c.yMin*m,yMax:c.yMax*m,path:h});a[u]=g}}return a},()=>{t.stringToGlyphs=i,t._trackBrokenChars=void 0}}measure(t,{fontSize:r,letterSpacing:n=0,fontFeatureSettings:i},o){let s=o(t,i),a=0,u=0;for(let[,f,c]of s){let m=0;for(let h of c)m+=h.ax;a+=m/f.unitsPerEm*r,u+=c.length}let l=n*Math.max(0,u-1);return a+l}getSVG(t,{fontSize:r,top:n,left:i,letterSpacing:o=0,fontFeatureSettings:s},a,u){if(r===0)return{path:"",boxes:[]};let l=a(t.replace(/\n/g,""),s),f=[],c=i,m=n,h=!1,g=new vi.Path;for(let[,y,x]of l){let S=r/y.unitsPerEm;for(let O=0;O<x.length;O++){let E=x[O];h&&(c+=o);let I=y.glyphs.get(E.g);if(I&&I.path){let T=c+E.dx*S,_=m+E.dy*S,R=I.getPath(T,_,r,{}),A=u?Zp(R.commands,u):[];A.length&&f.push(...A),g.extend(R)}c+=E.ax*S,h=!0}}return{path:g.toPathData(1),boxes:f}}};function th(e){let t=e.split("_"),r=t[t.length-1];return r===ol?void 0:r}function Co({width:e,height:t,content:r}){return L("svg",{width:e,height:t,viewBox:`0 0 ${e} ${t}`,xmlns:"http://www.w3.org/2000/svg","enable-background":r.includes('in="BackgroundImage"')?"new":void 0},r)}var $c=ed(gc());var Uy=["ios","android","windows","macos","web"];function yc(e){return Uy.includes(e)}var qy=["portrait","landscape"];function vc(e){return qy.includes(e)}var bc;(function(e){e.fontSize="fontSize",e.lineHeight="lineHeight"})(bc||(bc={}));var ae;(function(e){e.rem="rem",e.em="em",e.px="px",e.percent="%",e.vw="vw",e.vh="vh",e.none="<no-css-unit>"})(ae||(ae={}));function ia(e){return typeof e=="string"}function oa(e){return typeof e=="object"}var sa;function k(e){return{kind:"complete",style:e}}function We(e,t={}){let{fractions:r}=t;if(r&&e.includes("/")){let[o="",s=""]=e.split("/",2),a=We(o),u=We(s);return!a||!u?null:[a[0]/u[0],u[1]]}let n=parseFloat(e);if(Number.isNaN(n))return null;let i=e.match(/(([a-z]{2,}|%))$/);if(!i)return[n,ae.none];switch(i==null?void 0:i[1]){case"rem":return[n,ae.rem];case"px":return[n,ae.px];case"em":return[n,ae.em];case"%":return[n,ae.percent];case"vw":return[n,ae.vw];case"vh":return[n,ae.vh];default:return null}}function Xt(e,t,r={}){let n=Lt(t,r);return n===null?null:k({[e]:n})}function Wi(e,t,r){let n=Lt(t);return n!==null&&(r[e]=n),r}function wc(e,t){let r=Lt(t);return r===null?null:{[e]:r}}function Lt(e,t={}){if(e===void 0)return null;let r=We(String(e),t);return r?ir(...r,t):null}function ir(e,t,r={}){let{isNegative:n,device:i}=r;switch(t){case ae.rem:return e*16*(n?-1:1);case ae.px:return e*(n?-1:1);case ae.percent:return`${n?"-":""}${e}%`;case ae.none:return e*(n?-1:1);case ae.vw:return i!=null&&i.windowDimensions?i.windowDimensions.width*(e/100):(et("`vw` CSS unit requires configuration with `useDeviceContext()`"),null);case ae.vh:return i!=null&&i.windowDimensions?i.windowDimensions.height*(e/100):(et("`vh` CSS unit requires configuration with `useDeviceContext()`"),null);default:return null}}function aa(e){let t=We(e);if(!t)return null;let[r,n]=t;switch(n){case ae.rem:return r*16;case ae.px:return r;default:return null}}var zy={t:"Top",tr:"TopRight",tl:"TopLeft",b:"Bottom",br:"BottomRight",bl:"BottomLeft",l:"Left",r:"Right",x:"Horizontal",y:"Vertical"};function ua(e){return zy[e??""]||"All"}function la(e){let t="All";return[e.replace(/^-(t|b|r|l|tr|tl|br|bl)(-|$)/,(n,i)=>(t=ua(i),"")),t]}function gr(e,t={}){if(e.includes("/")){let r=xc(e,{...t,fractions:!0});if(r)return r}return e[0]==="["&&(e=e.slice(1,-1)),xc(e,t)}function yt(e,t,r={}){let n=gr(t,r);return n===null?null:k({[e]:n})}function xc(e,t={}){if(e==="px")return 1;let r=We(e,t);if(!r)return null;let[n,i]=r;return t.fractions&&(i=ae.percent,n*=100),i===ae.none&&(n=n/4,i=ae.rem),ir(n,i,t)}function Gy(...e){console.warn(...e)}function jy(...e){}var et=typeof process>"u"||((sa=process==null?void 0:process.env)===null||sa===void 0?void 0:sa.JEST_WORKER_ID)===void 0?Gy:jy;var Vy=[["aspect-square",k({aspectRatio:1})],["aspect-video",k({aspectRatio:16/9})],["items-center",k({alignItems:"center"})],["items-start",k({alignItems:"flex-start"})],["items-end",k({alignItems:"flex-end"})],["items-baseline",k({alignItems:"baseline"})],["items-stretch",k({alignItems:"stretch"})],["justify-start",k({justifyContent:"flex-start"})],["justify-end",k({justifyContent:"flex-end"})],["justify-center",k({justifyContent:"center"})],["justify-between",k({justifyContent:"space-between"})],["justify-around",k({justifyContent:"space-around"})],["justify-evenly",k({justifyContent:"space-evenly"})],["content-start",k({alignContent:"flex-start"})],["content-end",k({alignContent:"flex-end"})],["content-between",k({alignContent:"space-between"})],["content-around",k({alignContent:"space-around"})],["content-stretch",k({alignContent:"stretch"})],["content-center",k({alignContent:"center"})],["self-auto",k({alignSelf:"auto"})],["self-start",k({alignSelf:"flex-start"})],["self-end",k({alignSelf:"flex-end"})],["self-center",k({alignSelf:"center"})],["self-stretch",k({alignSelf:"stretch"})],["self-baseline",k({alignSelf:"baseline"})],["direction-inherit",k({direction:"inherit"})],["direction-ltr",k({direction:"ltr"})],["direction-rtl",k({direction:"rtl"})],["hidden",k({display:"none"})],["flex",k({display:"flex"})],["flex-row",k({flexDirection:"row"})],["flex-row-reverse",k({flexDirection:"row-reverse"})],["flex-col",k({flexDirection:"column"})],["flex-col-reverse",k({flexDirection:"column-reverse"})],["flex-wrap",k({flexWrap:"wrap"})],["flex-wrap-reverse",k({flexWrap:"wrap-reverse"})],["flex-nowrap",k({flexWrap:"nowrap"})],["flex-auto",k({flexGrow:1,flexShrink:1,flexBasis:"auto"})],["flex-initial",k({flexGrow:0,flexShrink:1,flexBasis:"auto"})],["flex-none",k({flexGrow:0,flexShrink:0,flexBasis:"auto"})],["overflow-hidden",k({overflow:"hidden"})],["overflow-visible",k({overflow:"visible"})],["overflow-scroll",k({overflow:"scroll"})],["absolute",k({position:"absolute"})],["relative",k({position:"relative"})],["italic",k({fontStyle:"italic"})],["not-italic",k({fontStyle:"normal"})],["oldstyle-nums",Mn("oldstyle-nums")],["small-caps",Mn("small-caps")],["lining-nums",Mn("lining-nums")],["tabular-nums",Mn("tabular-nums")],["proportional-nums",Mn("proportional-nums")],["font-thin",k({fontWeight:"100"})],["font-100",k({fontWeight:"100"})],["font-extralight",k({fontWeight:"200"})],["font-200",k({fontWeight:"200"})],["font-light",k({fontWeight:"300"})],["font-300",k({fontWeight:"300"})],["font-normal",k({fontWeight:"normal"})],["font-400",k({fontWeight:"400"})],["font-medium",k({fontWeight:"500"})],["font-500",k({fontWeight:"500"})],["font-semibold",k({fontWeight:"600"})],["font-600",k({fontWeight:"600"})],["font-bold",k({fontWeight:"bold"})],["font-700",k({fontWeight:"700"})],["font-extrabold",k({fontWeight:"800"})],["font-800",k({fontWeight:"800"})],["font-black",k({fontWeight:"900"})],["font-900",k({fontWeight:"900"})],["include-font-padding",k({includeFontPadding:!0})],["remove-font-padding",k({includeFontPadding:!1})],["max-w-none",k({maxWidth:"99999%"})],["text-left",k({textAlign:"left"})],["text-center",k({textAlign:"center"})],["text-right",k({textAlign:"right"})],["text-justify",k({textAlign:"justify"})],["text-auto",k({textAlign:"auto"})],["underline",k({textDecorationLine:"underline"})],["line-through",k({textDecorationLine:"line-through"})],["no-underline",k({textDecorationLine:"none"})],["uppercase",k({textTransform:"uppercase"})],["lowercase",k({textTransform:"lowercase"})],["capitalize",k({textTransform:"capitalize"})],["normal-case",k({textTransform:"none"})],["w-auto",k({width:"auto"})],["h-auto",k({height:"auto"})],["shadow-sm",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowRadius:1,shadowOpacity:.025,elevation:1})],["shadow",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowRadius:1,shadowOpacity:.075,elevation:2})],["shadow-md",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowRadius:3,shadowOpacity:.125,elevation:3})],["shadow-lg",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowOpacity:.15,shadowRadius:8,elevation:8})],["shadow-xl",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowOpacity:.19,shadowRadius:20,elevation:12})],["shadow-2xl",k({shadowOffset:{width:1,height:1},shadowColor:"#000",shadowOpacity:.25,shadowRadius:30,elevation:16})],["shadow-none",k({shadowOffset:{width:0,height:0},shadowColor:"#000",shadowRadius:0,shadowOpacity:0,elevation:0})]],fa=Vy;function Mn(e){return{kind:"dependent",complete(t){(!t.fontVariant||!Array.isArray(t.fontVariant))&&(t.fontVariant=[]),t.fontVariant.push(e)}}}var Nn=class{constructor(t){this.ir=new Map(fa),this.styles=new Map,this.prefixes=new Map,this.ir=new Map([...fa,...t??[]])}getStyle(t){return this.styles.get(t)}setStyle(t,r){this.styles.set(t,r)}getIr(t){return this.ir.get(t)}setIr(t,r){this.ir.set(t,r)}getPrefixMatch(t){return this.prefixes.get(t)}setPrefixMatch(t,r){this.prefixes.set(t,r)}};function ca(e,t,r={}){let n=t==null?void 0:t[e];if(!n)return yt("fontSize",e,r);if(typeof n=="string")return Xt("fontSize",n);let i={},[o,s]=n,a=wc("fontSize",o);if(a&&(i=a),typeof s=="string")return k(Wi("lineHeight",Sc(s,i),i));let{lineHeight:u,letterSpacing:l}=s;return u&&Wi("lineHeight",Sc(u,i),i),l&&Wi("letterSpacing",l,i),k(i)}function Sc(e,t){let r=We(e);if(r){let[n,i]=r;if((i===ae.none||i===ae.em)&&typeof t.fontSize=="number")return t.fontSize*n}return e}function da(e,t){var r;let n=(r=t==null?void 0:t[e])!==null&&r!==void 0?r:e.startsWith("[")?e.slice(1,-1):e,i=We(n);if(!i)return null;let[o,s]=i;if(s===ae.none)return{kind:"dependent",complete(u){if(typeof u.fontSize!="number")return"relative line-height utilities require that font-size be set";u.lineHeight=u.fontSize*o}};let a=ir(o,s);return a!==null?k({lineHeight:a}):null}function pa(e,t,r,n,i){let o="";if(n[0]==="[")o=n.slice(1,-1);else{let l=i==null?void 0:i[n];if(l)o=l;else{let f=gr(n);return f&&typeof f=="number"?_c(f,ae.px,t,e):null}}if(o==="auto")return Tc(t,e,"auto");let s=We(o);if(!s)return null;let[a,u]=s;return r&&(a=-a),_c(a,u,t,e)}function _c(e,t,r,n){let i=ir(e,t);return i===null?null:Tc(r,n,i)}function Tc(e,t,r){switch(e){case"All":return{kind:"complete",style:{[`${t}Top`]:r,[`${t}Right`]:r,[`${t}Bottom`]:r,[`${t}Left`]:r}};case"Bottom":case"Top":case"Left":case"Right":return{kind:"complete",style:{[`${t}${e}`]:r}};case"Vertical":return{kind:"complete",style:{[`${t}Top`]:r,[`${t}Bottom`]:r}};case"Horizontal":return{kind:"complete",style:{[`${t}Left`]:r,[`${t}Right`]:r}};default:return null}}function ha(e){if(!e)return{};let t=Object.entries(e).reduce((i,[o,s])=>{let a=[0,1/0,0],u=typeof s=="string"?{min:s}:s,l=u.min?aa(u.min):0;l===null?et(`invalid screen config value: ${o}->min: ${u.min}`):a[0]=l;let f=u.max?aa(u.max):1/0;return f===null?et(`invalid screen config value: ${o}->max: ${u.max}`):a[1]=f,i[o]=a,i},{}),r=Object.values(t);r.sort((i,o)=>{let[s,a]=i,[u,l]=o;return a===1/0||l===1/0?s-u:a-l});let n=0;return r.forEach(i=>i[2]=n++),t}function ma(e,t){let r=t==null?void 0:t[e];if(!r)return null;if(typeof r=="string")return k({fontFamily:r});let n=r[0];return n?k({fontFamily:n}):null}function br(e,t,r){if(!r)return null;let n;t.includes("/")&&([t="",n]=t.split("/",2));let i="";if(t.startsWith("[#")||t.startsWith("[rgb")?i=t.slice(1,-1):i=Pc(t,r),!i)return null;if(n){let o=Number(n);if(!Number.isNaN(o))return i=Ec(i,o/100),k({[Di[e].color]:i})}return{kind:"dependent",complete(o){let s=Di[e].opacity,a=o[s];typeof a=="number"&&(i=Ec(i,a)),o[Di[e].color]=i}}}function Fn(e,t){let r=parseInt(t,10);if(Number.isNaN(r))return null;let n=r/100;return{kind:"complete",style:{[Di[e].opacity]:n}}}function Ec(e,t){return e.startsWith("#")?e=Hy(e):e.startsWith("rgb(")&&(e=e.replace(/^rgb\(/,"rgba(").replace(/\)$/,", 1)")),e.replace(/, ?\d*\.?(\d+)\)$/,`, ${t})`)}function kc(e){for(let t in e)t.startsWith("__opacity_")&&delete e[t]}var Di={bg:{opacity:"__opacity_bg",color:"backgroundColor"},text:{opacity:"__opacity_text",color:"color"},border:{opacity:"__opacity_border",color:"borderColor"},borderTop:{opacity:"__opacity_border",color:"borderTopColor"},borderBottom:{opacity:"__opacity_border",color:"borderBottomColor"},borderLeft:{opacity:"__opacity_border",color:"borderLeftColor"},borderRight:{opacity:"__opacity_border",color:"borderRightColor"},shadow:{opacity:"__opacity_shadow",color:"shadowColor"},tint:{opacity:"__opacity_tint",color:"tintColor"}};function Hy(e){let t=e;e=e.replace(Yy,(s,a,u,l)=>a+a+u+u+l+l);let r=Xy.exec(e);if(!r)return et(`invalid config hex color value: ${t}`),"rgba(0, 0, 0, 1)";let n=parseInt(r[1],16),i=parseInt(r[2],16),o=parseInt(r[3],16);return`rgba(${n}, ${i}, ${o}, 1)`}function Pc(e,t){let r=t[e];if(ia(r))return r;if(oa(r)&&ia(r.DEFAULT))return r.DEFAULT;let[n="",...i]=e.split("-");for(;n!==e;){let o=t[n];if(oa(o))return Pc(i.join("-"),o);if(i.length===0)return"";n=`${n}-${i.shift()}`}return""}var Yy=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,Xy=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;function Ic(e,t){let[r,n]=la(e);if(r.match(/^(-?(\d)+)?$/))return Ky(r,n,t==null?void 0:t.borderWidth);if(r=r.replace(/^-/,""),["dashed","solid","dotted"].includes(r))return k({borderStyle:r});let o="border";switch(n){case"Bottom":o="borderBottom";break;case"Top":o="borderTop";break;case"Left":o="borderLeft";break;case"Right":o="borderRight";break}let s=br(o,r,t==null?void 0:t.borderColor);if(s)return s;let a=`border${n==="All"?"":n}Width`;r=r.replace(/^-/,"");let u=r.slice(1,-1),l=yt(a,u);return typeof(l==null?void 0:l.style[a])!="number"?null:l}function Ky(e,t,r){if(!r)return null;e=e.replace(/^-/,"");let i=r[e===""?"DEFAULT":e];if(i===void 0)return null;let o=`border${t==="All"?"":t}Width`;return Xt(o,i)}function Rc(e,t){if(!t)return null;let[r,n]=la(e);r=r.replace(/^-/,""),r===""&&(r="DEFAULT");let i=`border${n==="All"?"":n}Radius`,o=t[r];if(o)return Oc(Xt(i,o));let s=yt(i,r);return typeof(s==null?void 0:s.style[i])!="number"?null:Oc(s)}function Oc(e){if((e==null?void 0:e.kind)!=="complete")return e;let t=e.style.borderTopRadius;t!==void 0&&(e.style.borderTopLeftRadius=t,e.style.borderTopRightRadius=t,delete e.style.borderTopRadius);let r=e.style.borderBottomRadius;r!==void 0&&(e.style.borderBottomLeftRadius=r,e.style.borderBottomRightRadius=r,delete e.style.borderBottomRadius);let n=e.style.borderLeftRadius;n!==void 0&&(e.style.borderBottomLeftRadius=n,e.style.borderTopLeftRadius=n,delete e.style.borderLeftRadius);let i=e.style.borderRightRadius;return i!==void 0&&(e.style.borderBottomRightRadius=i,e.style.borderTopRightRadius=i,delete e.style.borderRightRadius),e}function Nr(e,t,r,n){let i=null;e==="inset"&&(t=t.replace(/^(x|y)-/,(a,u)=>(i=u==="x"?"x":"y","")));let o=n==null?void 0:n[t];if(o){let a=Lt(o,{isNegative:r});if(a!==null)return Ac(e,i,a)}let s=gr(t,{isNegative:r});return s!==null?Ac(e,i,s):null}function Ac(e,t,r){if(e!=="inset")return k({[e]:r});switch(t){case null:return k({top:r,left:r,right:r,bottom:r});case"y":return k({top:r,bottom:r});case"x":return k({left:r,right:r})}}function Wn(e,t,r){var n;t=t.replace(/^-/,"");let i=t===""?"DEFAULT":t,o=Number((n=r==null?void 0:r[i])!==null&&n!==void 0?n:t);return Number.isNaN(o)?null:k({[`flex${e}`]:o})}function Cc(e,t){var r,n;if(e=(t==null?void 0:t[e])||e,["min-content","revert","unset"].includes(e))return null;if(e.match(/^\d+(\.\d+)?$/))return k({flexGrow:Number(e),flexBasis:"0%"});let i=e.match(/^(\d+)\s+(\d+)$/);if(i)return k({flexGrow:Number(i[1]),flexShrink:Number(i[2])});if(i=e.match(/^(\d+)\s+([^ ]+)$/),i){let o=Lt((r=i[2])!==null&&r!==void 0?r:"");return o?k({flexGrow:Number(i[1]),flexBasis:o}):null}if(i=e.match(/^(\d+)\s+(\d+)\s+(.+)$/),i){let o=Lt((n=i[3])!==null&&n!==void 0?n:"");return o?k({flexGrow:Number(i[1]),flexShrink:Number(i[2]),flexBasis:o}):null}return null}function ga(e,t,r={},n){let i=n==null?void 0:n[t];return i!==void 0?Xt(e,i,r):yt(e,t,r)}function Dn(e,t,r={},n){let i=Lt(n==null?void 0:n[t],r);return i?k({[e]:i}):(t==="screen"&&(t=e.includes("Width")?"100vw":"100vh"),yt(e,t,r))}function Lc(e,t,r){let n=r==null?void 0:r[e];if(n){let i=We(n,{isNegative:t});if(!i)return null;let[o,s]=i;if(s===ae.em)return Qy(o);if(s===ae.percent)return et("percentage-based letter-spacing configuration currently unsupported, switch to `em`s, or open an issue if you'd like to see support added."),null;let a=ir(o,s,{isNegative:t});return a!==null?k({letterSpacing:a}):null}return yt("letterSpacing",e,{isNegative:t})}function Qy(e){return{kind:"dependent",complete(t){let r=t.fontSize;if(typeof r!="number"||Number.isNaN(r))return"tracking-X relative letter spacing classes require font-size to be set";t.letterSpacing=Math.round((e*r+Number.EPSILON)*100)/100}}}function Mc(e,t){let r=t==null?void 0:t[e];if(r){let i=We(String(r));if(i)return k({opacity:i[0]})}let n=We(e);return n?k({opacity:n[0]/100}):null}function Nc(e){let t=parseInt(e,10);return Number.isNaN(t)?null:{kind:"complete",style:{shadowOpacity:t/100}}}function Fc(e){if(e.includes("/")){let[r="",n=""]=e.split("/",2),i=ba(r),o=ba(n);return i===null||o===null?null:{kind:"complete",style:{shadowOffset:{width:i,height:o}}}}let t=ba(e);return t===null?null:{kind:"complete",style:{shadowOffset:{width:t,height:t}}}}function ba(e){let t=gr(e);return typeof t=="number"?t:null}var Fr=class{constructor(t,r={},n,i,o){var s,a,u,l,f,c;this.config=r,this.cache=n,this.position=0,this.isNull=!1,this.isNegative=!1,this.context={},this.context.device=i;let m=t.trim().split(":"),h=[];m.length===1?this.string=t:(this.string=(s=m.pop())!==null&&s!==void 0?s:"",h=m),this.char=this.string[0];let g=ha((a=this.config.theme)===null||a===void 0?void 0:a.screens);for(let y of h)if(g[y]){let x=(u=g[y])===null||u===void 0?void 0:u[2];x!==void 0&&(this.order=((l=this.order)!==null&&l!==void 0?l:0)+x);let S=(f=i.windowDimensions)===null||f===void 0?void 0:f.width;if(S){let[O,E]=(c=g[y])!==null&&c!==void 0?c:[0,0];(S<=O||S>E)&&(this.isNull=!0)}else this.isNull=!0}else yc(y)?this.isNull=y!==o:vc(y)?i.windowDimensions?(i.windowDimensions.width>i.windowDimensions.height?"landscape":"portrait")!==y?this.isNull=!0:this.incrementOrder():this.isNull=!0:y==="retina"?i.pixelDensity===2?this.incrementOrder():this.isNull=!0:y==="dark"?i.colorScheme!=="dark"?this.isNull=!0:this.incrementOrder():this.handlePossibleArbitraryBreakpointPrefix(y)||(this.isNull=!0)}parse(){if(this.isNull)return{kind:"null"};let t=this.cache.getIr(this.rest);if(t)return t;this.parseIsNegative();let r=this.parseUtility();return r?this.order!==void 0?{kind:"ordered",order:this.order,styleIr:r}:r:{kind:"null"}}parseUtility(){var t,r,n,i,o;let s=this.config.theme,a=null;switch(this.char){case"m":case"p":{let u=this.peekSlice(1,3).match(/^(t|b|r|l|x|y)?-/);if(u){let l=this.char==="m"?"margin":"padding";this.advance(((r=(t=u[0])===null||t===void 0?void 0:t.length)!==null&&r!==void 0?r:0)+1);let f=ua(u[1]),c=pa(l,f,this.isNegative,this.rest,(n=this.config.theme)===null||n===void 0?void 0:n[l]);if(c)return c}}}if(this.consumePeeked("h-")&&(a=ga("height",this.rest,this.context,s==null?void 0:s.height),a)||this.consumePeeked("w-")&&(a=ga("width",this.rest,this.context,s==null?void 0:s.width),a)||this.consumePeeked("min-w-")&&(a=Dn("minWidth",this.rest,this.context,s==null?void 0:s.minWidth),a)||this.consumePeeked("min-h-")&&(a=Dn("minHeight",this.rest,this.context,s==null?void 0:s.minHeight),a)||this.consumePeeked("max-w-")&&(a=Dn("maxWidth",this.rest,this.context,s==null?void 0:s.maxWidth),a)||this.consumePeeked("max-h-")&&(a=Dn("maxHeight",this.rest,this.context,s==null?void 0:s.maxHeight),a)||this.consumePeeked("leading-")&&(a=da(this.rest,s==null?void 0:s.lineHeight),a)||this.consumePeeked("text-")&&(a=ca(this.rest,s==null?void 0:s.fontSize,this.context),a||(a=br("text",this.rest,s==null?void 0:s.textColor),a)||this.consumePeeked("opacity-")&&(a=Fn("text",this.rest),a))||this.consumePeeked("font-")&&(a=ma(this.rest,s==null?void 0:s.fontFamily),a)||this.consumePeeked("aspect-")&&(this.consumePeeked("ratio-")&&et("`aspect-ratio-{ratio}` is deprecated, use `aspect-{ratio}` instead"),a=Xt("aspectRatio",this.rest,{fractions:!0}),a)||this.consumePeeked("tint-")&&(a=br("tint",this.rest,s==null?void 0:s.colors),a)||this.consumePeeked("bg-")&&(a=br("bg",this.rest,s==null?void 0:s.backgroundColor),a||this.consumePeeked("opacity-")&&(a=Fn("bg",this.rest),a))||this.consumePeeked("border")&&(a=Ic(this.rest,s),a||this.consumePeeked("-opacity-")&&(a=Fn("border",this.rest),a))||this.consumePeeked("rounded")&&(a=Rc(this.rest,s==null?void 0:s.borderRadius),a)||this.consumePeeked("bottom-")&&(a=Nr("bottom",this.rest,this.isNegative,s==null?void 0:s.inset),a)||this.consumePeeked("top-")&&(a=Nr("top",this.rest,this.isNegative,s==null?void 0:s.inset),a)||this.consumePeeked("left-")&&(a=Nr("left",this.rest,this.isNegative,s==null?void 0:s.inset),a)||this.consumePeeked("right-")&&(a=Nr("right",this.rest,this.isNegative,s==null?void 0:s.inset),a)||this.consumePeeked("inset-")&&(a=Nr("inset",this.rest,this.isNegative,s==null?void 0:s.inset),a)||this.consumePeeked("flex-")&&(this.consumePeeked("grow")?a=Wn("Grow",this.rest,s==null?void 0:s.flexGrow):this.consumePeeked("shrink")?a=Wn("Shrink",this.rest,s==null?void 0:s.flexShrink):a=Cc(this.rest,s==null?void 0:s.flex),a)||this.consumePeeked("grow")&&(a=Wn("Grow",this.rest,s==null?void 0:s.flexGrow),a)||this.consumePeeked("shrink")&&(a=Wn("Shrink",this.rest,s==null?void 0:s.flexShrink),a)||this.consumePeeked("shadow-color-opacity-")&&(a=Fn("shadow",this.rest),a)||this.consumePeeked("shadow-opacity-")&&(a=Nc(this.rest),a)||this.consumePeeked("shadow-offset-")&&(a=Fc(this.rest),a)||this.consumePeeked("shadow-radius-")&&(a=yt("shadowRadius",this.rest),a)||this.consumePeeked("shadow-")&&(a=br("shadow",this.rest,s==null?void 0:s.colors),a))return a;if(this.consumePeeked("elevation-")){let u=parseInt(this.rest,10);if(!Number.isNaN(u))return k({elevation:u})}if(this.consumePeeked("opacity-")&&(a=Mc(this.rest,s==null?void 0:s.opacity),a)||this.consumePeeked("tracking-")&&(a=Lc(this.rest,this.isNegative,s==null?void 0:s.letterSpacing),a))return a;if(this.consumePeeked("z-")){let u=Number((o=(i=s==null?void 0:s.zIndex)===null||i===void 0?void 0:i[this.rest])!==null&&o!==void 0?o:this.rest);if(!Number.isNaN(u))return k({zIndex:u})}return et(`\`${this.rest}\` unknown or invalid utility`),null}handlePossibleArbitraryBreakpointPrefix(t){var r;if(t[0]!=="m")return!1;let n=t.match(/^(min|max)-(w|h)-\[([^\]]+)\]$/);if(!n)return!1;if(!(!((r=this.context.device)===null||r===void 0)&&r.windowDimensions))return this.isNull=!0,!0;let i=this.context.device.windowDimensions,[,o="",s="",a=""]=n,u=s==="w"?i.width:i.height,l=We(a,this.context);if(l===null)return this.isNull=!0,!0;let[f,c]=l;return c!=="px"&&(this.isNull=!0),(o==="min"?u>=f:u<=f)?this.incrementOrder():this.isNull=!0,!0}advance(t=1){this.position+=t,this.char=this.string[this.position]}get rest(){return this.peekSlice(0,this.string.length)}peekSlice(t,r){return this.string.slice(this.position+t,this.position+r)}consumePeeked(t){return this.peekSlice(0,t.length)===t?(this.advance(t.length),!0):!1}parseIsNegative(){this.char==="-"&&(this.advance(),this.isNegative=!0,this.context.isNegative=!0)}incrementOrder(){var t;this.order=((t=this.order)!==null&&t!==void 0?t:0)+1}};function Wc(e){let t=[],r=null;return e.forEach(n=>{if(typeof n=="string")t=[...t,...ya(n)];else if(Array.isArray(n))t=[...t,...n.flatMap(ya)];else if(typeof n=="object"&&n!==null)for(let[i,o]of Object.entries(n))typeof o=="boolean"?t=[...t,...o?ya(i):[]]:r?r[i]=o:r={[i]:o}}),[t.filter(Boolean).filter(Jy),r]}function ya(e){return e.trim().split(/\s+/)}function Jy(e,t,r){return r.indexOf(e)===t}function Dc(e){var t;return(t=e==null?void 0:e.reduce((r,n)=>({...r,...Zy(n.handler)}),{}))!==null&&t!==void 0?t:{}}function Zy(e){let t={};return e({addUtilities:r=>{t=r},...ev}),t}function Mt(e){throw new Error(`tailwindcss plugin function argument object prop "${e}" not implemented`)}var ev={addComponents:Mt,addBase:Mt,addVariant:Mt,e:Mt,prefix:Mt,theme:Mt,variants:Mt,config:Mt,corePlugins:Mt,matchUtilities:Mt,postcss:null};function Bc(e,t){let r=(0,$c.default)(tv(e)),n={},i=Dc(r.plugins),o={},s=Object.entries(i).map(([g,y])=>typeof y=="string"?(o[g]=y,[g,{kind:"null"}]):[g,k(y)]).filter(([,g])=>g.kind!=="null");function a(){return[n.windowDimensions?`w${n.windowDimensions.width}`:!1,n.windowDimensions?`h${n.windowDimensions.height}`:!1,n.fontScale?`fs${n.fontScale}`:!1,n.colorScheme==="dark"?"dark":!1,n.pixelDensity===2?"retina":!1].filter(Boolean).join("--")||"default"}let u=a(),l={};function f(){let g=l[u];if(g)return g;let y=new Nn(s);return l[u]=y,y}function c(...g){let y=f(),x={},S=[],O=[],[E,I]=Wc(g),T=E.join(" "),_=y.getStyle(T);if(_)return{..._,...I||{}};for(let R of E){let A=y.getIr(R);if(!A&&R in o){let G=c(o[R]);y.setIr(R,k(G)),x={...x,...G};continue}switch(A=new Fr(R,r,y,n,t).parse(),A.kind){case"complete":x={...x,...A.style},y.setIr(R,A);break;case"dependent":S.push(A);break;case"ordered":O.push(A);break;case"null":y.setIr(R,A);break}}if(O.length>0){O.sort((R,A)=>R.order-A.order);for(let R of O)switch(R.styleIr.kind){case"complete":x={...x,...R.styleIr.style};break;case"dependent":S.push(R.styleIr);break}}if(S.length>0){for(let R of S){let A=R.complete(x);A&&et(A)}kc(x)}return T!==""&&y.setStyle(T,x),I&&(x={...x,...I}),x}function m(g){let y=c(g.split(/\s+/g).map(x=>x.replace(/^(bg|text|border)-/,"")).map(x=>`bg-${x}`).join(" "));return typeof y.backgroundColor=="string"?y.backgroundColor:void 0}let h=(g,...y)=>{let x="";return g.forEach((S,O)=>{var E;x+=S+((E=y[O])!==null&&E!==void 0?E:"")}),c(x)};return h.style=c,h.color=m,h.prefixMatch=(...g)=>{let y=g.sort().join(":"),x=f(),S=x.getPrefixMatch(y);if(S!==void 0)return S;let I=new Fr(`${y}:flex`,r,x,n,t).parse().kind!=="null";return x.setPrefixMatch(y,I),I},h.setWindowDimensions=g=>{n.windowDimensions=g,u=a()},h.setFontScale=g=>{n.fontScale=g,u=a()},h.setPixelDensity=g=>{n.pixelDensity=g,u=a()},h.setColorScheme=g=>{n.colorScheme=g,u=a()},h}function tv(e){return{...e,content:["_no_warnings_please"]}}var nv={handler:({addUtilities:e})=>{e({"shadow-sm":{boxShadow:"0 1px 2px 0 rgb(0 0 0 / 0.05)"},shadow:{boxShadow:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)"},"shadow-md":{boxShadow:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)"},"shadow-lg":{boxShadow:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)"},"shadow-xl":{boxShadow:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"},"shadow-2xl":{boxShadow:"0 25px 50px -12px rgb(0 0 0 / 0.25)"},"shadow-inner":{boxShadow:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)"},"shadow-none":{boxShadow:"0 0 #0000"}})}};function iv(e){return Bc({...e,plugins:[...(e==null?void 0:e.plugins)??[],nv]},"web")}var $i;function va({width:e,height:t,config:r}){return $i||($i=iv(r)),$i.setWindowDimensions({width:+e,height:+t}),$i}var xa=new WeakMap,Uc=new WeakMap,ov=0,sv=8,$n=new Map;function av(e){let t="";for(let r of e){let n=Uc.get(r.data);n===void 0&&(n=++ov,Uc.set(r.data,n)),t+=`${n}:${r.name}:${r.weight??""}:${r.style??""}:${r.lang??""};`}return t}function uv(e){if(xa.has(e))return xa.get(e);let t=av(e),r=$n.get(t);if(!r){if(r=new rn(e),$n.size>=sv){let n=$n.keys().next().value;n!==void 0&&$n.delete(n)}$n.set(t,r)}return xa.set(e,r),r}async function zc(e,t){let[r]=await Promise.all([Qt(),rl()]);if(!r||!r.Node)throw new Error("Satori is not initialized: expect `yoga` to be loaded, got "+r);t.fonts=t.fonts||[];let n=uv(t.fonts),i="width"in t?t.width:void 0,o="height"in t?t.height:void 0,s=lv(r,t.pointScaleFactor);i&&s.setWidth(i),o&&s.setHeight(o),s.setFlexDirection(r.FLEX_DIRECTION_ROW),s.setFlexWrap(r.WRAP_WRAP),s.setAlignContent(r.ALIGN_AUTO),s.setAlignItems(r.ALIGN_FLEX_START),s.setJustifyContent(r.JUSTIFY_FLEX_START),s.setOverflow(r.OVERFLOW_HIDDEN);let a=Object.assign(Object.create(null),t.graphemeImages),u=new Set;Rt.clear(),Hr.clear(),await fu(e);let l=tn(e,{id:"id",parentStyle:{},inheritedStyle:{fontSize:16,fontWeight:"normal",fontFamily:"serif",fontStyle:"normal",lineHeight:"normal",color:"black",opacity:1,whiteSpace:"normal",_viewportWidth:i,_viewportHeight:o},parent:s,font:n,embedFont:t.embedFont,debug:t.debug,graphemeImages:a,canLoadAdditionalAssets:!!t.loadAdditionalAsset,onNodeDetected:t.onNodeDetected,getTwStyles:(g,y)=>{let S={...va({width:i,height:o,config:t.tailwindConfig})([g])};return typeof S.lineHeight=="number"&&(S.lineHeight=S.lineHeight/(+S.fontSize||y.fontSize||16)),S.shadowColor&&S.boxShadow&&(S.boxShadow=S.boxShadow.replace(/rgba?\([^)]+\)/,S.shadowColor)),S}}),f=(await l.next()).value;if(t.loadAdditionalAsset&&f.length){let g=fv(f),y=[],x={};await Promise.all(Object.entries(g).flatMap(([S,O])=>O.map(E=>{let I=`${S}_${E}`;return u.has(I)?null:(u.add(I),t.loadAdditionalAsset(S,E).then(T=>{typeof T=="string"?x[E]=T:T&&(Array.isArray(T)?y.push(...T):y.push(T))}))}))),n.addFonts(y),Object.assign(a,x)}await l.next(),s.calculateLayout(i,o,r.DIRECTION_LTR);let c=(await l.next([0,0])).value,m=s.getComputedWidth(),h=s.getComputedHeight();return s.freeRecursive(),Co({width:m,height:h,content:c})}function lv(e,t){if(t){let r=e.Config.create();return r.setPointScaleFactor(t),e.Node.createWithConfig(r)}else return e.Node.create()}function fv(e){let t={},r={};for(let{word:n,locale:i}of e){let o=el(n,i).join("|");r[o]=r[o]||"",r[o]+=n}return Object.keys(r).forEach(n=>{t[n]=t[n]||[],n==="emoji"?t[n].push(...qc(Fe(r[n],"grapheme"))):(t[n][0]=t[n][0]||"",t[n][0]+=qc(Fe(r[n],"grapheme",n==="unknown"?void 0:n)).join(""))}),t}function qc(e){return Array.from(new Set(e))}export{zc as default,Sd as init};
//# sourceMappingURL=standalone.js.map