@rsbuild/core 2.0.0-beta.6 → 2.0.0-beta.7

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.
Files changed (49) hide show
  1. package/compiled/chokidar/index.d.ts +197 -29
  2. package/compiled/chokidar/package.json +1 -1
  3. package/compiled/connect/index.d.ts +90 -0
  4. package/compiled/connect/license +25 -0
  5. package/compiled/connect/package.json +1 -0
  6. package/compiled/cors/index.d.ts +56 -0
  7. package/compiled/cors/license +22 -0
  8. package/compiled/cors/package.json +1 -0
  9. package/compiled/css-loader/index.js +2 -2
  10. package/compiled/html-rspack-plugin/index.js +14 -14
  11. package/compiled/postcss/index.js +1 -1
  12. package/compiled/postcss/lib/at-rule.d.ts +1 -1
  13. package/compiled/postcss/lib/comment.d.ts +1 -1
  14. package/compiled/postcss/lib/container.d.ts +1 -1
  15. package/compiled/postcss/lib/css-syntax-error.d.ts +1 -1
  16. package/compiled/postcss/lib/declaration.d.ts +1 -1
  17. package/compiled/postcss/lib/document.d.ts +1 -1
  18. package/compiled/postcss/lib/input.d.ts +1 -1
  19. package/compiled/postcss/lib/lazy-result.d.ts +1 -1
  20. package/compiled/postcss/lib/no-work-result.d.ts +1 -1
  21. package/compiled/postcss/lib/node.d.ts +1 -1
  22. package/compiled/postcss/lib/previous-map.d.ts +1 -1
  23. package/compiled/postcss/lib/processor.d.ts +1 -1
  24. package/compiled/postcss/lib/result.d.ts +1 -1
  25. package/compiled/postcss/lib/root.d.ts +1 -1
  26. package/compiled/postcss/lib/rule.d.ts +1 -1
  27. package/compiled/postcss/lib/stringifier.d.ts +1 -1
  28. package/compiled/postcss/lib/warning.d.ts +1 -1
  29. package/compiled/postcss/package.json +1 -1
  30. package/compiled/postcss-loader/index.js +6 -6
  31. package/compiled/rspack-chain/package.json +1 -1
  32. package/compiled/rspack-chain/types/index.d.ts +0 -2
  33. package/compiled/rspack-manifest-plugin/index.d.ts +48 -0
  34. package/compiled/rspack-manifest-plugin/license +21 -0
  35. package/compiled/rspack-manifest-plugin/package.json +1 -0
  36. package/compiled/style-loader/index.js +37 -94
  37. package/compiled/style-loader/package.json +1 -1
  38. package/dist/131.js +851 -706
  39. package/dist/client/hmr.js +1 -1
  40. package/dist/connect.js +5 -1
  41. package/dist/launch-editor-middleware.js +11 -10
  42. package/dist/manifest-plugin.js +5 -5
  43. package/dist/memfs.js +45 -45
  44. package/dist/open.js +3 -4
  45. package/dist/tinyglobby.js +100 -55
  46. package/dist-types/types/config.d.ts +4 -4
  47. package/dist-types/types/thirdParty.d.ts +14 -5
  48. package/package.json +9 -9
  49. package/compiled/chokidar/handler.d.ts +0 -90
@@ -1,8 +1,8 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 944: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 606: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const { HtmlWebpackChildCompiler } = __nccwpck_require__(397);
5
+ const { HtmlWebpackChildCompiler } = __nccwpck_require__(55);
6
6
  const compilerMap = new WeakMap();
7
7
  class CachedChildCompilation {
8
8
  constructor(compiler) {
@@ -311,7 +311,7 @@
311
311
  }
312
312
  module.exports = { CachedChildCompilation };
313
313
  },
