@modern-js/module-tools 2.45.0 → 2.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/@rollup/plugin-json/index.js +1 -1
- package/compiled/@rollup/plugin-json/rollup/dist/rollup.d.ts +63 -16
- package/compiled/@svgr/core/dist/index.d.ts +78 -0
- package/compiled/@svgr/core/index.js +1 -0
- package/compiled/@svgr/core/license +7 -0
- package/compiled/@svgr/core/package.json +1 -0
- package/compiled/@svgr/core/prettier/index.d.ts +920 -0
- package/compiled/@svgr/core/svgo/lib/svgo.d.ts +66 -0
- package/compiled/@svgr/plugin-jsx/@svgr/core/dist/index.d.ts +78 -0
- package/compiled/@svgr/plugin-jsx/dist/index.d.ts +5 -0
- package/compiled/@svgr/plugin-jsx/index.js +11 -0
- package/compiled/@svgr/plugin-jsx/license +7 -0
- package/compiled/@svgr/plugin-jsx/package.json +1 -0
- package/compiled/@svgr/plugin-jsx/prettier/index.d.ts +920 -0
- package/compiled/@svgr/plugin-jsx/svgo/lib/svgo.d.ts +66 -0
- package/compiled/@svgr/plugin-svgo/@svgr/core/dist/index.d.ts +78 -0
- package/compiled/@svgr/plugin-svgo/dist/index.d.ts +5 -0
- package/compiled/@svgr/plugin-svgo/index.js +1 -0
- package/compiled/@svgr/plugin-svgo/license +7 -0
- package/compiled/@svgr/plugin-svgo/package.json +1 -0
- package/compiled/@svgr/plugin-svgo/prettier/index.d.ts +920 -0
- package/compiled/@svgr/plugin-svgo/svgo/lib/svgo.d.ts +66 -0
- package/compiled/rollup/{249.index.js → 846.index.js} +6 -5
- package/compiled/rollup/fsevents.node +0 -0
- package/compiled/rollup/index.js +20 -20
- package/compiled/rollup/package.json +1 -1
- package/compiled/rollup/types/rollup.d.ts +63 -16
- package/compiled/rollup-plugin-dts/{dist/rollup-plugin-dts.d.ts → index.d.ts} +1 -1
- package/compiled/rollup-plugin-dts/index.js +1 -1
- package/compiled/rollup-plugin-dts/package.json +1 -1
- package/compiled/rollup-plugin-dts/{rollup/dist/rollup.d.ts → rollup.d.ts} +63 -16
- package/dist/builder/build.js +4 -0
- package/dist/builder/esbuild/index.js +8 -0
- package/dist/builder/feature/asset.d.ts +1 -1
- package/dist/builder/feature/asset.js +3 -3
- package/dist/constants/preset.d.ts +4 -4
- package/dist/error.d.ts +0 -1
- package/dist/error.js +4 -9
- package/dist/types/config/index.d.ts +2 -2
- package/dist/types/config/transform-import.d.ts +13 -0
- package/dist/types/config/transform-import.js +16 -0
- package/package.json +18 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={3108:(e,t,r)=>{"use strict";var n=r(8235);var i=r(3915);const a=i.cosmiconfigSync("svgo",{searchPlaces:["package.json",".svgorc",".svgorc.js",".svgorc.json",".svgorc.yaml",".svgorc.yml","svgo.config.js","svgo.config.cjs",".svgo.yml"],transform:e=>e&&e.config,cache:true});const getSvgoConfigFromSvgrConfig=e=>{const t={overrides:{}};if(e.icon||e.dimensions===false){t.overrides.removeViewBox=false}if(e.native){t.overrides.inlineStyles={onlyMatchedOnce:false}}return{plugins:[{name:"preset-default",params:t},"prefixIds"]}};const getSvgoConfig=(e,t)=>{const r=t.filePath||process.cwd();if(e.svgoConfig)return e.svgoConfig;if(e.runtimeConfig){const e=a.search(r);if(e)return e}return getSvgoConfigFromSvgrConfig(e)};var o=Object.defineProperty;var s=Object.defineProperties;var l=Object.getOwnPropertyDescriptors;var c=Object.getOwnPropertySymbols;var u=Object.prototype.hasOwnProperty;var d=Object.prototype.propertyIsEnumerable;var __defNormalProp=(e,t,r)=>t in e?o(e,t,{enumerable:true,configurable:true,writable:true,value:r}):e[t]=r;var __spreadValues=(e,t)=>{for(var r in t||(t={}))if(u.call(t,r))__defNormalProp(e,r,t[r]);if(c)for(var r of c(t)){if(d.call(t,r))__defNormalProp(e,r,t[r])}return e};var __spreadProps=(e,t)=>s(e,l(t));const svgoPlugin=(e,t,r)=>{if(!t.svgo)return e;const i=getSvgoConfig(t,r);const a=n.optimize(e,__spreadProps(__spreadValues({},i),{path:r.filePath}));if(a.modernError){throw a.modernError}return a.data};e.exports=svgoPlugin},4200:(e,t)=>{(function(e){e.parser=function(e,t){return new SAXParser(e,t)};e.SAXParser=SAXParser;e.MAX_BUFFER_LENGTH=64*1024;var t=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];e.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function SAXParser(t,r){if(!(this instanceof SAXParser)){return new SAXParser(t,r)}var n=this;clearBuffers(n);n.q=n.c="";n.bufferCheckPosition=e.MAX_BUFFER_LENGTH;n.opt=r||{};n.opt.lowercase=n.opt.lowercase||n.opt.lowercasetags;n.looseCase=n.opt.lowercase?"toLowerCase":"toUpperCase";n.tags=[];n.closed=n.closedRoot=n.sawRoot=false;n.tag=n.error=null;n.strict=!!t;n.noscript=!!(t||n.opt.noscript);n.state=d.BEGIN;n.strictEntities=n.opt.strictEntities;n.ENTITIES=n.strictEntities?Object.create(e.XML_ENTITIES):Object.create(e.ENTITIES);n.attribList=[];if(n.opt.xmlns){n.ns=Object.create(o)}n.trackPosition=n.opt.position!==false;if(n.trackPosition){n.position=n.line=n.column=0}emit(n,"onready")}if(!Object.create){Object.create=function(e){function F(){}F.prototype=e;var t=new F;return t}}if(!Object.keys){Object.keys=function(e){var t=[];for(var r in e)if(e.hasOwnProperty(r))t.push(r);return t}}function checkBufferLength(r){var n=Math.max(e.MAX_BUFFER_LENGTH,10);var i=0;for(var a=0,o=t.length;a<o;a++){var s=r[t[a]].length;if(s>n){switch(t[a]){case"textNode":closeText(r);break;case"cdata":emitNode(r,"oncdata",r.cdata);r.cdata="";break;case"script":emitNode(r,"onscript",r.script);r.script="";break;default:error(r,"Max buffer length exceeded: "+t[a])}}i=Math.max(i,s)}var l=e.MAX_BUFFER_LENGTH-i;r.bufferCheckPosition=l+r.position}function clearBuffers(e){for(var r=0,n=t.length;r<n;r++){e[t[r]]=""}}function flushBuffers(e){closeText(e);if(e.cdata!==""){emitNode(e,"oncdata",e.cdata);e.cdata=""}if(e.script!==""){emitNode(e,"onscript",e.script);e.script=""}}SAXParser.prototype={end:function(){end(this)},write:write,resume:function(){this.error=null;return this},close:function(){return this.write(null)},flush:function(){flushBuffers(this)}};var r="[CDATA[";var n="DOCTYPE";var i="http://www.w3.org/XML/1998/namespace";var a="http://www.w3.org/2000/xmlns/";var o={xml:i,xmlns:a};var s=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/;var l=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;var c=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/;var u=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function isWhitespace(e){return e===" "||e==="\n"||e==="\r"||e==="\t"}function isQuote(e){return e==='"'||e==="'"}function isAttribEnd(e){return e===">"||isWhitespace(e)}function isMatch(e,t){return e.test(t)}function notMatch(e,t){return!isMatch(e,t)}var d=0;e.STATE={BEGIN:d++,BEGIN_WHITESPACE:d++,TEXT:d++,TEXT_ENTITY:d++,OPEN_WAKA:d++,SGML_DECL:d++,SGML_DECL_QUOTED:d++,DOCTYPE:d++,DOCTYPE_QUOTED:d++,DOCTYPE_DTD:d++,DOCTYPE_DTD_QUOTED:d++,COMMENT_STARTING:d++,COMMENT:d++,COMMENT_ENDING:d++,COMMENT_ENDED:d++,CDATA:d++,CDATA_ENDING:d++,CDATA_ENDING_2:d++,PROC_INST:d++,PROC_INST_BODY:d++,PROC_INST_ENDING:d++,OPEN_TAG:d++,OPEN_TAG_SLASH:d++,ATTRIB:d++,ATTRIB_NAME:d++,ATTRIB_NAME_SAW_WHITE:d++,ATTRIB_VALUE:d++,ATTRIB_VALUE_QUOTED:d++,ATTRIB_VALUE_CLOSED:d++,ATTRIB_VALUE_UNQUOTED:d++,ATTRIB_VALUE_ENTITY_Q:d++,ATTRIB_VALUE_ENTITY_U:d++,CLOSE_TAG:d++,CLOSE_TAG_SAW_WHITE:d++,SCRIPT:d++,SCRIPT_ENDING:d++};e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"};e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830};Object.keys(e.ENTITIES).forEach((function(t){var r=e.ENTITIES[t];var n=typeof r==="number"?String.fromCharCode(r):r;e.ENTITIES[t]=n}));for(var p in e.STATE){e.STATE[e.STATE[p]]=p}d=e.STATE;function emit(e,t,r){e[t]&&e[t](r)}function emitNode(e,t,r){if(e.textNode)closeText(e);emit(e,t,r)}function closeText(e){e.textNode=textopts(e.opt,e.textNode);if(e.textNode)emit(e,"ontext",e.textNode);e.textNode=""}function textopts(e,t){if(e.trim)t=t.trim();if(e.normalize)t=t.replace(/\s+/g," ");return t}function error(e,t){closeText(e);const r=t+"\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c;const n=new Error(r);n.reason=t;n.line=e.line;n.column=e.column;e.error=n;emit(e,"onerror",n);return e}function end(e){if(e.sawRoot&&!e.closedRoot)strictFail(e,"Unclosed root tag");if(e.state!==d.BEGIN&&e.state!==d.BEGIN_WHITESPACE&&e.state!==d.TEXT){error(e,"Unexpected end")}closeText(e);e.c="";e.closed=true;emit(e,"onend");SAXParser.call(e,e.strict,e.opt);return e}function strictFail(e,t){if(typeof e!=="object"||!(e instanceof SAXParser)){throw new Error("bad call to strictFail")}if(e.strict){error(e,t)}}function newTag(e){if(!e.strict)e.tagName=e.tagName[e.looseCase]();var t=e.tags[e.tags.length-1]||e;var r=e.tag={name:e.tagName,attributes:{}};if(e.opt.xmlns){r.ns=t.ns}e.attribList.length=0;emitNode(e,"onopentagstart",r)}function qname(e,t){var r=e.indexOf(":");var n=r<0?["",e]:e.split(":");var i=n[0];var a=n[1];if(t&&e==="xmlns"){i="xmlns";a=""}return{prefix:i,local:a}}function attrib(e){if(!e.strict){e.attribName=e.attribName[e.looseCase]()}if(e.attribList.indexOf(e.attribName)!==-1||e.tag.attributes.hasOwnProperty(e.attribName)){e.attribName=e.attribValue="";return}if(e.opt.xmlns){var t=qname(e.attribName,true);var r=t.prefix;var n=t.local;if(r==="xmlns"){if(n==="xml"&&e.attribValue!==i){strictFail(e,"xml: prefix must be bound to "+i+"\n"+"Actual: "+e.attribValue)}else if(n==="xmlns"&&e.attribValue!==a){strictFail(e,"xmlns: prefix must be bound to "+a+"\n"+"Actual: "+e.attribValue)}else{var o=e.tag;var s=e.tags[e.tags.length-1]||e;if(o.ns===s.ns){o.ns=Object.create(s.ns)}o.ns[n]=e.attribValue}}e.attribList.push([e.attribName,e.attribValue])}else{e.tag.attributes[e.attribName]=e.attribValue;emitNode(e,"onattribute",{name:e.attribName,value:e.attribValue})}e.attribName=e.attribValue=""}function openTag(e,t){if(e.opt.xmlns){var r=e.tag;var n=qname(e.tagName);r.prefix=n.prefix;r.local=n.local;r.uri=r.ns[n.prefix]||"";if(r.prefix&&!r.uri){strictFail(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName));r.uri=n.prefix}var i=e.tags[e.tags.length-1]||e;if(r.ns&&i.ns!==r.ns){Object.keys(r.ns).forEach((function(t){emitNode(e,"onopennamespace",{prefix:t,uri:r.ns[t]})}))}for(var a=0,o=e.attribList.length;a<o;a++){var s=e.attribList[a];var l=s[0];var c=s[1];var u=qname(l,true);var p=u.prefix;var m=u.local;var f=p===""?"":r.ns[p]||"";var h={name:l,value:c,prefix:p,local:m,uri:f};if(p&&p!=="xmlns"&&!f){strictFail(e,"Unbound namespace prefix: "+JSON.stringify(p));h.uri=p}e.tag.attributes[l]=h;emitNode(e,"onattribute",h)}e.attribList.length=0}e.tag.isSelfClosing=!!t;e.sawRoot=true;e.tags.push(e.tag);emitNode(e,"onopentag",e.tag);if(!t){if(!e.noscript&&e.tagName.toLowerCase()==="script"){e.state=d.SCRIPT}else{e.state=d.TEXT}e.tag=null;e.tagName=""}e.attribName=e.attribValue="";e.attribList.length=0}function closeTag(e){if(!e.tagName){strictFail(e,"Weird empty close tag.");e.textNode+="</>";e.state=d.TEXT;return}if(e.script){if(e.tagName!=="script"){e.script+="</"+e.tagName+">";e.tagName="";e.state=d.SCRIPT;return}emitNode(e,"onscript",e.script);e.script=""}var t=e.tags.length;var r=e.tagName;if(!e.strict){r=r[e.looseCase]()}var n=r;while(t--){var i=e.tags[t];if(i.name!==n){strictFail(e,"Unexpected close tag")}else{break}}if(t<0){strictFail(e,"Unmatched closing tag: "+e.tagName);e.textNode+="</"+e.tagName+">";e.state=d.TEXT;return}e.tagName=r;var a=e.tags.length;while(a-- >t){var o=e.tag=e.tags.pop();e.tagName=e.tag.name;emitNode(e,"onclosetag",e.tagName);var s={};for(var l in o.ns){s[l]=o.ns[l]}var c=e.tags[e.tags.length-1]||e;if(e.opt.xmlns&&o.ns!==c.ns){Object.keys(o.ns).forEach((function(t){var r=o.ns[t];emitNode(e,"onclosenamespace",{prefix:t,uri:r})}))}}if(t===0)e.closedRoot=true;e.tagName=e.attribValue=e.attribName="";e.attribList.length=0;e.state=d.TEXT}function parseEntity(e){var t=e.entity;var r=t.toLowerCase();var n;var i="";if(e.ENTITIES[t]){return e.ENTITIES[t]}if(e.ENTITIES[r]){return e.ENTITIES[r]}t=r;if(t.charAt(0)==="#"){if(t.charAt(1)==="x"){t=t.slice(2);n=parseInt(t,16);i=n.toString(16)}else{t=t.slice(1);n=parseInt(t,10);i=n.toString(10)}}t=t.replace(/^0+/,"");if(isNaN(n)||i.toLowerCase()!==t){strictFail(e,"Invalid character entity");return"&"+e.entity+";"}return String.fromCodePoint(n)}function beginWhiteSpace(e,t){if(t==="<"){e.state=d.OPEN_WAKA;e.startTagPosition=e.position}else if(!isWhitespace(t)){strictFail(e,"Non-whitespace before first tag.");e.textNode=t;e.state=d.TEXT}}function charAt(e,t){var r="";if(t<e.length){r=e.charAt(t)}return r}function write(t){var i=this;if(this.error){throw this.error}if(i.closed){return error(i,"Cannot write after close. Assign an onready handler.")}if(t===null){return end(i)}if(typeof t==="object"){t=t.toString()}var a=0;var o="";while(true){o=charAt(t,a++);i.c=o;if(!o){break}if(i.trackPosition){i.position++;if(o==="\n"){i.line++;i.column=0}else{i.column++}}switch(i.state){case d.BEGIN:i.state=d.BEGIN_WHITESPACE;if(o==="\ufeff"){continue}beginWhiteSpace(i,o);continue;case d.BEGIN_WHITESPACE:beginWhiteSpace(i,o);continue;case d.TEXT:if(i.sawRoot&&!i.closedRoot){var p=a-1;while(o&&o!=="<"&&o!=="&"){o=charAt(t,a++);if(o&&i.trackPosition){i.position++;if(o==="\n"){i.line++;i.column=0}else{i.column++}}}i.textNode+=t.substring(p,a-1)}if(o==="<"&&!(i.sawRoot&&i.closedRoot&&!i.strict)){i.state=d.OPEN_WAKA;i.startTagPosition=i.position}else{if(!isWhitespace(o)&&(!i.sawRoot||i.closedRoot)){strictFail(i,"Text data outside of root node.")}if(o==="&"){i.state=d.TEXT_ENTITY}else{i.textNode+=o}}continue;case d.SCRIPT:if(o==="<"){i.state=d.SCRIPT_ENDING}else{i.script+=o}continue;case d.SCRIPT_ENDING:if(o==="/"){i.state=d.CLOSE_TAG}else{i.script+="<"+o;i.state=d.SCRIPT}continue;case d.OPEN_WAKA:if(o==="!"){i.state=d.SGML_DECL;i.sgmlDecl=""}else if(isWhitespace(o)){}else if(isMatch(s,o)){i.state=d.OPEN_TAG;i.tagName=o}else if(o==="/"){i.state=d.CLOSE_TAG;i.tagName=""}else if(o==="?"){i.state=d.PROC_INST;i.procInstName=i.procInstBody=""}else{strictFail(i,"Unencoded <");if(i.startTagPosition+1<i.position){var m=i.position-i.startTagPosition;o=new Array(m).join(" ")+o}i.textNode+="<"+o;i.state=d.TEXT}continue;case d.SGML_DECL:if((i.sgmlDecl+o).toUpperCase()===r){emitNode(i,"onopencdata");i.state=d.CDATA;i.sgmlDecl="";i.cdata=""}else if(i.sgmlDecl+o==="--"){i.state=d.COMMENT;i.comment="";i.sgmlDecl=""}else if((i.sgmlDecl+o).toUpperCase()===n){i.state=d.DOCTYPE;if(i.doctype||i.sawRoot){strictFail(i,"Inappropriately located doctype declaration")}i.doctype="";i.sgmlDecl=""}else if(o===">"){emitNode(i,"onsgmldeclaration",i.sgmlDecl);i.sgmlDecl="";i.state=d.TEXT}else if(isQuote(o)){i.state=d.SGML_DECL_QUOTED;i.sgmlDecl+=o}else{i.sgmlDecl+=o}continue;case d.SGML_DECL_QUOTED:if(o===i.q){i.state=d.SGML_DECL;i.q=""}i.sgmlDecl+=o;continue;case d.DOCTYPE:if(o===">"){i.state=d.TEXT;emitNode(i,"ondoctype",i.doctype);i.doctype=true}else{i.doctype+=o;if(o==="["){i.state=d.DOCTYPE_DTD}else if(isQuote(o)){i.state=d.DOCTYPE_QUOTED;i.q=o}}continue;case d.DOCTYPE_QUOTED:i.doctype+=o;if(o===i.q){i.q="";i.state=d.DOCTYPE}continue;case d.DOCTYPE_DTD:i.doctype+=o;if(o==="]"){i.state=d.DOCTYPE}else if(isQuote(o)){i.state=d.DOCTYPE_DTD_QUOTED;i.q=o}continue;case d.DOCTYPE_DTD_QUOTED:i.doctype+=o;if(o===i.q){i.state=d.DOCTYPE_DTD;i.q=""}continue;case d.COMMENT:if(o==="-"){i.state=d.COMMENT_ENDING}else{i.comment+=o}continue;case d.COMMENT_ENDING:if(o==="-"){i.state=d.COMMENT_ENDED;i.comment=textopts(i.opt,i.comment);if(i.comment){emitNode(i,"oncomment",i.comment)}i.comment=""}else{i.comment+="-"+o;i.state=d.COMMENT}continue;case d.COMMENT_ENDED:if(o!==">"){strictFail(i,"Malformed comment");i.comment+="--"+o;i.state=d.COMMENT}else{i.state=d.TEXT}continue;case d.CDATA:if(o==="]"){i.state=d.CDATA_ENDING}else{i.cdata+=o}continue;case d.CDATA_ENDING:if(o==="]"){i.state=d.CDATA_ENDING_2}else{i.cdata+="]"+o;i.state=d.CDATA}continue;case d.CDATA_ENDING_2:if(o===">"){if(i.cdata){emitNode(i,"oncdata",i.cdata)}emitNode(i,"onclosecdata");i.cdata="";i.state=d.TEXT}else if(o==="]"){i.cdata+="]"}else{i.cdata+="]]"+o;i.state=d.CDATA}continue;case d.PROC_INST:if(o==="?"){i.state=d.PROC_INST_ENDING}else if(isWhitespace(o)){i.state=d.PROC_INST_BODY}else{i.procInstName+=o}continue;case d.PROC_INST_BODY:if(!i.procInstBody&&isWhitespace(o)){continue}else if(o==="?"){i.state=d.PROC_INST_ENDING}else{i.procInstBody+=o}continue;case d.PROC_INST_ENDING:if(o===">"){emitNode(i,"onprocessinginstruction",{name:i.procInstName,body:i.procInstBody});i.procInstName=i.procInstBody="";i.state=d.TEXT}else{i.procInstBody+="?"+o;i.state=d.PROC_INST_BODY}continue;case d.OPEN_TAG:if(isMatch(l,o)){i.tagName+=o}else{newTag(i);if(o===">"){openTag(i)}else if(o==="/"){i.state=d.OPEN_TAG_SLASH}else{if(!isWhitespace(o)){strictFail(i,"Invalid character in tag name")}i.state=d.ATTRIB}}continue;case d.OPEN_TAG_SLASH:if(o===">"){openTag(i,true);closeTag(i)}else{strictFail(i,"Forward-slash in opening tag not followed by >");i.state=d.ATTRIB}continue;case d.ATTRIB:if(isWhitespace(o)){continue}else if(o===">"){openTag(i)}else if(o==="/"){i.state=d.OPEN_TAG_SLASH}else if(isMatch(s,o)){i.attribName=o;i.attribValue="";i.state=d.ATTRIB_NAME}else{strictFail(i,"Invalid attribute name")}continue;case d.ATTRIB_NAME:if(o==="="){i.state=d.ATTRIB_VALUE}else if(o===">"){strictFail(i,"Attribute without value");i.attribValue=i.attribName;attrib(i);openTag(i)}else if(isWhitespace(o)){i.state=d.ATTRIB_NAME_SAW_WHITE}else if(isMatch(l,o)){i.attribName+=o}else{strictFail(i,"Invalid attribute name")}continue;case d.ATTRIB_NAME_SAW_WHITE:if(o==="="){i.state=d.ATTRIB_VALUE}else if(isWhitespace(o)){continue}else{strictFail(i,"Attribute without value");i.tag.attributes[i.attribName]="";i.attribValue="";emitNode(i,"onattribute",{name:i.attribName,value:""});i.attribName="";if(o===">"){openTag(i)}else if(isMatch(s,o)){i.attribName=o;i.state=d.ATTRIB_NAME}else{strictFail(i,"Invalid attribute name");i.state=d.ATTRIB}}continue;case d.ATTRIB_VALUE:if(isWhitespace(o)){continue}else if(isQuote(o)){i.q=o;i.state=d.ATTRIB_VALUE_QUOTED}else{strictFail(i,"Unquoted attribute value");i.state=d.ATTRIB_VALUE_UNQUOTED;i.attribValue=o}continue;case d.ATTRIB_VALUE_QUOTED:if(o!==i.q){if(o==="&"){i.state=d.ATTRIB_VALUE_ENTITY_Q}else{i.attribValue+=o}continue}attrib(i);i.q="";i.state=d.ATTRIB_VALUE_CLOSED;continue;case d.ATTRIB_VALUE_CLOSED:if(isWhitespace(o)){i.state=d.ATTRIB}else if(o===">"){openTag(i)}else if(o==="/"){i.state=d.OPEN_TAG_SLASH}else if(isMatch(s,o)){strictFail(i,"No whitespace between attributes");i.attribName=o;i.attribValue="";i.state=d.ATTRIB_NAME}else{strictFail(i,"Invalid attribute name")}continue;case d.ATTRIB_VALUE_UNQUOTED:if(!isAttribEnd(o)){if(o==="&"){i.state=d.ATTRIB_VALUE_ENTITY_U}else{i.attribValue+=o}continue}attrib(i);if(o===">"){openTag(i)}else{i.state=d.ATTRIB}continue;case d.CLOSE_TAG:if(!i.tagName){if(isWhitespace(o)){continue}else if(notMatch(s,o)){if(i.script){i.script+="</"+o;i.state=d.SCRIPT}else{strictFail(i,"Invalid tagname in closing tag.")}}else{i.tagName=o}}else if(o===">"){closeTag(i)}else if(isMatch(l,o)){i.tagName+=o}else if(i.script){i.script+="</"+i.tagName;i.tagName="";i.state=d.SCRIPT}else{if(!isWhitespace(o)){strictFail(i,"Invalid tagname in closing tag")}i.state=d.CLOSE_TAG_SAW_WHITE}continue;case d.CLOSE_TAG_SAW_WHITE:if(isWhitespace(o)){continue}if(o===">"){closeTag(i)}else{strictFail(i,"Invalid characters in closing tag")}continue;case d.TEXT_ENTITY:case d.ATTRIB_VALUE_ENTITY_Q:case d.ATTRIB_VALUE_ENTITY_U:var f;var h;switch(i.state){case d.TEXT_ENTITY:f=d.TEXT;h="textNode";break;case d.ATTRIB_VALUE_ENTITY_Q:f=d.ATTRIB_VALUE_QUOTED;h="attribValue";break;case d.ATTRIB_VALUE_ENTITY_U:f=d.ATTRIB_VALUE_UNQUOTED;h="attribValue";break}if(o===";"){var y=parseEntity(i);if(i.state===d.TEXT_ENTITY&&!e.ENTITIES[i.entity]&&y!=="&"+i.entity+";"){t=t.slice(0,a)+y+t.slice(a)}else{i[h]+=y}i.entity="";i.state=f}else if(isMatch(i.entity.length?u:c,o)){i.entity+=o}else{strictFail(i,"Invalid character in entity name");i[h]+="&"+i.entity+o;i.entity="";i.state=f}continue;default:throw new Error(i,"Unknown state: "+i.state)}}if(i.position>=i.bufferCheckPosition){checkBufferLength(i)}return i}})(false?0:t)},4571:(e,t,r)=>{"use strict";e=r.nmd(e);const n=r(6755);const wrapAnsi16=(e,t)=>function(){const r=e.apply(n,arguments);return`[${r+t}m`};const wrapAnsi256=(e,t)=>function(){const r=e.apply(n,arguments);return`[${38+t};5;${r}m`};const wrapAnsi16m=(e,t)=>function(){const r=e.apply(n,arguments);return`[${38+t};2;${r[0]};${r[1]};${r[2]}m`};function assembleStyles(){const e=new Map;const t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};t.color.grey=t.color.gray;for(const r of Object.keys(t)){const n=t[r];for(const r of Object.keys(n)){const i=n[r];t[r]={open:`[${i[0]}m`,close:`[${i[1]}m`};n[r]=t[r];e.set(i[0],i[1])}Object.defineProperty(t,r,{value:n,enumerable:false});Object.defineProperty(t,"codes",{value:e,enumerable:false})}const ansi2ansi=e=>e;const rgb2rgb=(e,t,r)=>[e,t,r];t.color.close="[39m";t.bgColor.close="[49m";t.color.ansi={ansi:wrapAnsi16(ansi2ansi,0)};t.color.ansi256={ansi256:wrapAnsi256(ansi2ansi,0)};t.color.ansi16m={rgb:wrapAnsi16m(rgb2rgb,0)};t.bgColor.ansi={ansi:wrapAnsi16(ansi2ansi,10)};t.bgColor.ansi256={ansi256:wrapAnsi256(ansi2ansi,10)};t.bgColor.ansi16m={rgb:wrapAnsi16m(rgb2rgb,10)};for(let e of Object.keys(n)){if(typeof n[e]!=="object"){continue}const r=n[e];if(e==="ansi16"){e="ansi"}if("ansi16"in r){t.color.ansi[e]=wrapAnsi16(r.ansi16,0);t.bgColor.ansi[e]=wrapAnsi16(r.ansi16,10)}if("ansi256"in r){t.color.ansi256[e]=wrapAnsi256(r.ansi256,0);t.bgColor.ansi256[e]=wrapAnsi256(r.ansi256,10)}if("rgb"in r){t.color.ansi16m[e]=wrapAnsi16m(r.rgb,0);t.bgColor.ansi16m[e]=wrapAnsi16m(r.rgb,10)}}return t}Object.defineProperty(e,"exports",{enumerable:true,get:assembleStyles})},9470:e=>{e.exports={trueFunc:function trueFunc(){return true},falseFunc:function falseFunc(){return false}}},1576:e=>{"use strict";const callsites=()=>{const e=Error.prepareStackTrace;Error.prepareStackTrace=(e,t)=>t;const t=(new Error).stack.slice(1);Error.prepareStackTrace=e;return t};e.exports=callsites;e.exports["default"]=callsites},6673:(e,t,r)=>{"use strict";const n=r(4434);const i=r(4571);const a=r(2332).stdout;const o=r(1956);const s=process.platform==="win32"&&!(process.env.TERM||"").toLowerCase().startsWith("xterm");const l=["ansi","ansi","ansi256","ansi16m"];const c=new Set(["gray"]);const u=Object.create(null);function applyOptions(e,t){t=t||{};const r=a?a.level:0;e.level=t.level===undefined?r:t.level;e.enabled="enabled"in t?t.enabled:e.level>0}function Chalk(e){if(!this||!(this instanceof Chalk)||this.template){const t={};applyOptions(t,e);t.template=function(){const e=[].slice.call(arguments);return chalkTag.apply(null,[t.template].concat(e))};Object.setPrototypeOf(t,Chalk.prototype);Object.setPrototypeOf(t.template,t);t.template.constructor=Chalk;return t.template}applyOptions(this,e)}if(s){i.blue.open="[94m"}for(const e of Object.keys(i)){i[e].closeRe=new RegExp(n(i[e].close),"g");u[e]={get(){const t=i[e];return build.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}}}u.visible={get(){return build.call(this,this._styles||[],true,"visible")}};i.color.closeRe=new RegExp(n(i.color.close),"g");for(const e of Object.keys(i.color.ansi)){if(c.has(e)){continue}u[e]={get(){const t=this.level;return function(){const r=i.color[l[t]][e].apply(null,arguments);const n={open:r,close:i.color.close,closeRe:i.color.closeRe};return build.call(this,this._styles?this._styles.concat(n):[n],this._empty,e)}}}}i.bgColor.closeRe=new RegExp(n(i.bgColor.close),"g");for(const e of Object.keys(i.bgColor.ansi)){if(c.has(e)){continue}const t="bg"+e[0].toUpperCase()+e.slice(1);u[t]={get(){const t=this.level;return function(){const r=i.bgColor[l[t]][e].apply(null,arguments);const n={open:r,close:i.bgColor.close,closeRe:i.bgColor.closeRe};return build.call(this,this._styles?this._styles.concat(n):[n],this._empty,e)}}}}const d=Object.defineProperties((()=>{}),u);function build(e,t,r){const builder=function(){return applyStyle.apply(builder,arguments)};builder._styles=e;builder._empty=t;const n=this;Object.defineProperty(builder,"level",{enumerable:true,get(){return n.level},set(e){n.level=e}});Object.defineProperty(builder,"enabled",{enumerable:true,get(){return n.enabled},set(e){n.enabled=e}});builder.hasGrey=this.hasGrey||r==="gray"||r==="grey";builder.__proto__=d;return builder}function applyStyle(){const e=arguments;const t=e.length;let r=String(arguments[0]);if(t===0){return""}if(t>1){for(let n=1;n<t;n++){r+=" "+e[n]}}if(!this.enabled||this.level<=0||!r){return this._empty?"":r}const n=i.dim.open;if(s&&this.hasGrey){i.dim.open=""}for(const e of this._styles.slice().reverse()){r=e.open+r.replace(e.closeRe,e.open)+e.close;r=r.replace(/\r?\n/g,`${e.close}$&${e.open}`)}i.dim.open=n;return r}function chalkTag(e,t){if(!Array.isArray(t)){return[].slice.call(arguments,1).join(" ")}const r=[].slice.call(arguments,2);const n=[t.raw[0]];for(let e=1;e<t.length;e++){n.push(String(r[e-1]).replace(/[{}\\]/g,"\\$&"));n.push(String(t.raw[e]))}return o(e,n.join(""))}Object.defineProperties(Chalk.prototype,u);e.exports=Chalk();e.exports.supportsColor=a;e.exports["default"]=e.exports},1956:e=>{"use strict";const t=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;const r=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;const n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;const i=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi;const a=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function unescape(e){if(e[0]==="u"&&e.length===5||e[0]==="x"&&e.length===3){return String.fromCharCode(parseInt(e.slice(1),16))}return a.get(e)||e}function parseArguments(e,t){const r=[];const a=t.trim().split(/\s*,\s*/g);let o;for(const t of a){if(!isNaN(t)){r.push(Number(t))}else if(o=t.match(n)){r.push(o[2].replace(i,((e,t,r)=>t?unescape(t):r)))}else{throw new Error(`Invalid Chalk template style argument: ${t} (in style '${e}')`)}}return r}function parseStyle(e){r.lastIndex=0;const t=[];let n;while((n=r.exec(e))!==null){const e=n[1];if(n[2]){const r=parseArguments(e,n[2]);t.push([e].concat(r))}else{t.push([e])}}return t}function buildStyle(e,t){const r={};for(const e of t){for(const t of e.styles){r[t[0]]=e.inverse?null:t.slice(1)}}let n=e;for(const e of Object.keys(r)){if(Array.isArray(r[e])){if(!(e in n)){throw new Error(`Unknown Chalk style: ${e}`)}if(r[e].length>0){n=n[e].apply(n,r[e])}else{n=n[e]}}}return n}e.exports=(e,r)=>{const n=[];const i=[];let a=[];r.replace(t,((t,r,o,s,l,c)=>{if(r){a.push(unescape(r))}else if(s){const t=a.join("");a=[];i.push(n.length===0?t:buildStyle(e,n)(t));n.push({inverse:o,styles:parseStyle(s)})}else if(l){if(n.length===0){throw new Error("Found extraneous } in Chalk template literal")}i.push(buildStyle(e,n)(a.join("")));a=[];n.pop()}else{a.push(c)}}));i.push(a.join(""));if(n.length>0){const e=`Chalk template literal is missing ${n.length} closing bracket${n.length===1?"":"s"} (\`}\`)`;throw new Error(e)}return i.join("")}},4461:(e,t,r)=>{var n=r(391);var i={};for(var a in n){if(n.hasOwnProperty(a)){i[n[a]]=a}}var o=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var s in o){if(o.hasOwnProperty(s)){if(!("channels"in o[s])){throw new Error("missing channels property: "+s)}if(!("labels"in o[s])){throw new Error("missing channel labels property: "+s)}if(o[s].labels.length!==o[s].channels){throw new Error("channel and label counts mismatch: "+s)}var l=o[s].channels;var c=o[s].labels;delete o[s].channels;delete o[s].labels;Object.defineProperty(o[s],"channels",{value:l});Object.defineProperty(o[s],"labels",{value:c})}}o.rgb.hsl=function(e){var t=e[0]/255;var r=e[1]/255;var n=e[2]/255;var i=Math.min(t,r,n);var a=Math.max(t,r,n);var o=a-i;var s;var l;var c;if(a===i){s=0}else if(t===a){s=(r-n)/o}else if(r===a){s=2+(n-t)/o}else if(n===a){s=4+(t-r)/o}s=Math.min(s*60,360);if(s<0){s+=360}c=(i+a)/2;if(a===i){l=0}else if(c<=.5){l=o/(a+i)}else{l=o/(2-a-i)}return[s,l*100,c*100]};o.rgb.hsv=function(e){var t;var r;var n;var i;var a;var o=e[0]/255;var s=e[1]/255;var l=e[2]/255;var c=Math.max(o,s,l);var u=c-Math.min(o,s,l);var diffc=function(e){return(c-e)/6/u+1/2};if(u===0){i=a=0}else{a=u/c;t=diffc(o);r=diffc(s);n=diffc(l);if(o===c){i=n-r}else if(s===c){i=1/3+t-n}else if(l===c){i=2/3+r-t}if(i<0){i+=1}else if(i>1){i-=1}}return[i*360,a*100,c*100]};o.rgb.hwb=function(e){var t=e[0];var r=e[1];var n=e[2];var i=o.rgb.hsl(e)[0];var a=1/255*Math.min(t,Math.min(r,n));n=1-1/255*Math.max(t,Math.max(r,n));return[i,a*100,n*100]};o.rgb.cmyk=function(e){var t=e[0]/255;var r=e[1]/255;var n=e[2]/255;var i;var a;var o;var s;s=Math.min(1-t,1-r,1-n);i=(1-t-s)/(1-s)||0;a=(1-r-s)/(1-s)||0;o=(1-n-s)/(1-s)||0;return[i*100,a*100,o*100,s*100]};function comparativeDistance(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}o.rgb.keyword=function(e){var t=i[e];if(t){return t}var r=Infinity;var a;for(var o in n){if(n.hasOwnProperty(o)){var s=n[o];var l=comparativeDistance(e,s);if(l<r){r=l;a=o}}}return a};o.keyword.rgb=function(e){return n[e]};o.rgb.xyz=function(e){var t=e[0]/255;var r=e[1]/255;var n=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92;r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92;n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var i=t*.4124+r*.3576+n*.1805;var a=t*.2126+r*.7152+n*.0722;var o=t*.0193+r*.1192+n*.9505;return[i*100,a*100,o*100]};o.rgb.lab=function(e){var t=o.rgb.xyz(e);var r=t[0];var n=t[1];var i=t[2];var a;var s;var l;r/=95.047;n/=100;i/=108.883;r=r>.008856?Math.pow(r,1/3):7.787*r+16/116;n=n>.008856?Math.pow(n,1/3):7.787*n+16/116;i=i>.008856?Math.pow(i,1/3):7.787*i+16/116;a=116*n-16;s=500*(r-n);l=200*(n-i);return[a,s,l]};o.hsl.rgb=function(e){var t=e[0]/360;var r=e[1]/100;var n=e[2]/100;var i;var a;var o;var s;var l;if(r===0){l=n*255;return[l,l,l]}if(n<.5){a=n*(1+r)}else{a=n+r-n*r}i=2*n-a;s=[0,0,0];for(var c=0;c<3;c++){o=t+1/3*-(c-1);if(o<0){o++}if(o>1){o--}if(6*o<1){l=i+(a-i)*6*o}else if(2*o<1){l=a}else if(3*o<2){l=i+(a-i)*(2/3-o)*6}else{l=i}s[c]=l*255}return s};o.hsl.hsv=function(e){var t=e[0];var r=e[1]/100;var n=e[2]/100;var i=r;var a=Math.max(n,.01);var o;var s;n*=2;r*=n<=1?n:2-n;i*=a<=1?a:2-a;s=(n+r)/2;o=n===0?2*i/(a+i):2*r/(n+r);return[t,o*100,s*100]};o.hsv.rgb=function(e){var t=e[0]/60;var r=e[1]/100;var n=e[2]/100;var i=Math.floor(t)%6;var a=t-Math.floor(t);var o=255*n*(1-r);var s=255*n*(1-r*a);var l=255*n*(1-r*(1-a));n*=255;switch(i){case 0:return[n,l,o];case 1:return[s,n,o];case 2:return[o,n,l];case 3:return[o,s,n];case 4:return[l,o,n];case 5:return[n,o,s]}};o.hsv.hsl=function(e){var t=e[0];var r=e[1]/100;var n=e[2]/100;var i=Math.max(n,.01);var a;var o;var s;s=(2-r)*n;a=(2-r)*i;o=r*i;o/=a<=1?a:2-a;o=o||0;s/=2;return[t,o*100,s*100]};o.hwb.rgb=function(e){var t=e[0]/360;var r=e[1]/100;var n=e[2]/100;var i=r+n;var a;var o;var s;var l;if(i>1){r/=i;n/=i}a=Math.floor(6*t);o=1-n;s=6*t-a;if((a&1)!==0){s=1-s}l=r+s*(o-r);var c;var u;var d;switch(a){default:case 6:case 0:c=o;u=l;d=r;break;case 1:c=l;u=o;d=r;break;case 2:c=r;u=o;d=l;break;case 3:c=r;u=l;d=o;break;case 4:c=l;u=r;d=o;break;case 5:c=o;u=r;d=l;break}return[c*255,u*255,d*255]};o.cmyk.rgb=function(e){var t=e[0]/100;var r=e[1]/100;var n=e[2]/100;var i=e[3]/100;var a;var o;var s;a=1-Math.min(1,t*(1-i)+i);o=1-Math.min(1,r*(1-i)+i);s=1-Math.min(1,n*(1-i)+i);return[a*255,o*255,s*255]};o.xyz.rgb=function(e){var t=e[0]/100;var r=e[1]/100;var n=e[2]/100;var i;var a;var o;i=t*3.2406+r*-1.5372+n*-.4986;a=t*-.9689+r*1.8758+n*.0415;o=t*.0557+r*-.204+n*1.057;i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*12.92;a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a*12.92;o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:o*12.92;i=Math.min(Math.max(0,i),1);a=Math.min(Math.max(0,a),1);o=Math.min(Math.max(0,o),1);return[i*255,a*255,o*255]};o.xyz.lab=function(e){var t=e[0];var r=e[1];var n=e[2];var i;var a;var o;t/=95.047;r/=100;n/=108.883;t=t>.008856?Math.pow(t,1/3):7.787*t+16/116;r=r>.008856?Math.pow(r,1/3):7.787*r+16/116;n=n>.008856?Math.pow(n,1/3):7.787*n+16/116;i=116*r-16;a=500*(t-r);o=200*(r-n);return[i,a,o]};o.lab.xyz=function(e){var t=e[0];var r=e[1];var n=e[2];var i;var a;var o;a=(t+16)/116;i=r/500+a;o=a-n/200;var s=Math.pow(a,3);var l=Math.pow(i,3);var c=Math.pow(o,3);a=s>.008856?s:(a-16/116)/7.787;i=l>.008856?l:(i-16/116)/7.787;o=c>.008856?c:(o-16/116)/7.787;i*=95.047;a*=100;o*=108.883;return[i,a,o]};o.lab.lch=function(e){var t=e[0];var r=e[1];var n=e[2];var i;var a;var o;i=Math.atan2(n,r);a=i*360/2/Math.PI;if(a<0){a+=360}o=Math.sqrt(r*r+n*n);return[t,o,a]};o.lch.lab=function(e){var t=e[0];var r=e[1];var n=e[2];var i;var a;var o;o=n/360*2*Math.PI;i=r*Math.cos(o);a=r*Math.sin(o);return[t,i,a]};o.rgb.ansi16=function(e){var t=e[0];var r=e[1];var n=e[2];var i=1 in arguments?arguments[1]:o.rgb.hsv(e)[2];i=Math.round(i/50);if(i===0){return 30}var a=30+(Math.round(n/255)<<2|Math.round(r/255)<<1|Math.round(t/255));if(i===2){a+=60}return a};o.hsv.ansi16=function(e){return o.rgb.ansi16(o.hsv.rgb(e),e[2])};o.rgb.ansi256=function(e){var t=e[0];var r=e[1];var n=e[2];if(t===r&&r===n){if(t<8){return 16}if(t>248){return 231}return Math.round((t-8)/247*24)+232}var i=16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5);return i};o.ansi16.rgb=function(e){var t=e%10;if(t===0||t===7){if(e>50){t+=3.5}t=t/10.5*255;return[t,t,t]}var r=(~~(e>50)+1)*.5;var n=(t&1)*r*255;var i=(t>>1&1)*r*255;var a=(t>>2&1)*r*255;return[n,i,a]};o.ansi256.rgb=function(e){if(e>=232){var t=(e-232)*10+8;return[t,t,t]}e-=16;var r;var n=Math.floor(e/36)/5*255;var i=Math.floor((r=e%36)/6)/5*255;var a=r%6/5*255;return[n,i,a]};o.rgb.hex=function(e){var t=((Math.round(e[0])&255)<<16)+((Math.round(e[1])&255)<<8)+(Math.round(e[2])&255);var r=t.toString(16).toUpperCase();return"000000".substring(r.length)+r};o.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t){return[0,0,0]}var r=t[0];if(t[0].length===3){r=r.split("").map((function(e){return e+e})).join("")}var n=parseInt(r,16);var i=n>>16&255;var a=n>>8&255;var o=n&255;return[i,a,o]};o.rgb.hcg=function(e){var t=e[0]/255;var r=e[1]/255;var n=e[2]/255;var i=Math.max(Math.max(t,r),n);var a=Math.min(Math.min(t,r),n);var o=i-a;var s;var l;if(o<1){s=a/(1-o)}else{s=0}if(o<=0){l=0}else if(i===t){l=(r-n)/o%6}else if(i===r){l=2+(n-t)/o}else{l=4+(t-r)/o+4}l/=6;l%=1;return[l*360,o*100,s*100]};o.hsl.hcg=function(e){var t=e[1]/100;var r=e[2]/100;var n=1;var i=0;if(r<.5){n=2*t*r}else{n=2*t*(1-r)}if(n<1){i=(r-.5*n)/(1-n)}return[e[0],n*100,i*100]};o.hsv.hcg=function(e){var t=e[1]/100;var r=e[2]/100;var n=t*r;var i=0;if(n<1){i=(r-n)/(1-n)}return[e[0],n*100,i*100]};o.hcg.rgb=function(e){var t=e[0]/360;var r=e[1]/100;var n=e[2]/100;if(r===0){return[n*255,n*255,n*255]}var i=[0,0,0];var a=t%1*6;var o=a%1;var s=1-o;var l=0;switch(Math.floor(a)){case 0:i[0]=1;i[1]=o;i[2]=0;break;case 1:i[0]=s;i[1]=1;i[2]=0;break;case 2:i[0]=0;i[1]=1;i[2]=o;break;case 3:i[0]=0;i[1]=s;i[2]=1;break;case 4:i[0]=o;i[1]=0;i[2]=1;break;default:i[0]=1;i[1]=0;i[2]=s}l=(1-r)*n;return[(r*i[0]+l)*255,(r*i[1]+l)*255,(r*i[2]+l)*255]};o.hcg.hsv=function(e){var t=e[1]/100;var r=e[2]/100;var n=t+r*(1-t);var i=0;if(n>0){i=t/n}return[e[0],i*100,n*100]};o.hcg.hsl=function(e){var t=e[1]/100;var r=e[2]/100;var n=r*(1-t)+.5*t;var i=0;if(n>0&&n<.5){i=t/(2*n)}else if(n>=.5&&n<1){i=t/(2*(1-n))}return[e[0],i*100,n*100]};o.hcg.hwb=function(e){var t=e[1]/100;var r=e[2]/100;var n=t+r*(1-t);return[e[0],(n-t)*100,(1-n)*100]};o.hwb.hcg=function(e){var t=e[1]/100;var r=e[2]/100;var n=1-r;var i=n-t;var a=0;if(i<1){a=(n-i)/(1-i)}return[e[0],i*100,a*100]};o.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]};o.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]};o.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]};o.gray.hsl=o.gray.hsv=function(e){return[0,0,e[0]]};o.gray.hwb=function(e){return[0,100,e[0]]};o.gray.cmyk=function(e){return[0,0,0,e[0]]};o.gray.lab=function(e){return[e[0],0,0]};o.gray.hex=function(e){var t=Math.round(e[0]/100*255)&255;var r=(t<<16)+(t<<8)+t;var n=r.toString(16).toUpperCase();return"000000".substring(n.length)+n};o.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]}},6755:(e,t,r)=>{var n=r(4461);var i=r(1974);var a={};var o=Object.keys(n);function wrapRaw(e){var wrappedFn=function(t){if(t===undefined||t===null){return t}if(arguments.length>1){t=Array.prototype.slice.call(arguments)}return e(t)};if("conversion"in e){wrappedFn.conversion=e.conversion}return wrappedFn}function wrapRounded(e){var wrappedFn=function(t){if(t===undefined||t===null){return t}if(arguments.length>1){t=Array.prototype.slice.call(arguments)}var r=e(t);if(typeof r==="object"){for(var n=r.length,i=0;i<n;i++){r[i]=Math.round(r[i])}}return r};if("conversion"in e){wrappedFn.conversion=e.conversion}return wrappedFn}o.forEach((function(e){a[e]={};Object.defineProperty(a[e],"channels",{value:n[e].channels});Object.defineProperty(a[e],"labels",{value:n[e].labels});var t=i(e);var r=Object.keys(t);r.forEach((function(r){var n=t[r];a[e][r]=wrapRounded(n);a[e][r].raw=wrapRaw(n)}))}));e.exports=a},1974:(e,t,r)=>{var n=r(4461);function buildGraph(){var e={};var t=Object.keys(n);for(var r=t.length,i=0;i<r;i++){e[t[i]]={distance:-1,parent:null}}return e}function deriveBFS(e){var t=buildGraph();var r=[e];t[e].distance=0;while(r.length){var i=r.pop();var a=Object.keys(n[i]);for(var o=a.length,s=0;s<o;s++){var l=a[s];var c=t[l];if(c.distance===-1){c.distance=t[i].distance+1;c.parent=i;r.unshift(l)}}}return t}function link(e,t){return function(r){return t(e(r))}}function wrapConversion(e,t){var r=[t[e].parent,e];var i=n[t[e].parent][e];var a=t[e].parent;while(t[a].parent){r.unshift(t[a].parent);i=link(n[t[a].parent][a],i);a=t[a].parent}i.conversion=r;return i}e.exports=function(e){var t=deriveBFS(e);var r={};var n=Object.keys(t);for(var i=n.length,a=0;a<i;a++){var o=n[a];var s=t[o];if(s.parent===null){continue}r[o]=wrapConversion(o,t)}return r}},391:e=>{"use strict";e.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]}},9e3:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.Explorer=void 0;var n=_interopRequireDefault(r(1017));var i=r(9540);var a=r(3963);var o=r(7860);var s=r(9141);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}class Explorer extends a.ExplorerBase{constructor(e){super(e)}async search(e=process.cwd()){if(this.config.metaConfigFilePath){const e=await this._loadFile(this.config.metaConfigFilePath,true);if(e&&!e.isEmpty){return e}}return await this.searchFromDirectory(await(0,o.getDirectory)(e))}async searchFromDirectory(e){const t=n.default.resolve(process.cwd(),e);const run=async()=>{const e=await this.searchDirectory(t);const r=this.nextDirectoryToSearch(t,e);if(r){return this.searchFromDirectory(r)}return await this.config.transform(e)};if(this.searchCache){return(0,i.cacheWrapper)(this.searchCache,t,run)}return run()}async searchDirectory(e){for await(const t of this.config.searchPlaces){const r=await this.loadSearchPlace(e,t);if(this.shouldSearchStopWithResult(r)){return r}}return null}async loadSearchPlace(e,t){const r=n.default.join(e,t);const i=await(0,s.readFile)(r);return await this.createCosmiconfigResult(r,i,false)}async loadFileContent(e,t){if(t===null){return null}if(t.trim()===""){return undefined}const r=this.getLoaderEntryForFile(e);try{return await r(e,t)}catch(t){t.filepath=e;throw t}}async createCosmiconfigResult(e,t,r){const n=await this.loadFileContent(e,t);return this.loadedContentToCosmiconfigResult(e,n,r)}async load(e){return this._loadFile(e,false)}async _loadFile(e,t){this.validateFilePath(e);const r=n.default.resolve(process.cwd(),e);const runLoad=async()=>{const e=await(0,s.readFile)(r,{throwNotFound:true});const n=await this.createCosmiconfigResult(r,e,t);return await this.config.transform(n)};if(this.loadCache){return(0,i.cacheWrapper)(this.loadCache,r,runLoad)}return runLoad()}}t.Explorer=Explorer},3963:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.ExplorerBase=void 0;t.getExtensionDescription=getExtensionDescription;var n=_interopRequireDefault(r(1017));var i=r(555);var a=r(990);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}class ExplorerBase{constructor(e){if(e.cache){this.loadCache=new Map;this.searchCache=new Map}this.config=e;this.validateConfig()}clearLoadCache(){if(this.loadCache){this.loadCache.clear()}}clearSearchCache(){if(this.searchCache){this.searchCache.clear()}}clearCaches(){this.clearLoadCache();this.clearSearchCache()}validateConfig(){const e=this.config;e.searchPlaces.forEach((t=>{const r=n.default.extname(t)||"noExt";const i=e.loaders[r];if(!i){throw new Error(`No loader specified for ${getExtensionDescription(t)}, so searchPlaces item "${t}" is invalid`)}if(typeof i!=="function"){throw new Error(`loader for ${getExtensionDescription(t)} is not a function (type provided: "${typeof i}"), so searchPlaces item "${t}" is invalid`)}}))}shouldSearchStopWithResult(e){if(e===null)return false;return!(e.isEmpty&&this.config.ignoreEmptySearchPlaces)}nextDirectoryToSearch(e,t){if(this.shouldSearchStopWithResult(t)){return null}const r=nextDirUp(e);if(r===e||e===this.config.stopDir){return null}return r}loadPackageProp(e,t){const r=a.loaders.loadJson(e,t);const n=(0,i.getPropertyByPath)(r,this.config.packageProp);return n||null}getLoaderEntryForFile(e){if(n.default.basename(e)==="package.json"){return this.loadPackageProp.bind(this)}const t=n.default.extname(e)||"noExt";const r=this.config.loaders[t];if(!r){throw new Error(`No loader specified for ${getExtensionDescription(e)}`)}return r}loadedContentToCosmiconfigResult(e,t,r){if(t===null){return null}if(t===undefined){return{filepath:e,config:undefined,isEmpty:true}}if(this.config.usePackagePropInConfigFiles||r){t=(0,i.getPropertyByPath)(t,this.config.packageProp)}if(t===undefined){return{filepath:e,config:undefined,isEmpty:true}}return{config:t,filepath:e}}validateFilePath(e){if(!e){throw new Error("load must pass a non-empty string")}}}t.ExplorerBase=ExplorerBase;function nextDirUp(e){return n.default.dirname(e)}function getExtensionDescription(e){const t=n.default.extname(e);return t?`extension "${t}"`:"files without extensions"}},1900:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.ExplorerSync=void 0;var n=_interopRequireDefault(r(1017));var i=r(9540);var a=r(3963);var o=r(7860);var s=r(9141);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}class ExplorerSync extends a.ExplorerBase{constructor(e){super(e)}searchSync(e=process.cwd()){if(this.config.metaConfigFilePath){const e=this._loadFileSync(this.config.metaConfigFilePath,true);if(e&&!e.isEmpty){return e}}return this.searchFromDirectorySync((0,o.getDirectorySync)(e))}searchFromDirectorySync(e){const t=n.default.resolve(process.cwd(),e);const run=()=>{const e=this.searchDirectorySync(t);const r=this.nextDirectoryToSearch(t,e);if(r){return this.searchFromDirectorySync(r)}return this.config.transform(e)};if(this.searchCache){return(0,i.cacheWrapperSync)(this.searchCache,t,run)}return run()}searchDirectorySync(e){for(const t of this.config.searchPlaces){const r=this.loadSearchPlaceSync(e,t);if(this.shouldSearchStopWithResult(r)){return r}}return null}loadSearchPlaceSync(e,t){const r=n.default.join(e,t);const i=(0,s.readFileSync)(r);return this.createCosmiconfigResultSync(r,i,false)}loadFileContentSync(e,t){if(t===null){return null}if(t.trim()===""){return undefined}const r=this.getLoaderEntryForFile(e);try{return r(e,t)}catch(t){t.filepath=e;throw t}}createCosmiconfigResultSync(e,t,r){const n=this.loadFileContentSync(e,t);return this.loadedContentToCosmiconfigResult(e,n,r)}loadSync(e){return this._loadFileSync(e,false)}_loadFileSync(e,t){this.validateFilePath(e);const r=n.default.resolve(process.cwd(),e);const runLoadSync=()=>{const e=(0,s.readFileSync)(r,{throwNotFound:true});const n=this.createCosmiconfigResultSync(r,e,t);return this.config.transform(n)};if(this.loadCache){return(0,i.cacheWrapperSync)(this.loadCache,r,runLoadSync)}return runLoadSync()}}t.ExplorerSync=ExplorerSync},9540:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.cacheWrapper=cacheWrapper;t.cacheWrapperSync=cacheWrapperSync;async function cacheWrapper(e,t,r){const n=e.get(t);if(n!==undefined){return n}const i=await r();e.set(t,i);return i}function cacheWrapperSync(e,t,r){const n=e.get(t);if(n!==undefined){return n}const i=r();e.set(t,i);return i}},7860:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.getDirectory=getDirectory;t.getDirectorySync=getDirectorySync;var n=_interopRequireDefault(r(1017));var i=r(9223);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}async function getDirectory(e){const t=await(0,i.isDirectory)(e);if(t===true){return e}const r=n.default.dirname(e);return r}function getDirectorySync(e){const t=(0,i.isDirectorySync)(e);if(t===true){return e}const r=n.default.dirname(e);return r}},555:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.getPropertyByPath=getPropertyByPath;function getPropertyByPath(e,t){if(typeof t==="string"&&Object.prototype.hasOwnProperty.call(e,t)){return e[t]}const r=typeof t==="string"?t.split("."):t;return r.reduce(((e,t)=>{if(e===undefined){return e}return e[t]}),e)}},3915:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.cosmiconfig=cosmiconfig;t.cosmiconfigSync=cosmiconfigSync;t.metaSearchPlaces=t.defaultLoaders=void 0;var n=_interopRequireDefault(r(2037));var i=r(9e3);var a=r(1900);var o=r(990);var s=r(6055);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const l=["package.json",".config.json",".config.yaml",".config.yml",".config.js",".config.cjs"];t.metaSearchPlaces=l;const c=Object.freeze({".cjs":o.loaders.loadJs,".js":o.loaders.loadJs,".json":o.loaders.loadJson,".yaml":o.loaders.loadYaml,".yml":o.loaders.loadYaml,noExt:o.loaders.loadYaml});t.defaultLoaders=c;const u=function identity(e){return e};function replaceMetaPlaceholders(e,t){return e.map((e=>e.replace("{name}",t)))}function getExplorerOptions(e,t){var r;const n=new a.ExplorerSync({packageProp:"cosmiconfig",stopDir:process.cwd(),searchPlaces:l,ignoreEmptySearchPlaces:false,usePackagePropInConfigFiles:true,loaders:c,transform:u,cache:true,metaConfigFilePath:null});const i=n.searchSync();if(!i){return normalizeOptions(e,t)}if((r=i.config)!==null&&r!==void 0&&r.loaders){throw new Error("Can not specify loaders in meta config file")}const o=i.config??{};if(o.searchPlaces){o.searchPlaces=replaceMetaPlaceholders(o.searchPlaces,e)}o.metaConfigFilePath=i.filepath;const s={...t,...o};return normalizeOptions(e,s)}function cosmiconfig(e,t={}){const r=getExplorerOptions(e,t);const n=new i.Explorer(r);return{search:n.search.bind(n),load:n.load.bind(n),clearLoadCache:n.clearLoadCache.bind(n),clearSearchCache:n.clearSearchCache.bind(n),clearCaches:n.clearCaches.bind(n)}}function cosmiconfigSync(e,t={}){const r=getExplorerOptions(e,t);const n=new a.ExplorerSync(r);return{search:n.searchSync.bind(n),load:n.loadSync.bind(n),clearLoadCache:n.clearLoadCache.bind(n),clearSearchCache:n.clearSearchCache.bind(n),clearCaches:n.clearCaches.bind(n)}}function normalizeOptions(e,t){const r={packageProp:e,searchPlaces:["package.json",`.${e}rc`,`.${e}rc.json`,`.${e}rc.yaml`,`.${e}rc.yml`,`.${e}rc.js`,`.${e}rc.cjs`,`.config/${e}rc`,`.config/${e}rc.json`,`.config/${e}rc.yaml`,`.config/${e}rc.yml`,`.config/${e}rc.js`,`.config/${e}rc.cjs`,`${e}.config.js`,`${e}.config.cjs`],ignoreEmptySearchPlaces:true,stopDir:n.default.homedir(),cache:true,transform:u,loaders:c,metaConfigFilePath:null};let i={...r.loaders};if(t.loaders){Object.assign(i,t.loaders)}return{...r,...t,loaders:i}}},990:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.loaders=void 0;let n;const i=function loadJs(e){if(n===undefined){n=r(833)}const t=n(e);return t};let a;const o=function loadJson(e,t){if(a===undefined){a=r(4302)}try{const e=a(t);return e}catch(t){t.message=`JSON Error in ${e}:\n${t.message}`;throw t}};let s;const l=function loadYaml(e,t){if(s===undefined){s=r(4509)}try{const e=s.load(t);return e}catch(t){t.message=`YAML Error in ${e}:\n${t.message}`;throw t}};const c={loadJs:i,loadJson:o,loadYaml:l};t.loaders=c},9141:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.readFile=readFile;t.readFileSync=readFileSync;var n=_interopRequireDefault(r(7147));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}async function fsReadFileAsync(e,t){return new Promise(((r,i)=>{n.default.readFile(e,t,((e,t)=>{if(e){i(e);return}r(t)}))}))}async function readFile(e,t={}){const r=t.throwNotFound===true;try{const t=await fsReadFileAsync(e,"utf8");return t}catch(e){if(r===false&&(e.code==="ENOENT"||e.code==="EISDIR")){return null}throw e}}function readFileSync(e,t={}){const r=t.throwNotFound===true;try{const t=n.default.readFileSync(e,"utf8");return t}catch(e){if(r===false&&(e.code==="ENOENT"||e.code==="EISDIR")){return null}throw e}}},6055:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true})},7501:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.attributeRules=void 0;var i=n(r(9470));var a=/[-[\]{}()*+?.,\\^$|#\s]/g;function escapeRegex(e){return e.replace(a,"\\$&")}var o=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function shouldIgnoreCase(e,t){return typeof e.ignoreCase==="boolean"?e.ignoreCase:e.ignoreCase==="quirks"?!!t.quirksMode:!t.xmlMode&&o.has(e.name)}t.attributeRules={equals:function(e,t,r){var n=r.adapter;var i=t.name;var a=t.value;if(shouldIgnoreCase(t,r)){a=a.toLowerCase();return function(t){var r=n.getAttributeValue(t,i);return r!=null&&r.length===a.length&&r.toLowerCase()===a&&e(t)}}return function(t){return n.getAttributeValue(t,i)===a&&e(t)}},hyphen:function(e,t,r){var n=r.adapter;var i=t.name;var a=t.value;var o=a.length;if(shouldIgnoreCase(t,r)){a=a.toLowerCase();return function hyphenIC(t){var r=n.getAttributeValue(t,i);return r!=null&&(r.length===o||r.charAt(o)==="-")&&r.substr(0,o).toLowerCase()===a&&e(t)}}return function hyphen(t){var r=n.getAttributeValue(t,i);return r!=null&&(r.length===o||r.charAt(o)==="-")&&r.substr(0,o)===a&&e(t)}},element:function(e,t,r){var n=r.adapter;var a=t.name,o=t.value;if(/\s/.test(o)){return i.default.falseFunc}var s=new RegExp("(?:^|\\s)".concat(escapeRegex(o),"(?:$|\\s)"),shouldIgnoreCase(t,r)?"i":"");return function element(t){var r=n.getAttributeValue(t,a);return r!=null&&r.length>=o.length&&s.test(r)&&e(t)}},exists:function(e,t,r){var n=t.name;var i=r.adapter;return function(t){return i.hasAttrib(t,n)&&e(t)}},start:function(e,t,r){var n=r.adapter;var a=t.name;var o=t.value;var s=o.length;if(s===0){return i.default.falseFunc}if(shouldIgnoreCase(t,r)){o=o.toLowerCase();return function(t){var r=n.getAttributeValue(t,a);return r!=null&&r.length>=s&&r.substr(0,s).toLowerCase()===o&&e(t)}}return function(t){var r;return!!((r=n.getAttributeValue(t,a))===null||r===void 0?void 0:r.startsWith(o))&&e(t)}},end:function(e,t,r){var n=r.adapter;var a=t.name;var o=t.value;var s=-o.length;if(s===0){return i.default.falseFunc}if(shouldIgnoreCase(t,r)){o=o.toLowerCase();return function(t){var r;return((r=n.getAttributeValue(t,a))===null||r===void 0?void 0:r.substr(s).toLowerCase())===o&&e(t)}}return function(t){var r;return!!((r=n.getAttributeValue(t,a))===null||r===void 0?void 0:r.endsWith(o))&&e(t)}},any:function(e,t,r){var n=r.adapter;var a=t.name,o=t.value;if(o===""){return i.default.falseFunc}if(shouldIgnoreCase(t,r)){var s=new RegExp(escapeRegex(o),"i");return function anyIC(t){var r=n.getAttributeValue(t,a);return r!=null&&r.length>=o.length&&s.test(r)&&e(t)}}return function(t){var r;return!!((r=n.getAttributeValue(t,a))===null||r===void 0?void 0:r.includes(o))&&e(t)}},not:function(e,t,r){var n=r.adapter;var i=t.name;var a=t.value;if(a===""){return function(t){return!!n.getAttributeValue(t,i)&&e(t)}}else if(shouldIgnoreCase(t,r)){a=a.toLowerCase();return function(t){var r=n.getAttributeValue(t,i);return(r==null||r.length!==a.length||r.toLowerCase()!==a)&&e(t)}}return function(t){return n.getAttributeValue(t,i)!==a&&e(t)}}}},9392:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)if(r!=="default"&&Object.prototype.hasOwnProperty.call(e,r))n(t,e,r);i(t,e);return t};var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.compileToken=t.compileUnsafe=t.compile=void 0;var s=r(3594);var l=o(r(9470));var c=a(r(57));var u=r(2518);var d=r(1397);function compile(e,t,r){var n=compileUnsafe(e,t,r);return(0,d.ensureIsTag)(n,t.adapter)}t.compile=compile;function compileUnsafe(e,t,r){var n=typeof e==="string"?(0,s.parse)(e):e;return compileToken(n,t,r)}t.compileUnsafe=compileUnsafe;function includesScopePseudo(e){return e.type===s.SelectorType.Pseudo&&(e.name==="scope"||Array.isArray(e.data)&&e.data.some((function(e){return e.some(includesScopePseudo)})))}var p={type:s.SelectorType.Descendant};var m={type:"_flexibleDescendant"};var f={type:s.SelectorType.Pseudo,name:"scope",data:null};function absolutize(e,t,r){var n=t.adapter;var i=!!(r===null||r===void 0?void 0:r.every((function(e){var t=n.isTag(e)&&n.getParent(e);return e===d.PLACEHOLDER_ELEMENT||t&&n.isTag(t)})));for(var a=0,o=e;a<o.length;a++){var l=o[a];if(l.length>0&&(0,c.isTraversal)(l[0])&&l[0].type!==s.SelectorType.Descendant){}else if(i&&!l.some(includesScopePseudo)){l.unshift(p)}else{continue}l.unshift(f)}}function compileToken(e,t,r){var n;e.forEach(c.default);r=(n=t.context)!==null&&n!==void 0?n:r;var i=Array.isArray(r);var a=r&&(Array.isArray(r)?r:[r]);if(t.relativeSelector!==false){absolutize(e,t,a)}else if(e.some((function(e){return e.length>0&&(0,c.isTraversal)(e[0])}))){throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled")}var o=false;var u=e.map((function(e){if(e.length>=2){var r=e[0],n=e[1];if(r.type!==s.SelectorType.Pseudo||r.name!=="scope"){}else if(i&&n.type===s.SelectorType.Descendant){e[1]=m}else if(n.type===s.SelectorType.Adjacent||n.type===s.SelectorType.Sibling){o=true}}return compileRules(e,t,a)})).reduce(reduceRules,l.default.falseFunc);u.shouldTestNextSiblings=o;return u}t.compileToken=compileToken;function compileRules(e,t,r){var n;return e.reduce((function(e,n){return e===l.default.falseFunc?l.default.falseFunc:(0,u.compileGeneralSelector)(e,n,t,r,compileToken)}),(n=t.rootFunc)!==null&&n!==void 0?n:l.default.trueFunc)}function reduceRules(e,t){if(t===l.default.falseFunc||e===l.default.trueFunc){return e}if(e===l.default.falseFunc||t===l.default.trueFunc){return t}return function combine(r){return e(r)||t(r)}}},2518:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.compileGeneralSelector=void 0;var n=r(7501);var i=r(1748);var a=r(3594);function getElementParent(e,t){var r=t.getParent(e);if(r&&t.isTag(r)){return r}return null}function compileGeneralSelector(e,t,r,o,s){var l=r.adapter,c=r.equals;switch(t.type){case a.SelectorType.PseudoElement:{throw new Error("Pseudo-elements are not supported by css-select")}case a.SelectorType.ColumnCombinator:{throw new Error("Column combinators are not yet supported by css-select")}case a.SelectorType.Attribute:{if(t.namespace!=null){throw new Error("Namespaced attributes are not yet supported by css-select")}if(!r.xmlMode||r.lowerCaseAttributeNames){t.name=t.name.toLowerCase()}return n.attributeRules[t.action](e,t,r)}case a.SelectorType.Pseudo:{return(0,i.compilePseudoSelector)(e,t,r,o,s)}case a.SelectorType.Tag:{if(t.namespace!=null){throw new Error("Namespaced tag names are not yet supported by css-select")}var u=t.name;if(!r.xmlMode||r.lowerCaseTags){u=u.toLowerCase()}return function tag(t){return l.getName(t)===u&&e(t)}}case a.SelectorType.Descendant:{if(r.cacheResults===false||typeof WeakSet==="undefined"){return function descendant(t){var r=t;while(r=getElementParent(r,l)){if(e(r)){return true}}return false}}var d=new WeakSet;return function cachedDescendant(t){var r=t;while(r=getElementParent(r,l)){if(!d.has(r)){if(l.isTag(r)&&e(r)){return true}d.add(r)}}return false}}case"_flexibleDescendant":{return function flexibleDescendant(t){var r=t;do{if(e(r))return true}while(r=getElementParent(r,l));return false}}case a.SelectorType.Parent:{return function parent(t){return l.getChildren(t).some((function(t){return l.isTag(t)&&e(t)}))}}case a.SelectorType.Child:{return function child(t){var r=l.getParent(t);return r!=null&&l.isTag(r)&&e(r)}}case a.SelectorType.Sibling:{return function sibling(t){var r=l.getSiblings(t);for(var n=0;n<r.length;n++){var i=r[n];if(c(t,i))break;if(l.isTag(i)&&e(i)){return true}}return false}}case a.SelectorType.Adjacent:{if(l.prevElementSibling){return function adjacent(t){var r=l.prevElementSibling(t);return r!=null&&e(r)}}return function adjacent(t){var r=l.getSiblings(t);var n;for(var i=0;i<r.length;i++){var a=r[i];if(c(t,a))break;if(l.isTag(a)){n=a}}return!!n&&e(n)}}case a.SelectorType.Universal:{if(t.namespace!=null&&t.namespace!=="*"){throw new Error("Namespaced universal selectors are not yet supported by css-select")}return e}}}t.compileGeneralSelector=compileGeneralSelector},3141:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)if(r!=="default"&&Object.prototype.hasOwnProperty.call(e,r))n(t,e,r);i(t,e);return t};var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.aliases=t.pseudos=t.filters=t.is=t.selectOne=t.selectAll=t.prepareContext=t._compileToken=t._compileUnsafe=t.compile=void 0;var s=a(r(7802));var l=o(r(9470));var c=r(9392);var u=r(1397);var defaultEquals=function(e,t){return e===t};var d={adapter:s,equals:defaultEquals};function convertOptionFormats(e){var t,r,n,i;var a=e!==null&&e!==void 0?e:d;(t=a.adapter)!==null&&t!==void 0?t:a.adapter=s;(r=a.equals)!==null&&r!==void 0?r:a.equals=(i=(n=a.adapter)===null||n===void 0?void 0:n.equals)!==null&&i!==void 0?i:defaultEquals;return a}function wrapCompile(e){return function addAdapter(t,r,n){var i=convertOptionFormats(r);return e(t,i,n)}}t.compile=wrapCompile(c.compile);t._compileUnsafe=wrapCompile(c.compileUnsafe);t._compileToken=wrapCompile(c.compileToken);function getSelectorFunc(e){return function select(t,r,n){var i=convertOptionFormats(n);if(typeof t!=="function"){t=(0,c.compileUnsafe)(t,i,r)}var a=prepareContext(r,i.adapter,t.shouldTestNextSiblings);return e(t,a,i)}}function prepareContext(e,t,r){if(r===void 0){r=false}if(r){e=appendNextSiblings(e,t)}return Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}t.prepareContext=prepareContext;function appendNextSiblings(e,t){var r=Array.isArray(e)?e.slice(0):[e];var n=r.length;for(var i=0;i<n;i++){var a=(0,u.getNextSiblings)(r[i],t);r.push.apply(r,a)}return r}t.selectAll=getSelectorFunc((function(e,t,r){return e===l.default.falseFunc||!t||t.length===0?[]:r.adapter.findAll(e,t)}));t.selectOne=getSelectorFunc((function(e,t,r){return e===l.default.falseFunc||!t||t.length===0?null:r.adapter.findOne(e,t)}));function is(e,t,r){var n=convertOptionFormats(r);return(typeof t==="function"?t:(0,c.compile)(t,n))(e)}t.is=is;t["default"]=t.selectAll;var p=r(1748);Object.defineProperty(t,"filters",{enumerable:true,get:function(){return p.filters}});Object.defineProperty(t,"pseudos",{enumerable:true,get:function(){return p.pseudos}});Object.defineProperty(t,"aliases",{enumerable:true,get:function(){return p.aliases}})},6642:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.aliases=void 0;t.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:":is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )",enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}},7753:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.filters=void 0;var i=n(r(4488));var a=n(r(9470));function getChildFunc(e,t){return function(r){var n=t.getParent(r);return n!=null&&t.isTag(n)&&e(r)}}t.filters={contains:function(e,t,r){var n=r.adapter;return function contains(r){return e(r)&&n.getText(r).includes(t)}},icontains:function(e,t,r){var n=r.adapter;var i=t.toLowerCase();return function icontains(t){return e(t)&&n.getText(t).toLowerCase().includes(i)}},"nth-child":function(e,t,r){var n=r.adapter,o=r.equals;var s=(0,i.default)(t);if(s===a.default.falseFunc)return a.default.falseFunc;if(s===a.default.trueFunc)return getChildFunc(e,n);return function nthChild(t){var r=n.getSiblings(t);var i=0;for(var a=0;a<r.length;a++){if(o(t,r[a]))break;if(n.isTag(r[a])){i++}}return s(i)&&e(t)}},"nth-last-child":function(e,t,r){var n=r.adapter,o=r.equals;var s=(0,i.default)(t);if(s===a.default.falseFunc)return a.default.falseFunc;if(s===a.default.trueFunc)return getChildFunc(e,n);return function nthLastChild(t){var r=n.getSiblings(t);var i=0;for(var a=r.length-1;a>=0;a--){if(o(t,r[a]))break;if(n.isTag(r[a])){i++}}return s(i)&&e(t)}},"nth-of-type":function(e,t,r){var n=r.adapter,o=r.equals;var s=(0,i.default)(t);if(s===a.default.falseFunc)return a.default.falseFunc;if(s===a.default.trueFunc)return getChildFunc(e,n);return function nthOfType(t){var r=n.getSiblings(t);var i=0;for(var a=0;a<r.length;a++){var l=r[a];if(o(t,l))break;if(n.isTag(l)&&n.getName(l)===n.getName(t)){i++}}return s(i)&&e(t)}},"nth-last-of-type":function(e,t,r){var n=r.adapter,o=r.equals;var s=(0,i.default)(t);if(s===a.default.falseFunc)return a.default.falseFunc;if(s===a.default.trueFunc)return getChildFunc(e,n);return function nthLastOfType(t){var r=n.getSiblings(t);var i=0;for(var a=r.length-1;a>=0;a--){var l=r[a];if(o(t,l))break;if(n.isTag(l)&&n.getName(l)===n.getName(t)){i++}}return s(i)&&e(t)}},root:function(e,t,r){var n=r.adapter;return function(t){var r=n.getParent(t);return(r==null||!n.isTag(r))&&e(t)}},scope:function(e,r,n,i){var a=n.equals;if(!i||i.length===0){return t.filters["root"](e,r,n)}if(i.length===1){return function(t){return a(i[0],t)&&e(t)}}return function(t){return i.includes(t)&&e(t)}},hover:dynamicStatePseudo("isHovered"),visited:dynamicStatePseudo("isVisited"),active:dynamicStatePseudo("isActive")};function dynamicStatePseudo(e){return function dynamicPseudo(t,r,n){var i=n.adapter;var o=i[e];if(typeof o!=="function"){return a.default.falseFunc}return function active(e){return o(e)&&t(e)}}}},1748:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.compilePseudoSelector=t.aliases=t.pseudos=t.filters=void 0;var n=r(3594);var i=r(7753);Object.defineProperty(t,"filters",{enumerable:true,get:function(){return i.filters}});var a=r(3826);Object.defineProperty(t,"pseudos",{enumerable:true,get:function(){return a.pseudos}});var o=r(6642);Object.defineProperty(t,"aliases",{enumerable:true,get:function(){return o.aliases}});var s=r(1397);function compilePseudoSelector(e,t,r,l,c){var u;var d=t.name,p=t.data;if(Array.isArray(p)){if(!(d in s.subselects)){throw new Error("Unknown pseudo-class :".concat(d,"(").concat(p,")"))}return s.subselects[d](e,p,r,l,c)}var m=(u=r.pseudos)===null||u===void 0?void 0:u[d];var f=typeof m==="string"?m:o.aliases[d];if(typeof f==="string"){if(p!=null){throw new Error("Pseudo ".concat(d," doesn't have any arguments"))}var h=(0,n.parse)(f);return s.subselects["is"](e,h,r,l,c)}if(typeof m==="function"){(0,a.verifyPseudoArgs)(m,d,p,1);return function(t){return m(t,p)&&e(t)}}if(d in i.filters){return i.filters[d](e,p,r,l)}if(d in a.pseudos){var y=a.pseudos[d];(0,a.verifyPseudoArgs)(y,d,p,2);return function(t){return y(t,r,p)&&e(t)}}throw new Error("Unknown pseudo-class :".concat(d))}t.compilePseudoSelector=compilePseudoSelector},3826:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.verifyPseudoArgs=t.pseudos=void 0;t.pseudos={empty:function(e,t){var r=t.adapter;return!r.getChildren(e).some((function(e){return r.isTag(e)||r.getText(e)!==""}))},"first-child":function(e,t){var r=t.adapter,n=t.equals;if(r.prevElementSibling){return r.prevElementSibling(e)==null}var i=r.getSiblings(e).find((function(e){return r.isTag(e)}));return i!=null&&n(e,i)},"last-child":function(e,t){var r=t.adapter,n=t.equals;var i=r.getSiblings(e);for(var a=i.length-1;a>=0;a--){if(n(e,i[a]))return true;if(r.isTag(i[a]))break}return false},"first-of-type":function(e,t){var r=t.adapter,n=t.equals;var i=r.getSiblings(e);var a=r.getName(e);for(var o=0;o<i.length;o++){var s=i[o];if(n(e,s))return true;if(r.isTag(s)&&r.getName(s)===a){break}}return false},"last-of-type":function(e,t){var r=t.adapter,n=t.equals;var i=r.getSiblings(e);var a=r.getName(e);for(var o=i.length-1;o>=0;o--){var s=i[o];if(n(e,s))return true;if(r.isTag(s)&&r.getName(s)===a){break}}return false},"only-of-type":function(e,t){var r=t.adapter,n=t.equals;var i=r.getName(e);return r.getSiblings(e).every((function(t){return n(e,t)||!r.isTag(t)||r.getName(t)!==i}))},"only-child":function(e,t){var r=t.adapter,n=t.equals;return r.getSiblings(e).every((function(t){return n(e,t)||!r.isTag(t)}))}};function verifyPseudoArgs(e,t,r,n){if(r===null){if(e.length>n){throw new Error("Pseudo-class :".concat(t," requires an argument"))}}else if(e.length===n){throw new Error("Pseudo-class :".concat(t," doesn't have any arguments"))}}t.verifyPseudoArgs=verifyPseudoArgs},1397:function(e,t,r){"use strict";var n=this&&this.__spreadArray||function(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,a;n<i;n++){if(a||!(n in t)){if(!a)a=Array.prototype.slice.call(t,0,n);a[n]=t[n]}}return e.concat(a||Array.prototype.slice.call(t))};var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.subselects=t.getNextSiblings=t.ensureIsTag=t.PLACEHOLDER_ELEMENT=void 0;var a=i(r(9470));var o=r(57);t.PLACEHOLDER_ELEMENT={};function ensureIsTag(e,t){if(e===a.default.falseFunc)return a.default.falseFunc;return function(r){return t.isTag(r)&&e(r)}}t.ensureIsTag=ensureIsTag;function getNextSiblings(e,t){var r=t.getSiblings(e);if(r.length<=1)return[];var n=r.indexOf(e);if(n<0||n===r.length-1)return[];return r.slice(n+1).filter(t.isTag)}t.getNextSiblings=getNextSiblings;function copyOptions(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}var is=function(e,t,r,n,i){var o=i(t,copyOptions(r),n);return o===a.default.trueFunc?e:o===a.default.falseFunc?a.default.falseFunc:function(t){return o(t)&&e(t)}};t.subselects={is:is,matches:is,where:is,not:function(e,t,r,n,i){var o=i(t,copyOptions(r),n);return o===a.default.falseFunc?e:o===a.default.trueFunc?a.default.falseFunc:function(t){return!o(t)&&e(t)}},has:function(e,r,i,s,l){var c=i.adapter;var u=copyOptions(i);u.relativeSelector=true;var d=r.some((function(e){return e.some(o.isTraversal)}))?[t.PLACEHOLDER_ELEMENT]:undefined;var p=l(r,u,d);if(p===a.default.falseFunc)return a.default.falseFunc;var m=ensureIsTag(p,c);if(d&&p!==a.default.trueFunc){var f=p.shouldTestNextSiblings,h=f===void 0?false:f;return function(t){if(!e(t))return false;d[0]=t;var r=c.getChildren(t);var i=h?n(n([],r,true),getNextSiblings(t,c),true):r;return c.existsOne(m,i)}}return function(t){return e(t)&&c.existsOne(m,c.getChildren(t))}}}},57:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.isTraversal=void 0;var n=r(3594);var i=new Map([[n.SelectorType.Universal,50],[n.SelectorType.Tag,30],[n.SelectorType.Attribute,1],[n.SelectorType.Pseudo,0]]);function isTraversal(e){return!i.has(e.type)}t.isTraversal=isTraversal;var a=new Map([[n.AttributeAction.Exists,10],[n.AttributeAction.Equals,8],[n.AttributeAction.Not,7],[n.AttributeAction.Start,6],[n.AttributeAction.End,6],[n.AttributeAction.Any,5]]);function sortByProcedure(e){var t=e.map(getProcedure);for(var r=1;r<e.length;r++){var n=t[r];if(n<0)continue;for(var i=r-1;i>=0&&n<t[i];i--){var a=e[i+1];e[i+1]=e[i];e[i]=a;t[i+1]=t[i];t[i]=n}}}t["default"]=sortByProcedure;function getProcedure(e){var t,r;var o=(t=i.get(e.type))!==null&&t!==void 0?t:-1;if(e.type===n.SelectorType.Attribute){o=(r=a.get(e.action))!==null&&r!==void 0?r:4;if(e.action===n.AttributeAction.Equals&&e.name==="id"){o=9}if(e.ignoreCase){o>>=1}}else if(e.type===n.SelectorType.Pseudo){if(!e.data){o=3}else if(e.name==="has"||e.name==="contains"){o=0}else if(Array.isArray(e.data)){o=Math.min.apply(Math,e.data.map((function(e){return Math.min.apply(Math,e.map(getProcedure))})));if(o<0){o=0}}else{o=2}}return o}},3594:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))n(t,e,r)};Object.defineProperty(t,"__esModule",{value:true});t.stringify=t.parse=t.isTraversal=void 0;i(r(444),t);var a=r(241);Object.defineProperty(t,"isTraversal",{enumerable:true,get:function(){return a.isTraversal}});Object.defineProperty(t,"parse",{enumerable:true,get:function(){return a.parse}});var o=r(7892);Object.defineProperty(t,"stringify",{enumerable:true,get:function(){return o.stringify}})},241:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.parse=t.isTraversal=void 0;var n=r(444);var i=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/;var a=/\\([\da-f]{1,6}\s?|(\s)|.)/gi;var o=new Map([[126,n.AttributeAction.Element],[94,n.AttributeAction.Start],[36,n.AttributeAction.End],[42,n.AttributeAction.Any],[33,n.AttributeAction.Not],[124,n.AttributeAction.Hyphen]]);var s=new Set(["has","not","matches","is","where","host","host-context"]);function isTraversal(e){switch(e.type){case n.SelectorType.Adjacent:case n.SelectorType.Child:case n.SelectorType.Descendant:case n.SelectorType.Parent:case n.SelectorType.Sibling:case n.SelectorType.ColumnCombinator:return true;default:return false}}t.isTraversal=isTraversal;var l=new Set(["contains","icontains"]);function funescape(e,t,r){var n=parseInt(t,16)-65536;return n!==n||r?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320)}function unescapeCSS(e){return e.replace(a,funescape)}function isQuote(e){return e===39||e===34}function isWhitespace(e){return e===32||e===9||e===10||e===12||e===13}function parse(e){var t=[];var r=parseSelector(t,"".concat(e),0);if(r<e.length){throw new Error("Unmatched selector: ".concat(e.slice(r)))}return t}t.parse=parse;function parseSelector(e,t,r){var a=[];function getName(e){var n=t.slice(r+e).match(i);if(!n){throw new Error("Expected name, found ".concat(t.slice(r)))}var a=n[0];r+=e+a.length;return unescapeCSS(a)}function stripWhitespace(e){r+=e;while(r<t.length&&isWhitespace(t.charCodeAt(r))){r++}}function readValueWithParenthesis(){r+=1;var e=r;var n=1;for(;n>0&&r<t.length;r++){if(t.charCodeAt(r)===40&&!isEscaped(r)){n++}else if(t.charCodeAt(r)===41&&!isEscaped(r)){n--}}if(n){throw new Error("Parenthesis not matched")}return unescapeCSS(t.slice(e,r-1))}function isEscaped(e){var r=0;while(t.charCodeAt(--e)===92)r++;return(r&1)===1}function ensureNotTraversal(){if(a.length>0&&isTraversal(a[a.length-1])){throw new Error("Did not expect successive traversals.")}}function addTraversal(e){if(a.length>0&&a[a.length-1].type===n.SelectorType.Descendant){a[a.length-1].type=e;return}ensureNotTraversal();a.push({type:e})}function addSpecialAttribute(e,t){a.push({type:n.SelectorType.Attribute,name:e,action:t,value:getName(1),namespace:null,ignoreCase:"quirks"})}function finalizeSubselector(){if(a.length&&a[a.length-1].type===n.SelectorType.Descendant){a.pop()}if(a.length===0){throw new Error("Empty sub-selector")}e.push(a)}stripWhitespace(0);if(t.length===r){return r}e:while(r<t.length){var c=t.charCodeAt(r);switch(c){case 32:case 9:case 10:case 12:case 13:{if(a.length===0||a[0].type!==n.SelectorType.Descendant){ensureNotTraversal();a.push({type:n.SelectorType.Descendant})}stripWhitespace(1);break}case 62:{addTraversal(n.SelectorType.Child);stripWhitespace(1);break}case 60:{addTraversal(n.SelectorType.Parent);stripWhitespace(1);break}case 126:{addTraversal(n.SelectorType.Sibling);stripWhitespace(1);break}case 43:{addTraversal(n.SelectorType.Adjacent);stripWhitespace(1);break}case 46:{addSpecialAttribute("class",n.AttributeAction.Element);break}case 35:{addSpecialAttribute("id",n.AttributeAction.Equals);break}case 91:{stripWhitespace(1);var u=void 0;var d=null;if(t.charCodeAt(r)===124){u=getName(1)}else if(t.startsWith("*|",r)){d="*";u=getName(2)}else{u=getName(0);if(t.charCodeAt(r)===124&&t.charCodeAt(r+1)!==61){d=u;u=getName(1)}}stripWhitespace(0);var p=n.AttributeAction.Exists;var m=o.get(t.charCodeAt(r));if(m){p=m;if(t.charCodeAt(r+1)!==61){throw new Error("Expected `=`")}stripWhitespace(2)}else if(t.charCodeAt(r)===61){p=n.AttributeAction.Equals;stripWhitespace(1)}var f="";var h=null;if(p!=="exists"){if(isQuote(t.charCodeAt(r))){var y=t.charCodeAt(r);var b=r+1;while(b<t.length&&(t.charCodeAt(b)!==y||isEscaped(b))){b+=1}if(t.charCodeAt(b)!==y){throw new Error("Attribute value didn't end")}f=unescapeCSS(t.slice(r+1,b));r=b+1}else{var v=r;while(r<t.length&&(!isWhitespace(t.charCodeAt(r))&&t.charCodeAt(r)!==93||isEscaped(r))){r+=1}f=unescapeCSS(t.slice(v,r))}stripWhitespace(0);var S=t.charCodeAt(r)|32;if(S===115){h=false;stripWhitespace(1)}else if(S===105){h=true;stripWhitespace(1)}}if(t.charCodeAt(r)!==93){throw new Error("Attribute selector didn't terminate")}r+=1;var x={type:n.SelectorType.Attribute,name:u,action:p,value:f,namespace:d,ignoreCase:h};a.push(x);break}case 58:{if(t.charCodeAt(r+1)===58){a.push({type:n.SelectorType.PseudoElement,name:getName(2).toLowerCase(),data:t.charCodeAt(r)===40?readValueWithParenthesis():null});continue}var k=getName(1).toLowerCase();var C=null;if(t.charCodeAt(r)===40){if(s.has(k)){if(isQuote(t.charCodeAt(r+1))){throw new Error("Pseudo-selector ".concat(k," cannot be quoted"))}C=[];r=parseSelector(C,t,r+1);if(t.charCodeAt(r)!==41){throw new Error("Missing closing parenthesis in :".concat(k," (").concat(t,")"))}r+=1}else{C=readValueWithParenthesis();if(l.has(k)){var w=C.charCodeAt(0);if(w===C.charCodeAt(C.length-1)&&isQuote(w)){C=C.slice(1,-1)}}C=unescapeCSS(C)}}a.push({type:n.SelectorType.Pseudo,name:k,data:C});break}case 44:{finalizeSubselector();a=[];stripWhitespace(1);break}default:{if(t.startsWith("/*",r)){var T=t.indexOf("*/",r+2);if(T<0){throw new Error("Comment was not terminated")}r=T+2;if(a.length===0){stripWhitespace(0)}break}var d=null;var E=void 0;if(c===42){r+=1;E="*"}else if(c===124){E="";if(t.charCodeAt(r+1)===124){addTraversal(n.SelectorType.ColumnCombinator);stripWhitespace(2);break}}else if(i.test(t.slice(r))){E=getName(0)}else{break e}if(t.charCodeAt(r)===124&&t.charCodeAt(r+1)!==124){d=E;if(t.charCodeAt(r+1)===42){E="*";r+=2}else{E=getName(1)}}a.push(E==="*"?{type:n.SelectorType.Universal,namespace:d}:{type:n.SelectorType.Tag,name:E,namespace:d})}}}finalizeSubselector();return r}},7892:function(e,t,r){"use strict";var n=this&&this.__spreadArray||function(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,a;n<i;n++){if(a||!(n in t)){if(!a)a=Array.prototype.slice.call(t,0,n);a[n]=t[n]}}return e.concat(a||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:true});t.stringify=void 0;var i=r(444);var a=["\\",'"'];var o=n(n([],a,true),["(",")"],false);var s=new Set(a.map((function(e){return e.charCodeAt(0)})));var l=new Set(o.map((function(e){return e.charCodeAt(0)})));var c=new Set(n(n([],o,true),["~","^","$","*","+","!","|",":","[","]"," ","."],false).map((function(e){return e.charCodeAt(0)})));function stringify(e){return e.map((function(e){return e.map(stringifyToken).join("")})).join(", ")}t.stringify=stringify;function stringifyToken(e,t,r){switch(e.type){case i.SelectorType.Child:return t===0?"> ":" > ";case i.SelectorType.Parent:return t===0?"< ":" < ";case i.SelectorType.Sibling:return t===0?"~ ":" ~ ";case i.SelectorType.Adjacent:return t===0?"+ ":" + ";case i.SelectorType.Descendant:return" ";case i.SelectorType.ColumnCombinator:return t===0?"|| ":" || ";case i.SelectorType.Universal:return e.namespace==="*"&&t+1<r.length&&"name"in r[t+1]?"":"".concat(getNamespace(e.namespace),"*");case i.SelectorType.Tag:return getNamespacedName(e);case i.SelectorType.PseudoElement:return"::".concat(escapeName(e.name,c)).concat(e.data===null?"":"(".concat(escapeName(e.data,l),")"));case i.SelectorType.Pseudo:return":".concat(escapeName(e.name,c)).concat(e.data===null?"":"(".concat(typeof e.data==="string"?escapeName(e.data,l):stringify(e.data),")"));case i.SelectorType.Attribute:{if(e.name==="id"&&e.action===i.AttributeAction.Equals&&e.ignoreCase==="quirks"&&!e.namespace){return"#".concat(escapeName(e.value,c))}if(e.name==="class"&&e.action===i.AttributeAction.Element&&e.ignoreCase==="quirks"&&!e.namespace){return".".concat(escapeName(e.value,c))}var n=getNamespacedName(e);if(e.action===i.AttributeAction.Exists){return"[".concat(n,"]")}return"[".concat(n).concat(getActionValue(e.action),'="').concat(escapeName(e.value,s),'"').concat(e.ignoreCase===null?"":e.ignoreCase?" i":" s","]")}}}function getActionValue(e){switch(e){case i.AttributeAction.Equals:return"";case i.AttributeAction.Element:return"~";case i.AttributeAction.Start:return"^";case i.AttributeAction.End:return"$";case i.AttributeAction.Any:return"*";case i.AttributeAction.Not:return"!";case i.AttributeAction.Hyphen:return"|";case i.AttributeAction.Exists:throw new Error("Shouldn't be here")}}function getNamespacedName(e){return"".concat(getNamespace(e.namespace)).concat(escapeName(e.name,c))}function getNamespace(e){return e!==null?"".concat(e==="*"?"*":escapeName(e,c),"|"):""}function escapeName(e,t){var r=0;var n="";for(var i=0;i<e.length;i++){if(t.has(e.charCodeAt(i))){n+="".concat(e.slice(r,i),"\\").concat(e.charAt(i));r=i+1}}return n.length>0?n+e.slice(r):e}},444:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.AttributeAction=t.IgnoreCaseMode=t.SelectorType=void 0;var r;(function(e){e["Attribute"]="attribute";e["Pseudo"]="pseudo";e["PseudoElement"]="pseudo-element";e["Tag"]="tag";e["Universal"]="universal";e["Adjacent"]="adjacent";e["Child"]="child";e["Descendant"]="descendant";e["Parent"]="parent";e["Sibling"]="sibling";e["ColumnCombinator"]="column-combinator"})(r=t.SelectorType||(t.SelectorType={}));t.IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:true,CaseSensitive:false};var n;(function(e){e["Any"]="any";e["Element"]="element";e["End"]="end";e["Equals"]="equals";e["Exists"]="exists";e["Hyphen"]="hyphen";e["Not"]="not";e["Start"]="start"})(n=t.AttributeAction||(t.AttributeAction={}))},3593:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.attributeNames=t.elementNames=void 0;t.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(e){return[e.toLowerCase(),e]})));t.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((function(e){return[e.toLowerCase(),e]})))},8666:function(e,t,r){"use strict";var n=this&&this.__assign||function(){n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var i=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)if(r!=="default"&&Object.prototype.hasOwnProperty.call(e,r))i(t,e,r);a(t,e);return t};Object.defineProperty(t,"__esModule",{value:true});t.render=void 0;var s=o(r(4416));var l=r(5966);var c=r(3593);var u=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function replaceQuotes(e){return e.replace(/"/g,""")}function formatAttributes(e,t){var r;if(!e)return;var n=((r=t.encodeEntities)!==null&&r!==void 0?r:t.decodeEntities)===false?replaceQuotes:t.xmlMode||t.encodeEntities!=="utf8"?l.encodeXML:l.escapeAttribute;return Object.keys(e).map((function(r){var i,a;var o=(i=e[r])!==null&&i!==void 0?i:"";if(t.xmlMode==="foreign"){r=(a=c.attributeNames.get(r))!==null&&a!==void 0?a:r}if(!t.emptyAttrs&&!t.xmlMode&&o===""){return r}return"".concat(r,'="').concat(n(o),'"')})).join(" ")}var d=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function render(e,t){if(t===void 0){t={}}var r="length"in e?e:[e];var n="";for(var i=0;i<r.length;i++){n+=renderNode(r[i],t)}return n}t.render=render;t["default"]=render;function renderNode(e,t){switch(e.type){case s.Root:return render(e.children,t);case s.Doctype:case s.Directive:return renderDirective(e);case s.Comment:return renderComment(e);case s.CDATA:return renderCdata(e);case s.Script:case s.Style:case s.Tag:return renderTag(e,t);case s.Text:return renderText(e,t)}}var p=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]);var m=new Set(["svg","math"]);function renderTag(e,t){var r;if(t.xmlMode==="foreign"){e.name=(r=c.elementNames.get(e.name))!==null&&r!==void 0?r:e.name;if(e.parent&&p.has(e.parent.name)){t=n(n({},t),{xmlMode:false})}}if(!t.xmlMode&&m.has(e.name)){t=n(n({},t),{xmlMode:"foreign"})}var i="<".concat(e.name);var a=formatAttributes(e.attribs,t);if(a){i+=" ".concat(a)}if(e.children.length===0&&(t.xmlMode?t.selfClosingTags!==false:t.selfClosingTags&&d.has(e.name))){if(!t.xmlMode)i+=" ";i+="/>"}else{i+=">";if(e.children.length>0){i+=render(e.children,t)}if(t.xmlMode||!d.has(e.name)){i+="</".concat(e.name,">")}}return i}function renderDirective(e){return"<".concat(e.data,">")}function renderText(e,t){var r;var n=e.data||"";if(((r=t.encodeEntities)!==null&&r!==void 0?r:t.decodeEntities)!==false&&!(!t.xmlMode&&e.parent&&u.has(e.parent.name))){n=t.xmlMode||t.encodeEntities!=="utf8"?(0,l.encodeXML)(n):(0,l.escapeText)(n)}return n}function renderCdata(e){return"<![CDATA[".concat(e.children[0].data,"]]>")}function renderComment(e){return"\x3c!--".concat(e.data,"--\x3e")}},4416:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0;var r;(function(e){e["Root"]="root";e["Text"]="text";e["Directive"]="directive";e["Comment"]="comment";e["Script"]="script";e["Style"]="style";e["Tag"]="tag";e["CDATA"]="cdata";e["Doctype"]="doctype"})(r=t.ElementType||(t.ElementType={}));function isTag(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style}t.isTag=isTag;t.Root=r.Root;t.Text=r.Text;t.Directive=r.Directive;t.Comment=r.Comment;t.Script=r.Script;t.Style=r.Style;t.Tag=r.Tag;t.CDATA=r.CDATA;t.Doctype=r.Doctype},9290:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))n(t,e,r)};Object.defineProperty(t,"__esModule",{value:true});t.DomHandler=void 0;var a=r(4416);var o=r(8929);i(r(8929),t);var s={withStartIndices:false,withEndIndices:false,xmlMode:false};var l=function(){function DomHandler(e,t,r){this.dom=[];this.root=new o.Document(this.dom);this.done=false;this.tagStack=[this.root];this.lastNode=null;this.parser=null;if(typeof t==="function"){r=t;t=s}if(typeof e==="object"){t=e;e=undefined}this.callback=e!==null&&e!==void 0?e:null;this.options=t!==null&&t!==void 0?t:s;this.elementCB=r!==null&&r!==void 0?r:null}DomHandler.prototype.onparserinit=function(e){this.parser=e};DomHandler.prototype.onreset=function(){this.dom=[];this.root=new o.Document(this.dom);this.done=false;this.tagStack=[this.root];this.lastNode=null;this.parser=null};DomHandler.prototype.onend=function(){if(this.done)return;this.done=true;this.parser=null;this.handleCallback(null)};DomHandler.prototype.onerror=function(e){this.handleCallback(e)};DomHandler.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();if(this.options.withEndIndices){e.endIndex=this.parser.endIndex}if(this.elementCB)this.elementCB(e)};DomHandler.prototype.onopentag=function(e,t){var r=this.options.xmlMode?a.ElementType.Tag:undefined;var n=new o.Element(e,t,undefined,r);this.addNode(n);this.tagStack.push(n)};DomHandler.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===a.ElementType.Text){t.data+=e;if(this.options.withEndIndices){t.endIndex=this.parser.endIndex}}else{var r=new o.Text(e);this.addNode(r);this.lastNode=r}};DomHandler.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===a.ElementType.Comment){this.lastNode.data+=e;return}var t=new o.Comment(e);this.addNode(t);this.lastNode=t};DomHandler.prototype.oncommentend=function(){this.lastNode=null};DomHandler.prototype.oncdatastart=function(){var e=new o.Text("");var t=new o.CDATA([e]);this.addNode(t);e.parent=t;this.lastNode=e};DomHandler.prototype.oncdataend=function(){this.lastNode=null};DomHandler.prototype.onprocessinginstruction=function(e,t){var r=new o.ProcessingInstruction(e,t);this.addNode(r)};DomHandler.prototype.handleCallback=function(e){if(typeof this.callback==="function"){this.callback(e,this.dom)}else if(e){throw e}};DomHandler.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1];var r=t.children[t.children.length-1];if(this.options.withStartIndices){e.startIndex=this.parser.startIndex}if(this.options.withEndIndices){e.endIndex=this.parser.endIndex}t.children.push(e);if(r){e.prev=r;r.next=e}e.parent=t;this.lastNode=null};return DomHandler}();t.DomHandler=l;t["default"]=l},8929:function(e,t,r){"use strict";var n=this&&this.__extends||function(){var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]};return extendStatics(e,t)};return function(e,t){if(typeof t!=="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");extendStatics(e,t);function __(){this.constructor=e}e.prototype=t===null?Object.create(t):(__.prototype=t.prototype,new __)}}();var i=this&&this.__assign||function(){i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:true});t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var a=r(4416);var o=function(){function Node(){this.parent=null;this.prev=null;this.next=null;this.startIndex=null;this.endIndex=null}Object.defineProperty(Node.prototype,"parentNode",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:false,configurable:true});Object.defineProperty(Node.prototype,"previousSibling",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:false,configurable:true});Object.defineProperty(Node.prototype,"nextSibling",{get:function(){return this.next},set:function(e){this.next=e},enumerable:false,configurable:true});Node.prototype.cloneNode=function(e){if(e===void 0){e=false}return cloneNode(this,e)};return Node}();t.Node=o;var s=function(e){n(DataNode,e);function DataNode(t){var r=e.call(this)||this;r.data=t;return r}Object.defineProperty(DataNode.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:false,configurable:true});return DataNode}(o);t.DataNode=s;var l=function(e){n(Text,e);function Text(){var t=e!==null&&e.apply(this,arguments)||this;t.type=a.ElementType.Text;return t}Object.defineProperty(Text.prototype,"nodeType",{get:function(){return 3},enumerable:false,configurable:true});return Text}(s);t.Text=l;var c=function(e){n(Comment,e);function Comment(){var t=e!==null&&e.apply(this,arguments)||this;t.type=a.ElementType.Comment;return t}Object.defineProperty(Comment.prototype,"nodeType",{get:function(){return 8},enumerable:false,configurable:true});return Comment}(s);t.Comment=c;var u=function(e){n(ProcessingInstruction,e);function ProcessingInstruction(t,r){var n=e.call(this,r)||this;n.name=t;n.type=a.ElementType.Directive;return n}Object.defineProperty(ProcessingInstruction.prototype,"nodeType",{get:function(){return 1},enumerable:false,configurable:true});return ProcessingInstruction}(s);t.ProcessingInstruction=u;var d=function(e){n(NodeWithChildren,e);function NodeWithChildren(t){var r=e.call(this)||this;r.children=t;return r}Object.defineProperty(NodeWithChildren.prototype,"firstChild",{get:function(){var e;return(e=this.children[0])!==null&&e!==void 0?e:null},enumerable:false,configurable:true});Object.defineProperty(NodeWithChildren.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:false,configurable:true});Object.defineProperty(NodeWithChildren.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:false,configurable:true});return NodeWithChildren}(o);t.NodeWithChildren=d;var p=function(e){n(CDATA,e);function CDATA(){var t=e!==null&&e.apply(this,arguments)||this;t.type=a.ElementType.CDATA;return t}Object.defineProperty(CDATA.prototype,"nodeType",{get:function(){return 4},enumerable:false,configurable:true});return CDATA}(d);t.CDATA=p;var m=function(e){n(Document,e);function Document(){var t=e!==null&&e.apply(this,arguments)||this;t.type=a.ElementType.Root;return t}Object.defineProperty(Document.prototype,"nodeType",{get:function(){return 9},enumerable:false,configurable:true});return Document}(d);t.Document=m;var f=function(e){n(Element,e);function Element(t,r,n,i){if(n===void 0){n=[]}if(i===void 0){i=t==="script"?a.ElementType.Script:t==="style"?a.ElementType.Style:a.ElementType.Tag}var o=e.call(this,n)||this;o.name=t;o.attribs=r;o.type=i;return o}Object.defineProperty(Element.prototype,"nodeType",{get:function(){return 1},enumerable:false,configurable:true});Object.defineProperty(Element.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:false,configurable:true});Object.defineProperty(Element.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map((function(t){var r,n;return{name:t,value:e.attribs[t],namespace:(r=e["x-attribsNamespace"])===null||r===void 0?void 0:r[t],prefix:(n=e["x-attribsPrefix"])===null||n===void 0?void 0:n[t]}}))},enumerable:false,configurable:true});return Element}(d);t.Element=f;function isTag(e){return(0,a.isTag)(e)}t.isTag=isTag;function isCDATA(e){return e.type===a.ElementType.CDATA}t.isCDATA=isCDATA;function isText(e){return e.type===a.ElementType.Text}t.isText=isText;function isComment(e){return e.type===a.ElementType.Comment}t.isComment=isComment;function isDirective(e){return e.type===a.ElementType.Directive}t.isDirective=isDirective;function isDocument(e){return e.type===a.ElementType.Root}t.isDocument=isDocument;function hasChildren(e){return Object.prototype.hasOwnProperty.call(e,"children")}t.hasChildren=hasChildren;function cloneNode(e,t){if(t===void 0){t=false}var r;if(isText(e)){r=new l(e.data)}else if(isComment(e)){r=new c(e.data)}else if(isTag(e)){var n=t?cloneChildren(e.children):[];var a=new f(e.name,i({},e.attribs),n);n.forEach((function(e){return e.parent=a}));if(e.namespace!=null){a.namespace=e.namespace}if(e["x-attribsNamespace"]){a["x-attribsNamespace"]=i({},e["x-attribsNamespace"])}if(e["x-attribsPrefix"]){a["x-attribsPrefix"]=i({},e["x-attribsPrefix"])}r=a}else if(isCDATA(e)){var n=t?cloneChildren(e.children):[];var o=new p(n);n.forEach((function(e){return e.parent=o}));r=o}else if(isDocument(e)){var n=t?cloneChildren(e.children):[];var s=new m(n);n.forEach((function(e){return e.parent=s}));if(e["x-mode"]){s["x-mode"]=e["x-mode"]}r=s}else if(isDirective(e)){var d=new u(e.name,e.data);if(e["x-name"]!=null){d["x-name"]=e["x-name"];d["x-publicId"]=e["x-publicId"];d["x-systemId"]=e["x-systemId"]}r=d}else{throw new Error("Not implemented yet: ".concat(e.type))}r.startIndex=e.startIndex;r.endIndex=e.endIndex;if(e.sourceCodeLocation!=null){r.sourceCodeLocation=e.sourceCodeLocation}return r}t.cloneNode=cloneNode;function cloneChildren(e){var t=e.map((function(e){return cloneNode(e,true)}));for(var r=1;r<t.length;r++){t[r].prev=t[r-1];t[r-1].next=t[r]}return t}},2900:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.getFeed=void 0;var n=r(9444);var i=r(9070);function getFeed(e){var t=getOneElement(isValidFeed,e);return!t?null:t.name==="feed"?getAtomFeed(t):getRssFeed(t)}t.getFeed=getFeed;function getAtomFeed(e){var t;var r=e.children;var n={type:"atom",items:(0,i.getElementsByTagName)("entry",r).map((function(e){var t;var r=e.children;var n={media:getMediaElements(r)};addConditionally(n,"id","id",r);addConditionally(n,"title","title",r);var i=(t=getOneElement("link",r))===null||t===void 0?void 0:t.attribs["href"];if(i){n.link=i}var a=fetch("summary",r)||fetch("content",r);if(a){n.description=a}var o=fetch("updated",r);if(o){n.pubDate=new Date(o)}return n}))};addConditionally(n,"id","id",r);addConditionally(n,"title","title",r);var a=(t=getOneElement("link",r))===null||t===void 0?void 0:t.attribs["href"];if(a){n.link=a}addConditionally(n,"description","subtitle",r);var o=fetch("updated",r);if(o){n.updated=new Date(o)}addConditionally(n,"author","email",r,true);return n}function getRssFeed(e){var t,r;var n=(r=(t=getOneElement("channel",e.children))===null||t===void 0?void 0:t.children)!==null&&r!==void 0?r:[];var a={type:e.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",e.children).map((function(e){var t=e.children;var r={media:getMediaElements(t)};addConditionally(r,"id","guid",t);addConditionally(r,"title","title",t);addConditionally(r,"link","link",t);addConditionally(r,"description","description",t);var n=fetch("pubDate",t)||fetch("dc:date",t);if(n)r.pubDate=new Date(n);return r}))};addConditionally(a,"title","title",n);addConditionally(a,"link","link",n);addConditionally(a,"description","description",n);var o=fetch("lastBuildDate",n);if(o){a.updated=new Date(o)}addConditionally(a,"author","managingEditor",n,true);return a}var a=["url","type","lang"];var o=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function getMediaElements(e){return(0,i.getElementsByTagName)("media:content",e).map((function(e){var t=e.attribs;var r={medium:t["medium"],isDefault:!!t["isDefault"]};for(var n=0,i=a;n<i.length;n++){var s=i[n];if(t[s]){r[s]=t[s]}}for(var l=0,c=o;l<c.length;l++){var s=c[l];if(t[s]){r[s]=parseInt(t[s],10)}}if(t["expression"]){r.expression=t["expression"]}return r}))}function getOneElement(e,t){return(0,i.getElementsByTagName)(e,t,true,1)[0]}function fetch(e,t,r){if(r===void 0){r=false}return(0,n.textContent)((0,i.getElementsByTagName)(e,t,r,1)).trim()}function addConditionally(e,t,r,n,i){if(i===void 0){i=false}var a=fetch(r,n,i);if(a)e[t]=a}function isValidFeed(e){return e==="rss"||e==="feed"||e==="rdf:RDF"}},4400:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.uniqueSort=t.compareDocumentPosition=t.DocumentPosition=t.removeSubsets=void 0;var n=r(9290);function removeSubsets(e){var t=e.length;while(--t>=0){var r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0){e.splice(t,1);continue}for(var n=r.parent;n;n=n.parent){if(e.includes(n)){e.splice(t,1);break}}}return e}t.removeSubsets=removeSubsets;var i;(function(e){e[e["DISCONNECTED"]=1]="DISCONNECTED";e[e["PRECEDING"]=2]="PRECEDING";e[e["FOLLOWING"]=4]="FOLLOWING";e[e["CONTAINS"]=8]="CONTAINS";e[e["CONTAINED_BY"]=16]="CONTAINED_BY"})(i=t.DocumentPosition||(t.DocumentPosition={}));function compareDocumentPosition(e,t){var r=[];var a=[];if(e===t){return 0}var o=(0,n.hasChildren)(e)?e:e.parent;while(o){r.unshift(o);o=o.parent}o=(0,n.hasChildren)(t)?t:t.parent;while(o){a.unshift(o);o=o.parent}var s=Math.min(r.length,a.length);var l=0;while(l<s&&r[l]===a[l]){l++}if(l===0){return i.DISCONNECTED}var c=r[l-1];var u=c.children;var d=r[l];var p=a[l];if(u.indexOf(d)>u.indexOf(p)){if(c===t){return i.FOLLOWING|i.CONTAINED_BY}return i.FOLLOWING}if(c===e){return i.PRECEDING|i.CONTAINS}return i.PRECEDING}t.compareDocumentPosition=compareDocumentPosition;function uniqueSort(e){e=e.filter((function(e,t,r){return!r.includes(e,t+1)}));e.sort((function(e,t){var r=compareDocumentPosition(e,t);if(r&i.PRECEDING){return-1}else if(r&i.FOLLOWING){return 1}return 0}));return e}t.uniqueSort=uniqueSort},7802:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))n(t,e,r)};Object.defineProperty(t,"__esModule",{value:true});t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0;i(r(9444),t);i(r(4550),t);i(r(2408),t);i(r(5995),t);i(r(9070),t);i(r(4400),t);i(r(2900),t);var a=r(9290);Object.defineProperty(t,"isTag",{enumerable:true,get:function(){return a.isTag}});Object.defineProperty(t,"isCDATA",{enumerable:true,get:function(){return a.isCDATA}});Object.defineProperty(t,"isText",{enumerable:true,get:function(){return a.isText}});Object.defineProperty(t,"isComment",{enumerable:true,get:function(){return a.isComment}});Object.defineProperty(t,"isDocument",{enumerable:true,get:function(){return a.isDocument}});Object.defineProperty(t,"hasChildren",{enumerable:true,get:function(){return a.hasChildren}})},9070:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.getElementsByTagType=t.getElementsByTagName=t.getElementById=t.getElements=t.testElement=void 0;var n=r(9290);var i=r(5995);var a={tag_name:function(e){if(typeof e==="function"){return function(t){return(0,n.isTag)(t)&&e(t.name)}}else if(e==="*"){return n.isTag}return function(t){return(0,n.isTag)(t)&&t.name===e}},tag_type:function(e){if(typeof e==="function"){return function(t){return e(t.type)}}return function(t){return t.type===e}},tag_contains:function(e){if(typeof e==="function"){return function(t){return(0,n.isText)(t)&&e(t.data)}}return function(t){return(0,n.isText)(t)&&t.data===e}}};function getAttribCheck(e,t){if(typeof t==="function"){return function(r){return(0,n.isTag)(r)&&t(r.attribs[e])}}return function(r){return(0,n.isTag)(r)&&r.attribs[e]===t}}function combineFuncs(e,t){return function(r){return e(r)||t(r)}}function compileTest(e){var t=Object.keys(e).map((function(t){var r=e[t];return Object.prototype.hasOwnProperty.call(a,t)?a[t](r):getAttribCheck(t,r)}));return t.length===0?null:t.reduce(combineFuncs)}function testElement(e,t){var r=compileTest(e);return r?r(t):true}t.testElement=testElement;function getElements(e,t,r,n){if(n===void 0){n=Infinity}var a=compileTest(e);return a?(0,i.filter)(a,t,r,n):[]}t.getElements=getElements;function getElementById(e,t,r){if(r===void 0){r=true}if(!Array.isArray(t))t=[t];return(0,i.findOne)(getAttribCheck("id",e),t,r)}t.getElementById=getElementById;function getElementsByTagName(e,t,r,n){if(r===void 0){r=true}if(n===void 0){n=Infinity}return(0,i.filter)(a["tag_name"](e),t,r,n)}t.getElementsByTagName=getElementsByTagName;function getElementsByTagType(e,t,r,n){if(r===void 0){r=true}if(n===void 0){n=Infinity}return(0,i.filter)(a["tag_type"](e),t,r,n)}t.getElementsByTagType=getElementsByTagType},2408:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.prepend=t.prependChild=t.append=t.appendChild=t.replaceElement=t.removeElement=void 0;function removeElement(e){if(e.prev)e.prev.next=e.next;if(e.next)e.next.prev=e.prev;if(e.parent){var t=e.parent.children;var r=t.lastIndexOf(e);if(r>=0){t.splice(r,1)}}e.next=null;e.prev=null;e.parent=null}t.removeElement=removeElement;function replaceElement(e,t){var r=t.prev=e.prev;if(r){r.next=t}var n=t.next=e.next;if(n){n.prev=t}var i=t.parent=e.parent;if(i){var a=i.children;a[a.lastIndexOf(e)]=t;e.parent=null}}t.replaceElement=replaceElement;function appendChild(e,t){removeElement(t);t.next=null;t.parent=e;if(e.children.push(t)>1){var r=e.children[e.children.length-2];r.next=t;t.prev=r}else{t.prev=null}}t.appendChild=appendChild;function append(e,t){removeElement(t);var r=e.parent;var n=e.next;t.next=n;t.prev=e;e.next=t;t.parent=r;if(n){n.prev=t;if(r){var i=r.children;i.splice(i.lastIndexOf(n),0,t)}}else if(r){r.children.push(t)}}t.append=append;function prependChild(e,t){removeElement(t);t.parent=e;t.prev=null;if(e.children.unshift(t)!==1){var r=e.children[1];r.prev=t;t.next=r}else{t.next=null}}t.prependChild=prependChild;function prepend(e,t){removeElement(t);var r=e.parent;if(r){var n=r.children;n.splice(n.indexOf(e),0,t)}if(e.prev){e.prev.next=t}t.parent=r;t.prev=e.prev;t.next=e;e.prev=t}t.prepend=prepend},5995:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.findAll=t.existsOne=t.findOne=t.findOneChild=t.find=t.filter=void 0;var n=r(9290);function filter(e,t,r,n){if(r===void 0){r=true}if(n===void 0){n=Infinity}return find(e,Array.isArray(t)?t:[t],r,n)}t.filter=filter;function find(e,t,r,i){var a=[];var o=[t];var s=[0];for(;;){if(s[0]>=o[0].length){if(s.length===1){return a}o.shift();s.shift();continue}var l=o[0][s[0]++];if(e(l)){a.push(l);if(--i<=0)return a}if(r&&(0,n.hasChildren)(l)&&l.children.length>0){s.unshift(0);o.unshift(l.children)}}}t.find=find;function findOneChild(e,t){return t.find(e)}t.findOneChild=findOneChild;function findOne(e,t,r){if(r===void 0){r=true}var i=null;for(var a=0;a<t.length&&!i;a++){var o=t[a];if(!(0,n.isTag)(o)){continue}else if(e(o)){i=o}else if(r&&o.children.length>0){i=findOne(e,o.children,true)}}return i}t.findOne=findOne;function existsOne(e,t){return t.some((function(t){return(0,n.isTag)(t)&&(e(t)||existsOne(e,t.children))}))}t.existsOne=existsOne;function findAll(e,t){var r=[];var i=[t];var a=[0];for(;;){if(a[0]>=i[0].length){if(i.length===1){return r}i.shift();a.shift();continue}var o=i[0][a[0]++];if(!(0,n.isTag)(o))continue;if(e(o))r.push(o);if(o.children.length>0){a.unshift(0);i.unshift(o.children)}}}t.findAll=findAll},9444:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.innerText=t.textContent=t.getText=t.getInnerHTML=t.getOuterHTML=void 0;var i=r(9290);var a=n(r(8666));var o=r(4416);function getOuterHTML(e,t){return(0,a.default)(e,t)}t.getOuterHTML=getOuterHTML;function getInnerHTML(e,t){return(0,i.hasChildren)(e)?e.children.map((function(e){return getOuterHTML(e,t)})).join(""):""}t.getInnerHTML=getInnerHTML;function getText(e){if(Array.isArray(e))return e.map(getText).join("");if((0,i.isTag)(e))return e.name==="br"?"\n":getText(e.children);if((0,i.isCDATA)(e))return getText(e.children);if((0,i.isText)(e))return e.data;return""}t.getText=getText;function textContent(e){if(Array.isArray(e))return e.map(textContent).join("");if((0,i.hasChildren)(e)&&!(0,i.isComment)(e)){return textContent(e.children)}if((0,i.isText)(e))return e.data;return""}t.textContent=textContent;function innerText(e){if(Array.isArray(e))return e.map(innerText).join("");if((0,i.hasChildren)(e)&&(e.type===o.ElementType.Tag||(0,i.isCDATA)(e))){return innerText(e.children)}if((0,i.isText)(e))return e.data;return""}t.innerText=innerText},4550:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.prevElementSibling=t.nextElementSibling=t.getName=t.hasAttrib=t.getAttributeValue=t.getSiblings=t.getParent=t.getChildren=void 0;var n=r(9290);function getChildren(e){return(0,n.hasChildren)(e)?e.children:[]}t.getChildren=getChildren;function getParent(e){return e.parent||null}t.getParent=getParent;function getSiblings(e){var t,r;var n=getParent(e);if(n!=null)return getChildren(n);var i=[e];var a=e.prev,o=e.next;while(a!=null){i.unshift(a);t=a,a=t.prev}while(o!=null){i.push(o);r=o,o=r.next}return i}t.getSiblings=getSiblings;function getAttributeValue(e,t){var r;return(r=e.attribs)===null||r===void 0?void 0:r[t]}t.getAttributeValue=getAttributeValue;function hasAttrib(e,t){return e.attribs!=null&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&e.attribs[t]!=null}t.hasAttrib=hasAttrib;function getName(e){return e.name}t.getName=getName;function nextElementSibling(e){var t;var r=e.next;while(r!==null&&!(0,n.isTag)(r))t=r,r=t.next;return r}t.nextElementSibling=nextElementSibling;function prevElementSibling(e){var t;var r=e.prev;while(r!==null&&!(0,n.isTag)(r))t=r,r=t.prev;return r}t.prevElementSibling=prevElementSibling},1076:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var a=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)if(r!=="default"&&Object.prototype.hasOwnProperty.call(e,r))n(t,e,r);i(t,e);return t};var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.decodeXML=t.decodeHTMLStrict=t.decodeHTMLAttribute=t.decodeHTML=t.determineBranch=t.EntityDecoder=t.DecodingMode=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var s=o(r(9350));t.htmlDecodeTree=s.default;var l=o(r(6960));t.xmlDecodeTree=l.default;var c=a(r(1787));t.decodeCodePoint=c.default;var u=r(1787);Object.defineProperty(t,"replaceCodePoint",{enumerable:true,get:function(){return u.replaceCodePoint}});Object.defineProperty(t,"fromCodePoint",{enumerable:true,get:function(){return u.fromCodePoint}});var d;(function(e){e[e["NUM"]=35]="NUM";e[e["SEMI"]=59]="SEMI";e[e["EQUALS"]=61]="EQUALS";e[e["ZERO"]=48]="ZERO";e[e["NINE"]=57]="NINE";e[e["LOWER_A"]=97]="LOWER_A";e[e["LOWER_F"]=102]="LOWER_F";e[e["LOWER_X"]=120]="LOWER_X";e[e["LOWER_Z"]=122]="LOWER_Z";e[e["UPPER_A"]=65]="UPPER_A";e[e["UPPER_F"]=70]="UPPER_F";e[e["UPPER_Z"]=90]="UPPER_Z"})(d||(d={}));var p=32;var m;(function(e){e[e["VALUE_LENGTH"]=49152]="VALUE_LENGTH";e[e["BRANCH_LENGTH"]=16256]="BRANCH_LENGTH";e[e["JUMP_TABLE"]=127]="JUMP_TABLE"})(m=t.BinTrieFlags||(t.BinTrieFlags={}));function isNumber(e){return e>=d.ZERO&&e<=d.NINE}function isHexadecimalCharacter(e){return e>=d.UPPER_A&&e<=d.UPPER_F||e>=d.LOWER_A&&e<=d.LOWER_F}function isAsciiAlphaNumeric(e){return e>=d.UPPER_A&&e<=d.UPPER_Z||e>=d.LOWER_A&&e<=d.LOWER_Z||isNumber(e)}function isEntityInAttributeInvalidEnd(e){return e===d.EQUALS||isAsciiAlphaNumeric(e)}var f;(function(e){e[e["EntityStart"]=0]="EntityStart";e[e["NumericStart"]=1]="NumericStart";e[e["NumericDecimal"]=2]="NumericDecimal";e[e["NumericHex"]=3]="NumericHex";e[e["NamedEntity"]=4]="NamedEntity"})(f||(f={}));var h;(function(e){e[e["Legacy"]=0]="Legacy";e[e["Strict"]=1]="Strict";e[e["Attribute"]=2]="Attribute"})(h=t.DecodingMode||(t.DecodingMode={}));var y=function(){function EntityDecoder(e,t,r){this.decodeTree=e;this.emitCodePoint=t;this.errors=r;this.state=f.EntityStart;this.consumed=1;this.result=0;this.treeIndex=0;this.excess=1;this.decodeMode=h.Strict}EntityDecoder.prototype.startEntity=function(e){this.decodeMode=e;this.state=f.EntityStart;this.result=0;this.treeIndex=0;this.excess=1;this.consumed=1};EntityDecoder.prototype.write=function(e,t){switch(this.state){case f.EntityStart:{if(e.charCodeAt(t)===d.NUM){this.state=f.NumericStart;this.consumed+=1;return this.stateNumericStart(e,t+1)}this.state=f.NamedEntity;return this.stateNamedEntity(e,t)}case f.NumericStart:{return this.stateNumericStart(e,t)}case f.NumericDecimal:{return this.stateNumericDecimal(e,t)}case f.NumericHex:{return this.stateNumericHex(e,t)}case f.NamedEntity:{return this.stateNamedEntity(e,t)}}};EntityDecoder.prototype.stateNumericStart=function(e,t){if(t>=e.length){return-1}if((e.charCodeAt(t)|p)===d.LOWER_X){this.state=f.NumericHex;this.consumed+=1;return this.stateNumericHex(e,t+1)}this.state=f.NumericDecimal;return this.stateNumericDecimal(e,t)};EntityDecoder.prototype.addToNumericResult=function(e,t,r,n){if(t!==r){var i=r-t;this.result=this.result*Math.pow(n,i)+parseInt(e.substr(t,i),n);this.consumed+=i}};EntityDecoder.prototype.stateNumericHex=function(e,t){var r=t;while(t<e.length){var n=e.charCodeAt(t);if(isNumber(n)||isHexadecimalCharacter(n)){t+=1}else{this.addToNumericResult(e,r,t,16);return this.emitNumericEntity(n,3)}}this.addToNumericResult(e,r,t,16);return-1};EntityDecoder.prototype.stateNumericDecimal=function(e,t){var r=t;while(t<e.length){var n=e.charCodeAt(t);if(isNumber(n)){t+=1}else{this.addToNumericResult(e,r,t,10);return this.emitNumericEntity(n,2)}}this.addToNumericResult(e,r,t,10);return-1};EntityDecoder.prototype.emitNumericEntity=function(e,t){var r;if(this.consumed<=t){(r=this.errors)===null||r===void 0?void 0:r.absenceOfDigitsInNumericCharacterReference(this.consumed);return 0}if(e===d.SEMI){this.consumed+=1}else if(this.decodeMode===h.Strict){return 0}this.emitCodePoint((0,c.replaceCodePoint)(this.result),this.consumed);if(this.errors){if(e!==d.SEMI){this.errors.missingSemicolonAfterCharacterReference()}this.errors.validateNumericCharacterReference(this.result)}return this.consumed};EntityDecoder.prototype.stateNamedEntity=function(e,t){var r=this.decodeTree;var n=r[this.treeIndex];var i=(n&m.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){var a=e.charCodeAt(t);this.treeIndex=determineBranch(r,n,this.treeIndex+Math.max(1,i),a);if(this.treeIndex<0){return this.result===0||this.decodeMode===h.Attribute&&(i===0||isEntityInAttributeInvalidEnd(a))?0:this.emitNotTerminatedNamedEntity()}n=r[this.treeIndex];i=(n&m.VALUE_LENGTH)>>14;if(i!==0){if(a===d.SEMI){return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess)}if(this.decodeMode!==h.Strict){this.result=this.treeIndex;this.consumed+=this.excess;this.excess=0}}}return-1};EntityDecoder.prototype.emitNotTerminatedNamedEntity=function(){var e;var t=this,r=t.result,n=t.decodeTree;var i=(n[r]&m.VALUE_LENGTH)>>14;this.emitNamedEntityData(r,i,this.consumed);(e=this.errors)===null||e===void 0?void 0:e.missingSemicolonAfterCharacterReference();return this.consumed};EntityDecoder.prototype.emitNamedEntityData=function(e,t,r){var n=this.decodeTree;this.emitCodePoint(t===1?n[e]&~m.VALUE_LENGTH:n[e+1],r);if(t===3){this.emitCodePoint(n[e+2],r)}return r};EntityDecoder.prototype.end=function(){var e;switch(this.state){case f.NamedEntity:{return this.result!==0&&(this.decodeMode!==h.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0}case f.NumericDecimal:{return this.emitNumericEntity(0,2)}case f.NumericHex:{return this.emitNumericEntity(0,3)}case f.NumericStart:{(e=this.errors)===null||e===void 0?void 0:e.absenceOfDigitsInNumericCharacterReference(this.consumed);return 0}case f.EntityStart:{return 0}}};return EntityDecoder}();t.EntityDecoder=y;function getDecoder(e){var t="";var r=new y(e,(function(e){return t+=(0,c.fromCodePoint)(e)}));return function decodeWithTrie(e,n){var i=0;var a=0;while((a=e.indexOf("&",a))>=0){t+=e.slice(i,a);r.startEntity(n);var o=r.write(e,a+1);if(o<0){i=a+r.end();break}i=a+o;a=o===0?i+1:i}var s=t+e.slice(i);t="";return s}}function determineBranch(e,t,r,n){var i=(t&m.BRANCH_LENGTH)>>7;var a=t&m.JUMP_TABLE;if(i===0){return a!==0&&n===a?r:-1}if(a){var o=n-a;return o<0||o>=i?-1:e[r+o]-1}var s=r;var l=s+i-1;while(s<=l){var c=s+l>>>1;var u=e[c];if(u<n){s=c+1}else if(u>n){l=c-1}else{return e[c+i]}}return-1}t.determineBranch=determineBranch;var b=getDecoder(s.default);var v=getDecoder(l.default);function decodeHTML(e,t){if(t===void 0){t=h.Legacy}return b(e,t)}t.decodeHTML=decodeHTML;function decodeHTMLAttribute(e){return b(e,h.Attribute)}t.decodeHTMLAttribute=decodeHTMLAttribute;function decodeHTMLStrict(e){return b(e,h.Strict)}t.decodeHTMLStrict=decodeHTMLStrict;function decodeXML(e){return v(e,h.Strict)}t.decodeXML=decodeXML},1787:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:true});t.replaceCodePoint=t.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);t.fromCodePoint=(r=String.fromCodePoint)!==null&&r!==void 0?r:function(e){var t="";if(e>65535){e-=65536;t+=String.fromCharCode(e>>>10&1023|55296);e=56320|e&1023}t+=String.fromCharCode(e);return t};function replaceCodePoint(e){var t;if(e>=55296&&e<=57343||e>1114111){return 65533}return(t=n.get(e))!==null&&t!==void 0?t:e}t.replaceCodePoint=replaceCodePoint;function decodeCodePoint(e){return(0,t.fromCodePoint)(replaceCodePoint(e))}t["default"]=decodeCodePoint},8038:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.encodeNonAsciiHTML=t.encodeHTML=void 0;var i=n(r(5363));var a=r(1389);var o=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function encodeHTML(e){return encodeHTMLTrieRe(o,e)}t.encodeHTML=encodeHTML;function encodeNonAsciiHTML(e){return encodeHTMLTrieRe(a.xmlReplacer,e)}t.encodeNonAsciiHTML=encodeNonAsciiHTML;function encodeHTMLTrieRe(e,t){var r="";var n=0;var o;while((o=e.exec(t))!==null){var s=o.index;r+=t.substring(n,s);var l=t.charCodeAt(s);var c=i.default.get(l);if(typeof c==="object"){if(s+1<t.length){var u=t.charCodeAt(s+1);var d=typeof c.n==="number"?c.n===u?c.o:undefined:c.n.get(u);if(d!==undefined){r+=d;n=e.lastIndex+=1;continue}}c=c.v}if(c!==undefined){r+=c;n=s+1}else{var p=(0,a.getCodePoint)(t,s);r+="&#x".concat(p.toString(16),";");n=e.lastIndex+=Number(p!==l)}}return r+t.substr(n)}},1389:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0;t.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var r=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);t.getCodePoint=String.prototype.codePointAt!=null?function(e,t){return e.codePointAt(t)}:function(e,t){return(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)};function encodeXML(e){var n="";var i=0;var a;while((a=t.xmlReplacer.exec(e))!==null){var o=a.index;var s=e.charCodeAt(o);var l=r.get(s);if(l!==undefined){n+=e.substring(i,o)+l;i=o+1}else{n+="".concat(e.substring(i,o),"&#x").concat((0,t.getCodePoint)(e,o).toString(16),";");i=t.xmlReplacer.lastIndex+=Number((s&64512)===55296)}}return n+e.substr(i)}t.encodeXML=encodeXML;t.escape=encodeXML;function getEscaper(e,t){return function escape(r){var n;var i=0;var a="";while(n=e.exec(r)){if(i!==n.index){a+=r.substring(i,n.index)}a+=t.get(n[0].charCodeAt(0));i=n.index+1}return a+r.substring(i)}}t.escapeUTF8=getEscaper(/[&<>'"]/g,r);t.escapeAttribute=getEscaper(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]]));t.escapeText=getEscaper(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},9350:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t["default"]=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(e){return e.charCodeAt(0)})))},6960:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t["default"]=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(e){return e.charCodeAt(0)})))},5363:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});function restoreDiff(e){for(var t=1;t<e.length;t++){e[t][0]+=e[t-1][0]+1}return e}t["default"]=new Map(restoreDiff([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(restoreDiff([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(restoreDiff([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(restoreDiff([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))},5966:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLAttribute=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.DecodingMode=t.EntityDecoder=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.EntityLevel=void 0;var n=r(1076);var i=r(8038);var a=r(1389);var o;(function(e){e[e["XML"]=0]="XML";e[e["HTML"]=1]="HTML"})(o=t.EntityLevel||(t.EntityLevel={}));var s;(function(e){e[e["UTF8"]=0]="UTF8";e[e["ASCII"]=1]="ASCII";e[e["Extensive"]=2]="Extensive";e[e["Attribute"]=3]="Attribute";e[e["Text"]=4]="Text"})(s=t.EncodingMode||(t.EncodingMode={}));function decode(e,t){if(t===void 0){t=o.XML}var r=typeof t==="number"?t:t.level;if(r===o.HTML){var i=typeof t==="object"?t.mode:undefined;return(0,n.decodeHTML)(e,i)}return(0,n.decodeXML)(e)}t.decode=decode;function decodeStrict(e,t){var r;if(t===void 0){t=o.XML}var i=typeof t==="number"?{level:t}:t;(r=i.mode)!==null&&r!==void 0?r:i.mode=n.DecodingMode.Strict;return decode(e,i)}t.decodeStrict=decodeStrict;function encode(e,t){if(t===void 0){t=o.XML}var r=typeof t==="number"?{level:t}:t;if(r.mode===s.UTF8)return(0,a.escapeUTF8)(e);if(r.mode===s.Attribute)return(0,a.escapeAttribute)(e);if(r.mode===s.Text)return(0,a.escapeText)(e);if(r.level===o.HTML){if(r.mode===s.ASCII){return(0,i.encodeNonAsciiHTML)(e)}return(0,i.encodeHTML)(e)}return(0,a.encodeXML)(e)}t.encode=encode;var l=r(1389);Object.defineProperty(t,"encodeXML",{enumerable:true,get:function(){return l.encodeXML}});Object.defineProperty(t,"escape",{enumerable:true,get:function(){return l.escape}});Object.defineProperty(t,"escapeUTF8",{enumerable:true,get:function(){return l.escapeUTF8}});Object.defineProperty(t,"escapeAttribute",{enumerable:true,get:function(){return l.escapeAttribute}});Object.defineProperty(t,"escapeText",{enumerable:true,get:function(){return l.escapeText}});var c=r(8038);Object.defineProperty(t,"encodeHTML",{enumerable:true,get:function(){return c.encodeHTML}});Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:true,get:function(){return c.encodeNonAsciiHTML}});Object.defineProperty(t,"encodeHTML4",{enumerable:true,get:function(){return c.encodeHTML}});Object.defineProperty(t,"encodeHTML5",{enumerable:true,get:function(){return c.encodeHTML}});var u=r(1076);Object.defineProperty(t,"EntityDecoder",{enumerable:true,get:function(){return u.EntityDecoder}});Object.defineProperty(t,"DecodingMode",{enumerable:true,get:function(){return u.DecodingMode}});Object.defineProperty(t,"decodeXML",{enumerable:true,get:function(){return u.decodeXML}});Object.defineProperty(t,"decodeHTML",{enumerable:true,get:function(){return u.decodeHTML}});Object.defineProperty(t,"decodeHTMLStrict",{enumerable:true,get:function(){return u.decodeHTMLStrict}});Object.defineProperty(t,"decodeHTMLAttribute",{enumerable:true,get:function(){return u.decodeHTMLAttribute}});Object.defineProperty(t,"decodeHTML4",{enumerable:true,get:function(){return u.decodeHTML}});Object.defineProperty(t,"decodeHTML5",{enumerable:true,get:function(){return u.decodeHTML}});Object.defineProperty(t,"decodeHTML4Strict",{enumerable:true,get:function(){return u.decodeHTMLStrict}});Object.defineProperty(t,"decodeHTML5Strict",{enumerable:true,get:function(){return u.decodeHTMLStrict}});Object.defineProperty(t,"decodeXMLStrict",{enumerable:true,get:function(){return u.decodeXML}})},6305:(e,t,r)=>{"use strict";var n=r(3837);var i=r(1589);var a=function errorEx(e,t){if(!e||e.constructor!==String){t=e||{};e=Error.name}var r=function ErrorEXError(n){if(!this){return new ErrorEXError(n)}n=n instanceof Error?n.message:n||this.message;Error.call(this,n);Error.captureStackTrace(this,r);this.name=e;Object.defineProperty(this,"message",{configurable:true,enumerable:false,get:function(){var e=n.split(/\r?\n/g);for(var r in t){if(!t.hasOwnProperty(r)){continue}var a=t[r];if("message"in a){e=a.message(this[r],e)||e;if(!i(e)){e=[e]}}}return e.join("\n")},set:function(e){n=e}});var a=null;var o=Object.getOwnPropertyDescriptor(this,"stack");var s=o.get;var l=o.value;delete o.value;delete o.writable;o.set=function(e){a=e};o.get=function(){var e=(a||(s?s.call(this):l)).split(/\r?\n+/g);if(!a){e[0]=this.name+": "+this.message}var r=1;for(var n in t){if(!t.hasOwnProperty(n)){continue}var i=t[n];if("line"in i){var o=i.line(this[n]);if(o){e.splice(r++,0," "+o)}}if("stack"in i){i.stack(this[n],e)}}return e.join("\n")};Object.defineProperty(this,"stack",o)};if(Object.setPrototypeOf){Object.setPrototypeOf(r.prototype,Error.prototype);Object.setPrototypeOf(r,Error)}else{n.inherits(r,Error)}return r};a.append=function(e,t){return{message:function(r,n){r=r||t;if(r){n[0]+=" "+e.replace("%s",r.toString())}return n}}};a.line=function(e,t){return{line:function(r){r=r||t;if(r){return e.replace("%s",r.toString())}return null}}};e.exports=a},4434:e=>{"use strict";var t=/[|\\{}()[\]^$+*?.]/g;e.exports=function(e){if(typeof e!=="string"){throw new TypeError("Expected a string")}return e.replace(t,"\\$&")}},419:e=>{"use strict";e.exports=(e,t)=>{t=t||process.argv;const r=e.startsWith("-")?"":e.length===1?"-":"--";const n=t.indexOf(r+e);const i=t.indexOf("--");return n!==-1&&(i===-1?true:n<i)}},833:(e,t,r)=>{"use strict";const n=r(1017);const i=r(2889);const a=r(3938);e.exports=e=>{if(typeof e!=="string"){throw new TypeError("Expected a string")}const t=a(__filename);const r=t?n.dirname(t):__dirname;const o=i(r,e);const s=require.cache[o];if(s&&s.parent){let e=s.parent.children.length;while(e--){if(s.parent.children[e].id===o){s.parent.children.splice(e,1)}}}delete require.cache[o];const l=require.cache[t];return l===undefined?require(o):l.require(o)}},1589:e=>{"use strict";e.exports=function isArrayish(e){if(!e){return false}return e instanceof Array||Array.isArray(e)||e.length>=0&&e.splice instanceof Function}},8629:(e,t)=>{Object.defineProperty(t,"__esModule",{value:true});t["default"]=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g;t.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:undefined};if(e[1])t.type="string",t.closed=!!(e[3]||e[4]);else if(e[5])t.type="comment";else if(e[6])t.type="comment",t.closed=!!e[7];else if(e[8])t.type="regex";else if(e[9])t.type="number";else if(e[10])t.type="name";else if(e[11])t.type="punctuator";else if(e[12])t.type="whitespace";return t}},4509:(e,t,r)=>{"use strict";var n=r(756);var i=r(7818);function renamed(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. "+"Use yaml."+t+" instead, which is now safe by default.")}}e.exports.Type=r(1498);e.exports.Schema=r(9915);e.exports.FAILSAFE_SCHEMA=r(9);e.exports.JSON_SCHEMA=r(9854);e.exports.CORE_SCHEMA=r(5645);e.exports.DEFAULT_SCHEMA=r(5518);e.exports.load=n.load;e.exports.loadAll=n.loadAll;e.exports.dump=i.dump;e.exports.YAMLException=r(5574);e.exports.types={binary:r(8385),float:r(1650),map:r(3671),null:r(4336),pairs:r(5005),set:r(4938),timestamp:r(2413),bool:r(8568),int:r(4222),merge:r(9690),omap:r(4590),seq:r(3369),str:r(3299)};e.exports.safeLoad=renamed("safeLoad","load");e.exports.safeLoadAll=renamed("safeLoadAll","loadAll");e.exports.safeDump=renamed("safeDump","dump")},8234:e=>{"use strict";function isNothing(e){return typeof e==="undefined"||e===null}function isObject(e){return typeof e==="object"&&e!==null}function toArray(e){if(Array.isArray(e))return e;else if(isNothing(e))return[];return[e]}function extend(e,t){var r,n,i,a;if(t){a=Object.keys(t);for(r=0,n=a.length;r<n;r+=1){i=a[r];e[i]=t[i]}}return e}function repeat(e,t){var r="",n;for(n=0;n<t;n+=1){r+=e}return r}function isNegativeZero(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}e.exports.isNothing=isNothing;e.exports.isObject=isObject;e.exports.toArray=toArray;e.exports.repeat=repeat;e.exports.isNegativeZero=isNegativeZero;e.exports.extend=extend},7818:(e,t,r)=>{"use strict";var n=r(8234);var i=r(5574);var a=r(5518);var o=Object.prototype.toString;var s=Object.prototype.hasOwnProperty;var l=65279;var c=9;var u=10;var d=13;var p=32;var m=33;var f=34;var h=35;var y=37;var b=38;var v=39;var S=42;var x=44;var k=45;var C=58;var w=61;var T=62;var E=63;var A=64;var O=91;var P=93;var _=96;var L=123;var N=124;var M=125;var z={};z[0]="\\0";z[7]="\\a";z[8]="\\b";z[9]="\\t";z[10]="\\n";z[11]="\\v";z[12]="\\f";z[13]="\\r";z[27]="\\e";z[34]='\\"';z[92]="\\\\";z[133]="\\N";z[160]="\\_";z[8232]="\\L";z[8233]="\\P";var D=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];var W=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function compileStyleMap(e,t){var r,n,i,a,o,l,c;if(t===null)return{};r={};n=Object.keys(t);for(i=0,a=n.length;i<a;i+=1){o=n[i];l=String(t[o]);if(o.slice(0,2)==="!!"){o="tag:yaml.org,2002:"+o.slice(2)}c=e.compiledTypeMap["fallback"][o];if(c&&s.call(c.styleAliases,l)){l=c.styleAliases[l]}r[o]=l}return r}function encodeHex(e){var t,r,a;t=e.toString(16).toUpperCase();if(e<=255){r="x";a=2}else if(e<=65535){r="u";a=4}else if(e<=4294967295){r="U";a=8}else{throw new i("code point within a string may not be greater than 0xFFFFFFFF")}return"\\"+r+n.repeat("0",a-t.length)+t}var I=1,q=2;function State(e){this.schema=e["schema"]||a;this.indent=Math.max(1,e["indent"]||2);this.noArrayIndent=e["noArrayIndent"]||false;this.skipInvalid=e["skipInvalid"]||false;this.flowLevel=n.isNothing(e["flowLevel"])?-1:e["flowLevel"];this.styleMap=compileStyleMap(this.schema,e["styles"]||null);this.sortKeys=e["sortKeys"]||false;this.lineWidth=e["lineWidth"]||80;this.noRefs=e["noRefs"]||false;this.noCompatMode=e["noCompatMode"]||false;this.condenseFlow=e["condenseFlow"]||false;this.quotingType=e["quotingType"]==='"'?q:I;this.forceQuotes=e["forceQuotes"]||false;this.replacer=typeof e["replacer"]==="function"?e["replacer"]:null;this.implicitTypes=this.schema.compiledImplicit;this.explicitTypes=this.schema.compiledExplicit;this.tag=null;this.result="";this.duplicates=[];this.usedDuplicates=null}function indentString(e,t){var r=n.repeat(" ",t),i=0,a=-1,o="",s,l=e.length;while(i<l){a=e.indexOf("\n",i);if(a===-1){s=e.slice(i);i=l}else{s=e.slice(i,a+1);i=a+1}if(s.length&&s!=="\n")o+=r;o+=s}return o}function generateNextLine(e,t){return"\n"+n.repeat(" ",e.indent*t)}function testImplicitResolving(e,t){var r,n,i;for(r=0,n=e.implicitTypes.length;r<n;r+=1){i=e.implicitTypes[r];if(i.resolve(t)){return true}}return false}function isWhitespace(e){return e===p||e===c}function isPrintable(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==l||65536<=e&&e<=1114111}function isNsCharOrWhitespace(e){return isPrintable(e)&&e!==l&&e!==d&&e!==u}function isPlainSafe(e,t,r){var n=isNsCharOrWhitespace(e);var i=n&&!isWhitespace(e);return(r?n:n&&e!==x&&e!==O&&e!==P&&e!==L&&e!==M)&&e!==h&&!(t===C&&!i)||isNsCharOrWhitespace(t)&&!isWhitespace(t)&&e===h||t===C&&i}function isPlainSafeFirst(e){return isPrintable(e)&&e!==l&&!isWhitespace(e)&&e!==k&&e!==E&&e!==C&&e!==x&&e!==O&&e!==P&&e!==L&&e!==M&&e!==h&&e!==b&&e!==S&&e!==m&&e!==N&&e!==w&&e!==T&&e!==v&&e!==f&&e!==y&&e!==A&&e!==_}function isPlainSafeLast(e){return!isWhitespace(e)&&e!==C}function codePointAt(e,t){var r=e.charCodeAt(t),n;if(r>=55296&&r<=56319&&t+1<e.length){n=e.charCodeAt(t+1);if(n>=56320&&n<=57343){return(r-55296)*1024+n-56320+65536}}return r}function needIndentIndicator(e){var t=/^\n* /;return t.test(e)}var R=1,B=2,j=3,G=4,U=5;function chooseScalarStyle(e,t,r,n,i,a,o,s){var l;var c=0;var d=null;var p=false;var m=false;var f=n!==-1;var h=-1;var y=isPlainSafeFirst(codePointAt(e,0))&&isPlainSafeLast(codePointAt(e,e.length-1));if(t||o){for(l=0;l<e.length;c>=65536?l+=2:l++){c=codePointAt(e,l);if(!isPrintable(c)){return U}y=y&&isPlainSafe(c,d,s);d=c}}else{for(l=0;l<e.length;c>=65536?l+=2:l++){c=codePointAt(e,l);if(c===u){p=true;if(f){m=m||l-h-1>n&&e[h+1]!==" ";h=l}}else if(!isPrintable(c)){return U}y=y&&isPlainSafe(c,d,s);d=c}m=m||f&&(l-h-1>n&&e[h+1]!==" ")}if(!p&&!m){if(y&&!o&&!i(e)){return R}return a===q?U:B}if(r>9&&needIndentIndicator(e)){return U}if(!o){return m?G:j}return a===q?U:B}function writeScalar(e,t,r,n,a){e.dump=function(){if(t.length===0){return e.quotingType===q?'""':"''"}if(!e.noCompatMode){if(D.indexOf(t)!==-1||W.test(t)){return e.quotingType===q?'"'+t+'"':"'"+t+"'"}}var o=e.indent*Math.max(1,r);var s=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-o);var l=n||e.flowLevel>-1&&r>=e.flowLevel;function testAmbiguity(t){return testImplicitResolving(e,t)}switch(chooseScalarStyle(t,l,e.indent,s,testAmbiguity,e.quotingType,e.forceQuotes&&!n,a)){case R:return t;case B:return"'"+t.replace(/'/g,"''")+"'";case j:return"|"+blockHeader(t,e.indent)+dropEndingNewline(indentString(t,o));case G:return">"+blockHeader(t,e.indent)+dropEndingNewline(indentString(foldString(t,s),o));case U:return'"'+escapeString(t,s)+'"';default:throw new i("impossible error: invalid scalar style")}}()}function blockHeader(e,t){var r=needIndentIndicator(e)?String(t):"";var n=e[e.length-1]==="\n";var i=n&&(e[e.length-2]==="\n"||e==="\n");var a=i?"+":n?"":"-";return r+a+"\n"}function dropEndingNewline(e){return e[e.length-1]==="\n"?e.slice(0,-1):e}function foldString(e,t){var r=/(\n+)([^\n]*)/g;var n=function(){var n=e.indexOf("\n");n=n!==-1?n:e.length;r.lastIndex=n;return foldLine(e.slice(0,n),t)}();var i=e[0]==="\n"||e[0]===" ";var a;var o;while(o=r.exec(e)){var s=o[1],l=o[2];a=l[0]===" ";n+=s+(!i&&!a&&l!==""?"\n":"")+foldLine(l,t);i=a}return n}function foldLine(e,t){if(e===""||e[0]===" ")return e;var r=/ [^ ]/g;var n;var i=0,a,o=0,s=0;var l="";while(n=r.exec(e)){s=n.index;if(s-i>t){a=o>i?o:s;l+="\n"+e.slice(i,a);i=a+1}o=s}l+="\n";if(e.length-i>t&&o>i){l+=e.slice(i,o)+"\n"+e.slice(o+1)}else{l+=e.slice(i)}return l.slice(1)}function escapeString(e){var t="";var r=0;var n;for(var i=0;i<e.length;r>=65536?i+=2:i++){r=codePointAt(e,i);n=z[r];if(!n&&isPrintable(r)){t+=e[i];if(r>=65536)t+=e[i+1]}else{t+=n||encodeHex(r)}}return t}function writeFlowSequence(e,t,r){var n="",i=e.tag,a,o,s;for(a=0,o=r.length;a<o;a+=1){s=r[a];if(e.replacer){s=e.replacer.call(r,String(a),s)}if(writeNode(e,t,s,false,false)||typeof s==="undefined"&&writeNode(e,t,null,false,false)){if(n!=="")n+=","+(!e.condenseFlow?" ":"");n+=e.dump}}e.tag=i;e.dump="["+n+"]"}function writeBlockSequence(e,t,r,n){var i="",a=e.tag,o,s,l;for(o=0,s=r.length;o<s;o+=1){l=r[o];if(e.replacer){l=e.replacer.call(r,String(o),l)}if(writeNode(e,t+1,l,true,true,false,true)||typeof l==="undefined"&&writeNode(e,t+1,null,true,true,false,true)){if(!n||i!==""){i+=generateNextLine(e,t)}if(e.dump&&u===e.dump.charCodeAt(0)){i+="-"}else{i+="- "}i+=e.dump}}e.tag=a;e.dump=i||"[]"}function writeFlowMapping(e,t,r){var n="",i=e.tag,a=Object.keys(r),o,s,l,c,u;for(o=0,s=a.length;o<s;o+=1){u="";if(n!=="")u+=", ";if(e.condenseFlow)u+='"';l=a[o];c=r[l];if(e.replacer){c=e.replacer.call(r,l,c)}if(!writeNode(e,t,l,false,false)){continue}if(e.dump.length>1024)u+="? ";u+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" ");if(!writeNode(e,t,c,false,false)){continue}u+=e.dump;n+=u}e.tag=i;e.dump="{"+n+"}"}function writeBlockMapping(e,t,r,n){var a="",o=e.tag,s=Object.keys(r),l,c,d,p,m,f;if(e.sortKeys===true){s.sort()}else if(typeof e.sortKeys==="function"){s.sort(e.sortKeys)}else if(e.sortKeys){throw new i("sortKeys must be a boolean or a function")}for(l=0,c=s.length;l<c;l+=1){f="";if(!n||a!==""){f+=generateNextLine(e,t)}d=s[l];p=r[d];if(e.replacer){p=e.replacer.call(r,d,p)}if(!writeNode(e,t+1,d,true,true,true)){continue}m=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024;if(m){if(e.dump&&u===e.dump.charCodeAt(0)){f+="?"}else{f+="? "}}f+=e.dump;if(m){f+=generateNextLine(e,t)}if(!writeNode(e,t+1,p,true,m)){continue}if(e.dump&&u===e.dump.charCodeAt(0)){f+=":"}else{f+=": "}f+=e.dump;a+=f}e.tag=o;e.dump=a||"{}"}function detectType(e,t,r){var n,a,l,c,u,d;a=r?e.explicitTypes:e.implicitTypes;for(l=0,c=a.length;l<c;l+=1){u=a[l];if((u.instanceOf||u.predicate)&&(!u.instanceOf||typeof t==="object"&&t instanceof u.instanceOf)&&(!u.predicate||u.predicate(t))){if(r){if(u.multi&&u.representName){e.tag=u.representName(t)}else{e.tag=u.tag}}else{e.tag="?"}if(u.represent){d=e.styleMap[u.tag]||u.defaultStyle;if(o.call(u.represent)==="[object Function]"){n=u.represent(t,d)}else if(s.call(u.represent,d)){n=u.represent[d](t,d)}else{throw new i("!<"+u.tag+'> tag resolver accepts not "'+d+'" style')}e.dump=n}return true}}return false}function writeNode(e,t,r,n,a,s,l){e.tag=null;e.dump=r;if(!detectType(e,r,false)){detectType(e,r,true)}var c=o.call(e.dump);var u=n;var d;if(n){n=e.flowLevel<0||e.flowLevel>t}var p=c==="[object Object]"||c==="[object Array]",m,f;if(p){m=e.duplicates.indexOf(r);f=m!==-1}if(e.tag!==null&&e.tag!=="?"||f||e.indent!==2&&t>0){a=false}if(f&&e.usedDuplicates[m]){e.dump="*ref_"+m}else{if(p&&f&&!e.usedDuplicates[m]){e.usedDuplicates[m]=true}if(c==="[object Object]"){if(n&&Object.keys(e.dump).length!==0){writeBlockMapping(e,t,e.dump,a);if(f){e.dump="&ref_"+m+e.dump}}else{writeFlowMapping(e,t,e.dump);if(f){e.dump="&ref_"+m+" "+e.dump}}}else if(c==="[object Array]"){if(n&&e.dump.length!==0){if(e.noArrayIndent&&!l&&t>0){writeBlockSequence(e,t-1,e.dump,a)}else{writeBlockSequence(e,t,e.dump,a)}if(f){e.dump="&ref_"+m+e.dump}}else{writeFlowSequence(e,t,e.dump);if(f){e.dump="&ref_"+m+" "+e.dump}}}else if(c==="[object String]"){if(e.tag!=="?"){writeScalar(e,e.dump,t,s,u)}}else if(c==="[object Undefined]"){return false}else{if(e.skipInvalid)return false;throw new i("unacceptable kind of an object to dump "+c)}if(e.tag!==null&&e.tag!=="?"){d=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21");if(e.tag[0]==="!"){d="!"+d}else if(d.slice(0,18)==="tag:yaml.org,2002:"){d="!!"+d.slice(18)}else{d="!<"+d+">"}e.dump=d+" "+e.dump}}return true}function getDuplicateReferences(e,t){var r=[],n=[],i,a;inspectNode(e,r,n);for(i=0,a=n.length;i<a;i+=1){t.duplicates.push(r[n[i]])}t.usedDuplicates=new Array(a)}function inspectNode(e,t,r){var n,i,a;if(e!==null&&typeof e==="object"){i=t.indexOf(e);if(i!==-1){if(r.indexOf(i)===-1){r.push(i)}}else{t.push(e);if(Array.isArray(e)){for(i=0,a=e.length;i<a;i+=1){inspectNode(e[i],t,r)}}else{n=Object.keys(e);for(i=0,a=n.length;i<a;i+=1){inspectNode(e[n[i]],t,r)}}}}}function dump(e,t){t=t||{};var r=new State(t);if(!r.noRefs)getDuplicateReferences(e,r);var n=e;if(r.replacer){n=r.replacer.call({"":n},"",n)}if(writeNode(r,0,n,true,true))return r.dump+"\n";return""}e.exports.dump=dump},5574:e=>{"use strict";function formatError(e,t){var r="",n=e.reason||"(unknown reason)";if(!e.mark)return n;if(e.mark.name){r+='in "'+e.mark.name+'" '}r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")";if(!t&&e.mark.snippet){r+="\n\n"+e.mark.snippet}return n+" "+r}function YAMLException(e,t){Error.call(this);this.name="YAMLException";this.reason=e;this.mark=t;this.message=formatError(this,false);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack||""}}YAMLException.prototype=Object.create(Error.prototype);YAMLException.prototype.constructor=YAMLException;YAMLException.prototype.toString=function toString(e){return this.name+": "+formatError(this,e)};e.exports=YAMLException},756:(e,t,r)=>{"use strict";var n=r(8234);var i=r(5574);var a=r(4080);var o=r(5518);var s=Object.prototype.hasOwnProperty;var l=1;var c=2;var u=3;var d=4;var p=1;var m=2;var f=3;var h=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;var y=/[\x85\u2028\u2029]/;var b=/[,\[\]\{\}]/;var v=/^(?:!|!!|![a-z\-]+!)$/i;var S=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function _class(e){return Object.prototype.toString.call(e)}function is_EOL(e){return e===10||e===13}function is_WHITE_SPACE(e){return e===9||e===32}function is_WS_OR_EOL(e){return e===9||e===32||e===10||e===13}function is_FLOW_INDICATOR(e){return e===44||e===91||e===93||e===123||e===125}function fromHexCode(e){var t;if(48<=e&&e<=57){return e-48}t=e|32;if(97<=t&&t<=102){return t-97+10}return-1}function escapedHexLen(e){if(e===120){return 2}if(e===117){return 4}if(e===85){return 8}return 0}function fromDecimalCode(e){if(48<=e&&e<=57){return e-48}return-1}function simpleEscapeSequence(e){return e===48?"\0":e===97?"":e===98?"\b":e===116?"\t":e===9?"\t":e===110?"\n":e===118?"\v":e===102?"\f":e===114?"\r":e===101?"":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"
":e===95?" ":e===76?"\u2028":e===80?"\u2029":""}function charFromCodepoint(e){if(e<=65535){return String.fromCharCode(e)}return String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var x=new Array(256);var k=new Array(256);for(var C=0;C<256;C++){x[C]=simpleEscapeSequence(C)?1:0;k[C]=simpleEscapeSequence(C)}function State(e,t){this.input=e;this.filename=t["filename"]||null;this.schema=t["schema"]||o;this.onWarning=t["onWarning"]||null;this.legacy=t["legacy"]||false;this.json=t["json"]||false;this.listener=t["listener"]||null;this.implicitTypes=this.schema.compiledImplicit;this.typeMap=this.schema.compiledTypeMap;this.length=e.length;this.position=0;this.line=0;this.lineStart=0;this.lineIndent=0;this.firstTabInLine=-1;this.documents=[]}function generateError(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};r.snippet=a(r);return new i(t,r)}function throwError(e,t){throw generateError(e,t)}function throwWarning(e,t){if(e.onWarning){e.onWarning.call(null,generateError(e,t))}}var w={YAML:function handleYamlDirective(e,t,r){var n,i,a;if(e.version!==null){throwError(e,"duplication of %YAML directive")}if(r.length!==1){throwError(e,"YAML directive accepts exactly one argument")}n=/^([0-9]+)\.([0-9]+)$/.exec(r[0]);if(n===null){throwError(e,"ill-formed argument of the YAML directive")}i=parseInt(n[1],10);a=parseInt(n[2],10);if(i!==1){throwError(e,"unacceptable YAML version of the document")}e.version=r[0];e.checkLineBreaks=a<2;if(a!==1&&a!==2){throwWarning(e,"unsupported YAML version of the document")}},TAG:function handleTagDirective(e,t,r){var n,i;if(r.length!==2){throwError(e,"TAG directive accepts exactly two arguments")}n=r[0];i=r[1];if(!v.test(n)){throwError(e,"ill-formed tag handle (first argument) of the TAG directive")}if(s.call(e.tagMap,n)){throwError(e,'there is a previously declared suffix for "'+n+'" tag handle')}if(!S.test(i)){throwError(e,"ill-formed tag prefix (second argument) of the TAG directive")}try{i=decodeURIComponent(i)}catch(t){throwError(e,"tag prefix is malformed: "+i)}e.tagMap[n]=i}};function captureSegment(e,t,r,n){var i,a,o,s;if(t<r){s=e.input.slice(t,r);if(n){for(i=0,a=s.length;i<a;i+=1){o=s.charCodeAt(i);if(!(o===9||32<=o&&o<=1114111)){throwError(e,"expected valid JSON character")}}}else if(h.test(s)){throwError(e,"the stream contains non-printable characters")}e.result+=s}}function mergeMappings(e,t,r,i){var a,o,l,c;if(!n.isObject(r)){throwError(e,"cannot merge mappings; the provided source object is unacceptable")}a=Object.keys(r);for(l=0,c=a.length;l<c;l+=1){o=a[l];if(!s.call(t,o)){t[o]=r[o];i[o]=true}}}function storeMappingPair(e,t,r,n,i,a,o,l,c){var u,d;if(Array.isArray(i)){i=Array.prototype.slice.call(i);for(u=0,d=i.length;u<d;u+=1){if(Array.isArray(i[u])){throwError(e,"nested arrays are not supported inside keys")}if(typeof i==="object"&&_class(i[u])==="[object Object]"){i[u]="[object Object]"}}}if(typeof i==="object"&&_class(i)==="[object Object]"){i="[object Object]"}i=String(i);if(t===null){t={}}if(n==="tag:yaml.org,2002:merge"){if(Array.isArray(a)){for(u=0,d=a.length;u<d;u+=1){mergeMappings(e,t,a[u],r)}}else{mergeMappings(e,t,a,r)}}else{if(!e.json&&!s.call(r,i)&&s.call(t,i)){e.line=o||e.line;e.lineStart=l||e.lineStart;e.position=c||e.position;throwError(e,"duplicated mapping key")}if(i==="__proto__"){Object.defineProperty(t,i,{configurable:true,enumerable:true,writable:true,value:a})}else{t[i]=a}delete r[i]}return t}function readLineBreak(e){var t;t=e.input.charCodeAt(e.position);if(t===10){e.position++}else if(t===13){e.position++;if(e.input.charCodeAt(e.position)===10){e.position++}}else{throwError(e,"a line break is expected")}e.line+=1;e.lineStart=e.position;e.firstTabInLine=-1}function skipSeparationSpace(e,t,r){var n=0,i=e.input.charCodeAt(e.position);while(i!==0){while(is_WHITE_SPACE(i)){if(i===9&&e.firstTabInLine===-1){e.firstTabInLine=e.position}i=e.input.charCodeAt(++e.position)}if(t&&i===35){do{i=e.input.charCodeAt(++e.position)}while(i!==10&&i!==13&&i!==0)}if(is_EOL(i)){readLineBreak(e);i=e.input.charCodeAt(e.position);n++;e.lineIndent=0;while(i===32){e.lineIndent++;i=e.input.charCodeAt(++e.position)}}else{break}}if(r!==-1&&n!==0&&e.lineIndent<r){throwWarning(e,"deficient indentation")}return n}function testDocumentSeparator(e){var t=e.position,r;r=e.input.charCodeAt(t);if((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)){t+=3;r=e.input.charCodeAt(t);if(r===0||is_WS_OR_EOL(r)){return true}}return false}function writeFoldedLines(e,t){if(t===1){e.result+=" "}else if(t>1){e.result+=n.repeat("\n",t-1)}}function readPlainScalar(e,t,r){var n,i,a,o,s,l,c,u,d=e.kind,p=e.result,m;m=e.input.charCodeAt(e.position);if(is_WS_OR_EOL(m)||is_FLOW_INDICATOR(m)||m===35||m===38||m===42||m===33||m===124||m===62||m===39||m===34||m===37||m===64||m===96){return false}if(m===63||m===45){i=e.input.charCodeAt(e.position+1);if(is_WS_OR_EOL(i)||r&&is_FLOW_INDICATOR(i)){return false}}e.kind="scalar";e.result="";a=o=e.position;s=false;while(m!==0){if(m===58){i=e.input.charCodeAt(e.position+1);if(is_WS_OR_EOL(i)||r&&is_FLOW_INDICATOR(i)){break}}else if(m===35){n=e.input.charCodeAt(e.position-1);if(is_WS_OR_EOL(n)){break}}else if(e.position===e.lineStart&&testDocumentSeparator(e)||r&&is_FLOW_INDICATOR(m)){break}else if(is_EOL(m)){l=e.line;c=e.lineStart;u=e.lineIndent;skipSeparationSpace(e,false,-1);if(e.lineIndent>=t){s=true;m=e.input.charCodeAt(e.position);continue}else{e.position=o;e.line=l;e.lineStart=c;e.lineIndent=u;break}}if(s){captureSegment(e,a,o,false);writeFoldedLines(e,e.line-l);a=o=e.position;s=false}if(!is_WHITE_SPACE(m)){o=e.position+1}m=e.input.charCodeAt(++e.position)}captureSegment(e,a,o,false);if(e.result){return true}e.kind=d;e.result=p;return false}function readSingleQuotedScalar(e,t){var r,n,i;r=e.input.charCodeAt(e.position);if(r!==39){return false}e.kind="scalar";e.result="";e.position++;n=i=e.position;while((r=e.input.charCodeAt(e.position))!==0){if(r===39){captureSegment(e,n,e.position,true);r=e.input.charCodeAt(++e.position);if(r===39){n=e.position;e.position++;i=e.position}else{return true}}else if(is_EOL(r)){captureSegment(e,n,i,true);writeFoldedLines(e,skipSeparationSpace(e,false,t));n=i=e.position}else if(e.position===e.lineStart&&testDocumentSeparator(e)){throwError(e,"unexpected end of the document within a single quoted scalar")}else{e.position++;i=e.position}}throwError(e,"unexpected end of the stream within a single quoted scalar")}function readDoubleQuotedScalar(e,t){var r,n,i,a,o,s;s=e.input.charCodeAt(e.position);if(s!==34){return false}e.kind="scalar";e.result="";e.position++;r=n=e.position;while((s=e.input.charCodeAt(e.position))!==0){if(s===34){captureSegment(e,r,e.position,true);e.position++;return true}else if(s===92){captureSegment(e,r,e.position,true);s=e.input.charCodeAt(++e.position);if(is_EOL(s)){skipSeparationSpace(e,false,t)}else if(s<256&&x[s]){e.result+=k[s];e.position++}else if((o=escapedHexLen(s))>0){i=o;a=0;for(;i>0;i--){s=e.input.charCodeAt(++e.position);if((o=fromHexCode(s))>=0){a=(a<<4)+o}else{throwError(e,"expected hexadecimal character")}}e.result+=charFromCodepoint(a);e.position++}else{throwError(e,"unknown escape sequence")}r=n=e.position}else if(is_EOL(s)){captureSegment(e,r,n,true);writeFoldedLines(e,skipSeparationSpace(e,false,t));r=n=e.position}else if(e.position===e.lineStart&&testDocumentSeparator(e)){throwError(e,"unexpected end of the document within a double quoted scalar")}else{e.position++;n=e.position}}throwError(e,"unexpected end of the stream within a double quoted scalar")}function readFlowCollection(e,t){var r=true,n,i,a,o=e.tag,s,c=e.anchor,u,d,p,m,f,h=Object.create(null),y,b,v,S;S=e.input.charCodeAt(e.position);if(S===91){d=93;f=false;s=[]}else if(S===123){d=125;f=true;s={}}else{return false}if(e.anchor!==null){e.anchorMap[e.anchor]=s}S=e.input.charCodeAt(++e.position);while(S!==0){skipSeparationSpace(e,true,t);S=e.input.charCodeAt(e.position);if(S===d){e.position++;e.tag=o;e.anchor=c;e.kind=f?"mapping":"sequence";e.result=s;return true}else if(!r){throwError(e,"missed comma between flow collection entries")}else if(S===44){throwError(e,"expected the node content, but found ','")}b=y=v=null;p=m=false;if(S===63){u=e.input.charCodeAt(e.position+1);if(is_WS_OR_EOL(u)){p=m=true;e.position++;skipSeparationSpace(e,true,t)}}n=e.line;i=e.lineStart;a=e.position;composeNode(e,t,l,false,true);b=e.tag;y=e.result;skipSeparationSpace(e,true,t);S=e.input.charCodeAt(e.position);if((m||e.line===n)&&S===58){p=true;S=e.input.charCodeAt(++e.position);skipSeparationSpace(e,true,t);composeNode(e,t,l,false,true);v=e.result}if(f){storeMappingPair(e,s,h,b,y,v,n,i,a)}else if(p){s.push(storeMappingPair(e,null,h,b,y,v,n,i,a))}else{s.push(y)}skipSeparationSpace(e,true,t);S=e.input.charCodeAt(e.position);if(S===44){r=true;S=e.input.charCodeAt(++e.position)}else{r=false}}throwError(e,"unexpected end of the stream within a flow collection")}function readBlockScalar(e,t){var r,i,a=p,o=false,s=false,l=t,c=0,u=false,d,h;h=e.input.charCodeAt(e.position);if(h===124){i=false}else if(h===62){i=true}else{return false}e.kind="scalar";e.result="";while(h!==0){h=e.input.charCodeAt(++e.position);if(h===43||h===45){if(p===a){a=h===43?f:m}else{throwError(e,"repeat of a chomping mode identifier")}}else if((d=fromDecimalCode(h))>=0){if(d===0){throwError(e,"bad explicit indentation width of a block scalar; it cannot be less than one")}else if(!s){l=t+d-1;s=true}else{throwError(e,"repeat of an indentation width identifier")}}else{break}}if(is_WHITE_SPACE(h)){do{h=e.input.charCodeAt(++e.position)}while(is_WHITE_SPACE(h));if(h===35){do{h=e.input.charCodeAt(++e.position)}while(!is_EOL(h)&&h!==0)}}while(h!==0){readLineBreak(e);e.lineIndent=0;h=e.input.charCodeAt(e.position);while((!s||e.lineIndent<l)&&h===32){e.lineIndent++;h=e.input.charCodeAt(++e.position)}if(!s&&e.lineIndent>l){l=e.lineIndent}if(is_EOL(h)){c++;continue}if(e.lineIndent<l){if(a===f){e.result+=n.repeat("\n",o?1+c:c)}else if(a===p){if(o){e.result+="\n"}}break}if(i){if(is_WHITE_SPACE(h)){u=true;e.result+=n.repeat("\n",o?1+c:c)}else if(u){u=false;e.result+=n.repeat("\n",c+1)}else if(c===0){if(o){e.result+=" "}}else{e.result+=n.repeat("\n",c)}}else{e.result+=n.repeat("\n",o?1+c:c)}o=true;s=true;c=0;r=e.position;while(!is_EOL(h)&&h!==0){h=e.input.charCodeAt(++e.position)}captureSegment(e,r,e.position,false)}return true}function readBlockSequence(e,t){var r,n=e.tag,i=e.anchor,a=[],o,s=false,l;if(e.firstTabInLine!==-1)return false;if(e.anchor!==null){e.anchorMap[e.anchor]=a}l=e.input.charCodeAt(e.position);while(l!==0){if(e.firstTabInLine!==-1){e.position=e.firstTabInLine;throwError(e,"tab characters must not be used in indentation")}if(l!==45){break}o=e.input.charCodeAt(e.position+1);if(!is_WS_OR_EOL(o)){break}s=true;e.position++;if(skipSeparationSpace(e,true,-1)){if(e.lineIndent<=t){a.push(null);l=e.input.charCodeAt(e.position);continue}}r=e.line;composeNode(e,t,u,false,true);a.push(e.result);skipSeparationSpace(e,true,-1);l=e.input.charCodeAt(e.position);if((e.line===r||e.lineIndent>t)&&l!==0){throwError(e,"bad indentation of a sequence entry")}else if(e.lineIndent<t){break}}if(s){e.tag=n;e.anchor=i;e.kind="sequence";e.result=a;return true}return false}function readBlockMapping(e,t,r){var n,i,a,o,s,l,u=e.tag,p=e.anchor,m={},f=Object.create(null),h=null,y=null,b=null,v=false,S=false,x;if(e.firstTabInLine!==-1)return false;if(e.anchor!==null){e.anchorMap[e.anchor]=m}x=e.input.charCodeAt(e.position);while(x!==0){if(!v&&e.firstTabInLine!==-1){e.position=e.firstTabInLine;throwError(e,"tab characters must not be used in indentation")}n=e.input.charCodeAt(e.position+1);a=e.line;if((x===63||x===58)&&is_WS_OR_EOL(n)){if(x===63){if(v){storeMappingPair(e,m,f,h,y,null,o,s,l);h=y=b=null}S=true;v=true;i=true}else if(v){v=false;i=true}else{throwError(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line")}e.position+=1;x=n}else{o=e.line;s=e.lineStart;l=e.position;if(!composeNode(e,r,c,false,true)){break}if(e.line===a){x=e.input.charCodeAt(e.position);while(is_WHITE_SPACE(x)){x=e.input.charCodeAt(++e.position)}if(x===58){x=e.input.charCodeAt(++e.position);if(!is_WS_OR_EOL(x)){throwError(e,"a whitespace character is expected after the key-value separator within a block mapping")}if(v){storeMappingPair(e,m,f,h,y,null,o,s,l);h=y=b=null}S=true;v=false;i=false;h=e.tag;y=e.result}else if(S){throwError(e,"can not read an implicit mapping pair; a colon is missed")}else{e.tag=u;e.anchor=p;return true}}else if(S){throwError(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}else{e.tag=u;e.anchor=p;return true}}if(e.line===a||e.lineIndent>t){if(v){o=e.line;s=e.lineStart;l=e.position}if(composeNode(e,t,d,true,i)){if(v){y=e.result}else{b=e.result}}if(!v){storeMappingPair(e,m,f,h,y,b,o,s,l);h=y=b=null}skipSeparationSpace(e,true,-1);x=e.input.charCodeAt(e.position)}if((e.line===a||e.lineIndent>t)&&x!==0){throwError(e,"bad indentation of a mapping entry")}else if(e.lineIndent<t){break}}if(v){storeMappingPair(e,m,f,h,y,null,o,s,l)}if(S){e.tag=u;e.anchor=p;e.kind="mapping";e.result=m}return S}function readTagProperty(e){var t,r=false,n=false,i,a,o;o=e.input.charCodeAt(e.position);if(o!==33)return false;if(e.tag!==null){throwError(e,"duplication of a tag property")}o=e.input.charCodeAt(++e.position);if(o===60){r=true;o=e.input.charCodeAt(++e.position)}else if(o===33){n=true;i="!!";o=e.input.charCodeAt(++e.position)}else{i="!"}t=e.position;if(r){do{o=e.input.charCodeAt(++e.position)}while(o!==0&&o!==62);if(e.position<e.length){a=e.input.slice(t,e.position);o=e.input.charCodeAt(++e.position)}else{throwError(e,"unexpected end of the stream within a verbatim tag")}}else{while(o!==0&&!is_WS_OR_EOL(o)){if(o===33){if(!n){i=e.input.slice(t-1,e.position+1);if(!v.test(i)){throwError(e,"named tag handle cannot contain such characters")}n=true;t=e.position+1}else{throwError(e,"tag suffix cannot contain exclamation marks")}}o=e.input.charCodeAt(++e.position)}a=e.input.slice(t,e.position);if(b.test(a)){throwError(e,"tag suffix cannot contain flow indicator characters")}}if(a&&!S.test(a)){throwError(e,"tag name cannot contain such characters: "+a)}try{a=decodeURIComponent(a)}catch(t){throwError(e,"tag name is malformed: "+a)}if(r){e.tag=a}else if(s.call(e.tagMap,i)){e.tag=e.tagMap[i]+a}else if(i==="!"){e.tag="!"+a}else if(i==="!!"){e.tag="tag:yaml.org,2002:"+a}else{throwError(e,'undeclared tag handle "'+i+'"')}return true}function readAnchorProperty(e){var t,r;r=e.input.charCodeAt(e.position);if(r!==38)return false;if(e.anchor!==null){throwError(e,"duplication of an anchor property")}r=e.input.charCodeAt(++e.position);t=e.position;while(r!==0&&!is_WS_OR_EOL(r)&&!is_FLOW_INDICATOR(r)){r=e.input.charCodeAt(++e.position)}if(e.position===t){throwError(e,"name of an anchor node must contain at least one character")}e.anchor=e.input.slice(t,e.position);return true}function readAlias(e){var t,r,n;n=e.input.charCodeAt(e.position);if(n!==42)return false;n=e.input.charCodeAt(++e.position);t=e.position;while(n!==0&&!is_WS_OR_EOL(n)&&!is_FLOW_INDICATOR(n)){n=e.input.charCodeAt(++e.position)}if(e.position===t){throwError(e,"name of an alias node must contain at least one character")}r=e.input.slice(t,e.position);if(!s.call(e.anchorMap,r)){throwError(e,'unidentified alias "'+r+'"')}e.result=e.anchorMap[r];skipSeparationSpace(e,true,-1);return true}function composeNode(e,t,r,n,i){var a,o,p,m=1,f=false,h=false,y,b,v,S,x,k;if(e.listener!==null){e.listener("open",e)}e.tag=null;e.anchor=null;e.kind=null;e.result=null;a=o=p=d===r||u===r;if(n){if(skipSeparationSpace(e,true,-1)){f=true;if(e.lineIndent>t){m=1}else if(e.lineIndent===t){m=0}else if(e.lineIndent<t){m=-1}}}if(m===1){while(readTagProperty(e)||readAnchorProperty(e)){if(skipSeparationSpace(e,true,-1)){f=true;p=a;if(e.lineIndent>t){m=1}else if(e.lineIndent===t){m=0}else if(e.lineIndent<t){m=-1}}else{p=false}}}if(p){p=f||i}if(m===1||d===r){if(l===r||c===r){x=t}else{x=t+1}k=e.position-e.lineStart;if(m===1){if(p&&(readBlockSequence(e,k)||readBlockMapping(e,k,x))||readFlowCollection(e,x)){h=true}else{if(o&&readBlockScalar(e,x)||readSingleQuotedScalar(e,x)||readDoubleQuotedScalar(e,x)){h=true}else if(readAlias(e)){h=true;if(e.tag!==null||e.anchor!==null){throwError(e,"alias node should not have any properties")}}else if(readPlainScalar(e,x,l===r)){h=true;if(e.tag===null){e.tag="?"}}if(e.anchor!==null){e.anchorMap[e.anchor]=e.result}}}else if(m===0){h=p&&readBlockSequence(e,k)}}if(e.tag===null){if(e.anchor!==null){e.anchorMap[e.anchor]=e.result}}else if(e.tag==="?"){if(e.result!==null&&e.kind!=="scalar"){throwError(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"')}for(y=0,b=e.implicitTypes.length;y<b;y+=1){S=e.implicitTypes[y];if(S.resolve(e.result)){e.result=S.construct(e.result);e.tag=S.tag;if(e.anchor!==null){e.anchorMap[e.anchor]=e.result}break}}}else if(e.tag!=="!"){if(s.call(e.typeMap[e.kind||"fallback"],e.tag)){S=e.typeMap[e.kind||"fallback"][e.tag]}else{S=null;v=e.typeMap.multi[e.kind||"fallback"];for(y=0,b=v.length;y<b;y+=1){if(e.tag.slice(0,v[y].tag.length)===v[y].tag){S=v[y];break}}}if(!S){throwError(e,"unknown tag !<"+e.tag+">")}if(e.result!==null&&S.kind!==e.kind){throwError(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+S.kind+'", not "'+e.kind+'"')}if(!S.resolve(e.result,e.tag)){throwError(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}else{e.result=S.construct(e.result,e.tag);if(e.anchor!==null){e.anchorMap[e.anchor]=e.result}}}if(e.listener!==null){e.listener("close",e)}return e.tag!==null||e.anchor!==null||h}function readDocument(e){var t=e.position,r,n,i,a=false,o;e.version=null;e.checkLineBreaks=e.legacy;e.tagMap=Object.create(null);e.anchorMap=Object.create(null);while((o=e.input.charCodeAt(e.position))!==0){skipSeparationSpace(e,true,-1);o=e.input.charCodeAt(e.position);if(e.lineIndent>0||o!==37){break}a=true;o=e.input.charCodeAt(++e.position);r=e.position;while(o!==0&&!is_WS_OR_EOL(o)){o=e.input.charCodeAt(++e.position)}n=e.input.slice(r,e.position);i=[];if(n.length<1){throwError(e,"directive name must not be less than one character in length")}while(o!==0){while(is_WHITE_SPACE(o)){o=e.input.charCodeAt(++e.position)}if(o===35){do{o=e.input.charCodeAt(++e.position)}while(o!==0&&!is_EOL(o));break}if(is_EOL(o))break;r=e.position;while(o!==0&&!is_WS_OR_EOL(o)){o=e.input.charCodeAt(++e.position)}i.push(e.input.slice(r,e.position))}if(o!==0)readLineBreak(e);if(s.call(w,n)){w[n](e,n,i)}else{throwWarning(e,'unknown document directive "'+n+'"')}}skipSeparationSpace(e,true,-1);if(e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45){e.position+=3;skipSeparationSpace(e,true,-1)}else if(a){throwError(e,"directives end mark is expected")}composeNode(e,e.lineIndent-1,d,false,true);skipSeparationSpace(e,true,-1);if(e.checkLineBreaks&&y.test(e.input.slice(t,e.position))){throwWarning(e,"non-ASCII line breaks are interpreted as content")}e.documents.push(e.result);if(e.position===e.lineStart&&testDocumentSeparator(e)){if(e.input.charCodeAt(e.position)===46){e.position+=3;skipSeparationSpace(e,true,-1)}return}if(e.position<e.length-1){throwError(e,"end of the stream or a document separator is expected")}else{return}}function loadDocuments(e,t){e=String(e);t=t||{};if(e.length!==0){if(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13){e+="\n"}if(e.charCodeAt(0)===65279){e=e.slice(1)}}var r=new State(e,t);var n=e.indexOf("\0");if(n!==-1){r.position=n;throwError(r,"null byte is not allowed in input")}r.input+="\0";while(r.input.charCodeAt(r.position)===32){r.lineIndent+=1;r.position+=1}while(r.position<r.length-1){readDocument(r)}return r.documents}function loadAll(e,t,r){if(t!==null&&typeof t==="object"&&typeof r==="undefined"){r=t;t=null}var n=loadDocuments(e,r);if(typeof t!=="function"){return n}for(var i=0,a=n.length;i<a;i+=1){t(n[i])}}function load(e,t){var r=loadDocuments(e,t);if(r.length===0){return undefined}else if(r.length===1){return r[0]}throw new i("expected a single document in the stream, but found more")}e.exports.loadAll=loadAll;e.exports.load=load},9915:(e,t,r)=>{"use strict";var n=r(5574);var i=r(1498);function compileList(e,t){var r=[];e[t].forEach((function(e){var t=r.length;r.forEach((function(r,n){if(r.tag===e.tag&&r.kind===e.kind&&r.multi===e.multi){t=n}}));r[t]=e}));return r}function compileMap(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function collectType(t){if(t.multi){e.multi[t.kind].push(t);e.multi["fallback"].push(t)}else{e[t.kind][t.tag]=e["fallback"][t.tag]=t}}for(t=0,r=arguments.length;t<r;t+=1){arguments[t].forEach(collectType)}return e}function Schema(e){return this.extend(e)}Schema.prototype.extend=function extend(e){var t=[];var r=[];if(e instanceof i){r.push(e)}else if(Array.isArray(e)){r=r.concat(e)}else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit))){if(e.implicit)t=t.concat(e.implicit);if(e.explicit)r=r.concat(e.explicit)}else{throw new n("Schema.extend argument should be a Type, [ Type ], "+"or a schema definition ({ implicit: [...], explicit: [...] })")}t.forEach((function(e){if(!(e instanceof i)){throw new n("Specified list of YAML types (or a single Type object) contains a non-Type object.")}if(e.loadKind&&e.loadKind!=="scalar"){throw new n("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}if(e.multi){throw new n("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}}));r.forEach((function(e){if(!(e instanceof i)){throw new n("Specified list of YAML types (or a single Type object) contains a non-Type object.")}}));var a=Object.create(Schema.prototype);a.implicit=(this.implicit||[]).concat(t);a.explicit=(this.explicit||[]).concat(r);a.compiledImplicit=compileList(a,"implicit");a.compiledExplicit=compileList(a,"explicit");a.compiledTypeMap=compileMap(a.compiledImplicit,a.compiledExplicit);return a};e.exports=Schema},5645:(e,t,r)=>{"use strict";e.exports=r(9854)},5518:(e,t,r)=>{"use strict";e.exports=r(5645).extend({implicit:[r(2413),r(9690)],explicit:[r(8385),r(4590),r(5005),r(4938)]})},9:(e,t,r)=>{"use strict";var n=r(9915);e.exports=new n({explicit:[r(3299),r(3369),r(3671)]})},9854:(e,t,r)=>{"use strict";e.exports=r(9).extend({implicit:[r(4336),r(8568),r(4222),r(1650)]})},4080:(e,t,r)=>{"use strict";var n=r(8234);function getLine(e,t,r,n,i){var a="";var o="";var s=Math.floor(i/2)-1;if(n-t>s){a=" ... ";t=n-s+a.length}if(r-n>s){o=" ...";r=n+s-o.length}return{str:a+e.slice(t,r).replace(/\t/g,"→")+o,pos:n-t+a.length}}function padStart(e,t){return n.repeat(" ",t-e.length)+e}function makeSnippet(e,t){t=Object.create(t||null);if(!e.buffer)return null;if(!t.maxLength)t.maxLength=79;if(typeof t.indent!=="number")t.indent=1;if(typeof t.linesBefore!=="number")t.linesBefore=3;if(typeof t.linesAfter!=="number")t.linesAfter=2;var r=/\r?\n|\r|\0/g;var i=[0];var a=[];var o;var s=-1;while(o=r.exec(e.buffer)){a.push(o.index);i.push(o.index+o[0].length);if(e.position<=o.index&&s<0){s=i.length-2}}if(s<0)s=i.length-1;var l="",c,u;var d=Math.min(e.line+t.linesAfter,a.length).toString().length;var p=t.maxLength-(t.indent+d+3);for(c=1;c<=t.linesBefore;c++){if(s-c<0)break;u=getLine(e.buffer,i[s-c],a[s-c],e.position-(i[s]-i[s-c]),p);l=n.repeat(" ",t.indent)+padStart((e.line-c+1).toString(),d)+" | "+u.str+"\n"+l}u=getLine(e.buffer,i[s],a[s],e.position,p);l+=n.repeat(" ",t.indent)+padStart((e.line+1).toString(),d)+" | "+u.str+"\n";l+=n.repeat("-",t.indent+d+3+u.pos)+"^"+"\n";for(c=1;c<=t.linesAfter;c++){if(s+c>=a.length)break;u=getLine(e.buffer,i[s+c],a[s+c],e.position-(i[s]-i[s+c]),p);l+=n.repeat(" ",t.indent)+padStart((e.line+c+1).toString(),d)+" | "+u.str+"\n"}return l.replace(/\n$/,"")}e.exports=makeSnippet},1498:(e,t,r)=>{"use strict";var n=r(5574);var i=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"];var a=["scalar","sequence","mapping"];function compileStyleAliases(e){var t={};if(e!==null){Object.keys(e).forEach((function(r){e[r].forEach((function(e){t[String(e)]=r}))}))}return t}function Type(e,t){t=t||{};Object.keys(t).forEach((function(t){if(i.indexOf(t)===-1){throw new n('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')}}));this.options=t;this.tag=e;this.kind=t["kind"]||null;this.resolve=t["resolve"]||function(){return true};this.construct=t["construct"]||function(e){return e};this.instanceOf=t["instanceOf"]||null;this.predicate=t["predicate"]||null;this.represent=t["represent"]||null;this.representName=t["representName"]||null;this.defaultStyle=t["defaultStyle"]||null;this.multi=t["multi"]||false;this.styleAliases=compileStyleAliases(t["styleAliases"]||null);if(a.indexOf(this.kind)===-1){throw new n('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}}e.exports=Type},8385:(e,t,r)=>{"use strict";var n=r(1498);var i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function resolveYamlBinary(e){if(e===null)return false;var t,r,n=0,a=e.length,o=i;for(r=0;r<a;r++){t=o.indexOf(e.charAt(r));if(t>64)continue;if(t<0)return false;n+=6}return n%8===0}function constructYamlBinary(e){var t,r,n=e.replace(/[\r\n=]/g,""),a=n.length,o=i,s=0,l=[];for(t=0;t<a;t++){if(t%4===0&&t){l.push(s>>16&255);l.push(s>>8&255);l.push(s&255)}s=s<<6|o.indexOf(n.charAt(t))}r=a%4*6;if(r===0){l.push(s>>16&255);l.push(s>>8&255);l.push(s&255)}else if(r===18){l.push(s>>10&255);l.push(s>>2&255)}else if(r===12){l.push(s>>4&255)}return new Uint8Array(l)}function representYamlBinary(e){var t="",r=0,n,a,o=e.length,s=i;for(n=0;n<o;n++){if(n%3===0&&n){t+=s[r>>18&63];t+=s[r>>12&63];t+=s[r>>6&63];t+=s[r&63]}r=(r<<8)+e[n]}a=o%3;if(a===0){t+=s[r>>18&63];t+=s[r>>12&63];t+=s[r>>6&63];t+=s[r&63]}else if(a===2){t+=s[r>>10&63];t+=s[r>>4&63];t+=s[r<<2&63];t+=s[64]}else if(a===1){t+=s[r>>2&63];t+=s[r<<4&63];t+=s[64];t+=s[64]}return t}function isBinary(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}e.exports=new n("tag:yaml.org,2002:binary",{kind:"scalar",resolve:resolveYamlBinary,construct:constructYamlBinary,predicate:isBinary,represent:representYamlBinary})},8568:(e,t,r)=>{"use strict";var n=r(1498);function resolveYamlBoolean(e){if(e===null)return false;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function constructYamlBoolean(e){return e==="true"||e==="True"||e==="TRUE"}function isBoolean(e){return Object.prototype.toString.call(e)==="[object Boolean]"}e.exports=new n("tag:yaml.org,2002:bool",{kind:"scalar",resolve:resolveYamlBoolean,construct:constructYamlBoolean,predicate:isBoolean,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})},1650:(e,t,r)=>{"use strict";var n=r(8234);var i=r(1498);var a=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?"+"|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?"+"|[-+]?\\.(?:inf|Inf|INF)"+"|\\.(?:nan|NaN|NAN))$");function resolveYamlFloat(e){if(e===null)return false;if(!a.test(e)||e[e.length-1]==="_"){return false}return true}function constructYamlFloat(e){var t,r;t=e.replace(/_/g,"").toLowerCase();r=t[0]==="-"?-1:1;if("+-".indexOf(t[0])>=0){t=t.slice(1)}if(t===".inf"){return r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY}else if(t===".nan"){return NaN}return r*parseFloat(t,10)}var o=/^[-+]?[0-9]+e/;function representYamlFloat(e,t){var r;if(isNaN(e)){switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}}else if(Number.POSITIVE_INFINITY===e){switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}}else if(Number.NEGATIVE_INFINITY===e){switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}}else if(n.isNegativeZero(e)){return"-0.0"}r=e.toString(10);return o.test(r)?r.replace("e",".e"):r}function isFloat(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||n.isNegativeZero(e))}e.exports=new i("tag:yaml.org,2002:float",{kind:"scalar",resolve:resolveYamlFloat,construct:constructYamlFloat,predicate:isFloat,represent:representYamlFloat,defaultStyle:"lowercase"})},4222:(e,t,r)=>{"use strict";var n=r(8234);var i=r(1498);function isHexCode(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function isOctCode(e){return 48<=e&&e<=55}function isDecCode(e){return 48<=e&&e<=57}function resolveYamlInteger(e){if(e===null)return false;var t=e.length,r=0,n=false,i;if(!t)return false;i=e[r];if(i==="-"||i==="+"){i=e[++r]}if(i==="0"){if(r+1===t)return true;i=e[++r];if(i==="b"){r++;for(;r<t;r++){i=e[r];if(i==="_")continue;if(i!=="0"&&i!=="1")return false;n=true}return n&&i!=="_"}if(i==="x"){r++;for(;r<t;r++){i=e[r];if(i==="_")continue;if(!isHexCode(e.charCodeAt(r)))return false;n=true}return n&&i!=="_"}if(i==="o"){r++;for(;r<t;r++){i=e[r];if(i==="_")continue;if(!isOctCode(e.charCodeAt(r)))return false;n=true}return n&&i!=="_"}}if(i==="_")return false;for(;r<t;r++){i=e[r];if(i==="_")continue;if(!isDecCode(e.charCodeAt(r))){return false}n=true}if(!n||i==="_")return false;return true}function constructYamlInteger(e){var t=e,r=1,n;if(t.indexOf("_")!==-1){t=t.replace(/_/g,"")}n=t[0];if(n==="-"||n==="+"){if(n==="-")r=-1;t=t.slice(1);n=t[0]}if(t==="0")return 0;if(n==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function isInteger(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1===0&&!n.isNegativeZero(e))}e.exports=new i("tag:yaml.org,2002:int",{kind:"scalar",resolve:resolveYamlInteger,construct:constructYamlInteger,predicate:isInteger,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},3671:(e,t,r)=>{"use strict";var n=r(1498);e.exports=new n("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})},9690:(e,t,r)=>{"use strict";var n=r(1498);function resolveYamlMerge(e){return e==="<<"||e===null}e.exports=new n("tag:yaml.org,2002:merge",{kind:"scalar",resolve:resolveYamlMerge})},4336:(e,t,r)=>{"use strict";var n=r(1498);function resolveYamlNull(e){if(e===null)return true;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function constructYamlNull(){return null}function isNull(e){return e===null}e.exports=new n("tag:yaml.org,2002:null",{kind:"scalar",resolve:resolveYamlNull,construct:constructYamlNull,predicate:isNull,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})},4590:(e,t,r)=>{"use strict";var n=r(1498);var i=Object.prototype.hasOwnProperty;var a=Object.prototype.toString;function resolveYamlOmap(e){if(e===null)return true;var t=[],r,n,o,s,l,c=e;for(r=0,n=c.length;r<n;r+=1){o=c[r];l=false;if(a.call(o)!=="[object Object]")return false;for(s in o){if(i.call(o,s)){if(!l)l=true;else return false}}if(!l)return false;if(t.indexOf(s)===-1)t.push(s);else return false}return true}function constructYamlOmap(e){return e!==null?e:[]}e.exports=new n("tag:yaml.org,2002:omap",{kind:"sequence",resolve:resolveYamlOmap,construct:constructYamlOmap})},5005:(e,t,r)=>{"use strict";var n=r(1498);var i=Object.prototype.toString;function resolveYamlPairs(e){if(e===null)return true;var t,r,n,a,o,s=e;o=new Array(s.length);for(t=0,r=s.length;t<r;t+=1){n=s[t];if(i.call(n)!=="[object Object]")return false;a=Object.keys(n);if(a.length!==1)return false;o[t]=[a[0],n[a[0]]]}return true}function constructYamlPairs(e){if(e===null)return[];var t,r,n,i,a,o=e;a=new Array(o.length);for(t=0,r=o.length;t<r;t+=1){n=o[t];i=Object.keys(n);a[t]=[i[0],n[i[0]]]}return a}e.exports=new n("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:resolveYamlPairs,construct:constructYamlPairs})},3369:(e,t,r)=>{"use strict";var n=r(1498);e.exports=new n("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})},4938:(e,t,r)=>{"use strict";var n=r(1498);var i=Object.prototype.hasOwnProperty;function resolveYamlSet(e){if(e===null)return true;var t,r=e;for(t in r){if(i.call(r,t)){if(r[t]!==null)return false}}return true}function constructYamlSet(e){return e!==null?e:{}}e.exports=new n("tag:yaml.org,2002:set",{kind:"mapping",resolve:resolveYamlSet,construct:constructYamlSet})},3299:(e,t,r)=>{"use strict";var n=r(1498);e.exports=new n("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})},2413:(e,t,r)=>{"use strict";var n=r(1498);var i=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9])"+"-([0-9][0-9])$");var a=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9]?)"+"-([0-9][0-9]?)"+"(?:[Tt]|[ \\t]+)"+"([0-9][0-9]?)"+":([0-9][0-9])"+":([0-9][0-9])"+"(?:\\.([0-9]*))?"+"(?:[ \\t]*(Z|([-+])([0-9][0-9]?)"+"(?::([0-9][0-9]))?))?$");function resolveYamlTimestamp(e){if(e===null)return false;if(i.exec(e)!==null)return true;if(a.exec(e)!==null)return true;return false}function constructYamlTimestamp(e){var t,r,n,o,s,l,c,u=0,d=null,p,m,f;t=i.exec(e);if(t===null)t=a.exec(e);if(t===null)throw new Error("Date resolve error");r=+t[1];n=+t[2]-1;o=+t[3];if(!t[4]){return new Date(Date.UTC(r,n,o))}s=+t[4];l=+t[5];c=+t[6];if(t[7]){u=t[7].slice(0,3);while(u.length<3){u+="0"}u=+u}if(t[9]){p=+t[10];m=+(t[11]||0);d=(p*60+m)*6e4;if(t[9]==="-")d=-d}f=new Date(Date.UTC(r,n,o,s,l,c,u));if(d)f.setTime(f.getTime()-d);return f}function representYamlTimestamp(e){return e.toISOString()}e.exports=new n("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:resolveYamlTimestamp,construct:constructYamlTimestamp,instanceOf:Date,represent:representYamlTimestamp})},9227:e=>{"use strict";const hexify=e=>{const t=e.charCodeAt(0).toString(16).toUpperCase();return"0x"+(t.length%2?"0":"")+t};const parseError=(e,t,r)=>{if(!t){return{message:e.message+" while parsing empty string",position:0}}const n=e.message.match(/^Unexpected token (.) .*position\s+(\d+)/i);const i=n?+n[2]:e.message.match(/^Unexpected end of JSON.*/i)?t.length-1:null;const a=n?e.message.replace(/^Unexpected token ./,`Unexpected token ${JSON.stringify(n[1])} (${hexify(n[1])})`):e.message;if(i!==null&&i!==undefined){const e=i<=r?0:i-r;const n=i+r>=t.length?t.length:i+r;const o=(e===0?"":"...")+t.slice(e,n)+(n===t.length?"":"...");const s=t===o?"":"near ";return{message:a+` while parsing ${s}${JSON.stringify(o)}`,position:i}}else{return{message:a+` while parsing '${t.slice(0,r*2)}'`,position:0}}};class JSONParseError extends SyntaxError{constructor(e,t,r,n){r=r||20;const i=parseError(e,t,r);super(i.message);Object.assign(this,i);this.code="EJSONPARSE";this.systemError=e;Error.captureStackTrace(this,n||this.constructor)}get name(){return this.constructor.name}set name(e){}get[Symbol.toStringTag](){return this.constructor.name}}const t=Symbol.for("indent");const r=Symbol.for("newline");const n=/^\s*[{\[]((?:\r?\n)+)([\s\t]*)/;const i=/^(?:\{\}|\[\])((?:\r?\n)+)?$/;const parseJson=(e,a,o)=>{const s=stripBOM(e);o=o||20;try{const[,e="\n",o=" "]=s.match(i)||s.match(n)||[,"",""];const l=JSON.parse(s,a);if(l&&typeof l==="object"){l[r]=e;l[t]=o}return l}catch(t){if(typeof e!=="string"&&!Buffer.isBuffer(e)){const r=Array.isArray(e)&&e.length===0;throw Object.assign(new TypeError(`Cannot parse ${r?"an empty array":String(e)}`),{code:"EJSONPARSE",systemError:t})}throw new JSONParseError(t,s,o,parseJson)}};const stripBOM=e=>String(e).replace(/^\uFEFF/,"");e.exports=parseJson;parseJson.JSONParseError=JSONParseError;parseJson.noExceptions=(e,t)=>{try{return JSON.parse(stripBOM(e),t)}catch(e){}}},7601:(e,t)=>{"use strict";t.__esModule=true;t.LinesAndColumns=void 0;var r="\n";var n="\r";var i=function(){function LinesAndColumns(e){this.string=e;var t=[0];for(var i=0;i<e.length;){switch(e[i]){case r:i+=r.length;t.push(i);break;case n:i+=n.length;if(e[i]===r){i+=r.length}t.push(i);break;default:i++;break}}this.offsets=t}LinesAndColumns.prototype.locationForIndex=function(e){if(e<0||e>this.string.length){return null}var t=0;var r=this.offsets;while(r[t+1]<=e){t++}var n=e-r[t];return{line:t,column:n}};LinesAndColumns.prototype.indexForLocation=function(e){var t=e.line,r=e.column;if(t<0||t>=this.offsets.length){return null}if(r<0||r>this.lengthOfLine(t)){return null}return this.offsets[t]+r};LinesAndColumns.prototype.lengthOfLine=function(e){var t=this.offsets[e];var r=e===this.offsets.length-1?this.string.length:this.offsets[e+1];return r-t};return LinesAndColumns}();t.LinesAndColumns=i;t["default"]=i},954:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.generate=t.compile=void 0;var i=n(r(9470));function compile(e){var t=e[0];var r=e[1]-1;if(r<0&&t<=0)return i.default.falseFunc;if(t===-1)return function(e){return e<=r};if(t===0)return function(e){return e===r};if(t===1)return r<0?i.default.trueFunc:function(e){return e>=r};var n=Math.abs(t);var a=(r%n+n)%n;return t>1?function(e){return e>=r&&e%n===a}:function(e){return e<=r&&e%n===a}}t.compile=compile;function generate(e){var t=e[0];var r=e[1]-1;var n=0;if(t<0){var i=-t;var a=(r%i+i)%i;return function(){var e=a+i*n++;return e>r?null:e}}if(t===0)return r<0?function(){return null}:function(){return n++===0?r:null};if(r<0){r+=t*Math.ceil(-r/t)}return function(){return t*n+++r}}t.generate=generate},4488:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.sequence=t.generate=t.compile=t.parse=void 0;var n=r(5980);Object.defineProperty(t,"parse",{enumerable:true,get:function(){return n.parse}});var i=r(954);Object.defineProperty(t,"compile",{enumerable:true,get:function(){return i.compile}});Object.defineProperty(t,"generate",{enumerable:true,get:function(){return i.generate}});function nthCheck(e){return(0,i.compile)((0,n.parse)(e))}t["default"]=nthCheck;function sequence(e){return(0,i.generate)((0,n.parse)(e))}t.sequence=sequence},5980:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.parse=void 0;var r=new Set([9,10,12,13,32]);var n="0".charCodeAt(0);var i="9".charCodeAt(0);function parse(e){e=e.trim().toLowerCase();if(e==="even"){return[2,0]}else if(e==="odd"){return[2,1]}var t=0;var a=0;var o=readSign();var s=readNumber();if(t<e.length&&e.charAt(t)==="n"){t++;a=o*(s!==null&&s!==void 0?s:1);skipWhitespace();if(t<e.length){o=readSign();skipWhitespace();s=readNumber()}else{o=s=0}}if(s===null||t<e.length){throw new Error("n-th rule couldn't be parsed ('".concat(e,"')"))}return[a,o*s];function readSign(){if(e.charAt(t)==="-"){t++;return-1}if(e.charAt(t)==="+"){t++}return 1}function readNumber(){var r=t;var a=0;while(t<e.length&&e.charCodeAt(t)>=n&&e.charCodeAt(t)<=i){a=a*10+(e.charCodeAt(t)-n);t++}return t===r?null:a}function skipWhitespace(){while(t<e.length&&r.has(e.charCodeAt(t))){t++}}}t.parse=parse},3938:(e,t,r)=>{"use strict";const n=r(1576);e.exports=e=>{const t=n();if(!e){return t[2].getFileName()}let r=false;t.shift();for(const n of t){const t=n.getFileName();if(typeof t!=="string"){continue}if(t===e){r=true;continue}if(t==="module.js"){continue}if(r&&t!==e){return t}}}},4302:(e,t,r)=>{"use strict";const n=r(6305);const i=r(9227);const{default:a}=r(7601);const{codeFrameColumns:o}=r(7956);const s=n("JSONError",{fileName:n.append("in %s"),codeFrame:n.append("\n\n%s\n")});const parseJson=(e,t,r)=>{if(typeof t==="string"){r=t;t=null}try{try{return JSON.parse(e,t)}catch(r){i(e,t);throw r}}catch(t){t.message=t.message.replace(/\n/g,"");const n=t.message.match(/in JSON at position (\d+) while parsing/);const i=new s(t);if(r){i.fileName=r}if(n&&n.length>0){const t=new a(e);const r=Number(n[1]);const s=t.locationForIndex(r);const l=o(e,{start:{line:s.line+1,column:s.column+1}},{highlightCode:true});i.codeFrame=l}throw i}};parseJson.JSONError=s;e.exports=parseJson},9223:(e,t,r)=>{"use strict";const{promisify:n}=r(3837);const i=r(7147);async function isType(e,t,r){if(typeof r!=="string"){throw new TypeError(`Expected a string, got ${typeof r}`)}try{const a=await n(i[e])(r);return a[t]()}catch(e){if(e.code==="ENOENT"){return false}throw e}}function isTypeSync(e,t,r){if(typeof r!=="string"){throw new TypeError(`Expected a string, got ${typeof r}`)}try{return i[e](r)[t]()}catch(e){if(e.code==="ENOENT"){return false}throw e}}t.isFile=isType.bind(null,"stat","isFile");t.isDirectory=isType.bind(null,"stat","isDirectory");t.isSymlink=isType.bind(null,"lstat","isSymbolicLink");t.isFileSync=isTypeSync.bind(null,"statSync","isFile");t.isDirectorySync=isTypeSync.bind(null,"statSync","isDirectory");t.isSymlinkSync=isTypeSync.bind(null,"lstatSync","isSymbolicLink")},2889:(e,t,r)=>{"use strict";const n=r(1017);const i=r(8188);const a=r(7147);const resolveFrom=(e,t,r)=>{if(typeof e!=="string"){throw new TypeError(`Expected \`fromDir\` to be of type \`string\`, got \`${typeof e}\``)}if(typeof t!=="string"){throw new TypeError(`Expected \`moduleId\` to be of type \`string\`, got \`${typeof t}\``)}try{e=a.realpathSync(e)}catch(t){if(t.code==="ENOENT"){e=n.resolve(e)}else if(r){return null}else{throw t}}const o=n.join(e,"noop.js");const resolveFileName=()=>i._resolveFilename(t,{id:o,filename:o,paths:i._nodeModulePaths(e)});if(r){try{return resolveFileName()}catch(e){return null}}return resolveFileName()};e.exports=(e,t)=>resolveFrom(e,t);e.exports.silent=(e,t)=>resolveFrom(e,t,true)},9840:(e,t,r)=>{var n=r(4524);var i=Object.prototype.hasOwnProperty;var a=typeof Map!=="undefined";function ArraySet(){this._array=[];this._set=a?new Map:Object.create(null)}ArraySet.fromArray=function ArraySet_fromArray(e,t){var r=new ArraySet;for(var n=0,i=e.length;n<i;n++){r.add(e[n],t)}return r};ArraySet.prototype.size=function ArraySet_size(){return a?this._set.size:Object.getOwnPropertyNames(this._set).length};ArraySet.prototype.add=function ArraySet_add(e,t){var r=a?e:n.toSetString(e);var o=a?this.has(e):i.call(this._set,r);var s=this._array.length;if(!o||t){this._array.push(e)}if(!o){if(a){this._set.set(e,s)}else{this._set[r]=s}}};ArraySet.prototype.has=function ArraySet_has(e){if(a){return this._set.has(e)}else{var t=n.toSetString(e);return i.call(this._set,t)}};ArraySet.prototype.indexOf=function ArraySet_indexOf(e){if(a){var t=this._set.get(e);if(t>=0){return t}}else{var r=n.toSetString(e);if(i.call(this._set,r)){return this._set[r]}}throw new Error('"'+e+'" is not in the set.')};ArraySet.prototype.at=function ArraySet_at(e){if(e>=0&&e<this._array.length){return this._array[e]}throw new Error("No element indexed by "+e)};ArraySet.prototype.toArray=function ArraySet_toArray(){return this._array.slice()};t.I=ArraySet},858:(e,t,r)=>{var n=r(9052);var i=5;var a=1<<i;var o=a-1;var s=a;function toVLQSigned(e){return e<0?(-e<<1)+1:(e<<1)+0}function fromVLQSigned(e){var t=(e&1)===1;var r=e>>1;return t?-r:r}t.encode=function base64VLQ_encode(e){var t="";var r;var a=toVLQSigned(e);do{r=a&o;a>>>=i;if(a>0){r|=s}t+=n.encode(r)}while(a>0);return t};t.decode=function base64VLQ_decode(e,t,r){var a=e.length;var l=0;var c=0;var u,d;do{if(t>=a){throw new Error("Expected more digits in base 64 VLQ value.")}d=n.decode(e.charCodeAt(t++));if(d===-1){throw new Error("Invalid base64 digit: "+e.charAt(t-1))}u=!!(d&s);d&=o;l=l+(d<<c);c+=i}while(u);r.value=fromVLQSigned(l);r.rest=t}},9052:(e,t)=>{var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");t.encode=function(e){if(0<=e&&e<r.length){return r[e]}throw new TypeError("Must be between 0 and 63: "+e)};t.decode=function(e){var t=65;var r=90;var n=97;var i=122;var a=48;var o=57;var s=43;var l=47;var c=26;var u=52;if(t<=e&&e<=r){return e-t}if(n<=e&&e<=i){return e-n+c}if(a<=e&&e<=o){return e-a+u}if(e==s){return 62}if(e==l){return 63}return-1}},3767:(e,t,r)=>{var n=r(4524);function generatedPositionAfter(e,t){var r=e.generatedLine;var i=t.generatedLine;var a=e.generatedColumn;var o=t.generatedColumn;return i>r||i==r&&o>=a||n.compareByGeneratedPositionsInflated(e,t)<=0}function MappingList(){this._array=[];this._sorted=true;this._last={generatedLine:-1,generatedColumn:0}}MappingList.prototype.unsortedForEach=function MappingList_forEach(e,t){this._array.forEach(e,t)};MappingList.prototype.add=function MappingList_add(e){if(generatedPositionAfter(this._last,e)){this._last=e;this._array.push(e)}else{this._sorted=false;this._array.push(e)}};MappingList.prototype.toArray=function MappingList_toArray(){if(!this._sorted){this._array.sort(n.compareByGeneratedPositionsInflated);this._sorted=true}return this._array};t.H=MappingList},3301:(e,t,r)=>{var n=r(858);var i=r(4524);var a=r(9840).I;var o=r(3767).H;function SourceMapGenerator(e){if(!e){e={}}this._file=i.getArg(e,"file",null);this._sourceRoot=i.getArg(e,"sourceRoot",null);this._skipValidation=i.getArg(e,"skipValidation",false);this._sources=new a;this._names=new a;this._mappings=new o;this._sourcesContents=null}SourceMapGenerator.prototype._version=3;SourceMapGenerator.fromSourceMap=function SourceMapGenerator_fromSourceMap(e){var t=e.sourceRoot;var r=new SourceMapGenerator({file:e.file,sourceRoot:t});e.eachMapping((function(e){var n={generated:{line:e.generatedLine,column:e.generatedColumn}};if(e.source!=null){n.source=e.source;if(t!=null){n.source=i.relative(t,n.source)}n.original={line:e.originalLine,column:e.originalColumn};if(e.name!=null){n.name=e.name}}r.addMapping(n)}));e.sources.forEach((function(n){var a=n;if(t!==null){a=i.relative(t,n)}if(!r._sources.has(a)){r._sources.add(a)}var o=e.sourceContentFor(n);if(o!=null){r.setSourceContent(n,o)}}));return r};SourceMapGenerator.prototype.addMapping=function SourceMapGenerator_addMapping(e){var t=i.getArg(e,"generated");var r=i.getArg(e,"original",null);var n=i.getArg(e,"source",null);var a=i.getArg(e,"name",null);if(!this._skipValidation){this._validateMapping(t,r,n,a)}if(n!=null){n=String(n);if(!this._sources.has(n)){this._sources.add(n)}}if(a!=null){a=String(a);if(!this._names.has(a)){this._names.add(a)}}this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:n,name:a})};SourceMapGenerator.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(e,t){var r=e;if(this._sourceRoot!=null){r=i.relative(this._sourceRoot,r)}if(t!=null){if(!this._sourcesContents){this._sourcesContents=Object.create(null)}this._sourcesContents[i.toSetString(r)]=t}else if(this._sourcesContents){delete this._sourcesContents[i.toSetString(r)];if(Object.keys(this._sourcesContents).length===0){this._sourcesContents=null}}};SourceMapGenerator.prototype.applySourceMap=function SourceMapGenerator_applySourceMap(e,t,r){var n=t;if(t==null){if(e.file==null){throw new Error("SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, "+'or the source map\'s "file" property. Both were omitted.')}n=e.file}var o=this._sourceRoot;if(o!=null){n=i.relative(o,n)}var s=new a;var l=new a;this._mappings.unsortedForEach((function(t){if(t.source===n&&t.originalLine!=null){var a=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});if(a.source!=null){t.source=a.source;if(r!=null){t.source=i.join(r,t.source)}if(o!=null){t.source=i.relative(o,t.source)}t.originalLine=a.line;t.originalColumn=a.column;if(a.name!=null){t.name=a.name}}}var c=t.source;if(c!=null&&!s.has(c)){s.add(c)}var u=t.name;if(u!=null&&!l.has(u)){l.add(u)}}),this);this._sources=s;this._names=l;e.sources.forEach((function(t){var n=e.sourceContentFor(t);if(n!=null){if(r!=null){t=i.join(r,t)}if(o!=null){t=i.relative(o,t)}this.setSourceContent(t,n)}}),this)};SourceMapGenerator.prototype._validateMapping=function SourceMapGenerator_validateMapping(e,t,r,n){if(t&&typeof t.line!=="number"&&typeof t.column!=="number"){throw new Error("original.line and original.column are not numbers -- you probably meant to omit "+"the original mapping entirely and only map the generated position. If so, pass "+"null for the original mapping instead of an object with empty or null values.")}if(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0&&!t&&!r&&!n){return}else if(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&r){return}else{throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:n}))}};SourceMapGenerator.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var e=0;var t=1;var r=0;var a=0;var o=0;var s=0;var l="";var c;var u;var d;var p;var m=this._mappings.toArray();for(var f=0,h=m.length;f<h;f++){u=m[f];c="";if(u.generatedLine!==t){e=0;while(u.generatedLine!==t){c+=";";t++}}else{if(f>0){if(!i.compareByGeneratedPositionsInflated(u,m[f-1])){continue}c+=","}}c+=n.encode(u.generatedColumn-e);e=u.generatedColumn;if(u.source!=null){p=this._sources.indexOf(u.source);c+=n.encode(p-s);s=p;c+=n.encode(u.originalLine-1-a);a=u.originalLine-1;c+=n.encode(u.originalColumn-r);r=u.originalColumn;if(u.name!=null){d=this._names.indexOf(u.name);c+=n.encode(d-o);o=d}}l+=c}return l};SourceMapGenerator.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(e,t){return e.map((function(e){if(!this._sourcesContents){return null}if(t!=null){e=i.relative(t,e)}var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null}),this)};SourceMapGenerator.prototype.toJSON=function SourceMapGenerator_toJSON(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};if(this._file!=null){e.file=this._file}if(this._sourceRoot!=null){e.sourceRoot=this._sourceRoot}if(this._sourcesContents){e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)}return e};SourceMapGenerator.prototype.toString=function SourceMapGenerator_toString(){return JSON.stringify(this.toJSON())};t.SourceMapGenerator=SourceMapGenerator},4524:(e,t)=>{function getArg(e,t,r){if(t in e){return e[t]}else if(arguments.length===3){return r}else{throw new Error('"'+t+'" is a required argument.')}}t.getArg=getArg;var r=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;var n=/^data:.+\,.+$/;function urlParse(e){var t=e.match(r);if(!t){return null}return{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}}t.urlParse=urlParse;function urlGenerate(e){var t="";if(e.scheme){t+=e.scheme+":"}t+="//";if(e.auth){t+=e.auth+"@"}if(e.host){t+=e.host}if(e.port){t+=":"+e.port}if(e.path){t+=e.path}return t}t.urlGenerate=urlGenerate;var i=32;function lruMemoize(e){var t=[];return function(r){for(var n=0;n<t.length;n++){if(t[n].input===r){var a=t[0];t[0]=t[n];t[n]=a;return t[0].result}}var o=e(r);t.unshift({input:r,result:o});if(t.length>i){t.pop()}return o}}var a=lruMemoize((function normalize(e){var r=e;var n=urlParse(e);if(n){if(!n.path){return e}r=n.path}var i=t.isAbsolute(r);var a=[];var o=0;var s=0;while(true){o=s;s=r.indexOf("/",o);if(s===-1){a.push(r.slice(o));break}else{a.push(r.slice(o,s));while(s<r.length&&r[s]==="/"){s++}}}for(var l,c=0,s=a.length-1;s>=0;s--){l=a[s];if(l==="."){a.splice(s,1)}else if(l===".."){c++}else if(c>0){if(l===""){a.splice(s+1,c);c=0}else{a.splice(s,2);c--}}}r=a.join("/");if(r===""){r=i?"/":"."}if(n){n.path=r;return urlGenerate(n)}return r}));t.normalize=a;function join(e,t){if(e===""){e="."}if(t===""){t="."}var r=urlParse(t);var i=urlParse(e);if(i){e=i.path||"/"}if(r&&!r.scheme){if(i){r.scheme=i.scheme}return urlGenerate(r)}if(r||t.match(n)){return t}if(i&&!i.host&&!i.path){i.host=t;return urlGenerate(i)}var o=t.charAt(0)==="/"?t:a(e.replace(/\/+$/,"")+"/"+t);if(i){i.path=o;return urlGenerate(i)}return o}t.join=join;t.isAbsolute=function(e){return e.charAt(0)==="/"||r.test(e)};function relative(e,t){if(e===""){e="."}e=e.replace(/\/$/,"");var r=0;while(t.indexOf(e+"/")!==0){var n=e.lastIndexOf("/");if(n<0){return t}e=e.slice(0,n);if(e.match(/^([^\/]+:\/)?\/*$/)){return t}++r}return Array(r+1).join("../")+t.substr(e.length+1)}t.relative=relative;var o=function(){var e=Object.create(null);return!("__proto__"in e)}();function identity(e){return e}function toSetString(e){if(isProtoString(e)){return"$"+e}return e}t.toSetString=o?identity:toSetString;function fromSetString(e){if(isProtoString(e)){return e.slice(1)}return e}t.fromSetString=o?identity:fromSetString;function isProtoString(e){if(!e){return false}var t=e.length;if(t<9){return false}if(e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95){return false}for(var r=t-10;r>=0;r--){if(e.charCodeAt(r)!==36){return false}}return true}function compareByOriginalPositions(e,t,r){var n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0||r){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0){return n}n=e.generatedLine-t.generatedLine;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByOriginalPositions=compareByOriginalPositions;function compareByOriginalPositionsNoSource(e,t,r){var n;n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0||r){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0){return n}n=e.generatedLine-t.generatedLine;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByOriginalPositionsNoSource=compareByOriginalPositionsNoSource;function compareByGeneratedPositionsDeflated(e,t,r){var n=e.generatedLine-t.generatedLine;if(n!==0){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0||r){return n}n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByGeneratedPositionsDeflated=compareByGeneratedPositionsDeflated;function compareByGeneratedPositionsDeflatedNoLine(e,t,r){var n=e.generatedColumn-t.generatedColumn;if(n!==0||r){return n}n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByGeneratedPositionsDeflatedNoLine=compareByGeneratedPositionsDeflatedNoLine;function strcmp(e,t){if(e===t){return 0}if(e===null){return 1}if(t===null){return-1}if(e>t){return 1}return-1}function compareByGeneratedPositionsInflated(e,t){var r=e.generatedLine-t.generatedLine;if(r!==0){return r}r=e.generatedColumn-t.generatedColumn;if(r!==0){return r}r=strcmp(e.source,t.source);if(r!==0){return r}r=e.originalLine-t.originalLine;if(r!==0){return r}r=e.originalColumn-t.originalColumn;if(r!==0){return r}return strcmp(e.name,t.name)}t.compareByGeneratedPositionsInflated=compareByGeneratedPositionsInflated;function parseSourceMapInput(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}t.parseSourceMapInput=parseSourceMapInput;function computeSourceURL(e,t,r){t=t||"";if(e){if(e[e.length-1]!=="/"&&t[0]!=="/"){e+="/"}t=e+t}if(r){var n=urlParse(r);if(!n){throw new Error("sourceMapURL could not be parsed")}if(n.path){var i=n.path.lastIndexOf("/");if(i>=0){n.path=n.path.substring(0,i+1)}}t=join(urlGenerate(n),t)}return a(t)}t.computeSourceURL=computeSourceURL},2332:(e,t,r)=>{"use strict";const n=r(2037);const i=r(419);const a=process.env;let o;if(i("no-color")||i("no-colors")||i("color=false")){o=false}else if(i("color")||i("colors")||i("color=true")||i("color=always")){o=true}if("FORCE_COLOR"in a){o=a.FORCE_COLOR.length===0||parseInt(a.FORCE_COLOR,10)!==0}function translateLevel(e){if(e===0){return false}return{level:e,hasBasic:true,has256:e>=2,has16m:e>=3}}function supportsColor(e){if(o===false){return 0}if(i("color=16m")||i("color=full")||i("color=truecolor")){return 3}if(i("color=256")){return 2}if(e&&!e.isTTY&&o!==true){return 0}const t=o?1:0;if(process.platform==="win32"){const e=n.release().split(".");if(Number(process.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586){return Number(e[2])>=14931?3:2}return 1}if("CI"in a){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in a))||a.CI_NAME==="codeship"){return 1}return t}if("TEAMCITY_VERSION"in a){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(a.TEAMCITY_VERSION)?1:0}if(a.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in a){const e=parseInt((a.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(a.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(a.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(a.TERM)){return 1}if("COLORTERM"in a){return 1}if(a.TERM==="dumb"){return t}return t}function getSupportLevel(e){const t=supportsColor(e);return translateLevel(t)}e.exports={supportsColor:getSupportLevel,stdout:getSupportLevel(process.stdout),stderr:getSupportLevel(process.stderr)}},9982:(e,t,r)=>{"use strict";t.builtin=[r(8265),r(7282),r(8750),r(3479),r(6395),r(1758),r(2810),r(8294),r(1898),r(5749),r(8026),r(541),r(1370),r(2140),r(7496),r(7667),r(5666),r(5843),r(6984),r(6459),r(6815),r(1029),r(9203),r(738),r(5138),r(1534),r(2698),r(2987),r(2228),r(975),r(7461),r(6088),r(3931),r(8684),r(1866),r(7192),r(9171),r(1860),r(4974),r(9515),r(8112),r(7421),r(8115),r(3961),r(1903),r(3324),r(3059),r(8346),r(8645),r(3444),r(9240)]},5775:(e,t,r)=>{"use strict";const n=r(4200);const{textElems:i}=r(8203);class SvgoParserError extends Error{constructor(e,t,r,n,i){super(e);this.name="SvgoParserError";this.message=`${i||"<input>"}:${t}:${r}: ${e}`;this.reason=e;this.line=t;this.column=r;this.source=n;if(Error.captureStackTrace){Error.captureStackTrace(this,SvgoParserError)}}toString(){const e=this.source.split(/\r?\n/);const t=Math.max(this.line-3,0);const r=Math.min(this.line+2,e.length);const n=String(r).length;const i=Math.max(this.column-54,0);const a=Math.max(this.column+20,80);const o=e.slice(t,r).map(((e,r)=>{const o=e.slice(i,a);let s="";let l="";if(i!==0){s=i>e.length-1?" ":"…"}if(a<e.length-1){l="…"}const c=t+1+r;const u=` ${c.toString().padStart(n)} | `;if(c===this.line){const t=u.replace(/[^|]/g," ");const r=(s+e.slice(i,this.column-1)).replace(/[^\t]/g," ");const n=t+r;return`>${u}${s}${o}${l}\n ${n}^`}return` ${u}${s}${o}${l}`})).join("\n");return`${this.name}: ${this.message}\n\n${o}\n`}}const a=/<!ENTITY\s+(\S+)\s+(?:'([^']+)'|"([^"]+)")\s*>/g;const o={strict:true,trim:false,normalize:false,lowercase:true,xmlns:true,position:true};const parseSvg=(e,t)=>{const r=n.parser(o.strict,o);const s={type:"root",children:[]};let l=s;const c=[s];const pushToContent=e=>{Object.defineProperty(e,"parentNode",{writable:true,value:l});l.children.push(e)};r.ondoctype=t=>{const n={type:"doctype",name:"svg",data:{doctype:t}};pushToContent(n);const i=t.indexOf("[");if(i>=0){a.lastIndex=i;let t=a.exec(e);while(t!=null){r.ENTITIES[t[1]]=t[2]||t[3];t=a.exec(e)}}};r.onprocessinginstruction=e=>{const t={type:"instruction",name:e.name,value:e.body};pushToContent(t)};r.oncomment=e=>{const t={type:"comment",value:e.trim()};pushToContent(t)};r.oncdata=e=>{const t={type:"cdata",value:e};pushToContent(t)};r.onopentag=e=>{let t={type:"element",name:e.name,attributes:{},children:[]};for(const[r,n]of Object.entries(e.attributes)){t.attributes[r]=n.value}pushToContent(t);l=t;c.push(t)};r.ontext=e=>{if(l.type==="element"){if(i.includes(l.name)){const t={type:"text",value:e};pushToContent(t)}else if(/\S/.test(e)){const t={type:"text",value:e.trim()};pushToContent(t)}}};r.onclosetag=()=>{c.pop();l=c[c.length-1]};r.onerror=r=>{const n=new SvgoParserError(r.reason,r.line+1,r.column,e,t);if(r.message.indexOf("Unexpected end")===-1){throw n}};r.write(e).close();return s};t.parseSvg=parseSvg},2491:(e,t)=>{"use strict";const r={M:2,m:2,Z:0,z:0,L:2,l:2,H:1,h:1,V:1,v:1,C:6,c:6,S:4,s:4,Q:4,q:4,T:2,t:2,A:7,a:7};const isCommand=e=>e in r;const isWsp=e=>{const t=e.codePointAt(0);return t===32||t===9||t===13||t===10};const isDigit=e=>{const t=e.codePointAt(0);if(t==null){return false}return 48<=t&&t<=57};const readNumber=(e,t)=>{let r=t;let n="";let i="none";for(;r<e.length;r+=1){const t=e[r];if(t==="+"||t==="-"){if(i==="none"){i="sign";n+=t;continue}if(i==="e"){i="exponent_sign";n+=t;continue}}if(isDigit(t)){if(i==="none"||i==="sign"||i==="whole"){i="whole";n+=t;continue}if(i==="decimal_point"||i==="decimal"){i="decimal";n+=t;continue}if(i==="e"||i==="exponent_sign"||i==="exponent"){i="exponent";n+=t;continue}}if(t==="."){if(i==="none"||i==="sign"||i==="whole"){i="decimal_point";n+=t;continue}}if(t==="E"||t=="e"){if(i==="whole"||i==="decimal_point"||i==="decimal"){i="e";n+=t;continue}}break}const a=Number.parseFloat(n);if(Number.isNaN(a)){return[t,null]}else{return[r-1,a]}};const parsePathData=e=>{const t=[];let n=null;let i=[];let a=0;let o=false;let s=false;for(let l=0;l<e.length;l+=1){const c=e.charAt(l);if(isWsp(c)){continue}if(o&&c===","){if(s){break}s=true;continue}if(isCommand(c)){if(s){return t}if(n==null){if(c!=="M"&&c!=="m"){return t}}else{if(i.length!==0){return t}}n=c;i=[];a=r[n];o=false;if(a===0){t.push({command:n,args:i})}continue}if(n==null){return t}let u=l;let d=null;if(n==="A"||n==="a"){const t=i.length;if(t===0||t===1){if(c!=="+"&&c!=="-"){[u,d]=readNumber(e,l)}}if(t===2||t===5||t===6){[u,d]=readNumber(e,l)}if(t===3||t===4){if(c==="0"){d=0}if(c==="1"){d=1}}}else{[u,d]=readNumber(e,l)}if(d==null){return t}i.push(d);o=true;s=false;l=u;if(i.length===a){t.push({command:n,args:i});if(n==="M"){n="L"}if(n==="m"){n="l"}i=[]}}return t};t.parsePathData=parsePathData;const stringifyNumber=(e,t)=>{if(t!=null){const r=10**t;e=Math.round(e*r)/r}return e.toString().replace(/^0\./,".").replace(/^-0\./,"-.")};const stringifyArgs=(e,t,r,n)=>{let i="";let a="";for(let o=0;o<t.length;o+=1){const s=t[o];const l=stringifyNumber(s,r);if(n&&(e==="A"||e==="a")&&(o%7===4||o%7===5)){i+=l}else if(o===0||l.startsWith("-")){i+=l}else if(a.includes(".")&&l.startsWith(".")){i+=l}else{i+=` ${l}`}a=l}return i};const stringifyPathData=({pathData:e,precision:t,disableSpaceAfterFlags:r})=>{let n=[];for(let t=0;t<e.length;t+=1){const{command:r,args:i}=e[t];if(t===0){n.push({command:r,args:i})}else{const e=n[n.length-1];if(t===1){if(r==="L"){e.command="M"}if(r==="l"){e.command="m"}}if(e.command===r&&e.command!=="M"&&e.command!=="m"||e.command==="M"&&r==="L"||e.command==="m"&&r==="l"){e.args=[...e.args,...i]}else{n.push({command:r,args:i})}}}let i="";for(const{command:e,args:a}of n){i+=e+stringifyArgs(e,a,t,r)}return i};t.stringifyPathData=stringifyPathData},2347:(e,t,r)=>{"use strict";const{textElems:n}=r(8203);const encodeEntity=e=>a[e];const i={doctypeStart:"<!DOCTYPE",doctypeEnd:">",procInstStart:"<?",procInstEnd:"?>",tagOpenStart:"<",tagOpenEnd:">",tagCloseStart:"</",tagCloseEnd:">",tagShortStart:"<",tagShortEnd:"/>",attrStart:'="',attrEnd:'"',commentStart:"\x3c!--",commentEnd:"--\x3e",cdataStart:"<![CDATA[",cdataEnd:"]]>",textStart:"",textEnd:"",indent:4,regEntities:/[&'"<>]/g,regValEntities:/[&"<>]/g,encodeEntity:encodeEntity,pretty:false,useShortTags:true,eol:"lf",finalNewline:false};const a={"&":"&","'":"'",'"':""",">":">","<":"<"};const stringifySvg=(e,t={})=>{const r={...i,...t};const n=r.indent;let a=" ";if(typeof n==="number"&&Number.isNaN(n)===false){a=n<0?"\t":" ".repeat(n)}else if(typeof n==="string"){a=n}const o={indent:a,textContext:null,indentLevel:0};const s=r.eol==="crlf"?"\r\n":"\n";if(r.pretty){r.doctypeEnd+=s;r.procInstEnd+=s;r.commentEnd+=s;r.cdataEnd+=s;r.tagShortEnd+=s;r.tagOpenEnd+=s;r.tagCloseEnd+=s;r.textEnd+=s}let l=stringifyNode(e,r,o);if(r.finalNewline&&l.length>0&&l[l.length-1]!=="\n"){l+=s}return l};t.stringifySvg=stringifySvg;const stringifyNode=(e,t,r)=>{let n="";r.indentLevel+=1;for(const i of e.children){if(i.type==="element"){n+=stringifyElement(i,t,r)}if(i.type==="text"){n+=stringifyText(i,t,r)}if(i.type==="doctype"){n+=stringifyDoctype(i,t)}if(i.type==="instruction"){n+=stringifyInstruction(i,t)}if(i.type==="comment"){n+=stringifyComment(i,t)}if(i.type==="cdata"){n+=stringifyCdata(i,t,r)}}r.indentLevel-=1;return n};const createIndent=(e,t)=>{let r="";if(e.pretty&&t.textContext==null){r=t.indent.repeat(t.indentLevel-1)}return r};const stringifyDoctype=(e,t)=>t.doctypeStart+e.data.doctype+t.doctypeEnd;const stringifyInstruction=(e,t)=>t.procInstStart+e.name+" "+e.value+t.procInstEnd;const stringifyComment=(e,t)=>t.commentStart+e.value+t.commentEnd;const stringifyCdata=(e,t,r)=>createIndent(t,r)+t.cdataStart+e.value+t.cdataEnd;const stringifyElement=(e,t,r)=>{if(e.children.length===0){if(t.useShortTags){return createIndent(t,r)+t.tagShortStart+e.name+stringifyAttributes(e,t)+t.tagShortEnd}else{return createIndent(t,r)+t.tagShortStart+e.name+stringifyAttributes(e,t)+t.tagOpenEnd+t.tagCloseStart+e.name+t.tagCloseEnd}}else{let a=t.tagOpenStart;let o=t.tagOpenEnd;let s=t.tagCloseStart;let l=t.tagCloseEnd;let c=createIndent(t,r);let u=createIndent(t,r);if(r.textContext){a=i.tagOpenStart;o=i.tagOpenEnd;s=i.tagCloseStart;l=i.tagCloseEnd;c=""}else if(n.includes(e.name)){o=i.tagOpenEnd;s=i.tagCloseStart;u="";r.textContext=e}const d=stringifyNode(e,t,r);if(r.textContext===e){r.textContext=null}return c+a+e.name+stringifyAttributes(e,t)+o+d+u+s+e.name+l}};const stringifyAttributes=(e,t)=>{let r="";for(const[n,i]of Object.entries(e.attributes)){if(i!==undefined){const e=i.toString().replace(t.regValEntities,t.encodeEntity);r+=" "+n+t.attrStart+e+t.attrEnd}else{r+=" "+n}}return r};const stringifyText=(e,t,r)=>createIndent(t,r)+t.textStart+e.value.replace(t.regEntities,t.encodeEntity)+(r.textContext?"":t.textEnd)},260:(e,t,r)=>{"use strict";const n=r(7352);const{syntax:{specificity:i}}=r(457);const{visit:a,matches:o}=r(5673);const{attrsGroups:s,inheritableAttrs:l,presentationNonInheritableGroupAttrs:c}=r(8203);const u=n.walk.skip;const parseRule=(e,t)=>{const r=[];e.block.children.forEach((e=>{if(e.type==="Declaration"){r.push({name:e.property,value:n.generate(e.value),important:e.important===true})}}));const a=[];n.walk(e.prelude,(e=>{if(e.type==="Selector"){const o=n.clone(e);let s=false;n.walk(o,((e,t,r)=>{if(e.type==="PseudoClassSelector"){s=true;r.remove(t)}}));a.push({specificity:i(e),dynamic:s||t,selector:n.generate(o),declarations:r})}}));return a};const parseStylesheet=(e,t)=>{const r=[];const i=n.parse(e,{parseValue:false,parseAtrulePrelude:false});n.walk(i,(e=>{if(e.type==="Rule"){r.push(...parseRule(e,t||false));return u}if(e.type==="Atrule"){if(e.name==="keyframes"){return u}n.walk(e,(e=>{if(e.type==="Rule"){r.push(...parseRule(e,t||true));return u}}));return u}}));return r};const parseStyleDeclarations=e=>{const t=[];const r=n.parse(e,{context:"declarationList",parseValue:false});n.walk(r,(e=>{if(e.type==="Declaration"){t.push({name:e.property,value:n.generate(e.value),important:e.important===true})}}));return t};const computeOwnStyle=(e,t)=>{const r={};const n=new Map;for(const[e,i]of Object.entries(t.attributes)){if(s.presentation.includes(e)){r[e]={type:"static",inherited:false,value:i};n.set(e,false)}}for(const{selector:i,declarations:a,dynamic:s}of e.rules){if(o(t,i)){for(const{name:e,value:t,important:i}of a){const a=r[e];if(a&&a.type==="dynamic"){continue}if(s){r[e]={type:"dynamic",inherited:false};continue}if(a==null||i===true||n.get(e)===false){r[e]={type:"static",inherited:false,value:t};n.set(e,i)}}}}const i=t.attributes.style==null?[]:parseStyleDeclarations(t.attributes.style);for(const{name:e,value:t,important:a}of i){const i=r[e];if(i&&i.type==="dynamic"){continue}if(i==null||a===true||n.get(e)===false){r[e]={type:"static",inherited:false,value:t};n.set(e,a)}}return r};const compareSpecificity=(e,t)=>{for(let r=0;r<4;r+=1){if(e[r]<t[r]){return-1}else if(e[r]>t[r]){return 1}}return 0};const collectStylesheet=e=>{const t=[];const r=new Map;a(e,{element:{enter:(e,n)=>{r.set(e,n);if(e.name==="style"){const r=e.attributes.media!=null&&e.attributes.media!=="all";if(e.attributes.type==null||e.attributes.type===""||e.attributes.type==="text/css"){const n=e.children;for(const e of n){if(e.type==="text"||e.type==="cdata"){t.push(...parseStylesheet(e.value,r))}}}}}}});t.sort(((e,t)=>compareSpecificity(e.specificity,t.specificity)));return{rules:t,parents:r}};t.collectStylesheet=collectStylesheet;const computeStyle=(e,t)=>{const{parents:r}=e;const n=computeOwnStyle(e,t);let i=r.get(t);while(i!=null&&i.type!=="root"){const t=computeOwnStyle(e,i);for(const[e,r]of Object.entries(t)){if(n[e]==null&&l.includes(e)===true&&c.includes(e)===false){n[e]={...r,inherited:true}}}i=r.get(i)}return n};t.computeStyle=computeStyle},8235:(e,t,r)=>{"use strict";const n=r(2037);const i=r(7147);const{pathToFileURL:a}=r(7310);const o=r(1017);const{optimize:s}=r(9936);const importConfig=async e=>{let t;if(e.endsWith(".cjs")){t=require(e)}else{const{default:n}=await r(3873)(a(e));t=n}if(t==null||typeof t!=="object"||Array.isArray(t)){throw Error(`Invalid config file "${e}"`)}return t};const isFile=async e=>{try{const t=await i.promises.stat(e);return t.isFile()}catch{return false}};const loadConfig=async(e,t=process.cwd())=>{if(e!=null){if(o.isAbsolute(e)){return await importConfig(e)}else{return await importConfig(o.join(t,e))}}let r=t;while(true){const e=o.join(r,"svgo.config.js");if(await isFile(e)){return await importConfig(e)}const t=o.join(r,"svgo.config.mjs");if(await isFile(t)){return await importConfig(t)}const n=o.join(r,"svgo.config.cjs");if(await isFile(n)){return await importConfig(n)}const i=o.dirname(r);if(r===i){return null}r=i}};t.loadConfig=loadConfig;const optimize=(e,t)=>{if(t==null){t={}}if(typeof t!=="object"){throw Error("Config should be an object")}return s(e,{...t,js2svg:{eol:n.EOL==="\r\n"?"crlf":"lf",...t.js2svg}})};t.optimize=optimize},9936:(e,t,r)=>{"use strict";const{parseSvg:n}=r(5775);const{stringifySvg:i}=r(2347);const{builtin:a}=r(9982);const{invokePlugins:o}=r(1158);const{encodeSVGDatauri:s}=r(4536);const l={};for(const e of a){l[e.name]=e}const resolvePluginConfig=e=>{if(typeof e==="string"){const t=l[e];if(t==null){throw Error(`Unknown builtin plugin "${e}" specified.`)}return{name:e,params:{},fn:t.fn}}if(typeof e==="object"&&e!=null){if(e.name==null){throw Error(`Plugin name should be specified`)}let t=e.fn;if(t==null){const r=l[e.name];if(r==null){throw Error(`Unknown builtin plugin "${e.name}" specified.`)}t=r.fn}return{name:e.name,params:e.params,fn:t}}return null};const optimize=(e,t)=>{if(t==null){t={}}if(typeof t!=="object"){throw Error("Config should be an object")}const r=t.multipass?10:1;let a=Number.POSITIVE_INFINITY;let l="";const c={};if(t.path!=null){c.path=t.path}for(let s=0;s<r;s+=1){c.multipassCount=s;const r=n(e,t.path);const u=t.plugins||["preset-default"];if(Array.isArray(u)===false){throw Error("Invalid plugins list. Provided 'plugins' in config should be an array.")}const d=u.map(resolvePluginConfig);const p={};if(t.floatPrecision!=null){p.floatPrecision=t.floatPrecision}o(r,c,d,null,p);l=i(r,t.js2svg);if(l.length<a){e=l;a=l.length}else{break}}if(t.datauri){l=s(l,t.datauri)}return{data:l}};t.optimize=optimize},7575:e=>{"use strict";const isTag=e=>e.type==="element";const existsOne=(e,t)=>t.some((t=>{if(isTag(t)){return e(t)||existsOne(e,getChildren(t))}else{return false}}));const getAttributeValue=(e,t)=>e.attributes[t];const getChildren=e=>e.children||[];const getName=e=>e.name;const getParent=e=>e.parentNode||null;const getSiblings=e=>{var t=getParent(e);return t?getChildren(t):[]};const getText=e=>{if(e.children[0].type==="text"&&e.children[0].type==="cdata"){return e.children[0].value}return""};const hasAttrib=(e,t)=>e.attributes[t]!==undefined;const removeSubsets=e=>{let t=e.length;let r;let n;let i;while(--t>-1){r=n=e[t];e[t]=null;i=true;while(n){if(e.includes(n)){i=false;e.splice(t,1);break}n=getParent(n)}if(i){e[t]=r}}return e};const findAll=(e,t)=>{const r=[];for(const n of t){if(isTag(n)){if(e(n)){r.push(n)}r.push(...findAll(e,getChildren(n)))}}return r};const findOne=(e,t)=>{for(const r of t){if(isTag(r)){if(e(r)){return r}const t=findOne(e,getChildren(r));if(t){return t}}}return null};const t={isTag:isTag,existsOne:existsOne,getAttributeValue:getAttributeValue,getChildren:getChildren,getName:getName,getParent:getParent,getSiblings:getSiblings,getText:getText,hasAttrib:hasAttrib,removeSubsets:removeSubsets,findAll:findAll,findOne:findOne};e.exports=t},1158:(e,t,r)=>{"use strict";const{visit:n}=r(5673);const invokePlugins=(e,t,r,i,a)=>{for(const o of r){const r=i==null?null:i[o.name];if(r===false){continue}const s={...o.params,...a,...r};const l=o.fn(e,s,t);if(l!=null){n(e,l)}}};t.invokePlugins=invokePlugins;const createPreset=({name:e,plugins:t})=>({name:e,fn:(r,n,i)=>{const{floatPrecision:a,overrides:o}=n;const s={};if(a!=null){s.floatPrecision=a}if(o){const r=t.map((({name:e})=>e));for(const t of Object.keys(o)){if(!r.includes(t)){console.warn(`You are trying to configure ${t} which is not part of ${e}.\n`+`Try to put it before or after, for example\n\n`+`plugins: [\n`+` {\n`+` name: '${e}',\n`+` },\n`+` '${t}'\n`+`]\n`)}}}invokePlugins(r,i,t,o,s)}});t.createPreset=createPreset},4536:(e,t)=>{"use strict";t.encodeSVGDatauri=(e,t)=>{var r="data:image/svg+xml";if(!t||t==="base64"){r+=";base64,";e=r+Buffer.from(e).toString("base64")}else if(t==="enc"){e=r+","+encodeURIComponent(e)}else if(t==="unenc"){e=r+","+e}return e};t.decodeSVGDatauri=e=>{var t=/data:image\/svg\+xml(;charset=[^;,]*)?(;base64)?,(.*)/;var r=t.exec(e);if(!r)return e;var n=r[3];if(r[2]){e=Buffer.from(n,"base64").toString("utf8")}else if(n.charAt(0)==="%"){e=decodeURIComponent(n)}else if(n.charAt(0)==="<"){e=n}return e};t.cleanupOutData=(e,t,r)=>{let n="";let i;let a;e.forEach(((e,o)=>{i=" ";if(o==0)i="";if(t.noSpaceAfterFlags&&(r=="A"||r=="a")){var s=o%7;if(s==4||s==5)i=""}const l=t.leadingZero?removeLeadingZero(e):e.toString();if(t.negativeExtraSpace&&i!=""&&(e<0||l.charAt(0)==="."&&a%1!==0)){i=""}a=e;n+=i+l}));return n};const removeLeadingZero=e=>{var t=e.toString();if(0<e&&e<1&&t.charAt(0)==="0"){t=t.slice(1)}else if(-1<e&&e<0&&t.charAt(1)==="0"){t=t.charAt(0)+t.slice(2)}return t};t.removeLeadingZero=removeLeadingZero},5673:(e,t,r)=>{"use strict";const{selectAll:n,selectOne:i,is:a}=r(3141);const o=r(7575);const s={xmlMode:true,adapter:o};const querySelectorAll=(e,t)=>n(t,e,s);t.querySelectorAll=querySelectorAll;const querySelector=(e,t)=>i(t,e,s);t.querySelector=querySelector;const matches=(e,t)=>a(e,t,s);t.matches=matches;const l=Symbol();t.visitSkip=l;const visit=(e,t,r)=>{const n=t[e.type];if(n&&n.enter){const t=n.enter(e,r);if(t===l){return}}if(e.type==="root"){for(const r of e.children){visit(r,t,e)}}if(e.type==="element"){if(r.children.includes(e)){for(const r of e.children){visit(r,t,e)}}}if(n&&n.exit){n.exit(e,r)}};t.visit=visit;const detachNodeFromParent=(e,t)=>{t.children=t.children.filter((t=>t!==e))};t.detachNodeFromParent=detachNodeFromParent},8203:(e,t)=>{"use strict";t.elemsGroups={animation:["animate","animateColor","animateMotion","animateTransform","set"],descriptive:["desc","metadata","title"],shape:["circle","ellipse","line","path","polygon","polyline","rect"],structural:["defs","g","svg","symbol","use"],paintServer:["solidColor","linearGradient","radialGradient","meshGradient","pattern","hatch"],nonRendering:["linearGradient","radialGradient","pattern","clipPath","mask","marker","symbol","filter","solidColor"],container:["a","defs","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","foreignObject"],textContent:["altGlyph","altGlyphDef","altGlyphItem","glyph","glyphRef","textPath","text","tref","tspan"],textContentChild:["altGlyph","textPath","tref","tspan"],lightSource:["feDiffuseLighting","feSpecularLighting","feDistantLight","fePointLight","feSpotLight"],filterPrimitive:["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence"]};t.textElems=t.elemsGroups.textContent.concat("title");t.pathElems=["path","glyph","missing-glyph"];t.attrsGroups={animationAddition:["additive","accumulate"],animationAttributeTarget:["attributeType","attributeName"],animationEvent:["onbegin","onend","onrepeat","onload"],animationTiming:["begin","dur","end","min","max","restart","repeatCount","repeatDur","fill"],animationValue:["calcMode","values","keyTimes","keySplines","from","to","by"],conditionalProcessing:["requiredFeatures","requiredExtensions","systemLanguage"],core:["id","tabindex","xml:base","xml:lang","xml:space"],graphicalEvent:["onfocusin","onfocusout","onactivate","onclick","onmousedown","onmouseup","onmouseover","onmousemove","onmouseout","onload"],presentation:["alignment-baseline","baseline-shift","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","display","dominant-baseline","enable-background","fill","fill-opacity","fill-rule","filter","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","mask","opacity","overflow","paint-order","pointer-events","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-overflow","text-rendering","transform","transform-origin","unicode-bidi","vector-effect","visibility","word-spacing","writing-mode"],xlink:["xlink:href","xlink:show","xlink:actuate","xlink:type","xlink:role","xlink:arcrole","xlink:title"],documentEvent:["onunload","onabort","onerror","onresize","onscroll","onzoom"],filterPrimitive:["x","y","width","height","result"],transferFunction:["type","tableValues","slope","intercept","amplitude","exponent","offset"]};t.attrsGroupsDefaults={core:{"xml:space":"default"},presentation:{clip:"auto","clip-path":"none","clip-rule":"nonzero",mask:"none",opacity:"1","stop-color":"#000","stop-opacity":"1","fill-opacity":"1","fill-rule":"nonzero",fill:"#000",stroke:"none","stroke-width":"1","stroke-linecap":"butt","stroke-linejoin":"miter","stroke-miterlimit":"4","stroke-dasharray":"none","stroke-dashoffset":"0","stroke-opacity":"1","paint-order":"normal","vector-effect":"none",display:"inline",visibility:"visible","marker-start":"none","marker-mid":"none","marker-end":"none","color-interpolation":"sRGB","color-interpolation-filters":"linearRGB","color-rendering":"auto","shape-rendering":"auto","text-rendering":"auto","image-rendering":"auto","font-style":"normal","font-variant":"normal","font-weight":"normal","font-stretch":"normal","font-size":"medium","font-size-adjust":"none",kerning:"auto","letter-spacing":"normal","word-spacing":"normal","text-decoration":"none","text-anchor":"start","text-overflow":"clip","writing-mode":"lr-tb","glyph-orientation-vertical":"auto","glyph-orientation-horizontal":"0deg",direction:"ltr","unicode-bidi":"normal","dominant-baseline":"auto","alignment-baseline":"baseline","baseline-shift":"baseline"},transferFunction:{slope:"1",intercept:"0",amplitude:"1",exponent:"1",offset:"0"}};t.elems={a:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","target"],defaults:{target:"_self"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view","tspan"]},altGlyph:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","glyphRef","format","rotate"]},altGlyphDef:{attrsGroups:["core"],content:["glyphRef"]},altGlyphItem:{attrsGroups:["core"],content:["glyphRef","altGlyphItem"]},animate:{attrsGroups:["conditionalProcessing","core","animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","presentation","xlink"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateColor:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition","presentation"],attrs:["externalResourcesRequired"],contentGroups:["descriptive"]},animateMotion:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","path","keyPoints","rotate","origin"],defaults:{rotate:"0"},contentGroups:["descriptive"],content:["mpath"]},animateTransform:{attrsGroups:["conditionalProcessing","core","animationEvent","xlink","animationAttributeTarget","animationTiming","animationValue","animationAddition"],attrs:["externalResourcesRequired","type"],contentGroups:["descriptive"]},circle:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","r"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},clipPath:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","transform","clipPathUnits"],defaults:{clipPathUnits:"userSpaceOnUse"},contentGroups:["animation","descriptive","shape"],content:["text","use"]},"color-profile":{attrsGroups:["core","xlink"],attrs:["local","name","rendering-intent"],defaults:{name:"sRGB","rendering-intent":"auto"},contentGroups:["descriptive"]},cursor:{attrsGroups:["core","conditionalProcessing","xlink"],attrs:["externalResourcesRequired","x","y"],defaults:{x:"0",y:"0"},contentGroups:["descriptive"]},defs:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},desc:{attrsGroups:["core"],attrs:["class","style"]},ellipse:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","cx","cy","rx","ry"],defaults:{cx:"0",cy:"0"},contentGroups:["animation","descriptive"]},feBlend:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","mode"],defaults:{mode:"normal"},content:["animate","set"]},feColorMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","type","values"],defaults:{type:"matrix"},content:["animate","set"]},feComponentTransfer:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["feFuncA","feFuncB","feFuncG","feFuncR"]},feComposite:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","operator","k1","k2","k3","k4"],defaults:{operator:"over",k1:"0",k2:"0",k3:"0",k4:"0"},content:["animate","set"]},feConvolveMatrix:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","order","kernelMatrix","divisor","bias","targetX","targetY","edgeMode","kernelUnitLength","preserveAlpha"],defaults:{order:"3",bias:"0",edgeMode:"duplicate",preserveAlpha:"false"},content:["animate","set"]},feDiffuseLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","diffuseConstant","kernelUnitLength"],defaults:{surfaceScale:"1",diffuseConstant:"1"},contentGroups:["descriptive"],content:["feDistantLight","fePointLight","feSpotLight"]},feDisplacementMap:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","in2","scale","xChannelSelector","yChannelSelector"],defaults:{scale:"0",xChannelSelector:"A",yChannelSelector:"A"},content:["animate","set"]},feDistantLight:{attrsGroups:["core"],attrs:["azimuth","elevation"],defaults:{azimuth:"0",elevation:"0"},content:["animate","set"]},feFlood:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["animate","animateColor","set"]},feFuncA:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncB:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncG:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feFuncR:{attrsGroups:["core","transferFunction"],content:["set","animate"]},feGaussianBlur:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","stdDeviation"],defaults:{stdDeviation:"0"},content:["set","animate"]},feImage:{attrsGroups:["core","presentation","filterPrimitive","xlink"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","href","xlink:href"],defaults:{preserveAspectRatio:"xMidYMid meet"},content:["animate","animateTransform","set"]},feMerge:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style"],content:["feMergeNode"]},feMergeNode:{attrsGroups:["core"],attrs:["in"],content:["animate","set"]},feMorphology:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","operator","radius"],defaults:{operator:"erode",radius:"0"},content:["animate","set"]},feOffset:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","dx","dy"],defaults:{dx:"0",dy:"0"},content:["animate","set"]},fePointLight:{attrsGroups:["core"],attrs:["x","y","z"],defaults:{x:"0",y:"0",z:"0"},content:["animate","set"]},feSpecularLighting:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in","surfaceScale","specularConstant","specularExponent","kernelUnitLength"],defaults:{surfaceScale:"1",specularConstant:"1",specularExponent:"1"},contentGroups:["descriptive","lightSource"]},feSpotLight:{attrsGroups:["core"],attrs:["x","y","z","pointsAtX","pointsAtY","pointsAtZ","specularExponent","limitingConeAngle"],defaults:{x:"0",y:"0",z:"0",pointsAtX:"0",pointsAtY:"0",pointsAtZ:"0",specularExponent:"1"},content:["animate","set"]},feTile:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","in"],content:["animate","set"]},feTurbulence:{attrsGroups:["core","presentation","filterPrimitive"],attrs:["class","style","baseFrequency","numOctaves","seed","stitchTiles","type"],defaults:{baseFrequency:"0",numOctaves:"1",seed:"0",stitchTiles:"noStitch",type:"turbulence"},content:["animate","set"]},filter:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x","y","width","height","filterRes","filterUnits","primitiveUnits","href","xlink:href"],defaults:{primitiveUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["descriptive","filterPrimitive"],content:["animate","set"]},font:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","horiz-origin-x","horiz-origin-y","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],defaults:{"horiz-origin-x":"0","horiz-origin-y":"0"},contentGroups:["descriptive"],content:["font-face","glyph","hkern","missing-glyph","vkern"]},"font-face":{attrsGroups:["core"],attrs:["font-family","font-style","font-variant","font-weight","font-stretch","font-size","unicode-range","units-per-em","panose-1","stemv","stemh","slope","cap-height","x-height","accent-height","ascent","descent","widths","bbox","ideographic","alphabetic","mathematical","hanging","v-ideographic","v-alphabetic","v-mathematical","v-hanging","underline-position","underline-thickness","strikethrough-position","strikethrough-thickness","overline-position","overline-thickness"],defaults:{"font-style":"all","font-variant":"normal","font-weight":"all","font-stretch":"normal","unicode-range":"U+0-10FFFF","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",slope:"0"},contentGroups:["descriptive"],content:["font-face-src"]},"font-face-format":{attrsGroups:["core"],attrs:["string"]},"font-face-name":{attrsGroups:["core"],attrs:["name"]},"font-face-src":{attrsGroups:["core"],content:["font-face-name","font-face-uri"]},"font-face-uri":{attrsGroups:["core","xlink"],attrs:["href","xlink:href"],content:["font-face-format"]},foreignObject:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height"],defaults:{x:"0",y:"0"}},g:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyph:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y","unicode","glyph-name","orientation","arabic-form","lang"],defaults:{"arabic-form":"initial"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},glyphRef:{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},hatch:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","pitch","rotate","hatchUnits","hatchContentUnits","transform"],defaults:{hatchUnits:"objectBoundingBox",hatchContentUnits:"userSpaceOnUse",x:"0",y:"0",pitch:"0",rotate:"0"},contentGroups:["animation","descriptive"],content:["hatchPath"]},hatchPath:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","d","offset"],defaults:{offset:"0"},contentGroups:["animation","descriptive"]},hkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]},image:{attrsGroups:["core","conditionalProcessing","graphicalEvent","xlink","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive"]},line:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x1","y1","x2","y2"],defaults:{x1:"0",y1:"0",x2:"0",y2:"0"},contentGroups:["animation","descriptive"]},linearGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","x1","y1","x2","y2","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{x1:"0",y1:"0",x2:"100%",y2:"0",spreadMethod:"pad"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},marker:{attrsGroups:["core","presentation"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","refX","refY","markerUnits","markerWidth","markerHeight","orient"],defaults:{markerUnits:"strokeWidth",refX:"0",refY:"0",markerWidth:"3",markerHeight:"3"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mask:{attrsGroups:["conditionalProcessing","core","presentation"],attrs:["class","style","externalResourcesRequired","x","y","width","height","mask-type","maskUnits","maskContentUnits"],defaults:{maskUnits:"objectBoundingBox",maskContentUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},metadata:{attrsGroups:["core"]},"missing-glyph":{attrsGroups:["core","presentation"],attrs:["class","style","d","horiz-adv-x","vert-origin-x","vert-origin-y","vert-adv-y"],contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},mpath:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"]},path:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","d","pathLength"],contentGroups:["animation","descriptive"]},pattern:{attrsGroups:["conditionalProcessing","core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","viewBox","preserveAspectRatio","x","y","width","height","patternUnits","patternContentUnits","patternTransform","href","xlink:href"],defaults:{patternUnits:"objectBoundingBox",patternContentUnits:"userSpaceOnUse",x:"0",y:"0",width:"0",height:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:["animation","descriptive","paintServer","shape","structural"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},polygon:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},polyline:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","points"],contentGroups:["animation","descriptive"]},radialGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","externalResourcesRequired","cx","cy","r","fx","fy","fr","gradientUnits","gradientTransform","spreadMethod","href","xlink:href"],defaults:{gradientUnits:"objectBoundingBox",cx:"50%",cy:"50%",r:"50%"},contentGroups:["descriptive"],content:["animate","animateTransform","set","stop"]},meshGradient:{attrsGroups:["core","presentation","xlink"],attrs:["class","style","x","y","gradientUnits","transform"],contentGroups:["descriptive","paintServer","animation"],content:["meshRow"]},meshRow:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["meshPatch"]},meshPatch:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["descriptive"],content:["stop"]},rect:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","rx","ry"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},script:{attrsGroups:["core","xlink"],attrs:["externalResourcesRequired","type","href","xlink:href"]},set:{attrsGroups:["conditionalProcessing","core","animation","xlink","animationAttributeTarget","animationTiming"],attrs:["externalResourcesRequired","to"],contentGroups:["descriptive"]},solidColor:{attrsGroups:["core","presentation"],attrs:["class","style"],contentGroups:["paintServer"]},stop:{attrsGroups:["core","presentation"],attrs:["class","style","offset","path"],content:["animate","animateColor","set"]},style:{attrsGroups:["core"],attrs:["type","media","title"],defaults:{type:"text/css"}},svg:{attrsGroups:["conditionalProcessing","core","documentEvent","graphicalEvent","presentation"],attrs:["class","style","x","y","width","height","viewBox","preserveAspectRatio","zoomAndPan","version","baseProfile","contentScriptType","contentStyleType"],defaults:{x:"0",y:"0",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet",zoomAndPan:"magnify",version:"1.1",baseProfile:"none",contentScriptType:"application/ecmascript",contentStyleType:"text/css"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},switch:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform"],contentGroups:["animation","descriptive","shape"],content:["a","foreignObject","g","image","svg","switch","text","use"]},symbol:{attrsGroups:["core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","preserveAspectRatio","viewBox","refX","refY"],defaults:{refX:"0",refY:"0"},contentGroups:["animation","descriptive","shape","structural","paintServer"],content:["a","altGlyphDef","clipPath","color-profile","cursor","filter","font","font-face","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"]},text:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","transform","lengthAdjust","x","y","dx","dy","rotate","textLength"],defaults:{x:"0",y:"0",lengthAdjust:"spacing"},contentGroups:["animation","descriptive","textContentChild"],content:["a"]},textPath:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href","startOffset","method","spacing","d"],defaults:{startOffset:"0",method:"align",spacing:"exact"},contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},title:{attrsGroups:["core"],attrs:["class","style"]},tref:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","href","xlink:href"],contentGroups:["descriptive"],content:["animate","animateColor","set"]},tspan:{attrsGroups:["conditionalProcessing","core","graphicalEvent","presentation"],attrs:["class","style","externalResourcesRequired","x","y","dx","dy","rotate","textLength","lengthAdjust"],contentGroups:["descriptive"],content:["a","altGlyph","animate","animateColor","set","tref","tspan"]},use:{attrsGroups:["core","conditionalProcessing","graphicalEvent","presentation","xlink"],attrs:["class","style","externalResourcesRequired","transform","x","y","width","height","href","xlink:href"],defaults:{x:"0",y:"0"},contentGroups:["animation","descriptive"]},view:{attrsGroups:["core"],attrs:["externalResourcesRequired","viewBox","preserveAspectRatio","zoomAndPan","viewTarget"],contentGroups:["descriptive"]},vkern:{attrsGroups:["core"],attrs:["u1","g1","u2","g2","k"]}};t.editorNamespaces=["http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd","http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd","http://www.inkscape.org/namespaces/inkscape","http://www.bohemiancoding.com/sketch/ns","http://ns.adobe.com/AdobeIllustrator/10.0/","http://ns.adobe.com/Graphs/1.0/","http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/","http://ns.adobe.com/Variables/1.0/","http://ns.adobe.com/SaveForWeb/1.0/","http://ns.adobe.com/Extensibility/1.0/","http://ns.adobe.com/Flows/1.0/","http://ns.adobe.com/ImageReplacement/1.0/","http://ns.adobe.com/GenericCustomNamespace/1.0/","http://ns.adobe.com/XPath/1.0/","http://schemas.microsoft.com/visio/2003/SVGExtensions/","http://taptrix.com/vectorillustrator/svg_extensions","http://www.figma.com/figma/ns","http://purl.org/dc/elements/1.1/","http://creativecommons.org/ns#","http://www.w3.org/1999/02/22-rdf-syntax-ns#","http://www.serif.com/","http://www.vector.evaxdesign.sk"];t.referencesProps=["clip-path","color-profile","fill","filter","marker-start","marker-mid","marker-end","mask","stroke","style"];t.inheritableAttrs=["clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cursor","direction","dominant-baseline","fill","fill-opacity","fill-rule","font","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","marker","marker-end","marker-mid","marker-start","paint-order","pointer-events","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-rendering","transform","visibility","word-spacing","writing-mode"];t.presentationNonInheritableGroupAttrs=["display","clip-path","filter","mask","opacity","text-decoration","transform","unicode-bidi"];t.colorsNames={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#0ff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000",blanchedalmond:"#ffebcd",blue:"#00f",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#0ff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#f0f",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#789",lightslategrey:"#789",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#0f0",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#f0f",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#639",red:"#f00",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#fff",whitesmoke:"#f5f5f5",yellow:"#ff0",yellowgreen:"#9acd32"};t.colorsShortNames={"#f0ffff":"azure","#f5f5dc":"beige","#ffe4c4":"bisque","#a52a2a":"brown","#ff7f50":"coral","#ffd700":"gold","#808080":"gray","#008000":"green","#4b0082":"indigo","#fffff0":"ivory","#f0e68c":"khaki","#faf0e6":"linen","#800000":"maroon","#000080":"navy","#808000":"olive","#ffa500":"orange","#da70d6":"orchid","#cd853f":"peru","#ffc0cb":"pink","#dda0dd":"plum","#800080":"purple","#f00":"red","#ff0000":"red","#fa8072":"salmon","#a0522d":"sienna","#c0c0c0":"silver","#fffafa":"snow","#d2b48c":"tan","#008080":"teal","#ff6347":"tomato","#ee82ee":"violet","#f5deb3":"wheat"};t.colorsProps=["color","fill","stroke","stop-color","flood-color","lighting-color"]},9030:(e,t,r)=>{"use strict";const{parsePathData:n,stringifyPathData:i}=r(2491);var a;const path2js=e=>{if(e.pathJS)return e.pathJS;const t=[];const r=n(e.attributes.d);for(const{command:e,args:n}of r){t.push({command:e,args:n})}if(t.length&&t[0].command=="m"){t[0].command="M"}e.pathJS=t;return t};t.path2js=path2js;const convertRelativeToAbsolute=e=>{const t=[];let r=[0,0];let n=[0,0];for(let{command:i,args:a}of e){a=a.slice();if(i==="m"){a[0]+=n[0];a[1]+=n[1];i="M"}if(i==="M"){n[0]=a[0];n[1]=a[1];r[0]=n[0];r[1]=n[1]}if(i==="h"){a[0]+=n[0];i="H"}if(i==="H"){n[0]=a[0]}if(i==="v"){a[0]+=n[1];i="V"}if(i==="V"){n[1]=a[0]}if(i==="l"){a[0]+=n[0];a[1]+=n[1];i="L"}if(i==="L"){n[0]=a[0];n[1]=a[1]}if(i==="c"){a[0]+=n[0];a[1]+=n[1];a[2]+=n[0];a[3]+=n[1];a[4]+=n[0];a[5]+=n[1];i="C"}if(i==="C"){n[0]=a[4];n[1]=a[5]}if(i==="s"){a[0]+=n[0];a[1]+=n[1];a[2]+=n[0];a[3]+=n[1];i="S"}if(i==="S"){n[0]=a[2];n[1]=a[3]}if(i==="q"){a[0]+=n[0];a[1]+=n[1];a[2]+=n[0];a[3]+=n[1];i="Q"}if(i==="Q"){n[0]=a[2];n[1]=a[3]}if(i==="t"){a[0]+=n[0];a[1]+=n[1];i="T"}if(i==="T"){n[0]=a[0];n[1]=a[1]}if(i==="a"){a[5]+=n[0];a[6]+=n[1];i="A"}if(i==="A"){n[0]=a[5];n[1]=a[6]}if(i==="z"||i==="Z"){n[0]=r[0];n[1]=r[1];i="z"}t.push({command:i,args:a})}return t};t.js2path=function(e,t,r){e.pathJS=t;const n=[];for(const e of t){if(n.length!==0&&(e.command==="M"||e.command==="m")){const e=n[n.length-1];if(e.command==="M"||e.command==="m"){n.pop()}}n.push({command:e.command,args:e.args})}e.attributes.d=i({pathData:n,precision:r.floatPrecision,disableSpaceAfterFlags:r.noSpaceAfterFlags})};function set(e,t){e[0]=t[t.length-2];e[1]=t[t.length-1];return e}t.intersects=function(e,t){const r=gatherPoints(convertRelativeToAbsolute(e));const n=gatherPoints(convertRelativeToAbsolute(t));if(r.maxX<=n.minX||n.maxX<=r.minX||r.maxY<=n.minY||n.maxY<=r.minY||r.list.every((e=>n.list.every((t=>e.list[e.maxX][0]<=t.list[t.minX][0]||t.list[t.maxX][0]<=e.list[e.minX][0]||e.list[e.maxY][1]<=t.list[t.minY][1]||t.list[t.maxY][1]<=e.list[e.minY][1])))))return false;const i=r.list.map(convexHull);const a=n.list.map(convexHull);return i.some((function(e){if(e.list.length<3)return false;return a.some((function(t){if(t.list.length<3)return false;var r=[getSupport(e,t,[1,0])],n=minus(r[0]);var i=1e4;while(true){if(i--==0){console.error("Error: infinite loop while processing mergePaths plugin.");return true}r.push(getSupport(e,t,n));if(dot(n,r[r.length-1])<=0)return false;if(processSimplex(r,n))return true}}))}));function getSupport(e,t,r){return sub(supportPoint(e,r),supportPoint(t,minus(r)))}function supportPoint(e,t){var r=t[1]>=0?t[0]<0?e.maxY:e.maxX:t[0]<0?e.minX:e.minY,n=-Infinity,i;while((i=dot(e.list[r],t))>n){n=i;r=++r%e.list.length}return e.list[(r||e.list.length)-1]}};function processSimplex(e,t){if(e.length==2){let r=e[1],n=e[0],i=minus(e[1]),a=sub(n,r);if(dot(i,a)>0){set(t,orth(a,r))}else{set(t,i);e.shift()}}else{let r=e[2],n=e[1],i=e[0],a=sub(n,r),o=sub(i,r),s=minus(r),l=orth(a,o),c=orth(o,a);if(dot(l,s)>0){if(dot(a,s)>0){set(t,l);e.shift()}else{set(t,s);e.splice(0,2)}}else if(dot(c,s)>0){if(dot(o,s)>0){set(t,c);e.splice(1,1)}else{set(t,s);e.splice(0,2)}}else return true}return false}function minus(e){return[-e[0],-e[1]]}function sub(e,t){return[e[0]-t[0],e[1]-t[1]]}function dot(e,t){return e[0]*t[0]+e[1]*t[1]}function orth(e,t){var r=[-e[1],e[0]];return dot(r,minus(t))<0?minus(r):r}function gatherPoints(e){const t={list:[],minX:0,minY:0,maxX:0,maxY:0};const addPoint=(e,r)=>{if(!e.list.length||r[1]>e.list[e.maxY][1]){e.maxY=e.list.length;t.maxY=t.list.length?Math.max(r[1],t.maxY):r[1]}if(!e.list.length||r[0]>e.list[e.maxX][0]){e.maxX=e.list.length;t.maxX=t.list.length?Math.max(r[0],t.maxX):r[0]}if(!e.list.length||r[1]<e.list[e.minY][1]){e.minY=e.list.length;t.minY=t.list.length?Math.min(r[1],t.minY):r[1]}if(!e.list.length||r[0]<e.list[e.minX][0]){e.minX=e.list.length;t.minX=t.list.length?Math.min(r[0],t.minX):r[0]}e.list.push(r)};for(let i=0;i<e.length;i+=1){const o=e[i];let s=t.list.length===0?{list:[],minX:0,minY:0,maxX:0,maxY:0}:t.list[t.list.length-1];let l=i===0?null:e[i-1];let c=s.list.length===0?null:s.list[s.list.length-1];let u=o.args;let d=c;const toAbsolute=(e,t)=>e+(c==null?0:c[t%2]);switch(o.command){case"M":s={list:[],minX:0,minY:0,maxX:0,maxY:0};t.list.push(s);break;case"H":if(c!=null){addPoint(s,[u[0],c[1]])}break;case"V":if(c!=null){addPoint(s,[c[0],u[0]])}break;case"Q":addPoint(s,u.slice(0,2));a=[u[2]-u[0],u[3]-u[1]];break;case"T":if(c!=null&&l!=null&&(l.command=="Q"||l.command=="T")){d=[c[0]+a[0],c[1]+a[1]];addPoint(s,d);a=[u[0]-d[0],u[1]-d[1]]}break;case"C":if(c!=null){addPoint(s,[.5*(c[0]+u[0]),.5*(c[1]+u[1])])}addPoint(s,[.5*(u[0]+u[2]),.5*(u[1]+u[3])]);addPoint(s,[.5*(u[2]+u[4]),.5*(u[3]+u[5])]);a=[u[4]-u[2],u[5]-u[3]];break;case"S":if(c!=null&&l!=null&&(l.command=="C"||l.command=="S")){addPoint(s,[c[0]+.5*a[0],c[1]+.5*a[1]]);d=[c[0]+a[0],c[1]+a[1]]}if(d!=null){addPoint(s,[.5*(d[0]+u[0]),.5*(d[1]+u[1])])}addPoint(s,[.5*(u[0]+u[2]),.5*(u[1]+u[3])]);a=[u[2]-u[0],u[3]-u[1]];break;case"A":if(c!=null){var r=a2c.apply(0,c.concat(u));for(var n;(n=r.splice(0,6).map(toAbsolute)).length;){if(c!=null){addPoint(s,[.5*(c[0]+n[0]),.5*(c[1]+n[1])])}addPoint(s,[.5*(n[0]+n[2]),.5*(n[1]+n[3])]);addPoint(s,[.5*(n[2]+n[4]),.5*(n[3]+n[5])]);if(r.length)addPoint(s,c=n.slice(-2))}}break}if(u.length>=2)addPoint(s,u.slice(-2))}return t}function convexHull(e){e.list.sort((function(e,t){return e[0]==t[0]?e[1]-t[1]:e[0]-t[0]}));var t=[],r=0,n=0;for(let i=0;i<e.list.length;i++){while(t.length>=2&&cross(t[t.length-2],t[t.length-1],e.list[i])<=0){t.pop()}if(e.list[i][1]<e.list[r][1]){r=i;n=t.length}t.push(e.list[i])}var i=[],a=e.list.length-1,o=0;for(let t=e.list.length;t--;){while(i.length>=2&&cross(i[i.length-2],i[i.length-1],e.list[t])<=0){i.pop()}if(e.list[t][1]>e.list[a][1]){a=t;o=i.length}i.push(e.list[t])}i.pop();t.pop();const s=t.concat(i);const l={list:s,minX:0,maxX:t.length,minY:n,maxY:(t.length+o)%s.length};return l}function cross(e,t,r){return(t[0]-e[0])*(r[1]-e[1])-(t[1]-e[1])*(r[0]-e[0])}const a2c=(e,t,r,n,i,a,o,s,l,c)=>{const u=Math.PI*120/180;const d=Math.PI/180*(+i||0);let p=[];const rotateX=(e,t,r)=>e*Math.cos(r)-t*Math.sin(r);const rotateY=(e,t,r)=>e*Math.sin(r)+t*Math.cos(r);if(!c){e=rotateX(e,t,-d);t=rotateY(e,t,-d);s=rotateX(s,l,-d);l=rotateY(s,l,-d);var m=(e-s)/2,f=(t-l)/2;var h=m*m/(r*r)+f*f/(n*n);if(h>1){h=Math.sqrt(h);r=h*r;n=h*n}var y=r*r;var b=n*n;var v=(a==o?-1:1)*Math.sqrt(Math.abs((y*b-y*f*f-b*m*m)/(y*f*f+b*m*m)));var S=v*r*f/n+(e+s)/2;var x=v*-n*m/r+(t+l)/2;var k=Math.asin(Number(((t-x)/n).toFixed(9)));var C=Math.asin(Number(((l-x)/n).toFixed(9)));k=e<S?Math.PI-k:k;C=s<S?Math.PI-C:C;k<0&&(k=Math.PI*2+k);C<0&&(C=Math.PI*2+C);if(o&&k>C){k=k-Math.PI*2}if(!o&&C>k){C=C-Math.PI*2}}else{k=c[0];C=c[1];S=c[2];x=c[3]}var w=C-k;if(Math.abs(w)>u){var T=C,E=s,A=l;C=k+u*(o&&C>k?1:-1);s=S+r*Math.cos(C);l=x+n*Math.sin(C);p=a2c(s,l,r,n,i,0,o,E,A,[C,T,S,x])}w=C-k;var O=Math.cos(k),P=Math.sin(k),_=Math.cos(C),L=Math.sin(C),N=Math.tan(w/4),M=4/3*r*N,z=4/3*n*N,D=[-M*P,z*O,s+M*L-e,l-z*_-t,s-e,l-t];if(c){return D.concat(p)}else{p=D.concat(p);var W=[];for(var I=0,q=p.length;I<q;I++){W[I]=I%2?rotateY(p[I-1],p[I],d):rotateX(p[I],p[I+1],d)}return W}}},9215:(e,t)=>{"use strict";const r=/matrix|translate|scale|rotate|skewX|skewY/;const n=/\s*(matrix|translate|scale|rotate|skewX|skewY)\s*\(\s*(.+?)\s*\)[\s,]*/;const i=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;t.transform2js=e=>{const t=[];let a=null;for(const s of e.split(n)){var o;if(s){if(r.test(s)){a={name:s,data:[]};t.push(a)}else{while(o=i.exec(s)){o=Number(o);if(a!=null){a.data.push(o)}}}}}return a==null||a.data.length==0?[]:t};t.transformsMultiply=e=>{const t=e.map((e=>{if(e.name==="matrix"){return e.data}return transformToMatrix(e)}));const r={name:"matrix",data:t.length>0?t.reduce(multiplyTransformMatrices):[]};return r};const a={rad:e=>e*Math.PI/180,deg:e=>e*180/Math.PI,cos:e=>Math.cos(a.rad(e)),acos:(e,t)=>Number(a.deg(Math.acos(e)).toFixed(t)),sin:e=>Math.sin(a.rad(e)),asin:(e,t)=>Number(a.deg(Math.asin(e)).toFixed(t)),tan:e=>Math.tan(a.rad(e)),atan:(e,t)=>Number(a.deg(Math.atan(e)).toFixed(t))};t.matrixToTransform=(e,t)=>{let r=t.floatPrecision;let n=e.data;let i=[];let o=Number(Math.hypot(n[0],n[1]).toFixed(t.transformPrecision));let s=Number(((n[0]*n[3]-n[1]*n[2])/o).toFixed(t.transformPrecision));let l=n[0]*n[2]+n[1]*n[3];let c=n[0]*n[1]+n[2]*n[3];let u=c!=0||o==s;if(n[4]||n[5]){i.push({name:"translate",data:n.slice(4,n[5]?6:5)})}if(!n[1]&&n[2]){i.push({name:"skewX",data:[a.atan(n[2]/s,r)]})}else if(n[1]&&!n[2]){i.push({name:"skewY",data:[a.atan(n[1]/n[0],r)]});o=n[0];s=n[3]}else if(!l||o==1&&s==1||!u){if(!u){o=(n[0]<0?-1:1)*Math.hypot(n[0],n[2]);s=(n[3]<0?-1:1)*Math.hypot(n[1],n[3]);i.push({name:"scale",data:[o,s]})}var d=Math.min(Math.max(-1,n[0]/o),1),p=[a.acos(d,r)*((u?1:s)*n[1]<0?-1:1)];if(p[0])i.push({name:"rotate",data:p});if(c&&l)i.push({name:"skewX",data:[a.atan(l/(o*o),r)]});if(p[0]&&(n[4]||n[5])){i.shift();var m=n[0]/o,f=n[1]/(u?o:s),h=n[4]*(u?1:s),y=n[5]*(u?1:o),b=(Math.pow(1-m,2)+Math.pow(f,2))*(u?1:o*s);p.push(((1-m)*h-f*y)/b);p.push(((1-m)*y+f*h)/b)}}else if(n[1]||n[2]){return[e]}if(u&&(o!=1||s!=1)||!i.length)i.push({name:"scale",data:o==s?[o]:[o,s]});return i};const transformToMatrix=e=>{if(e.name==="matrix"){return e.data}switch(e.name){case"translate":return[1,0,0,1,e.data[0],e.data[1]||0];case"scale":return[e.data[0],0,0,e.data[1]||e.data[0],0,0];case"rotate":var t=a.cos(e.data[0]),r=a.sin(e.data[0]),n=e.data[1]||0,i=e.data[2]||0;return[t,r,-r,t,(1-t)*n+r*i,(1-t)*i-r*n];case"skewX":return[1,0,a.tan(e.data[0]),1,0,0];case"skewY":return[1,a.tan(e.data[0]),0,1,0,0];default:throw Error(`Unknown transform ${e.name}`)}};t.transformArc=(e,t,r)=>{const n=t[5]-e[0];const i=t[6]-e[1];let a=t[0];let o=t[1];const s=t[2]*Math.PI/180;const l=Math.cos(s);const c=Math.sin(s);if(a>0&&o>0){let e=Math.pow(n*l+i*c,2)/(4*a*a)+Math.pow(i*l-n*c,2)/(4*o*o);if(e>1){e=Math.sqrt(e);a*=e;o*=e}}const u=[a*l,a*c,-o*c,o*l,0,0];const d=multiplyTransformMatrices(r,u);const p=d[2]*d[2]+d[3]*d[3];const m=d[0]*d[0]+d[1]*d[1]+p;const f=Math.hypot(d[0]-d[3],d[1]+d[2])*Math.hypot(d[0]+d[3],d[1]-d[2]);if(!f){t[0]=t[1]=Math.sqrt(m/2);t[2]=0}else{const e=(m+f)/2;const r=(m-f)/2;const n=Math.abs(e-p)>1e-6;const i=(n?e:r)-p;const a=d[0]*d[2]+d[1]*d[3];const o=d[0]*i+d[2]*a;const s=d[1]*i+d[3]*a;t[0]=Math.sqrt(e);t[1]=Math.sqrt(r);t[2]=((n?s<0:o>0)?-1:1)*Math.acos((n?o:s)/Math.hypot(o,s))*180/Math.PI}if(r[0]<0!==r[3]<0){t[4]=1-t[4]}return t};const multiplyTransformMatrices=(e,t)=>[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]]},7282:(e,t)=>{"use strict";t.name="addAttributesToSVGElement";t.description="adds attributes to an outer <svg> element";var r=`Error in plugin "addAttributesToSVGElement": absent parameters.\nIt should have a list of "attributes" or one "attribute".\nConfig example:\n\nplugins: [\n {\n name: 'addAttributesToSVGElement',\n params: {\n attribute: "mySvg"\n }\n }\n]\n\nplugins: [\n {\n name: 'addAttributesToSVGElement',\n params: {\n attributes: ["mySvg", "size-big"]\n }\n }\n]\n\nplugins: [\n {\n name: 'addAttributesToSVGElement',\n params: {\n attributes: [\n {\n focusable: false\n },\n {\n 'data-image': icon\n }\n ]\n }\n }\n]\n`;t.fn=(e,t)=>{if(!Array.isArray(t.attributes)&&!t.attribute){console.error(r);return null}const n=t.attributes||[t.attribute];return{element:{enter:(e,t)=>{if(e.name==="svg"&&t.type==="root"){for(const t of n){if(typeof t==="string"){if(e.attributes[t]==null){e.attributes[t]=undefined}}if(typeof t==="object"){for(const r of Object.keys(t)){if(e.attributes[r]==null){e.attributes[r]=t[r]}}}}}}}}}},8750:(e,t)=>{"use strict";t.name="addClassesToSVGElement";t.description="adds classnames to an outer <svg> element";var r=`Error in plugin "addClassesToSVGElement": absent parameters.\nIt should have a list of classes in "classNames" or one "className".\nConfig example:\n\nplugins: [\n {\n name: "addClassesToSVGElement",\n params: {\n className: "mySvg"\n }\n }\n]\n\nplugins: [\n {\n name: "addClassesToSVGElement",\n params: {\n classNames: ["mySvg", "size-big"]\n }\n }\n]\n`;t.fn=(e,t)=>{if(!(Array.isArray(t.classNames)&&t.classNames.some(String))&&!t.className){console.error(r);return null}const n=t.classNames||[t.className];return{element:{enter:(e,t)=>{if(e.name==="svg"&&t.type==="root"){const t=new Set(e.attributes.class==null?null:e.attributes.class.split(" "));for(const e of n){if(e!=null){t.add(e)}}e.attributes.class=Array.from(t).join(" ")}}}}}},3790:(e,t,r)=>{"use strict";const{collectStylesheet:n,computeStyle:i}=r(260);const{transformsMultiply:a,transform2js:o,transformArc:s}=r(9215);const{path2js:l}=r(9030);const{removeLeadingZero:c}=r(4536);const{referencesProps:u,attrsGroupsDefaults:d}=r(8203);const p=/[-+]?(\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;const applyTransforms=(e,t)=>{const r=n(e);return{element:{enter:e=>{const n=i(r,e);if(e.attributes.d==null){return}if(e.attributes.id!=null){return}if(e.attributes.transform==null||e.attributes.transform===""||e.attributes.style!=null||Object.entries(e.attributes).some((([e,t])=>u.includes(e)&&t.includes("url(")))){return}const s=a(o(e.attributes.transform));const m=n.stroke!=null&&n.stroke.type==="static"?n.stroke.value:null;const f=n["stroke-width"]!=null&&n["stroke-width"].type==="static"?n["stroke-width"].value:null;const h=t.transformPrecision;if(n.stroke!=null&&n.stroke.type==="dynamic"||n.strokeWidth!=null&&n["stroke-width"].type==="dynamic"){return}const y=Number(Math.sqrt(s.data[0]*s.data[0]+s.data[1]*s.data[1]).toFixed(h));if(m&&m!="none"){if(t.applyTransformsStroked===false){return}if((s.data[0]!==s.data[3]||s.data[1]!==-s.data[2])&&(s.data[0]!==-s.data[3]||s.data[1]!==s.data[2])){return}if(y!==1){if(e.attributes["vector-effect"]!=="non-scaling-stroke"){e.attributes["stroke-width"]=(f||d.presentation["stroke-width"]).trim().replace(p,(e=>c(Number(e)*y)));if(e.attributes["stroke-dashoffset"]!=null){e.attributes["stroke-dashoffset"]=e.attributes["stroke-dashoffset"].trim().replace(p,(e=>c(Number(e)*y)))}if(e.attributes["stroke-dasharray"]!=null){e.attributes["stroke-dasharray"]=e.attributes["stroke-dasharray"].trim().replace(p,(e=>c(Number(e)*y)))}}}}const b=l(e);applyMatrixToPathData(b,s.data);delete e.attributes.transform}}}};t.applyTransforms=applyTransforms;const transformAbsolutePoint=(e,t,r)=>{const n=e[0]*t+e[2]*r+e[4];const i=e[1]*t+e[3]*r+e[5];return[n,i]};const transformRelativePoint=(e,t,r)=>{const n=e[0]*t+e[2]*r;const i=e[1]*t+e[3]*r;return[n,i]};const applyMatrixToPathData=(e,t)=>{const r=[0,0];const n=[0,0];for(const i of e){let{command:e,args:a}=i;if(e==="M"){n[0]=a[0];n[1]=a[1];r[0]=n[0];r[1]=n[1];const[e,i]=transformAbsolutePoint(t,a[0],a[1]);a[0]=e;a[1]=i}if(e==="m"){n[0]+=a[0];n[1]+=a[1];r[0]=n[0];r[1]=n[1];const[e,i]=transformRelativePoint(t,a[0],a[1]);a[0]=e;a[1]=i}if(e==="H"){e="L";a=[a[0],n[1]]}if(e==="h"){e="l";a=[a[0],0]}if(e==="V"){e="L";a=[n[0],a[0]]}if(e==="v"){e="l";a=[0,a[0]]}if(e==="L"){n[0]=a[0];n[1]=a[1];const[e,r]=transformAbsolutePoint(t,a[0],a[1]);a[0]=e;a[1]=r}if(e==="l"){n[0]+=a[0];n[1]+=a[1];const[e,r]=transformRelativePoint(t,a[0],a[1]);a[0]=e;a[1]=r}if(e==="C"){n[0]=a[4];n[1]=a[5];const[e,r]=transformAbsolutePoint(t,a[0],a[1]);const[i,o]=transformAbsolutePoint(t,a[2],a[3]);const[s,l]=transformAbsolutePoint(t,a[4],a[5]);a[0]=e;a[1]=r;a[2]=i;a[3]=o;a[4]=s;a[5]=l}if(e==="c"){n[0]+=a[4];n[1]+=a[5];const[e,r]=transformRelativePoint(t,a[0],a[1]);const[i,o]=transformRelativePoint(t,a[2],a[3]);const[s,l]=transformRelativePoint(t,a[4],a[5]);a[0]=e;a[1]=r;a[2]=i;a[3]=o;a[4]=s;a[5]=l}if(e==="S"){n[0]=a[2];n[1]=a[3];const[e,r]=transformAbsolutePoint(t,a[0],a[1]);const[i,o]=transformAbsolutePoint(t,a[2],a[3]);a[0]=e;a[1]=r;a[2]=i;a[3]=o}if(e==="s"){n[0]+=a[2];n[1]+=a[3];const[e,r]=transformRelativePoint(t,a[0],a[1]);const[i,o]=transformRelativePoint(t,a[2],a[3]);a[0]=e;a[1]=r;a[2]=i;a[3]=o}if(e==="Q"){n[0]=a[2];n[1]=a[3];const[e,r]=transformAbsolutePoint(t,a[0],a[1]);const[i,o]=transformAbsolutePoint(t,a[2],a[3]);a[0]=e;a[1]=r;a[2]=i;a[3]=o}if(e==="q"){n[0]+=a[2];n[1]+=a[3];const[e,r]=transformRelativePoint(t,a[0],a[1]);const[i,o]=transformRelativePoint(t,a[2],a[3]);a[0]=e;a[1]=r;a[2]=i;a[3]=o}if(e==="T"){n[0]=a[0];n[1]=a[1];const[e,r]=transformAbsolutePoint(t,a[0],a[1]);a[0]=e;a[1]=r}if(e==="t"){n[0]+=a[0];n[1]+=a[1];const[e,r]=transformRelativePoint(t,a[0],a[1]);a[0]=e;a[1]=r}if(e==="A"){s(n,a,t);n[0]=a[5];n[1]=a[6];if(Math.abs(a[2])>80){const e=a[0];const t=a[2];a[0]=a[1];a[1]=e;a[2]=t+(t>0?-90:90)}const[e,r]=transformAbsolutePoint(t,a[5],a[6]);a[5]=e;a[6]=r}if(e==="a"){s([0,0],a,t);n[0]+=a[5];n[1]+=a[6];if(Math.abs(a[2])>80){const e=a[0];const t=a[2];a[0]=a[1];a[1]=e;a[2]=t+(t>0?-90:90)}const[e,r]=transformRelativePoint(t,a[5],a[6]);a[5]=e;a[6]=r}if(e==="z"||e==="Z"){n[0]=r[0];n[1]=r[1]}i.command=e;i.args=a}}},3479:(e,t)=>{"use strict";t.name="cleanupAttrs";t.description="cleanups attributes from newlines, trailing and repeating spaces";const r=/(\S)\r?\n(\S)/g;const n=/\r?\n/g;const i=/\s{2,}/g;t.fn=(e,t)=>{const{newlines:a=true,trim:o=true,spaces:s=true}=t;return{element:{enter:e=>{for(const t of Object.keys(e.attributes)){if(a){e.attributes[t]=e.attributes[t].replace(r,((e,t,r)=>t+" "+r));e.attributes[t]=e.attributes[t].replace(n,"")}if(o){e.attributes[t]=e.attributes[t].trim()}if(s){e.attributes[t]=e.attributes[t].replace(i," ")}}}}}}},6395:(e,t,r)=>{"use strict";const{visit:n}=r(5673);t.name="cleanupEnableBackground";t.description="remove or cleanup enable-background attribute when possible";t.fn=e=>{const t=/^new\s0\s0\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)\s([-+]?\d*\.?\d+([eE][-+]?\d+)?)$/;let r=false;n(e,{element:{enter:e=>{if(e.name==="filter"){r=true}}}});return{element:{enter:e=>{if(e.attributes["enable-background"]==null){return}if(r){if((e.name==="svg"||e.name==="mask"||e.name==="pattern")&&e.attributes.width!=null&&e.attributes.height!=null){const r=e.attributes["enable-background"].match(t);if(r!=null&&e.attributes.width===r[1]&&e.attributes.height===r[3]){if(e.name==="svg"){delete e.attributes["enable-background"]}else{e.attributes["enable-background"]="new"}}}}else{delete e.attributes["enable-background"]}}}}}},1758:(e,t,r)=>{"use strict";const{visitSkip:n}=r(5673);const{referencesProps:i}=r(8203);t.name="cleanupIds";t.description="removes unused IDs and minifies used";const a=/\burl\((["'])?#(.+?)\1\)/;const o=/^#(.+?)$/;const s=/(\D+)\./;const l=["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"];const c=l.length-1;const hasStringPrefix=(e,t)=>{for(const r of t){if(e.startsWith(r)){return true}}return false};const generateId=e=>{if(e==null){return[0]}e[e.length-1]+=1;for(let t=e.length-1;t>0;t--){if(e[t]>c){e[t]=0;if(e[t-1]!==undefined){e[t-1]++}}}if(e[0]>c){e[0]=0;e.unshift(0)}return e};const getIdString=e=>e.map((e=>l[e])).join("");t.fn=(e,t)=>{const{remove:r=true,minify:l=true,preserve:c=[],preservePrefixes:u=[],force:d=false}=t;const p=new Set(Array.isArray(c)?c:c?[c]:[]);const m=Array.isArray(u)?u:u?[u]:[];const f=new Map;const h=new Map;let y=false;return{element:{enter:e=>{if(d==false){if((e.name==="style"||e.name==="script")&&e.children.length!==0){y=true;return}if(e.name==="svg"){let t=true;for(const r of e.children){if(r.type!=="element"||r.name!=="defs"){t=false;break}}if(t){return n}}}for(const[t,r]of Object.entries(e.attributes)){if(t==="id"){const t=r;if(f.has(t)){delete e.attributes.id}else{f.set(t,e)}}else{let n=null;if(i.includes(t)){const e=r.match(a);if(e!=null){n=e[2]}}if(t==="href"||t.endsWith(":href")){const e=r.match(o);if(e!=null){n=e[1]}}if(t==="begin"){const e=r.match(s);if(e!=null){n=e[1]}}if(n!=null){let i=h.get(n);if(i==null){i=[];h.set(n,i)}i.push({element:e,name:t,value:r})}}}}},root:{exit:()=>{if(y){return}const isIdPreserved=e=>p.has(e)||hasStringPrefix(e,m);let e=null;for(const[t,r]of h){const n=f.get(t);if(n!=null){if(l&&isIdPreserved(t)===false){let i=null;do{e=generateId(e);i=getIdString(e)}while(isIdPreserved(i));n.attributes.id=i;for(const{element:e,name:n,value:a}of r){if(a.includes("#")){e.attributes[n]=a.replace(`#${t}`,`#${i}`)}else{e.attributes[n]=a.replace(`${t}.`,`${i}.`)}}}f.delete(t)}}if(r){for(const[e,t]of f){if(isIdPreserved(e)===false){delete t.attributes.id}}}}}}}},2810:(e,t,r)=>{"use strict";const{removeLeadingZero:n}=r(4536);t.name="cleanupListOfValues";t.description="rounds list of values to the fixed precision";const i=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/;const a=/\s+,?\s*|,\s*/;const o={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};t.fn=(e,t)=>{const{floatPrecision:r=3,leadingZero:s=true,defaultPx:l=true,convertToPx:c=true}=t;const roundValues=e=>{const t=[];for(const u of e.split(a)){const e=u.match(i);const a=u.match(/new/);if(e){let i=Number(Number(e[1]).toFixed(r));let a=e[3]||"";let u=a;if(c&&u&&u in o){const t=Number((o[u]*Number(e[1])).toFixed(r));if(t.toString().length<e[0].length){i=t;u="px"}}let d;if(s){d=n(i)}else{d=i.toString()}if(l&&u==="px"){u=""}t.push(d+u)}else if(a){t.push("new")}else if(u){t.push(u)}}return t.join(" ")};return{element:{enter:e=>{if(e.attributes.points!=null){e.attributes.points=roundValues(e.attributes.points)}if(e.attributes["enable-background"]!=null){e.attributes["enable-background"]=roundValues(e.attributes["enable-background"])}if(e.attributes.viewBox!=null){e.attributes.viewBox=roundValues(e.attributes.viewBox)}if(e.attributes["stroke-dasharray"]!=null){e.attributes["stroke-dasharray"]=roundValues(e.attributes["stroke-dasharray"])}if(e.attributes.dx!=null){e.attributes.dx=roundValues(e.attributes.dx)}if(e.attributes.dy!=null){e.attributes.dy=roundValues(e.attributes.dy)}if(e.attributes.x!=null){e.attributes.x=roundValues(e.attributes.x)}if(e.attributes.y!=null){e.attributes.y=roundValues(e.attributes.y)}}}}}},8294:(e,t,r)=>{"use strict";const{removeLeadingZero:n}=r(4536);t.name="cleanupNumericValues";t.description="rounds numeric values to the fixed precision, removes default ‘px’ units";const i=/^([-+]?\d*\.?\d+([eE][-+]?\d+)?)(px|pt|pc|mm|cm|m|in|ft|em|ex|%)?$/;const a={cm:96/2.54,mm:96/25.4,in:96,pt:4/3,pc:16,px:1};t.fn=(e,t)=>{const{floatPrecision:r=3,leadingZero:o=true,defaultPx:s=true,convertToPx:l=true}=t;return{element:{enter:e=>{if(e.attributes.viewBox!=null){const t=e.attributes.viewBox.split(/\s,?\s*|,\s*/g);e.attributes.viewBox=t.map((e=>{const t=Number(e);return Number.isNaN(t)?e:Number(t.toFixed(r))})).join(" ")}for(const[t,c]of Object.entries(e.attributes)){if(t==="version"){continue}const u=c.match(i);if(u){let i=Number(Number(u[1]).toFixed(r));let c=u[3]||"";let d=c;if(l&&d!==""&&d in a){const e=Number((a[d]*Number(u[1])).toFixed(r));if(e.toString().length<u[0].length){i=e;d="px"}}let p;if(o){p=n(i)}else{p=i.toString()}if(s&&d==="px"){d=""}e.attributes[t]=p+d}}}}}}},1898:(e,t,r)=>{"use strict";const{inheritableAttrs:n,elemsGroups:i}=r(8203);t.name="collapseGroups";t.description="collapses useless groups";const hasAnimatedAttr=(e,t)=>{if(e.type==="element"){if(i.animation.includes(e.name)&&e.attributes.attributeName===t){return true}for(const r of e.children){if(hasAnimatedAttr(r,t)){return true}}}return false};t.fn=()=>({element:{exit:(e,t)=>{if(t.type==="root"||t.name==="switch"){return}if(e.name!=="g"||e.children.length===0){return}if(Object.keys(e.attributes).length!==0&&e.children.length===1){const t=e.children[0];if(t.type==="element"&&t.attributes.id==null&&e.attributes.filter==null&&(e.attributes.class==null||t.attributes.class==null)&&(e.attributes["clip-path"]==null&&e.attributes.mask==null||t.name==="g"&&e.attributes.transform==null&&t.attributes.transform==null)){for(const[r,i]of Object.entries(e.attributes)){if(hasAnimatedAttr(t,r)){return}if(t.attributes[r]==null){t.attributes[r]=i}else if(r==="transform"){t.attributes[r]=i+" "+t.attributes[r]}else if(t.attributes[r]==="inherit"){t.attributes[r]=i}else if(n.includes(r)===false&&t.attributes[r]!==i){return}delete e.attributes[r]}}}if(Object.keys(e.attributes).length===0){for(const t of e.children){if(t.type==="element"&&i.animation.includes(t.name)){return}}const r=t.children.indexOf(e);t.children.splice(r,1,...e.children);for(const r of e.children){Object.defineProperty(r,"parentNode",{writable:true,value:t})}}}}})},5749:(e,t,r)=>{"use strict";const n=r(8203);t.name="convertColors";t.description="converts colors: rgb() to #rrggbb and #rrggbb to #rgb";const i="([+-]?(?:\\d*\\.\\d+|\\d+\\.?)%?)";const a="\\s*,\\s*";const o=new RegExp("^rgb\\(\\s*"+i+a+i+a+i+"\\s*\\)$");const s=/^#(([a-fA-F0-9])\2){3}$/;const convertRgbToHex=([e,t,r])=>{const n=(256+e<<8|t)<<8|r;return"#"+n.toString(16).slice(1).toUpperCase()};t.fn=(e,t)=>{const{currentColor:r=false,names2hex:i=true,rgb2hex:a=true,shorthex:l=true,shortname:c=true}=t;return{element:{enter:e=>{for(const[t,u]of Object.entries(e.attributes)){if(n.colorsProps.includes(t)){let d=u;if(r){let e;if(typeof r==="string"){e=d===r}else if(r instanceof RegExp){e=r.exec(d)!=null}else{e=d!=="none"}if(e){d="currentColor"}}if(i){const e=d.toLowerCase();if(n.colorsNames[e]!=null){d=n.colorsNames[e]}}if(a){let e=d.match(o);if(e!=null){let t=e.slice(1,4).map((e=>{let t;if(e.indexOf("%")>-1){t=Math.round(parseFloat(e)*2.55)}else{t=Number(e)}return Math.max(0,Math.min(t,255))}));d=convertRgbToHex(t)}}if(l){let e=d.match(s);if(e!=null){d="#"+e[0][1]+e[0][3]+e[0][5]}}if(c){const e=d.toLowerCase();if(n.colorsShortNames[e]!=null){d=n.colorsShortNames[e]}}e.attributes[t]=d}}}}}}},8026:(e,t)=>{"use strict";t.name="convertEllipseToCircle";t.description="converts non-eccentric <ellipse>s to <circle>s";t.fn=()=>({element:{enter:e=>{if(e.name==="ellipse"){const t=e.attributes.rx||"0";const r=e.attributes.ry||"0";if(t===r||t==="auto"||r==="auto"){e.name="circle";const n=t==="auto"?r:t;delete e.attributes.rx;delete e.attributes.ry;e.attributes.r=n}}}}})},541:(e,t,r)=>{"use strict";const{collectStylesheet:n,computeStyle:i}=r(260);const{visit:a}=r(5673);const{pathElems:o}=r(8203);const{path2js:s,js2path:l}=r(9030);const{applyTransforms:c}=r(3790);const{cleanupOutData:u}=r(4536);t.name="convertPathData";t.description="optimizes path data: writes in shorter form, applies transformations";let d;let p;let m;let f;let h;t.fn=(e,t)=>{const{applyTransforms:r=true,applyTransformsStroked:u=true,makeArcs:y={threshold:2.5,tolerance:.5},straightCurves:b=true,lineShorthands:v=true,curveSmoothShorthands:S=true,floatPrecision:x=3,transformPrecision:k=5,removeUseless:C=true,collapseRepeated:w=true,utilizeAbsolute:T=true,leadingZero:E=true,negativeExtraSpace:A=true,noSpaceAfterFlags:O=false,forceAbsolutePath:P=false}=t;const _={applyTransforms:r,applyTransformsStroked:u,makeArcs:y,straightCurves:b,lineShorthands:v,curveSmoothShorthands:S,floatPrecision:x,transformPrecision:k,removeUseless:C,collapseRepeated:w,utilizeAbsolute:T,leadingZero:E,negativeExtraSpace:A,noSpaceAfterFlags:O,forceAbsolutePath:P};if(r){a(e,c(e,{transformPrecision:k,applyTransformsStroked:u}))}const L=n(e);return{element:{enter:e=>{if(o.includes(e.name)&&e.attributes.d!=null){const r=i(L,e);p=x;m=p!==false?+Math.pow(.1,p).toFixed(p):.01;d=p>0&&p<20?strongRound:round;if(y){f=y.threshold;h=y.tolerance}const n=r["marker-mid"]!=null;const a=r.stroke&&(r.stroke.type==="dynamic"||r.stroke.value!=="none");const o=r["stroke-linecap"]&&(r["stroke-linecap"].type==="dynamic"||r["stroke-linecap"].value!=="butt");const c=a&&o;var t=s(e);if(t.length){convertToRelative(t);t=filters(t,_,{maybeHasStrokeAndLinecap:c,hasMarkerMid:n});if(T){t=convertToMixed(t,_)}l(e,t,_)}}}}}};const convertToRelative=e=>{let t=[0,0];let r=[0,0];let n=[0,0];for(let i=0;i<e.length;i+=1){const a=e[i];let{command:o,args:s}=a;if(o==="m"){r[0]+=s[0];r[1]+=s[1];t[0]=r[0];t[1]=r[1]}if(o==="M"){if(i!==0){o="m"}s[0]-=r[0];s[1]-=r[1];r[0]+=s[0];r[1]+=s[1];t[0]=r[0];t[1]=r[1]}if(o==="l"){r[0]+=s[0];r[1]+=s[1]}if(o==="L"){o="l";s[0]-=r[0];s[1]-=r[1];r[0]+=s[0];r[1]+=s[1]}if(o==="h"){r[0]+=s[0]}if(o==="H"){o="h";s[0]-=r[0];r[0]+=s[0]}if(o==="v"){r[1]+=s[0]}if(o==="V"){o="v";s[0]-=r[1];r[1]+=s[0]}if(o==="c"){r[0]+=s[4];r[1]+=s[5]}if(o==="C"){o="c";s[0]-=r[0];s[1]-=r[1];s[2]-=r[0];s[3]-=r[1];s[4]-=r[0];s[5]-=r[1];r[0]+=s[4];r[1]+=s[5]}if(o==="s"){r[0]+=s[2];r[1]+=s[3]}if(o==="S"){o="s";s[0]-=r[0];s[1]-=r[1];s[2]-=r[0];s[3]-=r[1];r[0]+=s[2];r[1]+=s[3]}if(o==="q"){r[0]+=s[2];r[1]+=s[3]}if(o==="Q"){o="q";s[0]-=r[0];s[1]-=r[1];s[2]-=r[0];s[3]-=r[1];r[0]+=s[2];r[1]+=s[3]}if(o==="t"){r[0]+=s[0];r[1]+=s[1]}if(o==="T"){o="t";s[0]-=r[0];s[1]-=r[1];r[0]+=s[0];r[1]+=s[1]}if(o==="a"){r[0]+=s[5];r[1]+=s[6]}if(o==="A"){o="a";s[5]-=r[0];s[6]-=r[1];r[0]+=s[5];r[1]+=s[6]}if(o==="Z"||o==="z"){r[0]=t[0];r[1]=t[1]}a.command=o;a.args=s;a.base=n;a.coords=[r[0],r[1]];n=a.coords}return e};function filters(e,t,{maybeHasStrokeAndLinecap:r,hasMarkerMid:n}){var i=data2Path.bind(null,t),a=[0,0],o=[0,0],s={};e=e.filter((function(e,l,c){let u=e.command;let m=e.args;let f=c[l+1];if(u!=="Z"&&u!=="z"){var h=m,y;if(u==="s"){h=[0,0].concat(m);var b=s.args,v=b.length;h[0]=b[v-2]-b[v-4];h[1]=b[v-1]-b[v-3]}if(t.makeArcs&&(u=="c"||u=="s")&&isConvex(h)&&(y=findCircle(h))){var S=d([y.radius])[0],x=findArcAngle(h,y),k=h[5]*h[0]-h[4]*h[1]>0?1:0,C={command:"a",args:[S,S,0,0,k,h[4],h[5]],coords:e.coords.slice(),base:e.base},w=[C],T=[y.center[0]-h[4],y.center[1]-h[5]],E={center:T,radius:y.radius},A=[e],O=0,P="",_;if(s.command=="c"&&isConvex(s.args)&&isArcPrev(s.args,y)||s.command=="a"&&s.sdata&&isArcPrev(s.sdata,y)){A.unshift(s);C.base=s.base;C.args[5]=C.coords[0]-C.base[0];C.args[6]=C.coords[1]-C.base[1];var L=s.command=="a"?s.sdata:s.args;var N=findArcAngle(L,{center:[L[4]+y.center[0],L[5]+y.center[1]],radius:y.radius});x+=N;if(x>Math.PI)C.args[3]=1;O=1}for(var M=l;(f=c[++M])&&~"cs".indexOf(f.command);){var z=f.args;if(f.command=="s"){_=makeLonghand({command:"s",args:f.args.slice()},c[M-1].args);z=_.args;_.args=z.slice(0,2);P=i([_])}if(isConvex(z)&&isArc(z,E)){x+=findArcAngle(z,E);if(x-2*Math.PI>.001)break;if(x>Math.PI)C.args[3]=1;A.push(f);if(2*Math.PI-x>.001){C.coords=f.coords;C.args[5]=C.coords[0]-C.base[0];C.args[6]=C.coords[1]-C.base[1]}else{C.args[5]=2*(E.center[0]-z[4]);C.args[6]=2*(E.center[1]-z[5]);C.coords=[C.base[0]+C.args[5],C.base[1]+C.args[6]];C={command:"a",args:[S,S,0,0,k,f.coords[0]-C.coords[0],f.coords[1]-C.coords[1]],coords:f.coords,base:C.coords};w.push(C);M++;break}T[0]-=z[4];T[1]-=z[5]}else break}if((i(w)+P).length<i(A).length){if(c[M]&&c[M].command=="s"){makeLonghand(c[M],c[M-1].args)}if(O){var D=w.shift();d(D.args);a[0]+=D.args[5]-s.args[s.args.length-2];a[1]+=D.args[6]-s.args[s.args.length-1];s.command="a";s.args=D.args;e.base=s.coords=D.coords}C=w.shift();if(A.length==1){e.sdata=h.slice()}else if(A.length-1-O>0){c.splice.apply(c,[l+1,A.length-1-O].concat(w))}if(!C)return false;u="a";m=C.args;e.coords=C.coords}}if(p!==false){if(u==="m"||u==="l"||u==="t"||u==="q"||u==="s"||u==="c"){for(var W=m.length;W--;){m[W]+=e.base[W%2]-a[W%2]}}else if(u=="h"){m[0]+=e.base[0]-a[0]}else if(u=="v"){m[0]+=e.base[1]-a[1]}else if(u=="a"){m[5]+=e.base[0]-a[0];m[6]+=e.base[1]-a[1]}d(m);if(u=="h")a[0]+=m[0];else if(u=="v")a[1]+=m[0];else{a[0]+=m[m.length-2];a[1]+=m[m.length-1]}d(a);if(u==="M"||u==="m"){o[0]=a[0];o[1]=a[1]}}if(t.straightCurves){if(u==="c"&&isCurveStraightLine(m)||u==="s"&&isCurveStraightLine(h)){if(f&&f.command=="s")makeLonghand(f,m);u="l";m=m.slice(-2)}else if(u==="q"&&isCurveStraightLine(m)){if(f&&f.command=="t")makeLonghand(f,m);u="l";m=m.slice(-2)}else if(u==="t"&&s.command!=="q"&&s.command!=="t"){u="l";m=m.slice(-2)}else if(u==="a"&&(m[0]===0||m[1]===0)){u="l";m=m.slice(-2)}}if(t.lineShorthands&&u==="l"){if(m[1]===0){u="h";m.pop()}else if(m[0]===0){u="v";m.shift()}}if(t.collapseRepeated&&n===false&&(u==="m"||u==="h"||u==="v")&&s.command&&u==s.command.toLowerCase()&&(u!="h"&&u!="v"||s.args[0]>=0==m[0]>=0)){s.args[0]+=m[0];if(u!="h"&&u!="v"){s.args[1]+=m[1]}s.coords=e.coords;c[l]=s;return false}if(t.curveSmoothShorthands&&s.command){if(u==="c"){if(s.command==="c"&&m[0]===-(s.args[2]-s.args[4])&&m[1]===-(s.args[3]-s.args[5])){u="s";m=m.slice(2)}else if(s.command==="s"&&m[0]===-(s.args[0]-s.args[2])&&m[1]===-(s.args[1]-s.args[3])){u="s";m=m.slice(2)}else if(s.command!=="c"&&s.command!=="s"&&m[0]===0&&m[1]===0){u="s";m=m.slice(2)}}else if(u==="q"){if(s.command==="q"&&m[0]===s.args[2]-s.args[0]&&m[1]===s.args[3]-s.args[1]){u="t";m=m.slice(2)}else if(s.command==="t"&&m[2]===s.args[0]&&m[3]===s.args[1]){u="t";m=m.slice(2)}}}if(t.removeUseless&&!r){if((u==="l"||u==="h"||u==="v"||u==="q"||u==="t"||u==="c"||u==="s")&&m.every((function(e){return e===0}))){c[l]=s;return false}if(u==="a"&&m[5]===0&&m[6]===0){c[l]=s;return false}}e.command=u;e.args=m;s=e}else{a[0]=o[0];a[1]=o[1];if(s.command==="Z"||s.command==="z")return false;s=e}return true}));return e}function convertToMixed(e,t){var r=e[0];e=e.filter((function(e,n){if(n==0)return true;if(e.command==="Z"||e.command==="z"){r=e;return true}var i=e.command,a=e.args,o=a.slice();if(i==="m"||i==="l"||i==="t"||i==="q"||i==="s"||i==="c"){for(var s=o.length;s--;){o[s]+=e.base[s%2]}}else if(i=="h"){o[0]+=e.base[0]}else if(i=="v"){o[0]+=e.base[1]}else if(i=="a"){o[5]+=e.base[0];o[6]+=e.base[1]}d(o);var l=u(o,t),c=u(a,t);if(t.forceAbsolutePath||l.length<c.length&&!(t.negativeExtraSpace&&i==r.command&&r.command.charCodeAt(0)>96&&l.length==c.length-1&&(a[0]<0||/^0\./.test(a[0])&&r.args[r.args.length-1]%1))){e.command=i.toUpperCase();e.args=o}r=e;return true}));return e}function isConvex(e){var t=getIntersection([0,0,e[2],e[3],e[0],e[1],e[4],e[5]]);return t!=null&&e[2]<t[0]==t[0]<0&&e[3]<t[1]==t[1]<0&&e[4]<t[0]==t[0]<e[0]&&e[5]<t[1]==t[1]<e[1]}function getIntersection(e){var t=e[1]-e[3],r=e[2]-e[0],n=e[0]*e[3]-e[2]*e[1],i=e[5]-e[7],a=e[6]-e[4],o=e[4]*e[7]-e[5]*e[6],s=t*a-i*r;if(!s)return;var l=[(r*o-a*n)/s,(t*o-i*n)/-s];if(!isNaN(l[0])&&!isNaN(l[1])&&isFinite(l[0])&&isFinite(l[1])){return l}}function strongRound(e){for(var t=e.length;t-- >0;){if(e[t].toFixed(p)!=e[t]){var r=+e[t].toFixed(p-1);e[t]=+Math.abs(r-e[t]).toFixed(p+1)>=m?+e[t].toFixed(p):r}}return e}function round(e){for(var t=e.length;t-- >0;){e[t]=Math.round(e[t])}return e}function isCurveStraightLine(e){var t=e.length-2,r=-e[t+1],n=e[t],i=1/(r*r+n*n);if(t<=1||!isFinite(i))return false;while((t-=2)>=0){if(Math.sqrt(Math.pow(r*e[t]+n*e[t+1],2)*i)>m)return false}return true}function makeLonghand(e,t){switch(e.command){case"s":e.command="c";break;case"t":e.command="q";break}e.args.unshift(t[t.length-2]-t[t.length-4],t[t.length-1]-t[t.length-3]);return e}function getDistance(e,t){return Math.hypot(e[0]-t[0],e[1]-t[1])}function getCubicBezierPoint(e,t){var r=t*t,n=r*t,i=1-t,a=i*i;return[3*a*t*e[0]+3*i*r*e[2]+n*e[4],3*a*t*e[1]+3*i*r*e[3]+n*e[5]]}function findCircle(e){var t=getCubicBezierPoint(e,1/2),r=[t[0]/2,t[1]/2],n=[(t[0]+e[4])/2,(t[1]+e[5])/2],i=getIntersection([r[0],r[1],r[0]+r[1],r[1]-r[0],n[0],n[1],n[0]+(n[1]-t[1]),n[1]-(n[0]-t[0])]),a=i&&getDistance([0,0],i),o=Math.min(f*m,h*a/100);if(i&&a<1e15&&[1/4,3/4].every((function(t){return Math.abs(getDistance(getCubicBezierPoint(e,t),i)-a)<=o})))return{center:i,radius:a}}function isArc(e,t){var r=Math.min(f*m,h*t.radius/100);return[0,1/4,1/2,3/4,1].every((function(n){return Math.abs(getDistance(getCubicBezierPoint(e,n),t.center)-t.radius)<=r}))}function isArcPrev(e,t){return isArc(e,{center:[t.center[0]+e[4],t.center[1]+e[5]],radius:t.radius})}function findArcAngle(e,t){var r=-t.center[0],n=-t.center[1],i=e[4]-t.center[0],a=e[5]-t.center[1];return Math.acos((r*i+n*a)/Math.sqrt((r*r+n*n)*(i*i+a*a)))}function data2Path(e,t){return t.reduce((function(t,r){var n="";if(r.args){n=u(d(r.args.slice()),e)}return t+r.command+n}),"")}},1370:(e,t,r)=>{"use strict";const{stringifyPathData:n}=r(2491);const{detachNodeFromParent:i}=r(5673);t.name="convertShapeToPath";t.description="converts basic shapes to more compact path form";const a=/[-+]?(?:\d*\.\d+|\d+\.?)(?:[eE][-+]?\d+)?/g;t.fn=(e,t)=>{const{convertArcs:r=false,floatPrecision:o}=t;return{element:{enter:(e,t)=>{if(e.name==="rect"&&e.attributes.width!=null&&e.attributes.height!=null&&e.attributes.rx==null&&e.attributes.ry==null){const t=Number(e.attributes.x||"0");const r=Number(e.attributes.y||"0");const i=Number(e.attributes.width);const a=Number(e.attributes.height);if(Number.isNaN(t-r+i-a))return;const s=[{command:"M",args:[t,r]},{command:"H",args:[t+i]},{command:"V",args:[r+a]},{command:"H",args:[t]},{command:"z",args:[]}];e.name="path";e.attributes.d=n({pathData:s,precision:o});delete e.attributes.x;delete e.attributes.y;delete e.attributes.width;delete e.attributes.height}if(e.name==="line"){const t=Number(e.attributes.x1||"0");const r=Number(e.attributes.y1||"0");const i=Number(e.attributes.x2||"0");const a=Number(e.attributes.y2||"0");if(Number.isNaN(t-r+i-a))return;const s=[{command:"M",args:[t,r]},{command:"L",args:[i,a]}];e.name="path";e.attributes.d=n({pathData:s,precision:o});delete e.attributes.x1;delete e.attributes.y1;delete e.attributes.x2;delete e.attributes.y2}if((e.name==="polyline"||e.name==="polygon")&&e.attributes.points!=null){const r=(e.attributes.points.match(a)||[]).map(Number);if(r.length<4){i(e,t);return}const s=[];for(let e=0;e<r.length;e+=2){s.push({command:e===0?"M":"L",args:r.slice(e,e+2)})}if(e.name==="polygon"){s.push({command:"z",args:[]})}e.name="path";e.attributes.d=n({pathData:s,precision:o});delete e.attributes.points}if(e.name==="circle"&&r){const t=Number(e.attributes.cx||"0");const r=Number(e.attributes.cy||"0");const i=Number(e.attributes.r||"0");if(Number.isNaN(t-r+i)){return}const a=[{command:"M",args:[t,r-i]},{command:"A",args:[i,i,0,1,0,t,r+i]},{command:"A",args:[i,i,0,1,0,t,r-i]},{command:"z",args:[]}];e.name="path";e.attributes.d=n({pathData:a,precision:o});delete e.attributes.cx;delete e.attributes.cy;delete e.attributes.r}if(e.name==="ellipse"&&r){const t=Number(e.attributes.cx||"0");const r=Number(e.attributes.cy||"0");const i=Number(e.attributes.rx||"0");const a=Number(e.attributes.ry||"0");if(Number.isNaN(t-r+i-a)){return}const s=[{command:"M",args:[t,r-a]},{command:"A",args:[i,a,0,1,0,t,r+a]},{command:"A",args:[i,a,0,1,0,t,r-a]},{command:"z",args:[]}];e.name="path";e.attributes.d=n({pathData:s,precision:o});delete e.attributes.cx;delete e.attributes.cy;delete e.attributes.rx;delete e.attributes.ry}}}}}},2140:(e,t,r)=>{"use strict";const{attrsGroups:n}=r(8203);t.name="convertStyleToAttrs";t.description="converts style to attributes";const g=(...e)=>"(?:"+e.join("|")+")";const i=n.presentation;const a="\\\\(?:[0-9a-f]{1,6}\\s?|\\r\\n|.)";const o="\\s*("+g("[^:;\\\\]",a)+"*?)\\s*";const s="'(?:[^'\\n\\r\\\\]|"+a+")*?(?:'|$)";const l='"(?:[^"\\n\\r\\\\]|'+a+')*?(?:"|$)';const c=new RegExp("^"+g(s,l)+"$");const u="\\("+g("[^'\"()\\\\]+",a,s,l)+"*?"+"\\)";const d="\\s*("+g("[^!'\"();\\\\]+?",a,s,l,u,"[^;]*?")+"*?"+")";const p="\\s*(?:;\\s*|$)";const m="(\\s*!important(?![-(\\w]))?";const f=new RegExp(o+":"+d+m+p,"ig");const h=new RegExp(g(a,s,l,"/\\*[^]*?\\*/"),"ig");t.fn=(e,t)=>{const{keepImportant:r=false}=t;return{element:{enter:e=>{if(e.attributes.style!=null){let n=[];const a={};const o=e.attributes.style.replace(h,(e=>e[0]=="/"?"":e[0]=="\\"&&/[-g-z]/i.test(e[1])?e[1]:e));f.lastIndex=0;for(var t;t=f.exec(o);){if(!r||!t[3]){n.push([t[1],t[2]])}}if(n.length){n=n.filter((function(e){if(e[0]){var t=e[0].toLowerCase(),r=e[1];if(c.test(r)){r=r.slice(1,-1)}if(i.includes(t)){a[t]=r;return false}}return true}));Object.assign(e.attributes,a);if(n.length){e.attributes.style=n.map((e=>e.join(":"))).join(";")}else{delete e.attributes.style}}}}}}}},7496:(e,t,r)=>{"use strict";const{cleanupOutData:n}=r(4536);const{transform2js:i,transformsMultiply:a,matrixToTransform:o}=r(9215);t.name="convertTransform";t.description="collapses multiple transformations and optimizes it";t.fn=(e,t)=>{const{convertToShorts:r=true,degPrecision:n,floatPrecision:i=3,transformPrecision:a=5,matrixToTransform:o=true,shortTranslate:s=true,shortScale:l=true,shortRotate:c=true,removeUseless:u=true,collapseIntoOne:d=true,leadingZero:p=true,negativeExtraSpace:m=false}=t;const f={convertToShorts:r,degPrecision:n,floatPrecision:i,transformPrecision:a,matrixToTransform:o,shortTranslate:s,shortScale:l,shortRotate:c,removeUseless:u,collapseIntoOne:d,leadingZero:p,negativeExtraSpace:m};return{element:{enter:e=>{if(e.attributes.transform!=null){convertTransform(e,"transform",f)}if(e.attributes.gradientTransform!=null){convertTransform(e,"gradientTransform",f)}if(e.attributes.patternTransform!=null){convertTransform(e,"patternTransform",f)}}}}};const convertTransform=(e,t,r)=>{let n=i(e.attributes[t]);r=definePrecision(n,r);if(r.collapseIntoOne&&n.length>1){n=[a(n)]}if(r.convertToShorts){n=convertToShorts(n,r)}else{n.forEach((e=>roundTransform(e,r)))}if(r.removeUseless){n=removeUseless(n)}if(n.length){e.attributes[t]=js2transform(n,r)}else{delete e.attributes[t]}};const definePrecision=(e,{...t})=>{const r=[];for(const t of e){if(t.name=="matrix"){r.push(...t.data.slice(0,4))}}let n=t.transformPrecision;if(r.length){t.transformPrecision=Math.min(t.transformPrecision,Math.max.apply(Math,r.map(floatDigits))||t.transformPrecision);n=Math.max.apply(Math,r.map((e=>e.toString().replace(/\D+/g,"").length)))}if(t.degPrecision==null){t.degPrecision=Math.max(0,Math.min(t.floatPrecision,n-2))}return t};const degRound=(e,t)=>{if(t.degPrecision!=null&&t.degPrecision>=1&&t.floatPrecision<20){return smartRound(t.degPrecision,e)}else{return round(e)}};const floatRound=(e,t)=>{if(t.floatPrecision>=1&&t.floatPrecision<20){return smartRound(t.floatPrecision,e)}else{return round(e)}};const transformRound=(e,t)=>{if(t.transformPrecision>=1&&t.floatPrecision<20){return smartRound(t.transformPrecision,e)}else{return round(e)}};const floatDigits=e=>{const t=e.toString();return t.slice(t.indexOf(".")).length-1};const convertToShorts=(e,t)=>{for(var r=0;r<e.length;r++){var n=e[r];if(t.matrixToTransform&&n.name==="matrix"){var i=o(n,t);if(js2transform(i,t).length<=js2transform([n],t).length){e.splice(r,1,...i)}n=e[r]}roundTransform(n,t);if(t.shortTranslate&&n.name==="translate"&&n.data.length===2&&!n.data[1]){n.data.pop()}if(t.shortScale&&n.name==="scale"&&n.data.length===2&&n.data[0]===n.data[1]){n.data.pop()}if(t.shortRotate&&e[r-2]&&e[r-2].name==="translate"&&e[r-1].name==="rotate"&&e[r].name==="translate"&&e[r-2].data[0]===-e[r].data[0]&&e[r-2].data[1]===-e[r].data[1]){e.splice(r-2,3,{name:"rotate",data:[e[r-1].data[0],e[r-2].data[0],e[r-2].data[1]]});r-=2}}return e};const removeUseless=e=>e.filter((e=>{if(["translate","rotate","skewX","skewY"].indexOf(e.name)>-1&&(e.data.length==1||e.name=="rotate")&&!e.data[0]||e.name=="translate"&&!e.data[0]&&!e.data[1]||e.name=="scale"&&e.data[0]==1&&(e.data.length<2||e.data[1]==1)||e.name=="matrix"&&e.data[0]==1&&e.data[3]==1&&!(e.data[1]||e.data[2]||e.data[4]||e.data[5])){return false}return true}));const js2transform=(e,t)=>{var r="";e.forEach((e=>{roundTransform(e,t);r+=(r&&" ")+e.name+"("+n(e.data,t)+")"}));return r};const roundTransform=(e,t)=>{switch(e.name){case"translate":e.data=floatRound(e.data,t);break;case"rotate":e.data=[...degRound(e.data.slice(0,1),t),...floatRound(e.data.slice(1),t)];break;case"skewX":case"skewY":e.data=degRound(e.data,t);break;case"scale":e.data=transformRound(e.data,t);break;case"matrix":e.data=[...transformRound(e.data.slice(0,4),t),...floatRound(e.data.slice(4),t)];break}return e};const round=e=>e.map(Math.round);const smartRound=(e,t)=>{for(var r=t.length,n=+Math.pow(.1,e).toFixed(e);r--;){if(Number(t[r].toFixed(e))!==t[r]){var i=+t[r].toFixed(e-1);t[r]=+Math.abs(i-t[r]).toFixed(e+1)>=n?+t[r].toFixed(e):i}}return t}},5666:(e,t,r)=>{"use strict";const n=r(7352);const{syntax:{specificity:i}}=r(457);const{visitSkip:a,querySelectorAll:o,detachNodeFromParent:s}=r(5673);t.name="inlineStyles";t.description="inline styles (additional options)";const compareSpecificity=(e,t)=>{for(var r=0;r<4;r+=1){if(e[r]<t[r]){return-1}else if(e[r]>t[r]){return 1}}return 0};const toAny=e=>e;t.fn=(e,t)=>{const{onlyMatchedOnce:r=true,removeMatchedSelectors:l=true,useMqs:c=["","screen"],usePseudos:u=[""]}=t;const d=[];let p=[];return{element:{enter:(e,t)=>{if(e.name==="foreignObject"){return a}if(e.name!=="style"||e.children.length===0){return}if(e.attributes.type!=null&&e.attributes.type!==""&&e.attributes.type!=="text/css"){return}let r="";for(const t of e.children){if(t.type==="text"||t.type==="cdata"){r+=t.value}}let i=null;try{i=n.parse(r,{parseValue:false,parseCustomProperty:false})}catch{return}if(i.type==="StyleSheet"){d.push({node:e,parentNode:t,cssAst:i})}n.walk(i,{visit:"Selector",enter(e,t){const r=this.atrule;const i=this.rule;if(i==null){return}let a="";if(r!=null){a=r.name;if(r.prelude!=null){a+=` ${n.generate(r.prelude)}`}}if(c.includes(a)===false){return}const o=[];if(e.type==="Selector"){e.children.forEach(((e,t,r)=>{if(e.type==="PseudoClassSelector"||e.type==="PseudoElementSelector"){o.push({item:t,list:r})}}))}const s=n.generate({type:"Selector",children:(new n.List).fromArray(o.map((e=>e.item.data)))});if(u.includes(s)===false){return}for(const e of o){e.list.remove(e.item)}p.push({node:e,item:t,rule:i})}})}},root:{exit:()=>{if(d.length===0){return}const t=[...p].sort(((e,t)=>{const r=i(e.item.data);const n=i(t.item.data);return compareSpecificity(r,n)})).reverse();for(const i of t){const t=n.generate(i.item.data);const a=[];try{for(const r of o(e,t)){if(r.type==="element"){a.push(r)}}}catch(e){continue}if(a.length===0){continue}if(r&&a.length>1){continue}for(const e of a){const t=n.parse(e.attributes.style==null?"":e.attributes.style,{context:"declarationList",parseValue:false});if(t.type!=="DeclarationList"){continue}const r=new Map;n.walk(t,{visit:"Declaration",enter(e,t){r.set(e.property,t)}});n.walk(i.rule,{visit:"Declaration",enter(e){const n=r.get(e.property);const i=t.children.createItem(e);if(n==null){t.children.append(i)}else if(n.data.important!==true&&e.important===true){t.children.replace(n,i);r.set(e.property,i)}}});e.attributes.style=n.generate(t)}if(l&&a.length!==0&&i.rule.prelude.type==="SelectorList"){i.rule.prelude.children.remove(i.item)}i.matchedElements=a}if(l===false){return}for(const e of t){if(e.matchedElements==null){continue}if(r&&e.matchedElements.length>1){continue}for(const t of e.matchedElements){const r=new Set(t.attributes.class==null?null:t.attributes.class.split(" "));const n=toAny(e.node.children.first);if(n!=null&&n.type==="ClassSelector"){r.delete(n.name)}if(r.size===0){delete t.attributes.class}else{t.attributes.class=Array.from(r).join(" ")}if(n!=null&&n.type==="IdSelector"){if(t.attributes.id===n.name){delete t.attributes.id}}}}for(const e of d){n.walk(e.cssAst,{visit:"Rule",enter:function(e,t,r){if(e.type==="Rule"&&e.prelude.type==="SelectorList"&&toAny(e.prelude.children.isEmpty)){r.remove(t)}}});if(toAny(e.cssAst.children.isEmpty)){s(e.node,e.parentNode)}else{const t=e.node.children[0];if(t.type==="text"||t.type==="cdata"){t.value=n.generate(e.cssAst)}}}}}}}},5843:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);const{collectStylesheet:i,computeStyle:a}=r(260);const{path2js:o,js2path:s,intersects:l}=r(9030);t.name="mergePaths";t.description="merges multiple paths in one if possible";t.fn=(e,t)=>{const{force:r=false,floatPrecision:c,noSpaceAfterFlags:u=false}=t;const d=i(e);return{element:{enter:e=>{let t=null;for(const i of e.children){if(t==null||t.type!=="element"||t.name!=="path"||t.children.length!==0||t.attributes.d==null){t=i;continue}if(i.type!=="element"||i.name!=="path"||i.children.length!==0||i.attributes.d==null){t=i;continue}const p=a(d,i);if(p["marker-start"]||p["marker-mid"]||p["marker-end"]){t=i;continue}const m=Object.keys(t.attributes);const f=Object.keys(i.attributes);let h=m.length===f.length;for(const e of f){if(e!=="d"){if(t.attributes[e]==null||t.attributes[e]!==i.attributes[e]){h=false}}}const y=o(t);const b=o(i);if(h&&(r||!l(y,b))){s(t,y.concat(b),{floatPrecision:c,noSpaceAfterFlags:u});n(i,e);continue}t=i}}}}}},7667:(e,t,r)=>{"use strict";const{visitSkip:n,detachNodeFromParent:i}=r(5673);t.name="mergeStyles";t.description="merge multiple style elements into one";t.fn=()=>{let e=null;let t="";let r="text";return{element:{enter:(a,o)=>{if(a.name==="foreignObject"){return n}if(a.name!=="style"){return}if(a.attributes.type!=null&&a.attributes.type!==""&&a.attributes.type!=="text/css"){return}let s="";for(const e of a.children){if(e.type==="text"){s+=e.value}if(e.type==="cdata"){r="cdata";s+=e.value}}if(s.trim().length===0){i(a,o);return}if(a.attributes.media==null){t+=s}else{t+=`@media ${a.attributes.media}{${s}}`;delete a.attributes.media}if(e==null){e=a}else{i(a,o);const n={type:r,value:t};Object.defineProperty(n,"parentNode",{writable:true,value:e});e.children=[n]}}}}}},6984:(e,t,r)=>{"use strict";const n=r(457);t.name="minifyStyles";t.description="minifies styles and removes unused styles based on usage data";t.fn=(e,{usage:t,...r})=>{let i=true;let a=true;let o=true;let s=false;if(typeof t==="boolean"){i=t;a=t;o=t}else if(t){i=t.tags==null?true:t.tags;a=t.ids==null?true:t.ids;o=t.classes==null?true:t.classes;s=t.force==null?false:t.force}const l=[];const c=[];let u=false;const d=new Set;const p=new Set;const m=new Set;return{element:{enter:e=>{if(e.name==="script"){u=true}for(const t of Object.keys(e.attributes)){if(t.startsWith("on")){u=true}}d.add(e.name);if(e.attributes.id!=null){p.add(e.attributes.id)}if(e.attributes.class!=null){for(const t of e.attributes.class.split(/\s+/)){m.add(t)}}if(e.name==="style"&&e.children.length!==0){l.push(e)}else if(e.attributes.style!=null){c.push(e)}}},root:{exit:()=>{const e={};if(u===false||s===true){if(i&&d.size!==0){e.tags=Array.from(d)}if(a&&p.size!==0){e.ids=Array.from(p)}if(o&&m.size!==0){e.classes=Array.from(m)}}for(const t of l){if(t.children[0].type==="text"||t.children[0].type==="cdata"){const i=t.children[0].value;const a=n.minify(i,{...r,usage:e}).css;if(i.indexOf(">")>=0||i.indexOf("<")>=0){t.children[0].type="cdata";t.children[0].value=a}else{t.children[0].type="text";t.children[0].value=a}}}for(const e of c){const t=e.attributes.style;e.attributes.style=n.minifyBlock(t,{...r}).css}}}}}},6459:(e,t,r)=>{"use strict";const{visit:n}=r(5673);const{inheritableAttrs:i,pathElems:a}=r(8203);t.name="moveElemsAttrsToGroup";t.description="Move common attributes of group children to the group";t.fn=e=>{let t=false;n(e,{element:{enter:e=>{if(e.name==="style"){t=true}}}});return{element:{exit:e=>{if(e.name!=="g"||e.children.length<=1){return}if(t){return}const r=new Map;let n=true;let o=true;for(const t of e.children){if(t.type==="element"){if(a.includes(t.name)===false){o=false}if(n){n=false;for(const[e,n]of Object.entries(t.attributes)){if(i.includes(e)){r.set(e,n)}}}else{for(const[e,n]of r){if(t.attributes[e]!==n){r.delete(e)}}}}}if(e.attributes["clip-path"]!=null||e.attributes.mask!=null){r.delete("transform")}if(o){r.delete("transform")}for(const[t,n]of r){if(t==="transform"){if(e.attributes.transform!=null){e.attributes.transform=`${e.attributes.transform} ${n}`}else{e.attributes.transform=n}}else{e.attributes[t]=n}}for(const t of e.children){if(t.type==="element"){for(const[e]of r){delete t.attributes[e]}}}}}}}},6815:(e,t,r)=>{"use strict";const{pathElems:n,referencesProps:i}=r(8203);t.name="moveGroupAttrsToElems";t.description="moves some group attributes to the content elements";const a=[...n,"g","text"];t.fn=()=>({element:{enter:e=>{if(e.name==="g"&&e.children.length!==0&&e.attributes.transform!=null&&Object.entries(e.attributes).some((([e,t])=>i.includes(e)&&t.includes("url(")))===false&&e.children.every((e=>e.type==="element"&&a.includes(e.name)&&e.attributes.id==null))){for(const t of e.children){const r=e.attributes.transform;if(t.type==="element"){if(t.attributes.transform!=null){t.attributes.transform=`${r} ${t.attributes.transform}`}else{t.attributes.transform=r}}}delete e.attributes.transform}}}})},1029:(e,t,r)=>{"use strict";const n=r(7352);const{referencesProps:i}=r(8203);t.name="prefixIds";t.description="prefix IDs";const getBasename=e=>{const t=e.match(/[/\\]?([^/\\]+)$/);if(t){return t[1]}return""};const escapeIdentifierName=e=>e.replace(/[. ]/g,"_");const unquote=e=>{if(e.startsWith('"')&&e.endsWith('"')||e.startsWith("'")&&e.endsWith("'")){return e.slice(1,-1)}return e};const prefixId=(e,t)=>{if(t.startsWith(e)){return t}return e+t};const prefixReference=(e,t)=>{if(t.startsWith("#")){return"#"+prefixId(e,t.slice(1))}return null};const toAny=e=>e;t.fn=(e,t,r)=>{const{delim:a="__",prefixIds:o=true,prefixClassNames:s=true}=t;return{element:{enter:e=>{let l="prefix"+a;if(typeof t.prefix==="function"){l=t.prefix(e,r)+a}else if(typeof t.prefix==="string"){l=t.prefix+a}else if(t.prefix===false){l=""}else if(r.path!=null&&r.path.length>0){l=escapeIdentifierName(getBasename(r.path))+a}if(e.name==="style"){if(e.children.length===0){return}let t="";if(e.children[0].type==="text"||e.children[0].type==="cdata"){t=e.children[0].value}let r=null;try{r=n.parse(t,{parseValue:true,parseCustomProperty:false})}catch{return}n.walk(r,(e=>{if(o&&e.type==="IdSelector"||s&&e.type==="ClassSelector"){e.name=prefixId(l,e.name);return}if(e.type==="Url"&&toAny(e.value).length>0){const t=prefixReference(l,unquote(toAny(e.value)));if(t!=null){toAny(e).value=t}}}));if(e.children[0].type==="text"||e.children[0].type==="cdata"){e.children[0].value=n.generate(r)}return}if(o&&e.attributes.id!=null&&e.attributes.id.length!==0){e.attributes.id=prefixId(l,e.attributes.id)}if(s&&e.attributes.class!=null&&e.attributes.class.length!==0){e.attributes.class=e.attributes.class.split(/\s+/).map((e=>prefixId(l,e))).join(" ")}for(const t of["href","xlink:href"]){if(e.attributes[t]!=null&&e.attributes[t].length!==0){const r=prefixReference(l,e.attributes[t]);if(r!=null){e.attributes[t]=r}}}for(const t of i){if(e.attributes[t]!=null&&e.attributes[t].length!==0){e.attributes[t]=e.attributes[t].replace(/url\((.*?)\)/gi,((e,t)=>{const r=prefixReference(l,t);if(r==null){return e}return`url(${r})`}))}}for(const t of["begin","end"]){if(e.attributes[t]!=null&&e.attributes[t].length!==0){const r=e.attributes[t].split(/\s*;\s+/).map((e=>{if(e.endsWith(".end")||e.endsWith(".start")){const[t,r]=e.split(".");return`${prefixId(l,t)}.${r}`}return e}));e.attributes[t]=r.join("; ")}}}}}}},8265:(e,t,r)=>{"use strict";const{createPreset:n}=r(1158);const i=r(2987);const a=r(8346);const o=r(5138);const s=r(1866);const l=r(2228);const c=r(3479);const u=r(7667);const d=r(5666);const p=r(6984);const m=r(1758);const f=r(3961);const h=r(8294);const y=r(5749);const b=r(7421);const v=r(7192);const S=r(1903);const x=r(3324);const k=r(6395);const C=r(8684);const w=r(3931);const T=r(1370);const E=r(8026);const A=r(6459);const O=r(6815);const P=r(1898);const _=r(541);const L=r(7496);const N=r(7461);const M=r(6088);const z=r(5843);const D=r(8115);const W=r(3444);const I=r(9240);const q=r(8112);const R=r(1534);const B=n({name:"preset-default",plugins:[i,a,o,s,l,c,u,d,p,m,f,h,y,b,v,S,x,k,C,w,T,E,A,O,P,_,L,N,M,z,D,W,I,q,R]});e.exports=B},9203:(e,t,r)=>{"use strict";const{querySelectorAll:n}=r(5673);t.name="removeAttributesBySelector";t.description="removes attributes of elements that match a css selector";t.fn=(e,t)=>{const r=Array.isArray(t.selectors)?t.selectors:[t];for(const{selector:t,attributes:i}of r){const r=n(e,t);for(const e of r){if(e.type==="element"){if(Array.isArray(i)){for(const t of i){delete e.attributes[t]}}else{delete e.attributes[i]}}}}return{}}},738:(e,t)=>{"use strict";t.name="removeAttrs";t.description="removes specified attributes";const r=":";const n=`Warning: The plugin "removeAttrs" requires the "attrs" parameter.\nIt should have a pattern to remove, otherwise the plugin is a noop.\nConfig example:\n\nplugins: [\n {\n name: "removeAttrs",\n params: {\n attrs: "(fill|stroke)"\n }\n }\n]\n`;t.fn=(e,t)=>{if(typeof t.attrs=="undefined"){console.warn(n);return null}const i=typeof t.elemSeparator=="string"?t.elemSeparator:r;const a=typeof t.preserveCurrentColor=="boolean"?t.preserveCurrentColor:false;const o=Array.isArray(t.attrs)?t.attrs:[t.attrs];return{element:{enter:e=>{for(let t of o){if(t.includes(i)===false){t=[".*",i,t,i,".*"].join("")}else if(t.split(i).length<3){t=[t,i,".*"].join("")}const r=t.split(i).map((e=>{if(e==="*"){e=".*"}return new RegExp(["^",e,"$"].join(""),"i")}));if(r[0].test(e.name)){for(const[t,n]of Object.entries(e.attributes)){const i=a&&t=="fill"&&n=="currentColor";const o=a&&t=="stroke"&&n=="currentColor";if(!i&&!o&&r[1].test(t)&&r[2].test(n)){delete e.attributes[t]}}}}}}}}},5138:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeComments";t.description="removes comments";t.fn=()=>({comment:{enter:(e,t)=>{if(e.value.charAt(0)!=="!"){n(e,t)}}}})},1534:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeDesc";t.description="removes <desc>";const i=/^(Created with|Created using)/;t.fn=(e,t)=>{const{removeAny:r=true}=t;return{element:{enter:(e,t)=>{if(e.name==="desc"){if(r||e.children.length===0||e.children[0].type==="text"&&i.test(e.children[0].value)){n(e,t)}}}}}}},2698:(e,t)=>{"use strict";t.name="removeDimensions";t.description="removes width and height in presence of viewBox (opposite to removeViewBox, disable it first)";t.fn=()=>({element:{enter:e=>{if(e.name==="svg"){if(e.attributes.viewBox!=null){delete e.attributes.width;delete e.attributes.height}else if(e.attributes.width!=null&&e.attributes.height!=null&&Number.isNaN(Number(e.attributes.width))===false&&Number.isNaN(Number(e.attributes.height))===false){const t=Number(e.attributes.width);const r=Number(e.attributes.height);e.attributes.viewBox=`0 0 ${t} ${r}`;delete e.attributes.width;delete e.attributes.height}}}}})},2987:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeDoctype";t.description="removes doctype declaration";t.fn=()=>({doctype:{enter:(e,t)=>{n(e,t)}}})},2228:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);const{editorNamespaces:i}=r(8203);t.name="removeEditorsNSData";t.description="removes editors namespaces, elements and attributes";t.fn=(e,t)=>{let r=i;if(Array.isArray(t.additionalNamespaces)){r=[...i,...t.additionalNamespaces]}const a=[];return{element:{enter:(e,t)=>{if(e.name==="svg"){for(const[t,n]of Object.entries(e.attributes)){if(t.startsWith("xmlns:")&&r.includes(n)){a.push(t.slice("xmlns:".length));delete e.attributes[t]}}}for(const t of Object.keys(e.attributes)){if(t.includes(":")){const[r]=t.split(":");if(a.includes(r)){delete e.attributes[t]}}}if(e.name.includes(":")){const[r]=e.name.split(":");if(a.includes(r)){n(e,t)}}}}}}},975:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeElementsByAttr";t.description="removes arbitrary elements by ID or className (disabled by default)";t.fn=(e,t)=>{const r=t.id==null?[]:Array.isArray(t.id)?t.id:[t.id];const i=t.class==null?[]:Array.isArray(t.class)?t.class:[t.class];return{element:{enter:(e,t)=>{if(e.attributes.id!=null&&r.length!==0){if(r.includes(e.attributes.id)){n(e,t)}}if(e.attributes.class&&i.length!==0){const r=e.attributes.class.split(" ");for(const a of i){if(r.includes(a)){n(e,t);break}}}}}}}},7461:(e,t,r)=>{"use strict";const{attrsGroups:n}=r(8203);t.name="removeEmptyAttrs";t.description="removes empty attributes";t.fn=()=>({element:{enter:e=>{for(const[t,r]of Object.entries(e.attributes)){if(r===""&&n.conditionalProcessing.includes(t)===false){delete e.attributes[t]}}}}})},6088:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);const{elemsGroups:i}=r(8203);t.name="removeEmptyContainers";t.description="removes empty container elements";t.fn=()=>({element:{exit:(e,t)=>{if(e.name==="svg"||i.container.includes(e.name)===false||e.children.length!==0){return}if(e.name==="pattern"&&Object.keys(e.attributes).length!==0){return}if(e.name==="g"&&e.attributes.filter!=null){return}if(e.name==="mask"&&e.attributes.id!=null){return}n(e,t)}}})},3931:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeEmptyText";t.description="removes empty <text> elements";t.fn=(e,t)=>{const{text:r=true,tspan:i=true,tref:a=true}=t;return{element:{enter:(e,t)=>{if(r&&e.name==="text"&&e.children.length===0){n(e,t)}if(i&&e.name==="tspan"&&e.children.length===0){n(e,t)}if(a&&e.name==="tref"&&e.attributes["xlink:href"]==null){n(e,t)}}}}}},8684:(e,t,r)=>{"use strict";const{visit:n,visitSkip:i,querySelector:a,detachNodeFromParent:o}=r(5673);const{collectStylesheet:s,computeStyle:l}=r(260);const{parsePathData:c}=r(2491);t.name="removeHiddenElems";t.description="removes hidden elements (zero sized, with absent attributes)";t.fn=(e,t)=>{const{isHidden:r=true,displayNone:u=true,opacity0:d=true,circleR0:p=true,ellipseRX0:m=true,ellipseRY0:f=true,rectWidth0:h=true,rectHeight0:y=true,patternWidth0:b=true,patternHeight0:v=true,imageWidth0:S=true,imageHeight0:x=true,pathEmptyD:k=true,polylineEmptyPoints:C=true,polygonEmptyPoints:w=true}=t;const T=s(e);n(e,{element:{enter:(e,t)=>{if(e.name==="clipPath"){return i}const r=l(T,e);if(d&&r.opacity&&r.opacity.type==="static"&&r.opacity.value==="0"){o(e,t);return}}}});return{element:{enter:(e,t)=>{const n=l(T,e);if(r&&n.visibility&&n.visibility.type==="static"&&n.visibility.value==="hidden"&&a(e,"[visibility=visible]")==null){o(e,t);return}if(u&&n.display&&n.display.type==="static"&&n.display.value==="none"&&e.name!=="marker"){o(e,t);return}if(p&&e.name==="circle"&&e.children.length===0&&e.attributes.r==="0"){o(e,t);return}if(m&&e.name==="ellipse"&&e.children.length===0&&e.attributes.rx==="0"){o(e,t);return}if(f&&e.name==="ellipse"&&e.children.length===0&&e.attributes.ry==="0"){o(e,t);return}if(h&&e.name==="rect"&&e.children.length===0&&e.attributes.width==="0"){o(e,t);return}if(y&&h&&e.name==="rect"&&e.children.length===0&&e.attributes.height==="0"){o(e,t);return}if(b&&e.name==="pattern"&&e.attributes.width==="0"){o(e,t);return}if(v&&e.name==="pattern"&&e.attributes.height==="0"){o(e,t);return}if(S&&e.name==="image"&&e.attributes.width==="0"){o(e,t);return}if(x&&e.name==="image"&&e.attributes.height==="0"){o(e,t);return}if(k&&e.name==="path"){if(e.attributes.d==null){o(e,t);return}const r=c(e.attributes.d);if(r.length===0){o(e,t);return}if(r.length===1&&n["marker-start"]==null&&n["marker-end"]==null){o(e,t);return}return}if(C&&e.name==="polyline"&&e.attributes.points==null){o(e,t);return}if(w&&e.name==="polygon"&&e.attributes.points==null){o(e,t);return}}}}}},1866:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeMetadata";t.description="removes <metadata>";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="metadata"){n(e,t)}}}})},7192:(e,t,r)=>{"use strict";const{inheritableAttrs:n,attrsGroups:i,presentationNonInheritableGroupAttrs:a}=r(8203);t.name="removeNonInheritableGroupAttrs";t.description="removes non-inheritable group’s presentational attributes";t.fn=()=>({element:{enter:e=>{if(e.name==="g"){for(const t of Object.keys(e.attributes)){if(i.presentation.includes(t)===true&&n.includes(t)===false&&a.includes(t)===false){delete e.attributes[t]}}}}}})},9171:(e,t,r)=>{"use strict";const{visitSkip:n,detachNodeFromParent:i}=r(5673);const{parsePathData:a}=r(2491);const{intersects:o}=r(9030);t.name="removeOffCanvasPaths";t.description="removes elements that are drawn outside of the viewbox (disabled by default)";t.fn=()=>{let e=null;return{element:{enter:(t,r)=>{if(t.name==="svg"&&r.type==="root"){let r="";if(t.attributes.viewBox!=null){r=t.attributes.viewBox}else if(t.attributes.height!=null&&t.attributes.width!=null){r=`0 0 ${t.attributes.width} ${t.attributes.height}`}r=r.replace(/[,+]|px/g," ").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"");const n=/^(-?\d*\.?\d+) (-?\d*\.?\d+) (\d*\.?\d+) (\d*\.?\d+)$/.exec(r);if(n==null){return}const i=Number.parseFloat(n[1]);const a=Number.parseFloat(n[2]);const o=Number.parseFloat(n[3]);const s=Number.parseFloat(n[4]);e={left:i,top:a,right:i+o,bottom:a+s,width:o,height:s}}if(t.attributes.transform!=null){return n}if(t.name==="path"&&t.attributes.d!=null&&e!=null){const n=a(t.attributes.d);let s=false;for(const t of n){if(t.command==="M"){const[r,n]=t.args;if(r>=e.left&&r<=e.right&&n>=e.top&&n<=e.bottom){s=true}}}if(s){return}if(n.length===2){n.push({command:"z",args:[]})}const{left:l,top:c,width:u,height:d}=e;const p=[{command:"M",args:[l,c]},{command:"h",args:[u]},{command:"v",args:[d]},{command:"H",args:[l]},{command:"z",args:[]}];if(o(p,n)===false){i(t,r)}}}}}}},1860:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeRasterImages";t.description="removes raster images (disabled by default)";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="image"&&e.attributes["xlink:href"]!=null&&/(\.|image\/)(jpg|png|gif)/.test(e.attributes["xlink:href"])){n(e,t)}}}})},4974:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeScriptElement";t.description="removes <script> elements (disabled by default)";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="script"){n(e,t)}}}})},9515:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeStyleElement";t.description="removes <style> element (disabled by default)";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="style"){n(e,t)}}}})},8112:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeTitle";t.description="removes <title>";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="title"){n(e,t)}}}})},7421:(e,t,r)=>{"use strict";const{visitSkip:n,detachNodeFromParent:i}=r(5673);const{collectStylesheet:a,computeStyle:o}=r(260);const{elems:s,attrsGroups:l,elemsGroups:c,attrsGroupsDefaults:u,presentationNonInheritableGroupAttrs:d}=r(8203);t.name="removeUnknownsAndDefaults";t.description="removes unknown elements content and attributes, removes attrs with default values";const p=new Map;const m=new Map;const f=new Map;for(const[e,t]of Object.entries(s)){const r=new Set;if(t.content){for(const e of t.content){r.add(e)}}if(t.contentGroups){for(const e of t.contentGroups){const t=c[e];if(t){for(const e of t){r.add(e)}}}}const n=new Set;if(t.attrs){for(const e of t.attrs){n.add(e)}}const i=new Map;if(t.defaults){for(const[e,r]of Object.entries(t.defaults)){i.set(e,r)}}for(const e of t.attrsGroups){const t=l[e];if(t){for(const e of t){n.add(e)}}const r=u[e];if(r){for(const[e,t]of Object.entries(r)){i.set(e,t)}}}p.set(e,r);m.set(e,n);f.set(e,i)}t.fn=(e,t)=>{const{unknownContent:r=true,unknownAttrs:s=true,defaultAttrs:l=true,uselessOverrides:c=true,keepDataAttrs:u=true,keepAriaAttrs:h=true,keepRoleAttr:y=false}=t;const b=a(e);return{element:{enter:(e,t)=>{if(e.name.includes(":")){return}if(e.name==="foreignObject"){return n}if(r&&t.type==="element"){const r=p.get(t.name);if(r==null||r.size===0){if(p.get(e.name)==null){i(e,t);return}}else{if(r.has(e.name)===false){i(e,t);return}}}const a=m.get(e.name);const v=f.get(e.name);const S=t.type==="element"?o(b,t):null;for(const[t,r]of Object.entries(e.attributes)){if(u&&t.startsWith("data-")){continue}if(h&&t.startsWith("aria-")){continue}if(y&&t==="role"){continue}if(t==="xmlns"){continue}if(t.includes(":")){const[e]=t.split(":");if(e!=="xml"&&e!=="xlink"){continue}}if(s&&a&&a.has(t)===false){delete e.attributes[t]}if(l&&e.attributes.id==null&&v&&v.get(t)===r){if(S==null||S[t]==null){delete e.attributes[t]}}if(c&&e.attributes.id==null){const n=S==null?null:S[t];if(d.includes(t)===false&&n!=null&&n.type==="static"&&n.value===r){delete e.attributes[t]}}}}}}}},8115:(e,t)=>{"use strict";t.name="removeUnusedNS";t.description="removes unused namespaces declaration";t.fn=()=>{const e=new Set;return{element:{enter:(t,r)=>{if(t.name==="svg"&&r.type==="root"){for(const r of Object.keys(t.attributes)){if(r.startsWith("xmlns:")){const t=r.slice("xmlns:".length);e.add(t)}}}if(e.size!==0){if(t.name.includes(":")){const[r]=t.name.split(":");if(e.has(r)){e.delete(r)}}for(const r of Object.keys(t.attributes)){if(r.includes(":")){const[t]=r.split(":");e.delete(t)}}}},exit:(t,r)=>{if(t.name==="svg"&&r.type==="root"){for(const r of e){delete t.attributes[`xmlns:${r}`]}}}}}}},3961:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);const{elemsGroups:i}=r(8203);t.name="removeUselessDefs";t.description="removes elements in <defs> without id";t.fn=()=>({element:{enter:(e,t)=>{if(e.name==="defs"){const r=[];collectUsefulNodes(e,r);if(r.length===0){n(e,t)}for(const t of r){Object.defineProperty(t,"parentNode",{writable:true,value:e})}e.children=r}else if(i.nonRendering.includes(e.name)&&e.attributes.id==null){n(e,t)}}}});const collectUsefulNodes=(e,t)=>{for(const r of e.children){if(r.type==="element"){if(r.attributes.id!=null||r.name==="style"){t.push(r)}else{collectUsefulNodes(r,t)}}}}},1903:(e,t,r)=>{"use strict";const{visit:n,visitSkip:i,detachNodeFromParent:a}=r(5673);const{collectStylesheet:o,computeStyle:s}=r(260);const{elemsGroups:l}=r(8203);t.name="removeUselessStrokeAndFill";t.description="removes useless stroke and fill attributes";t.fn=(e,t)=>{const{stroke:r=true,fill:c=true,removeNone:u=false}=t;let d=false;n(e,{element:{enter:e=>{if(e.name==="style"||e.name==="script"){d=true}}}});if(d){return null}const p=o(e);return{element:{enter:(e,t)=>{if(e.attributes.id!=null){return i}if(l.shape.includes(e.name)==false){return}const n=s(p,e);const o=n.stroke;const d=n["stroke-opacity"];const m=n["stroke-width"];const f=n["marker-end"];const h=n.fill;const y=n["fill-opacity"];const b=t.type==="element"?s(p,t):null;const v=b==null?null:b.stroke;if(r){if(o==null||o.type==="static"&&o.value=="none"||d!=null&&d.type==="static"&&d.value==="0"||m!=null&&m.type==="static"&&m.value==="0"){if(m!=null&&m.type==="static"&&m.value==="0"||f==null){for(const t of Object.keys(e.attributes)){if(t.startsWith("stroke")){delete e.attributes[t]}}if(v!=null&&v.type==="static"&&v.value!=="none"){e.attributes.stroke="none"}}}}if(c){if(h!=null&&h.type==="static"&&h.value==="none"||y!=null&&y.type==="static"&&y.value==="0"){for(const t of Object.keys(e.attributes)){if(t.startsWith("fill-")){delete e.attributes[t]}}if(h==null||h.type==="static"&&h.value!=="none"){e.attributes.fill="none"}}}if(u){if((o==null||e.attributes.stroke==="none")&&(h!=null&&h.type==="static"&&h.value==="none"||e.attributes.fill==="none")){a(e,t)}}}}}}},3324:(e,t)=>{"use strict";t.name="removeViewBox";t.description="removes viewBox attribute when possible";const r=["svg","pattern","symbol"];t.fn=()=>({element:{enter:(e,t)=>{if(r.includes(e.name)&&e.attributes.viewBox!=null&&e.attributes.width!=null&&e.attributes.height!=null){if(e.name==="svg"&&t.type!=="root"){return}const r=e.attributes.viewBox.split(/[ ,]+/g);if(r[0]==="0"&&r[1]==="0"&&e.attributes.width.replace(/px$/,"")===r[2]&&e.attributes.height.replace(/px$/,"")===r[3]){delete e.attributes.viewBox}}}}})},3059:(e,t)=>{"use strict";t.name="removeXMLNS";t.description="removes xmlns attribute (for inline svg, disabled by default)";t.fn=()=>({element:{enter:e=>{if(e.name==="svg"){delete e.attributes.xmlns;delete e.attributes["xmlns:xlink"]}}}})},8346:(e,t,r)=>{"use strict";const{detachNodeFromParent:n}=r(5673);t.name="removeXMLProcInst";t.description="removes XML processing instructions";t.fn=()=>({instruction:{enter:(e,t)=>{if(e.name==="xml"){n(e,t)}}}})},8645:(e,t)=>{"use strict";t.name="reusePaths";t.description="Finds <path> elements with the same d, fill, and "+"stroke, and converts them to <use> elements "+"referencing a single <path> def.";t.fn=()=>{const e=new Map;return{element:{enter:t=>{if(t.name==="path"&&t.attributes.d!=null){const r=t.attributes.d;const n=t.attributes.fill||"";const i=t.attributes.stroke||"";const a=r+";s:"+i+";f:"+n;let o=e.get(a);if(o==null){o=[];e.set(a,o)}o.push(t)}},exit:(t,r)=>{if(t.name==="svg"&&r.type==="root"){const r={type:"element",name:"defs",attributes:{},children:[]};Object.defineProperty(r,"parentNode",{writable:true,value:t});let n=0;for(const t of e.values()){if(t.length>1){const e={type:"element",name:"path",attributes:{...t[0].attributes},children:[]};delete e.attributes.transform;let i;if(e.attributes.id==null){i="reuse-"+n;n+=1;e.attributes.id=i}else{i=e.attributes.id;delete t[0].attributes.id}Object.defineProperty(e,"parentNode",{writable:true,value:r});r.children.push(e);for(const e of t){e.name="use";e.attributes["xlink:href"]="#"+i;delete e.attributes.d;delete e.attributes.stroke;delete e.attributes.fill}}}if(r.children.length!==0){if(t.attributes["xmlns:xlink"]==null){t.attributes["xmlns:xlink"]="http://www.w3.org/1999/xlink"}t.children.unshift(r)}}}}}}},3444:(e,t)=>{"use strict";t.name="sortAttrs";t.description="Sort element attributes for better compression";t.fn=(e,t)=>{const{order:r=["id","width","height","x","x1","x2","y","y1","y2","cx","cy","r","fill","stroke","marker","d","points"],xmlnsOrder:n="front"}=t;const getNsPriority=e=>{if(n==="front"){if(e==="xmlns"){return 3}if(e.startsWith("xmlns:")){return 2}}if(e.includes(":")){return 1}return 0};const compareAttrs=([e],[t])=>{const n=getNsPriority(e);const i=getNsPriority(t);const a=i-n;if(a!==0){return a}const[o]=e.split("-");const[s]=t.split("-");if(o!==s){const e=r.includes(o)?1:0;const t=r.includes(s)?1:0;if(e===1&&t===1){return r.indexOf(o)-r.indexOf(s)}const n=t-e;if(n!==0){return n}}return e<t?-1:1};return{element:{enter:e=>{const t=Object.entries(e.attributes);t.sort(compareAttrs);const r={};for(const[e,n]of t){r[e]=n}e.attributes=r}}}}},9240:(e,t)=>{"use strict";t.name="sortDefsChildren";t.description="Sorts children of <defs> to improve compression";t.fn=()=>({element:{enter:e=>{if(e.name==="defs"){const t=new Map;for(const r of e.children){if(r.type==="element"){const e=t.get(r.name);if(e==null){t.set(r.name,1)}else{t.set(r.name,e+1)}}}e.children.sort(((e,r)=>{if(e.type!=="element"||r.type!=="element"){return 0}const n=t.get(e.name);const i=t.get(r.name);if(n!=null&&i!=null){const e=i-n;if(e!==0){return e}}const a=r.name.length-e.name.length;if(a!==0){return a}if(e.name!==r.name){return e.name>r.name?-1:1}return 0}))}}}})},3873:e=>{function webpackEmptyAsyncContext(e){return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");t.code="MODULE_NOT_FOUND";throw t}))}webpackEmptyAsyncContext.keys=()=>[];webpackEmptyAsyncContext.resolve=webpackEmptyAsyncContext;webpackEmptyAsyncContext.id=3873;e.exports=webpackEmptyAsyncContext},3684:e=>{"use strict";e.exports=require("./package.json")},7147:e=>{"use strict";e.exports=require("fs")},8188:e=>{"use strict";e.exports=require("module")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},7956:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.codeFrameColumns=codeFrameColumns;t["default"]=_default;var n=r(9072);var i=_interopRequireWildcard(r(6673),true);function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(_getRequireWildcardCache=function(e){return e?r:t})(e)}function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=_getRequireWildcardCache(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var o=i?Object.getOwnPropertyDescriptor(e,a):null;o&&(o.get||o.set)?Object.defineProperty(n,a,o):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}let a=undefined;function getChalk(e){if(e){var t;(t=a)!=null?t:a=new i.default.constructor({enabled:true,level:1});return a}return i.default}let o=false;function getDefs(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}const s=/\r\n|[\n\r\u2028\u2029]/;function getMarkerLines(e,t,r){const n=Object.assign({column:0,line:-1},e.start);const i=Object.assign({},n,e.end);const{linesAbove:a=2,linesBelow:o=3}=r||{};const s=n.line;const l=n.column;const c=i.line;const u=i.column;let d=Math.max(s-(a+1),0);let p=Math.min(t.length,c+o);if(s===-1){d=0}if(c===-1){p=t.length}const m=c-s;const f={};if(m){for(let e=0;e<=m;e++){const r=e+s;if(!l){f[r]=true}else if(e===0){const e=t[r-1].length;f[r]=[l,e-l+1]}else if(e===m){f[r]=[0,u]}else{const n=t[r-e].length;f[r]=[0,n]}}}else{if(l===u){if(l){f[s]=[l,0]}else{f[s]=true}}else{f[s]=[l,u-l]}}return{start:d,end:p,markerLines:f}}function codeFrameColumns(e,t,r={}){const i=(r.highlightCode||r.forceColor)&&(0,n.shouldHighlight)(r);const a=getChalk(r.forceColor);const o=getDefs(a);const maybeHighlight=(e,t)=>i?e(t):t;const l=e.split(s);const{start:c,end:u,markerLines:d}=getMarkerLines(t,l,r);const p=t.start&&typeof t.start.column==="number";const m=String(u).length;const f=i?(0,n.default)(e,r):e;let h=f.split(s,u).slice(c,u).map(((e,t)=>{const n=c+1+t;const i=` ${n}`.slice(-m);const a=` ${i} |`;const s=d[n];const l=!d[n+1];if(s){let t="";if(Array.isArray(s)){const n=e.slice(0,Math.max(s[0]-1,0)).replace(/[^\t]/g," ");const i=s[1]||1;t=["\n ",maybeHighlight(o.gutter,a.replace(/\d/g," "))," ",n,maybeHighlight(o.marker,"^").repeat(i)].join("");if(l&&r.message){t+=" "+maybeHighlight(o.message,r.message)}}return[maybeHighlight(o.marker,">"),maybeHighlight(o.gutter,a),e.length>0?` ${e}`:"",t].join("")}else{return` ${maybeHighlight(o.gutter,a)}${e.length>0?` ${e}`:""}`}})).join("\n");if(r.message&&!p){h=`${" ".repeat(m+1)}${r.message}\n${h}`}if(i){return a.reset(h)}else{return h}}function _default(e,t,r,n={}){if(!o){o=true;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(process.emitWarning){process.emitWarning(e,"DeprecationWarning")}else{const t=new Error(e);t.name="DeprecationWarning";console.warn(new Error(e))}}r=Math.max(r,0);const i={start:{column:r,line:t}};return codeFrameColumns(e,i,n)}},5704:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.isIdentifierChar=isIdentifierChar;t.isIdentifierName=isIdentifierName;t.isIdentifierStart=isIdentifierStart;let r="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ";let n="·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・";const i=new RegExp("["+r+"]");const a=new RegExp("["+r+n+"]");r=n=null;const o=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191];const s=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function isInAstralSet(e,t){let r=65536;for(let n=0,i=t.length;n<i;n+=2){r+=t[n];if(r>e)return false;r+=t[n+1];if(r>=e)return true}return false}function isIdentifierStart(e){if(e<65)return e===36;if(e<=90)return true;if(e<97)return e===95;if(e<=122)return true;if(e<=65535){return e>=170&&i.test(String.fromCharCode(e))}return isInAstralSet(e,o)}function isIdentifierChar(e){if(e<48)return e===36;if(e<58)return true;if(e<65)return false;if(e<=90)return true;if(e<97)return e===95;if(e<=122)return true;if(e<=65535){return e>=170&&a.test(String.fromCharCode(e))}return isInAstralSet(e,o)||isInAstralSet(e,s)}function isIdentifierName(e){let t=true;for(let r=0;r<e.length;r++){let n=e.charCodeAt(r);if((n&64512)===55296&&r+1<e.length){const t=e.charCodeAt(++r);if((t&64512)===56320){n=65536+((n&1023)<<10)+(t&1023)}}if(t){t=false;if(!isIdentifierStart(n)){return false}}else if(!isIdentifierChar(n)){return false}}return!t}},3442:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});Object.defineProperty(t,"isIdentifierChar",{enumerable:true,get:function(){return n.isIdentifierChar}});Object.defineProperty(t,"isIdentifierName",{enumerable:true,get:function(){return n.isIdentifierName}});Object.defineProperty(t,"isIdentifierStart",{enumerable:true,get:function(){return n.isIdentifierStart}});Object.defineProperty(t,"isKeyword",{enumerable:true,get:function(){return i.isKeyword}});Object.defineProperty(t,"isReservedWord",{enumerable:true,get:function(){return i.isReservedWord}});Object.defineProperty(t,"isStrictBindOnlyReservedWord",{enumerable:true,get:function(){return i.isStrictBindOnlyReservedWord}});Object.defineProperty(t,"isStrictBindReservedWord",{enumerable:true,get:function(){return i.isStrictBindReservedWord}});Object.defineProperty(t,"isStrictReservedWord",{enumerable:true,get:function(){return i.isStrictReservedWord}});var n=r(5704);var i=r(5810)},5810:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t.isKeyword=isKeyword;t.isReservedWord=isReservedWord;t.isStrictBindOnlyReservedWord=isStrictBindOnlyReservedWord;t.isStrictBindReservedWord=isStrictBindReservedWord;t.isStrictReservedWord=isStrictReservedWord;const r={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]};const n=new Set(r.keyword);const i=new Set(r.strict);const a=new Set(r.strictBind);function isReservedWord(e,t){return t&&e==="await"||e==="enum"}function isStrictReservedWord(e,t){return isReservedWord(e,t)||i.has(e)}function isStrictBindOnlyReservedWord(e){return a.has(e)}function isStrictBindReservedWord(e,t){return isStrictReservedWord(e,t)||isStrictBindOnlyReservedWord(e)}function isKeyword(e){return n.has(e)}},9072:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:true});t["default"]=highlight;t.shouldHighlight=shouldHighlight;var n=r(8629);var i=r(3442);var a=_interopRequireWildcard(r(6673),true);function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(_getRequireWildcardCache=function(e){return e?r:t})(e)}function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=_getRequireWildcardCache(t);if(r&&r.has(e))return r.get(e);var n={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var o=i?Object.getOwnPropertyDescriptor(e,a):null;o&&(o.get||o.set)?Object.defineProperty(n,a,o):n[a]=e[a]}return n.default=e,r&&r.set(e,n),n}const o=new Set(["as","async","from","get","of","set"]);function getDefs(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}const s=/\r\n|[\n\r\u2028\u2029]/;const l=/^[()[\]{}]$/;let c;{const e=/^[a-z][\w-]*$/i;const getTokenType=function(t,r,n){if(t.type==="name"){if((0,i.isKeyword)(t.value)||(0,i.isStrictReservedWord)(t.value,true)||o.has(t.value)){return"keyword"}if(e.test(t.value)&&(n[r-1]==="<"||n.slice(r-2,r)=="</")){return"jsxIdentifier"}if(t.value[0]!==t.value[0].toLowerCase()){return"capitalized"}}if(t.type==="punctuator"&&l.test(t.value)){return"bracket"}if(t.type==="invalid"&&(t.value==="@"||t.value==="#")){return"punctuator"}return t.type};c=function*(e){let t;while(t=n.default.exec(e)){const r=n.matchToToken(t);yield{type:getTokenType(r,t.index,e),value:r.value}}}}function highlightTokens(e,t){let r="";for(const{type:n,value:i}of c(t)){const t=e[n];if(t){r+=i.split(s).map((e=>t(e))).join("\n")}else{r+=i}}return r}function shouldHighlight(e){return a.default.level>0||e.forceColor}let u=undefined;function getChalk(e){if(e){var t;(t=u)!=null?t:u=new a.default.constructor({enabled:true,level:1});return u}return a.default}{t.getChalk=e=>getChalk(e.forceColor)}function highlight(e,t={}){if(e!==""&&shouldHighlight(t)){const r=getDefs(getChalk(t.forceColor));return highlightTokens(r,e)}else{return e}}},5463:(e,t,r)=>{"use strict";const n=r(3983);function createConvertor(e){return{fromPlainObject(t){e(t,{enter(e){if(e.children&&e.children instanceof n.List===false){e.children=(new n.List).fromArray(e.children)}}});return t},toPlainObject(t){e(t,{leave(e){if(e.children&&e.children instanceof n.List){e.children=e.children.toArray()}}});return t}}}t.createConvertor=createConvertor},9877:(e,t,r)=>{"use strict";const n=r(1835);const i=n;e.exports=i},5732:(e,t,r)=>{"use strict";const n=r(9877);const i=r(5260);const a=r(1005);const o=r(8022);const s=/^\s*\|\s*/;function preprocessAtrules(e){const t=Object.create(null);for(const r in e){const n=e[r];let i=null;if(n.descriptors){i=Object.create(null);for(const e in n.descriptors){i[e]=n.descriptors[e].syntax}}t[r.substr(1)]={prelude:n.syntax.trim().replace(/\{(.|\s)+\}/,"").match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:i}}return t}function patchDictionary(e,t){const r={};for(const t in e){r[t]=e[t].syntax||e[t]}for(const n in t){if(n in e){if(t[n].syntax){r[n]=s.test(t[n].syntax)?r[n]+" "+t[n].syntax.trim():t[n].syntax}else{delete r[n]}}else{if(t[n].syntax){r[n]=t[n].syntax.replace(s,"")}}}return r}function patchAtrules(e,t){const r={};for(const n in e){const i=t[n]&&t[n].descriptors||null;r[n]={prelude:n in t&&"prelude"in t[n]?t[n].prelude:e[n].prelude||null,descriptors:patchDictionary(e[n].descriptors||{},i||{})}}for(const n in t){if(!hasOwnProperty.call(e,n)){r[n]={prelude:t[n].prelude||null,descriptors:t[n].descriptors&&patchDictionary({},t[n].descriptors)}}}return r}const l={types:patchDictionary(o,n.types),atrules:patchAtrules(preprocessAtrules(i),n.atrules),properties:patchDictionary(a,n.properties)};e.exports=l},3724:(e,t,r)=>{"use strict";const n=r(3186);function SyntaxError(e,t,r){return Object.assign(n.createCustomError("SyntaxError",e),{input:t,offset:r,rawMessage:e,message:e+"\n"+" "+t+"\n"+"--"+new Array((r||t.length)+1).join("-")+"^"})}t.SyntaxError=SyntaxError},8613:(e,t)=>{"use strict";function noop(e){return e}function generateMultiplier(e){const{min:t,max:r,comma:n}=e;if(t===0&&r===0){return n?"#?":"*"}if(t===0&&r===1){return"?"}if(t===1&&r===0){return n?"#":"+"}if(t===1&&r===1){return""}return(n?"#":"")+(t===r?"{"+t+"}":"{"+t+","+(r!==0?r:"")+"}")}function generateTypeOpts(e){switch(e.type){case"Range":return" ["+(e.min===null?"-∞":e.min)+","+(e.max===null?"∞":e.max)+"]";default:throw new Error("Unknown node type `"+e.type+"`")}}function generateSequence(e,t,r,n){const i=e.combinator===" "||n?e.combinator:" "+e.combinator+" ";const a=e.terms.map((e=>internalGenerate(e,t,r,n))).join(i);if(e.explicit||r){return(n||a[0]===","?"[":"[ ")+a+(n?"]":" ]")}return a}function internalGenerate(e,t,r,n){let i;switch(e.type){case"Group":i=generateSequence(e,t,r,n)+(e.disallowEmpty?"!":"");break;case"Multiplier":return internalGenerate(e.term,t,r,n)+t(generateMultiplier(e),e);case"Type":i="<"+e.name+(e.opts?t(generateTypeOpts(e.opts),e.opts):"")+">";break;case"Property":i="<'"+e.name+"'>";break;case"Keyword":i=e.name;break;case"AtKeyword":i="@"+e.name;break;case"Function":i=e.name+"(";break;case"String":case"Token":i=e.value;break;case"Comma":i=",";break;default:throw new Error("Unknown node type `"+e.type+"`")}return t(i,e)}function generate(e,t){let r=noop;let n=false;let i=false;if(typeof t==="function"){r=t}else if(t){n=Boolean(t.forceBraces);i=Boolean(t.compact);if(typeof t.decorate==="function"){r=t.decorate}}return internalGenerate(e,r,n,i)}t.generate=generate},6995:(e,t,r)=>{"use strict";const n=r(3724);const i=r(8613);const a=r(5665);const o=r(3953);t.SyntaxError=n.SyntaxError;t.generate=i.generate;t.parse=a.parse;t.walk=o.walk},5665:(e,t,r)=>{"use strict";const n=r(8743);const i=9;const a=10;const o=12;const s=13;const l=32;const c=33;const u=35;const d=38;const p=39;const m=40;const f=41;const h=42;const y=43;const b=44;const v=45;const S=60;const x=62;const k=63;const C=64;const w=91;const T=93;const E=123;const A=124;const O=125;const P=8734;const _=new Uint8Array(128).map(((e,t)=>/[a-zA-Z0-9\-]/.test(String.fromCharCode(t))?1:0));const L={" ":1,"&&":2,"||":3,"|":4};function scanSpaces(e){return e.substringToPos(e.findWsEnd(e.pos))}function scanWord(e){let t=e.pos;for(;t<e.str.length;t++){const r=e.str.charCodeAt(t);if(r>=128||_[r]===0){break}}if(e.pos===t){e.error("Expect a keyword")}return e.substringToPos(t)}function scanNumber(e){let t=e.pos;for(;t<e.str.length;t++){const r=e.str.charCodeAt(t);if(r<48||r>57){break}}if(e.pos===t){e.error("Expect a number")}return e.substringToPos(t)}function scanString(e){const t=e.str.indexOf("'",e.pos+1);if(t===-1){e.pos=e.str.length;e.error("Expect an apostrophe")}return e.substringToPos(t+1)}function readMultiplierRange(e){let t=null;let r=null;e.eat(E);t=scanNumber(e);if(e.charCode()===b){e.pos++;if(e.charCode()!==O){r=scanNumber(e)}}else{r=t}e.eat(O);return{min:Number(t),max:r?Number(r):0}}function readMultiplier(e){let t=null;let r=false;switch(e.charCode()){case h:e.pos++;t={min:0,max:0};break;case y:e.pos++;t={min:1,max:0};break;case k:e.pos++;t={min:0,max:1};break;case u:e.pos++;r=true;if(e.charCode()===E){t=readMultiplierRange(e)}else if(e.charCode()===k){e.pos++;t={min:0,max:0}}else{t={min:1,max:0}}break;case E:t=readMultiplierRange(e);break;default:return null}return{type:"Multiplier",comma:r,min:t.min,max:t.max,term:null}}function maybeMultiplied(e,t){const r=readMultiplier(e);if(r!==null){r.term=t;if(e.charCode()===u&&e.charCodeAt(e.pos-1)===y){return maybeMultiplied(e,r)}return r}return t}function maybeToken(e){const t=e.peek();if(t===""){return null}return{type:"Token",value:t}}function readProperty(e){let t;e.eat(S);e.eat(p);t=scanWord(e);e.eat(p);e.eat(x);return maybeMultiplied(e,{type:"Property",name:t})}function readTypeRange(e){let t=null;let r=null;let n=1;e.eat(w);if(e.charCode()===v){e.peek();n=-1}if(n==-1&&e.charCode()===P){e.peek()}else{t=n*Number(scanNumber(e));if(_[e.charCode()]!==0){t+=scanWord(e)}}scanSpaces(e);e.eat(b);scanSpaces(e);if(e.charCode()===P){e.peek()}else{n=1;if(e.charCode()===v){e.peek();n=-1}r=n*Number(scanNumber(e));if(_[e.charCode()]!==0){r+=scanWord(e)}}e.eat(T);return{type:"Range",min:t,max:r}}function readType(e){let t;let r=null;e.eat(S);t=scanWord(e);if(e.charCode()===m&&e.nextCharCode()===f){e.pos+=2;t+="()"}if(e.charCodeAt(e.findWsEnd(e.pos))===w){scanSpaces(e);r=readTypeRange(e)}e.eat(x);return maybeMultiplied(e,{type:"Type",name:t,opts:r})}function readKeywordOrFunction(e){const t=scanWord(e);if(e.charCode()===m){e.pos++;return{type:"Function",name:t}}return maybeMultiplied(e,{type:"Keyword",name:t})}function regroupTerms(e,t){function createGroup(e,t){return{type:"Group",terms:e,combinator:t,disallowEmpty:false,explicit:false}}let r;t=Object.keys(t).sort(((e,t)=>L[e]-L[t]));while(t.length>0){r=t.shift();let n=0;let i=0;for(;n<e.length;n++){const t=e[n];if(t.type==="Combinator"){if(t.value===r){if(i===-1){i=n-1}e.splice(n,1);n--}else{if(i!==-1&&n-i>1){e.splice(i,n-i,createGroup(e.slice(i,n),r));n=i+1}i=-1}}}if(i!==-1&&t.length){e.splice(i,n-i,createGroup(e.slice(i,n),r))}}return r}function readImplicitGroup(e){const t=[];const r={};let n;let i=null;let a=e.pos;while(n=peek(e)){if(n.type!=="Spaces"){if(n.type==="Combinator"){if(i===null||i.type==="Combinator"){e.pos=a;e.error("Unexpected combinator")}r[n.value]=true}else if(i!==null&&i.type!=="Combinator"){r[" "]=true;t.push({type:"Combinator",value:" "})}t.push(n);i=n;a=e.pos}}if(i!==null&&i.type==="Combinator"){e.pos-=a;e.error("Unexpected combinator")}return{type:"Group",terms:t,combinator:regroupTerms(t,r)||" ",disallowEmpty:false,explicit:false}}function readGroup(e){let t;e.eat(w);t=readImplicitGroup(e);e.eat(T);t.explicit=true;if(e.charCode()===c){e.pos++;t.disallowEmpty=true}return t}function peek(e){let t=e.charCode();if(t<128&&_[t]===1){return readKeywordOrFunction(e)}switch(t){case T:break;case w:return maybeMultiplied(e,readGroup(e));case S:return e.nextCharCode()===p?readProperty(e):readType(e);case A:return{type:"Combinator",value:e.substringToPos(e.pos+(e.nextCharCode()===A?2:1))};case d:e.pos++;e.eat(d);return{type:"Combinator",value:"&&"};case b:e.pos++;return{type:"Comma"};case p:return maybeMultiplied(e,{type:"String",value:scanString(e)});case l:case i:case a:case s:case o:return{type:"Spaces",value:scanSpaces(e)};case C:t=e.nextCharCode();if(t<128&&_[t]===1){e.pos++;return{type:"AtKeyword",name:scanWord(e)}}return maybeToken(e);case h:case y:case k:case u:case c:break;case E:t=e.nextCharCode();if(t<48||t>57){return maybeToken(e)}break;default:return maybeToken(e)}}function parse(e){const t=new n.Tokenizer(e);const r=readImplicitGroup(t);if(t.pos!==e.length){t.error("Unexpected input")}if(r.terms.length===1&&r.terms[0].type==="Group"){return r.terms[0]}return r}t.parse=parse},8743:(e,t,r)=>{"use strict";const n=r(3724);const i=9;const a=10;const o=12;const s=13;const l=32;class Tokenizer{constructor(e){this.str=e;this.pos=0}charCodeAt(e){return e<this.str.length?this.str.charCodeAt(e):0}charCode(){return this.charCodeAt(this.pos)}nextCharCode(){return this.charCodeAt(this.pos+1)}nextNonWsCode(e){return this.charCodeAt(this.findWsEnd(e))}findWsEnd(e){for(;e<this.str.length;e++){const t=this.str.charCodeAt(e);if(t!==s&&t!==a&&t!==o&&t!==l&&t!==i){break}}return e}substringToPos(e){return this.str.substring(this.pos,this.pos=e)}eat(e){if(this.charCode()!==e){this.error("Expect `"+String.fromCharCode(e)+"`")}this.pos++}peek(){return this.pos<this.str.length?this.str.charAt(this.pos++):""}error(e){throw new n.SyntaxError(e,this.str,this.pos)}}t.Tokenizer=Tokenizer},3953:(e,t)=>{"use strict";const noop=function(){};function ensureFunction(e){return typeof e==="function"?e:noop}function walk(e,t,r){function walk(e){n.call(r,e);switch(e.type){case"Group":e.terms.forEach(walk);break;case"Multiplier":walk(e.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+e.type)}i.call(r,e)}let n=noop;let i=noop;if(typeof t==="function"){n=t}else if(t){n=ensureFunction(t.enter);i=ensureFunction(t.leave)}if(n===noop&&i===noop){throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function")}walk(e)}t.walk=walk},3959:(e,t,r)=>{"use strict";const n=r(22);const i=r(2277);const a=r(599);const o=r(1864);const s=92;function processChildren(e,t){if(typeof t==="function"){let r=null;e.children.forEach((e=>{if(r!==null){t.call(this,r)}this.node(e);r=e}));return}e.children.forEach(this.node,this)}function processChunk(e){n.tokenize(e,((t,r,n)=>{this.token(t,e.slice(r,n))}))}function createGenerator(e){const t=new Map;for(let r in e.node){const n=e.node[r];const i=n.generate||n;if(typeof i==="function"){t.set(r,n.generate||n)}}return function(e,r){let n="";let l=0;let c={node(e){if(t.has(e.type)){t.get(e.type).call(u,e)}else{throw new Error("Unknown node type: "+e.type)}},tokenBefore:a.safe,token(e,t){l=this.tokenBefore(l,e,t);this.emit(t,e,false);if(e===o.Delim&&t.charCodeAt(0)===s){this.emit("\n",o.WhiteSpace,true)}},emit(e){n+=e},result(){return n}};if(r){if(typeof r.decorator==="function"){c=r.decorator(c)}if(r.sourceMap){c=i.generateSourceMap(c)}if(r.mode in a){c.tokenBefore=a[r.mode]}}const u={node:e=>c.node(e),children:processChildren,token:(e,t)=>c.token(e,t),tokenize:processChunk};c.node(e);return c.result()}}t.createGenerator=createGenerator},2277:(e,t,r)=>{"use strict";const n=r(3301);const i=new Set(["Atrule","Selector","Declaration"]);function generateSourceMap(e){const t=new n.SourceMapGenerator;const r={line:1,column:0};const a={line:0,column:0};const o={line:1,column:0};const s={generated:o};let l=1;let c=0;let u=false;const d=e.node;e.node=function(e){if(e.loc&&e.loc.start&&i.has(e.type)){const n=e.loc.start.line;const i=e.loc.start.column-1;if(a.line!==n||a.column!==i){a.line=n;a.column=i;r.line=l;r.column=c;if(u){u=false;if(r.line!==o.line||r.column!==o.column){t.addMapping(s)}}u=true;t.addMapping({source:e.loc.source,original:a,generated:r})}}d.call(this,e);if(u&&i.has(e.type)){o.line=l;o.column=c}};const p=e.emit;e.emit=function(e,t,r){for(let t=0;t<e.length;t++){if(e.charCodeAt(t)===10){l++;c=0}else{c++}}p(e,t,r)};const m=e.result;e.result=function(){if(u){t.addMapping(s)}return{css:m(),map:t}};return e}t.generateSourceMap=generateSourceMap},599:(e,t,r)=>{"use strict";const n=r(1864);const i=43;const a=45;const code=(e,t)=>{if(e===n.Delim){e=t}if(typeof e==="string"){const t=e.charCodeAt(0);return t>127?32768:t<<8}return e};const o=[[n.Ident,n.Ident],[n.Ident,n.Function],[n.Ident,n.Url],[n.Ident,n.BadUrl],[n.Ident,"-"],[n.Ident,n.Number],[n.Ident,n.Percentage],[n.Ident,n.Dimension],[n.Ident,n.CDC],[n.Ident,n.LeftParenthesis],[n.AtKeyword,n.Ident],[n.AtKeyword,n.Function],[n.AtKeyword,n.Url],[n.AtKeyword,n.BadUrl],[n.AtKeyword,"-"],[n.AtKeyword,n.Number],[n.AtKeyword,n.Percentage],[n.AtKeyword,n.Dimension],[n.AtKeyword,n.CDC],[n.Hash,n.Ident],[n.Hash,n.Function],[n.Hash,n.Url],[n.Hash,n.BadUrl],[n.Hash,"-"],[n.Hash,n.Number],[n.Hash,n.Percentage],[n.Hash,n.Dimension],[n.Hash,n.CDC],[n.Dimension,n.Ident],[n.Dimension,n.Function],[n.Dimension,n.Url],[n.Dimension,n.BadUrl],[n.Dimension,"-"],[n.Dimension,n.Number],[n.Dimension,n.Percentage],[n.Dimension,n.Dimension],[n.Dimension,n.CDC],["#",n.Ident],["#",n.Function],["#",n.Url],["#",n.BadUrl],["#","-"],["#",n.Number],["#",n.Percentage],["#",n.Dimension],["#",n.CDC],["-",n.Ident],["-",n.Function],["-",n.Url],["-",n.BadUrl],["-","-"],["-",n.Number],["-",n.Percentage],["-",n.Dimension],["-",n.CDC],[n.Number,n.Ident],[n.Number,n.Function],[n.Number,n.Url],[n.Number,n.BadUrl],[n.Number,n.Number],[n.Number,n.Percentage],[n.Number,n.Dimension],[n.Number,"%"],[n.Number,n.CDC],["@",n.Ident],["@",n.Function],["@",n.Url],["@",n.BadUrl],["@","-"],["@",n.CDC],[".",n.Number],[".",n.Percentage],[".",n.Dimension],["+",n.Number],["+",n.Percentage],["+",n.Dimension],["/","*"]];const s=o.concat([[n.Ident,n.Hash],[n.Dimension,n.Hash],[n.Hash,n.Hash],[n.AtKeyword,n.LeftParenthesis],[n.AtKeyword,n.String],[n.AtKeyword,n.Colon],[n.Percentage,n.Percentage],[n.Percentage,n.Dimension],[n.Percentage,n.Function],[n.Percentage,"-"],[n.RightParenthesis,n.Ident],[n.RightParenthesis,n.Function],[n.RightParenthesis,n.Percentage],[n.RightParenthesis,n.Dimension],[n.RightParenthesis,n.Hash],[n.RightParenthesis,"-"]]);function createMap(e){const t=new Set(e.map((([e,t])=>code(e)<<16|code(t))));return function(e,r,o){const s=code(r,o);const l=o.charCodeAt(0);const c=l===a&&r!==n.Ident&&r!==n.Function&&r!==n.CDC||l===i?t.has(e<<16|l<<8):t.has(e<<16|s);if(c){this.emit(" ",n.WhiteSpace,true)}return s}}const l=createMap(o);const c=createMap(s);t.safe=c;t.spec=l},7352:(e,t,r)=>{"use strict";const n=r(1133);const i=r(8685);const a=r(6753);const o=r(3983);const s=r(8443);const l=r(6995);const c=r(1823);const u=r(7296);const d=r(4727);const p=r(6516);const m=r(1139);const f=r(1864);const h=r(2290);const y=r(3783);const{tokenize:b,parse:v,generate:S,lexer:x,createLexer:k,walk:C,find:w,findLast:T,findAll:E,toPlainObject:A,fromPlainObject:O,fork:P}=n;t.version=i.version;t.createSyntax=a;t.List=o.List;t.Lexer=s.Lexer;t.definitionSyntax=l;t.clone=c.clone;t.isCustomProperty=u.isCustomProperty;t.keyword=u.keyword;t.property=u.property;t.vendorPrefix=u.vendorPrefix;t.ident=d;t.string=p;t.url=m;t.tokenTypes=f;t.tokenNames=h;t.TokenStream=y.TokenStream;t.createLexer=k;t.find=w;t.findAll=E;t.findLast=T;t.fork=P;t.fromPlainObject=O;t.generate=S;t.lexer=x;t.parse=v;t.toPlainObject=A;t.tokenize=b;t.walk=C},8443:(e,t,r)=>{"use strict";const n=r(4523);const i=r(7296);const a=r(5236);const o=r(2075);const s=r(831);const l=r(875);const c=r(9569);const u=r(1620);const d=r(6661);const p=r(9476);const m=r(5665);const f=r(8613);const h=r(3953);const y=l.buildMatchGraph(a.cssWideKeywords.join(" | "));function dumpMapSyntax(e,t,r){const n={};for(const i in e){if(e[i].syntax){n[i]=r?e[i].syntax:f.generate(e[i].syntax,{compact:t})}}return n}function dumpAtruleMapSyntax(e,t,r){const n={};for(const[i,a]of Object.entries(e)){n[i]={prelude:a.prelude&&(r?a.prelude.syntax:f.generate(a.prelude.syntax,{compact:t})),descriptors:a.descriptors&&dumpMapSyntax(a.descriptors,t,r)}}return n}function valueHasVar(e){for(let t=0;t<e.length;t++){if(e[t].value.toLowerCase()==="var("){return true}}return false}function buildMatchResult(e,t,r){return{matched:e,iterations:r,error:t,...u}}function matchSyntax(e,t,r,i){const a=s(r,e.syntax);let o;if(valueHasVar(a)){return buildMatchResult(null,new Error("Matching for a tree with var() is not supported"))}if(i){o=c.matchAsTree(a,e.cssWideKeywordsSyntax,e)}if(!i||!o.match){o=c.matchAsTree(a,t.match,e);if(!o.match){return buildMatchResult(null,new n.SyntaxMatchError(o.reason,t.syntax,r,o),o.iterations)}}return buildMatchResult(o.match,null,o.iterations)}class Lexer{constructor(e,t,r){this.cssWideKeywordsSyntax=y;this.syntax=t;this.generic=false;this.atrules=Object.create(null);this.properties=Object.create(null);this.types=Object.create(null);this.structure=r||p.getStructureFromConfig(e);if(e){if(e.types){for(const t in e.types){this.addType_(t,e.types[t])}}if(e.generic){this.generic=true;for(const e in o){this.addType_(e,o[e])}}if(e.atrules){for(const t in e.atrules){this.addAtrule_(t,e.atrules[t])}}if(e.properties){for(const t in e.properties){this.addProperty_(t,e.properties[t])}}}}checkStructure(e){function collectWarning(e,t){r.push({node:e,message:t})}const t=this.structure;const r=[];this.syntax.walk(e,(function(e){if(t.hasOwnProperty(e.type)){t[e.type].check(e,collectWarning)}else{collectWarning(e,"Unknown node type `"+e.type+"`")}}));return r.length?r:false}createDescriptor(e,t,r,n=null){const i={type:t,name:r};const a={type:t,name:r,parent:n,serializable:typeof e==="string"||e&&typeof e.type==="string",syntax:null,match:null};if(typeof e==="function"){a.match=l.buildMatchGraph(e,i)}else{if(typeof e==="string"){Object.defineProperty(a,"syntax",{get(){Object.defineProperty(a,"syntax",{value:m.parse(e)});return a.syntax}})}else{a.syntax=e}Object.defineProperty(a,"match",{get(){Object.defineProperty(a,"match",{value:l.buildMatchGraph(a.syntax,i)});return a.match}})}return a}addAtrule_(e,t){if(!t){return}this.atrules[e]={type:"Atrule",name:e,prelude:t.prelude?this.createDescriptor(t.prelude,"AtrulePrelude",e):null,descriptors:t.descriptors?Object.keys(t.descriptors).reduce(((r,n)=>{r[n]=this.createDescriptor(t.descriptors[n],"AtruleDescriptor",n,e);return r}),Object.create(null)):null}}addProperty_(e,t){if(!t){return}this.properties[e]=this.createDescriptor(t,"Property",e)}addType_(e,t){if(!t){return}this.types[e]=this.createDescriptor(t,"Type",e)}checkAtruleName(e){if(!this.getAtrule(e)){return new n.SyntaxReferenceError("Unknown at-rule","@"+e)}}checkAtrulePrelude(e,t){const r=this.checkAtruleName(e);if(r){return r}const n=this.getAtrule(e);if(!n.prelude&&t){return new SyntaxError("At-rule `@"+e+"` should not contain a prelude")}if(n.prelude&&!t){if(!matchSyntax(this,n.prelude,"",false).matched){return new SyntaxError("At-rule `@"+e+"` should contain a prelude")}}}checkAtruleDescriptorName(e,t){const r=this.checkAtruleName(e);if(r){return r}const a=this.getAtrule(e);const o=i.keyword(t);if(!a.descriptors){return new SyntaxError("At-rule `@"+e+"` has no known descriptors")}if(!a.descriptors[o.name]&&!a.descriptors[o.basename]){return new n.SyntaxReferenceError("Unknown at-rule descriptor",t)}}checkPropertyName(e){if(!this.getProperty(e)){return new n.SyntaxReferenceError("Unknown property",e)}}matchAtrulePrelude(e,t){const r=this.checkAtrulePrelude(e,t);if(r){return buildMatchResult(null,r)}const n=this.getAtrule(e);if(!n.prelude){return buildMatchResult(null,null)}return matchSyntax(this,n.prelude,t||"",false)}matchAtruleDescriptor(e,t,r){const n=this.checkAtruleDescriptorName(e,t);if(n){return buildMatchResult(null,n)}const a=this.getAtrule(e);const o=i.keyword(t);return matchSyntax(this,a.descriptors[o.name]||a.descriptors[o.basename],r,false)}matchDeclaration(e){if(e.type!=="Declaration"){return buildMatchResult(null,new Error("Not a Declaration node"))}return this.matchProperty(e.property,e.value)}matchProperty(e,t){if(i.property(e).custom){return buildMatchResult(null,new Error("Lexer matching doesn't applicable for custom properties"))}const r=this.checkPropertyName(e);if(r){return buildMatchResult(null,r)}return matchSyntax(this,this.getProperty(e),t,true)}matchType(e,t){const r=this.getType(e);if(!r){return buildMatchResult(null,new n.SyntaxReferenceError("Unknown type",e))}return matchSyntax(this,r,t,false)}match(e,t){if(typeof e!=="string"&&(!e||!e.type)){return buildMatchResult(null,new n.SyntaxReferenceError("Bad syntax"))}if(typeof e==="string"||!e.match){e=this.createDescriptor(e,"Type","anonymous")}return matchSyntax(this,e,t,false)}findValueFragments(e,t,r,n){return d.matchFragments(this,t,this.matchProperty(e,t),r,n)}findDeclarationValueFragments(e,t,r){return d.matchFragments(this,e.value,this.matchDeclaration(e),t,r)}findAllFragments(e,t,r){const n=[];this.syntax.walk(e,{visit:"Declaration",enter:e=>{n.push.apply(n,this.findDeclarationValueFragments(e,t,r))}});return n}getAtrule(e,t=true){const r=i.keyword(e);const n=r.vendor&&t?this.atrules[r.name]||this.atrules[r.basename]:this.atrules[r.name];return n||null}getAtrulePrelude(e,t=true){const r=this.getAtrule(e,t);return r&&r.prelude||null}getAtruleDescriptor(e,t){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators?this.atrules[e].declarators[t]||null:null}getProperty(e,t=true){const r=i.property(e);const n=r.vendor&&t?this.properties[r.name]||this.properties[r.basename]:this.properties[r.name];return n||null}getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}validate(){function validate(r,n,i,a){if(i.has(n)){return i.get(n)}i.set(n,false);if(a.syntax!==null){h.walk(a.syntax,(function(a){if(a.type!=="Type"&&a.type!=="Property"){return}const o=a.type==="Type"?r.types:r.properties;const s=a.type==="Type"?e:t;if(!hasOwnProperty.call(o,a.name)||validate(r,a.name,s,o[a.name])){i.set(n,true)}}),this)}}let e=new Map;let t=new Map;for(const t in this.types){validate(this,t,e,this.types[t])}for(const e in this.properties){validate(this,e,t,this.properties[e])}e=[...e.keys()].filter((t=>e.get(t)));t=[...t.keys()].filter((e=>t.get(e)));if(e.length||t.length){return{types:e,properties:t}}return null}dump(e,t){return{generic:this.generic,types:dumpMapSyntax(this.types,!t,e),properties:dumpMapSyntax(this.properties,!t,e),atrules:dumpAtruleMapSyntax(this.atrules,!t,e)}}toString(){return JSON.stringify(this.dump())}}t.Lexer=Lexer},4523:(e,t,r)=>{"use strict";const n=r(3186);const i=r(8613);const a={offset:0,line:1,column:1};function locateMismatch(e,t){const r=e.tokens;const n=e.longestMatch;const i=n<r.length?r[n].node||null:null;const o=i!==t?i:null;let s=0;let l=0;let c=0;let u="";let d;let p;for(let e=0;e<r.length;e++){const t=r[e].value;if(e===n){l=t.length;s=u.length}if(o!==null&&r[e].node===o){if(e<=n){c++}else{c=0}}u+=t}if(n===r.length||c>1){d=fromLoc(o||t,"end")||buildLoc(a,u);p=buildLoc(d)}else{d=fromLoc(o,"start")||buildLoc(fromLoc(t,"start")||a,u.slice(0,s));p=fromLoc(o,"end")||buildLoc(d,u.substr(s,l))}return{css:u,mismatchOffset:s,mismatchLength:l,start:d,end:p}}function fromLoc(e,t){const r=e&&e.loc&&e.loc[t];if(r){return"line"in r?buildLoc(r):r}return null}function buildLoc({offset:e,line:t,column:r},n){const i={offset:e,line:t,column:r};if(n){const e=n.split(/\n|\r\n?|\f/);i.offset+=n.length;i.line+=e.length-1;i.column=e.length===1?i.column+n.length:e.pop().length+1}return i}const SyntaxReferenceError=function(e,t){const r=n.createCustomError("SyntaxReferenceError",e+(t?" `"+t+"`":""));r.reference=t;return r};const SyntaxMatchError=function(e,t,r,a){const o=n.createCustomError("SyntaxMatchError",e);const{css:s,mismatchOffset:l,mismatchLength:c,start:u,end:d}=locateMismatch(a,r);o.rawMessage=e;o.syntax=t?i.generate(t):"<generic>";o.css=s;o.mismatchOffset=l;o.mismatchLength=c;o.message=e+"\n"+" syntax: "+o.syntax+"\n"+" value: "+(s||"<empty string>")+"\n"+" --------"+new Array(o.mismatchOffset+1).join("-")+"^";Object.assign(o,u);o.loc={source:r&&r.loc&&r.loc.source||"<unknown>",start:u,end:d};return o};t.SyntaxMatchError=SyntaxMatchError;t.SyntaxReferenceError=SyntaxReferenceError},1360:(e,t,r)=>{"use strict";const n=r(8410);const i=r(1864);const a=r(8217);const o=43;const s=45;const l=110;const c=true;const u=false;function isDelim(e,t){return e!==null&&e.type===i.Delim&&e.value.charCodeAt(0)===t}function skipSC(e,t,r){while(e!==null&&(e.type===i.WhiteSpace||e.type===i.Comment)){e=r(++t)}return t}function checkInteger(e,t,r,i){if(!e){return 0}const a=e.value.charCodeAt(t);if(a===o||a===s){if(r){return 0}t++}for(;t<e.value.length;t++){if(!n.isDigit(e.value.charCodeAt(t))){return 0}}return i+1}function consumeB(e,t,r){let n=false;let a=skipSC(e,t,r);e=r(a);if(e===null){return t}if(e.type!==i.Number){if(isDelim(e,o)||isDelim(e,s)){n=true;a=skipSC(r(++a),a,r);e=r(a);if(e===null||e.type!==i.Number){return 0}}else{return t}}if(!n){const t=e.value.charCodeAt(0);if(t!==o&&t!==s){return 0}}return checkInteger(e,n?0:1,n,a)}function anPlusB(e,t){let r=0;if(!e){return 0}if(e.type===i.Number){return checkInteger(e,0,u,r)}else if(e.type===i.Ident&&e.value.charCodeAt(0)===s){if(!a.cmpChar(e.value,1,l)){return 0}switch(e.value.length){case 2:return consumeB(t(++r),r,t);case 3:if(e.value.charCodeAt(2)!==s){return 0}r=skipSC(t(++r),r,t);e=t(r);return checkInteger(e,0,c,r);default:if(e.value.charCodeAt(2)!==s){return 0}return checkInteger(e,3,c,r)}}else if(e.type===i.Ident||isDelim(e,o)&&t(r+1).type===i.Ident){if(e.type!==i.Ident){e=t(++r)}if(e===null||!a.cmpChar(e.value,0,l)){return 0}switch(e.value.length){case 1:return consumeB(t(++r),r,t);case 2:if(e.value.charCodeAt(1)!==s){return 0}r=skipSC(t(++r),r,t);e=t(r);return checkInteger(e,0,c,r);default:if(e.value.charCodeAt(1)!==s){return 0}return checkInteger(e,2,c,r)}}else if(e.type===i.Dimension){let i=e.value.charCodeAt(0);let u=i===o||i===s?1:0;let d=u;for(;d<e.value.length;d++){if(!n.isDigit(e.value.charCodeAt(d))){break}}if(d===u){return 0}if(!a.cmpChar(e.value,d,l)){return 0}if(d+1===e.value.length){return consumeB(t(++r),r,t)}else{if(e.value.charCodeAt(d+1)!==s){return 0}if(d+2===e.value.length){r=skipSC(t(++r),r,t);e=t(r);return checkInteger(e,0,c,r)}else{return checkInteger(e,d+2,c,r)}}}return 0}e.exports=anPlusB},5236:(e,t)=>{"use strict";const r=["initial","inherit","unset","revert","revert-layer"];t.cssWideKeywords=r},9865:(e,t,r)=>{"use strict";const n=r(8410);const i=r(1864);const a=r(8217);const o=43;const s=45;const l=63;const c=117;function isDelim(e,t){return e!==null&&e.type===i.Delim&&e.value.charCodeAt(0)===t}function startsWith(e,t){return e.value.charCodeAt(0)===t}function hexSequence(e,t,r){let i=0;for(let a=t;a<e.value.length;a++){const o=e.value.charCodeAt(a);if(o===s&&r&&i!==0){hexSequence(e,t+i+1,false);return 6}if(!n.isHexDigit(o)){return 0}if(++i>6){return 0}}return i}function withQuestionMarkSequence(e,t,r){if(!e){return 0}while(isDelim(r(t),l)){if(++e>6){return 0}t++}return t}function urange(e,t){let r=0;if(e===null||e.type!==i.Ident||!a.cmpChar(e.value,0,c)){return 0}e=t(++r);if(e===null){return 0}if(isDelim(e,o)){e=t(++r);if(e===null){return 0}if(e.type===i.Ident){return withQuestionMarkSequence(hexSequence(e,0,true),++r,t)}if(isDelim(e,l)){return withQuestionMarkSequence(1,++r,t)}return 0}if(e.type===i.Number){const n=hexSequence(e,1,true);if(n===0){return 0}e=t(++r);if(e===null){return r}if(e.type===i.Dimension||e.type===i.Number){if(!startsWith(e,s)||!hexSequence(e,1,false)){return 0}return r+1}return withQuestionMarkSequence(n,r,t)}if(e.type===i.Dimension){return withQuestionMarkSequence(hexSequence(e,1,true),++r,t)}return 0}e.exports=urange},2075:(e,t,r)=>{"use strict";const n=r(5236);const i=r(1360);const a=r(9865);const o=r(1864);const s=r(8410);const l=r(8217);const c=["calc(","-moz-calc(","-webkit-calc("];const u=new Map([[o.Function,o.RightParenthesis],[o.LeftParenthesis,o.RightParenthesis],[o.LeftSquareBracket,o.RightSquareBracket],[o.LeftCurlyBracket,o.RightCurlyBracket]]);const d=["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"];const p=["deg","grad","rad","turn"];const m=["s","ms"];const f=["hz","khz"];const h=["dpi","dpcm","dppx","x"];const y=["fr"];const b=["db"];const v=["st"];function charCodeAt(e,t){return t<e.length?e.charCodeAt(t):0}function eqStr(e,t){return l.cmpStr(e,0,e.length,t)}function eqStrAny(e,t){for(let r=0;r<t.length;r++){if(eqStr(e,t[r])){return true}}return false}function isPostfixIeHack(e,t){if(t!==e.length-2){return false}return charCodeAt(e,t)===92&&s.isDigit(charCodeAt(e,t+1))}function outOfRange(e,t,r){if(e&&e.type==="Range"){const n=Number(r!==undefined&&r!==t.length?t.substr(0,r):t);if(isNaN(n)){return true}if(e.min!==null&&n<e.min&&typeof e.min!=="string"){return true}if(e.max!==null&&n>e.max&&typeof e.max!=="string"){return true}}return false}function consumeFunction(e,t){let r=0;let n=[];let i=0;e:do{switch(e.type){case o.RightCurlyBracket:case o.RightParenthesis:case o.RightSquareBracket:if(e.type!==r){break e}r=n.pop();if(n.length===0){i++;break e}break;case o.Function:case o.LeftParenthesis:case o.LeftSquareBracket:case o.LeftCurlyBracket:n.push(r);r=u.get(e.type);break}i++}while(e=t(i));return i}function calc(e){return function(t,r,n){if(t===null){return 0}if(t.type===o.Function&&eqStrAny(t.value,c)){return consumeFunction(t,r)}return e(t,r,n)}}function tokenType(e){return function(t){if(t===null||t.type!==e){return 0}return 1}}function customIdent(e){if(e===null||e.type!==o.Ident){return 0}const t=e.value.toLowerCase();if(eqStrAny(t,n.cssWideKeywords)){return 0}if(eqStr(t,"default")){return 0}return 1}function customPropertyName(e){if(e===null||e.type!==o.Ident){return 0}if(charCodeAt(e.value,0)!==45||charCodeAt(e.value,1)!==45){return 0}return 1}function hexColor(e){if(e===null||e.type!==o.Hash){return 0}const t=e.value.length;if(t!==4&&t!==5&&t!==7&&t!==9){return 0}for(let r=1;r<t;r++){if(!s.isHexDigit(charCodeAt(e.value,r))){return 0}}return 1}function idSelector(e){if(e===null||e.type!==o.Hash){return 0}if(!s.isIdentifierStart(charCodeAt(e.value,1),charCodeAt(e.value,2),charCodeAt(e.value,3))){return 0}return 1}function declarationValue(e,t){if(!e){return 0}let r=0;let n=[];let i=0;e:do{switch(e.type){case o.BadString:case o.BadUrl:break e;case o.RightCurlyBracket:case o.RightParenthesis:case o.RightSquareBracket:if(e.type!==r){break e}r=n.pop();break;case o.Semicolon:if(r===0){break e}break;case o.Delim:if(r===0&&e.value==="!"){break e}break;case o.Function:case o.LeftParenthesis:case o.LeftSquareBracket:case o.LeftCurlyBracket:n.push(r);r=u.get(e.type);break}i++}while(e=t(i));return i}function anyValue(e,t){if(!e){return 0}let r=0;let n=[];let i=0;e:do{switch(e.type){case o.BadString:case o.BadUrl:break e;case o.RightCurlyBracket:case o.RightParenthesis:case o.RightSquareBracket:if(e.type!==r){break e}r=n.pop();break;case o.Function:case o.LeftParenthesis:case o.LeftSquareBracket:case o.LeftCurlyBracket:n.push(r);r=u.get(e.type);break}i++}while(e=t(i));return i}function dimension(e){if(e){e=new Set(e)}return function(t,r,n){if(t===null||t.type!==o.Dimension){return 0}const i=l.consumeNumber(t.value,0);if(e!==null){const r=t.value.indexOf("\\",i);const n=r===-1||!isPostfixIeHack(t.value,r)?t.value.substr(i):t.value.substring(i,r);if(e.has(n.toLowerCase())===false){return 0}}if(outOfRange(n,t.value,i)){return 0}return 1}}function percentage(e,t,r){if(e===null||e.type!==o.Percentage){return 0}if(outOfRange(r,e.value,e.value.length-1)){return 0}return 1}function zero(e){if(typeof e!=="function"){e=function(){return 0}}return function(t,r,n){if(t!==null&&t.type===o.Number){if(Number(t.value)===0){return 1}}return e(t,r,n)}}function number(e,t,r){if(e===null){return 0}const n=l.consumeNumber(e.value,0);const i=n===e.value.length;if(!i&&!isPostfixIeHack(e.value,n)){return 0}if(outOfRange(r,e.value,n)){return 0}return 1}function integer(e,t,r){if(e===null||e.type!==o.Number){return 0}let n=charCodeAt(e.value,0)===43||charCodeAt(e.value,0)===45?1:0;for(;n<e.value.length;n++){if(!s.isDigit(charCodeAt(e.value,n))){return 0}}if(outOfRange(r,e.value,n)){return 0}return 1}const S={"ident-token":tokenType(o.Ident),"function-token":tokenType(o.Function),"at-keyword-token":tokenType(o.AtKeyword),"hash-token":tokenType(o.Hash),"string-token":tokenType(o.String),"bad-string-token":tokenType(o.BadString),"url-token":tokenType(o.Url),"bad-url-token":tokenType(o.BadUrl),"delim-token":tokenType(o.Delim),"number-token":tokenType(o.Number),"percentage-token":tokenType(o.Percentage),"dimension-token":tokenType(o.Dimension),"whitespace-token":tokenType(o.WhiteSpace),"CDO-token":tokenType(o.CDO),"CDC-token":tokenType(o.CDC),"colon-token":tokenType(o.Colon),"semicolon-token":tokenType(o.Semicolon),"comma-token":tokenType(o.Comma),"[-token":tokenType(o.LeftSquareBracket),"]-token":tokenType(o.RightSquareBracket),"(-token":tokenType(o.LeftParenthesis),")-token":tokenType(o.RightParenthesis),"{-token":tokenType(o.LeftCurlyBracket),"}-token":tokenType(o.RightCurlyBracket),string:tokenType(o.String),ident:tokenType(o.Ident),"custom-ident":customIdent,"custom-property-name":customPropertyName,"hex-color":hexColor,"id-selector":idSelector,"an-plus-b":i,urange:a,"declaration-value":declarationValue,"any-value":anyValue,dimension:calc(dimension(null)),angle:calc(dimension(p)),decibel:calc(dimension(b)),frequency:calc(dimension(f)),flex:calc(dimension(y)),length:calc(zero(dimension(d))),resolution:calc(dimension(h)),semitones:calc(dimension(v)),time:calc(dimension(m)),percentage:calc(percentage),zero:zero(),number:calc(number),integer:calc(integer)};e.exports=S},875:(e,t,r)=>{"use strict";const n=r(5665);const i={type:"Match"};const a={type:"Mismatch"};const o={type:"DisallowEmpty"};const s=40;const l=41;function createCondition(e,t,r){if(t===i&&r===a){return e}if(e===i&&t===i&&r===i){return e}if(e.type==="If"&&e.else===a&&t===i){t=e.then;e=e.match}return{type:"If",match:e,then:t,else:r}}function isFunctionType(e){return e.length>2&&e.charCodeAt(e.length-2)===s&&e.charCodeAt(e.length-1)===l}function isEnumCapatible(e){return e.type==="Keyword"||e.type==="AtKeyword"||e.type==="Function"||e.type==="Type"&&isFunctionType(e.name)}function buildGroupMatchGraph(e,t,r){switch(e){case" ":{let e=i;for(let r=t.length-1;r>=0;r--){const n=t[r];e=createCondition(n,e,a)}return e}case"|":{let e=a;let r=null;for(let n=t.length-1;n>=0;n--){let a=t[n];if(isEnumCapatible(a)){if(r===null&&n>0&&isEnumCapatible(t[n-1])){r=Object.create(null);e=createCondition({type:"Enum",map:r},i,e)}if(r!==null){const e=(isFunctionType(a.name)?a.name.slice(0,-1):a.name).toLowerCase();if(e in r===false){r[e]=a;continue}}}r=null;e=createCondition(a,i,e)}return e}case"&&":{if(t.length>5){return{type:"MatchOnce",terms:t,all:true}}let r=a;for(let n=t.length-1;n>=0;n--){const a=t[n];let o;if(t.length>1){o=buildGroupMatchGraph(e,t.filter((function(e){return e!==a})),false)}else{o=i}r=createCondition(a,o,r)}return r}case"||":{if(t.length>5){return{type:"MatchOnce",terms:t,all:false}}let n=r?i:a;for(let r=t.length-1;r>=0;r--){const a=t[r];let o;if(t.length>1){o=buildGroupMatchGraph(e,t.filter((function(e){return e!==a})),true)}else{o=i}n=createCondition(a,o,n)}return n}}}function buildMultiplierMatchGraph(e){let t=i;let r=buildMatchGraphInternal(e.term);if(e.max===0){r=createCondition(r,o,a);t=createCondition(r,null,a);t.then=createCondition(i,i,t);if(e.comma){t.then.else=createCondition({type:"Comma",syntax:e},t,a)}}else{for(let n=e.min||1;n<=e.max;n++){if(e.comma&&t!==i){t=createCondition({type:"Comma",syntax:e},t,a)}t=createCondition(r,createCondition(i,i,t),a)}}if(e.min===0){t=createCondition(i,i,t)}else{for(let n=0;n<e.min-1;n++){if(e.comma&&t!==i){t=createCondition({type:"Comma",syntax:e},t,a)}t=createCondition(r,t,a)}}return t}function buildMatchGraphInternal(e){if(typeof e==="function"){return{type:"Generic",fn:e}}switch(e.type){case"Group":{let t=buildGroupMatchGraph(e.combinator,e.terms.map(buildMatchGraphInternal),false);if(e.disallowEmpty){t=createCondition(t,o,a)}return t}case"Multiplier":return buildMultiplierMatchGraph(e);case"Type":case"Property":return{type:e.type,name:e.name,syntax:e};case"Keyword":return{type:e.type,name:e.name.toLowerCase(),syntax:e};case"AtKeyword":return{type:e.type,name:"@"+e.name.toLowerCase(),syntax:e};case"Function":return{type:e.type,name:e.name.toLowerCase()+"(",syntax:e};case"String":if(e.value.length===3){return{type:"Token",value:e.value.charAt(1),syntax:e}}return{type:e.type,value:e.value.substr(1,e.value.length-2).replace(/\\'/g,"'"),syntax:e};case"Token":return{type:e.type,value:e.value,syntax:e};case"Comma":return{type:e.type,syntax:e};default:throw new Error("Unknown node type:",e.type)}}function buildMatchGraph(e,t){if(typeof e==="string"){e=n.parse(e)}return{type:"MatchGraph",match:buildMatchGraphInternal(e),syntax:t||null,source:e}}t.DISALLOW_EMPTY=o;t.MATCH=i;t.MISMATCH=a;t.buildMatchGraph=buildMatchGraph},9569:(e,t,r)=>{"use strict";const n=r(875);const i=r(1864);const{hasOwnProperty:a}=Object.prototype;const o=0;const s=1;const l=2;const c=3;const u="Match";const d="Mismatch";const p="Maximum iteration number exceeded (please fill an issue on https://github.com/csstree/csstree/issues)";const m=15e3;function reverseList(e){let t=null;let r=null;let n=e;while(n!==null){r=n.prev;n.prev=t;t=n;n=r}return t}function areStringsEqualCaseInsensitive(e,t){if(e.length!==t.length){return false}for(let r=0;r<e.length;r++){const n=t.charCodeAt(r);let i=e.charCodeAt(r);if(i>=65&&i<=90){i=i|32}if(i!==n){return false}}return true}function isContextEdgeDelim(e){if(e.type!==i.Delim){return false}return e.value!=="?"}function isCommaContextStart(e){if(e===null){return true}return e.type===i.Comma||e.type===i.Function||e.type===i.LeftParenthesis||e.type===i.LeftSquareBracket||e.type===i.LeftCurlyBracket||isContextEdgeDelim(e)}function isCommaContextEnd(e){if(e===null){return true}return e.type===i.RightParenthesis||e.type===i.RightSquareBracket||e.type===i.RightCurlyBracket||e.type===i.Delim&&e.value==="/"}function internalMatch(e,t,r){function moveToNextToken(){do{k++;x=k<e.length?e[k]:null}while(x!==null&&(x.type===i.WhiteSpace||x.type===i.Comment))}function getNextToken(t){const r=k+t;return r<e.length?e[r]:null}function stateSnapshotFromSyntax(e,t){return{nextState:e,matchStack:w,syntaxStack:f,thenStack:h,tokenIndex:k,prev:t}}function pushThenStack(e){h={nextState:e,matchStack:w,syntaxStack:f,prev:h}}function pushElseStack(e){y=stateSnapshotFromSyntax(e,y)}function addTokenToMatch(){w={type:s,syntax:t.syntax,token:x,prev:w};moveToNextToken();b=null;if(k>C){C=k}}function openSyntax(){f={syntax:t.syntax,opts:t.syntax.opts||f!==null&&f.opts||null,prev:f};w={type:l,syntax:t.syntax,token:w.token,prev:w}}function closeSyntax(){if(w.type===l){w=w.prev}else{w={type:c,syntax:f.syntax,token:w.token,prev:w}}f=f.prev}let f=null;let h=null;let y=null;let b=null;let v=0;let S=null;let x=null;let k=-1;let C=0;let w={type:o,syntax:null,token:null,prev:null};moveToNextToken();while(S===null&&++v<m){switch(t.type){case"Match":if(h===null){if(x!==null){if(k!==e.length-1||x.value!=="\\0"&&x.value!=="\\9"){t=n.MISMATCH;break}}S=u;break}t=h.nextState;if(t===n.DISALLOW_EMPTY){if(h.matchStack===w){t=n.MISMATCH;break}else{t=n.MATCH}}while(h.syntaxStack!==f){closeSyntax()}h=h.prev;break;case"Mismatch":if(b!==null&&b!==false){if(y===null||k>y.tokenIndex){y=b;b=false}}else if(y===null){S=d;break}t=y.nextState;h=y.thenStack;f=y.syntaxStack;w=y.matchStack;k=y.tokenIndex;x=k<e.length?e[k]:null;y=y.prev;break;case"MatchGraph":t=t.match;break;case"If":if(t.else!==n.MISMATCH){pushElseStack(t.else)}if(t.then!==n.MATCH){pushThenStack(t.then)}t=t.match;break;case"MatchOnce":t={type:"MatchOnceBuffer",syntax:t,index:0,mask:0};break;case"MatchOnceBuffer":{const e=t.syntax.terms;if(t.index===e.length){if(t.mask===0||t.syntax.all){t=n.MISMATCH;break}t=n.MATCH;break}if(t.mask===(1<<e.length)-1){t=n.MATCH;break}for(;t.index<e.length;t.index++){const r=1<<t.index;if((t.mask&r)===0){pushElseStack(t);pushThenStack({type:"AddMatchOnce",syntax:t.syntax,mask:t.mask|r});t=e[t.index++];break}}break}case"AddMatchOnce":t={type:"MatchOnceBuffer",syntax:t.syntax,index:0,mask:t.mask};break;case"Enum":if(x!==null){let e=x.value.toLowerCase();if(e.indexOf("\\")!==-1){e=e.replace(/\\[09].*$/,"")}if(a.call(t.map,e)){t=t.map[e];break}}t=n.MISMATCH;break;case"Generic":{const e=f!==null?f.opts:null;const r=k+Math.floor(t.fn(x,getNextToken,e));if(!isNaN(r)&&r>k){while(k<r){addTokenToMatch()}t=n.MATCH}else{t=n.MISMATCH}break}case"Type":case"Property":{const e=t.type==="Type"?"types":"properties";const o=a.call(r,e)?r[e][t.name]:null;if(!o||!o.match){throw new Error("Bad syntax reference: "+(t.type==="Type"?"<"+t.name+">":"<'"+t.name+"'>"))}if(b!==false&&x!==null&&t.type==="Type"){const e=t.name==="custom-ident"&&x.type===i.Ident||t.name==="length"&&x.value==="0";if(e){if(b===null){b=stateSnapshotFromSyntax(t,y)}t=n.MISMATCH;break}}openSyntax();t=o.match;break}case"Keyword":{const e=t.name;if(x!==null){let r=x.value;if(r.indexOf("\\")!==-1){r=r.replace(/\\[09].*$/,"")}if(areStringsEqualCaseInsensitive(r,e)){addTokenToMatch();t=n.MATCH;break}}t=n.MISMATCH;break}case"AtKeyword":case"Function":if(x!==null&&areStringsEqualCaseInsensitive(x.value,t.name)){addTokenToMatch();t=n.MATCH;break}t=n.MISMATCH;break;case"Token":if(x!==null&&x.value===t.value){addTokenToMatch();t=n.MATCH;break}t=n.MISMATCH;break;case"Comma":if(x!==null&&x.type===i.Comma){if(isCommaContextStart(w.token)){t=n.MISMATCH}else{addTokenToMatch();t=isCommaContextEnd(x)?n.MISMATCH:n.MATCH}}else{t=isCommaContextStart(w.token)||isCommaContextEnd(x)?n.MATCH:n.MISMATCH}break;case"String":let o="";let s=k;for(;s<e.length&&o.length<t.value.length;s++){o+=e[s].value}if(areStringsEqualCaseInsensitive(o,t.value)){while(k<s){addTokenToMatch()}t=n.MATCH}else{t=n.MISMATCH}break;default:throw new Error("Unknown node type: "+t.type)}}switch(S){case null:console.warn("[csstree-match] BREAK after "+m+" iterations");S=p;w=null;break;case u:while(f!==null){closeSyntax()}break;default:w=null}return{tokens:e,reason:S,iterations:v,match:w,longestMatch:C}}function matchAsList(e,t,r){const n=internalMatch(e,t,r||{});if(n.match!==null){let e=reverseList(n.match).prev;n.match=[];while(e!==null){switch(e.type){case l:case c:n.match.push({type:e.type,syntax:e.syntax});break;default:n.match.push({token:e.token.value,node:e.token.node});break}e=e.prev}}return n}function matchAsTree(e,t,r){const n=internalMatch(e,t,r||{});if(n.match===null){return n}let i=n.match;let a=n.match={syntax:t.syntax||null,match:[]};const o=[a];i=reverseList(i).prev;while(i!==null){switch(i.type){case l:a.match.push(a={syntax:i.syntax,match:[]});o.push(a);break;case c:o.pop();a=o[o.length-1];break;default:a.match.push({syntax:i.syntax||null,token:i.token.value,node:i.token.node})}i=i.prev}return n}t.matchAsList=matchAsList;t.matchAsTree=matchAsTree},831:(e,t,r)=>{"use strict";const n=r(22);const i={decorator(e){const t=[];let r=null;return{...e,node(t){const n=r;r=t;e.node.call(this,t);r=n},emit(e,n,i){t.push({type:n,value:e,node:i?null:r})},result(){return t}}}};function stringToTokens(e){const t=[];n.tokenize(e,((r,n,i)=>t.push({type:r,value:e.slice(n,i),node:null})));return t}function prepareTokens(e,t){if(typeof e==="string"){return stringToTokens(e)}return t.generate(e,i)}e.exports=prepareTokens},6661:(e,t,r)=>{"use strict";const n=r(3983);function getFirstMatchNode(e){if("node"in e){return e.node}return getFirstMatchNode(e.match[0])}function getLastMatchNode(e){if("node"in e){return e.node}return getLastMatchNode(e.match[e.match.length-1])}function matchFragments(e,t,r,i,a){function findFragments(r){if(r.syntax!==null&&r.syntax.type===i&&r.syntax.name===a){const i=getFirstMatchNode(r);const a=getLastMatchNode(r);e.syntax.walk(t,(function(e,t,r){if(e===i){const e=new n.List;do{e.appendData(t.data);if(t.data===a){break}t=t.next}while(t!==null);o.push({parent:r,nodes:e})}}))}if(Array.isArray(r.match)){r.match.forEach(findFragments)}}const o=[];if(r.matched!==null){findFragments(r.matched)}return o}t.matchFragments=matchFragments},9476:(e,t,r)=>{"use strict";const n=r(3983);const{hasOwnProperty:i}=Object.prototype;function isValidNumber(e){return typeof e==="number"&&isFinite(e)&&Math.floor(e)===e&&e>=0}function isValidLocation(e){return Boolean(e)&&isValidNumber(e.offset)&&isValidNumber(e.line)&&isValidNumber(e.column)}function createNodeStructureChecker(e,t){return function checkNode(r,a){if(!r||r.constructor!==Object){return a(r,"Type of node should be an Object")}for(let o in r){let s=true;if(i.call(r,o)===false){continue}if(o==="type"){if(r.type!==e){a(r,"Wrong node type `"+r.type+"`, expected `"+e+"`")}}else if(o==="loc"){if(r.loc===null){continue}else if(r.loc&&r.loc.constructor===Object){if(typeof r.loc.source!=="string"){o+=".source"}else if(!isValidLocation(r.loc.start)){o+=".start"}else if(!isValidLocation(r.loc.end)){o+=".end"}else{continue}}s=false}else if(t.hasOwnProperty(o)){s=false;for(let e=0;!s&&e<t[o].length;e++){const i=t[o][e];switch(i){case String:s=typeof r[o]==="string";break;case Boolean:s=typeof r[o]==="boolean";break;case null:s=r[o]===null;break;default:if(typeof i==="string"){s=r[o]&&r[o].type===i}else if(Array.isArray(i)){s=r[o]instanceof n.List}}}}else{a(r,"Unknown field `"+o+"` for "+e+" node type")}if(!s){a(r,"Bad value for `"+e+"."+o+"`")}}for(const n in t){if(i.call(t,n)&&i.call(r,n)===false){a(r,"Field `"+e+"."+n+"` is missed")}}}}function processStructure(e,t){const r=t.structure;const n={type:String,loc:true};const a={type:'"'+e+'"'};for(const t in r){if(i.call(r,t)===false){continue}const o=[];const s=n[t]=Array.isArray(r[t])?r[t].slice():[r[t]];for(let r=0;r<s.length;r++){const n=s[r];if(n===String||n===Boolean){o.push(n.name)}else if(n===null){o.push("null")}else if(typeof n==="string"){o.push("<"+n+">")}else if(Array.isArray(n)){o.push("List")}else{throw new Error("Wrong value `"+n+"` in `"+e+"."+t+"` structure definition")}}a[t]=o.join(" | ")}return{docs:a,check:createNodeStructureChecker(e,n)}}function getStructureFromConfig(e){const t={};if(e.node){for(const r in e.node){if(i.call(e.node,r)){const n=e.node[r];if(n.structure){t[r]=processStructure(r,n)}else{throw new Error("Missed `structure` field in `"+r+"` node type definition")}}}}return t}t.getStructureFromConfig=getStructureFromConfig},1620:(e,t)=>{"use strict";function getTrace(e){function shouldPutToTrace(e){if(e===null){return false}return e.type==="Type"||e.type==="Property"||e.type==="Keyword"}function hasMatch(r){if(Array.isArray(r.match)){for(let e=0;e<r.match.length;e++){if(hasMatch(r.match[e])){if(shouldPutToTrace(r.syntax)){t.unshift(r.syntax)}return true}}}else if(r.node===e){t=shouldPutToTrace(r.syntax)?[r.syntax]:[];return true}return false}let t=null;if(this.matched!==null){hasMatch(this.matched)}return t}function isType(e,t){return testNode(this,e,(e=>e.type==="Type"&&e.name===t))}function isProperty(e,t){return testNode(this,e,(e=>e.type==="Property"&&e.name===t))}function isKeyword(e){return testNode(this,e,(e=>e.type==="Keyword"))}function testNode(e,t,r){const n=getTrace.call(e,t);if(n===null){return false}return n.some(r)}t.getTrace=getTrace;t.isKeyword=isKeyword;t.isProperty=isProperty;t.isType=isType},4256:(e,t,r)=>{"use strict";const n=r(3186);const i=100;const a=60;const o=" ";function sourceFragment({source:e,line:t,column:r},n){function processLines(e,t){return s.slice(e,t).map(((t,r)=>String(e+r+1).padStart(u)+" |"+t)).join("\n")}const s=e.split(/\r\n?|\n|\f/);const l=Math.max(1,t-n)-1;const c=Math.min(t+n,s.length+1);const u=Math.max(4,String(c).length)+1;let d=0;r+=(o.length-1)*(s[t-1].substr(0,r-1).match(/\t/g)||[]).length;if(r>i){d=r-a+3;r=a-2}for(let e=l;e<=c;e++){if(e>=0&&e<s.length){s[e]=s[e].replace(/\t/g,o);s[e]=(d>0&&s[e].length>d?"…":"")+s[e].substr(d,i-2)+(s[e].length>d+i-1?"…":"")}}return[processLines(l,t),new Array(r+u+2).join("-")+"^",processLines(t,c)].filter(Boolean).join("\n")}function SyntaxError(e,t,r,i,a){const o=Object.assign(n.createCustomError("SyntaxError",e),{source:t,offset:r,line:i,column:a,sourceFragment(e){return sourceFragment({source:t,line:i,column:a},isNaN(e)?0:e)},get formattedMessage(){return`Parse error: ${e}\n`+sourceFragment({source:t,line:i,column:a},2)}});return o}t.SyntaxError=SyntaxError},1230:(e,t,r)=>{"use strict";const n=r(3983);const i=r(4256);const a=r(22);const o=r(5297);const s=r(3988);const l=r(3783);const c=r(8217);const u=r(1864);const d=r(2290);const NOOP=()=>{};const p=33;const m=35;const f=59;const h=123;const y=0;function createParseContext(e){return function(){return this[e]()}}function fetchParseValues(e){const t=Object.create(null);for(const r in e){const n=e[r];const i=n.parse||n;if(i){t[r]=i}}return t}function processConfig(e){const t={context:Object.create(null),scope:Object.assign(Object.create(null),e.scope),atrule:fetchParseValues(e.atrule),pseudo:fetchParseValues(e.pseudo),node:fetchParseValues(e.node)};for(const r in e.parseContext){switch(typeof e.parseContext[r]){case"function":t.context[r]=e.parseContext[r];break;case"string":t.context[r]=createParseContext(e.parseContext[r]);break}}return{config:t,...t,...t.node}}function createParser(e){let t="";let r="<unknown>";let b=false;let v=NOOP;let S=false;const x=new s.OffsetToLocation;const k=Object.assign(new l.TokenStream,processConfig(e||{}),{parseAtrulePrelude:true,parseRulePrelude:true,parseValue:true,parseCustomProperty:false,readSequence:o.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(e){return e===h?1:0},consumeUntilLeftCurlyBracketOrSemicolon(e){return e===h||e===f?1:0},consumeUntilExclamationMarkOrSemicolon(e){return e===p||e===f?1:0},consumeUntilSemicolonIncluded(e){return e===f?2:0},createList(){return new n.List},createSingleNodeList(e){return(new n.List).appendData(e)},getFirstListNode(e){return e&&e.first},getLastListNode(e){return e&&e.last},parseWithFallback(e,t){const r=this.tokenIndex;try{return e.call(this)}catch(e){if(S){throw e}const n=t.call(this,r);S=true;v(e,n);S=false;return n}},lookupNonWSType(e){let t;do{t=this.lookupType(e++);if(t!==u.WhiteSpace){return t}}while(t!==y);return y},charCodeAt(e){return e>=0&&e<t.length?t.charCodeAt(e):0},substring(e,r){return t.substring(e,r)},substrToCursor(e){return this.source.substring(e,this.tokenStart)},cmpChar(e,r){return c.cmpChar(t,e,r)},cmpStr(e,r,n){return c.cmpStr(t,e,r,n)},consume(e){const t=this.tokenStart;this.eat(e);return this.substrToCursor(t)},consumeFunctionName(){const e=t.substring(this.tokenStart,this.tokenEnd-1);this.eat(u.Function);return e},consumeNumber(e){const r=t.substring(this.tokenStart,c.consumeNumber(t,this.tokenStart));this.eat(e);return r},eat(e){if(this.tokenType!==e){const t=d[e].slice(0,-6).replace(/-/g," ").replace(/^./,(e=>e.toUpperCase()));let r=`${/[[\](){}]/.test(t)?`"${t}"`:t} is expected`;let n=this.tokenStart;switch(e){case u.Ident:if(this.tokenType===u.Function||this.tokenType===u.Url){n=this.tokenEnd-1;r="Identifier is expected but function found"}else{r="Identifier is expected"}break;case u.Hash:if(this.isDelim(m)){this.next();n++;r="Name is expected"}break;case u.Percentage:if(this.tokenType===u.Number){n=this.tokenEnd;r="Percent sign is expected"}break}this.error(r,n)}this.next()},eatIdent(e){if(this.tokenType!==u.Ident||this.lookupValue(0,e)===false){this.error(`Identifier "${e}" is expected`)}this.next()},eatDelim(e){if(!this.isDelim(e)){this.error(`Delim "${String.fromCharCode(e)}" is expected`)}this.next()},getLocation(e,t){if(b){return x.getLocationRange(e,t,r)}return null},getLocationFromList(e){if(b){const t=this.getFirstListNode(e);const n=this.getLastListNode(e);return x.getLocationRange(t!==null?t.loc.start.offset-x.startOffset:this.tokenStart,n!==null?n.loc.end.offset-x.startOffset:this.tokenStart,r)}return null},error(e,r){const n=typeof r!=="undefined"&&r<t.length?x.getLocation(r):this.eof?x.getLocation(c.findWhiteSpaceStart(t,t.length-1)):x.getLocation(this.tokenStart);throw new i.SyntaxError(e||"Unexpected input",t,n.offset,n.line,n.column)}});const parse=function(e,n){t=e;n=n||{};k.setSource(t,a.tokenize);x.setSource(t,n.offset,n.line,n.column);r=n.filename||"<unknown>";b=Boolean(n.positions);v=typeof n.onParseError==="function"?n.onParseError:NOOP;S=false;k.parseAtrulePrelude="parseAtrulePrelude"in n?Boolean(n.parseAtrulePrelude):true;k.parseRulePrelude="parseRulePrelude"in n?Boolean(n.parseRulePrelude):true;k.parseValue="parseValue"in n?Boolean(n.parseValue):true;k.parseCustomProperty="parseCustomProperty"in n?Boolean(n.parseCustomProperty):false;const{context:i="default",onComment:o}=n;if(i in k.context===false){throw new Error("Unknown context `"+i+"`")}if(typeof o==="function"){k.forEachToken(((e,r,n)=>{if(e===u.Comment){const e=k.getLocation(r,n);const i=c.cmpStr(t,n-2,n,"*/")?t.slice(r+2,n-2):t.slice(r+2,n);o(i,e)}}))}const s=k.context[i].call(k,n);if(!k.eof){k.error()}return s};return Object.assign(parse,{SyntaxError:i.SyntaxError,config:k.config})}t.createParser=createParser},5297:(e,t,r)=>{"use strict";const n=r(1864);function readSequence(e){const t=this.createList();let r=false;const i={recognizer:e};while(!this.eof){switch(this.tokenType){case n.Comment:this.next();continue;case n.WhiteSpace:r=true;this.next();continue}let a=e.getNode.call(this,i);if(a===undefined){break}if(r){if(e.onWhiteSpace){e.onWhiteSpace.call(this,a,t,i)}r=false}t.push(a)}if(r&&e.onWhiteSpace){e.onWhiteSpace.call(this,null,t,i)}return t}t.readSequence=readSequence},6879:e=>{"use strict";const t={parse:{prelude:null,block(){return this.Block(true)}}};e.exports=t},6554:(e,t,r)=>{"use strict";const n=r(1864);const i={parse:{prelude(){const e=this.createList();this.skipSC();switch(this.tokenType){case n.String:e.push(this.String());break;case n.Url:case n.Function:e.push(this.Url());break;default:this.error("String or url() is expected")}if(this.lookupNonWSType(0)===n.Ident||this.lookupNonWSType(0)===n.LeftParenthesis){e.push(this.MediaQueryList())}return e},block:null}};e.exports=i},2315:(e,t,r)=>{"use strict";const n=r(6879);const i=r(6554);const a=r(9822);const o=r(306);const s=r(8452);const l={"font-face":n,import:i,media:a,page:o,supports:s};e.exports=l},9822:e=>{"use strict";const t={parse:{prelude(){return this.createSingleNodeList(this.MediaQueryList())},block(){return this.Block(false)}}};e.exports=t},306:e=>{"use strict";const t={parse:{prelude(){return this.createSingleNodeList(this.SelectorList())},block(){return this.Block(true)}}};e.exports=t},8452:(e,t,r)=>{"use strict";const n=r(1864);function consumeRaw(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,false))}function parentheses(){this.skipSC();if(this.tokenType===n.Ident&&this.lookupNonWSType(1)===n.Colon){return this.createSingleNodeList(this.Declaration())}return readSequence.call(this)}function readSequence(){const e=this.createList();let t;this.skipSC();e:while(!this.eof){switch(this.tokenType){case n.Comment:case n.WhiteSpace:this.next();continue;case n.Function:t=this.Function(consumeRaw,this.scope.AtrulePrelude);break;case n.Ident:t=this.Identifier();break;case n.LeftParenthesis:t=this.Parentheses(parentheses,this.scope.AtrulePrelude);break;default:break e}e.push(t)}return e}const i={parse:{prelude(){const e=readSequence.call(this);if(this.getFirstListNode(e)===null){this.error("Condition is expected")}return e},block(){return this.Block(false)}}};e.exports=i},1558:(e,t,r)=>{"use strict";const n=r(5732);const i=r(9883);const a={generic:true,...n,node:i};e.exports=a},7913:e=>{"use strict";const{hasOwnProperty:t}=Object.prototype;const r={generic:true,types:appendOrAssign,atrules:{prelude:appendOrAssignOrNull,descriptors:appendOrAssignOrNull},properties:appendOrAssign,parseContext:assign,scope:deepAssign,atrule:["parse"],pseudo:["parse"],node:["name","structure","parse","generate","walkContext"]};function isObject(e){return e&&e.constructor===Object}function copy(e){return isObject(e)?{...e}:e}function assign(e,t){return Object.assign(e,t)}function deepAssign(e,r){for(const n in r){if(t.call(r,n)){if(isObject(e[n])){deepAssign(e[n],r[n])}else{e[n]=copy(r[n])}}}return e}function append(e,t){if(typeof t==="string"&&/^\s*\|/.test(t)){return typeof e==="string"?e+t:t.replace(/^\s*\|\s*/,"")}return t||null}function appendOrAssign(e,r){if(typeof r==="string"){return append(e,r)}const n={...e};for(let i in r){if(t.call(r,i)){n[i]=append(t.call(e,i)?e[i]:undefined,r[i])}}return n}function appendOrAssignOrNull(e,t){const r=appendOrAssign(e,t);return!isObject(r)||Object.keys(r).length?r:null}function mix(e,r,n){for(const i in n){if(t.call(n,i)===false){continue}if(n[i]===true){if(t.call(r,i)){e[i]=copy(r[i])}}else if(n[i]){if(typeof n[i]==="function"){const t=n[i];e[i]=t({},e[i]);e[i]=t(e[i]||{},r[i])}else if(isObject(n[i])){const t={};for(let r in e[i]){t[r]=mix({},e[i][r],n[i])}for(let e in r[i]){t[e]=mix(t[e]||{},r[i][e],n[i])}e[i]=t}else if(Array.isArray(n[i])){const a={};const o=n[i].reduce((function(e,t){e[t]=true;return e}),{});for(const[t,r]of Object.entries(e[i]||{})){a[t]={};if(r){mix(a[t],r,o)}}for(const e in r[i]){if(t.call(r[i],e)){if(!a[e]){a[e]={}}if(r[i]&&r[i][e]){mix(a[e],r[i][e],o)}}}e[i]=a}}}return e}const mix$1=(e,t)=>mix(e,t,r);e.exports=mix$1},1595:(e,t,r)=>{"use strict";const n=r(3436);const i=r(2315);const a=r(9605);const o=r(3902);const s={parseContext:{default:"StyleSheet",stylesheet:"StyleSheet",atrule:"Atrule",atrulePrelude(e){return this.AtrulePrelude(e.atrule?String(e.atrule):null)},mediaQueryList:"MediaQueryList",mediaQuery:"MediaQuery",rule:"Rule",selectorList:"SelectorList",selector:"Selector",block(){return this.Block(true)},declarationList:"DeclarationList",declaration:"Declaration",value:"Value"},scope:n,atrule:i,pseudo:a,node:o};e.exports=s},8132:(e,t,r)=>{"use strict";const n=r(9883);const i={node:n};e.exports=i},6753:(e,t,r)=>{"use strict";const n=r(22);const i=r(1230);const a=r(3959);const o=r(5463);const s=r(5876);const l=r(8443);const c=r(7913);function createSyntax(e){const t=i.createParser(e);const r=s.createWalker(e);const u=a.createGenerator(e);const{fromPlainObject:d,toPlainObject:p}=o.createConvertor(r);const m={lexer:null,createLexer:e=>new l.Lexer(e,m,m.lexer.structure),tokenize:n.tokenize,parse:t,generate:u,walk:r,find:r.find,findLast:r.findLast,findAll:r.findAll,fromPlainObject:d,toPlainObject:p,fork(t){const r=c({},e);return createSyntax(typeof t==="function"?t(r,Object.assign):c(r,t))}};m.lexer=new l.Lexer({generic:true,types:e.types,atrules:e.atrules,properties:e.properties,node:e.node},m);return m}const createSyntax$1=e=>createSyntax(c({},e));e.exports=createSyntax$1},870:e=>{"use strict";function expressionFn(){return this.createSingleNodeList(this.Raw(this.tokenIndex,null,false))}e.exports=expressionFn},3467:(e,t,r)=>{"use strict";const n=r(1864);function varFn(){const e=this.createList();this.skipSC();e.push(this.Identifier());this.skipSC();if(this.tokenType===n.Comma){e.push(this.Operator());const t=this.tokenIndex;const r=this.parseCustomProperty?this.Value(null):this.Raw(this.tokenIndex,this.consumeUntilExclamationMarkOrSemicolon,false);if(r.type==="Value"&&r.children.isEmpty){for(let e=t-this.tokenIndex;e<=0;e++){if(this.lookupType(e)===n.WhiteSpace){r.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}}e.push(r)}return e}e.exports=varFn},1133:(e,t,r)=>{"use strict";const n=r(6753);const i=r(1558);const a=r(1595);const o=r(8132);const s=n({...i,...a,...o});e.exports=s},1175:(e,t,r)=>{"use strict";const n=r(1864);const i=r(8410);const a=43;const o=45;const s=110;const l=true;const c=false;function checkInteger(e,t){let r=this.tokenStart+e;const n=this.charCodeAt(r);if(n===a||n===o){if(t){this.error("Number sign is not allowed")}r++}for(;r<this.tokenEnd;r++){if(!i.isDigit(this.charCodeAt(r))){this.error("Integer is expected",r)}}}function checkTokenIsInteger(e){return checkInteger.call(this,0,e)}function expectCharCode(e,t){if(!this.cmpChar(this.tokenStart+e,t)){let r="";switch(t){case s:r="N is expected";break;case o:r="HyphenMinus is expected";break}this.error(r,this.tokenStart+e)}}function consumeB(){let e=0;let t=0;let r=this.tokenType;while(r===n.WhiteSpace||r===n.Comment){r=this.lookupType(++e)}if(r!==n.Number){if(this.isDelim(a,e)||this.isDelim(o,e)){t=this.isDelim(a,e)?a:o;do{r=this.lookupType(++e)}while(r===n.WhiteSpace||r===n.Comment);if(r!==n.Number){this.skip(e);checkTokenIsInteger.call(this,l)}}else{return null}}if(e>0){this.skip(e)}if(t===0){r=this.charCodeAt(this.tokenStart);if(r!==a&&r!==o){this.error("Number sign is expected")}}checkTokenIsInteger.call(this,t!==0);return t===o?"-"+this.consume(n.Number):this.consume(n.Number)}const u="AnPlusB";const d={a:[String,null],b:[String,null]};function parse(){const e=this.tokenStart;let t=null;let r=null;if(this.tokenType===n.Number){checkTokenIsInteger.call(this,c);r=this.consume(n.Number)}else if(this.tokenType===n.Ident&&this.cmpChar(this.tokenStart,o)){t="-1";expectCharCode.call(this,1,s);switch(this.tokenEnd-this.tokenStart){case 2:this.next();r=consumeB.call(this);break;case 3:expectCharCode.call(this,2,o);this.next();this.skipSC();checkTokenIsInteger.call(this,l);r="-"+this.consume(n.Number);break;default:expectCharCode.call(this,2,o);checkInteger.call(this,3,l);this.next();r=this.substrToCursor(e+2)}}else if(this.tokenType===n.Ident||this.isDelim(a)&&this.lookupType(1)===n.Ident){let i=0;t="1";if(this.isDelim(a)){i=1;this.next()}expectCharCode.call(this,0,s);switch(this.tokenEnd-this.tokenStart){case 1:this.next();r=consumeB.call(this);break;case 2:expectCharCode.call(this,1,o);this.next();this.skipSC();checkTokenIsInteger.call(this,l);r="-"+this.consume(n.Number);break;default:expectCharCode.call(this,1,o);checkInteger.call(this,2,l);this.next();r=this.substrToCursor(e+i+1)}}else if(this.tokenType===n.Dimension){const c=this.charCodeAt(this.tokenStart);const u=c===a||c===o;let d=this.tokenStart+u;for(;d<this.tokenEnd;d++){if(!i.isDigit(this.charCodeAt(d))){break}}if(d===this.tokenStart+u){this.error("Integer is expected",this.tokenStart+u)}expectCharCode.call(this,d-this.tokenStart,s);t=this.substring(e,d);if(d+1===this.tokenEnd){this.next();r=consumeB.call(this)}else{expectCharCode.call(this,d-this.tokenStart+1,o);if(d+2===this.tokenEnd){this.next();this.skipSC();checkTokenIsInteger.call(this,l);r="-"+this.consume(n.Number)}else{checkInteger.call(this,d-this.tokenStart+2,l);this.next();r=this.substrToCursor(d+1)}}}else{this.error()}if(t!==null&&t.charCodeAt(0)===a){t=t.substr(1)}if(r!==null&&r.charCodeAt(0)===a){r=r.substr(1)}return{type:"AnPlusB",loc:this.getLocation(e,this.tokenStart),a:t,b:r}}function generate(e){if(e.a){const t=e.a==="+1"&&"n"||e.a==="1"&&"n"||e.a==="-1"&&"-n"||e.a+"n";if(e.b){const r=e.b[0]==="-"||e.b[0]==="+"?e.b:"+"+e.b;this.tokenize(t+r)}else{this.tokenize(t)}}else{this.tokenize(e.b)}}t.generate=generate;t.name=u;t.parse=parse;t.structure=d},5762:(e,t,r)=>{"use strict";const n=r(1864);function consumeRaw(e){return this.Raw(e,this.consumeUntilLeftCurlyBracketOrSemicolon,true)}function isDeclarationBlockAtrule(){for(let e=1,t;t=this.lookupType(e);e++){if(t===n.RightCurlyBracket){return true}if(t===n.LeftCurlyBracket||t===n.AtKeyword){return false}}return false}const i="Atrule";const a="atrule";const o={name:String,prelude:["AtrulePrelude","Raw",null],block:["Block",null]};function parse(){const e=this.tokenStart;let t;let r;let i=null;let a=null;this.eat(n.AtKeyword);t=this.substrToCursor(e+1);r=t.toLowerCase();this.skipSC();if(this.eof===false&&this.tokenType!==n.LeftCurlyBracket&&this.tokenType!==n.Semicolon){if(this.parseAtrulePrelude){i=this.parseWithFallback(this.AtrulePrelude.bind(this,t),consumeRaw)}else{i=consumeRaw.call(this,this.tokenIndex)}this.skipSC()}switch(this.tokenType){case n.Semicolon:this.next();break;case n.LeftCurlyBracket:if(hasOwnProperty.call(this.atrule,r)&&typeof this.atrule[r].block==="function"){a=this.atrule[r].block.call(this)}else{a=this.Block(isDeclarationBlockAtrule.call(this))}break}return{type:"Atrule",loc:this.getLocation(e,this.tokenStart),name:t,prelude:i,block:a}}function generate(e){this.token(n.AtKeyword,"@"+e.name);if(e.prelude!==null){this.node(e.prelude)}if(e.block){this.node(e.block)}else{this.token(n.Semicolon,";")}}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},1530:(e,t,r)=>{"use strict";const n=r(1864);const i="AtrulePrelude";const a="atrulePrelude";const o={children:[[]]};function parse(e){let t=null;if(e!==null){e=e.toLowerCase()}this.skipSC();if(hasOwnProperty.call(this.atrule,e)&&typeof this.atrule[e].prelude==="function"){t=this.atrule[e].prelude.call(this)}else{t=this.readSequence(this.scope.AtrulePrelude)}this.skipSC();if(this.eof!==true&&this.tokenType!==n.LeftCurlyBracket&&this.tokenType!==n.Semicolon){this.error("Semicolon or block is expected")}return{type:"AtrulePrelude",loc:this.getLocationFromList(t),children:t}}function generate(e){this.children(e)}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},1954:(e,t,r)=>{"use strict";const n=r(1864);const i=36;const a=42;const o=61;const s=94;const l=124;const c=126;function getAttributeName(){if(this.eof){this.error("Unexpected end of input")}const e=this.tokenStart;let t=false;if(this.isDelim(a)){t=true;this.next()}else if(!this.isDelim(l)){this.eat(n.Ident)}if(this.isDelim(l)){if(this.charCodeAt(this.tokenStart+1)!==o){this.next();this.eat(n.Ident)}else if(t){this.error("Identifier is expected",this.tokenEnd)}}else if(t){this.error("Vertical line is expected")}return{type:"Identifier",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function getOperator(){const e=this.tokenStart;const t=this.charCodeAt(e);if(t!==o&&t!==c&&t!==s&&t!==i&&t!==a&&t!==l){this.error("Attribute selector (=, ~=, ^=, $=, *=, |=) is expected")}this.next();if(t!==o){if(!this.isDelim(o)){this.error("Equal sign is expected")}this.next()}return this.substrToCursor(e)}const u="AttributeSelector";const d={name:"Identifier",matcher:[String,null],value:["String","Identifier",null],flags:[String,null]};function parse(){const e=this.tokenStart;let t;let r=null;let i=null;let a=null;this.eat(n.LeftSquareBracket);this.skipSC();t=getAttributeName.call(this);this.skipSC();if(this.tokenType!==n.RightSquareBracket){if(this.tokenType!==n.Ident){r=getOperator.call(this);this.skipSC();i=this.tokenType===n.String?this.String():this.Identifier();this.skipSC()}if(this.tokenType===n.Ident){a=this.consume(n.Ident);this.skipSC()}}this.eat(n.RightSquareBracket);return{type:"AttributeSelector",loc:this.getLocation(e,this.tokenStart),name:t,matcher:r,value:i,flags:a}}function generate(e){this.token(n.Delim,"[");this.node(e.name);if(e.matcher!==null){this.tokenize(e.matcher);this.node(e.value)}if(e.flags!==null){this.token(n.Ident,e.flags)}this.token(n.Delim,"]")}t.generate=generate;t.name=u;t.parse=parse;t.structure=d},2269:(e,t,r)=>{"use strict";const n=r(1864);function consumeRaw(e){return this.Raw(e,null,true)}function consumeRule(){return this.parseWithFallback(this.Rule,consumeRaw)}function consumeRawDeclaration(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,true)}function consumeDeclaration(){if(this.tokenType===n.Semicolon){return consumeRawDeclaration.call(this,this.tokenIndex)}const e=this.parseWithFallback(this.Declaration,consumeRawDeclaration);if(this.tokenType===n.Semicolon){this.next()}return e}const i="Block";const a="block";const o={children:[["Atrule","Rule","Declaration"]]};function parse(e){const t=e?consumeDeclaration:consumeRule;const r=this.tokenStart;let i=this.createList();this.eat(n.LeftCurlyBracket);e:while(!this.eof){switch(this.tokenType){case n.RightCurlyBracket:break e;case n.WhiteSpace:case n.Comment:this.next();break;case n.AtKeyword:i.push(this.parseWithFallback(this.Atrule,consumeRaw));break;default:i.push(t.call(this))}}if(!this.eof){this.eat(n.RightCurlyBracket)}return{type:"Block",loc:this.getLocation(r,this.tokenStart),children:i}}function generate(e){this.token(n.LeftCurlyBracket,"{");this.children(e,(e=>{if(e.type==="Declaration"){this.token(n.Semicolon,";")}}));this.token(n.RightCurlyBracket,"}")}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},8111:(e,t,r)=>{"use strict";const n=r(1864);const i="Brackets";const a={children:[[]]};function parse(e,t){const r=this.tokenStart;let i=null;this.eat(n.LeftSquareBracket);i=e.call(this,t);if(!this.eof){this.eat(n.RightSquareBracket)}return{type:"Brackets",loc:this.getLocation(r,this.tokenStart),children:i}}function generate(e){this.token(n.Delim,"[");this.children(e);this.token(n.Delim,"]")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},315:(e,t,r)=>{"use strict";const n=r(1864);const i="CDC";const a=[];function parse(){const e=this.tokenStart;this.eat(n.CDC);return{type:"CDC",loc:this.getLocation(e,this.tokenStart)}}function generate(){this.token(n.CDC,"--\x3e")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},807:(e,t,r)=>{"use strict";const n=r(1864);const i="CDO";const a=[];function parse(){const e=this.tokenStart;this.eat(n.CDO);return{type:"CDO",loc:this.getLocation(e,this.tokenStart)}}function generate(){this.token(n.CDO,"\x3c!--")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},2487:(e,t,r)=>{"use strict";const n=r(1864);const i=46;const a="ClassSelector";const o={name:String};function parse(){this.eatDelim(i);return{type:"ClassSelector",loc:this.getLocation(this.tokenStart-1,this.tokenEnd),name:this.consume(n.Ident)}}function generate(e){this.token(n.Delim,".");this.token(n.Ident,e.name)}t.generate=generate;t.name=a;t.parse=parse;t.structure=o},1850:(e,t,r)=>{"use strict";const n=r(1864);const i=43;const a=47;const o=62;const s=126;const l="Combinator";const c={name:String};function parse(){const e=this.tokenStart;let t;switch(this.tokenType){case n.WhiteSpace:t=" ";break;case n.Delim:switch(this.charCodeAt(this.tokenStart)){case o:case i:case s:this.next();break;case a:this.next();this.eatIdent("deep");this.eatDelim(a);break;default:this.error("Combinator is expected")}t=this.substrToCursor(e);break}return{type:"Combinator",loc:this.getLocation(e,this.tokenStart),name:t}}function generate(e){this.tokenize(e.name)}t.generate=generate;t.name=l;t.parse=parse;t.structure=c},8448:(e,t,r)=>{"use strict";const n=r(1864);const i=42;const a=47;const o="Comment";const s={value:String};function parse(){const e=this.tokenStart;let t=this.tokenEnd;this.eat(n.Comment);if(t-e+2>=2&&this.charCodeAt(t-2)===i&&this.charCodeAt(t-1)===a){t-=2}return{type:"Comment",loc:this.getLocation(e,this.tokenStart),value:this.substring(e+2,t)}}function generate(e){this.token(n.Comment,"/*"+e.value+"*/")}t.generate=generate;t.name=o;t.parse=parse;t.structure=s},5230:(e,t,r)=>{"use strict";const n=r(7296);const i=r(1864);const a=33;const o=35;const s=36;const l=38;const c=42;const u=43;const d=47;function consumeValueRaw(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,true)}function consumeCustomPropertyRaw(e){return this.Raw(e,this.consumeUntilExclamationMarkOrSemicolon,false)}function consumeValue(){const e=this.tokenIndex;const t=this.Value();if(t.type!=="Raw"&&this.eof===false&&this.tokenType!==i.Semicolon&&this.isDelim(a)===false&&this.isBalanceEdge(e)===false){this.error()}return t}const p="Declaration";const m="declaration";const f={important:[Boolean,String],property:String,value:["Value","Raw"]};function parse(){const e=this.tokenStart;const t=this.tokenIndex;const r=readProperty.call(this);const o=n.isCustomProperty(r);const s=o?this.parseCustomProperty:this.parseValue;const l=o?consumeCustomPropertyRaw:consumeValueRaw;let c=false;let u;this.skipSC();this.eat(i.Colon);const d=this.tokenIndex;if(!o){this.skipSC()}if(s){u=this.parseWithFallback(consumeValue,l)}else{u=l.call(this,this.tokenIndex)}if(o&&u.type==="Value"&&u.children.isEmpty){for(let e=d-this.tokenIndex;e<=0;e++){if(this.lookupType(e)===i.WhiteSpace){u.children.appendData({type:"WhiteSpace",loc:null,value:" "});break}}}if(this.isDelim(a)){c=getImportant.call(this);this.skipSC()}if(this.eof===false&&this.tokenType!==i.Semicolon&&this.isBalanceEdge(t)===false){this.error()}return{type:"Declaration",loc:this.getLocation(e,this.tokenStart),important:c,property:r,value:u}}function generate(e){this.token(i.Ident,e.property);this.token(i.Colon,":");this.node(e.value);if(e.important){this.token(i.Delim,"!");this.token(i.Ident,e.important===true?"important":e.important)}}function readProperty(){const e=this.tokenStart;if(this.tokenType===i.Delim){switch(this.charCodeAt(this.tokenStart)){case c:case s:case u:case o:case l:this.next();break;case d:this.next();if(this.isDelim(d)){this.next()}break}}if(this.tokenType===i.Hash){this.eat(i.Hash)}else{this.eat(i.Ident)}return this.substrToCursor(e)}function getImportant(){this.eat(i.Delim);this.skipSC();const e=this.consume(i.Ident);return e==="important"?true:e}t.generate=generate;t.name=p;t.parse=parse;t.structure=f;t.walkContext=m},2555:(e,t,r)=>{"use strict";const n=r(1864);function consumeRaw(e){return this.Raw(e,this.consumeUntilSemicolonIncluded,true)}const i="DeclarationList";const a={children:[["Declaration"]]};function parse(){const e=this.createList();while(!this.eof){switch(this.tokenType){case n.WhiteSpace:case n.Comment:case n.Semicolon:this.next();break;default:e.push(this.parseWithFallback(this.Declaration,consumeRaw))}}return{type:"DeclarationList",loc:this.getLocationFromList(e),children:e}}function generate(e){this.children(e,(e=>{if(e.type==="Declaration"){this.token(n.Semicolon,";")}}))}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},7168:(e,t,r)=>{"use strict";const n=r(1864);const i="Dimension";const a={value:String,unit:String};function parse(){const e=this.tokenStart;const t=this.consumeNumber(n.Dimension);return{type:"Dimension",loc:this.getLocation(e,this.tokenStart),value:t,unit:this.substring(e+t.length,this.tokenStart)}}function generate(e){this.token(n.Dimension,e.value+e.unit)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},3422:(e,t,r)=>{"use strict";const n=r(1864);const i="Function";const a="function";const o={name:String,children:[[]]};function parse(e,t){const r=this.tokenStart;const i=this.consumeFunctionName();const a=i.toLowerCase();let o;o=t.hasOwnProperty(a)?t[a].call(this,t):e.call(this,t);if(!this.eof){this.eat(n.RightParenthesis)}return{type:"Function",loc:this.getLocation(r,this.tokenStart),name:i,children:o}}function generate(e){this.token(n.Function,e.name+"(");this.children(e);this.token(n.RightParenthesis,")")}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},3858:(e,t,r)=>{"use strict";const n=r(1864);const i="XXX";const a="Hash";const o={value:String};function parse(){const e=this.tokenStart;this.eat(n.Hash);return{type:"Hash",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e+1)}}function generate(e){this.token(n.Hash,"#"+e.value)}t.generate=generate;t.name=a;t.parse=parse;t.structure=o;t.xxx=i},3532:(e,t,r)=>{"use strict";const n=r(1864);const i="IdSelector";const a={name:String};function parse(){const e=this.tokenStart;this.eat(n.Hash);return{type:"IdSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e+1)}}function generate(e){this.token(n.Delim,"#"+e.name)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},292:(e,t,r)=>{"use strict";const n=r(1864);const i="Identifier";const a={name:String};function parse(){return{type:"Identifier",loc:this.getLocation(this.tokenStart,this.tokenEnd),name:this.consume(n.Ident)}}function generate(e){this.token(n.Ident,e.name)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},4899:(e,t,r)=>{"use strict";const n=r(1864);const i="MediaFeature";const a={name:String,value:["Identifier","Number","Dimension","Ratio",null]};function parse(){const e=this.tokenStart;let t;let r=null;this.eat(n.LeftParenthesis);this.skipSC();t=this.consume(n.Ident);this.skipSC();if(this.tokenType!==n.RightParenthesis){this.eat(n.Colon);this.skipSC();switch(this.tokenType){case n.Number:if(this.lookupNonWSType(1)===n.Delim){r=this.Ratio()}else{r=this.Number()}break;case n.Dimension:r=this.Dimension();break;case n.Ident:r=this.Identifier();break;default:this.error("Number, dimension, ratio or identifier is expected")}this.skipSC()}this.eat(n.RightParenthesis);return{type:"MediaFeature",loc:this.getLocation(e,this.tokenStart),name:t,value:r}}function generate(e){this.token(n.LeftParenthesis,"(");this.token(n.Ident,e.name);if(e.value!==null){this.token(n.Colon,":");this.node(e.value)}this.token(n.RightParenthesis,")")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},7202:(e,t,r)=>{"use strict";const n=r(1864);const i="MediaQuery";const a={children:[["Identifier","MediaFeature","WhiteSpace"]]};function parse(){const e=this.createList();let t=null;this.skipSC();e:while(!this.eof){switch(this.tokenType){case n.Comment:case n.WhiteSpace:this.next();continue;case n.Ident:t=this.Identifier();break;case n.LeftParenthesis:t=this.MediaFeature();break;default:break e}e.push(t)}if(t===null){this.error("Identifier or parenthesis is expected")}return{type:"MediaQuery",loc:this.getLocationFromList(e),children:e}}function generate(e){this.children(e)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},6705:(e,t,r)=>{"use strict";const n=r(1864);const i="MediaQueryList";const a={children:[["MediaQuery"]]};function parse(){const e=this.createList();this.skipSC();while(!this.eof){e.push(this.MediaQuery());if(this.tokenType!==n.Comma){break}this.next()}return{type:"MediaQueryList",loc:this.getLocationFromList(e),children:e}}function generate(e){this.children(e,(()=>this.token(n.Comma,",")))}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},1968:(e,t,r)=>{"use strict";const n=r(1864);const i="Nth";const a={nth:["AnPlusB","Identifier"],selector:["SelectorList",null]};function parse(){this.skipSC();const e=this.tokenStart;let t=e;let r=null;let n;if(this.lookupValue(0,"odd")||this.lookupValue(0,"even")){n=this.Identifier()}else{n=this.AnPlusB()}t=this.tokenStart;this.skipSC();if(this.lookupValue(0,"of")){this.next();r=this.SelectorList();t=this.tokenStart}return{type:"Nth",loc:this.getLocation(e,t),nth:n,selector:r}}function generate(e){this.node(e.nth);if(e.selector!==null){this.token(n.Ident,"of");this.node(e.selector)}}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},1681:(e,t,r)=>{"use strict";const n=r(1864);const i="Number";const a={value:String};function parse(){return{type:"Number",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consume(n.Number)}}function generate(e){this.token(n.Number,e.value)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},3568:(e,t)=>{"use strict";const r="Operator";const n={value:String};function parse(){const e=this.tokenStart;this.next();return{type:"Operator",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function generate(e){this.tokenize(e.value)}t.generate=generate;t.name=r;t.parse=parse;t.structure=n},5954:(e,t,r)=>{"use strict";const n=r(1864);const i="Parentheses";const a={children:[[]]};function parse(e,t){const r=this.tokenStart;let i=null;this.eat(n.LeftParenthesis);i=e.call(this,t);if(!this.eof){this.eat(n.RightParenthesis)}return{type:"Parentheses",loc:this.getLocation(r,this.tokenStart),children:i}}function generate(e){this.token(n.LeftParenthesis,"(");this.children(e);this.token(n.RightParenthesis,")")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},5963:(e,t,r)=>{"use strict";const n=r(1864);const i="Percentage";const a={value:String};function parse(){return{type:"Percentage",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:this.consumeNumber(n.Percentage)}}function generate(e){this.token(n.Percentage,e.value+"%")}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},2126:(e,t,r)=>{"use strict";const n=r(1864);const i="PseudoClassSelector";const a="function";const o={name:String,children:[["Raw"],null]};function parse(){const e=this.tokenStart;let t=null;let r;let i;this.eat(n.Colon);if(this.tokenType===n.Function){r=this.consumeFunctionName();i=r.toLowerCase();if(hasOwnProperty.call(this.pseudo,i)){this.skipSC();t=this.pseudo[i].call(this);this.skipSC()}else{t=this.createList();t.push(this.Raw(this.tokenIndex,null,false))}this.eat(n.RightParenthesis)}else{r=this.consume(n.Ident)}return{type:"PseudoClassSelector",loc:this.getLocation(e,this.tokenStart),name:r,children:t}}function generate(e){this.token(n.Colon,":");if(e.children===null){this.token(n.Ident,e.name)}else{this.token(n.Function,e.name+"(");this.children(e);this.token(n.RightParenthesis,")")}}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},7218:(e,t,r)=>{"use strict";const n=r(1864);const i="PseudoElementSelector";const a="function";const o={name:String,children:[["Raw"],null]};function parse(){const e=this.tokenStart;let t=null;let r;let i;this.eat(n.Colon);this.eat(n.Colon);if(this.tokenType===n.Function){r=this.consumeFunctionName();i=r.toLowerCase();if(hasOwnProperty.call(this.pseudo,i)){this.skipSC();t=this.pseudo[i].call(this);this.skipSC()}else{t=this.createList();t.push(this.Raw(this.tokenIndex,null,false))}this.eat(n.RightParenthesis)}else{r=this.consume(n.Ident)}return{type:"PseudoElementSelector",loc:this.getLocation(e,this.tokenStart),name:r,children:t}}function generate(e){this.token(n.Colon,":");this.token(n.Colon,":");if(e.children===null){this.token(n.Ident,e.name)}else{this.token(n.Function,e.name+"(");this.children(e);this.token(n.RightParenthesis,")")}}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},5870:(e,t,r)=>{"use strict";const n=r(1864);const i=r(8410);const a=47;const o=46;function consumeNumber(){this.skipSC();const e=this.consume(n.Number);for(let t=0;t<e.length;t++){const r=e.charCodeAt(t);if(!i.isDigit(r)&&r!==o){this.error("Unsigned number is expected",this.tokenStart-e.length+t)}}if(Number(e)===0){this.error("Zero number is not allowed",this.tokenStart-e.length)}return e}const s="Ratio";const l={left:String,right:String};function parse(){const e=this.tokenStart;const t=consumeNumber.call(this);let r;this.skipSC();this.eatDelim(a);r=consumeNumber.call(this);return{type:"Ratio",loc:this.getLocation(e,this.tokenStart),left:t,right:r}}function generate(e){this.token(n.Number,e.left);this.token(n.Delim,"/");this.token(n.Number,e.right)}t.generate=generate;t.name=s;t.parse=parse;t.structure=l},1886:(e,t,r)=>{"use strict";const n=r(1864);function getOffsetExcludeWS(){if(this.tokenIndex>0){if(this.lookupType(-1)===n.WhiteSpace){return this.tokenIndex>1?this.getTokenStart(this.tokenIndex-1):this.firstCharOffset}}return this.tokenStart}const i="Raw";const a={value:String};function parse(e,t,r){const n=this.getTokenStart(e);let i;this.skipUntilBalanced(e,t||this.consumeUntilBalanceEnd);if(r&&this.tokenStart>n){i=getOffsetExcludeWS.call(this)}else{i=this.tokenStart}return{type:"Raw",loc:this.getLocation(n,i),value:this.substring(n,i)}}function generate(e){this.tokenize(e.value)}t.generate=generate;t.name=i;t.parse=parse;t.structure=a},14:(e,t,r)=>{"use strict";const n=r(1864);function consumeRaw(e){return this.Raw(e,this.consumeUntilLeftCurlyBracket,true)}function consumePrelude(){const e=this.SelectorList();if(e.type!=="Raw"&&this.eof===false&&this.tokenType!==n.LeftCurlyBracket){this.error()}return e}const i="Rule";const a="rule";const o={prelude:["SelectorList","Raw"],block:["Block"]};function parse(){const e=this.tokenIndex;const t=this.tokenStart;let r;let n;if(this.parseRulePrelude){r=this.parseWithFallback(consumePrelude,consumeRaw)}else{r=consumeRaw.call(this,e)}n=this.Block(true);return{type:"Rule",loc:this.getLocation(t,this.tokenStart),prelude:r,block:n}}function generate(e){this.node(e.prelude);this.node(e.block)}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},3547:(e,t)=>{"use strict";const r="Selector";const n={children:[["TypeSelector","IdSelector","ClassSelector","AttributeSelector","PseudoClassSelector","PseudoElementSelector","Combinator","WhiteSpace"]]};function parse(){const e=this.readSequence(this.scope.Selector);if(this.getFirstListNode(e)===null){this.error("Selector is expected")}return{type:"Selector",loc:this.getLocationFromList(e),children:e}}function generate(e){this.children(e)}t.generate=generate;t.name=r;t.parse=parse;t.structure=n},8311:(e,t,r)=>{"use strict";const n=r(1864);const i="SelectorList";const a="selector";const o={children:[["Selector","Raw"]]};function parse(){const e=this.createList();while(!this.eof){e.push(this.Selector());if(this.tokenType===n.Comma){this.next();continue}break}return{type:"SelectorList",loc:this.getLocationFromList(e),children:e}}function generate(e){this.children(e,(()=>this.token(n.Comma,",")))}t.generate=generate;t.name=i;t.parse=parse;t.structure=o;t.walkContext=a},3251:(e,t,r)=>{"use strict";const n=r(6516);const i=r(1864);const a="String";const o={value:String};function parse(){return{type:"String",loc:this.getLocation(this.tokenStart,this.tokenEnd),value:n.decode(this.consume(i.String))}}function generate(e){this.token(i.String,n.encode(e.value))}t.generate=generate;t.name=a;t.parse=parse;t.structure=o},4435:(e,t,r)=>{"use strict";const n=r(1864);const i=33;function consumeRaw(e){return this.Raw(e,null,false)}const a="StyleSheet";const o="stylesheet";const s={children:[["Comment","CDO","CDC","Atrule","Rule","Raw"]]};function parse(){const e=this.tokenStart;const t=this.createList();let r;while(!this.eof){switch(this.tokenType){case n.WhiteSpace:this.next();continue;case n.Comment:if(this.charCodeAt(this.tokenStart+2)!==i){this.next();continue}r=this.Comment();break;case n.CDO:r=this.CDO();break;case n.CDC:r=this.CDC();break;case n.AtKeyword:r=this.parseWithFallback(this.Atrule,consumeRaw);break;default:r=this.parseWithFallback(this.Rule,consumeRaw)}t.push(r)}return{type:"StyleSheet",loc:this.getLocation(e,this.tokenStart),children:t}}function generate(e){this.children(e)}t.generate=generate;t.name=a;t.parse=parse;t.structure=s;t.walkContext=o},1318:(e,t,r)=>{"use strict";const n=r(1864);const i=42;const a=124;function eatIdentifierOrAsterisk(){if(this.tokenType!==n.Ident&&this.isDelim(i)===false){this.error("Identifier or asterisk is expected")}this.next()}const o="TypeSelector";const s={name:String};function parse(){const e=this.tokenStart;if(this.isDelim(a)){this.next();eatIdentifierOrAsterisk.call(this)}else{eatIdentifierOrAsterisk.call(this);if(this.isDelim(a)){this.next();eatIdentifierOrAsterisk.call(this)}}return{type:"TypeSelector",loc:this.getLocation(e,this.tokenStart),name:this.substrToCursor(e)}}function generate(e){this.tokenize(e.name)}t.generate=generate;t.name=o;t.parse=parse;t.structure=s},5144:(e,t,r)=>{"use strict";const n=r(1864);const i=r(8410);const a=43;const o=45;const s=63;function eatHexSequence(e,t){let r=0;for(let n=this.tokenStart+e;n<this.tokenEnd;n++){const a=this.charCodeAt(n);if(a===o&&t&&r!==0){eatHexSequence.call(this,e+r+1,false);return-1}if(!i.isHexDigit(a)){this.error(t&&r!==0?"Hyphen minus"+(r<6?" or hex digit":"")+" is expected":r<6?"Hex digit is expected":"Unexpected input",n)}if(++r>6){this.error("Too many hex digits",n)}}this.next();return r}function eatQuestionMarkSequence(e){let t=0;while(this.isDelim(s)){if(++t>e){this.error("Too many question marks")}this.next()}}function startsWith(e){if(this.charCodeAt(this.tokenStart)!==e){this.error((e===a?"Plus sign":"Hyphen minus")+" is expected")}}function scanUnicodeRange(){let e=0;switch(this.tokenType){case n.Number:e=eatHexSequence.call(this,1,true);if(this.isDelim(s)){eatQuestionMarkSequence.call(this,6-e);break}if(this.tokenType===n.Dimension||this.tokenType===n.Number){startsWith.call(this,o);eatHexSequence.call(this,1,false);break}break;case n.Dimension:e=eatHexSequence.call(this,1,true);if(e>0){eatQuestionMarkSequence.call(this,6-e)}break;default:this.eatDelim(a);if(this.tokenType===n.Ident){e=eatHexSequence.call(this,0,true);if(e>0){eatQuestionMarkSequence.call(this,6-e)}break}if(this.isDelim(s)){this.next();eatQuestionMarkSequence.call(this,5);break}this.error("Hex digit or question mark is expected")}}const l="UnicodeRange";const c={value:String};function parse(){const e=this.tokenStart;this.eatIdent("u");scanUnicodeRange.call(this);return{type:"UnicodeRange",loc:this.getLocation(e,this.tokenStart),value:this.substrToCursor(e)}}function generate(e){this.tokenize(e.value)}t.generate=generate;t.name=l;t.parse=parse;t.structure=c},4182:(e,t,r)=>{"use strict";const n=r(1139);const i=r(6516);const a=r(1864);const o="Url";const s={value:String};function parse(){const e=this.tokenStart;let t;switch(this.tokenType){case a.Url:t=n.decode(this.consume(a.Url));break;case a.Function:if(!this.cmpStr(this.tokenStart,this.tokenEnd,"url(")){this.error("Function name must be `url`")}this.eat(a.Function);this.skipSC();t=i.decode(this.consume(a.String));this.skipSC();if(!this.eof){this.eat(a.RightParenthesis)}break;default:this.error("Url or Function is expected")}return{type:"Url",loc:this.getLocation(e,this.tokenStart),value:t}}function generate(e){this.token(a.Url,n.encode(e.value))}t.generate=generate;t.name=o;t.parse=parse;t.structure=s},7268:(e,t)=>{"use strict";const r="Value";const n={children:[[]]};function parse(){const e=this.tokenStart;const t=this.readSequence(this.scope.Value);return{type:"Value",loc:this.getLocation(e,this.tokenStart),children:t}}function generate(e){this.children(e)}t.generate=generate;t.name=r;t.parse=parse;t.structure=n},9927:(e,t,r)=>{"use strict";const n=r(1864);const i=Object.freeze({type:"WhiteSpace",loc:null,value:" "});const a="WhiteSpace";const o={value:String};function parse(){this.eat(n.WhiteSpace);return i}function generate(e){this.token(n.WhiteSpace,e.value)}t.generate=generate;t.name=a;t.parse=parse;t.structure=o},3902:(e,t,r)=>{"use strict";const n=r(1175);const i=r(5762);const a=r(1530);const o=r(1954);const s=r(2269);const l=r(8111);const c=r(315);const u=r(807);const d=r(2487);const p=r(1850);const m=r(8448);const f=r(5230);const h=r(2555);const y=r(7168);const b=r(3422);const v=r(3858);const S=r(292);const x=r(3532);const k=r(4899);const C=r(7202);const w=r(6705);const T=r(1968);const E=r(1681);const A=r(3568);const O=r(5954);const P=r(5963);const _=r(2126);const L=r(7218);const N=r(5870);const M=r(1886);const z=r(14);const D=r(3547);const W=r(8311);const I=r(3251);const q=r(4435);const R=r(1318);const B=r(5144);const j=r(4182);const G=r(7268);const U=r(9927);t.AnPlusB=n.parse;t.Atrule=i.parse;t.AtrulePrelude=a.parse;t.AttributeSelector=o.parse;t.Block=s.parse;t.Brackets=l.parse;t.CDC=c.parse;t.CDO=u.parse;t.ClassSelector=d.parse;t.Combinator=p.parse;t.Comment=m.parse;t.Declaration=f.parse;t.DeclarationList=h.parse;t.Dimension=y.parse;t.Function=b.parse;t.Hash=v.parse;t.Identifier=S.parse;t.IdSelector=x.parse;t.MediaFeature=k.parse;t.MediaQuery=C.parse;t.MediaQueryList=w.parse;t.Nth=T.parse;t.Number=E.parse;t.Operator=A.parse;t.Parentheses=O.parse;t.Percentage=P.parse;t.PseudoClassSelector=_.parse;t.PseudoElementSelector=L.parse;t.Ratio=N.parse;t.Raw=M.parse;t.Rule=z.parse;t.Selector=D.parse;t.SelectorList=W.parse;t.String=I.parse;t.StyleSheet=q.parse;t.TypeSelector=R.parse;t.UnicodeRange=B.parse;t.Url=j.parse;t.Value=G.parse;t.WhiteSpace=U.parse},9883:(e,t,r)=>{"use strict";const n=r(1175);const i=r(5762);const a=r(1530);const o=r(1954);const s=r(2269);const l=r(8111);const c=r(315);const u=r(807);const d=r(2487);const p=r(1850);const m=r(8448);const f=r(5230);const h=r(2555);const y=r(7168);const b=r(3422);const v=r(3858);const S=r(292);const x=r(3532);const k=r(4899);const C=r(7202);const w=r(6705);const T=r(1968);const E=r(1681);const A=r(3568);const O=r(5954);const P=r(5963);const _=r(2126);const L=r(7218);const N=r(5870);const M=r(1886);const z=r(14);const D=r(3547);const W=r(8311);const I=r(3251);const q=r(4435);const R=r(1318);const B=r(5144);const j=r(4182);const G=r(7268);const U=r(9927);t.AnPlusB=n;t.Atrule=i;t.AtrulePrelude=a;t.AttributeSelector=o;t.Block=s;t.Brackets=l;t.CDC=c;t.CDO=u;t.ClassSelector=d;t.Combinator=p;t.Comment=m;t.Declaration=f;t.DeclarationList=h;t.Dimension=y;t.Function=b;t.Hash=v;t.Identifier=S;t.IdSelector=x;t.MediaFeature=k;t.MediaQuery=C;t.MediaQueryList=w;t.Nth=T;t.Number=E;t.Operator=A;t.Parentheses=O;t.Percentage=P;t.PseudoClassSelector=_;t.PseudoElementSelector=L;t.Ratio=N;t.Raw=M;t.Rule=z;t.Selector=D;t.SelectorList=W;t.String=I;t.StyleSheet=q;t.TypeSelector=R;t.UnicodeRange=B;t.Url=j;t.Value=G;t.WhiteSpace=U},9605:e=>{"use strict";const t={parse(){return this.createSingleNodeList(this.SelectorList())}};const r={parse(){return this.createSingleNodeList(this.Selector())}};const n={parse(){return this.createSingleNodeList(this.Identifier())}};const i={parse(){return this.createSingleNodeList(this.Nth())}};const a={dir:n,has:t,lang:n,matches:t,is:t,"-moz-any":t,"-webkit-any":t,where:t,not:t,"nth-child":i,"nth-last-child":i,"nth-last-of-type":i,"nth-of-type":i,slotted:r};e.exports=a},154:(e,t,r)=>{"use strict";const n=r(2517);const i={getNode:n};e.exports=i},2517:(e,t,r)=>{"use strict";const n=r(1864);const i=35;const a=42;const o=43;const s=45;const l=47;const c=117;function defaultRecognizer(e){switch(this.tokenType){case n.Hash:return this.Hash();case n.Comma:return this.Operator();case n.LeftParenthesis:return this.Parentheses(this.readSequence,e.recognizer);case n.LeftSquareBracket:return this.Brackets(this.readSequence,e.recognizer);case n.String:return this.String();case n.Dimension:return this.Dimension();case n.Percentage:return this.Percentage();case n.Number:return this.Number();case n.Function:return this.cmpStr(this.tokenStart,this.tokenEnd,"url(")?this.Url():this.Function(this.readSequence,e.recognizer);case n.Url:return this.Url();case n.Ident:if(this.cmpChar(this.tokenStart,c)&&this.cmpChar(this.tokenStart+1,o)){return this.UnicodeRange()}else{return this.Identifier()}case n.Delim:{const e=this.charCodeAt(this.tokenStart);if(e===l||e===a||e===o||e===s){return this.Operator()}if(e===i){this.error("Hex or identifier is expected",this.tokenStart+1)}break}}}e.exports=defaultRecognizer},3436:(e,t,r)=>{"use strict";const n=r(154);const i=r(9677);const a=r(4826);t.AtrulePrelude=n;t.Selector=i;t.Value=a},9677:(e,t,r)=>{"use strict";const n=r(1864);const i=35;const a=42;const o=43;const s=47;const l=46;const c=62;const u=124;const d=126;function onWhiteSpace(e,t){if(t.last!==null&&t.last.type!=="Combinator"&&e!==null&&e.type!=="Combinator"){t.push({type:"Combinator",loc:null,name:" "})}}function getNode(){switch(this.tokenType){case n.LeftSquareBracket:return this.AttributeSelector();case n.Hash:return this.IdSelector();case n.Colon:if(this.lookupType(1)===n.Colon){return this.PseudoElementSelector()}else{return this.PseudoClassSelector()}case n.Ident:return this.TypeSelector();case n.Number:case n.Percentage:return this.Percentage();case n.Dimension:if(this.charCodeAt(this.tokenStart)===l){this.error("Identifier is expected",this.tokenStart+1)}break;case n.Delim:{const e=this.charCodeAt(this.tokenStart);switch(e){case o:case c:case d:case s:return this.Combinator();case l:return this.ClassSelector();case a:case u:return this.TypeSelector();case i:return this.IdSelector()}break}}}const p={onWhiteSpace:onWhiteSpace,getNode:getNode};e.exports=p},4826:(e,t,r)=>{"use strict";const n=r(2517);const i=r(870);const a=r(3467);function isPlusMinusOperator(e){return e!==null&&e.type==="Operator"&&(e.value[e.value.length-1]==="-"||e.value[e.value.length-1]==="+")}const o={getNode:n,onWhiteSpace(e,t){if(isPlusMinusOperator(e)){e.value=" "+e.value}if(isPlusMinusOperator(t.last)){t.last.value+=" "}},expression:i,var:a};e.exports=o},3988:(e,t,r)=>{"use strict";const n=r(6862);const i=r(8410);const a=10;const o=12;const s=13;function computeLinesAndColumns(e){const t=e.source;const r=t.length;const l=t.length>0?i.isBOM(t.charCodeAt(0)):0;const c=n.adoptBuffer(e.lines,r);const u=n.adoptBuffer(e.columns,r);let d=e.startLine;let p=e.startColumn;for(let e=l;e<r;e++){const n=t.charCodeAt(e);c[e]=d;u[e]=p++;if(n===a||n===s||n===o){if(n===s&&e+1<r&&t.charCodeAt(e+1)===a){e++;c[e]=d;u[e]=p}d++;p=1}}c[r]=d;u[r]=p;e.lines=c;e.columns=u;e.computed=true}class OffsetToLocation{constructor(){this.lines=null;this.columns=null;this.computed=false}setSource(e,t=0,r=1,n=1){this.source=e;this.startOffset=t;this.startLine=r;this.startColumn=n;this.computed=false}getLocation(e,t){if(!this.computed){computeLinesAndColumns(this)}return{source:t,offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]}}getLocationRange(e,t,r){if(!this.computed){computeLinesAndColumns(this)}return{source:r,start:{offset:this.startOffset+e,line:this.lines[e],column:this.columns[e]},end:{offset:this.startOffset+t,line:this.lines[t],column:this.columns[t]}}}}t.OffsetToLocation=OffsetToLocation},3783:(e,t,r)=>{"use strict";const n=r(6862);const i=r(8217);const a=r(2290);const o=r(1864);const s=16777215;const l=24;const c=new Map([[o.Function,o.RightParenthesis],[o.LeftParenthesis,o.RightParenthesis],[o.LeftSquareBracket,o.RightSquareBracket],[o.LeftCurlyBracket,o.RightCurlyBracket]]);class TokenStream{constructor(e,t){this.setSource(e,t)}reset(){this.eof=false;this.tokenIndex=-1;this.tokenType=0;this.tokenStart=this.firstCharOffset;this.tokenEnd=this.firstCharOffset}setSource(e="",t=(()=>{})){e=String(e||"");const r=e.length;const i=n.adoptBuffer(this.offsetAndType,e.length+1);const a=n.adoptBuffer(this.balance,e.length+1);let u=0;let d=0;let p=0;let m=-1;this.offsetAndType=null;this.balance=null;t(e,((e,t,n)=>{switch(e){default:a[u]=r;break;case d:{let e=p&s;p=a[e];d=p>>l;a[u]=e;a[e++]=u;for(;e<u;e++){if(a[e]===r){a[e]=u}}break}case o.LeftParenthesis:case o.Function:case o.LeftSquareBracket:case o.LeftCurlyBracket:a[u]=p;d=c.get(e);p=d<<l|u;break}i[u++]=e<<l|n;if(m===-1){m=t}}));i[u]=o.EOF<<l|r;a[u]=r;a[r]=r;while(p!==0){const e=p&s;p=a[e];a[e]=r}this.source=e;this.firstCharOffset=m===-1?0:m;this.tokenCount=u;this.offsetAndType=i;this.balance=a;this.reset();this.next()}lookupType(e){e+=this.tokenIndex;if(e<this.tokenCount){return this.offsetAndType[e]>>l}return o.EOF}lookupOffset(e){e+=this.tokenIndex;if(e<this.tokenCount){return this.offsetAndType[e-1]&s}return this.source.length}lookupValue(e,t){e+=this.tokenIndex;if(e<this.tokenCount){return i.cmpStr(this.source,this.offsetAndType[e-1]&s,this.offsetAndType[e]&s,t)}return false}getTokenStart(e){if(e===this.tokenIndex){return this.tokenStart}if(e>0){return e<this.tokenCount?this.offsetAndType[e-1]&s:this.offsetAndType[this.tokenCount]&s}return this.firstCharOffset}substrToCursor(e){return this.source.substring(e,this.tokenStart)}isBalanceEdge(e){return this.balance[this.tokenIndex]<e}isDelim(e,t){if(t){return this.lookupType(t)===o.Delim&&this.source.charCodeAt(this.lookupOffset(t))===e}return this.tokenType===o.Delim&&this.source.charCodeAt(this.tokenStart)===e}skip(e){let t=this.tokenIndex+e;if(t<this.tokenCount){this.tokenIndex=t;this.tokenStart=this.offsetAndType[t-1]&s;t=this.offsetAndType[t];this.tokenType=t>>l;this.tokenEnd=t&s}else{this.tokenIndex=this.tokenCount;this.next()}}next(){let e=this.tokenIndex+1;if(e<this.tokenCount){this.tokenIndex=e;this.tokenStart=this.tokenEnd;e=this.offsetAndType[e];this.tokenType=e>>l;this.tokenEnd=e&s}else{this.eof=true;this.tokenIndex=this.tokenCount;this.tokenType=o.EOF;this.tokenStart=this.tokenEnd=this.source.length}}skipSC(){while(this.tokenType===o.WhiteSpace||this.tokenType===o.Comment){this.next()}}skipUntilBalanced(e,t){let r=e;let n;let i;e:for(;r<this.tokenCount;r++){n=this.balance[r];if(n<e){break e}i=r>0?this.offsetAndType[r-1]&s:this.firstCharOffset;switch(t(this.source.charCodeAt(i))){case 1:break e;case 2:r++;break e;default:if(this.balance[n]===r){r=n}}}this.skip(r-this.tokenIndex)}forEachToken(e){for(let t=0,r=this.firstCharOffset;t<this.tokenCount;t++){const n=r;const i=this.offsetAndType[t];const a=i&s;const o=i>>l;r=a;e(o,n,a,t)}}dump(){const e=new Array(this.tokenCount);this.forEachToken(((t,r,n,i)=>{e[i]={idx:i,type:a[t],chunk:this.source.substring(r,n),balance:this.balance[i]}}));return e}}t.TokenStream=TokenStream},6862:(e,t)=>{"use strict";const r=16*1024;function adoptBuffer(e=null,t){if(e===null||e.length<t){return new Uint32Array(Math.max(t+1024,r))}return e}t.adoptBuffer=adoptBuffer},8410:(e,t)=>{"use strict";const r=0;function isDigit(e){return e>=48&&e<=57}function isHexDigit(e){return isDigit(e)||e>=65&&e<=70||e>=97&&e<=102}function isUppercaseLetter(e){return e>=65&&e<=90}function isLowercaseLetter(e){return e>=97&&e<=122}function isLetter(e){return isUppercaseLetter(e)||isLowercaseLetter(e)}function isNonAscii(e){return e>=128}function isNameStart(e){return isLetter(e)||isNonAscii(e)||e===95}function isName(e){return isNameStart(e)||isDigit(e)||e===45}function isNonPrintable(e){return e>=0&&e<=8||e===11||e>=14&&e<=31||e===127}function isNewline(e){return e===10||e===13||e===12}function isWhiteSpace(e){return isNewline(e)||e===32||e===9}function isValidEscape(e,t){if(e!==92){return false}if(isNewline(t)||t===r){return false}return true}function isIdentifierStart(e,t,r){if(e===45){return isNameStart(t)||t===45||isValidEscape(t,r)}if(isNameStart(e)){return true}if(e===92){return isValidEscape(e,t)}return false}function isNumberStart(e,t,r){if(e===43||e===45){if(isDigit(t)){return 2}return t===46&&isDigit(r)?3:0}if(e===46){return isDigit(t)?2:0}if(isDigit(e)){return 1}return 0}function isBOM(e){if(e===65279){return 1}if(e===65534){return 1}return 0}const n=new Array(128);const i=128;const a=130;const o=131;const s=132;const l=133;for(let e=0;e<n.length;e++){n[e]=isWhiteSpace(e)&&a||isDigit(e)&&o||isNameStart(e)&&s||isNonPrintable(e)&&l||e||i}function charCodeCategory(e){return e<128?n[e]:s}t.DigitCategory=o;t.EofCategory=i;t.NameStartCategory=s;t.NonPrintableCategory=l;t.WhiteSpaceCategory=a;t.charCodeCategory=charCodeCategory;t.isBOM=isBOM;t.isDigit=isDigit;t.isHexDigit=isHexDigit;t.isIdentifierStart=isIdentifierStart;t.isLetter=isLetter;t.isLowercaseLetter=isLowercaseLetter;t.isName=isName;t.isNameStart=isNameStart;t.isNewline=isNewline;t.isNonAscii=isNonAscii;t.isNonPrintable=isNonPrintable;t.isNumberStart=isNumberStart;t.isUppercaseLetter=isUppercaseLetter;t.isValidEscape=isValidEscape;t.isWhiteSpace=isWhiteSpace},22:(e,t,r)=>{"use strict";const n=r(1864);const i=r(8410);const a=r(8217);const o=r(2290);const s=r(3988);const l=r(3783);function tokenize(e,t){function getCharCode(t){return t<r?e.charCodeAt(t):0}function consumeNumericToken(){s=a.consumeNumber(e,s);if(i.isIdentifierStart(getCharCode(s),getCharCode(s+1),getCharCode(s+2))){l=n.Dimension;s=a.consumeName(e,s);return}if(getCharCode(s)===37){l=n.Percentage;s++;return}l=n.Number}function consumeIdentLikeToken(){const t=s;s=a.consumeName(e,s);if(a.cmpStr(e,t,s,"url")&&getCharCode(s)===40){s=a.findWhiteSpaceEnd(e,s+1);if(getCharCode(s)===34||getCharCode(s)===39){l=n.Function;s=t+4;return}consumeUrlToken();return}if(getCharCode(s)===40){l=n.Function;s++;return}l=n.Ident}function consumeStringToken(t){if(!t){t=getCharCode(s++)}l=n.String;for(;s<e.length;s++){const r=e.charCodeAt(s);switch(i.charCodeCategory(r)){case t:s++;return;case i.WhiteSpaceCategory:if(i.isNewline(r)){s+=a.getNewlineLength(e,s,r);l=n.BadString;return}break;case 92:if(s===e.length-1){break}const o=getCharCode(s+1);if(i.isNewline(o)){s+=a.getNewlineLength(e,s+1,o)}else if(i.isValidEscape(r,o)){s=a.consumeEscaped(e,s)-1}break}}}function consumeUrlToken(){l=n.Url;s=a.findWhiteSpaceEnd(e,s);for(;s<e.length;s++){const t=e.charCodeAt(s);switch(i.charCodeCategory(t)){case 41:s++;return;case i.WhiteSpaceCategory:s=a.findWhiteSpaceEnd(e,s);if(getCharCode(s)===41||s>=e.length){if(s<e.length){s++}return}s=a.consumeBadUrlRemnants(e,s);l=n.BadUrl;return;case 34:case 39:case 40:case i.NonPrintableCategory:s=a.consumeBadUrlRemnants(e,s);l=n.BadUrl;return;case 92:if(i.isValidEscape(t,getCharCode(s+1))){s=a.consumeEscaped(e,s)-1;break}s=a.consumeBadUrlRemnants(e,s);l=n.BadUrl;return}}}e=String(e||"");const r=e.length;let o=i.isBOM(getCharCode(0));let s=o;let l;while(s<r){const r=e.charCodeAt(s);switch(i.charCodeCategory(r)){case i.WhiteSpaceCategory:l=n.WhiteSpace;s=a.findWhiteSpaceEnd(e,s+1);break;case 34:consumeStringToken();break;case 35:if(i.isName(getCharCode(s+1))||i.isValidEscape(getCharCode(s+1),getCharCode(s+2))){l=n.Hash;s=a.consumeName(e,s+1)}else{l=n.Delim;s++}break;case 39:consumeStringToken();break;case 40:l=n.LeftParenthesis;s++;break;case 41:l=n.RightParenthesis;s++;break;case 43:if(i.isNumberStart(r,getCharCode(s+1),getCharCode(s+2))){consumeNumericToken()}else{l=n.Delim;s++}break;case 44:l=n.Comma;s++;break;case 45:if(i.isNumberStart(r,getCharCode(s+1),getCharCode(s+2))){consumeNumericToken()}else{if(getCharCode(s+1)===45&&getCharCode(s+2)===62){l=n.CDC;s=s+3}else{if(i.isIdentifierStart(r,getCharCode(s+1),getCharCode(s+2))){consumeIdentLikeToken()}else{l=n.Delim;s++}}}break;case 46:if(i.isNumberStart(r,getCharCode(s+1),getCharCode(s+2))){consumeNumericToken()}else{l=n.Delim;s++}break;case 47:if(getCharCode(s+1)===42){l=n.Comment;s=e.indexOf("*/",s+2);s=s===-1?e.length:s+2}else{l=n.Delim;s++}break;case 58:l=n.Colon;s++;break;case 59:l=n.Semicolon;s++;break;case 60:if(getCharCode(s+1)===33&&getCharCode(s+2)===45&&getCharCode(s+3)===45){l=n.CDO;s=s+4}else{l=n.Delim;s++}break;case 64:if(i.isIdentifierStart(getCharCode(s+1),getCharCode(s+2),getCharCode(s+3))){l=n.AtKeyword;s=a.consumeName(e,s+1)}else{l=n.Delim;s++}break;case 91:l=n.LeftSquareBracket;s++;break;case 92:if(i.isValidEscape(r,getCharCode(s+1))){consumeIdentLikeToken()}else{l=n.Delim;s++}break;case 93:l=n.RightSquareBracket;s++;break;case 123:l=n.LeftCurlyBracket;s++;break;case 125:l=n.RightCurlyBracket;s++;break;case i.DigitCategory:consumeNumericToken();break;case i.NameStartCategory:consumeIdentLikeToken();break;default:l=n.Delim;s++}t(l,o,o=s)}}t.AtKeyword=n.AtKeyword;t.BadString=n.BadString;t.BadUrl=n.BadUrl;t.CDC=n.CDC;t.CDO=n.CDO;t.Colon=n.Colon;t.Comma=n.Comma;t.Comment=n.Comment;t.Delim=n.Delim;t.Dimension=n.Dimension;t.EOF=n.EOF;t.Function=n.Function;t.Hash=n.Hash;t.Ident=n.Ident;t.LeftCurlyBracket=n.LeftCurlyBracket;t.LeftParenthesis=n.LeftParenthesis;t.LeftSquareBracket=n.LeftSquareBracket;t.Number=n.Number;t.Percentage=n.Percentage;t.RightCurlyBracket=n.RightCurlyBracket;t.RightParenthesis=n.RightParenthesis;t.RightSquareBracket=n.RightSquareBracket;t.Semicolon=n.Semicolon;t.String=n.String;t.Url=n.Url;t.WhiteSpace=n.WhiteSpace;t.tokenTypes=n;t.DigitCategory=i.DigitCategory;t.EofCategory=i.EofCategory;t.NameStartCategory=i.NameStartCategory;t.NonPrintableCategory=i.NonPrintableCategory;t.WhiteSpaceCategory=i.WhiteSpaceCategory;t.charCodeCategory=i.charCodeCategory;t.isBOM=i.isBOM;t.isDigit=i.isDigit;t.isHexDigit=i.isHexDigit;t.isIdentifierStart=i.isIdentifierStart;t.isLetter=i.isLetter;t.isLowercaseLetter=i.isLowercaseLetter;t.isName=i.isName;t.isNameStart=i.isNameStart;t.isNewline=i.isNewline;t.isNonAscii=i.isNonAscii;t.isNonPrintable=i.isNonPrintable;t.isNumberStart=i.isNumberStart;t.isUppercaseLetter=i.isUppercaseLetter;t.isValidEscape=i.isValidEscape;t.isWhiteSpace=i.isWhiteSpace;t.cmpChar=a.cmpChar;t.cmpStr=a.cmpStr;t.consumeBadUrlRemnants=a.consumeBadUrlRemnants;t.consumeEscaped=a.consumeEscaped;t.consumeName=a.consumeName;t.consumeNumber=a.consumeNumber;t.decodeEscaped=a.decodeEscaped;t.findDecimalNumberEnd=a.findDecimalNumberEnd;t.findWhiteSpaceEnd=a.findWhiteSpaceEnd;t.findWhiteSpaceStart=a.findWhiteSpaceStart;t.getNewlineLength=a.getNewlineLength;t.tokenNames=o;t.OffsetToLocation=s.OffsetToLocation;t.TokenStream=l.TokenStream;t.tokenize=tokenize},2290:e=>{"use strict";const t=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];e.exports=t},1864:(e,t)=>{"use strict";const r=0;const n=1;const i=2;const a=3;const o=4;const s=5;const l=6;const c=7;const u=8;const d=9;const p=10;const m=11;const f=12;const h=13;const y=14;const b=15;const v=16;const S=17;const x=18;const k=19;const C=20;const w=21;const T=22;const E=23;const A=24;const O=25;t.AtKeyword=a;t.BadString=l;t.BadUrl=u;t.CDC=b;t.CDO=y;t.Colon=v;t.Comma=x;t.Comment=O;t.Delim=d;t.Dimension=f;t.EOF=r;t.Function=i;t.Hash=o;t.Ident=n;t.LeftCurlyBracket=E;t.LeftParenthesis=w;t.LeftSquareBracket=k;t.Number=p;t.Percentage=m;t.RightCurlyBracket=A;t.RightParenthesis=T;t.RightSquareBracket=C;t.Semicolon=S;t.String=s;t.Url=c;t.WhiteSpace=h},8217:(e,t,r)=>{"use strict";const n=r(8410);function getCharCode(e,t){return t<e.length?e.charCodeAt(t):0}function getNewlineLength(e,t,r){if(r===13&&getCharCode(e,t+1)===10){return 2}return 1}function cmpChar(e,t,r){let i=e.charCodeAt(t);if(n.isUppercaseLetter(i)){i=i|32}return i===r}function cmpStr(e,t,r,i){if(r-t!==i.length){return false}if(t<0||r>e.length){return false}for(let a=t;a<r;a++){const r=i.charCodeAt(a-t);let o=e.charCodeAt(a);if(n.isUppercaseLetter(o)){o=o|32}if(o!==r){return false}}return true}function findWhiteSpaceStart(e,t){for(;t>=0;t--){if(!n.isWhiteSpace(e.charCodeAt(t))){break}}return t+1}function findWhiteSpaceEnd(e,t){for(;t<e.length;t++){if(!n.isWhiteSpace(e.charCodeAt(t))){break}}return t}function findDecimalNumberEnd(e,t){for(;t<e.length;t++){if(!n.isDigit(e.charCodeAt(t))){break}}return t}function consumeEscaped(e,t){t+=2;if(n.isHexDigit(getCharCode(e,t-1))){for(const r=Math.min(e.length,t+5);t<r;t++){if(!n.isHexDigit(getCharCode(e,t))){break}}const r=getCharCode(e,t);if(n.isWhiteSpace(r)){t+=getNewlineLength(e,t,r)}}return t}function consumeName(e,t){for(;t<e.length;t++){const r=e.charCodeAt(t);if(n.isName(r)){continue}if(n.isValidEscape(r,getCharCode(e,t+1))){t=consumeEscaped(e,t)-1;continue}break}return t}function consumeNumber(e,t){let r=e.charCodeAt(t);if(r===43||r===45){r=e.charCodeAt(t+=1)}if(n.isDigit(r)){t=findDecimalNumberEnd(e,t+1);r=e.charCodeAt(t)}if(r===46&&n.isDigit(e.charCodeAt(t+1))){t+=2;t=findDecimalNumberEnd(e,t)}if(cmpChar(e,t,101)){let i=0;r=e.charCodeAt(t+1);if(r===45||r===43){i=1;r=e.charCodeAt(t+2)}if(n.isDigit(r)){t=findDecimalNumberEnd(e,t+1+i+1)}}return t}function consumeBadUrlRemnants(e,t){for(;t<e.length;t++){const r=e.charCodeAt(t);if(r===41){t++;break}if(n.isValidEscape(r,getCharCode(e,t+1))){t=consumeEscaped(e,t)}}return t}function decodeEscaped(e){if(e.length===1&&!n.isHexDigit(e.charCodeAt(0))){return e[0]}let t=parseInt(e,16);if(t===0||t>=55296&&t<=57343||t>1114111){t=65533}return String.fromCodePoint(t)}t.cmpChar=cmpChar;t.cmpStr=cmpStr;t.consumeBadUrlRemnants=consumeBadUrlRemnants;t.consumeEscaped=consumeEscaped;t.consumeName=consumeName;t.consumeNumber=consumeNumber;t.decodeEscaped=decodeEscaped;t.findDecimalNumberEnd=findDecimalNumberEnd;t.findWhiteSpaceEnd=findWhiteSpaceEnd;t.findWhiteSpaceStart=findWhiteSpaceStart;t.getNewlineLength=getNewlineLength},3983:(e,t)=>{"use strict";let r=null;class List{static createItem(e){return{prev:null,next:null,data:e}}constructor(){this.head=null;this.tail=null;this.cursor=null}createItem(e){return List.createItem(e)}allocateCursor(e,t){let n;if(r!==null){n=r;r=r.cursor;n.prev=e;n.next=t;n.cursor=this.cursor}else{n={prev:e,next:t,cursor:this.cursor}}this.cursor=n;return n}releaseCursor(){const{cursor:e}=this;this.cursor=e.cursor;e.prev=null;e.next=null;e.cursor=r;r=e}updateCursors(e,t,r,n){let{cursor:i}=this;while(i!==null){if(i.prev===e){i.prev=t}if(i.next===r){i.next=n}i=i.cursor}}*[Symbol.iterator](){for(let e=this.head;e!==null;e=e.next){yield e.data}}get size(){let e=0;for(let t=this.head;t!==null;t=t.next){e++}return e}get isEmpty(){return this.head===null}get first(){return this.head&&this.head.data}get last(){return this.tail&&this.tail.data}fromArray(e){let t=null;this.head=null;for(let r of e){const e=List.createItem(r);if(t!==null){t.next=e}else{this.head=e}e.prev=t;t=e}this.tail=t;return this}toArray(){return[...this]}toJSON(){return[...this]}forEach(e,t=this){const r=this.allocateCursor(null,this.head);while(r.next!==null){const n=r.next;r.next=n.next;e.call(t,n.data,n,this)}this.releaseCursor()}forEachRight(e,t=this){const r=this.allocateCursor(this.tail,null);while(r.prev!==null){const n=r.prev;r.prev=n.prev;e.call(t,n.data,n,this)}this.releaseCursor()}reduce(e,t,r=this){let n=this.allocateCursor(null,this.head);let i=t;let a;while(n.next!==null){a=n.next;n.next=a.next;i=e.call(r,i,a.data,a,this)}this.releaseCursor();return i}reduceRight(e,t,r=this){let n=this.allocateCursor(this.tail,null);let i=t;let a;while(n.prev!==null){a=n.prev;n.prev=a.prev;i=e.call(r,i,a.data,a,this)}this.releaseCursor();return i}some(e,t=this){for(let r=this.head;r!==null;r=r.next){if(e.call(t,r.data,r,this)){return true}}return false}map(e,t=this){const r=new List;for(let n=this.head;n!==null;n=n.next){r.appendData(e.call(t,n.data,n,this))}return r}filter(e,t=this){const r=new List;for(let n=this.head;n!==null;n=n.next){if(e.call(t,n.data,n,this)){r.appendData(n.data)}}return r}nextUntil(e,t,r=this){if(e===null){return}const n=this.allocateCursor(null,e);while(n.next!==null){const e=n.next;n.next=e.next;if(t.call(r,e.data,e,this)){break}}this.releaseCursor()}prevUntil(e,t,r=this){if(e===null){return}const n=this.allocateCursor(e,null);while(n.prev!==null){const e=n.prev;n.prev=e.prev;if(t.call(r,e.data,e,this)){break}}this.releaseCursor()}clear(){this.head=null;this.tail=null}copy(){const e=new List;for(let t of this){e.appendData(t)}return e}prepend(e){this.updateCursors(null,e,this.head,e);if(this.head!==null){this.head.prev=e;e.next=this.head}else{this.tail=e}this.head=e;return this}prependData(e){return this.prepend(List.createItem(e))}append(e){return this.insert(e)}appendData(e){return this.insert(List.createItem(e))}insert(e,t=null){if(t!==null){this.updateCursors(t.prev,e,t,e);if(t.prev===null){if(this.head!==t){throw new Error("before doesn't belong to list")}this.head=e;t.prev=e;e.next=t;this.updateCursors(null,e)}else{t.prev.next=e;e.prev=t.prev;t.prev=e;e.next=t}}else{this.updateCursors(this.tail,e,null,e);if(this.tail!==null){this.tail.next=e;e.prev=this.tail}else{this.head=e}this.tail=e}return this}insertData(e,t){return this.insert(List.createItem(e),t)}remove(e){this.updateCursors(e,e.prev,e,e.next);if(e.prev!==null){e.prev.next=e.next}else{if(this.head!==e){throw new Error("item doesn't belong to list")}this.head=e.next}if(e.next!==null){e.next.prev=e.prev}else{if(this.tail!==e){throw new Error("item doesn't belong to list")}this.tail=e.prev}e.prev=null;e.next=null;return e}push(e){this.insert(List.createItem(e))}pop(){return this.tail!==null?this.remove(this.tail):null}unshift(e){this.prepend(List.createItem(e))}shift(){return this.head!==null?this.remove(this.head):null}prependList(e){return this.insertList(e,this.head)}appendList(e){return this.insertList(e)}insertList(e,t){if(e.head===null){return this}if(t!==undefined&&t!==null){this.updateCursors(t.prev,e.tail,t,e.head);if(t.prev!==null){t.prev.next=e.head;e.head.prev=t.prev}else{this.head=e.head}t.prev=e.tail;e.tail.next=t}else{this.updateCursors(this.tail,e.tail,null,e.head);if(this.tail!==null){this.tail.next=e.head;e.head.prev=this.tail}else{this.head=e.head}this.tail=e.tail}e.head=null;e.tail=null;return this}replace(e,t){if("head"in t){this.insertList(t,e)}else{this.insert(t,e)}this.remove(e)}}t.List=List},1823:(e,t,r)=>{"use strict";const n=r(3983);function clone(e){const t={};for(const r in e){let i=e[r];if(i){if(Array.isArray(i)||i instanceof n.List){i=i.map(clone)}else if(i.constructor===Object){i=clone(i)}}t[r]=i}return t}t.clone=clone},3186:(e,t)=>{"use strict";function createCustomError(e,t){const r=Object.create(SyntaxError.prototype);const n=new Error;return Object.assign(r,{name:e,message:t,get stack(){return(n.stack||"").replace(/^(.+\n){1,3}/,`${e}: ${t}\n`)}})}t.createCustomError=createCustomError},4727:(e,t,r)=>{"use strict";const n=r(8410);const i=r(8217);const a=92;function decode(e){const t=e.length-1;let r="";for(let o=0;o<e.length;o++){let s=e.charCodeAt(o);if(s===a){if(o===t){break}s=e.charCodeAt(++o);if(n.isValidEscape(a,s)){const t=o-1;const n=i.consumeEscaped(e,t);o=n-1;r+=i.decodeEscaped(e.substring(t+1,n))}else{if(s===13&&e.charCodeAt(o+1)===10){o++}}}else{r+=e[o]}}return r}function encode(e){let t="";if(e.length===1&&e.charCodeAt(0)===45){return"\\-"}for(let r=0;r<e.length;r++){const i=e.charCodeAt(r);if(i===0){t+="�";continue}if(i<=31||i===127||i>=48&&i<=57&&(r===0||r===1&&e.charCodeAt(0)===45)){t+="\\"+i.toString(16)+" ";continue}if(n.isName(i)){t+=e.charAt(r)}else{t+="\\"+e.charAt(r)}}return t}t.decode=decode;t.encode=encode},7296:(e,t)=>{"use strict";const r=new Map;const n=new Map;const i=45;const a=getKeywordDescriptor;const o=getPropertyDescriptor;const s=getVendorPrefix;function isCustomProperty(e,t){t=t||0;return e.length-t>=2&&e.charCodeAt(t)===i&&e.charCodeAt(t+1)===i}function getVendorPrefix(e,t){t=t||0;if(e.length-t>=3){if(e.charCodeAt(t)===i&&e.charCodeAt(t+1)!==i){const r=e.indexOf("-",t+2);if(r!==-1){return e.substring(t,r+1)}}}return""}function getKeywordDescriptor(e){if(r.has(e)){return r.get(e)}const t=e.toLowerCase();let n=r.get(t);if(n===undefined){const e=isCustomProperty(t,0);const r=!e?getVendorPrefix(t,0):"";n=Object.freeze({basename:t.substr(r.length),name:t,prefix:r,vendor:r,custom:e})}r.set(e,n);return n}function getPropertyDescriptor(e){if(n.has(e)){return n.get(e)}let t=e;let r=e[0];if(r==="/"){r=e[1]==="/"?"//":"/"}else if(r!=="_"&&r!=="*"&&r!=="$"&&r!=="#"&&r!=="+"&&r!=="&"){r=""}const i=isCustomProperty(t,r.length);if(!i){t=t.toLowerCase();if(n.has(t)){const r=n.get(t);n.set(e,r);return r}}const a=!i?getVendorPrefix(t,r.length):"";const o=t.substr(0,r.length+a.length);const s=Object.freeze({basename:t.substr(o.length),name:t.substr(r.length),hack:r,vendor:a,prefix:o,custom:i});n.set(e,s);return s}t.isCustomProperty=isCustomProperty;t.keyword=a;t.property=o;t.vendorPrefix=s},6516:(e,t,r)=>{"use strict";const n=r(8410);const i=r(8217);const a=92;const o=34;const s=39;function decode(e){const t=e.length;const r=e.charCodeAt(0);const l=r===o||r===s?1:0;const c=l===1&&t>1&&e.charCodeAt(t-1)===r?t-2:t-1;let u="";for(let r=l;r<=c;r++){let o=e.charCodeAt(r);if(o===a){if(r===c){if(r!==t-1){u=e.substr(r+1)}break}o=e.charCodeAt(++r);if(n.isValidEscape(a,o)){const t=r-1;const n=i.consumeEscaped(e,t);r=n-1;u+=i.decodeEscaped(e.substring(t+1,n))}else{if(o===13&&e.charCodeAt(r+1)===10){r++}}}else{u+=e[r]}}return u}function encode(e,t){const r=t?"'":'"';const i=t?s:o;let l="";let c=false;for(let t=0;t<e.length;t++){const r=e.charCodeAt(t);if(r===0){l+="�";continue}if(r<=31||r===127){l+="\\"+r.toString(16);c=true;continue}if(r===i||r===a){l+="\\"+e.charAt(t);c=false}else{if(c&&(n.isHexDigit(r)||n.isWhiteSpace(r))){l+=" "}l+=e.charAt(t);c=false}}return r+l+r}t.decode=decode;t.encode=encode},1139:(e,t,r)=>{"use strict";const n=r(8410);const i=r(8217);const a=32;const o=92;const s=34;const l=39;const c=40;const u=41;function decode(e){const t=e.length;let r=4;let a=e.charCodeAt(t-1)===u?t-2:t-1;let s="";while(r<a&&n.isWhiteSpace(e.charCodeAt(r))){r++}while(r<a&&n.isWhiteSpace(e.charCodeAt(a))){a--}for(let l=r;l<=a;l++){let r=e.charCodeAt(l);if(r===o){if(l===a){if(l!==t-1){s=e.substr(l+1)}break}r=e.charCodeAt(++l);if(n.isValidEscape(o,r)){const t=l-1;const r=i.consumeEscaped(e,t);l=r-1;s+=i.decodeEscaped(e.substring(t+1,r))}else{if(r===13&&e.charCodeAt(l+1)===10){l++}}}else{s+=e[l]}}return s}function encode(e){let t="";let r=false;for(let i=0;i<e.length;i++){const d=e.charCodeAt(i);if(d===0){t+="�";continue}if(d<=31||d===127){t+="\\"+d.toString(16);r=true;continue}if(d===a||d===o||d===s||d===l||d===c||d===u){t+="\\"+e.charAt(i);r=false}else{if(r&&n.isHexDigit(d)){t+=" "}t+=e.charAt(i);r=false}}return"url("+t+")"}t.decode=decode;t.encode=encode},8685:(e,t,r)=>{"use strict";const{version:n}=r(3684);t.version=n},5876:(e,t)=>{"use strict";const{hasOwnProperty:r}=Object.prototype;const noop=function(){};function ensureFunction(e){return typeof e==="function"?e:noop}function invokeForType(e,t){return function(r,n,i){if(r.type===t){e.call(this,r,n,i)}}}function getWalkersFromStructure(e,t){const n=t.structure;const i=[];for(const e in n){if(r.call(n,e)===false){continue}let t=n[e];const a={name:e,type:false,nullable:false};if(!Array.isArray(t)){t=[t]}for(const e of t){if(e===null){a.nullable=true}else if(typeof e==="string"){a.type="node"}else if(Array.isArray(e)){a.type="list"}}if(a.type){i.push(a)}}if(i.length){return{context:t.walkContext,fields:i}}return null}function getTypesFromConfig(e){const t={};for(const n in e.node){if(r.call(e.node,n)){const r=e.node[n];if(!r.structure){throw new Error("Missed `structure` field in `"+n+"` node type definition")}t[n]=getWalkersFromStructure(n,r)}}return t}function createTypeIterator(e,t){const r=e.fields.slice();const n=e.context;const i=typeof n==="string";if(t){r.reverse()}return function(e,a,o,s){let l;if(i){l=a[n];a[n]=e}for(const n of r){const r=e[n.name];if(!n.nullable||r){if(n.type==="list"){const e=t?r.reduceRight(s,false):r.reduce(s,false);if(e){return true}}else if(o(r)){return true}}}if(i){a[n]=l}}}function createFastTraveralMap({StyleSheet:e,Atrule:t,Rule:r,Block:n,DeclarationList:i}){return{Atrule:{StyleSheet:e,Atrule:t,Rule:r,Block:n},Rule:{StyleSheet:e,Atrule:t,Rule:r,Block:n},Declaration:{StyleSheet:e,Atrule:t,Rule:r,Block:n,DeclarationList:i}}}function createWalker(e){const t=getTypesFromConfig(e);const n={};const i={};const a=Symbol("break-walk");const o=Symbol("skip-node");for(const e in t){if(r.call(t,e)&&t[e]!==null){n[e]=createTypeIterator(t[e],false);i[e]=createTypeIterator(t[e],true)}}const s=createFastTraveralMap(n);const l=createFastTraveralMap(i);const walk=function(e,r){function walkNode(e,t,r){const n=c.call(p,e,t,r);if(n===a){return true}if(n===o){return false}if(d.hasOwnProperty(e.type)){if(d[e.type](e,p,walkNode,walkReducer)){return true}}if(u.call(p,e,t,r)===a){return true}return false}let c=noop;let u=noop;let d=n;let walkReducer=(e,t,r,n)=>e||walkNode(t,r,n);const p={break:a,skip:o,root:e,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof r==="function"){c=r}else if(r){c=ensureFunction(r.enter);u=ensureFunction(r.leave);if(r.reverse){d=i}if(r.visit){if(s.hasOwnProperty(r.visit)){d=r.reverse?l[r.visit]:s[r.visit]}else if(!t.hasOwnProperty(r.visit)){throw new Error("Bad value `"+r.visit+"` for `visit` option (should be: "+Object.keys(t).sort().join(", ")+")")}c=invokeForType(c,r.visit);u=invokeForType(u,r.visit)}}if(c===noop&&u===noop){throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function")}walkNode(e)};walk.break=a;walk.skip=o;walk.find=function(e,t){let r=null;walk(e,(function(e,n,i){if(t.call(this,e,n,i)){r=e;return a}}));return r};walk.findLast=function(e,t){let r=null;walk(e,{reverse:true,enter(e,n,i){if(t.call(this,e,n,i)){r=e;return a}}});return r};walk.findAll=function(e,t){const r=[];walk(e,(function(e,n,i){if(t.call(this,e,n,i)){r.push(e)}}));return r};return walk}t.createWalker=createWalker},9259:(e,t,r)=>{"use strict";const n=r(7352);const i=r(824);function cleanAtrule(e,t,r){if(e.block){if(this.stylesheet!==null){this.stylesheet.firstAtrulesAllowed=false}if(i.hasNoChildren(e.block)){r.remove(t);return}}switch(e.name){case"charset":if(i.hasNoChildren(e.prelude)){r.remove(t);return}if(t.prev){r.remove(t);return}break;case"import":if(this.stylesheet===null||!this.stylesheet.firstAtrulesAllowed){r.remove(t);return}r.prevUntil(t.prev,(function(e){if(e.type==="Atrule"){if(e.name==="import"||e.name==="charset"){return}}this.root.firstAtrulesAllowed=false;r.remove(t);return true}),this);break;default:{const a=n.keyword(e.name).basename;if(a==="keyframes"||a==="media"||a==="supports"){if(i.hasNoChildren(e.prelude)||i.hasNoChildren(e.block)){r.remove(t)}}}}}e.exports=cleanAtrule},7304:e=>{"use strict";function cleanComment(e,t,r){r.remove(t)}e.exports=cleanComment},638:(e,t,r)=>{"use strict";const n=r(7352);function cleanDeclartion(e,t,r){if(e.value.children&&e.value.children.isEmpty){r.remove(t);return}if(n.property(e.property).custom){if(/\S/.test(e.value.value)){e.value.value=e.value.value.trim()}}}e.exports=cleanDeclartion},6471:(e,t,r)=>{"use strict";const n=r(824);function cleanRaw(e,t,r){if(n.isNodeChildrenList(this.stylesheet,r)||n.isNodeChildrenList(this.block,r)){r.remove(t)}}e.exports=cleanRaw},8604:(e,t,r)=>{"use strict";const n=r(7352);const i=r(824);const{hasOwnProperty:a}=Object.prototype;const o=new Set(["keyframes"]);function cleanUnused(e,t){e.children.forEach(((r,i,o)=>{let s=false;n.walk(r,(function(r){if(this.selector===null||this.selector===e){switch(r.type){case"SelectorList":if(this.function===null||this.function.name.toLowerCase()!=="not"){if(cleanUnused(r,t)){s=true}}break;case"ClassSelector":if(t.whitelist!==null&&t.whitelist.classes!==null&&!a.call(t.whitelist.classes,r.name)){s=true}if(t.blacklist!==null&&t.blacklist.classes!==null&&a.call(t.blacklist.classes,r.name)){s=true}break;case"IdSelector":if(t.whitelist!==null&&t.whitelist.ids!==null&&!a.call(t.whitelist.ids,r.name)){s=true}if(t.blacklist!==null&&t.blacklist.ids!==null&&a.call(t.blacklist.ids,r.name)){s=true}break;case"TypeSelector":if(r.name.charAt(r.name.length-1)!=="*"){if(t.whitelist!==null&&t.whitelist.tags!==null&&!a.call(t.whitelist.tags,r.name.toLowerCase())){s=true}if(t.blacklist!==null&&t.blacklist.tags!==null&&a.call(t.blacklist.tags,r.name.toLowerCase())){s=true}}break}}}));if(s){o.remove(i)}}));return e.children.isEmpty}function cleanRule(e,t,r,a){if(i.hasNoChildren(e.prelude)||i.hasNoChildren(e.block)){r.remove(t);return}if(this.atrule&&o.has(n.keyword(this.atrule.name).basename)){return}const{usage:s}=a;if(s&&(s.whitelist!==null||s.blacklist!==null)){cleanUnused(e.prelude,s);if(i.hasNoChildren(e.prelude)){r.remove(t);return}}}e.exports=cleanRule},8536:e=>{"use strict";function cleanTypeSelector(e,t,r){const n=t.data.name;if(n!=="*"){return}const i=t.next&&t.next.data.type;if(i==="IdSelector"||i==="ClassSelector"||i==="AttributeSelector"||i==="PseudoClassSelector"||i==="PseudoElementSelector"){r.remove(t)}}e.exports=cleanTypeSelector},7012:e=>{"use strict";function cleanWhitespace(e,t,r){r.remove(t)}e.exports=cleanWhitespace},8432:(e,t,r)=>{"use strict";const n=r(7352);const i=r(9259);const a=r(7304);const o=r(638);const s=r(6471);const l=r(8604);const c=r(8536);const u=r(7012);const d={Atrule:i,Comment:a,Declaration:o,Raw:s,Rule:l,TypeSelector:c,WhiteSpace:u};function clean(e,t){n.walk(e,{leave(e,r,n){if(d.hasOwnProperty(e.type)){d[e.type].call(this,e,r,n,t)}}})}e.exports=clean},824:(e,t)=>{"use strict";function hasNoChildren(e){return!e||!e.children||e.children.isEmpty}function isNodeChildrenList(e,t){return e!==null&&e.children===t}t.hasNoChildren=hasNoChildren;t.isNodeChildrenList=isNodeChildrenList},7300:(e,t,r)=>{"use strict";const n=r(7352);const i=r(7995);const a=r(8432);const o=r(174);const s=r(2103);function readChunk(e,t){const r=new n.List;let i=false;let a;e.nextUntil(e.head,((e,n,o)=>{if(e.type==="Comment"){if(!t||e.value.charAt(0)!=="!"){o.remove(n);return}if(i||a){return true}o.remove(n);a=e;return}if(e.type!=="WhiteSpace"){i=true}r.insert(o.remove(n))}));return{comment:a,stylesheet:{type:"StyleSheet",loc:null,children:r}}}function compressChunk(e,t,r,i){i.logger(`Compress block #${r}`,null,true);let l=1;if(e.type==="StyleSheet"){e.firstAtrulesAllowed=t;e.id=l++}n.walk(e,{visit:"Atrule",enter(e){if(e.block!==null){e.block.id=l++}}});i.logger("init",e);a(e,i);i.logger("clean",e);o(e);i.logger("replace",e);if(i.restructuring){s(e,i)}return e}function getCommentsOption(e){let t="comments"in e?e.comments:"exclamation";if(typeof t==="boolean"){t=t?"exclamation":false}else if(t!=="exclamation"&&t!=="first-exclamation"){t=false}return t}function getRestructureOption(e){if("restructure"in e){return e.restructure}return"restructuring"in e?e.restructuring:true}function wrapBlock(e){return(new n.List).appendData({type:"Rule",loc:null,prelude:{type:"SelectorList",loc:null,children:(new n.List).appendData({type:"Selector",loc:null,children:(new n.List).appendData({type:"TypeSelector",loc:null,name:"x"})})},block:e})}function compress(e,t){e=e||{type:"StyleSheet",loc:null,children:new n.List};t=t||{};const r={logger:typeof t.logger==="function"?t.logger:function(){},restructuring:getRestructureOption(t),forceMediaMerge:Boolean(t.forceMediaMerge),usage:t.usage?i.buildIndex(t.usage):false};const a=new n.List;let o=getCommentsOption(t);let s=true;let l;let c;let u=1;let d;if(t.clone){e=n.clone(e)}if(e.type==="StyleSheet"){l=e.children;e.children=a}else{l=wrapBlock(e)}do{c=readChunk(l,Boolean(o));compressChunk(c.stylesheet,s,u++,r);d=c.stylesheet.children;if(c.comment){if(!a.isEmpty){a.insert(n.List.createItem({type:"Raw",value:"\n"}))}a.insert(n.List.createItem(c.comment));if(!d.isEmpty){a.insert(n.List.createItem({type:"Raw",value:"\n"}))}}if(s&&!d.isEmpty){const e=d.last;if(e.type!=="Atrule"||e.name!=="import"&&e.name!=="charset"){s=false}}if(o!=="exclamation"){o=false}a.appendList(d)}while(!l.isEmpty);return{ast:e}}e.exports=compress},457:(e,t,r)=>{"use strict";const n=r(4692);const i=r(2677);const a=r(1255);const{parse:o,generate:s,compress:l}=i;function debugOutput(e,t,r,n){if(t.debug){console.error(`## ${e} done in %d ms\n`,Date.now()-r)}return n}function createDefaultLogger(e){let t;return function logger(r,n){let i=r;if(n){i=`[${((Date.now()-t)/1e3).toFixed(3)}s] ${i}`}if(e>1&&n){let t=s(n);if(e===2&&t.length>256){t=t.substr(0,256)+"..."}i+=`\n ${t}\n`}console.error(i);t=Date.now()}}function buildCompressOptions(e){e={...e};if(typeof e.logger!=="function"&&e.debug){e.logger=createDefaultLogger(e.debug)}return e}function runHandler(e,t,r){if(!Array.isArray(r)){r=[r]}r.forEach((r=>r(e,t)))}function minify(e,t,r){r=r||{};const n=r.filename||"<unknown>";let i;const a=debugOutput("parsing",r,Date.now(),o(t,{context:e,filename:n,positions:Boolean(r.sourceMap)}));if(r.beforeCompress){debugOutput("beforeCompress",r,Date.now(),runHandler(a,r,r.beforeCompress))}const c=debugOutput("compress",r,Date.now(),l(a,buildCompressOptions(r)));if(r.afterCompress){debugOutput("afterCompress",r,Date.now(),runHandler(c,r,r.afterCompress))}if(r.sourceMap){i=debugOutput("generate(sourceMap: true)",r,Date.now(),(()=>{const e=s(c.ast,{sourceMap:true});e.map._file=n;e.map.setSourceContent(n,t);return e})())}else{i=debugOutput("generate",r,Date.now(),{css:s(c.ast),map:null})}return i}function minifyStylesheet(e,t){return minify("stylesheet",e,t)}function minifyBlock(e,t){return minify("declarationList",e,t)}t.version=n.version;t.syntax=i;t.utils=a;t.minify=minifyStylesheet;t.minifyBlock=minifyBlock},1028:(e,t,r)=>{"use strict";const n=r(7352);const i=r(7426);function Atrule(e){if(n.keyword(e.name).basename==="keyframes"){i(e)}}e.exports=Atrule},9526:e=>{"use strict";const t=/^(-?\d|--)|[\u0000-\u002c\u002e\u002f\u003A-\u0040\u005B-\u005E\u0060\u007B-\u009f]/;function canUnquote(e){if(e===""||e==="-"){return false}return!t.test(e)}function AttributeSelector(e){const t=e.value;if(!t||t.type!=="String"){return}if(canUnquote(t.value)){e.value={type:"Identifier",loc:t.loc,name:t.value}}}e.exports=AttributeSelector},9870:(e,t,r)=>{"use strict";const n=r(7702);const i=new Set(["calc","min","max","clamp"]);const a=new Set(["px","mm","cm","in","pt","pc","em","ex","ch","rem","vh","vw","vmin","vmax","vm"]);function compressDimension(e,t){const r=n.packNumber(e.value);e.value=r;if(r==="0"&&this.declaration!==null&&this.atrulePrelude===null){const n=e.unit.toLowerCase();if(!a.has(n)){return}if(this.declaration.property==="-ms-flex"||this.declaration.property==="flex"){return}if(this.function&&i.has(this.function.name)){return}t.data={type:"Number",loc:e.loc,value:r}}}e.exports=compressDimension},7702:(e,t)=>{"use strict";const r=/^(?:\+|(-))?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/;const n=/^([\+\-])?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/;const i=new Set(["Dimension","Hash","Identifier","Number","Raw","UnicodeRange"]);function packNumber(e,t){const a=t&&t.prev!==null&&i.has(t.prev.data.type)?n:r;e=String(e).replace(a,"$1$2$3");if(e===""||e==="-"){e="0"}return e}function Number(e){e.value=packNumber(e.value)}t.Number=Number;t.packNumber=packNumber},8339:(e,t,r)=>{"use strict";const n=r(7352);const i=r(7702);const a=new Set(["width","min-width","max-width","height","min-height","max-height","flex","-ms-flex"]);function compressPercentage(e,t){e.value=i.packNumber(e.value);if(e.value==="0"&&this.declaration&&!a.has(this.declaration.property)){t.data={type:"Number",loc:e.loc,value:e.value};if(!n.lexer.matchDeclaration(this.declaration).isType(t.data,"length")){t.data=e}}}e.exports=compressPercentage},5059:e=>{"use strict";function Url(e){e.value=e.value.replace(/\\/g,"/")}e.exports=Url},3127:(e,t,r)=>{"use strict";const n=r(7352);const i=r(9812);const a=r(6479);const o=r(6988);const s=r(4753);const l={font:i,"font-weight":a,background:o,border:s,outline:s};function compressValue(e){if(!this.declaration){return}const t=n.property(this.declaration.property);if(l.hasOwnProperty(t.basename)){l[t.basename](e)}}e.exports=compressValue},7426:e=>{"use strict";function compressKeyframes(e){e.block.children.forEach((e=>{e.prelude.children.forEach((e=>{e.children.forEach(((e,t)=>{if(e.type==="Percentage"&&e.value==="100"){t.data={type:"TypeSelector",loc:e.loc,name:"to"}}else if(e.type==="TypeSelector"&&e.name==="from"){t.data={type:"Percentage",loc:e.loc,value:"0"}}}))}))}))}e.exports=compressKeyframes},2455:(e,t,r)=>{"use strict";const n=r(7352);const i=r(7702);const a={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgrey:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",grey:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};const o={8e5:"maroon",800080:"purple",808e3:"olive",808080:"gray","00ffff":"cyan",f0ffff:"azure",f5f5dc:"beige",ffe4c4:"bisque","000000":"black","0000ff":"blue",a52a2a:"brown",ff7f50:"coral",ffd700:"gold","008000":"green","4b0082":"indigo",fffff0:"ivory",f0e68c:"khaki","00ff00":"lime",faf0e6:"linen","000080":"navy",ffa500:"orange",da70d6:"orchid",cd853f:"peru",ffc0cb:"pink",dda0dd:"plum",f00:"red",ff0000:"red",fa8072:"salmon",a0522d:"sienna",c0c0c0:"silver",fffafa:"snow",d2b48c:"tan","008080":"teal",ff6347:"tomato",ee82ee:"violet",f5deb3:"wheat",ffffff:"white",ffff00:"yellow"};function hueToRgb(e,t,r){if(r<0){r+=1}if(r>1){r-=1}if(r<1/6){return e+(t-e)*6*r}if(r<1/2){return t}if(r<2/3){return e+(t-e)*(2/3-r)*6}return e}function hslToRgb(e,t,r,n){let i;let a;let o;if(t===0){i=a=o=r}else{const n=r<.5?r*(1+t):r+t-r*t;const s=2*r-n;i=hueToRgb(s,n,e+1/3);a=hueToRgb(s,n,e);o=hueToRgb(s,n,e-1/3)}return[Math.round(i*255),Math.round(a*255),Math.round(o*255),n]}function toHex(e){e=e.toString(16);return e.length===1?"0"+e:e}function parseFunctionArgs(e,t,r){let n=e.head;let i=[];let a=false;while(n!==null){const{type:e,value:t}=n.data;switch(e){case"Number":case"Percentage":if(a){return}a=true;i.push({type:e,value:Number(t)});break;case"Operator":if(t===","){if(!a){return}a=false}else if(a||t!=="+"){return}break;default:return}n=n.next}if(i.length!==t){return}if(i.length===4){if(i[3].type!=="Number"){return}i[3].type="Alpha"}if(r){if(i[0].type!==i[1].type||i[0].type!==i[2].type){return}}else{if(i[0].type!=="Number"||i[1].type!=="Percentage"||i[2].type!=="Percentage"){return}i[0].type="Angle"}return i.map((function(e){let t=Math.max(0,e.value);switch(e.type){case"Number":t=Math.min(t,255);break;case"Percentage":t=Math.min(t,100)/100;if(!r){return t}t=255*t;break;case"Angle":return(t%360+360)%360/360;case"Alpha":return Math.min(t,1)}return Math.round(t)}))}function compressFunction(e,t){let r=e.name;let n;if(r==="rgba"||r==="hsla"){n=parseFunctionArgs(e.children,4,r==="rgba");if(!n){return}if(r==="hsla"){n=hslToRgb(...n);e.name="rgba"}if(n[3]===0){const r=this.function&&this.function.name;if(n[0]===0&&n[1]===0&&n[2]===0||!/^(?:to|from|color-stop)$|gradient$/i.test(r)){t.data={type:"Identifier",loc:e.loc,name:"transparent"};return}}if(n[3]!==1){e.children.forEach(((e,t,r)=>{if(e.type==="Operator"){if(e.value!==","){r.remove(t)}return}t.data={type:"Number",loc:e.loc,value:i.packNumber(n.shift())}}));return}r="rgb"}if(r==="hsl"){n=n||parseFunctionArgs(e.children,3,false);if(!n){return}n=hslToRgb(...n);r="rgb"}if(r==="rgb"){n=n||parseFunctionArgs(e.children,3,true);if(!n){return}t.data={type:"Hash",loc:e.loc,value:toHex(n[0])+toHex(n[1])+toHex(n[2])};compressHex(t.data,t)}}function compressIdent(e,t){if(this.declaration===null){return}let r=e.name.toLowerCase();if(a.hasOwnProperty(r)&&n.lexer.matchDeclaration(this.declaration).isType(e,"color")){const n=a[r];if(n.length+1<=r.length){t.data={type:"Hash",loc:e.loc,value:n}}else{if(r==="grey"){r="gray"}e.name=r}}}function compressHex(e,t){let r=e.value.toLowerCase();if(r.length===6&&r[0]===r[1]&&r[2]===r[3]&&r[4]===r[5]){r=r[0]+r[2]+r[4]}if(o[r]){t.data={type:"Identifier",loc:e.loc,name:o[r]}}else{e.value=r}}t.compressFunction=compressFunction;t.compressHex=compressHex;t.compressIdent=compressIdent},174:(e,t,r)=>{"use strict";const n=r(7352);const i=r(1028);const a=r(9526);const o=r(3127);const s=r(9870);const l=r(8339);const c=r(7702);const u=r(5059);const d=r(2455);const p={Atrule:i,AttributeSelector:a,Value:o,Dimension:s,Percentage:l,Number:c.Number,Url:u,Hash:d.compressHex,Identifier:d.compressIdent,Function:d.compressFunction};function replace(e){n.walk(e,{leave(e,t,r){if(p.hasOwnProperty(e.type)){p[e.type].call(this,e,t,r)}}})}e.exports=replace},6988:(e,t,r)=>{"use strict";const n=r(7352);function compressBackground(e){function flush(){if(!r.length){r.unshift({type:"Number",loc:null,value:"0"},{type:"Number",loc:null,value:"0"})}t.push.apply(t,r);r=[]}let t=[];let r=[];e.children.forEach((e=>{if(e.type==="Operator"&&e.value===","){flush();t.push(e);return}if(e.type==="Identifier"){if(e.name==="transparent"||e.name==="none"||e.name==="repeat"||e.name==="scroll"){return}}r.push(e)}));flush();e.children=(new n.List).fromArray(t)}e.exports=compressBackground},4753:e=>{"use strict";function compressBorder(e){e.children.forEach(((e,t,r)=>{if(e.type==="Identifier"&&e.name.toLowerCase()==="none"){if(r.head===r.tail){t.data={type:"Number",loc:e.loc,value:"0"}}else{r.remove(t)}}}))}e.exports=compressBorder},6479:e=>{"use strict";function compressFontWeight(e){const t=e.children.head.data;if(t.type==="Identifier"){switch(t.name){case"normal":e.children.head.data={type:"Number",loc:t.loc,value:"400"};break;case"bold":e.children.head.data={type:"Number",loc:t.loc,value:"700"};break}}}e.exports=compressFontWeight},9812:e=>{"use strict";function compressFont(e){const t=e.children;t.forEachRight((function(e,t){if(e.type==="Identifier"){if(e.name==="bold"){t.data={type:"Number",loc:e.loc,value:"700"}}else if(e.name==="normal"){const e=t.prev;if(e&&e.data.type==="Operator"&&e.data.value==="/"){this.remove(e)}this.remove(t)}}}));if(t.isEmpty){t.insert(t.createItem({type:"Identifier",name:"normal"}))}}e.exports=compressFont},3244:(e,t,r)=>{"use strict";const n=r(7352);const{hasOwnProperty:i}=Object.prototype;function addRuleToMap(e,t,r,a){const o=t.data;const s=n.keyword(o.name).basename;const l=o.name.toLowerCase()+"/"+(o.prelude?o.prelude.id:null);if(!i.call(e,s)){e[s]=Object.create(null)}if(a){delete e[s][l]}if(!i.call(e[s],l)){e[s][l]=new n.List}e[s][l].append(r.remove(t))}function relocateAtrules(e,t){const r=Object.create(null);let i=null;e.children.forEach((function(e,a,o){if(e.type==="Atrule"){const s=n.keyword(e.name).basename;switch(s){case"keyframes":addRuleToMap(r,a,o,true);return;case"media":if(t.forceMediaMerge){addRuleToMap(r,a,o,false);return}break}if(i===null&&s!=="charset"&&s!=="import"){i=a}}else{if(i===null){i=a}}}));for(const t in r){for(const n in r[t]){e.children.insertList(r[t][n],t==="media"?null:i)}}}function isMediaRule(e){return e.type==="Atrule"&&e.name==="media"}function processAtrule(e,t,r){if(!isMediaRule(e)){return}const n=t.prev&&t.prev.data;if(!n||!isMediaRule(n)){return}if(e.prelude&&n.prelude&&e.prelude.id===n.prelude.id){n.block.children.appendList(e.block.children);r.remove(t)}}function rejoinAtrule(e,t){relocateAtrules(e,t);n.walk(e,{visit:"Atrule",reverse:true,enter:processAtrule})}e.exports=rejoinAtrule},7591:(e,t,r)=>{"use strict";const n=r(7352);const i=r(407);function processRule(e,t,r){const n=e.prelude.children;const a=e.block.children;r.prevUntil(t.prev,(function(o){if(o.type!=="Rule"){return i.unsafeToSkipNode.call(n,o)}const s=o.prelude.children;const l=o.block.children;if(e.pseudoSignature===o.pseudoSignature){if(i.isEqualSelectors(s,n)){l.appendList(a);r.remove(t);return true}if(i.isEqualDeclarations(a,l)){i.addSelectors(s,n);r.remove(t);return true}}return i.hasSimilarSelectors(n,s)}))}function initialMergeRule(e){n.walk(e,{visit:"Rule",enter:processRule})}e.exports=initialMergeRule},6592:(e,t,r)=>{"use strict";const n=r(7352);function processRule(e,t,r){const i=e.prelude.children;while(i.head!==i.tail){const a=new n.List;a.insert(i.remove(i.head));r.insert(r.createItem({type:"Rule",loc:e.loc,prelude:{type:"SelectorList",loc:e.prelude.loc,children:a},block:{type:"Block",loc:e.block.loc,children:e.block.children.copy()},pseudoSignature:e.pseudoSignature}),t)}}function disjoinRule(e){n.walk(e,{visit:"Rule",reverse:true,enter:processRule})}e.exports=disjoinRule},1070:(e,t,r)=>{"use strict";const n=r(7352);const i=1;const a=2;const o=0;const s=1;const l=2;const c=3;const u=["top","right","bottom","left"];const d={"margin-top":"top","margin-right":"right","margin-bottom":"bottom","margin-left":"left","padding-top":"top","padding-right":"right","padding-bottom":"bottom","padding-left":"left","border-top-color":"top","border-right-color":"right","border-bottom-color":"bottom","border-left-color":"left","border-top-width":"top","border-right-width":"right","border-bottom-width":"bottom","border-left-width":"left","border-top-style":"top","border-right-style":"right","border-bottom-style":"bottom","border-left-style":"left"};const p={margin:"margin","margin-top":"margin","margin-right":"margin","margin-bottom":"margin","margin-left":"margin",padding:"padding","padding-top":"padding","padding-right":"padding","padding-bottom":"padding","padding-left":"padding","border-color":"border-color","border-top-color":"border-color","border-right-color":"border-color","border-bottom-color":"border-color","border-left-color":"border-color","border-width":"border-width","border-top-width":"border-width","border-right-width":"border-width","border-bottom-width":"border-width","border-left-width":"border-width","border-style":"border-style","border-top-style":"border-style","border-right-style":"border-style","border-bottom-style":"border-style","border-left-style":"border-style"};class TRBL{constructor(e){this.name=e;this.loc=null;this.iehack=undefined;this.sides={top:null,right:null,bottom:null,left:null}}getValueSequence(e,t){const r=[];let n="";const i=e.value.type!=="Value"||e.value.children.some((function(t){let i=false;switch(t.type){case"Identifier":switch(t.name){case"\\0":case"\\9":n=t.name;return;case"inherit":case"initial":case"unset":case"revert":i=t.name;break}break;case"Dimension":switch(t.unit){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":i=t.unit;break}break;case"Hash":case"Number":case"Percentage":break;case"Function":if(t.name==="var"){return true}i=t.name;break;default:return true}r.push({node:t,special:i,important:e.important})}));if(i||r.length>t){return false}if(typeof this.iehack==="string"&&this.iehack!==n){return false}this.iehack=n;return r}canOverride(e,t){const r=this.sides[e];return!r||t.important&&!r.important}add(e,t){function attemptToAdd(){const r=this.sides;const n=d[e];if(n){if(n in r===false){return false}const e=this.getValueSequence(t,1);if(!e||!e.length){return false}for(const t in r){if(r[t]!==null&&r[t].special!==e[0].special){return false}}if(!this.canOverride(n,e[0])){return true}r[n]=e[0];return true}else if(e===this.name){const e=this.getValueSequence(t,4);if(!e||!e.length){return false}switch(e.length){case 1:e[s]=e[o];e[l]=e[o];e[c]=e[o];break;case 2:e[l]=e[o];e[c]=e[s];break;case 3:e[c]=e[s];break}for(let t=0;t<4;t++){for(const n in r){if(r[n]!==null&&r[n].special!==e[t].special){return false}}}for(let t=0;t<4;t++){if(this.canOverride(u[t],e[t])){r[u[t]]=e[t]}}return true}}if(!attemptToAdd.call(this)){return false}if(!this.loc){this.loc=t.loc}return true}isOkToMinimize(){const e=this.sides.top;const t=this.sides.right;const r=this.sides.bottom;const n=this.sides.left;if(e&&t&&r&&n){const i=e.important+t.important+r.important+n.important;return i===0||i===4}return false}getValue(){const e=new n.List;const t=this.sides;const r=[t.top,t.right,t.bottom,t.left];const i=[n.generate(t.top.node),n.generate(t.right.node),n.generate(t.bottom.node),n.generate(t.left.node)];if(i[c]===i[s]){r.pop();if(i[l]===i[o]){r.pop();if(i[s]===i[o]){r.pop()}}}for(let t=0;t<r.length;t++){e.appendData(r[t].node)}if(this.iehack){e.appendData({type:"Identifier",loc:null,name:this.iehack})}return{type:"Value",loc:null,children:e}}getDeclaration(){return{type:"Declaration",loc:this.loc,important:this.sides.top.important,property:this.name,value:this.getValue()}}}function processRule(e,t,r,n){const o=e.block.children;const s=e.prelude.children.first.id;e.block.children.forEachRight((function(e,l){const c=e.property;if(!p.hasOwnProperty(c)){return}const u=p[c];let d;let m;if(!n||s===n){if(u in t){m=a;d=t[u]}}if(!d||!d.add(c,e)){m=i;d=new TRBL(u);if(!d.add(c,e)){n=null;return}}t[u]=d;r.push({operation:m,block:o,item:l,shorthand:d});n=s}));return n}function processShorthands(e,t){e.forEach((function(e){const r=e.shorthand;if(!r.isOkToMinimize()){return}if(e.operation===i){e.item.data=t(r.getDeclaration())}else{e.block.remove(e.item)}}))}function restructBlock(e,t){const r={};const i=[];n.walk(e,{visit:"Rule",reverse:true,enter(e){const t=this.block||this.stylesheet;const n=(e.pseudoSignature||"")+"|"+e.prelude.children.first.id;let a;let o;if(!r.hasOwnProperty(t.id)){a={lastShortSelector:null};r[t.id]=a}else{a=r[t.id]}if(a.hasOwnProperty(n)){o=a[n]}else{o={};a[n]=o}a.lastShortSelector=processRule.call(this,e,o,i,a.lastShortSelector)}});processShorthands(i,t.declaration)}e.exports=restructBlock},8011:(e,t,r)=>{"use strict";const n=r(7352);let i=1;const a=new Set(["src"]);const o={display:/table|ruby|flex|-(flex)?box$|grid|contents|run-in/i,"text-align":/^(start|end|match-parent|justify-all)$/i};const s={cursor:["auto","crosshair","default","move","text","wait","help","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","pointer","progress","not-allowed","no-drop","vertical-text","all-scroll","col-resize","row-resize"],overflow:["hidden","visible","scroll","auto"],position:["static","relative","absolute","fixed"]};const l={"border-width":["border"],"border-style":["border"],"border-color":["border"],"border-top":["border"],"border-right":["border"],"border-bottom":["border"],"border-left":["border"],"border-top-width":["border-top","border-width","border"],"border-right-width":["border-right","border-width","border"],"border-bottom-width":["border-bottom","border-width","border"],"border-left-width":["border-left","border-width","border"],"border-top-style":["border-top","border-style","border"],"border-right-style":["border-right","border-style","border"],"border-bottom-style":["border-bottom","border-style","border"],"border-left-style":["border-left","border-style","border"],"border-top-color":["border-top","border-color","border"],"border-right-color":["border-right","border-color","border"],"border-bottom-color":["border-bottom","border-color","border"],"border-left-color":["border-left","border-color","border"],"margin-top":["margin"],"margin-right":["margin"],"margin-bottom":["margin"],"margin-left":["margin"],"padding-top":["padding"],"padding-right":["padding"],"padding-bottom":["padding"],"padding-left":["padding"],"font-style":["font"],"font-variant":["font"],"font-weight":["font"],"font-size":["font"],"font-family":["font"],"list-style-type":["list-style"],"list-style-position":["list-style"],"list-style-image":["list-style"]};function getPropertyFingerprint(e,t,r){const a=n.property(e).basename;if(a==="background"){return e+":"+n.generate(t.value)}const l=t.id;let c=r[l];if(!c){switch(t.value.type){case"Value":const e={};let r="";let l="";let u=false;t.value.children.forEach((function walk(t){switch(t.type){case"Value":case"Brackets":case"Parentheses":t.children.forEach(walk);break;case"Raw":u=true;break;case"Identifier":{const{name:i}=t;if(!r){r=n.keyword(i).vendor}if(/\\[09]/.test(i)){l=RegExp.lastMatch}if(s.hasOwnProperty(a)){if(s[a].indexOf(i)===-1){e[i]=true}}else if(o.hasOwnProperty(a)){if(o[a].test(i)){e[i]=true}}break}case"Function":{let{name:i}=t;if(!r){r=n.keyword(i).vendor}if(i==="rect"){const e=t.children.some((e=>e.type==="Operator"&&e.value===","));if(!e){i="rect-backward"}}e[i+"()"]=true;t.children.forEach(walk);break}case"Dimension":{const{unit:r}=t;if(/\\[09]/.test(r)){l=RegExp.lastMatch}switch(r){case"rem":case"vw":case"vh":case"vmin":case"vmax":case"vm":e[r]=true;break}break}}}));c=u?"!"+i++:"!"+Object.keys(e).sort()+"|"+l+r;break;case"Raw":c="!"+t.value.value;break;default:c=n.generate(t.value)}r[l]=c}return e+c}function needless(e,t,r){const i=n.property(t.property);if(l.hasOwnProperty(i.basename)){const n=l[i.basename];for(const a of n){const n=getPropertyFingerprint(i.prefix+a,t,r);const o=e.hasOwnProperty(n)?e[n]:null;if(o&&(!t.important||o.item.data.important)){return o}}}}function processRule(e,t,r,n,i){const o=e.block.children;o.forEachRight((function(e,t){const{property:r}=e;const s=getPropertyFingerprint(r,e,i);const l=n[s];if(l&&!a.has(r)){if(e.important&&!l.item.data.important){n[s]={block:o,item:t};l.block.remove(l.item)}else{o.remove(t)}}else{const r=needless(n,e,i);if(r){o.remove(t)}else{e.fingerprint=s;n[s]={block:o,item:t}}}}));if(o.isEmpty){r.remove(t)}}function restructBlock(e){const t={};const r=Object.create(null);n.walk(e,{visit:"Rule",reverse:true,enter(e,n,i){const a=this.block||this.stylesheet;const o=(e.pseudoSignature||"")+"|"+e.prelude.children.first.id;let s;let l;if(!t.hasOwnProperty(a.id)){s={};t[a.id]=s}else{s=t[a.id]}if(s.hasOwnProperty(o)){l=s[o]}else{l={};s[o]=l}processRule.call(this,e,n,i,l,r)}})}e.exports=restructBlock},490:(e,t,r)=>{"use strict";const n=r(7352);const i=r(407);function processRule(e,t,r){const n=e.prelude.children;const a=e.block.children;const o=n.first.compareMarker;const s={};r.nextUntil(t.next,(function(t,l){if(t.type!=="Rule"){return i.unsafeToSkipNode.call(n,t)}if(e.pseudoSignature!==t.pseudoSignature){return true}const c=t.prelude.children.head;const u=t.block.children;const d=c.data.compareMarker;if(d in s){return true}if(n.head===n.tail){if(n.first.id===c.data.id){a.appendList(u);r.remove(l);return}}if(i.isEqualDeclarations(a,u)){const e=c.data.id;n.some(((t,r)=>{const i=t.id;if(e<i){n.insert(c,r);return true}if(!r.next){n.insert(c);return true}}));r.remove(l);return}if(d===o){return true}s[d]=true}))}function mergeRule(e){n.walk(e,{visit:"Rule",enter:processRule})}e.exports=mergeRule},4046:(e,t,r)=>{"use strict";const n=r(7352);const i=r(407);function calcSelectorLength(e){return e.reduce(((e,t)=>e+t.id.length+1),0)-1}function calcDeclarationsLength(e){let t=0;for(const r of e){t+=r.length}return t+e.length-1}function processRule(e,t,r){const a=this.block!==null?this.block.avoidRulesMerge:false;const o=e.prelude.children;const s=e.block;const l=Object.create(null);let c=true;let u=true;r.prevUntil(t.prev,(function(d,p){const m=d.block;const f=d.type;if(f!=="Rule"){const e=i.unsafeToSkipNode.call(o,d);if(!e&&f==="Atrule"&&m){n.walk(m,{visit:"Rule",enter(e){e.prelude.children.forEach((e=>{l[e.compareMarker]=true}))}})}return e}if(e.pseudoSignature!==d.pseudoSignature){return true}const h=d.prelude.children;u=!h.some((e=>e.compareMarker in l));if(!u&&!c){return true}if(c&&i.isEqualSelectors(h,o)){m.children.appendList(s.children);r.remove(t);return true}const y=i.compareDeclarations(s.children,m.children);if(y.eq.length){if(!y.ne1.length&&!y.ne2.length){if(u){i.addSelectors(o,h);r.remove(p)}return true}else if(!a){if(y.ne1.length&&!y.ne2.length){const e=calcSelectorLength(o);const t=calcDeclarationsLength(y.eq);if(c&&e<t){i.addSelectors(h,o);s.children.fromArray(y.ne1)}}else if(!y.ne1.length&&y.ne2.length){const e=calcSelectorLength(h);const t=calcDeclarationsLength(y.eq);if(u&&e<t){i.addSelectors(o,h);m.children.fromArray(y.ne2)}}else{const a={type:"SelectorList",loc:null,children:i.addSelectors(h.copy(),o)};const l=calcSelectorLength(a.children)+2;const u=calcDeclarationsLength(y.eq);if(u>=l){const i=r.createItem({type:"Rule",loc:null,prelude:a,block:{type:"Block",loc:null,children:(new n.List).fromArray(y.eq)},pseudoSignature:e.pseudoSignature});s.children.fromArray(y.ne1);m.children.fromArray(y.ne2overrided);if(c){r.insert(i,p)}else{r.insert(i,t)}return true}}}}if(c){c=!h.some((e=>o.some((t=>t.compareMarker===e.compareMarker))))}h.forEach((e=>{l[e.compareMarker]=true}))}))}function restructRule(e){n.walk(e,{visit:"Rule",reverse:true,enter:processRule})}e.exports=restructRule},2103:(e,t,r)=>{"use strict";const n=r(278);const i=r(3244);const a=r(7591);const o=r(6592);const s=r(1070);const l=r(8011);const c=r(490);const u=r(4046);function restructure(e,t){const r=n(e,t);t.logger("prepare",e);i(e,t);t.logger("mergeAtrule",e);a(e);t.logger("initialMergeRuleset",e);o(e);t.logger("disjoinRuleset",e);s(e,r);t.logger("restructShorthand",e);l(e);t.logger("restructBlock",e);c(e);t.logger("mergeRuleset",e);u(e);t.logger("restructRuleset",e)}e.exports=restructure},5009:(e,t,r)=>{"use strict";const n=r(7352);class Index{constructor(){this.map=new Map}resolve(e){let t=this.map.get(e);if(t===undefined){t=this.map.size+1;this.map.set(e,t)}return t}}function createDeclarationIndexer(){const e=new Index;return function markDeclaration(t){const r=n.generate(t);t.id=e.resolve(r);t.length=r.length;t.fingerprint=null;return t}}e.exports=createDeclarationIndexer},278:(e,t,r)=>{"use strict";const n=r(7352);const i=r(5009);const a=r(1844);function prepare(e,t){const r=i();n.walk(e,{visit:"Rule",enter(e){e.block.children.forEach(r);a(e,t.usage)}});n.walk(e,{visit:"Atrule",enter(e){if(e.prelude){e.prelude.id=null;e.prelude.id=n.generate(e.prelude)}if(n.keyword(e.name).basename==="keyframes"){e.block.avoidRulesMerge=true;e.block.children.forEach((function(e){e.prelude.children.forEach((function(e){e.compareMarker=e.id}))}))}}});return{declaration:r}}e.exports=prepare},1844:(e,t,r)=>{"use strict";const n=r(7352);const i=r(8821);const a=new Set(["first-letter","first-line","after","before"]);const o=new Set(["link","visited","hover","active","first-letter","first-line","after","before"]);function processSelector(e,t){const r=new Set;e.prelude.children.forEach((function(e){let s="*";let l=0;e.children.forEach((function(i){switch(i.type){case"ClassSelector":if(t&&t.scopes){const r=t.scopes[i.name]||0;if(l!==0&&r!==l){throw new Error("Selector can't has classes from different scopes: "+n.generate(e))}l=r}break;case"PseudoClassSelector":{const e=i.name.toLowerCase();if(!o.has(e)){r.add(`:${e}`)}break}case"PseudoElementSelector":{const e=i.name.toLowerCase();if(!a.has(e)){r.add(`::${e}`)}break}case"TypeSelector":s=i.name.toLowerCase();break;case"AttributeSelector":if(i.flags){r.add(`[${i.flags.toLowerCase()}]`)}break;case"Combinator":s="*";break}}));e.compareMarker=i(e).toString();e.id=null;e.id=n.generate(e);if(l){e.compareMarker+=":"+l}if(s!=="*"){e.compareMarker+=","+s}}));e.pseudoSignature=r.size>0?[...r].sort().join(","):false}e.exports=processSelector},8821:(e,t,r)=>{"use strict";const n=r(7352);function ensureSelectorList(e){if(e.type==="Raw"){return n.parse(e.value,{context:"selectorList"})}return e}function maxSpecificity(e,t){for(let r=0;r<3;r++){if(e[r]!==t[r]){return e[r]>t[r]?e:t}}return e}function maxSelectorListSpecificity(e){return ensureSelectorList(e).children.reduce(((e,t)=>maxSpecificity(specificity(t),e)),[0,0,0])}function specificity(e){let t=0;let r=0;let n=0;e.children.forEach((e=>{switch(e.type){case"IdSelector":t++;break;case"ClassSelector":case"AttributeSelector":r++;break;case"PseudoClassSelector":switch(e.name.toLowerCase()){case"not":case"has":case"is":case"matches":case"-webkit-any":case"-moz-any":{const[i,a,o]=maxSelectorListSpecificity(e.children.first);t+=i;r+=a;n+=o;break}case"nth-child":case"nth-last-child":{const i=e.children.first;if(i.type==="Nth"&&i.selector){const[e,a,o]=maxSelectorListSpecificity(i.selector);t+=e;r+=a+1;n+=o}else{r++}break}case"where":break;case"before":case"after":case"first-line":case"first-letter":n++;break;default:r++}break;case"TypeSelector":if(!e.name.endsWith("*")){n++}break;case"PseudoElementSelector":n++;break}}));return[t,r,n]}e.exports=specificity},407:(e,t)=>{"use strict";const{hasOwnProperty:r}=Object.prototype;function isEqualSelectors(e,t){let r=e.head;let n=t.head;while(r!==null&&n!==null&&r.data.id===n.data.id){r=r.next;n=n.next}return r===null&&n===null}function isEqualDeclarations(e,t){let r=e.head;let n=t.head;while(r!==null&&n!==null&&r.data.id===n.data.id){r=r.next;n=n.next}return r===null&&n===null}function compareDeclarations(e,t){const n={eq:[],ne1:[],ne2:[],ne2overrided:[]};const i=Object.create(null);const a=Object.create(null);for(let e=t.head;e;e=e.next){a[e.data.id]=true}for(let t=e.head;t;t=t.next){const e=t.data;if(e.fingerprint){i[e.fingerprint]=e.important}if(a[e.id]){a[e.id]=false;n.eq.push(e)}else{n.ne1.push(e)}}for(let e=t.head;e;e=e.next){const t=e.data;if(a[t.id]){if(!r.call(i,t.fingerprint)||!i[t.fingerprint]&&t.important){n.ne2.push(t)}n.ne2overrided.push(t)}}return n}function addSelectors(e,t){t.forEach((t=>{const r=t.id;let n=e.head;while(n){const e=n.data.id;if(e===r){return}if(e>r){break}n=n.next}e.insert(e.createItem(t),n)}));return e}function hasSimilarSelectors(e,t){let r=e.head;while(r!==null){let e=t.head;while(e!==null){if(r.data.compareMarker===e.data.compareMarker){return true}e=e.next}r=r.next}return false}function unsafeToSkipNode(e){switch(e.type){case"Rule":return hasSimilarSelectors(e.prelude.children,this);case"Atrule":if(e.block){return e.block.children.some(unsafeToSkipNode,this)}break;case"Declaration":return false}return true}t.addSelectors=addSelectors;t.compareDeclarations=compareDeclarations;t.hasSimilarSelectors=hasSimilarSelectors;t.isEqualDeclarations=isEqualDeclarations;t.isEqualSelectors=isEqualSelectors;t.unsafeToSkipNode=unsafeToSkipNode},2677:(e,t,r)=>{"use strict";const n=r(7352);const i=r(7300);const a=r(8821);function encodeString(e){const t=n.string.encode(e,true);const r=n.string.encode(e);return t.length<r.length?t:r}const{lexer:o,tokenize:s,parse:l,generate:c,walk:u,find:d,findLast:p,findAll:m,fromPlainObject:f,toPlainObject:h}=n.fork({node:{String:{generate(e){this.token(n.tokenTypes.String,encodeString(e.value))}},Url:{generate(e){const t=n.url.encode(e.value);const r=encodeString(e.value);this.token(n.tokenTypes.Url,t.length<=r.length+5?t:"url("+r+")")}}}});t.compress=i;t.specificity=a;t.find=d;t.findAll=m;t.findLast=p;t.fromPlainObject=f;t.generate=c;t.lexer=o;t.parse=l;t.toPlainObject=h;t.tokenize=s;t.walk=u},7995:(e,t)=>{"use strict";const{hasOwnProperty:r}=Object.prototype;function buildMap(e,t){const r=Object.create(null);if(!Array.isArray(e)){return null}for(let n of e){if(t){n=n.toLowerCase()}r[n]=true}return r}function buildList(e){if(!e){return null}const t=buildMap(e.tags,true);const r=buildMap(e.ids);const n=buildMap(e.classes);if(t===null&&r===null&&n===null){return null}return{tags:t,ids:r,classes:n}}function buildIndex(e){let t=false;if(e.scopes&&Array.isArray(e.scopes)){t=Object.create(null);for(let n=0;n<e.scopes.length;n++){const i=e.scopes[n];if(!i||!Array.isArray(i)){throw new Error("Wrong usage format")}for(const e of i){if(r.call(t,e)){throw new Error(`Class can't be used for several scopes: ${e}`)}t[e]=n+1}}}return{whitelist:buildList(e),blacklist:buildList(e.blacklist),scopes:t}}t.buildIndex=buildIndex},1255:(e,t,r)=>{"use strict";const n=r(1844);const i=r(407);t.processSelector=n;t.addSelectors=i.addSelectors;t.compareDeclarations=i.compareDeclarations;t.hasSimilarSelectors=i.hasSimilarSelectors;t.isEqualDeclarations=i.isEqualDeclarations;t.isEqualSelectors=i.isEqualSelectors;t.unsafeToSkipNode=i.unsafeToSkipNode},4692:(e,t,r)=>{"use strict";const{version:n}=r(3684);t.version=n},1835:e=>{"use strict";e.exports=JSON.parse('{"atrules":{"charset":{"prelude":"<string>"},"font-face":{"descriptors":{"unicode-range":{"comment":"replaces <unicode-range>, an old production name","syntax":"<urange>#"}}}},"properties":{"-moz-background-clip":{"comment":"deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip","syntax":"padding | border"},"-moz-border-radius-bottomleft":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius","syntax":"<\'border-bottom-left-radius\'>"},"-moz-border-radius-bottomright":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius","syntax":"<\'border-bottom-right-radius\'>"},"-moz-border-radius-topleft":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius","syntax":"<\'border-top-left-radius\'>"},"-moz-border-radius-topright":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius","syntax":"<\'border-bottom-right-radius\'>"},"-moz-control-character-visibility":{"comment":"firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588","syntax":"visible | hidden"},"-moz-osx-font-smoothing":{"comment":"misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth","syntax":"auto | grayscale"},"-moz-user-select":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/user-select","syntax":"none | text | all | -moz-none"},"-ms-flex-align":{"comment":"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align","syntax":"start | end | center | baseline | stretch"},"-ms-flex-item-align":{"comment":"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align","syntax":"auto | start | end | center | baseline | stretch"},"-ms-flex-line-pack":{"comment":"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack","syntax":"start | end | center | justify | distribute | stretch"},"-ms-flex-negative":{"comment":"misssed old syntax implemented in IE; TODO: find references for comfirmation","syntax":"<\'flex-shrink\'>"},"-ms-flex-pack":{"comment":"misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack","syntax":"start | end | center | justify | distribute"},"-ms-flex-order":{"comment":"misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx","syntax":"<integer>"},"-ms-flex-positive":{"comment":"misssed old syntax implemented in IE; TODO: find references for comfirmation","syntax":"<\'flex-grow\'>"},"-ms-flex-preferred-size":{"comment":"misssed old syntax implemented in IE; TODO: find references for comfirmation","syntax":"<\'flex-basis\'>"},"-ms-interpolation-mode":{"comment":"https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx","syntax":"nearest-neighbor | bicubic"},"-ms-grid-column-align":{"comment":"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx","syntax":"start | end | center | stretch"},"-ms-grid-row-align":{"comment":"add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx","syntax":"start | end | center | stretch"},"-ms-hyphenate-limit-last":{"comment":"misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits","syntax":"none | always | column | page | spread"},"-webkit-appearance":{"comment":"webkit specific keywords","references":["http://css-infos.net/property/-webkit-appearance"],"syntax":"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button"},"-webkit-background-clip":{"comment":"https://developer.mozilla.org/en/docs/Web/CSS/background-clip","syntax":"[ <box> | border | padding | content | text ]#"},"-webkit-column-break-after":{"comment":"added, http://help.dottoro.com/lcrthhhv.php","syntax":"always | auto | avoid"},"-webkit-column-break-before":{"comment":"added, http://help.dottoro.com/lcxquvkf.php","syntax":"always | auto | avoid"},"-webkit-column-break-inside":{"comment":"added, http://help.dottoro.com/lclhnthl.php","syntax":"always | auto | avoid"},"-webkit-font-smoothing":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth","syntax":"auto | none | antialiased | subpixel-antialiased"},"-webkit-mask-box-image":{"comment":"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image","syntax":"[ <url> | <gradient> | none ] [ <length-percentage>{4} <-webkit-mask-box-repeat>{2} ]?"},"-webkit-print-color-adjust":{"comment":"missed","references":["https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust"],"syntax":"economy | exact"},"-webkit-text-security":{"comment":"missed; http://help.dottoro.com/lcbkewgt.php","syntax":"none | circle | disc | square"},"-webkit-user-drag":{"comment":"missed; http://help.dottoro.com/lcbixvwm.php","syntax":"none | element | auto"},"-webkit-user-select":{"comment":"auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select","syntax":"auto | none | text | all"},"alignment-baseline":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty"],"syntax":"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical"},"background-clip":{"comment":"used <bg-clip> from CSS Backgrounds and Borders 4 since it adds new values","references":["https://github.com/csstree/csstree/issues/190"],"syntax":"<bg-clip>#"},"baseline-shift":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty"],"syntax":"baseline | sub | super | <svg-length>"},"behavior":{"comment":"added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx","syntax":"<url>+"},"clip-rule":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty"],"syntax":"nonzero | evenodd"},"cue":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<\'cue-before\'> <\'cue-after\'>?"},"cue-after":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<url> <decibel>? | none"},"cue-before":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<url> <decibel>? | none"},"cursor":{"comment":"added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out","references":["https://www.sitepoint.com/css3-cursor-styles/"],"syntax":"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]"},"display":{"comment":"extended with -ms-flexbox","syntax":"| <-non-standard-display>"},"position":{"comment":"extended with -webkit-sticky","syntax":"| -webkit-sticky"},"dominant-baseline":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty"],"syntax":"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge"},"image-rendering":{"comment":"extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality","references":["https://developer.mozilla.org/en/docs/Web/CSS/image-rendering","https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty"],"syntax":"| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>"},"fill":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#FillProperty"],"syntax":"<paint>"},"fill-opacity":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#FillProperty"],"syntax":"<number-zero-one>"},"fill-rule":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#FillProperty"],"syntax":"nonzero | evenodd"},"filter":{"comment":"extend with IE legacy syntaxes","syntax":"| <-ms-filter-function-list>"},"glyph-orientation-horizontal":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty"],"syntax":"<angle>"},"glyph-orientation-vertical":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty"],"syntax":"<angle>"},"kerning":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#KerningProperty"],"syntax":"auto | <svg-length>"},"letter-spacing":{"comment":"fix syntax <length> -> <length-percentage>","references":["https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing"],"syntax":"normal | <length-percentage>"},"marker":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],"syntax":"none | <url>"},"marker-end":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],"syntax":"none | <url>"},"marker-mid":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],"syntax":"none | <url>"},"marker-start":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#MarkerProperties"],"syntax":"none | <url>"},"max-width":{"comment":"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width","syntax":"| <-non-standard-width>"},"width":{"references":["https://developer.mozilla.org/en-US/docs/Web/CSS/width","https://github.com/csstree/stylelint-validator/issues/29"],"syntax":"| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content"},"min-width":{"comment":"extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width","syntax":"| <-non-standard-width>"},"overflow":{"comment":"extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow","syntax":"| <-non-standard-overflow>"},"pause":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<\'pause-before\'> <\'pause-after\'>?"},"pause-after":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<time> | none | x-weak | weak | medium | strong | x-strong"},"pause-before":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<\'rest-before\'> <\'rest-after\'>?"},"rest-after":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<time> | none | x-weak | weak | medium | strong | x-strong"},"rest-before":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<time> | none | x-weak | weak | medium | strong | x-strong"},"shape-rendering":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#ShapeRenderingPropert"],"syntax":"auto | optimizeSpeed | crispEdges | geometricPrecision"},"src":{"comment":"added @font-face\'s src property https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src","syntax":"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#"},"speak":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"auto | none | normal"},"speak-as":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"normal | spell-out || digits || [ literal-punctuation | no-punctuation ]"},"stroke":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"<paint>"},"stroke-dasharray":{"comment":"added SVG property; a list of comma and/or white space separated <length>s and <percentage>s","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"none | [ <svg-length>+ ]#"},"stroke-dashoffset":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"<svg-length>"},"stroke-linecap":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"butt | round | square"},"stroke-linejoin":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"miter | round | bevel"},"stroke-miterlimit":{"comment":"added SVG property (<miterlimit> = <number-one-or-greater>) ","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"<number-one-or-greater>"},"stroke-opacity":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"<number-zero-one>"},"stroke-width":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/painting.html#StrokeProperties"],"syntax":"<svg-length>"},"text-anchor":{"comment":"added SVG property","references":["https://www.w3.org/TR/SVG/text.html#TextAlignmentProperties"],"syntax":"start | middle | end"},"unicode-bidi":{"comment":"added prefixed keywords https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi","syntax":"| -moz-isolate | -moz-isolate-override | -moz-plaintext | -webkit-isolate | -webkit-isolate-override | -webkit-plaintext"},"unicode-range":{"comment":"added missed property https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face/unicode-range","syntax":"<urange>#"},"voice-balance":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<number> | left | center | right | leftwards | rightwards"},"voice-duration":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"auto | <time>"},"voice-family":{"comment":"<name> -> <family-name>, https://www.w3.org/TR/css3-speech/#property-index","syntax":"[ [ <family-name> | <generic-voice> ] , ]* [ <family-name> | <generic-voice> ] | preserve"},"voice-pitch":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-range":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"<frequency> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]"},"voice-rate":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"[ normal | x-slow | slow | medium | fast | x-fast ] || <percentage>"},"voice-stress":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"normal | strong | moderate | none | reduced"},"voice-volume":{"comment":"https://www.w3.org/TR/css3-speech/#property-index","syntax":"silent | [ [ x-soft | soft | medium | loud | x-loud ] || <decibel> ]"},"writing-mode":{"comment":"extend with SVG keywords","syntax":"| <svg-writing-mode>"}},"types":{"-legacy-gradient":{"comment":"added collection of legacy gradient syntaxes","syntax":"<-webkit-gradient()> | <-legacy-linear-gradient> | <-legacy-repeating-linear-gradient> | <-legacy-radial-gradient> | <-legacy-repeating-radial-gradient>"},"-legacy-linear-gradient":{"comment":"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient","syntax":"-moz-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-repeating-linear-gradient":{"comment":"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient","syntax":"-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> ) | -o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )"},"-legacy-linear-gradient-arguments":{"comment":"like standard syntax but w/o `to` keyword https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient","syntax":"[ <angle> | <side-or-corner> ]? , <color-stop-list>"},"-legacy-radial-gradient":{"comment":"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients","syntax":"-moz-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-repeating-radial-gradient":{"comment":"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients","syntax":"-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> ) | -o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )"},"-legacy-radial-gradient-arguments":{"comment":"deprecated syntax that implemented by some browsers https://www.w3.org/TR/2011/WD-css3-images-20110908/#radial-gradients","syntax":"[ <position> , ]? [ [ [ <-legacy-radial-gradient-shape> || <-legacy-radial-gradient-size> ] | [ <length> | <percentage> ]{2} ] , ]? <color-stop-list>"},"-legacy-radial-gradient-size":{"comment":"before a standard it contains 2 extra keywords (`contain` and `cover`) https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltsize","syntax":"closest-side | closest-corner | farthest-side | farthest-corner | contain | cover"},"-legacy-radial-gradient-shape":{"comment":"define to double sure it doesn\'t extends in future https://www.w3.org/TR/2011/WD-css3-images-20110908/#ltshape","syntax":"circle | ellipse"},"-non-standard-font":{"comment":"non standard fonts","references":["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],"syntax":"-apple-system-body | -apple-system-headline | -apple-system-subheadline | -apple-system-caption1 | -apple-system-caption2 | -apple-system-footnote | -apple-system-short-body | -apple-system-short-headline | -apple-system-short-subheadline | -apple-system-short-caption1 | -apple-system-short-footnote | -apple-system-tall-body"},"-non-standard-color":{"comment":"non standard colors","references":["http://cssdot.ru/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA_CSS/color-i305.html","https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Mozilla_Color_Preference_Extensions"],"syntax":"-moz-ButtonDefault | -moz-ButtonHoverFace | -moz-ButtonHoverText | -moz-CellHighlight | -moz-CellHighlightText | -moz-Combobox | -moz-ComboboxText | -moz-Dialog | -moz-DialogText | -moz-dragtargetzone | -moz-EvenTreeRow | -moz-Field | -moz-FieldText | -moz-html-CellHighlight | -moz-html-CellHighlightText | -moz-mac-accentdarkestshadow | -moz-mac-accentdarkshadow | -moz-mac-accentface | -moz-mac-accentlightesthighlight | -moz-mac-accentlightshadow | -moz-mac-accentregularhighlight | -moz-mac-accentregularshadow | -moz-mac-chrome-active | -moz-mac-chrome-inactive | -moz-mac-focusring | -moz-mac-menuselect | -moz-mac-menushadow | -moz-mac-menutextselect | -moz-MenuHover | -moz-MenuHoverText | -moz-MenuBarText | -moz-MenuBarHoverText | -moz-nativehyperlinktext | -moz-OddTreeRow | -moz-win-communicationstext | -moz-win-mediatext | -moz-activehyperlinktext | -moz-default-background-color | -moz-default-color | -moz-hyperlinktext | -moz-visitedhyperlinktext | -webkit-activelink | -webkit-focus-ring-color | -webkit-link | -webkit-text"},"-non-standard-image-rendering":{"comment":"non-standard keywords http://phrogz.net/tmp/canvas_image_zoom.html","syntax":"optimize-contrast | -moz-crisp-edges | -o-crisp-edges | -webkit-optimize-contrast"},"-non-standard-overflow":{"comment":"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow","syntax":"-moz-scrollbars-none | -moz-scrollbars-horizontal | -moz-scrollbars-vertical | -moz-hidden-unscrollable"},"-non-standard-width":{"comment":"non-standard keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width","syntax":"fill-available | min-intrinsic | intrinsic | -moz-available | -moz-fit-content | -moz-min-content | -moz-max-content | -webkit-min-content | -webkit-max-content"},"-webkit-gradient()":{"comment":"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/ - TODO: simplify when after match algorithm improvement ( [, point, radius | , point] -> [, radius]? , point )","syntax":"-webkit-gradient( <-webkit-gradient-type>, <-webkit-gradient-point> [, <-webkit-gradient-point> | , <-webkit-gradient-radius>, <-webkit-gradient-point> ] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )"},"-webkit-gradient-color-stop":{"comment":"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/","syntax":"from( <color> ) | color-stop( [ <number-zero-one> | <percentage> ] , <color> ) | to( <color> )"},"-webkit-gradient-point":{"comment":"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/","syntax":"[ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]"},"-webkit-gradient-radius":{"comment":"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/","syntax":"<length> | <percentage>"},"-webkit-gradient-type":{"comment":"first Apple proposal gradient syntax https://webkit.org/blog/175/introducing-css-gradients/","syntax":"linear | radial"},"-webkit-mask-box-repeat":{"comment":"missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image","syntax":"repeat | stretch | round"},"-webkit-mask-clip-style":{"comment":"missed; there is no enough information about `-webkit-mask-clip` property, but looks like all those keywords are working","syntax":"border | border-box | padding | padding-box | content | content-box | text"},"-ms-filter-function-list":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter","syntax":"<-ms-filter-function>+"},"-ms-filter-function":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter","syntax":"<-ms-filter-function-progid> | <-ms-filter-function-legacy>"},"-ms-filter-function-progid":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter","syntax":"\'progid:\' [ <ident-token> \'.\' ]* [ <ident-token> | <function-token> <any-value>? ) ]"},"-ms-filter-function-legacy":{"comment":"https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-filter","syntax":"<ident-token> | <function-token> <any-value>? )"},"-ms-filter":{"syntax":"<string>"},"age":{"comment":"https://www.w3.org/TR/css3-speech/#voice-family","syntax":"child | young | old"},"attr-name":{"syntax":"<wq-name>"},"attr-fallback":{"syntax":"<any-value>"},"bg-clip":{"comment":"missed, https://drafts.csswg.org/css-backgrounds-4/#typedef-bg-clip","syntax":"<box> | border | text"},"border-radius":{"comment":"missed, https://drafts.csswg.org/css-backgrounds-3/#the-border-radius","syntax":"<length-percentage>{1,2}"},"bottom":{"comment":"missed; not sure we should add it, but no others except `shape` is using it so it\'s ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect","syntax":"<length> | auto"},"content-list":{"comment":"added attr(), see https://github.com/csstree/csstree/issues/201","syntax":"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> | <attr()> ]+"},"element()":{"comment":"https://drafts.csswg.org/css-gcpm/#element-syntax & https://drafts.csswg.org/css-images-4/#element-notation","syntax":"element( <custom-ident> , [ first | start | last | first-except ]? ) | element( <id-selector> )"},"generic-voice":{"comment":"https://www.w3.org/TR/css3-speech/#voice-family","syntax":"[ <age>? <gender> <integer>? ]"},"gender":{"comment":"https://www.w3.org/TR/css3-speech/#voice-family","syntax":"male | female | neutral"},"generic-family":{"comment":"added -apple-system","references":["https://webkit.org/blog/3709/using-the-system-font-in-web-content/"],"syntax":"| -apple-system"},"gradient":{"comment":"added legacy syntaxes support","syntax":"| <-legacy-gradient>"},"lab()":{"comment":"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch","syntax":"lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"},"lch()":{"comment":"missed; https://www.w3.org/TR/css-color-4/#specifying-lab-lch","syntax":"lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )"},"left":{"comment":"missed; not sure we should add it, but no others except `shape` is using it so it\'s ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect","syntax":"<length> | auto"},"mask-image":{"comment":"missed; https://drafts.fxtf.org/css-masking-1/#the-mask-image","syntax":"<mask-reference>#"},"named-color":{"comment":"added non standard color names","syntax":"| <-non-standard-color>"},"paint":{"comment":"used by SVG https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint","syntax":"none | <color> | <url> [ none | <color> ]? | context-fill | context-stroke"},"ratio":{"comment":"missed, https://drafts.csswg.org/css-values-4/#ratio-value","syntax":"<number [0,∞]> [ / <number [0,∞]> ]?"},"reversed-counter-name":{"comment":"missed; https://drafts.csswg.org/css-lists/#typedef-reversed-counter-name","syntax":"reversed( <counter-name> )"},"right":{"comment":"missed; not sure we should add it, but no others except `shape` is using it so it\'s ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect","syntax":"<length> | auto"},"shape":{"comment":"missed spaces in function body and add backwards compatible syntax","syntax":"rect( <top>, <right>, <bottom>, <left> ) | rect( <top> <right> <bottom> <left> )"},"svg-length":{"comment":"All coordinates and lengths in SVG can be specified with or without a unit identifier","references":["https://www.w3.org/TR/SVG11/coords.html#Units"],"syntax":"<percentage> | <length> | <number>"},"svg-writing-mode":{"comment":"SVG specific keywords (deprecated for CSS)","references":["https://developer.mozilla.org/en/docs/Web/CSS/writing-mode","https://www.w3.org/TR/SVG/text.html#WritingModeProperty"],"syntax":"lr-tb | rl-tb | tb-rl | lr | rl | tb"},"top":{"comment":"missed; not sure we should add it, but no others except `shape` is using it so it\'s ok for now; https://drafts.fxtf.org/css-masking-1/#funcdef-clip-rect","syntax":"<length> | auto"},"track-group":{"comment":"used by old grid-columns and grid-rows syntax v0","syntax":"\'(\' [ <string>* <track-minmax> <string>* ]+ \')\' [ \'[\' <positive-integer> \']\' ]? | <track-minmax>"},"track-list-v0":{"comment":"used by old grid-columns and grid-rows syntax v0","syntax":"[ <string>* <track-group> <string>* ]+ | none"},"track-minmax":{"comment":"used by old grid-columns and grid-rows syntax v0","syntax":"minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth> | fit-content"},"x":{"comment":"missed; not sure we should add it, but no others except `cursor` is using it so it\'s ok for now; https://drafts.csswg.org/css-ui-3/#cursor","syntax":"<number>"},"y":{"comment":"missed; not sure we should add it, but no others except `cursor` is using so it\'s ok for now; https://drafts.csswg.org/css-ui-3/#cursor","syntax":"<number>"},"declaration":{"comment":"missed, restored by https://drafts.csswg.org/css-syntax","syntax":"<ident-token> : <declaration-value>? [ \'!\' important ]?"},"declaration-list":{"comment":"missed, restored by https://drafts.csswg.org/css-syntax","syntax":"[ <declaration>? \';\' ]* <declaration>?"},"url":{"comment":"https://drafts.csswg.org/css-values-4/#urls","syntax":"url( <string> <url-modifier>* ) | <url-token>"},"url-modifier":{"comment":"https://drafts.csswg.org/css-values-4/#typedef-url-modifier","syntax":"<ident> | <function-token> <any-value> )"},"number-zero-one":{"syntax":"<number [0,1]>"},"number-one-or-greater":{"syntax":"<number [1,∞]>"},"positive-integer":{"syntax":"<integer [0,∞]>"},"-non-standard-display":{"syntax":"-ms-inline-flexbox | -ms-grid | -ms-inline-grid | -webkit-flex | -webkit-inline-flex | -webkit-box | -webkit-inline-box | -moz-inline-stack | -moz-box | -moz-inline-box"}}}')},5260:e=>{"use strict";e.exports=JSON.parse('{"@charset":{"syntax":"@charset \\"<charset>\\";","groups":["CSS Charsets"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@charset"},"@counter-style":{"syntax":"@counter-style <counter-style-name> {\\n [ system: <counter-system>; ] ||\\n [ symbols: <counter-symbols>; ] ||\\n [ additive-symbols: <additive-symbols>; ] ||\\n [ negative: <negative-symbol>; ] ||\\n [ prefix: <prefix>; ] ||\\n [ suffix: <suffix>; ] ||\\n [ range: <range>; ] ||\\n [ pad: <padding>; ] ||\\n [ speak-as: <speak-as>; ] ||\\n [ fallback: <counter-style-name>; ]\\n}","interfaces":["CSSCounterStyleRule"],"groups":["CSS Counter Styles"],"descriptors":{"additive-symbols":{"syntax":"[ <integer> && <symbol> ]#","media":"all","initial":"n/a (required)","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"fallback":{"syntax":"<counter-style-name>","media":"all","initial":"decimal","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"negative":{"syntax":"<symbol> <symbol>?","media":"all","initial":"\\"-\\" hyphen-minus","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"pad":{"syntax":"<integer> && <symbol>","media":"all","initial":"0 \\"\\"","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"prefix":{"syntax":"<symbol>","media":"all","initial":"\\"\\"","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"range":{"syntax":"[ [ <integer> | infinite ]{2} ]# | auto","media":"all","initial":"auto","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"speak-as":{"syntax":"auto | bullets | numbers | words | spell-out | <counter-style-name>","media":"all","initial":"auto","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"suffix":{"syntax":"<symbol>","media":"all","initial":"\\". \\"","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"symbols":{"syntax":"<symbol>+","media":"all","initial":"n/a (required)","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"system":{"syntax":"cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]","media":"all","initial":"symbolic","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"}},"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@counter-style"},"@document":{"syntax":"@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\\n <group-rule-body>\\n}","interfaces":["CSSGroupingRule","CSSConditionRule"],"groups":["CSS Conditional Rules"],"status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@document"},"@font-face":{"syntax":"@font-face {\\n [ font-family: <family-name>; ] ||\\n [ src: <src>; ] ||\\n [ unicode-range: <unicode-range>; ] ||\\n [ font-variant: <font-variant>; ] ||\\n [ font-feature-settings: <font-feature-settings>; ] ||\\n [ font-variation-settings: <font-variation-settings>; ] ||\\n [ font-stretch: <font-stretch>; ] ||\\n [ font-weight: <font-weight>; ] ||\\n [ font-style: <font-style>; ] ||\\n [ size-adjust: <size-adjust>; ] ||\\n [ ascent-override: <ascent-override>; ] ||\\n [ descent-override: <descent-override>; ] ||\\n [ line-gap-override: <line-gap-override>; ]\\n}","interfaces":["CSSFontFaceRule"],"groups":["CSS Fonts"],"descriptors":{"ascent-override":{"syntax":"normal | <percentage>","media":"all","initial":"normal","percentages":"asSpecified","computed":"asSpecified","order":"orderOfAppearance","status":"experimental"},"descent-override":{"syntax":"normal | <percentage>","media":"all","initial":"normal","percentages":"asSpecified","computed":"asSpecified","order":"orderOfAppearance","status":"experimental"},"font-display":{"syntax":"[ auto | block | swap | fallback | optional ]","media":"visual","percentages":"no","initial":"auto","computed":"asSpecified","order":"uniqueOrder","status":"experimental"},"font-family":{"syntax":"<family-name>","media":"all","initial":"n/a (required)","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"font-feature-settings":{"syntax":"normal | <feature-tag-value>#","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"font-variation-settings":{"syntax":"normal | [ <string> <number> ]#","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"font-stretch":{"syntax":"<font-stretch-absolute>{1,2}","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"font-style":{"syntax":"normal | italic | oblique <angle>{0,2}","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"font-weight":{"syntax":"<font-weight-absolute>{1,2}","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"font-variant":{"syntax":"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]","media":"all","initial":"normal","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"line-gap-override":{"syntax":"normal | <percentage>","media":"all","initial":"normal","percentages":"asSpecified","computed":"asSpecified","order":"orderOfAppearance","status":"experimental"},"size-adjust":{"syntax":"<percentage>","media":"all","initial":"100%","percentages":"asSpecified","computed":"asSpecified","order":"orderOfAppearance","status":"experimental"},"src":{"syntax":"[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#","media":"all","initial":"n/a (required)","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"unicode-range":{"syntax":"<unicode-range>#","media":"all","initial":"U+0-10FFFF","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"}},"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@font-face"},"@font-feature-values":{"syntax":"@font-feature-values <family-name># {\\n <feature-value-block-list>\\n}","interfaces":["CSSFontFeatureValuesRule"],"groups":["CSS Fonts"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"},"@import":{"syntax":"@import [ <string> | <url> ]\\n [ layer | layer(<layer-name>) ]?\\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\\n <media-query-list>? ;","groups":["CSS Conditional Rules","Media Queries"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@import"},"@keyframes":{"syntax":"@keyframes <keyframes-name> {\\n <keyframe-block-list>\\n}","interfaces":["CSSKeyframeRule","CSSKeyframesRule"],"groups":["CSS Animations"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@keyframes"},"@layer":{"syntax":"@layer [ <layer-name># | <layer-name>? {\\n <stylesheet>\\n} ]","interfaces":["CSSLayerBlockRule","CSSLayerStatementRule"],"groups":["CSS Cascading and Inheritance"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@layer"},"@media":{"syntax":"@media <media-query-list> {\\n <group-rule-body>\\n}","interfaces":["CSSGroupingRule","CSSConditionRule","CSSMediaRule","CSSCustomMediaRule"],"groups":["CSS Conditional Rules","Media Queries"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@media"},"@namespace":{"syntax":"@namespace <namespace-prefix>? [ <string> | <url> ];","groups":["CSS Namespaces"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@namespace"},"@page":{"syntax":"@page <page-selector-list> {\\n <page-body>\\n}","interfaces":["CSSPageRule"],"groups":["CSS Pages"],"descriptors":{"bleed":{"syntax":"auto | <length>","media":["visual","paged"],"initial":"auto","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"marks":{"syntax":"none | [ crop || cross ]","media":["visual","paged"],"initial":"none","percentages":"no","computed":"asSpecified","order":"orderOfAppearance","status":"standard"},"size":{"syntax":"<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]","media":["visual","paged"],"initial":"auto","percentages":"no","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"orderOfAppearance","status":"standard"}},"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@page"},"@property":{"syntax":"@property <custom-property-name> {\\n <declaration-list>\\n}","interfaces":["CSS","CSSPropertyRule"],"groups":["CSS Houdini"],"descriptors":{"syntax":{"syntax":"<string>","media":"all","percentages":"no","initial":"n/a (required)","computed":"asSpecified","order":"uniqueOrder","status":"experimental"},"inherits":{"syntax":"true | false","media":"all","percentages":"no","initial":"auto","computed":"asSpecified","order":"uniqueOrder","status":"experimental"},"initial-value":{"syntax":"<string>","media":"all","initial":"n/a (required)","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"experimental"}},"status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@property"},"@scroll-timeline":{"syntax":"@scroll-timeline <timeline-name> { <declaration-list> }","interfaces":["ScrollTimeline"],"groups":["CSS Animations"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"},"@supports":{"syntax":"@supports <supports-condition> {\\n <group-rule-body>\\n}","interfaces":["CSSGroupingRule","CSSConditionRule","CSSSupportsRule"],"groups":["CSS Conditional Rules"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@supports"},"@viewport":{"syntax":"@viewport {\\n <group-rule-body>\\n}","interfaces":["CSSViewportRule"],"groups":["CSS Device Adaptation"],"descriptors":{"height":{"syntax":"<viewport-length>{1,2}","media":["visual","continuous"],"initial":["min-height","max-height"],"percentages":["min-height","max-height"],"computed":["min-height","max-height"],"order":"orderOfAppearance","status":"standard"},"max-height":{"syntax":"<viewport-length>","media":["visual","continuous"],"initial":"auto","percentages":"referToHeightOfInitialViewport","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard"},"max-width":{"syntax":"<viewport-length>","media":["visual","continuous"],"initial":"auto","percentages":"referToWidthOfInitialViewport","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard"},"max-zoom":{"syntax":"auto | <number> | <percentage>","media":["visual","continuous"],"initial":"auto","percentages":"the zoom factor itself","computed":"autoNonNegativeOrPercentage","order":"uniqueOrder","status":"standard"},"min-height":{"syntax":"<viewport-length>","media":["visual","continuous"],"initial":"auto","percentages":"referToHeightOfInitialViewport","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard"},"min-width":{"syntax":"<viewport-length>","media":["visual","continuous"],"initial":"auto","percentages":"referToWidthOfInitialViewport","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard"},"min-zoom":{"syntax":"auto | <number> | <percentage>","media":["visual","continuous"],"initial":"auto","percentages":"the zoom factor itself","computed":"autoNonNegativeOrPercentage","order":"uniqueOrder","status":"standard"},"orientation":{"syntax":"auto | portrait | landscape","media":["visual","continuous"],"initial":"auto","percentages":"referToSizeOfBoundingBox","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"user-zoom":{"syntax":"zoom | fixed","media":["visual","continuous"],"initial":"zoom","percentages":"referToSizeOfBoundingBox","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"viewport-fit":{"syntax":"auto | contain | cover","media":["visual","continuous"],"initial":"auto","percentages":"no","computed":"asSpecified","order":"uniqueOrder","status":"standard"},"width":{"syntax":"<viewport-length>{1,2}","media":["visual","continuous"],"initial":["min-width","max-width"],"percentages":["min-width","max-width"],"computed":["min-width","max-width"],"order":"orderOfAppearance","status":"standard"},"zoom":{"syntax":"auto | <number> | <percentage>","media":["visual","continuous"],"initial":"auto","percentages":"the zoom factor itself","computed":"autoNonNegativeOrPercentage","order":"uniqueOrder","status":"standard"}},"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/@viewport"}}')},1005:e=>{"use strict";e.exports=JSON.parse('{"--*":{"syntax":"<declaration-value>","media":"all","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Variables"],"initial":"seeProse","appliesto":"allElements","computed":"asSpecifiedWithVarsSubstituted","order":"perGrammar","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/--*"},"-ms-accelerator":{"syntax":"false | true","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"false","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-accelerator"},"-ms-block-progression":{"syntax":"tb | rl | bt | lr","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"tb","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-block-progression"},"-ms-content-zoom-chaining":{"syntax":"none | chained","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-chaining"},"-ms-content-zooming":{"syntax":"none | zoom","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"zoomForTheTopLevelNoneForTheRest","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zooming"},"-ms-content-zoom-limit":{"syntax":"<\'-ms-content-zoom-limit-min\'> <\'-ms-content-zoom-limit-max\'>","media":"interactive","inherited":false,"animationType":"discrete","percentages":["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],"groups":["Microsoft Extensions"],"initial":["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],"appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["-ms-content-zoom-limit-max","-ms-content-zoom-limit-min"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit"},"-ms-content-zoom-limit-max":{"syntax":"<percentage>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"maxZoomFactor","groups":["Microsoft Extensions"],"initial":"400%","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-max"},"-ms-content-zoom-limit-min":{"syntax":"<percentage>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"minZoomFactor","groups":["Microsoft Extensions"],"initial":"100%","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-limit-min"},"-ms-content-zoom-snap":{"syntax":"<\'-ms-content-zoom-snap-type\'> || <\'-ms-content-zoom-snap-points\'>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],"appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["-ms-content-zoom-snap-type","-ms-content-zoom-snap-points"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap"},"-ms-content-zoom-snap-points":{"syntax":"snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"snapInterval(0%, 100%)","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-points"},"-ms-content-zoom-snap-type":{"syntax":"none | proximity | mandatory","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-content-zoom-snap-type"},"-ms-filter":{"syntax":"<string>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"\\"\\"","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-filter"},"-ms-flow-from":{"syntax":"[ none | <custom-ident> ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"nonReplacedElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-from"},"-ms-flow-into":{"syntax":"[ none | <custom-ident> ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"iframeElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-flow-into"},"-ms-grid-columns":{"syntax":"none | <track-list> | <auto-track-list>","media":"visual","inherited":false,"animationType":"simpleListOfLpcDifferenceLpc","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"none","appliesto":"gridContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-columns"},"-ms-grid-rows":{"syntax":"none | <track-list> | <auto-track-list>","media":"visual","inherited":false,"animationType":"simpleListOfLpcDifferenceLpc","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"none","appliesto":"gridContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-grid-rows"},"-ms-high-contrast-adjust":{"syntax":"auto | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-high-contrast-adjust"},"-ms-hyphenate-limit-chars":{"syntax":"auto | <integer>{1,3}","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-chars"},"-ms-hyphenate-limit-lines":{"syntax":"no-limit | <integer>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"no-limit","appliesto":"blockContainerElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-lines"},"-ms-hyphenate-limit-zone":{"syntax":"<percentage> | <length>","media":"visual","inherited":true,"animationType":"discrete","percentages":"referToLineBoxWidth","groups":["Microsoft Extensions"],"initial":"0","appliesto":"blockContainerElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-hyphenate-limit-zone"},"-ms-ime-align":{"syntax":"auto | after","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-ime-align"},"-ms-overflow-style":{"syntax":"auto | none | scrollbar | -ms-autohiding-scrollbar","media":"interactive","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-overflow-style"},"-ms-scrollbar-3dlight-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"dependsOnUserAgent","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-3dlight-color"},"-ms-scrollbar-arrow-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"ButtonText","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-arrow-color"},"-ms-scrollbar-base-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"dependsOnUserAgent","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-base-color"},"-ms-scrollbar-darkshadow-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"ThreeDDarkShadow","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-darkshadow-color"},"-ms-scrollbar-face-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"ThreeDFace","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-face-color"},"-ms-scrollbar-highlight-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"ThreeDHighlight","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-highlight-color"},"-ms-scrollbar-shadow-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"ThreeDDarkShadow","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-shadow-color"},"-ms-scrollbar-track-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"Scrollbar","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scrollbar-track-color"},"-ms-scroll-chaining":{"syntax":"chained | none","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"chained","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-chaining"},"-ms-scroll-limit":{"syntax":"<\'-ms-scroll-limit-x-min\'> <\'-ms-scroll-limit-y-min\'> <\'-ms-scroll-limit-x-max\'> <\'-ms-scroll-limit-y-max\'>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],"appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["-ms-scroll-limit-x-min","-ms-scroll-limit-y-min","-ms-scroll-limit-x-max","-ms-scroll-limit-y-max"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit"},"-ms-scroll-limit-x-max":{"syntax":"auto | <length>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-max"},"-ms-scroll-limit-x-min":{"syntax":"<length>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"0","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-x-min"},"-ms-scroll-limit-y-max":{"syntax":"auto | <length>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-max"},"-ms-scroll-limit-y-min":{"syntax":"<length>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"0","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-limit-y-min"},"-ms-scroll-rails":{"syntax":"none | railed","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"railed","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-rails"},"-ms-scroll-snap-points-x":{"syntax":"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"snapInterval(0px, 100%)","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-x"},"-ms-scroll-snap-points-y":{"syntax":"snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"snapInterval(0px, 100%)","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-points-y"},"-ms-scroll-snap-type":{"syntax":"none | proximity | mandatory","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-type"},"-ms-scroll-snap-x":{"syntax":"<\'-ms-scroll-snap-type\'> <\'-ms-scroll-snap-points-x\'>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],"appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["-ms-scroll-snap-type","-ms-scroll-snap-points-x"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-x"},"-ms-scroll-snap-y":{"syntax":"<\'-ms-scroll-snap-type\'> <\'-ms-scroll-snap-points-y\'>","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],"appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["-ms-scroll-snap-type","-ms-scroll-snap-points-y"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-snap-y"},"-ms-scroll-translation":{"syntax":"none | vertical-to-horizontal","media":"interactive","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-scroll-translation"},"-ms-text-autospace":{"syntax":"none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-text-autospace"},"-ms-touch-select":{"syntax":"grippers | none","media":"interactive","inherited":true,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"grippers","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-touch-select"},"-ms-user-select":{"syntax":"none | element | text","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"text","appliesto":"nonReplacedElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-user-select"},"-ms-wrap-flow":{"syntax":"auto | both | start | end | maximum | clear","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"auto","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-flow"},"-ms-wrap-margin":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"0","appliesto":"exclusionElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-margin"},"-ms-wrap-through":{"syntax":"wrap | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Microsoft Extensions"],"initial":"wrap","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-ms-wrap-through"},"-moz-appearance":{"syntax":"none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"noneButOverriddenInUserAgentCSS","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-moz-binding":{"syntax":"<url> | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElementsExceptGeneratedContentOrPseudoElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-binding"},"-moz-border-bottom-colors":{"syntax":"<color>+ | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-border-bottom-colors"},"-moz-border-left-colors":{"syntax":"<color>+ | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-border-left-colors"},"-moz-border-right-colors":{"syntax":"<color>+ | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-border-right-colors"},"-moz-border-top-colors":{"syntax":"<color>+ | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-border-top-colors"},"-moz-context-properties":{"syntax":"none | [ fill | fill-opacity | stroke | stroke-opacity ]#","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElementsThatCanReferenceImages","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-context-properties"},"-moz-float-edge":{"syntax":"border-box | content-box | margin-box | padding-box","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"content-box","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge"},"-moz-force-broken-image-icon":{"syntax":"0 | 1","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"0","appliesto":"images","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon"},"-moz-image-region":{"syntax":"<shape> | auto","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"auto","appliesto":"xulImageElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"},"-moz-orient":{"syntax":"inline | block | horizontal | vertical","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"inline","appliesto":"anyElementEffectOnProgressAndMeter","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-orient"},"-moz-outline-radius":{"syntax":"<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?","media":"visual","inherited":false,"animationType":["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],"percentages":["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],"groups":["Mozilla Extensions"],"initial":["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],"appliesto":"allElements","computed":["-moz-outline-radius-topleft","-moz-outline-radius-topright","-moz-outline-radius-bottomright","-moz-outline-radius-bottomleft"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius"},"-moz-outline-radius-bottomleft":{"syntax":"<outline-radius>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["Mozilla Extensions"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomleft"},"-moz-outline-radius-bottomright":{"syntax":"<outline-radius>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["Mozilla Extensions"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-bottomright"},"-moz-outline-radius-topleft":{"syntax":"<outline-radius>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["Mozilla Extensions"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topleft"},"-moz-outline-radius-topright":{"syntax":"<outline-radius>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["Mozilla Extensions"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-outline-radius-topright"},"-moz-stack-sizing":{"syntax":"ignore | stretch-to-fit","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"stretch-to-fit","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-stack-sizing"},"-moz-text-blink":{"syntax":"none | blink","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-text-blink"},"-moz-user-focus":{"syntax":"ignore | normal | select-after | select-before | select-menu | select-same | select-all | none","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-user-focus"},"-moz-user-input":{"syntax":"auto | none | enabled | disabled","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-user-input"},"-moz-user-modify":{"syntax":"read-only | read-write | write-only","media":"interactive","inherited":true,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"read-only","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-user-modify"},"-moz-window-dragging":{"syntax":"drag | no-drag","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"drag","appliesto":"allElementsCreatingNativeWindows","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-window-dragging"},"-moz-window-shadow":{"syntax":"default | menu | tooltip | sheet | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"default","appliesto":"allElementsCreatingNativeWindows","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow"},"-webkit-appearance":{"syntax":"none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"noneButOverriddenInUserAgentCSS","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/appearance"},"-webkit-border-before":{"syntax":"<\'border-width\'> || <\'border-style\'> || <color>","media":"visual","inherited":true,"animationType":"discrete","percentages":["-webkit-border-before-width"],"groups":["WebKit Extensions"],"initial":["border-width","border-style","color"],"appliesto":"allElements","computed":["border-width","border-style","color"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-border-before"},"-webkit-border-before-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"nonstandard"},"-webkit-border-before-style":{"syntax":"<\'border-style\'>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard"},"-webkit-border-before-width":{"syntax":"<\'border-width\'>","media":"visual","inherited":true,"animationType":"discrete","percentages":"logicalWidthOfContainingBlock","groups":["WebKit Extensions"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"nonstandard"},"-webkit-box-reflect":{"syntax":"[ above | below | right | left ]? <length>? <image>?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"},"-webkit-line-clamp":{"syntax":"none | <integer>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["WebKit Extensions","CSS Overflow"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"},"-webkit-mask":{"syntax":"[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],"appliesto":"allElements","computed":["-webkit-mask-image","-webkit-mask-repeat","-webkit-mask-attachment","-webkit-mask-position","-webkit-mask-origin","-webkit-mask-clip"],"order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask"},"-webkit-mask-attachment":{"syntax":"<attachment>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"scroll","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment"},"-webkit-mask-clip":{"syntax":"[ <box> | border | padding | content | text ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"border","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"-webkit-mask-composite":{"syntax":"<composite-style>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"source-over","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite"},"-webkit-mask-image":{"syntax":"<mask-reference>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"none","appliesto":"allElements","computed":"absoluteURIOrNone","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"-webkit-mask-origin":{"syntax":"[ <box> | border | padding | content ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"padding","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"-webkit-mask-position":{"syntax":"<position>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToSizeOfElement","groups":["WebKit Extensions"],"initial":"0% 0%","appliesto":"allElements","computed":"absoluteLengthOrPercentage","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"-webkit-mask-position-x":{"syntax":"[ <length-percentage> | left | center | right ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToSizeOfElement","groups":["WebKit Extensions"],"initial":"0%","appliesto":"allElements","computed":"absoluteLengthOrPercentage","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-x"},"-webkit-mask-position-y":{"syntax":"[ <length-percentage> | top | center | bottom ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToSizeOfElement","groups":["WebKit Extensions"],"initial":"0%","appliesto":"allElements","computed":"absoluteLengthOrPercentage","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-position-y"},"-webkit-mask-repeat":{"syntax":"<repeat-style>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"repeat","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"-webkit-mask-repeat-x":{"syntax":"repeat | no-repeat | space | round","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"repeat","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-x"},"-webkit-mask-repeat-y":{"syntax":"repeat | no-repeat | space | round","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"repeat","appliesto":"allElements","computed":"absoluteLengthOrPercentage","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-repeat-y"},"-webkit-mask-size":{"syntax":"<bg-size>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"relativeToBackgroundPositioningArea","groups":["WebKit Extensions"],"initial":"auto auto","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"-webkit-overflow-scrolling":{"syntax":"auto | touch","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"auto","appliesto":"scrollingBoxes","computed":"asSpecified","order":"orderOfAppearance","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"},"-webkit-tap-highlight-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"black","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-tap-highlight-color"},"-webkit-text-fill-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"color","percentages":"no","groups":["WebKit Extensions"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color"},"-webkit-text-stroke":{"syntax":"<length> || <color>","media":"visual","inherited":true,"animationType":["-webkit-text-stroke-width","-webkit-text-stroke-color"],"percentages":"no","groups":["WebKit Extensions"],"initial":["-webkit-text-stroke-width","-webkit-text-stroke-color"],"appliesto":"allElements","computed":["-webkit-text-stroke-width","-webkit-text-stroke-color"],"order":"canonicalOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke"},"-webkit-text-stroke-color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"color","percentages":"no","groups":["WebKit Extensions"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color"},"-webkit-text-stroke-width":{"syntax":"<length>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"0","appliesto":"allElements","computed":"absoluteLength","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width"},"-webkit-touch-callout":{"syntax":"default | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"default","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/-webkit-touch-callout"},"-webkit-user-modify":{"syntax":"read-only | read-write | read-write-plaintext-only","media":"interactive","inherited":true,"animationType":"discrete","percentages":"no","groups":["WebKit Extensions"],"initial":"read-only","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard"},"accent-color":{"syntax":"auto | <color>","media":"interactive","inherited":true,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElements","computed":"asAutoOrColor","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/accent-color"},"align-content":{"syntax":"normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"multilineFlexContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/align-content"},"align-items":{"syntax":"normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/align-items"},"align-self":{"syntax":"auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"auto","appliesto":"flexItemsGridItemsAndAbsolutelyPositionedBoxes","computed":"autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/align-self"},"align-tracks":{"syntax":"[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"normal","appliesto":"gridContainersWithMasonryLayoutInTheirBlockAxis","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/align-tracks"},"all":{"syntax":"initial | inherit | unset | revert | revert-layer","media":"noPracticalMedia","inherited":false,"animationType":"eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection","percentages":"no","groups":["CSS Miscellaneous"],"initial":"noPracticalInitialValue","appliesto":"allElements","computed":"asSpecifiedAppliesToEachProperty","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/all"},"animation":{"syntax":"<single-animation>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":["animation-name","animation-duration","animation-timing-function","animation-delay","animation-iteration-count","animation-direction","animation-fill-mode","animation-play-state","animation-timeline"],"appliesto":"allElementsAndPseudos","computed":["animation-name","animation-duration","animation-timing-function","animation-delay","animation-direction","animation-iteration-count","animation-fill-mode","animation-play-state","animation-timeline"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation"},"animation-delay":{"syntax":"<time>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"0s","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-delay"},"animation-direction":{"syntax":"<single-animation-direction>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"normal","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-direction"},"animation-duration":{"syntax":"<time>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"0s","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-duration"},"animation-fill-mode":{"syntax":"<single-animation-fill-mode>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"none","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode"},"animation-iteration-count":{"syntax":"<single-animation-iteration-count>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"1","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count"},"animation-name":{"syntax":"[ none | <keyframes-name> ]#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"none","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-name"},"animation-play-state":{"syntax":"<single-animation-play-state>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"running","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-play-state"},"animation-timing-function":{"syntax":"<easing-function>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"ease","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"},"animation-timeline":{"syntax":"<single-animation-timeline>#","media":"visual","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Animations"],"initial":"auto","appliesto":"allElements","computed":"listEachItemIdentifyerOrNoneAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/animation-timeline"},"appearance":{"syntax":"none | auto | textfield | menulist-button | <compat-auto>","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/appearance"},"aspect-ratio":{"syntax":"auto | <ratio>","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes","computed":"asSpecified","order":"perGrammar","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/aspect-ratio"},"azimuth":{"syntax":"<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards","media":"aural","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Speech"],"initial":"center","appliesto":"allElements","computed":"normalizedAngle","order":"orderOfAppearance","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/azimuth"},"backdrop-filter":{"syntax":"none | <filter-function-list>","media":"visual","inherited":false,"animationType":"filterList","percentages":"no","groups":["Filter Effects"],"initial":"none","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/backdrop-filter"},"backface-visibility":{"syntax":"visible | hidden","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transforms"],"initial":"visible","appliesto":"transformableElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/backface-visibility"},"background":{"syntax":"[ <bg-layer> , ]* <final-bg-layer>","media":"visual","inherited":false,"animationType":["background-color","background-image","background-clip","background-position","background-size","background-repeat","background-attachment"],"percentages":["background-position","background-size"],"groups":["CSS Backgrounds and Borders"],"initial":["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],"appliesto":"allElements","computed":["background-image","background-position","background-size","background-repeat","background-origin","background-clip","background-attachment","background-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background"},"background-attachment":{"syntax":"<attachment>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"scroll","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-attachment"},"background-blend-mode":{"syntax":"<blend-mode>#","media":"none","inherited":false,"animationType":"discrete","percentages":"no","groups":["Compositing and Blending"],"initial":"normal","appliesto":"allElementsSVGContainerGraphicsAndGraphicsReferencingElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-blend-mode"},"background-clip":{"syntax":"<box>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"border-box","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-clip"},"background-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"transparent","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-color"},"background-image":{"syntax":"<bg-image>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"asSpecifiedURLsAbsolute","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-image"},"background-origin":{"syntax":"<box>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"padding-box","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-origin"},"background-position":{"syntax":"<bg-position>#","media":"visual","inherited":false,"animationType":"repeatableListOfSimpleListOfLpc","percentages":"referToSizeOfBackgroundPositioningAreaMinusBackgroundImageSize","groups":["CSS Backgrounds and Borders"],"initial":"0% 0%","appliesto":"allElements","computed":["background-position-x","background-position-y"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-position"},"background-position-x":{"syntax":"[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToWidthOfBackgroundPositioningAreaMinusBackgroundImageHeight","groups":["CSS Backgrounds and Borders"],"initial":"0%","appliesto":"allElements","computed":"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-position-x"},"background-position-y":{"syntax":"[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight","groups":["CSS Backgrounds and Borders"],"initial":"0%","appliesto":"allElements","computed":"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-position-y"},"background-repeat":{"syntax":"<repeat-style>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"repeat","appliesto":"allElements","computed":"listEachItemHasTwoKeywordsOnePerDimension","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-repeat"},"background-size":{"syntax":"<bg-size>#","media":"visual","inherited":false,"animationType":"repeatableListOfSimpleListOfLpc","percentages":"relativeToBackgroundPositioningArea","groups":["CSS Backgrounds and Borders"],"initial":"auto auto","appliesto":"allElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/background-size"},"block-overflow":{"syntax":"clip | ellipsis | <string>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"clip","appliesto":"blockContainers","computed":"asSpecified","order":"perGrammar","status":"experimental"},"block-size":{"syntax":"<\'width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"blockSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"sameAsWidthAndHeight","computed":"sameAsWidthAndHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/block-size"},"border":{"syntax":"<line-width> || <line-style> || <color>","media":"visual","inherited":false,"animationType":["border-color","border-style","border-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-width","border-style","border-color"],"appliesto":"allElements","computed":["border-width","border-style","border-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border"},"border-block":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":["border-top-width","border-top-style","border-top-color"],"appliesto":"allElements","computed":["border-top-width","border-top-style","border-top-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block"},"border-block-color":{"syntax":"<\'border-top-color\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-color"},"border-block-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-style"},"border-block-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-width"},"border-block-end":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":["border-block-end-color","border-block-end-style","border-block-end-width"],"percentages":"no","groups":["CSS Logical Properties"],"initial":["border-top-width","border-top-style","border-top-color"],"appliesto":"allElements","computed":["border-top-width","border-top-style","border-top-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-end"},"border-block-end-color":{"syntax":"<\'border-top-color\'>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"},"border-block-end-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"},"border-block-end-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"},"border-block-start":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":["border-block-start-color","border-block-start-style","border-block-start-width"],"percentages":"no","groups":["CSS Logical Properties"],"initial":["border-width","border-style","color"],"appliesto":"allElements","computed":["border-width","border-style","border-block-start-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-start"},"border-block-start-color":{"syntax":"<\'border-top-color\'>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"},"border-block-start-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"},"border-block-start-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-block-start-width"},"border-bottom":{"syntax":"<line-width> || <line-style> || <color>","media":"visual","inherited":false,"animationType":["border-bottom-color","border-bottom-style","border-bottom-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-bottom-width","border-bottom-style","border-bottom-color"],"appliesto":"allElements","computed":["border-bottom-width","border-bottom-style","border-bottom-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom"},"border-bottom-color":{"syntax":"<\'border-top-color\'>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"},"border-bottom-left-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Backgrounds and Borders"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"},"border-bottom-right-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Backgrounds and Borders"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius"},"border-bottom-style":{"syntax":"<line-style>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom-style"},"border-bottom-width":{"syntax":"<line-width>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthOr0IfBorderBottomStyleNoneOrHidden","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"},"border-collapse":{"syntax":"collapse | separate","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Table"],"initial":"separate","appliesto":"tableElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-collapse"},"border-color":{"syntax":"<color>{1,4}","media":"visual","inherited":false,"animationType":["border-bottom-color","border-left-color","border-right-color","border-top-color"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-top-color","border-right-color","border-bottom-color","border-left-color"],"appliesto":"allElements","computed":["border-bottom-color","border-left-color","border-right-color","border-top-color"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-color"},"border-end-end-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"},"border-end-start-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"},"border-image":{"syntax":"<\'border-image-source\'> || <\'border-image-slice\'> [ / <\'border-image-width\'> | / <\'border-image-width\'>? / <\'border-image-outset\'> ]? || <\'border-image-repeat\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":["border-image-slice","border-image-width"],"groups":["CSS Backgrounds and Borders"],"initial":["border-image-source","border-image-slice","border-image-width","border-image-outset","border-image-repeat"],"appliesto":"allElementsExceptTableElementsWhenCollapse","computed":["border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image"},"border-image-outset":{"syntax":"[ <length> | <number> ]{1,4}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"0","appliesto":"allElementsExceptTableElementsWhenCollapse","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image-outset"},"border-image-repeat":{"syntax":"[ stretch | repeat | round | space ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"stretch","appliesto":"allElementsExceptTableElementsWhenCollapse","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"},"border-image-slice":{"syntax":"<number-percentage>{1,4} && fill?","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"referToSizeOfBorderImage","groups":["CSS Backgrounds and Borders"],"initial":"100%","appliesto":"allElementsExceptTableElementsWhenCollapse","computed":"oneToFourPercentagesOrAbsoluteLengthsPlusFill","order":"percentagesOrLengthsFollowedByFill","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image-slice"},"border-image-source":{"syntax":"none | <image>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElementsExceptTableElementsWhenCollapse","computed":"noneOrImageWithAbsoluteURI","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image-source"},"border-image-width":{"syntax":"[ <length-percentage> | <number> | auto ]{1,4}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"referToWidthOrHeightOfBorderImageArea","groups":["CSS Backgrounds and Borders"],"initial":"1","appliesto":"allElementsExceptTableElementsWhenCollapse","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-image-width"},"border-inline":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":["border-top-width","border-top-style","border-top-color"],"appliesto":"allElements","computed":["border-top-width","border-top-style","border-top-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline"},"border-inline-end":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":["border-inline-end-color","border-inline-end-style","border-inline-end-width"],"percentages":"no","groups":["CSS Logical Properties"],"initial":["border-width","border-style","color"],"appliesto":"allElements","computed":["border-width","border-style","border-inline-end-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-end"},"border-inline-color":{"syntax":"<\'border-top-color\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-color"},"border-inline-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-style"},"border-inline-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-width"},"border-inline-end-color":{"syntax":"<\'border-top-color\'>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"},"border-inline-end-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"},"border-inline-end-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"},"border-inline-start":{"syntax":"<\'border-top-width\'> || <\'border-top-style\'> || <color>","media":"visual","inherited":false,"animationType":["border-inline-start-color","border-inline-start-style","border-inline-start-width"],"percentages":"no","groups":["CSS Logical Properties"],"initial":["border-width","border-style","color"],"appliesto":"allElements","computed":["border-width","border-style","border-inline-start-color"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-start"},"border-inline-start-color":{"syntax":"<\'border-top-color\'>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Logical Properties"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"},"border-inline-start-style":{"syntax":"<\'border-top-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Logical Properties"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"},"border-inline-start-width":{"syntax":"<\'border-top-width\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthZeroIfBorderStyleNoneOrHidden","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width"},"border-left":{"syntax":"<line-width> || <line-style> || <color>","media":"visual","inherited":false,"animationType":["border-left-color","border-left-style","border-left-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-left-width","border-left-style","border-left-color"],"appliesto":"allElements","computed":["border-left-width","border-left-style","border-left-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-left"},"border-left-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-left-color"},"border-left-style":{"syntax":"<line-style>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-left-style"},"border-left-width":{"syntax":"<line-width>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthOr0IfBorderLeftStyleNoneOrHidden","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-left-width"},"border-radius":{"syntax":"<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?","media":"visual","inherited":false,"animationType":["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],"percentages":"referToDimensionOfBorderBox","groups":["CSS Backgrounds and Borders"],"initial":["border-top-left-radius","border-top-right-radius","border-bottom-right-radius","border-bottom-left-radius"],"appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":["border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-radius"},"border-right":{"syntax":"<line-width> || <line-style> || <color>","media":"visual","inherited":false,"animationType":["border-right-color","border-right-style","border-right-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-right-width","border-right-style","border-right-color"],"appliesto":"allElements","computed":["border-right-width","border-right-style","border-right-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-right"},"border-right-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-right-color"},"border-right-style":{"syntax":"<line-style>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-right-style"},"border-right-width":{"syntax":"<line-width>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthOr0IfBorderRightStyleNoneOrHidden","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-right-width"},"border-spacing":{"syntax":"<length> <length>?","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Table"],"initial":"0","appliesto":"tableElements","computed":"twoAbsoluteLengths","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-spacing"},"border-start-end-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"},"border-start-start-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"},"border-style":{"syntax":"<line-style>{1,4}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-top-style","border-right-style","border-bottom-style","border-left-style"],"appliesto":"allElements","computed":["border-bottom-style","border-left-style","border-right-style","border-top-style"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-style"},"border-top":{"syntax":"<line-width> || <line-style> || <color>","media":"visual","inherited":false,"animationType":["border-top-color","border-top-style","border-top-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-top-width","border-top-style","border-top-color"],"appliesto":"allElements","computed":["border-top-width","border-top-style","border-top-color"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top"},"border-top-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top-color"},"border-top-left-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Backgrounds and Borders"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"},"border-top-right-radius":{"syntax":"<length-percentage>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfBorderBox","groups":["CSS Backgrounds and Borders"],"initial":"0","appliesto":"allElementsUAsNotRequiredWhenCollapse","computed":"twoAbsoluteLengthOrPercentages","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius"},"border-top-style":{"syntax":"<line-style>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top-style"},"border-top-width":{"syntax":"<line-width>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"medium","appliesto":"allElements","computed":"absoluteLengthOr0IfBorderTopStyleNoneOrHidden","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-top-width"},"border-width":{"syntax":"<line-width>{1,4}","media":"visual","inherited":false,"animationType":["border-bottom-width","border-left-width","border-right-width","border-top-width"],"percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":["border-top-width","border-right-width","border-bottom-width","border-left-width"],"appliesto":"allElements","computed":["border-bottom-width","border-left-width","border-right-width","border-top-width"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/border-width"},"bottom":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToContainingBlockHeight","groups":["CSS Positioning"],"initial":"auto","appliesto":"positionedElements","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/bottom"},"box-align":{"syntax":"start | center | end | baseline | stretch","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"stretch","appliesto":"elementsWithDisplayBoxOrInlineBox","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-align"},"box-decoration-break":{"syntax":"slice | clone","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"slice","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-decoration-break"},"box-direction":{"syntax":"normal | reverse | inherit","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"normal","appliesto":"elementsWithDisplayBoxOrInlineBox","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-direction"},"box-flex":{"syntax":"<number>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"0","appliesto":"directChildrenOfElementsWithDisplayMozBoxMozInlineBox","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-flex"},"box-flex-group":{"syntax":"<integer>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"1","appliesto":"inFlowChildrenOfBoxElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-flex-group"},"box-lines":{"syntax":"single | multiple","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"single","appliesto":"boxElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-lines"},"box-ordinal-group":{"syntax":"<integer>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"1","appliesto":"childrenOfBoxElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group"},"box-orient":{"syntax":"horizontal | vertical | inline-axis | block-axis | inherit","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"inlineAxisHorizontalInXUL","appliesto":"elementsWithDisplayBoxOrInlineBox","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-orient"},"box-pack":{"syntax":"start | center | end | justify","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions","WebKit Extensions"],"initial":"start","appliesto":"elementsWithDisplayMozBoxMozInlineBox","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-pack"},"box-shadow":{"syntax":"none | <shadow>#","media":"visual","inherited":false,"animationType":"shadowList","percentages":"no","groups":["CSS Backgrounds and Borders"],"initial":"none","appliesto":"allElements","computed":"absoluteLengthsSpecifiedColorAsSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-shadow"},"box-sizing":{"syntax":"content-box | border-box","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"content-box","appliesto":"allElementsAcceptingWidthOrHeight","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/box-sizing"},"break-after":{"syntax":"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"auto","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/break-after"},"break-before":{"syntax":"auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"auto","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/break-before"},"break-inside":{"syntax":"auto | avoid | avoid-page | avoid-column | avoid-region","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"auto","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/break-inside"},"caption-side":{"syntax":"top | bottom | block-start | block-end | inline-start | inline-end","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Table"],"initial":"top","appliesto":"tableCaptionElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/caption-side"},"caret-color":{"syntax":"auto | <color>","media":"interactive","inherited":true,"animationType":"color","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElements","computed":"asAutoOrColor","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/caret-color"},"clear":{"syntax":"none | left | right | both | inline-start | inline-end","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Positioning"],"initial":"none","appliesto":"blockLevelElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/clear"},"clip":{"syntax":"<shape> | auto","media":"visual","inherited":false,"animationType":"rectangle","percentages":"no","groups":["CSS Masking"],"initial":"auto","appliesto":"absolutelyPositionedElements","computed":"autoOrRectangle","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/clip"},"clip-path":{"syntax":"<clip-source> | [ <basic-shape> || <geometry-box> ] | none","media":"visual","inherited":false,"animationType":"basicShapeOtherwiseNo","percentages":"referToReferenceBoxWhenSpecifiedOtherwiseBorderBox","groups":["CSS Masking"],"initial":"none","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedURLsAbsolute","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/clip-path"},"color":{"syntax":"<color>","media":"visual","inherited":true,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Color"],"initial":"canvastext","appliesto":"allElementsAndText","computed":"computedColor","order":"perGrammar","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/color"},"print-color-adjust":{"syntax":"economy | exact","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Color"],"initial":"economy","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/print-color-adjust"},"color-scheme":{"syntax":"normal | [ light | dark | <custom-ident> ]+ && only?","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Color"],"initial":"normal","appliesto":"allElementsAndText","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/color-scheme"},"column-count":{"syntax":"<integer> | auto","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["CSS Columns"],"initial":"auto","appliesto":"blockContainersExceptTableWrappers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-count"},"column-fill":{"syntax":"auto | balance | balance-all","media":"visualInContinuousMediaNoEffectInOverflowColumns","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Columns"],"initial":"balance","appliesto":"multicolElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-fill"},"column-gap":{"syntax":"normal | <length-percentage>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfContentArea","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"multiColumnElementsFlexContainersGridContainers","computed":"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"column-rule":{"syntax":"<\'column-rule-width\'> || <\'column-rule-style\'> || <\'column-rule-color\'>","media":"visual","inherited":false,"animationType":["column-rule-color","column-rule-style","column-rule-width"],"percentages":"no","groups":["CSS Columns"],"initial":["column-rule-width","column-rule-style","column-rule-color"],"appliesto":"multicolElements","computed":["column-rule-color","column-rule-style","column-rule-width"],"order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-rule"},"column-rule-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Columns"],"initial":"currentcolor","appliesto":"multicolElements","computed":"computedColor","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-rule-color"},"column-rule-style":{"syntax":"<\'border-style\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Columns"],"initial":"none","appliesto":"multicolElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-rule-style"},"column-rule-width":{"syntax":"<\'border-width\'>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Columns"],"initial":"medium","appliesto":"multicolElements","computed":"absoluteLength0IfColumnRuleStyleNoneOrHidden","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-rule-width"},"column-span":{"syntax":"none | all","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Columns"],"initial":"none","appliesto":"inFlowBlockLevelElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-span"},"column-width":{"syntax":"<length> | auto","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Columns"],"initial":"auto","appliesto":"blockContainersExceptTableWrappers","computed":"absoluteLengthZeroOrLarger","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-width"},"columns":{"syntax":"<\'column-width\'> || <\'column-count\'>","media":"visual","inherited":false,"animationType":["column-width","column-count"],"percentages":"no","groups":["CSS Columns"],"initial":["column-width","column-count"],"appliesto":"blockContainersExceptTableWrappers","computed":["column-width","column-count"],"order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/columns"},"contain":{"syntax":"none | strict | content | [ size || layout || style || paint ]","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Containment"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/contain"},"content":{"syntax":"normal | none | [ <content-replacement> | <content-list> ] [/ [ <string> | <counter> ]+ ]?","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Generated Content"],"initial":"normal","appliesto":"allElementsTreeAbidingPseudoElementsPageMarginBoxes","computed":"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/content"},"content-visibility":{"syntax":"visible | auto | hidden","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Containment"],"initial":"visible","appliesto":"elementsForWhichLayoutContainmentCanApply","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/content-visibility"},"counter-increment":{"syntax":"[ <counter-name> <integer>? ]+ | none","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Counter Styles"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/counter-increment"},"counter-reset":{"syntax":"[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Counter Styles"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/counter-reset"},"counter-set":{"syntax":"[ <counter-name> <integer>? ]+ | none","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Counter Styles"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/counter-set"},"cursor":{"syntax":"[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]","media":["visual","interactive"],"inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElements","computed":"asSpecifiedURLsAbsolute","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/cursor"},"direction":{"syntax":"ltr | rtl","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Writing Modes"],"initial":"ltr","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/direction"},"display":{"syntax":"[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>","media":"all","inherited":false,"animationType":"notAnimatable","percentages":"no","groups":["CSS Display"],"initial":"inline","appliesto":"allElements","computed":"asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/display"},"empty-cells":{"syntax":"show | hide","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Table"],"initial":"show","appliesto":"tableCellElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/empty-cells"},"filter":{"syntax":"none | <filter-function-list>","media":"visual","inherited":false,"animationType":"filterList","percentages":"no","groups":["Filter Effects"],"initial":"none","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/filter"},"flex":{"syntax":"none | [ <\'flex-grow\'> <\'flex-shrink\'>? || <\'flex-basis\'> ]","media":"visual","inherited":false,"animationType":["flex-grow","flex-shrink","flex-basis"],"percentages":"no","groups":["CSS Flexible Box Layout"],"initial":["flex-grow","flex-shrink","flex-basis"],"appliesto":"flexItemsAndInFlowPseudos","computed":["flex-grow","flex-shrink","flex-basis"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex"},"flex-basis":{"syntax":"content | <\'width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToFlexContainersInnerMainSize","groups":["CSS Flexible Box Layout"],"initial":"auto","appliesto":"flexItemsAndInFlowPseudos","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"lengthOrPercentageBeforeKeywordIfBothPresent","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-basis"},"flex-direction":{"syntax":"row | row-reverse | column | column-reverse","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":"row","appliesto":"flexContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-direction"},"flex-flow":{"syntax":"<\'flex-direction\'> || <\'flex-wrap\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":["flex-direction","flex-wrap"],"appliesto":"flexContainers","computed":["flex-direction","flex-wrap"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-flow"},"flex-grow":{"syntax":"<number>","media":"visual","inherited":false,"animationType":"number","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":"0","appliesto":"flexItemsAndInFlowPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-grow"},"flex-shrink":{"syntax":"<number>","media":"visual","inherited":false,"animationType":"number","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":"1","appliesto":"flexItemsAndInFlowPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-shrink"},"flex-wrap":{"syntax":"nowrap | wrap | wrap-reverse","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":"nowrap","appliesto":"flexContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/flex-wrap"},"float":{"syntax":"left | right | none | inline-start | inline-end","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Positioning"],"initial":"none","appliesto":"allElementsNoEffectIfDisplayNone","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/float"},"font":{"syntax":"[ [ <\'font-style\'> || <font-variant-css21> || <\'font-weight\'> || <\'font-stretch\'> ]? <\'font-size\'> [ / <\'line-height\'> ]? <\'font-family\'> ] | caption | icon | menu | message-box | small-caption | status-bar","media":"visual","inherited":true,"animationType":["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],"percentages":["font-size","line-height"],"groups":["CSS Fonts"],"initial":["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],"appliesto":"allElements","computed":["font-style","font-variant","font-weight","font-stretch","font-size","line-height","font-family"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font"},"font-family":{"syntax":"[ <family-name> | <generic-family> ]#","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"dependsOnUserAgent","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-family"},"font-feature-settings":{"syntax":"normal | <feature-tag-value>#","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-feature-settings"},"font-kerning":{"syntax":"auto | normal | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-kerning"},"font-language-override":{"syntax":"normal | <string>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-language-override"},"font-optical-sizing":{"syntax":"auto | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing"},"font-variation-settings":{"syntax":"normal | [ <string> <number> ]#","media":"visual","inherited":true,"animationType":"transform","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variation-settings"},"font-size":{"syntax":"<absolute-size> | <relative-size> | <length-percentage>","media":"visual","inherited":true,"animationType":"length","percentages":"referToParentElementsFontSize","groups":["CSS Fonts"],"initial":"medium","appliesto":"allElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-size"},"font-size-adjust":{"syntax":"none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]","media":"visual","inherited":true,"animationType":"number","percentages":"no","groups":["CSS Fonts"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"},"font-smooth":{"syntax":"auto | never | always | <absolute-size> | <length>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-smooth"},"font-stretch":{"syntax":"<font-stretch-absolute>","media":"visual","inherited":true,"animationType":"fontStretch","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-stretch"},"font-style":{"syntax":"normal | italic | oblique <angle>?","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-style"},"font-synthesis":{"syntax":"none | [ weight || style || small-caps ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"weight style","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-synthesis"},"font-variant":{"syntax":"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant"},"font-variant-alternates":{"syntax":"normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates"},"font-variant-caps":{"syntax":"normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-caps"},"font-variant-east-asian":{"syntax":"normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian"},"font-variant-ligatures":{"syntax":"normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures"},"font-variant-numeric":{"syntax":"normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric"},"font-variant-position":{"syntax":"normal | sub | super","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-variant-position"},"font-weight":{"syntax":"<font-weight-absolute> | bolder | lighter","media":"visual","inherited":true,"animationType":"fontWeight","percentages":"no","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"keywordOrNumericalValueBolderLighterTransformedToRealValue","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/font-weight"},"forced-color-adjust":{"syntax":"auto | none","media":"visual","inherited":true,"animationType":"notAnimatable","percentages":"no","groups":["CSS Color"],"initial":"auto","appliesto":"allElementsAndText","computed":"asSpecified","order":"perGrammar","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust"},"gap":{"syntax":"<\'row-gap\'> <\'column-gap\'>?","media":"visual","inherited":false,"animationType":["row-gap","column-gap"],"percentages":"no","groups":["CSS Box Alignment"],"initial":["row-gap","column-gap"],"appliesto":"multiColumnElementsFlexContainersGridContainers","computed":["row-gap","column-gap"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/gap"},"grid":{"syntax":"<\'grid-template\'> | <\'grid-template-rows\'> / [ auto-flow && dense? ] <\'grid-auto-columns\'>? | [ auto-flow && dense? ] <\'grid-auto-rows\'>? / <\'grid-template-columns\'>","media":"visual","inherited":false,"animationType":"discrete","percentages":["grid-template-rows","grid-template-columns","grid-auto-rows","grid-auto-columns"],"groups":["CSS Grid Layout"],"initial":["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],"appliesto":"gridContainers","computed":["grid-template-rows","grid-template-columns","grid-template-areas","grid-auto-rows","grid-auto-columns","grid-auto-flow","grid-column-gap","grid-row-gap","column-gap","row-gap"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid"},"grid-area":{"syntax":"<grid-line> [ / <grid-line> ]{0,3}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],"appliesto":"gridItemsAndBoxesWithinGridContainer","computed":["grid-row-start","grid-column-start","grid-row-end","grid-column-end"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-area"},"grid-auto-columns":{"syntax":"<track-size>+","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridContainers","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns"},"grid-auto-flow":{"syntax":"[ row | column ] || dense","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"row","appliesto":"gridContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"},"grid-auto-rows":{"syntax":"<track-size>+","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridContainers","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows"},"grid-column":{"syntax":"<grid-line> [ / <grid-line> ]?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":["grid-column-start","grid-column-end"],"appliesto":"gridItemsAndBoxesWithinGridContainer","computed":["grid-column-start","grid-column-end"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-column"},"grid-column-end":{"syntax":"<grid-line>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridItemsAndBoxesWithinGridContainer","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-column-end"},"grid-column-gap":{"syntax":"<length-percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"0","appliesto":"gridContainers","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/column-gap"},"grid-column-start":{"syntax":"<grid-line>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridItemsAndBoxesWithinGridContainer","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-column-start"},"grid-gap":{"syntax":"<\'grid-row-gap\'> <\'grid-column-gap\'>?","media":"visual","inherited":false,"animationType":["grid-row-gap","grid-column-gap"],"percentages":"no","groups":["CSS Grid Layout"],"initial":["grid-row-gap","grid-column-gap"],"appliesto":"gridContainers","computed":["grid-row-gap","grid-column-gap"],"order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/gap"},"grid-row":{"syntax":"<grid-line> [ / <grid-line> ]?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":["grid-row-start","grid-row-end"],"appliesto":"gridItemsAndBoxesWithinGridContainer","computed":["grid-row-start","grid-row-end"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-row"},"grid-row-end":{"syntax":"<grid-line>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridItemsAndBoxesWithinGridContainer","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-row-end"},"grid-row-gap":{"syntax":"<length-percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"0","appliesto":"gridContainers","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"grid-row-start":{"syntax":"<grid-line>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"auto","appliesto":"gridItemsAndBoxesWithinGridContainer","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-row-start"},"grid-template":{"syntax":"none | [ <\'grid-template-rows\'> / <\'grid-template-columns\'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?","media":"visual","inherited":false,"animationType":"discrete","percentages":["grid-template-columns","grid-template-rows"],"groups":["CSS Grid Layout"],"initial":["grid-template-columns","grid-template-rows","grid-template-areas"],"appliesto":"gridContainers","computed":["grid-template-columns","grid-template-rows","grid-template-areas"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-template"},"grid-template-areas":{"syntax":"none | <string>+","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"none","appliesto":"gridContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-template-areas"},"grid-template-columns":{"syntax":"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?","media":"visual","inherited":false,"animationType":"simpleListOfLpcDifferenceLpc","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"none","appliesto":"gridContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-template-columns"},"grid-template-rows":{"syntax":"none | <track-list> | <auto-track-list> | subgrid <line-name-list>?","media":"visual","inherited":false,"animationType":"simpleListOfLpcDifferenceLpc","percentages":"referToDimensionOfContentArea","groups":["CSS Grid Layout"],"initial":"none","appliesto":"gridContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/grid-template-rows"},"hanging-punctuation":{"syntax":"none | [ first || [ force-end | allow-end ] || last ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation"},"height":{"syntax":"auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock","groups":["CSS Box Model"],"initial":"auto","appliesto":"allElementsButNonReplacedAndTableColumns","computed":"percentageAutoOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/height"},"hyphenate-character":{"syntax":"auto | <string>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/hyphenate-character"},"hyphens":{"syntax":"none | manual | auto","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"manual","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/hyphens"},"image-orientation":{"syntax":"from-image | <angle> | [ <angle>? flip ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Images"],"initial":"from-image","appliesto":"allElements","computed":"angleRoundedToNextQuarter","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/image-orientation"},"image-rendering":{"syntax":"auto | crisp-edges | pixelated","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Images"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/image-rendering"},"image-resolution":{"syntax":"[ from-image || <resolution> ] && snap?","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Images"],"initial":"1dppx","appliesto":"allElements","computed":"asSpecifiedWithExceptionOfResolution","order":"uniqueOrder","status":"experimental"},"ime-mode":{"syntax":"auto | normal | active | inactive | disabled","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"textFields","computed":"asSpecified","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/ime-mode"},"initial-letter":{"syntax":"normal | [ <number> <integer>? ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Inline"],"initial":"normal","appliesto":"firstLetterPseudoElementsAndInlineLevelFirstChildren","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/initial-letter"},"initial-letter-align":{"syntax":"[ auto | alphabetic | hanging | ideographic ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Inline"],"initial":"auto","appliesto":"firstLetterPseudoElementsAndInlineLevelFirstChildren","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"},"inline-size":{"syntax":"<\'width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"inlineSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"sameAsWidthAndHeight","computed":"sameAsWidthAndHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inline-size"},"input-security":{"syntax":"auto | none","media":"interactive","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"sensitiveTextInputs","computed":"asSpecified","order":"perGrammar","status":"standard"},"inset":{"syntax":"<\'top\'>{1,4}","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalHeightOrWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset"},"inset-block":{"syntax":"<\'top\'>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalHeightOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-block"},"inset-block-end":{"syntax":"<\'top\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalHeightOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-block-end"},"inset-block-start":{"syntax":"<\'top\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalHeightOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-block-start"},"inset-inline":{"syntax":"<\'top\'>{1,2}","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-inline"},"inset-inline-end":{"syntax":"<\'top\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"},"inset-inline-start":{"syntax":"<\'top\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"auto","appliesto":"positionedElements","computed":"sameAsBoxOffsets","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"},"isolation":{"syntax":"auto | isolate","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Compositing and Blending"],"initial":"auto","appliesto":"allElementsSVGContainerGraphicsAndGraphicsReferencingElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/isolation"},"justify-content":{"syntax":"normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"flexContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/justify-content"},"justify-items":{"syntax":"normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"legacy","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/justify-items"},"justify-self":{"syntax":"auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"auto","appliesto":"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/justify-self"},"justify-tracks":{"syntax":"[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"normal","appliesto":"gridContainersWithMasonryLayoutInTheirInlineAxis","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/justify-tracks"},"left":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Positioning"],"initial":"auto","appliesto":"positionedElements","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/left"},"letter-spacing":{"syntax":"normal | <length>","media":"visual","inherited":true,"animationType":"length","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"allElements","computed":"optimumValueOfAbsoluteLengthOrNormal","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/letter-spacing"},"line-break":{"syntax":"auto | loose | normal | strict | anywhere","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/line-break"},"line-clamp":{"syntax":"none | <integer>","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["CSS Overflow"],"initial":"none","appliesto":"blockContainersExceptMultiColumnContainers","computed":"asSpecified","order":"perGrammar","status":"experimental"},"line-height":{"syntax":"normal | <number> | <length> | <percentage>","media":"visual","inherited":true,"animationType":"numberOrLength","percentages":"referToElementFontSize","groups":["CSS Fonts"],"initial":"normal","appliesto":"allElements","computed":"absoluteLengthOrAsSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/line-height"},"line-height-step":{"syntax":"<length>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fonts"],"initial":"0","appliesto":"blockContainers","computed":"absoluteLength","order":"perGrammar","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/line-height-step"},"list-style":{"syntax":"<\'list-style-type\'> || <\'list-style-position\'> || <\'list-style-image\'>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Lists and Counters"],"initial":["list-style-type","list-style-position","list-style-image"],"appliesto":"listItems","computed":["list-style-image","list-style-position","list-style-type"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/list-style"},"list-style-image":{"syntax":"<image> | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Lists and Counters"],"initial":"none","appliesto":"listItems","computed":"theKeywordListStyleImageNoneOrComputedValue","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/list-style-image"},"list-style-position":{"syntax":"inside | outside","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Lists and Counters"],"initial":"outside","appliesto":"listItems","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/list-style-position"},"list-style-type":{"syntax":"<counter-style> | <string> | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Lists and Counters"],"initial":"disc","appliesto":"listItems","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/list-style-type"},"margin":{"syntax":"[ <length> | <percentage> | auto ]{1,4}","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":["margin-bottom","margin-left","margin-right","margin-top"],"appliesto":"allElementsExceptTableDisplayTypes","computed":["margin-bottom","margin-left","margin-right","margin-top"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin"},"margin-block":{"syntax":"<\'margin-left\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-block"},"margin-block-end":{"syntax":"<\'margin-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-block-end"},"margin-block-start":{"syntax":"<\'margin-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-block-start"},"margin-bottom":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-bottom"},"margin-inline":{"syntax":"<\'margin-left\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-inline"},"margin-inline-end":{"syntax":"<\'margin-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-inline-end"},"margin-inline-start":{"syntax":"<\'margin-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"dependsOnLayoutModel","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsMargin","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"},"margin-left":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-left"},"margin-right":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-right"},"margin-top":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-top"},"margin-trim":{"syntax":"none | in-flow | all","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"none","appliesto":"blockContainersAndMultiColumnContainers","computed":"asSpecified","order":"perGrammar","alsoAppliesTo":["::first-letter","::first-line"],"status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/margin-trim"},"mask":{"syntax":"<mask-layer>#","media":"visual","inherited":false,"animationType":["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],"percentages":["mask-position"],"groups":["CSS Masking"],"initial":["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],"appliesto":"allElementsSVGContainerElements","computed":["mask-image","mask-mode","mask-repeat","mask-position","mask-clip","mask-origin","mask-size","mask-composite"],"order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask"},"mask-border":{"syntax":"<\'mask-border-source\'> || <\'mask-border-slice\'> [ / <\'mask-border-width\'>? [ / <\'mask-border-outset\'> ]? ]? || <\'mask-border-repeat\'> || <\'mask-border-mode\'>","media":"visual","inherited":false,"animationType":["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],"percentages":["mask-border-slice","mask-border-width"],"groups":["CSS Masking"],"initial":["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],"appliesto":"allElementsSVGContainerElements","computed":["mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width"],"order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border"},"mask-border-mode":{"syntax":"luminance | alpha","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"alpha","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-mode"},"mask-border-outset":{"syntax":"[ <length> | <number> ]{1,4}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"0","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-outset"},"mask-border-repeat":{"syntax":"[ stretch | repeat | round | space ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"stretch","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat"},"mask-border-slice":{"syntax":"<number-percentage>{1,4} fill?","media":"visual","inherited":false,"animationType":"discrete","percentages":"referToSizeOfMaskBorderImage","groups":["CSS Masking"],"initial":"0","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-slice"},"mask-border-source":{"syntax":"none | <image>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"none","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedURLsAbsolute","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-source"},"mask-border-width":{"syntax":"[ <length-percentage> | <number> | auto ]{1,4}","media":"visual","inherited":false,"animationType":"discrete","percentages":"relativeToMaskBorderImageArea","groups":["CSS Masking"],"initial":"auto","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-border-width"},"mask-clip":{"syntax":"[ <geometry-box> | no-clip ]#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"border-box","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-clip"},"mask-composite":{"syntax":"<compositing-operator>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"add","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-composite"},"mask-image":{"syntax":"<mask-reference>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"none","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedURLsAbsolute","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-image"},"mask-mode":{"syntax":"<masking-mode>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"match-source","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-mode"},"mask-origin":{"syntax":"<geometry-box>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"border-box","appliesto":"allElementsSVGContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-origin"},"mask-position":{"syntax":"<position>#","media":"visual","inherited":false,"animationType":"repeatableListOfSimpleListOfLpc","percentages":"referToSizeOfMaskPaintingArea","groups":["CSS Masking"],"initial":"center","appliesto":"allElementsSVGContainerElements","computed":"consistsOfTwoKeywordsForOriginAndOffsets","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-position"},"mask-repeat":{"syntax":"<repeat-style>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"no-repeat","appliesto":"allElementsSVGContainerElements","computed":"consistsOfTwoDimensionKeywords","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-repeat"},"mask-size":{"syntax":"<bg-size>#","media":"visual","inherited":false,"animationType":"repeatableListOfSimpleListOfLpc","percentages":"no","groups":["CSS Masking"],"initial":"auto","appliesto":"allElementsSVGContainerElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-size"},"mask-type":{"syntax":"luminance | alpha","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Masking"],"initial":"luminance","appliesto":"maskElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mask-type"},"masonry-auto-flow":{"syntax":"[ pack | next ] || [ definite-first | ordered ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Grid Layout"],"initial":"pack","appliesto":"gridContainersWithMasonryLayout","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow"},"math-style":{"syntax":"normal | compact","media":"visual","inherited":true,"animationType":"notAnimatable","percentages":"no","groups":["MathML"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/math-style"},"max-block-size":{"syntax":"<\'max-width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"blockSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"none","appliesto":"sameAsWidthAndHeight","computed":"sameAsMaxWidthAndMaxHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/max-block-size"},"max-height":{"syntax":"none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"regardingHeightOfGeneratedBoxContainingBlockPercentagesNone","groups":["CSS Box Model"],"initial":"none","appliesto":"allElementsButNonReplacedAndTableColumns","computed":"percentageAsSpecifiedAbsoluteLengthOrNone","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/max-height"},"max-inline-size":{"syntax":"<\'max-width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"inlineSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"none","appliesto":"sameAsWidthAndHeight","computed":"sameAsMaxWidthAndMaxHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/max-inline-size"},"max-lines":{"syntax":"none | <integer>","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["CSS Overflow"],"initial":"none","appliesto":"blockContainersExceptMultiColumnContainers","computed":"asSpecified","order":"perGrammar","status":"experimental"},"max-width":{"syntax":"none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"none","appliesto":"allElementsButNonReplacedAndTableRows","computed":"percentageAsSpecifiedAbsoluteLengthOrNone","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/max-width"},"min-block-size":{"syntax":"<\'min-width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"blockSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsWidthAndHeight","computed":"sameAsMinWidthAndMinHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/min-block-size"},"min-height":{"syntax":"auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"regardingHeightOfGeneratedBoxContainingBlockPercentages0","groups":["CSS Box Model"],"initial":"auto","appliesto":"allElementsButNonReplacedAndTableColumns","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/min-height"},"min-inline-size":{"syntax":"<\'min-width\'>","media":"visual","inherited":false,"animationType":"lpc","percentages":"inlineSizeOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"sameAsWidthAndHeight","computed":"sameAsMinWidthAndMinHeight","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/min-inline-size"},"min-width":{"syntax":"auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"auto","appliesto":"allElementsButNonReplacedAndTableRows","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/min-width"},"mix-blend-mode":{"syntax":"<blend-mode> | plus-lighter","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Compositing and Blending"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"},"object-fit":{"syntax":"fill | contain | cover | none | scale-down","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Images"],"initial":"fill","appliesto":"replacedElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/object-fit"},"object-position":{"syntax":"<position>","media":"visual","inherited":true,"animationType":"repeatableListOfSimpleListOfLpc","percentages":"referToWidthAndHeightOfElement","groups":["CSS Images"],"initial":"50% 50%","appliesto":"replacedElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/object-position"},"offset":{"syntax":"[ <\'offset-position\'>? [ <\'offset-path\'> [ <\'offset-distance\'> || <\'offset-rotate\'> ]? ]? ]! [ / <\'offset-anchor\'> ]?","media":"visual","inherited":false,"animationType":["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],"percentages":["offset-position","offset-distance","offset-anchor"],"groups":["CSS Motion Path"],"initial":["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],"appliesto":"transformableElements","computed":["offset-position","offset-path","offset-distance","offset-anchor","offset-rotate"],"order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/offset"},"offset-anchor":{"syntax":"auto | <position>","media":"visual","inherited":false,"animationType":"position","percentages":"relativeToWidthAndHeight","groups":["CSS Motion Path"],"initial":"auto","appliesto":"transformableElements","computed":"forLengthAbsoluteValueOtherwisePercentage","order":"perGrammar","status":"standard"},"offset-distance":{"syntax":"<length-percentage>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToTotalPathLength","groups":["CSS Motion Path"],"initial":"0","appliesto":"transformableElements","computed":"forLengthAbsoluteValueOtherwisePercentage","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/offset-distance"},"offset-path":{"syntax":"none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]","media":"visual","inherited":false,"animationType":"angleOrBasicShapeOrPath","percentages":"no","groups":["CSS Motion Path"],"initial":"none","appliesto":"transformableElements","computed":"asSpecified","order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/offset-path"},"offset-position":{"syntax":"auto | <position>","media":"visual","inherited":false,"animationType":"position","percentages":"referToSizeOfContainingBlock","groups":["CSS Motion Path"],"initial":"auto","appliesto":"transformableElements","computed":"forLengthAbsoluteValueOtherwisePercentage","order":"perGrammar","status":"experimental"},"offset-rotate":{"syntax":"[ auto | reverse ] || <angle>","media":"visual","inherited":false,"animationType":"angleOrBasicShapeOrPath","percentages":"no","groups":["CSS Motion Path"],"initial":"auto","appliesto":"transformableElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/offset-rotate"},"opacity":{"syntax":"<alpha-value>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"mapToRange0To1","groups":["CSS Color"],"initial":"1","appliesto":"allElements","computed":"specifiedValueNumberClipped0To1","order":"perGrammar","alsoAppliesTo":["::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/opacity"},"order":{"syntax":"<integer>","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["CSS Flexible Box Layout"],"initial":"0","appliesto":"flexItemsGridItemsAbsolutelyPositionedContainerChildren","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/order"},"orphans":{"syntax":"<integer>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"2","appliesto":"blockContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/orphans"},"outline":{"syntax":"[ <\'outline-color\'> || <\'outline-style\'> || <\'outline-width\'> ]","media":["visual","interactive"],"inherited":false,"animationType":["outline-color","outline-width","outline-style"],"percentages":"no","groups":["CSS Basic User Interface"],"initial":["outline-color","outline-style","outline-width"],"appliesto":"allElements","computed":["outline-color","outline-width","outline-style"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/outline"},"outline-color":{"syntax":"<color> | invert","media":["visual","interactive"],"inherited":false,"animationType":"color","percentages":"no","groups":["CSS Basic User Interface"],"initial":"invertOrCurrentColor","appliesto":"allElements","computed":"invertForTranslucentColorRGBAOtherwiseRGB","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/outline-color"},"outline-offset":{"syntax":"<length>","media":["visual","interactive"],"inherited":false,"animationType":"length","percentages":"no","groups":["CSS Basic User Interface"],"initial":"0","appliesto":"allElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/outline-offset"},"outline-style":{"syntax":"auto | <\'border-style\'>","media":["visual","interactive"],"inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/outline-style"},"outline-width":{"syntax":"<line-width>","media":["visual","interactive"],"inherited":false,"animationType":"length","percentages":"no","groups":["CSS Basic User Interface"],"initial":"medium","appliesto":"allElements","computed":"absoluteLength0ForNone","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/outline-width"},"overflow":{"syntax":"[ visible | hidden | clip | scroll | auto ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"visible","appliesto":"blockContainersFlexContainersGridContainers","computed":["overflow-x","overflow-y"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overflow"},"overflow-anchor":{"syntax":"auto | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Anchoring"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard"},"overflow-block":{"syntax":"visible | hidden | clip | scroll | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"auto","appliesto":"blockContainersFlexContainersGridContainers","computed":"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent","order":"perGrammar","status":"standard"},"overflow-clip-box":{"syntax":"padding-box | content-box","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Mozilla Extensions"],"initial":"padding-box","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"},"overflow-clip-margin":{"syntax":"<visual-box> || <length [0,∞]>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"0px","appliesto":"allElements","computed":"theComputedLength","order":"perGrammar","status":"standard"},"overflow-inline":{"syntax":"visible | hidden | clip | scroll | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"auto","appliesto":"blockContainersFlexContainersGridContainers","computed":"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent","order":"perGrammar","status":"standard"},"overflow-wrap":{"syntax":"normal | break-word | anywhere","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"nonReplacedInlineElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"overflow-x":{"syntax":"visible | hidden | clip | scroll | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"visible","appliesto":"blockContainersFlexContainersGridContainers","computed":"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overflow-x"},"overflow-y":{"syntax":"visible | hidden | clip | scroll | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"visible","appliesto":"blockContainersFlexContainersGridContainers","computed":"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overflow-y"},"overscroll-behavior":{"syntax":"[ contain | none | auto ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":["overscroll-behavior-x","overscroll-behavior-y"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior"},"overscroll-behavior-block":{"syntax":"contain | none | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block"},"overscroll-behavior-inline":{"syntax":"contain | none | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline"},"overscroll-behavior-x":{"syntax":"contain | none | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x"},"overscroll-behavior-y":{"syntax":"contain | none | auto","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Model"],"initial":"auto","appliesto":"nonReplacedBlockAndInlineBlockElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y"},"padding":{"syntax":"[ <length> | <percentage> ]{1,4}","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":["padding-bottom","padding-left","padding-right","padding-top"],"appliesto":"allElementsExceptInternalTableDisplayTypes","computed":["padding-bottom","padding-left","padding-right","padding-top"],"order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding"},"padding-block":{"syntax":"<\'padding-left\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-block"},"padding-block-end":{"syntax":"<\'padding-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-block-end"},"padding-block-start":{"syntax":"<\'padding-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-block-start"},"padding-bottom":{"syntax":"<length> | <percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptInternalTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-bottom"},"padding-inline":{"syntax":"<\'padding-left\'>{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-inline"},"padding-inline-end":{"syntax":"<\'padding-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-inline-end"},"padding-inline-start":{"syntax":"<\'padding-left\'>","media":"visual","inherited":false,"animationType":"length","percentages":"logicalWidthOfContainingBlock","groups":["CSS Logical Properties"],"initial":"0","appliesto":"allElements","computed":"asLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-inline-start"},"padding-left":{"syntax":"<length> | <percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptInternalTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-left"},"padding-right":{"syntax":"<length> | <percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptInternalTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-right"},"padding-top":{"syntax":"<length> | <percentage>","media":"visual","inherited":false,"animationType":"length","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"0","appliesto":"allElementsExceptInternalTableDisplayTypes","computed":"percentageAsSpecifiedOrAbsoluteLength","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/padding-top"},"page-break-after":{"syntax":"auto | always | avoid | left | right | recto | verso","media":["visual","paged"],"inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Pages"],"initial":"auto","appliesto":"blockElementsInNormalFlow","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/page-break-after"},"page-break-before":{"syntax":"auto | always | avoid | left | right | recto | verso","media":["visual","paged"],"inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Pages"],"initial":"auto","appliesto":"blockElementsInNormalFlow","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/page-break-before"},"page-break-inside":{"syntax":"auto | avoid","media":["visual","paged"],"inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Pages"],"initial":"auto","appliesto":"blockElementsInNormalFlow","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/page-break-inside"},"paint-order":{"syntax":"normal | [ fill || stroke || markers ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"textElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/paint-order"},"perspective":{"syntax":"none | <length>","media":"visual","inherited":false,"animationType":"length","percentages":"no","groups":["CSS Transforms"],"initial":"none","appliesto":"transformableElements","computed":"absoluteLengthOrNone","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/perspective"},"perspective-origin":{"syntax":"<position>","media":"visual","inherited":false,"animationType":"simpleListOfLpc","percentages":"referToSizeOfBoundingBox","groups":["CSS Transforms"],"initial":"50% 50%","appliesto":"transformableElements","computed":"forLengthAbsoluteValueOtherwisePercentage","order":"oneOrTwoValuesLengthAbsoluteKeywordsPercentages","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/perspective-origin"},"place-content":{"syntax":"<\'align-content\'> <\'justify-content\'>?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"multilineFlexContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/place-content"},"place-items":{"syntax":"<\'align-items\'> <\'justify-items\'>?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":["align-items","justify-items"],"appliesto":"allElements","computed":["align-items","justify-items"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/place-items"},"place-self":{"syntax":"<\'align-self\'> <\'justify-self\'>?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Box Alignment"],"initial":["align-self","justify-self"],"appliesto":"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems","computed":["align-self","justify-self"],"order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/place-self"},"pointer-events":{"syntax":"auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/pointer-events"},"position":{"syntax":"static | relative | absolute | sticky | fixed","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Positioning"],"initial":"static","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/position"},"quotes":{"syntax":"none | auto | [ <string> <string> ]+","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Generated Content"],"initial":"dependsOnUserAgent","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/quotes"},"resize":{"syntax":"none | both | horizontal | vertical | block | inline","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"none","appliesto":"elementsWithOverflowNotVisibleAndReplacedElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/resize"},"right":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Positioning"],"initial":"auto","appliesto":"positionedElements","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/right"},"rotate":{"syntax":"none | <angle> | [ x | y | z | <number>{3} ] && <angle>","media":"visual","inherited":false,"animationType":"transform","percentages":"no","groups":["CSS Transforms"],"initial":"none","appliesto":"transformableElements","computed":"asSpecified","order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/rotate"},"row-gap":{"syntax":"normal | <length-percentage>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToDimensionOfContentArea","groups":["CSS Box Alignment"],"initial":"normal","appliesto":"multiColumnElementsFlexContainersGridContainers","computed":"asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/row-gap"},"ruby-align":{"syntax":"start | center | space-between | space-around","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Ruby"],"initial":"space-around","appliesto":"rubyBasesAnnotationsBaseAnnotationContainers","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/ruby-align"},"ruby-merge":{"syntax":"separate | collapse | auto","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Ruby"],"initial":"separate","appliesto":"rubyAnnotationsContainers","computed":"asSpecified","order":"uniqueOrder","status":"experimental"},"ruby-position":{"syntax":"[ alternate || [ over | under ] ] | inter-character","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Ruby"],"initial":"alternate","appliesto":"rubyAnnotationsContainers","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/ruby-position"},"scale":{"syntax":"none | <number>{1,3}","media":"visual","inherited":false,"animationType":"transform","percentages":"no","groups":["CSS Transforms"],"initial":"none","appliesto":"transformableElements","computed":"asSpecified","order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scale"},"scrollbar-color":{"syntax":"auto | <color>{2}","media":"visual","inherited":true,"animationType":"color","percentages":"no","groups":["CSS Scrollbars"],"initial":"auto","appliesto":"scrollingBoxes","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"},"scrollbar-gutter":{"syntax":"auto | stable && both-edges?","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Overflow"],"initial":"auto","appliesto":"scrollingBoxes","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"},"scrollbar-width":{"syntax":"auto | thin | none","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scrollbars"],"initial":"auto","appliesto":"scrollingBoxes","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"},"scroll-behavior":{"syntax":"auto | smooth","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSSOM View"],"initial":"auto","appliesto":"scrollingBoxes","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"},"scroll-margin":{"syntax":"<length>{1,4}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin"},"scroll-margin-block":{"syntax":"<length>{1,2}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"},"scroll-margin-block-start":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"},"scroll-margin-block-end":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"},"scroll-margin-bottom":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"},"scroll-margin-inline":{"syntax":"<length>{1,2}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"},"scroll-margin-inline-start":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"},"scroll-margin-inline-end":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"},"scroll-margin-left":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"},"scroll-margin-right":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"},"scroll-margin-top":{"syntax":"<length>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"no","groups":["CSS Scroll Snap"],"initial":"0","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"},"scroll-padding":{"syntax":"[ auto | <length-percentage> ]{1,4}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding"},"scroll-padding-block":{"syntax":"[ auto | <length-percentage> ]{1,2}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"},"scroll-padding-block-start":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"},"scroll-padding-block-end":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"},"scroll-padding-bottom":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"},"scroll-padding-inline":{"syntax":"[ auto | <length-percentage> ]{1,2}","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"},"scroll-padding-inline-start":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"},"scroll-padding-inline-end":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"},"scroll-padding-left":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"},"scroll-padding-right":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"},"scroll-padding-top":{"syntax":"auto | <length-percentage>","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"relativeToTheScrollContainersScrollport","groups":["CSS Scroll Snap"],"initial":"auto","appliesto":"scrollContainers","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"},"scroll-snap-align":{"syntax":"[ none | start | end | center ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"},"scroll-snap-coordinate":{"syntax":"none | <position>#","media":"interactive","inherited":false,"animationType":"position","percentages":"referToBorderBox","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"allElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"},"scroll-snap-destination":{"syntax":"<position>","media":"interactive","inherited":false,"animationType":"position","percentages":"relativeToScrollContainerPaddingBoxAxis","groups":["CSS Scroll Snap"],"initial":"0px 0px","appliesto":"scrollContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"},"scroll-snap-points-x":{"syntax":"none | repeat( <length-percentage> )","media":"interactive","inherited":false,"animationType":"discrete","percentages":"relativeToScrollContainerPaddingBoxAxis","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"scrollContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"},"scroll-snap-points-y":{"syntax":"none | repeat( <length-percentage> )","media":"interactive","inherited":false,"animationType":"discrete","percentages":"relativeToScrollContainerPaddingBoxAxis","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"scrollContainers","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"},"scroll-snap-stop":{"syntax":"normal | always","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Snap"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"},"scroll-snap-type":{"syntax":"none | [ x | y | block | inline | both ] [ mandatory | proximity ]?","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type"},"scroll-snap-type-x":{"syntax":"none | mandatory | proximity","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"scrollContainers","computed":"asSpecified","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"},"scroll-snap-type-y":{"syntax":"none | mandatory | proximity","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Scroll Snap"],"initial":"none","appliesto":"scrollContainers","computed":"asSpecified","order":"uniqueOrder","status":"obsolete","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"},"shape-image-threshold":{"syntax":"<alpha-value>","media":"visual","inherited":false,"animationType":"number","percentages":"no","groups":["CSS Shapes"],"initial":"0.0","appliesto":"floats","computed":"specifiedValueNumberClipped0To1","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold"},"shape-margin":{"syntax":"<length-percentage>","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Shapes"],"initial":"0","appliesto":"floats","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/shape-margin"},"shape-outside":{"syntax":"none | [ <shape-box> || <basic-shape> ] | <image>","media":"visual","inherited":false,"animationType":"basicShapeOtherwiseNo","percentages":"no","groups":["CSS Shapes"],"initial":"none","appliesto":"floats","computed":"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/shape-outside"},"tab-size":{"syntax":"<integer> | <length>","media":"visual","inherited":true,"animationType":"length","percentages":"no","groups":["CSS Text"],"initial":"8","appliesto":"blockContainers","computed":"specifiedIntegerOrAbsoluteLength","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/tab-size"},"table-layout":{"syntax":"auto | fixed","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Table"],"initial":"auto","appliesto":"tableElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/table-layout"},"text-align":{"syntax":"start | end | left | right | center | justify | match-parent","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"startOrNamelessValueIfLTRRightIfRTL","appliesto":"blockContainers","computed":"asSpecifiedExceptMatchParent","order":"orderOfAppearance","alsoAppliesTo":["::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-align"},"text-align-last":{"syntax":"auto | start | end | left | right | center | justify","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"auto","appliesto":"blockContainers","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-align-last"},"text-combine-upright":{"syntax":"none | all | [ digits <integer>? ]","media":"visual","inherited":true,"animationType":"notAnimatable","percentages":"no","groups":["CSS Writing Modes"],"initial":"none","appliesto":"nonReplacedInlineElements","computed":"keywordPlusIntegerIfDigits","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-combine-upright"},"text-decoration":{"syntax":"<\'text-decoration-line\'> || <\'text-decoration-style\'> || <\'text-decoration-color\'> || <\'text-decoration-thickness\'>","media":"visual","inherited":false,"animationType":["text-decoration-color","text-decoration-style","text-decoration-line","text-decoration-thickness"],"percentages":"no","groups":["CSS Text Decoration"],"initial":["text-decoration-color","text-decoration-style","text-decoration-line"],"appliesto":"allElements","computed":["text-decoration-line","text-decoration-style","text-decoration-color","text-decoration-thickness"],"order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration"},"text-decoration-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Text Decoration"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"},"text-decoration-line":{"syntax":"none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-line"},"text-decoration-skip":{"syntax":"none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"objects","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip"},"text-decoration-skip-ink":{"syntax":"auto | all | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink"},"text-decoration-style":{"syntax":"solid | double | dotted | dashed | wavy","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"solid","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"},"text-decoration-thickness":{"syntax":"auto | from-font | <length> | <percentage> ","media":"visual","inherited":false,"animationType":"byComputedValueType","percentages":"referToElementFontSize","groups":["CSS Text Decoration"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness"},"text-emphasis":{"syntax":"<\'text-emphasis-style\'> || <\'text-emphasis-color\'>","media":"visual","inherited":false,"animationType":["text-emphasis-color","text-emphasis-style"],"percentages":"no","groups":["CSS Text Decoration"],"initial":["text-emphasis-style","text-emphasis-color"],"appliesto":"allElements","computed":["text-emphasis-style","text-emphasis-color"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-emphasis"},"text-emphasis-color":{"syntax":"<color>","media":"visual","inherited":false,"animationType":"color","percentages":"no","groups":["CSS Text Decoration"],"initial":"currentcolor","appliesto":"allElements","computed":"computedColor","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"},"text-emphasis-position":{"syntax":"[ over | under ] && [ right | left ]","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"over right","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position"},"text-emphasis-style":{"syntax":"none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style"},"text-indent":{"syntax":"<length-percentage> && hanging? && each-line?","media":"visual","inherited":true,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Text"],"initial":"0","appliesto":"blockContainers","computed":"percentageOrAbsoluteLengthPlusKeywords","order":"lengthOrPercentageBeforeKeywords","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-indent"},"text-justify":{"syntax":"auto | inter-character | inter-word | none","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"auto","appliesto":"inlineLevelAndTableCellElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-justify"},"text-orientation":{"syntax":"mixed | upright | sideways","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Writing Modes"],"initial":"mixed","appliesto":"allElementsExceptTableRowGroupsRowsColumnGroupsAndColumns","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-orientation"},"text-overflow":{"syntax":"[ clip | ellipsis | <string> ]{1,2}","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"clip","appliesto":"blockContainerElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-overflow"},"text-rendering":{"syntax":"auto | optimizeSpeed | optimizeLegibility | geometricPrecision","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Miscellaneous"],"initial":"auto","appliesto":"textElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-rendering"},"text-shadow":{"syntax":"none | <shadow-t>#","media":"visual","inherited":true,"animationType":"shadowList","percentages":"no","groups":["CSS Text Decoration"],"initial":"none","appliesto":"allElements","computed":"colorPlusThreeAbsoluteLengths","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-shadow"},"text-size-adjust":{"syntax":"none | auto | <percentage>","media":"visual","inherited":true,"animationType":"discrete","percentages":"referToSizeOfFont","groups":["CSS Text"],"initial":"autoForSmartphoneBrowsersSupportingInflation","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"experimental","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"},"text-transform":{"syntax":"none | capitalize | uppercase | lowercase | full-width | full-size-kana","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"none","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-transform"},"text-underline-offset":{"syntax":"auto | <length> | <percentage> ","media":"visual","inherited":true,"animationType":"byComputedValueType","percentages":"referToElementFontSize","groups":["CSS Text Decoration"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-underline-offset"},"text-underline-position":{"syntax":"auto | from-font | [ under || [ left | right ] ]","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text Decoration"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/text-underline-position"},"top":{"syntax":"<length> | <percentage> | auto","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToContainingBlockHeight","groups":["CSS Positioning"],"initial":"auto","appliesto":"positionedElements","computed":"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/top"},"touch-action":{"syntax":"auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["Pointer Events"],"initial":"auto","appliesto":"allElementsExceptNonReplacedInlineElementsTableRowsColumnsRowColumnGroups","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/touch-action"},"transform":{"syntax":"none | <transform-list>","media":"visual","inherited":false,"animationType":"transform","percentages":"referToSizeOfBoundingBox","groups":["CSS Transforms"],"initial":"none","appliesto":"transformableElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transform"},"transform-box":{"syntax":"content-box | border-box | fill-box | stroke-box | view-box","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transforms"],"initial":"view-box","appliesto":"transformableElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transform-box"},"transform-origin":{"syntax":"[ <length-percentage> | left | center | right | top | bottom ] | [ [ <length-percentage> | left | center | right ] && [ <length-percentage> | top | center | bottom ] ] <length>?","media":"visual","inherited":false,"animationType":"simpleListOfLpc","percentages":"referToSizeOfBoundingBox","groups":["CSS Transforms"],"initial":"50% 50% 0","appliesto":"transformableElements","computed":"forLengthAbsoluteValueOtherwisePercentage","order":"oneOrTwoValuesLengthAbsoluteKeywordsPercentages","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transform-origin"},"transform-style":{"syntax":"flat | preserve-3d","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transforms"],"initial":"flat","appliesto":"transformableElements","computed":"asSpecified","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transform-style"},"transition":{"syntax":"<single-transition>#","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transitions"],"initial":["transition-delay","transition-duration","transition-property","transition-timing-function"],"appliesto":"allElementsAndPseudos","computed":["transition-delay","transition-duration","transition-property","transition-timing-function"],"order":"orderOfAppearance","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transition"},"transition-delay":{"syntax":"<time>#","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transitions"],"initial":"0s","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transition-delay"},"transition-duration":{"syntax":"<time>#","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transitions"],"initial":"0s","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transition-duration"},"transition-property":{"syntax":"none | <single-transition-property>#","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transitions"],"initial":"all","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transition-property"},"transition-timing-function":{"syntax":"<easing-function>#","media":"interactive","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Transitions"],"initial":"ease","appliesto":"allElementsAndPseudos","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/transition-timing-function"},"translate":{"syntax":"none | <length-percentage> [ <length-percentage> <length>? ]?","media":"visual","inherited":false,"animationType":"transform","percentages":"referToSizeOfBoundingBox","groups":["CSS Transforms"],"initial":"none","appliesto":"transformableElements","computed":"asSpecifiedRelativeToAbsoluteLengths","order":"perGrammar","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/translate"},"unicode-bidi":{"syntax":"normal | embed | isolate | bidi-override | isolate-override | plaintext","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Writing Modes"],"initial":"normal","appliesto":"allElementsSomeValuesNoEffectOnNonInlineElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/unicode-bidi"},"user-select":{"syntax":"auto | text | none | contain | all","media":"visual","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Basic User Interface"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/user-select"},"vertical-align":{"syntax":"baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>","media":"visual","inherited":false,"animationType":"length","percentages":"referToLineHeight","groups":["CSS Table"],"initial":"baseline","appliesto":"inlineLevelAndTableCellElements","computed":"absoluteLengthOrKeyword","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/vertical-align"},"visibility":{"syntax":"visible | hidden | collapse","media":"visual","inherited":true,"animationType":"visibility","percentages":"no","groups":["CSS Box Model"],"initial":"visible","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/visibility"},"white-space":{"syntax":"normal | pre | nowrap | pre-wrap | pre-line | break-spaces","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/white-space"},"widows":{"syntax":"<integer>","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Fragmentation"],"initial":"2","appliesto":"blockContainerElements","computed":"asSpecified","order":"perGrammar","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/widows"},"width":{"syntax":"auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)","media":"visual","inherited":false,"animationType":"lpc","percentages":"referToWidthOfContainingBlock","groups":["CSS Box Model"],"initial":"auto","appliesto":"allElementsButNonReplacedAndTableRows","computed":"percentageAutoOrAbsoluteLength","order":"lengthOrPercentageBeforeKeywordIfBothPresent","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/width"},"will-change":{"syntax":"auto | <animateable-feature>#","media":"all","inherited":false,"animationType":"discrete","percentages":"no","groups":["CSS Will Change"],"initial":"auto","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/will-change"},"word-break":{"syntax":"normal | break-all | keep-all | break-word","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/word-break"},"word-spacing":{"syntax":"normal | <length>","media":"visual","inherited":true,"animationType":"length","percentages":"referToWidthOfAffectedGlyph","groups":["CSS Text"],"initial":"normal","appliesto":"allElements","computed":"optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal","order":"uniqueOrder","alsoAppliesTo":["::first-letter","::first-line","::placeholder"],"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/word-spacing"},"word-wrap":{"syntax":"normal | break-word","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Text"],"initial":"normal","appliesto":"nonReplacedInlineElements","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/overflow-wrap"},"writing-mode":{"syntax":"horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr","media":"visual","inherited":true,"animationType":"discrete","percentages":"no","groups":["CSS Writing Modes"],"initial":"horizontal-tb","appliesto":"allElementsExceptTableRowColumnGroupsTableRowsColumns","computed":"asSpecified","order":"uniqueOrder","status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/writing-mode"},"z-index":{"syntax":"auto | <integer>","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["CSS Positioning"],"initial":"auto","appliesto":"positionedElements","computed":"asSpecified","order":"uniqueOrder","stacking":true,"status":"standard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/z-index"},"zoom":{"syntax":"normal | reset | <number> | <percentage>","media":"visual","inherited":false,"animationType":"integer","percentages":"no","groups":["Microsoft Extensions"],"initial":"normal","appliesto":"allElements","computed":"asSpecified","order":"uniqueOrder","status":"nonstandard","mdn_url":"https://developer.mozilla.org/docs/Web/CSS/zoom"}}')},8022:e=>{"use strict";e.exports=JSON.parse('{"absolute-size":{"syntax":"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-value":{"syntax":"<number> | <percentage>"},"angle-percentage":{"syntax":"<angle> | <percentage>"},"angular-color-hint":{"syntax":"<angle-percentage>"},"angular-color-stop":{"syntax":"<color> && <color-stop-angle>?"},"angular-color-stop-list":{"syntax":"[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>"},"animateable-feature":{"syntax":"scroll-position | contents | <custom-ident>"},"attachment":{"syntax":"scroll | fixed | local"},"attr()":{"syntax":"attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )"},"attr-matcher":{"syntax":"[ \'~\' | \'|\' | \'^\' | \'$\' | \'*\' ]? \'=\'"},"attr-modifier":{"syntax":"i | s"},"attribute-selector":{"syntax":"\'[\' <wq-name> \']\' | \'[\' <wq-name> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? \']\'"},"auto-repeat":{"syntax":"repeat( [ auto-fill | auto-fit ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"},"auto-track-list":{"syntax":"[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>\\n[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>?"},"baseline-position":{"syntax":"[ first | last ]? baseline"},"basic-shape":{"syntax":"<inset()> | <circle()> | <ellipse()> | <polygon()> | <path()>"},"bg-image":{"syntax":"none | <image>"},"bg-layer":{"syntax":"<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"},"bg-position":{"syntax":"[ [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ]"},"bg-size":{"syntax":"[ <length-percentage> | auto ]{1,2} | cover | contain"},"blur()":{"syntax":"blur( <length> )"},"blend-mode":{"syntax":"normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"},"box":{"syntax":"border-box | padding-box | content-box"},"brightness()":{"syntax":"brightness( <number-percentage> )"},"calc()":{"syntax":"calc( <calc-sum> )"},"calc-sum":{"syntax":"<calc-product> [ [ \'+\' | \'-\' ] <calc-product> ]*"},"calc-product":{"syntax":"<calc-value> [ \'*\' <calc-value> | \'/\' <number> ]*"},"calc-value":{"syntax":"<number> | <dimension> | <percentage> | ( <calc-sum> )"},"cf-final-image":{"syntax":"<image> | <color>"},"cf-mixing-image":{"syntax":"<percentage>? && <image>"},"circle()":{"syntax":"circle( [ <shape-radius> ]? [ at <position> ]? )"},"clamp()":{"syntax":"clamp( <calc-sum>#{3} )"},"class-selector":{"syntax":"\'.\' <ident-token>"},"clip-source":{"syntax":"<url>"},"color":{"syntax":"<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"},"color-stop":{"syntax":"<color-stop-length> | <color-stop-angle>"},"color-stop-angle":{"syntax":"<angle-percentage>{1,2}"},"color-stop-length":{"syntax":"<length-percentage>{1,2}"},"color-stop-list":{"syntax":"[ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>"},"combinator":{"syntax":"\'>\' | \'+\' | \'~\' | [ \'||\' ]"},"common-lig-values":{"syntax":"[ common-ligatures | no-common-ligatures ]"},"compat-auto":{"syntax":"searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"},"composite-style":{"syntax":"clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor"},"compositing-operator":{"syntax":"add | subtract | intersect | exclude"},"compound-selector":{"syntax":"[ <type-selector>? <subclass-selector>* [ <pseudo-element-selector> <pseudo-class-selector>* ]* ]!"},"compound-selector-list":{"syntax":"<compound-selector>#"},"complex-selector":{"syntax":"<compound-selector> [ <combinator>? <compound-selector> ]*"},"complex-selector-list":{"syntax":"<complex-selector>#"},"conic-gradient()":{"syntax":"conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"contextual-alt-values":{"syntax":"[ contextual | no-contextual ]"},"content-distribution":{"syntax":"space-between | space-around | space-evenly | stretch"},"content-list":{"syntax":"[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> ]+"},"content-position":{"syntax":"center | start | end | flex-start | flex-end"},"content-replacement":{"syntax":"<image>"},"contrast()":{"syntax":"contrast( [ <number-percentage> ] )"},"counter":{"syntax":"<counter()> | <counters()>"},"counter()":{"syntax":"counter( <counter-name>, <counter-style>? )"},"counter-name":{"syntax":"<custom-ident>"},"counter-style":{"syntax":"<counter-style-name> | symbols()"},"counter-style-name":{"syntax":"<custom-ident>"},"counters()":{"syntax":"counters( <counter-name>, <string>, <counter-style>? )"},"cross-fade()":{"syntax":"cross-fade( <cf-mixing-image> , <cf-final-image>? )"},"cubic-bezier-timing-function":{"syntax":"ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"},"deprecated-system-color":{"syntax":"ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"},"discretionary-lig-values":{"syntax":"[ discretionary-ligatures | no-discretionary-ligatures ]"},"display-box":{"syntax":"contents | none"},"display-inside":{"syntax":"flow | flow-root | table | flex | grid | ruby"},"display-internal":{"syntax":"table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container"},"display-legacy":{"syntax":"inline-block | inline-list-item | inline-table | inline-flex | inline-grid"},"display-listitem":{"syntax":"<display-outside>? && [ flow | flow-root ]? && list-item"},"display-outside":{"syntax":"block | inline | run-in"},"drop-shadow()":{"syntax":"drop-shadow( <length>{2,3} <color>? )"},"east-asian-variant-values":{"syntax":"[ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]"},"east-asian-width-values":{"syntax":"[ full-width | proportional-width ]"},"element()":{"syntax":"element( <id-selector> )"},"ellipse()":{"syntax":"ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )"},"ending-shape":{"syntax":"circle | ellipse"},"env()":{"syntax":"env( <custom-ident> , <declaration-value>? )"},"explicit-track-list":{"syntax":"[ <line-names>? <track-size> ]+ <line-names>?"},"family-name":{"syntax":"<string> | <custom-ident>+"},"feature-tag-value":{"syntax":"<string> [ <integer> | on | off ]?"},"feature-type":{"syntax":"@stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation"},"feature-value-block":{"syntax":"<feature-type> \'{\' <feature-value-declaration-list> \'}\'"},"feature-value-block-list":{"syntax":"<feature-value-block>+"},"feature-value-declaration":{"syntax":"<custom-ident>: <integer>+;"},"feature-value-declaration-list":{"syntax":"<feature-value-declaration>"},"feature-value-name":{"syntax":"<custom-ident>"},"fill-rule":{"syntax":"nonzero | evenodd"},"filter-function":{"syntax":"<blur()> | <brightness()> | <contrast()> | <drop-shadow()> | <grayscale()> | <hue-rotate()> | <invert()> | <opacity()> | <saturate()> | <sepia()>"},"filter-function-list":{"syntax":"[ <filter-function> | <url> ]+"},"final-bg-layer":{"syntax":"<\'background-color\'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"},"fit-content()":{"syntax":"fit-content( [ <length> | <percentage> ] )"},"fixed-breadth":{"syntax":"<length-percentage>"},"fixed-repeat":{"syntax":"repeat( [ <integer [1,∞]> ] , [ <line-names>? <fixed-size> ]+ <line-names>? )"},"fixed-size":{"syntax":"<fixed-breadth> | minmax( <fixed-breadth> , <track-breadth> ) | minmax( <inflexible-breadth> , <fixed-breadth> )"},"font-stretch-absolute":{"syntax":"normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage>"},"font-variant-css21":{"syntax":"[ normal | small-caps ]"},"font-weight-absolute":{"syntax":"normal | bold | <number [1,1000]>"},"frequency-percentage":{"syntax":"<frequency> | <percentage>"},"general-enclosed":{"syntax":"[ <function-token> <any-value> ) ] | ( <ident> <any-value> )"},"generic-family":{"syntax":"serif | sans-serif | cursive | fantasy | monospace"},"generic-name":{"syntax":"serif | sans-serif | cursive | fantasy | monospace"},"geometry-box":{"syntax":"<shape-box> | fill-box | stroke-box | view-box"},"gradient":{"syntax":"<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()>"},"grayscale()":{"syntax":"grayscale( <number-percentage> )"},"grid-line":{"syntax":"auto | <custom-ident> | [ <integer> && <custom-ident>? ] | [ span && [ <integer> || <custom-ident> ] ]"},"historical-lig-values":{"syntax":"[ historical-ligatures | no-historical-ligatures ]"},"hsl()":{"syntax":"hsl( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsl( <hue>, <percentage>, <percentage>, <alpha-value>? )"},"hsla()":{"syntax":"hsla( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsla( <hue>, <percentage>, <percentage>, <alpha-value>? )"},"hue":{"syntax":"<number> | <angle>"},"hue-rotate()":{"syntax":"hue-rotate( <angle> )"},"hwb()":{"syntax":"hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )"},"id-selector":{"syntax":"<hash-token>"},"image":{"syntax":"<url> | <image()> | <image-set()> | <element()> | <paint()> | <cross-fade()> | <gradient>"},"image()":{"syntax":"image( <image-tags>? [ <image-src>? , <color>? ]! )"},"image-set()":{"syntax":"image-set( <image-set-option># )"},"image-set-option":{"syntax":"[ <image> | <string> ] [ <resolution> || type(<string>) ]"},"image-src":{"syntax":"<url> | <string>"},"image-tags":{"syntax":"ltr | rtl"},"inflexible-breadth":{"syntax":"<length> | <percentage> | min-content | max-content | auto"},"inset()":{"syntax":"inset( <length-percentage>{1,4} [ round <\'border-radius\'> ]? )"},"invert()":{"syntax":"invert( <number-percentage> )"},"keyframes-name":{"syntax":"<custom-ident> | <string>"},"keyframe-block":{"syntax":"<keyframe-selector># {\\n <declaration-list>\\n}"},"keyframe-block-list":{"syntax":"<keyframe-block>+"},"keyframe-selector":{"syntax":"from | to | <percentage>"},"layer()":{"syntax":"layer( <layer-name> )"},"layer-name":{"syntax":"<ident> [ \'.\' <ident> ]*"},"leader()":{"syntax":"leader( <leader-type> )"},"leader-type":{"syntax":"dotted | solid | space | <string>"},"length-percentage":{"syntax":"<length> | <percentage>"},"line-names":{"syntax":"\'[\' <custom-ident>* \']\'"},"line-name-list":{"syntax":"[ <line-names> | <name-repeat> ]+"},"line-style":{"syntax":"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"},"line-width":{"syntax":"<length> | thin | medium | thick"},"linear-color-hint":{"syntax":"<length-percentage>"},"linear-color-stop":{"syntax":"<color> <color-stop-length>?"},"linear-gradient()":{"syntax":"linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"mask-layer":{"syntax":"<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"},"mask-position":{"syntax":"[ <length-percentage> | left | center | right ] [ <length-percentage> | top | center | bottom ]?"},"mask-reference":{"syntax":"none | <image> | <mask-source>"},"mask-source":{"syntax":"<url>"},"masking-mode":{"syntax":"alpha | luminance | match-source"},"matrix()":{"syntax":"matrix( <number>#{6} )"},"matrix3d()":{"syntax":"matrix3d( <number>#{16} )"},"max()":{"syntax":"max( <calc-sum># )"},"media-and":{"syntax":"<media-in-parens> [ and <media-in-parens> ]+"},"media-condition":{"syntax":"<media-not> | <media-and> | <media-or> | <media-in-parens>"},"media-condition-without-or":{"syntax":"<media-not> | <media-and> | <media-in-parens>"},"media-feature":{"syntax":"( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"},"media-in-parens":{"syntax":"( <media-condition> ) | <media-feature> | <general-enclosed>"},"media-not":{"syntax":"not <media-in-parens>"},"media-or":{"syntax":"<media-in-parens> [ or <media-in-parens> ]+"},"media-query":{"syntax":"<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"},"media-query-list":{"syntax":"<media-query>#"},"media-type":{"syntax":"<ident>"},"mf-boolean":{"syntax":"<mf-name>"},"mf-name":{"syntax":"<ident>"},"mf-plain":{"syntax":"<mf-name> : <mf-value>"},"mf-range":{"syntax":"<mf-name> [ \'<\' | \'>\' ]? \'=\'? <mf-value>\\n| <mf-value> [ \'<\' | \'>\' ]? \'=\'? <mf-name>\\n| <mf-value> \'<\' \'=\'? <mf-name> \'<\' \'=\'? <mf-value>\\n| <mf-value> \'>\' \'=\'? <mf-name> \'>\' \'=\'? <mf-value>"},"mf-value":{"syntax":"<number> | <dimension> | <ident> | <ratio>"},"min()":{"syntax":"min( <calc-sum># )"},"minmax()":{"syntax":"minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"},"name-repeat":{"syntax":"repeat( [ <integer [1,∞]> | auto-fill ], <line-names>+ )"},"named-color":{"syntax":"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{"syntax":"<ident>"},"ns-prefix":{"syntax":"[ <ident-token> | \'*\' ]? \'|\'"},"number-percentage":{"syntax":"<number> | <percentage>"},"numeric-figure-values":{"syntax":"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{"syntax":"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{"syntax":"[ proportional-nums | tabular-nums ]"},"nth":{"syntax":"<an-plus-b> | even | odd"},"opacity()":{"syntax":"opacity( [ <number-percentage> ] )"},"overflow-position":{"syntax":"unsafe | safe"},"outline-radius":{"syntax":"<length> | <percentage>"},"page-body":{"syntax":"<declaration>? [ ; <page-body> ]? | <page-margin-box> <page-body>"},"page-margin-box":{"syntax":"<page-margin-box-type> \'{\' <declaration-list> \'}\'"},"page-margin-box-type":{"syntax":"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{"syntax":"[ <page-selector># ]?"},"page-selector":{"syntax":"<pseudo-page>+ | <ident> <pseudo-page>*"},"page-size":{"syntax":"A5 | A4 | A3 | B5 | B4 | JIS-B5 | JIS-B4 | letter | legal | ledger"},"path()":{"syntax":"path( [ <fill-rule>, ]? <string> )"},"paint()":{"syntax":"paint( <ident>, <declaration-value>? )"},"perspective()":{"syntax":"perspective( <length> )"},"polygon()":{"syntax":"polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"},"position":{"syntax":"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"},"pseudo-class-selector":{"syntax":"\':\' <ident-token> | \':\' <function-token> <any-value> \')\'"},"pseudo-element-selector":{"syntax":"\':\' <pseudo-class-selector>"},"pseudo-page":{"syntax":": [ left | right | first | blank ]"},"quote":{"syntax":"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{"syntax":"radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"relative-selector":{"syntax":"<combinator>? <complex-selector>"},"relative-selector-list":{"syntax":"<relative-selector>#"},"relative-size":{"syntax":"larger | smaller"},"repeat-style":{"syntax":"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-conic-gradient()":{"syntax":"repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"},"repeating-linear-gradient()":{"syntax":"repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"},"repeating-radial-gradient()":{"syntax":"repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"},"rgb()":{"syntax":"rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"},"rgba()":{"syntax":"rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"},"rotate()":{"syntax":"rotate( [ <angle> | <zero> ] )"},"rotate3d()":{"syntax":"rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"},"rotateX()":{"syntax":"rotateX( [ <angle> | <zero> ] )"},"rotateY()":{"syntax":"rotateY( [ <angle> | <zero> ] )"},"rotateZ()":{"syntax":"rotateZ( [ <angle> | <zero> ] )"},"saturate()":{"syntax":"saturate( <number-percentage> )"},"scale()":{"syntax":"scale( <number> , <number>? )"},"scale3d()":{"syntax":"scale3d( <number> , <number> , <number> )"},"scaleX()":{"syntax":"scaleX( <number> )"},"scaleY()":{"syntax":"scaleY( <number> )"},"scaleZ()":{"syntax":"scaleZ( <number> )"},"self-position":{"syntax":"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{"syntax":"<length-percentage> | closest-side | farthest-side"},"skew()":{"syntax":"skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"},"skewX()":{"syntax":"skewX( [ <angle> | <zero> ] )"},"skewY()":{"syntax":"skewY( [ <angle> | <zero> ] )"},"sepia()":{"syntax":"sepia( <number-percentage> )"},"shadow":{"syntax":"inset? && <length>{2,4} && <color>?"},"shadow-t":{"syntax":"[ <length>{2,3} && <color>? ]"},"shape":{"syntax":"rect(<top>, <right>, <bottom>, <left>)"},"shape-box":{"syntax":"<box> | margin-box"},"side-or-corner":{"syntax":"[ left | right ] || [ top | bottom ]"},"single-animation":{"syntax":"<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"},"single-animation-direction":{"syntax":"normal | reverse | alternate | alternate-reverse"},"single-animation-fill-mode":{"syntax":"none | forwards | backwards | both"},"single-animation-iteration-count":{"syntax":"infinite | <number>"},"single-animation-play-state":{"syntax":"running | paused"},"single-animation-timeline":{"syntax":"auto | none | <timeline-name>"},"single-transition":{"syntax":"[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"},"single-transition-property":{"syntax":"all | <custom-ident>"},"size":{"syntax":"closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"},"step-position":{"syntax":"jump-start | jump-end | jump-none | jump-both | start | end"},"step-timing-function":{"syntax":"step-start | step-end | steps(<integer>[, <step-position>]?)"},"subclass-selector":{"syntax":"<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"},"supports-condition":{"syntax":"not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"},"supports-in-parens":{"syntax":"( <supports-condition> ) | <supports-feature> | <general-enclosed>"},"supports-feature":{"syntax":"<supports-decl> | <supports-selector-fn>"},"supports-decl":{"syntax":"( <declaration> )"},"supports-selector-fn":{"syntax":"selector( <complex-selector> )"},"symbol":{"syntax":"<string> | <image> | <custom-ident>"},"target":{"syntax":"<target-counter()> | <target-counters()> | <target-text()>"},"target-counter()":{"syntax":"target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )"},"target-counters()":{"syntax":"target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )"},"target-text()":{"syntax":"target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )"},"time-percentage":{"syntax":"<time> | <percentage>"},"timeline-name":{"syntax":"<custom-ident> | <string>"},"easing-function":{"syntax":"linear | <cubic-bezier-timing-function> | <step-timing-function>"},"track-breadth":{"syntax":"<length-percentage> | <flex> | min-content | max-content | auto"},"track-list":{"syntax":"[ <line-names>? [ <track-size> | <track-repeat> ] ]+ <line-names>?"},"track-repeat":{"syntax":"repeat( [ <integer [1,∞]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"},"track-size":{"syntax":"<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"},"transform-function":{"syntax":"<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"},"transform-list":{"syntax":"<transform-function>+"},"translate()":{"syntax":"translate( <length-percentage> , <length-percentage>? )"},"translate3d()":{"syntax":"translate3d( <length-percentage> , <length-percentage> , <length> )"},"translateX()":{"syntax":"translateX( <length-percentage> )"},"translateY()":{"syntax":"translateY( <length-percentage> )"},"translateZ()":{"syntax":"translateZ( <length> )"},"type-or-unit":{"syntax":"string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"},"type-selector":{"syntax":"<wq-name> | <ns-prefix>? \'*\'"},"var()":{"syntax":"var( <custom-property-name> , <declaration-value>? )"},"viewport-length":{"syntax":"auto | <length-percentage>"},"visual-box":{"syntax":"content-box | padding-box | border-box"},"wq-name":{"syntax":"<ns-prefix>? <ident-token>"}}')}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var i=t[r]={id:r,loaded:false,exports:{}};var a=true;try{e[r].call(i.exports,i,i.exports,__nccwpck_require__);a=false}finally{if(a)delete t[r]}i.loaded=true;return i.exports}(()=>{__nccwpck_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})();(()=>{__nccwpck_require__.nmd=e=>{e.paths=[];if(!e.children)e.children=[];return e}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(3108);module.exports=r})();
|