314
- 397: (module) => {
314
+ 55: (module) => {
315
315
  "use strict";
316
316
  class HtmlWebpackChildCompiler {
317
317
  constructor(templates) {
@@ -480,7 +480,7 @@
480
480
  }
481
481
  module.exports = { HtmlWebpackChildCompiler };
482
482
  },
483
- 963: (module) => {
483
+ 85: (module) => {
484
484
  "use strict";
485
485
  module.exports = {};
486
486
  module.exports.none = (chunks) => chunks;
@@ -499,7 +499,7 @@
499
499
  };
500
500
  module.exports.auto = module.exports.none;
501
501
  },
502
- 230: (module) => {
502
+ 508: (module) => {
503
503
  "use strict";
504
504
  module.exports = function (err) {
505
505
  return {
@@ -523,7 +523,7 @@
523
523
  };
524
524
  };
525
525
  },
526
- 613: (module, __unused_webpack_exports, __nccwpck_require__) => {
526
+ 851: (module, __unused_webpack_exports, __nccwpck_require__) => {
527
527
  "use strict";
528
528
  const { AsyncSeriesWaterfallHook } = __nccwpck_require__(159);
529
529
  const htmlWebpackPluginHooksMap = new WeakMap();
@@ -549,7 +549,7 @@
549
549
  }
550
550
  module.exports = { getHtmlRspackPluginHooks };
551
551
  },
552
- 860: (module) => {
552
+ 114: (module) => {
553
553
  const voidTags = [
554
554
  "area",
555
555
  "base",
@@ -617,19 +617,19 @@
617
617
  htmlTagObjectToString,
618
618
  };
619
619
  },
620
- 281: (module, __unused_webpack_exports, __nccwpck_require__) => {
620
+ 43: (module, __unused_webpack_exports, __nccwpck_require__) => {
621
621
  "use strict";
622
622
  const promisify = __nccwpck_require__(23).promisify;
623
623
  const vm = __nccwpck_require__(154);
624
624
  const fs = __nccwpck_require__(896);
625
625
  const path = __nccwpck_require__(928);
626
- const { CachedChildCompilation } = __nccwpck_require__(944);
626
+ const { CachedChildCompilation } = __nccwpck_require__(606);
627
627
  const { createHtmlTagObject, htmlTagObjectToString, HtmlTagArray } =
628
- __nccwpck_require__(860);
629
- const prettyError = __nccwpck_require__(230);
630
- const chunkSorter = __nccwpck_require__(963);
628
+ __nccwpck_require__(114);
629
+ const prettyError = __nccwpck_require__(508);
630
+ const chunkSorter = __nccwpck_require__(85);
631
631
  const getHtmlRspackPluginHooks =
632
- __nccwpck_require__(613).getHtmlRspackPluginHooks;
632
+ __nccwpck_require__(851).getHtmlRspackPluginHooks;
633
633
  const WITH_PLACEHOLDER = "function __with_placeholder__";
634
634
  class HtmlRspackPlugin {
635
635
  constructor(userOptions = {}) {
@@ -2443,6 +2443,6 @@
2443
2443
  }
2444
2444
  if (typeof __nccwpck_require__ !== "undefined")
2445
2445
  __nccwpck_require__.ab = __dirname + "/";
2446
- var __webpack_exports__ = __nccwpck_require__(281);
2446
+ var __webpack_exports__ = __nccwpck_require__(43);
2447
2447
  module.exports = __webpack_exports__;
2448
2448
  })();
@@ -1 +1 @@
1
- (()=>{var e={831:e=>{let t=process||{},r=t.argv||[],n=t.env||{};let s=!(!!n.NO_COLOR||r.includes("--no-color"))&&(!!n.FORCE_COLOR||r.includes("--color")||t.platform==="win32"||(t.stdout||{}).isTTY&&n.TERM!=="dumb"||!!n.CI);let formatter=(e,t,r=e)=>n=>{let s=""+n,i=s.indexOf(t,e.length);return~i?e+replaceClose(s,t,r,i)+t:e+s+t};let replaceClose=(e,t,r,n)=>{let s="",i=0;do{s+=e.substring(i,n)+r;i=n+t.length;n=e.indexOf(t,i)}while(~n);return s+e.substring(i)};let createColors=(e=s)=>{let t=e?formatter:()=>String;return{isColorSupported:e,reset:t("",""),bold:t("","",""),dim:t("","",""),italic:t("",""),underline:t("",""),inverse:t("",""),hidden:t("",""),strikethrough:t("",""),black:t("",""),red:t("",""),green:t("",""),yellow:t("",""),blue:t("",""),magenta:t("",""),cyan:t("",""),white:t("",""),gray:t("",""),bgBlack:t("",""),bgRed:t("",""),bgGreen:t("",""),bgYellow:t("",""),bgBlue:t("",""),bgMagenta:t("",""),bgCyan:t("",""),bgWhite:t("",""),blackBright:t("",""),redBright:t("",""),greenBright:t("",""),yellowBright:t("",""),blueBright:t("",""),magentaBright:t("",""),cyanBright:t("",""),whiteBright:t("",""),bgBlackBright:t("",""),bgRedBright:t("",""),bgGreenBright:t("",""),bgYellowBright:t("",""),bgBlueBright:t("",""),bgMagentaBright:t("",""),bgCyanBright:t("",""),bgWhiteBright:t("","")}};e.exports=createColors();e.exports.createColors=createColors},848:(e,t,r)=>{"use strict";let n=r(557);class AtRule extends n{constructor(e){super(e);this.type="atrule"}append(...e){if(!this.proxyOf.nodes)this.nodes=[];return super.append(...e)}prepend(...e){if(!this.proxyOf.nodes)this.nodes=[];return super.prepend(...e)}}e.exports=AtRule;AtRule.default=AtRule;n.registerAtRule(AtRule)},383:(e,t,r)=>{"use strict";let n=r(388);class Comment extends n{constructor(e){super(e);this.type="comment"}}e.exports=Comment;Comment.default=Comment},557:(e,t,r)=>{"use strict";let n=r(383);let s=r(626);let i=r(388);let{isClean:o,my:l}=r(339);let a,u,c,f;function cleanSource(e){return e.map((e=>{if(e.nodes)e.nodes=cleanSource(e.nodes);delete e.source;return e}))}function markTreeDirty(e){e[o]=false;if(e.proxyOf.nodes){for(let t of e.proxyOf.nodes){markTreeDirty(t)}}}class Container extends i{get first(){if(!this.proxyOf.nodes)return undefined;return this.proxyOf.nodes[0]}get last(){if(!this.proxyOf.nodes)return undefined;return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...e){for(let t of e){let e=this.normalize(t,this.last);for(let t of e)this.proxyOf.nodes.push(t)}this.markDirty();return this}cleanRaws(e){super.cleanRaws(e);if(this.nodes){for(let t of this.nodes)t.cleanRaws(e)}}each(e){if(!this.proxyOf.nodes)return undefined;let t=this.getIterator();let r,n;while(this.indexes[t]<this.proxyOf.nodes.length){r=this.indexes[t];n=e(this.proxyOf.nodes[r],r);if(n===false)break;this.indexes[t]+=1}delete this.indexes[t];return n}every(e){return this.nodes.every(e)}getIterator(){if(!this.lastEach)this.lastEach=0;if(!this.indexes)this.indexes={};this.lastEach+=1;let e=this.lastEach;this.indexes[e]=0;return e}getProxyProcessor(){return{get(e,t){if(t==="proxyOf"){return e}else if(!e[t]){return e[t]}else if(t==="each"||typeof t==="string"&&t.startsWith("walk")){return(...r)=>e[t](...r.map((e=>{if(typeof e==="function"){return(t,r)=>e(t.toProxy(),r)}else{return e}})))}else if(t==="every"||t==="some"){return r=>e[t](((e,...t)=>r(e.toProxy(),...t)))}else if(t==="root"){return()=>e.root().toProxy()}else if(t==="nodes"){return e.nodes.map((e=>e.toProxy()))}else if(t==="first"||t==="last"){return e[t].toProxy()}else{return e[t]}},set(e,t,r){if(e[t]===r)return true;e[t]=r;if(t==="name"||t==="params"||t==="selector"){e.markDirty()}return true}}}index(e){if(typeof e==="number")return e;if(e.proxyOf)e=e.proxyOf;return this.proxyOf.nodes.indexOf(e)}insertAfter(e,t){let r=this.index(e);let n=this.normalize(t,this.proxyOf.nodes[r]).reverse();r=this.index(e);for(let e of n)this.proxyOf.nodes.splice(r+1,0,e);let s;for(let e in this.indexes){s=this.indexes[e];if(r<s){this.indexes[e]=s+n.length}}this.markDirty();return this}insertBefore(e,t){let r=this.index(e);let n=r===0?"prepend":false;let s=this.normalize(t,this.proxyOf.nodes[r],n).reverse();r=this.index(e);for(let e of s)this.proxyOf.nodes.splice(r,0,e);let i;for(let e in this.indexes){i=this.indexes[e];if(r<=i){this.indexes[e]=i+s.length}}this.markDirty();return this}normalize(e,t){if(typeof e==="string"){e=cleanSource(u(e).nodes)}else if(typeof e==="undefined"){e=[]}else if(Array.isArray(e)){e=e.slice(0);for(let t of e){if(t.parent)t.parent.removeChild(t,"ignore")}}else if(e.type==="root"&&this.type!=="document"){e=e.nodes.slice(0);for(let t of e){if(t.parent)t.parent.removeChild(t,"ignore")}}else if(e.type){e=[e]}else if(e.prop){if(typeof e.value==="undefined"){throw new Error("Value field is missed in node creation")}else if(typeof e.value!=="string"){e.value=String(e.value)}e=[new s(e)]}else if(e.selector||e.selectors){e=[new f(e)]}else if(e.name){e=[new a(e)]}else if(e.text){e=[new n(e)]}else{throw new Error("Unknown node type in node creation")}let r=e.map((e=>{if(!e[l])Container.rebuild(e);e=e.proxyOf;if(e.parent)e.parent.removeChild(e);if(e[o])markTreeDirty(e);if(!e.raws)e.raws={};if(typeof e.raws.before==="undefined"){if(t&&typeof t.raws.before!=="undefined"){e.raws.before=t.raws.before.replace(/\S/g,"")}}e.parent=this.proxyOf;return e}));return r}prepend(...e){e=e.reverse();for(let t of e){let e=this.normalize(t,this.first,"prepend").reverse();for(let t of e)this.proxyOf.nodes.unshift(t);for(let t in this.indexes){this.indexes[t]=this.indexes[t]+e.length}}this.markDirty();return this}push(e){e.parent=this;this.proxyOf.nodes.push(e);return this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=undefined;this.proxyOf.nodes=[];this.markDirty();return this}removeChild(e){e=this.index(e);this.proxyOf.nodes[e].parent=undefined;this.proxyOf.nodes.splice(e,1);let t;for(let r in this.indexes){t=this.indexes[r];if(t>=e){this.indexes[r]=t-1}}this.markDirty();return this}replaceValues(e,t,r){if(!r){r=t;t={}}this.walkDecls((n=>{if(t.props&&!t.props.includes(n.prop))return;if(t.fast&&!n.value.includes(t.fast))return;n.value=n.value.replace(e,r)}));this.markDirty();return this}some(e){return this.nodes.some(e)}walk(e){return this.each(((t,r)=>{let n;try{n=e(t,r)}catch(e){throw t.addToError(e)}if(n!==false&&t.walk){n=t.walk(e)}return n}))}walkAtRules(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="atrule"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="atrule"&&e.test(r.name)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="atrule"&&r.name===e){return t(r,n)}}))}walkComments(e){return this.walk(((t,r)=>{if(t.type==="comment"){return e(t,r)}}))}walkDecls(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="decl"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="decl"&&e.test(r.prop)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="decl"&&r.prop===e){return t(r,n)}}))}walkRules(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="rule"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="rule"&&e.test(r.selector)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="rule"&&r.selector===e){return t(r,n)}}))}}Container.registerParse=e=>{u=e};Container.registerRule=e=>{f=e};Container.registerAtRule=e=>{a=e};Container.registerRoot=e=>{c=e};e.exports=Container;Container.default=Container;Container.rebuild=e=>{if(e.type==="atrule"){Object.setPrototypeOf(e,a.prototype)}else if(e.type==="rule"){Object.setPrototypeOf(e,f.prototype)}else if(e.type==="decl"){Object.setPrototypeOf(e,s.prototype)}else if(e.type==="comment"){Object.setPrototypeOf(e,n.prototype)}else if(e.type==="root"){Object.setPrototypeOf(e,c.prototype)}e[l]=true;if(e.nodes){e.nodes.forEach((e=>{Container.rebuild(e)}))}}},562:(e,t,r)=>{"use strict";let n=r(831);let s=r(761);class CssSyntaxError extends Error{constructor(e,t,r,n,s,i){super(e);this.name="CssSyntaxError";this.reason=e;if(s){this.file=s}if(n){this.source=n}if(i){this.plugin=i}if(typeof t!=="undefined"&&typeof r!=="undefined"){if(typeof t==="number"){this.line=t;this.column=r}else{this.line=t.line;this.column=t.column;this.endLine=r.line;this.endColumn=r.column}}this.setMessage();if(Error.captureStackTrace){Error.captureStackTrace(this,CssSyntaxError)}}setMessage(){this.message=this.plugin?this.plugin+": ":"";this.message+=this.file?this.file:"<css input>";if(typeof this.line!=="undefined"){this.message+=":"+this.line+":"+this.column}this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;if(e==null)e=n.isColorSupported;let aside=e=>e;let mark=e=>e;let highlight=e=>e;if(e){let{bold:e,gray:t,red:r}=n.createColors(true);mark=t=>e(r(t));aside=e=>t(e);if(s){highlight=e=>s(e)}}let r=t.split(/\r?\n/);let i=Math.max(this.line-3,0);let o=Math.min(this.line+2,r.length);let l=String(o).length;return r.slice(i,o).map(((e,t)=>{let r=i+1+t;let n=" "+(" "+r).slice(-l)+" | ";if(r===this.line){if(e.length>160){let t=20;let r=Math.max(0,this.column-t);let s=Math.max(this.column+t,this.endColumn+t);let i=e.slice(r,s);let o=aside(n.replace(/\d/g," "))+e.slice(0,Math.min(this.column-1,t-1)).replace(/[^\t]/g," ");return mark(">")+aside(n)+highlight(i)+"\n "+o+mark("^")}let t=aside(n.replace(/\d/g," "))+e.slice(0,this.column-1).replace(/[^\t]/g," ");return mark(">")+aside(n)+highlight(e)+"\n "+t+mark("^")}return" "+aside(n)+highlight(e)})).join("\n")}toString(){let e=this.showSourceCode();if(e){e="\n\n"+e+"\n"}return this.name+": "+this.message+e}}e.exports=CssSyntaxError;CssSyntaxError.default=CssSyntaxError},626:(e,t,r)=>{"use strict";let n=r(388);class Declaration extends n{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(e){if(e&&typeof e.value!=="undefined"&&typeof e.value!=="string"){e={...e,value:String(e.value)}}super(e);this.type="decl"}}e.exports=Declaration;Declaration.default=Declaration},61:(e,t,r)=>{"use strict";let n=r(557);let s,i;class Document extends n{constructor(e){super({type:"document",...e});if(!this.nodes){this.nodes=[]}}toResult(e={}){let t=new s(new i,this,e);return t.stringify()}}Document.registerLazyResult=e=>{s=e};Document.registerProcessor=e=>{i=e};e.exports=Document;Document.default=Document},730:(e,t,r)=>{"use strict";let n=r(848);let s=r(383);let i=r(626);let o=r(286);let l=r(434);let a=r(688);let u=r(322);function fromJSON(e,t){if(Array.isArray(e))return e.map((e=>fromJSON(e)));let{inputs:r,...c}=e;if(r){t=[];for(let e of r){let r={...e,__proto__:o.prototype};if(r.map){r.map={...r.map,__proto__:l.prototype}}t.push(r)}}if(c.nodes){c.nodes=e.nodes.map((e=>fromJSON(e,t)))}if(c.source){let{inputId:e,...r}=c.source;c.source=r;if(e!=null){c.source.input=t[e]}}if(c.type==="root"){return new a(c)}else if(c.type==="decl"){return new i(c)}else if(c.type==="rule"){return new u(c)}else if(c.type==="comment"){return new s(c)}else if(c.type==="atrule"){return new n(c)}else{throw new Error("Unknown node type: "+e.type)}}e.exports=fromJSON;fromJSON.default=fromJSON},286:(e,t,r)=>{"use strict";let{nanoid:n}=r(308);let{isAbsolute:s,resolve:i}=r(928);let{SourceMapConsumer:o,SourceMapGenerator:l}=r(159);let{fileURLToPath:a,pathToFileURL:u}=r(16);let c=r(562);let f=r(434);let p=r(761);let h=Symbol("lineToIndexCache");let d=Boolean(o&&l);let m=Boolean(i&&s);function getLineToIndex(e){if(e[h])return e[h];let t=e.css.split("\n");let r=new Array(t.length);let n=0;for(let e=0,s=t.length;e<s;e++){r[e]=n;n+=t[e].length+1}e[h]=r;return r}class Input{get from(){return this.file||this.id}constructor(e,t={}){if(e===null||typeof e==="undefined"||typeof e==="object"&&!e.toString){throw new Error(`PostCSS received ${e} instead of CSS string`)}this.css=e.toString();if(this.css[0]==="\ufeff"||this.css[0]==="￾"){this.hasBOM=true;this.css=this.css.slice(1)}else{this.hasBOM=false}this.document=this.css;if(t.document)this.document=t.document.toString();if(t.from){if(!m||/^\w+:\/\//.test(t.from)||s(t.from)){this.file=t.from}else{this.file=i(t.from)}}if(m&&d){let e=new f(this.css,t);if(e.text){this.map=e;let t=e.consumer().file;if(!this.file&&t)this.file=this.mapResolve(t)}}if(!this.file){this.id="<input css "+n(6)+">"}if(this.map)this.map.file=this.from}error(e,t,r,n={}){let s,i,o,l,a;if(t&&typeof t==="object"){let e=t;let n=r;if(typeof e.offset==="number"){l=e.offset;let n=this.fromOffset(l);t=n.line;r=n.col}else{t=e.line;r=e.column;l=this.fromLineAndColumn(t,r)}if(typeof n.offset==="number"){o=n.offset;let e=this.fromOffset(o);i=e.line;s=e.col}else{i=n.line;s=n.column;o=this.fromLineAndColumn(n.line,n.column)}}else if(!r){l=t;let e=this.fromOffset(l);t=e.line;r=e.col}else{l=this.fromLineAndColumn(t,r)}let f=this.origin(t,r,i,s);if(f){a=new c(e,f.endLine===undefined?f.line:{column:f.column,line:f.line},f.endLine===undefined?f.column:{column:f.endColumn,line:f.endLine},f.source,f.file,n.plugin)}else{a=new c(e,i===undefined?t:{column:r,line:t},i===undefined?r:{column:s,line:i},this.css,this.file,n.plugin)}a.input={column:r,endColumn:s,endLine:i,endOffset:o,line:t,offset:l,source:this.css};if(this.file){if(u){a.input.url=u(this.file).toString()}a.input.file=this.file}return a}fromLineAndColumn(e,t){let r=getLineToIndex(this);let n=r[e-1];return n+t-1}fromOffset(e){let t=getLineToIndex(this);let r=t[t.length-1];let n=0;if(e>=r){n=t.length-1}else{let r=t.length-2;let s;while(n<r){s=n+(r-n>>1);if(e<t[s]){r=s-1}else if(e>=t[s+1]){n=s+1}else{n=s;break}}}return{col:e-t[n]+1,line:n+1}}mapResolve(e){if(/^\w+:\/\//.test(e)){return e}return i(this.map.consumer().sourceRoot||this.map.root||".",e)}origin(e,t,r,n){if(!this.map)return false;let i=this.map.consumer();let o=i.originalPositionFor({column:t,line:e});if(!o.source)return false;let l;if(typeof r==="number"){l=i.originalPositionFor({column:n,line:r})}let c;if(s(o.source)){c=u(o.source)}else{c=new URL(o.source,this.map.consumer().sourceRoot||u(this.map.mapFile))}let f={column:o.column,endColumn:l&&l.column,endLine:l&&l.line,line:o.line,url:c.toString()};if(c.protocol==="file:"){if(a){f.file=a(c)}else{throw new Error(`file: protocol is not available in this PostCSS build`)}}let p=i.sourceContentFor(o.source);if(p)f.source=p;return f}toJSON(){let e={};for(let t of["hasBOM","css","file","id"]){if(this[t]!=null){e[t]=this[t]}}if(this.map){e.map={...this.map};if(e.map.consumerCache){e.map.consumerCache=undefined}}return e}}e.exports=Input;Input.default=Input;if(p&&p.registerInput){p.registerInput(Input)}},802:(e,t,r)=>{"use strict";let n=r(557);let s=r(61);let i=r(968);let o=r(213);let l=r(729);let a=r(688);let u=r(595);let{isClean:c,my:f}=r(339);let p=r(168);const h={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"};const d={AtRule:true,AtRuleExit:true,Comment:true,CommentExit:true,Declaration:true,DeclarationExit:true,Document:true,DocumentExit:true,Once:true,OnceExit:true,postcssPlugin:true,prepare:true,Root:true,RootExit:true,Rule:true,RuleExit:true};const m={Once:true,postcssPlugin:true,prepare:true};const g=0;function isPromise(e){return typeof e==="object"&&typeof e.then==="function"}function getEvents(e){let t=false;let r=h[e.type];if(e.type==="decl"){t=e.prop.toLowerCase()}else if(e.type==="atrule"){t=e.name.toLowerCase()}if(t&&e.append){return[r,r+"-"+t,g,r+"Exit",r+"Exit-"+t]}else if(t){return[r,r+"-"+t,r+"Exit",r+"Exit-"+t]}else if(e.append){return[r,g,r+"Exit"]}else{return[r,r+"Exit"]}}function toStack(e){let t;if(e.type==="document"){t=["Document",g,"DocumentExit"]}else if(e.type==="root"){t=["Root",g,"RootExit"]}else{t=getEvents(e)}return{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function cleanMarks(e){e[c]=false;if(e.nodes)e.nodes.forEach((e=>cleanMarks(e)));return e}let y={};class LazyResult{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(e,t,r){this.stringified=false;this.processed=false;let s;if(typeof t==="object"&&t!==null&&(t.type==="root"||t.type==="document")){s=cleanMarks(t)}else if(t instanceof LazyResult||t instanceof l){s=cleanMarks(t.root);if(t.map){if(typeof r.map==="undefined")r.map={};if(!r.map.inline)r.map.inline=false;r.map.prev=t.map}}else{let e=o;if(r.syntax)e=r.syntax.parse;if(r.parser)e=r.parser;if(e.parse)e=e.parse;try{s=e(t,r)}catch(e){this.processed=true;this.error=e}if(s&&!s[f]){n.rebuild(s)}}this.result=new l(e,s,r);this.helpers={...y,postcss:y,result:this.result};this.plugins=this.processor.plugins.map((e=>{if(typeof e==="object"&&e.prepare){return{...e,...e.prepare(this.result)}}else{return e}}))}async(){if(this.error)return Promise.reject(this.error);if(this.processed)return Promise.resolve(this.result);if(!this.processing){this.processing=this.runAsync()}return this.processing}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let r=this.result.lastPlugin;try{if(t)t.addToError(e);this.error=e;if(e.name==="CssSyntaxError"&&!e.plugin){e.plugin=r.postcssPlugin;e.setMessage()}else if(r.postcssVersion){if(process.env.NODE_ENV!=="production"){let e=r.postcssPlugin;let t=r.postcssVersion;let n=this.result.processor.version;let s=t.split(".");let i=n.split(".");if(s[0]!==i[0]||parseInt(s[1])>parseInt(i[1])){console.error("Unknown error from PostCSS plugin. Your current PostCSS "+"version is "+n+", but "+e+" uses "+t+". Perhaps this is the source of the error below.")}}}}catch(e){if(console&&console.error)console.error(e)}return e}prepareVisitors(){this.listeners={};let add=(e,t,r)=>{if(!this.listeners[t])this.listeners[t]=[];this.listeners[t].push([e,r])};for(let e of this.plugins){if(typeof e==="object"){for(let t in e){if(!d[t]&&/^[A-Z]/.test(t)){throw new Error(`Unknown event ${t} in ${e.postcssPlugin}. `+`Try to update PostCSS (${this.processor.version} now).`)}if(!m[t]){if(typeof e[t]==="object"){for(let r in e[t]){if(r==="*"){add(e,t,e[t][r])}else{add(e,t+"-"+r.toLowerCase(),e[t][r])}}}else if(typeof e[t]==="function"){add(e,t,e[t])}}}}}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e];let r=this.runOnRoot(t);if(isPromise(r)){try{await r}catch(e){throw this.handleError(e)}}}this.prepareVisitors();if(this.hasListener){let e=this.result.root;while(!e[c]){e[c]=true;let t=[toStack(e)];while(t.length>0){let e=this.visitTick(t);if(isPromise(e)){try{await e}catch(e){let r=t[t.length-1].node;throw this.handleError(e,r)}}}}if(this.listeners.OnceExit){for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let t=e.nodes.map((e=>r(e,this.helpers)));await Promise.all(t)}else{await r(e,this.helpers)}}catch(e){throw this.handleError(e)}}}}this.processed=true;return this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e==="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map((t=>e.Once(t,this.helpers)));if(isPromise(t[0])){return Promise.all(t)}return t}return e.Once(this.result.root,this.helpers)}else if(typeof e==="function"){return e(this.result.root,this.result)}}catch(e){throw this.handleError(e)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=true;this.sync();let e=this.result.opts;let t=u;if(e.syntax)t=e.syntax.stringify;if(e.stringifier)t=e.stringifier;if(t.stringify)t=t.stringify;let r=new i(t,this.result.root,this.result.opts);let n=r.generate();this.result.css=n[0];this.result.map=n[1];return this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;this.processed=true;if(this.processing){throw this.getAsyncError()}for(let e of this.plugins){let t=this.runOnRoot(e);if(isPromise(t)){throw this.getAsyncError()}}this.prepareVisitors();if(this.hasListener){let e=this.result.root;while(!e[c]){e[c]=true;this.walkSync(e)}if(this.listeners.OnceExit){if(e.type==="document"){for(let t of e.nodes){this.visitSync(this.listeners.OnceExit,t)}}else{this.visitSync(this.listeners.OnceExit,e)}}}return this.result}then(e,t){if(process.env.NODE_ENV!=="production"){if(!("from"in this.opts)){p("Without `from` option PostCSS could generate wrong source map "+"and will not find Browserslist config. Set it to CSS file path "+"or to `undefined` to prevent this warning.")}}return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[r,n]of e){this.result.lastPlugin=r;let e;try{e=n(t,this.helpers)}catch(e){throw this.handleError(e,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent){return true}if(isPromise(e)){throw this.getAsyncError()}}}visitTick(e){let t=e[e.length-1];let{node:r,visitors:n}=t;if(r.type!=="root"&&r.type!=="document"&&!r.parent){e.pop();return}if(n.length>0&&t.visitorIndex<n.length){let[e,s]=n[t.visitorIndex];t.visitorIndex+=1;if(t.visitorIndex===n.length){t.visitors=[];t.visitorIndex=0}this.result.lastPlugin=e;try{return s(r.toProxy(),this.helpers)}catch(e){throw this.handleError(e,r)}}if(t.iterator!==0){let n=t.iterator;let s;while(s=r.nodes[r.indexes[n]]){r.indexes[n]+=1;if(!s[c]){s[c]=true;e.push(toStack(s));return}}t.iterator=0;delete r.indexes[n]}let s=t.events;while(t.eventIndex<s.length){let e=s[t.eventIndex];t.eventIndex+=1;if(e===g){if(r.nodes&&r.nodes.length){r[c]=true;t.iterator=r.getIterator()}return}else if(this.listeners[e]){t.visitors=this.listeners[e];return}}e.pop()}walkSync(e){e[c]=true;let t=getEvents(e);for(let r of t){if(r===g){if(e.nodes){e.each((e=>{if(!e[c])this.walkSync(e)}))}}else{let t=this.listeners[r];if(t){if(this.visitSync(t,e.toProxy()))return}}}}warnings(){return this.sync().warnings()}}LazyResult.registerPostcss=e=>{y=e};e.exports=LazyResult;LazyResult.default=LazyResult;a.registerLazyResult(LazyResult);s.registerLazyResult(LazyResult)},460:e=>{"use strict";let t={comma(e){return t.split(e,[","],true)},space(e){let r=[" ","\n","\t"];return t.split(e,r)},split(e,t,r){let n=[];let s="";let i=false;let o=0;let l=false;let a="";let u=false;for(let r of e){if(u){u=false}else if(r==="\\"){u=true}else if(l){if(r===a){l=false}}else if(r==='"'||r==="'"){l=true;a=r}else if(r==="("){o+=1}else if(r===")"){if(o>0)o-=1}else if(o===0){if(t.includes(r))i=true}if(i){if(s!=="")n.push(s.trim());s="";i=false}else{s+=r}}if(r||s!=="")n.push(s.trim());return n}};e.exports=t;t.default=t},968:(e,t,r)=>{"use strict";let{dirname:n,relative:s,resolve:i,sep:o}=r(928);let{SourceMapConsumer:l,SourceMapGenerator:a}=r(159);let{pathToFileURL:u}=r(16);let c=r(286);let f=Boolean(l&&a);let p=Boolean(n&&i&&s&&o);class MapGenerator{constructor(e,t,r,n){this.stringify=e;this.mapOpts=r.map||{};this.root=t;this.opts=r;this.css=n;this.originalCSS=n;this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute;this.memoizedFileURLs=new Map;this.memoizedPaths=new Map;this.memoizedURLs=new Map}addAnnotation(){let e;if(this.isInline()){e="data:application/json;base64,"+this.toBase64(this.map.toString())}else if(typeof this.mapOpts.annotation==="string"){e=this.mapOpts.annotation}else if(typeof this.mapOpts.annotation==="function"){e=this.mapOpts.annotation(this.opts.to,this.root)}else{e=this.outputFile()+".map"}let t="\n";if(this.css.includes("\r\n"))t="\r\n";this.css+=t+"/*# sourceMappingURL="+e+" */"}applyPrevMaps(){for(let e of this.previous()){let t=this.toUrl(this.path(e.file));let r=e.root||n(e.file);let s;if(this.mapOpts.sourcesContent===false){s=new l(e.text);if(s.sourcesContent){s.sourcesContent=null}}else{s=e.consumer()}this.map.applySourceMap(s,t,this.toUrl(this.path(r)))}}clearAnnotation(){if(this.mapOpts.annotation===false)return;if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--){e=this.root.nodes[t];if(e.type!=="comment")continue;if(e.text.startsWith("# sourceMappingURL=")){this.root.removeChild(t)}}}else if(this.css){this.css=this.css.replace(/\n*\/\*#[\S\s]*?\*\/$/gm,"")}}generate(){this.clearAnnotation();if(p&&f&&this.isMap()){return this.generateMap()}else{let e="";this.stringify(this.root,(t=>{e+=t}));return[e]}}generateMap(){if(this.root){this.generateString()}else if(this.previous().length===1){let e=this.previous()[0].consumer();e.file=this.outputFile();this.map=a.fromSourceMap(e,{ignoreInvalidMapping:true})}else{this.map=new a({file:this.outputFile(),ignoreInvalidMapping:true});this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"})}if(this.isSourcesContent())this.setSourcesContent();if(this.root&&this.previous().length>0)this.applyPrevMaps();if(this.isAnnotation())this.addAnnotation();if(this.isInline()){return[this.css]}else{return[this.css,this.map]}}generateString(){this.css="";this.map=new a({file:this.outputFile(),ignoreInvalidMapping:true});let e=1;let t=1;let r="<no source>";let n={generated:{column:0,line:0},original:{column:0,line:0},source:""};let s,i;this.stringify(this.root,((o,l,a)=>{this.css+=o;if(l&&a!=="end"){n.generated.line=e;n.generated.column=t-1;if(l.source&&l.source.start){n.source=this.sourcePath(l);n.original.line=l.source.start.line;n.original.column=l.source.start.column-1;this.map.addMapping(n)}else{n.source=r;n.original.line=1;n.original.column=0;this.map.addMapping(n)}}i=o.match(/\n/g);if(i){e+=i.length;s=o.lastIndexOf("\n");t=o.length-s}else{t+=o.length}if(l&&a!=="start"){let s=l.parent||{raws:{}};let i=l.type==="decl"||l.type==="atrule"&&!l.nodes;if(!i||l!==s.last||s.raws.semicolon){if(l.source&&l.source.end){n.source=this.sourcePath(l);n.original.line=l.source.end.line;n.original.column=l.source.end.column-1;n.generated.line=e;n.generated.column=t-2;this.map.addMapping(n)}else{n.source=r;n.original.line=1;n.original.column=0;n.generated.line=e;n.generated.column=t-1;this.map.addMapping(n)}}}}))}isAnnotation(){if(this.isInline()){return true}if(typeof this.mapOpts.annotation!=="undefined"){return this.mapOpts.annotation}if(this.previous().length){return this.previous().some((e=>e.annotation))}return true}isInline(){if(typeof this.mapOpts.inline!=="undefined"){return this.mapOpts.inline}let e=this.mapOpts.annotation;if(typeof e!=="undefined"&&e!==true){return false}if(this.previous().length){return this.previous().some((e=>e.inline))}return true}isMap(){if(typeof this.opts.map!=="undefined"){return!!this.opts.map}return this.previous().length>0}isSourcesContent(){if(typeof this.mapOpts.sourcesContent!=="undefined"){return this.mapOpts.sourcesContent}if(this.previous().length){return this.previous().some((e=>e.withContent()))}return true}outputFile(){if(this.opts.to){return this.path(this.opts.to)}else if(this.opts.from){return this.path(this.opts.from)}else{return"to.css"}}path(e){if(this.mapOpts.absolute)return e;if(e.charCodeAt(0)===60)return e;if(/^\w+:\/\//.test(e))return e;let t=this.memoizedPaths.get(e);if(t)return t;let r=this.opts.to?n(this.opts.to):".";if(typeof this.mapOpts.annotation==="string"){r=n(i(r,this.mapOpts.annotation))}let o=s(r,e);this.memoizedPaths.set(e,o);return o}previous(){if(!this.previousMaps){this.previousMaps=[];if(this.root){this.root.walk((e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;if(!this.previousMaps.includes(t)){this.previousMaps.push(t)}}}))}else{let e=new c(this.originalCSS,this.opts);if(e.map)this.previousMaps.push(e.map)}}return this.previousMaps}setSourcesContent(){let e={};if(this.root){this.root.walk((t=>{if(t.source){let r=t.source.input.from;if(r&&!e[r]){e[r]=true;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,t.source.input.css)}}}))}else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(e,this.css)}}sourcePath(e){if(this.mapOpts.from){return this.toUrl(this.mapOpts.from)}else if(this.usesFileUrls){return this.toFileUrl(e.source.input.from)}else{return this.toUrl(this.path(e.source.input.from))}}toBase64(e){if(Buffer){return Buffer.from(e).toString("base64")}else{return window.btoa(unescape(encodeURIComponent(e)))}}toFileUrl(e){let t=this.memoizedFileURLs.get(e);if(t)return t;if(u){let t=u(e).toString();this.memoizedFileURLs.set(e,t);return t}else{throw new Error("`map.absolute` option is not available in this PostCSS build")}}toUrl(e){let t=this.memoizedURLs.get(e);if(t)return t;if(o==="\\"){e=e.replace(/\\/g,"/")}let r=encodeURI(e).replace(/[#?]/g,encodeURIComponent);this.memoizedURLs.set(e,r);return r}}e.exports=MapGenerator},503:(e,t,r)=>{"use strict";let n=r(968);let s=r(213);const i=r(729);let o=r(595);let l=r(168);class NoWorkResult{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root){return this._root}let e;let t=s;try{e=t(this._css,this._opts)}catch(e){this.error=e}if(this.error){throw this.error}else{this._root=e;return e}}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(e,t,r){t=t.toString();this.stringified=false;this._processor=e;this._css=t;this._opts=r;this._map=undefined;let s;let l=o;this.result=new i(this._processor,s,this._opts);this.result.css=t;let a=this;Object.defineProperty(this.result,"root",{get(){return a.root}});let u=new n(l,s,this._opts,t);if(u.isMap()){let[e,t]=u.generate();if(e){this.result.css=e}if(t){this.result.map=t}}else{u.clearAnnotation();this.result.css=u.css}}async(){if(this.error)return Promise.reject(this.error);return Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){if(process.env.NODE_ENV!=="production"){if(!("from"in this._opts)){l("Without `from` option PostCSS could generate wrong source map "+"and will not find Browserslist config. Set it to CSS file path "+"or to `undefined` to prevent this warning.")}}return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}}e.exports=NoWorkResult;NoWorkResult.default=NoWorkResult},388:(e,t,r)=>{"use strict";let n=r(562);let s=r(200);let i=r(595);let{isClean:o,my:l}=r(339);function cloneNode(e,t){let r=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n)){continue}if(n==="proxyCache")continue;let s=e[n];let i=typeof s;if(n==="parent"&&i==="object"){if(t)r[n]=t}else if(n==="source"){r[n]=s}else if(Array.isArray(s)){r[n]=s.map((e=>cloneNode(e,r)))}else{if(i==="object"&&s!==null)s=cloneNode(s);r[n]=s}}return r}function sourceOffset(e,t){if(t&&typeof t.offset!=="undefined"){return t.offset}let r=1;let n=1;let s=0;for(let i=0;i<e.length;i++){if(n===t.line&&r===t.column){s=i;break}if(e[i]==="\n"){r=1;n+=1}else{r+=1}}return s}class Node{get proxyOf(){return this}constructor(e={}){this.raws={};this[o]=false;this[l]=true;for(let t in e){if(t==="nodes"){this.nodes=[];for(let r of e[t]){if(typeof r.clone==="function"){this.append(r.clone())}else{this.append(r)}}}else{this[t]=e[t]}}}addToError(e){e.postcssNode=this;if(e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}after(e){this.parent.insertAfter(this,e);return this}assign(e={}){for(let t in e){this[t]=e[t]}return this}before(e){this.parent.insertBefore(this,e);return this}cleanRaws(e){delete this.raws.before;delete this.raws.after;if(!e)delete this.raws.between}clone(e={}){let t=cloneNode(this);for(let r in e){t[r]=e[r]}return t}cloneAfter(e={}){let t=this.clone(e);this.parent.insertAfter(this,t);return t}cloneBefore(e={}){let t=this.clone(e);this.parent.insertBefore(this,t);return t}error(e,t={}){if(this.source){let{end:r,start:n}=this.rangeBy(t);return this.source.input.error(e,{column:n.column,line:n.line},{column:r.column,line:r.line},t)}return new n(e)}getProxyProcessor(){return{get(e,t){if(t==="proxyOf"){return e}else if(t==="root"){return()=>e.root().toProxy()}else{return e[t]}},set(e,t,r){if(e[t]===r)return true;e[t]=r;if(t==="prop"||t==="value"||t==="name"||t==="params"||t==="important"||t==="text"){e.markDirty()}return true}}}markClean(){this[o]=true}markDirty(){if(this[o]){this[o]=false;let e=this;while(e=e.parent){e[o]=false}}}next(){if(!this.parent)return undefined;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e={}){let t=this.source.start;if(e.index){t=this.positionInside(e.index)}else if(e.word){let r="document"in this.source.input?this.source.input.document:this.source.input.css;let n=r.slice(sourceOffset(r,this.source.start),sourceOffset(r,this.source.end));let s=n.indexOf(e.word);if(s!==-1)t=this.positionInside(s)}return t}positionInside(e){let t=this.source.start.column;let r=this.source.start.line;let n="document"in this.source.input?this.source.input.document:this.source.input.css;let s=sourceOffset(n,this.source.start);let i=s+e;for(let e=s;e<i;e++){if(n[e]==="\n"){t=1;r+=1}else{t+=1}}return{column:t,line:r,offset:i}}prev(){if(!this.parent)return undefined;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e={}){let t="document"in this.source.input?this.source.input.document:this.source.input.css;let r={column:this.source.start.column,line:this.source.start.line,offset:sourceOffset(t,this.source.start)};let n=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset==="number"?this.source.end.offset:sourceOffset(t,this.source.end)+1}:{column:r.column+1,line:r.line,offset:r.offset+1};if(e.word){let s=t.slice(sourceOffset(t,this.source.start),sourceOffset(t,this.source.end));let i=s.indexOf(e.word);if(i!==-1){r=this.positionInside(i);n=this.positionInside(i+e.word.length)}}else{if(e.start){r={column:e.start.column,line:e.start.line,offset:sourceOffset(t,e.start)}}else if(e.index){r=this.positionInside(e.index)}if(e.end){n={column:e.end.column,line:e.end.line,offset:sourceOffset(t,e.end)}}else if(typeof e.endIndex==="number"){n=this.positionInside(e.endIndex)}else if(e.index){n=this.positionInside(e.index+1)}}if(n.line<r.line||n.line===r.line&&n.column<=r.column){n={column:r.column+1,line:r.line,offset:r.offset+1}}return{end:n,start:r}}raw(e,t){let r=new s;return r.raw(this,e,t)}remove(){if(this.parent){this.parent.removeChild(this)}this.parent=undefined;return this}replaceWith(...e){if(this.parent){let t=this;let r=false;for(let n of e){if(n===this){r=true}else if(r){this.parent.insertAfter(t,n);t=n}else{this.parent.insertBefore(t,n)}}if(!r){this.remove()}}return this}root(){let e=this;while(e.parent&&e.parent.type!=="document"){e=e.parent}return e}toJSON(e,t){let r={};let n=t==null;t=t||new Map;let s=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e)){continue}if(e==="parent"||e==="proxyCache")continue;let n=this[e];if(Array.isArray(n)){r[e]=n.map((e=>{if(typeof e==="object"&&e.toJSON){return e.toJSON(null,t)}else{return e}}))}else if(typeof n==="object"&&n.toJSON){r[e]=n.toJSON(null,t)}else if(e==="source"){if(n==null)continue;let i=t.get(n.input);if(i==null){i=s;t.set(n.input,s);s++}r[e]={end:n.end,inputId:i,start:n.start}}else{r[e]=n}}if(n){r.inputs=[...t.keys()].map((e=>e.toJSON()))}return r}toProxy(){if(!this.proxyCache){this.proxyCache=new Proxy(this,this.getProxyProcessor())}return this.proxyCache}toString(e=i){if(e.stringify)e=e.stringify;let t="";e(this,(e=>{t+=e}));return t}warn(e,t,r={}){let n={node:this};for(let e in r)n[e]=r[e];return e.warn(t,n)}}e.exports=Node;Node.default=Node},213:(e,t,r)=>{"use strict";let n=r(557);let s=r(286);let i=r(919);function parse(e,t){let r=new s(e,t);let n=new i(r);try{n.parse()}catch(e){if(process.env.NODE_ENV!=="production"){if(e.name==="CssSyntaxError"&&t&&t.from){if(/\.scss$/i.test(t.from)){e.message+="\nYou tried to parse SCSS with "+"the standard CSS parser; "+"try again with the postcss-scss parser"}else if(/\.sass/i.test(t.from)){e.message+="\nYou tried to parse Sass with "+"the standard CSS parser; "+"try again with the postcss-sass parser"}else if(/\.less$/i.test(t.from)){e.message+="\nYou tried to parse Less with "+"the standard CSS parser; "+"try again with the postcss-less parser"}}}throw e}return n.root}e.exports=parse;parse.default=parse;n.registerParse(parse)},919:(e,t,r)=>{"use strict";let n=r(848);let s=r(383);let i=r(626);let o=r(688);let l=r(322);let a=r(697);const u={empty:true,space:true};function findLastWithPosition(e){for(let t=e.length-1;t>=0;t--){let r=e[t];let n=r[3]||r[2];if(n)return n}}class Parser{constructor(e){this.input=e;this.root=new o;this.current=this.root;this.spaces="";this.semicolon=false;this.createTokenizer();this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t=new n;t.name=e[1].slice(1);if(t.name===""){this.unnamedAtrule(t,e)}this.init(t,e[2]);let r;let s;let i;let o=false;let l=false;let a=[];let u=[];while(!this.tokenizer.endOfFile()){e=this.tokenizer.nextToken();r=e[0];if(r==="("||r==="["){u.push(r==="("?")":"]")}else if(r==="{"&&u.length>0){u.push("}")}else if(r===u[u.length-1]){u.pop()}if(u.length===0){if(r===";"){t.source.end=this.getPosition(e[2]);t.source.end.offset++;this.semicolon=true;break}else if(r==="{"){l=true;break}else if(r==="}"){if(a.length>0){i=a.length-1;s=a[i];while(s&&s[0]==="space"){s=a[--i]}if(s){t.source.end=this.getPosition(s[3]||s[2]);t.source.end.offset++}}this.end(e);break}else{a.push(e)}}else{a.push(e)}if(this.tokenizer.endOfFile()){o=true;break}}t.raws.between=this.spacesAndCommentsFromEnd(a);if(a.length){t.raws.afterName=this.spacesAndCommentsFromStart(a);this.raw(t,"params",a);if(o){e=a[a.length-1];t.source.end=this.getPosition(e[3]||e[2]);t.source.end.offset++;this.spaces=t.raws.between;t.raws.between=""}}else{t.raws.afterName="";t.params=""}if(l){t.nodes=[];this.current=t}}checkMissedSemicolon(e){let t=this.colon(e);if(t===false)return;let r=0;let n;for(let s=t-1;s>=0;s--){n=e[s];if(n[0]!=="space"){r+=1;if(r===2)break}}throw this.input.error("Missed semicolon",n[0]==="word"?n[3]+1:n[2])}colon(e){let t=0;let r,n,s;for(let[i,o]of e.entries()){n=o;s=n[0];if(s==="("){t+=1}if(s===")"){t-=1}if(t===0&&s===":"){if(!r){this.doubleColon(n)}else if(r[0]==="word"&&r[1]==="progid"){continue}else{return i}}r=n}return false}comment(e){let t=new s;this.init(t,e[2]);t.source.end=this.getPosition(e[3]||e[2]);t.source.end.offset++;let r=e[1].slice(2,-2);if(/^\s*$/.test(r)){t.text="";t.raws.left=r;t.raws.right=""}else{let e=r.match(/^(\s*)([^]*\S)(\s*)$/);t.text=e[2];t.raws.left=e[1];t.raws.right=e[3]}}createTokenizer(){this.tokenizer=a(this.input)}decl(e,t){let r=new i;this.init(r,e[0][2]);let n=e[e.length-1];if(n[0]===";"){this.semicolon=true;e.pop()}r.source.end=this.getPosition(n[3]||n[2]||findLastWithPosition(e));r.source.end.offset++;while(e[0][0]!=="word"){if(e.length===1)this.unknownWord(e);r.raws.before+=e.shift()[1]}r.source.start=this.getPosition(e[0][2]);r.prop="";while(e.length){let t=e[0][0];if(t===":"||t==="space"||t==="comment"){break}r.prop+=e.shift()[1]}r.raws.between="";let s;while(e.length){s=e.shift();if(s[0]===":"){r.raws.between+=s[1];break}else{if(s[0]==="word"&&/\w/.test(s[1])){this.unknownWord([s])}r.raws.between+=s[1]}}if(r.prop[0]==="_"||r.prop[0]==="*"){r.raws.before+=r.prop[0];r.prop=r.prop.slice(1)}let o=[];let l;while(e.length){l=e[0][0];if(l!=="space"&&l!=="comment")break;o.push(e.shift())}this.precheckMissedSemicolon(e);for(let t=e.length-1;t>=0;t--){s=e[t];if(s[1].toLowerCase()==="!important"){r.important=true;let n=this.stringFrom(e,t);n=this.spacesFromEnd(e)+n;if(n!==" !important")r.raws.important=n;break}else if(s[1].toLowerCase()==="important"){let n=e.slice(0);let s="";for(let e=t;e>0;e--){let t=n[e][0];if(s.trim().startsWith("!")&&t!=="space"){break}s=n.pop()[1]+s}if(s.trim().startsWith("!")){r.important=true;r.raws.important=s;e=n}}if(s[0]!=="space"&&s[0]!=="comment"){break}}let a=e.some((e=>e[0]!=="space"&&e[0]!=="comment"));if(a){r.raws.between+=o.map((e=>e[1])).join("");o=[]}this.raw(r,"value",o.concat(e),t);if(r.value.includes(":")&&!t){this.checkMissedSemicolon(e)}}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new l;this.init(t,e[2]);t.selector="";t.raws.between="";this.current=t}end(e){if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon}this.semicolon=false;this.current.raws.after=(this.current.raws.after||"")+this.spaces;this.spaces="";if(this.current.parent){this.current.source.end=this.getPosition(e[2]);this.current.source.end.offset++;this.current=this.current.parent}else{this.unexpectedClose(e)}}endFile(){if(this.current.parent)this.unclosedBlock();if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon}this.current.raws.after=(this.current.raws.after||"")+this.spaces;this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){this.spaces+=e[1];if(this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];if(t&&t.type==="rule"&&!t.raws.ownSemicolon){t.raws.ownSemicolon=this.spaces;this.spaces="";t.source.end=this.getPosition(e[2]);t.source.end.offset+=t.raws.ownSemicolon.length}}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e);e.source={input:this.input,start:this.getPosition(t)};e.raws.before=this.spaces;this.spaces="";if(e.type!=="comment")this.semicolon=false}other(e){let t=false;let r=null;let n=false;let s=null;let i=[];let o=e[1].startsWith("--");let l=[];let a=e;while(a){r=a[0];l.push(a);if(r==="("||r==="["){if(!s)s=a;i.push(r==="("?")":"]")}else if(o&&n&&r==="{"){if(!s)s=a;i.push("}")}else if(i.length===0){if(r===";"){if(n){this.decl(l,o);return}else{break}}else if(r==="{"){this.rule(l);return}else if(r==="}"){this.tokenizer.back(l.pop());t=true;break}else if(r===":"){n=true}}else if(r===i[i.length-1]){i.pop();if(i.length===0)s=null}a=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile())t=true;if(i.length>0)this.unclosedBracket(s);if(t&&n){if(!o){while(l.length){a=l[l.length-1][0];if(a!=="space"&&a!=="comment")break;this.tokenizer.back(l.pop())}}this.decl(l,o)}else{this.unknownWord(l)}}parse(){let e;while(!this.tokenizer.endOfFile()){e=this.tokenizer.nextToken();switch(e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e);break}}this.endFile()}precheckMissedSemicolon(){}raw(e,t,r,n){let s,i;let o=r.length;let l="";let a=true;let c,f;for(let e=0;e<o;e+=1){s=r[e];i=s[0];if(i==="space"&&e===o-1&&!n){a=false}else if(i==="comment"){f=r[e-1]?r[e-1][0]:"empty";c=r[e+1]?r[e+1][0]:"empty";if(!u[f]&&!u[c]){if(l.slice(-1)===","){a=false}else{l+=s[1]}}else{a=false}}else{l+=s[1]}}if(!a){let n=r.reduce(((e,t)=>e+t[1]),"");e.raws[t]={raw:n,value:l}}e[t]=l}rule(e){e.pop();let t=new l;this.init(t,e[0][2]);t.raws.between=this.spacesAndCommentsFromEnd(e);this.raw(t,"selector",e);this.current=t}spacesAndCommentsFromEnd(e){let t;let r="";while(e.length){t=e[e.length-1][0];if(t!=="space"&&t!=="comment")break;r=e.pop()[1]+r}return r}spacesAndCommentsFromStart(e){let t;let r="";while(e.length){t=e[0][0];if(t!=="space"&&t!=="comment")break;r+=e.shift()[1]}return r}spacesFromEnd(e){let t;let r="";while(e.length){t=e[e.length-1][0];if(t!=="space")break;r=e.pop()[1]+r}return r}stringFrom(e,t){let r="";for(let n=t;n<e.length;n++){r+=e[n][1]}e.splice(t,e.length-t);return r}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}unclosedBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word "+e[0][1],{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,t){throw this.input.error("At-rule without name",{offset:t[2]},{offset:t[2]+t[1].length})}}e.exports=Parser},147:(e,t,r)=>{"use strict";let n=r(848);let s=r(383);let i=r(557);let o=r(562);let l=r(626);let a=r(61);let u=r(730);let c=r(286);let f=r(802);let p=r(460);let h=r(388);let d=r(213);let m=r(250);let g=r(729);let y=r(688);let w=r(322);let S=r(595);let v=r(306);function postcss(...e){if(e.length===1&&Array.isArray(e[0])){e=e[0]}return new m(e)}postcss.plugin=function plugin(e,t){let r=false;function creator(...n){if(console&&console.warn&&!r){r=true;console.warn(e+": postcss.plugin was deprecated. Migration guide:\n"+"https://evilmartians.com/chronicles/postcss-8-plugin-migration");if(process.env.LANG&&process.env.LANG.startsWith("cn")){console.warn(e+": 里面 postcss.plugin 被弃用. 迁移指南:\n"+"https://www.w3ctech.com/topic/2226")}}let s=t(...n);s.postcssPlugin=e;s.postcssVersion=(new m).version;return s}let n;Object.defineProperty(creator,"postcss",{get(){if(!n)n=creator();return n}});creator.process=function(e,t,r){return postcss([creator(r)]).process(e,t)};return creator};postcss.stringify=S;postcss.parse=d;postcss.fromJSON=u;postcss.list=p;postcss.comment=e=>new s(e);postcss.atRule=e=>new n(e);postcss.decl=e=>new l(e);postcss.rule=e=>new w(e);postcss.root=e=>new y(e);postcss.document=e=>new a(e);postcss.CssSyntaxError=o;postcss.Declaration=l;postcss.Container=i;postcss.Processor=m;postcss.Document=a;postcss.Comment=s;postcss.Warning=v;postcss.AtRule=n;postcss.Result=g;postcss.Input=c;postcss.Rule=w;postcss.Root=y;postcss.Node=h;f.registerPostcss(postcss);e.exports=postcss;postcss.default=postcss},434:(e,t,r)=>{"use strict";let{existsSync:n,readFileSync:s}=r(896);let{dirname:i,join:o}=r(928);let{SourceMapConsumer:l,SourceMapGenerator:a}=r(159);function fromBase64(e){if(Buffer){return Buffer.from(e,"base64").toString()}else{return window.atob(e)}}class PreviousMap{constructor(e,t){if(t.map===false)return;this.loadAnnotation(e);this.inline=this.startWith(this.annotation,"data:");let r=t.map?t.map.prev:undefined;let n=this.loadMap(t.from,r);if(!this.mapFile&&t.from){this.mapFile=t.from}if(this.mapFile)this.root=i(this.mapFile);if(n)this.text=n}consumer(){if(!this.consumerCache){this.consumerCache=new l(this.text)}return this.consumerCache}decodeInline(e){let t=/^data:application\/json;charset=utf-?8;base64,/;let r=/^data:application\/json;base64,/;let n=/^data:application\/json;charset=utf-?8,/;let s=/^data:application\/json,/;let i=e.match(n)||e.match(s);if(i){return decodeURIComponent(e.substr(i[0].length))}let o=e.match(t)||e.match(r);if(o){return fromBase64(e.substr(o[0].length))}let l=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+l)}getAnnotationURL(e){return e.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(e){if(typeof e!=="object")return false;return typeof e.mappings==="string"||typeof e._mappings==="string"||Array.isArray(e.sections)}loadAnnotation(e){let t=e.match(/\/\*\s*# sourceMappingURL=/g);if(!t)return;let r=e.lastIndexOf(t.pop());let n=e.indexOf("*/",r);if(r>-1&&n>-1){this.annotation=this.getAnnotationURL(e.substring(r,n))}}loadFile(e){this.root=i(e);if(n(e)){this.mapFile=e;return s(e,"utf-8").toString().trim()}}loadMap(e,t){if(t===false)return false;if(t){if(typeof t==="string"){return t}else if(typeof t==="function"){let r=t(e);if(r){let e=this.loadFile(r);if(!e){throw new Error("Unable to load previous source map: "+r.toString())}return e}}else if(t instanceof l){return a.fromSourceMap(t).toString()}else if(t instanceof a){return t.toString()}else if(this.isMap(t)){return JSON.stringify(t)}else{throw new Error("Unsupported previous source map format: "+t.toString())}}else if(this.inline){return this.decodeInline(this.annotation)}else if(this.annotation){let t=this.annotation;if(e)t=o(i(e),t);return this.loadFile(t)}}startWith(e,t){if(!e)return false;return e.substr(0,t.length)===t}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}e.exports=PreviousMap;PreviousMap.default=PreviousMap},250:(e,t,r)=>{"use strict";let n=r(61);let s=r(802);let i=r(503);let o=r(688);class Processor{constructor(e=[]){this.version="8.5.6";this.plugins=this.normalize(e)}normalize(e){let t=[];for(let r of e){if(r.postcss===true){r=r()}else if(r.postcss){r=r.postcss}if(typeof r==="object"&&Array.isArray(r.plugins)){t=t.concat(r.plugins)}else if(typeof r==="object"&&r.postcssPlugin){t.push(r)}else if(typeof r==="function"){t.push(r)}else if(typeof r==="object"&&(r.parse||r.stringify)){if(process.env.NODE_ENV!=="production"){throw new Error("PostCSS syntaxes cannot be used as plugins. Instead, please use "+"one of the syntax/parser/stringifier options as outlined "+"in your PostCSS runner documentation.")}}else{throw new Error(r+" is not a PostCSS plugin")}}return t}process(e,t={}){if(!this.plugins.length&&!t.parser&&!t.stringifier&&!t.syntax){return new i(this,e,t)}else{return new s(this,e,t)}}use(e){this.plugins=this.plugins.concat(this.normalize([e]));return this}}e.exports=Processor;Processor.default=Processor;o.registerProcessor(Processor);n.registerProcessor(Processor)},729:(e,t,r)=>{"use strict";let n=r(306);class Result{get content(){return this.css}constructor(e,t,r){this.processor=e;this.messages=[];this.root=t;this.opts=r;this.css="";this.map=undefined}toString(){return this.css}warn(e,t={}){if(!t.plugin){if(this.lastPlugin&&this.lastPlugin.postcssPlugin){t.plugin=this.lastPlugin.postcssPlugin}}let r=new n(e,t);this.messages.push(r);return r}warnings(){return this.messages.filter((e=>e.type==="warning"))}}e.exports=Result;Result.default=Result},688:(e,t,r)=>{"use strict";let n=r(557);let s,i;class Root extends n{constructor(e){super(e);this.type="root";if(!this.nodes)this.nodes=[]}normalize(e,t,r){let n=super.normalize(e);if(t){if(r==="prepend"){if(this.nodes.length>1){t.raws.before=this.nodes[1].raws.before}else{delete t.raws.before}}else if(this.first!==t){for(let e of n){e.raws.before=t.raws.before}}}return n}removeChild(e,t){let r=this.index(e);if(!t&&r===0&&this.nodes.length>1){this.nodes[1].raws.before=this.nodes[r].raws.before}return super.removeChild(e)}toResult(e={}){let t=new s(new i,this,e);return t.stringify()}}Root.registerLazyResult=e=>{s=e};Root.registerProcessor=e=>{i=e};e.exports=Root;Root.default=Root;n.registerRoot(Root)},322:(e,t,r)=>{"use strict";let n=r(557);let s=r(460);class Rule extends n{get selectors(){return s.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null;let r=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(r)}constructor(e){super(e);this.type="rule";if(!this.nodes)this.nodes=[]}}e.exports=Rule;Rule.default=Rule;n.registerRule(Rule)},200:e=>{"use strict";const t={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:false};function capitalize(e){return e[0].toUpperCase()+e.slice(1)}class Stringifier{constructor(e){this.builder=e}atrule(e,t){let r="@"+e.name;let n=e.params?this.rawValue(e,"params"):"";if(typeof e.raws.afterName!=="undefined"){r+=e.raws.afterName}else if(n){r+=" "}if(e.nodes){this.block(e,r+n)}else{let s=(e.raws.between||"")+(t?";":"");this.builder(r+n+s,e)}}beforeAfter(e,t){let r;if(e.type==="decl"){r=this.raw(e,null,"beforeDecl")}else if(e.type==="comment"){r=this.raw(e,null,"beforeComment")}else if(t==="before"){r=this.raw(e,null,"beforeRule")}else{r=this.raw(e,null,"beforeClose")}let n=e.parent;let s=0;while(n&&n.type!=="root"){s+=1;n=n.parent}if(r.includes("\n")){let t=this.raw(e,null,"indent");if(t.length){for(let e=0;e<s;e++)r+=t}}return r}block(e,t){let r=this.raw(e,"between","beforeOpen");this.builder(t+r+"{",e,"start");let n;if(e.nodes&&e.nodes.length){this.body(e);n=this.raw(e,"after")}else{n=this.raw(e,"after","emptyBody")}if(n)this.builder(n);this.builder("}",e,"end")}body(e){let t=e.nodes.length-1;while(t>0){if(e.nodes[t].type!=="comment")break;t-=1}let r=this.raw(e,"semicolon");for(let n=0;n<e.nodes.length;n++){let s=e.nodes[n];let i=this.raw(s,"before");if(i)this.builder(i);this.stringify(s,t!==n||r)}}comment(e){let t=this.raw(e,"left","commentLeft");let r=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+r+"*/",e)}decl(e,t){let r=this.raw(e,"between","colon");let n=e.prop+r+this.rawValue(e,"value");if(e.important){n+=e.raws.important||" !important"}if(t)n+=";";this.builder(n,e)}document(e){this.body(e)}raw(e,r,n){let s;if(!n)n=r;if(r){s=e.raws[r];if(typeof s!=="undefined")return s}let i=e.parent;if(n==="before"){if(!i||i.type==="root"&&i.first===e){return""}if(i&&i.type==="document"){return""}}if(!i)return t[n];let o=e.root();if(!o.rawCache)o.rawCache={};if(typeof o.rawCache[n]!=="undefined"){return o.rawCache[n]}if(n==="before"||n==="after"){return this.beforeAfter(e,n)}else{let t="raw"+capitalize(n);if(this[t]){s=this[t](o,e)}else{o.walk((e=>{s=e.raws[r];if(typeof s!=="undefined")return false}))}}if(typeof s==="undefined")s=t[n];o.rawCache[n]=s;return s}rawBeforeClose(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length>0){if(typeof e.raws.after!=="undefined"){t=e.raws.after;if(t.includes("\n")){t=t.replace(/[^\n]+$/,"")}return false}}}));if(t)t=t.replace(/\S/g,"");return t}rawBeforeComment(e,t){let r;e.walkComments((e=>{if(typeof e.raws.before!=="undefined"){r=e.raws.before;if(r.includes("\n")){r=r.replace(/[^\n]+$/,"")}return false}}));if(typeof r==="undefined"){r=this.raw(t,null,"beforeDecl")}else if(r){r=r.replace(/\S/g,"")}return r}rawBeforeDecl(e,t){let r;e.walkDecls((e=>{if(typeof e.raws.before!=="undefined"){r=e.raws.before;if(r.includes("\n")){r=r.replace(/[^\n]+$/,"")}return false}}));if(typeof r==="undefined"){r=this.raw(t,null,"beforeRule")}else if(r){r=r.replace(/\S/g,"")}return r}rawBeforeOpen(e){let t;e.walk((e=>{if(e.type!=="decl"){t=e.raws.between;if(typeof t!=="undefined")return false}}));return t}rawBeforeRule(e){let t;e.walk((r=>{if(r.nodes&&(r.parent!==e||e.first!==r)){if(typeof r.raws.before!=="undefined"){t=r.raws.before;if(t.includes("\n")){t=t.replace(/[^\n]+$/,"")}return false}}}));if(t)t=t.replace(/\S/g,"");return t}rawColon(e){let t;e.walkDecls((e=>{if(typeof e.raws.between!=="undefined"){t=e.raws.between.replace(/[^\s:]/g,"");return false}}));return t}rawEmptyBody(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length===0){t=e.raws.after;if(typeof t!=="undefined")return false}}));return t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;e.walk((r=>{let n=r.parent;if(n&&n!==e&&n.parent&&n.parent===e){if(typeof r.raws.before!=="undefined"){let e=r.raws.before.split("\n");t=e[e.length-1];t=t.replace(/\S/g,"");return false}}}));return t}rawSemicolon(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length&&e.last.type==="decl"){t=e.raws.semicolon;if(typeof t!=="undefined")return false}}));return t}rawValue(e,t){let r=e[t];let n=e.raws[t];if(n&&n.value===r){return n.raw}return r}root(e){this.body(e);if(e.raws.after)this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,"selector"));if(e.raws.ownSemicolon){this.builder(e.raws.ownSemicolon,e,"end")}}stringify(e,t){if(!this[e.type]){throw new Error("Unknown AST node type "+e.type+". "+"Maybe you need to change PostCSS stringifier.")}this[e.type](e,t)}}e.exports=Stringifier;Stringifier.default=Stringifier},595:(e,t,r)=>{"use strict";let n=r(200);function stringify(e,t){let r=new n(t);r.stringify(e)}e.exports=stringify;stringify.default=stringify},339:e=>{"use strict";e.exports.isClean=Symbol("isClean");e.exports.my=Symbol("my")},761:(e,t,r)=>{"use strict";let n=r(831);let s=r(697);let i;function registerInput(e){i=e}const o={";":n.yellow,":":n.yellow,"(":n.cyan,")":n.cyan,"[":n.yellow,"]":n.yellow,"{":n.yellow,"}":n.yellow,"at-word":n.cyan,brackets:n.cyan,call:n.cyan,class:n.yellow,comment:n.gray,hash:n.magenta,string:n.green};function getTokenType([e,t],r){if(e==="word"){if(t[0]==="."){return"class"}if(t[0]==="#"){return"hash"}}if(!r.endOfFile()){let e=r.nextToken();r.back(e);if(e[0]==="brackets"||e[0]==="(")return"call"}return e}function terminalHighlight(e){let t=s(new i(e),{ignoreErrors:true});let r="";while(!t.endOfFile()){let e=t.nextToken();let n=o[getTokenType(e,t)];if(n){r+=e[1].split(/\r?\n/).map((e=>n(e))).join("\n")}else{r+=e[1]}}return r}terminalHighlight.registerInput=registerInput;e.exports=terminalHighlight},697:e=>{"use strict";const t="'".charCodeAt(0);const r='"'.charCodeAt(0);const n="\\".charCodeAt(0);const s="/".charCodeAt(0);const i="\n".charCodeAt(0);const o=" ".charCodeAt(0);const l="\f".charCodeAt(0);const a="\t".charCodeAt(0);const u="\r".charCodeAt(0);const c="[".charCodeAt(0);const f="]".charCodeAt(0);const p="(".charCodeAt(0);const h=")".charCodeAt(0);const d="{".charCodeAt(0);const m="}".charCodeAt(0);const g=";".charCodeAt(0);const y="*".charCodeAt(0);const w=":".charCodeAt(0);const S="@".charCodeAt(0);const v=/[\t\n\f\r "#'()/;[\\\]{}]/g;const C=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g;const _=/.[\r\n"'(/\\]/;const M=/[\da-f]/i;e.exports=function tokenizer(e,b={}){let x=e.css.valueOf();let O=b.ignoreErrors;let A,k,L,R,P;let E,I,B,N,U;let G=x.length;let F=0;let D=[];let j=[];function position(){return F}function unclosed(t){throw e.error("Unclosed "+t,F)}function endOfFile(){return j.length===0&&F>=G}function nextToken(e){if(j.length)return j.pop();if(F>=G)return;let b=e?e.ignoreUnclosed:false;A=x.charCodeAt(F);switch(A){case i:case o:case a:case u:case l:{R=F;do{R+=1;A=x.charCodeAt(R)}while(A===o||A===i||A===a||A===u||A===l);E=["space",x.slice(F,R)];F=R-1;break}case c:case f:case d:case m:case w:case g:case h:{let e=String.fromCharCode(A);E=[e,e,F];break}case p:{U=D.length?D.pop()[1]:"";N=x.charCodeAt(F+1);if(U==="url"&&N!==t&&N!==r&&N!==o&&N!==i&&N!==a&&N!==l&&N!==u){R=F;do{I=false;R=x.indexOf(")",R+1);if(R===-1){if(O||b){R=F;break}else{unclosed("bracket")}}B=R;while(x.charCodeAt(B-1)===n){B-=1;I=!I}}while(I);E=["brackets",x.slice(F,R+1),F,R];F=R}else{R=x.indexOf(")",F+1);k=x.slice(F,R+1);if(R===-1||_.test(k)){E=["(","(",F]}else{E=["brackets",k,F,R];F=R}}break}case t:case r:{P=A===t?"'":'"';R=F;do{I=false;R=x.indexOf(P,R+1);if(R===-1){if(O||b){R=F+1;break}else{unclosed("string")}}B=R;while(x.charCodeAt(B-1)===n){B-=1;I=!I}}while(I);E=["string",x.slice(F,R+1),F,R];F=R;break}case S:{v.lastIndex=F+1;v.test(x);if(v.lastIndex===0){R=x.length-1}else{R=v.lastIndex-2}E=["at-word",x.slice(F,R+1),F,R];F=R;break}case n:{R=F;L=true;while(x.charCodeAt(R+1)===n){R+=1;L=!L}A=x.charCodeAt(R+1);if(L&&A!==s&&A!==o&&A!==i&&A!==a&&A!==u&&A!==l){R+=1;if(M.test(x.charAt(R))){while(M.test(x.charAt(R+1))){R+=1}if(x.charCodeAt(R+1)===o){R+=1}}}E=["word",x.slice(F,R+1),F,R];F=R;break}default:{if(A===s&&x.charCodeAt(F+1)===y){R=x.indexOf("*/",F+2)+1;if(R===0){if(O||b){R=x.length}else{unclosed("comment")}}E=["comment",x.slice(F,R+1),F,R];F=R}else{C.lastIndex=F+1;C.test(x);if(C.lastIndex===0){R=x.length-1}else{R=C.lastIndex-2}E=["word",x.slice(F,R+1),F,R];D.push(E);F=R}break}}F++;return E}function back(e){j.push(e)}return{back:back,endOfFile:endOfFile,nextToken:nextToken,position:position}}},168:e=>{"use strict";let t={};e.exports=function warnOnce(e){if(t[e])return;t[e]=true;if(typeof console!=="undefined"&&console.warn){console.warn(e)}}},306:e=>{"use strict";class Warning{constructor(e,t={}){this.type="warning";this.text=e;if(t.node&&t.node.source){let e=t.node.rangeBy(t);this.line=e.start.line;this.column=e.start.column;this.endLine=e.end.line;this.endColumn=e.end.column}for(let e in t)this[e]=t[e]}toString(){if(this.node){return this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message}if(this.plugin){return this.plugin+": "+this.text}return this.text}}e.exports=Warning;Warning.default=Warning},197:(e,t,r)=>{var n=r(713);var s=Object.prototype.hasOwnProperty;var i=typeof Map!=="undefined";function ArraySet(){this._array=[];this._set=i?new Map:Object.create(null)}ArraySet.fromArray=function ArraySet_fromArray(e,t){var r=new ArraySet;for(var n=0,s=e.length;n<s;n++){r.add(e[n],t)}return r};ArraySet.prototype.size=function ArraySet_size(){return i?this._set.size:Object.getOwnPropertyNames(this._set).length};ArraySet.prototype.add=function ArraySet_add(e,t){var r=i?e:n.toSetString(e);var o=i?this.has(e):s.call(this._set,r);var l=this._array.length;if(!o||t){this._array.push(e)}if(!o){if(i){this._set.set(e,l)}else{this._set[r]=l}}};ArraySet.prototype.has=function ArraySet_has(e){if(i){return this._set.has(e)}else{var t=n.toSetString(e);return s.call(this._set,t)}};ArraySet.prototype.indexOf=function ArraySet_indexOf(e){if(i){var t=this._set.get(e);if(t>=0){return t}}else{var r=n.toSetString(e);if(s.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.C=ArraySet},314:(e,t,r)=>{var n=r(406);var s=5;var i=1<<s;var o=i-1;var l=i;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 i=toVLQSigned(e);do{r=i&o;i>>>=s;if(i>0){r|=l}t+=n.encode(r)}while(i>0);return t};t.decode=function base64VLQ_decode(e,t,r){var i=e.length;var a=0;var u=0;var c,f;do{if(t>=i){throw new Error("Expected more digits in base 64 VLQ value.")}f=n.decode(e.charCodeAt(t++));if(f===-1){throw new Error("Invalid base64 digit: "+e.charAt(t-1))}c=!!(f&l);f&=o;a=a+(f<<u);u+=s}while(c);r.value=fromVLQSigned(a);r.rest=t}},406:(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 s=122;var i=48;var o=57;var l=43;var a=47;var u=26;var c=52;if(t<=e&&e<=r){return e-t}if(n<=e&&e<=s){return e-n+u}if(i<=e&&e<=o){return e-i+c}if(e==l){return 62}if(e==a){return 63}return-1}},637:(e,t)=>{t.GREATEST_LOWER_BOUND=1;t.LEAST_UPPER_BOUND=2;function recursiveSearch(e,r,n,s,i,o){var l=Math.floor((r-e)/2)+e;var a=i(n,s[l],true);if(a===0){return l}else if(a>0){if(r-l>1){return recursiveSearch(l,r,n,s,i,o)}if(o==t.LEAST_UPPER_BOUND){return r<s.length?r:-1}else{return l}}else{if(l-e>1){return recursiveSearch(e,l,n,s,i,o)}if(o==t.LEAST_UPPER_BOUND){return l}else{return e<0?-1:e}}}t.search=function search(e,r,n,s){if(r.length===0){return-1}var i=recursiveSearch(-1,r.length,e,r,n,s||t.GREATEST_LOWER_BOUND);if(i<0){return-1}while(i-1>=0){if(n(r[i],r[i-1],true)!==0){break}--i}return i}},72:(e,t,r)=>{var n=r(713);function generatedPositionAfter(e,t){var r=e.generatedLine;var s=t.generatedLine;var i=e.generatedColumn;var o=t.generatedColumn;return s>r||s==r&&o>=i||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.P=MappingList},611:(e,t)=>{function SortTemplate(e){function swap(e,t,r){var n=e[t];e[t]=e[r];e[r]=n}function randomIntInRange(e,t){return Math.round(e+Math.random()*(t-e))}function doQuickSort(e,t,r,n){if(r<n){var s=randomIntInRange(r,n);var i=r-1;swap(e,s,n);var o=e[n];for(var l=r;l<n;l++){if(t(e[l],o,false)<=0){i+=1;swap(e,i,l)}}swap(e,i+1,l);var a=i+1;doQuickSort(e,t,r,a-1);doQuickSort(e,t,a+1,n)}}return doQuickSort}function cloneSort(e){let t=SortTemplate.toString();let r=new Function(`return ${t}`)();return r(e)}let r=new WeakMap;t.g=function(e,t,n=0){let s=r.get(t);if(s===void 0){s=cloneSort(t);r.set(t,s)}s(e,t,n,e.length-1)}},580:(e,t,r)=>{var n;var s=r(713);var i=r(637);var o=r(197).C;var l=r(314);var a=r(611).g;function SourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}return r.sections!=null?new IndexedSourceMapConsumer(r,t):new BasicSourceMapConsumer(r,t)}SourceMapConsumer.fromSourceMap=function(e,t){return BasicSourceMapConsumer.fromSourceMap(e,t)};SourceMapConsumer.prototype._version=3;SourceMapConsumer.prototype.__generatedMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){if(!this.__generatedMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__generatedMappings}});SourceMapConsumer.prototype.__originalMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){if(!this.__originalMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__originalMappings}});SourceMapConsumer.prototype._charIsMappingSeparator=function SourceMapConsumer_charIsMappingSeparator(e,t){var r=e.charAt(t);return r===";"||r===","};SourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){throw new Error("Subclasses must implement _parseMappings")};SourceMapConsumer.GENERATED_ORDER=1;SourceMapConsumer.ORIGINAL_ORDER=2;SourceMapConsumer.GREATEST_LOWER_BOUND=1;SourceMapConsumer.LEAST_UPPER_BOUND=2;SourceMapConsumer.prototype.eachMapping=function SourceMapConsumer_eachMapping(e,t,r){var n=t||null;var i=r||SourceMapConsumer.GENERATED_ORDER;var o;switch(i){case SourceMapConsumer.GENERATED_ORDER:o=this._generatedMappings;break;case SourceMapConsumer.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var l=this.sourceRoot;var a=e.bind(n);var u=this._names;var c=this._sources;var f=this._sourceMapURL;for(var p=0,h=o.length;p<h;p++){var d=o[p];var m=d.source===null?null:c.at(d.source);if(m!==null){m=s.computeSourceURL(l,m,f)}a({source:m,generatedLine:d.generatedLine,generatedColumn:d.generatedColumn,originalLine:d.originalLine,originalColumn:d.originalColumn,name:d.name===null?null:u.at(d.name)})}};SourceMapConsumer.prototype.allGeneratedPositionsFor=function SourceMapConsumer_allGeneratedPositionsFor(e){var t=s.getArg(e,"line");var r={source:s.getArg(e,"source"),originalLine:t,originalColumn:s.getArg(e,"column",0)};r.source=this._findSourceIndex(r.source);if(r.source<0){return[]}var n=[];var o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",s.compareByOriginalPositions,i.LEAST_UPPER_BOUND);if(o>=0){var l=this._originalMappings[o];if(e.column===undefined){var a=l.originalLine;while(l&&l.originalLine===a){n.push({line:s.getArg(l,"generatedLine",null),column:s.getArg(l,"generatedColumn",null),lastColumn:s.getArg(l,"lastGeneratedColumn",null)});l=this._originalMappings[++o]}}else{var u=l.originalColumn;while(l&&l.originalLine===t&&l.originalColumn==u){n.push({line:s.getArg(l,"generatedLine",null),column:s.getArg(l,"generatedColumn",null),lastColumn:s.getArg(l,"lastGeneratedColumn",null)});l=this._originalMappings[++o]}}}return n};t.SourceMapConsumer=SourceMapConsumer;function BasicSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}var n=s.getArg(r,"version");var i=s.getArg(r,"sources");var l=s.getArg(r,"names",[]);var a=s.getArg(r,"sourceRoot",null);var u=s.getArg(r,"sourcesContent",null);var c=s.getArg(r,"mappings");var f=s.getArg(r,"file",null);if(n!=this._version){throw new Error("Unsupported version: "+n)}if(a){a=s.normalize(a)}i=i.map(String).map(s.normalize).map((function(e){return a&&s.isAbsolute(a)&&s.isAbsolute(e)?s.relative(a,e):e}));this._names=o.fromArray(l.map(String),true);this._sources=o.fromArray(i,true);this._absoluteSources=this._sources.toArray().map((function(e){return s.computeSourceURL(a,e,t)}));this.sourceRoot=a;this.sourcesContent=u;this._mappings=c;this._sourceMapURL=t;this.file=f}BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer;BasicSourceMapConsumer.prototype._findSourceIndex=function(e){var t=e;if(this.sourceRoot!=null){t=s.relative(this.sourceRoot,t)}if(this._sources.has(t)){return this._sources.indexOf(t)}var r;for(r=0;r<this._absoluteSources.length;++r){if(this._absoluteSources[r]==e){return r}}return-1};BasicSourceMapConsumer.fromSourceMap=function SourceMapConsumer_fromSourceMap(e,t){var r=Object.create(BasicSourceMapConsumer.prototype);var n=r._names=o.fromArray(e._names.toArray(),true);var i=r._sources=o.fromArray(e._sources.toArray(),true);r.sourceRoot=e._sourceRoot;r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot);r.file=e._file;r._sourceMapURL=t;r._absoluteSources=r._sources.toArray().map((function(e){return s.computeSourceURL(r.sourceRoot,e,t)}));var l=e._mappings.toArray().slice();var u=r.__generatedMappings=[];var c=r.__originalMappings=[];for(var f=0,p=l.length;f<p;f++){var h=l[f];var d=new Mapping;d.generatedLine=h.generatedLine;d.generatedColumn=h.generatedColumn;if(h.source){d.source=i.indexOf(h.source);d.originalLine=h.originalLine;d.originalColumn=h.originalColumn;if(h.name){d.name=n.indexOf(h.name)}c.push(d)}u.push(d)}a(r.__originalMappings,s.compareByOriginalPositions);return r};BasicSourceMapConsumer.prototype._version=3;Object.defineProperty(BasicSourceMapConsumer.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Mapping(){this.generatedLine=0;this.generatedColumn=0;this.source=null;this.originalLine=null;this.originalColumn=null;this.name=null}const u=s.compareByGeneratedPositionsDeflatedNoLine;function sortGenerated(e,t){let r=e.length;let n=e.length-t;if(n<=1){return}else if(n==2){let r=e[t];let n=e[t+1];if(u(r,n)>0){e[t]=n;e[t+1]=r}}else if(n<20){for(let n=t;n<r;n++){for(let r=n;r>t;r--){let t=e[r-1];let n=e[r];if(u(t,n)<=0){break}e[r-1]=n;e[r]=t}}}else{a(e,u,t)}}BasicSourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){var r=1;var n=0;var i=0;var o=0;var u=0;var c=0;var f=e.length;var p=0;var h={};var d={};var m=[];var g=[];var y,w,S,v,C;let _=0;while(p<f){if(e.charAt(p)===";"){r++;p++;n=0;sortGenerated(g,_);_=g.length}else if(e.charAt(p)===","){p++}else{y=new Mapping;y.generatedLine=r;for(v=p;v<f;v++){if(this._charIsMappingSeparator(e,v)){break}}w=e.slice(p,v);S=[];while(p<v){l.decode(e,p,d);C=d.value;p=d.rest;S.push(C)}if(S.length===2){throw new Error("Found a source, but no line and column")}if(S.length===3){throw new Error("Found a source and line, but no column")}y.generatedColumn=n+S[0];n=y.generatedColumn;if(S.length>1){y.source=u+S[1];u+=S[1];y.originalLine=i+S[2];i=y.originalLine;y.originalLine+=1;y.originalColumn=o+S[3];o=y.originalColumn;if(S.length>4){y.name=c+S[4];c+=S[4]}}g.push(y);if(typeof y.originalLine==="number"){let e=y.source;while(m.length<=e){m.push(null)}if(m[e]===null){m[e]=[]}m[e].push(y)}}}sortGenerated(g,_);this.__generatedMappings=g;for(var M=0;M<m.length;M++){if(m[M]!=null){a(m[M],s.compareByOriginalPositionsNoSource)}}this.__originalMappings=[].concat(...m)};BasicSourceMapConsumer.prototype._findMapping=function SourceMapConsumer_findMapping(e,t,r,n,s,o){if(e[r]<=0){throw new TypeError("Line must be greater than or equal to 1, got "+e[r])}if(e[n]<0){throw new TypeError("Column must be greater than or equal to 0, got "+e[n])}return i.search(e,t,s,o)};BasicSourceMapConsumer.prototype.computeColumnSpans=function SourceMapConsumer_computeColumnSpans(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(t.generatedLine===r.generatedLine){t.lastGeneratedColumn=r.generatedColumn-1;continue}}t.lastGeneratedColumn=Infinity}};BasicSourceMapConsumer.prototype.originalPositionFor=function SourceMapConsumer_originalPositionFor(e){var t={generatedLine:s.getArg(e,"line"),generatedColumn:s.getArg(e,"column")};var r=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",s.compareByGeneratedPositionsDeflated,s.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(r>=0){var n=this._generatedMappings[r];if(n.generatedLine===t.generatedLine){var i=s.getArg(n,"source",null);if(i!==null){i=this._sources.at(i);i=s.computeSourceURL(this.sourceRoot,i,this._sourceMapURL)}var o=s.getArg(n,"name",null);if(o!==null){o=this._names.at(o)}return{source:i,line:s.getArg(n,"originalLine",null),column:s.getArg(n,"originalColumn",null),name:o}}}return{source:null,line:null,column:null,name:null}};BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function BasicSourceMapConsumer_hasContentsOfAllSources(){if(!this.sourcesContent){return false}return this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some((function(e){return e==null}))};BasicSourceMapConsumer.prototype.sourceContentFor=function SourceMapConsumer_sourceContentFor(e,t){if(!this.sourcesContent){return null}var r=this._findSourceIndex(e);if(r>=0){return this.sourcesContent[r]}var n=e;if(this.sourceRoot!=null){n=s.relative(this.sourceRoot,n)}var i;if(this.sourceRoot!=null&&(i=s.urlParse(this.sourceRoot))){var o=n.replace(/^file:\/\//,"");if(i.scheme=="file"&&this._sources.has(o)){return this.sourcesContent[this._sources.indexOf(o)]}if((!i.path||i.path=="/")&&this._sources.has("/"+n)){return this.sourcesContent[this._sources.indexOf("/"+n)]}}if(t){return null}else{throw new Error('"'+n+'" is not in the SourceMap.')}};BasicSourceMapConsumer.prototype.generatedPositionFor=function SourceMapConsumer_generatedPositionFor(e){var t=s.getArg(e,"source");t=this._findSourceIndex(t);if(t<0){return{line:null,column:null,lastColumn:null}}var r={source:t,originalLine:s.getArg(e,"line"),originalColumn:s.getArg(e,"column")};var n=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",s.compareByOriginalPositions,s.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(n>=0){var i=this._originalMappings[n];if(i.source===r.source){return{line:s.getArg(i,"generatedLine",null),column:s.getArg(i,"generatedColumn",null),lastColumn:s.getArg(i,"lastGeneratedColumn",null)}}}return{line:null,column:null,lastColumn:null}};n=BasicSourceMapConsumer;function IndexedSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}var n=s.getArg(r,"version");var i=s.getArg(r,"sections");if(n!=this._version){throw new Error("Unsupported version: "+n)}this._sources=new o;this._names=new o;var l={line:-1,column:0};this._sections=i.map((function(e){if(e.url){throw new Error("Support for url field in sections not implemented.")}var r=s.getArg(e,"offset");var n=s.getArg(r,"line");var i=s.getArg(r,"column");if(n<l.line||n===l.line&&i<l.column){throw new Error("Section offsets must be ordered and non-overlapping.")}l=r;return{generatedOffset:{generatedLine:n+1,generatedColumn:i+1},consumer:new SourceMapConsumer(s.getArg(e,"map"),t)}}))}IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer;IndexedSourceMapConsumer.prototype._version=3;Object.defineProperty(IndexedSourceMapConsumer.prototype,"sources",{get:function(){var e=[];for(var t=0;t<this._sections.length;t++){for(var r=0;r<this._sections[t].consumer.sources.length;r++){e.push(this._sections[t].consumer.sources[r])}}return e}});IndexedSourceMapConsumer.prototype.originalPositionFor=function IndexedSourceMapConsumer_originalPositionFor(e){var t={generatedLine:s.getArg(e,"line"),generatedColumn:s.getArg(e,"column")};var r=i.search(t,this._sections,(function(e,t){var r=e.generatedLine-t.generatedOffset.generatedLine;if(r){return r}return e.generatedColumn-t.generatedOffset.generatedColumn}));var n=this._sections[r];if(!n){return{source:null,line:null,column:null,name:null}}return n.consumer.originalPositionFor({line:t.generatedLine-(n.generatedOffset.generatedLine-1),column:t.generatedColumn-(n.generatedOffset.generatedLine===t.generatedLine?n.generatedOffset.generatedColumn-1:0),bias:e.bias})};IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function IndexedSourceMapConsumer_hasContentsOfAllSources(){return this._sections.every((function(e){return e.consumer.hasContentsOfAllSources()}))};IndexedSourceMapConsumer.prototype.sourceContentFor=function IndexedSourceMapConsumer_sourceContentFor(e,t){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var s=n.consumer.sourceContentFor(e,true);if(s||s===""){return s}}if(t){return null}else{throw new Error('"'+e+'" is not in the SourceMap.')}};IndexedSourceMapConsumer.prototype.generatedPositionFor=function IndexedSourceMapConsumer_generatedPositionFor(e){for(var t=0;t<this._sections.length;t++){var r=this._sections[t];if(r.consumer._findSourceIndex(s.getArg(e,"source"))===-1){continue}var n=r.consumer.generatedPositionFor(e);if(n){var i={line:n.line+(r.generatedOffset.generatedLine-1),column:n.column+(r.generatedOffset.generatedLine===n.line?r.generatedOffset.generatedColumn-1:0)};return i}}return{line:null,column:null}};IndexedSourceMapConsumer.prototype._parseMappings=function IndexedSourceMapConsumer_parseMappings(e,t){this.__generatedMappings=[];this.__originalMappings=[];for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var i=n.consumer._generatedMappings;for(var o=0;o<i.length;o++){var l=i[o];var u=n.consumer._sources.at(l.source);if(u!==null){u=s.computeSourceURL(n.consumer.sourceRoot,u,this._sourceMapURL)}this._sources.add(u);u=this._sources.indexOf(u);var c=null;if(l.name){c=n.consumer._names.at(l.name);this._names.add(c);c=this._names.indexOf(c)}var f={source:u,generatedLine:l.generatedLine+(n.generatedOffset.generatedLine-1),generatedColumn:l.generatedColumn+(n.generatedOffset.generatedLine===l.generatedLine?n.generatedOffset.generatedColumn-1:0),originalLine:l.originalLine,originalColumn:l.originalColumn,name:c};this.__generatedMappings.push(f);if(typeof f.originalLine==="number"){this.__originalMappings.push(f)}}}a(this.__generatedMappings,s.compareByGeneratedPositionsDeflated);a(this.__originalMappings,s.compareByOriginalPositions)};n=IndexedSourceMapConsumer},91:(e,t,r)=>{var n=r(314);var s=r(713);var i=r(197).C;var o=r(72).P;function SourceMapGenerator(e){if(!e){e={}}this._file=s.getArg(e,"file",null);this._sourceRoot=s.getArg(e,"sourceRoot",null);this._skipValidation=s.getArg(e,"skipValidation",false);this._ignoreInvalidMapping=s.getArg(e,"ignoreInvalidMapping",false);this._sources=new i;this._names=new i;this._mappings=new o;this._sourcesContents=null}SourceMapGenerator.prototype._version=3;SourceMapGenerator.fromSourceMap=function SourceMapGenerator_fromSourceMap(e,t){var r=e.sourceRoot;var n=new SourceMapGenerator(Object.assign(t||{},{file:e.file,sourceRoot:r}));e.eachMapping((function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};if(e.source!=null){t.source=e.source;if(r!=null){t.source=s.relative(r,t.source)}t.original={line:e.originalLine,column:e.originalColumn};if(e.name!=null){t.name=e.name}}n.addMapping(t)}));e.sources.forEach((function(t){var i=t;if(r!==null){i=s.relative(r,t)}if(!n._sources.has(i)){n._sources.add(i)}var o=e.sourceContentFor(t);if(o!=null){n.setSourceContent(t,o)}}));return n};SourceMapGenerator.prototype.addMapping=function SourceMapGenerator_addMapping(e){var t=s.getArg(e,"generated");var r=s.getArg(e,"original",null);var n=s.getArg(e,"source",null);var i=s.getArg(e,"name",null);if(!this._skipValidation){if(this._validateMapping(t,r,n,i)===false){return}}if(n!=null){n=String(n);if(!this._sources.has(n)){this._sources.add(n)}}if(i!=null){i=String(i);if(!this._names.has(i)){this._names.add(i)}}this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:n,name:i})};SourceMapGenerator.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(e,t){var r=e;if(this._sourceRoot!=null){r=s.relative(this._sourceRoot,r)}if(t!=null){if(!this._sourcesContents){this._sourcesContents=Object.create(null)}this._sourcesContents[s.toSetString(r)]=t}else if(this._sourcesContents){delete this._sourcesContents[s.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=s.relative(o,n)}var l=new i;var a=new i;this._mappings.unsortedForEach((function(t){if(t.source===n&&t.originalLine!=null){var i=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});if(i.source!=null){t.source=i.source;if(r!=null){t.source=s.join(r,t.source)}if(o!=null){t.source=s.relative(o,t.source)}t.originalLine=i.line;t.originalColumn=i.column;if(i.name!=null){t.name=i.name}}}var u=t.source;if(u!=null&&!l.has(u)){l.add(u)}var c=t.name;if(c!=null&&!a.has(c)){a.add(c)}}),this);this._sources=l;this._names=a;e.sources.forEach((function(t){var n=e.sourceContentFor(t);if(n!=null){if(r!=null){t=s.join(r,t)}if(o!=null){t=s.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"){var s="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(this._ignoreInvalidMapping){if(typeof console!=="undefined"&&console.warn){console.warn(s)}return false}else{throw new Error(s)}}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{var s="Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:n});if(this._ignoreInvalidMapping){if(typeof console!=="undefined"&&console.warn){console.warn(s)}return false}else{throw new Error(s)}}};SourceMapGenerator.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var e=0;var t=1;var r=0;var i=0;var o=0;var l=0;var a="";var u;var c;var f;var p;var h=this._mappings.toArray();for(var d=0,m=h.length;d<m;d++){c=h[d];u="";if(c.generatedLine!==t){e=0;while(c.generatedLine!==t){u+=";";t++}}else{if(d>0){if(!s.compareByGeneratedPositionsInflated(c,h[d-1])){continue}u+=","}}u+=n.encode(c.generatedColumn-e);e=c.generatedColumn;if(c.source!=null){p=this._sources.indexOf(c.source);u+=n.encode(p-l);l=p;u+=n.encode(c.originalLine-1-i);i=c.originalLine-1;u+=n.encode(c.originalColumn-r);r=c.originalColumn;if(c.name!=null){f=this._names.indexOf(c.name);u+=n.encode(f-o);o=f}}a+=u}return a};SourceMapGenerator.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(e,t){return e.map((function(e){if(!this._sourcesContents){return null}if(t!=null){e=s.relative(t,e)}var r=s.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},725:(e,t,r)=>{var n=r(91).SourceMapGenerator;var s=r(713);var i=/(\r?\n)/;var o=10;var l="$$$isSourceNode$$$";function SourceNode(e,t,r,n,s){this.children=[];this.sourceContents={};this.line=e==null?null:e;this.column=t==null?null:t;this.source=r==null?null:r;this.name=s==null?null:s;this[l]=true;if(n!=null)this.add(n)}SourceNode.fromStringWithSourceMap=function SourceNode_fromStringWithSourceMap(e,t,r){var n=new SourceNode;var o=e.split(i);var l=0;var shiftNextLine=function(){var e=getNextLine();var t=getNextLine()||"";return e+t;function getNextLine(){return l<o.length?o[l++]:undefined}};var a=1,u=0;var c=null;t.eachMapping((function(e){if(c!==null){if(a<e.generatedLine){addMappingWithCode(c,shiftNextLine());a++;u=0}else{var t=o[l]||"";var r=t.substr(0,e.generatedColumn-u);o[l]=t.substr(e.generatedColumn-u);u=e.generatedColumn;addMappingWithCode(c,r);c=e;return}}while(a<e.generatedLine){n.add(shiftNextLine());a++}if(u<e.generatedColumn){var t=o[l]||"";n.add(t.substr(0,e.generatedColumn));o[l]=t.substr(e.generatedColumn);u=e.generatedColumn}c=e}),this);if(l<o.length){if(c){addMappingWithCode(c,shiftNextLine())}n.add(o.splice(l).join(""))}t.sources.forEach((function(e){var i=t.sourceContentFor(e);if(i!=null){if(r!=null){e=s.join(r,e)}n.setSourceContent(e,i)}}));return n;function addMappingWithCode(e,t){if(e===null||e.source===undefined){n.add(t)}else{var i=r?s.join(r,e.source):e.source;n.add(new SourceNode(e.originalLine,e.originalColumn,i,t,e.name))}}};SourceNode.prototype.add=function SourceNode_add(e){if(Array.isArray(e)){e.forEach((function(e){this.add(e)}),this)}else if(e[l]||typeof e==="string"){if(e){this.children.push(e)}}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.prepend=function SourceNode_prepend(e){if(Array.isArray(e)){for(var t=e.length-1;t>=0;t--){this.prepend(e[t])}}else if(e[l]||typeof e==="string"){this.children.unshift(e)}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.walk=function SourceNode_walk(e){var t;for(var r=0,n=this.children.length;r<n;r++){t=this.children[r];if(t[l]){t.walk(e)}else{if(t!==""){e(t,{source:this.source,line:this.line,column:this.column,name:this.name})}}}};SourceNode.prototype.join=function SourceNode_join(e){var t;var r;var n=this.children.length;if(n>0){t=[];for(r=0;r<n-1;r++){t.push(this.children[r]);t.push(e)}t.push(this.children[r]);this.children=t}return this};SourceNode.prototype.replaceRight=function SourceNode_replaceRight(e,t){var r=this.children[this.children.length-1];if(r[l]){r.replaceRight(e,t)}else if(typeof r==="string"){this.children[this.children.length-1]=r.replace(e,t)}else{this.children.push("".replace(e,t))}return this};SourceNode.prototype.setSourceContent=function SourceNode_setSourceContent(e,t){this.sourceContents[s.toSetString(e)]=t};SourceNode.prototype.walkSourceContents=function SourceNode_walkSourceContents(e){for(var t=0,r=this.children.length;t<r;t++){if(this.children[t][l]){this.children[t].walkSourceContents(e)}}var n=Object.keys(this.sourceContents);for(var t=0,r=n.length;t<r;t++){e(s.fromSetString(n[t]),this.sourceContents[n[t]])}};SourceNode.prototype.toString=function SourceNode_toString(){var e="";this.walk((function(t){e+=t}));return e};SourceNode.prototype.toStringWithSourceMap=function SourceNode_toStringWithSourceMap(e){var t={code:"",line:1,column:0};var r=new n(e);var s=false;var i=null;var l=null;var a=null;var u=null;this.walk((function(e,n){t.code+=e;if(n.source!==null&&n.line!==null&&n.column!==null){if(i!==n.source||l!==n.line||a!==n.column||u!==n.name){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}i=n.source;l=n.line;a=n.column;u=n.name;s=true}else if(s){r.addMapping({generated:{line:t.line,column:t.column}});i=null;s=false}for(var c=0,f=e.length;c<f;c++){if(e.charCodeAt(c)===o){t.line++;t.column=0;if(c+1===f){i=null;s=false}else if(s){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}}else{t.column++}}}));this.walkSourceContents((function(e,t){r.setSourceContent(e,t)}));return{code:t.code,map:r}};t.SourceNode=SourceNode},713:(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 s=32;function lruMemoize(e){var t=[];return function(r){for(var n=0;n<t.length;n++){if(t[n].input===r){var i=t[0];t[0]=t[n];t[n]=i;return t[0].result}}var o=e(r);t.unshift({input:r,result:o});if(t.length>s){t.pop()}return o}}var i=lruMemoize((function normalize(e){var r=e;var n=urlParse(e);if(n){if(!n.path){return e}r=n.path}var s=t.isAbsolute(r);var i=[];var o=0;var l=0;while(true){o=l;l=r.indexOf("/",o);if(l===-1){i.push(r.slice(o));break}else{i.push(r.slice(o,l));while(l<r.length&&r[l]==="/"){l++}}}for(var a,u=0,l=i.length-1;l>=0;l--){a=i[l];if(a==="."){i.splice(l,1)}else if(a===".."){u++}else if(u>0){if(a===""){i.splice(l+1,u);u=0}else{i.splice(l,2);u--}}}r=i.join("/");if(r===""){r=s?"/":"."}if(n){n.path=r;return urlGenerate(n)}return r}));t.normalize=i;function join(e,t){if(e===""){e="."}if(t===""){t="."}var r=urlParse(t);var s=urlParse(e);if(s){e=s.path||"/"}if(r&&!r.scheme){if(s){r.scheme=s.scheme}return urlGenerate(r)}if(r||t.match(n)){return t}if(s&&!s.host&&!s.path){s.host=t;return urlGenerate(s)}var o=t.charAt(0)==="/"?t:i(e.replace(/\/+$/,"")+"/"+t);if(s){s.path=o;return urlGenerate(s)}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 s=n.path.lastIndexOf("/");if(s>=0){n.path=n.path.substring(0,s+1)}}t=join(urlGenerate(n),t)}return i(t)}t.computeSourceURL=computeSourceURL},159:(e,t,r)=>{t.SourceMapGenerator=r(91).SourceMapGenerator;t.SourceMapConsumer=r(580).SourceMapConsumer;t.SourceNode=r(725).SourceNode},896:e=>{"use strict";e.exports=require("fs")},928:e=>{"use strict";e.exports=require("path")},16:e=>{"use strict";e.exports=require("url")},308:e=>{let t="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let customAlphabet=(e,t=21)=>(r=t)=>{let n="";let s=r|0;while(s--){n+=e[Math.random()*e.length|0]}return n};let nanoid=(e=21)=>{let r="";let n=e|0;while(n--){r+=t[Math.random()*64|0]}return r};e.exports={nanoid:nanoid,customAlphabet:customAlphabet}}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var s=t[r]={exports:{}};var i=true;try{e[r](s,s.exports,__nccwpck_require__);i=false}finally{if(i)delete t[r]}return s.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(147);module.exports=r})();
1
+ (()=>{var e={831:e=>{let t=process||{},r=t.argv||[],n=t.env||{};let s=!(!!n.NO_COLOR||r.includes("--no-color"))&&(!!n.FORCE_COLOR||r.includes("--color")||t.platform==="win32"||(t.stdout||{}).isTTY&&n.TERM!=="dumb"||!!n.CI);let formatter=(e,t,r=e)=>n=>{let s=""+n,i=s.indexOf(t,e.length);return~i?e+replaceClose(s,t,r,i)+t:e+s+t};let replaceClose=(e,t,r,n)=>{let s="",i=0;do{s+=e.substring(i,n)+r;i=n+t.length;n=e.indexOf(t,i)}while(~n);return s+e.substring(i)};let createColors=(e=s)=>{let t=e?formatter:()=>String;return{isColorSupported:e,reset:t("",""),bold:t("","",""),dim:t("","",""),italic:t("",""),underline:t("",""),inverse:t("",""),hidden:t("",""),strikethrough:t("",""),black:t("",""),red:t("",""),green:t("",""),yellow:t("",""),blue:t("",""),magenta:t("",""),cyan:t("",""),white:t("",""),gray:t("",""),bgBlack:t("",""),bgRed:t("",""),bgGreen:t("",""),bgYellow:t("",""),bgBlue:t("",""),bgMagenta:t("",""),bgCyan:t("",""),bgWhite:t("",""),blackBright:t("",""),redBright:t("",""),greenBright:t("",""),yellowBright:t("",""),blueBright:t("",""),magentaBright:t("",""),cyanBright:t("",""),whiteBright:t("",""),bgBlackBright:t("",""),bgRedBright:t("",""),bgGreenBright:t("",""),bgYellowBright:t("",""),bgBlueBright:t("",""),bgMagentaBright:t("",""),bgCyanBright:t("",""),bgWhiteBright:t("","")}};e.exports=createColors();e.exports.createColors=createColors},638:(e,t,r)=>{"use strict";let n=r(387);class AtRule extends n{constructor(e){super(e);this.type="atrule"}append(...e){if(!this.proxyOf.nodes)this.nodes=[];return super.append(...e)}prepend(...e){if(!this.proxyOf.nodes)this.nodes=[];return super.prepend(...e)}}e.exports=AtRule;AtRule.default=AtRule;n.registerAtRule(AtRule)},173:(e,t,r)=>{"use strict";let n=r(938);class Comment extends n{constructor(e){super(e);this.type="comment"}}e.exports=Comment;Comment.default=Comment},387:(e,t,r)=>{"use strict";let n=r(173);let s=r(980);let i=r(938);let{isClean:o,my:l}=r(197);let a,u,c,f;function cleanSource(e){return e.map((e=>{if(e.nodes)e.nodes=cleanSource(e.nodes);delete e.source;return e}))}function markTreeDirty(e){e[o]=false;if(e.proxyOf.nodes){for(let t of e.proxyOf.nodes){markTreeDirty(t)}}}class Container extends i{get first(){if(!this.proxyOf.nodes)return undefined;return this.proxyOf.nodes[0]}get last(){if(!this.proxyOf.nodes)return undefined;return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...e){for(let t of e){let e=this.normalize(t,this.last);for(let t of e)this.proxyOf.nodes.push(t)}this.markDirty();return this}cleanRaws(e){super.cleanRaws(e);if(this.nodes){for(let t of this.nodes)t.cleanRaws(e)}}each(e){if(!this.proxyOf.nodes)return undefined;let t=this.getIterator();let r,n;while(this.indexes[t]<this.proxyOf.nodes.length){r=this.indexes[t];n=e(this.proxyOf.nodes[r],r);if(n===false)break;this.indexes[t]+=1}delete this.indexes[t];return n}every(e){return this.nodes.every(e)}getIterator(){if(!this.lastEach)this.lastEach=0;if(!this.indexes)this.indexes={};this.lastEach+=1;let e=this.lastEach;this.indexes[e]=0;return e}getProxyProcessor(){return{get(e,t){if(t==="proxyOf"){return e}else if(!e[t]){return e[t]}else if(t==="each"||typeof t==="string"&&t.startsWith("walk")){return(...r)=>e[t](...r.map((e=>{if(typeof e==="function"){return(t,r)=>e(t.toProxy(),r)}else{return e}})))}else if(t==="every"||t==="some"){return r=>e[t](((e,...t)=>r(e.toProxy(),...t)))}else if(t==="root"){return()=>e.root().toProxy()}else if(t==="nodes"){return e.nodes.map((e=>e.toProxy()))}else if(t==="first"||t==="last"){return e[t].toProxy()}else{return e[t]}},set(e,t,r){if(e[t]===r)return true;e[t]=r;if(t==="name"||t==="params"||t==="selector"){e.markDirty()}return true}}}index(e){if(typeof e==="number")return e;if(e.proxyOf)e=e.proxyOf;return this.proxyOf.nodes.indexOf(e)}insertAfter(e,t){let r=this.index(e);let n=this.normalize(t,this.proxyOf.nodes[r]).reverse();r=this.index(e);for(let e of n)this.proxyOf.nodes.splice(r+1,0,e);let s;for(let e in this.indexes){s=this.indexes[e];if(r<s){this.indexes[e]=s+n.length}}this.markDirty();return this}insertBefore(e,t){let r=this.index(e);let n=r===0?"prepend":false;let s=this.normalize(t,this.proxyOf.nodes[r],n).reverse();r=this.index(e);for(let e of s)this.proxyOf.nodes.splice(r,0,e);let i;for(let e in this.indexes){i=this.indexes[e];if(r<=i){this.indexes[e]=i+s.length}}this.markDirty();return this}normalize(e,t){if(typeof e==="string"){e=cleanSource(u(e).nodes)}else if(typeof e==="undefined"){e=[]}else if(Array.isArray(e)){e=e.slice(0);for(let t of e){if(t.parent)t.parent.removeChild(t,"ignore")}}else if(e.type==="root"&&this.type!=="document"){e=e.nodes.slice(0);for(let t of e){if(t.parent)t.parent.removeChild(t,"ignore")}}else if(e.type){e=[e]}else if(e.prop){if(typeof e.value==="undefined"){throw new Error("Value field is missed in node creation")}else if(typeof e.value!=="string"){e.value=String(e.value)}e=[new s(e)]}else if(e.selector||e.selectors){e=[new f(e)]}else if(e.name){e=[new a(e)]}else if(e.text){e=[new n(e)]}else{throw new Error("Unknown node type in node creation")}let r=e.map((e=>{if(!e[l])Container.rebuild(e);e=e.proxyOf;if(e.parent)e.parent.removeChild(e);if(e[o])markTreeDirty(e);if(!e.raws)e.raws={};if(typeof e.raws.before==="undefined"){if(t&&typeof t.raws.before!=="undefined"){e.raws.before=t.raws.before.replace(/\S/g,"")}}e.parent=this.proxyOf;return e}));return r}prepend(...e){e=e.reverse();for(let t of e){let e=this.normalize(t,this.first,"prepend").reverse();for(let t of e)this.proxyOf.nodes.unshift(t);for(let t in this.indexes){this.indexes[t]=this.indexes[t]+e.length}}this.markDirty();return this}push(e){e.parent=this;this.proxyOf.nodes.push(e);return this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=undefined;this.proxyOf.nodes=[];this.markDirty();return this}removeChild(e){e=this.index(e);this.proxyOf.nodes[e].parent=undefined;this.proxyOf.nodes.splice(e,1);let t;for(let r in this.indexes){t=this.indexes[r];if(t>=e){this.indexes[r]=t-1}}this.markDirty();return this}replaceValues(e,t,r){if(!r){r=t;t={}}this.walkDecls((n=>{if(t.props&&!t.props.includes(n.prop))return;if(t.fast&&!n.value.includes(t.fast))return;n.value=n.value.replace(e,r)}));this.markDirty();return this}some(e){return this.nodes.some(e)}walk(e){return this.each(((t,r)=>{let n;try{n=e(t,r)}catch(e){throw t.addToError(e)}if(n!==false&&t.walk){n=t.walk(e)}return n}))}walkAtRules(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="atrule"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="atrule"&&e.test(r.name)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="atrule"&&r.name===e){return t(r,n)}}))}walkComments(e){return this.walk(((t,r)=>{if(t.type==="comment"){return e(t,r)}}))}walkDecls(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="decl"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="decl"&&e.test(r.prop)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="decl"&&r.prop===e){return t(r,n)}}))}walkRules(e,t){if(!t){t=e;return this.walk(((e,r)=>{if(e.type==="rule"){return t(e,r)}}))}if(e instanceof RegExp){return this.walk(((r,n)=>{if(r.type==="rule"&&e.test(r.selector)){return t(r,n)}}))}return this.walk(((r,n)=>{if(r.type==="rule"&&r.selector===e){return t(r,n)}}))}}Container.registerParse=e=>{u=e};Container.registerRule=e=>{f=e};Container.registerAtRule=e=>{a=e};Container.registerRoot=e=>{c=e};e.exports=Container;Container.default=Container;Container.rebuild=e=>{if(e.type==="atrule"){Object.setPrototypeOf(e,a.prototype)}else if(e.type==="rule"){Object.setPrototypeOf(e,f.prototype)}else if(e.type==="decl"){Object.setPrototypeOf(e,s.prototype)}else if(e.type==="comment"){Object.setPrototypeOf(e,n.prototype)}else if(e.type==="root"){Object.setPrototypeOf(e,c.prototype)}e[l]=true;if(e.nodes){e.nodes.forEach((e=>{Container.rebuild(e)}))}}},684:(e,t,r)=>{"use strict";let n=r(831);let s=r(135);class CssSyntaxError extends Error{constructor(e,t,r,n,s,i){super(e);this.name="CssSyntaxError";this.reason=e;if(s){this.file=s}if(n){this.source=n}if(i){this.plugin=i}if(typeof t!=="undefined"&&typeof r!=="undefined"){if(typeof t==="number"){this.line=t;this.column=r}else{this.line=t.line;this.column=t.column;this.endLine=r.line;this.endColumn=r.column}}this.setMessage();if(Error.captureStackTrace){Error.captureStackTrace(this,CssSyntaxError)}}setMessage(){this.message=this.plugin?this.plugin+": ":"";this.message+=this.file?this.file:"<css input>";if(typeof this.line!=="undefined"){this.message+=":"+this.line+":"+this.column}this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;if(e==null)e=n.isColorSupported;let aside=e=>e;let mark=e=>e;let highlight=e=>e;if(e){let{bold:e,gray:t,red:r}=n.createColors(true);mark=t=>e(r(t));aside=e=>t(e);if(s){highlight=e=>s(e)}}let r=t.split(/\r?\n/);let i=Math.max(this.line-3,0);let o=Math.min(this.line+2,r.length);let l=String(o).length;return r.slice(i,o).map(((e,t)=>{let r=i+1+t;let n=" "+(" "+r).slice(-l)+" | ";if(r===this.line){if(e.length>160){let t=20;let r=Math.max(0,this.column-t);let s=Math.max(this.column+t,this.endColumn+t);let i=e.slice(r,s);let o=aside(n.replace(/\d/g," "))+e.slice(0,Math.min(this.column-1,t-1)).replace(/[^\t]/g," ");return mark(">")+aside(n)+highlight(i)+"\n "+o+mark("^")}let t=aside(n.replace(/\d/g," "))+e.slice(0,this.column-1).replace(/[^\t]/g," ");return mark(">")+aside(n)+highlight(e)+"\n "+t+mark("^")}return" "+aside(n)+highlight(e)})).join("\n")}toString(){let e=this.showSourceCode();if(e){e="\n\n"+e+"\n"}return this.name+": "+this.message+e}}e.exports=CssSyntaxError;CssSyntaxError.default=CssSyntaxError},980:(e,t,r)=>{"use strict";let n=r(938);class Declaration extends n{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(e){if(e&&typeof e.value!=="undefined"&&typeof e.value!=="string"){e={...e,value:String(e.value)}}super(e);this.type="decl"}}e.exports=Declaration;Declaration.default=Declaration},367:(e,t,r)=>{"use strict";let n=r(387);let s,i;class Document extends n{constructor(e){super({type:"document",...e});if(!this.nodes){this.nodes=[]}}toResult(e={}){let t=new s(new i,this,e);return t.stringify()}}Document.registerLazyResult=e=>{s=e};Document.registerProcessor=e=>{i=e};e.exports=Document;Document.default=Document},188:(e,t,r)=>{"use strict";let n=r(638);let s=r(173);let i=r(980);let o=r(284);let l=r(992);let a=r(466);let u=r(196);function fromJSON(e,t){if(Array.isArray(e))return e.map((e=>fromJSON(e)));let{inputs:r,...c}=e;if(r){t=[];for(let e of r){let r={...e,__proto__:o.prototype};if(r.map){r.map={...r.map,__proto__:l.prototype}}t.push(r)}}if(c.nodes){c.nodes=e.nodes.map((e=>fromJSON(e,t)))}if(c.source){let{inputId:e,...r}=c.source;c.source=r;if(e!=null){c.source.input=t[e]}}if(c.type==="root"){return new a(c)}else if(c.type==="decl"){return new i(c)}else if(c.type==="rule"){return new u(c)}else if(c.type==="comment"){return new s(c)}else if(c.type==="atrule"){return new n(c)}else{throw new Error("Unknown node type: "+e.type)}}e.exports=fromJSON;fromJSON.default=fromJSON},284:(e,t,r)=>{"use strict";let{nanoid:n}=r(308);let{isAbsolute:s,resolve:i}=r(928);let{SourceMapConsumer:o,SourceMapGenerator:l}=r(159);let{fileURLToPath:a,pathToFileURL:u}=r(16);let c=r(684);let f=r(992);let h=r(135);let p=Symbol("lineToIndexCache");let d=Boolean(o&&l);let m=Boolean(i&&s);function getLineToIndex(e){if(e[p])return e[p];let t=e.css.split("\n");let r=new Array(t.length);let n=0;for(let e=0,s=t.length;e<s;e++){r[e]=n;n+=t[e].length+1}e[p]=r;return r}class Input{get from(){return this.file||this.id}constructor(e,t={}){if(e===null||typeof e==="undefined"||typeof e==="object"&&!e.toString){throw new Error(`PostCSS received ${e} instead of CSS string`)}this.css=e.toString();if(this.css[0]==="\ufeff"||this.css[0]==="￾"){this.hasBOM=true;this.css=this.css.slice(1)}else{this.hasBOM=false}this.document=this.css;if(t.document)this.document=t.document.toString();if(t.from){if(!m||/^\w+:\/\//.test(t.from)||s(t.from)){this.file=t.from}else{this.file=i(t.from)}}if(m&&d){let e=new f(this.css,t);if(e.text){this.map=e;let t=e.consumer().file;if(!this.file&&t)this.file=this.mapResolve(t)}}if(!this.file){this.id="<input css "+n(6)+">"}if(this.map)this.map.file=this.from}error(e,t,r,n={}){let s,i,o,l,a;if(t&&typeof t==="object"){let e=t;let n=r;if(typeof e.offset==="number"){l=e.offset;let n=this.fromOffset(l);t=n.line;r=n.col}else{t=e.line;r=e.column;l=this.fromLineAndColumn(t,r)}if(typeof n.offset==="number"){o=n.offset;let e=this.fromOffset(o);i=e.line;s=e.col}else{i=n.line;s=n.column;o=this.fromLineAndColumn(n.line,n.column)}}else if(!r){l=t;let e=this.fromOffset(l);t=e.line;r=e.col}else{l=this.fromLineAndColumn(t,r)}let f=this.origin(t,r,i,s);if(f){a=new c(e,f.endLine===undefined?f.line:{column:f.column,line:f.line},f.endLine===undefined?f.column:{column:f.endColumn,line:f.endLine},f.source,f.file,n.plugin)}else{a=new c(e,i===undefined?t:{column:r,line:t},i===undefined?r:{column:s,line:i},this.css,this.file,n.plugin)}a.input={column:r,endColumn:s,endLine:i,endOffset:o,line:t,offset:l,source:this.css};if(this.file){if(u){a.input.url=u(this.file).toString()}a.input.file=this.file}return a}fromLineAndColumn(e,t){let r=getLineToIndex(this);let n=r[e-1];return n+t-1}fromOffset(e){let t=getLineToIndex(this);let r=t[t.length-1];let n=0;if(e>=r){n=t.length-1}else{let r=t.length-2;let s;while(n<r){s=n+(r-n>>1);if(e<t[s]){r=s-1}else if(e>=t[s+1]){n=s+1}else{n=s;break}}}return{col:e-t[n]+1,line:n+1}}mapResolve(e){if(/^\w+:\/\//.test(e)){return e}return i(this.map.consumer().sourceRoot||this.map.root||".",e)}origin(e,t,r,n){if(!this.map)return false;let i=this.map.consumer();let o=i.originalPositionFor({column:t,line:e});if(!o.source)return false;let l;if(typeof r==="number"){l=i.originalPositionFor({column:n,line:r})}let c;if(s(o.source)){c=u(o.source)}else{c=new URL(o.source,this.map.consumer().sourceRoot||u(this.map.mapFile))}let f={column:o.column,endColumn:l&&l.column,endLine:l&&l.line,line:o.line,url:c.toString()};if(c.protocol==="file:"){if(a){f.file=a(c)}else{throw new Error(`file: protocol is not available in this PostCSS build`)}}let h=i.sourceContentFor(o.source);if(h)f.source=h;return f}toJSON(){let e={};for(let t of["hasBOM","css","file","id"]){if(this[t]!=null){e[t]=this[t]}}if(this.map){e.map={...this.map};if(e.map.consumerCache){e.map.consumerCache=undefined}}return e}}e.exports=Input;Input.default=Input;if(h&&h.registerInput){h.registerInput(Input)}},336:(e,t,r)=>{"use strict";let n=r(387);let s=r(367);let i=r(238);let o=r(575);let l=r(807);let a=r(466);let u=r(70);let{isClean:c,my:f}=r(197);let h=r(994);const p={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"};const d={AtRule:true,AtRuleExit:true,Comment:true,CommentExit:true,Declaration:true,DeclarationExit:true,Document:true,DocumentExit:true,Once:true,OnceExit:true,postcssPlugin:true,prepare:true,Root:true,RootExit:true,Rule:true,RuleExit:true};const m={Once:true,postcssPlugin:true,prepare:true};const g=0;function isPromise(e){return typeof e==="object"&&typeof e.then==="function"}function getEvents(e){let t=false;let r=p[e.type];if(e.type==="decl"){t=e.prop.toLowerCase()}else if(e.type==="atrule"){t=e.name.toLowerCase()}if(t&&e.append){return[r,r+"-"+t,g,r+"Exit",r+"Exit-"+t]}else if(t){return[r,r+"-"+t,r+"Exit",r+"Exit-"+t]}else if(e.append){return[r,g,r+"Exit"]}else{return[r,r+"Exit"]}}function toStack(e){let t;if(e.type==="document"){t=["Document",g,"DocumentExit"]}else if(e.type==="root"){t=["Root",g,"RootExit"]}else{t=getEvents(e)}return{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function cleanMarks(e){e[c]=false;if(e.nodes)e.nodes.forEach((e=>cleanMarks(e)));return e}let y={};class LazyResult{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(e,t,r){this.stringified=false;this.processed=false;let s;if(typeof t==="object"&&t!==null&&(t.type==="root"||t.type==="document")){s=cleanMarks(t)}else if(t instanceof LazyResult||t instanceof l){s=cleanMarks(t.root);if(t.map){if(typeof r.map==="undefined")r.map={};if(!r.map.inline)r.map.inline=false;r.map.prev=t.map}}else{let e=o;if(r.syntax)e=r.syntax.parse;if(r.parser)e=r.parser;if(e.parse)e=e.parse;try{s=e(t,r)}catch(e){this.processed=true;this.error=e}if(s&&!s[f]){n.rebuild(s)}}this.result=new l(e,s,r);this.helpers={...y,postcss:y,result:this.result};this.plugins=this.processor.plugins.map((e=>{if(typeof e==="object"&&e.prepare){return{...e,...e.prepare(this.result)}}else{return e}}))}async(){if(this.error)return Promise.reject(this.error);if(this.processed)return Promise.resolve(this.result);if(!this.processing){this.processing=this.runAsync()}return this.processing}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let r=this.result.lastPlugin;try{if(t)t.addToError(e);this.error=e;if(e.name==="CssSyntaxError"&&!e.plugin){e.plugin=r.postcssPlugin;e.setMessage()}else if(r.postcssVersion){if(process.env.NODE_ENV!=="production"){let e=r.postcssPlugin;let t=r.postcssVersion;let n=this.result.processor.version;let s=t.split(".");let i=n.split(".");if(s[0]!==i[0]||parseInt(s[1])>parseInt(i[1])){console.error("Unknown error from PostCSS plugin. Your current PostCSS "+"version is "+n+", but "+e+" uses "+t+". Perhaps this is the source of the error below.")}}}}catch(e){if(console&&console.error)console.error(e)}return e}prepareVisitors(){this.listeners={};let add=(e,t,r)=>{if(!this.listeners[t])this.listeners[t]=[];this.listeners[t].push([e,r])};for(let e of this.plugins){if(typeof e==="object"){for(let t in e){if(!d[t]&&/^[A-Z]/.test(t)){throw new Error(`Unknown event ${t} in ${e.postcssPlugin}. `+`Try to update PostCSS (${this.processor.version} now).`)}if(!m[t]){if(typeof e[t]==="object"){for(let r in e[t]){if(r==="*"){add(e,t,e[t][r])}else{add(e,t+"-"+r.toLowerCase(),e[t][r])}}}else if(typeof e[t]==="function"){add(e,t,e[t])}}}}}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e];let r=this.runOnRoot(t);if(isPromise(r)){try{await r}catch(e){throw this.handleError(e)}}}this.prepareVisitors();if(this.hasListener){let e=this.result.root;while(!e[c]){e[c]=true;let t=[toStack(e)];while(t.length>0){let e=this.visitTick(t);if(isPromise(e)){try{await e}catch(e){let r=t[t.length-1].node;throw this.handleError(e,r)}}}}if(this.listeners.OnceExit){for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let t=e.nodes.map((e=>r(e,this.helpers)));await Promise.all(t)}else{await r(e,this.helpers)}}catch(e){throw this.handleError(e)}}}}this.processed=true;return this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e==="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map((t=>e.Once(t,this.helpers)));if(isPromise(t[0])){return Promise.all(t)}return t}return e.Once(this.result.root,this.helpers)}else if(typeof e==="function"){return e(this.result.root,this.result)}}catch(e){throw this.handleError(e)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=true;this.sync();let e=this.result.opts;let t=u;if(e.syntax)t=e.syntax.stringify;if(e.stringifier)t=e.stringifier;if(t.stringify)t=t.stringify;let r=new i(t,this.result.root,this.result.opts);let n=r.generate();this.result.css=n[0];this.result.map=n[1];return this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;this.processed=true;if(this.processing){throw this.getAsyncError()}for(let e of this.plugins){let t=this.runOnRoot(e);if(isPromise(t)){throw this.getAsyncError()}}this.prepareVisitors();if(this.hasListener){let e=this.result.root;while(!e[c]){e[c]=true;this.walkSync(e)}if(this.listeners.OnceExit){if(e.type==="document"){for(let t of e.nodes){this.visitSync(this.listeners.OnceExit,t)}}else{this.visitSync(this.listeners.OnceExit,e)}}}return this.result}then(e,t){if(process.env.NODE_ENV!=="production"){if(!("from"in this.opts)){h("Without `from` option PostCSS could generate wrong source map "+"and will not find Browserslist config. Set it to CSS file path "+"or to `undefined` to prevent this warning.")}}return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[r,n]of e){this.result.lastPlugin=r;let e;try{e=n(t,this.helpers)}catch(e){throw this.handleError(e,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent){return true}if(isPromise(e)){throw this.getAsyncError()}}}visitTick(e){let t=e[e.length-1];let{node:r,visitors:n}=t;if(r.type!=="root"&&r.type!=="document"&&!r.parent){e.pop();return}if(n.length>0&&t.visitorIndex<n.length){let[e,s]=n[t.visitorIndex];t.visitorIndex+=1;if(t.visitorIndex===n.length){t.visitors=[];t.visitorIndex=0}this.result.lastPlugin=e;try{return s(r.toProxy(),this.helpers)}catch(e){throw this.handleError(e,r)}}if(t.iterator!==0){let n=t.iterator;let s;while(s=r.nodes[r.indexes[n]]){r.indexes[n]+=1;if(!s[c]){s[c]=true;e.push(toStack(s));return}}t.iterator=0;delete r.indexes[n]}let s=t.events;while(t.eventIndex<s.length){let e=s[t.eventIndex];t.eventIndex+=1;if(e===g){if(r.nodes&&r.nodes.length){r[c]=true;t.iterator=r.getIterator()}return}else if(this.listeners[e]){t.visitors=this.listeners[e];return}}e.pop()}walkSync(e){e[c]=true;let t=getEvents(e);for(let r of t){if(r===g){if(e.nodes){e.each((e=>{if(!e[c])this.walkSync(e)}))}}else{let t=this.listeners[r];if(t){if(this.visitSync(t,e.toProxy()))return}}}}warnings(){return this.sync().warnings()}}LazyResult.registerPostcss=e=>{y=e};e.exports=LazyResult;LazyResult.default=LazyResult;a.registerLazyResult(LazyResult);s.registerLazyResult(LazyResult)},414:e=>{"use strict";let t={comma(e){return t.split(e,[","],true)},space(e){let r=[" ","\n","\t"];return t.split(e,r)},split(e,t,r){let n=[];let s="";let i=false;let o=0;let l=false;let a="";let u=false;for(let r of e){if(u){u=false}else if(r==="\\"){u=true}else if(l){if(r===a){l=false}}else if(r==='"'||r==="'"){l=true;a=r}else if(r==="("){o+=1}else if(r===")"){if(o>0)o-=1}else if(o===0){if(t.includes(r))i=true}if(i){if(s!=="")n.push(s.trim());s="";i=false}else{s+=r}}if(r||s!=="")n.push(s.trim());return n}};e.exports=t;t.default=t},238:(e,t,r)=>{"use strict";let{dirname:n,relative:s,resolve:i,sep:o}=r(928);let{SourceMapConsumer:l,SourceMapGenerator:a}=r(159);let{pathToFileURL:u}=r(16);let c=r(284);let f=Boolean(l&&a);let h=Boolean(n&&i&&s&&o);class MapGenerator{constructor(e,t,r,n){this.stringify=e;this.mapOpts=r.map||{};this.root=t;this.opts=r;this.css=n;this.originalCSS=n;this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute;this.memoizedFileURLs=new Map;this.memoizedPaths=new Map;this.memoizedURLs=new Map}addAnnotation(){let e;if(this.isInline()){e="data:application/json;base64,"+this.toBase64(this.map.toString())}else if(typeof this.mapOpts.annotation==="string"){e=this.mapOpts.annotation}else if(typeof this.mapOpts.annotation==="function"){e=this.mapOpts.annotation(this.opts.to,this.root)}else{e=this.outputFile()+".map"}let t="\n";if(this.css.includes("\r\n"))t="\r\n";this.css+=t+"/*# sourceMappingURL="+e+" */"}applyPrevMaps(){for(let e of this.previous()){let t=this.toUrl(this.path(e.file));let r=e.root||n(e.file);let s;if(this.mapOpts.sourcesContent===false){s=new l(e.text);if(s.sourcesContent){s.sourcesContent=null}}else{s=e.consumer()}this.map.applySourceMap(s,t,this.toUrl(this.path(r)))}}clearAnnotation(){if(this.mapOpts.annotation===false)return;if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--){e=this.root.nodes[t];if(e.type!=="comment")continue;if(e.text.startsWith("# sourceMappingURL=")){this.root.removeChild(t)}}}else if(this.css){let e;while((e=this.css.lastIndexOf("/*#"))!==-1){let t=this.css.indexOf("*/",e+3);if(t===-1)break;while(e>0&&this.css[e-1]==="\n"){e--}this.css=this.css.slice(0,e)+this.css.slice(t+2)}}}generate(){this.clearAnnotation();if(h&&f&&this.isMap()){return this.generateMap()}else{let e="";this.stringify(this.root,(t=>{e+=t}));return[e]}}generateMap(){if(this.root){this.generateString()}else if(this.previous().length===1){let e=this.previous()[0].consumer();e.file=this.outputFile();this.map=a.fromSourceMap(e,{ignoreInvalidMapping:true})}else{this.map=new a({file:this.outputFile(),ignoreInvalidMapping:true});this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>"})}if(this.isSourcesContent())this.setSourcesContent();if(this.root&&this.previous().length>0)this.applyPrevMaps();if(this.isAnnotation())this.addAnnotation();if(this.isInline()){return[this.css]}else{return[this.css,this.map]}}generateString(){this.css="";this.map=new a({file:this.outputFile(),ignoreInvalidMapping:true});let e=1;let t=1;let r="<no source>";let n={generated:{column:0,line:0},original:{column:0,line:0},source:""};let s,i;this.stringify(this.root,((o,l,a)=>{this.css+=o;if(l&&a!=="end"){n.generated.line=e;n.generated.column=t-1;if(l.source&&l.source.start){n.source=this.sourcePath(l);n.original.line=l.source.start.line;n.original.column=l.source.start.column-1;this.map.addMapping(n)}else{n.source=r;n.original.line=1;n.original.column=0;this.map.addMapping(n)}}i=o.match(/\n/g);if(i){e+=i.length;s=o.lastIndexOf("\n");t=o.length-s}else{t+=o.length}if(l&&a!=="start"){let s=l.parent||{raws:{}};let i=l.type==="decl"||l.type==="atrule"&&!l.nodes;if(!i||l!==s.last||s.raws.semicolon){if(l.source&&l.source.end){n.source=this.sourcePath(l);n.original.line=l.source.end.line;n.original.column=l.source.end.column-1;n.generated.line=e;n.generated.column=t-2;this.map.addMapping(n)}else{n.source=r;n.original.line=1;n.original.column=0;n.generated.line=e;n.generated.column=t-1;this.map.addMapping(n)}}}}))}isAnnotation(){if(this.isInline()){return true}if(typeof this.mapOpts.annotation!=="undefined"){return this.mapOpts.annotation}if(this.previous().length){return this.previous().some((e=>e.annotation))}return true}isInline(){if(typeof this.mapOpts.inline!=="undefined"){return this.mapOpts.inline}let e=this.mapOpts.annotation;if(typeof e!=="undefined"&&e!==true){return false}if(this.previous().length){return this.previous().some((e=>e.inline))}return true}isMap(){if(typeof this.opts.map!=="undefined"){return!!this.opts.map}return this.previous().length>0}isSourcesContent(){if(typeof this.mapOpts.sourcesContent!=="undefined"){return this.mapOpts.sourcesContent}if(this.previous().length){return this.previous().some((e=>e.withContent()))}return true}outputFile(){if(this.opts.to){return this.path(this.opts.to)}else if(this.opts.from){return this.path(this.opts.from)}else{return"to.css"}}path(e){if(this.mapOpts.absolute)return e;if(e.charCodeAt(0)===60)return e;if(/^\w+:\/\//.test(e))return e;let t=this.memoizedPaths.get(e);if(t)return t;let r=this.opts.to?n(this.opts.to):".";if(typeof this.mapOpts.annotation==="string"){r=n(i(r,this.mapOpts.annotation))}let o=s(r,e);this.memoizedPaths.set(e,o);return o}previous(){if(!this.previousMaps){this.previousMaps=[];if(this.root){this.root.walk((e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;if(!this.previousMaps.includes(t)){this.previousMaps.push(t)}}}))}else{let e=new c(this.originalCSS,this.opts);if(e.map)this.previousMaps.push(e.map)}}return this.previousMaps}setSourcesContent(){let e={};if(this.root){this.root.walk((t=>{if(t.source){let r=t.source.input.from;if(r&&!e[r]){e[r]=true;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,t.source.input.css)}}}))}else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(e,this.css)}}sourcePath(e){if(this.mapOpts.from){return this.toUrl(this.mapOpts.from)}else if(this.usesFileUrls){return this.toFileUrl(e.source.input.from)}else{return this.toUrl(this.path(e.source.input.from))}}toBase64(e){if(Buffer){return Buffer.from(e).toString("base64")}else{return window.btoa(unescape(encodeURIComponent(e)))}}toFileUrl(e){let t=this.memoizedFileURLs.get(e);if(t)return t;if(u){let t=u(e).toString();this.memoizedFileURLs.set(e,t);return t}else{throw new Error("`map.absolute` option is not available in this PostCSS build")}}toUrl(e){let t=this.memoizedURLs.get(e);if(t)return t;if(o==="\\"){e=e.replace(/\\/g,"/")}let r=encodeURI(e).replace(/[#?]/g,encodeURIComponent);this.memoizedURLs.set(e,r);return r}}e.exports=MapGenerator},18:(e,t,r)=>{"use strict";let n=r(238);let s=r(575);const i=r(807);let o=r(70);let l=r(994);class NoWorkResult{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root){return this._root}let e;let t=s;try{e=t(this._css,this._opts)}catch(e){this.error=e}if(this.error){throw this.error}else{this._root=e;return e}}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(e,t,r){t=t.toString();this.stringified=false;this._processor=e;this._css=t;this._opts=r;this._map=undefined;let s=o;this.result=new i(this._processor,undefined,this._opts);this.result.css=t;let l=this;Object.defineProperty(this.result,"root",{get(){return l.root}});let a=new n(s,undefined,this._opts,t);if(a.isMap()){let[e,t]=a.generate();if(e){this.result.css=e}if(t){this.result.map=t}}else{a.clearAnnotation();this.result.css=a.css}}async(){if(this.error)return Promise.reject(this.error);return Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){if(process.env.NODE_ENV!=="production"){if(!("from"in this._opts)){l("Without `from` option PostCSS could generate wrong source map "+"and will not find Browserslist config. Set it to CSS file path "+"or to `undefined` to prevent this warning.")}}return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}}e.exports=NoWorkResult;NoWorkResult.default=NoWorkResult},938:(e,t,r)=>{"use strict";let n=r(684);let s=r(210);let i=r(70);let{isClean:o,my:l}=r(197);function cloneNode(e,t){let r=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n)){continue}if(n==="proxyCache")continue;let s=e[n];let i=typeof s;if(n==="parent"&&i==="object"){if(t)r[n]=t}else if(n==="source"){r[n]=s}else if(Array.isArray(s)){r[n]=s.map((e=>cloneNode(e,r)))}else{if(i==="object"&&s!==null)s=cloneNode(s);r[n]=s}}return r}function sourceOffset(e,t){if(t&&typeof t.offset!=="undefined"){return t.offset}let r=1;let n=1;let s=0;for(let i=0;i<e.length;i++){if(n===t.line&&r===t.column){s=i;break}if(e[i]==="\n"){r=1;n+=1}else{r+=1}}return s}class Node{get proxyOf(){return this}constructor(e={}){this.raws={};this[o]=false;this[l]=true;for(let t in e){if(t==="nodes"){this.nodes=[];for(let r of e[t]){if(typeof r.clone==="function"){this.append(r.clone())}else{this.append(r)}}}else{this[t]=e[t]}}}addToError(e){e.postcssNode=this;if(e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}after(e){this.parent.insertAfter(this,e);return this}assign(e={}){for(let t in e){this[t]=e[t]}return this}before(e){this.parent.insertBefore(this,e);return this}cleanRaws(e){delete this.raws.before;delete this.raws.after;if(!e)delete this.raws.between}clone(e={}){let t=cloneNode(this);for(let r in e){t[r]=e[r]}return t}cloneAfter(e={}){let t=this.clone(e);this.parent.insertAfter(this,t);return t}cloneBefore(e={}){let t=this.clone(e);this.parent.insertBefore(this,t);return t}error(e,t={}){if(this.source){let{end:r,start:n}=this.rangeBy(t);return this.source.input.error(e,{column:n.column,line:n.line},{column:r.column,line:r.line},t)}return new n(e)}getProxyProcessor(){return{get(e,t){if(t==="proxyOf"){return e}else if(t==="root"){return()=>e.root().toProxy()}else{return e[t]}},set(e,t,r){if(e[t]===r)return true;e[t]=r;if(t==="prop"||t==="value"||t==="name"||t==="params"||t==="important"||t==="text"){e.markDirty()}return true}}}markClean(){this[o]=true}markDirty(){if(this[o]){this[o]=false;let e=this;while(e=e.parent){e[o]=false}}}next(){if(!this.parent)return undefined;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e={}){let t=this.source.start;if(e.index){t=this.positionInside(e.index)}else if(e.word){let r="document"in this.source.input?this.source.input.document:this.source.input.css;let n=r.slice(sourceOffset(r,this.source.start),sourceOffset(r,this.source.end));let s=n.indexOf(e.word);if(s!==-1)t=this.positionInside(s)}return t}positionInside(e){let t=this.source.start.column;let r=this.source.start.line;let n="document"in this.source.input?this.source.input.document:this.source.input.css;let s=sourceOffset(n,this.source.start);let i=s+e;for(let e=s;e<i;e++){if(n[e]==="\n"){t=1;r+=1}else{t+=1}}return{column:t,line:r,offset:i}}prev(){if(!this.parent)return undefined;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e={}){let t="document"in this.source.input?this.source.input.document:this.source.input.css;let r={column:this.source.start.column,line:this.source.start.line,offset:sourceOffset(t,this.source.start)};let n=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset==="number"?this.source.end.offset:sourceOffset(t,this.source.end)+1}:{column:r.column+1,line:r.line,offset:r.offset+1};if(e.word){let s=t.slice(sourceOffset(t,this.source.start),sourceOffset(t,this.source.end));let i=s.indexOf(e.word);if(i!==-1){r=this.positionInside(i);n=this.positionInside(i+e.word.length)}}else{if(e.start){r={column:e.start.column,line:e.start.line,offset:sourceOffset(t,e.start)}}else if(e.index){r=this.positionInside(e.index)}if(e.end){n={column:e.end.column,line:e.end.line,offset:sourceOffset(t,e.end)}}else if(typeof e.endIndex==="number"){n=this.positionInside(e.endIndex)}else if(e.index){n=this.positionInside(e.index+1)}}if(n.line<r.line||n.line===r.line&&n.column<=r.column){n={column:r.column+1,line:r.line,offset:r.offset+1}}return{end:n,start:r}}raw(e,t){let r=new s;return r.raw(this,e,t)}remove(){if(this.parent){this.parent.removeChild(this)}this.parent=undefined;return this}replaceWith(...e){if(this.parent){let t=this;let r=false;for(let n of e){if(n===this){r=true}else if(r){this.parent.insertAfter(t,n);t=n}else{this.parent.insertBefore(t,n)}}if(!r){this.remove()}}return this}root(){let e=this;while(e.parent&&e.parent.type!=="document"){e=e.parent}return e}toJSON(e,t){let r={};let n=t==null;t=t||new Map;let s=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e)){continue}if(e==="parent"||e==="proxyCache")continue;let n=this[e];if(Array.isArray(n)){r[e]=n.map((e=>{if(typeof e==="object"&&e.toJSON){return e.toJSON(null,t)}else{return e}}))}else if(typeof n==="object"&&n.toJSON){r[e]=n.toJSON(null,t)}else if(e==="source"){if(n==null)continue;let i=t.get(n.input);if(i==null){i=s;t.set(n.input,s);s++}r[e]={end:n.end,inputId:i,start:n.start}}else{r[e]=n}}if(n){r.inputs=[...t.keys()].map((e=>e.toJSON()))}return r}toProxy(){if(!this.proxyCache){this.proxyCache=new Proxy(this,this.getProxyProcessor())}return this.proxyCache}toString(e=i){if(e.stringify)e=e.stringify;let t="";e(this,(e=>{t+=e}));return t}warn(e,t,r={}){let n={node:this};for(let e in r)n[e]=r[e];return e.warn(t,n)}}e.exports=Node;Node.default=Node},575:(e,t,r)=>{"use strict";let n=r(387);let s=r(284);let i=r(961);function parse(e,t){let r=new s(e,t);let n=new i(r);try{n.parse()}catch(e){if(process.env.NODE_ENV!=="production"){if(e.name==="CssSyntaxError"&&t&&t.from){if(/\.scss$/i.test(t.from)){e.message+="\nYou tried to parse SCSS with "+"the standard CSS parser; "+"try again with the postcss-scss parser"}else if(/\.sass/i.test(t.from)){e.message+="\nYou tried to parse Sass with "+"the standard CSS parser; "+"try again with the postcss-sass parser"}else if(/\.less$/i.test(t.from)){e.message+="\nYou tried to parse Less with "+"the standard CSS parser; "+"try again with the postcss-less parser"}}}throw e}return n.root}e.exports=parse;parse.default=parse;n.registerParse(parse)},961:(e,t,r)=>{"use strict";let n=r(638);let s=r(173);let i=r(980);let o=r(466);let l=r(196);let a=r(343);const u={empty:true,space:true};function findLastWithPosition(e){for(let t=e.length-1;t>=0;t--){let r=e[t];let n=r[3]||r[2];if(n)return n}}class Parser{constructor(e){this.input=e;this.root=new o;this.current=this.root;this.spaces="";this.semicolon=false;this.createTokenizer();this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t=new n;t.name=e[1].slice(1);if(t.name===""){this.unnamedAtrule(t,e)}this.init(t,e[2]);let r;let s;let i;let o=false;let l=false;let a=[];let u=[];while(!this.tokenizer.endOfFile()){e=this.tokenizer.nextToken();r=e[0];if(r==="("||r==="["){u.push(r==="("?")":"]")}else if(r==="{"&&u.length>0){u.push("}")}else if(r===u[u.length-1]){u.pop()}if(u.length===0){if(r===";"){t.source.end=this.getPosition(e[2]);t.source.end.offset++;this.semicolon=true;break}else if(r==="{"){l=true;break}else if(r==="}"){if(a.length>0){i=a.length-1;s=a[i];while(s&&s[0]==="space"){s=a[--i]}if(s){t.source.end=this.getPosition(s[3]||s[2]);t.source.end.offset++}}this.end(e);break}else{a.push(e)}}else{a.push(e)}if(this.tokenizer.endOfFile()){o=true;break}}t.raws.between=this.spacesAndCommentsFromEnd(a);if(a.length){t.raws.afterName=this.spacesAndCommentsFromStart(a);this.raw(t,"params",a);if(o){e=a[a.length-1];t.source.end=this.getPosition(e[3]||e[2]);t.source.end.offset++;this.spaces=t.raws.between;t.raws.between=""}}else{t.raws.afterName="";t.params=""}if(l){t.nodes=[];this.current=t}}checkMissedSemicolon(e){let t=this.colon(e);if(t===false)return;let r=0;let n;for(let s=t-1;s>=0;s--){n=e[s];if(n[0]!=="space"){r+=1;if(r===2)break}}throw this.input.error("Missed semicolon",n[0]==="word"?n[3]+1:n[2])}colon(e){let t=0;let r,n,s;for(let[i,o]of e.entries()){n=o;s=n[0];if(s==="("){t+=1}if(s===")"){t-=1}if(t===0&&s===":"){if(!r){this.doubleColon(n)}else if(r[0]==="word"&&r[1]==="progid"){continue}else{return i}}r=n}return false}comment(e){let t=new s;this.init(t,e[2]);t.source.end=this.getPosition(e[3]||e[2]);t.source.end.offset++;let r=e[1].slice(2,-2);if(!r.trim()){t.text="";t.raws.left=r;t.raws.right=""}else{let e=r.match(/^(\s*)([^]*\S)(\s*)$/);t.text=e[2];t.raws.left=e[1];t.raws.right=e[3]}}createTokenizer(){this.tokenizer=a(this.input)}decl(e,t){let r=new i;this.init(r,e[0][2]);let n=e[e.length-1];if(n[0]===";"){this.semicolon=true;e.pop()}r.source.end=this.getPosition(n[3]||n[2]||findLastWithPosition(e));r.source.end.offset++;while(e[0][0]!=="word"){if(e.length===1)this.unknownWord(e);r.raws.before+=e.shift()[1]}r.source.start=this.getPosition(e[0][2]);r.prop="";while(e.length){let t=e[0][0];if(t===":"||t==="space"||t==="comment"){break}r.prop+=e.shift()[1]}r.raws.between="";let s;while(e.length){s=e.shift();if(s[0]===":"){r.raws.between+=s[1];break}else{if(s[0]==="word"&&/\w/.test(s[1])){this.unknownWord([s])}r.raws.between+=s[1]}}if(r.prop[0]==="_"||r.prop[0]==="*"){r.raws.before+=r.prop[0];r.prop=r.prop.slice(1)}let o=[];let l;while(e.length){l=e[0][0];if(l!=="space"&&l!=="comment")break;o.push(e.shift())}this.precheckMissedSemicolon(e);for(let t=e.length-1;t>=0;t--){s=e[t];if(s[1].toLowerCase()==="!important"){r.important=true;let n=this.stringFrom(e,t);n=this.spacesFromEnd(e)+n;if(n!==" !important")r.raws.important=n;break}else if(s[1].toLowerCase()==="important"){let n=e.slice(0);let s="";for(let e=t;e>0;e--){let t=n[e][0];if(s.trim().startsWith("!")&&t!=="space"){break}s=n.pop()[1]+s}if(s.trim().startsWith("!")){r.important=true;r.raws.important=s;e=n}}if(s[0]!=="space"&&s[0]!=="comment"){break}}let a=e.some((e=>e[0]!=="space"&&e[0]!=="comment"));if(a){r.raws.between+=o.map((e=>e[1])).join("");o=[]}this.raw(r,"value",o.concat(e),t);if(r.value.includes(":")&&!t){this.checkMissedSemicolon(e)}}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new l;this.init(t,e[2]);t.selector="";t.raws.between="";this.current=t}end(e){if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon}this.semicolon=false;this.current.raws.after=(this.current.raws.after||"")+this.spaces;this.spaces="";if(this.current.parent){this.current.source.end=this.getPosition(e[2]);this.current.source.end.offset++;this.current=this.current.parent}else{this.unexpectedClose(e)}}endFile(){if(this.current.parent)this.unclosedBlock();if(this.current.nodes&&this.current.nodes.length){this.current.raws.semicolon=this.semicolon}this.current.raws.after=(this.current.raws.after||"")+this.spaces;this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){this.spaces+=e[1];if(this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];if(t&&t.type==="rule"&&!t.raws.ownSemicolon){t.raws.ownSemicolon=this.spaces;this.spaces="";t.source.end=this.getPosition(e[2]);t.source.end.offset+=t.raws.ownSemicolon.length}}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e);e.source={input:this.input,start:this.getPosition(t)};e.raws.before=this.spaces;this.spaces="";if(e.type!=="comment")this.semicolon=false}other(e){let t=false;let r=null;let n=false;let s=null;let i=[];let o=e[1].startsWith("--");let l=[];let a=e;while(a){r=a[0];l.push(a);if(r==="("||r==="["){if(!s)s=a;i.push(r==="("?")":"]")}else if(o&&n&&r==="{"){if(!s)s=a;i.push("}")}else if(i.length===0){if(r===";"){if(n){this.decl(l,o);return}else{break}}else if(r==="{"){this.rule(l);return}else if(r==="}"){this.tokenizer.back(l.pop());t=true;break}else if(r===":"){n=true}}else if(r===i[i.length-1]){i.pop();if(i.length===0)s=null}a=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile())t=true;if(i.length>0)this.unclosedBracket(s);if(t&&n){if(!o){while(l.length){a=l[l.length-1][0];if(a!=="space"&&a!=="comment")break;this.tokenizer.back(l.pop())}}this.decl(l,o)}else{this.unknownWord(l)}}parse(){let e;while(!this.tokenizer.endOfFile()){e=this.tokenizer.nextToken();switch(e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e);break}}this.endFile()}precheckMissedSemicolon(){}raw(e,t,r,n){let s,i;let o=r.length;let l="";let a=true;let c,f;for(let e=0;e<o;e+=1){s=r[e];i=s[0];if(i==="space"&&e===o-1&&!n){a=false}else if(i==="comment"){f=r[e-1]?r[e-1][0]:"empty";c=r[e+1]?r[e+1][0]:"empty";if(!u[f]&&!u[c]){if(l.slice(-1)===","){a=false}else{l+=s[1]}}else{a=false}}else{l+=s[1]}}if(!a){let n=r.reduce(((e,t)=>e+t[1]),"");e.raws[t]={raw:n,value:l}}e[t]=l}rule(e){e.pop();let t=new l;this.init(t,e[0][2]);t.raws.between=this.spacesAndCommentsFromEnd(e);this.raw(t,"selector",e);this.current=t}spacesAndCommentsFromEnd(e){let t;let r="";while(e.length){t=e[e.length-1][0];if(t!=="space"&&t!=="comment")break;r=e.pop()[1]+r}return r}spacesAndCommentsFromStart(e){let t;let r="";while(e.length){t=e[0][0];if(t!=="space"&&t!=="comment")break;r+=e.shift()[1]}return r}spacesFromEnd(e){let t;let r="";while(e.length){t=e[e.length-1][0];if(t!=="space")break;r=e.pop()[1]+r}return r}stringFrom(e,t){let r="";for(let n=t;n<e.length;n++){r+=e[n][1]}e.splice(t,e.length-t);return r}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}unclosedBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word "+e[0][1],{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,t){throw this.input.error("At-rule without name",{offset:t[2]},{offset:t[2]+t[1].length})}}e.exports=Parser},689:(e,t,r)=>{"use strict";let n=r(638);let s=r(173);let i=r(387);let o=r(684);let l=r(980);let a=r(367);let u=r(188);let c=r(284);let f=r(336);let h=r(414);let p=r(938);let d=r(575);let m=r(416);let g=r(807);let y=r(466);let w=r(196);let S=r(70);let v=r(64);function postcss(...e){if(e.length===1&&Array.isArray(e[0])){e=e[0]}return new m(e)}postcss.plugin=function plugin(e,t){let r=false;function creator(...n){if(console&&console.warn&&!r){r=true;console.warn(e+": postcss.plugin was deprecated. Migration guide:\n"+"https://evilmartians.com/chronicles/postcss-8-plugin-migration");if(process.env.LANG&&process.env.LANG.startsWith("cn")){console.warn(e+": 里面 postcss.plugin 被弃用. 迁移指南:\n"+"https://www.w3ctech.com/topic/2226")}}let s=t(...n);s.postcssPlugin=e;s.postcssVersion=(new m).version;return s}let n;Object.defineProperty(creator,"postcss",{get(){if(!n)n=creator();return n}});creator.process=function(e,t,r){return postcss([creator(r)]).process(e,t)};return creator};postcss.stringify=S;postcss.parse=d;postcss.fromJSON=u;postcss.list=h;postcss.comment=e=>new s(e);postcss.atRule=e=>new n(e);postcss.decl=e=>new l(e);postcss.rule=e=>new w(e);postcss.root=e=>new y(e);postcss.document=e=>new a(e);postcss.CssSyntaxError=o;postcss.Declaration=l;postcss.Container=i;postcss.Processor=m;postcss.Document=a;postcss.Comment=s;postcss.Warning=v;postcss.AtRule=n;postcss.Result=g;postcss.Input=c;postcss.Rule=w;postcss.Root=y;postcss.Node=p;f.registerPostcss(postcss);e.exports=postcss;postcss.default=postcss},992:(e,t,r)=>{"use strict";let{existsSync:n,readFileSync:s}=r(896);let{dirname:i,join:o}=r(928);let{SourceMapConsumer:l,SourceMapGenerator:a}=r(159);function fromBase64(e){if(Buffer){return Buffer.from(e,"base64").toString()}else{return window.atob(e)}}class PreviousMap{constructor(e,t){if(t.map===false)return;this.loadAnnotation(e);this.inline=this.startWith(this.annotation,"data:");let r=t.map?t.map.prev:undefined;let n=this.loadMap(t.from,r);if(!this.mapFile&&t.from){this.mapFile=t.from}if(this.mapFile)this.root=i(this.mapFile);if(n)this.text=n}consumer(){if(!this.consumerCache){this.consumerCache=new l(this.text)}return this.consumerCache}decodeInline(e){let t=/^data:application\/json;charset=utf-?8;base64,/;let r=/^data:application\/json;base64,/;let n=/^data:application\/json;charset=utf-?8,/;let s=/^data:application\/json,/;let i=e.match(n)||e.match(s);if(i){return decodeURIComponent(e.substr(i[0].length))}let o=e.match(t)||e.match(r);if(o){return fromBase64(e.substr(o[0].length))}let l=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+l)}getAnnotationURL(e){return e.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(e){if(typeof e!=="object")return false;return typeof e.mappings==="string"||typeof e._mappings==="string"||Array.isArray(e.sections)}loadAnnotation(e){let t=e.match(/\/\*\s*# sourceMappingURL=/g);if(!t)return;let r=e.lastIndexOf(t.pop());let n=e.indexOf("*/",r);if(r>-1&&n>-1){this.annotation=this.getAnnotationURL(e.substring(r,n))}}loadFile(e){this.root=i(e);if(n(e)){this.mapFile=e;return s(e,"utf-8").toString().trim()}}loadMap(e,t){if(t===false)return false;if(t){if(typeof t==="string"){return t}else if(typeof t==="function"){let r=t(e);if(r){let e=this.loadFile(r);if(!e){throw new Error("Unable to load previous source map: "+r.toString())}return e}}else if(t instanceof l){return a.fromSourceMap(t).toString()}else if(t instanceof a){return t.toString()}else if(this.isMap(t)){return JSON.stringify(t)}else{throw new Error("Unsupported previous source map format: "+t.toString())}}else if(this.inline){return this.decodeInline(this.annotation)}else if(this.annotation){let t=this.annotation;if(e)t=o(i(e),t);return this.loadFile(t)}}startWith(e,t){if(!e)return false;return e.substr(0,t.length)===t}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}e.exports=PreviousMap;PreviousMap.default=PreviousMap},416:(e,t,r)=>{"use strict";let n=r(367);let s=r(336);let i=r(18);let o=r(466);class Processor{constructor(e=[]){this.version="8.5.8";this.plugins=this.normalize(e)}normalize(e){let t=[];for(let r of e){if(r.postcss===true){r=r()}else if(r.postcss){r=r.postcss}if(typeof r==="object"&&Array.isArray(r.plugins)){t=t.concat(r.plugins)}else if(typeof r==="object"&&r.postcssPlugin){t.push(r)}else if(typeof r==="function"){t.push(r)}else if(typeof r==="object"&&(r.parse||r.stringify)){if(process.env.NODE_ENV!=="production"){throw new Error("PostCSS syntaxes cannot be used as plugins. Instead, please use "+"one of the syntax/parser/stringifier options as outlined "+"in your PostCSS runner documentation.")}}else{throw new Error(r+" is not a PostCSS plugin")}}return t}process(e,t={}){if(!this.plugins.length&&!t.parser&&!t.stringifier&&!t.syntax){return new i(this,e,t)}else{return new s(this,e,t)}}use(e){this.plugins=this.plugins.concat(this.normalize([e]));return this}}e.exports=Processor;Processor.default=Processor;o.registerProcessor(Processor);n.registerProcessor(Processor)},807:(e,t,r)=>{"use strict";let n=r(64);class Result{get content(){return this.css}constructor(e,t,r){this.processor=e;this.messages=[];this.root=t;this.opts=r;this.css="";this.map=undefined}toString(){return this.css}warn(e,t={}){if(!t.plugin){if(this.lastPlugin&&this.lastPlugin.postcssPlugin){t.plugin=this.lastPlugin.postcssPlugin}}let r=new n(e,t);this.messages.push(r);return r}warnings(){return this.messages.filter((e=>e.type==="warning"))}}e.exports=Result;Result.default=Result},466:(e,t,r)=>{"use strict";let n=r(387);let s,i;class Root extends n{constructor(e){super(e);this.type="root";if(!this.nodes)this.nodes=[]}normalize(e,t,r){let n=super.normalize(e);if(t){if(r==="prepend"){if(this.nodes.length>1){t.raws.before=this.nodes[1].raws.before}else{delete t.raws.before}}else if(this.first!==t){for(let e of n){e.raws.before=t.raws.before}}}return n}removeChild(e,t){let r=this.index(e);if(!t&&r===0&&this.nodes.length>1){this.nodes[1].raws.before=this.nodes[r].raws.before}return super.removeChild(e)}toResult(e={}){let t=new s(new i,this,e);return t.stringify()}}Root.registerLazyResult=e=>{s=e};Root.registerProcessor=e=>{i=e};e.exports=Root;Root.default=Root;n.registerRoot(Root)},196:(e,t,r)=>{"use strict";let n=r(387);let s=r(414);class Rule extends n{get selectors(){return s.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null;let r=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(r)}constructor(e){super(e);this.type="rule";if(!this.nodes)this.nodes=[]}}e.exports=Rule;Rule.default=Rule;n.registerRule(Rule)},210:e=>{"use strict";const t={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:false};function capitalize(e){return e[0].toUpperCase()+e.slice(1)}class Stringifier{constructor(e){this.builder=e}atrule(e,t){let r="@"+e.name;let n=e.params?this.rawValue(e,"params"):"";if(typeof e.raws.afterName!=="undefined"){r+=e.raws.afterName}else if(n){r+=" "}if(e.nodes){this.block(e,r+n)}else{let s=(e.raws.between||"")+(t?";":"");this.builder(r+n+s,e)}}beforeAfter(e,t){let r;if(e.type==="decl"){r=this.raw(e,null,"beforeDecl")}else if(e.type==="comment"){r=this.raw(e,null,"beforeComment")}else if(t==="before"){r=this.raw(e,null,"beforeRule")}else{r=this.raw(e,null,"beforeClose")}let n=e.parent;let s=0;while(n&&n.type!=="root"){s+=1;n=n.parent}if(r.includes("\n")){let t=this.raw(e,null,"indent");if(t.length){for(let e=0;e<s;e++)r+=t}}return r}block(e,t){let r=this.raw(e,"between","beforeOpen");this.builder(t+r+"{",e,"start");let n;if(e.nodes&&e.nodes.length){this.body(e);n=this.raw(e,"after")}else{n=this.raw(e,"after","emptyBody")}if(n)this.builder(n);this.builder("}",e,"end")}body(e){let t=e.nodes.length-1;while(t>0){if(e.nodes[t].type!=="comment")break;t-=1}let r=this.raw(e,"semicolon");for(let n=0;n<e.nodes.length;n++){let s=e.nodes[n];let i=this.raw(s,"before");if(i)this.builder(i);this.stringify(s,t!==n||r)}}comment(e){let t=this.raw(e,"left","commentLeft");let r=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+r+"*/",e)}decl(e,t){let r=this.raw(e,"between","colon");let n=e.prop+r+this.rawValue(e,"value");if(e.important){n+=e.raws.important||" !important"}if(t)n+=";";this.builder(n,e)}document(e){this.body(e)}raw(e,r,n){let s;if(!n)n=r;if(r){s=e.raws[r];if(typeof s!=="undefined")return s}let i=e.parent;if(n==="before"){if(!i||i.type==="root"&&i.first===e){return""}if(i&&i.type==="document"){return""}}if(!i)return t[n];let o=e.root();if(!o.rawCache)o.rawCache={};if(typeof o.rawCache[n]!=="undefined"){return o.rawCache[n]}if(n==="before"||n==="after"){return this.beforeAfter(e,n)}else{let t="raw"+capitalize(n);if(this[t]){s=this[t](o,e)}else{o.walk((e=>{s=e.raws[r];if(typeof s!=="undefined")return false}))}}if(typeof s==="undefined")s=t[n];o.rawCache[n]=s;return s}rawBeforeClose(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length>0){if(typeof e.raws.after!=="undefined"){t=e.raws.after;if(t.includes("\n")){t=t.replace(/[^\n]+$/,"")}return false}}}));if(t)t=t.replace(/\S/g,"");return t}rawBeforeComment(e,t){let r;e.walkComments((e=>{if(typeof e.raws.before!=="undefined"){r=e.raws.before;if(r.includes("\n")){r=r.replace(/[^\n]+$/,"")}return false}}));if(typeof r==="undefined"){r=this.raw(t,null,"beforeDecl")}else if(r){r=r.replace(/\S/g,"")}return r}rawBeforeDecl(e,t){let r;e.walkDecls((e=>{if(typeof e.raws.before!=="undefined"){r=e.raws.before;if(r.includes("\n")){r=r.replace(/[^\n]+$/,"")}return false}}));if(typeof r==="undefined"){r=this.raw(t,null,"beforeRule")}else if(r){r=r.replace(/\S/g,"")}return r}rawBeforeOpen(e){let t;e.walk((e=>{if(e.type!=="decl"){t=e.raws.between;if(typeof t!=="undefined")return false}}));return t}rawBeforeRule(e){let t;e.walk((r=>{if(r.nodes&&(r.parent!==e||e.first!==r)){if(typeof r.raws.before!=="undefined"){t=r.raws.before;if(t.includes("\n")){t=t.replace(/[^\n]+$/,"")}return false}}}));if(t)t=t.replace(/\S/g,"");return t}rawColon(e){let t;e.walkDecls((e=>{if(typeof e.raws.between!=="undefined"){t=e.raws.between.replace(/[^\s:]/g,"");return false}}));return t}rawEmptyBody(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length===0){t=e.raws.after;if(typeof t!=="undefined")return false}}));return t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;e.walk((r=>{let n=r.parent;if(n&&n!==e&&n.parent&&n.parent===e){if(typeof r.raws.before!=="undefined"){let e=r.raws.before.split("\n");t=e[e.length-1];t=t.replace(/\S/g,"");return false}}}));return t}rawSemicolon(e){let t;e.walk((e=>{if(e.nodes&&e.nodes.length&&e.last.type==="decl"){t=e.raws.semicolon;if(typeof t!=="undefined")return false}}));return t}rawValue(e,t){let r=e[t];let n=e.raws[t];if(n&&n.value===r){return n.raw}return r}root(e){this.body(e);if(e.raws.after)this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,"selector"));if(e.raws.ownSemicolon){this.builder(e.raws.ownSemicolon,e,"end")}}stringify(e,t){if(!this[e.type]){throw new Error("Unknown AST node type "+e.type+". "+"Maybe you need to change PostCSS stringifier.")}this[e.type](e,t)}}e.exports=Stringifier;Stringifier.default=Stringifier},70:(e,t,r)=>{"use strict";let n=r(210);function stringify(e,t){let r=new n(t);r.stringify(e)}e.exports=stringify;stringify.default=stringify},197:e=>{"use strict";e.exports.isClean=Symbol("isClean");e.exports.my=Symbol("my")},135:(e,t,r)=>{"use strict";let n=r(831);let s=r(343);let i;function registerInput(e){i=e}const o={";":n.yellow,":":n.yellow,"(":n.cyan,")":n.cyan,"[":n.yellow,"]":n.yellow,"{":n.yellow,"}":n.yellow,"at-word":n.cyan,brackets:n.cyan,call:n.cyan,class:n.yellow,comment:n.gray,hash:n.magenta,string:n.green};function getTokenType([e,t],r){if(e==="word"){if(t[0]==="."){return"class"}if(t[0]==="#"){return"hash"}}if(!r.endOfFile()){let e=r.nextToken();r.back(e);if(e[0]==="brackets"||e[0]==="(")return"call"}return e}function terminalHighlight(e){let t=s(new i(e),{ignoreErrors:true});let r="";while(!t.endOfFile()){let e=t.nextToken();let n=o[getTokenType(e,t)];if(n){r+=e[1].split(/\r?\n/).map((e=>n(e))).join("\n")}else{r+=e[1]}}return r}terminalHighlight.registerInput=registerInput;e.exports=terminalHighlight},343:e=>{"use strict";const t="'".charCodeAt(0);const r='"'.charCodeAt(0);const n="\\".charCodeAt(0);const s="/".charCodeAt(0);const i="\n".charCodeAt(0);const o=" ".charCodeAt(0);const l="\f".charCodeAt(0);const a="\t".charCodeAt(0);const u="\r".charCodeAt(0);const c="[".charCodeAt(0);const f="]".charCodeAt(0);const h="(".charCodeAt(0);const p=")".charCodeAt(0);const d="{".charCodeAt(0);const m="}".charCodeAt(0);const g=";".charCodeAt(0);const y="*".charCodeAt(0);const w=":".charCodeAt(0);const S="@".charCodeAt(0);const v=/[\t\n\f\r "#'()/;[\\\]{}]/g;const C=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g;const _=/.[\r\n"'(/\\]/;const M=/[\da-f]/i;e.exports=function tokenizer(e,b={}){let x=e.css.valueOf();let O=b.ignoreErrors;let A,k,L,R,P;let E,I,B,N,U;let G=x.length;let F=0;let D=[];let j=[];function position(){return F}function unclosed(t){throw e.error("Unclosed "+t,F)}function endOfFile(){return j.length===0&&F>=G}function nextToken(e){if(j.length)return j.pop();if(F>=G)return;let b=e?e.ignoreUnclosed:false;A=x.charCodeAt(F);switch(A){case i:case o:case a:case u:case l:{R=F;do{R+=1;A=x.charCodeAt(R)}while(A===o||A===i||A===a||A===u||A===l);E=["space",x.slice(F,R)];F=R-1;break}case c:case f:case d:case m:case w:case g:case p:{let e=String.fromCharCode(A);E=[e,e,F];break}case h:{U=D.length?D.pop()[1]:"";N=x.charCodeAt(F+1);if(U==="url"&&N!==t&&N!==r&&N!==o&&N!==i&&N!==a&&N!==l&&N!==u){R=F;do{I=false;R=x.indexOf(")",R+1);if(R===-1){if(O||b){R=F;break}else{unclosed("bracket")}}B=R;while(x.charCodeAt(B-1)===n){B-=1;I=!I}}while(I);E=["brackets",x.slice(F,R+1),F,R];F=R}else{R=x.indexOf(")",F+1);k=x.slice(F,R+1);if(R===-1||_.test(k)){E=["(","(",F]}else{E=["brackets",k,F,R];F=R}}break}case t:case r:{P=A===t?"'":'"';R=F;do{I=false;R=x.indexOf(P,R+1);if(R===-1){if(O||b){R=F+1;break}else{unclosed("string")}}B=R;while(x.charCodeAt(B-1)===n){B-=1;I=!I}}while(I);E=["string",x.slice(F,R+1),F,R];F=R;break}case S:{v.lastIndex=F+1;v.test(x);if(v.lastIndex===0){R=x.length-1}else{R=v.lastIndex-2}E=["at-word",x.slice(F,R+1),F,R];F=R;break}case n:{R=F;L=true;while(x.charCodeAt(R+1)===n){R+=1;L=!L}A=x.charCodeAt(R+1);if(L&&A!==s&&A!==o&&A!==i&&A!==a&&A!==u&&A!==l){R+=1;if(M.test(x.charAt(R))){while(M.test(x.charAt(R+1))){R+=1}if(x.charCodeAt(R+1)===o){R+=1}}}E=["word",x.slice(F,R+1),F,R];F=R;break}default:{if(A===s&&x.charCodeAt(F+1)===y){R=x.indexOf("*/",F+2)+1;if(R===0){if(O||b){R=x.length}else{unclosed("comment")}}E=["comment",x.slice(F,R+1),F,R];F=R}else{C.lastIndex=F+1;C.test(x);if(C.lastIndex===0){R=x.length-1}else{R=C.lastIndex-2}E=["word",x.slice(F,R+1),F,R];D.push(E);F=R}break}}F++;return E}function back(e){j.push(e)}return{back:back,endOfFile:endOfFile,nextToken:nextToken,position:position}}},994:e=>{"use strict";let t={};e.exports=function warnOnce(e){if(t[e])return;t[e]=true;if(typeof console!=="undefined"&&console.warn){console.warn(e)}}},64:e=>{"use strict";class Warning{constructor(e,t={}){this.type="warning";this.text=e;if(t.node&&t.node.source){let e=t.node.rangeBy(t);this.line=e.start.line;this.column=e.start.column;this.endLine=e.end.line;this.endColumn=e.end.column}for(let e in t)this[e]=t[e]}toString(){if(this.node){return this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message}if(this.plugin){return this.plugin+": "+this.text}return this.text}}e.exports=Warning;Warning.default=Warning},578:(e,t,r)=>{var n=r(713);var s=Object.prototype.hasOwnProperty;var i=typeof Map!=="undefined";function ArraySet(){this._array=[];this._set=i?new Map:Object.create(null)}ArraySet.fromArray=function ArraySet_fromArray(e,t){var r=new ArraySet;for(var n=0,s=e.length;n<s;n++){r.add(e[n],t)}return r};ArraySet.prototype.size=function ArraySet_size(){return i?this._set.size:Object.getOwnPropertyNames(this._set).length};ArraySet.prototype.add=function ArraySet_add(e,t){var r=i?e:n.toSetString(e);var o=i?this.has(e):s.call(this._set,r);var l=this._array.length;if(!o||t){this._array.push(e)}if(!o){if(i){this._set.set(e,l)}else{this._set[r]=l}}};ArraySet.prototype.has=function ArraySet_has(e){if(i){return this._set.has(e)}else{var t=n.toSetString(e);return s.call(this._set,t)}};ArraySet.prototype.indexOf=function ArraySet_indexOf(e){if(i){var t=this._set.get(e);if(t>=0){return t}}else{var r=n.toSetString(e);if(s.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.C=ArraySet},314:(e,t,r)=>{var n=r(406);var s=5;var i=1<<s;var o=i-1;var l=i;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 i=toVLQSigned(e);do{r=i&o;i>>>=s;if(i>0){r|=l}t+=n.encode(r)}while(i>0);return t};t.decode=function base64VLQ_decode(e,t,r){var i=e.length;var a=0;var u=0;var c,f;do{if(t>=i){throw new Error("Expected more digits in base 64 VLQ value.")}f=n.decode(e.charCodeAt(t++));if(f===-1){throw new Error("Invalid base64 digit: "+e.charAt(t-1))}c=!!(f&l);f&=o;a=a+(f<<u);u+=s}while(c);r.value=fromVLQSigned(a);r.rest=t}},406:(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 s=122;var i=48;var o=57;var l=43;var a=47;var u=26;var c=52;if(t<=e&&e<=r){return e-t}if(n<=e&&e<=s){return e-n+u}if(i<=e&&e<=o){return e-i+c}if(e==l){return 62}if(e==a){return 63}return-1}},637:(e,t)=>{t.GREATEST_LOWER_BOUND=1;t.LEAST_UPPER_BOUND=2;function recursiveSearch(e,r,n,s,i,o){var l=Math.floor((r-e)/2)+e;var a=i(n,s[l],true);if(a===0){return l}else if(a>0){if(r-l>1){return recursiveSearch(l,r,n,s,i,o)}if(o==t.LEAST_UPPER_BOUND){return r<s.length?r:-1}else{return l}}else{if(l-e>1){return recursiveSearch(e,l,n,s,i,o)}if(o==t.LEAST_UPPER_BOUND){return l}else{return e<0?-1:e}}}t.search=function search(e,r,n,s){if(r.length===0){return-1}var i=recursiveSearch(-1,r.length,e,r,n,s||t.GREATEST_LOWER_BOUND);if(i<0){return-1}while(i-1>=0){if(n(r[i],r[i-1],true)!==0){break}--i}return i}},72:(e,t,r)=>{var n=r(713);function generatedPositionAfter(e,t){var r=e.generatedLine;var s=t.generatedLine;var i=e.generatedColumn;var o=t.generatedColumn;return s>r||s==r&&o>=i||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.P=MappingList},611:(e,t)=>{function SortTemplate(e){function swap(e,t,r){var n=e[t];e[t]=e[r];e[r]=n}function randomIntInRange(e,t){return Math.round(e+Math.random()*(t-e))}function doQuickSort(e,t,r,n){if(r<n){var s=randomIntInRange(r,n);var i=r-1;swap(e,s,n);var o=e[n];for(var l=r;l<n;l++){if(t(e[l],o,false)<=0){i+=1;swap(e,i,l)}}swap(e,i+1,l);var a=i+1;doQuickSort(e,t,r,a-1);doQuickSort(e,t,a+1,n)}}return doQuickSort}function cloneSort(e){let t=SortTemplate.toString();let r=new Function(`return ${t}`)();return r(e)}let r=new WeakMap;t.g=function(e,t,n=0){let s=r.get(t);if(s===void 0){s=cloneSort(t);r.set(t,s)}s(e,t,n,e.length-1)}},580:(e,t,r)=>{var n;var s=r(713);var i=r(637);var o=r(578).C;var l=r(314);var a=r(611).g;function SourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}return r.sections!=null?new IndexedSourceMapConsumer(r,t):new BasicSourceMapConsumer(r,t)}SourceMapConsumer.fromSourceMap=function(e,t){return BasicSourceMapConsumer.fromSourceMap(e,t)};SourceMapConsumer.prototype._version=3;SourceMapConsumer.prototype.__generatedMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){if(!this.__generatedMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__generatedMappings}});SourceMapConsumer.prototype.__originalMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){if(!this.__originalMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__originalMappings}});SourceMapConsumer.prototype._charIsMappingSeparator=function SourceMapConsumer_charIsMappingSeparator(e,t){var r=e.charAt(t);return r===";"||r===","};SourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){throw new Error("Subclasses must implement _parseMappings")};SourceMapConsumer.GENERATED_ORDER=1;SourceMapConsumer.ORIGINAL_ORDER=2;SourceMapConsumer.GREATEST_LOWER_BOUND=1;SourceMapConsumer.LEAST_UPPER_BOUND=2;SourceMapConsumer.prototype.eachMapping=function SourceMapConsumer_eachMapping(e,t,r){var n=t||null;var i=r||SourceMapConsumer.GENERATED_ORDER;var o;switch(i){case SourceMapConsumer.GENERATED_ORDER:o=this._generatedMappings;break;case SourceMapConsumer.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var l=this.sourceRoot;var a=e.bind(n);var u=this._names;var c=this._sources;var f=this._sourceMapURL;for(var h=0,p=o.length;h<p;h++){var d=o[h];var m=d.source===null?null:c.at(d.source);if(m!==null){m=s.computeSourceURL(l,m,f)}a({source:m,generatedLine:d.generatedLine,generatedColumn:d.generatedColumn,originalLine:d.originalLine,originalColumn:d.originalColumn,name:d.name===null?null:u.at(d.name)})}};SourceMapConsumer.prototype.allGeneratedPositionsFor=function SourceMapConsumer_allGeneratedPositionsFor(e){var t=s.getArg(e,"line");var r={source:s.getArg(e,"source"),originalLine:t,originalColumn:s.getArg(e,"column",0)};r.source=this._findSourceIndex(r.source);if(r.source<0){return[]}var n=[];var o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",s.compareByOriginalPositions,i.LEAST_UPPER_BOUND);if(o>=0){var l=this._originalMappings[o];if(e.column===undefined){var a=l.originalLine;while(l&&l.originalLine===a){n.push({line:s.getArg(l,"generatedLine",null),column:s.getArg(l,"generatedColumn",null),lastColumn:s.getArg(l,"lastGeneratedColumn",null)});l=this._originalMappings[++o]}}else{var u=l.originalColumn;while(l&&l.originalLine===t&&l.originalColumn==u){n.push({line:s.getArg(l,"generatedLine",null),column:s.getArg(l,"generatedColumn",null),lastColumn:s.getArg(l,"lastGeneratedColumn",null)});l=this._originalMappings[++o]}}}return n};t.SourceMapConsumer=SourceMapConsumer;function BasicSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}var n=s.getArg(r,"version");var i=s.getArg(r,"sources");var l=s.getArg(r,"names",[]);var a=s.getArg(r,"sourceRoot",null);var u=s.getArg(r,"sourcesContent",null);var c=s.getArg(r,"mappings");var f=s.getArg(r,"file",null);if(n!=this._version){throw new Error("Unsupported version: "+n)}if(a){a=s.normalize(a)}i=i.map(String).map(s.normalize).map((function(e){return a&&s.isAbsolute(a)&&s.isAbsolute(e)?s.relative(a,e):e}));this._names=o.fromArray(l.map(String),true);this._sources=o.fromArray(i,true);this._absoluteSources=this._sources.toArray().map((function(e){return s.computeSourceURL(a,e,t)}));this.sourceRoot=a;this.sourcesContent=u;this._mappings=c;this._sourceMapURL=t;this.file=f}BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer;BasicSourceMapConsumer.prototype._findSourceIndex=function(e){var t=e;if(this.sourceRoot!=null){t=s.relative(this.sourceRoot,t)}if(this._sources.has(t)){return this._sources.indexOf(t)}var r;for(r=0;r<this._absoluteSources.length;++r){if(this._absoluteSources[r]==e){return r}}return-1};BasicSourceMapConsumer.fromSourceMap=function SourceMapConsumer_fromSourceMap(e,t){var r=Object.create(BasicSourceMapConsumer.prototype);var n=r._names=o.fromArray(e._names.toArray(),true);var i=r._sources=o.fromArray(e._sources.toArray(),true);r.sourceRoot=e._sourceRoot;r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot);r.file=e._file;r._sourceMapURL=t;r._absoluteSources=r._sources.toArray().map((function(e){return s.computeSourceURL(r.sourceRoot,e,t)}));var l=e._mappings.toArray().slice();var u=r.__generatedMappings=[];var c=r.__originalMappings=[];for(var f=0,h=l.length;f<h;f++){var p=l[f];var d=new Mapping;d.generatedLine=p.generatedLine;d.generatedColumn=p.generatedColumn;if(p.source){d.source=i.indexOf(p.source);d.originalLine=p.originalLine;d.originalColumn=p.originalColumn;if(p.name){d.name=n.indexOf(p.name)}c.push(d)}u.push(d)}a(r.__originalMappings,s.compareByOriginalPositions);return r};BasicSourceMapConsumer.prototype._version=3;Object.defineProperty(BasicSourceMapConsumer.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Mapping(){this.generatedLine=0;this.generatedColumn=0;this.source=null;this.originalLine=null;this.originalColumn=null;this.name=null}const u=s.compareByGeneratedPositionsDeflatedNoLine;function sortGenerated(e,t){let r=e.length;let n=e.length-t;if(n<=1){return}else if(n==2){let r=e[t];let n=e[t+1];if(u(r,n)>0){e[t]=n;e[t+1]=r}}else if(n<20){for(let n=t;n<r;n++){for(let r=n;r>t;r--){let t=e[r-1];let n=e[r];if(u(t,n)<=0){break}e[r-1]=n;e[r]=t}}}else{a(e,u,t)}}BasicSourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){var r=1;var n=0;var i=0;var o=0;var u=0;var c=0;var f=e.length;var h=0;var p={};var d={};var m=[];var g=[];var y,w,S,v,C;let _=0;while(h<f){if(e.charAt(h)===";"){r++;h++;n=0;sortGenerated(g,_);_=g.length}else if(e.charAt(h)===","){h++}else{y=new Mapping;y.generatedLine=r;for(v=h;v<f;v++){if(this._charIsMappingSeparator(e,v)){break}}w=e.slice(h,v);S=[];while(h<v){l.decode(e,h,d);C=d.value;h=d.rest;S.push(C)}if(S.length===2){throw new Error("Found a source, but no line and column")}if(S.length===3){throw new Error("Found a source and line, but no column")}y.generatedColumn=n+S[0];n=y.generatedColumn;if(S.length>1){y.source=u+S[1];u+=S[1];y.originalLine=i+S[2];i=y.originalLine;y.originalLine+=1;y.originalColumn=o+S[3];o=y.originalColumn;if(S.length>4){y.name=c+S[4];c+=S[4]}}g.push(y);if(typeof y.originalLine==="number"){let e=y.source;while(m.length<=e){m.push(null)}if(m[e]===null){m[e]=[]}m[e].push(y)}}}sortGenerated(g,_);this.__generatedMappings=g;for(var M=0;M<m.length;M++){if(m[M]!=null){a(m[M],s.compareByOriginalPositionsNoSource)}}this.__originalMappings=[].concat(...m)};BasicSourceMapConsumer.prototype._findMapping=function SourceMapConsumer_findMapping(e,t,r,n,s,o){if(e[r]<=0){throw new TypeError("Line must be greater than or equal to 1, got "+e[r])}if(e[n]<0){throw new TypeError("Column must be greater than or equal to 0, got "+e[n])}return i.search(e,t,s,o)};BasicSourceMapConsumer.prototype.computeColumnSpans=function SourceMapConsumer_computeColumnSpans(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(t.generatedLine===r.generatedLine){t.lastGeneratedColumn=r.generatedColumn-1;continue}}t.lastGeneratedColumn=Infinity}};BasicSourceMapConsumer.prototype.originalPositionFor=function SourceMapConsumer_originalPositionFor(e){var t={generatedLine:s.getArg(e,"line"),generatedColumn:s.getArg(e,"column")};var r=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",s.compareByGeneratedPositionsDeflated,s.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(r>=0){var n=this._generatedMappings[r];if(n.generatedLine===t.generatedLine){var i=s.getArg(n,"source",null);if(i!==null){i=this._sources.at(i);i=s.computeSourceURL(this.sourceRoot,i,this._sourceMapURL)}var o=s.getArg(n,"name",null);if(o!==null){o=this._names.at(o)}return{source:i,line:s.getArg(n,"originalLine",null),column:s.getArg(n,"originalColumn",null),name:o}}}return{source:null,line:null,column:null,name:null}};BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function BasicSourceMapConsumer_hasContentsOfAllSources(){if(!this.sourcesContent){return false}return this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some((function(e){return e==null}))};BasicSourceMapConsumer.prototype.sourceContentFor=function SourceMapConsumer_sourceContentFor(e,t){if(!this.sourcesContent){return null}var r=this._findSourceIndex(e);if(r>=0){return this.sourcesContent[r]}var n=e;if(this.sourceRoot!=null){n=s.relative(this.sourceRoot,n)}var i;if(this.sourceRoot!=null&&(i=s.urlParse(this.sourceRoot))){var o=n.replace(/^file:\/\//,"");if(i.scheme=="file"&&this._sources.has(o)){return this.sourcesContent[this._sources.indexOf(o)]}if((!i.path||i.path=="/")&&this._sources.has("/"+n)){return this.sourcesContent[this._sources.indexOf("/"+n)]}}if(t){return null}else{throw new Error('"'+n+'" is not in the SourceMap.')}};BasicSourceMapConsumer.prototype.generatedPositionFor=function SourceMapConsumer_generatedPositionFor(e){var t=s.getArg(e,"source");t=this._findSourceIndex(t);if(t<0){return{line:null,column:null,lastColumn:null}}var r={source:t,originalLine:s.getArg(e,"line"),originalColumn:s.getArg(e,"column")};var n=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",s.compareByOriginalPositions,s.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(n>=0){var i=this._originalMappings[n];if(i.source===r.source){return{line:s.getArg(i,"generatedLine",null),column:s.getArg(i,"generatedColumn",null),lastColumn:s.getArg(i,"lastGeneratedColumn",null)}}}return{line:null,column:null,lastColumn:null}};n=BasicSourceMapConsumer;function IndexedSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=s.parseSourceMapInput(e)}var n=s.getArg(r,"version");var i=s.getArg(r,"sections");if(n!=this._version){throw new Error("Unsupported version: "+n)}this._sources=new o;this._names=new o;var l={line:-1,column:0};this._sections=i.map((function(e){if(e.url){throw new Error("Support for url field in sections not implemented.")}var r=s.getArg(e,"offset");var n=s.getArg(r,"line");var i=s.getArg(r,"column");if(n<l.line||n===l.line&&i<l.column){throw new Error("Section offsets must be ordered and non-overlapping.")}l=r;return{generatedOffset:{generatedLine:n+1,generatedColumn:i+1},consumer:new SourceMapConsumer(s.getArg(e,"map"),t)}}))}IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer;IndexedSourceMapConsumer.prototype._version=3;Object.defineProperty(IndexedSourceMapConsumer.prototype,"sources",{get:function(){var e=[];for(var t=0;t<this._sections.length;t++){for(var r=0;r<this._sections[t].consumer.sources.length;r++){e.push(this._sections[t].consumer.sources[r])}}return e}});IndexedSourceMapConsumer.prototype.originalPositionFor=function IndexedSourceMapConsumer_originalPositionFor(e){var t={generatedLine:s.getArg(e,"line"),generatedColumn:s.getArg(e,"column")};var r=i.search(t,this._sections,(function(e,t){var r=e.generatedLine-t.generatedOffset.generatedLine;if(r){return r}return e.generatedColumn-t.generatedOffset.generatedColumn}));var n=this._sections[r];if(!n){return{source:null,line:null,column:null,name:null}}return n.consumer.originalPositionFor({line:t.generatedLine-(n.generatedOffset.generatedLine-1),column:t.generatedColumn-(n.generatedOffset.generatedLine===t.generatedLine?n.generatedOffset.generatedColumn-1:0),bias:e.bias})};IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function IndexedSourceMapConsumer_hasContentsOfAllSources(){return this._sections.every((function(e){return e.consumer.hasContentsOfAllSources()}))};IndexedSourceMapConsumer.prototype.sourceContentFor=function IndexedSourceMapConsumer_sourceContentFor(e,t){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var s=n.consumer.sourceContentFor(e,true);if(s||s===""){return s}}if(t){return null}else{throw new Error('"'+e+'" is not in the SourceMap.')}};IndexedSourceMapConsumer.prototype.generatedPositionFor=function IndexedSourceMapConsumer_generatedPositionFor(e){for(var t=0;t<this._sections.length;t++){var r=this._sections[t];if(r.consumer._findSourceIndex(s.getArg(e,"source"))===-1){continue}var n=r.consumer.generatedPositionFor(e);if(n){var i={line:n.line+(r.generatedOffset.generatedLine-1),column:n.column+(r.generatedOffset.generatedLine===n.line?r.generatedOffset.generatedColumn-1:0)};return i}}return{line:null,column:null}};IndexedSourceMapConsumer.prototype._parseMappings=function IndexedSourceMapConsumer_parseMappings(e,t){this.__generatedMappings=[];this.__originalMappings=[];for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var i=n.consumer._generatedMappings;for(var o=0;o<i.length;o++){var l=i[o];var u=n.consumer._sources.at(l.source);if(u!==null){u=s.computeSourceURL(n.consumer.sourceRoot,u,this._sourceMapURL)}this._sources.add(u);u=this._sources.indexOf(u);var c=null;if(l.name){c=n.consumer._names.at(l.name);this._names.add(c);c=this._names.indexOf(c)}var f={source:u,generatedLine:l.generatedLine+(n.generatedOffset.generatedLine-1),generatedColumn:l.generatedColumn+(n.generatedOffset.generatedLine===l.generatedLine?n.generatedOffset.generatedColumn-1:0),originalLine:l.originalLine,originalColumn:l.originalColumn,name:c};this.__generatedMappings.push(f);if(typeof f.originalLine==="number"){this.__originalMappings.push(f)}}}a(this.__generatedMappings,s.compareByGeneratedPositionsDeflated);a(this.__originalMappings,s.compareByOriginalPositions)};n=IndexedSourceMapConsumer},91:(e,t,r)=>{var n=r(314);var s=r(713);var i=r(578).C;var o=r(72).P;function SourceMapGenerator(e){if(!e){e={}}this._file=s.getArg(e,"file",null);this._sourceRoot=s.getArg(e,"sourceRoot",null);this._skipValidation=s.getArg(e,"skipValidation",false);this._ignoreInvalidMapping=s.getArg(e,"ignoreInvalidMapping",false);this._sources=new i;this._names=new i;this._mappings=new o;this._sourcesContents=null}SourceMapGenerator.prototype._version=3;SourceMapGenerator.fromSourceMap=function SourceMapGenerator_fromSourceMap(e,t){var r=e.sourceRoot;var n=new SourceMapGenerator(Object.assign(t||{},{file:e.file,sourceRoot:r}));e.eachMapping((function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};if(e.source!=null){t.source=e.source;if(r!=null){t.source=s.relative(r,t.source)}t.original={line:e.originalLine,column:e.originalColumn};if(e.name!=null){t.name=e.name}}n.addMapping(t)}));e.sources.forEach((function(t){var i=t;if(r!==null){i=s.relative(r,t)}if(!n._sources.has(i)){n._sources.add(i)}var o=e.sourceContentFor(t);if(o!=null){n.setSourceContent(t,o)}}));return n};SourceMapGenerator.prototype.addMapping=function SourceMapGenerator_addMapping(e){var t=s.getArg(e,"generated");var r=s.getArg(e,"original",null);var n=s.getArg(e,"source",null);var i=s.getArg(e,"name",null);if(!this._skipValidation){if(this._validateMapping(t,r,n,i)===false){return}}if(n!=null){n=String(n);if(!this._sources.has(n)){this._sources.add(n)}}if(i!=null){i=String(i);if(!this._names.has(i)){this._names.add(i)}}this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:n,name:i})};SourceMapGenerator.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(e,t){var r=e;if(this._sourceRoot!=null){r=s.relative(this._sourceRoot,r)}if(t!=null){if(!this._sourcesContents){this._sourcesContents=Object.create(null)}this._sourcesContents[s.toSetString(r)]=t}else if(this._sourcesContents){delete this._sourcesContents[s.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=s.relative(o,n)}var l=new i;var a=new i;this._mappings.unsortedForEach((function(t){if(t.source===n&&t.originalLine!=null){var i=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});if(i.source!=null){t.source=i.source;if(r!=null){t.source=s.join(r,t.source)}if(o!=null){t.source=s.relative(o,t.source)}t.originalLine=i.line;t.originalColumn=i.column;if(i.name!=null){t.name=i.name}}}var u=t.source;if(u!=null&&!l.has(u)){l.add(u)}var c=t.name;if(c!=null&&!a.has(c)){a.add(c)}}),this);this._sources=l;this._names=a;e.sources.forEach((function(t){var n=e.sourceContentFor(t);if(n!=null){if(r!=null){t=s.join(r,t)}if(o!=null){t=s.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"){var s="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(this._ignoreInvalidMapping){if(typeof console!=="undefined"&&console.warn){console.warn(s)}return false}else{throw new Error(s)}}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{var s="Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:n});if(this._ignoreInvalidMapping){if(typeof console!=="undefined"&&console.warn){console.warn(s)}return false}else{throw new Error(s)}}};SourceMapGenerator.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var e=0;var t=1;var r=0;var i=0;var o=0;var l=0;var a="";var u;var c;var f;var h;var p=this._mappings.toArray();for(var d=0,m=p.length;d<m;d++){c=p[d];u="";if(c.generatedLine!==t){e=0;while(c.generatedLine!==t){u+=";";t++}}else{if(d>0){if(!s.compareByGeneratedPositionsInflated(c,p[d-1])){continue}u+=","}}u+=n.encode(c.generatedColumn-e);e=c.generatedColumn;if(c.source!=null){h=this._sources.indexOf(c.source);u+=n.encode(h-l);l=h;u+=n.encode(c.originalLine-1-i);i=c.originalLine-1;u+=n.encode(c.originalColumn-r);r=c.originalColumn;if(c.name!=null){f=this._names.indexOf(c.name);u+=n.encode(f-o);o=f}}a+=u}return a};SourceMapGenerator.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(e,t){return e.map((function(e){if(!this._sourcesContents){return null}if(t!=null){e=s.relative(t,e)}var r=s.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},725:(e,t,r)=>{var n=r(91).SourceMapGenerator;var s=r(713);var i=/(\r?\n)/;var o=10;var l="$$$isSourceNode$$$";function SourceNode(e,t,r,n,s){this.children=[];this.sourceContents={};this.line=e==null?null:e;this.column=t==null?null:t;this.source=r==null?null:r;this.name=s==null?null:s;this[l]=true;if(n!=null)this.add(n)}SourceNode.fromStringWithSourceMap=function SourceNode_fromStringWithSourceMap(e,t,r){var n=new SourceNode;var o=e.split(i);var l=0;var shiftNextLine=function(){var e=getNextLine();var t=getNextLine()||"";return e+t;function getNextLine(){return l<o.length?o[l++]:undefined}};var a=1,u=0;var c=null;t.eachMapping((function(e){if(c!==null){if(a<e.generatedLine){addMappingWithCode(c,shiftNextLine());a++;u=0}else{var t=o[l]||"";var r=t.substr(0,e.generatedColumn-u);o[l]=t.substr(e.generatedColumn-u);u=e.generatedColumn;addMappingWithCode(c,r);c=e;return}}while(a<e.generatedLine){n.add(shiftNextLine());a++}if(u<e.generatedColumn){var t=o[l]||"";n.add(t.substr(0,e.generatedColumn));o[l]=t.substr(e.generatedColumn);u=e.generatedColumn}c=e}),this);if(l<o.length){if(c){addMappingWithCode(c,shiftNextLine())}n.add(o.splice(l).join(""))}t.sources.forEach((function(e){var i=t.sourceContentFor(e);if(i!=null){if(r!=null){e=s.join(r,e)}n.setSourceContent(e,i)}}));return n;function addMappingWithCode(e,t){if(e===null||e.source===undefined){n.add(t)}else{var i=r?s.join(r,e.source):e.source;n.add(new SourceNode(e.originalLine,e.originalColumn,i,t,e.name))}}};SourceNode.prototype.add=function SourceNode_add(e){if(Array.isArray(e)){e.forEach((function(e){this.add(e)}),this)}else if(e[l]||typeof e==="string"){if(e){this.children.push(e)}}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.prepend=function SourceNode_prepend(e){if(Array.isArray(e)){for(var t=e.length-1;t>=0;t--){this.prepend(e[t])}}else if(e[l]||typeof e==="string"){this.children.unshift(e)}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.walk=function SourceNode_walk(e){var t;for(var r=0,n=this.children.length;r<n;r++){t=this.children[r];if(t[l]){t.walk(e)}else{if(t!==""){e(t,{source:this.source,line:this.line,column:this.column,name:this.name})}}}};SourceNode.prototype.join=function SourceNode_join(e){var t;var r;var n=this.children.length;if(n>0){t=[];for(r=0;r<n-1;r++){t.push(this.children[r]);t.push(e)}t.push(this.children[r]);this.children=t}return this};SourceNode.prototype.replaceRight=function SourceNode_replaceRight(e,t){var r=this.children[this.children.length-1];if(r[l]){r.replaceRight(e,t)}else if(typeof r==="string"){this.children[this.children.length-1]=r.replace(e,t)}else{this.children.push("".replace(e,t))}return this};SourceNode.prototype.setSourceContent=function SourceNode_setSourceContent(e,t){this.sourceContents[s.toSetString(e)]=t};SourceNode.prototype.walkSourceContents=function SourceNode_walkSourceContents(e){for(var t=0,r=this.children.length;t<r;t++){if(this.children[t][l]){this.children[t].walkSourceContents(e)}}var n=Object.keys(this.sourceContents);for(var t=0,r=n.length;t<r;t++){e(s.fromSetString(n[t]),this.sourceContents[n[t]])}};SourceNode.prototype.toString=function SourceNode_toString(){var e="";this.walk((function(t){e+=t}));return e};SourceNode.prototype.toStringWithSourceMap=function SourceNode_toStringWithSourceMap(e){var t={code:"",line:1,column:0};var r=new n(e);var s=false;var i=null;var l=null;var a=null;var u=null;this.walk((function(e,n){t.code+=e;if(n.source!==null&&n.line!==null&&n.column!==null){if(i!==n.source||l!==n.line||a!==n.column||u!==n.name){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}i=n.source;l=n.line;a=n.column;u=n.name;s=true}else if(s){r.addMapping({generated:{line:t.line,column:t.column}});i=null;s=false}for(var c=0,f=e.length;c<f;c++){if(e.charCodeAt(c)===o){t.line++;t.column=0;if(c+1===f){i=null;s=false}else if(s){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}}else{t.column++}}}));this.walkSourceContents((function(e,t){r.setSourceContent(e,t)}));return{code:t.code,map:r}};t.SourceNode=SourceNode},713:(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 s=32;function lruMemoize(e){var t=[];return function(r){for(var n=0;n<t.length;n++){if(t[n].input===r){var i=t[0];t[0]=t[n];t[n]=i;return t[0].result}}var o=e(r);t.unshift({input:r,result:o});if(t.length>s){t.pop()}return o}}var i=lruMemoize((function normalize(e){var r=e;var n=urlParse(e);if(n){if(!n.path){return e}r=n.path}var s=t.isAbsolute(r);var i=[];var o=0;var l=0;while(true){o=l;l=r.indexOf("/",o);if(l===-1){i.push(r.slice(o));break}else{i.push(r.slice(o,l));while(l<r.length&&r[l]==="/"){l++}}}for(var a,u=0,l=i.length-1;l>=0;l--){a=i[l];if(a==="."){i.splice(l,1)}else if(a===".."){u++}else if(u>0){if(a===""){i.splice(l+1,u);u=0}else{i.splice(l,2);u--}}}r=i.join("/");if(r===""){r=s?"/":"."}if(n){n.path=r;return urlGenerate(n)}return r}));t.normalize=i;function join(e,t){if(e===""){e="."}if(t===""){t="."}var r=urlParse(t);var s=urlParse(e);if(s){e=s.path||"/"}if(r&&!r.scheme){if(s){r.scheme=s.scheme}return urlGenerate(r)}if(r||t.match(n)){return t}if(s&&!s.host&&!s.path){s.host=t;return urlGenerate(s)}var o=t.charAt(0)==="/"?t:i(e.replace(/\/+$/,"")+"/"+t);if(s){s.path=o;return urlGenerate(s)}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 s=n.path.lastIndexOf("/");if(s>=0){n.path=n.path.substring(0,s+1)}}t=join(urlGenerate(n),t)}return i(t)}t.computeSourceURL=computeSourceURL},159:(e,t,r)=>{t.SourceMapGenerator=r(91).SourceMapGenerator;t.SourceMapConsumer=r(580).SourceMapConsumer;t.SourceNode=r(725).SourceNode},896:e=>{"use strict";e.exports=require("fs")},928:e=>{"use strict";e.exports=require("path")},16:e=>{"use strict";e.exports=require("url")},308:e=>{let t="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let customAlphabet=(e,t=21)=>(r=t)=>{let n="";let s=r|0;while(s--){n+=e[Math.random()*e.length|0]}return n};let nanoid=(e=21)=>{let r="";let n=e|0;while(n--){r+=t[Math.random()*64|0]}return r};e.exports={nanoid:nanoid,customAlphabet:customAlphabet}}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var s=t[r]={exports:{}};var i=true;try{e[r](s,s.exports,__nccwpck_require__);i=false}finally{if(i)delete t[r]}return s.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(689);module.exports=r})();
@@ -49,7 +49,7 @@ declare namespace AtRule {
49
49
  raws?: AtRuleRaws
50
50
  }
51
51
 
52
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
52
+
53
53
  export { AtRule_ as default }
54
54
  }
55
55
 
@@ -26,7 +26,7 @@ declare namespace Comment {
26
26
  text: string
27
27
  }
28
28
 
29
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
29
+
30
30
  export { Comment_ as default }
31
31
  }
32
32